/* Minification failed. Returning unminified contents.
(39,1): run-time error CSS1019: Unexpected token, found '@import'
(39,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700')'
(2629,17): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
 */
/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-20px;margin-right:5px}
.toggle{position:relative;overflow:hidden}
.toggle input[type=checkbox]{display:none}
.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.toggle.off .toggle-group{left:-100%}
.toggle-on{position:absolute;top:0;bottom:0;left:0;margin:0;border:0;border-radius:0;font-size:x-small}
.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0;font-size:x-small}
.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px;background-color:white}
.toggle.btn{min-width:59px;min-height:34px}
.toggle-on.btn{padding-right:14px}
.toggle-off.btn{padding-left:4px}
.toggle.btn-lg{min-width:79px;min-height:45px}
.toggle-on.btn-lg{padding-right:31px}
.toggle-off.btn-lg{padding-left:31px}
.toggle-handle.btn-lg{width:40px}
.toggle.btn-sm{min-width:50px;min-height:30px}
.toggle-on.btn-sm{padding-right:20px}
.toggle-off.btn-sm{padding-left:20px}
.toggle.btn-xs{min-width:35px;min-height:22px;max-width:55px}
.toggle-on.btn-xs{padding-right:2px; padding-left:2px}
.toggle-off.btn-xs{padding-left:20px}
/*------------------------------------------------------------
0. Color Variables
--------------------------------------------------------------*/
body {
}

/*------------------------------------------------------------
 1. Fonts | Import
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');


/*Start: Importing Gotham font as per marketing team recommendation*/
@font-face {
    font-family: "GothamLight";
    src: url("../fonts/Gotham-Light.woff") format('woff'); 
}
/*End: Importing Gotham font as per marketing team recommendation*/

/*------------------------------------------------------------
 2. Common Styles | Padding, Margin, a, headings | etc.
--------------------------------------------------------------*/
body {
    font-size: 13px;
    font-family: GothamLight;
    background: #f3f5f7;
    overflow-x: hidden !important;
    height: 100%;
}

.padding-25 {
    padding: 25px;
}

h1, h2, h3, h4, h5, h6 {
    /*color: #131111;*/
    font-weight: 500;
    margin: 0;
}

.box-h5 {
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: 700;
}

p {
    margin-bottom: 0;
    /*color: #000;*/
}

a {
    text-decoration: none;
}

.logo {
    color: #131111;
    font-size: 22px;
    font-weight: 700;
}

.page-container {
    height: 100%;
    padding-left: 215px;
    width: 100%;
}

    .page-container .page-content-wrapper {
        min-height: 100%;
    }

        .page-container .page-content-wrapper .content {
            min-height: 100%;
            /*padding-bottom: 69px;*/
            padding-top: 60px;
            transition: all 0.3s ease 0s;
            z-index: 10;
        }

body.top-navigation .page-container {
    padding-left: 0;
}

    body.top-navigation .page-container .page-content-wrapper .content {
        padding-top: 110px;
    }

.m-height {
    min-height: 100vh;
}

.full-height {
    height: calc(100%) !important;
    height: 100% !important;
}

.full-width {
    width: 100% !important;
}

canvas {
    position: relative;
    z-index: 2;
}

.example-column + .example-column {
    border-left: none;
}

.example-column {
    color: #231f20;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid #231f20;
    margin-bottom: 15px;
    padding: 12px 15px;
    text-align: center;
}

.dropzone {
    border: 2px dashed #e5eaef;
}

.doc-li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.credits-block a {
    display: block;
}

.dropdown-menu.effect.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}

.dropdown-menu.effect {
    transform: translateY(20px) !important;
    top: 90% !important;
    border-radius: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

    .dropdown-menu.effect.show {
        transform: translateY(0) !important;
        visibility: visible;
        opacity: 1;
        transition: all 0.3s;
    }

.user-div .dropdown-item {
    color: #E87722 !important;
}

.user-div .dropdown-item {
    padding: .35rem 1rem;
}

    .user-div .dropdown-item:hover {
        color: #231f20 !important;
    }

    .user-div .dropdown-item:focus, .dropdown-item:active, .dropdown-item.active {
        color: #fff !important;
        background: #231f20;
    }


/*==============================================================
 3. Pre-Loader(Page Loader)
==============================================================*/



/*==============================================================
 3. Common Colors (bg-colors, text-colors, bg-trans)
==============================================================*/

/*----------------------------------
  3.1 Background Colors
----------------------------------*/

.bg-primary {
    background: #231f20 !important;
}

.bg-secondary {
    background: #E87722 !important;
}

.bg-white {
    background: #fff !important;
}

.bg-success {
    background: #84BD00 !important;
}

.bg-danger {
    background: #E87722 !important;
}

.bg-warning {
    background: #EAAA00 !important;
}

.bg-light {
    background: #e5eaef !important;
}

.bg-dark {
    background: #131111 !important;
}

.bg-primary-trans {
    background: #d8d8d8;
}


/*==============================================================
 6. Badges
==============================================================*/
.badge {
    font-size: inherit;
    font-weight: 400;
    border-radius: 2px;
}

.badge-pill {
    border-radius: 50px;
}

.badge-circle {
    align-items: center;
    height: 24px;
    width: 24px;
    border-radius: 50%;
}

/*Fill-Badges*/

.badge-primary {
    background: #231f20;
}

.badge-secondary {
    color: #231f20;
    background: #fff;
    border: 1px solid #e4e9ef;
}

.badge-success {
    background: #84BD00;
}

.badge-danger {
    background: #E87722;
}

.badge-warning {
    color: #fff;
    background: #EAAA00;
}

.badge-info {
    background: #E87722;
}

.badge-light {
    color: #131111;
    background: #e5eaef;
}

.badge-dark {
    background: #131111;
}

/*Outline-Badges*/
.badge-outline-primary {
    color: #231f20;
    border: 1px solid #231f20;
    background: transparent;
}

.badge-outline-white {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.badge-outline-success {
    color: #84BD00;
    border: 1px solid #84BD00;
    background: transparent;
}

.badge-outline-danger {
    color: #E87722;
    border: 1px solid #E87722;
    background: transparent;
}

.badge-outline-warning {
    color: #EAAA00;
    border: 1px solid #EAAA00;
    background: transparent;
}

.badge-outline-info {
    color: #E87722;
    border: 1px solid #E87722;
    background: transparent;
}

.badge-outline-light {
    color: #e5eaef;
    border: 1px solid #e5eaef;
    background: transparent;
}

.badge-outline-dark {
    color: #131111;
    border: 1px solid #131111;
    background: transparent;
}


/*==============================================================
 8. Navigation Sidebar
==============================================================*/

/*----------------------------------------------------------------------
  8.1 Navigation Main Styles (Navigation-Header, Navigation-profile)
----------------------------------------------------------------------*/

.navigation-sidebar {
    backface-visibility: hidden;
    background-color: #fff;
    box-shadow: 5px 0 20px rgba(0,0,0,0.05);
    bottom: 0;
    left: -215px;
    overflow: hidden;
    position: fixed;
    right: auto;
    top: 0;
    width: 215px;
    z-index: 1000;
    transition: left 0.5s;
}

    .navigation-sidebar.open {
        left: 0;
        transition: left 0.5s;
    }

    /*Navigation-Header*/
    .navigation-sidebar .navigation-header {
        text-align: center;
        clear: both;
        color: #fff;
        display: block;        
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
        width: 100%;
        z-index: 10;
    }

    /*Navigation-Profile*/
    .navigation-sidebar .navigation-profile {
        padding: 0 20px 20px;
        text-align: center;
        position: relative;
    }

        .navigation-sidebar .navigation-profile .profile-img {
            height: 90px;
            width: 90px;
            margin: 0 auto 10px;
            background: #eee;
        }

        .navigation-sidebar .navigation-profile .name {
            color: #131111;
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 0;
        }

        .navigation-sidebar .navigation-profile .designation {
            color: #E87722;
            font-size: 12px;
            font-weight: 400;
            text-transform: uppercase;
        }

        .navigation-sidebar .navigation-profile .profile-setting {
            position: absolute;
            right: 60px;
            top: 58px;
            z-index: 9999;
        }


/*----------------------------------
  8.2 Logged User Menu
----------------------------------*/

.logged-user-menu {
    visibility: hidden;
    opacity: 0;
    background: #231f20;
    border-radius: 6px;
    position: absolute;
    top: -15px;
    width: 200px;
    left: 7px;
    z-index: 30;
    transform: translateY(20px);
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
}

    .logged-user-menu.show {
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
        transition: all 0.3s;
    }

    .logged-user-menu .avatar-info {
        padding: 15px 0;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }

        .logged-user-menu .avatar-info .profile-img {
            border: 3px solid #231f20;
        }

        .logged-user-menu .avatar-info .name,
        .logged-user-menu .avatar-info .designation {
            color: #fff;
        }

    /*Logged-User-Menu*/

    .logged-user-menu ul {
        text-align: left;
    }

        .logged-user-menu ul li {
            float: none;
        }

            .logged-user-menu ul li a {
                color: #fff;
                font-size: 14px;
                font-weight: 400;
                display: flex;
                width: 100%;
                align-items: center;
                padding: 3px 20px;
                vertical-align: middle;
                transition: all 0.3s;
            }

                .logged-user-menu ul li a i {
                    font-size: 20px;
                    margin-right: 10px;
                }

                .logged-user-menu ul li a:hover {
                    background: rgba(255,255,255,0.1);
                    transition: all 0.3s;
                }


/*-----------------------------------------------------
  8.3 Logged User Menu When background color = white
-----------------------------------------------------*/

.bg-white.logged-user-menu {
    box-shadow: 0 5px 25px rgba(0,0,0,0.3);
}

    .bg-white.logged-user-menu ul li a {
        color: #E87722;
    }

        .bg-white.logged-user-menu ul li a:hover {
            color: #131111;
            background: #F3F5F7;
            transition: all 0.3s;
        }

            .bg-white.logged-user-menu ul li a:hover i {
                color: #231f20;
            }

    .bg-white.logged-user-menu .avatar-info .name {
        color: #131111;
    }

    .bg-white.logged-user-menu .avatar-info .designation {
        color: #E87722;
    }

    .bg-white.logged-user-menu .avatar-info {
        border-bottom: 1px solid #f3f5f7;
    }

/*-------------------------------
  8.4 Navigation Menu-Items
-------------------------------*/

.navigation-sidebar .navigation-menu {
    height: calc(94% - 50px);
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.main-content-spacer {
    height: 10px;
}

.navigation-sidebar .navigation-menu .menu-items {
    height: calc(100% - 1px);
    list-style: outside none none;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    width: 100%;
}

    .navigation-sidebar .navigation-menu .menu-items li {
        clear: right;
        display: block;
        position: relative;
    }

.menu-items li a {
    padding-left: 20px;
    /*border-top: 1px solid #ecf1f5;*/
    clear: both;
    display: flex;
    align-items: center;
    font-family: 'GothamLight';
    line-height: normal;
    min-height: 56px;
    width: 100%;
    transition: all 0.2s;
}

    .menu-items li a:before {
        content: "";
        background: #231f20;
        box-shadow: 4px 0 10px rgba(0, 0, 0, 0.75);
        width: 2px;
        height: 0;
        left: 0;
        position: absolute;
        bottom: 0;
        top: auto;
        transition: height 0.3s, bottom, top ease 0s;
        z-index: -1;
    }

    .menu-items li a .badge {
        font-size: 11px;
        margin-right: 15px;
        float: right;
    }

    .menu-items li a .icon-thumbnail {
        backface-visibility: hidden;
        color: #E87722;
        display: inline-block;
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        margin-right: 15px;
        position: relative;
        min-width: 20px;
        text-align: left;
        transition: all 0.2s;
    }

        .menu-items li a .icon-thumbnail i {
            font-size: 18px;
        }


    .menu-items li a .title {
        color: #a5b5c5;
        color: #E87722;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 75%;
        transition: all 0.2s;
    }

    /*When Hover*/
    .menu-items li a:hover:before {
        height: 100%;
        bottom: auto;
        top: 0;
        transition: height 0.3s, bottom, top, ease 0s;
    }

    .menu-items li a:hover .title {
        color: #131111;
        transition: all 0.3s;
    }

    .menu-items li a:hover .icon-thumbnail {
        color: #231f20;
        transition: all 0.3s;
    }

    /*When Active*/
    .menu-items li a.active:before {
        opacity: 1;
        height: 100%;
        transition: all 0.2s ease 0s;
    }

    .menu-items li a.active .icon-thumbnail {
        color: #231f20;
    }

    .menu-items li a.active .title {
        color: #131111;
    }

/*----------Menu Submenu---------*/

.menu-items ul.sub-menu {
    background: #F5F7F9;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.04);
    display: none;
    clear: both;
    list-style: outside none none;
    padding: 0;
}

/*submenu-arrow*/
.menu-items .have-submenu::after {
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid #E87722;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    width: 0;
    transform: rotate(-90deg);
    transition: all 0.3s;
}

.sub-menu {
    border-color: #231f20
}

/*submenu-arrow-when-active*/
.menu-items .have-submenu.show::after {
    transform: none;
    transition: all 0.3s;
}

.menu-items li ul.sub-menu li a {
    line-height: normal;
    min-height: 42px;
}

    .menu-items li ul.sub-menu li a .title {
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        font-size: 12px;
    }

    .menu-items li ul.sub-menu li a .icon-thumbnail {
        line-height: normal;
        font-size: 14px;
    }

        .menu-items li ul.sub-menu li a .icon-thumbnail i {
            line-height: normal;
            font-size: 18px;
        }

    .menu-items li ul.sub-menu li a:before {
        z-index: 0;
    }

body.top-navigation .navigation-header {
    padding: 0 .5rem;
    min-height: 60px;
    display: flex;
    align-items: center;
    background: #fff;
}

    body.top-navigation .navigation-header a:not(.dropdown-item) {
        min-height: 60px;
        display: inline-flex;
        align-items: center;
    }

    body.top-navigation .navigation-header ul li {
        float: left;
        border-left: 1px solid rgba(0,0,0,0.05);
    }

        body.top-navigation .navigation-header ul li a:not(.dropdown-item) {
            justify-content: center;
            min-height: 60px;
            color: #E87722;
            display: flex;
            align-items: center;
            min-width: 46px;
            padding: 0 .75rem;
        }

            body.top-navigation .navigation-header ul li a:not(.dropdown-item) i {
                font-size: 16px;
            }


body.top-navigation nav.fixed-header {
    position: fixed;
    z-index: 9999;
    width: 100%;
}



/*-----------------------------------------
  8.5 Navigation When Background = Primary
-----------------------------------------*/

.bg-primary.navigation-sidebar .logo {
    color: #fff;
}

.bg-primary.navigation-sidebar {
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.25);
}

.bg-primary .navigation-profile .name {
    color: #fff;
}

.bg-primary .navigation-profile .designation {
    color: rgba(255,255,255,0.5);
}

.bg-primary .menu-items li a .title,
.bg-primary .menu-items li a .icon-thumbnail {
    color: rgba(255,255,255,0.5);
}

.bg-primary .menu-items li a:before {
    background: #fff;
    box-shadow: 4px 0 10px rgba(255,255,255,0.7);
}

.bg-primary .menu-items li a:hover .title,
.bg-primary .menu-items li a:hover .icon-thumbnail {
    color: #fff;
}

/*  Selected menu item  */
.menu-items li a.selected {
    color: #0056b3;
    text-decoration: underline;
}

    .menu-items li a.selected:before {
        height: 100%;
        bottom: auto;
        top: 0;
        transition: height 0.3s, bottom, top, ease 0s;
    }

    .menu-items li a.selected .icon-thumbnail, .menu-items li a.selected .title {
        color: #fff;
    }


.bg-primary .menu-items li a.active,
.bg-primary .menu-items li a.active:hover {
    background: rgba(255,255,255,0.04);
}

    .bg-primary .menu-items li a.active .title,
    .bg-primary .menu-items li a.active .icon-thumbnail {
        color: #fff;
    }

.bg-primary .menu-items ul.sub-menu {
    background: #000000;
}

.bg-primary .menu-items .have-submenu::after {
    border-top-color: rgba(255,255,255,0.5);
}




/*==========================================================
  9 Header Styles (Header, Breadcrumb)
==========================================================*/

/*---------------------------------------
  9.1 Header
---------------------------------------*/

.header {
    background: #fff;
    border-bottom: 1px solid #e5eaef;
    -moz-box-align: center;
    -moz-box-pack: justify;
    align-items: center;
    /*display: flex;*/
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 1;
    display: none;
}

/*fixed-top-header*/
.fixed-header.header {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9;
}

.header .breadcrumb {
    margin-left: 215px;
}

/*---------------------------------------
  9.2 Breadcrumb
---------------------------------------*/

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 9px 0;
}

    .breadcrumb .breadcrumb-item {
        font-size: 12px;
        font-weight: 400;
    }

        .breadcrumb .breadcrumb-item a {
            color: #131111;
        }

    .breadcrumb li + li::before {
        color: #131111;
    }

    .breadcrumb .breadcrumb-item.active {
        color: #E87722;
    }



/*==================================================================================================
  10 Main Content Common Styles (Section Title, Blocks, Block Heading, Block Divide Heading , Hr)
====================================================================================================*/

/*---------------------------------------
  10.1 Section Title
---------------------------------------*/

.section-title {
    border-bottom: 1px solid #e5eaef;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: 40px;
}

    .section-title h4,
    .section-title h5 {
        margin: 0;
        width: 100%;
    }

        .section-title h4:after,
        .section-title h5:after {
            content: "";
            border-top: 3px solid #231f20;
            width: 30px;
            height: 0;
            left: 0;
            position: absolute;
            bottom: -2px;
            transition: height 0.3s, bottom, top ease 0s;
            z-index: 0;
        }

/*---------------------------------------
  10.2 Block
---------------------------------------*/
.block {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0,0,0,0.025);
    padding: 20px;
}

.bg-trans {
    box-shadow: none;
    background: transparent;
    padding: 20px 0;
}

    .bg-trans .block-heading {
        border-bottom: 1px solid #e5eaef;
    }

.block.bordered {
    border: 1px solid #e5eaef;
}

.small-block {
    background: #fff;
    border-radius: 6px;
}

/*---------------------------------------
  10.3 Block Heading, Block > Section Title
---------------------------------------*/

.block .section-title {
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.block-heading {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

/*Block Between Heading*/
.block-bw-heading {
    border-bottom: 1px solid #e3e8ef;
    margin: 15px 0;
    padding: 15px 0;
}

/*Block Dividing Line*/
.block hr {
    border-color: #e5eaef;
    margin: 20px 0;
}


/*=========================================================
  12 Task List (Task, Urgent Task, Over Due Task)
===========================================================*/

.task-block {
    padding: 10px;
}

    .task-block ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .task-block li:last-of-type .task {
        margin-bottom: 0;
    }

.task {
    background: #fff;
    margin-bottom: 5px;
    padding: 0 10px;
    display: flex;
    border: 1px solid #e3e8ef;
    min-height: 58px;
    position: relative;
    cursor: move;
    cursor: -moz-grab;
    transition: all 0.25s;
}

    .task:hover {
        border-color: #E87722;
        transition: all 0.3s;
    }

    .task .task-desc {
        width: calc(100% - 36px - 7px);
    }

        .task .task-desc .task-title {
            color: #131111;
            font-size: 14px;
            font-weight: 400;
            margin: 0;
        }

        .task .task-desc .end-time {
            color: #E87722;
            font-size: 12px;
            font-weight: 400;
        }

    .task .members {
        margin-left: 7px;
    }

    .task.urgent {
        border-left: 2px solid #EAAA00;
    }

        .task.urgent .end-time {
            color: #EAAA00;
        }

    .task.over-due {
        border-left: 2px solid #E87722;
    }

        .task.over-due .end-time {
            color: #E87722;
        }


/*============================================================
  13 Members
==============================================================*/

.members {
    position: relative;
}

    .members:not(.single) .member .badge {
        display: block;
    }

.member {
    width: 36px;
    height: 36px;
    overflow: hidden;
}

    .member .badge {
        display: none;
        font-size: 10px;
        position: absolute;
        padding: 6px;
        box-shadow: 2px 4px 3px rgba(0,0,0,0.1);
        bottom: -5px;
        right: -5px;
    }

/*------------------------------------------------------
  14.2 Login Div
------------------------------------------------------*/

.login-div {
    margin: 100px auto 30px;
    max-width: 350px;
    padding: 40px 30px 20px;
    background: #fff;
    border-radius: 6px;
}

.login_background {
    background-image: url(../Images/NewUILoginBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center;
}

/*------------------------------------------------------
  14.3 Register Div
------------------------------------------------------*/

.register-div {
    margin: 50px auto 30px;
    max-width: 500px;
    padding: 40px 30px 20px;
    background: #fff;
    border-radius: 6px;
}


.error-number {
    font-size: 90px;
    line-height: 90px;
}


/*=====================================================================
15. Date Picker - Styles (Basic Colors, Primary Colors, Dark Theme)
=====================================================================*/

/*------------------------------------------------------
  15.1 Date-Picker Basic Colors
------------------------------------------------------*/

.daterangepicker .calendar-table {
    border: 0;
}

.daterangepicker .calendar th.prev,
.daterangepicker .calendar th.next {
    color: #E87722;
}

    .daterangepicker .calendar th.prev:hover,
    .daterangepicker .calendar th.next:hover {
        background: transparent;
    }

.daterangepicker .calendar th.month {
    color: #231f20;
    font-weight: 500;
}

.daterangepicker thead tr:last-child th {
    padding: 5px 0;
    background: #F3F5F7;
    border-radius: 0;
}

.daterangepicker.dropdown-menu {
    border: 0;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.daterangepicker .calendar th {
    color: #131111;
    font-size: 14px;
    font-weight: 500;
}

.daterangepicker .calendar td {
    font-weight: 400;
    color: #131111;
    font-size: 14px;
    line-height: 18pt;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    color: #131111;
    background: #F3F5F7;
}

.daterangepicker td.in-range {
    color: #231f20;
    background: rgba(0, 0, 0, 0.25);
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    color: #fff;
    background: #231f20;
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.5);
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background: transparent !important;
    color: #E87722;
    box-shadow: none !important;
}



/*------------------------------------------------------
  15.2 Date-Picker Primary Colors
------------------------------------------------------*/

.daterangepicker.primary:after {
    border-bottom-color: #231f20;
}

.daterangepicker.primary.dropdown-menu {
    background: #231f20;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}

    .daterangepicker.primary.dropdown-menu .calendar-table {
        background: #231f20;
    }

.daterangepicker.primary .calendar th.prev,
.daterangepicker.primary .calendar th.next {
    color: rgba(255,255,255,0.4);
}

.daterangepicker.primary .calendar th.month {
    color: #fff;
}

.daterangepicker.primary thead tr:last-child th {
    background: rgba(255,255,255,0.08);
}

.daterangepicker.primary .calendar th {
    color: #fff;
}

.daterangepicker.primary .calendar td {
    color: rgba(255,255,255,0.8);
}

.daterangepicker.primary td.available:hover, .daterangepicker.primary th.available:hover {
    color: #fff;
    background: rgba(255,255,255,0.1);
}

.daterangepicker.primary td.in-range {
    background: rgba(255,255,255,0.2);
}

.daterangepicker.primary td.active, .daterangepicker.primary td.active:hover {
    color: #231f20;
    background: #fff;
    box-shadow: 2px 3px 15px rgba(0,0,0,0.2);
}

.daterangepicker.primary td.off, .daterangepicker.primary td.off.in-range, .daterangepicker.primary td.off.start-date, .daterangepicker.primary td.off.end-date {
    color: rgba(255,255,255,0.3);
}



/*------------------------------------------------------
  15.3 Date-Picker Dark Theme
------------------------------------------------------*/

.daterangepicker.dark:after {
    border-bottom-color: #131111;
}

.daterangepicker.dark.dropdown-menu {
    background: #131111;
    box-shadow: 0 8px 25px rgba(246,95,110, 0.5);
}

    .daterangepicker.dark.dropdown-menu .calendar-table {
        background: #131111;
    }

.daterangepicker.dark .calendar th.prev,
.daterangepicker.dark .calendar th.next {
    color: rgba(255,255,255,0.4);
}

    .daterangepicker.dark .calendar th.prev:hover,
    .daterangepicker.dark .calendar th.next:hover {
        background: transparent;
    }

.daterangepicker.dark .calendar th.month {
    color: #231f20;
}

.daterangepicker.dark thead tr:last-child th {
    background: rgba(255,255,255,0.08);
}

.daterangepicker.dark .calendar th {
    color: #fff;
}

.daterangepicker.dark .calendar td {
    color: rgba(255,255,255,0.8);
}

.daterangepicker.dark td.available:hover, .daterangepicker.dark th.available:hover {
    color: #fff;
    background: rgba(255,255,255,0.1);
}

.daterangepicker.dark td.active, .daterangepicker.dark td.active:hover {
    background: #231f20;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.daterangepicker.dark td.off, .daterangepicker.dark td.off.in-range, .daterangepicker.dark td.off.start-date, .daterangepicker.primary td.off.end-date {
    background: transparent;
    color: rgba(255,255,255,0.3);
}



/*------------------------------------------------------
  16 CK Editor Styles
------------------------------------------------------*/

.cke_chrome {
    border-color: #e5eaef !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.cke_top {
    position: relative !important;
    z-index: 1;
    background: transparent !important;
    border-radius: 3px !important;
    border: 1px solid #e5eaef !important;
    /*box-shadow: 0 4px 4px rgba(42,63,90,0.2)!important;*/
}

a.cke_button_off,
a.cke_button_on {
    cursor: pointer !important;
}

a.cke_button_off {
    border-radius: 2px !important;
    color: #E87722 !important;
    border-color: #f3f5f7 !important;
}

    a.cke_button_off:hover, a.cke_button_off:focus, a.cke_button_off:active {
        background: transparent !important;
        border-color: rgba(0, 0, 0, 0.5) !important;
    }

a.cke_button_on {
    border-radius: 2px !important;
    background: rgba(0, 0, 0, 0.1) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
}

body.cke_editable {
    color: #131111 !important;
}



/*=====================================================================
17. Invoice Styles
=====================================================================*/

.invoice-block {
    max-width: 900px;
    position: relative;
    overflow: hidden;
    padding: 100px;
    padding-bottom: 20px;
}

    .invoice-block:before {
        width: 140%;
        height: 450px;
        background: #131111;
        position: absolute;
        top: -15%;
        left: -35%;
        -webkit-transform: rotate(-27deg);
        transform: rotate(-27deg);
        content: "";
        z-index: 1;
    }

    .invoice-block .infos {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .invoice-block .infos .info-1 {
            color: #E87722;
            font-size: 1.08rem;
        }

            .invoice-block .infos .info-1 .company-name {
                color: #fff;
                font-size: 2.25rem;
                margin-bottom: 0.5rem;
                margin-top: 10px;
            }

            .invoice-block .infos .info-1 .company-extra {
                color: #E87722;
                font-size: 0.81rem;
                margin-top: 1rem;
            }

        .invoice-block .infos .info-2 {
            padding-top: 140px;
            text-align: right;
        }

            .invoice-block .infos .info-2 .company-name {
                margin-bottom: 1rem;
                font-size: 1.26rem;
            }

            .invoice-block .infos .info-2 .company-address {
                color: #E87722;
            }

    .invoice-block .terms {
        font-size: 0.81rem;
        margin-top: 2.5rem;
    }

        .invoice-block .terms .terms-header {
            color: #131111;
            font-size: 0.9rem;
            margin-bottom: 10px;
        }

        .invoice-block .terms .terms-content {
            color: #E87722
        }

.invoice-table thead th {
    color: #131111;
    border-bottom: 2px solid #e5eaef;
}

.invoice-table tbody tr td {
    color: #131111;
    border-bottom: #e5eaef
}

.invoice-table tbody tr:last-child td {
    padding-bottom: 40px;
}

.invoice-table tfoot tr td {
    color: #131111;
    border-top: 3px solid #e5eaef;
    font-size: 1.26rem;
}

.invoice-heading {
    margin-bottom: 4rem;
    margin-top: 7rem;
    position: relative;
    z-index: 2;
}

    .invoice-heading h3 {
        margin-bottom: 0px;
    }

    .invoice-heading .invoice-date {
        color: #E87722;
    }

.invoice-footer {
    color: #E87722;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #e5eaef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 6rem;
}

    .invoice-footer .invoice-logo img {
        vertical-align: middle;
        height: 20px;
        width: auto;
        display: inline-block;
    }

    .invoice-footer .invoice-logo span {
        vertical-align: middle;
        margin-left: 10px;
        display: inline-block;
    }

    .invoice-footer .invoice-info span {
        display: inline-block;
    }

        .invoice-footer .invoice-info span + span {
            margin-left: 1rem;
            padding-left: 1rem;
            border-left: 1px solid rgba(0, 0, 0, 0.1);
        }

.invoice-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .invoice-body .invoice-desc {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 250px;
        color: #131111;
        flex: 0 1 250px;
        font-size: 1.17rem;
    }



/*=====================================================================
18. Tables Styles
=====================================================================*/

tbody.text-middle td {
    vertical-align: middle !important;
}

tbody td {
    color: #131111;
}

thead th, tfoot th {
    color: black;
    /*font-size: 13px;
    font-weight: 500;*/
    border-top: 0 !important;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(229,234,239,0.2);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive.text-no-wrap th,
    .table-responsive.text-no-wrap td {
        white-space: nowrap;
    }

.table {
    margin-bottom: 0;
    font-size: 12px
}

td, th {
    padding: .75rem .5rem !important;
}

    td.name {
        text-transform: capitalize;
    }

    td.date {
        color: #E87722;
        font-size: 13px;
        font-weight: 500;
    }

    td.price, td.amount {
        color: #231f20;
        font-size: 14px;
        font-weight: 700;
    }

    td.status {
        text-transform: capitalize;
        font-size: 13px;
        font-weight: 500;
    }

        td.status.success {
            color: #84BD00;
        }

        td.status.danger {
            color: #E87722;
        }

        td.status.pending {
            color: #EAAA00;
        }

    td.product .product-img {
        width: 25px;
        height: 25px;
        border-radius: 5px;
        border: 2px solid #fff;
        transform: scale(1);
        transition: transform 0.25s;
    }

        td.product .product-img + .product-img {
            margin-left: -15px;
        }

        td.product .product-img:hover {
            transform: scale(1.1);
            position: relative;
            z-index: 2;
            box-shadow: 0 4px 15px rgba(0,0,0,0.25);
            transition: transform 0.25s;
        }

    td.product .product-img-more {
        display: inline-block;
        vertical-align: middle;
        min-width: 25px;
        min-height: 25px;
        border-radius: 5px;
        border: 2px solid #fff;
        background: rgba(0, 0, 0, 0.75);
        color: #fff;
        margin-left: -15px;
        position: relative;
        z-index: 1;
        padding: 0 4px;
    }




.dataTable {
    margin-bottom: 20px;
}

.dataTables_length select {
    display: inline-block;
    width: 75px;
    margin: 0px 5px;
    vertical-align: middle;
}

.dataTables_filter label {
    float: right;
}

@media screen and (max-width: 575px) {
    .dataTables_filter label {
        float: none;
    }
}

.dataTables_filter input {
    display: inline-block;
    width: 200px;
    margin: 0px 5px;
    vertical-align: middle;
}


.page-item.disabled .page-link {
    color: #ccc;
    pointer-events: none;
    background-color: transparent;
    border-color: #e5eaef;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #231f20;
    border-color: #231f20;
}

.page-link {
    color: #231f20;
    background-color: transparent;
    border: 1px solid #e5eaef;
}

    .page-link:focus, .page-link:hover {
        color: #231f20;
        text-decoration: none;
        background-color: #e5eaef;
        border-color: #ddd;
    }


.table.table-editable td:hover {
    background-color: inherit;
    -webkit-box-shadow: inset 0px 0px 0px 2px #131111;
    box-shadow: inset 0px 0px 0px 2px #131111;
}



.demo-icons-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .demo-icons-list li {
        width: 68px;
        text-align: center;
        display: inline-block;
        font-size: 24px;
        vertical-align: middle;
        padding: 20px 15px;
        border-right: 1px solid #e5eaef;
        border-bottom: 1px solid #e5eaef;
    }

        .demo-icons-list li a {
            position: relative;
            color: #131111;
        }

            .demo-icons-list li a i {
                font-style: normal;
            }

            .demo-icons-list li a span {
                display: inline-block;
                position: absolute;
                background-color: #231f20;
                color: #fff;
                padding: 4px 7px;
                border-radius: 4px;
                font-size: 0.81rem;
                white-space: nowrap;
                top: -30px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                display: none;
            }

            .demo-icons-list li a:hover {
                text-decoration: none;
            }

                .demo-icons-list li a:hover span {
                    display: block;
                }







/*===========================================================
 19. Full Calendar
===========================================================*/

/* CALENDAR  */

.fc-header {
    border-bottom: 1px solid #e5eaef;
}

    .fc-header td {
        padding: 10px 0px;
    }

    .fc-header h2 {
        text-transform: uppercase;
        font-size: 18px;
    }

.fc-head-container, .fc-widget-content {
    padding: 0 !important;
}

.fc-content {
    color: #fff;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #e5eaef;
}

.fc-event {
    background-color: #231f20;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
    border: none;
    padding: 6px 6px 6px 9px;
    color: #fff;
    border-radius: 4px;
}

.fc-day-number {
    color: #131111;
}

.fc-day-header {
    font-weight: 500;
    color: #E87722;
    text-transform: uppercase;
}

.fc-other-month {
    background-color: #F3F5F7;
}

.fc-unthemed td.fc-today {
    background-color: rgba(0, 0, 0, 0.1);
}

.all-wrapper .fc-button {
    padding: 5px 10px;
    height: auto;
    margin: 0px 5px;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .all-wrapper .fc-button.fc-state-active {
        outline: none;
        text-shadow: none;
    }






.counter-block {
    padding: 20px 20px 15px;
    box-shadow: 0 7px 20px rgba(0,0,0,0.04);
}

    .counter-block .value {
        color: #131111;
        display: inline-block;
        font-size: 36px;
        font-weight: 700;
        letter-spacing: -1px;
        line-height: 1.2;
        vertical-align: middle;
    }

    .counter-block .label {
        color: #E87722;
        display: block;
        font-size: 14px;
        font-weight: 500;
        margin: 7px 0 0;
        text-transform: uppercase;
    }

    .counter-block .trending {
        border-radius: 30px;
        display: inline-block;
        font-size: 0.72rem;
        margin-left: 1rem;
        padding: 3px 10px;
        vertical-align: middle;
    }

    .counter-block .trending-up {
        background-color: #84BD00;
        color: #fff;
    }

    .counter-block .trending-down {
        background-color: #E87722;
        color: #fff;
    }

    .counter-block .trending-up-basic {
        color: #84BD00;
        font-size: 17px;
        font-weight: 700;
        padding: 0;
    }

    .counter-block .trending-down-basic {
        color: #E87722;
        font-size: 17px;
        font-weight: 700;
        padding: 0;
    }

    .counter-block .trending span {
        display: inline-block;
        vertical-align: middle;
    }

    .counter-block.up .value,
    .counter-block.up .label,
    .counter-block.down .value,
    .counter-block.down .label {
        color: #fff;
    }


    .counter-block.up {
        background: #84BD00;
        box-shadow: 0 7px 15px rgba(104,187,105, 0.5);
    }

        .counter-block.up .trending {
            background: rgba(255,255,255,0.2);
            color: #fff;
        }

    .counter-block.down {
        background: #E87722;
        box-shadow: 0 8px 15px rgba(246,95,110, 0.5);
    }

        .counter-block.down .trending {
            background: rgba(255,255,255,0.2);
            color: #fff;
        }

    .counter-block.counter-bg-img {
        background-color: rgba(0,0,0,0.25);
        background-size: 100% auto !important;
        background-repeat: no-repeat !important;
        box-shadow: 0 7px 20px rgba(0,0,0,0.1);
    }





.graph-big-text {
    display: inline-block;
    verticle-align: middle;
}

    .graph-big-text .graph-label {
        color: #E87722;
        display: block;
        font-size: 14px;
        font-weight: 500;
        margin: 7px 0 0;
        text-transform: uppercase;
    }

    .graph-big-text .graph-value {
        margin: 0;
        color: #131111;
        font-size: 42px;
        font-weight: 700;
        letter-spacing: -1px;
        line-height: 1.2;
    }

.graph-pills {
    float: right;
    display: inline-block;
    vertical-align: middle;
    margin-top: 25px;
}

.nav-pills .nav-link {
    color: #E87722;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .015rem;
    border-radius: 20px;
    padding: 3px 12px;
    border: 1px solid transparent;
    margin-left: 3px;
    transition: all 0.25s
}

    .nav-pills .nav-link:hover {
        border-color: #E87722;
        transition: all 0.3s;
    }

    .nav-pills .nav-link.active {
        border-color: #231f20;
        color: #231f20;
        background: transparent;
    }

.chart-block .doughnut-chart {
    max-width: 150px;
    position: relative;
    margin: 0 auto;
}

.inside-doughnut-chart-label {
    left: 50%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

    .inside-doughnut-chart-label strong {
        display: block;
        color: #131111;
        font-size: 30px;
        font-weight: 700;
        line-height: normal;
    }

    .inside-doughnut-chart-label span {
        color: #E87722;
        display: block;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: normal;
    }

.chart-legends {
    border-top: 1px solid #e5eaef;
    padding-top: 30px;
}

.legend-value-w {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.legend-pin {
    border-radius: 4px;
    display: inline-block;
    height: 10px;
    margin-right: 0.7rem;
    vertical-align: middle;
    width: 10px;
}

.legend-value {
    color: #131111;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}


.stats-row {
    display: flex;
    align-items: center;
}

    .stats-row .stat-item {
        width: 33%;
        text-align: center;
    }

        .stats-row .stat-item .stat-title {
            font-size: 14px;
        }





.tooltip {
    font-size: 12px;
    max-width: 120px;
}

    .tooltip .tooltip-inner {
        background: rgba(0,0,0,0.9);
    }

    .tooltip .arrow {
        border-bottom-color: rgba(0,0,0,0.9);
    }

html body .flotTip,
html body .jqstooltip {
    width: auto !important;
    height: auto !important;
    background: rgba(0,0,0,0.85) !important;
    color: #ffffff;
    padding: 5px 10px
}

body .jqstooltip {
    border-color: transparent;
    background-color: rgba(0,0,0,0.85) !important;
    border-radius: 60px
}

/*sortable-styles--DONT TOUCH IT*/
.ghost {
    opacity: .9;
}

.sortable-ghost .task {
    opacity: 1;
    background: #f6f7f9;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.07);
    border-color: transparent;
}

    .sortable-ghost .task .task-desc,
    .sortable-ghost .task .members {
        opacity: .1;
    }
/*sortable-styles--DONT TOUCH IT*/















.buttons button {
    margin: 0 5px 15px;
}


/* =============================================================================
4. Scroll Styles
============================================================================= */
.nicescroll-rails {
    z-index: 999 !important;
}

    .nicescroll-rails div {
        width: 5px !important;
        height: 25px;
        border-radius: 2px;
        border: none !important;
        background: #231f20 !important;
    }

.mCSB_scrollTools {
    width: 7px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #e5eaef;
    opacity: 0;
}

.mCS-dark.mCustomScrollBox:hover .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    opacity: 0;
}

.bg-primary-gradient .mCS-dark.mCustomScrollBox:hover .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.bg-primary .mCS-dark.mCustomScrollBox:hover .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.bg-dark .mCS-dark.mCustomScrollBox:hover .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    opacity: 0.2;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #e5eaef;
    opacity: .2;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #e5eaef;
    opacity: .2;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: transparent;
}



@media screen and (min-width: 1095px) {
    #toggle-sidebar {
        display: none;
    }

    .sidebar-panel div:first-child {
        padding-left: 0;
    }
}

@media screen and (max-width: 1095px) {
    .header {
        background: #fff;
    }

    .counter-block .value {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) {
    .navigation-sidebar {
        left: 0;
    }

    body.top-navigation .navigation-sidebar {
        left: 0;
        position: unset;
        width: 100%;
        box-shadow: none;
    }

        body.top-navigation .navigation-sidebar .navigation-menu {
            position: unset;
        }

        body.top-navigation .navigation-sidebar .menu-items {
            position: unset;
        }

            body.top-navigation .navigation-sidebar .menu-items li {
                position: unset;
                float: left;
            }

                body.top-navigation .navigation-sidebar .menu-items li + li {
                    margin-left: 10px;
                }

                body.top-navigation .navigation-sidebar .menu-items li a {
                    min-height: 50px;
                }

                    body.top-navigation .navigation-sidebar .menu-items li a:before {
                        display: none !important;
                    }

        body.top-navigation .navigation-sidebar ul.sub-menu {
            position: absolute;
            z-index: 9;
        }

            body.top-navigation .navigation-sidebar ul.sub-menu li {
                margin: 0;
                float: none;
            }

                body.top-navigation .navigation-sidebar ul.sub-menu li a {
                    padding: .5rem 1rem !important;
                }

        body.top-navigation .navigation-sidebar li a .icon-thumbnail {
            margin-right: 5px;
        }

        body.top-navigation .navigation-sidebar li a .title {
            width: 100%;
            font-size: 13px;
        }
}

@media screen and (max-width: 991px) {
    .header .breadcrumb {
        margin-left: 0;
    }

    .header {
        display: flex;
    }

    .main-content-spacer {
        height: 80px;
    }

    .page-container {
        padding-left: 0;
    }

    body.top-navigation .navigation-sidebar {
        top: 60px;
    }

        body.top-navigation .navigation-sidebar .navigation-menu {
            height: 100%;
        }

    body.top-navigation .page-container .page-content-wrapper .content {
        padding-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .menu-items.email-menu li a {
        justify-content: center;
        padding-left: 0;
    }

        .menu-items.email-menu li a .icon-thumbnail {
            margin-right: 0;
        }

    .counter-block {
        padding: 20px 14px 15px;
    }

        .counter-block .value {
            font-size: 30px;
        }

    .user-div .dropdown-toggle:after {
        display: none;
    }

    .user-div .member {
        width: 28px;
        height: 28px;
    }
}

.payment-border-bottom {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
}

table.existing-invoice-table th {
    text-align: left;
}

table.existing-invoice-table td {
    text-align: left;
}

div.admintabs {
    margin-bottom: -3px;
}

div.batch-detail-dialog {
    display: none;
}

.asset-margin {
    margin-top: 200px;
    margin-bottom: 10px;
    margin-left: 50px;
    color: #ffc107;
}

.user-message,
.validation-summary-errors ul {
    padding: 0;
}

    .user-message,
    .validation-summary-errors ul li {
        color: #E87722;
        padding: 0;
        list-style-type: none;
    }

.field-validation-error {
    color: #E87722;
}

.multiselect-container > li > a > label {
    padding: 0px 0px 0px 5px !important;
    color: #495057 !important;
    /*font-family: Arial !important;
    font-size: 1rem !important;*/
    font-family: inherit;
    font-size: 100%;
}

.ui-datepicker {
    width: 20em;
}

.th-sort-field-up::after, [data-sort="asc"]::after {
    content: url('/Images/BtnArrowUpDark.png')
}

.th-sort-field-down::after, [data-sort="desc"]::after {
    content: url('/Images/BtnArrowDownDark.png')
}

/*To show JQuery Validate messages in red. Used in Region Administration etc..*/
.error{
    color:red;
}

.ui-widget-content a {
    color: #007BF3;
}
.excell-CSS {
    content: url(../Images/excelicon.png);
    display: inline-block;
    height: 35px;
    width: 35px;
}

.pdf-CSS {
    content: url(../Images/pdficon.png);
    display: inline-block;
    height: 35px;
    width: 35px;
}

.cardHeader {
    padding-top: 20px;
    padding-left: 20px;
    font-weight: bold !important;
}

.cardPayment {
    min-height: 152px !important;
}

.OverviewPage {
    padding-bottom: 75px;
}

/*------------------------------------------------------
  17 Securiti.ai CMP CSS
------------------------------------------------------*/
.page-container {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 40px);
    padding-bottom: 40px;
}

.page-container.multi-footers {
    min-height: calc(100vh - 80px);
    padding-bottom: 80px;
}

.ot-sdk-btn #ot-sdk-btn.ot-sdk-show-settings {
    font-size: 12px;
    padding: 10px 0px;
    height: 40px;
    background: #231f20;
    border: none;
}

.ot-sdk-btn #ot-sdk-btn.ot-sdk-show-settings:hover {
    background-color: #141417;
}

.ot-sdk-btn .ot-sdk-show-settings::before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNTYgMjU2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTE0MS4zLDIyLjZjNTguMiw3LjksOTksNjEuNSw5MS4xLDExOS43Yy02LjUsNDcuOS00NC41LDg1LjQtOTIuNiw5MS4zYy00LDAtOC4xLDAuNi0xMi41LDAuNgoJCWMtNTMuOC0wLjEtOTkuMS00MC4zLTEwNS41LTkzLjdjOC4zLTAuMSwxNi41LTEuOSwyNC4xLTUuMmMyMC43LTkuMywzNS0yOC44LDM3LjUtNTEuNGM2LjctMC42LDEzLjMtMi4zLDE5LjUtNQoJCWMyMi42LTkuOSwzNy41LTMxLjksMzguMi01Ni41IE0xMjcuMywzaC0zLjljLTEuOSwwLjEtMy4zLDEuOC0zLjEsMy42YzAsMC4yLDAuMSwwLjQsMC4xLDAuNmM2LjgsMjEuOS00LDQ1LjUtMjUsNTQuNgoJCWMtNS41LDIuNC0xMS41LDMuNi0xNy41LDMuNmMtMy4zLDAtNi42LTAuNC05LjctMS4xaC0wLjhjLTEuNywwLTMuMiwxLjMtMy4yLDMuMWMwLDAuMiwwLDAuNSwwLjEsMC43YzUsMjQuMi0xMC42LDQ3LjktMzQuOCw1Mi44CgkJYy0yLjksMC42LTUuOCwwLjktOC44LDAuOWMtNS42LDAtMTEuMi0xLjEtMTYuNS0zLjFsMCwwYy0wLjUtMC4xLTEsMC4zLTEuMSwwLjljMCwwLDAsMC4xLDAsMC4xYzAsMi43LDAsNS41LDAsOC4yCgkJYzAsNjguNyw1NS41LDEyNC42LDEyNC4yLDEyNWM0LjgsMCw5LjUtMC4zLDE0LjItMC43YzY4LjYtNy41LDExOC4xLTY5LjMsMTEwLjYtMTM3LjlDMjQ1LjIsNTAuNywxOTEuMywyLjcsMTI3LjMsM3oiLz4KCTxjaXJjbGUgY3g9IjEyNy4yIiBjeT0iMTI4LjEiIHI9IjE3LjIiLz4KCTxjaXJjbGUgY3g9IjE2Ni42IiBjeT0iNzAuMyIgcj0iMTcuMSIvPgoJPGVsbGlwc2UgdHJhbnNmb3JtPSJtYXRyaXgoMC4xNjAyIC0wLjk4NzEgMC45ODcxIDAuMTYwMiAyMy4xMzMxIDMwOC4xOTA5KSIgY3g9IjE5Mi43IiBjeT0iMTQwLjUiIHJ4PSIxNy4yIiByeT0iMTcuMiIvPgoJPGNpcmNsZSBjeD0iMTM5LjQiIGN5PSIxOTMuNiIgcj0iMTcuMiIvPgoJPGNpcmNsZSBjeD0iNjkuMyIgY3k9IjE2Ny42IiByPSIxNy4xIi8+CjwvZz4KPC9zdmc+Cg==");
    background-size: cover;
    background-position: center;
    position: relative;
    vertical-align: top;
    height: 14px;
    width: 14px;
    display: inline-block;
    margin: 0px 6px;
    filter: invert(100%);
}

.ot-hide .ot-sdk-btn {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

.ot-sdk-btn {
    margin-left: 215px;
}

.dialog-portal .ui-dialog-titlebar {
    display: block;
}

.cmp-horizontal-tabs a,
.cmp-horizontal-tabs a:hover,
.cmp-horizontal-tabs a span,
.cmp-horizontal-tabs a span:hover,
.cmp-body.cmp-multi-level .cmp-link-btn,
.cmp-body.cmp-multi-level .cmp-link-btn:hover,
.cmp-body.cmp-multi-level .cmp-list-tile > div:last-child .cmp-list-tile-button:after,
.cmp-body.cmp-multi-level .cmp-list-tile-button:hover,
.cmp-body.cmp-multi-level .cmp-back-button span,
.cmp-body.cmp-multi-level .cmp-back-button:hover span {
    color: #007bff;
}

.cmp-body.cmp-multi-level .cmp-back-button svg,
.cmp-body.cmp-multi-level .cmp-back-button:hover svg {
    fill: #007bff;
}

.cmp-switch input:checked + .cmp-switch__slider {
    background-color: #47a17b;
}

.cmp-switch.readonly input + .cmp-switch__slider {
    background-color: rgba(71, 161, 123, 0.5);
}

.cmp-body.cmp-multi-level .cmp-switch__slider {
    background-color: #6c757d;
}

.cmp-body.cmp-multi-level .cmp-modal__footer .cmp-save-btn:hover, .cmp-body.cmp-multi-level .cmp-modal__footer .cmp-save-btn:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
}

.btn-link {
    text-decoration: none;
}

.btn-link:hover {
    text-decoration: underline;
}

label {
    margin-bottom: 0.5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    height: calc(1.5em + 0.75rem + 2px);
}

select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

button.multiselect-option label.form-check-label,
button.multiselect-all label.form-check-label {
    margin-bottom: 0px;
    margin-top: 4px;
}

button.multiselect {
    outline: none;
    border: none;
}

button.multiselect-all,
button.multiselect-option,
button.multiselect-all.active,
button.multiselect-option.active,
button.multiselect-all:focus,
button.multiselect-option:focus {
    cursor: default;
    color: inherit !important;
    background: transparent;
}

.btn.la {
    font-family: LineAwesome;
}

.cima-user-info {
    backface-visibility: hidden;
    color: var(--secondary-color);
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;    
    position: relative;
    min-width: 20px;
    text-align: left;
    transition: all 0.2s;
}

.cima-user-info-text {    
    font-size: 14px;
    font-weight: 400;        
}

footer.site-footer {
    font-size: 12px;
    text-align: center;
    color: #F6F6F9;
    background: #231f20;
    padding: 10px 0px 10px 215px;
    height: 40px;
}

footer.site-footer a {
    color: inherit;
    display: inline-block;
}

footer.site-footer img {
    width: 20px;
    height: 20px;
    margin-right: -2px;
    margin-bottom: 2px;
}

@media screen and (max-width: 991px) {
    .ot-sdk-btn {
        margin-left: 0px;
    }

    footer.site-footer {
        padding-left: 0px;
    }
}
