@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.dx-invalid {
    border-color: red; /* Validation border color */
}
.dx-icon-warning {
    color: red; /* Validation icon color */
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* Streem Booking. */
.formcss .dxbl-text {
    color: #333333;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.textboxcss {
    border-radius: 4px;
}

.submit-button {
    padding: 0.5rem 0.8rem 0.5rem 0.8rem;
    font-size: 1.1rem;
    float: right;
}

.form-group-grid .dxbl-group-body-content{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* SVG Icons */

.grid-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    vertical-align: middle;
}
.grid-icon-add {
    -webkit-mask-image: url("../images/add.svg");
    mask-image: url("../images/add.svg");
}
.grid-icon-delete {
    -webkit-mask-image: url("../images/delete.svg");
    mask-image: url("../images/delete.svg");
}

.editor-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    vertical-align: middle;
}
.editor-icon-gsis {
    -webkit-mask-image: url("../images/gsis.svg");
    mask-image: url("../images/gsis.svg");
}
.editor-icon-search {
    -webkit-mask-image: url("../images/search.svg");
    mask-image: url("../images/search.svg");
}

/* End SVG Icons */


/* End Streem Booking. */


/* Semantic Issue */

/* File Input */
.upload-container,
.upload-container > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.drop-file-icon {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: #ADB5BD;
    width: 48px;
    height: 48px;
    -webkit-mask-image: url("../images/drop-file.svg");
    mask-image: url("../images/drop-file.svg");
}
.drop-file-label {
    font-weight: 500;
    font-size: 1rem;
}

.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed;
    border-width: 2px !important;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(183, 183, 183, 0.1);
}
.custom-drop-zone.custom-drop-zone-hover {
    border-style: solid;
}
.custom-drop-zone svg {
    width: 42px;
    height: 42px;
}
.custom-drop-zone > *:not(#contractSelectButton):not(#companyInfoSelectButton):not(#printInfoSelectButton):not(#bankInfoSelectButton):not(#myDataInfoSelectButton) {
    pointer-events: none;
}

/* End File Input */

/* End Semantic Issue */