﻿body {
    font-family: Helvetica, Arial, sans-serif;
}

.modalBackground {
    background-color: black;
    opacity: 0.4;
    z-index: 99996 !important;
}

.menu-bar {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.menu-bar div {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 40px;
}

.blue-button {
    font-size: large;
    padding: 5px;
    border: 1px solid #3fa2d6;
    color: #3fa2d6;
    background-color: white;
    cursor: pointer;

    transition: background-color ease 100ms,
        color ease 100ms;
}

.blue-button:hover {
    background-color: #3fa2d6;
    color: white;
}

.back-button {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 20px;
    top:  40px;
}

.contactus {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 50px;
    right: 30px;
    display: block;
}

    .contactus img {
        width: 65px;
    }

.messageuser {
    position: absolute;
    top: 30px;
    margin: auto;
    width: 100%;
    color: red;
    text-align: center;
    padding: 10px;
}
    .messageuser span {
        border: solid 1px #fbc138;
        height: 49px;
        display: inline flow-root;
        background-color: #ffeb9e;
        border-color: #fbc138;
        max-width: 700px;
    }
    /*.RadComboBoxDropDown .rcbInput
{
    font-size: 20px !important;
    /*height: 125px !important;*/
    /*}*/
    .rcbReadOnly.rcbFocused {
        background-image: none !important;
    }

.RadComboBox .rcbInput {
    height: 25px !important;
    font-size: 16px !important;
}
.RadComboBoxDropDown .rcbItem,
.RadComboBoxDropDown .rcbHovered,
.RadComboBoxDropDown .rcbDisabled,
.RadComboBoxDropDown .rcbLoading,
.RadComboBoxDropDown .rcbCheckAllItems,
.RadComboBoxDropDown .rcbCheckAllItemsHovered {
    font-size: 16px;
}
.RadComboBoxDropDown_Default .rcbSeparator {
    background-color: #3FA2D6 !important; 
}
.RadComboBoxDropDown_Default .rcbHovered {
    background-color: rgba(63,162,214,0.15) /* #3FA2D64A*/ !important;
}
.RadComboBoxDropDown_Default {
    font-family: Helvetica, Arial,sans-serif !important;
}
.logosoft {
    position: absolute;
    margin-left: 42%;
    width: 350px;
    margin-top: 5px;
    z-index: -1;
}