﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*Bootstrap select*/
bootstrap-select {
    display: block;
}

bootstrap-select div.bootstrap-select{
    height: 45px;
    width: 100% !important;
}

bootstrap-select div.btn-group {
    width: 100% !important;
}

/*End Bootstrap select*/
/*Pagination*/
.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 5px 14px;
        text-decoration: none;
        /* width: 44px; */
        border-radius: 15px;
    }

        .pagination a.active {
            /*background-color: #808080;
            color: white;*/
            background-color: #fff;
            color: #272838;
            border: solid 2px #DBE3ED;
            border-radius: 10px;
            font-weight: 700;
            font-size: 14px;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
            border-radius: 10px;
        }
.margin-25{
    margin-top: 25px;
}
.margin-15 {
    margin-top: 15px;
}
/*End Pagination*/

/*Bootstrap select*/
div.bootstrap-select div.dropdown-menu {
    min-width: 100% !important;
    max-width: 100%;
}

.bootstrap-select .dropdown-menu li a{
    white-space: normal !important;
}

    .bootstrap-select .dropdown-menu li a:hover {
        background-color: #F7F8FA;
    }
/*Fin bootstrap select*/
/*Div panels*/
div.tab-content {
    border-width: 1px !important;
    /* border-style: solid; */
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-color: #ddd;
    /*background-color: #fff !important;*/
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(244,244,246,1) 100%);
    border-radius: 0px 15px 15px 15px;

    box-shadow: -1px 5px 16px -1px rgba(0,0,0,0.25);
    -webkit-box-shadow: -1px 5px 16px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: -1px 5px 16px -1px rgba(0,0,0,0.25);
}

div.tab-pane{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

ul.accion-icons li button.btn-default2 {
    padding: 0px 10px !important;
}

/*End Div panesl*/

.disabled-control {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
}

.a-disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    opacity: 0.3;
}

textarea {
    resize: none;
    height: 100px !important;
}

span.multiselect-native-select div.btn-group {
    width: 100%;
}

    span.multiselect-native-select div.btn-group button {
        width: 100%;
    }

ul.multiselect-container {
    width: 100% !important;
    margin-left: 0 !important;
}

    ul.multiselect-container li a label.checkbox {
        white-space: normal;
    }

/*ul horizontal*/
#menu li {
    display: inline;
}

    #menu li a {
        margin-left: 25px;
    }

ul.side-menu li {
    display: inline;
}

    ul.side-menu li a {
        margin-left: 25px;
    }

.button-menu li {
    display: inline;
}

button.btn img.icon {
    width: 25px;
    margin-left: -5px;
}

button.btn text.icon-text {
}

button.multiselect {
    text-align: left;
    text-transform: none !important;
}

    button.multiselect b {
        float: right;
        margin-top: 7px;
        margin-right: -10px;
    }

ul.navbar-right li a {
    margin-top: 5px;
    color: #1e21aa !important;
    min-height: 25px !important;
}

.img-xs {
    width: 18px;
    height: 18px;
    margin-top: -3px;
}

.close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff; 
    filter: none!important;
    opacity: 1!important;
}
div.modal-header {
    background-color: #272838;
    color: #fff;
    padding: 33px 25px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    
}

div.modal-header button.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.8;
}

    div.modal-header h5 {
        margin-top: -4px;
    }

    div.modal-header button.close {
        margin-top: -8px;
    }

    div.modal-header h4 {
        font-size: 14px;
        margin-top: -4px;
    }

div.datepicker-months table.table-condensed {
    width: 100%;
}

div.datepicker-years table.table-condensed {
    width: 100%;
}

table.table-condensed tbody tr td {
    text-align: center;
}

.secondary-btn-group {
    border-radius: 0px;
}

/*Responsive table*/
table.responsive-single {
    /*border: 1px solid #ccc;*/
    /*border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;*/
}

    table.responsive-single caption {
        /*font-size: 1.5em;*/
        margin: .5em 0 .75em;
    }

    table.responsive-single tr {
        /*background-color: #f8f8f8;*/
        /*border: 1px solid #ddd;*/
        padding: .35em;
    }

    table.responsive-single th,
    table.responsive-single td {
        padding: .625em;
        /*text-align: center;*/
    }

    table.responsive-single th {
        /*font-size: .85em;*/
        /*letter-spacing: .1em;*/
        /*text-transform: uppercase;*/
    }

@media screen and (max-width: 1550px) {
    
}
@media screen and (max-width: 600px) {
    table.responsive-single {
        /*border: 0;*/
    }

        table.responsive-single caption {
            font-size: 1.3em;
        }

        table.responsive-single thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table.responsive-single tr {
            /*border-bottom: 3px solid #ddd;*/
            display: block;
            margin-bottom: .625em;
        }

            table.responsive-single tr:nth-child(even) {
                background: #eee;
            }

        table.responsive-single td {
            /*border-bottom: 1px solid #ddd;*/
            display: block;
            font-size: .8em;
            text-align: right;
        }

            table.responsive-single td::before {
                /*
            * aria-label has no advantage, it won't be read inside a table
            content: attr(aria-label);
            */
                content: attr(data-label);
                float: left;
                font-weight: bold;
                color: #014066;
                /*text-transform: uppercase;*/
            }

            table.responsive-single td:last-child {
                border-bottom: 0;
            }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 0px !important;
    }

    table tbody {
        border-top: 0px !important;
    }
}
/*End reponsive table*/

/* Para pantallas con un escalado de 1.25x (125%) */
@media screen and (min-resolution: 120dpi) and (max-resolution: 149dpi) {
    bootstrap-select div.bootstrap-select {
        height: 38px;
        width: 100% !important;
    }
    div.tab-pane {
        padding-top: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
}
