table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.modal-label {
    width: 110px;
}

.display-flex {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.search-input {
    border: none;
    border-bottom: 1px solid gray;
    outline: none;
    margin-right: 10px;
}

.highlighted {
    background-color: #534f53 !important;
    color: white;
}

#addCrossSectionModal 
input,
select {
    border: none;
    outline: none;
    font-size: 14px;
}

.modal-label {
    font-size: 14px;
    color: #969696;
    font-weight: 400;
    width: auto;
}

.modalInputBorder {
    border-bottom: 1px solid #969696;
    width: 100%;
    padding-bottom: 5px;
}

.w100 {
    width: 100%;
}

#addCrossSectionModal input {
    margin-left: 8px;
    width: 100%;
}

.w-121 {
    width: 121px;
}

.w-select-calc {
    width: calc(100% - 50px);
}

.selectHeight {
    height: 21px;
}

.modalInputBorder:not(:last-child){
    margin-bottom: 26px;
}

#addCrossSectionModal textarea{
    border:none;
    resize: none;
    display: block;
    width: 100%;
    outline:none;
    font-size: 14px;
}

.modal-content{
    border-radius: 0px;
}

.modal-header{
    background-color: #f5f5f5;
    height: 45px;
    padding: 12px 15px;
    margin-bottom: 20px;
}

.modal-header1, .modal-header2{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;
}

.modal-header1{
    color: #2e2e2e;
}

.modal-header2{
    color: #797979;
    margin-left: 10px;
}

#addCrossSectionModal .fa-plus-circle
{
    color: #d0021b;
    margin-right: 10px;
    font-size: 19px;
    vertical-align: middle;
}
.modal-footer {
    padding: 0;
    .cancel-button, .red-button {
        margin: 0px;
        width: 50%;
        border-radius: 0px;
        height: 60px;
    }
}

.cancel-button{
    background-color: #2e2e2e;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 400;
    letter-spacing: 1.1px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    outline: 0;
    border: none;
}

#addCrossSectionModal .red-button{
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 400;
    letter-spacing: 1.1px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    outline: 0;
    border: none;
}

.btn:disabled {
    opacity: 0.2;
}

.red-button[disabled]:hover {
    background-color: #d0021b;
    opacity: 0.2;
    cursor: auto;
}