﻿.topstats {
    margin-top: 30px;
}

.lang {
    display: inline-block;
    color: black;
    padding-right: 40px;
}

.user-guest {
    display: inline-block;
}

#systemId {
    background-color: #DCDAD1;
    padding: 2px;
    margin: 0 0 0 0;
    background-image: none;
    padding-left: 10px;
    border: none;
}

.field-validation-error {
    color: #ff0000;
    margin-left: 10px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.form-group .form-buttons {
    text-align: center;
    margin-bottom:10px;
}

.check-input {
    width: 20px !important;
    margin: 0 auto !important;
}

.lock-name {
    width: 20px;
    height: 100px;
    overflow: hidden;
    position: relative;
}

    .lock-name input {
        position: absolute;
        height: 20px;
        width: 100px;
        padding: 2px;
        top: 40px;
        left: -40px;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        border: 0px;
    }

.lock-amount {
    width: 20px;
    height: 20px;
}

    .lock-amount input {
        height: 20px;
        width: 20px;
        padding: 2px;
        border: 0px;
    }

.table-col-input {
    width: 125px;
    height: 25px;
    float: left;
    border-left: 1px solid #000;
}

.table-col {
    width: 25px;
    height: 25px;
    float: left;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

.table-col-input input {
    width: 100%;
    height: 25px;
}

.table-row {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
}


.first-row {
    overflow: hidden;
    height: 25px;
    width: 25px;
    clear: both;
    margin: 0;
    display: inline-block;
}

.matrix-active {
    background-image: url('/Content/img/cross.png');
}

.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}

    .custom-menu li {
        padding: 8px 12px;
        cursor: pointer;
        list-style-type: none;
        transition: all .3s ease;
        user-select: none;
    }

        .custom-menu li:hover {
            background-color: #DEF;
        }

        .custom-menu li span {
            display: block;
        }

        .custom-menu li #clearDiagonal, .custom-menu li #selectDiagonal {
            display: initial;
        }

.matrix-table {
    display: inline-block;
}


.table-row .table-col:last-child {
    border-right: 1px solid black;
}

.table-row:first-child .table-col {
    border-top: 1px solid black;
    position: relative;
}

.matrix form {
    margin: 0 auto;
    min-width: 50%;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

.keyNumberRow {
    position: absolute;
    left: -30px;
}

.keyNumberCol {
    position: absolute;
    top: -19px;
    width: 200%;
    text-align: left;
    margin-right: 0;
    display: inline;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 10px;
    margin-left: 0;
    -o-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.matrix span.keyNumberCol {
    width: 100%;
    text-align: left !important;
}

.table-row:after {
    content: '';
    display: table;
}

.table-row:before {
    content: '';
    display: table;
}


#languagesSelect {
    position: relative;
    height: 35px;
}

/*#btnAddLang {
    margin-bottom: 10px;
}*/

.key-image {
    padding-bottom:15px;
}

.colImageKey {
    position: relative;
}

    .colImageKey .selectsCombinationCells {
        position: absolute;
        padding: 0 15px;
        left: 0;
        top: 50%;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .selectsCombinationCells select{
        margin-right:10px;
    }

.inlineCheck {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

    .inlineCheck input {
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        height: 15px;
        /*margin-bottom: -15px;*/
    }

    .inlineCheck div {
        text-align: center;
    }

ul.matrix-row.list-inline {
    margin: 0;
}

    ul.matrix-row.list-inline li {
        text-align: center;
        width: 10px;
        padding: 0;
    }

.FilterCode {
    width: 10px;
    left: 20px;
    top: 10px;
    position: relative;
    display: inline-block;
}

.FilterCheck {
    display: inline-block;
}

.multi-check-input {
    margin: 0 10px !important;
}

.inputElement {
    display: inline-block;
    height: 25px;
}

.left-matrix {
    width: 260px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    font-size: 0;
}

.textMatrixLeft {
    position: absolute;
    top: -20px;
    font-size: 13px;
}

.table-col.colorGrey {
    background-color: rgba(128, 128, 128, 0.5);
}

.wrapper1 {
    width: 100%;
    border: none 0px RED;
    overflow-y: hidden;
    height: 20px;
}

.div1 {
    height: 20px;
}

#matrix_tree {
    /*padding-top: 200px;*/
}

.left-column {
    display: inline-block;
    right: 50px;
    position: relative;
    top: -8px;
}

.right-column {
    display: inline-block;
    position: absolute;
    top: -40px;
    left: 0;
    width: 200px;
    position: absolute;
    left: -22px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -o-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.textTreeLeft {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.left-row, .right-row {
    height: 25px;
}

    .right-row input {
        height: 25px;
        border-radius: 0;
    }

    .left-row input {
        height: 25px;
        border-radius: 0;
        width: 100px;
    }

    .right-row input {
        width: 100px;
    }


@media print {
    .cylinderName {
        color: red;
    }
}

textarea#Comments {
    width: 250px;
}

.buttonsTranslateOptions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
    .buttonsTranslateOptions > form {
        margin: 0;
    }
    #ExportToCSVButton {
        margin-right: 10px;
    }
#imageHiddenField + input {
    color: #ff9435;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ff9435;
    padding: 6px 29px 6px 29px;
    background: transparent;
    cursor: pointer;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    width: 190px;
}
#displayFileName {
    color: rgb(73, 80, 87);
    max-width: 190px;
    height: auto;
    margin-right: 10px;
    text-align: center;
}
#btnForUploadImg {
    color: #ff9435;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ff9435;
    padding: 6px 20px 6px 20px;
    background: transparent;
    /*background-image: url(data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" width="24… 16.4-6.2 22.6 0l105.4 105.4c10.1 10.1 2.9 27.3-11.3 27.3z"></path></svg> );
    background-repeat: no-repeat;
    background-position-x: 71%;
    background-position-y: 50%;*/
    cursor: pointer;
    margin-right: 10px;
}
#btnAddLang {
    margin-right: 10px;
}
.addAinmationSubmitBtn {
    animation: shadow-pulse 1s infinite;
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}
.saveButtonTranslate {
    float: right;
}
.dispay-container {
    position: relative;
}
    .dispay-container i {
        position: absolute;
        top: 0;
        right: 15px;
        color: red;
        cursor: pointer;
    }
.buttonsContainer.buttonTranslate {
    float: right;
}

.main, .MatrixReport, .KeysReport, .CylindersReport, .inventoryReport {
    text-align: left;
    display: inline-block;
}

.main, .MatrixReport {
    display: block;
}

.daterangepicker .calendar .calendar-date .prev .fa-arrow-right:before {
    content: "\f060";
}

.daterangepicker .calendar .calendar-date .next .fa-arrow-left:before {
    content: "\f061";
}

.login-form form .form-area .group i {
    top: 9px;
}

.requiredAmount {
    color: red;
    padding-bottom: 20px;
    display: none;
}

#inventory_report, .CylindersReport {
    width: 100% !important;
    max-width: 100%;
}

td.htDimmed {
    white-space: nowrap !important;
}

.cylwrapper {
    width: 25%;
    float: left;
}

.sidebar {
    background: #331d15;
}

#myModal {
    z-index: 99999;
}

.image-header {
    display: inline-block;
    float: right;
    padding-top: 15px;
}

.remove-unnecessary label {
    display: block;
    text-align: center;
}

.remove-unnecessary input {
    vertical-align: middle;
    margin: 0 !important;
}

.remove-unnecessary label span {
    vertical-align: middle;
}
