﻿
.top-pad {
    padding-top: 20px;
}

.page {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}

    .page .leftside {
        width: 80%;
        float: left;
    }

    .page .rightside {
        width: 18%;
        float: right;
    }

th.centered {
    width: 70px;
    text-align: center;
}

td.centered {
    width: 70px;
    text-align: center;
    padding-right: 15px;
}


.bold-text {
    font-weight: bold;
}

.color-red {
    color: red;
}

.row-spacer {
    margin-bottom: 3px;
}

.col-spacer {
    margin-left: 10px;
}

.top-bottom-pad {
    padding-top: 10px;
    padding-bottom: 10px;
}

.std-input {
    width: 100%;
}

.loads {
    width: 100%;
}

    .loads .left-table {
        width: 50%;
        float: left;
    }

    .loads .right-table {
        width: 30%;
        float: right;
    }

table.rates {
    width: 98%;
    font-size: smaller;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.rates input {
    width: 98%;
    height: 30px;
    border: none;
    text-align: center;
}

.rates th {
    height: 25px;
    text-align: center;
    border-top: 1px solid black;
    border-right: 1px solid black;
}

.rates tr,
.rates td {
    height: 20px;
    text-align: center;
    border-top: 1px solid black;
    border-right: 1px solid black;
}

.rates tr,
.rates td,
.rates th:nth-child(2n+1) {
    border-bottom: 1px solid black;
}

.carrier {
    padding: 10px;
    margin-top: 10px;
    border-left: solid 1px black;
    border-top: solid 1px black;
}

.bol {
    padding: 10px;
    margin-top: 10px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-top: solid 1px black;
}

    .bol input {
        height: 30px;
        background-color: yellow;
        font-size: 18px;
        font-weight: bold;
    }

.confirmation-btn {
    width: 350px;
    height: 250px;
    padding: 25px;
    border-radius: 25px;
}

.print-btn {
    margin-left: 20%;
    margin-right: 25%;
    padding: 20px;
    font-size: large;
    font-weight: bold;
    background-color: rebeccapurple;
    color: white;
}

.save-btn {
    padding: 20px;
    font-size: large;
    font-weight: bold;
    background-color: rebeccapurple;
    color: white;
}

.purp-btn {
    background-color: rebeccapurple;
}

.height40 {
    height: 40px;
}

select.my-input {
    width: 100%;
}

.smaller {
    font-size: smaller;
    text-align: right;
}
