body {
    padding:0;
    margin:0;
    background:#ffffff;
    font-family:'Arial';
}

.main-body {
    width:100%;
    min-height:100vh;
    overflow:auto;
    background-image: url('../images/mainbg-v2.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    background-attachment: fixed;
}

.clear-both {
    width:100%;
    float:none;
    clear:both;
}

.content {
    width:80%;
    margin:auto;
    /*height:80vh;*/
    margin-top:10vh;
    padding:20px;
    border: 1px solid #D0D0D0;
    box-shadow: 0 0 8px #D0D0D0;
    -webkit-box-shadow: 0 0 8px #D0D0D0;
    background-color: rgba(255,255,255,0.9);
    /*height:100vh;
    overflow:scroll;*/
}
h1 {
    color: #444;
    background-color: transparent;
    border-bottom: 1px solid #D0D0D0;
    font-size: 19px;
    font-weight: normal;
    margin: 0 0 14px 0;
    padding: 14px 15px 10px 15px;
}
.content .intro {
    width: 50%;
    padding: 0 40px;
    float:left;
}

.content .intro ul {
    margin:0;
    padding:0;
    padding-inline-start: 20px;
}

.content .intro ol {
    padding-inline-start: 20px;
}

.content .intro ul li {
    list-style-type:disc;
    margin-bottom: 8px;
}
.content .intro ol li {
    list-style-type:decimal;
    margin-bottom: 8px;
}

.right-contents {
    float:right;
    width:40%;
}

.action-button {
    border-radius:5px;
    width:200px;
    height: 40px;
    line-height:40px;
    font-size:16px;
    text-align:center;
    font-weight:bold;
    text-transform:uppercase;
    cursor:pointer;
}

#book-appointment {
    color:#ffffff;
    background:#FD0000;
    margin:40px auto 0;
    font-size: 14px;
    line-height: 16px;
    padding-top: 5px;
    height:auto;
    padding-bottom:5px;
}

#appointment-status {
    color:#ffffff;
    background:#2A9EA7;
    margin:40px auto 0;
    font-size: 14px;
    line-height: 16px;
    padding-top: 5px;
    height:auto;
    padding-bottom:5px;
}
a { text-decoration:none; color:#FFFFFF; }
#download-zoom {
    color:#ffffff;
    background:#0e71eb;
    margin:40px auto 0;
    font-size: 14px;
    line-height: 16px;
    padding-top: 5px;
    height:auto;
    padding-bottom:5px;
}
#gcash-register {
    color:#ffffff;
    background:#007dff;
    margin:40px auto 0;
    font-size: 14px;
    line-height: 16px;
    padding-top: 5px;
    height:auto;
    padding-bottom:5px;
}

.announcement-holder {
    width: 60%;
    margin: 28px auto 20px;
    padding: 20px 10%;
    background-color: rgba(255, 0, 0, 0.2);
    border: 1px solid #ff0000;
    color:#ff0000;
    font-weight: bold;
    font-size:16px;
}
.back-link-holder { float:right; text-align:right; }
.back-link-holder a { color:#1111ff; text-decoration:underline; font-weight:bold; clear:both;font-size:11px; }

.desktop-visible { display:block; }
.mobile-visible { display:none; }

a.faq-anchor { 
    color:#1111ff; 
    font-weight:bold; 
    text-decoration:underline; 
}
.faqs {
    width: 70%;
    margin:auto;
}
.question { font-weight: bold; text-align: left; width:90%;clear:both; padding-bottom:0; margin-bottom:0;margin-top:20px; }
.answer { text-align: left; width: 90%; float:right; clear: both; margin-bottom:40px;padding-top:0; margin-top:10px;}
.faq-li { clear:both; width:94%; float:right; margin-bottom:10px;}
.back-link-holder { float:right; text-align:right; }
.back-link-holder a { color:#1111ff; text-decoration:underline; font-weight:bold; clear:both;font-size:11px; }

fieldset#patient-form, fieldset#status-form  {
    border:none;
    font-size:12px;
    padding:10px 0 0 0;
}

#patient-form label {
    display:block;
}

.form-intro { margin: 0; font-size:12px; }

.ui-widget-overlay {
    background: #000 !important;
}

.ui-dialog-titlebar.override {
    background: none;
    border:none;
}

.ui-dialog-content.override {
    padding: 0 1em !important;
}
.ui-dialog-buttonpane.override {
    margin-top:0 !important;
    padding:0 !important;
    text-align: center !important;
    border:none;
}
.ui-dialog-buttonpane.override .ui-dialog-buttonset {
    float:none !important;
}
.ui-dialog-buttonpane.override .ui-dialog-buttonset button {
    border-radius:5px;
    width:200px;
    height: 40px;
    line-height:40px;
    font-size:12px;
    text-align:center;
    font-weight:bold;
    text-transform:uppercase;
    cursor:pointer;
    background:#FD0000;
    color:#FFFFFF;
}

input[type="text"].ui-widget-content.override {
    width:94%;
    padding: 4px 3%;
    margin-top:2px;
    margin-bottom:10px;
}

#payment { 
    width:100%;
    padding: 4px 3%;
    margin-top:2px;
    margin-bottom:10px;
}
#complain {
    width:94%;
    height:30px;
    padding: 4px 3%;
    margin-top:2px;
    margin-bottom:10px;
    resize:none;
}
.calendar-container-holder {
    display:none; 
    position:absolute;
    left:66px;
}
.date-availability { 
    background: #ffffff; 
    border-top: 1px solid #aaaaaa; 
    border-left: 1px solid #aaaaaa; 
    border-right: 1px solid #aaaaaa; 
    border-radius: 10px 10px 0 0;
    padding: 6px; 
    height:62px;
}
#date-availability-info { display:none; text-align:center; }
#earliest-time, #num-slots { color:#ff2222; font-weight:bold; }
#set-date {
    width: 90px;
    padding: 4px;
    border-radius: 5px;
    background-color: #2A9EA7;
    font-weight: bold;
    border: none;
    color: #ffffff;
    font-size: 12px;
    margin: 6px auto 4px;
    cursor: pointer;
    text-align: center;
}
#cancel-date {
    width: 90px;
    padding: 4px;
    border-radius: 5px;
    background-color: #aaaaaa;
    font-weight: bold;
    border: none;
    color: #ffffff;
    font-size: 12px;
    margin: 0px auto 0;
    cursor: pointer;
    text-align: center;
}
#loading-status, #loading {
    display:none;
    width: 100%;
    text-align:center;
    padding: 100px 0;
}
#success-status , #success-request, #pending-status, #success-2-status, #payment-details-resent {
    font-size: 13px;
    text-align:center;
    display:none;
    padding-top:20px;
}

#online-meeting-details { display:none; }

/* custom checkbox start*/
.container {
    display: inline-block !important;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    margin-right:10px;
    margin-top:4px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

.container:hover input ~ .radio {
    background-color: #ccc;
}

.container input:checked ~ .radio {
    background-color: #2196F3;
}

.radio:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .radio:after {
    display: block;
}

.container .radio:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* custom checkbox end */

.done-appointment-succes-btn, .done-appointment-btn {
    width: 90px;
    padding: 10px 12px;
    border-radius: 5px;
    background-color: #2A9EA7;
    font-weight: bold;
    border: none;
    color: #ffffff;
    font-size: 12px;
    margin: 10px auto;
    cursor: pointer;
    text-align: center;
}

@media screen and (max-width:1000px) {
    .content .intro {
        padding: 0 20px;
    }
}

@media screen and (max-width:415px) {
    .desktop-visible { display:none; }
    .mobile-visible { display:block; }
    .content { 
        margin-top: 10px;
        padding:10px;
        width:90%;
        height:auto;
    }
    
    .right-contents, .content .intro {
        width:96%;
        padding:0 2%;
    }
    .faqs { width: 96%;}
    .question, .answer { width: 94%;}
}