﻿.form > div {
    display: inline-block;
}

.form > div:first-child {
    width: 420px;
}

.label {
    font-size: 22px;
}

.options {
    padding-top: 5px;
    margin-left: 40px;
    width: 300px;
    vertical-align: top;
}

.options > div {
    margin-top: 25px;
}

.menuItem .dx-menu-item{
    background-color:aliceblue;
    font-size:16;
    border: 2px; 
}

.menuItem .dx-submenu .dx-menu-item{
    background-color:coral;
    font-size:16;
    border: 2px; 
}

.availabilityMenuItem .dx-menu-item{
    background-color:cornflowerblue;
    font-size:22;
    border: 4px;
    border-color:darkslateblue; 
}

.buttonsContainer {
    margin-top: 10px;
    width:"100%";
    background-color: lightblue;
}

.buttonsContainerLight {
    margin-top: 10px;
    width:"100%";
    background-color: lightgray;
}

.messagesContainer {
    margin-top: 5px;
    width:"100%";
    background-color: lightpink;
    border-width: 2px;
    border-style:double;
    border-color: red; 
}

.warningMessage {
    color: royalblue;
    font-size: 16px;
    font-weight: bold;
}

.errorMessage {
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.messagesTitle {
    color: black;
    background-color:white;
    font-size: 18px;
    font-weight: bold;
}