/* Установка шрифта Arial Rounded MT Regular для заголовков */

@font-face {
    font-family: "Arial Header";
    src: url("fonts/Arial Rounded MT.ttf") format('truetype');
}

/* Установка шрифта Arial MT Std Light для основного текста */

@font-face {
    font-family: "Arial Main";
    src: url("fonts/Arial MT.ttf") format('truetype');
    src: url("fonts/Arial MT Std Light.otf") format('opentype');
}

html {
    overflow-y: hidden;
}

table {
    border: 2px solid #000;
}

td, th {
    border: 1px solid #000;
    padding: 5px;
    text-align: center;
}

/* Ссылки */

a {
    cursor: pointer;
}

/* Заблокированная ссылка */

a.disabled {
    color: #999;
    cursor: default;
    pointer-events: none;
}

body {
    font-family: Arial, 'Arial MT';
}

/* Основной блок программы */

.block_1 {
    background: white;
    height: 98vh;  /* 95 hv */
    margin: 3px;
    position: relative;
}

/* Блок вкладок основного окна */

.block_2 {
    font-size: 15px;
}

/* Окно настроек элементов системы */

.block_3 {
    border-left: solid 1px black;
    bottom: 140px;
    display: none;
    padding-left: 5px;
    padding-right: 35px;
    position: absolute;
    right: 0px;
    top: 40px;
}

/* Настройка подзаголовков в боковом меню настроек */

.head_block_3 {
    background-color: #449d44;
    color: white;
    text-align: center;
}

/* Настройка каждого элемента в меню настроек */

.block_option {
    display: none;
    height: 80%;
    min-width: 220px;
    overflow: auto;
    text-align: left;
    width: 110%;
}

/* Блок под выбор оборудования */

.block_5 {
    border-top: solid 1px black;
    bottom: -12px;
    display: block;
    font-size: 0.85em;
    height: 146px;
    margin-left: 5px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 3px;
    position: absolute;
    white-space: nowrap;
    width: 99%;
}

/* Блок выбора типа вентиляционной системы */

.block_6 {
    background: rgba(180, 245, 245, 0.15);
    border-right: solid 1px black;
    display: inline-block;
    height: 125px;
    margin-left: 5px;
    padding-right: 5px;
}

/* Блок выбора элемента (нижняя панель) */

.block_element {
    border-right: solid 1px black;
    display: inline-block;
    height: 125px;
    margin-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    visibility: hidden;
    width: 95px;
}

/* Блок отображения цены в правом нижнем углу */

#price_min_div {
    border: solid 5px green;
    display: inline-block;
    font-size: 1.3em;
    margin-left: 20px;
    margin-top: 20px;
    padding: 4px;
    text-align: right;
    vertical-align: top;
    visibility: hidden;
}

/* Основное рабочее поле */

.block_main {
    float: left;
}

/* Область отображения схемы системы */

.block_work {

}

/* Контейнер с логотипом и кнопкой расчета */

.logoCount_div {
    
}

/* Контейнер с логотипом SE */

.logo {
    bottom: 80px;
    position: absolute;
    right: 20px;
}

/* Иконка и изображение для сворачивания нижней панели */

#buttonDown {
    bottom: 140px;
    position: absolute;
    right: 50px;
    z-index: 1;
}

#img_down {
    height: 20px; 
    width: 20px;
}

#img_down:hover {
    height: 25px;
    width: 25px;
    cursor: pointer;
}

/* Контейнер с логотипом HVAC */

.logo_2 {   
    right: 10px;
    position: absolute;
    bottom: 7px;
}

/* Контейнер для кнопки расчета */

#count_but_div {
    bottom: 7px;
    display: none;
    position: absolute;
    right: 90px;
}

/* Кнопка расчета */

#count_but {
    font-weight: bold;
    height: 57px;
}

/* Контейнер для отображения схемы автоматизации */

.schema_img {
    display: none;
    left: 20px;
    overflow: auto;
    position: absolute;
    top: 90px;
    width: 95%;
}

/* Текст внутри окна настроеек в строчку */

.text_option {
    display: inline;
}

/* Заголовки текста блоков выбора элементов */

.text_element {
    text-align: center;
}

/* Выборка select для блоков элементов */

.selector {
    margin-bottom: 19px;
    margin-left: 20px;
    margin-top: 11px;
}

/* Заголовок рабочего поля */

.header {
    color: #3dcd58;
    font-family: Arial, 'Arial Rounded MT';
    font-weight: bold;
    left: 30px;
    position: absolute;
    top: 30px;
}

/* Текст заголовка окна настроек */

#head_text {
    text-align: center;
}

/* Кнопка ОК и Сброс в форме настроек */

#buttons_div {
    bottom: 10px;
    margin-left: 120px;
    position: absolute;
}

/* Кнопка сброс */

#reset {
    margin-top: 10px;
}

/* Высота для всех кнопок "Далее" */

.nextButton {
    height: 22px;
}

/* Отступ для "Настройка" для заслонок */

#optionBut_damp {
    margin-top: 2px;
}

/* Все кнопки "Настройка" */ 

.optButton {
    height: 22px;
    margin-top: 2px;
    position: relative;
    top: 0px;
}

/* Селекторы в нижнем блоке выбора элементов */

.select {
    height: 20px;
    margin-bottom: 15px;
}

/* Отступ "Настройка" для блока параметров и вентиляторов */

#optionBut_params, #optionBut_fans {
    margin-top: 0px;
}


/* Блок сохранения файлов */

#saveFiles {
    height: 430px;
    overflow-y: auto;
    padding-right: 5px;
    width: 460px;
}

/* Свойства для блоков, которые нужно скрыть */

.unvisible {
    display: none;
}

/* Общие свойства для элементов CheckBox */

.checkbox {
    vertical-align: sub;
}

/* Общие свойства для элементов RadioButton */

.radio {
    vertical-align: sub;
}

/* Блок текстовых результатов */

.text_output {
    display: none;
    font-size: 1.2em;
    margin-left: 30px;
    margin-top: 50px;
    overflow: auto;
    position: absolute;
    top: 50px;
    width: 95%;
}

/* Внутренние блоки настроек, невидимые с нулевой высотой */

.unvis_zerohi {
    display: none;
}

/* Скрытие изображений с пустым src */

img[src=""]{
    display: none;
}

/* Общие свойства для всех изображений (нельзя выделить и скопировать) */

img {
/*    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
     pointer-events: none;
*/
}