/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}

img, input[type="radio"],input[type="checkbox"]{
	cursor:pointer;
}
.cursor-pointer{
	cursor:pointer;
}

.dataTable tbody .center{
	text-align:center;
}

.dataTable tbody .right{
	text-align:right;
}

.textbox { 
	border: 1px solid #ebebeb; 
	outline:0; 
	height:25px;
	font-size: 12px;
	color: #555555;
}

.combo_no_border { 
	border: 1px solid #ebebeb; 
	outline:0; 
	height:25px;
	font-size: 12px;
	color: #555555;
}

.form-horizontal .control-label-left {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: left;
}

#wm-background{
	padding-top: 50px;
    position:absolute;
    z-index:100;
    background:white;
    display:block;
    min-height:0%; 
    min-width:100%;
    color:yellow;
	opacity:0.5;
}

#wm-bg-text
{
    color:lightgrey;
    font-size:120px;
    transform:rotate(300deg);
    -webkit-transform:rotate(300deg);
	opacity:0.5;
	margin: 0 0 0px;
}