*{
    /* margin:0;*/
    font-family: 'roboto', sans-serif;
    box-sizing: border-box;
    /* font-size: 16px;*/    
    /* background-color: #F2F2F2;*/
}

body {
    transition: margin-left .5s;
}


#main {
    transition: margin-left .5s;
    padding: 3px;				
}
/*Botones Generales*/

.botones {
    padding: 9px;
    background-color: #dddddd;
    /* border-radius: 5px;*/
    border: none;
    cursor: pointer;
    color: #007cae;
    margin-left:2px;
}

.botones:hover{
    background-color: #F1F1F1;
}

.botones.cancelar{
    background-color: #f44336;
    color: white;
}

.botones.cancelar:hover{
    background-color: #da190b;
}

.botones.guardar{
    background-color: #98c438;
    color: white;
}

.botones.guardar:hover{
    background-color: #749801;

}

.botones.buscar{
    background-color: #007cae;
    color: #fff;
}

.botones.buscar:hover{
    background-color: #255280;
}


.botones.actualizar{
    background-color: #f3ac24;
    color: white;
} 
.botones.actualizar:hover{
    background-color:#e6b962;

}

/*contenido*/

.contenido {
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    /*font-size: 1rem;*/
    color: #222222;
    text-decoration: none;
}


/*contenido mercurio antiguo*/
.contenido_blanco {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

.imagenMenu {
    width: 100%;
    background-image :url(/mercurio/imagenes/barra_r1_c2_.gif);
}
.contenido_pequeno {

    font-size: 9px;
    color: #222222;
    text-decoration: none;
}
.contenido_gris {


    color: #888888;
    text-decoration: none;
}
.contenido_vinculo {


    color: #0E8DE0;
    /*text-decoration: underline;*/
    cursor: pointer;
}
.contenido_grande {

    font-size: 14px;
    color: #222222;
    text-decoration: none;
}
.contenido_mediano {

    font-size: 14px;
    color: #222222;
    text-decoration: none;
}
.contenido_rojo {


    color: #FF0000;
    text-decoration: none;
}
.contenido_rojo_grande {

    font-size: 18px;
    color: #FF0000;
    text-decoration: none;
    text-align: center;
}
.contenido_azul_grande {

    font-size: 14px;
    color: #005CE9;
    text-decoration: none;
}
.contenido_oculto {

    font-size: 0px;
    color: #222222;
    text-decoration: none;
    visibility: hidden;
}
.texto {

    font-size: 12px;
    color: #222222;
    text-decoration: none;
}
/* Alerta*/

.spn{
    float: right; 
    margin-right: 1%; 
    font-size: 15px; 
    color: white;
}

.alerta{
    padding: 12px;
    background-color: #5AA900;
    color: white;
    border-radius:3px;
    font-family: sans-serif;

}

.cerrarAlerta {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.cerrarAlerta:hover {
    color: black;
}


.alerta_rojo {
    padding: 12px;
    background-color: #f44336;
    color: white;
    border-radius:3px;
    font-family: sans-serif;
}


/*Titulos*/


.ttablas{
    width: 100%;
    height: 600px;
    overflow-x:auto;
    overflow-y: auto;
}

.ttablas::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */

}

.ttablas::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.ttablas::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
.ttablas::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}
.ttablas::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
.ttablas::-webkit-scrollbar-track:hover,
.ttablas::-webkit-scrollbar-track:active {
    background: #d4d4d4;
}

thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
}

tbody th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: 0;
}

thead th:first-child {
  left: 0;
  z-index: 1;
}

/* Use overflow:scroll on your container to enable scrolling: */


/* Use position: sticky to have it stick to the Edge
 * and top, right, or left to choose which Edge to stick to: */

thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
}

tbody th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: 0;
}


/* To have the header in the first column stick to the left: */

thead th:first-child {
  left: 0;
  z-index: 1;
}


/* Just to display it nicely: */

thead th {
  color: #FFF;
}

tbody th {
  background: #FFF;
  border-right: 1px solid #CCC;
}

table {
  border-collapse: collapse;
}

td,
th {
  padding: 0.5em;
}

.icontabla{
    width:17px; 
    height:17px;
    border:none; 
}

.icontabla:hover{
    width:10px;
    height:10px;
}





.titulo a{
    color:white;
}

/*Mercurio antiguo*/
.fondo_azul_oscuro {
    background-color: #EEEEEE;
}

/*clase footer*/
.footer {
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #333 ;
    color:#ddd;
}

.footer2{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #333 ;
    color:#ddd;
}

.footer_login{
    width:100%;
    /*background-color: #333 ;*/
    color:#ddd;
    text-align: center;
    font-size: 20px;
}



.fondo_blanco {
    background-color: #FFFFFF;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.fondo_gris_claro {
    background-color: #EEEEEE;
}
.fondo_azul_claro {
    background-color: #ecf2f4;
}
.fondo_amarillo {
    background-color: #d6dfef;
}
.fondo_mensaje {
    background-color: #d6dfef;
    border: thin solid #CCCCCC;
}
.bandeja_verde {
    background-color: #E4F2E3;
}

.bandeja_temporal {
    background-color: #F8ECE0;
}
.cuadro_temporal {
    background-color: #F8ECE0;
}

.bandeja_suplencia {
    background-color: #FFF5D7;
}

.bandeja_rojo {
    background-color: #FF4040;
}
.bandeja_rojo_claro {
    background-color: #FFF4F3;
}
.bandeja_naranja {
    background-color: #FFB340;
}
.bandeja_amarillo {
    background-color: #FFFF40;
}
.bandeja_grupo {
    background-color: #D2E1F8;
}

/*Menu*/
.menu{
    width: 100%;
    background-color: #5AA900;
    overflow: hidden;
    z-index: 2;
}


.menu a{
    border:none;
    float:left;
    color:white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer;
    background-color: #5AA900 ;
    text-decoration: none;
}

.menu a:hover{
    background-color: #9DBF54;
    color: white;
    text-decoration: none;
}

.contenedorIcono {
    display:none;
    cursor:pointer;
}

.contenedorIcono4{
    display:none;
    cursor:pointer;
}

.contenedorIcono2{
    display:none;
    cursor:pointer;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color:#9DBF54;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    display: block;
    transition: 0.3s;
    cursor:pointer;

}

.sidenav a:not(.closebtn):hover {
    background-color: #5AA900;
    text-decoration: none;
    color:white;

}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    text-decoration: none;
}


.botonesDeshabilitado{
    cursor: default;
    BORDER-BOTTOM: white 0px solid;
    text-align: left;
    color: gray;
    box-shadow:inset 0px 0px 0px 0px #ffffff;
}

.botonesDeshabilitado:active{
    CURSOR: default;
    BORDER-BOTTOM: white 0px solid;
    text-align: left;
    color: gray;
    box-shadow:inset 0px 0px 0px 0px #ffffff;
}

.menu .menuItemInactivo{

    CURSOR: default;
    BORDER-BOTTOM: white 0px solid;
    text-align: left;
    color: gray;

}
.menu .menuItemInactivo:hover{
    color: gray;
    background-image: linear-gradient(transparent,transparent);
    background-color: transparent\9;
    top:5%;

}

.menuItemAyuda
{
    CURSOR: help;
    BACKGROUND-COLOR: transparent;
    LINE-HEIGHT: 20px;
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 150%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 0px solid;
    BACKGROUND-COLOR: transparent;
    background-image: url(imagenes/barra_r1_c2p.gif);
    text-align: left;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    COLOR: #000000;
}
.ItemMouseOverInactivo
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 150%;
    CURSOR: default;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 0px solid;
    BACKGROUND-COLOR: transparent;
    background-image: url(imagenes/barra_r1_c2p.gif);
    text-align: left;
    color: gray
}
.ItemMouseOverAyuda
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 150%;
    CURSOR: help;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 0px solid;
    BACKGROUND-COLOR: transparent;
    background-image: url(imagenes/barra_r1_c2p.gif);
    text-align: left;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    COLOR: #000000;
}
.ItemMouseOut
{
    BACKGROUND-COLOR: transparent;
    background-image: url(imagenes/barra_r1_c2.gif);

    WIDTH: 110%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    WIDTH: 110%;
    TEXT-ALIGN: left
}
/*.barOver
{
    BORDER-RIGHT: blue 0px ridge;
    BORDER-TOP: blue 0px ridge;
    FLOAT: left;
    BORDER-LEFT: blue 0px ridge;
    WIDTH: 100px;
    height: 20px;
    CURSOR: pointer;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 0px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    background-image: url(imagenes/barra_r1_c2p.gif);
    TEXT-ALIGN: center;
    padding-top: 2px;
    color: #000000;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}*/

.fondo_gris {
    background-color: #EAEAEA;
}
.tareaActual{
    background-color: #696969;/*C0C0C0*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}


.contenido_negrita {
    font-family: Verdana, Arial, Helvetica, sans-serif;

    color: #222222;
    text-decoration: none;
    font-weight: bold;
}

/*.contenido1 {
    background-color: #d6dfef;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #222222;
    text-decoration: none;
    border: none;
}*/
.DisplayWindow{
    visibility: hidden;
    display: none;
    border-left: 1px #ccc solid;
    border-top: 1px #ccc solid;
    border-right: 2px #999 solid;
    border-bottom: 2px #999 solid;
    background: #FFFFFF;
    position: absolute;
    width: 288px;
    color: #666;
    height: auto;
    top: 200px;
    left: 350px;
}

.DisplayEntidades{
    visibility: hidden;
    display: none;
    border-left: 1px #ccc solid;
    border-top: 1px #ccc solid;
    border-right: 2px #999 solid;
    border-bottom: 2px #999 solid;
    background: #FFFFFF;
    position: absolute;
    left:800px;
    top:600px;
    width: 288px;
    color: #666;
    height: auto;
}

.DisplayFileUpload{
    visibility: hidden;
    display: none;
    border-left: 1px #ccc solid;
    border-top: 1px #ccc solid;
    border-right: 2px #999 solid;
    border-bottom: 2px #999 solid;
    background: #FFFFFF;
    position: absolute;
    width: auto;
    left:745px;
    top:600px;
    color: #666;
    height: auto;
}

.DisplayInformacion{
    visibility: hidden;
    display: none;
    border-left: 1px #ccc solid;
    border-top: 1px #ccc solid;
    border-right: 2px #999 solid;
    border-bottom: 2px #999 solid;
    background: #FFFFFF;
    position: absolute;
    overflow: auto;
    width: 30%;
    color: #666;
    height: auto;
    top: 12%;
    left: 70%;
}

.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px; 
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px; 
    line-height: 31px; 
    border: 1px solid #999;
    border-left: none;
    margin-bottom: -1px; 
    overflow: hidden;
    position: relative;
    background: #F5D0A9;
}

ul.tabs li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 1.2em;
    padding: 0 20px;
    border: 1px solid #fff;
}

ul.tabs li a:hover {
    background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { 
    background: #fff;
    border-bottom: 1px solid #fff; 
}

.tab_container {
    border: 1px solid #999;
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left; width: 100%;
    background: #fff;
}

.tab_content {
    padding: 20px;
    font-size: 1.2em;
}

div#round-extern{
    background: #fff;
    margin:0 auto;
    padding:0;
    border-radius:7px;
    -moz-border-radius: 7px;
    -webkit-border-radius : 7px;
    /*behavior: url(/mercurio/ie-css3.htc); /* Ie */
}

div#tabla-round , .tabla_round{
    background:#D6DFEF;
    margin:0 auto;
    padding:0;
    border-radius:7px;
    -moz-border-radius: 7px;
    -webkit-border-radius : 7px;
    /*behavior: url(/mercurio/ie-css3.htc); /* Ie */
}

.titulo_tablas_round {
    font-family: Arial,Verdana,Helvetica, sans-serif;
    font-weight: bold;
    background-color: #5AA900;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    text-align: center;
    margin:0 auto;
    padding:0;
    border-top-left-radius:7px;
    border-top-right-radius:7px;
    /*behavior: url(/mercurio/ie-css3.htc); /* Ie */
}

label.error {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: red;
    font-style: italic;
}

.panel-heading {
    color: white; 
    text-align: center; 
    font-weight: bold;
    background-color: #FF0000; 

}
.panel-headingg {
    padding:10px 15px;
    border-bottom:1px solid transparent;
    border-top-left-radius:3px;
    border-top-right-radius:3px
}

.panel-headingg>.dropdown .dropdown-toggle {
    color:inherit
}
.panel-headingg {
    color: white; 
    text-align: center; 
    font-weight: bold;
    background-color: #5AA900; 
}

.modal-header {
    background-color: #5AA900;
    text-align: center; 
    color: white;
}
.nombreUser{
    float: right; 
    margin-right: 1%; 


    color: #FFFFFF;
}
div#tabla-redonda {
    background:#e5f2e5;
    margin:0 auto;
    padding:0;
    width:650px;
    border-radius:7px;
    -moz-border-radius: 7px;
    -webkit-border-radius : 7px;
}

div#titulo-redonda {
    height: 40px;
    font-family: Arial,Verdana,Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    background-color: #5AA900;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    text-align: center;
    margin:0 auto;
    padding:0;
    border-top-left-radius:7px;
    border-top-right-radius:7px;
    /*behavior: url(/mercurio/ie-css3.htc); /* Ie */}  

.titulo_tablas_p{
    background-position: center center;
    color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.mensaje { 
    color:red; 
}

img.ultimaPagina {    
    width:28px;
    height:18px;
    background-image: url(imagenes/flecha2Azull.gif);
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
    background: url('/mercurio/imagenes/sort_asc.png') no-repeat center right;
    background-color: #cce5cc; 
}

.sorting_desc {
    background: url('/mercurio/imagenes/sort_desc.png') no-repeat center right;
    background-color: #5AA900;
}

.sorting {
    background: url('/mercurio/imagenes/sort_both.png') no-repeat center right;
    background-color: #5AA900;
}

.sorting_asc_disabled {
    background: url('/mercurio/imagenes/sort_asc_disabled.png') no-repeat center right;
    background-color: #5AA900;
}

.sorting_desc_disabled {
    background: url('/mercurio/imagenes/sort_desc_disabled.png') no-repeat center right;
    background-color: #cce5cc;
}
.tituloCedula {
    background-color: #5AA900;
}
.logoEmpresa{
    background : url('/mercurio/imagenes/LOGO_GOBANTIOQUIAA.png');
}
div#idDivDetallePaginador {
    background-color:  #FF0000;

}
#CalendarControlIFrame {
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
    height: 250px;
    width: 250px;
    z-index: 99;
}

#CalendarControl {
    position:absolute;
    background-color:#FFF;
    margin:0;
    padding:0;
    display:none;
    z-index: 100;
}

#CalendarControl table {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 8pt;
    border-left: 1px solid #217CEB;
    border-right: 1px solid #217CEB;
}

#CalendarControl th {
    font-weight: normal;
}

#CalendarControl th a {
    font-weight: normal;
    text-decoration: none;
    color: #FFF;
    padding: 1px;
}

#CalendarControl td {
    text-align: center;
}

#CalendarControl .header {
    background-color: #217CEB;
}

#CalendarControl .weekday {
    background-color: #DDD;
    color: #000;
}

#CalendarControl .weekend {
    background-color: #FFC;
    color: #000;
}

#CalendarControl .current {
    border: 1px solid #339;
    background-color: #336;
    color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
    display: block;
    text-decoration: none;
    border: 1px solid #FFF;
    width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
    color: #FFF;
    background-color: #336;
    border: 1px solid #999;
}

#CalendarControl .previous {
    text-align: left;
}

#CalendarControl .next {
    text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
    padding: 1px 3px 1px 3px;
    font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

#CalendarControl .title {
    text-align: center;
    font-weight: bold;
    color: #FFF;
}

#CalendarControl .empty {
    background-color: #CCC;
    border: 1px solid #FFF;
}
.fondo_azul_oscuro_tabla {
    background-color: #D6DFEF;
}
.tabla_tipo_expediente {
    background-color: #d6dfef;
}
div#tabla-round {
    background-color: #ecf2f4;
}
.imagenlogoMercurio {
    background-image:url(imagenes/LogosMercurio2/Verde.png);  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float:right;
    border:0;
    width: 200px;
    height: 120px;
}    
.bootstrap-dialog.type-warning .modal-header {
    background-color: #FF0000;
}


.ui-widget-header {
    /* border: 1px solid #FF0000;*/
    /* background: #FF0000 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;*/
}


.table {
    border: none;
}

.table-definition thead th:first-child {
    pointer-events: none;
    background: white;
    border: none;
}

.table td {
    vertical-align: middle;
}

.page-item > * {
    border: none;
}

.custom-checkbox {
    min-height: 1rem;
    padding-left: 0;
    margin-right: 0;
    cursor: pointer; 
}
.custom-checkbox .custom-control-indicator {
    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 10px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    vertical-align: middle;
    margin: 0 16px;
    box-shadow: none; 
}
.custom-checkbox .custom-control-indicator:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #f1f1f1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -2px;
    top: -4px;
    -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
    transition: left .3s ease, background .3s ease, box-shadow .1s ease; 
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #84c7c1;
    background-image: none;
    box-shadow: none !important; 
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
    background-color: #84c7c1;
    left: 15px; 
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none !important; 
}



/*Semaforo principal*/


.semaforo{
    background:rgba(19,62,101,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 9vh;
    margin: auto;

    /* padding: 0; */
    width: 100%;
    border-radius: 18px;
    margin-top: 19px;

}


.status{
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 60px;
    cursor:pointer;
}

.status:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    animation: pulse 1.5s infinite ease-in;
}

.porcensem{
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 60PX;

}
.alertacargue{
    padding: 12px;
    background-color: #f3ac24;
    color: white;
    border-radius: 3px;
    font-family: sans-serif;
}



.status.white,
.status.white::before{
    background-color: #5AA900;
}

.status.yellow,
.status.yellow::before{
    background-color: yellow;
}

.status.orange,
.status.orange::before{
    background-color: orange;
}


.status.red,
.status.red::before{
    background-color: red;
}

@keyframes pulse{
    from{
        transform: scale(0.5);
        opacity: 1;
    }to{
        transform: scale(1.5);
        opacity: 0;
    }
}


.indicador{
    margin:auto;
    width: 50%;
    height: 30%;   
    padding-top: 2%;
}

.encabezadoindicador{
    width:100%;
    /*height:20%;*/
    font-size:1em;
    text-align: center;
    color:white;
    background-color: #5AA900;
}

.indicadorblanco{

    width:98%;
    background-color:blue; 
}



.spnb{
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 48px;
    cursor:pointer;
    background-color: yellow;
}

.amarillo{
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 48px;
    cursor:pointer;
    background-color: yellow;
}
.blanco{
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 48px;
    cursor: pointer;
    background-color: #5AA900;
}


.blanco a:hover{
    font-size: 20px;
}




.amarillo a{
    color:white;
}

.amarillo a:hover{
    font-size: 20px;
}

.naranja{
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 48px;
    cursor:pointer;
    background-color: orange;

}

.naranja a{
    color:white;
}

.naranja a:hover{
    font-size: 20px;
}

.rojo{ 
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 48px;
    cursor:pointer;
    background-color: red;
}


.rojo a{
    color:white;
}

.rojo a:hover{
    font-size: 20px;
}


.mini2{
    float:left;
    height: auto;
    width: 100%;

}

.mini{
    float:left;
    /*border: 1px solid black;*/
    height: 45%;
    width: 33%;
    background-color: blue;
}


.encain1{
    width:14%;
    height:15%;
    background:#007cae;
    float:left;
    font-size: 1rem;
    color:white;
    text-align: center;
}

.vacio{
    width:58%;
    padding: 1%;
    background-color: #ddd;
    float:left;
    text-align: center;
    color:#135977;
    font-size: 1rem;
    display:inline-block;
}



.vacio2{
    width:72%;
    height:15%;
    background:white;
    float:left;
}

.encain2{
    width:14%;
    height:15%;
    background:white;
    float:left;
    font-size: 1rem;
    text-align: center;
}

.encain2 a:hover{
    color: #98c438;
}

.encain3{
    width:14%;
    height:15%;
    background:#ddd;
    float:left;
    font-size: 1rem;
    text-align: center;
}

.mensaje{
    float:left;
    background-color: white;
    width: 100%;
    height: 45%;
    /*border: 1px solid black;*/
}


.leyenda{
    width:99.8%;
    height: 0%;
    background-color: white;
    transition: 0.5s;
}


.btnMenu {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.btnMenu:hover{
    background-color: #98c438;
    color:white;
}






.minicontenido {
    display: none;
    transition: 0.3s;
    background-color: whitesmoke;
    color:black;
}




.minicontenido a{
    padding: 8px 8px 8px 32px;
    font-family:sans-serif ;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
    color: black;
    display: block;
    transition: 0.3s;

}

.minicontenido a:hover{

    color: white;
    font-size: 16px;
    background-color: yellow;
}

.minicontenido button{
    font-size: 15px;
    cursor: pointer;
}


.active{
    background-color:#25594A;
    color:white;
}


/*Tabla Destinatarios*/
.Busqueda1{
    width: 50%;
    height: 167px;
    float: left;
    background: #EBEBEB;
    color: #255280;
    border-right: 1px dashed #1e4365;
}


.Busqueda1 label{
    text-align:center;
    padding: 2%;
}

.Busqueda1 .inpt {
    margin: 2%;
}

.Busqueda1 .btnBuscar{
    margin-left: 2%;
}
.labeldv{
    padding-top: 3%;
}

.btnBuscar{

    border: none;
    width: 23%;
    padding: 5px;
    cursor: pointer;
    background-color: white;
    border: 2px solid #3391A6;
    color:#3391A6;

}


.btnBuscar:hover{
    background-color: #3391A6;
    color:white;


}

.inpt{
    width: 230px;
    /* height: 20%; */
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    transition: 0.5s;
    padding: 1%;
}

.inpt select{
    width: 230px;
    /* height: 20%; */
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    transition: 0.5s;
    padding: 1%;
}
.inpt select:focus{
    width:100px;
}

.inpt:focus{
    width:300px;

}

.ficha .inpt{
    width: 90%;
    /* height: 20%; */
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    transition: 0.5s;
    padding: 2%;
}


.fecha .inptselect{
    width:70%;
}

.Busqueda2{

    width: 50%;
    height: 167px;
    float:left;
    color:#255280 ;
    background:#EBEBEB;
}


.Busqueda2 label{
    text-align:center;
    padding: 2%;
}

.Busqueda2 .inpt {
    margin: 2%;
}

.Busqueda2 .btnBuscar{
    margin-left: 2%;
}



.icontabla{
    width:17px; 
    height:17px;
    border:none; 
}

.icontabla:hover{
    width:20px;
    height:20px;
}

.tit_tb{
    background-color: #5AA900;
    color:white;
    text-decoration: none;
}

.titulo_tablas{
    background-color: #5AA900;
    color:white;
    text-decoration: none;
    text-align: center;
}

.titulo a{
    color:white;
}



.fondo_gris_claro{
    background-color:#ddd;
}


.DisplayEntidades{
    visibility: hidden;
    display: none;
    border-left: 1px #ccc solid;
    border-top: 1px #ccc solid;
    border-right: 2px #999 solid;
    border-bottom: 2px #999 solid;
    background: #FFFFFF;
    position: absolute;
    left:800px;
    top:600px;
    width: 288px;
    color: #666;
    height: auto;
}


.DisplayEntidades button{
    border: none;
    width: 23%;
    padding: 5px;
    cursor: pointer;
    background-color: #133e65;
    color:white;
}

#CalendarControlIFrame {
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
    height: 250px;
    width: 250px;
    z-index: 99;
}

#CalendarControl {
    position:absolute;
    background-color:#FFF;
    margin:0;
    padding:0;
    display:none;
    z-index: 100;
}

#CalendarControl table {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 8pt;
    border-left: 1px solid #217CEB;
    border-right: 1px solid #217CEB;
}

#CalendarControl th {
    font-weight: normal;
}

#CalendarControl th a {
    font-weight: normal;
    text-decoration: none;
    color: #FFF;
    padding: 1px;
}

#CalendarControl td {
    text-align: center;
}

#CalendarControl .header {
    background-color: #5AA900;
}

#CalendarControl .weekday {
    background-color: #DDD;
    color: #000;
}

#CalendarControl .weekend {
    background-color: #FFC;
    color: #000;
}

#CalendarControl .current {
    border: 1px solid #339;
    background-color: #336;
    color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
    display: block;
    text-decoration: none;
    border: 1px solid #FFF;
    width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
    color: #FFF;
    background-color: #5AA900;
    border: 1px solid #999;
}

#CalendarControl .previous {
    text-align: left;
}

#CalendarControl .next2 {
    text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next2 {
    padding: 1px 3px 1px 3px;
    font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next2 a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

#CalendarControl .title {
    text-align: center;
    font-weight: bold;
    color: #FFF;
}

#CalendarControl .empty {
    background-color: #CCC;
    border: 1px solid #FFF;
}

.bandeja_verde {
    background-color: #E4F2E3;
}

.bandeja_temporal {
    background-color: #F8ECE0;
}

.bandeja_suplencia {
    background-color: #FFF5D7;
}

.bandeja_rojo {
    background-color: #FF4040;
}
.bandeja_rojo_claro {
    background-color: #FFF4F3;
}
.bandeja_naranja {
    background-color: #FFB340;
}
.bandeja_amarillo {
    background-color: #FFFF40;
}
.bandeja_grupo {
    background-color: #D2E1F8;
}




.bandeja_temporal {
    background-color: #F8ECE0;
}

.bandeja_suplencia {
    background-color: #FFF5D7;
}

.fondo_gris_claro {
    background-color: #EEEEEE;
    color:black;
}

.fondo_gris_claro a{
    color:black;
}

.tr:nth-child(even)  {
    background-color: rgb(143, 191, 234);
}



/*Tabla Destinatarios*/

/* Fichas de radicacion*/
.formulario{
    margin:auto;
    width:90%;
    height:auto;
    background-color: #DDD;
    border: 1px solid black;


}

.fuente strong{
    font-size: 25px;
    /* margin: auto; */
    padding: 9px;

}



.fuente .radio label
{
    display: inline-block;
    cursor: pointer;
    color: black;
    position: relative;
    padding: 5px 15px 5px 43px;
    font-size: 1em;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 

}
.fuente .radio label:hover,
.fuente .checkbox label:hover {
    background: rgba(63, 166, 99, 0.1); }
.fuente .radio label:before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 15px;
    border-radius: 40%;
    background: none;
    border: 3px solid #3FA663; }

.fuente input[type="radio"] {
    display: none; }


.fuente input[type="radio"]:checked + label:before {
    display: none; }

.fuente input[type="radio"]:checked + label {
    padding: 5px 15px;
    background: #3FA663;
    border-radius: 2px;
    color:white; }

.cajita_centrada_radio{
    width: 30%;
    margin: auto;
}

.titulo{
    margin:2%;
    font-size:22px;
    color:#133e65;
    border-bottom:2px solid #e6b962;

}





.infodocumento .radioinfodoc .fuente .radio{
    width: 40%;
    /* margin: auto; */
    margin-left: 0%;
    margin-top: 2%;
}


.fuente .radio{
    width: 100%;
    margin: auto;
    margin-top: 2%;
}
.infodocumento .fuente .radio{
    width: 37%;
    /* margin: auto; */
    margin-left: 53%;
    margin-top: 2%;
}


.titulo_ficha{

    color: #007cae;

    font-weight: bolder;
    padding: 15px;
    text-align: center;
    font-size: 19px;
}

.titulo_ficha p{
    margin-left: 1%;
    font-size: 22px;

}

.ficha{
    background-color: white;
    width: 74%;
    /*max-width: 900px;*/
    margin: auto;
    height: 800px;
    max-height: 800px;
    overflow-y: auto;

}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.ficha p{
    background-color:#255280;
    color:white;
    font-size:2rem;
    margin-top:3%;
}
.drad{
    background-color: white;
    width: 50%;
    height: 26%;
    float: left;
    /* height: 15%; */
    padding: 1%;
}

.drad2{
    background-color: white;
    width: 100%;

    float: left;
    text-align: center;
    padding: 1%;

}
.ficha p{
    background-color:#255280;
    color:white;
    font-size:22px;
}

/*.drad1 {
    float: left;
    width: 40%;
   margin-right: 18%;

}*/



.datosremitente{
    width:71%;
    margin:auto;
}


/*.ficha input{
    border: 1px solid #ddd;
    width: 80%;
    height: 31px;
    border-radius: 7px;
    padding: 2%;
    margin-left: 3%;
    border-bottom: 2px solid #e6b962;
}*/

.alta{
    color:red;
}



.contenido_vinculo:hover{
    color:#98c438;
}


.infodocumento{
    width: 72%;
    margin: auto;
}

.infodocumento textarea{
    width: 100%;
    height: 14%;
}
.ldes{
    margin: auto;
    width: 73%;
}


.infodoc1{
    float:left;
    margin-right: 18%;
}

.ddestinatario{
    width:54%;
    margin:auto;
}

.ddes{
    float:left;
    margin-right: 5%;
}

.ddcopia{
    width:50%;
    margin:auto;
}

.desdoc_ruta .fuente .radio{
    width: 77%;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 2%;
}


.desdc2{
    width: 51%;
    margin: auto;
}

.rutaConsult{
    margin-top:2%;
}


#fecInicialInput{
    visibility: hidden;
    width: 0px;
    border: 0px;
    padding: 0px;
    margin: -2px;
    height:0;
}



.foliosBasicos{
    margin-left: 16%;
}
.foliosBasicos input{
    width:109px;
}


.rd2{
    float: left;
    width: 26%;
    padding: 2%;
    margin: 2%;
}


.botonesdiv{
    align-content: center;
    margin-left: 36%;
}



.botones{
    padding: 9px;
    background-color: #dddddd;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    color: #007cae;
    margin-left:2px;

}

.botones:hover{
    background-color: #F1F1F1;
}



.botones.cancelar{
    background-color: #f44336;
    color: white;
}

.botones.cancelar:hover{
    background-color: #da190b;
}

.botones.guardar{
    background-color: #98c438;
    color: white;
}

.botones.guardar:hover{
    background-color: #749801;

}

.botones.buscar{
    background-color: #007cae;
    color: #fff;
}

.botones.buscar:hover{
    background-color: #255280;
}


.botones.actualizar{
    background-color: #f3ac24;
    color: white;
} 
.botones.actualizar:hover{
    background-color:#e6b962;

}


.cajas{
    width:90%;
    max-width: 900px;
    margin:auto;
}

/*Caja */
.caja{
    width: 90%;
    max-width: 900px;
    margin: auto;
    box-shadow: 2px 2px 10px #333;
    padding: 5px;
    margin-bottom: 30px;
    margin-top:12px;
}


.caja h4{
    text-align: center;
    color: #3FA663;

}

.cajatexto{
    width:72%;
    margin:auto;
    overflow-x: auto;
}



#myTable{
    width:100%;
    height: 500px;
    overflow-y: auto;
}

#myInput{
    width: 100%;
    border-radius:5px;
    border: 1px solid #ddd;
    padding: 2%;
}

.caja .mitabla tr:hover:not(:first-child){
    cursor:pointer;
    background:#5a748b;
}



.caja2{
    height: 300px;
    max-height: 400px;
    overflow-y: auto;
}

.trs{
    color:#255280;
    font-size: 15px;
}

.seleccionado{
    background-color: #3FA663;
    color: white;
}



.bandejafl{
    width:90%;
    margin:auto;
}

.caja .inpt{
    width:100%;
    padding: 1%;
}

.cajabtn{
    width: 90%;
    margin: auto;
    padding-top: 2%;
    padding-bottom: 2%;
}
/*se usa para centra un boton*/
.cajita_centrada{
    width:40%;
    margin:auto;
}

.cajita_centrada button{
    width:100%;
    margin:5px;
}




.select2div{
    width: 100%;
    max-width: 100%;

}


/*loader*/

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3FA663;
    ; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
}

.caja3{

    margin-left: auto;
    margin-right: auto;
    margin-top:15px;
    margin-bottom: 37px;
    text-align: center;
    padding: 203px;
}

.caja3 h3{
    text-align:center;
}

.contenedorsem{
    width:80%;
    margin: auto;
    padding: 2%;
    box-shadow: 2px 2px 10px #666;
    margin-top:31px;


}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.c{
    width:12%;
    margin:auto;
    font-size: 23px;
    color:#000000;
    align-content: center;
    padding: 1%;
}
.df{
    font-size: 33px;
    cursor: pointer;
    color:black;
}

.dfrojo{
    font-size: 33px;
    cursor: pointer;

}

.dfverde{
    font-size: 33px;
    cursor: pointer;

}



.df:hover{
    font-size: 43px;
    cursor: pointer;

}


#BotonScroll {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #3FA663;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#BotonScroll:hover {
    background-color: #555;
}
/*Grande*/

/*Login*/

.login{
    width: 50%;
    margin: auto;
    margin-top: 82px;
    border: 1px solid #ddd;
    box-shadow:2px 2px 10px #5AA900;
    border-radius: 30px;
    padding:11px;
}

.linkslogin{
    font-size: 16px;
    color: #007cae;
    text-align: center;
    text-decoration: none;
}

.linkslogin:hover{
    color:#98c438;

}


.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.iconoinput {
    padding: 10px;
    background: #5AA900;
    min-width: 50px;
    text-align: center;
    color: white;
}

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #ddd;
    font-size: 18px;
}

.input-field:focus {
    border: 2px solid #5AA900;
}


.titulo_login{
    width:100%;
    text-align: center;
    color:#fff;
    font-size: 20px;
    margin-bottom:37px;
}




#div_cant{
    text-align: right;
    padding: 0px 55px 0px 0px;
}
/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: auto;
}
.pag_btn:hover{
    cursor: pointer; 
    background-color: #ddd;
}
#pag_num:hover{
    cursor: pointer; 
    background-color: #ddd;
}
#paginador td{
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}
#paginador{
    padding: 0px 0px 0px 342px;
}
/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 17px;
}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}
/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 70%;
    border-left: none;
    display: none;
    height: 612px;
    max-height:  612px;
    overflow-y: auto;
}
/* Clear floats after the tab */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
/* Slideshow container */
.slideshow-container {
    position: relative;
    background: #f1f1f1f1;
}
/* Slides */
.mySlides {
    display: none;
    text-align: center;
}
/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
/* Position the "next button" to the right */
.next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
}
/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 10px;
    background: #ddd;
}
/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
/* Add a background color to the active dot/circle */
.active, .dot:hover {
    background-color: #717171;
}

.caja_media{
    width: 60%;
    margin:auto;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px #666;
    padding: 5px;
    margin-bottom:11px;
    margin-top: 12px;
}
/*Nuevos cambios*/

#idruta{
    width: 100%;
}

#idTipo{
    width: 100%;
}
#idRuta{
    width: 100%;
}


/* Texto Corto */
.w{
    width:100px;
    overflow:hidden; /* Escondemos la parte sobrante */
    white-space:nowrap; /* Indicamos que no realice salto de linea si no cabe en la anchura indicada */
    text-overflow: ellipsis;
    transition: width 1s ease-in-out;/* Ponemos los dos puntos */
}
.w:hover {
    width: 200px;
    white-space: initial;
    overflow:visible;
    cursor: pointer;
}



/* The container */
.contenedorcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    margin-top:6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.contenedorcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.marcado {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: darkgray;
}

/* On mouse-over, add a grey background color */
.contenedorcheck:hover input ~ .marcado {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contenedorcheck input:checked ~ .marcado {
    background-color: #98c438;
}

/* Create the checkmark/indicator (hidden when not checked) */
.marcado:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.contenedorcheck input:checked ~ .marcado:after {
    display: block;
}

/* Style the checkmark/indicator */
.contenedorcheck .marcado:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ocrform .checkbox label {
    display: inline-block;
    cursor: pointer;
    color: #133E65;
    position: relative;
    padding: 5px 15px 5px 51px;

    /*border-radius: 5px;*/
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.ocrform .radio label:hover,
.ocrform .checkbox label:hover {
    background: rgba(255, 65, 54, 0.1); }
.ocrform .radio label:before,
.ocrform .checkbox label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    border-radius: 50%;
    background: none;
    border: 3px solid #133E65; }

.ocrform .checkbox label:before {
    border-radius: 3px; }
.ocrform .checkbox input[type="checkbox"] {
    display: none; }
.ocrform .checkbox input[type="checkbox"]:checked + label:before {
    display: none; }
.ocrform .checkbox input[type="checkbox"]:checked + label {
    background: #133E65;
    color: #fff;
    padding: 5px 15px; }


.accordeon{
    background-color: #fff;
    border: 1px solid #007cae;
    color: #007cae;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    /*border: none;*/
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    text-align: center;
    margin-top: 14px;
}

.activo, .accordeon:hover {
    background-color: #007cae;
    color:#fff;
}

.accordeon:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.activo:after {
    content: "\2212";
    color: #fff;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.ConvencionTemporal{
    background-color:#F8ECE0 ;
    border:1px solid #F33319;
}

.convenciones{
    width: 50%;
    margin:auto;
    text-align: center;
}

.ConvencionDevol{
    background-color: #E4F2E3;
    border:1px solid #16B60A;
}

.ConvencionSuplencia{
    background-color: #FFF5D7;
    border: 1px solid #ECB100;
}

.ConvencionGrupo{
    background-color: #D2E1F8;
    border: 1px solid #005CE9;
}
.caja_g{
    width: 95%;

    margin: auto;
    box-shadow: 2px 2px 10px #333;
    padding: 5px;
    margin-bottom: 30px;
    margin-top:12px;
    margin-bottom: 50px;
}
#lista{
    /* padding: 60px 0px 0px 200px;*/
    position: relative;

}

.ui-datepicker .ui-datepicker-header{
    color:black;
}
/*Animacion de carga*/



.back {

    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    color: #fff;
    text-align: center;
}

.contenedoranimacion {
    /*background-color: #fefefe;*/
    margin: auto;
    padding: 20px;
    /**border: 1px solid #888;*/
    width: 50%;
}

.imagen{
    width: 30%;
    margin: auto;
}

.cargan {
    width: 13%;
    margin: auto;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    color: black;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    background-color: #007cae;
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {

    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    background-color: #A7C437;
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.botonlogin{
    width: 100%;
    border: 2px solid #007cae;
    background-color: #fff;
    padding: 8px;
    transition: .2s;
    color: #007cae;
    border-radius: 11px;
}

.botonlogin:hover{
    border: none;
    background-color:#007cae;
    color: #fff;
    padding: 12px;
}

.iconl{
    color:#5AA900 ;
}
.iconl:hover{
    color:#007cae ;
    font-size:18px;
}

.cajabtn3{
    margin:auto;
    width:41%;
}

.cajabtn4{
    margin:auto;
    width:28%;
}

.cajabtn_g{
    width: 69%;
    margin: auto;
    padding: 4px;
}

.tdUdu{
    padding:0px;
}


@media(max-width:1100px){
    .menu a:not(:first-child){display:none}
    .menu .contenedorIcono{
        float: right;
        display: inline-block;
        right: 5%;
        /*top:25%;*/
        /*font-size: 177%;*/
        color: white;
        background-color: #5AA900;
        border: none;
        position: absolute;
        padding: 12px;

    }

    .cajabtn .botones{
        width:100%;
        margin:5px;
    }
    .caja{
        width:100%;
    }

    .cajabtn3{

        width:50%;

    }

    .cajabtn3 .botones{
        width: 100%;
        margin:5px;
    }
    .cajabtn4{
        width:50%;
    }
    .cajabtn4 .botones{
        width:100%;
        margin:5px;
    }
    .cajabtn_g .botones{
        width: 100%;
        margin: 5px;

    }
    .spn{
        float: left;
        margin-left: 6%;
        font-size: 15px;
        color: white;
        padding: 13px;
    }
    .status{
        position: relative;
        display: inline-block;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        margin: 5px;
        cursor:pointer;
    }

    .status:before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        animation: pulse 1.5s infinite ease-in;
    }
    .amarillo{
        position: relative;
        display: inline-block;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        margin: 5px;
        cursor:pointer;
        background-color: yellow;

    }

    .blanco{
        position: relative;
        display: inline-block;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        margin: 5px;
        cursor:pointer;
        background-color: #5AA900;
        margin-top: 7px;
    }

    .naranja{
        position: relative;
        display: inline-block;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        margin: 5px;
        cursor:pointer;
        background-color: orange;

    }
    .rojo{ 
        position: relative;
        display: inline-block;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        margin: 5px;
        cursor:pointer;
        background-color: red;
    }

    .semaforo{
        background: rgba(11,18,31,0.4);

        justify-content: center;
        align-items: center;
        height: 9vh;
        margin: auto;
        width: 100%;
        border-radius: 18px;
        margin-top: 19px;

    }

    .select2div{
        width: 100%;
        max-width: 100%;
    } 
    .select2 select2-container select2-container--default{
        width: 100%;
    }

    .indicador{
        width:100%;
    }

    .mensaje{
        border:none;
        padding-top:3%;
        font-size: 15px;
    }

    .Busqueda1{
        width:100%;
        height: 25%;
        border-bottom:1px dashed #1e4365 ;
        border-right: 0;
    }


    .Busqueda2{
        width:100%;
        height: 25%; 
    }

    .plantilla{
        margin: 3%
    }

    .drad{
        width:100%;
    }

    .rd2{
        width: 80%;
        padding: 2%;
        margin: 2%;
    }

    .drad{
        height:auto;   
    }


    .login{
        width:80%;
    }

}



@media (max-width: 1100px) {


    menu .responsive {position: relative;}
    .menu .responsive .contenedorIcono {
        position: absolute;
        right: 0;
        top: 0;
    }
    .menu.responsive a {
        float: none;
        display: block;
        text-align: left;

    }
}

/*Medio*/

@media(max-width:640px){
    .spn{
        float: left;
        margin-left: 6%;
        font-size: 15px;
        color: white;
        padding: 13px;
    }

    .indicador{
        width:100%;
    }


    .mensaje{
        border:none;
        padding-top:3%;
        font-size: 15px;
    }

    .Busqueda1{
        width:100%;
        height: 25%;
    }


    .Busqueda2{
        width:100%;
        height: 25%; 
    }

    .plantilla{
        margin: 3%
    }
}


/*pequeño*/
@media(max-width:360px){
    .spn{
        float: left;
        margin-left: 6%;
        font-size: 15px;
        color: white;
        padding: 13px;
    }

    .indicador{
        width:100%;
    }


    .mensaje{
        border:none;
        padding-top:3%;
        font-size: 15px;
    }

    .Busqueda1{
        width:100%;
        height: 25%;
    }


    .Busqueda2{
        width:100%;
        height: 25%; 
    }

    .plantilla{
        margin: 3%
    }
}

/* Mediaquery Responsive*/

/*@media (max-width:500px){

    .menu a:not(:first-child) {display: none;}

    .menu #icono{
        float: right;
        display: block;
    }
    .menu .contenedorIcono4{
        float: right;
        display: inline-block;
        right: 5%;
        top: 29%;
        font-size: 177%;
        color: white;
        background-color: #133e65;
        border: none;
        position: absolute;
    }


    .menu .contenedorIcono2{
        float: right;
        display: inline-block;
        right: 5%;
        top: 25%;
        font-size: 177%;
        color: white;
        background-color: #133e65;
        border: none;
        position: absolute;
    }

    .spn{
        float: left;
        margin-left: 6%;
        font-size: 15px;
        color: white;
        padding: 13px;
    }

    .indicador{
        width:100%;
    }

    .blanco{
        width:39%;
    }

    .mensaje{
        border:none;
        padding-top:3%;
        font-size: 15px;
    }

    .Busqueda1{
        width:100%;
        height: 25%;
    }


    .Busqueda2{
        width:100%;
        height: 25%; 
    }

    .plantilla{
        margin: 3%
    }

}*/




/*  estilo Bpmn*/

.estiloform {
    background-color: #5AA900;
    font-size: 12px;
    color: #FFF;
    position: relative;
    font-weight: bold;
    width:auto;  
    border:#ccc 1px solid;
    text-decoration: #fff;
    text-align:center;
    margin-top: 5px;
    font-family:epm, "Trebuchet MS", Arial, Helvetica, sans-serif;


}  


.estilofont{
    font-size: 11px;
    color: black;
    position: relative;
    text-decoration: #fff;
    text-align:left;
    margin-top: 5px;
    font-family:epm, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.estiloform input {

    color:black; 
    font-size: 12px;
    font-family:sans-serif;

}


.mensajeOk {
    background-color: #5AA900;
    font-size: 14px;
    color: #FFF;
    padding:3px 630px 2px 7px;
    position: relative;
    font-weight: bold;
    border:#ccc 1px solid;
    text-decoration: #fff;
    text-align:left;
    margin-top: 5px;
    font-family:epm, "Trebuchet MS", Arial, Helvetica, sans-serif;

}



/*Estilos para checkbox */
.checkboxbpmn {

    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;

    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxbpmn input {

    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    border: 2px solid #5AA900;
    background-color:#5AA900;
    border-radius: 0px;
    position:absolute;
    top: 0;
    left: 0;
    color: white;
    height: 18px;
    width: 18px;

}

/* On mouse-over, add a grey background color */
.checkboxbpmn:hover input ~ .checkmark {
    background-color: #5AA900;
}

/* When the checkbox is checked, add a blue background */
.checkboxbpmn input:checked ~ .checkmark {
    background-color: #5AA900;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxbpmn input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxbpmn .checkmark:after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.estiloinputbpmn{
    font-size: 12px;
    color: black;
    font-weight:bold;
    position: relative;
    text-decoration: #fff;
    text-align:left;
    border:0px; 
    font-family:epm, "Trebuchet MS", Arial, Helvetica, sans-serif;
}



/*Estilos para radio */
.radiobpmn {

    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;

    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.radiobpmn input {

    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmarkradio {
    border: 2px solid #5AA900;
    background-color:#5AA900;
    border-radius: 40px;
    position:absolute;
    top: 0;
    left: 0;
    color: white;
    height: 18px;
    width: 18px;

}

/* On mouse-over, add a grey background color */
.radiobpmn:hover input ~ .checkmarkradio {
    background-color: #5AA900;
}

/* When the checkbox is checked, add a blue background */
.radiobpmn input:checked ~ .checkmarkradio {
    background-color: #5AA900;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkradio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.radiobpmn input:checked ~ .checkmarkradio:after {
    display: block;
}

/* Style the checkmark/indicator */
.radiobpmn .checkmarkradio:after {
    top: 5px;
    left: 4px;
    width: 6px;
    height: 5px;
    border-radius: 50%;
    background: white;
}


/* configuracion BPMN*/

.boton-personalizado-5 {
    background-color: #5AA900;
    font-size: 14px;
    color: #FFF;
    padding:10px 15px;
    position: relative;
    font-weight: bold;
    border:none;
    text-decoration: none;
    text-align: center;
    margin-top: 5px;
    font-family:epm, "Trebuchet MS", Arial, Helvetica, sans-serif;
    cursor:pointer;


}    
.boton-personalizado-5:hover {

    background-color: #5AA900;
    color: #FFF;


}
.formulariobpm .check label
{
    display: inline-block;
    cursor: pointer;
    color: #0074D9;

    position: relative;
    padding: 5px 10px 5px 51px;
    font-size: 12px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 

}
.formulariobpm .check label:hover
{
    background: rgba(0, 116, 217, 0.1); }


.formulariobpm .check label:before{
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 15px;
    border-radius: 0;
    background: none;
    border: 3px solid #5AA900; }


.formulariobpm input[type="checkbox"] {
    display: none; }


.formulariobpm input[type="checkbox"]:checked + label:before {
    display: none; }
.formulariobpm input[type="checkbox"]:checked + label {
    padding: 5px 10px;
    background: #5AA900;
    border-radius: 2px;
    color: #fff; }





/*radio button*/

.formulariobpm .radio label
{
    display: inline-block;
    cursor: pointer;
    color: #5AA900;

    position: relative;
    padding: 5px 10px 5px 51px;
    font-size: 12px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 

}
.formulariobpm .radio label:hover
{
    background: rgba(0, 116, 217, 0.1); }
.formulariobpm .radio label:before{
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 15px;
    border-radius: 50%;
    background: none;
    border: 3px solid #0074D9; }
.formulariobpm input[type="radio"] {
    display: none; }


.formulariobpm input[type="radio"]:checked + label:before {
    display: none; }
.formulariobpm input[type="radio"]:checked + label {
    padding: 5px 10px;
    background: #5AA900;
    border-radius: 2px;
    color: #fff; }





.btn{
    width: 70px;
    padding-left: 100px;

}
.boton-personalizado4 {
    color: #5AA900;
    font-size: 12px;
    position: relative;
    border:none;
    text-decoration: none;
    text-align: center;
    margin-top: 5px;
    font-family:epm, "Trebuchet MS", Arial, Helvetica, sans-serif;
    cursor:pointer;


}    

.boton-personalizado-4 {
    color: #5AA900;
    font-size: 12px;
    position: relative;
    border:none;
    text-decoration: none;
    text-align: center;
    margin-top: 5px;

    cursor:pointer;
    float: right;

}    
.boton-personalizado-4:hover {

    font-size: 16px;

}

#lista{
    /*padding: 60px 0px 0px 200px;*/
    position: relative;

}
.modeler{
    border: 2px solid #1AB9F0;
    height: 75%;
    width:100%;
    font-size: 12px;



}
.modeler2{
    overflow: scroll;

}



.newmodal{


    height:900PX;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0;
    background-color: rgb(214,218,228);
    background-color: rgba(214,218,228, 0.8);
    /* background-color: whitesmoke;*/
    overflow-x: hidden;
    transition: 0.5s;
    /*border: 1px solid black;*/
    font-size: 14px;
    color: #FFF;




}
.newmodal2{


    height:900PX;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0;
    background-color: rgb(214,218,228);
    background-color: rgba(214,218,228, 0.8);
    /* background-color: whitesmoke;*/
    overflow-x: hidden;
    transition: 0.5s;
    /*border: 1px solid black;*/
    font-size: 14px;
    color: #FFF;




}


.btnabrir{
    background-color:#5AA900;
    font-size: 14px;
    color: white;
    padding:10px 20px;
    position: relative;
    font-weight: bold;
    border:none;
    text-decoration: none;
    text-align: center;
    margin-top: 5px;
    font-family:epm, "Trebuchet MS", Arial, Helvetica, sans-serif;
    cursor:pointer;

}
.btnabrir:hover{

    background-color: #5AA900;
    color: #FFF;
}




.newmodal .btncerrar{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 20px;
    margin-left: 50px;
    color:black;
}

.newmodal2 .btncerrar{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 20px;
    margin-left: 50px;
    color:black;
}

.btncerrar:hover{
    cursor: pointer;
}

#contenidos {
    transition: margin-left .5s;

}



/* smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .newmodal {padding-top: 15px;}
    .newmodal a {font-size: 18px;}

}

@media screen and (max-height: 450px) {
    .newmodal2 {padding-top: 15px;}
    .newmodal2 a {font-size: 18px;}

}


#search[type=text] {
    width: 550px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;

}

#modal3 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15px;
    display: none;
}

.cuadro {
    width: 45%;
    height: 37%;
    position: fixed;
    /* z-index: 1;*/
    overflow: auto;
    left: 28%;
    top: 11%;
    border-radius: 5px;
    margin: auto;
    background-color: #fefefe;
    margin: auto;
    /*padding: 20px;*/
    border: 1px solid #888;

}

.cab {
    background-color: rgb(27, 127, 173);
    width: 100%;
    padding: 16px;
    text-align: center;
    color: white;
    font-family: sans-serif;
}


.pie {
    background-color: rgb(27, 127, 173);
    width: 100%;
    padding: 28px;
    position: relative;
    top: 35px;
}


.cerrar2 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;

}


.cerrar2:hover,
.cerrar2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}



.a{

    padding-top: 11px;
    padding-left: 140px;
    width: 100%;
    height: 22%;
    background-color: #fefefe;


}

.b{
    width: 100%;
    height: 17%;
    padding-left: 496px;
    background-color: #fefefe;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff !Important;
    border-radius: 4px;}



/*  fin estilo estilo Bpmn*/


