* {
    box-sizing: border-box;
}

h1 {
    text-align: center !important;
}

/* #LTLForm {
    background-color: #ffffff;
    font-family: Raleway;
    width: 70%;
    min-width: 100%;
} */

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-4 {
    margin-bottom: 10px;
}

input {
    padding: 10px!important;
    font-size: 17px!important;
    font-family: Raleway!important;
    border: 1px solid #aaaaaa!important;
}


/* Hide all steps by default: */
.form_tab {
    display: none;
}

button {
    background-color: #04AA6D;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04AA6D;
}

.dnone {
    display: none;
}

.clearfix {
    clear: both;
}


.input-30 {
    width: 30px !important;
    padding-left: 3px;
    padding-right: 3px;
}

.input-50 {
    width: 50px !important;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 20px;
    font-weight: 100;
}

.input-70 {
    width: 70px !important;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 20px;
    font-weight: 100;
}

.input-65 {
    margin-top: -0.2px;
    height: 34px;
    width: 65px !important;
    margin-bottom: 20px;
    font-weight: 100;
}
.input_required {    
    color: red!important;
    font-size: 17px !important;
}
#shipment_items tr th {
    font-size: 11px;
    font-weight: bold;
}
input:required+label::after,
select:required+label::after,
textarea:required+label::after {
  content: " *";
  color: #e32;
}

.btn-red{background:red!important;}
#LTLForm select,
#LTLForm input {
    background: white!important;
}

/* Mark input boxes that gets an error on validation: */
#LTLForm input.invalid,#LTLForm select.invalid,input.invalid {
    background-color: #ffdddd!important;
}
.inquiry_success{
    text-align: center;
    color: green;
    font-size: 20px;
    font-weight: 600;
    line-height: 3;
}

.jk-loading{    
    text-align: center;
    font-size: 20px;
}

#loader {
    display: none;
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(102, 102, 102);
    z-index: 30001;
    opacity: 0.8;
}

#loader img {
    color: White;
    left: 45%;
    position: absolute;
    top: 35%;
    width: 10% !important;
}
/****************************************************************************/
 .ship-title{font-size: 13px !important;font-weight: bold;}

.radio-line div{display: math;
    width: auto;
    float: left;
    padding-right: 20px;}

.mcol-501 {
    border: 1px solid #c4c1c1!important;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
}
#carrier_rates td{padding: 10px!important;}