body {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

.tabs_tabs i {
    margin-left: 20px;
}

.login_img {
    margin: 0 auto;
    margin-top: 40px;
    display: block;
}

#login_button {
    width: 200px;
    background-color: #3f86fe;
    border: 1px solid #3f85fe;
    padding-top: 6px;
    padding: 7px;
    color: white;
    margin-top: 15px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

#login_button:hover {
    background-color: #356dce;
}

#login_button i {
    position: absolute;
    top: 7px;
    right: 10px;
}

#login_result {
    color: red;
    font-size: 12px;
    padding: 4px;
    display: block;
    display: none;
    padding-top: 10px;
    position: relative;
    top: 10px;
}

#system_password {
    margin-top: 15px;
}

#login_container {
    text-align: center;
}

#message_audioplayer {
    width: 100%;
    max-width: 400px;
}

#msgtable td {
    border: 1px solid #CCC;
    padding: 10px;
}

.msg_tdheader {
    background-color: #efefef;
    color: black;
}

.msg_log_td {
    font-size: 14px;
}

.msg_tdtitle {
    background-color: #666666;
    color: white;
}

.msg_tddata {
    background-color: #FFF;
    color: black;



}

.jqx-tabs-title-selected-top-metro {
    color: #252084;
}

#userlist {}



#del_user_modal {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #FFF !important;
}

#username_modal {
    font-weight: bold;
}

#del_modal_buttons {
    display: block;
}

#butt_del_user {
    margin-left: 6px;
}

.jqx-datatable-light td.jqx-grid-cell-light,
.jqx-treegrid-light .jqx-grid-cell-light {
    font-size: 12px !important;
    border-left: 1px dashed #CCC !important;
    padding: 5px;
}

.syslog_header {
    color: black;
    margin-top: 5px;
    margin-bottom: 4px;
}

.syslog_header i {
    margin-left: 6px;
    cursor: pointer;
}

#settings_table {
    margin-bottom: 20px;
}

#settings_table input {
    margin-top: 15px;
    margin-left: 6px;
    padding-left: 4px;
}

#system_log {
    width: 100%;
    height: 300px;
    overflow: auto;
    border: 1px solid #CCC;
    padding: 5px;
    font-size: 12px;
    color: black;
    margin-top: 6px;
}

.jqx-fill-state-hover-light {
    background-color: #efefef !important;
    color: black !important;
}

.jqx-tabs-title-container-metro {
    font-size: 16px;
    color: rgb(46, 46, 46);
}

#delete_button {
    background: #9c2020;
    color: white;
    margin: 0;
    border: 0;
    cursor: pointer;
    width: 120px;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
}

#cancel_button {
    background: #c2c2c2;
    color: black;
    margin: 0;
    border: 0;
    cursor: pointer;
    width: 120px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
}