/******************************************/
/* 		    General effects 	  */
/******************************************/
/**
* Main font.
*/
@font-face {
	font-family: "Arial-font"; 
	src: url(../Font/arial.ttf)  format("truetype"); 
}

/**
* Body and html parameters. 
*/
body {
    background: url("../img/Background.png") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
  	min-height: 100%;
}

html,
body, 
.pure-menu 
{
	letter-spacing: 1px;
	display: block;
	font-size: 0.9rem; 
	color: white;
}

html p, h1, h2, h3, h4, h5, h6, span, a,
body p, h1, h2, h3, h4, h5, h6, span, a, 
.pure-menu p, h1, h2, h3, h4, h5, h6, span, a
{
	font-family: "Arial-font", sans-serif !important;
}

.hover_common { 
 	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
	-webkit-filter: invert(0%);
	filter: invert(0%); 
}

.hover_common:hover {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.startsession > img {
	margin-top: 2px;
	width: auto; 
	height: auto;
}

.exit_form {
	position:absolute; 
	top: -0.9rem; 
	left: 95%; 
}

.register {
	margin-left: 20%; 
}

.register h5 {
	color: white; 
}

.register h5 > a {
	color: #4D5453; 
	font-weight:bold; 
}

.register h5 > a:hover {
	text-decoration: underline;
}

.misc_panel {
	padding: 2%; 
}

/**
* General Error handler class. Hides error
*/
.hidden-error { 
	display: none;
}

/**
* General Error handler class. Shows error
*/
.show-error { 
	display: inline-block;
	color: white; 
	font-size: 16px;
	padding-bottom: 1.0rem; 
}		

/*-------------------------------------*/
/* General Form FX						*/
/*-------------------------------------*/

form.formulario input { 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: rgba(255,255,255,0.1);
	border-color: rgba(255,255,255,0.2); 
}	
	form.registro input {
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		background-color: rgba(255,255,255,0.3);
		border-color: rgba(0,0,0,0.1);
		color: white;
		box-shadow: none; 
	}

form.formulario b, form.registro b {
	color: white;
}


form.registro.uppercasemode b, form.registro.uppercasemode input::-webkit-input-placeholder {
	font-size: 14px;
}

.login-img > img {
	margin-left: 50%;
	width: 24px;
	height: 24px;
}

.promotions {
	text-align: center;
	padding: 2%;
}

.promotions h5 {
	color: white;
	font-weight: bold; 
}

.promotions img {
	width: 3.5rem; 
	height: 3.5rem; 
}

/**	color
* Form FX. Select tag effect
*/
select > option { 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-weight: bold;
}

/**
* Main area to display whole content
*/
.content_area div { 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/**
* Tabs FX. Admin tools only. 
*/
.tabs .tab-title.Register > a {
	-webkit-border-top-left-radius: 15px;
	-moz-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
}

.Warning, .Warning h5, .Warning h4, .Warning h3 { 
	color: white; 
	text-align: center; 
}

/**
* Renderer FX. Applied effect to files. 
*/
.file_display *, .file_display {
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

.file_display p { 
	font-size: 8px; 
	text-align: center; 
	text-transform: uppercase;   
}	
	.file_display img {
		width: 20%;
		height: 10%; 
	}
		.file_display a.button, .file_display h5 { 
			text-align: center; 
			width: 40%; 
		}

/*-------------------------------------*/
/* 				Scroll FX. 				*/
/*-------------------------------------*/

.list_scroller, #promociones, #avisos, #modal_info, .scroll_inside { 
	overflow-y:auto;
} 

.list_scroller::-webkit-scrollbar, .scroll_inside::-webkit-scrollbar, #promociones::-webkit-scrollbar, #avisos::-webkit-scrollbar, #modal_info::-webkit-scrollbar { 
	width: 8px; 
}

.list_scroller::-webkit-scrollbar-thumb, .scroll_inside::-webkit-scrollbar-thumb, #avisos::-webkit-scrollbar-thumb, #promociones::-webkit-scrollbar-thumb, #modal_info::-webkit-scrollbar-thumb {
	background-color: white;
	border-radius: 10px;
}

#avisos::-webkit-scrollbar-thumb, #promociones::-webkit-scrollbar-thumb, #modal_info::-webkit-scrollbar-thumb {
	background-color: #9E9E9E; 
}

.list_scroller::-webkit-scrollbar-thumb:hover, .scroll_inside::-webkit-scrollbar-thumb:hover {
	background-color:#ADADAD;
}

#avisos::-webkit-scrollbar-thumb:hover, #promociones::-webkit-scrollbar-thumb:hover, #modal_info::-webkit-scrollbar-thumb:hover {
	background-color: #878787; 
}

.list_scroller::-webkit-scrollbar-thumb:active, .scroll_inside::-webkit-scrollbar-thumb:active {
	background-color:#999999;
} 


#avisos::-webkit-scrollbar-thumb:active, #promociones::-webkit-scrollbar-thumb:active, #modal_info::-webkit-scrollbar-thumb:active  {
	background-color: #686868; 
}

#rc-imageselect, .g-recaptcha {
	transform:scale(0.7);
	-webkit-transform:scale(0.7);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------*/
/*	Effect to resize main logo and repositioning login form. */  
/*-----------------------------------------------------------*/

.main_logo {
	width: 95%; 
	height: auto;
	margin: 0% 0% 0% 5%; 
}

.centered_login {
	margin: 15% 0% 0% 0%; 
}

/*-------------------------------------*/
/* Footer 								*/
/*-------------------------------------*/

.test { 
	border: solid red; 
}

.Footer{ 
	position: fixed; 
	/*border: white solid 2px; */
	background: #2BA6CB;
	bottom: 0;
	width: 100%; 
}

.credits {
	text-align: center; 
	font-size: 1.25rem;
	padding: 2%;
	margin-top: 1%;
}
/*------------------------------------*/
/*				News				  */
/*------------------------------------*/
  
/*-------------------------------------*/
/*			User image effect.   	   */
/*-------------------------------------*/
.perfil_image {
	border: rgba(230, 230, 230, 0.5) solid 3px; 
	border-radius: 100%; 
	-moz-border-radius: 100%;
    -webkit-border-radius: 100%; 
	margin-left: 5%; 
	height: 11%;
	width: 11%
}

.in_admin_img {
	width: 45%;
	height: 45%;
	border: rgba(230, 230, 230, 0.9) solid 4px; 
	border-radius: 100%; 
	-moz-border-radius: 100%;
    	-webkit-border-radius: 100%; 
}

.in_admin_img.fullscreen {
	width: 30%;
	height: 30%;
}
 
/*-------------------------------------*/
/*		User info modal box 		   */
/*-------------------------------------*/

.userframe {
	background: rgba(211,211,211,0.5); 
	margin: 1%; 
	padding: 1%;
	text-align: center;
}

.userframe h6 {
	font-weight: bold;
	word-wrap: break-word;
	color: white;
}

/*------------------------------------*/
/* 		Document menus FX			  */		
/*------------------------------------*/

.user_menu {
	background: rgba(210,210,210,0.5);
	padding: 1%;
	margin-bottom: 0.5rem;
}

.user_menu h5 {
	color: white;
	text-align: center;
	font-weight: bold;
	word-wrap: break-word;
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.user_menu h5:hover, 
	.user_menu > .current h5 {
	color: yellow;
	cursor: pointer;
}

.submit_button * {
	text-align: center;
}

#userconfig {
	padding: 2%;
}

.user_brief
{
	padding: 1%;
	margin: 0.25rem 0 0.75rem 0; 
	background: rgba(210,210,210,0.5);
}
	.user_brief h5, .user_brief h6 {
		text-align: center; 
		word-wrap: break-word;
		color: white;
	}
	.user_brief h5 {
		font-weight: bold  !important;
	}

/*-------------News-------------------*/

/*--------------------------------*/
/*	Modal panel		  			  */
/*--------------------------------*/
.modal_img {
	border-radius: 0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	margin: 1% 0% 1% 2%;
	background: white;
	padding: 2% 2% 5% 2%; 
	width: 96%;
}

.true_image {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
	background: white;
	padding: 2% 2% 5% 2%; 
	margin-left: 3%;
	width: 90% !important;
	height: 9.0rem !important;
}

#avisos { 	
	width: 100%; 
	height: 235px;
	/*margin-bottom: 1.0rem;*/
}

.promociones {
	margin-top: 1%;
	height: 100%;
	width: 100%;
}

#promociones {
	width: 100%; 
	height: 235px;
	margin-bottom: 1.0rem;
}

.promociones p, .avisos p, .clima p {
	font-weight: bold; 
	font-size: 1.4rem;
	text-align: center; 
	padding-top: 1.2rem; 
	color: white; 
	cursor: pointer;
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

.aviso_box { 
	background: rgba(200,200,200,0.5); 
	margin: 2% 0% 2% 4%;
	padding: 1%; 
}

.aviso_box h4 { 
	cursor:pointer;
	color: white; 
	margin-left:5%; 
	font-weight: bold; 
}

.aviso_box h5 {
	color: white; 
	margin-left:5%; 
	font-size: 10px;
	font-weight: bold;
}


.aviso_box h6 { 
	color: #EFEFEF; 
	margin-left: 5%;
	font-weight: bold;
}

.aviso_box h5 > a { 
	font-size: 12px;
}

#promociones .aviso_box a, #avisos .aviso_box a, .history .history_box a { 
	margin-left: 60%;
	margin-bottom: 5px; 
	font-weight: bold; 
	color: #E2E2E2;
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#promociones .aviso_box a:hover, #avisos .aviso_box a:hover
{
	color: #0059AD;
}

#history {
	padding: 0.4rem; 
	text-align: right; 
	font-weight: bold; 
	cursor: pointer;
}

.modal_info {
	margin: 0 !important; 
	padding: 2%;
}

.modal_info h2 {
	color: white;
}

#modal_info {
	padding: 1%;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
}

#modal_info h6 {
	color: lightgrey;
}

.pdfmodal {
	margin-top: 1%; 
}

.download_contnt {
	height: 6%; 
	width: 6%;
	margin-left: 47%;
}

.exit_img {
	margin-left: 100%; 
}

.back_img {
    width: 4.0rem !important;
    height: 4.0rem !important;
    margin-top: 3.0rem;	
}

hr {
    display: block;
    border: 1px solid white;
    margin: 1em 0;
    padding: 0;
    opacity: 0.5;  
}

.common_option {
	padding-top: 3%; 
} 

.common_option > p {
	font-weight: bold; 
	font-size: 18px;
	color: white; 
	text-align: center;
}

.category_box {
	border: solid 2px rgba(255,255,255,0.5); 
	margin: 1% 1% 1% 5%;
	padding-bottom: 0.2rem;
	background: rgba(200,200,200,0.4); 
	width: 90%;
}

.category_box > p:hover {
	color: yellow;
}

.category_box h5.telephones:hover {
	color: yellow; 
}

.history_box {
	margin: 1% 0% 1% 5%;
	padding-bottom: 0.2rem;
	width: 90%;
}

.history_box p {
	text-align: center !important; 
}

.history_box > p:hover {
	color: yellow;
}

.history_box p {
	padding-top: 0.5rem !important; 
	font-size: 16px; 
	cursor: pointer;
}

.frame_supp {
	background: rgba(255,255,255,0.7); 
	color: black; 
	padding: 0;
	margin-bottom: 0.7rem; 
	text-align: center;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.frame_supp h5 {
	color: white;
	background: rgba(0,0,0,0.7);
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 0.2rem;
	word-wrap: break-word;
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.frame_supp a {
	word-wrap: break-word;	
}

.img_spp img {
	width: 100%; 
	height: 100%;
	padding: 0.4rem;
	-moz-border-radius: 15px;
	border-radius: 15px;
	left: 0;
	margin-top: 5%;
}

.content_background { 
	background: rgba(0,0,0,0.5);  
} 

.priority_tag {
	width: 3%;
	height: 3%; 
	padding-bottom: 0.6rem;
}

.aviso_box  span {
	color: red;
	font-size: 1.0rem;
}

.priority_tag:hover > span {
	display: inline; 
}

/*-----------------------------*/
/*		Upload system		   */
/*-----------------------------*/

div.drag_and_drop {
	padding: 10px;
	text-align: center;
	font-size: 10px; 
	font-weight: bold;
	margin-left: 10%; 
	width: 80%;
	height: 100%;
	border: 4px dashed white;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0.5; 
}
	.drag_and_drop:hover {
		opacity: 1; 
		width: 90%;
		padding: 30px 0% 30px 0%; 
		margin-left: 5%; 
	}
	
.extraoption {
	margin-top: 1%;
} 	
	.extraoption > .userbox {
		margin: 1.1rem;
	}
	
#uploadfile {
	margin: 0 10% 0 10%; 
}

#uploadfile b {
	color: white;
}

.filecontent, .suppliercontent {
	padding: 0 0 1.0rem 0 !important;
}

.loading > img {
	background: rgba(0,0,0,0);
	width: 10%; 
	height: 10%;
	margin-left: 45%;
}

.button_input {
	position: relative;
	overflow: hidden;
	margin: 10px;
	height: 100%;
	width: 100%;
	text-align: center;
}

.button_input input.upload, .entry_input input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 80%;
}

.entry_input  {
	color: white; 
	font-weight: bold;
}

.button_input img { 
	margin-top: 20px; 
}

.custom-message { 
	font-size: 12px;
	font-weight: bold;
}

.custom-span {
	margin-top: 3%; 
	text-align: center; 
	font-weight: bold; 
	font-size: 12px; 
} 

#uploadFile { 
	border: none;
	margin-left: 10px; 
	width: 200px;
}

/*-----------------------------*/
/*		Placeholders 		   */
/*-----------------------------*/

form::-webkit-input-placeholder{ 
	color: rgba(150,150,150,0.7);
}

form::-moz-placeholder {
	color: rgba(150,150,150,0.7);
}

form::-moz-placeholder {
  /* Firefox 19+ */
 	color: rgba(150,150,150,0.7); 
}

form::-ms-input-placeholder {
 	color: rgba(150,150,150,0.7);
}
/*-----------------------------*/
/*		Default frame FX 	   */
/*-----------------------------*/

.general_frameFX > img {
	z-index: -1; 
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*-----------------------------*/
/*			Editors 		   */
/*-----------------------------*/

.contact_editor > img {
	width: 50%;
	margin-left: 25%;
	border: solid white 5px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.page_editor > img {  
	width: 80%;
	height: 160px;
	margin-left: 10%;
	border: solid white 5px;
}
	.page_editor:hover > img {
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px); 
		filter: blur(5px); 
	}	

.page_editor h5 { 
	font-weight: bold; 
	text-align: center; 
	color: white;
}
	
.custom-img input.upload {
	position: absolute;
	top: 0%;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 87%;
	width: 90%;
}

.custom-img > img { 
	position: absolute; 
	top: 30%; 
	left: 43%;  
	width: 15%; 
	height: 30%;  
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	.custom-img:hover > img {
		top: 37%; 
		left: 45%; 
		width: 10%; 
		height: 20%;
	}

.file_pdf {
	padding: 1%;
	text-align: center;
}

.file_pdf span, .file_pdf p {
	color: white;
	font-size: 12px;
	font-family: inherit; 
}

.portrait {
	background: white; 
	width: 7.0rem !important;
    height: 5.5rem !important;
    padding: 2px 2px 7px 2px;
}

.img_portrait_1 {
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
	position: absolute; 
	z-index: 2; 
}

.img_portrait_2 {
	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
	position: absolute;
	z-index: 1;  
}

.img_portrait_3 {
	 -ms-transform: rotate(25deg); /* IE 9 */
    -webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
    transform: rotate(25deg); 
}

/*-----------------------------*/
/*			Main menu 		   */
/*-----------------------------*/

.page_content { 
	position: absolute; 
	top: 5.0rem;
	left: 13%;
	width: 87%; 
}

.icon-stack {
	margin: 10% 0% 5% 10%; 
	width: 70%; 
	height: 20%; 
}

.main-functions img { 
	width: 10%; 
	height: 10%;
	margin: -2% 10% 0% 0%;
	top: 0; 
}

.main-functions > a {
	font-size: 0.75rem; 
}

.administrator_tools > li {
	padding-left: 10%; 
	font-size: 8px;
} 

.adm_tool img { 
	width: 6%; 
	height: 6%;
	margin: -2% 5% 0% 0%;
	top: 0; 
}

.adm_tool.current a, 
	.adm_tool.current:hover a { 
	color: #F1FF9B; 
}

.top_user_menu { 
	top: 0;  
	position: absolute;
	left: 75%;
	width: 25%; 
	height: 100%; 	
	padding: 0% 0% 10% 0%; 
}

/*-----------------------------*/
/*		Site editor 		   */
/*-----------------------------*/

.warp_content a {
	display: block;
	padding: 1em 1em 1em 0.5em;
	outline: none;
	color: white;
	letter-spacing: 1px;
	font-size: 14px; 
	font-weight: bold;	
}

.warp_content > a > img {
	margin: 0% 0% 0% 8%; 
	filter: invert(0%); 
	-webkit-filter: invert(0%); 
	-webkit-transition: all 0.9s ease-in-out; 
	-moz-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
}

.icon_user_menu:hover { 
	filter: invert(100%); 
	-webkit-filter: invert(100%); 
}

/*-----------------------------*/
/*			Media queries 	   */
/*-----------------------------*/

@media only screen and (min-width: 768px) and (max-width: 909px){
	.top_user_menu { 
		left: 85%;
		width: 15%;  
	}

	.warp_content a {
		font-size: 10px; 
	}
	
	.perfil_image {
		width: 25%; 
		height: 25%; 
	}
	
	.icon_user_menu { 
		width: 15%; 
		height: 15%; 
	}
	
	.warp_content > a > img {
		margin: 0% 0% 0% 3%; 
	}
	
	.f-dropdown {
		max-width: 100px;  
	}
	
	.f-dropdown li {
		font-size: 0.575rem;
	}
}

@media only screen and (min-width: 501px) and  (max-width: 768px){
	.top_user_menu { 
		left: 75%;
		width: 25%;  
	}

	.warp_content a {
		font-size: 12px; 
	}
	
	.perfil_image {
		border: lightgray solid 3px; 
		width: 20%; 
		height: 20%; 
	}
	
	.icon_user_menu { 
		width: 15%; 
		height: 15%; 
	}
	
	.warp_content > a > img {
		margin: 0% 0% 0% 3%; 
	}
}

@media only screen and (max-width: 500px){
	.top_user_menu { 
		left: 60%;
		width: 50%;  
	}

	.warp_content a {
		font-size: 16px; 
	}
	
	.perfil_image {
		border: lightgray solid 3px; 
		width: 15%; 
		height: 15%; 
	}
	
	.icon_user_menu { 
		width: 11%; 
		height: 11%; 
	}
	
	.warp_content > a > img {
		margin: 0% 0% 0% 3%; 
	}
}