* {
    margin: 0;
    padding: 0;
}

tbody td.clob{
    max-width: 500px;
    max-height: 50px;
    overflow: hidden;
}
table.jtable>thead{
    border-bottom: 4px solid #ebebeb;
    padding: 9px 20px 2px;
}
table.jtable>thead>tr>td{
    text-decoration: none;
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font: normal 700 15px/21px 'Roboto', sans-serif;
    padding: 10px 20px 10px 0px;
    height: 21px;
}
table.jtable>thead>tr>td:not(.unsort){
    cursor: pointer;
}
table.jtable>thead>tr>td:not(.unsort):hover{
    color: var(--main-color);
}
table.jtable>tbody>tr{
    border-bottom: 1px solid #ebebeb;
}
table.jtable>tbody>tr>td{
    padding: 10px 20px 0px 0px;
}

table.jtable{
    /*border-collapse: collapse;*/
    /*border:1px #000 solid;*/
}
table.jtable td {
    /*border:1px #000 solid;*/
    /*padding: 1px 3px;*/
}

h2{
    font: normal 400 24px/31px 'Roboto', sans-serif;
    color: #333;
    margin-bottom: 15px;
}
h3{
    font: normal 400 24px/38px 'Roboto', sans-serif;
    color: #333;
    margin-bottom: 15px;
}
.control-field-container--password{
    display: inline-block;
    position: relative;
    width: 210px;
}
.control-field-container--password i{
    position: absolute;
    left: 170px;
    top:19px;
    font-size: 25px;
    cursor: pointer;
}
.control-field__input--password{
    margin-right:10px;
}

.save-user-form .control-field__head, .show-user-form .control-field__head{
    width: 200px;
}

.save-user-form .control-field--long .control-field-container, .show-user-form .control-field--long .control-field-container {
    margin-left: 220px;
}

.show-operator-form .control-field--long .control-field-container {
    margin-left: 220px;
}

.save-operator-form .control-field__head, .show-operator-form .control-field__head{
    width: 218px;
}

.save-operator-form .control-field--long .control-field-container{
    margin-left: 220px;
}
.operator-form-inline-checkbox-div{
    display: inline-block;
    padding-left: 15px;
    height: 37px;
    /*position: absolute;*/
}
.operator-form-inline-checkbox-div input[type="checkbox"]{
    -webkit-appearance: checkbox;
    position: relative;
    top: 10px;
}

.form .operator-form-inline-checkbox-div input[type="checkbox"]{
    -webkit-appearance: checkbox;
    position: relative;
    top: 2px;
}

.operator-form-inline-checkbox-div-commission input[type="checkbox"]{
    -webkit-appearance: checkbox;
    top: 10px;
}
.operator-form-inline-checkbox-div span{
    position: relative;
    /*width: 120px !important;*/
    padding-top: 5px !important;
}

.control-field__text.top-margin7{
    margin-top: 7px;
}

.role-form-permissions-table{

}
.role-form-permissions-table thead tr td:nth-child(1){
    min-width: 200px;
}
.role-form-permissions-table thead tr td{
    min-width: 116px;
}
.role-form-permissions-table tbody tr td{
    min-width: 120px;
}
.role-form-permissions-table tbody tr td:nth-child(1){
    min-width: 200px;
    padding-left: 15px;
}
.role-form-permissions-table thead td{
    text-align: center;
}
.role-form-permissions-table tbody td:not(:first-of-type){
    text-align: center;
}
.role-form-permissions-table input[type="checkbox"]{
    -webkit-appearance: checkbox;
}
.role-form-permissions-table td:not(:first-of-type){
    width: 150px;
}
.role-form-permissions-table-head td:last-of-type {
    padding-left: 0;
    padding-right: 20px;
}
.role-form-permissions-table-head td:not(:last-of-type) {
    padding-left: 0;
    padding-right: 0;
}
.roles_check_all, .roles_check_all .control-field__button--viewAll, .roles_check_all .control-field__button--discardAll{
    font: normal 400 12px 'Roboto', sans-serif;
    color: #222;
}
#navbar-role-permissions {
    overflow: hidden;
    background-color: white;
}
.sticky-role-permissions {
    position: fixed;
    top: 0;
    width: 800px;
    padding-top: 62px;
}

.form .sticky-role-permissions {
    width: auto;
}

.merchant-table__id {
    padding: 17px 20px 17px 0;
    width: 10.0%;
    word-wrap: break-word;
    overflow-wrap: break-word;
 }

.merchant-table__name {
    padding: 17px 20px 17px 0;
    width: 15%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.merchant-table__email {
    padding: 17px 20px 17px 0;
    width: 15%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.merchant-table__phone {
    padding: 17px 20px 17px 0;
    width: 8%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.merchant-table__address{
    padding: 17px 20px 17px 0;
    width: 25%;
    min-width: 450px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.merchant-table__configuration{
    padding: 17px 20px 17px 0;
    width: 25%;
    min-width: 450px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.reader-table__description{
    width: 50%;
    min-width: 450px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#error_code{
    font-size: 249px;
    line-height: 218px;
    padding-left: 16%;
    color: var(--main-color);
}

#error_text{
    font-size: 40px;
    padding-left: 15.9%;
    color: var(--main-color);
    line-height: 0.9;

}

#info_text{
    padding-top: 20px;
    font-size: 40px;
    padding-left: 10%;
    color: #999;
}

#error_block{
    width: 30%;
    margin-left: 200px;
    margin-right: 0px;
    float: left;
}

#info_block{
    width: 100%;
    line-height: 1.5;
    margin-right: 0;
    float: left;
}
#error_img img{
    margin: 0px 0px 0px -30px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
}
@media screen and (max-width:1567px) {
    #error_code{
        font-size: 230px;
        line-height: 189px;
        padding-left: 14%;
        color: var(--main-color);
    }

    #error_text{
        margin-top: 5px;
        font-size: 18px;
        padding-left: 19.9%;
        color: var(--main-color);
    }

    #error_block{
        margin-top: 56px;
        width: 52%;
        margin-left: 200px;
        margin-right: 0px;
        float: left;
    }
    #error_img img{
        margin: 166px 0px 0px -169px;
        width: 500px;
    }
}

@media screen and (max-width:1315px) {
    #error_img img{
        margin: 145px 0px 0px -169px;
        width: 399px;
    }
}

@media screen and (max-width:1155px) {
    #error_block{
        margin-top: 125px;
        width: 55%;
        margin-left: 19px;
        margin-right: 0px;
        float: left;
    }
    #error_img img{
        margin: 215px 0px 0px -110px;
        width: 399px;
    }
}
.spinner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    display: none;
}
.spinner_overlay_page {
    display: none;
    z-index: 120;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: white;
    text-align: center;
    vertical-align: middle;
}
.spinner_overlay_page .text {
    z-index: 121;
    position: relative;
    top: 50%;
    margin-top: 60px;
    box-sizing: border-box;
    opacity: 0.7;
}
.error_border{
    border-color: red !important;
}

.clearable {
    background: #fff url('../../image/cancel.png') no-repeat right -30px center;
    padding: 3px 30px 3px 4px; /* Use the same right padding (18) in jQ! */
    border-radius: 3px;
    transition: background 0.4s;
}
.clearable.x  { background-position: right 5px center; }
.clearable.onX{ cursor: pointer; }
.clearable::-ms-clear {display: none; width:0; height:0;}

.icon-close:before {
    content: "\e603";
}

.word-break {
    word-break: break-all;
}

#hiddenLabel {
    font: normal 400 20px/30px 'Roboto', sans-serif !important;
    color: #333;
    margin-bottom: 25px;
}

.form #hiddenLabel {
    font: normal 400 20px/20px 'Roboto', sans-serif !important;
    color: #333;
    margin-bottom: 5px;
}

.password {
    position: relative;
}

.password-control {
    position: absolute;
    padding-top: 17px;
    margin-left: -28px;
    font-size: 25px;
}

.password-control:before {
    content: "\e900";
}

.password-control.view:before {
    content: "\e901";
}
.tox-promotion {
    display: none !important;
}
.tox-statusbar__branding {
    display: none !important;
}

[id="cancel__merchantAdd"]:hover {
    cursor: pointer;
    color: var(--primary-color)
}
.confirm-popup_answer_block:focus {
    outline: none;
    border: 1px solid black;
    border-radius: 5px;
    padding: 9px;
}
.dragField {
    justify-content: center;
    height: 300px;
    border: 2px dashed gray;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center
}
.dragover {
    border: 2px dashed blue;
    background-color: #f0f0f0;
}
.dragSelect {
    justify-content: center;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}