/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
	font-family: 'Raleway', sans-serif;
	color: #FFF;
}
body{
	background: #000;
}
*{
	transition: all 0.2s ease-in-out 0s;
}
a {
    color: #00A99D;
    text-decoration: none;
}
a:hover, 
a:focus,
a:active {
    color: #05E5CF;
	text-decoration: none;
}
h1,
h2,
h3,
h4,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
h5,
h6{
	font-family: 'Oswald', sans-serif;
	line-height: 1.3;
	font-weight: 300;
}
h2{
	font-size: 36px;
}
.btn{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	border-radius: 0;
}
.btn-default{
	border: none;
	background: rgba(255,255,255,.7);
	color: #000;
}
.btn-primary,
#logged input.btn-primary{
	border: none;
	background: rgba(0,169,157,.8);
	text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
	background: rgba(0,169,157,1);
}
.btn-danger{
	border: none;
	background: rgba(255,165,0,.8);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active{
	background: rgba(255,165,0,1);
}
.btn-lg{
	padding: 10px 50px;
	font-size: 21px;
	margin: 22px 5px 15px 0;
	font-weight: 300;
}
.blue{
	color: #00A99D;
}
.form-control,
.form-group-lg .form-control,
select{
	padding: 10px 16px;
	border-radius: 0;
	border: 0;
	background: rgba(255,255,255,.8);
	box-shadow: none;
}
.input-group-addon{
	border: 0;
	border-radius: 0;
	background: rgba(255,255,255,.8);
	font-size: 21px;
	color: #004740;
}
.help-block-header{
	margin: 25px 0;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 300;
}
.help-block{
	padding: 0;
}
.help-block li{
	list-style: none;
	/*padding: 5px 0;*/
}
.info-success{
	padding-left: 35px;
	background: url(../images/symbol-success.svg) 0 7px no-repeat;
	color: #8CC63F;
}
.help-block.text-danger{
	padding-left: 25px;
	background: url(../images/symbol-warning.svg) left top no-repeat;
	background-size: contain;
	color: #ffa50d;
}
.info-error{
	padding-left: 35px;
	background: url(../images/symbol-error.svg) 0 7px no-repeat;
	color: #e2574C;
}
.info-warning{
	padding-left: 35px;
	background: url(../images/symbol-warning.svg) 0 7px no-repeat;
	color: #ffa50d;
}
.text-danger{
	color: orange;
}
.text-primary{
	color: #00A99D;
}
.text-success{
	color: green;
}
.ufilete{
	margin: 25px 0;
    max-width: 100px;
    border: 2px solid #00A99D;
}
header{
	background: url(../images/header-bg.jpg) center center no-repeat #333;
	background-size: cover;
}

#menu{
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 10px;
}
@media(min-width:768px) {
	#menu{
	position: fixed;
	}
}
.form-control.cb_language {
	display: inline-block;
    width: 120px;
    height: 34px;
    margin-right: 15px;
    padding: 6px 16px;
    border: 1px solid #999;
}
.btn-home {
    width: 34px;
    height: 34px;
    display: block;
    float: right;
    background: #00A99D;
    padding: 6px 0;
    border-radius: 0;
    color: #000;
    font-size: 21px;
    text-align: center;
}
.btn-home:hover{
	color: #FFF;
}
#corporate{
	padding: 70px 0 70px 0;
	color: #000; 
}
.ulogo{
	width: 50px;
	height: 98px;
	margin-right: 15px;
	float: left;
	background: url(../images/logo-ul-v.svg) no-repeat;
	background-size: contain;
}

.ulogo-footer{
	width: 100%;
	height: 50px;
	background: url(../images/logo-ulisboa.svg) no-repeat center 0;
	background-size: contain;
	margin-bottom: 50px;
}

#corporate h1{
	font-size: 36px;
	line-height: 1.15;
	margin: 0;
	font-weight: 500;
    letter-spacing: -1px;

}
#corporate h1 small{
	color: #00A99D;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0; 
}
#login{
	background: rgba(0,0,0,.7);
	padding: 50px 0;
}
#login .title{
	margin-top: 15px;
	line-height: 1.1;
	margin-bottom: 25px;
	font-size: 36px;
}
#login label{
	display: block;
	font-family: 'Oswald', sans-serif;
	line-height: 1.3;
	font-weight: 300;
}
#login .form-control,
#login .input-group-addon{
	background: rgba(255,255,255,.8);
}
#login .form-group-lg select.form-control{
	height: 56px;
	border-radius: 0;
	background: rgba(255,255,255,.8);
    padding-right: 25px;
}
#login .action-menu{
	margin-bottom: 10px;
}
#login .action-menu a{
	margin-right: 15px;
	color: #999;
}
#login .action-menu a:hover{
	color: #FFF;
}
#login .action-menu a i{
	color: #00A99D;
}
.recaptcha-menu {
    margin-bottom: 10px;
    margin-left: 15px;
}
.help-text{
	margin-top: 15px;
}
.help-text li{
	font-size: 12px;
	margin: 5px 0;
}
.help-text li>ul>li{
	margin: 2px 0;
}
#information{
	padding: 75px 0;
}
#information h1{
	margin-top: 0;
}
.media-left i{
	width: 75px;
	height: 75px;
	padding: 20px 0;
	margin-right: 15px;
	background: #00A99D;
	border-radius: 50%;
	color: #000;
	font-size: 36px;
	text-align: center;
}
.media-left img{
	width: 75px;
	margin-right: 15px;
}
.media-heading{
	font-weight: 400;
	margin-top: 20px;
}
.media-body{
	font-size: 12px;
}
.media-body a{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 25px;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
#suporte{
	padding-top: 40px;
	background: url(../images/bottom-bg.jpg) right top no-repeat #00A99D;
}
#suporte h1{
	color: #000;
	line-height: 1;
}
#politica{
	margin-top: 40px;
	padding: 25px 0;
	background: rgba(0,0,0,.5);
}
#politica a{
	color: #FFF;
}
#politica a h3{
	font-size: 21px;
}	
#politica .icon-file{
	font-size: 52px;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 25px;
}
footer{
	padding: 50px 0;
	background: #000;
	color: #FFF;
}
.footer-brand{
	margin-bottom: 25px;
}
.list-social{
}
.list-social li a{
	border-radius: 50%;
	width: 48px;
	height: 48px;
	background: #FFF;
	padding: 11px 0;
	text-align: center;
	font-size: 26px;
	line-height: 1.6;
	margin-right: 3px;
	color: #000;
	display: block;
}
.list-social li a:hover{
	background: #00A99D;
	color: #000;
}
.btn-lg-cs{
   border: 2px solid #FFF;
   background: transparent;
   color: #FFF !important;
   font-weight: 300;
   padding: 10px 50px;
   font-size: 18px;
}
.btn-lg-cs:hover{
	border-color: rgba(0,169,157,.8);
}
@media(max-width:768px) {
.btn-send{
	display: block;
    width: 100%;
}
footer{
	text-align: center;
}
}
@media(min-width:768px) {
	h1{
		font-size: 48px;
	}
.ulogo{
	width: 80px;
	height: 160px;
	margin-top: 0px;
	margin-right: 25px;
	background: url(../images/logo-ul-v.svg) no-repeat;
	background-size: contain;
}

.ulogo-footer{
	width: 230px;
	height: 50px;
	float: left;
	background: url(../images/logo-ulisboa.svg) no-repeat;
	background-size: contain;
}

#login #recover,
#login #identity-card{
	min-width: 400px;
}
#politica a h3{
	font-size: 24px;
}	
#corporate h1{
	font-size: 60px;
}
#corporate h1 small{
	font-size: 30px;
}
.list-social{
	text-align: right;
}
}
@media(min-width:992px) {

}
@media(min-width:1200px) {

}




/*********** LOGGED *************/

body#logged {
    margin-top: 0;
    background-color: #FFF;
}

@media(min-width:768px) {
body#logged {
        margin-top: 0;
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
	color: #333;
}

.huge {
    font-size: 50px;
    line-height: normal;
}
#logged .navbar-brand{
		padding: 7px 15px 5px;
	}
#logged .navbar-brand img{
		height: 100%;
	}
.navbar-inverse{
	background: #000;
}
.navbar-inverse .navbar-toggle{
	border: none;
	margin: 0;
	padding: 14px 15px;
	border-radius: 0;
	font-size: 24px;
}
#page-wrapper header{
	position: relative;
	height: 240px;
	background: url(../images/bottom-bg.jpg) right top no-repeat #00A99D;
	background-size: cover;
	color: #FFF;
}
#page-wrapper header .title{
	position: absolute;
	bottom: 0;
	padding: 25px 25px;
}
#page-wrapper header .title h1,
#page-wrapper header .title h4{
	margin: 0;
}
#logged-content{
	padding: 25px 15px;
}
#logged-content select.form-control,
.modal select.form-control {
    height: 56px;
    border-radius: 0;
    background: rgba(200,200,200,.5);
    padding-right: 25px;
	color: #333;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 285px;
    }
	.navbar-fixed-top{
		min-height: 0;
		margin-bottom: 0;
		border: 0;
	}
	.navbar-header{
		display: none;
	}
	#page-wrapper header{
		padding: 35px;
	}
	#logged-content{
		padding: 50px 25px;
	}
	#page-wrapper header .title{
		padding: 35px 0;
	}
}

/* Side Navigation */

.side-nav {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	padding: 25px;
	margin-top: 0;
}
.ubrand-sidebar{
	width: 185px;
	padding: 25px;
	margin: 0 auto;
}
.ubrand-sidebar img{
	width: 100%;
}
.user-welcome{
	margin: 0 0 15px;
	font-size: 16px;
}
.user-welcome i{
	font-size: 24px;
	margin-right: 10px;
}
#login .user-welcome {
    margin-bottom: 25px;
	font-size: 21px;
}
.politica{
	margin-top: 15px;
	border-top: 2px solid #666;
	padding: 15px 0;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
}
.politica i{
	font-size: 21px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 25px;
}
.navbar-inverse .navbar-nav>li>a{
	color: #999;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #666;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li:first-child>a{
	border-top: 0;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:active,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a.active{
	color: #00A99D;
}
.menulanguagePT, 
.menulanguageEN{
	width: 50%;
	background: #666;
	color: #FFF !important;
	border-top: none;
	float: left;
	margin: 15px 0;
	}
.menulanguagePT.active, 
.menulanguageEN.active{
	background: #00A99D;
	}


@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 0;
        left: 285px;
        width: 285px;
        margin-left: -285px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #000;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }
    .side-nav>li>a {
        width: 235px;
    }
    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
	.side-nav .user-welcome {
    margin: 40px 0;
	font-size: 21px;
}
.politica{
	margin-top: 75px;
	display: inline-block;
}
.politica i{
	font-size: 36px;
	margin-bottom: 0;
}
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

/* Content */
.user-info-group{
	margin-bottom: 25px;
	
}
.user-info-group .user-label{
	margin: 0;
	color: #00A99D;
	font-family: 'Oswald', sans-serif;
}
.user-info-group .user-info{
	margin: 0;
	font-size: 16px;
}
.user-info-group .btn-sm{
	padding: 5px 25px;
	margin-left: 15px;
}
#logged input{
	background: #EEE;
}
#logged label{
	color: #999;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.form-group-lg{
	margin-bottom: 25px;
}
.rules{
	font-size: 12px;
	margin-top: 25px;
}

@media(min-width:768px) {
	.user-info-group .user-info{
	font-size: 21px;
}
}

/* MODAL */
.modal{
	color: #333;
}
.modal-content{
	border-radius: 0;
}
.modal-header .close {
    font-size: 36px;
}
.modal-header,
.modal-body,
.modal-footer{
	border-radius: 0;
	border: 0;
	padding: 25px;
}
.modal-footer{
	padding: 10px 20px;
}
.modal-header{
	background: #00A99D;
	color: #FFF;
}
.politics-scroll{
	height: 400px;
	overflow: auto;
	margin-bottom: 25px;
}

label[for="recover"] {
	text-transform: uppercase;
}

label[for="identity-card"] {
	text-transform: uppercase;
}

.uppercase {
	text-transform: uppercase;
}

.form-control-language{
	width: 35%;
}

.rich-panel-body {
    font-size: 14px;
    color: #333;
  	font-family: 'Raleway', sans-serif;
}
.g-recaptcha {
	transform:scale(0.87);
	-webkit-transform:scale(0.87);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;	
}
.label_activate{
	margin-top: 25px;
}
.label_activate button{
	border: 0;
	background: transparent;
	padding: 0;
}
.user-label.label_activate button{
	color: #666;
}
.popover{
	color: #333;
	background: rgba(255,255,255,.9);
}
.popover-title{
	background: none;
	font-weight: 400;
}
.popover.right>.arrow:after{
	border-color-right: rgba(255,255,255,.9);
}

#introPopup .modal-content{
	background: #000;
	border: 0;
	color: #FFF;
}

/* FAQs */

#faqs{
	background: #222;
	padding-top: 100px;
	padding-bottom: 100px;
}

.accordion .panel-title{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
}
.accordion .panel-default>.panel-heading{
	color: #FFF;
    background-color: #333;
    border: 0;
	padding: 15px;
}
.accordion .panel-default {
    background: #666;
	border: 0;
}
.accordion .panel-group .panel-heading+.panel-collapse>.list-group,
.accordion.panel-group .panel-heading+.panel-collapse>.panel-body{
	border: 0;
}

