/*modal*/


.fade.in {
    opacity: 1;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal::before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
/*preloader*/
.preloader_view {
    height: 100vh;
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #f5f6f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

[dir=ltr] .preloader {
    background: #000000;
}

/**/
.ls-none {
    list-style: none;
}




.form-control::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1
}

[dir=ltr]

.form-control:-ms-input-placeholder {
    color: #ccc;
    opacity: 1
}

[dir=ltr]

.form-control::-ms-input-placeholder {
    color: #ccc;
    opacity: 1
}

[dir=ltr]

.form-control::placeholder {
    color: #ccc;
    opacity: 1
}


.bg-verde {
    background-color: #008175 !important;
}

div.border-left-3.border-left-verde {
    border-left: 3px solid #008175 !important;
}

.material-icons {
    vertical-align: baseline !important;
}

/*PAGINACION*/

.ng-table-counts {
    display: none !important;
}

.pagination {
    padding-left: 0;
    margin: 20px 0 !important;
    border-radius: 4px
}

    .pager li, .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            line-height: 1.42857143;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.badge, .label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

    .pager li > a, .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px
    }

        .pager li > a:focus, .pager li > a:hover {
            text-decoration: none;
            background-color: #eee
        }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff
    }

.pagination > li > a, .pagination > li > span {
    margin-left: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    color: #576169
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #576169;
    border-color: #576169
}

.pagination.squared {
    border-radius: 0 !important
}

    .pagination.squared li:first-child a, .pagination.squared li:first-child > span {
        border-bottom-left-radius: 0 !important;
        border-left-width: 1px;
        border-top-left-radius: 0 !important
    }

    .pagination.squared li:last-child > a, .pagination.squared li:last-child > span {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

.pagination-blue li a, .pagination-blue li.active a, .pagination-blue li:first-child a, .pagination-green li a, .pagination-green li:first-child a, .pagination-red li a, .pagination-red li.active a, .pagination-red li:first-child a {
    border: none !important
}

.pagination-blue li a {
    background: #f7f7f8;
    color: #8e8e93
}

    .pagination-blue li a:hover {
        background: #e7e7e9;
        color: #424246;
        cursor: pointer
    }

.pagination-blue li.disabled a {
    background: #f7f7f8;
    filter: alpha(Opacity=20);
    opacity: .2
}

    .pagination-blue li.disabled a:focus, .pagination-blue li.disabled a:hover {
        background: #f7f7f8;
        filter: alpha(Opacity=20);
        opacity: .2;
        cursor: default !important
    }

.pagination-blue li.active a {
    background: #407887 !important;
    color: #fff !important;
    cursor: default !important;
    filter: alpha(enabled=false);
    opacity: 1
}

.pagination-blue li [class*=" fa-"], .pagination-blue li [class*=ti-], .pagination-blue li [class^=fa-] {
    color: #407887
}

.pagination-green li a {
    background: #f7f7f8;
    color: #8e8e93
}

    .pagination-green li a:hover {
        background: #e7e7e9;
        color: #424246;
        cursor: pointer
    }

.pagination-green li.disabled a {
    background: #f7f7f8;
    filter: alpha(Opacity=20);
    opacity: .2
}

    .pagination-green li.disabled a:focus, .pagination-green li.disabled a:hover {
        background: #f7f7f8;
        filter: alpha(Opacity=20);
        opacity: .2;
        cursor: default !important
    }

.pagination-green li.active a {
    background: #5A8770 !important;
    border: none !important;
    color: #fff !important;
    cursor: default !important;
    filter: alpha(enabled=false);
    opacity: 1
}

.pagination-green li [class*=" fa-"], .pagination-green li [class*=ti-], .pagination-green li [class^=fa-] {
    color: #5A8770
}

.pagination-red li a {
    background: #f7f7f8;
    color: #8e8e93
}

    .pagination-red li a:hover {
        background: #e7e7e9;
        color: #424246;
        cursor: pointer
    }

.pagination-red li.disabled a {
    background: #f7f7f8;
    filter: alpha(Opacity=20);
    opacity: .2
}

    .pagination-red li.disabled a:focus, .pagination-red li.disabled a:hover {
        background: #f7f7f8;
        filter: alpha(Opacity=20);
        opacity: .2;
        cursor: default !important
    }

.pagination-red li.active a {
    background: #C82E29 !important;
    color: #fff !important;
    cursor: default !important;
    filter: alpha(enabled=false);
    opacity: 1
}


/*FILTRO*/

@media (min-width: 768px) {
    th.filter div div::before {
        content: "\e8b6";
        font-family: 'Material Icons';
        display: block;
        position: absolute;
        margin: 10px 10px;
        font-size: 18px;
    }

    th.filter div div .input-filter {
        padding-left: 32px !important;
    }
}

.h--120 {
    height: 120px !important;
}

.pt--60 {
    padding-top: 60px !important;
}


/*TARJETA*/

.border-t {
    border-radius: 24px 24px 0 0 !important;
}

.rounded-24 {
    border-radius: 24px !important;
}
.md-80 {
    font-size: 80px !important;
}


.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}


/*FUENTE*/

[dir=ltr] .h1, [dir=ltr] .h2, [dir=ltr] .h3, [dir=ltr] .h4, [dir=ltr] .h5, [dir=ltr] .h6, [dir=ltr] h1, [dir=ltr] h2, [dir=ltr] h3, [dir=ltr] h4, [dir=ltr] h5, [dir=ltr] h6 {

    font-family: Poppins !important;

}

/*@media (min-width: 576px) {
    .card-columns {
        column-count: 2 !important;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2 !important;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 3 !important;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 3 !important;
    }
}*/


.bg-header{

    background-size: 240px !important;
}


/*FOOTER*/


    .footer-dark h3 {
        margin-top: 0;
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 16px;
    }

    .footer-dark ul {
        padding: 0;
        list-style: none;
        line-height: 1.6;
        font-size: 14px;
        margin-bottom: 0;
    }

        .footer-dark ul a {
            color: inherit;
            text-decoration: none;
            opacity: 0.6;
        }

            .footer-dark ul a:hover {
                opacity: 0.8;
            }

@media (max-width:767px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
}

.footer-dark .item.text {
    margin-bottom: 36px;
}

@media (max-width:767px) {
    .footer-dark .item.text {
        margin-bottom: 0;
    }
}

.footer-dark .item.text p {
    opacity: 0.6;
    margin-bottom: 0;
}

.footer-dark .item.social {
    text-align: center;
}

@media (max-width:991px) {
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px;
    }
}

.footer-dark .item.social > a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
    margin: 0 8px;
    color: #fff;
    opacity: 0.75;
}

    .footer-dark .item.social > a:hover {
        opacity: 0.9;
    }

.footer-dark .copyright {
    text-align: center;
    padding-top: 24px;
    opacity: 0.3;
    font-size: 13px;
    margin-bottom: 0;
}

.pos-abs {
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow:hidden;
}