﻿#umsJumbotron{
background-color: #fff;
background-image: url("/images/UMS_Scheduling_Header.png");
 background-position: right;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 0;
display: block;

}

#btnreschedule {
    display: none
}
.covid-danger {
    border-color: #953b39;
    color: #fff;
    background-color: #e75b21;
    text-shadow: none;
}

.covid {
    margin-bottom: 20px;
    margin-top: 0;
    color: #ffffff;
    border-width: 0;
    box-shadow: 1px 1px 10px #888888;

    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.card { background-color: transparent !important; }

.card-title{
    color:#333;
    font-weight: bold;
}

.card-text{
    color: rgb(4, 36, 36) !important;

}



#overlay{	
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
}

.cv-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    color: darkred;
    display: flex;
    justify-content: center !important;
    align-items: center;
}
.spinner {
  
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	100% { 
		transform: rotate(360deg); 
	}
}
.is-hide{
	display:none;
}

.modal-box{ font-family: 'Hind', sans-serif; }
.modal-box .show-modal{
    background: #77b222;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 15px 7px;
    margin: 80px auto 0;
    border: none;
    border-radius: 10px;
    outline: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: block;
    transition: all 0.3s ease 0s;

}
.modal-box .show-modal:hover{
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5),0 0 5px rgba(0, 0, 0, 0.2) inset;
}
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal-dialog{
    width: auto;
    margin: 70px auto 0;
}
.modal-box .modal-dialog .modal-content{
    text-align: center;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
.modal-box .modal-dialog .modal-content .close{
    color: #fff;
    background: #d1d1d1;
    font-size: 30px;
    font-weight: 400;
    text-shadow: none;
    line-height: 30px;

    height: 25px;
    width: 25px;
    border-radius: 3px;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}
.modal-box .modal-dialog .modal-content .close:hover{
    color: #fff;
    background-color: #636666;
}
.modal-box .modal-dialog .modal-content .close:focus{ outline: none; }
.modal-box .modal-dialog .modal-content .modal-body{ padding: 30px 60px !important; }
.modal-box .modal-dialog .modal-content .modal-body .modal-icon{
    color: #742cc0;
    font-size: 80px;
    margin: 0 0 10px;
}
.modal-box .modal-dialog .modal-content .modal-body .title{
    color: #535F75;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    color: #9A9EA9;
    font-size: 16px;
    margin: 0 0 20px;
}
.modal-box .modal-dialog .modal-content .modal-body .form-group{  margin: 0 0 30px; }
.modal-box .modal-dialog .modal-content .modal-body .form-group .form-control{
    color: #535F75;
    font-size: 17px;
    text-align: center;
    height: 40px;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #AEAFB1;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}
.modal-box .modal-dialog .modal-content .modal-body .form-group .form-control:focus{
    border: 1px solid #77b222;
    box-shadow: none;
}
.modal-box .modal-dialog .modal-content .modal-body .form-group .form-control::placeholder{
    color: #AEAFB1;
    text-align: center;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe{
    color: #742cc0;
    background-color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    padding: 10px 15px 4px;
    margin: 0 auto -60px;
    border: 2px solid #742cc0;
    border-radius: 10px;
    display: block;
    transition: all 0.3s ease 0s;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover,
.modal-box .modal-dialog .modal-content .modal-body .subscribe:focus{
    color: #fff;
    background: #77b222;
    border: 2px solid #77b222;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#FRMbooking {
    width: 450px;
    margin: -20px 0px 0px 15px;
    padding: 3px 0;
    font-size: 15px;
}
.disabled{

    cursor: not-allowed
}


.form-control {
    height: 40px;
    box-shadow: none;
    color: #969fa4;
}

    .form-control:focus {
        border-color: #5cb85c;
    }

.form-control, .btn {
    border-radius: 3px;
    box-shadow: 1px 2px 5px #888888;
}

.signup-form {
    width: 450px;
    margin: 20px;
    padding: 30px 0;
    font-size: 15px;
}

    .signup-form h2 {
        color: #636363;
        margin: 0 0 15px;
        position: relative;
        text-align: center;
    }

        .signup-form h2:before, .signup-form h2:after {
            content: "";
            height: 2px;
            width: 10%;
            background: #d4d4d4;
            position: absolute;
            top: 50%;
            z-index: 2;
        }

        .signup-form h2:before {
            left: 0;
        }

        .signup-form h2:after {
            right: 0;
        }

    .signup-form .hint-text {
        color: #999;
        margin-bottom: 30px;
        text-align: center;
    }

    .signup-form form {
        color: #999;
        border-radius: 3px;
        margin-bottom: 15px;
        background: #f2f3f7;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }

    .signup-form .form-group {
        margin-bottom: 20px;
    }

    .signup-form input[type="checkbox"] {
        margin-top: 3px;
    }

    .signup-form .btn {
        font-size: 16px;
        font-weight: bold;
        min-width: 140px;
        outline: none !important;
    }

    .signup-form .row div:first-child {
        padding-right: 10px;
    }

    .signup-form .row div:last-child {
        padding-left: 10px;
    }

    .signup-form a {
        color: #fff;
        text-decoration: underline;
    }

        .signup-form a:hover {
            text-decoration: none;
        }

    .signup-form form a {
        color: #5cb85c;
        text-decoration: none;
    }

        .signup-form form a:hover {
            text-decoration: underline;
        }
.covid-mobile {
    display: none;
}

   /*******************************************************************************************************/
.wrapper {
    display:flex;
    flex-direction:column;
    flex-wrap: wrap;
}

#close_button {
    height: auto;
    width: auto;
}


@media only screen and (max-width: 1000px) {
    .container {
        min-width: 100%;
    }

    #umsJumbotron {
        display: block;
        background-color: #fff;
      background-image: url("/images/UMS_Scheduling_Header.jpg");
        background-repeat: no-repeat;
        background-position: 58% 4%;
    }

    .wrapper > * {
        font-size: 1.2em;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .card-deck {
        display: flex;
        flex-direction: row;
        padding:5px;
    }
        .card-deck > .card{
            flex-basis: 45%;
            padding: 12px;
        }
        .card-deck > .card, .card-title {
            font-size: 1.4em;
        }
    .UpgradeInfo {
        padding: 10px 8px 0px 8px;
        height: auto;
        border-radius: 30px;
        margin-bottom:30px;
    }
  
 
    .covid{
        display:none;
    }
    .covid-mobile {
        display: block;
        margin-top: 30px;
        color: white;
        border-width: 0;
        border-left-width: 0px;
        padding: 16px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
display:none;
    }
        .covid-mobile > div > h5 {
            font-size: 1.8em
        }


    .form-group {
        width: 202%;
        padding:6px;
    }
        .form-group .form-control {
            height: 115px;
            font-size: 1.9em;
            border-radius: 8px;
            border-color: #CED4DA;
        }
   
    #BTNbookNow {
        width: 100%;
        font-size: 3em;
        height: 140px;
        border-radius: 12px;
        box-shadow: 10px 10px 10px #888888;
    }
    #BTNFindArea {
        width: 100%;
        font-size: 3em;
        height: 140px;
        border-radius: 12px;
        box-shadow: 10px 10px 10px #888888;
    }
    #btncancelApp {
        width: 100%;
        font-size: 1.9em;
        height: 80px;
        border-radius: 12px;
        box-shadow: 10px 10px 10px #888888;
        margin:10px;
    }
    #btnreschedule {
        width: 100%;
        font-size: 1.9em;
        height: 80px;
        border-radius: 12px;
        box-shadow: 10px 10px 10px #888888;
        margin: 10px;
    }
    #btnSaveApp {
        width: 100%;
        font-size: 1.9em;
        margin:10px;
        height: 100px;
        border-radius: 12px;
        box-shadow: 10px 10px 10px #888888;
    }
    .text-danger {
        font-size: 2em;
        font-weight: bold;
        border-color: red;
    }
    .cv-spinner > h6 {
        font-size: 2.3em;
    }

    .ums-logo{
        height:100px;
        font-size:1.6em;
    }

    /*Popups*****/
    .modal-dialog {
        height: 100%;
        margin: 0px;
        padding: 0px;
        border-radius: 25px;
        /*        background-color: yellow;
*/
    }
    .TimeGridSelector {
        margin: 0px;
        padding: 0px;
        height: auto;
        border-radius: 25px;
        background-color: blue;
    }
    .modal-content {
        padding: 0px;
        height: 25vh;
        width: 90vw;
        border-radius: 25px !important;
        background-color: green;
    }

    .modal-box .modal-dialog {
        margin: 40px 0px 0px 36px;
        padding: 0px;
        height: auto;
        width: 90vw;
        border-radius: 25px;
        background-color: brown;
    }
    .modal-body {
        margin: 0px;
        padding: 0px;
        height: auto;
        width: 90vw;
        background-color: white;
        border-radius: 25px;
    }
    .time-cell {
        padding: 20px;
        height: auto;
        width: auto;
        align-content: center;
        text-align: center;
        align-items: center;
        font-size: 1.3em;
        border-radius: 10px;
    }
    .time-cell-text, txt-ums-carror-orange{
        font-size: 3em;
    }
    .time-cell {
        font-size: 1.8em;
    }
    .prev, .next{
        font-size: 100px;
    }
    /*Week Day Name*/
    .mySlides > div > div > h5 {
        font-size:1.8em;
    }
    /*Please allow*/
    .modal-body > h6 {
        font-size: 1.6em;
    }
    /*SELECT  APPOINTMENT*/
    .modal-body > h4 {
        font-size: 3em;
    }
    .modal > .modal-dialog > .modal-content > span{
        height: 100px;
    }
    /*Popup Footer*/
    .modal > .modal-dialog > .modal-content > .modal-body > .row > .cole {
        font-size: 1.7em;
    }
    .page-footer> .container > .row > *{
        font-size: 1.7em;
    }
    .footer-text-xs {
        font-size: 1.2em;
    }
    .page-footer > .container > #spac {
        display: none
    }
    .footer-icon{
        font-size:26px;
    }
    /**Small Popup********************************/
    #NoSchd > .modal > .modal-dialog > .modal-content {
        height: 20vh;
    }
    #NoSchd > .modal > .modal-dialog > .modal-content > .modal-body > .demo > p {
        font-size:2em
    }
    #close_button {
        height: 50px;
        width: 50px;
        border-radius: 15px;
    }
    #popup-memu-text{
        font-size: 1.8em;
    }
    #myform h2 {
        font-size: 2.3em;
        padding-top: 45px;
    }
}