html,
body {
    color: #f5f5f5;
}
body {
    background: transparent;
}
a {
    color: #f5f5f5;
}
.header-top{
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 90px;
    background-image: url("../imgs/bg_menu.png");
    background-repeat: repeat-x;
    background-position: center;
}

.final {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 50px;
    margin: 0 auto;
    background-color: rgb(51,51,51);
    color: #f5f5f5;
    padding-top: 10px;
}
.final a {
    color: #f5f5f5;
    text-decoration: none;
    cursor: pointer;
}
.powered {
    font-size: 10px;
    font-weight: bold;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-tocho {
    border: 0;
    border-radius: 0;
    margin-top: 15px;
    margin-bottom: 0;
}
.navmenu-default, .navbar-default .navbar-offcanvas {
    background-color: rgb(22,22,22);
    border:0;
}
.navmenu, .navbar-offcanvas {
    border-radius: 0;
    border: 0;
    height: auto;
    width: 193px;
}
#sideRMC > ul.navbar-nav {
    margin: 10px auto;
}
.navbar-toggle {
    background-color: #333333;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    background-color: red;
}
.navbar-brand {
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 0;
    display: block;
    position: relative;
    max-width: 140px;
    margin-top: -22px;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
}
.navbar-nav > li > a {
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 5px;
}
.img-logo-responsive {
    width: 100%;
    height: auto;
}
.logo-tochito {
    margin-top: -21px;
}
.logo-tochito a {
    width: 140px;
    background: none;
    vertical-align: middle;
    padding: 0 !important;
}
#sideRMC ul.navbar-nav > li {
    display: block;
}
.nav > li > a:focus, .nav > li > a:hover {
    background: none;
    color: rgb(255,148,0);
}
.falink {
    font-size: 14px;
    font-weight: bold;
}
.falink span {
    display: inline-block;
}
.falink span:first-child {
    margin-right: 20px;
}
h1, h2, h3 {
    color: rgb(255,148,0);
    margin: 2px 0;
}
.bg-home {
    background: url('../imgs/bg_home.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/bg_home.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/bg_home.jpg', sizingMethod='scale')";
}
.lines-50 {
    padding: 15px 0;
    border-top: 1px solid rgb(255,148,0);
    border-bottom: 1px solid rgb(255,148,0);
    max-width: 400px;
    margin: 8% auto 0;
}
.lines-t {
    padding: 7px 0;
    border-top: 1px solid rgb(255,148,0);
    border-bottom: 1px solid rgb(255,148,0);
    max-width: 400px;
    margin:0 auto;
}
.btn:focus, .btn:active, .btn:hover {
    color: #f5f5f5;
}
.wrapper-contenido {
    max-width: 900px;
    margin: 5px auto 0;
}
.contenido {
    margin-bottom: 60px;
}
/*
    Wrapper para los eqiopos en Category view
*/
.wrapper-equipos {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    min-height: 150px;
    position: relative;
}
.wrapper-equipos a {
    display: block;
    text-decoration: none;
    text-align: center;
color: rgb(255,148,0);
    font-weight: bold;
}
.wrapper-equipos img{
    width: 138%;
    height: auto;
}
.img-eqs {
    border-radius: 50%;
    margin: 0 auto;
    max-height: 100px;
    max-width: 100px;
    overflow: hidden;
}
/* Options fade descrition */
.des-eqs {
    position: absolute;
    background: rgba(0,0,0,0.5);
    color: #f5f5f5;
    text-align: left;
    font-weight: 100;
    padding: 5px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    -webkit-transition: .5s .5s;
    -moz-transition: .5s .5s;
    -o-transition: 0s 0s;
    opacity: 0;
}
.wrapper-equipos:hover .des-eqs {
    visibility: visible;
    opacity: 1;

}
/* End optional fade */
/* Panels Tocho's !!*/
.panel {
    background-color: rgb(20,20,20);
}
.panel-default {
    border-color: rgb(55,55,55);
}
.panel-tocho > .panel-heading {
    background-image: linear-gradient(to bottom, rgb(35,35,35) 0%, rgb(55,55,55) 100%);
    background-repeat: repeat-x;
}
.panel-tocho > .panel-heading {
    background-color: rgb(35,35,35);
    border-color: rgb(55,55,55);
    color: rgb(255,148,0);
}
.capitan, .players-list {
    display: block;
    margin: 5px auto;
    padding: 5px;
}
.capitan {
    border-bottom: 1px dashed rgb(35,35,35);
}
.c-orange {color: rgb(255,148,0);}
.capitan .fa-male, .players-list .fa-male {color: #007bb6;}
.capitan .fa-female, .players-list .fa-female {color: hotpink;}
.player-imgs {position: relative; width: 80px; height: 80px; margin: 0 auto; overflow: hidden; border-radius: 100%;}
.player-imgs img { height: auto;
    left: -15px;
    position: absolute;
    top: 0;
    width: 110px;}

.nominado-wrapper {
    display: inline-block;
    width: 18%;
    height: 200px;
    margin: 2px auto;
    text-align: center;
    vertical-align: top;
}
.no_name {
    font-weight: bold;
    color: rgb(255,148,0);
}
.rads > input{
    visibility: hidden;
    position: absolute;
}
.rads {
    height: 44px;
    width: 44px;
    margin: 0 auto;
    background-image: url("../imgs/r_in_nh.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.rads:hover {
    background-image: url("../imgs/r_in_sh.png");
}
.rads.marked {
    background-image: url("../imgs/r_in_sh.png");
}
.lista_label {
    display: block;
    margin: 5px auto;
    cursor: pointer;
    text-align: center;
}
.list-img {
    max-width: 84px;
    margin: 0 auto;
    text-align: center;
}
.list-img img {
    max-width: 80px;
    height: auto;
    margin: 0 auto;
}
#lista1_wrapper:first-child > .row:first-child > div:first-child, #lista2_wrapper:first-child > .row:first-child > div:first-child{
    display: none;
}
.activadovs {
    background-color: darkred;
    color: #f5f5f5;
}
.currentes {
    background-color: lightgreen;
    color: #000000;
}
.cla-mes {
    display: block;
    margin: 2px auto;
    text-align: center;
}
.select-mes{
    width: 200px;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
}
.select-mes select {
    background: transparent;
    border: 0;
    border-radius: 0;
    font-weight: bold;
    color: rgb(255,148,0);
    font-size: 25px;
    cursor: pointer;
    box-shadow: none;
}
.equiposvss {
    display: inline-block;
    min-width: 250px;
    padding: 15px;
    margin-right: 5px;
    border-right: 1px solid rgb(140,197,64);
}
.tab-pane > div:last-child {
    padding: 5px;
    margin-right: 5px;
    border-right: 0;
}
.calslis {
    border: 0;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.calslis > li {
    float: none;
    display: inline-block;
    max-width: 20%;
    vertical-align: top;
}
.calslis > li, .calslis > li > a {
    color: rgb(255,148,0);
    font-weight: bold;
}
.calslis > li > a:focus, .calslis > li > a:hover, .calslis > li.active > a, .calslis > li.active > a:hover, .calslis > li.active > a:focus{
    border: none;
    color: rgb(140,197,64);
    background: transparent;
}
.calslis > li.active > a {
    color: rgb(140,197,64);
    border: none;
    background: transparent;
}
.equiposvss {
    text-align: center;
    font-weight: bold;
}
.equiposvss a {
    color: rgb(255,148,0);
    cursor: pointer;
    outline: none;
    text-decoration: none;
}
.diafechalista {
    text-align: center;
    color: rgb(140,197,64);
    font-weight: bold;
    margin: 9px auto;
    padding: 6px;
}
.img-eqslis {
    width: 100px;
    height: 100px;
    margin: 6px auto;
    text-align: center;
    display: block;
    overflow: hidden;
    border-radius: 100%;

}
.img-eqslis img {
    width: 165%;
    height: auto;
    margin-left: -20px;
}
.ver-roster {
    display: block;
    max-width: 300px;
    padding: 15px;
    margin: 6px auto;
    text-align: center;
}
#ver-roster, #ocultar-roster {
    color: rgb(140,197,64);
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
#roster {display: none;}
.progress {
    margin-bottom: 0;
}
.name-voters {
    text-align: center;
    margin: 5px auto;
}
.img-voters {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 100%;
}
.img-voters img {
    width: 50px;
    height: auto;
    left: -6px;

}
.contactos {
    margin: 15px auto;
}
#activelist {
    display: none;
}
/* Tool para los horarios */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }
/* Responsive al final!!!! por yisus! > not < .... get it?...  */
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
}

@media (max-width : 700px) {
    /* Styles */
    .logo-tochito a {
    width: 100px !important;
    }
    .navbar-nav > li > a {
        font-weight: 100;
        text-transform: uppercase;
        padding: 10px 4px;
    }
}
