/* FINAL */


.card-container {
    align-items: center;
    width: 100%;
}

.filtros-animation {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.item-listado .img-square-wrapper img {
    width: 100px;
    margin: 12px;
}

.detalles-fichero .img-square-wrapper img {
    width: 100px;
}

.btn-sign-in {
    color: #FFF !important;
}

    .btn-sign-in :hover {
        color: #FFF !important;
    }

.boton-colapsar {
    font-style: italic;
}


.validation-summary-errors {
    background-color: #fff;
    border: 1px solid #980104;
    max-width: 100%;
    border-radius: 3px;
    color: #980104;
    padding: 15px 0;
    margin: 10px 0px 20px;
}

    .validation-summary-errors ul {
        margin-bottom: 0px;
    }


form {
}

    form.submit {
        position: relative;
    }

.grecaptcha-badge {
    bottom: 80px !important;
    z-index: 8;
}

.lds-dual-ring {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #888;
        border-color: #888 transparent #888 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading {
    overflow: hidden;
}

    .loading .lds-dual-ring {
        display: flex;
    }

.textoBtn {
    border-radius: 0rem;
    border: 1px solid #ced4da;
    border-right: 0;
    background-color: #195e85;
    border-color: #195e85;
    color: #fff !important;
}

.column-organismo {
    flex-direction: column;
    padding: 0 2rem;
    text-align: right;
}

.validateButtons {
    display: flex;
    flex-direction: row;
    padding-top: 1%;
}

    .validateButtons div {
        margin: 0.5rem;
    }


.usersButtons {
    display: flex;
    flex-direction: row;
    padding-top: 1%;
}

    .usersButtons div {
        margin: 0.5rem;
    }

.buttonSignInProveedor {
    border-radius: 0rem;
    border: 1px solid #ced4da;
    border-right: 0;
    background-color: #195e85;
    border-color: #195e85;
    color: #fff;
}


/* Cabecera Responsive */
@media (max-width: 576px) {
    .logo {
        min-height: 45px;
        height: 45px;
    }
}

@media (max-width: 768px) {
    nav.navbar .letters {
        width: 50px;
        height: 50px;
        font-size: 23px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #195e85;
        padding: 1rem 1.5rem;
        border-radius: .2rem;
    }

        .navbar-light .navbar-nav .active > .nav-link,
        .navbar-light .navbar-nav .nav-link.active,
        .navbar-light .navbar-nav .nav-link.show,
        .navbar-light .navbar-nav .show > .nav-link {
            color: #3288c9;
        }

        .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
            background: #e9ecef;
            color: #3288c9;
        }

    .navbar-collapse {
        margin-top: 10px;
        border-top: 1px solid #d9dada;
    }

    .navbar-light .navbar-toggler {
        color: transparent;
        border-color: transparent;
    }

        .navbar-light .navbar-toggler:focus {
            outline: transparent;
        }

    .logo {
        width: auto;
        min-height: 50px;
        height: 50px;
        margin: 5px 10px 10px 0px;
    }

    .icono-Nap {
        width: auto;
        max-height: 50px;
        height: 50px;
        margin: 5px 10px 10px 10px;
    }
}

@media (max-width: 425px) {
    .nav-link {
        color: #195e85;
    }
}

@media (max-width: 320px) {
    .nav-link {
        padding: 0px;
        font-size: 10px;
        color: #195e85;
    }
}

.icono-animado {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .icono-animado span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .icono-animado span {
        background: #195e85;
    }

        .icono-animado span:nth-child(1) {
            top: 0px;
        }

        .icono-animado span:nth-child(2) {
            top: 10px;
        }

        .icono-animado span:nth-child(3) {
            top: 20px;
        }

    .icono-animado.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .icono-animado.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .icono-animado.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.letters {
    background: #195e85;
    color: white;
    border-radius: 50px;
    height: auto;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-left: 5px;
    margin-bottom: 0px;
}

.apiKeyField {
    font-size: 0.95em;
    /*border: 1px solid #ced4da;*/
    margin-top: auto;
    margin-bottom: auto;
}

    .apiKeyField > .form-control {
        max-width: 27rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        resize: horizontal;
    }

.apiKeyRow button {
    margin: auto;
}
.btn-border-restore{
    border-radius: 0 !important;
}

.btn-secondary-restore, .btn-secondary-restore:active{
    border-radius: 0rem;
    border: 1px solid #6c757d;
    border-right: 0;
    color: #fff;
    background-color: #6c757d;
}

.btn-secondary-restore:hover {
    border-radius: 0rem;
    border: 1px solid #5a6268;
    border-right: 0;
    color: #fff;
    background-color: #5a6268;
}

.btn-danger-restore, .btn-danger-restore:active{
    border-radius: 0rem;
    border: 1px solid #dc3545;
    border-right: 0;
    color: #fff;
    background-color: #dc3545;
}

.btn-danger-restore:hover {
    border-radius: 0rem;
    border: 1px solid #f74152;
    border-right: 0;
    color: #fff;
    background-color: #f74152;
}

.btn-activate-restore, .btn-danger-activate:active{
    border-radius: 0rem;
    border: 1px solid #00bbba;
    border-right: 0;
    color: #fff;
    background-color: #00bbba;
}

.btn-activate-restore:hover {
    border-radius: 0rem;
    border: 1px solid #00a8bb;
    border-right: 0;
    color: #fff;
    background-color: #00a8bb;
}
.btn-provider-restore, .btn-provider-restore:active{
    border-radius: 0rem;
    border: 1px solid #3288c9;
    border-right: 0;
    color: #fff;
    background-color: #3288c9;
}

.btn-provider-restore:hover {
    border-radius: 0rem;
    border: 1px solid #7ab2dc;
    border-right: 0;
    color: #fff;
    background-color: #7ab2dc;
}



.btn-disabled-restore {
    border-radius: 0rem;
    border: 1px solid #ced4da;
    border-right: 0;
    color: #fff;
    background-color: #ced4da;
}

.loginAlternative {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .loginAlternative span {
        opacity: 50%;
        font-size: 12px;
    }

.socialLogin {
    text-align: center;
    justify-content: center;
}

    .socialLogin img {
        height: 3rem;
    }

.socialSignin img {
    height: 2rem;
}

.subtitels-check img {
    height: 2rem;
    padding-right: 2rem;
}

.noApiKeyRow {
    justify-content: center;
    text-align: center;
}

.profileSocialContainer {
    flex-direction: column;
}

.profileSocialRow {
    align-items: center;
}

    .profileSocialRow button {
        margin-bottom: 1.5rem;
    }

.socialButtonRow {
    display: flex;
    justify-content: space-around;
}

.socialButton {
    color: #222;
    font-weight: bold;
    height: 3rem;
    line-height: 3rem;
    padding: 0;
    position: relative;
    border-radius: 0.1875rem;
    width: 30%;
    padding-left: 1rem;
}

    .socialButton span {
        font-size: 12px;
        color: #000;
    }

    .socialButton:hover {
        text-decoration: none;
        color: #000;
    }

    .socialButton img {
        height: 60%;
    }

.twitterButton {
    background: #ecf7fc;
    border-left: 3px solid #45b0e3;
}

.facebookButton {
    background: #ebeef4;
    border-left: 3px solid #3b5998;
}

.googleButton {
    background: #fcedea;
    border-left: 3px solid #de4c34;
}

    .googleButton span {
        padding-left: .5rem;
    }

.socialSignInRow {
    justify-content: center;
    padding-bottom: 2rem;
}

.blockedUser {
    color: #dc3545;
}

.tipoTransportePequenio {
    display: flex;
    align-items: center;
    padding: 7px 20px;
    border: none;
}

    .tipoTransportePequenio img {
        object-fit: contain;
        height: 100%;
        max-height: 3.25em !important;
        min-width: 60px;
    }

.tipoTransporteSection {
    max-width: 25%;
    min-width: 25%;
    flex-wrap: wrap;
}


.oneTipoTransporte {
    min-width: 205px;
    padding: 7px 20px;
}

.hhh {
    filter: invert(1);
}

.twoTipoTransporte {
    padding: 7px 10px;
}

.oneTipoTransporte img {
    max-height: 5.5em ;
}

.twoTipoTransporte img {
    min-width: 60px;
    max-height: 3em ;
}

.fourTipoTransporte img, .fourTipoTransporte span {
    min-width: 60px;
    max-height: 2.5em !important;
}

.sixTipoTransporte img, .sixTipoTransporte span {
    min-width: 45px;
    max-height: 1.25em !important;
}

.sixTipoTransporte {
    padding: 14px 5px;
}

@media (max-width:576px) {
    .col-TipoTransporte {
        --gap: 0.5rem;
        --column-size: 3rem;
        --columns-amount: 4;
        --column-size-max: calc(100% / var(--columns-amount) - var(--gap));
        --column-size-min: min(var(--column-size), 100%);
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(max(var(--column-size-min), var(--column-size-max)), 1fr));
        grid-auto-flow: row dense;
        grid-auto-rows: minmax(31px, auto);
        gap: var(--gap);
        width: 100%;
        margin: 0 auto;
        margin-bottom: var(--gap);
    }
}

.formButtonDownload {
    width: 100%;
}

.userStatusText {
    padding: 15px;
}
.userStatusText .status-user.confirmado{
    border-radius: 20px;
    padding: 5px 20px;
    color: #00bbba;
    border: solid 1px #00bbba;
}
.userStatusText .status-user.bloqueado{
    border-radius: 20px;
    padding: 5px 20px;
    color:#f74152;
    border: solid 1px #f74152;
}
.userStatusText .status-user.pendientevalidacion,
.userStatusText .status-user.pendienteemail,
.userStatusText .status-user.pendientepoliticas{
    border-radius: 20px;
    padding: 5px 20px;
    color:#ef7e1e;
    border: solid 1px #ef7e1e;
}


.card-footer > .userStatusText {
    display: none;
}

.sessionInfo {
    display: flex;
    justify-content: flex-end;
}

.loginRequired:hover {
    background-color: #d1ecf1 !important;
    color: #000;
}

    .loginRequired:hover .downloadText {
        display: none;
    }

.loginRequired .loginText {
    display: none;
}

.loginRequired:hover .loginText {
    display: block;
}

.mobileLoginReq {
    display: none;
}

.headerComunidad {
    cursor: pointer;
    margin: 0.3rem 0;
    padding: 0.15rem 0.25rem;
    border-radius: 0.2rem;
}
    .headerComunidad:hover {
        background-color: #ffe2ca;
    }
    .headerComunidad.disabled:hover {
        background-color: #ffffff;
    }
    .headerComunidad+.provincias {
        margin-left:0.3rem;
    }

.contraibleIconComunidad {
    /*padding: 0 10px;*/
    padding-top: 0.25rem;
}

.contraibleOff {
    display: none;
}

.regionP {
    float: left;
}

.regionIcon {
    padding-right: 10px;
}

.regionesDiv {
    display: flex;
}

.regionesSpan {
    text-overflow: ellipsis;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 15px;
}

.viewAllIcon {
    cursor: pointer;
    padding: 0 10px;
    border-radius: 5px;
    display: inline-block;
}

.tooltip-inner {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.tooltip.show {
    opacity: 1;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #bee5eb !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #bee5eb !important;
}


.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #bee5eb !important;
}


.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #bee5eb !important;
}

.verMasButton {
    cursor: pointer;
    padding-left: 20px;
    color: #195e85;
    display: inline-block;
    font-style: italic;
    text-decoration: underline;
}

.someSelected::after {
    background-image: url(../images/minus-solid.svg) !important;
}

.marker {
    background-image: url(../images/marker.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
}

.fa-2 {
    font-size: 2em;
}

.fa-3 {
    font-size: 4em;
}

.fa-4 {
    font-size: 7em;
}

.fa-5 {
    font-size: 12em;
}

.fa-6 {
    font-size: 20em;
}

.mapboxgl-popup {
    max-width: 200px;
    min-width: 100px;
}

.mapboxgl-popup-content {
    text-align: left;
}

.divOrganizacion {
    padding-top: 20px;
}

    .divOrganizacion img {
        max-height: 90px;
        margin: 15px auto;
        max-width: 250px
    }

    .divOrganizacion .nombreField {
        font-weight: bold;
        font-size: 1.3rem;
        border: none;
        border-radius: 0;
    }

.organizacionFormBody .row {
    display: flex;
    min-height: 60px;
    margin: 10px 0;
}

.organizacionRow {
    align-items: baseline;
}

.organizacionFormBody hr {
    margin-top: 0;
}

.logoOrganizacionRow {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.logoOrganizacionDiv {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.logoOrganizacionRow input[type=file] {
    display: none;
}

.nameEditIconOrganizacion {
    padding: 0;
    display: flex;
}

    .nameEditIconOrganizacion label {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .nameEditIconOrganizacion i {
        font-weight: bold;
        font-size: 1.8rem;
        cursor: pointer;
    }

.errorImgInfo, .errorNameInfo {
    display: none;
}

@media (max-width: 1200px) {
    .twoTipoTransporte {
        padding: 7px 12px;
    }

        .twoTipoTransporte img {
            max-height: 3.5em !important;
        }

    .oneTipoTransporte {
        min-width: 172px;
        justify-content: center;
    }

    .fourTipoTransporte {
        padding: 7px 10px;
    }

    .sixTipoTransporte {
        padding: 7px 5px;
    }

    .mobileLoginReq {
        display: block;
        width: 100%;
        margin-top: 15px;
        text-align: left;
    }
}


@media (max-width: 768px) {
    .tipoTransporteSection {
        max-width: inherit;
    }

    .fileHeader {
        display: flex;
        flex-direction: column;
    }

    .oneTipoTransporte, .twoTipoTransporte, .fourTipoTransporte, .sixTipoTransporte {
        min-width: inherit;
        padding: 7px 20px;
        width: 16.66%;
        justify-content: center;
    }

        .oneTipoTransporte img, .twoTipoTransporte img, .fourTipoTransporte img, .sixTipoTransporte img {
            height: 2.5em !important;
            min-width: inherit;
        }

        .sixTipoTransporte img, .sixTipoTransporte span {
            min-width: 0;
            max-height: 2.5em !important;
        }

    .emptyTipoTransporte {
        width: 0;
        min-width: 0;
        padding: 0;
    }

    .item-listado .card-tipo {
        border: none;
        padding: 0;
    }

    .logoOrganizacionDiv {
        width: 100%;
    }
}


@media (min-width: 576px) {
    .oneTipoTransporte, .twoTipoTransporte, .fourTipoTransporte, .sixTipoTransporte {
        margin-bottom: 0;
    }
}

/* Start max-width:600px */
@media all and (max-width:600px) {
    .containerFooter {
        height: 19.5rem;
    }

    .oneTipoTransporte, .twoTipoTransporte, .fourTipoTransporte, .sixTipoTransporte {
        margin-right: 0rem;
    }
}
/* End max-width:600px */



/* Start max-width:425px */
@media all and (max-width:425px) {

    .d-flex.justify-content-end .userStatusText {
        display: none;
    }

    .card-footer > .userStatusText {
        padding: 0.5rem;
        display: inline;
    }

    .apiKeyField > .form-control {
        max-width: 22rem;
    }

    .viewAllIcon {
        font-size: smaller;
    }

    .oneTipoTransporte, .twoTipoTransporte, .fourTipoTransporte, .sixTipoTransporte {
        margin-bottom: 15%;
        margin-right: 0rem;
    }
}
/* End max-width:425px */



/* Start max-width:375px */
@media all and (max-width:375px) {
}
/* End max-width:375px */

/* Start max-width:320px */
@media all and (max-width:320px) {

    .d-flex.justify-content-end .userStatusText {
        display: none;
    }

    .card-footer > .userStatusText {
        padding: 0.5rem;
        display: inline;
    }

    .item-listado .card-footer {
        font-size: small;
    }

    .apiKeyField > .form-control {
        max-width: 20rem;
    }

    .viewAllIcon {
        font-size: smaller;
    }
}
/* End max-width:320px */

/* Admin Noticias */

.divNoticia {
    padding-top: 20px;
}

    .divNoticia img {
        max-height: 90px;
        margin: 15px auto;
        max-width: 250px
    }

    .divNoticia .nombreField {
        font-weight: bold;
        font-size: 1.3rem;
        border: none;
        border-radius: 0;
    }

.noticiaFormBody .row {
    display: flex;
    min-height: 60px;
    margin: 10px 0;
}
.noticiaFormBody .fix-row{
    margin-left: -15px;
    margin-right: -15px;
}

    .noticiaRow {
        align-items: baseline;
    }

    .noticiaRow .dates {
        margin-left: -15px;
        margin-right: -15px;
    }

    .noticiaFormBody hr {
        margin-top: 0;
    }

.item-listado .card-btn-group {
    padding-top: 15px;
    display: flex;
    justify-content: start;
}

.item-listado .organizacion-link a{
    color:#333333;
}
.noticia-content .card-title.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;

    word-break: break-all;
}

.noticia-content .card-text.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;

    word-break: break-all;
}

.noticia-content .word-break{
    word-break: break-all;
}
@media (min-width: 992px){
    /*
    .noticia-content .card-title.ellipsis {
        max-height: 30px;
    }
    .noticia-content .card-text.ellipsis {
        max-height: 40px;
    }*/
    .organizacion-content{
        min-height: 65px;
    }

}
.item-listado .card-btn-group .btn-block {
        margin-top: 0;
        margin-bottom: 0;
    }

.item-listado .img-card {
    width: 150px;
    padding: 10px;
}
.item-listado .img-container{
    min-width: 150px;
}
.form-filtros .end_date_calendar,.formNoticia .start_date_calendar{
    padding-top: 10px;

}
.formOrganizacion .btn,.formNoticia .btn{
    border-radius: 0;
}
.formNoticia .errorText,.formOrganizacion .errorText{
    display: none;
    margin: 0 15px;

}

.logoNoticiaRow {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.logoNoticiaDiv {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.logoNoticiaRow input[type=file] {
    display: none;
}

.nameEditIconNoticia {
    padding: 0;
    display: flex;
}

    .nameEditIconNoticia label {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .nameEditIconNoticia i {
        font-weight: bold;
        font-size: 1.8rem;
        cursor: pointer;
    }



    .card-noticia {
        border-radius: 25px;
        background-color: #ffffff;
        color: #333333;
        
    }
    .card-noticia a{
        color:#000
    }
    .card-noticia .card-body{
        display: flex;
        flex-direction: row; 
        align-items: center;
        justify-content: space-around;
        width: 100%;
    }
    
/*Organizaciones*/

@media (max-width: 768px) {
.organizacion-form .btn-container button{
        margin: 0px;
        width: 100%;
    }
   
}
@media (max-width: 768px) {

    .logoNoticiaDiv {
        width: 100%;
    }

    .card-noticia .preview-img{
        display: none;
    }
}

@media (max-width: 992px){
    .item-listado .img-container{ 
        display: none !important;
    }

    .buscador-listado .input-group-append:first-child{
        width:100%;
        margin-bottom: 20px !important;
    }
    .buscador-listado .input-group-append:first-child button:first-child{
        margin-right: 10px !important;
    }
    .buscador-listado .input-group-append:first-child button:last-child{
        margin-right: 0px !important;
        margin-left: 10px !important;
    }

    .item-listado .card-btn-group .btn{
        width: 100% !important;
    }
}

/*ordenar organizacions*/

.sortable .item-listado{
    cursor: move;
}
.sortable .item-listado .img-card {

    width: 80px;
    height: 60px;
}
.sortable .custom-switch,.sortable .custom-control-label{
    cursor: pointer;
}

.organizacion-container .btn-container .btn{
    border-radius: 0px;
}

.organizacion-container .item-listado.disabled{
    background-color: #e5e5e5;
}

.organizacion-container .item-listado.disabled .card-title,
.organizacion-container .item-listado.disabled .card-text{
    color:#888;
}
.organizacion-container .item-listado input.posicion{
    width: 80px;
    text-align: center;
}

/*usuarios*/
.organizaciones-proveedor-list .organizacion-item{

    padding: 2px 10px;
    width: fit-content;
    background-color: #3288c9;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 2px #17a2b8;
    margin-bottom: 15px;

}
.organizaciones-proveedor-list .organizacion-item button{
    padding-left: 20px;
    background-color: transparent;
    color:#ffffff;
    border:none;

}
.organizaciones-proveedor-list .organizacion-item i{
    font-size: 18px;
}
@media (max-width: 768px) {
    .listado-usuarios .card-footer .button-container,
    .listado-proveedores .card-footer .button-container{
            flex-direction: column;
    }
    .listado-usuarios .card-footer .button-container div,
    .listado-proveedores .card-footer .button-container button{
        width:100% !important;
        margin-bottom: 10px;
        margin-left: 0 !important;
        margin-right: 0px !important;
    }



}

/*autosuggest organizaciones*/
.selectize-dropdown-content {
    text-align: left;
    padding: 5px 10px;
}

.selectize-control.single .selectize-input{
    text-align: left;
}

.tableAgenciasVertical {
    border-right: 3px solid #195E85;
}
.tableHeaderLowerBorder {
    border-bottom: 3px solid #195E85 !important;
}

.greenBoldText {
    color: green;
    font-weight: 700;
    font-size: 1.1em;
}