.displayNone {
    display:none
}

.dlt-modal-window__title {
    text-align: left !important;
    margin-block-start: unset !important;
}

.margin-bottom-24 {
    margin-bottom: 24px;
}

.reset-text-align-left {
    text-align: left;
}

.flx_config {
    display: flex;
}

.margin-bottom-16 {
    margin-bottom: 16px;
}

.margin-bottom-8 {
    margin-bottom: 8px;
}

.search_popup{
    width: 32%!important;
}

.width_unset {
    width: 100% !important;
}

.field_unset {
    border: unset !important;
    width: 100% !important;
    padding: unset !important;
    height: 92% !important;
    overflow-y: auto;
    overflow-x: hidden;
}

/* File Uploader */
.top_border {
    border-top: 1px solid;
    border-color: #333;
}

.file_upload_content_border {
    border-bottom: 1px solid;
    border-color: #333;
}

.error_file_upload {
    border-left: 4px solid !important;
    border-left-color: #E0000E !important;
}

.ui-state-highlight {
    border: unset;
    border-bottom: 1px solid;
    border-color: #333;
    background: unset;
    color: unset;
    border-left: 4px solid !important;
    border-left-color: #E0000E !important;
}

.ui-datepicker-trigger {
    position: inherit;
    right: 30px;
    cursor: pointer;
}

.ui-draggable{
   cursor: default !important;
}

.blockOverlay{
    cursor: not-allowed !important;
}

.ui-progressbar .ui-progressbar-value {
    margin: 0px !important;
}

.ui-progressbar{
    height: 5px !important;
}

.downloadBasket {
    background: white !important;
    box-shadow: rgb(0 0 0 / 24%) 0px 8px 24px 8px;
    padding: 2rem !important;
}
.ui-widget-content {
    background: unset;
}

.ui-widget {
    font-family: Roboto !important;
}

.dlt-button {
    font-family: Roboto,Helvetica,Arial,sans-serif !important;
    font-size: .875rem !important
}

.error-file-display {
    float: unset !important;
    margin-top: 5px !important;
    margin-right: unset !important;
    margin-left: unset !important;
}

.dlt-icon-dropdown {
    background: url(/WebInterface/delite/icons/dlt-icon-dropdown.svg) no-repeat -2px -1px !important;
	width: 25px !important;
	height: 25px !important;
	border: none !important;
	background-size: 25px 25px !important;
    top: 4px !important;
    right: 0px !important;
}

/* .dlt-icon-calendar {
    background: url(/WebInterface/delite/icons/dlt-icon-calendar.svg) no-repeat -2px -1px !important;
	width: 25px !important;
	height: 25px !important;
	border: none !important;
	background-size: 25px 25px !important;
    top: 4px !important;
    right: 0px !important;
} */

.chosen-single {
    line-height: 30px !important;
}

.clear_icon_position {
    top: 5px;
    right: 17px !important;
}

.dlt-icon-button-custom {
    background-color: transparent;
    padding: 0;
    margin: 0;
    justify-content: center;
    height: 2rem;
    width: 2rem;
    cursor: pointer;
    -moz-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    -webkit-transition: .25s ease-in;
    transition: .25s ease-in;
}

.dlt-icon-button-custom:hover {
    border: 1px solid #1776bf;
    -webkit-box-shadow: inset 0 0 0 1px #1776bf;
    -moz-box-shadow: inset 0 0 0 1px #1776bf;
    box-shadow: inset 0 0 0 1px #1776bf;
    outline: none;
}

a:focus, a:hover {
    text-decoration: none !important;
}

.size-select {
    height: 32px;
    width: 100%;
    border-radius: 0px;
    padding-left: 6px;
    padding-right: 24px;
}

.display-block{
    display: block !important;
}

.login__button:focus:not([aria-disabled=true]),.login__button:hover:not([aria-disabled=true]){
    color: #1776bf;
    background-color: #fff;
    border: 2px solid #1776bf;
}

.changePassword__content {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.changePassword-toast {
    padding-top: 8.5% !important;
}

.changePassword-form {
    padding: 0px 16px;
    width: 80%;
    margin-bottom: 8px;
}

.login__button {
    width: 100%;
    background: var(--main-color);
    border: 2px solid var(--main-color);
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.changePassword {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.login__button[aria-disabled=true]{
    opacity: 0.5;
    cursor: not-allowed;
}

.changePassword-toast {
    padding-top: 8.5% !important;
}

.changePassword-text {
    font-size: 22px;
    color: #424242;
}

.changePassword-welcome {
    color: var(--main-color);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 75%;
}

.changePassword-help {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 75%;
    margin-bottom: 1.3rem;
}

.changePassword-field {
    position: relative;
    margin-bottom: 1.6rem;
}

.changePassword-field>sng-input {
    padding-bottom: 6.1%;
}

.changePassword-field>input {
    border: 1px solid #666;
    padding: 0.8rem 1rem 0.8rem 2.5rem;
    width: 100%;
    font-size: 0.9rem;
}

.changePassword-field>input:focus {
    box-shadow: 0 0 4px var(--main-color);
}

.changePassword-field>input:focus+mat-icon {
    color: var(--main-color);
}

.changePassword-field-error {
    box-shadow: 0 0 4px #ff1f2d;
}

.changePassword-field-error+mat-icon {
    color: #ff1f2d;
}

.changePassword-field>mat-icon {
    position: absolute;
    top: 0.75rem;
    left: 0.5rem;
    width: 1.2rem;
    height: 1.6rem;
}

.changePassword-field>mat-icon[svgIcon="login-password"] {
    transform: rotateZ(190deg);
}

.changePassword-button {
    display: block;
    width: 100%;
    background-color: var(--main-color);
    border: none;
    padding: 0.8rem;
    color: #fff;
    cursor: pointer;
}

.changePassword-button:hover {
    background-color: var(--main-color);
}

.changePassword-error {
    display: block;
    width: 18rem;
    white-space: nowrap;

/* Override the css for firefox which is breaking , this specifically applies to firefox
 */
@-moz-document url-prefix() {
    .ui-button:hover{
        outline: none !important;
        border: 2px solid #1776bf !important;
    }

    .ui-button{
        border: 2px solid transparent;
    }

    .ui-button .ui-icon{
        margin-left: -7.2px;
    }

    #SearchWindowTypeLabelText{
        display: inherit;
    }

    .overwrite{
        margin-right: 4px !important;
    }

    .dlt-checkbox label{
        font-size: 0.850rem !important;
    }
}
}

.error-page{
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1rem solid #bd000c;
}

.error-page-body{
    background: none !important;
    
    overflow: hidden;
    margin: 0px;
}

.error-inline > p{
    margin-top: 0.5rem;
    font-size: 1.5rem;
}
.error-page-icon{
    float: left;
    margin-right: 8px;
    position: relative;
    top: 6px;
}

.error-inline{
    /* width: 300px; */
}

.hidden{
    display: none !important;
}

.passwordComplexityTooltip{
    position: relative;
    margin-left: auto;
    bottom: 28px;
    left: 32px;
}

.margin-bottom-2{
    margin-bottom: 2px !important
}

#passwordComplexityError{
    position: relative;
    top: -20px;
}

.margin-bottom-24{
    margin-bottom: 24px !important
}

.menu-wrapper {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}

#changePasswordHeader{
    width: 80%;
    padding: 0px 16px;
}

.changepassword-window{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

.paddle {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3em;
}
.left-paddle {
	left: 0;
}
.right-paddle {
	right: 0;
}
.hidden {
	display: none;
}

#topNavItem {
    overflow: scroll;
    max-width: 100vw !important;
    white-space: nowrap !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
	-webkit-overflow-scrolling: touch !important;
}

.resetLinkError{
    white-space: nowrap;
}

#topNavItem {
    overflow: scroll;
    max-width: 100vw !important;
    white-space: nowrap !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
	-webkit-overflow-scrolling: touch !important;
}

.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #1776bf; /* Blue */
    border-radius: 50%;
    width: 48px;
    height: 48px;
    animation: spin 2s linear infinite;
    position:absolute;
    top: 40%;
    left: 47%;
}
  
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.account-icon:hover{
    border: 1px solid #FFFFFF !important;
}

.account-icon:focus{
    border: 1px solid #FFFFFF !important;
}

.account-icon {
    height: 4rem !important;
    width: 3rem !important;
}

.account-display-font {
    font-size: 1rem;
}

.account-display-font:hover {
    border: 0.125rem solid #1776bf;
}
.forgot-password-link > span:focus-visible{
    outline: none;
    text-decoration: underline;
}

.dlt-dislpay {
    display: block !important;
}
.overflow-menu {
    position: absolute;
    display: none;
    height: 14.5rem;
    width: auto;
    white-space: nowrap;
    margin: 0;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: .875rem;
    color: #333;
    -webkit-box-shadow: 0 2px 12px 2px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 2px 12px 2px rgba(0,0,0,.12);
    box-shadow: 0 2px 12px 2px rgb(0 0 0 / 12%);
    list-style-type: none;
    z-index: 2;
    top: 2.125rem;
    right: -0.875rem;
    background: #fff;
    padding: 0.5rem 0;
    -webkit-filter: drop-shadow(0 0 0 rgba(0,0,0,.12));
    -moz-filter: 0 0 0 rgba(0,0,0,.12);
    filter: drop-shadow(0 0 0 rgba(0,0,0,.12));
}

.overflow-menu .solid-line {
    border-top: 1px solid #e5e5e5;
    margin: 0.5rem 1.125rem;
}

.overflow-menu a{
font-weight: 400;
line-height: 2rem;
text-decoration: none;
padding: 0 1rem;
color: #333;
border: 0.125rem solid transparent;
display: block;
cursor: pointer;
}
.dropdown {
    display: inline-block;
    position: relative;
}

.triangle-up {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #FFF;
}