
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #d9534f;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

h4 {
	font-size: 20px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
	text-align: center;
}

img { max-width: 100%; }

::-moz-selection { background: #d9534f; color: #fff; text-shadow: none; }
::selection { background: #d9534f; color: #fff; text-shadow: none; }


/***** Top menu *****/

.navbar {
	padding-top: 10px;
	background: #333;
	background: rgba(51, 51, 51, 0.3);
	border: 0;
	margin-bottom: 0px;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.navbar.navbar-no-bg { background: none; }

ul.navbar-nav {
	font-size: 16px;
	color: #000000;
	font-weight: 400;
}

.navbar-inverse ul.navbar-nav li { padding-top: 8px; padding-bottom: 8px; }



.navbar-inverse ul.navbar-nav li a { display: inline; padding: 0; color: #fff; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px dotted #fff; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px dotted #fff; }

.navbar-inverse ul.navbar-nav li .li-social a {
	margin: 0 5px;
	font-size: 28px;
	vertical-align: middle;
}
.navbar-inverse ul.navbar-nav li .li-social a:hover, 
.navbar-inverse ul.navbar-nav li .li-social a:focus { border: 0; color: #d9534f; }

.navbar-brand {
	width: 162px;
	background: url(../img/logo160.png) left center no-repeat;
	text-indent: -99999px;
	height: 35px;
}


/***** Top content *****/

.top-content { padding: 0px 0 10px 0;}

.top-content .text { color: #fff; }
.top-content .text h1 { color: #000000; }
.top-content .description { margin: 20px 0 10px 0; }
.top-content .description p { opacity: 0.8; }
.top-content .description a { color: #fff; }
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box { /*padding-top: 40px; */ }

.f1 {
	padding: 25px; 
	background: url(../img/plata.jpg);
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}

.f2 {
	padding: 10px; 
	background: #FFFFFF;

	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}



.f3{
    padding: 10px;
    background: #f3dcdb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
}

.f3 h3{
    text-transform: none!important;
    font-size: 18px;
    line-height: 15px;
}

.f3 h5{
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 15px;
    font-family: monospace!important;
}

.f3 .form-control{
    margin-left: 5.5%!important;
    width: 26%;
    padding: 0px 5px!important;
}

.spanpesos{
    position: absolute;
    padding-left: 3%;
    padding-top: 0.5%;
    font-weight: 400;
}

.f3 select{
    width: 27%!important;
}

.f3 .number{
    width: 23%!important;
}

.resultado{
    padding: 10px;
    background: #f3dcdb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    font-family: monospace!important;
}


.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }

.f1-steps { overflow: hidden; position: relative; margin-top: 20px; }

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #ddd; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #d9534f; }

.f1-step { position: relative; float: left; width: 33%; padding: 0 5px; }

.f1-step-icon {
	display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #777;
	font-size: 16px; color: #fff; line-height: 40px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	background: #fff; border: 1px solid #d9534f; color: #d9534f; line-height: 38px;
}
.f1-step.active .f1-step-icon {
	width: 48px; height: 48px; margin-top: 0; background: #d9534f; font-size: 22px; line-height: 48px;
}

.f1-step p { color: #777; }
.f1-step.activated p { color: #d9534f; }
.f1-step.active p { color: #d9534f; }

.f1 fieldset { display: none; text-align: left; }

.f1-buttons { text-align: right; }

.f1 .input-error { border-color: #d9534f; }

input[type=checkbox]{
	width: 7%;
	display: inline;
}


.form-control2 {
    display: block;
	width: 100%;
    padding: 6px 12px;
    font-size: 20px;
    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;
}




.checkbox-info{
	font-size: 18px;
    padding-left: 5px;
}

.form-control{
    font-size: 16px!important;
    width: 26%;
    text-align: center;
    font-weight: 500!important;
    display: initial;
    height: 34px!important;
    margin-left: 6%!important;
    vertical-align: top;
    color: #888;
}

.label_turno{
    font-size: 16px;
    margin-bottom: 1px;
    margin-top: 1px;
    margin-left: 15px;
    text-align: right;
    width: 100px!important;
    display: initial;
}

.label_extractos{
    display: none;
    font-size: 16px;
    margin-bottom: 1px;
    margin-top: 1px;
    margin-left: 50px;
    text-align: right;
    width: 100px!important;
}

.label_abajo{
    text-align: left;
    padding-top: 5px;
    padding-left: 6%;
    display:none;
}
/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.navbar { padding-top: 0;    min-height: 30px; }
	.navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); margin-bottom: 3px; }
	.navbar-brand { height: 30px; margin-left: 15px; width: 90px; background-size: 90px}
	.navbar-collapse { border: 0; }
	.navbar-toggle { margin-top: 12px; }
	.btn-nav{margin: 10px!important;}
	.top-content { padding: 0 0 10px 0; }
	.li-text{font-size: 14px; color: #FFFFFF;}
	.f1 {padding: 5px;}
	.f1-steps { margin-top: 5px; line-height: 20px;}
	h4{line-height: 15px;}
    .navbar-header .btn{
        font-size: 14px;
        height: 20px;
        padding: 0 5px;
       line-height: 20px;
        min-width: 80px;

    }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
	
	.f1 { padding-bottom: 20px; }
	.f1-buttons button { margin-bottom: 5px; }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .navbar-brand {
    	background-image: url(../img/logo160.png) !important; 
		background-repeat: no-repeat !important; 
    }
	
}


/*===== Uniform. Checkbox =====*/

.checker, .checker span, .checker input {
  width: 30px;
  height: 30px;
}
.checker {
  position: relative;
  margin-right: 6px;
  margin-top: -3px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

.checker span {
  border: 1px solid #c5c5c5;
  background-color: #fff;
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
  position: relative;
}
.checker span:after {
  content: "";
  background: url(../images/forms/check.png) no-repeat 50%;
  opacity: 0;
  filter: alpha(Opacity=0);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.checker span.checked:after {
  content: "";
  opacity: 1;
  filter: alpha(Opacity=100);
}
.checker.focus span.checked:after {
  opacity: 1;
  filter: alpha(Opacity=100);
}

.checkbox-danger .checker span:after {
  content: "";
  background-image: url(../images/forms/check_white.png);
}
.checkbox-danger .checker span:hover {
  border-color: #D65C4F;
}
.checkbox-danger .checker:active span, 
.checkbox-danger .checker.active span, 
.checkbox-danger .checker span.checked {
  border-color: #D65C4F;
  background-color: #D65C4F;
}

.checkbox-success .checker span:after {
  content: "";
  background-image: url(../images/forms/check_white.png);
}
.checkbox-success .checker span:hover {
  border-color: #65B688;
}
.checkbox-success .checker:active span, 
.checkbox-success .checker.active span, 
.checkbox-success .checker span.checked {
  border-color: #65B688;
  background-color: #65B688;
}

.checkbox-primary .checker span:after {
  content: "";
  background-image: url(../images/forms/check_white.png);
}
.checkbox-primary .checker span:hover {
  border-color: #455763;
}
.checkbox-primary .checker:active span,
.checkbox-primary .checker.active span,
.checkbox-primary .checker span.checked {
  border-color: #455763;
  background-color: #455763;
}

.checkbox-info .checker span:after {
  content: "";
  background-image: url(../images/forms/check_white.png);
}
.checkbox-info .checker span:hover {
  border-color: #3CA2BB;
}
.checkbox-info .checker:active span, 
.checkbox-info .checker.active span, 
.checkbox-info .checker span.checked {
  border-color: #3CA2BB;
  background-color: #3CA2BB;
}

.checker input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
}

.checker:active span, .checker.active span {
  background-color: #f8f8f8;
  border-color: #d5d5d5;
}
.checker.focus span, .checker:hover span {
  background-color: #fafafa;
}
.checker.focus:active span.checked:after, 
.checker:hover:active span.checked:after, 
.checker.active:hover span.checked:after, 
.checker.active.focus span.checked:after {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.checker.disabled span, 
.checker.disabled:active span, 
.checker.disabled.active span {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.checker.disabled span.checked, 
.checker.disabled:active span.checked, 
.checker.disabled.active span.checked {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.checker.disabled span.checked:after, 
.checker.disabled:active span.checked:after, 
.checker.disabled.active span.checked:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-title{
    color: red!important;
    font-weight: bold;
}

.modal-body{
    font-weight: 500;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}