.view-create-container
{
    padding: 0 15px;
}

.view-create-msg
{
    height: 50px;
}

.view-create-formandtable
{
    display: flex;
    flex-direction: row;
}

.view-create-form
{
    padding: 0 7px;
}

.view-create-form input
{
    margin: 0 0 7px 0;
    min-width: 220px;
}

.select-container-demo {
    position: relative;
    width: 400px;
    margin: 50px auto;
}

.search-input-demo {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.2s;
}

.search-visible-demo {
    opacity: 1;
    z-index: 1000;
}

#addressSelect-demo {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
}

.dropdown-demo {
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    background: white;
    z-index: 100;
    display: none;
    margin-top: 1px;
}

.dropdown-item-demo {
    padding: 10px;
    cursor: pointer;
}

.dropdown-item-demo:hover {
    background-color: #f0f0f0;
}

.no-results-demo {
    padding: 10px;
    color: #999;
    font-style: italic;
}

.select-container select{
    width: 585px;
    height: 35px;
}

.search-input {
    width: 577px;
    height: 29px;
    outline: none;
    display: none;
}

.dropdown {
    margin: 5px 0;
    width: 585px;
    height: 455px;
    overflow-y: auto;
    display: none;
}

.dropdown-item:hover {
    cursor: pointer;
    background-color: #aaa;
}

.editreport-report-table td{
    border: 1px solid black;
}

.editreport-send-form{
    display: flex;
}

.editreport-send-form-item{
    margin: 2px;
    min-width: 50px;
}

.create-report-table td{
    text-align: center;
    border: 1px solid black;
}

.g_pnt{
    color: #3ea83e;
}
