﻿
body {
    font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    padding-top: 50px;
    padding-bottom: 20px;
}

.navbar-header {
    display: flex;
}

.navbar-inverse {
    background-color: #4A4D58;
    border-color: #4A4D58
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #4A4D58;
}

.fila-sel-popup {
    background-color:#d2f36f
}
.navbar-inverse .navbar-nav > li > a :hover {
    color: #ddd;
    font-weight: bold
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-weight: bold
}

.sidenav > ul > a {
    font-size: 20px !important;
}

.sidenav li :hover {
    color: #ddd;
    background-color: #A3AAC2;
    font-weight: bold
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #4A4D58;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    width: 100%;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
}



.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


.logo-gris {
    padding: 13px 0 0 25px;
    /*width:65px;
    height:30px*/
}

.logo {
    margin-left:5px;
    display: block;
    max-width: 200px;
    max-height: 50px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 20px;
    padding-right: 20px;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    
}

.DTHButtons {
    width:5%
}

.table-condensed {
    font-size:10px
}


.vertical-center {
    vertical-align:middle;
    padding-top:7px
}


