﻿.hide{
display:none;
}
.field-validation-error {
    color:red;
}
.validation-summary-errors {
    color:red;
}
.message-success {
    color: green;
}

.message-failure {
    color: red;
}
.form-horizontal input[type="checkbox"]{margin-right: 7px;}
input[type="checkbox"]{margin-right: 7px;}
.RadioButton { border:0px solid red;width:120px;float:left; }
input[type="radio"]  
{
       width: 30px;  
       float:left; 
}
#gridContent th {
    vertical-align:top;
}
.alignright {
    text-align:right !important;
}

.EmpImage {
    height:96px;
    width:124px;
}

.leave-glance-table {
    overflow:auto;
    width:100%;
}
.aligncenter { text-align:center; }
.mediumtext { font-size: medium; }
