@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');
@import 'animate.css';
@import 'awesome.css';
@import 'tooltip.css';

*{ margin: 0; padding: 0; }
ul{ list-style: none; }
div, input, textarea, li, span, label{ box-sizing: border-box; }
a{ width: inherit; text-decoration: none; color: inherit; cursor: pointer; }
a:hover{ text-decoration: underline; }
button{ background-color: transparent; cursor: pointer; }
button, input, textarea, select{ border: none; outline: none; }
header, nav, content, footer, div, form, input, textarea, select, li, button, label{ float: left; } 
html{ -webkit-tap-highlight-color: rgba(0,0,0,0); }
html, body{ min-width: 100%; min-height: 100%; }

body{
	background-color: #F9F9F9;
	font-family: 'Titillium Web', sans-serif;
}

#alerts{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.8);
	z-index:99999;
	display: none;
	opacity:0;
}
#alerts .alert{
	width:300px;
	height:auto;
	position:absolute;
	top:50%;
	margin-left:calc(50% - 150px);
	background-color:#FFF;
	border-radius: 3px;
	transform:translateY(-50%);
}
#alerts .alert .title{
	width: 100%;
	height: 50px;
	padding: 0 10px;
	margin-top: -1px;
	position: relative;
	background-color: #0a3a61;
	box-shadow: inset 0 -2px 0 rgba(255,255,255,0.35), 0 2px 0 rgba(0,0,0,0.05);
	border-radius: 3px 3px 0 0;
	font-size: 13px;
	color: #FFF;
	line-height: 50px;
}
#alerts .alert .title button{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #FFF;
	border-radius: 3px;
	text-align: center;
	font-size: 11px;
	color: #666;
	line-height: 30px;
}
#alerts .alert .content{
	width: 100%;
	height: auto;
	padding: 10px;
	font-size: 12px;
	color: #666;
}
#alerts .alert .data{
	width: calc(100% - 10px);
	height: 30px;
	padding: 0 10px 0 33px;
	margin: 0 5px 5px 5px;
	position: relative;
	background-color: #FAFAFA;
	border-radius: 3px;
	font-size: 11px;
	color: #666;
	line-height: 30px;
}
#alerts .alert .data .avatar{
	width: 33px;
	height: 45px;
	position: absolute;
	top: -10px;
	left: -2px;
}

#center{
	width: 990px;
	margin: 0 auto;
	float: none;
}

.Ellipses{
	padding: 2px 0;
	margin: -2px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.quote{
	width: 100%;
	height: auto;
	margin: 5px 0;
	padding: 10px;
	background-color: rgba(0,0,0,0.01);
	border: 1px solid #DDD;
	border-radius: 3px;
	float: left;
	box-sizing: border-box;
}

#player{
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #FEFEFE;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.35), 0 -2px 0 rgba(0,0,0,0.05);
	z-index: 9999;
}

#player .avatar{
	width: 64px;
	height: 80px;
	margin: -20px -4px 0 -10px;
	position: relative;
}
#player .avatar::before{
	width: 13px;
	height: 36px;
	position: absolute;
	right: 10px;
	bottom: 0;
	background-image: url('../img/playerMicro.png');
	content: '';
}
#player .avatar i{
	position: absolute;
	bottom: 5px;
	left: 0;
	font-size: 10px;
	opacity: 0.7;
}
#player .data{
	width: auto;
	max-width: 220px;
	height: 40px;
	margin: 10px 0 0 10px;
	padding: 0 15px;
	background-color: #FAFAFA;
	box-shadow: inset 0 -2px 0 rgba(255,255,255,0.35), 0 2px 0 rgba(0,0,0,0.05);
	border-radius: 5px;
	font-size: 12px;
	font-weight: 600;
	color: #666;
	line-height: 40px;
}
#player .data.unicos{
	width: auto;
	min-width: 40px;
	max-height: 70px;
}

#player .data.volume{
	padding-right: 10px;
}

#player .data.volume input[type=range]{
	width: 100px;
	height: 25px;
	margin-top: 7px;
	background-color: transparent;
	float: right;
	-webkit-appearance: none;
}

#player .data.volume input[type=range]::-webkit-slider-runnable-track{
	width: 100%;
	height: 5px;
	background-color: rgba(0,0,0,0.1);
	border-radius: 3px;
	cursor: pointer;
}

#player .data.volume input[type=range]::-webkit-slider-thumb{
	width: 14px;
	height: 14px;
	margin-top: -5px;
	background-color: #666;
	border-radius: 50%;
	-webkit-appearance: none;
}

#player .data.volume input[type=range]:focus::-webkit-slider-runnable-track{ background-color: rgba(0,0,0,0.15); }


#player button{
	width: auto;
	min-width: 40px;
	height: 40px;
	margin: 10px 0 0 10px;
	padding: 0 15px;
	background-color: #FAFAFA;
	box-shadow: inset 0 -2px 0 rgba(255,255,255,0.35), 0 2px 0 rgba(0,0,0,0.05);
	border-radius: 5px;
	font-size: 12px;
	font-weight: 600;
	color: #666;
}

#alert{
	width: 100%;
	height: auto;
	padding:22px 15px;
	background-color:#161621;
	border-radius:3px;
	font-size:12px;
	color:#FFF;
}
#alert.red{
	background-color:#BF0000
}
#alert.green{
	background-color:#1A9E00
}

header{
	width: 100%;
	height: 400px;
	position: relative;
	background-color: #5b3487;
	box-shadow: inset 0 -2px 0 rgba(255,255,255,0.35), 0 2px 0 rgba(0,0,0,0.05);
}

header nav{
	width: 100%;
	height: 70px;
	margin-top: 45px;
	background-color: #FEFEFE;
	box-shadow: inset 0 -2px 0 rgba(255,255,255,0.35), 0 2px 0 rgba(0,0,0,0.05);
	border-radius: 3px;
}

header nav a:hover{ text-decoration: none; }

header nav > ul > li{
	width: auto;
	height: 70px;
	position: relative;
}

header nav > ul > li p{
	width: auto;
	height: 70px;
	padding: 0 13px;
	font-size: 13px;
	font-weight: 700;
	color: #666;
	line-height: 70px;
	transition: color 0.3s;
	cursor: pointer;
}

header nav > ul > li:hover p{ color: #444; }

header nav > ul > li > ul{
	width: 150px;
	height: auto;
	position: absolute;
	top: 50px;
	left: calc(50% - 75px);
	background-color: #FFF;
	box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.1), inset 0 -2px 0 rgba(0,0,0,0.05);
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, top 0.3s;
	z-index: 999;
}

header nav > ul > li > ul::before{
	content: '';
	position: absolute;
	top: -10px;
	left: calc(50% - 5px);
	border: 5px solid transparent;
	border-bottom-color: #FFF;
	filter: drop-shadow(-1px 0 0 rgba(0,0,0,0.1)) drop-shadow(1px 0 0 rgba(0,0,0,0.1));
}

header nav > ul > li:hover > ul{ top: 65px; opacity: 1; visibility: visible; }

header nav > ul > li > ul li{
	width: 100%;
	height: auto;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 400;
	color: #666;
	transition: padding-left 0.3s;
}

header nav > ul > li > ul li:hover{ padding-left: 15px }

header form, header .userArea{
	width: auto;
	max-width: 445px;
	height: 44px;
	margin-top: 8px;
	float: right;
}

header form button{
	width: auto;
	height: 44px;
	margin-left: 5px;
	padding: 0 15px;
	background-color: #34306a;
	box-shadow: inset 0 -2px 0 rgba(255,255,255,0.35), 0 2px 0 rgba(0,0,0,0.05);
	border-radius: 5px;
	font-size: 9px;
	color: #FFF;
}

header form a button{ margin-left: 0; }

header form input{
	width: 130px;
	height: 44px;
	margin-left: 5px;
	padding: 0 10px;
	background-color: #FAFAFA;
	box-shadow: inset 0 -2px 0 rgba(255,255,255,0.35), 0 2px 0 rgba(0,0,0,0.05);
	border-radius: 5px;
	font-size: 11px;
	color: #666;
}

header .avatar{
	width: 64px;
	height: 80px;
	margin: -10px -15px 0 -5px;
	float: right;
}

header .func{ width: auto; margin-top: 2px; float: right; text-align: right; font-size: 9px; color: #666; }
header .func a:hover{ text-decoration: underline; }

header .userArea button{
	width: auto;
	height: 27px;
	margin: 0 0 2px 5px;
	padding: 0 15px;
	background-color: #0a3a61;
	box-shadow: inset 0 -2px 0 rgba(255,255,255,0.35), 0 2px 0 rgba(0,0,0,0.05);
	border-radius: 5px;
	font-size: 9px;
	color: #FFF;
}

header .userArea button.logout{
	height: 55px;
	margin-left: 0;
	background-color: #BF0000;
}

header #logo{
	width: 350px;
    height: 350px;
    margin-top: -44px;
    margin-left: -118px;
	background-image: url('../img/logobluzera.gif');
	background-repeat: no-repeat;
	background-position: center;
}

header #logo:hover{
    background-image: url('../img/');
    background-repeat: no-repeat;
    max-width: 100%;
    max-height: 100%;
    
}


header #ballon{
	width: 225px;
	height: 50px;
	padding: 0 10px;
	margin: 10px 0 0 25px;
	background-color: #FFF;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	color: #666;
	line-height: 50px;
}

header #slide{
	width: 450px;
	height: 250px;
	margin-top: 35px;
	position: relative;
	background-color: #F9F9F9;
	border: 2px solid #FFF;
	border-radius: 5px;
	float: right;
}

header #slide .nav{
	width: calc(100% + 70px);
	height: 30px;
	position: absolute;
	left: -35px;
	top: calc(50% - 15px);
	z-index: 999;
}

header #slide .nav button{
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	line-height: 30px;
	transition: opacity 0.3s;
}

header #slide .nav button:last-of-type{ float: right; }
header #slide .nav button:hover{ opacity: 0.7; }

header #slide ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

header #slide ul li{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-size: cover;
	border-radius: 5px;
}

header #slide ul li .data{
	width: calc(100% - 20px);
	height: auto;
	position: absolute;
	left: 10px;
	bottom: 10px;
	background-color: rgba(0,0,0,0.35);
	border-radius: 5px;
	padding: 10px;
}

header #slide ul li .data p{ font-size: 12px; color: #FFF; }
header #slide ul li .data p:first-of-type{ font-size: 15px; font-weight: 600; }

footer{
	width: 100%;
	height: auto;
	padding: 15px 0 75px 0;
	background-color: #34306a;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.35), 0 -2px 0 rgba(0,0,0,0.05);
	box-sizing: border-box;
}

footer #logo{
	width: 40px;
	height: 40px;
	background-image: url('../img/');
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

footer #copy{
	width: calc(100% - 130px);
	margin: 12px 0 0 30px;
	font-size: 12px;
	color: #FFF;
}

content{
	width: 100%;
	height: auto;
}

content #container{
	width: 100%;
	height: auto;
	padding: 20px 0;
}

content .item{
	width: 100%;
	height: auto;
}

content .item > .title{
	width: 100%;
	min-height: 35px;
	font-size: 22px;
	color: #444;
	line-height: 35px;
}

content .item > .title > .i{
	width: 25px;
	height: 35px;
	margin-right: 5px;
	position: relative;
	line-height: 35px;
	font-size: 20px;
}

content .item > .title > .functions{
	width: auto;
	height: 35px;
	float: right;
}

content .item > .title > .functions > button{
	width: auto;
	height: 35px;
	min-width: 35px;
	margin-left: 5px;
	position: relative;
	background-color: #FFF;
	box-shadow: 0 2px 0 rgba(0,0,0,0.07);
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    color: #666;
    line-height: 32px;
    transition: opacity 0.5s;
    z-index: 999;
}

content .item > .title > .functions button:not(.more):hover{ opacity: 0.7; }

content .item > .title > .functions > button ul{
	width: 100px;
	height: auto;
	position: absolute;
	top: 30px;
	left: calc(50% - 50px);
	background-color: #FFF;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	transition: top 0.3s, opacity 0.3s;
	box-shadow: 0 2px 1px rgba(0,0,0,0.05), 0 0 0 1px rgba(0,0,0,0.05), inset 0 -2px 0 rgba(0,0,0,0.03);
}

content .item > .title > .functions > button ul::before{
	border: 5px solid transparent;
	border-bottom-color: #FFF;
	position: absolute;
	top: -10px;
	left: calc(50% - 2.5px);
	content: '';
	filter: drop-shadow(-1px 0 0 rgba(0,0,0,0.05)) drop-shadow(1px 0 0 rgba(0,0,0,0.05));
}

content .item > .title > .functions > button ul li{
	width: 100%;
	height: auto;
	padding: 5px 10px;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	color: #666;
	line-height: initial;
	transition: padding-left 0.3s;
}

content .item > .title > .functions > button ul li:hover{ padding-left: 15px; }

content .item > .title > .functions > button:hover ul{
	top: 35px;
	opacity: 1;
	visibility: visible;
}

content .item > .title > .functions > button:first-of-type{ margin-left: 0; }

content .item > .title > .functions > form{
	width: 100px;
	height: 35px;
	margin-right: 5px;
	background-color: #FFF;
	border-radius: 5px;
}

content .item > .title > .functions > form > input{
	width: 70px;
	height: 25px;
	margin: 5px 0 0 5px;
	background-color: transparent;
	font-size: 11px;
}

content .item > .title > .functions > form > button{
	width: 20px;
	height: 25px;
	margin: 5px 0 0 2px;
	background-color: transparent;
	font-size: 12px;
	color: #666;
}

content .item > .content{
	width: 100%;
	height: auto;
	margin-top: 5px;
}