.schedule_table_style {
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.schedule_table_style td, th {
    border-collapse: collapse;
    border: 1px solid black;
    padding: 5px;
}

.clickable_img:hover {
    cursor: pointer;
}

.calc2 {
    float: left;
    width: 35%;
    margin: 23px 20px 20px 15px;
}

.calc1 {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
}

.lds-spinner-for-excel {
    color: #fff;
    position: absolute;
    width: 16px;
    height: 16px;
    display: none;
    top: 50%;
    right: 1vh;
    transform: translateY(-50%);
    margin: 0;
}

.lds-spinner-for-excel div {
    transform-origin: 8px 8px;  /* Half of width/height */
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner-for-excel div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 1px;
    left: 16px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgb(203, 116, 113);
}

/* The rotation values stay the same since they're angles */
.lds-spinner-for-excel div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner-for-excel div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner-for-excel div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner-for-excel div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner-for-excel div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner-for-excel div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner-for-excel div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner-for-excel div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner-for-excel div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner-for-excel div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner-for-excel div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner-for-excel div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    display: none;
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.aboveDimmer {
    Z-INDEX: 1001;
    POSITION: relative
}

#dimmer {
    Z-INDEX: 1000;
    POSITION: fixed;
    BACKGROUND-COLOR: #000000;
    WIDTH: 100%;
    FLOAT: left;
    HEIGHT: 100%;
    VISIBILITY: hidden;
    TOP: 0px;
    LEFT: 0px
}

#fader-message {
    Z-INDEX: 1100;
    POSITION: fixed;
    TEXT-ALIGN: justify;
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 5px;
    BOTTOM: 10px;
    PADDING-RIGHT: 5px;
    FONT: bold 16px Calbri;
    FLOAT: left;
    COLOR: rgb(0, 102, 204);
    PADDING-TOP: 5px;
    LEFT: 10px
}

.spinner {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.spinner-message {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0px;
    top: 420px;
    left: 0;
    text-align: center;
    font-size: 2em;
    color: lightgray;
    width: 500px;
    height: 500px;
}