@charset "utf-8";
/* CSS Document */


.rowOne {
	float: left;
	margin: 2px 0;
	width: 49%;
	padding-left: 1%;
}

.rowOneBI {
	float: left;
	margin: 2px 0;
	width: 80%;
}

.rowTable {
	float: left;
}

.rowOne label {
	float: left;
	font-size: 11px;
	line-height: 30px;
	width: 200px;
	font-family: Nunito-Bold, arial!important;
	font-weight: bold;
	color: #42413C !important;
	text-align: left;
}

.rowOne span {
	font-size: 11px;
	line-height: 30px;
	/* width: 220px; */
	font-family: Nunito-Bold, arial !important;
	font-weight: normal;
	
}

.rowOneBI label {
	float: left;
	font-size: 12px;
	line-height: 26px;
	width: 120px;
	font-family: Arial;
}

input {
	border: 1px solid #9ba3ba;
}

select {
	border: 1px solid #B0002D;
}

textarea:focus {
	/* border: 1px solid #d00038; */
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

.computerInput {
	padding: 0px 4px !important;
	line-height: 21px !important;
	height: 21px !important;
	vertical-align: top;
	font-size: 11px !important;
	font-family: Nunito-Bold, Arial !important;
	width: 250px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-webkit-border-radius: 1px;
	padding: 3px !important;
	border: 1px solid #84c2c5 ;
}

.computerInput:focus {
	/* border: 1px solid #d00038; */
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	/*    border-color:#bb0826;  */
}

.computerInputDate {
	padding: 0px 4px !important;
	line-height: 21px !important;
	height: 21px !important;
	vertical-align: top;
	font-size: 11px !important;
	font-family: Nunito-Bold, Arial !important;
	width: 215px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-webkit-border-radius: 1px;
	padding: 3px !important;
	border: 1px solid #84c2c5 ;
}

.computerInputDate:focus {
	/* border: 1px solid #d00038; */
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	/*    border-color:#bb0826;  */
}


.searchBtn {
	background-color: #bb0826;
	/*border:1px solid #d00038;*/
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	float: left;
	font-family: Nunito-Regular, Arial !important;
	font-size: 12px;
	font-weight: bold;
	margin-left: 8px;
	margin-top: 5px;
	padding: 2px 5px;
	margin-right: 5px !important;
	border: 1px solid #9a011a !important;
}

.searchBtn:hover {
	background: none repeat scroll 0 0 #d00038;
	cursor: pointer;
}

input[type="text"]:focus {
	/* border: 1px solid #d00038; */
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

.computerInputSelect {
	padding: 2px 0px;
	width: 257px;
	float: left;
	margin-right: 5px;
	padding: 3px !important;
	border: 1px solid #84c2c5 ;
	line-height: 28px !important;
	height: 28px !important;
	vertical-align: top;
	font-size: 11px !important;
	font-family: Nunito-Bold, Arial !important;
}

.onOffButton {
	width: 80px;
	float: right;
	height: 18px;
	background-color: #d00038;
	border: 1px solid #de154b;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.onOffButtonRule {
	width: 80px;
	float: right;
	height: 18px;
	background-color: #d00038;
	border: 1px solid #de154b;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.offButton {
	width: 40px;
	float: left;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
}

.offButton a {
	text-decoration: none;
	color: #fff;
	float: left;
	width: 40px;
}

.offButton a:hover {
	width: 40px;
	background: #fff;
	-moz-border-radius: 16px;
	border-radius: 16px;
	color: #000;
}

.onOff {
	width: 40px;
	background: #fff;
	-moz-border-radius: 16px;
	border-radius: 16px;
	color: #010101;
}

.onButton {
	width: 40px;
	float: right;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
}

.onButton a {
	text-decoration: none;
	color: #fff;
	float: left;
	width: 40px;
}

.onButton a:hover {
	width: 40px;
	background: #fff;
	-moz-border-radius: 16px;
	border-radius: 16px;
	color: #000;
}

.textAreaComment {
	width: 50%;
	height: 35px;
	padding: 2px 4px;
}
