.modal_wrap {
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
}
.modal_info {
    height: 150px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 5px 5px 10px #555;
}

h2.header {
    font-size: 17px;
    margin: 0;
    padding: 5px;
    text-transform: uppercase;
    background-color: #242424;
    color: #dedede;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

p.info_txt {
    font-size: 14px;
    line-height: 60px;
}

input[type="button"].mdlbtn {
    width: 100px;
    height: 25px;
    outline: none;
}

input[type="button"].mdlbtn:hover {
    background-color: #000;
    color: #ffffff;
    transition: 1s;
}

/* COLOR */
#add-button,
#end-button,
.big-box-head,
.checkbox:hover,
.btn-all:hover,
#change-button,
#del-button,
.weekday-selected,
.monthday-selected,
.checkbox-selected,
.search_button {
    background-color: #51595C !important;
    background: url('#');
    color: #fff !important;
}

.timetable-box {
    border-left: 10px solid #51595C;
}

#top-itms-logo { float: right; position: relative; z-index: 10000; padding-right: 20px;}
/* COLOR END */
