body{
    font-family: 'Open Sans', sans-serif;
}

body .navbar,
body .panel-default > .panel-heading,
footer .container-fluid, .table-head{
    background-color: #393C3E;
}

.box.box-color {
    border-top-color: #393C3E;
}

body .navbar{
    background-color: #393C3E;
    color: white;
    font-size: 16px;
}

.wizard li.active span.round-tab {
    border: 2px solid #393C3E;
}

.wizard li.active span.round-tab i{
    color: #393C3E;
}

.wizard li:after, .wizard li.active:after {
    border-bottom-color: #393C3E;
}


body .navbar-nav{
    margin-right: 10px;
}

body .navbar-default .navbar-nav > li > a,
body .navbar-default .navbar-nav > li > a:hover{
    color: white;
}

body .navbar-default .navbar-nav > li > a:hover{
    background-color: black;
}

hr.red::before {
    background-color: #d0021b;
    content: " ";
    display: block;
    height: 5px;
    position: absolute;
    width: 35px;
}

hr.red {
    border-top-color: #dce0e0;
    margin: 10px 0 30px;
    position: relative;
}

body .panel-default > .panel-heading{
    background-color: #393c3e;
    color: white;
}

#accordion .panel-title{
    color: #393C3E;
}

body footer.container-fluid{
    background-color: #28292a;
    padding: 20px 0 0;
}

footer .container-fluid{
    background-color: #393B3C;

}

footer p, footer a, footer ul, footer h2{
    color: white!important;
}


/*INICIO Clases para focus*/
button:focus,
.chosen-container-active,
input:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus
{
    outline:none !important;
    box-shadow: 3.5px 4.5px 0px 1px #393B3C !important;
}

a:focus{
    /*padding-right: 7px;*/
    text-decoration:underline;
    outline:none !important;
    color: black;
    /*box-shadow: 2px 5px 0px 1px #393B3C !important;*/
}

.navbar-default .navbar-nav > li > a:focus{
    background-color: black !important;
    color: white;

}
/*FIN Clases para focus*/






#ContenidoEstadisticas .aws_border {
    border-collapse: collapse;
    background-color:#393C3E;
    padding: 1px 1px 1px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#ContenidoEstadisticas .aws_title  {
    font: 13px verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    background-color: #393C3E;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1px 1px 1px 1px;
    color: white;
}

#ContenidoEstadisticas td.aws_title a {
    color: white;
}

#ContenidoEstadisticas .aws_blank  {
    font: 13px verdana, arial, helvetica, sans-serif;
    background-color: #393C3E;
    text-align: center;
    margin-bottom: 0;
    padding: 1px 1px 1px 1px;
}

#ContenidoEstadisticas .aws_data {
    background-color: #393C3E;
    background-color: white;
    border-top-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

#ContenidoEstadisticas .aws_formfield {
    font: 13px verdana, arial, helvetica;
}

#ContenidoEstadisticas .aws_button {
    font-family: arial,verdana,helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #E5AC00;
}

#ContenidoEstadisticas th{
    background-color: #393C3E;
    border-color: #C0311A;
   border-left-width: 0px;
   border-right-width: 1px;
   border-top-width: 0px;
   border-bottom-width: 1px;
   padding: 1px 2px 1px 1px;
   font: 11px verdana, arial, helvetica, sans-serif; text-align:center;
   color: white;
}

#ContenidoEstadisticas th.aws{
    border-color: black;
    border-left-width: 0px;
    border-right-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 1px;
    padding: 1px 2px 1px 1px;
    font-size: 13px;
    font-weight: bold;
}



#ContenidoEstadisticas td{
    border-color: black;
    border-left-width: 0px;
    border-right-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 1px;
    font: 11px verdana, arial, helvetica, sans-serif;
    text-align:center;
    color: black;
}

#ContenidoEstadisticas td.aws{
    border-color: black;
    border-left-width: 0px;
    border-right-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 1px;
    font: 11px verdana, arial, helvetica, sans-serif;
    text-align:center;
    color: black;
    padding: 0px;
}

#ContenidoEstadisticas tr.sombreado
{
    background-color: #393C3E;
}

#ContenidoEstadisticas tr.sombreado td
{
    color:white;
}

#ContenidoEstadisticas td.sombreado{
    background-color: #393C3E !important;
        color:white !important;
}

#ContenidoEstadisticas td.awsm
{
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    font: 11px verdana, arial, helvetica, sans-serif;
    text-align:center;
    color: black;
    padding: 0px;
}

#ContenidoEstadisticas b { font-weight: bold; }
#ContenidoEstadisticas a { font: 11px verdana, arial, helvetica, sans-serif; }
#ContenidoEstadisticas a:link    { color: black; text-decoration: none; }
#ContenidoEstadisticas a:visited { color: black; text-decoration: none; }
#ContenidoEstadisticas a:hover   { color: black; text-decoration: underline; }
#ContenidoEstadisticas .currentday { font-weight: bold; }
