*{
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:13px;
	color:#333333;
	line-height:19px;
}
html, body{
	height:100%;
	width:100%;
}

body{
	
	background:#EEEEEE;
}

h1{
	display:block;
	float:left;
	width:100%;
	height:auto;
	padding:20px 0 15px 0;
	margin-bottom:10px;
	color:#C3C3C3;
	
	font-size:28px;
	font-weight:normal;
	border-bottom:dotted #CCC 1px
}

p{
	display:block;
	width:auto;
	height:auto;
	padding:10px 0px 10px 0px;
}

span, div{
 	display:block;
	width:auto;
	height:auto;
}

#parentWrapper{
	width:100%;
	height:auto;
}

#loginStatus_wrapper{
	text-align:center;
	padding-top:10px;
}

#topNavBar, #loginStatusBar, #footerArea, #loginStatus_wrapper{
	display:block;
	float:left;
	width:100%;
}

#topNavBar{
	background:#AF895F;
	height:60px;
}
#topNavBar div, #contentArea{
	display:block;
	width:1000px; /*width:900px;*/
	
}
#topNavBar div{
	height:100%;
}

#contentArea{
	height:auto;
}

#topNavBar span{
	height:100%;
	width:50%;
	float:left;
}

#topNavBar span:first-child a{
	display:block;
	width:auto;
	height:100%;
	overflow:hidden;
	text-indent:-3000px;
	background:url(../images/logo.svg) left no-repeat;
}

#topNavBar span:last-child{
	float:right;
	text-align:right;
}

#topNavBar span ul{
	display:block;
	float:right;
	width:auto;
	
}

#loginStatus_wrapper ul{
	width:auto;
}

#topNavBar span li{
	list-style:none;
	display:inline-block;
	margin-left:10px;
}



#loginStatus_wrapper li{
	list-style:none;
	display:inline-block;
}

#loginStatus_wrapper li a{
	padding:0px 10px;
}



#loginStatus_wrapper li:nth-child(2){
	border-left:1px solid #A3A3A3;
}

#topNavBar span li a{
	display:block;
	float:left;
	color:white;
	font-size:15px;
	text-decoration:none;
}


#topNavBar span li:last-child a{
	/*text-decoration:underline; */
}

#loginStatusBar{
	background:#FFF;
	height:5px;
}


#searchOptions, #searchResultWrapper{
	display:block;
	width:100%;
	height:auto;
}

#searchOptions{
	float:left;
	padding:40px 0 40px 0;
	text-align:center;
	height:auto;
}

#searchOptions span{
	font-size:18px;
	color:#8B8B8B;
	dislay:block;
	float:left;
	height:auto;
}

#searchOptions form span:nth-child(2){
	padding: 10px 0 10px 0;
	margin-left:120px;
}

#searchOptions span select, #searchOptions span select option{
	font-size:18px;
	color:#8B8B8B;
	width:auto;
}

#searchOptions span select{
	border:1px solid #CCCCCC;
	padding: 0 0px 0 10px;
	border-radius:6px;
	margin-left:10px;
	display:block;
	height:42px;
}


#searchOptions span select option{
	padding:8px 0px 8px 8px;
	border-bottom:1px solid #CCC;
	display:block;
	float:left;
	height:auto;
	
}

#searchOptions form span:last-child{
	border:1px solid #CCCCCC;
	border-radius:6px;
	margin-left:40px;
	background:#FFF;
	height:40px;

}

#searchOptions form span:last-child #keyword-search{
	font-size:18px;
	color:#8B8B8B;
	border:none;
	float:left;
	display:block;
	background:none;
	padding:8px;
	height:auto;
	width:200px;
}

#username, #password, #email{
	font-size:18px;
	color:#8B8B8B;
	padding:10px;
	width:350px;
	border:1px solid #CCCCCC;
	border-radius:6px;
	background:#FFF;
	text-align:center;
}

#username{
	margin-top:25px;
	margin-bottom:25px;
}

#password{
	margin-bottom:25px;
}


.resultTable.users{
	margin-top:5px;
	padding-bottom:30px;
}

.resultTable.users #username, 
.resultTable.users #password, 
.resultTable.users #email{
	margin-top:8px;
	margin-bottom:25px;
}

.resultTable.users form > span{
	float:left;
	width:100%;
	text-align:center;
}

.sji-infotip span strong,
.sji-infotip span font{
	display:block;
	float:left;
	width:100%;
	box-sizing: border-box;
	
}

.sji-infotip span strong{
	font-size:16px;
	padding-bottom: 5px;
	border-bottom:1px solid #CCCCCC;
}

.sji-infotip span font{
	padding-top: 5px;
	padding-bottom: 15px;
}


.resultTable.users form span > label:first-child{
	width:100%;
	font-size:18px;
	color:#8B8B8B;
}

.resultTable.users form .sji-select{
	width:160px;
	margin-top:8px;
	margin-left:calc(50% - 80px);
}

.resultTable.users form .sji-select select,
.resultTable.users form .sji-select select option{
	font-size:15px;
	color:#8B8B8B;
}

.resultTable.users form .sji-select select option{
	font-size:15px;
	font-weight:bold;
}

#searchOptions form span:last-child #button-search{
	float:left;
	display:block;
	width:40px;
	height:40px;
}

#show_keword, #show_search_button, #show_general_message, #error_message{
	display:block;
	float:left;
	width:100%;
	height:auto;
}

#show_general_message, #show_general_message_2{
	font-size:23px;
	padding:20px 0 20px 0;
	color:red;
	line-height:24px;
}
#show_general_message_2{
	display:none;
}

#show_keword span, #show_search_button span{
	width:auto;
	display:inline-block;
	height:auto;
	padding:20px 0 20px 0;
	font-size:22px;
}

#error_message span{
	color:#8B8B8B;
	height:auto;
}

#error_message span:first-child{
	color:#C0A381;
	font-size:42px;
	padding-top:50px;
}
#error_message span:nth-child(2){
	font-size:30px;
	padding-top:40px;
}
#error_message span:last-child{
	font-size:20px;
	padding-top:10px;
	padding-bottom:80px;
}

#show_search_button span{
	padding-top:0px;
}

#show_keword span:first-child{
	
	color:#8B8B8B;
}
#show_keword span:last-child{
	
	color:#C0A381;
}



.filterOptions form span{
	font-size:15px;
	display:block;
	float:left;
	color:#666666;
	margin-right:2px;
}
.filterOptions form span:nth-child(2){
	height:auto;
	padding-top:6px;
}

.filterOptions form span select, .filterOptions form span select option{
	font-size:15px;
	color:#666666;
	width:auto;
}


.filterOptions form span select{
	border:1px solid #CCCCCC;
	padding: 0 0px 0 10px;
	border-radius:6px;
	margin-left:10px;
	display:block;
	height:34px;
}


.filterOptions form span select option{
	padding:5px 0px 5px 8px;
	border-bottom:1px solid #CCC;
	display:block;
	float:left;
	height:auto;
	
}




.contentFrame{
	display:block;
	float:left;
	width:100%;
	height:auto;
	padding-bottom:20px;
	border:1px solid #CCCCCC;
	border-radius:6px;
	
	background:#FFF;
	
}


#footerArea{
	height:auto;
	text-align:center;
	padding:20px 0 20px 0;
}

#footerArea span{
	display:block;
	float:left;
	width:100%;
	font-size:12px;
}


#footerArea span a{
	font-size:12px;
	font-weight:bold;
	
}

.filterOptions, .resultTable{
	display:block;
	float:left;
	width:96%;
	height:auto;
	margin:20px 2% 10px 2%;
}


.form-search{
	display:block;
	width:auto;
	height:auto;
}

.form-search span{
	display:inline-block;
	width:auto;
	height:auto;

}

.form-category-selected, .result-pager, .result-page-count{
	display:block;
	width:auto;
	height:auto;
	
}

.form-category-selected{
	float:left;
}



.page-active{
	background:#B5B5B5;
}

.page-active a{
	color:white !important;
}

.result-pager, .result-page-count{
 float:right;
}

.result-page-count{
	margin-right:5px;
	margin-left:5px;
	font-size:15px;
	padding:8px;
	font-style:italic;
	color:#8B8B8B;
}

.result-pager ul{
	display:block;
	float:right;
	width:auto;
	height:auto;
	
	background:#FFF;
	border:1px solid #CCC;
	border-radius:6px;
	
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	
}

.result-pager ul li{
	list-style:none;
	display:inline-block;
	width:auto;
	height:auto;
	border-right:1px solid #CCC;
	
}

.result-pager ul li:last-child{
	border:none;
}

.result-pager ul li form{
	display:block;
	width:auto;
	height:auto;
}

.result-pager ul li a{
	display:block;
	text-decoration:none;
	padding:7px 10px;
	color:#858585;
	font-weight:bold;
	font-size:15px;
	width:20px;
}


.form-category-selected span{
	display:block;
	width:auto;
	height:auto;
	float:left;
}

.resultTable table{
	width:100%;
}

.resultTable table thead,
.resultTable table tbody{
	display:block;
	float:left;
	width:100%;
	height:auto;
}
.resultTable table thead tr td, .resultTable table thead tr td form a{
	font-family: 'Oswald', sans-serif;
	color:#9B731F;
	font-size:14px;
	text-decoration:none;
}

.resultTable.users table thead tr td, 
.resultTable.users table thead tr td form a{
	font-size:16px;
}

.resultTable.users table tbody tr td, 
.resultTable.users table tbody tr td span,
.resultTable.users table tbody tr td form a{
	font-size:18px;
}


.resultTable.users table tbody tr td:nth-child(1) form a:hover{
	text-decoration:underline;
	color:black;
	font-weight:bold;
}

.resultTable table thead tr td form{
	display:block;
	width:100%;
	height:100%;
}
.resultTable table thead tr td form a{
	display:block;
	height:100%;
}

.resultTable table thead tr td form a:after{
	content:url(../images/icon_columnSort.png);
}



.resultTable table thead tr,
.resultTable table tbody tr{
	display:block;
	float:left;
	width:100%;
	height:auto;
	
}



.resultTable table thead tr{
	border-bottom:1px solid #BC9E7B;
}


.resultTable table td{
	display:block;
	float:left;
	vertical-align:central;
	padding:10px;
}

.resultTable table tbody td{
  height:100px;
}

.resultTable.users table tbody td{
	height:auto;
}

.resultTable table thead td:nth-child(1),
.resultTable table tbody td:nth-child(1){
	width:17%;
}

.resultTable.users table thead td:nth-child(1),
.resultTable.users table tbody td:nth-child(1){
	width:25%;
}



.resultTable table thead td:nth-child(2),
.resultTable table tbody td:nth-child(2){
	width:7%;
}

.resultTable.users table thead td:nth-child(2),
.resultTable.users table tbody td:nth-child(2){
	width:42%;
}


.resultTable table thead td:nth-child(3),
.resultTable table tbody td:nth-child(3){
	width:20%;
  overflow: hidden;
}

.resultTable.users table thead td:nth-child(3),
.resultTable.users table tbody td:nth-child(3){
	width:15%;
}

.resultTable.users table thead td:nth-child(4),
.resultTable.users table tbody td:nth-child(4){
	width:8%;
}



.resultTable table thead td:nth-child(4),
.resultTable table thead td:nth-child(5),
.resultTable table thead td:nth-child(6),
.resultTable table tbody td:nth-child(4),
.resultTable table tbody td:nth-child(5),
.resultTable table tbody td:nth-child(6){
	width:6%;
	text-align:center;
}



.resultTable table thead td:nth-child(7),
.resultTable table thead td:nth-child(8),
.resultTable table thead td:nth-child(9),
.resultTable table tbody td:nth-child(7),
.resultTable table tbody td:nth-child(8),
.resultTable table tbody td:nth-child(9){
	width:8%;
}

.resultTable table thead td:nth-child(9),
.resultTable table tbody td:nth-child(9){
	width:3%;
	text-align:center;
}





.resultTable table tbody td:nth-child(1) span{
	display:block;
	width:100%;
	height:100%;
	float:left;
	text-align:center;
	overflow:hidden;
}

.resultTable table tbody td:nth-child(1) img{
	height:70px;
	border:1px solid #939393;
}

.resultTable table tbody td form{
	width:100%;
	height:100%;
}

.resultTable table tbody td form a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

.table_result_row{
	padding:0px;
	border:none;
}

.table_result_row:nth-child(odd){
	background:#EAEAEA;
}

.table_result_row:nth-child(odd) .sort_column{
	background:#DDDDDD;
}
.table_result_row:nth-child(even) .sort_column{
	background:#F2F2F2;
}

.result_thumb{
	position:relative;
}

.icon_result_outdated{
	position:absolute;
	z-index:3;
	left:0px;
	border:none !important;
	width:25px !important;
	height:25px !important;
}

.column_left, .column_right{
	float:left;
	width:46%;
	height:auto;
	/*background:#CCC;*/
	margin-top:20px;
	text-align:left;
}

.column_left{
	margin-left:2%;
}
.column_right{
	margin-left:3%;
}

#imagePreview{
	float:left;
	width:96%;
	height:auto;
	text-align:center;
	border:1px solid #CCC;
	padding:2%;
	background:#FFF;
	
}

#imagePreview img{
	height:auto;
	width:100%;
}

#outdated_overlay{
	width:100%;
	height:auto;
	padding:20px 0px;
	background:rgba(255,0,0,1);
	text-align:center;
	color:white;
	/*position:absolute;
	top:2.5%;
	z-index:2;*/
	
	font-size:18px;
	margin-bottom:8px;
	
}

.content_data{
	float:left;
	width:100%;
	height:auto;
	margin-top:26px;
}
.content_data_buttons{
	float:left;
	width:100%;
	height:auto;
	text-align:center;
}

.data_title{
	font-size:16px;
	/*float:left;*/
	height:auto;
	margin-bottom:5px;
	font-weight:bold;
	color:#8B8B8B;
	margin-right:10px;
}

.data_title.active-title {
    float: left;
    display: block;
}

.edit-label {
  margin: 0;
}

.required::after{
	content:" *";
	color:red;
	font-size:18px;
}

.data_title_h1{
	font-size:18px;
	float:left;
	height:auto;
	margin-bottom:5px;
	color:#80581A;
}

.data_group_1{
	float:left;
	height:auto;
	margin-top:3px;
	margin-bottom:5px;
}

.data_frame_1, .data_frame_2{
	float:left;
	width:90%;
	padding:5%;
}
.data_frame_1 .data_title, .data_frame_2 .data_title{
	margin-bottom:10px;
}

.data_frame_1{
	border:1px solid #CCC;
}

.data_frame_2{
	background:#F0F0F0;
	border:1px solid #F0F0F0;
}
.form_textInput{
	float:left;
	width:95%;
	border:1px solid #CCC;
	padding:10px
}

.upload_file{
	float:left;
	border:1px solid #CCC;
	padding:10px;
	width:80%;
	background:#FFFFFF;
}

.clear_file{
	display:block;
	float:left;
	width:calc(10% + 4px );
	height:44px;
	margin-left:3%;
	overflow:hidden;
	background:url(../images/icon_clear.svg) top no-repeat;
	text-indent:-200px;
	
}

form label{
	display:block;
	float:left;
	/*margin-left:5px;
	margin-right:10px;*/
  margin-left: 25px;
  margin-right: 10px;
	width:auto;
	height:auto;
}

form label input{
	margin-right:5px;

}

.label_column{
	/*width:45%;*/
	height:38px;
	overflow:hidden;
	margin-top:5px;
	margin-bottom:5px;
	line-height:18px;

}

.label_column span{
	float:left;
	width:auto;
	height:100%;
	margin-right:5px;
}






.file_specs_display{
	float:left;
	width:96%;
	height:auto;
	margin:0px 2% 10px 2%;
}

.file_specs_display ul{
	display:block;
	float:left;
	height:auto;

}

.file_specs_display ul li{
	display:block;
	float:left;
	list-style:none;
	padding:15px 0px 0px 5px;
	height:42px;
	width:100%;
}

.file_specs_display ul li:nth-child(even){
	background:#F0F0F0;
}

.content_data .resultTable table thead td{
	padding:5px;
}

.content_data .resultTable table thead td:nth-child(1),
.content_data .resultTable table tbody td:nth-child(1){
	width:18%;
}

.file_specs_display ul:nth-child(1){
	width:calc(18% + 10px);
}


.content_data .resultTable table thead td:nth-child(2),
.content_data .resultTable table tbody td:nth-child(2){
	width:26%;
}

.file_specs_display ul:nth-child(2){
	width:calc(26% + 10px);
}

.content_data .resultTable table thead td:nth-child(3),
.content_data .resultTable table tbody td:nth-child(3){
	width:15%;
}

.file_specs_display ul:nth-child(3){
	width:calc(15% + 10px);
}

.content_data .resultTable table thead td:nth-child(4),
.content_data .resultTable table tbody td:nth-child(4){
	width:10%;
	text-align:center;
}

.file_specs_display ul:nth-child(4){
	width:calc(10% + 10px);
	text-align:center;
}

.file_specs_display ul:nth-child(4) li{
	padding-left:0px;
	padding-right:0px;
}

.content_data .resultTable table thead td:nth-child(5),
.content_data .resultTable table tbody td:nth-child(5){
	width:16%;
	text-align:center;
}

.file_specs_display ul:nth-child(5){
	width:calc(16% + 10px);
	text-align:center;
}

.file_specs_display ul:nth-child(5) li{
	padding-left:0px;
	padding-right:0px;

}

.file_specs_display ul:nth-child(5) li a{
	width:70%;
	margin-top:-5px;
	margin-left:10px;
	height:34px;
}

.button_brown{
	display:block;

	border-radius:6px;
	text-decoration:none;
	
	background: rgb(156,116,31); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(156,116,31,1) 0%, rgba(125,85,26,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,116,31,1)), color-stop(100%,rgba(125,85,26,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(156,116,31,1) 0%,rgba(125,85,26,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(156,116,31,1) 0%,rgba(125,85,26,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(156,116,31,1) 0%,rgba(125,85,26,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(156,116,31,1) 0%,rgba(125,85,26,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c741f', endColorstr='#7d551a',GradientType=0 ); /* IE6-9 */
	
}


.button_gray{
	display:block;
	border:1px solid #CCC;
	float:left;
	width:auto;
	border-radius:6px;
	text-decoration:none;
	
	background: rgb(240,240,240); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(211,211,211,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(211,211,211,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(211,211,211,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(211,211,211,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(211,211,211,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(240,240,240,1) 0%,rgba(211,211,211,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
	
}


.button_black{
	display:block;
	float:left;
	width:auto;
	border-radius:6px;
	border:none;
	text-decoration:none;
	
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(59,59,59,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,1)), color-stop(100%,rgba(59,59,59,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(59,59,59,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(59,59,59,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(59,59,59,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(102,102,102,1) 0%,rgba(59,59,59,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#3b3b3b',GradientType=0 ); /* IE6-9 */
	
}




.button_tab{
	display:block;
	float:left;
	width:140px;
	margin-top:0px;
	margin-left:141px;
	border-radius:0px 0px 6px 6px;
	
	cursor:pointer;
	
	border-left:1px solid #B0B0B0;
	border-bottom:1px solid #B0B0B0;
	border-right:1px solid #B0B0B0;
	
	background: rgb(224,224,224); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(224,224,224,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}

#container_replace_file{
	height:0px;
	overflow:hidden;
	margin-bottom:0px;
}

.button_label{
	padding:10px 20px;
	font-size:16px;
	color:white;
	height:auto;
	text-align:center;

}

.button_label2{
	padding:10px 20px;
	font-size:16px;
	color:#666666;
	height:auto;
	text-align:center;
	
}
.button_label, .button_label2{
	font-weight:bold !important;
	text-decoration:none !important;
}


.info_file_date{
	padding:10px 0px 10px 0px;
	color:#666;
	border-bottom:1px solid #CCC;
	
}

.info_file_date em{
	color:#666;
}

.validation_alert, .validation_alert_2, .validation_alert_3, .validation_alert_user{
	float:left;
	width:100%;
	height:auto;
	border:1px solid #FF2626;
	border-radius:6px;
	background:#FFD7DB;
	text-align:center;
	margin-bottom:10px;
}

.validation_alert span, .validation_alert_2 span, .validation_alert_3 span, .validation_alert_user{
	padding:10px;
	color:red;
}

.validation_alert_2, .validation_alert_3, .validation_alert_user{
	display:none;
}


.validation_alert_user{
	box-sizing:border-box;
	width:400px !important;
	margin-left:calc(50% - 200px);
	margin-top:10px;
}


.validate_login{
	display:block;
	float:left;
	width:100%;
	height:auto;
	
}

.validate_login span{
	display:block;
	height:auto;
	width:350px;
	border:1px solid #FF2626;
	border-radius:6px;
	background:#FFD7DB;
	text-align:center;
	
	padding:20px 10px;
	color:red;
	font-size:18px;
}

#submit_upload{
	display:block;
	float:left;
	height:42px;
	width:171px;
	background:url(../images/button_uploadFile.svg) no-repeat scroll 0 0 rgba(0,0,0,0);
	border:none;
	text-indent:-400px;
	cursor:pointer;
}

#submit_saveChanges{
	display:block;
	float:left;
	height:44px;
	width:191px;
	background:url(../images/button_saveChanges.svg) no-repeat scroll 0 0 rgba(0,0,0,0);
	border:none;
	text-indent:-400px;
	cursor:pointer;
}


#submit_outdated{
	display:block;
	float:left;
	height:44px;
	width:187px;
	border:none;
	text-indent:-400px;
	cursor:pointer;
}

#submit_outdated.on{
	background:url(../images/button_outdated_on.svg) no-repeat scroll 0 0 rgba(0,0,0,0);
}

#submit_outdated.off{
	background:url(../images/button_outdated_off.svg) no-repeat scroll 0 0 rgba(0,0,0,0);
}

#submit_delete{
	display:block;
	float:left;
	height:44px;
	width:187px;
	background:url(../images/button_delete.svg) no-repeat scroll 0 0 rgba(0,0,0,0);
	border:none;
	text-indent:-400px;
	cursor:pointer;
}

#home_hotels{
	display:block;
	float:left;
	width:100%;
	height:auto;
}

#home_hotels li{
	display:block;
	float:left;
	width:22.8%;
	height:76px;
	border-radius:6px;
	margin-left:1.6%;
	margin-top:2%;
	background:#FFF;
	text-align:center;
	overflow:hidden;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}

.button-view-archive{
	display:block;
	float:left;
	width:120px;
	height:auto;
	border-radius:6px;
	
	margin-left:calc(50% - 75px);
	margin-top:20px;
	
	color: #AF895F;
	background:#FFF;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	padding:10px;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}


.small_notes{
	float:left;
	font-style:italic !important;
	font-size:13px;
	color:#888;
}

#cover{ 
	position:fixed; 
	top:0; 
	left:0; 
	background:rgba(0,0,0,0.85); 
	z-index:5; 
	width:100%; 
	height:100%; 
	display:none;
}

#cover_message, #cover_message_update{ 
	height:auto; 
	width:70%; 
	left:15%;
	position:fixed; 
	z-index:10; 
	text-align:center;
	top:30%;
	padding:80px 0 80px 0;
	display:none;
}



#cover_message span, #cover_message_update span{
	color:white;
	font-size:30px;
	line-height:40px;
	font-weight:normal;
	
}

.sort-cols {
  column-count: 2;
  -webkit-column-count: 2; /* Old Chrome, Safari and Opera */
  -moz-column-count: 2; /* Old Firefox */
  column-gap: 0;
  -webkit-column-gap: 0; /* Old Chrome, Safari and Opera */
  -moz-column-gap: 0; /* Old Firefox */
  margin: 0 0 0 -50px;  
  list-style: none;
  clear: both;
}

.sort-cols li {
  display: inline-block;
  height: 40px;
  list-style: none;
}

ul,
ul li {
  list-style: none;
}
 
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.checkbox-disabled{
	opacity:0.5;
}


@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.label_column {
    position: relative !important;
}