@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en");

body{
font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;    
background: #163559;        
}

.btn.btn-info-blue{
color: #fff;
background-color: #49afcd;
background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
background-image: linear-gradient(top, #5bc0de, #2f96b4);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
border-color: #2f96b4 #2f96b4 #1f6377;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.btn-info-blue:hover{
color: #fff;
background: #2f96b4;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#2a85a0),color-stop(1,#2f96b4));
background: -ms-linear-gradient(bottom,#2a85a0,#2f96b4);
background: -moz-linear-gradient(center bottom,#2a85a0 0%,#2f96b4 100%);
background: -o-linear-gradient(#2f96b4,#2a85a0);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a85a0',endColorstr='#2f96b4',GradientType=0);
-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out
}


.btn.btn-gold {
color: #fff;
border: 1px solid #faa732;
text-shadow: 0px -1px 0px #fbb450;
-webkit-box-shadow: inset 0 1px 0 #faa732,0px 1px 3px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0 1px 0 #faa732,0px 1px 3px rgba(0,0,0,0.2);
box-shadow: inset 0 1px 0 #faa732,0px 1px 3px rgba(0,0,0,0.2);
background: #f89406;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#fbb450),color-stop(1,#f89406));
background: -ms-linear-gradient(bottom,#fbb450,#f89406);
background: -moz-linear-gradient(center bottom,#fbb450 0%,#f89406 100%);
background: -o-linear-gradient(#f89406,#fbb450);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89406',endColorstr='#fbb450',GradientType=0);
}
.btn.btn-gold:hover{
background:#f89406;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#fbb450),color-stop(1,#fbb450));
background:-ms-linear-gradient(bottom,#fbb450,#fbb450);
background:-moz-linear-gradient(center bottom,#fbb450 0%,#fbb450 100%);
background:-o-linear-gradient(#fbb450,#fbb450);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450',endColorstr='#fbb450',GradientType=0);

-webkit-transition: all border linear 0.2s,box-shadow linear 0.2s,background linear 0.2s ease-out;
-moz-transition: all border linear 0.2s,box-shadow linear 0.2s,background linear 0.2s ease-out;
-o-transition: all border linear 0.2s,box-shadow linear 0.2s,background linear 0.2s ease-out;
transition: all border linear 0.2s,box-shadow linear 0.2s,background linear 0.2s ease-out;
}

.btn.btn-blue {
color: #fff;
border: 1px solid #1d9bb4;
text-shadow: 0px -1px 0px #27bedc;
-webkit-box-shadow: inset 0 1px 0 #abe6f2,0px 1px 3px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0 1px 0 #abe6f2,0px 1px 3px rgba(0,0,0,0.2);
box-shadow: inset 0 1px 0 #abe6f2,0px 1px 3px rgba(0,0,0,0.2);
background: #69d2e7;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#27bedc),color-stop(1,#69d2e7));
background: -ms-linear-gradient(bottom,#27bedc,#69d2e7);
background: -moz-linear-gradient(center bottom,#27bedc 0%,#69d2e7 100%);
background: -o-linear-gradient(#69d2e7,#27bedc);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69d2e7',endColorstr='#27bedc',GradientType=0);
}
.btn.btn-blue:hover{
color: #fff;
background:#69d2e7;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#27bedc),color-stop(1,#27bedc));
background:-ms-linear-gradient(bottom,#27bedc,#27bedc);
background:-moz-linear-gradient(center bottom,#27bedc 0%,#27bedc 100%);
background:-o-linear-gradient(#27bedc,#27bedc);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#27bedc',endColorstr='#27bedc',GradientType=0);
-webkit-transition: all border linear 0.2s,box-shadow linear 0.2s,background linear 0.2s ease-out;
-moz-transition: all border linear 0.2s,box-shadow linear 0.2s,background linear 0.2s ease-out;
-o-transition: all border linear 0.2s,box-shadow linear 0.2s,background linear 0.2s ease-out;
transition: all border linear 0.2s,box-shadow linear 0.2s,background linear 0.2s ease-out;
}

.btn.btn-green {
color: #fff;
border: 1px solid #518e1e;
//text-shadow: 0px -1px 0px #75cd2b;
-webkit-box-shadow: inset 0 1px 0 #a2c272,0px 1px 3px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0 1px 0 #a2c272,0px 1px 3px rgba(0,0,0,0.2);
box-shadow: inset 0 1px 0 #a2c272,0px 1px 3px rgba(0,0,0,0.2);
background: #5da322;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#5da322),color-stop(1,#8ab24f));
background: -ms-linear-gradient(bottom,#5da322,#8ab24f);
background: -moz-linear-gradient(center bottom,#5da322 0%,#8ab24f 100%);
background: -o-linear-gradient(#8ab24f,#5da322);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ab24f',endColorstr='#5da322',GradientType=0);
}
.btn.btn-green:hover {
color: #fff;
background: #5da322;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#518e1e),color-stop(1,#7ca146));
background: -ms-linear-gradient(bottom,#518e1e,#7ca146);
background: -moz-linear-gradient(center bottom,#518e1e 0%,#7ca146 100%);
background: -o-linear-gradient(#7ca146,#518e1e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ca146',endColorstr='#518e1e',GradientType=0);
-webkit-transition: all border linear 0.2s,box-shadow linear 0.2s,background linear 0.2s ease-out;
-moz-transition: all border linear 0.2s,box-shadow linear 0.2s,background linear 0.2s ease-out;
-o-transition: all border linear 0.2s,box-shadow linear 0.2s,background linear 0.2s ease-out;
transition: all border linear 0.2s,box-shadow linear 0.2s,background linear 0.2s ease-out;
}




#wrap{
    //padding-top: 85px;
    min-height: 100%;
    height: auto !important;
    /* Negative indent footer by it's height */
}
.wrapper{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
}

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#fff;background-color:#30487b;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}

.form-login-box{
    
border-radius: 5px;
box-shadow: 0 0 10px #ccc;
padding: 14px;
margin-top: 70px;
margin-bottom: 37px;
width: auto;
height: auto;
background: #fff url('/images/bg.png') ;    
}

.box-formulario{
    //border: 1px solid #ddd;
    padding: 10px 30px;
    margin-top: 20px;
    //background: rgba(255,255,255,0.45);
    //border-radius: 5px;
    //-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.075);
    //box-shadow: 0 2px 5px rgba(0,0,0,.075);
}

.img-layout {
    padding: 6px;
    border: 0px solid #f00;
    //margin-top: 140px
}

#menu-rodape ul{
    list-style: none;
    text-align: center
}
#menu-rodape li{
    float: none;
    display: inline-block;
}
#menu-rodape a{
    margin: 0px 15px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
#menu-rodape a:hover{
    color: #fff;    
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease;
    text-decoration: underline
}

.social-links {
height: auto;
background:#5da322 url('/images/bgi.png') ;
}
.social-links {
/*margin-top: 20px;*/
padding: 20px 0px 10px 0px;
color: #fff;
//line-height: 30px;
}

#message{
	padding:15px;
	margin:10px 0 20px 0;
	border:1px solid transparent;
	border-radius:4px;
	background-color:#f2dede;
	border-color:#ebccd1;
	color:#a94442;
	font-size:14px;
	text-align: center;
	width:auto;
}


.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #a5ba2f; font-size: 16px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #1AE; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #185CA5; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #1AE;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/


/* !Alerts */
/* ----------------------------------------------- */
.alert-success {
  color: #ffffff;
  background-color: #46a046;
  background-image: -webkit-linear-gradient(top, #58b658 0%, #49a749 100%);
  background-image: linear-gradient(to bottom, #58b658 0%, #49a749 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff58b658', endColorstr='#ff49a749', GradientType=0);
  border-color: #3d8b3d;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.alert-info {
  color: #ffffff;
  background-color: #35b1d6;
  background-image: -webkit-linear-gradient(top, #57bedd 0%, #3db5d8 100%);
  background-image: linear-gradient(to bottom, #57bedd 0%, #3db5d8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff57bedd', endColorstr='#ff3db5d8', GradientType=0);
  border-color: #28a1c5;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.alert-warning {
  color: #ffffff;
  background-color: #ec9924;
  background-image: -webkit-linear-gradient(top, #f0ab49 0%, #ed9e2d 100%);
  background-image: linear-gradient(to bottom, #f0ab49 0%, #ed9e2d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ab49', endColorstr='#ffed9e2d', GradientType=0);
  border-color: #df8a13;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.alert-danger {
  color: #ffffff;
  background-color: #ce312c;
  background-image: -webkit-linear-gradient(top, #d84f4b 0%, #d33632 100%);
  background-image: linear-gradient(to bottom, #d84f4b 0%, #d33632 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd84f4b', endColorstr='#ffd33632', GradientType=0);
  border-color: #b52b27;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
