/* LESS Document */
@orange:#f05928;
@grey:#3a393b;
@greyLight:#EDEDED;
@greyText:#706F6F;
@greyMedium:#B5B5B5;
@yellow:#FFED00;
@yellowMedium:#f7941d;
@yellowLight:#fcb03f;
@fucsia:#d91a5b;
@red:#ea1d23;
@redDark:#96101e;


body, html {
	height:100%;
}
body {
	font-family:"lato", Helvetica, Arial, sans-serif;
	
}
/*////////// BOOTSTRAP /////////*/

.bootstrap-checkbox {
	float:left;
	padding-top:0 !important;
}
.bootstrap-checkbox {
	button.btn {
    	padding: 0px 0 4px 2px !important;
	}
	label {
		float:left;
	}
}
.bootstrap-switch-container {
	height:35px;
}
.confirmarEliminar .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary  {
    color: #fff;
    background: red;
}
.carousel {
	margin-top: 15px;
}
.container {
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}
.form-group {
	clear:both;
}
#configForm .form-group {
	clear:none;
}
.cke_reset {
	width:100% !important;
}

	h1 {
		text-transform:uppercase;
		text-align:right;
		font-size:36px !important;	
		margin: 40px 0 100px;
	}
a:focus {
	font-weight: bold;
}

.padding-20 {
	padding:20px;
}
.panel {
	margin-top:30px;
}
.panel-heading {	
	span {
		float:right;
	}
}
.panel.height {	
	min-height:180px
}
.pager {
	margin:0;
	li {
		a, span {
			background-color:@greyLight;
			border: none;
			border-radius:0 !important;
			color:#000;
			
			i {
				color:#000;
			}
			i:hover {
				color:#000;
			}
		}
		
	}
}
.row {
	margin:0;
}
.table {
	font-size:12px;
}

form#loginForm, form#loginConfigForm, form#olvidoForm {
	padding:40px 35px 30px;
	background-color:rgba(255,255,255,0.5);
	
	.form-group {
		margin-bottom: 5px;
	}
	
	label {
		text-transform:uppercase;
		color:@orange;
		font-weight:normal;
	}
	input {
		border:1px solid grey;
		border-radius: 10px;
		height: 45px;
		padding-left: 50px;
	}
	.back_user {
		background-image:url(../img/img_back_user.jpg);
		background-repeat: no-repeat;
	}
	.back_pass {
		background-image:url(../img/img_back_pass.jpg);
		background-repeat: no-repeat;
	}
	p {
		font-weight: lighter;
		font-size: 12px;
	}
	button {
		background-color:@grey;
		color:#fff;
		width: 180px;
		height: 40px;
		margin: 30px auto;
		border-radius: 20px;
		border:none;
		text-transform:normal !important;
	}
	button:hover {
		background-color:@red;
		color:#ffffff;
	}
}
/*////////// BOOTSTRAP /////////*/

.text-orange { color: @orange !important; }
.text-grey { color: @grey !important; }
.text-yellow { color: @yellow !important; }
.text-yellowMedium { color: @yellowMedium !important; }
.text-yellowLight { color: @yellowLight !important; }
.text-fucsia { color: @fucsia !important; }
.text-red { color: @red !important; }
.text-redDark { color: @redDark !important; }
.text-white { color: #fff !important; }


.back-orange { background-color: @orange !important; fill:@orange; }
.back-grey { background-color: @grey !important; }
.back-greyMedium { background-color: @greyMedium !important; }
.back-greyLight { background-color: @greyLight !important; }
.back-yellow { background-color: @yellow !important; }
.back-yellowMedium { background-color: @yellowMedium !important; }
.back-yellowLight { background-color: @yellowLight !important; }
.back-fucsia { background-color: @fucsia !important; }
.back-red { background-color: @red !important; }
.back-redDark { background-color: @redDark !important; }
.back-white { background-color: #fff !important; }

/* H */
h2 {
	font-weight:normal;
	font-size:28px;
	text-align:right;
	margin: 0 0 20px 0;
}
h3 {
	color:#ffffff;
	font-size:18px;
	background-color:@orange;
	padding:10px 25px;
	text-transform:uppercase;
	margin:15px 0;	
	display:inline-block;
}

.bold {
	font-weight:bolder !important;
}
footer {
	padding:0 0;
	text-transform:uppercase;
	
	.copyright {
		font-size: 11px;
		padding-top: 11px;
	}
}

header {
	padding:100px 35px 40px;
	background-color:rgb(227,6,19);
	background-repeat:repeat-y;
	background-position:center;
	color: #fff;
	font-size: 18px;
	
}

.titleIngresa {
	position: absolute;
	left: 40px;
	bottom: 0px;
	text-align: left;
	font-size: 70px !important;
	text-shadow: 0 0 10px black;
}

@media (max-width: 479px) {
	
	.titleIngresa {
		display: none !important;
	}

}
