@charset "utf-8";
:root {
	--primaryColor: #1baec2;
	--successColor: #24a428;
}
@font-face {
	font-family: AvenirNextLProBold;
	src: url(fonts/Avenir-Bold.ttf);
}
@font-face {
	font-family: AvenirNextLProIt;
	src: url(fonts/Avenir-It.ttf);
}
@font-face {
	font-family: AvenirNextLProRegular;
	src: url(fonts/Avenir.ttf);
}

@font-face {
	font-family: 'dotsfont';
	src: url('fonts/dotsfont.eot');
	src: url('fonts/dotsfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/dotsfont.woff') format('woff'),
	url('fonts/dotsfont.ttf') format('truetype'),
	url('fonts/dotsfont.svg#dotsfontregular') format('svg');
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border: none;
}

btn {
	text-decoration: none;
}
.body {
	margin: 0px;
	min-width: 1250px;
	display: block;
	background: #E1F0F3;
}

m-0 {
	margin: 0 !important
}

.mt-0, .my-0 {
	margin-top: 0 !important
}

.mr-0, .mx-0 {
	margin-right: 0 !important
}

.mb-0, .my-0 {
	margin-bottom: 0 !important
}

.ml-0, .mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1, .my-1 {
	margin-top: .25rem !important
}

.mr-1, .mx-1 {
	margin-right: .25rem !important
}

.mb-1, .my-1 {
	margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
	margin-left: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2, .my-2 {
	margin-top: .5rem !important
}

.mr-2, .mx-2 {
	margin-right: .5rem !important
}

.mb-2, .my-2 {
	margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
	margin-left: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3, .my-3 {
	margin-top: 1rem !important
}

.mr-3, .mx-3 {
	margin-right: 1rem !important
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
	margin-left: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4, .my-4 {
	margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
	margin-left: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5, .my-5 {
	margin-top: 3rem !important
}

.mr-5, .mx-5 {
	margin-right: 3rem !important
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
	margin-left: 3rem !important
}

.m-7 {
	margin: 4rem !important
}

.mt-7, .my-7 {
	margin-top: 4rem !important
}

.mr-7, .mx-7 {
	margin-right: 4rem !important
}

.mb-7, .my-7 {
	margin-bottom: 4rem !important
}

.ml-7, .mx-7 {
	margin-left: 4rem !important
}

.m-10 {
	margin: 6rem !important
}

.mt-10, .my-10 {
	margin-top: 6rem !important
}

.mr-10, .mx-10 {
	margin-right: 6rem !important
}

.mb-10, .my-10 {
	margin-bottom: 6rem !important
}

.ml-10, .mx-10 {
	margin-left: 6rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0, .py-0 {
	padding-top: 0 !important
}

.pr-0, .px-0 {
	padding-right: 0 !important
}

.pb-0, .py-0 {
	padding-bottom: 0 !important
}

.pl-0, .px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.pt-1, .py-1 {
	padding-top: .25rem !important
}

.pr-1, .px-1 {
	padding-right: .25rem !important
}

.pb-1, .py-1 {
	padding-bottom: .25rem !important
}

.pl-1, .px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2, .py-2 {
	padding-top: .5rem !important
}

.pr-2, .px-2 {
	padding-right: .5rem !important
}

.pb-2, .py-2 {
	padding-bottom: .5rem !important
}

.pl-2, .px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3, .py-3 {
	padding-top: 1rem !important
}

.pr-3, .px-3 {
	padding-right: 1rem !important
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important
}

.pl-3, .px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5, .py-5 {
	padding-top: 3rem !important
}

.pr-5, .px-5 {
	padding-right: 3rem !important
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important
}

.pl-5, .px-5 {
	padding-left: 3rem !important
}

span.notif {
	position: relative;
	display: inline-block;
	height: 19px;
	width: 18px;
	background: url(./images/burbuja.png);
	background-size: contain;
	right: 4px;
}
.num {
	position: absolute;
	width: 15px;
	right: 2px;
	top: 4px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}

#popup {
	visibility: hidden;
	opacity: 0;
	margin-top: -300px;
	overflow-y: auto;
}

#popup:target {
	visibility:visible;
	opacity: 1;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	z-index: 999;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	transition:all 1s;
}
.popup-contenedor {
	position: relative;
	margin:7% auto;
	padding:30px 30px;
	background-color: #fafafa;
	color:#333;
	border-radius: 3px;
	width:480px;
	height:400px;
	overflow-y: auto;
}
a.popup-cerrar {
	position: absolute;
	top:3px;
	right:3px;
	background-color: #fafafa;
	padding:7px 10px;
	font-size: 20px;
	text-decoration: none;
	line-height: 1;
	color:#fff;
}

.no-close-dialog .ui-dialog-titlebar-close {
	display: none;
}

.dialog-pharameter {
	text-align: center;
}
.dialog-pharameter p.title {
	font-size: 20px;
}
.dialog-pharameter .row {
	margin: 5px 0;
}
.dialog-pharameter .line-parameters {
	margin: 30px auto;
	border-top: 2px solid #1BAEC2;
	width: 90%;
}
.dialog-pharameter.form-01  input[type=text], .dialog-pharameter.form-01 select {
	width: 80%;
}

.dialog-pharameter.ui-dialog-content select {
	background: #FFFFFF;
	border: 1px solid #ccc;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 2px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	padding: 3px 6px;
	outline: none;
}

.dialog-pharameter.ui-dialog-content select.full-width {
	width: 100%;
}

.dialog-pharameter p:not(.title) {
	color: #1BAEC2;
	margin: 5px 0 12px;
}

.ui-dialog .ui-dialog-buttonpane button.btn-dialog-guardar {
	background-color: #1BAEC2;
}

.hide {
	display: none;
}

.margin-0 {
	margin: 0 !important;
}

/******** PDF **********/
.pdf_export{
	background-image: url(./images/LIMS-pdf-negativo.png);
	width: 20px;
	height: 20px;
	float: right;
	margin: 5px;
	margin-right: 10px;
}
.xls_export{
	background-image: url(./images/LIMS-xls-negativo.png);
	width: 20px;
	height: 20px;
	float: right;
	margin: 5px;
	margin-right: 5px;
}

.mensaje-error{
	display:none;
	float: left;
	clear: both;
	color: #9B410E;
}

/** VERIFARMA LIMS **/
/* Generales */
.header-container {
	width: 100%;
	height: 90px;
	background: #ffffff;
	color: #434343;
	-moz-box-shadow: 0px 1px 4px 0px rgba(117, 130, 130,0.5);
	-webkit-box-shadow: 0px 1px 4px 0px rgba(117, 130, 130,0.5);
	box-shadow: 0px 1px 4px 0px rgba(117, 130, 130,0.5);
	overflow: hidden;
	font-family: AvenirNextLProRegular, Arial, Helvetica, sans-serif;
}
.header {
	width: 95%;
	margin: 10px auto;
	height: 70px;
	overflow: hidden;
	clear: both;
}
.header .info-lims{
	float:left;
	width: 47%;
	overflow: hidden;
	font-size: 12px;
}
.header .info-lims img{
	float:left;
	margin-right:5px;
	height: 70px;
}
.header .contacto {
	margin-left: 50px;
	font-size: 13px;
	float: left;
}
.header .contacto img {
	width: 20px;
	height: auto;
}
.header .contacto .telefono, .header .contacto .email {
	margin-top: 15px;
	overflow: hidden;
}
.header .contacto .email {
	font-size: 14px;
}
.header .menu-iconos {
	float: right;
	max-width: 25%;
	height: 100%;
	padding: 24px 0;
}
.header .menu-iconos i {
	font-size:1.5em;
	vertical-align: middle;
	cursor: pointer;
}
.header .icono-container {
	margin-right: 35px;
	overflow: hidden;
	display: inline-block;
}
.header .info-usuario {
	float:right;
	font-size: 14px;
	height: 100%;
	padding: 2px 0;
}
.header .info-usuario img {
	margin-top: 8px;
	float:right;
	max-height: 50px;
	max-width: 130px;
}
.header .text-usuario {
	display: inline-block;
	float: right;
	text-align: right;
	margin-right: 20px;
	position: relative;
	height: 100%;
}
.header .fecha {
	position: absolute;
	bottom: -4px;
	white-space: nowrap;
	font-size: 11px;
	width: 100%;
}
.global-container {
	width: 98%;
	margin: 10px auto 30px;
	overflow: hidden;
	background: #ffffff;
	min-height: 400px;
	-moz-box-shadow: 0px 5px 5px 0px rgba(117, 130, 130,0.4);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(117, 130, 130,0.4);
	box-shadow: 0px 5px 5px 0px rgba(117, 130, 130,0.4);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.global-container-reporte {
	width: 700px;
	margin: 10px auto 30px;
	overflow: auto;
	background: #ffffff;
	min-height: 400px;
}
.contenidos {
	width: 100%;
	margin: 0;
	padding: 15px 0px;
}
.to-right,
.col.to-right {
	float: right;
}
.to-left,
.col.to-left {
	float: left;
}
.right-margin-sm {
	margin-right: 30px !important;
}
.right-margin-md {
	margin-right: 100px;
}

#alerts img {
	width: 50px;
	height: auto;
	margin-top: 15px !important;
}
#alerts p {
	font-size: 14px;
	text-align: center;
	color: #434343;
}
.hidden-element {
	display: none;
}
/*
 * Pantalla Log-in
 */
.login-global-container {
	clear: both;
	box-sizing: border-box;
	background-image: url(./images/vials-blur.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 100vh;
	width: 100%;
	position: relative;
	font-family: AvenirNextLProRegular, Arial, Helvetica, sans-serif;
	color: #434343;
}
.login-header-container {
	width: 100%;
	background: #ffffff;
	-moz-box-shadow: 0px 1px 3px 0px rgba(206,208,209,0.75);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(206,208,209,0.75);
	box-shadow: 0px 1px 3px 0px rgba(206,208,209,0.75);
	overflow: hidden;
}
.login-header {
	width: 85%;
	height: 15vh;
	padding-left: 15px;
	padding-right: 15px;
	margin: 10px auto;
	clear: both;
	overflow: hidden;
	display: table;
}
.login-header img{
	height: 15vh;
	min-height: 100px;
	margin: auto 0 auto 40px;
	float: left;
}
.login-contacto {
	float: right;
	height: 100%;
	font-size: 1.05em;
	display: table;
	overflow: hidden;
	margin-right: 40px;
}
.login-contacto img {
	width: 24px;
	height: auto;
	min-height: 20px;
	margin-left: 0;
	margin-right: 10px;
}
.login-contacto .telefono, .login-contacto .email  {
	margin-top: 15px;
	overflow: hidden;
}
.login-container {
	width: 85%;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	overflow: hidden;
}
.login-form-container {
	min-width: 550px;
	float: left;
	padding: 30px 50px;
	margin-top: 6vh;
	margin-bottom: 6vh;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px 1px rgba(206,208,209,0.75);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(206,208,209,0.75);
	box-shadow: 0px 0px 5px 1px rgba(206,208,209,0.75);
}
.login-form-container h1,.login-form-container h4, .login-form-container h5{
	font-weight: normal;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
}
.login-form-container h1 {
	font-size: 2.3em;
	color: #434343;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight:bold;
}
.login-form-container h4 {
	font-size: 1.07em;
	margin-top: 0;
	margin-bottom: 50px;
}
.login-form-container h5 {
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 1px;
}
.login-form-container .btn-container {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.login-form-container .btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 1.2em;
	background: #1BAEC2;
	padding: 10px 20px 10px 20px;
	font-family: AvenirNextLProRegular, Arial, Helvetica, sans-serif;
	border: none;
	cursor: pointer;
	-moz-box-shadow: 1px 1px 1px 1px rgba(206,208,209,0.75);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(206,208,209,0.75);
	box-shadow: 1px 1px 1px 1px rgba(206,208,209,0.75);
}
.login-form-container .btn:hover, .login-form-container .btn:focus {
	background: #4EE0E3;
}
.login-form-container input[type=text], .login-form-container input[type=password] {
	background: #FFFFFF !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding-top: 2px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 350px;
	font-family: AvenirNextLProRegular, Arial, Helvetica, sans-serif !important;
	font-size: 1.02em !important;
	color: #434343;
	border-color: #CED0D1;
	border-bottom-width: 2px;
	caret-color: #1BAEC2;
}
.login-form-container input[type=password] {
	letter-spacing: 2px;
}
.login-form-container input[type=text]:focus, .login-form-container input[type=password]:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #1BAEC2;
	color: #434343;
}
.login-form-container input {
	outline: none !important;
}
.login-form-container .innerError {
	font-size: 0.9em;
}

/*
 * Menú
 */
#menuh {
	overflow: hidden;
	font-family: AvenirNextLProRegular, Arial, Helvetica, sans-serif;
}
#cmMenu {
	text-align: center;
	width: 100%;
	background: #FFFFFF;
	font-size: 0.9em;
	font-weight: lighter;
	color: #434343;
}
#cmMenu, #cmMenu a, .header .cmMenuMS, .header .cmMenuMS a{
	cursor: pointer;
	outline: medium none;
	text-align: left;
	text-decoration: none !important;
	color: #434343;
}
.header .cmMenuMS {
	background: #FFFFFF;
	font-size: 0.8em;
	font-weight: lighter;
}
.header .cmMenuMPSel {
	background-color: #FFFFFF;
}
#seccionesConfiguracion {
	margin: 0;
	display: inline-block;
}
#cmMenuPrincipal {
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	width: 100%;
}
.cmMenuMP {
	padding: 7px 1%;
	text-align:center;
	vertical-align: middle;
	float: left;
}
#cmMenu1 {
	padding: 7px 1.8%;
	background-color: #1BAEC2 !important;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	cursor: default;
}
#cmMenu1 a {
	color: #ffffff;
	cursor: pointer;
}
#cmMenu1:hover, #cmMenu1 div:hover, #cmMenu1:hover div {
	background-color: #1BAEC2 !important;
}
#cmMenu1 img{
	opacity:1;
}
.cmMenuMP, .cmMenuMP div {
	float: left;
	overflow: hidden;
}
.cmMenuMPIzq {
	width: 0;
}
.cmMenuMPImg img {
	padding-right: 2px;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 4px;
	max-height: 21px;
	opacity: 0.6;
}
.cmMenuMPCentro div {
	text-align: left;
}
.cmMenuMPDer {

}
.cmMenuMPImg img, .cmMenuMPCentro div,.cmMenuMPDer img {
	line-height: 32px;
}
.cmMenuMPDer img {
	height: 20px;
	margin-top: 6px;
	margin-left: 3px;
}
.cmMenuMP:hover, .cmMenuMP:hover div, .cmMenuMPSel{
	background-color: #F0FAFE;
}
.cmMenuMS {
	display: none;
	min-width: 104px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	margin: 0 !important;
	padding: 0;
	text-align: left;
	list-style: none;
	background-color: #fff;
	border: none;
	-webkit-box-shadow: 0px 6px 12px rgba(0,0,0,.175);
	box-shadow: 0px 6px 12px rgba(0,0,0,.175);
}
.cmMenuMS div {
	margin: 0;
	opacity: 0.9;
	padding: 10px 20px;
}
.cmMenuMS div span {
	padding: 0 2px;
}
.cmMenuMSImg{
	margin-right:1px;
	margin-left:-4px;
	padding-top:-1px;
	padding-bottom:0px;
	height:16px;
	width:16px;
	display:block;
	float:left;
}
.cmMenuMSFlecha span.contFlecha {
	background: url("./images/menu/cmMenuMSFlecha.png") no-repeat scroll center top transparent;
	float: left;
	height: 25px;
	margin-top: -5px;
	width: 11px;
}
.cmMenuMSFlechaSel span.contFlecha {
	background: url("./images/menu/cmMenuMSFlechaSel.png") no-repeat scroll center top transparent;
	float: left;
	height: 25px;
	margin-top: -5px;
	width: 9px;
}
.cmMenuMSTop {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.cmMenuMSBottom {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.cmMenuMSSafari {
	min-width: 98px;
}
.cmMenuMS  div:hover{
	color: #4e5757;
	background-color: #F0FAFE;
}

/*
 * Pantallas - general
 */
.general-container, .lista-existentes-container {
	overflow: hidden;
	min-width: 1100px;
	width: 98%;
	margin: 0 auto;
	font-family: AvenirNextLProRegular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
	-webkit-box-shadow: 6px 6px 15px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 6px 6px 15px 2px rgba(0,0,0,0.1);
	box-shadow: 6px 6px 15px 2px rgba(0,0,0,0.1);
	border-radius: 0 0 5px 5px;
}
.general-container-reporte {
	overflow: hidden;
	margin: 0 auto;
	font-family: AvenirNextLProRegular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
	width: 700px !important;
}
.cronograma-container {
	margin-top: 10px;
	margin-bottom: 20px !important;
}
.contenedor-tablas, .contenedor-formularios {
	width: 100%;
	min-width: 500px;
	border: 1px solid #CCCCCC;
	overflow-y: hidden;
	border-radius: 0 0 5px 5px;
}

.contenedor-tablas{
	padding: 6px 6px 24px;
}

.contenedor-formularios{
	background-color:#FEFEFE;
}

.contenedor-grafico {
	overflow: hidden;
	margin: 20px 0px 20px 50px;
	width: 40%;
	float: left;
}

.titulo-principal-01, .titulo-principal-02, .titulo-principal-03, .titulo-secundario-01,
.titulo-secundario-03, .titulo-principal-reporte, .titulo-secundario-reporte {
	overflow: hidden;
	color: #FFFFFF;
	width: 100%;
	line-height: 28px;
	text-decoration: none;
	margin: 0;
	font-family: AvenirNextLProBold;
}
.titulo-principal-reporte {
	background-color: #1BAEC2;
	padding: 4px 20px;
	font-size: 22px;
	text-align: center;
}
.titulo-secundario-reporte {
	background-color: #CCCCCC;
	padding: 4px 20px;
	font-size: 18px;
	text-align: center;
}
.titulo-principal-01 {
	font-size: 16px;
	font-weight:bold;
	background-color: #1BAEC2;
	padding: 4px 20px;
	border-radius: 5px 5px 0 0;
}
.titulo-secundario-01 {
	font-size: 15px;
	background-color: #61CBAB;
	padding: 0 20px;
	margin-top: 20px;
}
.titulo-principal-02 {
	font-size: 15px;
	background-color: #2EC5D6;
	padding: 0 20px;
}
.titulo-principal-03 {
	font-size: 14px;
	background-color: #688B93;
	padding: 0 20px;
}
.titulo-secundario-03 {
	font-size: 14px;
	background-color: #81A6B2;
	padding: 0 20px;
	margin-top: 20px;
}
.clicksmall{
	cursor:pointer;
}
img.clicksmall{
	max-width:21px;
	max-height: 21px;
}
.tabla-01 tbody tr td img:first-child{
	max-width:21px;
	max-height: 21px;
	cursor:pointer;
}
i.far, i.fas{
	color:#434343;
}

.clicksmall-medium {
	transform: scale(0.8);
}
.export{
	height: 20px;
	width: 20px;
	float: right;
	margin: 5px 6px 5px 20px;
}
.form-texto {
	font-family: AvenirNextLProRegular, Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	color: #434343;
}
.input-xs {
	float: right;
	width: 4.3em !important;
}

.form-texto-01 {
	font-family: AvenirNextLProRegular, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #434343;
	text-decoration: none;
	text-align: right;
}
.form-boton-sm, .form-boton-sm-2, .boton-round-md, .boton-round-lg, .boton-round-xlg {
	color: #FFFFFF;
	background-color: #6D93A3;
	border: none;
	font-size: 13px;
}
.form-boton-sm {
	padding: 2px 25px 3px;
}
.form-boton-sm-2 {
	padding: 4px 25px 5px;
}
.boton-round-sm, .boton-round-validar {
	color: #FFF;
	border: none;
	font-size: 11px;
	width: 60px;
	margin: 2px 0 !important;
	padding: 3px 5px !important;
}
.boton-round-sm, .boton-round-md, .boton-round-lg, .boton-round-xlg, .boton-round-validar {
	font-family: inherit;
	background-color: #6D93A3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 15px;
	padding: 5px;
	margin-right: 10px;
	overflow: hidden;
}
.boton-number-analisis {
	width:100px !important;
}

.boton-round-md {
	width: 90px;
}
.boton-round-lg {
	min-width: 130px;
}
.boton-round-xlg {
	min-width: 150px;
}
.boton-round-validar {
	background-color: #61CBAB;
}
.boton-add {
	background-color: #FFFFFF !important;
	border: 1px solid #81A6B2;
	color: #81A6B2;
	text-align: center;
	height: 24px;
	vertical-align: middle;
	font-size: 11px;
	overflow: hidden;
	padding: 2px !important;
	outline: none;
	margin-top: 5px;
}
.boton-add img {
	height: 12px !important;
	margin: 0 5px 0 0 !important;
	vertical-align: middle;
}
.boton-icon.boton-add {
	height: 22px;
	border-radius: 11px;
	margin: 0; padding: 0px 6px !important;
}
.boton-icon.boton-add img  {
	margin: 0px !important;
	height: 8px !important;
}
.boton-add:hover {
	background-color: #edf2f4 !important;
}
.boton-default {
	background: #1BAEC2;
	margin-left: 10px;
}
select {
	min-width: 30px;
	height: auto;
	outline: none !important;
}
textarea {
	resize: vertical;
}
.border-top-bottom, .border-bottom {
	overflow: hidden;
	background: transparent;
	width: 100%;
	margin: 0;
	padding: 20px 0;
}
.border-top-bottom {
	border-top: 1.5px solid #1BAEC2;
	border-bottom: 1.5px solid #1BAEC2;
}
.border-top-bottom-sm {
	border-top: 1px solid #1BAEC2;
	border-bottom: 1px solid #1BAEC2;
}
.border-top-sm {
	border-top: 1px solid #1BAEC2;
}
.border-top {
	border-top: 1.5px solid #1BAEC2;
}
.border-bottom {
	border-bottom: 1.5px solid #1BAEC2;
}

.border-top-grey {
	border-top: 1px solid #CCCCCC;
}

.sub-div {
	width: 95%;
	margin: 5px auto;
	overflow: hidden;
	vertical-align: middle;
	font-family: AvenirNextLProRegular, Arial, Helvetica, sans-serif;
	padding: 10px 0;
}

.grey-top {
	border-top: 1px solid #CCCCCC;
}

.border-bottom-grey {
	border-bottom: 1px solid #CCCCCC;
}

.background-blanco {
	overflow: hidden;
	margin: 0;
	width:100%;
	padding-bottom: 20px !important;
}
.cruz-quitar {
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-top:7px;
	margin-bottom: 8px;
	margin-top: 2px;
}
.cruz-quitar img {
	width: 19px !important;
	height: auto !important;
	float: right;
	padding-right: 10px;
}
.cruz-quitar img.float-left {
	float: left;
}
.tabla-01 th, .tabla-02 th, .tabla-03 th {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: default !important;
	border: none;
	padding: 3px 5px !important;
	font-family: AvenirNextLProRegular,Arial,Helvetica,sans-serif;
	font-weight: lighter;
	height: 15px;
	white-space: break-spaces;
}
.tabla-01 th, .tabla-01 .no-select {
	background-color: #61CBAB;
	font-weight: bold;
}
.tabla-02 th, .tabla-02 .no-select {
	background-color: #65DFD1;
}
.tabla-03 th, .tabla-03 .no-select {
	background-color:  #81A6B2;
}
.tabla-01 .tabla-celda, .tabla-02 .tabla-celda {
	font-family: AvenirNextLProRegular,Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	background-color: #fdfdfd;
	white-space: break-spaces;
}
.tabla-01 td, .tabla-02 td {
	padding: 5px 10px !important;
	height: 15px;
}
.tabla-01 .odd, .tabla-02 .odd, .tabla-03 .odd  {
	background-color: #fdfdfd;
}
.tabla-01 .even{
	background-color: #E0FAE7;
}
.tabla-02 .even {
	background-color: #F5FBFC;
}
.tabla-03 .even {
	background-color: #f1f7f7;
}
.fila-aprobada-01 select,.fila-aprobada-01 input[type=text],.fila-aprobada-01 input[type=number]{
	background-color: #f4f4f4 !important;
}
.campo-aprobado {
	border: 1px solid #ABADB3;
	height: 18px;
	width: 240px;
	background-color: #f4f4f4;
}
.tabla-04 {
	font-family: AvenirNextLProRegular,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #6D93A3;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
}
.tabla-04 .acciones {
	width: 50px;
}
.tabla-04 .empresas {
	width: 50px;
}
.tabla-04 th, .tabla-04 .tabla-celda-listas td {
	background-color: #61CBAB;
	color: #ffffff;
	border: none;
}
.tabla-04 th {
	border-top: 3px solid #F6F6F6 !important;
	cursor: default !important;
}
.tabla-04 td {
	background-color: #ffffff;
}
.tabla-04 .tabla-titulos th, .tabla-01 .tabla-titulos th {
	background-color: #dff4ee;
	color: #434343;
	min-height: 30px;
	padding: 10px 0;
}
.tabla-04 .tabla-contenido{
	height: 40px;
	text-align: center;
}

 .tabla-01 .cmd select, .tabla-01 .cmd select, .tabla-04 input[type=text], .tabla-04 input[type=number], .tabla-04 select,.tabla-04 .tabla-contenido div{
	min-width: 60px;
	margin: 0;
	font-size: 11px;
	padding: 1px 3px !important;
	vertical-align: middle;
}

.tabla-01 tr:not(.apertura):hover, .tabla-02 tr:not(.apertura):hover, .tabla-03 tr:not(.apertura):hover, .tabla-04 tr:not(.apertura):hover{
	background-color: #EFEFEF;
}
.tabla-configuraciones tbody tr {
	background-color: #ffffff;
	height: 48px;
}
.tabla-configuraciones tbody tr.md {
	height: 33px;
}
.tabla-configuraciones th {
	padding: 3px 0 !important;
}
.tabla-configuraciones td {
	padding: 3px 2px !important;
}
.tabla-configuraciones select, .tabla-configuraciones input[type=text] {
	max-width: 65px;
	font-size: 10px;
	padding: 2px 1px;
}
.tabla-configuraciones-sm {
	width: 35% !important;
}
.tabla-configuraciones-sm select, .tabla-configuraciones-sm input[type=text]{
	font-size: 11px;
}
.tabla-configuraciones-lg select, .tabla-configuraciones-lg input[type=text],
.tabla-configuraciones-sm select, .tabla-configuraciones-sm input[type=text]{
	max-width: 100px;
}
.tabla-configuraciones img {
	margin-left:5px;
	margin-top: 2px;
	cursor: pointer;
	height: 13px;
	width: auto;
	vertical-align: bottom;
}
.tabla-configuraciones-icon-calculo {
	margin-left:5px;
	margin-top: 2px;
	cursor: pointer;
	height: 21px !important;
	width: auto;
	vertical-align: bottom;
}
.pre-tabla {
	white-space: pre;
}

.align-top {
	vertical-align: top;
}
/*
 * Pantallas Listados (Existentes)
 */
.contenedor-tablas-inter {
	width: 100%;
	border: 1px solid #CCCCCC;
	padding: 6px;
	font-family: AvenirNextLProRegular, Arial, Helvetica, sans-serif;
	overflow-y: hidden;
	overflow-x: auto;
}
.filtros{
	float:right;
	font-size: 13px;
	padding: 5px 5px 10px;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
	clear: both;
}
.filtros input[type=text], input[type=search], .filtros select{
	min-width: 70px;
	margin: auto 10px auto 5px;
	font-size: 12px;
	padding: 2px 0;
	vertical-align: middle;
	border: 1px solid #B9BEBE;
}
.filtros select.white, .filtros input.white {
	background: #fff;
	padding: 4px 5px;
}
.filtros .fecha{
	max-width: 80px;
	text-align: center;
}
.filtros input[type=button],.filtros button[type=button], input[type=search] {
	margin-left: 10px;
	min-height: 20px;
}

.filtros-ctrl {
	min-width: 130px;
}

.btn-block {
	display: block;
	width: 100%;
	margin: 2px 0 5px;
	line-height: 1.5;
}

.filtros-b {
	padding: 2px 0 5px;
}

.filtros .selection .select2-selection {
	width: 300px;
	padding: 0px;
	max-width: 300px;
	min-height: 15px;
	border-radius: 0;
	display: inline-block;
	margin: auto 10px auto 5px;
	border: 1px solid #B9BEBE;
	max-height: 75px;
	overflow-y: scroll;
}

.filtros .max-150 .selection .select2-selection {
	width: 150px !important;
	padding: 0;
}
.max-150{
	display: inline-block;
}


.filtros .selection .select2-selection .select2-selection__choice {
	vertical-align: initial;
}

.filtros .selection .select2-selection .select2-selection__choice button {
	min-height: auto;
	margin-left: 0;
}

.detalles-boton {
	width: 12px;
	height: auto;
}

a.detalles, a.detalles:visited,
a.btn-accion, a.btn-accion:visited{
	color: #97a4b6;
	text-decoration: none;
}

.reimpresion-etiqueta {
	color: #1baec2 !important;
}

a.detalles:hover, .btn-accion:hover {
	text-decoration: none;
}

.btn-accion {
	padding: 5px;
}


.tabla-icono {
	max-height: 15px;
	max-width: 15px;
	width: auto;
	margin-right: 8px;
	vertical-align: middle;
}

i.tabla-icono{
	margin-top: 0.5em;
	color: #010101;
}

.div-icono-container {
	width: 100%;
	height: 16px;
	padding-top: 2px;
}
.lista-existentes-container table, .lista-existentes-container thead,  .lista-existentes-container th,  .lista-existentes-container tr{
	border: none !important;
}
.lista-existentes-container table, .contenedor-tablas-inter table {
	margin: 2px 0;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
}
.lista-existentes-container .aprobar {
	overflow: hidden;
	width: 98%;
	margin-top: 10px;
}
#analistaDiv, .popup-extra-info {
	width: 100%;
	overflow: hidden;
	display: none;
}
#analistaDiv select, #analistaDiv input[type=text], #analistaDiv input[type=number], .popup-extra-info textarea{
	width: 100%;
	max-width: 300px;
}

/* Para los select de los filtros inferiores de las tablas: */
.tabla-lista-03 {
	border: none;
	font-family: AvenirNextLProRegular, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #434343;
	text-decoration: none;
	text-indent: 0.01px;
	text-overflow: '';
	margin: 1px;
	display: none;
}
.tabla-lista-03 option{
	border: none;
}

/* Pantallas Alta/Modificación*/
.form-01 {
	overflow: hidden;
	width: 95%;
	border: none;
	margin: 10px auto 0;
}

.form-01 div:first-child{
	border-top:none !important;
}
.form-titulo-01, .form-titulo-03, .form-titulo-04, .form-titulo-05 {
	text-align: right;
	vertical-align: middle;
	height: 100%;
}
.form-titulo-01{
	color: #1BAEC2;
	padding-top: 4px !important;
	font-size: 14px;
}
.form-titulo-02 {
	text-align: left;
	color: #1BAEC2;
	font-size: 13px;
	vertical-align: middle;
	height: 100%;
	padding-left: 10% !important;
}
.form-titulo-03 {
	color: #434343;
	padding-top: 4px !important;
	font-size: 14px;
}
.form-titulo-04 {
	color: #434343;
	font-size: 14px;
}
.form-titulo-05 {
	color: #434343;
	padding-top: 4px !important;
	font-size: 13px;
}
.form-titulo-06 {
	color: #1BAEC2;
	padding: 0 0 5px 10px !important;
	font-size: 14px;
}
.form-titulo-07 {
	color: #434343;
	font-size: 14px;
	text-align: left;
	padding: 0 5% 10px !important;
}
.form-titulo-08 {
	color: #1BAEC2;
	font-size: 14px;
	text-align: left;
	padding: 0 5% 10px !important;
}
.form-titulo-09 {
	color: #434343;
	padding: 0 0 5px 6% !important;
	font-size: 14px;
}
.form-label-01 {
	color: #434343;
	padding-top: 4px !important;
	font-size: 14px;
}
.form-label-03 {
	color: #1BAEC2;
	font-size: 13px;
}

.form-label-02 {
	color: #5e7477;
	font-size: 10px;
}

.form-label-04 {
	color: #1BAEC2;
	font-size: 14px;
}
.form-label-05 {
	color: #434343;
	padding-top: 4px !important;
	font-size: 13px;
}
.form-label-06 {
	color: #434343;
	/*padding-top: 6px !important;*/
	font-size: 13px;
}
.form-label-07 {
	color: #7a7a7a;
	font-weight: bold;
	font-size: 14px;
}
.uppercase {
	text-transform: uppercase;
}

.form-01 input[type=text],.form-01 input[type=number], .form-01 textarea, .form-01 select, .form-01 input[type=password] {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #ccc;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 2px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	padding: 3px 6px;
	outline: none;
}
.form-01 input[type="text"]:disabled,.form-01 input[type="number"]:disabled, .form-01 textarea:disabled, .form-01 select:disabled, .form-01 input[type=password]:disabled {
	background: #f7f7f7;
}
.form-icono-01 {
	vertical-align: middle;
	height: 15px;
	margin-top: 3px;
}
.form-01 .innerError {
	padding-top: 2px;
	background: transparent !important;
}
.form-01 .innerError[data-class='error-under-input'] {
	top: 2px;
	position: relative;
}
.disabled-input {
	background: #f7f7f7 !important;
}
.label-checkbox {
	display: inline-block;
	transform: translateY(-2px);
}

.label-checkbox-2,
.radio {
	display: inline-block;
	transform: translateY(2px);
}

/* Grids */
.row, .row-dashboard, .row-md, .row-sm {
	width: 100%;
	margin: 25px 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	vertical-align: middle;
	font-family: AvenirNextLProRegular, Arial, Helvetica, sans-serif;
}
.row-dashboard {
	margin: 5px 0 !important;
	padding: 5px 0 !important;
	border-bottom: 1px solid #CCCCCC;
	color: #434343;
}
.row-reporte {
	width: 100%;
	margin: 25px 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	vertical-align: middle;
}
.row-reporte-sm {
	width: 100%;
	margin: 5px 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	vertical-align: middle;
}
.row-md {
	margin: 15px 0 !important;
}
.row-sm {
	margin: 5px 0 !important;
}
.reduce-row {
	margin: 0 auto !important;
	padding: 20px 0 !important;
	width: 95% !important;
}

.centered {
	text-align: center;
}

.centered > div{
	float: none;
	display: inline-block;
	text-align: center;
}

.col-sm-01, .col-md-01,.col-lg-01, .col-xlg-01, .col-sm-02, .col-md-02, .col-lg-02, .col-xlg-02,
.col-sm-03, .col-md-03, .col-lg-03, .col-xlg-03, .col-md-04, .col-lg-04, .col-2-25,
.col-1-1, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, .col-1-5, .col-2-5, .col-3-5,
.col-4-5, .col-1-10, .col-1-20, .col-3-20, .col, .col-1-30, .col-6-50, .col-9-20, .col-13-20, .col-7-10,
.col-3-10, .col-275, .col-37, .col-35 {
	overflow: hidden;
	float: left;
	padding: 0 5px;
	vertical-align: middle;
	margin: auto 0;
	height: 100%;
}
.col-1-20 {
	width: 5%;
}
.col-2-25 {
	width: 8%;
}
.col-1-10 {
	width: 10%;
}
.col-4-5 {
	width: 10%;
}
.col-6-50 {
	width: 12%;
}
.col-3-20, .col-md-02 {
	width: 15%;
}
.col-sm-01, .col-lg-02, .col-1-5 {
	width: 20%;
}
.col-md-01, .col-1-4 {
	width: 25%;
}
.col-xlg-01, .col-lg-04, .col-7-10 {
	width: 70%;
}
.col-sm-02 {
	width: 150px;
}
.col-xlg-02 {
	width: 50%;
	padding: 0;
}
.col-sm-03, .col-md-04, .col-6-20, .col-3-10 {
	width: 30%;
}
.col-md-03, .col-lg-01, .col-2-5 {
	width: 40%;
}
.col-9-20 {
	width: 45%;
}
.col-lg-03, .col-1-2 {
	width: 50%;
}
.col-xlg-03, .col-3-5 {
	width: 60%;
}
.col-13-20 {
	width: 65%;
}
.col-1-1 {
	width: 100%;
}
.col-1-3 {
	width: 33%;
}
.col-2-3 {
	width: 67%;
}
.col-35 {
	width: 35%;
}
.col-3-4 {
	width: 75%;
}
.col-4-5 {
	width: 80%;
}

.col-275 { width: 27.5%; }
.col-35 { width: 35%; }
.col-37 { width: 37%; }

/* Pantallas: Nueva estrategia, Nueva calibración, Cálculos */
.lista-analitos{
	width: 100%;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	padding: 30px 0 5px;
	margin: 0px auto 10px;
	overflow: hidden;
}
.item-lista-analitos{
	width: 100%;
	clear: both;
	overflow: hidden;
}
.item-lista-analitos .analito{
	padding: 12px 6px 12px 10px;
}
.item-lista-analitos .tipo-calculo{
	padding: 12px 6px;
}
.separador-analitos, .separador-lista{
	border-top: 1px solid #CCCCCC;
}
.lista-estandares, .lista-muestras, .lista-etapas{
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}
.lista-intervalos {
	width: 100%;
}
#listaIntervalosReporte .lista-etapas {
	width: 85%;
	margin: 10px auto;
}
#listaIntervalosReporte .item-lista-etapas th {
	background: none;
}
.item-lista-estandares, .item-lista-muestras, .item-lista-etapas, .item-lista-intervalos{
	padding: 5px 0px;
	overflow: hidden;
}
.item-lista-etapas th {
	border-top: none !important;
}
.item-lista-etapas th div {
	min-height: 25px;
	padding-top: 5px;
}
.item-lista-etapas .titulo-etapa {
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.item-lista-etapas .form-titulo-07 {
	padding: 0 0 0 2% !important;
}
.item-lista-etapas img {
	margin-left: 5px;
	height: 14px;
	width: auto;
	margin-top: 4px;
}
.item-lista-etapas .tabla-celda{
	background-color: #ffffff;
	height: 40px;
}
.item-lista-intervalos, .item-lista-intervalos .lista-etapas {
	margin: 10px auto;
	width: 97%;
}
.item-lista-intervalos .item-lista-etapas th {
	background-color: #81A6B2;
}
.tipo-calculo select {
	width: 83% !important;
}
.tipo-calculo img {
	vertical-align: middle;
	height:15px;
	margin: 0 0 2px 2px;
}
.tipo-calculo img.addParameters {
	margin: 0 2px 0 10px;
}

.item-lista-estandares img, .item-lista-muestras img {
	vertical-align: middle;
	height:15px;
	margin: 3px 0 0 -5px;
}
.item-lista-inyecciones, .item-lista-absorbancias{
	margin: 5px 0;
}
.remove-border{
	border: none;
	margin-bottom: 0;
}
.remove-border-bottom{
	border-bottom: none;
}
.titulo-inyeccion, .titulo-absorbancia, .titulo-estandar{
	display: inline-block;
	width: 25%;
	min-width: 110px;
}
.calculo-pantalla{
	min-width: 80px;
}
.titulo-vaso, .titulo-comprimido{
	min-width: 60px;
}
.see-more {
	vertical-align: bottom;
	height: 14px;
	margin-top: 4px;
	margin-left: 0;
}


/* Pantallas configuraciones */
.lista-configuraciones-container table{
	margin: 2px 0;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
}
.decimCuant {
	max-width: 60px;
}

/* Diálogo loading */
#waitDialog {
	vertical-align: middle;
	display: none;
	overflow: hidden;
	text-align: center;
	background: #FFFFFF;
	padding: 20px 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#waitDialog img{
	width: 30px;
	height: 30px;
	float: left;
}
#waitDialogMessage {
	margin-left: 10px;
	height: 100%;
	font-size: 12px;
	float: left;
	max-width: 170px;
	vertical-align: middle;
	padding-top: 7px;
}

.vertical-menu {
	width: 200px; /* Set a width if you like */
}

.vertical-menu .vertical-menu-maestro {
	background-color: rgba(0,0,0,.075); /* Grey background color */
	color: black; /* Black text color */
	display: block; /* Make the links appear below each other */
	padding: 12px; /* Add some padding */
	text-decoration: none; /* Remove underline from links */
	min-height: 80px;
	margin-bottom: 3px;
}

.vertical-menu .vertical-menu-maestro:hover {
	background-color: #cccccc; /* Dark grey background on mouse-over */
}

.vertical-menu .vertical-menu-maestro.active {
	background-color: #4CAF50; /* Add a green color to the "active/current" link */
	color: white;
}

.text-align-left { text-align: left !important; }
.text-center{text-align:center!important}

/* ------------ new grids without float left in % ------------ */
.w10  { width: 10% }
.w15  { width: 15% }
.w17  { width: 17% }
.w20  { width: 20% }
.w23  { width: 23% }
.w25  { width: 25% }
.w30  { width: 30% }
.w35  { width: 35% }
.w40  { width: 40% }
.w50  { width: 50% }
.w55  { width: 55% }
.w60  { width: 60% }
.w65  { width: 65% }
.w70  { width: 70% }
.w75  { width: 75% }
.w80  { width: 80% }
.w85  { width: 85% }
.w90  { width: 90% }
.w95  { width: 95% }
.w100 { width: 100% }

/* ------------ new pdf without tables ------------ */
html.dinamic-height {
	margin-top: 81px;
}

.new_table{
	position: relative;
	margin: 0;
	top: -45px;
	left: -45px;
	width: 793px;
	padding-top: 30px;
	font-family: AvenirNextLProRegular, Arial, Helvetica, sans-serif;
	margin-bottom: 200px;
}
.new_table.landscape{
	width: 1122px;
}

.new_table .title-bold{
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
}

.new_table .inline {
	display: inline-block;
}
.new_table .col_pdf {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

.new_table .col_pdf.col_pdf_50 { width: 50%; }
.new_table .col_pdf.col_pdf_100 { width: 100%; }


/* LOGOS */
.new_table .content-logos {
	width: 100%;
	padding: 0 0 25px 0;
}
.new_table .content-logos.dinamic-height {
	margin-top: -30px
}
.new_table .content-logos .imagen_eslabon {
	width: 25%;
	text-align: center;
}
.new_table .content-logos .imagen_verifarma {
	width: 25%;
	margin-left: 49%;
	text-align: center;
}


/* TITLE */
.new_table .content-title {
	width: 100%;
	padding: 0;
}
.new_table .content-title .titulo-principal-01 {
	font-size: 24px;
	text-align: center;
	padding-bottom: 5px;
}


/* FIRST CONTENT */
.new_table .content-first, .new_table .content-first-2 {
	width: 95%;
	margin-top: 10px;
	padding: 0 0 30px 30px;
	color: #434343;
}
.new_table .content-first .column,
.new_table .content-first .column-two {
	width: 62%;
	border-left: 2px solid #434343;
	padding-left: 10px;
	vertical-align: top;
}
.new_table .content-first .column-two {
	width: 35%;
}

.new_table .content-first .column.middle,
.new_table .content-first .column-two.middle {
	width: 49%;
}

.new_table .content-first .column .column-item,
.new_table .content-first .column-two .column-item {
	margin-bottom: 10px;
	text-align: left;
}

.new_table .content-first .column .column-item .title { width: 40%; }
.new_table .content-first .column .column-item .result { width: 57%; }

.new_table .content-first .column-two .column-item .title { width: 50%; }
.new_table .content-first .column-two .column-item .result { width: 47%; }

.new_table .content-first .column .column-item .title.short,
.new_table .content-first .column-two .column-item .title.short {
	width: 35%;
}
.new_table .content-first .column .column-item .result.large,
.new_table .content-first .column-two .column-item .result.large {
	width: 62%;
}

.new_table .content-first .title,
.new_table .content-first .result {
	vertical-align: top;
}

.new_table .content-first-2 .column-item .col_pdf {
	padding-top: 5px;
	padding-bottom: 5px;
}

.new_table .content-first-2 .main-content {
	border-left: 2px solid #434343;
	padding-left: 10px;
	width: 49%;
	vertical-align: top;
}
.new_table .column.inline.box-for-string {
	border: 2px solid #434343;
	width: 93%;
	padding: 10px 10px 30px;
}
.box-for-string {
	height: 105px;
}

/* SECOND CONTENT */
.new_table .content-second .cabecera {
	width: 100%;
	color: #fff;
	background-color: #81A6B2;
	text-align: center;
}
.new_table .content-second .inline {
	padding: 10px 0 0px;
	margin-right: -4px;
}
.new_table .content-second .result-item {
	color: #434343;
	border-top: 1px solid #fff;
}
.new_table .content-second .result-item.odd {
	background-color: #ebf8fd;
}
.new_table .content-second .result-item.even {
	background-color: #eaece7;
}
.new_table .content-second .result-item .inline {
	text-align: center;
}

.new_table .content-second .inline.fecha_ejecucion { width: 150px; }
.new_table .content-second .inline.estado { width: 100px; }
.new_table .content-second .inline.not_found { width: 500px; }

.new_table .content-first .column.box-gray-pdf {
	background-color: #c2cace;
	padding: 18px 0 5px 18px;
	color: white;
	border: 0;
}

.new-page-pdf {
	page-break-before: always;
}
.new-page-pdf.padding-like-logo {
	padding-top: 115px;
}

/* ALL WIDTH PDF IS 793px */
.new_table .content-second.item-1 .inline.items_title { width: 533px; }
.new_table .content-second.item-2 .inline.items_title { width: 256px; }
.new_table .content-second.item-3 .inline.items_title { width: 164px; }
.new_table .content-second.item-4 .inline.items_title { width: 118px; }

/*  CONTENT COPIES */
.new_table .content-copies {
	width: 100%;
	color: #434343;
	margin-left: 30px;
	padding-left: 10px;
	border-left: 1.5px solid #434343;
}

/* CONTENT SIGN */
.contenidos.content-sign {
	position: fixed;
	height: 100px;
	bottom: 25px;
	left: 5px;
	right: 0px;
	width: 400px;
	color: #434343;
	padding-left: 10px;
	border-left: 1.5px solid #434343;
	font-family: AvenirNextLProRegular, Arial, Helvetica, sans-serif;
}

.content-version-sop {
	clear: both;
	margin-top: 28px;
}

.content-codigo-sop .txt-cod-sop {
	text-align: left;
	text-overflow: ellipsis;
}

.boder-result {
	border-top: 1px solid #CCCCCC;
	padding-top: 15px !important;
	font-weight: bold;
}

.slick-prev, .slick-next {
	width: 40px;
	height: 40px;
}

.slick-prev:before, .slick-next:before {
	font-size: 40px;
}

.labelNA {
	display: inline-block;
	transform: translateY( -3px );
}

.box-criterio-aceptacion {
	border: 1px solid #c9d0d0;
	margin-left: 5px;
	padding: 5px 10px;
	border-radius: 3px;
}

.box-av-result {
	border: 1px solid #c9d0d0;
	border-radius: 3px;
}

.google-visualization-orgchart-node {
	font-family: AvenirNextLProRegular !important;
	font-size: 12px;
	color: dimgrey;
	border: 2px solid #C0C0C0;
}

.dropHover > td {
	background-color: #dedede !important;

	transition: all 250ms ease;
}

.fab {
	width: 50px;
	height: 50px;

	position: fixed;
	bottom: 55px;
	right: 30px;

	display: flex;
	justify-content: center;
	align-items: center;

	background-color: #1BAEC2;
	border-radius: 50%;
	box-shadow: 0px 4px 10px rgba(0,0,0,.70);
	cursor: pointer;
}

.fab > span {
	width: 45px;
	height: 45px;

	background: url("./images/arrow-top.png") no-repeat center;
}

#maestrosDiv .busqueda .contenedor-tablas {
	padding: 20px;
}

@media print  {
	body.print-calculo {
		margin: 25mm 0mm 25mm -10mm;
	}

	body.print-calculo .info-usuario {
		transform: translateX( -50px );
	}

	body.print-calculo .info-lims img {
		transform: translateX( 50px );
	}

	body.print-calculo #btnGroupVolver {
		display: none;
	}
}

.helpbox{
	font-family: AvenirNextLProRegular !important;
	font-size: 12px;
	font-weight:normal;
	padding: 4px;
	background-color: #fafafa;
	color: #0A2A0A;
	width: 250px;
	display:none;
	position: absolute;
	z-index:99;
	border:1px #0A2A0A solid;
	border-radius:10px;
}

i.fas.fas-1 {
	vertical-align: middle;
	font-size: 1.3em;
	margin-right: 5px;
	color: #96a3b6;
}

.space-break{
	white-space: break-spaces;
}



/* ----------- TABLAS MODALS ----------- */
.table-modal {
	border-spacing: 0;
}

.table-modal .titles td {
	border-bottom: 2px solid #434343;
}

.table-modal td {
	padding: 10px 0;
	text-align: center;
}

.table-modal .titles {
	color: #434343;
	font-size: 13px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 2px solid #434343;
}

.table-modal .content-data {
	display: table;
	width: 100%;
}

.table-modal .data {
	color: #434343;
	font-size: 12px;
	text-align: center;
	display: table-row;
}

.table-modal .data > div {
	display: table-cell;
	vertical-align: middle;
}

 .contenedor-tablas .filtros-b select{
 	max-width: 150px;
 }

 /* FIX CSS DATEPICKER */
 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	 color:#434343;
	 border : 1px solid #434343;
 }
 .ui-datepicker{
	color: #434343 !important;
 }

 .ui-state-active{
	font-family: AvenirNextLProBold
 }

 .tabla-icono, .detalles-boton{
	opacity: 0.7;
	height: auto;
	max-height: 19px;
	max-width: 19px;
	height: 19px;
	width: 19px;
 }

 .detalles-boton{
	max-width: 21px !important;
	max-height: 21px !important;
	width: 21px !important;
	height: 21px !important;
 }

 .archivo{
	word-break: break-all;
 }

 .tabla-03 td{
 	word-break: break-word;
 }

 .boton-collapsible {
	background-color: #61CBAB !important;
	border: 1px solid #61CBAB;
	color: #FFF;
	text-align: center;
	height: 24px;
	vertical-align: middle;
	font-size: 11px;
	overflow: hidden;
	padding: 2px !important;
	outline: none;
	margin-top: 5px;
	width: 100%;
}

@media print
{
	.no-print, .no-print *
	{
		display: none !important;
	}
}

.no-selectable{
	-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}

.grey-text{
	color: #434343;
}

.bold{
	font-weight: bold;
}

.itemPill {
	background-color: #ddd;
	border: none;
	color: black;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 16px;
}

.itemPill:hover{
	background-color: #EEE;
}

/**********************
	Markdown Style
***********************/
#changelog h2
{
	font-family: "Courier New", Courier, monospace;
	color: var(--primaryColor) !important;
	margin-top: 1.5em;
}

#changelog h3
{
	font-family: "Courier New", Courier, monospace;
	color: var(--successColor) !important;
}

#changelog pre {
	background-color: rgba(241, 241, 241, 0.82);
	margin-left: 2%;
	padding: 1em;
	border-radius: 5px;
}

#changelog hr {
    margin: 3em 1em;
    height: 0; /* Firefox... */
    box-shadow: 0 0 2px 1px var(--primaryColor);
}

#changelog hr:after {
    content: "\00a0";
}

.col-dialog-observadores img { max-width: 50px; margin-top: 20px }
.col-dialog-observadores p { font-size: 14px; text-align: left; }
.col-dialog-observadores textarea { width: 100%; }

.tabla-ar-resultados tbody tr{
	border-bottom: 1px solid #a9a9a961;

}
.tabla-ar-resultados tbody td{
	padding-top: 10px !important;
}


.droppableArea {
    min-height: 50px;
    border: 1px #dfdfdf solid;
    border-top: 1px #dfdfdf solid !important;
}

.opcionCodigo{
    padding: 0.5em;
    display: inline-block;
    width: fit-content;
    border: 1px lightgray solid;
}

.pl-0{
	padding-left: 0;
}

.filtroPickear{
	resize: none;
	padding: 4px 5px;
	min-width: 70px;
	margin: auto 10px auto 5px;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #B9BEBE;
}