﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*Do Not remove is for asp checkbox setting*/
label {
    font-family: inherit;
    display: inline;
    font-size: 1em;
    padding: 5px;
    vertical-align: 2px;
}

input::-webkit-input-placeholder {
    color: lightgrey;
}
/* Firefox 18- */
input:-moz-placeholder {
    color: lightgrey;
}

/* Firefox 19+ */
input::-moz-placeholder {
    color: lightgrey;
}

/* IE 10 */
input:-ms-input-placeholder {
    color: lightgrey;
}

.visible {
    visibility: visible;
}

.invisible {
    display: none;
}

Alert {
    height: 300px;
    width: 100px;
}

/* Master Header*/
@media screen and (min-width: 768px) {
    .cust-title h3 {
        margin-top: 1.4em;
        text-align: center;
    }
}

@media screen and (min-width: 410px) and (max-width: 767px) {
    .cust-title h3 {
        margin-top: 0.3em;
        text-align: center;
    }
}

@media screen and (max-width: 410px) {
    .cust-title h3 {
        margin-top: 0.8em;
        font-size: 1.1em;
        text-align: left;
    }
}

.blinking {
    animation: blinkingText 1.2s linear infinite;
}

@keyframes blinkingText {
    50% {
        opacity: 0;
    }
}

.cust-copyright {
    color: gray;
}

.cust-address h6 {
    text-align: center;
}

.numberCircle {
    font-size: 1em;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;

    background: #fff;
    border: 0.1em solid #666;
    color: #666;
    text-align: center;
    border-radius: 50%;
    box-sizing: content-box;
    display: inline-block;
}

/*Patient Registration Panel*/

.panel-title a:before {
    float: right;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    content: "\e082";
    line-height: 1;
    color: forestgreen;
    padding-top: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.panel-title a.collapsed:before {
    float: right;
    content: "\e081";
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.cust-signplus::before {
    float: right;
    content: "+";
}

.cust-signminus::before {
    float: right;
    content: "-";
}

.cust-leftindent {
    margin-left: 1%;
    margin-right: 1%;
}

.cust-leftindent1 {
    margin-left: 2%;
    margin-right: 1%;
}

.cust-leftindent2 {
    margin-left: 3%;
    margin-right: 1%;
}

.cust-padltrt0 {
    padding-left: 0px;
    padding-right: 0px;
}

.cust-padtop10 {
    padding-top: 10px;
}

.cust-padbot0 {
    padding-bottom: 0px;
}

.cust-hidden {
    opacity: 0;
}

.cust-border {
    left: 1%;
    width: 98%;
    border: 2px solid black;
}

.cust-formrow {
    margin-left: 0px;
    margin-right: 0px;
}

.cust-formtitle {
    padding-left: 10px;
    font-size: 1.0em;
    line-height: 0.8em;
}

.cust-formlabel {
    display: inline-block;
    padding-top: 10px;
    color: darkblue;
    font-size: 0.8em;
    font-weight: bold;
}

.cust-formtelequestion {
    display: block;
    padding-top: 5px;
    color: darkblue;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 0.4em;
}

.cust-formtelequestion1 {
    display: block;
    padding-top: 0px;
    color: #0F1FFF;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.1em;
}

.cust-formteleanswer {
    display: inline-block;
    padding-top: 10px;
    color: forestgreen;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.4em;
}

.cust-formplaceholder {
    color: gray;
    font-size: 0.8em;
}

.cust-formmedplaceholder {
    display: block;
    color: gray;
    font-size: 0.8em;
}


.cust-formlabeltitle {
    font-family: inherit;
    color: darkblue;
    width: 100%;
    font-size: 1.2em;
}

.cust-formlabeltitleReferral {
    font-family: inherit;
    color: forestgreen;
    width: 100%;
    font-weight: bold;
}

.cust-formlabelquestion {
    display: block;
    padding-top: 10px;
    color: red;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.4em;
}

.cust-formlabelinline {
    display: inline-block;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: red;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.4em;
}

.cust-formtextbox {
    width: 100%;
    height: 25px;
}

.cust-formtextboxinline {
    width: 100%;
    height: 25px;
    display: inline-block;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.cust-formpanelterm {
    width: 100%;
    padding: 20px 20px 20px 20px;
}


.cust-formtextboxterm {
    width: 100%;
    line-height: 1.5em;
}


.cust-formrichtextbox {
    width: 100%;
    height: 8em;
}

.cust-formcombo {
    height: 25px;
    width: 100%;
}

.cust-formcombopadding {
    padding-left: 30px;
    height: 25px;
    width: 100%;
}

.cust-formcomboinline {

    width: 100%;
    display: inline-block;
}

.cust-formmedicare {
    padding-right: 0px;
}

.cust-formcircle {
    color: blue;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 5px;
    border: 0.2em solid #f00;
}

.cust-formborder {
    margin-top: 20px;
    border-top: 1px solid;
    border-color: #ddd;
    box-sizing: content-box;
}

.cust-labelsize {
    min-width: 150px !important;
    display: inline-block !important;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: central;
    font-size: 1.0em;
    margin-right: 10px;
    border-width: medium;
}

.cust-formlink {
    width: 100%;
    font-family: inherit;
    display: inline-block;
    font-size: 0.9em;
    padding: 20px;
    text-align: left;
}

.cust-formlabelinfo {
    font-size: 0.9em;
    text-align: center;
}

.cust-formlabelsuccess {
    color: blue;
}

.cust-formlabelnote {
    color: blue;
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 1.5em;
}

.cust-formlabelwarning {
    color: red;
}

.cust-formlabelbghighlight {
    background-color: Highlight;
    font-size: 1.1em;
}

.cust-formlabelbgnote {
    background-color: red;
    font-size: 1.1em;
}

.tableappointment {
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 0px;
    width: 100%;
    height: auto;
    border: 0px;
    border-color: Gray;
    border-style: outset;
}

.tdappt {
    width: 100%;
    padding: 10px 10px 10px 10px;
    /*font: bold 330%/100% "Lucida Grande", arial, sans-serif;*/
    color: Green; /*#4AA02C; */
    letter-spacing: 0em;
    /*font-size: 18px;*/
    text-align: center;
    line-height: 14px;
}

.tdapptdate {
    width: 100%;
    padding: 0px 0px 0px 0px;
    /*font: 330%/100% "Lucida Grande", arial, sans-serif;*/
    color: Blue; /*#4AA02C; */
    letter-spacing: 0em;
    /*font-size: 0.8em;*/
    text-align: center;
    vertical-align: text-top;
    line-height: 18px;

}

.tdappttime {
    width: 100%;
    margin: 2px 0px 0px 2px;
    padding: 0px 0px 0px 10px;
    font: 330%/100% "Lucida Grande", arial, sans-serif;
    color: Navy;
    letter-spacing: 0em;
    font-size: 12px;
    text-align: left;
    line-height: 10px;
}

.tdappttimeprivate {
    width: 100%;
    margin: 2px 0px 0px 2px;
    padding: 0px 0px 0px 10px;
    font: 330%/100% "Lucida Grande", arial, sans-serif;
    --font-weight: bold;
    color: Navy; /*#4AA02C; */
    background-color: yellow;
    letter-spacing: 0em;
    font-size: 12px;
    text-align: left;
    line-height: 10px;
}

.tdappttimetelehealth {
    width: 100%;
    margin: 2px 0px 0px 2px;
    padding: 0px 0px 0px 10px;
    font: 330%/100% "Lucida Grande", arial, sans-serif;
    --font-weight: bold;
    color: Navy; /*#4AA02C; */
    background-color: wheat;
    letter-spacing: 0em;
    font-size: 12px;
    text-align: left;
    line-height: 10px;
}

.tdappttimetelehealthprivate {
    width: 100%;
    margin: 2px 0px 0px 2px;
    padding: 0px 0px 0px 10px;
    font: 330%/100% "Lucida Grande", arial, sans-serif;
    --font-weight: bold;
    color: Navy; /*#4AA02C; */
    background-color: wheat;
    letter-spacing: 0em;
    font-size: 12px;
    text-align: left;
    line-height: 10px;
}

.cust-formlabelBadge {
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    background-color: Red;
    font-size: 1.1em;
}

.cust-formspanBadge {
    padding-left: 10px;
    line-height: 1.8em;
    color: gray;
}

.cust-formlabelBooking {
    width: 100%;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.5em;
    text-align: center;
    padding-left: 0px;
    color: darkslategrey;
    background-color: greenyellow;
}

.cust-formlabelDeclaration {
    display: inline-block;
    padding-top: 10px;
    color: forestgreen;
    font-size: 0.8em;
    font-weight: bold;
}

.cust-formtextboxReadonly {
    width: 100%;
    color: gray;
}

.cust-mainbutton {
    width: 100%;
}

.cust-mainbuttonseparator {
    width: 100%;
    height: 3px;
}

.bottom-footer {
    background: #2f3232;
    float: left;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 100%
}

.foot-menu {
    margin: 0px;
    padding-right: 20px;
}

.foot-menu li {
    display: inline;
    list-style-type: none;
    float: right;
}

.foot-menu li a {
    color: #bcbec0;
    font-size: 12px;
    text-transform: capitalize;
    padding: 0 19px 0 0;
    line-height: 21px;
    text-decoration: none;
    transition: .3s
}

.foot-menu li a:hover {
    color: #878888;
    transition: .3s
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}