/* Sticky footer styles
-------------------------------------------------- */

@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro";

html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
    padding-top: 50px; 
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-x: hidden; /* AAAAAAAAAAAAAAAAAAA */
    overflow-y: auto; /* AAAAAAAAAAAAAAAAAAA */


}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
    z-index: 1030;
}

.footer .container .text-muted {
    margin: 20px 0;
}

.footer img{
    margin-left: 20px;
}

textarea {
    resize: none;
}

.page-heading {
    background-color: #6f98b7;

    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
    text-align: center;

    /* Create the parallax scrolling effect */
    background-image: url("../images/bg.png");
    height: 100%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
}

.page-heading h1{
    margin-top: 5px;
    color: #fff;
    font-size: 60px;
}
.page-heading img{
    display: none;
}
.pull-left h1{
    margin-top: 0px;
}

.page-header .pull-right a{
    margin-top: 5px;
}

.panel-heading span
{
    margin-top: -20px;
    font-size: 15px;
}



.clickable
{
    cursor: pointer;
}

@media(min-width:992px){
    .page-heading{
        text-align: left;
    }
    .page-heading p {
        margin-top: 15px;
    }
    h1{
        text-align: left;
    }
    .page-heading img{
        display: inline;
        max-height: 130px;
    }

}

.margin-right-20px{
    margin-right: 20px;
}

#modal{
    width: 850px;
}

.margin-botton-20px{
    margin-bottom: 20px;
}

.espaco-10px{
    margin-right: 10px;
}


.marginBottom-0 {margin-bottom:0;}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.dropdown-submenu > a:focus, .dropdown-submenu > a:active{background-color: #337ab7 !important;}
.nav .open .open > a{background-color: #337ab7 !important;}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

