#ajaxLoad
{
	display: none;
	width: 100%;
	background: rgba(242,243,244, 0.5);
	position:fixed !important;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: 1100;
}

#ajaxLoad img
{
	position: fixed;
	top: 50%;  /*edit these values to give you*/
	left: 50%; /*the positioning you're looking for.*/
	margin-top: -50px;
	margin-left: -50px;
	width: 128px;
	height: 128px;
	z-index: 1101;
}

.largepadding{padding: 20px;}

.vlargepadding{padding: 100px;}

tr {height: 40px;}

tr.editing{background-color: #f1f1f1; box-shadow: 10px 10px 5px #888888;}

.edit-col{width: 90px;}

.chosen-container-single .chosen-single {height: 27px; font-size: 14px;}

.has-error .control-label{color:#df100c;}
		
.has-error .form-control{border-color: #df100c;}
		
.has-error .form-control:focus 
{
	border-color: #df100c;/*#843534;*/
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #df100c;/*#ce8483;*/
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #df100c;/*#ce8483;*/
}

#page-wrapper{min-height: 600px;}

i.green{color: #5cb85c;}

i.red{color: #d2322d;}

.printername
{
	text-align: center;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-style: italic;
}

.couriername
{
	text-align: center;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-style: italic;
}


.circlecontainer
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 70px;
}

.arrowcontainer
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 40px;
}

.tscontainer
{
	text-align: left;
	font-size: 12px;
    padding: 0px 0px 0px 15px;
}


.circle
{
	max-width: 70px;
	max-height: 70px;
	display: block;
	margin: 0 auto;
}

.circle-lg
{
	max-width: 90px;
	max-height: 90px;
	display: block;
	margin: -12px auto 5px auto;
}


.rpsg-logo
{
	/*max-height: 42px;*/
	max-width: 180px;
	margin: 10px 0px 0px 20px;
}

.header
{
	margin: 10px 0px 10px 10px;
}

.cesc-logo
{
	max-height: 42px;
	max-width: 104px;
	margin: 10px 20px 0px 0px;
}

.block
{
	display: block;
}

.logo-top-left
{
	position: fixed;
	top: 0px;
	left: 0px;
}

.logo-top-right
{
	position: fixed;
	top: 0px;
	right: 0px;
}

#paging1
{
	/*margin: 50px;*/
}
#filterForm:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.old-ie-warning
{
	text-align: center;
	font-size: 16px;
}


/*----------- sidebar shortening width ------------- */
@media (min-width: 768px){
	.navbar-static-side {width: 200px;}
}

@media (min-width: 768px){ 
	#page-wrapper { margin: 0 0 0 200px; } 
}

@media print { 
	#page-wrapper { margin: 0; } 
}

/*----------- sidebar shortening width ------------- */
.alert-default {
	background-color: #fafafa; 
    border-color: #ccc;
    color: #888;
    
}

.alert-btn-disabled{
	text-align: center;
    font-size: 14px;
    cursor: default;
	padding: 6px;
	margin-bottom: 0px;
}

.btn-outline{background: #fff;}


.page-header {
    padding-bottom: 8px;
    margin: 20px 0 10px;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}