/* Extra small devices (phones, less than 768px) */
.page-header-right .page-shortcut {
    text-align: right;
    background-color: #494949;
    color: #ffffff;
    padding: 10px 16px;
    display: block;
}

    .page-header-right .page-shortcut a {
        padding: 8px;
        color: #ffffff;
    }

.page-header-right .login-message {
    text-align: right;
    display: block;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .page-header-right {
        position: absolute;
        bottom: 0px;
        right: 10px;
        top: 0px;
    }

        .page-header-right .page-shortcut {
            background-color: #494949;
            color: #ffffff;
            padding: 10px 16px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

            .page-header-right .page-shortcut a {
                padding: 8px;
                color: #ffffff;
            }

        .page-header-right .login-message {
            position: absolute;
            bottom: 8px;
            right: 0;
            white-space: nowrap;
        }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.page-header {
    margin: 0;
    position: relative;
}

    .page-header .container {
        position: relative;
    }
/* page-title */
.page-title {
    margin: 20px 0;
}

    .page-title img {
        float: left;
        width: 80px;
    }

    .page-title h1 {
        font-size: 1.5em;
        font-weight: bold;
        margin: 16px 8px 8px 100px;
    }

    .page-title p {
        margin-left: 100px;
    }
/* end of page-title */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.widget-box h2 {
    font-size: 1.1em;
    line-height: 1.6em;
    display: block;
    margin: 0;
    padding: 8px 20px;
    background-color: #dcdcdc;
    position: relative;
    font-weight: bold;
}

    .widget-box h2 span {
        position: absolute;
        right: 10px;
        display: inline-block;
        font-size: 0.8em;
    }

.widget-color-red {
    border: 1px solid red;
}

    .widget-color-red h2 {
        background-color: red;
    }
/************************* Page Button *****************/
.page-btn {
    font-family: 'Arial Regular', Arial;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    transition: all .5s ease;
    padding: 14px;
}

    .page-btn img {
        float: left;
        margin: 15px;
    }

    .page-btn a {
        text-decoration: none;
        color: #000000;
    }

    .page-btn h2 {
        color: #000000;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .page-btn p {
        color: #000000;
    }

    .page-btn:hover,
    .page-btn:focus {
        text-decoration: none;
        background-color: #dcdcdc;
        outline: none;
    }
/************************* End of Page Button *****************/
.sidebar-nav {
    background-color: #717984;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(to right, #626460 5px, #717984 5px);
    background-image: -webkit-linear-gradient(left, color-stop(#626460 10px), color-stop(#717984 10px));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mentis-border-left', endColorstr='@mentis-background-color', GradientType=1);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

    .sidebar-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        /* inner list */
    }

        .sidebar-nav ul li,
        .sidebar-nav ul a {
            display: block;
        }

        .sidebar-nav ul a {
            padding: 10px 20px;
            color: #ffffff;
            border-top: 1px solid rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
        }

            .sidebar-nav ul a:hover,
            .sidebar-nav ul a:focus,
            .sidebar-nav ul a:active {
                color: #ffffff;
                text-decoration: none;
            }

        .sidebar-nav ul ul a {
            padding: 10px 30px;
            background-color: rgba(255, 255, 255, 0.1);
        }

            .sidebar-nav ul ul a:hover,
            .sidebar-nav ul ul a:focus,
            .sidebar-nav ul ul a:active {
                background-color: rgba(255, 255, 255, 0.2);
            }

h1 {
    font-size: 3.8rem;
    font-weight: bold;
}

h2 {
    font-size: 3.2rem;
    font-weight: bold;
}

h3 {
    font-size: 2.7rem;
    font-weight: bold;
}

h4 {
    font-size: 2.2rem;
    font-weight: bold;
}

h5 {
    font-size: 1.7rem;
    font-weight: bold;
}

h6 {
    font-size: 1.2rem;
    font-weight: bold;
}

.header {
    border-bottom: 1px solid #cdcaca;
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 16px;
}

    .header h1,
    .header h2,
    .header h3,
    .header h4,
    .header h5,
    .header h6 {
        font-weight: bold;
        color: #555555;
        display: inline-block;
        line-height: 1.4em;
        padding: 10px;
        margin-bottom: -2px;
        margin-top: 0px;
        border-bottom: 3px solid;
        border-bottom-color: rgba(1, 109, 181, 0.8);
    }

    .header h1 {
        font-size: 1em;
    }

    .header h2 {
        font-size: 0.8em;
    }

    .header h3 {
        font-size: 0.6em;
    }

    .header h4 {
        font-size: 0.4em;
    }

    .header h5 {
        font-size: 0.3em;
    }

    .header h6 {
        font-size: 0.2em;
    }

.header-red h1,
.header-red h2,
.header-red h3,
.header-red h4,
.header-red h5,
.header-red h6 {
    border-bottom-color: rgba(207, 0, 0, 0.8);
}

.header-green h1,
.header-green h2,
.header-green h3,
.header-green h4,
.header-green h5,
.header-green h6 {
    border-bottom-color: rgba(44, 255, 5, 0.8);
}

.header-yellow h1,
.header-yellow h2,
.header-yellow h3,
.header-yellow h4,
.header-yellow h5,
.header-yellow h6 {
    border-bottom-color: rgba(253, 202, 0, 0.8);
}

p {
    display: block;
    padding: 8px 0;
}

    p span.highlight-blue {
        color: rgba(1, 109, 181, 0.8);
    }

    p span.highlight-red {
        color: rgba(207, 0, 0, 0.8);
    }

    p span.highlight-green {
        color: #72c02c;
    }

    p span.highlight-yellow {
        color: #fdca00;
    }

.unstyle-list {
    list-style: none outside none;
    padding-left: 0;
}

dd {
    padding-bottom: 10px;
}

.dl-horizontal dt {
    float: left;
    clear: left;
    text-align: right;
}

.dl-horizontal dd {
    text-align: justify;
}

.dl-horizontal.left-align dt {
    text-align: left;
}

.simple-panel {
    background-color: #fcfcfc;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px 15px;
}

    .simple-panel h1,
    .simple-panel h2,
    .simple-panel h3,
    .simple-panel h4,
    .simple-panel h5,
    .simple-panel h6 {
        font-size: 16px;
    }

.simple-panel-border-right,
.simple-panel-border-bottom,
.simple-panel-border-left,
.simple-panel-border-top {
    border: none;
    background-color: #f0f0f0;
}

.simple-panel-border-right {
    border-right: 3px solid #dcdcdc;
}

.simple-panel-border-bottom {
    border-bottom: 3px solid #dcdcdc;
}

.simple-panel-border-left {
    border-left: 3px solid #dcdcdc;
}

.simple-panel-border-top {
    border-top: 3px solid #dcdcdc;
}

.simple-panel-border-color-blue {
    border-color: rgba(1, 109, 181, 0.8);
}

.simple-panel-border-color-red {
    border-color: rgba(207, 0, 0, 0.8);
}

.simple-panel-border-color-green {
    border-color: #72c02c;
}

.simple-panel-border-color-yellow {
    border-color: #fdca00;
}

.color-box {
    margin-bottom: 20px;
    padding: 20px 30px;
    text-align: center;
    background-color: #dcdcdc;
    color: #253f7b;
}

    .color-box h1,
    .color-box h2,
    .color-box h3,
    .color-box h4,
    .color-box h5,
    .color-box h6 {
        font-size: 16px;
    }

    .color-box a {
        color: #253f7b;
    }

.color-box-blue {
    background-color: rgba(1, 109, 181, 0.8);
    color: #ffffff;
}

    .color-box-blue a {
        color: #ffffff;
    }

.color-box-red {
    background-color: rgba(207, 0, 0, 0.8);
    color: #ffffff;
}

    .color-box-red a {
        color: #ffffff;
    }

.color-box-green {
    background-color: #72c02c;
    color: #000000;
}

    .color-box-green a {
        color: #000000;
    }

.color-box-yellow {
    background-color: #fdca00;
    color: #000000;
}

    .color-box-yellow a {
        color: #000000;
    }

.page-block {
    padding: 60px 0;
}

    .page-block.remove-top-padding {
        padding-top: 0;
    }

.page-block-gray {
    background-color: #ddd;
}

.page-block-img {
    text-align: center;
}

    .page-block-img img {
        width: 100%;
        max-width: 200px;
    }

.page-box {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

    .page-box h2 {
        font-size: 16px;
        font-weight: bold;
    }

        .page-box h2 a {
            color: #555;
            text-decoration: none;
        }

.block {
    min-height: 300px;
    margin-bottom: 18px;
}

.page-box-top-border-blue {
    border-top: solid 2px #1abc9c;
}

.page-box-bg-darkblue {
    background-color: #253f7b;
    color: #fff;
}

.page-box-block {
    padding: 20px 25px;
    margin-bottom: 20px;
}

.square {
    float: left;
    position: relative;
    width: 30%;
    padding-bottom: 30%;
    /* = width for a 1:1 aspect ratio */
    margin: 1.66%;
    background-color: #253f7b;
    color: #ffffff;
    overflow: hidden;
}

    .square .square-content {
        position: absolute;
        height: 90%;
        /* = 100% - 2*5% padding */
        width: 100%;
        /* = 100% - 2*5% padding */
        padding: 0% 10%;
        text-align: center;
        color: #ffffff;
        top: 50%;
        margin-top: -100px;
    }

    .square p {
        color: #ffffff;
        text-align: center;
    }

    .square img {
        width: 48px;
    }

    .square h1,
    .square h2,
    .square h3,
    .square h4,
    .square h5,
    .square h6,
    .square p {
        font-size: 0.8em;
    }

    .square:hover {
        text-decoration: none;
    }

        .square:hover * {
            text-decoration: none;
        }

@media (min-width: 768px) {
    .square img {
        width: auto;
    }

    .square h1,
    .square h2,
    .square h3,
    .square h4,
    .square h5,
    .square h6,
    .square p {
        font-size: 0.95em;
    }
}

@media (min-width: 992px) {
    .square img {
        width: auto;
    }

    .square h1,
    .square h2,
    .square h3,
    .square h4,
    .square h5,
    .square h6 {
        font-size: 1.5em;
    }

    .square p {
        font-size: 1em;
    }
}

@media (min-width: 1200px) {
    .square img {
        width: auto;
    }

    .square h1,
    .square h2,
    .square h3,
    .square h4,
    .square h5,
    .square h6 {
        font-size: 2.5em;
    }

    .square p {
        font-size: 1em;
    }
}

.nav-tabs h1,
.nav-tabs h2,
.nav-tabs h3,
.nav-tabs h4,
.nav-tabs h5,
.nav-tabs h6 {
    font-size: 1.2em;
    padding-right: 5em;
    color: #555555;
    font-weight: 600;
    border-bottom: 3px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

    .nav-tabs h1.red,
    .nav-tabs h2.red,
    .nav-tabs h3.red,
    .nav-tabs h4.red,
    .nav-tabs h5.red,
    .nav-tabs h6.red {
        border-bottom-color: rgba(207, 0, 0, 0.8);
    }

    .nav-tabs h1.blue,
    .nav-tabs h2.blue,
    .nav-tabs h3.blue,
    .nav-tabs h4.blue,
    .nav-tabs h5.blue,
    .nav-tabs h6.blue {
        border-bottom-color: rgba(1, 109, 181, 0.8);
    }

    .nav-tabs h1.yellow,
    .nav-tabs h2.yellow,
    .nav-tabs h3.yellow,
    .nav-tabs h4.yellow,
    .nav-tabs h5.yellow,
    .nav-tabs h6.yellow {
        border-bottom-color: #72c02c;
    }

    .nav-tabs h1.green,
    .nav-tabs h2.green,
    .nav-tabs h3.green,
    .nav-tabs h4.green,
    .nav-tabs h5.green,
    .nav-tabs h6.green {
        border-bottom-color: #fdca00;
    }
/**
 * Filename: bootstrap-addons.less
 * Description: Added style to bootstrap */
/* select option in input-group */
.input-group select.form-control {
    display: inline-block;
    width: auto;
    margin-left: -1px;
}

.input-group:first-child {
    margin-left: 1px;
}
/** form-control-text **/
.form-control-text {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}
/* table stripe and hover */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #ebebeb;
}

.table-hover tbody tr:hover td {
    background-color: #e0e0e0;
    color: #808080;
    cursor: pointer;
}
/* Inline navigation with sub menu */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #999;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #999;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.inline-dropdown {
    display: block;
    position: static;
    margin-bottom: 5px;
    *width: 180px;
}

.btn-orange {
    background-color: #faae39;
    color: #fff;
}

.control-label {
    text-align: left;
}

.form-horizontal .control-label {
    text-align: left;
}
/**
 * asp.net.fix.less
 *
 * CSS fix for extra HTML element that are generated by asp.pointer-events
 */
.input-group span {
    position: absolute;
    right: -10px;
    top: 10px;
}

.input-group .non-asp-span {
    position: relative;
    right: auto;
    top: auto;
}

ul.service-rating {
    list-style: none;
    display: block;
    padding-left: 0;
}

    ul.service-rating li {
        display: inline-block;
        padding: 15px;
    }

        ul.service-rating li a {
            transition: all 0.5s ease;
            opacity: .15;
            outline: none;
        }

            ul.service-rating li a.active,
            ul.service-rating li a:hover {
                opacity: 1;
            }

.carousel-btn .carousel-control {
    height: 32px;
    width: 32px;
    border-radius: 4px;
    top: 48%;
    padding: 3px;
}

    .carousel-btn .carousel-control.left,
    .carousel-btn .carousel-control.right {
        background-color: rgba(0, 0, 0, 0.6);
    }

ul.partners {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

    ul.partners li {
        display: inline-block;
        min-width: 100px;
    }

        ul.partners li a {
            text-align: center;
        }

.btn-flat {
    height: 100%;
    width: 100%;
    padding: 32px;
    background-color: #eeeeee;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    text-decoration: none;
    transition: all .5s ease !important;
    color: #333333;
    margin-bottom: 10px;
}

    .btn-flat:hover {
        background-color: #000;
        border: 1px solid #000;
        color: #fff;
        text-decoration: none;
    }

    .btn-flat img {
        display: inline-block !important;
    }

.btn-flat-blue {
    background-color: #7dc7f6;
}

.btn-flat-lightblue {
    background-color: #addcf9;
}

.btn-flat-darkblue {
    background-color: #4db2f3;
}

.flat-button-container {
    margin-bottom: 20px;
}

.btn-giant {
    display: block;
    padding: 20px 30px;
    outline: none;
    text-decoration: none;
    margin-bottom: 10px;
    width: 100%;
    border: none;
    background-color: #dcdcdc;
    border-top: 3px solid transparent;
    color: #626262;
}

    .btn-giant * {
        text-align: left;
    }

a.btn-giant:hover,
button.btn-giant:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #e1e1e1;
    color: #7c7c7c;
    border-top: 3px solid #c3c3c3;
}

.btn-giant-info {
    border: none;
    background-color: #d9edf7;
    border-top: 3px solid transparent;
    color: #31708f;
}

a.btn-giant-info:hover,
button.btn-giant-info:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #e1f1f9;
    color: #3e8eb5;
    border-top: 3px solid #afd9ee;
}

.btn-giant-danger {
    border: none;
    background-color: #f2dede;
    border-top: 3px solid transparent;
    color: #a94442;
}

a.btn-giant-danger:hover,
button.btn-giant-danger:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #f5e5e5;
    color: #c0605e;
    border-top: 3px solid #e4b9b9;
}

.btn-giant-success {
    border: none;
    background-color: #dff0d8;
    border-top: 3px solid transparent;
    color: #3c763d;
}

a.btn-giant-success:hover,
button.btn-giant-success:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #e5f3df;
    color: #4d984e;
    border-top: 3px solid #c1e2b3;
}

.btn-giant-warning {
    border: none;
    background-color: #fcf8e3;
    border-top: 3px solid transparent;
    color: #8a6d3b;
}

a.btn-giant-warning:hover,
button.btn-giant-warning:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #fdfaec;
    color: #ae894a;
    border-top: 3px solid #f7ecb5;
}

.btn-giant-primary {
    border: none;
    background-color: rgba(1, 109, 181, 0.8);
    border-top: 3px solid transparent;
    color: #ffffff;
}

a.btn-giant-primary:hover,
button.btn-giant-primary:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: rgba(1, 115, 191, 0.8);
    color: #ffffff;
    border-top: 3px solid rgba(1, 78, 130, 0.8);
}

.btn-giant-grey {
    border: none;
    background-color: #404041;
    border-top: 3px solid transparent;
    color: #ffffff;
}

a.btn-giant-grey:hover,
button.btn-giant-grey:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #454546;
    color: #ffffff;
    border-top: 3px solid #272727;
}

.btn-giant-orange {
    border: none;
    background-color: #f05849;
    border-top: 3px solid transparent;
    color: #ffffff;
}

a.btn-giant-orange:hover,
button.btn-giant-orange:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #f16152;
    color: #ffffff;
    border-top: 3px solid #ec2d1a;
}

.btn-giant-pink {
    border: none;
    background-color: #cf4271;
    border-top: 3px solid transparent;
    color: #ffffff;
}

a.btn-giant-pink:hover,
button.btn-giant-pink:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #d14a77;
    color: #ffffff;
    border-top: 3px solid #b12d59;
}

.btn-giant-blue {
    border: none;
    background-color: #39859c;
    border-top: 3px solid transparent;
    color: #ffffff;
}

a.btn-giant-blue:hover,
button.btn-giant-blue:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #3c8ba3;
    color: #ffffff;
    border-top: 3px solid #2b6577;
}

.btn-giant-yellow {
    border: none;
    background-color: #faae39;
    border-top: 3px solid transparent;
    color: #ffffff;
}

a.btn-giant-yellow:hover,
button.btn-giant-yellow:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #fab243;
    color: #ffffff;
    border-top: 3px solid #f99a07;
}

.btn-giant-aqua {
    border: none;
    background-color: #60c4b8;
    border-top: 3px solid transparent;
    color: #ffffff;
}

a.btn-giant-aqua:hover,
button.btn-giant-aqua:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #67c7bb;
    color: #ffffff;
    border-top: 3px solid #41b0a3;
}

.btn-giant-stone {
    border: none;
    background-color: #e9e8e4;
    border-top: 3px solid transparent;
    color: #000000;
}

a.btn-giant-stone:hover,
button.btn-giant-stone:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #eeedea;
    color: #1a1a1a;
    border-top: 3px solid #d2d0c8;
}

.btn-giant-clear {
    border: none;
    background-color: transparent;
    border-top: 3px solid transparent;
    color: #000000;
}

a.btn-giant-clear:hover,
button.btn-giant-clear:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: rgba(5, 5, 5, 0);
    color: #1a1a1a;
    border-top: 3px solid rgba(0, 0, 0, 0);
}

.giant-min-80 {
    min-height: 80px;
}

.giant-min-100 {
    min-height: 100px;
}

.giant-min-120 {
    min-height: 120px;
}

.giant-min-150 {
    min-height: 150px;
}

.chartlegend {
    position: absolute;
    top: 10px;
    right: 10px;
}

    .chartlegend ul {
        list-style: none;
    }

        .chartlegend ul li {
            display: block;
            padding-left: 30px;
            margin-bottom: 4px;
            padding: 2px 8px 2px 28px;
            cursor: default;
            position: relative;
        }

            .chartlegend ul li span {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 20px;
                height: 100%;
            }

#chartAssignmentStatusContainer {
    height: 321px;
    width: 760px;
}

    #chartAssignmentStatusContainer h2 {
        font-size: 18px;
        margin-top: 30px auto;
        text-align: center;
        display: block;
        font-weight: normal;
    }

    #chartAssignmentStatusContainer canvas {
        height: 150px;
        width: 300px;
        position: absolute;
        bottom: 30%;
        left: 30%;
    }

    #chartAssignmentStatusContainer .chart-text {
        position: absolute;
        bottom: 15%;
        left: 0;
        right: 0;
        text-align: center;
    }

#mystats {
    height: 321px;
    width: 760px;
}

    #mystats h2 {
        font-size: 18px;
        margin-top: 30px auto;
        text-align: center;
        display: block;
        font-weight: normal;
    }

    #mystats > div {
        background: #e9e8e4;
        color: #000;
        margin: 10px auto;
        width: 500px;
        padding: 10px;
        line-height: 35px;
    }

        #mystats > div > img {
            height: 35px;
            width: 35px;
        }

        #mystats > div > span {
            color: #000;
            font-weight: bold;
            line-height: 35px;
            float: right;
        }

    #mystats .expense-status {
        background-color: #7092be;
        color: #fff;
    }

        #mystats .expense-status span {
            color: #fff;
        }

    #mystats .assignment-status {
        background-color: #99d9ea;
        color: #fff;
    }

        #mystats .assignment-status span {
            color: #fff;
        }

    #mystats .refer-status {
        background-color: #00a2e8;
        color: #fff;
    }

        #mystats .refer-status span {
            color: #fff;
        }

.chart-heading {
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
}
/*********  Page footer **********/
.footer {
    border-top: 1px solid #888;
    padding-top: 20px;
}

.footer-right {
    float: right;
}
/*********  End of Page footer **********/
/************************* Main Container ***********************/
.main-container .row {
    margin-bottom: 20px;
}
/************************* End of Main Container ***********************/
/****************** notification ************************/
.notification {
    background-color: #e9e8e4;
    width: 100%;
    padding: 10px 18px;
    min-height: 315px;
    font-weight: bold;
}

    .notification h2 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0;
    }

    .notification .notification-wrapper {
        overflow: auto;
        max-height: 300px;
    }

        .notification .notification-wrapper ul {
            padding: 0;
            list-style: none;
        }

            .notification .notification-wrapper ul li {
                line-height: 1.5em;
                margin-bottom: 18px;
            }
/****************** end of notification ************************/
/************ Other Utilities *******************/
.align-center {
    text-align: center;
}
/*BACKGROUND*/
.bg-darkblue {
    background-color: #253f7b;
    color: #fff;
}

.block {
    padding: 15px;
    min-height: 300px;
}
/************ End of Other Utilities *******************/
/************************ ICON LIST ****************************/
.icon-list {
    width: 100%;
    display: block;
    position: relative;
}

    .icon-list .icon-list-image {
        overflow: hidden;
        width: 108px;
        height: 108px;
        display: inline-block;
    }

        .icon-list .icon-list-image i,
        .icon-list .icon-list-image img {
            position: absolute;
            top: 8px;
            left: 8px;
        }

    .icon-list .icon-list-content {
        display: inline-block;
    }

        .icon-list .icon-list-content h2 {
            font-size: 1.8em;
            margin-bottom: 0.8em;
        }

        .icon-list .icon-list-content ul {
            padding-left: 0;
            list-style: none;
        }

            .icon-list .icon-list-content ul > li > label {
                width: 150px;
                font-weight: normal;
            }

            .icon-list .icon-list-content ul > li > span {
                width: 200px;
                display: inline-block;
            }

        .icon-list .icon-list-content p,
        .icon-list .icon-list-content .paragraph {
            width: 350px;
        }
/************************ END OF ICON LIST ****************************/
/************************* CONTAINER HEADER ***********************************/
.container-header {
    display: block;
    margin-bottom: 10px;
}

    .container-header img {
        display: inline-block;
    }

    .container-header h2 {
        display: inline-block;
        line-height: 1.5em;
        font-size: 2em;
    }
/************************* END OF CONTAINER HEADER ****************************/
/**************** GIANT NAV BAR **********************/
.navbar-giant {
    background-color: #f0f1f1;
    border-color: transparent;
}

    .navbar-giant .navbar-brand {
        color: #253f7b;
    }

        .navbar-giant .navbar-brand:hover,
        .navbar-giant .navbar-brand:focus {
            color: darker(#253f7b, 20%);
            background-color: lighter(#f0f1f1, 20%);
        }

    .navbar-giant .navbar-text {
        color: #253f7b;
    }

    .navbar-giant .navbar-nav > li > a {
        color: #253f7b;
    }

        .navbar-giant .navbar-nav > li > a:hover,
        .navbar-giant .navbar-nav > li > a:focus {
            color: #071942;
            background-color: #dcdcdc;
        }

    .navbar-giant .navbar-nav > .active > a,
    .navbar-giant .navbar-nav > .active > a:hover,
    .navbar-giant .navbar-nav > .active > a:focus {
        color: #071942;
        background-color: #dcdcdc;
    }

    .navbar-giant .navbar-nav > .disabled > a,
    .navbar-giant .navbar-nav > .disabled > a:hover,
    .navbar-giant .navbar-nav > .disabled > a:focus {
        color: #808080;
        background-color: lighter(#808080, 20%);
    }

    .navbar-giant .navbar-nav i {
        font-size: 1.35em;
    }

    .navbar-giant .navbar-toggle {
        border-color: #253f7b;
    }

        .navbar-giant .navbar-toggle .icon-bar {
            background-color: #253f7b;
        }

        .navbar-giant .navbar-toggle:hover,
        .navbar-giant .navbar-toggle:focus {
            background-color: #253f7b;
        }

            .navbar-giant .navbar-toggle:hover .icon-bar,
            .navbar-giant .navbar-toggle:focus .icon-bar {
                background-color: #ffffff;
            }

    .navbar-giant .navbar-collapse,
    .navbar-giant .navbar-form {
        border-color: transparent;
    }

    .navbar-giant .navbar-nav > .open > a,
    .navbar-giant .navbar-nav > .open > a:hover,
    .navbar-giant .navbar-nav > .open > a:focus {
        background-color: #dcdcdc;
        color: #071942;
    }

.menu-active-option {
    color: #071942;
    background-color: #dcdcdc;
}

@media (max-width: 767px) {
    .navbar-giant .navbar-nav .open .dropdown-menu > li > a {
        color: #253f7b;
    }

        .navbar-giant .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-giant .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #071942;
            background-color: #dcdcdc;
        }

    .navbar-giant .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-giant .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-giant .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #071942;
        background-color: #dcdcdc;
    }

    .navbar-giant .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-giant .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-giant .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #808080;
        background-color: lighter(#808080, 20%);
    }
}

.navbar-giant .navbar-link {
    color: #253f7b;
}

    .navbar-giant .navbar-link:hover {
        color: #071942;
    }

.navbar-giant .btn-link {
    color: #253f7b;
}

    .navbar-giant .btn-link:hover,
    .navbar-giant .btn-link:focus {
        color: #071942;
    }

    .navbar-giant .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-giant .btn-link:hover,
    .navbar-giant .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-giant .btn-link:focus {
        color: #808080;
    }
/*** Carousel thumbnail ******/
.thumnail-container {
    width: 100%;
    position: relative;
    min-height: 315px;
}

.thumbnails-wrapper {
    position: absolute;
    left: 0;
    width: 80px;
}

    .thumbnails-wrapper li > img {
        width: 80px;
        height: 60px;
    }

.carousel-wrapper {
    position: absolute;
    left: 80px;
    top: 0;
    right: 0;
    bottom: 0;
}
/**** afix for page navbar ***/
@media (min-width: 992px) {
    #pagenavbar.affix {
        position: fixed;
        top: 0;
        width: 255px;
        z-index: 100;
    }
}

@media (max-width: 992px) {
    #pagenavbar.affix {
        position: static;
    }
}
/**** FAQ Question ***/
a.faq-question {
    display: block;
    text-align: left;
    margin: 10px;
    cursor: pointer;
    color: #23527c;
}

    a.faq-question:hover {
        text-decoration: none;
        color: #1d4568;
    }

    a.faq-question.collapsed {
        color: #2e6ca4;
        text-decoration: none;
    }
/********************* TEXT BLOCK *********************/
.text-block {
    display: block;
}

.text-block-inline {
    display: inline-block;
}
/*************** FRONT CAROUSEL SLIDER *********************/
#home-carousel div.item {
    height: 321px;
}

.btn-primary-limited {
    background-color: #f0f1f1 !important;
    border: 2px solid #dcdcdc;
    color: black !important;
    padding: 8px,20px;
    width: 111px;
}

    .btn-primary-limited:hover, .btn-primary-limited:focus, .btn-primary-limited:active, .btn-primary-limited.active, .open .dropdown-toggle.btn-primary-limited {
        background-color: #dcdcdc !important;
        border: 0px solid white;
        padding-top: 12px;
        -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
        box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    }

.btn-primary-fix {
    background-color: #f0f1f1 !important;
    border: 2px solid #dcdcdc;
    color: black !important;
    padding: 8px,20px;
    width: 93px;
}

    .btn-primary-fix:hover, .btn-primary-fix:focus, .btn-primary-fix:active, .btn-primary-fix.active, .open .dropdown-toggle.btn-primary-fix {
        background-color: #dcdcdc !important;
        border: 0px solid white;
        padding-top: 12px;
        -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
        box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    }

.thinking-top {
    top: 35px;
    display: inline;
    position: absolute;
}

.thinking-bottom {
    margin-left: 48px;
}

.reset {
    padding: 0px !important;
    margin: 0px !important;
}

.reset-margin {
    margin: 0px !important;
}

.reset-padding {
    margin: 0px !important;
}

.font-weight-normal {
    font-weight: normal !important;
}

.color-red {
    color: Red !important;
}

.uc {
    margin-bottom: 10px;
    padding-left: 10px;
}

    .uc label {
        text-align: left !important;
    }

.uc-header, .uc-header label, .uc-header tr th, .uc-header tr td {
    background-color: #0173BB !important;
    color: #fff !important;
}

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right !important;
}

.text-align-center {
    text-align: center !important;
}

.no-background {
    background-color: white !important;
}

.no-border, table.no-border tr, table.no-border tr td, table.no-border tr th {
    border-width: 0px !important;
}

.border, .border-top {
    border-top: 1px solid #ddd !important;
}

.border, .border-right {
    border-right: 1px solid #ddd !important;
}

.border, .border-bottom {
    border-bottom: 1px solid #ddd !important;
}

.border, .border-left {
    border-left: 1px solid #ddd !important;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.margin-2 {
    margin: 5px !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-5-bottom {
    margin-bottom: 5px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.width-5 {
    width: 5% !important;
}

.width-10 {
    width: 10% !important;
}

.width-15 {
    width: 15% !important;
}

.width-20 {
    width: 20% !important;
}

.width-25 {
    width: 25% !important;
}

.width-30 {
    width: 30% !important;
}

.width-40 {
    width: 40% !important;
}

.width-50 {
    width: 50% !important;
}

.width-60 {
    width: 60% !important;
}

.width-70 {
    width: 70% !important;
}

.width-80 {
    width: 80% !important;
}

.width-90 {
    width: 90% !important;
}

.width-100 {
    width: 100% !important;
}

.radio-wrapper {
    text-align: center !important;
    width: 15% !important;
    border-left: 1px solid #ddd !important;
}

    .radio-wrapper label {
        font-weight: bolder !important;
        color: #253f7b;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .thinking-bottom {
        margin-left: 7px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .thinking-top {
        top: 20px;
    }

    .thinking-bottom {
        margin-left: 34px !important;
    }
}

/*billable expesne*/
@media (max-width: 768px) {
    .be-dropdown-width {
        max-width: 320px;
    }
}

/******************* Notification Panel CSS ********************************/

.timeline-widget::before {
    background-color: rgba(0,0,0,.12);
    bottom: 0;
    content: "";
    left: 1rem;
    position: absolute;
    top: 5px;
    width: 1px;
}

.timeline-widget {
    position: relative;
}

    .timeline-widget .timeline-point {
        position: relative;
        z-index: 9;
    }

[dir=rtl] .timeline-widget::before {
    left: inherit;
    right: .6rem;
}

.bg-grey {
    background-color: #f5f9fb;
}

.timeline-flow {
    position: relative;
    overflow: hidden;
}

    .timeline-flow::before {
        background: #dee4e8;
        content: "";
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        width: 2px;
    }

    .timeline-flow .timeline-block {
        position: relative;
        margin: 2rem 0;
    }

        .timeline-flow .timeline-block:nth-child(2n) {
            left: auto;
        }

            .timeline-flow .timeline-block:nth-child(2n) .timeline-card {
                float: right;
            }

            .timeline-flow .timeline-block:nth-child(2n) .timeline-date {
                right: 125%;
                left: auto;
                text-align: right;
            }

        .timeline-flow .timeline-block::after {
            clear: both;
            content: "";
            display: table;
        }

    .timeline-flow .timeline-date {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        transition: all .3s ease;
    }

    .timeline-flow .timeline-badge {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        width: 60px;
        border-radius: 50%;
        box-shadow: 0 0 6px 0 rgba(154,161,171,.65);
        position: absolute;
        cursor: pointer;
        top: 0;
    }

        .timeline-flow .timeline-badge .icon {
            left: 0;
            right: 0;
            text-align: center;
            top: 15px;
            position: absolute;
        }

        .timeline-flow .timeline-badge:hover + .timeline-card .timeline-date {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translate(0);
            transform: translate(0);
        }

    .timeline-flow .timeline-card {
        background-color: #fafbfe;
        width: 45%;
        border-left: 1px solid #dee4e8;
        border-right: 1px solid #dee4e8;
        border-top: 1px solid #dee4e8;
        border-bottom: 1px solid #dee4e8;
        box-shadow: 0 3px 0 #fafbfe;
        border-radius: 5px;
        position: relative;
    }

        .timeline-flow .timeline-card .timeline-date {
            left: 125%;
            position: absolute;
            top: 15px;
            background-color: #dee4e8;
            color: #414658;
            border-radius: 4px;
            padding: .3rem .6rem;
        }

    .timeline-flow .video-wrapper .timeline-img {
        position: relative;
    }

        .timeline-flow .video-wrapper .timeline-img .icon-wrap {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(255,255,255,.7);
            opacity: 0;
            visibility: hidden;
            transition: all .3s ease;
        }

    .timeline-flow .video-wrapper .card-body:hover .icon-wrap {
        opacity: 1;
        visibility: visible;
    }

@media (max-width:767px) {
    .timeline-flow .timeline-badge {
        margin-left: 10px;
        left: auto;
    }

    .timeline-flow::before {
        left: 38px;
    }

    .timeline-flow .timeline-card {
        width: 75%;
        float: right;
    }

    .timeline-flow .timeline-date {
        left: -30% !important;
        right: auto !important;
        top: 65px !important;
    }
}

/*square 20 css*/
.badge-circle,
.badge-sm,
.p-0,
.social-btn-wrapper a,
.square-10,
.square-100,
.square-15,
.square-20,
.square-30,
.square-40,
.square-50,
.square-60,
.square-85 {
    padding: 0 !important;
}

.badge-sm,
.square-20 {
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    vertical-align: middle;
}

/*circle css*/
@-webkit-keyframes circle {
    0%, 40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0%, 40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.badge-bottom-right,
.badge-top-right,
.circle,
.status-bottom-left,
.status-bottom-right,
.status-top-left,
.status-top-right {
    border-radius: 100%;
    color: #fff;
}

.fa-notify {
    display: inline-block;
    -webkit-animation: 1.5s linear infinite notify;
    animation: 1.5s linear infinite notify;
    border-radius: 100%;
}

.align-self-center {
    align-self: center !important;
}

.d-flex {
    display: flex;
    display: -ms-flexbox;
}

    .d-flex.align-self-center.secondary-menu ul li:last-child {
        padding-right: 1rem;
    }

.d-md-flex {
    display: flex !important;
}

.padding-0 {
    padding: 0px;
}

@media (min-width:320px) and (max-width:1765px) {
    .user-contact-wrapper .simplifie-user-grid .card .d-flex.align-items-start {
        text-align: center;
        width: 100%;
    }

        .user-contact-wrapper .simplifie-user-grid .card .d-flex.align-items-start img {
            width: 100%;
        }

    .user-contact-wrapper .simplifie-user-grid .card .d-flex {
        display: inline-block !important;
    }
}

@media (max-width:560px) {
    .user-contact-wrp .card-action-link.text-right,
    .user-contact-wrp .d-flex.align-items-start.flex-column,
    .user-contact-wrp .d-flex.justify-content-start {
        display: block !important;
        margin: 0 !important;
        text-align: center !important;
    }

    .chk-content-wrapper .img-pro-head {
        display: none;
    }

    .chk-content-wrapper .user-profile-wrapper {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
    }
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

[dir=rtl] .pl-4 {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

[dir=rtl] .pr-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
}

.text-muted {
    color: #9e9e9e !important;
}

.chk-inbox-sidebar .nav-tabs .nav-link.active .text-muted,
.chk-inbox-sidebar .nav-tabs .nav-link.active h5,
.chk-inbox-sidebar .nav-tabs .nav-link.active p {
    color: #fff !important;
}

.course-wrap .course-item.bestseller .card .text-dark,
.course-wrap .course-item.bestseller .card .text-muted {
    color: #fff !important;
}

.list-item-space li {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.ripple,
.ripple-list li {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

    .ripple-list li:after,
    .ripple:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        background-image: radial-gradient(circle,#000 10%,transparent 10.01%);
        background-repeat: no-repeat;
        background-position: 50%;
        -webkit-transform: scale(10,10);
        transform: scale(10,10);
        opacity: 0;
        transition: opacity 1s,-webkit-transform .5s;
        transition: transform .5s,opacity 1s;
        transition: transform .5s,opacity 1s,-webkit-transform .5s;
    }

    .ripple-list li:active:after,
    .ripple:active:after {
        -webkit-transform: scale(0,0);
        transform: scale(0,0);
        opacity: .2;
        transition: 0s;
    }

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem;
    }

.list-Collapsible-icon .list-unstyled,
.list-Collapsible-icon ol,
.list-Collapsible-icon ul,
.list-icons .list-unstyled,
.list-icons ol,
.list-icons ul {
    padding-left: 25px;
}

[dir=rtl] .list-group,
[dir=rtl] .list-inline,
[dir=rtl] .list-unstyled,
[dir=rtl] .nav {
    padding-right: 0;
}

/************** chk-block ***************/
.chk-block {
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 30px;
    position: relative;
}

    .chk-block .chk-block-content {
        padding: 20px;
    }

.card,
.chk-block {
    border: 0;
}

.chk-block-h100 {
    height: -o-calc(100% - 30px);
    height: calc(100% - 30px);
}

.chk-block-title {
    border-bottom: 1px solid #dee4e8;
    padding: 1.25rem;
    position: relative;
}

    .chk-block-title h3 {
        margin-bottom: 0;
        color: inherit;
        font-size: 1.25rem;
        color: inherit;
        font-weight: 500;
    }

.app-dark .chat-wrapper .chk-block-title,
.app-dark .user-contact-wrapper .card-action-link {
    background-color: #424242 !important;
    color: #fff;
    border-color: rgba(222,228,232,.1);
}

.chk-block,
.shadow-box {
    box-shadow: 0 0 35px 0 rgba(154,161,171, .30);
}

.fullscreened .chk-block {
    height: 100%;
    overflow-x: hidden;
    overflow: auto;
}

body .slick-slider .course-grid-item.chk-block,
body .slick-slider .course-grid-item.shadow-box {
    box-shadow: 0 0 10px 0 rgba(154,161,171,.15);
}

.contact-list .chk-block .chk-block-title .form-field,
.user-manage-list .chk-block .chk-block-title .form-field {
    min-width: 200px;
}

.contact-list .chk-block .chk-block-content .fa-circle,
.user-manage-list .chk-block .chk-block-content .fa-circle {
    font-size: 12px;
    margin-top: 4px;
}

    .contact-list .chk-block .chk-block-content .fa-circle.online,
    .user-manage-list .chk-block .chk-block-content .fa-circle.online {
        color: #00caac;
    }

    .contact-list .chk-block .chk-block-content .fa-circle.offline,
    .user-manage-list .chk-block .chk-block-content .fa-circle.offline {
        color: #f54b5e;
    }

.contact-list .chk-block .chk-block-content .badge,
.user-manage-list .chk-block .chk-block-content .badge {
    font-size: 11px;
    padding: 4px 7px;
}

.contact-list .chk-block .chk-block-content table td,
.user-manage-list .chk-block .chk-block-content table td {
    vertical-align: middle;
}

/************** End of chk-block ***************/

.justify-content-between {
    justify-content: space-between !important;
}



/******************* End Notification Panel CSS ***************************/

/********************* Sidebar CSS ***************************/
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar.active {
    margin-left: -330px;
}

#right-content-div.active {
    margin-left: 205px;
}

#left_arrow_div {
    display: none;
}

#sidebar {
    width: 220px;
    min-height: 95vh;
    background: #36639f;
    color: #fff;
    transition: all 0.3s;
    z-index: 9999;
}

    #sidebar .sidebar-header {
        padding: 20px;
        background: #36639f;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
        color: #fff;
        background: #36639f;
        text-decoration: none;
    }

        #sidebar ul li a:hover {
            color: #7386D5;
            background: #fff;
            text-decoration: none;
        }

    /*#sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #555555;
        background: #808080;
    }*/

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /*background: #36639f;*/
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.dropdown-toggle-right {
    border-top: .3em solid transparent;
    border-right: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}
/****************** End Sidebar CSS **************************/

.modal-dialog-center {
    /*position: absolute;
    float: left;
    left: 35%;
    top: 35%;
    transform: translate(-50%, -50%);*/
    height: 93%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

#login_detail_desktop {
    display: block;
}

#login_detail_mobile {
    display: none;
}

.container-width {
    width: 50%;
}

.fafa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;    
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.menu-icon-resize {
    font-size: 2em;
}

@media (max-width: 1024px) {
    #login_detail_desktop {
        display: none;
    }

    #login_detail_mobile {
        display: block;
    }

    .container-width {
        width: 100%;
    }
}

@media (max-width: 414px) {
    #right-content-div.active {
        margin-left: 0px;
    }

    #left_arrow_div {
        display: block;
        float: right;
        padding-top: 6px;
        padding-right: 6px;
    }

    .overlay.active {
        display: block;
        opacity: 1;
    }

    .fa-2x {
        font-size: 1em !important;
    }

    .notification-custom .badge-custom {
        right: 21px !important;
        font-size: 8px !important;
    }

    .align-center-container .f-left {
        float: none !important;
    }

        .align-center-container .f-left.margin-all {
            margin: 10px 0px 0px 0px !important;
        }

        .align-center-container .f-left .align-right {
            text-align: right;
        }        

    .hpr-label-font-resize {
        font-size: 11px;
    }

    /*holiday pay request*/
    .hpr-margin-bottom {
        margin-bottom: 10px;
    }

    /*billable expense*/
    .be-dropdown-width {
        max-width: 280px;
    }

    /*Dialog height in responsive mode*/
    .default-dialog-height {
        height: 100% !important;
        overflow-y: auto !important;
    }

    .menu-icon-resize {
        font-size: 20px;
    }
}

.overlay {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}

#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 10px;
    right: 10px;
}

.page-header-container {
    min-height: 80px;
    height: auto;
    display: flex;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.19);
}

.left-line {
    background-color: rgba(54,99,159,.3);
    margin-left: 9px;
    bottom: 62px;
    top: 97px;
    content: "";
    position: absolute;
    width: 2px;
}

.circle-layout {
    color: #fff;
    background-color: #36639f;
}

.text-layout-color {
    color: #36639f;
}

.link-text-layout {
    text-decoration: underline;
    color: #505050;
}

.notification-custom {
    position: relative;
    display: inline-block;
    /*background-color: #555;
    color: white;
    text-decoration: none;
    padding: 15px 26px;        
    border-radius: 2px;*/
}

    .notification-custom .badge-custom {
        position: absolute;
        right: 32px;
        padding: 1px 5px;
        border-radius: 50%;
        background-color: red;
        font-size: 12px;
        color: white;
    }

.dropdown-item-custom {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-toggle-custom::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: black;
}

#dropdowns_div > div {
    float: left;
    margin-right: 22px;
}

.dropdown-menu-custom {
    top: initial !important;
    left: initial !important;
}

.box {
    float: left;
    height: 20px;
    width: 20px;
    margin-bottom: 15px;
    margin-right: 10px;
    border-radius: 6px;
    clear: both;
}

.yellow {
    background-color: #FFC000;
}

.green {
    background-color: #73AF30;
}

.blue {
    background-color: #00B0F0;
}

.align-center-container {
    display: inline-block;
    margin: 0 auto;
}

    .align-center-container .f-left {
        float: left;
    }

        .align-center-container .f-left.p-r {
            padding-right: 50px;
        }

        .align-center-container .f-left.p-r-10 {
            padding-right: 10px;
        }

        .align-center-container .f-left.margin-all {
            margin: 0px 10px 0px 0px;
        }        

    .align-center-container .font-layout {
        font-size: 18px;
        color: #A5A5A5;
    }

    .align-center-container .icon-layout {
        color: purple;
        cursor: pointer;
    }

.border-container {
    border: 1px solid #A5A5A5;
}

.fa-1-5x {
    font-size: 1.5em !important;
    margin-top: 2px !important;
}

.weekly-hour-textbox-container > div {
    float: left;
    margin-right: 22px;
}

/******************* Repeater/html table layout ********************/
.footable-repeater {
    border-spacing: 0;
    width: 100%;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-family: 'trebuchet MS','Lucida sans',Arial;
    font-size: 14px;
    color: #444;
}

    .footable-repeater > thead > tr > th:first-child, .footable-repeater > thead > tr > td:first-child {
        -moz-border-radius: 6px 0 0;
        -webkit-border-radius: 6px 0 0;
        border-radius: 6px 0 0;
    }

    .footable-repeater > thead > tr > th, .footable-repeater > thead > tr > td {
        box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        background-color: #36639f;
        color: white;
        font-weight: normal;
        font-size: 12px;
        border-top: 0;
    }

    .footable-repeater > tbody > tr > td, .footable-repeater > thead > tr > th {
        border-left: 0px;
        border-top: 1px solid #ccc;
        padding: 10px;
        text-align: left;
    }

    .footable-repeater > thead > tr > th, .footable-repeater > thead > tr > td {
        position: relative;
    }
/************ End of Repeater/html table layout *******************/


/*********************** table layout inside modal dialog *******************************/
.breakdown-dialog {
    width: 100%;
}

    .breakdown-dialog > tbody > tr > :first-child {
        text-align: right;
        width: 35%;
    }

    .breakdown-dialog > tbody > tr > :last-child {
        text-align: left;
        width: 35%;
    }

    .breakdown-dialog > tbody > tr > :nth-child(2) {
        width: 10%;
    }
/*********************** End: table layout inside modal dialog **************************/

.weekending-timesheet-dialog {
    border-spacing: 0;
    width: 100%;
    font-family: 'trebuchet MS','Lucida sans',Arial;
    font-size: 14px;
    color: #444;
}

    .weekending-timesheet-dialog > thead > tr:first-child > th, .weekending-timesheet-dialog > thead > tr:first-child > td {
        box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
        background-color: #36639f;
        color: white;
        font-weight: normal;
        font-size: 12px;
        text-align: center;
    }

    .weekending-timesheet-dialog > tbody > tr > td, .weekending-timesheet-dialog > thead > tr > th {
        padding: 5px;
        text-align: left;
    }

.clickable {
    cursor: pointer;
    text-decoration: none !important;
    background: transparent !important;
}

.btn-edit-purple {
    color: #990099;
    cursor: pointer;
}

.bg-purple {
    color: #990099;
}

.hpr-label-font-resize {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.default-dialog-height {
    height: auto;
    overflow-y: auto;
}