﻿body {
    font-family: "Roboto",sans-serif;
    /*padding-top: 100px;
    padding-bottom: 20px;
    background-color:#EFEFEF;*/
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;

}*/

.contenedor {
    margin: 10px 0px;
    padding: 15px;
    background-color: #FFFFFF;
    border-radius: 25px;
    border: 2px solid #B2B2B2;
    box-shadow: 0 0 10px #B2B2B2;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1380px;
    }
}

.shadowbox {
    border: 1px solid #D3D3D3 !important;
    box-shadow: 0px 10px 50px 0px rgba(174,174,174,0.7) !important;
}

.sidebar {
    background-color: #FFFFFF;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.login{
    background-color:#FFFFFF;
}


.btnflotante {
    position: fixed;
    bottom: -4px;
    right: 0px;
    z-index: 10;
}

.btn.btn-icon.btn-xsm, .navbar .navbar-nav > a.btn.btn-icon.btn-xsm {
    height: 1.4rem;
    min-width: 1.4rem;
    width: 1.4rem;
    line-height: 1.2rem;
}

.btnMenuDerecha {
    transition: all 0.5s;
    height: 2.6rem !important;
    width: 50px !important;
    margin: 0 10px !important;
}

.right_icon_toggle .btnMenuDerecha {
    height: 2.6rem !important;
    width: 1.4rem !important;
    line-height: 1.2rem !important;
    margin: 0 !important;
}

.navbar-right .navbar-boton {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    right: -12px;
    width: 50px;
    margin: 0 10px;
    z-index: 999;
    top: 10px;
}

.btn-group-vertical .btn {
    font-size: 11px;
    width: 70px;
    margin-bottom: 0;
    margin-left: -8px;
}

.dropdown-menu .search {
    font-weight: 600;
    border-bottom: 1px solid #eee;
    min-width: 280px;
    padding: 15px;
    width: 400px;
}
    .dropdown-menu .bodysearch {
        overflow: hidden;
        width: auto;
        height: 70px;
        padding:10px;
    }
/******MODAL CARGANDO**********/
.bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(40% - 30px);
}


    .bd-example-modal-lg .modal-dialog .modal-content {
        background-color: transparent;
        color: #EEEEEE;
        border: none;
    }

    .bd-example-modal-lg .modal-dialog .loader {
        position: relative;
        top: calc(40% - 30px)
    }

.rddtSlide {
    width: 99% !important;
}
/******GRIDS**********/
.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}
/******MODAL CARGANDO**********/
.calendario_control{
    width:150px !important;
}
    .calendario_control .textInput {
        width: 100px;
    }
#calendario_contenedor {
    background: #fff;
    position: absolute;
    display: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    border: 5px solid;
    border-color: #F1F2F2;
    z-index: 9999;
}

    #calendario_contenedor .cerrar {
        text-align: right;
    }

        #calendario_contenedor .cerrar a {
            font-weight: bold;
            cursor: pointer;
        }


/******** BUSCAR DATATABLE **************************/
.dataTables_wrapper {
    width: 99%;
}
.dataTables_wrapper label {
    width: 100%;
}

.dataTables_wrapper input[type="search"] {
    display: block;
    /*width: 100%;*/
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .dataTables_wrapper input[type="search"]:focus, .dataTables_wrapper input[type="search"]:active {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.datatable_control  {
    /*border: 1px solid #dee2e6;*/
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}
    .datatable_control thead{
        display: table-header-group;
        vertical-align: middle;
        border-color: inherit;
    }
        .datatable_control thead th {
            border-bottom-width: 2px;
            vertical-align: bottom;
            /*border-bottom: 2px solid #dee2e6;*/
            /*border: 1px solid #dee2e6;*/
            padding: 0.75rem;
        }
    .datatable_control tbody {
        display: table-row-group;
        vertical-align: middle;
        border-color: inherit;
    }
        .datatable_control tbody tr {
            display: table-row;
            vertical-align: inherit;
           
            background-color: rgba(81, 160, 48, 0.05);

            margin: 10px 0px;
            padding: 15px;

            border-radius: 25px;
            border: 2px solid #B2B2B2;
            box-shadow: 0 0 10px #B2B2B2;
        }
        .datatable_control tbody tr:nth-of-type(odd) {
            background-color: rgba(81, 160, 48, 1);
        }
        .datatable_control tbody td {
            /*display: table-cell;
            border: 1px solid #dee2e6;
            padding: 0.75rem;
            vertical-align: top;
            background-color: #e5e5e5;*/
            padding: 6px 10px;
            border-bottom: 2px solid white;
            border-top: 2px solid white;
        }

            .datatable_control tbody td:first-child {
                padding: 6px;
                border-radius: 8px 0 0 8px;
                /*background-color: coral;*/
            }

            .datatable_control tbody td:last-child {
                border-radius: 0 5px 5px 0;
            }



.nav-tabs > .nav-item > .nav-link {
    border: 1px solid #E6E6E6;
}

.contenedor_miniaturas,
.contenedor_categorias {
    /*overflow: auto;*/
    width: 100%;
    height: 80px;
    white-space: nowrap;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
}
    .contenedor_miniaturas .nav-item,
    .contenedor_categorias .nav-item  {
        display: inline-block;
        position: relative;
    }

        .contenedor_miniaturas .nav-item .badge,
        .contenedor_categorias .nav-item .badge {
            background-color: #ddd;
            position: absolute;
            top: -7px;
            right: -5px;
            border-radius: 7px;
        }

        .contenedor_miniaturas .nav-item .nav-link.active .badge,
        .contenedor_categorias .nav-item .nav-link.active .badge {
            background-color: #04BE5B;
            color: white;
        }


.table.c_table tr td, .table.c_table tr th {
    white-space: inherit;
}

.table.c_table tr td {
    border-bottom: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
}

    .table.c_table tr td:first-child {
        border-radius: .7rem 0 0 .7rem;
        border-left: 1px solid #DADADA;
    }

    .table.c_table tr td:last-child {
        border-radius: 0 .7rem .7rem 0;
        border-right: 1px solid #DADADA;
    }

table.c_table tr th:first-child {
    border-radius: .7rem 0 0 .7rem;
}

.table.c_table tr th:last-child {
    border-radius: 0 .7rem .7rem 0;
}


.dataTables_length {
    vertical-align: middle;
    margin-top: 15px;
    padding-top: 15px;
}

.dataTables_filter {
    vertical-align: middle;
}
/*.fixed-header {
    display: table-row;
    top: 0;
    position: fixed;
    width:auto !important;
    z-index: 1;
}*/

/************* MINIATURAS *************/
.miniatura-header
 {
    text-align: center;
    font-weight: bold;
    border: 1px solid #04BE5B;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 15px;
}

.miniatura-card {
    text-align: center;
    font-weight: bold;
    border: 1px solid #04BE5B;
    padding: 10px;
    border-radius: 15px;
}

.miniatura-card .table_vista {
    width: 100%;
    font-size: 12px;
}

    .miniatura-card .table_vista th{
        border-bottom: 2px solid #B0B0B0;
        text-align: right;
    }

    .miniatura-card .table_vista tbody td{
        text-align: left;
        padding: 3px 0;
    }

    .miniatura-card .table_vista tbody .boton_verdetalle {
        text-align: right;
    }

.miniatura-header_detalle {
    text-align: center;
    font-weight: bold;
    border: 1px solid #DCDCDC;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 10px;
    /*background-color: #FFFFFF;*/
    box-shadow: 0 0 5px #B2B2B2;
}



.miniatura-card_detalle {
    font-size: 0.90em;
    border: 1px solid #DCDCDC;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #B2B2B2;
}

    .miniatura-card_detalle table td {
        padding: 3px 0px;
    }

    .miniatura-card_detalle .separador {
        border-bottom: 1px solid #E5E5E5;
    }