.btn-save {
    height: 38px;
    margin-top: 5px;
}

.container-fluid { position: relative; }

.main-panel {
    float: none;
    width: 100%;
}
    .main-panel > .content {
        padding: 15px;
        padding-top: 8px;
        min-height: calc(100% - 180px);
    }

.logo_nav { padding-top: 6px; }


.manage_user_title_bar {
    padding-top: 5px;
    padding-bottom: 22px;
}

.card .content { padding: 0px 10px 0px 15px; }

.card-green-background { background-color: #cdf7de; }

.card-red-background { background-color: #f9d7d7; }

.loading-image {
    height: 85px;
    width: 96px;
    padding-top: 20px;
}

.header {
    background-attachment: fixed;
    position: relative;
    line-height: 20px;
}

.card .table-header { padding: 20px 20px 0; }

.card .header {
    padding: 0;
    line-height: 30px;
}

.card .heading {
    font-weight: normal;
    font-size: 15px;
    padding: 5px 0px 2px 0px;
    flex: auto;
}

.card .header hr {
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: -10px;
    margin-right: -10px;
    border-top: 2px solid #f3f4f4;
    width: calc(100% + 25px);
}

.card .numbers {
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    color: #616161;
}

.card .last-year {
    font-size: 1em;
    text-align: left;
}

.card .text {
    font-weight: 500;
}

.card .change {
    font-size: 1em;
    text-align: left;
}

.arrow { padding-left: 0px; }

.numerics { padding-right: 15px; }

.navbar-default { background-color: white; }

/*custom class for top collapse navbar*/

.collapse-navbar { margin-top: 18px; }

/*custom btn font weight*/

.custom-navbar-toggler { font-weight: 400; }

.white, .white a { color: #fff; }

.custom-navbar-left-border { border-left: none !important; }

/*Commented for new theme*/

.container-fluid > .navbar-collapse {
    margin-right: -10px;
    margin-left: -25px;
}

/*Commented for new theme*/

.navbar-left .page-title {
    margin: 0 !important;
    color: #282828;
    display: block;
    height: auto;
}

@media (max-width: 425px) {
    .navbar-left .page-title {
        float: none;
        display: block;
    }
}

.logo { font-weight: lighter; }

.logo-login { color: transparent; }

.navbar {
    min-height: 0px;
    position: static;
}

.navbar-header .navbar-toggle { margin: 0px 10px 0px 0px; }



.face-sm {
    width: 32px;
    height: 32px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.navbar-nav > li > .dropdown-menu { margin-top: 5px; }

.navbar-nav > li > .dropdown-menu, .dropdown .dropdown-menu { transform: none; }

/*Commented for new theme*/

.custom-arrow { padding-top: 15px; }

.table-responsive {
    border: none;
    margin-left: 0px;
    margin-right: 0px;
}

table.dataTable { margin-top: 0px !important; }

.dataTables_info { padding-left: 10px; }

.dataTables_paginate { padding-right: 10px; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { padding: 12px 20px; }

/*Commented for new theme*/

.drpdwn {
    background-color: transparent;
    border: 1px solid #b9b9b9;
    border-radius: 3px;
}

.drpdwn > a {
    text-decoration: none;
    color: gray;
}

.view-dropdown { border: 0; }

/*removed while applying theme*/

.dropdown-menu { background-color: white; }

.navbar-nav > li > .dropdown-menu:after { border-bottom: 11px solid #ffffff; }

.navbar-default3 { margin-bottom: 24px; }

.navbar-right { margin-right: 0; }

@media (min-width: 450px) {
    .navbar-left { width: 50%; }
}

.btn-group .button { border-radius: 0; }

.btn-group .button:first-child { border-radius: 6px 0 0 6px; }

.btn-group .button:last-child {
    border-radius: 0 6px 6px 0;
    margin-left: -1px;
}

/*Commented for new theme*/

.navbar .btn {
    margin: 0px;
    border: 1px solid #b9b9b9;
    text-decoration-color: #b9b9b9;
}

/*Commented for new Theme*/

.dropdown-menu:before {
    border-bottom: 11px solid #F1EAE0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
    top: -11px;
}

.dropdown-menu:after {
    border-bottom: 11px solid #FFFCF5;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
    top: -10px;
}


.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #cdd1d8 !important;
    border-color: #cdd1d8;
    color: black;
}

.pagination > .active > a { color: black; }

.pagination > li > a,
.pagination > li > span {
    color: #6e6e6e;
    background-color: transparent !important;
}

.footer .copyright { margin: 0px; }

.footer nav ul li { margin: 0px; }


.trendline {
    margin-left: -20px;
    margin-top: -15px;
    margin-right: -10px;
}

.dataTables_filter {
    margin-right: 10px;
    margin-top: 10px;
}


.navbar-right li button[type="submit"] { border-color: #356ed6; }

.dropdown-menu > li > a { color: #818181; }

#bydistrict-bystore-sorting { display: none; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #f8f8f8;
    color: #333;
}

span.icons { display: none; }

.week .bootstrap-datetimepicker-widget table tr:hover td.day > div { background-color: #E3E3E3; }


.input-group-addon {
    background-color: #F3F2EE;
    border: 1px solid #e8e7e3;
    border-radius: 0px;
}

table.dataTable thead th {
    outline: none;
    white-space: nowrap;
}

table.dataTable thead span.sort-icon {
    display: inline-block;
    padding-left: 5px;
    margin-left: 5px;
    width: 16px;
    height: 16px;
}



#range-first-selection-from {
    background: transparent url(../Content/images/dropdown-icon.png) right no-repeat;
    background-position: right 5px bottom 14px;
    color: #5b6474;
}

#range-second-selection-from {
    background: transparent url(../Content/images/dropdown-icon.png) right no-repeat;
    background-position: right 5px bottom 14px;
    color: #5b6474;
}


#search-field { border-right: none; }

#add-user1 {
    color: white;
    border: none;
}

#add-client {
    color: white;
    border: none;
}

#right-dropdown {
    width: 200px;
    margin: 15px;
}

#desktop-last-sync { display: block; }

#mobile-last-sync { display: none; }

.last-sync {
    white-space: nowrap;
    padding: 6px 10px 6px;
    display: block;
}

#filter-button {
    height: 30px;
    border: 1px solid rgb(190, 190, 190);
    background-color: transparent;
    background-image: url("../Content/images/eye-icon.png");
    color: #66615B;
}

#filter-button:hover,
#filter-button:focus { color: #66615B !important; }

#filter-button .caret { border-top-color: #66615B; }

.client-info-drpdwn {
    width: 30%;
    border-color: #356ed6;
    border-radius: 0;
}

#client-menu.dropdown-menu {
    left: 10%;
    padding: 15px 0;
}


@media (max-width: 450px) {
    #user-account-title { margin-top: -10px; }

    #add-user-ul { padding-top: 0 !important; }

    .client-info-drpdwn { width: 94% !important; }

    .create-user-form-label { line-height: 14px; }

    #client-menu.dropdown-menu {
        left: 3% !important;
        top: 38px !important;
    }

    #add-client-ul { padding-top: 15px; }

    .mobile-add {
        display: block;
        float: right;
    }

    .desktop-add { display: none; }
}

@media (max-width: 1366px) {

    .client-info-drpdwn {
        width: 35%;
        margin-top: 5px;
    }

    #client-menu.dropdown-menu { left: 11.9%; }
}

#store-manager-last-sync {
    display: block;
    margin-right: 80px;
}

@media (max-width: 768px) {
    #client-search-li { float: left; }

    #add-client-ul { width: 45%; }

    #client-menu.dropdown-menu {
        left: 19%;
        top: 95%;
    }

    .client-info-drpdwn { width: 50%; }

    #store-manager-last-sync { display: none; }

    #mobile-last-sync { display: block; }

    #desktop-last-sync { display: none; }

    #main-dashboard-by-store-filter {
        display: block !important;
        float: right;
        margin-top: 0px;
    }

    #bydistrict-bystore-sorting { display: none !important; }

    #main-dashboard-by-store-filter .dropdown-menu {
        left: auto;
        right: 100%;
        margin-right: -100%;
        margin-left: 0;
        margin-top: 0;
        border: 1px solid #ccc;
    }

    #right-dropdown {
        width: 200px;
        margin: 15px;
    }



    .open .form-control { border-bottom-color: rgb(190, 190, 190); }

    #main-dashboard-by-store-filter.dropdown .dropdown-menu {
        border-radius: 0px;
        background-color: #fff;
    }

    .logo { color: black; }

    .logo-login { color: black; }

    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#nm-granulity, #sm-granulity, #viewas { width: 100%; }


@media (max-width: 425px) {
    .calender-compare-btn {
        margin-left: 10px;
        margin-top: -23px;
    }

    #date-filter { margin-bottom: 15px; }
}

@media (max-width: 375px) {
    #date-filter { margin-bottom: 15px; }

    .btn { padding: 7px 15px; }

    .calender-compare-btn {
        margin-left: 0px;
        margin-top: 10px;
    }

    #right-dropdown {
        width: 200px;
        margin: 10px;
    }

    #main-dashboard-title {
        width: 65%;
    }
}

.checkbox .icons { font-size: 14px; }

.form-control[readonly] {
    background-color: white;
    cursor: pointer;
}


/* User Model */

.user .modal-dialog { width: 350px; }

.user .modal-footer {
    border-top: 0;
    margin-top: 0px;
    padding: 10px 20px 20px;
}

.user .modal-header {
    border: 0 none;
    padding: 15px 15px 15px;
    padding: 11px 15px;
}

.user .modal-body { background-color: #eeeeee; }

.user .division {
    float: none;
    margin: 0 auto 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.user .division .line {
    border-top: 1px solid #DFDFDF;
    position: absolute;
    top: 10px;
    width: 34%;
}

.user .division .line.l { left: 0; }

.user .division .line.r { right: 0; }

.user .division span {
    color: #424242;
    font-size: 17px;
}

.user .box .social {
    float: none;
    margin: 0 auto 30px;
    text-align: center;
}

.user .social .circle {
    background-color: #EEEEEE;
    color: #FFFFFF;
    border-radius: 100px;
    display: inline-block;
    margin: 0 17px;
    padding: 15px;
}

.user .social .circle .fa { font-size: 16px; }

.user .social .facebook {
    background-color: #455CA8;
    color: #FFFFFF;
}

.user .social .google { background-color: #F74933; }

.user .social .github { background-color: #403A3A; }

.user .facebook:hover { background-color: #6E83CD; }

.user .google:hover { background-color: #FF7566; }

.user .github:hover {
    background-color: #4D4D4d;
    
}

.user .forgot {
    color: #797979;
    margin-left: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.user .btn-login, .registerBox .btn-register {
    background-color: #00BBFF;
    border-color: #00BBFF;
    border-width: 0;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    padding: 15px 50px;
    text-transform: uppercase;
    width: 100%;
}

.user .btn-login:hover, .registerBox .btn-register:hover {
    background-color: #00A4E4;
    color: #FFFFFF;
}

.user .form-control {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.09) inset;
    color: #FFFFFF;
}

.user .form-control:hover { background-color: rgba(0, 0, 0, .16); }

.user .form-control:focus {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04) inset;
    background-color: rgba(0, 0, 0, 0.23);
    color: #FFFFFF;
}

.user .box .form input[type="text"], .user .box .form input[type="password"] {
    border-radius: 3px;
    border: none;
    color: #333333;
    font-size: 16px;
    height: 46px;
    margin-bottom: 5px;
    padding: 13px 12px;
    width: 100%;
}

.calender-compare-btn {
    float: left;
    margin-right: 10px;
    border: 1px solid #356ed6;
    background-color: #356ed6;
    color: rgb(255, 255, 255);
}

.add-user {
    border: 1px solid #356ed6;
    background-color: #356ed6;
}

.add-user > a {
    text-decoration: none;
    color: #f5f5f5 !important;
}


@media (max-width: 400px) {
    .user .modal-dialog { width: 100%; }
}

.big-login, .big-register {
    background-color: #00bbff;
    color: #FFFFFF;
    border-radius: 7px;
    border-width: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    padding: 16px 60px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.big-login:hover {
    background-color: #00A4E4;
    color: #FFFFFF;
}

.big-register {
    background-color: rgba(0, 0, 0, .0);
    color: #00bbff;
    border-color: #00bbff;
}

.big-register:hover {
    border-color: #00A4E4;
    color: #00A4E4;
}

.modal-content {
    border-radius: 0px;
    box-shadow: none;
}

.lgn-bg {
    height: 100vh;
    background-image: url("../Resources/background.jpg");
    background-size: cover;
    background-position: center center;
}

label.btn a {
    text-decoration: none;
    color: rgb(49, 49, 49);
}

label.btn a:hover, label.btn a.hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

#big-logo {
    margin-top: 30vh;
    max-width: 100%;
    height: auto;
}

.mobileShow { display: none; }

/* Smartphone Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .mobileShow { display: block; }
}

@media (max-device-width: 991px) {
    .navbar-header .navbar-toggle { margin: 6px 10px 0px 0px !important; }
}

@media (max-device-width: 320px) {
    .btn { padding: 7px 10px; }

    #date-filter { margin-bottom: 15px; }

    #main-dashboard-title { width: 69%; }
}

@media (min-device-width: 768px) {
    #change-password-div { width: 55%; }
}

@media (min-device-width: 991px) {
    #change-password-div { width: 32%; }
}

.datetimepicker-btn { border-color: #356ed6; }

.navbar-default2 { padding-bottom: 15px; }

@media (min-device-width: 769px) {
    .navbar-default2 { padding-bottom: 20px; }
}

.dashboard-numbers-top-padding .col-lg-2 {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-device-width: 768px) {
    .dashboard-numbers-top-padding .col-lg-2 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .dashboard-numbers-top-padding .col-lg-2:nth-child(1) { padding-left: 0; }

    .dashboard-numbers-top-padding .col-lg-2:nth-child(6) { padding-right: 0; }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .dashboard-numbers-top-padding .col-lg-2:nth-child(3) { padding-right: 0; }

    .dashboard-numbers-top-padding .col-lg-2:nth-child(4) { padding-left: 0; }
}

.dates-box .compare-btn button { width: calc(100% - (-10px)); }


.filters-btns {
    display: table;
    width: 100%;
}

.filters-btns label {
    display: table-cell;
    float: none !important;
}

.custom { float: left !important; }

.compare-btn {
    width: calc(20% - 10px);
    float: left !important;
}

.compare-btn button { width: calc(100% - 10px); }

.calender-compare-btn span.compare { display: none; }

.calender-compare-btn span.mb-compare { display: block; }

@media only screen and (min-device-width: 1025px) {
    .calender-compare-btn span.compare { display: block; }

    .calender-compare-btn span.mb-compare { display: none; }
}

/** Breadcrumb **/

.breadcrumb-main { display: inline-block; }

.breadcrumb {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 5px;
}

@media only screen and (min-device-width: 1025px) {
    .breadcrumb {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.modal-input-control .select-field {
    width: 65%;
    float: left;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.modal-input-control .select-list {
    width: 35%;
    float: left;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: none !important;
}

.gen_btn {
    float: right;
    margin-right: 15px !important;
    background-color: #356ed6;
    border: 1px solid #356ed6 !important;
    color: #fff;
}

.custom_dialog_width { max-width: 1150px; }


/*Muilti select styling - start*/
.eventFilterBackGround {
    cursor: default;
}

.eventFilterBackGround input[type=checkbox] {
     cursor: pointer;
}

.multiselect-item.group {
    cursor: default;
}

.multiselect-container > li > a {
    display: block;
    width: inherit;
    cursor: default;
}

.multiselect-container > li > a input[type=checkbox], .multiselect-container > li > a input[type=radio] {
    cursor: pointer;
}
/*Muilti select styling - end*/