
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */

select,.select2{
    max-width: 100%;
    width: 100%;
    display: block !important;
}
.select2-selection__rendered{
    margin-top:7px;
}

.legend-green, .legend-blue, .legend-red, .legend-gray {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: green;
}
.legend-blue {
    background-color: blue;
}
.legend-red {
    background-color: red;
}
.legend-gray {
    background-color: gray;
}

.admin-roles{
    height: 10% !important;
    padding-bottom: 30px!important;
}

.logo-image{
    max-height:300px;
    max-width:300px;
    height:auto;
    width:auto;
}

.table {
    table-layout: fixed;
    word-wrap: break-word;
}

.transactions th {
    text-align: center;
}

.transactions td {
    height: 30px!important;
    font-size: 12px!important;
    text-align: center;
}

.transactions td.amount {
    padding-right: 1.8vw!important;
    text-align:right;
    white-space:nowrap;
}

.terminals-config textarea {
    min-height: 500px!important;
    width: 100%;
    resize: both!important;
    border-color: #e4e6fc;
    background-color: #fdfdff;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    font-family: Segoe UI;
}

.loading:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    z-index: 10;
}
