/* FONT */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td, select, input, password, textarea, option
{
	font-family: "roboto_condensedregular" , "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Lucida Grande", Arial, Tahoma, sans-serif;
}

textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	padding: 1px;
	margin: 1px;
	color: #000;
	font-weight: normal;
}

input, password {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	height: 28px;
	padding: 1px;
	margin: 1px;
	color: #000;
	font-weight: normal;
}

select {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	height: 28px;
	margin: 1px;
	color: #000;
	font-weight: normal;
}

body, table, tbody, tr, td, th, a, div, span, center, form, label, fieldset {
	font-size: 14px;
}

a.defaultlink:link {
	color: #0000ff;
	font-weight: normal;
}

a.defaultlink:visited {
	color: #0000ff;
	font-weight: normal;
}

a.defaultlink:hover {
	color: #0000ff;
	font-weight: normal;
	text-decoration: underline;
}

a.defaultlinksmall:link {
	color: #0000ff;
	font-weight: normal;
	font-size: 12px;
}

a.defaultlinksmall:visited {
	color: #0000ff;
	font-weight: normal;
	font-size: 12px;
}

a.defaultlinksmall:hover {
	color: #0000ff;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a.plainlink:link {
	color: #000000;
	text-decoration: none;
}

a.plainlink:visited {
	color: #000000;
}

a.plainlink:hover {
	color: #000000;
	text-decoration: underline;
}



a.plainlinkbold:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.plainlinkbold:visited {
	color: #000000;
	font-weight: bold;
}

a.plainlinkbold:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}


a.notificationlink:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a.notificationlink:visited {
	color: #000000;
	font-weight: normal;
}

a.notificationlink:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

a.notificationboldlink:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.notificationboldlink:visited {
	color: #000000;
	font-weight: bold;
}

a.notificationboldlink:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}


a.whitelink:link {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

a.whitelink:visited {
	color: #ffffff;
	font-weight: normal;
}

a.whitelink:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

body {
	margin: 0px;
	width: 100%;
	background-color: #ffffff;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.mainPageContentTitle {
	color:#666;
	display:block;
	font-size:33px;
	height:80px;
	padding:0;
	line-height:40px;
}

.pageTitle {
	color:#ffffff;
	display:block;
	font-size:20px;
	background-color: #ea1e63;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	width: 99%; 
	border-bottom: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
	height: 60px;
	line-height: 60px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	
	box-shadow: -3px -3px 10px #808080; 
	-moz-box-shadow: -3px -3px 10px #808080; 
	-webkit-box-shadow: -3px -3px 10px #808080; 
	-o-box-shadow: -3px -3px 10px #808080; 
}

.pageTitleText {
	font-size: 20px;
}

.remarks {
	font-size: 17px;
}

.udfPopUpHeader {
	background-color: #eeeeee;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	height: 50px;
}

.bodyBackground {
	background-image: linear-gradient(bottom, #FFFFFF 42%, #FAFAFA 71%, #FAFAFA 86%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 42%, #FAFAFA 71%, #FAFAFA 86%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 42%, #FAFAFA 71%, #FAFAFA 86%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 42%, #FAFAFA 71%, #FAFAFA 86%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 42%, #FAFAFA 71%, #FAFAFA 86%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.42, #FFFFFF),
		color-stop(0.71, #FAFAFA),
		color-stop(0.86, #FAFAFA)
	);
}


.button16 {
	display: inline-block;
	width: 24px; 
	height: 28px;
	margin-top: 2px;
	margin-left: 1px;
	background-color: #eeeeee;
	border-right: 1px solid #c0c0c0; 
	border-top: 1px solid #c0c0c0; 
	border-bottom: 1px solid #c0c0c0; 
	padding-left: 15px; 
	padding-right: 5px; 
	padding-top: 12px;

	-webkit-border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	border-radius: 24px;

	cursor: pointer;
}


.buttonwide {
	display: inline-block;
	width: 200px; 
	height: 25px;
	margin-top: 2px;
	margin-left: 2px;
	background-color: #eeeeee;
	/*border-top: 1px solid #dedede;*/ 
	/*border-left: 1px solid #dedede; */
	border-bottom: 1px solid #c0c0c0; 
	border-right: 1px solid #c0c0c0; 
	padding-left: 12px; 
	padding-right: 5px; 
	padding-top: 10px;
	cursor: pointer;
}


.LoginButton {
	border: 1px solid #0B3861;
	height: 30px;
	background-color: #087055;
	color: #ffffff;
	cursor: pointer; 
	font-weight: bold;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.buttonCurved {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #FFFF00;
	background-color:#E3A20B;
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px; 
	box-shadow: #B3B3B3 5px 5px 5px;
	cursor: pointer;
}

.buttonCurved:focus {
	outline: 0;
}

.copyright {
	font-size: 10px;
	color: #808080;
}



.topTabSelectedNoBorder {
	width: 120px;
	height: 35px;
	color: #ffffff; 
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background-color: #115E88;
	border-bottom: 1px solid #115E88;
	border-left: 1px solid #115E88;
	border-right: 1px solid #115E88;
	border-right: 1px solid #115E88;
	cursor: pointer;
}

.tabContainer {
	position: absolute; 
	display: inline-block; 
	float: right; 
	padding-right: 4px; 
	padding-bottom: 5px; 
	bottom: 0px; 
	right: -10px; 
	line-height: 50px; 
	height: 45px;
}


.topTabChild {
	display: inline-block;
	font-size: 15px;
	height: 35px;
	min-height: 35px;
	line-height: 35px;
	color: #A4A4A4; 
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.topTabChildSelected {
	font-size: 15px;
	display: inline-block;
	height: 35px;
	min-height: 35px;
	line-height: 35px;
	color: #fff; 
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.mainDivDataCurved {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.container {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.curvedContainer {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.topPageCurved {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


.dropDownMenuTop {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: -3px;
	height: 35px;
	min-height: 35px;
	line-height: 35px;
	color: #A4A4A4; 
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background-color: #ffffff;
	border-bottom: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 4px solid #808080;
	cursor: pointer;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.newTopTab {
	font-size: 16px;
	height: 40px;
	margin-right: -4px;
	min-height: 30px;
	line-height: 30px;
	display: inline-block;
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-top: 4px solid #cdcdcd;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color:#ffffff;
	color: #A4A4A4;
	vertical-align: bottom;
	cursor: pointer;

}

.newTopTab:focus {
	outline: 0;
}

.newTopTabSelected {
	font-size: 16px;
	height: 55px;
	margin-right: -4px;
	min-height: 40px;
	line-height: 40px;
	display: inline-block;
	border-right: 1px solid #b5985b;
	border-left: 1px solid #b5985b;
	border-top: 4px solid #b5985b;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	/* background-color:#FF8000; older version orange color */
	background-color: #337ab7; /*#487dd9; */
	color: #fff; 
	vertical-align: bottom;
	cursor: pointer;

	box-shadow: -3px -3px 10px #808080; 
	-moz-box-shadow: -3px -3px 10px #808080; 
	-webkit-box-shadow: -3px -3px 10px #808080; 
	-o-box-shadow: -3px -3px 10px #808080; 
}

.newTopTabSelected:focus {
	outline: 0;
}


.newSecondTab {
	font-size: 11pt;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	display: inline-block;
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-top: 4px solid #cdcdcd;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color:#ffffff;
	color: #A4A4A4;
	vertical-align: bottom;
	cursor: pointer;
}

.newSecondTab:focus {
	outline: 0;
}


.newSecondTabSelected {
	font-size: 11pt;
	height: 40px;
	min-height: 40px;
	line-height: 40px;
	display: inline-block;
	border-right: 1px solid #e60773;
	border-left: 1px solid #e60773;
	border-top: 4px solid #e60773;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color:#fbb147;
	color: #ffffff; 
	vertical-align: bottom;
	cursor: pointer;

	box-shadow: -3px -3px 10px #808080; 
	-moz-box-shadow: -3px -3px 10px #808080; 
	-webkit-box-shadow: -3px -3px 10px #808080; 
	-o-box-shadow: -3px -3px 10px #808080; 
}

.newSecondTabSelected:focus {
	outline: 0;
}

.newThirdTab {
	font-size: 10pt;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	display: inline-block;
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-top: 4px solid #cdcdcd;
	padding-left: 10px;
	padding-right: 10px;
	background-color:#ffffff;
	color: #cdcdcd;
	vertical-align: bottom;
	cursor: pointer;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.newThirdTab:focus {
	outline: 0;
}


.newThirdTabSelected {
	font-size: 10pt;
	height: 40px;
	min-height: 40px;
	line-height: 40px;
	display: inline-block;
	border-right: 1px solid #e90678;
	border-left: 1px solid #e90678;
	border-top: 4px solid #e90678;
	padding-left: 10px;
	padding-right: 10px;
	background-color:#8e3098;
	color: #ffffff; 
	vertical-align: bottom;
	cursor: pointer;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.newThirdTabSelected:focus {
	outline: 0;
}



.childTabSelected {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: -3px;
	height: 30px;
	min-height: 35px;
	line-height: 35px;
	color: #ffffff; 
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	background-color: #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-top: 4px solid #8e3098;
	cursor: pointer;
}


.childTab {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: -3px;
	height: 30px;
	min-height: 35px;
	line-height: 35px;
	color: #A4A4A4; 
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background-color: #ffffff;
	border-bottom: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 4px solid #808080;
	cursor: pointer;
}

.biggerTextBox {
	height: 30px; 
	font-size: 14px;
}


.mediumTextBox {
	height: 26px; 
	font-size: 14px;
	border: solid 1px #808080; /*#abad83; */
}

.mediumComboBox {
	height: 32px; 
	font-size: 14px;
	color: #000;
	border: solid 1px #808080; /*#abad83; */
}

.mediumTextBoxInvalid {
	height: 26px; 
	font-size: 14px;
	border: solid 1px #E57373;
	background-color: #FBE9E7;
}

.readTextboxNormal {
	display: inline-block;
	height: 25px; 
	font-size: 12px;
	border: 1px solid #a9a9a9;
	background-color: #eee;
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 2px;
}

.readTextboxMedium {
	margin-left: 1px;
	display: inline-block;
	height: 34px;
    line-height: 1.42857143;
	font-size: 14px;
	border: 1px solid #cdcdcd;
	background-color: #eee;
	vertical-align: middle;
    padding: 6px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.normalTextBox {
	height: 22px; 
	font-size: 12px;
}

.normalTextBoxDisabled {
	height: 22px; 
	font-size: 12px;
	border: solid 1px #808080;
	background-color: #eee;
}


.normalTextBoxInvalid {
	height: 22px; 
	font-size: 12px;
	border: solid 1px #E57373;
	background-color: #FBE9E7;
}


.normalTextBoxEven {
	height: 22px; 
	font-size: 12px;
	background-color: #E0F8F7;
}


.smallerText
{
	font-size: 12px;
}


.dataTableBorderHeaderH {
	display: inline-block; 
	line-height: 35px;
	height: 35px;
	width: 1px;
	background-color: #1570A6;
}

.dataTableBorderDetailH {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	width: 1px;
	background-color: #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}


.doubleRowEven {
	background-color: #E0F8F7; /* #EFFBEF; */
	border-left: 2px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #A4A4A4;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: 5px;
}

.doubleRow {
	background-color: #ffffff;
	border-left: 2px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #A4A4A4;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: 5px;
}


.dataRowHiLite {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #F2F5A9;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #A4A4A4;
}


.dataRow {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #A4A4A4;
}

.dataRowNoBorder {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	border-bottom: 0px solid #A4A4A4;
}

.dataRowDash {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px dashed #A4A4A4;
}

.dataRowDashEven {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #E0F8F7;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px dashed #A4A4A4;
}

.dataRowEven {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #E0F8F7;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #A4A4A4;
}

.dataRowNoBorderEven {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #E0F8F7;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	border-bottom: 0px solid #A4A4A4;
}
.dataRowRight {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #080808;
	vertical-align: middle;
	border-bottom: 1px solid #A4A4A4;
	padding-right: 3px;
	text-align: right;
}

.dataRowRightNoBorder {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #080808;
	vertical-align: middle;
	border-bottom: 0px solid #A4A4A4;
	padding-right: 3px;
	text-align: right;
}

.dataRowRightDash {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #080808;
	vertical-align: middle;
	border-bottom: 1px dashed #A4A4A4;
	padding-right: 3px;
	text-align: right;
}

.dataRowRightDashEven {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #E0F8F7;
	color: #080808;
	vertical-align: middle;
	border-bottom: 1px dashed #A4A4A4;
	padding-right: 3px;
	text-align: right;
}

.dataRowRightEven {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #E0F8F7;
	color: #080808;
	vertical-align: middle;
	border-bottom: 1px solid #A4A4A4;
	padding-right: 3px;
	text-align: right;
}

.dataRowRightNoBorderEven {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #E0F8F7;
	color: #080808;
	vertical-align: middle;
	border-bottom: 0px solid #A4A4A4;
	padding-right: 3px;
	text-align: right;
}



.msgUnRead {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #080808;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #A4A4A4;
	font-weight: bold;
}

.msgUnReadEven {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #E0F8F7;
	color: #080808;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #A4A4A4;
	font-weight: bold;
}

.dataTableCellDetailXS {
	display: table-cell; 
	text-align: left;
	line-height: 30px;
	height: 30px;
	font-size: 12px; 
	vertical-align: middle;
}

.dataTableCellDetailXSRight {
	display: table-cell; 
	line-height: 30px;
	height: 30px;
	font-size: 12px; 
	vertical-align: middle;
	text-align: right;
	padding-right: 5px;
}

.dataTableCellDetailXSDash {
	display: table-cell; 
	text-align: left;
	line-height: 30px;
	height: 30px;
	font-size: 12px; 
	vertical-align: middle;
	border-bottom: 1px dashed #BDBDBD;
}

.dataTableCellDetailXSRightDash {
	display: table-cell; 
	line-height: 30px;
	height: 30px;
	font-size: 12px; 
	vertical-align: middle;
	text-align: right;
	padding-right: 5px;
	border-bottom: 1px dashed #BDBDBD;
}

.dataTableCellDetail {
	display: table-cell; 
	text-align: left;
	line-height: 45px;
	height: 45px;
	font-size: 12px; 
	vertical-align: middle;
}

.dataTableCellDetailRight {
	display: table-cell; 
	line-height: 45px;
	height: 45px;
	font-size: 12px; 
	vertical-align: middle;
	text-align: right;
	padding-right: 5px;
}

.dataTableCellDetailStd {
	display: table-cell; 
	line-height: 28px;
	height: 28px;
	font-size: 12px; 
	vertical-align: middle;
	text-align: left;
}

.dataTableDetailNoBorder {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #080808;
	vertical-align: middle;
	text-align: left;
	font-size: 12px; 
}

.dataTableDetailNoBorderHiLite {
	display: inline-block; 
	line-height: 45px;
	height: 45px;
	background-color: #F2F5A9;
	color: #080808;
	vertical-align: middle;
	text-align: left;
	font-size: 12px; 
}

.dataTableDetailHiLite {
	display: inline-block; 
	line-height: 45px;
	height: 45px;
	background-color: #F2F5A9;
	color: #080808;
	vertical-align: middle;
	text-align: left;
	font-size: 12px; 
	border-bottom: 1px solid #A4A4A4;
}


.dataTableDetailNoBorderEven {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #E0F8F7;
	color: #080808;
	vertical-align: middle;
	text-align: left;
	font-size: 12px; 
}



.dataTableDetailRightNoBorder {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #000000;
	vertical-align: middle;
	padding-right: 5px;
	text-align: right;
	font-size: 12px; 
}

.dataTableDetailRightNoBorderHiLite {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #F2F5A9;
	color: #000000;
	vertical-align: middle;
	padding-right: 5px;
	text-align: right;
	font-size: 12px; 
}

.dataTableDetailRightHiLite {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #F2F5A9;
	color: #000000;
	vertical-align: middle;
	padding-right: 5px;
	text-align: right;
	font-size: 12px; 
	border-bottom: 1px solid #A4A4A4;
}

.dataTableDetailRightNoBorderEven {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #E0F8F7;
	color: #000000;
	vertical-align: middle;
	padding-right: 3px;
	text-align: right;
	font-size: 12px; 
}

/* -- -- */
.dataTableDetail {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #A4A4A4;
	font-size: 12px; 
}

.dataTableDetailEven {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #E0F8F7;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #A4A4A4;
	font-size: 12px; 
}

/* -- -- */

.dataTableDetailRight {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #000000;
	vertical-align: middle;
	border-bottom: 1px solid #A4A4A4;
	padding-right: 5px;
	text-align: right;
	font-size: 12px; 
}


.dataTableDetailRightEven {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #E0F8F7;
	color: #000000;
	vertical-align: middle;
	border-bottom: 1px solid #A4A4A4;
	padding-right: 5px;
	text-align: right;
	font-size: 12px; 
}

/* -- -- */



/* -- -- */
.dataTableDetailDash {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px dashed #A4A4A4;
	font-size: 12px; 
}

.dataTableDetailDashEven {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #E0F8F7;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px dashed #A4A4A4;
	font-size: 12px; 
}

/* -- -- */

.dataTableDetailRightDash {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #000000;
	vertical-align: middle;
	border-bottom: 1px dashed #A4A4A4;
	padding-right: 3px;
	text-align: right;
	font-size: 12px; 
}


.dataTableDetailRightDashEven {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #E0F8F7;
	color: #000000;
	vertical-align: middle;
	border-bottom: 1px dashed #A4A4A4;
	padding-right: 5px;
	text-align: right;
	font-size: 12px; 
}

/* -- -- */


.dataTableDetailMsg {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #080808;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #A4A4A4;
}

.dataTableDetailMsgUnRead {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #080808;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #A4A4A4;
	font-weight: bold;
}

.dataTableDetailMsgRead {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #eeeeee;
	color: #080808;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #A4A4A4;
}


.dataTableDetailCenter {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #080808;
	vertical-align: middle;
	border-bottom: 1px solid #A4A4A4;
	font-size: 12px; 
}

.dataTableDetailCenterRead {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #eeeeee;
	color: #080808;
	vertical-align: middle;
	border-bottom: 1px solid #A4A4A4;
	font-size: 12px; 
}



.dataTableDetailSmaller {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #080808;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #A4A4A4;
}

.dataTableDetailSmallerCenter {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #080808;
	font-size: 12px;
	vertical-align: middle;
	border-bottom: 1px solid #A4A4A4;
}

.dataTableDetailSmallerRight {
	display: inline-block; 
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #080808;
	font-size: 12px;
	vertical-align: middle;
	border-bottom: 1px solid #A4A4A4;
	text-align: right;
}

.topNav {
	position: fixed; 
	height: 40px; 
	background-color: #115E88; 
	width: 100%; 
	vertical-align: top; 
	top: 0px; 
	z-Index: 10;
	text-align: center;
}

.divCurved {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #cdcdcd;
	background-color:#eeeeee;
	cursor: pointer;
}



.parentDisable
{
	z-index: 70;
	width: 100%;
	min-height: 100%;
	height:auto;
	overflow: hidden;
	display:none;
	position:absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	background-color: #000;
	color: #aaa;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";       /* IE 8 */
	filter: alpha(opacity=40);  /* IE 5-7 */
	-moz-opacity: 0.4;          /* Netscape */
	-khtml-opacity: 0.4;        /* Safari 1.x */
	opacity: 0.4; 
}

.parentAjaxLoader
{
	z-index: 170;
	width: 100%;
	min-height: 100%;
	height:auto;
	overflow: hidden;
	display:none;
	position:absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	background-color: #fff;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.1)";       /* IE 8 */
	filter: alpha(opacity=0.1);  /* IE 5-7 */
	-moz-opacity: 0.1;          /* Netscape */
	-khtml-opacity: 0.1;        /* Safari 1.x */
	opacity: 0.1; 
}

.NotificationContainer {
	position: relative; 
	display: inline-block; 
	height: 35px;
}

.Notification {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: absolute; 
	border:1px solid #ffffff;
	background-color:#ff0000;
	color: #ffffff;
	top: 0px;
	right: -4px;
	line-height: 20px;
	height: 20px;
	width: 20px;
	font-size: 10px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}

.editTextBoxEven {
	background-color: #E0F8F7;
}

.editTextBoxEven:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.editTextBox {
	background-color: #ffffff;
}

.editTextBox:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.editTextBoxInvalid {
	border: solid 1px #E57373;
	background-color: #FBE9E7;
}

.editTextBoxInvalid:focus {
  border-color: #E53935;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.editTextBoxDisabled {
	border: solid 1px #66afe9;
	background-color: #eee;
}


.ui-dialog-title{
    font-size: 110%; /*!important;*/
    color: #FFFFFF; /*!important;*/
    font-weight: bold; /*!important;*/
    background: #808080; /*!important;*/
    background-color: #808080; /*!important;*/
}

.ui-dialog-titlebar{
    font-size: 110%; /*!important;*/
    color: #FFFFFF; /*!important;*/
    font-weight: bold; /*!important;*/
    background: #808080; /*!important;*/
    background-color: #808080; /*!important;*/
}

.dbMsg {
	background-color: #eeeeee;
	padding-left: 5px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-top: 1px solid #ffffff;
	height: 35px;
	width: 90%;
	vertical-align: middle;
}

.msgHighlight {
	display: inline-block;
	font-size: 14px;
	color: #000000;
	background-color: #FFFF00;
	
}


/* new button */


.roundButton {
	display: inline-block;
	width: 40px; 
	height: 40px;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 10px;
	background-color: #446cb3; /*#4284f4;*/
	cursor: pointer;
	
	padding-left: 3px; 
	padding-right: 5px; 
	padding-top: 8px;

	box-shadow: -3px 3px 10px #808080; 
	-moz-box-shadow: -3px 3px 10px #808080; 
	-webkit-box-shadow: -3px 3px 10px #808080; 
	-o-box-shadow: -3px 3px 10px #808080; 
	
	-webkit-border-radius: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	border-radius: 28px;


	background-repeat: no-repeat;
	background-position: 8px 8px; 
}


.roundButton.Backup {
	background-image: url("images/white_hdd_24.ico");
}

.roundButton.Restore {
	background-image: url("images/white_restore_24.ico");
}

.roundButton.New {
	background-image: url("images/white_plus_24.ico");
}

.roundButton.Upload {
	background-image: url("images/white_upload_24.ico");
}


.roundButton.Download {
	background-image: url("images/white_download_24.ico");
}

.roundButton.Save {
	background-image: url("images/white_save_24.ico");
}

.roundButton.SaveConfirm {
	background-image: url("images/white_database_check_24.ico");
}

.roundButton.SaveAs {
	background-image: url("images/white_saveas_24.ico");
}


.roundButton.Delete {
	background-image: url("images/white_delete_24.ico");
}

.roundButton.Print {
	background-image: url("images/white_printer_24.ico");
}

.roundButton.Calendar {
	background-image: url("images/white_calendar_24.ico");
}

.roundButton.Repeat {
	background-image: url("images/white_repeat_24.ico");
}


.roundButton.Reverse {
	background-image: url("images/white_undo_24.ico");
}

.roundButton.Unlink {
	background-image: url("images/white_unlink_24.ico");
}

.roundButton.Undo {
	background-image: url("images/white_undo_round_24.ico");
}

.roundButton.Edit {
	background-image: url("images/white_edit_24.ico");
}

.roundButton.Refresh {
	background-image: url("images/white_refresh_24.ico");
}

.roundButton.Lock {
	background-image: url("images/white_lock_24.ico");
}

.roundButton.Split {
	background-image: url("images/white_window_split_24.ico");
}

.roundButton.Copy {
	background-image: url("images/white_copy_24.ico");
}

.roundButton.Document {
	background-image: url("images/white_document_24.ico");
}

.roundButton.Paper {
	background-image: url("images/white_paper_24.ico");
}

.roundButton.Truck {
	background-image: url("images/white_truck_24.ico");
}

.roundButton.Invoice {
	background-image: url("images/white_invoice_24.ico");
}


.squareButton16 {
	display: inline-block;
	width: 34px; 
	height: 34px;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 3px;
	background-color: #446cb3; /*#4284f4;*/
	cursor: pointer;
	
	padding-left: 4px; 
	padding-right: 5px; 
	padding-top: 8px;

	box-shadow: -3px 3px 10px #808080; 
	-moz-box-shadow: -3px 3px 10px #808080; 
	-webkit-box-shadow: -3px 3px 10px #808080; 
	-o-box-shadow: -3px 3px 10px #808080; 

	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;

	background-repeat: no-repeat;
	background-position: 8px 8px; 
}

.squareButton16.Refresh {
	background-image: url("images/white_refresh_16.ico");
}

.squareButton16.Excel {
	background-image: url("images/white_excel_16.ico");
}

.tableDetailParentHiLite {
	width: 100%; 
	background-color: #F2F5A9;
	margin-bottom: 5px;
	border-right: solid 1px #eeeeee;
	box-shadow: -3px 3px 10px #cdcdcd; 
	-moz-box-shadow: -3px 3px 10px #cdcdcd; 
	-webkit-box-shadow: -3px 3px 10px #cdcdcd; 
	-o-box-shadow: -3px 3px 10px #cdcdcd; 
}

.tableDetailParent {
	padding-left: 2px;
	display: table;
	width: 100%; 
	margin-bottom: 5px;
	border-right: solid 1px #eeeeee;
	box-shadow: -3px 3px 10px #cdcdcd; 
	-moz-box-shadow: -3px 3px 10px #cdcdcd; 
	-webkit-box-shadow: -3px 3px 10px #cdcdcd; 
	-o-box-shadow: -3px 3px 10px #cdcdcd; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tableDetailParent:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}


.tableDetailParentEven {
	padding-left: 2px;
	display: table;
	width: 100%; 
	margin-bottom: 5px;
	background-color: #E0F8F7;
	border-right: solid 1px #eeeeee;
	box-shadow: -3px 3px 10px #cdcdcd; 
	-moz-box-shadow: -3px 3px 10px #cdcdcd; 
	-webkit-box-shadow: -3px 3px 10px #cdcdcd; 
	-o-box-shadow: -3px 3px 10px #cdcdcd; 

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tableDetailParentEven:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}


.tableDetailParentNoBorder {
	padding-left: 2px;
	display: table;
	width: 100%; 
	margin-bottom: 10px;
}

.tableDetailParentNoBorder:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}


.tableDetailParentNoBorderEven {
	padding-left: 2px;
	display: table;
	width: 100%; 
	margin-bottom: 10px;
	background-color: #E0F8F7;
}

.tableDetailParentNoBorderEven:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}


.dataTableHeader {
	display: inline-block; 
	line-height: 24px;
	height: 24px;
	padding-top: 5px;
	background-color: #446cb3;
	color: #ffffff;
	font-size: 14px;
	vertical-align: middle;
	text-align: left;
}

.dataTableHeaderRight {
	display: inline-block; 
	line-height: 24px;
	padding-top: 5px;
	padding-right: 5px;
	height: 24px;
	background-color: #446cb3;
	color: #ffffff;
	font-size: 14px;
	vertical-align: middle;
	text-align: right;
}


.tableHeaderParent {
	width: 100%; 
	height: 40px;
	padding-left: 5px; 
	/* background-color: #D8D8D8; */
	background-color:  #446cb3;
	border-bottom: 1px solid #808080;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	box-shadow: -3px -3px 10px #808080; 
	-moz-box-shadow: -3px -3px 10px #808080; 
	-webkit-box-shadow: -3px -3px 10px #808080; 
	-o-box-shadow: -3px -3px 10px #808080; 
}


.tableHeaderParentFirst {
	width: 100%; 
	line-height: 24px;
	height: 24px;
	padding-bottom: 5px;
	background-color: #446cb3;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

}



.tableHeaderParentSecond {
	width: 100%; 
	background-color: #446cb3;
	border-bottom: 1px solid #808080;
	padding-bottom: 5px;
	line-height: 26px;
	height: 26px;
}

.tableHeaderParentMid {
	width: 100%; 
	line-height: 24px;
	height: 24px;
	background-color: #446cb3;
	padding-bottom: 5px;
}


.buttonPay {
	background: #f0f9ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */

	display: inline-block;
	margin-left: 5px;
	width: 100px; 
	height: 100px;
	border-top: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	box-shadow: -1px 1px 10px #808080; 
	-moz-box-shadow: -1px 1px 10px #808080; 
	-webkit-box-shadow: -1px 1px 10px #808080; 
	-o-box-shadow: -1px 1px 10px #808080; 

	cursor: pointer;
}

.buttonPayImage {
	display: inline-block;
	width: 70px;
	height: 70px;
}


.posInputHeader {
	display: inline-block; 
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

.posInputHeaderRight {
	display: inline-block; 
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}

.bigComboBox {
	height: 35px; 
	font-size: 18px;
	border: solid 1px #808080; /*#abad83; */
}

.bigTextBox {
	height: 35px; 
	font-size: 18px;
	border: solid 1px #808080; /*#abad83; */
}

.bigTextBoxInvalid {
	height: 35px; 
	font-size: 18px;
	border: solid 1px #E57373;
	background-color: #FBE9E7;
}

.bigTextBoxDisabled {
	height: 35px; 
	font-size: 18px;
	border: solid 1px #808080;
	background-color: #eeeeee;
}

.boxRoundCornerAndShadow {
	-webkit-border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	border-radius: 24px;

	box-shadow: -3px 3px 10px #808080; 
	-moz-box-shadow: -3px 3px 10px #808080; 
	-webkit-box-shadow: -3px 3px 10px #808080; 
	-o-box-shadow: -3px 3px 10px #808080; 
}


.topRoundedCorner {
	-webkit-border-top-left-radius: 24px;
	-webkit-border-top-right-radius: 24px;
	-moz-border-top-left-radius: 24px;
	-moz-border-top-right-radius: 24px;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;

}

.tableDetailPlain {
	width: 100%;
	margin-top: 2px;
	margin-bottom: 5px;
	/*padding-left: 5px;*/
	min-height: 35px;
	vertical-align: middle;
	border-bottom: solid 1px #eeeeee;
	padding-top: 0px;
	padding-bottom: 2px;
}

.tableDetailPlain:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}


.tableDetailPlainOdd {
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	/*padding-left: 5px;*/
	min-height: 35px;
	vertical-align: middle;
	border-bottom: solid 1px #eeeeee;
	padding-top: 2px;
	padding-bottom: 2px;
    background-color: #FAFAFA;
}

.tableDetailPlain:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}


/* -------------- BOOTSTRAP CALLOUT -------------*/

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.form-control.Disabled {
	border: 1px solid #cdcdcd;
	background-color: #eee;
}

.form-control.Invalid {
	border-color: #E57373;
	background-color: #FBE9E7;
}


.roundBGStatus {
	display: inline-block;
	width: 38px; 
	height: 38px;
	line-height: 38px;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 3px;
	color: #fff;
	cursor: pointer;
	
	font-size: 1.8em; 
	text-align: center; 
	vertical-align: middle;

	padding-left: 4px; 
	padding-right: 5px; 
	padding-top: 1px;

	box-shadow: -1px 1px 1px #808080; 
	-moz-box-shadow: -1px 1px 1px #808080; 
	-webkit-box-shadow: -1px 1px 1px #808080; 
	-o-box-shadow: -1px 1px 1px #808080; 
	
	-webkit-border-radius: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 26px;
	border-radius: 26px;


	background-repeat: no-repeat;
	background-position: 8px 8px; 
}

.roundBGStatus.success {
	background-color: #449d44; 
}

.roundBGStatus.successless {
	background-color: #AED581; 
}

.roundBGStatus.info {
	background-color: #5bc0de; 
}

.roundBGStatus.warning {
	background-color: #f0ad4e; 
}

.roundBGStatus.default {
	background-color: #777; 
}

.roundBGStatus.defaultless {
	background-color: #929292; 
}

.roundBGStatus.danger {
	background-color: #d9534f; 
}

.roundBGStatus.primary {
	background-color: #337ab7; 
}

.roundBGStatus.primaryless {
	background-color: #339bb7; 
}
 
.roundBGStatus.materialteal {
	background-color: #009688; 
}

.boxTotal {
	padding-top: 10px;
	padding-bottom: 15px; 
	background-color:  #fff;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
