/*
Theme Name: Custom STH Theme
Theme URI: https://korent.co.il
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: Korent
Author URI: https://korent.co.il
template: bb-theme
*/

.consignee-form-wrap,
.shipment-form-wrap {
    margin-top: -50px;
}

.consignee-select,
.shipment-select,
.country-select,
.status-select,
.package-select,
.mawb-select {
    text-align: center;
    padding-bottom: 20px;
}

#consignee-select,
#shipment-select,
#country-select,
#status-select,
.package-select-style {
    height: 35px;
    line-height: 35px;
    background: #fff;
    width: 300px;
    max-width: 100%;
}

#country-select,
#package-select,
.package-select-style{
    width: 100%;
    background-color: #fcfcfc;
    border: 2px solid #e6e6e6;
}

.consignee-button,
.shipment-button,
.find-button,
.btn-primary{
    width: 100%;
}

.buttons-row {
    margin-top: 20px;
}

.locked-shipment-msg,
.err-msg {
    border: 2px solid;
    padding: 10px;
    margin: 20px 0;
    color: #ff0000;
}

input[type=submit].disabled-btn {
    background: #eee;
    color: #aaa;
}

#shipment-added-wrap {
    border-width: 3px;
    font-size: 18px;
    background: #3c763d;
}

#shipment-added-wrap li {
    color: #ffffff;
}

.find-row {
    padding-top: 10px;
}

#print-hawb,
a.deliver-button {
    background: #657f8c;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
    font-weight: normal;
    text-shadow: none;
    border: 1px solid #4b5f68;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

#print-hawb:active,
a.deliver-button:active {
    background: #657f8c;
    color: #ffffff;
    border: 1px solid #4b5f68;
    outline: none;
    position: relative;
    top: 1px;
}

img.thumb-image {
    max-height: 100px;
    width: auto;
}

.has-feedback label~.form-control-feedback {
    top: 35px;
}

.form-group > .row .form-control-feedback {
    right: 15px;
}

.has-feedback.mawb-select .form-control-feedback {
    right: 25px;
    top: 10px;
}

#add-button {
    width: 100%;
    height: 34px;
}