/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 23, 2017, 6:10:45 PM
    Author     : chandrashekar
*/

.page-header .page-header-top .page-logo .logo-default {
    margin: 8.5px 0 0;
}

/*.login {
    background-color: #364150!important
}*/

/*.login .logo {
    margin: 60px auto 0;
    padding: 15px;
    text-align: center
}*/

.login .content {
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    width: 360px;
    margin: 30px auto 10px;
    padding: 10px 30px 30px;
    overflow: hidden;
    position: relative
}

.login-box .logo {
    text-align: center;
    margin-top: 40px; 
}

.login .content h3 {
    color: #000;
    text-align: left;
    font-size: 22px;
}

.bg-gray{background-color: #364150!important;}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;   
}

.login .content h4 {
    color: #555
}

.login .content .hint {
    color: #999;
    padding: 0;
    margin: 15px 0 7px
}

.login .content .forget-form,.login .content .login-form {
    padding: 0;
    margin: 0
}

.login .content .form-control {
    height: 34px;
    border-left: 2px solid #3a9c95;
}

.login .content .form-control:active,.login .content .form-control:focus {
    /*border: 1px solid #c3ccda*/
}

.login .content .form-control::-moz-placeholder {
    color: #8290a3;
    opacity: 1
}

.login .content .form-control:-ms-input-placeholder {
    color: #8290a3
}

.login .content .form-control::-webkit-input-placeholder {
    color: #8290a3
}

.login .content select.form-control {
    padding-left: 9px;
    padding-right: 9px
}

.login .content .forget-form,.login .content .register-form {
    display: none
}

.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px
}

.login .content .form-actions {
    clear: both;
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 25px 30px;
    margin-left: -30px;
    margin-right: -30px
}

.login .content .form-actions>.btn {
    margin-top: -2px
}

.login-options {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden
}

.login-options h4 {
    float: left;
    font-weight: 600;
    font-size: 15px;
    color: #7d91aa!important
}

.login-options .social-icons {
    float: right;
    padding-top: 3px
}

.login-options .social-icons li a {
    border-radius: 15px!important;
    -moz-border-radius: 15px!important;
    -webkit-border-radius: 15px!important
}

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0;
    margin-top: 8px;
    display: inline-block;
}

.login-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    background-color: #364150!important;
}

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.login .content .form-actions .btn {
    margin-top: 1px;
    font-weight: 600;
    padding: 7px 14px!important;
}

.login .content .form-actions .btn-default {
    font-weight: 600;
    padding: 10px 25px!important;
    color: #6c7a8d;
    background-color: #fff;
    border: none
}

.login .content .form-actions .btn-default:hover {
    background-color: #fafaff;
    color: #45b6af
}

.login .content .forget-password {
    font-size: 14px;
    float: right;
    display: inline-block;
    margin-top: 10px
}

.login .content .check {
    color: #8290a3
}

.login .content .rememberme {
    margin-left: 8px
}

.login .content .create-account {
    margin: 0 -40px -30px;
    padding: 15px 0 17px;
    text-align: center;
    background-color: #6c7a8d;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px
}

.has-error .form-control {    
    border-color: #e73d4a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-left: 2px solid #e73d4a !important;
}

.login-box .logo a {
    background: white;
    width: 120px;
    padding: 20px 8px 36px 8px;
    border-radius: 2px !important;
}

.table thead tr th {
    font-weight: bold;
    text-align: center;
}
.table tbody tr td {    
    text-align: center;
}

a.order-link {
    display: block;
    margin-bottom: 5px;
}

@media only screen and (max-width: 500px) {

    .portlet.light .portlet-body {        
        overflow: scroll;
    }

    .modal-dialog{width: 96% !important}
}

.metismenu {}
.metismenu li{}
ul.level_one {
    padding: 6px;
}
ul.level_one li{
    padding: 6px;
    border-bottom: 1px solid #cfd7dd;
}
ul.level_one li:last-child{    
    border-bottom: none;
}
ul.level_one li a {
    padding: 8px;
    font-size: 16px;
    color: #666!important;
    text-decoration: none;
}
ul.level_one li a i{
    float: right;

}
ul.level_two {
    padding: 5px 20px;
    list-style: none;
}
ul.level_two li{
    padding: 6px;
    border-bottom: none;
}
ul.level_two li a{  
    color: #666!important;
    padding: 6px;
}
ul.level_two li a i{
    float: right;
}

.control-label {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px !important;
}

.cal {
    width: 100%; 
}



.cal table{width: 58%;    margin: 30px 0px;}
.cal table thead tr {
    background: white;
    border-top: 2px solid #eff3f8;
    border-left: 2px solid #eff3f8;
    border-right: 2px solid #eff3f8;
}
.cal table thead tr th {
    padding: 10px 18px;
    text-align: center;
    /*width: 90px;*/
    text-align: right;
}
.cal table thead tr th button {
    padding: 8px 10px 4px 0px;
}
.cal table thead tr th button i {
    font-size: 20px;

}
.cal table tbody tr td.green {
    background: #55dca4 !important;
    color: white;
    font-weight: bold;
}
.cal table tbody tr td {
    position: relative;
    padding: 15px 27px;
    background: white;
    border-top: 2px solid #eff3f8;
    border-left: 2px solid #eff3f8;
    min-height: 60px;
    cursor: pointer;
    text-align: center;
}
.cal table tbody tr td:last-child {    border-right: 2px solid #eff3f8;;}

.cal table tbody tr td:hover {
    border-left: 2px solid #cfe89c;
    border-top: 2px solid #cfe89c;
    border-bottom: 2px solid #cfe89c;
    border-right: 2px solid #cfe89c;
}
.cal-heading{border-bottom: 2px solid #eff3f8;
             padding: 10px;
             text-align: center;
             font-weight: bold;}

.cal table tbody tr:last-child {border-bottom: 2px solid #eff3f8;}

@media only screen and (max-width: 500px) {
    .cal {
        width: 100%;
        overflow: scroll;
    }
    .cal table tbody tr td{
        padding: 20px 13px;
    }
    .cal table thead tr th {
        padding: 10px 0px;   
    }
}

.slot-table {
    width: 100%;
    float: left;    
    padding: 0;
    list-style: none;
}

.slot-table li {
    border: 2px solid #e4e4e4;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-left: 15px;
}

.slot-table li:hover,.slot-table li.active {
    border: 2px solid #8ade4a !important;  
}

.gray {background: #ddd !important;cursor: default !important;}

li.booked {
    background: #ffb4b4;
    border-top: 2px solid #ff8989 !important;
    border-bottom: 2px solid #ff8989;
    border-left: 2px solid #ff8989!important;
    border-right: 2px solid #ff8989;
}
span.booked-item {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ff8375;
    padding: 0px 3px;
    color: white;
    font-size: 12px;    
}

.slot-table tbody tr td:last-child {border-right: 2px solid #e4e4e4}
.slot-table tbody tr:last-child {border-bottom: 2px solid #e4e4e4}

@media print
{
    .hide-print,.page-header-menu,#tab1,#tab2,.button-previous,.button-next,.button-submit{display:none;}
    #tab3{display:block;}
    .set-print-width{width:50%;float:left;height: 40px}
    .col-md-9,.col-md-3{float:left}
    .col-md-9{margin-top:-7px}

}

.permission_list li.active {background: red;}


.OFFLINE{}
.ONLINE i.fa.fa-circle {
    color: green !important;
    font-size: 16px;
}