﻿/*CSS ajustments - store only*/
#navbar {
    padding: 2rem 2rem;
}

#navbar_menu_container {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -4px;
}

.footer-content {
    font-size: small;
    text-align: left;
}

    .footer-content h5 {
        color: white;
        font-size: small;
    }

/*Sidebar - Aditional Resources*/
#sidebar:empty {
    background: transparent !important;
}

/*Para que o sidebar apareça do mesmo tamanho que a coluna ao lado*/
.sidebarparent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #eee;
    border-right: 4px solid #eee;
    border-top: 1px solid #eee;
}

    .sidebarparent > #sidebar {
        display: flex;
        flex-direction: column;
        background: white;
        border: 1px solid #eee;
        border-top: none;
        border-left: none;
    }

#sidebar .name, #sidebar .price, #sidebar .printright, #sidebar .printleft, #sidebar .vertical_small_padding, #sidebar .col-sm-12, #sidebar .row {
    padding-left: 0;
    padding-right: 0px;
}

#sidebar .text-muted {
    font-size: 14px;
    padding-right: 15px;
    line-height: 30px;
}

#sidebar .tit_faqs {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

#sidebar .ades_dir_mov {
    position: sticky;
    top: 60px;
    background: white !important;
}

.sidebarparent .col-sm-6 {
    padding-top: 15px;
    padding-bottom: 15px;
}

#sidebar .col-sm-6 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.sidebarparent label {
    padding-left: 0;
}

/*Usado para o IE*/
.fixedsticky {
    top: 30px;
}

.offer-list-header {
    line-height: 50px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

    .offer-list-header img {
        width: auto;
        height: 50px;
    }

#navbar_menu_container .dropdown-menu {
    -webkit-background-clip: 0;
    background-clip: 0;
    border: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    position: absolute;
}

.border_bottom {
    border-bottom: 5px solid;
}

.border_bottom_thin {
    border-bottom: 2px solid #f3f3f3;
}

.border_top_thin {
    border-top: 1px solid #eee;
}

.border_top {
    border-top: 5px solid #f3f3f3;
}

/*Alinhamento lista de adesões - Minha área*/
@media(max-width: 768px) {
    #offerimage {
        display: none;
    }

    .nav.nav-tabs.vertical {
        height: initial !important;
        clear: both;
    }
}

img#imgService {
    height: 50px !important;
    margin-top: -10px;
}

.state-caption .col-sm-2 {
    padding-bottom: 15px;
}

@media(max-width:768px) {
    .state-caption .col-sm-2 {
        padding-bottom: 0px !important;
        line-height: 35px;
    }
}

.faqModalTrigger {
    cursor: pointer !important;
    text-decoration: underline;
    font-weight: normal;
}

/*Site instantaneo*/
.box_templat_spc ul li {
    list-style-type: none;
}

/*Alinhamento Recursos Adicionais Adesão*/
.ades_tabs_cont .row, .ades_tabs_cont > div {
    clear: both;
}

#MyAccountSubTabs li > a:hover {
    border-color: transparent;
    background: transparent;
}

#accountselectorContainer {
    background: white;
    border-right: 15px solid white;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 15px;
    min-height: 150px;
    height: 150px;
}

@media(max-width: 768px) {
    #accountselectorContainer {
        border-right: none;
    }
}

.portfolio {
    min-height: 400px;
}

    .portfolio .card-header {
        margin-top: 0px;
        line-height: 30px;
        padding: 10px;
        height: 50px;
        text-align: left;
    }

        .portfolio .card-header [data-toggle="collapse"]:after,
        .portfolio .card-header [data-toggle="collapse"].collapsed:after {
            right: 10px;
        }

#noresultsmessage {
    padding: 50px;
    position: relative;
    margin-top: 100px;
    width: 75%;
    left: 25%;
    position: absolute;
}

/*4.18. - Dropdown Client Selection ********************************************************************/
.dropdown-menu_clientselection {
    display: block;
    top: 100%;
    z-index: 1000;
    width: 100%;
    float: left;
    font-size: 14px;
    text-align: left;
    list-style: none;
    color: black;
    position: relative;
    margin: 10px;
}

    .dropdown-menu_clientselection.nav-pills {
        display: block;
        justify-content: initial;
    }

    .dropdown-menu_clientselection li {
        cursor: pointer;
        background-color: #ddd;
        width: 100%;
        clear: both;
        margin-left: 0px !important;
        border-top none:;
        padding: 10px;
        text-align: left;
        margin-bottom: 5px;
    }



        .dropdown-menu_clientselection li:hover {
            background: #b3b3b3 !important;
        }

.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    color: #222;
    white-space: nowrap;
}

.inverse_hover .dropdown-menu > li > a:hover, .inverse_hover .dropdown-menu > li > a:focus {
    text-decoration: underline;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    background-color: #F3F3F3;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-submenu > a:after {
    display: none;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.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 > .dropdown-menu {
    padding: 20px;
    margin-left: 0 !important;
    width: 400px;
}

.dropdown-menu .dropdown-submenu > a:hover {
    background: #333;
    color: white !important;
}

/*In order to have dropdowns correctly aligned when used on forms. This removes the initial margin.*/
div > select {
    margin: 0 !important;
}

.subs-list.row {
    padding: 0px;
}

.cont.servicos.gestao .txt_azul, .cont.servicos.gestao th.strong, .cont.servicos.gestao .strong div, #sidebar .strong {
    font-weight: bold !important;
}

@media(max-width: 768px) {
    .servicos .row.softgrey {
        border-bottom: 5px solid white;
    }

    .filtermenu div {
        min-height: 50px;
    }
}

div[id*=solutionBox] .carousel-caption {
    color: black !important;
}


/*TABS recursos adicionais*/

.ades_tabs_slide {
    border-bottom: 1px solid black;
}

.tab_rec_adicionais {
    background: #eee;
    border-right: 5px solid transparent;
}

    .tab_rec_adicionais a {
        font-size: 16px;
        text-align: center;
        color: black;
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 50px !important;
        display: inline-block;
        cursor: pointer;
    }

    .tab_rec_adicionais.current {
        background: black;
    }

        .tab_rec_adicionais.current a {
            color: white;
        }

    .tab_rec_adicionais .mandatory_sign {
        font-size: 18px;
    }

    .tab_rec_adicionais.current .mandatory_sign {
        display: none;
    }
/*
Site Instantaneo*/
.bl-paginas {
    margin: 20px 0;
    padding: 0;
    text-align: center;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

table.list_templat_int td {
    display: table-cell;
    vertical-align: top !important;
    width: 33% !important;
    text-align: center;
}

    table.list_templat_int td .thumbs_templat {
        height: 250px;
        vertical-align: bottom !important;
        display: table-cell;
        padding-bottom: 20px;
        text-align: center !important;
        width: 500px;
    }

/*Tints*/

.tint {
    padding: 5px;
    font-size: 30px;
    color: white;
}

    .tint:hover {
        color: #0099ab;
    }

.col-sm-6 > .col-sm-6 {
    padding-top: 0px;
    padding-bottom: 0px;
}


.SubscriptionContainer .col-sm-6:empty:not(input) {
    width: 0px !important;
}

.SubscriptionContainer input[type='checkbox'] {
    float: right;
    margin-right: 5px;
}

#MyAccountSubTabs {
    margin-left: -35%;
    top: 140px;
    position: absolute;
}

.form_builder.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.HelpAndSuport {
    position: absolute;
    right: 60px;
}

#OffersTable td {
    padding-left: 0px !important;
}

#OffersTable .tooltip {
    opacity: 1 !important;
    margin-left: calc(50% - 10px) !important;
}




div[id*='box_container'] img {
    display: none;
}

#subscription_row {
    display: none;
}

Desabilitar Inputs Adesão - > Quando a adesão não é editavel

.DisableSubscriptionFields input,
.DisableSubscriptionFields select,
.DisableSubscriptionFields textarea,
.DisableSubscriptionFields .openInstantSiteButton,
.DisableSubscriptionFields .input-group-addon,
.DisableSubscriptionFields .slider-handle {
    background: #eee;
    pointer-events: none;
}

.DisableSubscriptionFields .quantity + label {
    color: #ccc;
}

.DisableSubscriptionFields .slider {
    pointer-events: none;
}

.DisableSubscriptionFields .btn_next,
.DisableSubscriptionFields .btn_prev {
    color: #eee !important;
    pointer-events: none;
}

.ades_tabs_cont > .row {
    min-height: 70px !important;
}

Ajustes necessários para adaptar o Logo PTEMPRESAS onde deveria surgir o estilo Altice
#mainlogo {
    padding-top: 0px !important;
}

#mainlogo a img {
    max-height: 50px;
    margin-left: 00px;
}


@media(max-width: 768px) {
    #mainlogo {
        margin-top: 5px;
        width: 110px;
        left: 15px;
        padding-top: 0px;
    }

        #mainlogo a img {
            height: 30px;
        }
}


#navbar.sticky .logo {
    height: inherit;
}





.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    /*background: gradient can be an image linear-gradient( to left, #01AA5A 0%, white 100% ) left bottom no-repeat;*/
    background-size: 100% 5px;
    /*if linear-gradient, we need to resize it*/
}

.navbar-nav > li > a:hover {
    background: transparent;
    /*background: gradient can be an image linear-gradient( to left, white 0%, #01AA5A 100% ) left bottom no-repeat;*/
    background-size: 100% 5px;
    /*if linear-gradient, we need to resize it*/
}

.glyphicon-question-sign {
    color: #757575 !important;
}

.loading-ring-content i, .loading-ring-builtin i {
    color: #757575 !important;
}

.login .glyphicon.bluemeo_text {
    color: #757575 !important;
}


.slider-handle {
    background-color: #757575;
    background-image: linear-gradient(to bottom, #757575 0%, #757575 100%);
}


.login-info {
    border-top: 4px solid #01AA5A;
}

@media(max-width: 992px) {
    #solutionstitle {
        left: 0 !important;
    }
}


#bodycontent {
    min-height: 400px;
    margin-bottom: calc(20% - 180px);
}


#accountselectorContainer .btn.btn-info {
    font-size: 14px;
    color: black !important;
    text-decoration: underline;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: black;
    background-color: white;
    border-color: white;
}


/*CSS que esconde partes do código

Esconde o menu Todas as soluções*/
.AllSolutions,
.ProdutosSolucoesMenuFooter {
    display: none !important;
}


/*Esconde as faixas de cross selling
*/ .CrossSelling {
    display: none !important;
}


/*Esconde botão delete workflow (fluxos de aprovação)
Esconde também todos os botões de eliminação de utilizadores e de niveis do workflow*/
.deleteWorkflow,
.deleteWorkflowUser,
.deleteWorkflowLevel {
    display: none;
}

/*Esconde Links de seleção de Lingua*/
.lang {
    display: none;
}

/*Esconde Faixa de Subscrição*/
#subscription_row {
    display: none;
}

/*Esconder os links do datacenter*/
.DataCenter {
    display: none;
}

/*Esconder o link de serviços no footer*/
.servicosLinkFooter {
    display: none;
}

/*Esconder Barra de Aderir Experimentar*/
.TryNow {
    display: none;
}

.filtermenu,
.offersTitle {
    display: none;
}


/*Esconde Certificações*/
#certifications {
    display: none;
}

.shareLinksContainer {
    display: none;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #sidebar .ades_dir_mov {
        width: 400px;
    }
}
/*Fixe Loja*/

body {
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.visible-print {
    display: none !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

/*Nav*/
@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-nav {
    clear: both;
}

@media (min-width: 768px) {

    .navbar-nav {
        float: left;
        margin: 0;
    }
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: 0;
}



@media (min-width: 768px) {
    .navbar-nav > li {
        float: left;
    }
}

.nav > li {
    position: relative;
    display: block;
}

.dropup, .dropdown {
    position: relative;
}

.navbar-nav > li > a {
    color: white !important;
    font: 900 15px 'Montserrat SemiBold',sans-serif;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 50px;
}

.navbar .links {
    margin-right: 50px;
}

    .navbar .links a {
        font-size: 13px !important;
        text-decoration: underline !important;
    }

/*Footer*/

#footer {
    position: absolute;
   /* left: 0;
    right: 0;
    bottom: 0;*/
    min-height: 120px !important;
    /*background: black !important;*/
}

    #footer .footer-main {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
        max-width: 100%;
        margin: auto;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

.nopadding_left {
    padding-left: 15px !important;
}

.space_right, .space_left {
    padding: 5px;
}

.tooltip.top {
    margin-top: 0px;
}

.space_top {
    margin-top: 5px;
}

.badge-blue {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #000;
    border-radius: 10px;
}

.btn-sm-bold span {
    font-size: 15px !important;
    font-family: 'Montserrat Light', sans-serif !important;
    font-weight: bold !important;
}

.btn-bold {
    font-size: 15px !important;
    font-family: 'Montserrat Light' !important, sans-serif;
    font-weight: bold !important;
}

h2, h2 a {
    color: #000;
    font-size: 21px !important;
    text-transform: none !important;
}

html {
    height: calc(100% - 120px);
}

body {
    height: 100%;
    
}

.inactive {
    color: #757575;
}

a:hover {
    color: #DDD;
}

.b-logo {
    position: absolute;
    right: 17px;
    top: 8px;
    height: 50px !important;
}

.logoHeader {
    padding-right: 85px !important;
}

.cleanResult {
    background-color: lightsteelblue !important;
    text-align: center !important;
}

.messageInboxIcon {
    cursor: pointer;
    width: 20px !important;
    display: inline-block;
    position: relative;
    font-size: large;
    margin-top: -3px !important;
}

.messageInboxUnreadCount {
    background-color: #0099ab;
    position: absolute;
    right: -30%;
    border-radius: 5px;
    height: 11px;
    font-size: 8px;
    line-height: 8px;
    font-weight: 100;
    display: inline-flex;
    align-items: center;
    padding: 2px 3px 1px 3px;
    transform: translateX(50%) translateY(-25%);
    text-align: center;
    color: #fff;
}

.messageRead {
    background: #00aa13;
    color: white !important;
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}

.messageUnread {
    background: #0099ab;
    color: white !important;
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}

.w-15 {
    width: 15% !important;
}

.searchBox:placeholder-shown {
    font-style: italic;
    font-size: 12px !important;
}

.popover-header {
    font-size: medium !important;
    padding-bottom: 0 !important;
}

.popoverDontShowAnymore {
    text-decoration: underline !important;
    font-weight: bold;
}

.popoverClose {
    position: relative;
    bottom: 3px;
    font-size: larger !important;
}


.cloudSearchModal .searchinput {
    border: 1px solid #ccc !important;
    border-radius: 8px / 20px !important;
}

.cloudSearchModal .searchinput:placeholder-shown {
    font-style: italic;
    font-size: 14px !important;
}

.cloudSearchModal .searchIconLoading {
    position: absolute !important;
    top: 50px !important;
    left: 50%;
    z-index: 2147483647 !important;
}

.cloudSearchModal .searchIconLoading .loading-ring-content {
    margin-left: 0;
}

.headerSearchBox:placeholder-shown {
    font-style: italic;
    font-size: 12px !important;
    text-align: left;
    width: 200px !important;
    background-color: white !important;
    height: 30px !important;
}

#footerlogo {
    display: none;
}

.balloonDiv {
    margin-left: 2px;
    margin-right: 2px;
}

#notfoundpage #notfoundpageInner {
    position: inherit !important;
}