﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}
.footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    text-align: center;
}

/* Set width on the form input elements since they're 100% wide by default */
.pagination {
    margin: 5px 20px 0px 20px;
}

.filtroFen {
    cursor: pointer;
}

.fa-cogreen {
    color: green;
}

.fa-cored {
    color: red;
}

.fa-cogrey {
    color: #555;
}

.fa-copink {
    color: lightpink
}

.fa-coblue {
    color: lightblue
}

.fa-cogold {
    color: palegoldenrod
}

.fa-copurple {
    color: purple
}

.fa-middel-icon {
    font-size: 22px;
}

.fa-big-icon {
    font-size: 100px;
}

.fa-8x {
    font-size: 8em !important
}

.anoSeleccionado {
    background-color: #eee !important;
    color: green !important;
}

.radioSel {
    width: 100%;
    margin: 10px 0 0 0;
}

.radioSel:hover {
    background: linear-gradient( white, #ddd, #BCB4B0);
    border-radius: 10px;
    cursor: pointer
} 
    
.filtro {
    width: 100%;
    margin: 10px 0 0 0;
}

.contenedorFiltro {
    width: 272px;
    height: 124px;
    border-radius: 5px;
    border-color: #333;
    border: solid;
    border-width: 1px;
    float: left;
    margin: 5px
}

.filtro:hover {
    background: linear-gradient( white, #ddd, #BCB4B0);
    border-radius: 10px;
    cursor: pointer
}

.list-group-item.active {
    border-color: rgb(135,189,101);
}
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    /*border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    border: 1px solid #ddd;
    /*margin-top: 20px;
  margin-left: 50px;*/
    /*-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
    background-clip: padding-box;
    /*opacity: 0.97;*/
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group > a {
    margin-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group > a .glyphicon,
    div.bhoechie-tab-menu div.list-group > a .fa {
        color: #1275b3;
    }

div.bhoechie-tab-menu div.list-group > a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

    div.bhoechie-tab-menu div.list-group > a.active,
    div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
    div.bhoechie-tab-menu div.list-group > a.active .fa {
        background-color: #1275b3;
        background-image: #1275b3;
        color: #ffffff;
    }

        div.bhoechie-tab-menu div.list-group > a.active:after {
            content: '';
            position: absolute;
            left: -10px;
            top: 50%;
            margin-top: -13px;
            border-left: 0;
            border-bottom: 13px solid transparent;
            border-top: 13px solid transparent;
            border-left: 10px solid #1275b3;
            transform: rotate(180deg)
        }

div.bhoechie-tab-content {
    background-color: #ffffff;
    /*border: 1px solid #eeeeee;*/
    padding-left: 0px;
    padding-top: 0px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

#main-visor {
    position: fixed;
    top: 0%;
    left: 0%;
    background-color: #000;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}

div.contenedor-iconos {
    float: left;
    width: 16%;
    height: 50px;
    border-style: solid;
    border-width: 1px;
    margin: 2px;
    background-color: rgba(200,200,200,0.7);
    border-radius: 3px;
}

    div.contenedor-iconos label {
        display: block;
        margin-top: 10px;
        text-align: center;
        color: #333;
    }

.ico-google {
    float: left;
    margin-left: 10px
}

.cerrar {
    border-radius: 4px;
    background-color: #3D5675;
    border-color: #3D5675;
    color: white;
    width: auto;
}

    .cerrar:hover {
        background-color: #3D5675
    }

.convenciones-iconos {
    display: block;
    margin: 0 auto;
    width: 90%
}
