/*agregado por mi para los mensajes de error*/
body {/*fsilva*/
    margin: 0px;
    padding: 0;
    color: #404040;
    font-family: Arial, Helvetica, sans-serif;
    background-color:#EFF2F9;/*#DFE3E8*/
    font-size: 13px;
    scrollbar-face-color:#DDDDDD;
    scrollbar-arrow-color:#444444;
    /*background-image: url(../images/fondo.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
    background: #f8f8f8;
    background-image: url('../images/bg/bg-gris.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/***************************************************
Heredados de bootstrap 4 (Ini)
****************************************************/
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/********* Heredados de bootstrap 4 (fin) **********/
/******************************************
Alternando Tabla (Ini)
******************************************/
.dataTables_wrapper .dataTables_scroll{
    overflow-x: scroll;
    width: calc(100% - 24px);
}
.dataTables_scrollBody{
    overflow: unset !important;
}
.dataTables_scrollHead{
    width: max-content !important;
    overflow: hidden !important;
}
/******** Alternando Tabla (Fin) *********/
.pseudoFielset{
    position: relative;
    padding: 10px 0 0 0;
}
.pseudoFielset label{
    padding: 2px 4px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 8px;
    color: #004370 !important;
    font-size: 12px !important;
    font-weight: bold !important;
}
.pseudoFielset .contentTable{
    border: #c0c0c0 solid 0.5px;
    margin: 0 2px;
    padding: 10px 5px 5px;
}

/*************************************/
.pseudoFielset.typeMenu{
    padding: 0;
}
.pseudoFielset .fakeFielset{
    border: #c0c0c0 solid 0.5px;
    margin: 0 2px;
    padding: 10px 5px 5px;
}
.pseudoFielset.typeMenu .fakeFielset{
    border: #c0c0c0 solid 0.5px;
    margin: 0 2px;
    padding: 5px 5px 5px;
}
/*** Fin ***/



.header-logo {
    padding-top: 25px;
    padding-bottom: 5px;
}

.header-title {
	font-family: "Helvetica";/*"Segoe UI"*/
    font-size: 20px;
    font-weight: bold;
    padding: 7px;
    color: #3D3D3C;/*#939393*/
}

.login-body {
	padding-top: 25px !important;
    padding-bottom: 15px;
}

.login-baner {
	padding-top: 50px !important;
	/*height: 41em !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: -1;*/
}


.div-user {
    padding-top: 18px !important;
}

.div-pass {
    padding-top: 24px !important;
}

.div-dep {
	padding-top: 31px !important;
    /*margin-top: 50px !important;*/
}

.user-icon {
  position: absolute;
  left: -0px !important;
}

.user-icon-dep {
	position: absolute;
    margin-left: -13px !important;
    margin-top: -62px !important;
    z-index: 2000;
}

.lbl-user {
    margin-left: 20px !important;
    color: #7c7c7c;
    font-size: 13px;
    font-family: "Helvetica";
}

.lbl-dep {
    position: absolute;
    margin-left: 20px !important;
    margin-top: -58px !important;
    z-index: 2000;
    color: #3D3D3C;
    font-size: 13px;
    font-family: "Helvetica";
}

/*****************************************************************/
label {
  font-size: 0.8rem;
  color: #9e9e9e;
}

.wrap-input100 {
   width: 100% !important;
   position: relative !important;
   border-bottom: 1px solid #939393;
}

.input100 {
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 27px;
  background: transparent;
  padding: 0 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  border: none !important;
  margin-left: 15px !important;
}

input:focus {
	background-color: #fff !important;
}

/*---------------------------------------------*/ 
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;

}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #6a7dfe;
  background: -webkit-linear-gradient(left, #308BDC, #00B187);
  background: -o-linear-gradient(left, #308BDC, #00B187);
  background: -moz-linear-gradient(left, #308BDC, #00B187);
  background: linear-gradient(left, #308BDC, #00B187);
  
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.focus-input100::after {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #999999;
  line-height: 1.2;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0px;
  padding-left: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.input100:focus + .focus-input100::after {
  top: -15px;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::after {
  top: -15px;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

/*****************************************************************/

.txt-padding {
	padding: 3px;
}

.txt-padding-a {
	padding: 3px;
}

.lbl-a {
    text-decoration: none !important;
    color: #3D3D3C !important;/*#949494 */
    font-size: 13px !important;
    font-family: "Helvetica";
}

.lbl-a:hover {
	color: #4E8CCA !important;
}

.lbl-a-footer:hover {
    color: #4E8CCA !important;
}

.lbl-a-footer {
	text-decoration: none !important;
    color: #fff !important;/*#4FB369*/
    font-size: 13px !important;
    /*font-weight: bold;*/
}

.lbl-footer-1 {
	font-size: 13px;
    color: #fff;/*#737373*/
    text-align: left;
    font-weight: bold;
    font-family: "Helvetica";
}

.lbl-footer {
    font-size: 14px;
    color: #fff;
}

.login-footer {
    padding-top: 5px;
    padding-bottom: 22px;
    padding-left: 35px;
    padding-right: 35px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

.footer-3 {
	color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    font-family: "Helvetica";
}

@media (min-width: 1200px){
	.container {
		max-width: 1290px !important;
	}
}

@media screen and (max-width:800px ){
	.header-logo {
		text-align: center;
		padding-top: 0px !important;
	}
	
	.header-title {
		text-align: center;
	}
	
	.login-footer {
        width: 100% !important;
    }

    .lbl-footer-1 {
        text-align: center !important;
    }

    .lbl-footer {
        text-align: center;
    }

    .footer-3 {
        text-align: center;
    }
    
    .login-body {
		padding-top: 5px !important;
	    padding-bottom: 5px !important;
	}
    
    .login-baner {
		padding-top: 0px !important;
		width: 0px !important;
    	height: 0px !important;
	}
}

.btn-style {
	background: #4E8CCA !important; /*#4FB369 */
    color: #FFF !important;
    background: #4E8CCA !important;
    color: #FFF !important;
    height: 45px !important;
    border: 1px solid #949494 !important;
    border-radius: 13px !important;
    padding: 0 10px 0px 10px !important;
    height: 36px !important;
    font-family: "Helvetica" !important;
}

.btn-style:hover {
	background: #4E8CCA !important; /*#3e9154 */
    color: #fff !important;
}

.fondo-login {
	background: -webkit-linear-gradient(left, #003e76,#00b187 99%);
    background: -o-linear-gradient(left, #003e76,#00b187 99%);
    background: -moz-linear-gradient(left, #003e76,#00b187 99%);
    background: linear-gradient(left, #003e76,#00b187 99%);
}

.ui-messages-info, .ui-messages-warn, .ui-messages-error, .ui-messages-fatal {
    border:1px solid;
    margin:10px 0;
    padding:10px;
}
.ui-messages-info, .ui-message-info {
    background-color:#BDE5F8;
    color:#00529B;
}

.ui-messages-info-icon, .ui-messages-warn-icon, .ui-messages-error-icon, .ui-messages-fatal-icon {
    height:24px;
    margin-top:-4px;
    width:24px;
}
.ui-message-info-icon, .ui-message-warn-icon, .ui-message-error-icon, .ui-message-fatal-icon {
    height:16px;
    width:16px;
}
.ui-messages-info-summary, .ui-messages-warn-summary, .ui-messages-error-summary, .ui-messages-fatal-summary, .ui-message-info-summary, .ui-message-warn-summary, .ui-message-error-summary, .ui-message-fatal-summary {
    font-weight:bold;
    margin-left:10px;
}
.ui-messages-info-detail, .ui-messages-warn-detail, .ui-messages-error-detail, .ui-messages-fatal-detail, .ui-message-info-detail, .ui-message-warn-detail, .ui-message-error-detail, .ui-message-fatal-detail {
   /* margin-left:5px;*/
}
.ui-messages-warn, .ui-message-warn {
    background-color:#FEEFB3;
    color:#9F6000;
}
.ui-messages-error, .ui-message-error {
    background-color:#FFBABA;
    color:#D8000C;
}
.ui-messages-fatal, .ui-message-fatal {
    background-color:#CC0000;
    color:#000000;
}
.ui-messages ul {
    list-style-type:none;
    margin:0 0 0 25px;
    padding:0;
}

.ui-messages-info-icon {
    background-position:0 -68px;
}
.ui-messages-warn-icon {
    background-position:0 -102px;
}
.ui-messages-error-icon {
    background-position:0 0;
}
.ui-messages-fatal-icon {
    background-position:0 -34px;
}

/*agregado por mi para los mensajes para las tablas*/

.ui-datatable table {
    border-collapse:collapse;
    width:100%;
}


.ui-datatable .ui-datatable-header, .ui-datatable .ui-datatable-footer {
    padding:4px 8px;
    text-align:center;
}
.ui-datatable .ui-datatable-header {
    border-bottom:0 none;
}
.ui-datatable .ui-datatable-footer {
    border-top:0 none;
}
.ui-datatable th, .ui-datatable tfoot td {
    padding:4px 8px;
    text-align:center;
    white-space:nowrap;
    font-size:12px;
}
.ui-datatable-data, .ui-datatable-data-empty {
}

.ui-datatable-data tr:hover{background: #fdf5ce; color: #c77405; cursor: pointer; outline: 1px solid #fbcb09;}
.ui-datatable-data tr:hover td{border: 1px solid #fbcb09;}

/*ecueva*/
.ui-datatable-data row_selected {background: #fdf5ce; color: #c77405;outline: 1px #fbcb09;}

/*.row_selected {background: #fdf5ce; color: #c77405;outline: 1px #fbcb09;}*/

.ui-datatable .ui-datatable-data td, .ui-datatable .ui-datatable-data-empty td {
    border:1px solid #9DB9DC;
    padding:3px 5px;
}

.ui-datatable-fixed table {
    border-collapse:collapse;
    width:100%;
    table-layout:fixed;
}

.ui-datatable-fixed tbody td, .ui-datatable-fixed .ui-datatable-fixed-data-empty td {
    border:1px solid #9DB9DC;
    padding:4px 5px;
    overflow:hidden;
    /*white-space:nowrap;*/
}

.ui-datatable-fixed tbody tr:hover{background: #fdf5ce; color: #c77405; cursor: pointer; outline: 1px solid #fbcb09;}
.ui-datatable-fixed tbody tr:hover td{border: 1px solid #fbcb09;}
/*
.row_select {color: #004370; outline: 2px solid #fbcb09;}
.row_select td{border: 1px solid #fbcb09;}

.ui-datatable-fixed tbody tr:focus{background: #fdf5ce; color: #c77405; outline: 1px solid #fbcb09;}
.ui-datatable-fixed tbody tr:focus td{border: 1px solid #fbcb09;}
*/

.ui-datatable .ui-paginator {
    margin:0;
    padding:2px;
    text-align:center;
}
.ui-datatable .ui-paginator-top {
    border-bottom:0 none;
}
.ui-datatable .ui-paginator-bottom {
    border-top:0 none;
}
.ui-datatable .ui-sortable-column {
    cursor:pointer;
}
.ui-datatable .ui-sortable-column-icon {
    float:right;
}
.ui-datatable .ui-column-filter {
    display:block;
    margin:auto;
    width:100px;
}
.ui-datatable .ui-expanded-row {
    border-bottom:0 none;
}
.ui-datatable .ui-expanded-row-content {
    border-top:0 none;
}
.ui-datatable .ui-row-toggler {
    cursor:pointer;
}
.ui-datatable .ui-cell-editor-input {
    display:none;
}
.ui-datatable .ui-row-editor-column {
}
.ui-datatable .ui-row-editor {
}
.ui-datatable .ui-row-editor span {
    cursor:pointer;
    float:left;
}
.ui-datatable tr.ui-state-highlight {
    cursor:pointer;
}
.ui-datatable .ui-selection-column {
    width:20px;
}
.ui-datatable-cab{background: #B4C4E7;}
.ui-datatable-odd{background: #F6F6F6;}
.ui-datatable-even {background: #FFFFFF;}

.ui-datatable-scrollable {
}
.ui-datatable-scrollable-header {
}
.ui-datatable-scrollable-body {
    overflow:auto;
}
.ui-datatable-fixed-scrollable-body {
    overflow:auto;
}
.ui-datatable-scrollable .ui-datatable-scrollable-body table, .ui-datatable-scrollable .ui-datatable-scrollable-header table, .ui-datatable-scrollable .ui-datatable-scrollable-footer table {
    width:auto;
}
.ui-datatable-fixed-scrollable .ui-datatable-fixed-scrollable-body table, .ui-datatable-fixed-scrollable .ui-datatable-fixed-scrollable-header table, .ui-datatable-fixed-scrollable .ui-datatable-fixed-scrollable-footer table {
    width: 100%;
}
.ui-datatable .ui-widget .ui-datatable-scrollable{
    width: 100%
}
.ui-datatable a{
    color: #228EF1;
}
.ui-datatable a:hover{
    color: blue;
}

.txt_footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #004370;
    text-decoration: none;
    text-align: left;
}
.txt_footer a {
    color: #428BCA;
}

.txt_footer a:hover {
    color: #5CB85C;
}

#titulo_interno {
    color:#004370;
    font-family:Arial,Helvetica,sans-serif;
    font-size:24px;
    font-weight:normal;
    line-height:28px;
    text-align:center;
    text-decoration:none;
    padding-top: 8px;
}

#main_links {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}
#main_links:hover{
    color:#EA5932;
    font-weight: normal;
}

#txt_nav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #004370;
    text-decoration: none;
    text-align: left;
    padding-top: 8px;
}
.txt_nav2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #004370;
    text-decoration: none;
    text-align: left;
}

.txt_nav2  > a {
    color: #004370;
}
.txt_nav2 > a:hover,
.txt_nav2 > a:focus {
    text-decoration: underline;
    color: #5CB85C;
}
.txt_nav2 > a:link {
    text-decoration: linen;
}


/************************************/
/*****************************/
/* Aqui Nuevos Cambios*/
/*****************************/

/*
#ulMenu{ padding: 10px;}
#ulMenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;

        }
#ulMenu ul li {
background-image: url(../images/ico_bullet.png);
background-repeat: no-repeat;
background-position: 0;
padding-left: 30px;
}
#ulMenu td { padding: 10px; }

*/

/*
#menuSio a.menu_lista {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    text-align: left;
    line-height: 20px;
}

#menuSio a.menu_lista:hover {
    color:#EA5932;
    font-weight: normal;
}

#menuSio a.menu_offline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #999;
    text-decoration: none;
    text-align: left;
    line-height: 20px;
    pointer-events: none;
    cursor: default;
}

*/
/*****************************/
/* DESDE AQUI ERA EL ORIGINAL*/
/*****************************/


/*
body{
    margin: 0px;
    padding: 0;
    color: #404040;
    font-family: Arial, Helvetica, sans-serif;
    background-color:#DFE3E8;
    font-size: 11px;
    scrollbar-face-color:#DDDDDD;
    scrollbar-arrow-color:#444444;
}*/


/*FORM*/
form, ul, div{
    margin: 0px;
}

a {
    color: #fff;
    /*text-decoration: none;*/
    /*font-size: 0.9em;*/
}
h3{
    text-align: center;
    color: #004080;
}

a:hover {
    color: #228EF1;
}

input, select, textarea, .inputGrid {
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 14px; COMENTADO*/ 
    font-weight: normal;
    color: #333333;
    background-color: #ffffff;
    padding: 2px 1px;
    border: 1px solid #AAA;
    text-transform: uppercase;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;    
    -webkit--box-sizing: border-box;
    
    
}
select, textarea{
    text-transform: uppercase;
    min-height: 22px;
}

input[disabled]{
    background-color: #A2A7AF;
    color: #333333;
}

select[disabled] {

    color: #333333;
}

input[readonly]{
    color: #333333;
    background-color: #EFF3F7;
    /*    background-color: #F0F0F0;*/
}

input[type=checkbox] {
    padding: 3px;
    border: none;
    background-color: transparent;
}

input[type=radio] {
    padding: 3px;
    border: none;
    background-color: transparent;
}

/*fieldset{border: 1px solid #9DB9DC; padding: 0.3em 0.8em;}*/

.enlaceSimple a{
    text-decoration:none;
    color:#084D86;
}

.enlaceSimple a:hover{
    color: red;
    text-decoration:underline;
}
.td_sombra
{
    /*background: #F6F6F6;*/
    /*border: 1px solid #DDDDDD;*/
    text-align:right;
    color:#004370;
}

.td_right{
    /*background: #F6F6F6;*/
    /*border: 1px solid #DDDDDD;*/
    text-align:right;
    padding: 2px;
}

.th_left
{
    /*background: #F6F6F6;*/
    color:#004370;
}


.tlb{
    border-collapse:collapse;
    background: #FFFFFF;
}
.tlb td{
    padding:2px;
}
.tlbCollapse{
    border-collapse:collapse;
    /*background: #F6F6F6;*/
}

#bcMain{
    /*position:absolute;left:50%; margin:0 0 0 -550px; width: 1200px; padding: 0px; background-color: #fff;1°*/
    /*position:absolute;left:50%; margin:0 0 0 -585px; width: 1200px; padding: 0px; background-color: #fff; ecueva*/
    /*position:absolute;left:1%; width: 98%; padding: 0px; background-color: #fff; */
    position:absolute;min-width:1280px; width: 100%; padding: 0px; 
    
}
#headPanel{
    overflow: hidden;
    border-bottom: 1px solid #7E8083;
    -moz-border-image: -moz-linear-gradient( #308BDC 0%, #00B187 100%);
    -webkit-border-image: -webkit-linear-gradient( #308BDC 0%, #00B187 100%);
    border-image: linear-gradient( #308BDC 0%, #00B187 100%);
    border-image-slice: 1;
    padding-left: 5px !important;
}

#headPanel_top{
    background-color:#FFFFFF;
    /*background-image:url(/recursos/images/banner_top.jpg);*/
    background-position:left center;
    background-repeat:no-repeat;
    height:50px;overflow: hidden;padding:1px;
    
}

.login-txt {
    width: 100%;
}

.login-txt-dep {
	height: 33px !important;
}

.login-btn-ref {
    background: #DFE3E8 !important;
}

#leftPane{
    /*width: 1150px;*/
    /*width: 1185px; ecueva */
    width: 100%;
    overflow: auto;
}
#leftPane .accordion{
    width: 400px; height: 300px; overflow: hidden;
}
#bottomPanel{
    height:50px;
    vertical-align:top;
    padding:0px;
}
#applicationPanel{
    background:#DFE3E8; top: 300px; left: 339px; right: 5px; bottom: 42px;
}
/*
#headPanel a:hover, #applicationPanel a:hover {
    color: #228EF1;
}

#applicationPanel a {
    color: #084D86;
}*/


/*Inicio de Login*/
#dlglogin_principal{
	background-color:#ffffff;
	position:absolute;
	width:420px;
	top:40%;
	left:50%;
	margin:-200px 0px 0px 180px;
	border-radius: 38px;
	-webkit-box-shadow: 7px 9px 28px -11px #125;
    -moz-box-shadow: 7px 9px 28px -11px #125;
    box-shadow: 7px 9px 28px -11px #125;
}

.anlge-bg {
    /*opacity: 0.4;*/
    background: url(".../images/bg/bg-azul_v2.jpg") no-repeat scroll center bottom -120px/100% auto;
}

.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #ffff;
}

.flyer {
	/*width: 750px !important;
    height: 400px !important;*/
    width: 100% !important;
    /*height: 100% !important;*/
}

@media screen and (max-width:800px ){
	.flyer {
		width: 0px !important;
		height: 0px !important;
	}
}

.div-responsive {
	display: none;
	margin: 0px !important;
    padding: 0px !important;
}

.img-footer-res {
	width: 100% !important;
    height: 180px !important;
}

@media screen and (max-width:800px ){
	.div-responsive {
		display: block;
		margin: 0px !important;
    	padding: 0px !important;
	}
	
}

.captcha {
    position: absolute !important;
    left: 10;
    top: 410px !important;
    margin-left: -28px !important;
}

@media screen and (max-width:800px ){
	.captcha {
	    top: 365px !important;
	}
}

.pon-captcha {
	padding-bottom: 65px !important;
}

#dlglogin{
	background-color:#ffffff;
	position:relative;
	padding-left: 18px !important;
}
#dlglogin .input{
    font-family:Arial,Helvetica,sans-serif;
    font-size:20px;
    font-weight:normal;
    padding:4px;
    width:230px;
}

#dlglogin .input16{
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:normal;
    padding:3px;
    color: #004370;
    background-color: #FFFFFF;
    border-color: #cccccc;
    width: 205px;
    padding:4px;
    height: 33px;
}

#dlglogin .ui-button{
    font-size: 12px;
}

#dlglogin input.ui-button {
    padding: 0.8em 1em;
}

#dlgchange{}
#dlgchange .input{
    font-family:Arial,Helvetica,sans-serif;
    font-size:20px;
    font-weight:normal;
    padding:4px;
    width:200px;
}

#titulo_servicios {
    color:#003D75;/*#004370*/
    font-family:Arial,Helvetica,sans-serif;
    font-size:30px;
    font-weight:bold;
    line-height:30px;
    text-align:center;
    text-decoration:none;
    padding-top: 25px !important;
    padding-bottom: 20px !important;
}

#subti_noti {
    color:#333333;
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
    font-weight:bold;
    text-align:left;
    text-decoration:none;
}

.subti_noti {
    color:#333333;
    font-size:16px;
    font-weight:bold;
    text-align:left;
    text-decoration:none;
}


.titulo01 {
    background: #fff;
    width: 400px;
    color: #7E7E7E;/*#CACACC*/
    font-size: 45px;
    font-family: "Segoe UI";
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 55px;
    padding-top: 1px;
    padding-bottom: 5px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    margin-top: 45px;
    /*ext-shadow: 5px 3px 5px #3084BB;*/
}

.titulo02 {
    width: 400px;
    color: #fff;
    font-size: 50px;
    font-family: "Segoe UI";
    font-weight: bold;
    padding-left: 53px;
    padding-top: 1px;
    padding-bottom: 1px;
    /*text-shadow: 5px 3px 5px rgba(154,155,166,1);*/
}

.titulo03 {
    width: 400px;
    color: #fff;
    font-size: 50px;
    font-family: "Segoe UI";
    font-weight: bold;
    padding-left: 53px;
    padding-top: 0px;
    padding-bottom: 10px;
    /*text-shadow: 5px 3px 5px rgba(154,155,166,1);*/
}

.li-br {
	padding-top: 10px !important;
}

table.padded-table10 td { padding:5px 5px 5px 5px; }

/*Fin de Login*/

.actions{
    text-align:center; margin-top:10px; border-top: 1px solid #446995; padding: 6px;
}

.panel
.mainDiv{
    background-color: #02277d; height: 22px; border-top: 1px solid #fff; color: #fff; padding: 2px; min-width: 1120px;
}
.mainDiv table{width: 100%}
.tdRigth1{text-align: right; padding-right: 10px;}
.logout{position: absolute; right: 15px; top: 5px; width: 130px;}
.txtbox{
    border:1px solid #9DB9DC;
    text-transform: uppercase;
    background: #fff;
    padding:1px;
}

.box {
    border: 1px solid #DDDDDD;
    background-color:#F9F9F9;
    position:absolute; /* cuando es absolute no sirve margin: 0px auto*/
    font-weight:bold;
    padding:5px;
    left: 50%;
    top: 50%;
    font-size: 10px;
    height: 80px;
    width: 280px;
    margin-left: -140px;
    margin-top: -60px;
    z-index: 9999;
}
.box2 {
    border: 1px solid #DDDDDD;
    background-color:#F9F9F9;
    position:absolute; /* cuando es absolute no sirve margin: 0px auto*/
    font-weight:bold;
    padding:5px;
    left: 50%;
    top: 50%;
    font-size: 10px;
    height: 139px;
    width: 218px;
    margin-left: -140px;
    margin-top: -60px;
    z-index: 9999;
}
.box .line1{
    font-size: 16px;
    text-align:center;
    float:left;
    width: 200px;
    border-bottom:2px solid silver;
    padding:2px;
}
.box .line2{
    float:left;
    width: 200px;
    font-size: 12px;
    text-align:left;
    padding-top: 10px;
}
.box .image{
    padding: 8px 8px;
    width: 50px;
    height: 50px;
    float: left;
}

.oculto{
    background-color: #CCC;
    display: none;
    position: absolute;
    top: 0pt;
    left: 0pt;
    width: 100%;
    height:100%;
    filter:alpha(opacity=20);
    float:left;
    -moz-opacity:.50;
    opacity:.50;
}
.footerdiv{
    position:fixed; bottom: 0px; z-index: 1000; width: 100%; font-size: 0.9em; height: 16px; padding: 3px; background: #004080; color: #fff;
}
.footerdiv span{font-weight: bold;}

.mensaje{
    color: Navy;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.error{
    color: red;
    font-weight: bold;
    font-family: Arial, sans-serif;
}
.noimage{
    background: url(../images/noimage.jpg) no-repeat center center;
    text-align: center;
}

.ajaxStatus{
    width:48px;height:48px;position: absolute; top:50%;left:50%;margin:-40px 0px 0px -140px;
}

.small{
    font-size: 0.9em;
    color:#004370;
}


/*input:focus, textarea:focus, .inputGrid:focus, select:focus {
    //font-weight: bold;
    border:1px solid #fbcb09;
    background-color: #fdf5ce;
}*/


input:focus, textarea:focus, .inputGrid:focus, select:focus {
    border-color: #66afe9;
    background-color: #F0F7FD;
    outline: 0;
    /*
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    */
}

.right{
    text-align: right;
}
.tdright{
    background-color: #F0F0FE;
    text-align: right;
}

.bold{
    font-weight: bold;
}

.clear{height:5px;clear:both}

.fullwidth{
    width: 900px;
}
.closeBtn{
    text-align: center; margin-top: 5px;
}
.closeBtn a{
    width: 130px; line-height: 1.5em;
}
.closeBtn a div{
    margin: 6px; padding-left: 20px; height: 16px;
}
.closeBtn a div strong{
    line-height: 1.3em;
}

.ui-widget-content
.seleccionado{
    background: #ffd358 repeat-x bottom;
}

/* a .label element inside tooltip */
.tooltip .label {
    color:yellow;
    width:35px;
}

.tooltip a {
    color:#ad4;
    font-size:11px;
    font-weight:bold;
}
.icon_owner_image {background-image: url('../images/iconbar.png'); }

.icon_anclar_right{
    background-repeat: no-repeat;
    background-position: right 0px;
}
.icon_top_right{
    background-repeat: no-repeat;
    background-position: right -16px;
}
.icon_bootom_right{
    background-repeat: no-repeat;
    background-position: right -32px;
}
.icon_half_right{
    background-repeat: no-repeat;
    background-position: right -48px;
}
.icon_full_right{
    background-repeat: no-repeat;
    background-position: right -64px;
}
.icon_plus_zoom{
    background-repeat: no-repeat;
    background-position: right -80px;
}
.icon_minus_zoom{
    background-repeat: no-repeat;
    background-position: left -96px;
}
.icon_clip{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: center -528px;
}
.icon_pdf{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: center -255px;
}
.icon_blanco{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: center -272px;
}
.icon_save{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: left -240px;
}

.icon_isok{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: left -288px;
}
.icon_stop{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: left -320px;
}

.icon_off{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: left -352px;
}
.icon_exit{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: left -368px;
}
.icon_zoom_plus{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: right -80px;
}
.icon_zoom_minus{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: right -96px;
}
.icon_search{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: left -112px;
}
.icon_reload{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: left -128px;
}
.icon_add{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: left -144px;
}
.icon_edit{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: left -432px;
}
.icon_delete{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: left -192px;
}
.icon_open{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: left -400px;
}

.icon_sec_close{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: left -416px;
}

.icon_obs{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: left -448px;
}
.icon_down{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: left -464px;
}
.icon_finish{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: left -480px;
}
.icon_info{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: left -496px;
}
.icon_close{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: left -512px;
}
.titulo_btn_close{
    background-image: url(../images/iconbar.png)  !important;
    background-repeat: no-repeat;
    background-position: left -512px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    float: right;
    margin-top: -1px;
    margin-right: -5px;
}

.btn_close_modal{
    width: 16px;
    height: 16px;
    cursor: pointer;
    float: right;
    margin-top: -20px;
    margin-right: -5px;
    font-size:16px;
    color: #004370;
}
.btn_close_modal:hover,
.btn_close_modal:focus {
    color: #D43F3A;
}

.dg1ca{width:25px;}
.dg1cb{width:49px;}
.dg1cc{width:97px;}
.dg1cd{width:97px;}
.dg1ce{width:80px;}
.dg1cf{width:105px;}
.dg1cg{width:70px;}
.dg1ch{width:35px;}
.dg1ci{width:35px;}
.dg1cj{width:90px;}
.dg1cj .txt{font-size:0.95em;}
.dg1ck{width:95px;}
.dg1cl{width:80px;}
.dg1cm{width:80px;}
.dg1cn{width:50px;}
.dg1co{width:100px;}
.dg1cp{width:180px;}
.dg1cq{width:160px;}
.dg1cr{width:360px;}
.dg1cs{width:150px;}
.dg2c1{width:49px;}
.dg2c2{width:360px;}
.dg2c3{width:105px; text-align: center}
.dg2c4{width:115px; text-align: center}
.dg3c1{width:230px;}
.dg3c2{width:190px;}
.dg3c3{width:200px;}
.dg4c1{width:60px;}
.dg4c2{width:300px;}
.dg4c3{width:120px;}
.dg4c4{width:260px;}




.fchcaduca{background-color: #FFD4CD; border-color: #FF6347; color: red; font-weight: bold;}
.ui-widget .divobs textarea{font-size: 0.8em; width:235px;}


/*#menu {position:absolute; left:1px; display:none;background:#D8E0FD; border:1px solid #3B4A7B; padding: 30px 0}*/


/*dock styling...*/
/*...set the cursor...*/
/*#menu div.jqDock {cursor:pointer;}*/
/*label styling...*/
div.jqDockLabel {font-weight:bold; white-space:normal; color:#000; cursor:pointer; text-align: right}
div.jqDockLabelText{position: absolute; left:-20px; top:-20px; z-index: 9999}

#divDetalleConfig{width:1100px;margin: 0px auto;}
#divConfiguracionTramite{width:750px; margin: 0px auto;}
#divFotos{background-color: white}
#searchDiv{width:900px;float:left}
#searchDiv2{width:860px;margin:0 auto}
.searchDiv{margin: 2px auto; width:1200px}
#divMasDatos{padding: 10px 0}
#dvResAni, #dvDatAni, #dvPadAni{margin-left:55px; min-width: 1120px}
#dvMainMov{margin-left:55px; background-color: #D8E0FD; border: 1px solid #FFFFFF; padding: 0.5em 1em; width: 1020px; min-width: 1010px;}
#dvResRec{margin-left:5px; min-width: 1120px}
#pnlResAni{padding: 0px; border-width: 0px;}
.pnlRecibo{width:964px; margin:0px auto;}
#feRemitoNotif input{width: 75px}
.labelresult{color: #3B4A7B; font-weight: bolder;}
.labelR1{color:#3B4A7B; font-weight: bolder; width:170px; float:left; padding:1px; margin:7px; background:#FFFFF2; border:1px solid #FBCB09}
.labelR1 .divClr1{background-color: red; height: 8px; width: 11px; float: left; margin: 3px 5px}
.labelR1 .divlab1{float: left; width: 75px}
.labelR1 .divClr2{background-color: blue; height: 8px; width: 11px; float: left; margin: 3px 5px}

.mainField{background: #FFEED2; border:1px solid #EA5932; padding: 1px 5px;}
.mainField .label{margin-left:25px;}
.mainField .txt{border-color: #EA5932; background: #FFEED2; font-weight: bold;}
.highlight input{border-color: #EA5932; background: #FFEED2; font-weight: bold;}
.mainField .nuDni{width:70px;}
.mainField .nombres{width:320px;}
.mainField .edad{width:20px;}
.mainField .genero{width:80px;}

.dirField{margin-top:2px; padding: 1px 5px}

legend{padding: 0 5px; color: #004370;font-size:12px;font-weight: bold;}

.mainLeyend{background: #FFEED2; color:#004370; border:1px solid #EA5932;}
.table1{border-collapse: collapse;}
.table2{border-collapse: collapse; margin-bottom: 10px}
.bloque1{margin: 0pt 0pt 5px;}
.bloque1 .divImg{margin-left: 1px; height: 16px; width: 36px; float: left;}
.margin10{margin: 0 10px;}
.foto{position:relative; cursor: pointer}
.divFoto{position: absolute; text-align: center; min-height: 110px}
.tdfotos{border: 1px solid #fff; padding: 2px;}

.ui-widget-content .tlbP{color: blue;}
.ui-widget-content .tlbE{color: red;}
.ui-widget-content .tlbM{color: #a52a2a;}

.ui-panel{
    padding: 0.2em;  background-color:#FFFFFF; border:1px solid #446995;/*ecueva #DDDDDD - cambiado por #446995*/
}


.ui-panel .ui-panel-titlebar {
    padding: 0.3em 1em;
    font-size: 12px
}
.ui-panel .ui-panel-body {
    padding: 0.5em;
}



.tablita, .tlbautoc {
    background:#FFFAFF;
    border:1px solid #FFF;
    border-collapse:collapse;
    color:#616161;
    font-family:Arial,sans-serif;
    font-size:11px;
    margin-bottom:3px;
}

.tablita td, .tablita th {
    border:1px solid #fff;
    padding:2px;
}

.tlbautoc td{
    border:0px;
    padding:2px;
}

.tlbautoc thead th, tfoot th td,
.tablita thead th, tfoot th td{
    background:#ececec none repeat scroll 0 0;
    border:1px solid #DDD;
    color:#888;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:11px;
    font-weight:bold;
    padding:2px;
    text-align:center;
}

.tlbautoc.odd,
.tablita.odd {
    background:#F9F9F9 none repeat scroll 0 0;
}

.tlbautoc tbody tr.over,
.tablita tbody tr.over{
    background: #fff7e0 repeat-x bottom;
    color:#000000;
}

.tlbautoc tbody tr:hover th, tbody tr.odd:hover th,
.tablita tbody tr:hover th, tbody tr.odd:hover th {
    background: #ECECEC repeat-x bottom;
}

.tlbautoc tr.seleccionado:hover td,
.tlbautoc tr.seleccionado td,
.tablita tr.seleccionado:hover td,
.tablita tr.seleccionado td
{
    background: #ffd358 repeat-x bottom;
}
.tablita .tit1{color: white; background-color: #3B4A7B;}

.bx_sb {
   /* background-color:#F6F6F6;*/
    padding:1px;
}
.hidden{display: none;}
.tablita tr:hover{border: 1px solid #fbcb09; background: #fdf5ce; font-weight: bold; color: #c77405; }


.bloquea
{
    background-color: #6e6e6e;
    position: fixed;
    top: 0pt;
    left: 0pt;
    width: 100%;
    height: 100%;
    filter:alpha(opacity=30);
    float:left;
    -moz-opacity:.30;
    opacity:.30
}

#windowChangePwd {
    width: 100% !important;
    top: 0px !important;
    position: absolute !important;
}

#windowVerificaRequisitosSO {
	top: 0px !important;
    position: absolute !important;
}

.cuadrow{
    position:absolute;
    /*padding:0px;*/
}
.cuadrow .titulo
{
    background-color: #C3D9FF;
    border-bottom:1px solid #fff;
    margin:1px;
    text-align:center;
    color: #000;
    cursor:move;
    line-height: 1.5em;
}

/***ADD TAB****/
div.tabArea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 0;
    border-bottom: 1px solid #6D9ED8;
}

a.tab {
    background-color: #89BCFB; /*#B5DFED;  #f0f0f0; color de fondo*/
    border: 1px solid #6D9ED8;
    border-bottom-width: 0px;
    padding: 2px 1em 2px 1em;
    text-decoration: none;
}

a.tab, a.tab:visited {
    color: #083366;/*#808080;*/
}

a.tab:hover {
    background-color:#FFFFFF; /*#083366; #d0d0d0;*/
    color:#6D9ED8; /*#B5DFED; #606060;*/
    text-decoration: none;
}
a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
    background-color:#FFFFFF;  /*#c0c0c0; #70C1DC;*/
    color: #000000;
}

/***END TAB****/
.capturaSumary{
    background-color: #FFEED2;
}

.center{
    text-align: center;
}

#errorDetail{
    margin: 0px auto; width: 850px; padding: 5px;
}
#errorDetail h1{color:red; text-align:left; margin-left:25px}
#errorDetail h2{text-align:left; margin-left:25px}
#errorDetail h3{text-align:left; margin-left:25px}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    background: #446995;
    color: #FFFFFF;
}

/* Estilo que muestra la capa flotante */
#divflotante_des
{
    position: absolute;
    display:none;
    font-family:Arial;
    font-size:0.8em;
    /*width:300px;*/
    border:1px solid #2779AA;
    background-color:#2779AA;
    padding:5px;
    color: #FFFFFF;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.divTip {
    position: absolute;
    display:none;
    font-family:Arial;
    font-size:1em;
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    width: 300px;
}

/* arrows - :before and :after */

.divTip:after, .divTip:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    display: inline-block;
    pointer-events: none;
}
.divTip:before {
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid  #eee;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    left: 20px;
}

.divTip:after {
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #eee;
    left: 20px;
}

/******************************/
.row_selected{
    background: #fdf5ce; 
    color: #c77405; 
    outline: 1px solid #fbcb09;   
    border: 1px solid #fbcb09;
}

#myTableFixed thead th {
    /*padding: 3px 18px 3px 10px;*/
    cursor: pointer;
    /* cursor: hand;*/
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
    background: url('../images/dataTable/sort_asc.png') no-repeat center right;
}

.sorting_desc {
    background: url('../images/dataTable/sort_desc.png') no-repeat center right;
}

.sorting {
    background: url('../images/dataTable/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
    background: url('../images/dataTable/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
    background: url('../images/dataTable/sort_desc_disabled.png') no-repeat center right;
}
table.display thead th {
    /*border-bottom:1px solid black;*/
    cursor:pointer;
    font-weight:bold;
    padding:3px 18px 3px 10px;    
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
#myTableFixed.display tr.odd.gradeA {
    background-color: #F6F6F6;
}

#myTableFixed.display tr.even.gradeA {
    background-color: #FFFFFF;
}

#myTableFixed.tbody.tr.odd {
    background-color: #F6F6F6;
}

#myTableFixed.tbody.even {
    background-color: #FFFFFF;
}

#myTableFixed.display tr.even.row_selected td {
    /*color: #004370; outline: 2px solid #fbcb09;border: 1px solid #fbcb09;*/
    background: #fdf5ce; color: #c77405;outline: 1px #fbcb09;
}
#myTableFixed.display tr.even.row_selected {
    border: 1px solid #fbcb09;    
}

#myTableFixed.display tr.odd.row_selected td {
    background: #fdf5ce; color: #c77405;outline: 1px #fbcb09;
}
#myTableFixed.display tr.odd.row_selected{
    border: 1px solid #fbcb09;    
}

/*.icon_edit2{
    background-image: url(../images/edit.png)  !important;
    background-repeat: no-repeat;
}

.icon_delete2{
    background-image: url(../images/delete.png)  !important;
    background-repeat: no-repeat;
}*/

.icon_nuevo{
    background-image: url(../images/plus-sign.png)  !important;
    background-repeat: no-repeat;
}

.button_Estilo1 {
    font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
    display: block;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    padding: 10px;
    margin: 15px 0px 0px 15px;
    font-size: 16px;
    background: #446995;
    color: #FFF;
    border: 1px none;
    outline: 0px none;
}

.button_Estilo1:hover {
    background: #74A599;
}
.button_Estilo1:active {
    background: #F6A953;
}

.resizable {
    width: 651px; height: 180px; padding: 0.5em;
}

.tree ul.dynatree-container{
    /*height: calc(100% - 20px);*/
    overflow: auto;
    position: absolute;
    /*width: calc(100% - 20px);*/
}

/*estilo emision doc tabla de destinatario*/
.ui-datatable-edit-data tr:hover{background: #fdf5ce; color: #c77405; cursor: pointer; outline: 1px solid #fbcb09;}
.ui-datatable-edit-data tr:hover td{border: 1px solid #fbcb09;}

/*ecueva*/
.ui-datatable-edit-data row_selected {background: #fdf5ce; color: #c77405;outline: 1px #fbcb09;}

/*.row_selected {background: #fdf5ce; color: #c77405;outline: 1px #fbcb09;}*/

.ui-datatable .ui-datatable-edit-data td, .ui-datatable .ui-datatable-edit-data-empty td {
    border:1px solid #9DB9DC;
    /*padding:4px 8px;*/
}

.ui-datatable .ui-datatable-edit-data td input, .inputGrid, .ui-datatable .ui-datatable-edit-data td select {
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 14px; COMENTADO*/ 
    font-weight: normal;
    color: #333333;
    background-color: #ffffff;
    padding: 2px;
    padding-bottom: 2.5px;
    border: 1px solid #CCCCCC;
    /*text-transform: uppercase;*/
    -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;
    position: relative;
    margin-right: 0px;
}
.ui-datatable .ui-datatable-edit-data td input:focus, .ui-datatable .ui-datatable-edit-data td select:focus {
    /*font-weight: bold;*/
    border:1px solid #fbcb09;
    background-color: #fdf5ce;
    /*font-size: 11px;*/
}

.ui-datatable .ui-datatable-edit-data button
{
    padding: 2px 5px;
    /*font-size: 12px;
    line-height: 1.5;*/
    border-radius: 0px;
    vertical-align: top;
    border-left: 0px;
    margin-left: 0px;
}

.bandeja
{
    margin-top: 15px;
    margin-left: 15px;
    max-width: 483px;
}
.bandeja a 
{
    color: #428bca;
    text-decoration: none;
}
.bandeja h4 
{
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;

}
.imagenInicio
{
    margin-left: 40px;
}

.toolbar-left-vertical{
    margin-top: 25px;
    background-color: #F6F6F6;
    line-height: 20%;
}

.notification {
    float: right;     
    position: absolute;
    display: inline-block;
    font-size: 1.3em;
    padding: .5em;
    box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
    z-index: 1100;
}

.notification_shadow {
    float: right;     
    position: absolute;
    display: inline-block;
    font-size: 1.3em;
    box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
    z-index: 1100;
}

.delUpperCase{
    text-transform: none;
}
.selectFecha{
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    padding: 5px;
    border-collapse: separate;
}
.seleccionaFecha{
    background: white;
    border: #cccccc 1px solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    padding: 5px;
    display: inline-block;
    position:relative;
}
.seleccionaFecha ul li{
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    color: #0088CC;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 8px;
    padding: 3px 12px;
    list-style: none outside none;
}
.seleccionaFecha .selectContent .input-mini {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: #555555;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 9px;
    /*padding: 0 6px;*/
    vertical-align: middle;
    width: 65px;
}
.seleccionaFecha .selectContent li.active,.seleccionaFecha .selectContent ul li:hover {
    background: none repeat scroll 0 0 #0088CC;
    border: 1px solid #0088CC;
    color: #FFFFFF;
}

.datePickerClass{
    display:none;
}
.seleccionaFecha.openCachito:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.seleccionaFecha.openCachito:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.rangoFechas,.anioMes{
    display: none;
}
.seleccionaFecha .rangoFechas,.seleccionaFecha .selectContent,.seleccionaFecha .anioMes,.rangoFechas .fechaIni,.rangoFechas .fechaFin{
    float: left;
    margin: 3px;
}

.cajaFechas{
   /* background: white;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 5px;
    display: inline-block;
    width: 240px;*/
   font-family: Arial, Helvetica, sans-serif;
    /*font-size: 14px; COMENTADO*/ 
    font-weight: normal;
    color: #333333;
    background-color: #ffffff;
    padding: 3px 7px;
    border: 1px solid #AAA;
    text-transform: uppercase;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;    
    -webkit--box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
}
.cajaFechas .cajaEtiqueta{
    text-align: center;
    min-width: 250px;
}
.cajaTriangulo,.cajaEtiqueta,.cajaIcono{
    font-size: 14px;
    float:left;
}
.comboFechas{
    color: #0088CC;
    margin: 12px;
    font-size: 13px;
}
.comboFechas select{
/*    background-color: #FFFFFF;*/
    border: 1px solid #CCCCCC;
    font-size: 14px;
}

.bigText{
    background: whitesmoke;
    border-collapse: inherit;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    padding: 5px;
}
.bigTextClass{
    display: none;
}
.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.navbar-login {
    padding: 20px 5px !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;  
    font-size: 13px;
    text-align:center;
    border-top: 1px solid #EEEEEE !important;
}
.navbar-login > li{
    display           : inline-block;    

}
.navbar-login > li > a {
    padding-left: 20px;
    /*padding-bottom: 10px;*/
    line-height: 15px;
    color: #004370;
}
.navbar-login > li > a:hover,
.navbar-login > li > a:focus {
    text-decoration: underline;
    color: #5CB85C;
}
.navbar-login > li > a:link {
    text-decoration: none;
}

.confirmClass{
    background: whitesmoke;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    font-size: 1.3em;
    padding: 15px 15px 4px 15px;
    position: relative;
    height: 130px;
    min-height: 130px;
    min-width: 260px;
}
#deployJavaPlugin {
    display: none;
    visibility: hidden;
}
.redondito{
    border: 3px solid #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    height: 30px;
    margin: 3px;
    width: 30px;
}
.estadoVenAtendido{
    color: #00529B; 
    background-color: #BDE5F8; 

}
.estadoVenNormal{

}
.estadoVenPorVencer{
    color: #4F8A10; 
    background-color: #DFF2BF; 

}
.estadoVenProximoVencer{
    color: #9F6000; 
    background-color: #FEEFB3; 

}
.estadoVenVenceHoy{
    color: #D63301; 
    background-color: #FFCCBA; 

}
.estadoVenVencido{
    color: #D8000C; 
    background-color: #FFBABA; 

}
.cuadradoVencimiento
{
    border: 6px solid #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    display: table-cell;
    font-size: 1.5em;
    height: 20px;
    padding: 3px 3px 3px 7px;
    vertical-align: middle;
    width: 133px;
}
.tooltip-link,.tooltip-link:hover{
    color:#404040;
}
.aniEnviar
{
-webkit-animation:efectoOcultar 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
-moz-animation:efectoOcultar 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
animation:efectoOcultar 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
/*-------------- modulo de Adm Empleado ----------*/
.input-full-row{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/*----------------------------------------------------*/
@-webkit-keyframes efectoOcultar 
{
    0% {
       
    }
    20% {
        -webkit-transform:scale(0.75);
    }
    100% {
        -webkit-transform:scale(0.75) translate(0px,-3000px);
        display:none;
    }
}
@-moz-keyframes efectoOcultar 
{
    0% {
       
    }
    20% {
        -moz-transform:scale(0.75);
    }
    100% {
        -moz-transform:scale(0.75) translate(0px,-3000px);
        display:none;
    }
}
@keyframes efectoOcultar 
{
    0% {
       
    }
    20% {
        transform:scale(0.75);
    }
    100% {
        transform:scale(0.75) translate(0px,-3000px);
        display:none;
    }
}

/*FERNANDO TICONA*/
.tooltipObligatorio{
    color: red!important;
    font-weight: bold!important;
    text-decoration: none!important;
    margin: auto 2px!important;
    
}
.btnPequenoSGD{
    padding:3px 7px!important;
    font-size: 12px!important;    
    text-decoration: none!important;
    line-height: 1.2!important;
    
}

.anchoTotal{
    width: 100%!important;
    box-sizing: border-box!important;
    -moz-box-sizing: border-box;    
    -webkit--box-sizing: border-box;
}

.bootbox-body{
    font-size: 14px!important;
}
.divTipTable {
    position: absolute;
    display:none;
    z-index: 1001;
    font-family:Arial;
    font-size:1em;
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    width: auto !important;
    max-width: 300px !important;
}

/* arrows - :before and :after */

.divTipTable:after, .divTipTable:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    display: inline-block;
    pointer-events: none;
}
.divTipTable:before {
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid  #eee;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    
    left: 20px;
}

.divTipTable:after {
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #eee;
    left: 20px;
}
/*FERNANDO TICONA*/


/*YUAL*/
.RowCenter
{text-align:center;  
    
}

.RowLeft
{text-align:left;  
    
}

.checkSgd
{
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  
}


.RowJustify
{text-align:justify;}

.RowNoLeido
{
  /*color:#0067B0 !important;*/
}
/***************************************************
Heredadas (Ini)
***************************************************/

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}
/************** Heredadas (Fin) *******************/

/***************************************************
nuevaBandeja (Ini)
***************************************************/
.nuevaBandeja{
    width: 100%;
    height: calc(100vh - 186px);
    position: relative;
}
.routeBox{
    position: absolute;
    width: fit-content;
    padding: 8px 15px;
    background: rgba(125, 180, 231, 0.2);
    color: #0071be;
    left: 20px;
    bottom: 5px;
}
.routeBox a{
    text-decoration: none;
    color: #0071be;
}
.cubeBox{
	max-width: 1110px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
	margin: 0 auto;
}
.blueCube{
    position: relative;
    width: 270px;
    height: 180px;
    background: #008bd2;
    color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.15);
    margin: 0px auto;
}
.blueCube:hover{
    cursor:pointer;
    background: #0081c3;
}
.blueCube:active{
    background: #0098e5;
}
.blueCube h2{
    margin: 5px;
    padding: 0;
    text-align: center;
    min-height:34px;
    font-size: 1.2rem;
    display: flex;
    align-items: end;
    justify-content: center;
    font-weight: 700;
}
.blueCube p{
    margin: 0;
    text-align: center;
    display: block;
    height: 45px;
}
.blueCube a{
    text-decoration: none;
}
.priority{
    display: flex;
    width: auto;
    height: 24px;
    position: absolute;
    padding: 3px 10px;
    top: 15px;
    right: -5px;
    color: #FFFFFF;
}
.priority span{
    font-weight: 400;
    font-size: 1.0rem;
}
.priority a{
    text-decoration: none;
    color: #FFFFFF;
}
.priority .color_1{
    background: #82c03b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.priority .color_2{
    background: #f6af00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.priority .color_3{
    background: #f7151e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.blueCircle{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 4px auto 0;
    background-color: #007fd2;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    text-align: center;
}
.blueCircle:hover{
    background-color: #FFFFFF;
    color: #007fd2;
}
.rightAlign{
    text-align: right;
}
.intoBox {
    padding: 20px 25px 20px;
}
.intoBox a{
    text-decoration: none;
}
.intoBox a:hover{
    color: inherit;
}
.intoBox:hover .blueCircle{
    background-color: #48a4e5;
} 
.intoBox:hover .blueCircle a{
    text-decoration: none;
} 
/*********** nuevaBandeja (Fin) *******************/
/************************************************
Login (Ini)
************************************************/
body{
    padding: 0;
    margin: 0;
}
.fullPage{
    width: 100%;
    height: calc(100vh - 100px);
}
.loginPage{
    height: calc(100vh - 0px);
    background: url(../images/bg/bg-azul_v2.jpg) no-repeat;
    background-size: cover;
}
.pseudologo_w{
    height: auto;
}
.infoSystem{
    max-width: 440px;
    color: #FFFFFF;
}
.essLogoW{
    width: 220px;
    height: auto;
    text-align: center;
    margin: 0 auto 8px;
}
.cardW{
    width: 90%;
    max-width: 360px;
    min-width: 360px;
    background: #FFFFFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.39);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.39);
}
.padd15_20{
    padding: 15px 20px;
}
.hv100{
    height: 100vh;
}
.hv100_20{
    height: calc(100vh - 20px);
}
.centerV{
  display: flex;
  align-items: center;
  justify-content: center;
}
button.logiBtn{
    border: none;
    color: #0086ca;
    background: #FFFFFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 50px;
    height: 30px;
    font-weight: 600;
    transition: all 0.25s;
}
button.logiBtn:hover{
    transform: scale(1.03);
    transition: all 0.25s;
}

button.blanco{
    border: none;
    color: #0086ca;
    background: #FFFFFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 50px;
    height: 30px;
    font-weight: 600;
    transition: all 0.25s;
    z-index: 2;
}
button.blanco:hover{
    transform: scale(1.03);
    transition: all 0.25s;
}

button.azul{
    border: none;
    color: #FFFFFF;
    background: #0086ca;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 50px;
    height: 30px;
    font-weight: 600;
    transition: all 0.25s;
}
button.azul:hover{
    transform: scale(1.03);
    transition: all 0.25s;
}

.recovPwd a{
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 auto;
}
.recovPwd a:hover{
    color: #f8f8f8;
}
.recovPwd{
    text-align: center;
    padding-top: 8px;
}
.recovPwd span{
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 3px;
}
.logInpBox{
    width: -webkit-fill-available;
}
.logInpBox label{
    width: -webkit-fill-available;
    color: #545454;
    font-size: 1.2rem;
    margin-left: 0 !important;
}
.logInpBox input{
    border: none;
    border-bottom: #CACACA solid 1px;
    background: none;
    color: #080808;
}
.icoBox{
    width: 40px !important;
    max-width: 40px;
    min-width: 40px;
    text-align: center;
}
.inpContent{
    background: yellowgreen;
}

.logInpBox{
    display: inline-flex;
    margin-bottom: 15px;
}
.icoBox{
    width: 10%;
    display: flex;
    align-items: end;
    justify-content: center;
}
.icoBox .user-icon{
    position: relative;
    width: 28px;
    height: 28px;
}
.inpBox{
    width: 90%;
}
.inpBox.w-100{
    width: 100%;
}
.inpBox input.username{
    width: calc(100% - 140px);
}
.inpBox.w-100 .contenedor-input{
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
}
.inpBox.w-100 .contenedor-input input{
    border-bottom: none;
}
.inpBox span.username{
    color: #757575;
    font-size: 13px;
    background-color: #eeeeee;
    padding-bottom: 11px;
    padding-top: 11px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 0 5px 5px 0;
}
.inpBox input{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px !important;
}
.inpBox input:-internal-autofill-selected {
    background-color: #FFFFFF;
}
.csFlex-inline{
    display: inline-flex;
}
.mrgT15{
    margin-top: 10px;
}
/***************** Login (Fin) *****************/
/************************************************
Header (Ini)
************************************************/
#csHeader{
    display: flex;
    width: 100%;
    height: 50px;
    background: #FFFFFF; /* #0077C8 */
    /* border-bottom: #00B187 solid 0.5px; */
}
.csHlogo{
    display: flex;
    width: 150px;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.usrSession{
    display: flex;
    width: auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 0 8px;
}
.usrSession:hover{
    background: rgba(102,102,102,0.25);
    cursor: pointer;
}
.icoBell{
    display: flex;
    width: 44px;
    height: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 2px;
}
.icoBell:hover{
    background: rgba(102,102,102,0.25);
    cursor: pointer;
}
.icoBell span{
    display: flex;
    width: 12px;
    height: 12px;
    background: #E80002; 
    color: #FFFFFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    top: 13px;
    left: 23px;
    align-items: center;
    justify-content: center;
    font-size: 8px;
}
.icoHelp{
    display: flex;
    width: 44px;
    height: 50px;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
}
.icoHelp:hover{
    background: rgba(102,102,102,0.25);
    cursor: pointer;
}
.icoLogout{
    display: flex;
    width: 80px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
}
.icoLogout:hover{
    background: rgba(102,102,102,0.25);
    cursor: pointer;
}
.icoSession img{
    width: 40px;
    height: auto;
}
/***************** Header (Fin) ****************/
.title h1{
    color: #0178CC;
    text-decoration: none;
    font-size: 1.4rem;
    text-align: center;
}
.title h1 a{
    text-decoration: none;
    color: #0178CC;
}
.rightAlign{
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 5px 8px;
}
.itemPrioritarios{
    display: flex;
    width: auto;
    padding: 3px 6px;
    align-items: center;
    justify-content: center;
   /* background: #41a7ff;*/
    margin-left: 10px;
    border-radius: 16px;
    /* zoom:normal;
    transition: 0.5s; */
}
.itemPrioritarios:hover{
    /* zoom:1.1;
    transition: 0.5s; */
}

.itemPrioritarios img{
    width: 24px;
    height: 24px;
}
.itemPrioritarios a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.itemPrioritarios a:hover{
    
}

.numInd{
    padding: 2px 5px;
    background: #cbcbcb;
    color: #5a5a5a;
    text-align: center;
    border-radius: 4px;
    margin-left: 2px;
    font-weight: 500;
    max-height: 14px;
}
.txtRef{
    color:#585651;
    font-weight: 600;
}
.rightSubm{
    left: -120px !important;
    color: #FFFFFF;
}
.bottomPanel{
    display: none !important;
}
.credits{
    display: flex;
    color: #FFFFFF;
    height: 20px;
}
.byGCTIC{
    display: flex;
    width: 50%;
    padding: 0 8px;
    text-align: left;
}
.byGCTIC span:first-child{
    padding-right: 4px;
}
.byGCTIC span:last-child{
    padding-left: 4px;
}
.version{
    width: 50%;
    padding: 0 8px;
    text-align: right;
}
.btn-group .btn-group-lg > .btn{
    font-size: 14px;
}
.btn-group-lg > .btn{
    font-size: 14px !important;
}
.icoStatus{
    display:flex;
    width: 40px; 
    height: 52px;
    align-items: center;
    justify-content: center;
}
.icoStatus img{
    width: 32px;
    height: 32px;
}
.btn-primary{
    background-color: #008bd2 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{
    color: #ffffff;
    background-color: #007fc2 !important;
    border-color: #4d7ba5 !important;
}
.dataTables_scrollHeadInner{
    max-width: 1900px;
}
.loginBtn{
    position: relative;
}

#menuBtns{
    position: absolute;
    left: 0;
    top: 29px;
    margin: 0;
    list-style: none;
    background: #FFFFFF;
    color: #666666;
    padding: 0px;
    width: max-content;
    min-width: 120px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
}
#menuBtns li{
    margin: 0;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 1.3rem;
    text-align: left;
}
#menuBtns li:hover{
    background: #f8f8f8;
    cursor: pointer;
}
.MrHyde{
    display: none;
}
.DrJekyll{
    display: block;
}

.scale-in-ver-top {
	-webkit-animation: scale-in-ver-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-ver-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
.aulaLink{
    padding: 8px 0;
}
.aulaLink a{
    color:#FFFFFF;
    text-decoration: none;
    margin: 0 auto;
    padding: 0 20px;
}
.aulaLink a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}
.imgHyde{
    display: none;
}
.NoImgHyde{
    display: inherit;
}

/*********************************
Custom Scroll (Ini)
*********************************/
/*
body {
    scrollbar-width: thin;
    scrollbar-color: #c7c7c7 #ededed;   
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom right, #4d7fff 0%, #1a56ff 100%);
  border-radius: 5px;
}

body::-webkit-scrollbar-track {
  background-color: #ddd;
  border: 1px solid #ccc;
}

body::-webkit-scrollbar-button {
  background-color: #4d7fff;
  border-radius: 5px;
}
*/
/***** Custom Scroll (Fin) ******/
.forceTableAnexos .dataTables_scrollHeadInner{
    width: auto !important;
}

.pseudoFielset::-webkit-scrollbar {
    width: 0.7vw;
}

.pseudoFielset::-webkit-scrollbar-track {
    background-color: #F1F1F1;
}

.pseudoFielset::-webkit-scrollbar-thumb {
    background-color: #C1C1C1;
    border-radius: 3px;
}

.pseudoFielset::-webkit-scrollbar-thumb:hover {
    background-color: #A3A3A3;
}

/*******************/

.pseudoFielset ::-webkit-scrollbar {
    width: 0.7vw;
}

.pseudoFielset ::-webkit-scrollbar-track {
    background-color: #F1F1F1;
}

.pseudoFielset ::-webkit-scrollbar-thumb {
    background-color: #C1C1C1;
    border-radius: 3px;
}

.pseudoFielset ::-webkit-scrollbar-thumb:hover {
    background-color: #A3A3A3;
}
.bootbox.modal.fade.bootbox-alert.in{
    display: block !important;
    position: absolute;
    width: 100vw;
    overflow: hidden;
}
.bootbox.modal.fade.bootbox-alert.in .modal.in .modal-dialog{
    left: 0;
    display: block;
    position: relative;
    top: 0;
}

.onlyDsk{
    display: block;
}
.onlyMob{
    display: none;
}

.custom-select, .custom-select-new, .custom-select-edit {
    position: relative;
    font-family: Arial, sans-serif;
    width: 300px;
}

.custom-select-edit.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.select-selected, .select-selected-new, .select-selected-edit {
    background-color: #EFF3F7;
    border: 1px solid #AAA;
    padding: 10px;
    cursor: pointer;
    max-height: 50px;
    overflow: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    border-radius: 4px;
}

.select-items, .select-items-new, .select-items-edit {
    position: absolute;
    background-color: #EFF3F7;
    border: 1px solid #AAA;
    width: 100%;
    z-index: 99;
    max-height: 200px;
    overflow-y: auto;
}

.select-items div, .select-items-new div, .select-items-edit div  {
    color: #000;
    padding: 10px;
    cursor: pointer;
    white-space: pre-wrap;
}

.select-items div:hover, .select-items-new div:hover, .select-items-edit div:hover {
    background: none repeat scroll 0 0 #0088CC;
    border: 1px solid #0088CC;
    color: #FFFFFF;
}

.select-hide {
    display: none;
}

.select-selected:focus, .select-selected-new:focus, .select-selected-edit:focus {
    border-color: #66afe9;
    background-color: #F0F7FD;
    outline: 0;
}

.label-recept {
    display: inline-flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
}

.color-state-recept-green {
    background-color: #E6F4EA;
    color: #5FB864;
}

.color-state-recept-red {
    background-color: #FFEAEA;
    color: #D9534F;
}

.color-state-recept-blue {
    background-color: #DDE6FC;
    color: #3D77E9;
}
/***********************************************************
Responsive (Ini)
***********************************************************/
@media screen and (min-width: 768px){
    .modal-dialog{
        left: auto;
    }
}
@media only screen and (max-width: 1280px){
    .onlyDsk{
        display: none;
    }
    .onlyMob{
        display: block;
    }
}
@media only screen and (max-width: 990px){
    
    .row.hv100_20{
        display: list-item;
    }
    .pseudologo_w{
        display: flex;
        margin: 0 auto;
        justify-content: space-around;
    }
    .pseudologo_w img{
        height: 50px;
        margin: 0;
        display: block;
    }
    .pseudologo_w img.imgHyde{
        height: 40px;
    }
    .infoSystem{
        width: 100%;
        text-align: center;
    }
    .lgnAdapt{
        height: max-content !important;
    }
    .imgHyde{
        display: inherit;
    }
    .NoImgHyde{
        display: none;
    }
    .loginPage{
        min-height: 650px;
    }
    .row.hv100_20{
        min-height: 630px;
    }
}
@media only screen and (max-width: 680px){
    .loginPage{
        min-height: 650px;
    }
    .row.hv100_20{
        min-height: 630px;
    }
    #bcMain{
        min-width: 360px;
    }
    .cubeBox{
        width: 100%;
	max-width: 680px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        margin: 0 30px;
    }
}
/******************** Responsive (Ini) ********************/
.capaBtn {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px 20px;
            background-color: #ffffff;
            color: #0086ca;
            border: none;
            width: 220px;
            border-radius: 8px;
            font-size: 14px;
            cursor: pointer;
            text-decoration: none;
            font-weight: bold;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
            height: 30px;
            width: 300px;
        }

        .capaBtn img {
            margin-left: 8px;
            width: 16px;
            height: 16px;
            color: #0086ca;
        }
.divTablaBandejaEntrada {
    max-width: 1110px;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    gap: 16px;
}

.divTipoBandeja {
    display: flex;
    width: 100%;
    flex-flow: column;
}

.lblItemTipoBandeja {
    display: inline;
    color: grey;
    font-weight: bold;
}

.lineItemTipoBandeja {
    height: 2px;
    background: darkgrey;
    width: 100%;
    padding: 0;
    margin: 2px 0;
    border: none;
}

.divItemsMenuBandeja {
    display: grid;
    width: 100%;
    max-width: 1110px;
    gap: 16px;
    margin-top: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.divMainBandejaEntrada {
    display: flex;
    width: 100%;
    align-items: center;
    flex-flow: column;
}

.itemBusquedaSeguimientoExp {
    padding: 10px 15px 10px 0;
}

.itemFormBusqueda {
    padding: 0 10px 0 0;
}

.hideDiv {
    display: none;
}

.selectForm {
    min-width: 150px;
    max-width: 350px;
}

.selectForm2 {
    min-width: 250px;
    max-width: 350px;
}

.mr-4 {
    margin-right: 20px !important;
}

.mr-1 {
    margin-right: 4px !important;
}

.input-form {
  padding: 10px 0;
  display: flex;
  align-items: center; 
  gap: 10px; 
}

.input-form span {
  font-size: 11px;
  white-space: nowrap;
  font-weight: bold;
}

.input-form div {
  flex: 1;
}

.input-form textarea {
  width: 100%;
  resize: none;
  text-transform: uppercase;
}
