
/*=============================================================
    Authour URI: www.binarycart.com
    Version: 1.1
    License: MIT
    
    http://opensource.org/licenses/MIT

    100% To use For Personal And Commercial Use.
   
    ========================================================  */
/*==============================================
    GENERAL  STYLES    
    =============================================*/
body {
    font-family: 'Open Sans', sans-serif;
}

#wrapper {
    width: 100%;
    background: #202020;
}

#message {
    /*margin-top:-50px;*/
    float: right;
}

#page-wrapper {
    padding: 15px 15px;
    min-height: 600px;
    background: #F3F3F3;
}

#page-inner {
    width: 100%;
    margin: 10px 20px 10px 0px;
    background-color: #fff !important;
    padding: 10px;
    min-height: 600px;
    border-radius: 5px;
}

.text-center {
    text-align: center;
}

.no-boder {
    border: 1px solid #f3f3f3;
}

h2 {
    color: #f00;
}

h4 {
    padding-top: 10px;
}

.square-btn-adjust {
    border: 0px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

p {
    font-size: 16px;
    line-height: 25px;
    padding-top: 20px;
}
/*==============================================
   DASHBOARD STYLES    
    =============================================*/
.panel-back {
    background-color: #e2e2e2;
}

.noti-box {
    min-height: 100px;
    padding: 20px;
}

#onload {
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #f00;
    background-image: url(/img/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    opacity: 0.6;
    z-index: 9999;
}

.noti-box .icon-box {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 70px;
    height: 70px;
    line-height: 75px;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
}

.text-box p {
    margin: 0 0 3px;
}

.main-text {
    font-size: 20px;
    font-weight: 600;
}

.set-icon {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.bg-color-green {
    background-color: #00CE6F;
    color: #fff;
}

.bg-color-blue {
    background-color: #A95DF0;
    color: #fff;
}

.bg-color-orange {
    background-color: orange;
    color: #fff;
}

.bg-color-sea {
    background-color: #4CB1CF;
    color: #fff;
}

.bg-color-darkgray {
    background-color: darkgray;
    color: #fff;
}

.bg-color-red {
    background-color: #DB0630;
    color: #fff;
}

.bg-color-brown {
    background-color: #B94A00;
    color: #fff;
}


.icon-box-right {
    display: block;
    float: right;
    margin: 0 15px 10px 0;
    width: 70px;
    height: 70px;
    line-height: 75px;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
}

.main-temp-back {
    background: #8702A8;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

    .main-temp-back .text-temp {
        font-size: 40px;
    }

.back-dash {
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #2EA7EB;
    color: #fff;
}

    .back-dash p {
        padding-top: 16px;
        font-size: 13px;
        color: #fff;
        line-height: 25px;
        text-align: justify;
    }

.back-footer-green {
    background-color: #009B50;
    border-top: 0px solid #fff;
}

.back-footer-red {
    background-color: #AF0000;
    border-top: 0px solid #fff;
}

.color-bottom-txt {
    color: #000;
    font-size: 16px;
    line-height: 30px;
}
/*CHAT PANEL*/
.chat-panel .panel-body {
    height: 450px;
    overflow-y: scroll;
}

.chat-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat-box li {
        margin-bottom: 15px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #808080;
    }

        .chat-box li.left .chat-body {
            margin-left: 90px;
        }

        .chat-box li .chat-body p {
            margin: 0;
            color: #8d8888;
        }

.chat-img > img {
    margin-left: 20px;
}

/*==============================================
    MENU STYLES    
    =============================================*/


.user-image {
    margin: 0px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-height: 110px;
}

/*.navbar-cls-top .navbar-brand {
    color: #fff;
    background: #C90000;
    width: 210px;
    text-align: center;
    height: 60px;
    font-size: 30px;
    font-weight: 700;
    padding: 15px 5px;
}*/

.active-menu {
    background-color: #C90000 !important;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.panel-title > a:hover {
    border: none;
    text-decoration: none;
}

.panel-title .collapsed {
    background: url(/img/plus.png) no-repeat left;
    padding-left: 23px;
    border: none;
}

.panel-title > a {
    text-decoration: none;
    border: none;
    padding-left: 23px;
    background: url(/img/minus.png) no-repeat left;
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

    .nav-second-level li a {
        padding-left: 37px;
    }

    .nav-third-level li a {
        padding-left: 55px;
    }

.sidebar-collapse, .sidebar-collapse .nav {
    background: none;
}

    .sidebar-collapse .nav {
        padding: 0;
    }

        .sidebar-collapse .nav > li > a {
            color: #fff;
            background: #202020;
            text-shadow: none;
        }

    .sidebar-collapse > .nav > li > a {
        padding: 15px 10px;
    }

    .sidebar-collapse > .nav > li {
        border-bottom: 1px solid rgba(107, 108, 109, 0.19);
    }

    .sidebar-collapse .nav > li > a:hover,
    .sidebar-collapse .nav > li > a:focus {
        background: #0A0A0A;
        outline: 0;
    }

.nav-second-level > li > a:before,
.nav-third-level > li > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    width: 15px;
    height: 1px;
    background: #ff0000;
    top: 20px;
}

.nav-second-level > li > a:after,
.nav-third-level > li > a:after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    width: 1px;
    height: 100%;
    background: #ff0000;
    top: 0px;
    z-index: 10;
}

.nav-second-level > li:last-child > a:after,
.nav-third-level > li:last-child > a:after {
    height: 50%;
}

.nav-third-level > li > a:after,
.nav-third-level > li > a:before {
    left: 40px;
}

.navbar-side {
    border: none;
    background-color: #202020;
}

.navbar-cls-top {
    background: #4D4D4D;
    border-bottom: none;
}

    .navbar-cls-top .navbar-brand:hover {
        background: #C90000;
        color: #fff;
    }

.navbar-default {
    border: 0px solid black;
}

.navbar-header {
    background: #A70303;
    padding-left:10px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #B40101;
}


    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

.nav > li > a > i {
    margin-right: 10px;
}
/*==============================================
    UI ELEMENTS STYLES     
    =============================================*/
.btn-circle {
    width: 50px;
    height: 50px;
    padding: 6px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

/*==============================================
    MEDIA QUERIES     
    =============================================*/

@media (min-width:768px) {
    /*#page-wrapper {
        margin: 0 0 0 210px;
        padding: 5px 10px;
        min-height: 580px;
        position: relative;
    }*/


    .navbar-side {
        z-index: 1;
        position: absolute;
        max-width: 280px;
    }

    .navbar {
        border-radius: 0px;
    }
}

.GridPager a, .GridPager span {
    display: block;
    padding: 2px 5px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}

.form-group > ul {
    width: auto !important;
}

    .form-group > ul > li {
        white-space: nowrap;
        padding: 2px;
    }

.callout {
    padding: 4px 20px;
    margin-top: -40px;
    float: right;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}


*.callout:empty {
    padding: 20px;
    margin: 0px;
    border: none;
}


.callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.callout p:last-child {
    margin-bottom: 0;
    padding: 0;
}

.callout code {
    border-radius: 3px;
}

.callout + .callout {
    margin-top: -5px;
}

.callout-default {
    border-left-color: #777;
}

    .callout-default h4 {
        color: #777;
    }

.callout-primary {
    border-left-color: #428bca;
}

    .callout-primary h4 {
        color: #428bca;
    }

.callout-success {
    border-left-color: #5cb85c;
    background: #deffc7;
}

    .callout-success h4 {
        color: #5cb85c;
    }

.callout-danger {
    border-left-color: #d9534f;
}

    .callout-danger h4 {
        color: #d9534f;
    }

.callout-warning {
    border-left-color: #f0ad4e;
}

    .callout-warning h4 {
        color: #f0ad4e;
    }

.callout-info {
    border-left-color: #5bc0de;
}

    .callout-info h4 {
        color: #5bc0de;
    }

.cst_login_page_sign_up {
    width: 100%;
    margin: 0 auto;
    display: flex;
    background: url(../img/free-background-images-login1.jpg) no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
}

.cst_login_page, .cst_login_page_sign_up {
    width: 70%;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 8px rgb(99, 41, 128);
    border-radius: 5px;
}

.right_login {
    width: 40%;
    /*padding: 220px 50px 50px;*/
    color: #fff;
}

.left_login {
    width: 60%;
}

.right_login h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.right_login p {
    color: #fff;
}

a.signup_cst_login {
    display: inline-block;
    background: transparent;
    color: #fff;
    margin-top: 25px;
    padding: 9px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid;
    text-align: center;
}

a.signup_cst_login {
    padding: 15px 40px;
}

.login_box {
    background: #fff;
    /*padding: 100px 0px 50px;*/
    /* background: url(../images/g-bg-cst.png) no-repeat; */
    background-size: cover;
}

.left_login h3 {
    color: #631d5d;
    font-weight: 600;
}

.social_login_icon {
    margin: 20px 0 20px;
}

div, ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.social_login_icon ul li {
    display: inline-block;
    color: #393e41;
}

    .social_login_icon ul li i {
        font-size: 18px;
        background: white;
        color: #717171;
        border: 1px solid #e4e4e4;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        margin-right: 10px;
        box-shadow: 0px 0px 90px rgba(111, 111, 111, 0.95);
    }

.right_login p {
    margin: 0px;
    padding: 0px;
    color: #393e41;
    font-size: 15px;
    line-height: 1.65;
}

.login_box form {
    width: 420px;
    margin: 20px auto 0;
}

    .login_box form .email, .login_box form .password, .login_box form .name {
        position: relative;
    }

.cst_mail_icon_position {
    position: absolute;
    z-index: 99;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.cst_login_page, .cst_login_page_sign_up {
    width: 100%;
    margin: 0 auto;
    display: flex;
    background: url(../img/free-background-images-login1.jpg) no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
}

.left_login {
    width: 60%;
}

.right_login {
    width: 40%;
}

.social_login_icon ul li {
    display: inline-block;
}

.left_login h3 {
    color: #631d5d;
    font-weight: 600;
}

.social_login_icon ul li i {
    font-size: 18px;
    background: transparent;
    color: #4e4e4e;
    border: 1px solid #d2d2d2;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}


.social_login_icon {
    margin: 20px 0 20px;
}

input.login_input_cst {
    border: 1px solid #e2e2e2;
    background: #e8e8e8;
    padding: 10px 40px;
    display: block;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.login_box form {
    width: 420px;
    margin: 20px auto 0;
}

    .login_box form .email, .login_box form .password, .login_box form .name {
        position: relative;
    }

/*input.login_input_cst:focus{
    outline: 1px solid #f8c300;
    border-radius: 5px;
}
*/


.cst_mail_icon_position {
    position: absolute;
    z-index: 99;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}


.cst_mail_icon_password {
    position: absolute;
    z-index: 99;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

p.cst_forget strong {
    text-decoration: underline;
}

a.sign_cst_login {
    display: inline-block;
    background: #631d5d;
    color: #fff;
    margin-top: 25px;
    padding: 9px 40px;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.right_login {
    width: 40%;
    /*padding: 220px 50px 50px;*/
    color: #fff;
}

    .right_login h4 {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .right_login p {
        color: #fff;
    }

a.signup_cst_login {
    display: inline-block;
    background: transparent;
    color: #fff;
    margin-top: 25px;
    padding: 9px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid;
    text-align: center;
}

.cst_login_page, .cst_login_page_sign_up {
    width: 70%;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 8px rgb(99, 41, 128);
    border-radius: 5px;
}

input.login_input_cst {
    border: 1px solid #f1f6f5;
    background: #f1f6f5;
    padding: 15px 40px;
    display: block;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.social_login_icon ul li i {
    font-size: 18px;
    background: transparent;
    color: #717171;
    border: 1px solid #f1f6f5;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.64);
    margin-right: 10px;
}

p.cst_forget strong {
    text-decoration: underline;
    color: #565656;
}



input.login_input_cst {
    border: 1px solid #f1f6f5;
    background: #f1f6f5;
    padding: 15px 40px;
    display: block;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    font-size: 17px;
    /*text-transform: uppercase;*/
}

.left_login img {
    max-width: 260px;
    display: block;
    text-align: center;
    margin: 0 auto 20px;
}

input.login_input_cst {
    border: 1px solid #f7fffd;
    background: #ffffff;
    padding: 15px 40px;
    display: block;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    font-size: 17px;
    /* text-transform: uppercase; */
    box-shadow: 0px 0px 60px rgba(206, 206, 206, 0.75);
}

.social_login_icon ul li i {
    font-size: 18px;
    background: transparent;
    color: #717171;
    border: 1px solid #e4e4e4;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0px 0px 60px rgba(206, 206, 206, 0.75);
}

input.login_input_cst {
    border: 1px solid #f7fffd;
    background: #ffffff;
    padding: 15px 50px;
    display: block;
    border-radius: 50px;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    font-size: 17px;
    /* text-transform: uppercase; */
    box-shadow: 0px 0px 60px rgba(206, 206, 206, 0.75);
}

.sign_cst_login {
    border: none;
    display: inline-block;
    background: #631d5d;
    color: #fff;
    margin-top: 25px;
    padding: 15px 40px;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0px 0px 10px rgb(99, 29, 93);
}

a.signup_cst_login {
    padding: 15px 40px;
}

.left_login h3 {
    color: #631d5d;
    font-weight: 600;
    margin-top: 0;
}

input.login_input_cst:focus {
    outline: none;
}

.social_login_icon ul li i {
    font-size: 18px;
    background: white;
    color: #717171;
    border: 1px solid #e4e4e4;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0px 0px 90px rgba(111, 111, 111, 0.95);
}

    .social_login_icon ul li i:hover {
        background: #631d5d;
        color: #fff;
    }
/*body {
    background: url(../img/free-background-images-login.jpg) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}*/
.cst_login_page_sign_up {
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.login_box {
    padding: 40px 0;
    border-radius: 0 5px 5px 0;
}

.right_login {
    padding: 0 25px;
}

.left_login h3 {
    font-size: 28px;
}

@media only screen and (max-width:767px) {
    #menu_imguser {
        display: none;
    }
    /*#main-menu li:first-child{display:none;}*/

    .cst_login_page_sign_up {
        flex-direction: column;
        width: 100%;
        margin: 0 0px !important;
    }

    .cst_login_page, .cst_login_page_sign_up {
        position: static !important;
        transform: translate(0%, 0%) !important;
    }

    .right_login {
        width: 100% !important;
    }

    .left_login {
        width: 100% !important;
    }
    /*.cst_login_page_sign_up {
        height: 100vh !important;
    }*/
    .login_box {
        padding: 40px 25px;
        margin: 25px 0 0;
    }

    .right_login {
        width: 100%;
        height: 35vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .login_box {
        height: 70vh;
    }

        .login_box form {
            width: 100%;
            margin: 20px auto;
            max-width: 100%;
        }
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #142bdd;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #142bdd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #142bdd;
        }

.cl {
    z-index: 0 !important;
}
.form-control.ab {
    z-index: 0;
}