/* Minification failed. Returning unminified contents.
(3346,1): run-time error CSS1036: Expected expression, found '}'
 */
/*!!=======GENERAL=======!!*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
}

html {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #EFEFEF;
    font-size: 14px;
    color: #585858;
    position: relative;
    line-height: normal;
}

label {
    line-height: normal;
    font-weight: normal;
}

.hide {
    display: none;
}

.guarda-overlay {
    width: 100%;
    text-align: center;
    background: rgb(0, 0, 0);
    height: 100%;
    opacity: 0.2;
    position: fixed;
    z-index: 102;
    top: 0;
}

.guarda-img-loading {
    position: fixed;
    height: 120px;
    top: calc(50% - 60px);
    left: 50%;
    z-index: 102;
}

.img-loading {
    position: absolute;
    top: 50%;
}

.ui-widget {
    font-family: 'Montserrat', sans-serif !important;
}

a {
    color: #6494db;
}

.content-master-wrapper {
    min-width: 1260px;
    max-width: 1300px;
    margin: 0 auto;
    height: 100%;
    padding: 20px;
}

.content-master-wrapper h2 {
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    color: #585858;
    font-weight: 400;
}

.page {
    background-color: #fff;
    padding: 20px;
    width: 1260px;
    margin: 0 auto;
}

.page-login {
    padding: 20px;
}

.error {
    color: #ff0000;
    font-size: 12px;
    margin-top: 20px;
    display: block;
}

.clear {
    clear: both;
}


.guarda-accordion h3.item-accordion {
    float: left;
    width: 100%;
    cursor: pointer;
    background: #999999;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    margin-bottom: 2px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

.guarda-accordion .conteudo-item-accordion {
    float: left;
    width: 100%;
    min-height: 150px;
    padding: 20px;
    background: #ECECEC;
    color: #989898;
}

.conteudo-item-accordion .guarda-produtos {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.guarda-produtos h4 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #4E4E4E;
}

.guarda-produtos img {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 16px;
}

.guarda-produtos strong {
    color: #4E4E4E;
}


/*PADRÃO DE BTNS*/

.btn {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    cursor: pointer;
    text-decoration: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 5px;
    font-weight: normal;
}

    .btn:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-menor {
    height: 35px;
    line-height: 35px;
}

.btn-md {
    height: 35px;
    width: auto;
    line-height: 35px;
    padding: 0px 5px;
}

.btn-submit {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    cursor: pointer;
    text-decoration: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 5px;
    font-weight: normal;
}

.btn-verde {
    border: 2px solid #40C381;
    color: #40C381;
    background: transparent;
}

.btn-verde:hover {
    background: #40C381;
    color: #fff;
}

.btn-cinza {
    border: 2px solid #949494;
    color: #949494;
    background: transparent;
}

.btn-cinza:hover {
    background: #949494;
    color: #fff;
}

.btn-modal-termo-aceite {
    width: 180px;
    margin-left: 20px;
    float: right;
}

.btn-verde.btn-modal-adicionar {
    width: 200px;
    margin: 30px 0;
    float: right;
    color: #40C381;
}

.btn-verde.btn-modal-adicionar:hover {
    color: #fff;
}

.btn-azul {
    border: 2px solid #2d548e;
    color: #2d548e;
    background: transparent;
}

.btn-azul:hover {
    background: #2d548e;
    color: #fff;
}

.btn-azul-fundo-cinza {
    border: 2px solid #2d548e;
    color: #2d548e;
    background: #ECECEC;
}

.btn-azul-fundo-cinza:hover {
    background: #2d548e;
    color: #fff;
}

.btn-limpar {
    float: left;
    width: 210px;
    margin-right: 30px;
}

.btn-continuar-carrinho {
    width: 210px;
    float: right;
}

.btn-register-microsoft {
    width: 20%;
    margin: 0px auto;
}

.btn-register-microsoft-panel {
    width: 100%;
}

.fieldset-login .btn-login {
    width: 45%;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.label-email {
    background-image: url('../img/icn_mail.png');
    background-repeat: no-repeat;
    background-position: center;
}

.label-senha {
    background-image: url('../img/icn_password.png');
    background-repeat: no-repeat;
    background-position: center;
}

.esqueci-minha-senha {
    font-size: 11px;
    color: #2d548e;
    display: inline-block;
    margin-top: 10px;
}

.ui-dialog {
    padding: 10px !important;
}

    .ui-dialog .ui-dialog-content {
        width: 100% !important;
        padding: 0 !important;
        margin-top: 30px;        
    }

.btn-modal {
    width: 240px;
}

.btn-add-carrinho:hover {
    text-indent: -9999px;
    background: url("../img/icn_add_carrinho.png") 50% 50% no-repeat rgb(64, 195, 129);
    color: #fff;
}

.btn-azul-minha {
    width: 200px;
    margin-top: 30px;
}

.btn-filtrar {
    width: 100%;
}

.guarda-campos-form-centrais {
    min-height: 320px;
}

.text-a {
    display: inline-block;
    text-decoration: underline;
    color: #2d548e;
    font-weight: bold;
}

.text-a-load {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    text-indent: -9999px;
    background: url("../img/btn-load-azul.gif") 50% 50% no-repeat;
}

.display-none {
    display: none;
}

#guarda-frases {
    display: none;
    margin: 20px 0;
}

#guarda-frases strong span {
    color: #ff0000;
}

#guarda-frases p {
    margin-top: 10px;
}


#CardImg {
    display: none;
}

.validation-summary-errors {
    color: #ff0000;
    font-size: 12px;
}

.padding-15-b{
    padding-bottom: 15px
}

.margins-20-tb {
    margin: 20px 0;
}

.margin-40-left {
    margin-left: 40px;
}

.margin-40-right {
    margin-right: 40px;
}

.margins-10-tb {
    margin: 10px 0;
}


.margin-10-t {
    margin-top: 10px;
}

.margin-20-t {
    margin-top: 20px;
}

.margin-20-b {
    margin-bottom: 20px;
}

.margin-40-b {
    margin-bottom: 40px;
}

.margin-70-t {
    margin-top: 70px;
}

/*!!=======carousel=======!!*/
.owl-carousel .owl-item {
    text-align: center;
}

.owl-carousel-banner .owl-nav {
    position: absolute;
    top: 155px;
    width: 100%;
}

.owl-carousel-banner .owl-controls .owl-nav .owl-prev,
.owl-carousel-banner .owl-controls .owl-nav .owl-next {
    width: 39px;
    height: 80px;
    text-indent: -9999px;
}

.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
    position: absolute;
}

/*!!=======Header=======!!*/

header {
    background-color: #fff;
    border-top: 6px solid #2d548e;
    padding: 0;
    height: 180px;
}

    header .content-master-wrapper {
        padding-top: 21px !important;
        padding-bottom: 0;
    }

.revenda_panel {
    float: left;
}

    .revenda_panel a {
        height: 128px;
        vertical-align: middle;
        display: table-cell;
    }

    .revenda_panel img {
        float: left;
        padding: 0;
        max-height: 128px;
        max-width: 300px;
    }

    .revenda_panel h1 {
        display: inline-block;
        text-align: left;
        padding-left: 20px;
        vertical-align: top;
        line-height: 80px;
        height: 80px;
    }

.login_panel {
    float: right;
    /*margin-right : 45px;*/
   /* margin-top: -8px; */
}

.info-panel {
    float: right;
    padding: 10px 0px;
    font-size: 14px;
}

    .info-panel p {
        color: #585858;
        font-weight: bold;
        font-size: 16px;
        max-width: 150px;
        max-height: 20px;
        overflow: hidden;
    }

    .info-panel a {
        font-size: 12px;
        color: #2d548e !important;
        font-weight: bold;
        text-decoration: underline !important;
    }

.login-icon {
    display: inline-block;
}

.login_panel p {
    line-height: 20px !important;
}

.help-icon {
    padding-right: 8px; 
    text-align: center;
    display: inline-block;
}

.help-icon a {
    text-decoration: none !important;
}

.help-icon a i.helpicon {
    display: block;
    margin-bottom: 4px;
    font-size: 1.8em;
}

.labels {
    display: inline-block;
    text-align: left;
}

    .labels label:not(:last-child):after {
        content: " | ";
        margin-right: 1px;
    }

.login_panel a {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.header-icon {
    display: inline-block;
    vertical-align: bottom;
    height: 70px;
}

    .header-icon > a {
        padding: 0 20px;
        line-height: 60px;
    }

    .header-icon img {
        display: inline-block;
        margin: 0px auto;
        margin-right: 15px;
        vertical-align: middle;
    }

    .header-icon span {
        text-align: center;
        display: inline-block;
        color: #585858;
        font-weight: 600;
        font-size: 15px;
    }

.cart-icon {
    background-color: #2d548e;
    /*height: 75px;*/
    margin-top: -30px;
}

    .cart-icon span {
        color: #F6F6F6;
    }

    .cart-icon a {
        width: 100%;
        height: 100%;
        display: block;
    }

.revenda_panel h1 a {
    color: #2200CC;
    text-decoration: none;
}

.header-links {
    /*margin-top: 25px;*/
}

.header-my-account {
    position: relative;
    display: inline-block;
    font-weight: bold !important;
}

.header-icon {
    transition: all 0.3s ease-out;
}

    .header-icon:hover {
        box-shadow: inset 0 4px 0 #2d548e;
    }

.header-my-account-subMenu {
    width: 180px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: -2px;
    z-index: 9999;
    border: 1px solid #2D548F;
    display: none;
}

.adjustWidthCustomer {
    left: -20px;
}

    .header-my-account-subMenu li {
        border-bottom: 1px solid #EFEFEF;
    }

    .header-my-account-subMenu li:last-child {
        border-bottom: none;
    }

.header-my-account-subMenu a {
    padding: 18px 14px;
    width: 100%;
    text-decoration: none !important;
}

.header-my-account:hover .header-my-account-subMenu {
    display: block;
}

.header-my-account-subMenu a:hover {
    background-color: #2d548e;
    color: #FFF !important;
}


.header-my-setting {
    position: relative;
}

    .header-my-setting:hover {
        border: 2px solid #2d548e;
    }

.header-my-setting-subMenu {
    width: 282px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: -2px;
    z-index: 9999;
    border: 2px solid #2D548F;
    display: none;
}

    .header-my-setting-subMenu li {
        border-bottom: 1px solid #2D548F;
    }

        .header-my-setting-subMenu li:last-child {
            border-bottom: none;
        }

    .header-my-setting-subMenu a {
        padding: 18px 14px;
        width: 100%;
    }

.header-my-setting:hover .header-my-setting-subMenu {
    display: block;
}

.header-my-setting-subMenu a:hover {
    background-color: #2d548e;
    color: #FFF;
}

/*!!=======Body=======!!*/

.owl-item img {
    max-width: 100%;
}

.owl-controls .owl-buttons div {
    position: absolute;
    top: 36%;
    background-repeat: no-repeat;
    background-position: center;
    width: 39px;
    height: 80px;
}

.owl-next {
    right: 0;
    background-image: url('/Content/img/seta-banner-direita.png');
}

.owl-prev {
    left: 0;
    background-image: url('/Content/img/seta-banner-esquerdo.png');
}

.container-carousel .owl-next {
    right: -20px;
    background-image: url('/Content/img/min-seta-carousel-esquerda.png');
}

.container-carousel .owl-prev {
    left: -20px;
    background-image: url('/Content/img/min-seta-carousel-direita.png');
}

.home_links {
    margin-top: 40px;
}


.pag_form {
    width: 400px;
    margin-left: 150px;
}

.same_line p {
    float: left;
}

.same_line label {
    float: right;
}

/*!!=======Content=======!!*/

.guarda-textos-home {
    display: block;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    min-height: 620px;
    border: 1px solid #E2E2E2;
    border-top: 6px solid #E2E2E2;
    width: 1260px;
}

    .guarda-textos-home .titulo-subtitulo {
        text-align: center;
    }

    .guarda-textos-home article {
        margin-bottom: 10px;
    }

        .guarda-textos-home article p {
            display: inline-block;
            font-size: 20px;
            margin: 20px 0;
            color: #585858;
            width: 67%;
        }

        .guarda-textos-home article h3 {
            color: #2d548e;
            font-size: 28px;
            margin-bottom: 10px;
            text-align: center;
        }

    .guarda-textos-home .listas-funcionalidades {
        width: 700px;
        margin: 0 auto;
        font-size: 18px;
    }

        .guarda-textos-home .listas-funcionalidades .lista-itens {
            display: inline-block;
            width: 100%;
        }

    .guarda-textos-home table {
        float: none !important;
    }

.listas-funcionalidades ul li:first-child {
    margin: 15px 0;
    font-weight: bold;
    color: #2d548e;
    font-size: 22px;
}

.listas-funcionalidades ul li {
    padding-bottom: 5px;
}

.listas-funcionalidades img {
    box-shadow: 4px 6px 10px 0 #656565;
    -webkit-box-shadow: 4px 6px 10px 0 #656565;
    -moz-box-shadow: 4px 6px 10px 0 #656565;
}

.link-csp-snd {
    width: 100%;
    margin-top: 30px;
    float: right;
}

    .link-csp-snd h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .link-csp-snd p {
        margin-bottom: 10px;
        font-size: 18px;
        color: #585858;
    }

/*!!=======Forms=======!!*/


    .form-wrapper h3 {
        width: 100%;
        display: inline-block;
    }

.double-column-input .inputs {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

    .double-column-input .inputs:last-child {
        margin-left: 4%;
    }

.pageUpdate .form-section {
    display: inline-block;
    vertical-align: top;
}

.pageUpdate .double-column-label-input .label {
    width: 30%;
    display: inline-block;
    line-height: 55px;
    padding: 0 15px 0 0;
    height: 55px;
    vertical-align: top;
}

    .pageUpdate .double-column-label-input .label label {
        font-size: 14px;
    }

.pageUpdate .double-column-label-input .inputs {
    width: 68%;
    display: inline-block;
}

.pageUpdate .double-column-info .title-info {
    width: auto;
    display: inline-block;
    line-height: 55px;
    padding: 0 5px 0 0;
    height: 55px;
}

    .pageUpdate .double-column-info .title-info span {
        font-size: 14px;
        font-weight: bold;
    }

.pageUpdate .double-column-info .info {
    font-weight: bold;
    width: auto;
    display: inline-block;
}

.pageUpdate .double-column .column {
    width: auto;
    padding: 0 15px 0 0;
    display: inline-block;
}

.pageUpdate hr {
    margin: 30px 20px 30px 0;
}


#statePrefix {
    text-transform: uppercase;
}

.inputs label {
    margin: 10px 0;
    display: inline-block;
}

checkbox {
    height: 35px;
    width: 100%;
    margin: 10px 0;
    padding: 0 5px;
}

.inputs inscricao {
    height: 35px;
    width: 100%;
    margin: 10px 0;
    padding: 0 5px;
}

.inputs input {
    height: 35px;
    margin: 10px 0;
    width: 100%;
    padding: 0 5px;
}

.inputs img {
    width: 35px;
    height: 35px;
    margin-top: 10px;
}

.fieldset-login {
    width: 400px;
    height: 360px;
    padding: 0 20px;
    margin-right: 30px;
    float: left;
    background-color: #fff;
    border: 0;
    position: relative;
}

    .fieldset-login .validation-summary-errors {
        margin-bottom: 0;
    }

.login-panel-wrapper form:last-child .fieldset-login {
    margin-right: 0;
}

.fieldset-login h3 {
    margin-top: 40px;
    font-size: 18px;
}

.title-cadastrato-login {
    margin-bottom: 16px;
}

.fieldset-login span {
    display: block;
    font-size: 13px;
    color: #585858;
}

.fieldset-login label {
    width: 15%;
    height: 40px;
    float: left;
    background-color: #2d548e;
    margin-top: 15px;
    margin-bottom: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.fieldset-login input[type="email"],
.fieldset-login input[type="password"] {
    width: 85%;
    height: 40px;
    float: left;
    border: 1px solid #2d548e;
    margin-top: 15px;
    padding-left: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.double-column-form .form-section {
    width: 48%;
}

.double-column-form:after {
    content: "";
    clear: both;
}

.login-form > h3 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
}

    .login-form > h3 a {
        text-decoration: none;
        color: #2d548e;
    }

.login-panel-wrapper {
    width: 830px;
    margin: 0 auto;
    display: block;
}

.login_panel_customer {
    width: 360px;
    padding: 20px;
    margin-right: 20px;
    min-height: 210px;
    float: left;
}

.convert-to-reseller-form input:first-child {
    width: 80%;
    margin-top: 20px;
}

.register-form-microsoft p {
    margin: 20px 0;
}

    .register-form-microsoft p:first-of-type {
        margin-top: 20px;
    }

.register-form-microsoft p {
    font-size: 15px;
}

.register-form-microsoft input:not([type="submit"]) {
    height: 30px;
    width: 30%;
}

.microsoft-register-radio label {
    width: 40px;
}

.field-validation-error {
    color: #ff0000;
    font-size: 12px;
}

    .field-validation-error span {
        margin-top: 5px;
        display: inline-block;
    }

.title-form-cadastro-microsoft {
    margin-bottom: 30px;
}

.label-text {
    font-size: 16px;
    font-weight: bold;
}

.input-minha-conta {
    height: 30px;
    margin: 10px 0;
}

/*!!=======Catalog=====!!

ul.guarda-aba-produtos {
    display: table;
    width: 100%;
}

    ul.guarda-aba-produtos li {
        position: relative;
        text-align: center;
        display: table-cell;
        width: 307px;
        height: 105px;
        vertical-align: middle;
        cursor: pointer;
    }

        ul.guarda-aba-produtos li strong {
            margin-top: 15px;
            display: inline-block;
            width: 100%;
            font-size: 18px;
            font-weight: normal;
        }

        ul.guarda-aba-produtos li#aba-1 strong {
            color: #EB3D00;
        }

        ul.guarda-aba-produtos li#aba-2 strong {
            color: #0095C8;
        }

        ul.guarda-aba-produtos li#aba-3 strong {
            color: #674172;
        }

        ul.guarda-aba-produtos li#aba-4 strong {
            color: #019875;
        }
*/
/*!!=======Badge========!!*/

.badge-header {
    top: 10px;
    text-align: center;
    display: inline-block;
    color: #585858;
    font-weight: 600;
    font-size: 15px;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.badge-csp {
    position: relative;
}

    .badge-csp[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: 10px;
        left: 20px;
        font-size: .7em;
        background: white;
        color: #2d548e;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        border-radius: 50%;
        box-shadow: 0 0 1px #333;
    }

/*!!=======Catalog=====(new)!!*/
.guarda-aba-produtos {
    display: table;
    width: 100%;
}

    .guarda-aba-produtos .guarda-aba-produtos-lista {
        position: relative;
        text-align: center;
        display: table-cell;
        width: 307px;
        height: 150px;
        vertical-align: middle;
        cursor: pointer;
    }

      .guarda-aba-produtos-lista .guarda-aba-produtos-lista-strong {
            margin-top: 5px;
            display: inline-block;
            width: 100%;
            font-size: 14px;
            font-weight: normal;
            position: relative;
        }

        ul.guarda-aba-produtos li#aba-1 strong {
            color: #EB3D00;
        }

        ul.guarda-aba-produtos li#aba-2 strong {
            color: #0095C8;
        }

        ul.guarda-aba-produtos li#aba-3 strong {
            color: #674172;
        }

        ul.guarda-aba-produtos li#aba-4 strong {
            color: #019875;
        }

   

    .guarda-aba-subCategoria {
        text-align: left;
        width: 150px;
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 65px;
        z-index: 9999;
        display: none;
    }

    .guarda-aba-produtos-lista:hover .guarda-aba-subCategoria {
        display: block;
    }

.cor-aba-carousel-1 {
    background-color: #EB3D00;
}

.cor-aba-carousel-2 {
    background-color: #0095C8;
    color: #fff;
}

.cor-aba-carousel-3 {
    background-color: #674172;
    color: #fff;
}

.cor-aba-carousel-4 {
    background-color: #019875;
    color: #fff;
}

    .cor-aba-carousel-1 strong, .cor-aba-carousel-2 strong,
    .cor-aba-carousel-3 strong, .cor-aba-carousel-4 strong {
        color: #fff !important;
    }

.borda-aba-carousel-1 {
    border-top: 4px solid #EB3D00;
}

.borda-aba-carousel-2 {
    border-top: 4px solid #0095C8;
}

.borda-aba-carousel-3 {
    border-top: 4px solid #674172;
}

.borda-aba-carousel-4 {
    border-top: 4px solid #019875;
}

.conteudo-abas {
    padding: 20px;
    background-color: #fff;
    width: 1260px;
    margin: 0 auto;
}

.conteudo-abas-loading {
    padding: 20px;
    background-color: #fff;
    margin: 0 auto;
}

.conteudo-abas-seach {
    display: block;
    padding: 20px;
    background-color: #fff;
    height: auto;
    width: 1260px;
    margin: 0 auto;
}

.product-details {
    margin: 30px 20px;
    overflow: hidden;
}

.product-details-image {
    float: left;
    width: 40%;
}

    .product-details-image img {
        width: 305px;
        height: 305px;
    }

.product-details-information {
    float: right;
    width: 60%;
}

    .product-details-information h1 > p:first-child > span {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .product-details-information h1 > p:last-child > span > strong {
        font-size: 14px;
    }

    .product-details-information h1 {
        width: 100%;
        height: 100px;
        font-size: 26px;
        margin-bottom: 50px;
    }

    .product-details-information p {
        font-size: 18px;
        margin-bottom: 50px;
    }

    .product-details-information .product-custom-p {
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .product-details-information span {
        float: right;
    }

.product-featured-span {
    color: #2d548e;
    font-size: 26px;
    font-weight: bold;
    line-height: 18px;
}

.product-details-information input {
    width: 40px;
    height: 30px;
    margin: 10px 120px 0 0;
}

.product-details-information button.btn-verde {
    width: 200px;
    background-color: #fff;
    float: right;
}

    .product-details-information button.btn-verde:hover {
        width: 200px;
        background-color: #40C381;
    }

.category-product-wrapper {
    display: inline-block;
    border: 1px solid rgb(204, 204, 204);
    padding: 25px 20px;
    width: 295px;
    height: 380px;
    vertical-align: top;
    text-align: left;
    margin-top: 10px;
    margin-right: 3px;
}

.category-product-wrapper .product-sub-title {
    margin-bottom: 10px;
    min-height: 90px;
}

.category-product-wrapper .category-product-description {
    min-height: 125px;
    font-size: 13px;
    color: #585858;
}

.container-carousel {
    display: none;
}

.mostra-carousel {
    display: block;
}

.btn-esconder-carousel {
    float: right;
    font-size: 11px;
    line-height: 40px;
    cursor: pointer;
}

.guarda-btn-add-cart {
    margin: 15px 0;
}

.product-display h4 {
    margin-top: 20px;
}

.product-description {
    margin: 10px 0;
}

.product-description p {
    line-height: 30px;
}

.product-description input {
    width: 22%;
    display: block;
    margin-top: 20px;
}

/*!!==========Reseller========!!*/


.reseller-panel input {
    width: 20%;
}

.reseller-panel input:only-of-type[type = text] {
    height: 30px;
}


/*!!=======Meus Pedidos=======!!*/

.meus-pedidos-table {
    width: 100%;
    margin-top: 20px;
    border-spacing: 2px;
}

.meus-pedidos-table th {
    line-height: 18px;
    font-size: 14px;
    background: #bdbdbd;
    vertical-align: middle;
    color: #fff;
    padding: 8px;
}

.meus-pedidos-table td {
    text-align: center;
    height: 40px;
    background: #F7F7F7;
    padding: 0 10px;
    color: #585858;
    line-height: 30px;
    vertical-align: middle;
}

.minhas-assinaturas p {
    font-size: 18px;
    font-weight: bold;
}

/*!!=======Shopping Cart=======!!*/

.reseller-dialog {
    display: none;
}

.ui-dialog-content {
    padding-right: 0 !important;
}

.ui-dialog-title {
    display: none !important;
    border: none !important;
    background: #FFF !important;
}

.ui-dialog-titlebar {
    padding: 1px !important;
}

.ui-widget-header {
    background: #FFF !important;
    border: none !important;
    float: right;
    width: 5%;
    margin-top: 15px;
}

.modal-container {
    width: 100%;
}

.modal-container .title-csp-h3 {
    color: #585858;
}


.modal-produto-header {
    display: inline-block;
    width: 100%;
    min-height: 130px;
    margin-bottom: 20px;
}

.modal-produto-header .img-prod img {
    float: left;
    width: 130px;
    height: 130px;
}

.modal-produto-header .img-prod {
    float: left;
}

.modal-produto-header h4 {
    font-size: 16px;
    color: #585858;
}

.modal-produto-header .nome-descricao {
    float: left;
    margin-left: 10px;
    max-width: 780px;
}

.modal-produto-title {
    font-weight: bold;
    margin-bottom: 20px;
    color: #585858;
    font-size: 15px;
}

.padrao-tabela-prod-add {
    width: 100%;
    text-align: center;
}

.padrao-tabela-prod-add thead {
    background-color: #999999;
    color: #fff;
    height: 40px;
}

    .padrao-tabela-prod-add th {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    .padrao-tabela-prod-add td {
        vertical-align: middle;
        background-color: #ECECEC;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

        .padrao-tabela-prod-add td img {
            margin-left: 0 !important;
        }

    .padrao-tabela-prod-add tr td:first-child img {
        padding: 15px;
        float: left;
        width: 100px;
        height: 90px;
    }

    .padrao-tabela-prod-add input, .table-produtos .quantidade input {
        width: 40px !important;
        height: 35px;
        text-align: center;
    }

        .padrao-tabela-prod-add input, .table-produtos .quantidade input[type=number] {
            width: 60px !important;
            height: 35px;
            text-align: center;
        }

.width-valor-unitario {
    width: 150px;
}

.width-descricao-prod {
    width: 400px;
}

.width-valor-total {
    width: 150px;
}

.width-prod {
    min-width: 80px;
}

.modal-produto-title {
    margin: 15px 0;
    text-align: left;
}

.table-produtos-checkout td {
    height: 50px;
}

.table-produtos-checkout {
    margin-bottom: 20px;
}

.modal-produto-texto {
    width: 100%;
    text-align: left;
    height: auto;
    margin-bottom: 15px;
    font-size: 12px;
    color: #888888;
}

.descricao-prod-modal img {
    display: block;
    margin-top: 10px;
}

.modal-produto-header .descricao-prod-modal {
    color: #888888;
    font-size: 12px;
    margin-top: 10px;
}


.padrao-texto-destaque-azul {
    font-weight: bold;
    color: #2d548e;
    font-size: 16px;
}

.padrao-tabela-prod-add .btn-verde {
    width: 130px;
    margin: 0 20px;
    color: #40C381;
}

.padrao-tabela-prod-add .btn-verde:hover {
    color: #fff;
}


.termo-aceite {
    width: 100%;
    height: 600px;
    border: none;
    padding-top: 10px;
}

.download-termo-aceite {
    width: 100%;
    height: 50px;
    margin-top: 10px;
}

.download-termo-aceite img,
.download-termo-aceite div {
    display: inline-block;
    vertical-align: middle;
}

.download-termo-aceite a {
    color: #2d548e;
}

.botoes-termo-aceite {
    margin-top: 20px;
}

.modal-carrinho {
    width: 640px;
    overflow: hidden;
    margin: 20px auto 0 auto;
    position: relative;
}

.modal-carrinho .error {
    text-align: center;
}

.image-modal-carrinho {
    width: 85px;
    height: 85px;
    margin: 30px auto 0 auto;
}

.image-modal-carrinho + h5 {
    margin: 20px 0;
    font-size: 16px;
    color: #2d548e;
    text-align: center;
}

.checkout-reseller-panel {
    width: 300px;
    float: left;
    border: 1px solid #ccc;
    min-height: 360px;
}

.container-modal {
    min-height: 260px;
    display: inline-block;
    width: 100%;
}

.guarda-btn-modal-carrinho {
    display: block;
    margin: 0 auto;
    width: 244px;
}

.guarda-btn-moda-carrinho button {
    text-align: center;
    margin: 0 auto;
    width: 240px;
}

.reseller-dialog .checkout-reseller-panel:first-child {
    margin-right: 40px;
}

.checkout-reseller-panel input[type="text"] {
    width: 85%;
    height: 40px;
    margin: 20px 25px;
}

.product-cart-list {
    background: #fff;
    font-size: 15px;
    padding: 0 25px;
}

.section-page {
    display: inline-block;
    width: 1260px;
    background: #fff;
    padding: 20px;
    margin: 0 auto;
}

.section-page label {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
}

.cart-section-top {
    text-align: right;
    margin-bottom: 20px;
}

.cart-section-top p {
    font-size: 12px;
}

.cart-section-top span:first-of-type {
    margin-left: 20px;
}

.label-total-cart {
    font-size: 22px;
}

.label-total-cart, .cart-price {
    font-size: 22px;
}

.cart-price {
    color: #2d548e;
}

.cart-desc {
    margin: 20px 0;
    font-size: 14px;
}

.width-form {
    display: inline-block;
    margin-bottom: 30px;
}

.forms-centrais strong {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.forms-centrais .form-my-account-calendar input {
    width: 88px;
}

.product-cart-list input {
    margin: 0;
}

.product-cart-list input[type="text"] {
    margin-left: 150px;
    display: inline-block;
    width: 50px;
}

.product-cart-list .sub-product-detail [type="text"] {
    margin-left: 130px;
}

.product-cart-list .product-price {
    color: #585858;
    float: right;
}

.product-cart-list input[type="checkbox"] {
    width: 14px !important;
    vertical-align: middle;
}


.product-cart-list input:not([type="submit"]) {
    text-align: right;
}

.product-cart-list input[type="submit"] {
    margin-bottom: 20px;
    width: 240px;
    margin: 0px auto;
}

.product-cart-list h4 {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    background: #0078D7;
    height: 30px;
    line-height: 30px;
    color: #f7f7f7;
    border-radius: 2px;
}

.product-detail:not(:first-of-type) {
    margin: 20px 0;
}

.product-detail {
    width: 100%;
}

.product-detail:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}


.submit-form {
    padding-bottom: 20px;
}

.product-name {
    max-width: 330px;
    min-width: 330px;
    vertical-align: top;
    line-height: 20px !important;
    margin-bottom: 10px;
    font-weight: 600;
    color: #585858;
}

.product-image {
    float: left;
    width: 140px;
    margin-top: 10px;
}

.prods-adicionais td {
    background: #999;
    height: 35px;
    padding: 0 10px;
}

.prods-adicionais table {
    padding: 10px 0;
    width: 100%;
}

.prods-adicionais .sub-product-detail .nome-descricao {
    text-align: left;
}

.texto-itens-adicionais {
    float: left;
    color: #fff;
}

.guarda-infos-prod {
    display: inline-block;
    vertical-align: top;
}

.guarda-infos-prod .descricao-prod-add {
    font-size: 11px;
}

.img-prod-add {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 0 10px;
}


.table-produtos {
    width: 100%;
}

    .table-produtos .product-name,
    .table-produtos .text-a {
        float: left;
        width: 100%;
        text-align: left;
    }

    .table-produtos thead tr th,
    .table-produtos tbody > tr > th {
        background: #2d548e;
        padding: 10px;
        color: #fff;
        text-transform: uppercase;
        vertical-align: middle;
    }


.table-padrao-azul {
    border-spacing: 0;
    width: 100%;
}

.table-padrao-azul thead tr th {
    background: #2d548e;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.table-padrao-azul tbody tr td {
    padding: 10px;
    font-size: 13px;
    color: #989898;
    vertical-align: middle;
    text-align: center;
}

.table-padrao-azul tbody tr.addOn td {
    padding-top: 0;
    padding-bottom: 0;
}

.table-padrao-azul .grid-header a {
    color: #fff;
}

.grid-header .form-group label {
    display: inline-block;
    width: 100%;
    color: #656565;
    margin: 10px 0 5px 0;
}

.grid-header .form-group input,
.grid-header .form-group select {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.grid-cell .markuppercentual {
    text-align: right;
    width: 50% !important;
    margin-left: 20%;
    margin-right: 2px;
    height: 30px;
    min-width: 57px;
}

.grid-cell .priceMarkup {
    width: 70%;
    margin-right: 10px;
    height: 30px;
    min-width: 57px;
}


.priceMarkup {
    width: 32% !important;
    margin-left: 25%;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown {
    position: relative;
}

.grid-dropdown {
    font-weight: normal;
    left: -102px;
    top: 16px !important;
    min-width: 180px;
}

.grid-dropdown-arrow {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAABGdB…orQTnfxBhLMRih+2pklIy+eEtjQPu6MNZwIBNbwteMBd5X4ZGHcwL3QAAAABJRU5ErkJggg==") no-repeat;
    height: 8px;
    left: 99px;
    position: absolute;
    top: -8px;
    width: 14px;
}

.grid-dropdown-inner {
    padding: 5px 7px;
}

table.grid-table .grid-filter {
    position: relative;
    margin-top: 2px;
    float: right;
    width: 10px;
    height: 12px;
}

table.grid-table .grid-filter-btn {
    cursor: pointer;
    display: block;
    width: 10px;
    height: 12px;
}

table.grid-table .grid-header > .grid-header-title {
    width: 100%;
    margin-right: 15px;
    white-space: nowrap;
}

.grid-filter-buttons {
    text-align: center;
}


.espaco-branco th {
    background: none !important;
    padding: 0 !important;
}

.table-produtos tbody tr td {
    text-align: center;
    vertical-align: middle;
    color: #969696;
}

.prods-adicionais table thead tr th {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background: #999999;
}

.prods-adicionais-checkout.prods-adicionais table thead tr th {
    background: #2d548e;
}

.prods-adicionais-checkout.prods-adicionais td {
    background: #fff;
}

.table-produtos-checkout.table-produtos thead tr th {
    border: 2px solid #fff;
}

.conteudo-add-produtos img {
    float: left;
    margin-right: 10px;
    width: 100px;
    height: 100px;
}


.titulo-itens-adicionais {
    text-align: left;
    cursor: pointer;
    vertical-align: baseline;
}

.icon-itens-adicionais {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background-image: url("../img/arrow-card.png");
    background-position: center;
    vertical-align: baseline;
}

#cnpj-wrapper {
    margin-top: 10px;
}

.display-none-add {
    display: none;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.align-right {
    text-align: right;
}

.link-branco {
    color: #fff;
}

.wd-100 {
    width: 100%;
}

.wd-170 {
    width: 170px;
}

.wd-240 {
    width: 240px;
}

.wd-270 {
    width: 270px;
}

.wd-320 {
    width: 320px;
}

.wd-500 {
    width: 500px;
}

.linha-cinza {
    color: rgb(152, 152, 152);
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}

.status-ativo {
    color: #89DD88;
}

.status-preto {
    color: #656565;
}

input[type=number] {
    width: 80px !important;
    height: 30px;
    border: 2px solid #2d548e;
    text-align: center;
}

/*!!=======Order=======!!*/

.order-summary h3 {
    font-size: 13px;
    color: #ffffff;
    background-color: #7e7e7e;
    height: 35px;
    width: 100%;
    line-height: 35px;
    padding: 0 5px;
}

.order-summary table th {
    background: none repeat scroll 0 0 #bdbdbd;
    color: #FFF;
    height: 35px;
    padding: 0 5px;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 13px;
}

.order-summary table td {
    padding: 0 10px;
}

.order-summary table td {
    line-height: 30px;
}

.order-summary .product-name-table {
    text-align: left;
}

.order-summary .price-total {
    min-width: 100px;
    color: #2d548e;
}

.order-summary table tr {
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    text-align: center;
}

.order-summary table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin-bottom: 7px;
}

.order-summary table .end {
    text-align: right;
}

.order-summary table .total-td {
    width: 15%;
}

.order-summary table .markup-td input {
    max-width: 20%;
    text-align: right;
}

    .btn-salvar-edicao {
        display: none;
    }

    .btn-edicao-assinaturas {
        float: right;
        width: 200px;
    }

    .btn-edicao-assinaturas i {
        color: #40C381;
        font-size: 17px !important;
    }

    .btn-edicao-assinaturas:hover i {
        color: #FFF;
    }


.pag_form input {
    height: 30px;
    width: 300px;
}

.links-page input[type="submit"] {
    margin-top: 0;
    font-size: 17px;
}

.icone-assinaturas-pedidos {
    font-size: 20px !important;
    color: #656565;
    cursor: pointer;
}

.input-qts-assinaturas {
    display: none;
    width: 80px;
    text-align: center;
}

.topo-detalhe-assinatura-pedidos {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

    .topo-detalhe-assinatura-pedidos ul {
        float: left;
    }

.title-forma-pagamento,
.title-csp-h3 {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 24px;
    margin: 20px 0;
}

.forma-pagamento {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.guarda-abas {
    width: 100%;
    display: inline-block;
}

.orders-container {
    width: 100%;
}

.orders-container-user {
    width: 100%;
    display: inline-block;
}

.container-orders-signature {
    position: relative;
    width: 100%;
    min-height: 505px;
}


.form-my-account fieldset {
    margin-bottom: 30px;
    border: 0;
}

.forms-centrais-container {
    text-align: center;
}

.forms-centrais {
    display: inline-block;
    vertical-align: top;
    width: 40%;
}

.form-my-account label,
.form-my-account input,
.form-my-account p {
    float: left;
    height: 35px;
    line-height: 35px;
}

.form-my-account label {
    width: 100px;
    margin: 0;
    text-align: left;
}

.form-my-account p {
    margin-right: 8px;
}

.form-my-account input,
.form-my-account select {
    width: 280px;
    padding: 0 5px;
}

.form-my-account-calendar input {
    width: 87px;
    text-align: center;
}

label.origem-label {
    line-height: 20px;
}

.origem-label + input {
    width: 280px !important;
    text-align: left;
}

.topo-minha-pagina {
    display: inline-block;
    width: 100%;
}

    .topo-minha-pagina .form-group {
        display: inline-block;
        vertical-align: top;
        margin-right: 30px;
    }

.ui-widget-header {
    width: 200px;
}

.ui-datepicker-header.ui-widget-header {
    float: none;
    width: 100%;
}

.iconCalendar {
    display: inline-block;
    float: left;
    margin: 5px 8px 0 8px;
    width: 20px;
    height: 20px;
    background-image: url('../img/calendar-icon.png');
}


.aba-active.padrao-abas-azuis {
    background-color: #2d548e;
    color: #fff;
}

.aba-active.padrao-abas-azuis + .payment_method_form {
    border-top: 6px solid #2d548e;
}

/* Credit Card style */

table.credit-card-table {
    width: 100%;
    max-width: 600px;
    border-radius: 4px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 0 0 1px #ccc;
    border-collapse: collapse;
    margin: 10px 0;
}

    table.credit-card-table tr {
        margin: 0;
    }

        table.credit-card-table tr:not(:last-child) {
            border-bottom: 1px solid #EEE;
        }

    table.credit-card-table td {
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        margin: 0;
        position: relative;
    }

        table.credit-card-table td span {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 50px;
            text-align: center;
            vertical-align: middle;
            color: #CCC;
            transition: all 0.3s ease-out;
        }

        table.credit-card-table td img[src=""] {
            display: none;
        }

        table.credit-card-table td img {
            position: absolute;
            top: 15px;
            max-height: 100%;
            right: 10px;
            opacity: 0.5;
            transition: all 0.3s ease-out;
        }

        table.credit-card-table td input {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: calc(100% - 50px);
            border: 0;
            padding: 0 10px;
            background: #FFF;
            font-family: 'Montserrat', sans-serif;
        }

            table.credit-card-table td input:focus + span {
                color: #40C381;
            }

            table.credit-card-table td input:focus ~ img {
                opacity: 0.8;
            }

        table.credit-card-table td:nth-child(2n+1) {
            width: 60%;
            border-right: 1px solid #EEE;
        }

#pagseguro-brand, #CardMonth, #CardYear {
    display: none;
}


/*!! Cartão de crédito - codepen !!*/


/*--------------------
Form
--------------------*/
.form fieldset {
  border: none;
  padding: 0;
  padding: 10px 0;
  position: relative;
  clear: both;
}

    .form fieldset.fieldset-expiration {
        float: left;
        width: 60%;
    }

        .form fieldset.fieldset-expiration .select {
            width: 84px;
            margin-right: 12px;
            float: left;
        }

    .form fieldset.fieldset-ccv {
        clear: none;
        float: right;
        width: 86px;
    }

    .form fieldset label {
        display: block;
        text-transform: uppercase;
        font-size: 11px;
        color: rgba(0, 0, 0, 0.6);
        margin-bottom: 5px;
        font-weight: bold;
        font-family: Inconsolata;
    }

    .form fieldset input,
    .form fieldset .select {
        width: 100%;
        height: 38px;
        color: #333333;
        padding: 10px;
        border-radius: 5px;
        font-size: 15px;
        outline: none !important;
        border: 1px solid rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    }

        .form fieldset input.input-cart-number,
        .form fieldset .select.input-cart-number {
            width: 82px;
            display: inline-block;
            margin-right: 8px;
        }

            .form fieldset input.input-cart-number:last-child,
            .form fieldset .select.input-cart-number:last-child {
                margin-right: 0;
            }

    .form fieldset .select {
        position: relative;
    }

        .form fieldset .select::after {
            content: '';
            border-top: 8px solid #222;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            position: absolute;
            z-index: 2;
            top: 14px;
            right: 10px;
            pointer-events: none;
        }

        .form fieldset .select select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            position: absolute;
            padding: 0;
            border: none;
            width: 100%;
            outline: none !important;
            top: 6px;
            left: 6px;
            background: none;
        }

            .form fieldset .select select :-moz-focusring {
                color: transparent;
                text-shadow: 0 0 0 #000;
            }

.form button {
  width: 100%;
  outline: none !important;
  background: -webkit-linear-gradient(top, #49a09b, #3d8291);
  background: linear-gradient(180deg, #49a09b, #3d8291);
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  box-shadow: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-top: 90px;
}

    .form button .fa {
        margin-right: 6px;
    }

/*--------------------
Checkout
--------------------*/
.checkout {
    position: relative;
    width: 100%;
    display: inline-block;
}

/*!!=======Checkout=======!!*/

.checkout_success a, .minhas-assinaturas a {
    width: auto;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.order-total {
    text-align: right;
}

/*************  markup ****************/

.topo-markup {
    display: table;
}

    .topo-markup > li {
        display: table-cell;
        vertical-align: middle;
        padding-right: 30px;
    }

        .topo-markup > li > p {
            margin-bottom: 10px;
        }

    .topo-markup .passos-markup {
    }

/*!!=======Footer=======!!*/

.footer {
    border-top: 6px solid #2d548e;
    background-color: #fff;
}

    .footer .content-master-wrapper {
        padding: 15px 0 0 0;
    }


    .footer p {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    .footer img {
        display: block;
        padding: 15px 0;
        margin: 0 auto;
    }

/* BANNER */

.bannerHomeContainer {
    display: block;
    min-width: 1260px;
    max-width: 1260px;
    max-height: 441px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.bannerHomeImages {
    width: 15000px; /*repassar responsivo*/
    overflow: hidden;
    max-height: 388px;
    position: relative;
    top: 0;
    left: 0;
    font-size: 0;
}

    .bannerHomeImages .image {
        width: 1260px; /*repassar responsivo*/
        float: left;
    }

.bannerHomePrev,
.bannerHomeNext {
    width: 39px;
    height: 80px;
    position: absolute;
    top: 36%;
}

.bannerHomePrev {
    left: 0;
    background-image: url('/Content/img/min-seta-carousel-direita.png');
}

.bannerHomeNext {
    right: 0;
    background-image: url('/Content/img/min-seta-carousel-esquerda.png');
}

.bannerHomePages {
    width: 100px;
    margin: 0 auto;
}

.bannerHomeContent, .bannerHomeContentLoading {
    width: 1260px;
    max-width: 1260px;
    height: 388px;
    max-height: 388px;
    display: inline-block;
    overflow: hidden;
    padding: 0 0;
}

.bannerHomePage {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px 5px 0 0;
    background: #CCC;
    border-radius: 50%;
}

.bannerHomePageActive {
    background: #2d548e;
}

/* Media Query*/

@media (max-width: 1000px) {
    .guarda-textos-home article h3 {
        font-size: 24px;
    }

    .guarda-textos-home article p {
        font-size: 16px;
    }

    .listas-funcionalidades ul li:first-child {
        font-size: 18px;
    }

    .listas-funcionalidades ul li {
        font-size: 16px;
    }
}

.icon {
    text-align: center;
    width: 60px;
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    padding-top: 26px;
    z-index: 2;
    position: relative;
}

.text {
    height: 30px;
    line-height: 30px;
    display: block;
}

.passo-a-passo li.active span.icon {
    background-color: #2d548e;
}

.passo-a-passo span.icon {
    background-color: #999999;
}

.passo-a-passo li.active span.text {
    color: #2d548e;
}

.passo-a-passo span.text {
    color: #999999;
}

.passo-a-passo {
    color: white;
    line-height: 9px;
    display: inline-block;
    width: 100%;
}


    .passo-a-passo ul {
        display: table;
        width: 100%;
    }


    .passo-a-passo li {
        display: table-cell;
        width: 20%;
        text-align: center;
    }

.barra-continuidade {
    width: 90%;
    outline: 4px solid #999999;
    position: relative;
    top: 30px;
    left: -45.5%;
}

li.active div.barra-continuidade {
    outline-color: #2d548e;
}

.btn-anterior {
    width: 20%;
}

.order-progress {
    margin-bottom: 20px;
}

    .order-progress a {
        text-decoration: none;
        color: #fff;
    }

.markup-geral {
    float: right;
    width: 38%;
    text-align: right;
}

    .markup-geral input[type=text] {
        width: 50px;
        height: 30px;
        margin: 0 5px 5px 0;
    }

    .markup-geral input[type=button] {
        width: 25%;
    }

.markup-controllers {
    display: inline-block;
    width: 100%;
    line-height: 40px;
}

.category-controllers {
    display: inline-block;
    width: 100%;
    line-height: 40px;
}

.notification-button {
    height: 50px;
}

.notification-message {
    margin-bottom: 30px;
}

.notification-data {
    margin-bottom: 20px;
}

.notification-read {
    background-color: rgb(197, 197, 197);
}

.notification-list a {
    padding-right: 55%;
}

.notification-hide {
    display: none;
}

#notification-icon {
    width: 34px;
}

#notification-counter {
    position: relative;
    color: white;
    top: -3px;
    left: 23px;
    font-size: 11px;
    height: 0;
}

.notification-div {
    display: ruby-base;
}

#preco-home {
    font-size: 20pt;
}

#texto-preco-home {
    text-align: center;
}

#alias-page {
    line-height: 30px;
}

.update-cadastro-text-inputs {
    height: 27px;
    width: 325px;
}

.wd-70 {
    width: 70%;
}

.wd-30 {
    width: 30%;
}

.height-335 {
    height: 335px;
}

.align-center {
    text-align: center;
}

#not-found {
    background-color: white;
    height: 100%;
}

    /*#not-found p {
        line-height: 12px;
    }*/

.not-found-ops {
    font-size: 116px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -125px;
}

.not-found-text {
    width: 18%;
    font-size: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 201px;
}

#not-found-body {
    height: 83%;
    display: block;
    margin-left: 39%;
}

.not-found-header {
    max-width: none !important;
}

.not-found-text-paragraph {
    font-size: 18px;
    margin-top: 16%;
    margin-left: -62%;
}

.not-authorized-page {
    background: #FFF;
    min-height: 100%;
}

.not-authorized-header {
    width: 100%;
    display: inline-block;
}

.not-authorized-body {
    width: 100%;
    margin-top: -60px;
    margin-bottom: 40px;
}

.not-authorized-paragraph {
    width: 80%;
    display: table;
    margin: 0px auto;
}

    .not-authorized-paragraph img {
        max-width: 500px;
        max-height:300px;
        padding-right: 40px;
    }

    .not-authorized-paragraph img, .not-authorized-paragraph div {
        display: table-cell;
        vertical-align: middle;
    }

.not-authorized-text-messages {
    vertical-align: top;
}

    .not-authorized-text-messages p {
        font-size: 20px;
        color: red;
    }

.not-authorized-text-bottom {
    margin: 20px;
    text-align: center;
    font-size: 36px;
}

.not-authorized-footer {
    width: 100%;
}


@media (max-width: 1400px) {
    .not-found-text {
        top: 57%;
    }

    .not-found-ops {
        top: 57%;
    }
}

/* Toggle input */
.toggle-box,
.toggle-box-sm {
    display: inline-block;
    vertical-align: bottom;
}

    .toggle-box ~ label {
        height: 30px;
        line-height: 30px;
        display: inline-block;
        vertical-align: bottom;
    }

    .toggle-box input {
        display: none;
    }

    .toggle-box .toggle {
        width: 60px;
        height: 30px;
        position: relative;
        display: block;
        cursor: pointer;
        background: #f0f0f0;
        border: 1px solid #CCC;
        border-radius: 6px;
    }

        .toggle-box .toggle:after {
            content: "";
            width: 24px;
            height: 24px;
            position: absolute;
            top: 1px;
            left: 1px;
            background: #FFF;
            border: 1px solid #ccc;
            border-radius: 6px;
            transition: all 0.3s ease-out;
        }

    .toggle-box input:checked ~ .toggle:after {
        background: #4888C2;
        left: 31px;
        border-color: #4888C2;
    }

    .toggle-box-sm ~ label {
        height: 25px;
        line-height: 25px;
        display: inline-block;
        vertical-align: bottom;
    }

    .toggle-box-sm input {
        display: none;
    }

    .toggle-box-sm .toggle {
        width: 40px;
        height: 25px;
        position: relative;
        display: block;
        cursor: pointer;
        background: #f0f0f0;
        border: 1px solid #CCC;
        border-radius: 4px;
    }

        .toggle-box-sm .toggle:after {
            content: "";
            width: calc(50%);
            height: calc(100% - 4px);
            position: absolute;
            top: 2px;
            left: 2px;
            background: #FFF;
            border: 1px solid #ccc;
            border-radius: 4px;
            transition: all 0.3s ease-out;
            box-sizing: border-box;
        }

    .toggle-box-sm input:checked ~ .toggle:after {
        background: #4888C2;
        left: calc(50% - 2px);
        border-color: #4888C2;
    }

.container-novos-cartoes {
    display: none;
}

.chama-novo-cartao {
    display: block;
    margin: 20px 0;
    background: rgba(238, 238, 238, 0.58);
    padding: 20px;
    transition: .3s;
    cursor: pointer;
}

    .chama-novo-cartao:hover {
        background: rgba(238, 238, 238, 0.30);
    }

    .chama-novo-cartao p {
        text-align: center;
        color: #6494db;
        position: relative;
        margin: 0 auto;
        width: 184px;
    }

        .chama-novo-cartao p span:after {
            content: "\00BB";
            transform: rotate(-180deg);
        }

        .chama-novo-cartao p span {
            font-size: 21px;
            transform: rotate(-270deg);
            position: absolute;
            right: 0;
            top: -3px;
        }

/* Loading individual em tabelas */
span.load-container {
    height: 30px;
    display: inline-block;
    padding-top: 5px;
    padding-left: 10px;
    box-sizing: border-box;
    vertical-align: bottom;
}

.grid-cell.first-column {
    white-space: nowrap;
}

.grid-popup-widget h3 {
    color: #666;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* Geral */

.text-center {
    text-align: center;
}

.btn-auto {
    width: auto;
    padding: 0 15px;
    display: inline-block;
}

.alert {
    padding: 20px;
    background: #efefef;
    color: #999;
    text-align: left;
    margin-bottom: 20px;
}

.alert-ul, .validation-summary-errors {
    padding: 0;
    background: transparent;
    margin-bottom: 30px;
}

    .alert-ul li, .validation-summary-errors li {
        padding: 10px 15px;
        background: #efefef;
        color: #999;
        text-align: left;
        margin-bottom: 5px;
    }

    .alert-ul.alert-info li {
        background: #e8f1ff;
        color: #2d548e;
    }

    .alert-ul.alert-error li, .validation-summary-errors li {
        background: #ffe8e8;
        color: #ed8787;
    }

.alert p {
    font-weight: bold;
}

.alert > * + ul {
    margin-top: 10px;
}

.alert ul {
    padding-left: 40px;
}

.alert li {
    list-style: circle;
    padding: 10px;
}

.alert a {
    font-weight: bold;
    text-decoration: underline;
    color: inherit;
}

.alert.alert-info {
    background: #e8f1ff;
    color: #2d548e;
}

.alert.alert-error {
    background: #ffe8e8;
    color: #ed8787;
}

#msg-sucesso-cartao-credito {
    display: none;
}

.ui-tooltip {
    box-shadow: none;
    border: none;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    position: 
}

.ui-tooltip-content {
    position: relative;
    font-size: 14px;
}

.ui-tooltip .ui-tooltip-content:after {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    border-bottom: 6px solid rgba(0, 0, 0, 0.8);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

input[type=text],
input[type=password],
input[type=email],
input[type=date],
input[type=datetime],
input[type=number],
input[type=data],
select {
    height: 35px;
    border: 2px solid #EFEFEF;
    border-radius: 5px;
    padding: 0 10px;
    transition: all 0.1s ease-out;
}

input.input-validation-error {
    border-color: #ed8787;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=number]:focus,
input[type=data]:focus,
select:focus {
    border-color: #2d548e;
}

.half-input {
    font-size: 0;
    margin-bottom: 20px;
}

    .half-input input {
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }

        .half-input input:last-of-type {
            margin-left: 2%;
        }

label {
    margin-bottom: 10px;
    margin-top: 5px;
    display: inline-block;
}

.center-form {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
}

    .center-form input {
        width: 100%;
    }

        .center-form input[type=submit],
        .center-form a {
            width: calc(50% - 10px);
        }

.loader {
  border: 4px solid transparent;
  border-top: 4px solid #2d548e;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1s linear infinite;
}

.loader-sm {
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid #2d548e;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* CheckoutSuccess */
.checkout_success {
    text-align: center;
}

    .checkout_success .tks_message {
        font-size: 22px;
        margin-bottom: 15px;
    }

/* Register */

.inputs .campo-cep {
    width: 48%;
}

.guarda-btn-salvar {
    margin: 20px 0;
    border: none;
}

/* Image editor */

.image-editor {
    margin-bottom: 20px;
}

    .image-editor .cropit-preview {
        background-color: #efefef;
        background-size: cover;
        border-radius: 3px;
        margin-top: 7px;
        width: 249px;
        height: 129px;
    }

    .image-editor .cropit-preview-image-container {
        cursor: move;
    }

    .image-editor .cropit-preview-background {
        opacity: .2;
    }

    .image-editor .rotate-ccw,
    .image-editor .rotate-cw {
        background: transparent;
        height: 30px;
        width: 30px;
        border: 0;
        outline: none;
    }

    .image-editor .rotate-ccw {
        background: url("../img/rotate-cc.png");
        background-position: center;
        background-size: 30px 30px;
        background-repeat: no-repeat;
    }

    .image-editor .rotate-cw {
        background: url("../img/rotate-c.png");
        background-position: center;
        background-size: 30px 30px;
        background-repeat: no-repeat;
    }

    .image-editor input[type=range] {
        -webkit-appearance: none;
        width: 180px;
        background: transparent;
        vertical-align: top;
        margin-top: 12px;
    }

        .image-editor input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
        }

        .image-editor input[type=range]:focus {
            outline: none;
        }

        .image-editor input[type=range]::-ms-track {
            width: 100%;
            cursor: pointer;
            background: transparent;
            border-color: transparent;
            color: transparent;
        }

        .image-editor input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
            height: 16px;
            width: 16px;
            border-radius: 8px;
            background: #CCC;
            cursor: pointer;
            margin-top: -4px;
        }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: #efefef;
  border-radius: 4.2px;
}

.image-editor input[type=range]::-moz-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background: #CCC;
    cursor: pointer;
    margin-top: -4px;
}

input[type=range]::-moz-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: #efefef;
  border-radius: 4.2px;
}

.image-editor input[type=range]::-ms-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background: #CCC;
    cursor: pointer;
    margin-top: -4px;
}

input[type=range]::-ms-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: #efefef;
  border-radius: 4.2px;
}

/* Admin Details Page */

.admin-section p {
    margin-bottom: 10px;
}

.admin-section ul {
    padding-left: 30px;
}

    .admin-section ul li {
        padding: 5px;
        list-style: circle;
    }

        .admin-section ul li a {
            color: #2d548e;
        }

/* Campo quantidade */

button.aumenta-quant {
    height: 35px;
    line-height: 35px;
    vertical-align: top;
}

button.diminui-quant {
    height: 35px;
    line-height: 32px;
    vertical-align: top;
}

input.texto-quantidade {
    text-align: center;
    margin: 0;
    vertical-align: top;
}

.container-preco-total {
   width: 105px;
}

@media print {

    * {
        display: none;
    }

    #termo-aceite {
        display: block !important;
    }
}

.cart-page {
    margin :0 auto;
}

.container-carousel-produtos {
    display: inline-block;
    width: 302px;
    height: 390px;
}

.search_panel {
    float: left;
    width: 400px;
    height: 45px;  
    margin-left: 120px;
    margin-top: 35px;
}

    .search_panel div {
        display: flex;
    }

.search-text {
    border: 2px solid #2e528e;
    border-radius: 5px 0 0 5px;
    width: 85%;
    background-color: #efefef; /*#fbfbfb;*/
}

.search-btn {
    border: 2px solid #EFEFEF;
    border-radius: 0 3px 3px 0;
    width: 50px;
    height: 35px;
    background-color: #fff;
    background-image: linear-gradient(#fff,#f1f1f1);
    cursor: pointer;
}

.category-product-wrapper-outer {
    text-align: left;    
}

.esconde-aba {
    display: none;
}

.mostar-cnpjcpf {
    display: none;
}

.loading-category {
    text-align: center;
    text-transform: uppercase;
    margin: 30px;
    color: #585858;
    font-weight: 400;
    font-size: 1.5em;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

#sectionCategorias a img {
    transition: all .2s ease-in-out;
}

#sectionCategorias a:hover img {
    transform: scale(1.2);
}

.produto-preco-valor {
    font-size: 20pt;
}

.produto-preco-texto {
    text-align: center;
}

.table-prod-add.addon input, .table-prod-add.addon button {
    height: 25px !important;
}

.table-prod-add.addon td {
    padding: 2px;
}
/*bootstrap 5*/
.d-flex {
    display: flex !important;
}
.d-block {
    display: block !important;
}
.d-none {
    display: none !important;
}
.float-none {
    float: none !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.text-secondary {
    color:#666666;
}
.py {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.position-relative {
    position: relative;
}
.hover-zoom:hover {
    transform: scale(1.2);
}

ul.resetpassword-list-rules li {
    list-style-type: disc;
}

ul.resetpassword-list-rules {
    padding-left: 20px;
}

.upgradePlan .planosdisponiveis {
    display: flex;
}

.upgradePlan .productplan {
    padding: 16px;
}

.upgradePlan .paymentterm {
    white-space: nowrap;
}

.list-default li{
    list-style: disc; 
    margin-left: 15px;
}

.home-contract-alert {
    padding: 16px;
    background: #fff0c3 !important;
    color: #000 !important;
    text-align: left;
    margin-bottom: 16px;
    font-weight: bold;
}

.home-contract-alert a {
    color: #2d548e !important;
    font-weight: bold;
}

.section-alert {
    margin-top: -14px;
}
ul,li {
    list-style: none;
}

.menu-icon {
    text-align: center;
    width: 60px;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    padding-top: 5px;
    z-index: 2;
    position: relative;
}
.categoria {
    width: 1260px;
    margin: 0 auto;
}
    .categoria .superior {
        width: 100%;
        margin: 0 auto;
    }
    .categoria .superior nav {
        display: flex;
        justify-content: space-between;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
        .categoria .superior nav a.button {
            display: flex;
            flex-direction: column;
            width: 90px;
            height: 90px;
            padding: 10px 0 0;
            cursor: pointer;
        }
            .categoria .superior nav a.button .icon {
                width: 100%;
                height: 40px;
                margin: 0 0 5px;
                padding-top: 0;
                text-align: center;
                transition: all 0.5s;

            }
                .categoria .superior nav a.button .icon img {
                    height:inherit;
                }
            .categoria .superior nav a.button p {
                height: 15px;
                text-align: center;
                font-size: 11px;
                font-weight: bold;
                color: #666666;
                margin: 0 0 10px;
                transition: all 0.5s;
            }
            .categoria .superior nav a.button .seta {
                width: 0;
                height: 0;
                margin: 0 auto;
                border-left: 10px solid transparent;
                border-bottom: 10px solid rgba(46, 82, 142, 0);
                border-right: 10px solid transparent;
                transition: all 0.2s; 
            }
            .categoria .superior nav a.button.on .icon {
                opacity: 1;
            }
            .categoria .superior nav a.button.on p {
                color: #2e528e;
            }
            .categoria .superior nav a.button.on .seta {
                border-bottom: 10px solid #2e528e;
            }
            .categoria .superior nav a.button.mouseover .icon {
                opacity: 1;
            }
            .categoria .superior nav a.button.off .icon {
                opacity: 0.15; 
            }
.bandeja {
    display: none;
    width: 1260px;
    overflow: hidden;
    background: #2e528e;
    position: absolute;
    z-index: 1;
}
    .bandeja .content {
        display: flex;
        width: 1000px;        
        overflow: hidden;
        margin: 0 auto;
    }
        .bandeja .content ul.options {
            width: 180px;
            padding: 10px 0;
        }
            .bandeja .content ul.options li {
                display: inline-block;
                width: 100%;
                list-style: none;
                float: left;
            }
                .bandeja .content ul.options li a.button {
                    display: flex;
                    width: 100%;
                    float: left;
                    cursor: pointer;
                }
                    .bandeja .content ul.options li a.button span {
                        width: 150px;
                        padding: 5px 10px;
                        font-size: 12px;
                        line-height: 20px;
                        font-weight: bold;
                        color: #ffffff;
                        background: transparent;
                        transition: all 0.5s;
                    }
                    .bandeja .content ul.options li a.button .seta {
                        width: 0;
                        height: 0;
                        border-top: 15px solid transparent;
                        border-left: 20px solid transparent;
                        border-bottom: 15px solid transparent;
                        transition: all 0.5s;
                    }
                    .bandeja .content ul.options li a.button:hover span {
                        background: rgba(3, 178, 255, 0.3);
                    }
                    .bandeja .content ul.options li a.button:hover .seta {
                        width: 0;
                        height: 0;
                        border-top: 15px solid transparent;
                        border-left: 20px solid rgba(3, 178, 255, 0.3);
                        border-bottom: 15px solid transparent;
                    }
                    .bandeja .content ul.options li a.button.on span {
                        background: #03b2ff;
                    }
                    .bandeja .content ul.options li a.button.on .seta {
                        border-left: 20px solid #03b2ff;
                    }
                    .bandeja .content ul.suboptions {
                        display: none;
                        width: 400px;
                        padding: 10px 0;
                        background: #2e528e;
                    }

                    .bandeja .content ul.suboptions li {
                        /*margin: 0 0 10px;*/
                    }
                    .bandeja .content ul.suboptions li:last-child {
                        margin: 0;
                    }
                    .bandeja .content ul.suboptions li a.button {
                        display: flex;
                        padding: 5px 10px;
                        cursor: pointer;
                        background: rgba(46, 82, 142, 0);
                        transition: all 0.5s;
                    }
                    .bandeja .content ul.suboptions li a.button .icon {
                        width: 20px;
                        height: 20px;
                        margin: 0 10px 0 0;
                    }
                    .bandeja .content ul.suboptions li a.button .text p {
                        font-weight: bold;
                        font-size: 11px;
                        line-height: 13px;
                        color: #000000;
                    }
                    .bandeja .content ul.suboptions li a.button .text p:nth-child(2) {
                        font-weight: normal;
                        font-size: 10px;
                        color: #666666;
                    }
                    .bandeja .content ul.suboptions li a.button:hover {
                        background: rgba(46, 82, 142, 0.15);
                    }
.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.form-group {
    margin-bottom: 15px;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.panel-body:before,
.panel-body:after
 {
    display: table;
    content: " ";
}

.clearfix:after,
.row:after,
.panel-body:after {
    clear: both;
}


.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.modal-footer button {
    max-width: 150px;
}
