#remove-btn, #add-btn {
    background-color:#7892c2;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #4e6096;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    padding:6px 33px;
    text-decoration:none;
    text-shadow:0px 1px 0px #283966;
}
#remove-btn:hover, #add-btn:hover {
    background-color:#476e9e;
}
#remove-btn:active, #add-btn:active {
    position:relative;
    top:1px;
}

.search-base {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.search-form {
    margin: 0 auto;
    padding: 20px;
    display: table;
    vertical-align: middle;
    width: 800px;
    height: 100px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    text-align: center;
}

.search-form-table {
    display: inline-block;
}

.caption {
    width: 100%;
    padding:20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    background-color: #e1f4ff;
    color: #105192;
}
.table-left {
    width: 200px;
    text-align: right;
    padding: 10px;
}

#table-right {
    text-align: left;
    padding: 10px;
}

.search-form-main-title,
.search-form-code {
    width: 350px;
}

.search-form-code {
    ime-mode: disabled;
}

.search-btn {
    display: inline-block;
    vertical-align: bottom;
    margin: 10px;
}

.message-area {
    width: 100%;
    height: 60px;
    text-align: center;
}

.alert-message {
    display: none;
    width: 800px;
    text-align: left;
}

.search-result {
    margin: 0 auto;
}

.search-result thead tr th {
    background-color: #d2f2f2;
}

.search-result .event-list td{
    vertical-align: middle;
    text-align: left;
}

.results-none {
    height: 50px;
}

.th-event-type,
.search-result .event-list .event-type {
    text-align: center;
}

.search-result .event-list .center {
    text-align: center;
}

.remove-btn-div, .add-btn-div {
    text-align: right;
}

.loading-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.loading {
    width: 100%;
    height  : 50px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.loading-text {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

.loading-img {
    width: 150px;
}

tr.gray-out td {
    background: #dddddd !important;
}