@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700italic,700);

* {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	font-size: 14px;
}

#user_bar {
	width: 100%;
	height: 52px;
	background-color: #666;
}

#user_bar .usr {
	background: url(img/usr_ico.png) no-repeat left center;
	display: block;
	padding-left: 20px;
	line-height: 52px;
	color: #fff;
	float: right;
}

#user_bar .usr a {
	color: inherit;
	text-decoration: none;
	font-size: inherit;
}

#user_bar h1 {
	color: #fff;
	font-weight: normal;
	float: left;
	line-height: 52px;
}

.contenedor {
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
	height: auto;
	min-height: 52px;
}

body {
	background-color: #146c41;
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
}

.option_margin {
	padding-left: 10px;
	color: #666;
	font-size: 11px;
}

.edit {
	margin-right: 8px;
}

.success {
	padding: 5px;
	color: #666;
	border: 1px solid #666;
	background-color: #f2fcba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	background-image: url(img/active.png);
	background-repeat: no-repeat;
	background-position: 10px;
}

.success p,
.unsuccess p {
	padding-left: 25px;
}

.unsuccess {
	padding: 5px;
	color: #666;
	border: 1px solid #666;
	background-color: #fdcdb9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	background-image: url(img/block.png);
	background-repeat: no-repeat;
	background-position: 9px;
}

optgroup {
	font-style: normal;
	font-size: 12px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}

a {
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

.input_boxes {
	background-color: #f3f3f3;
	border: 1px solid #000;
	color: #333;
	padding: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 280px;
}

.input_select {
	background-color: #f3f3f3;
	border: 1px solid #000;
	color: #333;
	padding: 5px;
	height: 26px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 292px;
}

.input_horario {
	background-color: #f3f3f3;
	border: 1px solid #000;
	color: #000;
	padding: 1px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 60px;
}

.input_file {
	background-color: #f3f3f3;
	border: 1px solid #000;
	color: #000;
	padding: 1px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
}

.input_textarea {
	background-color: #f3f3f3;
	border: 1px solid #000;
	color: #333;
	padding: 1px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 280px;
}

.input_textarea_destacados {
	background-color: #f3f3f3;
	border: 1px solid #000;
	color: #000;
	padding: 1px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 190px;
}

.input_file_destacados {
	background-color: #f3f3f3;
	border: 1px solid #000;
	color: #000;
	padding: 1px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 160px;
	margin-left: 30px;
	float: left;
}

.input_date {
	background-color: #f3f3f3;
	border: 1px solid #000;
	color: #333;
	padding: 1px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 65px;
	text-align: center;
}

.input_button {
	background-color: #666;
	border: none;
	color: #ffffff;
	padding: 8px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0;
}

.input_button:hover {
	background-color: #a9c809;
	color: #ffffff;
}

.borrar:hover {
	background-color: #b70000;
	border: none;
	color: #ffffff;
	padding: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

h1 {
	font-size: 16px;
	color: #6e6e6e;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 0.2em;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 0.8em;
}

h3 {
	font-size: 14px;
	color: #6e6e6e;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 {
	font-size: 12px;
	color: #6e6e6e;
	margin-bottom: 14px;
}

th {
	font-size: 11px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 0.8em;
	font-weight: bold;
}

#login_container {
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(pie/PIE.htc);
	margin-bottom: 20px;

	width: 378px;
	margin: 0 auto;
}

#main_container {
	margin: 20px auto;
	max-width: 100%;
}

#login_content {
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(pie/PIE.htc);
	margin-bottom: 20px;
}

#login_top_left {
	background-image: url(img/top_left.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#login_logo {
	margin: 0 auto;
	background-image: url(img/logo_pituco_g.png);
	width: 95px;
	height: 144px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-top: 40px;
}

#login_top_right {
	background-image: url(img/top_right.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 16px;
}

#login_bottom_left {
	background-image: url(img/bottom_left.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 16px;
}

#login_bottom_right {
	background-image: url(img/bottom_right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 16px;
}

.borde_blanco {
	background-color: #fff;
	height: 16px;
	margin-left: 16px;
	margin-right: 16px;
}

.linea_gris {
	border-top: 1px dashed #ddd;
	margin-top: 5px;
	height: 1px;
	margin-bottom: 5px;
	width: 100%;
}

.linea_gris_panel {
	border-top: 1px dashed #ddd;
	margin-top: 5px;
	height: 1px;
	margin-bottom: 5px;
	width: 100%;
}

.password_text {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

small {
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}

#error_show {
	background-color: #ffcccc;
	font-size: 10px;
	color: #b70000;
	text-align: left;
	padding: 12px;
	border: 1px solid #b70000;
	width: 160px;
	position: relative;
	margin: 0 auto;
	top: 264px;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: -50px;
	visibility: hidden;
	z-index: 11;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.botonera {
	display: block;
	overflow: auto;
	margin-bottom: 22px;
}

.botonera li {
	display: block;
	float: left;
	margin-right: 5px;
	line-height: 30px;
	width: 167px;
	text-align: center;
	border-bottom: 2px solid #e6e6e6;
	text-transform: uppercase;
	font-weight: bold;
	color: #e6e6e6;
	background-repeat: no-repeat;
	background-position: 15px top;
}

.botonera li:hover,
.botonera li.activo {
	border-color: #6e6e6e;
	color: #6e6e6e;
	background-position: 15px -33px;
}

.botonera li a {
	width: 100%;
	display: block;
	font-size: inherit;
	text-decoration: none;
	color: inherit;
	padding-left: 15px;
}

.botonera.botonera-perfil li a{
	padding: 0;
}

.avion {
	background-image: url(img/ico_avion.png);
	width: 125px !important;
}

.grupo {
	background-image: url(img/ico_grupo.png);
	width: 140px !important;
}

.perfil {
	background-image: url(img/ico_perfil.png);
	width: 120px !important;
}

.genera {
	background-image: url(img/ico_calc_lic.png);
	width: 185px !important;
}

.convenio {
	background-image: url(img/ico_convenios.png);
	width: 195px !important;
}

.config {
	background-image: url(img/ico_config.png);
	width: 175px !important;
}

.area {
	background-image: url(img/ico_area.png);
	width: 200px !important;
}

.solapas {
	display: block;
	margin-left: 35px;
	margin-bottom: 12px;
}

.solapas li {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #6e6e6e;
	border: 1px solid #6e6e6e;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	float: left;
	padding: 12px 20px;
	margin-right: 10px;
	display: block;
	overflow: auto;
	width: 242px;
	box-sizing: border-box;
}

.solapas li a {
	text-decoration: none;
	color: inherit;
}

.solapas li:hover,
.solapas li.activo {
	color: #6e6e6e;
	background-color: transparent;
}

.filtros {
	background-color: #f2f2f2;

	display: block;
	width: 100%;
	min-height: 70px;
	clear: both;
	margin-bottom: 20px;
	padding: 10px 0;
}

.filtros .input_txt {
	border: 1px solid #d9d9d9;
	background-color: transparent;
	border-radius: 5px;
	color: #6e6e6e;
	padding: 9px 14px;
	height: 8px;
	width: 125px;
	float: left;
	margin-right: 10px;
}

.filtros .input_label {
	background-color: transparent;
	border-radius: 5px;
	color: #6e6e6e;
	padding: 5px 14px;
	height: 8px;
	width: 125px;
	float: left;
	margin-right: 10px;
	font-size: 12px;
}

.filtros .input_label input {
	float: right;
	margin: 2px 2px 2px 2px;
}

.filtros .select {
	border: 1px solid #d9d9d9;
	background-color: transparent;
	border-radius: 5px;
	color: #6e6e6e;
	padding: 0 14px;
	font-size: 14px;
	font-family: 'PT Sans', Arial, Helvetica, Sans-serif;
	height: 28px;
	width: 155px;
	float: left;
	margin-right: 10px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	background-image: url(img/ico_flecha.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}

.filtros .input_txt::-webkit-input-placeholder {
	color: #6e6e6e;
}

.filtros .input_txt:-moz-placeholder {
	/* Firefox 18- */
	color: #6e6e6e;
}

.filtros .input_txt::-moz-placeholder {
	/* Firefox 19+ */
	color: #6e6e6e;
}

.filtros .input_txt:-ms-input-placeholder {
	color: #6e6e6e;
}

.linea {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #6e6e6e;
}

.impar {
	background-color: #efefef;
}

.empleado {
	background-color: #efefef;
	border: 1px solid #6e6e6e;
}

table.listado tr.cabezal td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 130%;
	background-color: #6e6e6e;
	height: 30px;
	margin-bottom: 15px;
}

table.listado tr.espacio {
	height: 15px;
}

table.listado tr.espacio td {
	padding: 0px;
}

table.listado tr.espacio-medio {
	height: 2px;
}

table.listado tr.espacio-medio td {
	padding: 0px;
	display: inline-block;
	height: 0;
}

table.listado tr {
	font-weight: bold;
	color: #6e6e6e;
}

table.listado tr.baja {
	background-color: #ccc;
}

table.listado {
	border-collapse: collapse;
}

table.listado td {
	padding: 5px 15px 5px 0;
	font-size: 12px;
}

.btn_list {
	display: block;
	background-color: #8ec1b3;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 8px 12px;
	width: 160px;
	box-sizing: border-box;
	text-decoration: none;
}

.btn_list:hover {
	display: block;
	background-color: #4d8a79;
	color: #f2f2f2;
	text-align: center;
	font-weight: bold;
	padding: 8px 12px;
	width: 160px;
	box-sizing: border-box;
	text-decoration: none;
}

.btn_list.del {
	background-color: #b56659;
}

.btn_list.del:hover {
	background-color: #a23737;
}

#ayuda {
	background-color: #e7e5df;
	padding: 6px;
	padding-left: 20px;
}

#ayuda img {
	margin-right: 5px;
}

#contenido {
	overflow: auto;
}

#contenido td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}

.table_impar {
	background-color: #ffffff;
}

.table_par {
	background-color: #faf6ee;
}

#contenido ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#contenido li {
	display: inline;
	margin-right: 5px;
}

#contenido input {
	margin-left: 5px;
	margin-right: 5px;
}

.bordeaux {
	color: #000;
}

.textarea_300 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	border: 1px solid #000;
	color: #000000;
	width: 300px;
	height: 200px;
	padding-left: 3px;
}

.textarea_300_corta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	border: 1px solid #000;
	color: #000000;
	width: 300px;
	height: 90px;
	padding-left: 3px;
}

.textarea_corta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	border: 1px solid #000;
	color: #000000;
	width: 300px;
	height: 70px;
	padding-left: 3px;
}

input.campos100 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 11px;
	width: 100px;
	height: 22px;
	background-color: #fff;
	border: 1px solid #000;
	color: #000000;
	padding-left: 3px;
}

input.campos_300 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 11px;
	width: 300px;
	height: 22px;
	background-color: #fff;
	border: 1px solid #000;
	color: #000000;
	padding-left: 3px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 11px;
	width: 300px;
	height: 22px;
	background-color: #ecebe3;
	border: 1px solid #ecebe3;
	color: #000000;
	padding-left: 3px;
}

.tabla_menu {
	background-color: #e3e3e3;
	margin: 0px;
	padding: 2px;
	border-top-width: 1px;
	border-top-color: #666666;
	/*  height: 20px;*/
}

.tabla_menu:hover,
.tabla_menu:active .tabla_menu:link {
	background-color: #caff31;
}

.tabla_menu1 {
	background-color: #fff;
	margin: 0px;
	padding: 2px;
	/*  height: 20px;*/
}

.tabla_menu1:hover,
.tabla_menu1:active .tabla_menu1:link {
	background-color: #caff31;
}

.botones {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #42679a;
	border: 1px solid #42679a;
	color: #ffffff;
	height: 22px;
}

.tablalista td {
	padding: 5px;
}

.tip {
	padding: 10px;
	color: #666;
	border: 1px solid #ccc;
	background-color: #e0f0d2;
	font-size: 10px;
}

.tip strong {
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

.instrucciones {
	padding: 14px;
	color: #666;
	border: 1px solid #ccc;
	background-color: #e0f0d2;
	font-size: 14px;
}

.instrucciones ul {
	list-style: none;
}

.instrucciones strong {
	font-weight: bold;
	color: #000;
}

.navigator {
	margin: 20px auto;
	text-align: center;
	height: 50px;
	display: block;
	width: auto;
	background: #f2f2f2;
	vertical-align: middle;
}

#pagi_prev {
	margin: 0 10px 0 0;
}

#pagi_next {
	margin: 0 0 0 10px;
}

.pagi {
	border: 1px solid #6e6e6e;
	border-radius: 5px;
	text-decoration: none;
	color: #6e6e6e;
	background-color: #fafafa;
	line-height: 50px;
	margin: 0 3px;
	text-align: center;
	padding: 3px 8px;
}
.pagi.activa {
	font-weight: bold;
	background-color: transparent;
	font-size: 16px;
}

span.pagi {
	font-weight: bold;
	background-color: transparent;
	font-size: 12px;
}

.date {
	background: url(img/ico_calendar.png) no-repeat 94% center;
}

/*Calendario*/
#calendario {
	float: left;
	margin-right: 24px;
}

#calendario .ui-datepicker-title {
	margin: 0 !important;
	color: #6e6e6e;
}

#calendario .ui-datepicker-header {
	border: none;
	background-color: transparent;
	padding: 0 !important;
}

#calendario .ui-datepicker-prev,
#calendario .ui-datepicker-next {
	line-height: 32px;
	height: 32px !important;
	width: 32px !important;
	margin: 0 !important;
	display: block;
	top: 0 !important;
	cursor: pointer;
}

#calendario .ui-datepicker-prev:hover,
#calendario .ui-datepicker-next:hover {
	background-color: #f7ca9f;
	border: none;
}

#calendario .ui-state-disabled:hover {
	background-color: initial !important;
}

#calendario .ui-datepicker-prev {
	left: 0 !important;
	border-right: 1px solid #cbcbcb !important;
}

#calendario .ui-datepicker-next {
	right: 0 !important;
	border-left: 1px solid #cbcbcb !important;
}

#calendario .ui-icon-circle-triangle-w {
	background-position: -96px -16px;
}

#calendario .ui-icon-circle-triangle-e {
	background-position: -32px -16px;
}

#calendario .ui-datepicker-header span {
	font-size: 13px !important;
	line-height: 33px;
}

#calendario .ui-datepicker-inline {
	width: 100%;
	overflow: auto;
	border-color: #cbcbcb;
	padding: 0;
}

#calendario table.ui-datepicker-calendar {
	max-width: 224px !important;
	margin: 20px 20px 6px;
}

#calendario .ui-datepicker th {
	padding: 0;
	height: 32px;
	max-width: 32px;
}

#calendario .ui-datepicker td {
	line-height: 31px;
	border: 1px solid #cbcbcb;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

#calendario .ui-datepicker td a,
#calendario .ui-datepicker td span {
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	padding: 0 !important;
	border: none !important;
	margin: 0 !important;
	color: #6e6e6e;
}

#calendario .ui-datepicker a.ui-state-default {
	background-color: #fff;
}

#calendario .ui-datepicker td a.ui-state-active {
	background-color: #8ec1b3;
	color: #fff;
}

#calendario .ui-datepicker td.ui-state-highlight a {
	background-color: #f7ca9f;
}

#calendario td.ui-datepicker-week-end:nth-child(2n-1) a,
#calendario td.feriado a,
calendario td[rel='feriado'] a,
#calendario td.ui-state-disabled.feriado,
#calendario td.ui-state-disabled.feriado * {
	color: #ff0000 !important;
	opacity: 1 !important;
}

#calendario td.medio-dia * {
	opacity: .5;
}

#calendario td.solicitado * {
	background-color: #f9ab5d !important;
	color: #fff !important;
}

#calendario td.previsto * {
	background-color: #b2c3ce !important;
	color: #fff !important;
}

#calendario td.aprobado *,
#calendario td.liquidado * {
	background-color: #8ec1b3 !important;
	color: #fff !important;
}

#calendario td.ui-datepicker-week-end.ui-state-disabled.feriado {
	opacity: 0.35 !important;
}

#calendario .ui-widget-header {
	border: 1px solid #cbcbcb;
	background: none;
	color: #000;
	font-weight: bold;
}

.ui-widget-header .ui-icon {
	background-image: url('https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.1/images/ui-icons_222222_256x240.png');
}

#calendario * {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

table.ui-datepicker-calendar {
	border-collapse: separate;
}

.ui-datepicker-calendar td {
	border: 1px solid transparent;
}

.sistema {
	width: 267px;
	margin-top: 8px;
	clear: both;
	overflow: auto;
}

.sistema table td {
	padding: 11px 20px;
	font-weight: bold;
	color: #4d4d4d;
}

.sistema table tr.tit {
	background-color: #f7ca9f;
}

.sistema table tr.close td {
	border-bottom: 1px solid #6e6e6e;
}

.btn {
	display: block;
	background-color: #8ec1b3;
	color: #fff !important;
	text-align: center;
	font-weight: bold;
	padding: 8px 12px;
	width: 75px;
	box-sizing: border-box;
	text-decoration: none;
	float: left;
	margin-right: 21px;
	border-radius: 5px;
	margin-top: 10px;
	cursor: pointer;
}

.hide_rad {
	display: none;
}

table.datos td {
	font-size: 12px;
	color: #6e6e6e;
	padding: 0px 5px 0 0;
}

#soli {
	background-color: #f9ab5d;
}

#soli:hover {
	background-color: #f7830f;
}

#suge {
	background-color: #b2c3ce;
}

#suge:hover {
	background-color: #6d8da3;
}

#cancela {
	background-color: #808080;
}

#cancela:hover {
	background-color: #b20000;
}

#detalle table td {
	padding: 10px 0;
	color: #666;
	font-size: 12px;
}

#detalle table td strong {
	color: #4d4d4d;
}

#detalle table td table td {
	padding: 0;
}

#detalle table td.full {
	padding: 10px 20px 10px 30px !important;
	border-bottom: 1px solid #6e6e6e;
}

#detalle table td.title {
	border-bottom: 1px solid #6e6e6e;
	padding: 0;
}
#detalle table td.sub_title {
	padding: 0;
}
#detalle table td.sub_title h4 {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	text-align: center;
}

#detalle table td.null {
	width: 20px;
}

#detalle table td h3 {
	margin: 0;
}

#detalle table tr.soft {
	background-color: #f2f2f2;
}

#fancybox-overlay {
	background-color: rgba(255, 255, 255, 0.8) !important;
}

.rechaza {
	background-color: #b56659;
}

.btn_agrega {
	display: block;
	background: red;
	width: 32px;
	height: 32px;
	margin: 32px 0 10px 0;
	float: right;
	border-radius: 16px;
	background-image: url('img/plus.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #666;
	margin-right: 10px;
}

.btn_xls {
	display: block;
	background: red;
	width: 32px;
	height: 32px;
	margin: 32px 0 10px 0;
	float: right;
	border-radius: 16px;
	background-image: url('img/export.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #666;
}

.btn_agrega:hover,
.btn_xls:hover {
	background-color: #8ec1b3;
}

.feriado-table {
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid black;
	margin: 20px 0;
}

.feriado-table th h3,
.feriado-table th h4 {
	text-align: center;
}

.feriado-table th,
.feriado-table td {
	border: 1px solid black;
}

.feriado-table .type-1 input {
	background-color: #aaa;
}

.feriado-table input {
	border: none;
}

.msg {
	display: none;
	width: 200px;
	position: relative;
	padding: 5px 10px;
	border-radius: 3px;
	margin-top: 10px;
}

.msg.error {
	background-color: #e71a23;
}
.msg.error p {
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.msg.success {
	background-color: #32772e;
}
.msg.success p {
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.calendar-container {
	display: flex;
	flex-direction: row;
}
.calendar-container .column-1,
.calendar-container .column-2 {
	display: flex;
	flex-direction: column;
	width: auto;
}
.calendar-container .column-1 {
	max-width: 650px;
}
.calendar-container .column-2 {
	max-width: 650px;
	margin-left: 20px;
}
.calendar-container .calendar {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 15px;
}
.calendar-container .calendar input {
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 0;
}
.calendar-container .calendar #easepick-span-calendario {
	margin-top: 15px;
}

#detalle,
#mas_opts {
	width: 235px;
	padding-bottom: 20px;
	background-color: #e6e6e6;
}

#mas_opts {
	margin-right: 644px;
	background-color: #fff;
}

#mas_opts a {
	display: block;
	margin-bottom: 5px;
}

.tableFixHead {
	overflow: auto;
	height: 80vh;
}

.tableFixHead thead tr {
	position: sticky;
}
.tableFixHead table { border-collapse: collapse; width: 100%; }
.tableFixHead th, .tableFixHead td { background: #fff; padding: 8px 16px; }


table.listado thead td .order i:nth-child(odd) {
	transform: rotate(180deg);
}

.release-version {
	position: fixed;
    top: 0;
    width: 100%;
	padding: 5px 10px;
    background-color: red;
    z-index: 9999;
	text-align: center;
	color: white;
}

.release-version+#user_bar {
	margin-top: 30px;
}