.icon-20 {
    font-size: 20px;
    transform: scale(-1, 1);
}

.icon-24 {
    font-size: 24px;
}

.icon-40 {
    font-size: 40px;
}

.icon-60 {
    font-size: 60px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background: #F2F6FC;
    color: #333333;
}

.wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrapper > section {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 30px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrapper > section .content-wrapper {
    background: #ECFBFA;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-fullscreen {
    position: relative;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.bg-brand-light {
    background: #fff;
}

.border-top,
.border-bottom {
    border-color: #EFEFEF !important;
}

@media (min-width: 768px) {
    .border-md-right {
        border-right: 1px solid #EFEFEF;
    }
}

@media (min-width: 992px) {
    .border-lg-right {
        border-right: 1px solid #EFEFEF;
    }

    .border-lg-left {
        border-left: 1px solid #EFEFEF;
    }
}

.alert ul {
    padding: 0;
    margin: 0;
}

.color-red {
    color: #F15169;
}

h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #565268;
}

.color-light {
    color: #A3A3A3;
}

.valign-middle {
    vertical-align: middle;
}

.content-wrapper .container-fluid {
    padding-right: 1px;
    padding-left: 1px;
}

.navbar {
    padding: 0 0;
}

.navbar-header .brand-logo {
    display: block;
}

.navbar-header .brand-logo img {
    display: block;
    max-width: 100%;
}

@media (min-width: 768px) {
    .nav-wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.open > .dropdown-menu, .collapse.in {
    display: block;
}

.label_widget {
    margin-bottom: .5rem;
    display: inline-block;
    color: #18ADA1;
}

.dropdown-menu {
    font-size: inherit;
}

.fade.in {
    opacity: 1;
}

.modal-open .wrapper > section {
    z-index: 10000;
}

.modal.in {
    background: rgba(41, 46, 76, 0.42);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-backdrop.in {
    display: none;
}

.modal-content {
    border-radius: 3px;
    border: 0;
    border-top: 4px solid #00CCC0;
}

.modal-header {
    border-bottom: 1px solid #EFEFEF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-header .close {
    font-size: 20px;
    color: #009FFD;
    opacity: 1;
}

.modal-body, .modal-header, .modal-footer {
    padding: 20px;
    word-wrap: break-word;
}

.modal-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #565268;
}

.c-checkbox, .c-radio {
    position: relative;
    display: block;
}

.c-checkbox span, .c-radio span {
    margin-left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #18ADA1;
    vertical-align: -0.2em;
}

.c-checkbox span:before, .c-radio span:before {
    font-size: 8px;
    line-height: 2;
}

.c-checkbox:hover span, .c-radio:hover span {
    border-color: #18ADA1;
}

.c-checkbox input[type=checkbox]:checked + span, .c-checkbox input[type=radio]:checked + span, .c-radio input[type=checkbox]:checked + span, .c-radio input[type=radio]:checked + span {
    border-color: #18ADA1;
    background-color: #18ADA1;
}

.c-checkbox input[type=checkbox]:disabled + span, .c-checkbox input[type=radio]:disabled + span, .c-radio input[type=checkbox]:disabled + span, .c-radio input[type=radio]:disabled + span {
    border-color: #D3EFFF !important;
    background-color: #D3EFFF !important;
}

.errornote {
    color: #F15169;
}

.overflow-x-auto {
    overflow-x: auto;
}

.icon-img {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.icon-img.icon-true {
    background: url(../img/check-circle.svg) no-repeat center;
    background-size: contain;
}

.icon-img.icon-false {
    background: url(../img/not-checked.svg) no-repeat center;
    background-size: contain;
}

.btn-group-user .user-pic {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
}

.btn-group-user .user-pic img {
    -o-object-fit: cover;
    object-fit: cover;
}

.btn-group-user .user-pic .icon {
    font-size: 20px;
}

.btn-group-user .btn-transparent {
    padding: 0;
    font-weight: normal;
    font-size: 13px;
}

.btn-group-user .dropdown-menu {
    font-size: 1em;
}

.btn-group-user .dropdown-menu .dropdown-item:active {
    background-color: #18ADA1;
}

.btn-group-user .dropdown-toggle {
    padding-right: 10px;
}

.btn-group-user .dropdown-toggle:after {
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 0;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    border-color: #333 transparent transparent transparent;
}

.btn-group-user .dropdown-toggle[aria-expanded="true"]:after {
    border-color: transparent transparent #333 transparent;
    border-width: 0 4px 5px 4px;
}

.select-language + .select2-container {
    font-size: 13px;
    color: inherit;
}

.select-language + .select2-container .select2-selection {
    background: transparent;
    border: 0;
    border-radius: 0;
}

.select-language + .select2-container .select2-selection .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent;
}

.select-language + .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #333 transparent;
}

.select2-dropdown {
    font-size: 1em;
    min-width: 3em;
}

.wrapper > .aside {
    width: 227px;
}

.wrapper > .aside .aside-inner {
    width: 227px;
    padding-top: 63px;
}

.bg-theme-dark .brand-logo {
    padding-left: 20px !important;
}

.bg-theme-dark .topnavbar-wrapper {
    position: relative;
}

.bg-theme-dark .topnavbar-wrapper:before, .bg-theme-dark .topnavbar-wrapper:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 63px;
    left: 0;
    margin-top: -19px;
    z-index: 10000;
}

.bg-theme-dark .topnavbar-wrapper:before {
    background: #18ADA1;
}

.bg-theme-dark .topnavbar-wrapper:after {
    margin-top: -21px;
    background: #fff;
    border-radius: 0 0 0 20px;
}

.wrapper > section, .wrapper > footer {
    margin-left: 227px;
}

.aside-toggle {
    padding: 10px 22px;
    font-size: 13px;
}

.aside-toggle .icon {
    font-size: 20px;
}

.aside-toggle > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aside-toggle .is-hidden {
    display: none;
}

.bg-theme-dark .aside-toggle {
    color: #fff;
}

.bg-theme-dark .aside-toggle:hover {
    text-decoration: none;
    color: #8AFFF8;
}

.bg-theme-dark footer:before, .bg-theme-dark footer:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

.bg-theme-dark footer:before {
    background: #18ADA1;
}

.bg-theme-dark footer:after {
    background: #F2F6FC;
    border-radius: 0 0 0 20px;
}

.bg-theme-dark .aside-inner {
    background: #18ADA1;
    color: #fff;
}

.bg-theme-dark .aside-inner .sidebar > .nav > li > a,
.bg-theme-dark .aside-inner .sidebar > .nav > li > .nav-item {
    display: flex;
    align-items: center;
    color: #fff;
}

.bg-theme-dark .aside-inner .sidebar > .nav > li > a:hover,
.bg-theme-dark .aside-inner .sidebar > .nav > li > .nav-item:hover {
    color: #8AFFF8;
}

.bg-theme-dark .aside-inner .sidebar > .nav > li > a[data-toggle="collapse"]:not(.collapsed),
.bg-theme-dark .aside-inner .sidebar > .nav > li > .nav-item[data-toggle="collapse"]:not(.collapsed) {
    background: #18ADA1;
}

.bg-theme-dark .aside-inner .sidebar > .nav > li.active > a, .bg-theme-dark .aside-inner .sidebar > .nav > li.active > .nav-item {
    color: #fff;
    background-color: #28C4B7;
}

.bg-theme-dark .aside-inner .sidebar > .nav > li.active > a > .icon, .bg-theme-dark .aside-inner .sidebar > .nav > li.active > .nav-item > .icon {
    color: #8AFFF8;
}

.sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    background: transparent;
}

.sidebar:after {
    content: none;
}

.sidebar > .nav > li {
    position: relative;
    width: 100%;
    border: 0;
}

.sidebar > .nav > li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    border-radius: 0 10px 10px 0;
}

.sidebar > .nav > li.active {
    background: transparent;
    color: #8AFFF8;
}

.sidebar > .nav > li.active:before {
    background: currentColor;
}

.sidebar > .nav > li.active > a, .sidebar > .nav > li.active > .nav-item {
    background: transparent;
}

.sidebar > .nav > li > a,
.sidebar > .nav > li > .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: normal;
    padding: 12px 16px;
}

.sidebar > .nav > li > a .icon,
.sidebar > .nav > li > .nav-item .icon {
    font-size: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sidebar > .nav > li > a span,
.sidebar > .nav > li > .nav-item span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.bg-theme-dark .sidebar-subnav,
.bg-theme-dark .sidebar > .nav > li.open .nav,
.bg-theme-dark .sidebar > .nav > li.active .nav {
    position: relative;
    background: #18ADA1;
    color: #fff;
}

.bg-theme-dark .sidebar-subnav:before,
.bg-theme-dark .sidebar > .nav > li.open .nav:before,
.bg-theme-dark .sidebar > .nav > li.active .nav:before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 28px;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.bg-theme-dark .sidebar-subnav li.subtitle,
.bg-theme-dark .sidebar > .nav > li.open .nav li.subtitle,
.bg-theme-dark .sidebar > .nav > li.active .nav li.subtitle {
    display: none;
}

.bg-theme-dark .sidebar-subnav li.active > a,
.bg-theme-dark .sidebar > .nav > li.open .nav li.active > a,
.bg-theme-dark .sidebar > .nav > li.active .nav li.active > a {
    color: #8AFFF8;
}

.bg-theme-dark .sidebar-subnav > li > a,
.bg-theme-dark .sidebar-subnav > li > .nav-item,
.bg-theme-dark .sidebar > .nav > li.open .nav > li > a,
.bg-theme-dark .sidebar > .nav > li.open .nav > li > .nav-item,
.bg-theme-dark .sidebar > .nav > li.active .nav > li > a,
.bg-theme-dark .sidebar > .nav > li.active .nav > li > .nav-item {
    color: #fff;
}

.bg-theme-dark .sidebar-subnav > li > a:hover,
.bg-theme-dark .sidebar-subnav > li > .nav-item:hover,
.bg-theme-dark .sidebar > .nav > li.open .nav > li > a:hover,
.bg-theme-dark .sidebar > .nav > li.open .nav > li > .nav-item:hover,
.bg-theme-dark .sidebar > .nav > li.active .nav > li > a:hover,
.bg-theme-dark .sidebar > .nav > li.active .nav > li > .nav-item:hover {
    color: #8AFFF8;
    text-decoration: none;
}

.aside-collapsed .topnavbar .navbar-header {
    width: 220px;
}

.aside-collapsed .topnavbar .navbar-header .brand-logo {
    display: block;
}

.aside-collapsed .sidebar > .nav > li {
    width: 70px;
}

.aside-collapsed .sidebar > .nav > li > a,
.aside-collapsed .sidebar > .nav > li > .nav-item {
    display: block;
    padding: 12px 26px;
}

.aside-collapsed .aside-toggle .is-shown {
    display: none;
}

.aside-collapsed .aside-toggle .is-hidden {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.aside-collapsed .sidebar-subnav li.subtitle {
    display: block;
    padding: 13px 20px;
    padding-left: 28px;
    font-weight: 500;
}

.aside-collapsed .sidebar-subnav > li > a,
.aside-collapsed .sidebar-subnav > li > .nav-item {
    padding-left: 56px;
    padding-right: 10px;
}

.aside-collapsed .bg-theme-dark .sidebar > .nav > li.open {
    background: #18ADA1;
    color: #fff;
}

.aside-collapsed .bg-theme-dark .sidebar > .nav > li.open > a {
    background: #18ADA1;
}

.aside-collapsed .bg-theme-dark .sidebar > .nav > li.open > a > em {
    color: #fff;
}

.aside-collapsed .bg-theme-dark .sidebar-subnav li.subtitle {
    color: rgba(255, 255, 255, 0.6);
    background: #18ADA1;
}

.aside-collapsed .bg-theme-dark .sidebar-subnav:before {
    top: 63px;
}

.wrapper > footer {
    background-color: #ECFBFA;
    height: 30px;
    padding: 4px 10px;
    border: 0;
}

@media only screen and (max-width: 767px) {
    .csstransforms3d .wrapper > .aside {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .wrapper > .aside {
        width: 60px;
    }

    .wrapper > .aside .aside-inner {
        width: 60px;
    }

    .sidebar > .nav > li > a span,
    .sidebar > .nav > li > .nav-item span {
        display: none;
    }

    .aside-toggle {
        display: none;
    }

    .topnavbar .navbar-header {
        background: transparent;
    }

    .topnavbar .navbar-header .brand-logo {
        max-width: 185px;
    }

    .bg-theme-dark .topnavbar-wrapper:before,
    .bg-theme-dark .topnavbar-wrapper:after {
        content: none;
    }

    .content-wrapper > .content-heading {
        padding-left: 70px;
    }

    .sidebar-subnav {
        position: absolute !important;
        top: 0;
        left: 100%;
    }
}

.html5buttons {
    margin: 0;
}

.input-group .btn {
    height: 31px;
    padding: 0 .75rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.input-group .btn:hover, .input-group .btn:focus {
    border-color: #18ADA1;
}

.input-group .form-control + .btn {
    border-radius: 0 50px 50px 0;
}

a.color-brand-dark {
    color: #18ADA1;
}

a.color-brand-dark:hover {
    text-decoration: none;
    color: #28C4B7;
}

.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-brand-red {
    padding: 0.5em 2.3em;
    background: #F15169;
    color: #fff !important;
    -webkit-box-shadow: 0 8px 8px rgba(241, 81, 105, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 8px rgba(241, 81, 105, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.btn-brand-red {
    padding: 0.5em 2.3em;
    background: #F15169;
    color: #fff !important;
    -webkit-box-shadow: 0 8px 8px rgba(241, 81, 105, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 8px rgba(241, 81, 105, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.btn-brand-blue {
    padding: 0.5em 2.3em;
    background: #009FFD;
    color: #fff !important;
    -webkit-box-shadow: 0 8px 8px rgba(80, 78, 190, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 8px rgba(80, 78, 190, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.btn-brand-blue:active {
    background-color: #0094EC;
}

.btn-brand-blue:hover {
    background-color: #35b4ff;
}

.btn-brand-dark {
    padding: 0.5em 2.3em;
    background: #18ADA1;
    color: #fff;
    -webkit-box-shadow: 0 8px 8px rgba(100, 202, 193, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 8px rgba(100, 202, 193, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    border-color: transparent;
}

.btn-brand-dark:hover {
    background: #28C4B7;
    color: #fff;
    text-decoration: none;
}

.btn-brand-dark-outline {
    padding: 0.5em 2.3em;
    background: #fff;
    color: #828282;
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    border-color: #18ADA1;
}

.btn-brand-dark-outline:hover {
    -webkit-box-shadow: 0 8px 8px rgba(100, 202, 193, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 8px rgba(100, 202, 193, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
    background: #28C4B7;
    color: #fff;
    text-decoration: none;
}


.btn-brand-white {
    position: absolute;
    left: 40px;
    padding: 0.5em 2.3em;
    background: white;
    color: rgb(0, 163, 150);
    -webkit-box-shadow: 0 8px 8px rgba(100, 202, 193, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 8px rgba(100, 202, 193, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    border-color: rgb(0, 163, 150);
}

.btn-brand-white:hover {
    background: rgb(250, 250, 250);
    color: rgb(0, 163, 150);
    text-decoration: none;
}

.btn-brand-darkgrey {
    padding: 0.5em 2.3em;
    background-color: #828282;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    -webkit-box-shadow: 0 10px 15px 0 #BBF0EB;
    box-shadow: 0 10px 15px 0 #BBF0EB;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.with-spinner-loader {
  box-shadow: none;
  font-size: 1rem;
  height: 2.25em;
  line-height: 1.5;
  vertical-align: top;
  padding-left: 1.5em;
  padding-right: 1.5em;
  white-space: nowrap;
}

.with-spinner-loader::after  {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  margin-left: 0.25em;
  width: 1em;
}

.btn-brand-grey {
    padding: 0.5em 2.3em;
    background: #bbb;
    color: white;
    -webkit-box-shadow: 0 8px 8px rgba(100, 202, 193, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 8px rgba(100, 202, 193, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    border-color: transparent;
}

.btn-brand-grey:hover {
    background: #fafafa;
    color: rgb(0, 163, 150);
    text-decoration: none;
}

.btn-transparent {
    background: transparent;
}

.form-control {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #A3A3A3;
    border: 1px solid #E0E0E0;
    border-radius: 50px;
    padding: 11px 12px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #18ADA1;
}

.form-control + .select2-container--default .select2-selection {
    border: 1px solid #E0E0E0;
    border-radius: 50px;
    height: auto;
}

.form-control + .select2-container--default .select2-selection .select2-selection__rendered {
    padding: 11px 12px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 14px;
}

.form-control + .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__rendered {
    padding-top: 6px;
    padding-bottom: 6px;
}

.form-control + .select2-container--default .select2-selection .select2-selection__arrow {
    top: 50%;
    margin-top: -13px;
}

.form-control + .select2-container--default.select2-container--open.select2-container--below .select2-selection {
    border-radius: 50px !important;
}

textarea.form-control,
textarea {
    border-radius: 3px;
}

.select2-dropdown {
    border-color: #E0E0E0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: transparent;
    color: #18ADA1;
}

.content-wrapper > .content-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FBFDFD;
    border: 0;
}

.content-heading .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 12px;
    line-height: 14px;
}

.content-heading .breadcrumb a {
    color: #A3A3A3;
}

.content-heading .breadcrumb a:hover {
    text-decoration: none;
    color: #28C4B7;
}

.content-heading .breadcrumb li + li:before {
    content: '/';
    display: inline-block;
    margin: 0 8px;
}

.search-group {
    position: relative;
}

.search-group .btn, .search-group a.btn {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(19px, -50%);
    -ms-transform: translate(19px, -50%);
    transform: translate(19px, -50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    font-size: 17px;
    width: 1.1em;
    height: 1.1em;
    border: 0;
    color: #18ADA1;
}

.search-group .btn:hover, .search-group a.btn:hover {
    color: #28C4B7;
}

.search-group .form-control {
    padding-left: 45px;
    background: transparent;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.dt-buttons .btn {
    padding: 6px 8px;
    font-size: 13px;
    line-height: 14px;
    color: #18ADA1;
}

.dt-buttons .btn .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}

.dt-buttons .btn .icon.icomoon-excel {
    font-size: 22px;
}

.dt-buttons .btn:hover {
    color: #28C4B7;
}

.dt-buttons .btn.dropdown-toggle {
    color: #333;
}

.dt-buttons .btn.dropdown-toggle .icon {
    color: #18ADA1;
}

.dt-buttons .btn-add {
    width: 38px;
    height: 28px;
    color: #18ADA1;
    background-image: url(../img/icon-plus.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.dt-buttons .btn-add:focus {
    background-image: url(../img/icon-plus-white.svg);
}

.color {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.1em;
}

.panel-default {
    background: #FFFFFF;
    border-radius: 3px;
    border: 0;
}

.panel-default .panel-header {
    padding: 12px 16px;
    border-bottom: 1px solid #EFEFEF;
}

/*.panel-default .panel-footer {}*/

.panel-border-top {
    border-top: 4px solid #00CCC0;
}

.table-no-border > thead > tr > th,
.table-no-border > tbody > tr > td {
    border: 0;
}

.table-no-border > thead {
    -webkit-box-shadow: 0 4px 4px rgba(109, 121, 163, 0.05);
    box-shadow: 0 4px 4px rgba(109, 121, 163, 0.05);
}

.table-no-border > thead > tr > th {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #565268;
}

.table-striped tbody tr {
    -webkit-box-shadow: 0 4px 4px rgba(109, 121, 163, 0.05);
    box-shadow: 0 4px 4px rgba(109, 121, 163, 0.05);
}

.table-striped tbody tr:nth-of-type(odd) {
    background: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
    background: #F7FBFB;
}

.block-action .dropdown-toggle {
    background: transparent;
    color: #18ADA1;
    border: 0;
}

.block-action .dropdown-toggle:hover {
    color: #28C4B7;
}

.block-action.dropleft .dropdown-toggle::before {
    content: none;
}

.block-action.dropleft .dropdown-menu-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block-action .dropdown-menu a {
    display: block;
    padding: 0 5px;
}

.dataTables_paginate .pagination {
    margin-bottom: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.dataTables_paginate .pagination li a, .dataTables_paginate .pagination li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #18ADA1;
}

.dataTables_paginate .pagination li a:hover, .dataTables_paginate .pagination li span:hover {
    color: #28C4B7;
    text-decoration: none;
}

.dataTables_paginate .pagination li.active span.this-page {
    color: #fff;
    background-color: #18ADA1;
}

.idis-tabpanel .nav-tabs .nav-item.show .nav-link,
.idis-tabpanel .nav-tabs .nav-link.active {
    color: #18ADA1;
}

.bg-brand-dark {
    background-color: #7764ca;
    color: #fff;
}

.bg-brand-dark .bg-brand-darker {
    background-color: #5643AB;
}

.bg-brand-green {
    background-color: #00CCC0;
    color: #fff;
}

.bg-brand-green .bg-brand-darker {
    background-color: #0eada3;
}

@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.ball-grid-pulse {
    width: 57px;
}

.ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.58s;
    animation-delay: 0.58s;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}

.ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.01s;
    animation-delay: 0.01s;
    -webkit-animation-duration: 0.94s;
    animation-duration: 0.94s;
}

.ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    -webkit-animation-duration: 1.43s;
    animation-duration: 1.43s;
}

.ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: -0.03s;
    animation-delay: -0.03s;
    -webkit-animation-duration: 0.74s;
    animation-duration: 0.74s;
}

.ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.21s;
    animation-delay: 0.21s;
    -webkit-animation-duration: 0.68s;
    animation-duration: 0.68s;
}

.ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    -webkit-animation-duration: 1.17s;
    animation-duration: 1.17s;
}

.ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: 0.46s;
    animation-delay: 0.46s;
    -webkit-animation-duration: 1.41s;
    animation-duration: 1.41s;
}

.ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.02s;
    animation-delay: 0.02s;
    -webkit-animation-duration: 1.56s;
    animation-duration: 1.56s;
}

.ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.13s;
    animation-delay: 0.13s;
    -webkit-animation-duration: 0.78s;
    animation-duration: 0.78s;
}

.ball-grid-pulse > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

body .ball-grid-pulse > div {
    background-color: #18ADA1;
}

.btn-add {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    background-color: #fff;
    color: #18ADA1;
    border-color: #18ADA1;
    border-radius: 25px;
}

.btn-add:hover {
    background-color: #fff;
    color: #28C4B7;
    text-decoration: none;
}

.btn-add:focus {
    background-color: #28C4B7;
    color: #fff;
    -webkit-box-shadow: 0px 4px 6px rgba(119, 100, 202, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 6px rgba(119, 100, 202, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
}

.badge-rounded {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 1.8em;
    height: 1.8em;
}

.bg-green-light {
    background: #4CDBD3;
}

.bg-blue-light {
    background: #009FFD;
}

.color-white {
    color: #fff;
}

.color-lightblue {
    color: #009FFD;
}

.color-scarlet {
    color: #FD2F20;
}

.color-violet-2 {
    color: #556EE6;
}

.color-violet {
    color: #7763C8;
}

.color-blue {
    color: #009FFD;
}

.color-green {
    color: #18ADA1;
}

.color-marine {
    color: #00B2A6;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-70 {
    font-size: 70px !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.icon-50 {
    font-size: 50px !important;
}

.fs-resp-l {
    font-size: calc(30px + (26 - 14) * ((100vw - 300px) / (1900 - 300)));
}

.fs-resp-m {
    font-size: calc(15px + (26 - 14) * ((100vw - 300px) / (1900 - 300)));
}

@media screen and (min-width: 1400px) {
    .fs-resp-l {
        font-size: calc(70px / 1.2);
    }

    .fs-resp-m {
        font-size: calc(30px / 1.2);
    }

    .fs-resp-l .icomoon-norms {
        font-size: .9em;
    }

    .fs-resp-l .icomoon-results,
    .fs-resp-l .icomoon-ekg,
    .fs-resp-l .icomoon-invoice {
        font-size: .85em;
    }
}

.card-icon {
    display: block;
}

@media screen and (max-width: 1400px) {
    .card-icon {
        display: none;
    }
}

.fs-l {
    font-size: 1.2em;
}

.btn {
    display: inline-flex;
    align-items: center;
}

.btn-brand-red {
    padding: 0.5em 2.3em;
    background: #F15169;
    color: #fff !important;
    -webkit-box-shadow: 0 8px 8px rgba(241, 81, 105, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 8px rgba(241, 81, 105, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.btn-brand-green {
    background: #18ADA1;
    color: #fff;
}

.btn-brand-green:hover {
    background: #18ADA1;
    color: #fff;
    border-color: #107b73;
}

.btn-s {
    font-size: 13px;
}

.btn.icon-left .icon {
    margin-right: .5em;
}

.date-group input {
    padding: 0 .5em;
    font-size: 14px;
    border: 1px solid #dde6e9;
    border-radius: 0 .25rem .25rem 0;
    color: #a4a4a4;
}

.c3 line, .c3 path {
    stroke: #f0f0f0;
}

tspan {
    fill: #a3a3a3;
}

.card {
    color: #565268;
    box-shadow: 0 10px 20px rgba(18, 38, 63, 0.03);
    flex: 1;
    height: 100%;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.05));
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.date-container {
    margin-left: auto;
}

@media screen and (max-width: 1300px) {
    .date-container {
        margin-left: 0;
    }

    .date-result {
        flex-direction: column;
        justify-content: center;
    }
}

.date-period .form-control {
    width: 8em;
    padding: 7px 5px;
    border-radius: 5px;
}

.date-period label {
    font-size: 12px;
}

.date-period .btn-acting {
    background: #18ADA1;
    color: #fff;
}

.date-period .btn-acting:hover {
    background: #18ADA1;
    color: #fff;
    border-color: #107b73;
}

#dashboard a:hover, #dashboard a {
    text-decoration: none !important;
    color: #fff !important;
    flex: 1;
}

#instructionFormSet .label_widget {
    text-transform: uppercase;
}

#instructionTable .tdDescription div {
    overflow: auto;
    max-height: 200px;
}

#instructionFormSet .description, td.description div, td.description .django-ckeditor-widget div {
    width: 550px !important;
}

#instructionFormSet {
    overflow-x: auto;
}

@media screen and (max-width: 1200px) {
    #instructionFormSet .description, td.description div, td.description .django-ckeditor-widget div {
        width: 350px !important;
    }
}

.table-filter-active {
    background-color: #a7eae6;
}

.table-filter-active .icomoon-database {
    color: #0b8a80;
}

div .icon-layout .icomoon-calendar-week {
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    padding: .375rem .75rem;
}

.card-grid {
    display: grid;
    grid-template-columns: 80px repeat(auto-fit, minmax(50px, 1fr));
}

.lh-0 {
    line-height: 0;
}

.text-grey {
    color: #74788D;
}

.text-state {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}

.text-state-data {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #495057;
}

.version-text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #565268;
}

.card-grid__item {
    position: relative;
}

.card-grid__item::after {
    content: '';
    width: 1px;
    height: 23px;
    display: inline-block;
    position: absolute;
    background-color: #E0E0E0;
    right: 0;
}

.card-grid__item:last-child::after {
    content: none;
}

.card-grid-linear {
    display: grid;
    grid-template-columns: 80px repeat(auto-fit, minmax(50px, 100px));
    grid-row-gap: 20px;
}

@media (max-width: 992px) {
    .card-grid {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: repeat(2, minmax(20%, 1fr));
        grid-row-gap: 25px;
    }

    .card-main-icon {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .card-version {
        text-align: center;
    }

    .card-grid__item::after {
        content: none;
    }
}

@media (max-width: 1300px) {
    .card-grid-half {
        row-gap: 20px;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 80px repeat(auto-fit, minmax(100px, 1fr));
    }

    .card-half-icon {
        grid-column: 1 / -1;
        justify-content: center;
        padding-bottom: 20px;
    }

    .card-grid-linear {
        justify-content: center;
        grid-template-columns: 1fr;
        row-gap: 20px;
        grid-template-rows: 1fr 1fr;
    }
}

.form-group-custom {
    margin-top: 49px;
    height: 39px;
    position: relative;
}

.form-group-custom input {
    height: 100%;
    padding: 0 15px 0 30%;
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
    transition: all .2s;
}

.form-group-custom input:focus,
.form-group-custom input.filled {
    padding: 0 5%;
}

.form-group-custom label {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 14px;
    right: auto;
    height: 100%;
    line-height: 39px;
    cursor: text;
    transition: all .2s;
    z-index: 9999;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.4);
}

.form-group-custom input.filled ~ label,
.form-group-custom input:focus ~ label {
    z-index: 99999;
    top: -39px;
    left: 0;
}

.form-group-custom.has-error label {
    color: #FF0000;
}

.form-group-custom .toggle-pass-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    width: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    text-decoration: none;
}

.form-group-custom .toggle-pass-btn:hover {
    color: #009FFD;
    text-decoration: none;
}

.icon-attention-red {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(../../img/idis/attention-red.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

button[data-bb-handler="confirm"] {
    order: -1;
    margin-right: .25rem !important;
}

.checkbox-holder-group .form-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.checkbox-holder-group.mt-l {
    margin-top: 2.5em;
}

.icon-pass {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(../img/icon-pass.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.checkbox-end {
    margin-bottom: 1rem;
    min-width: 150px;
    display: grid;
    grid-template-areas: "left right";
    width: 190px;
    align-items: self-start;
}

.checkbox-end label {
    grid-area: left;
}

.checkbox-end .checkbox.c-checkbox {
    margin-left: 6px;
    display: grid;
    justify-content: end;
}

.d-table-cell {
    overflow: hidden;
}

.panel-body .d-table-row {
    display: block !important;
    overflow: hidden;
}

.ml-auto {
    white-space: nowrap;
}

.table td {
    max-width: 300px;
    overflow: hidden;
}

.table td:last-child {
    max-width: 300px;
    overflow: visible;
}

.breadcrumb li {
    display: inline-block;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
}

.panel-header > .align-items-center {
    max-width: 100%;
    overflow: hidden;
}

.p-none {
    font-weight: unset !important;
    font-size: unset !important;
}

.pad-10 {
    padding: 10px !important;
}

.btn-padding {
    padding: 0.5em 3.5em !important;
    margin-left: 5px;
    margin-right: unset !important;
}

.bootbox .modal-header h4 {
    float: none !important;
}

.bootbox .modal-header .close {
    position: absolute;
    right: 15px;
}

.bootbox-close-button {
    font-size: 50px !important;
    font-weight: 200 !important;
    top: 0;

}

.btn-red:hover {
    opacity: .8;
}

.fade-fast {
    opacity: 0;
    -webkit-transition: opacity 0.01s linear;
    -o-transition: opacity 0.01s linear;
    transition: opacity 0.01s linear;
}

.b-shadow {
    box-shadow: 0 1px 5px #EFEFEF;
}

#cke_id_text {
    width: 100% !important;
}

.pad-template {
    padding: 0.5rem 1.5rem 1.5rem 1.5rem !important;
}

.border-radius {
    border-radius: 12px;
}

.border-1 {
    border: 1px solid #E0E0E0;
}

.color-brand-green {
    color: #18ADA1;
}

.color-brand-green:hover {
    text-decoration: none;
    color: #28C4B7;
}

.remove-all-styles {
    display: block !important;
}

.remove-all-styles p {
    all: unset;
    word-wrap: break-word;
}

.fw-500 {
    font-weight: 500;
}
