#loader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1999;
}
.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #4EB3B0;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: calc(100% - 55%);
    top: calc(100% - 60%);
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.mr-auto .breadcrumb{
  padding:  0;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}

.mr-auto .breadcrumb>li+li:before {
  padding: 0 10px 0 5px;
  color: #9b9b9b;
  content: "\2022";
   font-size: 17px;
}
.mr-auto .breadcrumb li{
  font-size: 14px;
  color: #9b9b9b !important;
  font-family: Poppins;
  font-weight: 400;
}
.mr-auto .breadcrumb li a{
  font-size: 14px;
  color: #29b4b3 !important;
  font-family: Poppins;
  font-weight: 400;
}
.mr-auto .breadcrumb li a:hover{
  color: #9b9b9b;
}
.mr-auto .breadcrumb .active{
  color: #9b9b9b !important;
}
.gauage_wrapper{
  float: left;
  background: #252f3e;
  background: -webkit-radial-gradient(circle, #065e6d, #252f3e); /* For Safari 5.1 to 6.0 */
  background: -o-radial-gradient(circle, #065e6d, #252f3e); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(circle, #065e6d, #252f3e); /* For Fx 3.6 to 15 */
  background: radial-gradient(circle, #065e6d, #252f3e); /* Standard syntax (must be last) */
  width: 100%;
  min-height: 200px;
  padding: 0 15px;
  border-radius: 20px !important;
  text-align: center;
}
.mainmenu-style{
      position: absolute;
    top: 22px;
    right: -30px;
}
.mainmenu-style a.list-group-item{
    padding: 8px 25px;
    display: inherit;
}
.mainmenu-style .list-group{
    padding: 0;
}
.mainmenu-style .fa-caret-down{
    float: right;
    margin-left: 10px;
    margin-top: 3px;
}

.gauge_content{
  padding: 20px 0 20px;
  float: left;
  border-right: 1px solid rgba(255,255,255,0.1);
  width: 100%;
  position: relative;
  min-height: 220px;
}
.gauage_wrapper .col-lg-3{
  padding: 0;
}
.gauge_content img{
  width: 80%;
}
.col-md-12 .gauge_content img{
  width: auto;
}
.gauge_content h2{
  color: #e4f4f9;
  font-family: Poppins;
  font-size: 20px;
  margin: 20px 0 10px;
  position: absolute;
  width: 100%;
  bottom: 32%;
}
.gauge_content h3{
  color: #fff;
  font-family: Poppins;
  font-weight: bold;
  font-size: 76px;
  position: absolute;
  width: 100%;
  bottom: 2%;
}
.no-border{
  border: none !important;
}
.inner_content{
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.12);
  width: 100%;
  float: left;
  padding: 20px;
  min-height: 71vh;
  margin-bottom: 20px;
}
.top-menu a.nav-textcolor{
    text-decoration: none;
    display: inline-block;
}

.inner_content_headings{
  float: left;
}
.inner_content_headings h3{
  font-family: Poppins;
  font-size: 25px;
  color: #2c2e3e;
  font-weight: 500;
}
.inner_content_headings h4{
  font-family: Poppins;
  font-size: 18px;
  color: #2c2e3e;
  font-weight: 500;
  margin-top: 25px;
  float: left;
  margin-right: 10px;
}
.inner_content_headings h2{
  font-family: Poppins;
  font-size: 18px;
  color: #2c2e3e;
  font-weight: 500;
  margin-top: 6px;
  float: left;
  margin-right: 10px;
}
.m-menu__item .fa-angle-right {
  font-size: 18px !important;
}
@media only screen and (max-width: 991px) {

    .inner_content{
        margin-top: 15px;
    }
    .breadcrumb{
        display:none;
       }
.background-img{
    background: none !important;
}
    .login-page-side-wrapper{
        display: none;
    }
.gauge_content {
  padding: 20px 0 20px;
  float: left;
  border-right: none;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  width: 100%;
}
  .gauge_content img{
    width: auto;
  }
}

.fontpadding-left{
    padding-left: 10px;
}
.fontpadding-right{
    padding-right: 10px;
}


.mainheader{
    vertical-align: middle;
    padding: 20px 0;
    border-bottom: 1px dashed;
    border-color: #d9d9d9;
}
.left-border{
    min-height: 50vh;
    border-left: 0.8px solid;
    border-color: #cccccc;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.textcolor{
    color: #4f5160;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
}
.nav-textcolor{
    color: #949494;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
}
.daterange{
    font-weight: bold;
}
.no-padding{
    padding: 0 !important;
}
.padding a{
    text-decoration: none !important;
}
a.mystyle{
    border-radius: 15px;
    text-align: center;
    font-size: 10px;
    width: 50px;
    padding: 8px 10px 7px;
    text-decoration: none;
    color: #3d3d3d;
    margin-right: 10px;
}
.top-menu a span{
    padding-right: 10px;
    padding-top: 10px;
}
.top-menu li {
    padding: 0 0px ;

}
.top-menu li a{
    padding: 5px 15px ;
    text-align: center;

}
.top-menu li a.nav.menu-active{
    padding: 5px 15px ;
    border-radius: 20px;
    text-align: center;
    background-color: #29b5a8 !important;
    color: #ffffff !important;
}
.top-menu li a.nav:hover{
    border-radius: 20px;
    padding: 5px 15px;
    text-align: center;
    background-color: #f1f1f1;
    color: #4d4d4d;
}
.top-menu li a.bottom-border-nav.menu-active{
    border-bottom: 3px solid;
    border-bottom-color: #29b5a8;
    padding: 5px 15px 18px ;
    text-align: center;
}
.top-menu li a.bottom-border-nav:hover{
    border-bottom: 3px solid;
    border-bottom-color: #f1f1f1;
    padding: 5px 15px 18px;
    text-align: center;
}
.no-margin{
    margin: 0;
}
.input-group {
    width: auto;
}
.top-menu a.addgrid-style:hover{
    color: #ffffff;
}
a.nav-bar{
    width: 100%;
    padding: 13px;
    display: inline-block;
    text-decoration: none;
    color: #3d3d3d;
}


.nav-btn-list a.active{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    width: 100%;
    background-color: #29b5a8;
    color: #ffffff !important;
}
a.addgrid-style{
    border-radius: 20px;
    text-align: center;
    padding: 5px 15px ;
    text-decoration: none;
    background-color: #3C424E;
    color: #ffffff;
}
.top-menu li i{
    padding: 0px 7px 2px 0px;

}
.menu-icon{
    padding: 10px 0;
    cursor: pointer;
    color: #29b5a8;
}
ul.menu-style{
    margin-right: 5px;
    text-decoration: none;
}
.navbody{
    display: none;
}
.navbody:first-child{
    display: block;
}

.btn-toggle:before {
  content: 'No';
  left: -4rem;
}
.btn-toggle:after {
  content: 'Yes';
  right: -4rem;
  opacity: .5;
}

.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}
.btn-toggle.active {
  background-color: #29b5a8;
}



.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}
.btn-toggle.btn-sm:before {
  content: 'No';
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  content: 'Yes';
  right: -0.5rem;
  opacity: .5;
}
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left .25s;
}
.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left .25s;
}
.btn-toggle.btn-sm.active:before {
  opacity: .5;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}
.btn-toggle.btn-secondary.active {
  background-color: #29b5a8;
}

button.submit{
    float:right !important;
    text-align: center;
    background-color: #4cae4c;
    width: 70px;
    height: 35px;
    box-shadow: #32383e;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 300;
    margin-top: 30px;
    border: 1px solid #e3e2ea;
    box-shadow: 0px 0px 10px rgba(199,200,210,.3);


}
.padding {
    padding-left: 15px;
    padding-right: 0!important;
}
button.multiselect.dropdown-toggle.btn.btn-default {
    width: 100%;
    text-align: left;
}
.caret {
    position: absolute;
    top: 16px;
    right: 5px;
}
button.multiselect.dropdown-toggle.btn.btn-default::after {
    display: none;
}
.multiselect-container {
    width: 100%;
    max-height: 200px;
    overflow: auto;
}
.btn-group{
    width: 100%;
}

.input-form-control{
    border: 1px solid #e3e2ea;
    box-shadow: 0px 0px 10px rgba(199,200,210,.3);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    color: #8c8c8c;
    height: 37px;
}
.datatable-filter{
    display: none;
}
.datatable-info{
    padding: 10px 0 0 0;
}
.datatable-length{
    padding: 5px 15px;
}
.paginate_button{
    padding: 0 3px;
}
.table-padding{
        padding: 14px 0px 0px 0px;
}
.form-padding{
    padding: 25px 0px;
}
.form-padding div{
    padding: 0 30px;
}
.inner-form-wrap label{
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
    color: #5d5f70;
}
.inner-form-wrap p{
    margin-top: 5px;
    font-size: 12px;
    font-weight: 300;
    font-family: Poppins;
    color: #a7a8b0;
}
.footer-padding{
    position: absolute;
    padding: 25px 30px;
    background-color: #f4f4f5;
    bottom: 0;
    height: 86px;
    width: 100%;
    margin: 0 -20px !important;
}
.footer-padding div{
    padding: 0 15px 0 0;

}
.footer-padding-2{
    margin: 0 !important;
    position: relative;
}
.modal-body .inner_content{
    position: relative;
}
.modal-body .modal-min-height{
    min-height:40vh;
}
button.modal-close-btn{
    padding: 0 0 15px 0 !important;
}
select.form-control.form-control-sm {
    border-radius: 37px;
    padding: 0px 10px;
}
.pagination>li>a, .pagination>li>span {
    padding: 1px 8px 1px 8px;
    text-decoration: none;
    background-color: #fff;
    border-radius: 100%;
    width: 25px;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
  border-radius: 12px;
  }
.user-table thead {
    background: #2c2e3e;
    color: #d4d7eb;
}
.table.table-striped th ,.table.table-striped td {
    padding: 14px 9px 14px 9px;
}

.action-icon{
    padding: 8px 9px 0 3px !important;
}
.action-icon i.la {
    margin-right: 5px ;
    background-color: transparent;
    color: #7b7b7e;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 100% !important;
    text-align: center;
    padding: 4px;
    transition: all 0.3s ease;
}
.action-icon i.la.la-edit:hover, .action-icon i.la:hover{
    background-color: #29b4b3;
    color: white;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 100% !important;
    text-align: center;
    padding: 4px;
    transition: all 0.3s ease;
}
.action-icon i.la.la-trash{
    padding: 5px;
}
.action-icon i.la.la-trash:hover{
    background-color: #f85252;
    color: white;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 100% !important;
    text-align: center;
    padding: 5px;
    transition: all 0.3s ease;
}
.action-icon a:hover{
    text-decoration: none;
}
.customCheckbox {
  float: left;
    position: relative;
    width: 19px;
    height: 19px;
    background: #e6e4f5;
    border-radius: 5px;
  margin-right: 5px;
  overflow: hidden;
}

.customCheckbox.customCheckboxChecked {
  background: #29b4b3;
}

.customCheckbox input {
  opacity: 0;
  cursor: pointer;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.customCheckbox span {
  display: none;
  text-align: center;
  line-height: 20px;
  font-size: 100%;
  color: #fff;
}

.customCheckbox.customCheckboxChecked span {
  display: block;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 100%;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-radius: 100%;
    background-color: #e9f7f7;
}

.page-item:last-child .page-link {
    background-color: #e9f7f7;
    border-radius: 100%
}

.page-item.disabled .page-link {
    background-color: #e9f7f7;
}

.pagination.paginate_button{
    border-color: #FFFFFF;
}
.pagination>li>a, .pagination>li>span{
    border-color: #FFFFFF;
}

.tooltip.bottom  {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000; /* black */
  border-width: 0 5px 5px;
}
.search-wrap{
    position: relative;
}
.search-wrap input{
    padding: 0px 0px 2px 55px;
}
.custom_padding{
    padding: 12px 0;
}
.icon-search{
    border-right: 1px solid;
    position: absolute;
    border-color: #cacaca;
    top:0;
    padding: 0 12px;
    margin: 9px 0;
}
.icon-search .la-search{
    color: #cacaca;
    display: block;
    transform: rotate(270deg);
}
.m-dropdown__inner li.m-nav__item2 span:hover{
    color: #29b4b3;
}
.Search_field{
    border: 1px solid #e4e3ea;
    border-radius: 5px !important;
    box-shadow: none;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 200;
    color: #8c8c8c;
    height: 37px;
    width: 390px !important;
}
.pagination_box{
    float: left;
    width: 100%;
    padding:50px 0 30px 0;
}
.pagination_box .pagination_table {
    list-style: none;
    float: left;
    padding: 0;
}
.pagination_box .pagination_table li {
    float: left;
    padding: 0 3px;

}
.pagination_box .pagination_table li a{
    float: left;
    padding: 0 5px;
    width: 30px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100% !important;
}
.pagination_box .pagination_table li a:hover ,.active_paging{
    background: #29b4b3;
    color: #FFFFFF;
    text-decoration: none;
}
.paging_semi_active{
    background: #e9f7f7;
    width: 30px;
    height: 30px;
    border-radius: 100% !important;
}
.records_btn{
    background: #f7f7fc;
    border: 1px solid #dfdfdf !important;
    color: #2c2e3e;
    font-family: Poppins;
    font-size: 14px;
    padding: 8px 25px !important;
    border-radius: 50px !important;
    margin-right: 5px;
}
.pagination_box .dropdown-menu{
    width: 85px;
    min-width: 80px;
}
.pagination_box .dropdown-menu .fa-check{
    color: #29b4b3;
    margin-left: 8px;
}
.m-dropdown__inner li.m-nav__item2 span:hover{
    color: #29b4b3;
}
.tbl-sort-icon{
    margin-left: 15px;
    position: relative;
    top: -2px;
}
tfoot.tbl-footer{
    background-color: #dadada;
}
tfoot.tbl-footer th{
    padding: 3px 9px 3px 20px!important;
}
.enterprise-report thead tr:hover, .enterprise-report tbody tr:hover{
    cursor: pointer;
}
td.details-control.sorting_1 {
    padding: 0 15px;
}


.m-brand__logo-wrapper img {
  height: 60px;
}

.user-email-link {
  color: #fff !important;
}

.multiselect-selected-text {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}



.container {
  margin-top: 15px;
}


.details-container {
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
table.table.table-responsive.table-striped.enterprise-table{
    margin: 0;
}

.title {
  font-weight: bold;
}

.iconSettings, td.details-control:before, tr.shown td.details-control:before {
    font-size: 12px;
    position: relative;
    display: inline-block;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    color: #8c8c8c;
  -webkit-font-smoothing: antialiased;
}

td.details-control {
  cursor: pointer;
  text-align: left;
}

td.details-control:before {
    content: '\25b6';
    color: #29b4b3;
}

tr.shown td.details-control:before {
    content: '\25bc';
    color: #29b4b3;
}
.child-datatable{
    margin: -14px -9px 0px -9px;
    padding: 15px 10px;
    background-color: #f1f1f1;
}
.child-datatable .details-container{
    box-shadow: 0px 5px 23px #8c8c8c;
    overflow-y: scroll;
    height: 290px;
}
.right-padding th{
    padding-right: 28px !important;
}
.details-container .enterprise-table th{
    padding-left: 22px;
}


::-webkit-scrollbar {
width: 6px;
height: 6px;

    background: transparent;
}
::-webkit-scrollbar-button {
    width: 10px;
    height: 10px;
    background: #f7f7fc;
}
::-webkit-scrollbar-thumb {
    background: #d4d8e3;
    border: 0px none #d4d8e3;
    border-radius: 100px;
}
::-webkit-scrollbar-thumb:hover {
    background: #d4d8e3;
}
::-webkit-scrollbar-thumb:active {
    background: #d4d8e3;
}
::-webkit-scrollbar-track {

    background: #f7f7fc;
    border: 0px none #d4d8e3;
    border-radius: 100px;
}
::-webkit-scrollbar-track:hover {
    background: #f7f7fc;
}
::-webkit-scrollbar-track:active {
    background: #f7f7fc;
}
::-webkit-scrollbar-corner {
    background: #f7f7fc;
}
.custom--padding{
    padding-left: 0 !important;
}
.modal_table_title{
    font-family: Poppins;
    font-size: 14px !important;
    color: #2c2e3e !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.login-form-wrapper{
    text-align: center;
    width: 70%;
    padding-top: 100px;
    margin: 0 auto;
}
.login-form-wrapper.company_login{
    text-align: center;
    width: 70%;
    padding-top: 100px;
    margin: 0 auto;
}
.login-form-wrapper .no-border input, .login-form-wrapper .no-border select{
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0;
    box-shadow: none;
}
.login-page-wrapper .login-page-logo{
    text-align: center;
    padding-top: 110px;
}
.login-form-wrapper .no-border .custom-padding-login-page div{
    padding: 18px 10px;
}
.pull-center{
    text-align: center;
}
.login-page-side-wrapper{
    padding: 300px 0 0 90px;
}
.login-page-side-wrapper h3{
    font-family: Poppins;
    font-size: 24px;
    color: #9d9fb4;
    font-weight: 300;
}
.login-page-side-wrapper h1{
    font-family: Poppins;
    font-size: 48px;
    color: #FFFFFF;
    margin-top: 20px;
    font-weight: 700;
}
.login-page-side-wrapper h5{
    font-family: Poppins;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 3.0px;
}
.login-page-side-wrapper .know-color{
    color: #29b4b3;
}
.login-page-side-wrapper h4{
    font-family: Poppins;
    font-size: 30px;
    color: #9d9fb4;
    font-weight: 300;
    margin-top: 20px;
}
.login-page-side-wrapper p{
    font-family: Poppins;
    font-size: 14px;
    color: #9d9fb4;
    letter-spacing: .25px;
    font-weight: 300;
    margin-top: 30px;
    width: 80%;
}
.background-img{
    background: url(../images/background.jpg) no-repeat right;
    width: 58.3%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
}
.enterprise-report2 .container-fluid{
    padding: 0;
}
.login-page-logo h3{
    color: #2a2a2a;
    font-family: Poppins;
    font-size: 24px;
    font-weight: normal;
    margin-top: 20px;
}
.forgot_pwd_box{
    padding: 15px 0;
    float: left;
    width: 100%;
}
.forgot_pwd_box p{
    font-family: Poppins;
    font-size: 14px;
    color: #b7b7b7;
    font-weight: 400;
}
.btn-login{
    margin-top: 60px;
    background: #29b4b3;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 30px !important;
    box-shadow: 1px 3px 7px #a9e1e1;
}
.btn-login:hover, .btn-login:focus {
    background: #23a3a2;
    color: #ffffff;
}
@media only screen and (max-width: 1142px) {
    .login-form-wrapper {
        text-align: center;
        width: 95%;
        padding-top: 100px;
        margin: 0 auto;
    }
}
.bargraph-img{
    margin-top: 20px;
}
.bargraph-img img{
    width: 100%;
}
.outlier-linegraph-img img{
    width: 100%;
}
.color-red{
    color: #ff3838;
}
@media only screen and (max-width: 524px) {
    .Search_field{
        width: 100% !important;
    }
}
@media only screen and (max-width: 768px) {
    .Search_field{
        width: 100% !important;
    }
    .add_btn{
        margin-top: 10px;
    }
    .del_btn{
        margin-top: 10px;
    }
}

.bootbox.modal .modal-footer {
    padding: 15px !important;
}
#gaugeEnterprise .tbl-footer th {
    padding-left: 9px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.third-layer .details-container {
    height: auto;
    max-height: 450px;
}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid black;
    border-radius: 3px;
}
th.no-sort.select-checkbox.sorting_disabled{
    padding-left: 6px;
}
.multiselect-no-padding .multiselect-native-select div.btn-group{
    padding: 0;
}
.error-field{
    margin-top: 5px;
    font-size: 12px;
    font-weight: 300;
    font-family: Poppins;
    color: #ff0000;
}

.chart-container {
    display: none;
}
.top-heading-enterprise-report{
    text-align: center;
}
.top-heading-enterprise-report .textcolor{
    font-weight: 600;
}

.bottom-ten, .chart-custom, .chart-all {
    display: none;
}

.chart-container a, .outlier-linegraph-img a {
    color: #666;
    padding: 0 15px;
    border-radius: 15px;
}
.chart-container a.active, .outlier-linegraph-img a.active {
    background: #29b4b3;
    color: #fff;
}

#snapshotTables .nav-body {
    display: none;
}
#snapshotTables .nav-body:first-child {
    display: block;
}
#snapshotTables th{
    width: 33%;
}
.action-icon .user-group-view-btn i.la.la-eye:hover {
    background-color: #9acd32;
    color: white;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 100% !important;
    text-align: center;
    padding: 4px;
    transition: all 0.3s ease;
}
.view-user-groups th{
    width: 12%;
}
.view-user-groups th.custom-width{
    width: 48%;
}
.view-user-groups th.default-width{
    padding-left: 13px !important;
    width: 10%;
}
.paging .pagination li{
    padding-left: 8px;
}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active-accordion, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
}
.modal .modal-content .modal-body {
    max-height: 600px;
    overflow-y: auto;
}

.company-login-form .custom-style{
    width: 50% !important;
    margin: 0 auto !important;
}
.custom-width-11{
    width: 11% !important;
}
.custom-width-12{
    width: 12% !important;
}
.custom-width-10{
    width: 7% !important;
}
.custom-width-20{
    width: 20% !important;
}
.custom-width-40{
    width: 35% !important;
}
.m-menu__link-custom{
    padding-left: 30px;
    padding-top: 30px;
    padding-top: 30px;
    text-decoration: none;
}
.custom-padding-side-bar{
    padding-left: 15px;
}
.progress {
    height: 13px !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}

.action-icon .user-resetPassword-btn i.la.la-key:hover {
    background-color: #9acd32;
    color: white;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 100% !important;
    text-align: center;
    padding: 4px;
    transition: all 0.3s ease;
}
.multiselect-container .input-group {
    padding: 0;
}
.input-group .input-group-addon {
    padding: 0 17px !important;
    height: 34px !important;
}
button.btn.btn-default.multiselect-clear-filter {
    display: none;
}
.hierarchy_btn{
    height:38px;
}
#chart-container {
    background-color: #eee;
}
.orgchart {
    background: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}
/*.m-menu__item.m-menu__item--submenu.custom-menu__open.arrow__down .m-menu__ver-arrow{*/
    /*-webkit-transform: translate3d(0, 0, 0);*/
        /*-webkit-transform: rotateZ(90deg);*/
        /*-moz-transform: rotateZ(90deg);*/
        /*-ms-transform: rotateZ(90deg);*/
        /*-o-transform: rotateZ(90deg);*/
        /*transform: rotateZ(90deg);*/
/*}*/
/*.m-menu__item.m-menu__item--submenu.custom-menu__open.m-menu__item--open .m-menu__ver-arrow{*/
    /*transform: rotate(270deg);*/
/*}*/
.m-menu__item.m-menu__item--submenu.custom-menu__open.m-menu__item--open .m-menu__submenu{
    display:none!important;
}
.m-menu__item.m-menu__item--submenu.custom-menu__open > .m-menu__submenu{
    display: block;
}
.btn-footer{
    display: block!important;
}

a.page-link {
    line-height: 14px !important;
    padding: 4px 5px !important;
    height: 25px;
    width: 25px !important;
    text-align: center;
}

tfoot.tbl-footer.custom th {
    padding: 14px 9px 14px 9px !important;
}

.custom-reports-table .child-datatable .details-container {
    height: auto;
    overflow: auto;
}

/*
.custom-reports-table .second-layer {
    display: none;
}*/

ul#selected-group1 {
    height: 300px;
    overflow-y: auto;
}



@media screen and (max-width: 430px) {
.m-brand__logo-wrapper img {
height: 50px;
}
}

.last_refresh_time {
    float: right;
    margin-right: 0.8rem;
    color: #9b9b9b !important;
}
