/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
button,
select,
textarea {
    max-width: 280px;
    min-height: 34px;
}

.mt-m10 {
    margin-top: -10px !important;
}

.wrap {
    white-space: normal;
    width: 250px;
}

span.tc {
    font-size: 11px;
    color: #a42549;
    white-space: nowrap;
}

.bk-blue {
    background-color: steelblue;
    color: white;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.file-list {
    height: 60px;
    overflow-x: auto;
}

.bk-container {
    border: 1px solid black;
    padding: 7px;
}

.core-info {
    padding: 15px;
}

/* Ts & Cs Panel */
.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #a42549;
    border-color: #ddd;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit !important;
}

.m-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* ------------ */

/* Paddings */
.pt-20 {
    padding-top: 20px;
}

/* Margins */
.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.m-none {
    margin: 0;
}

.ml-m-50 {
    margin-left: -50%;
}

.ml-m2-50 {
    margin-left: -45%;
}

.m-lr-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.ml-m-75 {
    margin-left: -75%
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-m-30 {
    margin-top: -30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mw-100 {
    max-width: 100% !important;
}

.mw-150 {
    max-width: 150px !important;
}

.mw-180 {
    max-width: 180px;
}

.mw-650 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.h-60 {
    height: 60px;
}

.h-5 {
    height: 2px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pd-30 {
    padding: 30px;
}

.plr {
    padding-left: 5%;
    padding-right: 5%;
}

p.footer-text {
    margin: 0;
    font-size: 11px;
    color: #a0a09a;
}

.TY-Message {
    padding-top: 30px;
    font-size: 20px;
    padding-bottom: 20px;
}

.TY-Margin {
    margin: 0 6% 0 6%;
}

.white-h2 {
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: white;
    font-variant-caps: all-small-caps;
}

.br-bl {
    border-left: #a42549 2px solid;
    border-right: #a42549 2px solid;
}

.br-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.bk-cherry {
    background-color: #a42549;
}

/* Anchors */
a {
    /* color: #a42549; */
    /* text-decoration: none; */
}

    a:focus, a:hover {
        /* color: #c20831; */
        /* text-decoration: underline; */
    }

hr {
    border-top: 1px solid #a42549;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.strm-form-control {
    width: 100%;
}

label {
    font-weight: 300;
}

span.red-star {
    color: #a42549;
}

.btn-danger {
    color: #fff;
    background-color: #a42549;
    border-color: #a42549;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #a23458;
        border-color: #ac2925;
    }

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #a42549;
        border-color: #761c19;
    }

input[type="checkbox"], input[type="radio"] {
    min-height: 12px;
    margin-right: 5px !important;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    .header-logo {
        margin-left: 25px;
    }
}

.navigation {
    min-height: 0px;
}

@media (max-width: 1200px) {
    .header-logo {
        margin-left: 25px;
    }

    .navigation-button-toggler {
        top: -85px;
        z-index: 999;
    }
}

#overlay {
    background: #ffffd9;
    color: #a0a09a;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .95;
}

#overlayLoad {
    background: #ffffd9;
    color: #a0a09a;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .95;
}

#RejectionReason {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    /*margin-top: -5em; !*set to a negative number 1/2 of your height*!*/
    /*margin-left: -5em; !*set to a negative number 1/2 of your width*!*/
    z-index: 100;
}

#hider {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    /*margin-top: -800px; !*set to a negative number 1/2 of your height*!*/
    /*margin-left: -500px; !*set to a negative number 1/2 of your width*!*/
    /*
      z- index must be lower than pop up box
     */
    z-index: 99;
    background-color: #a0a09a;
}

#overlayQuoteAccept {
    background: #ffffd9;
    color: #a0a09a;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .95;
}

.spinner {
    margin: 0 auto;
    height: 32px;
    width: 32px;
    animation: rotate 0.8s infinite linear;
    border: 2px solid #a42549;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Tables - Responsive */

.table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.table-responsive-stack td,
.table-responsive-stack th {
    display: block;
    /*
   flex-grow | flex-shrink | flex-basis   */
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
    font-weight: bold;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px none #ddd;
    border-top: 2px none #ddd;
}

.table > tbody > tr > td {
    padding: 4px 8px 4px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px none #ddd;
    border-bottom: 1px none #ddd;
}

.table {
    margin-bottom: 10px;
}

.th_header {
    padding: 8px;
    margin-bottom: 0px;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-30-2 {
    padding-right: 30px !important;
}

.pl-15 {
    padding-left: 15px;
}

.mw-70 {
    max-width: none;
}

.w-400 {
    width: 400px !important;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 13px;
    }

    h3, .h3 {
        font-size: 22px;
    }

    .table-responsive-stack tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 3px none #ccc;
        display: block;
    }
    /*  IE9 FIX   */
    .table-responsive-stack td {
        float: left\9;
        width: 100%;
    }

    .table {
        margin-bottom: 0px;
    }

    .pr-30 {
        padding-right: 8px !important;
        margin-top: -28px;
    }

    .pr-30-2 {
        padding-right: 8px !important;
        margin-top: -44px;
    }

    span.tc {
        font-size: 11px;
        color: #a42549;
        white-space: break-spaces;
    }

    .mt-65 {
        margin-top: 0px;
    }

    .mt-30 {
        margin-top: 10px;
    }

    .mt-40 {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .ml-m-50 {
        margin-left: 100px;
        max-width: 178px;
        overflow-wrap: anywhere;
    }

    .ml-m2-50 {
        margin-left: 100px;
        max-width: 178px;
        overflow-wrap: anywhere;
    }

    .mw-70 {
        max-width: 75px;
    }

    .ml-m-75 {
        margin-left: 100px;
    }

    .adjust-1 {
        margin-top: -26px;
        max-width: 175px;
    }

    .adjust-2 {
        margin-top: 5px;
    }

    .feedback-form-btn {
        display: none;
    }
}

/* Feedback box */
.feedback-form {
    position: fixed;
    right: 0;
    z-index: 100;
    min-height: 450px;
    bottom: 15px;
    right: 15px;
}

.feedback-form-show {
    right: 0 !important;
}

.feedback_form_area {
    position: relative;
    display: none;
    overflow: hidden;
    background: #fff;
    border: #a42549bf 2px solid;
    border-radius: 10px;
}

.feedback_form_area_inner {
    width: 300px;
    min-height: 450px;
    color: #000000;
    padding: 15px;
}

    .feedback_form_area_inner p {
        font-size: 12px;
    }

    .feedback_form_area_inner label {
        font-size: 12px;
    }

.feedback-close {
    margin-top: -48px;
}

.feedback_form_area h3 {
    margin-top: 0;
}

.custom-inp {
    width: 100%;
    height: 35px;
    padding-left: 5px;
    color: #fff;
    border: 1px #fff solid;
    background: transparent;
}

.custom-inp-txt {
    width: 100%;
    height: 100px;
    padding: 5px;
    color: #fff;
    border: 1px #fff solid;
    background: transparent;
}

.feedback-form-btn {
    position: absolute;
    left: -60px;
    color: #fff;
    bottom: 10px;
    border-radius: 0;
    font-size: 18px;
}

    .feedback-form-btn img {
        width: 40px;
    }

@media only screen and (max-width: 320px) {
    .feedback_form_area_inner {
        width: 260px;
        min-height: 450px;
        color: #fff;
        padding: 15px;
    }
}

/* DropZone.js */
.dropzone-strm {
    border: 2px dashed #a42549 !important;
    border-radius: 5px;
    background: white;
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    padding: 25px 25px;
}

.dropzone .dz-preview .dz-progress {
    height: 8px;
    top: 84%;
    display: none;
}

.dropzone .dz-preview {
    margin: 5px;
}

    .dropzone .dz-preview .dz-details {
        font-size: 11px;
    }

        .dropzone .dz-preview .dz-details .dz-size {
            font-size: 13px;
        }

    .dropzone .dz-preview .dz-image {
        border-radius: 5px;
        width: 100px;
        height: 100px;
        border: 1px #ddd solid;
    }

    .dropzone .dz-preview .dz-remove {
        font-size: 12px;
        margin-top: 15px;
        text-decoration: underline;
    }

    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
        z-index: 2000;
        top: 40%;
    }

    .dropzone .dz-preview .dz-error-message {
        border-radius: 8px;
        font-size: 11px;
        top: 150px;
        left: -20px;
        width: 140px;
        text-align: center;
    }

.dropzone .dz-message .dz-button {
    font-size: 16px;
}
