﻿#add-module-textbox {
    float: left;
    margin: 0px 10px 10px 0;
}

.member-detail-label {
    font-weight: normal;
    margin-right: 1%;
}

.member-detail-text {
    font-weight: lighter;
}


.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.member-admin-error {
    color: red;
    font-style: italic;
}

.dropdown-menu-right {
    margin-left:200px;
}
 
.modal-input-field {
    display: flex;
    vertical-align: middle;
    margin: 20px 0px;
}

.modal-input-field label {
    width: 100px;
    margin-bottom: 0px;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.removeCurrentrow {
    color: red;
    cursor: pointer;
}