﻿@charset "UTF-8";
/*----------------------------------------
SOBREESCRIBIENDO  LOS ESTILOS DE BOOTSTRAP
------------------------------------------*/


/*--------------------------
ESTILOS DEL DISEÑO
---------------------------*/
html {
    font-size: 16px;
}

body {
    color: #44484a;
    font-family: Calibri;
}

a {
    text-decoration: underline;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 95%;
    border: none;
}


/*https://weblog.west-wind.com/posts/2016/sep/14/bootstrap-modal-dialog-showing-under-modal-background*/
.modal-backdrop {
    display: none;
    
}
    


.bg-col-left {
    background-color: #ebebeb;
    color: black;
}

.bgTab_Menu {
    padding: 1px;
    background-color: #61A534;
}

/*
    Altura de los tabs
*/

.btn-content {
    color: #fff;
    text-decoration: underline;
    padding: 0.1rem .1rem;
    font-size: .8rem;
    line-height: 1;
    border-radius: .2rem;
    text-decoration: underline !important;
    cursor: pointer;
}
.btn-content:hover {
    color: #fff;
    background-color: #2d2a3b;
    /*border-color: #0062cc;*/
}

.btn-primary {
    color: #fff;
    background-color: #91c46b;
    border-color: #007bff;
    padding: 0.1rem .5rem;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2d2a3b;
    /*border-color: #0062cc;*/
}





.btn-group-sm > .btn, .btn-sm {
    padding: 0.1rem .5rem;
}

.tabMenu {
    padding: 5px;
    background-color: #61A534;
}



.text-danger {
    color:brown !important;
}   

.w-90{
    width: 90% !important
}

.w-fecha {
    width: 20% !important
}





.nav-link {
    padding: 0.2rem 1rem;
}


/*
    Para el gridview
    https://www.estradawebgroup.com/Post/-Como-dar-estilo-a-un-GridView-con-CSS-para-la-interfaz-de-usuario-/2084

*/



.cssSitemap_cca a {
    background: #2d2a3b;
    color: white !important;
    margin-left: 10px;
}


.cssSitemap_ferr a {
    /*background: #2d2a3b;*/
    color: black !important;
    margin-left: 10px;
} 
/*------------------------
SHOW DE LOS MEDIAS QUERIES

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
------------------------*/
