﻿
.fixed-table-header {
    position: sticky;
    top: 0;
    z-index: 300;
}

@media only screen and (min-width: 620px) {
    .hidden-lg {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .hidden-lg2 {
        display: none;
    }
}
@media only screen and (max-width: 620px) {
    .hidden-xs {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .hidden-md {
        display: none;
    }
}

.hide {
    display: none;
}

.form-control-sm {
    font-size: 13px !important;
    height: 30px !important;
    width: 100% !important;
    padding: 2px;
}

.lstBoxSelect2css {
    font-size: 12px !important;
    height: 27px !important;
    width: 100% !important;
    padding: 2px;
}

.form-control-xsm {
    font-size: 12px !important;
    height: 27px !important;
    width: 100% !important;
    padding: 2px 2px 2px 5px;
}

.breadcrumb-item i {
    color: #ffc107;
}

.form-select:disabled {
    background-color: #d9dff1;
}

/* for popup start */

/*.popupOntop {
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    color: #aaaaaa;
    filter: alpha(opacity = 100);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.95;
    display: none;
}

#popup {
    width: 50%;
    height: auto;
    position: absolute;
    color: #000000;
    background-color: #ffffff;
    top: 5%;
    left: 25%;
}

.popupContent {
    min-width: 50%;
    width: 50%;
    min-height: initial;
    background: #f00;
    position: relative;
    z-index: 103;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}

@media only screen and (max-width: 620px) {
    .popupOntop {
        z-index: 100;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
        position: fixed;
        color: #aaaaaa;
        filter: alpha(opacity = 100);
        background-color: #000;
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.95;
        display: none;
        overflow-x: scroll;
        overflow-y: scroll;
    }

    #popup {
        width: 90%;
        height: auto;
        position: absolute;
        color: #000000;
        background-color: #ffffff;
        top: 3%;
        left: 5%;
        overflow-x: scroll;
        overflow-y: scroll;
    }

    .popupContent {
        min-width: 90%;
        width: 90%;
        min-height: initial;
        background: #f00;
        position: relative;
        z-index: 103;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 2px 5px #000;
        overflow-x: scroll;
        overflow-y: scroll;
    }
}*/

.popupOntop {
    z-index: 1099;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    display: none;
    position: fixed;
    color: #aaaaaa;
    filter: alpha(opacity = 100);
    background-color: #0000005e;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.95;
    display: none;
}

#popup {
    width: 50%;
    height: auto;
    position: absolute;
    color: #000000;
    background-color: #ffffff;
    top: 10%;
    left: 25%;
}

.popupContent {
    min-width: 50%;
    width: 50%;
    min-height: initial;
    background: #f00;
    position: relative;
    z-index: 1099;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}

@media only screen and (max-width: 620px) {
    .popupOntop {
        z-index: 1099;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
        position: fixed;
        color: #aaaaaa;
        filter: alpha(opacity = 100);
        background-color: #e3e2e570;
        overflow-x: scroll;
        overflow-y: scroll;
    }

    #popup {
        width: 98%;
        height: auto;
        position: absolute;
        color: #000000;
        background-color: #ffffff;
        top: 1%;
        left: 1%;
        overflow-x: scroll;
        overflow-y: scroll;
    }

    .popupContent {
        min-width: 90%;
        width: 90%;
        min-height: initial;
        background: #f00;
        position: relative;
        z-index: 1099;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 2px 5px #000;
        overflow-x: scroll;
        overflow-y: scroll;
    }
}
/* for popup end */

/* for popup in master page start */

.popupOntopMaster {
    z-index: 1099;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    display: none;
    position: fixed;
    color: #aaaaaa;
    filter: alpha(opacity = 100);
    background-color: #0000005e;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.95;
    display: none;
}

#popupMaster {
    width: 50%;
    height: auto;
    position: absolute;
    color: #000000;
    background-color: #ffffff;
    top: 5%;
    left: 25%;
}

.popupContentMaster {
    min-width: 50%;
    width: 50%;
    min-height: initial;
    background: #f00;
    position: relative;
    z-index: 1099;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}

@media only screen and (max-width: 620px) {
    .popupOntopMaster {
        z-index: 1099;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
        position: fixed;
        color: #aaaaaa;
        filter: alpha(opacity = 100);
        background-color: #e3e2e570;
        overflow-x: scroll;
        overflow-y: scroll;
    }

    #popupMaster {
        width: 98%;
        height: auto;
        position: absolute;
        color: #000000;
        background-color: #ffffff;
        top: 1%;
        left: 1%;
        overflow-x: scroll;
        overflow-y: scroll;
    }

    .popupContentMaster {
        min-width: 90%;
        width: 90%;
        min-height: initial;
        background: #f00;
        position: relative;
        z-index: 1099;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 2px 5px #000;
        overflow-x: scroll;
        overflow-y: scroll;
    }
}
/* for popup in master page end */

.popupOntop-xxx {
    z-index: 1099;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    color: #aaaaaa;
    filter: alpha(opacity = 100);
    background-color: #e3e2e570;
    overflow: auto;
}

.popupContent-xxx {
    background: #f00;
    position: relative;
    z-index: 1099;
    box-shadow: 0 2px 5px #000;
    overflow: auto;
}

#popupxxx {
    position: absolute;
    color: #000000;
    background-color: #ffffff;
    top: 10%;
    left: 17%;
    overflow: auto;
}

@media (max-width: 992px) {
    #popupxxx {
        position: absolute;
        color: #000000;
        background-color: #ffffff;
        top: 2%;
        left: 2%;
        overflow: auto;
        padding-right: 5px;
        width: 96%;
    }
}


/* for Pdf Help Start*/

#btnHelpPdf {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: rgb(0,139,139);
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}


/* for Pdf Help End*/


/* for Support Start*/

#btnSupport {
    display: block;
    position: fixed;
    top: 50%;
    right: 15px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: #f51862ab;
    color: #ebeeef;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}


/* for Support End*/

.text-notification {
    color: #ffffff;
}

@media only screen and (max-width: 620px) {
    .text-notification {
        color: rgba(34, 77, 246, 0.99);
    }
}
/*------------Grid View Pagination Style--------------*/
.GridPager a, .GridPager span {
    display: inline-block;
    padding-left: 0;
    border-radius: 20px;
    margin: 0px;
}

..GridPager td {
    padding: 0px;
}

.GridPager a {
    z-index: 2;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    color: #ffffff;
    text-decoration: none;
    background-color: #3f9d7d;
    border: 1px solid #3f9d7d;
}

    .GridPager a:hover {
        z-index: 2;
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        border: 1px solid #ddd;
        color: #ffffff;
        text-decoration: none;
        background-color: #8d3e3e;
        border: 1px solid #8d3e3e;
    }

.GridPager span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #31b0d5;
    border: 1px solid #31b0d5;
}

.form-select-xsm {
    padding-top: .10rem;
    padding-bottom: .15rem;
    padding-right: 1.8rem;
    padding-left: 0.4rem;
    font-size: 0.8rem;
    /*border-radius: .2rem;*/
}

.btn-xsm {
    --phoenix-btn-padding-y: 0.28rem;
    --phoenix-btn-padding-x: 0.5rem;
    --phoenix-btn-font-size: 0.8rem;
    --phoenix-btn-border-radius: 0.15rem;
}

.overflow-x-sm-scroll {
    overflow-x: hidden;
}

@media only screen and (max-width: 620px) {
    .overflow-x-sm-scroll {
        overflow-x: scroll !important;
    }
}

.btn-xxsm {
    --phoenix-btn-padding-y: 0.1rem;
    --phoenix-btn-padding-x: 0.25rem;
    --phoenix-btn-font-size: 0.7rem;
    --phoenix-btn-border-radius: 0.1rem;
}


/* width
::-webkit-scrollbar {
  width: 10px;
}
 */
/* Track 
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}
 */
/* Handle
::-webkit-scrollbar-thumb {
  background: rgb(95, 170, 170); 
  border-radius: 5px;
}
 */
/* Handle on hover
::-webkit-scrollbar-thumb:hover {
  background: #6bad96; 
}
::-webkit-scrollbar-corner{
    width: 10px;
}
 */

.w-20 {
    width: 20% !important;
}
.w-60 {
    width: 60% !important;
}





