/*
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 : Jun 27, 2016, 2:11:12 AM
    Author     : Halkawt
*/

.back_headerMiddle{
    background-image: url("./logo_new.jpg");
    // background-color: red;
    background-image: url("../logo_new.jpg");
}
.header_top{
    background-color: #eee;
}
.tab_head{
    font-size: 12pt;
    font-weight: bold;
    background-color:#eee;
    border-top-left-radius: 25px;    
    border-bottom-left-radius: 25px;    

}

/* CSS used here will be applied after bootstrap.css */
/*
@media (max-width: 480px) {
        .table > tbody > tr td {
                display: inline-block;
        width: 100%
        }
    .table > tbody > tr td input {
                width: 100%
        }
}*/
.Daily_p{
    text-align:left;
    color:#006;
    font-family: 'Times New Roman';
    border-bottom: 3px solid #006;
    padding:5px;
    border-radius: 10px;
}
.daily_visitors{
    border: 4px solid #eee;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;

}
.history{
    padding: 5px;
    color: #006;
    border-bottom: 2px solid red;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
.visit{
    text-align: left;
    padding: 11px;
    color: #006;
    border-bottom: 2px solid red;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #FAFAFA;
}
.treatment,.diagnose,.surgeries{
    padding: 11px;
    color: #006;
    border-bottom: 2px solid orange;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #FAFAFA;
    text-align: left;
}
fieldset.scheduler-border {
    border: 4px solid #eee !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 15pt !important;
    text-align: left !important;
    font-family:'Times new roman';
    width:auto;
    padding:0 10px;
    border-bottom:none;
    color: orangered;
}
.Statistic{
        text-align: left;
    padding: 11px;
    color: #006;
    border-bottom: 2px solid red;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #FAFAFA;
}