﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}



.loaderC {
    position: fixed;
    left: 44%;
    top: 40%;
    width: 140px;
    height: 140px;
    background-color: #453c41;
    padding: 10px;
    border-radius: 10px;
    display: none;
    color: white;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-left: 16px solid pink;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    text-align: center;
    line-height: 85px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.flexFiltrCol {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .flexFiltrCol > div {
        margin: 5px;
    }

.redText td{
    color:#b90000;
    font-weight:bold;
}

#ups-pod .centered-div {
    line-height: 2em;
    text-indent:0px;
    font-weight:bold;
}

#ups-pod p {
    margin-top: 15px;
    margin-bottom: 15px;
}

#ups-signature, #ups-pod {
    margin-left: 20px;
    margin-top: 20px;
}