.blue {
    color: #31708f;
}

.yellow {
    color: #ffdd0f;
}

.green {
    color: #3c763d;
}

.red {
    color: #a94442;
}

.admin-icons {
    margin-top: 1em;
    padding-right: 4em;
    text-align: right;
}

.admin-icons a {
    margin-right: 2em;
    text-align: center;
}

.admin-icons a:hover {
    text-decoration: none;
    cursor: pointer;
}

.form-control, label {
    font-size: 18px;
}

.admin-icon-holder {
    display: inline-block;
}

.add-form label {
    margin-bottom: -8px;
    display: block;
}

.add-form input, .add-form select {
    width: 80%;
    display: inline-block
}

.add-form .fa {
    color: #31708f;
    display: inline-block;
    position: relative;
    top: 8px;
    left: 8px;
}

h4 {
    font-weight: bold;
}

.product-row h4 {
    font-weight: bold;
    margin-top: 1.7em;
    text-align: right;
}

button.generate-report {
    font-size: 32px;
    position: absolute;
    right: 3em;
}

.input-group {
    border: 0;
    box-shadow: none;
}

h4.total-row {
    text-align: left;
    margin-left: 2em;
}

ul.form-inset li {
    list-style: none;
}

label.li-form-parent {
    font-size: 1.3em;
    font-weight: bold;
}

.checkbox input[type=checkbox] {
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 10px;
    top: 2px;
    margin-left: -28px;
}

button.btn {
    font-size: 24px;
}

.error-message {
    margin: 1em;
}

.list-buttons-column button {
    background: none;
    cursor: pointer;
    font-size: 16px;
    border: 0 solid #0f0;
    margin: 0;
    display: inline-block;
}

.list-buttons-column form {
    display: inline-block;
}

.container-fluid {
    padding-top: 2em;
    padding-bottom: 2em;
}

.form-error {
    margin-bottom: .5em;
    color: rgb(255, 99, 99);
}

.table-responsive {
    margin-top: 2em;
}

.alert {
    margin-top: 1em;
}

.add-form select {
    margin-top: 1em;
}

li label.select {
    margin-top: .5em;
    padding-left: 2.5em;
}

li div.select {
}

label {
    position: relative;
}

span.helper {
    width: 100%;
    font-family: Arial, sans-serif;
    line-height: 1.2em;
    font-size: .9em;
    position: absolute;
    padding: .6em;
    top: 2em;
    font-weight: normal;
    background-color: #fff;
    border: 1px solid;
    border-radius: 10px;
    z-index: 10;
    display: none;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: -200%;
}

.bid-page-links * {
    margin: .5em;
}

.bid-page-links {
    display: inline-block;
}

.search {
    display: inline-block;
}

input.col-md-2.form-control {
    top: 1em;
}

.search .input-group input.col-md-2.form-control {
    top: 0;
}

#myProgress {
    margin-top: 1em;
    display: none;
    width: 100%;
    background-color: #e7e7e7;
}

#myBar {
    width: 1%;
    height: 30px;
    background-color: #00b400;
}

#scraping_status {
    margin-bottom: 1em;
    background-color: #fffaf4;
}

#scraping_status p {
    margin-bottom: .2em;
    padding: .5em;
}

.dropdown-menu {
    margin-left: 10px;
    margin-top: 10px;
}

div.dropdown-menu a {
    padding: 0.4em;
    font-size: 1.1em;
    line-height: 27px;
}

.header-row {
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 1em;

}

.padding-small {
    padding: .2em 0;
}

.segment-box {
    text-align: right;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 2.4em;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    background-color: rgb(255 255 255 / 70%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.align-left {
    text-align: left;
}

.padding-left {
    padding-left: 2em;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee47;
    color: #777777;
}

.input-group-addon {
    background-color: rgba(201, 201, 201, 0.28);
}

.text-total {
    font-weight: bold;
    color: #000000;
}

iframe {
    width: calc(100% + 60px);
    height: 1000px;
    display: block;
    border: none;
    margin-left: -30px;
}