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;
    }

    .header-culture-links{
        padding-right: 3.8rem;  
    }
}

@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;
    z-index: 100;
}

.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: 6px;
    border-radius: 50%;
    height: 36px;
}

.header-menu-list {
    width: 100%;
}
.header-menu-list i{
    width: 20px;
    height: 20px;
    margin-right: 8px;
    line-height: 20px;
    text-align: center;
}

.header-user {
    float: right !important;
}

.header-user #user-link {
    padding-left: 56px !important;
    padding-right: 0 !important;
    min-width: 175px;
}

.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;
    min-width: 174px;
}

.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: 12px !important;
    line-height: 20px !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;
    max-width: 100%;
}

/* NOTIFICATIONS PANEL CSS */

#notifications-panel-btn {
    font-size: 2.2rem;
    position: absolute;
    right: 1rem;
    top: 0.4rem;
    cursor: pointer;
    height: 3.6rem;
    width: 3.6rem;
    line-height: 3.6rem;
    text-align: center;
    border-radius: 0.2rem;
}

#notifications-panel-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(44, 44, 44, 0.2);
    /* opacity: 0.2; */
    /* defined on 'z-indexes.css' */
    /* z-index: 99999997; */

}

#notifications-panel {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 41.2rem;
    max-width: 100%;
    /* defined on 'z-indexes.css' */
    /* //'spinner-container' -> 99999999 */
    /* z-index: 99999998;  */
}

#notifications-panel-content {
    /* height: calc(100% - 6.4rem); */
    height: 100%;
}

/* #notifications-panel-content .row-right-55{
    margin-top: 0.5rem;
} */

#close-notifications-panel {
    position: absolute;
    top: 1.8rem;
    right: 1.5rem;
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 0.2rem;
    font-size: 2.4rem;
    line-height: 4.4rem;
    text-align: center;
    z-index: 1;
}

#unread-count {
    min-width: 2rem;
    height: 2rem;
    position: absolute;
    top: -0.3rem;
    right: -0.3rem;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    padding: 0.1rem 0.5rem 0.2rem 0.5rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
}



#notifications-panel #notificationsListView {
    height: 100%;
}

#notifications-panel #notificationsListView .block-container {
    margin-bottom: 0;
}

#navbarCollapse.has-notification-panel {
    padding-right: 5.8rem;
}

.slide-in-right {
    -webkit-animation: slide-in-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-out-right {
    -webkit-animation: slide-out-right 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: slide-out-right 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}