@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    font-size: 16px;
    font-family: Barlow !important;
}

body {
    font-family: Barlow !important;
    display: flex;
	flex-direction: column;
    min-height: 100vh;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Barlow !important;
}

div#signInRoot {
    margin-top: 10px;
}

div#signInRoot > div > div.thumbnail {
    min-height: 380px;
}

div#signInRoot > div > div.thumbnail > a {
	position: absolute;
	bottom: 30px;
}

.page-header {
    border-bottom: 0;
    margin: 15px 0 35px;
}

.page-heading {
    padding-top: 0;
}

.page-heading .container {
    background-color: #fff;
}

#content-container,
form#liquid_form,
section.page_section {
    /* sets minimum height of main page sections */
    flex: 1;
}

div#qv_contact, div#qv_contact_readonly, div#qv_claimstatus, div#qv_workerprofile, div#qv_occupation {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

iframe[data-controlid="qv_occupation"] {
    height: 100px !important;
    position: relative;
    right: 25px;
}

iframe[data-controlid="qv_occupation"] > html {
    overflow-y: hidden;
}

iframe[data-controlid="qv_contact"] {
    height: 170px !important;
    position: relative;
    right: 25px;
}

table[data-name="section_requesterdetails"] iframe[data-controlid="qv_contact"] {
    height: 430px !important;
    position: relative;
    right: 25px;
    width: 450px;
}

table[data-name="section_requesterdetails"] iframe[data-controlid="qv_occupation"] {
    height: 146px !important;
    position: relative;
    right: 25px;
    width: 450px;
    overflow: hidden;
}


iframe[data-controlid="qv_contact"] > html {
    overflow-y: hidden;
}

iframe[data-controlid="qv_contact_readonly"] {
    height: 252px !important;
    position: relative;
    right: 38px;
}

iframe[data-controlid="qv_claimstatus"] {
    height: 146px !important;
    position: relative;
    right: 38px;
}

iframe[data-controlid="qv_workerprofile"] {
    height: 340px !important;
}

iframe[data-controlid="qv_workerprofile"] > html {
    overflow: hidden;
}

.crmEntityFormView .tab-title {
    margin-right: 10px;
}

.crmEntityFormView .cell.crmquickform-cell:first-child {
    border: none;
}

div[data-name="tab_declaration"] .tab-column {
    width: 100% !important;
}

form .container {
    background-color: #fff;
}

.page_section h1 {
    font-weight: 900;
    line-height: 132%;
    color: rgba(0,0,0,0.9);
    letter-spacing: 0;
    font-size: 2.75rem;
    margin-bottom: 1.25rem;
}

.page_section label {
    color: #4a4949a3;
    font-size: 0.75rem;
}

legend {
    color: #333333a8;
}

.form-control {
    border-radius: 8px;
    height: 45px;
}

.form-control::placeholder {
	color: #4a4949;
	opacity: 0.5;
}

input.form-control, select.form-control, textarea.form-control {
    font-size: 1.05rem;
    font-weight: 700;
    font-family: Barlow;
}

input[type=email] {
    border-radius: 8px;
    height: 45px;
}

div.entitylist-search > div > button {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 45px;
}

.launchentitylookup {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 45px;
}

.clearlookupfield {
    height: 45px;
}

.crmEntityFormView .actions {
    border-top: 0;
}

.progress {
    border-radius: 8px;
}
.progress-bar {
    background-image: linear-gradient(to right, #00879D, #008512);
}

.crmEntityFormView {
    margin-bottom: 40px;
    border-radius: 4px;
    padding-top: 20px;
}

.crmEntityFormView .actions {
    padding-bottom: 20px
}

.crmEntityFormView .actions .btn:first-child {
	margin-right: 2px;
}

.crmEntityFormView .actions .previous-btn {
	margin-right: 2px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    min-width: 95px;
    min-height: 45px;
}

.crmEntityFormView .actions .btn.next {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    min-width: 95px;
    min-height: 45px;
        
}

input[type=button].form-action-container-left {
    margin-left: 25px;
    min-width: 95px;
    min-height: 45px;
    border-radius: 4px;
}

#content-container .btn {
    /* min-width: 95px; */
    min-height: 45px;
    border-radius: 4px;
}


.btn {
    border-radius: 4px;
}

.datetimepicker > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.captcha-cell {
    margin-left: 25px;
}

.RadCaptcha_Default > div > p > input {
    height: 45px;
    border-radius: 4px;
}

a.rcRefreshImage, a.rcCaptchaAudioLink {
    display: block;
    padding: 10px 0 10px 0;
    background-color: #00879D;
    width: 190px;
    border-radius: 8px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    margin: 10px 0 10px 0;
    color: #fff;
}

.footer-title {
    font-size: 1.25rem;
    font-weight: 700;
}

.footer-title + p {
    color: #ffffff;
}

footer .footer-top {
    background-color: #4c4c4c;
}

footer .footer-bottom {
    background-color: #2d2f32;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-list > nav > a {
    color: #ffffff;
    font-weight: 500;
    font-size: 0.87rem;
    border-bottom: solid 1px #fff;
}

.footer-list > nav > a:hover {
    border-bottom: 0;
}

.crmEntityFormView .cell.checkbox-cell:first-child {
	padding: 0 10px 10px 0;
}

.btn-primary:active:focus {
    background-color: #007886;
    border-color: #007886;
}

div.view-grid > table > thead {
    background-color: #00879D;
}

div.view-grid > table > thead > tr > th > a {
    color: #fff;
}

div.view-grid > table > thead > tr > th {
    color: #fff;
}

div.view-grid > table > tbody {
	border-left: 2px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.grid-actions {
    border-bottom: 0;
}

div#navbar {
    margin-top: 35px;
}

.dropdown-menu {
    /* top: 60%; */
}

a.dropdown-toggle, a.sign-in {
    height: 65px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.navbar-toggle {
    border-radius: 4px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #333;
	color: #fff;
}

.navbar-inverse .navbar-nav > .open > a > div, .navbar-inverse .navbar-nav > .open > a > div :hover, .navbar-inverse .navbar-nav > li > a > div {
	font-size: 0.75rem;
	/* color: #333333cf; */
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a > div {
	background-color: #333;
	color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover {
	border-bottom: 0;
}

.navbar-inverse .navbar-nav > li > a:focus {
	outline: none;
}

.navbar-static-top .container {
	height: 100px;
	background: #00879D;
}

#navbar .dropdown-menu {
	margin-top: 39px;
}

.dropdown-toggle:focus {
	border: none !important;
	border-color: #333 !important;
}

.no-dropdown {
    height: 65px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

a#username {
    margin-right: 1px;
}

a.profile {
    text-align: end;
}

.section-landing .row > div .section-landing-heading {
	font-size: 3.5rem;
	color: #000;
	text-transform: capitalize;
}

.panel-home > * {
    line-height: 2rem;
}

div.caption {
    /*min-height:230px;*/
    position: relative;
}

div.caption > h3 {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

div.caption > div {
    position: absolute;
    bottom: 5px
}

.form-action-container-left {
    position: absolute;
    bottom: -15px;
    left: 40px;
}

.form-action-container-left  > input {
    border-radius: 4px;
    height: 45px;
    min-width: 95px;
}

.form-custom-actions {
    padding-bottom: 25px;
}

.crmEntityFormView .actions input {
	position: relative;
	left: -15px;
	top: 10px;
}

.btn-group, btn-group-vertical {
    left: 10px;
}

.employer-summary-copy {
    margin-top: 2rem;
}

/* hide change button */
#api .changeClaims { 
  display: none !important;
}

/* hide what is this link */
#api #emailVerificationControl ~ a.helpLink {
  display: none !important;
}  

.redeem-invitation {
    padding-bottom: 15px;
}

.modal-footer .btn {
    height: 45px;
    min-width: 95px;
    border-radius: 4px;
}

.crmEntityFormView .cell.boolean-radio-cell input[type=radio], .cell div.control span.checkbox input[type=checkbox] {
    height: 20px;
    width: 20px;
}

.crmEntityFormView .boolean-radio label {
	font-size: 1.2rem;
}

#myl_isregisteredinotherstate_label, #myl_workeracknowledgement_label, #myl_sameasresedential_label {
    font-size: 1.0rem;
}

.clearfix.cell.checkbox-cell label {
    padding-left: 10px;
    vertical-align: sub;
}

.entity-grid .view-grid {
    overflow-x: inherit;
}

h1.modal-title {
    font-size: 2rem;
}

.delete-row:hover, .delete-row:focus,
.save-row:hover, .save-row:focus,
.cancel-row:hover, .cancel-row:focus, 
.close-form:hover, .close-form:focus {
    text-decoration: none;
    cursor: pointer;
}

.delete-row.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.save-row.hidden, .cancel-row.hidden, .delete-row.hidden, #newWorkerProfile .hidden {
    display: none;
}

table[data-name='tab_6_section_1'] > tbody > tr > td > div > label#myl_occupationid_label, 
table[data-name='section_requesterdetails'] > tbody > tr > td > div > label#myl_occupationid_label {
    font-size: 15px;
    color: #666;
}

table[data-name='section_requesterdetails'] {
    margin-bottom: -30px;
}

#newWorkerProfile {
	border: 1px solid #ccc;
	box-shadow: 3px 3px 5px 6px #ccc;
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
    background-color: #fff;
    position: relative;
    bottom: 330px;
    z-index: 101;
}

#newWorkerProfile .actions {
    margin: 0px;
    padding: 0px;
}

#newWorkerProfile #EntityFormView .tab {
    margin-bottom: 0px;
}

#newWorkerProfile .close-form {
	float: right;
	padding-top: 10px;
}

#newWorkerProfile h4 {
    font-weight: bold;
}

div[data-name='tab_Step1'] fieldset:first-child {
    display: none;
}

/*
    MEDIA QUERIES
*/
@media (max-width: 767px) {
    .crmEntityFormView fieldset {
        padding-left: 10px;
        padding-right: 10px;
    }
    .crmEntityFormView .cell.checkbox-cell:first-child {
        padding: 0 10px 10px 0;
    }
   .navbar-toggle {
        margin-top: -45px;
    }
    div#navbar {
        margin-right: -15px;
        margin-top: 50px;
    }
    .form-custom-actions {
    	padding-bottom: 45px;
    }
    .form-custom-actions .btn {
    	position: relative;
    	top: 15px;
    	right: 15px
    }
    .crmEntityFormView table.section {
    	padding-left: 20px
    }
    .container .navbar-header {
        margin-top: 10px;
        margin-left: 0px;
    }
    div#navbar {
        border-bottom: 2px solid #333;
        margin-top: 20px;
    }
    .navbar-static-top .container {
        height: 80px;
        background: #00A9BB;
    }
}

@media (min-width: 767px) { 
    .RadCaptcha_Default > div > p > label {
        position: relative;
        top: 35px;
        right: 195px;
    }
   .navbar-toggle {
        margin-top: 5px;
    }
    #navbar {
        margin-right: -15px;
    }
    .container .navbar-header {
        margin-top: 5px;
        margin-left: 0px;
    }
    div#navbar {
        border-bottom: 2px solid #333;
        margin-top: 48px;
    }

}

@media (min-width: 1200px) {
    .navbar-right {
        margin-right: 0;
    }
    div#navbar {
        border-bottom: 0;
        margin-top: 35px;
    }
}

@media (max-width: 1199px) {
    #navbar .dropdown-menu {
	   margin-top: 0px;
    }
    a.dropdown-toggle {
        margin-left: 0px;
    }
    a.dropdown-toggle, a.sign-in {
        height: 45px;
    }
    li.dropdown.open > a {
        height: 15px;
    }
    .no-dropdown {
        height: 45px;
        margin-left: 0px;
           
    }
    a#username {
        height: 60px;
        margin-right: 0px;
    }
    ul.weblinks li:last-child > ul {
        min-height: 90px;
    }
    .navbar-toggle.collapsed, .navbar-inverse .navbar-toggle.collapsed:hover, .navbar-inverse .navbar-toggle.collapsed:focus {
        background-color: #333;
    }
    .navbar-toggle.collapsed .icon-bar, .navbar-inverse .navbar-toggle.collapsed .icon-bar {
        background-color: #fff;
    }
    .navbar-toggle .icon-bar, .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	   background-color: #fff;
    }
}

.totals-row {
    background-color: #f2f2f2; /* Light grey background color */
}

/*jQuery Confirm Dialog Stying - start */
.btn-myLeave{
    background-color: #00879D;
    border-color: #00879D;
    color: #FFFFFF;
}
.btn-myLeave:active,
.btn-myLeave:focus{
    border-color: #00879D;
}
.btn-myLeave:hover{
    color: #FFFFFF;
}
/*jQuery Confirm Dialog Stying - end */


/* was hiding web form progress indicators - needs to be scoped more specifically */
/*.text-muted {
    display: none;
}*/

.hidden {
    display: none !important;
}

.border-none {
    border: none !important;
}

@page { size: auto;  margin: 0mm; }


/* styling for raeadonly inputs */
.form-control.readonly,
.form-control[readonly],
.crmEntityFormView .form-control.readonly,
.crmEntityFormView .form-control[readonly],
.crmEntityFormView .form-control[readonly][disabled]
 {
    background-color: #eeeeee;
    border: 1px solid #949494;
    padding: 6px 12px;
}

/* entitylist pagination styling */
ul.pagination {
    margin-bottom: 2rem !important;
}

ul.pagination>.active>a,
ul.pagination>.active>a:focus,
ul.pagination>.active>a:hover {
    background-color: #00879D !important;
}

.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 {
    display: inline-block !important;
    font-size: 13px;     
    margin: 2px;             
    border: 1px solid #008C95;
    border-radius: 4px;       
    background-color: #008C95;
    color: #fff !important;  
    text-decoration: none;    
    transition: background 0.2s ease, border 0.2s ease;
	padding: 5px !important;

	width: 95px !important;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.view-grid .dropdown.action .dropdown-menu li a>span {
    font-size: clamp(12px, 2vw, 18px);
}

.view-grid thead th:last-child{
    width: 8% !important;
    min-width: 100px;
}

.entity-grid.subgrid td,
.entity-grid.entitylist td{
	vertical-align: middle;
}