﻿html {
    scroll-behavior: smooth;
}
.modal-open {

    overflow: auto !important;

}

body {
    background-color: #f4f6f9 !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    font-size: .75em !important;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif !important;
    margin: 0px;
    padding: 0px;
    color: #696969;
    font-weight: 500 !important;
    /*-webkit-text-stroke: 0.1px;*/
}
.table th, .table td {
    vertical-align: middle !important;
}
.badge-purple {
    color: #fff;
    background-color: #8A2BE2;
}
.asterisk:before{
    top: 0;
    left: -5px;
    padding-right: 2px;
    content: "*";
    color: red;
}
.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 3px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

input[type=submit]:disabled {
    background-color: gainsboro;
    border: solid 1px gainsboro;
    color: #666;
    cursor: no-drop;
}

input[type=button]:disabled {
    background-color: gainsboro;
    border: solid 1px gainsboro;
    color: #666;
    cursor: no-drop;
}
/* scrollbar style */
::-webkit-scrollbar {
    height: 8px; /* height of horizontal scrollbar ← You're missing this */
    width: 8px; /* width of vertical scrollbar */
    border: 1px solid #d5d5d5;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/*end scrollbar style */

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

* {
    margin: 0;
    padding: 0;
}

.model-background {
    background-color: black;
    filter: alpha(opacity=90) !important;
    opacity: 0.6 !important;
    z-index: 20;
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 3px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.auto_dropdown {
    height: calc(1.3em + 0.5rem + 6px);
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    border: 1px solid #ced4da;
}

.dropdown_searchbox {
    height: calc(1.3em + 0.5rem + 6px);
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    border: 1px solid #ced4da;
}

    .dropdown_searchbox:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.model-popup {
    position: relative;
    width: 80%;
    background-color: white;
    border: 1px solid black;
}

.navbar-brand {
    font-weight: bold !important;
}

.navbar .nav-item .nav-link {
    color: white !important;
    font-size: 13px !important;
    font-weight: bold;
}

    .navbar .nav-item .nav-link:hover {
        font-weight: bold !important;
        font-size: 13px !important;
    }

.float-button {
    position: fixed;
    bottom: 60px;
    right: 60px;
}

.wrapper-login {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 10px 38px 66px;
    background-color: White;
    margin: 0 auto;
    border: 0px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

.control-box {
    background-color: White;
    border: 0px solid rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

.checkbox {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding-left: 0 !important;
    margin-right: 0.75rem !important;
}

    .checkbox input {
        position: absolute !important;
        margin-top: 0.2rem !important;
        margin-left: -1.1rem !important;
    }

    .checkbox label {
        margin-bottom: 0 !important;
    }

.form-login {
    margin-top: 50px;
    margin-bottom: 20px;
}

.form-login-heading {
    text-align: center;
    margin-bottom: 20px;
}

input[type="password"] {
    margin-bottom: 20px;
    /*    border-top-left-radius: 0;
    border-top-right-radius: 0;*/
}

table th, table td {
    /* white-space: nowrap;*/
    padding: 0.2em;
}

table th {
    /*background-color: #f4f6f9
    background-image: linear-gradient(to top, rgba(100,100,100,0.2) 0%, rgba(255,255,255,0.2) 100%);*/
}

.overflowContainer TABLE {
    /*background-image: linear-gradient(to right, rgba(180,180,180,0.2) 0%, rgba(255,255,255,0.1) 100%);*/
}

.updatePanel {
    border: 2px dashed #999;
    padding: 0.5em;
    margin: 0.5em;
}

.viewHeader {
    background-color: ghostwhite;
    font-weight: bold;
    width: 20%;
    /* text-align:right;*/
}

.gridview {
    width: 100%;
    color: #212529;
    font-weight: inherit;
    border-bottom: 1px solid #dee2e6;
}

    .gridview td {
        padding: 5px 10px;
        color: #212529;
        font-weight: inherit;
        border-bottom: 1px solid #dee2e6;
    }

    .gridview th {
        padding: 3px;
        height: 45px;
        color: #212529;
        font-weight: bold;
        border-bottom: 1px solid #dee2e6;
    }

.gridMainInfo {
    background-color: #0066CC;
    font-weight: bold;
}

.gridViewHeader {
    color: #000;
    text-align: left;
    font-weight: bold;
}

.gridViewFooter {
    /* background-color: #0066CC;*/
    color: #000;
    font-weight: bold;
}

.gridViewRow {
    /*border-width: 0px;*/
    border-top: solid 1px rgba(0,0,0,0.1);
    border-collapse: collapse;
    color: #333333;
    background-color: White;
    height: 41px;
}

.gridViewAltRow {
    background-color: #FFFFFF;
    border-width: 0px;
    border-collapse: collapse;
}

.gridViewSelectedRow {
    background-color: #FFCC00;
    color: #666666;
    border-width: 0px;
    border-collapse: collapse;
}

.table tbody > tr > th > a {
    color: #212529;
    text-decoration: underline;
}
/***** Paper style for grid *****/
.gridPaper,
.gridPaper td > table > tbody > tr:hover {
    background-color: ghostwhite !important;
}

    .gridPaper a,
    .gridPaper span {
        border: solid 1px #dddddd;
        background: #f0f0f0;
        color: #000000;
        border-radius: 4px;
        border-radius: 4px;
        padding: 8px 12px;
        font-weight: bold;
    }

    .gridPaper td > table > tbody > tr > td {
        padding: 2px !important;
        border: none !important;
        /*height: 39px !important;*/
    }
    .gridPaper td > table {
        width: auto !important;
    }

    .gridPaper a {
        background-color: #ffffff;
        color: #034af3;
        border: 1px solid #ced4da;
        border-radius: 4px;
        border-radius: 4px;
        padding: 8px 12px;
        font-weight: bold;
    }

        .gridPaper a:hover {
            background-color: #f5f5f5;
            color: #666;
        }

    .gridPaper span {
        background: #f5f5f5;
        color: #666;
        font-weight: bold;
    }

.select-control {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .select-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.lable-control {
    padding-right: 10px;
}