/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0 none -moz-use-text-color;
	padding: 0;
	vertical-align: top;
}

form textarea {
	box-sizing: border-box;
}

/* Pagina de estilos Principal
--------------------------------*/
body {
	margin: 0px 7px;
	font-family: -apple-system, BlinkMacSystemFont, Aptos, "Segoe UI Variable Display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: black;
}
#wrapper {
    position: relative;
}

#header {
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
/*	background-image: url("/content/images/fondos/fondo5.png");
	background-repeat: no-repeat;
	background-position-x: 80px;*/
}
#logo {float: left; margin: 15px 0 0 0; }
#logon {top: 0px; right: 0; position: absolute;}
#menucontainer {float: left;overflow: hidden;margin: 40px 0 0 0px;/* clear: left; */}
#content {
	margin: 0;
	padding: 5px 0;
	min-height: calc(100vh - 130px);
}
#footer {
    margin: 10px 0 0 0;
    padding: 10px 5px;
}
#footer a {text-decoration: none}

/* general Inline items
-----------------------------------*/
h1, h2, h3, h4, .bignumber, .subtitulo {
	font-family: 'Roboto Condensed', Arial, sans-serif;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #333;
	padding-bottom: 5px;
}
h2 {font-size: 20px;
    font-weight: normal;
    padding: 0 0 2px 0;
    margin: 0 0 7px 0;
    color: black
}

h3 {font-size: 16px; color: #1694CE; line-height: 16px;}
h4 {font-size: 14px; margin: 0; color: Black; font-weight: bold}
h3.tabtitle {display: none}
h2 a, h3 a {
	text-decoration: none;
}
.subtitulo {
	margin-top: -5px;
	margin-bottom: 10px;
}
.separado {margin-top: 10px;}

a {
    color: #3C82B4;
}
a:visited {color: #3C82B4}

table {border-collapse: collapse;}
table td {vertical-align: top }
strong {font-weight: bold;}
em {font-style:italic;}
code {font-family: consolas, monospace}

input, textarea, span.input, .likeinput, select {font-family: inherit; margin: 3px 0;border: 1px solid #ccc;padding: 2px;line-height: normal;}
span.input, .likeinput {
	padding: 2px 30px 2px 2px;
	color: black;
	display: inline-block;
	min-height: 17px;
	overflow: hidden;
}
select {
	background-color: white; /*Porque en android es gris */
    padding: 1px 0px;
} 
input[readonly="readonly"], input:disabled, select[readonly="readonly"], .grayedout, .readonly {
	background: #eaeaea
}
label.readonly {color: gray}
input[type="email"] {width: 250px}
input[type='checkbox'] {
	margin: 0 0 3px 0;
	vertical-align: middle;
}
.noborder {
	border: none
}
.edititems td.centered input[type='checkbox'] {margin: 7px;}

a img {border: none;}
iframe {border: none;}
div.hr {height: 1px; background-color: #fafafa; margin: 2px 0;}

.textito {font-family: Arial }
.textito a, .textito {font-size: 10px; text-transform: uppercase; text-decoration: none; color: #666; font-weight: normal; }
.centered, .bool {text-align: center;}
.vcentered {vertical-align: middle}
.middle {vertical-align: middle !important;}
.rightaligned {	text-align: right;}
.bold {font-weight: bold}
.italic {font-style: italic}
.red {color: red}
.underline {text-decoration: underline; }
.w100 {width: 100% }
.vtop {vertical-align: top}
.lightbold {
	font-weight: 500;
	color: #414141
}
.uppercase {text-transform: uppercase;}

.inlinespacer {margin-left: 10px}
.inlinespacerright {margin-right: 10px}
td.bigleftcolumn {border-left: 2px solid #92BBDA !important}
.bignumber {font-size: 16px;}
.signopesos {vertical-align: central; display: inline-block; padding: 3px 1px; font-size: 11px; }
.volanta {}
.minicheck {cursor: pointer; font-size: 14px; }
.minicheck:hover {
  font-size: 16px; 
}

/* formulario ---------------------------------------*/
.formulario th {
	text-align: right;
	vertical-align: top;
	padding: 0px 5px 0 0;
}
.formulario td {padding: 0px}
.formulario textarea {width: 100%;}
.formulario td table th {text-align: center; vertical-align: top; padding: 5px;} 
.nakedtable th {text-align: center; vertical-align: top; padding: 5px 2px; font-weight: bold;}
.nakedtable td {padding: 3px 2px; }

label {
	font-weight: 500;
	padding: 5px 3px 5px 0;
	display: inline-block;
	vertical-align: baseline;
	color: #414141
}
.nopadding {
	padding: 0 !important; 
}
output {line-height: 25px; padding: 3px; }
.intralabel {margin: 0 0 0 10px;}
.rightmargin {margin: 0 10px 0 0;}
.firstlabel {
	display: inline-block;
	width: 80px;
	overflow: hidden;
	vertical-align: top; /* Esto lo pongo por las OT. Si esto se ven mal */
}
select.likelabel {border: none; margin: 0; -moz-appearance: none; -webkit-appearance: none; appearance: none; font-weight: bold; padding: 0px; outline:0px; -webkit-padding-start: 0px; color: #3C82B4}
span.likelabel {
	font-weight: 500;
	color: #414141
}

.onerightlabel {
	display: inline-block;
	text-align: right;
	/*width: 80px; esto se cambia por CSS al maximo*/
	overflow: hidden;
	vertical-align: top; /* Esto lo pongo por las OT. Si esto se ven mal */
	white-space: nowrap;
}

/* vcard
----------------*/
.vcard {}
.vcard a {text-decoration:none; color: #666;}
.vcard a:hover {text-decoration:none; color: black;}
.vcard .org {color: Black;}


/* print y display
-----------------------------------*/
.noprint {}
.onlyprint {display:none;}
.hidden {display:none;}

/* info y error */
.error {margin: 2px 0;}
.info {
	border: 1px solid #3072b3;
	margin: 2px 0;
	background-color: #3072b3;
	padding: 5px 10px;
}
.info p, .error p {margin: 0;}
.showerror, .showsuccess, .showwarning {
	display: none
}
.errorbox {margin: 10px 0; padding: 5px 10px; border-left: 2px solid crimson; color: crimson;}
.errorbox a {color: crimson;}
.warningbox {
	margin: 10px 0;
	padding: 5px 10px;
	border-left: 2px solid darkorange;
	color: darkorange;
}
.successbox {
	margin: 10px 0;
	padding: 5px 10px;
	border-left: 2px solid darkgreen;
	color: darkgreen;
}
.infobox {
	margin: 10px 0;
	padding: 5px 10px;
	border-left: 2px solid #3072b3;
	color: #3072b3;
}

.smalltext {color: #666; font-size: 10px; margin: 0;}
.biggertext {font-size: 110%}
.warning {background-color: yellow;}
.gray {color: #666; }
.crimson {color: crimson; }
.darkgreen {color: darkgreen; }
.darkorange {color: darkorange; }
.dodgerblue {color: DodgerBlue; }
.pink {color: #d770ad; }

.entero {text-align: right; width: 80px;}
.fecha {width: 80px;}
input.hora, .w50 {width: 50px;}

/* jquery */
.ui-tabs-panel {background: white !important;}
.ui-tabs ul li i {
	vertical-align: bottom;
}
.ui-widget {font-size: inherit; font-family: inherit;}
.ui-button .ui-button-text {color: #444644;}
.ui-button {font-size: 10px;}
.ui-datepicker-trigger {border: none; background: none; width: 15px; margin-right: 5px; padding: 0; }
.ui-monthpicker-trigger {border: none; background: none; width: 15px; margin-right: 5px; padding: 5px 0 0 0;  }
 
/* build in validation ---------------------------------------*/
.validation-summary-errors {color: crimson;}
.input-validation-error {border: 1px solid crimson;}
.field-validation-error {font-size: 10px; color: crimson; }
.validation-summary-errors ul {
    text-indent: 0px;
    list-style-position: inside;
    list-style-type: square;
    padding: 0px 0;
    margin: 0px;
}
.validation-summary-errors span {font-weight: bold;}

/* TABLE ----------------------------------------------------------*/
table.nicetable {
  /*border: solid 1px #e8eef4;*/
  border: solid 1px #92BBDA;  
  border-collapse: collapse;
  background: white;
  font-size: 11px;
  -webkit-print-color-adjust: exact;
}
table.nicetable tbody tr {
  border: solid 1px #e8eef4;
}

table.nicetable td {
  padding: 5px;   
}
table.nicetable td.filtrablerow {
  border: solid 1px #e8eef4;
}

table.nicetable thead {
  border: solid 1px #92BBDA;  
}

table.nicetable th {
  padding: 6px 5px;
  text-align: center;
  border: solid 1px #92BBDA;  
  border-width: 1px 0 1px 0;
  background-color: #C8DEEE;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 9px;
  color: #3072b3;
}
table.nicetable tfoot, table.nicetable tr.totales {font-weight: bold;}
.filtrable:not(.sticky) thead th {
	position: sticky;
	top: -1px;
	/*z-index: 2; se sube arriba de varias cosas*/
}
/* Cambio los colores cuando esta en un tab */
.ui-tabs table.nicetable th {
	border: solid 1px #cccccc;
	background-color: #eaeaea;
}

tr.totalizador {
	background: #AFCDD7 !important;
	font-weight: bold;
}
tr.totaltotal, tr.totaltotal td {
	background-color: black !important;
	color: white;
}
.stripped tbody tr:nth-child(odd), table.nicetable tbody tr:nth-child(odd) {background: #fafafa}

tr.groupheader1 {
	font-weight: bold;
	font-size: 16px;
}
	tr.groupheader1 td {
		padding: 20px 5px 5px
	}
	tr.groupheader1:first-child td {
		padding: 5px
	}
tr.groupheader2 {
	font-weight: bold;
	font-size: 14px;
}
	tr.groupheader2 td {
		padding: 10px 5px 5px
	}
	tr.groupheader2:first-child td {
		padding: 5px
	}

tr.groupfooter1 td, tr.groupfooter2 td, .nicetable tfoot tr td, tr.total {
	font-weight: bold;
	background-color: silver;
}

.quicksearch {border: none; 
	background-color: transparent; 
	font-size: 12px;
	width: 80%; 
	padding: 5px; display: none;}
.quicksearchicon {background: url(/scripts/quicksearch/filter.png) no-repeat center; height: 8px; width: 9px; display: block; float: left; margin: 0px 5px;}

/* Sortable
------------------------*/
table.sortable thead .header,
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
	background-image: none;
	background-position: bottom right;
	background-repeat: no-repeat;
	cursor: pointer;
}

table.sortable thead .headerSortUp,
table.sortable thead .tablesorter-headerSortUp,
table.sortable thead .tablesorter-headerAsc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
table.sortable thead .headerSortDown,
table.sortable thead .tablesorter-headerSortDown,
table.sortable thead .tablesorter-headerDesc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

/*table.sortable thead tr .header {
	cursor: pointer;
}
table.sortable tbody tr.odd td {
	background-color:#fafafa;
}
table.sortable thead tr .headerSortUp {
	background: url(/scripts/tablesorter/asc.gif)  no-repeat right center;
}
table.sortable thead tr .headerSortDown {
	background: url(/scripts/tablesorter/desc.gif) no-repeat right center;
}*/


/* floatGenerateExcelButton
------------------------------*/
.floatGenerateExcelButton {
    display: none;
    text-align: left;
    cursor: pointer;
    color: silver;
    font-size: 10px;
    padding: 5px;
}
.floatGenerateExcelButton i { }


/* SimpleTable 
------------------------------*/
table.simpletable {border-collapse: collapse; font-size: 11px; }
table.simpletable th {border: 1px solid #ccc; padding: 2px 5px; background: #eaeaea; font-weight: bold; }
table.simpletable td {border: 1px solid #ccc; padding: 2px 5px; }
table.simpletable tfoot {font-weight: bold}

table.simpletablenoborder {border-collapse: collapse;  }
table.simpletablenoborder th {padding: 2px 5px; background: #eaeaea; font-weight: bold;}
table.simpletablenoborder td {padding: 2px 5px; border: none !important}
table.simpletablenoborder td:first-child {padding: 2px 5px 2px 0; text-align: left}
table.simpletablenoborder td:last-child {padding: 2px 0 2px 5px;}
table.simpletablenoborder tfoot {font-weight: bold}


/* formularioitems table
------------------------------*/
.formularioitems th {font-weight: bold; padding: 2px;  }
.formularioitems td {padding: 2px 5px; text-align: center;}
.formularioitems input[type='checkbox'] {margin: 5px 5px; }

table.edititems {
	border-collapse: collapse;
	font-size: 12px;
}
	table.edititems th {
		padding: 5px;
		background: #eaeaea;
		font-weight: bold;
		color: #3d3d3d;
	}
	table.edititems td {
		padding: 2px;
		vertical-align: top; /* Estaba en middle, asi que capaz algo rompí*/
	}
	table.edititems td:first-child {
		padding: 2px 2px 2px 0;
	}
	table .edititems td:last-child {
		padding: 2px 0 2px 2px;
	}
	table.edititems input.filler {
		width: calc(100% - 6px);
	}
	table.edititems tfoot {
		font-weight: bold;
		border-top: 1px solid #eaeaea;
	}
.buttonInEditItems {
	display: inline-block; margin: 10px 2px 0;
}


/* logon
---------------------------*/
#logon a {
	text-decoration: none;
	font-size: 90%;
	letter-spacing: 0.1px;
}

/* menu styles 
---------------------------*/
.jsddm {
    margin: 0;
    padding: 0;
}
.jsddm li {	
    float: left;
	list-style: none;
    font-size: 16px;
    font-family: 'Roboto', Arial;
}

.jsddm li a {	display: block;
	padding: 5px 9px;
	text-decoration: none;
	border-right: 1px solid white;
	color: #666;
	white-space: nowrap;
}


@media screen and (min-width: 300px) and (max-width: 1100px)  {
    .jsddm li {	font-size: 14px; }
    .jsddm li a { padding: 5px; }
}
@media screen and (min-width: 1100px) and (max-width: 1500px)  {
    .jsddm li {	font-size: 15px; }
    .jsddm li a { padding: 5px; }
}

.jsddm li.active a {color: black;}
.separador a {border-top: 1px solid #eaeaea;}
.menudescrip {font-size: 10px; border-top: 1px solid #eaeaea; background: white; padding: 5px 3px 2px;text-transform: uppercase; font-weight: bold;}
.jsddm li a:hover {	color: black}
.jsddm li ul {	margin: 0;
		padding: 0;
		position: absolute;
		visibility: hidden;
        z-index: 99999;
        min-width: 150px;
		border: 1px solid silver
}
.jsddm li.last ul {-webkit-transform: translate(-130px,0px); transform: translate(-130px,0px);}
		
.jsddm li ul li {float: none;
    font-size: 14px;
	display: inline

}
			
.jsddm li ul li a {	width: auto;
	background: white;
	color: #24313C;
    padding: 9px 9px;
}
.jsddm li ul li a:hover {background: #eaeaea}
.jsddm li ul li.informe a {
    padding: 9px 10px 9px 30px;
    background: white url(/content/images/menuinforme.png) no-repeat left center;
}
.jsddm li ul li.informe a:hover {background: #eaeaea url(/content/images/menuinforme.png) no-repeat left center;}

.jsddm li ul li.nopermitido a  {
   text-decoration: line-through;
   color: Silver;
   pointer-events: none;
   cursor: default;
}

.fromright li ul {right: 0;}
.botonera .jsddm li a.topmenulink {
    font-size: 12px;
    color: #3072b3;
}

.minimenupopover {
    margin: 0;
    padding: 0;
}

.minimenupopover li {	
	list-style: none;
	font-size: 15px;
	font-family: 'Roboto', Arial;
}

.minimenupopover li a {	width: auto;
	background: white;
	color: #24313C;
	display: block;
	padding: 4px 9px;
	text-decoration: none;
	color: #666;
	white-space: nowrap;
}
.minimenupopover li a:hover {background: #eaeaea}

/* otros
---------------------------*/
.help {border: 1px solid white; margin: 0 5px; float: right;}
#autohelp {position: fixed; right: 0; top: 110px; border: 1px solid #ffff66; background: #ffffe6 url(/content/images/autohelp.png) no-repeat top center; width: 100px; min-height: 50px; padding: 10px;}
div.explica {font-size: 80%; text-shadow: 0px 1px 15px yellow; margin: -2px 0 5px 0; color: #2d2d2d;}
span.explica {font-size: 80%; background: #FFFFE1; margin: -2px 0 5px 0; color: #2d2d2d;}

.resultadobusqueda {background-color: #F2F5F7; 
	padding: 3px 7px;
	margin: 10px 0; border-top: 0px solid #ccc; text-transform: uppercase; font-size: 10px; 
	display: flex; 
	justify-content: space-between;
	vertical-align: middle;
	/*line-height: 24px;*/
}
	.resultadobusqueda select {
		border: none;
		font-size: 12px;
		margin: 1px 0 0 0;
	}
	.resultadobusqueda .texto {
		line-height: 24px;
	}
.futuro {background-color: #FFFFCC; border: 2px dashed #FFCC33; padding: 10px; margin: 5px 0; }
.flexhorizontal, .flexhorizontalmarginado {
	display: flex;
}
.flexhorizontalmarginado > span, .flexhorizontalmarginado > a {
	display: inline-block;
	margin: 0 0 0 5px !important;
}
.flexhorizontalmarginado > div {
	margin: 0 10px 0 0 !important;
}
.marginadohorizontal {
	margin: 0 5px;
}
.margintop10 {
	margin-top: 10px;
}
.marginadoderecha {
    margin: 0 0 0 5px !important;
}
.panelmultiplestatus {
	display: flex;
	margin: 15px 0;
}
.status {
	min-width: 100px;
    margin: 10px 0;
    padding: 7px 25px 7px 10px;
    vertical-align: middle;
	border-left: 2px solid silver;
}
.statusdarkgreen, .status.darkgreen {
	border-left: 2px solid darkgreen;
}
.statuspurple, .status.purple {
	border-left: 2px solid #d770ad;
}

.contacto {margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed gray;line-height: normal;}
.contacto h2 {margin: 0; padding: 0;}

.decimales, .cuatrodecimales, .entero, .solonumeros {
	text-align: right;
	width: 80px;
}

a.masinfo, a.masinfo:visited, .masinfostyle {
	color: black;
	text-decoration: none;
	border-bottom: 1px dashed black;
	cursor: pointer; /* display: inline-block; */
}
a.masinfo i {color: #3072b3;text-decoration:none;border: none;/* line-height: 32px; */}
.botonera a.masinfo, .botonera a.masinfo:visited {color: #3072b3; text-decoration:none; border: none}
a.masinfo.ayudacampo {border: none}
a.iconosolo, a.iconosolo:visited, span.iconosolo {
	border-bottom: none !important;
	font-size: 12px;
	/*line-height: 26px; Esto no ayuda a centralo verticalmente*/
	top: 3px;
	position:  relative;
	margin: 0 3px;
}


/* Superlist
---------------------------*/

/*.superlist {white-space: nowrap;}
.autocompletebutton {display: inline-block; padding: 4px 5px; margin: 4px 0 0 -1px; font-size: 9px !important; border: 1px solid #c5dbec;background: #dfeffc;color: #2e6e9e;}*/
.superlist {
	white-space: nowrap;
	border: 1px solid silver;
	margin: 3px 0;
	display: inline-block;
	/* padding:  0; */
}
.superlistinvalid {
    border: 1px solid crimson !important;
}
.superlist input {
	border: none;
	margin: 0px;
	padding: 1px 2px 0 2px;
}
.autocompletebutton {
	display: inline-block;
	padding: 4px 5px;
	/* margin: 4px 0 0 -1px; */
	font-size: 9px !important;
	border: none;
	background: white;
	color: #2e6e9e;
}
.extrainfo {
    font-size: 80%;
    color: #3F3F3F;
    margin: -2px 0 2px;
}
.simpletable .autocompletebutton {
	height: 19px;
}
.ui-autocomplete-category {
	font-weight: bold;
	padding: 2px 4px 0;
	margin: 8px 0 0;
	line-height: 1.5;
}
.ui-menu-item a {padding: 2px 2px 2px 15px !important}
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}	    	    
	
	
.numbercell, .numericcell {text-align: right; white-space: nowrap;}
.porvencercell {color: darkorange}
.vencidocell {color: crimson}

.masinfowrapper {max-height: 400px; overflow-y: auto}

.formbuscar {margin: 5px 0; }
.formbuscar table th {padding-left: 10px}
.defaultbutton {
	background: #FFCF88;
	border: 1px solid orange;
	font-weight: 500;
	padding: 2px 7px 4px;
	border-radius: 3px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	vertical-align: top;
}

.formulariotabular th {font-weight: bold; padding: 5px; background: #eaeaea; border: 1px solid silver; }
.formulariotabular tbody tr {border-bottom: 1px solid #eaeaea; margin-bottom: 5px; }
.formulariotabular td {padding: 5px; }
.formulariotabular textarea {height: 30px;}
.formulariotabular tfoot {
	font-weight: bold;
	font-size: 110%;
}
	.formulariotabular tfoot .agregarLinea {
		font-size: 11px;
		font-weight: normal;
	}
.botonera {float: right;}
.botonera a, .botonera span.likelinknound {
	margin-left: 10px;
	text-decoration: none;
	vertical-align: middle;
    white-space: nowrap;
}
.nound {
	text-decoration: none;
}
.botonera .jsddm a {margin-left: 0px}

.monthpicker {width: 60px;}
.textoverflow {text-overflow: ellipsis;}
.footermessage {margin-top: 30px}
.footermessage a {margin-right: 15px; text-decoration: none}
.nota {margin-bottom: 10px;}


.EditLink, .DeleteLink, .AddLink, .minibutton {
    background: #D7EBF9;
    border: 1px solid #AED0EA;
    color: #2779AA;
    font-weight: bold;
    padding: 2px 3px;
    cursor: pointer;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    font-size: 11px;
    text-decoration: none;
}
span.likelink {
    border-bottom: 1px solid #3C82B4;
    color: #3C82B4;
    cursor: pointer;
}
i.likelink {
    color: #3C82B4;
    cursor: pointer;
}
.likelinknound, a.likelinknound, a.likelinknound:visited {
    color: #3C82B4;
    cursor: pointer;
    text-decoration: none;
    /* line-height: 24px; */
    /* display: inline-block; */
}
.nound, .nound a {
    text-decoration: none;
}

.agrupado {border-left: 2px solid #1694CE; padding: 0 0 0 10px; margin: 5px 0}

/* SideNav
--------------------------*/
#sidenav {
    margin: 0;
    padding-top: 10px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #eaeaea;;
    min-height: 500px;
}
#sidenav li {	
   list-style: none;
}

#sidenav li a {	
    display: block;
    padding: 2px 5px 2px 7px;
    text-decoration: none;
    color: #666;
}
#sidenav li.active a {color: black;background: url(/content/images/triangulito.png) no-repeat left center}
#sidenav li a:hover {color: black}

.sidetitle {
    background-color: #1694CE; 
    color: White;
    padding: 7px; 
    margin: 0 10px 0 0; 
    text-transform: uppercase; 
    font-size: 10px; 
}

/* buscar 
--------------------------*/
.search-box {
    margin: 5px 0 0 0;
    width: 240px;
    float: right;
}
.search-box input {
	float:right;
	margin:0;
	padding:2px;
	width:200px;
}
.search-box .textbox {
	background: white url(/content/Images/search.png) no-repeat left center;
	border: 1px solid #CCCCCC;
	margin:0;
	max-width:230px;
	padding-left:16px;
        
}

.configlink {
    text-transform: uppercase; 
    font-size: 10px; 
    text-decoration: none;
    padding: 5px 10px;
    display: block;
	margin: 0 5px;
}

.userbox {padding-top: 5px }
.userbox td {text-align: right; padding: 2px}
.userbox .foto img {width: 35px; height: 35px; }
.userbox strong {font-weight: bold; line-height: 170%;font-size: 13px }
.userbox a {text-transform: uppercase; }
.userbox .vertspacer {margin-right: 5px; padding-right: 5px; border-right: 1px solid gray; display: inline}

.conseparadorpunteado {margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed silver; }
.conseparadorpunteado:last-child {margin-bottom: 0; border-bottom: none;}
.conseparadorpunteado h2 {margin: 0; padding: 0;font-size: 20px;}
.conseparadorpunteado h3 {color: black}
	
/* pivot (cubo)
--------------------------*/
table.pivot ul {list-style-image:none; list-style-type:none; }
table.pivot {border-collapse : collapse;border : solid 1px black;text-align : right;}
table.pivot td.resultcell {white-space:nowrap;}
table.pivot th, table.pivot td{padding :5px;}
table.pivot tr.head{font-size : larger;text-align : center;}
table.pivot .total{background-color : #eee;  white-space:nowrap;}
table.pivot tr.total th{text-align : left;}
table.pivot tr.total td, table.pivot tr.total th{border-top : solid 1px black;}
table.pivot td.total{border-left : solid 1px black;}
table.pivot tr.head th.groupby{background-color : #ddd;}
table.pivot tr.head th.pivotcol{background-color : #eee;font-size : smaller;border : solid 1px black;}
table.pivot th.groupby{text-align:left;font-weight : normal;}
table.pivot .foldunfold {
    text-decoration : underline; 
    cursor:pointer;  
    white-space:nowrap;
    color : Black;
	background-image : url('/scripts/pivot/colapsar.png');
	background-repeat : no-repeat;
	background-position:left;
	padding-left:18px;
}

table.pivot .foldunfold.collapsed{background-image : url('/scripts/pivot/expandir.png');}
table.pivot tr.level0 {background-color: #EDF3FE;}
table.pivot tr.level1 {background-color: #EFEFEF;}
	
	
/* dynamicTable 
------------------------------*/
table.dynamictable {border-collapse: collapse; font-size: 12px; border-bottom: 1px solid #ccc; }
table.dynamictable th {border: 1px solid #BDD6EA; padding: 2px 5px; background: #DDECF7; font-weight: bold;}
table.dynamictable td.Depositosdata {border-top: 1px solid #ccc; }
table.dynamictable td {border-left: 1px solid #ccc; border-right: 1px solid #ccc; padding: 2px 5px;}

#loadingDiv {background-image : url('/content/images/15.gif'); padding: 5px; position: fixed; top: 0px; width: 100%; display: none;}
.loadingdots:after {
	content: ' .';
	animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
	0%, 20% {
		content: ".";
	}

	40% {
		content: "..";
	}

	60% {
		content: "...";
	}

	90%, 100% {
		content: "";
	}
}

.nosepuedeactualizar {color: crimson; border-left: 2px solid crimson}
.nosepuedeactualizar ul {    
    text-indent: 0px;
    list-style-position: inside;
    list-style-type: none;
    padding: 0px 0;
    margin: 0 0 0 26px ;
}
.nosepuedeactualizar a {color: crimson;}
.hayproblemas {font-size: 14px; color: orange; padding: 5px; margin: 5px 0; border-left: 2px solid orange}

/* no es necesario porque el popup ya hace lo necesario .galeria {min-height: 230px;min-width: 220px;max-height: 500px;overflow-y: auto;overflow-x: hidden;}*/
.galeria ul {list-style-image:none; list-style-type:none; }
.galeria ul li {margin-top: 10px; margin-bottom: 10px; border-bottom: 1px solid #eaeaea; padding-bottom: 10px}

.nicescroll::-webkit-scrollbar{width:10px;height:10px;border-left:solid 1 #000;}
.nicescroll::-webkit-scrollbar-button:start:decrement{display:block;height:5px;}
.nicescroll::-webkit-scrollbar-button:end:increment{display:block;height:5px;}
.nicescroll::-webkit-scrollbar-button:vertical:increment{background-color:transparent;}
.nicescroll::-webkit-scrollbar-track:enabled{background-color:rgba(113,112,107,0.1);-webkit-border-radius:5px;}
.nicescroll::-webkit-scrollbar-thumb:vertical{height:50px;background-color:rgba(0,0,0,.2);-webkit-border-radius:5px;}
.nicescroll::-webkit-scrollbar-thumb:horizontal{width:50px;background-color:rgba(0,0,0,.2);-webkit-border-radius:5px;}

.scrollable::-webkit-scrollbar{width:10px;height:10px;border-left:solid 1 #000;}
.scrollable::-webkit-scrollbar-button:start:decrement{display:block;height:5px;}
.scrollable::-webkit-scrollbar-button:end:increment{display:block;height:5px;}
.scrollable::-webkit-scrollbar-button:vertical:increment{background-color:transparent;}
.scrollable::-webkit-scrollbar-track:enabled{background-color:rgba(113,112,107,0.1);-webkit-border-radius:5px;}
.scrollable::-webkit-scrollbar-thumb:vertical{height:50px;background-color:rgba(0,0,0,.2);-webkit-border-radius:5px;}
.scrollable::-webkit-scrollbar-thumb:horizontal{width:50px;background-color:rgba(0,0,0,.2);-webkit-border-radius:5px;}

.scrollable {
    max-height: 80vh;
    overflow-y: scroll;
}

.botonera .botones {float: right;}

.admin, .admin, .adminprint {
	white-space: nowrap;
}


.config {text-align: center; position: relative;}
.config i  {font-size: 400px; color: #E4F4FC; display: block; position:absolute;
	top: 85px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
 }
.config input  {font-size: 92px; color: #666; display: block; position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    border: 0;
    top: 210px;
    background: transparent;
    z-index: 99999;
    outline: none;
 }
 .config input:focus{
    outline: none;
}

/* Ayuda --------------------------------*/
.ayuda .notas img {max-width: 720px;}

/* comentarios --------------------------------------- */
form.comentar textarea {width: 100%;}

.pickfiles, #pickfiles {font-size: 14px; text-decoration: none; padding: 0 15px 0 0;}
.pickfiles i, #pickfiles i {font-size: 120%}

.minidelete {text-decoration: none; padding: 0 5px;}

.avatarholder {padding-right: 20px;}
.avatarholder img {border: 1px solid silver; padding: 7px;}


.bookmarkpage i {font-size: 14px;cursor: pointer;}
.bookmarkpage .icon-bookmark {color: orange}
.bookmarkpage .icon-bookmark-2 {color: silver}
h1 a {
	text-decoration: none;
}
h1 a i {
	font-size: 14px;
	cursor: pointer;
}
h1 i {
	font-size: 14px;
}
.silver {color: silver}

h3 i {
	font-size: 12px;
}

/* cupid green (inspired by okcupid.com)
*******************************************************************************/
.cupid-green {
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 6px 8px 8px 8px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  display: inline-block;}
  .cupid-green:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer; }
  .cupid-green:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; }


/* button
*******************************************************************************/
.button, a.button {
	position: relative;
	overflow: visible;
	display: inline-block;
	padding: 0.5em 1em;
	border: 1px solid #d4d4d4;
	margin: 0;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0 #eaeaea;
	font-size: 11px;
	color: #1D5987;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	background-color: #ececec;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
	background-image: -moz-linear-gradient(#f4f4f4, #ececec);
	background-image: -o-linear-gradient(#f4f4f4, #ececec);
	background-image: linear-gradient(#f4f4f4, #ececec);
	-moz-background-clip: padding; /* for Firefox 3.6 */
	background-clip: padding-box;
	border-radius: 0.2em;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	/* IE hacks */
	zoom: 1;
	*display: inline;
}
.button:visited {
    color: #1D5987;
}

.button:hover,
.button:focus,
.button:active,
.button.active {
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    background-color: #3c8dde;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -o-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);
}

.button:active,
.button.active {
    border-color: #2a65a0;
    border-bottom-color: #3884cd;
    background-color: #3072B3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3072b3), to(#599bdc));
    background-image: -moz-linear-gradient(#3072b3, #599bdc);
    background-image: -ms-linear-gradient(#3072b3, #599bdc);
    background-image: -o-linear-gradient(#3072b3, #599bdc);
    background-image: linear-gradient(#3072b3, #599bdc);
}

/* overrides extra padding on button elements in Firefox */
.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.button i {vertical-align: bottom;}
.button:disabled {
	color: silver;
	cursor: not-allowed;
}
/* bigmenu
--------------------------------------- */
	.bigmenu a.bookmarked {
		display: block;
		text-decoration: none;
		font-size: 16px;
		padding: 0px 10px 0px 0px;
		color: #333;
	}

.bigmenu a.comun {display: block; text-decoration: none; 
    font-size: 16px; 
    padding: 0px 10px 0px 10px; 
    margin: 7px 0px; 
    color: #333;
    border-left: 1px solid #1694CE;
    }
.bigmenu .icon-bookmark {color: orange}
.bigmenu {
	margin-right: 30px;
	max-width: 400px;
	margin-bottom: 20px;
}
.bigmenu .minisep {margin-top: 5px; padding-top: 5px; border-top: 1px dashed silver;}
.bigmenu .small {font-size: 10px; color: gray}

.sumatoria {text-align: right; color: #1694CE; font-weight: bold;}

.nowrap, table.nowrap td, table.nowrap th  {white-space: nowrap}

/* intento de arreglar la solapas feas de jquery. No queda muy lindo... */
.ui-tabs ul.ui-corner-all {}
.ui-tabs ul.ui-widget-header {background: none; border: none; border-bottom: 1px solid #89BBE1; border-bottom-right-radius: 0;border-bottom-left-radius: 0; font-size: 0.9em}
.ui-tabs {border: none;}

table.vertical th {
    font-weight: bold;
    text-align: right; padding: 2px
}
table.vertical td {
    text-align: left; padding: 2px
}
table.vertical label {
	padding: 0 !important;
	line-height: inherit !important;
}
/* cuadro de reasignacion */
.cuadroreasignacion {
	display: none;
    margin: 5px 0;
    border: 1px solid #1694CE;
    padding: 10px;
	position: fixed; 
	top: 5px; 
	right: 5px; 
	background: white;
	z-index: 3;
}
	.cuadroreasignacion .checkedcountbox {
		padding: 10px;
		background: crimson;
		color: white;
		float: right;
		margin-top: -9px;
		margin-right: -9px;
	}

#checkedcountbox {
	padding: 10px;
	background: crimson;
	color: white;
	position: fixed; 
	top: 5px;
	right: 5px;
}

.controldocverificacion table td {padding: 3px 15px 3px 0; }
.controldocverificacion table th {padding: 10px 10px 3px 0; }
.controldocverificacion table {margin-bottom: 15px}

.reportePortrait, .reporte {border: 1px solid silver; box-shadow: 5px 5px 5px #eaeaea; padding: 5px; overflow: hidden; width: 970px; -webkit-print-color-adjust:exact; }
.reportePortrait h1 {color: navy; font-size: 38px;text-transform: uppercase; font-weight: bolder}
.reportePortrait .header {border-bottom: 3px solid crimson; padding-bottom: 5px; margin-bottom: 5px; }
.reportePortrait .datostitulo {font-size: 16px; float: right; }
.reportePortrait .datostitulo th {vertical-align: middle;} 
.reportePortrait .datostitulo td {color: #333; font-weight: bold; padding-left: 10px; font-size: 20px;vertical-align: middle;} 
.reportePortrait .parametros th {font-weight: bold; text-align: left; padding-right: 5px;}
.reportePortrait .proveedor {width: 400px; border: 1px solid black; padding: 5px; margin: 10px 0;}
.reportePortrait .proveedor h2 {background: black; color: white; margin: -5px -5px 10px -5px; padding: 5px; font-size: 14px;-webkit-print-color-adjust:exact;}
.reportePortrait .items {width: 100%; margin: 10px 0 0 0;border-bottom: 1px solid black; }
.reportePortrait .items th {background: black; color: white; padding: 2px 5px; border-left: 1px solid black; border-right: 1px solid black;-webkit-print-color-adjust:exact;}
.reportePortrait .items td {border-right: 1px solid black;border-left: 1px solid black; padding: 2px 5px;}
.reportePortrait .items tbody {border-bottom: 1px solid black; }
.reportePortrait .disclaimer {font-size: 10px; margin: 10px 0 0 0 }
.reportePortrait .lineredbottom {border-bottom: 3px solid crimson; padding-bottom: 5px; margin-bottom: 5px;}

.parametros th {font-weight: bold; text-align: left; padding-right: 5px;}
.parametros label {line-height: normal}
.parametros b {margin-left: 10px}

.reporte h1 {color: #333; font-size: 38px;text-transform: uppercase; font-weight: bolder}
.reporte h3 {font-size: 24px;margin: 10px 0 5px 0; padding: 0; color: #333;font-weight: bold}
.reporte .header {border-bottom: 3px solid #1694CE; padding-bottom: 5px; margin-bottom: 5px; }
.reporte .datostitulo {float: right; font-family: 'Roboto Condensed', Arial, sans-serif; }
.reporte .datostitulo label {font-weight: normal; font-size: 16px; vertical-align: middle; padding-right: 10px; } 
.reporte .datostitulo p {font-weight: normal; font-size: 28px;vertical-align: middle; margin: 0; padding: 0;} 
.reporte .proveedor {width: 400px; border-left: 2px solid silver; padding: 5px; margin: 10px 0; background: #eaeaea; }
.reporte .proveedor h2 {display: none; color: #1694CE; margin: -5px -5px 5px -5px; padding: 0px 5px; font-size: 14px;}
.reporte .items {width: 100%; margin: 0px 0; }
.reporte .items tbody {}
.reporte .items th {border-bottom: 2px solid silver; background: silver; font-weight: bold; color: #333; padding: 5px 10px; white-space: nowrap; text-align: left; -webkit-print-color-adjust:exact;}
.reporte .darkheader th {border: 1px solid white; background: black; font-weight: bold; color: white; padding: 5px 10px; white-space: nowrap; text-align: left; -webkit-print-color-adjust:exact;}
.reporte .items td {border: 1px solid silver; padding: 3px 5px;}
.reporte .items tfoot {font-weight: bold; border-bottom: 1px solid silver; border-top: 2px solid silver !important; padding: 3px 5px;}
.reporte .items .take100 {width: 70%}
.reporte .items tr.dobleheader th {border: 2px solid #ccc; white-space: normal; text-align: center }
.reporte .items tr.bordertop {border-top: 2px solid silver; }

.reporte .disclaimer {font-size: 10px; margin: 10px 0 0 0 }
.reporte .lineredbottom {border-bottom: 3px solid #3C82B4; padding-bottom: 5px; margin-bottom: 5px;}

.reporte table.multilinea {width: 100%; margin: 10px 0 20px; border: 1px solid gray}
.reporte table.multilinea th {background: #eaeaea; border: 1px solid gray; font-weight: bold; text-align: center; padding: 3px; }
.reporte table.multilinea td {padding: 3px}
.reporte table.multilinea tfoot	{font-weight: bold; border-top: 1px solid gray;  }
.reporte table.multilinea td.segundalinea {border-bottom: 1px solid silver; font-style: italic}
.reporte table.multilinea tr.separador {border-top: 1px solid silver; }

table.spaced {font-size: 14px}
table.spaced td, table.spaced th {padding: 4px 10px; vertical-align:middle}
	table.spaced td:first-child, table.spaced th:first-child {
		padding: 4px 10px 4px 0;
		text-align: left;
	}
	table.spaced td:last-child, table.spaced th:last-child {
		padding: 4px 0px 4px 10px;
	}
	table.spaced th {
		border-bottom: 2px solid silver;
		margin-bottom: 4px;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 10px;
		background: white;
	}
table.spaced td {border-bottom: 1px solid #eaeaea; }
table.spaced tfoot {font-weight: bold; border-top: 2px solid silver; }
table.spaced tfoot td {border-bottom: none; }
table.spaced tr.totales {background-color: #eaeaea; 
    font-weight: bold;
    font-size: 90%;
    color: #333;
}
table.spaced tr.totales td {border-bottom: 1px solid white; }

table.spacedsmall {font-size: 11px}
table.spacedsmall td, table.spacedsmall th {padding: 2px 10px; vertical-align:middle}
	table.spacedsmall td:first-child, table.spacedsmall th:first-child {
		padding: 2px 10px 2px 0;
		text-align: left;
	}
	table.spacedsmall td:last-child, table.spacedsmall th:last-child {
		padding: 2px 0px 2px 10px;
	}
	table.spacedsmall th {
		border-bottom: 2px solid silver;
		margin-bottom: 2px;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 90%;
		background: white;
	}
table.spacedsmall td {border-bottom: 1px solid #eaeaea; }
table.spacedsmall tfoot {font-weight: bold; border-top: 2px solid silver; }
table.spacedsmall tfoot td {border-bottom: none; }
/*table.spacedsmall tbody tr:first-child td {padding: 10px 10px 2px;}*/



table.firmas {width: 100%; margin: 10px 0 0 0; }
table.firmas th {border: 1px solid silver; font-weight: normal; text-align: center; padding: 3px; width: 25%;}
table.firmas td {height: 65px; border: 1px solid silver; vertical-align: bottom; text-align: center;}
table.firmas.chicas td {height: 35px; vertical-align: middle}

.dashboard {}
.dashboard h1 {background: white}
.dashboard .cuadro {margin: 10px; background: white; padding: 10px; box-shadow:  0px 1px 5px 1px #ececec; border: 1px solid #ececec; }
.dashboard .cuadro h2 {background: #eaeaea; margin: -10px -10px 10px -10px; padding: 10px; font-size: 13px; font-weight: bold; border-bottom: 1px solid #eaeaea}
.dashboard ul.ranking {margin: 0; padding: 0; list-style: none;}
.dashboard ul.ranking li {margin: 0 0 10px 0; padding: 0 7px 5px 7px; overflow: hidden; color: gray; font-size: 9px;}
.dashboard ul.ranking li.rank-1 h3 {font-size: 22px;padding: 2px 0}
.dashboard ul.ranking li.rank-1 {font-size: 12px; }
.dashboard ul.ranking li.rank-2 h3 {font-size: 20px;padding: 2px 0}
.dashboard ul.ranking li.rank-2 {font-size: 10px; }

.supernumber {font-size: 200%; font-family: 'Cabin Condensed', 'Segoe UI', Arial }
.supernumber .moneda {font-size: 14px; display: inline-block; }

table.bignumbers {margin: 10px 0; font-size: 120%; text-align: center; padding: 10px;}
table.bignumbers td, table.bignumbers th {padding: 0 20px; border: 1px solid #ececec; vertical-align: middle;}

td.spacer, div.spacer {height: 10px;}
.ui-autocomplete .ui-menu-item {
    min-width: 150px;
}

.rotate {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}   

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

.avoidflicker > ul, .avoidflicker > div {display:none}
.avoidflicker:before {
	content: "\eb2c";
	font-family: 'KeopsNG';
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 14px;
	height: 14px;
	color: #1694CE;
}

.avoidflicker:after{
    content: "Cargando";
    font-size: 12px;
    color: #1694CE;
}

ins {
    background-color: #c6ffc6;
    text-decoration: none;
}

del {
    background-color: #ffc6c6;
}

/* top sub nav
---------------------------*/
.topsubnav {
	padding: 0;
	overflow: hidden;
	margin-top: -6px;
	margin-bottom: 5px;
	background: white;
	border-bottom: 1px solid #eaeaea;
}
.topsubnav li {	
    float: left;
	list-style: none;
    font-size: 16px;
}
	.topsubnav h3 {
		float: left;
		list-style: none;
		text-transform: uppercase;
		font-size: 11px;
		text-decoration: none;
		padding: 5px 10px;
		background: #C8DEEE;
		color: #0f75a4;
		position: relative;
		margin-right: 20px;
	}
	.topsubnav a {
		float: left;
		list-style: none;
		text-transform: uppercase;
		font-size: 11px;
		text-decoration: none;
		padding: 5px 10px;
		color: #1694CE
	}
	.topsubnav li.active a {
		font-weight: bold;
		color: #1694CE;
	}


	.topsubnav h3:after {
		left: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(22, 148, 206, 0);
		border-left-color: #C8DEEE;
		border-width: 13px;
		margin-top: -13px;
	}

.agregarLineaRow td {border: none !important; text-align: right !important}
span.agregarLinea {
	color: gray;
	font-weight: normal;
	font-style: normal;
	padding: 5px 0 5px 10px;
	cursor: pointer;
	font-size: 11px;
}

span.aviso {font-family: 'Roboto Condensed', Arial; font-size: 120%; margin: 3px 10px; line-height: 180%; text-transform: uppercase; }

table.totales {
	margin: 10px 0;
	border-bottom: 1px solid silver;
}

	table.totales th, table.totales td {
		text-align: center;
		vertical-align: middle;
	}
    table.totales th {
        padding: 4px 5px 0px 5px;
        font-weight: 500;
        color: #414141;
        border-top: 1px solid silver;
        border-right: 1px solid silver;
        border-left: 1px solid silver;
    }
    table.totales td {
        padding: 0px 15px 4px;
        border-right: 1px solid silver;
        border-left: 1px solid silver;
		white-space: nowrap;
    }
    table.totales.minimopadding td {
        padding: 2px 5px;
    }


.progress-bar {
    font-size: 80%;
    color: black;
    background-image: url(/content/images/1x1.jpg);
    background-repeat: no-repeat;
    background-position-y: bottom;
    overflow: hidden;
    white-space: nowrap;
    padding: 1px 2px;
    -webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}
/* mejor usar la funcion .animateHighlight();*/
#hightlightforamoment{
     border: 2px solid orange;
     -webkit-transition: border 1000ms linear;
     -moz-transition: border 1000ms linear;
     -o-transition: border 1000ms linear;
     transition: border 1000ms linear;
}


/* nuevo minisearch*/
a.minisearch {text-decoration: none; }
a.minisearch i {font-size: 14px;}
#minisearch input {width: 100%; font-size: 12px; padding: 5px}
#minisearch ul {list-style-image:none; list-style-type:none; overflow-y: auto; overflow-x: hidden;}
#minisearch ul li {margin-bottom: 0px; border-bottom: 1px dotted #ccc; padding: 5px 5px 5px 5px}

fieldset {border: 1px solid silver; padding: 5px; margin-bottom: 5px; }
fieldset.inline {float: left; margin-right: 10px; }
legend { padding: 0 5px;}

#notification-container {
    position: relative;
}

#notification-counter {   
    position: absolute;
    top: -2px;
    left: 16px;
    background-color: rgba(212, 19, 13, 1);
    color: #fff;
    border-radius: 6px;
    padding: 1px 3px;
    font: 10px Verdana;
    display: none;
}
.notificacion {
	width: 250px;
	border-bottom: 1px solid#eaeaea;
	padding: 5px;
}
.notificacion b {font-weight: normal; line-height: 130%;}
.notificacion a {text-decoration: none; color: #333}
.notificacion span {display: block; color: gray; font-size: 90%}
.notificacionpendiente {
	border-left: 2px solid orange;
}
.notificacion-lista {max-height: 500px; overflow-y: scroll; overflow-x: hidden}

ul.comun {margin: 0 0 0 15px;}


kbd {
    -moz-border-radius:3px;
    -moz-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    -webkit-border-radius:3px;
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    background-color:#f7f7f7;
    border:1px solid #ccc;
    border-radius:3px;
    box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    color:#333;
    display:inline-block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:1.4;
    margin:0 .1em;
    padding:.1em .6em;
    text-shadow:0 1px 0 #fff;
}

.futuredate {background: yellow}

.fillin {font-weight: bold; border-bottom: 1px dashed gray; min-width: 250px; display: inline-block; min-height: 20px; margin: 0 5px;}

.stats {
    padding: 3px 0;
    line-height: 30px;
    vertical-align: middle;
    border-top: 0px solid #ccc;
    border-bottom: 1px solid #AFCDD7;
    color: gray;
}

.breadcrumbs {
    padding: 3px 0;
    vertical-align: middle;
    border-bottom: 1px solid #AFCDD7;
}
.breadcrumbs a {text-decoration: none}


.previewbox {
	margin: 0 auto;
	width: 90%;
	background: rgb(50, 54, 57);
	padding: 10px;
	height: 95vh;
	position: relative;
	color: white;
}
.previewbox header {
    font-size: 12px;
}

.previewbox header .icono {
    font-size: 25px;
    padding-right: 5px;
}
.previewbox header .titulo {
    font-size: 14px;
}

	.previewbox .downloadbutton {
		color: white;
		margin-right: 40px;
		text-decoration: none;
		display: inline-block;
		padding: 5px;
	}
	.previewbox .downloadbutton i {

	}
	.previewbox iframe, .previewbox .pdfframe {
		width: 100%;
		height: 91vh;
	}
.previewbox img {max-width: 100%; max-height: 100%; }
.previewbox .nopreview {margin: 100px 0; text-align: center; font-size: 16px; }
	.previewbox .nopreview a {
		color: white;
		display: block;
		border: 1px solid white;
		margin: 15px auto;
		width: 100px;
		padding: 10px;
		border-radius: 5px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 500
	}
	.previewbox .nopreview a i {
		vertical-align: bottom;

	}


.trtooltippanel {
	margin:0;
	padding:5px 13px 3px 13px;
    border: 1px solid silver;
	background:white;
	position: absolute;
	z-index: 2;
    font-weight: bold;
    white-space: nowrap;
}
.trtooltiphover, .trtooltiphover td {
    background: #ffe9b2 !important;
}



.inlinetextarea .textarea_container {
    display: inline;
}
tr.totalparcial {
    font-weight: bold;
}


.dropzone {
    border: 3px dashed silver;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
	color: dimgray;
}
.dropzone.ready {
	border: 3px solid darkgreen;
}
.dropzone.hover, .invisibledropzone.hover {
	border: 3px dashed darkorange !important;
}

td.limited, td.limited100, td.limited200, td.limited300 {
	white-space: nowrap;
	max-width: 100px;
	overflow: hidden; /* "overflow" value must be different from "visible" */
	text-overflow: ellipsis;
    position: relative;
}
td.limited200 {
    max-width: 200px;
}
td.limited300 {
    max-width: 300px;
}

.min100 {
    min-width: 100px;
}
.min200 {
    min-width: 200px;
}

    
ul.normal {margin: 0 0 0 15px; padding: 0; }
ul.normal li {}
.usercard {
    color: #2c3e50;
	font-weight: bold;
}

.porcaware {
	text-align: center;
}

.porcaware_zero {
	color: silver;
}
.porcaware_25 {
	background-color: rgb(255,207,135);
}
.porcaware_50 {
	background-color: lightgreen;
}
.porcaware_75 {
	background-color: darkseagreen;
}
.porcaware_99 {
	color: white;
	background: linear-gradient(90deg, darkolivegreen 50%, cyan 50%);
}
.porcaware_100 {
	background-color: darkgreen;
	color: white;
}

.icon16 {
	font-size: 16px;
}

i.check, i.checkfisico {
    font-size: 16px; color: #e5e5e5; cursor: pointer;
}
i.checked {
    color: darkgreen;
}

.inactivo, .inactivo h3 a {
	color: gray;
}

.paraClonar {
	display: none;
}

/* material design */
.card {
    position: relative;
    /* display: inline-block; */
    vertical-align: top;
    background-color: #fff;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.24);
    border-radius: 3px;
}

.triangle-border {
  min-width: 200px;
  position:relative;
  padding: 7px 15px;
  margin:1em 0 1em;
  border:1px solid silver;
  color:#333;
  background:#fff;
  /* css3 */
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  box-shadow: 0 0 1px rgba(0,0,0,.11),0 1px 2px rgba(0,0,0,.22);
}

.triangle-border:before {
  content:"";
  position:absolute;
  bottom:-11px; /* value = - border-top-width - border-bottom-width */
  left:20px; /* controls horizontal position */
  border-width:11px 11px 0;
  border-style:solid;
  border-color:silver transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* creates the smaller  triangle */
.triangle-border:after {
  content:"";
  position:absolute;
  bottom:-10px; /* value = - border-top-width - border-bottom-width */
  left:21px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width:10px 10px 0;
  border-style:solid;
  border-color:#fff transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;

}



.rowalerta td {background-color: crimson}


sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

.fixedwidth60 {
	display: inline-block;
	min-width: 60px;
}

.newbuttonrow {
	border: solid 1px #e8eef4;
	text-align: right;
}

.toggler {
	cursor: pointer;
}
.togglerStyled {
	color: #666;
	font-weight: bold;
	margin-top: 20px;
}


.togglertarget {
	display: none;
}

.toggler:before {
	font-family: 'KeopsNG';
	padding-right: 5px;
}

.toggler.expand:before {
	content: "\f107";
}
.toggler.collapse:before {
	content: "\f106";
}

.impresoel {
	color: gray;
	font-size: 90%;
	margin: 3px 0;
	text-align: center;
}

.showonhovertarget {
	display: none;
}
.showonhoversource:hover .showonhovertarget {
	display: inline-block;
}

header {
	overflow: hidden
}
header h1 {
	float: left;
}


#uploadDialog {
	padding: 10px;
	border: 1px solid #eaeaea;
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: 300px;
}
	#uploadDialog header {
		background-color: gray;
		color: white;
		margin: -10px -12px 3px -10px;
		padding: 10px;
		border-radius: 3px 3px 0 0;
		font-weight: bold;
	}
	#uploadDialog .filelist div {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		padding: 2px;
	}
	#uploadDialog .filelist div span.nombre {
		flex-basis: 80%;
	}


.maxheightwithreveal {
	max-height: 50px;
	overflow: hidden;
}

.vermas, .setmefree {
	margin-top: -10px;
	opacity: 0.8;
	background-color: #eaeaea;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 4px;
	border-radius: 3px;
	max-width: 100px;
}

.setmefree {
    float: right;
    margin-top: 0px;
    padding-bottom: 2px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 970px) {
	#menucontainer {
		clear: both;
		margin: 0;
	}
}
@media only screen and (min-width : 320px) and (max-width : 780px) {
	.onlydesktop {display: none !important}
	#logo {
		float: left;
		margin: 5px 0 0 0;
	}
	#logo img {height: 40px;}
	.userbox i {font-size: 1.5em}
}


.remarked {
	border: 2px solid gray !important;
}

.remarkedRightLeftBottom {
	border-right: 2px solid gray !important;
	border-left: 2px solid gray !important;
	border-bottom: 2px solid gray !important;
}

.remarkedBottom {
	border-bottom: 2px solid gray !important;
}

.remarkedRightBottom {
	border-right: 2px solid gray !important;
	border-bottom: 2px solid gray !important;
}

.remarkedRight {
	border-right: 2px solid gray !important;
}

.corner-ribbon {
	width: 200px;
	background: #e43;
	position: absolute;
	top: 25px;
	left: -50px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 1px;
	color: #f0f0f0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.corner-ribbon-parent {
	position: relative;
	overflow: hidden;
}


	@media print {
		#header, #logon, #menucontainer, .buscar, #footer, .botonera, button, input[type="reset"], input[type="button"], input[type="submit"], .ui-button, .noprint, .filtrablerow, .footermessage, .profiler-results, .bookmarkpage, .topsubnav, .floatGenerateExcelButton, .button, .ui-monthpicker-trigger, .minisearch {
			display: none !important
		}

		body {
			margin: 0;
			color: black;
			font-family: Arial, Sans-Serif;
			font-size: 12pt !important;
		}

		#wrapper {
			width: 100%;
			min-width: 1024px;
			margin: 0;
			font-family: Arial, Sans-Serif;
		}

		table {
			font-size: 12pt !important;
		}

			table.formulario {
			}

				table.formulario th {
					min-width: 100px
				}

			table.formbuscar {
				font-size: 12pt !important
			}

		input, select, .superlist {
			border-width: 0 0 1px 0;
			border-color: Gray;
			border-style: dashed;
			font-size: 12pt !important;
		}

		select {
			-moz-appearance: none;
			-webkit-appearance: none;
			appearance: none;
		}

		textarea {
			border: none;
			overflow: auto;
			resize: none;
		}

		div.onlyprint {
			display: block
		}

		span.onlyprint {
			display: inline
		}

		.onlyprint {
			display: block
		}

		#printheader {
			border-bottom: 1px dotted #ccc;
			padding-bottom: 5px;
		}

		.carta {
			width: 100%;
			border: none;
			padding: 30px 0;
			font-size: 12pt;
			color: black
		}

		.textarea_container div {
			max-width: 80%;
			border-width: 0 0 1px 0;
			border-color: Gray;
			border-style: dashed;
			min-height: 18px;
		}

		.ui-tabs-nav {
			display: none;
		}

		.ui-tabs .ui-tabs-panel {
			display: block !important;
			border: none;
			padding: 0 0 10px 0;
			margin: 0 0 10px 0;
			border-radius: 0
		}

			.ui-tabs .ui-tabs-panel.noprint {
				display: none !important;
			}

		.ui-tabs {
			border: none
		}


		h3.tabtitle {
			display: block;
			margin: 10px 0 5px;
			border-bottom: 1px solid #1694CE;
			padding-bottom: 3px;
		}

		.ui-autocomplete-input {
			width: auto !important;
			min-width: 30px;
			max-width: 200px;
		}

		.ensayopresentado, .reportePortrait, .reporte {
			border: none;
			box-shadow: none;
			padding: 0;
			width: 1030px;
			margin: 0 auto
		}
		/* el ancho tiene que ser fijo para que chrome respete los tamaÃ±os*/
		.landscape {
			width: 1500px;
		}
		/* el ancho tiene que ser fijo para que chrome respete los tamaÃ±os*/
		.reportePortrait .reportecontenido, .reporte .reportecontenido {
			min-height: 1250px
		}

		.landscape .reportecontenido {
			min-height: 890px
		}

		.tableFloatingHeader {
			display: none !important;
		}

		table.bigprint {
			font-size: 13pt !important;
		}

		a, a:visited {
			color: black;
			text-decoration: none;
		}

		.widerinprint100 {
			min-width: 100px
		}

		.widerinprint200 {
			min-width: 200px
		}

		.nowrapinprint {
			white-space: nowrap;
			max-width: 200px;
			overflow: hidden
		}

		table.widetableinprint {
			width: 1500px;
			font-size: 8pt !important;
		}

		.masinfo, a.masinfo:visited, .masinfostyle {
			border-bottom: 0 !important
		}
	}
	/*
* a trabajar sobre esto para lograr que los selects se vayan stackeando en mobile
* Tambien intentar poner un boton "filtros" que muestre/oculte los filtros en mobile
.formbuscar {max-width: 1024px;}
.formbuscar .defaultbutton {float: right;}
.formbuscar xlabel { padding: 0 3px 0 0; display: inline-block; vertical-align: text-top }*/

.archivoPreviewCard {
    display: inline-block;
    width: 180px;
    height: 100px;
}

.nowrapnooverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.archivoPreviewCard.invisibledropzone {
    border: 1px solid silver;
}

.archivoPreviewCard .imagenRepresentativa {
    max-height: 65px;
    margin: 5px;
}

.archivoPreviewCard .imagenPreview {
    height: 75px;
    width: 180px;
    background-size: 200px auto;
}

.archivoPreviewCard .nombreeicono {
    background-color: #eaeaea;
    padding: 4px;
}

    .archivoPreviewCard .nombreeicono i {
        font-size: 10px;
    }

.archivoPreviewCard a {
    text-decoration: none;
}

.archivoPreviewCard .nombre {
    margin-left: 3px;
}

.archivoPreviewCard .emptystate {
	text-align: center;
    padding: 10px;
    color: gray;
	width: 90%;
	
}
.archivoPreviewCard .emptystate .buttons {
	padding: 10px 0;
	overflow: hidden;
}

.archivoPreviewCard .previewstate {
	width: 180px;
}

.archivoPreviewCard .previewnameandclean {
	display: flex;
	justify-content: space-between;
	padding: 3px 0;
}
.archivoPreviewCard .previewnameandclean .nombre {
	overflow: hidden;
}
.archivoPreviewCard .previewnameandclean .trash {
	padding: 3px 5px;
}

.archivoMiniCard {
	display: inline-block;
	text-decoration: none;
	/* background-color: #eaeaea; */
	border-radius: 5px;
	padding: 2px;
	border: 1px solid silver;
	margin: 1px 2px;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.24);
}

.minimenu:after {
	content: " ▼";
	font-size: 60%;
}
.darkgray {
	color: darkgray
}

.errorpill, .warningpill, .successpill, .pill, .buttonpill {
	color: white;
	background: black;
	border-radius: 10px;
	padding: 3px 5px;
	vertical-align: middle;
	margin: 0 5px;
	font-size: 12px;
	white-space: nowrap;
}
	.errorpill i, .warningpill i, .successpill i, .pill i, .buttonpill i {
		font-size: 9px;
		vertical-align: baseline;
	}
	.errorpill:visited, .warningpill:visited, .successpill:visited, .pill:visited, .buttonpill:visited {
		color: white;
	}
.errorpill { background: crimson;}
.warningpill { background: darkorange; }
.successpill { background: darkgreen; }
.graypill { background: #ececec; color: black }
.buttonpill {
	background-color: #ececec;
	background-image: linear-gradient(#f4f4f4, #ececec);
	text-decoration: none;
	color: #333;
	box-shadow: 1px 1px 0 silver;
	padding: 3px 10px;
	vertical-align: baseline;
    cursor: pointer;
}
	.buttonpill:visited {
		color: #333;
	}
	.buttonpill:hover,
	.buttonpill:focus,
	.buttonpill:active,
	.buttonpill.active {
		background-color: #3c8dde;
		background-image: linear-gradient(#599bdc, #3072b3);
		color: white;
	}
.numberpill {
	background: #eaeaea;
	border-radius: 25px;
	padding: 1px 5px 2px 4px;
	color: #333;
	font-weight: 500;
	font-size: 10px;
	box-shadow: 1px 1px 1px 0 white;
	vertical-align: middle;
}
.numberpill.nomiddle {vertical-align: inherit !important}
.separatorwithtext {
	display: flex;
	align-items: center;
	text-align: center;
}

	.separatorwithtext::before, .separatorwithtext::after {
		content: '';
		flex: 1;
		border-bottom: 1px solid silver;
	}

	.separatorwithtext::before {
		margin-right: .25em;
	}

	.separatorwithtext::after {
		margin-left: .25em;
	}

.posponer {
	color: darkorange;
	vertical-align: baseline;
}

	.posponer a {
		color: darkorange;
		border: 1px solid darkorange;
		background: white;
		text-decoration: none;
	}

	.posponer a.masadelante {
		background: darkorange;
		color: white;
		text-decoration: none;
	}
.autoinfo {
	margin-bottom: 5px;
}
.flatpickrTrigger {
	display: inline-block;
	vertical-align: text-bottom;
}
.botoneraEnTab {
	margin: -5px 0 5px 0;
}

.tituloentdgrande {
	background: darkgray;
	color: white;
}

.tdprevisto {
}

.tdreal {
}

.tdparcialoacumulado {
}

.margin1 {
	margin-left: 10px
}

.margin2 {
	margin-left: 20px
}

.margin3 {
	margin-left: 30px
}

.q {
	quotes: "“" "”" "‘" "’";
}

	.q::before {
		content: open-quote;
	}

	.q::after {
		content: close-quote;
	}

.archivocardbox {
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.24);
	border: 1px solid #eaeaea;
}

.archivocard {
	display: flex;
	border-radius: 3px;
	text-decoration: none;
}
	.archivocard a {
		text-decoration: none
	}

	.archivocard .icono {
		margin: 2px 7px 2px 0;
	}
		.archivocard .icono img {
			width: 32px;
		}
	.archivocard .data {
		margin: 2px 7px 2px 0;
		overflow: hidden;
		white-space: nowrap;
		flex-grow: 1;
		text-align: left;
	}
	.archivocard .nombrearchivo {
		font-size: 12px;
		color: slategray;
		font-weight: bold;
	}

	.archivocard .actions {
		width: 20px;
		margin: 5px;
	}

	.archivocard .fechayusuario {
		font-size: 10px;
		color: gray;
		font-weight: normal;
	}
.baseline {
	vertical-align: baseline
}

.cghSize3 {
    font-size: 14px;
    font-weight: bold;
}
.cghSize2 {
	font-size: 13px;
	font-weight: bold;
}
.cghSize1 {
	font-weight: bold;
}
.cghIndent1 {
    margin-right: 0px;
}
.cghTargetIndent1 td:first-child {
	padding-left: 10px;
}
.cghIndent2 span.toggler {
    padding-left: 10px;
}
.cghTargetIndent2 td:first-child {
	padding-left: 20px;
}
.cghIndent3 span.toggler {
    padding-left: 20px;
}
.cghTargetIndent3 td:first-child {
    padding-left: 30px;	
}

/*https://www.cssscript.com/realistic-ios-switch-pure-css/*/
.form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

    .form-switch i {
        position: relative;
        display: inline-block;
        margin-right: .1rem;
        width: 23px;
        height: 13px;
        background-color: #e6e6e6;
        border-radius: 12px;
        vertical-align: baseline;
        transition: all 0.3s linear;
    }

        .form-switch i::before {
            content: "";
            position: absolute;
            left: 0;
            width: 21px;
            height: 11px;
            background-color: #fff;
            border-radius: 5px;
            transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
            transition: all 0.25s linear;
        }

        .form-switch i::after {
            content: "";
            position: absolute;
            left: 0;
            width: 11px;
            height: 11px;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
            transform: translate3d(1px, 1px, 0);
            transition: all 0.2s ease-in-out;
        }

    .form-switch:active i::after {
        width: 14px;
        transform: translate3d(1px, 1px, 0);
    }

    .form-switch:active input:checked + i::after {
        transform: translate3d(8px, 1px, 0);
    }

    .form-switch input {
        display: none;
    }

        .form-switch input:checked + i {
            background-color: #4BD763;
        }

            .form-switch input:checked + i::before {
                transform: translate3d(9px, 1px, 0) scale3d(0, 0, 0);
            }

            .form-switch input:checked + i::after {
                transform: translate3d(11px, 1px, 0);
            }


.supercuadroreasignacion {
	display: none;
    margin: 5px 0;
    padding: 10px;
	position: fixed; 
	top: 5px; 
	right: 5px; 
	background: white;
	z-index: 3;
	border-radius: 10px;
	box-shadow: 0 10px 10px 5px #eaeaea;
	text-align: center;
	border: 1px solid #eaeaea
}

.supercuadroreasignacion .imagen {
	text-align: center;
	font-size: 32px;
	color: #414141;
	margin: 10px 0;
}
.supercuadroreasignacion .texto {
	text-align: center;
	font-weight: 600;
	color: black;
	font-size: 14px;
	letter-spacing: 0px;
}

.supercuadroreasignacion section {
	margin-top: 40px;
} 

.supercuadroreasignacion .checkedcountbox {
	padding: 0;
	background: inherit;
	position: inherit; 
	color: black;
}

.supercuadroreasignacion .botones {
    margin: 10px 0;
}

.bigroundedbutton {
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    background-color: #4299e1;
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    line-height: 26px;
    text-decoration: none;
	min-width: 100px;
	text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bigroundedbutton:hover {
    color: #fff;
    background-color: #2b6cb0;
}
                   
.upper {
    text-transform: uppercase;
}
.smallcaps {
    font-variant: small-caps;
}
.rightalign {
    text-align: right;
}