
/* Customisation variables */
:root {
    --vicroads-navy: #243441;
}

/* Museo */

@font-face {
    font-family: "m";
    src: url("/m300.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: "m";
    src: url("/m500.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "m";
    src: url("/m700.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}


/* Museo Sans */
@font-face {
    font-family: "ms";
    src: url("/ms300.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "ms";
    src: url("/ms300-i.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "ms";
    src: url("/ms500.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "ms";
    src: url("/ms500-i.woff") format("woff");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "ms";
    src: url("/ms700.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "ms";
    src: url("/ms700-i.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}




/* Temp Styles TODO start */

.page-heading {
    display: none;
}

/* Temp Styles TODO end */

/* Styles for body start */

body {
    font-family: m;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

hr {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 1px;
}

/* Styles for body end */

/* Styles for progress indicator start */

ol.progress {
    height: 0;
}

/* Styles for progress indicator end */

/* Styles for header start */

.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-links {
    color: #666;
    font-family: m;
    font-weight: 500;
    font-size: 14px;
}

.navbar-brand img {
    width: 200px;
}

.navbar-brand {
    padding: 0px 15px;
}

.medical-report-navbar {
    background-color: #E7E7E7;
    /* width: 100vw; */
    /* position: fixed; */
    top: 0;
    left: 0;
    height: 50px;
}

    .medical-report-navbar > div {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .medical-report-navbar .navbar-header {
        margin: auto;
        display: flex;
        justify-content: flex-end;
        flex-direction: row;
        width: 100%;
    }

        .medical-report-navbar .navbar-header > div:first-of-type {
            flex-grow: 1;
            padding-right: 1em;
        }

        .medical-report-navbar .navbar-header > div {
            font-family: m;
            font-weight: 500;
            font-size: 14px;
            color: #333F48;
            margin: auto;
            margin-right: 20px;
        }

    .medical-report-navbar .navbar-name {
        font-size: 20px;
    }

    .medical-report-navbar .navbar-header p {
        margin: 0;
    }

.navbar-logo {
    content: ' ';
    background: url(/vicroadslogo.png) no-repeat;
    background-position: top left;
    background-size: contain;
    /* float: left; */
    width: 150px;
    height: 50px;
    margin-left: 20px;
}

.tac-logo {
    background-size: contain;
    height: 20px;
    width: 50px;
}

.feedback-logo {
    background-size: contain;
    height: 20px;
    width: 20px;
}

.header-help {
    color: #666;
    font-family: m;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 10px;
}

.navbar-default {
    background-color: #e7e7e7;
    border-color: #d6d6d6;
}

/* Styles for header end */

/* Styles for progress indicator Start */

#WebFormControl {
    margin-top: 160px;
}

#WebFormControl_ProgressIndicator {
    position: fixed;
    z-index: 1000;
}

    #WebFormControl_ProgressIndicator:after {
        position: absolute;
        content: ' ';
        width: 100vw;
        height: 58px;
        background: #fff;
        left: 50%;
        right: 50%;
        top: 0;
        margin-left: -50vw;
        margin-right: -50vw;
        z-index: 1
    }


@media (min-width: 768px) {
    #WebFormControl_ProgressIndicator .progress {
        width: 720px;
    }
}

@media (min-width: 992px) {
    #WebFormControl_ProgressIndicator .progress {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    #WebFormControl_ProgressIndicator .progress {
        width: 1140px;
    }
}


#WebFormControl_ProgressIndicator .progress {
    margin: auto;
    border: 1px solid #333F48;
    position: relative;
    z-index: 2;
}

#WebFormControl_ProgressIndicator .list-group-item {
    width: 16.66%;
    padding: 18px 0;
    text-align: center;
    font-family: m;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    background-color: #F2EFF3;
    border-width: 0;
    position: relative;
    z-index: 2;
}

    #WebFormControl_ProgressIndicator .list-group-item.active {
        font-weight: 700;
    }

        #WebFormControl_ProgressIndicator .list-group-item.active:after {
            position: absolute;
            content: ' ';
            border-bottom: 3px solid #243441;
            bottom: -1px;
            left: 0;
            width: 100%;
        }

/*#WebFormControl_ProgressIndicator .list-group-item.incomplete {
  color: #90979f;
}*/

/* Styles for progress indicator End */


/* Styles for form start */

#content_form {
    background-color: #243441;
}

/* Styles for form end */

/* Styles for vision addiitonal comments start */
.comments {
    margin-top: -30px;
    margin-bottom: 0px;
}
/* Styles for vision addiitonal comments end */

/* Styles for sidenav start */

.sidenav-type {
    font-size: 20px;
    color: #000;
    background-color: #F2EFF3;
    padding: 10px 20px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .sidenav-container {
        width: 180px;
        margin-left: -300px;
    }
}

@media (min-width: 992px) {
    .sidenav-container {
        width: 220px;
        margin-left: -300px;
    }
}

@media (min-width: 1200px) {
    .sidenav-container {
        width: 280px;
        margin-left: -300px;
    }
}


.sidenav-container {
    position: fixed;
    margin-top: 50px;
    background-color: #F2EFF3;
    font-family: m;
    font-weight: 500;
    border: 1px solid #333F48;
    z-index: 1000;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
    display:none; /* Hiding the left navigation*/
}


.sidenavtab-container {
    max-height: 275px;
    border-bottom: 15px solid #F2EFF3;
    overflow: auto;
}

.sidenav-tab {
    padding: 10px 10px 10px 40px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

    .sidenav-tab:hover {
        cursor: pointer;
        background-color: #fff;
    }

.active-sidetab {
    background-color: #fff;
}

    .active-sidetab:after {
        content: "\f040";
        font-family: FontAwesome;
        left: 18px;
        position: absolute;
        font-size: 16px;
        top: 10px;
        color: #000;
    }

.display-tick:not(.active-sidetab):after {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    left: 15px;
    position: absolute;
    font-size: 16px;
    top: 10px;
    color: #000;
}

/* Styles for sidenav End */

/* Styles for form headings Start */

.crmEntityFormView {
    /*font-family: Verdana;*/
    /*padding-left: 30px;
    padding-right: 30px;*/
    padding-top: 20px;
}

#EntityFormView {
    background-color: #fff;
    /*padding-top: 60px;*/
    display: none;
}

.control.input-valid, label.input-valid {
    position: relative;
}

    .control.input-valid:after, label.input-valid:after {
        font-family: 'Glyphicons Halflings';
        content: "\e013";
        color: #006938;
        position: absolute;
        right: 0px;
        top: 8px;
    }

/*below css class added as part of cmpp- 6041/42/43/44 to adjust the tick mark against the I dont have information check box on the form*/
label[id="vr_idonthavethisinformation_label"].input-valid:after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    color: #006938;
    position: relative;
    right: -3px !important;
    top: 3px !important;
}


label.input-valid:after {
    right: -20px;
    top: 0;
}

.tab-title, .tab, .file-cell {
    /*margin: auto;*/
}

@media (min-width: 768px) {
    .tab-title, .tab, .file-cell {
        max-width: 360px;
    }
}

@media (min-width: 992px) {
    .tab-title, .tab, .file-cell {
        max-width: 500px;
    }
}

@media (min-width: 1200px) {
    .tab-title, .tab, .file-cell {
        max-width: 700px;
    }
}

.page-title {
    font-family: m;
    font-weight: 500;
    font-size: 36px;
    color: #333;
    margin-left: 15px;
}

.page-subtitle {
    margin-top: 20px;
    margin-left: 15px;
    text-align: right;
    position: relative;
    right: 0px;
}

.page-header {
    background-color: #F2F2F2;
    margin-top: -21px;
}

.tab-title {
    text-align: left;
    font-family: m;
    font-weight: 500;
    font-size: 30px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px !important;
    padding-top: 30px;
    padding-bottom: 10px;
}

.tab-title-custom-review-pageheader {
    text-align: left;
    font-family: m;
    font-weight: 500;
    font-size: 34px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px !important;
    padding-top: 40px;
    padding-bottom: 10px;
}

.tab-title-custom{
    text-align: left;
    font-family: m;
    font-weight: 500;
    font-size: 30px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.tab-title-custom-review{
    text-align: left;
    font-family: m;
    font-weight: 500;
    font-size: 30px;
    color: #008330;
    margin-top: 20px;
    margin-bottom: 10px !important;
    padding-bottom: 10px;
}

.section-title {
    text-align: left;
    font-family: m;
    font-weight: 500;
    font-size: 24px;
    color: #008300;
    /*border-bottom: 1px solid #006938 !important;*/
    margin-top: 20px;
    padding-top: 30px;
    padding-top: 0;
}

.section-title-review {
    text-align: left;
    font-family: m;
    font-weight: 500;
    font-size: 24px;
    color: #333;
    /*border-bottom: 1px solid #006938 !important;*/
    margin-top: 20px;
    padding-top: 30px;
    padding-top: 0;
    padding-bottom: 10px;
}

.title-content {
    font-family: m;
    font-weight: 500;
    font-size: 24px;
}

/* Styles for form headings End */


/* Styles for form buttons Start */

@media (min-width: 768px) {
    .prev-nxt-container {
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    .prev-nxt-container {
        max-width: 992px;
    }
}

@media (min-width: 1200px) {
    .prev-nxt-container {
        max-width: 700px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    user-select: none;
    color:#000;
}

.btn-upload {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    user-select: none;
}

.btn-primary {
    color: #fff;
    background-color: #008300;
    border-color: #006400;
    text-decoration: none;
}

.btn-primary:active {
    color: #fff;
    background-color: #008300;
    border-color: #006400;
    text-decoration: none;
}

.btn-primary:focus {
    color: #fff;
    background-color: #008300;
    border-color: #006400;
    text-decoration: none;
}

.btn-primary:hover {
    background-color: #90979f;
    border-color: #4a6b0d;
    color: #333;
}

.btn-success {
    color: #fff;
    background-color: #008300;
    border-color: #006400;
    text-decoration: none;
}

.btn-success:hover {
        background-color: #90979f;
        border-color: #4a6b0d;
        color: #333;
}

.btn.btn-primary:active {
    background-color: #333;
    border-color: #4a6b0d;
}

.btn.btn-primary:disabled {
    background-color: #90979f;
    border-color: #4a6b0d;
}

.btn default {
    color: #333;
    background-color: #006938;
    border-color: #ccc;
}

.btn.default:hover, .btn-upload:hover {
        background-color: #90979f;
        border-color: #4a6b0d;
        color: #333;
}

.btn-default:active, .btn-upload:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    background-color: #e6e6e6;
}

.btn-upload default {
    color: #333;
    background-color: #fff;
}

.prev-nxt-container {
    padding: 15px 0;
    /*border-bottom: 1px solid #006938;*/
    overflow: hidden;
    /*margin: auto;*/
    /*float: left;*/
}

.btn-prev {
    cursor: pointer;
    float: left;
    padding: 10px 20px 10px 20px;
    color: #000;
    /*background-color: #006938;*/
    position: relative;
    border-radius: 4px;
    text-decoration: underline;
    font-weight: bold;
    font-size:14px;
}

.btn-next {
    cursor: pointer;
    float: right;
    padding: 10px 20px 10px 20px;
    color: #fff;
    background-color: #008300;
    position: relative;
    border-radius: 4px;
    font-weight:700;
    border-color:#006400;
    font-size:14px;
}

.btn-prev:before {
    /*content: "\f053";*/
    font-family: FontAwesome;
    left: 20px;
    position: absolute;
    font-size: 14px;
    top: 12px;
}

.btn-next:after {
    /*content: "\f054";*/
    font-family: FontAwesome;
    right: 20px;
    position: absolute;
    font-size: 14px;
    top: 12px;
}

.btn-prev:hover {
        background-color: #90979f;
        border-color: #4a6b0d;
        color: #333;
        text-decoration:none;
}

.btn-next:hover {
        background-color: #90979f;
        border-color: #4a6b0d;
        color: #333;
}

.crmEntityFormView .tab {
    margin-bottom: 0;
}

.crmEntityFormView .actions {
    margin: 0;
    background-color: #fff;
    padding-bottom: 20px;
    padding: 0px;
    border-top: 0px solid #e5e5e5;
}

@media (min-width: 768px) {

    .crmEntityFormView .actions > div {
        width: 380px;
    }
}

@media (min-width: 992px) {
    .crmEntityFormView .actions > div {
        width: 500px;
    }
}

@media (min-width: 1200px) {
    .crmEntityFormView .actions > div {
        width: 700px;
    }
}

.crmEntityFormView .actions > div {
    margin: auto;
    /*float: none;*/
    padding: 0;
}



.crmEntityFormView .actions .entity-action-button:first-child {
    float: left;
}

.crmEntityFormView .actions .entity-action-button:last-child {
    float: right;
}

.crmEntityFormView .actions .entity-action-button:first-child:after {
    /*content: "\f053";*/
    font-family: FontAwesome;
    left: 15px;
    color: #fff;
    position: absolute;
    font-size: 14px;
    top: 12px;
    width: 10px;
    z-index: 100;
}

.crmEntityFormView .actions .entity-action-button:last-child:after {
    /*content: "\f054";*/
    font-family: FontAwesome;
    left: auto;
    right: 15px;
    color: #fff;
    position: absolute;
    font-size: 14px;
    top: 12px;
    width: 10px;
    z-index: 100;
}

.crmEntityFormView .actions .entity-action-button:first-child:hover {
    color: #fff;
}

.crmEntityFormView .actions .entity-action-button input {
    /*background-color: #243441;*/
}

    /*.crmEntityFormView .actions .entity-action-button .previous-btn {
  background-color: #243441;
  position: relative;
 }*/


    .crmEntityFormView .actions .entity-action-button input:hover {
        background-color: #90979f;
        border-color: #4a6b0d;
        color: #333;
    }

/*.crmEntityFormView .actions .entity-action-button .previous-btn:hover {
  background-color: #90979f;
 }*/

@media (min-width: 768px) {
    .crmEntityFormView .actions .entity-action-button input {
        /*width: 160px;*/
    }
}

@media (min-width: 992px) {
    .crmEntityFormView .actions .entity-action-button input {
        /*width: 200px;*/
    }
}

.crmEntityFormView .actions .entity-action-button input {
    text-align: center;
    /*color: #000;*/
    border-width: 0;
    border-radius: 4px;
    padding: 10px;
    /*text-decoration: underline;*/
}




.entity-action-button.prev-action-btn {
    float: left !important;
}

    .entity-action-button.prev-action-btn:after {
        content: "\f053" !important;
        font-family: FontAwesome;
        left: 15px !important;
        color: #fff;
        position: absolute;
        font-size: 14px;
        top: 12px;
        width: 10px;
        z-index: 100;
    }

/* Styles for form buttons End */


/* Styles for footer Start */

footer {
    font-family: m;
    font-weight: 500;
    font-size: 14px;
    height: 100px;
    background: #E7E7E7;
    padding: 20px 0;
}

.footer-text-position{
    padding: 4px;
}

    footer * {
        color: #666;
        vertical-align: sub;
    }

.footer-container > div {
    width: 33.3%;
    float: left;
}

.footer-logo {
    content: ' ';
    background: url('/vrfooterlogo.png') no-repeat;
    background-position: top right;
    background-size: contain;
    float: right;
    width: 150px;
    height: 40px;
}

.footer-links a {
    margin-right: 20px;
}

    .footer-links a, .footer-links a:hover, .footer-links a:visited {
        color: #666;
    }
/* Styles for footer End */


/* Styles for form elements Start */

.crmEntityFormView .cell label {
    font-family: m;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.42857143;
}

.crmEntityFormView .cell {
    padding: 0 0 20px 0;
}

.crmEntityFormView div.description {
    font-size: 14px;
    color: #243441;
    font-weight: 300;
}

.form-control {
    border-color: #8C8C8C;
    font-family: m;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 12px;
    height: 42px;
    max-width: calc(100% - 30px);
    border-radius: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    color:#333;
}

    .form-control:focus {
        border: 1px solid #008300;
        background-color: #fff;
        color: #333;
        outline: 0 none;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 131, 0, 0.6);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 131, 0, 0.6);
        -moz-box-shadow: none;
        background-color: #fff;
    }

.datetimepicker {
    max-width: calc(100% - 30px);
}

    .datetimepicker .input-group-addon {
        padding: 5px 0 0 15px;
        background: #fff;
        border: 0;
        font-size: 34px;
    }

    .datetimepicker input {
        max-width: none;
    }

.crmEntityFormView .checkbox-cell input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    left: 4px;
    top: 2px;
    z-index: 2;
}

.crmEntityFormView .cell.checkbox-cell div.info {
    padding-left: 30px;
}

.crmEntityFormView .checkbox {
    position: relative;
}

.crmEntityFormView .checkbox-cell .checkbox-style {
    content: '';
    margin-right: 10px;
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    border: 1px solid #90979f !important;
    z-index: 1;
}

    .crmEntityFormView .checkbox-cell .checkbox-style:hover, .crmEntityFormView .checkbox-cell input[type="checkbox"]:hover + .checkbox-style {
        background-color: rgba(0, 105, 56, 0.1);
    }

.crmEntityFormView .checkbox-cell input[type="checkbox"]:checked + .checkbox-style:after {
    content: "\f00c";
    font-family: FontAwesome;
    left: 2px;
    position: absolute;
    font-size: 15px;
    top: -2px;
    color: #006938;
}

.crmEntityFormView .checkbox-cell input[type="checkbox"][disabled='disabled']:hover + .checkbox-style, .crmEntityFormView .checkbox-cell input[type="checkbox"][disabled='disabled'] + .checkbox-style:hover {
    background-color: #fff !important;
}

.crmEntityFormView .cell.checkbox-cell:first-child {
    padding-bottom: 5px;
}

.crmEntityFormView .field.field-instruction {
    font-size: 14px;
    font-style: italic;
    position: relative;
    text-align: right;
    left: -130px;
}

.crmEntityFormView .field.field-instruction.single-column {
    text-align: left;
    top: -10px;
    left: 0px;
}

.crmEntityFormView .field.field-instruction.checkboxfield {
    font-size: 14px;
    font-style: italic;
    position: inherit;
}

/* radio button style */

.upper-label {
    font-size:14px;
    text-align: left;
    padding-bottom: 10px;
}

.crmEntityFormView .boolean-radio input[type="radio"], .crmEntityFormView .picklist input[type="radio"] {
    opacity: 0;
}

.crmEntityFormView .boolean-radio label, .crmEntityFormView .picklist label {
    padding-left: 10px;
    position: relative;
}

.crmEntityFormView .boolean-radio label, .crmEntityFormView .picklist.horizontal label {
    font-weight: 300 !important;
}

.crmEntityFormView .picklist.vertical label {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    left: -20px;
    display: inline-block;
    position: relative;
    margin-left: 0px;
    padding-left: 42px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    border: 1px solid #ddd;
    margin-bottom: 0px;
    width: 100%;
    max-width: 680px;
}

.crmEntityFormView .cell .picklist input[type="radio"] {
    margin-bottom: 10px;
}

.crmEntityFormView .boolean-radio, .crmEntityFormView .picklist {
    margin-top: 5px;
    display: block;
}

    .crmEntityFormView .boolean-radio label:before, .crmEntityFormView .picklist label:before {
        content: '';
        margin-right: 10px;
        width: 20px;
        height: 20px;
        position: absolute;
        top: -2px;
        left: -16px;
        border: 1px solid #243441;
        border-radius: 50%;
        z-index: 1;
    }

    .crmEntityFormView .picklist label:before {
        top: 0px;
    }

    .crmEntityFormView .picklist.vertical label:before {
        left: 10px;
        top: 4px;
    }

    .crmEntityFormView .boolean-radio input[type='radio']:not(:checked) + label:hover:before, .crmEntityFormView .picklist input[type='radio']:not(:checked) + label:hover:before {
        background: rgba(0, 105, 56, 0.1);
    }

    /*
.crmEntityFormView .boolean-radio input[type='radio']:not(:checked) + label:hover, .crmEntityFormView .picklist input[type='radio']:not(:checked) + label:hover {
  color: #006938;
}*/

    .crmEntityFormView .boolean-radio input[type='radio']:checked + label, .crmEntityFormView .picklist input[type='radio']:checked + label {
        font-weight: 700 !important;
    }

    .crmEntityFormView .picklist.vertical input[type='radio']:checked + label {
        font-family: m;
        font-weight: 500 !important;
        font-size: 16px;
        line-height: 1.42857143;
        color: #008300;
        background-color: #EEE;
    }

        .crmEntityFormView .boolean-radio input[type='radio']:checked + label:after, .crmEntityFormView .picklist input[type='radio']:checked + label:after {
            content: '';
            width: 12px;
            height: 12px;
            position: absolute;
            left: -12px;
            top: 2px;
            background-color: #006938;
            border-radius: 50%;
        }

        .crmEntityFormView .picklist input[type='radio']:checked + label:after {
            top: 4px;
        }

        .crmEntityFormView .picklist.vertical input[type='radio']:checked + label:after {
            top: 8px;
            left: 14px;
            background-color: #008300;
        }

    .crmEntityFormView .picklist input[type='radio'][disabled='disabled'] + label:before, .crmEntityFormView .picklist input[type='radio'][disabled='disabled'] + label:hover:before {
        border-color: #90979f;
        background: #fff;
        cursor: not-allowed;
    }

    .crmEntityFormView .picklist input[type='radio'][disabled='disabled'] + label {
        color: #90979f;
    }

    .crmEntityFormView .picklist.vertical input[type='radio'][disabled='disabled'] + label {
        font-family: m;
        font-weight: 500 !important;
        font-size: 16px;
        line-height: 1.42857143;
        color: #D3D3D3;
    }

        .crmEntityFormView .picklist.vertical input[type='radio'][disabled='disabled'] + label:before {
            font-family: FontAwesome;
            content: '\f00d';
            font-size: 22px;
            top: 0px;
            left: 11px;
            border-color: transparent;
        }

/* Option sets styling */
span.picklist.vertical.two-options input[type="radio"] + label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 0px;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    border: 1px solid #8C8C8C;
    margin-bottom: -1px;
    width: 100%;
    max-width: 300px;
}
    span.picklist.vertical.two-options label:before {
        left: 10px;
        top: 8px;
    }
    span.picklist.vertical.two-options input[type='radio']:checked + label:after {
        top: 12px;
        left: 14px;
        background-color: #008300;
    }

/* Two options styling */
span.boolean-radio.two-options input[type="radio"] + label {
    display: block;
    vertical-align: middle;
    position: relative;
    margin-left: 0px;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    border: 1px solid #8C8C8C;
    margin-bottom: -23px;
    width: 100%;
    max-width: 300px;
    top: -20px;
}
    span.boolean-radio.two-options label:before {
        left: 10px;
        top: 8px;
    }
    span.boolean-radio.two-options input[type='radio']:checked + label {
        font-family: m;
        font-weight: 500 !important;
        font-size: 14px;
        line-height: 1.42857143;
        color: #008300;
        background-color: #EEE;
    }
    span.boolean-radio.two-options input[type='radio']:checked + label:after {
        top: 12px;
        left: 14px;
        background-color: #008300;
    }

/* Pre-filter styling */
.prefilter-layout {
    display: inline-block;
    position: relative;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 400px;
    top: 0px;
}
    .prefilter-layout > div.info, .prefilter-layout > div.control {
        margin-left: 10px;
        padding-top: 5px;
    }

    .prefilter-layout > div.control > span > span {
        border-radius: 10px;
    }

.crmEntityFormView .pre-filter input[type="checkbox"]:checked + .checkbox-style:after {
    content: "\f111";
    font-family: FontAwesome;
    text-align: center;
    font-size: 16px;
    left: 2.5px;
    top: -2px;
    color: #006938;
}

/*
.crmEntityFormView .boolean-radio input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.crmEntityFormView .boolean-radio label {
  display: inline-block !important;
  width: 150px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 300;
  font-family: ms;
  text-align: center;
  padding: 10px 14px;
  border: 1px solid #000;
  margin-top: 10px;

}

.crmEntityFormView .boolean-radio input:hover + label {
  background-color: rgba(0, 105, 56, 0.1);
}

.crmEntityFormView .boolean-radio input:checked + label {
  background-color: #243441;
  color: #fff;
}
*/


.crmEntityFormView .tab .tab-column {
    padding-left: 0;
}

/* Styles for callout Start */

.crmEntityFormView .alert {
    border-color: #bce8f1;
    background-color: #fff;
    font-weight: 300;
    font-family: m;
    font-size: 14px;
    clear: both;
    position: relative;
    padding: 10px 0 0 25px;
    margin-bottom: 0;
}

.alert.alert-warning {
    color: #31708f;
    background-color: #d9edf7;
    padding: 15px 15px 15px 30px;
    top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    border-color: #bce8f1;
    font-size: 16px;
    font-family: m;
    font-weight: 500;
}

.crmEntityFormView .cell div.info.required label:after {
    font-family: Verdana;
}

.crmEntityFormView .alert:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 22px;
    top: 5px;
    left: 0;
}

.alert.alert-warning:before {
    font-family: FontAwesome;
    font-size: 22px;
    content: '\f06a';
    padding: 10px 10px 10px 0px;
}

.crmEntityFormView .alert:after {
    font-family: FontAwesome;
    position: absolute;
    font-size: 22px;
    top: 5px;
    right: 0;
}

.crmEntityFormView .alert.alert-warning:before {
    content: '\f06a';
    top: 0px;
    left: 5px;
}

.alert.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    padding: 15px 15px 15px 30px;
    top: 5px;
    margin-bottom: 16px;
    border-radius: 4px;
    border-color: #bce8f1;
    font-size: 14px;
    font-family: m;
    font-weight: 500;
}

.crmEntityFormView .alert.alert-info:before {
    content: '\f15c';
    top: 10px;
    left: 5px;
}

.crmEntityFormView .alert.alert-info:after {
    content: '\f08e';
    top: 10px;
    right: 5px;
}

.crmEntityFormView .alert.alert-warning + .control input {
    border: 1px solid #EDB500;
}

.alert.alert-error {
    color: #DE6018;
    border: 0px solid transparent;
    top: 3px;
}
    .alert.alert-error:before {
        content: '\f057';
        color: #DE6018;
    }

.alert-error-control input, .crmEntityFormView .checkbox-cell.alert-error-control .checkbox-style, .crmEntityFormView .alert-error-control .boolean-radio label:before {
    border-color: #DE6018;
}

    .alert-error-control input[type='text']:not(:focus), .alert-error-control textarea:not(:focus), .alert-error-control select {
        background-color: rgba(216, 96, 24, 0.1);
    }

.alert.alert-success {
    color: #008300;
    background-color: #dff0d8;
    padding: 15px 15px 15px 30px;
    margin-bottom: 10px;
    border-radius: 4px;
    border-color: #d6e9c6;
    font-size: 16px;
    font-family: m;
    font-weight: 500;
}

    .alert.alert-success:before {
        content: '\f058';
        top: 10px;
        left: 5px;
    }

.alert-declaration
{
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
    checkbox input  margin: 4px 0 0;
    border-radius: 4px;
    padding: 10px;
    height: 60px;
    width: 700px;
    Body: 14px Museo-500;
}

/* Styles for callout End */

/* Vision tab styling customisations */

table[data-name='VisualAcuityAidedSection'] input, table[data-name='VisualAcuityUnaidedSection'] input {
    max-width: calc(100% - 50px);
}

table[data-name='VisualAcuityAidedSection'] .text .control.input-valid:after, table[data-name='VisualAcuityUnaidedSection'] .text .control.input-valid:after {
    right: 20px;
}

table[data-name='VisionTab_section_5'] .boolean-radio-cell {
    padding-bottom: 0 !important;
}

.boolean-radio-cell .input-valid:after, .picklist-vertical-input-valid:after {
    left: 320px;
    top: 10px;
}

.picklist-horizontal-input-valid:after {
    left: 120px;
    top: 0 !important;
}
/*
.file-cell .control {
    overflow: hidden;
    position: relative;
}

.file-cell .control [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.file-cell .control {
    background: red;
    border-radius: .5em;
    float: left;
    padding: .5em;
}

.file-cell .control [type=file] {
    cursor: pointer;
} */

.crmEntityFormView fieldset {
    margin-bottom: 0;
    max-width: 700px;
    margin: auto;
}

.crmEntityFormView .control.display-tick {
    position: relative;
}

.form-custom-actions {
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    background: #fff;
    float: left;
}


@media (min-width: 768px) {
    .form-custom-actions > div {
        width: 360px !important;
    }
}

@media (min-width: 992px) {
    .form-custom-actions > div {
        width: 500px !important;
    }
}

@media (min-width: 1200px) {
    .form-custom-actions > div {
        width: 700px !important;
    }
}

.form-custom-actions > div {
    margin: auto;
    /*float: none;*/
    padding: 0;
}


    .form-custom-actions > div .entity-action-button input {
        /*width: 200px;*/
        /*background-color: #243441;*/
        position: relative;
        text-align: center;
        color: #000;
        border-width: 0;
        border-radius: 4px;
        padding: 10px;
    }

    .form-custom-actions > div .entity-action-button input:hover {
        background-color: #90979f;
        border-color: #4a6b0d;
        color: #333;
    }

    .form-custom-actions > div .entity-action-button:after {
        /*content: "\f053";*/
        font-family: FontAwesome;
        left: 15px;
        color: #fff;
        position: absolute;
        font-size: 14px;
        top: 16px;
        width: 10px;
        z-index: 100;
    }

    .form-custom-actions > div .entity-action-button:last-child:after {
        /*content: "\f054";*/
        font-family: FontAwesome;
        left: auto;
        right: 15px;
        color: #fff;
        position: absolute;
        font-size: 14px;
        top: 16px;
        width: 10px;
        z-index: 100;
    }

    .form-custom-actions > div .entity-action-button input:hover {
        background-color: #90979f;
        border-color: #4a6b0d;
        color: #333;
    }

    .form-custom-actions > div .entity-action-button:last-child input {
        background-color: #008300;
        border-color: #006400;
        color: #fff;
    }

    .form-custom-actions > div .entity-action-button:last-child input:hover {
        background-color: #90979f;
        border-color: #4a6b0d;
        color: #333;
        font-weight:700;
    }

    .form-custom-actions > div .entity-action-button:last-child {
        float: right;
    }

    .form-custom-actions > div .entity-action-button input:focus {
        outline: 0 none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }


#spinner-modal .modal-dialog,
#spinner-modal .modal-content,
#spinner-modal .modal-body {
    background: transparent;
    color: rgba(255,255,255,1);
    box-shadow: none;
    border: none;
    top: calc(50% - 24px);
}

#MedicalReportHelpModal .modal-content {
    width: 800px;
    left: -50px;
}

/* Styles for form elements end */

/* Styles for Medical Reports Login start */

#EntityFormControl,
#reportSelection {
    background-color: white;
    border: 1px solid #333F48;
    padding: 2%;
}

    #EntityFormControl .btn.btn-primary,
    #reportSelection .btn {
        background-color: #243441;
        border: 0;
    }

    #EntityFormControl #EntityFormPanel div.actions {
        max-width: 700px;
        display: flex;
        justify-content: flex-end;
        padding: 0;
        margin: 19px auto 60px auto;
        border-top: 0;
    }

    #EntityFormControl #EntityFormPanel #EntityFormControl_EntityFormView,
    #EntityFormControl #EntityFormPanel div.actions {
        max-width: 500px;
        margin: 0 auto;
    }

/* Styles for Medical Reports Login end */

/* Styles for Select Reports start */
#page-body-container {
    background-color: #243441;
    margin-top: 160px;
}

#reportSelection {
    background-color: white;
    padding: 2%;
    margin: 0 auto;
}

    #reportSelection #report-controls-container {
        display: block;
        float: none;
        margin: 0 auto;
    }

.button-container {
    text-align: center;
    display: flex;
    justify-content: center;
}

    .button-container a {
        margin: 0 1em 40px 1em;
        text-decoration: none;
        color:#fff;
    }

#tblDraftReports {
    /*font-family: "Verdana,Geneva,sans-serif";*/
    font-family: m;
    font-weight: normal;
    font-size: 16px;
}

    #tblDraftReports tbody tr td:first-of-type {
        min-width: 7em;
    }

#MessagePanel {
    display: none;
}

.section-link, .section-link-container a {
/*    cursor: pointer;
    padding-bottom: 10px; */
    cursor: pointer;
    float: right;
    padding: 10px 20px 10px 20px;
    color: #fff;
    background-color: #008300;
    position: relative;
    border-radius: 4px;
    font-weight:700;
    top: -55px;
    left: 50px;
}

.section-link:hover {
        background-color: #90979f;
        border-color: #4a6b0d;
        color: #333;
    text-decoration:none;
}

/* Styles for Select Reports end */

/* Styles for Attachments start */

#subgridAttachments .entity-grid.subgrid .view-grid table th a[role=button] {
    color: #243441;
}

#subgridAttachments > div > div.view-toolbar.grid-actions.clearfix {
    border-bottom: none;
    height: 0px;
}

#subgridAttachments > div > div.view-toolbar.grid-actions.clearfix > div > div > a.btn.btn-primary {
    border: 0;
    background-color: #fff;
    border-color: #006400;
    color: #333;
    font-family: m;
    font-weight: 700 !important;
    text-decoration: underline;
    margin-right: 600px;
    font-size:16px;
}

#subgridAttachments > div > div.view-toolbar.grid-actions.clearfix > div > div > a.btn.btn-primary:hover {
        background-color: #90979f;
        border-color: #4a6b0d;
        color: #333;
}

#subgridAttachments > div > div.view-grid > table > tbody > tr > td:nth-child(2) {
    padding-right: 0;
}

#subgridAttachments > div > div.view-grid > table > tbody > tr > td > div.dropdown.action {
    float: right;
}

#subgridAttachments > div > div.view-grid > table > tbody > tr > td > div.dropdown.action > button {
    display: none;
}

#subgridAttachments > div > div.view-grid > table > tbody > tr > td > div.dropdown.action > .dropdown-menu {
    display: block;
    position: relative !important;
    border: 0;
    box-shadow: none;
}

    #subgridAttachments > div > div.view-grid > table > tbody > tr > td > div.dropdown.action > .dropdown-menu > li {
        text-align: right;
    }

        #subgridAttachments > div > div.view-grid > table > tbody > tr > td > div.dropdown.action > .dropdown-menu > li > .delete-link {
            color: #333;
            padding: 10px 12px;
            display: inline;
            border-radius: 4px;
            font-size: 14px;
            font-family: ms;
            font-weight: 500;
        }

        #subgridAttachments > div > div.view-grid > table > tbody > tr > td > div.dropdown.action > .dropdown-menu > li > .delete-link:hover {
            background-color: #90979f;
            border-color: #4a6b0d;
            color: #333;
        }

            #subgridAttachments > div > div.view-grid > table > tbody > tr > td > div.dropdown.action > .dropdown-menu > li > .delete-link > .fa-trash {
                top: 0px;
                left: 0px;
            }

/* Removed for the puposes of utilising OOTB sub-grids. MDT NTT 2024 */
/* div > .table-striped > thead {
    display: none;
} */

div > .table-striped > tbody > tr > td {
    font-family: m;
    font-weight: 700 !important;
    vertical-align: middle;
}

div > .table-striped > tbody > tr {
    border-bottom: 1px solid #ccc;
}

#subgridAttachments > div > section.modal.fade.modal-form.modal-form-insert.in > div > div > div.modal-body > iframe {
    height: 200px;
}

#subgridAttachments > div > section.modal > div > div > div.modal-footer > button.btn {
    color: #243441;
}

#subgridAttachments > div > section.modal > div > div > div.modal-footer > button.primary.btn.btn-primary {
    color: #fff;
}

#subgridAttachments > div > section.modal > div > div > div.modal-footer > button.cancel.btn.btn-default {
    color: #243441;
}

    #subgridAttachments > div > section.modal > div > div > div.modal-footer > button.cancel.btn.btn-default:hover {
        background-color: #90979f;
        color: #333;
        border: none;
    }

#subgridAttachments > div > section.modal > div > div > div.modal-header > h1 {
    font-family: Verdana, Geneva, sans-serif;
}

#subgridAttachments > div > div.view-grid {
    overflow-x: visible;
}

    #subgridAttachments > div > div.view-grid > table > tbody > tr > td > div > ul {
        background-color: transparent;
    }

/* Styles for Attachments end */

/*below css class addded as part of CMPP-6015 changes */
.crmEntityFormView .cell div.info.required label[id="vr_privatelicencestandardeyesightreport_label"].input-valid:before,
.crmEntityFormView .cell div.info.required label[id="vr_privatelicencestandard_label"].input-valid:before,
.crmEntityFormView .cell div.info.required label[id="vr_commerciallicencestandard_label"].input-valid:before,
.crmEntityFormView .cell div.info.required label[id="vr_commerciallicencestandardeyesightreport_label"].input-valid:before {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    color: #006938;
    position: absolute;
    right: -18%;
    top: 0px;
}

/* CMPP-6052 below class will adjust the length of the control */

.notification-width {
    width: 96%;
}

/*CMPP-6093 css classes */

.field-highlight {
    padding-left: 10px;
    padding-right: 22px;
    border-left: 3px solid green;
    border-right: 3px solid green;
}

.field-highlight-top {
    border-top: 3px solid green;
}

.field-highlight-bottom {
    border-bottom: 3px solid green;
}

.table-test {
    border-collapse: collapse;
}

/* CMPP-6209 HoneyPot Start */
.crmEntityFormView .actions {
    /*border-top: 1px solid #006938;*/
    padding-top: 15px;
    padding-bottom: 15px;
    /*border: 0px;*/
}

#EntityFormControl_EntityFormView > div.tab.clearfix > div > div > fieldset > table > tbody > tr:nth-child(3) {
    position: absolute;
    top: 3px;
    left: -680px;
}
/* CMPP-6209 HoneyPot End */

/* Hide workflow buttons on review page */
#WebFormPanel > div.row.form-custom-actions > div:nth-child(2) > div {
    display: none;
}

/**** CSS classes for chevron ****/
.process-row {
    display: table-row;
}

.process {
    display: table;
    position: relative;
    /*margin-bottom: 20px;*/
}

.process-step {
    display: table-cell;
    position: relative;
}

    .process-step img {
        z-index: 1;
    }

    .process-step > div {
        padding: 6px 12px;
    }

@media (min-width: 992px) {
    .process {
        width: 100%;
        table-layout: fixed;
    }

    .process-step {
        text-align: left;
    }

    .btn-circle {
        width: 100%;
    }

        .btn-circle:after {
            top: 16px;
            bottom: 0;
            position: absolute;
            content: " ";
            width: 100%;
            height: 2px;
            background-color: #39b54a;
            z-index: 0;
        }

    .process-step > button {
        white-space: normal !important;
        word-wrap: break-word;
    }

    .process-step > span {
        padding: 6px 12px;
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .process-row {
        display: block;
    }

    .process-step {
        display: block;
        position: relative;
    }

        .process-step > div {
            display: inline-block;
        }

        .process-step > a {
            padding: 6px 12px;
            display: inline-block;
        }

        .process-step > span {
            padding: 6px 12px;
            display: inline-block;
        }

    .btn-circle:after {
        top: 34px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 20px;
        height: 2px;
        background-color: #39b54a;
        z-index: 0;
        transform: rotate(90deg);
        left: 10px;
    }
}

.row {
    margin-left: 15px;
    margin-right: 15px;
}

/* Styles for JS modal - Begin */
.no-border {
    border: none;
}

div.modal-footer.no-border > button {
    margin-top: -25px;
    height: 40px;
    width: 60px;
}

#alert-modal > .modal-dialog {
  padding-top: 15%;
}
/* Styles for JS modal - End */

/* Chevron Styles - Begin */
.completed {
    font-family:m;
    font-size: 14px;
    font-weight:700;
    line-height: 1.42857143;
    color: #333;
    weight: bold;
}
.active {
    font-family:m;
    font-size: 14px;
    font-weight:700;
    line-height: 1.42857143;
    color: #333;
    weight: bold;
}
.pending {
    font-size: 14px;
    line-height: 1.42857143;
    color: #757575;
}

/* Chevron Styles - End */

/* Prefilter Styles- Begin */

.prefilter-container{

}

.form-checkbox
{
     border-radius: 3px;
}
.form-radio
{
     border-radius: 50px;
}

.button-hide
{
    display:none;
}

/* Prefilter Styles- End */

/* eForms Date Styles - Begin */

.eform-date {
    width: 4em !important;
    float: left;
}

.eform-month {
    margin-left: 1.5em;
}

.eform-year {
    margin-left: 1.5em;
    width: 6em !important;
}

.eform-showhidebutton {
    float: left;
    margin-left: 1.5em;
    width: 6em !important;
    border: none;
    background-color: #fff;
}

/* eForms Date Styles - End */

/* ovd-141 */
#subgridAttachments > div.entity-grid.subgrid > div.view-toolbar.grid-actions.clearfix> div.pull-right.toolbar-actions>div.input-group.pull-left:after{
content:'(max file limit 10MB)';
margin:-4.3% 62% 0px -17%;
float: right !important;
}

.homewidth
{
width : 98%;
}

/* Center action dropdown button with header */
.action{
    text-align: center;
}

/* Increase width of search bar on sub-grids */
.entitylist-search{
    width: 400px !important;
}

