
.sidebar-nav li a { cursor:pointer; }
.spinner-wrapper {
    color: #fff;
    color: var(--dark) !important;
    top: 16% !important;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 11px;
    z-index: 999999999;
}
.loading { opacity:0.0; }
.invalid { border: 1px red solid}
form { border:0px !important }
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    padding: 0px !important;
}
  .chosen-container-multi .chosen-choices { min-height:38px; } 
.chosen-container-multi .chosen-choices li {
    float: right;
    list-style: none;
    padding: 7px !important;
    padding-right: 35px !important;
    padding-left: 36px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: #50360b !important;
    line-height: 20px !important;
    margin-right: -6px !important;
}  
  
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 12px !important;
    right: 5px !important;
    display: block !important;
    width: 18px !important;
    height: 12px !important;
    font-size: 1px;
}
  
.chosen-container-multi .chosen-choices li.search-field input[type=text] {

    font-weight: 700 !important;
    font-size: 14px !important;

}
  
  .chosen-drop { padding-right:20px  !important; }
  .chosen-container-multi .chosen-choices li.search-field input[type=text] { width: 5px; }
  .datepicker { padding-right: 20px;
    padding-left: 20px;
    font-size: 11px;
    font-family: verdana;
 }
   .datepicker th, .datepicker td {
    text-align: center !important;
}
  
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    font-family: arial;
    padding: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}  

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #00000087;
    padding-top: 50px;
}


.navbar {
    margin-bottom: 20px;
    border-radius: 0px;
    height: 56px;
    position: fixed;
    z-index: 99999;
    width: 100%;
    box-shadow: 0px 0px 0px 1px rgb(211, 204, 191);
    background-color:rgba(210, 171, 102, 0.8392156862745098);
    border-color: #d2ab66;
}


.table-striped tbody tr:nth-of-type(even) {
    background-color: rgb(255, 255, 255);
}

   .compeleted td {  background-color: rgba(218, 255, 221, 0.61) !important }
      .pending td {  background-color: rgba(255, 213, 213, 0.63) !important }


.editable-wrap .editable-controls > input, .editable-wrap .editable-controls > textarea {
    margin-bottom: 0;
   width:200px;
}

.smalltd .editable-wrap .editable-controls > input,  .editable-wrap .editable-controls > select, .editable-wrap .editable-controls > textarea {
   width:45px;
}

 .editable-wrap .editable-controls > select {
    width:85px;
}

.modal {overflow: auto;margin-bottom: 0px;}


@media screen and (min-width: 992px)
{
.modal-content {
    
    width: 65%;
    position: relative;
    right: 17%;

}

#Menu .modal-content {
    
    width: 50%;
    position: relative;
    right: 25%;

}
}

.editable-empty, .editable-empty:hover, .editable-empty:focus, a.editable-empty, a.editable-empty:hover, a.editable-empty:focus {
    font-style: initial;
    color:initial;
    text-decoration:initial;
}

.form-control {
    border: 1px rgb(199, 199, 199) solid;
    font-weight: 700;
    border-radius: 0px;
    background-color: #f5f3f0;
    border-radius: 2px;

}


td { padding: 5px; }
td img { cursor:pointer; }
 h1 { line-height: 35px; }
th {
      background-color: rgba(234, 213, 166, 0.22);
}
  .permissions td { padding: 0px !important;  font-size: 14px; line-height:40px;
}  

.nav-tabs>li {
 float: left;
 margin-bottom: -1px;
 width: auto;
 padding-right: 0;
 padding-left: 0;
 border-right: 0px #e2c999 solid;
 margin-right: -2px !important;
}

.nav-tabs>li>a {
 padding-right: 40px;
 padding-left: 40px;
}
.permissions td, .permissions th { 
  
  padding: 5px;
  border: 1px #ddd solid;
  text-align: center;
}

.activeFA {
 background-color: #e0f9c7 !important;
}