 
@font-face {
    font-family: "CenturyGothic";
    src: url('../gui/webfonts/CenturyGothicBold.woff2') format('woff2'),
    url('../gui/webfonts/CenturyGothicBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
  }

body {
    font-family: CenturyGothic, Arial, Arial, sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background: url(mainbg.jpg) !important;
    background-size: 100% 100% !important;
}

input[type=text], input[type=password], input[type=password], input[type=datetime-local], input[type=number], select, textarea, input[type="checkbox"] {
    font-family: CenturyGothic, Arial, Arial, sans-serif !important;
}

.form-logo-group {
    display: inline-block;
    width: 100%;

  }
  .form-logo-sbv {
    width: 120px;
    height: 50px;
    background: url(loginlogo.png);
    background-size: AUTO 100%;
    background-repeat: no-repeat;
    float:left;
}

.form-logo-mid {
    width: 60%;
    float:left;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
}

.form-main-title {
    display: grid;

    height: inherit;
    margin: 10px;
    width: auto;
    min-width: 400px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}


.form-logo-zadkine {
    width: 30%;
    float:right;
    width: 50px;
    height: 50px;
    background: url(zadkinelogo.png);
    background-size: AUTO 100%;
    background-repeat: no-repeat;
    text-align: left;
}

.form-wrapper {
    padding: 20px;
    min-width: 600px;
    max-width: 600px;
    background-color: #ffffff;
  }

.form-group-border {
    display: grid;

    height: inherit;
    margin: 10px;
    width: auto;
    min-width: 400px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
}

.form-group {
    display: grid;

    height: inherit;
    /* margin: 10px; */
    width: auto;
    min-width: 400px;
    padding: 10px;
 
}

.form-group-title {
    display: grid;

    height: inherit;
    margin: 10px;
    width: auto;
    min-width: 400px;
    font-size: 24px;
}

.form-row {
    float: left;
    width: 100%;
    min-height: 14px;
    line-height: 32px;
}

.form-label {
    float: left;
    font-weight: bold;
    width: 30%;
    min-height: 32px;
    line-height: 32px;
}

.form-label-wide {
    float: left;
    font-weight: bold;
    width: 100%;
    min-height: 32px;
    line-height: 32px;
}

.form-text {
    float: left;
    width: 70%;
    min-height: 32px;
    line-height: 32px;
}

.form-input {
    float: left;
    width: 70%;
    min-height: 32px;
    line-height: 16px;
}

.form-input-select {
    width: 100%;
}
.form-input-wide {
    float: left;
    width: 100%;
    min-height: 32px;
    line-height: 32px;
}

.form-message {
    float: left;
    width: 100%;
    padding: 20px;
    min-height: 100px;
}

.form-validation-helper {
    color: orangered;
}

.form-legend-container {
    display: grid;
    height: auto;
    margin: 10px;
    width: auto;
    min-width: 400px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #ddffdd;
}

.form-legend-row {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.form-legend-leftcol {
    float: left;
    width: 10%;
}

.form-legend-rightcol {
    float: left;
    width: 90%;
}

.jodit-container:not(.jodit_inline) .jodit-workplace {
    background-color: #ffffff;
}
.jodit-container:not(.jodit_inline) .jodit-wysiwyg {
    line-height: 20px;
}

.form-footer {
    font-style: italic;
    color: #333333;
}

.form-required {
    border: solid 1px #ff0000 !important;
}

.evalform-question {
    float: left;
    width: 70%;
    box-sizing: border-box;
    line-height: 20px;
    padding-top: 5px;
}

.evalform-answer {
    float: left;
    text-align: right;
    line-height: 14px;
    width: 30%;
    box-sizing: border-box;
}

.evalform-note {
    width:100%;
    box-sizing: border-box;
}

.eval-form-wrapper {
    max-height: 98vh;
    overflow: auto;
}

.eval-score-input-wrapper {
    width: auto;
    height: 31px;
    box-sizing: border-box;
    border-radius: 4px;
}

.eval-score-input-button{
    float:left;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    border:solid 1px #ccc;
    background:#ffffff;
    cursor:pointer;
    margin:2px;
    border-radius: 4px;;
}

.send-loader {
    background: url(send_loader.gif);
    height:32px;    
}

@media all and (orientation:portrait) {
    .form-wrapper {
        padding: 0px;
    }
    .form-wrapper, .form-group {
        min-width: 50%;
        max-width: 100vw;
        box-sizing: border-box;
        
    }
    .form-group-border{
        margin: 0px;
        min-width: 50%;
        margin: 4px;
        box-sizing: border-box;
    }

     .form-main-title {
    
        min-width: 50%;
    }

    .form-label, .form-input {
        width: 100%;
    }   

    .eval-form-wrapper {
        height: 100vh;
        max-height: 100vh;
    }

    .eval-score-input-wrapper {
        height: 40px;
    }

    .eval-score-input-button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .evalform-question {
        width: 100%;
    }

    .evalform-answer {
        width: 100%;
        height: 40px;
        padding-top: 4px;
        box-sizing: border-box;
    }
        


}