﻿input[type='radio'] {
	-webkit-appearance: none;
	width: 16px;
	height: 16px;
	border: 1px solid #00778B;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
}

	input[type='radio']:before {
		content: '';
		display: block;
		width: 12px;
		height: 12px;
		margin: 1.25px auto;
		border-radius: 50%;
	}

	input[type='radio']:checked:before {
		background: #00778B;
	}

label input[type="radio"] {
	vertical-align: text-bottom;
}


.app-link {
	cursor: pointer;
}

.app-text-color {
	color: #ffffff;
}

.app-background-color {
	background-color: #325771;
}

.app-table-title {
	background-color: #00778B;
	color: #ffffff;
}

.app-table-background {
	background-color: rgba(0, 119, 139, 0.1);
}

.app-table-background-dark {
	background-color: rgba(0, 119, 139, 0.4);
}

.header-app {
	background-image: url('../images/barra.jpg');
	background-size: auto 100%;
}

.footer-app {
	background-image: url('../images/piedepagina.png');
	background-size: auto 100%;
	height: 130px;
}

.footer-container {
	position: fixed;
	bottom: 20px;
	width: 100%;
}

.app-color-circle {
	display: inline-block;
	cursor: default;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	/*font-weight: bold;*/
}

.app-color-border {
	display: inline-block;
	border-style: solid;
	border-left-width: 7px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left: thick double #ff0000;
}

.app-login-bar {
	background-color: #FFFEFE;
	height: 85px;
	color: #000000;
}

.lbl-green {
	background-color: #18bc9c;
	color: #ffffff;
}

.lbl-yellow {
	background-color: #F8AC59;
	color: #ffffff;
}

.lbl-red {
	background-color: #d9534f;
	color: #ffffff;
}

.lbl-unknow {
	background-color: #51677d;
	color: #ffffff;
}


/* Cloack */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}

a, .link {
	cursor: pointer;
}


#blocker {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background-color: #000;
	z-index: 99999999;
	overflow: auto;
	cursor: wait;
}

	#blocker #inside {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 5em;
		height: 5em;
		margin: -1em 0 0 -2.5em;
		color: #fff;
		font-weight: bold;
	}

	#blocker img {
		position: relative;
		top: -55px;
		left: 15%;
	}

/*#region Splash */
.page-splash {
	background: #293846;
	height: 100%;
	left: 0px;
	/*opacity: 0.3;*/
	position: relative;
	top: 0px;
	width: 100%;
}

.absolute-center {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 50px;
}

.form {
	width: 500px;
	height: 290px;
	background-color: #ffffff;
	padding: 10px;
	border-radius: 2px;
	/*border: 3px #d9534f solid;*/
}

.login-form {
	width: 360px;
	height: 300px;
}

.app-logo {
	margin-top: 10px;
}

.login-logo {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.no-rounded-border {
	border-radius: 0;
}

.progress-whit-value {
	text-align: center;
	height: 16px;
}

.progress-value {
	font-size: 0.8em;
	position: absolute;
	right: 0;
	left: 0;
}


.signup-form {
	width: 500px;
	height: 450px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.top-bar {
	position: fixed;
	top: 0px;
	height: 80px;
	background-color: #2c3e50;
	color: #ffffff;
	font-size: 21px;
	line-height: 70px;
	width: 100%;
	min-width: 600px;
	z-index: 9999;
}

	.top-bar > .logo {
		position: fixed;
		left: 140px;
		top: 11px;
	}

.title-bar {
	width: auto;
	height: 40px;
	background-color: #51677d;
	color: #ffffff;
	font-size: 19px;
	font-weight: 900;
	line-height: 40px;
}

.link-white {
	color: #ffffff;
}

.link-black {
	color: #000000;
}

.link-white:hover {
	color: #ffffff;
	text-decoration: none;
}

.link-white:visited {
	color: #ffffff;
	text-decoration: none;
}

.link-white-big {
	color: #ffffff;
	font-size: 1.15em;
}


.view-page {
	margin-top: 125px;
}

.custom-label {
	font-size: 21px;
	font-weight: 900;
	color: #000000;
	letter-spacing: 1px;
}

.btn-green {
	background-color: #18bc9c;
	color: #ffffff;
}

.btn-blue {
	background-color: #428bca;
	color: #ffffff;
}

.btn-red {
	background-color: #d9534f;
	color: #ffffff;
}

.btn-close {
	background-color: #51677d;
	color: #ffffff;
}

.back-perfil {
	color: #ffffff;
	background: #748ca5;
	border-radius: 5px;
}

.btn-resultado-grupo {
	color: #ffffff;
	width: 170px;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	background-color: #18bc9c;
}

.label-nombre-perfil {
	color: #ffffff;
	font-size: 21px;
	font-weight: 900;
}

.label-cargo-perfil {
	color: #ffffff;
	font-size: 17px;
	font-weight: 900;
}

.logo-usuario-perfil {
	border-radius: 50%;
	height: 114px;
	width: 114px;
	border: #51677d 4px solid;
	background-color: #ffffff;
	color: #bbbbbb;
	line-height: 114px;
	text-align: center;
	font-size: 87px;
	margin: 0 auto;
	margin-top: 20px;
}

.label-descriptor {
	font-size: 16px;
	font-weight: 900;
	color: #000000;
}

.text-descriptor {
	font-size: 16px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.fondo-resultado {
	border-radius: 4px;
	font-size: 70px;
	font-weight: 900;
	color: #000000;
	padding: 10px;
	border: #51677d 4px solid;
	text-shadow: 0 0 5px #fff;
}

.fondo-resultado-respuesta {
	border-radius: 4px;
	font-weight: 900;
	color: #000000;
	border: #51677d 2px solid;
	text-shadow: 0 0 4px #fff;
}
