@charset "utf-8";
/* CSS Document */
.hidepdf{
	display:block;
}
.showpdf{
	display:block;
}
.logo{margin-top:-5px}
@media (max-width: 767px) {
.logo{margin-top:-10px}
}
#loginform{
	margin:100px auto 0 auto;
	width: 380px;
}
textarea{
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;  
}
.multibox{height:300px !important}
.jobpreview{text-align: left}
.jobpreview h5{margin-bottom: 12px}
.pgrefresh{margin-top: -70px}
.excelbtn{background:url(images/excel_btn.png) left no-repeat; padding:0 height:40px;border: none}
.excelbtn span{background:url(images/excel_btn_bg.png) right no-repeat; padding-right:10px; padding-left: 6px; margin-left: 30px; height:40px; line-height: 40px; text-decoration:none; color:#FFF; font-weight:bold;display: block}
.empdiv{padding: 10px 0}
.siglogo{text-align: center;margin-bottom: 10px}
ul#replegend{list-style: none;width:100%;max-width:1310px;height:48px;margin: 0 auto 10px auto;padding:0}
ul#replegend li{float:left;font-size: 0.7em;text-align: center;padding: 5px 10px}
.stackedbtns button{margin-bottom: 4px}
iframe{width:100%; overflow-x: hidden; overflow-y: auto; border: none}
.updf .ajax-file-upload {
	font-size: 12px;
	padding: 0;
	line-height:32px;
	height:32px;
	width:32px;
	margin:0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: none;
  box-shadow: none; 
  padding: 0; 
  color: #fff;
  background: #fff url(images/nopdf-image.gif) no-repeat;
  border: none;
  }
  
.updf .ajax-file-upload:hover {
   background: #fff url(images/nopdf-image.gif) no-repeat;
  -moz-box-shadow: 0;
  -webkit-box-shadow: none;
  box-shadow: none; 
}
#page{padding-top: 20px}
#datatable{font-size: .9em}
#report_container{display:block;min-height: 100%}
#resultTable{position:relative;overflow:auto;height:600px;font-size: .82em}
.floathead > thead > tr > th {font-size: .85em}
#spinnerbg{position: absolute;top:69px;left:0;right:0;bottom:0;background: #fff; display: none}
#subspinner{width:100%;height:100%;background: #fff;display: block}
#spinner{font-size: 40px;height:60px;width:60px;position: absolute;top:50%;left:50%;margin-top: -30px;margin-left: -30px;text-align: center}
ul.sigmalist li{
  padding-left: 15px;
  background-image: url(/images/arrow_dot.gif);
  line-height: 25px;
  list-style: none;
  background-repeat: no-repeat;
  background-position: left center;
}
.help-block.text-danger {
  color: #a94442;
}
.modal-wide {
  width: 90%;
}
.sigwell{
  background: #ffc000;
}
.sigicon{
  display: inline-block;
  width: 1em;
  height: 1em;
  background: yellow;
  margin-right: .5em;
  line-height: 1em;
  text-align: center;
}
.sigicon .fa{font-size: .75em;margin:}
legend.sig {border-bottom: 2px solid #ffae00;padding-bottom: 4px;text-transform: uppercase;font-weight: bold}
.modal-title{text-transform: uppercase}