html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.customHeader {
    /* Рсположить элементы по горизонтали */
    display: flex;
    /* Выровнять элементы по оси Y */
    align-items: center;
}
.customImage {
    margin-right: 10px;
    width: 60px;
    height: 60px;
}
.pageHeader {
    background: #0000CD;
    color: #FFFFFF;
    padding: 5px;
}
.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type=file]::file-selector-button {
    display: none;
}
.custom-file-button label {
    background-color: #0D6EFD;
    color: white;
    padding: 7px;
}

.custom-file-button:hover label {
    background-color: #0a58ca;
    cursor: pointer;
}

#maket {
    width: 100%; /* Ширина всей таблицы */
    min-height: 75vh;
}
#toprow {
    background: #0000FF; /* Цвет фона верхней строки */
}

TD {
    vertical-align: top; /* Вертикальное выравнивание в ячейках */
    padding: 1px; /* Поля вокруг ячеек */
}

    TD#leftcol {
        background: #FFFFFF; /* Цвет фона левой колонки */
    }
    TD#midcol {
        width: 2px;
        background: #0000FF; /* Цвет фона центральной колонки */
    }
    TD#rightcol {
        width: 275px; /* Ширина правой колонки */
        background: #FFFFFF; /* Цвет фона правой колонки */
    }
