html {
    height: 100%;
    box-sizing: border-box;
    font-size: 62.5% !important;
}
body {
    margin: 0 !important;
    height: 100%;
    min-height: 100% !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    overflow: auto !important;
    font-size: 1.6rem;

    background-repeat: no-repeat;
    background-size: cover;
}

.page-wrapper {
    min-height:100%;
    position:relative;
    padding-bottom: 12rem !important;
    overflow: auto;
}
#tab-bar-container{
    float: left;
    width: 26%;
    /*margin-top: 1.5rem; vertical space between containers*/
    padding-right: 1.5rem;
}
#app-container{
    float: left;
    width: 74%;
    min-height: 100%;
    height: 100%;
    min-height: 56rem;
    display: table;
}
.header-content {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-left: 0;
    border-right: 0;
}

.header-content .navbar-toggle{
    float: left;
}

/*PAGE LAYOUT*/
section{
    position: relative;
    padding: 50px 0;
}

@media only screen and (max-width: 767px) {
    .container-header .container{
        /*forces menu line to go down*/
        display: block;
    }
    .container-header .navbar {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 640px) {
    section{
        padding-bottom: 71px;
    }
    #tab-bar-container{
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 15px;
        float: none;
        width: auto;
        padding-right: 0;
        margin-top: 0;
        z-index: 1000000;
    }
    #app-container{
        float: none;
        width: 100%;
        margin-top: 0;
        padding-bottom: 54px;
    }
}
@media only screen and (max-width: 460px) {
    section{
        padding: 1px 0 56px 0 !important
    }
    #tab-bar-container{
        left: 0;
        right: 0;
        bottom: 0;
    }
}

#header-left {
    flex: 0 0 auto;
}
#header-right {
    position: relative;
    flex: 1 1 auto;
}

.header-culture-links {
    font-size: 15px;
    position: absolute;
    top: 10px;
    right: 15px;
}
.header-culture-links a{
    color: #333 !important;
}

.container-header .navbar-toggle{
    margin-top: 5px;
    margin-bottom: 5px;
}

/*HEADER*/
.header-user-image{
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    border-radius: 50%;
    height: 36px;
}
.header-menu-list{
    width: 100%;
}
.header-user{
    float: right !important;
}
.header-user #user-link{
    padding-left: 46px !important;
    padding-right: 0 !important;
}

.container-header{
    background-color: #fefefe;
    color: #333;
}

.container-header .container{
    display:flex;
    padding-left: 17px;  /*<- plus margin of class 'box' on page content*/
    padding-right: 17px;
}

.container-header .dropdown-menu{
    z-index: 20000;
}
.container-header .dropdown-menu a{
    font-size: 1.5rem;
}
.container-header .dropdown i{
    line-height: 12px;
}


.container-header .navbar-collapse{
    max-height: 64rem;
}

.container-header .navbar{
    min-height: 44px;
    margin: 45px 0 25px 0;
    border-radius: 0;
}

.container-content{
    margin: 15px 0 0 0;
    padding: 0 !important;
}

/**/
/*FOOTER LAYOUT*/
/**/

.container-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 0;
    background-color: #232323;
    color: #eee;
}
.container-footer a {
    color: #eee !important;
}

.container-footer .container{
    position: relative;
    min-height: 80px;
    padding-left: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.g-container {
    /*display: inline-block;*/
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}


.g-logo{
    height: 80px;
}
.text-box{
    padding: 19px 0;
    /*color: #fff;*/
    text-align: left;
    margin-left: 18px;
}
.text-powered{
    font-weight: 300;
    font-size: 10px;
    height: 16px;
}
.text-gfoundry{
    text-transform: uppercase;
    font-size: 16px;
    /*font-weight: 300;*/
}

.g-privacy-link{
    right: 15px;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    text-align: right;
    transition: color ease-in-out .15s;
}

/*.g-privacy-link:hover{
    color: #bbc0c4;
}*/



.container.footer-with-logos{
    padding-right: 190px;
}
.links-container{
    position: absolute;
    right: 15px;
    top: 0;
    height: 80px;
    width: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*background-color: deepskyblue;*/
}
.logos-container{
    min-height: 80px;
    /*background-color: hotpink;*/
    text-align: center;
}


@media (max-width: 640px){
    .container.footer-with-logos{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 100px;
    }
}
@media (max-width: 360px){
    .links-container {
        width: 120px;
    }
}
@media (min-width: 320px){
    .container.footer-with-logos {
        /*with logos footer should be 100%*/
        width: calc(100% - 30px);
        margin: 0 15px;
    }
}
.footer-logo {
    padding: 0 16px;
}



/*HEADER LAYOUT*/

#domain-logo {
    height: 100%;
    display: inline-flex; /* to center verticaly*/
    padding-top: 10px;
}
#domain-logo img {
    margin: auto 20px auto 0;
    /*max-height: 64px !important;*/
    height: 64px;
}

.menu-text{
    text-transform: uppercase;
    font-size: 16px;
}
.menu-text a{
    height: 44px;
    padding: 14px !important;
    /*color: #333;*/
    line-height: 18px !important;
    color: inherit;
}
.menu-text a:hover {
    color: #aaa;

}
.menu-text.nav>li>a:hover{
    background-color: transparent;
}
.nav-btn span{
    background-color:#333;
}
.nav-btn span:hover{
    background-color: #1abc9c;
}

.container-header .dropdown-menu .divider{
    margin: 0;
}

@media (max-width: 767px){
    .header-user{
        float: left !important;
    }
    .container-header .dropdown-menu a{
        padding-left: 3rem !important;
    }
    .container-header .dropdown-menu .divider{
        display: none;
    }
    .container-header .container{
        display: block;
    }
    .container-header #header-left{
        text-align: center;
    }
    .container-header .header-content{
        margin-top: 10px;
    }
    .container-header .header-user #user-link{
        margin-top: 10px;
        margin-left: 10px;
    }
}

.navbar-nav a{
    color: #333 !important;
}

/*FOOTER LAYOUT*/
.footer-inner-content{
    text-align: center;
    position: relative;
    height: 80px;
}

@media (max-width: 480px){
    .domain-logo{
        max-width: 280px;
    }
    .footer-inner-content{
        text-align: left;
    }
}
.culture-links{
    color: #fff;
    padding: 10px 0;
    position: absolute;
    top: 0;
    right: 15px;
}
.culture-links a{
    color: #428bca;
}
.fidelidade-logo{
    padding: 0 20px;
}

.auth-layout.page-wrapper{
    background-color: #fefefe;
}
.auth-header .container{
    position: relative;
}
.auth-container-header{
    width: 100%;
    margin-top: 24px;
    position:relative;
    text-align: center;
}
.auth-domain-logo {
    display: inline-block;
    float: none;
    margin: 30px auto;
    max-height: 120px !important;
}