.modal-geo-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    z-index: 500;
    overflow-x: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-geo {
    position: fixed;
    left: 50%;
    top: 10%;
    width: 700px;
    transform: translate(-50%, 0);
    text-align: left;
    z-index: 600;
    box-shadow: 0 0 50px rgba(0, 0, 0, 1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    background-color: #E5E0D2;
    padding-bottom: 10px;
}
.modal-geo-header-close {
    display: flex;
    justify-content: space-between;
    width: 100%;
    vertical-align: middle;
    align-items: center;
}
.modal-geo-header {
    font-size: 20px;
    color: #616161;
    padding: 20px;
}
.modal-geo-close {
    display: flex;
    cursor: pointer;
    border: none;
    background-color: rgb(0, 0, 0, 0);
    margin-right: 10px;
}
.modal-geo-map {
    display: block;
    width: 100%;
    background-color: #1d1d1d;
    height: 300px;

}
.modal-geo-form {
    display: inline-flex;
    width: 100%;
    padding: 10px 15px 5px 15px;
}
button.modal-button {
    border: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    background-color: #77874C !important;
    height: 30px;
    color: #FFF6DE;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline;
    padding: 0 10px 0 10px;
    margin-right: 10px;
}
button.modal-button:hover {
    background-color: #99ac66 !important;
}
input.modal-input {
    border: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    background-color: #F8F6F1 !important;
    height: 30px;
    color: #616161;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    width: 80px;
}
input.modal-input:disabled, input.modal-select:disabled {
    color: #969696;
}
div.modal-input, label.modal-input, input.modal-input, span.modal-timezone-text{
    display: flex;
    flex-direction: column;
    margin-right: 5px;
}
label.modal-input {
    padding: 0 0 5px 10px;
    font-size: 12px;
    color: #616161;
}
select.modal-select {
    border: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    background-color: #F8F6F1 !important;
    height: 30px;
    color: #616161;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px 0 5px;
    max-width: 300px;
}
select.modal-select:hover {
    background-color: #FFFFFF !important;
}
input.modal-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    background-color: #F8F6F1 !important;
    height: 30px;
    color: #616161;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
}
label.modal-checkbox {
    font-size: 14px;
    color: #616161;
    white-space: nowrap;
    padding: 7px 0 0 5px;
}
.modal-geo-info {
    font-size: 12px;
    color: #616161;
    padding-left: 10px;
}
.modal-input-error {
    border: 1px solid #D94848 !important;
}
.modal-geo-error {
    font-size: 12px;
    color: #D94848;
    padding-left: 10px;
}
.modal-button-loader {
    display: none;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    content: url("../img/loading-white.gif");
}
.modal-timezone-text {
    color: #616161;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    margin-top: 6px;
}
.modal-info-container {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 310px;
    text-align: left;
    z-index: 100;
    box-shadow: 0 0 50px rgba(0, 0, 0, 1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    padding: 15px;
    background-color: #F0EBDF;
}
.modal-info-header {
    color: #616161;
    font-weight: 700;
    font-size: 16px;
    display: block;
    padding-bottom: 5px;
}
.modal-info-body, .modal-info-extra {
    color: #616161;
    font-size: 12px;
    line-height: 20px;
    display: block;
    padding-bottom: 5px;
} 
.modal-info-extra {
    font-style: italic;
}
.modal-info-subheader {
    color: #616161;
    font-weight: 700;
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
}
.modal-info-array {
    overflow-x: auto;
}
.modal-menu-container {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 310px;
    text-align: left;
    z-index: 5000;
    box-shadow: 0 0 50px rgba(0, 0, 0, 1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    padding: 15px;
    background: linear-gradient(#e66465, #9198e5);;
}
p.menu-p {
    padding: 5px 0;
    font-size: 15px;
}