/* ======================= theme custom css {start} ==============================*/
/*====== media (start) =========*/
@media (max-width: 991px) {
    .sidebar, .sidebar .sidebar-wrapper, .off-canvas-sidebar .sidebar-wrapper {
        width: 150px;
    }
    .main-panel {
        width: calc(100%);
    }
    .nav-open .main-panel {
        transform: translate3d(-150px, 0, 0);
    }
    .sidebar::before, .off-canvas-sidebar::before {
        background-color: #FFF;
    }
}
@media (min-width: 769px) {
    .sidebar, .sidebar .sidebar-wrapper, .off-canvas-sidebar .sidebar-wrapper {width:150px;
        z-index: 9;}
    .main-panel{
        width: calc(100% - 150px);
        /* width:100%; */
    }
}
/*====== media (end) =========*/

html, body, body.blue ,.bg_color_blue{ background-color: #F3F8F9; }
.breadcrumb > li.active { color:#474f58;font-weight: bold;}
.sidebar, .bg-white { background-color: #FFFFFF !important; }
.wrapper { height: 100%; min-height: 500px;position: unset;}
.breadcrumb { background-color: transparent; }
.heading_title, .font-bold, .bold, #side-menu li.active a, .btn, .form-group label.control-label, table thead th
{font-family: montserrat-semiBold; }
#side-menu li.active a {margin-left: 10px;}
.nav-header {
    padding: 33px 25px;
    background: #f3f3f4;
}

.sidebar .nav li.active {
    background: url('../../custom/assets/images/indicator.png') no-repeat !important;
}

.breadcrumb {
    margin-top: 5px;
    /* text-align: right; */
}
.heading_section { margin-top: 14px; }

.nav > li.active > a {
    color: #80c455;
}
.sidebar .nav li a{color:#434343;}

.sidebar .nav li.active > a > p,.sidebar .nav li.active > a > i,.sidebar .nav li:hover > a > i{
    color:#80c455;
    font-weight: 700;
    padding-top: 6px;
}
.menu ul ul, ol ul {
    list-style-type: none !important;
}
.sidebar .sidebar-wrapper, .off-canvas-sidebar .sidebar-wrapper {
    position: relative;
    height: calc(100vh - 100px);
    /* overflow: auto; */
    z-index: 4;
    overflow-x: hidden;
}
.sidebar .nav, .off-canvas-sidebar .nav {
    margin-top: 0px !important;
}
.shadow {
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.01);
    -moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.01);
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.01);
}
.shadow, .highcharts-container {
    border-radius: 5px;
}
.sidebar .nav li > a, .off-canvas-sidebar .nav li > a {
    margin: 0px 14px;
    border-radius: 3px;
    color: darkgrey;
}
.off-canvas-sidebar .logo {
    position: relative;
    padding: 10px 10px;
    z-index: 4;
}
.main-panel > .content {
    padding: 5px 14px;
}
.form-group{
    padding-bottom: 5px;
}
.menu ul ul, ol ul {
    list-style-type: none !important;
}
.menu-toggle ul li{
    margin:0px;
}
.main-panel {
    max-height: none;
    height: auto;
}
.sidebar .sidebar-wrapper, .perfect-scrollbar-off .main-panel {
    overflow-y: auto;
}
/*.navbar-toggle,.navbar-toggle:hover {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 14px;
    margin-bottom: 8px;
    background-color: #f44336 !important;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}*/
.navbar-toggle .icon-bar {
    display: block;
    position: relative;
    background: #fff;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    margin: 0px 0px 1px -2px;
    color: #FFF;
}
/*.navbar-toggle:hover, .navbar-toggle:focus{
    background-color: #f44336 !important;
}*/

.sidebar .logo .simple-text, .off-canvas-sidebar .logo .simple-text {
    color:#434343;
    font-size: 10px;
    padding-top: 5px;
}
.heading_title{font-size:36px;color: #233539;}
.navbar-collapse .email,.navbar-collapse .btn-group .down{
    color: #fff;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active{
    background-color: #80c455;
    color: #FFFFFF;
}
.margin-top_30{
    margin-top: 30px !important;
}
.margin-top_20{
    margin-top :20px !important;
}
.navbar, .type-warning .modal-header, .type-warning .btn.btn-warning{
    background: linear-gradient(90deg, #9EDA6B 0%, #65B339 95%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.img-round{border-radius: 50px;}
.sidebar-wrapper{margin-top: 20px;}

.sidebar .nav p, .off-canvas-sidebar .nav p {
    text-transform: uppercase;
    font-size: 11px;
}
.off-canvas-sidebar .logo{
    padding: 13px 10px;
}

.sidebar .nav li:hover > a, .off-canvas-sidebar .nav li:hover > a {
    background: transparent;
}

.navbar .dropdown-menu li a:hover, .navbar .dropdown-menu li a:focus, .navbar .dropdown-menu li a:active, .navbar.navbar-default .dropdown-menu li a:hover, .navbar.navbar-default .dropdown-menu li a:focus, .navbar.navbar-default .dropdown-menu li a:active{
    background-color: #80c455
}
a {
    color: #4DA1FF;
}
.menu2 li a:hover, .menu2 li a:focus, .menu2 li a:active,.menu2 .activeclass a{
    color: #80c455;
    background-color: transparent;
    outline: none;
}
.menu2 li a{
    font-size: 24px;
    color:#D9E0E2;
}
.font20{font-size:20px;}
.font22{font-size:22px;}
.font32{font-size:32px;}
.donate_amount{font-size:34px;}
.theme-color,.theme-color a{
    color: #65B339 !important;
}
.date-color{
    color:#D9E0E2;
}
/* ==========================  grid classes =============================== */
.gridclass{
    background-color: #fff;
    padding: 14px;
    border-radius: 5px;
}
.summary{text-align: right;display: none;}
.panel-default > .panel-heading {
    background-color: #fff;
}
.panel-default > .panel-footer ,.table-bordered{
    background-color: #fff;
    border: none;
}
.bg-white{
    background-color: #fff;
}
.search-btn{
    position: absolute;
    top: 18px;
    right: 6px;
    z-index: 2;
    display: block;
    border: none;
    background-color: transparent;
    cursor: pointer !important;
    pointer-events: all;
}
.search-box .fa {
    font-size: 20px;
}
.search-box .fa {
    right: 7px;
    top: 12px;
    cursor: pointer !important;
    pointer-events: all;
    color: #D9E0E2;
}
.search-box input.form-control, .search-box input.form-control::-webkit-input-placeholder {
    font-size: 18px;
}
.search-box input.form-control {
    max-width: 100%;
    width: 600px;
}

/* kv grid */
.kv-panel-after{
    text-align: right;
    border: none;
}
.grid-header th,.grid-header th a{
    /*color:#747474;*/
    color: darkgrey;
    font-size: 12px !important;
    font-family: montserrat-regular;
}

/* ======================== form css ============================== */
.form-group .help-block{
    position: relative;
    display: block;
}
.form-control-static + .help-block{
    position: absolute;
    padding-top: 15px;
}
.form-control, .form-group .form-control, body .form-box .body > .form-group > input, body .form-box .footer > .form-group > input
{   border: 1px solid #E3E3E3;
    background-image: none !important;
    padding: 10px 12px;
    border-radius: 5px;
    height: auto;
}
.select2-search input {
    padding: 9px 12px !important;
    height: auto !important;
}
.select2-selection {
    border: 1px solid #E3E3E3 !important;
}
.intl-tel-input {
    position: relative;
    display: block;
}
.form-group label.control-label{
    font-size: 12px;
    font-weight: bold;
    color: #434343;
    margin-bottom: 5px;
}
.form-group {
    margin-top: 5px;
}
.form-group .help-block {
    margin-top: 6px;
    font-size: 14px;
}
.btn1 {
    background-color: #fff !important;
    border: 1px solid #b1daf9;
    color: #94BDDC !important;
}
ul.pagination li.active a {
    background-color: #fff !important;
    color: #94BDDC !important;
    border-color: #b1daf9;
}
.addbtn, .inner-addbtn, .bottom-addbtn, .bottom-editbtn, form .btn {
    font-size: 18px;
}
.addbtn, .inner-addbtn, .bottom-addbtn {
    background-color: #4DA1FF !important;
    border: 1px solid #4DA1FF;
    color: #fff !important;
}
.addbtn, .inner-addbtn {
    right: 30px;
    position: absolute;
}
/*.addbtn{
    top: 12px;
}*/
.inner-addbtn{
    top: -32px;
}
.btn-blue{background-color: #4DA1FF !important;color:#fff !important; }
.padding-left{
    padding-left: 5px;
}
.search_div{
    border: 1px solid #b1daf9;
    margin-bottom: 12px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}
.max-width-60 {
    max-width: 60%;
}
a:hover, a:focus {
    color: #80c455;
}
.btn-lower{
    text-transform: none;
}
.form-control-feedback {
    opacity: 1.5;
}
.has-feedback {
    position: relative;
}

.page_title{
    font-size:24px;
    color:#80c455;
}
.bg_white{
    background-color: #fff;
}
.padding30{
    padding:30px;
}

.breadcrumb > li + li:before {
    color: #434343;
    content: "> ";
    padding: 0 5px;
}
.breadcrumb > li a{
    color:#434343 !important;
    font-weight: 700;
    text-decoration: underline;
    font-size: 18px !important;
}
.breadcrumb > li{
    font-size: 18px !important;
}
.faqdiv{margin-left:7px;font-weight: bold;}

/* =================  margin class ========================== */
.margin-right_20{
    margin-right: 20px;
}
.margin_top_12{
    margin-top:12px;
}
.margin_bottom_10{
    margin-bottom:10px;
}
.margin_bottom_20{
    margin-bottom:20px;
}
.margin_bottom_30{
    margin-bottom:30px;
}
.margin_bottom_50{
    margin-bottom:50px;
}
.margin_top_10{
    margin-top:10px;
}
.margin_top_20{
    margin-top:20px;
}
.margin_top_30{
    margin-top:30px;
}
.margin_top_40{
    margin-top:40px;
}
/* .hide-close{display: none;} */
.hide-close .close-div {display: none;}
#pModal .close{
    font-size: 24px !important;
    position: relative;
    z-index: 2;
}
.modal-dialog{max-width: 600px;}
.alert{
    position: fixed;
    z-index: 1031;
    bottom: 0px;
    left: 20px;

}
button.close{
    margin:5px;
}
.common_header .nav li a { padding-left: 0px; padding-right: 0px; margin-right: 30px; }
.common_header .nav li a:hover, .common_header .nav li.activeclass a {background: transparent;color: #65B339;}
.breadcrumb {padding:0px; margin-top: 0px; font-family: montserrat-light;}
.detail-view {background-color: #FFFFFF;padding-top: 30px;}
/*.detail-view {margin-top: -20px; }
.detail-view {background-color: #FFFFFF; padding-top: 60px; }*/
.footer {
    z-index: 10;
    position: relative;
    background-color: #FFF;
    text-align: center;
    font-size: 20px;
    padding: 30px;
    border-top: 1px solid #f1f1f1;
    margin-top: 20px;
}
.detail-view div.theme-color { margin-bottom: 20px; margin-top: 10px;}
.detail-view th, .detail-view td {border-top-width: 0px !important;}
.form-box-inner .footer{
    background-color: #4DA1FF !important;
}
a {text-decoration: underline;}
table th  a, a.btn, .common_header a, ul.nav li a ,.text-decoration-none a{text-decoration: none;}
ul.pagination li a, ul.pagination li span {margin-left: 2px; margin-right: 2px;}
th a.desc::after, th a.asc::after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    width: 32px;
    font-size: 14px;
    text-align: right;
    margin-left: 10px;
}
th a.asc::after { content: "\f102"; }
th a.desc::after {
    content: "\f103";
}
.modal-content .modal-header {padding: 15px;}
.search-box .form-group {margin-top: 0px;}
.required label::before { content:"* "; color: red;}
.form-horizontal {margin-top: 30px;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td ,.panel-default{
    border: none;
}
.loading-overlay { display: none; position: fixed; top: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.9);
    left: 50%;
    margin-left: -47px;
    padding: 3px 15px;
    margin-top: 10px;
    border-radius: 10px; }
.loading-overlay .loading-text, .demo-overlay {font-size: 14px; color: #ffffff;}
.demo-overlay {
    position: fixed;
    top: 7px;
    z-index: 9999;
    background-color: rgba(0,0,0,0.9);
    margin-left: -47px;
    margin-top: 10px;
    /* border-radius: 10px; */
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 18px;
    padding: 5px 40px;
}
.search_div {padding-top: 10px; padding-bottom: 20px;}
.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;

}
.arrow_box:after {
    border-bottom-color: #FFF;
    border-width: 14px;
    right: 22px;
}
.arrow_box:before {
    border-bottom-color: #b1daf9;
    border-width: 16px;
    right: 20px;
}
.btn-group {margin: 0px;}
.white {color: #FFF;}
.info-container-main {padding-top: 10px; padding-bottom: 10px;}
.info-container {font-size: 16px;}
.info-container i {font-size: 22px;}
.onload_hide {visibility: hidden;}
.input-group .input-group-addon { border-top: 1px solid #E3E3E3; border-bottom: 1px solid #E3E3E3; border-right: 1px solid #E3E3E3; margin-bottom: 7px;}
.search_div input.form-control {margin-bottom: 0px;}

/* login css */
.loginhead .navbar{
    min-height: 85px;
}
.color-gray{color:#999}
.form-box-inner{box-shadow: 3px 3px 14px 2px #ccc;}
.loginbtn{background-color: #4DA1FF;color:#fff;}
.blue-color{color:#4DA1FF;}
.red-color{color:#d64161;}
.green-color{color:#82b74b;}
.black{color: #434343;}
.broadcast,.broadcast:hover{background-color: #4DA1FF !important;color:#fff;float: right;
    right: 22%;}
#login-box > div.form-box-inner {border-radius: 20px;}
#page-wrapper {min-height: calc(100vh - 200px);}
#pModal h1 {
    margin-top: 0px;
    color: #80c455 !important;
    font-size: 30px;
    max-width: calc(100% - 30px);
    margin-top: -75px;
}
#pModal h1 + div > form {margin-top: 20px;}
#pModal form button[type="submit"] {float: right;}
i.fa {top: 0px !important;}
.heading_section li {list-style: none;}
/*
.btn-export { position: absolute; top: -35px; left: 325px;}
.btn-export {padding: 5px 10px !important;}*/
.btn-sm.btn-lower i.fa { font-size: 10px !important; margin-right: 5px;}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.overview > div > .bg-white{
    padding: 20px;
}
.filterdiv .form-group .form-control {margin-bottom:0px;}
.filterdiv .input-group .input-group-addon{padding: 0px 15px 0px;}

/*.multiple-delete{*/
/*margin-right: 15px;*/
/*}*/


.grid-merchant-delete-all{
    left:8.5%;
}

.grid-pay-all{
    right:1.5%;
}

.pay{
    left:24%;
}

.qrbg_image{
    background-image: url("../../custom/assets/images/qr_code_background.png?v=1");
    height: 204px;
    width: 325px;
    -webkit-box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.2);
    background-repeat: no-repeat;
}
.qrbg_image td {
    width: 48%;
    padding: 2%;
}
.qrmain_image, .qruser_image {
    width: auto;
    height: 120px;
    max-width: 120px;
}
.inner_qr_images td {
    padding-top: 25px;
}
.qrmain_image{
    border-radius: 10px;
    box-shadow: 1px 0px 4px 0px lightgrey;
}

.qruser_image{
    border-radius: 12px;
}
.inner_text td {
    height: 22px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.qruser_fname{
    font-family: montserrat-semiBold;
    font-size: 16px;
    height: 22px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.qruser_duserid{
    font-family: montserrat-semiBold;
    font-size: 10px;
}

.qr_code_download{
    padding-top: 2%;
    padding-left:1%;
}

.qr_code_regenerate{
    padding-top: 2%;
    padding-left: 2%;
}

.password {
    padding-left: 60%;
    color: yellowgreen;
    font-weight: bold;
    font-size: large;
    position: absolute;
    margin-top: 32px;
}

.regenerated_qr {
    color: yellowgreen;
    font-weight: bold;
    font-size: large;
}
#canvasdiv { display:  inline-block; }

.total_meal,.total_fund{
    color: yellowgreen;
    font-weight: bold;
}

.dashboard_tabs{
    padding-top: 30px;
}

li.zone_recipient,.zone_merchant,.zone_donor{
    list-style: none;
}

li.zone_recipient:before{
    content:'\2022 ';
    display: block;
    position: relative;
    max-height: 2px;
    right: 20px;
    color: dodgerblue;
    font-size: 37px;
}

li.zone_merchant:before{
    content:'\2022 ';
    display: block;
    position: relative;
    max-height: 2px;
    right: 20px;
    color: yellowgreen;
    font-size: 37px;
}

li.zone_donor:before{
    content:'\2022 ';
    display: block;
    position: relative;
    max-height: 2px;
    right: 20px;
    color: deeppink;
    font-size: 37px;
}

li.user_type_label{
    display: inline-block;
    padding-left: 30px;
}

/******* 5 column (start) *****/
.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4 {
    float: left;
}

.col-xs-5th-5 {
    float: left;
    width: 100%;
}

.col-xs-5th-4 {
    width: 80%;
}

.col-xs-5th-3 {
    width: 60%;
}

.col-xs-5th-2 {
    width: 40%;
}

.col-xs-5th-1 {
    width: 20%;
}

.col-xs-5th-pull-5 {
    right: 100%;
}

.col-xs-5th-pull-4 {
    right: 80%;
}

.col-xs-5th-pull-3 {
    right: 60%;
}

.col-xs-5th-pull-2 {
    right: 40%;
}

.col-xs-5th-pull-1 {
    right: 20%;
}

.col-xs-5th-pull-0 {
    right: auto;
}

.col-xs-5th-push-5 {
    left: 100%;
}

.col-xs-5th-push-4 {
    left: 80%;
}

.col-xs-5th-push-3 {
    left: 60%;
}

.col-xs-5th-push-2 {
    left: 40%;
}

.col-xs-5th-push-1 {
    left: 20%;
}

.col-xs-5th-push-0 {
    left: auto;
}

.col-xs-5th-offset-5 {
    margin-left: 100%;
}

.col-xs-5th-offset-4 {
    margin-left: 80%;
}

.col-xs-5th-offset-3 {
    margin-left: 60%;
}

.col-xs-5th-offset-2 {
    margin-left: 40%;
}

.col-xs-5th-offset-1 {
    margin-left: 20%;
}

.col-xs-5th-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4 {
        float: left;
    }

    .col-sm-5th-5 {
        float: left;
        width: 100%;
    }

    .col-sm-5th-4 {
        width: 80%;
    }

    .col-sm-5th-3 {
        width: 60%;
    }

    .col-sm-5th-2 {
        width: 40%;
    }

    .col-sm-5th-1 {
        width: 20%;
    }

    .col-sm-5th-pull-5 {
        right: 100%;
    }

    .col-sm-5th-pull-4 {
        right: 80%;
    }

    .col-sm-5th-pull-3 {
        right: 60%;
    }

    .col-sm-5th-pull-2 {
        right: 40%;
    }

    .col-sm-5th-pull-1 {
        right: 20%;
    }

    .col-sm-5th-pull-0 {
        right: auto;
    }

    .col-sm-5th-push-5 {
        left: 100%;
    }

    .col-sm-5th-push-4 {
        left: 80%;
    }

    .col-sm-5th-push-3 {
        left: 60%;
    }

    .col-sm-5th-push-2 {
        left: 40%;
    }

    .col-sm-5th-push-1 {
        left: 20%;
    }

    .col-sm-5th-push-0 {
        left: auto;
    }

    .col-sm-5th-offset-5 {
        margin-left: 100%;
    }

    .col-sm-5th-offset-4 {
        margin-left: 80%;
    }

    .col-sm-5th-offset-3 {
        margin-left: 60%;
    }

    .col-sm-5th-offset-2 {
        margin-left: 40%;
    }

    .col-sm-5th-offset-1 {
        margin-left: 20%;
    }

    .col-sm-5th-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 {
        float: left;
    }

    .col-md-5th-5 {
        float: left;
        width: 100%;
    }

    .col-md-5th-4 {
        width: 80%;
    }

    .col-md-5th-3 {
        width: 60%;
    }

    .col-md-5th-2 {
        width: 40%;
    }

    .col-md-5th-1 {
        width: 20%;
    }

    .col-md-5th-pull-5 {
        right: 100%;
    }

    .col-md-5th-pull-4 {
        right: 80%;
    }

    .col-md-5th-pull-3 {
        right: 60%;
    }

    .col-md-5th-pull-2 {
        right: 40%;
    }

    .col-md-5th-pull-1 {
        right: 20%;
    }

    .col-md-5th-pull-0 {
        right: auto;
    }

    .col-md-5th-push-5 {
        left: 100%;
    }

    .col-md-5th-push-4 {
        left: 80%;
    }

    .col-md-5th-push-3 {
        left: 60%;
    }

    .col-md-5th-push-2 {
        left: 40%;
    }

    .col-md-5th-push-1 {
        left: 20%;
    }

    .col-md-5th-push-0 {
        left: auto;
    }

    .col-md-5th-offset-5 {
        margin-left: 100%;
    }

    .col-md-5th-offset-4 {
        margin-left: 80%;
    }

    .col-md-5th-offset-3 {
        margin-left: 60%;
    }

    .col-md-5th-offset-2 {
        margin-left: 40%;
    }

    .col-md-5th-offset-1 {
        margin-left: 20%;
    }

    .col-md-5th-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4 {
        float: left;
    }

    .col-lg-5th-5 {
        float: left;
        width: 100%;
    }

    .col-lg-5th-4 {
        width: 80%;
    }

    .col-lg-5th-3 {
        width: 60%;
    }

    .col-lg-5th-2 {
        width: 40%;
    }

    .col-lg-5th-1 {
        width: 20%;
    }

    .col-lg-5th-pull-5 {
        right: 100%;
    }

    .col-lg-5th-pull-4 {
        right: 80%;
    }

    .col-lg-5th-pull-3 {
        right: 60%;
    }

    .col-lg-5th-pull-2 {
        right: 40%;
    }

    .col-lg-5th-pull-1 {
        right: 20%;
    }

    .col-lg-5th-pull-0 {
        right: auto;
    }

    .col-lg-5th-push-5 {
        left: 100%;
    }

    .col-lg-5th-push-4 {
        left: 80%;
    }

    .col-lg-5th-push-3 {
        left: 60%;
    }

    .col-lg-5th-push-2 {
        left: 40%;
    }

    .col-lg-5th-push-1 {
        left: 20%;
    }

    .col-lg-5th-push-0 {
        left: auto;
    }

    .col-lg-5th-offset-5 {
        margin-left: 100%;
    }

    .col-lg-5th-offset-4 {
        margin-left: 80%;
    }

    .col-lg-5th-offset-3 {
        margin-left: 60%;
    }

    .col-lg-5th-offset-2 {
        margin-left: 40%;
    }

    .col-lg-5th-offset-1 {
        margin-left: 20%;
    }

    .col-lg-5th-offset-0 {
        margin-left: 0%;
    }
}

/******* 5 column (end) *****/
.meal_numbers_zones .text-center {padding: 10px; border-radius: 5px;}
.meal_numbers_zones .text-center span, .meal_numbers_zones .text-center div {
    margin: 0 auto;
}
.meal_numbers_zones .text-center span { margin-bottom: 30px; margin-top: 30px;}
.meal_numbers_zones .zone_title { margin-top: 10px !important; }
.tab-pane br {display: none;}
/*.tabs_block { margin-top: -85px;}*/
.meal_numbers_block .tab-content {min-height: 232px;}
.meal_numbers_zones {margin-top: 20px;}
.display_none-i {display: none !important;}

.multiple-active{
    margin-right: 15px;
}


.grid-inactive-all{
    width:5px;
}

.merchant-grid-active-all{
    left: 120px;
}

.merchant-grid-inactive-all{
    width:5px;
    left: 110px;
}

.total_meal_block {margin-left: 50px; padding-bottom: 30px;}
.meal_chart, .fund_out {height: 400px;}
.dmr_view_graph {height: 250px;}
.dmr_view_graph svg.highcharts-root {
    padding-top: 10px;
    padding-bottom: 5px;
}
.dmr_view_graph .highcharts-container { margin: 0 auto;}
.tabs-above .nav-tabs > li > a {font-size: 14px;}
.color-dark-gray{
    color: #233539;
}
.sidebar {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 1), 0 0px 0px 3px rgba(9, 30, 5, 0.07), 0 0px 0px 0px rgba(44, 0, 12, 1);
    z-index: 0;
}

.sidebar .logo{
    position: static;
}

.sidebar .nav{
    padding-left: 10px;
}

.sidebar .nav > li {
    /*padding-bottom:5px;*/
}

.sidebar .nav > li > a > p,p:hover{
    color: darkgrey;
}

.title-bgcolor{
    background-color: #FBFBFB;
}

.select-all-chk{
    text-align: right;
}

.select-all-label{
    padding-left: 15px;
    color: black;
}

.organization-grid-select-all{
    right: 587px;
}
.faq-serial-column,.faq-action-column{
    vertical-align: top !important;
    /*font-family: montserrat;*/
}

i.fa-plus{right: 5px;}
i.fa-remove,i.fa-save{right: 10px;}
.btn-danger{background-color: #E36969 !important;}
.btn-success{background-color:#7FD08F !important;}
.btn-logout,.btn-logout:hover{background-color:#4DA1FF; !important;}
.title-bgcolor > h1{
    font-family: montserrat-light;

}

.dmr_view .title_block .text { color: #FFF; position: absolute; top: 11px; font-size: 14px; width: 100%; text-align: center; }
.dmr_view .title_block .title_bg{ width: 40px; height: 40px; background-color: #E3E3E3; border-radius: 50%; }
.meal_numbers_block .mini-stat-icon { font-size: 20px;}
svg text { font-family: montserrat-light; }
.file-input {    position: relative !important;
    min-height: 160px;}
.input-group.file-caption-main {
    position:  absolute;
    top: 0px; width: 140px;
}
.file-preview {
    top: 50px;
    border-radius: 50% !important;
    width: 100px !important;
    height: 100px;
    background-color: #f3f3f3;
    display: block !important; ;
}
.file-drop-zone-title { padding: 0px;}
.file-drop-zone {    height: auto;
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;

}
.file-drop-zone-title,.file-caption-icon, .file-footer-caption, .file-thumbnail-footer,
.input-group-btn.input-group-append .fileinput-remove-button
{ display: none !important;}
.file-caption {border: none !important;}
.file-caption-name, .upload_logo .fa {color: #4DA1FF;}
.upload_logo .fa { padding-top: 10px;}
.upload_logo .fa:hover { cursor: pointer;}
.upload_logo.btn {padding: 0px;
    background: none;
    box-shadow: none;}
.file-caption-name, .file-caption {     padding-right: 0px !important;
    padding-left: 0px !important;
    font-family: montserrat-semiBold;}
.file-preview-frame {
    box-shadow: none !important;
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
    width: 100px;
    height: 100px;
}
.kv-file-content, .file-preview-image {
    width: 100px !important;
    height: 100px !important;
    margin-left: -6px;
    margin-top: -5px;
    border-radius: 50%;
}
.bootstrap-switch {width: 113px !important; }
.pay-merchant-text{font-family: montserrat-light;color:#80c455;font-size: 30px;padding-left: 60px;padding-top: 25px;}
.pay-merchant-amount{font-family: montserrat-light;color:#80c455;font-size: 30px;padding-left: 40%;}
.pay-merchant-img{padding-top: 60px; padding-left: 42%;}
.pay-merchant-detail{padding-top: 60px;padding-bottom: 45px;}
.pay-merchant-table{width: 60%;font-size: 14px;border-collapse: separate;border-spacing: 15px 2em;}
.pay-merchant-table th{font-family: montserrat-semiBold}
.pay-merchant-table td{font-family: montserrat-light}
.pay-merchant-btn{margin-right: 32%;width: 33%;}
.panel-footer {    background-color: inherit;
    border-top: 0px;}
.select-all-block {   margin-bottom: 10px;}
.select-all-label, .cursor_pointer, .fa-angle-down {cursor: pointer;}
.date-picker {max-width: 200px;}
.font-montserrat-light{font-family: montserrat-light;}
.font-montserrat-semibold{font-family:montserrat-semiBold !Important}
.font-montserrat-normal{font-family:montserrat-normal}
.kv-page-summary-container {border: none !important;}
.kv-table-footer {border: none;}
.kv-page-summary-container {border: none;}
.kv-page-summary {border: none;font-weight: normal;}
.kv-page-summary td {background-color: #FFFFFF !important;}
.navbar-collapse .info-container {margin-right: 60px;}
.nav > li > a:hover {background-color: inherit;}
.nav > li > a:hover p { color: #80c455; }
.nav > li > a:focus { outline: none; background-color: inherit !important;}
.kv-grid-table.table > tbody > tr > th, .table > tbody > tr > td {
    padding: 5px 8px;
}
.fl_capital{text-transform: capitalize;}
.color_darkgrey{color: darkgrey;}

.admin-panel-changes{margin-top: 40px;margin-bottom: -35px;}

.organization-result-text{font-family: montserrat-light;color:#80c455;font-size: 28px;padding-top: 25px;}
.organization-result-detail{padding-bottom: 45px;}
.organization-result-table{width: 60%;font-size: 14px;border-collapse: separate;border-spacing: 15px 2em;}
.organization-result th{font-family: montserrat-semiBold}
.organization-result td{font-family: montserrat-light}
.font-theme-color{
    color: #80c455;
}
.organization-result-button{
    background-color: #4DA1FF !important;
    border: 1px solid #4DA1FF;
    color: #fff !important;
    position: relative;
    display: block;
    margin-right: -25px;
    margin-top: 25px;
    width: 40%;
    float: right;
    left: 30px;
    font-size: 18px;
}

.organization-result-text > span {
    position: relative;
    display: block;
    padding-top: 12px;
}

.organization-result-img{
    position: relative;
    display: block;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 25px;
}

.organization-result-caption{
    border-bottom: dashed 1px lightgrey;
    width: 135%;
}

.margin-left_20{
    margin-left: 20px !important;
}

.meal_quota_type_limited{
    margin-bottom: -5px !important;
    position: relative;
    display: block;
}

.meal_quota_touchspin{
    position: inherit;
    margin-left: 20px;
    margin-top: -20px;
    width: 100%;
}
.margin-right_30{
    margin-right: 30px;
}

.meal_quota_touchspin_btnup,.meal_quota_touchspin_btnup:hover{
    background-color: #FFFFFF;
    box-shadow: 1px 1px 5px -1px rgba(133,128,133,0.51);
}

.meal_quota_touchspin_btndown,.meal_quota_touchspin_btndown:hover{
    background-color: #FFFFFF;
    box-shadow: -1px 1px 5px -1px rgba(133,128,133,0.51)
}

.meal_quota_touchspin_icon{
    color: #999999;
}

.meal-quota-separator{
    font-size: 18px;
    text-align: center;
    display: block;
}

.meal_quota_touchspin .input-group-btn .btn{
    color: inherit;
    background-color: inherit;
}
.meal_quota_touchspin_btn{
    padding: inherit !important;
}
.border-none{
    border: none !important;
}

.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #4DA1FF;
    border-color: #4DA1FF;
}
.checkbox label::before{
    width: 20px;
    height: 20px;
}
.checkbox label::after {
    margin-left: -20px;
    padding-top: 3px;
}

.meal-quota-limited-len{
    width:60%;
}
.meal_quota_limit .checkbox-circle label::before, .meal_quota_limit  .checkbox-circle label::after, .margin_top { margin-top: 17px;}
.bootstrap-touchspin .input-group-btn {padding: 0px;}
.bootstrap-touchspin .input-group-btn button {border: 1px solid #E3E3E3; box-shadow: none;}
.bootstrap-touchspin .input-group-btn:last-child > .btn {margin-left: -2px;}
.meal_quota_touchspin_btndown i {
    padding: 5px 0px 0px 0px;
    margin: 0px -7px 0px -7px;
}
.meal_quota_touchspin_btnup i {
    padding: 7px 0px 0px 0px;
    margin: 0px -7px 1px -4px;
}
.inline-block { display:  inline-block; float: left;}
.bootstrap-touchspin { max-width: 300px;}
.spin_box {margin-left: 20px; margin-right: 20px;}
.checkbox label {padding-left: 10px;}

.theme-light-yellow-color{
    background-color:#FDFCFA;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.padding-inherit{
    padding-left: inherit;
}

.dmr-indication-list{
    /*content:"•";*/
    font-size:30px;
    /*padding-right:5px;*/
}

.margin-left_30{
    margin-left: 30px !important;
}

.theme-color-green{
    color: #65B339;
}
.clearfix {clear: both;}

.theme-color-black{
    color: #474f58;
}

.font-size-18{
    font-size: 18px;
}

.detail-view th{
    font-family:montserrat-semiBold !Important;
}

.heading-add-button{
    position: inherit;
    padding-bottom: 32px;
}

.dmr-indication{
    display:inline-block;
}

.dmr-indication-user{
    padding-right: 5px;
    position: relative;
    top: -4px;
    left: -12px;
}
.news-master-index table > tbody > tr > td{
    padding: 20px 8px;
}

.news-master-index {
    width: 39%;
    margin: 5px;
}
.news-master-detail {
    width: 59%;
    margin: 5px;
}
.meal_quota_touchspin_input{
    padding: 10px 0px 10px !important;
}

.main-nav{
    height:60px;
}
.navbar-header .navbar-toggle {
    margin: 0px 15px 10px 0;
    width: 40px;
    height: 40px;
}

.highcharts-title{
    /*-webkit-position: absolute !important;
    -webkit-white-space: nowrap !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-before: 0px !important;
    -webkit-end: 133px !important;
    -webkit-top: 50px !important;*/
    /*-webkit-appearance: inherit;*/
    /*margin-top: -70px !important;
    -webkit-margin-end: -70px !important;
    -webkit-margin-before: -70px !important;*/
}

.padding-right-13{
    padding-right: 13px;
}
fieldset {
    border: 1px solid #e1e1e1;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
legend {
    /*text-align: right;*/
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.badge{
    margin-bottom: 15px;
    margin-left: 2px;
    background-color:#F04D7A;
    padding: 3px 8px 5px 7px;
}

.display_none{
    display: none;
}

.feedback_notification{
    position: absolute;
}
input, textarea, button {
    outline: none;
}

.bootstrap-touchspin .input-group-btn {
    position: relative;
}

.radio label span {
    display: table-cell;
    position: absolute;
    left: 0px;
    top: 0px;
    transition-duration: 0s;
}

.quota_option_label{
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
}

.radio label .circle,.radio label .check {
    top: 12px;
}

.meal_quota_unlimited{
    /*position: absolute;*/
    top: 5px;
    font-size: 18px;
    margin-left: 10px;
}

.radio input[type=radio]:checked ~ .check {
    background-color: #4DA1FF;
    border-color: #4DA1FF;
}

.radio input[type=radio]:checked ~ .circle {
    border-color: #4DA1FF;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #474f58;
}

.fa-angle-down:before {
    float: right;
    padding-left: 8px;
}


.regular-radio {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    border-radius: 50px;
    display: inline-block;
    position: relative;
    padding: 12px !important;
}

.regular-radio:checked:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #4DA1FF;
    /*box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);*/
    text-shadow: 0px;
    left: 3px;
    font-size: 32px;
}

.regular-radio:checked {
    color: #4DA1FF;
}

.regular-radio:active, .regular-radio:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big-radio:checked:after {
    width: 16px;
    height: 16px;
    left: 4px;
    top: 4px;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
}

.meal_quota_value {
    width: 110px;
}
.form-control-static input, .form-control-static span {
    float: left !important;
    margin-left: 15px; margin-right: 15px;
}
.quota_option_label { margin-left: 20px; margin-right: 20px;}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;

}
.list-cell__meal_quota > div { display: inline-block; }
.js-input-plus {
    background-color: #7FD08F !important;
}
.field-organizationmaster-photo .fileinput-remove { display: none; }
/* ======================= theme custom css {end} ==============================*/