﻿body{
    color:black !important;
}
/*FUENTES****************/
@font-face {
    font-family: "Gotham-normal-basica";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/Gotham-Light.otf"); /*format("woff"), url("/fonts/futurastd-light-webfont.ttf") format("truetype");*/
}

@font-face {
    font-family: "Gotham-light";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/Gotham-Light.otf"); /*format("woff"), url("/fonts/futurastd-light-webfont.ttf") format("truetype");*/
}

@font-face {
    font-family: "Gotham-bold";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../../fonts/Gotham-Bold.otf"); /*format("woff"), url("/fonts/futurastd-light-webfont.ttf") format("truetype");*/
}

@font-face {
    font-family: "Gotham-Medium";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../../fonts/Gotham-Medium.otf"); /*format("woff"), url("/fonts/futurastd-light-webfont.ttf") format("truetype");*/
}

/*fin FUENTES****************/

/*INPUTs******************************/
/*BUTTON*/
button {
    border: 0 none !important;
    height:30px;
}
/*INPUT TEXT*/
input[type=text], input[type=email], input[type=number] {
    padding: 3px;
    background: #fff;
    border: 0 none;
    font-size: 14px;
    height: 30px;
}
/*SELECT, DROPDOWN LIST*/
select {
    border: 0 none !important;
    height:30px !important;
}
/*TEXTAREA*/
textarea {
    border: 0 none !important;
}

/*FIN INPUTs**************************/

/*TABs*********************************/
ul.nav{
    background-color:#4d4d4d;
}
li.nav-item a.nav-link.active{
    background-color:#4d4d4d !important;
    font-family:Gotham-bold;
}
li.nav-item a.nav-link {    
    color: white !important;
}

.navbar li.nav-item a.nav-link {    
    /*color: white !important;*/
	color: black !important;;
	font-weight: bold;
}

div.tab-pane{
    background-color:#f1f1f1 !important;
}

ul.nav li.nav-item{
    /*border-right:1px solid white;*/
}

ul.nav li.nav-item a.nav-link {
    border:0 none !important;
}
/*FIN TABs*****************************/

/*PANEL********************************/
div.card div.card-header {
    background-color: #4d4d4d !important;
    border-bottom: 0 none !important;
    color: white;
}
div.card {
    background-color: #f1f1f1 !important;
    border: 0 none !important;
}

.form-group {
    margin-bottom: 0.6rem !important;
}

label {
    display: inline-block;
    margin-bottom: 0.2rem !important; 
}

/*FIN PANEL****************************/

/*ESTILOS GLOBALES************/


/*FIN ESTILOS GLOBALES********/