﻿ 

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

body {
    clear: both;
    height: 100% !important;
}

.main-content {
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 10px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 0px;
}

footer {
    background-color: #e2e2e2;
    font-size: .8em;
    height: 0px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/ v #login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

#login a {
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
}


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }



textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 0px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    .extrato-imprimir {
        width:17px;
        text-align:right;
    }
        /* login page */
        #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 5px 0;
    }

        footer p {
            margin: 0;
        }
}




.icon-next, .icon-prev {
    width: 50px !important;
    height: 50px !important;
    margin-top: -10px !important;
    font-size: 50px !important;
}

@media only screen and (min-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        display: block !important;
        box-sizing: border-box !important;
        text-decoration: none !important;
        height: 100px !important;
        padding: 0 15px !important;
        line-height: 120px !important;
        color: #244093 !important;
        font-size: 22px !important;
        font-family: 'Roboto' !important;
        font-weight: normal !important;
        margin: auto !important;
    }
}

@media only screen and (min-width: 768px) {
    .dropdown > ul > li > a {
        display: block !important;
        box-sizing: border-box !important;
        text-decoration: none !important;
        color: #244093 !important;
        font-size: 20Px !important;
        font-family: 'Roboto' !important;
        font-weight: normal !important;
    }
}

@media only screen and (max-width: 680px) {
    .navbar-default .navbar-nav > li > a {
        display: block !important;
        box-sizing: border-box !important;
        text-decoration: none !important;
        height: 40px !important;
        padding: 0 5px !important;
        line-height: 60px !important;
        color: #244093 !important;
        font-size: 22px !important;
        font-family: 'Roboto' !important;
        font-weight: normal !important;
        margin: auto !important;
    }
}


@media only screen and (max-width: 680px) {
    .dropdown > ul > li > a {
        display: block !important;
        box-sizing: border-box !important;
        text-decoration: none !important;
        color: #244093 !important;
        font-size: 22px !important;
        font-family: 'Roboto' !important;
        font-weight: normal !important;
    }
}

@media only screen and (max-width: 600px) {
    .navbar-header img {
        margin-top: -5px !important;
        width: 150px;
    }
}

.navbar-default .navbar-nav > li.active > a {
    background-color: none !important;
    color: #244093 !important;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: yellowgreen !important;
    background-color: white !important;
}



.navbar-fixed-top {
    background-image: url(/images/retina_wood.png) !important;
    border-bottom: 3px solid #244093 !important;
}


.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    color: blue !important;
}


.carousel-indicators li {
    display: inline-block;
    width: 15px !important;
    height: 15px !important;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 1px solid #244093;
    border-radius: 15px !important;
}

.main {
    margin-top: 85px;
}

.container-fluid {
    background: white;
}

.topo {
}

.filtro {
    background: white;
    padding: 5px;
}

input {
    height: 33px !important;
}

.datepicker {
    width: 200px;
}


.panel-body {
    background-color: mintcream;
}

.itens {
    display: none;
}

.Fechamamento {
    display: none;
}


.itensinclusos {
    background: url(/images/mdf-moscato.jpg) !important;
}

.spanTitle {
    font-size: 25px;
    font-weight: 700;
}

.more-less {
    float: right !important;
    color: #212121 !important;
    width: 15px !important;
    height: 15px !important;
}




.btn {
    padding: 6px 6px;
}

.modal-dialog {
    padding-top: 10%;
}

.modal-content {
    /*height: 100% !important;
    overflow: visible;*/
}

.modal-body {
    height: 80%;
    overflow: auto;
}



.modal-dialog-frete {
    padding-top: 2%;
}

.modal-body-frete {
    width: 80% !important;
    height: 100% !important;
    overflow: auto;
}


.modal-content-frete {
    height: 100% !important;
    width: 80% !important;
    margin-left: 10%;
    overflow: auto;
}


.modal-dialog-mensagem {
    height: 50% !important;
    padding-top: 10%;
}

.modal-content-mensagem {
    height: 100% !important;
    overflow: visible;
}

.modal-body-mensagem {
    height: 50%;
    overflow: auto;
}


.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal !important;
}

.negado {
    display: block;
}

.autorizado {
    display: none;
}

.aprovado {
    color: limegreen;
    font-size: 30px;
}


.cancelado {
    color: darkred;
    font-size: 30px;
}

.pendente {
    color: limegreen;
    font-size: 30px;
}

.analise {
    color: yellow;
    font-size: 30px;
}



.select2-container {
    box-sizing: border-box;
    display: block!important;
    margin: 0;
    position: relative;
    vertical-align: middle;
}



.select2-selection--single {
    height: 30px !important;
    padding-left: 5px !important;
}

.control-label {
    text-align: left !important;
}

.Foot-itens {
    width: 90px;
    text-align: center;
}

hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}





.form-group {
    /*margin-bottom: 0px;*/
}

.dvPgamento {
    float: right;
    width: 50%;
}

.dvParcelamento {
    float: right;
    width: 50%;
}

title {
    font-size: 35px;
    color: red;
}

.invalido {
    background-color: red;
color:white;
}

.fundo-tr-extrato {
    font-size: 15px;
    font-weight: 600;
    color: blue;
}

.invisivel {
    display: none;
}

.js-remover-frete {
    display: none;
}

.js-exibir-frete {
    display: block;
    text-align: center;
    width: 60%;
}


.easy-autocomplete-container ul {
    position: absolute;
    border: 1px solid rgb(228, 228, 228);
    list-style: none;
    padding: 10px;
    margin: 0px 0px 10px;
    display: none;
    background: white;
    z-index: 20;
    margin-top: 20px;
}

    .easy-autocomplete-container ul li:nth-child(odd) {
        background: #E8E8E8;
    }

    .easy-autocomplete-container ul li {
        padding: 10px;
    }

        .easy-autocomplete-container ul li .eac-item {
            font-size: 10px !important;
        }

    .easy-autocomplete-container ul li {
        padding: 0 !important;
    }


        .easy-autocomplete-container ul li .eac-item {
            font-size: 14px !important;
            margin: 5px 0 !important;
            padding: 10px !important;
            cursor: pointer !important;
        }

.easy-autocomplete-container {
    position: relative !important;
    display: block !important;
    margin-top: -22px !important;
}

    .easy-autocomplete-container ul {
        max-height: 300px;
        overflow: auto;
        overflow-y: auto;
        overflow-x: hidden;
        min-width: 623px;
    }

.easy-autocomplete.eac-square input {
    max-width: 350px !important;
}

.js-frete-manual {
    padding: 5px;
}

    .js-frete-manual hr {
        border: 0.5px solid red;
    }

    .js-frete-manual span {
        color: red;
        font-size: 15px;
        font-weight: 700;
    }

.l-frete-manual {
    top: 10px;
    margin-left: -50px;
}

.js-frete-manual input {
    width: 25px;
    height: 25px;
}

 /*loader*/
 .loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #2B388F;
  border-right: 16px solid #FFCA05;
  border-bottom: 16px solid #2B388F;  
  border-left: 16px solid #FFCA05;  
  width: 110px;
  height: 110px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}


/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.frete-title.tooltip  {
    font-size: 25px;
    cursor: context-menu;
    padding: 15px;
    text-align: center;
    color: red;
}

[data-tip] {
    position: relative;
    cursor: help;
}

    [data-tip]:before {
        content: '';
        display: none;
        border: 5px solid #1a1a1a;
        border-top-color: #1a1a1a;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        position: absolute;
        top: -7px;
        left: 3px;
        z-index: 8;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    [data-tip]:after {
        display: none;
        content: attr(data-tip);
        position: absolute;
        top: -35px;
        left: -0px;
        padding: 5px;
        background: #999;
        z-index: 9;
        font-size: 12px;
        height: 20px;
        line-height: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        white-space: normal;
        word-wrap: normal;
        text-align: center;
        text-decoration: none;
        color: red;
        font-weight: 700;
      
    }

    [data-tip]:hover:before,
    [data-tip]:hover:after {
        display: block;
    }

.tip-above[data-tip]:after {
    top: -108px;
    left: -101px;
    height: 92px;
    width: 210px;
}
.campaign-signup.with-tooltip
{ 
  label{
    cursor:pointer;
  }
  input[type=checkbox] {
    vertical-align:middle;
  }
 }

.tip-below[data-tip]:after {
    top: 22px;
    left: -101px;
    height: 92px;
    width: 210px;
}

.tip-below[data-tip]:before {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #1a1a1a;
    border-left-color: transparent;
    top: 13px;
    left: 5px;
}

.faixa-wrapper {
    width: 379px;
    height: 284px;
    overflow: hidden;
    position: absolute;
    top: 54px;
    right: 10px;
}

.faixa-pago {
    border: 8px solid #DE7E6D;
    font: bold 35px Arial;
    color: #7D2A1C;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: 46px;
    top: 88px;
    width: 422px;
    background: rgba(181, 71, 62, 0.5);
    /* IE 6/7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCb5473e, endColorstr=#CCb5473e);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCb5473e, endColorstr=#CCb5473e)";
    -webkit-box-shadow: 0 1px 2px #efc0b8 inset,0 1px 1px #dfdfdf;
    -moz-box-shadow: 0 1px 2px #efc0b8 inset,0 1px 1px #dfdfdf;
    box-shadow: 0 1px 2px #efc0b8 inset,0 1px 1px #dfdfdf;
}

.faixa-devolvido {
    border: 8px solid #DE7E6D;
    font: bold 35px Arial;
    color: #7D2A1C;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: 46px;
    top: 88px;
    width: 422px;
    background: rgba(181, 71, 62, 0.5);
    /* IE 6/7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCb5473e, endColorstr=#CCb5473e);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCb5473e, endColorstr=#CCb5473e)";
    -webkit-box-shadow: 0 1px 2px #efc0b8 inset,0 1px 1px #dfdfdf;
    -moz-box-shadow: 0 1px 2px #efc0b8 inset,0 1px 1px #dfdfdf;
    box-shadow: 0 1px 2px #efc0b8 inset,0 1px 1px #dfdfdf;
}


.faixa-pendente {
    border: 8px solid #DE7E6D;
    font: bold 35px Arial;
    color: #7D2A1C;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: 10px;
    top: 101px;
    width: 450px;
    background: rgba(181, 71, 62, 0.5);
    /* IE 6/7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCb5473e, endColorstr=#CCb5473e);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCb5473e, endColorstr=#CCb5473e)";
    -webkit-box-shadow: 0 1px 2px #efc0b8 inset,0 1px 1px #dfdfdf;
    -moz-box-shadow: 0 1px 2px #efc0b8 inset,0 1px 1px #dfdfdf;
    box-shadow: 0 1px 2px #efc0b8 inset,0 1px 1px #dfdfdf;
}



@media screen and (max-width: 435px) {
    .faixa-wrapper {
        top: 96px;
    }
}
