/*
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 : 11 Sep, 2016, 10:19:05 AM
    Author     : vikas
*/


/******************************** by VT ******************/
html,body{

    overflow-x: hidden !important;
}
/*.modal-body{
    max-height: 600px !important;
    overflow-y: auto;
}*/


.form-errors{
    color: #f00 !important;
    
}
form .error{
color: #f00 !important;
}
.btn{
    margin-bottom: 5px!important;
}
.control-label em{
    color: #f00 !important;
    font-weight: bold;
}

td.fc-day {
    border:1px #e6e7e8 solid !important;
    border-collapse: collapse !important;
}

.fc-event-container a:hover,.fc-event-container a:visited{
    text-decoration: none;
    color: #fff;
    
}

td.ui-datepicker-current-day a{
    background: #b3b3ff !important;
    color: #fff !important;
}



.case_side_menu{
    list-style: none;
}
.case_side_menu li{
    padding: 2px;
    border-bottom: 1px grey dotted;
}
.case_side_menu li.active{
    border-radius:5px;
    background:#1B222C;
    border: none;
}
.case_side_menu li.active a{
    color:#fff;
}


@media print {
   table tr, table td, table th {
        border-top: #000 dotted 1px;
        border-bottom: #000 dotted 1px;
        border-left: #000 dotted 1px;
        border-right: #000 dotted 1px;
        padding:5px;
    }
}
/******************************** end by VT ********************/
