/* ==========================================================================
   Estilos base
   ========================================================================== */

@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  src: local('Arimo Bold'), local('Arimo-Bold'), url(../fonts/arimo-bold-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

input::-webkit-input-placeholder {
    color: #aaa;
}
input:focus::-webkit-input-placeholder {
    color: #fff;
}

/* Firefox < 19 */
input:-moz-placeholder {
    color: #aaa;
}
input:focus:-moz-placeholder {
    color: #fff;
}

/* Firefox > 19 */
input::-moz-placeholder {
    color: #aaa;
}
input:focus::-moz-placeholder {
    color: #fff;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #aaa;
}
input:focus:-ms-input-placeholder {
    color: #fff;
}

.destacado {
	border: 1px solid #5abdb5;
	padding: 13px 13px;
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	color: #5abdb5;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.destacado:focus {
	background: #5abdb5;
	color: #fff;
	border: 1px solid #5abdb5;
}

/* ==========================================================================
   Estilos personalizados
   ========================================================================== */

.navbar {
	background: rgba(90, 189, 181, 0.8);
	border: none;
}

	a.navbar-brand {
		color: #fff;
	}

.cprincipal {
	padding-top: 70px;
}
.division {
	text-transform: uppercase;
	color: #5abdb5;
	text-align: center;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 20px;
}
	.division span {
		vertical-align: baseline;
		display: inline;
		position: relative;
		padding: 0 20px
	}

	.division span:before, .division span:after {
		content: '';
		display: block;
		width: 15%;
		position: absolute;
		top: 8px;
		border-top: 1px solid #5abdb5
	}

	.division span:before {
		right: 100%;
		width: 1000%;
	}
	
	.division span:after {
		left: 100%;
		width: 1000%;
	}

.ruterror {
	border: 1px solid #c0392b;
	color: #c0392b;
}

.grupo {
	display: block;
}

.grupo input[type=radio] {
	display: none;
}

.radio {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 60px;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 300;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-top: 0px;
}

.radio:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	border: 1px solid #5abdb5;
}

.grupo input[type=radio]:checked + label:before {
	content:"\2713";
	text-shadow: 1px 1px 1px rgba(0,0,0, .2);
	font-size: 45px;
	color: #fff;
	background: #5abdb5;
	text-align: center;
	line-height: 40px;
}

.checkbox {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 60px;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 300;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-top: 0px;
}

.checkbox:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	border: 1px solid #5abdb5;
}

.grupo input[type=checkbox]:checked + label:before {
	content:"\2713";
	text-shadow: 1px 1px 1px rgba(0,0,0, .2);
	font-size: 45px;
	color: #fff;
	background: #5abdb5;
	text-align: center;
	line-height: 40px;
}
input[type=date] {
	display: block;
	line-height: normal;
	background-color: #fff;
}

select {
	background: none;
}

option {
	background: #fff;
	color: #5abdb5;
}

button.destacado {
	border: 1px solid #993399;
	background-color: #bb94c0;
	color: #fff;
}

button.destacado {
	border: 1px solid #5abdb5;
	background-color: #5abdb5;
}

button.destacado:focus {
	background-color: #69E0D7 
}

textarea.destacado {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 150px;
}

.hideval, .hideest {
	display: none;
}

button.terminar {
	background: #3498db;
	border: 1px solid #2980b9;
}

.terminar:focus {
	background: #5abdb5 !important;
}

@media (max-width: 767px) { 
	.motivo.col-xs-12 label:last-child {
		padding-bottom: 3px;
	}
}

html {
	height: 100%;
}

body.login {
	background-color: #5abdb5;
	position: relative;
	height: 100%;
}

.clogin {
	border-radius: 5px;
	position: absolute;
	margin-top: -163px;
	margin-left: -200px;
	top: 50%;
	left: 50%;
	background-color: #fff;
	width: 400px;
	height: 326px;
	padding: 5px 30px;
}

.clogin h1 {
	font-size: 20px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
}

@media (max-width: 415px) { 
	.clogin {
		width: 300px;
		margin-left: -150px;
	}
}

#alerta {
    display: none;
}

.listado form {
	float: right;
	margin-top: 20px;
	margin-bottom: 15px;
}

	.listado form br {
		display: none;
	}

	.listado form .btn-toolbar {
		display: none;
	}
.listado > .btn-toolbar {
	float: left;
	margin-top: 20px;
	margin-bottom: 15px;
}

nav ul li a {
	color: #fff;
}
.nav>li>a:hover {
	background: rgba(0,0,0,0.1);
	color: #fff;
}
li.active a {
	font-weight: 700;
}
.hidalert {
    display: none;
}

button:disabled {
	background: #888;
	border: 1px solid #777;
}

@media (min-width: 768px) {
	.form-inline .input-group>.form-control {
		width: auto;
	}
}
