﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

input.invalid {
    background-color: #ffdddd;
}

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    .step.active {
        opacity: 1;
    }

    .step.finish {
        background-color: #1890ff;
    }

.input-search {
    background-color: #F1F1FA !important;
    border-left: none !important;
    border-right: none !important;
}

.input-search-bg {
    background-color: #F1F1FA !important;
}

.input-prepend-search {
    border-right: none;
    background-color: #F1F1FA !important;
}

.input-append-search {
    border-left: none;
    border-radius: .4rem;
    border: 1px solid #ced4da;
    background-color: #F1F1FA !important;
}

.btn-muted {
    background-color: #F7F9FA !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #78909C !important;
}

.mb-10 {
    margin-bottom: 4rem !important;
}

.nav-pills-style2 {
    padding: 1rem 3rem !important;
    background-color: #19404B;
    border-radius: 8px;
}

    .nav-pills-style2 .nav-link {
        background-color: #395C65 !important;
        border-radius: 7px !important;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        margin-right: 15px;
        color: white;
        padding: 1rem 2rem !important;
    }

        .nav-pills-style2 .nav-link.active {
            background-color: #437783 !important;
            border-radius: 7px !important;
            font-weight: bold;
            font-size: 14px;
            line-height: 18px;
            padding: 1rem 2rem !important;
        }

.nav-tabs-style2 {
    padding: 1rem 3rem !important;
    background-color: none !important;
}

    .nav-tabs-style2 .nav-link {
        background-color: none !important;
        border-top: none !important;
        border-right: none !important;
        border-left: none !important;
        /*border-bottom: 1px solid #E2E2EA !important;*/
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        color: #9A9AAF;
        padding: 1rem 2rem !important;
    }

        .nav-tabs-style2 .nav-link.active {
            background-color: none !important;
            border-top: none !important;
            border-right: none !important;
            border-left: none !important;
            border-bottom: 3px solid #49BDFF !important;
            font-weight: bold;
            font-size: 14px;
            line-height: 18px;
            color: #003463;
            padding: 1rem 2rem !important;
        }

.nav-pills-info {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #D2D2D2;
}

.btn-style2-orange {
    background-color: #FF8743 !important;
    border-radius: 7px;
    color: #F2F2F2 !important;
}
.btn-style2-orange:hover {
    background-color: #e67f45 !important;
}

.dataTables_wrapper .dataTables_paginate ul.pagination {
    justify-content: flex-end !important;
}

.table-style2 thead th {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #979CA8;
}

table.dataTable .sorting::before, table.dataTable .sorting_asc::before, table.dataTable .sorting_desc::before {
    top: auto;
    right: 1.6rem;
}

table.dataTable .sorting::after, table.dataTable .sorting_asc::after, table.dataTable .sorting_desc::after {
    top: auto;
}

table.dataTable.table-sm .sorting::before, table.dataTable.table-sm .sorting_asc::before, table.dataTable.table-sm .sorting_desc::before {
    top: auto;
    right: 1.6rem;
}

table.dataTable.table-sm .sorting::after, table.dataTable.table-sm .sorting_asc::after, table.dataTable.table-sm .sorting_desc::after {
    top: auto;
}

table.dataTable td {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    color: #091626;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

    table.dataTable td{
        background-color:transparent;
        box-shadow:none;
    }

    table.dataTable tbody tr:hover {
        background-color: #F7F9FC;
    }

table.dataTable {
    border-collapse: collapse !important;
}

.dataTables_wrapper > div.row:nth-child(1) {
    background-color: #F8FAFB;
    border-radius: 8px;
    padding-top: 1.2rem;
    padding-bottom: 0.8rem;
}

.table-hover tbody tr:hover {
    background-color: #F7F9FC;
}


.sw-theme-dots > .nav::before {
    content: " ";
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #eee;
    border-radius: 3px;
    z-index: 1;
}

.stepbar {
    content: " ";
    position: absolute;
    top: 18px;
    left: 0;
    width: 63%;
    height: 5px;
    background-color: #5BC0DE;
    border-radius: 3px;
    z-index: 2;
}

.sw-theme-dots > .nav::after {
    content: " ";
    position: absolute;
    top: 18px;
    left: 0;
    width: 37%;
    height: 5px;
    background-color: #ffdddd;
    border-radius: 3px;
    z-index: 2;
    display:none;
}

.sw-theme-dots > .nav .nav-link.done {
    color: #5BC0DE;
    cursor: pointer;
}

    .sw-theme-dots > .nav .nav-link.done::after {
        background-color: #5BC0DE;
    }

.sw-theme-dots > .nav .nav-link::before {
    z-index: 0;
}

@media (min-width: 1400px) {
    .title-content {
        position: absolute;
        right: 0;
        top: 8rem;
        margin-right: -7rem;
    }
}

@media (min-width: 1200px) and (max-width: 1400px){
    .title-content {
        position: absolute;
        right: 0;
        top: 8rem;
        margin-right: -5rem;
    }
}

@media (min-width: 768px) and (max-width: 1200px){
    .title-content {
        position: absolute;
        right: 0;
        top: 6rem;
        margin-right: -5rem;
    }
}

@media (min-width: 768px){
    .right-bottom-side{
        position: absolute;
        right: 1rem;
        bottom: 1rem;
    }
}