/**
 * Gov.co (https://www.gov.co) - Gobierno de Colombia
 *  - Componente: Desplegable
 *  - Version: 4.0.0
 */

/* Fuente iconografica */
@font-face {
    font-family: "govco-font";
    src: url("../assets/icons/fonts/govco-font-icons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* WorkSans-Regular */
@font-face {
  font-family: 'WorkSans-Regular';
  src: url('../assets/fonts/Work_Sans/static/WorkSans-Regular.ttf');
}

/* WorkSans-Medium */
@font-face {
  font-family: 'WorkSans-Medium';
  src: url('../assets/fonts/Work_Sans/static/WorkSans-Medium.ttf');
}

[class^="govco-"]:before,
[class*=" govco-"]:before {
    font-family: "govco-font";
    font-style: normal;
    font-weight: normal;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 100%; /* 100% = 16px */
}

/* all */
.label-desplegable-govco {
    text-align: left;
    font-family: WorkSans-Regular;
    font-size: 16px;
    letter-spacing: 0;
    color: #4B4B4B;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}

.desplegable-govco {
    position: relative;
    text-align: left;
    font-family: WorkSans-Regular;
    font-size: 16px;
    letter-spacing: 0;
}

.desplegable-govco .govco-chevron-left:before {
    content: '\e8b6';
}

.desplegable-govco .govco-chevron-right:before {
    content: '\e8b7';
}

.desplegable-govco select {
    display: none;
}

.desplegable-govco .desplegable-selected-option {
    border: 0.063rem solid #737373;
    border-radius: 0.313rem;
}

.desplegable-govco button.desplegable-selected-option {
    line-height: 1.5rem;
}

.desplegable-govco .desplegable-selected-option:hover {
    border: 0.063rem solid #3366CC;
    border-radius: 0.313rem;
}

.desplegable-govco .desplegable-selected-option:focus-visible {
    outline: max(0.125rem, 0.15em) solid #000000;
    outline-offset: max(0.125rem, 0.15em);
}

.desplegable-govco .desplegable-selected-option:after {
    font-family: "govco-font";
    font-size: 12px;
    content: '\e8b5';
    position: absolute;
    margin-top: 0.188rem;
    right: 0.75rem;
    color: #3366cc;
}

.desplegable-govco .desplegable-selected-option:after:hover {
    position: absolute;
    content: "";
    top: 1rem;
    right: 0.625rem;
    width: 0;
    height: 0;
    border: 0.313rem solid transparent;
    border-color: #3366CC transparent transparent transparent;
}

.desplegable-govco:not(.desplegable-calendar-govco) .desplegable-selected-option.search-filter-selected-option.desplegable-arrow-active:not(.error-desplegable-govco):after {
    content: '\e8b8';
}

.desplegable-govco .desplegable-selected-option.desplegable-arrow-active {
    border: 0.063rem solid #3366CC;
    box-shadow: 0 0.25rem 0 #3366CC24;
}

.desplegable-govco .desplegable-items li, 
.desplegable-govco .desplegable-selected-option {
    font-family: WorkSans-Regular;
    font-size: 16px;
    color: #4B4B4B;
    padding: 0.438rem 3.8rem 0.438rem 1rem;
    cursor: pointer;
    user-select: none;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    text-align: left;
    display: flex;
    align-items: center;
}

.desplegable-govco .desplegable-items li {
    height: 2.5rem;
}

.desplegable-govco .desplegable-selected-option[value="0"] {
    color: #737373;
}

.desplegable-govco .desplegable-selected-option.disabled-desplegable-govco,
.desplegable-govco .desplegable-selected-option:disabled {
    border-color: #BABABA;
    background-color: #F2F2F2;
    color: #BABABA;
    pointer-events: none;
}

.desplegable-govco .desplegable-selected-option.disabled-desplegable-govco input::placeholder,
.desplegable-govco .desplegable-selected-option.disabled-desplegable-govco input {
    color: #BABABA;
    pointer-events: none;
}

.desplegable-govco .desplegable-selected-option.disabled-desplegable-govco::after ,
.desplegable-govco .desplegable-selected-option:disabled::after {
    color: #BABABA;
}

.desplegable-govco .desplegable-selected-option.error-desplegable-govco,
.desplegable-govco .desplegable-selected-option.search-filter-selected-option.error-desplegable-govco {
    border-color: #A80521;
    color: #A80521;
}

.desplegable-govco .desplegable-selected-option.search-filter-selected-option.error-desplegable-govco::after {
    font-size: 14px;
    color: #FFFFFF;
    content: "\e92f";
    background-color: #A80521;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    padding-top: 0.125rem;
    border-radius: 50%;
    margin-top: 0;
}

.desplegable-govco .desplegable-selected-option.error-desplegable-govco::after ,
.desplegable-govco .desplegable-selected-option.search-filter-selected-option.error-desplegable-govco input::placeholder,
.desplegable-govco .desplegable-selected-option.search-filter-selected-option.error-desplegable-govco input {
    color: #A80521;
}

.label-desplegable-govco.disabled-desplegable-govco ~ .alert-desplegable-govco,
.label-desplegable-govco.disabled-desplegable-govco {
    color: #BABABA;
}

.desplegable-govco .desplegable-items {
    box-shadow: 0 0.188rem 0.375rem #00000029;
    position: absolute;
    outline: 0.063rem solid #3366CC;
    border-radius: 0.125rem;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0.063rem;
    margin-top: 0.25rem;
    max-height: 12.5rem;
    overflow-y: auto;
    list-style: none;
    padding: 0;
}

.desplegable-govco .desplegable-items::-webkit-scrollbar {
    width: 0.519rem;
    background: #004884 0% 0% no-repeat padding-box;
    border-radius: 0.75rem;
}

.desplegable-govco .desplegable-items::-webkit-scrollbar-thumb {
    border-radius: 0.75rem;
    box-shadow: 0 0.188rem 0.375rem #00000029;
    background-color: #FFFFFF;
    border: 0.063rem solid #000;
}

.desplegable-govco .desplegable-items li:hover,
.desplegable-govco .desplegable-items li:focus-visible {
    background-color: #E6EFFD;
}

.desplegable-govco .desplegable-items li:focus-visible {
    outline: max(0.125rem, 0.15em) solid #000000;
}

.desplegable-govco .desplegable-items li.same-as-selected {
    background-color: #3366CC;
    color: #FFFFFF;
}

.desplegable-govco .desplegable-hide {
    display: none;
}

.desplegable-govco ~ .alert-desplegable-govco {
    color: #4B4B4B;
    font-family: WorkSans-Regular;
    font-size: 16px;
    line-height: 1.375rem;
    margin-top: 1rem;
    display: block;
}

.desplegable-govco ~ .alert-desplegable-govco.error-desplegable-govco {
    color: #A80521;
}

/* Filtro */
.desplegable-govco.desplegable-filter-govco .desplegable-selected-option:not(.desplegable-arrow-active):focus-within {
    outline: max(0.125rem, 0.15em) solid #000000;
    outline-offset: max(0.125rem, 0.15em);
}

.desplegable-govco.desplegable-filter-govco .desplegable-selected-option .btn-clear-desplegable-govco {
    position: absolute;
    right: 2rem;
    border: 0;
    background: transparent;
    padding: 0;
}

.desplegable-govco.desplegable-filter-govco .desplegable-selected-option.search-filter-selected-option.error-desplegable-govco .btn-clear-desplegable-govco {
    right: 2.5rem;
}

.desplegable-govco.desplegable-filter-govco .btn-clear-desplegable-govco::before {
    font-family: "govco-font";
    font-size: 24px;
    content: '\eb73';
    color: #3366CC;
    border-right: 0.063rem solid #BABABA;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.desplegable-govco.desplegable-filter-govco .disabled-desplegable-govco .btn-clear-desplegable-govco::before {
    color: #BABABA;
}

.desplegable-govco.desplegable-filter-govco ul li.none-desplegable-govco {
    display: none;
}

/*  Filtro, Calendario */
.desplegable-govco .desplegable-selected-option input {
    display: inline-block;
    box-shadow: none;
    border: none;
    width: 100%;
    margin-top: 0.313rem;
    transition: none;
    box-shadow: none;
    padding: 0;
    height: 1.25rem;
    margin: 0;
    color: #4B4B4B;
    font-family: WorkSans-Regular;
    background-color: transparent;
}

.desplegable-govco .desplegable-selected-option input:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}


/* Casillas de verificación */
/* opciones de seleccion */  
/* checkbox */
.checkbox-seleccion-govco {
    display: block;
    cursor: pointer;
}
   
.checkbox-seleccion-govco label {
   font-size: 16px;
   color: #4b4b4b;
   font-family: WorkSans-Regular;
}
  
.checkbox-seleccion-govco input[type="checkbox"] + label {
    color: #4B4B4B;
    font-size: 16px;
    cursor: pointer;
}
  
.checkbox-seleccion-govco input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #3366CC;
    width: 1.25rem;
    height: 1.25rem;
    border: 0.188rem solid #3366cc;
    transform: translateY(-0.075em);
    border-radius: 0.25rem;
    display: inline-grid;
    place-content: center;
    float: left;
    margin-right: 0.5em;
    margin-top: 0.25em;
    position: relative!important;
    opacity: 1!important;
    cursor: pointer;
}
  
.checkbox-seleccion-govco input[type="checkbox"]:checked::after {
    content: "";
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0.188rem;
    width: 0.438rem;
    height: 0.813rem;
    border: solid #ffffff;
    border-width: 0 0.188rem 0.188rem 0;
    transform: rotate(45deg);
    border-radius: 0.125rem;
}
  
.checkbox-seleccion-govco input[type="checkbox"]:not(:checked), 
.checkbox-seleccion-govco input[type="checkbox"]:checked {
    pointer-events: auto!important;
}
  
.checkbox-seleccion-govco input[type="checkbox"]:checked {
    background-color: #3366CC;
}
  
.checkbox-seleccion-govco input[type="checkbox"]:focus-visible {
    outline: max(0.125rem, 0.15em) solid #000000;
    outline-offset: max(0.125rem, 0.15em);
}
  
.checkbox-seleccion-govco input[type="checkbox"]:disabled {
    border: 0.188rem solid #737373;
}
  
.checkbox-seleccion-govco input[type="checkbox"]:checked:disabled {
    background-color: #737373;
}
  
.checkbox-seleccion-govco input[type="checkbox"]:disabled + label {
    color: #737373;
}
  
/* switch */
.switch-seleccion-govco {
   margin: 0;
   padding: 0;
   display: block;
   margin-bottom: 0.938rem;
   display: flex;
   align-items: center;
   display: block;
}
   
.switch-seleccion-govco label {
   font-size: 16px;
   color: #4b4b4b;
   font-family: WorkSans-Regular;
}
  
.switch-seleccion-govco input {
   margin-top: 0.563rem;
   padding: 0;
   margin: 0!important;
   cursor: pointer;
   border: 0.063rem solid #3366cc;
   height: 1.25rem;
   width: 2.25rem !important;
   position: relative!important;
   opacity: 1!important;
   background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3.8' fill='rgba(51, 102, 204)'/></svg>") !important;
}
  
.switch-seleccion-govco input:checked {
   background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3.8' fill='%23fff'/></svg>") !important;
   background-color: #3366cc;
   border: 0.063rem solid #3366cc;
}
  
.switch-seleccion-govco input:disabled {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3.8' fill='%23737373'/></svg>") !important;
    background-color: #BABABA;
    border: 0.063rem solid #737373;
}
  
.switch-seleccion-govco input:checked:disabled {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3.8' fill='%23fff'/></svg>") !important;
    background-color: #737373;
}
  
.switch-seleccion-govco input:disabled + label {
    color: #737373;
}
  
.switch-seleccion-govco input:focus-visible {
    outline: 0.125rem solid black;
    outline-offset: 0.188rem;
    box-shadow: none !important;
}
  
.switch-seleccion-govco label {
   margin: 0;
   padding: 0;
   position: relative;
   cursor: pointer;
   margin-bottom: 0;
   display: initial;
   margin-left: 0.5rem;
   font-size: 16px;
}
  
/* Radio button */
.radio-seleccion-govco {
    margin-bottom: 0.125rem;
}
  
.radio-seleccion-govco input[type="radio"] + label {
    color: #4B4B4B;
    font-size: 16px;
    font-family: WorkSans-Regular;
    margin: 0;
    line-height: 1.375rem;
    cursor: pointer;
}
  
.radio-seleccion-govco input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #3366CC;
    width: 1.15em;
    height: 1.15em;
    border: 0.1667rem solid #3366cc;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: inline-grid;
    place-content: center;
    float: left;
    margin-right: 0.5em;
    margin-top: 0.25em;
    position: relative!important;
    opacity: 1!important;
}
  
.radio-seleccion-govco input[type="radio"]:hover {
    border: 0.15em solid #004884;
}
  
.radio-seleccion-govco input[type="radio"]:disabled {
    border: 0.15em solid #737373;
}
  
.radio-seleccion-govco input[type="radio"]:disabled + label {
    color: #737373;
}
  
.radio-seleccion-govco input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #3366CC;
}
  
.radio-seleccion-govco input[type="radio"]:hover::before {
    box-shadow: inset 1em 1em #004884;
}
  
.radio-seleccion-govco input[type="radio"]:disabled::before {
    box-shadow: inset 1em 1em #737373;
}
  
.radio-seleccion-govco input[type="radio"]:checked::before {
    transform: scale(1);
}
  
.radio-seleccion-govco input[type="radio"]:focus-visible {
    outline: max(0.125rem, 0.15em) solid #000000;
    outline-offset: max(0.125rem, 0.15em);
}
  
.radio-seleccion-govco input[type="radio"]:not(:checked), 
.radio-seleccion-govco input[type="radio"]:checked {
    pointer-events: all !important;
    cursor: pointer;
}


/* calendario */
.desplegable-govco.desplegable-calendar-govco {
    position: relative;
}

.desplegable-govco.desplegable-calendar-govco .desplegable-selected-option:after {
    content: '\ebf6';
    font-size: 16px;
    margin-top: 0;
}

.desplegable-govco.desplegable-calendar-govco button.icon {
    padding: 0.25rem;
    margin: 0;
    border: transparent 0.125rem solid;
    border-radius: 0.313rem;
    text-align: left;
    background-color: white;
    position: relative;
    left: -0.25rem;
    top: 0.188rem;
}

.desplegable-govco.desplegable-calendar-govco button.icon:focus {
    outline: none;
    border-color: hsl(216, 80%, 55%);
}

.desplegable-govco.desplegable-calendar-govco span.arrow {
    margin: 0;
    padding: 0;
    display: none;
    background: transparent;
}

.desplegable-govco.desplegable-calendar-govco .desplegable-calendar-control {
    display: none;
    width: 17.5rem;
    border: 0.063rem solid #3366CC;
    border-radius: 0.313rem;
    padding: 0 0.625rem 0.375rem 0.625rem;
    margin-top: 0.25rem;
    box-shadow: 0 0.25rem 0 #3366CC24;
    background-color: #FFFFFF;
    position: absolute;
}

.desplegable-govco.desplegable-calendar-govco .header {
    padding: 0.625rem 0.375rem 0.5rem 0.375rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.desplegable-govco.desplegable-calendar-govco .header h2 {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: #4B4B4B;
    text-transform: none;
    font-family: WorkSans-Medium;
}

.desplegable-govco.desplegable-calendar-govco .header button {
    border-style: none;
    background: transparent;
}

.desplegable-govco.desplegable-calendar-govco .header button:focus-visible {
    outline: max(0.125rem, 0.15em) solid #000000;
}

.desplegable-govco.desplegable-calendar-govco .desplegable-calendar-control button::-moz-focus-inner {
    border: 0;
}

.desplegable-govco.desplegable-calendar-govco .prev-month,
.desplegable-govco.desplegable-calendar-govco .prev-year,
.desplegable-govco.desplegable-calendar-govco .prev-decade {
    position: absolute;
    padding: 0.375rem 0 0.375rem 0;
    top: 0.25rem;
    left: 0;
    color: #3366cc;
}

.desplegable-govco.desplegable-calendar-govco .next-month,
.desplegable-govco.desplegable-calendar-govco .next-year,
.desplegable-govco.desplegable-calendar-govco .next-decade {
    position: absolute;
    padding: 0.375rem 0 0.375rem 0;
    top: 0.25rem;
    right: 0;
    color: #3366cc;
}

.desplegable-govco.desplegable-calendar-govco .fa-calendar-alt {
    color: hsl(216, 89%, 72%);
}

.desplegable-govco.desplegable-calendar-govco .month-year {
    display: inline-block;
    width: 12em;
    text-align: center;
}

.desplegable-govco.desplegable-calendar-govco table {
   margin: 0;
}

.desplegable-govco.desplegable-calendar-govco table.dates {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
}

.desplegable-govco.desplegable-calendar-govco tbody, 
.desplegable-govco.desplegable-calendar-govco thead, 
.desplegable-govco.desplegable-calendar-govco tr {
  border: 0;
}

.desplegable-govco.desplegable-calendar-govco tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}

.desplegable-govco.desplegable-calendar-govco table.dates th,
.desplegable-govco.desplegable-calendar-govco table.dates td {
    text-align: center;
    font-size: 14px;
    background-color: #FFFFFF;
}

.desplegable-govco.desplegable-calendar-govco table.dates th {
    width: 2rem;
    height: 0.07rem;
    margin-bottom: 0.125rem;
    color: #4B4B4B;
    font-family: WorkSans-Medium;
    font-weight: normal;
}

.desplegable-govco.desplegable-calendar-govco .date-cell {
    outline: 0;
    border: 0;
    padding: 0 0 0.125rem 0.094rem;
    margin: 0;
    height: 2rem;
    width: 2rem;
}

.desplegable-govco.desplegable-calendar-govco .month-cell {
    outline: 0;
    border: 0;
    padding: 0.094rem;
    margin: 0;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    color: #4B4B4B;
}

.desplegable-govco.desplegable-calendar-govco .month-button {
    padding: 0.063rem 0.375rem;
    width: 3.75rem;
    height: 3.75rem;
    background: none;
    border: none;
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 0.25rem; 
    color: #4B4B4B;
    font-family: WorkSans-Medium;
}

.desplegable-govco.desplegable-calendar-govco .year-cell {
    outline: 0;
    border: 0;
    padding: 0.094rem;
    margin: 0;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    color: #4B4B4B;
}

.desplegable-govco.desplegable-calendar-govco .year-button {
    padding: 0.063rem 0.375rem;
    width: 3.75rem;
    height: 3.75rem;
    background: none;
    border: none;
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 0.25rem; 
    color: #4B4B4B;
    font-family: WorkSans-Medium;
}

.desplegable-govco.desplegable-calendar-govco .date-button {
    padding: 0;
    width: 2rem;
    height: 2rem;
    background: none;
    border: none;
    -webkit-appearance: none;
    display: inline-block;
    align-items: none;
    border-radius: 0.25rem;    
    color: #4B4B4B;
    font-family: WorkSans-Regular;
}

.desplegable-govco.desplegable-calendar-govco .date-button:not(.disabled):hover,
.desplegable-govco.desplegable-calendar-govco .year-button:not(.disabled):hover,
.desplegable-govco.desplegable-calendar-govco .month-button:not(.disabled):hover {
    background-color: #E6EFFD;
}

.desplegable-govco.desplegable-calendar-govco .date-button:not(.disabled):focus,
.desplegable-govco.desplegable-calendar-govco .year-button:not(.disabled):focus,
.desplegable-govco.desplegable-calendar-govco .month-button:not(.disabled):focus {
    border-color: #3366CC;
    color: #FFFFFF;
    background-color: #3366CC;
    outline: 0;
}

.desplegable-govco.desplegable-calendar-govco .date-button[aria-selected="true"],
.desplegable-govco.desplegable-calendar-govco .year-button[aria-selected="true"],
.desplegable-govco.desplegable-calendar-govco .month-button[aria-selected="true"] {
    background-color: #3366CC;
    color: #FFFFFF;
}

.desplegable-govco.desplegable-calendar-govco .date-button[tabindex="0"]:not(:focus),
.desplegable-govco.desplegable-calendar-govco .year-button[tabindex="0"]:not(:focus),
.desplegable-govco.desplegable-calendar-govco .month-button[tabindex="0"]:not(:focus) {
    background-color: #E6EFFD;
    color: #4B4B4B;
    outline: max(0.125rem, 0.15em) solid #000000;
    outline-offset: max(0.063rem, 0.15em);
}

.desplegable-govco.desplegable-calendar-govco .date-button[tabindex="0"]:focus,
.desplegable-govco.desplegable-calendar-govco .year-button[tabindex="0"]:focus,
.desplegable-govco.desplegable-calendar-govco .month-button[tabindex="0"]:focus {
    outline: max(0.125rem, 0.15em) solid #000000;
    outline-offset: max(0.063rem, 0.15em);
}

.desplegable-govco.desplegable-calendar-govco .desplegable-selected-option:not(.desplegable-arrow-active):focus-within {
    outline: max(0.125rem, 0.15em) solid #000000;
    outline-offset: max(0.125rem, 0.15em);
}

.desplegable-govco.desplegable-calendar-govco td button.disabled {
    color: #BABABA;
}

.desplegable-govco.desplegable-calendar-govco .date-button.disabled {
    background-color: transparent;
    border: none;
    cursor: not-allowed;
    border-color: transparent;
    outline: 0;
}
