﻿
.standardTbl {
    width: 100%;
}

.standardFont {
    font-family: Tahoma;
    font-size: 12px;
}

.standardBtn {
    border-radius: 2px;
    border: solid 1px;
    white-space: normal;
    cursor: pointer;
}

.mlBtn {
    margin-left: 20px;
}
        

.verdanaFont{
    font-family: Verdana;
    font-size: 10px;
}

.stdbody {
    background: white;
}

.stdgv {
    width: 100%;
    border: solid 1px #bcbcbc;
    min-width: 80%;
}

.stdgvheader {
    background-color: #e0dcdc;
    font-family: Verdana;
    border: solid 1px #bcbcbc;
    height: 25px;
    text-align: left;
    font-size: 10px;
    position: sticky !important;
    top: 0;
}

.stdgvrows {
    font-family: Verdana;
    font-size: 10px;
    text-align: left;
    vertical-align: middle;
    border-inline: 1px solid #ededed;
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
}

    .stdgvrows:hover,
    .stdgvrows:hover a{
        background-color: #CABFBD;
        font-family: Verdana;
        color: #fff;
        text-align: left;
    }

        .stdgvrows:hover a:hover {
            color: #0dcaf0;
        }

        .stdgv .stdgvrows span {
            background-color: transparent;
        }

.stdgvselectedrow {
    background-color: #ffffcc;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
}

.stdgvfooter {
    font-family: Verdana;
    font-size: 10px;
    text-align: left;
    border: 1px solid #bcbcbc;
    color: #000000;
    font-weight: bold;
    position: sticky !important;
    bottom: 0;
    background-color: #ffffff;
}

.stdgv a /** FOR THE PAGING ICONS **/ {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

    .stdgv a:hover /** FOR THE PAGING ICONS HOVER STYLES**/ {
        background-color: #ffffff;
        color: #000000;
    }

.stdgv span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    background-color: #c9c9c9;
    color: #000;
    padding: 5px 5px 5px 5px;
}

.stdgv span.aspNetDisabled /** FOR THE DISABLED INPUT SPAN **/ {
    background-color: transparent;
}
.stdgvpager {
    background-color: #e0dcdc;
    font-family: Verdana;
    color: White;
    height: 15px;
    font-size: 10px;
    text-align: left;
    position: sticky !important;
    bottom: 0;
}

.stdgv td {
    padding: 5px;
}

.stdgv th {
    padding: 5px;
}

.stdgvEmptyData {
    margin-top: 5vh;
    font-family: Verdana;
    font-size: 10px;
    text-align: center;
    color: black;
    width: 25px;
}

.gvrowsNoHover {
    background-color: #ffffff;
    font-family: Verdana;
    font-size: 10px;
    text-align: left;
    border-inline: 1px solid #ededed;
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
}

.gvHeaderPrint {
    background-color: #134d78;
    font-family: Verdana;
    color: #ffffff;
    border: solid 1px #bcbcbc;
    height: 25px;
    text-align: left;
    font-size: 10px;
}
.gvrowsPrint {
    background-color: #d4eafa;
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    text-align: left;
    border-inline: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.gvPrint {
    width: 100%;
    border: solid 1px #bcbcbc;
    min-width: 80%;
    border-collapse: separate; /* Separates cell borders */
    border-spacing: 3px;
    padding: 2px;
}

    .gvPrint th,
    .gvPrint td {
        border-right: 5px solid #ffffff; /* Adjust the color and width as needed */
    }

.gvheaderVerdanaSmall {
    background-color: #e0dcdc;
    font-family: Verdana;
    border: solid 1px #bcbcbc;
    height: 25px;
    text-align: left;
    font-size: 9px;
}

.gvheaderVerdanaSmall a {
    background-color: transparent;
    text-decoration: underline;
}

    .gvheaderVerdanaSmall a:hover {
        background-color: transparent;
    }

.gvrowsVerdanaSmall {
    font-family: Verdana;
    font-size: 9px;
    text-align: left;
    border-inline: 1px solid #ededed;
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
}

    .gvrowsVerdanaSmall:hover {
        background-color: #CABFBD;
        font-family: Verdana;
        color: #fff;
        text-align: left;
    }

    .gvrowsVerdanaSmall a:hover {
        background-color: transparent;
    }

    .gvrowsVerdanaSmall span {
        background-color: transparent;
    }


.linkBtnVerdanaSmall {
    font-family: Verdana;
    font-size: 9px;
    text-align: left;
}

.gvDashboard {
    width: 100%;
    min-width: 80%;
}


.stdChildgv {
    width: 100%;
    border: solid 1px #bcbcbc;
    min-width: 80%;
}

.stdChildgvheader {
    background-color: #6C6C6C !important;
    color: White;
    font-family: Verdana;
    border: solid 1px #bcbcbc;
    height: 25px;
    text-align: left;
    font-size: 10px;
}

.stdChildgvrows {
    background-color: White;
    color: black;
    font-family: Verdana;
    font-size: 10px;
    text-align: left;
    border-inline: 1px solid #ededed;
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
}

    .stdChildgvrows:hover {
        background-color: #B8bec1;
        font-family: Verdana;
        color: #fff;
        text-align: left;
    }

.stdChildgv td {
    padding: 5px;
}

.stdChildgv th {
    padding: 5px;
}

.stdChildgv a {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

    .stdChildgv a:hover {
        background-color: transparent;
        color: #000000;
    }

.tsTariffGv {
    border: solid 1px #bcbcbc;
    min-width: 60%;
}

.ajaxDDLHeader {
    background-color: #e0dcdc;
    font-family: Verdana;
    border: solid 1px #bcbcbc;
    height: 25px;
    text-align: left;
    font-size: 9px;
    position: sticky !important;
    top: 0;
}

    .ajaxDDLHeader td {
        padding: 0.25rem;
    }
    .ajaxDDLHeader a {
        background-color: transparent;
        text-decoration: underline;
    }

        .ajaxDDLHeader a:hover {
            background-color: transparent;
        }

.ajaxDDLRows {
    font-family: Verdana;
    font-size: 10px;
    text-align: left;
    border-inline: 1px solid #ededed;
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    height: 30px;
}

    .ajaxDDLRows:hover {
        background-color: #CABFBD;
        font-family: Verdana;
        color: #fff;
        text-align: left;
    }

    .ajaxDDLRows a:hover {
        background-color: transparent;
    }

    .ajaxDDLRows span {
        background-color: transparent;
    }

.ajaxDDLselectedrow {
    background-color: #989595;
    font-family: Verdana;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
    height: 30px;
}

.enquiryColumn {
    width: 10px;
    background-color: lightgreen;
}

.bookingColumn {
    width: 10px;
    background-color: orange;
}

.lnkButton {
    display: inline-block;
    padding: 2px 2px; /* Adjust padding as needed */
    text-align: center;
    text-decoration: none;
    border: 2px solid #525354; /* Border style, color, and width */
    background-color: #dcdcdc; /* Background color */
    color: #000000; /* Text color */
    border-radius: 2px; /* Rounded corners */
}

    .lnkButton:hover {
        background-color: #dcdcdc; /* Background color on hover */
        border: 2px solid #000000; /* Border style on hover */
    }

.lnkBigButton {
    display: inline-block;
    padding: 2px 2px; /* Adjust padding as needed */
    text-align: center;
    text-decoration: none;
    border: 2px solid #525354; /* Border style, color, and width */
    background-color: #d4d4d8; /* Background color */
    color: #141466; /* Text color */
    height: fit-content;
}

    .lnkBigButton:hover {
        background-color: #dcdcdc; /* Background color on hover */
        border: 2px solid #000000; /* Border style on hover */
    }


@media (max-width: 767px) {
    .dashboardContainer {
        display: none; /* Hide the dashboardContainer on smaller screens */
    }
}

.grid-view {
    width: 100%; /* Ensure GridView takes full container width */
    border-collapse: collapse;
}

.grid-view th, .grid-view td {
        border: 1px solid #ddd; 
    }