	@charset "utf-8";
  
	@import url('bootstrap.min.css');
	@import url('bootstrap-responsive.min.css');
	@import url('animate.min.css');
	@import url('animate.delay.css');
  @import url('font-awesome.css');


html, body, aside {
	display: block;
	margin: 0;
	padding: 0;   
}
body {
	padding: 0px;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size: cover;	
}
aside {
	width: 233px;
	min-height: 500px;
}
aside.right {
	margin-left: auto;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
@media screen and (max-width: 1281px) {
body {
	padding: 0px;
}
}
@media screen and (max-width: 801px) {
body {
	padding: 0px;
}
aside {
	width: auto;
}
}
body {
	line-height: 1;
	background: #fff;
	font-size: 12px;
	min-width: 764px;
	font-family: Arial, sans-serif;
	height: 100%;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
html {
	min-width: 800px;
	height: 100%;
}
#main_container {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	height: 100%;
	position: absolute;
}
#loading-container {
	position: absolute;
	top: 40%;
	left: 50%;
}
#loading-content {
	width: 800px;
	text-align: center;
	margin-left: -400px;
	height: 50px;
	margin-top: -25px;
	line-height: 50px;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 18px;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
}
#loading {
	background-color: #eee;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999999999;
}
#footer {
	width: 100%;
	height: 30px;
	background: #FFF url(img/bg-footer.png) repeat-x;
	border-top: 2px solid #969696;
	border-bottom: 1px solid #969696;
	color: #7b7b7b;
}
#footer_text {
	width: 100%;
	text-align: center;
	padding-top: 8px;
	font-size: 12px;
	color: #565656;
	margin: 0 auto;
}
::selection {
	background: #ccc;
	color: #fff;
	text-shadow: none;
}
/* Safari */
::-moz-selection {
	background: #ccc;
	color: #fff;
	text-shadow: none;
}
/* Firefox */
:-moz-placeholder {
	color: #bbb;
}
::-webkit-input-placeholder {
	color: #bbb;
}
:-ms-input-placeholder {
	color: #bbb;
}
a, a:link {
	color: blue;
}
h4 {
	font-size: 16px;
}
body {
	background: url(../images/leftpanelbg.png) repeat-y 0 0;
	font-size: 12px;
	font-family: 'RobotoRegular', 'Helvetica Neue', Helvetica, sans-serif;
}
body.errorpage {
	background: #fff url(../images/bg1.png);
}
body.loginpage {
	background: #0866c6;
}
a, a:hover, a:link, a:active, a:focus {
	outline: none;
	color: #88C3FF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input, select, textarea, button {
	outline: none;
	font-size: 13px;
	font-family: 'RobotoRegular', 'Helvetica Neue', Helvetica, sans-serif;
}
strong {
	font-weight: normal;
}
label, input, textarea, select, button {
	font-size: 13px;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	line-height: normal;
}
/*** LOGIN PAGE ***/
.loginpanel {
	position: absolute;
	top: 35%;
	left: 50%;
	height: 250px;
	z-index: 99999;
}
.loginpanelinner {
	position: relative;
	top: -150px;
	left: -50%;
  border-radius: 10px;
  background: #E9F0FA;
	padding: 40px 40px 40px 40px;
	box-shadow: 0px 0px 10px 8px rgba(68, 68, 68, 0.5);
	-moz-box-shadow: 0px 0px 10px 8px rgba(68, 68, 68, 0.5);
	-webkit-box-shadow: 0px 0px 10px 8px rgba(68, 68, 68, 0.5);
}
.loginpanelinner .logo {
	text-align: center;
	padding: 10px 20px 20px 20px;
	width: 280px;
	margin-bottom: 15px;
}
.inputwrapper input {
	border: 1px;
	border-color: #0866c6;
	padding: 10px;
	background: #fff;
	width: 320px;
}
.inputwrapper input:active, .inputwrapper input:focus {
	background: #fff;
	border: 1px;
}
.inputwrapper button {
	display: block;
	border: 1px solid #0c57a3;
	padding: 10px;
	background: #0972dd;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
}
.inputwrapper button:focus, .inputwrapper button:active, .inputwrapper button:hover {
	background: #1e82e8;
}
.inputwrapper label {
	display: inline-block;
	margin-top: 10px;
	color: rgba(255,255,255,0.8);
	font-size: 11px;
	vertical-align: middle;
}
.inputwrapper label input {
	width: auto;
	margin: -3px 5px 0 0;
	vertical-align: middle;
}
.inputwrapper .remember {
	padding: 0;
	background: none;
}
.login-alert {
	display: none;
}
.login-alert .alert {
	font-size: 12px;
	text-align: center;
	padding: 15px 0;
	border: 0;
}
.loginfooter {
	z-index: 99999;
	font-size: 14px;
	color: #fff;
	position: absolute;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: arial, sans-serif !important;
	padding: 5px 0;
}
.pull-right {
	margin-top: 10px;
	color: #fff;
}

.pull-right a:link {
  font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	color: #0972dd;
}
  
header {
	padding: 15px 0px;
	background-color: #fff;
}
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}
/***************************************Idol Screen***************************************/
.idolcontainer .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgb(91,145,179);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(91,145,179,1)), color-stop(0.5, rgba(146,187,219,1)), color-stop(0.75, rgba(118,137,196,1)), to(rgba(37,67,127,1)));
    background: -webkit-linear-gradient(rgb(23 92 213) 0%, rgba(146,187,219,1) 50%, rgba(118,137,196,1) 75%, rgba(37,67,127,1) 100%);
    background: -moz-linear-gradient(rgba(91,145,179,1) 0%, rgba(146,187,219,1) 50%, rgba(118,137,196,1) 75%, rgba(37,67,127,1) 100%);
    background: -o-linear-gradient(rgba(91,145,179,1) 0%, rgba(146,187,219,1) 50%, rgba(118,137,196,1) 75%, rgba(37,67,127,1) 100%);
    background: linear-gradient(rgb(23 91 212) 0%, rgb(31 119 247) 50%, rgb(31 115 240) 75%, rgb(23 92 213) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5b91b3', endColorstr='#25437f',GradientType=0 );
}
.idolcontainer .back span {
	display: block;
	position: absolute;
	border-radius: 50% !important;
}
.idolcontainer .time {
	color: white;
	text-align: right;
	position: absolute;
	bottom: 40px;
	right: 50px;
}
.idolcontainer .hour {
	font-size: 120px;
	font-weight: normal;
	line-height: 120px;
	margin: 0px;
}
.idolcontainer .date {
	font-size: 18px !important;
	padding-right: 10px;
}

.coordenada {

  max-width: 150px;

}
