:root{
	--primary:#004600;
	--secondary:#004600;
	--primary-text:white;
	--danger-border: #7d0000;
	--error-border: #c01c28;
	--wait-border: #BC955C;
	--info: #d9edf7;
	--texto-general: #272829;
	--file-container-bg:  #eeeeee;
    --file-bg:  #f8f8f8;
    --file-border-color: #606060;
    --file-rounded: 15px;
    --file-color: #2b2b2b;
    --table-border-color: #dbdbdb;
    --delete-button-bg: #f53636;
    --delete-button-color: #ffffff;
    --font-size: 12px;
    --shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.8);
}
body {
	font-size: 11px !important;
}

.btn {
	font-size: 11px !important;
}

label {
	margin-top:6px; /* Align the element at the bottom   */
}
label1 {
	margin-top:6px;
	font-size: 12px; 
}
labelRojo {
	margin-top:6px;
	color:#EA1132;
	font-size: 12px; 
}
labelVerde {
	margin-top:6px;
	color:#16CC13;
	font-size: 12px; 
	
}


textarea {
	resize:none;
	padding:2px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.datepicker > div {
	display: block;
}

.ctmPageHeader {
	padding: 5px;
	background-color: #13322B;
	font-weight: bold;
	font-size: 11px;
	color:#F6F6F6	linear-gradient (to left, rgba(84, 84, 84, .5), rgba(57, 60, 62, 1), rgba(84, 84, 84, .5));
}

.shadow-table {
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
}

.bg-transparent {
	background-color:transparent;
}

.login-form {
	margin:10pt;
	font-size: 120%
}

fieldset {
    display: block;
    margin-left: 0;
    margin-right: 0;
	margin-top: 5px;
	margin-bottom: 10px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;    
	border-radius: 2px;	
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #272829; 
	box-shadow: 1px 1px 1px 2px #DDD;
}

.centered-modal{
	text-align: -moz-center;
	text-align: -webkit-center;
}

.rownbg {
	background-color:#FFF;
}

.btn-gmx-default {
	background-color: #9D2449;
	border-color: #9D2449;
	color:white;
	font-weight: normal;
}

.EFolder {
	padding-top: 0px;
	background-color:#EEEEEE;
}

.EFolderTabs tr td {
	 padding: 5pt;
}

.TabTitle-sel {
	color:#F6F6F6;
	font-weight: bold;
	background: #A62248;
	/* linear-gradient(#888888 30%, #444444 90%) !important; */
	/*border-bottom: solid 3px #9D2449;*/
}

.TabTitle-sel a {
	color:#F6F6F6;
	font-weight: bold;
}

.TabTitle {
	color:#272829;
	background: linear-gradient(#fff 0%, #d1d1d1 100%) !important;
	/*border-bottom: solid 2px #666;
	border-right: solid 1px #666;
	border-top: solid 1px #666;*/
}

.TabTitle a {
	color:#272829;
}

.MainTabTitle-bar {
	padding: 2px 0px 2px 0px;
	background: linear-gradient(to left, rgba(84, 84, 84, .5), rgba(57, 60, 62, 1), rgba(84, 84, 84, .5));
}

.Main-title-txt {
	color:#F6F6F6;
	font-weight: bold;
	font-size: 11pt;
}

.Header-Listado  { 
	font-weight:bold;
	background-color:#545454;
	color:#fff;
	text-align: center;
	font-size: 11pt;
	padding:5px;
}

.EEtiquetaC  {
	font-size: 9pt;
	font-weight: Bold;
	text-align: center;
}
  
.EEtiquetaLST {
	font-size: 9pt;
	color: #272829 ;
}

.LstSelectedReg {
	font-size: 9pt;
	background-color: #808080 !important;
}

.LstSelectedReg a {
	font-weight: bold;
	color: #FFF !important;
}

.table th {
	font-weight:bold;
	background-color:#545454;
	color:#fff;
}

.table a {
	color:#545454;
}

.table-bordered thead tr td {
	color: #F6F6F6;
	background-image: linear-gradient(to bottom,#545454 0,#272829 100%) !important;
}

.ETablaST  {
	border: 1px solid #999999 ;
	padding: 5px ;
	font-weight: Bold ;
	text-align: center;
	color: #F6F6F6;
	background-color: #545454;
}

.EArbol tr td a:link, a:visited {
	color:#545454;
	font-size: 12px;
}

.table-req tr td {
	font-size: 11px !important;
	padding: 5px;
	vertical-align: middle !important;
}

.table-req tr th {
	font-size: 12px !important;
	font-weight: bold;
	padding: 5px;
	vertical-align: middle !important;
	text-align: center;
}

.force-font-11 {
	font-size: 11px !important;
}

.force-font-10 label {
	font-size: 10px !important;
}

.ESTitulo  {
	font-weight: Bold ;
	color: #F6F6F6;
	background-color: #545454;
}

.red-bg  {
	background-color:#dc3545;
	color:white;
}

.green-bg  {
	background-color:#28a745;
	color:white;
}

/**
* CSS 
*/

.panel-SinBordes{
	border: 30px;
}

.panel-SinBordes>.panel-heading{
	display: none;
	height: 0px;
}

.panel-SinBordes>.panel-footer{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: black;
	width: 100%;
	height: 2px;
	
}

.panel-sinBorde {
	border-color: #ddd;
	border: 20px;
	padding: 5px;
}

.panel-sinBorde>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
	height: 40px;
	font-family:'Microsoft Sans Serif';
	font-size: 16pt;
	font-weight: bold;
	font-style:normal; 
	cursor:pointer
}

.panel-sinBorde>.panel-heading+.panel-collapse>.panel-body {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
	border-top-color: #ddd;
	height: 40px;
	font-family:'Microsoft Sans Serif';
	font-size: 16pt;
	font-weight: bold;
	font-style:normal; 
	cursor:pointer
}

.panel-sinBorde>.panel-heading .badge {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-sinBorde>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: rgb(192, 192, 192);
}

.btn-specialButton {
	box-shadow: 0 2px 4px #555;
	margin-bottom: 1px;
	margin-right: 3px;
	margin-top: 1px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	background-color: #c60b44;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: white;
	cursor: pointer;
	text-indent: 0;
	border-bottom-color: #797979;
	border-left-color: #797979;
	border-right-color: #797979;
	border-top-color: #797979;
	border-style: solid;
	border-width: 0
}

.btn-specialButton.focus, .btn-specialButton:focus {
	box-shadow: 0 2px 4px #555;
	margin-bottom: 1px;
	margin-right: 3px;
	margin-top: 1px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	background-color: #e80d4f;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: white;
	cursor: pointer;
	text-indent: 0;
	border-bottom-color: #797979;
	border-left-color: #797979;
	border-right-color: #797979;
	border-top-color: #797979;
	border-style: solid;
	border-width: 0
}

.btn-specialButton:hover {
	box-shadow: 0 2px 4px #555;
	margin-bottom: 1px;
	margin-right: 3px;
	margin-top: 1px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	background-color: #e80d4f;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: white;
	cursor: pointer;
	text-indent: 0;
	border-bottom-color: #797979;
	border-left-color: #797979;
	border-right-color: #797979;
	border-top-color: #797979;
	border-style: solid;
	border-width: 0
}

.texto_bloque {
	padding-right: 3pt;
	white-space: nowrap;
	border-style: none;
	border-width: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #747474;
}

.texto_encabezado {
	padding-right: 3pt;
	white-space: nowrap;
	border-style: none;
	border-width: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #747474;
}

.btn-primary-laptop {
	background-color: transparent;
	border-color: transparent;
	width: 65px;
	height: 65px;
	background-image:url(/wwwrooting/img/laptop.png);
	background-repeat: no-repeat;
	background-position: center
}

.btn-primary-laptop.focus, .btn-primary-laptop:focus {
	background-color: transparent;
	border-color: transparent;
	width: 65px;
	height: 65px;
	background-image:url(/wwwrooting/img/laptop.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.7;
	filter: alpha(opacity = 50);
}

.btn-primary-laptop:hover {
	background-color: #e5e5e5;
	border-color: transparent;
	width: 65px;
	height: 65px;
	background-image:url(/wwwrooting/img/laptop.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1.0;
	filter: alpha(opacity = 100);
}

.btn-primary-printer {
	background-color: transparent;
	border-color: transparent;
	width: 65px;
	height: 65px;
	background-image:url(/wwwrooting/img/printer.png);
	background-repeat: no-repeat;
	background-position: center
}

.btn-primary-printer.focus, .btn-primary-printer:focus {
	background-color: transparent;
	border-color: transparent;
	width: 65px;
	height: 65px;
	background-image:url(/wwwrooting/img/printer.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.7;
	filter: alpha(opacity = 50);
}

.btn-primary-printer:hover {
	background-color: #e5e5e5;
	border-color: transparent;
	width: 65px;
	height: 65px;
	background-image:url(/wwwrooting/img/printer.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1.0;
	filter: alpha(opacity = 100);
}

.modal-contentMsn {
	position: fixed;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	top:50%;
	left: 50%; 
	
	transform: translate(-50%, -120%);
    -webkit-transform:translate(-50%, +123%); 
 	width: 700px; 

}

.modal-contentMsn1 {
	position: fixed;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	top:50%;
	left: 50%; 
	
	transform: translate(-50%, -120%);
    -webkit-transform:translate(-50%, +40%); 
 	width: 700px; 

}

/**   estilos para las tablas en modulos de ingresos*/
.tableIng{
	background-color: #c60b44;
	margin-bottom: 1pt;
	margin-left: 1pt;
	margin-right: 1pt;
	margin-top: 1pt;
	padding-bottom: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 3px;
	border-style: none;
	border-width: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-indent: 5px;
	border-spacing: 0;
	border-collapse: collapse
}
.tableIng-bordered {
	border: 1px solid #ddd
}

.tableIng-bordered>tbody>tr>td,
.tableIng-bordered>tbody>tr>th
	{
	border: 1px solid #ddd
}

.tableIng-striped>tbody>tr:nth-of-type(odd) {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #f0f0f0;
	text-align: left;
	text-indent: 5px;
	border-spacing: 0;
	border-collapse: collapse;
	height: 20px;
}

.tableIng-striped>tbody>tr:nth-of-type(even) {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: #e5e5e5;
	text-align: left;
	text-indent: 5px;
	border-spacing: 0;
	border-collapse: collapse;
	height: 20px;
}

.tableIng-hover>tbody>tr:hover {
	background-color: #f4b5b3;
}

.tableIng>tbody>tr>td,
.tableIng>tbody>tr>th,
.tableIng>tfoot>tr>td,
.tableIng>tfoot>tr>th,
.tableIng>thead>tr>td,
.tableIng>thead>tr>th
	{
	padding: 5px;
	line-height: 1;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.tableIng>thead>tr>td,
.tableIng>thead>tr>th{
	color: #fff;
	background-color: transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	border-spacing: 0;
	border-collapse: collapse;
	height: 20px;
	padding: 5px;
	line-height: 1;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.tableIng>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.tableIng>caption+thead>tr:first-child>td,
.tableIng>caption+thead>tr:first-child>th,
.tableIng>colgroup+thead>tr:first-child>td,
.tableIng>colgroup+thead>tr:first-child>th,
.tableIng>thead:first-child>tr:first-child>td,
.tableIng>thead:first-child>tr:first-child>th
	{
	border-top: 0
}

.tableIng>tbody+tbody {
	border-top: 2px solid #ddd
}


.Atributo{
	border-bottom-color: #d3d4d3;
	border-left-color: #d3d4d3;
	border-right-color: #d3d4d3;
	border-top-color: #d3d4d3;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	color: #333
}

.label-specialButton {
	box-shadow: 0 2px 4px #555;
	margin-bottom: 1px;
	margin-right: 3px;
	margin-top: 1px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	background-color: #c60b44;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: white;
	cursor: pointer;
	text-indent: 0;
	border-bottom-color: #797979;
	border-left-color: #797979;
	border-right-color: #797979;
	border-top-color: #797979;
	border-style: solid;
	border-width: 0
}

.Titulo {
	font-family: 'Microsoft Sans Serif';
	font-size: 16.0pt;
	font-weight: bold;
	font-style: normal;
	color: #808080
}



/*PANEL SIN ENCABEZADO Y CON FONDO DE COLOR*/
.panel-noHead {
	border-color: #a3a3a3 /*#a3a3a3*/
}

.panel-noHead>.panel-heading>.panel-title {	
	height: 0px;
	display: none
}

.panel-noHead>.panel-heading {
	height: 0px;
	display: none
}

.panel-noHead>.panel-body {
	color: #000000;   
	background-color: #F6FEF7;
	border-color: #000000;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.panel-noHead>.panel-heading+.panel-collapse>.panel-body {
	height: 0px;
	display: none
}

.panel-noHead>.panel-heading .badge {
	height: 0px;
	display: none 
}

.panel-noHead>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#a3a3a3 
}

/*ESTILOS PARA LAS LIGAS DE LOS TABS*/

aliga {
	color: #ffffff;
	text-decoration: blink;
	background-color: transparent;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-color: white;
	border-radius: 6px 6px 0 0; 
	padding:5px ; 
	border:1px;
}

aliga:focus,aliga:hover {
	color: #000000;
	text-decoration: blink;
	cursor: pointer;
	background-color: #eaeaea;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-color: white;
	border-radius: 6px 6px 0 0; 
	padding:5px ; 
	border:1px;
}

aliga:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-shadow: black;
}

aliga:visited {
	text-decoration: none;
	text-decoration: blink;
	cursor: pointer;
	background-color: transparent;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-color: white;
	border-radius: 6px 6px 0 0; 
	padding:5px ; 
	border:1px;
}

.label-validation-hide{
	font-size: 8pt;
	color: #ff0000;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: none;
}

.label-validation-show{
	font-size: 8pt;
	color: #ff0000;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.btn-main-header {
    color: #545454 !important;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    border: 0px;
    border-radius: 0px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 20px !important;
    /*background-color: #393C3E !important;*/
}

.usr-id-header {
    color: #fff !important;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
}
.label-title-folder {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
	color: #A62248;
}
.divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.caretTree {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}
.nestedTree {
  display: none;
}
.activeTree {
  display: block;
}
.container {
  height:95%;
  min-height:94%; 
}
html, body {
  height: 100%
}

/**** Modal Loader ****/
.modalB {
	display:none; 
	position:fixed; 
	z-index:1010;
	overflow: auto;
    background: rgba( 0, 0, 0, 0.7);
	top:0; 
    left:0; 
    height:100%; 
    width:100%;
}

.modalDocto {
	z-index:1051 !important;
}

.rueda{
	animation: giro 1s linear infinite;
    border-radius: 50%;
    border: 5px solid rgb(113, 194, 204);
  	border-left-color: transparent;
    position: fixed;
    top: calc(50% - 40px);
  	left: calc(50% - 40px);
    height: 80px; 
    width: 80px;
}

.cabezaTlaloc {
    width: 70px;
    height: 70px;
    border-radius: 50%;
/*     background-color: rgba( 0, 0, 0, 0.6); */
    background: transparent url(/siga/wwwrooting/img/tlaloc_procesando.png) 25% 25%;
    background-repeat: no-repeat;
	background-position: center;
    top: calc(50% - 35px);
  	left: calc(50% - 35px);
    position: fixed;
}

.ruedaoscuro{
	animation: giroOp 1s linear infinite;
    border-radius: 50%;
    border: 5px solid rgb(81, 177, 219);
  	border-left-color: transparent;
    position: fixed;
    top: calc(50% - 50px);
  	left: calc(50% - 50px);
    height: 100px; 
    width: 100px;
}	

@keyframes giro {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes salto {
    from { transform: scaleX(1.25); }
    to{ transform: translateY(-10px) scaleX(1); }
}

@keyframes giroOp {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}

/****  Modal Loader ****/

/* Listados */
.table-condensed tr th {font-size: 11px; font-weight: bold; color: #f5f5f5 !important; background-image: linear-gradient(to bottom,#ad997c 0,#665030 100%); border-color: #ccc; align: center;}
table {text-align: left; position: relative; border-collapse: collapse;}
th {position: sticky; top: 0;}
.table-condensed th {border: 1px solid #ddd;}
.boton_1 {text-align:center;background-color:#e0e0e0;border:1px solid #bbb;border-radius: 4px;}
.dispInBlock {display:inline-block; vertical-align: middle;}
.dispW30 {width:30px;}
.objListado {border: 1px solid #ddd;background: #ffffff;overflow-y: auto;overflow-x: hidden;margin: auto;}
.objListadoX {border: 1px solid #ddd;background: #ffffff;overflow-y: auto;overflow-x: auto;margin: auto;}
.linkListado {color: #545454  !important; font-size: 12px;	display: inline-block;	width: 100% !important;	height: 100% !important; cursor: pointer; float: none; align-items: center;}
.objCuadTit {font-size: 11px; font-weight: bold; color: #f5f5f5 !important; background-image: linear-gradient(to bottom,#ad997c 0,#665030 100%); border-color: #ccc; text-align: center;height: 20px !important;vertical-align: middle;}
.objCuadRow{padding: 5px; line-height: 1; vertical-align: top; border: 1px solid #ddd;}
.objCuadRow>label{font-size: 11px;}

.objCuadricula {border: 0px;background: #ffffff;overflow-y: hidden; overflow-x: auto;margin: auto;max-width: calc(100% - 10px);}

/* Filtro */
.EFiltro {COLOR:3A3A3A;font-size:8pt;font-weight:normal;border: 1px solid #ccc;height:22px !important;border-radius: 4px;}	
.EEtiquetaF {font-size: 8pt; color: #3A3A3A;height:22px; text-align: center;}
.ECircle {font-size: 8pt; color: #3A3A3A;height:22px; text-align: center; border-radius: 50%; border-color: #586D80;} 
.objFiltro {background: #fff;padding: 8px;}

/* Panel */ 
.ETablainfo-boldPanel {padding:3px; text-align:center;}   
.btnPnl {font-family : Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;  font-size: 11px;}
.objPanel {background: #fff;padding: 8px;}

/* Arbol */
.objArbol {border: 1px solid #ddd;background: #ffffff;overflow-y: auto;overflow-x: hidden;}
.objRama {font-family : Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;  font-size: 11px; color: #3A3A3A;cursor: pointer;}

/* P�gina 1100002 */

.main-head {height: 110px; background: #FFF;}
.sidenav {height: 100%; background-color: #545454; overflow-x: hidden; padding-top: 20px; background-image: url("/siga/wwwrooting/img/login.png");    background-repeat: no-repeat;    background-size: 100% 100%;}
.main {padding: 0px 10px;}
	
@media screen and (max-height: 450px) { .sidenav {padding-top: 15px;} }
@media screen and (max-width: 450px) { .login-form{margin-top: 10%;} .register-form{margin-top: 10%;} }
@media screen and (min-width: 768px) { .main{margin-left: 40%; } .sidenav{width: 40%; position: fixed; z-index: 1; top: 0; left: 0;} .login-form{margin-top: 50%;} .register-form{margin-top: 10%;} }

.login-main-text {margin-top: 10%; padding: 60px; color: #fff; font-size: 16px; font-weight: bold;}
.login-main-text h2 {font-weight: 300;}
.btn-black {font-size: 13px !important}

.LinkMenu {COLOR: #BBBBBB; font-weight: normal; text-decoration: none;}
.EM {font-weight: normal;border-bottom: 1px solid white;}


/* P�gina 1100009 */

.btn-home {font-size:20px;}
.top-buffer, .vertical-buffer {margin-top: 64px;}
.bottom-buffer-sm {margin-bottom: 10px;}
.media-body {font-size:14px;}

/* Modal */
.frm_page {border:0px; width:100%;}

.ul {list-style-type: none;}
.li {font-size:12px;}
.ul span {padding-bottom:10px;font-size:12px;font-weight:bold !important;}

/* Colapsable */
.panel-bg {
	background-color: rgb(127, 25, 48);
	color: #f5f5f5;
    border-color: #ddd;	
    padding: 5px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-sizing: border-box;
 }
 .panel-color {
	color: #fff  !important;
	font-size: 12px;
	display: inline-block;
	width: 90% !important;
	cursor: pointer;	
 }   
 .control-error {
    border-color: #D0021B;
 }
 .control-error_LBL {
    color: #D0021B;
 }    
 .margin-auto {
    margin:auto;
 }        
 .margin-padding-15px{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;   
 }
 
 /*checkbox*/
 input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance:none;
    position: inherit;
    -webkit-padding-start: 2px;
    -moz-padding-start: 1px;
    width: 16px;
    height: 16px;
    border: 1px solid #929292;
    border-radius: .2em;
    cursor: pointer;
}

 input[type="checkbox"].title {
    border: 1px solid white;
}

input[type="checkbox"]:checked::after {
    font-family: "Glyphicons Halflings";
    content: "\e013";
    color: #A62248; 
    position: inherit;
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: lighter;
    cursor: pointer;
    background-color: transparent;
}

input[type="checkbox"].cross:checked::after,
input[type="checkbox"].cross:checked,
input[type='checkbox'][disabled].cross:after,
input[type='checkbox'][disabled].cross {
    content: "";
    color: #7d0000 !important; 
    background-color:#7d0000 !important;
}

input[type="checkbox"].success:checked::after,
.success>input[type="checkbox"]:checked::after
 {
    color: 	#449d44;
    font-weight: bold; 
}

input[type="checkbox"].info:checked::after {
    color: 	#0e8aaf;
    font-weight: bold; 
}

input[type="checkbox"].warning:checked::after {
    color: 	#ff8f15;
    font-weight: bold; 
}

input[type='checkbox'][disabled]:after,
input[type='checkbox'][disabled]
{
    position: inherit;
    opacity: 0.8;
    background-color: #e1e1e1;
    cursor: not-allowed;
}

.cuadricula_disable_add{
	pointer-events: none;
	cursor: not-allowed;
}
.body_noscroll {
	-webkit-scrollbar-display: none;
	-webkit-scrollbar-width: 0;
	-ms-overflow-style: none;
}

.html_noscroll {
	scrollbar-width: none;
}

.notificaSCMC {
    color: #fff !important;
    width: 45px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border: 0px;
    border-radius: 0px;
    top: -4px !important;
    margin-left: 3px;
    margin-right: 3px;
    font-size: large !important;
}

.wellp {
	padding-bottom: 3px;
	padding-left: 4px;
	margin-bottom: 4px;
	background-color: inherit;
	border: 4px solid #bdbdbd;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.wellcaducado {
	border: 4px solid var(--danger-border);  

}

.wellentiempo {
	border: 4px solid var(--primary);
}

.wellenespera {
	border: 4px solid var(--wait-border);
}

.wellenerror {
	border: 4px solid var(--error-border);
}

.likeButton {
	box-shadow: 0 2px 4px #555;
	margin-left: 8px;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: var(--primary);
	border-radius:5px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	cursor: none;
	height: 34px;
	padding-top: 4px;
}

.noaplica{
	opacity: 0.6;
}

.ontime{  
	background-color: var(--primary);
}

.caducado{
	background-color: var(--danger-border);
}

.likeButton_outlined {
	box-shadow: 3px -2px 2px #9c9999;
	margin-right: 20px;
	margin-left: 20px;
	border-radius:5px;
	font-size: 12px;
	font-weight: bold;
	cursor: none;
	text-indent: 0;
	border-color: var(--wait-border);
	border-style: solid;
	border-width: 0;
	cursor: default;
}

.outlined_caducado{
	box-shadow: 3px -2px 2px var(--danger-border);
	border-color: var(--danger-border);
	color: var(--danger-border);
}

.outlined_success{
	box-shadow: 3px -2px 2px var(--primary);
	border-color: var(--primary);
	color: var(--primary);
}

.likeButton_outlined>label+span, 
.likeButton_outlined>label+span+span,
.likeButton_outlined>label+span+span+span {
	border-radius: 50%;
	height: 25px;
	min-width: 25px;
	max-width: 35px;
	width: auto;
	border: groove;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px;
	font-size: 11;
	margin-right: 3px;
	margin-top: 3px;
	text-align: center;
	
}

.mdl_docto{
	width: -moz-available;
	height: 650px;
}


.table-adeudo > tbody > tr > td {
	font-size: 12px;
	text-align: right;
}

.table>tbody>tr.rqempresa>td,.table>tbody>tr.rqempresa>th,.table>tbody>tr>td.rqempresa,.table>tbody>tr>th.rqempresa,.table>tfoot>tr.rqempresa>td,.table>tfoot>tr.rqempresa>th,.table>tfoot>tr>td.rqempresa,.table>tfoot>tr>th.rqempresa,.table>thead>tr.rqempresa>td,.table>thead>tr.rqempresa>th,.table>thead>tr>td.rqempresa,.table>thead>tr>th.rqempresa{
	background-color: #F2E1F6;
}

.table>tbody>tr.rqempresa-bold>td,.table>tbody>tr.rqempresa-bold>th,.table>tbody>tr>td.rqempresa-bold,.table>tbody>tr>th.rqempresa-bold,.table>tfoot>tr.rqempresa-bold>td,.table>tfoot>tr.rqempresa-bold>th,.table>tfoot>tr>td.rqempresa-bold,.table>tfoot>tr>th.rqempresa-bold,.table>thead>tr.rqempresa-bold>td,.table>thead>tr.rqempresa-bold>th,.table>thead>tr>td.rqempresa-bold,.table>thead>tr>th.rqempresa-bold{
	background-color: #ECCEF5;
}

.table>tbody>tr.rqfiscalizacion>td,.table>tbody>tr.rqfiscalizacion>th,.table>tbody>tr>td.rqfiscalizacion,.table>tbody>tr>th.rqfiscalizacion,.table>tfoot>tr.rqfiscalizacion>td,.table>tfoot>tr.rqfiscalizacion>th,.table>tfoot>tr>td.rqfiscalizacion,.table>tfoot>tr>th.rqfiscalizacion,.table>thead>tr.rqfiscalizacion>td,.table>thead>tr.rqfiscalizacion>th,.table>thead>tr>td.rqfiscalizacion,.table>thead>tr>th.rqfiscalizacion{
	background-color: #F6F9E0;
}

.table>tbody>tr.rqfiscalizacion-bold>td,.table>tbody>tr.rqfiscalizacion-bold>th,.table>tbody>tr>td.rqfiscalizacion-bold,.table>tbody>tr>th.rqfiscalizacion-bold,.table>tfoot>tr.rqfiscalizacion-bold>td,.table>tfoot>tr.rqfiscalizacion-bold>th,.table>tfoot>tr>td.rqfiscalizacion-bold,.table>tfoot>tr>th.rqfiscalizacion-bold,.table>thead>tr.rqfiscalizacion-bold>td,.table>thead>tr.rqfiscalizacion-bold>th,.table>thead>tr>td.rqfiscalizacion-bold,.table>thead>tr>th.rqfiscalizacion-bold{
	background-color: #F4F6CF;
}

.table>tbody>tr.rqcartainvitacion>td,.table>tbody>tr.rqcartainvitacion>th,.table>tbody>tr>td.rqcartainvitacion,.table>tbody>tr>th.rqcartainvitacion,.table>tfoot>tr.rqcartainvitacion>td,.table>tfoot>tr.rqcartainvitacion>th,.table>tfoot>tr>td.rqcartainvitacion,.table>tfoot>tr>th.rqcartainvitacion,.table>thead>tr.rqcartainvitacion>td,.table>thead>tr.rqcartainvitacion>th,.table>thead>tr>td.rqcartainvitacion,.table>thead>tr>th.rqcartainvitacion{
	background-color: #E6F9E1;
}

.table>tbody>tr.rqcartainvitacion-bold>td,.table>tbody>tr.rqcartainvitacion-bold>th,.table>tbody>tr>td.rqcartainvitacion-bold,.table>tbody>tr>th.rqcartainvitacion-bold,.table>tfoot>tr.rqcartainvitacion-bold>td,.table>tfoot>tr.rqcartainvitacion-bold>th,.table>tfoot>tr>td.rqcartainvitacion-bold,.table>tfoot>tr>th.rqcartainvitacion-bold,.table>thead>tr.rqcartainvitacion-bold>td,.table>thead>tr.rqcartainvitacion-bold>th,.table>thead>tr>td.rqcartainvitacion-bold,.table>thead>tr>th.rqcartainvitacion-bold{
	background-color: #D8F7CF;
}

.table>tbody>tr.rqsuspension>td,.table>tbody>tr.rqsuspension>th,.table>tbody>tr>td.rqsuspension,.table>tbody>tr>th.rqsuspension,.table>tfoot>tr.rqsuspension>td,.table>tfoot>tr.rqsuspension>th,.table>tfoot>tr>td.rqsuspension,.table>tfoot>tr>th.rqsuspension,.table>thead>tr.rqsuspension>td,.table>thead>tr.rqsuspension>th,.table>thead>tr>td.rqsuspension,.table>thead>tr>th.rqsuspension{
	background-color: #F8E1E1;
}

.table>tbody>tr.rqsuspension-bold>td,.table>tbody>tr.rqsuspension-bold>th,.table>tbody>tr>td.rqsuspension-bold,.table>tbody>tr>th.rqsuspension-bold,.table>tfoot>tr.rqsuspension-bold>td,.table>tfoot>tr.rqsuspension-bold>th,.table>tfoot>tr>td.rqsuspension-bold,.table>tfoot>tr>th.rqsuspension-bold,.table>thead>tr.rqsuspension-bold>td,.table>thead>tr.rqsuspension-bold>th,.table>thead>tr>td.rqsuspension-bold,.table>thead>tr>th.rqsuspension-bold{
	background-color: #F7CFCE;
}

.text-rojo{
	font-size: 14px;
	font-weight: bolder;
	color: red;
	border-color: red;
}

.icon-rojo{
	color: red;
	font-size: 14px;	
}

.text-verde{
	font-size: 14px;
	font-weight: bolder;
	color: green;
	border: green;
}

.icon-verde{
	color: green;
	font-size: 14px;
}

.texto_before_hr {
	display: block;
	/* width: 100%; */
	padding: 0;
	margin-bottom: 3px;
	font-size: 12px;
	line-height: inherit;
	color: #A62248;
	border: 0;
	font-weight: bold; 
	border-bottom: 0
}

.div-info{
	padding: 5px 5px;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: right;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-radius: 4px;
	width: auto;
}

.div-lbl-info{
	padding: 5px 5px;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: right;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-radius: 4px;
	width: auto;
}

.file-container {
    width: 100%;
    text-align: center;
}

.file-upload
{
	width: 100%;
	display: block;
	background-color: var(--file-container-bg);
	border-radius: var(--file-rounded);
	transition: all 0.3s;
	margin-top: 20px;
	margin-bottom: 20px;
}

.fileCert-upload {
	width: 100%;
	display: block;
	background-color: var(--file-container-bg);
	border-radius: var(--file-rounded);
	transition: all 0.3s;
	margin-top: 5px;
	margin-bottom: 20px;
}

.file-upload:hover,
.fileCert-upload:hover {
	box-shadow: var(--shadow);
}

.file-upload>div {
	background-color: var(--file-bg);
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: -22px;
	border-radius: var(--file-rounded);
	border: 1px dashed var(--file-border-color);
	text-align: center;
	cursor: pointer;
}

.fileCert-upload>div {
	background-color: var(--file-bg);
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: -22px;
	border-radius: var(--file-rounded);
	border: 1px dashed var(--file-border-color);
	text-align: center;
	cursor: pointer;
}

.fileCert-upload>label {
	background-color: var(--file-bg);
	color: var(--wait-border);
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	max-height: 12px;
	height: 12px;
}

/* .fileCert-upload>label>font>span, */
.fileCert-upload>label>span{
	right: -10px;
	color:green;
}

.file-upload>div>i,
.fileCert-upload>div>i {
	font-size: 3.125em;
	color: var(--file-color);
	line-height: 30px;
}

.file-upload>div>span,
.fileCert-upload>div>span {
	line-height: 30px;
	font-size: 14px;
}

.file-upload>div>div,
.fileCert-upload>div>div {
	width: max-content;
	border: 1px solid var(--file-border-color);
	border-radius: var(--file-rounded);
}




