﻿root {
    --font-family-me: "Ubintu";
    /*    --primary-bg-color: #c9af94;*/
    --my-info-bg: #bee5eb;
}
.font1{
    font-family:STC;
}
.font2 {
    font-family: 'Segoe UI';
}
.fSize1 {
    font-size: 24px;
}
.fSize2 {
    font-size: 20px;
}
.fSize3 {
    font-size: 18px;
}
.fSize4 {
    font-size: 16px;
}
.line {
    flex: 1;
    border-bottom: 2px solid var(--primary-bg-color);
}
.side-menu__label {
    font-family: STC;
    font-size: 18px;
}
.slide-item {
    font-family: 'Segoe UI';
    font-size: 18px;
}
.mainBg {
    background-color: var(--primary-bg-color);
}
.lightBg {
    background-color: #eadeff
}
.lightBg2 {
    background-color: #f0f0f0
}

.antikaBg {
    background-color: #c9af94
}
.lightBg3 {
    background-color: #FAF8F5;
}
.myLeft{
    margin-left:5px;
}
.mynowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mytxtcenter{
    text-align:center;
}
.minHi250 {
    min-height: 250px;
}
.minHi320 {
    min-height: 320px;
}

/*for asp checkbox*/
.myLine label {
    display: inline;
    padding: 3px;
    font-size: 1em;
    font-weight: normal;
}

.myLine input[type="radio"] {
    width: auto;
}
/*.btn-primary {
    background-color: #c9af94;
    border-color: #c9af94;
}*/
.control-label {
    font-family: 'Segoe UI';
    font-size: 16px;
}
.content-title {
    font-family: STC;
    font-size: 16px;
}
.hidden {
    display: none;
}
.myYellow {
    color: yellow;
}
.myWhite {
    color: white;
}

.pg-myrow1 {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(150,217,242,1) 50%, rgba(255,255,255,1) 100%);
}
.pg-myrow2 {
    background: rgb(200,236,250);
    background: linear-gradient(0deg, rgba(200,236,250,1) 0%, rgba(235,249,255,1) 50%, rgba(200,236,250,1) 100%);
}
.divProgress {
    position: fixed;
    width: 100%;
    text-align: center;
    vertical-align: central;
    align-content: center;
}

.divProgress {
    background-color: #f8f4a1;
    bottom: 20px;
    height: 30px;
    font-size: 11pt;
    font-weight: bold;
    padding-top: 10px;
}

.wd100 {
    width: 100px;
}
.wd110 {
    width: 110px;
}
.wd120 {
    width: 120px;
}
.wd130 {
    width: 130px;
}
.wd140 {
    width: 140px;
}

.wd150 {
    width: 150px;
}
.wd160 {
    width: 160px;
}
.wd170 {
    width: 170px;
}
.wd180 {
    width: 180px;
}
.wd190 {
    width: 190px;
}
.wd200{
    width:200px;
}
.myPoint {
    cursor: pointer;
}
.input-group-text, .form-control, .btn {
    font-size: 16px;
    font-weight:bold;
}
.form-control{
    color:blue;
}


/*popup*/
.Background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.popupFrm, .popupFrmMid, .popupSrchFrm {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
}

.popupFrm {
    width: 85vw;
    height: 85vh;
}

.popupFrmMid {
    width: 75vw;
    height: 85vh;
}

.popupSrchFrm {
    width: 85vw;
    height: 85vh;
}
@media (max-width:1200px) {
    .popupFrmMid, .popupFrm {
        width: 80vw;
    }
}
@media (max-width:992px) {
    .popupFrmMid, .popupFrm {
        width: 85vw;
    }
}
@media (max-width:768px) {
    .popupFrmMid, .popupFrm {
        width: 90vw;
    }
}
@media (max-width: 576px) {
    .popupFrmMid, .popupFrm {
        width: 95vw;
    }
}

@media (max-width: 992px) {
    .nav-link {
        margin-left: 0px !important;
    }
}

.maxH85 {
    max-height: 85vh;
    overflow-y: auto;
}

.gridview-container1 {
    max-height: calc(100vh - 200px); /* Set maximum height of container to full viewport height */
    overflow-y: auto; /* Enable vertical scrolling if content overflows */
}

.centrAlign {
    align-content: center;
}

.iFrame_1 {
    width: 100%;
    height: 100%;
}

.iFrame_en {
    width: 98%;
    height: 85%;
}

.select2-container {
    width:auto !important;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #9ad1f9;
    border-radius: 0px;
}
   /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #1ca2d5;
    }
.app-sidebar, .main-sidebar-header {
    background-color: #eadeff;
    /*background-color: #f2f0ff;*/

}


.red_button, .green_button, .blue_button, .yellow_button {
    border-radius: 10%;
    padding: 0.4em 0.4em;
    margin:1px;
    color: white;
}
.red_button {
    background-color: red;
}    
.green_button {
        background-color: green;
    }
.blue_button {
    background-color: blue;
}
.yellow_button {
    background-color: yellow;
    color: black;
}

.GridPager a, .GridPager span {
    display: block;
    height: 15px;
    width: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.main-content:after {
/*    content: "";
    height: 100%;
*/    
/*background: linear-gradient(45deg, var(--primary-bg-color), #535eaf);
*/
/*    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    inset-inline-start: 0;
*/}