body {
    background-color: #EEF6FE; /* #E2F0FF; */
}

nav {
    width: 100%;
    height: 60px;
}

.fyp {
    padding: 12px;
    padding-left: 50px;
}

#searchbar {
    width: 750px !important;
    padding-top: 10px;
    padding-left: 150px;
}

.sem {
    height: 450px;
    padding: 10px;
}

.card-footer {
    position: absolute;
    bottom: 0px;
}

.drag {
    /* height: 55px; */
    font-size: 10px;
}

.card-content {
    padding-top: 10px !important;
}

.card-footer-padding {
    padding: 10px;
}

.delete {
    display: none !important;
    float: right;
    margin-top: 3px !important;
    margin-right: 3px !important;
}

.card:hover .delete {
    display: block !important;
}

.card .drag .corecs {
    background-color: #2374C7;
    color: white;
}

#dropdown-menu {
    max-height:440px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    margin-left: 150px;
    width: 600px !important;
    border: thin solid LightGray;
    border-radius: 5px;
}
