
/**
 * Custom page CSS.
 */

html {
    position: relative;
    min-height: 100%;
}
body {
    padding-top: 50px;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}


.navbar-header .logo {
    font-family: 'Cabin Condensed', sans-serif;
    font-size: 26px;
}

.content-indicator {
    padding: 15px 15px 0;
    background: url("../images/bg.jpg") no-repeat left -100px;
}

.container section {
    padding-bottom: 10px;
}
.container .page-header {
    margin: 0 0 5px 0;
}

table#indicadores {
    font-size: 13px;
}
table#indicadores tbody td {
    padding: 4px;
}

.donacion select#amount {
    font-size: 20px;
    margin: 5px 0 10px;
    padding: 2px;
    border: 1px solid #999;
    border-radius: 5px;
}

code.old-style {
    color: #D14;
    background-color: #F7F7F9;
    border: 1px solid #E1E1E8;
    border-radius: 3px;
}

.error-content {
    font-family: 'Open Sans', sans-serif;
}
.error-content .icon {
    padding-right: 10px;
}


.msgbox {
    min-height: 20px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.msgbox.success {
    color: #fff;
    background-color: #5DB85B; /*#5BC0DE*/
    border: none;
    font-weight: bold;
}
.msgbox.error {
    color: #fff;
    background-color: #ff5b57;
    border: none;
    font-weight: bold;
}


#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #272822;
    color: #fff;
}
#footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
#footer > .container > p {
    position: relative;
    margin: 20px 0;
}
#footer > .container > p > span.box-right {
    float: right;
    position: absolute;
    top: -10px;
    right: 0;
}


.widget {
    border-radius: 3px;
    margin-bottom: 10px;
    color: #fff;
    padding: 15px;
    overflow: hidden
}
.widget-indicator {
    background: #ccc;
    background: rgba(0,0,0,.5);
}
.widget-indicator .indicator-icon {
    float: left;
    font-size: 42px;
    height: 56px; width: 56px;
    text-align: center;
    line-height: 50px;
    margin-right: 5px;
    color: #fff;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 50%;
}
.widget-indicator .indicator-info h3 {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    color: #fff
}
.widget-indicator .indicator-info p {
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    margin: 0
}
.widget-indicator .indicator-link a {
    display: block;
    margin: 15px -15px -15px;
    padding: 7px 15px;
    background: #333;
    background: rgba(0,0,0,.4);
    text-align: right;
    color: #fff;
    font-weight: 300;
    text-decoration: none
}
.widget-indicator .indicator-link a:focus,
.widget-indicator .indicator-link a:hover {
    background: #000;
    background: rgba(0,0,0,.6);
    color: #fff
}
.widget-indicator .indicator-link a:hover {
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
}

/**
 * Background and Colors Helper Classes.
 */

.bg-white {background:#fff}
.bg-silver {background:#f0f3f4}
.bg-black {background:#2d353c}
.bg-grey {background:#bdc3c7}
.bg-dark-gray {background:#7f8c8d}
.bg-red {background:#ff5b57}
.bg-dark-red {background:#e74c3c}
.bg-orange {background:#f39c12}
.bg-light-orange {background:#f59c1a}
.bg-yellow {background:#f1c40f}
.bg-light-yellow {background:#e3fa3e}
.bg-green {background:#00acac}
.bg-other-green {background:#16a085}
.bg-blue {background:#2980b9}
.bg-light-blue {background:#348fe2}
.bg-dark-blue {background-color:#34495e}
.bg-aqua {background:#49b6d6}
.bg-purple {background:#8e44ad}
.bg-dark-purple {background:#727cb6}
.no-bg {background:none}

.color-white {color:#fff}
.color-silver {color:#f0f3f4}
.color-black {color:#2d353c}
.color-grey {color:#bdc3c7}
.color-dark-gray {color:#7f8c8d}
.color-red {color:#ff5b57}
.color-dark-red {color:#e74c3c}
.color-orange {color:#f39c12}
.color-light-orange {color:#f59c1a}
.color-yellow {color:#f1c40f}
.color-light-yellow {color:#e3fa3e}
.color-green {color:#00acac}
.color-other-green {color:#16a085}
.color-blue {color:#2980b9}
.color-light-blue {color:#348fe2}
.color-dark-blue {color-color:#34495e}
.color-aqua {color:#49b6d6}
.color-purple {color:#8e44ad}
.color-dark-purple {color:#727cb6}