.overlay {
    display: none;
    background: url(../img/page-overlay.png);
    position: fixed;
    z-index: 2000 !important;
    width: 100%;
    height: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
    left: 0;
    top: 0;
}
.centered {
    margin: 0 auto;
    width: 800px;
}
.info,
.success,
.warning,
.error,
.validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 5px 10px 5px 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    //	background-image:url('success.png');
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
}
.msg {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
#login-box {
    width: 300px;
    padding: 20px;
    margin: 50px auto;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #000;
}
#login-box.error {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    //background-image: url('error.png');
}
table.centered td {
    text-align: center;
    vertical-align: middle;
    width: auto;
    white-space: nowrap;
    margin: 0;
}



.ui-jqgrid .ui-jqgrid-pager {
    height: 40px !important;
}
td#pager_center {
    width: 350px!important;
}
.ui-jqgrid .ui-pg-input {height: 20px !important;}
.ui-jqgrid tr.jqgrow td {
    font-size:14px ;
    font-weight: inherit !important;
    word-wrap: break-word ; 
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{font-size: 14px !important;}


#tabs-centre .ui-tabs-nav { 
    height: 2.35em; 
    text-align: center; 
} 
#tabs-centre .ui-tabs-nav li { 
    display: inline-block; 
    float: none; 
    top: 0px; 
    margin: 0em; 
}
.ui-widget-header {
	border: 1px solid #add8e6 !important;
	background: #a7cce5 !important;
	//color: #add8e6 !important;
	font-weight: bold;
	
}
.ui-jqgrid ,.ui-jqgrid-hbox{
padding-right:inherit!important;
}

#pager_left,#supc_pager_left{width:inherit!important;}
.ui-jqgrid,.ui-jqgrid-view,.ui-jqgrid, .ui-jqgrid-pager,.ui-jqgrid-htable,.ui-state-default,.ui-jqgrid-hdiv,.ui-jqgrid-bdiv,.ui-jqgrid-btable{
	width:100% !important;
}
.navbar-text {
            margin-left: 30%;
            font-weight: 900;
            font-size: 18px;
        }
input[type=file] {
display: compact!important;
}
