﻿/* ----- GOOGLE FONTS ----- */
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en");
/* ----- END OF GOOGLE FONTS ----- */

/* ----- COLOR PALETTE ----- */
/*
        primary blue    = #2dabc1
        dark blue       = #233646
        sidebar blue    = #2f4050
        light gray blue = #a7b1c2
        basic green     = #1ab394
        basic red       = #ed5565
        basic orange    = f8ac59
        basic text gray = #676a6c
    */
/* ----- END OF COLOR PALETTE ----- */

/* ----- TYPOGRAPHY ----- */
body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.addNewButtonDisplayNone {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

h4,
h5,
h6 {
    margin-top: 5px;
    font-weight: 600;
}

    h1.no-margin,
    h2.no-margin,
    h3.no-margin,
    h4.no-margin,
    h5.no-margin,
    h6.no-margin {
        margin-top: 0;
        margin-bottom: 0;
    }

label {
    font-weight: 600;
}

    label.no-margin {
        margin-bottom: 0;
    }

.line-height-1-25 {
    line-height: 1.25em;
}

.line-height-2 {
    line-height: 2em;
}

.font-italic {
    font-style: italic;
}

.font-extra-bold {
    font-weight: 800;
}

.font-bold {
    font-weight: 600;
}

.font-bold-italic {
    font-weight: bold;
    font-style: italic;
}

.font-normal {
    font-weight: 400;
}

.font-light {
    font-weight: 200;
}

.font-sm {
    font-size: 12px;
}

.font-xs {
    font-size: 10px;
}

.font-fixed-9 {
    font-size: 9px;
}

.font-fixed-10 {
    font-size: 10px;
}

.font-fixed-11 {
    font-size: 11px;
}

.font-fixed-12 {
    font-size: 12px;
}

.font-fixed-13 {
    font-size: 13px;
}

.font-fixed-14 {
    font-size: 14px;
}

.font-fixed-15 {
    font-size: 15px;
}

.font-fixed-16 {
    font-size: 16px;
}

.font-fixed-18 {
    font-size: 18px;
}

.font-fixed-21 {
    font-size: 21px;
}

.font-fixed-24 {
    font-size: 24px;
}

.font-fixed-27 {
    font-size: 27px;
}

.font-fixed-30 {
    font-size: 30px;
}

.font-fixed-40 {
    font-size: 40px;
}

.font-fixed-50 {
    font-size: 50px;
}

@media (max-width: 767px) {
    .font-fixed-xs-16 {
        font-size: 16px;
    }
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-underline {
    text-decoration: underline;
}

.text-overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-center > .RadInput.RadInput_Mobile {
    text-align: center;
}

.text-nowrap {
    white-space: nowrap;
}

@media only screen and (max-width: 1199px)  {
    .text-center-md {
        text-align: center;
    }
}

.text-primary,
.text-primary:hover,
.text-primary:focus {
    color: #2dabc1;
}

.text-info,
.text-info:hover,
.text-info:focus {
    color: #1ab394;
}

.text-warning,
.text-warning:hover {
    color: #f8ac59;
}

.text-danger,
.text-danger:hover {
    color: #ed5565;
}

.text-passive,
.text-passive:hover,
.text-passive:focus {
    color: #a7b1c2;
}

.text-white,
.text-white:hover {
    color: #fff;
}

.text-dark,
.text-dark:hover {
    color: #2f4050;
}

.text-normal,
.text-normal:hover,
.text-normal:focus,
.text-normal.label.background-white {
    color: #676a6c;
}

.text-palette-orange {
    color: #f8ac59;
}

.text-palette-darkblue {
    color: #1c84c6;
}

.text-palette-purple {
    color: #aa33cc;
}

.text-justify {
    text-align: justify;
}

.text-decoration-none,
.text-decoration-none:hover,
.text-decoration-none:focus {
    text-decoration: none;
}

@media (max-width: 1199px) {
    .md-text-left {
        text-align: left;
    }

    .md-text-center {
        text-align: center;
    }

    .md-text-right {
        text-align: right;
    }
}

@media (max-width: 991px) {
    .sm-text-left {
        text-align: left;
    }

    .sm-text-center {
        text-align: center;
    }

    .sm-text-right {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .xs-text-left {
        text-align: left;
    }

    .xs-text-center {
        text-align: center;
    }

    .xs-text-right {
        text-align: right;
    }
}

a:hover {
    text-decoration: none;
}

a.no-hover:hover {
    color: inherit !important;
}

a:focus {
    outline: none;
}

em {
    font-style: normal;
}

ul.no-list-style {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

ul.children-mb-5 > li {
    margin-bottom: 5px;
}

    ul.children-mb-5 > li:last-child {
        margin-bottom: 0;
    }

span.del {
    position: relative;
}

    span.del:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 1px solid;
        border-color: inherit;
        -webkit-transform: rotate(-40deg);
        -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        -o-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
/* ----- END OF TYPOGRAPHY ----- */

/* ----- STRUCTURE ----- */
html {
    background-color: #f1f1f2;
}

body {
    /*background-color: #2f4050;*/
    font-size: 13px;
    color: #676a6c;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    background-color: #f1f1f2;
    position: inherit;
    padding-top: 45px; /* Fixed topbar */
}

#popup-wrapper {
    padding: 0 15px;
    background-color: #f1f1f2;
}

body.mini-navbar #page-wrapper {
    min-height: 978px; /* [Possible change] */
}

@media (min-width: 768px) {
    #page-wrapper {
        margin: 0 0 0 200px;
        min-height: 727px; /* [Possible change] */
    }
}

@media (min-width: 1600px) {
    #page-wrapper {
        margin: 0 0 0 270px;
    }
}

@media (max-width: 767px) {
    #page-wrapper {
        margin: 0 0 0 100px;
        min-height: 727px; /* [Possible change] */
    }
}

/* [Topbar] */
.header-static-top {
    width: 100%;
    height: 45px;
    background-color: #233646;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
}

    .header-static-top .navbar-brand {
        padding: 2.5px 0 2.5px 20px;
    }

    .header-static-top .nav li,
    .header-static-top .nav li a {
        display: inline-block;
    }

        body.mini-navbar .header-static-top .nav li a,
        .header-static-top .nav li a {
            padding: 12.5px 15px;
        }

        .header-static-top .nav li.dropdown-header-profile a {
            padding: 11px 15px;
        }

    .header-static-top .header-display-name {
        float: left;
        margin-left: 10px;
        padding-top: 12.5px;
        padding-bottom: 12.5px;
        color: #a7b1c2;
        text-align: center;
        font-weight: 600;
        visibility: hidden;
    }

    .header-static-top .nav .header-system-messages.text-primary > a span[class^='icon-'] {
        color: #2dabc1;
    }

    .header-static-top .nav .header-system-messages.text-info > a span[class^='icon-'] {
        color: #1ab394;
    }

    .header-static-top .nav .header-system-messages.text-danger > a span[class^='icon-'] {
        color: #ed5565;
    }

    .header-static-top .nav .header-system-messages .view-all {
        background-color: #233646;
        border-top: 1px solid #4a6073;
        font-size: 12px;
    }

.header-static-top .nav li a.header-system-icon {
    font-size: 15px;
    padding: 12px 15px 10px 15px;
}

@media(max-width: 800px) {
    .header-system-message {
        display: none;
    }
}

@media (min-width: 1600px) {
    .header-static-top .header-display-name {
        margin-left: 60px;
    }
}

@media (max-width: 991px) {
    .header-static-top .header-display-name {
        display: none;
    }
}

/* Top Dropdown */
.header-static-top .nav .open > a,
.header-static-top .nav .open > a:hover,
.header-static-top .nav .open > a:focus {
    background-color: #233646;
}

.header-static-top .nav .open li {
    display: block;
}

    .header-static-top .nav .open li a {
        padding: 10px 15px 10px 10px;
        display: block;
    }

/* Top training dropdown */
@media (max-width: 767px) {
    .dropdown-training {
        display: none;
    }
}

.dropdown-menu-training .table-training-list td {
    vertical-align: middle;
    border-bottom: 1px solid #1b2b39;
}

.dropdown-menu-training .table-training-list tr td:last-child {
    background-color: #233646;
    text-align: center;
    width: 50px;
}

    .dropdown-menu-training .table-training-list tr td:last-child span {
        font-weight: 600;
        color: #2dabc1;
        font-size: 13px;
    }

.dropdown-menu-training .table-training-list tr.watched a,
.dropdown-menu-training .table-training-list tr.watched span {
    text-decoration: line-through;
}

.dropdown-menu.dropdown-menu-training .table-training-list a {
    color: #f1f1f2;
    font-size: 13px;
}

.nav .open .dropdown-menu.dropdown-menu-training li a {
    padding: 7.5px 10px;
}

.dropdown-menu.dropdown-menu-training .table-training-list a:hover,
.dropdown-menu.dropdown-menu-training .table-training-list a:focus {
    background-color: #2f4050;
    color: #2dabc1;
    text-decoration: none;
}

.dropdown-menu.dropdown-menu-training .table-training-list tr.watched a:hover,
.dropdown-menu.dropdown-menu-training .table-training-list tr.watched a:focus {
    text-decoration: line-through;
}

.dropdown-menu-training .table-training-summary td {
    width: 33.3%;
    text-align: center;
    vertical-align: middle;
}

.dropdown-menu-training .table-training-summary span {
    font-size: 13px;
}

    .dropdown-menu-training .table-training-summary span em {
        font-weight: 600;
        font-size: 16px;
    }

.nav .open .dropdown-menu.dropdown-menu-training .table-training-summary a {
    color: #f1f1f2;
    font-size: 13px;
    font-weight: 600;
}

    .nav .open .dropdown-menu.dropdown-menu-training .table-training-summary a:hover,
    .nav .open .dropdown-menu.dropdown-menu-training .table-training-summary a:focus {
        background-color: transparent;
    }

.dropdown-header-training,
.dropdown-header-profile {
    background: #233646;
}

/* Top hamburger menu */
.header-static-top .nav.hamburger li a {
    padding: 12px 15px !important;
}

.header-static-top .nav.hamburger .top-toggle-sidebar,
.header-static-top .nav.hamburger .top-toggle-chat {
    font-size: 18px;
}

.header-static-top .nav.hamburger .top-toggle-chat {
    margin-right: 0;
}

    .header-static-top .nav.hamburger .top-toggle-chat.on {
        color: #1ab394;
    }

    .header-static-top .nav.hamburger .top-toggle-chat.off {
        color: #ed5565;
    }

.header-static-top .nav.hamburger .top-toggle-sidebar:hover,
.header-static-top .nav.hamburger .top-toggle-sidebar:focus {
    background-color: #233646;
    outline: none;
}

/* System messages indicator */
.header-static-top .nav li a.system-messages-indicator {
    padding: 10px 15px 10px 0;
    font-size: 16px;
}

    .header-static-top .nav li a.system-messages-indicator:hover {
        background-color: transparent;
    }

/* [Sidebar] */
.navbar-default.navbar-static-side {
    background-color: #2f4050;
}

.navbar-static-side {
    z-index: 101;
    position: absolute;
    padding-top: 45px; /* Fixed topbar */
}

@media (min-width: 768px) {
    .navbar-static-side {
        width: 200px;
    }
}

@media (min-width: 1600px) {
    .navbar-static-side {
        width: 270px;
    }
}

@media (max-width: 767px) {
    .navbar-static-side {
        width: 100px;
    }
}

.navbar-static-side,
#page-wrapper,
.add-new {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.sidebar-fast-actions {
    padding: 9px 20px 5px 25px;
    color: #a7b1c2;
    font-size: 16px;
    text-align: center;
    background: #2f4050;
}

    .sidebar-fast-actions span[class^='icon-']:hover {
        cursor: pointer;
    }

    .sidebar-fast-actions > a,
    .sidebar-fast-actions > a:hover {
        color: #a7b1c2;
    }

#primary-navigation {
    /*border-top: 1px solid #233646;*/
    border-bottom: 1px solid #233646;
}

.navbar-default {
    background-color: transparent;
    border-color: #2f4050;
}

.nav > li > a {
    color: #a7b1c2;
    font-weight: 600;
    padding: 14px 20px 14px 25px;
}

    .nav > li > a.text-primary {
        color: #2dabc1;
    }

    .nav > li > a:hover,
    .nav > li > a:focus {
        background-color: #2a3947;
    }

.add-new-entry.nav > li a,
#primary-navigation.nav > li a {
    padding: 10px 10px 10px 15px;
}

.nav > li.active,
.add-new-entry,
.profile-menu {
    border-left: 3px solid #2dabc1;
    background: #233646;
}

    .add-new-entry.nav > li.active {
        border-left: 3px solid #1ab394;
    }

    .nav > li.active .active {
        border-left: 0;
    }

#primary-navigation li.active-child a {
    color: #2dabc1;
}

.nav > li > a span[class^='icon-'] {
    margin-right: 6px;
}

    .nav > li > a span[class^='icon-'].pull-right,
    .nav > li > a span[class^='icon-'].mr-0 {
        margin-right: 0;
    }

.nav > li.active > a .arrow:before {
    content: "\ef3c";
}

body:not(.mini-navbar) #primary-navigation.nav > li > .nav > li > a {
    padding-left: 20px;
}

body:not(.mini-navbar) #primary-navigation.nav > li > .nav > li > .nav > li > a {
    padding-left: 35px;
    padding-right: 15px;
}

.sidebar-summary {
    background-color: #2f4050;
}

    .sidebar-summary ul.nav .label {
        margin-right: 6px;
    }

/* [Add new entry] */
.profile-menu,
.add-new-entry {
    border-color: #1ab394;
}

    .profile-menu .description,
    .add-new-entry .description {
        padding: 10px 0 0 0;
    }

.toggle-profile.active,
.add-new.active {
    color: #1ab394;
}

@media (min-width: 768px) {
    .profile-menu {
        display: none;
    }
}

/* [Global Search] */
.global-search {
    border-top: 1px solid #233646;
    border-bottom: 1px solid #233646;
    padding: 14px 10px 14px 10px;
    background: #2f4050;
}

    .global-search > .global-search-box {
        width: 160px;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

@media (min-width: 1600px) {
    .global-search > .global-search-box {
        width: 220px;
    }
}

.global-search-box input:-ms-input-placeholder {
    color: #2dabc1;
}

.global-search-box input::-moz-placeholder {
    color: #2dabc1;
}

.global-search-box input::-webkit-input-placeholder {
    color: #2dabc1;
}

.global-search-box .form-control {
    background-color: #233646;
    border: 1px solid #2dabc1;
    color: #2dabc1;
    padding: 6px 9px;
}

.global-search-btn > a {
    color: #2dabc1;
    font-size: 16px;
    display: inline-block;
    margin-top: 5px;
}

    .global-search-btn > a:focus {
        text-decoration: none;
    }

body.mini-navbar .global-search,
body.no-navbar.global-search {
    display: none;
}

/* [Mini navbar] */
body.mini-navbar .navbar-static-side {
    width: 100px;
}

body.mini-navbar #page-wrapper {
    margin: 0 0 0 100px;
}

body.mini-navbar .nav > li > a {
    text-align: center;
    padding: 10px 0;
}

    body.mini-navbar .nav > li > a span.nav-label,
    body.mini-navbar .nav > li > a span.summary-label {
        display: block;
    }

        body.mini-navbar .nav > li > a span.nav-label br,
        body.mini-navbar .nav > li > a span.summary-label br {
            display: block !important;
        }

    body.mini-navbar .nav > li > a .label.pull-right,
    body.mini-navbar .nav > li > a .arrow {
        float: none !important;
    }

    body.mini-navbar .nav > li > a .label {
        display: inline-block;
        margin-bottom: 3px;
    }

body.mini-navbar .sidebar-fast-actions {
    padding-left: 0;
    padding-right: 0;
}

    body.mini-navbar .sidebar-fast-actions br {
        display: block !important;
    }

    body.mini-navbar .sidebar-fast-actions span[class^='icon-'],
    body.mini-navbar .sidebar-fast-actions a {
        float: none !important;
        display: inline-block;
        margin-bottom: 10px;
    }


        body.mini-navbar .sidebar-fast-actions a:last-of-type {
            margin-bottom: 5px;
        }

/* [No navbar] */
body.no-navbar .navbar-static-side {
    display: none;
}

body.no-navbar #page-wrapper {
    margin: 0;
}

/* Page heading */
.page-heading {
    border-top: 3px solid #b3c0c7;
    border-bottom: 1px solid #b3c0c7;
    padding: 0 15px 10px 15px;
    background-color: #fff;
    margin: 15px 0 15px 0;
}

@media (max-width: 767px) {
    .page-heading {
        margin: 20px 0;
    }
}

.page-heading.page-heading-inverse {
    background-color: #f4f4f4;
    margin-bottom: 0;
}

.page-heading.pb-0 {
    padding-bottom: 0;
}

.page-heading-inverse .btn-container {
    margin-top: 16px;
}

@media (max-width: 991px) {
    .page-heading-inverse .btn-container {
        margin-top: 10px;
    }
}

.page-heading .page-heading-counters {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 2.5px;
    padding: 5px 0;
    background-color: #ecfbfe;
    border-top: 1px solid #abe9f6;
    color: #31708f;
}

.page-heading-counters .page-heading-balance,
.page-heading-counters .page-heading-balance:hover {
    color: #31708f;
}

.page-heading.error {
    border-top: 4px solid #ed5565;
}

.page-heading h2 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 3px;
    display: inline-block;
}

    .page-heading h2.text-overflow-ellipsis {
        display: block;
    }

    .page-heading h2 em {
        color: #2dabc1;
    }

.page-heading-info {
    margin-top: 3px;
}

    .page-heading-info h3 {
        color: #676a6c;
        display: inline-block;
        margin-left: 5px;
        margin-top: 11px;
    }

    .page-heading-info .mt-6 {
        margin-top: 3px;
    }

.page-heading-addition {
    margin-bottom: 15px;
    background-color: #fff;
    padding: 0 15px;
}

.page-heading-tabs {
    text-align: center;
}

.page-heading-details-summary {
    border-top: 1px solid #c3c0c7;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 5px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

@media (max-width: 991px) {
    .page-heading-info > .table.table-fit {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .page-heading-addition {
        margin-bottom: 20px;
    }

    .page-heading-info.pull-right {
        float: none !important;
        text-align: center;
    }
}

/* Page form footer */
.page-form-footer {
    border-top: 1px solid #b3c0c7;
    border-bottom: 3px solid #b3c0c7;
    padding: 12px 15px 12px 15px;
    background-color: #fff;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .page-form-footer {
        margin-bottom: 20px;
    }
}

.page-form-footer .btn {
    margin-right: 10px;
}

    .page-form-footer .btn:last-of-type {
        margin-right: 0;
    }

/* iBox - the main panel */
.ibox {
    margin-bottom: 15px;
    padding: 0;
    background-color: #fff;
}

@media (max-width: 767px) {
    .ibox {
        margin-bottom: 15px;
    }
}

.ibox-heading {
    background-color: #fff;
    border-top: 3px solid #b3c0c7;
    border-bottom: 1px solid #b3c0c7;
    padding: 5px 10px 5px 10px;
}

.ibox.error .ibox-heading {
    border-top: 3px solid #ed5565;
}

.ibox-heading h4 {
    display: inline-block;
    margin: 5px 0;
    cursor: pointer;
}

.ibox-heading + .btn-note {
    display: inline;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.ibox-heading .label {
    margin-left: 5px;
}

.ibox-heading-tools a {
    cursor: pointer;
    color: #b3c0c7;
    display: inline-block;
    margin-top: 3px;
    margin-right: 10px;
}

    .ibox-heading-tools a.action {
        font-size: 16px;
        color: #53677a;
        text-decoration: none;
    }

    .ibox-heading-tools a.btn {
        margin-top: -1px;
    }

.ibox-heading-tools.ibox-heading-tools-complex .btn {
    margin-top: -8px;
}

.ibox-heading-tools.ibox-heading-tools-complex .dropdown-menu .btn {
    margin-top: 4px;
}

.ibox-heading-tools .btn.btn-additional,
.ibox-heading-tools .btn.btn-primary,
.ibox-heading-tools .btn.btn-info {
    color: #fff;
}

.ibox-heading-tools a:last-child {
    margin-right: 0;
}

.ibox-content {
    background-color: #fff;
    padding: 10px 10px;
}

    .ibox-content > .row,
    .row.no-margin {
        margin-left: 0;
        margin-right: 0;
    }

.row-repeat-10 + .row-repeat-10 {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .double-ibox > .col-md-6:first-child {
        padding-right: 7.5px;
    }

    .double-ibox > .col-md-6:last-child {
        padding-left: 7.5px;
    }
}

@media (min-width: 1200px) {
    .double-ibox > .col-lg-6.col-md-12:first-child {
        padding-right: 7.5px;
    }

    .double-ibox > .col-lg-6.col-md-12:last-child {
        padding-left: 7.5px;
    }
}

@media (max-width: 767px) {
    .ibox-heading {
        padding: 10px;
    }

    .ibox-content {
        padding: 10px 7.5px;
    }
}

/* File box - Google drive file manager */
.file-box {
    float: left;
    width: 200px;
}

    .file-box .file {
        border: 1px solid #e7eaec;
        padding: 0;
        background-color: #fff;
        position: relative;
        margin-bottom: 20px;
        margin-right: 20px;
    }

        .file-box .file > a {
            display: block;
        }

            .file-box .file > a,
            .file-box .file > a:hover,
            .file-box .file > a:focus {
                text-decoration: none;
            }

        .file-box .file .icon {
            height: 100px;
            padding: 15px 10px;
            text-align: center;
        }

            .file-box .file .icon span[class^='icon-'] {
                font-size: 70px;
                color: #e7eaec;
            }

        .file-box .file .file-name {
            padding: 10px;
            background-color: #f8f8f8;
            border-top: 1px solid #e7eaec;
        }

/* Navigation tab (for smaller screens) */
.navigation-tab {
    border-bottom: 1px solid #e7eaec;
    border-right: 1px solid #e7eaec;
    text-align: center;
}

    .navigation-tab:hover {
        background-color: #f5f5f6;
        cursor: pointer;
    }

    .navigation-tab.active {
        background-color: #2dabc1;
        border-bottom: 1px solid #2dabc1;
    }

    .navigation-tab > a {
        color: #676a6c;
        font-weight: 600;
        display: inline-block;
        padding: 10px 0;
    }

    .navigation-tab [data-toggle='dropdown'] > a {
        color: #676a6c;
        font-weight: 600;
        display: inline-block;
        margin-top: 10px;
    }

    .navigation-tab.active [data-toggle='dropdown'] > a {
        color: #fff;
    }

        .navigation-tab.active [data-toggle='dropdown'] > a > .label-primary,
        .navigation-tab.active > .label-primary {
            background-color: #fff;
            color: #2dabc1;
        }

    .navigation-tab.active > a {
        color: #fff;
    }

/* Mail */
.folder-list li a {
    color: #676a6c;
    display: block;
    padding: 10px 5px;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

    .folder-list li a:hover,
    .folder-list li a:focus {
        background-color: #f4f4f4;
        text-decoration: none;
    }

    .folder-list li a.active {
        background-color: #fcfcfc;
        color: #2dabc1;
    }

.folder-list li {
    border-bottom: 1px solid #d7ddde;
    display: block;
}

    .folder-list li span[class^='icon-'] {
        display: inline-block;
        width: 20px;
    }

.folder-list.folder-list-scroll {
    overflow-y: auto;
}

.folder-list-scroll.folder-list-scroll-5 {
    max-height: 196px; /* 5 items x 39px + 1 */
}

.folder-list-scroll.folder-list-scroll-15 {
    max-height: 586px; /* 15 items * 39px + 1 */
}

.row-mail.unseen {
    background-color: #fff;
}

.row-mail.seen {
    background-color: #f4f4f4;
}

.row-mail:hover {
    background-color: #f5f5f6;
}

.loading-indicator {
    background-image: url(/Resources/Images/intro/loading-dots.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 20px;
}

/* Custom tabs */
.mail-tab,
.nc-tab {
    border-right: 3px solid #fff;
    border-top: 3px solid #e7eaec;
    background-color: #f5f5f6;
}

    .mail-tab.mail-tab-no-side-border,
    .nc-tab.nc-tab-no-side-border {
        border-right: 0;
    }

    .mail-tab:hover,
    .nc-tab:hover,
    .nc-tab:focus {
        background-color: #f9f9f9;
        border-top: 3px solid #b3c0c7;
        cursor: pointer;
        outline: none;
    }

    .mail-tab.active,
    .nc-tab.active {
        border-top: 3px solid #2dabc1;
        background-color: #fff;
    }

        .mail-tab.active > span,
        .nc-tab.active > span {
            font-weight: 600;
            color: #2dabc1;
        }

[data-nc-tab-content] {
    display: none;
}

[data-mail-tab-part],
[data-nc-tab-content-part] {
    display: none;
}

.active[data-nc-tab-content-part] {
    display: block;
}

[data-mail-tab] > [data-mail-tab-part]:first-child {
    display: block;
}

.nc-tab-content-multiple-progress > .progress {
    display: inline-block;
    width: 300px;
}

@media (max-width: 767px) {
    .mail-tab,
    .nc-tab {
        border-right: 0;
    }
}

/* Summary */
.summary {
    margin-bottom: 10px;
}

    /*.summary .label-heading {
        margin-right: 5px;
    }*/

    .summary .btn.pull-right {
        margin-top: -5px;
    }

/* Schedule list */
.schedule-list {
    max-height: 294px;
    overflow: auto;
}

.schedule-list-item:first-child {
    border-top: 1px solid #b3c0c7;
}

.schedule-list-item {
    padding: 10px 10px;
    border-bottom: 1px solid #d7ddde;
    border-left: 1px solid #b3c0c7;
    border-right: 1px solid #b3c0c7;
}

    .schedule-list-item:last-child {
        border-bottom: 1px solid #b3c0c7;
    }

    .schedule-list-item.agency:hover {
        background-color: #ecfbfe;
    }

    .schedule-list-item.personal:hover {
        background-color: #e4fff2;
    }

    .schedule-list-item.active {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #ecfbfe;
    }

    .schedule-list-item > span:first-child {
        margin-right: 5px;
    }

    .schedule-list-item:nth-child(2n) {
        background-color: #f2f2f2;
    }

    .schedule-list-item p {
        margin-top: 10px;
        margin-bottom: 0;
    }

/* Dashboard notifiers */
.dashboard-notifier-text,
.dashboard-notifier-date,
.dashboard-notifier-icon {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dashboard-notifier-icon {
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .dashboard-notifier-text {
        border-top: 1px solid #e7eaec;
    }
}

.dashboard-notifier-text > h3 {
    color: #2dabc1;
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 0px;
}

    .dashboard-notifier-text > h3 + span {
        display: block;
        margin-bottom: 10px;
    }

.dashboard-notifier-date {
    background-color: #ecfbfe;
}

    .dashboard-notifier-date h3 {
        font-size: 24px;
        margin-top: 10px;
        color: #2dabc1;
    }

        .dashboard-notifier-date h3 sup {
            font-weight: 400;
            font-size: 60%;
            top: -0.7em;
            left: -0.3em;
        }

    .dashboard-notifier-date h4 {
        font-size: 18px;
        font-weight: 100;
        color: #697682;
    }

.dashboard-notifier-time {
    margin-top: -5px;
}

    .dashboard-notifier-time span[class^='icon-'] {
        padding-left: 4px;
        padding-right: 6px;
    }

.dashboard-notifier-icon-group {
    padding-top: 18px;
    color: #a7b1c2;
}

    .dashboard-notifier-icon-group span[class^='icon-'] {
        font-size: 30px;
        display: block;
    }

    .dashboard-notifier-icon-group label {
        margin-bottom: 0;
    }

.dashboard-notifier-icon > .label {
    position: relative;
    top: -60px;
    left: 35px;
}

/* Dashboard Graphics */
#morris-chart-donut > svg {
    left: -60px !important;
}

@media (max-width: 767px) {
    #morris-chart-donut > svg {
        left: 0 !important;
    }

    #morrisDonutLegend {
        display: none;
    }
}

/* Manage Coverages */
.popup-master-checkbox,
.popup-double-master-checkbox {
    margin-top: 10px;
}

.ibox-content > .popup-master-checkbox:first-child {
    margin-top: 0;
}

.popup-expand-row {
    margin-top: 10px;
    padding: 0 10px;
    border: 1px solid #e7eaec;
    background-color: #f9f9f9;
}

    .popup-expand-row > .row {
        padding-top: 10px;
        padding-bottom: 10px;
    }

/* Payment Redirect */
.payment-redirect {
    margin: 60px auto;
    width: 700px;
    text-align: center;
    background-color: #ecfbfe;
    padding: 30px;
    border: 1px solid #b5e7f1;
    border-radius: 3px;
}

    .payment-redirect.payment-redirect-white {
        background-color: #fff;
        border: 1px solid #e7eaec;
    }

@media (max-width: 767px) {
    .payment-redirect {
        width: 400px;
    }
}

@media (max-width: 480px) {
    .payment-redirect {
        width: 320px;
    }
}

/* Under Construction */
.ibox.under-construction img {
    border: 1px solid #e7eaec;
}

.ibox.under-construction .caption {
    font-size: 16px;
    color: #fff;
    background-color: #2dabc1;
    padding: 10px 18px;
}

/* Import options */
.import-option {
    padding: 10px;
    border-radius: 3px;
    padding-bottom: 0;
}

    .import-option.active {
        background-color: #ecfbfe;
    }

    .import-option > .import-symbol {
        width: 80px;
        height: 60px;
        display: inline-block;
        background-image: url(/Resources/Images/responsive/import-options-sprite.png);
        margin-bottom: 5px;
    }

        .import-option > .import-symbol[data-import='login'] {
            background-position: 0 0;
        }

        .import-option > .import-symbol[data-import='service'] {
            background-position: 0 -60px;
        }

        .import-option > .import-symbol[data-import='button'] {
            background-position: 0 -120px;
        }

/* Round element */
.round {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

    .round.round-40 {
        width: 40px;
        height: 40px;
    }

        .round.round-40 > span {
            margin-top: 7px;
        }

    .round[class*="round-outline"] {
        background-color: transparent;
        border: 2px solid;
    }

        .round[class*="round-outline"] > span {
            display: inline-block;
            font-weight: bold;
            font-size: 15px;
        }

    .round.round-outline-primary {
        border-color: #2dabc1;
        color: #2dabc1;
    }

    .round.round-outline-info {
        border-color: #1ab394;
        color: #1ab394;
    }

    .round.round-danger {
        background-color: #ed5565;
    }

        .round.round-danger > span {
            color: #fff;
        }

        .round.round-danger > span {
            margin-top: 12px;
        }

/* Training category thumb */
.training-category-row > div {
    margin-bottom: 30px;
}

.training-category-row:last-child {
    margin-bottom: -30px;
}

.training-category-row > div:first-child {
    padding-left: 0;
}

.training-category-row > div:last-child {
    padding-right: 0;
}

@media (max-width: 991px) {
    .training-category-row > div {
        padding-left: 0;
        padding-right: 0;
    }
}

.training-category-thumb {
    display: block;
    background-color: #ecfbfe;
    text-align: center;
    padding: 10px 15px;
}

/* Training videos in category */
@media (max-width: 1199px) {
    .table-training-category-videos.table-training-category-videos-alt thead {
        display: none;
    }

    .training-category-videos-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.table-training-category-videos tr {
    border-bottom: 1px solid #e7eaec;
}

    .table-training-category-videos tr.watched {
        border-bottom: 1px solid #ace5d9;
        background-color: #f0fbf9;
    }

.table.table-training-category-videos tbody tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-training-category-videos tr > td:nth-child(1),
.table-training-category-videos tr > td:nth-child(3) {
    text-align: center;
}

.table-training-category-videos tr > td.duration {
    padding-left: 0;
    padding-right: 0;
}

.table-training-category-videos .duration em {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #2f4050;
}

.table-training-category-videos .duration span {
    font-weight: 600;
    color: #2f4050;
}

.table-training-category-videos .watched .duration em,
.table-training-category-videos .watched .duration span {
    color: #2dabc1;
}

.table-training-category-videos .watched .title {
    text-decoration: line-through;
}

[data-static-category] {
    display: none;
}

    [data-static-category] .title:focus {
        text-decoration: none;
        color: #676a6c;
    }

@media (min-width: 1200px) {
    .training-category-videos-wrapper:first-child {
        border-right: 1px solid #e7eaec;
    }
}
/* System Messages */
.mbox {
    background-color: #fff;
    border: 1px solid #e7eaec;
    margin-bottom: 15px;
    padding: 10px 15px;
}

    .mbox .close {
        position: absolute;
        right: 25px;
        top: 2px;
        font-size: 24px;
    }

    .mbox[data-type] em {
        display: inline-block;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .mbox[data-type='0'] {
        border-left: 5px solid #2dabc1;
    }

        .mbox[data-type='0'] em,
        .mbox[data-type='0'] em a {
            color: #2dabc1;
        }

            .mbox[data-type='0'] em + .label {
                background-color: #2dabc1;
            }

    .mbox[data-type='1'] {
        border-left: 5px solid #1ab394;
    }

        .mbox[data-type='1'] em,
        .mbox[data-type='1'] em a {
            color: #1ab394;
        }

            .mbox[data-type='1'] em + .label {
                background-color: #1ab394;
            }

    .mbox[data-type='2'] {
        border-left: 5px solid #ed5565;
    }

        .mbox[data-type='2'] em,
        .mbox[data-type='2'] em a {
            color: #ed5565;
        }

            .mbox[data-type='2'] em + .label {
                background-color: #ed5565;
            }

@media (max-width: 767px) {
    .mbox {
        padding: 10px;
    }
}

/* User Notifications */
.user-notifications-icon {
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #2dabc1;
    cursor: pointer;
}

    .user-notifications-icon .user-notifications-counter {
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        position: relative;
        left: 20px;
        background-color: #53677a;
    }

        .user-notifications-icon .user-notifications-counter > span {
            position: relative;
            top: 1px;
            font-size: 11px;
            color: #fff;
        }

    .user-notifications-icon .user-notifications-symbol {
        position: relative;
        top: -8px;
        font-size: 21px;
    }

.user-notifications-wrapper {
    width: 240px;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 75px;
    border-left: 1px solid #b3c0c7;
    background-color: #fff;
    /* hidden by default */
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

    .user-notifications-wrapper > header {
        height: 54px;
        background-color: #2dabc1;
        padding-top: 5px;
        border-top: 4px solid #b3c0c7;
    }

    .user-notifications-wrapper .user-notifications-summary {
        border-bottom: 1px solid #2dabc1;
    }

    .user-notifications-wrapper .user-notifications-list {
        /* set max-height via javascript */
        overflow-y: auto;
        overflow-x: hidden;
    }

    .user-notifications-wrapper .user-notifications-item {
        padding: 10px;
        border-bottom: 1px solid #e7eaec;
        position: relative;
    }

        .user-notifications-wrapper .user-notifications-item .heading {
            font-weight: 800;
            display: inline-block;
            max-width: 200px;
        }

        .user-notifications-wrapper .user-notifications-item .date {
            font-size: 11px;
            color: #a7b1c2;
        }

        .user-notifications-wrapper .user-notifications-item .dismiss {
            position: absolute;
            right: 10px;
            top: 12px;
            font-size: 12px;
            color: #2dabc1;
            cursor: pointer;
        }

        .user-notifications-wrapper .user-notifications-item p,
        .user-notifications-wrapper .user-notifications-item .type {
            margin-top: 5px;
        }

.animation-slide-in {
    -moz-animation: slide-in 0.5s forwards;
    -o-animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
    animation: slide-in 0.5s forwards;
}

.animation-slide-out {
    -moz-animation: slide-out 0.5s forwards;
    -o-animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
    animation: slide-out 0.5s forwards;
}

@keyframes slide-in {
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in {
    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes slide-out {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(100%);
    }
}

/* In-page add new note */
.form-horizontal-add-note {
    border-bottom: 1px solid #e7eaec;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.row-note {
    margin-bottom: 10px;
    border-bottom: 1px solid #e7eaec;
}

    .row-note:last-child {
        margin-bottom: 0;
    }

/* Row group */
.row-group {
    border: 1px solid #e7ecea;
}

    .row-group > .row {
        margin-left: 0;
        margin-right: 0;
    }

.row-group-striped > .row:nth-child(odd) {
    background-color: #f9f9f9;
}

.row-group-striped > .row:nth-child(even) {
    background-color: #fff;
}

.row-group-striped-inverse > .row:nth-child(even) {
    background-color: #f9f9f9;
}

.row-group-striped-inverse > .row:nth-child(odd) {
    background-color: #fff;
}

.row-group > .row.row-group-head {
    background-color: #f5f5f6;
}

.row-group-padding-5 > .row:not(.row-group-head) {
    padding: 5px 0;
}

.row-group-padding-10 > .row:not(.row-group-head) {
    padding: 10px 0;
}

/* ----- END OF STRUCTURE ----- */

/* ----- HELPERS -----*/
@media (min-width: 991px) {
    .visible-md-inline-block.visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }

    .hidden-lg-inline-block {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .visible-lg-inline-block {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }

    .hidden-md-inline-block {
        display: none !important;
    }
}

@media (max-width: 991px), (min-width: 1200px) {
    .visible-md-inline-block {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }

    .hidden-sm-inline-block {
        display: none !important;
    }
}

@media (max-width: 767px), (min-width: 992px) {
    .visible-sm-inline-block {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .visible-xs-inline-block {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }

    .hidden-xs-inline-block {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .visible-xs-inline-block.visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-offset-1-5 {
        margin-left: 12.5%;
    }
}

@media (min-width: 1600px) {
    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }
}

.col-padding-20 {
    padding: 0 20px;
}

.col-padding-10 {
    padding: 0 10px;
}

.col-padding-5 {
    padding: 0 5px;
}

.col-padding-0 {
    padding: 0;
}

.col-padding-left-20 {
    padding-left: 20px;
}

.col-padding-left-10 {
    padding-left: 10px;
}

.col-padding-left-5 {
    padding-left: 5px;
}

.col-padding-left-0 {
    padding-left: 0;
}

.col-padding-right-20 {
    padding-right: 20px;
}

.col-padding-right-15 {
    padding-right: 15px;
}

.col-padding-right-10 {
    padding-right: 10px;
}

.col-padding-right-5 {
    padding-right: 5px;
}

.col-padding-right-0 {
    padding-right: 0;
}

@media (max-width: 1199px) {
    .col-md-padding-0-wrapper > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }

    .col-md-padding-right-0 {
        padding-right: 0;
    }

    .col-md-padding-right-5 {
        padding-right: 5px;
    }

    .col-md-padding-right-15 {
        padding-right: 15px;
    }

    .row-md-padding-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .row-md-padding-top-10 {
        padding-top: 10px;
    }

    .row-md-padding-bottom-10 {
        padding-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .col-sm-padding-15 {
        padding: 0 15px;
    }

    .col-sm-padding-10 {
        padding: 0 10px;
    }

    .col-sm-padding-5 {
        padding: 0 5px;
    }

    .col-sm-padding-0 {
        padding: 0;
    }

    .col-sm-padding-right-0 {
        padding-right: 0;
    }

    .col-sm-padding-right-5 {
        padding-right: 5px;
    }

    .col-sm-padding-left-0 {
        padding-left: 0;
    }

    .col-sm-padding-left-5 {
        padding-left: 5px;
    }

    .col-sm-padding-left-10 {
        padding-left: 10px;
    }

    .col-sm-padding-left-15 {
        padding-left: 15px;
    }

    .col-sm-padding-right-15 {
        padding-right: 15px;
    }

    .col-sm-padding-top-20 {
        padding-top: 20px;
    }

    .col-sm-padding-bottom-10 {
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .col-xs-padding-10 {
        padding: 0 10px;
    }

    .col-xs-padding-5 {
        padding: 0 5px;
    }

    .col-xs-padding-0 {
        padding: 0;
    }

    .col-xs-padding-left-0 {
        padding-left: 0;
    }

    .col-xs-padding-left-5 {
        padding-left: 5px;
    }

    .col-xs-padding-left-15 {
        padding-left: 15px;
    }

    .col-xs-padding-right-0 {
        padding-right: 0;
    }

    .col-xs-padding-top-20 {
        padding-top: 20px;
    }
}

.row-padding-10 {
    padding: 10px 0;
}

ul.row-padding-5 > li,
.row-padding-5 {
    padding: 5px 0;
}

.row.row-padding-5-all {
    padding: 5px;
}

ul.row-padding-5 > li:last-child {
    padding-bottom: 0;
}

.row-padding-7-5 {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

.row-padding-10,
.row-padding-only-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.row-padding-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.row-padding-0 {
    padding: 0;
}

.row-padding-top-10 {
    padding-top: 10px;
}

.row-padding-top-5 {
    padding-top: 5px;
}

.row-padding-top-0 {
    padding-top: 0;
}

.row-padding-bottom-10 {
    padding-bottom: 10px;
}

.row-padding-bottom-5 {
    padding-bottom: 5px;
}

.row-padding-bottom-0 {
    padding-bottom: 0;
}

.padding-15 {
    padding: 15px;
}

.padding-10 {
    padding: 10px;
}

.padding-5 {
    padding: 5px;
}

.padding-5-10 {
    padding: 5px 10px;
}

.padding-5-0 {
    padding: 5px 0;
}

.padding-10-0 {
    padding: 10px 0;
}

.padding-15-0 {
    padding: 15px 0;
}

.padding-10-5 {
    padding: 10px 5px;
}

.padding-0 {
    padding: 0;
}

.padding-top-7 {
    padding-top: 7px;
}

.padding-10-0-5-0 {
    padding: 10px 0 5px 0;
}

@media (min-width: 992px) {
    .col-md-padding-left-15 {
        padding-left: 15px;
    }

    .col-md-padding-left-10 {
        padding-left: 10px;
    }

    .col-md-padding-left-5 {
        padding-left: 5px;
    }

    .col-md-padding-left-0 {
        padding-left: 0;
    }

    .col-md-padding-right-10 {
        padding-right: 10px;
    }

    .col-md-padding-right-5 {
        padding-right: 5px;
    }

    .col-md-padding-right-0 {
        padding-right: 0;
    }

    .col-md-padding-bottom-5 {
        padding-bottom: 5px;
    }

    .col-md-padding-bottom-10 {
        padding-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .col-lg-padding-left-0 {
        padding-left: 0;
    }

    .col-lg-padding-left-5 {
        padding-left: 5px;
    }
}

@media (min-width: 992px) {
    .pull-right-md {
        float: right !important;
    }

    .pull-left-md {
        float: left !important;
    }
}

@media (max-width: 767px) {
    .xs-no-pull {
        float: none !important;
    }
}

@media only screen and (min-width: 660px) {
    .visible-lt-660 {
        display: none;
    }
}

@media only screen and (max-width: 659px) {
    .visible-lt-660 {
        display: block;
    }
}

@media only screen and (min-width: 640px) {
    .visible-lt-640 {
        display: none;
    }
}

@media only screen and (max-width: 639px) {
    .visible-lt-640 {
        display: block;
    }
}

@media only screen and (min-width: 600px) {
    .visible-lt-600 {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .visible-lt-600 {
        display: block;
    }
}

.min-height-lg-35-below-58 {
    min-height: 35px;
}

@media only screen and (max-width: 1199px) {
    .min-height-lg-35-below-58 {
        min-height: 58px;
    }
}

/* Border helpers */
/*#region Border helpers */
.border-light-1 {
    border: 1px solid #b3c0c7;
}

.border-light-0 {
    border: 0;
}

.border-light-top-1 {
    border-top: 1px solid #b3c0c7;
}

.border-light-top-0 {
    border-top: 0;
}

.border-light-right-1 {
    border-right: 1px solid #b3c0c7;
}

.border-light-right-0 {
    border-right: 0;
}

.border-light-bottom-1 {
    border-bottom: 1px solid #b3c0c7;
}

.border-very-light-bottom-1 {
    border-bottom: 1px solid #e7eaec;
}

.border-very-light-1 {
    border: 1px solid #e7eaec;
}

.border-very-light-top-1 {
    border-top: 1px solid #e7eaec;
}

.border-very-light-left-1 {
    border-left: 1px solid #e7eaec;
}

.border-very-light-right-1 {
    border-right: 1px solid #e7eaec;
}

.border-light-bottom-0 {
    border-bottom: 0;
}

.border-light-left-1 {
    border-left: 1px solid #b3c0c7;
}

.border-light-left-0 {
    border-left: 0;
}

.border-left-4.border-color-palette-orange {
    border-left: 4px solid #f8ac59;
}

.border-left-4.border-color-palette-darkyellow {
    border-left: 4px solid #c3be1d;
}

.border-left-4.border-color-palette-lightblue {
    border-left: 4px solid #23c6c8;
}

.border-left-4.border-color-palette-darkblue {
    border-left: 4px solid #1c84c6;
}

.border-left-4.border-color-palette-purple {
    border-left: 4px solid #aa33cc;
}

.border-left-4.border-color-palette-pink {
    border-left: 4px solid #f43c8a;
}

.border-left-4.border-color-passive {
    border-left: 4px solid #a7b1c2;
}

@media (max-width: 1200px) {
    .border-md-light-0 {
        border: 0;
    }

    .border-md-light-1 {
        border: 1px solid #b3c0c7;
    }

    .border-md-light-top-1 {
        border-top: 1px solid #b3c0c7;
    }

    .border-md-light-top-0 {
        border-top: 0;
    }

    .border-md-light-right-1 {
        border-right: 1px solid #b3c0c7;
    }

    .border-md-light-right-0 {
        border-right: 0;
    }

    .border-md-light-bottom-1 {
        border-bottom: 1px solid #b3c0c7;
    }

    .border-md-light-bottom-0 {
        border-bottom: 0;
    }

    .border-md-light-left-1 {
        border-left: 1px solid #b3c0c7;
    }

    .border-md-light-left-0 {
        border-left: 0;
    }
}

@media (max-width: 991px) {
    .border-sm-light-0 {
        border: 0;
    }

    .border-sm-light-1 {
        border: 1px solid #b3c0c7;
    }

    .border-sm-light-top-1 {
        border-top: 1px solid #b3c0c7;
    }

    .border-sm-light-top-0 {
        border-top: 0;
    }

    .border-sm-light-right-1 {
        border-right: 1px solid #b3c0c7;
    }

    .border-sm-light-right-0 {
        border-right: 0;
    }

    .border-sm-light-bottom-1 {
        border-bottom: 1px solid #b3c0c7;
    }

    .border-sm-light-bottom-0 {
        border-bottom: 0;
    }

    .border-sm-light-left-1 {
        border-left: 1px solid #b3c0c7;
    }

    .border-sm-light-left-0 {
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .border-xs-light-0 {
        border: 0;
    }

    .border-xs-light-1 {
        border: 1px solid #b3c0c7;
    }

    .border-xs-light-top-1 {
        border-top: 1px solid #b3c0c7;
    }

    .border-xs-light-top-0 {
        border-top: 0;
    }

    .border-xs-light-right-1 {
        border-right: 1px solid #b3c0c7;
    }

    .border-xs-light-right-0 {
        border-right: 0;
    }

    .border-xs-light-bottom-1 {
        border-bottom: 1px solid #b3c0c7;
    }

    .border-xs-light-bottom-0 {
        border-bottom: 0;
    }

    .border-xs-light-left-1 {
        border-left: 1px solid #b3c0c7;
    }

    .border-xs-light-left-0 {
        border-left: 0;
    }
}
/* #endregion */

/* Opacity helpers */
.opacity-10 {
    -moz-opacity: 0.1;
    opacity: 0.1;
}

.opacity-20 {
    -moz-opacity: 0.2;
    opacity: 0.2;
}

.opacity-30 {
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.opacity-40 {
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.opacity-50 {
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.opacity-60 {
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.opacity-70 {
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.opacity-80 {
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.opacity-90 {
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.fixed-width-60 {
    width: 60px;
}

.fixed-width-100 {
    width: 100px;
}

.fixed-width-110 {
    width: 110px;
}

.fixed-width-125 {
    width: 125px;
}

.fixed-width-150 {
    width: 150px;
}

.fixed-width-200 {
    width: 200px;
}

.fixed-width-250 {
    width: 250px;
}

.checkbox-valign-top > input {
    vertical-align: top;
    margin-right: 5px;
}

.checkbox-valign-top .icheckbox_square-blue {
    vertical-align: top;
}

.checkbox-fixed-80 label {
    width: 80%;
    vertical-align: top;
}

.checkbox-fixed-85 label {
    width: 85%;
    vertical-align: top;
}

.checkbox-fixed-90 label {
    width: 90%;
    vertical-align: top;
}

.checkbox-fixed-95 label {
    width: 95%;
    vertical-align: top;
}

.checkbox-fixed-calc label {
    width: calc(100% - 27px);
    vertical-align: top;
}

.checkbox-right-parent > label {
    margin-right: 10px;
}

.valign-top {
    vertical-align: top;
}

.valign-middle {
    vertical-align: middle;
}

.valign-middle-wk {
    vertical-align: -webkit-baseline-middle;
}

.valign-bottom {
    vertical-align: bottom;
}

.commission-value {
    height: 34px;
    line-height: 34px;
    background-color: #ecfbfe;
    padding: 0px 5px;
}

.mail-body img {
    max-width: 100%;
}

.circle-10 {
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.form-value {
    height: 34px;
    line-height: 34px;
}

.divider-horizontal {
    height: 1px;
    background-color: #e7eaec;
}

/* Strikethrough title element */
.line-title {
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
}

    .line-title:before {
        border-top: 1px solid #e7eaec;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .line-title.line-title-border > span {
        border: 1px solid;
        border-radius: 10px;
    }

    .line-title > span {
        background: #fff;
        padding: 0 15px;
    }

    .line-title.line-title-primary:before {
        border-top: 1px solid #2dabc1;
    }

    .line-title.line-title-palette-orange:before {
        border-top: 1px solid #f8ac59;
    }

    .line-title.line-title-palette-darkblue:before {
        border-top: 1px solid #1c84c6;
    }

    .line-title.line-title-palette-purple:before {
        border-top: 1px solid #aa33cc;
    }

figure > img {
    max-width: 100%;
}

.max-width-250 {
    max-width: 250px;
}

.background-primary {
    background-color: #2dabc1;
}

.background-info {
    background-color: #1ab394;
}

.background-warning {
    background-color: #f8ac59;
}

.background-danger {
    background-color: #ed5565;
}

.background-passive {
    background-color: #a7b1c2;
}

.background-top {
    background-color: #233646;
}

.background-side {
    background-color: #2f4050;
}

.background-text {
    background-color: #676a6c;
}

.background-light {
    background-color: #ecfbfe;
}

.background-semi-dark {
    background-color: #a6a6a2;
}

.background-light-gray.label,
.background-light-gray {
    background-color: #fafafa;
}

.background-grid-headrow {
    background-color: #f5f5f6;
}

.background-grid-altrow {
    background-color: #f9f9f9;
}

.background-white.label,
.background-white {
    background-color: #fff;
}

/* Palette Background Colors */
.background-palette-orange,
.label.background-palette-orange {
    background-color: #f8ac59;
}

.background-palette-lightyellow {
    background-color: #f3ef67;
}

.background-palette-darkyellow,
.label.background-palette-darkyellow {
    background-color: #c3be1d;
}

.background-palette-green {
    background-color: #39c649;
}

.background-palette-lightblue,
.label.background-palette-lightblue {
    background-color: #23c6c8;
}

.background-palette-darkblue,
.label.background-palette-darkblue {
    background-color: #1c84c6;
}

.background-palette-purple,
.label.background-palette-purple {
    background-color: #aa33cc;
}

.background-palette-pink,
.label.background-palette-pink {
    background-color: #f43c8a;
}

/* Palette Fore Colors */
.color-palette-orange,
.label.color-palette-orange {
    color: #f8ac59;
}

.color-palette-lightyellow {
    color: #f3ef67;
}

.color-palette-darkyellow,
.label.color-palette-darkyellow {
    color: #c3be1d;
}

.color-palette-green {
    color: #39c649;
}

.color-palette-lightblue,
.label.color-palette-lightblue {
    color: #23c6c8;
}

.color-palette-darkblue,
.label.color-palette-darkblue {
    color: #1c84c6;
}

.color-palette-purple,
.label.color-palette-purple {
    color: #aa33cc;
}

.color-palette-pink,
.label.color-palette-pink {
    color: #f43c8a;
}

.border-bottom-primary-3 {
    border-bottom: 3px solid #2dabc1;
}

.border-bottom-primary-2 {
    border-bottom: 2px solid #2dabc1;
}

.border-bottom-primary-1 {
    border-bottom: 1px solid #2dabc1;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
}

.no-resize {
    resize: none;
}

textarea:focus {
    outline: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.info-paragraph {
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid #e7eaec;
}

button.close.close-info {
    margin-top: 5px;
    margin-right: 10px;
}

.block,
.display-block {
    display: block;
}

.inline-block,
.display-inline-block {
    display: inline-block;
}

.inline,
.display-inline {
    display: inline;
}

.display-none {
    display: none;
}

.display-none-imp {
    display: none !important;
}

.top-minus-1 {
    position: relative;
    top: -1px;
}

.top-minus-2 {
    position: relative;
    top: -2px;
}

.top-1 {
    position: relative;
    top: 1px;
}

.top-2 {
    position: relative;
    top: 2px;
}

.top-3 {
    position: relative;
    top: 3px;
}

.top-5 {
    position: relative;
    top: 5px;
}

.top-8 {
    position: relative;
    top: 8px;
}

.top-10 {
    position: relative;
    top: 10px;
}

.top-16 {
    position: relative;
    top: 16px;
}

.top-minus-2 {
    position: relative;
    top: -2px;
}

@media only screen and (max-width: 991px) {
    .top-sm-30 {
        position: relative;
        top: 30px;
    }
}

.left-1-5 {
    position: relative;
    left: 1.5px;
}

.left-3 {
    position: relative;
    left: 3px;
}

.left-5 {
    position: relative;
    left: 5px;
}

.left-10 {
    position: relative;
    top: 10px;
}

@media (max-width: 1199px) {
    .position-static-md {
        position: static;
    }
}

@media (max-width: 991px) {
    .position-static-sm {
        position: static;
    }
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 1px;
}

.mt-2 {
    margin-top: 2px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-9 {
    margin-top: 9px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-minus-3 {
    margin-top: -3px;
}

.mt-minus-5 {
    margin-top: -5px;
}

.mt-minus-15 {
    margin-top: -15px;
}

.mt-minus-29 {
    margin-top: -29px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-last-child-0 > div:last-child {
    margin-bottom: 0;
}

.ml-0 {
    margin-left: 0;
}

.ml-5,
.btn .caret.ml-5 {
    margin-left: 5px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-minus-10 {
    margin-left: -10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-0 {
    margin-right: 0;
}

.mr-minus-3 {
    margin-right: -3px;
}

.mr-minus-6 {
    margin-right: -6px;
}

.mr-3 {
    margin-right: 3px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-6 {
    margin-right: 6px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-minus-10 {
    margin-right: -10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

@media (max-width: 1599px) {
    .mt-lg-20 {
        margin-top: 20px;
    }

    .mt-lg-30 {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .mt-md-0 {
        margin-top: 0;
    }

    .mt-md-5 {
        margin-top: 5px;
    }

    .mt-md-10 {
        margin-top: 10px;
    }

    .mt-md-20 {
        margin-top: 20px;
    }

    .mt-md-30 {
        margin-top: 30px;
    }

    .mb-md-5 {
        margin-bottom: 5px;
    }

    .mb-md-10 {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .ml-sm-0 {
        margin-left: 0;
    }

    .ml-sm-5 {
        margin-left: 5px;
    }

    .mt-sm-0 {
        margin-top: 0;
    }

    .mt-sm-5 {
        margin-top: 5px;
    }

    .mt-sm-10 {
        margin-top: 10px;
    }

    .mt-sm-20 {
        margin-top: 20px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mb-sm-0 {
        margin-bottom: 0;
    }

    .mb-sm-5 {
        margin-bottom: 5px;
    }

    .mb-sm-10 {
        margin-bottom: 10px;
    }

    .mb-sm-20 {
        margin-bottom: 20px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .mt-xs-0 {
        margin-top: 0;
    }

    .mt-xs-10 {
        margin-top: 10px;
    }

    .mb-xs-5 {
        margin-bottom: 5px;
    }

    .mb-xs-10 {
        margin-bottom: 10px;
    }

    .mb-xs-20 {
        margin-bottom: 20px;
    }

    .ml-xs-0 {
        margin-left: 0;
    }

    .ml-xs-15 {
        margin-left: 15px;
    }

    .ml-xs-20 {
        margin-left: 20px;
    }
}

/* Responsive Embed */
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-loading {
        background-image: url(/Resources/Images/intro/loading-ripple-64.gif);
        background-repeat: no-repeat;
        background-position: center center;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

/* Update Panel Progress */
.update-panel {
    position: relative;
}

    .update-panel > table {
        width: 100%;
    }

    .update-panel .update-panel-progress {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 102;
        background: rgba(255, 255, 255, 0.6);
        position: absolute;
        background-image: url(/Resources/Images/intro/loading-dots.gif);
        background-repeat: no-repeat;
        background-position: center center;
    }

/* Direct Children Helpers */
.children-mb-5 > div {
    margin-bottom: 5px;
}

.children-last-mb-0 > div:last-child {
    margin-bottom: 0;
}
/* ----- END OF HELPERS -----*/

/* ---- COMPONENTS ----- */

/* [Label component] */
.label {
    background-color: #9ba7b9;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
}

.label-xs {
    font-size: 9px;
}

.label-sm {
    font-size: 10px;
    text-transform: uppercase;
}

    .label-sm.no-transform {
        text-transform: none;
    }

.label-lg {
    font-size: 12px;
}

.label-heading {
    font-size: 16px;
    font-weight: 300;
    padding: 3px 10px;
}

.label-primary,
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #2dabc1;
}

.label-info,
.label-info:hover,
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #1ab394;
}

.label-warning {
    background-color: #f8ac59;
}

.label-passive {
    background-color: #a7b1c2;
    color: #2f4050;
}

.label-remove {
    background-color: #ed5565;
}

.label-semi-dark {
    background-color: #697682;
}

.label-dark {
    background-color: #676a6c;
}

.label-light {
    background-color: #f9f9f9;
}

.label-discount {
    background-color: #477e47;
}

.label-icon {
    padding: 3px 5px;
}

.label-icon-lg {
    padding: 4px;
    font-size: 18px;
}

label .label-icon span[class^='icon-'],
label .label-icon-lg span[class^='icon-'],
.page-heading-info .label-icon-lg span[class^='icon-'] {
    padding-left: 3px;
}

.label.state {
    cursor: pointer;
}

.label.label-group {
    padding-left: 0;
    padding-right: 0;
}

    .label.label-group > .label:first-child {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }

    .label.label-group > .label:last-child {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
    }

    .label.label-group > .label {
        font-weight: 200;
    }

    .label.label-group > .selected,
    .label.label-group > .not-selected {
        cursor: pointer;
    }

    .label.label-group > .selected {
        font-weight: 600;
        font-size: 12px;
    }

    .label.label-group > .not-selected {
        -moz-opacity: 0.25;
        opacity: 0.25;
        font-size: 11px;
        padding: 4px 8px;
    }

.label.label-inline-block {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
}

.label.label-icon.label-remove:hover,
.label.label-icon.label-info:hover {
    color: #fff;
}

.label.label-outline {
    background-color: transparent;
}

    .label.label-outline.label-outline-info {
        color: #1ab394;
        border: 1px solid #1ab394;
    }

    .label.label-outline.label-outline-danger {
        color: #ed5565;
        border: 1px solid #ed5565;
    }

/* [Dropdown Component] */
.dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    min-width: 175px;
}

    .dropdown-menu.dropdown-menu-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu.dropdown-menu-dark {
        background-color: #2f4050;
        border: none;
        border-top: 1px solid #2f4050;
        padding: 0;
    }

    .dropdown-menu.dropdown-menu-120 {
        min-width: 120px;
    }

    .dropdown-menu.dropdown-menu-155 {
        min-width: 155px;
    }

    .dropdown-menu.dropdown-menu-200 {
        min-width: 200px;
    }

    .dropdown-menu.dropdown-menu-max-300 {
        max-width: 300px;
    }

    .dropdown-menu.dropdown-menu-dark > li > a {
        color: #a7b1c2;
        font-size: 13px;
        font-weight: 600;
    }

        .dropdown-menu.dropdown-menu-dark > li > a > span[class^='icon-'] {
            margin-right: 6px;
        }

    .dropdown-menu.dropdown-menu-dark a:hover,
    .dropdown-menu.dropdown-menu-dark a:focus {
        background-color: #233646;
    }

    .dropdown-menu.dropdown-menu-dark.hover-border a:hover,
    .dropdown-menu.dropdown-menu-dark.hover-border a:focus,
    .dropdown-menu.dropdown-menu-light.hover-border a:hover,
    .dropdown-menu.dropdown-menu-light.hover-border a:focus {
        border-left: 4px solid #2dabc1;
    }

    .dropdown-menu.dropdown-menu-light {
        background-color: #fafafa;
        border: none;
        border: 1px solid #e7eaec;
        padding: 0;
        margin-top: 3px;
    }

        .dropdown-menu.dropdown-menu-light > li > a {
            color: #676a6c;
            font-size: 13px;
            font-weight: 600;
            padding: 10px;
        }

            .dropdown-menu.dropdown-menu-light > li > a:hover,
            .dropdown-menu.dropdown-menu-light > li > a:focus {
                background-color: #fff;
            }

        .dropdown-menu.dropdown-menu-light > li.active,
        .dropdown-menu.dropdown-menu-light > li.active > a {
            background-color: #fff;
            color: #676a6c;
        }

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background-color: inherit;
    }

    .dropdown-menu.dropdown-menu-training {
        width: 360px;
    }

    .dropdown-menu.dropdown-menu-pr-25 > li > a {
        padding: 3px 20px 3px 5px;
    }

/* [Tooltip Component] */
.tooltip {
    z-index: 1050;
}

.tooltip-inner {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    max-width: 300px;
}

.tooltip.tooltip-dark .tooltip-inner {
    background-color: #2f4050;
}

.tooltip.tooltip-dark.top .tooltip-arrow {
    border-top-color: #2f4050;
}

.tooltip.tooltip-dark.right .tooltip-arrow {
    border-right-color: #2f4050;
}

.tooltip.tooltip-dark.bottom .tooltip-arrow {
    border-bottom-color: #2f4050;
}

.tooltip.tooltip-dark.left .tooltip-arrow {
    border-left-color: #2f4050;
}

.tooltip.tooltip-validation .tooltip-inner {
    background-color: #ed5565;
    color: #fff;
}

.tooltip.tooltip-validation.top .tooltip-arrow {
    border-top-color: #ed5565;
}

.tooltip.tooltip-validation.right .tooltip-arrow {
    border-right-color: #ed5565;
}

.tooltip.tooltip-validation.bottom .tooltip-arrow {
    border-bottom-color: #ed5565;
}

.tooltip.tooltip-validation.left .tooltip-arrow {
    border-left-color: #ed5565;
}

/* [Form Component] */
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: -15px;
    margin-bottom: 7.5px;
}

    .form-horizontal .form-group:last-of-type,
    .form-group.mb-0 {
        margin-bottom: 0;
    }

    .form-horizontal .form-group.mb-10:last-of-type {
        margin-bottom: 10px;
    }

.form-group.mr-0 {
    margin-right: 0;
}

.form-group.pb-0 {
    padding-bottom: 0;
}

label.control-label {
    padding-right: 0;
    padding-left: 0;
}

label > .label {
    margin-right: 3px;
}

.form-horizontal .checkbox {
    padding-left: 15px;
    padding-top: 4px;
}

.table .checkbox,
.checkbox.no-space,
.table .radio,
.radio.no-space {
    margin: 0;
    padding-left: 0;
}

.radio label {
    font-weight: 600;
}

.form-single-line .radio label {
    position: relative;
    top: -20px;
    left: 30px;
}

.radio-btn-group .icheck-label {
    margin-right: 20px;
}

.radio-btn-group.mt-3 .icheck-label,
.radio-btn-group.mt-3 .icheck-item {
    margin-top: 3px;
}

.radio-btn-group.top-2 .icheck-label {
    position: relative;
    top: 2px;
}

.radio-btn-group.radio-btn-group-vertical .icheck-item {
    margin-bottom: 6px;
}

/* Page View Switch */
.btn-group.btn-group-no-decoration.open .dropdown-toggle {
    box-shadow: none;
}

.form-single-line .form-group {
    margin-bottom: 5px;
}

.form-single-line .form-single-line-actions {
    margin-top: 23px; /* Single line label height is 23px */
}

.form-group.form-single-line-actions {
    margin-bottom: 0;
}

.form-single-line .form-single-line-actions .btn {
    margin-right: 10px;
}

    .form-single-line .form-single-line-actions .btn:last-of-type {
        margin-right: 0;
    }

@media (max-width: 767px) {
    .form-control-parent {
        padding-left: 0;
    }

    .form-horizontal label.control-label {
        margin-bottom: 5px;
    }

    /*.form-horizontal .form-group:first-of-type {
        margin-top: -10px;
    }*/

    .form-group {
        margin-bottom: 10px;
    }

    .form-horizontal .checkbox {
        display: inline-block;
        padding-top: 2px;
        padding-left: 10px;
    }

    .form-single-line .form-group {
        margin-bottom: 15px;
    }

    .form-group.form-single-line-actions {
        margin-bottom: 0;
    }

    .form-single-line .form-single-line-actions {
        margin-top: 0;
    }
}

/* [Form control Component] */
.form-control {
    background-color: #fff;
    border: 1px solid #b3c0c7;
    border-radius: 1px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

    .form-control.form-control-slim {
        padding: 6px 4px;
    }

    .form-control.form-control-inline-block {
        display: inline-block;
    }

    .form-control:focus {
        border-color: #2dabc1;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-control[readonly]:focus {
        border-color: #e5e6e7;
    }

    .form-control.error,
    .form-control.error:focus {
        border: 1px solid #ed5565;
    }

    .form-control.form-control-inline-block {
        display: inline-block;
    }

    .form-control.form-control-fixed-30 {
        width: 30px;
    }

    .form-control.form-control-fixed-45 {
        width: 45px;
    }

    .form-control.form-control-fixed-60 {
        width: 60px;
    }

    .form-control.form-control-fixed-80 {
        width: 80px;
    }

    .form-control.form-control-fixed-80-imp {
        width: 80px !important;
    }

    .form-control.form-control-fixed-100 {
        width: 100px;
    }

    .form-control.form-control-fixed-100-imp {
        width: 100px !important;
    }

    .form-control.form-control-fixed-110-imp {
        width: 110px !important;
    }

    .form-control.form-control-fixed-150 {
        width: 150px;
    }

    .form-control.form-control-fixed-150-imp {
        width: 150px !important;
    }

    .form-control.form-control-fixed-160 {
        width: 160px;
    }

    .form-control.form-control-fixed-200 {
        width: 200px;
    }

    .form-control.form-control-fixed-200-imp {
        width: 200px !important;
    }

    .form-control.form-control-fixed-250 {
        width: 250px;
    }

    .form-control.form-control-fixed-height-30 {
        height: 30px;
    }

.input-group-addon {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fafafa;
    border-color: #e7eaec;
    padding: 6px 15px;
}

select.form-control {
    background-color: #fafafa;
}

/* Form group collapse */
.form-group-collapse {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #f9f9f9;
}

@media (max-width: 767px) {
    .form-group-collapse {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.form-group-collapse.form-group-collapse-last {
    margin-bottom: -15px;
}

    .form-group-collapse.form-group-collapse-last .form-group.form-group-validation:last-of-type {
        padding-bottom: 15px;
    }

    .form-group-collapse.form-group-collapse-last + .form-group-collapse.form-group-collapse-last {
        margin-top: 30px;
    }

.form-group-collapse-heading {
    padding: 10px 0;
    cursor: pointer;
}

    .form-group-collapse-heading label {
        cursor: pointer;
    }

    .form-group-collapse-heading .label {
        margin-left: 15px;
        margin-right: 10px;
    }

    .form-group-collapse-heading span[class^='icon-'] {
        color: #babec1;
        margin-left: 10px;
    }

.form-group-collapse-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* [Validation] */
.validation {
    background-color: #f2dede;
    border: 1px solid #edccd1;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 3px;
}

    .validation.mt-0 {
        margin-top: 0;
    }

    .validation ul {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
    }

        .validation ul li {
            color: #ed5565;
            margin-bottom: 5px;
            font-weight: 600;
        }

            .validation ul li:last-of-type {
                margin-bottom: 0;
            }

/* [Button Component] */
.btn {
    border-radius: 3px;
    font-size: 13px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .btn:focus {
        outline: none;
    }

.btn-xs {
    font-size: 11px;
    padding: 2px 6px;
}

.btn-sm {
    font-size: 12px;
    padding: 4px 10px;
}

.btn-md {
    font-size: 14px;
    padding: 8px 14px;
}

.btn-lg {
    font-size: 18px;
    padding: 10px 16px;
}

.btn-min-80 {
    min-width: 80px;
}

.btn-min-100 {
    min-width: 100px;
}

.btn-min-120 {
    min-width: 120px;
}

.btn-min-150 {
    min-width: 150px;
}

.btn-full-width {
    width: 100%;
}

.btn-primary {
    background-color: #2dabc1;
    border-color: #2197ac;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .open .dropdown-toggle.btn-primary {
        background-color: #2197ac;
        border-color: #14879b;
    }

    .btn-primary[disabled] {
        background-color: #2dabc1;
        border-color: #2197ac;
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-decline {
    background-color: #fafafa;
    border-color: #e7eaec;
    color: #676a6c;
}

    .btn-decline:hover,
    .btn-decline:focus {
        background-color: #eef6f6;
        border-color: #ddd;
        color: #676a6c;
    }

.dropdown-toggle.btn-decline:hover,
.open .dropdown-toggle.btn-decline {
    background-color: #f8f8f8;
    color: #676a6c;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-info {
    background-color: #1ab394;
    border-color: #119e81;
}

    .btn-info:hover,
    .btn-info:focus {
        background-color: #14a688;
        border-color: #0d9479;
    }

.open .dropdown-toggle.btn-info {
    background-color: #14a688;
    border-color: #0d9479;
}

.btn-additional {
    background-color: #a7b1c2;
    border-color: #8595b0;
    color: #fff;
}

    .btn-additional:hover,
    .btn-additional:focus {
        background-color: #939fb3;
        border-color: #8795ac;
        color: #fff;
    }

.btn-danger {
    background-color: #ed5565;
    border-color: #e64556;
    color: #fff;
}

    .btn-danger:hover,
    .btn-danger:focus {
        background-color: #d93d4e;
        border-color: #c72a3b;
        color: #fff;
    }

.btn-dark,
.btn-dark:hover,
.btn-dark:focus {
    background-color: #676a6c;
    color: #fff;
}

.btn-container .btn {
    margin-right: 5px;
}

    .btn-container .btn:last-of-type {
        margin-right: 0;
    }

@media (max-width: 767px) {
    .btn-container .btn {
        margin-bottom: 3px;
    }
}

.btn > span[class^='icon-'] + span {
    margin-left: 3px;
}

.btn-dropdown-menu .dropdown-menu {
    border: medium none;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    float: left;
    font-size: 13px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1001;
    border-radius: 2px;
}

.btn-dropdown-menu.btn-dropdown-menu-right .dropdown-menu {
    left: auto;
    right: 0;
}

.btn-dropdown-menu .dropdown-menu > li > a,
.dropup > li > a {
    border-radius: 2px;
    color: inherit;
    line-height: 25px;
    margin: 4px;
    text-align: left;
    font-weight: normal;
}

.btn-dropdown-menu.btn-dropdown-menu-col-padding-10 .dropdown-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

.btn-dropdown-menu .dropdown-menu.text-right > li > a {
    text-align: right;
}

.btn-dropdown-menu .dropdown-menu.dropdown-menu-inline-block > li > a {
    display: inline-block;
    padding: 5px 5px;
}

    .btn-dropdown-menu .dropdown-menu.dropdown-menu-inline-block > li > a.no-hover {
        padding: 0 5px;
    }

    .btn-dropdown-menu .dropdown-menu.dropdown-menu-inline-block > li > a:hover {
        background-color: #fff;
        color: #2dabc1;
    }

.btn-dropdown-menu .dropdown-menu.dropdown-menu-inline-block > li > table a {
    color: #676a6c;
}

    .btn-dropdown-menu .dropdown-menu.dropdown-menu-inline-block > li > table a:hover {
        color: #2dabc1;
    }

.btn-dropdown-menu .dropdown-menu > li > a:hover {
    background-color: #f5f5f6;
}

.btn-dropdown-menu .dropdown-menu > li > a.no-hover:hover {
    background-color: inherit;
}

.btn-dropdown-menu > .btn.btn-decline {
    padding-top: 7px;
    padding-bottom: 7px;
}

.ibox-heading .btn-dropdown-menu > .btn.btn-decline {
    padding: 4px 10px;
}

.btn-dropdown-menu .dropdown-menu-horizontal .table td {
    padding: 0;
}

.btn-dropdown-menu .dropdown-menu-horizontal .arrow-up {
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #2f4050;
    float: right;
    position: relative;
    top: -5px;
    right: 7px;
}

.btn-dropdown-menu .dropdown-menu-horizontal a {
    color: #676a6c;
    padding: 8px 8px;
    text-decoration: none;
    margin-top: 0;
    min-width: 80px;
}

    .btn-dropdown-menu .dropdown-menu-horizontal a > span[class^='icon-'] {
        font-size: 21px;
        color: #d7ddde;
    }

    .btn-dropdown-menu .dropdown-menu-horizontal a:not(.active):hover,
    .btn-dropdown-menu .dropdown-menu-horizontal a:not(.active):hover > span {
        background-color: #ecfbfe;
        color: #2dabc1;
    }

    .btn-dropdown-menu .dropdown-menu-horizontal a.active,
    .btn-dropdown-menu .dropdown-menu-horizontal a.active > span[class^='icon-'] {
        background-color: #2dabc1;
        color: #fff;
    }

/* [Table Component] */
.table {
    border: 1px solid #b3c0c7;
    margin-bottom: 0;
}

    .table.table-fit {
        width: auto;
    }

        .table.table-fit.table-fit-center {
            margin-left: auto;
            margin-right: auto;
        }

@media (max-width: 767px) {
    .table.table-fit-xs {
        width: auto;
    }

    .table.table-fit-xs-center {
        margin-left: auto;
        margin-right: auto;
    }
}

.table-100-percent {
    width: 100%;
}

.table-responsive-all {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

table > tbody > tr > td.cell-inline-block-50-percent {
    display: inline-block;
    width: 50%;
}

.table.table-inverse {
    background-color: #f4f4f4;
}

.table.table-transparent {
    background-color: transparent;
}

.table tfoot {
    background-color: #efefef;
}

.table.table-no-border {
    border: 0;
}

    .table.table-no-border > tbody > tr > td {
        border-top: 0;
    }

.table-out-border {
    border: 1px solid #b3c0c7;
}

.table.table-out-border > tbody > tr > td {
    border-top: 0;
}

.table.table-out-border > thead > tr > th {
    border-bottom: 0;
}

.table.table-out-border > tbody > tr:last-child.border-very-light-bottom-1 {
    border-bottom: 0;
}

.table.table-vertical-padding-12 > tbody > tr > td {
    padding-top: 12px;
    padding-bottom: 12px;
}

@media (max-width: 1199px) {
    .table-responsive {
        margin-bottom: 0;
        overflow-x: auto;
        border: 0;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
}

.table > thead > tr > th.valign-middle,
.table > tbody > tr > th.valign-middle,
.table > tfoot > tr > th.valign-middle,
.table > thead > tr > td.valign-middle,
.table > tbody > tr > td.valign-middle,
.table > tfoot > tr > td.valign-middle,
.table > thead > tr.valign-middle > th,
.table > tbody > tr.valign-middle > th,
.table > tfoot > tr.valign-middle > th,
.table > thead > tr.valign-middle > td,
.table > tbody > tr.valign-middle > td,
.table > tfoot > tr.valign-middle > td {
    vertical-align: middle;
}

.table > thead > tr > th.cell-fixed-20,
.table > tbody > tr > th.cell-fixed-20,
.table > tfoot > tr > th.cell-fixed-20,
.table > thead > tr > td.cell-fixed-20,
.table > tbody > tr > td.cell-fixed-20,
.table > tfoot > tr > td.cell-fixed-20 {
    width: 20px;
}

.table > thead > tr > th.cell-fixed-30,
.table > tbody > tr > th.cell-fixed-30,
.table > tfoot > tr > th.cell-fixed-30,
.table > thead > tr > td.cell-fixed-30,
.table > tbody > tr > td.cell-fixed-30,
.table > tfoot > tr > td.cell-fixed-30 {
    width: 30px;
}

.table > thead > tr > th.cell-fixed-40,
.table > tbody > tr > th.cell-fixed-40,
.table > tfoot > tr > th.cell-fixed-40,
.table > thead > tr > td.cell-fixed-40,
.table > tbody > tr > td.cell-fixed-40,
.table > tfoot > tr > td.cell-fixed-40 {
    width: 40px;
}

.table > thead > tr > th.cell-fixed-50,
.table > tbody > tr > th.cell-fixed-50,
.table > tfoot > tr > th.cell-fixed-50,
.table > thead > tr > td.cell-fixed-50,
.table > tbody > tr > td.cell-fixed-50,
.table > tfoot > tr > td.cell-fixed-50 {
    width: 50px;
}

.table > thead > tr > th.cell-fixed-60,
.table > tbody > tr > th.cell-fixed-60,
.table > tfoot > tr > th.cell-fixed-60,
.table > thead > tr > td.cell-fixed-60,
.table > tbody > tr > td.cell-fixed-60,
.table > tfoot > tr > td.cell-fixed-60 {
    width: 60px;
}

.table > thead > tr > th.cell-fixed-70,
.table > tbody > tr > th.cell-fixed-70,
.table > tfoot > tr > th.cell-fixed-70,
.table > thead > tr > td.cell-fixed-70,
.table > tbody > tr > td.cell-fixed-70,
.table > tfoot > tr > td.cell-fixed-70 {
    width: 70px;
}

.table > thead > tr > th.cell-fixed-80,
.table > tbody > tr > th.cell-fixed-80,
.table > tfoot > tr > th.cell-fixed-80,
.table > thead > tr > td.cell-fixed-80,
.table > tbody > tr > td.cell-fixed-80,
.table > tfoot > tr > td.cell-fixed-80 {
    width: 80px;
}

.table > thead > tr > th.cell-fixed-90,
.table > tbody > tr > th.cell-fixed-90,
.table > tfoot > tr > th.cell-fixed-90,
.table > thead > tr > td.cell-fixed-90,
.table > tbody > tr > td.cell-fixed-90,
.table > tfoot > tr > td.cell-fixed-90,
.cell-fixed-90 {
    width: 90px;
}

.table > thead > tr > th.cell-fixed-100,
.table > tbody > tr > th.cell-fixed-100,
.table > tfoot > tr > th.cell-fixed-100,
.table > thead > tr > td.cell-fixed-100,
.table > tbody > tr > td.cell-fixed-100,
.table > tfoot > tr > td.cell-fixed-100,
.cell-fixed-100 {
    width: 100px;
}

.table > thead > tr > th.cell-fixed-110,
.table > tbody > tr > th.cell-fixed-110,
.table > tfoot > tr > th.cell-fixed-110,
.table > thead > tr > td.cell-fixed-110,
.table > tbody > tr > td.cell-fixed-110,
.table > tfoot > tr > td.cell-fixed-110 {
    width: 110px;
}

.table > thead > tr > th.cell-fixed-120,
.table > tbody > tr > th.cell-fixed-120,
.table > tfoot > tr > th.cell-fixed-120,
.table > thead > tr > td.cell-fixed-120,
.table > tbody > tr > td.cell-fixed-120,
.table > tfoot > tr > td.cell-fixed-120 {
    width: 120px;
}

.table > thead > tr > th.cell-fixed-130,
.table > tbody > tr > th.cell-fixed-130,
.table > tfoot > tr > th.cell-fixed-130,
.table > thead > tr > td.cell-fixed-130,
.table > tbody > tr > td.cell-fixed-130,
.table > tfoot > tr > td.cell-fixed-130 {
    width: 130px;
}

.table > thead > tr > th.cell-fixed-140,
.table > tbody > tr > th.cell-fixed-140,
.table > tfoot > tr > th.cell-fixed-140,
.table > thead > tr > td.cell-fixed-140,
.table > tbody > tr > td.cell-fixed-140,
.table > tfoot > tr > td.cell-fixed-140 {
    width: 140px;
}

.table > thead > tr > th.cell-fixed-150,
.table > tbody > tr > th.cell-fixed-150,
.table > tfoot > tr > th.cell-fixed-150,
.table > thead > tr > td.cell-fixed-150,
.table > tbody > tr > td.cell-fixed-150,
.table > tfoot > tr > td.cell-fixed-150 {
    width: 150px;
}

.table > thead > tr > th.cell-fixed-160,
.table > tbody > tr > th.cell-fixed-160,
.table > tfoot > tr > th.cell-fixed-160,
.table > thead > tr > td.cell-fixed-160,
.table > tbody > tr > td.cell-fixed-160,
.table > tfoot > tr > td.cell-fixed-160 {
    width: 160px;
}

.table > thead > tr > th.cell-fixed-170,
.table > tbody > tr > th.cell-fixed-170,
.table > tfoot > tr > th.cell-fixed-170,
.table > thead > tr > td.cell-fixed-170,
.table > tbody > tr > td.cell-fixed-170,
.table > tfoot > tr > td.cell-fixed-170 {
    width: 170px;
}

.table > thead > tr > th.cell-fixed-180,
.table > tbody > tr > th.cell-fixed-180,
.table > tfoot > tr > th.cell-fixed-180,
.table > thead > tr > td.cell-fixed-180,
.table > tbody > tr > td.cell-fixed-180,
.table > tfoot > tr > td.cell-fixed-180 {
    width: 180px;
}

.table > thead > tr > th.cell-fixed-200,
.table > tbody > tr > th.cell-fixed-200,
.table > tfoot > tr > th.cell-fixed-200,
.table > thead > tr > td.cell-fixed-200,
.table > tbody > tr > td.cell-fixed-200,
.table > tfoot > tr > td.cell-fixed-200 {
    width: 200px;
}

.table > thead > tr > th.cell-fixed-300,
.table > tbody > tr > th.cell-fixed-300,
.table > tfoot > tr > th.cell-fixed-300,
.table > thead > tr > td.cell-fixed-300,
.table > tbody > tr > td.cell-fixed-300,
.table > tfoot > tr > td.cell-fixed-300 {
    width: 300px;
}

.table > thead > tr > th.cell-fixed-350,
.table > tbody > tr > th.cell-fixed-350,
.table > tfoot > tr > th.cell-fixed-350,
.table > thead > tr > td.cell-fixed-350,
.table > tbody > tr > td.cell-fixed-350,
.table > tfoot > tr > td.cell-fixed-350 {
    width: 350px;
}

.table > thead > tr > th.cell-fixed-400,
.table > tbody > tr > th.cell-fixed-400,
.table > tfoot > tr > th.cell-fixed-400,
.table > thead > tr > td.cell-fixed-400,
.table > tbody > tr > td.cell-fixed-400,
.table > tfoot > tr > td.cell-fixed-400 {
    width: 400px;
}

.table > tbody > tr.cell-height-22 {
    height: 22px;
}

.table > tbody > tr.cell-height-44 {
    height: 44px;
}

.table > tbody > tr > td.cell-height-36 {
    height: 36px;
}

.table > thead > tr > th.cell-fixed-20-percent,
.table > tbody > tr > th.cell-fixed-20-percent,
.table > tfoot > tr > th.cell-fixed-20-percent,
.table > thead > tr > td.cell-fixed-20-percent,
.table > tbody > tr > td.cell-fixed-20-percent,
.table > tfoot > tr > td.cell-fixed-20-percent {
    width: 20%;
}

.table > thead > tr > th.cell-fixed-25-percent,
.table > tbody > tr > th.cell-fixed-25-percent,
.table > tfoot > tr > th.cell-fixed-25-percent,
.table > thead > tr > td.cell-fixed-25-percent,
.table > tbody > tr > td.cell-fixed-25-percent,
.table > tfoot > tr > td.cell-fixed-25-percent {
    width: 25%;
}

.table > thead > tr > th.cell-fixed-30-percent,
.table > tbody > tr > th.cell-fixed-30-percent,
.table > tfoot > tr > th.cell-fixed-30-percent,
.table > thead > tr > td.cell-fixed-30-percent,
.table > tbody > tr > td.cell-fixed-30-percent,
.table > tfoot > tr > td.cell-fixed-30-percent {
    width: 30%;
}

.table > thead > tr > th.cell-fixed-40-percent,
.table > tbody > tr > th.cell-fixed-40-percent,
.table > tfoot > tr > th.cell-fixed-40-percent,
.table > thead > tr > td.cell-fixed-40-percent,
.table > tbody > tr > td.cell-fixed-40-percent,
.table > tfoot > tr > td.cell-fixed-40-percent {
    width: 40%;
}

.table > thead > tr > th.cell-fixed-50-percent,
.table > tbody > tr > th.cell-fixed-50-percent,
.table > tfoot > tr > th.cell-fixed-50-percent,
.table > thead > tr > td.cell-fixed-50-percent,
.table > tbody > tr > td.cell-fixed-50-percent,
.table > tfoot > tr > td.cell-fixed-50-percent {
    width: 50%;
}

@media (max-width: 767px) {
    .table > thead > tr > th.cell-fixed-xs-150,
    .table > tbody > tr > th.cell-fixed-xs-150,
    .table > tfoot > tr > th.cell-fixed-xs-150,
    .table > thead > tr > td.cell-fixed-xs-150,
    .table > tbody > tr > td.cell-fixed-xs-150,
    .table > tfoot > tr > td.cell-fixed-xs-150 {
        width: 150px;
    }
}

@media (min-width: 1200px) {
    .table > tbody > tr > td.cell-min-width-lg-110 {
        min-width: 110px;
    }
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 8px 6px;
}

.table-slim > thead > tr > th,
.table-slim > tbody > tr > th,
.table-slim > tfoot > tr > th,
.table-slim > thead > tr > td,
.table-slim > tbody > tr > td,
.table-slim > tfoot > tr > td {
    padding: 8px 4px;
}

.table-slim-vertical > thead > tr > th,
.table-slim-vertical > tbody > tr > th,
.table-slim-vertical > tfoot > tr > th,
.table-slim-vertical > thead > tr > td,
.table-slim-vertical > tbody > tr > td,
.table-slim-vertical > tfoot > tr > td {
    padding: 2px 6px;
}

    .table-slim-vertical > thead > tr > th:first-child,
    .table-slim-vertical > tbody > tr > th:first-child,
    .table-slim-vertical > tfoot > tr > th:first-child,
    .table-slim-vertical > thead > tr > td:first-child,
    .table-slim-vertical > tbody > tr > td:first-child,
    .table-slim-vertical > tfoot > tr > td:first-child {
        padding-left: 0;
    }

    .table-slim-vertical > thead > tr > th:last-child,
    .table-slim-vertical > tbody > tr > th:last-child,
    .table-slim-vertical > tfoot > tr > th:last-child,
    .table-slim-vertical > thead > tr > td:last-child,
    .table-slim-vertical > tbody > tr > td:last-child,
    .table-slim-vertical > tfoot > tr > td:last-child {
        padding-right: 0;
    }

.table-slim-vertical-striped > thead > tr > th,
.table-slim-vertical-striped > tbody > tr > th,
.table-slim-vertical-striped > tfoot > tr > th,
.table-slim-vertical-striped > thead > tr > td,
.table-slim-vertical-striped > tbody > tr > td,
.table-slim-vertical-striped > tfoot > tr > td {
    padding: 6px 6px;
}

.table > thead > tr > th.col-padding-5,
.table > tbody > tr > th.col-padding-5,
.table > tfoot > tr > th.col-padding-5,
.table > thead > tr > td.col-padding-5,
.table > tbody > tr > td.col-padding-5,
.table > tfoot > tr > td.col-padding-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.table > thead > tr > th.col-padding-left-0,
.table > tbody > tr > th.col-padding-left-0,
.table > tfoot > tr > th.col-padding-left-0,
.table > thead > tr > td.col-padding-left-0,
.table > tbody > tr > td.col-padding-left-0,
.table > tfoot > tr > td.col-padding-left-0 {
    padding-left: 0;
}

.table > thead > tr > th.col-padding-left-5,
.table > tbody > tr > th.col-padding-left-5,
.table > tfoot > tr > th.col-padding-left-5,
.table > thead > tr > td.col-padding-left-5,
.table > tbody > tr > td.col-padding-left-5,
.table > tfoot > tr > td.col-padding-left-5 {
    padding-left: 5px;
}

.table > thead > tr > th.col-padding-right-5,
.table > tbody > tr > th.col-padding-right-5,
.table > tfoot > tr > th.col-padding-right-5,
.table > thead > tr > td.col-padding-right-5,
.table > tbody > tr > td.col-padding-right-5,
.table > tfoot > tr > td.col-padding-right-5 {
    padding-right: 5px;
}

.table > thead > tr > th.col-padding-right-0,
.table > tbody > tr > th.col-padding-right-0,
.table > tfoot > tr > th.col-padding-right-0,
.table > thead > tr > td.col-padding-right-0,
.table > tbody > tr > td.col-padding-right-0,
.table > tfoot > tr > td.col-padding-right-0 {
    padding-right: 0;
}

.table > thead > tr.row-padding-0 > th,
.table > tbody > tr.row-padding-0 > th,
.table > tfoot > tr.row-padding-0 > th,
.table > thead > tr.row-padding-0 > td,
.table > tbody > tr.row-padding-0 > td,
.table > tfoot > tr.row-padding-0 > td {
    padding-top: 0;
    padding-bottom: 0;
}

.table > thead > tr.row-padding-bottom-0 > th,
.table > tbody > tr.row-padding-bottom-0 > th,
.table > tfoot > tr.row-padding-bottom-0 > th,
.table > thead > tr.row-padding-bottom-0 > td,
.table > tbody > tr.row-padding-bottom-0 > td,
.table > tfoot > tr.row-padding-bottom-0 > td {
    padding-bottom: 0;
}

.table > thead > tr.row-padding-3 > th,
.table > tbody > tr.row-padding-3 > th,
.table > tfoot > tr.row-padding-3 > th,
.table > thead > tr.row-padding-3 > td,
.table > tbody > tr.row-padding-3 > td,
.table > tfoot > tr.row-padding-3 > td {
    padding-top: 3px;
    padding-bottom: 3px;
}

.table > thead > tr.row-padding-5 > th,
.table > tbody > tr.row-padding-5 > th,
.table > tfoot > tr.row-padding-5 > th,
.table > thead > tr.row-padding-5 > td,
.table > tbody > tr.row-padding-5 > td,
.table > tfoot > tr.row-padding-5 > td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table > thead > tr.row-padding-15 > th,
.table > tbody > tr.row-padding-15 > th,
.table > tfoot > tr.row-padding-15 > th,
.table > thead > tr.row-padding-15 > td,
.table > tbody > tr.row-padding-15 > td,
.table > tfoot > tr.row-padding-15 > td {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .table > thead > tr.row-xs-padding-3 > th,
    .table > tbody > tr.row-xs-padding-3 > th,
    .table > tfoot > tr.row-xs-padding-3 > th,
    .table > thead > tr.row-xs-padding-3 > td,
    .table > tbody > tr.row-xs-padding-3 > td,
    .table > tfoot > tr.row-xs-padding-3 > td {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .table > thead > tr > th.col-xs-padding-right-0,
    .table > tbody > tr > th.col-xs-padding-right-0,
    .table > tfoot > tr > th.col-xs-padding-right-0,
    .table > thead > tr > td.col-xs-padding-right-0,
    .table > tbody > tr > td.col-xs-padding-right-0,
    .table > tfoot > tr > td.col-xs-padding-right-0 {
        padding-right: 0;
    }
}

.table-slim-vertical-striped > tbody > tr > td a {
    color: #2dabc1;
}

.table-slim-vertical-striped > tbody > tr > td label {
    margin-bottom: 0;
}

.table-slim-vertical-striped tr.labeled {
    background-color: #ececec;
}

.table-slim-vertical-striped tr.emphasized {
    background-color: #ecfbfe;
    border-bottom: 1px solid #a8e0e4;
    border-top: 1px solid #a8e0e4;
}

.table-tabs > tbody > tr > td {
    vertical-align: middle;
    cursor: pointer;
}

    .table-tabs > tbody > tr > td:hover {
        background-color: #f9f9f9;
    }

    .table-tabs > tbody > tr > td a {
        font-weight: 600;
        color: #676a6c;
    }

    .table-tabs > tbody > tr > td label,
    .table-tabs > tbody > tr > td span {
        cursor: pointer;
    }

    .table-tabs > tbody > tr > td.active {
        background-color: #2dabc1;
        color: #fff;
    }

        .table-tabs > tbody > tr > td.active > .label-primary {
            background-color: #fff;
            color: #2dabc1;
        }

.table-tabs > tbody > tr.tr-tabs > td {
    padding: 0;
    border-right: 1px solid #e7eaec;
}

    .table-tabs > tbody > tr.tr-tabs > td:first-of-type {
        border-left: 1px solid #e7eaec;
    }

    .table-tabs > tbody > tr.tr-tabs > td.active {
        border-left: 0;
        border-right: 0;
    }

    .table-tabs > tbody > tr.tr-tabs > td > a {
        padding: 8px;
        display: block;
        width: 100%;
    }

    .table-tabs > tbody > tr.tr-tabs > td.active > a {
        color: #fff;
    }

        .table-tabs > tbody > tr.tr-tabs > td.active > a .label-primary {
            background-color: #fff;
            color: #2dabc1;
        }

/* Quantity quaries for the number of navigation items */
.table-tabs .tr-tabs td:nth-last-child(n+2):nth-last-child(-n+2):first-child,
.table-tabs .tr-tabs td:nth-last-child(n+2):nth-last-child(-n+2):first-child ~ td {
    width: 50%;
}

.table-tabs .tr-tabs td:nth-last-child(n+3):nth-last-child(-n+3):first-child,
.table-tabs .tr-tabs td:nth-last-child(n+3):nth-last-child(-n+3):first-child ~ td {
    width: 33.3%;
}

.table-tabs .tr-tabs td:nth-last-child(n+4):nth-last-child(-n+4):first-child,
.table-tabs .tr-tabs td:nth-last-child(n+4):nth-last-child(-n+4):first-child ~ td {
    width: 25%;
}

.table-tabs .tr-tabs td:nth-last-child(n+5):nth-last-child(-n+5):first-child,
.table-tabs .tr-tabs td:nth-last-child(n+5):nth-last-child(-n+5):first-child ~ td {
    width: 20%;
}

.table > thead > tr > th {
    border-bottom: 1px solid #ddd;
    background-color: #ececec;
    font-weight: 600;
}

.table-slim-vertical > thead > tr > th {
    border-bottom: 0;
    background-color: inherit;
}

.table-striped > tbody > tr:nth-child(even) > td {
    background-color: #f2f2f2;
}

.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #fff;
}


.table > tbody > tr > td {
    border-color: #b3c0c7;
}

.table h1,
.table h2,
.table h3,
.table h4,
.table h5,
.table h6 {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .ibox-content .table-slim-vertical h3 {
        font-size: 14px;
    }
}

/* Dropdown in table td */
.table .td-dropdown {
    padding: 0;
}

    .table .td-dropdown > div[data-toggle="dropdown"] {
        padding: 8px;
    }

    .table .td-dropdown.active div[data-toggle="dropdown"] .label.label-primary {
        background-color: #fff;
        color: #2dabc1;
    }

.table-condensed .td-dropdown > div[data-toggle="dropdown"] {
    padding: 8px 6px;
}

.table-slim .td-dropdown > div[data-toggle="dropdown"] {
    padding: 8px 4px;
}

.table-col-actions .label {
    margin-right: 8px;
}

    .table-col-actions .label:last-of-type {
        margin-right: 0;
    }

.table-col-actions .label-action {
    display: inline-block;
    padding: 6px 8px;
    margin-bottom: 5px;
}

    .table-col-actions .label-action:last-child {
        margin-bottom: 0;
    }

.table-details {
    padding-top: 15px;
    text-align: center;
}

    .table-details > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .table-details .pagination {
        margin: 0;
    }

.table-details-settings span {
    margin-right: 5px;
}

/* Table columns fix widths */
.table-col-fixed-30 {
    width: 30px;
}

.table-col-fixed-40 {
    width: 40px;
}

.table-col-fixed-50 {
    width: 50px;
}

.table-col-fixed-60 {
    width: 60px;
}

.table-col-fixed-70 {
    width: 70px;
}

.table-col-fixed-80 {
    width: 80px;
}

.table-col-fixed-90 {
    width: 90px;
}

.table-col-fixed-100 {
    width: 100px;
}

.table-col-fixed-120 {
    width: 120px;
}

.table-col-fixed-150 {
    width: 150px;
}

.table-col-fixed-180 {
    width: 180px;
}

.table-col-fixed-200 {
    width: 200px;
}

.table-col-fixed-210 {
    width: 210px;
}

.table-col-fixed-230 {
    width: 230px;
}

.table-col-fixed-250 {
    width: 250px;
}

.table-col-fixed-percent-10 {
    width: 10%;
}

.table-col-fixed-percent-11 {
    width: 11%;
}

.table-col-fixed-percent-12 {
    width: 12%;
}

.table-col-fixed-percent-13 {
    width: 13%;
}

.table-col-fixed-percent-14 {
    width: 14%;
}

.table-col-fixed-percent-15 {
    width: 15%;
}

/* Table Input Group */
.table.table-input-group > tbody > tr > td {
    padding-left: 0;
    padding-right: 0;
}

.table.table-input-group tbody > tr > td > .btn {
    height: 34px;
}

.table.table-input-group.table-input-group-right tbody > tr > td > .btn {
    border-left: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.table.table-input-group.table-input-group-right tbody > tr > td:first-child > .form-control {
    border-right: 0;
}

.table.table-input-group.table-input-group-right tbody > tr > td > .form-control:focus {
    border-color: #e7eaec;
}

/* Specific for Trucking Companies - Details - Activity Histoies - Emails */
.trucking-companies-emails-grid thead tr th:nth-child(4) {
    width: 200px;
}

.trucking-companies-emails-grid thead tr th:nth-child(6) {
    width: 33%;
}

/* Trucking Companies - Details - Social */
.social-cell > a { display: inline-block; margin-right: 5px; font-size: 16px; }
.social-cell > a:focus { text-decoration: none; }
.social-cell > a > i.icon-facebook3 { color: #3b5998; }
.social-cell > a > i.icon-twitter2 { color: #1dcaff; }
.social-cell > a > i.icon-instagram2 { color: #bc2a8d; }
.social-cell > a > i.icon-linkedin2 { color: #0077b5; }
.social-cell > a > i.icon-domain { color: #53677a; }

/* [Component Pagination] */
.pagination > li > a {
    color: #676a6c;
    padding: 5px 10px;
}

.pagination li a:hover {
    background-color: #f4f4f4;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #f5f5f6;
    border-color: #e7eaec;
    color: #676a6c;
}

.pagination.pagination-no-margin {
    margin-top: 0;
    margin-bottom: 0;
}

.pagination.pagination-primary > .active > a {
    background-color: #2dabc1;
    color: #f4f4f4;
    border-color: #2dabc1;
}

/* [Component Tabs] */
.tab-pane > .row {
    margin-left: 0;
    margin-right: 0;
}

/* [Component Checkbox] */
.icheckbox_square-blue + label {
    margin-left: 5px;
}

/* [Component Radiobutton] */
.iradio_square-blue + label {
    margin-left: 5px;
}

/* [Component Alert Message] */
.alert {
    margin-bottom: 0;
    border-radius: 3px;
    padding: 7.5px;
}

    .alert.alert-inline-block {
        display: inline-block;
    }

    .alert.mb-7-5 {
        margin-bottom: 7.5px;
    }

    .alert.mb-15 {
        margin-bottom: 15px;
    }

    .alert a {
        font-weight: 800;
    }

        .alert a:hover,
        .alert a:focus {
            text-decoration: none;
        }

    .alert.alert-danger {
        color: #ed5565;
    }

        .alert.alert-danger a {
            color: #ed5565;
        }

    .alert.alert-warning a {
        color: #66512c;
    }

    .alert.alert-info {
        background-color: #ecfbfe;
        border-color: #abe9f6;
    }

        .alert.alert-info a {
            color: #31708f;
        }

/* [Component Progress Bar] */
.progress {
    background-color: #f9f9f9;
    margin-bottom: 10px;
}

.progress-bar.progress-bar-primary {
    background-color: #2dabc1;
}

/*#region [Component Sticky Note] */
.sticky {
    display: none;
    position: fixed;
    top: 15px;
    /*left: calc(50% - 140px);*/
    width: 240px;
    background-color: #f8ac59;
    color: #fff;
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    -webkit-box-shadow: 4px 3px 5px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 4px 3px 5px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 4px 3px 5px 0px rgba(50, 50, 50, 0.1);
    z-index: 123;
}

    .sticky[data-background='1'],
    .sticky-circle[data-background='1'] {
        background-color: #f8ac59;
    }

    .sticky[data-background='2'],
    .sticky-circle[data-background='2'] {
        background-color: #f3ef67;
        color: #676a6c;
    }

        .sticky[data-background='2'] > .sticky-header {
            background-color: rgba(100, 100, 100, 0.1);
        }

            .sticky[data-background='2'] > .sticky-header .btn-primary {
                color: #676a6c;
            }

    .sticky[data-background='3'],
    .sticky-circle[data-background='3'] {
        background-color: #39c649;
    }

    .sticky[data-background='4'],
    .sticky-circle[data-background='4'] {
        background-color: #23c6c8;
    }

    .sticky[data-background='5'],
    .sticky-circle[data-background='5'] {
        background-color: #1c84c6;
    }

    .sticky[data-background='6'],
    .sticky-circle[data-background='6'] {
        background-color: #aa33cc;
    }

    .sticky[data-background='7'],
    .sticky-circle[data-background='7'] {
        background-color: #f43c8a;
    }

        .sticky[data-background='1'] [data-background-change='1'],
        .sticky[data-background='2'] [data-background-change='2'],
        .sticky[data-background='3'] [data-background-change='3'],
        .sticky[data-background='4'] [data-background-change='4'],
        .sticky[data-background='5'] [data-background-change='5'],
        .sticky[data-background='6'] [data-background-change='6'],
        .sticky[data-background='7'] [data-background-change='7'] {
            display: none;
        }

    .sticky > .sticky-header {
        background-color: rgba(255, 255, 255, 0.2);
        padding: 10px;
        position: relative;
    }

        .sticky > .sticky-header > .text-overflow-ellipsis {
            width: 200px;
        }

        .sticky > .sticky-header .dropdown-toggle {
            background-color: transparent;
            border: 0;
        }

        .sticky > .sticky-header .dropdown-menu .divider {
            margin-top: 0px;
            margin-bottom: 0px;
        }

    .sticky > .sticky-content {
        padding: 10px;
        height: 140px;
    }

        .sticky > .sticky-content > .table {
            height: 100%;
        }

    .sticky.on .sticky-maximize {
        display: none;
    }

    .sticky.off .sticky-minimize {
        display: none;
    }

    .sticky.off > .sticky-content {
        display: none;
    }
/*#endregion*/

/* [Component Modal] */
.modal-dialog {
    width: 90%;
    margin-top: 45px;
}

    .modal-dialog.m-w-800 {
        max-width: 800px;
    }

.modal-content {
    background-color: #f4f4f4;
    border-radius: 0;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-backdrop {
    background-color: #2f4050;
}

    .modal-backdrop.in {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

.modal-header {
    border-top: 3px solid #2dabc1;
    background-color: #fff;
    border-bottom: 1px solid #eae7ec;
}

    .modal-header h2 {
        margin-top: 0;
        margin-bottom: 0;
    }

.close:focus {
    -moz-outline: none;
    outline: none;
}

.modal-body {
    padding: 30px 15px 0 15px;
}

    .modal-body.pb-1 {
        padding-bottom: 1px;
    }

    .modal-body.pt-15 {
        padding-top: 15px;
    }

    .modal-body.pb-15 {
        padding-bottom: 15px;
    }

    .modal-body.padding-0 {
        padding: 0;
    }

.modal-footer {
    margin-top: 0;
    border-top: 1px solid #e7eaec;
    padding: 15px;
    background-color: #fff;
    text-align: left;
}

.modal-footer-right {
    text-align: right;
}

@media (max-width: 767px) {
    .modal-dialog {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }

    .modal-body {
        padding: 20px 15px 0 15px;
    }
}

/* Modal Training Video */
#modal-training-video .modal-header {
    padding: 10px 10px;
}

    #modal-training-video .modal-header .close:hover {
        color: #2dabc1;
    }

#modal-training-video .modal-dialog {
    width: 80%;
}

#modal-training-video .modal-body {
    padding: 10px;
}

/* Modal - Google Maps Address */
#map-modal #map-container {
    height: 320px;
}

@media (min-width: 1200px) {
    #map-modal #map-container {
        height: 480px;
    }
}

@media (min-width: 1600px) {
    #map-modal #map-container {
        height: 600px;
    }
}

/* --- OPPORTUNITIES LANES VIEW --- */
.opportunities-lanes-wrapper {
    overflow-x: auto;
    padding-bottom: 15px;
}

    .opportunities-lanes-wrapper.pb-0 {
        padding-bottom: 0;
    }

.opportunities-lanes {
    min-width: 980px;
}

    .opportunities-lanes > header > .lane,
    .opportunities-lanes > .content > .lane {
        float: left;
        width: calc(20% - 8px);
        margin-right: 10px;
    }

    .opportunities-lanes.six > header > .lane,
    .opportunities-lanes.six > .content > .lane {
        width: calc(16.6% - 8px);
        border-bottom: 1px dashed #b3c0c7;
    }

    .opportunities-lanes > header > .lane {
        padding-bottom: 6px;
        border-bottom: 3px solid #b3c0c7;
        text-decoration: none;
    }

        .opportunities-lanes > header > .lane .title {
            color: #676a6c;
        }

        .opportunities-lanes > header > .lane:nth-child(5),
        .opportunities-lanes > .content > .lane:nth-child(5) {
            margin-right: 0;
        }

        .opportunities-lanes.six > header > .lane:nth-child(5),
        .opportunities-lanes.six > .content > .lane:nth-child(5) {
            margin-right: 10px;
        }

        .opportunities-lanes.six > header > .lane:nth-child(6),
        .opportunities-lanes.six > .content > .lane:nth-child(6) {
            margin-right: 0;
        }

    .opportunities-lanes > .content > .lane {
        padding-top: 5px;
    }

    .opportunities-lanes .lane > .card {
        padding: 5px;
        border: 1px solid #e3e3e3;
        background-color: #f9f9f9;
        margin-bottom: 5px;
    }

        .opportunities-lanes .lane > .card[data-win="4"] {
            border-left: 3px solid #9d0808;
        }

        .opportunities-lanes .lane > .card[data-win="3"] {
            border-left: 3px solid #7c7c7c;
        }

        .opportunities-lanes .lane > .card[data-win="2"] {
            border-left: 3px solid #b8c4cb;
        }

        .opportunities-lanes .lane > .card[data-win="1"] {
            border-left: 3px solid #1ab394;
            background-color: #d2f4de;
        }

        .opportunities-lanes .lane > .card[data-win="0"] {
            border-left: 3px solid #2dabc1;
            background-color: #e7f4fb;
        }

        .opportunities-lanes .lane > .card header {
            position: relative;
        }

            .opportunities-lanes .lane > .card header .options {
                position: absolute;
                top: -5px;
                right: 0;
                cursor: pointer;
            }

                .opportunities-lanes .lane > .card header .options .dropdown-menu {
                    font-size: 12px;
                    min-width: 100px;
                    max-width: 120px;
                    padding-top: 0;
                    padding-bottom: 0;
                }

                    .opportunities-lanes .lane > .card header .options .dropdown-menu a {
                        padding: 5px 5px 5px 3px;
                        text-align: right;
                        color: #676a6c;
                    }

                        .opportunities-lanes .lane > .card header .options .dropdown-menu a:hover {
                            background-color: #f9f9f9;
                        }

        .opportunities-lanes .lane > .card .contact {
            color: #2dabc1;
            font-weight: 600;
            font-size: 13px;
            display: inline-block;
            width: 90%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .opportunities-lanes .lane > .card .lob {
            font-size: 12px;
            font-weight: 600;
            position: relative;
            top: -5px;
        }

        .opportunities-lanes .lane > .card .content {
            padding-top: 15px;
        }

        .opportunities-lanes .lane > .card .commission {
            color: #1ab394;
            font-size: 12px;
            font-weight: 600;
        }

        .opportunities-lanes .lane > .card .date {
            font-size: 12px;
            float: right;
        }
/* --- END OF OPPORTUNITIES LANES VIEW -- */

/* --- DASHBOARD WIDGETS LIGHT VIEW --- */
.dashboard-widget-light .view-filter {
        display: inline-block;
    }

        .dashboard-widget-light .view-filter .option {
            background-color: #f0f0f0;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 12px;

            display: inline-block;
            padding: 5px 10px;
            cursor: pointer;
        }

            .dashboard-widget-light .view-filter .option.active {
                background-color: #2dabc1;
                color: #fff;
            }

    .dashboard-widget-light .view-content {
        margin-top: 15px;
    }

        .dashboard-widget-light .view-content.mt-0 {
            margin-top: 0;
        }

        .dashboard-widget-light .view-content .divider {
            display: inline-block;
            width: 1px;
            height: 50px;
            background-color: #ededed;
            margin-right: 20px;
        }

    .dashboard-widget-light .counter {
        margin: 0 auto;
        display: inline-block;
        margin-right: 20px;
        color: #676a6c;
        text-decoration: none;
    }

        .dashboard-widget-light .counter:last-child {
            margin-right: 0;
        }

    .dashboard-widget-light .counter .digit {
        font-weight: 100;
        font-size: 30px;
        display: block;
    }

    .dashboard-widget-light .counter .caption {
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
    }

    .dashboard-widget-light .switch .option {
        text-transform: uppercase;
        display: inline-block;
        padding: 6px 10px;
        border: 1px solid #b3c0c7;
        font-size: 11px;
        font-weight: 600;
        margin-top: 15px;
        cursor: pointer;
    }

        .dashboard-widget-light .switch .option.active {
            color: #2dabc1;
            border-color: #2dabc1;
        }

.dashboard-widget-light .view-content .custom-type-column {
    display: inline-block;
    margin-bottom: 6px;
    min-width: 230px;
}

    .dashboard-widget-light .view-content .custom-type-column.mb-0 {
        margin-bottom: 0;
    }

    .dashboard-widget-light .view-content .custom-type-column .square {
        display: inline-block;
        vertical-align: middle;
        width: 36px;
        height: 36px;

        background-color: #b3c0c7;
        color: #fff;
        font-weight: 600;
    }

        .dashboard-widget-light .view-content .custom-type-column .square:nth-child(2) {
            background-color: #1ab394;
        }

        .dashboard-widget-light .view-content .custom-type-column .square span {
            position: relative;
            top: 8px;
        }

    .dashboard-widget-light .view-content .custom-type-column .caption {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        width: 150px;
        padding-left: 5px;
        color: #676a6c;
        text-decoration: none;
    }

.dashboard-widget-light .counter-horizontal {
    display: inline-block;
    line-height: 1;
}

    .dashboard-widget-light .counter-horizontal:focus {
        text-decoration: none;
    }

    .dashboard-widget-light .counter-horizontal .digit {
        font-weight: 100;
        font-size: 30px;
        vertical-align: middle;
        color: #676a6c;
    }

    .dashboard-widget-light .counter-horizontal .caption {
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
        margin-left: 5px;
        position: relative;
        top: 3px;
    }

.dashboard-widget-light .view-line-graphic .fraction {
    float: left;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}

.dashboard-widget-light .view-line-graphic .bar {
    height: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dashboard-widget-light .view-line-graphic .fraction[data-type='1'] { color: #2dabc1; }
.dashboard-widget-light .view-line-graphic .fraction[data-type='2'] { color: #1ab394; }
.dashboard-widget-light .view-line-graphic .fraction[data-type='3'] { color: #a7b1c2; }

.dashboard-widget-light .view-line-graphic .fraction[data-type='1'] .bar { background-color: #2dabc1; }
.dashboard-widget-light .view-line-graphic .fraction[data-type='2'] .bar { background-color: #1ab394; border-left: 2px solid #fff; border-right: 2px solid #fff; }
.dashboard-widget-light .view-line-graphic .fraction[data-type='3'] .bar { background-color: #a7b1c2; }
/* --- END DASHBOARD WIDGETS LIGHT VIEW --- */

/* ---- END OF COMPONENTS ----- */
.header-static-top .header-system-message {
    position: absolute;
    top: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding: 0 400px 0 270px;
}

.header-static-top .header-system-menu {
    float: right;
    margin-right: 10px;
}

.RadGrid.RadGrid_Mobile .rgHeader span {
    color: #676a6c;
    font-weight: 600;
}

.new-user-messages {
    position: absolute;
    top: 30px;
    width: 43px;
    text-align: center;
    color: #a7b1c2;
    font-size: 9px;
    cursor: pointer;
    transition: color 0.5s ease-in-out;

    -webkit-animation: message-indicator-change 3s cubic-bezier(1,0,0,1) infinite;
    animation: message-indicator-change 3s cubic-bezier(1,0,0,1) infinite; 
}

@-webkit-keyframes message-indicator-change {
  0% { color: #a7b1c2; }
  50% { color: #2dabc1; }
  75% { color: #233646; } 
  100% { color: #a7b1c2; }
}

@keyframes message-indicator-change {
  0% { color: #a7b1c2; }
  50% { color: #2dabc1; }
  75% { color: #233646; } 
  100% { color: #a7b1c2; }
}
/*
.header-static-top .header-system-menu li span.top-label div{
    max-width: 200px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .header-static-top .header-system-message {
        padding: 0 400px 0 220px;
    }
}

@media (min-width: 1600px)  {
    .header-static-top .header-system-message {
        padding: 0 400px 0 270px;
    }
}

@media (max-width: 767px) {
    .header-static-top .header-system-message {
        padding: 0 100px 0 220px;
    }
}

@media (min-width: 3201px)  {
    .header-static-top .header-system-message {
        padding: 0 500px 0 270px;
    }
    .header-static-top .header-system-menu {
        width: 500px;
    }
}*/
