/* GLOBAL */
[ng-click],
[rel="tooltip"] {
  cursor: pointer;
}
.no_margin_bottom {
  margin-bottom: 0;
}
/* END GLOBAL */

#logo img {
  width: 68px !important;
}
.fixed-navigation nav {
  overflow: hidden;
}
.ui-grid-header-cell {
  height: 75px;
}
.ui-grid-filter-container {
  border-top: 1px solid #bababa;
}
.ui-grid-filter-input {
  height: 35px;
  padding-left: 5px !important;
}
.grid1427422918980 .ui-grid-row, .grid1427422918980 .ui-grid-cell, .grid1427422918980 .ui-grid-cell .ui-grid-vertical-bar {
height: 40px;
line-height: 34px;
}
.filter_box {
  border: 1px solid #7b7b7b;
  border-radius: 3px;
  padding: 8px;
  display: flex;
}
.filter_box h3 {
  margin: 0 10px 0 0;
}
.custom-scroll .ui-grid-viewport::-webkit-scrollbar {
  -webkit-overflow-scrolling: touch;
  height: 10px;
  width: 10px;
}
.custom-scroll .ui-grid-viewport::-webkit-scrollbar-thumb {
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.custom-scroll .ui-grid-viewport::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
}
.custom-scroll .ui-grid-viewport::-webkit-scrollbar-track-piece {
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0;
}
#jarviswidget-fullscreen-mode .ui-grid {
  height: calc(100vh - 34px) !important;
}

.input_select2{
  display: block;
}

.input-lg.input_select2{
  padding: 0;
}

.select2-container.input-lg.input_select2 .select2-choice {
  height: inherit;
  line-height: 42px;
 }


/* grid action buttons*/

.action_buttons {
  padding: 2px;
}
.action_buttons a.btn {
  margin: 0 0 0 4px;
}

/* grid select sorting*/

select.ui-grid-filter-select {
   height: 35px;
   padding: 5 5 4 5px;
   border: 1px solid #a3a3a3;
}

.ui-grid-filter-button-select {
   display: inline;
}

 /*grid row highlight ...*/


div.highlighted-row div.ui-grid-cell {
  background-color: rgba(0, 0, 255, 0.4) !important;
}

div.ui-grid-row > div > div.ui-grid-cell.red {
  color: red;
  background-color: yellow !important;
}

/* modal multi-tabs */
.two_tabs li {
  width: 50%;
}
.three_tabs li {
  width: 33%;
}
.four_tabs li {
  width: 25%;
}
.five_tabs li{
  width: 20%;
}

/* modal sizes*/
.app-modal-window-xlg .modal-dialog {
  width: 1250px;
}

.app-modal-window-xsm .modal-dialog {
  width: 300px;
}

.app-modal-window-sm .modal-dialog {
  width: 500px;
}

/*date picker */
.date_in_modal {
    z-index: 1100 !important;
}

/* form - validation */

.ng-invalid-required.attempt_submit .ng-invalid-required {
  background-color: rgba(215, 210, 124, 0.5) !important;
}

.ng-invalid-required.attempt_submit .form-group.app_required{
  border: 1px solid #b94a48!important;
}
.ng-invalid-pattern.attempt_submit .ng-invalid-pattern {
  background-color: rgba(220, 190, 60, 1) !important;
}
.ng-invalid-pattern.attempt_submit .form-group.app_required{
  border: 1px solid #DCC13D!important;
}

/**/

.btn-group.pull-right.with_space .btn + .btn, .btn-group.pull-right.with_space .itm + .itm{
    margin-left: 10px;
}


/*switch buttun - https://proto.io/freebies/onoff */
.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: attr(data-content-before);
    padding-left: 10px;
    background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: attr(data-content-after);
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/* end switch buttun

/*grey out something*/
.grey_out{
  opacity: 0.4;
  filter: alpha(opacity=40); /* msie */
  background-color: #000;
}

/*scrolable-div*/

.scrolable-div::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrolable-div::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.scrolable-div::-webkit-scrollbar-thumb
{
  background-color: #AAA;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg,
                                            rgba(0, 0, 0, .2) 25%,
                        transparent 25%,
                        transparent 50%,
                        rgba(0, 0, 0, .2) 50%,
                        rgba(0, 0, 0, .2) 75%,
                        transparent 75%,
                        transparent)
}
div.scrolable-div {
  overflow-y: scroll;
  overflow-x: hidden;
}

.save_btn{
  margin: 5px 0px 15px 0px;
}

.elliptic_btn{
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

/* apple colors */
a[class*='-dark'] {
  background-color:#02243C;
    color:#f0f0f0;
}
a[class*='-light'] {
  background-color:#f9f9f9;
    color:#999;
}
a[class*='-blue'] {
  background-color:#5195ce;
    color:#fff;
}
a[class*='-apple'] {
  background-color:#005DB3;
    color:#f8f8f8;
}
a[class*='-gray'] {
  background-color:#e6e6e6;
    color:#666;
}
a[class*='-green'] {
  background-color:#5BC236;
    color:#fff;
}
a[class*='-light-blue'] {
  background-color:#6AB1EF;
    color:#fff;
}

/* hover and active */
a[class*='-dark']:hover,a[class*='-dark']:focus {
  background-color:#12254d;
    color:#fff;
}
a[class*='-light']:hover,a[class*='-light']:active {
  background-color:#eeeeee;
    color:#fff;
}
a[class*='-blue']:hover,a[class*='-blue']:active {
  background-color:#62a6df;
    color:#fff;
}
a[class*='-apple']:hover,a[class*='-apple']:active {
  background-color:#116ec4;
    color:#fff;
}
a[class*='-gray']:hover,a[class*='-gray']:active {
  background-color:#d5d5d5;
    color:#fff;
}
a[class*='-green']:hover,a[class*='-green']:active {
  background-color:#6cd347;
    color:#fff;
}
a[class*='-light-blue']:hover,a[class*='-light-blue']:active {
  background-color:#286192;
    color:#fff;
}


/*table loading spinner*/
div.table_spinner{
  padding: 3px;
}

div.table_spinner i.fa{
  color: #E8D9BC;
}

/*form-in-view*/
.form_view_container .left{
  float: left;
}
.form_view_container .right{
  float: right;
}
.form_view_container .left .row.btm_btns{
  padding: 10px;
}

.inline_table{
  display: inline-table !important;
}

.header_bottom_line{
  margin-bottom: 15px;
  border-bottom: gray solid 1px;
}

#main{
  min-height: calc(100vh - 75px);
}

