.customdisneyDistrictBox@font-face {
    font-family: 'robotoregular';
    src: url(../fonts/roboto-regular-webfont.woff2) format('woff2'),url(../fonts/roboto-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url(../fonts/roboto-bold-webfont.woff2) format('woff2'),url(../fonts/roboto-bold-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}

body, html {
    min-height: 100%;
}

.layout-boxed body, .layout-boxed html {
    height: 100%;
}



.margin-t0 {
    margin-top: 0 !important;
}

.margin-t10 {
    margin-top: 10px !important;
}

.margin-t20 {
    margin-top: 20px;
}

.margin-t25 {
    margin-top: 25px;
}

.font-s25 {
    font-size: 25px !important;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'robotoregular',Arial,sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0px !important;
}

    body.modal-open {
        padding-right: 17px !important;
    }

.layout-boxed .wrapper, .wrapper {
    min-height: 100%;
    position: relative;
}

.wrapper {
    overflow: hidden;
}

    .wrapper:after, .wrapper:before {
        content: " ";
        display: table;
    }

    .wrapper:after {
        clear: both;
    }

.layout-boxed .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
}

.layout-boxed {
    background: url(../img/boxed-bg.jpg) fixed;
}

.content-wrapper, .main-footer, .right-side {
    -webkit-transition: margin .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out,-webkit-transform .3s ease-in-out;
    margin-left: 250px;
}

.main-footer {
    z-index: 820;
}

.layout-top-nav .content-wrapper, .layout-top-nav .main-footer, .layout-top-nav .right-side {
    margin-left: 0;
}

#exportForm {
    display: inline-block;
    position: relative;
    left: 2px;
    margin-right: 4px;
}

#salesTable_filter, #salesTable_length {
    position: relative;
    top: 0;
    height: 50px;
}

#salesTable_filter {
    top: -5px;
}

#exportForm .filter_btn {
    padding-top: 9px;
    padding-bottom: 9px;
}

.filter_btn1 {
    font-size: 14px;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 7px 10px;
    margin: 0;
    background: #8eb404;
}

    .filter_btn1:hover {
        background: #7ea001;
    }

.bg {
    background: #fff;
}

#current-journal table thead tr th {
    background-color: #0b60d4;
    color: #fff;
}

#current-journal-data table tbody tr td:nth-child(1), #current-journal-data table tbody tr td:nth-child(3) {
    background-color: #0b60d4;
    color: #fff;
}

#voucherCodes .col-sm-4, #voucherCodes .col-sm-6 {
    padding: 5px;
}

.deleteBtn, .voucherNumberBtn {
    border: 0 !important;
    border-radius: 0;
}

.voucherNumberBtn {
    padding: 7px;
    background-color: #0b60d4 !important;
}

.deleteBtn {
    background-color: #333 !important;
    color: #fff !important;
    margin-top: 15px;
}

.stylish-input-group .input-group-addon {
    background: #fff !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: 0 0;
}

.padding45 {
    padding: 45px;
}


.card_btn, .process_btn {
    font-size: 14px;
    border: 0;
    outline: 0;
    margin: 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb404', endColorstr='#78af0d',GradientType=0 );
}

.card_btn {
    background: #e7e7e7;
    background: -webkit-linear-gradient(top,#e7e7e7 0%,#e1e1e1 100%);
    background: linear-gradient(to bottom,#e7e7e7 0%,#e1e1e1 100%);
    color: #000;
    padding: 7px;
}

    .card_btn:hover {
        color: #fff;
    }

.process_btn {
    color: #fff;
    padding: 7px 10px;
    background: #8eb404;
    background: -webkit-linear-gradient(top,#8eb404 0%,#78af0d 100%);
    background: linear-gradient(to bottom,#8eb404 0%,#78af0d 100%);
}

    .card_btn:hover, .process_btn:hover {
        background: #025ad1;
    }

.fa-trash-o {
    color: #ff5742;
    font-size: 18px;
}

.flex-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

    .flex-show > div {
        width: 100%;
    }

    .flex-show .form-group {
        width: 20%;
    }

.content-wrapper, .right-side {
    min-height: 100%;
    background-color: #f5f5f5;
    z-index: 800;
}

.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
    margin-left: 0;
}

    .main-footer p {
        font-size: 13px;
        color: #333;
        text-align: center;
        margin: 0;
        padding: 0;
    }

.fixed .left-side, .fixed .main-header, .fixed .main-sidebar {
    position: fixed;
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .content-wrapper, .fixed .right-side {
    padding-top: 50px;
}

.fixed.layout-boxed .wrapper, .info-box-icon > img {
    max-width: 100%;
}

body.hold-transition .content-wrapper, body.hold-transition .left-side, body.hold-transition .main-footer, body.hold-transition .main-header .logo, body.hold-transition .main-header .navbar, body.hold-transition .main-sidebar, body.hold-transition .right-side {
    -webkit-transition: none;
    transition: none;
}

.content {
    min-height: 469px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'robotoregular',Arial,sans-serif;
}

.categories_list ul li a:hover, .report_box ul li a:hover, a {
    color: #025ad1;
}

    a:active, a:focus, a:hover {
        outline: 0;
        text-decoration: none;
        color: #72afd2;
    }

.page-header {
    margin: 10px 0 20px;
    font-size: 22px;
}

    .page-header > small {
        color: #666;
        display: block;
        margin-top: 5px;
    }

.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
}

    .main-header .navbar {
        -webkit-transition: margin-left .3s ease-in-out;
        transition: margin-left .3s ease-in-out;
        margin-bottom: 0;
        margin-left: 250px;
        border: 0;
        min-height: 50px;
        border-radius: 0;
    }

.layout-top-nav .main-header .navbar {
    margin-left: 0;
}

.main-header #navbar-search-input.form-control {
    background: rgba(255,255,255,.2);
    border-color: transparent;
}

    .main-header #navbar-search-input.form-control:active, .main-header #navbar-search-input.form-control:focus {
        border-color: rgba(0,0,0,.1);
        background: rgba(255,255,255,.9);
    }

    .main-header #navbar-search-input.form-control::-moz-placeholder {
        color: #ccc;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .main-header #navbar-search-input.form-control:-ms-input-placeholder {
        color: #ccc;
    }

    .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
        color: #ccc;
    }

.main-header .navbar-custom-menu, .main-header .navbar-right {
    float: right;
    padding-right: 20px;
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 6px 9px;
    margin-top: 20px;
    font-family: fontAwesome;
}

    .main-header .sidebar-toggle:before {
        content: "\f0c9";
    }

    .main-header .sidebar-toggle:hover {
        color: #fff;
    }

    .main-header .sidebar-toggle:active, .main-header .sidebar-toggle:focus {
        background: 0 0;
    }

    .main-header .sidebar-toggle .icon-bar {
        display: none;
    }

.content-header > .breadcrumb > li > a > .fa, .content-header > .breadcrumb > li > a > .glyphicon, .content-header > .breadcrumb > li > a > .ion, .main-header .navbar .nav > li.user > a > .fa, .main-header .navbar .nav > li.user > a > .glyphicon, .main-header .navbar .nav > li.user > a > .ion, .sidebar-menu > li .badge, .sidebar-menu > li .label {
    margin-right: 5px;
}

.main-header .navbar .nav > li > a > .label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.main-header .logo {
    display: block;
    float: left;
    height: 71px;
    font-size: 20px;
    line-height: 67px;
    text-align: center;
    width: 250px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
}

    .main-header .logo .logo-lg {
        display: block;
    }

    .main-header .logo .logo-mini {
        display: none;
    }

.main-header .navbar-brand {
    color: #fff;
}

.content-header {
    position: relative;
    padding: 15px 15px 0;
}

    .content-header > h1 {
        margin: 0;
        font-size: 24px;
    }

        .content-header > h1 > small {
            font-size: 15px;
            display: inline-block;
            padding-left: 4px;
            font-weight: 300;
        }

    .content-header > .breadcrumb {
        float: right;
        background: 0 0;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
        padding: 7px 5px;
        position: absolute;
        top: 15px;
        right: 10px;
        border-radius: 2px;
    }

        .content-header > .breadcrumb > li > a {
            color: #444;
            text-decoration: none;
            display: inline-block;
        }

        .content-header > .breadcrumb > li + li:before {
            content: '>\00a0';
        }

.navbar-toggle {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 15px;
}

.left-side, .main-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 72px;
    min-height: calc(100% - 50px);
    width: 248px;
    z-index: 810;
    -webkit-transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    box-shadow: 1px 1px 5px 0 rgba(50,50,50,.3);
}

.sidebar {
    padding-bottom: 10px;
}

.sidebar-form input:focus {
    border-color: transparent;
}

.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

    .control-sidebar-menu > li > a:after, .control-sidebar-menu > li > a:before, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before, .user-panel:after, .user-panel:before {
        content: " ";
        display: table;
    }

    .control-sidebar-menu > li > a:after, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after, .user-panel:after {
        clear: both;
    }

    .user-panel > .image > img {
        width: 100%;
        max-width: 45px;
        height: auto;
    }

    .user-panel > .info {
        padding: 5px 5px 5px 15px;
        line-height: 1;
        position: absolute;
        left: 55px;
    }

        .user-panel > .info > p {
            font-weight: 600;
            margin-bottom: 9px;
        }

        .user-panel > .info > a {
            text-decoration: none;
            padding-right: 5px;
            margin-top: 3px;
            font-size: 11px;
        }

            .user-panel > .info > a > .fa, .user-panel > .info > a > .glyphicon, .user-panel > .info > a > .ion {
                margin-right: 3px;
            }

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sidebar-menu > li {
        position: relative;
        margin: 0;
        padding: 0;
        border-bottom: solid 1px #fff;
    }

        .sidebar-menu > li > a {
            padding: 15px 15px 18px 16px;
            display: block;
            font-size: 15px;
        }

            .sidebar-menu > li > a > i {
                font-size: 22px;
                color: #000;
            }

            .sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion {
                width: 25px;
            }

        .sidebar-menu > li .badge {
            margin-top: 3px;
        }

    .sidebar-menu li.header {
        padding: 10px 25px 10px 15px;
        font-size: 12px;
    }

    .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
    }

    .sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sidebar-menu li.active > .treeview-menu {
        display: block;
    }

    .sidebar-menu .treeview-menu {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0 0 0 5px;
    }

        .sidebar-menu .treeview-menu .treeview-menu {
            padding-left: 20px;
        }

        .sidebar-menu .treeview-menu > li {
            margin: 0;
        }

            .sidebar-menu .treeview-menu > li > a {
                padding: 5px 5px 5px 15px;
                display: block;
                font-size: 14px;
            }

                .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion, .sidebar-menu .treeview-menu > li > a > .fa, .sidebar-menu .treeview-menu > li > a > .glyphicon, .sidebar-menu .treeview-menu > li > a > .ion {
                    width: 20px;
                }

                .sidebar-menu .treeview-menu > li > a > .fa-angle-down, .sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left {
                    width: auto;
                }

.main-sidebar .user-panel, .sidebar-menu {
    white-space: nowrap;
    overflow: hidden;
}

    .sidebar-menu > li.header {
        white-space: nowrap;
    }

    .sidebar-menu:hover {
        overflow: visible;
    }

    .sidebar-form, .sidebar-menu > li.header {
        overflow: hidden;
        text-overflow: clip;
    }

    .navbar-custom-menu > .navbar-nav > li, .navbar-nav > .messages-menu > .dropdown-menu > li, .navbar-nav > .notifications-menu > .dropdown-menu > li, .navbar-nav > .tasks-menu > .dropdown-menu > li, .sidebar-menu li > a {
        position: relative;
    }

        .sidebar-menu li > a > .pull-right-container {
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -7px;
        }

.control-sidebar, .control-sidebar-bg {
    top: 0;
    right: -250px;
    width: 250px;
    -webkit-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}

.control-sidebar-bg {
    bottom: 0;
    position: fixed;
    z-index: 1000;
}

.control-sidebar {
    position: absolute;
    padding-top: 50px;
    z-index: 1010;
}

    .control-sidebar > .tab-content {
        padding: 10px 15px;
    }

    .control-sidebar-open .control-sidebar, .control-sidebar-open .control-sidebar-bg, .control-sidebar.control-sidebar-open, .control-sidebar.control-sidebar-open + .control-sidebar-bg {
        right: 0;
    }

.nav-tabs.control-sidebar-tabs > li:first-of-type > a, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover {
    border-left-width: 0;
}

.nav-tabs.control-sidebar-tabs > li > a {
    border-radius: 0;
}

    .nav-tabs.control-sidebar-tabs > li > a, .nav-tabs.control-sidebar-tabs > li > a:hover {
        border-top: none;
        border-right: none;
        border-left: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }

        .nav-tabs.control-sidebar-tabs > li > a .icon {
            font-size: 16px;
        }

.nav-tabs.control-sidebar-tabs > li.active > a, .nav-tabs.control-sidebar-tabs > li.active > a:active, .nav-tabs.control-sidebar-tabs > li.active > a:focus, .nav-tabs.control-sidebar-tabs > li.active > a:hover {
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.control-sidebar-heading {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.control-sidebar-subheading {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.control-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

    .control-sidebar-menu > li > a {
        display: block;
        padding: 10px 15px;
    }

        .control-sidebar-menu > li > a > .control-sidebar-subheading {
            margin-top: 0;
        }

    .control-sidebar-menu .menu-icon {
        float: left;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        text-align: center;
        line-height: 35px;
    }

    .control-sidebar-menu .menu-info {
        margin-left: 45px;
        margin-top: 3px;
    }

        .control-sidebar-menu .menu-info > .control-sidebar-subheading, .control-sidebar-menu .progress {
            margin: 0;
        }

        .control-sidebar-menu .menu-info > p {
            margin: 0;
            font-size: 11px;
        }

.control-sidebar-dark, .control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
    color: #b8c7ce;
}

    .control-sidebar-dark, .control-sidebar-dark + .control-sidebar-bg {
        background: #222d32;
    }

        .control-sidebar-dark .nav-tabs.control-sidebar-tabs {
            border-bottom: #1c2529;
        }

            .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
                background: #181f23;
                color: #b8c7ce;
            }

                .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
                    border-left-color: #141a1d;
                    border-bottom-color: #141a1d;
                }

                    .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
                        background: #1c2529;
                    }

                    .control-sidebar-dark .control-sidebar-heading, .control-sidebar-dark .control-sidebar-subheading, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
                        color: #fff;
                    }

            .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover {
                background: #222d32;
                color: #fff;
            }

        .control-sidebar-dark .control-sidebar-menu > li > a:hover {
            background: #1e282c;
        }

.control-sidebar-light, .control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
    color: #5e5e5e;
}

    .control-sidebar-light, .control-sidebar-light + .control-sidebar-bg {
        background: #f9fafc;
        border-left: 1px solid #d2d6de;
    }

        .control-sidebar-light .nav-tabs.control-sidebar-tabs {
            border-bottom: #d2d6de;
        }

            .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
                background: #e8ecf4;
                color: #444;
            }

                .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover {
                    border-left-color: #d2d6de;
                    border-bottom-color: #d2d6de;
                }

                    .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover {
                        background: #eff1f7;
                    }

            .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover {
                background: #f9fafc;
                color: #111;
            }

        .control-sidebar-light .control-sidebar-heading, .control-sidebar-light .control-sidebar-subheading {
            color: #111;
        }

        .control-sidebar-light .control-sidebar-menu {
            margin-left: -14px;
        }

            .control-sidebar-light .control-sidebar-menu > li > a:hover {
                background: #f4f4f5;
            }

.dropdown-menu {
    box-shadow: none;
    border-color: #eee;
}

    .dropdown-menu > li > a {
        color: #777;
        padding: 8px 10px;
        font-size: 15px;
    }

        .dropdown-menu > li > a > .fa, .dropdown-menu > li > a > .glyphicon, .dropdown-menu > li > a > .ion {
            margin-right: 10px;
        }

        .dropdown-menu > li > a:hover {
            background-color: #eee;
            color: #333;
        }

    .dropdown-menu > .divider {
        background-color: #eee;
    }

.navbar-nav > .messages-menu > .dropdown-menu, .navbar-nav > .notifications-menu > .dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu {
    width: 280px;
    padding: 0;
    margin: 0;
    top: 100%;
}

    .navbar-nav > .messages-menu > .dropdown-menu > li.header, .navbar-nav > .notifications-menu > .dropdown-menu > li.header, .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #fff;
        padding: 7px 10px;
        border-bottom: 1px solid #f4f4f4;
        color: #444;
        font-size: 14px;
    }

    .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        font-size: 12px;
        background-color: #fff;
        padding: 7px 10px;
        border-bottom: 1px solid #eee;
        color: #444 !important;
        text-align: center;
    }

        .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover, .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
            text-decoration: none;
            font-weight: 400;
        }

    .navbar-nav > .messages-menu > .dropdown-menu > li .menu, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
        max-height: 200px;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow-x: hidden;
    }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
            display: block;
            white-space: nowrap;
            border-bottom: 1px solid #f4f4f4;
        }

            .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
                background: #f4f4f4;
                text-decoration: none;
            }

        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
            color: #444;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 10px;
        }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
            margin: 0;
            padding: 10px;
        }

            .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
                margin: auto 10px auto auto;
                width: 40px;
                height: 40px;
            }

            .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
                padding: 0;
                margin: 0 0 0 45px;
                color: #444;
                font-size: 15px;
                position: relative;
            }

                .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
                    color: #999;
                    font-size: 10px;
                    position: absolute;
                    top: 0;
                    right: 0;
                }

            .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
                margin: 0 0 0 45px;
                font-size: 12px;
                color: #888;
            }

        .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
            padding: 10px;
        }

            .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
                font-size: 14px;
                padding: 0;
                margin: 0 0 10px;
                color: #666;
            }

            .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
                padding: 0;
                margin: 0;
            }

.navbar-nav > .user-menu > .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0;
    border-top-width: 0;
    width: 225px;
}

    .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
        color: #333 !important;
    }

.navbar-nav > .user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
    border: 1px solid #e2e2e2;
}

.open:not(.dropup) > .animated-dropdown-menu {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation: flipInX .7s both;
    animation: flipInX .7s both;
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
    }
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}

.form-control:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}

.form-control:-ms-input-placeholder, .form-control::-moz-placeholder, .form-control::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group.has-success .form-control {
    border-color: #00a65a;
    box-shadow: none;
}

.form-group.has-success .help-block, .form-group.has-success label {
    color: #00a65a;
}

.form-group.has-warning .form-control {
    border-color: #f39c12;
    box-shadow: none;
}

.form-group.has-warning .help-block, .form-group.has-warning label {
    color: #f39c12;
}

.form-group.has-error .form-control {
    border-color: #dd4b39;
    box-shadow: none;
}

.form-group.has-error .help-block, .form-group.has-error label {
    color: #dd4b39;
}

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #e6e6e6;
    background-color: #fff;
    color: silver;
    padding: 0 16px;
}

.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}

.icheck > label {
    padding-left: 0;
}

.form-control-feedback.fa {
    line-height: 34px;
}

.form-group-lg .form-control + .form-control-feedback.fa, .input-group-lg + .form-control-feedback.fa, .input-lg + .form-control-feedback.fa {
    line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback.fa, .input-group-sm + .form-control-feedback.fa, .input-sm + .form-control-feedback.fa {
    line-height: 30px;
}

.progress, .progress > .progress-bar {
    box-shadow: none;
}

    .progress, .progress .progress-bar, .progress > .progress-bar, .progress > .progress-bar .progress-bar {
        border-radius: 1px;
    }

        .progress-sm, .progress.sm {
            height: 10px;
        }

            .progress-sm, .progress-sm .progress-bar, .progress.sm, .progress.sm .progress-bar {
                border-radius: 1px;
            }

        .progress-xs, .progress.xs {
            height: 7px;
        }

            .progress-xs, .progress-xs .progress-bar, .progress.xs, .progress.xs .progress-bar {
                border-radius: 1px;
            }

        .progress-xxs, .progress.xxs {
            height: 3px;
        }

            .progress-xxs, .progress-xxs .progress-bar, .progress.xxs, .progress.xxs .progress-bar {
                border-radius: 1px;
            }

        .progress.vertical {
            position: relative;
            width: 30px;
            height: 200px;
            display: inline-block;
            margin-right: 10px;
        }

            .progress.vertical > .progress-bar {
                width: 100%;
                position: absolute;
                bottom: 0;
            }

            .progress.vertical.progress-sm, .progress.vertical.sm {
                width: 20px;
            }

            .progress.vertical.progress-xs, .progress.vertical.xs {
                width: 10px;
            }

            .progress.vertical.progress-xxs, .progress.vertical.xxs {
                width: 3px;
            }

.progress-group .progress-text, .timeline > li > .timeline-item > .timeline-header > a {
    font-weight: 600;
}

.progress-group .progress-number {
    float: right;
}

.table tr > td .progress {
    margin: 0;
}

.progress-bar-light-blue, .progress-bar-primary {
    background-color: #3c8dbc;
}

.progress-striped .progress-bar-aqua, .progress-striped .progress-bar-danger, .progress-striped .progress-bar-green, .progress-striped .progress-bar-info, .progress-striped .progress-bar-light-blue, .progress-striped .progress-bar-primary, .progress-striped .progress-bar-red, .progress-striped .progress-bar-success, .progress-striped .progress-bar-warning, .progress-striped .progress-bar-yellow {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-green, .progress-bar-success {
    background-color: #00a65a;
}

.progress-bar-aqua, .progress-bar-info {
    background-color: #00c0ef;
}

.progress-bar-warning, .progress-bar-yellow {
    background-color: #f39c12;
}

.progress-bar-danger, .progress-bar-red {
    background-color: #dd4b39;
}

.box, .small-box {
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.small-box {
    display: block;
    border-radius: 2px;
}

    .small-box > .inner {
        padding: 10px;
    }

    .small-box > .small-box-footer {
        position: relative;
        text-align: center;
        padding: 3px 0;
        color: #fff;
        color: rgba(255,255,255,.8);
        display: block;
        z-index: 10;
        background: rgba(0,0,0,.1);
        text-decoration: none;
    }

        .small-box > .small-box-footer:hover {
            color: #fff;
            background: rgba(0,0,0,.15);
        }

    .small-box h3 {
        font-size: 38px;
        font-weight: 700;
        margin: 0 0 10px;
        white-space: nowrap;
        padding: 0;
        z-index: 5;
    }

    .small-box p {
        font-size: 15px;
        z-index: 5;
    }

        .small-box p > small {
            display: block;
            color: #f9f9f9;
            font-size: 13px;
            margin-top: 5px;
        }

    .small-box .icon {
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        position: absolute;
        top: -10px;
        right: 10px;
        z-index: 0;
        font-size: 90px;
        color: rgba(0,0,0,.15);
    }

    .small-box:hover {
        text-decoration: none;
        color: #f9f9f9;
    }

        .small-box:hover .icon {
            font-size: 95px;
        }

.box {
    border-radius: 3px;
    background: #fff;
    border-top: 3px solid #d2d6de;
    width: 100%;
}

    .box.box-primary {
        border-top-color: #3c8dbc;
    }

    .box.box-info {
        border-top-color: #00c0ef;
    }

    .box.box-danger {
        border-top-color: #dd4b39;
    }

    .box.box-warning {
        border-top-color: #f39c12;
    }

    .box.box-success {
        border-top-color: #00a65a;
    }

    .box.box-default {
        border-top-color: #d2d6de;
    }

    .box.collapsed-box .box-body, .box.collapsed-box .box-footer, .switch input {
        display: none;
    }

    .box .nav-stacked > li {
        border-bottom: 1px solid #f4f4f4;
        margin: 0;
    }

        .box .nav-stacked > li:last-of-type {
            border-bottom: none;
        }

    .box.height-control .box-body {
        max-height: 300px;
        overflow: auto;
    }

    .box .border-right {
        border-right: 1px solid #f4f4f4;
    }

    .box .border-left {
        border-left: 1px solid #f4f4f4;
    }

    .box.box-solid {
        border-top: 0;
    }

        .box.box-solid > .box-header .btn.btn-default {
            background: 0 0;
        }

        .box.box-solid > .box-header .btn:hover, .box.box-solid > .box-header a:hover {
            background: rgba(0,0,0,.1);
        }

        .box.box-solid.box-default {
            border: 1px solid #d2d6de;
        }

            .box.box-solid.box-default > .box-header {
                color: #444;
                background: #d2d6de;
                background-color: #d2d6de;
            }

                .box.box-solid.box-default > .box-header .btn, .box.box-solid.box-default > .box-header a {
                    color: #444;
                }

        .box.box-solid.box-primary {
            border: 1px solid #3c8dbc;
        }

            .box.box-solid.box-primary > .box-header {
                color: #fff;
                background: #3c8dbc;
                background-color: #3c8dbc;
            }

                .box.box-solid.box-danger > .box-header .btn, .box.box-solid.box-danger > .box-header a, .box.box-solid.box-info > .box-header .btn, .box.box-solid.box-info > .box-header a, .box.box-solid.box-primary > .box-header .btn, .box.box-solid.box-primary > .box-header a, .box.box-solid.box-success > .box-header .btn, .box.box-solid.box-success > .box-header a, .box.box-solid.box-warning > .box-header .btn, .box.box-solid.box-warning > .box-header a {
                    color: #fff;
                }

        .box.box-solid.box-info {
            border: 1px solid #00c0ef;
        }

            .box.box-solid.box-info > .box-header {
                color: #fff;
                background: #00c0ef;
                background-color: #00c0ef;
            }

        .box.box-solid.box-danger {
            border: 1px solid #dd4b39;
        }

            .box.box-solid.box-danger > .box-header {
                color: #fff;
                background: #dd4b39;
                background-color: #dd4b39;
            }

        .box.box-solid.box-warning {
            border: 1px solid #f39c12;
        }

            .box.box-solid.box-warning > .box-header {
                color: #fff;
                background: #f39c12;
                background-color: #f39c12;
            }

        .box.box-solid.box-success {
            border: 1px solid #00a65a;
        }

            .box.box-solid.box-success > .box-header {
                color: #fff;
                background: #00a65a;
                background-color: #00a65a;
            }

        .box.box-solid > .box-header > .box-tools .btn {
            border: 0;
            box-shadow: none;
        }

        .box.box-solid[class*=bg] > .box-header {
            color: #fff;
        }

    .box .box-group > .box {
        margin-bottom: 5px;
    }

    .box .knob-label {
        text-align: center;
        color: #333;
        font-weight: 100;
        font-size: 12px;
        margin-bottom: .3em;
    }

    .box > .loading-img, .box > .overlay, .overlay-wrapper > .loading-img, .overlay-wrapper > .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .box .overlay, .overlay-wrapper .overlay {
        z-index: 50;
        background: rgba(255,255,255,.7);
        border-radius: 3px;
    }

        .box .overlay > .fa, .overlay-wrapper .overlay > .fa {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -15px;
            color: #000;
            font-size: 30px;
        }

        .box .overlay.dark, .overlay-wrapper .overlay.dark {
            background: rgba(0,0,0,.5);
        }

.box-body:after, .box-body:before, .box-comments .box-comment:after, .box-comments .box-comment:before, .box-footer:after, .box-footer:before, .box-header:after, .box-header:before {
    content: " ";
    display: table;
}

.box-body:after, .box-comments .box-comment:after, .box-footer:after, .box-header:after {
    clear: both;
}

.box-header {
    color: #444;
    display: block;
    padding: 15px 10px 10px;
    position: relative;
}

    .box-header.with-border {
        border-bottom: 1px solid #f4f4f4;
    }

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-header .box-title, .box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .nav-pills > li > a > .fa, .nav-pills > li > a > .glyphicon, .nav-pills > li > a > .ion, .nav-tabs-custom > .nav-tabs > li.header > .fa, .nav-tabs-custom > .nav-tabs > li.header > .glyphicon, .nav-tabs-custom > .nav-tabs > li.header > .ion {
    margin-right: 5px;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

    .box-header > .box-tools [data-toggle=tooltip] {
        position: relative;
    }

    .box-header > .box-tools.pull-right .dropdown-menu {
        right: 0;
        left: auto;
    }

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: 0 0;
    color: #97a0b3;
}

    .btn-box-tool:hover, .open .btn-box-tool {
        color: #606c84;
    }

    .btn-box-tool.btn:active {
        box-shadow: none;
    }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body .fc, .table tr td .progress {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane, .box-body .box-pane-right, .box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right, .box-footer {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.box-footer {
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.box-comments {
    background: #f7f7f7;
}

    .box-comments .box-comment {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

        .box-comments .box-comment:last-of-type {
            border-bottom: 0;
        }

        .box-comments .box-comment:first-of-type {
            padding-top: 0;
        }

    .box-comments .comment-text {
        margin-left: 40px;
        color: #555;
    }

    .box-comments .username {
        color: #444;
        display: block;
        font-weight: 600;
    }

    .box-comments .text-muted {
        font-weight: 400;
        font-size: 12px;
    }

.todo-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}

    .todo-list > li {
        border-radius: 2px;
        padding: 10px;
        background: #f4f4f4;
        margin-bottom: 2px;
        border-left: 2px solid #e6e7e8;
        color: #444;
    }

        .todo-list > li:last-of-type {
            margin-bottom: 0;
        }

        .todo-list > li > input[type=checkbox] {
            margin: 0 10px 0 5px;
        }

        .todo-list > li .text {
            display: inline-block;
            margin-left: 5px;
            font-weight: 600;
        }

        .todo-list > li .label {
            margin-left: 10px;
            font-size: 9px;
        }

        .todo-list > li .tools {
            display: none;
            float: right;
            color: #dd4b39;
        }

            .todo-list > li .tools > .fa, .todo-list > li .tools > .glyphicon, .todo-list > li .tools > .ion {
                margin-right: 5px;
                cursor: pointer;
            }

        .todo-list > li:hover .tools {
            display: inline-block;
        }

        .todo-list > li.done {
            color: #999;
        }

            .todo-list > li.done .text {
                text-decoration: line-through;
                font-weight: 500;
            }

            .todo-list > li.done .label {
                background: #d2d6de !important;
            }

    .todo-list .danger {
        border-left-color: #dd4b39;
    }

    .todo-list .warning {
        border-left-color: #f39c12;
    }

    .todo-list .info {
        border-left-color: #00c0ef;
    }

    .todo-list .success {
        border-left-color: #00a65a;
    }

    .todo-list .primary {
        border-left-color: #3c8dbc;
    }

    .todo-list .handle {
        display: inline-block;
        cursor: move;
        margin: 0 5px;
    }

.chat {
    padding: 5px 20px 5px 10px;
}

    .chat .item {
        margin-bottom: 10px;
    }

        .chat .item:after, .chat .item:before, .chat .item > .attachment:after, .chat .item > .attachment:before, .timeline > li:after, .timeline > li:before {
            content: " ";
            display: table;
        }

        .chat .item:after, .chat .item > .attachment:after, .timeline > li:after {
            clear: both;
        }

        .chat .item > img {
            width: 40px;
            height: 40px;
            border: 2px solid transparent;
            border-radius: 50%;
        }

        .chat .item > .online {
            border: 2px solid #00a65a;
        }

        .chat .item > .offline {
            border: 2px solid #dd4b39;
        }

        .chat .item > .message {
            margin-left: 55px;
            margin-top: -40px;
        }

            .chat .item > .message > .name {
                display: block;
                font-weight: 600;
            }

        .chat .item > .attachment {
            border-radius: 3px;
            background: #f4f4f4;
            margin-left: 65px;
            margin-right: 15px;
            padding: 10px;
        }

            .chat .item > .attachment > h4 {
                margin: 0 0 5px;
                font-weight: 600;
                font-size: 14px;
            }

            .chat .item > .attachment > .filename, .chat .item > .attachment > p {
                font-weight: 600;
                font-size: 13px;
                font-style: italic;
                margin: 0;
            }

.box-input {
    max-width: 200px;
}

.modal .panel-body {
    color: #444;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

    .info-box small {
        font-size: 14px;
    }

    .info-box .progress {
        background: rgba(0,0,0,.2);
        margin: 5px -10px;
        height: 2px;
        border-radius: 0;
    }

        .info-box .progress .progress-bar {
            border-radius: 0;
            background: #fff;
        }

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,.2);
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-number {
    display: block;
    font-weight: 700;
    font-size: 18px;
}

.info-box-text, .progress-description {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn.uppercase, .info-box-text {
    text-transform: uppercase;
}

.info-box-more {
    display: block !important;
}

.progress-description {
    margin: 0;
}

.timeline {
    position: relative;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

    .timeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #ddd;
        left: 31px;
        margin: 0;
        border-radius: 2px;
    }

    .timeline > li {
        position: relative;
        margin-right: 10px;
        margin-bottom: 15px;
    }

        .timeline > li > .timeline-item {
            box-shadow: 0 1px 1px rgba(0,0,0,.1);
            border-radius: 3px;
            margin-top: 0;
            background: #fff;
            color: #444;
            margin-left: 60px;
            margin-right: 15px;
            padding: 0;
            position: relative;
        }

            .timeline > li > .timeline-item > .time {
                color: #999;
                float: right;
                padding: 10px;
                font-size: 12px;
            }

            .timeline > li > .timeline-item > .timeline-header {
                margin: 0;
                color: #555;
                border-bottom: 1px solid #f4f4f4;
                padding: 10px;
                font-size: 16px;
                line-height: 1.1;
            }

            .timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
                padding: 10px;
            }

        .timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
            width: 30px;
            height: 30px;
            font-size: 15px;
            line-height: 30px;
            position: absolute;
            color: #666;
            background: #d2d6de;
            border-radius: 50%;
            text-align: center;
            left: 18px;
            top: 0;
        }

    .timeline > .time-label > span {
        font-weight: 600;
        padding: 5px;
        display: inline-block;
        background-color: #fff;
        border-radius: 4px;
    }

.timeline-inverse > li > .timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    box-shadow: none;
}

    .timeline-inverse > li > .timeline-item > .timeline-header {
        border-bottom-color: #ddd;
    }

.btn {
    box-shadow: none;
    border: 1px solid transparent;
}

.btn-circle {
    border-radius: 15px;
    font-size: 12px;
    height: 30px;
    line-height: 1.42857;
    padding: 3px 9px 5px 8px;
    text-align: center;
    width: 30px;
}

.btn.btn-flat {
    border-radius: 0;
    box-shadow: none;
    border-width: 1px;
}

.btn:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn:focus {
    outline: 0;
}

.btn.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn.btn-file > input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        outline: 0;
        background: #fff;
        cursor: inherit;
        display: block;
    }

.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

    .btn-default.hover, .btn-default:active, .btn-default:hover {
        background-color: #e7e7e7;
    }

.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
}

    .btn-primary.hover, .btn-primary:active, .btn-primary:hover {
        background-color: #367fa9;
    }

.btn-success {
    background-color: #00a65a;
    border-color: #008d4c;
}

    .btn-success.hover, .btn-success:active, .btn-success:hover {
        background-color: #008d4c;
    }

.btn-info {
    background-color: #00c0ef;
    border-color: #00acd6;
}

    .btn-info.hover, .btn-info:active, .btn-info:hover {
        background-color: #00acd6;
    }

.btn-warning {
    background-color: #f39c12;
    border-color: #e08e0b;
}

    .btn-warning.hover, .btn-warning:active, .btn-warning:hover {
        background-color: #e08e0b;
    }

.btn-outline {
    border: 1px solid #fff;
    background: 0 0;
    color: #fff;
}

    .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
        color: rgba(255,255,255,.7);
        border-color: rgba(255,255,255,.7);
    }

.btn-link {
    box-shadow: none;
}

.btn[class*=bg-]:hover {
    box-shadow: inset 0 0 100px rgba(0,0,0,.2);
}

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}

    .btn-app > .fa, .btn-app > .glyphicon, .btn-app > .ion {
        font-size: 20px;
        display: block;
    }

    .btn-app:hover {
        background: #f4f4f4;
        color: #444;
        border-color: #aaa;
    }

    .btn-app:active, .btn-app:focus {
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn-app > .badge {
        position: absolute;
        top: -3px;
        right: -10px;
        font-size: 10px;
        font-weight: 400;
    }

.callout {
    border-radius: 3px;
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

    .alert a, .callout a {
        color: #fff;
        text-decoration: underline;
    }

        .callout a:hover {
            color: #eee;
        }

    .callout h4 {
        margin-top: 0;
        font-weight: 600;
    }

    .callout p:last-child {
        margin-bottom: 0;
    }

    .callout .highlight, .callout code {
        background-color: #fff;
    }

    .callout.callout-danger {
        border-color: #c23321;
    }

    .callout.callout-warning {
        border-color: #c87f0a;
    }

    .callout.callout-info {
        border-color: #0097bc;
    }

    .callout.callout-success {
        border-color: #00733e;
    }

.alert {
    border-radius: 3px;
}

    .alert h4 {
        font-weight: 600;
    }

    .alert .icon {
        margin-right: 10px;
    }

    .alert .close {
        color: #000;
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
    }

        .alert .close:hover {
            opacity: .5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
        }

.alert-success {
    border-color: #008d4c;
}

.alert-danger, .alert-error {
    border-color: #d73925;
}

.alert-warning {
    border-color: #e08e0b;
}

.alert-info {
    border-color: #00acd6;
}

.nav > li > a:active, .nav > li > a:focus, .nav > li > a:hover {
    color: #444;
}

.nav-pills > li > a {
    border-radius: 0;
    border-top: 3px solid transparent;
    color: #444;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    border-top-color: #3c8dbc;
}

.nav-pills > li.active > a {
    font-weight: 600;
}

.nav-stacked > li > a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
}

.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover {
    background: 0 0;
    color: #444;
    border-top: 0;
    border-left-color: #3c8dbc;
}

.nav-stacked > li.header {
    border-bottom: 1px solid #ddd;
    color: #777;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border-radius: 3px;
}

    .nav-tabs-custom > .nav-tabs {
        margin: 0;
        border-bottom-color: #f4f4f4;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .nav-tabs-custom > .nav-tabs > li {
            border-top: 3px solid transparent;
            margin-bottom: -2px;
            margin-right: 5px;
        }

            .nav-tabs-custom > .nav-tabs > li > a {
                color: #444;
                border-radius: 0;
                background: 0 0;
                margin: 0;
            }

                .nav-tabs-custom > .nav-tabs > li > a.text-muted {
                    color: #999;
                }

                .nav-tabs-custom > .nav-tabs > li > a:hover {
                    background: 0 0;
                    margin: 0;
                    color: #999;
                }

            .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover {
                border-color: transparent;
            }

            .nav-tabs-custom > .nav-tabs > li.active {
                border-top-color: #3c8dbc;
            }

                .nav-tabs-custom > .nav-tabs > li.active:hover > a, .nav-tabs-custom > .nav-tabs > li.active > a {
                    background-color: #fff;
                    color: #444;
                }

                .nav-tabs-custom > .nav-tabs > li.active > a {
                    border-top-color: transparent;
                    border-left-color: #f4f4f4;
                    border-right-color: #f4f4f4;
                }

            .nav-tabs-custom > .nav-tabs > li:first-of-type {
                margin-left: 0;
            }

                .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
                    border-left-color: transparent;
                }

        .nav-tabs-custom > .nav-tabs.pull-right {
            float: none !important;
        }

            .nav-tabs-custom > .nav-tabs.pull-right > li {
                float: right;
            }

                .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
                    margin-right: 0;
                }

                    .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
                        border-left-width: 1px;
                    }

                    .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
                        border-left-color: #f4f4f4;
                        border-right-color: transparent;
                    }

        .nav-tabs-custom > .nav-tabs > li.header {
            line-height: 35px;
            padding: 0 10px;
            font-size: 20px;
            color: #444;
        }

    .nav-tabs-custom > .tab-content {
        background: #fff;
        padding: 10px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .nav-tabs-custom .dropdown.open > a:active, .nav-tabs-custom .dropdown.open > a:focus {
        background: 0 0;
        color: #999;
    }

    .nav-tabs-custom.tab-primary > .nav-tabs > li.active {
        border-top-color: #3c8dbc;
    }

    .nav-tabs-custom.tab-info > .nav-tabs > li.active {
        border-top-color: #00c0ef;
    }

    .nav-tabs-custom.tab-danger > .nav-tabs > li.active {
        border-top-color: #dd4b39;
    }

    .nav-tabs-custom.tab-warning > .nav-tabs > li.active {
        border-top-color: #f39c12;
    }

    .nav-tabs-custom.tab-success > .nav-tabs > li.active {
        border-top-color: #00a65a;
    }

    .nav-tabs-custom.tab-default > .nav-tabs > li.active {
        border-top-color: #d2d6de;
    }

.pagination > li > a {
    background: #fafafa;
    color: #666;
}

.pagination.pagination-flat > li > a {
    border-radius: 0 !important;
}

.products-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .products-list > .item {
        border-radius: 3px;
        box-shadow: 0 1px 1px rgba(0,0,0,.1);
        padding: 10px 0;
        background: #fff;
    }

        .contacts-list > li:after, .contacts-list > li:before, .direct-chat-msg:after, .direct-chat-msg:before, .products-list > .item:after, .products-list > .item:before {
            content: " ";
            display: table;
        }

        .contacts-list > li:after, .direct-chat-msg:after, .products-list > .item:after {
            clear: both;
        }

    .products-list .product-img {
        float: left;
    }

        .products-list .product-img img {
            width: 50px;
            height: 50px;
        }

    .products-list .product-info {
        margin-left: 60px;
    }

    .products-list .product-title {
        font-weight: 600;
    }

    .products-list .product-description {
        display: block;
        color: #999;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.product-list-in-box > .item {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4;
}

    .product-list-in-box > .item:last-of-type {
        border-bottom-width: 0;
    }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #f4f4f4;
}

.table > thead > tr > th {
    border-bottom: 2px solid #f4f4f4;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #f4f4f4;
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

.table.no-border, .table.no-border td, .table.no-border th {
    border: 0;
}

table.text-center, table.text-center td, table.text-center th {
    text-align: center;
}

.table.align th {
    text-align: left;
}

.table.align td {
    text-align: right;
}

.label-default {
    background-color: #d2d6de;
    color: #444;
}

.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}

.direct-chat-messages, .direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

.direct-chat-messages {
    padding: 10px;
    height: 250px;
    overflow: auto;
}

.direct-chat-msg, .direct-chat-text {
    display: block;
}

.direct-chat-msg {
    margin-bottom: 10px;
}

.direct-chat-contacts, .direct-chat-messages {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
}

    .direct-chat-text:after, .direct-chat-text:before {
        position: absolute;
        right: 100%;
        top: 15px;
        border: solid transparent;
        border-right-color: #d2d6de;
        content: ' ';
        height: 0;
        width: 0;
        pointer-events: none;
    }

    .direct-chat-text:after {
        border-width: 5px;
        margin-top: -5px;
    }

    .direct-chat-text:before {
        border-width: 6px;
        margin-top: -6px;
    }

.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}

    .right .direct-chat-text:after, .right .direct-chat-text:before {
        right: auto;
        left: 100%;
        border-right-color: transparent;
        border-left-color: #d2d6de;
    }

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}

.right .direct-chat-img {
    float: right;
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}

.direct-chat-name {
    font-weight: 600;
}

.direct-chat-timestamp {
    color: #999;
}

.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

.direct-chat-contacts {
    -webkit-transform: translate(101%,0);
    -ms-transform: translate(101%,0);
    transform: translate(101%,0);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: #222d32;
    color: #fff;
    overflow: auto;
}

.contacts-list > li {
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding: 10px;
    margin: 0;
}

    .contacts-list > li:last-of-type {
        border-bottom: none;
    }

.contacts-list-img {
    border-radius: 50%;
    width: 40px;
    float: left;
}

.contacts-list-info {
    margin-left: 45px;
    color: #fff;
}

.contacts-list-name, .contacts-list-status {
    display: block;
}

.contacts-list-name {
    font-weight: 600;
}

.contacts-list-status {
    font-size: 12px;
}

.contacts-list-date {
    color: #aaa;
    font-weight: 400;
}

.contacts-list-msg, .users-list > li > a:hover, .users-list > li > a:hover .users-list-name {
    color: #999;
}

.direct-chat-danger .right > .direct-chat-text {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}

    .direct-chat-danger .right > .direct-chat-text:after, .direct-chat-danger .right > .direct-chat-text:before {
        border-left-color: #dd4b39;
    }

.direct-chat-primary .right > .direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff;
}

    .direct-chat-primary .right > .direct-chat-text:after, .direct-chat-primary .right > .direct-chat-text:before {
        border-left-color: #3c8dbc;
    }

.direct-chat-warning .right > .direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #fff;
}

    .direct-chat-warning .right > .direct-chat-text:after, .direct-chat-warning .right > .direct-chat-text:before {
        border-left-color: #f39c12;
    }

.direct-chat-info .right > .direct-chat-text {
    background: #00c0ef;
    border-color: #00c0ef;
    color: #fff;
}

    .direct-chat-info .right > .direct-chat-text:after, .direct-chat-info .right > .direct-chat-text:before {
        border-left-color: #00c0ef;
    }

.direct-chat-success .right > .direct-chat-text {
    background: #00a65a;
    border-color: #00a65a;
    color: #fff;
}

    .direct-chat-success .right > .direct-chat-text:after, .direct-chat-success .right > .direct-chat-text:before {
        border-left-color: #00a65a;
    }

.users-list > li {
    width: 25%;
    float: left;
    padding: 10px;
    text-align: center;
}

    .users-list > li img {
        border-radius: 50%;
        max-width: 100%;
        height: auto;
    }

.users-list-date, .users-list-name {
    display: block;
}

.users-list-name {
    font-weight: 600;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.users-list-date {
    color: #999;
    font-size: 12px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-control > .fa {
    font-size: 40px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -20px;
}

.modal {
    background: rgba(0,0,0,.3);
}

.modal-content {
    border-radius: 0;
    box-shadow: 0 2px 3px rgba(0,0,0,.125);
    border: 0;
}

.modal-header {
    border-bottom-color: #f4f4f4;
}

.modal-footer {
    border-top-color: #f4f4f4;
}

.modal-primary .modal-footer, .modal-primary .modal-header {
    border-color: #307095;
}

.modal-warning .modal-footer, .modal-warning .modal-header {
    border-color: #c87f0a;
}

.modal-info .modal-footer, .modal-info .modal-header {
    border-color: #0097bc;
}

.modal-success .modal-footer, .modal-success .modal-header {
    border-color: #00733e;
}

.modal-danger .modal-footer, .modal-danger .modal-header {
    border-color: #c23321;
}

.box-widget {
    border: 0;
    position: relative;
}

.widget-user .widget-user-header {
    padding: 20px;
    height: 120px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.widget-user .widget-user-desc {
    margin-top: 0;
}

.widget-user .widget-user-image {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -45px;
}

    .widget-user .widget-user-image > img {
        width: 90px;
        height: auto;
        border: 3px solid #fff;
    }

.widget-user .box-footer {
    padding-top: 30px;
}

.widget-user-2 .widget-user-header {
    padding: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user-2 .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
}

.widget-user-2 .widget-user-desc {
    margin-top: 0;
}

.widget-user-2 .widget-user-desc, .widget-user-2 .widget-user-username {
    margin-left: 75px;
}

.widget-user-2 .widget-user-image > img {
    width: 65px;
    height: auto;
    float: left;
}

.mailbox-messages > .table {
    margin: 0;
}

.mailbox-controls {
    padding: 5px;
}

    .mailbox-controls.with-border, .mailbox-read-info {
        border-bottom: 1px solid #f4f4f4;
    }

.mailbox-read-info {
    padding: 10px;
}

    .mailbox-read-info h3 {
        font-size: 20px;
        margin: 0;
    }

    .mailbox-read-info h5 {
        margin: 0;
        padding: 5px 0 0;
    }

.mailbox-read-time {
    color: #999;
    font-size: 13px;
}

.mailbox-read-message {
    padding: 10px;
}

.mailbox-attachments li {
    float: left;
    width: 200px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 10px;
}

.mailbox-attachment-name {
    font-weight: 700;
    color: #666;
}

.mailbox-attachment-icon, .mailbox-attachment-info, .mailbox-attachment-size {
    display: block;
}

.mailbox-attachment-info {
    padding: 10px;
    background: #f4f4f4;
}

.mailbox-attachment-size {
    color: #999;
    font-size: 12px;
}

.mailbox-attachment-icon {
    text-align: center;
    font-size: 65px;
    color: #666;
    padding: 20px 10px;
}

    .mailbox-attachment-icon.has-img {
        padding: 0;
    }

        .mailbox-attachment-icon.has-img > img {
            max-width: 100%;
            height: auto;
        }

.lockscreen {
    background: #d2d6de;
}

.lockscreen-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

    .lockscreen-logo a, .login-logo a, .register-logo a {
        color: #444;
    }

.lockscreen-wrapper {
    max-width: 400px;
    margin: 10% auto 0;
}

.lockscreen .lockscreen-name {
    text-align: center;
    font-weight: 600;
}

.lockscreen-item {
    border-radius: 4px;
    padding: 0;
    background: #fff;
    position: relative;
    margin: 10px auto 30px;
    width: 290px;
}

.lockscreen-image {
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -25px;
    background: #fff;
    padding: 5px;
    z-index: 10;
}

    .lockscreen-image > img {
        border-radius: 50%;
        width: 70px;
        height: 70px;
    }

.lockscreen-credentials {
    margin-left: 70px;
}

    .lockscreen-credentials .form-control {
        border: 0;
    }

    .lockscreen-credentials .btn {
        background-color: #fff;
        border: 0;
        padding: 0 10px;
    }

.content .add-employee .header-col h3, .lockscreen-footer {
    margin-top: 10px;
}

.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.login-page, .register-page {
    background: #d2d6de;
}

.login-box, .register-box {
    width: 360px;
    margin: 7% auto;
}

.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

    .login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
        color: #777;
    }

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px;
}

.social-auth-links {
    margin: 10px 0;
}

.error-page {
    width: 600px;
    margin: 20px auto 0;
}

    .error-page > .headline {
        float: left;
        font-size: 100px;
        font-weight: 300;
    }

    .error-page > .error-content {
        margin-left: 190px;
        display: block;
    }

        .error-page > .error-content > h3 {
            font-weight: 300;
            font-size: 25px;
        }

.invoice {
    position: relative;
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 20px;
    margin: 10px 25px;
}

.invoice-title, .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

.profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
}

.profile-username {
    font-size: 21px;
    margin-top: 5px;
}

.post {
    border-bottom: 1px solid #d2d6de;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #666;
}

    .post:last-of-type {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .post .user-block {
        margin-bottom: 15px;
    }

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .btn-social > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,.2);
    }

    .btn-social.btn-lg {
        padding-left: 61px;
    }

        .btn-social.btn-lg > :first-child {
            line-height: 45px;
            width: 45px;
            font-size: 1.8em;
        }

    .btn-social.btn-sm {
        padding-left: 38px;
    }

        .btn-social.btn-sm > :first-child {
            line-height: 28px;
            width: 28px;
            font-size: 1.4em;
        }

    .btn-social.btn-xs {
        padding-left: 30px;
    }

        .btn-social.btn-xs > :first-child {
            line-height: 20px;
            width: 20px;
            font-size: 1.2em;
        }

.btn-social-icon {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

    .btn-social-icon > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        line-height: 34px;
        font-size: 1.6em;
        border-right: 1px solid rgba(0,0,0,.2);
        border: 0;
        text-align: center;
        width: 100%;
    }

    .btn-social-icon.btn-lg > :first-child {
        line-height: 45px;
        width: 45px;
        font-size: 1.8em;
    }

    .btn-social-icon.btn-sm > :first-child {
        line-height: 28px;
        width: 28px;
        font-size: 1.4em;
    }

    .btn-social-icon.btn-xs > :first-child {
        line-height: 20px;
        width: 20px;
        font-size: 1.2em;
    }

    .btn-social-icon.btn-lg {
        height: 45px;
        width: 45px;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-social-icon.btn-sm, .btn-social-icon.btn-xs {
        height: 30px;
        width: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-social-icon.btn-xs {
        height: 22px;
        width: 22px;
    }

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0,0,0,.2);
}

    .btn-adn.focus, .btn-adn:focus {
        color: #fff;
        background-color: #ce563f;
        border-color: rgba(0,0,0,.2);
    }

    .btn-adn.active, .btn-adn:active, .btn-adn:hover, .btn-bitbucket, .open > .dropdown-toggle.btn-adn {
        color: #fff;
        background-color: #ce563f;
        border-color: rgba(0,0,0,.2);
    }

    .btn-adn.active, .btn-adn:active, .open > .dropdown-toggle.btn-adn {
        background-image: none;
    }

    .btn-adn .badge {
        color: #d87a68;
        background-color: #fff;
    }

.btn-bitbucket {
    background-color: #205081;
}

    .btn-bitbucket.focus, .btn-bitbucket:focus {
        color: #fff;
        background-color: #163758;
        border-color: rgba(0,0,0,.2);
    }

    .btn-bitbucket.active, .btn-bitbucket:active, .btn-bitbucket:hover, .btn-dropbox, .open > .dropdown-toggle.btn-bitbucket {
        color: #fff;
        background-color: #163758;
        border-color: rgba(0,0,0,.2);
    }

    .btn-bitbucket.active, .btn-bitbucket:active, .open > .dropdown-toggle.btn-bitbucket {
        background-image: none;
    }

    .btn-bitbucket .badge {
        color: #205081;
        background-color: #fff;
    }

.btn-dropbox {
    background-color: #1087dd;
}

    .btn-dropbox.focus, .btn-dropbox:focus {
        color: #fff;
        background-color: #0d6aad;
        border-color: rgba(0,0,0,.2);
    }

    .btn-dropbox.active, .btn-dropbox:active, .btn-dropbox:hover, .btn-facebook, .open > .dropdown-toggle.btn-dropbox {
        color: #fff;
        background-color: #0d6aad;
        border-color: rgba(0,0,0,.2);
    }

    .btn-dropbox.active, .btn-dropbox:active, .open > .dropdown-toggle.btn-dropbox {
        background-image: none;
    }

    .btn-dropbox .badge {
        color: #1087dd;
        background-color: #fff;
    }

.btn-facebook {
    background-color: #3b5998;
}

    .btn-facebook.focus, .btn-facebook:focus {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,.2);
    }

    .btn-facebook.active, .btn-facebook:active, .btn-facebook:hover, .btn-flickr, .open > .dropdown-toggle.btn-facebook {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,.2);
    }

    .btn-facebook.active, .btn-facebook:active, .open > .dropdown-toggle.btn-facebook {
        background-image: none;
    }

    .btn-facebook .badge {
        color: #3b5998;
        background-color: #fff;
    }

.btn-flickr {
    background-color: #ff0084;
}

    .btn-flickr.focus, .btn-flickr:focus {
        color: #fff;
        background-color: #cc006a;
        border-color: rgba(0,0,0,.2);
    }

    .btn-flickr.active, .btn-flickr:active, .btn-flickr:hover, .btn-foursquare, .open > .dropdown-toggle.btn-flickr {
        color: #fff;
        background-color: #cc006a;
        border-color: rgba(0,0,0,.2);
    }

    .btn-flickr.active, .btn-flickr:active, .open > .dropdown-toggle.btn-flickr {
        background-image: none;
    }

    .btn-flickr .badge {
        color: #ff0084;
        background-color: #fff;
    }

.btn-foursquare {
    background-color: #f94877;
}

    .btn-foursquare.focus, .btn-foursquare:focus {
        color: #fff;
        background-color: #f71752;
        border-color: rgba(0,0,0,.2);
    }

    .btn-foursquare.active, .btn-foursquare:active, .btn-foursquare:hover, .btn-github, .open > .dropdown-toggle.btn-foursquare {
        color: #fff;
        background-color: #f71752;
        border-color: rgba(0,0,0,.2);
    }

    .btn-foursquare.active, .btn-foursquare:active, .open > .dropdown-toggle.btn-foursquare {
        background-image: none;
    }

    .btn-foursquare .badge {
        color: #f94877;
        background-color: #fff;
    }

.btn-github {
    background-color: #444;
}

    .btn-github.focus, .btn-github:focus {
        color: #fff;
        background-color: #2b2b2b;
        border-color: rgba(0,0,0,.2);
    }

    .btn-github.active, .btn-github:active, .btn-github:hover, .btn-google, .open > .dropdown-toggle.btn-github {
        color: #fff;
        background-color: #2b2b2b;
        border-color: rgba(0,0,0,.2);
    }

    .btn-github.active, .btn-github:active, .open > .dropdown-toggle.btn-github {
        background-image: none;
    }

    .btn-github .badge {
        color: #444;
        background-color: #fff;
    }

.btn-google {
    background-color: #dd4b39;
}

    .btn-google.focus, .btn-google:focus {
        color: #fff;
        background-color: #c23321;
        border-color: rgba(0,0,0,.2);
    }

    .btn-google.active, .btn-google:active, .btn-google:hover, .btn-instagram, .open > .dropdown-toggle.btn-google {
        color: #fff;
        background-color: #c23321;
        border-color: rgba(0,0,0,.2);
    }

    .btn-google.active, .btn-google:active, .open > .dropdown-toggle.btn-google {
        background-image: none;
    }

    .btn-google .badge {
        color: #dd4b39;
        background-color: #fff;
    }

.btn-instagram {
    background-color: #3f729b;
}

    .btn-instagram.focus, .btn-instagram:focus {
        color: #fff;
        background-color: #305777;
        border-color: rgba(0,0,0,.2);
    }

    .btn-instagram.active, .btn-instagram:active, .btn-instagram:hover, .btn-linkedin, .open > .dropdown-toggle.btn-instagram {
        color: #fff;
        background-color: #305777;
        border-color: rgba(0,0,0,.2);
    }

    .btn-instagram.active, .btn-instagram:active, .open > .dropdown-toggle.btn-instagram {
        background-image: none;
    }

    .btn-instagram .badge {
        color: #3f729b;
        background-color: #fff;
    }

.btn-linkedin {
    background-color: #007bb6;
}

    .btn-linkedin.focus, .btn-linkedin:focus {
        color: #fff;
        background-color: #005983;
        border-color: rgba(0,0,0,.2);
    }

    .btn-linkedin.active, .btn-linkedin:active, .btn-linkedin:hover, .btn-microsoft, .open > .dropdown-toggle.btn-linkedin {
        color: #fff;
        background-color: #005983;
        border-color: rgba(0,0,0,.2);
    }

    .btn-linkedin.active, .btn-linkedin:active, .open > .dropdown-toggle.btn-linkedin {
        background-image: none;
    }

    .btn-linkedin .badge {
        color: #007bb6;
        background-color: #fff;
    }

.btn-microsoft {
    background-color: #2672ec;
}

    .btn-microsoft.focus, .btn-microsoft:focus {
        color: #fff;
        background-color: #125acd;
        border-color: rgba(0,0,0,.2);
    }

    .btn-microsoft.active, .btn-microsoft:active, .btn-microsoft:hover, .btn-openid, .open > .dropdown-toggle.btn-microsoft {
        color: #fff;
        background-color: #125acd;
        border-color: rgba(0,0,0,.2);
    }

    .btn-microsoft.active, .btn-microsoft:active, .open > .dropdown-toggle.btn-microsoft {
        background-image: none;
    }

    .btn-microsoft .badge {
        color: #2672ec;
        background-color: #fff;
    }

.btn-openid {
    background-color: #f7931e;
}

    .btn-openid.focus, .btn-openid:focus {
        color: #fff;
        background-color: #da7908;
        border-color: rgba(0,0,0,.2);
    }

    .btn-openid.active, .btn-openid:active, .btn-openid:hover, .btn-pinterest, .open > .dropdown-toggle.btn-openid {
        color: #fff;
        background-color: #da7908;
        border-color: rgba(0,0,0,.2);
    }

    .btn-openid.active, .btn-openid:active, .open > .dropdown-toggle.btn-openid {
        background-image: none;
    }

    .btn-openid .badge {
        color: #f7931e;
        background-color: #fff;
    }

.btn-pinterest {
    background-color: #cb2027;
}

    .btn-pinterest.focus, .btn-pinterest:focus {
        color: #fff;
        background-color: #9f191f;
        border-color: rgba(0,0,0,.2);
    }

    .btn-pinterest.active, .btn-pinterest:active, .btn-pinterest:hover, .btn-reddit, .open > .dropdown-toggle.btn-pinterest {
        color: #fff;
        background-color: #9f191f;
        border-color: rgba(0,0,0,.2);
    }

    .btn-pinterest.active, .btn-pinterest:active, .open > .dropdown-toggle.btn-pinterest {
        background-image: none;
    }

    .btn-pinterest .badge {
        color: #cb2027;
        background-color: #fff;
    }

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
}

    .btn-reddit.focus, .btn-reddit:focus {
        color: #000;
        background-color: #bcddff;
        border-color: rgba(0,0,0,.2);
    }

    .btn-reddit.active, .btn-reddit:active, .btn-reddit:hover, .btn-soundcloud, .open > .dropdown-toggle.btn-reddit {
        color: #000;
        background-color: #bcddff;
        border-color: rgba(0,0,0,.2);
    }

    .btn-reddit.active, .btn-reddit:active, .open > .dropdown-toggle.btn-reddit {
        background-image: none;
    }

    .btn-reddit .badge {
        color: #eff7ff;
        background-color: #000;
    }

.btn-soundcloud {
    color: #fff;
    background-color: #f50;
}

    .btn-soundcloud.focus, .btn-soundcloud:focus {
        color: #fff;
        background-color: #c40;
        border-color: rgba(0,0,0,.2);
    }

    .btn-soundcloud.active, .btn-soundcloud:active, .btn-soundcloud:hover, .btn-tumblr, .open > .dropdown-toggle.btn-soundcloud {
        color: #fff;
        background-color: #c40;
        border-color: rgba(0,0,0,.2);
    }

    .btn-soundcloud.active, .btn-soundcloud:active, .open > .dropdown-toggle.btn-soundcloud {
        background-image: none;
    }

    .btn-soundcloud .badge {
        color: #f50;
        background-color: #fff;
    }

.btn-tumblr {
    background-color: #2c4762;
}

    .btn-tumblr.focus, .btn-tumblr:focus {
        color: #fff;
        background-color: #1c2d3f;
        border-color: rgba(0,0,0,.2);
    }

    .btn-tumblr.active, .btn-tumblr:active, .btn-tumblr:hover, .btn-twitter, .open > .dropdown-toggle.btn-tumblr {
        color: #fff;
        background-color: #1c2d3f;
        border-color: rgba(0,0,0,.2);
    }

    .btn-tumblr.active, .btn-tumblr:active, .open > .dropdown-toggle.btn-tumblr {
        background-image: none;
    }

    .btn-tumblr .badge {
        color: #2c4762;
        background-color: #fff;
    }

.btn-twitter {
    background-color: #55acee;
}

    .btn-twitter.focus, .btn-twitter:focus {
        color: #fff;
        background-color: #2795e9;
        border-color: rgba(0,0,0,.2);
    }

    .btn-twitter.active, .btn-twitter:active, .btn-twitter:hover, .btn-vimeo, .open > .dropdown-toggle.btn-twitter {
        color: #fff;
        background-color: #2795e9;
        border-color: rgba(0,0,0,.2);
    }

    .btn-twitter.active, .btn-twitter:active, .open > .dropdown-toggle.btn-twitter {
        background-image: none;
    }

    .btn-twitter .badge {
        color: #55acee;
        background-color: #fff;
    }

.btn-vimeo {
    background-color: #1ab7ea;
}

    .btn-vimeo.focus, .btn-vimeo:focus {
        color: #fff;
        background-color: #1295bf;
        border-color: rgba(0,0,0,.2);
    }

    .btn-vimeo.active, .btn-vimeo:active, .btn-vimeo:hover, .btn-vk, .open > .dropdown-toggle.btn-vimeo {
        color: #fff;
        background-color: #1295bf;
        border-color: rgba(0,0,0,.2);
    }

    .btn-vimeo.active, .btn-vimeo:active, .open > .dropdown-toggle.btn-vimeo {
        background-image: none;
    }

    .btn-vimeo .badge {
        color: #1ab7ea;
        background-color: #fff;
    }

.btn-vk {
    background-color: #587ea3;
}

    .btn-vk.focus, .btn-vk:focus {
        color: #fff;
        background-color: #466482;
        border-color: rgba(0,0,0,.2);
    }

    .btn-vk.active, .btn-vk:active, .btn-vk:hover, .btn-yahoo, .open > .dropdown-toggle.btn-vk {
        color: #fff;
        background-color: #466482;
        border-color: rgba(0,0,0,.2);
    }

    .btn-vk.active, .btn-vk:active, .open > .dropdown-toggle.btn-vk {
        background-image: none;
    }

    .btn-vk .badge {
        color: #587ea3;
        background-color: #fff;
    }

.btn-yahoo {
    background-color: #720e9e;
}

    .btn-yahoo.focus, .btn-yahoo:focus {
        color: #fff;
        background-color: #500a6f;
        border-color: rgba(0,0,0,.2);
    }

    .btn-yahoo.active, .btn-yahoo:active, .btn-yahoo:hover, .open > .dropdown-toggle.btn-yahoo {
        color: #fff;
        background-color: #500a6f;
        border-color: rgba(0,0,0,.2);
    }

    .btn-yahoo.active, .btn-yahoo:active, .fc-button, .open > .dropdown-toggle.btn-yahoo {
        background-image: none;
    }

    .btn-yahoo .badge {
        color: #720e9e;
        background-color: #fff;
    }

.fc-button {
    background: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

    .fc-button.hover, .fc-button:active, .fc-button:hover {
        background-color: #e9e9e9;
    }

.fc-header-title h2 {
    font-size: 15px;
    line-height: 1.6em;
    color: #666;
    margin-left: 10px;
}

.fc-header-right {
    padding-right: 10px;
}

.fc-header-left {
    padding-left: 10px;
}

.fc-widget-header {
    background: #fafafa;
}

.fc-grid {
    width: 100%;
    border: 0;
}

.fc-widget-content:first-of-type, .fc-widget-header:first-of-type {
    border-left: 0;
    border-right: 0;
}

.fc-widget-content:last-of-type, .fc-widget-header:last-of-type {
    border-right: 0;
}

.fc-toolbar {
    padding: 10px;
    margin: 0;
}

.fc-day-number {
    font-size: 20px;
    font-weight: 300;
    padding-right: 10px;
}

.fc-color-picker {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .fc-color-picker > li {
        float: left;
        font-size: 30px;
        margin-right: 5px;
        line-height: 30px;
    }

        .fc-color-picker > li .fa {
            -webkit-transition: -webkit-transform linear .3s;
            transition: transform linear .3s;
            transition: transform linear .3s,-webkit-transform linear .3s;
        }

            .fc-color-picker > li .fa:hover {
                -webkit-transform: rotate(30deg);
                -ms-transform: rotate(30deg);
                transform: rotate(30deg);
            }

#add-new-event {
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
}

.external-event {
    padding: 5px 10px;
    font-weight: 700;
    margin-bottom: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    text-shadow: 0 1px 1px rgba(0,0,0,.1);
    border-radius: 3px;
    cursor: move;
}

    .external-event:hover {
        box-shadow: inset 0 0 90px rgba(0,0,0,.2);
    }

.select2-container--default.select2-container--focus, .select2-container--default:active, .select2-container--default:focus, .select2-selection.select2-container--focus, .select2-selection:active, .select2-selection:focus {
    outline: 0;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px;
}

.select2-container--default.select2-container--open {
    border-color: #3c8dbc;
}

.select2-dropdown {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3c8dbc;
    color: #fff;
}

.select2-results__option {
    padding: 6px 12px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    height: auto;
    margin-top: -4px;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px;
}

.select2-dropdown .select2-search__field, .select2-search--inline .select2-search__field {
    border: 1px solid #d2d6de;
}

    .select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus {
        outline: 0;
        border: 1px solid #3c8dbc;
    }

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
    color: #444;
}

    .select2-container--default .select2-results__option[aria-selected=true]:hover {
        color: #444;
    }

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

    .select2-container--default .select2-selection--multiple:focus {
        border-color: #3c8dbc;
    }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255,255,255,.7);
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #fff;
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}

.pad {
    padding: 10px;
}

.margin {
    margin: 10px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.margin-r-5 {
    margin-right: 5px;
}

.inline {
    display: inline;
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

    .description-block.margin-bottom {
        margin-bottom: 25px;
    }

    .description-block > .description-header {
        margin: 0;
        padding: 0;
        font-weight: 600;
        font-size: 16px;
    }

    .description-block > .description-text {
        text-transform: uppercase;
    }

.alert-danger, .alert-error, .alert-info, .alert-success, .alert-warning, .bg-aqua, .bg-aqua-active, .bg-black, .bg-black-active, .bg-blue, .bg-blue-active, .bg-fuchsia, .bg-fuchsia-active, .bg-green, .bg-green-active, .bg-light-blue, .bg-light-blue-active, .bg-lime, .bg-lime-active, .bg-maroon, .bg-maroon-active, .bg-navy, .bg-navy-active, .bg-olive, .bg-olive-active, .bg-orange, .bg-orange-active, .bg-purple, .bg-purple-active, .bg-red, .bg-red-active, .bg-teal, .bg-teal-active, .bg-yellow, .bg-yellow-active, .callout.callout-danger, .callout.callout-info, .callout.callout-success, .callout.callout-warning, .label-danger, .label-info, .label-primary, .label-success, .label-warning, .modal-danger .modal-body, .modal-danger .modal-footer, .modal-danger .modal-header, .modal-info .modal-body, .modal-info .modal-footer, .modal-info .modal-header, .modal-primary .modal-body, .modal-primary .modal-footer, .modal-primary .modal-header, .modal-success .modal-body, .modal-success .modal-footer, .modal-success .modal-header, .modal-warning .modal-body, .modal-warning .modal-footer, .modal-warning .modal-header {
    color: #fff !important;
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important;
}

.bg-gray-light {
    background-color: #f7f7f7;
}

.bg-black {
    background-color: #111 !important;
}

.alert-danger, .alert-error, .bg-red, .callout.callout-danger, .label-danger, .modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.alert-warning, .bg-yellow, .callout.callout-warning, .label-warning, .modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.alert-info, .bg-aqua, .callout.callout-info, .label-info, .modal-info .modal-body {
    background-color: #00c0ef !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-light-blue, .label-primary, .modal-primary .modal-body {
    background-color: #3c8dbc !important;
}

.alert-success, .bg-green, .callout.callout-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-teal {
    background-color: #39cccc !important;
}

.bg-olive {
    background-color: #3d9970 !important;
}

.bg-lime {
    background-color: #01ff70 !important;
}

.bg-orange {
    background-color: #ff851b !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #605ca8 !important;
}

.bg-maroon {
    background-color: #d81b60 !important;
}

.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important;
}

.bg-black-active {
    background-color: #000 !important;
}

.bg-red-active, .modal-danger .modal-footer, .modal-danger .modal-header {
    background-color: #d33724 !important;
}

.bg-yellow-active, .modal-warning .modal-footer, .modal-warning .modal-header {
    background-color: #db8b0b !important;
}

.bg-aqua-active, .modal-info .modal-footer, .modal-info .modal-header {
    background-color: #00a7d0 !important;
}

.bg-blue-active {
    background-color: #005384 !important;
}

.bg-light-blue-active, .modal-primary .modal-footer, .modal-primary .modal-header {
    background-color: #357ca5 !important;
}

.bg-green-active, .modal-success .modal-footer, .modal-success .modal-header {
    background-color: #008d4c !important;
}

.bg-navy-active {
    background-color: #001a35 !important;
}

.bg-teal-active {
    background-color: #30bbbb !important;
}

.bg-olive-active {
    background-color: #368763 !important;
}

.bg-lime-active {
    background-color: #00e765 !important;
}

.bg-orange-active {
    background-color: #ff7701 !important;
}

.bg-fuchsia-active {
    background-color: #db0ead !important;
}

.bg-purple-active {
    background-color: #555299 !important;
}

.bg-maroon-active {
    background-color: #ca195a !important;
}

.bg-white {
    background-color: #fff !important;
}

[class^=bg-].disabled {
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
}

.text-red {
    color: #dd4b39 !important;
}

.text-yellow {
    color: #f39c12 !important;
}

.text-aqua {
    color: #00c0ef !important;
}

.text-blue {
    color: #0073b7 !important;
}

.text-black {
    color: #111 !important;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-green {
    color: #00a65a !important;
}

.text-gray {
    color: #d2d6de !important;
}

.text-navy {
    color: #001f3f !important;
}

.text-teal {
    color: #39cccc !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-orange {
    color: #ff851b !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-purple {
    color: #605ca8 !important;
}

.text-maroon {
    color: #d81b60 !important;
}

.link-muted {
    color: #7a869d;
}

    .link-muted:focus, .link-muted:hover {
        color: #606c84;
    }

.link-black {
    color: #666;
}

    .link-black:focus, .link-black:hover {
        color: #999;
    }

.hide {
    display: none !important;
}

.no-border {
    border: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-shadow {
    box-shadow: none !important;
}

.p-l-0 {
    padding-left: 0;
}

.chart-legend, .contacts-list, .list-unstyled, .mailbox-attachments, .users-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-group-unbordered > .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.flat {
    border-radius: 0 !important;
}

.text-bold, .text-bold.table td, .text-bold.table th {
    font-weight: 700;
}

.text-sm {
    font-size: 12px;
}

.jqstooltip {
    padding: 5px !important;
    width: auto !important;
    height: auto !important;
}

.bg-teal-gradient {
    background: #39cccc !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#39cccc),color-stop(1,#7adddd)) !important;
    background: -o-linear-gradient(#7adddd,#39cccc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
    color: #fff;
}

.bg-light-blue-gradient {
    background: #3c8dbc !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#3c8dbc),color-stop(1,#67a8ce)) !important;
    background: -o-linear-gradient(#67a8ce,#3c8dbc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
    color: #fff;
}

.bg-blue-gradient {
    background: #0073b7 !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#0073b7),color-stop(1,#0089db)) !important;
    background: -o-linear-gradient(#0089db,#0073b7) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
    color: #fff;
}

.bg-aqua-gradient {
    background: #00c0ef !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#00c0ef),color-stop(1,#14d1ff)) !important;
    background: -o-linear-gradient(#14d1ff,#00c0ef) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
    color: #fff;
}

.bg-yellow-gradient {
    background: #f39c12 !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f39c12),color-stop(1,#f7bc60)) !important;
    background: -o-linear-gradient(#f7bc60,#f39c12) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
    color: #fff;
}

.bg-purple-gradient {
    background: #605ca8 !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#605ca8),color-stop(1,#9491c4)) !important;
    background: -o-linear-gradient(#9491c4,#605ca8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
    color: #fff;
}

.bg-green-gradient {
    background: #00a65a !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#00a65a),color-stop(1,#00ca6d)) !important;
    background: -o-linear-gradient(#00ca6d,#00a65a) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
    color: #fff;
}

.bg-red-gradient {
    background: #dd4b39 !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#dd4b39),color-stop(1,#e47365)) !important;
    background: -o-linear-gradient(#e47365,#dd4b39) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
    color: #fff;
}

.bg-black-gradient {
    background: #111 !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#111),color-stop(1,#2b2b2b)) !important;
    background: -o-linear-gradient(#2b2b2b,#111) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
    color: #fff;
}

.bg-maroon-gradient {
    background: #d81b60 !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d81b60),color-stop(1,#e73f7c)) !important;
    background: -o-linear-gradient(#e73f7c,#d81b60) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
    color: #fff;
}

.description-block .description-icon {
    font-size: 16px;
}

.no-pad-top {
    padding-top: 0;
}

.position-static {
    position: static !important;
}

.list-header {
    font-size: 15px;
    padding: 10px 4px;
    font-weight: 700;
    color: #666;
}

.list-seperator {
    height: 1px;
    background: #f4f4f4;
    margin: 15px 0 9px;
}

.list-link > a {
    padding: 4px;
    color: #777;
}

    .list-link > a:hover {
        color: #222;
    }

.font-light {
    font-weight: 300;
}

.user-block:after, .user-block:before {
    content: " ";
    display: table;
}

.user-block:after {
    clear: both;
}

.user-block img {
    width: 40px;
    height: 40px;
    float: left;
}

.user-block .comment, .user-block .description, .user-block .username {
    display: block;
    margin-left: 50px;
}

.user-block .username {
    font-size: 16px;
    font-weight: 600;
}

.user-block .description {
    color: #999;
    font-size: 13px;
}

.img-sm + .img-push, .user-block.user-block-sm .comment, .user-block.user-block-sm .description, .user-block.user-block-sm .username {
    margin-left: 40px;
}

.user-block.user-block-sm .username {
    font-size: 14px;
}

.box-comments .box-comment img, .img-lg, .img-md, .img-sm, .user-block.user-block-sm img {
    float: left;
}

.box-comments .box-comment img, .img-sm, .user-block.user-block-sm img {
    width: 30px !important;
    height: 30px !important;
}

.img-md {
    width: 60px;
    height: 60px;
}

    .img-md + .img-push {
        margin-left: 70px;
    }

.img-lg {
    width: 100px;
    height: 100px;
}

    .img-lg + .img-push {
        margin-left: 110px;
    }

.img-bordered {
    border: 3px solid #d2d6de;
    padding: 3px;
}

.img-bordered-sm {
    border: 2px solid #d2d6de;
    padding: 2px;
}

.attachment-block {
    border: 1px solid #f4f4f4;
    padding: 5px;
    margin-bottom: 10px;
    background: #f7f7f7;
}

    .attachment-block .attachment-img {
        max-width: 100px;
        max-height: 100px;
        height: auto;
        float: left;
    }

    .attachment-block .attachment-pushed {
        margin-left: 110px;
    }

    .attachment-block .attachment-heading {
        margin: 0;
    }

    .attachment-block .attachment-text {
        color: #555;
    }

.connectedSortable {
    min-height: 100px;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sort-highlight {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    margin-bottom: 10px;
}

.full-opacity-hover {
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
}

    .full-opacity-hover:hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }

.chart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .chart canvas, .chart svg {
        width: 100% !important;
    }

.pre-gifting.categories_block .col-sm-8 {
    padding-right: 15px;
}

.pre-gifting .mCustomScrollbar {
    height: 150px;
}

.page-heading h2 .fa {
    margin-right: 10px;
    color: #000;
}

.icon-transe {
    text-align: center;
}

    .icon-transe img {
        display: inline-block;
        max-width: 100px;
    }

    .icon-transe .fa {
        color: #3b9905;
        font-size: 150px;
    }

.skin-blue .main-header .navbar {
    background-color: #025ad1;
    border-bottom: 1px solid #eee;
}

    .skin-blue .main-header .navbar .nav > li > a {
        color: #fff;
        padding: 22px;
        font-size: 14px;
    }

    .skin-blue .main-header .navbar .nav > li.user-menu > a {
        padding: 14px 20px;
    }

    .skin-blue .main-header .navbar .nav > li.user-menu span {
        display: block;
        text-align: center;
    }

    .skin-blue .main-header .navbar .nav > li.user-menu > a .font-resion {
        font-size: 11px;
    }

    .skin-blue .main-header .navbar .nav > li > a i {
        font-size: 14px;
        margin: 0 5px 0 0;
    }

    .skin-blue .main-header .navbar .nav .open > a, .skin-blue .main-header .navbar .nav .open > a:focus, .skin-blue .main-header .navbar .nav .open > a:hover, .skin-blue .main-header .navbar .nav > .active > a, .skin-blue .main-header .navbar .nav > li > a:active, .skin-blue .main-header .navbar .nav > li > a:focus, .skin-blue .main-header .navbar .nav > li > a:hover {
        background: rgba(0,0,0,.1);
        color: #fff;
    }

    .skin-blue .main-header .navbar .sidebar-toggle:hover {
        background: rgba(0,0,0,.1);
        background-color: #2876e0;
        color: #fff;
    }

    .skin-blue .main-header .navbar .sidebar-toggle {
        color: #fff;
        font-size: 20px;
    }

label.active-text {
    font-weight: normal;
    color: #606060;
}

.content .add-employee {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 0;
}

.show-popup {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 9999;
}

.table.vertically-middle > tbody > tr > td {
    vertical-align: middle;
}

.btn-align {
    margin-top: 1px;
}

.btn.filter_btn {
    border-radius: 0;
}

.nowrap {
    white-space: nowrap;
    float: right;
}

.modal-height .mCustomScrollbar {
    max-height: 50vh;
}

.btn.filter_btn:hover {
    color: #fff;
}

/*.content .add-employee + .add-employee {
    margin-top: 15px;
}*/

.content .add-employee .control-label {
    margin-top: 8px;
    font-weight: 300;
    color: #606060;
}

.content .add-employee h3 {
    color: #606060;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}

.ManageRolesFeatureName {
    color: #606060;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}

.content .add-employee h3.adm {
    cursor: pointer;
}

    .content .add-employee h3.adm:after {
        content: "\e082";
        position: absolute;
        right: 0;
        font-family: 'Glyphicons Halflings';
    }

    .content .add-employee h3.adm.collapsed:after {
        content: "\e081";
    }

.content .add-employee hr {
    border-color: #ccc;
    margin: 15px 0;
    width: 100%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 19px;
    margin-right: 10px;
}

.slider, .slider:before {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider {
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
}

    .slider:before {
        content: "";
        height: 13px;
        width: 13px;
        left: 3px;
        bottom: 3px;
        background-color: #fff;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #6fa92b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

.rols-col .col-sm-3 {
    border-right: 1px solid #ccc;
}

.nav-rols li a {
    display: inline-block;
    width: calc(100% - 38px);
    color: #606060;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .nav-rols li a .fa, .report_box ul li a i {
        margin-right: 5px;
    }

.nav-rols li .switch {
    top: -4px;
}

.nav-rols li.panel {
    margin-bottom: 0;
    border: 0;
}

.full-nav, .nav-rols li ul.child-nav {
    list-style: none;
}

.nav-rols li.active a {
    color: #6fa92b;
}

.nav-rols li ul.child-nav li .switch {
    top: 5px;
}

.full-nav {
    padding-left: 10px;
}

    .full-nav li {
        display: inline-block;
        width: 33%;
        padding: 10px 0;
    }

        .full-nav li label {
            color: #606060;
            font-weight: 300;
            cursor: pointer;
            display: block;
        }

            .full-nav li label .switch {
                margin-right: 10px;
                top: 5px;
            }

.skin-blue .main-header .logo {
    background: #025ad1;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4px 0;
}

.skin-blue .main-header li.user-header {
    background-color: #3c8dbc;
}

.skin-blue .content-header {
    background: 0 0;
}

.skin-blue .left-side, .skin-blue .main-sidebar, .skin-blue .wrapper {
    background-color: #efefef;
}

.skin-blue .sidebar a i:hover, .skin-blue .user-panel > .info, .skin-blue .user-panel > .info > a {
    color: #fff;
}

.skin-blue .sidebar-menu > li.header {
    color: #757575;
    background: #1a2226;
    font-size: 18px;
}

.skin-blue .sidebar-menu > li.active > a, .skin-blue .sidebar-menu > li:hover > a {
    color: #fff;
    background: #6fa92b;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    background: #2c3b41;
}

.skin-blue .sidebar a {
    color: #564f4f;
}

    .skin-blue .sidebar a:hover {
        text-decoration: none;
    }

.skin-blue .treeview-menu > li > a {
    color: #8aa4af;
}

    .skin-blue .treeview-menu > li.active > a, .skin-blue .treeview-menu > li > a:hover {
        color: #fff;
    }

.skin-blue .sidebar-form {
    border-radius: 3px;
    border: 1px solid #374850;
    margin: 10px;
}

    .skin-blue .sidebar-form .btn, .skin-blue .sidebar-form input[type=text] {
        box-shadow: none;
        background-color: #374850;
        border: 1px solid transparent;
        height: 35px;
    }

    .skin-blue .sidebar-form input[type=text] {
        color: #666;
        border-top-left-radius: 2px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 2px;
    }

        .skin-blue .sidebar-form input[type=text]:focus, .skin-blue .sidebar-form input[type=text]:focus + .input-group-btn .btn {
            background-color: #fff;
            color: #666;
        }

            .skin-blue .sidebar-form input[type=text]:focus + .input-group-btn .btn {
                border-left-color: #fff;
            }

    .skin-blue .sidebar-form .btn {
        color: #999;
        border-top-left-radius: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0;
    }

.skin-blue.layout-top-nav .main-header > .logo {
    background-color: #3c8dbc;
    color: #fff;
    border-bottom: 0 solid transparent;
}

    .skin-blue.layout-top-nav .main-header > .logo:hover {
        background-color: #3b8ab8;
    }

.top-header-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 5px 0 rgba(50,50,50,.2);
    padding: 0 20px;
}

.page-heading h2 {
    font-family: 'robotoregular',Arial,sans-serif;
    font-size: 18px;
    margin: 19px 0;
    color: #606060;
}

.top-spacer {
    margin-top: 15px !important;
}

.bottom-spacer {
    margin-bottom: 15px !important;
}

.left-spacer {
    margin-left: 15px !important;
}

.right-spacer {
    margin-right: 15px !important;
}

.top-spacer-2 {
    margin-top: 30px !important;
}

.bottom-spacer-2 {
    margin-bottom: 30px !important;
}

.left-spacer-2 {
    margin-left: 30px !important;
}

.right-spacer-2 {
    margin-right: 30px !important;
}

nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: auto;
    line-height: normal;
}

nav {
    width: auto;
    box-shadow: none;
}

    nav ul a {
        font-size: 25.6px;
        font-size: 1.6rem;
    }

.red {
    background-color: #d00 !important;
}

.btn.red:hover {
    background-color: #ca0505 !important;
    color: #fff;
}

.green {
    background-color: #43b02a !important;
}

.btn.green:hover {
    background-color: #6fa92b !important;
    color: #fff;
}

input:not([type]), input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.materialize-textarea {
    font-size: 25.6px;
    /*font-size: 1.6rem;*/
    font-size: 14px;
}

.input-field label {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #333;
}

    .input-field label.active {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400;
    }

.select-wrapper span.caret {
    border-right: 0;
    border-left: 0;
    right: 15px;
    top: 8px;
}

.input-field input[type=text]:focus + label {
    color: #ff8200;
}

.input-field input[type=text]:focus {
    border-bottom: 1px solid #333;
    box-shadow: 0 1px 0 0 #333;
}

.input-field input[type=text].valid {
    border-bottom: 1px solid #6fa92b;
    box-shadow: 0 1px 0 0 #6fa92b;
}

.input-field input[type=text].invalid {
    border-bottom: 1px solid #d00;
    box-shadow: 0 1px 0 0 #d00;
}

.input-field .prefix.active {
    color: #ff8200;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #333;
}

.categories_block, .report_box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 10px #ccc;
    border: solid 1px #eaeaea;
    margin-bottom: 30px;
}

    .categories_block h1, .report_box h1 {
        font-weight: 600;
        text-transform: uppercase;
    }

    .report_box h1 {
        font-family: 'robotoregular',Arial,sans-serif;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-size: 17px;
        color: #fff;
        padding: 14px 0 14px 20px;
        margin: 0 0 10px;
    }

        .report_box h1 i {
            margin: 0 5px 0 0;
            font-size: 22px;
        }

    .report_box ul {
        height: 209px;
    }

        .report_box ul li {
            display: block;
            border-bottom: solid 1px #e9e9e9;
        }

            .categories_list ul li a, .report_box ul li a {
                font-size: 15px;
                color: #6b6b6b;
                padding: 10px 0 10px 24px;
                display: block;
            }

    .report_box h1.color1 {
        background: #3191d0;
    }

    .report_box h1.color2 {
        background: #75c3af;
    }

    .report_box h1.color3 {
        background: #91ca3e;
    }

    .report_box h1.color4 {
        background: #92278f;
    }

    .report_box h1.color5 {
        background: #586a67;
    }

.inventory-page .report_box h1.color5 {
    background: #e77c26;
}

.inventory-page .report_box h1.color1 {
    background: #3975a2;
}


.inventory-page .report_box h1.color3 {
    background: #f9bf0d;
}

.user-page .report_box h1.color5 {
    background: #f05e28;
}

.setup-page .report_box h1.color1 {
    background: #3caeef;
    color: #fff;
}

.setup-page .report_box h1.color2 {
    background: #2874c8;
    color: #fff;
}

.setup-page .report_box h1.color3 {
    background: #194d94;
    color: #fff;
}

.tools-page .report_box h1.color1 {
    background: #3cadef;
    color: #fff;
}

.tools-page div.report_box .icon_pannel img {
    width: 117px;
    height: auto;
}

.setup-page div.pre-gifting .mCustomScrollbar {
    height: 197px;
}

.tools-page div.report_box .icon_pannel {
    padding: 38px 0 40px 0px;
}

.setup-page .categories_list, .tools-page .categories_list {
    margin-top: 0;
}

.categories_block {
    border-radius: 3px;
    border: solid 1px #e2e2e2;
    min-height: 212px;
    position: relative;
}

    .categories_block h1 {
        font-size: 16px;
        color: #6a7178;
        padding: 15px 22px 15px 22px;
        margin: 0;
        border-bottom: solid 1px #e4e4e4;
        background: #fff;
        background: -webkit-linear-gradient(top,#fff 0%,#f0f2f5 100%);
        background: linear-gradient(to bottom,#fff 0%,#f0f2f5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f2f5',GradientType=0 );
    }

    .categories_block .col-sm-4, .categories_block .col-sm-8 {
        padding: 0;
    }

.icon_pannel {
    padding: 50px 0 50px 15px;
    border-right: solid 1px #e4e4e4;
    text-align: center;
}

    .icon_pannel img {
        width: 66px;
        height: 66px;
    }


.categories_list ul, .login_form p, .report_box ul {
    margin: 0;
    padding: 0;
}

    .categories_list ul li {
        display: block;
        border-bottom: solid 1px #efefef;
    }

        .categories_list ul li a {
            font-size: 14px;
            padding: 8px 5px;
            /*white-space: nowrap;*/
        }

            .categories_list ul li a i {
                margin-right: 3px;
            }

.read_more {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

    .read_more a {
        font-size: 14px;
        color: #1565c0;
    }

        .login_form p a:hover, .read_more a:hover {
            color: #333;
            text-decoration: underline;
        }

.login_bg {
    background: url(../images/bg-image.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 32px 0 0;
    text-align: center;
}
.login-page-top-header{
    display:flex;
    justify-content:center;
    align-items:center;
    grid-gap:24px;
}
.login-content-info p{
    text-align:center;
    color:#fff;
    font-size:30px;
    font-weight:400;
}
    .login-content-info p a {
        color:#fff;
        text-decoration:underline;
    }

    .login_logo img, .forward-arrow img, .new-login-logo img {
        max-width: 100%;
        height: auto;
    }
     .new-login-logo img{
         max-height:250px;
     }
     footer.main-footer.login-page-footer {
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0px;
    background-color: transparent;
    border-top: 0;
    color: #fff;
}

footer.main-footer.login-page-footer p {
    color: #fff;
}
footer.main-footer.login-page-footer p a {
    color: #fff;
    text-decoration:underline;
}

.login_box {
    width: 367px;
    background: #fff;
    padding: 25px 20px 20px;
    /*border-top: solid 6px #6fa92b;*/
    margin: 0 auto;
}

    .login_box h1, .report_table thead th {
        text-align: center;
        font-family: 'robotobold';
    }


    .login_box h1 {
        margin: 0 0 30px;
        font-size: 26px;
        color: #6a6a6a;
        font-weight: 600;
        line-height: 35px;
    }

.login_form span {
    color: #9e9e9e;
}

.login_form .input-group {
    box-shadow: 0 0 5px #dadada;
    margin-bottom: 20px;
}

.login_form p {
    text-align: left;
}

    .login_form p a {
        font-size: 14px;
        color: #1869c4;
    }

.login_btn {
    float: right;
    border: 0 !important;
    font-family: 'robotobold';
    font-size: 16px;
    border-radius: inherit;
    color: #fff;
    padding: 6px 21px;
    background: #025ad1;
}

    .login_btn:hover {
        background: #6fa92b;
    }

.login_box .form-control {
    font-size: 15px;
    color: silver !important;
    padding: 10px;
    border-radius: inherit;
}
/*add new css*/
.latest-info .header-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.latest-info .header-info img {
    max-width: 20px;
    height: auto;
    object-fit: contain;
}



.latest-info .header-info span {
    font-size: 15px;
    font-weight: 600;
}



.latest-info .link {
    display: flex;
    align-items: center;
    gap: 8px;
}

.latest-info .link a{
    color: #0D2E46;
    text-decoration:underline;
}
.latest-info {
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
    margin-bottom: 8px;
    padding-left:16px;
}
.latest-info:last-child{
    border-bottom: none;

}
.p-text .bg-graw p.current-info {
    font-size: 17px;
    padding: 13px 10px;
    color: #31708f;
    line-height: normal;
    margin-top: 10px;
}
.paragraph-info p {
    margin-bottom: 0;
}
.new-update-logo-box .img-box, .old-logo-box {
    display: flex;
    justify-content: center;
}
/*.old-logo-box{
    padding-top:100px;
}*/
.new-update-logo-box .img-box img, .old-logo-box img{

    width:100%;
    max-width:450px;
}
.image-container-main-box{
    display:flex;
    align-items:center;
}
.row.home-page-container{
    margin-left:0;
    margin-right:0;
}

.latest-info .header-info .fa-lightbulb-o{
    font-size:20px;
}





.search_box {
    margin: 12px 0;
}

    .search_box .form-control {
        box-shadow: 0 0 4px #dedede;
    }

.date_range_block {
    padding: 30px 20px;
    margin-bottom: 36px;
    background: #fff;
    /*border: solid 1px #f1f1f1;*/
}

    .date_range_block .form-group {
        font-size: 14px;
        color: #606060;
    }

        .date_range_block .form-group label {
            font-weight: 300;
        }

    .date_range_block .form-control {
        box-shadow: 0 0 4px #dedede;
        padding: 7px 5px;
        height: auto;
        position: relative;
    }

.icons {
    position: absolute;
    top: 8px;
    right: 26px;
    z-index: 1;
}

.date_range_block .form-control.disabletxt {
    z-index: 2;
}

.filter_btn, .filter_btn:focus {
    font-size: 14px;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 7px 10px;
    background: #8eb404;
    white-space: nowrap;
}

    .filter_btn:hover {
        background: #025ad1;
    }

.date_btn, .filter_btn {
    margin: 10px 0 0;
}

.export_btn, .hide_btn, .reload_btn {
    color: #fff;
    border: 0;
    outline: 0;
    padding: 7px 16px;
    margin: 0 10px 0 0;
}

.export_btn {
    background: #1668d8;
    background: -webkit-linear-gradient(top,#1668d8 0%,#095fd3 99%);
    background: linear-gradient(to bottom,#1668d8 0%,#095fd3 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1668d8', endColorstr='#095fd3',GradientType=0 );
    font-size: 14px;
}

    .export_btn:hover {
        background: #055cd2;
        background: -webkit-linear-gradient(top,#055cd2 0%,#186ad8 100%);
        background: linear-gradient(to bottom,#055cd2 0%,#186ad8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#055cd2', endColorstr='#186ad8',GradientType=0 );
    }

.hide_btn, .reload_btn {
    font-size: 16px;
    text-transform: uppercase;
}

.reload_btn {
    background: #8eb404;
    background: -webkit-linear-gradient(top,#8eb404 0%,#78af0d 100%);
    background: linear-gradient(to bottom,#8eb404 0%,#78af0d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb404', endColorstr='#78af0d',GradientType=0 );
}

    .reload_btn:hover {
        background: #78af0d;
        background: -webkit-linear-gradient(top,#78af0d 0%,#8eb404 100%);
        background: linear-gradient(to bottom,#78af0d 0%,#8eb404 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78af0d', endColorstr='#8eb404',GradientType=0 );
    }

.hide_btn {
    background: #767773;
    background: -webkit-linear-gradient(top,#767773 0%,#676965 100%);
    background: linear-gradient(to bottom,#767773 0%,#676965 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767773', endColorstr='#676965',GradientType=0 );
}

    .hide_btn:hover {
        background: #676965;
        background: -webkit-linear-gradient(top,#676965 0%,#767773 100%);
        background: linear-gradient(to bottom,#676965 0%,#767773 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676965', endColorstr='#767773',GradientType=0 );
    }

table.table_style {
    border-spacing: 0;
    margin: 15px 0;
}

    table.table_style tr td {
        font-size: 16px;
        padding: 5px;
        margin: 0 0 8px;
        color: #474747;
        text-align: left;
    }

.report_table {
    text-align: center;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 20px;
}

    .report_table thead {
        background: #0b60d4;
        color: #fff;
        white-space: nowrap;
    }

        .report_table thead th {
            color: #fff;
            line-height: 30px;
            padding: 7px 0;
            font-size: 17px;
            font-weight: 400;
            text-transform: uppercase;
        }

    .report_table tbody tr:nth-child(even) {
        background: #fff;
    }

    .report_table tbody tr:nth-child(odd) {
        background: #f2f5f8;
    }

    .report_table td {
        padding: 12px 5px;
    }

.printer {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding: 5px 12px;
    font-size: 28px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    background: #8eb404;
    background: -webkit-linear-gradient(top,#8eb404 0%,#78af0d 100%);
    background: linear-gradient(to bottom,#8eb404 0%,#78af0d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb404', endColorstr='#78af0d',GradientType=0 );
}

.pagination_block {
    margin: 10px 0 0;
}

.pagination li a.active, .pagination li a:hover {
    background: #347cde;
    color: #fff;
}

.datepicker_icon {
    background: url(../images/date_icon.png) no-repeat;
    background-position: 95% center;
}

.pricedatepicker_icon {
    background: url(../images/date_icon.png) no-repeat !important;
    background-position: 95% center !important;
}



.record p {
    font-size: 16px;
    color: #565656;
    text-align: right;
    margin: 26px 0 0;
    padding: 0;
}

.dt-buttons a.dt-button {
    background: #8cb405;
    color: #fff;
    font-size: 14px;
    border-radius: inherit;
    padding: 7px 10px;
    border: solid 1px #84a905;
}

    .dt-buttons a.dt-button:hover {
        background: #025ad1 !important;
        color: #fff;
    }

.clear_btn {
    float: right;
    margin: 0 13px 0 0;
}

.dataTables_filter label {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    font-weight: 400;
}

.dataTables_filter input {
    border: solid 1px #ededed;
    padding: 6px 5px;
    font-size: 13px;
    outline: 0;
    box-shadow: 0 0 4px #dedede;
    color: #000;
}

i.activity {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/activity.png);
    background-size: 100%;
}

#Loader {
    background: rgba(0,0,0,.5);
    z-index: 1040;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.loader {
    color: #fff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease;
    animation: load6 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
    }

    5%,95% {
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
    }

    10%,59% {
        box-shadow: 0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em;
    }

    20% {
        box-shadow: 0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em;
    }

    38% {
        box-shadow: 0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em;
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
    }
}

@keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
    }

    5%,95% {
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
    }

    10%,59% {
        box-shadow: 0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em;
    }

    20% {
        box-shadow: 0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em;
    }

    38% {
        box-shadow: 0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em;
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
    }
}

table.dataTable {
    border-collapse: collapse;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-color: #e3e3e3;
}

.row .back_btn {
    margin: 0;
}

.text-right .margin_right5, i.activity {
    margin-right: 5px;
}

#addrole .modal-header, .modal-header {
    background: #025ad1;
    color: #fff;
}

    .modal-header .close {
        color: #fff;
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

.bootbox-confirm .btn-primary {
    background: #8eb404;
    background: -webkit-linear-gradient(top,#8eb404 0%,#78af0d 100%);
    background: linear-gradient(to bottom,#8eb404 0%,#78af0d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb404', endColorstr='#78af0d',GradientType=0 );
}

.bootbox-confirm .btn {
    box-shadow: none;
    border: 0 solid transparent;
    border-radius: 0;
}

.bootbox-confirm .btn-primary:hover {
    background: #025ad1;
}

.edit_icon {
    color: #025ad1;
    font-size: 20px;
    margin-right: 6px;
}

    .deactivate_icon:hover, .edit_icon:hover {
        color: #8eb404;
    }

.deactivate_icon {
    color: red;
    font-size: 20px;
}

.activate_icon {
    color: #8eb404;
    font-size: 20px;
}

    .activate_icon:hover {
        color: red;
    }

.pass_hint {
    padding: 7px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

    .pass_hint ul {
        padding-left: 40px;
        font-size: 11px;
    }

.right_icon {
    font-size: 94px;
    color: #8eb404;
}

.small_text {
    font-style: italic;
    font-size: 12px;
    margin-right: 10px;
}

#salesTable_length label {
    top: 0;
    left: 4px;
    position: relative;
}

.dataTables_length label {
    font-weight: 400;
}

/*TODO: new setup module css*/

.btn-space .filter_btn {
    margin-top: 0;
}

.pulse:hover,
.pulse:focus {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
    box-shadow: 0 0 0 1em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #025ad1;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #025ad1;
    }
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background: #6fa92b;
    border-top: 0;
}


.lookup-col {
    padding-left: 5px;
    padding-right: 5px;
}

    .lookup-col .form-control {
        border-radius: 0;
        margin-bottom: 5px;
    }

.date_range_block .tab-content {
    padding: 15px;
    /*border: 1px solid #ccc;*/
    margin-top: -1px;
    box-shadow: 0 0px 3px #ccc;
}

.date_range_block .nav-pills > li.active > a {
    background: #fff;
    border-top: 0;
    color: #6fa92b;
    border-bottom: 0;
    box-shadow: 0 -1px 1px #ccc;
}

.date_range_block .nav-pills > li > a {
    font-size: 16px;
    border-right: 2px solid #fff;
}

.date_range_block .nav-pills > li:last-child a {
    border-right: 0;
}

#siteDetailsDiv #salesTable > tbody > tr > td {
    border-bottom: none;
}

#siteDetailsDiv #salesTable .accordian-body {
    padding: 8px 10px;
}

#siteDetailsDiv #salesTable td.pad-0 {
    padding: 0;
}

.table.mar-b-0 {
    margin-bottom: 0 !important;
}

/*Css code related to site detials */

td.details-control {
    background: url('../../images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../../images/details_close.png') no-repeat center center;
}
/*Css code related to site detials */




/*Css code related to Setup Products */

.back-btn {
    color: #fff;
    background: #6fa92b;
    font-size: 12px;
    padding: 8px 8px;
    position: relative;
    top: 6px;
}

.bk-bt {
    margin-top: 18px;
}

.top-pagination div {
    display: inline-block;
}

.top-pagination a {
    font-size: 32px;
    background-color: #fff;
    /*color: #6fa92b;*/
    border: 1px solid #bbb;
    width: 40px;
    height: 39px;
    text-align: center;
    display: inline-block;
    line-height: 34px;
}

    .top-pagination a i {
        color: #8eb404;
    }

    .top-pagination a:hover i {
        color: #0b60d4;
    }

#copy span {
    font-size: 26px;
    color: #8eb404;
}

#copy:hover {
    color: #0b60d4;
}

.top-pagination .disable-pegi a i,
.top-pagination .disable-pegi a#copy span {
    color: #ddd;
    cursor: not-allowed;
}


.pointer-events {
    pointer-events: none;
}


.content .top-pagination.add-employee {
    padding-top: 0;
}

.priceHistoryScroll {
    max-height: 280px;
    overflow: auto;
}


.purchaseOrderPopupTable {
    max-height: 200px;
    overflow: auto;
}

/*.priceHistoryContent {
    width: 730px;
    padding: 0;
}*/
/*.top-act .switch{
	top:5px;
	margin-left: 10px;
}*/
.prod h3 {
    margin-top: 0;
}

.red-col {
    color: #d00;
}

.form-control.sect-option {
    padding: 3.2px;
}

.vendor-sec span.icons, .report-sec span.icons {
    position: absolute;
    top: 34px;
    right: 24px;
}

.report-sec span.import-icons {
    position: absolute;
    top: 30px;
    right: 24px;
}

.import-icons i {
    color: #ccc;
}

.icons i {
    color: #ccc;
}

.prod-details {
    padding-top: 20px;
}

.btm-details {
    padding-bottom: 20px;
}

.prod-details table th {
    font-size: 14px;
}

.pull-right.top-act {
    padding-bottom: 10px;
}

.modal-search {
    position: absolute;
    top: 21px;
    right: 36px;
}

.modal-footer span {
    color: #ccc;
}

.modal-vendor .modal-footer {
    padding: 5px 15px;
}


.modal-vendor select[multiple], .modal-vendor select[size] {
    height: 187px;
}

.modal-vendor option {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.no-vendor i {
    font-size: 40px;
}

.voucher-button {
    padding-top: 15px;
}

.modal-footer .print i {
    font-size: 18px;
}

.modal-voucher .table {
    margin-bottom: 0;
}


.blue-bg {
    background-color: #467cc6;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}


.print-voucher {
    width: 1266px;
}

.main-content-voucher {
    padding: 10px 0 0;
    font-size: 14px;
    color: #555;
}

#myModalPrintVoucher .modal-body {
    position: relative;
    padding: 0px 25px 40px;
}

.print-voucher .modal-header {
    background: #fff;
    color: #292929;
    border-bottom: 0px solid #e5e5e5;
    padding: 0px 15px 15px;
}

.aligncenter {
    margin: 0 auto;
}

.print-voucher .modal-content {
    box-shadow: 0 2px 3px rgba(0,0,0,.125);
    border-radius: 70px;
    overflow: hidden;
    border: 3px solid #333;
}

.print-voucher .modal-header h2 {
    font-size: 60px;
    text-align: center;
}

.bar-code img {
    padding-left: 62%;
}

.acme {
    font-size: 13px;
}

.itecket {
    font-size: 13px;
}

.samp {
    margin-top: 0;
}

.print-voucher-popup .close {
    color: #ffffff;
    background: #85f389;
    opacity: 1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    font-size: 26px;
}

    .print-voucher-popup .close.redcolor {
        background: #ff2c3e;
    }

.button_box {
    margin: 25px;
    position: absolute;
    right: 16px;
}

.vendor-popup ul {
    padding: 0;
}

    .vendor-popup ul li a:hover {
        color: #000;
    }

    .vendor-popup ul li a {
        padding: 7px;
        display: block;
        width: 100%;
        cursor: pointer;
    }



    .vendor-popup ul li:nth-child(odd) {
        background: #f2f5f8;
    }

.ui-autocomplete {
    max-height: 260px;
    max-width: 310px;
    overflow: auto;
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

.searchModel-body {
    max-height: 260px;
    overflow: auto;
}

.vouchersetting .filter_btn {
    font-size: 14px;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 7px 20px;
    background: #8eb404;
    white-space: nowrap;
    width: 93px;
    margin: 5px 3px;
}

.vouchersetting.voucher-button {
    padding-top: 21px;
}

.multipleAdmissionTr {
    text-align: justify;
    font-size: 14px;
    cursor: pointer;
}


.displayNone {
    display: none;
}

.w-120 {
    width: 118px !important;
}

.background-FFF {
    background-color: #FFF !important;
}

/*.buttongray{background: #d6d6d6;}*/

/*Css code related to Setup Products End */

.productCustomGrid table.dataTable {
    margin: 0px !important;
}


.productCustomGrid table {
    width: 100% !important;
}

.productCustomGrid #salesTable {
    width: 100% !important;
}


.priceCustomGrid table.dataTable {
    margin: 0px !important;
}


.priceCustomGrid table {
    width: 100% !important;
}

.priceCustomGrid #priceDetailsTable {
    width: 100% !important;
}




#divButton > div.col-sm-2 > a.filter_btn {
    margin: 0px 0 0;
}


/*2017-09-25*/
#dataTables_scrollHeadInner {
    width: 100% !important;
}

/*2017-10-10*/

#priceHistoryBody {
    padding: 2px 15px !important;
}

#multipleAdmissiontbl thead tr td:nth-child(1) {
    width: 160px !important;
}

.report_table td:last-child {
    text-align: center;
}

.add-row-icon i {
    color: #02d12f;
    font-size: 18px;
}

.edit-icon {
    float: left;
}

.delete-icon {
    float: right;
}

/*=============================== 31-10-2017 ============================= */
.add-row-icon i {
    color: #10c5b6;
    font-size: 18px;
}

.dropdown-btn i {
    color: #555;
    font-size: 18px;
}

.tbl-drop-btn .dropdown-menu {
    width: 290px;
}

.mar-t-10 {
    margin-top: 10px;
}

.mar-t-30 {
    margin-top: 30px;
}

.mar-t-0 {
    margin-top: 0px;
}

.vs-heading {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
}

.modal-footer.text-center {
    text-align: center;
}

.alert-icon {
    font-size: 44px;
    color: #ff6000;
}


.purchase-box {
    box-shadow: 1px 1px 25px #333;
    border: 1px solid #efefef;
    padding: 15px;
    background-color: #fff;
}

.purchase {
    display: flex;
}

.custom-fprice .dollarclass {
    position: absolute;
    left: 25px;
    z-index: 2;
    top: 8px;
}

.custom-fprice .percantageclass {
    position: absolute;
    right: 25px;
    z-index: 2;
    top: 8px;
}

.custom-fprice .form-control {
    padding-left: 25px;
    padding-right: 25px;
}



/*27-03-2018 setup integration module css */

#example-table thead {
    background: #025ad1;
    color: #fff;
}

.data-table-top-btn {
    position: absolute;
    top: 20px;
}

    .data-table-top-btn .btn {
        border-radius: 0;
        background: #6fa92b;
        border: 1px solid #6fa92b;
    }

#example-table_length {
    float: left;
    margin-left: 200px;
}

.position-relative {
    position: relative;
}

.padding-t30 {
    padding-top: 30px;
}


.border-bottom {
    border-bottom: 1px solid #414141;
    padding-bottom: 30px;
}

.search-btn .btn {
    display: inline-block;
    padding: 7px 12px;
}

.green-button {
    border-radius: 0;
    background: #6fa92b;
    border: 1px solid #6fa92b;
}

.toggle-btn .col-sm-1 {
    width: 6.333333%;
}

.border-right {
    border-right: 1px solid #ddd;
}

.accept {
    background: #6fa92b;
    color: #fff;
    text-align: center;
}

.reject {
    background: #f00;
    color: #fff;
    text-align: center;
}

.custom-tableDiv .table th {
    /*border-right: 7px solid #fff;*/
    text-align: center;
}

.custom-tableDiv thead th {
    text-align: center;
}

.custom-tableDiv tbody {
    overflow: scroll;
}

.custom-tableDiv table tbody td {
    padding: 2px !important;
}

.leftTableDiv thead th {
    text-align: center;
}

.leftTableDiv tbody {
    overflow: scroll;
}

.leftTableDiv table tbody td {
    padding: 2px !important;
}

#recordsSummaryDetails .modal-body {
    height: 300px;
    overflow: auto;
}

#ticketSettingModel .modal-body {
    font-size: 20px;
    color: red;
}

.textUnderLine {
    text-decoration: underline;
}

#transactionModelBody {
    max-height: 235px;
    overflow: auto;
}

.scrollCategory {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}


/*=========MATERIALIZE OVERRITE============*/

/*for datatable search box*/
.dataTables_filter input {
    color: black;
}

#salesTable_length label {
    top: -0px;
    left: 4px;
    position: relative;
}

.dataTables_length label {
    /*color: #606060;*/
    font-weight: normal;
}


/* style 6 */
.browse-box .inputfile {
    display: none;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-6 + label {
    color: #555;
}

.inputfile-6 + label {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0;
    border-radius: 4px;
    width: 100%;
}

    .inputfile-6:focus + label,
    .inputfile-6.has-focus + label,
    .inputfile-6 + label:hover {
        border-color: #ccc;
    }

    .inputfile-6 + label span,
    .inputfile-6 + label strong {
        padding: 0.625rem 1.25rem;
        /* 10px 20px */
    }

    .inputfile-6 + label span {
        width: 200px;
        min-height: 2em;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: top;
        height: 32px;
    }

    .inputfile-6 + label strong {
        height: 100%;
        color: #f1e5e6;
        background-color: #d3394c;
        display: inline-block;
    }

    .inputfile-6:focus + label strong,
    .inputfile-6.has-focus + label strong,
    .inputfile-6 + label:hover strong {
        background-color: #722040;
    }


#innerTable {
    width: 100%;
}

    #innerTable td {
        padding-right: 10px;
    }

.globe-icon .fa-map-marker {
    margin: 0;
    position: absolute;
    left: 6px;
    top: -2px;
    font-size: 14px;
    background: #fff;
}

.validationError {
    color: red;
    font-style: normal;
}

#regionForm {
    min-height: 244px;
}

.width100 {
    width: 100%;
}

.pointerCursor {
    cursor: pointer;
}

.defaultCursor {
    cursor: default;
}

.DisneyCategoryBtnHig.btn:hover {
    color: #fff;
}

.topbar {
    border: 1px solid #025ad1;
    padding: 12px;
    height: 75px;
    border-radius: 28px;
    text-align: center;
    color: #fff;
    width: 85px;
    font-size: 12px;
    background: #afb5ed;
    background: -moz-radial-gradient(center, ellipse cover, #afb5ed 43%, #1e5799 90%, #2b24e5 98%, #7db9e8 100%, #2b24e5 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #afb5ed 43%,#1e5799 90%,#2b24e5 98%,#7db9e8 100%,#2b24e5 100%);
    background: radial-gradient(ellipse at center, #0e75ff 43%,#1e5799 90%,#2b24e5 98%,#7db9e8 100%,#2b24e5 100%);
}

.fast-btn {
    padding-left: 0;
}

    .fast-btn li {
        list-style: none;
        display: inline-block;
        width: 140px;
        float: left;
    }

        .fast-btn li .btn {
            white-space: normal;
            margin-bottom: 5px;
            padding: 15px;
            background: #025ad1;
        }

        .fast-btn li p {
            margin-bottom: 0;
        }

        .fast-btn li .topbar {
            width: 95px;
            height: 80px;
            margin: auto;
        }

.overflowBox1, .overflowBox2, .overflowBox3, overflowBox {
    overflow: auto;
    margin-bottom: 15px;
}

.active-text {
    font-size: 16px;
}

    .active-text .switch {
        margin-left: 10px;
        margin-top: 2px;
        float: right;
    }

.pad-t-35 {
    padding-top: 35px;
}

.pad-r-35 {
    padding-right: 35px;
}

.pad-t-10 {
    padding-top: 10px;
}

.swith-mid-box label {
    float: left;
}

.swith-mid-box .sect-option {
    display: inline-block;
    margin-left: 15px;
    margin-top: 2px;
}

/*Yellow color section*/

.fa-exclamation-circle, .fa-exclamation-triangle {
    color: #f39c12;
}

/*Yellow color section*/

.hide-icon {
    visibility: hidden;
}

/* style 6 */
.browse-box .inputfile {
    display: none;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-6 + label {
    color: #555;
}

.inputfile-6 + label {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0;
    border-radius: 4px;
    width: 100%;
}

    .inputfile-6:focus + label,
    .inputfile-6.has-focus + label,
    .inputfile-6 + label:hover {
        border-color: #ccc;
    }

    .inputfile-6 + label span,
    .inputfile-6 + label strong {
        padding: 0.625rem 1.25rem;
        /* 10px 20px */
    }

    .inputfile-6 + label span {
        width: 200px;
        min-height: 2em;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: top;
        height: 32px;
    }

    .inputfile-6 + label strong {
        height: 100%;
        color: #f1e5e6;
        background-color: #d3394c;
        display: inline-block;
    }

    .inputfile-6:focus + label strong,
    .inputfile-6.has-focus + label strong,
    .inputfile-6 + label:hover strong {
        background-color: #722040;
    }
/*2018-01-04*/
.pad-t-25 {
    padding-top: 25px;
}

.image-content-note {
    font-size: 11px;
    color: #6fa92b;
    margin-top: -8px;
}

.uppercase {
    text-transform: uppercase;
}



/*23 april*/


#innerTable {
    width: 100%;
}

    #innerTable td {
        padding-right: 10px;
    }

.margin-t5 {
    margin-top: 5px;
}

div.custom-tableDiv table tbody td {
    padding: 3px 8px !important;
    background-color: #e4e3e3;
    text-align: center;
}

div.leftTableDiv table tbody td {
    padding: 3px 8px !important;
    background-color: #e4e3e3;
    text-align: center;
}

div.custom-tableDiv {
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.bg-grn {
    text-align: center;
    padding: 4px;
    background-color: #6fa92b;
    color: #fff;
}

.brg-red {
    text-align: center;
    padding: 4px;
    color: #fff;
    background-color: #f00;
}


.def-btn {
    border: 0;
    outline: 0;
    padding: 7px 10px;
    margin: 10px 0 0;
    border-radius: 0;
}

.ticket-modal > .row {
    display: flex;
}

.report_box .categories_block .col-sm-8 {
    padding-left: 0;
    padding-right: 10px;
}

.left-icon {
    padding-right: 0;
}

.right-pannel {
    padding-left: 0;
}

div.report_box ul li a {
    padding: 10px 0 10px 5px;
}

div.report_box ul li a {
    padding: 10px 0 9px 5px;
}


.page-heading h2 {
    margin: 17px 0;
}



div.report_box #mCSB_3_container ul {
    height: 270px;
}

div.report_box ul {
    height: 200px;
}

div.report_box h1 {
    margin-bottom: 0;
    border-radius: 0;
}

div.report_box .icon_pannel img {
    width: 105px;
    height: auto;
}

div.report_box h1 {
    font-weight: 400;
    text-transform: initial;
}


div.report_box .icon_pannel {
    padding: 50px 0 55px 0px;
}

.blocks .icon_pannel {
    padding: 44px 0 55px 0px;
}

    .blocks .icon_pannel img {
        width: 100px;
        height: auto;
    }

.icon-sec {
    width: 37px;
}

div.page-heading h2 {
    margin: 10px 0;
}

.categories_block.pre-gifting.col-blue h1 {
    background: #263a84;
    color: #fff;
    font-weight: 400;
}


.categories_block.pre-gifting.col-green h1 {
    background: #62ba51;
    color: #fff;
    font-weight: 400;
}

.categories_block.pre-gifting.col-red h1 {
    background: #982021;
    color: #fff;
    font-weight: 400;
}

div.pre-gifting .mCustomScrollbar {
    height: 146px;
}

.blocks .categories_block {
    min-height: 200px;
}

.blocks .right-pannel .categories_list {
    margin: 0;
}

.blocks .pre-gifting .mCustomScrollbar {
    height: 200px;
}

div.categories_block h1 {
    font-size: 17px;
    font-weight: 400;
    text-transform: initial;
}

.blocks .categories_list ul li a {
    padding: 9px 5px;
}

#modelPopupFast label {
    font-weight: 300;
    font-size: 16px;
    color: #606060;
}

.top-header-wrapper > div {
    padding-left: 0;
}

h2.Report_Name img {
    width: 37px;
}

.top-header-wrapper h2 img {
    width: 37px;
}


.add-employee.date_range_block {
    margin-bottom: 36px;
}


.inventory-page div.report_box .icon_pannel img {
    width: 117px;
    height: auto;
}

.inventory-page div.report_box .icon_pannel.order-icon {
    padding: 56px 0;
}


.mCSB_container div.report_box ul {
    height: 270px !important;
}

#innerTable td {
    padding-right: 10px;
}

.margin-t5 {
    margin-top: 5px;
}

div.custom-tableDiv table tbody td {
    padding: 3px 8px !important;
    background-color: #e4e3e3;
    text-align: center;
}

div.leftTableDiv table tbody td {
    padding: 3px 8px !important;
    background-color: #e4e3e3;
    text-align: center;
}

div.custom-tableDiv {
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.bg-grn {
    text-align: center;
    padding: 4px;
    background-color: #6fa92b;
    color: #fff;
}

.brg-red {
    text-align: center;
    padding: 4px;
    color: #fff;
    background-color: #f00;
}


.def-btn {
    border: 0;
    outline: 0;
    padding: 7px 10px;
    margin: 10px 0 0;
    border-radius: 0;
}

.ticket-modal > .row {
    display: flex;
}

#SessionAboutToExpireWinDialog p {
    padding: 0px 10%;
}

.edit-sec-icon {
    padding-left: 10px;
}

.config-sec .acc_with_icon li:nth-child(2) {
    padding-right: 32px;
}

    .config-sec .acc_with_icon li:nth-child(2) .acc_icon_expand {
        right: -22px;
    }

div.report_box.Inventory-sec #mCSB_3_container ul {
    height: 200px;
}

.sec-head h2 .fa {
    font-size: 35px;
}

.sec-head h2 span.in-head {
    position: relative;
    bottom: 6px;
}

.login_box .validation-summary-errors ul {
    padding-left: 0;
}

.login_box .validation-summary-errors li {
    text-align: center;
    list-style-type: none;
}

.text-danger {
    color: red;
}

#divAddEditContent label {
    font-weight: 400;
    margin-bottom: 0;
}

.gift-sec .report_table td {
    padding: 3px 5px;
    text-align: center;
}

.gift-sec .report_table thead td {
    padding: 10px 5px;
    text-align: center;
}

.report_table thead td, .report_table td {
    text-align: center;
}

.gift-sec .report_table .form-control {
    font-size: 14px;
    padding: 5px 5px;
}

.gift-sec .voucher-button button {
    margin: 0;
}

.gift-sec .voucher-button {
    padding-top: 10px;
    margin-bottom: 10px;
}

ul.vendorMenuBtn {
    list-style: none;
    padding: 0;
    display: flex;
}

    ul.vendorMenuBtn li {
        display: inline-block;
        background: #f0f0f0;
        border-radius: 10px;
        padding: 10px;
        /*margin: 10px;*/
        border: 1px solid #ddd;
        min-height: 112px;
        display: flex;
        align-items: center;
        /*max-width: 162px;*/
    }

        ul.vendorMenuBtn li img {
            width: 150px;
            height: 90px;
        }

.vendorMenuDetail {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

    .vendorMenuDetail .pt30 {
        padding-top: 30px;
    }

    .vendorMenuDetail .pt16 {
        padding-top: 16px;
    }

    .vendorMenuDetail .vmd-cbx {
        float: left;
    }

.tabHeading {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px !important;
}

.disneyProductMainBtn {
    border-radius: 5px;
    background-color: #025ad1;
    color: white;
}

    .disneyProductMainBtn:focus,
    .disneyProductMainBtn:hover {
        color: #fff !important;
    }

.setupImgBox {
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 0;
}

    .setupImgBox img {
        margin: auto;
    }

.disneyDistrictBox {
    width: 470px;
    margin: 35px auto;
    box-shadow: 2px 2px 6px #ccc;
    padding-bottom: 30px;
    background: #fff;
}

    .disneyDistrictBox h2 {
        background-color: #025ad1;
        padding: 10px;
        font-size: 14px;
        color: #fff;
    }

.districtContentBox {
    padding: 30px 15px;
}

.vendorMenuBox .form-control {
    width: calc(100% - 70px);
    display: inline-block;
}

.vendorMenuBox .btn {
    margin: 0;
    float: right;
}

.vendorMenuBox {
    text-align: left;
    width: 50%;
    float: left;
    margin-right: 30px;
}

.vendorMenuBoxArea {
    position: absolute;
    top: -24px;
    width: 70%;
    z-index: 999;
}

    .vendorMenuBoxArea label {
        font-weight: bold !important;
        color: #000;
    }

        .vendorMenuBoxArea label.top-act {
            margin: 32px 0 0 0;
        }

            .vendorMenuBoxArea label.top-act .switch {
                float: right;
                margin: 0 10px;
            }

#addNewVendorMenuBtn {
    float: right;
    margin-top: 0;
}

.vendorMenuDetail .switch {
    top: 4px;
}

#disneyProductDetails_wrapper {
    overflow: auto;
}

    #disneyProductDetails_wrapper .table tbody tr td .form-control {
        height: 26px;
        font-size: 14px;
    }

.nextPrevBtn .btn {
    background: transparent;
    font-weight: bold;
}

    .nextPrevBtn .btn:hover {
        background: #ccc;
    }

.disableBtn {
    background: #ddd;
    color: #aaa;
    cursor: not-allowed;
}

.DisneyCategoryBtnHig {
    background: #025ad1;
    color: #fff;
}

.SoldBorder1PX {
    border: solid 1px black;
}

.WHTable table.dataTable thead td {
    padding: 8px 5px;
}

.WHTable table.dataTable tbody td {
    padding: 5px;
}

    .WHTable table.dataTable tbody td input.disneyLevel1 {
        width: 50px;
        padding: 2px;
        margin: auto;
    }

.WHTable table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
}

.btnLarge {
    min-width: 100px;
}

/*2018-09-14*/
.word-break-text {
    word-break: break-word;
}

.priview-menu-btn {
    width: 300px;
    overflow: hidden;
}
/*make a text ..*/
.categories_block h1 label {
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 50px);
}
/*2018-10-09*/
.margin-r3 {
    margin-right: 3px;
}

#datepicker .datepicker {
    width: 100%;
}

#datepicker .datepicker {
    width: 90%;
    margin: 0px auto;
}

#datepicker table {
    width: 100%;
    border: 1px solid #000;
}

    #datepicker table tr td, #datepicker table tr th {
        border: 1px solid #000;
        width: 30px;
        height: 40px;
    }

    #datepicker table tr:nth-child(3) th {
        background: #f1f1f1;
        height: 10px;
        padding: 0px;
    }

    #datepicker table tr:nth-child(2) th:nth-child(2) {
        font-size: 22px;
        font-weight: bold;
    }

.date-heading {
    background: #025ad1;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 7px;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    border-radius: 0px;
}

.districtContentBox-custom {
    padding: 20px 15px;
}
/*2018-10-30*/
#VoucherDetailsDIV label {
    font-size: 14px;
    font-weight: 500;
}

.districtContentBox-custom {
    padding: 0px 10px;
}

.wht-sp {
    white-space: nowrap;
}


.display-inline {
    display: inline-flex;
}

.wht-bg {
    background: #fff;
    height: calc(100vh - 210px);
    position: relative;
}

.customdisneyDistrictBox {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
}

.mar-b-40 {
    margin-bottom: 40px;
}

.mar-r-10 {
    margin-bottom: 10px;
}



/*======MEDIA QUERY START====*/
@media (max-width:767px) {
    .content-wrapper, .main-footer, .right-side {
        margin-left: 0;
    }

    .stylish-input-group {
        margin-top: 10px;
    }

    .sidebar-open .content-wrapper, .sidebar-open .main-footer, .sidebar-open .right-side {
        -webkit-transform: translate(250px,0);
        -ms-transform: translate(250px,0);
        transform: translate(250px,0);
    }

    .fixed .content-wrapper, .fixed .right-side {
        padding-top: 100px;
    }

    .main-header .navbar-right {
        float: none;
    }

    .navbar-collapse .main-header .navbar-right {
        margin: 7.5px -15px;
    }

    .main-header .navbar-right > li {
        color: inherit;
        border: 0;
    }

    .main-header {
        position: relative;
    }

        .main-header .logo, .main-header .navbar {
            width: 100%;
            float: none;
        }

        .main-header .navbar {
            margin: 0;
        }

        .main-header .navbar-custom-menu {
            float: right;
        }

    .padding45 {
        padding: 20px;
    }

    .left-side, .main-sidebar {
        padding-top: 100px;
        -webkit-transform: translate(-250px,0);
        -ms-transform: translate(-250px,0);
        transform: translate(-250px,0);
    }

    .sidebar-open .left-side, .sidebar-open .main-sidebar {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }

    .navbar-nav > .user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: -8px;
        line-height: 10px;
    }

    .small-box {
        text-align: center;
    }

        .small-box .icon {
            display: none;
        }

        .small-box p {
            font-size: 12px;
        }

    .full-nav li {
        width: 100%;
    }

    .skin-blue .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(255,255,255,.1);
    }

    .skin-blue .main-header .navbar .dropdown-menu li a:hover {
        background: #025ad1;
        color: #fff;
    }

    .date_range_block .form-group {
        font-size: 14px;
    }

    body {
        font-size: 13px;
    }

    .main-header .sidebar-toggle {
        margin-top: 10px;
        margin-left: 10px;
        background-color: #2876e0;
    }

    .navbar-nav > .user-menu > .dropdown-menu {
        width: 215px;
    }
}

@media (min-width:768px) {
    .sidebar-collapse .content-wrapper, .sidebar-collapse .main-footer, .sidebar-collapse .right-side {
        margin-left: 0;
    }

    .sidebar-collapse .left-side, .sidebar-collapse .main-sidebar {
        -webkit-transform: translate(-250px,0);
        -ms-transform: translate(-250px,0);
        transform: translate(-250px,0);
    }

    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .right-side {
        margin-left: 68px !important;
        z-index: 840;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        width: 67px !important;
        z-index: 850;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li {
        position: relative;
    }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
            margin-right: 0;
        }

            .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
                border-top-right-radius: 4px;
            }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
            border-bottom-right-radius: 4px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
            padding-top: 5px;
            padding-bottom: 5px;
            border-bottom-right-radius: 4px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
            display: block !important;
            position: absolute;
            padding-right: 30px;
            width: 180px;
            left: 50px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
            top: 0;
            margin-left: -3px;
            padding: 18px 5px 18px 10px;
            background-color: inherit;
            font-size: 16px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
            float: right;
            width: auto !important;
            left: 188px !important;
            top: 10px !important;
        }

            .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
                display: none;
            }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
            top: 58px;
            margin-left: 0;
            z-index: 999;
        }

        .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info, .sidebar-mini.sidebar-collapse .sidebar-form, .sidebar-mini.sidebar-collapse .sidebar-menu li.header, .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
            display: none !important;
            -webkit-transform: translateZ(0);
        }

    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px;
    }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
            display: block;
            margin-left: -15px;
            margin-right: -15px;
            font-size: 18px;
        }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
            display: none;
        }

    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px;
    }

    .control-sidebar-open .content-wrapper, .control-sidebar-open .main-footer, .control-sidebar-open .right-side {
        margin-right: 250px;
    }

    .modal-content {
        box-shadow: 0 2px 3px rgba(0,0,0,.125);
        border-radius: 0px;
        overflow: hidden;
    }
}

@media (max-width:991px) {
    .main-header .navbar-custom-menu a, .main-header .navbar-right a {
        color: inherit;
        background: 0 0;
    }

    .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #d2d6de;
        padding-left: 10px;
    }

        .content-header > .breadcrumb li:before {
            color: #97a0b3;
        }

    .navbar-custom-menu .navbar-nav > li {
        float: left;
    }

    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left;
    }

        .navbar-custom-menu .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
        }

    .navbar-collapse.pull-left {
        float: none !important;
    }

        .navbar-collapse.pull-left + .navbar-custom-menu {
            display: block;
            position: absolute;
            top: 0;
            right: 40px;
        }

    .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
        background: #fff !important;
        color: #444 !important;
    }

    .navbar-custom-menu > .navbar-nav {
        float: right;
    }

        .navbar-custom-menu > .navbar-nav > li {
            position: static;
        }

            .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
                position: absolute;
                right: 5%;
                left: auto;
                border: 1px solid #ddd;
                background: #fff;
            }

    .chart-legend > li {
        float: left;
        margin-right: 10px;
    }

    .error-page {
        width: 100%;
    }

        .error-page > .headline {
            float: none;
            text-align: center;
        }

        .error-page > .error-content {
            margin-left: 0;
        }

            .error-page > .error-content > h3 {
                text-align: center;
            }
}

@media (max-width:768px) {
    .control-sidebar {
        padding-top: 100px;
    }

    .nav-tabs.control-sidebar-tabs {
        display: table;
    }

        .nav-tabs.control-sidebar-tabs > li {
            display: table-cell;
        }

    .login-box, .register-box {
        width: 90%;
        margin-top: 20px;
    }
}

@media print {
    .content-header, .left-side, .main-header, .main-sidebar, .no-print {
        display: none !important;
    }

    .content-wrapper, .main-footer, .right-side {
        margin-left: 0 !important;
        min-height: 0 !important;
        -webkit-transform: translate(0,0) !important;
        -ms-transform: translate(0,0) !important;
        transform: translate(0,0) !important;
    }

    .fixed .content-wrapper, .fixed .right-side {
        padding-top: 0 !important;
    }

    .invoice {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .invoice-col {
        float: left;
        width: 33.3333333%;
    }

    .table-responsive {
        overflow: auto;
    }

        .table-responsive > .table tr td, .table-responsive > .table tr th {
            white-space: normal !important;
        }
}

@media (max-width:990px) {
    .full-nav li {
        width: 49%;
    }
}

@media only screen and (min-width:320px) and (max-width:533px) {
    .icon_pannel {
        padding: 46px 0 46px 15px;
    }

    .login_logo img {
        width: 290px;
        height: 82px;
    }

    .login_box {
        width: 290px;
    }

    .login_form p a {
        font-size: 13px;
    }

    .sidebar-menu {
        margin: 22px 0 0;
    }

    .skin-blue .main-header .navbar .nav > li > a {
        padding: 12px;
    }

    .export_btn, .reload_btn {
        margin-bottom: 10px;
    }

    .skin-blue .main-header .navbar .nav > li.user-menu > a {
        padding: 15px;
    }

    .main-header .navbar-custom-menu, .main-header .navbar-right {
        padding-right: 2px;
    }

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        right: 0;
    }
}

@media only screen and (min-width:360px) and (max-width:640px) {
    .icon_pannel {
        padding: 46px 0 46px 15px;
    }
}

@media only screen and (min-width:412px) and (max-width:742px) {
    .icon_pannel {
        padding: 46px 0 46px 15px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .icon_pannel {
        padding: 46px 0 46px 15px;
    }

        .icon_pannel img {
            width: 50px;
            height: 50px;
        }

    .filter_btn {
        margin: 27px 0 0;
    }
}

@media only screen and (min-width:980px) and (max-width:1280px) {
    .icon_pannel {
        padding: 46px 0 46px 15px;
    }

        .icon_pannel img {
            width: 66px;
            height: 66px;
        }
}

@media print {
    .col-md-3, .col-md-4, .col-md-5 {
        float: left;
    }
}

@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}

.divchangeVendorCategory {
    display: none;
    /*width: calc(100% -150px) !important;*/
    height: 40px;
    position: absolute;
    z-index: 10 !important;
    margin-top: -15px !important;
    background: #fff !important;
    width: 300px;
}

.posRel {
    position: relative;
}

.pad-0 {
    padding: 0 !important;
}

.priceDetailScrollTable {
    max-height: 240px;
    overflow: auto;
}

.modal-ex-lg {
    width: 90%;
}

.noReportBox {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    margin-top: 20px;
}

.pad-t8 {
    padding-top: 8px;
}

.pos-main-login-box {
    width: 450px;
    margin: 0px auto;
}

    .pos-main-login-box .modal-body {
        padding: 30px 15px;
    }

.textAreaNone {
    resize: none;
}

.text-right {
    text-align: right !important;
}

/*=======start new CSS===========*/
.mart-img {
    height: auto;
    width: 100%;
    padding: 70px 160px 0px 40px;
}

.iticket-img {
    height: auto;
    width: 100%;
    padding: 70px 84px 0px 40px;
}

.main-text {
    position: relative;
    top: 20px;
}

.p-text p {
    margin: 0;
}

.p-text a {
    text-decoration: underline;
}

.top-bar:after {
    content: '';
    position: absolute;
    width: 93%;
    height: 7px;
    background-color: #a2a1a1;
    left: 16px;
    top: 8px;
    margin-right: 5px;
}

.bg-graw {
    background: #efefef;
    border-radius: 10px;
}

    .bg-graw h3 {
        margin-top: 10px;
        padding: 10px;
    }

.bg-white div .fa-newspaper-o {
    color: #055287;
    font-size: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.wht-bg img {
    width: 77%;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 5px 6px 5px !important;
}

.second-padding {
    padding-bottom: 48px;
}

.fixTextArea {
    resize: none;
}

#viewTransferDetailsDiv thead {
    background-color: #025ad1;
    color: white;
}

.editPrice {
    width: 80px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

    .tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* april 29th 2019 */
.abp-action-icons {
    text-align: left !important;
    width: 100px;
    margin: auto;
}

    .abp-action-icons a {
        display: inline-block;
        padding: 0 4px;
        margin-right: 0;
    }

@media (max-width: 1050px) {
    .vendorMenuBoxArea {
        position: relative;
    }

    .vendorMenuBox {
        width: 100%;
        float: none;
        margin-right: 0px;
    }

    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: left !important;
    }
}

@media (max-width: 768px) {
    #salesTable_length {
        position: initial;
        height: auto;
    }

    #exportForm {
        margin-bottom: 10px;
    }

    .vendorMenuDetail {
        text-align: center;
    }

    #addNewVendorMenuBtn {
        float: none !important;
    }

    .vendorMenuDetail > .row > .col-sm-6 {
        padding: 2px 15px;
    }
}


/**********************Today(09-03-2019) CSS Changes****************************/
#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: rgba(0,0,0,0.2);
    opacity: 0.2;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    text-align: center;
}

#boxes #dialog {
    width: 400px;
    height: 200px;
    padding: 10px;
    background-color: #ffffff;
}

#dialog {
    border-style: solid;
}

#popupfoot {
    font-size: 16pt;
    position: absolute;
    bottom: 0px;
    width: 250px;
    left: 50px;
}

#imgHome {
    width: 70px;
    height: 70px;
    margin-top: 50px;
}

#popupELogo {
    width: 120px;
    height: 50px;
}

#hidePopup {
    cursor: pointer;
}

#boxes p {
    margin-left: 25px;
}
/*23-07-2021*/
.main-wrapper-page {
    padding: 20px;
}

form#priceMatrixDropdown select {
    width: 100%;
    border: 1px solid #dedede;
    min-height: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
}
form#priceMatrixDropdownW select {
    width: 100%;
    border: 1px solid #dedede;
    min-height: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
}

table.custom-table tr td {
    padding: 2px;
    width: 100%;
    border: none;
    border-collapse: collapse;
    background: #fff;
}

table.custom-table {
    width: 100%;
    max-width: 119px;
    border: none;
}

    table.custom-table tr td.active {
        background: #41cf41;
        color: #fff;
    }

table#ProductDscTbl tbody tr td input[type="text"] {
    max-width: 80px;
    border: 1px solid #dedede;
    padding: 1px 10px;
}

table#ProductDscTbl tbody tr td {
    vertical-align: middle;
}

    table#ProductDscTbl tbody tr td input[type="checkbox"] {
        width: 15px;
        height: 15px;
        border: 1px solid #dedede;
    }

        table#ProductDscTbl tbody tr td input[type="checkbox"]:checked {
            background: blue;
            color: #fff;
        }




.head-min {
    position: relative;
    top: 120px;
    left: -200px;
}

    .head-min h1 {
        font-size: 50px;
        font-weight: 400;
    }

.main-wrapper-page h4 {
    font-size: 14px;
    font-weight: bold;
}

.main-wrapper-page label {
    font-size: 12px;
}

.main-wrapper-page select {
    font-size: 12px;
    padding: 0px 7px;
}

span.redcolor.required {
    color: red;
    margin-left: 6px;
    font-size: 14px;
}

table#ProductDscTbl {
    font-size: 12px;
    text-align: left;
}

table#ProductDscTbl tr th, table#ProductDscTbl tr td {
    text-align: left;
    font-size: 12px;
    white-space: nowrap;
}

.countTable {
    background: #41cf41;
    color: #fff;
}

table#ProductDscTbl thead th:nth-child(3), table#ProductDscTbl thead th:nth-child(4), table#ProductDscTbl thead th:nth-child(5), table#ProductDscTbl thead th:nth-child(6), table#ProductDscTbl thead th:nth-child(7), table#ProductDscTbl thead th:nth-child(8) {
    max-width: 110px;
    width: 110px;
    min-width: 110px;
    word-break: break-word;
    white-space: break-spaces;
    vertical-align: middle;
}

div#priceWizardModal a.btn.btnLarge {
    background: #8eb404;
    color: #fff;
}

div#priceWizardModal .districtContentBox-custom img {
    display: none;
}

#UOpriceVariableDetailsPopup .modal-dialog {
    height: 100vh;
    display: flex;
    align-items: center;
    /* margin: 0px; */
    justify-content: center;
    margin-top: 0px;
}

.custom-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#UOpriceVariableDetailsPopup .edit-icon {
    margin-top: 26px;
}

.mb15 {
    margin-bottom: 15px;
}

#UOpriceVariableDetailsPopup select, #UOpriceVariableDetailsPopup input.form-control {
    width: 100%;
    border: 1px solid #dedede;
    min-height: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
}

#UOpriceVariableDetailsPopup .modal-body {
    padding-bottom: 30px;
}

#ProductDscTbl tr th {
    position: sticky;
    top: 0;
    background-color: #0b60d4;
}

a {
    cursor: pointer;
}


/*Manage UO price table Start*/
table#ManageUOProductDscTbl tbody tr td input[type="text"] {
    max-width: 80px;
    border: 1px solid #dedede;
    padding: 1px 10px;
}

table#ManageUOProductDscTbl tbody tr td {
    vertical-align: middle;
}

table#ManageUOProductDscTbl tbody tr td input[type="checkbox"] {
    width: 15px;
    height: 15px;
    border: 1px solid #dedede;
}

table#ManageUOProductDscTbl tbody tr td input[type="checkbox"]:checked {
    background: blue;
    color: #fff;
}


table#ManageUOProductDscTbl {
    font-size: 12px;
    text-align: left;
}

table#ManageUOProductDscTbl tr th, table#ManageUOProductDscTbl tr td {
    text-align: left;
    font-size: 12px;
    white-space: nowrap;
}

table#ManageUOProductDscTbl thead th:nth-child(3), table#ManageUOProductDscTbl thead th:nth-child(4), table#ManageUOProductDscTbl thead th:nth-child(5), table#ManageUOProductDscTbl thead th:nth-child(6), table#ManageUOProductDscTbl thead th:nth-child(7), table#ManageUOProductDscTbl thead th:nth-child(8) {
    max-width: 110px;
    width: 110px;
    min-width: 110px;
    word-break: break-word;
    white-space: break-spaces;
    vertical-align: middle;
}

#ManageUOProductDscTbl tr th {
    position: sticky;
    top: 0;
    background-color: #0b60d4;
}
/*Manage UO price table END*/

/*Disney Setting Css 05 April 2023*/

#disneyProductDiv .nav li.active a{
    background-color: #f5f5f5;
    color:#555;
}
#disneyProductDiv .nav li a{
    color:#555;
    font-size: 18px;
}

.main-tab-bx {
    padding:20px 30px;
}
.tab-inner-content {
    margin-bottom:20px;
}
.tab-inner-content h4{
   text-align:center;
   font-size: 24px;
   margin-bottom: 20px;
}
.tab-inner-content ul {
    margin:0;
    padding:0;
    list-style-type:none;
    display:flex;
}
.tab-inner-content ul li {
     width:50%;
}
.tab-inner-content ul li:first-child {
    border-right:1px solid #fff;
}
.tab-inner-content .headr {
    margin-bottom:2px;
}

.tab-inner-content .headr li{
     background-color:#1f63bf;
    color:#fff;
    padding: 4px 6px;
    font-size: 14px;
}
.tab-inner-content .contnt li input{
     background-color:#cdd6e1;
    padding: 6px 6px;
    font-size: 16px;
}
.legal-text-box {
    padding:20px 30px;
}
.legal-text-box h4 {
    font-size: 24px;
    text-align:center;
    margin-bottom:20px;
}
.white-box-tab {
    background-color: #fff;
    padding:10px;
    margin-bottom:40px;
}
.text-p-left {
    padding-left:50px;
}
.text-p-left textarea {
    border: none;
        box-shadow: none;
}
.btn-pd {
    padding:0 30px;
}
.tab-submit {
    background-color:#6fa92b;
    color:#fff;
    padding: 10px 35px;
    margin-bottom: 0;
    border-radius:0;
    font-size: 16px;
}
.tab-submit:hover{
    color: #fff;
}
.pt-28 {
    padding-top: 28px;
}
.ml-auto{
    margin-left:auto;
}
#Backtosetting, #priceVariableDetailshistory {
    padding:10px 35px;
}
#modelProductConfimation .modal-body,#modelProductConfimation1 .modal-body {
    padding: 15px 40px;
}
#modelProductConfimation .modal-body p,#modelProductConfimation1 .modal-body p {
    color: #000;
    font-size:20px;
}
#modelProductConfimation .modal-footer,#modelProductConfimation1 .modal-footer {
    text-align:center;
    border-top:none;
    padding: 0 15px 30px;
}
#modelProductConfimation .modal-footer button,#modelProductConfimation1 .modal-footer button{
    width:100px;
    padding:8px 15px;
    color: #fff;
}
#modelProductConfimation .modal-footer .green-btn,#modelProductConfimation1 .modal-footer .green-btn {
    background-color: #00a65a;
}
#modelProductConfimation .modal-footer .red-btn,#modelProductConfimation1 .modal-footer .red-btn {
    background-color: #d9534f;
}
.mt-112 {
    margin-top: 112px;
}