body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background: #eaeaea;
}

::-webkit-scrollbar {
    display: none;
}

.marg-md-top {
    margin-top: 10px;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

input[type="radio"], input[type="checkbox"] {
    vertical-align: middle;
    margin: -3px 3px 0;
}

.line-truncate {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lite-padding [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
}

.lite-padding [class*="row"] {
    margin-right: -6px;
    margin-left: -6px;
}

.btn {
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-theme {
    color: #fff;
    background-color: #ff7d13;
    border-color: #ec7310;
    text-transform: uppercase;
}

    .btn-theme:hover {
        color: #fff;
        border-radius: 6px;
    }

.min-height {
    min-height: 550px;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.clndr, .map-mark, .clock {
    position: relative;
}

    .clndr:after, .map-mark:after, .clock:after {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 20px;
        color: #5a5a5a;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin-top: 12px;
        width: 25px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .clndr:after {
        content: "\f073";
    }

    .map-mark:after {
        content: "\f041";
    }

    .clock:after {
        content: "\f017";
    }

    .clndr .form-control, .map-mark .form-control, .clock .form-control {
        padding-right: 25px !important;
    }

    .clndr:hover:after, .map-mark:hover:after, .clock:hover:after {
        font-size: 14px;
        margin-top: 14px;
        opacity: 0.4;
    }


/*=====================Stars rate===============*/
/********************************/
/*       Stars       */
/********************************/
.StaRate {
    height: 11px;
    width: 60px;
    margin-left: 5px;
    display: inline-block;
    background: url(../Images/common/stars.png) no-repeat;
}

.Star-0 {
    background-position: 0 0;
}

.Star-1 {
    background-position: 0 -12px;
}

.Star-2 {
    background-position: 0 -24px;
}

.Star-3 {
    background-position: 0 -35px;
}

.Star-4 {
    background-position: 0 -47px;
}

.Star-5 {
    background-position: 0 -58px;
}

/*star end*/

/* GAP */

.gap {
    display: block;
    position: relative;
    margin: 30px 0 30px 0;
    clear: both;
}

    .gap:after {
        clear: both;
        content: '';
        display: table;
    }

.gap-small {
    margin: 15px 0 15px 0;
}

.gap-mini {
    margin: 10px 0 10px 0;
}

.gap-big {
    margin: 60px 0 60px 0;
}

.gap-large {
    margin: 90px 0 90px 0;
}

.gap-top {
    margin-bottom: 0 !important;
}

.gap-bottom {
    margin-top: 0 !important;
}

.gap-border {
    border: 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #fff;
}

.error {
    color: #ff0000;
    font-weight: normal;
    font-size: 11px;
}

.statusMain {
    position: fixed;
    z-index: 101;
    top: 5px;
    left: 0;
}

.statusMsg {
    padding: 5px 20px;
    color: #ffffff;
    border-radius: 0px 25px 25px 0px;
}

    .statusMsg.success {
        background: -webkit-gradient(linear, left top, left bottom, from(#BFE5B0), to(#A0CB8F));
        background: -moz-linear-gradient(top, #BFE5B0, #A0CB8F);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFE5B0', endColorstr='#A0CB8F');
    }

    .statusMsg.error {
        background: -webkit-gradient(linear, left top, left bottom, from(#FF9191), to(#FD0000));
        background: -moz-linear-gradient(top, #FF9191, #FD0000);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9191', endColorstr='#FD0000');
    }

.bottom-pay-strip {
    padding-top: 10px;
    padding-bottom: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border: none;
    border-top: 2px solid #228ac7;
    background: #fff;
    margin-bottom: 15px;
}

.grid .table {
    border: 1px solid #ccc;
}

.grid table tr th {
    background: #F5F5F5;
    color: #333333;
}

.grid table tr th, .grid table tr td {
    text-align: center;
}

.grid table td:nth-last-child(1) {
}

    .grid table td:nth-last-child(1) > ul > li > a, .grid table td:nth-last-child(1) > a {
        color: #CECECE;
    }

        .grid table td:nth-last-child(1) > ul > li > a:hover {
            color: #659AC8;
        }

.no_result {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: 104px;
    left: 0;
    text-align: center;
    padding-top: 100px;
    z-index: 1001;
    background: #fff url(../Images/common/errormsg.png) no-repeat center 40%;
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.8;
    filter: alpha(opacity=30);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.l-btn {
    background-image: url(../Images/loadwave.gif);
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 9px 34px;
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}

.recharge-status .fa {
    font-size: 210px;
    opacity: 0.3;
    color: #b9b9b9;
    background: #ccc;
    height: 250px;
    width: 250px;
    line-height: 250px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.my-div {
    margin-top: 20px;
    min-height: 359px;
}

.page-disable {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 2000;
    opacity: 0.9;
}

    .page-disable h1 {
        text-align: center;
        text-transform: uppercase;
        margin-top: 20%;
    }

        .page-disable h1 span {
            background: #f3593f;
            color: #fff;
            padding: 10px;
        }

.no-scrole {
    overflow: hidden !important;
}
