body {
    color: #555;
}

::-webkit-scrollbar {
    width: 9px;
    height: 11px;
}

::-webkit-scrollbar-track {
    background-color: #ddd; 
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    background-color: #9f9f9f;
}

.ui-datatable-scrollable-body::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    background-color: #9f9f9f;
}

.ui-datatable-scrollable-body::-webkit-scrollbar {
    width: 9px;
    height: 11px;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.jumbotron {
    padding-top: 20px;
    padding-bottom: 50px;
}

.marginbot0{
    margin-bottom: 0 !important;
}

.marginbot10{
    margin-bottom:10px !important;
}
.marginbot20{
    margin-bottom:20px;
}
.marginbot30{
    margin-bottom:30px;
}
.marginbot40{
    margin-bottom:40px;
}
.margintop0{
    margin-top:0;
}
.margin.ui-datop10{
    margin-top:10px ;
}

.margintop10{
    margin-top:10px !important;
}
.margintop20{
    margin-top:20px !important;
}

.margintop30{
    margin-top:30px !important;
}

.margintop40{
    margin-top:40px !important;
}

.mar-left-5{
    margin-left: 5px;
}

.mar-right-5{
    margin-right: 5px;
}

.mar-right-10{
    margin-right: 10px;
}

.mar-right-30{
    margin-right: 30px;
}


.padd-0{
    padding: 0 !important;
}
.padd-left-0{
    padding-left: 0;
}

.padd-right-0{
    padding-right: 0;
}

.padd-top-10{
    padding-top: 10px;    
}

.padd-top-20{
    padding-top: 20px;    
}

.padd-top-30{
    padding-top: 30px;
}


.ui-inputfield {
    padding: 5px 10px !important  ;
    width: 100%;
    min-height: 40px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: none;
}

.ui-wizard-step-title {
    font-size: 14px !important; 
    margin: 0px 5px 0 0 !important;
    padding: 0.5em !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    text-shadow: none;
}

.ui-wizard-content {
    margin: 10px 0 !important;
}

.jumbotron-content {
    padding: 1px 15px 10px 20px;
    margin-bottom: 10px;
    background: #f1f1f1;
    border-radius: 4px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
}

.page-header {
    padding-bottom: 0;
    margin: 0px 0 20px;
    border-bottom: 1px solid #ddd;
    color: #666;
}

.float-left{
    float: left;
}

.icon-left{
    float: left;
    margin-right: 10px;
}

h3, .h3 {
    font-size: 20px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.float-none{
    float: none !important;
}

.btn-padrao{
    padding: 6px 20px;
}

.btn-full{
    width: 100%
}
.btn{
    padding: 7px 12px;
}

.btn-lg {
    padding: 10px 16px;
}

/* ---------- WIZARD ---------- */

.nav-wizard {
    background-color: #ddd;
    margin-bottom: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.nav-wizard > li {
    position: relative;
    margin-right: -2px;
}

.nav-wizard > li > a {
    color: #666;
}

.nav-wizard > li > a {
    position: relative;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 9px 15px;
}

.nav-wizard > li > a:after {
    border-left: 19px solid #ddd;
    border-top: 19px solid rgba(0,0,0,0);
    border-bottom: 19px solid rgba(0,0,0,0);
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: -19px;
    z-index: 10;
}

.nav-wizard > li > a:before {
    border-left: 20px solid #fff;
    border-top: 20px solid rgba(0,0,0,0);
    border-bottom: 20px solid rgba(0,0,0,0);
    content: '';
    display: inline-block;
    position: absolute;
    top: -1px;
    right: -20px;
    z-index: 5;
}

.nav-wizard > li > a:hover,
.nav-wizard > li > a:active,
.nav-wizard > li > a:focus {
    background-color: #ccc;
}

.nav-wizard > li > a:hover:after,
.nav-wizard > li > a:active:after,
.nav-wizard > li > a:focus:after {
    border-left-color: #ccc;
}

.nav-wizard > li:first-child > a {
    padding-left: 15px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.nav-wizard > li:last-child > a {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.nav-wizard > li:last-child > a:after,
.nav-wizard > li:last-child > a:before {
    display: none;
}

.nav-wizard > li.active a,
.nav-wizard > li.active a:hover,
.nav-wizard > li.active a:focus,
.nav-wizard > li.active a:active {
    background-color: #4e5154;
    color: #fff;
}

.nav-wizard > li.active a:after {
    border-left-color: #4e5154;
}

.nav-wizard > li.done a {
    background-color: #428bca;
    color: #fff;
}

.nav-wizard > li.done a:after {
    border-left-color: #428bca;
}

.panel-wizard {
    margin-bottom: 20px;
}

.panel-wizard .tab-content {
    border: 1px solid #ddd;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 0;
}

.panel-wizard .wizard {
    margin: 0;
    background-color: #f5f5f5;
    padding: 15px;
    border: 1px solid #ddd;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.panel-wizard .wizard:after {
    clear: both;
    display: block;
    content: '';
}

.panel-wizard .progress {
    margin-bottom: 5px;
}

.nav-disabled-click > li > a:hover,
.nav-disabled-click > li > a:active,
.nav-disabled-click > li > a:focus {
    background-color: #ddd;
    cursor: default;
}

.nav-disabled-click > li > a:hover:after,
.nav-disabled-click > li > a:active:after,
.nav-disabled-click > li > a:focus:after {
    border-left-color: #ddd;
}

.nav-disabled-click > li.active > a:hover:after,
.nav-disabled-click > li.active > a:active:after,
.nav-disabled-click > li.active > a:focus:after {
    border-left-color: #4e5154;
}

.nav-disabled-click > li.done > a:hover,
.nav-disabled-click > li.done > a:active,
.nav-disabled-click > li.done > a:focus {
    background-color: #428bca;
}

.nav-disabled-click > li.done > a:hover:after,
.nav-disabled-click > li.done > a:active:after,
.nav-disabled-click > li.done > a:focus:after {
    border-left-color: #428bca;
}

.nav-wizard-success > li.done > a {
    background-color: #5cb85c;
}

.nav-wizard-success > li.done > a:after {
    border-left-color: #5cb85c;
}

.nav-wizard-warning > li.done > a {
    background-color: #f0ad4e;
}

.nav-wizard-warning > li.done > a:after {
    border-left-color: #f0ad4e;
}

.nav-wizard-danger > li.done > a {
    background-color: #d9534f;
}

.nav-wizard-danger > li.done > a:after {
    border-left-color: #d9534f;
}

.nav-wizard-info > li.done > a {
    background-color: #5bc0de;
}

.nav-wizard-info > li.done > a:after {
    border-left-color: #5bc0de;
}

.form-control {
    display: block;
    width: 100%;
    min-height: 40px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.uppercase{
    text-transform: uppercase;
}

.float-right{
    float: right;
}

.link-padrao{
    padding: 5px 12px;
}

.link-item-pesquisa{
    padding: 5px;
}

.link-xs{
    font-size: 12px;
    padding: 4px 8px;
}

.link{
    padding: 4px 8px;
}

.link-xs:hover, .link:hover, .link-padrao:hover{
    text-decoration: none !important;
    box-shadow: 1px 2px 8px rgba(0,0,0,0.3);
}

.bs-docs-nav .navbar-nav>.active>a, .bs-docs-nav .navbar-nav>.active>a:hover, .bs-docs-nav .navbar-nav>li>a:hover {
    color: #463265;
    background-color: inherit;
}

.vertical-bottom{
    vertical-align: bottom;
}

form{
    margin: 0;
}

#inner-headline {
    background: rgb(15, 112, 184);
    position: relative;
    margin: 10px 0 30px 0;
    padding: 0;
    color: #fefefe;
}

#inner-headline ul.breadcrumb {
    margin: 30px 0 0;
    float: left;
}

.breadcrumb {
    background-color: #f5f5f5;
}

a:hover, a:focus{
    color: #2a6496;
    text-decoration: none;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 100    ;
    margin-right: 10px;
    color: #666;
}

.bg-green{
    background: #5cb85c;
    color: #fff;
}

.nav-wizard > li.bg-green a:after {
    border-left-color: #5cb85c;
}

.nav-wizard > li.bg-green a, .nav-wizard > li.bg-green a:hover, .nav-wizard > li.bg-green a:focus, .nav-wizard > li.bg-green a:active {
    background-color: #5cb85c;
    color: #fff;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 4px 0 0;
    line-height: normal;
}

.padd-5{
    padding: 5px;
}

.col-md-offset-meio{
    margin-left: 4.33333%;
}

.vaga{
    color: rgb(15, 112, 184);
    padding-top: 10px;
    font-size: 14px;
}

.effect-shadow{
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.box-vaga{
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.box-vaga:hover{
    box-shadow: 0 0 12px rgba(66, 132, 202, 0.8);
    transform: scale(1.05);
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #fff;
    background-color: rgb(15, 112, 184);
    border-color: rgb(15, 112, 184);
}

.pagination-split li {
    margin-left: 5px;
    display: inline-block;
    float: left;
}

.pagination-split li a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; 
    border-radius: 4px;
}

.box-item {
    background: #fff;
    margin: 0 0 30px;
    border: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    color: #666
}

.box-detalhes {
    background: #fff;
    margin: 0 0 30px;
    border: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px 10px 20px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    color: #666
}

#div-map {
    width: 100%;
    height: 200px;
}

.p-relative{
    position: relative
}

.p-absolute{
    position: absolute;
}

#section-map {
    position: relative;
    width: 100%;
}

.fullscreen {
    width: 100%;
    height: 100%;
}

.zindex-0{
    z-index: 0;
}

.mask-blackwhite {
    background: rgba(0, 0, 0, 0.3);
}

.jumbotron-gray {
    padding: 30px 15px 40px 15px !important;
    margin-bottom: 20px;
    color: inherit;
    border-radius: 0;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
}

td, th {
    padding: 0 10px 0 0;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 2px 0 0;
    line-height: normal;
}

@media(max-width: 768px){
    .nav-wizard {
        width: 98%;
        float: none;
    }
    .btn-cep{
        width: 100%;
    }
    .wizard-footer{
        width: 98%;
    }        


    .wizard-content{
        width: 98%;
    }
}

@media(max-width: 991px){
    .btn-cep{
        width: 100%;
    }
}
.wizard-content{
    border: 1px solid #ddd;
    background-color: #fcfcfc;
    padding-bottom: 20px;
    z-index: 123;
}

.wizard-footer{
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 15px;
    z-index: 123;
    min-height: 65px;
}

.btn-cep{
    height: 40px;
    padding: 9px 12px;
    border-radius: 2px;
}

.breadcrumb > .active {
    color: #666;
}

/* Pinta bordas inputs vermelho quando obrigatórios */

.invalid-field {
    border: firebrick solid 1px !important;
}

/* Pinta bordas inputs vermelho quando obrigatórios */

.ui-growl-item-container {
    position: absolute !important;
    margin: 0 0 10px 0 !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

tr.ui-state-highlight, .ui-widget-content tr.ui-state-highlight, .ui-widget-header tr.ui-state-highlight {
    text-decoration: none;
    background: rgb(15, 112, 184);
    text-shadow: none;
    color: #fff ;
    border: 1px solid #eee;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: rgb(15, 112, 184) ;
    border: 1px solid rgb(15, 112, 184);
    text-shadow: none;
    background: #fff ;
}

.ui-growl-image {
    margin: 0 10px 0 0 !important;
}

.ui-growl-message {
    width: 224px !important;
}

.ui-growl {
    top: 60px !important;
    right: 30px !important;
    z-index: 123456789 !important;
}

.font-size-16{
    font-size: 16px;
}

.btn-cinza{
    background: #ddd !important;
    color: #000;
    border-color: #ccc;
}

.btn-cinza:hover{
    background: #ccc !important;
}

.text-warning{
    color: #B8860B;
}

.text-profissao{
    font-size: 12px;
    color: #888;
    border-top: 1px solid #eee;
    padding: 8px;
    margin-top: 15px;
    margin-bottom: -20px;
}
.ui-datascroller .ui-datascroller-content {
    padding: 0 !important;
    border: none;
}

.ui-button-text-icon-left .ui-button-text {
    padding: .4em 1em .3em 2.1em !important;
}

.ui-datatable table{
    font-size: 14px;
}


.ui-wizard-content {
    margin: 10px 0 !important;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #555;
    text-shadow: none;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    padding: 7px 0;
}

.ui-chkbox .ui-chkbox-box {
    width: 16px;
    height: 16px;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #bbb;
}

.ui-wizard-step-title {
    font-size: 14px !important; 
    margin: 0px 5px 0 0 !important;
    padding: 0.5em !important;
}

.ui-state-highlight .ui-icon {
    background-image: url("/voluntarios/javax.faces.resource/images/ui-icons_333333_256x240.png.xhtml?ln=primefaces-bootstrap");

}

input[type=checkbox].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left:23px;
    height:18px; 
    display:inline-block;
    line-height:18px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:18px;
    vertical-align:middle;
    cursor:pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -18px;
}
label.css-label {
    background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_bd79c31d3d14537c0cb1e60db877c8e1.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px){
    .navbar-nav {
        float: left;
        padding: 8px 15px;
    }
    .jumbotron {
        padding-top: 20px;
        padding-bottom: 50px;
    }
}
.navbar-nav {
    padding-top: 0;
    padding-bottom: 0;
}

.fa-1-meio{
    font-size: 1.5em !important;
}

.text-branco-jmm {
    color: rgb(255, 255, 255) !important;
}

.text-azul-jmm {
    color: rgb(15, 112, 184) !important;
}

.text-amarelo-jmm {
    color: rgb(247, 148, 30) !important;
}

.text-vermelho-jmm {
    color: rgb(210, 67, 98) !important;
}

.text-verde-jmm {
    color: rgb(57,181,74) !important;
}


.bg-azul-jmm {
    background-color: rgb(15, 112, 184);
}

.bg-amarelo-jmm {
    background-color: rgb(247, 148, 30);
}

.bg-vermelho-jmm {
    background-color: rgb(210, 67, 98);
}

.bg-verde-jmm {
    background-color: rgb(57,181,74);
}

.menu-botao:hover{
    text-decoration: none !important;
    box-shadow: 2px 4px 12px rgba(0,0,0,0.3);
}

.menu-botao {
    text-transform: uppercase;
    color: #fff !important;
    background-color: rgb(15, 112, 184);
    margin: 0 15px 8px 15px; 
    padding: 15px 15px;
}

.menu-azul-jmm {
    background-color: rgb(15, 112, 184);
}

.menu-amarelo-jmm {
    background-color: rgb(247, 148, 30);
}

.menu-vermelho-jmm {
    background-color: rgb(210, 67, 98);
}

.menu-verde-jmm {
    background-color: rgb(57,181,74);
}

.menu-azul-jmm:hover {
    background-color: rgb(15, 112, 184) !important;
}

.menu-amarelo-jmm:hover {
    background-color: rgb(247, 148, 30) !important;
}

.menu-vermelho-jmm:hover {
    background-color: rgb(210, 67, 98) !important;
}

.menu-verde-jmm:hover {
    background-color: rgb(57,181,74) !important;
}

.text-menu{
    float: right;
    margin: 2px 5px 0px 10px;
    font-weight: bolder;

}

.banner-background {
    background: url(/voluntarios/resources/img/banner/banner-home.jpg) no-repeat top center;
    background-size: 100%;
    background-color: transparent;
    padding: 12% 0 0 0;
    margin-top: -100px;
    width: 100%;
    height: 75%;
    position: relative;
}
.footer{
    background-color: rgb(15, 112, 184);
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
}

.list-none{
    list-style: none;
    line-height: 30px;
    padding: 0;
}

.list-firt{
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.bs-docs-container{
    padding-bottom: 30px;
}

.enable{
    display: block;
}

.inativo{
    display: none;
}


/* Customizando componente selectManyCheckbox */

.cb-sm table {
    width: 100% !important;
}

.cb-sm tr {
    display: inline !important;
}

.cb-sm td {
    display: inline-block !important;
    width: 30% !important;
}

.cb-md table {
    width: 100%;
}

.cb-md tr {
    display: inline;
}

.cb-md td {
    display: inline-block;
    width: 40%;
}

.cb-lg table{
    width: 100%;
}

.cb-lg tr {
    display: inline;
}

.cb-lg td {
    display: inline-block;
    width: 90%;
}
/* Customizando componente selectManyCheckbox */

.container .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 891px){
    .col-5colunas{
        width: 20%;
    }
}

.box-oportunidade{
    width: 291px !important;
    height: 315px !important;
    /*float: left;*/
}

.img-oportunidade{
    width: auto !important;
    height: 180px !important;
}

.margin-hr{
    margin: 2px 0 7px 0;
}

.bg-idioma{
    background: #eee;
}

.caption h3{
    font-size: 18px;
}

.border-radius-0{
    border-radius: 0 !important;   
}

.filtro-lateral{
    color: #428bca !important;
}

.filtro-lateral:hover{
    background: #428bca;
    color: #fff !important;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    z-index: 999999999;
    position: relative;
}

.filtro-menu{
    background: #428bca;
    color: #fff !important;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    z-index: 999999999;
    position: relative;
}

.filtro-itens{
    background: #9f9f9f;
    color: #fff !important;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    z-index: 999999999;
    position: relative;
}

.mar-left-10{
    margin-left: 10px   
}