* {
    margin: 0;
    padding: 0;

}

html,
body {
    height: 100%;
}

.form-control::-webkit-input-placeholder {
    color: #dee2e6;
}

.gk-flat {
    border-radius: 3px;
    border: 1px solid;
    text-align: center;
    cursor: auto;
    border-color: black;
}

.gk-flat:hover {
    cursor: pointer;
    border-color: crimson;
}

.porch {
    display: inline-block;
    vertical-align: bottom;
}

.porch h2 {
    text-align: center;
}

.porch table td {
    border: 1px dotted royalblue;
    align-content: center;
    padding: 3px;
}

.gk-floor-number {
    border-bottom-style: none;
    border-top-style: none;
    background-color: beige;
}

.porch table {
    border-collapse: collapse;
    border: 3px solid;
}

/*form {
    width: min-content;
}*/

.login-form {
    width: 300px;
}

.questionnaire-form {
    width: 600px;
}

.container {
    max-width: 1366px;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    min-height: 100%;
}

.container-gk-portal {
    max-width: 1366px;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    min-height: 100%;
}

.padding-site {
    padding-left: 110px;
    padding-right: 110px;
}

/*form label {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    white-space: nowrap;
}*/

/*form li {
    white-space: nowrap;
}*/

.gk-button-group {
    margin-bottom: 15px;
}

.gk-flat-chooser {
    padding: 10px;
    border-style: solid;
    border-width: thin;
    border-color: darkgrey;
    margin-top: 5px;
    margin-bottom: 5px;

}

.gk-reg-conteiner {
    padding: 10px;
    border-style: none;
    border-width: thin;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gk-flat-number {
    background-color: #ffe0c8
}

.gk-flat-build-number {
    background-color: #e6f5ff
}

.gk-form-container {
    margin-top: 30px;
    margin-left: 50px;
}

.gk-occupied .gk-flat-number {
    background-color: crimson;
}

.gk-occupied .gk-flat-build-number {
    background-color: darkcyan;
}

.gk-flat-holder {
    min-width: 50px;
}

.error {
    color: red;
    background-color: aliceblue;
}

.gk-error {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
    margin-left: 5%;
}

.table-questionnaire-result {
    border-collapse: collapse;
    border: 1px solid #dee2e6;
}

.table-questionnaire-result th {
    color: #fff;
    background-color: #307ECC;
}

.table-questionnaire-result tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.table-questionnaire-result tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
    cursor: pointer;
}

.table-questionnaire-result td,
.table-questionnaire-result th {
    border-top: 1px solid #dee2e6;
    padding: 5px;
}

.lightpink {
    background-color: lightpink !important
}

.result-table thead input {
    width: 100%;
}

.add-item-btn {
    margin-bottom: 10px;
    width: 120px;
}

.question-create-block {
    margin-bottom: 30px;
}

.add-answer-properties-group {
    margin-bottom: 10px;
    background-color: #e9ecef;
    padding: 0 10px;
}

.input-question-sort-number {
    width: 5em;
    text-align: center;
}

.input-group-text {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
}
