@font-face {
     font-family: Roboto-Regular;
     src: url(../fonts/Roboto-Regular.ttf);
}

:root {
    --root: #3FB8AF;
    --main-bg-color: #fff;
    --breadcrumb-theme-bg: #3FB8AF;
    --breadcrumb-theme-title: #fff;
    --breadcrumb-theme-icon: #fff;
    --selectdropbtn-color: #333;
}
body {
     font-family: Roboto-Regular;
}

.mw350{
  max-width: 350px;
}
.noUi-horizontal {
    height: 10px;
}
.noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    right: -17px;
    top: -9px;
}
.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -27px;
    font-size: 13px;
    padding: 1px;
}
.noUi-handle:before, .noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 9px;
    top: 4px;
}
.noUi-handle:after {
    left: 13px;
}

.table td, .table th {
    padding: .2rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.breadcrumb_custom {
    background-color: var(--breadcrumb-theme-bg);
    margin-bottom: 5px;
}

.breadcrumb_custom h4 {
    font-size: 18px;
    margin-top: .5rem;
    color: var(--breadcrumb-theme-title);
}

.margin-70 {
    margin-top: 57px;
    margin-bottom: 30px;
}

.fixed-top {
    border-bottom: 1px solid var(--breadcrumb-theme-bg);
}

.btn-default-theme {
    color: var(--btn-color);
    background-color: transparent;
    border-color: var(--root);
}

.btn-info:not(:disabled):not(.disabled):active {
    color: var(--btn-color);
    background-color: var(--root);
    border-color: var(--root);
    outline: none;
}


.btn-default-theme:hover, .btn-default-theme:focus, .btn-default-theme:active:focus {
    color: #fff;
    background-color: var(--root);
    border-color: var(--root);
    outline: none;
}

.nav-tabs .nav-link{
    color: var(--root);
}

.table
{
    font-size: 0.90rem;
}

.card {
    box-shadow: none;
    border-radius: 4px !important;
    background: transparent;
    border-color: var(--root);
    margin-bottom: 15px;
}
.card-height {
    height: 245px;
    background: transparent;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.49);
    border-color: transparent;
}

.card-height>.card-header {
    color: #000;
    background-color: var(--root);
    padding: 7px 16px;
}


.card-height>.card-header a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.4s;
}

.card-height>.card-body {
    margin-top: 0px;
    padding: 10px;
}

.custom_ul {
    padding: 0px;
    margin: 0px;
    position: relative;
    height: 190px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.custom_ul li {
    list-style-type: none;
    display: block;
    padding: 0px 5px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: 0.5s;
}

.custom_ul li a {
    text-decoration: none;
    color: var(--a-color);
    width: 100%;
    display: block;
    transition: 0.4s;
    padding: 5px 0px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

td a{
    color: var(--root);
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--root);
    background-color: var(--root);
}

.fixfooter {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #3F414B;
    /*color: #ffffff;*/
    z-index: 999 !important;
    padding:5px 12px;
}

.bg-light {
    background-color: #e3e3e3 !important;
}

.noUi-value{
    font-size: 9px;
    top:18px;
}

.login-module {
    position: relative;
    background-color: var(--main-bg-color);
    max-width: 370px;
    width: 100%;
    border-top: 5px solid var(--root);
    -webkit-box-shadow: 0 0 3px #2d2d2d7d;
    box-shadow: 0 0 3px #2d2d2d7d;
    padding: 15px 25px;
    left: 0;
    border-radius: 4px;
    right: 0;
    margin: auto;
    margin-top: 3%;
    z-index: 2;
    margin-bottom: 10px;
}

.text-theme {
    border-radius: 0px !important;
    border: none;
    background-color: transparent !important;
    border: 1px solid var(--root);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--font-color);
}

.text-theme:focus {
    outline: none;
    border-color: var(--text-theme-focus);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.dropdown-item {
    color:#333 !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    border-radius: 0px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    color: var(--selectdropbtn-color);
    border-color: var(--root);
}

.text-theme {
    border-radius: 0px !important;
    border: none;
    background-color: transparent !important;
    border: 1px solid var(--root);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--font-color);
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999;
    background: #fff;
}

.selectdropbtn {
    border-radius: 0px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    color: var(--selectdropbtn-color);
    border-color: var(--root) !important;
    /* font-size: 15px !important; */
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline-offset: 0px;
}

.btn-light:focus, .btn-light:hover {
    border-radius: 0px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    color: var(--selectdropbtn-color);
    border-color: var(--root);
}

.dropdown-menu.inner li a:active {
    background-color: var(--root);
}

.dropdown-menu.inner li.selected a {
    background-color: var(--root);
}
.toast-header-theme{
    color: var(--root);
    border:none;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--root);
}
 
.btn-default-theme {
    background-color: transparent;
    border-color: var(--root);
}
 
@media screen and (min-width: 768px) {
    .cssarrow:after {
        bottom: 100%;
        right: 0px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: var(--root);
        border-width: 9px;
        margin-right: 0px;
    }
}
@media screen and (min-width: 768px) {
    .cssarrow:after {
        bottom: 100%;
        right: 0px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: var(--root);
        border-width: 9px;
        margin-right: 0px;
    }
}
 
@media screen and (min-width: 768px) {
    .nav-item .dropdown-menu {
        right: 1px;
        left: auto;
        border: 1px solid var(--root);
        margin-top: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    }
}

.loaderdiv{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #4a4a4a;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: 9999;
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,var(--root) 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,var(--root));
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation: l13 1s infinite linear;
      position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
}
@keyframes l13{ 
  100%{transform: rotate(1turn)}
}


.highcharts-credits{
	display:none !important;
}