.jGrowl {
    z-index: 99999999 !important;
}

.growl {
    float: right
}

.growl {
    position: relative;
    clear: right;
    margin: 8px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
    border-radius: 2px
}

#growls {
    position: fixed;
    z-index: 1110;
    top: 8px;
    right: 0
}

.growl {
    position: relative;
    clear: right;
    margin: 8px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
    border-radius: 2px
}

.growl-title {
    display: inline-block;
    font-size: 1.077em;
    font-weight: 600
}

.growl-close {
    position: absolute;
    top: 4px;
    right: 12px;
    cursor: pointer;
    font-size: 14px
}

.growl-medium {
    width: 256px;
    padding: 10px 24px 10px 10px;
    font-size: 13px
}

.growl-small {
    width: 208px;
    padding: 8px 24px 8px 8px;
    font-size: 11px
}

.growl-large {
    width: 304px;
    padding: 14px 24px 14px 14px;
    font-size: 15px
}

.growl-incoming,
.growl-outgoing {
    opacity: 0
}

.growl-default {
    color: #fff;
    background: #7f8c8d
}

.growl-success,
.alert-success {
    color: #fff !important;
    background: #78bd5d !important;
}

.growl-error {
    color: #fff;
    background: #e46050
}

.growl-notice {
    color: #fff;
    background: #59c4e4
}

.growl-warning {
    color: #fff;
    background: #f4ab43
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

table.repite-tabla.table.table-striped thead tr th {
    border: 1px solid #2290b1 !important;
}

.grecaptcha-badge {
    display: none;
}

.error-capchat {
    display: none;
}

.footerform {
    display: inline-block;
}

table.repite-tabla.table.table-striped thead {
    background: #37a7c8 !important;
    color: white;
}

.agrupacion-agrupado .panel-heading:after,
.agrupacion-agrupado .panel-heading:before {
    display: initial !important;
}

.grupo-repetitiva-archivo .title,
.agrupacion-agrupado .title {
    color: #00446b;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 4px;
}

.grupo-repetitiva-archivo {
    border: 1px dotted #ddd;
    margin-left: 11px;
    margin-top: 11px;
    margin-bottom: 10px;
    padding: 12px;
    width: 98%;
}

tr.nuevo-registro.editando-tr-seccion {
    background: #a9a6a663 !important;
    color: #0000005e;
}

.opciones-admin div {
    display: inline-block;
    cursor: pointer;
    margin-right: 1em;
    color: #316498;
}

.agregar-registro {
    background: whitesmoke;
    color: #0066a5;
    cursor: pointer;
    padding: .5em;
    width: 76px;
    float: right;
}

.btn.dropdown-toggle.btn-default.cargamasiva {
    background: whitesmoke;
    background-color: whitesmoke !important;
    border: 0 !important;
    color: #0066a5;
    display: inline-block;
    float: right;
    cursor: pointer;
    padding: .5em;
    width: 108px;
    height: 34px;
    margin-left: 10px;
    margin-right: 9px;
}
/* 
.menucargamasiva {
    right: 95px;
} */

.agregar-registro:hover,
.btn.dropdown-toggle.btn-default.cargamasiva:hover {
    box-shadow: 1px 1px 10px 0px #0066996b;
}

.fileinput-cancel {
    display: none;
}

.agregar-registro.file-up {
    cursor: not-allowed;
}

.table-responsive.tabla-contenido-repetitivo {
    display: inline-block;
    width: 100%;
}

.seccion-repetitiva {
    display: inline-block;
    width: 100%;
}

h5.col-sm-12 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    color: #00446b !important;
}

.wizard-step-caption {
    font-weight: 500 !important;
    color: #00446b !important;
}

li.active .wizard-step-caption {
    font-weight: 600 !important;
}

.botones {
    text-align: center;
    padding: 1.5%;
}

.mensaje {
    color: red;
    font-size: 13pt;
}

.content-box-wrapper:not(.filtros)>div:not(.alert),
.content-box-wrapper>form,
.content-box-wrapper>input {
    margin-top: 0px !important;
}

.wizard-pane.active {
    padding-top: 0px !important;
}

#consultaPqrs {
    margin-left: 2em;
}

.siempreMostrar {
    display: initial;
}

.redError {
    border-color: rgb(173, 15, 15) !important;
    color: rgb(173, 15, 15) !important;
}

.wizard-step-complete .fa:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0px;
    vertical-align: middle;
}

.wizard-step-complete .fa:before {
    display: inline-block;
    vertical-align: middle;
}

span.redError i.fa.fa-check.text-success {
    color: #ad0f0f !important;
}

small.confirmRed {
    color: red;
}

label.labelConfig {
    display: inline-block;
    width: 100%;
    right: 13px;
}

div.pullDer {
    right: 10px;
}

div.geoWidth {
    width: 100%;
}

label.col-sm-12.control-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cutWord {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* Cambios mejor accesibilidad formularios */

.workflow-form .control-label {
    font-size: 1.6rem;
    color: #222;
}

.workflow-form .cutWord {
    margin-top: 0.2rem;
    color: #777;
    overflow: hidden;
    clear: both;
}

.workflow-form .cutWord:hover {
    color: #000;
}

.workflow-form .form-control:not(textarea):not(.buscador-header):not(.form-control) {
    min-height: 38px !important;
    height: 38px;
}

.workflow-form .divBootstrapIn {
    min-height: 68px;
}

.workflow-form .chosen-container-single .chosen-single {
    line-height: 28px;
}

.workflow-form .chosen-container-single .chosen-single {
    height: 28px;
}

.workflow-form textarea.form-control {
    height: 0;
    min-height: 96px;
    margin-bottom: 0.5rem;
    margin: 0 !important;
}

.divBootstrap {
    min-height: 0;
    margin-bottom: 18px;
    display: inline-block !important;
    height: auto;
}

.divBootstrapIn .mensaje {
    font-size: 13px;
}

.divBootstrap p {
    word-break: break-word;
}

.divBootstrapIn {
    padding-left: 0 !important;
    /* position: relative; */
}

.obli,
.error_agrupado {
    display: none;
    width: 100%;
    font-style: normal;
    font-size: 81%;
    color: red;
}

/* Labels en una ÃƒÆ’Ã‚Âºnica lÃƒÆ’Ã‚Â­nea */
.control-label {
    line-height: 1.6;
    height: calc(1.6rem * 1.6);
    /* font-size * line-height */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 300;
    padding-left: 0px;
}

/* Remover asterisco de campo de georef */

/*
Resaltar campos hermanos:
https://stackoverflow.com/a/12198561
*/
.campo-geo-style>div:first-child:nth-last-child(2),
.campo-geo-style>div:first-child:nth-last-child(2)~div {
    /* background-color:#f5f5f5; */
    padding: 5px;
}

.campo-geo-style>div:nth-child(2):nth-last-child(2),
.campo-geo-style>div:nth-child(2):nth-last-child(2)~div {
    /* background-color:#f5f5f5; */
    padding: 5px;
}

.campo-geo-style>div:nth-child(2):nth-last-child(3),
.campo-geo-style>div:nth-child(2):nth-last-child(3)~div {
    /* background-color:#f5f5f5; */
    padding: 5px;
}

/* Demarcamos campos obligatorios  */
.obligatorio-contenedor .control-label {
    width: calc(100% - 16px);
}

.obligatorio-icono {
    color: #069;
    z-index: 11;
}

/* Estandarizar tamaÃƒÆ’Ã‚Â±o de selects geo */
.campo-geo-style .select2 {
    margin: 0;
}

.campo-georef .select2-selection.select2-selection--single {
    height: 45px;
}

.campo-geo-style .select2-selection__rendered {
    height: 38px;
}

.campo-geo-style .select2-selection__arrow {
    margin-top: 5px;
}

/* Arreglo para campos de tags multiples */
.chosen-container-multi {
    height: auto !important;
    min-height: 0 !important;
}

/* Estandariza titulo de la vista */
.titulo-vista {
    padding: 0;
    margin: 0;
    margin-bottom: 0 !important;
    padding-top: 15px;
    padding-bottom: 0;
}

/* Reduce tamaÃƒÆ’Ã‚Â±o del wizard */
.wizard-steps>li {
    padding-bottom: 10px;
    padding-top: 10px;
}

/* Mensaje informativo */
.mensajeInfo {
    background-color: #f5f5f5;
    color: rgb(12, 84, 96);
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.mensajeGrupo {
    background-color: #f5f5f5;
    color: rgb(12, 84, 96);
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 11px;
    margin-right: 11px;
    display: none;
}

.header-info .panel:not(.campo-personalizado .panel) {
    border: 0px;
}

.header-info {
    margin-bottom: 0px !important;
}

.header-info>.panel>.panel-heading {
    background: #018ecf;
}

.panel-heading .accordion-toggle:hover,
.panel-heading .accordion-toggle:focus {
    color: #ffffff !important;
}

.panel-heading .accordion-toggle {
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 2px;
    padding-top: 6px;
    padding-left: 13px;
    padding-right: 13px;
}

.header-info .panel-body:not(.campo-personalizado .panel-body) {
    padding: 0px;
}


.allinfo .content-box-wrapper {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#info-proceso .list-group {
    margin-bottom: 0px;
}

#info-proceso {
    margin: 0px !important;
    margin-top: 15px !important;
}

.allinfo>div>ul>div.dropdown1 button.pull-right.btn.dropdown-toggle {
    margin-right: 0px;
}

.allinfo>div>ul>div.dropdown1.dropdown {
    padding-top: 1px;
}

.campo-georef {
    margin-bottom: 18px;
    min-height: 0;
    padding: 0;
}

form.diligenciar .pull-right {
    z-index: 1;
    position: relative;
}

.chosen-disabled {
    background-color: #eceeef;
}

.row.contenedor-form-unico {
    padding-top: 0 !important;
}

.dropdown-mas-opciones {
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 0px;
    padding-top: 6px;
    padding-left: 13px;
    padding-right: 13px;
}

.dropdown-mas-opciones a {
    color: #ffffff;
}

.dropdown-mas-opciones .dropdown-menu>li>a:hover {
    background-color: #018ecf;
    color: #ffffff !important;
}

/* file input preview controls */
.file-drag-handle,
.file-upload-indicator {
    display: none !important;
}

.claseOut {
    opacity: 0;
    transition: all ease 300ms;
    width: 0;
}

.claseIn {
    opacity: 1;
    transition: all ease 300ms;
    width: 200px;
    /* display:none !important;*/
}

.campo-personalizado {
    height: 45px !important;
}

.btn-campo-personalizado {
    height: 45px !important;
}

.msj-per {
    color: red;
    font-size: 81%;
    /* margin-top: -15px; */
}

.divBootstrap .popover {
    width: 300px !important;
}

.select2-selection {
    height: 45px;
}

div.error {
    display: block;
}

.checkbox>label {
    padding-left: 0 !important;
}

.content-checklist {
    max-height: 102px;
    height: auto;
    overflow-y: auto;
}

.checklist .DT-lf-right {
    display: none;
}

.checklist .dataTables_wrapper {
    position: relative;
    /* top: -47px; */
}

.checklist .text-ponderacion {
    /* top: -47px; */
    position: relative;
}

.checklist .DT-label {
    font-size: 13px;
    /* font-weight: bold; */
    color: #444 !important;
}

.nombre_grupo {
    font-weight: 400;
    color: #00446b;
    margin-top: 2px;
}

.table_checklist label {
    font-weight: initial !important;
    font-size: inherit !important;
    word-wrap: break-word;
    white-space: normal;
}

.wizard-step-caption {
    width: 100%;
    overflow: hidden;
}

.table-footer.clearfix:after,
.table-footer.clearfix:before {
    display: inline-block !important;
}

.obligatorioagrupado {
    float: right;
    margin-top: 6px;
}

.content-box-wrapper:not(.filtros)>div:not(.alert).msg_enviar_formulario {
    margin: 0 !important;
    padding: 0;
}

.porcentaje_avance {
    float: left;
    font-size: 15px;
}

.text-avance {
    float: left;
    margin-left: 5px;
    color: #000;
}

.optionscampo {
    text-align: right;
    width: 12%;
    display: inline-block;
    vertical-align: top;
}

.contenedor-enviar {
    margin-top: 22px;
}

.progress {
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin-bottom: 12px;
    width: 100%;
}

.text-avance.white {
    color: #ffffff;
}

.nombre-dependencia {
    max-width: 465px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mostrar_ayuda_form {
    font-size: 18px;
}

.modal.fade.modalAyuda.in {
    padding-top: 42px;
    padding-right: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.error-agrupacion {
    border: 1px dotted #bb2e1d;
}

.agrupacion-agrupado .panel-body {
    padding: 8px;
}

.agrupacion-agrupado .panel-heading .title {
    width: 98%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.agrupacion-agrupado .panel-heading .fa {
    color: #00446b;
    position: absolute;
    right: 15px;
    top: 5px;
}

.agrupacion-agrupado .grupo-repetitiva-archivo {
    overflow: initial;
}

.row-diligenciar {
    margin: 0;
}

.step_click {
    cursor: pointer;
}

/* FIXED */
.sticky:not(.sticky-editado) {
    background: #fff;
    border-bottom: 1px solid #dddd;
    float: none;
    height: 60px;
    position: fixed !important;
    margin-top: 0px;
    right: 0;
    top: 32px;
    width: 100% !important;
    z-index: 10000;
    left: 0 !important;
}

.stickyProgress {
    border-bottom: 1px solid #dddd;
    float: none;
    height: 33px !important;
    left: 0px;
    position: fixed;
    margin-top: 0px;
    right: 0;
    top: 0;
    width: 100% !important;
    z-index: 10000;
}

.stickyProgress .text-avance {
    margin-top: 5px !important;
}

.sticky .step_click.active {
    border: 0;
    border: 1px solid #dddd;
    background-color: #fafafa;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
}

.google_captcha {
    margin-bottom: 10px;
}

.google_captcha>div {
    width: auto !important;
}

.file-zoom-dialog.modal {
    z-index: 10000;
}

.ultimoguardado.text-right {
    float: right;
}

.ultimoguardado {
    float: left;
}

.file-footer-buttons a,
.file-footer-buttons button {
    margin: 1px;
}

.file-footer-buttons {
    display: flex;
    justify-content: center;
}

.file-footer-buttons .kv-file-download,
.file-footer-buttons .kv-file-zoom {
    order: 2;
}

.file-footer-buttons .kv-file-remove {
    order: 1;
}

.contenedor-aceptar {
    text-align: right;
}

.aceptar_terminos {
    font-weight: normal;
    vertical-align: middle;
    margin: 0;
}

.aceptar_terminos a {
    text-decoration: none;
}

.check_aceptar input {
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: 0;
}

#dropdownreasignar {
    height: 24px;
    margin-top: -3px;
    padding: 0 10px;
}

#dropdownreasignar:after {
    display: none;
}