/* Personalizações BeerServ - Matheus Borba */

/* Login Page */
.bg-primary {
    background-color: #000000 !important;
}

/* General */
body[data-topbar=colored] #page-topbar {
    background-color: #171717;
}

.page-title-box {
    background-color: #ffd100;
}

a {
    color: #161616;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #434343;
}

body[data-topbar=colored] .dropdown.show .header-item {
    background-color: #2b2b2b;
}

.floating-right-bottom-btn {
    position: fixed;
    bottom: 10vh;
    right: 25px;
    z-index: 300;
    border-radius: 50%;
    font-size: 18px;
}

.col-lg-4 .card.card-body {
    background: #fafafa;
    border: 1px solid #d4d4d4cc;
}

.card-icon-bs {
    width: 100px;
    margin: auto;
}

/* Pages */
/* OperacaoOcorrencia*/
.equipamento-detalhe {
    background: #f1f1f1;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px dashed #ccc;
} 

/* Mobile */

/* Wizard Pedidos - Custom Page */
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

    #msform fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        padding: 20px 40px 30px 40px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px 3%;
        /*stacking fieldsets above each other*/
        position: relative;
    }

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        /*stacking fieldsets above each other*/
        position: relative;
    }

        /*Hide all except first fieldset*/
        #msform fieldset:not(:first-of-type) {
            display: none;
        }

        #msform fieldset .form-card {
            text-align: left;
            color: #9E9E9E;
        }

    #msform input:focus, #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: none;
        font-weight: bold;
        border-bottom: 2px solid skyblue;
        outline-width: 0;
    }

    /*Blue Buttons*/
    #msform .action-button {
        width: 250px;
        background: #2c9817;
        /* font-weight: bold; */
        color: white;
        border: 0 none;
        border-radius: 8px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        #msform .action-button:hover, #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #000;
        }

    /*Previous Buttons*/
    #msform .action-button-previous {
        width: 150px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 8px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        #msform .action-button-previous:hover, #msform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
        }

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

    select.list-dt:focus {
        border-bottom: 2px solid skyblue;
    }

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

    #progressbar .active {
        color: #000000;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 25%;
        float: left;
        position: relative;
    }

    /*Icons in the ProgressBar*/
    #progressbar #account:before {
        font-family: FontAwesome;
        content: "";
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "";
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "";
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "";
    }

    /*ProgressBar before any progress*/
    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
    }

    /*ProgressBar connectors*/
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1;
    }

    /*Color number of the step and the connector before it*/
    #progressbar li.active:before, #progressbar li.active:after {
        background: #2c9817;
    }

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

    .radio:hover {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
    }

    .radio.selected {
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    }

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}

.texto-branco {
    color: #fff;
}

.div-imagem-produto {
    height: 75px;
    width: 75px;
    margin: auto;
}

.card-reposicao h3 { 
  margin-bottom: 0px;
  color: #fff;
}

.card-reposicao h5 {
    margin-bottom: 0px;
    color: #fff;
}

.reposicao-maquinas-list {
    min-height: 500px;
    overflow-y: scroll;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    background: transparent;
    border: 0px;
}

.card-kpi {
    color: #fff;
}

    .card-kpi i {
        font-size: 3em;
        position: absolute;
        right: 10px;
        bottom: 0.5em;
        opacity: 0.6;
    }

.card-kpi h3, .card-kpi h5 {
    color: #fff;
}

.gray-box {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    color: #a9a9a9;
    font-size: 18px;
}


@media only screen and (max-width: 600px) {
    .blockMsg h4, .blockMsg p { display: none; }
}