﻿@import url('Styles.css');
.menu-inicio {
    padding: 0;
    padding-top: 10px;
}

    .menu-inicio > li {
        display: inline;
    }

    .menu-inicio a {
        padding-right: 10px;
    }

.table2 {
    /*Color de las lista de las tablas*/
    color: dimgrey;
}

    .table2 tr th {
        /*Color superior de las tablas gris*/
        background: #EFEFEF;
        /*Color superior de las letras en las tablas*/
        color: #56ACDE;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        border-bottom: 0 !important;
    }

    .table2 td, .table2 tr th {
        border: 1px solid #ccc;
        border-top: 1px solid #ccc !important;
    }

    .table2 > tbody tr:hover {
        /*Color de sobra en el momento de pasar el mouse sobre la lista de la tabla */
        background-color: rgba(105,105,105,0.4);
        /*Color de las lista de las tablas*/
        color: #ffffff;
    }

    .table2 tr:nth-child(odd) {
        /*Color de la sombra entre cada una de las lineas de la tabla Primer Item*/
        background-color: #EFEFEF;
    }

    .table2 tr:nth-child(even) {
        /*Color de la sombra entre cada una de las lineas de la tabla Segundo Item*/
        background-color: #ffffff;
    }




tfoot {
    display: table-header-group;
}

.table2 tfoot tr th {
    padding: 0 !important;
    border-top: 0 !important;
}

/*Color y diseño de acciones menu acciones tabla*/
.th-acciones {
    background: #56ACDE !important;
    color: #fff !important;
    font-size: 14px !important;
    vertical-align: middle !important;
    border: 0 !important;
}

.dataTables_filter {
    display: none;
}

.thead-acciones {
    border: 0 !important;
    background: #efefef !important;
}

.btn-return {
    border-radius: 25px !important;
}

.span-primary {
    color: #337ab7;
    font-size: 25px;
}

.span-danger {
    color: #ff0000;
    font-size: 25px;
}

    .span-primary:hover, .span-danger:hover {
        cursor: pointer;
    }


.nav-link:hover {
    /*color sobra del menu lateral*/
    background: #edf4ff !important;
    color: dimgrey !important;
}

.item-activo {
    /*color sobra del menu lateral busqueda*/
    background: #edf4ff4a !important;
}


    .item-activo i {
        /*color de icono activo menu lateral*/
        color: #56acde !important;
    }




.btn-primary {
    color: #fff;
    background-color: #56ACDE !important;
    border-color: #56ACDE !important;
}



.fa-eye {
    color: #56ACDE !important;
    font-size: 22px;
}

.fa-edit {
    color: #56ACDE !important;
    font-size: 22px;
}

.fa-cog {
    color: #56ACDE !important;
    font-size: 22px;
}

.fa-trash-alt {
    color: #FF0000 !important;
    font-size: 22px;
}


/*.sidebar-dark .nav-item .nav-link i:hover {
    color: #2873B6;
}*/


label {
    margin-top: 6px;
}


.table-actividades {
    width: 100%;
}

    .table-actividades td {
        padding: 6px 0;
    }


/*TAPS CONFIG NEGOCIOS*/

#exTab1 .tab-content {
    border: 1px solid #ccc;
    padding: 5px 15px;
}


/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


div.disabled {
    pointer-events: none;
    /* for "disabled" effect */
    opacity: 0.7;
    /*background: #CCC;*/
}


.content-principal {
    background-color: #E7E6E4 !important
}

.ul-principal {
    background-color: #334047 !important
}

.card-header {
    background-color: #56ACDE;
    color: white;
    font-weight: bold;
    font-size: large;
}

.card-header-principal {
    background-color: #EFEFEF !important;
    color: dimgrey !important;
    font-weight: bold !important;
    font-size: large !important;
}



.required:after {
    content: " *";
    font-weight: bold;
    color: #56ACDE;
}



a.principal {
    color: #56ACDE !important;
}

span.principal {
    color: #56ACDE !important;
}

.color-principal {
    color: #56ACDE !important;
}

.radio-20 {
    width: 20px;
    height: 20px;
}



.buttons-colvis {
    border-radius: 5px !important;
    color: #fff !important;
    background: #56ACDE !important;
    border-color: #56ACDE !important;
    margin-left: 15px !important;
}

.resumen-negocio .label1 {
    font-size: 18px;
    color: #696969;
}

.resumen-negocio .label2 {
    font-size: 18px;
    color: #777;
    font-weight:500;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #56ACDE;
    color:#fff;
}

.marco-n {
    border: 2px solid #777;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
}

.selectize-input {
    /* min-height: 34px; */
    height: 34px;
    font-size: 12px !important;
    border-radius: 0 !important;
}

.selectize-control {
    position: relative;
    width: 240px;
    float: left;
}

.search-selectize {
    float: left;
    padding: 5px 8px;
    border: 1px solid #ccc;
    height: 34px;
    background: #ccc;

}

.por-negocio-cli {
    color: #777 !important;
    width: 60px;
}

.icono-cursor {
    cursor:pointer;
}