/*
    =========================================
    =========================================

    Bootstrap 4 Admin Template

    https://bootstrapious.com/p/admin-template

    =========================================
    ========================================= */
/*
    * ==========================================================
    *     GENERAL STYLES
    * ==========================================================
    */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(../fonts/Roboto-Thin.woff2) format('woff2');
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/Roboto-Light.woff2) format('woff2');
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto-Regular.woff2) format('woff2');
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/Roboto-Medium.woff2) format('woff2');
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/Roboto-Bold.woff2) format('woff2');
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(../fonts/Roboto-Italic.woff2) format('woff2');
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(../fonts/Roboto-BoldItalic.woff2) format('woff2');
}

/*
 * Droid Arabic Kufi (Arabic) http://www.google.com/fonts/earlyaccess
 */
@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DroidKufi-Regular.eot);
    src: url(../fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidKufi-Regular.woff2) format('woff2'), url(../fonts/DroidKufi-Regular.woff) format('woff'), url(../fonts/DroidKufi-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/DroidKufi-Bold.eot);
    src: url(../fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidKufi-Bold.woff2) format('woff2'), url(../fonts/DroidKufi-Bold.woff) format('woff'), url(../fonts/DroidKufi-Bold.ttf) format('truetype');
}

* {
    font-family: 'Droid Arabic Kufi', Roboto;
}

.droid-arabic-kufi {
    font-family: 'Open Sans',sans-serif, 'Droid Arabic Kufi';
}

.ng-isolate-scope.bottom.fade.popover.in {
    visibility: visible !important;
    display: block;
    top: 83.012px !important;
    left: 1333.4px;
}

tspan {
    font-size: 14px;
    font-family: 'Raleway', 'Droid Arabic Kufi', sans-serif !important;
}

body {
    overflow-x: hidden;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 21px;
}

.modal-body {
    /* color: white; */
    background: white;
    /* list-style: none; */
}

ul {
    list-style: none;
}

div#myModal {
    z-index: 9999;
}

a, i, span {
    /*display: inline-block;*/
    text-decoration: none;
    transition: all 0.3s;
    /* color: white; */
}

    a:hover, a:focus, i:hover, i:focus, span:hover, span:focus {
        text-decoration: none;
    }

ul {
    margin: 0;
    padding: 0;
}

section {
    padding: 25px 0;
}

canvas {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.container-fluid {
    padding: 0 30px;
}

@media (max-width: 576px) {
    .container-fluid {
        padding: 0 15px;
    }
}

header.page-header {
    padding: 20px 0;
}

table {
    font-size: 17px;
    color: #666;
}

.card-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

    .card-close .dropdown-toggle {
        color: #999;
        background: none;
        border: none;
    }

        .card-close .dropdown-toggle:after {
            display: none;
        }

    .card-close .dropdown-menu {
        border: none;
        min-width: auto;
        font-size: 0.9em;
        border-radius: 0;
        transform: translateX(calc(-100% + 5px));
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1), -2px -2px 3px rgba(0, 0, 0, 0.1);
    }

        .card-close .dropdown-menu a {
            color: #999 !important;
        }

            .card-close .dropdown-menu a:hover {
                background: #b68a35;
                color: #fff !important;
            }

            .card-close .dropdown-menu a i {
                margin-right: 10px;
                transition: none;
            }

.content-inner {
}

    .content-inner.active {
        width: calc(100% - 90px);
    }

.page-header {
    background: #fff;
    padding: 20px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 99;
}

*[class*="icon-"] {
    transform: translateY(3px);
}

button, input {
    outline: none !important;
}

.card {
    border-radius: 0;
    border: none;
    margin-bottom: 40px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
}

.card-header {
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #eee;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

    .card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6 {
        margin-bottom: 0;
    }

.card-body {
    padding: 20px;
}

.breadcrumb {
    background: #fff;
    position: relative;
    z-index: 50;
    border-radius: 0;
    padding: 15px 0;
    margin-bottom: 0;
}

    .breadcrumb li.breadcrumb-item {
        color: #aaa;
        font-weight: 300;
    }

#style-switch-button {
    z-index: 9999 !important;
}

/*=== Helpers ===*/
.bg-red {
    background: #ff7676 !important;
    color: #fff;
}

    .bg-red:hover {
        color: #fff;
    }

.bg-blue {
    background: #b68a35 !important;
    color: #fff;
}

    .bg-blue:hover {
        color: #fff;
    }

.bg-yellow {
    background: #eef157 !important;
    color: #fff;
}

    .bg-yellow:hover {
        color: #fff;
    }

.bg-green {
    background: #54e69d !important;
    color: #fff;
}

    .bg-green:hover {
        color: #fff;
    }

.bg-orange {
    background: #ffc36d !important;
    color: #fff;
}

    .bg-orange:hover {
        color: #fff;
    }

.bg-violet {
    background: #b68a35 !important;
    color: #fff;
}

    .bg-violet:hover {
        color: #fff;
    }

.bg-gray {
    background: #eceeef !important;
}

.bg-white {
    background: #fff !important;
}

.text-red {
    color: #ff7676;
}

    .text-red:hover {
        color: #ff7676;
    }

.text-yellow {
    color: #eef157;
}

    .text-yellow:hover {
        color: #eef157;
    }

.text-green {
    color: #54e69d;
}

    .text-green:hover {
        color: #54e69d;
    }

.text-orange {
    color: #ffc36d;
}

    .text-orange:hover {
        color: #ffc36d;
    }

.text-violet {
    color: #b68a35;
}

    .text-violet:hover {
        color: #b68a35;
    }

.text-blue {
    color: #b68a35;
}

    .text-blue:hover {
        color: #b68a35;
    }

.text-gray {
    color: #eceeef;
}

    .text-gray:hover {
        color: #eceeef;
    }

.page {
    background: #eee;
}

    .page .text-white {
        color: #fff;
    }

.no-padding {
    padding: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.page {
    overflow-x: hidden;
}

.has-shadow {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
}

.badge {
    font-weight: 400;
}

.badge-rounded {
    border-radius: 50px;
}

/*
    * ==========================================================
    *     SIDEBAR
    * ==========================================================
    */
nav.side-navbar {
    background: #b68a35;
    min-width: 210px;
    max-width: 210px;
    display: block;
    height: 100%;
    position: fixed;
    backface-visibility: hidden;
    color: #686a76;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 999;
    /*==== Sidebar Header ====*/
    /*==== Sidebar Menu ====*/
    /*==== Shrinked Sidebar ====*/
    transition: left .4s ease-in-out 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
    /* overflow: scroll; */
}

    nav.side-navbar a {
        color: inherit;
        position: relative;
        font-size: 0.9em;
    }

.has-submenu::before {
    content: '\f104';
    display: inline-block;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 20px;
}

nav.side-navbar a[aria-expanded="true"] {
    background: #8a6826;
}

.has-submenu-open::before {
    content: '\f107';
    display: inline-block;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 20px;
}

nav.side-navbar a i, nav.side-navbar a em {
    font-size: 1.2em;
    margin-right: 1px !important;
    transition: none;
}

nav.side-navbar .sidebar-header {
    padding: 30px 15px;
}

nav.side-navbar .avatar {
    width: 55px;
    height: 55px;
}

nav.side-navbar .title {
    margin-left: 10px;
}

    nav.side-navbar .title h1 {
        color: #333;
    }

    nav.side-navbar .title p {
        font-size: 0.9em;
        font-weight: 200;
        margin-bottom: 0;
        color: #aaa;
    }

nav.side-navbar span.heading {
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 20px;
    color: #ccc;
    font-size: 0.8em;
}

nav.side-navbar ul {
    /* padding: 15px 0; */
    /* overflow-y: scroll; */
    /* border: 2px solid #8a6826; */
    height: 85vh;
    overflow-x: hidden;
    overflow-y: scroll;
	-ms-scrollbar-face-color: #8a6826;
	-ms-scrollbar-track-color : rgba(182, 138, 53, 1);
}


    nav.side-navbar ul::-webkit-scrollbar {
        width: 10px !important;
    }

    nav.side-navbar ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    nav.side-navbar ul::-webkit-scrollbar-thumb {
        background-color: #8a6826;
        outline: 1px solid slategrey;
    }

    nav.side-navbar ul a {
        padding: 12px 25px;
        text-decoration: none;
        position: relative;
        display: block;
        color: white;
        border-bottom: 1px solid #8a6826;
        font-weight: 300;
        font-size: 13px;
        border-left: 4px solid transparent;
    }

        nav.side-navbar ul a:hover {
            background: #8a6826;
            border-left: 4px solid #8a6826;
            color: #fff;
        }

    nav.side-navbar ul li.active a {
        background: #8a6826;
    }

        nav.side-navbar ul li.active a:hover {
            background: #b68a35;
        }

    nav.side-navbar ul ul {
        padding: 0;
    }

        nav.side-navbar ul ul a {
            padding-left: 35px;
            background: #b68a35;
            font-size: 13px;
        }

nav.side-navbar.shrinked {
    min-width: 90px;
    max-width: 90px;
    text-align: center;
}

    nav.side-navbar.shrinked span.heading {
        margin: 0;
    }

    nav.side-navbar.shrinked a {
        padding: 15px 10px;
        border: none;
        font-size: 0.8em;
        color: #aaa;
        transition: color 0.3s, background 0.3s;
    }

        nav.side-navbar.shrinked a[data-toggle="collapse"]::before {
            content: '\f107';
            transform: translateX(50%);
            position: absolute;
            top: auto;
            right: 50%;
            bottom: 0;
            left: auto;
        }

        nav.side-navbar.shrinked a[data-toggle="collapse"][aria-expanded="true"]::before {
            content: '\f106';
        }

        nav.side-navbar.shrinked a:hover {
            color: #fff;
            border: none;
        }

            nav.side-navbar.shrinked a:hover i {
                color: #fff;
            }

        nav.side-navbar.shrinked a i {
            margin-right: 0;
            margin-bottom: 5px;
            display: block;
            font-size: 1.6em;
            color: #333;
            transition: color 0.3s;
        }

    nav.side-navbar.shrinked .sidebar-header .title {
        display: none;
    }

/* SIDBAR MEDIAQUERIES ----------------------------------- */
@media (max-width: 1200px) {
    nav .side-navbar {
        margin-left: -90px;
        min-width: 90px !important;
        max-width: 90px;
        text-align: center;
    }

        nav.side-navbar nav.side-navbar span.heading {
            margin: 0;
        }

        nav.side-navbar ul a {
            padding: 12px 10px;
            border: none;
            font-size: 13px;
            color: white;
            border-bottom: 1px solid #8a6826;
            transition: color 0.3s, background 0.3s;
        }

            nav.side-navbar ul a[data-toggle="collapse"]::before {
                content: '\f107';
                transform: translateX(50%);
                position: absolute;
                top: auto;
                right: 50%;
                bottom: 0;
                left: auto;
            }

            nav.side-navbar ul a[data-toggle="collapse"][aria-expanded="true"]::before {
                content: '\f106';
            }

            nav.side-navbar ul a:hover {
                color: #fff;
                border: none;
            }

                nav.side-navbar ul a:hover i {
                    color: #fff;
                }

            nav.side-navbar ul a i {
                margin-right: 0;
                margin-bottom: 5px;
                font-size: 1.6em;
                color: #fff;
                transition: color 0.3s;
                font-size: 16px;
            }

        nav.side-navbar .sidebar-header .title {
            display: none;
        }

        nav.side-navbar.shrinked {
            margin-left: 0;
        }

    /*.margin-right {
            margin-right: 90px;
            display: block;
            z-index: 1;
        }

        .content-inner {
            width: 100%;
        }

            .content-inner.active {
                width: calc(100% - 90px);
            }*/
}

/*
    * ==========================================================
    *     MAIN NAVBAR
    * ==========================================================
    */
nav.navbar {
    background: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
    color: #b68a35;
    margin-bottom: 0;
    position: relative;
    border-radius: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    padding-left: 0;
    padding-right: 0;
    /*==== Toggle Sidebar Btn ====*/
    /*==== Navbar Items ====*/
    /*==== Search Box ====*/
    /*==== Dropdowns ====*/
    height: 100px;
}

    nav.navbar .badge {
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        padding: 0;
        border-radius: 50%;
    }

    nav.navbar .navbar-brand .brand-small {
        display: none;
    }

    nav.navbar a {
        /* color: #b68a35; */
    }

    nav.navbar .container-fluid {
        width: 100%;
    }

    nav.navbar .menu-btn {
        margin-right: 20px;
        font-size: 1.2em;
        /* top: 0; */
        margin-bottom: 50px;
        transition: all 0.7s;
    }

        nav.navbar .menu-btn span {
            width: 20px;
            height: 2px;
            background: #b68a35;
            display: block;
            margin: 4px auto 0;
            transition: all 0.3s cubic-bezier(0.81, -0.33, 0.345, 1.375);
        }

            nav.navbar .menu-btn span:nth-of-type(2) {
                position: relative;
                width: 35px;
                transform: rotateY(180deg);
            }

                nav.navbar .menu-btn span:nth-of-type(2)::before, nav.navbar .menu-btn span:nth-of-type(2)::after {
                    content: '';
                    width: 6px;
                    height: 2px;
                    display: block;
                    background: #b68a35;
                    transform: rotate(45deg);
                    position: absolute;
                    top: 2px;
                    left: 0;
                    transition: all 0.7s;
                }

                nav.navbar .menu-btn span:nth-of-type(2)::after {
                    transform: rotate(145deg);
                    position: absolute;
                    top: -2px;
                    left: 0;
                }

        nav.navbar .menu-btn.active span:first-of-type {
            transform: translateY(12px);
        }

        nav.navbar .menu-btn.active span:nth-of-type(2) {
            transform: none;
        }

        nav.navbar .menu-btn.active span:last-of-type {
            transform: translateY(-12px);
        }

    nav.navbar .nav-item > a {
        position: relative;
    }

        nav.navbar .nav-item > a span {
            position: absolute;
            top: 0;
            right: 0;
            font-weight: 400;
            font-size: 0.7em;
        }

        nav.navbar .nav-item > a.logout i {
            margin-left: 10px;
        }

    nav.navbar .search-box {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        background: #fff;
        z-index: 9999;
        border-radius: 0;
        display: none;
    }

        nav.navbar .search-box .dismiss {
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            background: none;
            border: none;
            cursor: pointer;
            font-size: 1.5em;
            color: #999;
        }

        nav.navbar .search-box form {
            height: 100%;
        }

            nav.navbar .search-box form input {
                height: 100%;
                border: none;
                padding: 20px;
            }

    nav.navbar .dropdown-menu {
        right: 0;
        min-width: 250px;
        left: auto;
        margin-top: 15px;
        padding: 15px 0;
        max-width: 400px;
        border-radius: 0;
        border: none;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
    }

        nav.navbar .dropdown-menu a {
            background: #fff;
            padding: 10px 20px;
            font-size: 0.8em;
            color: #777;
            width: 100%;
        }

            nav.navbar .dropdown-menu a:hover {
                background: #f5f5f5;
            }

            nav.navbar .dropdown-menu a i {
                width: 30px;
                height: 30px;
                line-height: 30px;
                background: #b68a35;
                text-align: center;
                color: #fff;
                border-radius: 50%;
                margin-right: 10px;
            }

            nav.navbar .dropdown-menu a small {
                margin-left: 40px;
            }

        nav.navbar .dropdown-menu span {
            position: static;
            font-size: 0.9em;
            color: #999;
        }

        nav.navbar .dropdown-menu strong {
            font-weight: 700;
        }

        nav.navbar .dropdown-menu .msg-profile {
            width: 45px;
            height: 45px;
            margin-right: 10px;
        }

        nav.navbar .dropdown-menu h3 {
            font-weight: 500;
        }

/* MAIN NAVBAR MEDIAQUERIES ----------------------------------- */
@media (max-width: 1200px) {
    nav.navbar {
        /*==== Toggle Sidebar Btn ====*/
    }

        nav.navbar .navbar-brand .brand-small {
            display: block !important;
        }

        nav.navbar .menu-btn {
            margin-right: 20px;
            font-size: 1.2em;
            transition: all 0.7s;
        }

            nav.navbar .menu-btn span:first-of-type {
                transform: translateY(12px);
            }

            nav.navbar .menu-btn span:nth-of-type(2) {
                transform: none;
            }

                nav.navbar .menu-btn span:nth-of-type(2)::before, nav.navbar .menu-btn span:nth-of-type(2)::after {
                    transform: rotate(45deg);
                }

                nav.navbar .menu-btn span:nth-of-type(2)::after {
                    transform: rotate(145deg);
                    position: absolute;
                    top: -2px;
                    left: 0;
                }

            nav.navbar .menu-btn span:last-of-type {
                transform: translateY(-12px);
            }

            nav.navbar .menu-btn.active span:first-of-type {
                transform: none;
            }

            nav.navbar .menu-btn.active span:nth-of-type(2) {
                transform: rotateY(180deg);
            }

            nav.navbar .menu-btn.active span:last-of-type {
                transform: none;
            }
}


@media (max-width: 576px) {
    nav.navbar {
        font-size: 14px;
    }

        nav.navbar .badge {
            width: 19px;
            height: 19px;
        }

        nav.navbar .nav-item > a {
            font-size: 13px;
        }

        nav.navbar .dropdown-menu {
            right: auto;
            left: -50%;
            transform: translateX(-50%);
        }
}


/*
    * ==========================================================
    *     DASHBOARD COUNTS SECTION
    * ==========================================================
    */
section.dashboard-counts .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width: 40px;
    max-width: 40px;
    border-radius: 50%;
}

section.dashboard-counts .title {
    font-size: 1.1em;
    font-weight: 300;
    color: #777;
    margin: 0 20px;
}

section.dashboard-counts .progress {
    margin-top: 10px;
    margin-bottom: 10px;
}

section.dashboard-counts .number {
    font-size: 1.8em;
    font-weight: 300;
}

    section.dashboard-counts .number strong {
        font-weight: 700;
    }

section.dashboard-counts .row {
    padding: 30px 15px;
    margin: 0;
}

section.dashboard-counts div[class*='col-'] .item {
    border-right: 1px solid #eee;
    padding: 15px 0;
}

section.dashboard-counts div[class*='col-']:last-of-type .item {
    border-right: none;
}

/*  DASHBOARD COUNTS MEDIAQUERIES ------------------------ */
@media (max-width: 1200px) {
    section.dashboard-counts div[class*='col-']:nth-of-type(2) .item {
        border-right: none;
    }
}

@media (max-width: 575px) {
    section.dashboard-counts div[class*='col-'] .item {
        border-right: none;
    }
}

/*
    * ==========================================================
    *     DASHBOARD HEADER SECTION
    * ==========================================================
    */
.statistic {
    padding: 20px 15px;
    margin-bottom: 0 !important;
    min-height: 99px;
}

    .statistic:last-of-type {
        margin-bottom: 0;
    }

    .statistic strong {
        font-size: 1.5em;
        color: #333;
        font-weight: 700;
        line-height: 1;
    }

    .statistic small {
        color: #aaa;
        text-transform: uppercase;
    }

    .statistic .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        min-width: 40px;
        max-width: 40px;
        color: #fff;
        border-radius: 50%;
        margin-right: 15px;
    }

.chart .title {
    padding: 15px 0 0 15px;
}

    .chart .title strong {
        font-weight: 700;
        font-size: 1.2em;
    }

    .chart .title small {
        color: #aaa;
        text-transform: uppercase;
    }

.chart .line-chart {
    width: 100%;
    height: 100%;
    padding: 20px 0;
}

    .chart .line-chart canvas {
        width: calc(100% - 30px) !important;
    }

.chart .bar-chart {
    margin-bottom: 15px;
}

    .chart .bar-chart canvas {
        padding: 15px;
        width: 100%;
        margin: 0;
    }

/*  DASHBOARD HEADER  MEDIAQUERIES ------------------------*/
@media (max-width: 991px) {
    section.dashboard-header div[class*='col-'] {
        margin-bottom: 20px;
    }
}

/*
    * ==========================================================
    *     PROJECTS SECTION
    * ==========================================================
    */
.project .row {
    margin: 0;
    padding: 15px 0;
    margin-bottom: 15px;
}

.project div[class*='col-'] {
    border-right: 1px solid #eee;
}

.project .text h3 {
    margin-bottom: 0;
    color: #555;
}

.project .text small {
    color: #aaa;
    font-size: 0.75em;
}

.project .project-date span {
    font-size: 0.9em;
    color: #999;
}

.project .image {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 15px;
}

.project .time, .project .comments, .project .project-progress {
    color: #999;
    font-size: 0.9em;
    margin-right: 20px;
}

    .project .time i, .project .comments i, .project .project-progress i {
        margin-right: 5px;
    }

.project .project-progress {
    width: 200px;
}

.project .card {
    margin-bottom: 0;
}

/* PROJECTS SECTION ------------------------------------- */
@media (max-width: 991px) {
    .project .right-col {
        margin-top: 20px;
        margin-left: 65px;
    }

    .project .project-progress {
        width: 150px;
    }
}


@media (max-width: 768px) {
    .dataTables_wrapper .dataTables_filter input {
        width: 100%;
    }

    .kpisTable {
        overflow-x: auto;
        max-width: 768px !important;
    }

    .margin-right {
        margin-left: 90px !important;
        display: block;
        z-index: 1;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    ul.top-icons {
        top: 0;
        float: left;
        list-style: none;
        margin: -18px 0 0px 0px !important;
        padding: 0;
        /* height: 110px; */
        right: 0px;
        position: absolute;
        /* width:380px; */
    }

    .top-icons li {
        padding: 35px 10px 0 10px !important;
        width: 100%;
        text-align: center;
    }

    nav.side-navbar ul ul a {
        padding-left: 0px;
    }

    .top-icons li:last-child {
        padding: 9px 10px 0 10px !important;
        /* width: 20%; */
    }

    .top-icons li a {
        font-size: 12px;
        text-align: center;
        width: 100%;
    }

    .top-icons li i span {
        stroke-width: 100%;
        text-align: center
    }

    nav.side-navbar {
        min-width: 90px;
    }

    .list-unstyled li span {
        width: 100%;
        text-align: center;
    }

    .list-unstyled li em {
        width: 100%;
        text-align: center;
    }

    .list-unstyled li i {
    }

    nav.side-navbar ul a i {
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 13px;
        color: #fff;
        transition: color 0.3s;
    }

    .top-icons li {
        height: 60px !important;
    }

    .top-icons li {
        padding: 9px 10px 0 10px !important;
        width: 20%;
    }

    nav.navbar {
        height: 160px;
    }

    nav.side-navbar {
        top: 0 !important;
        left: -90px;
        max-width: 90px;
    }

    .top-icons li {
        padding: 9px 5px 0 5px !important;
        width: 20%;
        border-right: 1px solid #8a6826;
    }

    ul.top-icons {
        top: 117px;
        width: 100%;
    }

    .hide-sidebar {
        transform: translateX(90px) !important;
        -webkit-transform: translateX(90px) !important;
        -moz-transform: translateX(90px) !important;
        -o-transform: translateX(90px) !important;
    }

    .has-submenu::before {
        top: 50%;
        right: 10px;
    }

    .has-submenu-open::before {
        top: 50%;
        right: 10px;
    }

    ul.top-icons {
        border-top: 1px solid #f3e7e7
    }

    a#toggle-btn {
        height: 38px !important;
        line-height: 38px !important;
    }

    .tab-content > .active {
        display: block;
        width: 100%;
        float: left;
        overflow: hidden !important;
    }

    .login-style .btn {
        margin: 10px auto !important;
        display: block;
        text-align: center;
        width: 100%;
    }

    .login-style .fa-lock {
        line-height: 31px;
    }

    img.pull-left.applogo {
        padding-left: 25px
    }

    .page-content {
        margin-top: 160px !important
    }

    .main-title {
        top: 160px !important;
    }

    .nav-tabs > li {
        width: 100%
    }
}


@media (max-width: 480px) {
    .kpisTable {
        overflow-x: auto;
        max-width: 480px !important;
    }

        .kpisTable > table {
            /*width: 450px !important*/
        }

    .project .project-progress {
        display: none;
    }
}

/*
    * ==========================================================
    *     CLIENT SECTION
    * ==========================================================
    */
/*====== Work Amount Box ======*/
.work-amount .chart {
    max-width: 180px;
    max-height: 180px;
    margin: 40px auto;
    position: relative;
}

    .work-amount .chart .text {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .work-amount .chart strong {
        font-size: 1.5em;
    }

    .work-amount .chart span {
        color: #999;
        font-weight: 300;
    }

.work-amount li span {
    font-size: 0.85em;
    margin-bottom: 10px;
    color: #777;
    display: block;
}

    .work-amount li span::before {
        content: '';
        display: inline-block;
        margin-right: 10px;
        width: 7px;
        height: 7px;
        line-height: 7px;
        background: #b68a35;
        border-radius: 50%;
    }

/*====== Client Profile Box ======*/
.client .client-avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

    .client .client-avatar .status {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        border: 3px solid #fff;
        border-radius: 50%;
        position: absolute;
        right: 4px;
        bottom: 4px;
    }

.client .client-title {
    margin-top: 20px;
}

    .client .client-title h3 {
        font-weight: 500;
        color: #555;
    }

    .client .client-title span {
        font-size: 0.9em;
        color: #aaa;
        display: block;
    }

    .client .client-title a {
        padding: 2px 30px;
        border-radius: 40px;
        background: #54e69d;
        color: #fff;
        margin-top: 5px;
        font-size: 0.9em;
        text-decoration: none;
    }

        .client .client-title a:hover {
            background: #b68a35;
        }

.client .client-info {
    margin-top: 20px;
}

    .client .client-info strong {
        font-weight: 700;
    }

.client .client-social {
    margin-top: 20px;
}

    .client .client-social a {
        color: #aaa;
    }

/*====== Total Overdue Box ======*/
.overdue .chart canvas {
    width: 100% !important;
    z-index: 1;
}

.overdue .card {
    margin-bottom: 0;
}

.overdue .card-body {
    padding: 20px;
}

    .overdue .card-body small {
        font-weight: 300;
        color: #aaa;
    }

    .overdue .card-body h3 {
        margin-bottom: 5px;
    }

.overdue .number {
    font-size: 1.8em;
    font-weight: 400;
    color: #555;
    margin: 35px 0;
}

/*
    * ==========================================================
    *     FEEDS SECTION
    * ==========================================================
    */
/*====== Checklist Box ======*/
.checklist label {
    font-size: 0.8em;
    color: #999;
    line-height: 1.8em;
}

.checklist .item {
    padding: 20px;
}

    .checklist .item:nth-of-type(even) {
        background: #fafafa;
    }

/*====== Trending Articles Box ======*/
.articles a {
    text-decoration: none !important;
    display: block;
    margin-bottom: 0;
    color: #555;
}

.articles .badge {
    font-size: 0.7em;
    padding: 5px 10px;
    line-height: 1;
    margin-left: 10px;
}

.articles .item {
    padding: 20px;
}

    .articles .item:nth-of-type(even) {
        background: #fafafa;
    }

    .articles .item .image {
        min-width: 50px;
        max-width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .articles .item img {
        padding: 3px;
        border: 1px solid #5cb85c;
    }

    .articles .item h3 {
        color: #555;
        font-weight: 400;
        margin-bottom: 0;
    }

    .articles .item small {
        color: #aaa;
        font-size: 0.75em;
    }

/*
    * ==========================================================
    *     UPDATES SECTION
    * ==========================================================
    */
/*====== Recent Updates Box ======*/
.recent-updates .item {
    padding: 20px;
}

    .recent-updates .item:nth-of-type(even) {
        background: #fafafa;
    }

.recent-updates .icon {
    margin-right: 10px;
}

.recent-updates h5 {
    margin-bottom: 5px;
    color: #333;
    font-weight: 400;
}

.recent-updates p {
    font-size: 0.8em;
    color: #aaa;
    margin-bottom: 0;
}

.recent-updates .date {
    font-size: 0.9em;
    color: #adadad;
}

    .recent-updates .date strong {
        font-size: 1.4em;
        line-height: 0.8em;
        display: block;
    }

    .recent-updates .date span {
        font-size: 0.9em;
        font-weight: 300;
    }

/*====== Daily Feeds Box ======*/
.daily-feeds .item {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.daily-feeds .feed-profile {
    max-width: 50px;
    min-width: 50px;
    margin-right: 10px;
}

.daily-feeds h5 {
    margin-bottom: 0;
    color: #555;
}

.daily-feeds span {
    font-size: 0.8em;
    color: #999;
}

.daily-feeds .full-date {
    font-size: 0.85em;
    color: #aaa;
    font-weight: 300;
}

.daily-feeds .CTAs {
    margin-top: 5px;
}

    .daily-feeds .CTAs a {
        font-size: 0.7em;
        padding: 3px 8px;
        margin-right: 5px;
    }

        .daily-feeds .CTAs a i {
            margin-right: 5px;
        }

.daily-feeds .quote {
    background: #fafafa;
    margin-top: 5px;
    border-radius: 0;
    padding: 15px;
    margin-left: 60px;
}

    .daily-feeds .quote small {
        font-size: 0.75em;
        color: #777;
    }

.daily-feeds .date {
    font-size: 0.9em;
    color: #aaa;
}

/*====== Recent Activities Box ======*/
.recent-activities .item {
    padding: 0 15px;
    border-bottom: 1px solid #eee;
}

    .recent-activities .item div[class*='col-'] {
        padding: 15px;
    }

.recent-activities h5 {
    font-weight: 400;
    color: #333;
}

.recent-activities p {
    font-size: 0.75em;
    color: #999;
}

.recent-activities .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #f5f5f5;
    text-align: center;
    display: inline-block;
}

.recent-activities .date {
    font-size: 0.75em;
    color: #999;
    padding: 10px;
}

.recent-activities .date-holder {
    padding: 0 !important;
    border-right: 1px solid #eee;
}

/*
    * ==========================================================
    *     FOOTER
    * ==========================================================
    */
footer.main-footer {
    background: #2f333e;
    color: #fff;
    padding: 10px;
}

    footer.main-footer a {
        color: inherit;
    }

    footer.main-footer p {
        margin: 0;
        font-size: 0.8em;
    }

/* FOOTER MEDIAQUERIES  --------------------------------- */
@media (max-width: 576px) {
    footer.main-footer div[class*='col'] {
        text-align: center !important;
    }
}

section.charts div[class*="col-"] {
    margin-bottom: 30px;
}

section.charts header {
    padding: 30px 0;
}

section.charts div[class*="col-"] {
    margin-bottom: 0;
}

/*
    * ==========================================================
    *     LINE CHART
    * ==========================================================
    */
.line-chart-example .card-block {
    padding: 20px;
}

/*
    * ==========================================================
    *     POLAR CHART
    * ==========================================================
    */
/*
    * ==========================================================
    *     POLAR CHART
    * ==========================================================
    */
.polar-chart-example canvas {
    max-width: 350px;
    max-height: 350px;
    margin: 20px auto;
}

/*
    * ==========================================================
    *     PIE CHART
    * ==========================================================
    */
.pie-chart-example canvas {
    max-width: 350px;
    max-height: 350px;
    margin: 15px auto;
}

/*
    * ==========================================================
    *     RADAR CHART
    * ==========================================================
    */
.radar-chart-example canvas {
    max-width: 350px;
    max-height: 350px;
    margin: 20px auto;
}

/* FORMS MEDIAQUERIES -------------------------- */
@media (min-width: 992px) {
    section.charts h2 {
        font-size: 1rem;
    }
}

/*
    * ==========================================================
    *     FORM ELEMENTS
    * ==========================================================
    */
.form-control {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 10px 15px;
}

    .form-control::-moz-placeholder {
        font-size: 0.9em;
        font-weight: 300;
        font-family: "Poppins", sans-serif;
        color: #aaa;
    }

    .form-control::-webkit-input-placeholder {
        font-size: 0.9em;
        font-weight: 300;
        font-family: "Poppins", sans-serif;
        color: #aaa;
    }

    .form-control:-ms-input-placeholder {
        font-size: 0.9em;
        font-weight: 300;
        font-family: "Poppins", sans-serif;
        color: #aaa;
    }

    .form-control:focus {
        border-color: #b68a35;
    }

.form-control-label {
    color: #777;
    font-weight: 300;
}

button, input[type='submit'] {
    cursor: pointer;
    font-family: inherit;
    font-weight: 300 !important;
}

form label {
    font-size: 0.9em;
    color: #333333;
    font-weight: 600;
}

.checkbox-template, .radio-template {
    transform: translateY(3px);
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
}

    .checkbox-template + label, .radio-template + label {
        margin-left: 10px;
    }

    .checkbox-template::before, .radio-template::before {
        margin-right: 10px;
        content: '';
        display: inline-block;
        transform: translate(-2px, -2px);
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        background: #dae2e7;
        transition: all 0.2s;
    }

    .checkbox-template::after, .radio-template::after {
        content: '\f00c';
        width: 12px;
        height: 12px;
        line-height: 12px;
        text-align: center;
        display: block;
        font-family: 'FontAwesome';
        position: absolute;
        top: 1px;
        left: 1px;
        font-size: 0.7em;
        opacity: 0;
        transition: all 0.2s;
        color: #fff;
    }

    .checkbox-template:checked::before, .radio-template:checked::before {
        background: #b68a35;
    }

    .checkbox-template:checked::after, .radio-template:checked::after {
        opacity: 1;
    }

    .radio-template::before {
        border-radius: 50%;
        transform: translate(-3px, -3px);
    }

    .radio-template::after {
        width: 6px;
        height: 6px;
        line-height: 6px;
        text-align: center;
        position: absolute;
        top: 3px;
        left: 3px;
        border-radius: 50%;
        content: '';
    }

    .radio-template:checked::after {
        background: #fff;
    }

input.input-material {
    width: 100%;
    border: none;
    background-color: white !important;
    border: 1px solid #eee;
    padding: 10px;
}

    input.input-material:focus {
        border-color: #b68a35;
    }

    input.input-material ~ label {
        color: #aaa;
        position: absolute;
        top: 14px;
        left: 0;
        cursor: text;
        transition: all 0.2s;
        font-weight: 300;
    }

        input.input-material ~ label.error {
            color: #d9534f;
            font-size: 0.75em;
            position: absolute;
            top: auto;
            bottom: -30px;
            left: 0;
        }

        input.input-material ~ label.active {
            font-size: 0.8em;
            top: -10px;
            color: #b68a35;
        }

.form-group-material {
    position: relative;
    margin-bottom: 30px;
}

.input-group span.input-group-addon {
    background: #f5f5f5;
    color: #999;
    font-weight: 300;
    border-radius: 0;
    border: 1px solid #eee;
}

.input-group .dropdown-toggle {
    background: #f5f5f5;
    color: #777;
}

.input-group .checkbox-template, .input-group .radio-template {
    transform: none;
}

.input-group ul.dropdown-menu {
    padding: 15px;
    color: #777;
    border-radius: 0;
}

    .input-group ul.dropdown-menu a {
        padding: 5px 0;
        color: inherit;
        text-decoration: none;
    }

        .input-group ul.dropdown-menu a:hover {
            color: #b68a35;
        }

.modal-content {
    border-radius: 0;
}

.i-checks {
    display: flex;
}

select {
    margin-bottom: 10px;
}

    select option {
        color: #999;
    }

/*
    * ==========================================================
    *     FORM PAGE
    * ==========================================================
    */
section.forms p {
    font-size: 0.9em;
    color: #555;
}

section.forms form span, section.forms form small {
    font-size: 0.8em;
    color: #999;
    font-weight: 300;
}

section.forms .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #eee;
    margin: 30px 0;
}

/*
    * ==========================================================
    *     LOGIN PAGE
    * ==========================================================
    */
.login-page {
    position: relative;
    /* top: 20%; */
}

    .login-page .container {
        min-height: 100vh;
        z-index: 1;
        padding: 20px;
    }

    .login-page .form-holder {
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
        margin-top: 5%;
    }

        .login-page .form-holder .info, .login-page .form-holder .form {
            min-height: 70vh;
            padding: 40px;
            height: 100%;
            width: 100%;
            display: block;
        }

        .login-page .form-holder div[class*='col-'] {
            padding: 0;
        }

        .login-page .form-holder .info {
            background: url(/app/img/iphone-624709_1920.png) no-repeat 100% 100%;
            color: #fff;
            background-size: cover;
        }

            .login-page .form-holder .info h1 {
                font-size: 2.5em;
                font-weight: 600;
            }

            .login-page .form-holder .info p {
                font-weight: 300;
            }

        .login-page .form-holder .form .form-group {
            position: relative;
            margin-bottom: 30px;
        }

        .login-page .form-holder .form .content {
            width: 100%;
        }

        .login-page .form-holder .form form {
            width: 100%;
            max-width: 400px;
        }

        .login-page .form-holder .form #login, .login-page .form-holder .form #register {
            margin-bottom: 20px;
            cursor: pointer;
        }

        .login-page .form-holder .form a.forgot-pass, .login-page .form-holder .form a.signup {
            font-size: 0.9em;
            color: #b68a35;
        }

        .login-page .form-holder .form small {
            color: #aaa;
        }

        .login-page .form-holder .form .terms-conditions label {
            cursor: pointer;
            color: #aaa;
            font-size: 0.9em;
        }

    .login-page .copyrights {
        width: 100%;
        z-index: 9999;
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
    }

/**
       Component: form-wizard.less
    */
.steps-bar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .steps-bar > li {
        display: table-cell;
        list-style-type: none;
        text-transform: uppercase;
        font-size: 10px;
        position: relative;
        text-align: center;
        /* paint the steps progress */
    }

        .steps-bar > li > span {
            cursor: pointer;
        }

        .steps-bar > li:before {
            content: counter(step);
            position: relative;
            counter-increment: step;
            width: 30px;
            line-height: 30px;
            display: block;
            font-size: 14px;
            color: #333;
            background: #ddd;
            border-radius: 3px;
            margin: 0 auto 5px auto;
            z-index: 2;
        }

        .steps-bar > li:after {
            content: '';
            width: 0;
            height: 2px;
            background: white;
            position: absolute;
            left: -50%;
            top: 14px;
            z-index: 1;
            /*put it behind the numbers*/
            -webkit-transition: width 0.3s ease-out;
            -o-transition: width 0.3s ease-out;
            transition: width 0.3s ease-out;
        }

        .steps-bar > li:first-child:after {
            content: none;
        }

        .steps-bar > li.active:before,
        .steps-bar > li.active:after {
            background: #b68a35;
            color: white;
        }

        .steps-bar > li.active:after {
            width: 100%;
        }

/*

    =====================
    STYLE SWITCHER FOR DEMO
    =====================

    */
#style-switch-button {
    position: fixed;
    top: 120px;
    right: 0px;
    border-radius: 0;
    z-index: 2;
}

#style-switch {
    width: 300px;
    padding: 20px;
    position: fixed;
    top: 160px;
    right: 0;
    background: #fff;
    border: solid 1px #eceeef;
    z-index: 2000;
}

    #style-switch h4 {
        color: #464a4c;
    }

/* ========================================= */
/* THEMING OF BOOTSTRAP COMPONENTS           */
/* ========================================= */
/*
     * 1. NAVBAR
     */
.navbar {
    padding: 5px 10px;
}

.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler-left {
    left: 1rem;
}

.navbar-toggler-right {
    right: 1rem;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
    .navbar-light .navbar-toggler:focus,
    .navbar-light .navbar-toggler:hover {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .open > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.open,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
    color: white;
}

    .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-toggler:focus,
    .navbar-inverse .navbar-toggler:hover {
        color: white;
    }

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-inverse .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-inverse .navbar-nav .open > .nav-link,
    .navbar-inverse .navbar-nav .active > .nav-link,
    .navbar-inverse .navbar-nav .nav-link.open,
    .navbar-inverse .navbar-nav .nav-link.active {
        color: white;
    }

.navbar-inverse .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-inverse .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

/*
     * 2. BUTTONS
     */
.btn {
    font-weight: normal;
    line-height: 10px;
    border: 1px solid transparent;
    padding: 10px;
    font-size: 13px;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
}

    .btn:focus, .btn.focus {
        outline: 0;
        box-shadow: 0 0 0 2px rgba(121, 106, 238, 0.25);
    }

    .btn:active, .btn.active {
        background-image: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #b68a35;
    border-color: #b68a35;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #503ce9;
        border-color: #4833e8;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 2px rgba(121, 106, 238, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #b68a35;
        border-color: #b68a35;
    }

    .btn-primary:active, .btn-primary.active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #503ce9;
        background-image: none;
        border-color: #4833e8;
    }

.btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-secondary:hover {
        color: #292b2c;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-secondary:active, .btn-secondary.active,
    .show > .btn-secondary.dropdown-toggle {
        color: #292b2c;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #2aabd2;
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    .btn-info:active, .btn-info.active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        background-image: none;
        border-color: #2aabd2;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #419641;
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    .btn-success:active, .btn-success.active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        background-image: none;
        border-color: #419641;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #eb9316;
    }

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    .btn-warning:active, .btn-warning.active,
    .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        background-image: none;
        border-color: #eb9316;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #c12e2a;
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        background-color: #d9534f;
        border-color: #d9534f;
    }

    .btn-danger:active, .btn-danger.active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        background-image: none;
        border-color: #c12e2a;
    }

.btn-outline-primary {
    color: #b68a35;
    background-image: none;
    background-color: transparent;
    border-color: #b68a35;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #b68a35;
        border-color: #b68a35;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 2px rgba(121, 106, 238, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #b68a35;
        background-color: transparent;
    }

    .btn-outline-primary:active, .btn-outline-primary.active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #b68a35;
        border-color: #b68a35;
    }

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #ccc;
        border-color: #ccc;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #ccc;
        background-color: transparent;
    }

    .btn-outline-secondary:active, .btn-outline-secondary.active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #ccc;
        border-color: #ccc;
    }

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #5bc0de;
        background-color: transparent;
    }

    .btn-outline-info:active, .btn-outline-info.active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #5cb85c;
        background-color: transparent;
    }

    .btn-outline-success:active, .btn-outline-success.active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e;
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #f0ad4e;
        background-color: transparent;
    }

    .btn-outline-warning:active, .btn-outline-warning.active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

.btn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #d9534f;
        border-color: #d9534f;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #d9534f;
        background-color: transparent;
    }

    .btn-outline-danger:active, .btn-outline-danger.active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #d9534f;
        border-color: #d9534f;
    }

.btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

/*
     * 3. TYPE
     */
body {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff;
}

a {
    color: #b68a35;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #b68a35;
        text-decoration: underline;
        outline: none;
    }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: 'Open Sans',sans-serif !important;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

h1, .h1 {
    font-size: 1.5rem;
}

h2, .h2 {
    font-size: 1.3rem;
}

h3, .h3 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 0.8rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.blockquote {
    padding: 5px 10px;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
    color: #636c72;
}

    .blockquote-footer::before {
        content: "\2014 \00A0";
    }

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #eceeef;
    border-left: 0;
}

.text-primary {
    color: #b68a35 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #503ce9 !important;
}

/*
     * 4. PAGINATION
     */
.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #b68a35;
    border-color: #b68a35;
}

.page-item.disabled .page-link {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #b68a35;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .page-link:focus, .page-link:hover {
        color: #b68a35;
        text-decoration: none;
        background-color: #eceeef;
        border-color: #ddd;
    }

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.statistics {
    width: 100%;
    float: left;
}

    .statistics .col-md-3 {
        float: left;
        width: 20%;
    }

    .statistics .col-md-4 {
        float: left;
    }

    .statistics h3 {
        padding-left: 13px;
    }



.c-checkbox,
.c-radio {
    /* override for radio */
    /* Disable state */
    /* override for radio */
    margin-top: 10px !important;
    margin-left: 10px !important;
}

    .c-checkbox input[type=checkbox]:checked ~ span:before,
    .c-radio input[type=checkbox]:checked ~ span:before,
    .c-checkbox input[type=radio]:checked ~ span:before,
    .c-radio input[type=radio]:checked ~ span:before {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out;
        -o-transition: -o-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
    }

    .c-checkbox input[type=checkbox]:checked ~ span,
    .c-radio input[type=checkbox]:checked ~ span,
    .c-checkbox input[type=radio]:checked ~ span,
    .c-radio input[type=radio]:checked ~ span {
        border-color: #455560;
        background-color: #455560;
    }

    .c-checkbox input[type=radio]:checked ~ span,
    .c-radio input[type=radio]:checked ~ span {
        background-color: #fff;
    }

        .c-checkbox input[type=radio]:checked ~ span:before,
        .c-radio input[type=radio]:checked ~ span:before {
            color: #455560;
        }

    .c-checkbox input[type=checkbox]:disabled + span,
    .c-radio input[type=checkbox]:disabled + span,
    .c-checkbox input[type=radio]:disabled + span,
    .c-radio input[type=radio]:disabled + span {
        border-color: #dddddd !important;
        background-color: #dddddd !important;
    }

    .c-checkbox input[type=radio]:disabled + span,
    .c-radio input[type=radio]:disabled + span {
        background-color: #fff !important;
    }

        .c-checkbox input[type=radio]:disabled + span:before,
        .c-radio input[type=radio]:disabled + span:before {
            color: #dddddd;
        }

.c-checkbox,
.c-radio {
    margin-right: 4px;
}

    .c-checkbox *,
    .c-radio * {
        cursor: pointer;
    }

    .c-checkbox input,
    .c-radio input {
        opacity: 0;
        position: absolute;
        margin-left: 0 !important;
    }

    .c-checkbox span,
    .c-radio span {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-left: -20px;
        width: 20px;
        height: 20px;
        border-radius: 2px;
        border: 1px solid #ccc;
        margin-right: 5px;
        text-align: center;
    }

        .c-checkbox span:before,
        .c-radio span:before {
            margin-left: 1px;
            color: #fff;
        }

    .c-checkbox:hover span,
    .c-radio:hover span {
        border-color: #455560;
    }

.form-inline .c-checkbox span,
.form-inline .c-radio span {
    margin-left: 0;
}

.c-checkbox.c-checkbox-rounded span,
.c-radio.c-checkbox-rounded span,
.c-checkbox.c-radio-rounded span,
.c-radio.c-radio-rounded span {
    border-radius: 500px;
}
/* override for radio */
.c-radio span {
    border-radius: 500px;
}
    /* the icon */
    .c-checkbox span:before,
    .c-radio span:before {
        position: absolute;
        top: 0;
        left: -1px;
        right: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
        -o-transform: scale(0.2);
        transform: scale(0.2);
        text-align: center !important;
        font-size: 12px;
        line-height: 19px;
        vertical-align: middle;
    }
/* Checked state */
.c-checkbox,
.c-radio {
    /* override for radio */
    /* Disable state */
    /* override for radio */
}

    .c-checkbox input[type=checkbox]:checked ~ span:before,
    .c-radio input[type=checkbox]:checked ~ span:before,
    .c-checkbox input[type=radio]:checked ~ span:before,
    .c-radio input[type=radio]:checked ~ span:before {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out;
        -o-transition: -o-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
    }

    .c-checkbox input[type=checkbox]:checked ~ span,
    .c-radio input[type=checkbox]:checked ~ span,
    .c-checkbox input[type=radio]:checked ~ span,
    .c-radio input[type=radio]:checked ~ span {
        border-color: #455560;
        background-color: #455560;
    }

    .c-checkbox input[type=radio]:checked ~ span,
    .c-radio input[type=radio]:checked ~ span {
        background-color: #fff;
    }

        .c-checkbox input[type=radio]:checked ~ span:before,
        .c-radio input[type=radio]:checked ~ span:before {
            color: #455560;
        }

    .c-checkbox input[type=checkbox]:disabled + span,
    .c-radio input[type=checkbox]:disabled + span,
    .c-checkbox input[type=radio]:disabled + span,
    .c-radio input[type=radio]:disabled + span {
        border-color: #dddddd !important;
        background-color: #dddddd !important;
    }

    .c-checkbox input[type=radio]:disabled + span,
    .c-radio input[type=radio]:disabled + span {
        background-color: #fff !important;
    }

        .c-checkbox input[type=radio]:disabled + span:before,
        .c-radio input[type=radio]:disabled + span:before {
            color: #dddddd;
        }

.autoadjust {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .autoadjust > [class*='col-'] {
        display: flex;
        /*flex-direction: column;*/
    }

.login-page .content .logo {
    /* margin-top: 100px; */
}

.login-page .col-md-12.autoadjust {
    height: 480px;
}

.btn-primary {
    color: #fff !important;
    font-weight: bold !important;
    background-color: #b68a35 !important;
    border-color: #b68a35 !important;
    margin: 10px !important;
}

li.nav-item {
    float: left;
}

.top-icons a {
    color: #b68a35 !important;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    /* font-family: 'Droid Arabic Kufi' !important; */
    float: right;
}

    .top-icons a:hover {
        /*color: #ffffff !important;
            font-size: 15px;
            text-transform: uppercase;*/
    }

.top-icons li:hover {
    border-bottom: 5px solid #b68a35;
    background: #eee;
}

.top-icons li {
    list-style: none;
    padding: 35px 17px 0px 14px;
    float: right;
    position: relative;
    height: 100px;
    cursor: pointer;
    color: #b68a35 !important;
    bottom: 0;
    text-align: center;
    border-bottom: none;
    border-right: 1px solid rgb(243, 231, 231);
    font-family: 'Open Sans',sans-serif !important;
    font-size: 15px;
}

    .top-icons li:last-child {
        /* border-right: none; */
    }

ul.top-icons {
    float: left;
    list-style: none;
    margin: -4px 0px 0px 0px;
    padding: 0;
    /* height: 110px; */
    right: 0px;
    position: absolute;
    /* width:380px; */
}


.top-icons i:hover {
    display: block;
    display: block;
    color: #b68a35;
    font-size: 20px;
    padding: 0 0 5px 0px;
}

.top-icons i {
    display: block;
    display: block;
    color: #b68a35;
    font-size: 20px;
    padding: 0 0 5px 0;
}

i.fa.fa-user-o {
    display: block;
    font-size: 20px;
    padding: 0 0 5px 0;
}

.top-icons li:hover a {
    /* background: #b68a35; */
    /* border-bottom: 4px solid #b68a35; */
    color: #b68a35 !important;
    text-decoration: none;
}

.color-list {
    /* width: 174px; */
    /* height: auto; */
    /* margin-bottom: 15px; */
    padding: 0;
    margin: 20px;
    float: left;
    width: 100%;
    display: block;
}

    .color-list li {
        float: left;
        list-style: none;
        width: auto;
        margin-right: 0;
        margin: 0 7px;
    }

        .color-list li i {
            font-size: 40px;
            -webkit-transition: -webkit-transform .8s ease-in-out;
            transition: transform .8s ease-in-out;
        }

.margin-left {
    margin-left: 210px;
    display: block;
    z-index: 1;
}

.hide-sidebar {
    transform: translateX(-210px);
    -webkit-transform: translateX(-210px);
    -moz-transform: translateX(-210px);
    -o-transform: translateX(-210px);
}

.show-sidebar {
    visibility: visible;
}

img.pull-left.applogo {
    margin: 15px 0;
    height: 70px;
}

.loader {
    background-color: rgba(0, 0, 0, 0.5) !important;
    height: 100% !important;
    left: 0 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
}

header.header.ng-scope {
    position: fixed;
    float: left;
    width: 100%;
    z-index: 1000;
    display: block;
    top: 0;
}

.page-content {
    margin-top: 101px;
}

i.english-icon::before {
    width: 40px;
    content: " ";
    background-image: url(/app/img/english.png);
    height: 40px;
    top: -15px;
    left: 7px;
    background-repeat: no-repeat;
    position: absolute;
}

i.english-icon {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    margin-bottom: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.arabic-icon::before {
    width: 40px;
    content: " ";
    background-image: url(/app/img/arabic.png);
    height: 40px;
    top: -15px;
    left: 0px;
    background-repeat: no-repeat;
    position: absolute;
}

i.arabic-icon {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    margin-bottom: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.setting-icon::before {
    width: 40px;
    content: " ";
    background-image: url(/app/img/setting.png);
    height: 40px;
    top: -15px;
    left: 12px;
    background-repeat: no-repeat;
    position: absolute;
}

i.setting-icon {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    margin-bottom: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.logout-icon::before {
    width: 40px;
    content: " ";
    background-image: url(/app/img/logout.png);
    height: 40px;
    top: -15px;
    left: 7px;
    background-repeat: no-repeat;
    position: absolute;
}

i.logout-icon {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    margin-bottom: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home-icon::before {
    width: 30px;
    content: " ";
    background-image: url(/app/img/home.png);
    height: 30px;
    background-size: 20px;
    top: 10px;
    left: 20px;
    background-repeat: no-repeat;
    position: absolute;
}

.home-icon {
    display: inline-block;
    margin-right: 20px;
}

.configuration-icon::before {
    width: 30px;
    content: " ";
    background-image: url(/app/img/configuration.png);
    height: 30px;
    background-size: 20px;
    top: 10px;
    left: 20px;
    background-repeat: no-repeat;
    position: absolute;
}

.configuration-icon {
    display: inline-block;
    margin-right: 20px;
}

.users-icon::before {
    width: 30px;
    content: " ";
    background-image: url(/app/img/user.png);
    height: 30px;
    background-size: 20px;
    top: 10px;
    left: 20px;
    background-repeat: no-repeat;
    position: absolute;
}

.users-icon {
    display: inline-block;
    margin-right: 20px;
}

.useraccess-icon::before {
    width: 30px;
    content: " ";
    background-image: url('/app/img/user access.png');
    height: 30px;
    background-size: 20px;
    top: 10px;
    left: 20px;
    background-repeat: no-repeat;
    position: absolute;
}

.useraccess-icon {
    display: inline-block;
    margin-right: 20px;
}

.close-icon::before {
    width: 30px;
    content: " ";
    background-image: url('/app/img/user access.png');
    height: 30px;
    background-size: 20px;
    top: 10px;
    left: 20px;
    background-repeat: no-repeat;
    position: absolute;
}

.close-icon {
    display: inline-block;
    margin-right: 20px;
}

a#toggle-btn {
    z-index: 9999 !important;
    color: #ffffff !important;
    cursor: pointer;
    height: 49px;
    right: -35px;
    background: #b68a35;
    border: 2px solid #8a6826;
    line-height: 49px;
    border-radius: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 35px;
}

nav li:hover, nav li.active {
    background: #8a6826;
}

/**
       Component: utils.less
    */
.m0 {
    margin: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.m {
    margin: 10px !important;
}

.ml,
.mh {
    margin-left: 10px !important;
}

.mr,
.mh {
    margin-right: 10px !important;
}

.mt,
.mv {
    margin-top: 10px !important;
}

.mb,
.mv {
    margin-bottom: 10px !important;
}

.m-sm {
    margin: 5px !important;
}

.ml-sm,
.mh-sm {
    margin-left: 5px !important;
}

.mr-sm,
.mh-sm {
    margin-right: 5px !important;
}

.mt-sm,
.mv-sm {
    margin-top: 5px !important;
}

.mb-sm,
.mv-sm {
    margin-bottom: 5px !important;
}

.m-lg {
    margin: 15px !important;
}

.ml-lg,
.mh-lg {
    margin-left: 15px !important;
}

.mr-lg,
.mh-lg {
    margin-right: 15px !important;
}

.mt-lg,
.mv-lg {
    margin-top: 15px !important;
}

.mb-lg,
.mv-lg {
    margin-bottom: 15px !important;
}

.m-xl {
    margin: 30px !important;
}

.ml-xl {
    margin-left: 30px !important;
}

.mr-xl {
    margin-right: 30px !important;
}

.mt-xl {
    margin-top: 30px !important;
}

.mb-xl {
    margin-bottom: 30px !important;
}

.p0 {
    padding: 0 !important;
}

.pl0,
.ph0 {
    padding-left: 0 !important;
}

.pr0,
.ph0 {
    padding-right: 0 !important;
}

.pt0,
.pv0 {
    padding-top: 0 !important;
}

.pb0,
.pv0 {
    padding-bottom: 0 !important;
}

.p {
    padding: 10px !important;
}

.pl,
.ph {
    padding-left: 10px !important;
}

.pr,
.ph {
    padding-right: 10px !important;
}

.pt,
.pv {
    padding-top: 10px !important;
}

.pb,
.pv {
    padding-bottom: 10px !important;
}

.p-sm {
    padding: 5px !important;
}

.pl-sm,
.ph-sm {
    padding-left: 5px !important;
}

.pr-sm,
.ph-sm {
    padding-right: 5px !important;
}

.pt-sm,
.pv-sm {
    padding-top: 5px !important;
}

.pb-sm,
.pv-sm {
    padding-bottom: 5px !important;
}

.p-lg {
    padding: 15px !important;
}

.pl-lg,
.ph-lg {
    padding-left: 15px !important;
}

.pr-lg,
.ph-lg {
    padding-right: 15px !important;
}

.pt-lg,
.pv-lg {
    padding-top: 15px !important;
}

.pb-lg,
.pv-lg {
    padding-bottom: 15px !important;
}

.p-xl {
    padding: 20px !important;
}

.pl-xl,
.ph-xl {
    padding-left: 20px !important;
}

.pr-xl,
.ph-xl {
    padding-right: 20px !important;
}

.pt-xl,
.pv-xl {
    padding-top: 20px !important;
}

.pb-xl,
.pv-xl {
    padding-bottom: 20px !important;
}

.p-xxl {
    padding: 25px !important;
}

.pl-xxl,
.ph-xxl {
    padding-left: 25px !important;
}

.pr-xxl,
.ph-xxl {
    padding-right: 25px !important;
}

.pt-xxl,
.pv-xxl {
    padding-top: 25px !important;
}

.pb-xxl,
.pv-xxl {
    padding-bottom: 25px !important;
}

.b0 {
    border-width: 0 !important;
}

.bl0 {
    border-left-width: 0 !important;
}

.br0 {
    border-right-width: 0 !important;
}

.bt0 {
    border-top-width: 0 !important;
}

.bb0 {
    border-bottom-width: 0 !important;
}

.br,
.b {
    border-right: 1px solid #eceeee;
}

.bl,
.b {
    border-left: 1px solid #eceeee;
}

.bt,
.b {
    border-top: 1px solid #eceeee;
}

.bb,
.b {
    border-bottom: 1px solid #eceeee;
}

.br-primary {
    border-right: 1px solid #b68a35;
}

.bl-primary {
    border-left: 1px solid #b68a35;
}

.bt-primary {
    border-top: 1px solid #b68a35;
}

.bb-primary {
    border-bottom: 1px solid #b68a35;
}

.br-success {
    border-right: 1px solid #4caf50;
}

.bl-success {
    border-left: 1px solid #4caf50;
}

.bt-success {
    border-top: 1px solid #4caf50;
}

.bb-success {
    border-bottom: 1px solid #4caf50;
}

.br-info {
    border-right: 1px solid #fe9700;
}

.bl-info {
    border-left: 1px solid #fe9700;
}

.bt-info {
    border-top: 1px solid #fe9700;
}

.bb-info {
    border-bottom: 1px solid #fe9700;
}

.br-warning {
    border-right: 1px solid #fe9700;
}

.bl-warning {
    border-left: 1px solid #fe9700;
}

.bt-warning {
    border-top: 1px solid #fe9700;
}

.bb-warning {
    border-bottom: 1px solid #fe9700;
}

.br-darkpink {
    border-right: 1px solid #f34235;
}

.bl-darkpink {
    border-left: 1px solid #f34235;
}

.bt-darkpink {
    border-top: 1px solid #f34235;
}

.bb-darkpink {
    border-bottom: 1px solid #f34235;
}

.br-amber {
    border-right: 1px solid #ffc107;
}

.bl-amber {
    border-left: 1px solid #ffc107;
}

.bt-amber {
    border-top: 1px solid #ffc107;
}

.bb-amber {
    border-bottom: 1px solid #ffc107;
}

.br-pink {
    border-right: 1px solid #e91e63;
}

.bl-pink {
    border-left: 1px solid #e91e63;
}

.bt-pink {
    border-top: 1px solid #e91e63;
}

.bb-pink {
    border-bottom: 1px solid #e91e63;
}

.br-purple {
    border-right: 1px solid #6639b6;
}

.bl-purple {
    border-left: 1px solid #6639b6;
}

.bt-purple {
    border-top: 1px solid #6639b6;
}

.bb-purple {
    border-bottom: 1px solid #6639b6;
}

.br-inverse {
    border-right: 1px solid #363f45;
}

.bl-inverse {
    border-left: 1px solid #363f45;
}

.bt-inverse {
    border-top: 1px solid #363f45;
}

.bb-inverse {
    border-bottom: 1px solid #363f45;
}

.br-orange {
    border-right: 1px solid #b68a35;
}

.bl-orange {
    border-left: 1px solid #b68a35;
}

.bt-orange {
    border-top: 1px solid #b68a35;
}

.bb-orange {
    border-bottom: 1px solid #b68a35;
}

.br-gray-darker {
    border-right: 1px solid #2b3d51;
}

.bl-gray-darker {
    border-left: 1px solid #2b3d51;
}

.bt-gray-darker {
    border-top: 1px solid #2b3d51;
}

.bb-gray-darker {
    border-bottom: 1px solid #2b3d51;
}

.br-gray-dark {
    border-right: 1px solid #515d6e;
}

.bl-gray-dark {
    border-left: 1px solid #515d6e;
}

.bt-gray-dark {
    border-top: 1px solid #515d6e;
}

.bb-gray-dark {
    border-bottom: 1px solid #515d6e;
}

.br-gray {
    border-right: 1px solid #a0aab2;
}

.bl-gray {
    border-left: 1px solid #a0aab2;
}

.bt-gray {
    border-top: 1px solid #a0aab2;
}

.bb-gray {
    border-bottom: 1px solid #a0aab2;
}

.br-gray-light {
    border-right: 1px solid #e6e9ee;
}

.bl-gray-light {
    border-left: 1px solid #e6e9ee;
}

.bt-gray-light {
    border-top: 1px solid #e6e9ee;
}

.bb-gray-light {
    border-bottom: 1px solid #e6e9ee;
}

.br-gray-lighter {
    border-right: 1px solid #f4f5f5;
}

.bl-gray-lighter {
    border-left: 1px solid #f4f5f5;
}

.bt-gray-lighter {
    border-top: 1px solid #f4f5f5;
}

.bb-gray-lighter {
    border-bottom: 1px solid #f4f5f5;
}

.br-muted {
    border-right: 1px solid #8394a9;
}

.bl-muted {
    border-left: 1px solid #8394a9;
}

.bt-muted {
    border-top: 1px solid #8394a9;
}

.bb-muted {
    border-bottom: 1px solid #8394a9;
}

@media only screen and (max-width: 479px) {
    .b0-sm {
        border-width: 0 !important;
    }

    .bl0-sm {
        border-left-width: 0 !important;
    }

    .br0-sm {
        border-right-width: 0 !important;
    }

    .bt0-sm {
        border-top-width: 0 !important;
    }

    .bb0-sm {
        border-bottom-width: 0 !important;
    }

    .br-sm {
        border-right: 1px solid #eceeee;
    }

    .bl-sm {
        border-left: 1px solid #eceeee;
    }

    .bt-sm {
        border-top: 1px solid #eceeee;
    }

    .bb-sm {
        border-bottom: 1px solid #eceeee;
    }
}

@media only screen and (max-width: 767px) {
    .b0-md {
        border-width: 0 !important;
    }

    .bl0-md {
        border-left-width: 0 !important;
    }

    .br0-md {
        border-right-width: 0 !important;
    }

    .bt0-md {
        border-top-width: 0 !important;
    }

    .bb0-md {
        border-bottom-width: 0 !important;
    }

    .br-md {
        border-right: 1px solid #eceeee;
    }

    .bl-md {
        border-left: 1px solid #eceeee;
    }

    .bt-md {
        border-top: 1px solid #eceeee;
    }

    .bb-md {
        border-bottom: 1px solid #eceeee;
    }
}

@media only screen and (max-width: 991px) {
    .b0-lg {
        border-width: 0 !important;
    }

    .bl0-lg {
        border-left-width: 0 !important;
    }

    .br0-lg {
        border-right-width: 0 !important;
    }

    .bt0-lg {
        border-top-width: 0 !important;
    }

    .bb0-lg {
        border-bottom-width: 0 !important;
    }

    .br-lg {
        border-right: 1px solid #eceeee;
    }

    .bl-lg {
        border-left: 1px solid #eceeee;
    }

    .bt-lg {
        border-top: 1px solid #eceeee;
    }

    .bb-lg {
        border-bottom: 1px solid #eceeee;
    }
}

.radius-clear {
    border-radius: 0 !important;
}

.circle {
    border-radius: 50% !important;
}

.rounded {
    border-radius: 3px !important;
}

.shadow-clear,
.no-shadow {
    box-shadow: 0 0 0 #000 !important;
}

.text-primary {
    color: #b68a35;
}

a.text-primary {
    color: #b68a35;
}

    a.text-primary:hover,
    a.text-primary:focus {
        color: #606fc7;
        color: rgba(63, 81, 181, 0.7);
    }

.text-success {
    color: #4caf50;
}

a.text-success {
    color: #4caf50;
}

    a.text-success:hover,
    a.text-success:focus {
        color: #6ec071;
        color: rgba(76, 175, 80, 0.7);
    }

.text-warning {
    color: #fe9700;
}

a.text-warning {
    color: #fe9700;
}

    a.text-warning:hover,
    a.text-warning:focus {
        color: #ffac32;
        color: rgba(254, 151, 0, 0.7);
    }

.text-danger {
    color: #f34235;
    font-size: 127%;
}

a.text-danger {
    color: #f34235;
}

    a.text-danger:hover,
    a.text-danger:focus {
        color: #f66f65;
        color: rgba(243, 66, 53, 0.7);
    }

.text-info {
    color: #fe9700;
}

a.text-info {
    color: #fe9700;
}

    a.text-info:hover,
    a.text-info:focus {
        color: #50acf5;
        color: rgba(32, 149, 242, 0.7);
    }

.text-white {
    color: #ffffff;
}

a.text-white {
    color: #ffffff;
}

    a.text-white:hover,
    a.text-white:focus {
        color: #ffffff;
        color: rgba(255, 255, 255, 0.7);
    }

.text-inverse {
    color: #363f45;
}

a.text-inverse {
    color: #363f45;
}

    a.text-inverse:hover,
    a.text-inverse:focus {
        color: #4c5962;
        color: rgba(54, 63, 69, 0.7);
    }

.text-alpha {
    color: rgba(255, 255, 255, 0.5);
}

a.text-alpha {
    color: rgba(255, 255, 255, 0.5);
}

    a.text-alpha:hover,
    a.text-alpha:focus {
        color: rgba(255, 255, 255, 0.5);
        color: rgba(255, 255, 255, 0.7);
    }

.text-pink {
    color: #e91e63;
}

a.text-pink {
    color: #e91e63;
}

    a.text-pink:hover,
    a.text-pink:focus {
        color: #ee4c83;
        color: rgba(233, 30, 99, 0.7);
    }

.text-purple {
    color: #6639b6;
}

a.text-purple {
    color: #6639b6;
}

    a.text-purple:hover,
    a.text-purple:focus {
        color: #8157cb;
        color: rgba(102, 57, 182, 0.7);
    }

.text-alpha-inverse {
    color: rgba(0, 0, 0, 0.5);
}

a.text-alpha-inverse {
    color: rgba(0, 0, 0, 0.5);
}

    a.text-alpha-inverse:hover,
    a.text-alpha-inverse:focus {
        color: rgba(26, 26, 26, 0.5);
        color: rgba(0, 0, 0, 0.7);
    }

.text-amber {
    color: #ffc107;
}

a.text-amber {
    color: #ffc107;
}

    a.text-amber:hover,
    a.text-amber:focus {
        color: #ffce3a;
        color: rgba(255, 193, 7, 0.7);
    }

.text-orange {
    color: #b68a35;
}

a.text-orange {
    color: #b68a35;
}

    a.text-orange:hover,
    a.text-orange:focus {
        color: #fe7d54;
        color: rgba(254, 86, 33, 0.7);
    }

.text-gray-darker {
    color: #2b3d51;
}

a.text-gray-darker {
    color: #2b3d51;
}

    a.text-gray-darker:hover,
    a.text-gray-darker:focus {
        color: #3d5672;
        color: rgba(43, 61, 81, 0.7);
    }

.text-gray-dark {
    color: #515d6e;
}

a.text-gray-dark {
    color: #515d6e;
}

    a.text-gray-dark:hover,
    a.text-gray-dark:focus {
        color: #67768b;
        color: rgba(81, 93, 110, 0.7);
    }

.text-gray {
    color: #a0aab2;
}

a.text-gray {
    color: #a0aab2;
}

    a.text-gray:hover,
    a.text-gray:focus {
        color: #bcc3c9;
        color: rgba(160, 170, 178, 0.7);
    }

.text-gray-light {
    color: #e6e9ee;
}

a.text-gray-light {
    color: #e6e9ee;
}

    a.text-gray-light:hover,
    a.text-gray-light:focus {
        color: #ffffff;
        color: rgba(230, 233, 238, 0.7);
    }

.text-gray-lighter {
    color: #f4f5f5;
}

a.text-gray-lighter {
    color: #f4f5f5;
}

    a.text-gray-lighter:hover,
    a.text-gray-lighter:focus {
        color: #ffffff;
        color: rgba(244, 245, 245, 0.7);
    }

.text-xs {
    font-size: 7.8px !important;
}

.text-sm {
    font-size: 11.05px !important;
}

.text-md {
    font-size: 22.1px !important;
}

.text-lg {
    font-size: 39px !important;
}

.text-hg {
    font-size: 52px !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-nowrap {
    white-space: nowrap;
}

.text-thin {
    font-weight: 100 !important;
}

.text-normal {
    font-weight: normal !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-mn {
    font-size: 15px;
}

.text-ellipsis,
.text-oneline {
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .2em;
    overflow: hidden;
    vertical-align: bottom;
}

.text-link {
    color: #585f69;
}

    .text-link:hover,
    .text-link:focus {
        color: #b68a35;
    }

.show-behind {
    position: relative;
    z-index: -1;
}

.no-scroll {
    overflow: hidden !important;
}

.inline {
    display: inline !important;
}

.inline-block {
    display: inline-block !important;
}

.block {
    display: block !important;
}

.thumb8 {
    width: 8px !important;
    height: 8px !important;
    line-height: 8px !important;
}

.thumb16 {
    width: 16px !important;
    height: 16px !important;
    line-height: 16px !important;
}

.thumb18 {
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
}

.thumb24 {
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
}

.thumb32 {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
}

.thumb40 {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.thumb48 {
    width: 48px !important;
    height: 48px !important;
    line-height: 48px !important;
}

.thumb64 {
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
}

.thumb80 {
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
}

.thumb96 {
    width: 96px !important;
    height: 96px !important;
    line-height: 96px !important;
}

.thumb128 {
    width: 128px !important;
    height: 128px !important;
    line-height: 128px !important;
}

.thumb300 {
    max-width: 300px !important;
    max-height: 300px !important;
    line-height: 300px !important;
}

.align-middle {
    vertical-align: middle;
}

.align-top {
    vertical-align: top;
}

.align-bottom {
    vertical-align: bottom;
}

.bg-center {
    background-position: center center;
    background-size: cover;
}

.list-icon em {
    font-size: 14px;
    width: 40px;
    margin: 0;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    line-height: 30px;
}

/*.list-icon div:hover {
        background-color: #fe9700;
        color: #fff;
    }*/

.list-table {
    padding-left: 0;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
}

    .list-table > li {
        display: table-cell;
        table-layout: fixed;
        vertical-align: middle;
    }

.list-block {
    padding-left: 0;
    list-style: none;
}

    .list-block > li {
        display: block;
    }

.wd-tiny {
    width: 50px;
}

.wd-xxs {
    width: 60px;
}

.wd-xs {
    width: 90px;
}

.wd-sm {
    width: 150px;
}

.wd-sd {
    width: 200px;
}

.wd-md {
    width: 240px;
}

.wd-lg {
    width: 280px;
}

.wd-xl {
    width: 320px;
}

.wd-xxl {
    width: 360px;
}

.wd-wide {
    width: 100%;
}

.wd-auto {
    width: auto;
}

.label-inverse {
    background-color: #363f45;
}

    .label-inverse[href]:hover,
    .label-inverse[href]:focus {
        background-color: #202528;
    }

.label-amber {
    background-color: #ffc107;
}

    .label-amber[href]:hover,
    .label-amber[href]:focus {
        background-color: #d39e00;
    }

.label-pink {
    background-color: #e91e63;
}

    .label-pink[href]:hover,
    .label-pink[href]:focus {
        background-color: #c1134e;
    }

.label-purple {
    background-color: #6639b6;
}

    .label-purple[href]:hover,
    .label-purple[href]:focus {
        background-color: #502d8f;
    }

.label-orange {
    background-color: #b68a35;
}

    .label-orange[href]:hover,
    .label-orange[href]:focus {
        background-color: #eb3901;
    }

.alert-purple {
    background-color: #6639b6;
    border-color: #6639b6;
    color: #ffffff;
}

    .alert-purple hr {
        border-top-color: #5b33a3;
    }

    .alert-purple .alert-link {
        color: #e6e6e6;
    }

.alert-amber {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #ffffff;
}

    .alert-amber hr {
        border-top-color: #ecb100;
    }

    .alert-amber .alert-link {
        color: #e6e6e6;
    }

.alert-pink {
    background-color: #e91e63;
    border-color: #e91e63;
    color: #ffffff;
}

    .alert-pink hr {
        border-top-color: #d81557;
    }

    .alert-pink .alert-link {
        color: #e6e6e6;
    }

.alert-inverse {
    background-color: #363f45;
    border-color: #363f45;
    color: #ffffff;
}

    .alert-inverse hr {
        border-top-color: #2b3237;
    }

    .alert-inverse .alert-link {
        color: #e6e6e6;
    }

.alert-orange {
    background-color: #b68a35;
    border-color: #b68a35;
    color: #ffffff;
}

    .alert-orange hr {
        border-top-color: #fe4308;
    }

    .alert-orange .alert-link {
        color: #e6e6e6;
    }

.abs-center-container {
    position: relative;
}

.abs-center {
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .abs-center.abs-fixed {
        position: fixed;
        z-index: 999;
    }

    .abs-center.abs-right {
        left: auto;
        right: 20px;
        text-align: right;
    }

    .abs-center.abs-left {
        right: auto;
        left: 20px;
        text-align: left;
    }

.clickable {
    cursor: pointer;
}

.media-block:before,
.media-block:after {
    content: " ";
    display: table;
}

.media-block:after {
    clear: both;
}

.media-block .media-body {
    display: block;
}

.shadow-z1 {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12) !important;
}

.shadow-z2 {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16) !important;
}

.shadow-z2-hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.23), 0 10px 30px rgba(0, 0, 0, 0.19) !important;
}

.shadow-z3 {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.23), 0 10px 30px rgba(0, 0, 0, 0.19) !important;
}

.shadow-z4 {
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22), 0 14px 45px rgba(0, 0, 0, 0.25) !important;
}

.shadow-z5 {
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3) !important;
}

.allign-center {
    margin: 0 auto;
}

.chart-header {
    background: #b68a35;
    padding: 10px 0 10px 0;
    display: inline-block;
    width: 100%;
}

    .chart-header span {
        line-height: 22px
    }

.text-white {
    color: white;
}

.bg-primary {
    color: #fff !important;
    background-color: #b68a35 !important;
}

.dataTable thead, .table thead {
    background-color: #b68a35;
    color: white;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3 !important;
    color: #fff !important;
    cursor: default !important;
    background-color: #b68a35 !important;
    border-color: #b48229 !important;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #000 !important;
}

.main-title, .group-title {
    padding-bottom: 10px;
    border-bottom: 2px solid;
    color: #9c6f18;
    padding: 15px 30px;
    background: white;
    padding-left: 45px;
    font-size: 16px;
    margin-left: 0 !important;
}

.ui-select-toggle {
    overflow: hidden;
}

.sidebar-icon {
    padding: 10px;
    background: white;
    border-radius: 50%;
    color: #888;
    width: 30px;
    font-size: 12px !important;
    height: 30px;
    text-align: center;
    line-height: 16px !important;
    vertical-align: middle;
}

.fullscreen-icon:before {
    width: 30px;
    content: " ";
    background-image: url(/app/img/full-screen.png);
    height: 30px;
    background-size: 20px;
    top: 10px;
    background-repeat: no-repeat;
    position: absolute;
}

i.fullscreen-icon {
    margin: 0 5px;
    width: 20px;
}

.star-rating i {
    padding: 10px;
    background: white;
    border-radius: 50%;
    color: #b68a35;
}

.table-hover > tbody > tr:hover, .table-hover > tbody > tr {
    background: white;
}

.form-horizontal .control-label {
    font-weight: 600;
    color: #333333;
}

.panel-default > .panel-heading {
    color: #333 !important;
    background-color: #ffffff !important;
    border-color: #ddd !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none !important;
}

a.btn.btn-xs {
    line-height: 1 !important;
    color: #b68a35;
    position: absolute;
    top: 0;
    padding: 5px 0;
}

h3.text-center.ng-binding {
    color: #b68a35;
}


.highcharts-button-box {
    fill: inherit;
}

.highcharts-button {
    fill: #b68a35;
    cursor: default;
    stroke-width: 1px;
    transition: fill 250ms;
    border: none;
}

    .highcharts-button text {
        fill: #333333;
    }

.highcharts-button-hover {
    transition: fill 0ms;
    fill: #e6e6e6;
    stroke: #333333;
}

.highcharts-button-pressed {
    font-weight: bold;
    fill: #e6ebf5;
    stroke: #335cad;
}

.highcharts-button-disabled text {
    fill: #cccccc;
}

.highcharts-button-symbol {
    stroke: #fff;
    stroke-width: 2px;
}

g.highcharts-button.right {
    fill: #b68a35;
    stroke: #7cb5ec;
    cursor: default;
    stroke-width: 1px;
    transition: fill 98ms;
    margin-right: -34px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #ddd !important;
}

.font-decrease-label:before {
    content: 'A-';
    color: #b68a35;
    font-weight: 700;
    display: block;
    font-size: 18px;
    line-height: 18px;
    border: 2px solid #b68a35;
    border-radius: 3px;
}

.font-increase-label:before {
    content: 'A+';
    color: #b68a35;
    font-weight: 700;
    display: block;
    font-size: 18px;
    line-height: 18px;
    border: 2px solid #b68a35;
    border-radius: 3px;
}

.font-decrease-label:hover, .font-increase-label:hover {
    color: #b68a35;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

.color-list {
    /* width: 174px; */
    /* height: auto; */
    /* margin-bottom: 15px; */
    padding: 0;
    margin: 20px;
    float: left;
    width: 100%;
    display: block;
}

    .color-list li {
        float: left;
        list-style: none;
        width: auto;
        margin-right: 0;
        margin: 5px 0;
        cursor: pointer;
    }

        .color-list li img {
            height: 40px;
            -webkit-transition: -webkit-transform .8s ease-in-out;
            transition: transform .8s ease-in-out;
        }

            .color-list li img:hover {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }

a.fa.fa-times-circle.cancelSettingPopup {
    font-size: 1.5em;
    color: #8a6826;
    cursor: pointer;
    text-decoration: none;
    float: right;
}

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        font-size: 16px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.52857143;
            border: 1px solid transparent;
            border-radius: 3px 3px 0 0;
            color: #444 !important;
            font-weight: bold;
        }

            .nav-tabs > li > a:hover {
                border-color: #dddddd #dddddd #dddddd;
                color: #fff !important;
                background-color: #b68a35 !important;
                font-weight: bold;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            border: 1px solid #dddddd;
            border-bottom-color: transparent !important;
            cursor: default;
            color: #fff !important;
            background-color: #b68a35 !important;
            font-weight: bold;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

/*Loader Styles*/
.sk-circle {
    margin: 30px auto;
    width: 70px;
    height: 70px;
    position: relative;
}

    .sk-circle .sk-child {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-circle .sk-child:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #8a6826;
            border-radius: 100%;
            -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        }

    .sk-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.loader {
    background-color: rgba(0, 0, 0, 0.5) !important;
    height: 100% !important;
    left: 0 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1.0E+15 !important;
    /* QUADRILLION */
}

    .loader .loader-container {
        width: 10% !important;
        height: 235px !important;
        /* background-color: #fff !important; */
        z-index: 10000;
        position: fixed !important;
        display: block;
        top: 34% !important;
        left: 45% !important;
    }

        .loader .loader-container .loader-heading {
            margin-top: 100px !important;
            color: #8a6826;
            font-size: 8px;
            font-weight: bold;
            width: 100% !important;
            z-index: 1.0E+16 !important;
        }

        .loader .loader-container .loader-title {
            color: #8a6826;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            direction: ltr;
        }

        .loader .loader-container .loader-message {
            color: #8a6826;
            font-size: 14px;
            text-align: center;
            margin-top: 13px;
        }

    .loader > div {
        height: 100% !important;
        left: 0 !important;
        position: absolute;
        top: 0 !important;
        width: 100% !important;
    }

.display-none {
    display: none !important;
}


@font-face {
    font-family: 'icomoon';
    src: url('/app/fonts/icomoon.eot?m4qowq');
    src: url('/app/fonts/icomoon.eot?m4qowq#iefix') format('embedded-opentype'), url('/app/fonts/icomoon.ttf?m4qowq') format('truetype'), url('/app/fonts/icomoon.woff?m4qowq') format('woff'), url('/app/fonts/icomoon.svg?m4qowq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-envoirment:before {
    content: "\e900";
}

.icon-grow:before {
    content: "\e901";
}

.icon-globe:before {
    content: "\e902";
}

.icon-flag:before {
    content: "\e903";
}

.icon-social:before {
    content: "\e904";
}

.icon-economical:before {
    content: "\e905";
}

i.main-icon {
    font-size: 100px;
    text-align: center;
}

.label-primary {
    background-color: #8a6826 !important;
    font-size: 14px !important;
    padding: 6px !important;
    float: right !important;
}

.switch * {
    cursor: pointer;
}

.switch input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.switch span {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    background-color: transparent;
    border-radius: 100px;
    transition: all .5s;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25) inset;
}

    .switch span:after {
        content: "";
        position: absolute;
        background-color: #fff;
        top: 1px;
        left: 0;
        height: 18px;
        width: 18px;
        border: 1px solid #ddd;
        border-radius: 400px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
        -webkit-transition: all .2s;
    }

.switch.switch-lg span {
    width: 50px;
    height: 25px;
}

    .switch.switch-lg span:after {
        height: 23px;
        width: 23px;
    }

.switch.switch-sm span {
    width: 30px;
    height: 15px;
}

    .switch.switch-sm span:after {
        height: 13px;
        width: 13px;
    }

.switch input:checked + span {
    background-color: #b68a35;
    border-color: #b68a35;
    transition: all .5s;
}

    .switch input:checked + span:after {
        left: 50%;
        transition: all .2s;
    }

.switch input:disabled + span {
    background-color: #e6e9ee !important;
    border-color: #e6e9ee !important;
}

.switch-primary.switch input:checked + span {
    background-color: #455560;
    border-color: #455560;
}

textarea.noresize {
    resize: none;
    overflow: hidden;
}

li.disableStep {
    cursor: default !important;
    pointer-events: none !important;
}

.set-style i.glyphicon.glyphicon-remove {
    font-size: 12px;
    color: #666;
}

.set-style .star-rating i {
    width: 30px;
    height: 30px;
    line-height: 16px !important;
    font-size: 12px;
    text-align: center;
    margin: -1px 2px;
}

.set-style .glyphicon-star:before {
    width: 12px
}

.sidebar-ext i {
    float: left;
    padding: 0px 5px;
    margin: 2px;
    line-height: 31px !important;
}

.sidebar-ext span i {
    padding-top: 6px;
    font-size: 13px;
}

.ui-select-bootstrap {
    margin-bottom: 0;
}

.tab-style .panel-heading {
    display: table;
    width: 100%
}

.tab-style .tab-pane h4 {
    padding-bottom: 0 !important
}

.tab-style .panel-heading a {
    width: 100%
}

.tab-style .panel-heading span {
    width: 100%
}

    .tab-style .panel-heading span i {
        float: right
    }

.model-poppup {
    display: grid;
}

.ui-select-bootstrap .ui-select-toggle {
    position: inherit
}

.ui-select-match {
    z-index: 9999;
}

footer {
    width: 100%;
    height: auto;
    float: left
}

.sidebar-ext {
    padding: 0 10px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #8a6826;
}

.h-title {
    width: 100%;
    float: left;
    padding-bottom: 10px !important;
    border-bottom: 1px dashed #ddd
}

.p-align p {
    width: 100%;
    float: left;
    text-align: justify;
}

.align-box .col-md-4 .col-md-12 {
    display: block;
}

.popover.bottom {
    position: fixed;
}

.login-style h2 {
    font-size: 16px;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.login-style {
    padding: 10px;
}

.set-style span {
    /*margin-bottom: 5px;
    float: left;*/
}

.form-horizontal span {
    /*line-height: 25px;*/
    /* color: black; */
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff
}

.reg-form .glyphicon-remove {
    font-size: 9px;
    color: #555;
    line-height: 6px;
    padding: 0;
    margin: 0;
    display: block;
}

.reg-form span {
    line-height: 24px
}

.reg-form input.input-material {
    height: 33px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.foot-style {
    font-size: 14px;
}

.logo-style {
    float: left
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    background-color: #b68a35 !important
}

.color-list {
    width: 220px;
    margin: 0 auto;
    display: block;
}

    .color-list li {
        width: 33%;
        border-right: 1px solid #ddd;
        padding: 0 10px;
    }

        .color-list li a {
            width: 100%;
            text-align: center;
        }

        .color-list li:last-child {
            border: none
        }

@media (min-width: 300px) {
    .top-icons li a {
        font-size: 10px
    }
    /*
    =========================================
    =========================================

    Bootstrap 4 Admin Template

    https://bootstrapious.com/p/admin-template

    =========================================
    ========================================= */
    /*
    * ==========================================================
    *     GENERAL STYLES
    * ==========================================================
    */

    .droid-arabic-kufi {
        font-family: 'Raleway', 'Droid Arabic Kufi', sans-serif;
    }

    body {
        overflow-x: hidden;
        font-family: 'Open Sans',sans-serif !important;
        font-size: 21px;
    }

    a, i, span {
        /*display: inline-block;*/
        text-decoration: none;
        transition: all 0.3s;
        /*color: white;*/
    }

    .highcharts-axis-labels span {
        /*display: inline-block;*/
        font-size: 9px !important;
        text-decoration: none;
        transition: all 0.3s;
        white-space: pre-wrap !important;
        /*word-wrap: break-word;*/
        /*color: white;*/
        font-family: 'Open Sans',sans-serif !important;
    }

    a:hover, a:focus, i:hover, i:focus, span:hover, span:focus {
        text-decoration: none;
    }

    ul {
        margin: 0;
        padding: 0;
    }

    section {
        padding: 25px 0;
    }

    canvas {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .container-fluid {
        padding: 0 30px;
    }

    @media (max-width: 576px) {
        .container-fluid {
            padding: 0 15px;
        }
    }

    header.page-header {
        padding: 20px 0;
    }

    table {
        font-size: 14px;
        color: #666;
    }

    .card-close {
        position: absolute;
        top: 15px;
        right: 15px;
    }

        .card-close .dropdown-toggle {
            color: #999;
            background: none;
            border: none;
        }

            .card-close .dropdown-toggle:after {
                display: none;
            }

        .card-close .dropdown-menu {
            border: none;
            min-width: auto;
            font-size: 0.9em;
            border-radius: 0;
            transform: translateX(calc(-100% + 5px));
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1), -2px -2px 3px rgba(0, 0, 0, 0.1);
        }

            .card-close .dropdown-menu a {
                color: #999 !important;
            }

                .card-close .dropdown-menu a:hover {
                    background: #b68a35;
                    color: #fff !important;
                }

                .card-close .dropdown-menu a i {
                    margin-right: 10px;
                    transition: none;
                }

    .content-inner {
    }

        .content-inner.active {
            width: calc(100% - 90px);
        }

    .page-header {
        background: #fff;
        padding: 20px;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 99;
    }

    *[class*="icon-"] {
        transform: translateY(3px);
    }

    button, input {
        outline: none !important;
    }

    .card {
        border-radius: 0;
        border: none;
        margin-bottom: 40px;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
    }

    .card-header {
        background: #fff;
        padding: 15px;
        border-bottom: 1px solid #eee;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    }

        .card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6 {
            margin-bottom: 0;
        }

    .card-body {
        padding: 20px;
    }

    .breadcrumb {
        background: #fff;
        position: relative;
        z-index: 50;
        border-radius: 0;
        padding: 15px 0;
        margin-bottom: 0;
    }

        .breadcrumb li.breadcrumb-item {
            color: #aaa;
            font-weight: 300;
        }

    #style-switch-button {
        z-index: 9999 !important;
    }

    /*=== Helpers ===*/
    .bg-red {
        background: #ff7676 !important;
        color: #fff;
    }

        .bg-red:hover {
            color: #fff;
        }

    .bg-blue {
        background: #b68a35 !important;
        color: #fff;
    }

        .bg-blue:hover {
            color: #fff;
        }

    .bg-yellow {
        background: #eef157 !important;
        color: #fff;
    }

        .bg-yellow:hover {
            color: #fff;
        }

    .bg-green {
        background: #54e69d !important;
        color: #fff;
    }

        .bg-green:hover {
            color: #fff;
        }

    .bg-orange {
        background: #ffc36d !important;
        color: #fff;
    }

        .bg-orange:hover {
            color: #fff;
        }

    .bg-violet {
        background: #b68a35 !important;
        color: #fff;
    }

        .bg-violet:hover {
            color: #fff;
        }

    .bg-gray {
        background: #eceeef !important;
    }

    .bg-white {
        background: #fff !important;
    }

    .text-red {
        color: #ff7676;
    }

        .text-red:hover {
            color: #ff7676;
        }

    .text-yellow {
        color: #eef157;
    }

        .text-yellow:hover {
            color: #eef157;
        }

    .text-green {
        color: #54e69d;
    }

        .text-green:hover {
            color: #54e69d;
        }

    .text-orange {
        color: #ffc36d;
    }

        .text-orange:hover {
            color: #ffc36d;
        }

    .text-violet {
        color: #b68a35;
    }

        .text-violet:hover {
            color: #b68a35;
        }

    .text-blue {
        color: #b68a35;
    }

        .text-blue:hover {
            color: #b68a35;
        }

    .text-gray {
        color: #eceeef;
    }

        .text-gray:hover {
            color: #eceeef;
        }

    .page {
        background: #eee;
    }

        .page .text-white {
            color: #fff;
        }

    .no-padding {
        padding: 0 !important;
    }

    .no-padding-bottom {
        padding-bottom: 0 !important;
    }

    .no-padding-top {
        padding-top: 0 !important;
    }

    .no-margin {
        margin: 0 !important;
    }

    .no-margin-bottom {
        margin-bottom: 0 !important;
    }

    .no-margin-top {
        margin-top: 0 !important;
    }

    .page {
        overflow-x: hidden;
    }

    .has-shadow {
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
    }

    .badge {
        font-weight: 400;
    }

    .badge-rounded {
        border-radius: 50px;
    }

    /*
    * ==========================================================
    *     SIDEBAR
    * ==========================================================
    */
    nav.side-navbar {
        background: #b68a35;
        min-width: 210px;
        max-width: 210px;
        display: block;
        height: 100%;
        position: fixed;
        backface-visibility: hidden;
        color: #686a76;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        z-index: 9999;
        /*==== Sidebar Header ====*/
        /*==== Sidebar Menu ====*/
        /*==== Shrinked Sidebar ====*/
        transition: left .4s ease-in-out 0s;
        transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
        /* overflow: scroll; */
    }

        nav.side-navbar a {
            color: inherit;
            position: relative;
            font-size: 0.9em;
        }

    .has-submenu::before {
        content: '\f104';
        display: inline-block;
        transform: translateY(-50%);
        font-family: 'FontAwesome';
        position: absolute;
        top: 50%;
        right: 20px;
        font-size: 20px;
    }

    nav.side-navbar a[aria-expanded="true"] {
        background: #8a6826;
    }

    .has-submenu-open::before {
        content: '\f107';
        display: inline-block;
        transform: translateY(-50%);
        font-family: 'FontAwesome';
        position: absolute;
        top: 50%;
        right: 20px;
        font-size: 20px;
    }

    nav.side-navbar a i, nav.side-navbar a em {
        font-size: 1.2em;
        margin-right: 1px !important;
        transition: none;
        display: inline;
    }

    nav.side-navbar .sidebar-header {
        padding: 30px 15px;
    }

    nav.side-navbar .avatar {
        width: 55px;
        height: 55px;
    }

    nav.side-navbar .title {
        margin-left: 10px;
    }

        nav.side-navbar .title h1 {
            color: #333;
        }

        nav.side-navbar .title p {
            font-size: 0.9em;
            font-weight: 200;
            margin-bottom: 0;
            color: #aaa;
        }

    nav.side-navbar span.heading {
        text-transform: uppercase;
        font-weight: 400;
        margin-left: 20px;
        color: #ccc;
        font-size: 0.8em;
    }

    nav.side-navbar ul {
        /* padding: 15px 0; */
        /* overflow-y: scroll; */
        /* border: 2px solid #8a6826; */
        height: 85vh;
        overflow-x: hidden;
    }


        nav.side-navbar ul::-webkit-scrollbar {
            width: 1em;
        }

        nav.side-navbar ul::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        }

        nav.side-navbar ul::-webkit-scrollbar-thumb {
            background-color: #8a6826;
            outline: 1px solid slategrey;
        }

        nav.side-navbar ul a {
            padding: 12px 25px;
            text-decoration: none;
            position: relative;
            display: block;
            color: white;
            border-bottom: 1px solid #8a6826;
            font-weight: 300;
            font-size: 13px;
            border-left: 4px solid transparent;
        }

            nav.side-navbar ul a:hover {
                background: #8a6826;
                border-left: 4px solid #8a6826;
                color: #fff;
            }

        nav.side-navbar ul li.active a {
            background: #8a6826;
        }

            nav.side-navbar ul li.active a:hover {
                background: #b68a35;
            }

        nav.side-navbar ul ul {
            padding: 0;
        }

            nav.side-navbar ul ul a {
                padding-left: 35px;
                background: #b68a35;
                font-size: 13px;
            }

    nav.side-navbar.shrinked {
        min-width: 90px;
        max-width: 90px;
        text-align: center;
    }

        nav.side-navbar.shrinked span.heading {
            margin: 0;
        }

        nav.side-navbar.shrinked a {
            padding: 15px 10px;
            border: none;
            font-size: 0.8em;
            color: #aaa;
            transition: color 0.3s, background 0.3s;
        }

            nav.side-navbar.shrinked a[data-toggle="collapse"]::before {
                content: '\f107';
                transform: translateX(50%);
                position: absolute;
                top: auto;
                right: 50%;
                bottom: 0;
                left: auto;
            }

            nav.side-navbar.shrinked a[data-toggle="collapse"][aria-expanded="true"]::before {
                content: '\f106';
            }

            nav.side-navbar.shrinked a:hover {
                color: #fff;
                border: none;
            }

                nav.side-navbar.shrinked a:hover i {
                    color: #fff;
                }

            nav.side-navbar.shrinked a i {
                margin-right: 0;
                margin-bottom: 5px;
                display: block;
                font-size: 1.6em;
                color: #333;
                transition: color 0.3s;
            }

        nav.side-navbar.shrinked .sidebar-header .title {
            display: none;
        }

    /* SIDBAR MEDIAQUERIES ----------------------------------- */
    @media (max-width: 1200px) {
        nav .side-navbar {
            margin-left: -90px;
            min-width: 90px !important;
            max-width: 90px;
            text-align: center;
        }

            nav.side-navbar nav.side-navbar span.heading {
                margin: 0;
            }

            nav.side-navbar ul a {
                padding: 12px 10px;
                border: none;
                font-size: 13px;
                color: white;
                border-bottom: 1px solid #8a6826;
                transition: color 0.3s, background 0.3s;
            }

                nav.side-navbar ul a[data-toggle="collapse"]::before {
                    content: '\f107';
                    transform: translateX(50%);
                    position: absolute;
                    top: auto;
                    right: 50%;
                    bottom: 0;
                    left: auto;
                }

                nav.side-navbar ul a[data-toggle="collapse"][aria-expanded="true"]::before {
                    content: '\f106';
                }

                nav.side-navbar ul a:hover {
                    color: #fff;
                    border: none;
                }

                    nav.side-navbar ul a:hover i {
                        color: #fff;
                    }

                nav.side-navbar ul a i {
                    margin-right: 0;
                    margin-bottom: 5px;
                    font-size: 1.6em;
                    color: #fff;
                    transition: color 0.3s;
                    font-size: 13px;
                }

            nav.side-navbar .sidebar-header .title {
                display: none;
            }

            nav.side-navbar.shrinked {
                margin-left: 0;
            }

        /*.margin-right {
            margin-right: 90px;
            display: block;
            z-index: 1;
        }

        .content-inner {
            width: 100%;
        }

            .content-inner.active {
                width: calc(100% - 90px);
            }*/
    }

    /*
    * ==========================================================
    *     MAIN NAVBAR
    * ==========================================================
    */
    nav.navbar {
        background: #ffffff;
        padding-top: 0;
        padding-bottom: 0;
        color: #b68a35;
        margin-bottom: 0;
        position: relative;
        border-radius: 0;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
        z-index: 9999;
        padding-left: 0;
        padding-right: 0;
        /*==== Toggle Sidebar Btn ====*/
        /*==== Navbar Items ====*/
        /*==== Search Box ====*/
        /*==== Dropdowns ====*/
        height: 100px;
    }

        nav.navbar .badge {
            width: 22px;
            height: 22px;
            line-height: 22px;
            text-align: center;
            padding: 0;
            border-radius: 50%;
        }

        nav.navbar .navbar-brand .brand-small {
            display: none;
        }

        nav.navbar a {
            /* color: #b68a35; */
        }

        nav.navbar .container-fluid {
            width: 100%;
        }

        nav.navbar .menu-btn {
            margin-right: 20px;
            font-size: 1.2em;
            /* top: 0; */
            margin-bottom: 50px;
            transition: all 0.7s;
        }

            nav.navbar .menu-btn span {
                width: 20px;
                height: 2px;
                background: #b68a35;
                display: block;
                margin: 4px auto 0;
                transition: all 0.3s cubic-bezier(0.81, -0.33, 0.345, 1.375);
            }

                nav.navbar .menu-btn span:nth-of-type(2) {
                    position: relative;
                    width: 35px;
                    transform: rotateY(180deg);
                }

                    nav.navbar .menu-btn span:nth-of-type(2)::before, nav.navbar .menu-btn span:nth-of-type(2)::after {
                        content: '';
                        width: 6px;
                        height: 2px;
                        display: block;
                        background: #b68a35;
                        transform: rotate(45deg);
                        position: absolute;
                        top: 2px;
                        left: 0;
                        transition: all 0.7s;
                    }

                    nav.navbar .menu-btn span:nth-of-type(2)::after {
                        transform: rotate(145deg);
                        position: absolute;
                        top: -2px;
                        left: 0;
                    }

            nav.navbar .menu-btn.active span:first-of-type {
                transform: translateY(12px);
            }

            nav.navbar .menu-btn.active span:nth-of-type(2) {
                transform: none;
            }

            nav.navbar .menu-btn.active span:last-of-type {
                transform: translateY(-12px);
            }

        nav.navbar .nav-item > a {
            position: relative;
        }

            nav.navbar .nav-item > a span {
                position: absolute;
                top: 0;
                right: 0;
                font-weight: 400;
                font-size: 0.7em;
            }

            nav.navbar .nav-item > a.logout i {
                margin-left: 10px;
            }

        nav.navbar .search-box {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            padding: 0;
            background: #fff;
            z-index: 9999;
            border-radius: 0;
            display: none;
        }

            nav.navbar .search-box .dismiss {
                position: absolute;
                top: 50%;
                right: 20px;
                transform: translateY(-50%);
                background: none;
                border: none;
                cursor: pointer;
                font-size: 1.5em;
                color: #999;
            }

            nav.navbar .search-box form {
                height: 100%;
            }

                nav.navbar .search-box form input {
                    height: 100%;
                    border: none;
                    padding: 20px;
                }

        nav.navbar .dropdown-menu {
            right: 0;
            min-width: 250px;
            left: auto;
            margin-top: 15px;
            padding: 15px 0;
            max-width: 400px;
            border-radius: 0;
            border: none;
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
        }

            nav.navbar .dropdown-menu a {
                background: #fff;
                padding: 10px 20px;
                font-size: 0.8em;
                color: #777;
                width: 100%;
            }

                nav.navbar .dropdown-menu a:hover {
                    background: #f5f5f5;
                }

                nav.navbar .dropdown-menu a i {
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    background: #b68a35;
                    text-align: center;
                    color: #fff;
                    border-radius: 50%;
                    margin-right: 10px;
                }

                nav.navbar .dropdown-menu a small {
                    margin-left: 40px;
                }

            nav.navbar .dropdown-menu span {
                position: static;
                font-size: 0.9em;
                color: #999;
            }

            nav.navbar .dropdown-menu strong {
                font-weight: 700;
            }

            nav.navbar .dropdown-menu .msg-profile {
                width: 45px;
                height: 45px;
                margin-right: 10px;
            }

            nav.navbar .dropdown-menu h3 {
                font-weight: 500;
            }

    /* MAIN NAVBAR MEDIAQUERIES ----------------------------------- */
    @media (max-width: 1200px) {
        nav.navbar {
            /*==== Toggle Sidebar Btn ====*/
        }

            nav.navbar .navbar-brand .brand-small {
                display: block !important;
            }

            nav.navbar .menu-btn {
                margin-right: 20px;
                font-size: 1.2em;
                transition: all 0.7s;
            }

                nav.navbar .menu-btn span:first-of-type {
                    transform: translateY(12px);
                }

                nav.navbar .menu-btn span:nth-of-type(2) {
                    transform: none;
                }

                    nav.navbar .menu-btn span:nth-of-type(2)::before, nav.navbar .menu-btn span:nth-of-type(2)::after {
                        transform: rotate(45deg);
                    }

                    nav.navbar .menu-btn span:nth-of-type(2)::after {
                        transform: rotate(145deg);
                        position: absolute;
                        top: -2px;
                        left: 0;
                    }

                nav.navbar .menu-btn span:last-of-type {
                    transform: translateY(-12px);
                }

                nav.navbar .menu-btn.active span:first-of-type {
                    transform: none;
                }

                nav.navbar .menu-btn.active span:nth-of-type(2) {
                    transform: rotateY(180deg);
                }

                nav.navbar .menu-btn.active span:last-of-type {
                    transform: none;
                }
    }


    @media (max-width: 576px) {
        nav.navbar {
            font-size: 14px;
        }

            nav.navbar .badge {
                width: 19px;
                height: 19px;
            }

            nav.navbar .nav-item > a {
                font-size: 13px;
            }

            nav.navbar .dropdown-menu {
                right: auto;
                left: -50%;
                transform: translateX(-50%);
            }
    }


    /*
    * ==========================================================
    *     DASHBOARD COUNTS SECTION
    * ==========================================================
    */
    section.dashboard-counts .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        min-width: 40px;
        max-width: 40px;
        border-radius: 50%;
    }

    section.dashboard-counts .title {
        font-size: 1.1em;
        font-weight: 300;
        color: #777;
        margin: 0 20px;
    }

    section.dashboard-counts .progress {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    section.dashboard-counts .number {
        font-size: 1.8em;
        font-weight: 300;
    }

        section.dashboard-counts .number strong {
            font-weight: 700;
        }

    section.dashboard-counts .row {
        padding: 30px 15px;
        margin: 0;
    }

    section.dashboard-counts div[class*='col-'] .item {
        border-right: 1px solid #eee;
        padding: 15px 0;
    }

    section.dashboard-counts div[class*='col-']:last-of-type .item {
        border-right: none;
    }

    /*  DASHBOARD COUNTS MEDIAQUERIES ------------------------ */
    @media (max-width: 1200px) {
        section.dashboard-counts div[class*='col-']:nth-of-type(2) .item {
            border-right: none;
        }
    }

    @media (max-width: 575px) {
        section.dashboard-counts div[class*='col-'] .item {
            border-right: none;
        }
    }

    /*
    * ==========================================================
    *     DASHBOARD HEADER SECTION
    * ==========================================================
    */
    .statistic {
        padding: 20px 15px;
        margin-bottom: 0 !important;
        min-height: 99px;
    }

        .statistic:last-of-type {
            margin-bottom: 0;
        }

        .statistic strong {
            font-size: 1.5em;
            color: #333;
            font-weight: 700;
            line-height: 1;
        }

        .statistic small {
            color: #aaa;
            text-transform: uppercase;
        }

        .statistic .icon {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            min-width: 40px;
            max-width: 40px;
            color: #fff;
            border-radius: 50%;
            margin-right: 15px;
        }

    .chart .title {
        padding: 15px 0 0 15px;
    }

        .chart .title strong {
            font-weight: 700;
            font-size: 1.2em;
        }

        .chart .title small {
            color: #aaa;
            text-transform: uppercase;
        }

    .chart .line-chart {
        width: 100%;
        height: 100%;
        padding: 20px 0;
    }

        .chart .line-chart canvas {
            width: calc(100% - 30px) !important;
        }

    .chart .bar-chart {
        margin-bottom: 15px;
    }

        .chart .bar-chart canvas {
            padding: 15px;
            width: 100%;
            margin: 0;
        }

    /*  DASHBOARD HEADER  MEDIAQUERIES ------------------------*/
    @media (max-width: 991px) {
        section.dashboard-header div[class*='col-'] {
            margin-bottom: 20px;
        }
    }

    /*
    * ==========================================================
    *     PROJECTS SECTION
    * ==========================================================
    */
    .project .row {
        margin: 0;
        padding: 15px 0;
        margin-bottom: 15px;
    }

    .project div[class*='col-'] {
        border-right: 1px solid #eee;
    }

    .project .text h3 {
        margin-bottom: 0;
        color: #555;
    }

    .project .text small {
        color: #aaa;
        font-size: 0.75em;
    }

    .project .project-date span {
        font-size: 0.9em;
        color: #999;
    }

    .project .image {
        max-width: 50px;
        min-width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .project .time, .project .comments, .project .project-progress {
        color: #999;
        font-size: 0.9em;
        margin-right: 20px;
    }

        .project .time i, .project .comments i, .project .project-progress i {
            margin-right: 5px;
        }

    .project .project-progress {
        width: 200px;
    }

    .project .card {
        margin-bottom: 0;
    }

    /* PROJECTS SECTION ------------------------------------- */
    @media (max-width: 991px) {
        .project .right-col {
            margin-top: 20px;
            margin-left: 65px;
        }

        .project .project-progress {
            width: 150px;
        }
    }


    @media (max-width: 768px) {
        .dataTables_wrapper .dataTables_filter input {
            width: 100%;
        }

        .kpisTable {
            overflow-x: auto;
            max-width: 768px !important;
        }

        .margin-right {
            margin-left: 90px !important;
            display: block;
            z-index: 1;
        }

        .margin-left {
            margin-left: 0px !important;
        }

        ul.top-icons {
            top: 0;
            float: left;
            list-style: none;
            margin: -18px 0 0px 0px !important;
            padding: 0;
            /* height: 110px; */
            right: 0px;
            position: absolute;
            /* width:380px; */
        }

        .top-icons li {
            padding: 35px 10px 0 10px !important;
            width: 100%;
            text-align: center;
        }

        nav.side-navbar ul ul a {
            padding-left: 10px;
        }

        .top-icons li:last-child {
            padding: 9px 10px 0 10px !important;
            /* width: 20%; */
            max-width: 150px;
        }

        .top-icons li a {
            font-size: 12px;
            text-align: center;
            width: 100%;
        }

        .top-icons li i span {
            stroke-width: 100%;
            text-align: center
        }

        nav.side-navbar {
            min-width: 90px;
        }

        .list-unstyled li span {
            width: 100%;
            text-align: center;
        }

        .list-unstyled li em {
            width: 100%;
            text-align: center;
        }

        .list-unstyled li i {
        }

        nav.side-navbar ul a i {
            margin-right: 0;
            margin-bottom: 5px;
            font-size: 13px;
            color: #fff;
            transition: color 0.3s;
        }

        .top-icons li {
            height: 60px !important;
        }

        .top-icons li {
            padding: 9px 10px 0 10px !important;
            width: 20%;
        }

        nav.navbar {
            height: 160px;
        }

        nav.side-navbar {
            top: 0 !important;
            left: 0;
            max-width: 120px;
        }

        .top-icons li {
            padding: 9px 5px 0 5px !important;
            width: 20%;
            border-right: 1px solid #8a6826;
        }

        ul.top-icons {
            top: 117px;
            width: 100%;
        }

        .hide-sidebar {
            transform: translateX(-120px) !important;
            -webkit-transform: translateX(-120px) !important;
            -moz-transform: translateX(-120px) !important;
            -o-transform: translateX(-120px) !important;
        }

        .has-submenu::before {
            top: 50%;
            right: 10px;
        }

        .has-submenu-open::before {
            top: 50%;
            right: 10px;
        }

        ul.top-icons {
            border-top: 1px solid #f3e7e7
        }

        a#toggle-btn {
            height: 38px !important;
            line-height: 38px !important;
        }

        .tab-content > .active {
            display: block;
            width: 100%;
            float: left;
            overflow: hidden !important;
        }

        .login-style .btn {
            margin: 10px auto !important;
            display: block;
            text-align: center;
            width: 100%;
        }

        .login-style .fa-lock {
            line-height: 31px;
        }

        img.pull-left.applogo {
            padding-left: 25px
        }

        .page-content {
            margin-top: 160px !important
        }

        .main-title {
            top: 160px !important;
        }

        .nav-tabs > li {
            width: 100%
        }
    }


    @media (max-width: 480px) {
        .kpisTable {
            overflow-x: auto;
            max-width: 480px !important;
        }

            .kpisTable > table {
                /*width: 450px !important*/
            }

        .project .project-progress {
            display: none;
        }
    }

    /*
    * ==========================================================
    *     CLIENT SECTION
    * ==========================================================
    */
    /*====== Work Amount Box ======*/
    .work-amount .chart {
        max-width: 180px;
        max-height: 180px;
        margin: 40px auto;
        position: relative;
    }

        .work-amount .chart .text {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .work-amount .chart strong {
            font-size: 1.5em;
        }

        .work-amount .chart span {
            color: #999;
            font-weight: 300;
        }

    .work-amount li span {
        font-size: 0.85em;
        margin-bottom: 10px;
        color: #777;
        display: block;
    }

        .work-amount li span::before {
            content: '';
            display: inline-block;
            margin-right: 10px;
            width: 7px;
            height: 7px;
            line-height: 7px;
            background: #b68a35;
            border-radius: 50%;
        }

    /*====== Client Profile Box ======*/
    .client .client-avatar {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        position: relative;
    }

        .client .client-avatar .status {
            content: '';
            display: block;
            width: 18px;
            height: 18px;
            border: 3px solid #fff;
            border-radius: 50%;
            position: absolute;
            right: 4px;
            bottom: 4px;
        }

    .client .client-title {
        margin-top: 20px;
    }

        .client .client-title h3 {
            font-weight: 500;
            color: #555;
        }

        .client .client-title span {
            font-size: 0.9em;
            color: #aaa;
            display: block;
        }

        .client .client-title a {
            padding: 2px 30px;
            border-radius: 40px;
            background: #54e69d;
            color: #fff;
            margin-top: 5px;
            font-size: 0.9em;
            text-decoration: none;
        }

            .client .client-title a:hover {
                background: #b68a35;
            }

    .client .client-info {
        margin-top: 20px;
    }

        .client .client-info strong {
            font-weight: 700;
        }

    .client .client-social {
        margin-top: 20px;
    }

        .client .client-social a {
            color: #aaa;
        }

    /*====== Total Overdue Box ======*/
    .overdue .chart canvas {
        width: 100% !important;
        z-index: 1;
    }

    .overdue .card {
        margin-bottom: 0;
    }

    .overdue .card-body {
        padding: 20px;
    }

        .overdue .card-body small {
            font-weight: 300;
            color: #aaa;
        }

        .overdue .card-body h3 {
            margin-bottom: 5px;
        }

    .overdue .number {
        font-size: 1.8em;
        font-weight: 400;
        color: #555;
        margin: 35px 0;
    }

    /*
    * ==========================================================
    *     FEEDS SECTION
    * ==========================================================
    */
    /*====== Checklist Box ======*/
    .checklist label {
        font-size: 0.8em;
        color: #999;
        line-height: 1.8em;
    }

    .checklist .item {
        padding: 20px;
    }

        .checklist .item:nth-of-type(even) {
            background: #fafafa;
        }

    /*====== Trending Articles Box ======*/
    .articles a {
        text-decoration: none !important;
        display: block;
        margin-bottom: 0;
        color: #555;
    }

    .articles .badge {
        font-size: 0.7em;
        padding: 5px 10px;
        line-height: 1;
        margin-left: 10px;
    }

    .articles .item {
        padding: 20px;
    }

        .articles .item:nth-of-type(even) {
            background: #fafafa;
        }

        .articles .item .image {
            min-width: 50px;
            max-width: 50px;
            height: 50px;
            margin-right: 15px;
        }

        .articles .item img {
            padding: 3px;
            border: 1px solid #5cb85c;
        }

        .articles .item h3 {
            color: #555;
            font-weight: 400;
            margin-bottom: 0;
        }

        .articles .item small {
            color: #aaa;
            font-size: 0.75em;
        }

    /*
    * ==========================================================
    *     UPDATES SECTION
    * ==========================================================
    */
    /*====== Recent Updates Box ======*/
    .recent-updates .item {
        padding: 20px;
    }

        .recent-updates .item:nth-of-type(even) {
            background: #fafafa;
        }

    .recent-updates .icon {
        margin-right: 10px;
    }

    .recent-updates h5 {
        margin-bottom: 5px;
        color: #333;
        font-weight: 400;
    }

    .recent-updates p {
        font-size: 0.8em;
        color: #aaa;
        margin-bottom: 0;
    }

    .recent-updates .date {
        font-size: 0.9em;
        color: #adadad;
    }

        .recent-updates .date strong {
            font-size: 1.4em;
            line-height: 0.8em;
            display: block;
        }

        .recent-updates .date span {
            font-size: 0.9em;
            font-weight: 300;
        }

    /*====== Daily Feeds Box ======*/
    .daily-feeds .item {
        padding: 20px;
        border-bottom: 1px solid #eee;
    }

    .daily-feeds .feed-profile {
        max-width: 50px;
        min-width: 50px;
        margin-right: 10px;
    }

    .daily-feeds h5 {
        margin-bottom: 0;
        color: #555;
    }

    .daily-feeds span {
        font-size: 0.8em;
        color: #999;
    }

    .daily-feeds .full-date {
        font-size: 0.85em;
        color: #aaa;
        font-weight: 300;
    }

    .daily-feeds .CTAs {
        margin-top: 5px;
    }

        .daily-feeds .CTAs a {
            font-size: 0.7em;
            padding: 3px 8px;
            margin-right: 5px;
        }

            .daily-feeds .CTAs a i {
                margin-right: 5px;
            }

    .daily-feeds .quote {
        background: #fafafa;
        margin-top: 5px;
        border-radius: 0;
        padding: 15px;
        margin-left: 60px;
    }

        .daily-feeds .quote small {
            font-size: 0.75em;
            color: #777;
        }

    .daily-feeds .date {
        font-size: 0.9em;
        color: #aaa;
    }

    /*====== Recent Activities Box ======*/
    .recent-activities .item {
        padding: 0 15px;
        border-bottom: 1px solid #eee;
    }

        .recent-activities .item div[class*='col-'] {
            padding: 15px;
        }

    .recent-activities h5 {
        font-weight: 400;
        color: #333;
    }

    .recent-activities p {
        font-size: 0.75em;
        color: #999;
    }

    .recent-activities .icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: #f5f5f5;
        text-align: center;
        display: inline-block;
    }

    .recent-activities .date {
        font-size: 0.75em;
        color: #999;
        padding: 10px;
    }

    .recent-activities .date-holder {
        padding: 0 !important;
        border-right: 1px solid #eee;
    }

    /*
    * ==========================================================
    *     FOOTER
    * ==========================================================
    */
    footer.main-footer {
        background: #2f333e;
        color: #fff;
        padding: 10px;
    }

        footer.main-footer a {
            color: inherit;
        }

        footer.main-footer p {
            margin: 0;
            font-size: 0.8em;
        }

    /* FOOTER MEDIAQUERIES  --------------------------------- */
    @media (max-width: 576px) {
        footer.main-footer div[class*='col'] {
            text-align: center !important;
        }
    }

    section.charts div[class*="col-"] {
        margin-bottom: 30px;
    }

    section.charts header {
        padding: 30px 0;
    }

    section.charts div[class*="col-"] {
        margin-bottom: 0;
    }

    /*
    * ==========================================================
    *     LINE CHART
    * ==========================================================
    */
    .line-chart-example .card-block {
        padding: 20px;
    }

    /*
    * ==========================================================
    *     POLAR CHART
    * ==========================================================
    */
    /*
    * ==========================================================
    *     POLAR CHART
    * ==========================================================
    */
    .polar-chart-example canvas {
        max-width: 350px;
        max-height: 350px;
        margin: 20px auto;
    }

    /*
    * ==========================================================
    *     PIE CHART
    * ==========================================================
    */
    .pie-chart-example canvas {
        max-width: 350px;
        max-height: 350px;
        margin: 15px auto;
    }

    /*
    * ==========================================================
    *     RADAR CHART
    * ==========================================================
    */
    .radar-chart-example canvas {
        max-width: 350px;
        max-height: 350px;
        margin: 20px auto;
    }

    /* FORMS MEDIAQUERIES -------------------------- */
    @media (min-width: 992px) {
        section.charts h2 {
            font-size: 1rem;
        }
    }

    /*
    * ==========================================================
    *     FORM ELEMENTS
    * ==========================================================
    */
    .form-control {
        border: 1px solid #e6e6e6;
        border-radius: 0;
        padding: 10px 15px;
    }

        .form-control::-moz-placeholder {
            font-size: 0.9em;
            font-weight: 300;
            font-family: "Poppins", sans-serif;
            color: #aaa;
        }

        .form-control::-webkit-input-placeholder {
            font-size: 0.9em;
            font-weight: 300;
            font-family: "Poppins", sans-serif;
            color: #aaa;
        }

        .form-control:-ms-input-placeholder {
            font-size: 0.9em;
            font-weight: 300;
            font-family: "Poppins", sans-serif;
            color: #aaa;
        }

        .form-control:focus {
            border-color: #b68a35;
        }

    .form-control-label {
        color: #777;
        font-weight: 300;
    }

    button, input[type='submit'] {
        cursor: pointer;
        font-family: inherit;
        font-weight: 300 !important;
    }

    form label {
        font-size: 0.9em;
        color: #333333;
        font-weight: 600;
    }

    .checkbox-template, .radio-template {
        transform: translateY(3px);
        -webkit-user-select: none;
        user-select: none;
        cursor: pointer;
        position: relative;
    }

        .checkbox-template + label, .radio-template + label {
            margin-left: 10px;
        }

        .checkbox-template::before, .radio-template::before {
            margin-right: 10px;
            content: '';
            display: inline-block;
            transform: translate(-2px, -2px);
            width: 18px;
            height: 18px;
            line-height: 18px;
            text-align: center;
            background: #dae2e7;
            transition: all 0.2s;
        }

        .checkbox-template::after, .radio-template::after {
            content: '\f00c';
            width: 12px;
            height: 12px;
            line-height: 12px;
            text-align: center;
            display: block;
            font-family: 'FontAwesome';
            position: absolute;
            top: 1px;
            left: 1px;
            font-size: 0.7em;
            opacity: 0;
            transition: all 0.2s;
            color: #fff;
        }

        .checkbox-template:checked::before, .radio-template:checked::before {
            background: #b68a35;
        }

        .checkbox-template:checked::after, .radio-template:checked::after {
            opacity: 1;
        }

        .radio-template::before {
            border-radius: 50%;
            transform: translate(-3px, -3px);
        }

        .radio-template::after {
            width: 6px;
            height: 6px;
            line-height: 6px;
            text-align: center;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 50%;
            content: '';
        }

        .radio-template:checked::after {
            background: #fff;
        }

    input.input-material {
        width: 100%;
        border: none;
        background-color: white !important;
        border: 1px solid #eee;
        padding: 10px;
    }

        input.input-material:focus {
            border-color: #b68a35;
        }

        input.input-material ~ label {
            color: #aaa;
            position: absolute;
            top: 14px;
            left: 0;
            cursor: text;
            transition: all 0.2s;
            font-weight: 300;
        }

            input.input-material ~ label.error {
                color: #d9534f;
                font-size: 0.75em;
                position: absolute;
                top: auto;
                bottom: -30px;
                left: 0;
            }

            input.input-material ~ label.active {
                font-size: 0.8em;
                top: -10px;
                color: #b68a35;
            }

    .form-group-material {
        position: relative;
        margin-bottom: 30px;
    }

    .input-group span.input-group-addon {
        background: #f5f5f5;
        color: #999;
        font-weight: 300;
        border-radius: 0;
        border: 1px solid #eee;
    }

    .input-group .dropdown-toggle {
        background: #f5f5f5;
        color: #777;
    }

    .input-group .checkbox-template, .input-group .radio-template {
        transform: none;
    }

    .input-group ul.dropdown-menu {
        padding: 15px;
        color: #777;
        border-radius: 0;
    }

        .input-group ul.dropdown-menu a {
            padding: 5px 0;
            color: inherit;
            text-decoration: none;
        }

            .input-group ul.dropdown-menu a:hover {
                color: #b68a35;
            }

    .modal-content {
        border-radius: 0;
    }

    .i-checks {
        display: flex;
    }

    select {
        margin-bottom: 10px;
    }

        select option {
            color: #999;
        }

    /*
    * ==========================================================
    *     FORM PAGE
    * ==========================================================
    */
    section.forms p {
        font-size: 0.9em;
        color: #555;
    }

    section.forms form span, section.forms form small {
        font-size: 0.8em;
        color: #999;
        font-weight: 300;
    }

    section.forms .line {
        width: 100%;
        height: 1px;
        border-bottom: 1px dashed #eee;
        margin: 30px 0;
    }

    /*
    * ==========================================================
    *     LOGIN PAGE
    * ==========================================================
    */
    .login-page {
        position: relative;
        /* top: 20%; */
    }

        .login-page .container {
            min-height: 100vh;
            z-index: 1;
            padding: 20px;
        }

        .login-page .form-holder {
            width: 100%;
            border-radius: 5px;
            overflow: hidden;
            margin-top: 5%;
        }

            .login-page .form-holder .info, .login-page .form-holder .form {
                min-height: 70vh;
                padding: 40px;
                height: 100%;
                width: 100%;
                display: block;
            }

            .login-page .form-holder div[class*='col-'] {
                padding: 0;
            }

            .login-page .form-holder .info {
                background: url(/app/img/iphone-624709_1920.png) no-repeat 100% 100%;
                color: #fff;
                background-size: cover;
            }

                .login-page .form-holder .info h1 {
                    font-size: 2.5em;
                    font-weight: 600;
                }

                .login-page .form-holder .info p {
                    font-weight: 300;
                }

            .login-page .form-holder .form .form-group {
                position: relative;
                margin-bottom: 30px;
            }

            .login-page .form-holder .form .content {
                width: 100%;
            }

            .login-page .form-holder .form form {
                width: 100%;
                max-width: 400px;
            }

            .login-page .form-holder .form #login, .login-page .form-holder .form #register {
                margin-bottom: 20px;
                cursor: pointer;
            }

            .login-page .form-holder .form a.forgot-pass, .login-page .form-holder .form a.signup {
                font-size: 0.9em;
                color: #b68a35;
            }

            .login-page .form-holder .form small {
                color: #aaa;
            }

            .login-page .form-holder .form .terms-conditions label {
                cursor: pointer;
                color: #aaa;
                font-size: 0.9em;
            }

        .login-page .copyrights {
            width: 100%;
            z-index: 9999;
            position: absolute;
            bottom: 0;
            left: 0;
            color: #fff;
        }

    /**
       Component: form-wizard.less
    */
    .steps-bar {
        margin-bottom: 30px;
        overflow: hidden;
        counter-reset: step;
        display: table;
        table-layout: fixed;
        width: 100%;
    }

        .steps-bar > li {
            display: table-cell;
            list-style-type: none;
            text-transform: uppercase;
            font-size: 10px;
            position: relative;
            text-align: center;
            /* paint the steps progress */
        }

            .steps-bar > li > span {
                cursor: pointer;
            }

            .steps-bar > li:before {
                content: counter(step);
                position: relative;
                counter-increment: step;
                width: 30px;
                line-height: 30px;
                display: block;
                font-size: 14px;
                color: #333;
                background: #ddd;
                border-radius: 3px;
                margin: 0 auto 5px auto;
                z-index: 2;
            }

            .steps-bar > li:after {
                content: '';
                width: 0;
                height: 2px;
                background: white;
                position: absolute;
                left: -50%;
                top: 14px;
                z-index: 1;
                /*put it behind the numbers*/
                -webkit-transition: width 0.3s ease-out;
                -o-transition: width 0.3s ease-out;
                transition: width 0.3s ease-out;
            }

            .steps-bar > li:first-child:after {
                content: none;
            }

            .steps-bar > li.active:before,
            .steps-bar > li.active:after {
                background: #b68a35;
                color: white;
            }

            .steps-bar > li.active:after {
                width: 100%;
            }

    /*

    =====================
    STYLE SWITCHER FOR DEMO
    =====================

    */
    #style-switch-button {
        position: fixed;
        top: 120px;
        right: 0px;
        border-radius: 0;
        z-index: 2;
    }

    #style-switch {
        width: 300px;
        padding: 20px;
        position: fixed;
        top: 160px;
        right: 0;
        background: #fff;
        border: solid 1px #eceeef;
        z-index: 2000;
    }

        #style-switch h4 {
            color: #464a4c;
        }

    /* ========================================= */
    /* THEMING OF BOOTSTRAP COMPONENTS           */
    /* ========================================= */
    /*
     * 1. NAVBAR
     */
    .navbar {
        padding: 5px 10px;
    }

    .navbar-brand {
        display: inline-block;
        padding-top: .25rem;
        padding-bottom: .25rem;
        margin-right: 1rem;
        font-size: 1.25rem;
    }

    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        border: 1px solid transparent;
        border-radius: 0.25rem;
    }

    .navbar-toggler-left {
        left: 1rem;
    }

    .navbar-toggler-right {
        right: 1rem;
    }

    .navbar-light .navbar-brand,
    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0.9);
    }

        .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
        .navbar-light .navbar-toggler:focus,
        .navbar-light .navbar-toggler:hover {
            color: rgba(0, 0, 0, 0.9);
        }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 0.5);
    }

        .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
            color: rgba(0, 0, 0, 0.7);
        }

        .navbar-light .navbar-nav .nav-link.disabled {
            color: rgba(0, 0, 0, 0.3);
        }

        .navbar-light .navbar-nav .open > .nav-link,
        .navbar-light .navbar-nav .active > .nav-link,
        .navbar-light .navbar-nav .nav-link.open,
        .navbar-light .navbar-nav .nav-link.active {
            color: rgba(0, 0, 0, 0.9);
        }

    .navbar-light .navbar-toggler {
        border-color: rgba(0, 0, 0, 0.1);
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .navbar-light .navbar-text {
        color: rgba(0, 0, 0, 0.5);
    }

    .navbar-inverse .navbar-brand,
    .navbar-inverse .navbar-toggler {
        color: white;
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-toggler:focus,
        .navbar-inverse .navbar-toggler:hover {
            color: white;
        }

    .navbar-inverse .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.5);
    }

        .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
            color: rgba(255, 255, 255, 0.75);
        }

        .navbar-inverse .navbar-nav .nav-link.disabled {
            color: rgba(255, 255, 255, 0.25);
        }

        .navbar-inverse .navbar-nav .open > .nav-link,
        .navbar-inverse .navbar-nav .active > .nav-link,
        .navbar-inverse .navbar-nav .nav-link.open,
        .navbar-inverse .navbar-nav .nav-link.active {
            color: white;
        }

    .navbar-inverse .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .navbar-inverse .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .navbar-inverse .navbar-text {
        color: rgba(255, 255, 255, 0.5);
    }

    /*
     * 2. BUTTONS
     */
    .btn {
        font-weight: normal;
        line-height: 1.25;
        border: 1px solid transparent;
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 0.25rem;
        transition: all 0.2s ease-in-out;
    }

        .btn:focus, .btn.focus {
            outline: 0;
            box-shadow: 0 0 0 2px rgba(121, 106, 238, 0.25);
        }

        .btn:active, .btn.active {
            background-image: none;
        }

    a.btn.disabled,
    fieldset[disabled] a.btn {
        pointer-events: none;
    }

    .btn-primary {
        color: #fff;
        background-color: #b68a35;
        border-color: #b68a35;
    }

        .btn-primary:hover {
            color: #fff;
            background-color: #503ce9;
            border-color: #4833e8;
        }

        .btn-primary:focus, .btn-primary.focus {
            box-shadow: 0 0 0 2px rgba(121, 106, 238, 0.5);
        }

        .btn-primary.disabled, .btn-primary:disabled {
            background-color: #b68a35;
            border-color: #b68a35;
        }

        .btn-primary:active, .btn-primary.active,
        .show > .btn-primary.dropdown-toggle {
            color: #fff;
            background-color: #503ce9;
            background-image: none;
            border-color: #4833e8;
        }

    .btn-secondary {
        color: #292b2c;
        background-color: #fff;
        border-color: #ccc;
    }

        .btn-secondary:hover {
            color: #292b2c;
            background-color: #e6e6e6;
            border-color: #adadad;
        }

        .btn-secondary:focus, .btn-secondary.focus {
            box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
        }

        .btn-secondary.disabled, .btn-secondary:disabled {
            background-color: #fff;
            border-color: #ccc;
        }

        .btn-secondary:active, .btn-secondary.active,
        .show > .btn-secondary.dropdown-toggle {
            color: #292b2c;
            background-color: #e6e6e6;
            background-image: none;
            border-color: #adadad;
        }

    .btn-info {
        color: #fff;
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

        .btn-info:hover {
            color: #fff;
            background-color: #31b0d5;
            border-color: #2aabd2;
        }

        .btn-info:focus, .btn-info.focus {
            box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
        }

        .btn-info.disabled, .btn-info:disabled {
            background-color: #5bc0de;
            border-color: #5bc0de;
        }

        .btn-info:active, .btn-info.active,
        .show > .btn-info.dropdown-toggle {
            color: #fff;
            background-color: #31b0d5;
            background-image: none;
            border-color: #2aabd2;
        }

    .btn-success {
        color: #fff;
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

        .btn-success:hover {
            color: #fff;
            background-color: #449d44;
            border-color: #419641;
        }

        .btn-success:focus, .btn-success.focus {
            box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
        }

        .btn-success.disabled, .btn-success:disabled {
            background-color: #5cb85c;
            border-color: #5cb85c;
        }

        .btn-success:active, .btn-success.active,
        .show > .btn-success.dropdown-toggle {
            color: #fff;
            background-color: #449d44;
            background-image: none;
            border-color: #419641;
        }

    .btn-warning {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

        .btn-warning:hover {
            color: #fff;
            background-color: #ec971f;
            border-color: #eb9316;
        }

        .btn-warning:focus, .btn-warning.focus {
            box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
        }

        .btn-warning.disabled, .btn-warning:disabled {
            background-color: #f0ad4e;
            border-color: #f0ad4e;
        }

        .btn-warning:active, .btn-warning.active,
        .show > .btn-warning.dropdown-toggle {
            color: #fff;
            background-color: #ec971f;
            background-image: none;
            border-color: #eb9316;
        }

    .btn-danger {
        color: #fff;
        background-color: #d9534f;
        border-color: #d9534f;
    }

        .btn-danger:hover {
            color: #fff;
            background-color: #c9302c;
            border-color: #c12e2a;
        }

        .btn-danger:focus, .btn-danger.focus {
            box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
        }

        .btn-danger.disabled, .btn-danger:disabled {
            background-color: #d9534f;
            border-color: #d9534f;
        }

        .btn-danger:active, .btn-danger.active,
        .show > .btn-danger.dropdown-toggle {
            color: #fff;
            background-color: #c9302c;
            background-image: none;
            border-color: #c12e2a;
        }

    .btn-outline-primary {
        color: #b68a35;
        background-image: none;
        background-color: transparent;
        border-color: #b68a35;
    }

        .btn-outline-primary:hover {
            color: #fff;
            background-color: #b68a35;
            border-color: #b68a35;
        }

        .btn-outline-primary:focus, .btn-outline-primary.focus {
            box-shadow: 0 0 0 2px rgba(121, 106, 238, 0.5);
        }

        .btn-outline-primary.disabled, .btn-outline-primary:disabled {
            color: #b68a35;
            background-color: transparent;
        }

        .btn-outline-primary:active, .btn-outline-primary.active,
        .show > .btn-outline-primary.dropdown-toggle {
            color: #fff;
            background-color: #b68a35;
            border-color: #b68a35;
        }

    .btn-outline-secondary {
        color: #ccc;
        background-image: none;
        background-color: transparent;
        border-color: #ccc;
    }

        .btn-outline-secondary:hover {
            color: #fff;
            background-color: #ccc;
            border-color: #ccc;
        }

        .btn-outline-secondary:focus, .btn-outline-secondary.focus {
            box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
        }

        .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
            color: #ccc;
            background-color: transparent;
        }

        .btn-outline-secondary:active, .btn-outline-secondary.active,
        .show > .btn-outline-secondary.dropdown-toggle {
            color: #fff;
            background-color: #ccc;
            border-color: #ccc;
        }

    .btn-outline-info {
        color: #5bc0de;
        background-image: none;
        background-color: transparent;
        border-color: #5bc0de;
    }

        .btn-outline-info:hover {
            color: #fff;
            background-color: #5bc0de;
            border-color: #5bc0de;
        }

        .btn-outline-info:focus, .btn-outline-info.focus {
            box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
        }

        .btn-outline-info.disabled, .btn-outline-info:disabled {
            color: #5bc0de;
            background-color: transparent;
        }

        .btn-outline-info:active, .btn-outline-info.active,
        .show > .btn-outline-info.dropdown-toggle {
            color: #fff;
            background-color: #5bc0de;
            border-color: #5bc0de;
        }

    .btn-outline-success {
        color: #5cb85c;
        background-image: none;
        background-color: transparent;
        border-color: #5cb85c;
    }

        .btn-outline-success:hover {
            color: #fff;
            background-color: #5cb85c;
            border-color: #5cb85c;
        }

        .btn-outline-success:focus, .btn-outline-success.focus {
            box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
        }

        .btn-outline-success.disabled, .btn-outline-success:disabled {
            color: #5cb85c;
            background-color: transparent;
        }

        .btn-outline-success:active, .btn-outline-success.active,
        .show > .btn-outline-success.dropdown-toggle {
            color: #fff;
            background-color: #5cb85c;
            border-color: #5cb85c;
        }

    .btn-outline-warning {
        color: #f0ad4e;
        background-image: none;
        background-color: transparent;
        border-color: #f0ad4e;
    }

        .btn-outline-warning:hover {
            color: #fff;
            background-color: #f0ad4e;
            border-color: #f0ad4e;
        }

        .btn-outline-warning:focus, .btn-outline-warning.focus {
            box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
        }

        .btn-outline-warning.disabled, .btn-outline-warning:disabled {
            color: #f0ad4e;
            background-color: transparent;
        }

        .btn-outline-warning:active, .btn-outline-warning.active,
        .show > .btn-outline-warning.dropdown-toggle {
            color: #fff;
            background-color: #f0ad4e;
            border-color: #f0ad4e;
        }

    .btn-outline-danger {
        color: #d9534f;
        background-image: none;
        background-color: transparent;
        border-color: #d9534f;
    }

        .btn-outline-danger:hover {
            color: #fff;
            background-color: #d9534f;
            border-color: #d9534f;
        }

        .btn-outline-danger:focus, .btn-outline-danger.focus {
            box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
        }

        .btn-outline-danger.disabled, .btn-outline-danger:disabled {
            color: #d9534f;
            background-color: transparent;
        }

        .btn-outline-danger:active, .btn-outline-danger.active,
        .show > .btn-outline-danger.dropdown-toggle {
            color: #fff;
            background-color: #d9534f;
            border-color: #d9534f;
        }

    .btn-lg {
        padding: 0.75rem 1.5rem;
        font-size: 1.25rem;
        border-radius: 0.3rem;
    }

    .btn-sm {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        border-radius: 0.2rem;
    }

    /*
     * 3. TYPE
     */
    body {
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.5;
        color: #292b2c;
        background-color: #fff;
    }

    a {
        color: #b68a35;
        text-decoration: none;
    }

        a:focus, a:hover {
            color: #b68a35;
            text-decoration: underline;
        }

    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
        margin-bottom: 0.5rem;
        font-family: 'Open Sans',sans-serif !important;
        font-weight: 700;
        line-height: 1.1;
        color: inherit;
    }

    h1, .h1 {
        font-size: 1.5rem;
    }

    h2, .h2 {
        font-size: 1.3rem;
    }

    h3, .h3 {
        font-size: 17px;
    }

    h4, .h4 {
        font-size: 16px;
    }

    h5, .h5 {
        font-size: 14px;
    }

    h6, .h6 {
        font-size: 0.8rem;
    }

    .lead {
        font-size: 1.25rem;
        font-weight: 300;
    }

    .display-1 {
        font-size: 6rem;
        font-weight: 300;
        line-height: 1.1;
    }

    .display-2 {
        font-size: 5.5rem;
        font-weight: 300;
        line-height: 1.1;
    }

    .display-3 {
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.1;
    }

    .display-4 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.1;
    }

    .blockquote {
        padding: 5px 10px;
        margin-bottom: 1rem;
        font-size: 1.25rem;
        border-left: 0.25rem solid #eceeef;
    }

    .blockquote-footer {
        color: #636c72;
    }

        .blockquote-footer::before {
            content: "\2014 \00A0";
        }

    .blockquote-reverse {
        padding-right: 1rem;
        padding-left: 0;
        text-align: right;
        border-right: 0.25rem solid #eceeef;
        border-left: 0;
    }

    .text-primary {
        color: #b68a35 !important;
    }

    a.text-primary:focus, a.text-primary:hover {
        color: #503ce9 !important;
    }

    /*
     * 4. PAGINATION
     */
    .page-item:first-child .page-link {
        margin-left: 0;
        border-bottom-left-radius: 0.25rem;
        border-top-left-radius: 0.25rem;
    }

    .page-item:last-child .page-link {
        border-bottom-right-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .page-item.active .page-link {
        z-index: 2;
        color: #fff;
        background-color: #b68a35;
        border-color: #b68a35;
    }

    .page-item.disabled .page-link {
        color: #636c72;
        pointer-events: none;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

    .page-link {
        padding: 0.5rem 0.75rem;
        line-height: 1.25;
        color: #b68a35;
        background-color: #fff;
        border: 1px solid #ddd;
    }

        .page-link:focus, .page-link:hover {
            color: #b68a35;
            text-decoration: none;
            background-color: #eceeef;
            border-color: #ddd;
        }

    .pagination-lg .page-link {
        padding: 0.75rem 1.5rem;
        font-size: 1.25rem;
    }

    .pagination-lg .page-item:first-child .page-link {
        border-bottom-left-radius: 0.3rem;
        border-top-left-radius: 0.3rem;
    }

    .pagination-lg .page-item:last-child .page-link {
        border-bottom-right-radius: 0.3rem;
        border-top-right-radius: 0.3rem;
    }

    .pagination-sm .page-link {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
    }

    .pagination-sm .page-item:first-child .page-link {
        border-bottom-left-radius: 0.2rem;
        border-top-left-radius: 0.2rem;
    }

    .pagination-sm .page-item:last-child .page-link {
        border-bottom-right-radius: 0.2rem;
        border-top-right-radius: 0.2rem;
    }

    .statistics {
        width: 100%;
        float: left;
    }

        .statistics .col-md-3 {
            float: left;
            width: 20%;
        }

        .statistics .col-md-4 {
            float: left;
        }

        .statistics h3 {
            padding-left: 13px;
        }



    .c-checkbox,
    .c-radio {
        /* override for radio */
        /* Disable state */
        /* override for radio */
        margin-top: 10px !important;
        margin-left: 10px !important;
    }

        .c-checkbox input[type=checkbox]:checked ~ span:before,
        .c-radio input[type=checkbox]:checked ~ span:before,
        .c-checkbox input[type=radio]:checked ~ span:before,
        .c-radio input[type=radio]:checked ~ span:before {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: -webkit-transform 0.2s ease-out;
            -moz-transition: -moz-transform 0.2s ease-out;
            -o-transition: -o-transform 0.2s ease-out;
            transition: transform 0.2s ease-out;
        }

        .c-checkbox input[type=checkbox]:checked ~ span,
        .c-radio input[type=checkbox]:checked ~ span,
        .c-checkbox input[type=radio]:checked ~ span,
        .c-radio input[type=radio]:checked ~ span {
            border-color: #455560;
            background-color: #455560;
        }

        .c-checkbox input[type=radio]:checked ~ span,
        .c-radio input[type=radio]:checked ~ span {
            background-color: #fff;
        }

            .c-checkbox input[type=radio]:checked ~ span:before,
            .c-radio input[type=radio]:checked ~ span:before {
                color: #455560;
            }

        .c-checkbox input[type=checkbox]:disabled + span,
        .c-radio input[type=checkbox]:disabled + span,
        .c-checkbox input[type=radio]:disabled + span,
        .c-radio input[type=radio]:disabled + span {
            border-color: #dddddd !important;
            background-color: #dddddd !important;
        }

        .c-checkbox input[type=radio]:disabled + span,
        .c-radio input[type=radio]:disabled + span {
            background-color: #fff !important;
        }

            .c-checkbox input[type=radio]:disabled + span:before,
            .c-radio input[type=radio]:disabled + span:before {
                color: #dddddd;
            }

    .c-checkbox,
    .c-radio {
        margin-right: 4px;
    }

        .c-checkbox *,
        .c-radio * {
            cursor: pointer;
        }

        .c-checkbox input,
        .c-radio input {
            opacity: 0;
            position: absolute;
            margin-left: 0 !important;
        }

        .c-checkbox span,
        .c-radio span {
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin-left: -20px;
            width: 20px;
            height: 20px;
            border-radius: 2px;
            border: 1px solid #ccc;
            margin-right: 5px;
            text-align: center;
        }

            .c-checkbox span:before,
            .c-radio span:before {
                margin-left: 1px;
                color: #fff;
            }

        .c-checkbox:hover span,
        .c-radio:hover span {
            border-color: #455560;
        }

    .form-inline .c-checkbox span,
    .form-inline .c-radio span {
        margin-left: 0;
    }

    .c-checkbox.c-checkbox-rounded span,
    .c-radio.c-checkbox-rounded span,
    .c-checkbox.c-radio-rounded span,
    .c-radio.c-radio-rounded span {
        border-radius: 500px;
    }
    /* override for radio */
    .c-radio span {
        border-radius: 500px;
    }
        /* the icon */
        .c-checkbox span:before,
        .c-radio span:before {
            position: absolute;
            top: 0;
            left: -1px;
            right: 0;
            bottom: 0;
            opacity: 0;
            -webkit-transform: scale(0.2);
            -ms-transform: scale(0.2);
            -o-transform: scale(0.2);
            transform: scale(0.2);
            text-align: center !important;
            font-size: 12px;
            line-height: 19px;
            vertical-align: middle;
        }
    /* Checked state */
    .c-checkbox,
    .c-radio {
        /* override for radio */
        /* Disable state */
        /* override for radio */
    }

        .c-checkbox input[type=checkbox]:checked ~ span:before,
        .c-radio input[type=checkbox]:checked ~ span:before,
        .c-checkbox input[type=radio]:checked ~ span:before,
        .c-radio input[type=radio]:checked ~ span:before {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: -webkit-transform 0.2s ease-out;
            -moz-transition: -moz-transform 0.2s ease-out;
            -o-transition: -o-transform 0.2s ease-out;
            transition: transform 0.2s ease-out;
        }

        .c-checkbox input[type=checkbox]:checked ~ span,
        .c-radio input[type=checkbox]:checked ~ span,
        .c-checkbox input[type=radio]:checked ~ span,
        .c-radio input[type=radio]:checked ~ span {
            border-color: #455560;
            background-color: #455560;
        }

        .c-checkbox input[type=radio]:checked ~ span,
        .c-radio input[type=radio]:checked ~ span {
            background-color: #fff;
        }

            .c-checkbox input[type=radio]:checked ~ span:before,
            .c-radio input[type=radio]:checked ~ span:before {
                color: #455560;
            }

        .c-checkbox input[type=checkbox]:disabled + span,
        .c-radio input[type=checkbox]:disabled + span,
        .c-checkbox input[type=radio]:disabled + span,
        .c-radio input[type=radio]:disabled + span {
            border-color: #dddddd !important;
            background-color: #dddddd !important;
        }

        .c-checkbox input[type=radio]:disabled + span,
        .c-radio input[type=radio]:disabled + span {
            background-color: #fff !important;
        }

            .c-checkbox input[type=radio]:disabled + span:before,
            .c-radio input[type=radio]:disabled + span:before {
                color: #dddddd;
            }

    .autoadjust {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

        .autoadjust > [class*='col-'] {
            display: flex;
            /*flex-direction: column;*/
        }

    .login-page .content .logo {
        /* margin-top: 100px; */
    }

    .login-page .col-md-12.autoadjust {
        height: 480px;
    }

    .btn-primary {
        color: #fff !important;
        font-weight: bold !important;
        background-color: #b68a35 !important;
        border-color: #b68a35 !important;
        margin: 10px !important;
    }

    li.nav-item {
        float: left;
    }

    .top-icons a {
        color: #b68a35 !important;
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
        font-family: 'Open Sans',sans-serif !important;
        float: right;
    }

        .top-icons a:hover {
            /*color: #ffffff !important;
            font-size: 15px;
            text-transform: uppercase;*/
        }

    .top-icons li:hover {
        border-bottom: 5px solid #b68a35;
        background: #eee;
    }

    .top-icons li {
        list-style: none;
        padding: 35px 17px 0px 14px;
        float: right;
        position: relative;
        height: 100px;
        cursor: pointer;
        color: #b68a35 !important;
        bottom: 0;
        text-align: center;
        border-bottom: none;
        border-right: 1px solid rgb(243, 231, 231);
        font-family: 'Open Sans',sans-serif !important;
        font-size: 15px;
    }

        .top-icons li:last-child {
            /* border-right: none; */
            max-width: 150px;
        }

    ul.top-icons {
        float: left;
        list-style: none;
        margin: -4px 0px 0px 0px;
        padding: 0;
        /* height: 110px; */
        right: 0px;
        position: absolute;
        /* width:380px; */
    }


    .top-icons i:hover {
        display: block;
        display: block;
        color: #b68a35;
        font-size: 20px;
        padding: 0 0 5px 0px;
    }

    .top-icons i {
        display: block;
        display: block;
        /* color: #b68a35; */
        font-size: 20px;
        padding: 0 0 5px 0;
    }

    i.fa.fa-user-o {
        display: block;
        font-size: 20px;
        padding: 0 0 5px 0;
    }

    .top-icons li:hover a {
        /* background: #b68a35; */
        /* border-bottom: 4px solid #b68a35; */
        color: #b68a35 !important;
        text-decoration: none;
    }

    .color-list {
        /* width: 174px; */
        /* height: auto; */
        /* margin-bottom: 15px; */
        padding: 0;
        margin: 20px;
        float: left;
        width: 100%;
        display: block;
    }

        .color-list li {
            float: left;
            list-style: none;
            width: auto;
            margin-right: 0;
            margin: 0 7px;
        }

            .color-list li i {
                font-size: 40px;
                -webkit-transition: -webkit-transform .8s ease-in-out;
                transition: transform .8s ease-in-out;
            }

    .margin-left {
        margin-left: 210px;
        display: block;
        z-index: 1;
    }

    .hide-sidebar {
        transform: translateX(-210px);
        -webkit-transform: translateX(-210px);
        -moz-transform: translateX(-210px);
        -o-transform: translateX(-210px);
    }

    .show-sidebar {
        visibility: visible;
    }

    img.pull-left.applogo {
        margin: 15px 0;
        height: 70px;
    }

    .loader {
        background-color: rgba(0, 0, 0, 0.5) !important;
        height: 100% !important;
        left: 0 !important;
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 99999 !important;
    }

    header.header.ng-scope {
        position: fixed;
        float: left;
        width: 100%;
        z-index: 1000;
        display: block;
        top: 0;
    }

    .page-content {
        margin-top: 101px;
    }

    i.english-icon::before {
        width: 40px;
        content: " ";
        background-image: url(/app/img/english.png);
        height: 40px;
        top: -15px;
        left: 7px;
        background-repeat: no-repeat;
        position: absolute;
    }

    i.english-icon {
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        margin-bottom: 25px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    i.arabic-icon::before {
        width: 40px;
        content: " ";
        background-image: url(/app/img/arabic.png);
        height: 40px;
        top: -15px;
        left: 0px;
        background-repeat: no-repeat;
        position: absolute;
    }

    i.arabic-icon {
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        margin-bottom: 25px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    i.setting-icon::before {
        width: 40px;
        content: " ";
        background-image: url(/app/img/setting.png);
        height: 40px;
        top: -15px;
        left: 12px;
        background-repeat: no-repeat;
        position: absolute;
    }

    i.setting-icon {
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        margin-bottom: 25px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    i.logout-icon::before {
        width: 40px;
        content: " ";
        background-image: url(/app/img/logout.png);
        height: 40px;
        top: -15px;
        left: 7px;
        background-repeat: no-repeat;
        position: absolute;
    }

    i.logout-icon {
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        margin-bottom: 25px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .home-icon::before {
        width: 30px;
        content: " ";
        background-image: url(/app/img/home.png);
        height: 30px;
        background-size: 20px;
        top: 10px;
        left: 20px;
        background-repeat: no-repeat;
        position: absolute;
    }

    .home-icon {
        display: inline-block;
        margin-right: 20px;
    }

    .configuration-icon::before {
        width: 30px;
        content: " ";
        background-image: url(/app/img/configuration.png);
        height: 30px;
        background-size: 20px;
        top: 10px;
        left: 20px;
        background-repeat: no-repeat;
        position: absolute;
    }

    .configuration-icon {
        display: inline-block;
        margin-right: 20px;
    }

    .users-icon::before {
        width: 30px;
        content: " ";
        background-image: url(/app/img/user.png);
        height: 30px;
        background-size: 20px;
        top: 10px;
        left: 20px;
        background-repeat: no-repeat;
        position: absolute;
    }

    .users-icon {
        display: inline-block;
        margin-right: 20px;
    }

    .useraccess-icon::before {
        width: 30px;
        content: " ";
        background-image: url('/app/img/user access.png');
        height: 30px;
        background-size: 20px;
        top: 10px;
        left: 20px;
        background-repeat: no-repeat;
        position: absolute;
    }

    .useraccess-icon {
        display: inline-block;
        margin-right: 20px;
    }

    .close-icon::before {
        width: 30px;
        content: " ";
        background-image: url('/app/img/user access.png');
        height: 30px;
        background-size: 20px;
        top: 10px;
        left: 20px;
        background-repeat: no-repeat;
        position: absolute;
    }

    .close-icon {
        display: inline-block;
        margin-right: 20px;
    }

    a#toggle-btn {
        z-index: 9999 !important;
        color: #ffffff !important;
        cursor: pointer;
        height: 49px;
        /* right: -35px; */
        background: #b68a35;
        border: 2px solid #8a6826;
        line-height: 49px;
        border-radius: 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 35px;
    }

    nav li:hover, nav li.active {
        background: #8a6826;
    }

    /**
       Component: utils.less
    */
    .m0 {
        margin: 0 !important;
    }

    .ml0 {
        margin-left: 0 !important;
    }

    .mr0 {
        margin-right: 0 !important;
    }

    .mt0 {
        margin-top: 0 !important;
    }

    .mb0 {
        margin-bottom: 0 !important;
    }

    .m {
        margin: 10px !important;
    }

    .ml,
    .mh {
        margin-left: 10px !important;
    }

    .mr,
    .mh {
        margin-right: 10px !important;
    }

    .mt,
    .mv {
        margin-top: 10px !important;
    }

    .mb,
    .mv {
        margin-bottom: 10px !important;
    }

    .m-sm {
        margin: 5px !important;
    }

    .ml-sm,
    .mh-sm {
        margin-left: 5px !important;
    }

    .mr-sm,
    .mh-sm {
        margin-right: 5px !important;
    }

    .mt-sm,
    .mv-sm {
        margin-top: 5px !important;
    }

    .mb-sm,
    .mv-sm {
        margin-bottom: 5px !important;
    }

    .m-lg {
        margin: 15px !important;
    }

    .ml-lg,
    .mh-lg {
        margin-left: 15px !important;
    }

    .mr-lg,
    .mh-lg {
        margin-right: 15px !important;
    }

    .mt-lg,
    .mv-lg {
        margin-top: 15px !important;
    }

    .mb-lg,
    .mv-lg {
        margin-bottom: 15px !important;
    }

    .m-xl {
        margin: 30px !important;
    }

    .ml-xl {
        margin-left: 30px !important;
    }

    .mr-xl {
        margin-right: 30px !important;
    }

    .mt-xl {
        margin-top: 30px !important;
    }

    .mb-xl {
        margin-bottom: 30px !important;
    }

    .p0 {
        padding: 0 !important;
    }

    .pl0,
    .ph0 {
        padding-left: 0 !important;
    }

    .pr0,
    .ph0 {
        padding-right: 0 !important;
    }

    .pt0,
    .pv0 {
        padding-top: 0 !important;
    }

    .pb0,
    .pv0 {
        padding-bottom: 0 !important;
    }

    .p {
        padding: 10px !important;
    }

    .pl,
    .ph {
        padding-left: 10px !important;
    }

    .pr,
    .ph {
        padding-right: 10px !important;
    }

    .pt,
    .pv {
        padding-top: 10px !important;
    }

    .pb,
    .pv {
        padding-bottom: 10px !important;
    }

    .p-sm {
        padding: 5px !important;
    }

    .pl-sm,
    .ph-sm {
        padding-left: 5px !important;
    }

    .pr-sm,
    .ph-sm {
        padding-right: 5px !important;
    }

    .pt-sm,
    .pv-sm {
        padding-top: 5px !important;
    }

    .pb-sm,
    .pv-sm {
        padding-bottom: 5px !important;
    }

    .p-lg {
        padding: 15px !important;
    }

    .pl-lg,
    .ph-lg {
        padding-left: 15px !important;
    }

    .pr-lg,
    .ph-lg {
        padding-right: 15px !important;
    }

    .pt-lg,
    .pv-lg {
        padding-top: 15px !important;
    }

    .pb-lg,
    .pv-lg {
        padding-bottom: 15px !important;
    }

    .p-xl {
        padding: 20px !important;
    }

    .pl-xl,
    .ph-xl {
        padding-left: 20px !important;
    }

    .pr-xl,
    .ph-xl {
        padding-right: 20px !important;
    }

    .pt-xl,
    .pv-xl {
        padding-top: 20px !important;
    }

    .pb-xl,
    .pv-xl {
        padding-bottom: 20px !important;
    }

    .p-xxl {
        padding: 25px !important;
    }

    .pl-xxl,
    .ph-xxl {
        padding-left: 25px !important;
    }

    .pr-xxl,
    .ph-xxl {
        padding-right: 25px !important;
    }

    .pt-xxl,
    .pv-xxl {
        padding-top: 25px !important;
    }

    .pb-xxl,
    .pv-xxl {
        padding-bottom: 25px !important;
    }

    .b0 {
        border-width: 0 !important;
    }

    .bl0 {
        border-left-width: 0 !important;
    }

    .br0 {
        border-right-width: 0 !important;
    }

    .bt0 {
        border-top-width: 0 !important;
    }

    .bb0 {
        border-bottom-width: 0 !important;
    }

    .br,
    .b {
        border-right: 1px solid #eceeee;
    }

    .bl,
    .b {
        border-left: 1px solid #eceeee;
    }

    .bt,
    .b {
        border-top: 1px solid #eceeee;
    }

    .bb,
    .b {
        border-bottom: 1px solid #eceeee;
    }

    .br-primary {
        border-right: 1px solid #b68a35;
    }

    .bl-primary {
        border-left: 1px solid #b68a35;
    }

    .bt-primary {
        border-top: 1px solid #b68a35;
    }

    .bb-primary {
        border-bottom: 1px solid #b68a35;
    }

    .br-success {
        border-right: 1px solid #4caf50;
    }

    .bl-success {
        border-left: 1px solid #4caf50;
    }

    .bt-success {
        border-top: 1px solid #4caf50;
    }

    .bb-success {
        border-bottom: 1px solid #4caf50;
    }

    .br-info {
        border-right: 1px solid #fe9700;
    }

    .bl-info {
        border-left: 1px solid #fe9700;
    }

    .bt-info {
        border-top: 1px solid #fe9700;
    }

    .bb-info {
        border-bottom: 1px solid #fe9700;
    }

    .br-warning {
        border-right: 1px solid #fe9700;
    }

    .bl-warning {
        border-left: 1px solid #fe9700;
    }

    .bt-warning {
        border-top: 1px solid #fe9700;
    }

    .bb-warning {
        border-bottom: 1px solid #fe9700;
    }

    .br-darkpink {
        border-right: 1px solid #f34235;
    }

    .bl-darkpink {
        border-left: 1px solid #f34235;
    }

    .bt-darkpink {
        border-top: 1px solid #f34235;
    }

    .bb-darkpink {
        border-bottom: 1px solid #f34235;
    }

    .br-amber {
        border-right: 1px solid #ffc107;
    }

    .bl-amber {
        border-left: 1px solid #ffc107;
    }

    .bt-amber {
        border-top: 1px solid #ffc107;
    }

    .bb-amber {
        border-bottom: 1px solid #ffc107;
    }

    .br-pink {
        border-right: 1px solid #e91e63;
    }

    .bl-pink {
        border-left: 1px solid #e91e63;
    }

    .bt-pink {
        border-top: 1px solid #e91e63;
    }

    .bb-pink {
        border-bottom: 1px solid #e91e63;
    }

    .br-purple {
        border-right: 1px solid #6639b6;
    }

    .bl-purple {
        border-left: 1px solid #6639b6;
    }

    .bt-purple {
        border-top: 1px solid #6639b6;
    }

    .bb-purple {
        border-bottom: 1px solid #6639b6;
    }

    .br-inverse {
        border-right: 1px solid #363f45;
    }

    .bl-inverse {
        border-left: 1px solid #363f45;
    }

    .bt-inverse {
        border-top: 1px solid #363f45;
    }

    .bb-inverse {
        border-bottom: 1px solid #363f45;
    }

    .br-orange {
        border-right: 1px solid #b68a35;
    }

    .bl-orange {
        border-left: 1px solid #b68a35;
    }

    .bt-orange {
        border-top: 1px solid #b68a35;
    }

    .bb-orange {
        border-bottom: 1px solid #b68a35;
    }

    .br-gray-darker {
        border-right: 1px solid #2b3d51;
    }

    .bl-gray-darker {
        border-left: 1px solid #2b3d51;
    }

    .bt-gray-darker {
        border-top: 1px solid #2b3d51;
    }

    .bb-gray-darker {
        border-bottom: 1px solid #2b3d51;
    }

    .br-gray-dark {
        border-right: 1px solid #515d6e;
    }

    .bl-gray-dark {
        border-left: 1px solid #515d6e;
    }

    .bt-gray-dark {
        border-top: 1px solid #515d6e;
    }

    .bb-gray-dark {
        border-bottom: 1px solid #515d6e;
    }

    .br-gray {
        border-right: 1px solid #a0aab2;
    }

    .bl-gray {
        border-left: 1px solid #a0aab2;
    }

    .bt-gray {
        border-top: 1px solid #a0aab2;
    }

    .bb-gray {
        border-bottom: 1px solid #a0aab2;
    }

    .br-gray-light {
        border-right: 1px solid #e6e9ee;
    }

    .bl-gray-light {
        border-left: 1px solid #e6e9ee;
    }

    .bt-gray-light {
        border-top: 1px solid #e6e9ee;
    }

    .bb-gray-light {
        border-bottom: 1px solid #e6e9ee;
    }

    .br-gray-lighter {
        border-right: 1px solid #f4f5f5;
    }

    .bl-gray-lighter {
        border-left: 1px solid #f4f5f5;
    }

    .bt-gray-lighter {
        border-top: 1px solid #f4f5f5;
    }

    .bb-gray-lighter {
        border-bottom: 1px solid #f4f5f5;
    }

    .br-muted {
        border-right: 1px solid #8394a9;
    }

    .bl-muted {
        border-left: 1px solid #8394a9;
    }

    .bt-muted {
        border-top: 1px solid #8394a9;
    }

    .bb-muted {
        border-bottom: 1px solid #8394a9;
    }

    @media only screen and (max-width: 479px) {
        .b0-sm {
            border-width: 0 !important;
        }

        .bl0-sm {
            border-left-width: 0 !important;
        }

        .br0-sm {
            border-right-width: 0 !important;
        }

        .bt0-sm {
            border-top-width: 0 !important;
        }

        .bb0-sm {
            border-bottom-width: 0 !important;
        }

        .br-sm {
            border-right: 1px solid #eceeee;
        }

        .bl-sm {
            border-left: 1px solid #eceeee;
        }

        .bt-sm {
            border-top: 1px solid #eceeee;
        }

        .bb-sm {
            border-bottom: 1px solid #eceeee;
        }
    }

    @media only screen and (max-width: 767px) {
        .b0-md {
            border-width: 0 !important;
        }

        .bl0-md {
            border-left-width: 0 !important;
        }

        .br0-md {
            border-right-width: 0 !important;
        }

        .bt0-md {
            border-top-width: 0 !important;
        }

        .bb0-md {
            border-bottom-width: 0 !important;
        }

        .br-md {
            border-right: 1px solid #eceeee;
        }

        .bl-md {
            border-left: 1px solid #eceeee;
        }

        .bt-md {
            border-top: 1px solid #eceeee;
        }

        .bb-md {
            border-bottom: 1px solid #eceeee;
        }
    }

    @media only screen and (max-width: 991px) {
        .b0-lg {
            border-width: 0 !important;
        }

        .bl0-lg {
            border-left-width: 0 !important;
        }

        .br0-lg {
            border-right-width: 0 !important;
        }

        .bt0-lg {
            border-top-width: 0 !important;
        }

        .bb0-lg {
            border-bottom-width: 0 !important;
        }

        .br-lg {
            border-right: 1px solid #eceeee;
        }

        .bl-lg {
            border-left: 1px solid #eceeee;
        }

        .bt-lg {
            border-top: 1px solid #eceeee;
        }

        .bb-lg {
            border-bottom: 1px solid #eceeee;
        }
    }

    .radius-clear {
        border-radius: 0 !important;
    }

    .circle {
        border-radius: 50% !important;
    }

    .rounded {
        border-radius: 3px !important;
    }

    .shadow-clear,
    .no-shadow {
        box-shadow: 0 0 0 #000 !important;
    }

    .text-primary {
        color: #b68a35;
    }

    a.text-primary {
        color: #b68a35;
    }

        a.text-primary:hover,
        a.text-primary:focus {
            color: #606fc7;
            color: rgba(63, 81, 181, 0.7);
        }

    .text-success {
        color: #4caf50;
    }

    a.text-success {
        color: #4caf50;
    }

        a.text-success:hover,
        a.text-success:focus {
            color: #6ec071;
            color: rgba(76, 175, 80, 0.7);
        }

    .text-warning {
        color: #fe9700;
    }

    a.text-warning {
        color: #fe9700;
    }

        a.text-warning:hover,
        a.text-warning:focus {
            color: #ffac32;
            color: rgba(254, 151, 0, 0.7);
        }

    .text-danger {
        color: #f34235;
    }

    a.text-danger {
        color: #f34235;
    }

        a.text-danger:hover,
        a.text-danger:focus {
            color: #f66f65;
            color: rgba(243, 66, 53, 0.7);
        }

    .text-info {
        color: #fe9700;
    }

    a.text-info {
        color: #fe9700;
    }

        a.text-info:hover,
        a.text-info:focus {
            color: #50acf5;
            color: rgba(32, 149, 242, 0.7);
        }

    .text-white {
        color: #ffffff;
    }

    a.text-white {
        color: #ffffff;
    }

        a.text-white:hover,
        a.text-white:focus {
            color: #ffffff;
            color: rgba(255, 255, 255, 0.7);
        }

    .text-inverse {
        color: #363f45;
    }

    a.text-inverse {
        color: #363f45;
    }

        a.text-inverse:hover,
        a.text-inverse:focus {
            color: #4c5962;
            color: rgba(54, 63, 69, 0.7);
        }

    .text-alpha {
        color: rgba(255, 255, 255, 0.5);
    }

    a.text-alpha {
        color: rgba(255, 255, 255, 0.5);
    }

        a.text-alpha:hover,
        a.text-alpha:focus {
            color: rgba(255, 255, 255, 0.5);
            color: rgba(255, 255, 255, 0.7);
        }

    .text-pink {
        color: #e91e63;
    }

    a.text-pink {
        color: #e91e63;
    }

        a.text-pink:hover,
        a.text-pink:focus {
            color: #ee4c83;
            color: rgba(233, 30, 99, 0.7);
        }

    .text-purple {
        color: #6639b6;
    }

    a.text-purple {
        color: #6639b6;
    }

        a.text-purple:hover,
        a.text-purple:focus {
            color: #8157cb;
            color: rgba(102, 57, 182, 0.7);
        }

    .text-alpha-inverse {
        color: rgba(0, 0, 0, 0.5);
    }

    a.text-alpha-inverse {
        color: rgba(0, 0, 0, 0.5);
    }

        a.text-alpha-inverse:hover,
        a.text-alpha-inverse:focus {
            color: rgba(26, 26, 26, 0.5);
            color: rgba(0, 0, 0, 0.7);
        }

    .text-amber {
        color: #ffc107;
    }

    a.text-amber {
        color: #ffc107;
    }

        a.text-amber:hover,
        a.text-amber:focus {
            color: #ffce3a;
            color: rgba(255, 193, 7, 0.7);
        }

    .text-orange {
        color: #b68a35;
    }

    a.text-orange {
        color: #b68a35;
    }

        a.text-orange:hover,
        a.text-orange:focus {
            color: #fe7d54;
            color: rgba(254, 86, 33, 0.7);
        }

    .text-gray-darker {
        color: #2b3d51;
    }

    a.text-gray-darker {
        color: #2b3d51;
    }

        a.text-gray-darker:hover,
        a.text-gray-darker:focus {
            color: #3d5672;
            color: rgba(43, 61, 81, 0.7);
        }

    .text-gray-dark {
        color: #515d6e;
    }

    a.text-gray-dark {
        color: #515d6e;
    }

        a.text-gray-dark:hover,
        a.text-gray-dark:focus {
            color: #67768b;
            color: rgba(81, 93, 110, 0.7);
        }

    .text-gray {
        color: #a0aab2;
    }

    a.text-gray {
        color: #a0aab2;
    }

        a.text-gray:hover,
        a.text-gray:focus {
            color: #bcc3c9;
            color: rgba(160, 170, 178, 0.7);
        }

    .text-gray-light {
        color: #e6e9ee;
    }

    a.text-gray-light {
        color: #e6e9ee;
    }

        a.text-gray-light:hover,
        a.text-gray-light:focus {
            color: #ffffff;
            color: rgba(230, 233, 238, 0.7);
        }

    .text-gray-lighter {
        color: #f4f5f5;
    }

    a.text-gray-lighter {
        color: #f4f5f5;
    }

        a.text-gray-lighter:hover,
        a.text-gray-lighter:focus {
            color: #ffffff;
            color: rgba(244, 245, 245, 0.7);
        }

    .text-xs {
        font-size: 7.8px !important;
    }

    .text-sm {
        font-size: 11.05px !important;
    }

    .text-md {
        font-size: 22.1px !important;
    }

    .text-lg {
        font-size: 39px !important;
    }

    .text-hg {
        font-size: 52px !important;
    }

    .text-left {
        text-align: left !important;
    }

    .text-right {
        text-align: right !important;
    }

    .text-center {
        text-align: center !important;
    }

    .text-justify {
        text-align: justify !important;
    }

    .text-nowrap {
        white-space: nowrap !important;
    }

    .text-nowrap {
        white-space: nowrap;
    }

    .text-thin {
        font-weight: 100 !important;
    }

    .text-normal {
        font-weight: normal !important;
    }

    .text-bold {
        font-weight: bold !important;
    }

    .text-mn {
        font-size: 15px;
    }

    .text-ellipsis,
    .text-oneline {
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 .2em;
        overflow: hidden;
        vertical-align: bottom;
    }

    .text-link {
        color: #585f69;
    }

        .text-link:hover,
        .text-link:focus {
            color: #b68a35;
        }

    .show-behind {
        position: relative;
        z-index: -1;
    }

    .no-scroll {
        overflow: hidden !important;
    }

    .inline {
        display: inline !important;
    }

    .inline-block {
        display: inline-block !important;
    }

    .block {
        display: block !important;
    }

    .thumb8 {
        width: 8px !important;
        height: 8px !important;
        line-height: 8px !important;
    }

    .thumb16 {
        width: 16px !important;
        height: 16px !important;
        line-height: 16px !important;
    }

    .thumb18 {
        width: 18px !important;
        height: 18px !important;
        line-height: 18px !important;
    }

    .thumb24 {
        width: 24px !important;
        height: 24px !important;
        line-height: 24px !important;
    }

    .thumb32 {
        width: 32px !important;
        height: 32px !important;
        line-height: 32px !important;
    }

    .thumb40 {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
    }

    .thumb48 {
        width: 48px !important;
        height: 48px !important;
        line-height: 48px !important;
    }

    .thumb64 {
        width: 64px !important;
        height: 64px !important;
        line-height: 64px !important;
    }

    .thumb80 {
        width: 80px !important;
        height: 80px !important;
        line-height: 80px !important;
    }

    .thumb96 {
        width: 96px !important;
        height: 96px !important;
        line-height: 96px !important;
    }

    .thumb128 {
        width: 128px !important;
        height: 128px !important;
        line-height: 128px !important;
    }

    .thumb300 {
        max-width: 300px !important;
        max-height: 300px !important;
        line-height: 300px !important;
    }

    .align-middle {
        vertical-align: middle;
    }

    .align-top {
        vertical-align: top;
    }

    .align-bottom {
        vertical-align: bottom;
    }

    .bg-center {
        background-position: center center;
        background-size: cover;
    }

    .list-icon em {
        font-size: 14px;
        width: 40px;
        margin: 0;
        display: inline-block;
        text-align: center;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        line-height: 30px;
    }

    /*.list-icon div:hover {
        background-color: #fe9700;
        color: #fff;
    }*/

    .list-table {
        padding-left: 0;
        list-style: none;
        display: table;
        table-layout: fixed;
        width: 100%;
        margin: 0;
    }

        .list-table > li {
            display: table-cell;
            table-layout: fixed;
            vertical-align: middle;
        }

    .list-block {
        padding-left: 0;
        list-style: none;
    }

        .list-block > li {
            display: block;
        }

    .wd-tiny {
        width: 50px;
    }

    .wd-xxs {
        width: 60px;
    }

    .wd-xs {
        width: 90px;
    }

    .wd-sm {
        width: 150px;
    }

    .wd-sd {
        width: 200px;
    }

    .wd-md {
        width: 240px;
    }

    .wd-lg {
        width: 280px;
    }

    .wd-xl {
        width: 320px;
    }

    .wd-xxl {
        width: 360px;
    }

    .wd-wide {
        width: 100%;
    }

    .wd-auto {
        width: auto;
    }

    .label-inverse {
        background-color: #363f45;
    }

        .label-inverse[href]:hover,
        .label-inverse[href]:focus {
            background-color: #202528;
        }

    .label-amber {
        background-color: #ffc107;
    }

        .label-amber[href]:hover,
        .label-amber[href]:focus {
            background-color: #d39e00;
        }

    .label-pink {
        background-color: #e91e63;
    }

        .label-pink[href]:hover,
        .label-pink[href]:focus {
            background-color: #c1134e;
        }

    .label-purple {
        background-color: #6639b6;
    }

        .label-purple[href]:hover,
        .label-purple[href]:focus {
            background-color: #502d8f;
        }

    .label-orange {
        background-color: #b68a35;
    }

        .label-orange[href]:hover,
        .label-orange[href]:focus {
            background-color: #eb3901;
        }

    .alert-purple {
        background-color: #6639b6;
        border-color: #6639b6;
        color: #ffffff;
    }

        .alert-purple hr {
            border-top-color: #5b33a3;
        }

        .alert-purple .alert-link {
            color: #e6e6e6;
        }

    .alert-amber {
        background-color: #ffc107;
        border-color: #ffc107;
        color: #ffffff;
    }

        .alert-amber hr {
            border-top-color: #ecb100;
        }

        .alert-amber .alert-link {
            color: #e6e6e6;
        }

    .alert-pink {
        background-color: #e91e63;
        border-color: #e91e63;
        color: #ffffff;
    }

        .alert-pink hr {
            border-top-color: #d81557;
        }

        .alert-pink .alert-link {
            color: #e6e6e6;
        }

    .alert-inverse {
        background-color: #363f45;
        border-color: #363f45;
        color: #ffffff;
    }

        .alert-inverse hr {
            border-top-color: #2b3237;
        }

        .alert-inverse .alert-link {
            color: #e6e6e6;
        }

    .alert-orange {
        background-color: #b68a35;
        border-color: #b68a35;
        color: #ffffff;
    }

        .alert-orange hr {
            border-top-color: #fe4308;
        }

        .alert-orange .alert-link {
            color: #e6e6e6;
        }

    .abs-center-container {
        position: relative;
    }

    .abs-center {
        height: 50%;
        overflow: auto;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

        .abs-center.abs-fixed {
            position: fixed;
            z-index: 999;
        }

        .abs-center.abs-right {
            left: auto;
            right: 20px;
            text-align: right;
        }

        .abs-center.abs-left {
            right: auto;
            left: 20px;
            text-align: left;
        }

    .clickable {
        cursor: pointer;
    }

    .media-block:before,
    .media-block:after {
        content: " ";
        display: table;
    }

    .media-block:after {
        clear: both;
    }

    .media-block .media-body {
        display: block;
    }

    .shadow-z1 {
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12) !important;
    }

    .shadow-z2 {
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16) !important;
    }

    .shadow-z2-hover {
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.23), 0 10px 30px rgba(0, 0, 0, 0.19) !important;
    }

    .shadow-z3 {
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.23), 0 10px 30px rgba(0, 0, 0, 0.19) !important;
    }

    .shadow-z4 {
        box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22), 0 14px 45px rgba(0, 0, 0, 0.25) !important;
    }

    .shadow-z5 {
        box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3) !important;
    }

    .allign-center {
        margin: 0 auto;
    }

    .chart-header {
        background: #b68a35;
        padding: 10px 0 10px 0;
        display: inline-block;
        width: 100%;
    }

        .chart-header span {
            line-height: 15px;
        }

    .text-white {
        color: white;
    }

    .bg-primary {
        color: #fff !important;
        background-color: #b68a35 !important;
    }

    .dataTable thead, .table thead {
        background-color: #b68a35;
        color: white;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3 !important;
        color: #fff !important;
        cursor: default !important;
        background-color: #b68a35 !important;
        border-color: #b48229 !important;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 1px solid #000 !important;
    }

    .main-title, .group-title {
        padding-bottom: 10px;
        border-bottom: 2px solid;
        color: #9c6f18;
        padding: 15px 30px;
        background: white;
        padding-left: 45px;
        font-size: 16px;
        margin-left: 0 !important;
    }

    .ui-select-toggle {
        overflow: hidden;
    }

    .sidebar-icon {
        padding: 10px;
        background: white;
        border-radius: 50%;
        color: #888;
        width: 30px;
        font-size: 12px !important;
        height: 30px;
        text-align: center;
        line-height: 16px !important;
        vertical-align: middle;
    }

    .fullscreen-icon:before {
        width: 30px;
        content: " ";
        background-image: url(/app/img/full-screen.png);
        height: 30px;
        background-size: 20px;
        top: 10px;
        background-repeat: no-repeat;
        position: absolute;
    }

    i.fullscreen-icon {
        margin: 0 5px;
        width: 20px;
    }

    .star-rating i {
        padding: 10px;
        background: white;
        border-radius: 50%;
        color: #b68a35;
    }

    .table-hover > tbody > tr:hover, .table-hover > tbody > tr {
        background: white;
    }

    .form-horizontal .control-label {
        font-weight: 600;
        color: #333333;
    }

    .panel-default > .panel-heading {
        color: #333 !important;
        background-color: #ffffff !important;
        border-color: #ddd !important;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border: none !important;
    }

    a.btn.btn-xs {
        line-height: 1 !important;
    }

    h3.text-center.ng-binding {
        color: #b68a35;
    }


    .highcharts-button-box {
        fill: inherit;
    }

    .highcharts-button {
        fill: #b68a35;
        cursor: default;
        stroke-width: 1px;
        transition: fill 250ms;
        border: none;
    }

        .highcharts-button text {
            fill: #333333;
        }

    .highcharts-button-hover {
        transition: fill 0ms;
        fill: #e6e6e6;
        stroke: #333333;
    }

    .highcharts-button-pressed {
        font-weight: bold;
        fill: #e6ebf5;
        stroke: #335cad;
    }

    .highcharts-button-disabled text {
        fill: #cccccc;
    }

    .highcharts-button-symbol {
        stroke: #fff;
        stroke-width: 2px;
    }

    g.highcharts-button.right {
        fill: #b68a35;
        stroke: #7cb5ec;
        cursor: default;
        stroke-width: 1px;
        transition: fill 98ms;
        margin-right: -34px;
    }

    table.dataTable.no-footer {
        border-bottom: 1px solid #ddd !important;
    }

    table.dataTable thead th, table.dataTable thead td {
        padding: 10px 18px;
        border-bottom: 1px solid #ddd !important;
    }

    .font-decrease-label:before {
        content: 'A-';
        color: #b68a35;
        font-weight: 700;
        display: block;
        font-size: 18px;
        line-height: 18px;
        border: 2px solid #b68a35;
        border-radius: 3px;
    }

    .font-increase-label:before {
        content: 'A+';
        color: #b68a35;
        font-weight: 700;
        display: block;
        font-size: 18px;
        line-height: 18px;
        border: 2px solid #b68a35;
        border-radius: 3px;
    }

    .font-decrease-label:hover, .font-increase-label:hover {
        color: #b68a35;
    }

    a:hover,
    a:focus {
        text-decoration: none !important;
    }

    .color-list {
        /* width: 174px; */
        /* height: auto; */
        /* margin-bottom: 15px; */
        padding: 0;
        margin: 20px;
        float: left;
        width: 100%;
        display: block;
    }

        .color-list li {
            float: left;
            list-style: none;
            width: auto;
            margin-right: 0;
            margin: 10px 0;
            cursor: pointer;
        }

            .color-list li img {
                height: 40px;
                -webkit-transition: -webkit-transform .8s ease-in-out;
                transition: transform .8s ease-in-out;
            }

                .color-list li img:hover {
                    -webkit-transform: rotate(360deg);
                    transform: rotate(360deg);
                }

    a.fa.fa-times-circle.cancelSettingPopup {
        font-size: 1.5em;
        color: #8a6826;
        cursor: pointer;
        text-decoration: none;
        float: right;
        z-index: 9999;
        position: relative;
    }

    .nav-tabs {
        border-bottom: 1px solid #dddddd;
    }

        .nav-tabs > li {
            float: left;
            margin-bottom: -1px;
            font-size: 14px;
        }

            .nav-tabs > li > a {
                margin-right: 2px;
                line-height: 1.52857143;
                border: 1px solid transparent;
                border-radius: 3px 3px 0 0;
                color: #444 !important;
                font-weight: bold;
            }

                .nav-tabs > li > a:hover {
                    border-color: #dddddd #dddddd #dddddd;
                    color: #fff !important;
                    background-color: #b68a35 !important;
                    font-weight: bold;
                }

            .nav-tabs > li.active > a,
            .nav-tabs > li.active > a:hover,
            .nav-tabs > li.active > a:focus {
                border: 1px solid #dddddd;
                border-bottom-color: transparent !important;
                cursor: default;
                color: #fff !important;
                background-color: #b68a35 !important;
                font-weight: bold;
            }

        .nav-tabs.nav-justified {
            width: 100%;
            border-bottom: 0;
        }

            .nav-tabs.nav-justified > li {
                float: none;
            }

                .nav-tabs.nav-justified > li > a {
                    text-align: center;
                    margin-bottom: 5px;
                }

            .nav-tabs.nav-justified > .dropdown .dropdown-menu {
                top: auto;
                left: auto;
            }

    /*Loader Styles*/
    .sk-circle {
        margin: 30px auto;
        width: 70px;
        height: 70px;
        position: relative;
    }

        .sk-circle .sk-child {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

            .sk-circle .sk-child:before {
                content: '';
                display: block;
                margin: 0 auto;
                width: 15%;
                height: 15%;
                background-color: #8a6826;
                border-radius: 100%;
                -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
                animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            }

        .sk-circle .sk-circle2 {
            -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
            transform: rotate(30deg);
        }

        .sk-circle .sk-circle3 {
            -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
            transform: rotate(60deg);
        }

        .sk-circle .sk-circle4 {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .sk-circle .sk-circle5 {
            -webkit-transform: rotate(120deg);
            -ms-transform: rotate(120deg);
            transform: rotate(120deg);
        }

        .sk-circle .sk-circle6 {
            -webkit-transform: rotate(150deg);
            -ms-transform: rotate(150deg);
            transform: rotate(150deg);
        }

        .sk-circle .sk-circle7 {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .sk-circle .sk-circle8 {
            -webkit-transform: rotate(210deg);
            -ms-transform: rotate(210deg);
            transform: rotate(210deg);
        }

        .sk-circle .sk-circle9 {
            -webkit-transform: rotate(240deg);
            -ms-transform: rotate(240deg);
            transform: rotate(240deg);
        }

        .sk-circle .sk-circle10 {
            -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: rotate(270deg);
        }

        .sk-circle .sk-circle11 {
            -webkit-transform: rotate(300deg);
            -ms-transform: rotate(300deg);
            transform: rotate(300deg);
        }

        .sk-circle .sk-circle12 {
            -webkit-transform: rotate(330deg);
            -ms-transform: rotate(330deg);
            transform: rotate(330deg);
        }

        .sk-circle .sk-circle2:before {
            -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
        }

        .sk-circle .sk-circle3:before {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
        }

        .sk-circle .sk-circle4:before {
            -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
        }

        .sk-circle .sk-circle5:before {
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
        }

        .sk-circle .sk-circle6:before {
            -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
        }

        .sk-circle .sk-circle7:before {
            -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
        }

        .sk-circle .sk-circle8:before {
            -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
        }

        .sk-circle .sk-circle9:before {
            -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
        }

        .sk-circle .sk-circle10:before {
            -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
        }

        .sk-circle .sk-circle11:before {
            -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
        }

        .sk-circle .sk-circle12:before {
            -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s;
        }

    @-webkit-keyframes sk-circleBounceDelay {
        0%, 80%, 100% {
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        40% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @keyframes sk-circleBounceDelay {
        0%, 80%, 100% {
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        40% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    .loader {
        background-color: rgba(0, 0, 0, 0.5) !important;
        height: 100% !important;
        left: 0 !important;
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 1.0E+15 !important;
        /* QUADRILLION */
    }

        .loader .loader-container {
            width: 10% !important;
            height: 235px !important;
            /* background-color: #fff !important; */
            z-index: 10000;
            position: fixed !important;
            display: block;
            top: 34% !important;
            left: 45% !important;
        }

            .loader .loader-container .loader-heading {
                margin-top: 100px !important;
                color: #8a6826;
                font-size: 8px;
                font-weight: bold;
                width: 100% !important;
                z-index: 1.0E+16 !important;
            }

            .loader .loader-container .loader-title {
                color: #8a6826;
                font-size: 18px;
                font-weight: bold;
                text-align: center;
                direction: ltr;
            }

            .loader .loader-container .loader-message {
                color: #8a6826;
                font-size: 14px;
                text-align: center;
                margin-top: 13px;
            }

        .loader > div {
            height: 100% !important;
            left: 0 !important;
            position: absolute;
            top: 0 !important;
            width: 100% !important;
        }

    .display-none {
        display: none !important;
    }


    @font-face {
        font-family: 'icomoon';
        src: url('/app/fonts/icomoon.eot?m4qowq');
        src: url('/app/fonts/icomoon.eot?m4qowq#iefix') format('embedded-opentype'), url('/app/fonts/icomoon.ttf?m4qowq') format('truetype'), url('/app/fonts/icomoon.woff?m4qowq') format('woff'), url('/app/fonts/icomoon.svg?m4qowq#icomoon') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    [class^="icon-"], [class*=" icon-"] {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .icon-envoirment:before {
        content: "\e900";
    }

    .icon-grow:before {
        content: "\e901";
    }

    .icon-globe:before {
        content: "\e902";
    }

    .icon-flag:before {
        content: "\e903";
    }

    .icon-social:before {
        content: "\e904";
    }

    .icon-economical:before {
        content: "\e905";
    }

    i.main-icon {
        font-size: 100px;
        text-align: center;
    }

    .label-primary {
        background-color: #8a6826 !important;
        font-size: 14px !important;
        padding: 6px !important;
        float: right !important;
    }

    .switch * {
        cursor: pointer;
    }

    .switch input {
        opacity: 0;
        position: absolute;
        z-index: -1;
    }

    .switch span {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 20px;
        background-color: transparent;
        border-radius: 100px;
        transition: all .5s;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25) inset;
    }

        .switch span:after {
            content: "";
            position: absolute;
            background-color: #fff;
            top: 1px;
            left: 0;
            height: 18px;
            width: 18px;
            border: 1px solid #ddd;
            border-radius: 400px;
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
            -webkit-transition: all .2s;
        }

    .switch.switch-lg span {
        width: 50px;
        height: 25px;
    }

        .switch.switch-lg span:after {
            height: 23px;
            width: 23px;
        }

    .switch.switch-sm span {
        width: 30px;
        height: 15px;
    }

        .switch.switch-sm span:after {
            height: 13px;
            width: 13px;
        }

    .switch input:checked + span {
        background-color: #b68a35;
        border-color: #b68a35;
        transition: all .5s;
    }

        .switch input:checked + span:after {
            left: 50%;
            transition: all .2s;
        }

    .switch input:disabled + span {
        background-color: #e6e9ee !important;
        border-color: #e6e9ee !important;
    }

    .switch-primary.switch input:checked + span {
        background-color: #b68a35;
        border-color: #b68a35;
    }

    textarea.noresize {
        resize: none;
        overflow: hidden;
    }

    li.disableStep {
        cursor: default !important;
        pointer-events: none !important;
    }

    .set-style i.glyphicon.glyphicon-remove {
        font-size: 12px;
        color: #666;
    }

    .set-style .star-rating i {
        width: 30px;
        height: 30px;
        line-height: 16px !important;
        font-size: 12px;
        text-align: center;
        margin: -1px 2px;
    }

    .set-style .glyphicon-star:before {
        width: 12px
    }

    .sidebar-ext i {
        float: left;
        padding: 0px 5px;
        margin: 2px;
        line-height: 31px !important;
    }

    .sidebar-ext span i {
        padding-top: 6px;
        font-size: 13px;
    }

    .ui-select-bootstrap {
        margin-bottom: 0;
    }

    .tab-style .panel-heading {
        display: table;
        width: 100%
    }

    .tab-style .tab-pane h4 {
        padding-bottom: 0 !important
    }

    .tab-style .panel-heading a {
        width: 100%
    }

    .tab-style .panel-heading span {
        width: 100%
    }

        .tab-style .panel-heading span i {
            float: right
        }

    .model-poppup {
        display: grid;
    }

    .ui-select-bootstrap .ui-select-toggle {
        position: inherit
    }

    .ui-select-match {
        z-index: 9999;
    }

    footer {
        width: 100%;
        height: auto;
        float: left
    }

    .sidebar-ext {
        padding: 0 10px;
    }

    .nav > li > a:focus, .nav > li > a:hover {
        background-color: #8a6826;
    }

    .h-title {
        width: 100%;
        float: left;
        padding-bottom: 10px !important;
        border-bottom: 1px dashed #ddd
    }

    .p-align p {
        width: 100%;
        float: left;
        text-align: justify;
    }

    .align-box .col-md-4 .col-md-12 {
        display: block;
    }

    .popover.bottom {
        position: fixed;
    }

    .login-style h2 {
        font-size: 16px;
        padding: 10px;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

    .login-style {
        padding: 10px;
    }

    .set-style span {
        /*margin-bottom: 5px*/
    }

    .form-horizontal span {
        /*line-height: 25px*/
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #fff
    }

    .reg-form .glyphicon-remove {
        font-size: 9px;
        color: #555;
        line-height: 6px;
        padding: 0;
        margin: 0;
        display: block;
    }

    .reg-form span {
        line-height: 24px
    }

    .reg-form input.input-material {
        height: 33px;
        border-radius: 3px;
        border: 1px solid #ddd;
    }

    .foot-style {
        font-size: 12px;
    }

    .logo-style {
        float: left
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
        background-color: #b68a35 !important
    }

    .color-list {
        width: 220px;
        margin: 0 auto;
        display: block;
    }

        .color-list li {
            width: 33%;
            border-right: 1px solid #ddd;
            padding: 0 10px;
        }

            .color-list li a {
                width: 100%;
                text-align: center;
            }

            .color-list li:last-child {
                border: none
            }

    @media (max-width: 380px) {
        .top-icons li a {
            font-size: 10px
        }
    }
}

@media (max-width: 992px) {

    img.pull-left.applogo {
        margin: 15px 26px;
    }
}



@media (max-width: 992px) {

    img.pull-left.applogo {
        margin: 15px 26px;
    }
}

table.dataTable thead th {
    background-image: url("../images/sort_asc.png");
    text-align: left !important;
}

table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png");
    text-align: left !important;
}

.dataTables_wrapper .dataTables_length {
    float: left !important;
}

.dataTables_wrapper .dataTables_filter {
    float: right !important;
    text-align: right;
}

.dataTables_wrapper .dataTables_info {
    display: none
}

.filter-btn {
    min-width: 160px;
    padding: 5px 10px;
    min-height: 32px;
}

.pricing-table .plan {
    margin-left: 0px;
    border-radius: 5px;
    text-align: center;
    background-color: #f3f3f3;
    height: 100%;
    margin-bottom: 40px;
    -moz-box-shadow: 0 0 6px 2px #b0b2ab;
    box-shadow: 0 0 6px 2px #d8d8d8;
    /* border: 2px solid #f99a0e; */
}

.plan:hover {
    background-color: #fff;
    -moz-box-shadow: 0 0 12px 3px #b0b2ab;
    -webkit-box-shadow: 0 0 12px 3px #b0b2ab;
    box-shadow: 0 0 12px 3px #b0b2ab;
}

.plan {
    padding: 20px;
    margin-left: 0px;
    color: #ff;
    background-color: #5e5f59;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.plan-name-bronze {
    padding: 20px;
    color: #fff;
    background-color: #b68a35;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.plan-name-silver {
    padding: 20px;
    color: #fff;
    background-color: #C0C0C0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.plan-name-gold {
    padding: 20px;
    color: #fff;
    background-color: #FFD700;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.pricing-table-bronze {
    padding: 20px;
    color: #fff;
    background-color: #f89406;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.pricing-table .plan .plan-name span {
    font-size: 20px;
}

.pricing-table .plan ul {
    list-style: none;
    margin: 10px 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

    .pricing-table .plan ul li.plan-feature {
        padding: 15px 10px;
        border-top: 1px solid #c5c8c0;
        margin-right: 35px;
        width: 100%;
    }

.pricing-three-column {
    margin: 0 auto;
    width: 100%;
}

.pricing-variable-height .plan {
    float: none;
    margin-left: 2%;
    vertical-align: bottom;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.plan-mouseover .plan-name {
    background-color: #4e9a06 !important;
}

.btn-plan-select {
    padding: 8px 25px;
    font-size: 18px;
}

.pricing-table .plan ul li.plan-feature:first-child {
    border: none
}

li.plan-feature h4 {
    color: #6b5555;
    padding-bottom: 5px;
    font-size: 15px;
}

li.plan-feature span {
    background: #b68a35;
    padding: 8px 15px;
    border-radius: 30px;
    color: #fff;
    display: block;
}
/*TABLE*/
div.table-title {
    display: block;
    margin: auto;
    max-width: 600px;
    padding: 5px;
    width: 100%;
}

.table-title h3 {
    color: #fafafa;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto", helvetica, arial, sans-serif;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}


/*** Table Styles **/

.table-fill {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    /* height: 320px; */
    margin: auto;
    /* max-width: 600px; */
    padding: 5px;
    display: block;
    width: 100%;
    float: left;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}

    .table-fill th {
        color: #D5DDE5;
        background: #1b1e24;
        border-bottom: 4px solid #9ea7af;
        border-right: 1px solid #343a45;
        font-size: 13px;
        font-weight: 100;
        padding: 13px;
        text-align: left;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        vertical-align: middle;
    }

        .table-fill th:first-child {
            border-top-left-radius: 3px;
        }

        .table-fill th:last-child {
            border-top-right-radius: 3px;
            border-right: none;
        }

    .table-fill tr {
        border-top: 1px solid #C1C3D1;
        border-bottom-: 1px solid #C1C3D1;
        color: #666B85;
        font-size: 16px;
        width: 100%;
        font-weight: normal;
        text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
    }

        .table-fill tr:hover td {
            /* background:#4E5066; */
            background: #dbe0e2;
            color: black;
            /* color:#FFFFFF; */
            border-top: 1px solid #22262e;
            border-bottom: 1px solid #22262e;
        }

        .table-fill tr:first-child {
            border-top: none;
        }

        .table-fill tr:last-child {
            border-bottom: none;
        }

        .table-fill tr:nth-child(odd) td {
            background: #EBEBEB;
        }

        .table-fill tr:nth-child(odd):hover td {
            background: #dbe0e2;
            color: black;
        }

        .table-fill tr:last-child td:first-child {
            border-bottom-left-radius: 3px;
        }

        .table-fill tr:last-child td:last-child {
            border-bottom-right-radius: 3px;
        }

    .table-fill td {
        background: #FFFFFF;
        padding: 20px;
        text-align: left;
        vertical-align: middle;
        font-weight: 300;
        font-size: 13px;
        text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
        border-right: 1px solid #C1C3D1;
    }

        .table-fill td:last-child {
            border-right: 0px;
        }

    .table-fill th.text-left {
        text-align: left;
    }

    .table-fill th.text-center {
        text-align: center;
    }

    .table-fill th.text-right {
        text-align: right;
    }

    .table-fill td.text-left {
        text-align: left;
    }

    .table-fill td.text-center {
        text-align: center;
    }

    .table-fill td.text-right {
        text-align: right;
    }

.auto-adjust {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .auto-adjust > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

a.accordion-toggle {
    display: inline-block;
}

text tspan {
    font-size: inherit;
}

span.datalabel {
    font-size: 12px;
    font-weight: normal;
}

.ui-select-match-text {
    width: 90%;
    overflow: hidden;
}

span.formula {
    display: block;
    float: left;
    width: 100%;
    word-wrap: break-word;
}

.hidden {
    display: none !important;
}

select.input-sm {
    height: 45px !important;
    line-height: 30px;
}

a.has-submenu-open {
    background: #b68a35;
}

.form-control-feedback {
    padding: 8px;
}

.has-formula {
    background: #eceeef !important
}

.highcharts-container {
    width: 100% !important;
}

text.highcharts-axis-title tspan {
    font-weight: bold;
    font-size: 16px;
}



ul.strategic-directory {
    list-style: none;
    padding-left: 0px;
}

    ul.strategic-directory li {
        padding: 13px 15px 13px 52px;
        background: #007D8C;
        color: #fff;
        border-radius: 5px;
        margin: 20px;
    }

        ul.strategic-directory li.energy {
            background-image: url(../img/energy.svg) !important;
            background-repeat: no-repeat !important;
            background-position: 7px 6px !important;
        }

        ul.strategic-directory li.money {
            background-image: url(../img/money.svg) !important;
            background-repeat: no-repeat !important;
            background-position: 7px 6px !important;
        }

        ul.strategic-directory li.city {
            background-image: url(../img/city.svg) !important;
            background-repeat: no-repeat !important;
            background-position: 7px 8px !important;
        }

        ul.strategic-directory li.climate {
            background-image: url(../img/climate.svg) !important;
            background-repeat: no-repeat !important;
            background-position: 7px 6px !important;
        }

        ul.strategic-directory li.life {
            background-image: url(../img/green.svg) !important;
            background-repeat: no-repeat !important;
            background-position: 7px 10px !important;
        }

        ul.strategic-directory li.technology {
            background-image: url(../img/technology.svg) !important;
            background-repeat: no-repeat !important;
            background-position: 7px 6px !important;
        }

        ul.strategic-directory li:nth-child(odd) {
            background: #007D8C;
        }

        ul.strategic-directory li:nth-child(even) {
            background: #B38227;
        }

div.strategic-objectives {
    display: inline;
    margin-bottom: 20px;
    padding: 2px 14px;
    float: left;
    width: 100%;
    border-radius: 5px;
    border: 5px solid #007c8c;
}

    div.strategic-objectives h1 {
        font-size: 21px;
        color: #007c8c;
        font-weight: bold;
    }

        div.strategic-objectives h1 span {
            background-color: #007c8c;
            padding: 5px 11px;
            border-radius: 50px;
            margin-right: 8px;
            color: #FFF;
        }

div.changecolor {
    border: 5px solid #B38227 !important;
}

    div.changecolor h1 {
        color: #B38227 !important;
    }

        div.changecolor h1 span {
            background-color: #B38227 !important;
        }

div.strategic-objectives ul {
    float: left;
}

    div.strategic-objectives ul li {
        list-style: none;
        color: #454545;
        font-size: 15px;
        margin-left: 5px;
    }

highchart {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 373px !important;
}

    highchart:first-child {
        height: 100% !important
    }

.highcharts-label.highcharts-data-label > span {
    text-align: center;
}

.highcharts-container {
    height: 430px !important;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    background-color: #b68a35;
    color: #fff !important;
    padding: 3px 0px;
    font-weight: bold;
}

.result-item {
    background: #b68a35 !important;
    color: white !important;
}

    .result-item td {
        color: white !important;
        font-size: 16px !important;
        font-weight: bolder !important;
        overflow-y: hidden !important;
    }

.form-horizontal .main-title {
    padding-left: 10px;
}

.kpisTable td, .kpisTable th {
    white-space: pre-wrap;
}

span.star-rating {
    float: left;
}

.noti-icon-badge {
    top: -5px;
    position: absolute;
}

.filter-div {
    border: 1px solid #c6cbce;
    padding: 15px 0;
}

.formulaField {
    text-align: left;
    direction: ltr;
}

.zui-table {
    border-collapse: separate;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}

    .zui-table thead th {
        padding: 10px;
        text-align: left;
        white-space: nowrap;
    }

    .zui-table tbody td {
        color: #333;
        padding: 10px;
        text-shadow: 1px 1px 1px #fff;
        white-space: nowrap;
    }

.zui-wrapper {
    position: relative;
}

.zui-scroller {
    margin-left: 300px;
    overflow-x: auto;
    overflow-y: visible;
    background: white;
    /*padding-bottom: 5px;*/
    width: calc(100% - 300px) !important;
}

.zui-table .zui-sticky-col {
    left: 0;
    position: absolute;
    min-height: 55px;
    background: white;
    top: auto;
    overflow: auto;
    white-space: inherit !important;
    width: 300px !important;
}

.result-item td {
    color: white !important;
    font-size: 16px !important;
    background: #b68a35 !important;
    text-shadow: none !important;
    font-weight: bolder !important;
    height: 100px;
}

th.zui-sticky-col {
    background: #b68a35 !important;
    width: 300px !important;
}

label.btn.btn-default {
    background: #b68a35;
    color: white;
    padding: 8px;
}

label.btn.btn-default {
}

    label.btn.btn-default:hover {
        background: white;
        color: #b68a35;
        padding: 8px;
    }

@media screen and (max-width: 767px) {
    .top-icons li {
        width: 20%;
    }

        .top-icons li a {
            font-size: 10px;
            line-height: 12px;
        }
}

.main-title {
    min-width: 100%;
    display: block;
    margin: 0 !important;
    height: 50px;
    background: white !important;
    position: fixed;
    z-index: 9;
    top: 100px;
}

.content-inner {
    padding-top: 50px;
}

.m-0{
    margin: 0 !important;
}