body{
    margin: 0
}
a:not(.btn):not(.section-title a):not(a.footer-link) ,a:not(.btn):not(.section-title a):not(a.footer-link){
    color:#404040 !important;
    text-decoration: none !important;
}

.container{
    width:95% !important;
}

@media only screen and (min-width: 968px){
.container{
    width:85% !important;
}
}

  h1, h2, h3, h4, h5, h6, legend, label, p, li, .form-group legend.control-label, legend.gridview-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

legend.gridview-title {
    font-weight: 700;
}

.clearFloats {
    clear: both;
}

span {
    font-family: "Montserrat", sans-serif;
}

.mainContent h1, .mainContent h2, .mainContent h3, .mainContent h4, .mainContent h5, .mainContent h6 {
    color: #2e2e2e;
    clear: both;
}

h2.section-title {
    clear: both;
    border-bottom: 1px solid #ccc;
}

p, li {
    font-size: 16px;
    clear: none;
}

a {
    text-decoration: underline;
    color: #0000FF;
}
.info label.field-label {
    color: #585858;
    font-weight: bold;
    font-size: 100%;
}

.section-title, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #585858;
}

@media only screen and (min-width: 968px){

.info.form-control-label label.field-label {
    position: absolute;
    margin-top: 30px;
    transition: all 0.1s linear;
    z-index: 99;
}


.info.selected.form-control-label label.field-label {
    font-size: 85%;
    position: absolute;
    margin-top: 5px;
    color: #2a578d;
}

.form-control.required{
    margin-top: 21px !important;
}

.crmEntityFormView .actions{
    float: right;
}

.actions .col-sm-6.clearfix{
    width: 100% !important;
    text-align: right !important;
}

}


@media only screen and (max-width: 968px){

.crmEntityFormView .actions{
    text-align: center;
}

.info.form-control-label label.field-label {
    margin-top: 20px;
}
}

.form-group label.control-label, .form-group legend.control-label {
    color: #2e2e2e;
    margin-bottom: 0px;
    font-weight: 700;
}

legend {
    font-weight: 700;
}

legend + div {
    clear: both;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 1px;
}

.agency-logo {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-left: -5px;
    margin-right: 9px;
}

.agency-logo > img {
    display: inherit;
    width: inherit;
    height: inherit;
}

div > h1:first-of-type {
    display: inline-block;
    width: 85%;
    padding: 0;
    text-align: left;
    font-weight: normal;
    font-size: 2rem;
    font-family: "Montserrat", sans-serif;
    margin-top: 14px;
    letter-spacing: 2px;
    font-feature-settings: "liga" 0;
}

.agency-title {
    display: inline-block;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-feature-settings: "liga" 0;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    position: absolute;
    max-width: 324px;
    font-weight: bold;
}

header {
    min-height: 65px;
    max-height: 65px;
    padding: 15px;
    padding-left: 32px;
    color: #fff;
    max-width: 100%;
    height: 65px;
    width: 100%;    
    margin-bottom: 20px;
  }


div.topnav {    
    height: 35px;
    padding-left: 25px;
    background-color: #ccc !important;
}

div.topnav p a {
    color: #fff !important;
}

@media only screen and (min-width: 968px){
 header {   
    padding-top: 15px !important;
  }
}

div.topnav p, div.topnav span {
    background-color: transparent;
    line-height: 1.25rem;
    color: #404040;
    font-weight: 400;
    font-size: 12.8px;
    margin: 0 0 0 0px;
}

div.topnav p:before {
    background: url("../img/keystone-ko.svg") top left no-repeat;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 100%;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: -6px;
}

body {
    background: #fff !important;
    position: relative;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

div.container-fluid {
    background-color: #fff;
}

.btn.btn-primary:not(.multiselect ), .btn.btn-default:not(.multiselect ) {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    width: auto;
    max-width: 212.614px;
    min-height: 65px;
    max-height: 65px;
    cursor: pointer;
    transition: all 0.33333s ease-in-out;
    min-width: 212.61px;
    /* colors */
    outline: 0;
    border-radius: 4px;
    border: 0.2369rem solid #002469;
    background-color: #002469;
    color: #ffffff;
    /* text styles */
    font-size: 2rem;
    line-height: 3.778rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    text-align: center;
}

  .btn.btn-primary:hover, .btn.btn-default:hover {
        background: transparent;
        color: #002469;
        text-decoration: none;
    }
a.btn.btn-primary{
    padding-top: 12px;
}

input[type="submit"] {
    margin-top: 0.5rem;
    padding: 0.5rem;
    font-weight: bold;
    display: block;
    width: 80px;
    background-color: #428bca !important;
    color: #fff !important;
    margin-bottom: 15px;
}

h2:first-child {
    font-size: 18pt;
    font-weight: bold;
}

nav#copyright.clearfix.row {
    color: #fafafa;
    font-size: 0.75em;
    background-color: #002469;   
    line-height: 22px;
}

#copyright > p legend {
    color: #ffffff;
}

fieldset.form-horizontal {
    display: block;
    position: relative;
    padding: 1.77778rem 1.77778rem 0;
    margin: 0 auto 1.77778rem;
}

nav#copyright.clearfix.row ul {
    max-width: 50%;
}

nav#copyright.clearfix.row ul li {
    font-family: "Montserrat", "Gotham", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    line-height: 19.2px;
    height: 22px;
    list-style-type: none;
    float: left;
    padding: 0;
    margin-left: 0;
    border-right: solid 1px #666;
    clear: none;
}

nav#copyright.clearfix.row ul li:last-child {
    border-right: none;
}

/*Copyright*/
nav#copyright a {
    line-height: 16.64px;
    padding: 3px 20px;
    font-size: 10.4px;
    font-weight: 100;
    letter-spacing: 1.04px;
    text-decoration: none;
    color: #fff !important;
}

nav#copyright li:first-child a {
    padding-left: 0;
}

nav#copyright a:hover {
    color: #b8b7b4 !important;
    text-decoration: underline;
}

nav#copyright.clearfix.row p {
    text-align: right;
    width: 100%;
    margin: 0;
    letter-spacing: 1.2px;
    padding: 0px 14.224px;
}

input.form-control, select.form-control, textarea.form-control {
    line-height: 1.45rem;
    display: block;
    margin-top: 0.33333rem;
    width: 100%;
    box-shadow: none;
    outline: 0;
    border-radius: 0;
    -webkit-transition: all 0.33333s ease-in-out;
    -moz-transition: all 0.33333s ease-in-out;
    -o-transition: all 0.33333s ease-in-out;
    transition: all 0.33333s ease-in-out;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-top: 1px solid #7c7c7c;
    color: #2e2e2e;
    font-size: 100%;
    margin: 0;
    padding: 2px 0;
}

.radio input {
    margin: auto;
    width: 1rem;
    min-width: 2rem;
    height: 2rem;
    background: #fafafa;
    border: 0.2rem solid #bdbdbd;
    border-radius: 0.2369rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.help-inline.help-link a {
    float: left;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1rem;
    text-transform: uppercase;
    line-height: 2rem;
    text-align: center;
    text-decoration: underline;
}

    .help-inline.help-link a:hover {
        color: #036;
    }

.hideLabel label {
    display: none;
}

.mainContent h1,
.mainContent h2,
.mainContent h3,
.mainContent h4,
.mainContent h5,
.mainContent h6 {
    color: #2e2e2e;
    clear: both;
}

.rating {
    color: #2a578d;
    unicode-bidi: bidi-override;
    direction: rtl;
    margin-bottom: 1em;
}

.rating > span {
    display: inline-block;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    font-size: 1.3em;
}

.rating > span:hover:before,
.rating > span:hover ~ span:before {
    content: "\2605";
    position: absolute;
}

.rating > span.selected:before,
.rating > span.selected ~ span:before {
    content: "\2605";
    position: absolute;
}

.col-sm-9, .col-sm-3 {
    width: 100%;
}

.col-sm-3 {
    width: 100%;
    text-align: left !important;
}

.form-control-static {
    min-height: 10px;
}

label.checkbox {
    padding-left: 1rem;
    left: 15px;
    margin-top: -10px !important;
}

label.radio {
    padding-left: 25px;
}

.x-small-field {
    width: 25%;
    display: inline-block;
    float: left;
}

.small-field {
    width: 33%;
    display: inline-block;
    float: left;
}

.medium-field {
    width: 50%;
    display: inline-block;
    float: left;
}

.medium-large-field {
    width: 66%;
    display: inline-block;
    float: left;
}

.large-field {
    width: 100%;
    display: inline-block;
    float: left;
}

.font-normal label {
    font-weight: normal;
}

.smaller-field {
    width: 15%;
    display: inline-block;
    float: left;
}

.smallest-field {
    width: 10%;
    display: inline-block;
}

.x-small-field-new-line {
    width: 25%;
    display: block;
}

.small-field-new-line {
    width: 33%;
    display: block;
}

.medium-field-new-line {
    width: 50%;
    display: block;
}

.medium-large-field-new-line {
    width: 66%;
    display: block;
}

.smaller-field-new-line {
    width: 15%;
    display: block;
}

.smallest-field-new-line {
    width: 10%;
    display: block;
}

.grid-view .wizardWrapper fieldset fieldset {
    margin-left: 0px;
}

#errorSummary {
    color: #e60000;
    background: #fafafa;
}

.alert {
    margin-left: 0px;
    padding: 0 !important;
    position: absolute;
}

.alert-summary {
    position: inherit;
}

span[id*="GridView"] p {
    position: static;
}

.alert-danger {
    border-color: transparent;
}

.form-horizontal .form-group {
    margin-top: 10px;
}

#copyright > p {
    color: #fafafa;
    font-weight: normal;
    font-size: 12px;
    clear: none;
}

.hide-field {
    display: none;
}

input[value="Upload"] {
    margin-top: 30px;
}

.table > tbody > tr > td {
    vertical-align: baseline;
}

div.form-group.grid-view {
    width: 100%;
}

.wizardWrapper fieldset fieldset {
    margin-left: 0px;
    width: 100%;
}

label.no-transform, .no-transform label {
    text-transform: initial;
    font-size: larger !important;
    font-weight: inherit;
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

span.no-transform, .no-transform span {
    white-space: normal !important;
    color: #2e2e2e;
}

div.no-transform {
    margin-top: 0rem !important;
    margin-bottom: 0rem;
}

table {
    width: 500px;
    table-layout: inherit;
    text-align: left;
    vertical-align: top;
    padding: 5px;
}

div.form-actions {
    padding-top: 15px;
}

table tr {
    vertical-align: top;
    text-align: left;
}

table td, table th {
    width: 100px;
    word-wrap: break-word;
}

.topnav a {
    color: #404040;
    text-decoration: none;
}

.topnav .btn-language {
    z-index: -1;
}

#translate-div {
    position: absolute;
    right: 0px;
    top: 10px;
    color: white;
}

#\3a 0\2e targetLanguage > img {
    position: absolute;
    left: -15px;
    width: 125px;
}

.goog-te-menu-value a {
    display: none;
}

img.goog-te-gadget-icon {
    opacity: 0;
}

.phone-ex {
    font-weight: 400;
}

/*New Lines*/
.largest-field {
    width: 100%;
    display: inline-block;
}

.xxl-field {
    width: 50%;
    display: inline-block;
    float: left;
}

.xl-field {
    width: 33.3%;
    display: inline-block;
    float: left;
}

.l-field {
    width: 25%;
    display: inline-block;
    float: left;
}

.med-field {
    width: 20%;
    display: inline-block;
    float: left;
}

.s-field {
    width: 16.6%;
    display: inline-block;
    float: left;
}

.xs-field {
    width: 14.2%;
    display: inline-block;
    float: left;
}

.xxs-field {
    width: 12.5%;
    display: inline-block;
    float: left;
}

.sr-field {
    width: 11.11111%;
    display: inline-block;
    float: left;
}

.smallest-field {
    width: 10%;
    display: inline-block;
    float: left;
}

.newline-xxl-field {
    width: 50%;
    display: block;
}

.newline-xl-field {
    width: 33.3%;
    display: block;
}

.newline-l-field {
    width: 25%;
    display: block;
}

.newline-med-field {
    width: 20%;
    display: block;
}

.newline-s-field {
    width: 16.6%;
    display: block;
}

.newline-xs-field {
    width: 14.2%;
    display: block;
}

.newline-xxs-field {
    width: 12.5%;
    display: block;
}

.newline-sr-field {
    width: 11.11111%;
    display: block;
}

.newline-smallest-field {
    width: 10%;
    display: block;
}

.app-expired-message {
    color: #000 !important;
}


.file-field .btn,
.btn {
    transition: all 0.33333s ease-in-out;
    border: 0.2369rem solid #002469;
    height: auto;
}

.file-field label span {
    background: #002469;
    border: 0.2369rem solid #002469;
    height: auto;
}

.btn:hover, .btn:focus {
    background: transparent;
    color: #002469;
    text-decoration: none;
}

.material-icons {
    color: #002469;
}

.uploaded-file-container .actions a {
    color: #002469;
}

.confirmation-btns button {
    color: #002469;
}

.datepicker-date-display {
    background-color: #002469;
}

.gridview-elements i {
    padding-left: 1em;
}

.datepicker-table td.is-selected {
    background-color: #002469;
}

.datepicker-table td.is-today {
    color: #000;
}

.gridview-elements > table {
    width: 100%;
}

.translate {
    display: inline;
    float: right;
    padding-right: 35px;
    padding-top: 4px;
}

.translate > a {
    font-size: 12.8px;
    line-height: 11.52px;
    font-family: "Montserrat", "Gotham", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
}

#btn-language > span {
    margin-left: 7px;
    line-height: 11.52px;
}

#google_translate_element {
    position: absolute;
    display: inline-block;
    opacity: 0;
    right: 0;
    top: .5em;
    height: 2em;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
}

.body-content {
    padding-bottom: 38px;
}

.short-body {
    position: inherit;
}

.pageCounter {
    display: inline-block;
    width: 14%;
    margin: 0;
    border: black 2px solid;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 14px;
    vertical-align: top;
}

.print-section {
    border-bottom: none;
    margin-bottom: 20px;
    padding: 12px;
}

.print-section > p {
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    width: 86%;
    margin: 0;
}

@media (max-width: 768px) {
    .body-content {
        padding-bottom: 199px;
    }
    
    goog-te-menu-value {
        top: -9px;
        line-height: 20px;
    }

    #google_translate_element {
        width: 15%;
    }

    .agency-title {
        margin-top: 3px;
    }

    .agency-title {
        line-height: 40px;
    }

    header {
        padding-left: 15px;
    }

    .small-field, .medium-field, .small-field-new-line, .medium-field-new-line, .smallest-field, .smallest-field-new-line, .smaller-field, .smaller-field-new-line, .medium-large-field, .medium-large-field-new-line, .largest-field, .xxl-field, .xl-field, .l-field, .med-field, .s-field, .xs-field, .xxs-field, .sr-field, .smallest-field, .newline-xxl-field, .newline-xl-field, .newline-l-field, .newline-med-field, .newline-s-field, .newline-xs-field, .newline-xxs-field, .newline-sr-field, .newline-smallest-field {
        width: 100% !important;
        float: left;
        display: inline-block;
    }

    fieldset.form-horizontal {
        padding: 0px;
    }

    .col-sm-9 {
        padding-left: 0px;
    }

    .btn, input.btn-primary, input.btn.wizardPreviousStep, .btn[value="Previous"], input.btn.wizardNextStep {
        float: none;
        margin: 0px auto 10px auto;
    }

    nav#copyright.clearfix.row ul {
        float: initial;
        clear: left;
        border-right: none;
        max-width: 100%;
        width: 100%;
    }

    nav#copyright.clearfix.row ul li {
        padding: 0;
        margin: 7px 0px;
        width: 100%;
        border-right: none;
    }

    nav#copyright.clearfix.row ul li:first-child {
        margin-top: 0;
    }

    nav#copyright.clearfix.row ul li:last-child {
        margin-bottom: 13px;
    }

    nav#copyright.clearfix.row {
        font-size: 10px;
        padding: 0px 40px;
        padding-bottom: 37px;
        background-color: rgb(46, 46, 46);
    }

    nav#copyright.clearfix.row li a {
        padding: 3px 0px;
        font-size: 14.4px;
        text-decoration: underline;
        line-height: 23.04px;
    }

    nav#copyright.clearfix.row p {
       text-align: left;
       padding: 0;
       line-height: 19.2px;
       letter-spacing: .35px;
       font-size: 14px;
    }

    table.table-reflow-css td[data-title="Edit"]:before, table.table-reflow-css td[data-title="Delete"]:before {
        top: 12px;
    }

    .short-header {
        display: inline-block;
    }

    .long-header {
        display: none;
    }

    .alert {
        position: relative;
        width: 100%;
    }

    .form-group {
        width: 100%;
    }

    div.topnav {
        padding-left: 10px;
        min-height: 45px;
    }

    div.topnav p {
        margin: 0 0 0 0px;
        position: absolute;
        width: 60%;
    }

    div.topnav a, #btn-language > i {
        position: absolute;
    }

    div.topnav a {
        margin-top: 8.5px;
    }

    #btn-language {
        position: absolute;
        right: 20px;
        margin-top: 0;
    }

    #btn-language > span {
        margin-left: 20px;
    }

    .translate {
        width: 40%;
        padding: 10px 0px 0 50px;
    }

    .print-section > p {
        width: 75%;
    }
}

@media (min-width: 769px) {
    .short-header {
        display: none;
    }

    .long-header {
        display: inline-block;
    }

    .form-horizontal .control-label {
        width: 100%;
        text-align: left;
        padding-top: 20px;
    }

    div.topnav p {
        display: inline-block;
    }

    .col-sm-offset-3 {
        margin-left: 15px !important;
    }

    div.body-content {
        padding-bottom: 68px;
    }
}

@media (max-width: 480px) {
    .pageCounter {
        width: 20%;
        padding-left: 3px;
        padding-right: 3px;
    }

    div > h1:first-of-type {
        width: 79%;
    }

    goog-te-menu-value {
        top: 0px;
        right: -150px;
    }

    #google_translate_element {
        right: 30%;
    }

    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }

    #btn-language > span {
        display: inherit;
        font-size: inherit;
    }

    legend {
        white-space: normal;
    }

    div.topnav p {
        margin: 0 0 0 0px;
        position: absolute;
        width: 60%;
    }

    div.topnav a {
        margin-top: 0px;
    }

    div.topnav {
        min-height: 55px;
    }

    div.body-content {
        padding-bottom: 249px;
    }

    .print-section > p {
        width: 67%;
    }
}

@media (max-width: 1024px) {
    div.document-upload td {
        padding: 1px !important;
    }
}

button.btn.btn-tooltip{
    background: #002469;
    color: white;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 10px;
    padding: 0;
    font-weight: bold;
}

.ml-15{
    margin-left:15px !important;
}

.query.form-control{
    width: auto;
}

.add-folder{
    display:none;
}
.row.sectionBlockLayout{
    margin:auto !important;

}

input.form-control, select.form-control, textarea.form-control {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    background-color: #fff !important;
    transition: all 0.1s linear;
}

.form-control:focus {
    border-color: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid #2a578d;
}

.form-control.picklist {
    margin-top: 21px;    
}

div.progress-numeric {
    background: inherit;
    border: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
}

@media only screen and (min-width: 1200px){
div.progress-numeric {
    position: absolute;
    right: calc(7.5% + 20px);
    padding: 5px 15px;
    top: 90px;
}
}


div.progress-numeric span.number{
    background-color: #729bcc;
}

div.progress-numeric span.number.total{
    background-color: #6d6c6c;
}
div.message.success.alert{
    padding: 45px !important;
    margin-bottom: calc(100vh - 400px) !important;
    position: relative !important;
}

div.message.success.alert #btnCloseMessage{
    display: none !important;
}

div.message.success.alert #btnCloseMessage{
    display: none !important;
}

div.message.success.alert #MessageLabel:focus-visible {
    outline: none !important;
}

#page-title{
    margin-left: 0 !important;
}



.crmEntityFormView .cell {
    padding: 0 0px 20px !important;
}

.please-desc-lable-pdd-auth{
    margin-top: 20px;
    margin-bottom: -5px;
    font-weight: bold;
}

input[type='checkbox']{
    width: 20px !important;
    height: 20px !important;
}

.modal-header, header {
 background-image: initial;
 background-position-x: initial;
 background-position-y: initial;
 background-size: initial; 
 background-attachment: initial; 
 background-origin: initial; 
 background-clip: initial; 
 background-color: #eee !important;
}



.modal-content{
    border-radius: 4px;
    overflow: hidden;
}

.actions{
    border-top: none !important;
}

.form-close span{
    font-size: 200%;
}

.view-empty.message, .sharepoint-empty.message{
    display: none !important;
}

#liquid_form{
    min-height: calc(100vh - 50px);
}

#copyright {
    margin: auto;
    height: 50px;
}

fieldset{
    margin-bottom: 0 !important;
}

.checkbox-cell .info .field-label{
    padding-left: 10px !important;
}

.validation-summary.alert.alert-danger{
    position: relative;
    margin: 15px 0 15px 0;
    padding: 15px !important;
    border-radius: 8px;
    border: 2px solid red;
    z-index: 99;
}

.validation-summary.alert.alert-danger ul li{
    padding-bottom: 10px;
}


button.btn.btn-tooltip.lable-tooltip{
    margin-top: 30px;
    margin-left: -20px;
}

input[type='radio']{
    height: 20px !important;
    width: 20px !important;
    cursor: pointer !important;
}

.captcha-cell .rcRefreshImage, .captcha-cell .rcCaptchaAudioLink, .captcha-cell a {
width: 200px;
}

.dispaly-none{
    display: none !important;
}

.captcha-label.required {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bolder;
}

.captcha-label.required::after {
    content: ' *';
    color: red;
}

.font-18px{
    font-size: 18px !important;
    margin-top: 20px;
}

@media only screen and (min-width: 768px){
input.form-control, select.form-control, textarea.form-control {
    max-width: calc(100% - 50px) !important;
}
}

.container{
    margin: auto;

}

.control textarea {
    padding-top: 12px !important;
    padding-bottom: 10px !important;
}

.multiselect{
    margin-top: 50px !important;
    border: 1px solid #aaa;
    border-radius: 8px;
    background: #eee;
    color: #111;
}

.multiselect:active, .multiselect:hover{
     background: #eee !important;
    color: #111 !important;
    border: 1px solid #aaa !important;
}

ul.multiselect-container.dropdown-menu {   
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

ul.multiselect-container.dropdown-menu li{
    padding: 10px; 
    border: none !important;
}

ul.multiselect-container.dropdown-menu li, ul.multiselect-container.dropdown-menu li label, ul.multiselect-container.dropdown-menu li a,
ul.multiselect-container.dropdown-menu li:hover, ul.multiselect-container.dropdown-menu li label:hover, ul.multiselect-container.dropdown-menu li a:hover,
ul.multiselect-container.dropdown-menu li:active, ul.multiselect-container.dropdown-menu li label:active, ul.multiselect-container.dropdown-menu li a:active,
ul.multiselect-container.dropdown-menu li:focus, ul.multiselect-container.dropdown-menu li label:focus, ul.multiselect-container.dropdown-menu li a:focus{ 
    border: none !important;
    outline: 0 !important;
}

ul.multiselect-container.dropdown-menu li a{
    background-color: #fff !important;
}

ul.multiselect-container.dropdown-menu li label.checkbox input[type="checkbox"]{
    margin-left: -30px !important;
}

.label-required::after{
content: ' *';
color: red;
}

.virtualInnovationimg{
    float:right;
}

.virtualInnovationtitle{
    float:left;
}

.font-large{
    font-size: 150%;
}

.container.page-container-thankyou{
    min-height: calc(100vh - 170px);
    padding-top: 200px;
}

#entitylist-filters.list-inline li.entitylist-filter-option-group{
    width: 100%;
}

#entitylist-filters.list-inline li.entitylist-filter-option-group .entitylist-filter-option-group-label{
    font-size: 14px !important;
    margin: 0 !important;
}

#entitylist-filters.list-inline li.entitylist-filter-option-group .entitylist-filter-option .checkbox label {
    width: calc(100% - 20px);
    margin-left: 20px;
    font-size: 14px;
}


#entitylist-filters.list-inline li.entitylist-filter-option-group .entitylist-filter-option .checkbox label input {
    margin-left: -30px !important;
    width: unset !important;
    height: unset !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

#entitylist-filters.list-inline li.entitylist-filter-option-group .entitylist-filter-option .checkbox {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
@media only screen and (min-width: 968px){
.btn.btn-default.btn-entitylist-filter-submit{
    position: absolute;
    right: 35px;
    top: 235px;
}
}