html, body {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    font-size: 18px;
}

a {
    text-decoration: none;
}

.contractorPanel {
    box-sizing: border-box;
    height: 100%;
    margin: auto;
    width: 100%;
}
@media only screen and (min-width: 2400px) {
    .contractorPanel {
        padding: 5% 10%;
    }
}

.contractorPanel-white {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}

.form-row{
    margin-top: 4px;
    font-size: 18px;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    position: relative;
    display: flex;
    flex-direction: row;
}

.first-row {
    margin-top: 48px;
}
.second-row {
    margin-top: 48px;
}

.contractor-name-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.invoice-download-group {
    display: flex;
    justify-content: center;
}

.logo-group {
    justify-content: center;
}

.saldeo-logo {
    background-image: url(../../images/LOGO.svg);
    height: 64px;
    width: 280px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (min-width: 992px) {
    .invoice-download-group {
        justify-content: flex-end;
    }
    .contractor-name-group {
        justify-content: left;
        text-align: left;
    }
    .logo-group {
        justify-content: left;
    }
}

.contractor-panel-download-button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 32px;
    gap: 8px;
    width: 289px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #003286;
    border-radius: 4px;
    flex-grow: 0;
    color: #003286;
}

.contractor-panel-download-button:hover {
    box-shadow: 0 0 1.5px rgba(1, 1, 1, 0.7);
    cursor: pointer;
}

.contractorPanel-downloadText {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    width: 185px;
    height: 24px;
    display: flex;
    align-items: center;
    flex: none;
    order: 1;
    flex-grow: 0;
    padding-left: 10px;
}

.contractorPanel-downloadImg {
    background-image: url(../../images/pdf-logo-blue.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 15px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 992px) {
    .contractor-name-group {
        font-size: 36px;
        line-height: 48px;
        margin-top: 16px;
    }
    .contractor-panel-download-button {
        margin-top: 12px;
        width: 580px;
        height: 96px;
        border: 2px solid #003286;
    }
    .contractorPanel-downloadText {
        font-size: 36px;
        line-height: 48px;
        width: 380px;
        height: 36px;
    }
    .contractorPanel-downloadImg {
        height: 40px;
        width: 30px;
    }
    .saldeo-logo {
        height: 120px;
        width: 480px;
        margin-top: 48px;
        margin-bottom: 64px;
    }
}

.ui-dialog .ui-dialog-content {
    background: none;
    overflow: visible!important;
    position: relative;
}

.ui-dialog-content form {
    margin-bottom: 0;
}

.ui-widget-header {
    background: #ffffff;
    border: none;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    color: #222222;
    overflow: visible;
}

.ui-corner-all {
    border-top-left-radius: 4px;
}

.ui-widget input {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 16px;
    padding-left: 12px;
    padding-right: 80px;
}

::placeholder {
    font-style: italic;
    font-size: 18px;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: none;

}

.ui-icon-closethick {
    background-image: url(../../images/close.png) !important;
    background-position: left top;
    margin: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    font-weight: normal;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    border: none;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

input:focus {
    outline: none;
}

input[type="submit" i] {
    cursor: pointer;
    color: unset;
    padding: 0;
    border-width: 0;
    border-style: none;
    border-color: unset;
    border-image: none;
    -webkit-appearance: none;
    user-select: none;
    white-space: pre;
}

.contractorPanel-selectHostModal__logoImg {
    background-image: url(../../images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 28px;
    margin-right: 5px;
    width: 129px;
}
.contractorPanel-selectHostModal {
    display: none;
    height: 360px;
}

.contractorPanel-selectHostModal__title {
    color: #323F54;
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 500;
    height: 53px;
    margin: 5px auto 40px auto;
    width: 425px;
    justify-content: center;
}

.contractorPanel-selectHostModal__info {
    font-weight: 600;
    text-align: center;
    width: 100%;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 24px;
    line-height: 34px;
    color: #323F54;
}

.contractorPanel-selectLocalHost__info {
    font-weight: 500;
    margin-top: 20px;
    text-align: left;
    padding-left: 12px;
    width: 100%;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #323F54;
    letter-spacing: 0.6px;
}

.contractorPanel-selectHostModal__goToHost {
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin: 4px auto 12px auto;
}

.contractorPanel-selectHostModal__httpText {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
}

.contractorPanel-selectHostModal__goToHostButton {
    align-items: center;
    background-color: #003286;
    border-radius: 4px;
    border: 2px solid #003286;
    box-shadow: 0 1px 8px rgba(8, 37, 84, 0.16);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 48px;
    text-decoration: none;
    width: 420px;
    padding: 0 12px;
    gap: 24px;
}

.contractorPanel-selectHostModal__goToHostButton:hover {
    box-shadow: 0 2px 10px rgba(1, 1, 1, 0.7);
}

.contractorPanel-selectHostModal__goToImg {
    background-image: url(../../images/goto-right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 51px;
    margin-right: -12px;
    width: 45px;
}

.contractorPanel-selectHostModal__goToFromInputImg{
    background-image: url(../../images/goto-right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 51px;
    margin-left: -20px;
    width: 45px;
    background-color: #003286;
    border-radius: 4px;
}

.contractorPanel-selectHostModal__addText {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    width: 300px;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}

.contractorPanel-selectHostModal__inputText {
    width: 420px;
    height: 51px;
    border-radius: 4px;
    border: 1px solid #68707D;
    background-color: #ffffff;
}

.contractorPanel-selectHostModal__inputText2 {
    display: flex;
}

.contractorPanel-selectHostModal__inputTextError {
    color: #BB0000;
    display: flex;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    justify-content: left;
    margin: 0 20px;
    visibility: hidden;
}

.contractorPanel-selectHostModal__httpTextForInput {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    margin-right: 5px;
}

.contractorPanel-registerText {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 12px 28px;
    gap: 8px;
    width: 184px;
    height: 24px;
    background: #FF6600;
    box-shadow: 0 1px 4px rgba(145, 63, 8, 0.25);
    border-radius: 4px;
    order: 0;

    align-items: center;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    flex-grow: 0;
}

.contractorPanel-registerText:hover {
    box-shadow: 0 0 2px rgba(1, 1, 1, 0.7);
}

.contractorPanel-infoTitle {
    color: #323F54;
    font-size: 24px;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-weight: 600;
    height: 24px;
    width: 100%;
    text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 992px) {
    .contractorPanel-infoTitle {
        font-size: 40px;
        line-height: 56px;
        height: 100px;
        width: 80%;
        margin-left: 10%;
    }
    .contractorPanel-registerText {
        width: 580px;
        height: 48px;
        font-size: 28px;
        line-height: 40px;
    }
    .contractor-img {
        margin-top: 24px;
        margin-bottom: 24px;
        height: 260px;
    }
}

@media only screen and (min-width: 1200px) {
    .contractorPanel-infoTitle {
        text-align: left;
    }
}

ul.contractorPanel-infoList {
    color: #323F54;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    width: 360px;
}

ul.contractorPanel-infoList li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 12px;
    line-height: 24px;
}

ul.contractorPanel-infoList li:before {
    background-color: #ffffff;
    background-image: url(../../images/check2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    content: ' ';
    display: inline-block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 992px) {
    ::placeholder{
        font-size: 32px;
    }

    ul.contractorPanel-infoList {
        width: 660px;
        font-size: 34px;
        line-height: 64px;
    }
    ul.contractorPanel-infoList li {
        margin-bottom: 24px;
        line-height: 40px;
        padding-left: 52px;

    }
    ul.contractorPanel-infoList li:before {
        height: 36px;
        width: 36px;
        background-size: 36px;
    }
}

.documentNotFoundSection{
    align-items: center;
    color: #003286;
    display: flex;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 35px;
    font-weight: 400;
    justify-content: center;
    margin-top: 64px;
    width: 100%;
}

.ui-state-default .ui-icon {
    background-color: white;
}

.ui-dialog {
    height: auto !important;
    width: 500px !important;
}

.contractor-panel-body{
    width: 80%;
}

.contractor-sub-panel{
    margin-top: 48px;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 8px rgba(8, 37, 84, 0.16);
    justify-content: space-around;
    text-decoration: none;
    display: block;
}

.contractor-img{
    background-image: url(../../images/contractor-laptop.svg);
    height: 220px;
    width: 100%;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 480px;
}

.contractorPanel-white__arrowImg{
    background-image: url(../../images/arrow-right-blue.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 15px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.contractorPanel-loginText {
    display: flex;
    flex-direction: row;
    padding: 12px -8px 12px 32px;
    width: 200px;
    height: 24px;
    order: 0;

    align-items: center;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #003286;
    flex-grow: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .contractorPanel-loginText {
        width: 132px;
        height: 48px;
    }
}

.contractorPanel-loginButton{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.contractorPanel-login__goToImg {
    background-image: url(../../images/arrow-right-blue.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 40px;
    width: 40px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 992px) {
    .contractorPanel-loginButton {
       margin-top: 48px;
    }
    .contractorPanel-loginText {
        width: 320px;
        height: 24px;
        font-size: 28px;
        line-height: 40px;
    }
    .contractorPanel-login__goToImg {
        height: 24px;
        width: 24px;
        background-size: contain;
    }

    .ui-dialog {
        height: 660px !important;
        width: 820px !important;
    }

    .contractorPanel-selectHostModal__info {
        font-size: 42px;
        line-height: 62px;
    }

    .contractorPanel-selectHostModal__goToHostButton {
        height: 64px;
        text-decoration: none;
        width: 600px;
        padding: 8px 32px;
        gap: 48px;
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .contractorPanel-selectHostModal__addText {
        font-size: 28px;
        width: 380px;
    }

    .contractorPanel-selectHostModal__goToImg {
        height: 28px;
        margin-right: -12px;
        width: 28px;
        background-size: 28px;
    }

    .contractorPanel-selectLocalHost__info {
        margin-top: 20px;
        font-size: 32px;
        width: 660px;
        text-align: left;
    }

    .contractorPanel-selectHostModal__inputText {
        width: 632px;
        height: 72px;
        padding: 8px 32px;
        margin-top: 1px;
        font-size: 32px !important;
    }

    .contractorPanel-selectHostModal__goToFromInputImg {
        background-size: 28px;
        height: 74px;
        margin-left: -40px;
        width: 74px;
    }

    .contractorPanel-selectHostModal__inputTextError {
        font-size: 24px;
        line-height: 44px;
        margin: 0 64px;
    }
}