﻿/*
Cor base: #298DC1

Cor footer: #F0F0F0

Cor borda dos botões: #DEDEDE
         ­ ­­ ^ ­OnHover: #AEAEAE

*/

html {
    margin: 0px;
    height: 100%;
}

body, input, button {
    font-family: "noto_sansregular";
    font-size: 14px;
    /*overflow-x: hidden;*/
}

body {
    float: left;
    height: 100%;
    min-width: 100%;
    background-color: #fff;
    color: #333;
    margin: 0px 0px 0px 0px;
}

footer {
    background-color: #f0f0f0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#body {
    min-height: calc(100% - 141px);
}

button, input[type=submit] {
    border: 1px solid #dedede;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

h2.responsive {
    padding-left: 10px;
}

img {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
    padding-right: 10px;
    padding-left: 10px;
}

.map {
    position: relative;
    /* top: -3px; */
    /* left: 10px; */
    /* width: 400px; */
    /* max-height: 500px; */
    max-width: 700px;
    margin-bottom: 20px;
    height: 300px;
    border: #555555 2px solid;
}

.carregando {
    opacity: 0.3;
    pointer-events: none;
}

.semSelecao {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=search] {
    position: relative;
    z-index: 3;
}


/*Tutorial*/
.img_seta_tutorial {
    position: absolute;
}

/*#region logos*/
.logo-grande {
    background-image: url(../Images/Logo/grande.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
    width: 100%;
    content: none;
}

.logo-medio {
    background-image: url(../Images/Logo/medio.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
    width: 100%;
    content: none;
}

.logo-pequeno {
    background-image: url(../Images/Logo/pequeno.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    display: block;
    content: none;
}
/*#endregion*/

/*#region Header */

header {
    margin: 0 .7em;
    position: relative;
    z-index: -1;
}

    header p {
        font-size: 2.5em;
        margin: 0;
    }

#headerPanel {
}

    #headerPanel > div {
        margin-top: 17px;
    }

    #headerPanel .btnLogin a, #headerPanel .btnLogin a:hover {
        font-size: 14px;
        border: none;
        font-weight: 100;
        box-shadow: inset;
    }

    #headerPanel input[type=search] {
        font-size: 12px;
    }

    #headerPanel #headerPanelBotoes {
        float: right;
    }

    #headerPanel #caixaPesquisaHeader {
        margin-bottom: 10px;
    }

    #headerPanel #caixaPesquisaHeader_pequeno {
        margin-top: 5px;
        margin-left: 15px;
    }

#userSettings {
    float: right;
}

    #userSettings > form:before {
        content: ' | ';
    }

    #userSettings form {
        display: inline;
    }

#menu {
    list-style-type: none;
    padding: 0;
}

    #menu li {
        display: inline-block;
    }

        #menu li:not(:first-child) {
            margin-left: .8em;
        }

/*#endregion */

/*#region forms */
[contenteditable=true] {
    border: dotted 1px #AEAEAE;
}

    [contenteditable=true]:hover {
        border: solid 1px #AEAEAE;
    }

    [contenteditable=true]:focus {
        border: dotted 1px black;
    }

#changePasswordForm input,
#registerForm input,
#loginForm input {
    border: 1px solid #dedede;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    #changePasswordForm input[type=text], #changePasswordForm input[type=password],
    #registerForm input[type=text], #registerForm input[type=password],
    #loginForm input[type=text], #loginForm input[type=password] {
        background: white;
        width: 220px;
    }

    #loginForm input[type=checkbox] {
        border: none;
    }

    #changePasswordForm input[type=submit] {
        margin-bottom: .8em;
    }

#registerPanel {
    display: none;
    position: relative;
    float: left;
    text-align: left;
    padding: 25px;
}

#loginPanel {
    display: block;
    position: relative;
    float: left;
    text-align: left;
    padding: 25px;
    width: 600px;
}

    #registerPanel h2,
    #loginPanel h2 {
        padding-bottom: .5em;
        margin: 0;
    }

    #registerPanel a,
    #loginPanel a {
        color: navy;
        font-weight: bold;
        cursor: pointer;
    }

    #registerPanel p,
    #loginPanel p {
        clear: both;
    }

#localLoginPanel {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 45%;
    text-align: left;
}

#socialLoginPanel {
    margin-left: 40px;
    float: left;
    width: 45%;
    text-align: left;
}

    #socialLoginPanel h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#externalLogins {
    text-align: left;
    padding-left: 25px;
}

fieldset {
    border: none;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
    display: inline;
}

    fieldset legend {
        display: none;
    }

    fieldset label:not(.checkbox) {
        display: block;
        text-align: left;
    }

    fieldset ol {
        padding: 0;
        margin: 0 0 8px 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

ol.round {
    list-style-type: none;
    padding-left: 0;
}

pre {
    font-family: "Arial";
}

.centralizar {
    left: initial;
    right: initial;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.caixa-paginacao {
    max-width: 100%;
    display: table;
}

/*BootStrap - Sobrescritas*/
.row {
    margin-right: 0px;
    margin-left: 0px;
}

.btn {
    border-radius: 0px;
    border: 1px solid #DEDEDE;
    cursor: default;
    font-weight: bold;
    font-weight: 100;
}

    .btn:hover:not(.btn-primary):not(.btn-warning):not(.btn-default):not(.btn-info):not(.btn-danger) {
        border-radius: 0px;
        border: 1px solid #AEAEAE;
        cursor: default;
        font-weight: bold;
        background-image: linear-gradient(to bottom, #D1D1D2 0%, #E6E6E6 100%);
    }

.btn-primary {
    background-image: linear-gradient(to bottom, #2F9CD5 0%, #298dc1 100%);
}

    .btn-primary:hover {
        background-color: #298DC1;
    }


.modal-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #298DC1;
    color: white;
}

.modal-header-error {
    background-color: #FFA8A8;
    color: black;
}

.modal-header-warn {
    background-color: #F7CF37;
    color: black;
}

.col-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.col-text-center {
    text-align: center;
}
/*Fim das sobrescritas*/

.container {
    margin-bottom: 40px;
}

.caixa-pesquisa {
    box-sizing: content-box;
    max-width: 700px;
}

    .caixa-pesquisa::-webkit-input-placeholder /* WebKit, Blink, Edge */ {
        font-size: 10px;
    }

    .caixa-pesquisa:-moz-placeholder /* Mozilla Firefox 4 to 18 */ {
        font-size: 10px;
    }

    .caixa-pesquisa::-moz-placeholder /* Mozilla Firefox 19+ */ {
        font-size: 10px;
    }

    .caixa-pesquisa:-ms-input-placeholder /* Internet Explorer 10-11 */ {
        font-size: 10px;
    }

    .caixa-pesquisa:placeholder-shown {
        font-size: 10px;
    }


.vertical-center {
    vertical-align: middle;
}

/*Caixa de produtos - Header*/
#divLOG_Produtos * {
    vertical-align: middle;
}

#divLOG_Logado {
    min-width: 110px;
}


#divLOG_Produtos .popover-me {
    margin-right: 10px;
    font-size: 17px;
}

#divLOG_Produtos .notifications {
    margin-right: 10px;
    font-size: 20px;
    text-decoration: none;
}

#divLOG_Produtos .favorites {
    margin-right: 10px;
    font-size: 21px;
    text-decoration: none;
}

.badge-notifications {
    background: red;
    position: absolute;
    font-size: 9px;
    margin-left: -18px;
    top: 18px;
    font-family: 'noto_sansbold';
}



#divLOG_Produtos h3.popover-title {
    text-align: center;
}

#divLOG_Produtos img {
    width: 55px;
}

.popover-me {
}

    .popover-me:hover, .popover-me:active {
        text-decoration: none;
    }

.popover {
    max-width: 100%;
    position: fixed;
}

.produtos td {
    padding: 5px 5px 5px 5px;
    text-align: center;
    transition: all 0.2s 0.1s ease-in-out;
    vertical-align: top;
    width: 180px;
}

    .produtos td:hover {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px 0px;
        border-radius: 24px;
        background-color: #DDEFF8;
    }

    .produtos td img {
    }

    .produtos td a {
        font-size: 0.8em !important;
    }

        .produtos td a:hover {
            color: #AEAEAE;
            text-decoration: none;
        }
/*#endregion */

#main-content {
    height: 100%;
    text-align: center;
}

/*#region info and errors */
.error {
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
}

.validation-summary-errors {
    color: red;
    list-style: none;
}

    .validation-summary-errors ul {
        padding: 0 !important;
        margin: 0 !important;
        list-style: none;
    }

/*#endregion */

/*#region Unauthorized */

#unauthorized {
    margin: 3em 0;
    text-align: center;
}

    #unauthorized ul {
        list-style: none;
        padding: 0;
        margin: 3em 0;
    }

    #unauthorized li {
        display: inline-block;
        padding: 6px 20px;
        background-color: #dedede;
        border: 1px solid gray;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        #unauthorized li:first-child {
            margin-right: 2em;
        }

/*#endregion */

/*#region Footer */
.footer {
}

    .footer .container-fluid > .row div {
        height: 30px;
    }

footer .container-fluid > .row div a {
    position: relative;
    top: 5px;
    bottom: 5px;
    vertical-align: sub;
}

.footer-mini {
}

    .footer-mini li {
        list-style: none;
        padding-bottom: 3px;
    }

.container-footer * {
    font-size: 12px;
}


.container-footer ul {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    width: 100%;
}

.container-footer li {
    width: auto;
    list-style-type: none;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

    .container-footer li a {
        color: #708090;
    }

.media-social {
    padding-top: 10px;
}


* html .container-footer li {
    display: inline;
}
/* IE6 hack */
* html .container-footer {
    padding-bottom: 17px;
}
    /* IE6 hack  */
    *:first-child + html .container-footer li {
        display: inline;
    }
/* IE7 hack */
*:first-child + html .container-footer {
    padding-bottom: 17px;
    overflow-y: hidden;
}
/* IE7 hack  */



@media only screen and (max-width: 767px) {
    .container-footer li {
        width: auto;
        list-style-type: none;
        font-size: 13px;
    }

    /*.container-footer {
        padding-bottom: 30px;
    }*/
}

@media only screen and (min-width: 767px) {
    .container-footer li {
        width: auto;
        list-style-type: none;
        display: inline-block;
        font-size: 15px;
        padding-top: 15px;
    }
}


/*#endregion */

.espaco {
    height: 10px;
    clear: both;
}

@media (max-width: 992px) {
    .reset-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 992px) {
    .reset-padding-left {
        padding-left: 0px !important;
    }

    .reset-padding-right {
        padding-right: 0px !important;
    }
}

@media only screen and (max-width: 767px) {

    header {
        text-align: center;
        clear: both;
    }

    #body {
        margin-top: 0px;
    }

    h2.responsive {
        font-size: large;
    }

    h3.responsive {
        font-size: medium;
    }

    .logo-grande {
        background-image: url(../Images/Logo/medio.png);
        background-position: center;
        background-repeat: no-repeat;
        height: 150px;
        width: 100%;
        content: none;
    }

    .logo-medio {
        /*background-image: url(../Images/Logo/medio.png);*/
        background-position: center;
        background-repeat: no-repeat;
        height: 150px;
        width: 100%;
        content: none;
    }

    .logo-pequeno {
        /*background-image: url(../Images/Logo/medio.png);*/
        background-position: center;
        background-repeat: no-repeat;
        height: 150px;
        width: 100%;
        content: none;
    }

    #headerPanel #headerPanelBusca input[type=text] {
        font-size: 10px;
    }

    footer {
        padding-top: 12px;
        padding-bottom: 8px;
    }
}


@media only screen and (max-height: 460px) {
    footer {
        position: relative;
    }
}


/*Loading*/
.loader-onbusca {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99998;
    background-color: #828282;
    top: 0px;
    left: 0px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none;
}

.loader-onbusca-icon {
    z-index: 99999;
    width: 80px;
    height: 80px;
    position: fixed; /*it can be fixed too*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*this to solve "the content will not be cut when the window is smaller than the content": */
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    display: none;
}

.loader-onbusca-busca {
    z-index: 99999;
    width: 80px;
    overflow: hidden;
    height: 80px;
    /*position: fixed;*/ /*it can be fixed too*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*this to solve "the content will not be cut when the window is smaller than the content": */
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    /*display: none;*/
}

/*Estilos para descrição dos passos de ativação*/

.passos {
    margin-bottom: 30px;
    margin-top: 20px;
}

    .passos img {
        max-width: 50px !important;
    }

        .passos img:nth-child(4n) {
        }

    .passos p {
        display: inline;
    }

    .passos:not(.disabled) {
        font-weight: bold;
        cursor: default !important;
    }

    .passos .disabled {
        opacity: 0.3;
        filter: alpha(opacity=30);
    }

        .passos .disabled:not(.clicavel) {
            cursor: not-allowed;
        }

    .passos .clicavel {
        cursor: pointer;
    }

.img-pin {
    width: 25px !important;
    margin-right: 15px !important;
}


.descricaoAmigavel {
    color: #696969;
    font-size: 10px;
}

.ui-corner-all a {
    text-decoration: none;
}

.info-cadastro {
    padding-left: 50px;
    text-align: center;
    color: #808080;
    font-family: 'Shadows Into Light', cursive;
    font-size: 18px;
    padding-top: 20px;
}

    .info-cadastro p {
        margin-top: 15px;
        margin-right: 10px;
    }

.info-pin {
    text-align: left;
    color: #808080;
    font-family: 'Shadows Into Light', cursive;
    font-size: 17px;
    margin-top: 20px;
}

    .info-pin span {
        margin-top: 10px;
    }

    .info-pin img {
        margin-left: 15px;
    }

    .info-pin p {
        text-align: center;
        margin-top: 5px;
        display: none;
    }

        .info-pin p:first-of-type {
            display: block;
        }

.second-pin {
    margin-top: 95px;
}

    .second-pin p {
        display: block;
    }

        .second-pin p:first-of-type {
            display: none;
        }

pre {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

    pre div {
        font-family: "noto_sansregular", monospace;
        width: 100%;
        top: -20px;
        position: relative;
        margin-bottom: -40px;
    }


/*Favoritos*/

.img-produto-favorito {
    cursor: pointer;
    margin-top: -10px;
    max-height: 23px;
    image-rendering: optimizeQuality;
}

.img-produto-favorito-small {
    cursor: pointer;
    max-height: 15px !important;
    margin-top: -5px;
    image-rendering: optimizeQuality;
}

.favorito-informacoes {
    padding-top: 10px;
}

.favorito-telefone {
    padding-top: 13px;
}

    .favorito-telefone .glyphicon {
        font-size: 16px;
    }


.list-group-item-favorito {
    background-color: #DCDCDC;
    border-color: #A9A9A9;
}

.remover-favorito a {
    font-size: 17px;
}


/*Menu Conta*/
.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;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .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: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .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;
        }

.popover {
    position: absolute;
}

table thead tr td, table thead tr th {
    text-shadow: 1px 1px 0 #000;
    color: white;
    background-color: #298DC1;
}


table tbody tr:hover, table tbody tr:hover {
    /*background-color: #DDEFF8 !important;*/
}


.btn {
    cursor: pointer !important;
}

.close {
    color: white !important;
    opacity: 1 !important;
    text-shadow: 1px 1px 0 #000;
}

    .close:hover {
        opacity: 0.7 !important;
    }

table.dataTable thead .sorting:after {
    opacity: 1 !important;
    color: white !important;
    text-shadow: none;
}

table.dataTable thead .sorting_desc:after {
    opacity: 1 !important;
    color: white !important;
    text-shadow: none;
}

table.dataTable thead .sorting_asc:after {
    opacity: 1 !important;
    color: yellow !important;
    text-shadow: none;
}

#divPVR_Produtos img {
    width: 50px;
}
