﻿* {
	font-family: 'Raleway', sans-serif;
}
html,
body {
	font-size: 12px;
	font-weight: 300;
	height: 100%;
	width: 100%;
}
h2 {
    font-size: 28px;
    font-weight: 300;
}
p {
	font-size: 14px;
	font-weight: 400;
}
a:hover {
	text-decoration: none;
}

form .mess {
	background: #009045;
	color: #ffffff;
	display: none;
	padding: 5px 10px;
	position: absolute;
	top: 53px;
	z-index: 10;
}
form .mess.onTop {
	left: 11px;
	top: -22px;
}
form label {
	background: #ffffff;
	color: #009045;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	margin: -8px 0 0 -4px;
	padding: 0 10px 2px 0;
	position: absolute;
	text-transform: uppercase;
	z-index: 1;
}
form input[type=text],
form input[type=email],
form input[type=number],
form input[type=password],
form select,
form textarea {
	border: 1px solid #e3e3e3;
	display: block;
	font-weight: 400;
	padding: 14px 25px 6px;
	width: 100%;
}
form select {
	background: white;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
}
form textarea {
	height: 80px;
}
.form-error {
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 15px;
}

.vertical-padding {
	padding-top: 15px;
	padding-bottom: 15px;
}
.max400 {
	max-width: 400px;
}
.max800 {
	max-width: 800px;
}
.icon {
	display: inline-block;
	padding: 4px;
	vertical-align: middle;
}

.wrapper {
	min-height: 100%;
	margin-bottom: -47px;
	padding-bottom: 47px;
}

header {
	border-bottom: 4px solid #009045;
	padding: 5px;
}
	header * {
		position: relative;
	}
	header > .container {
		padding-bottom: 5px;
	}
	header nav {
		position: relative;
		text-align: center;
	}
		header nav a {
			color: #000000;
			font-size: 14px;
			text-decoration: none;
		}
		header nav a:hover {
			color: #009045;
		}
		header nav span {
			color: #cccccc;
			display: inline-block;
			padding: 0 15px;
		}

footer {
	background: #656565;
	bottom: 0;
	color: #ffffff;
	height: 47px;
	padding: 15px 0 0;
	width: 100%;
}

.popup {
	background: #000000;
	background: rgba(0,0,0,0.8);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 200;
}
	.popup .container {
		background: #ffffff;
		border: 4px solid #009045;
		border-radius: 15px;
	}

.usuarios * {
	position: relative;
}
.usuarios .actions {
	padding: 0 15px;
}
	.usuarios .actions a {
		color: #000000;
		font-weight: 400;
		text-decoration: none;
	}
	.usuarios .actions a:hover {
		color: #009045;
	}
	.usuarios .actions span {
		color: #cccccc;
		display: inline-block;
		padding: 0 15px;
	}

.filterselect {
	font-size: 18px;
	margin-bottom: 30px;
	padding: 5px 15px;
}

.otroform,
.siActividad,
.garantiaform {
	display: none;
}

.lefrog {
	font-size: 14px;
}
	.lefrog * {
		outline: none;
	}
	.lefrog .dateYellow a {
		background: #e0ce00 !important;
	}
.lefrog .ui-state-red {
	border: 1px solid #e3a1a1;
	background: #cc0000 url(../img/ui/ui-bg_red-soft_15_cc0000_1x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.lefrog .alert {
	padding-top: 0;
	padding-bottom: 0;
	position: absolute;
	right: 0;
}

#datepicker .ui-datepicker {
	width: 100%;
}
@media screen and (max-width:767px),
@media screen and (min-width:992px) {
	#datepicker .ui-datepicker table {
		line-height: 2em;
	}
}

	#gestionList .gestion {
		padding-right: 60px;
		padding-left: 30px;
		position: relative;
	}
		#gestionList .gestion a {
			color: darkred;
			font-size: 12px;
			position: absolute;
			right: 0;
			top: 6px;
		}
		#gestionList .gestion input {
			margin-bottom: 10px;
			padding: 4px 25px;
		}
		#gestionList .gestion input[readonly] {
			border-color: transparent;
		}
		#gestionList .gestion .check {
			color: gray;
			font-size: 18px;
			margin: 2px 0 0 -25px;
			position: absolute;
		}
		#gestionList .gestion .check.ok {
			color: green;
		}