/*
* custom_common.css
*/
.logo-admin{
    max-height: 60px;
    height: auto;
    width: auto;
    margin: 5px;
}
.two-factor-box-card {
    width: 40%;
    margin: 0 auto;
    background-color: #ffffff;
    height: 500px;
}
.two-factor-auth-info {
    overflow: auto;
    width: 100%;
    height: 150px;
}
.error-message {
    padding: 8px;
    border-radius: 6px;
    color: #ffffff;
    background-color: #0b97c4;
}
.strong {
    font-weight: 900;
}

.disabled-col {
    background-color: #eeeeee!important;
    color: #000000!important;
    opacity: 0.3!important;
}


.empty {
    background-color: #fdf8b0;
    color: #000000;
}

.invalid {
    background-color: #d50000;
    color: #ffffff;
}

.exists {
    background-color: #2b9bbb;
    color: #ffffff;
}

.box-info {
    background-color: #e2f4fa;
    color: #222222;
    font-size: 18px;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 30px;
}

#form-errors, #box-error, .box-error {
    background-color: #2b9bbb;
    color: #ffffff;
    font-size: 18px;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 30px;
}
#box-error .card-body {
    background-color: #fff8ec;
    color: #222222;
}

/* Progress bar */
.progress-container {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin-top: 20px;
}

.progress-bar {
    width: 0%;
    height: 30px;
    background-color: #4caf50;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    color: white;
}

.status-message {
    margin-top: 10px;
    font-weight: bold;
}

.error-table {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
}

.error-table th, .error-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.error-table th {
    background-color: #f2f2f2;
}

.editable {
    cursor: pointer;
}

.editable:hover {
    background-color: #f9f9f9;
}
/* end progress bar*/

.show-hide {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}

#contentmodalImport {
    overflow: auto;
    max-height: 350px;
}

table.error-correction {
    width: 100%;
    border: 2px #dddddd solid;
    border-radius: 10px;
    padding: 6px;
}

/* SWITCH BOOLEAN */
.boolean_switch {
    position: relative!important;
    display: inline-block;
    width: 50px!important;
    height: 24px!important;
}

.boolean_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.boolean_slider {
    position: absolute!important;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px!important;
    height: 24px!important;
    background-color: #ccc!important;
    -webkit-transition: .4s!important;
    transition: .4s!important;
}

.boolean_slider:before {
    position: absolute;
    content: "";
    height: 16px!important;
    width: 16px!important;
    left: 4px!important;
    bottom: 4px!important;
    background-color: white;
    -webkit-transition: .4s!important;
    transition: .4s!important;
}

input:checked + .boolean_slider {
    background-color: #2196F3!important;
}

input:focus + .boolean_slider {
    box-shadow: 0 0 1px #2196F3!important;
}

input:checked + .boolean_slider:before {
    -webkit-transform: translateX(26px)!important;
    -ms-transform: translateX(26px)!important;
    transform: translateX(26px)!important;
}

/* Rounded sliders */
.boolean_slider.round {
    border-radius: 34px!important;
}

.boolean_slider.round:before {
    border-radius: 50%!important;
}
/* END */

.font-size-15 {
    font-size: 15px!important;
}
.margin-bottom-10 {
    margin-bottom: 10px!important;
}
.margin-bottom-20 {
    margin-bottom: 20px!important;
}
.margin-bottom-30 {
    margin-bottom: 30px!important;
}

.input-suffix {
    display: block;
    position:absolute;
    top:5px;
    right:0;
    width: auto;
    padding: 5px 4px;
    background-color: #eeeeee;
    z-index: 100;
}