﻿body {
}

body {
    font-family: Arial,Tahoma,sans-serif;
    margin: 0;
    height: 100%;
    width: 100%;
    background-color: #656464;
}

.menu_header {
    width: 100%;
    background-color: #989797;
    vertical-align: central;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .menu_header td {
        padding-right: 10px;
    }

    .menu_header a {
        color: #ede8e8;
        text-decoration: none;
    }

        .menu_header a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

.label {
    color: #393838;
}

.label_alert_success {
    color: #10b24f;
}

.label_alert_fail {
    color: #a30606;
}

.textbox {
    height: 20px;
    color: #656464;
    border-radius: 5px;
    border: 1px solid #7c7878;
    min-width: 250px;
}

.loader {
    position: fixed;
    background-color: #8d8a8a45;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    vertical-align: central;
}

.btn_login {
    padding: 10px;
    background-color: #818181;
    color: #fff;
    font-weight: bold;
    border: 1px solid #2e2b2b
}

.btn_imagebt {

    width:40px;
}

.btn_ {
    padding: 10px;
    background-color: #818181;
    color: #fff;
    font-weight: bold;
    border: 1px solid #2e2b2b;
    font-size: 13px;
}

    .btn_:hover {
        cursor: pointer;
        background-color: #989797;
        color: #fff;
        border: 1px solid #5f5f5f
    }

    .btn_:disabled {
        color: #cbcbcb;
        cursor: not-allowed;
    }

.btn_logout {
    background-image: url('logout.svg');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
}

.btn_search {
    background-image: url('search.svg');
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
}

.btn_save {
    background-image: url('save.svg');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
}
.btn_descontinuar{
    background-image: url('unlocked.png');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
}
.btn_descontinuado {
    background-image: url('locked.png');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
}
.gv_row_descontinuado {
    text-align: center;
    background-color:#d0d0d0;
   text-decoration:line-through
}

.brn_Aprueva_soli {
    background-image: url('tick.svg');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
}

.btn_Rec_soli {
    background-image: url('delete.png');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
}

.gv_row .btn_ {
    padding: 0 12px;
    background-color: #00000000;
    border: none;
    height:25px;
}
.gv_row a{
    text-decoration:none;
    color:#3593ed;
    font-weight:bold;
}
.mp_ScannMsg .btn_edit_art {
    padding-right: 30px;
}
.btn_edit_art {
    background-image: url('edit.svg');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: right;
}

.btn_delete_art {
    background-image: url('trash.svg');
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: right;
}
.btn_entregar_art {
    background-image: url('entregar.svg');
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: right;
}

.btn_add_art {
    background-image: url('add.svg');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
}

.btn_csv {
    background-image: url('csv.svg');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 30px;
    width: 24px;
    margin: auto;
}

.btn_ok {
    background-image: url('tick.svg');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
}

.logInBody {
    text-align: center;
}

.logInContainer {
    margin: auto;
    background-color: #9c9595;
    padding: 10px;
}

.tap_panel {
    background-color: #f7f7f7;
    min-height: 600px;
}

.solicitudes_form_container {
    margin: auto;
}
.newProductForm {
    margin: auto;
}
.newProductForm td{
    padding:3px 10px;
}
.gv_ {
    margin: auto;
    width: 90%;
    background-color: #e8e8e8;
    border: 1px solid #aaaaaa;
}
.gv_60 {
    width: 60%;
}
.gv_header {
    background-color: #817f7f;
    color: #fff;
}

    .gv_header th {
        padding: 3px 10px 3px 10px;
    }
.gv_pager {
    text-align: center;
    font-size: 18px;
    color: #e8e8e8;
}
    .gv_pager table{
        margin:auto;
    }
    .gv_pager span {
        background-color: #2e2b2b;
        border-radius: 8px;
        padding: 1px 3px;
    }
    .gv_pager a {
        text-decoration: none;
        font-size: 18px;
        color: #787878;
        padding: 1px 3px;
    }
    .gv_pager a:hover {
        background-color: #858585;
        border-radius: 8px;
        padding: 1px 3px;
        color: #ededed
    }
.gv_row {
    text-align: center;
}

    .gv_row td {
        padding: 5px 10px;
    }

.gv_row_soli_rev {
    background-color: #84e9a2;
}

.gv_row_soli_apr {
    background-color: #75bbdb;
}

.gv_row_soli_rec {
    background-color: #e99784;
}

.mpbg {
    background-color: #adadad5b;
}

.mp_body {
    max-height: 500px;
    overflow: auto;
}

.mp_header {
    background-color: #393838;
    text-align: right;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.btn_close_popup {
    font-weight: bold;
    background-color: #d9d9d9;
    border: 1px solid #656464;
}
.mp_Scanner {
    border: 1px solid #000;
    border-radius: 5px;
    background-color: white;
    width: 300px;
    height: 60px;
    margin: auto;
}

.mp_AddArticle {
    border: 1px solid #000;
    border-radius: 5px;
    background-color: red;
    width:400px;
    height: 60px;
    margin: auto;
}
.mp_CamScanner {
    border: 1px solid #000;
    border-radius: 5px;
    background-color: white;
    width: 510px;
    height:460px;
    margin:auto;
}
.cam_box {
    width: 500px;
}
.mp_ScannMsg {
    min-width: 50%;
    font-size: 18px;
}
        .mp_ScannMsg table{
            margin:auto;
            text-align:center;
        }
.mp_searchProduct {
    border: 1px solid #000;
    border-radius: 5px;
    background-color: white;
    width: 400px;
    height: 100px;
    margin: auto;
}
        #html5-qrcode-button-camera-stop {
            width: 40px;
            height: 30px;
            color: #ffffff00;
            background: url(stop.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 30px;
            border: none;
        }
#html5-qrcode-button-camera-start {
    width: 40px;
    height: 30px;
    color: #ffffff00;
    background: url(play.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    border: none;
}
#qr-reader__dashboard_section_csr {
    color: #fff0;
}
#qr-reader__scan_region{
    height:370px;
}
.mp_box {
    height: 100%;
    background-color: #ededed;
}
.mp_body {
    background-color: #ededed;
}

    .mp_body table {
        margin: auto;
        width:90%;
        height:100%;
    }

.mp_CSV {
    max-width: 800px;
}
.mp_ConfirmMsg{
    width:300px;
    text-align:center;
}
.mp_ProjectArticles {
    width: 80%;
    min-width: 800px;
}
.mp_detalles_salida {
    width: 500px;
    height: 200px;
}
.mp_small {
    width: 40%;
    height: 200px;
}
.mp_mid {
    width: 60%;
    height: 200px;
}
.users_container {
    width: 100%;
    min-height: 500px;
    background-color: #f7f7f7;
    min-height: 600px;
}
    .users_container table{
        height:100%;
    }

.completionList {
    list-style-type: none;
    padding-left: 0px;
    background-color: #b0b0b0c7;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 18px;
    border: 1px solid #a09e9e;
    margin-top: 0;
    height: 200px;
    overflow-y: auto;
    min-width: 250px;
    color: #282828;
}

    .completionList li:hover {
        color: #5c5c5c;
        cursor: pointer;

    }

.completionListItem {
    background-color: White;
    padding: 5px 5px 5px 7px;
    border-top: 1px solid #3099bb;
    width: 300px;
}

.completionListHighlightedItem {
    background-color: #3099bb;
    color: White;
    padding: 5px 5px 5px 7px;
}

#AutoCompleteElement {
    width: 200px;
}

    #AutoCompleteElement div {
        width: 200px;
    }

.nodisponible {
    background-color: #aeaeae;
}

    .nodisponible .label {
        color: #7c7c7c;
        text-decoration: line-through
    }

.repeated_article {
    background-color: #b0b0b0c7;
}

    .repeated_article label {
        color: #404040;
        text-decoration: line-through
    }

.invalid_article {
    background-color: #f79a9a;
}

    .invalid_article .label {
        color: #a30606;
        text-decoration: line-through
    }

.loadCSV {
    background-image: url('upload.svg');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
}

.tooltip {
    position: absolute;
}

    .tooltip .tooltipmsg {
        display:none;
        position: absolute;
    }

    .tooltip:hover .tooltipmsg {
        position: absolute;
        color: #000000;
        display: initial;
        border: 1px solid #2e2b2b;
        background-color: #c8c8c8ff;
        margin-top: -15px;
        border-radius: 5px 5px 0 0;
        width: 150px;
        text-align: justify;
        padding: 10px;
    }
.adminProjectsBody {
    display: grid;
    grid-template-columns: auto auto;
    padding:10px;
    margin:auto;
}
.adminProjectsBody table{
    height:auto;
}
.productscontianer{
    max-height:200px;
    overflow:auto;
}
.productscontianer .gv{
    margin:auto;

}
.projectproducts_container{
    border:1px solid #b6b6b6;
    padding:10px;
    background-color:#dcdcdc
}
.hrdivisor {
    width: 90%;
    border-top: 1px solid #cbcaca;
}

@media (width < 850px) {
    body {
        font-family: Arial,Tahoma,sans-serif;
        margin: 0;
        height: 100%;
        width: 100%;
        background-color: #656464;
    }
    .mp_AddArticle {
        border: 1px solid #000;
        border-radius: 5px;
        background-color: red;
        width: 100%;
        height: auto;
        margin: auto;
    }

    .mp_CamScanner {
        border: 1px solid #000;
        border-radius: 5px;
        background-color: white;
        width: 500px;
        height: 460px;
        margin: auto;
    }
    .cam_box {
        width: 500px;
    }
}