/* 
    Document   : sticky-footer
    Created on : 21-ago-2013, 16:10:09
    Author     : Cristián
    Description:
        Purpose of the stylesheet follows.
*/

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;/*padding:0;*/} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {
	/* overflow:auto; */
    padding-bottom: 40px;}  /* must be same height as the footer */

#footer {
    position: relative;
    margin-top: -43px; /* negative value of footer height */
    height: 40px;
    clear:both;
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

/* 
<!--[if !IE 7]>
        <style type="text/css">
                #wrap {display:table;height:100%}
        </style>
<![endif]-->

*/

/* FullScreen Background */

html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

#full-screen-background-image {
    z-index: -999;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

#wrapper {
    position: relative;
    width: 800px;
    min-height: 400px;
    margin: 100px auto;
    color: #333;
}

h2 {
    clear: both;
    display: block;
    font-weight: 300;
    padding: 0;
    float: none;
    font-size: 30px;
    padding-bottom: 12px !important;
    margin-top: -8px !important;
    padding-top: 8px !important;
    line-height: 118% !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Archivo Narrow","Arial Narrow","Helvetica Neue",Heveltica,Arial,sans-serif;
    font-weight: normal;
    line-height: 1.2;
    margin: 0px;
}

.hiperion-bg-repeat {
	background-image: url('../img/bg1.png');
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;
}

.grises img {
	filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
	filter: Gray(); /* IE4-8 and 9 */

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.grises img:hover { 
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#full-screen-background-image {
    z-index: -999;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

.hiperion-well {
    background: url(../img/empavonado.png);
    min-height: 20px;
    padding: 12px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.carousel-caption {
    background: url(../img/carousel-caption.png);
}

a, .orangered, .btn-link{
	color: #FF1300;
}

a:hover, .btn-link:hover{
	color: #333333;
}

.btn-orangered {
	background-color: #FF1300;
	border-color: #FF1300;
	color: white;
}
.btn-orangered:hover,
.btn-orangered:focus,
.btn-orangered:active,
.btn-orangered.active {
	background-color: #FF4B1E;
	border-color: #FF4B1E;
	color: white;
}
.btn-orangered.disabled:hover,
.btn-orangered.disabled:focus,
.btn-orangered.disabled:active,
.btn-orangered.disabled.active,
.btn-orangered[disabled]:hover,
.btn-orangered[disabled]:focus,
.btn-orangered[disabled]:active,
.btn-orangered[disabled].active,
fieldset[disabled] .btn-orangered:hover,
fieldset[disabled] .btn-orangered:focus,
fieldset[disabled] .btn-orangered:active,
fieldset[disabled] .btn-orangered.active {
	background-color: #FF1300;
	border-color: #FF1300;
	color: white;
}

.btn-inverse {
	background-color: #333333;
	border-color: #333333;
	color: white;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
	background-color: #262626;
	border-color: #1a1a1a;
	color: white;
}
.btn-inverse.disabled:hover,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled]:hover,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse:hover,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse.active {
	background-color: #333333;
	border-color: #333333;
	color: white;
}

.bs-docs-sidebar .nav>.active>a, .bs-docs-sidebar .nav>.active:hover>a, .bs-docs-sidebar .nav>.active:focus>a {
	background-color: #FF1300;
	color: white;
	border-left: 1px solid #FF1300;
}

.bs-docs-sidebar .nav>li>a:hover, .bs-docs-sidebar .nav>li>a:focus {
	background-color: #FF1300;
	color: white;
	border-left: 1px solid #FF1300;
}

.help-block{color: #a94442;}

/* FullScreen Background */

#full-screen-background-image {
    z-index: -999;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

/* HIPERION: Well transparente */

.hiperion-well {
    background: url(../img/empavonado.png);
    min-height: 20px;
    padding: 12px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pagination>li>a, .pagination>li>span {
	color: #FF1300;
}

/* HIPERION: Estilo fecha*/

div.date {
	color: #FF1300;
    text-align: right;
    font: Normal 34px Helvetica, sans-serif;
    letter-spacing: -1px;
    text-transform: uppercase;
    line-height: 35px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #FF1300;
	border-color: #FF1300;
}

.margin-horizontal{
    margin-left:15px;
    margin-right:15px;
}

.margin-vertical{
    margin-top:15px;
    margin-bottom:15px;
}

.margin-horizontal-sm{
    margin-left:5px;
    margin-right:5px;
}

.margin-vertical-sm{
    margin-top:5px;
    margin-bottom:5px;
}

.bg-white{
    background-color: white;
}

.bg-grey{
    background-color: #eee;
}

.bg-black{
    background-color: black;
}

.color-white{
    color:white;
}

.color-black{
    color:black;
}

.greyscale {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

input[id*="_duracion_"], input[id*="_pausa_"] {
    display: inline;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.isloading-wrapper {
    padding: 15px;
    background-color: #FF4B1E;
    border-color: #FF4B1E;
    color: white;
    border-radius: 5px;
    margin: auto;
    display: block;
    width: 108px;
    margin-top: 20%;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
}