html,
body {
    height: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 45px;
    /* this needs to be bigger than footer height*/
}

#wrap {
    min-height: 100%;
}

.container-fluid {
    max-width: 1280px;
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-sm-top {
        vertical-align: top;
    }
    .col-sm-middle {
        vertical-align: middle;
    }
    .col-sm-bottom {
        vertical-align: bottom;
    }
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.inside-full-height {
    /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.navbar {
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    color: white;
    background-color: transparent;
    border: 0;
    font-size: 13px !important;
    letter-spacing: 0px;
    opacity: 0.9;
    height: auto;
    padding: 5px;
    text-transform: uppercase;
}

.navbar-brand {
    color: white !important;
    padding-top: 2px;
}

.navbar li a,
.navbar {
    color: #E0FFFF !important;
}

.navbar-nav li a:hover {
    color: #fff !important;
    letter-spacing:2px;
    font-weight: bolder;
    font-size: 14px;
}

.navbar-nav li.active a {
    color: #fff !important;
    font-weight: bolder;
    letter-spacing: 4px;
/*    background-color: #29292c !important;*/
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-collapse.collapse.in {
    background-color: #202020;
}

#navbarSupportedContent {
    background-color: transparent;
}


.pagination>li.active>a {
    background: #808080;
    color: #eeeeee;
    border-color: white;
}

h5.section {
    margin-bottom: 20px;
    color: #333333;
    background-color: #eeeeee;
    padding: 5px;
}

.live {
    background-color: #eeeeee;
    border: 1px;
    border-style: dotted;
    border-color: black;
}

h4.live {
    color: #eeeeee;
    background-color: #c20000;
}

.titulo_lista {
    font: bold 1.1em Arial, serif;
    color: #202020;
}

.favoritos {
    font: bold 1.1em Arial, serif;
    color: tomato;
}

.date_table_info {
    background-color: #b0b0b0;
    color: white;
    border-radius: 5px;
    padding: 4px;
    margin: 3px;
}

td.datatable-data.clase-data {
    font: italic 10px helvetica;
    padding: 8px;
    vertical-align: middle;
}

td.datatable-data.logo-data {
    width: 50px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}

td.datatable-data.club-data {
    color: #001058;
    vertical-align: middle;
}

td.datatable-data.date-data {
    vertical-align: middle;
}

.dataTables_paginate.paging_simple_numbers {
    font-size: 0.75em;
}

#usertextbox {
    float: right;
}

#carreras {
    margin-top: 40px;
    margin-bottom: 20px;
}

#usertextbox {
    padding: 10px;
    border-radius: 5px;
    border: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    color: black;
}

.row_search img {
    width: 70px;
    height: 40px;
    border-radius: 5%;
    padding-right: 10px;
    vertical-align: middle;
}

.row_search {
    padding: 10px;
}

.row_search:hover {
    background-color: #eee
}