.errorAlert
{
	color:#ef0202;
}
.successAlert
{
	color:#00c887;
}

.widthcontrol  {
	width:300px;	
}

a 
{
	text-decoration:none !important;
	cursor:pointer;
}

.complete
{
	color:green;
}

.inComplete
{
	color:red;
}

/* .widthcontrol textarea { */
	/* resize:none; */
/* } */




.alertBox{position:fixed; display:none; width:50%; height:auto; color:#FFF; top:15%; left:25%; z-index:999; background:#000; font-size:11px; border-radius:8px }
.alertBox h2{float:left; width:100%;padding:10px 1%; background:#CCC; color:#000; font-size:120%; border-radius:5px}
.alertBox h2 b{float:left; text-transform:uppercase}
.alertBox h2 i{float:right; font-style:normal; cursor:pointer}
.alertBox span{width:50%;  float:left; margin:10% 25%; color:#FFF; text-align:center}
.alertBox .alertButtons{float:right}
.alertBox .alertButtons a,
.alertBox .alertButtons i{float:left; text-align:center; padding:5px 10px; margin:10px 5px; min-width:70px; cursor:pointer;
 background:#31b0d5; font-style:normal; font-weight:bold; border-radius:5px; text-transform:uppercase}
.alertBox .alertButtons a{background:#ef553a; color:#FFF}

.boqTopTable
{
	background-color:Gray;
}

.boqTopTableTh
{
	text-align:center;
	font-size:15px;
	color:#FFFFFF !important;
}
.boqWorkTable
{
	background-color:Silver;
}

.boqWorkTableTh
{
	color:#FFFFFF !important;
}

.boqRevisedBlue
{
	background-color:#dafff8 !important;
}

.boqCancel
{
	background-color:#ffdada !important;
}

.boqRevised
{
	background-color:#f0ad4e !important;
}

.boqRevisedApprove
{
	background-color:#02FE98 !important;
}
