.container {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
}

.content {
    width: 100%
}

.footer {
    text-align: center;
    background: #e2e2e2;
    padding: 8px;
    font-size: 14px;
    margin-top: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

table#sectionaddedit.table td .add {
    display: none;
}

.w-10 {
    width: 10%;
}

.w-3 {
    width: 3%;
}

.w-5 {
    width: 5%;
}

.w-7 {
    width: 7%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

select.form-control {
    -webkit-appearance: menulist;
}
      .dropstart:hover #year_dropdown {
          display: block;
          right:160px;
          top: 0px; /* remove the gap so it doesn't close */
      }
      .mainleft {
            height: 100%;
            margin: 0;
        }
        .full-height {
            height: 80vh; /* 100% of the viewport height */
            background-color: lightblue;
        }
        #loadingSpinner {
            position: fixed;
            top: 50%;
            left: 50%;
            z-index: 9999;
            transform: translate(-50%, -50%);
            font-size: 24px;
            color: #0000ff;
        } 