﻿
.topmenu-active {
    color: #007bff;
    font-weight: 500;
}

.topmenu-inactive {
    color: #212529;
    font-weight: 400;
}

.overlay {
    position: fixed; /* Sit on top of the page content */
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #F5F5F5;
    z-index: 1060;
    opacity: 0.5;
}
.img-detail {
    position: fixed; /* Sit on top of the page content */
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    z-index: 1060;
}

.img-backdrop {
    position: fixed; /* Sit on top of the page content */
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #F5F5F5;
    z-index: 1050;
    opacity: 0.9;
}


.page-container {
    max-width: 1180px;
    background: #fff;
    min-height: 100vh;
}

.form-container {
    max-width: 660px;
}


.header-container {
    
}

.nav-link {
    display: block;
    padding: .5rem 0.75rem !important;
}

.in-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0 !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .in-checkbox input {
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #ced4da;
}

/* On mouse-over, add a grey background color */
.in-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.in-checkbox input:checked ~ .checkmark {
    background-color: #2196F3 !important;
}

.in-checkbox input:disabled ~ .checkmark {
    background-color: #ccc;
    opacity: 0.5;
    cursor:auto;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.in-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.in-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.was-validated .form-control:invalid, .form-control.input-validation-error {
    border-color: #dc3545;
    /*padding-right: calc(1.5em + 0.75rem);*/
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");*/
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .form-control.input-validation-error ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display:block !important;
        visibility: visible !important;
    }

.type-active {
    border-bottom: solid 4px #0094ff;
    color: #007bff !important;
}

.search-type {
    height: 30px;
    color: gray;
}

.filter-button {
    display: inline-block;
    font-weight: 400;
    color: #007bff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #007bff;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.calc-container {
    
}

.calc-table {
    border-color: #404040;
    border-width: 1px;
    border-style: solid;
    width: 880px;
    border-collapse: collapse;
}

.pd-inner-talbe {
    min-width:660px;
}

    .calc-table th {
        border-color: #404040;
        border-width: 1px;
        border-style: solid;
        border-collapse: collapse;
        text-align: center;
        padding-left:5px;
        padding-right:5px;
    }

    .calc-table td {
        border-color: #404040;
        border-width: 1px;
        border-style: solid;
        border-collapse: collapse;
        padding-left: 5px;
        padding-right: 5px;
    }


.calc-none-border {
    border: none;
}

    .calc-none-border th {
        border: none;
    }

    .calc-none-border td {
        border: none;
    }

.calc-pading {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.calc-table .note
{
    padding-top:10px;
    padding-bottom:10px;
}

.fixed-table {
    overflow: auto;
    max-width: 100%;
}

    .fixed-table table {
        white-space: nowrap;
    }

        .fixed-table table thead tr:first-child {
            position: -webkit-sticky;
            position: sticky;
            top: -1px;
            z-index: 1;
        }

            .fixed-table table thead tr:first-child+tr {
                position: -webkit-sticky;
                position: sticky;
                top: 39px;
                z-index: 1;
            }

        .fixed-table table thead th[scope=row] {
            position: -webkit-sticky;
            position: sticky;
            left: 0;
            z-index: 5 !important;
        }

        .fixed-table table tbody th[scope=row] {
            position: -webkit-sticky;
            position: sticky;
            left: 0;
            z-index: 2;
            background-color: #e9ecef;
        }

        .fixed-table .second-header {
           
            top: 47px !important;
        }

.text-area-flat {
    border: none;
    overflow:hidden;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
}

.btn-filter.dropdown-toggle::after {
    display: inline-block;
    margin-left: .1em;
    vertical-align: .1em;
    content: "";
    border-top: .6em solid;
    border-right: .6em solid transparent;
    border-bottom: 0;
    border-left: .6em solid transparent;
}

.user-prfile-detail-inial {
    width: 88px;
    height: 88px;
}