﻿@font-face {
    font-family: 'Estedad';
    src: url('/fonts/Estedad-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Estedad';
    src: url('/fonts/Estedad-Bold.woff2') format('woff2');
    font-weight: bold;
}

@font-face {
    font-family: 'Vazir';
    src: url('/fonts/Vazir-Regular.woff') format('woff2');
    font-weight: normal;
}

* {
    font-family: Vazir, Estedad, sans-serif !important;
}

html {
    font-size: 14px;
    font-style: normal;
    position: relative;
    min-height: 100%;
}

/* Center a DIV horizontally and vertically */
.center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%; /* اضافه شده */
    width: 90%; /* اضافه شده */
    padding: 20px; /* اضافه شده */
    box-sizing: border-box; /* اضافه شده */
    overflow-y: auto; /* اضافه شده */
    max-height: 90vh; /* اضافه شده */
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.18rem #258cfb;
}

body {
    background-color: #F5F7FA;
    direction: rtl;
}

.menuIcon {
    padding: 0 10px !important;
}

.main-menu {
    width: 66px;
    height: 100%;
    background-color: #383EC0;
    position: fixed;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 30vh;
}

.sub-menu {
    width: 230px;
    height: 100%;
    background-color: #FFFFFF;
    position: fixed;
    right: 66px;
    overflow-x: hidden;
    overflow-y: auto;
}

.main-content {
    height: 100%;
    position: fixed;
    right: 305px;
    left: 0;
    overflow: hidden;
}

.header-panel {
    position: absolute;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
}

.main-panel {
    background-color: #FFFFFF;
    position: absolute;
    top: 90px;
    width: 100%;
    bottom: 10px;
    padding: 10px;
    overflow: auto;
}

.userInfoHeader {
    text-align: left;
    position: absolute;
    top: 20px;
    left: 20px;
}

.user img {
    margin-right: 10px;
    border-radius: 30px;
    width: 40px;
    border: 1px solid #e3e5e7;
}

.user .username {
    color: #4C4C4C;
    font-size: 12px;
    position: relative;
    top: -5px;
    left: -73px;
}

.user .userrole {
    color: #8E8E8E;
    font-size: 11px;
    position: relative;
    top: 12px;
    left: -6px;
}

.sitemapper {
    position: absolute;
    top: 27px;
    right: 27px;
    background-color: #f5f7fa;
    padding: 5px 15px 5px 15px;
    color: #383ec0;
    border-radius: 12px;
    font-size: 12px;
}

    .sitemapper span {
        color: black;
    }

.systemInfo {
    position: relative;
    top: 10px;
    text-align: center;
}

    .systemInfo a {
        text-decoration: none;
        color: unset;
    }

    .systemInfo .organname {
        width: 150px;
        margin: 15px auto 10px auto;
        font-size: 12px;
        font-weight: 700;
    }

    .systemInfo .systemname {
        width: 150px;
        margin: auto;
        font-size: 11px;
        font-weight: 400;
        color: #444444 !important;
    }

.main-menu .main-menu-Item {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: table;
    color: white;
    margin: 10px auto 0 auto;
    /*border: 1px solid white;*/
}

    .main-menu .main-menu-Item:hover {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.1);
    }

.selected {
    background-color: rgba(255, 255, 255, 0.3);
}

.selectedmenu {
    background-color: #3CC6F1;
    border-radius: 10px;
}

.main-menu .main-menu-Item span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.main-menu-Item-Title {
    color: #1F3DDC;
    margin-top: 10vh;
    text-align: right;
    margin-right: 14px;
}

.sub-menu-Item {
    border-bottom: 1px solid #d7d7d7;
    height: 40px;
    padding: 8px 10px 0 0;
    margin: 0 25px 0 25px;
    display: none;
}

    .sub-menu-Item:hover:not(.searchBoxMenu), .menuItem:active, .menuItem:focus {
        background-color: #e8e9f1 !important;
    }

    .sub-menu-Item a {
        text-decoration: none;
        display: inline-block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sub-menu-Item:last-child {
        border-bottom: 0px hidden white !important;
    }

.rtl {
    direction: rtl;
    text-align: right;
}

    .rtl .dropdown-menu-right {
        right: auto !important;
        left: 0 !important;
    }

.message {
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 999999;
}

.close {
    float: left;
    padding-right: 10px;
    text-decoration: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.modal-header {
    padding: 0.75rem;
    font-weight: bold;
    font-size: 13px;
}

.date {
    background-position: 10px center;
    background-image: url('/img/datepicker.png');
    background-repeat: no-repeat;
}

.autocomplete {
    background-position: 6px center;
    background-image: url(/img/search.png);
    background-repeat: no-repeat;
    background-size: 18px;
}


#toolBoxMe {
    display: none;
}

.loadingShow {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(42, 101, 57, 0.31);
    z-index: 1000;
    background-position: center center;
    background-image: url('/img/Preloader.gif');
    background-repeat: no-repeat;
    z-index: 9999999;
}

.loadingHide {
    display: none;
    height: 0;
    width: 0;
}


.d-inline-block {
    display: inline-block !important;
}

.white {
    color: #fff !important
}

.error {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

[aria-invalid="true"] {
    border: 2px solid red;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    border-radius: 22px;
    -webkit-appearance: auto !important;
    appearance: auto !important;
}

.col-form-label {
    text-wrap: nowrap;
}


    .control-label:after, .col-form-label:after {
        content: ' :';
    }

    /* کلاس برای حذف دو نقطه */
    .control-label.no-colon:after, .col-form-label.no-colon:after {
        content: '';
    }

.middleCenter {
    /*vertical-align: center;*/
    /*align-content: center;*/
    text-align: center;
}

.btn {
    border-radius: 22px !important;
}

.btn-success {
    background-color: #59C327 !important;
    border-color: #59C327 !important;
}

.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}



.mvc-grid-pager button {
    border-radius: 50%;
}

.dropdown-toggle {
    outline: 0;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

    .btn-toggle:hover,
    .btn-toggle:focus {
        color: rgba(0, 0, 0, .85);
        background-color: #d2f4ea;
    }

    .btn-toggle::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

    .btn-toggle[aria-expanded="true"] {
        color: rgba(0, 0, 0, .85);
    }

        .btn-toggle[aria-expanded="true"]::before {
            transform: rotate(90deg);
        }

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

    .btn-toggle-nav a:hover,
    .btn-toggle-nav a:focus {
        background-color: #d2f4ea;
    }


.btngrid {
    cursor: pointer !important;
    display: inline-block;
    text-decoration: none;
    width: 25px;
    height: 25px;
    pointer-events: auto !important;
    margin-left: 10px;
}

.btngridtext {
    cursor: pointer !important;
    display: inline-block;
    text-decoration: none;
    height: 25px;
    pointer-events: auto !important;
    margin-left: 10px;
    padding: 3px;
    font-size: 0.8em;
    border-radius: 5px;
    background-color: #59C327 !important;
    border-color: #59C327 !important;
    color: #fff;
}

.btn-remove {
    color: #f50a0a;
}

    .btn-remove:hover {
        color: #ff0505;
    }

.btn-edit {
}

.btn-detail {
    color: green;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }

.tableInfo {
    border-collapse: separate;
    border-spacing: 0;
    border: 0 solid #FFF;
}

    .tableInfo td {
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 4px
    }

    .tableInfo tr td:first-child {
        border-right: 1px solid #ccc
    }

    .tableInfo tr:first-child td {
        border-top: 1px solid #ccc
    }

        .tableInfo tr:first-child td:first-child {
            border-top-right-radius: 6px
        }

        .tableInfo tr:first-child td:last-child {
            border-top-left-radius: 6px
        }

    .tableInfo tr:last-child td:first-child {
        border-bottom-right-radius: 6px
    }

    .tableInfo tr:last-child td:last-child {
        border-bottom-left-radius: 6px
    }

    .tableInfo td:nth-child(odd) {
        background-color: #eeeeee4d;
        white-space: nowrap;
        width: 10px;
    }

    .tableInfo td:nth-child(even) {
        font-weight: bold;
    }

    .tableInfo caption {
        padding-top: .3rem;
        padding-bottom: 0;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        white-space: nowrap;
        caption-side: top;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        text-align: center;
        background-color: #eeeeee4d;
        font-weight: bold;
        margin: 0 30% 0 30%;
        color: black;
    }


.tableInfo2 td:nth-child(odd) {
    background-color: inherit !important;
    white-space: normal !important;
    width: auto !important;
}

.tableInfo2 td:nth-child(even) {
    font-weight: normal !important;
}

.tableInfo2 tr:first-child {
    background-color: #eeeeee4d;
}

.tableInfo2 .footer {
    background-color: #eeeeee4d;
    font-weight: bold !important;
}

.tableInfo3 {
    border-collapse: separate;
    border: 1px solid #ccc;
    border-spacing: 0;
    border: 0 solid #FFF;
}
    .tableInfo3 td {        
        padding: 4px
    }
    .tableInfo caption {
        padding-top: .3rem;
        padding-bottom: 0;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        white-space: nowrap;
        caption-side: top;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        text-align: center;
        background-color: #eeeeee4d;
        font-weight: bold;
        margin: 0 30% 0 30%;
        color: black;
    }

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 0.75em 0;
    border-radius: 6px;
}

legend {
    width: auto;
    border: 1px solid;
    padding: 5px 5px 5px 10px;
    border-radius: 6px;
    background-color: #363636;
    color: White;
    float: none;
    font-size: 1rem;
}

.fileLink {
    display: block;
    background-image: url('/img/clips.png');
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
    margin-bottom: 8px;
    font-weight: normal;
}
/*-----------Bank ---------------------*/
.bankSaman {
    width: 200px;
    height: 32px;
    background-image: url(/img/bank/saman.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}

.bankZarinPal {
    width: 200px;
    height: 60px;
    background-image: url(/img/bank/zarinpal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 95px;
}

/* ------- Hidgcharts -------------------- */

.highcharts-data-table table {
    border-collapse: separate;
    border-spacing: 0;
    border: 0 solid #FFF;
    width: 100%;
}

.highcharts-data-table td, th {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 4px
}

.highcharts-data-table tr th:first-child {
    border-right: 1px solid #ccc
}

.highcharts-data-table tr:first-child th {
    border-top: 1px solid #ccc
}

    .highcharts-data-table tr:first-child th:first-child {
        border-top-right-radius: 6px
    }

    .highcharts-data-table tr:first-child th:last-child {
        border-top-left-radius: 6px
    }

.highcharts-data-table tr:last-child td:first-child {
    border-bottom-right-radius: 6px
}

.highcharts-data-table tr:last-child td:last-child {
    border-bottom-left-radius: 6px
}

.highcharts-data-table td:nth-child(odd) {
    background-color: #eeeeee4d;
    white-space: nowrap;
    width: 10px;
}

.highcharts-data-table td:nth-child(even) {
    font-weight: bold;
}

.highcharts-data-table caption {
    padding-top: .3rem;
    padding-bottom: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    white-space: nowrap;
    caption-side: top;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    text-align: center;
    background-color: #eeeeee4d;
    font-weight: bold;
    margin: 0 30% 0 30%;
    color: black;
}


.highcharts-data-table td:nth-child(odd) {
    background-color: inherit !important;
    white-space: normal !important;
    width: auto !important;
}

.highcharts-data-table td:nth-child(even) {
    font-weight: normal !important;
}

.highcharts-data-table thead {
    background-color: #eeeeee4d;
}
/* ------- ----------- Tab  ----- -------------------- */
.tab-content {
    padding: 25px;
    border: 1px solid;
    border-color: transparent #dee2e6 #dee2e6 #dee2e6;
}


/*-------reservation --------------------*/
/*-------timesheet --------------------*/

/*tr {
    border-right: 1px solid #d2caca !important;
}*/

.timesheet-container {
    /*width: 1000px;*/
    margin: 0;
    /* برای فعال کردن اسکرول افقی در صورت نیاز برای صفحه */
    overflow-x: auto;
    /* جلوگیری از اسکرول عمودی برای صفحه (اختیاری) */
    overflow-y: hidden;
}
.timesheet-body {
    display: inline-block;
    /*height: 65vh;*/ /* ارتفاع برابر با 60% صفحه نمایش */
    /*width: 80vw;*/
    overflow-y: auto; /* اسکرول عمودی در صورت نیاز */
    overflow-x: hidden; /* غیرفعال کردن اسکرول افقی */
    /*border: 1px solid #ddd;*/
}
.timesheet {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    user-select: none;
    border-collapse: collapse;
}
    .timesheet th {
        /*background-color: #f2f2f2;*/
        width: 100px;
        position: sticky;
        top: 0; /* چسبیدن به بالای container */
        z-index: 10;
    }
.timesheet tr {
    display: flex;
}
.timesheet tr:nth-child(even) {
    background-color: #f9f9f9; /* رنگ پس‌زمینه متناوب برای سطرها */
}
.timesheet tr:first-child, th {
        border: 1px solid transparent !important;
    }

    .timesheet tr td:first-child {
        width: 100px;
        display: block;
      
    }

    .timesheet tr td {
        border-left: 1px solid #d2caca !important;
        border-right: 1px solid #d2caca !important;
        padding:3px;

    }

.hedTimesheet {
    position: relative;
    right: -8px;
}

.itemTimesheet {
    background-color: #ddddff;
    border-radius: 5px;
    border: 1px solid #949393;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom:3px;
}

.daynameTimesheet {
    background-color: #0a58ca;
    padding: 3px;
    border-radius: 11px;
    margin: 5px;
    display: block;
    text-align: center;
    color: white;
}

.tarikhTimesheet {
    background-color: white;
    padding: 3px;
    border-radius: 11px;
    margin: 5px;
    display: block;
    text-align: center;
}

/*-----------------------------------------*/
.sansTimeLine {
    width: 100%;
    margin-top: 10px;
    
}

    .sansTimeLine tr {
        min-height: 100px;
        
    }

        .sansTimeLine tr td:first-child {
            width: 100px;
        }

        .sansTimeLine tr:first-child td:first-child {
            border-top-right-radius: 6px
        }

        .sansTimeLine tr:first-child td:last-child {
            border-top-left-radius: 6px
        }

        .sansTimeLine tr:last-child td:first-child {
            border-bottom-right-radius: 6px
        }

        .sansTimeLine tr:last-child td:last-child {
            border-bottom-left-radius: 6px
        }

.sansDayName {
    background-color: #f72585;
    padding: 3px;
    border-radius: 11px;
    margin: 5px;
    display: block;
    text-align: center;
}

.sansTarikh {
    background-color: #bce448;
    padding: 3px;
    border-radius: 11px;
    margin: 5px;
    display: block;
    text-align: center;
}

.sansItem {
    padding: 5px;
    background-color: aliceblue;
    margin: 2px;
    /*text-wrap: nowrap;*/
    display: inline-block;
    border-radius: 5px;
}

.sansItem2 {
    background-color: #efe16b !important;
}

.sansItem-toolbox {
    border-top: 1px solid gray;
    margin-top: 10px;
    text-align: center;
}

    .sansItem-toolbox a {
        cursor: pointer !important;
        display: inline-block;
        text-decoration: none;
        width: 25px;
        height: 20px;
        pointer-events: auto !important;
        margin-left: 10px;
    }


.fancy-group-box {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 25px 15px 2px;
    margin: 20px 5px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.fancy-group-box .fancy-label {
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(to bottom, #f9f9f9, #fff);
    padding: 0 15px;
    font-size: 15px;
    font-weight: bold;
    color: #444;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.fancy-group-box .content {
    margin-top: 10px;
}

.form-group {
    margin-bottom: 15px;
}

    .form-group label {
        /*display: block;*/
        margin-bottom: 5px;
        font-size: 14px;
        color: #555;
    }

    .form-group input {
        /*width: 100%;*/
        padding: 4px 8px;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

.dark-group-box {
    border-color: #444;
    background: #333;
    color: white;
}

.dark-group-box .group-box-label {
    background: #333;
    color: #eee;
}

.group-box {
    transition: all 0.3s ease;
}

.group-box:hover {
    border-color: #4285f4;
    box-shadow: 0 0 0 1px #4285f4;
}

.responsive-box {
    width: 90%;
    max-width: 450px;
    min-width: 350px;
    margin: 0 auto;
}

.special-text {
    font-weight: 700; /* معادل bold (مقادیر 100-900) */
    font-size: 85%; /* 15% کوچکتر از متن والد */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2), /* سایه اول */
    0 0 5px rgba(0,0,0,0.1); /* سایه دوم برای جلوه بهتر */
    /*letter-spacing: 0.5px;*/ /* فاصله بین حروف */
    padding: 0 10px;
    color: #333; /* رنگ متن تیره */
    line-height: normal;
    text-align: center;
}

.field-data {
    font-weight: bold;
}

@media (min-width: 500px) {
    .responsive-box {
        width: 80%;
    }
}

@media (min-width: 768px) {
    .responsive-box {
        width: 60%;
    }
}

.modal-content {
    width: 750px !important;
}


/* استایل کلی کانتینر */
.switch-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
}

/* استایل سوئیچ کوچک */
.switch.small-switch {
    position: relative;
    display: inline-block;
    width: 40px; /* عرض کوچکتر */
    height: 22px; /* ارتفاع کوچکتر */
}

.switch.small-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* اسلایدر کوچک */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px; /* اندازه کوچکتر */
    width: 16px; /* اندازه کوچکتر */
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .slider:before {
    transform: translateX(18px); /* فاصله مناسب برای سوئیچ کوچک */
}

/* حالت گرد */
.slider.round {
    border-radius: 22px;
}

.slider.round:before {
    border-radius: 50%;
}

/* استایل متن عنوان */
.switch-label {
    font-size: 14px;
    color: #555;
}

/* تغییر رنگ عنوان فعال */
input:checked ~ .switch-label:last-child {
    color: #2196F3;
    font-weight: bold;
}

/* تغییر رنگ عنوان غیرفعال */
input:not(:checked) ~ .switch-label:first-child {
    color: #555;
    font-weight: bold;
}


tr[data-row-color="default"] {
    background-color: #ffffff;
}
    tr[data-row-color="default"]:hover {
        opacity: 0.9;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

tr[data-row-color="light-gray"] {
    background-color: #eaeaea;
}
    tr[data-row-color="light-gray"]:hover {
        opacity: 0.9;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

tr[data-row-color="dark-gray"] {
    background-color: #e0e0e0;
    text-align: center;
}








#wizard-step {
    width: 100%;
    height: 50px;
}

#wizard-content {
    min-height: 400px;
    margin: 20px 50px 0 0;
    padding: 10px;
}


.wizard {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

    .wizard li {
        list-style-type: none;
        width: 11.11%;
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #999696;
    }

        .wizard li:before {
            width: 30px;
            height: 30px;
            content: counter(step);
            counter-increment: step -1;
            line-height: 30px;
            border: 2px solid #999696;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
            z-index: 3;
            position: relative;
        }

        .wizard li:after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #999696;
            top: 15px;
            left: -50%;
            z-index: 0;
        }

        .wizard li:first-child:after {
            content: none;
        }

        .wizard li.activeCurrent {
            font-weight: bold;
        }


        .wizard li.active {
            color: #1F3DDC;
        }


            .wizard li.active:before {
                border-color: #0826c5;
                background-color: #1F3DDC !important;
                color: white;
            }

            .wizard li.active + li:after {
                background-color: #0826c5;
            }

.wizardContent {
    display: none;
    overflow-y: auto;
    position: absolute;
    bottom: 85px;
    top: 110px;
    left: 30px;
    right: 30px;
    padding: 5px;
}

    .wizardContent .form-check {
        margin-top: 10px;
    }

#wizard-footer {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    border-top: solid 2px #f5f7fa;
}

    #wizard-footer .btn {
        margin: 10px 50px 5px 40px;
        /*  border: 2px solid; */
        width: 100px;
    }

.btn-back-wizard {
    float: right;
}

.btn-next-wizard {
    float: left;
}

.btnFinish {
    float: left;
    display: none;
}



.action-buttons {
    white-space: nowrap !important;
    text-align: center !important;
    width: 150px !important;
}

.action-buttons a {
    display: inline-block !important;
    margin: 0 3px !important;
    white-space: nowrap !important;
}