html{
    height: 100%;
}

body{
    display: flex;
    flex-direction: column;
    height: 100%;
}

header{
   flex: 0 0 auto;
}

body > div.container{
   flex: 1 0 auto;
}

footer{
   flex: 0 0 auto;
}

header .nav.navbar-nav{
	padding-left: 7%;
}

@media (min-width: 768px){
	.modal-dialog {
	    margin: 13px auto !important;
	}
}

.box-image a{
	display: flex;
    justify-content: center;
    padding: 4%;
}

.box-image a img{
	height: 119px;
}
@media only screen and (max-width: 500px){
	.box-image a img{
		width: 156px;
	}
}

.label {
    padding: .4em .6em .3em !important;
    font-size: 86% !important;
}

.botones label.recordar{
	margin-left: 1%;
}

.scroll-uno {
	max-height: 370px;
	overflow-y:scroll;
}

@media only screen and (max-width: 400px){
	.scroll-uno {
		overflow:scroll;
		max-height: 280px;
		max-width: 360px;
	}
}

@media only screen and (min-width: 1400px){
	.scroll-uno {
		max-height: 700px;
	}
}

.border {
	border: 1px solid #ededed;
}

.scroll-dos {
	max-height: 460px;
	overflow-y: scroll;
}

@media only screen and (min-width: 1400px){
	.scroll-dos {
		max-height: 700px;
	}
}

.modal-big {
    width: 1100px !important;
}

.space{
	height: 450px;
    text-align: center;
    margin: 0 auto;
    display: table;
    position: relative;
}

.space .title{
	display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100vw;
}

/* Login */
div.formulario{
	width: 350px;
    height: 500px;
    margin: 0 auto;
}

div.formulario figure{
	text-align: center;
    margin-bottom: 50px;
}

div.formulario div.botones label{
	color: #aba9a9;
    font-weight: 100;
}

div.formulario div.botones input#login{
	text-align: left;
	margin-right: 10px;
}

div.formulario div.botones a{
	float: right;
	padding: 6px 0px;
}

.alert{
	padding: 1em;
	color: #fff;
	border-radius: 2px;
	margin-bottom: 20px;
	font-size: 14px;
}

.alert.error{
	background: #F2DEDE;
	border: 1px solid #a94442;
	color: #a94442;
}

.alert.success{
	background: #4CAF50;
}

div.mensaje-desactivado{
	width: 100%;
    text-align: center;
    height: 500px;
    margin: 0 auto;
}

/*Admin Services*/

div.checkbox {
	padding: 3% 4%;
}

div.checkbox label{
	margin-right: 5%;
}

/*Agregar user en proyect*/

.box-user{
	border: 1px solid #c3c3c3;
    border-radius: 4px;
    padding: 5% 0%;
    margin: 2% 0;
}

div.addUser{}

.user{
	position: relative;
}

.user > span{
	font-size: 20px;
	border: 1px solid black;
	border-radius: 4px;
	padding: 1%;
}

button.btn-remove{
	border: 0px;
	background-color: red;
	color: white;
	border-radius: 50%;
	position: absolute;
	right: 0px;
    top: 0px;
    font-size: 13px;
}

div.gastosfijos{
	padding-top: 3%;
	border: 2px solid #337ab7;
	border-radius: 4px;
}

ul#gastosfijos li{
	display: inline-block;
}

ul#gastosfijos li::after{
	content: ' + ';
}

ul#gastosfijos li:last-child::after{
	content: ".";
}

.costoTIP{
	margin-top: 1%;
}

.box-user-cotizador{
	border: 1px solid #c3c3c3;
    border-radius: 4px;
    margin: 2% 0;
    min-height: 170px;
    padding: 8% 0%;
}

.costo-total{
	font-size: 3em;
	font-weight: bold;
	height: 50px;
	text-align: center;
	width: 100%;
}

/*Footer*/

footer{
	height: 50px;
    background-color: #11548e;
}

footer p{
	text-align: center;
	color: #fff;
	margin-top: 12px;
	font-size: 12px;
	font-weight: normal;
}

footer p img{
    height: 28px;
}