@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

.body {
	font-family: "Roboto"; font-weight: 300;
	margin: 0px;
    min-width: 1110px;
	display: block;
	background: #c0cba2;
}

:root {
	--primaryColor: #709F2D;
	--successColor: #088A08;
}

/* Generales */
.header-container {
	width: 100%;
	height: 85px;
	background: #ffffff;
	color: #919D9D;
	-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: "Roboto"; font-weight: 300;
}
.header {
	height: 100%;
	display: flex;
}
.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 {
	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 img {
	height: 22px;
	vertical-align: middle;
	cursor: pointer;
}
.header .icono-container {
	margin-right: 35px;
	overflow: hidden;
	display: inline-block;
}
.header .info-usuario {
	float:right;
	max-width: 28%;
	font-size: 12px;
	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: 25px;
	position: relative;
	height: 100%;
}
.header .fecha {
	position: absolute;
	bottom: 0;
	font-size: 9px;
	width: 100%;
}

.global-container {
	width: 98%;
	margin: 10px auto 30px;
	overflow: auto;
	overflow-y: 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;
}
.contenidos {
	width: 100%;
	margin: 0;
	padding: 0px 0px 15px;
	min-height: 400px;
}

/*.header {*/
	/*background-image: url(./images/back-header.jpg);*/
	/*height: 90px;*/
	/*width: 100%;*/
	/*margin: auto;*/
	/*background-repeat: repeat-x;*/
/*}*/

.logo{
	justify-content: flex-start;
	display: flex;
	/*width: 70%;*/
}
.logo_contiene{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
}
.usuario{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #666666;
	padding: 15px;

	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-end;
}
.usuario div:last-child{
	align-self: flex-start;
	padding-left: 10px;
}

.usuario a img{
	margin-right: 3px;
	vertical-align: middle;
	display: inline-block;
}
.empresa{
	/*width: 40%;*/
	display: flex;
	align-items: flex-end;
}
.contacto {
	/*background-image: url(./images/back-contacto.gif);*/
	/*background-repeat: no-repeat;*/
	height: auto;
	width: 500px;
	float: right;
	padding-top: 2px;
}
.contacto-texto {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	float:left;
}
.fondoGris{
	background-color:#F2EFEF;
}
.contacto-texto-bold {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.contacto-video-sc{
	float: right;
    margin-right: 20px;
    margin-top: -8px;
}
.contacto-video {
    float: right;
    margin-right: 0;
    margin-top: -15px;
}
.logos-actores {
	clear: right;
	float: right;
	width: 250px;
	text-align: center;
	padding-top: 2px;
}
.texto-std{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #666666;
}
.link-std{
	color:#088A08;
	text-decoration: none;
}
#menuh{
	overflow: hidden;
	font-family: "Roboto"; font-weight: 300;
}
.footer {
	background-image: url(./images/back-footer.jpg);
	height: 94px;
	width: 100%;
	margin: 20px auto auto;
	background-repeat: repeat-x;
	float: left;
	vertical-align: top;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
}

.columna-botones {
	width: 30px;
}
.boton-rojo {
	background-image: url(./images/boton-rojo.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 220px;
	padding-left: 8px;
	line-height: 28px;
}
.boton-verde-gde {
	background-image: url(./images/boton-verde.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 150px;
	padding-left: 8px;
	line-height: 1px;
    color: white;
    cursor:pointer;
}
.boton-verde {
	background-image: url(./images/boton-verde.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 220px;
	padding-left: 8px;
	line-height: 28px;
}
.boton-gris {
	background-image: url(./images/boton-gris.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 220px;
	padding-left: 8px;
	line-height: 28px;
}
.boton-basico {
	background-image: url(./images/boton-basico.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 220px;
	padding-left: 20px;
	line-height: 28px;
}
.clicksmall{
	cursor:pointer;
}
.menu-01st {
	font-family: "Roboto"; font-weight: 300;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menu-01 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menu-01:hover {
	font-family: "Roboto"; font-weight: 300;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.menu-02 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.menu-02:hover {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;

}

pre {
	overflow: visible;
}

.pre_t{
	brush: js;
	margin-bottom: 0px;
}
.titulo-principal {
	min-height: 30px;
	width: 97%;
	line-height: 28px;
	text-decoration: none;
	padding: 10px 15px;
	padding-left: 12px;
	padding-right: 2px;

	font-family: "Roboto"; font-weight: 300; font-size: 15px; margin: 0;
	background: #81b426; color: #fff;
}
.titulo-principal-sedronar {
	font-family: "Roboto"; font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(./images/celda-azul.gif);
	height: 30px;
	width: 97%;
	line-height: 28px;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 2px;
}
.titulo-principal-02 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(./images/celda-verde-02.gif);
	height: 24px;
	width: 952px;
	line-height: 24px;
	text-decoration: none;
	padding-left: 6px;
}
.titulo-principal-chico {
	font-family: "Roboto"; font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(./images/celda-verde.gif);
	height: 30px;
	width: 100%;
	line-height: 28px;
	text-decoration: none;
}
.contenedor-tablas {
	width: 97%;
	border: 1px solid #CCCCCC;
	padding: 6px;
	padding-bottom: 24px;
}
.contenedor-tablas-inter {
	width: 98%;
	border: 1px solid #CCCCCC;
	padding: 6px;
}
.tabla-titulos2 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(./images/celda-gris.gif);
	padding-left: 6px;
}
.tabla-titulos, .ui-widget-content .ui-state-default.tabla-titulos {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(./images/celda-gris.gif);
	background-repeat: repeat-x;
	padding-left: 6px;
	line-height: 24px;
}
.tabla-titulos-02 {
    background-image: url("./images/celda-gris-02.gif");
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: "Roboto"; font-weight: 300;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
    text-decoration: none;
}
.tabla-titulos-03 {
    background-image: url("./images/celda-gris-03.gif");
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: "Roboto"; font-weight: 300;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
    text-decoration: none;
}
.tabla-titulos-04 {
    background-image: url("./images/celda-gris-03.gif");
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: "Roboto"; font-weight: 300;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
    text-decoration: none;
}
.tabla-celda-01-white {
	font-family: "Roboto"; font-weight: 300;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-left: 2px;
	background-color: white;
}
.tabla-celda-01-red {
	font-family: "Roboto"; font-weight: 300;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-left: 2px;
	background-color: #FFDBDC;
}
.tabla-celda-01 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-left: 2px;
	background-color: #D9FFC1;
}
.tabla-celda-02 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-left: 2px;
	background-color: #F3C7B4;
}
.tabla-celda-03 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-left: 2px;
	background-color: #ECE77D;
}
.tabla-celda-listas {
	font-family: "Roboto"; font-weight: 300;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding-left: 2px;
	background-image: url(./images/celda-gris.gif);
	background-repeat: repeat-x;
}
.tabla-lista-01 {
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Roboto"; font-weight: 300;
	font-size: 10px;
	color: #333333;
}
.tabla-lista-02 {
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Roboto"; font-weight: 300;
	font-size: 10px;
	color: #333333;
}
.tabla-lista-03 {

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Roboto"; font-weight: 300;
	font-size: 10px;
	color: #333333;
}


.tabla-titulos-03 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(./images/celda-gris-03.gif);
	background-repeat: repeat-x;
	height: 24px;
	padding-left: 6px;
	line-height: 24px;
}
.tabla-titulos-04 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(./images/celda-gris-04.gif);
	background-repeat: repeat-x;
	height: 24px;
	padding-left: 6px;
	line-height: 24px;
}
.tabla-titulos-05 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(./images/celda-gris-05.gif);
	background-repeat: repeat-x;
	height: 24px;
	padding-left: 6px;
	line-height: 24px;
}
.tabla-celda-04 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-left: 2px;
	background-color: #EEEEEE;
}
.form-tabla {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	background-color: #F3F3F3;
	border: 1px dashed #DFE0E1;
}
.form-tabla.without-dashed {
	border: none;
	border-radius: 5px;
}
.form-texto-01 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #709F2D;
	text-decoration: none;
	text-align: right;
}
.form-texto-01.font13 {
	font-size: 13px;
}
.form-texto-01.full-width {
	width: 100%;
}
.form-input-custom {
	width: 100%;
	color: black;
	outline: none;
	font-size: 13px;
	padding: 5px 7px;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.form-input-custom:disabled {
	background-color: rgb(235, 235, 228);
}
select.form-input-custom {
    background-color: white;
}
.form-texto-grande {
	font-family: "Roboto"; font-weight: 300;
	font-size: 24px;
	font-weight:bold;
	color: #709F2D;
	text-decoration: none;
	text-align: left;
	padding-left:10px;
}
.form-alerta {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #CC3300;
	text-decoration: none;
	text-align: left;
}
.form-campo-01 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #666;
	border: 1px solid #ABADB3;
	height: 18px;
	width: 240px;
	background-color: #F3F3F3;
}
.form-textarea-01 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #666;
	border: 1px solid #ABADB3;
	height: 60px;
	width: 240px;
	background-color: #F3F3F3;
}
.form-textarea-02 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #666;
	border: 1px solid #ABADB3;
	height: 40px;
	background-color: #F3F3F3;
	width: 200px;
}
.form-boton-01 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(./images/boton-gris.jpg);
	height: 24px;
	width: 180px;
	border: 1px solid #5C5C5C;
}
.form-boton-02 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(./images/boton-gris.jpg);
	height: 18px;
	width: 100px;
	border: 1px solid #5C5C5C;
}
.form-boton-02-cancel {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(./images/boton-rojo.jpg);
	height: 18px;
	width: 100px;
	border: 1px solid #5C5C5C;
}
.form-boton-03 {
    border: 0;
	transition: 1s;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 30px;
	border-radius: 3px;
	margin: 10px 0 20px;
	text-decoration: none;
	font-family: "Roboto";
	background-image: url(./images/boton-gris.jpg);
}
.form-boton-03#btnCancel {
	margin-right: 15px;
}

.form-boton-03.success {
	background-image: url(./images/boton-verde.jpg);
}
.t-left{
    text-align: left;
    min-width: 150px;
}
.borde-base{
    border: 1px solid #D3D3D3;
}

.contenedor-tablas label {
	font-size: 11px !important;
}
.contenedor-tablas label.font13 {
	font-size: 13px !important;
}
.contenedor-tablas label.font13.from-radio {
	display: inline-block;
	transform: translateY(-1px);
	margin-right: 15px;
}
.contenedor-tablas input.form-control,
.contenedor-tablas select.form-control
{
	height: 18px !important;
	font-size: 12px !important;
	line-height: 14px !important;
	padding: 0;
}

.breck-word {
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.breck-word.m200 { max-width: 200px }
.breck-word.m300 { max-width: 300px }

/*
 * 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: "Roboto"; font-weight: 300;
	color: #919D9D;
}
.login-global-container .header-container {
	width: 100%;
	height: 15vh;
	min-height: 115px;
	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-global-container .header-container .header {
	width: 85%;
	height: 15vh;
	min-height: 115px;
	clear: both;
	overflow: hidden;
}
.login-global-container .header-container .header img{

}

.login-global-container .header-container .header img{
	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: 1.6em;
	color: #9C0;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 10px;
}
.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;
	font-size: 0.83em;
}
.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: #81b426;
	padding: 10px 20px 10px 20px;
	font-family: "Roboto"; font-weight: 300;
	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: #cff19c;
}
.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: "Roboto"; font-weight: 300;
	font-size: 1.02em !important;
	color: #919D9D;
	border-color: #CED0D1;
	border-bottom-width: 2px;
	caret-color: #81b426;
}
.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: #cff19c;
	color: #758282;
}
.login-form-container input {
	outline: none !important;
}
.login-form-container .innerError {
	font-size: 0.9em;
}

.login-global-container .header-container {
}

.login-global-container .header-container .header,
.login-global-container .header-container .header .logo_contiene,
.login-global-container .header-container .header .logo_contiene .logo {
	width: 100%;
}

.login-global-container .header-container .header .logo_contiene .logo {
	justify-content: space-between;
}

.login-global-container .header-container .header .logo_contiene .logo > img {
	max-height: 150px !important;
	min-height: 100px !important;
}

.login-global-container .header-container .header .logo_contiene .logo .empresa {
	justify-content: flex-end;
	align-items: center;
}
.login-global-container .header-container .header .logo_contiene .logo .empresa .contacto {
	wifth: auto;
	float: none;
}

.login-global-container .header-container .header .logo_contiene .logo .empresa .contacto .contacto-texto-bold,
.login-global-container .header-container .header .logo_contiene .logo .empresa .contacto .contacto-texto {
	font-size: 15px;
}

/** Boostrap button **/
.btn.form-boton-02 {
	color: white !important;
	padding: 0px !important;
}

.btn.form-boton-02:active {
	background-image: url(./images/boton-gris.jpg) !important;
}

/** Bootstrap Pagination **/
.pagination li a {
	margin: 3px;
	font-family: "Roboto";
	font-weight: 300;
	font-size: 11px;
	color: #709F2D;
	cursor: pointer;
	text-decoration: none;
}

.pagination li.active a{
	font-weight: bold;
}

/** Bootstrap Type Ahead **/
.dropdown-menu li > a {
	color: #000 !important;
	font-size: 12px !important;
}

.dropdown-menu > .active a {
	text-decoration: none;
}

.dropdown-menu > .active {
	background-color: #cff19c;
	outline: 0;
}

/** VF V2 Modal **/
.modal-backdrop {
	opacity: 0.5;
}

.modal {
	text-align: center;
	padding: 0!important;
}

.modal::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-dialog .modal-v {
	width: auto !important;
	min-width: 514px !important;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

table.display thead th {
	white-space: nowrap !important;
}

/***** menu ******/
#menu {
    float: right;
    height: 32px;
    max-width: 580px;
    width: auto;
}

#cmmMenuFlash {
    bottom: 160px;
    height: auto;
    left: 50%;
    margin-left: -400px;
    position: absolute;
    width: auto;
}


#cmMenu {
	text-align: center;
	width: 100%;
	background: #FFFFFF;
	font-size: 0.8em;
	font-weight: lighter;
	color: #919D9D;
}

#cmMenu, #cmMenu a {
    cursor: pointer;
    outline: medium none;
    text-align: left;
    text-decoration: none;
}
#cmMenuPrincipal {
    width: auto;
}
#cmMenuPrincipal a, .cmMenuMP {
    color: #808080;
}
.cmMenuMP {
	padding: 7px 1%;
	text-align:center;
	vertical-align: middle;
	float: left;
}

.cmMenuMP:hover {
	/*background: #81b426;*/
	background: #cff19c;
	color: black;
}

cmMenu:hover {
	color: black;
}

.cmMenuMP, .cmMenuMP div {
    float: left;
}
.cmMenuMP div {
    height: 32px;
}
.cmMenuMPIzq {
    /*background: url("./images/menu/menuAccionesSeparador.png") no-repeat scroll left top transparent;*/
    width: 2px;
}
.cmMenuMPImg img {
    padding: 0 2px;
    margin-top: 7px;
    margin-left: 2px;
    margin-right: 4px;
}
.cmMenuMPCentro div {
    text-align: left;
}
.cmMenuMPDer {
    /*width: 5px;*/
}
.cmMenuMPImg, .cmMenuMPCentro {
}
.cmMenuMPImg img, .cmMenuMPCentro div {
    line-height: 32px;
}
.cmMenuMP:hover, .cmMenuMP:hover div {
	color: black;
    background-position: center center;
}

.cmMenuMPSel:hover {

	background: #cff19c;
}

.cmMenuMPSel, .cmMenuMPSel div {
	background: #cff19c;
    background-position: center top !important;
}
.cmMenuMPSel .cmMenuMPIzq {
    background: none repeat scroll 0 0 transparent;
}
#cmMenuSecciones a {
    color: #333333;
}
.cmMenuMS {
    display: none;
    min-width: 104px;
    position: absolute;
	z-index: 999 !important;
}
.cmMenuMS div {
    border-bottom: 0px solid #E6E6E6;
    border-left: 0px solid #E6E6E6;
    border-right: 0px solid #E6E6E6;
    margin: 0;
    opacity: 0.9;
    padding: 5px;
	z-index: 999 !important;
}
.cmMenuMSFondoGris {
	z-index: 999 !important;
}
.cmMenuMS div:hover, .cmMenuMSFondoGris:hover {
    background-position: center bottom !important;
	z-index: 999 !important;
}
.cmMenuMS div span {
    padding: 0 2px;
	z-index: 999 !important;
}
.cmMenuMSImg{
	margin-right:1px;
	margin-left:-4px;
	padding-top:-1px;
	padding-bottom:0px;
	height:16px;
	width:16px;
	display:block;
	float:left;
	z-index: 999 !important;
}
.cmMenuMSFlecha span.contFlecha {
    background: url("./images/menu/cmMenuMSFlecha.png") no-repeat scroll center top transparent;
    float: left;
    height: 25px;
    margin-top: -5px;
    width: 11px;
	z-index: 999 !important;
}
.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: 0px solid #E3E3E3;
	z-index: 999 !important;
}
.cmMenuMSBottom {
	z-index: 999 !important;
}
.cmMenuMSSafari {
    min-width: 98px;
	z-index: 999 !important;
}
/************************/
/****** NUEVO MENU ******/
/************************/
#cmMenu, #cmMenu a, .header .cmMenuMS, .header .cmMenuMS a{
	cursor: pointer;
	outline: medium none;
	text-align: left;
	text-decoration: none !important;
	color: #919D9D;
}
.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;
}
@media screen and (max-width: 1579px) {
	.cmMenuMP { padding: 7px 0.5%; }
}
@media screen and (max-width: 1376px) {
	.cmMenuMP { padding: 7px 0.3%; }
}
@media screen and (max-width: 1308px) {
	.cmMenuMP { padding: 7px 0; }
}
@media screen and (max-width: 1219px) {
	.cmMenuMP { padding: 7px 1%; }
}

#cmMenu1 {
	padding: 7px 1.8%;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	cursor: default;
}
#cmMenu1 a {
	cursor: pointer;
}

.cmMenuMP, .cmMenuMP div {
	float: left;
	overflow: hidden;
}
.cmMenuMPIzq {
	width: 0;
}
.cmMenuMPImg img {
	padding-right: 2px;
	margin-top: 7px;
	margin-left: 0;
	margin-right: 4px;
	max-height: 16px;
}
.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;
}

.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 {
}
.cmMenuMSBottom {
}
.cmMenuMSSafari {
	min-width: 98px;
}
.cmMenuMS  div:hover{
	color: #4e5757;
	background-color: #cff19c;
}



/***** DASHBOARD *****/
.dash-container {
	display: flex;
	justify-content: space-between;
}

.dash-col {
	width: 50%
}

.cajaDash{
	/* float:left;
	width: 45%; */
	margin:10px;
	border: 0px solid #CCCCCC;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height:150px;
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #666666;
	padding:5px;
}
.contenedorCajaDash{
	min-height: 100px;
	overflow:hidden;
}

.filtrosA{
	float:right;
	font-family: "Roboto"; font-weight: 300;
	font-size: 11px;
	margin:3px;
}
.link-accion{
	margin:3px;
	font-family: "Roboto"; font-weight: 300;
	font-size: 11px;
	color: #709F2D;
	cursor: pointer;
	text-decoration:none;
}
.fila_leyenda{
	float: left;
	width: 75%;
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #333333;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 1.25;
}
.fila_accion{
	float: left;
	width: 20%;
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	text-align:center;
	color: #333333;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
.ir_titulo{
	float: right;
	color:white;
	margin-top:3px;
	margin-right:30px;
}
.hide{
	display:none;
}
.noshow{
	visibility:hidden;
}
.remito_cant{
	float:right;
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	text-align:right;
	color: #333333;
	margin-right:3px;
	margin-bottom:3px;
}
.remito_detalle{
	float:left;
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	text-align:left;
	color: #333333;
	margin-left:3px;
	margin-bottom:3px;
}
.txtdestaca{
	font-size: 16px;
	font-weight:bold;
}
.color-deshabilitado{
	color:#0A2A0A;
}

/***** Pop up con informacion ******/
.link-listado{
	color:#088A08;
	text-decoration: none;
}
.vTitulo{
	color:#333333;
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	background-color:#DDFFDD;
	padding:2px;
	border-bottom:1px solid #BDBDBD;
}
.vDato{
	color:#333333;
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	padding:2px;
	border-bottom:1px solid #BDBDBD;
}

/******** PDF **********/
.pdf_export{
	background-image: url(./images/pdf.png);
	width: 20px;
	height: 20px;
	float: right;
	margin: 5px;
	margin-right: 10px;
}
.xls_export{
	background-image: url(./images/xls.png);
	width: 20px;
	height: 20px;
	float: right;
	margin: 5px;
	margin-right: 5px;
}
/******** ALERTAS *******/
.alert {
	width: 97%;
}
.alerta_user{
	width:95%;
	margin-left:10px;
	height:18px;
}
.alertad{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	margin-bottom:3px;
}
.usuarios{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	margin-bottom:3px;
	padding: 6px;
	cursor: move;
	width:550px;
	background: #FFFFFF url(./images/user_icono.png) no-repeat;
	background-position: 6px 4px;
	padding-left:30px;
}
.helpbox{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	padding: 4px;
	background-color:#0B6121;
	color:#FFF;
	width: 250px;
	height:auto;
	display:none;
	position: absolute;
	z-index:99;
	border:1px #0A2A0A solid;
	border-radius:10px;
}

.button-disabled {
	background-image:none;
	background-color:silver;
	border:1px solid silver;
	color:#999999;
	cursor:default;
}

/* semiautomatico */

.modoSemiautomaticoEnable {
	color:#709F2D;
}
.modoSemiautomaticoEnable:hover {
	text-decoration:underline;
}
.modoSemiautomaticoDisable {
	color:red;
}
.modoSemiautomaticoDisable:hover {
	text-decoration:underline;
}
.crearetiquetapack-disabled {
	color:silver;
	background-image:none;
	cursor:no-drop;
}
.etiquetaDestruida td {
	background-color:#D32828;
}
.etiquetaDestruida:hover td {
	background-color:#EF3434;
}
.etiquetaParaMuestra td {
	background-color:#FC9949;
}
.etiquetaParaMuestra:hover td {
	background-color:#FFAA66;
}
#progress {
	font-weight:bold;
	color:green;
}
.span_link_muestra:hover {
	 color:#FC9949;
	 text-shadow: 1px 1px 2px white;
}

.span_link_destruir:hover {
	color:#D32828;
	text-shadow: 1px 1px 2px white;
}

/******** EDI *******/

.edi-button {
	width: 100px;
	height: 20px;

	-moz-box-shadow:inset 0px 1px 0px 0px #c7e50c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c7e50c;
	box-shadow:inset 0px 1px 0px 0px #c7e50c;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3ff9f), color-stop(1, #cbff68) );
	background:-moz-linear-gradient( center top, #f3ff9f 5%, #cbff68 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3ff9f', endColorstr='#cbff68');

	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;

	border:1px solid #cbff68;

	display:inline-block;
	padding:4px;
	cursor:pointer;
}
.edi-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cbff68), color-stop(1, #f3ff9f) );
	background:-moz-linear-gradient( center top, #cbff68 5%, #f3ff9f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbff68', endColorstr='#f3ff9f');
}
.edi-button:active {
	position:relative;
	top:1px;
}

/******** ANMAT *******/

.anmat-button {
	width: 100px;
	height: 20px;

	-moz-box-shadow:inset 0px 1px 0px 0px #3591DD;
	-webkit-box-shadow:inset 0px 1px 0px 0px #3591DD;
	box-shadow:inset 0px 1px 0px 0px #3591DD;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9FD2FC), color-stop(1, #60B0F2) );
	background:-moz-linear-gradient( center top, #9FD2FC 5%, #60B0F2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9FD2FC', endColorstr='#60B0F2');

	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;

	border:1px solid #60B0F2;

	display:inline-block;
	padding:4px;
	cursor:pointer;
}
.anmat-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #60B0F2), color-stop(1, #9FD2FC) );
	background:-moz-linear-gradient( center top, #60B0F2 5%, #9FD2FC 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#60B0F2', endColorstr='#9FD2FC');
}
.anmat-button:active {
	position:relative;
	top:1px;
}

/******* MANTENIMIENTO ****/
.maintenance{
	border-collapse: 0;
	border-spacing: 0;
	width: 800px;
	height: 200px;
	margin:10px auto;
	-moz-box-shadow:   	0px 0px 5px 0px #CCC;
  	-webkit-box-shadow: 0px 0px 5px 0px #CCC;
  	box-shadow: 	    0px 0px 5px 0px #CCC;
}

.maintenance h1{
	font-size: 16px;
	color:#333;
	margin-left: 15px;
	font-family: "Roboto"; font-weight: 300;
}

.maintenance h2{
	font-size: 14px;
	color:#333;
	margin-left: 15px;
	font-weight: normal;
	font-family: "Roboto"; font-weight: 300;
}

.maintenance .logo{
	font-size: 16px;
	color:#333;
	margin-left: 15px;
	width: 180px;
}

.maintenance .texto{
	text-align: justify;
	width: 620px;
}

.maintenance img{
	border: 0;
	width: 150px;
	height: 100px;
	margin:10px 0 0 0;
}
.maintenance .header{
	background-image: url(./images/back-header.jpg);
	background-position: 0px -10px;
	height: 50px;
	width: 100%;
	background-repeat: repeat-x;
}

.nice-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}.nice-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.nice-button:active {
	position:relative;
	top:1px;
}

.infiniteCarousel {
  width: 395px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 315px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  height:280px;
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 400px;
  width: 290px;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(./images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 100px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

/* SOPORTE */
#faqs .icopregunta{
	background-color:#EDEDED;
	margin-bottom:4px;
}
#faqs .titulo {
	background-color:#EDEDED;
	margin-bottom:4px;
}
#faqs .titulo h4 {
	color:#666666;
	cursor:pointer;
	padding-bottom:10px;
	margin:0;
	padding-left:23px;
}
#faqs .titulo.active h4{
	color:#000000;
	padding-bottom:10px;
	margin:0;
}
#faqs .explica {
	height:0;
	overflow:hidden;
	position:relative;
}
#faqs .explica p {
	padding-bottom:10px;
	margin:0;
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #333333;
	padding-left:5px;
	padding-left:23px;
}
.sedronar-logo-blanco{
	border: 1px solid #FFF;
	vertical-align: middle;
	margin-right: 6px;
}

/********* PLAN LINEAS **********/
#tablaPlan td{
	vertical-align: top;
}

#tablaPlan .printers{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	margin-bottom:3px;
}
#tablaPlan .categories{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	margin-bottom:3px;
}
#tablaPlan .lotesPendientes{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	margin-bottom:3px;
	padding: 6px 6px 10px 10px;
	cursor: move;
	width:450px;
	background: #FFFFFF no-repeat;
	background-position: 6px 4px;
	padding-left:10px;
}
#tablaPlan .celdaSelected{
	background: #ddffdd no-repeat;
}
#tablaPlan .cod_lote, .cod_lote_externo, .medicamento{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	width:70%;
}

#tablaPlan .cantidad_lote{
	font-family: "Roboto"; font-weight: 300;
	font-size: 10px;
	font-weight:normal;
	width:28%;
	float:right;
}

#tablaPlan .cantidad_lote .cantidad_nro{
	font-family: "Roboto"; font-weight: 300;
	font-size: 20px;
	font-weight:bold;
}

#tablaPlan .cod_lote .lote_txt{
	font-family: "Roboto"; font-weight: 300;
	font-size: 14px;
	font-weight:bold;
}

#tablaPlan .printer_title{
	font-family: "Roboto"; font-weight: 300;
	font-size: 14px;
	font-weight:bold;
	background: #FFFFFF no-repeat;
	padding: 3px;
}

#tablaPlan .printer_lote{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	background: #FFFFFF no-repeat;
	margin: 3px;
}
#tablaPlan .printer_state{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	font-style:italic;
}

#tablaPlan .printer_total{
	float:right;
	width:140px;
}

#tablaPlan .printer_confirm{
	float:right;
	width:20px;
}

#tablaPlan .printer_total .printer_total_nr{
	font-family: "Roboto"; font-weight: 300;
	font-size: 14px;
	font-weight:bold;
}

.innerError[data-style="custom"] {
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
	background-size: 14px;
}
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

.body {
	font-family: "Roboto"; font-weight: 300;
	margin: 0px;
    min-width: 1110px;
	display: block;
	background: #c0cba2;
}
/* Generales */
.header-container {
	width: 100%;
	height: 85px;
	background: #ffffff;
	color: #919D9D;
	-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: "Roboto"; font-weight: 300;
}
.header {
	height: 100%;
	display: flex;
}
.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 {
	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 img {
	height: 22px;
	vertical-align: middle;
	cursor: pointer;
}
.header .icono-container {
	margin-right: 35px;
	overflow: hidden;
	display: inline-block;
}
.header .info-usuario {
	float:right;
	max-width: 28%;
	font-size: 12px;
	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: 25px;
	position: relative;
	height: 100%;
}
.header .fecha {
	position: absolute;
	bottom: 0;
	font-size: 9px;
	width: 100%;
}

.global-container {
	width: 98%;
	margin: 10px auto 30px;
	overflow: auto;
	overflow-y: 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;
}
.contenidos {
	width: 100%;
	margin: 0;
	padding: 0px 0px 15px;
	min-height: 400px;
}

/*.header {*/
	/*background-image: url(./images/back-header.jpg);*/
	/*height: 90px;*/
	/*width: 100%;*/
	/*margin: auto;*/
	/*background-repeat: repeat-x;*/
/*}*/

.logo{
	justify-content: flex-start;
	display: flex;
	/*width: 70%;*/
}
.logo_contiene{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
}
.usuario{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #666666;
	padding: 15px;

	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-end;
}
.usuario div:last-child{
	align-self: flex-start;
	padding-left: 10px;
}

.usuario a img{
	margin-right: 3px;
	vertical-align: middle;
	display: inline-block;
}
.empresa{
	/*width: 40%;*/
	display: flex;
	align-items: flex-end;
}
.contacto {
	/*background-image: url(./images/back-contacto.gif);*/
	/*background-repeat: no-repeat;*/
	height: auto;
	width: 500px;
	float: right;
	padding-top: 2px;
}
.contacto-texto {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	float:left;
}
.fondoGris{
	background-color:#F2EFEF;
}
.contacto-texto-bold {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.contacto-video-sc{
	float: right;
    margin-right: 20px;
    margin-top: -8px;
}
.contacto-video {
    float: right;
    margin-right: 0;
    margin-top: -15px;
}
.logos-actores {
	clear: right;
	float: right;
	width: 250px;
	text-align: center;
	padding-top: 2px;
}
.texto-std{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #666666;
}
.link-std{
	color:#088A08;
	text-decoration: none;
}
#menuh{
	overflow: hidden;
	font-family: "Roboto"; font-weight: 300;
}
.footer {
	background-image: url(./images/back-footer.jpg);
	height: 94px;
	width: 100%;
	margin: 20px auto auto;
	background-repeat: repeat-x;
	float: left;
	vertical-align: top;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
}

.columna-botones {	
	width: 30px;
}
.boton-rojo {
	background-image: url(./images/boton-rojo.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 220px;
	padding-left: 8px;
	line-height: 28px;
}
.boton-verde-gde {
	background-image: url(./images/boton-verde.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 150px;
	padding-left: 8px;
	line-height: 1px;
    color: white;
    cursor:pointer;
}
.boton-verde {
	background-image: url(./images/boton-verde.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 220px;
	padding-left: 8px;
	line-height: 28px;
}
.boton-gris {
	background-image: url(./images/boton-gris.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 220px;
	padding-left: 8px;
	line-height: 28px;
}
.boton-basico {
	background-image: url(./images/boton-basico.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 220px;
	padding-left: 20px;
	line-height: 28px;
}
.clicksmall{
	cursor:pointer;
}
.menu-01st {
	font-family: "Roboto"; font-weight: 300;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menu-01 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menu-01:hover {
	font-family: "Roboto"; font-weight: 300;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.menu-02 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.menu-02:hover {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;

}
.pre_t{
	brush: js; 
	margin-bottom: 0px;
}
.titulo-principal {
	min-height: 30px;
	width: 97%;
	line-height: 28px;
	text-decoration: none;
	padding: 10px 15px;
	padding-left: 12px;
	padding-right: 2px;

	font-family: "Roboto"; font-weight: 300; font-size: 15px; margin: 0;
	background: #81b426; color: #fff;
}
.titulo-principal-sedronar {
	font-family: "Roboto"; font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(./images/celda-azul.gif);
	height: 30px;
	width: 97%;
	line-height: 28px;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 2px;
}
.titulo-principal-02 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(./images/celda-verde-02.gif);
	height: 24px;
	width: 952px;
	line-height: 24px;
	text-decoration: none;
	padding-left: 6px;
}
.titulo-principal-chico {
	font-family: "Roboto"; font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(./images/celda-verde.gif);
	height: 30px;
	width: 100%;
	line-height: 28px;
	text-decoration: none;
}
.contenedor-tablas {
	width: 97%;
	border: 1px solid #CCCCCC;
	padding: 6px;
	padding-bottom: 24px;
}
.contenedor-tablas-inter {
	width: 98%;
	border: 1px solid #CCCCCC;
	padding: 6px;
}
.tabla-titulos2 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(./images/celda-gris.gif);
	padding-left: 6px;
}
.tabla-titulos {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(./images/celda-gris.gif);
	background-repeat: repeat-x;
	padding-left: 6px;
	line-height: 24px;
}
.tabla-titulos-02 {
    background-image: url("./images/celda-gris-02.gif");
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: "Roboto"; font-weight: 300;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
    text-decoration: none;
}
.tabla-titulos-03 {
    background-image: url("./images/celda-gris-03.gif");
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: "Roboto"; font-weight: 300;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
    text-decoration: none;
}
.tabla-titulos-04 {
    background-image: url("./images/celda-gris-03.gif");
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: "Roboto"; font-weight: 300;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
    text-decoration: none;
}
.tabla-celda-01-white {
	font-family: "Roboto"; font-weight: 300;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-left: 2px;
	background-color: white;
}
.tabla-celda-01 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-left: 2px;
	background-color: #D9FFC1;
}
.tabla-celda-02 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-left: 2px;
	background-color: #F3C7B4;
}
.tabla-celda-03 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-left: 2px;
	background-color: #ECE77D;
}
.tabla-celda-listas {
	font-family: "Roboto"; font-weight: 300;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding-left: 2px;
	background-image: url(./images/celda-gris.gif);
	background-repeat: repeat-x;
}
.tabla-lista-01 {
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Roboto"; font-weight: 300;
	font-size: 10px;
	color: #333333;
}
.tabla-lista-02 {
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Roboto"; font-weight: 300;
	font-size: 10px;
	color: #333333;
}
.tabla-lista-03 {
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Roboto"; font-weight: 300;
	font-size: 10px;
	color: #333333;
}


.tabla-titulos-03 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(./images/celda-gris-03.gif);
	background-repeat: repeat-x;
	height: 24px;
	padding-left: 6px;
	line-height: 24px;
}
.tabla-titulos-04 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(./images/celda-gris-04.gif);
	background-repeat: repeat-x;
	height: 24px;
	padding-left: 6px;
	line-height: 24px;
}
.tabla-titulos-05 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(./images/celda-gris-05.gif);
	background-repeat: repeat-x;
	height: 24px;
	padding-left: 6px;
	line-height: 24px;
}
.tabla-celda-04 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-left: 2px;
	background-color: #EEEEEE;
}
.form-tabla {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	background-color: #F3F3F3;
	border: 1px dashed #DFE0E1;
}
.form-tabla.without-dashed {
	border: none;
	border-radius: 5px;
}
.form-input-custom {
	width: 100%;
	color: black;
	outline: none;
	font-size: 13px;
	padding: 5px 7px;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.form-input-custom:disabled {
	background-color: rgb(235, 235, 228);
}
select.form-input-custom {
    background-color: white;
}
.form-texto-grande {
	font-family: "Roboto"; font-weight: 300;
	font-size: 24px;
	font-weight:bold;
	color: #709F2D;
	text-decoration: none;
	text-align: left;
	padding-left:10px;
}
.form-alerta {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #CC3300;
	text-decoration: none;
	text-align: left;
}
.form-campo-01 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #666;
	border: 1px solid #ABADB3;
	height: 18px;
	width: 240px;
	background-color: #F3F3F3;
}
.form-textarea-01 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #666;
	border: 1px solid #ABADB3;
	height: 60px;
	width: 240px;
	background-color: #F3F3F3;
}
.form-textarea-02 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #666;
	border: 1px solid #ABADB3;
	height: 40px;
	background-color: #F3F3F3;
	width: 200px;
}
.form-boton-01 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(./images/boton-gris.jpg);
	height: 24px;
	width: 180px;
	border: 1px solid #5C5C5C;
}
.form-boton-02 {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(./images/boton-gris.jpg);
	height: 18px;
	width: 100px;
	border: 1px solid #5C5C5C;
}
.form-boton-02-cancel {
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(./images/boton-rojo.jpg);
	height: 18px;
	width: 100px;
	border: 1px solid #5C5C5C;
}
.form-boton-03 {
    border: 0;
	transition: 1s;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 30px;
	border-radius: 3px;
	margin: 10px 0 20px;
	text-decoration: none;
	font-family: "Roboto";
	background-image: url(./images/boton-gris.jpg);
}
.form-boton-03#btnCancel {
	margin-right: 15px;
}

.form-boton-03.success {
	background-image: url(./images/boton-verde.jpg);
}

.form-boton-icon-1 {
	border: 0;
	padding: 0;
	background: none;
	cursor: pointer;
	outline: none !important;
}

.fa-large {
	font-size: 17px;
}

.t-left{
    text-align: left;
    min-width: 150px;
}
.borde-base{
    border: 1px solid #D3D3D3;
}

.contenedor-tablas label {
	font-size: 11px !important;
}
.contenedor-tablas label.font13 {
	font-size: 13px !important;
}
.contenedor-tablas label.font13.from-radio {
	display: inline-block;
	transform: translateY(-1px);
	margin-right: 15px;
}
.contenedor-tablas input.form-control,
.contenedor-tablas select.form-control
{
	height: 18px !important;
	font-size: 12px !important;
	line-height: 14px !important;
	padding: 0;
}

.breck-word {
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.breck-word.m200 { max-width: 200px }
.breck-word.m300 { max-width: 300px }

/*
 * 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: "Roboto"; font-weight: 300;
	color: #919D9D;
}
.login-global-container .header-container {
	width: 100%;
	height: 15vh;
	min-height: 115px;
	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-global-container .header-container .header {
	width: 85%;
	height: 15vh;
	min-height: 115px;
	clear: both;
	overflow: hidden;
}
.login-global-container .header-container .header img{
	
}

.login-global-container .header-container .header img{
	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: 1.6em;
	color: #9C0;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 10px;
}
.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: #81b426;
	padding: 10px 20px 10px 20px;
	font-family: "Roboto"; font-weight: 300;
	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: #cff19c;
}
.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: "Roboto"; font-weight: 300;
	font-size: 1.02em !important;
	color: #919D9D;
	border-color: #CED0D1;
	border-bottom-width: 2px;
	caret-color: #81b426;
}
.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: #cff19c;
	color: #758282;
}
.login-form-container input {
	outline: none !important;
}
.login-form-container .innerError {
	font-size: 0.9em;
}

.login-global-container .header-container {
}

.login-global-container .header-container .header,
.login-global-container .header-container .header .logo_contiene,
.login-global-container .header-container .header .logo_contiene .logo {
	width: 100%;
}

.login-global-container .header-container .header .logo_contiene .logo {
	justify-content: space-between;
}

.login-global-container .header-container .header .logo_contiene .logo > img {
	max-height: 150px !important;
	min-height: 100px !important;
}

.login-global-container .header-container .header .logo_contiene .logo .empresa {
	justify-content: flex-end;
	align-items: center;
}
.login-global-container .header-container .header .logo_contiene .logo .empresa .contacto {
	wifth: auto;
	float: none;
}

.login-global-container .header-container .header .logo_contiene .logo .empresa .contacto .contacto-texto-bold,
.login-global-container .header-container .header .logo_contiene .logo .empresa .contacto .contacto-texto {
	font-size: 15px;
}

/** Boostrap button **/
.btn.form-boton-02 {
	color: white !important;
	padding: 0px !important;
}

.btn.form-boton-02:active {
	background-image: url(./images/boton-gris.jpg) !important;
}

/** Bootstrap Pagination **/
.pagination li a {
	margin: 3px;
	font-family: "Roboto";
	font-weight: 300;
	font-size: 11px;
	color: #709F2D;
	cursor: pointer;
	text-decoration: none;
}

.pagination li.active a{
	font-weight: bold;
}

/** Bootstrap Type Ahead **/
.dropdown-menu li > a {
	color: #000 !important;
	font-size: 12px !important;
}

.dropdown-menu > .active a {
	text-decoration: none;
}

.dropdown-menu > .active {
	background-color: #cff19c;
	outline: 0;
}

/** VF V2 Modal **/
.modal-backdrop {
	opacity: 0.5;
}

.modal {
	text-align: center;
	padding: 0!important;
}

.modal::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-dialog .modal-v {
	width: auto !important;
	min-width: 514px !important;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

table.display thead th {
	white-space: nowrap !important;
}

/***** menu ******/
#menu {
    float: right;
    height: 32px;
    max-width: 580px;
    width: auto;
}

#cmmMenuFlash {
    bottom: 160px;
    height: auto;
    left: 50%;
    margin-left: -400px;
    position: absolute;
    width: auto;
}


#cmMenu {
	text-align: center;
	width: 100%;
	background: #FFFFFF;
	font-size: 0.8em;
	font-weight: lighter;
	color: #919D9D;
}

#cmMenu, #cmMenu a {
    cursor: pointer;
    outline: medium none;
    text-align: left;
    text-decoration: none;
}
#cmMenuPrincipal {
    width: auto;
}
#cmMenuPrincipal a, .cmMenuMP {
    color: #808080;
}
.cmMenuMP {
	padding: 7px 1%;
	text-align:center;
	vertical-align: middle;
	float: left;
}

.cmMenuMP:hover {
	/*background: #81b426;*/
	background: #cff19c;
	color: black;
}

cmMenu:hover {
	color: black;
}

.cmMenuMP, .cmMenuMP div {
    float: left;
}
.cmMenuMP div {
    height: 32px;
}
.cmMenuMPIzq {
    /*background: url("./images/menu/menuAccionesSeparador.png") no-repeat scroll left top transparent;*/
    width: 2px;
}
.cmMenuMPImg img {
    padding: 0 2px;
    margin-top: 7px;
    margin-left: 2px;
    margin-right: 4px;
}
.cmMenuMPCentro div {
    text-align: left;
}
.cmMenuMPDer {
    /*width: 5px;*/
}
.cmMenuMPImg, .cmMenuMPCentro {
}
.cmMenuMPImg img, .cmMenuMPCentro div {
    line-height: 32px;
}
.cmMenuMP:hover, .cmMenuMP:hover div {
	color: black;
    background-position: center center;
}

.cmMenuMPSel:hover {

	background: #cff19c;
}

.cmMenuMPSel, .cmMenuMPSel div {
	background: #cff19c;
    background-position: center top !important;
}
.cmMenuMPSel .cmMenuMPIzq {
    background: none repeat scroll 0 0 transparent;
}
#cmMenuSecciones a {
    color: #333333;
}
.cmMenuMS {
    display: none;
    min-width: 104px;
    position: absolute;
	z-index: 999 !important;
}
.cmMenuMS div {
    border-bottom: 0px solid #E6E6E6;
    border-left: 0px solid #E6E6E6;
    border-right: 0px solid #E6E6E6;
    margin: 0;
    opacity: 0.9;
    padding: 5px;
	z-index: 999 !important;
}
.cmMenuMSFondoGris {
	z-index: 999 !important;
}
.cmMenuMS div:hover, .cmMenuMSFondoGris:hover {
    background-position: center bottom !important;
	z-index: 999 !important;
}
.cmMenuMS div span {
    padding: 0 2px;
	z-index: 999 !important;
}
.cmMenuMSImg{
	margin-right:1px;
	margin-left:-4px;
	padding-top:-1px;
	padding-bottom:0px;
	height:16px;
	width:16px;
	display:block;
	float:left;
	z-index: 999 !important;
}
.cmMenuMSFlecha span.contFlecha {
    background: url("./images/menu/cmMenuMSFlecha.png") no-repeat scroll center top transparent;
    float: left;
    height: 25px;
    margin-top: -5px;
    width: 11px;
	z-index: 999 !important;
}
.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: 0px solid #E3E3E3;
	z-index: 999 !important;
}
.cmMenuMSBottom {
	z-index: 999 !important;
}
.cmMenuMSSafari {
    min-width: 98px;
	z-index: 999 !important;
}
/************************/
/****** NUEVO MENU ******/
/************************/
#cmMenu, #cmMenu a, .header .cmMenuMS, .header .cmMenuMS a{
	cursor: pointer;
	outline: medium none;
	text-align: left;
	text-decoration: none !important;
	color: #919D9D;
}
.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;
}
@media screen and (max-width: 1579px) {
	.cmMenuMP { padding: 7px 0.5%; }
}
@media screen and (max-width: 1376px) {
	.cmMenuMP { padding: 7px 0.3%; }
}
@media screen and (max-width: 1308px) {
	.cmMenuMP { padding: 7px 0; }
}
@media screen and (max-width: 1219px) {
	.cmMenuMP { padding: 7px 1%; }
}

#cmMenu1 {
	padding: 7px 1.8%;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	cursor: default;
}
#cmMenu1 a {
	cursor: pointer;
}

.cmMenuMP, .cmMenuMP div {
	float: left;
	overflow: hidden;
}
.cmMenuMPIzq {
	width: 0;
}
.cmMenuMPImg img {
	padding-right: 2px;
	margin-top: 7px;
	margin-left: 0;
	margin-right: 4px;
	max-height: 16px;
}
.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;
}

.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 {
}
.cmMenuMSBottom {
}
.cmMenuMSSafari {
	min-width: 98px;
}
.cmMenuMS  div:hover{
	color: #4e5757;
	background-color: #cff19c;
}



/***** DASHBOARD *****/
.cajaDash{
	/* float:left;
	width: 45%;
	margin:10px;
	border: 0px solid #CCCCCC;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height:150px;
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	color: #666666;
	padding:5px; */
}
.contenedorCajaDash{
	min-height: 100px;
	overflow:hidden;
}

.filtrosA{
	float:right;
	font-family: "Roboto"; font-weight: 300;
	font-size: 11px;
	margin:3px;
}
.link-accion{
	margin:3px;
	font-family: "Roboto"; font-weight: 300;
	font-size: 11px;
	color: #709F2D;
	cursor: pointer;
	text-decoration:none;
}
.fila_leyenda{
	float: left;
	width: 75%;
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;	
	color: #333333;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}
.fila_accion{
	float: left;
	width: 20%;
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	text-align:center;
	color: #333333;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
.ir_titulo{
	float: right;
	color:white; 
	margin-top:3px;
	margin-right:30px;
}
.hide{
	display:none;
}
.noshow{
	visibility:hidden;
}
.remito_cant{
	float:right;
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	text-align:right;
	color: #333333;
	margin-right:3px;
	margin-bottom:3px;
}
.remito_detalle{
	float:left;
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	text-align:left;
	color: #333333;
	margin-left:3px;
	margin-bottom:3px;
}
.txtdestaca{
	font-size: 16px;
	font-weight:bold;
}
.color-deshabilitado{
	color:#0A2A0A;
}

/***** Pop up con informacion ******/
.link-listado{
	color:#088A08;
	text-decoration: none;
}
.vTitulo{
	color:#333333;
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	background-color:#DDFFDD;
	padding:2px;
	border-bottom:1px solid #BDBDBD;
}
.vDato{
	color:#333333;
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	padding:2px;
	border-bottom:1px solid #BDBDBD;
}

/******** PDF **********/
.pdf_export{
	background-image: url(./images/pdf.png);
	width: 20px;
	height: 20px;
	float: right;
	margin: 5px;
	margin-right: 10px;
}
.xls_export{
	background-image: url(./images/xls.png);
	width: 20px;
	height: 20px;
	float: right;
	margin: 5px;
	margin-right: 5px;
}
/******** ALERTAS *******/
.alerta_user{
	width:95%;
	margin-left:10px;
	height:18px;
}
.alertad{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	margin-bottom:3px;
}
.usuarios{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	margin-bottom:3px;
	padding: 6px;
	cursor: move; 
	width:550px; 
	background: #FFFFFF url(./images/user_icono.png) no-repeat;
	background-position: 6px 4px;
	padding-left:30px;
}
.helpbox{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;	
	padding: 4px;
	background-color:#0B6121;
	color:#FFF;
	width: 250px;
	height:auto;
	display:none;
	position: absolute;
	z-index:99;
	border:1px #0A2A0A solid;
	border-radius:10px;
}

.button-disabled {
	background-image:none;
	background-color:silver;
	border:1px solid silver;
	color:#999999;
	cursor:default;
}

/* semiautomatico */

.modoSemiautomaticoEnable {
	color:#709F2D;
}
.modoSemiautomaticoEnable:hover {
	text-decoration:underline;
}
.modoSemiautomaticoDisable {
	color:red;
}
.modoSemiautomaticoDisable:hover {
	text-decoration:underline;
}
.crearetiquetapack-disabled {
	color:silver;
	background-image:none;
	cursor:no-drop;
}
.etiquetaDestruida td {
	background-color:#D32828;
}
.etiquetaDestruida:hover td {
	background-color:#EF3434;
}
.etiquetaParaMuestra td {
	background-color:#FC9949;
}
.etiquetaParaMuestra:hover td {
	background-color:#FFAA66;
}
#progress {
	font-weight:bold;
	color:green;
}
.span_link_muestra:hover {
	 color:#FC9949;
	 text-shadow: 1px 1px 2px white;
}

.span_link_destruir:hover {
	color:#D32828;
	text-shadow: 1px 1px 2px white;
}

/******** EDI *******/

.edi-button {
	width: 100px;
	height: 20px;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #c7e50c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c7e50c;
	box-shadow:inset 0px 1px 0px 0px #c7e50c;
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3ff9f), color-stop(1, #cbff68) );
	background:-moz-linear-gradient( center top, #f3ff9f 5%, #cbff68 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3ff9f', endColorstr='#cbff68');
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
	border:1px solid #cbff68;
	
	display:inline-block;
	padding:4px;
	cursor:pointer;
}
.edi-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cbff68), color-stop(1, #f3ff9f) );
	background:-moz-linear-gradient( center top, #cbff68 5%, #f3ff9f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbff68', endColorstr='#f3ff9f');
}
.edi-button:active {
	position:relative;
	top:1px;
}

/******** ANMAT *******/

.anmat-button {
	width: 100px;
	height: 20px;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #3591DD;
	-webkit-box-shadow:inset 0px 1px 0px 0px #3591DD;
	box-shadow:inset 0px 1px 0px 0px #3591DD;
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9FD2FC), color-stop(1, #60B0F2) );
	background:-moz-linear-gradient( center top, #9FD2FC 5%, #60B0F2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9FD2FC', endColorstr='#60B0F2');
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
	border:1px solid #60B0F2;
	
	display:inline-block;
	padding:4px;
	cursor:pointer;
}
.anmat-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #60B0F2), color-stop(1, #9FD2FC) );
	background:-moz-linear-gradient( center top, #60B0F2 5%, #9FD2FC 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#60B0F2', endColorstr='#9FD2FC');
}
.anmat-button:active {
	position:relative;
	top:1px;
}

/******* MANTENIMIENTO ****/
.maintenance{
	border-collapse: 0;
	border-spacing: 0;
	width: 800px;
	height: 200px;
	margin:10px auto;
	-moz-box-shadow:   	0px 0px 5px 0px #CCC;
  	-webkit-box-shadow: 0px 0px 5px 0px #CCC;
  	box-shadow: 	    0px 0px 5px 0px #CCC;
}

.maintenance h1{
	font-size: 16px;
	color:#333;
	margin-left: 15px;
	font-family: "Roboto"; font-weight: 300;
}

.maintenance h2{
	font-size: 14px;
	color:#333;
	margin-left: 15px;
	font-weight: normal;
	font-family: "Roboto"; font-weight: 300;
}

.maintenance .logo{
	font-size: 16px;
	color:#333;
	margin-left: 15px;
	width: 180px;
}

.maintenance .texto{
	text-align: justify;
	width: 620px;
}

.maintenance img{
	border: 0;
	width: 150px;
	height: 100px;
	margin:10px 0 0 0;
}
.maintenance .header{
	background-image: url(./images/back-header.jpg);
	background-position: 0px -10px;
	height: 50px;
	width: 100%;
	background-repeat: repeat-x;
}

.nice-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}.nice-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.nice-button:active {
	position:relative;
	top:1px;
}

.infiniteCarousel {
  width: 395px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 315px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  height:280px;
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 400px;
  width: 290px;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(./images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 100px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

/* SOPORTE */
#faqs .icopregunta{
	background-color:#EDEDED;	
	margin-bottom:4px;
}
#faqs .titulo { 
	background-color:#EDEDED;
	margin-bottom:4px;
}
#faqs .titulo h4 { 
	color:#666666;
	cursor:pointer; 
	padding-bottom:10px; 
	margin:0;
	padding-left:23px;
}
#faqs .titulo.active h4{ 
	color:#000000; 
	padding-bottom:10px; 
	margin:0;
}
#faqs .explica { 
	height:0; 
	overflow:hidden; 
	position:relative;
}
#faqs .explica p { 
	padding-bottom:10px; 
	margin:0; 
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px; 
	color: #333333;
	padding-left:5px;
	padding-left:23px;
}
.sedronar-logo-blanco{
	border: 1px solid #FFF; 
	vertical-align: middle; 
	margin-right: 6px;
}

/********* PLAN LINEAS **********/
#tablaPlan td{
	vertical-align: top;
}

#tablaPlan .printers{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	margin-bottom:3px;
}
#tablaPlan .categories{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	margin-bottom:3px;
}
#tablaPlan .lotesPendientes{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	margin-bottom:3px;
	padding: 6px 6px 10px 10px;
	cursor: move; 
	width:450px; 
	background: #FFFFFF no-repeat;
	background-position: 6px 4px;
	padding-left:10px;
}
#tablaPlan .celdaSelected{
	background: #ddffdd no-repeat;
}
#tablaPlan .cod_lote, .cod_lote_externo, .medicamento{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	width:70%;
}

#tablaPlan .cantidad_lote{
	font-family: "Roboto"; font-weight: 300;
	font-size: 10px;
	font-weight:normal;
	width:28%;
	float:right;
}

#tablaPlan .cantidad_lote .cantidad_nro{
	font-family: "Roboto"; font-weight: 300;
	font-size: 20px;
	font-weight:bold;
}

#tablaPlan .cod_lote .lote_txt{
	font-family: "Roboto"; font-weight: 300;
	font-size: 14px;
	font-weight:bold;
}

#tablaPlan .printer_title{
	font-family: "Roboto"; font-weight: 300;
	font-size: 14px;
	font-weight:bold;
	background: #FFFFFF no-repeat;
	padding: 3px;
}

#tablaPlan .printer_lote{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	background: #FFFFFF no-repeat;
	margin: 3px;
}
#tablaPlan .printer_state{
	font-family: "Roboto"; font-weight: 300;
	font-size: 12px;
	font-weight:normal;
	font-style:italic;
}

#tablaPlan .printer_total{
	float:right;
	width:140px;
}

#tablaPlan .printer_confirm{
	float:right;
	width:20px;
}

#tablaPlan .printer_total .printer_total_nr{
	font-family: "Roboto"; font-weight: 300;
	font-size: 14px;
	font-weight:bold;
}

.innerError[data-style="custom"] {
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
	background-size: 14px;
}

.contentLogoEMVO {
	position: relative;
}

.contentLogoEMVO::before {
	content: '';
	background: url(./images/vfrede_icono.png);
	position: absolute;
	width: 16px;
	height: 16px;
	left: -20px;
}

.contentLogoArcsa {
	position: relative;
}

.contentLogoArcsa::before {
	content: '';
	background: url(./images/arcsa_icono.png);
	position: absolute;
	width: 16px;
	height: 16px;
	left: -20px;
}

.contentLogoAnvisa {
	position: relative;
}

.contentLogoAnvisa::before {
	content: '';
	background: url(./images/anvisa_icono.png);
	position: absolute;
	width: 16px;
	height: 16px;
	left: -20px;
}
.contentLogoMDLP {
	position: relative;
}

.contentLogoMDLP::before {
	content: '';
	background: url(./images/mdlp_fav_icon.png);
	position: absolute;
	width: 16px;
	height: 16px;
	left: -20px;
}
/********** MEDICAMENTOS ***********/
#dialogDistribuidores .listadoDistribuidores {
	padding: 0 20px;
}

.listadoDistribuidores li {
	list-style: none;
	padding: 6px 0px;
	text-align: center;
	border-bottom: 1px solid #cacaca;
}

.listadoDistribuidores li:last-child {
	border-bottom: none;
}

.px-2 .content-buton-middle {
	transform: translateY(7px);
}

#moreFilters {
	display:none;
	flex-wrap: wrap;
	flex-direction: row;
}

#moreFilters.open {
	display: flex;
}

.content-buttons-ie {
	width: 100%;
	text-align: right;
}

.content-buttons-ie .px-2 {
	display: inline-block;
}
/********* MEDICAMENTO_AM **********/
.formMedicamentoAM select {
	width: 159px;
}
#txtUmbralMin {
	min-width: 50px !important;
	width: 65px;
}
#txtUmbralMax {
	min-width: 50px !important;
	width: 65px;
}
.txtArticle57 {
	width: 95px;
	min-width: 95px;
	padding-left: 5px;
}

.dialogMercadoDestino tr td:first-child {
	width: 47%;
	padding-right: 5px;
}

.dialogMercadoDestino tr td select {
	width: 161px;
}

.dialogMercadoDestino tr td input[type=text] {
	margin-bottom: 5px;
}

.form-boton-02.openDialogMercadoDestino {
	width: 120px;
	height: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* input type "number" hide increase/decrease arrows */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/********* FIREFOX **********/
@-moz-document url-prefix() {
	.formMedicamentoAM select {
		width: 166px;
	}
}

input[type="text"][readonly] {
	background-color: #d1d1d1;
}

.export-clean {
	/* Tag to be cleaned when exporting */
}

/**********************
	Markdown Style
***********************/
#changelog{
	width: 98% !important;
}

#changelog h2
{
	font-family: "Roboto", Courier, monospace;
	color: var(--primaryColor) !important;
	margin-top: 1.5em;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1.5pt;
}

#changelog h3
{
	font-family: "Roboto", Courier, monospace;
	color: var(--successColor) !important;
	font-size: 1.0em;
	letter-spacing: 1.5pt;
}

#changelog pre {
	background-color: rgba(241, 241, 241, 0.82);
	margin-left: 2%;
	margin-right: 2%;
	padding: 1em;
	border-radius: 5px;
}

#changelog pre > code{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

#changelog div.changelog-content{
	padding-left: 2%;
}

.visualizer{
	padding: 5px 5px 5px 5px;
	overflow:hidden;
}