@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
  font-family: 'Roboto', sans-serif !important;
}

h3 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-bottom: 10px;
	color: #439c97;
}

.StepTitle {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-bottom: 10px;
	color: #439c97;
}

span.obrigatorio,
h3.importante {
	color: #b80000;
}


/*index*/
.button {
    -moz-appearance: button;
    /* Firefox */
    -webkit-appearance: button;
    /* Safari and Chrome */
    padding: 10px;
    margin: 10px;
    width: 70px;
}
.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 200px;
    height: 65px;
    text-align: center;
    padding-top: 25px;
    margin: 10px;
}
.dragover {
    border: 5px dashed blue !important;
}
.upload-file-dad {
  position: relative;
  padding: 15px;
  min-height: 200px;
  background-color: #fff;
  border: 4px dashed #9E9E9E;
  color: #9E9E9E;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.upload-file-dad:hover {
  border-color: #858585;
  color: #858585;
}
.upload-file-dad.disabled:hover {
  border-color: #9E9E9E;
  color: #9E9E9E;
}

.upload-file-dad input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1000em;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.upload-file-dad.disabled:hover input[type=file] {
  cursor: auto;
}

.upload-file-dad .upload-file-dad-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #9E9E9E;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:center;
  justify-content:center;
  -webkit-align-items:center;
  align-items:center;
}
.upload-file-dad:hover .upload-file-dad-text h3 {
  color: #858585;
}
.upload-file-dad.disabled:hover .upload-file-dad-text h3 {
  color: #9E9E9E;
}
.upload-file-dad .upload-file-dad-text h3 {
  text-align: center;
  margin: 0;
  color: #9E9E9E;
}
.upload-file-dad .upload-file-dad-text h3 span {
  display: block;
  font-size: 3em;
  margin-bottom: 15px;
}

/*-----*/



body {
	background: #fff;
	color: #333;

}

html, body {
  height: 100%;
}

.x_panel {
	border: none;
}

.background {
	background: #fff;
}

label {
	margin-top: 10px;
}

.topo {
  background: url(../img/banner-topo.jpg) right top;
  height: 100%;
}

.topo .container.body .right_col,
.topo .x_panel {
  background: none;
}

.titulo-obrigatorio {
  float: right;

}

.form_wizard {
  margin-top: 60px;

}

.wizard_steps {
  margin-bottom: 60px !important;
}

.topo .logo-ppg {
  float: left;
  margin-right: 50px;
  margin-top: 20px;
}

.topo-pagina-inicial {
  text-align: center;
  color: #fff;
}

.topo-pagina-inicial .logo-ppg-pagina-inicial {
  clear: both;
  margin-top: 30px;
  text-align: center;
  padding-top: 20px;
}

.titulo-formulario h1{
  color: #fff;
  font-size: 40px !important;
  padding-top: 1.5%;
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  max-width: 900px;
}

.topo-pagina-inicial .titulo-formulario h1 {
  clear: both;
  max-width: 1170px;
  padding-top: 30px;
}

.form_wizard .stepContainer {
 /*overflow: visible;*/
}

.ng-pristine {
  color:#999;
}

.texto-introducao {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 17px;
}

body .container.body .right_col {
    background: #fff;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}


@media (max-width: 768px) {

  .titulo-formulario h1 {
    clear: both;
    padding-top: 30px;
    font-size: 25px !important;
  }
}

.desenvolvido {
  text-align: center;
  padding-bottom: 30px;
}

.footer-bottom {
	background: #E3E3E3;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}

.funkyradio label {
    /*min-width: 400px;*/
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}
.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
    display: none;
}
.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content:'';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #C2C2C2;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}
.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}
.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}
.funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}
.funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}
.funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}
.funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}
.funkyradio-danger input[type="radio"]:checked ~ label:before, .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}
.funkyradio-warning input[type="radio"]:checked ~ label:before, .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}
.funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}



#loading {
    background: #f4f4f2 url("img/page-bg.png") repeat scroll 0 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
}
.bokeh {
    border: 0.01em solid rgba(150, 150, 150, 0.1);
    border-radius: 50%;
    font-size: 100px;
    height: 1em;
    list-style: outside none none;
    margin: 0 auto;
    position: relative;
    top: 35%;
    width: 1em;
    z-index: 2147483647;
}
.bokeh li {
    border-radius: 50%;
    height: 0.2em;
    position: absolute;
    width: 0.2em;
}
.bokeh li:nth-child(1) {
    animation: 1.13s linear 0s normal none infinite running rota, 3.67s ease-in-out 0s alternate none infinite running opa;
    background: #00c176 none repeat scroll 0 0;
    left: 50%;
    margin: 0 0 0 -0.1em;
    top: 0;
    transform-origin: 50% 250% 0;
}
.bokeh li:nth-child(2) {
    animation: 1.86s linear 0s normal none infinite running rota, 4.29s ease-in-out 0s alternate none infinite running opa;
    background: #ff003c none repeat scroll 0 0;
    margin: -0.1em 0 0;
    right: 0;
    top: 50%;
    transform-origin: -150% 50% 0;
}
.bokeh li:nth-child(3) {
    animation: 1.45s linear 0s normal none infinite running rota, 5.12s ease-in-out 0s alternate none infinite running opa;
    background: #fabe28 none repeat scroll 0 0;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -0.1em;
    transform-origin: 50% -150% 0;
}
.bokeh li:nth-child(4) {
    animation: 1.72s linear 0s normal none infinite running rota, 5.25s ease-in-out 0s alternate none infinite running opa;
    background: #88c100 none repeat scroll 0 0;
    margin: -0.1em 0 0;
    top: 50%;
    transform-origin: 250% 50% 0;
}
@keyframes opa {
12% {
    opacity: 0.8;
}
19.5% {
    opacity: 0.88;
}
37.2% {
    opacity: 0.64;
}
40.5% {
    opacity: 0.52;
}
52.7% {
    opacity: 0.69;
}
60.2% {
    opacity: 0.6;
}
66.6% {
    opacity: 0.52;
}
70% {
    opacity: 0.63;
}
79.9% {
    opacity: 0.6;
}
84.2% {
    opacity: 0.75;
}
91% {
    opacity: 0.87;
}
}

@keyframes rota {
100% {
    transform: rotate(360deg);
}
}

}
