﻿@media screen and (max-width: 800px) {

    #Img-Logo {
        width: 15%;
    }

    .row-step:nth-child(1) {
        height: 140px;
    }

    .row-step:nth-child(2) {
        display: none;
    }

    /*box step */
    .box_step {
        width: 100%;
        height: 120px;
        float: left;
        margin-left: 95px;
    }

        .box_step > p {
            font-weight: 600;
            color: black;
            float: left;
        }

    .step {
        width: 100px;
        height: 100px;
        border: 10px solid #7cc0ef;
        border-radius: 100%;
        background-color: #7cc0ef;
        display: inline;
        float: left;
        margin-left: 40px;
        margin-top: 10px;
    }

        .step > p {
            font-size: 40px;
            position: relative;
            top: 10px;
            left: 28px;
            color: white;
        }

    /*END*/
}

.Dv-Radio label {
    font-size: 15px;
    color: black;
}

.Tab-Map ul li {
    font-size: 13px;
}

.btn-bg-step {
    background-color: #9ba3b9;
    color: white;
    float: right;
}

.border-componente {
    border: 1px solid #aeb6cb;
}

.btn-bg-step:hover {
    color: white;
}

.row-step:nth-child(1) {
    display: none;
}

.row-step:nth-child(2) {
    height: 120px;
}

#section-box {
    height: auto;
}

    #section-box .tab-content .row-step {
        background-color: white;
    }

.ImgLoggin {
    height: 180px;
}

    .ImgLoggin > img {
        width: 229px;
        height: 66px;
        position: relative;
        top: 45px;
        left: -15px;
    }


#Img-Logo {
    transform: scale(3.1);
}

.custom-header-logo {
    background-color: white;
    position: relative;
    top: 20px;
}

.p-header {
    font-size: 25px;
    font-weight: 400;
    padding: 7px;
}

.p-header-17px {
    font-size: 17px;
    font-weight: 400;
    padding: 7px;
}

.p-header-20px {
    font-size: 20px;
    font-weight: 400;
    padding: 7px;
}

.p-header-15px-black {
    font-size: 15px;
    font-weight: 400;
    color: black;
}


.p-header-17px-black {
    font-size: 17px;
    font-weight: 400;
    color: black;
}

.icon-custom {
    color: #0099CC;
}

/* radio e checkbox */
.radio-custom,
.checkbox-custom {
    margin-left: -20px;
}

    .radio-custom input[type=radio],
    .checkbox-custom input[type=checkbox] {
        position: absolute;
        left: -9999em;
    }

    .radio-custom > i:before,
    .checkbox-custom > i:before {
        font-size: 1.333em;
        vertical-align: -10%;
        margin-left: 0;
        margin-right: 4px;
        color: #ddd;
    }

    .radio-custom > i.checked:before,
    .checkbox-custom > i.checked:before {
        color: #92cf5c;
    }

    .radio-custom > i.disabled:before,
    .checkbox-custom > i.disabled:before {
        color: #eee;
    }

    .radio-custom > i.checked:before {
        content: '\f111';
    }

    .checkbox-custom > i.checked:before {
        content: '\f046';
    }

/*END */

/*WAIT*/
#Dv-MaskWait {
    display: none;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    opacity: 0.8;
    z-index: 9999;
    max-height: 100%;
    overflow: hidden;
}

.Dv-Boxes_ {
    display: none;
    position: fixed;
    left: 42%;
    width: 200px;
    height: 200px;
    z-index: 9999;
    padding: 20px;
    border-radius: 10px;
}

    .Dv-Boxes_ > #Dv-Wait {
        width: 100px;
        height: 150px;
        padding: 0px 0 20px 25px;
        float: left;
        margin-top: 150%;
        margin-left: 0px;
    }

/*END WAIT*/

.cbo-EscolhaIMG {
    width: 120px;
}

.MsgOk {
    background-color: green;
    color: white;
    padding: 12px;
}

.MsgeErr {
    background-color: red;
    color: white;
    padding: 12px;
}


/*steps*/
.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    top: 20px;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 6px 0;
    font-size: 30px;
    line-height: 1.428571429;
    border-radius: 40px;
}

/*END*/


.upperCase {
    text-transform: uppercase;
}

.MsgErro {
    background-color: #d54d49;
    color: white;
    font-size: 18px;
    padding: 15px;
    width: 100%;
}

.MsgAlerta {
    background-color: #f0ad4e;
    color: white;
    font-size: 16px;
    padding: 15px;
    width: 100%;
}

.MsgOk {
    background-color: #5cb85c;
    color: white;
    font-size: 18px;
    padding: 15px;
    width: 100%;
}

/* datapicker */
.datepicker {
    width: 250px;
    font-size: 16px;
}

    .datepicker td, .datepicker th {
        border-radius: 1px;
    }

td.disabled {
    background-color: #c8a5a5;
    color: white;
}

td.day {
    background-color: #a0dea0;
    COLOR: white;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background-color: rgba(224, 71, 60, 0.41);
    color: #ffffff;
}
/*END*/

#btn-BuscarPostoAtendimento {
    background-color: #594f8d;
    color: white;
    position: relative;
    top: 5px;
}

    #btn-BuscarPostoAtendimento:hover {
        background-color: #9ba3b9;
        color: white;
    }


/*STEP 4*/

.line-produtos a {
    height: 140px;
    border-bottom: 1px solid grey;
}

/*END */

.login-inner input, select {
    margin-top: 10px;
}

.check-y {
    font-size: 25px;
    color: green;
}

.check-n {
    font-size: 25px;
    color: #ef7e7e;
}

.txt-center {
    text-align: center;
}

.td-center {
    text-align: center;
}

    .td-center p {
        font-size: 15px;
    }

.spanPendente {
    color:yellow;
}
.spanPago {
    color:green;
}
.spanNegado {
    color:red;
}
.spanNull {
    color:gray;
}
.spanOutros {
    color:purple;
}
