.min-h300{min-height:300px;}
.font-11{font-size: 11px !important;font-weight: bold;}
.font-18{font-size: 18px !important;}
.padd-bottom-10{padding-bottom:10px;}
.padd-top-10{padding-top:10px;}
.padd-10{padding:10px;}

.btn-print{cursor: pointer;}
@media print {
	  a[href]:after {
	    content: none !important;
	  }
}

#recap{cursor: pointer;}
.red{color:#d70000;}
/***
UI Loading
***/
.modal-open .web-header{
	width:auto;
	    right: 17px;
}
.loading-message {
  display: inline-block;
  min-width: 125px;
  padding: 10px;
  margin: 0 auto;
  color: #000 !important;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

.loading-message span {
  line-height:20px;
  vertical-align: middle;
}

.loading-message.loading-message-boxed {
   
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);  
}

.page-loading {
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 7px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    background: #921f22;
    border-radius: 4px;
    border: 2px solid #e7f1ff;
    vertical-align: middle;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); 
    z-index: 99999;
}

.page-loading span {
  line-height:20px;
  vertical-align: middle;
}
/*table for head-office*/
.top-table,.top-table th,.top-table td{
	border: 2px solid #2777d8;
}
.top-th-bod {
    background-color: #4b8df8;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.th-bod {
    background-color: #EAFAE8;
    color: #DB1A00;
    font-weight: bold;
    text-align: center;
}
/* hr tag style*/
hr.style1,hr.style2,hr.style3,hr.style4,hr.style5,hr.style6,hr.style7,hr.style8,hr.style9,hr.style10{
	margin-top: 8px;
    margin-bottom: 8px;
}

hr.style1{
	border-top: 1px solid #8c8b8b;
}


hr.style2 {
	border-top: 3px double #8c8b8b;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
}

hr.style4 {
	border-top: 1px dotted #8c8b8b;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}


hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

hr.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

hr.style10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}

.help-block,.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442 !important;
}

.help-block {
    margin-top: 1px;
    margin-bottom: 5px;
    font-size: 13px;
}

.error {
    color: #e03c30;
    font-size: 11px;
}
/************Custom Breadcrumbs**********/
.bc {
  padding: 1px 4px;
  margin-bottom: 2px;
  list-style: none;
  border-radius: 4px;
}
.bc > li {
  display: inline-block;
}
.bc > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.bc > .active {
  color: #555;
}
.cst-printer{
	font-size:20px;
}
/***********************Welcome modal popup****************************/
#welcomeModal .modal-content,.cstmModal .modal-content{
	border-radius:0px !important;
}

#welcomeModal .modal-header,.cstmModal .modal-header{
	background-color: #448AFF;
	color:#FFF;
}

#welcomeModal .modal-header .close,.cstmModal .modal-header .close{
	color:#FFF;
	opacity:1;
}

.cstmModal .form-group label{
	font-weight: normal !important;
}

.hide{
    display:none !important;
}
.show{
    display:block !important;
}
.modal-open{
	padding-right: 0px!important;
	overflow: auto;
}
.errorcode {
    font-size: 100px;
    color: #f35a29;
}