﻿.fa-margin {
    margin-right: 4px !important;
    padding: .2rem .4rem !important;
    font-size: .68rem;
}

.rtx-create-btn {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .rtx-create-btn:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .rtx-create-btn:focus, .rtx-create-btn.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .rtx-create-btn.disabled, .rtx-create-btn:disabled {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .rtx-create-btn:not(:disabled):not(.disabled):active, .rtx-create-btn:not(:disabled):not(.disabled).active,
    .show > .rtx-create-btn.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        background-image: none;
        border-color: #398439;
    }

        .rtx-create-btn:not(:disabled):not(.disabled):active:focus, .rtx-create-btn:not(:disabled):not(.disabled).active:focus,
        .show > .rtx-create-btn.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(16, 192, 163, 0.5);
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

.rtx-edit-btn {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .rtx-edit-btn:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .rtx-edit-btn:focus, .rtx-edit-btn.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .rtx-edit-btn.disabled, .rtx-edit-btn:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .rtx-edit-btn:not(:disabled):not(.disabled):active, .rtx-edit-btn:not(:disabled):not(.disabled).active,
    .show > .rtx-edit-btn.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .rtx-edit-btn:not(:disabled):not(.disabled):active:focus, .rtx-edit-btn:not(:disabled):not(.disabled).active:focus,
        .show > .rtx-edit-btn.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.rtx-delete-btn {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .rtx-delete-btn:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .rtx-delete-btn:focus, .rtx-delete-btn.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .rtx-delete-btn.disabled, .rtx-delete-btn:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .rtx-delete-btn:not(:disabled):not(.disabled):active, .rtx-delete-btn:not(:disabled):not(.disabled).active,
    .show > .rtx-delete-btn.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .rtx-delete-btn:not(:disabled):not(.disabled):active:focus, .rtx-delete-btn:not(:disabled):not(.disabled).active:focus,
        .show > .rtx-delete-btn.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.aEditRotexLink.btn,
.aViewRotexLink.btn,
.aDeleteRotexLink.btn,
.fa-margin.btn {
    font-size: 0.625rem;
}
 
.rtx-required-label {
    color:#bd2130;
    font-size:20px;
    vertical-align:middle;
}

.login-form {
    background-color: #fff;
    padding: 30px;
}

.login-back {
    background-color: rgba(36, 105, 92, 0.1) !important;
}

.auth-back {
    background-color: #fff;
}

.k-input-md .k-input-button,
/*.k-input-md .k-spinner-decrease, 
.k-input-md .k-spinner-increase, */
.k-picker-md .k-input-button,
.k-picker-md .k-spinner-decrease,
.k-picker-md .k-spinner-increase {
    padding: 1.14rem .375rem !important;
}

.bg-customized-control {
    background-color: #f6feee !important;
}

.btn-xs {
    padding: 0.25rem 0.5rem!important;
}
.note, .note a{
    font-size:0.8em!important;
}
.two-factor-recovery-codes {
    margin: 32px 0;
    font-size: 20px;
}
.two-factor-recovery-code::before {
    position: relative;
    top: -3px;
    margin-right: 8px;
    font-size: 12px;
    color: var(--color-fg-muted);
    content: "●";
}
.two-factor-recovery-code {
    display: inline-block!important;
    width: 48%;
    line-height: 1.6;
    text-align: center;
}
/*required*/
/*.form-control::-webkit-input-placeholder {
    color: #c9c9c9 !important;
}

.form-control input[data-val-required], 
.form-control textarea[data-val-required] {
    border-left: solid 5px #52a4ca;
}

[data-val-required],
.form-control input[data-val-required],
.form-control textarea[data-val-required] {*/
/*border-left: solid 5px #2ef12e;*/
/*border-left: solid 5px #ff0000;
    padding-left: 6px;
}

.k-controlrequired {
    border-left: solid 5px #ff0000 !important;
}*/
/*.requiredindicate {
    border: solid 1px silver;
    border-left: solid 5px #ff0000;
    padding: 2px;
    padding-left: 7px;
    width: 115px;
    font-weight: 700;
    background-color: #eff7fa;
    font-size: 11px;
}*/
/*.form-control input[type="checkbox"] {
    border-left: none;
}

.form-control input[type="url"] {
    width: 100%;
}

.form-control select {
    color: #7f8c7d;
    font-size: 1.25em;
    padding: 2px;
    margin: 0 0 10px 0;
}

    .form-control select[data-val-required] {
        border-left: solid 4px #c13a3f;
        padding-left: 0;
    }*/
/**/
/* Hide/rearrange for smaller screens */
@media screen and (min-width: 1200px) {
    /* Hide captions */
    /*.form-control,*/
    .control-width {
        width: 100%;
        min-width: 400px;
    }
}

@media screen and (max-width: 1199px) {
    /* Hide captions */
    /*.form-control,*/
    .control-width {
        width: 100%;
    }
}
