@font-face {
    font-family: segoeui;
    src: url(segoeui.eot);
    src: url(segoeui.woff) format("woff"),
        url(segoeui.ttf) format("truetype"),
        url(segoeui.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    display: swap;
}

@font-face {
    font-family: VIC-Regular;
    src: url(VIC-Regular.eot);
    src: url(VIC-Regular.woff) format("woff"),
        url(VIC-Regular.ttf) format("truetype"),
        url(VIC-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    display: swap;
}

@font-face {
    font-family: VIC-Bold;
    src: url(VIC-Bold.eot);
    src: url(VIC-Bold.woff) format("woff"),
        url(VIC-Bold.ttf) format("truetype"),
        url(VIC-Bold.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    display: swap;
}

@font-face {
    font-family: VIC-Medium;
    src: url(VIC-Medium.eot);
    src: url(VIC-Medium.woff) format("woff"),
        url(VIC-Medium.ttf) format("truetype"),
        url(VIC-Medium.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    display: swap;
}

@font-face {
    font-family: VIC-SemiBold;
    src: url(VIC-SemiBold.eot);
    src: url(VIC-SemiBold.woff) format("woff"),
        url(VIC-SemiBold.ttf) format("truetype"),
        url(VIC-SemiBold.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    display: swap;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: inherit;
    height: 100%;
    overflow-x: hidden;
}

a {
    color: #0052C2;
    font-family: VIC-Bold, Verdana, Tahoma, Arial, Sans-Serif;
}

.loading {
    animation: none !important;

}

.crmEntityFormView .cell div.info.required label:after {
    content: ' (Required)';
    font-family: 'VIC-Regular',
        Arial;
    font-weight: 300;
    font-size: 14px;
    line-height: 11px;
    color: red;
}


#ms_clientpostcodeid_name,
#ms_clientstateid_name,
#ms_workplace_name {
    pointer-events: none;
}

.crmEntityFormView .cell div.info.required.changed label:after {
    content: ' (required)';
    font-family: 'VIC-Regular';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: red;
}

.top-header {
    background-image: url(/cirv-top-bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 20rem;
    height: 205px
}

@media screen and (min-width:576px) {
    .top-header {
        background-position: -1rem -8.5rem;
    }
}

@media screen and (min-width:768px) {
    .top-header {
        background-position: -1rem -6.5rem
    }
}

@media screen and (min-width:992px) {
    .top-header {
        background-position: -1.5rem -4.5rem
    }
}

@media screen and (min-width:1200px) {
    .top-header {
        background-position: left -4.5rem;
    }
}

@media screen and (min-width:1600px) {
    .top-header {
        background-position: calc(50.001%-43rem) -13rem;
        background-size: 40rem
    }
}

@media (min-width:1900px) {
    .top-header {
        background-position: left -13rem
    }
}

body {
    font-family: 'VIC-Regular', Arial, Helvetica, sans-serif !important;
    line-height: 1.5em;
    font-weight: 400;
}

.top-header {
    padding: .625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

@media screen and (min-width:576px) {
    .top-header {
        padding: 1.25rem
    }
}

.top-header-inner {
    background-color: #0052c2;
    border-radius: .25rem;
    -webkit-transition: height .25s;
    transition: height .25s;
    height: 58px;
    line-height: 58px;
}

@media screen and (min-width:768px) {
    .top-header-inner {
        height: 58px;
    }
}

.top-header--sticky:not(.top-header--open) {
    position: fixed;
    top: 0
}

.top-header--open {
    position: fixed;
    top: 0;
    height: 100%
}

.top-header--open .top-header-inner {
    margin: 0;
    border-radius: .25rem;
    background-color: #023b89;
    height: 100%
}


.navbar-static-top.navbar .menu-bar>.navbar-nav>li>a,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    font-family: 'VIC-Regular', Arial, Helvetica, sans-serif !important;
}

/*b, strong, .description{
font-family:'VIC-Bold', Arial, Helvetica, sans-serif !important;
}*/
.description {
    margin-top: 14px !important;
}

.crmEntityFormView .cell {
    padding: 0px 15px 20px 0 !important;
    margin-bottom: 0 !important;
}

.crmEntityFormView .cell,
.options-lbl,
.question-lbl,
iframe {
    font-family: 'VIC-Regular', Arial, Helvetica, sans-serif !important;
    color: #201547 !important;
    font-size: 16px !important;
}

.page_section h3,
.section-title {
    font-family: VIC-SemiBold, Arial, Helvetica, sans-serif !important;
}

.view-empty {
    text-align: center;
}

.navbar-header {
    min-width: 100%;
}

.navbar-right {
    margin-top: 14px
}

.top-header .navbar-nav>li {
    padding: 0 10px;
}

.top-header .nav>li>a {
    padding: 0;
}

.navbar-nav>li>a {
    color: white;
    margin-top: 5px;

}

.dropdown-toggle span {}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background: none;
}

.fa {
    font-family: "Glyphicons Halflings" !important;
}

footer {
    color: white;
}



.steps {
    min-width: 98px;
    background: #F6F6F9;
    border: 1px solid #D7DBE0;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    font-family: VIC-Bold !important;
    height: 30px;
    line-height: 30px;
    margin-bottom: 28px;
}

.subhead {
    font-family: VIC-Bold !important;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 10px;
    color: #0052C2;
    margin-top: 0px;
}

.homepage-section .subhead {
    font-size: 48px;
    width: 90%;
    line-height: 60px
}

.subdescription {
    font-family: VIC-Bold !important;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 30px;
}

.homepage-section .subdescription {
    font-family: VIC-Regular !important;
    font-size: 24px;
    font-weight: bold;
    width: 80%;
    line-height: 30px;
}

.subheader {
    border-bottom: 1px solid #D7DBE0;
    margin-bottom: 40px;
    background: url(subheader-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

/* PF: added new orange/yellow color for free for service vaccines for add attendee form */
.yellow-Box {
    border-left: 4px solid #ffa500;
    min-height: 200px;
    background: #fff3e0;
    padding: 20px;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 31px;

}

.blue-Box {
    border-left: 4px solid #0095EC;
    min-height: 200px;
    background: #e6f5fe;
    padding: 20px;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
}

.green-Box {
    border-left: 4px solid #90ee90;
    min-height: 200px;
    background: #DCFFDB;
    padding: 20px;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 31px;

}

.cvv-help {
 display: inline-block;
 width: 16px;
 height: 16px;
 line-height: 16px;
 text-align: center;
 border: none;
 font-size: 11px;
 cursor: help;
 margin-left: 4px;
 color: #555;
 background: url(https://payments-stest.npe.auspost.zone/v3/ui/cvv-tooltip-info.3ecb66175e3af5fdf4f4.svg) no-repeat;
}

.blue-Box b, .yellow-Box b, .green-Box b  {
    margin: 0px;
    padding: 0px;
}

.blue-Box b, .yellow-Box b, .green-Box b {
    font-family: 'VIC-Bold' !important;
}

.progress-numeric {
    display: none;
}

.form-control {
    background: #F6F6F9;
    border: 1px solid #D7DBE0 !important;
    border-radius: 4px !important;
    height: 50px;
    box-shadow: none;
    color: #011A3C;
    padding: 6px 8px;
}



.crmEntityFormView .cell .field-label,
strong,
.description {
    font-family: 'VIC-Bold' !important;
    font-size: 14px;
    color: #000;
}

[for="consentforvaccines"] {
    font-family: 'VIC-Bold' !important;
    font-size: 24px !important;
    margin-bottom: 20px !important;
    color: #0052C2 !important;
}

.btn-primary {
    background: #0052C2;
    border-radius: 4px;
    height: 50px;
    min-width: 135px;
    font-size: 16px;
    font-family: 'VIC-Bold' !important;
    border: 1px solid #0052C2;
    outline: 0 !important
}

.btn-primary:hover {
    background: #0095ec;
    border: 1px solid #0095ec;
    outline: 0 !important
}

.btn-primary:focus {
    background: #0095ec;
    background-image: linear-gradient(#0095ec, #0052c2);
    border: 1px solid;
    outline: 0 !important;
    border-image-source: linear-gradient(#0095ec, #0052c2);
}

.btn-default {
    border-radius: 4px;
    height: 50px;
    min-width: 135px;
    font-size: 16px;
    font-family: 'VIC-Bold' !important;
    border: 1px solid #0052C2;
    color: #0052C2;
    line-height: 36px;
    margin-right: 7px;
    padding: 6px 15px;
    background: white;
}

html[dir=ltr] .crmEntityFormView .actions .btn:first-child {
    margin-right: 7px;
}

[aria-label="Hidden"] {
    display: none;
}

.crmEntityFormView .actions {
    border: 0px;
    padding: 0px;

}

.input-group {
    width: 100%;
}

#ms_studentschool_name {
    width: 100% !important;
}

legend.section-title h3 {
    font-size: 20px !important;
}

.crmEntityFormView .section-title,
[for="label_consentforvaccine"] {
    font-size: 16px !important;
    font-family: 'VIC-Bold' !important;
    padding: 0px 0px 25px 0px;
    color: #0052C2;
}

[for="label_consentforvaccine"] {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

#addresscheckbox {
    margin: 20px 15px;
}

#addresscheckbox input[type=checkbox] {
    height: 20px;
    width: 20px;
    margin: 0px 10px 0px 0 !important;
    position: absolute;
}

#addresscheckbox label {
    padding-left: 30px;
}

[aria-label="Sign in or create an account"] {
    background: #fff url(/signin-icon.svg) no-repeat 95% center !important;
    padding: 7px 40px 7px 15px !important;
    border-radius: 4px;
    margin-top: -1px !important;
    color: #0052C2 !important;
}

footer .navbar {
    margin: 0px;
}

footer .navbar-inverse {
    background: #023B89;
    border-radius: 0;
}

footer .navbar {
    background: #023b89;
    background-image: url(footerbg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    margin-bottom: 0 !important;
    border: 0px;
}

.navbar-inverse.navbar-nav>.open>a,
.navbar-inverse.navbar-nav>.open>a:focus,
.navbar-inverse.navbar-nav>.open>a:hover {
    background: #3670b8;
    border-color: #3670b8;
}

.footer {
    background-color: #023b89;
    color: #fff;
}

.footertop {
    border-bottom: 1px solid #0052c2;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footerbottom {
    padding: .75rem 1.25rem 1rem;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #3670b8;
    border-color: #3670b8;
}

a.btn-default {
    line-height: 36px;
}

.footerlinks a {
    color: #fff;
    padding-right: 15px;
    padding-left: 10px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
}

.footerlinks a:first-child {
    padding-left: 0;
}

.footerlinks a:last-child {
    padding-right: 0;
}

.copyright {
    padding-top: 5px;
    font-size: 12px;
}

.footercaption {
    font-family: VIC-SemiBold,
        Arial,
        Helvetica,
        sans-serif;
    font-size: 16px;
    line-height: 1.25em;
}

.footer-logo img {
    width: 76px;
}

.footer-logo {
    text-align: right;
}

.flags img {
    border: 1px solid #fff;
    margin-right: 10px;
}

.schoolsessionconsent .table {
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    border-collapse: separate;
    font-size: 14px;
    border: 1px solid #D7DBE0;
}

.changecancel .table {
    max-width: 100%;
}

.schoolsessionconsent .table>thead>tr>th {
    background: #F6F6F9;
    border-bottom: 1px solid #D7DBE0 !important;
    font-family: VIC-Bold,
        Verdana,
        Tahoma,
        Arial,
        Sans-Serif !important;
    font-size: 14px !important;
    color: #000;

}

.schoolsessionconsent .table>thead>tr>th a {
    font-family: VIC-Bold, Verdana, Tahoma, Arial, Sans-Serif !important;
    font-size: 14px !important;
    color: #000;
    text-decoration: none;
}

.edit-link,
.edit-link:hover {
    font-family: VIC-Bold, Verdana, Tahoma, Arial, Sans-Serif !important;
    font-size: 14px !important;
    color: #0052C2 !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    text-decoration: underline;
    text-transform: lowercase;
    display: inline-block !important;
    outline: 0 !important;
}

.edit-link:focus {
    border: 1px solid black !important;
}

.schoolsessionconsent .table>tbody>tr>td,
.schoolsessionconsent .table>tbody>tr>th,
.schoolsessionconsent .table>tfoot>tr>td,
.schoolsessionconsent .table>tfoot>tr>th,
.schoolsessionconsent .table>thead>tr>td,
.schoolsessionconsent .table>thead>tr>th {
    vertical-align: middle;
    padding: 10px;
}

.schoolsessionconsent .table>thead>tr>th {
    border-bottom: 1px solid #ddd;

}

.greenConsentAccepted,
.redConsentDenied,
.consentAllOther {
    border-radius: 50px;
    color: white;
    font-family: VIC-Bold, Verdana, Tahoma, Arial, Sans-Serif !important;
    text-align: center;
    margin: 10px;
    display: block;
    cursor: pointer;
    width: 150px;
}

.greenConsentAccepted {
    background: #377E4B;
}

.redConsentDenied {
    background: #AF272F;
}

.consentAllOther,
[data-name="tab_consent_response_log"] .consentAllOther {
    background: #fff;
    border: 1px solid #D7DBE0 !important;
    color: #465870;
}

.datetimepicker .input-group-addon {
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #0052C2;
    text-align: center;
    background-color: transparent;
    border: 0px solid #ccc;
    border-radius: 4px;
    position: absolute;
    z-index: 100;
    right: 30px;
    top: 18px;
}


.modal-header h1 {
    display: none;
}

.pageTitle {
    font-family: VIC-Bold,
        Verdana,
        Tahoma,
        Arial,
        Sans-Serif !important;
    font-size: 28px !important;
    color: #0052C2;
    margin-bottom: 30px;
    line-height: normal;
}

.modal-header {
    z-index: 100;
    border: 0px;

}

#content-container {
    width: inherit;
    padding: 0px;
}

.form-close {
    color: #0052C2;
    font-size: 30px;
    top: 15px !important;
    right: 20px !important;
    z-index: 10;
}

.modal-body {
    padding: 0 20px;
}

.instructions {
    padding: 0px 0 20px;
}

#content-container #ms_consentresponse {
    width: 310px;
}

#piInstructions {
    margin-bottom: 30px;
    margin-right: 20px
}

#piInstructions ul {
    margin: 0 0 30px 0;
    padding-left: 15px;
}

#piInstructions a {
    font-family: VIC-Bold, Verdana, Tahoma, Arial, Sans-Serif !important;
}

[data-name="tab_fullsessiondetails"],
[data-name="tab_full_details"],
[data-name="tab_consetconfirmation"] {
    border: 1px solid #D7DBE0;
    border-left: 4px solid #0095EC;
    padding: 20px;
    margin-bottom: 40px;
}

[data-name="tab_fullsessiondetails"] .section-title,
[data-name="tab_full_details"],
[data-name="tab_consetconfirmation"] .section-title {
    font-family: VIC-Bold,
        Verdana,
        Tahoma,
        Arial,
        Sans-Serif !important;
    font-size: 16px !important;
    color: #0052C2;
}

[data-name="tab_fullsessiondetails"] h3,
[data-name="tab_full_details"],
[data-name="tab_consetconfirmation"] h3 {   
    font-size: 16px !important;    
}

[data-name="tab_consetconfirmation"] .section-title {
    padding: 0px 0px 25px 0;
}

.step6-instructions {
    color: #000;
    font-family: VIC-Regular, Verdana, Tahoma, Arial, Sans-Serif !important;
    font-size: 18px;
    margin-bottom: 40px !important;
    padding-left: 30px;
}

.step6-instructions a {
    font-family: VIC-Bold, Verdana, Tahoma, Arial, Sans-Serif !important;
    text-decoration: underline
}

.step6-instructions .blueColor {
    color: #0052C2;
    font-family: VIC-Bold,
        Verdana,
        Tahoma,
        Arial,
        Sans-Serif !important;
    font-size: 18px;
}

.home-links {
    font-size: 20px
}

.home-page h2 {
    font-family: VIC-Bold,
        Verdana,
        Tahoma,
        Arial,
        Sans-Serif !important;
    font-size: 20px;
    margin: 0px 0 20px 0;
    clear: both;
}

.home-links ul,
.home-links li {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.home-links li {
    margin-bottom: 20px;
    line-height: 28px;
    color: black
}

.home-links li a {
    color: black;
    font-weight: 600;
}

html[dir=ltr] li a {
    margin-left: 0px;
}

.home-links svg {
    margin-left: 5px
}

.contactus {
    clear: both;
}

.aboutus {
    font-size: 14px;
    font-family: VIC-Regular,
        Verdana,
        Tahoma,
        Arial,
        Sans-Serif !important;
    line-height: normal;
    margin-bottom: 50px;
}

.home-item {
    border: 1px solid #D7DBE0;
    padding: 15px;
    margin-bottom: 20px;
    min-height: 205px;
    border-radius: 0 0 5px 5px;
}

.home-img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    height: 160px;
    object-fit: cover;
}

.home-item a {
    font-size: 20px;
    font-family: VIC-Bold,
        Verdana,
        Tahoma,
        Arial,
        Sans-Serif !important;
    line-height: 26px;
    margin: 0 0 10px 0;
    display: block;
    color: #0052C2;
}

.contactus a {
    color: #0052C2;
}

.contactus div {
    margin-bottom: 25px;
    font-size: 14px;
}

.contactus svg {
    margin-right: 12px;
    width: 15px;
    height: 15px;
}

.immune svg {
    width: inherit;
    height: inherit;
}

.fl {
    display: flex;
    align-items: center;
}

.box-center {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    width: 500px;
    min-height: 450px;
    max-height: 450px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 30px;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 50px;
    right: 0;
}

.box-center .actions {
    margin-top: 50px;
}

.box-center .validation-header {
    display: none
}

.box-center .validation-summary {
    padding: 0px;
    background:
        transparent;
    border: 0;
    font-size: 14px;
    margin: 20px 0;
}

.box-center ul {
    list-style: none !important;
    padding: 0px !important;
    margin: 0px !important
}

h2 {
    font-size: 20px;
    font-family: VIC-Bold,
        Verdana,
        Tahoma,
        Arial,
        Sans-Serif !important;
    line-height: 26px;
    color: #0052C2;
}

.logo-gray {
    margin-bottom: 20px;
}


.buttons {
    margin-top: 40px;
}

.buttons .btn-default {
    margin-right: 10px;
}

.box-center .crmEntityFormView .cell {
    padding: 0px !important;
}

#ms_isschoolmatched input {
    float: left;
}

#ms_isschoolmatched label {
    display: block;
    padding-left: 30px;
}

.digit-group input {
    width: 40px !important;
    height: 50px !important;
    margin-right: 8px !important;
}

.home-block {
    padding-left: 0px;
}

.entity-form {
    clear: both;
}

.box-center.crmEntityFormView.actions {}

#ms_mobilenumber {
    width: 70%;
    float: right;
}

.error {
    color: red;
    font-size: 14px;
}

.success {
    color: limegreen !important;
    font-size: 14px;
}

#vaccinelinks {
    word-break: break-all;
}

.validation-summary a {
    color: red !important;
}

/* This css is for JQuery UI */
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.ui-autocomplete>li>div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #0052c2;
    white-space: nowrap;
    background: url(/assets/images/cirv-img-map.png) 10px 10px no-repeat scroll rgb(246, 246, 249);
    padding-left: 40px;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #0052c2;
    background-color: white;
    cursor: pointer;
    background: url(/assets/images/cirv-img-map.png) 10px 10px no-repeat scroll rgb(246, 246, 249);
    padding-left: 40px;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-menu-item .ui-menu-item-wrapper .ui-state-active {
    background: white !important;
    color: #0052c2 !important;
    border: none !important;
}

.privacycollection {
    font-family: VIC-Bold, Verdana, Tahoma, Arial, Sans-Serif !important;

}

.timerrow {
    font-size: 16px;
    margin: 20px 0 0px;

}

.timerrow a {
    font-weight: bold;
    text-decoration: underline;
    color: #ccc;
    cursor: pointer;
}

.digit-group {
    display: table;
    margin-top: 20px;
}

.modal-form .modal-body iframe {
    height: 86vh !important;
}

.modal-form .modal-body iframe {
    overflow-x: hidden;
    overflow-Y: hidden;
}

.select-time {
    background: #F6F6F9;
    height: 56px;
    border-radius: 2px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 10px 15px;
    text-align: center;
    max-width: 160px;
    min-width: 200px;
    float: left;
}

.select-time:hover,
.activetime {
    background: #0052C2;
    color: white;
    cursor: pointer;
}

.select-time .time {
    font-family: VIC-Bold, Verdana, Tahoma, Arial, Sans-Serif !important;
}

.page_section {
    min-height: calc(100vh - 721px);
}

.showing {
    font-family: VIC-Bold, Verdana, Tahoma, Arial, Sans-Serif !important;
    color: #0052C2;
    padding: 20px 0 15px;
    clear: both;
}

.paginationtime {
    clear: both;
    margin-bottom: 30px;
}

.paginationtime span {
    font-size: 12px;
    padding: 2px 10px;
    display: inline-block;
}

.paginationtime span:hover {
    background: #0052C2;
    color: white;
    cursor: pointer
}

.paginationtime .page-control {
    font-size: 16px;
    padding: 5px 10px;
    display: inline-block;
    color: #0052C2;
}

.paginationtime .activetime {
    font-size: 14px;
    font-weight: bold;
    background: transparent;
    color: #0052C2;
    font-family: VIC-Bold, Verdana, Tahoma, Arial, Sans-Serif !important;

}

.questionbg {
    background: #0052C2;
    background-image: url(footerbg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    min-height: 180px;
    padding: 20px 0;
    color: white;
    margin-top: 40px;
}

.fb {
    font-family: VIC-Bold,
        Verdana,
        Tahoma,
        Arial,
        Sans-Serif !important;
}

.questionbg b {
    font-family: VIC-Bold,
        Verdana,
        Tahoma,
        Arial,
        Sans-Serif !important;
}

.questionbg button {
    background: linear-gradient(0deg, #0095EC, #0095EC),
        linear-gradient(0deg, #0052C2, #0052C2);
    font-family: VIC-Bold,
        Verdana,
        Tahoma,
        Arial,
        Sans-Serif !important;
    height: 44px;
    width: 140px;
    border: 0px;
    border-radius: 5px;
}

.questionbg a {
    font-weight: bold;
    color: white;
    text-decoration: underline;
}

.crmEntityFormView .section-title.show-bar,
.crmEntityFormView .tab-title {
    margin-bottom: 20px;
    padding-bottom: 12px;
}

.crmEntityFormView [data-name="tab_consent_response_log_Consenterdetails"] .cell,
.crmEntityFormView [data-name="tab_portal_attendee_details"] .cell {
    padding: 0 15px 40px !important
}

[data-name="tab_portal_attendee_details"] .section-title.show-bar {
    margin-left: 15px;
}

.crmEntityFormView .validation-summary ul {
    padding: 0 20px;
    list-style: inherit;
}

.row.form-custom-actions {
    margin: 0px 5px;
}

.crmEntityFormView fieldset {
    margin-bottom: 0;
}

.tab {
    clear: both
}

.cancelreturn {
    background: url(/assets/images/cancel-return.png) no-repeat left center;
    font-family: VIC-Bold, Verdana, Tahoma, Arial, Sans-Serif !important;
    color: #0052C2;
    padding-left: 25px;
    cursor: pointer;
    margin-left: 15px;
    text-decoration: underline;
}

.confirmdetails .blue-Box,
.attendeedetails .blue-Box {
    min-height: inherit;
}


[aria-label="Consent"] {
    margin-top: 30px !important
}

.crmEntityFormView .form-control.readonly,
.crmEntityFormView .form-control[readonly][disabled],
.form-readonly .form-control {
    border: 0px solid #D7DBE0 !important;
    height: inherit;
    padding: 0px;
    outline: 0;
    background-color: #FFF !important;
    color: #D7DBE0;
}

.crmEntityFormView .form-control.readonly:focus,
.crmEntityFormView .form-control[readonly][disabled]:focus,
.form-readonly .form-control:focus {
    outline: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}

#tblBookings .btn-primary {
    height: 40px;
}

.mborder {
    background: linear-gradient(90deg, #0057C2 0%, #825DFF 11.93%, #EF4A81 23.3%, #E57200 38.07%, #FFC166 50.85%, #F9E062 87.88%);
    height: 16px;
}

.uniquecodetbl {
    margin-top: 40px;
    width: 100% !important;
}

.booking-details {
    color: #0052C2;
    margin-bottom: 20px;
}

.booking-details b {
    font-family: VIC-Bold, Verdana, Tahoma, Arial, Sans-Serif !important;
    font-size: 16px;
}


#locationValue,
#boodingInstructionlabel,
#datetimeValue {
    font-size: 14px;
    font-weight: normal
}

[data-name="tab_confimed_details"] {
    border: 1px solid #D7DBE0;
    border-left: 4px solid #0095EC;
    padding: 20px 10px;
    margin-left: 15px;
    margin-bottom: 40px;
}

.clearboth {
    clear: both;
}

.pt40 {
    padding-top: 40px;
}

.switchcontrol {
    display: flex;
    margin-bottom: 30px;
}

.switchcontrol .switch {
    margin-right: 10px
}

.switchcontrol .tooltipe {
    margin-left: 10px
}

.communiquecode label,
.uniquetext,
.control-label {
    font-family: VIC-Bold, Verdana, Tahoma, Arial, Sans-Serif !important;

}

.uniquecodetble {
    padding-top: 30px;
}

.col-md-12.actions {
    margin-bottom: 20px
}

#fundedvaccines,
#paidvaccines {
    margin-left: 10px;
}

html[dir=ltr] .crmEntityFormView .tab .tab-column {
    padding-left: 0px;
}

.showmobile , .mobile-view-grid {
    display: none;
}

.changecancel .dropdown-menu {
    display: flex !important;
}

.changecancel .dropdown-menu li {
    display: inline-block
}

.changecancel .edit-link,
.changecancel .edit-link:hover {
    border-radius: 4px;
    font-size: 12px;
    font-family: 'VIC-Bold' !important;
    border: 1px solid #0052C2;
    color: #0052C2 !important;
    margin-right: 7px;
    padding: 5px 8px !important;
}

.changecancel .details-link,
.changecancel .details-link:hover {
    background: #0052C2 !important;
    border-radius: 4px;
    font-size: 12px;
    font-family: 'VIC-Bold' !important;
    color: #fff !important;
    padding: 5px 8px !important;
    border: 1px solid #0052C2;
}

.details-link.has-tooltip.launch-modal {
    color: #0052C2 !important;
    background: transparent !important;
    border: 0px;
    font-size: 14px;
    display: block;
}

[data-name="tab_Secondarystudentdetails"] .form-control.readonly,
[data-name="tab_Secondarystudentdetails"] .form-control[readonly][disabled],
[data-name="tab_Secondarystudentdetails"] .form-readonly .form-control {
    border: 1px solid #ccc !important;
    padding-left: 10px;
}

.view-grid button[aria-label="action menu"] {
    display: none;
}

.view-grid .dropdown .dropdown-menu {
    display: block;
    position: relative !important;
    border: none;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    min-width: inherit;
}

#ms_enteraddressmanually_label,
.checkbox-cell label,
.crmEntityFormView .checkbox-cell .field-label {
    font-family: VIC-Regular, Verdana, Tahoma, Arial, Sans-Serif !important;
}

.modal-header .modal-title {
    float: left;
}

.modal-header .close {
    float: right;
}

.validation-summary {
    margin-left: 15px;
    margin-right: 15px;
}

[data-name="tab_client_details"] {
    margin-bottom: 0px !important;
}

.uniquecodetbl td:first-child,
/*.uniquecodetbl th:first-child {
    width: 40%
}*/

.form-custom-actions {
    margin: 0;
}

.schoolsessionconsent [data-name="tab_fullsessiondetails"] .table {
    width: 100%
}

.modal-content {
    padding: 0px !important;
}

#label_consentforvaccine .table,
#Subgrid_ConsentDetails .table {
    width: 69%;
}

[data-name="tab_consent_response_log"] {
    padding: 0 15px;
}

.attendeedetails [data-name="tab_full_details"] {
    margin: 0 15px;
}

.searchsvg {
    width: 20px;
    height: 20px;
    margin-top: 7px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='mediumblue' height='8' viewBox='0 0 10 8' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M5.86603 7.5C5.48113 8.16667 4.51887 8.16667 4.13397 7.5L0.669873 1.5C0.284973 0.833334 0.766099 0 1.5359 0L8.4641 0C9.2339 0 9.71503 0.833333 9.33013 1.5L5.86603 7.5Z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: 99% !important;
    background-position-y: 20px !important;
    padding-right: 35px !important;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

.number-wrapper {
    position: relative;
}

.control .text-muted {
    position: absolute !important;
    top: 13px !important;
    left: 10px !important;
}


.number-wrapper:after,
.number-wrapper:before {
    position: absolute;
    right: 5px;
    width: 1.6em;
    height: .9em;
    font-size: 10px;
    pointer-events: none;
    background: #fff;
}

.number-wrapper:after {
    color: blue;
    content: "\25B2";
    margin-top: 1px;
}

.number-wrapper:before {
    color: red;
    content: "\25BC";
    margin-bottom: 5px;
    bottom: -.5em;
}

.float-left {
    float: left;
    margin-right: 10px;
}

.select-attendees {
    width: 130px;
}

.select-date {
    width: 140px;
}

.select-provider {
    width: 300px;
}

.dash {
    margin-top: 38px;
}

.float-left label {
    white-space: nowrap;
}

.select-date .input-group-addon {
    background-color: inherit;
    border: inherit;
    border-radius: inherit;
    padding: 0;
}

.select-date .input-group-addon {
    background-image: url("data:image/svg+xml;utf8,<svg fill='mediumblue' height='8' viewBox='0 0 10 8' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M5.86603 7.5C5.48113 8.16667 4.51887 8.16667 4.13397 7.5L0.669873 1.5C0.284973 0.833334 0.766099 0 1.5359 0L8.4641 0C9.2339 0 9.71503 0.833333 9.33013 1.5L5.86603 7.5Z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    width: 25px;
    height: 50px;
    position: absolute;
    right: 0;
    z-index: 100;
    top: 0;
    background-position: 90% center;
}

.editblue {
    min-height: inherit;
    margin-bottom: 20px
}

[data-name="tab_what_immunisation_needed_for_attendee"] .section-title {
    padding: 0
}

[data-name="tab_interpreter"] .checkbox-cell {
    padding-bottom: 0 !important;
}

.col-md-12 {
    clear: both !important;
}

[data-name="tab_what_immunisation_needed_for_attendee"] legend.section-title {
    color: black
}

[data-name="tab_what_immunisation_needed_for_attendee"] legend.section-title a,
.blue-Box a,
.blue-Box a u {
    font-family: VIC-Bold, Verdana, Tahoma, Arial, Sans-Serif !important;
    text-decoration: underline;
}

input[type=checkbox],
input[type=radio] {
    height: 22px;
    width: 22px;

}

.crmEntityFormView .cell.checkbox-cell label {
    padding-left: 10px;
    display: block;
}

html[dir=ltr] .crmEntityFormView .cell.boolean-radio-cell input[type=radio] {
    margin: 0px 5px 5px 10px;
}

input[type=checkbox],
input[type=radio] {
    margin: 0;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: -30px;
}

.sendUpdate,
#enddate {
    margin-top: 25px;
}

/* Swithch*/
.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 20px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 0px;
    bottom: 2px;
    -webkit-transition: .4s;
    transition: .4s;
    background: url(/cirv-tick.svg) no-repeat center right;
}

input:checked+.slider {
    background-color: #0052C2;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.mt25 {
    margin-top: 25px;
}

/* Rounded sliders */
.slider.round {
    border-radius: 14px;
}

.slider.round:before {
    border-radius: 50%;
}

.tooltipe {
    position: relative;
    display: inline-block;
}

.tooltipe .tooltiptext {
    background: #FFFFFF;
    border: 1px solid #D7DBE0;
    border-radius: 5px;
    visibility: hidden;
    width: 200px;
    height: 100px;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    right: -200px;
    top: -90px;
}

.tooltipe:hover .tooltiptext {
    visibility: visible;
}

input[type=email] {
    text-decoration: none !important
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-autocomplete-loading {
    background: url(/assets/images/cirv-search-loading.gif) 6px 10px no-repeat scroll rgb(246, 246, 249) !important;
    background-size: 28px !important;
}

.pagination>li>a,
.pagination>li>span {
    border: 0px;
    font-size: 14px;
}

.pagination>.active>a {
    font-size: 14px;
    font-weight: bold;
    background-color: transparent !important;
    color: #0052C2;
    font-family: VIC-Bold, Verdana, Tahoma, Arial, Sans-Serif !important;
}

.pagination a:hover {
    background-color: #0052C2 !important;
    color: white !important
}

.home-blocks .home-block:first-child .home-item,
.home-blocks .home-block:nth-child(2) .home-item {
    min-height: 170px;
}

.home-item br {
    display: none;
}

#ms_clientsuburbid_name {
    padding-left: 40px;
}

.home-page .aboutus h2 {
    font-size: 24px;
    color: black;
    line-height: normal;
}

#ms_consentconfirmationcode {
    margin-top: 5px;
}

.box-center #errorname br {
    display: none;
}

.box-center #errorname {
    padding-top: 5px;
    display: block
}

#EntityFormControl_EntityFormView .tab-title {
    margin-top: 0px !important;
}

#consentforvaccines table td:first-child,
#consentforvaccines table th:first-child {
    width: 72% !important;
}


@media (min-width: 767px) {
    #consentforvaccines table {
        width: 69%;
    }
}


/*Start Error Message*/
.toastmodal {
    display: none;
    position: absolute;
    z-index: 1;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
}

#modalcontent {
    margin: auto;
    padding: 5px;
    border: 1px solid #f5c6cb;
    width: 80%;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    position: relative;
    text-align: center;
}

.closebtn {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 5px;
}

.closebtn:hover,
.closebtn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#modalcontent p {
    margin: 0;
    padding: 0;
}

.grid-actions {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.entity-grid {
    overflow-y: visible;
}

/*End Error Message*/


.attendeedetails [aria-label="Consenter details"] .section-title {
    font-size: 24px !important
}

.attendeedetails [aria-label="Consenter details"] table {
    margin-left: -15px !important;
}

.withlink .actions .col-sm-6,
.schoolconsentupdate .actions .col-sm-6 {
    padding: 0
}

.withlink .blue-Box {
    margin-right: 15px
}

.withlink .validation-summary {
    margin-left: 0
}
/*
#content-container .form-action-container-left {
    margin-left: -20px;
}*/

.usingDateFilters,
.usingUniqueCode {
    display: flex;
}

.searchbtn {
    min-width: 90px;
}












[data-name="tab_fullsessiondetails_declaration"] .info {
    margin-top: -5px;
}

[id="fulldetails_subgrid_consent"] td {
    padding: 8px !important
}

#label_consentforvaccine .table-fluid td,
#Subgrid_ConsentDetails .table-fluid td,
[data-name="tab_confimed_details_consent"] td,
[data-name="tab_Consent_for_vaccines"] td,
[data-name="tab_consent_response_log"] td,
[data-name="tab_full_details_consent"] td {
    border: 0 !important;
}

#label_consentforvaccine td.consentAllOther {
    border: 1px solid #ccc !important
}





@media (max-width:767px) {

    .btn-primary,
    .btn-default {
        min-width: 46%;
    }

    #ms_isthisforyourself input,
    #ms_isthisforyourself label {
        float: left;
    }

    #ms_isthisforyourself_1 {
        display: block;
        width: 22px;
        float: left;
        margin-left: 0;
        clear: both
    }

    .usingDateFilters,
    .usingUniqueCode {
        display: flex;
        flex-direction: column;
    }

    #content-container .col-sm-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #content-container .row.form-custom-actions {
        margin: 0px 20px;
    }

    .step6-instructions {
        margin: 0 15px;
    }

    .validation-summary {
        margin-left: 0;
        margin-right: 0;
    }

    .ui-menu {
        width: 95% !important;
    }

    .ui-menu-item-wrapper {
        white-space: normal !important
    }

    .modal-dialog {
        margin: 10px auto;
        width: 90%;
    }

    .form-close {

        top: -10px !important;
        right: 10px !important;
    }

    .greenConsentAccepted,
    .redConsentDenied,
    .consentAllOther {
        height: 40px;
        line-height: 20px !important;
    }

    .btn-group {
        display: inherit;
    }

    [value="Return home"],
    [value="Return Home"],
    [value="Cancel another"] {
        width: 100%;
    }

    .grid-actions {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .entity-grid {
        overflow-y: visible;
    }

    #modalcontent {
        width: 95%;
    }

    html[dir=ltr] .mobile-view-grid {
        margin-left: -8rem;
        float: left;
        width: 8rem;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    button,
    html input[type=button],
    input[type=reset],
    input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer;
        margin-top: 18px;
    }

    .home-item a {
        font-size: 18px;
        line-height: normal
    }

    .home-block {
        padding-left: 0px;
        padding-right: 0px;
    }

    .home-page h2,
    .home-links {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .home-links li {
        margin-bottom: 10px;
        line-height: normal;
    }

    .subhead {
        font-size: 28px;
        line-height: normal;
    }

    .homepage-section .subhead {
        font-size: 28px;
        width: 100%;
        line-height: normal;
    }

    .subdescription {
        font-family: VIC-Regular !important;
        font-size: 14px;
        line-height: normal;
        margin-bottom: 30px;
        font-weight: 600;
    }

    .homepage-section .subdescription {
        font-family: VIC-Regular !important;
        font-size: 20px;
        font-weight: 600;
        width: 100%;
        line-height: normal;
    }

    .crmEntityFormView .tab {
        margin-bottom: 0px
    }

    [data-name="tab_existing_client"] .tab-column:last-child,
    [data-name="tab_existing_client"] .tab-column:nth-child(2) {
        display: none
    }

    html[dir=ltr] .table-fluid td {
        padding-left: 9rem !important;
    }

    .table-fluid td:before {
        font-family: VIC-Bold, Verdana, Tahoma, Arial, Sans-Serif !important;
        width: 9rem;
        margin-left: -9rem;
        padding-left: 1rem;
    }

    .dash {
        text-align: center;
        margin: 10px 0 -15px;
    }

    .float-left {
        float: inherit;
        width: 100% !important;
    }

    html[dir=ltr] .uniquecodetbl.table-fluid td:last-child {
        padding: 10px !important;
    }

    html[dir=ltr] .uniquecodetbl.table-fluid td:last-child button {
        width: 100%;
    }

    .table-fluid td {
        word-break: inherit;
    }

    #label_consentforvaccine .table,
    #Subgrid_ConsentDetails .table,
    #subgrid_consentdetails table {
        width: 100%;
    }

    .slotbooking h.col-md-12 {
        padding: 0px;
    }

    .select-time {
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 10px 0px;
        text-align: center;
        max-width: 48%;
        min-width: 48%;
        float: left;
    }

    #usingDateFilters .formlabel,
    #usingUniqueCode .formlabel {
        margin: 20px 0 10px;
    }

    .searchbtn {
        width: 100%;
    }

    .hidemobile {
        display: none;
    }

    .showmobile {
        display: block;
    }

    .dropdown.open {
        float: inherit !important
    }

    .navbar-right {
        margin-top: 8px;
        float: right;
        width: 100%;
    }

    .dropdown-menu .divider {
        display: none;
    }

    .navbar-right ul li:first-child {
        display: none;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: white;
        border: 1px solid #ccc;
        right: 0;
        left: inherit;
        top: 37px;
        position: absolute;
        border-radius: 4px;
    }

    .col-md-4,
    .col-md-8 {
        clear: both;
    }

    #content-container #ms_consentresponse {
        width: 100%;
    }

    #ms_mobilenumber {
        margin-top: 18px;
    }

    .box-center {
        width: 95%;
        padding: 15px;
    }

    [aria-label="Sign in or create an account"] {
        margin-top: 50px !important;
        white-space: nowrap;
        position: absolute !important;
        right: 0;
        border: 1px solid #0052C2
    }

    .top-header .nav>li>a {
        white-space: nowrap;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .navbar-right ul li:first-child {
        text-align: right;
        padding-right: 20px
    }

    .schoolsessionconsent .table {
        width: 100%;
    }

    [data-name="tab_fullsessiondetails"],
    [data-name="tab_full_details"],
    [data-name="tab_consetconfirmation"] {
        margin-bottom: 20px !important;

    }

    .footercaption {
        margin-top: 20px
    }

    .footerbottom {
        padding: 15px 0
    }

    .home-block {
        height: inherit;
    }

    .home-item {
        min-height: inherit !important;
    }

    html[dir=ltr] #label_consentforvaccine .table-fluid td,
    html[dir=ltr] #Subgrid_ConsentDetails .table-fluid td,
    #subgrid_consentdetails td,
    #consentforvaccines td,
    [data-name="tab_full_details_consent"] td,
    #fulldetails_subgrid_consent td {
        padding: 8px !important;
    }

    #label_consentforvaccine .table-fluid td:before,
    #Subgrid_ConsentDetails .table-fluid td:before,
    #subgrid_consentdetails .table-fluid td:before,
    #consentforvaccines .table-fluid td:before,
    [data-name="tab_full_details_consent"] .table-fluid td:before {
        padding: 0;
    }


    #label_consentforvaccine .table-fluid td,
    #label_consentforvaccine .table-fluid tr,
    #Subgrid_ConsentDetails .table-fluid td,
    #Subgrid_ConsentDetails .table-fluid tr,
    #subgrid_consentdetails .table-fluid td,
    #subgrid_consentdetails .table-fluid tr,
    [data-name="tab_consent_response_log"] .table-fluid td,
    [data-name="tab_consent_response_log"] .table-fluid tr,
    [data-name="tab_full_details_consent"] .table-fluid tr,
    [data-name="tab_full_details_consent"] .table-fluid td {
        display: block;
        width: inherit !important;
    }

    .datepicker button {
        margin-top: 0
    }

}

@media only screen and (min-device-width:834px) and (max-device-width:1112px) and (-webkit-min-device-pixel-ratio:2) {
    .schoolsessionconsent .table {
        width: 100%;
    }

}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1) {
    .schoolsessionconsent .table {
        width: 100%;
    }



}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

    .usingDateFilters,
    .usingUniqueCode {
        display: flex;
        flex-direction: column;
    }

    .dash {
        text-align: center;
        margin: 10px 0 -15px;
    }

    .float-left {
        float: inherit;
        width: 100% !important;
    }

    html[dir=ltr] .uniquecodetbl.table-fluid td:last-child {
        padding: 10px !important;
    }

    html[dir=ltr] .uniquecodetbl.table-fluid td:last-child button {
        width: 100%;
    }

    .table-fluid td {
        word-break: inherit;
    }

    #label_consentforvaccine .table,
    #Subgrid_ConsentDetails .table,
    #subgrid_consentdetails table {
        width: 100%;
    }

    .slotbooking h.col-md-12 {
        padding: 0px;
    }

    .select-time {
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 10px 0px;
        text-align: center;
        max-width: 48%;
        min-width: 48%;
        float: left;
    }

    #usingDateFilters .formlabel,
    #usingUniqueCode .formlabel {
        margin: 20px 0 10px;
    }

    .searchbtn {
        width: 100%;
    }

    .hidemobile {
        display: none;
    }


    .showmobile, .mobile-view-grid {
        display: block;
    }

    .crmEntityFormView table.section,
    .crmEntityFormView table.section>tbody,
    .crmEntityFormView table.section>tbody>tr,
    .crmEntityFormView table.section>tbody>tr>td,
    .crmEntityFormView table.section>tbody>tr>th,
    .crmEntityFormView table.section>tfoot,
    .crmEntityFormView table.section>tfoot>tr,
    .crmEntityFormView table.section>tfoot>tr>td,
    .crmEntityFormView table.section>tfoot>tr>th,
    .crmEntityFormView table.section>thead,
    .crmEntityFormView table.section>thead>tr,
    .crmEntityFormView table.section>thead>tr>td,
    .crmEntityFormView table.section>thead>tr>th {
        display: block;
    }
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

a.skip-main:focus,
a.skip-main:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid yellow;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
}

.addReadonlyBackgroundColor {
    background-color: #D7DBE0;
    color: #465870;
    border: 0px solid #D7DBE0;
    pointer-events: none;
}

.removeReadonlyBackgroundColor {
    background-color: #F6F6F9;
    border: 1px solid #D7DBE0 !important;
    color: #011A3C;
    pointer-events: auto;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #D7DBE0 !important;
    border: 0px solid #D7DBE0;
    color: #465870;
}

[data-name="tab_fulldetails_personal_details"] .form-control,
[data-name="tab_confirmeddetails_personaldetails"] .form-control {
    color: #201547 !important;
    font-size: 14px;
    font-weight: normal;
}

[data-name="tab_consentconfirmation_secondarystudentdetails"] .form-control,
[data-name="tab_secondarystudentdetails"] .form-control,
[data-name="tab_consetconfirmation_registrationcode"] .form-control,
[data-name="tab_consetconfirmation_consentordetails"] .form-control,
[data-name="tab_consetconfirmation_section_5"] .form-control,
[data-name="tab_fullsessiondetails_consentordetails"] .form-control,
[data-name="tab_fullsessiondetails_section_5"] .form-control {
    color: #201547 !important;
}

html[dir=ltr] .form-loading {
    left: calc(50% - 20px);
}

.form-loading span {
    background-image: url(/cirv-loading-spinner.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    display: block;
    background-size: 40px;
}

.form-loading span:before {
    content: inherit;
}

.loading-modal .in-middle {
    top: calc(50% - 20px);
    position: absolute;
    margin: 0 auto;
    width: 40px;
    left: calc(50% - 20px);
}

#loading-img {
    height: 40px !important;
    width: 40px !important;
}

.in-middle {
    margin-top: inherit !important;
    margin-left: inherit !important;
}

div.navbar-right.menu-bar .dropdown-toggle {
    float: right;
}

.no-record-table-border {
    border-radius: 5px;
    border-collapse: separate;
    border: 1px solid #D7DBE0;
}

/* This is specific to Change cancel page where background needs to be set to black */
.change-cancel .form-control {
    color: #011A3C !important;
}

#ms_receivedpreviousvaccine {
    display: flex;
    align-items: center;
}

#ms_receivedpreviousvaccine label {
    margin: 0 15px 0 0;

}

.checkbox-readonly {
    pointer-events: none;
}

.flag {
    background: url(/assets/images/cirv-image-flag-aus.svg) 16px 16px no-repeat scroll rgb(246, 246, 249);
    padding-left: 55px;
    pointer-events: none;
    float: left;
    width: 25% !important;
}

.council-card {
    padding-left: 0px;
    margin-bottom: 40px;
    overflow-wrap: break-word;
}

.contactus-councilhead {
    font-family: VIC-Bold !important;
    color: #0052C2;
    margin-top: 0px;
    overflow-wrap: break-word;
}

.websitetxt a {
    font-family: VIC-Bold !important;
    color: #0052C2;
}

.emailtxt {
    color: #0052C2;
}


.council-card-sub {
    margin-right: 50px;
}
[data-name="tab_confimed_details"] [data-name="tab_confirmeddetails_personaldetails"] #ms_clientaddressline1{
    background:#fff !important
}


/* All radio button accent color to blue */
input[type='radio'] {
    accent-color:#0052C2;
}

#redirecttocontactus{
    margin: 25px 0px 25px 0px;
}

.community-select-time {
    background: #F6F6F9;
    height: 90px;
    border-radius: 2px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 10px 15px;
    text-align: center;
    max-width: 160px;
    min-width: 200px;
    float: left;
}

    .community-select-time.selected {
        background: lightgray;
    }

    .community-select-time:hover,
    .activetime {
        background: #d7dbe0;
        color: white;
        cursor: pointer;
    }

.decrease-selected-slots {
    border-radius: 50%;
    height: 27px;
    width: 27px;
    background: #0052C2;
    color: white;
    border: none;
}

.decrease-increase-slots input {
    border: none;
    padding: 5px;
    background-color: transparent;
}

.increase-selected-slots {
    border-radius: 50%;
    height: 27px;
    width: 27px;
    background: #0052C2;
    color: white;
    border: none;
}

.timeslots-container {
    width: 85%;
}

    .timeslots-container .row {
        display: flex;
        margin-left: 0px;
        padding: 20px;
        border: 0.5px solid #c1bcbc;
    }

        .timeslots-container .row:first-child {
            padding: 10px 20px;
            margin-left: 0px;
            display: flex;
            background: #F6F6F9;
            border: 0.5px solid #c1bcbc;
            font-family: VIC-Bold, Verdana, Tahoma, Arial, Sans-Serif !important;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            align-items: center;
        }

            .timeslots-container .row:first-child .column {
                font-family: VIC-Bold, Verdana, Tahoma, Arial, Sans-Serif !important;
                color: #000;
            }

        .timeslots-container .row:last-child {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

.selected-timeslot-flextext {
    display: block;
    background: #cc58581c;
    border-left: 5px solid red;
    padding: 14px;
    position: relative;
    bottom: 125px;
    width: 50%;
    top: 55px;
    height: fit-content;
}

.community-select-time .community-time {
    font-family: VIC-Bold, Verdana, Tahoma, Arial, Sans-Serif !important;
}

.selected-timeslot-flexrow {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.selected-timeslot-flex {
    flex: 0.8;
}

.remaining-slots {
    pointer-events: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .community-select-time {
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 10px 0px;
        text-align: center;
        max-width: 48%;
        min-width: 48%;
        float: left;
    }
}

@media (max-width:767px) {
    .community-select-time {
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 10px 0px;
        text-align: center;
        max-width: 48%;
        min-width: 48%;
        float: left;
    }

    .selected-timeslot-flexrow {
        flex-direction: column-reverse;
        gap: 15px;
    }

    .selected-timeslot-flextext {
        width: 100%;
        height: auto;
        top: 0;
        margin-bottom: 15px;
    }

    .timeslots-container {
        width: 97%;
    }
}

#limiterrormessage {
    font-weight: bold;
    color: red;
}
