html {
	height: 100%;
}

body {
	background-image:
		url(/resources/default/img/bg.jpg);
	background-size: cover;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
    font-family: museo-sans, sans-serif;
}


p {
	font-size: 16.5px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: left;
    color: #7b7b7b;
    }

.mt-35{
    margin-top:35px !important;
    margin-bottom:0px !important;
}

.mt-20{
    margin-top:20px !important;
    margin-bottom:0px !important;
}

.mt-40{
    margin-top:40px !important;
    margin-bottom:0px !important;
}

.mt-50{
    margin-top:50px !important;
    margin-bottom:0px !important;
}


.mt-60{
    margin-top: 60px !important;
    margin-bottom:0px !important;
}

.mb-0{
	margin-bottom:0px important;
}

.mb-10{
    margin-bottom: 10px !important;
}

.mb-20{
    margin-bottom: 20px !important;
}

.mb-30{
    margin-bottom: 30px !important;
}


/* panel*/

.panel-idcarioca{
	border-radius: 4px;
	box-shadow: 0px 2px 7px 0 rgba(1, 72, 92, 0.38);
	background-color: #ffffff;
	border: none;
	width: 960px;
}

.panel-idcarioca h1 {
	font-size: 23px;
/*	font-stretch: normal;
	font-style: normal;*/
	line-height: 1.59;
	font-weight:bold;
/*	letter-spacing: 0.46px;*/
	text-align: center;
	color: #0066cc;
    font-family: museo-sans, sans-serif;
}

h2 {
/*	height: 16px;*/
	font-size: 20px;
/*	font-weight: normal;
	font-stretch: normal;
	font-style: normal;*/
	margin: 0 0 30px 0;
	font-weight:500 !important;
	line-height: 1.83;
	letter-spacing: 0.4px;
	text-align: center;
	color: #0066cc;
    font-family: museo-sans, sans-serif;
}

li{
	font-size: 16.5px;
    font-weight: 300;
/*    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;*/
    text-align: left;
    color: #7b7b7b;
    font-family: museo-sans, sans-serif;
}

.panel-heading-idcarioca{
	text-align: center;
	background-color: #fff !important;
	border-bottom: none;
}

.panel-body-idcarioca {
	padding-left: 40px;
	padding-right: 40px;
}

.panel-footer-idcarioca {
/*	box-shadow: 0px 2px 7px 0 rgba(1, 72, 92, 0.38);*/
	background-color: #004a80;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
/*	height:85px;*/
    padding: 15px 25px 15px 25px;
}

.panel-footer-idcarioca p{
    text-align:center;
    font-size:14px;
    color:#fff;
    margin-top:5px !important;
    margin-bottom:0px;
  }

.panel-ajuda{
	margin-top:40px;
}


/* botao */

.btn{
	font-family: museo-sans, sans-serif;
	height:52px !important;
}

.btn-primary, .btn-primary:hover{
    height: 52px !important;
    border-radius: 4px !important;
    font-size:19.5px;
    text-transform: uppercase;
    background-color: #0066cc !important;
    background-image: none !important;
    color:#fff;
    line-height: 2em;
}

.btn-default, .btn-default:hover{
    height: 52px !important;
    border-radius: 4px !important;
    font-size:19.5px;
    background-color: #f1f1f1 !important;
    background-image: none !important;
    color:#7b7b7b;
    line-height: 2em;
}

.btn-outline-primary {
	background:#fff !important;
	text-transform: uppercase !important;
	border: 2px solid  #0066cc !important;
}

.btn-outline-primary:hover {
	background: none !important;
	background-color: 2px solid #0066cc !important;
	text-transform: uppercase !important;
	color:#0066cc;
}

.btn-link, .btn-link:hover, .btn-link:active{
    text-transform: capitalize;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
}


.bt-responsive{
	margin-left:5px;padding: 0;
}

@media (max-width : 767px) {
    .bt-responsive{
        margin-left:0px;
        margin-top:10px;
    }
}




/* formularios */
.form-group button{
	-webkit-box-shadow: none !important;	
	box-shadow: none !important;
    font-family: museo-sans, sans-serif;
}

.form-group input {
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.10);
    border: solid 1px #f5f5f5;
    background-color: #f5f5f5;
    height: 52px;
    color: #7b7b7b;
    font-size: 16.5px;
    font-weight: 500;
}


.form-group {
	margin-bottom: 42px;
}

.form-group label  {
    font-size: 16.5px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.21;
    letter-spacing: normal;
    text-align: left;
    color: #7b7b7b;
    margin-top:0px;
    margin-bottom:0px;
    font-family: museo-sans, sans-serif;
	width:100%
}

.inline-label{
	display: inline;
	padding: 2px 5px 5px 0px;
}

.ui-selectoneradio label{
    font-family: museo-sans, sans-serif;	
    font-weight: 300;   
    color: #7b7b7b; 
}

a,  a:hover,  a:active {
	color: #4579fb !important;
	font-size: 16.5px !important;
	font-weight: 500 !important;
	line-height: 2.21 !important;
	text-decoration: underline !important;
    font-family: museo-sans, sans-serif !important;
}

.form-text{
	font-size: 16px;
    font-family: museo-sans, sans-serif;
    color: #7b7b7b;
    font-weight:500;
}

.form-group input[type="text"], .form-group input[type="password"] {
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.10);
    border: solid 1px #f5f5f5;
    background-color: #f5f5f5;
    height: 52px;
    color: #7b7b7b;
    font-size: 16.5px;
    font-weight: 500;
}

.form-group input[type="checkbox"]{
	box-shadow: none;
    width: 15px;
}


/* ui-icon*/

.ui-icon{
	display: initial;
	color: #fff;
}


/* Calendario */
.calendar-idrio .ui-button{
	width: 52px;
    height: 52px;
    top:2px;
    border: none !important;
    background: none !important;
    background-color: #eaeaea !important	
}
.calendar-idrio .ui-icon-calendar {
    background-image: url(/resources/default/img/calendar.png) !important;
    background-position: center center !important;
    width: 29px;
    height: 29px;
}

.calendar-idrio .ui-button-icon-only .ui-icon{
	margin-left:-13px !important;
	margin-top:-14px !important;
}

.calendar-idrio input {
	width:85%;
	margin-right:5px;
}

.calendar-idrio .p-datepicker{
	width:100% !important;
	min-width: initial;
}

/* accordion */

.ui-accordion-header{
	background-color: #0066cc !important;
    color: #fff;
   	font-family: museo-sans, sans-serif !important;
    text-shadow: none;
    font-size:16.5px;
}

.ui-accordion-content{
	border:1px solid #cecece;
}

/* inputmask */

.ui-inputmask{
	    border-radius: 4px;
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.10);
    border: solid 1px #f5f5f5;
    background-color: #f5f5f5;
    height: 52px;
    color: #7b7b7b;
    font-size: 16.5px;
    font-weight: 500;
}

/* css primefaces*/

.panel-body-idcarioca .ui-button-text {
	font-size: 18px !important;
	font-weight: 300 !important;
	text-shadow: none !important;
	color: #fff;
}

.btn-outline-primary .ui-button-text{
	color: #0066cc !important;
}

/* checkbox*/

.ui-chkbox .ui-chkbox-label{
	display:initial;
}


.ui-chkbox .ui-chkbox-box .ui-chkbox-icon.ui-icon-check::before {
    content: "\2713\0020";
    font-size: 1.5em;
    line-height: 0.7;
    transition: all .2s;
}

.ui-chkbox-box .ui-state-active, .ui-widget-content .ui-state-active{
	background-color: #0066cc !important;	
}

.ui-icon-check {
    background-image: none !important;
    background-position: -0px;
}

.ui-chkbox-icon{
	top: -1px !important;
    left: -2px !important;
}

.checkbox-label{

}

.form-group .checkbox-label a, .form-group .checkbox-label a:hover, .form-group .checkbox-label a:active{
	font-size: 15px !important;
	line-height: normal !important;
}


/* oneRadio */
.select-oneRadio label{
    font-weight: 300;
    color: #7b7b7b;
    margin-left:10px;
   	font-family: museo-sans, sans-serif !important;
}
 
/*file upload*/
.ui-fileupload-buttonbar .ui-button-text{
	color:#555;
}


/* message erros*/

.ui-message-error-icon{
	display:none !important;
}

.ui-message-error{
	background: none !important;
    border: none !important;
	font-family: museo-sans, sans-serif;
    color: #ff0000 !important;
    margin:0px;
    padding-left:0px;
}

.ui-message-error-detail{
	margin-left:0px;
}

/* conta validada*/

.conta-valida p{
    margin-top:10px !important;
    margin-bottom:20px !important;
}



/*.conta-valida h2, .conta-valida h3 {
   font-weight: bold !important;
}*/

.conta-valida h3{
	color:#0066cc;
	margin-top:0px;
	font-size: 20px;
  	font-weight: 500;	
}

.conta-valida .servicos-integrados{
    margin-bottom:70px;
    margin-top:62px;
}

@media (max-width : 480px) {
    .servicos-integrados img{
        width:140px;
    }
}

@media (max-width : 991px) {
    body{
	    padding-top: 0px;
	    padding-bottom: 0px
    }
    
    .panel-idcarioca{
    	margin-bottom:0px;
    }
    
}





.alert-success{
    color: #fff;
	border-radius: 6px;
    font-size: 16.5px;
  	font-weight: bold;
    background-color:#50b848;
}

.alert .alert-success{
    margin-bottom: 0px !important;
}

