/* 
DJAG Jury Management Custom Style Sheet 

Jury Portal Colours

Header Panel 				#7A1800
Default Text (on white) 	#444444
Samll text/input text		#000000
Field Border				#909090
Link						#094D68
Link Hover/tickbox selected	#0F6FCF
Button						#7A1880
Warning						#FF0000
Footer Panel				#F6F6F6
Info Panel					#E7F5FE
Error Message Panel			#FFEDDE	
Mandatory Color (WCAG)      #EE0000


Button Styles

Button

Lato Bold 20px
4px rounded corner
24px padding top and bottom
32px padding right and left

Primary Disabled 
Lato Bold 20Px
#8F8F8F

Primary Hover Active
#B22301

primary 
RH chevron white

Secondary (back) 
White background
border #8F8F8F
LH Chevron #8F8F8F

*/

/*@media (max-width: 767px)*/
/*@media (max-width: 767px){
#UpdateButton{
        font-size: 12px !important;
    }
}
*/

/*Font*/
@import url('CSS/DJAGJuryManagment.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');


.DJAGwarning {
    font-size: 20px;
    color: #FB9743;
}

input[type=text] {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Then Style */
    border-radius: 4px;
    padding: 10px;
    line-height: 20px;
    background: transparent;
    outline: none;
}

input[type=number] {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Then Style */
    border-radius: 4px;
    padding: 10px;
    line-height: 20px;
    background: transparent;
    outline: none;
}

html {
    height: 100%;
}

body {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    color: #707070;
    font-size: 16px;
    min-height: 590px;
    margin: 0;
    padding: 0;
}

.previous {
    background-color: #f1f1f1;
    color: black;
}

/*Panel Heading*/
div.panel-heading {
    background-color: #E7F5FE;
    color: #094D68;
}

.panel-default > .panel-heading {
    color: #094D68;
    background-color: #E7F5FE;
    border-color: #eee;
}
/*Panel Footer*/
.panel-footer {
    padding: 10px 15px;
    background-color: #E7F5FE;
    border-top: 1px solid #eee;
}
/*Navbar Left Header Logo (Mask)*/
.HeaderDescription {
    -webkit-mask-image: url("/qjuror_logo.svg");
    -webkit-mask-size: 100% 100%;
    mask-image: url("/qjuror_logo.svg");
    background-color: #ffffff;
    font-size: 0;
    width: 300px;
    height: 90px;
    display: inline-block;
    margin-top: 12px;
    margin-left: 0;
}

@media (max-width: 767px) {
    .HeaderDescription {
        -webkit-mask-image: url("/qjuror_logo_no_crest.svg");
        -webkit-mask-size: 100% 100%;
        mask-image: url("/qjuror_logo_no_crest.svg");
        background-color: #ffffff;
        font-size: 0;
        width: 235px;
        height: 90px;
        display: inline-block;
    }
}


/*badge*/
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 20px;
    font-weight: bold;
    color: #094D68;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: transparent;
    border-radius: 10px;
}

a.list-group-item:hover > .badge {
    color: white;
}

/*a*/

a {
    color: #0F6FCF;
}

    a:hover, a:focus {
        color: #0F6FCF;
        text-decoration: underline;
    }

    /*list group*/

    /*Current logic for hide show buttons prevents the tagging of first child*/

/*.list-group-item:first-child{
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
} 


    a.list-group-item {
        color: #0F6FCF;
    }

        a.list-group-item:hover {
            color: white;
            background-color: #094D68;
        }*/

.list-group-item {
    border: 1px solid #666666;
}

a.list-group-item, button.list-group-item {
    color: #0F6FCF;
    padding: 20px;
}
    a.list-group-item:hover {
        color: white;
        background-color: #094D68;
    }


    #buttonLogout {
        padding-top: 35px;
        color: white;
    }

/*Button Success*/

.btn-success {
    color: #fff;
    background-color: #7A1800;
    border-color: #7A1800;
}

    .btn-success.hover, .btn-success:hover, .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #B22301;
        border-color: #B22301;
    }

    .btn-success.active.focus, .btn-success:active, .btn-success:active:focus, .btn-success:active:hover {
        color: #fff;
        background-color: #B22301;
        border-color: #B22301;
    }

/*Button Hover*/
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #9D1F01;
    border-color: #9D1F01; /*set the color you want here*/
}
/*Checkbox*/

.crmEntityFormView .cell div.control span.checkbox input[type=checkbox] {
    display: inline-flex;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
    width: 20.8px;
    height: 20.8px;
    float: left;
}

.crmEntityFormView .cell.checkbox-cell label {
    padding-left: 10px;
}

/*navbar*/
.navbar-header {
    float: left;
}

.navbar-nav {
    float: right;
}

.fa-sign-out:before {
    padding: 10px;
}


p.navbar-text {
    font-size: 20px;
    font-weight: bold;
}


#portalHeader.navbar.navbar-inverse.navbar-static-top.header {
    background-color: #7A1800 !important;
    height: 126px;
    border: none !important;
}


.navbar-static-top.navbar-inverse {
    box-shadow: none;
}


.page-heading {
    margin: 64px 0 44px;
    padding: 0px;
    padding-left: inherit;
}

.page-header {
    margin: 0px;
    padding: 0px;
    border-bottom: none;
}

.h1#PageTitleEl {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 32px !important;
    line-height: 36px;
    font-weight: normal !important;
    margin: 0px;
    color: #7A1800;
}

h1 {
    font-weight: normal !important;
}

.validation-header {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
}

/* Login */


.form-group label {
    font-weight: normal;
}

#signinForm .btn-block {
    width: auto;
}

.cancel {
    font-size: 15px;
    padding: 24px 32px;
    border-radius: 4px;
}

    .cancel:active:focus {
        color: #B22301;
        background-color: #f2f2f2;
        border-color: #B22301;
    }

/*signin button*/

#signinForm .btn {
    margin-top: 64px;
    margin-bottom: 64px;
    font-size: 15px;
    padding: 24px 32px;
}

/* Questionnaire screens */
.progress {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #444444;
    text-transform: uppercase;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0px;
    padding-bottom: 15px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .progress {
        border-left: solid;
        border-color: #909090;
        border-width: 2px;
    }
}


li.list-group-item {
    padding: 0px 24px;
    font-size: 16px;
    background-color: #ffffff;
    border: none;
    padding-left: 10px;
}

    li.list-group-item.active {
        color: #7A1800;
        background-color: #ffffff;
    }


        li.list-group-item.active:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f054";
            padding-right: 5px;
        }



    li.list-group-item.text-muted.list-group-item-success {
        color: #999999;
    }

        li.list-group-item.text-muted.list-group-item-success:before {
            content: '' !important;
            display: inline-flex;
            margin-right: 10px;
            background-repeat: no-repeat;
            background-size: 16px 16px;
            height: 16px;
            width: 16px;
        }

.progress .glyphicon.glyphicon-ok {
    display: none;
}

/* General page */

h2.tab-title {
    margin: 0;
}

[data-name=tab_reviewdata] .section-title {
    font-size: 18px !important;
    margin: 0;
    color: #707070 !important;
    padding-bottom: 16px;
}

.tab legend.section-title {
    font-size: 16px;
    margin: 0;
    color: #444444;
    padding-bottom: 8px;
}

/* Form styles */
/*
.crmEntityFormView input.text, .crmEntityFormView textarea, #signinForm .form-control  {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}*/
.form-control:focus {
    border-color: #66afe9 !important;
}

.crmEntityFormView .input-group-addon, #signinForm .form-control {
    border: 1px solid #ccc;
}

.crmEntityFormView input {
    border: none;
}

.crmEntityFormView .form-control {
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #000000;
    border: 1px solid #909090;
    border-radius: 4px;
}

.crmEntityFormView .cell, .cell.checkbox-cell {
    padding-left: 0px !important;
}

.crmEntityFormView .tab .tab-column:first-child {
    padding-left: 0;
}

.crmEntityFormView, div.actions {
    border: none;
    color: #444444;
}

    .crmEntityFormView fieldset {
        margin: 0;
        margin-bottom: 24px;
        padding: 0;
        border: 0 none;
    }

    .crmEntityFormView .tab-title {
        font-weight: normal;
        color: #7A1800;
        border: none;
    }

    .crmEntityFormView .form-control-cell .description {
        font-size: 12px;
    }
    /* Form text style tidy */

    .crmEntityFormView .info label {
        font-weight: normal;
    }
    /* Mandatory field info text */

    .crmEntityFormView .tab-title > span {
        display: block;
        padding-top: 24px;
    }

    .crmEntityFormView label span {
        display: block;
        font-size: 12px;
        color: #000000;
    }
    /* Button panel */

    .crmEntityFormView .actions {
        border-top: none;
        margin: 24px 0;
        padding: 24px 0 0 0;
    }

#gotoQuestionnaire {
    padding-top: 2rem;
}

#PrintButton {
    border-radius: 4px;
    border-color: #909090;
    padding: 24px 32px !important;
    border: 1px solid !important;
}

#BackButton {
    border-radius: 4px;
    border-color: #909090;
    padding: 24px 32px !important;
    background-color: white !important;
    color: #909090 !important;
    border: 1px solid !important;
}

#gotoQuestionnaire a:hover {
    color: #FFFFFF !important;
}

.crmEntityFormView #PreviousButton.btn.btn-default.button.previous.previous-btn {
    border: 1px solid #727272;
    border-radius: 4px;
    padding: 24px 32px !important;
    background-color: white;
    color: #909090 !important;
}

/* Right column */
.panel-warning {
    background-color: #FFEDDE;
    border-radius: 10px;
    border: solid 1px #FFEDDE;
}

.panel {
    background-color: #E7F5FE;
    border-radius: 10px;
    border: solid 1px #E7F5FE;
}

.panel-heading {
    padding: 20px 24px !important;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #094D68;
    border: none !important;
    background-color: #E7F5FE !important;
}

.panel-default > .panel-heading {
    border-radius: inherit;
}

.panel .panel-body {
    padding: 0px 24px 20px;
    color: #444444 !important;
    line-height: 1.5;
}


.weblinks .weblink a, .validation-summary {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

    .weblinks .weblink a:hover {
        background-color: transparent !important;
    }


table.section tbody tr:last-child td {
    padding-top: 12px !important;
}

table[data-name=tab_availability_section_nominated] tbody tr:last-child td {
    padding-top: 0px !important;
}

h1 {
    margin-top: 64px !important;
    font-size: 32px;
    color: #7A1800;
    margin-bottom: 0;
}

h2 {
    /*    margin-top: 44px !important;
      font-size: 24px;
*/
    color: #707070;
}

label {
    /*font-size: 20px;*/
    color: #444444;
    margin-bottom: 10px;
}

input {
    color: #000000;
    /*font-size: 24px;*/
}

input {
    border-color: #909090;
}


h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    padding: 1em 0;
}

.header {
    background-color: #7A1800 !important;
}


a.HeaderDescription {
    font-weight: bold;
}



.DJAGLogo {
    width: 150px;
    height: 50px;
}

/*Footer*/

#DJAGfooter {
    padding-bottom: 10px;
}

    #DJAGfooter li {
        display: inline-block;
        margin: 0 16px 0 16px;
        /*    padding-top:20px;
*/
        color: #444444;
    }

@media (max-width: 767px) {
    #DJAGfooter {
        padding: 0 0 15px 0;
    }
}


@media (max-width: 767px) {
    #DJAGfooter li {
        display: block;
        margin-right: 10px;
        padding-top: 7.5px;
        /*verify WCAG contrast 
        color: #444444;
*/
        color: #707070;
        text-align: left;
        padding-left: 45px;
    }
}

#DJAGfooter li a {
    /*verify WCAG contrast 
        color: #444444;
*/
    color: #707070;
}

@media (max-width: 767px) {
    #DJAGfooterCopyright {
        text-align: left;
        padding-left: 60px;
    }
}

@media (max-width: 767px) {
    footer {
        font-size: 16px !important;
    }
}

footer {
    background-color: #F6F6F6 !important;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100% !important;
    color: #444444;
    text-align: center;
    padding: 44px 0 44px 0;
}

.footer a:visited {
    color: #8F8F8F !important;
}

wrapper.body {
    /* Margin bottom by footer height */
    margin-bottom: 200px;
}

/*mainContentSection*/
div.mainContentSection {
    padding-top: 1em;
}



.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid rgb(122,24,0); /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

div.wrapper-body {
    /*    padding: 0 0 5em 0!important;
*/
    position: relative;
    min-height: 590px;
}


button#signin:disabled {
    cursor: pointer;
    pointer-events: all !important;
    background-color: #8F8F8F;
    border: none !important;
}

/*
Primary Button Styling
*/
.btn-primary, .buttonColor, .buttonColor:visited {
    background-color: #7A1800;
    border-color: #7A1800;
    color: white !important;
    font-weight: bold;
    border-radius: 4px;
    padding: 24px 32px;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #9D1F01;
        background-color: #9D1F01;
        border-color: #9D1F01;
    }

.btn.btn-primary:disabled {
    background-color: #8F8F8F;
}


#submittedDetails label {
    font-size: 70%;
    font-weight: lighter;
    text-transform: uppercase;
    color: #444444;
}

#submittedDetails div.row div:nth-child(2) {
    margin-bottom: 24px;
}

fieldset a.btn, fieldset a.button:visited {
    background-color: #7A1800;
    color: white !important;
    font-weight: bold;
}

/*webform steps*/
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: transparent;
    color: #7A1800
}

.alert-warning {
    background-color: #FFEDDE;
    border-color: #FFEDDE;
    color: #000;
    border-radius: 4px;
    padding: 25px;
}
/* Request DJAG change - 10100 */
.alert-danger {
    background-color: #FFEDDE;
    border-color: #FFEDDE;
    color: #000;
    border-radius: 4px;
    padding: 25px;
}

.label-info {
    background-color: #E7F5FE;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #444444;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

/****************Modal*******************/

.DJAGcustom {
    background-color: #E7F5FE;
    padding: 30px;
    border-radius: 10px;
}

.modal-header {
    display: block;
    padding-left: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-lg modal-dialog.modal-title {
    padding-left: 58px;
    text-align: left;
}

.modal-title {
    text-align: left;
}

.modal-header {
    border-bottom: none;
}

.modal-body {
    text-align: left;
}
/*Button Default*/
.btn-default {
    border-color: #7A1800;
    color: #7A1800;
}

    .btn-default:hover, .btn-default:active, .btn-default.active, .btn-default:focus, .btn-default.focus {
        color: white;
        background-color: #B22301;
        border-color: #B22301;
        border-radius: 4px;
    }

        .btn-default:active:focus {
            color: white;
            background-color: #B22301;
            border-color: #B22301;
            border-radius: 4px;
        }


#signinErrorGroup {
    color: #7A1800;
}

.alert-info {
    background-color: #FFEDDE;
    border-color: transparent;
    color: #000;
    border-radius: 4px;
    margin-right: 26px;
    margin-bottom: 0;
    font-size: 15px;
}

@media (max-width: 767px) {
    .alert-info {
        background-color: #FFEDDE;
        border-color: transparent;
        color: #000;
        border-radius: 4px;
        margin-right: 0;
        margin-bottom: 0;
        font-size: 15px;
    }
}

.DJAG-mandatory {
    color: #EE0000;
}

.AccessAudit13 {
    color: #EE0000;
}


input[type=file]::file-selector-button {
    padding: 20px 30px !important;
    transition: 1s;
}


.DJAG-mandatory-text {
    font-style: italic;
    font-size: 16px;
    color: #444444;
}

.crmEntityFormView .cell div.info div.validators {
    color: #EE0000 !important;
}

.help-block.error, label.control-label.required:before, .crmEntityFormView .cell div.info.required label:after, .crmEntityFormView .cell div.info div.validators, .crmEntityFormView .validator-text, .crmEntityFormView .rank-order-cell .validator-text, .crmEntityFormView .constant-sum-cell .validator-text, .crmEntityFormView .stack-rank-cell .validator-text {
    color: #EE0000;
}


.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    border: none;
}

/***********Button Focus***********/
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 5px auto;
    outline-offset: 0px;
    outline-color: #0F6FCF;
    outline-width: 1px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}


textarea:focus, input:focus, .DJAGFocus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}


.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

/*Entity List Dropdown Action Menu show as icon*/

.view-grid .dropdown.action > .btn {
    display: none;
}

.view-grid .dropdown.action .dropdown-menu {
    display: block;
    position: static !important;
    position: initial !important;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    max-width: 95px;
    min-width: 95px;
    width: 95px;
    left: auto !important;
    top: auto !important;
}

    .view-grid .dropdown.action .dropdown-menu li {
        display: inline-block;
        text-align: center;
    }

        .view-grid .dropdown.action .dropdown-menu li a {
            font-size: 0;
            padding: 2px;
            margin: 0;
        }

            .view-grid .dropdown.action .dropdown-menu li a > span {
                font-size: 18px;
            }

            .view-grid .dropdown.action .dropdown-menu li a:hover {
                color: #B22301;
                background: transparent;
            }

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none;
    }
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    transition: background-color 5000s ease-in-out 0s
}

/*********Mobile Responsive CSS : Samsung Galaxy*********/
@media (max-width: 360px) {
    .table-fluid td {
        display: flex;
        width: 60% !important;
        font-size: small;
    }

    .table-fluid tr {
        display: flex;
        width: 310px !important;
        font-size: small;
    }

    .td {
        font-size: small;
    }

    .view-grid {
        overflow-x: hidden !important;
    }

        .view-grid .dropdown.action .dropdown-menu {
            display: flex;
            padding-top: 0px;
            margin-top: 0px;
        }

    .HeaderDescription {
        margin-left: 0px;
        margin-top: 0;
    }

    nav#portalHeader {
        height: 96.0px !important;
    }

    .crmEntityFormView .cell .picklist input[type=radio] {
        vertical-align: top;
        margin: 3px 5px 5px 0 !important;
        padding-bottom: 2px;
    }
}


/*********Mobile Responsive CSS : IPhone*********/
@media screen and (max-width: 415px) {
    .table-fluid td {
        display: flex;
        width: 55% !important;
        font-size: small;
    }

    span#juror-logo, span.btn {
        width: 250px;
        height: 75px;
    }

    .table-fluid tr {
        display: flex;
        width: 340px !important;
    }

    .td {
        font-size: small;
    }

    .view-grid {
        overflow-x: hidden !important;
    }

    .view-grid .dropdown.action .dropdown-menu {
        display: flex;
        padding-top: 0px;
        margin-top: 0px;
    }

    #DJAGfooter {
        position: relative;
        right: 48px;
    }

    #DJAGfooterCopyright {
        text-align: left;
        padding-left: 16px;
    }

    .sr-instruction {
        width: 94% !important;
    }

    .HeaderDescription {
        margin-left: 0px;
        margin-top: 0;
    }

    nav#portalHeader {
        height: 96.0px !important;
    }

    #buttonLogout {
        padding-top: 22px !important;
    }

    ul#DJAGfooter {
        font-size: 18px;
        padding-bottom: 10px;
        padding-left: 2px;
    }

    /*****File Input Overflowing on mobile******/
    input[type="file"] {
        display: flex;
        width: 270px;
    }

    .modal h1 {
        font-size: 20px;
    }

    .popup-title {
        padding-left: 4%;
    }

    .crmEntityFormView .cell .picklist input[type=radio] {
        vertical-align: top;
        margin: 3px 5px 5px 0 !important;
        padding-bottom: 2px;
    }

    /**Fixes the width and indentation of Table row*/
   .table-fluid td:before {
        content: attr(data-th);
        font-weight: 700;
        display: inline-block;
        width: 16rem;
        margin-left: -12rem;
        float: left;
        padding-right: 1rem;
        word-break: normal;
    }
}

/***********Custom Glyphicon, Font Awesome Icons and Button***********/
.glyphicon {
    font-size: 14px;
}

#deleteDoc {
    border: none;
    background: transparent;
}

button[disabled], button[aria-disabled=true] {
    opacity: .5;
    cursor: pointer;
    pointer-events: all !important;
    background-color: #8F8F8F;
    border: none !important;
}

input#PreviousButton, input#NextButton, input#BackButton {
    font-family:  inherit !important;    
}



/***************Remove outline on focus on radio button and checkboxes****************/
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none !important;
    outline-offset: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/********************Overwrite Bootstrap to custom*********************/
.navbar {
    min-height: 0px !important;
}


nav#portalHeader {
    height: 126.0px;
}


.login-subtitle {
    font-size: 20px;
    margin-bottom: 20px;
}

.mandatory-text {
    color: #ffff;
}

/**************Navbar Logo Style************/
.HeaderDescription:focus {
    outline: 30px auto;
    outline-offset: 0px;
    outline-color: #f5f5f5 !important;
    outline-width: 1px;
    border: 4px solid black;
    z-index: 2;
}

/* On screens that are 760px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (min-width: 760px) {
    a#header-link:focus {
        height: 90px !important;
        color: #000 !important;
        font-size: 90px;
    }

    .popup-title {
        padding-left: 3%;
        text-align: left;
    }
}

/* On screens that are 760px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (min-width: 540px) {

    .popup-title {
        padding-left: 3%;
        text-align: left;
    }
}
/* On screens that are 834px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (min-width: 834px) {

    .popup-title {
        padding-left: 8.5%;
        text-align: left;
    }
}


/*******************************CRM Form Custom Checkbox***************************/
input#dxc_declaration {
    display: inline-flex;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
    width: 20.8px;
    height: 20.8px;
    float: left;
    margin-right: .5em;
}

/****************Form Group CSS*******************/
.form-group span {
    font-size: 12px;
}

.info-text, .description.below {
    color: #000;
}
.crmEntityFormView .cell .picklist input[type=radio] {
    vertical-align: top;
    margin: 5px 5px 5px 0;
}

.subtext {
    margin-top: -12px;
    font-size: 12px;
}