﻿fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}
/*fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    xmin-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px !important;
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 35%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}*/
h1 {
    font-size: 1rem;
}
@media (min-width: 544px) {
    h1 {
        font-size: 1.5rem;
    }
    /*1rem = 16px*/
}
button.btn.collapsed:before {
    content: '+ Show Search';
    display: block;
    width: 70px;
    font-size: 10px;
    /*margin: 0;
    padding: 1px;*/
    /*height: 13px;*/
}

button.btn:before {
    content: '- Hide Search';
    display: block;
    width: 70px;
    font-size: 10px;
    /*margin: 0;
    padding: 1px;*/
    /*height: 13px;*/
}
.ColoredGrid {
    background-color: #FFBB00;
    color: #000000;
}


.options {
    padding: 10px;
    background-color: rgba(191, 191, 191, 0.15);
    margin-top: 10px;
    margin-right: 10px;
    width: 19%;
    height: 80px;
    float: right;
}

.option {
    margin-top: 10px;
}

.testMsg {
    position: relative;
    left: 300px;
    top: 26px;
    color: red;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option > label {
    margin-right: 10px;
}

.option > .dx-selectbox {
    display: inline-block;
    vertical-align: middle;
}
