.hidden
{
    display: none;
}
.mobile_device_380px {
    display: none;
}

.mobile_device_480px {
    display: none;
}

#clientDetails
{
    height:200px;
    font-size:14pt;
}

#AvailableTimesDiv
{   
    width:300px;
    display: inline-block;        
    text-align: center;
    justify-content: left;
    font-size:14pt;
}


/* if mobile device max width 380px */
@media only screen and (max-width: 380px) {
    .mobile_device_380px 
    {
        display: block;  
    }

    .desktop {        display: none;    }
    .bh2 {        display: none;    }
    
    .mobile_device_480px {
        display: none;
    }

}

/* if mobile device max width 480px */
@media only screen and (max-width: 480px) {
    .mobile_device_480px {
        display: block;
    }

    .desktop {
        display: none;
    }

    .bh2 {
        display: none;
    }

    /*.banner {
        display: none;
    }*/

    .mobile_device_380px {
        display: none;
    }
}

/*html,body {
    width: auto !important;
    overflow-x: hidden !important;    
} 
*/
.subtext {
    margin-top: 10px;
    display: inline-block;
}
.allinone {
    text-align: center;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-size: larger;
    background-color: #191970;
    background-size: cover;
    background-position: 25% 55%;
    overflow-y: auto;
}

.desktop {
    text-align: center;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-size: larger;
    background-image: url("BackgroundImage.jpg");
    background-size: cover;
    background-position: 25% 55%;
    overflow-y: auto;
}

.mobile_device_380px {
    text-align: center;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;    
    color: white;
    font-size: larger;
    background-image: url("BackgroundImage.jpg");
    
}

.mobile_device_480px {
    text-align: center;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-size: larger;
    background-image: url("BackgroundImage.jpg");
    overflow-y: auto;
}

.simpleText {
    font-size: 14px;
}

.content {
    /*width: 100%;
    height: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    height: 100vh;
    background-size: cover;
    background-position: 25% 55%;
    */
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: white;
    font-size: larger;
    /*background-color: #d95940;
    background-image: url("BackgroundImage.jpg");*/

    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

table, th, td {
    border: 1px solid white;
    border-collapse: collapse;
    padding: 0px 0px;
    color: white;
    background-color: #1E8FD5;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.innercontent {
    width: 66%;
    height: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-position: 25% 55%;
    padding-top: 10px;
    height: 100vh;
    overflow: auto;
    color: white;
    font-size: larger;
}


.banner {
    background-image: url("BackgroundImage.jpg");
    /*
    background-color: #00CCCC; 
    background-color: #d95940;*/
    /*background-size: cover;
    background-position: 25% 10%;*/
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 0px;
    color: #D3D3D3;
    font-family: Helvetica;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: bottom;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.mobiletextheader {
    margin-bottom: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    color: white;
    width: 100%;
    font-size: 20px;
}

.mobiletextcontent {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    color: white;
    width: 90%;
    font-size: 20px;
    border: 1px solid black;
    border-radius: 10px;    
    background-color: #1E8FD5;
}


.mobiletextcontentTemp {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    color: #D3D3D3;
    width: 90%;
    font-size: 20px;
    border: 1px solid black;
    border-radius: 10px;
    background-color: black;
}

.textheader {
    margin-bottom: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    color: white;
    width: 66%;
    font-size: 20px;
}

.textcontent {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    color: white;
    width: 66%;
    font-size: 20px;
    border: 1px solid black;
    border-radius: 10px;    
    background-color: #1E8FD5;
}

.LeftAlignedContent {
    background-color: white;
    width: 80%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}


.footer {    
    width: 100%;
    text-align: left;
    /*margin-left: auto;
    margin-right: auto;
    margin: 0px;*/
    color: #D3D3D3;
    padding-left: 10px;
}

    .footer a {
        text-decoration: none;
        color: #D3D3D3;
    }


        .footer a:hover {
            text-decoration: none;
            color: white;
        }

.background {
    width: 100%;
    background-image: url("BackgroundImage.jpg"); 
    background-size: cover;
    color:white;
    padding-bottom:100px;
}
    .background a {
        text-decoration: none;
        color: #D3D3D3;
    }


        .background a:hover {
            text-decoration: none;
            color: white;
        }



.navbar {
    width: 66%;    
    height: 30px;
    margin-left: auto;
    margin-right: auto;
     
}
    .navbar a {
        text-decoration: none;
        color: white;
    }


        .navbar a:hover {
            text-decoration: none;
            color: #D3D3D3;
        }


.bh1 {
    color: white;
    font-weight: bold;
    width: 50%;
    vertical-align: bottom;
    float: left;
    text-align: left;
    overflow: hidden;
    text-overflow: clip;
}


    .bh1 span {
        padding-left: 10px;
        
        /*font-size: calc(6px + 1vw);*/
        font-size: max(6px + 1vw, 16px);
    }

    .bh1 img {
        /*padding-left:10px;*/
        width: 8%;
        height: 8%;
        
    }


.bh2 {
    font-size: max(6px + 1vw, 12px);
    color: #D3D3D3;
    font-weight: normal;
    width: 50%;
    height: 30px;
    float: right;
    text-align: right;
    vertical-align: bottom;
    overflow:hidden;
    text-overflow:clip;
}

    .bh2 a {
                
        padding-right: 20px;
    }

    .bh2 div {
        padding-right: 20px;
    }





h1 {
    color: white;
    font-weight: bold;
    font-size: 50px;
}

.mainText {
    color: white;
}

.errorText {
    
    color: red;    
}

.innertable {
    width: 100%;
    height: 100%;
    background-color: olivedrab;
    align-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin:10px;
}

.mytable {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 50%;
    align-content: center;
    text-align: center;    
    margin: 0px;
    border-spacing: 10px;
    
}





/*tr.fixed {
    border: 1px solid black;
    height: 150px;    
    padding:0px;
}*/

.tdCommon {
    width: 33%;
    height: 600px;
    vertical-align: middle;
    margin-left: auto;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;    
}

.tdCommon img
{
    border-radius:50px;
}

   
    .tdTextDivSelected {
        width: 90%;
        border: 1px solid #D3D3D3;
        border-radius: 10px;
        background-color: #D3D3D3;
        color: white;
        height: 200px;
        margin-bottom: 10px;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
    }

.tdTextDiv {
    width: 90%;
    border: 1px solid #000000;
    border-radius: 10px;
    background-color: white;
    color: black;
    height: 200px;
    margin-bottom: 10px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}
.sub1 {
    align-content: center;
    text-align: center;
    color: black;
    font-weight: bold;
    /*font-size: 1vw;*/
    font-size: calc(6px + 1vw);
    width: 100%;
    padding: 10px;
}


.sub2 {
    color: black;
    font-weight: bold;
    /*font-size: 2vw;*/
    font-size: calc(6px + 1vw);
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: -10px;
}

.subp {
    text-align: center;
    color: black;
    font-weight: normal;
    /*font-size: 1vw;*/
    font-size: max(1vw, 12px);
    width: 100%;
    padding: 10px;
}

/*.center {
    text-align: center;
   
}*/

.visible {
    display: inline-flexbox;
}

.invisible {
    display: none;
}




/* Dropdown Button */
.dropbtn {
    /*background-color: #00CCCC;*/
    background-color: transparent;
    color: #D3D3D3;
    /*padding: 16px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: max(6px + 1vw, 12px);
    border: none;
}

    .dropbtn:hover {
        color: white;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #D3D3D3; /*#1c6747;*/
    color: #0B0B45;
    text-align: left;
    padding-left: 10px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: #0B0B45;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size:15px;
        /*font-size: max(6px + 1vw, 12px);*/
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            color: white;
        }

#md480myForm
{
    padding-bottom:100px;
}

#md380myForm {
    padding-bottom: 100px;
}

#myForm {
    padding-bottom: 100px;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Spinner Code begin */
#loader {    
    font-size: 20px;
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    /*background-color: rgba(255, 255, 255, 0.8);  Optional: overlay with a semi-transparent background */
    z-index: 9999; /* Ensure it's on top of other content */
    /*height: 90vh;*/
    height: 90vh;
    width: 100%;
}

#md380loader {    
    font-size: 20px;
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    /*background-color: rgba(255, 255, 255, 0.8);  Optional: overlay with a semi-transparent background */
    z-index: 9999; /* Ensure it's on top of other content */
    /*height: 90vh;*/
    height: 90vh;
    width: 100%;
}

#md480loader {    
    font-size: 20px;
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    /*background-color: rgba(255, 255, 255, 0.8);  Optional: overlay with a semi-transparent background */
    z-index: 9999; /* Ensure it's on top of other content */
    /*height: 90vh;*/
    height: 90vh;
    width: 100%;
}

/* Example CSS for a simple spinning loader */
.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3; /* Light grey border */
    border-top: 4px solid #3498db; /* Blue top border for the spinner effect */
    border-radius: 50%;
    animation: spin 1s linear infinite; /* Spinning animation */
    background-color: red;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Spinner Code end */