#mainContent {
	margin: 0px 10%;
	min-width: 534px;
}

.mask {
    width: 100%;
	height: 100%;
	background-color: #a4a4a4;
	opacity: 0.6;
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
}

.pop_up_div {
	background-color: white;
	border: 2px solid red;
	padding: 20px;
	z-index: 100;
	position: fixed;
	top: 50%;
	left: 50%;
	border-radius: 10px;
	padding-bottom: 20px;
}

.loginButton {
	height: 30px;
	line-height: normal;
	font-size: 16px;
	color: #fff;
	background: #dc002e;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	font-family: Arial;
	border: none;
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.login_content {
	margin-top: 20px;
	position: relative;
	clear: both;
}

.login_content img {
	width: 100%;
	z-index: 0;
	position: relative;
	min-height: 300px;
}

.login_info {
	left: 0px;
	position: absolute;
	top: 0px;	
}

.login_info h1 {
	height: auto;
	margin-bottom: auto;
	padding-left: 32px;
	color: #FFFFFF;
	display: block;
	font-family: 'proxima-nova', Sans-Serif;
	font-size: 65px;
	font-weight: normal;
	line-height: 65px;
	margin-left: 59px;
	position: relative;
	width: 600px;
	z-index: 1;
	padding-top: 60px;
}

.login_info p {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
	margin-left: 85px;
	margin-top: 35px;
	position: relative;
	width: 400px;
	z-index: 1;
}

.login_links {
	width: 100%;
	height: 100px;
	background: #e5e5e5;
}

.header_title {
	display: inline;
}

.header_title .login {
	float: right;
	margin-top: 36px;
	line-height: 30px;
}

.header_title .login {
	color: #666666;
	font-family: 'proxima-nova',sans-serif;
	font-size: 13px;
}

.header_title .login a {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #666666;
	display: inline-block;
	font-family: 'proxima-nova',sans-serif;
	font-size: 13px;
	padding: 0 10px;
	text-decoration: none;
}

.header_title .login a:hover, .header_title .login a.active, .header_title .login a:focus {
	background: #818285;
	color: #fff;
}

#logo img {
	margin: 20px 0px 0px 20px;
}

h1 {
	text-transform: uppercase;
	font-size: 50px;
	line-height: 50px;
	font-family: 'proxima-nova', sans-serif;
	font-weight: normal;
	color: #333;
	display: block;
	padding-left: 42px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.header_menu {
	margin-top: 20px;
	margin-bottom: 0px;
	list-style: none;
}

.mainBlock {
	background: #e5e5e5;
	padding: 20px 32px;
	margin: 0px;
}

.header_menu li {
	display: inline;
}

.header_menu li a {
	color: #666666;
	display: inline-block;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	padding: 0 17px 0 17px;
	margin-right: 1px;
	text-decoration: none;
	padding: 0 22px 0 23px\9;
	font-family: 'proxima-nova',sans-serif;
}

.header_menu li a:hover, .header_menu li a.active, .header_menu li a:focus {
	background: #818285;
	color: #fff;
	border: 0;
}

.spaceHeader {
	background: #dc002e;
}

.spaceHeader h2 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
	padding-left: 10px;
	border-top: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	float: none;
	font-family: 'proxima-nova', sans-serif;
	margin-bottom: 0;
}

.spaceHeader a {
	float: right;
	color: #fff;
	font-family: 'proxima-nova',sans-serif;
	font-size: 16px;
	line-height: 40px;
	padding-right: 10px;
	text-decoration: none;
}

.spaceContent {
	background: white;
	padding: 20px;
	margin-bottom: 20px;
}

.row_form {
	height: 30px;
	margin-bottom: 20px;
}

.row_form b {
	font-family: Arial;
	font-size: 15px;
	line-height: 30px;
}

.row_form input {
	float: right;
	font-family: Arial;
	font-size: 14px;
	width: 266px;
}

.row_form input[type="radio"]{
	float: left;
	width: auto;
	height: auto;
}

.row_form select {
	float: right;
	font-family: Arial;
	font-size: 14px;
	width: 275px;
}

.row_form span {
	float: right;
	width: 220px;
	font-family: Arial;
	font-size: 15px;
	line-height: 30px;
	width: 280px;
}

.textAreaForm {
	width: 98.5%;
	font-family: Arial;
	font-size: 14px;
}

.submitForm {
	height: 30px;
	/*display: block;*/
	line-height: normal;
	font-size: 18px;
	color: #fff;
	/*width: 100% !important;*/
	background: #dc002e;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	font-family: Arial;
	border: none;
}

input[type="button"].submitForm , button.submitForm {
	padding: 0px 10px 0px 10px; 
	margin: 0px 10px 0px 10px;
}

.footer {
	background: #6d6e71;
	min-height: 120px;
	margin-bottom: 30px;
}

.copy_footer {
	float: left;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 30px;
	line-height: 40px;
}

.filtersBox {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px 20px 10px 20px;
	font-family: Arial;
	font-size: 13px;
}

.resultsBox {
	background: #fff;
	padding: 20px 20px;
	font-family: Arial;
	font-size: 13px;
	margin-top: -20px;
}

.tableContent {
	background: #fff;
}

.tableItem {
	border-top: 1px solid #999;
	margin: 0px 20px 0px 20px;
	padding: 20px 0px 20px 0px;
	font-size: 13px;
	font-family: Arial;
}

.tableItem.first {
	border-top: none !important;
}

.tableButton {
	height: 30px;
	line-height: normal;
	font-size: 16px;
	color: #fff;
	background: #dc002e;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	font-family: Arial;
	border: none;
	margin-top: 15px;
	float: right;
}

@media (max-width: 767px) {
	.tableButton {
		float: left;
	}
}

.headerButton {
	height: 30px;
	line-height: normal;
	font-size: 18px;
	color: #fff;
	background: #dc002e;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	font-family: Arial;
	border: none;
	margin-top: 10px;
	float: right;
	margin-left: 30px;
}

.firstHeaderButton {
	margin-left: 0px !important;
}

.filtersContent {
	background: #a9a9ab;
	padding: 10px 20px 20px 20px;
	margin-bottom: 30px;
}

.sortersContent{
	background: #fff;
	padding: 10px 20px;
	font-family: Arial;
	font-size: 14px;
	display: block;
}

.collapsible {
	cursor: pointer;
}

.content_header_filter {
	background: #dc002e;
}

.content_header_filter h4 {
	color: #fff;
	padding-left: 10px;
	border-top: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'proxima-nova', sans-serif;
	margin-bottom: 0;
}

.container {
	display: block;
	max-width: 100%;
	background: white;
	font-family: Arial;
	font-size: 14px;
}

.content {
	padding: 10px 20px;
}

.subcontent {
	padding: 0px 20px 10px 30px;
}

.content_text_search {
	position: relative;
}

.content_text_search input {
	margin: 10px 0px;
	width: 80%;
	font-family: Arial;
	font-size: 14px;
	position: relative;
	padding-right: 35px;
}

@media (max-width: 767px) {
	.content_text_search input {
		width: 90%;
	}
}

.content_text_search img {
	float: right;
	margin-top: 12px;
	position: absolute;
	z-index: 99;
	right: 35px;
	bottom: 28px;
}

.content_text {
	position: relative;
}

.content_text input {
	margin: 10px 0px 0px 0px;
	width: 80%;
	font-family: Arial;
	font-size: 14px;
	position: relative;
	padding-right: 35px;
}

@media (max-width: 767px) {
	.content_text input {
		width: 90%;
	}
}

.content_text img {
	float: right;
	margin-top: 12px;
	position: absolute;
	z-index: 99;
	right: 35px;
	bottom: 8px;
}

.content_date {
	min-height: 50px;
}

.first_date {
	padding: 10px 20px 0px 20px;
}

.last_date {
	padding: 0px 20px 10px 20px;
}

.content_date input {
	margin: 10px 0px;
	width: 65%;
	font-family: Arial;
	font-size: 14px;
	float: right;
}

.content_date b {
	margin: 10px 0px;
	font-family: Arial;
	font-size: 14px;
	float: left;
	line-height: 30px;
}

.content_checkbox input {
	margin: 0px 5px 0px 0px;
}

.row_sorters {
	display: block;
	line-height: 30px;
	margin-bottom: 10px;
}

.row_sorters span {
	font-family: Arial;
	font-size: 14px;	
}

.row_sorters label {
	display: inline;	
}

.element {
	cursor: pointer;
	float: left;
	position: relative;
	overflow: hidden;
	height: auto;
	width: 300px;
	background: #fff;
	margin-bottom: 20px;
}

.element a {
	color: #dc002e;
	text-decoration: none;
}

.element-top {
	overflow: hidden;
	width: 100%;
}

.element-bottom {
	background: #fff;
	height: 30px;
	width: 100%;
}

.element-bottom h2, .element-bottom p {
	color: #000;
	font-size: 16px;
	line-height: 30px;
	margin-left: 8px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	height: 30px;
}

.element-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	background: #e51937;
	display: none;
}

.element-overlay .table1 {
	position: relative;
	margin: 36px 20px 0 12px;
	min-height: 143px;
}

.element-overlay .table1 h3 {
	color: #fff;
	font-family: 'proxima-nova', sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	padding-left: 14px;
}

element-overlay .table1 h3 span {
	font-weight: normal;
}

.element-overlay .table1 h4 {
	color: #fff;
	font-family: 'proxima-nova', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	padding-left: 14px;
	text-transform: uppercase;
}

.element-overlay .table1 p {
	padding: 12px 20px 0px 17px;
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 0;
}

.element-fixed {
	height: 200px;
	width: 100%;
	position: relative;
	background: #e51937;
	display: block;
}

.element-fixed .table1 {
	position: absolute;
	margin: 36px 20px 0 12px;
	min-height: 143px;
}

.element-fixed .table1 h3 {
	color: #fff;
	font-family: 'proxima-nova', sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	padding-left: 14px;
	margin-top: 0px;
}

element-fixed .table1 h3 span {
	font-weight: normal;
}

.element-fixed .table1 h4 {
	color: #fff;
	font-family: 'proxima-nova', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	padding-left: 14px;
	text-transform: uppercase;
}

.element-fixed .table1 p {
	padding: 12px 20px 0px 17px;
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 0;
}

.readmore {
	bottom: 0px;
	position: absolute;
}

template {
	display: none;
}

.template {
	display: none;
}

.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
}

.ui-dropdownchecklist-dropcontainer-wrapper {
	max-height: 135px;
	overflow-y: auto;
	/*width: 273px !important;*/
}

.ui-autocomplete {
	max-height: 135px;
	overflow-y: auto;
	/*width: 273px !important;*/
}

input[disabled], select[disabled], textarea[disabled] {
	cursor: not-allowed;
	background-color: white;
} 

input[readonly], select[readonly], textarea[readonly] {
	cursor: pointer;
	background-color: white;
}

.info_icon {
	top: 8px;
	left: -10px;
	position: relative;
	float: right;
	width: 16px;
	height: 16px;
	background-size: cover;
	cursor: pointer;
}

.todo_icon {
	top: 9px;
	left: -5px;
	position: relative;
	float: left;
	width: 16px;
	height: 16px;
	background-size: cover;
	cursor: pointer;
}

.historyBox {
	background: #fff;
	font-family: Arial;
	font-size: 13px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.ui-dropdownchecklist-text {
 padding: 0px 0px 0px 0px;
}

.ui-dropdownchecklist-selector-wrapper {
	overflow: visible !important;
}

.required_legend {
	font-family: Arial;
	font-size: 12px;
	padding-left: 10px;
}

.approversSpan {
	text-align: left;
	display: inline;
	float: left !important;
}

.rowApprovers {
	height: 30px;
	margin-bottom: 20px;
}

.rowApprovers b {
	font-family: Arial;
	font-size: 15px;
	line-height: 30px;
}

.rowApprovers span {
	font-family: Arial;
	font-size: 14px;
	line-height: 30px;
	width: 280px;
	float: right;
}
