/*
	Estilos epeciales para el proyecto : Josmar
	Elaborado por: Natsumi Franco
	Fecha: Septiembre 2017
	Edición: Septiembre 2017
	
		A) General
		B) Catalogos
		C) Clientes
			C1) Resumen
			C2) Estaciones
		D) Orden de servicio
			D1) Rewuerimientos --> Generar verificación
		E) Verificaciones
			E1) Mini summary
		F) Reportes
*/

/* A) General */
.row_option_btn i {
			display: block !important;
			color: #fff !important;
			font-size: 1.5em;
		}	
	
	@media (min-width:100px) and (max-width:750px) {
		.row_option_btn i { font-size: 1em; left: initial; right: 5px; }
		.row_option_btn { font-size: .8em !important; }
	}
	
.crumb_nav_option {
		background-color: #05f0d0;
		border-radius: 50px;
		text-align: center;
		padding: 10px 15px;
		font-size: .8em;
		cursor: pointer;
		color: #fff;
	}
	.crumb_nav_option i { vertical-align: middle; }
	
.flex_catalog {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content:center;
		align-content: flex-start;
	}

.cursor_pointer { cursor: pointer; }

.lowercase { text-transform: lowercase; }


#submenu_manage {
		margin: 0px auto;
		text-align: right;
		width: 90%;
	}
	.btn_menu_manage {
			border: solid 1px #1dae9a;
			display: inline-block;
			cursor: pointer;
			color: #1dae9a;
			padding: 10px;
			margin: 10px;
		}
	.withe_pdf_ct{
		width: 90%;
		text-align: right;
	}
/* Chekc box especial */
.checkbox_special input[type="checkbox"]{
	  position: absolute;
	  opacity: 0;
	  z-index: -1;
	}
	.checkbox_special label.label_checkbox {
	  position: relative;
	  display: inline-block;
	  padding-left: 30px;
	  padding-right: 10px;
	  line-height: 40px;
	  margin-left: 30px;
	  margin-top: 20px;
	  cursor: pointer;
	  z-index: 0 !important;
	}
	.checkbox_special label.label_checkbox::before {
	  content: " ";
	  position: absolute;
	  top: 6px;
	  left: 0;
	  display: block;
	  width: 24px;
	  height: 24px;
	  border: 2px solid #1dae9a;
	  border-radius: 4px;
	  z-index: -1;
	}
	.checkbox_special input[type="checkbox"] + label.label_checkbox{
	  color: #1dae9a;
	}		
	.checkbox_special input[type="checkbox"][value="1"] + label.label_checkbox{
	  padding-left: 10px;
	  color: #FFF;
	}
	.checkbox_special input[type="checkbox"][value="1"] + label.label_checkbox::before {
	  top: 0;
	  width: 100%;
	  height: 88%;
	  background: #1dae9a;
	}
	/* Transition */
	.checkbox_special label.label_checkbox,
	.checkbox_special label.label_checkbox::before {
	  -webkit-transition: .25s all ease;
	  -o-transition: .25s all ease;
	  transition: .25s all ease;
	}

/* Summary */
.summary_container {
		background-color: rgba(242,242,242,.95);
		padding-bottom: 20px;
		position: relative;
		margin: 20px auto;
		text-align: left;
		max-width: 90%;
		display: block;
		width: 100%;
	}
	.summary_header {
			background-color: #d38c30;
			box-sizing: border-box;
			padding: 15px 10px;
			text-align: left;
			font-size: 1.3em;
			display: block;
			color: #fff;
			width: 100%;
		}
		.summary_header .this_close { height: initial; width: initial; color: #FFFFFF; }
	
	.summary_content {
			margin: 20px auto;
			display: block;
			width: 95%;
		}

/* Summary tickets */
#ticket_summary {
		background-color: #FFFFFF;
		padding-bottom: 30px;
		margin: 100px auto;
		position: relative;
		padding: 10px;
		width: 500px;
	}
	#ticket_summary_header {
			background-color: #d38c30;
			box-sizing: border-box;
			height: 100px;
			width: 100%;
		}
		#ticket_summary_header img { margin: 15px; width: 80px; }
		
		#ticket_summary_header .this_close {
				border-radius: 50%;
				position: absolute;
				color: #ffffff;
				height: initial;
				width: initial;
				padding: 20px;
				right: 0px;
				top: 0px;
			}
	
	#ticket_summary_title {
			text-align: center;
			margin: 0px auto;
			margin-top: -50px;
			width: 300px;
		}
		#ticket_summary_photo {
				background-repeat: no-repeat;
				background-position: center;
				background-color: #ffffff;
				box-sizing: border-box;
				background-size: 70%;	
				vertical-align: top;
				border-radius: 50%;
				margin: 0px auto;
				display: block;
				height: 100px;
				width: 100px;
			}
			
		#ticket_summary_title sub { color: #ffffff; }
		#ticket_summary_title p { font-size: 1.1em; color: #ffffff; }
		
	.ticket_summary_sep {
			background-color: #cfe4e1;
			margin-bottom: 25px;
			border: none;
			height: 1px;
			width: 100%;
		}
	.ticket_summary_sub { display: block; font-size: .8em; color: #656565; }
	.ticket_summary_p { color: #0081c6; }
	
	.ticket_summary_duo {
			display: inline-block;
			position: relative;
			margin-right: 3%;
			width: 45%;	
		}
		.ticket_summary_duo .tooltip { position: absolute; right: 0px; top: 15px; }
 
/* B) Catalogos */	
.catalog_container {
		border: #d3d9e7 1px solid;
		display: inline-block;
		border-radius: 10px;
		vertical-align: top;
		position: relative;
		padding: 20px;
		height: 350px;
		margin: 10px; 
		width: 25%;  
	}	
	.catalog_container_item { overflow: auto; height: 250px; }
		.catalog_container h3 { font-family: 'montserratregular'; margin: 20px 0px; text-align: center; }	
		.catalog_container .catalog_item { border-radius: 10px; line-height: 2.5; cursor: pointer; color: #555555; }	
			.catalog_container .catalog_item span { margin-right: 20px; margin-left: 20px; color: #b7b7b7; }	
			.catalog_container .catalog_item i { margin-right: 10px; margin-left: 10px; color: #d38c30; }
			
		.catalog_container .catalog_item:hover { background-color: #57678d; color: #FFFFFF; }
			.catalog_container .catalog_item:hover span { color: #FFFFFF; }
			.catalog_container .catalog_item:hover i { color: #FFFFFF; }
			
		.catalog_container .catalog_item_check { background-color: #57678d; color: #FFFFFF; }
			.catalog_container .catalog_item_check span { color: #FFFFFF; }
			.catalog_container .catalog_item_check i { color: #FFFFFF; }
	
	.catalog_btn_add {
			transform: translateX(-50%);
			background-color: #e8c260;
			border-radius: 50px;
			padding: 10px 20px;
			text-align: center;
			position: absolute;
			margin: 0px auto;
			cursor: pointer;
			display: block;
			color: #FFFFFF;
			width: 200px;
			bottom: 10px;
			left: 50%;
		}
		.catalog_btn_add i { vertical-align: middle; }
		
#catalog_options {
		background-color: #FFFFFF;
		padding-bottom: 30px;
		margin: 100px auto;
		position: relative;
		padding: 10px;
		width: 500px;
	}
	#catalog_options_header {
			background-color: #57668c;
			box-sizing: border-box;
			text-align: center;
			padding: 20px;
			width: 100%;
		}
		
		#catalog_options_header p {
				font-size: 1.1em;
				color: #fff;	
			}
		
		#catalog_options_header sub {
				font-family: 'montserratregular';
				color: #b2b2cb;
			}
		
		
		#catalog_options_header .this_close {
				border-radius: 50%;
				position: absolute;
				padding: 16px 20px;
				color: #d63636;
				height: initial;
				width: initial;
				right: 0px;
				top: 0px;
			}	

	#catalog_options_menu { text-align: center; }
		.catalog_options_btn {
			    display: inline-block;
				vertical-align: top;
				color: #928154;
				cursor: pointer;
				margin: 20px;
			}
			
	
	@media (min-width:990px) and (max-width:1280px) {
		.catalog_container { width: 40%; }
	}
		
	@media (min-width:100px) and (max-width:990px) {
		.catalog_container { margin: 20px auto; display: block; width: 80%; }
	}	
	
	@media (min-width:100px) and (max-width:600px) {		
		#catalog_options { width: 80%; }
		.catalog_options_btn {
				border-bottom: #b5b5b5 solid 1px;
				padding: 30px 0px;
				display: block;
			}
			.catalog_options_btn:last-child { border: none; }
	}	
	
/* C) Clientes */
.clients_catalog_element {
		border: #d3d9e7 1px solid;
		border-radius: 10px;
		background: inherit;
		min-height: 120px;
		padding: 0px;
		margin: 20px;
		width: 40%;
	}
	.clients_catalog_box1 {
			box-sizing: border-box;
			display: inline-block;
			vertical-align: top;
			padding: 30px 20px;
			position: relative;
			width: 60%;
		}
		.clients_catalog_logo {
				vertical-align: middle;
				display: inline-block;
				border-radius: 10px;
				width: 100px;
			}
		.clients_catalog_name {
				font-family: 'montserratregular';
				vertical-align: middle;
				display: inline-block;
				margin-left: 15px;
				color: #384e69;
				width: 50%;
				
			}
			.clients_catalog_name sub {
					font-family: 'montserratlight';
					display: block;
					color: #8db6e7;	
				}
			
		.clients_catalog_folio {
				position: absolute;
				color: #384e69;
				bottom: 10px;
				right: 10px;
			}
		
		.clients_catalog_type {
				position: absolute;
				bottom: 20px;
				width: 30px; 
				right: 20px;
			}
						
	.clients_catalog_box2 {
			border-left: #d3d9e7 1px solid;
			box-sizing: border-box;
			display: inline-block;
			vertical-align: top;
			padding: 36px 20px;
			width: 40%;	
		}
		.clients_catalog_cont { 
				font-family: 'montserratlight';
				word-break: break-word; 
				margin-bottom: 10px; 
				font-size: .8em; 
				color: #8db6e7; 
			}
			.clients_catalog_cont span { display: block; color: #384e69; }

	/* Reponsivo */
	@media (min-width:1200px) and (max-width:1432px) {
			.clients_catalog_logo {
					margin: 0px auto;
					display: block;
					width: 100px;
				}
			
			.clients_catalog_name {
					text-align: center;
					margin: 10px auto;
					display: block;
					width: 90%;
				}
		}
		
	@media (min-width:100px) and (max-width:1200px) {
			.clients_catalog_element { width: 80%; }
		}
		
	@media (min-width:100px) and (max-width:600px) {			
			.clients_catalog_box1 {
					display: block;
					width: 100%;
				}
			
			.clients_catalog_box2 {
				    border-top: #d3d9e7 1px solid;
    				border-left: none;
					display: block;
					padding: 20px;
					width: 100%;
				}
				.clients_catalog_cont {
						display: inline-block;
						margin: 10px;
					}
		}
	
	/* C1) Resumen */
	.summary_cli_subt {
			font-family: 'eausans_bold_osf';
			margin-bottom: 10px;
			margin-top: 10px;
			color: #626262;	
		}
	
	.summary_cli_content {
			display: inline-block;
			vertical-align: top;
			margin-top: 30px;
		}
		.summary_cli_content p {
				font-family: 'eausans_black';
				color: #777777;		
				font-size: .8em;
			}
		.summary_cli_content span {
				font-family: 'eausans_bold';	
			}
	
	#summary_cli_logo {
			background-repeat: no-repeat;
			background-position: center;
			background-color: #ffffff;
			background-size: contain;
			border-radius: 6px;
			position: relative;
			cursor: pointer;
			height: 150px;
			width: 150px;	
		}
		#summary_cli_logo:hover { background-color: rgba(0, 0, 0, 0.53); background-blend-mode: overlay; }
			#summary_cli_logo #cli_logo_edit { 
					-webkit-transform: translate(-50%,-50%);
					-moz-transform: translate(-50%,-50%);
					-os-transform: translate(-50%,-50%);
					-o-transform: translate(-50%,-50%);
					transform: translate(-50%,-50%);
					font-family: 'eausans_bold';
					font-size: 1em !important;
					position: absolute;
					cursor: pointer; 
					color: #fff;
					margin: 0px; 
					opacity: 0; 
					left: 50%;
					top: 50%;
				}
				#summary_cli_logo:hover #cli_logo_edit { opacity: 1; }
		
		
	#summary_cli_info {
			margin-left: 50px;	
		}
	#summary_cli_cont {
			border: #a7a7a7 solid 1px;
			padding: 10px 40px 20px;
			border-radius: 6px;
			float: right;	
		}
	#summary_cli_days {
			background-color: #fff;
   			margin-bottom: 30px;
			border-radius: 6px;	
   		 	margin-top: 30px;
		}
		#summary_cli_days h3 { margin-left: 30px; }
		#summary_cli_days p {
				font-family: 'eausans_black';
				color: #777777;		
				font-size: .8em;
			}
		#summary_cli_days span {
				font-family: 'eausans_bold';	
			}

	/* C2) Estaciones */
	.add-dispensaries { color: #218eff !important; display: block !important; font-size: 1.8em; }

	.station_btn {
			display: block !important;
			cursor: pointer;
			font-size: 2em;
			margin: 10px;
			flex: auto;			
		}
		.station_btn:nth-child(1) { color: #1eae9a !important; }
		.station_btn:nth-child(2) { color: #60b0e8 !important; }
		.station_btn:nth-child(3) { color: #ff0000 !important; }

/* D) Orden de servicio */

.st_order_column { flex: 1 1 150px !important; }
.st_order_column i {     
		position: initial !important;
		margin: 0px auto;	
		display: block;
	}

.order_printed_btn { background-color: #05f0d0; cursor: pointer; }
	.add_printed_btn { background-color: #1dae9a !important; }

.order_guide_btn  { background-color: #05f0d0; cursor: pointer; }
	.add_guide_btn { background-color: #1dae9a !important; }
	
.order_autho_btn  { background-color: #05f0d0; cursor: pointer; }

.order_veri_pdf { background-color: #058ef0; cursor: pointer; }
	.order_veri_pdf a { text-decoration: none; color: #fff; }
	.order_veri_pdf a i { display: block !important; color: #fff !important; font-size: 1.2em; }

.order_invoice { background-color: #05f0d0; cursor: pointer; }
	.order_invoice i { display: block !important; color: #fff !important; font-size: 1.2em; }

#order_calendar {
		font-size: 1.4em;
		color: #0081c6;
		cursor: pointer;
		float: right;
	}	
	#order_calendar i { vertical-align: middle; }

.guide_number { background-color: #d8d8d8; }

.order_trash {
		position: absolute;
		color: #cc3434;
		cursor: pointer;
		z-index: 99;
		right: 10px;
		top: 10px;
	}

#send_folios_btn {
		background-color: #8cc7bf;
		text-align: center;
		padding: 10px 0px;
		margin: 0px auto;
		color: #ffffff;
		cursor: pointer;
		display: block;
	}
	#send_folios_btn i { vertical-align: middle; }

/* E) Verificaciones */
.requirement_trash {
        position: absolute;
        color: #cc3434;
        cursor: pointer;
        z-index: 99;
        right: 10px;
        top: 10px;
    }

.requirements_row { width: 100%; }
.requirements_row .st_row { height: 180px; }
.requirements_row .input_section { margin: 0px; }
.requirements_row .st_row .st_item:last-child { background-color: #e4e4e4; }
.requirements_row .aTextArea { background-color: #e4e4e4; border: none !important; height: 130px; }
.requirements_row .upload_container .fileName { margin: 0px; min-height: 72px; width: auto; }
.requirements_row .loaded_img { width: 100%; }
	.requirements_row .loaded_img img { max-height: 60px; max-width: 100px; }
.requirements_row .loaded_file_name { display: none !important; }
.requirements_row .upload_text { top: 6px; }
.requirements_row img { max-width: 150px; }

	/* D1) Requerimientos */
	#requeriments_container .recordb { border: dotted thin #0083cc; margin-top: 10px; padding: 10px; }
	#requeriments_container .recordb_delete{ display: none; }

/* E) Verificaciones */
	/* E1) Mini summary */
	#min_summary {
			background-color: #FFFFFF;
			padding-bottom: 30px;
			margin: 100px auto;
			position: relative;
			padding: 10px;
			width: 500px;
		}
		#min_summary_header {
				background-color: #0081c6;
				box-sizing: border-box;
				text-align: center;
				padding: 20px;
				width: 100%;
			}
			
			#min_summary_header p { font-size: 1.1em; color: #fff; }
			#min_summary_header sub { color: #9ccfea; }
			
			#min_summary_header .this_close {
					border-radius: 50%;
					position: absolute;
					padding: 16px 20px;
					color: #ffffff;
					height: initial;
					width: initial;
					right: 0px;
					top: 0px;
				}	
	
		#min_summary_content { text-align: left; }
			#min_summary_content p {
					display: block;
					color: #777777;
					margin: 20px;
				}
				#min_summary_content p span { color: #22a94d; }
				
		
		
		@media (min-width:100px) and (max-width:600px) { #min_summary { width: 80%; } }	


/* F) Reportes */

#report_search_content { text-align: center; margin: 20px 0px; }

	#report_search_options {
			vertical-align: middle;
			box-sizing: border-box;
			display: inline-block;
			padding: 23px 10px;
			margin: 20px 0px;
			height: auto;
		}	
		#report_search_content label.label_spry {
				font-family: 'montserratlight';
				font-size: .8em;
				color: #515175;
			}

		#report_search_content .aTextField {
				border: #57678d 1px double !important;
				font-family: 'montserratlight';
				border-radius: 20px;
				color: #57678d;
			}

		#report_search_content .aSelect {
				border: #57678d 1px double !important;
				font-family: 'montserratlight';
				background-image: none;
				border-radius: 20px;
				color: #57678d;
			}

		#report_search_content .date_calendar { color: #57678d; right: 15px; top: 52%; }	

		#report_search_content .report_search_btn {
				background-color: #57678d;
				display: inline-block;
				border-radius: 50px; 
				vertical-align: top;
				padding: 10px 13px;
				cursor: pointer;
				color: #fff;
			}

.report_row { flex: 1 1 80% !important; }
.report_icon { font-size: 1.3em !important; color: #1dae9a !important; display: block !important; }

.report_container { margin: 20px auto; overflow: auto; width: 90%; }
	#report_week_ow { border-radius: initial !important; margin: 0px !important; min-width: 7000px; max-width: 8000px; }

.obs_input{
	margin-left: 20px;
}

.obs_input input[type="checkbox"]{
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.obs_input label.label_checkbox {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 10px;
  line-height: 40px;
  cursor: pointer;
  z-index: 0 !important;
}
.obs_input label.label_checkbox::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #1eae9a;
  border-radius: 4px;
  z-index: -1;
}
.obs_input input[type="checkbox"] + label.label_checkbox{
  color: #1eae9a;
}
.obs_input input[type="checkbox"][value="1"] + label.label_checkbox{
  padding-left: 15px;
  color: #FFF;
}
.obs_input input[type="checkbox"][value="1"] + label.label_checkbox::before {
  top: 0;
  width: 100%;
  height: 88%;
  background: #1eae9a;
}
/* Transition */
.obs_input label.label_checkbox,
label.label_checkbox::before {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

/*Contenedores compartidos*/

.shared-cont{ display: none; }