tr:nth-child(odd) {
    background: var(--color-white);
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
th {
    background-color: #f9fbfe !important;
}

/* tr:nth-child(odd):hover {
    background: #1e438265;
} */
table img {
    max-width: 9vh;
}
table.dataTable thead th {
    border-bottom: 1px solid #aaa !important;
}

tbody{
   
    text-align: center;
}
.actions {
    /*display: inline-block;*/
    width: 312px;
    /*max-width: 312px;*/
}
td {
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.ui-widget-header {
   border: none !important;
   background:none !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-image: none !important;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border:none !important;
    background-image: none !important;
}
table.dataTable tr.odd {
    background-color: #f9fbfe !important;
}
table.dataTable tr.even td.sorting_1 {
    background-color:#ffffff  !important;
}

tr.even td.sorting_1 {
    background-color: #f9fbfe !important;
}
table.dataTable tr.odd td.sorting_1 {
    background-color: #f9fbfe !important;
}
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
     color: #0A0A0A !important;
    text-decoration: none !important;
}
.ui-button .ui-button-text {
    display: initial !important;
    line-height: 3;
}

.datatables-add-button {
    position: absolute;
    margin-top: 10px;
    margin-left: 5px;
    right: 69px;
    top: 75px;
}
.uk-offcanvas-flip .uk-open>.uk-offcanvas-bar {
    left: auto;
    right: 0;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: white !important;
    text-decoration: none;
}
.mu-can-form h2 {
    position: absolute;
    z-index: 1000;
    top: 10px;
    left: 20px;
    padding: 5px;
    color: var(--blue-color);
}
.form-field-box.even {
    background: #f9fbfe !important;
}
.form-field-box {
    padding: 5px 10px 5px 15px;
     margin: 0 !important;
    min-height: 30px;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
     border: none !important;
    border-radius: 5px;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}
.form-display-as-box {
    font-weight: bold;
}
.datatables div.form-div input[type=text], .datatables div.form-div input[type=password] {
    font-size: 15px;
    width: 100%;
    height: 20px;
    border: 1px solid #AAA;
    padding: 5px 5px 5px 5px;
     background:white!important
}
.form-field-box.odd {
    background: #f9fbfe !important;
}
.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #1e4382 !important;
    font-weight: normal;
    color: #f9fbfe !important;
}

iframe nav{
    display: none !important;
}

.chosen-container-single .chosen-single span {
    font-size: 15px !important;
}
table.dataTable {
    margin: 0 !important;
    width: 100%;
}
#toggle-table {
    width: 100% !important;
    max-width: 100% !important;
}
.ui-widget-content {
    border: 1px solid #e6e6e6 !important;

}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px whitesmoke;
    border-radius: 10px;
    box-shadow: none !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ecf0f5 !important;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: lightblue;
}
/*iframe {*/
    /*border: 0;*/
    /*width: 102% !important;*/
/*}*/

.actions .ui-button{
    max-width: 100%;

}
.actions .ui-button {
    max-width: 100%;
    background: transparent;
    border: 1px solid #dadbde !important;
}

table.dataTable thead tr th.actions {
    text-align: center !important;
    height: 62px !important;
    line-height: 5;
}
.clear-filtering, .refresh-data{
    background: transparent;
    border: 1px solid #dadbde !important;
}
.line-1px {
    margin-top: 0;
    height: 1px;
    margin-bottom: -1px;
    border-top: 1px solid #e6e6e6 !important;
}
.buttons-box {
    background: #f9fbfe;
}
#mySidenav{
    box-shadow: 0px 0px 21px -3px;
    background: rgba(0,0,0,0.9);

}
#success{
    display: none;
}
 .table-view {
    margin: 93px 0px 15px;
}
.home-main{
    margin: 0;
}
.uk-offcanvas-bar .mu-sidenav .mu-btn-nav {
    color: var(--blue-color);
    font-size: 17px !important;
    padding: 10px 0px;
}

#mySidenav nav{
    display: none;

}
#mySidenav{
    width: 100% ;
    display: none;
}
#mySidenav .bg-light{
    border-radius: 5px !important;
    background: rgba(0,0,0,0.5);
}

#mySidenav .ui-widget-content {
    border: none !important;
}
#mySidenav .ui-widget-content {
    border: none !important;
}
#mySidenav #toggle-table{
    box-shadow: 1px 4px 13px black;
}

.uk-container {
     max-width: 100% !important;
}
table.dataTable thead tr th {
    text-align: center;
}

/* -----
SVG Icons - svgicons.sparkk.fr
----- */

.svg-icon {
    width: 2em;
    height: 2em;
  }
  
  .svg-icon path,
  .svg-icon polygon,
  .svg-icon rect , .svg-icon{
    fill: #506396;
    stroke: #3c528a;
  }
  
  .svg-icon circle {
    stroke: #4691f6;
    stroke-width: 1;
  }
  table.dataTable thead .sorting:after, table.dataTable thead
   .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead
   .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
       display: none;
   }
   table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
display: none;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191";
    display: none;
}