/* Minification failed. Returning unminified contents.
(1619,1): run-time error CSS1035: Expected colon, found '}'
(2553,86): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(2553,277): run-time error CSS1002: Unterminated string: ");
 */

.loginbackground {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.active-area {
    font-weight: 600;
    background-color: #e7e7ff;
}

.totalLabel {
    font-size: 22px;
    color: #777;
    font-weight: 800;
}

.subtotalLabel {
    font-size: 16px;
    color: #777;
    font-weight: 800;
}

.inputxl {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bolder;
}

.form-group {
    margin-bottom: 5px;
}

.row {
    padding-left: 15px;
    padding-right: 15px;
}

.row2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nowrapcol {
    white-space: nowrap;
}

.btclose {
    float: right;
    margin-top: -5px;
}

.priceInputProduct {
    margin-bottom: 5px;
    font-family: "Lato", "Serif";
    border: none;
    font-size: 14px;
    font-weight: 900;
    color: #777;
    min-width: 20px;
    width: 70px;
    text-align: center;
    display: inline-block;
}

    .priceInputProduct:focus {
        outline: none !important;
        border-color: #719ECE;
        box-shadow: 0 0 10px #719ECE;
    }

.divInputPriceProduct {
    padding-right: -20px;
}

.btn-qt {
    background-color: none;
    border: 0px;
}

.info-index {
    background: none repeat scroll 0 0 #cc0000;
    /*border: 0px solid #ffffff;*/
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 4px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    line-height: 38px;
}

.divOrderProcessed i {
    color: #719ECE;
}

.btn-index:hover {
    -webkit-transform: scale(1.10, 1.10);
    transform: scale(1.10, 1.10);
}

@media (min-width:1500px) {
    .col-products-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        width: 100%;
        min-height: 1px;
    }
}

@media screen and (min-width: 900px) and (max-width: 1499px) {
    .col-products-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        min-height: 1px;
        /*padding-right: 15px;
        padding-left: 15px;*/
    }
}

@media (min-width:1500px) {
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        width: 100%;
        min-height: 1px;
        /*padding-right: 15px;
        padding-left: 15px;*/
    }
}
/*PC*/
@media screen and (min-width: 1025px) {

    input.ng-invalid.ng-touched, input.ng-invalid.ng-touched:focus {
        -webkit-box-shadow: 0px 0px 7px 3px rgba(255,22,22,1);
        -moz-box-shadow: 0px 0px 7px 3px rgba(255,22,22,1);
        box-shadow: 0px 0px 7px 3px rgba(255,22,22,1);
    }

    .loginbackground {
        background-image: url(/Content/images/LoginBackground.jpg);
    }
    /*Botões página inicial*/
    .alert {
        font-size: 15px;
    }

    .a-index {
        margin-top: 5px;
        display: inline-block;
    }

    .btn-index {
        margin-left: 10px;
        display: inline-block;
        position: relative;
        width: 140px;
        font-size: 20px;
        height: 140px;
        text-align: center;
        -webkit-box-shadow: 0 10px 6px -6px #777;
        -moz-box-shadow: 0 10px 6px -6px #777;
        box-shadow: 0 10px 6px -6px #777;
        font-weight: bold;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65);
        transition: .4s;
    }

    .btn-index-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        /*padding: 2rem;*/
    }

    .btn-index-inner2 {
        position: relative;
        width: 135px;
        height: 135px;
        vertical-align: middle;
        display: inline-block;
    }

    /*.btn-index-inner2-1 {
        height: 35px;
        margin-top: 30px;
    }*/

    /*.btn-index-inner2-2 {
        height: 70px;
    }*/

    .label-index {
        margin-top: 8px;
        display: block;
        font-size: 15px;
        line-height: 20px;
        font-weight: 300;
    }

    .fa-index {
        margin-top: 35px;
        vertical-align: middle;
        font-size: 50px;
        vertical-align: bottom;
    }
    /*Fim Botões página inicial*/
    .datatable {
        font-size: 12px;
        font-weight: 600;
    }

    .labeltitle {
        font-size: 20px;
        font-weight: 600;
    }

    .inputsm {
        font-size: 12px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .input-sm {
        height: 30px;
        padding: 1px 1px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    .btn-outline-secondary {
        height: 30px;
        line-height: 10px;
    }
 
    .bootstrap-datetimepicker-widget {
        font-size: 1em;
    }

    .inputxl {
        font-size: 14px;
    }

    select.form-control:not([size]):not([multiple]) {
        height: 30px;
    }

    .h2title {
        margin-left: 40px;
    }

    ul[id^='typeahead'] {
        max-height: 200px;
        width: 400px;
        overflow-y: auto;
        font-size: 12px;
    }

    li[id^='typeahead'].active {
        background: #f5f5f0;
    }

    .popover {
        font-size: .875rem;
    }

    .popover-title {
        font-size: 1rem;
    }

    .homepage {
        width: 50%;
        max-width: 700px;
        height: 100%;
    }

    .noheaderdiv {
        margin-top: 10px;
    }

    #titlebalance {
        display: table-row;
    }


    .infoProduct {
        font-size: 13px;
        font-weight: 400;
        margin-top: -25px;
    }

    .titleProduct {
        font-size: 18px;
        font-weight: 800;
    }

    .priceProduct {
        font-weight: 800;
        width: 100%;
        font-size: 28px;
        margin-bottom: 65px;
    }

    .imgDiscount {
        width: 22px;
        height: 22px;
        margin-top: -5px;
    }

    .btn-cart {
        float: right;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .row-btn-cart {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }



    .imgProduct {
        width: 120px;
        height: 120px;
    }

    .col-pagination {
        display: block;
    }

    .col-pagination-bottom {
        display: none;
    }
}
/*Tablet*/
@media screen and (min-width: 481px) and (max-width: 1024px) {

    input.ng-invalid.ng-touched, input.ng-invalid.ng-touched:focus {
        -webkit-box-shadow: 0px 0px 6px 2px rgba(255,22,22,1);
        -moz-box-shadow: 0px 0px 6px 2px rgba(255,22,22,1);
        box-shadow: 0px 0px 6px 2px rgba(255,22,22,1);
    }

    .loginbackground {
        background-image: url(/Content/images/LoginBackground-tablet.jpg);
    }
    /*Botões página inicial*/
    .alert {
        font-size: 14px;
    }

    .a-index {
        margin-top: 5px;
        display: inline-block;
    }

    .btn-index {
        display: inline-block;
        margin-left: 10px;
        position: relative;
        width: 130px;
        font-size: 20px;
        height: 130px;
        text-align: center;
        box-shadow: inset 0px 3px 0 rgba(255,255,255,0.3), 0 3px 3px rgba(0, 0, 0, 0.3);
        font-weight: bold;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65);
        transition: .4s;
    }

    .btn-index-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        padding: 2rem;
    }

    .btn-index-inner2 {
        position: relative;
        width: 125px;
        height: 125px;
        vertical-align: middle;
        display: inline-block;
    }

    .label-index {
        margin-top: 10px;
        display: block;
        font-size: 14px;
        line-height: 18px;
        font-weight: 300;
    }


    .fa-index {
        margin-top: 30px;
        vertical-align: middle;
        font-size: 40px;
        vertical-align: bottom;
    }
    /*Fim Botões página inicial*/

    .datatable {
        font-size: 11px;
        font-weight: 600;
    }

    .labeltitle {
        font-size: 17px;
        font-weight: 600;
    }

    .inputsm {
        font-size: 11px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .input-sm {
        height: 26px;
        padding: 1px 1px;
        font-size: 11px;
        line-height: 1.3;
        border-radius: 3px;
    }
    .btn-outline-secondary {
        height: 26px;
        line-height: 10px;
    }
    .input-lg {
        font-size: 11px;
    }

    .btn {
        font-size: 0.8rem;
    }

    .dropdown-item {
        font-size: 12px;
    }

    .bootstrap-datetimepicker-widget {
        font-size: 0.9em;
        font-weight: 800;
    }

    .inputxl {
        font-size: 12px;
    }

    select.form-control:not([size]):not([multiple]) {
        height: 26px;
    }

    .h2title {
        margin-left: 30px;
    }

    ul[id^='typeahead'] {
        max-height: 200px;
        width: 300px;
        overflow-y: auto;
        font-size: 11px;
    }

    li[id^='typeahead'].active {
        background: #f5f5f0;
    }

    .popover {
        font-size: .775rem;
    }

    .popover-title {
        font-size: .9rem;
    }

    .homepage {
        width: 80%;
        max-width: 600px;
        margin: auto;
    }

    .noheaderdiv {
        margin-top: 0px;
    }

    .infoProduct {
        font-size: 12px;
        font-weight: 400;
        margin-top: -25px;
    }

    .titleProduct {
        font-size: 16px;
        font-weight: 800;
    }

    .priceProduct {
        font-weight: 800;
        width: 100%;
        font-size: 22px;
        margin-bottom: 60px;
    }

    .imgDiscount {
        width: 20px;
        height: 20px;
        margin-top: -5px;
    }

    .btn-cart {
        float: right;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .row-btn-cart {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

    .priceInputProduct {
        font-size: 10px;
    }

    .imgProduct {
        width: 120px;
        height: 120px;
    }

    .col-pagination {
        display: block;
    }

    .col-pagination-bottom {
        display: none;
    }

    .totalLabel {
        font-size: 20px;
    }

    .subtotalLabel {
        font-size: 15px;
    }
}
/*Telefone*/
@media screen and (max-width: 480px) {

    input.ng-invalid.ng-touched, input.ng-invalid.ng-touched:focus {
        -webkit-box-shadow: 0px 0px 5px 1px rgba(255,22,22,1);
        -moz-box-shadow: 0px 0px 5px 1px rgba(255,22,22,1);
        box-shadow: 0px 0px 1px 5px rgba(255,22,22,1);
    }

    .loginbackground {
        background-image: url(/Content/images/LoginBackground-mobile.jpg);
    }

    .alert {
        font-size: 11px;
    }

    .a-index {
        margin-top: 5px;
        display: inline-block;
    }
    /*Botões página inicial*/
    .btn-index {
        margin-left: 10px;
        display: inline-block;
        position: relative;
        width: 120px;
        font-size: 20px;
        height: 120px;
        text-align: center;
        box-shadow: inset 0px 3px 0 rgba(255,255,255,0.3), 0 3px 3px rgba(0, 0, 0, 0.3);
        font-weight: bold;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65);
        transition: .4s;
    }

    .homepage {
        max-width: 270px;
        margin: auto;
    }

    .btn-index-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        padding: 2rem;
    }

    .btn-index-inner2 {
        position: relative;
        width: 115px;
        height: 115px;
        vertical-align: middle;
        display: inline-block;
    }

    .label-index {
        margin-top: 15px;
        display: block;
        font-size: 13px;
        line-height: 18px;
        font-weight: 300;
    }

    .fa-index {
        margin-top: 30px;
        vertical-align: middle;
        font-size: 38px;
        vertical-align: bottom;
    }
    /*Fim Botões página inicial*/


    .datatable {
        font-size: 10px;
        font-weight: 600;
    }

    .labeltitle {
        font-size: 15px;
        font-weight: 600;
    }

    .inputsm {
        font-size: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .input-sm {
        height: 22px;
        padding: 1px 1px;
        font-size: 10px;
        line-height: 1.1;
        border-radius: 3px;
    }
    .btn-outline-secondary {
        height: 22px;
        line-height: 10px;
    }
    .input-lg {
        font-size: 11px;
    }

    .btn {
        font-size: 0.6rem;
    }

    .dropdown-item {
        font-size: 10px;
    }

    .bootstrap-datetimepicker-widget {
        font-size: 0.9em;
        font-weight: 800;
    }

    .inputxl {
        font-size: 10px;
        margin-top: 5px;
    }

    select.form-control:not([size]):not([multiple]) {
        height: 22px;
    }

    .h2title {
        margin-left: 25px;
    }

    ul[id^='typeahead'] {
        max-height: 175px;
        width: 250px;
        overflow-y: auto;
        font-size: 10px;
    }

    li[id^='typeahead'].active {
        background: #f5f5f0;
    }

    .popover {
        font-size: .675rem;
        line-height: 1;
    }

    .popover-title {
        font-size: .8rem;
    }

    .labelheader {
        margin-top: 3px;
    }

    .noheaderdiv {
        margin-top: 0px;
    }

    #titlebalance {
        display: none;
    }

    .infoProduct {
        font-size: 10px;
        font-weight: 400;
        margin-top: -15px;
    }

    .titleProduct {
        font-size: 12px;
        font-weight: 800;
    }

    .priceProduct {
        font-weight: 600;
        width: 100%;
        font-size: 18px;
        margin-bottom: 60px;
    }

    .imgDiscount {
        width: 18px;
        height: 18px;
        margin-top: -5px;
    }

    .btn-cart {
        float: right;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .row-btn-cart {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

    .priceInputProduct {
        font-size: 10px;
    }

    .imgProduct {
        width: 80px;
        height: 80px;
    }

    .col-pagination {
        display: none;
    }

    .col-pagination-bottom {
        display: block;
    }

    .totalLabel {
        font-size: 18px;
    }

    .subtotalLabel {
        font-size: 14px;
    }

    .info-index {
        font-size: 14px;
        height: 30px;
        width: 30px;
        line-height: 28px;
    }

    .mt-xs-10 {
        margin-top: 10px;
    }
}




.langs {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.setLang img {
    padding: 2px;
}

.active-lang {
    border: 2px solid #00ff21;
}

label.checkbox-label input[type=checkbox] {
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}


.group-calendar {
    vertical-align: middle;
}

.list-group-item {
    height: 30px;
    font-size: 12px;
}

    .list-group-item label {
        margin-top: -8px;
        height: 10px;
    }

.state-icon {
    left: -5px;
}
/*This will work for firefox*/
@-moz-document url-prefix() {
    .state-icon {
        left: -5px;
        margin-top: -20px;
    }

    .list-group-item label {
        margin-top: -11px;
        height: 25px;
    }
}

.card-header-color {
    height: 3rem;
}

.header-color {
    height: 1.5rem;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 6px solid;
}

.div-header-color-90 {
    height: 2.0rem;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 6px solid;
    margin-left: auto;
    margin-right: auto;
}

.div-body-90 {
    height: 1.7rem;
    font-size: 11px;
    font-weight: 400;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
    overflow-y: scroll;
}

.textarea-comments {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
}

.row-portal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 28px;
}

.header-color th {
    padding-top: 5px;
}

.row-bold {
    font-weight: 800;
    color: black;
}

table td.col-debt {
    color: #F62929;
    text-align: right;
}

table td.col-balance-debt {
    background-color: #ffffa7;
    color: #F62929;
    text-align: right;
}

table td.col-credit {
    color: #196f9f;
    text-align: right;
}

table td.col-balance-credit {
    background-color: #ffffa7;
    color: #196f9f;
    text-align: right;
}

table th.col-balance {
    background-color: #ffffa7;
    text-align: right;
    border: thin;
    border-color: black;
}

table td.col-balance {
    text-align: right;
    white-space: nowrap;
}

table th.col-balance2 {
    background-color: #E5E596;
    text-align: right;
    border: thin;
    border-color: black;
}

table td.col-balance2 {
    text-align: right;
    white-space: nowrap;
}

table th.col-credit, th.col-debt {
    text-align: right;
}

table td.col-canceled {
    background-color: #F62929;
    color: white;
}

table td.col-not-approved {
    background-color: #ffffa7;
}

table td.col-pending {
    background-color: #6ac8fc;
    color: white;
}

table td.col-partial-processed {
    background-color: #6778D6;
    color: white;
}

table td.col-processed {
    background-color: #a6e27a;
    color: white;
}
table td.col-packing {
    background-color: #ECCD15;
    color: white;
}
table td.col-readytoship {
    background-color: #E7870E;
    color: white;
}
.well .list-group {
    margin-bottom: 0px;
}

#pw2.ng-invalid {
    border: solid 1px red;
    box-shadow: 0 0 6px red;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    /*color: #fff;*/
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label[href]:hover,
    .label[href]:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #808080;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    /*background-color: #5bc0de;*/
    background: #fc0;
    background: linear-gradient(to bottom,rgba(255,204,0,1) 0%,rgba(255,204,0,1) 30%,rgba(255,240,179,1) 100%);
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }

.group-calendar {
    border-radius: 0px 3px 3px 0px;
    text-align: center;
    
}

.glyphicon-calendar, .glyphicon-time {
    padding: .375rem .75rem;
}
/*----------DRAG AND DROP-----------*/
/**
* The dnd-list should always have a min-height,
* otherwise you can't drop into it once it's empty
*/
.multisSel ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}
/**
* An element with .dndPlaceholder class will be
* added to the dnd-list while the user is dragging
* over it.
*/
.panel-heading {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    padding-top: 5px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.panel-heading {
    background: linear-gradient(to bottom,rgba(255,204,0,1) 0%,rgba(255,204,0,1) 30%,rgba(255,240,179,1) 100%);
}

.multisSel ul[dnd-list] .background-WithTruck {
    background-color: #D8E9FF;
    color: #2F4D99;
}

.multisSel ul[dnd-list] {
    font-size: 12px;
    background-color: #fff;
    display: block;
    height: 300px;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: auto;
    overflow-x: hidden;
}

    .multisSel ul[dnd-list] li {
        font-size: 12px;
        vertical-align: middle;
        background-color: #fff;
        height: 30px;
        border: 1px solid #ddd;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        display: block;
        padding-left: 5px;
        /*margin-bottom: -1px;*/
        /*padding: 10px 15px;*/
    }

        /**
* Show selected elements in green
*/
        .multisSel ul[dnd-list] li.selected {
            background-color: #dff0d8;
            color: #3c763d;
        }

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.advancedSel .dropzone ul[dnd-list] {
    min-height: 42px;
    margin: 0px;
    padding-left: 0px;
}

.advancedSel .dropzone li {
    display: block;
}

/**
 * Reduce opacity of elements during the drag operation. This allows the user
 * to see where he is dropping his element, even if the element is huge. The
 * .dndDragging class is automatically set during the drag operation.
 */
.advancedSel .dropzone .dndDragging {
    opacity: 0.7;
}

/**
 * The dndDraggingSource class will be applied to the source element of a drag
 * operation.
 */
.advancedSel .dropzone .dndDraggingSource {
    opacity: 0.5;
}

/**
 * An element with .dndPlaceholder class will be added as child of the dnd-list
 * while the user is dragging over it.
 */
.advancedSel .dropzone .dndPlaceholder {
    background-color: #ddd !important;
    display: block;
    min-height: 42px;
}

/***************************** Element type specific styles *****************************/

.advancedSel .dropzone .itemlist {
    min-height: 120px !important;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.advancedSel .dropzone .titleCarrosCais {
    background: linear-gradient(to bottom,rgba(255,204,0,1) 0%,rgba(255,204,0,1) 30%,rgba(255,240,179,1) 100%);
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    padding-top: 5px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.advancedSel .dropzone .itemlist > li {
    background-color: #337ab7;
    list-style-image: url(/Content/images/transport.png);
    border: none;
    border-radius: .25em;
    color: #fff;
    float: left;
    font-weight: 700;
    height: 50px;
    margin: 5px;
    padding: 3px;
    text-align: center;
    width: 80px;
}

.advancedSel .dropzone .container-element {
    margin: 10px;
}

.required-field:after {
    content: "*";
    position: absolute;
    margin-left: 3px;
}

.form-inline {
    margin-bottom: -20px;
}

.card {
    margin-top: 5px;
}

.albumImage img {
    margin-bottom: .2rem;
    margin-top: -.5rem;
    width: 520px;
}

/*.angLogo {
  float: left;
  width: 34px;
  padding-top: 1.9rem;
}*/

.badge .glyphicon {
    padding-right: .4rem;
}

/*label, select {
  float: right;
  margin-left: 1rem;
}*/

/*.wrapper {*/

.wrapper .list {
    list-style: none;
    max-height: 580px;
    margin-left: 4.5rem;
    overflow-y: auto;
}

.wrapper img {
    width: 75px;
    margin-bottom: 0.2rem;
    cursor: pointer;
    display: block;
    border: 2px solid #ddd;
}

    .wrapper img:hover {
        box-shadow: 0px 1px 4px #444;
        transition: all .2s ease-in-out;
        border-color: #fff;
    }

    .wrapper img:active {
        opacity: .74;
        box-shadow: 0px 1px 8px #666;
    }

/*}*/

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

/*.hideme {
    margin-left: 1px;
    margin-top: 1px;
    min-width: 100px;
    max-width: 350px;
    display: none;
    position: absolute;
    background: white;
    padding: 2px;
    border: 2px solid #4c8cb4;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 6px 6px 3px #888888;
}*/

/*Cookies*/
/* the popup window */
.cc-window, .cc-revoke {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box; /* exclude padding when dealing with width */
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px; /* by setting the base font here, we can size the rest of the popup using CSS `em` */
    line-height: 1.5em;
    display: flex;
    flex-wrap: nowrap;
    /* the following are random unjustified styles - just because - should probably be removed */
    z-index: 9999;
}

    .cc-window.cc-static {
        position: static;
    }

    /* 2 basic types of window - floating / banner */
    .cc-window.cc-floating {
        padding: 2em;
        max-width: 24em; /* 1em == 16px therefore 24em == 384px */
        flex-direction: column;
    }

    .cc-window.cc-banner {
        padding: 1em 1.8em;
        width: 100%;
        flex-direction: row;
    }

.cc-revoke {
    padding: .5em;
}

    .cc-revoke:hover {
        text-decoration: underline;
    }

.cc-header {
    font-size: 18px;
    font-weight: bold;
}

/* clickable things */
.cc-btn, .cc-link, .cc-close, .cc-revoke {
    cursor: pointer;
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
    text-decoration: underline;
}

    .cc-link:hover {
        opacity: 1;
    }

    .cc-link:active, .cc-link:visited {
        color: initial;
    }


.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: 0.9em;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
    min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent;
}

    .cc-highlight .cc-btn:first-child:hover,
    .cc-highlight .cc-btn:first-child:focus {
        background-color: transparent;
        text-decoration: underline;
    }


.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    /* seeing as this contains text and not an image, the element taller than it is wide (because it is text) */
    /*  - we want it to be a square, because it's acting as an icon */
    /*  - setting the line height normalises the height */
    line-height: .75;
}

    .cc-close:hover,
    .cc-close:focus {
        opacity: 1;
    }

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    flex: none;
}

.cc-theme-classic .cc-btn {
    border-radius: 5px;
}

    .cc-theme-classic .cc-btn:last-child {
        min-width: 140px;
    }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block;
}
/* This file should contain CSS that modifies the popup layout. */
/* By layout, we mean the physical position of the elements on the popup window, and the margin / padding around those elements. */


.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset;
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}

/**************************************** FLOATING ****************************************/

/* these classes position the floating element */
.cc-top {
    top: 1em;
}

.cc-left {
    left: 1em;
}

.cc-right {
    right: 1em;
}

.cc-bottom {
    bottom: 1em;
}

.cc-message {
    height: 100%;
    width: 80%;
    float: left;
    position: relative;
    vertical-align: middle;
    font-size: small\9;
    padding-top: 5px;\9
}

.cc-compliance {
    width: 100px;
    min-width: 50px;
    float: right;
    position: relative;
    margin-right: 20px;
    font-size: small\9;
}
/*.cc-dismiss{width:50px; float:right;position:relative;}*/

/* links that are direct decendants should be displayed as block */
.cc-floating > .cc-link {
    margin-bottom: 1em;
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}


.cc-window.cc-floating .cc-compliance {
    flex: 1;
}


/**************************************** BANNER ****************************************/

.cc-window.cc-banner {
    align-items: center;
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}

.cc-banner .cc-message {
    flex: 1;
}

/* COMPLIANCE BOX */

.cc-compliance {
    display: flex;
    align-items: center;
    align-content: space-between;
}

    .cc-compliance > .cc-btn {
        flex: 1;
    }

.cc-btn + .cc-btn {
    margin-left: .5em;
}

/* Edgeless */

.cc-theme-edgeless.cc-window {
    padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em;
    margin-bottom: 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0;
}






/** not needed if using media queries from below. Only for demo **/
.table.narrow .td {
    display: block;
}

.close-image {
    text-align: right;
    float: right;
    position: relative;
    top: -15px;
    right: -28px;
    height: 20px;
}

.button-show-hide {
    position: absolute;
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(to bottom,rgba(255,240,179,1) 100%,rgba(255,204,0,1) 30%,rgba(255,204,0,1) 0%);
    width: 60px;
    margin-top: -30px;
    margin-left: 48%;
    text-align: center;
    display: table;
}

.containerDashboard {
    width: 95%;
    margin: 0 auto;
}

.containerTables {
    width: 90%;
    margin: 0 auto;
    height: 100%;
}

.icon-pagetables {
    font-size: 1.4em;
    margin-top: -3px;
    margin-left: 5px;
}

.icon-dashboard {
    font-size: 1.4em;
    position: absolute;
    left: 10px;
}

.title-dashboard {
    margin-left: 40px;
    margin-top: 2.5px;
}

.movingText {
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

    .movingText h3 {
        font-size: 2em;
        position: absolute;
        display: inline-flex;
        width: 90%;
        /*height: 100%;*/
        margin: 0;
        line-height: 30px;
        text-align: center;
        /* Starting position */
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        /* Apply animation to this element */
        -moz-animation: movingText 10s linear infinite;
        -webkit-animation: movingText 20s linear infinite;
        animation: movingText 20s linear infinite;
    }
/* Move it (define the animation) */
@-moz-keyframes movingText {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes movingText {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes movingText {
    0% {
        -moz-transform: translateX(100%); /* Firefox bug fix */
        -webkit-transform: translateX(100%); /* Firefox bug fix */
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%); /* Firefox bug fix */
        -webkit-transform: translateX(-100%); /* Firefox bug fix */
        transform: translateX(-100%);
    }
}

/*.table-fixed thead {
  width: 100%;
}
.table-fixed tbody {
  height: 800px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}*/

.input-numeric {
    text-align: right;
}

.no-spinners {
    -moz-appearance: textfield;
}

    .no-spinners::-webkit-outer-spin-button,
    .no-spinners::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }


.table-fixed td, th {
    padding: 0.2em 0.2em;
}

/*.table-fixed tbody:before {
    content: "-";
    display: block;
    line-height: 0.5em;
    color: transparent;
}*/
.table-fixed tbody {
    font-size: 11px;
    font-weight: 400;
    height: 200px;
    overflow-y: auto;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.table-fixed thead, .table-fixed tbody {
    display: block;
}

.table-fixed tr {
    line-height: 14px;
}

.input-xs {
    height: 22px;
    padding: 0px 0px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 3px;
}

.div-no-results {
    width: 250px;
    height: 50px;
    line-height: 50px;
    top: 55%;
    margin: 0 auto;
    position: absolute;
    margin-left: 35%;
    font-weight: 600;
    font-size: 20px;
    -webkit-box-shadow: inset 10px -7px 62px 2px rgba(0,95,149,1);
    -moz-box-shadow: inset 10px -7px 62px 2px rgba(0,95,149,1);
    box-shadow: inset 10px -7px 62px 2px rgba(0,95,149,1);
    text-align: center;
    vertical-align: middle;
    color: white;
    border-radius: 15px;
    display: none;
}

.formAdd {
    -webkit-box-shadow: 2px 2px 10px 10px rgba(174,174,174,0.82);
    box-shadow: 2px 2px 10px 10px rgba(174,174,174,0.82);
    margin-top: 5px;
    margin-bottom: 5px;
}

.redcolor {
    color: darkred;
}

.greencolor {
    color: darkgreen;
}

.modalfirst {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modalfirst-img {
    text-align: center;
}
/* Modal Content/Box */
.modalcontent {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 10px;
    border: 1px solid #888;
    max-width: 90%; /* Could be more or less, depending on screen size */
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 10px 10px rgba(174,174,174,0.82);
    box-shadow: 2px 2px 10px 10px rgba(174,174,174,0.82);
}

.modalcontent-img {
    background-color: #fefefe;
    /*margin: 5% auto;*/ /* 15% from the top and centered */
    padding: 10px;
    border: 1px solid #888;
    max-width: 90%; /*Could be more or less, depending on screen size */
    width: auto;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 10px 10px rgba(174,174,174,0.82);
    box-shadow: 2px 2px 10px 10px rgba(174,174,174,0.82);
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
}

.pagetitle {
    position: relative;
}

.spantitle {
    position: absolute;
    left: 0;
    top: 0;
}

.p1[data-count]:after {
    position: absolute;
    right: 10%;
    top: 8%;
    content: attr(data-count);
    font-size: 40%;
    padding: .2em;
    border-radius: 50%;
    line-height: 1em;
    color: white;
    background: rgba(255,0,0,.85);
    text-align: center;
    min-width: 1em;
}


/*Ecrã Produtos param Encomenda*/


.formProducts {
    -webkit-box-shadow: 2px 2px 2px 2px rgba(174,174,174,0.82);
    box-shadow: 1px 1px 1px 1px rgba(174,174,174,0.82);
    margin-top: 10px;
    margin-bottom: 10px;
}

.formProduct {
    /*margin: 15px 15px 15px 15px;*/
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.formatProductInfo {
    /*margin: 15px 15px 15px 15px;*/
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}


.qtInfoProduct {
    float: right;
    position: relative;
    width: 100%;
    padding-right: 20px;
}
/*.qtInfoProduct > input {
        margin-top: -40px;
    }
    .qtInfoProduct > button {
        margin-top: -5px;
    }*/

.fa-primary {
    position: relative;
    color: white;
    top: -1px;
    left: 5px !important;
    font-size: 10px;
}

.btnCart-OK {
    transition: all 2s;
}

    .btnCart-OK:hover {
        cursor: pointer;
        transition: all 2s;
    }




/*---------------------------PAGINA SHOPPING CART---------------------------------------------------------------------------------------------------*/

.divImgProductCart {
    padding-bottom: 5px;
    /*padding-top: 10px;*/
    padding-left: 10px;
    padding-right: 20px;
    float: left;
}

.imgProductCart {
    width: 40px;
    height: 40px;
    height: auto;
    float: left;
}

.formShopCart {
    /*margin: 15px 15px 15px 15px;*/
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 0px;
}

.lblShopCart {
    margin-top: 5px;
}

.priceinput {
    font-family: "Lato", "Serif";
    border: none;
    float: right;
    font-size: 14px;
    font-weight: 900;
    color: #777;
    width: auto;
    min-width: 20px;
    text-align: center;
}

    .priceinput:focus {
        outline: none !important;
        border-color: #719ECE;
        box-shadow: 0 0 10px #719ECE;
    }

.divShopCart {
    border-bottom: 1px solid #777;
    border-top: 1px solid #777;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.divShopCartNoRows {
    border-bottom: 1px solid #777;
    border-top: 1px solid #777;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-shop-cart {
    margin-top: 5px;
    height: 50px;
}

.divTotal {
    float: right;
    border-top: 1px solid #777;
}

.divOrderProcessed {
    font-size: 20px;
    float: left;
    padding-top: 20px;
    font-weight: 600;
    transition: all linear 0.5s;
}

.ng-hide {
    opacity: 0;
}

.rowTotal {
    padding-top: 5px;
    padding-bottom: 15px;
}

@media screen and (min-width: 993px) {
    .lblPriceShopCart {
        font-size: 14px;
        display: block;
    }

    .lblShopCart {
        font-size: 14px;
    }

    .rowShopCart {
        border-bottom: 0px solid #777;
    }
}

@media screen and (min-width: 751px) and (max-width: 992px) {
    .lblPriceShopCart {
        font-size: 12px;
        display: none;
    }

    .lblShopCart {
        font-size: 12px;
    }

    .priceinput {
        font-size: 12px;
    }

    .rowShopCart {
        border-bottom: 0px solid #777;
    }

    .divTotal {
        margin-top: 0px;
        margin-right: 0px;
        border-top: 0px;
    }

    .divOrderProcessed {
        font-size: 16px;
        padding-top: 20px;
        float: left;
        font-weight: 600;
        transition: all linear 0.5s;
    }

   
}

@media screen and (max-width: 750px) {

    .divShopCart {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .lblPriceShopCart {
        font-size: 10px;
        display: none;
    }

    .lblShopCart {
        font-size: 10px;
    }

    .priceinput {
        font-size: 10px;
    }

    .rowShopCart {
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #e6e6e6;
    }

    .rowShopCartLast {
        border-bottom: 0px;
    }

    .divTotal {
        margin-top: 10px;
        margin-right: 0px;
        border-top: 0px;
    }

    .divOrderProcessed {
        font-size: 16px;
        padding-top: 20px;
        float: right;
        font-weight: 600;
        transition: all linear 0.5s;
    }

}

.popover {
    z-index: 1000000000;
}




/*NAVBAR*/
.nav-primary--frame {
    min-height: 6rem;
    position: relative;
}


.nav-primary--logo {
    display: table-cell;
    padding-right: 12px;
    vertical-align: top;
    width: 150px
}

    .nav-primary--logo img {
        height: 25px;
        margin: 18px 0 0 20px;
        width: auto
    }

.nav-primary--logo {
    width: 176px
}

    .nav-primary--logo img {
        height: 70px;
        margin: -0.5rem 0 0 10px
    }

.nav-primary--bu {
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding-left: 10px;
    padding-top: 1.4rem;
    vertical-align: top;
    white-space: nowrap
}

.nav-primary--cart {
    display: table-cell;
    padding-right: 35px;
    vertical-align: top;
    width: 40px;
    position: absolute;
    right: 0rem;
    top: 33px;
}

    .nav-primary--cart i {
        /*height: 25px;*/
        padding-right: 25px;
        float: right;
        position: absolute;
    }

.shopping-cart-index {
    background: none repeat scroll 0 0 #cc0000;
    /*border: 0px solid #ffffff;*/
    border-radius: 100px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 4px;
    position: absolute;
    right: 8px;
    top: -12px;
    text-align: center;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    line-height: 22px;
}


.navbar-toggler-right {
    top: 25px;
    margin-right: 60px;
}


@media (max-width: 991px) {
    .nav-primary--cart i {
        margin: 0px 0 0 5px;
    }

    .shopping-cart-index {
        background: none repeat scroll 0 0 #cc0000;
        /*border: 0px solid #ffffff;*/
        border-radius: 100px;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        padding: 2px 4px;
        position: absolute;
        right: 3px;
        top: -10px;
        text-align: center;
        vertical-align: middle;
        height: 22px;
        width: 22px;
        border-radius: 50%;
        display: inline-block;
        line-height: 18px;
    }
}
/*FIM NAVBAR*/
.btn-index-inner2-1 {
    display: table;
    width: 100%;
    height: 60%;
}

.btn-index-inner2-2 {
    display: table;
    width: 100%;
    height: 40%;
}

.label-index {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-weight: 400;
}

/* CHARTs  */

/*Telefone*/
@media screen and (max-width: 480px) {
    .chart-portal {
        font-size: 8px;
    }
}
/*Tablet*/
@media screen and (min-width: 481px) and (max-width: 1024px) {
    .chart-portal {
        font-size: 10px;
    }
}
/*PC*/
@media screen and (min-width: 1025px) {
    .chart-portal span {
        font-size: 12px;
        font-weight: 800;
    }
}

.showchart {
    opacity: 1 !important;
    transition: 1s ease-in all;
}

.stepchart {
    opacity: 0;
    transition: .5s ease-out all;
}

/*Alterações após Janeiro 2019*/
.row-bold-total {
    background-color: #f1f1f1;
    font-weight: 800;
    color: black;
}

.color-transparent {
    color: rgba(0, 0, 0, 0);
}

.checkboxes label {
    display: block;
    float: left;
    padding-right: 10px;
    white-space: nowrap;
}

.checkboxes input {
    vertical-align: middle;
}

.checkboxes label span {
    vertical-align: middle;
}

.fa-disabled {
    color: #dddddd;
}



.tabpanel-item {
    height: 200px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 25px;
    padding-top: 55px;
}

.mobile .tabpanel-item {
    padding-top: 10px;
}

.tabpanel-item  > div {
    float: left;
    padding: 0 85px 10px 10px
}

.tabpanel-item  p {
    font-size: 16px;
    margin: 0;    
}

.item-box {
    font-size: 16px;
    margin: 15px 0 45px 10px;
}

.options {
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
    margin-top: 20px;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    margin-top: 10px;
}

.dx-tabs-scrollable .dx-tab {
    display: table-cell;
}

.dx-tooltip-wrapper .dx-overlay-content .dx-popup-content {
    padding: 14px;
}

.showtime-preview > div:first-child {
    font-size: 12px;
    white-space: normal;
}

.showtime-preview > div:not(:first-child) {
    font-size: 11px;
    white-space: normal;
}

.movie-tooltip .movie-info {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    text-align: left;
}

.movie-tooltip img {
    height: 80px;
    margin-bottom: 10px;
}

.movie-tooltip .movie-title {
    font-size: 1.5em;
    line-height: 40px;
}

.long-title h3 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.dx-scheduler-work-space-week .dx-scheduler-header-panel-cell,
.dx-scheduler-work-space-work-week .dx-scheduler-header-panel-cell {
    text-align: center;
    vertical-align: middle;
}

.dx-scheduler-work-space .dx-scheduler-header-panel-cell .name {
    font-size: 13px;
    line-height: 15px
}

.dx-scheduler-work-space .dx-scheduler-header-panel-cell .number {
    font-size: 15px;
    line-height: 15px
}

.navbar-toggler-icon {
    background-image: url(/Content/css/data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http:/www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/*Scheduler*-----------------------------------------------------------------------*/

/*PC*/
#schedulerVacation .dx-scheduler-appointment-content-date{
    display:none;
}
#schedulerVacation .dx-scheduler-appointment-title {
    color: dimgrey;
    font-weight: bold;
}
@media screen and (min-width: 1901px) {
    #schedulerVacation .dx-scheduler-group-header {
        width: 200px;
        overflow-wrap: break-word;
    }

    #schedulerVacation .dx-scheduler-cell-sizes-horizontal {
        width: 80px;
        font-size: 12px;
    }
    
}
@media screen and (min-width: 1025px) and (max-width: 1900px) {
    #schedulerVacation .dx-scheduler-group-header {
        width: 150px;
        overflow-wrap: break-word;
        font-size: 12px;
    }

    #schedulerVacation .dx-scheduler-cell-sizes-horizontal {
        width: 50px;
        font-size: 12px;
    }

    
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
    #schedulerVacation .dx-scheduler-cell-sizes-horizontal {
        width: 40px;
        font-size: 10px;
    }
    #schedulerVacation .dx-scheduler-group-header {
        width: 120px;
        overflow-wrap: break-word;
        font-size: 10px;
    }
}

@media screen and (max-width: 480px) {
    #schedulerVacation .dx-scheduler-cell-sizes-horizontal {
        width: 30px;
        font-size: 8px;
    }
    #schedulerVacation .dx-scheduler-group-header {
        font-size: 10px;
        width: 150px;
    }
}

#schedulerVacation .dx-scheduler-group-flex-container,
#schedulerVacation .dx-scheduler-work-space-vertical-group-table,
#schedulerVacation .dx-scheduler-sidebar-scrollable {
    flex: 0 0 auto;
}



/*FIM Scheduler-----------------------------------------------------------------------*/
.col-credit100 {
    background-color: #ca0808 !important;
    color: white;
}
.col-blocked {
    background-color: #4d4d4f !important;
    color: white;
}
.col-credit75 {
    background-color: #f69029 !important;
    color: white;
}

.col-credit50 {
    background-color: #f6f629 !important;
}
.colorPortalCliente {
    color: #4c8cb4;
}

.form-title b {
    color: #4c8cb4;
}

.cc-btn {
    background: #4c8cb4;
}

.btn-warning {
    color: #fff;
    background-color: #4c8cb4;
    border-color: #4c8cb4;
}

    .btn-warning:hover {
        color: #4c8cb4;
        background-color: #fff;
        border-color: #4c8cb4;
    }

    .btn-warning.focus, .btn-warning:focus {
        -webkit-box-shadow: 0 0 0 2px #4c8cb4;
        box-shadow: 0 0 0 1px #4c8cb4;
    }

    .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #4c8cb4;
        background-image: none;
        border-color: #4c8cb4;
    }

.btnCart-OK {
    background-color: #27860A;
    color: #fff;
}

    .btnCart-OK:hover {
        color: #fff;
        background-color: #7db66c;
        border-color: #4c8cb4;
    }


.text-primary {
    color: #4c8cb4;
}

a {
    color: #323232;
}

    a:hover {
        color: #4c8cb4;
    }

.privacy a {
    color: #4c8cb4;
}

.table > thead > tr > th {
    background: #4c8cb4;
    color: #fff;
}

.btn-index {
    background: #4c8cb4;
    color: #fff;
}

    .btn-index:hover {
        background: #d6e5ee;
        color: #4c8cb4;
    }


.titleProduct {
    color: #4c8cb4;
}

.priceProduct {
    color: #4c8cb4;
}

.card-header-color {
    background: #4c8cb4;
    color: #fff;
}

.header-color {
    background: #4c8cb4;
    color: #fff;
}

.div-header-color-90 {
    background: #4c8cb4;
    color: #fff;
}

.fa-files-o {
    color: #4c8cb4;
}

.fa-print {
    color: #4c8cb4;
}

.fa-file-excel-o {
    color: #4c8cb4;
}

.fa-files-text-o {
    color: #4c8cb4;
}

.fa-file-text-o {
    color: #4c8cb4;
}

.fa-file-pdf-o {
    color: #4c8cb4;
}

.fa-plus {
    color: #4c8cb4;
}

.progress-bar-warning {
    background-color: #4c8cb4;
}
/*NAVBAR*/
.nav-primary--frame {
    /*background: linear-gradient(to bottom,#41609D 0%,#6780B1 30%,#8599C1 100%);*/
    background: linear-gradient(to bottom,#8d9fc4 0%,#a0afce 30%,#b3bfd7 100%);
}

.nav-modules-color {
    background-color: white;
}


/*Alterações 2021*/

.btn-outline-secondary .fa-plus {
    color: #fff;
}
    .btn-outline-secondary .fa-plus:hover {
        color: #4c8cb4;
    }
.btn-outline-secondary, .group-calendar, .glyphicon-time {
    background: #4c8cb4;
    color: #fff;
}

    .btn-outline-secondary:hover {
        background: #d6e5ee;
        color: #4c8cb4;
    }


