body{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    min-height: 100%;
}
nav{
    border-bottom: 3px solid #4facd3;
    height: 94px;
}
.logo{
    margin: 0px 0px 0px 15px;
    float: left;
}
.center-logo{
    margin: 0px 0px 0px 15px;
    text-align: center;
}
.center-logo a img{
    width: 139px;
    height: 79px;
    margin-top: 12px;
}
.logo a img{
    width: 139px;
    height: 79px;
    margin-top: 12px;
}
nav ul.navigation{
    float: right;
    display: table;
    padding: 0px;
    margin: 51px 10px 0px 0px;
}
nav ul.navigation li{
    display: table-cell;
}
nav ul.navigation li ul.dropdown-list{
    display: none;
    position: absolute;
    margin-top: 0px;
    width: 200px;
    padding: 0px;
    z-index: 2;
    border-top: 3px solid #4facd3;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15));
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
}
nav ul.navigation li ul.dropdown-list li{
    display: block;
    border-bottom: 1px solid #4facd3;
}
nav ul.navigation li ul.dropdown-list li:last-child{
    border-bottom: 0px;
}
nav ul.navigation li ul.dropdown-list li a{
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0);
    color: #0099cb;
}
nav ul.navigation li a{
    display: block;
    padding: 10px 15px 10px 15px;
    margin-right: 5px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: 500;
    color: #fff;
    background-color: #0099cb;
}
nav ul.navigation li a:hover, nav ul.navigation li a:active{
    text-decoration: none;
    color: #4facd3;
    background-color: #e1e1e1;
}
nav ul.navigation li.active a{
    text-decoration: none;
    color: #4facd3;
    background-color: #e1e1e1;
}
ul.custom-pagination{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
ul.custom-pagination li{
    display: inline;
}
ul.custom-pagination li:first-child>a{
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
ul.custom-pagination li:last-child>a{
    margin-left: 0;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
ul.custom-pagination li a{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #959595;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
ul.custom-pagination li a:hover, ul.custom-pagination li a:focus{
    color: #fff;
    background-color: #4facd3;
    border-color: #4facd3;
}
.custom-pagination-outer{
    text-align: center;
}
.grid-rowbg{
    background-color: #b4e3f169 !important;
}
.table-holder{
    margin: 20px 0px 0px 0px;
}
.table-holder a.cerate-button{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 10px 0px;
    width: 223px;
    text-align: center;
    border-radius: 4px;
    display: block;
    margin: 0px 0px 20px 0px;
}
.table-holder a.cerate-button:hover, .table-holder a.cerate-button:focus{
    background-color: #51a351;
    border-color: #51a351;
    text-decoration: none;
}
.form-control{
    box-shadow: none;
    -webkit-appearance: none;
}
select.form-control{
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-outer{
    margin: 20px 0px 0px 0px;
}
.form-outer label{
    color: #959595;
    margin: 0px 0px 10px 0px;
}
.form-outer .form-control{
    margin: 0px 0px 10px 0px;
}
.form-outer .form-control[readonly]{
    background-color: #fff;
}
.form-outer .button-center{
    text-align: center;
}
.form-outer .button-center button{
    background-color: #4facd3;
    border-color: #4facd3;
    padding: 10px 60px;
}
.form-outer .button-center button:hover, .form-outer .button-center button:focus{
    background-color: #4593b3;
    border-color: #4593b3;
    padding: 10px 60px;
}

/* slide */

.nstSlider .bar {
    background: #0099cc;
    top: 1px;
}

.nstSlider .leftGrip, .nstSlider .rightGrip {
    top: -5px;
    box-shadow: 0px 0px 1px #333;
}

.nstSlider {
    width: 100%;
    height: 10px;
    background: #e1e1e1;
}

.price-value {
    margin-bottom: 10px;
}

.price-value input {
    background-color: transparent;
    border: none;
    width: 20px;
}

#price {
    margin: 0px 0px 15px 0px;
}

label.required:after {
    content: '*';
    color: #ea3232;
    margin: 0px 4px;
    font-size: 14px;
    line-height: 18px;
}
button.navbar-toggle{
    background-color: #4facd3;
    margin: 12px 15px 12px 0px;
}
button.navbar-toggle span{
    background-color: #fff;
}

.table-responsive{
    border: none;
}
.log-in-outer{
    background-color: #f1f8fb;
    width: 500px;
    padding: 25px 39px;
    margin: 100px auto;
}
.log-in-outer h3{
    color: #959595;
    margin: 0px 0px 15px 0px;
    text-align: center;
}
.log-in-outer input{
    height: 60px;
    margin: 0px 0px 15px 0px;
    padding: 5px 15px 0px 15px;
    font-size: 18px;
    border-bottom: 3px solid #4facd3;
}
.log-in-outer button.login{
    display: block;
    padding: 17px;
    width: 100%;
    border: none;
    text-align: center;
    background-color: #4facd3;
    color: #fff;
    font-size: 18px;
}
.log-in-outer button.login:hover, .log-in-outer button.login:focus{
    text-decoration: none;
}
.popup-outer{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.42);
}
.popup-outer2{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.42);
}
.popup-outer2 a.popup2-close{
    float: right;
    font-size: 18px;
    color: #000;
    margin: 10px;
    line-height: 0px;
}
.popup-inner{
    background-color: #fff;
    border-top: 4px solid #4facd3;
    width: 600px;
    margin: 100px auto;
}
.form-outer form.category-form{
    padding: 0px 20px 20px 20px;
}
.popup-outer .popup-inner h3{
    padding: 15px 0px 0px 0px;
    color: #959595;
    margin: 0px;
    text-align: center;
}
.popup-outer2 .popup-inner h3{
    padding: 15px 0px 0px 0px;
    color: #959595;
    margin: 0px;
    text-align: center;
}
.popup-outer .popup-inner h4{
    text-align: right;
    margin: 0px;
    padding: 15px 20px 0px 20px;
}
popup-outer2 .popup-inner h4{
    text-align: right;
    margin: 0px;
    padding: 15px 20px 0px 20px;
}
.popup-outer .popup-inner h4 a{
    color: #000;
}
.popup-outer2 .popup-inner h4 a{
    color: #000;
}

.popup-success-msg-outer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.65);
}

.popup-success-msg-inner {
    width: 600px;
    padding: 10px;
    margin: 300px auto;
    background-color: #fff;
    box-shadow: 1px 1px 10px 0px #3c980d;
    border-radius: 20px;
    border: 2px solid #3c980d;
    color: #3c980d;
    font-size: 16px;
    font-weight: 600;
}

.popup-success-msg-inner img {
    width: 35px;
}

.popup-success-msg-outer {
    padding: 0px 10px;
}

input[type=submit].submit-btn{
    background-color: #4593b3;
    border-color: #4593b3;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 4px;
    padding: 10px 60px;
}
.panel{
    margin: 20px 0px 20px 0px;
    box-shadow: none;
}
.panel-body{
    border-right: 1px solid #ecebeb;
    border-left: 1px solid #ecebeb;
    border-bottom: 3px solid #ecebeb;
}
.panel-body h3.main-head{
    margin: 20px 0px;
    color: #959595;
}
.panel-heading{
    background-color: #4facd3;
}
.panel-heading .dash-head-text{
    float: left;
    color: #fff;
    font-size: 16px;
}
.panel-heading select#dropdown_type{
    border: none;
    padding: 0px 5px;
    border-radius: 4px;
    margin: 0px 0px 0px 15px;
}
.panel-heading input#config-demo{
    float: right;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 0px 30px;
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
.top-boxs .login{
    background-color: #92bbcf;
}
.top-boxs .wishlist{
    background-color: #abd579;
}
.top-boxs .user{
    background-color: #64c1e8;
}
.top-boxs .click{
    background-color: #d0a9da;
}

.top-boxs .dashboard-box{
    color: #fff;
    padding: 10px;
    height: 146px;
    text-align: center;
    position: relative;
}
.top-boxs .dashboard-box i{
    font-size: 90px;
    opacity: 0.3;
}
.top-boxs .dashboard-box h3{
    text-align: center;
    margin: 15px 0px;
    position: absolute;
    left: 45%;
    bottom: 0;
}
.top-boxs .dashboard-box p{
    font-size: 15px;
    margin: 15px 0px;
}
footer{
    background-color: #333;
    color: #d8d8d8;
    text-align: center;
    padding: 20px 0px;
    bottom: 0;
}
footer .footer-nav a{
    margin: 0px 5px;
    color: #d8d8d8;
}
footer .footer-nav a:hover, footer .footer-nav a:focus{
    text-decoration: none;
}
#chart1{
    height: 300px;
}
.ct-golden-section:before{
    float: none !important;
}
.min-height{
    min-height: 680px;
}

table.table thead a{
    color: #333;
}
table.table thead a:hover{
    text-decoration: none;
}
a.view-btn{
    margin-right: 4px;
}
table.new-table{
    width: 100%;
}
table.new-table thead tr th{
    background-color: #f5f5f5;
}
table.new-table tr td{
    border: 1px solid #ddd;
}
table.new-table tbody tr{
    background-color: #fff;
}
table.new-table th{
    border: 1px solid #ddd;
}
.form-outer .help-block{
    color: #e61313;
    font-size: 12px;
    text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .logo{
        width: 100%;
        float: none;
        text-align: center;
        margin: 0px;
    }
    button.navbar-toggle{
        position: absolute;
        right: 0px;
        margin: 0px 15px 0px 0px;
        top: 30px;
    }
    table{
        width: 598px !important;
        overflow-x: scroll;
    }
    nav ul.navigation{
        display: none;
        padding: 0px;
        position: absolute;
        background-color: #fff;
        width: 100%;
        margin: 3px 0px 0px 0px;
        z-index: 9;
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        float: none;
    }
    nav ul.navigation li{
        margin: 0px;
        display: block;
    }
    nav ul.navigation li a:hover, nav ul.navigation li a:active{
        background-color: transparent;
    }
    nav ul.navigation li ul.dropdown-list{
        background-color: transparent;
        padding: 0px 0px 0px 40px;
        border: none;
        position: relative;
        width: 100%;
    }
    nav ul.navigation li ul.dropdown-list li{
        border: none;
    }
    nav ul.navigation li ul.dropdown-list li a{
        color: #959595;
        font-weight: 500;
    }
    nav ul.navigation li a{
        padding: 15px 15px;
        display: block;
        font-weight: 600;
        color: #959595;
        border-radius: 0;
        margin: 0px;
        background-color: transparent;
    }
    nav ul.navigation li.active a{
        text-decoration: none;
        color: #4facd3;
        background-color: transparent;
    }
    .table-responsive{
        overflow-x: scroll;
        border: none;
    }
    .log-in-outer{
        width: 100%;
        padding: 25px 30px;
    }
    .log-in-mob{
        padding: 0px 15px;
    }
    .top-boxs .dashboard-box p{
        font-size: 13px;
    }
    .top-boxs .dashboard-box{
        margin-bottom: 20px;
    }
    .top-boxs .dashboard-box i{
        font-size: 78px;
    }




}
ul.non-aff-list{
    padding: 0px;
    margin: 20px 0px 0px 0px;
    list-style-type: none;
}
/* 14-9-2018 */
#giftdetails-gender label{
    margin-right: 10px;
}
.mrg-20{
    margin: 20px 0px;
}
.label-imported{
    color: #fff !important;
    text-decoration: none;
    background-color: #13aef5;
    padding: 6px;
    border-radius: 4px;
}
.label-pending{
    color: #fff !important;
    text-decoration: none;
    background-color: #e65944b5;
    padding: 6px;
    border-radius: 4px;
}


/*------10-12-18------*/

@media only screen and (min-width: 320px) and (max-width: 767px){
 .top-boxs .dashboard-box{text-align: center;}

    .top-boxs .dashboard-box{
        height: 112px;
}

}

.log_table{
    width: 100%;
    border: 1px solid #ccc;
    font-size: small;
}
.logresult{
    overflow: scroll;
    height: 500px;
}
.white{
    color: white;
}
.log_table tr:nth-child(even) {background-color:#e4ebefb5;}

.custom-popup{
    padding: 10px 20px;
}

.custom-popup table th, .custom-popup table td{
    border:0px !important;
}

.label-expired {
    color: #fff !important;
    text-decoration: none;
    background-color: #f51b13;
    padding: 6px;
    border-radius: 4px;
}

.feed-grid table tr td:nth-child(3) {
    word-break: break-all;
}

.feed-grid table tr td:last-child {
    min-width: 256px;
    display: flex;
    justify-content: space-around;
}