@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&family=Onest:wght@400;700&family=Raleway:ital,wght@0,400;1,600&display=swap");
:root {
    --vw-dark-blue: #162F70;
    --vw-light-blue: #4C82C2;
    --vw-mid-blue: #0E4C9D;
    --vw-tangerine: #FDB716;
    --vw-yellow: #FFFFFF;
}
*{margin:0;padding:0;}

html,body, form {margin:0;padding:0;border:0; height:100%;}
body, form body {
    font-size: 18pt;
    font-family: "Raleway", sans-serif;
    height: 100%;
    color: var(--vw-dark-blue);
    background-color: #fff;
}

h1,h2,h3,h4{margin:0;margin-bottom:.7em;line-height:1.4em;padding:0;padding-top:0.5em;}
h1{margin-bottom:.4em;color:var(--vw-dark-blue);font-weight:900;font-size:1.95em;font-family:"Montserrat",sans-serif;}
h1.alt{border-bottom:1px solid var(--vw-light-blue);padding-bottom:1px;}
h1 .sub{color:var(--vw-mid-blue);font-style:italic;}h2{margin-bottom:1em;border-bottom:1px solid var(--vw-light-blue);padding-bottom:3px;color:var(--vw-dark-blue);font-size:1.25em;font-family:"Montserrat",sans-serif;font-weight:700;letter-spacing:.04em;}
h2.alt{padding-bottom:0;color:var(--vw-mid-blue);font-size:1.5em;font-weight:700;}
h2 span{color:var(--vw-dark-blue) }
h3.alt{margin-bottom:0;}
h3{margin-bottom:.5em;color:var(--vw-dark-blue);font-size:1.25em;padding-left: 10px;font-family:"Montserrat",sans-serif;font-weight:700;letter-spacing:.02em;}
h4{font-size:12px;color:var(--vw-dark-blue);margin-left:35px;text-align:left; margin-bottom:0px;font-family:"Montserrat",sans-serif;font-weight:700;letter-spacing:.01em;}
h4 a{text-decoration:none;}
h5{font-size:1em; color:var(--vw-dark-blue);}
h1 a,h1 a:hover,h2 a,h2 a:hover,h3 a,h3 a:hover,h4 a,h4 a:hover{font-weight:bold;font-size:12px;}
.spacer {width:90%; border-bottom: .1em solid var(--vw-light-blue);padding:0;margin:0 0 0 15px;height:8px;}
table{border-collapse:collapse;}
h2.breadcrumb{font-size:12px;}
a {color:var(--vw-mid-blue);}
a:active{color:var(--vw-tangerine);}
a:visited{color:var(--vw-dark-blue);}
.hidden{display:none;}

legend {display:none;}
cite{color:var(--vw-mid-blue);font-style:normal;font-size:.79em;}
cite strong{font-weight:bold;color:var(--vw-dark-blue);}
form{display:inline;}
small{font-size:.80em;font-weight:normal}
big{font-size:1.25em;}
hr{margin:10px 0;border:0;height:1px;overflow:hidden;visibility:hidden;}
dt{display:block;font-weight:bold;}
blockquote{color:var(--vw-dark-blue);font-size:.92em; margin:.5em 1em .5em 1em;font-family:"Raleway",sans-serif;font-style:italic;font-weight:600;}
blockquote p{margin:.5em 1em .5em 1em;}
ul{list-style: outside;}
ol{list-style-type: decimal; list-style-position: outside; padding-left: 20px; padding-right: 20px; margin-left: 10px; padding-bottom: 5px;}
li {padding-bottom: 10px; text-align:justify;}
img{border:none;text-decoration:none;}	
img.left {border:none; float:left; padding:10px;}
img.right {border:none; float:right; padding:10px;}
p {text-align: justify; margin-bottom: 10px; font-size: 18pt;}
input {
    padding: 0px 3px 2px 3px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    margin: 2px 0 2px 0;
}
select, dropdownlist {
    font-family: "Raleway", sans-serif;
    font-size: 9px;
    margin: 2px 0 2px 0;
    padding: 0px 3px 2px 3px;
}

div.ajax__calendar_days table tr td{padding-right: 2px; padding-left:2px;}
div.ajax__calendar_body{width:190px;height:170px;}
div.ajax__calendar_container{ width:190px;height:215px;border:2px solid var(--vw-dark-blue);}

.textbox {
    height: 20px;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
}
.calextender {
    font-family: "Raleway", sans-serif;
    font-size: 10px;
    padding: 0;
    background-color: #fff;
}
.reqfield {
    font-size: 14px;
    color: rgb(185, 28, 28);
    font-weight: bold;
}
.required {
    font-size: 14px;
    color: rgb(185, 28, 28);
    font-weight: bold;
}
.requiredsmall{
    font-size:10px;
    color:rgb(185, 28, 28);
    font-weight:bold;
}


.button {
    height: 56px;
    min-width: 170px;
    padding: 0 26px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    background-color: var(--vw-mid-blue);
    border: 0;
    border-radius: 16px;
    line-height: 56px;
    background-image: none;
    cursor: pointer;
    transition: filter .15s ease-in-out;
}

.button:hover,
div.submit input[type=submit]:hover {
    filter: brightness(1.08);
}

div.submit input[type=submit] {
    height: 56px;
    min-width: 170px;
    padding: 0 26px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    background-color: var(--vw-mid-blue);
    border: 0;
    border-radius: 16px;
    line-height: 56px;
    background-image: none;
    cursor: pointer;
    transition: filter .15s ease-in-out;
}

div.submit input[type=submit][value^="Previous"],
div.submit input[type=submit][value^="Previo"] {
    padding: 0 26px;
    background-image: none;
}
.red {
    color: rgb(185, 28, 28);
}
.style1 {
    color: var(--vw-tangerine);
}
.radiobutton {
    padding: 5px;
    border: 0;
}
.gridview {
    text-align: center;
    border: 1px solid var(--vw-dark-blue);
}
.gridview2 {
    text-align: left;
    padding: 0 2px 0 2px;
    font-size: 12px;
}
    .gridview2 td {
        padding: 3px 5px 3px 5px;
        font-weight: normal;
    }
    .gridview2 th {
        padding: 5px 5px 5px 5px;
    }
div.submit {
    width: 90%;
    padding: 10px;
    padding-right: 25px;
    text-align: right;
}
.nopadding {
    padding: 0;
    margin: 0;
}

br.clearfix {
    clear: both;
    display: block;
    height: 1px;
    margin: -1px 0 0 0;
}
p.center {
    text-align: center;
}
img.pad {
    padding: 10px 10px 10px 10px;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    padding-top: 20px;
    text-align: center;
}

#container {
    width: 94%;
    border: 0;
    background: #fff;
    text-align: center;
    height: auto;
    margin: 5px auto;
    
}

    #container.wide {
        width: 94%;
    }

#header {
    height: auto;
    background-color: #fff;
    border: 0;
    border-bottom: 2px solid var(--vw-light-blue);
    text-align: left;
    vertical-align: middle;
    padding: 18px 0;
}

    #header.short {
        height: auto;
    }

#content {
    height: auto;
    border: 3px solid #fff;
    background-color: #fff;
    color: var(--vw-dark-blue);
    margin: 0 0 5px 0;
    font-family: "Raleway", sans-serif;
    font-size: 18pt;
    text-align: justify;
    display:inline-block;
    width:99%;
}

    #content.wide {
    }

    #content p {
        padding: 5px 20px 5px 20px;
    }

#leftmenu {
    display: none;
}

#centermenu, #topLogo {
    background-color: #fff;
    margin: 0;
    text-align: center;
    overflow: visible;
}

#rightmenu {
    display: none;
}

#logo {
    width: 100%;
    max-width: 620px;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 8px 0;
}

#google_translate_element {
    background-color: var(--vw-mid-blue);
    color: #fff;
    padding: 10px 0;
    margin: 0 0 8px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
}

#google_translate_element a {
    color: #fff !important;
    text-decoration: none;
    font-family: "Onest", sans-serif;
    font-size: 12pt;
}

#tagLine {
    display: none;
}

#topLogo, #logo2 {
    display: none;
}

#map_search {
    width: 250px;
    height: 450px;
    float: left;
    border: 1px solid var(--vw-dark-blue);
    padding: 5px;
    overflow: auto;
    background-color: #fff;
    margin:auto;
    text-align:center;
}

#searchFields {
    width: auto;
    display:inline-block;
}

#buttons {
    width: auto;
    display:inline-block;
}

#divider {
    border-bottom: 1px solid var(--vw-light-blue);
    padding-top: 5px;
}

#markers {
    text-align: left;
    padding-top:10px;
}

#map_canvas {
    overflow: hidden;
    height: 450px;
    border: 1px solid var(--vw-dark-blue);
    padding: 5px;
}

.w350 {
    width: 350px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
}

div.reginput {
    border: 1px solid rgb(234, 234, 234);
    font-size: 11px;
    display:inline-block;
    height:auto;
    width:100%;
    background: rgb(251, 251, 251);
    border-radius: 14px;
    overflow: hidden;
}
    div.reginput .thead {
        color: #fff;
        background-color: var(--vw-mid-blue);
        font-weight: bold;
        padding: 8px 12px;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: .04em;
        line-height: 1.2;
        text-align:center;
        border-bottom: 1px solid rgb(234, 234, 234);
    }

    div.reginput .thead * {
        color: #fff !important;
        background: transparent !important;
        font-family: "Montserrat", sans-serif !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        letter-spacing: .04em;
        line-height: 1.2;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center;
    }

    div.reginput .right {
            text-align: right;
        }

        div.reginput .left {
            text-align: left;
        }


    div.reginput .td60 {
        width: 60%;
        float: none;
        height: auto;
        padding: 5px 0 5px 5px;
        border-left: 1px solid rgb(234, 234, 234);
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        box-sizing: border-box;
        min-width: 0;
    }

    div.reginput .td40 {
        width: 40%;
        float: none;
        height: auto;
        padding: 10px 5px 5px 0;
        vertical-align: middle;
        display: inline-block;
        box-sizing: border-box;
        min-width: 0;
    }

    div.reginput .tr {
        clear: both;
        display: flex;
        align-items: stretch;
        border-bottom:1px solid rgb(234, 234, 234);
        margin:auto;
        position:relative;
        
    }

div.reginput .colspan2 {
        padding:5px;
        text-align:center;
        width:auto;
        border:none;
    }

table.searchtable {border: 1px solid rgb(234, 234, 234);}
table.searchtable thead th, thead th td {color:#fff; background-color: var(--vw-mid-blue); font-weight:bold; padding:5px; font-size: 12px; border: 1px solid rgb(234, 234, 234);}
table.searchtable tbody td {padding:5px; text-align: left; vertical-align:middle; border:1px solid rgb(234, 234, 234);}
table.searchtable tbody td.right {text-align:right;}
table.searchtable tbody td.topright{text-align:right; vertical-align:top; }
    table.searchtable tbody td input, table.searchtable tbody td select {
        font-size: 12px;
    }

table.edittable {border: 1px solid rgb(234, 234, 234);font-size:10px;width:90%;}
table.edittable thead th, thead th td, tbody tr th {color:#fff; background-color: var(--vw-mid-blue); font-weight:bold; padding:5px; font-size: 12px; border: 1px solid rgb(234, 234, 234);}
table.edittable tbody td {padding:5px; text-align: left; vertical-align:middle; border:1px solid rgb(234, 234, 234);}
table.edittable tbody td.right {text-align:right;}
table.edittable tbody td.topright{text-align:right; vertical-align:top; } 

table.edittable2 {border: 1px solid rgb(234, 234, 234);font-size:10px; width:90%;}
table.edittable2 thead th, thead th td, tbody tr th {color:#fff; background-color: var(--vw-mid-blue); font-weight:bold; padding:5px; font-size: 12px; border: 1px solid rgb(234, 234, 234);}
table.edittable2 tbody td {padding:5px; text-align: left; vertical-align:middle; border:1px solid rgb(234, 234, 234);}
table.edittable2 tbody td.right {text-align:right;}
table.edittable2 tbody td.topright{text-align:right; vertical-align:top; }
table.edittable2 tbody tr td input, table.edittable2 tbody tr td select {font-size: 11px;}

/* Admin find/search screens */
body:not(.register2-page) table.searchtable td,
body:not(.register2-page) table.searchtable label {
    font-family: "Onest", sans-serif;
    font-size: 14px;
    line-height: 1.35;
}

body:not(.register2-page) table.searchtable tbody td:nth-child(odd),
body:not(.register2-page) table.searchtable label {
    font-weight: 700;
    white-space: nowrap;
}

body:not(.register2-page) table.searchtable tbody td input,
body:not(.register2-page) table.searchtable tbody td select,
body:not(.register2-page) table.searchtable .textbox {
    font-family: "Onest", sans-serif;
    font-size: 14px !important;
    border: 1px solid #b8cbe7;
    border-radius: 8px;
    min-height: 34px;
    padding: 4px 8px;
    box-sizing: border-box;
}

body:not(.register2-page) table.searchtable .button,
body:not(.register2-page) table.searchtable input[type=submit],
body:not(.register2-page) table.searchtable input[type=button] {
    min-height: 40px;
    height: 40px;
    min-width: 120px;
    padding: 0 14px;
    font-family: "Onest", sans-serif;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 40px;
    border-radius: 10px;
    background-image: none !important;
}

body:not(.register2-page) .gridview2 {
    font-family: "Onest", sans-serif;
    font-size: 16px;
    border: 1px solid rgb(234, 234, 234);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    background: rgb(251, 251, 251);
}

body:not(.register2-page) .gridview2 th {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    white-space: normal;
    color: #fff !important;
    background-color: var(--vw-mid-blue);
    border: 1px solid rgb(234, 234, 234);
}

body:not(.register2-page) .gridview2 th a,
body:not(.register2-page) .gridview2 th a:visited,
body:not(.register2-page) .gridview2 th a:hover,
body:not(.register2-page) .gridview2 th a:active {
    color: #fff !important;
    text-decoration: none;
}

body:not(.register2-page) .gridview2 td {
    font-size: 16px;
    line-height: 1.35;
    border: 1px solid rgb(234, 234, 234);
    background: rgb(251, 251, 251);
}

body:not(.register2-page) .gridview2.approve-grid th,
body:not(.register2-page) .gridview2.approve-grid td {
    padding-left: 14px !important;
}

body:not(.register2-page) .gridview2 input[type=button],
body:not(.register2-page) .gridview2 input[type=submit],
body:not(.register2-page) .gridview2 button,
body:not(.register2-page) .gridview2 select,
body:not(.register2-page) .gridview2 .textbox {
    font-family: "Onest", sans-serif;
    font-size: 16px !important;
}

body:not(.register2-page) table.searchtable {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    background: rgb(251, 251, 251);
}

body:not(.register2-page) table.searchtable td {
    background: rgb(251, 251, 251);
}

/* Admin add/edit forms (PCP/GYN/CHN/etc.) */
body:not(.register2-page) form#form1 table.reginput {
    width: min(100%, 980px) !important;
    border: 1px solid rgb(234, 234, 234);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    background: rgb(251, 251, 251);
}

body:not(.register2-page) form#form1 table.reginput thead th {
    background-color: var(--vw-mid-blue);
    color: #fff !important;
    border: 1px solid rgb(234, 234, 234);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 12px;
}

body:not(.register2-page) form#form1 table.reginput tbody td {
    border: 1px solid rgb(234, 234, 234);
    background: rgb(251, 251, 251);
    padding: 8px 10px;
    font-family: "Onest", sans-serif;
    font-size: 14px;
    line-height: 1.35;
}

body:not(.register2-page) form#form1 table.reginput tbody td.right {
    font-weight: 700;
}

body:not(.register2-page) form#form1 table.reginput .textbox,
body:not(.register2-page) form#form1 table.reginput input[type=text],
body:not(.register2-page) form#form1 table.reginput input[type=password],
body:not(.register2-page) form#form1 table.reginput select,
body:not(.register2-page) form#form1 table.reginput textarea {
    font-family: "Onest", sans-serif;
    font-size: 14px !important;
    border: 1px solid #b8cbe7;
    border-radius: 8px;
    min-height: 34px;
    padding: 4px 8px;
    box-sizing: border-box;
}

body:not(.register2-page) form#form1 table.reginput .button,
body:not(.register2-page) form#form1 table.reginput input[type=submit],
body:not(.register2-page) form#form1 table.reginput input[type=button] {
    min-height: 40px;
    height: 40px;
    min-width: 130px;
    padding: 0 14px;
    border-radius: 10px;
    font-family: "Onest", sans-serif;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 40px;
    background-image: none !important;
}

body:not(.register2-page) h2.breadcrumb {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--vw-dark-blue);
    border-bottom: 0 !important;
    padding: 0;
    margin: 6px 0 14px;
    line-height: 1.25;
}

body:not(.register2-page) h2.breadcrumb a,
body:not(.register2-page) h2.breadcrumb a:visited,
body:not(.register2-page) h2.breadcrumb a:hover,
body:not(.register2-page) h2.breadcrumb a:active {
    color: var(--vw-mid-blue);
    text-decoration: none;
    font-size: 20px !important;
    font-weight: 700 !important;
    font-family: "Montserrat", sans-serif !important;
    line-height: 1.25;
}

.language {float:right; font-size: 13px; font-weight: bold; text-decoration: blink;}
.tips {color:var(--vw-mid-blue);}

body.admin-page,
body.admin-login-page {
    background: #fff;
}

body.admin-page #content.admin-content,
body.admin-login-page #content.admin-content {
    width: min(1200px, 96%);
    margin: 0 auto;
    border: 0;
    text-align: center;
    background: #fff;
}

.admin-title {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--vw-dark-blue);
    margin: 6px 0 14px;
    text-align: center;
    border-bottom: 0 !important;
    padding-bottom: 0;
}

body.admin-login-page h2.admin-title {
    border-bottom: 0 !important;
    box-shadow: none !important;
}

body.admin-page .admin-menu-form {
    width: 100%;
    margin: 0 auto;
}

body.admin-page .admin-menu-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 12px;
    padding: 16px;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 14px;
    background: rgb(251, 251, 251);
    box-sizing: border-box;
}

body.admin-page .admin-menu-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.admin-page .button,
body.admin-login-page .button {
    width: 100%;
    min-height: 54px;
    height: auto;
    min-width: 0;
    padding: 10px 14px;
    line-height: 1.25;
    white-space: normal;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 12px;
    background: var(--vw-mid-blue);
    background-image: none !important;
    color: #fff !important;
    font-family: "Onest", sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

body.admin-page .button:hover,
body.admin-login-page .button:hover {
    filter: none;
    background: #0a4187;
}

body.admin-page .admin-gold-button {
    background: #fdb716;
    border-color: #e2a714;
    color: #162f70;
}

body.admin-page .admin-gold-button:hover {
    background: #f0ad0d;
}

body.admin-page .admin-logout-row {
    margin-top: 14px;
    text-align: center;
}

body.admin-page .admin-logout-row a {
    font-family: "Onest", sans-serif;
    font-size: 16px;
}

body.admin-login-page .admin-login-content {
    max-width: 760px;
}

body.admin-login-page .admin-login-form {
    width: 100%;
}

body.admin-login-page .admin-login-box {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 16px;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 14px;
    background: rgb(251, 251, 251);
    box-sizing: border-box;
}

body.admin-login-page .admin-login-box table.reginput {
    width: 100%;
    border: 0;
    background: transparent;
}

body.admin-login-page .admin-login-box table.reginput td {
    border: 0;
    padding: 8px 6px;
    text-align: left;
    vertical-align: middle;
    font-family: "Onest", sans-serif;
    font-size: 16px;
    color: #000;
}

body.admin-login-page .admin-login-box .textbox,
body.admin-login-page .admin-login-box input[type=text],
body.admin-login-page .admin-login-box input[type=password] {
    width: 100%;
    min-height: 38px;
    font-family: "Onest", sans-serif;
    font-size: 16px;
    border: 1px solid #b8cbe7;
    border-radius: 9px;
    padding: 6px 10px;
    box-sizing: border-box;
}

	
table.radiobutton, table.radiobutton tbody td, table.radiobutton tbody tr td {border:0; margin:0; padding: 0 5px 0 5px;}
table.radiobutton, table.radiobutton tbody td, table.radiobutton tbody tr td {border:0; margin:0; padding: 0 5px 0 5px;}
table.radiobutton tbody tr td label {border:0; margin:0; padding: 0px 5px 0px 5px;}
table.radiobutton tbody tr td input {border:0; margin:0; padding: 0px 5px 0px 5px;}

table.radiobutton {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size:11px;
}

body:not(.register2-page) table.radiobutton,
body:not(.register2-page) table.radiobutton tbody,
body:not(.register2-page) table.radiobutton tr,
body:not(.register2-page) table.radiobutton td {
    vertical-align: middle !important;
}

body:not(.register2-page) table.radiobutton tbody tr td input[type=radio] {
    margin: 0 4px 0 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

body:not(.register2-page) table.radiobutton tbody tr td label {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    padding-top: 0;
    padding-bottom: 0;
}

/* Remove legacy arrow icons from all admin/account/superadmin buttons */
body:not(.register2-page) .button,
body:not(.register2-page) div.submit input[type=submit] {
    background-image: none !important;
    padding-left: 14px;
    padding-right: 14px;
}

body:not(.register2-page) div.submit input[type=submit][value^="Previous"],
body:not(.register2-page) div.submit input[type=submit][value^="Previo"] {
    background-image: none !important;
    padding-left: 14px;
    padding-right: 14px;
}

/* Keep grid row action buttons compact and consistent */
body:not(.register2-page) .gridview2 .button,
body:not(.register2-page) .gridview2 input[type=submit],
body:not(.register2-page) .gridview2 input[type=button] {
    height: 34px;
    min-width: 84px;
    padding: 0 12px;
    line-height: 34px;
    font-family: "Onest", sans-serif;
    font-size: 14px !important;
    font-weight: 700;
    border-radius: 10px;
    background-image: none !important;
}

.show {
    display: none;
}

.bigtext {
    font-size:28px;
}

.bold {
    font-weight:bold;
}

.survey-max-width {
    max-width: 1000px;
}

.survey-pad-left {
    padding-left: 10px;
}

.survey-rating-label {
    width: 100px;
    text-align: center;
    float: left;
    padding-top: 8px;
}

.survey-radio-spacer {
    width: 40px;
    float: left;
}

/* Edit Letters full-width workspace */
body.editletters-page #container {
    width: 99%;
    max-width: 99%;
}

body.editletters-page #content {
    width: 100%;
}

body.editletters-page .editletters-table {
    width: 100% !important;
}

body.editletters-page .editletters-toggle-btn {
    min-width: 210px !important;
    width: auto !important;
    white-space: nowrap;
    line-height: 1.2;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

/* Office Profile page */
body.profile-page #content {
    width: 100%;
}

body.profile-page .profile-form-wrap {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: 0;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 12px;
    overflow: hidden;
    background: rgb(251, 251, 251);
}

body.profile-page .profile-form-table {
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 0 !important;
    overflow: visible;
    background: transparent !important;
}

body.profile-page .profile-form-table thead th,
body.profile-page .profile-form-table tbody tr th {
    color: #fff;
    background-color: var(--vw-mid-blue);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid rgb(234, 234, 234);
    padding: 8px 10px;
}

body.profile-page .profile-form-table td {
    border: 1px solid rgb(234, 234, 234);
    background: rgb(251, 251, 251) !important;
    padding: 8px 10px;
    font-family: "Onest", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.35;
    color: #000;
}

body.profile-page .profile-form-table td:first-child {
    font-weight: 700;
}

body.profile-page .profile-form-table td,
body.profile-page .profile-form-table td strong,
body.profile-page .profile-form-table td span,
body.profile-page .profile-form-table td label,
body.profile-page .profile-form-table td a {
    font-family: "Onest", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
}

body.profile-page .profile-form-table input[type=text],
body.profile-page .profile-form-table input[type=password],
body.profile-page .profile-form-table input[type=email],
body.profile-page .profile-form-table textarea,
body.profile-page .profile-form-table select {
    font-family: "Onest", sans-serif !important;
    font-size: 14px !important;
    border: 1px solid #b8cbe7 !important;
    border-radius: 8px !important;
    min-height: 32px !important;
    padding: 4px 8px !important;
    box-sizing: border-box !important;
    background: #fff !important;
}

body.profile-page .profile-form-table textarea {
    min-height: 72px !important;
    resize: vertical;
}

body.profile-page .profile-form-table input[type=submit],
body.profile-page .profile-form-table button {
    min-height: 38px !important;
    height: auto;
    min-width: 130px !important;
    padding: 8px 14px !important;
    border-radius: 10px !important;
    font-family: "Onest", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    border: 1px solid rgb(234, 234, 234) !important;
    background-image: none !important;
}

body.profile-page .profile-form-table input[type=submit],
body.profile-page .profile-form-table button,
body.profile-page .profile-form-table .button {
    background-color: var(--vw-mid-blue) !important;
    color: #fff !important;
}

body.profile-page .profile-form-table a[id$="UpdateButton"],
body.profile-page .profile-form-table a[id$="UpdateCancelButton"] {
    display: inline-block;
    min-height: 38px;
    min-width: 130px;
    padding: 9px 14px;
    border-radius: 10px;
    border: 1px solid rgb(234, 234, 234);
    background: var(--vw-mid-blue);
    color: #fff !important;
    font-family: "Onest", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}

/* Admin utility classes replacing repeated inline styles */
.admin-form-wrap {
    text-align: center;
    padding-left: 50px;
    width: 800px;
}

.admin-grid-wrap {
    padding-left: 18px;
    overflow-x: auto;
}

.search-toggle-row {
    width: 90%;
    text-align: center;
}

.search-label-cell {
    width: 15%;
}

.search-input-cell {
    width: 35%;
}

.search-input-wide {
    width: 85%;
}

.form-label-cell {
    width: 40%;
    text-align: right;
}

.align-right {
    text-align: right;
}

.search-actions-cell {
    text-align: left;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.legacy-row-divider {
    border-bottom: 1px solid black;
}

.legacy-col-divider {
    border-right: 1px solid black;
}

.legacy-row-col-divider {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.full-width-table {
    width: 100%;
}

.quarter-cell {
    width: 25%;
}

.align-center {
    text-align: center;
}

.full-width {
    width: 100%;
}

.approve-grid-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 18px;
    box-sizing: border-box;
    overflow-x: auto;
}

.showpatients-grid {
    width: auto;
}

.superadmin-menu-wrap {
    width: 20%;
    padding: 2%;
}

.profile-label-cell {
    width: 35%;
}

.editletters-fields-table {
    width: 861px;
}

.editletters-fields-col {
    width: 287px;
    vertical-align: top;
    text-align: left;
    padding-left: 20px;
}

.editletters-actions-cell {
    text-align: right;
    padding-right: 40px;
}

/* Compact grid action buttons: smaller siblings of search/add buttons */
body:not(.register2-page) .gridview2 .button,
body:not(.register2-page) .gridview2 input[type=submit],
body:not(.register2-page) .gridview2 input[type=button],
body:not(.register2-page) .gridview2 a[id$="EditButton"],
body:not(.register2-page) .gridview2 a[id$="DeleteButton"],
body:not(.register2-page) .gridview2 a[id$="UpdateButton"],
body:not(.register2-page) .gridview2 a[id$="CancelButton"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    height: 30px !important;
    min-height: 30px !important;
    min-width: 72px !important;
    padding: 0 10px !important;
    line-height: 30px !important;
    font-family: "Onest", sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border-radius: 9px !important;
    border: 1px solid rgb(234, 234, 234) !important;
    background: var(--vw-mid-blue) !important;
    color: #fff !important;
    box-shadow: none !important;
    text-decoration: none !important;
    background-image: none !important;
    cursor: pointer !important;
}

body:not(.register2-page) .gridview2 .button:hover,
body:not(.register2-page) .gridview2 input[type=submit]:hover,
body:not(.register2-page) .gridview2 input[type=button]:hover,
body:not(.register2-page) .gridview2 a[id$="EditButton"]:hover,
body:not(.register2-page) .gridview2 a[id$="DeleteButton"]:hover,
body:not(.register2-page) .gridview2 a[id$="UpdateButton"]:hover,
body:not(.register2-page) .gridview2 a[id$="CancelButton"]:hover {
    background: #0a4187 !important;
    color: #fff !important;
}

/* Grid sizing: fit content, but never exceed page width */
body:not(.register2-page) table.gridview,
body:not(.register2-page) table.gridview2 {
    width: fit-content !important;
    max-width: 100% !important;
    table-layout: auto !important;
}

/* Datamine filter page */
body.admin-page .datamine-filter-form {
    width: 100%;
}

body.admin-page .datamine-filter-wrap {
    width: min(100%, 1180px);
    margin: 0 auto;
}

body.admin-page .datamine-filter-table {
    width: 100%;
    border: 1px solid rgb(234, 234, 234);
}

body.admin-page .datamine-filter-table td {
    font-family: "Onest", sans-serif;
    font-size: 14px;
    line-height: 1.35;
    padding: 8px 10px;
    vertical-align: middle;
    text-align: left;
}

body.admin-page .datamine-filter-table tr td:nth-child(odd) {
    font-weight: 700;
    white-space: nowrap;
}

body.admin-page .datamine-filter-table .textbox,
body.admin-page .datamine-filter-table input[type=text],
body.admin-page .datamine-filter-table select {
    font-size: 14px !important;
    min-height: 34px;
}

body.admin-page .datamine-filter-table .radiobutton td {
    padding: 0 8px 0 0;
}

body.admin-page .datamine-filter-table .search-actions-cell {
    text-align: right;
    padding-top: 12px;
}

body.admin-page .datamine-filter-table .search-actions-cell .button {
    min-width: 140px;
}


