.logo {
	background-color: white;
}

.sidebar .user .info > a {
	cursor: default;
}

.language-menu {
    font-size: 1.1em;
}

.language-menu > .dropdown.bootstrap-select.fit-width {
    margin-right: 20px;
    border-radius: 5px;
}

.language-menu button {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.1875rem;
    color: #FFFFFF;
    padding: 12px 23px;
}

.language-menu .inner {
    overflow: hidden !important;
}

.language-menu .dropdown-menu {
    background-color: transparent;
}

.language-menu div.dropdown-menu {
    background-color: rgba(255,255,255,0.2);
}
.language-menu .dropdown-menu:before {
    top: -6px;
    color: rgba(255, 255, 255, 0.2);
}

.language-menu .dropdown-menu .dropdown-item, .bootstrap-select .dropdown-menu.inner li a {
    font-size: 1.1em;
}
.panel-header {
	background-image: url('/assets/img/oneair-bg1.jpg');
	background-size: cover;
}
.main-panel {
	background-color: white;
}
.table > thead > tr > th {
    border-bottom: 3px solid #555;
    font-weight: bold;
    background-color: #888;
    color: white;
}
.taiga a {
    display: flex !important;
    align-items: center;
}
.taiga p {
    margin-left: 10px;
}

#taiga-logo-svg {
    width: 35px;
    min-width: 35px;
    height: 37px;
    fill: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    float: left;
    margin-right: 12px;
    transition: all 300ms ease 0s;
}

.taiga:hover #taiga-logo-svg {
    fill: rgba(255, 255, 255, 1);
}

#ex-works-label {
    margin-right: 30px;

}

.ex-works-on {
    color: #212529;
}
.ex-works-off {
    color: rgba(44, 44, 44, 0.2);
}

.navbar a:not(.btn):not(.dropdown-item) {
    color: #bbb;
}

.form-group .input-group-prepend .input-group-text, .form-group .input-group-append .input-group-text, .input-group .input-group-prepend .input-group-text, .input-group .input-group-append .input-group-text {
    padding: 10px !important;

}
.input-group .input-group-middle {
    border-right: 0 none;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.input-group-prepend span.input-group-text, .input-group-append span.input-group-text {
    background-color: #efefef !important;

}
.input-group-append .input-group-text i, .input-group-prepend .input-group-text i {
    min-height: 24px !important;
	min-width: 30px !important;
	line-height: inherit !important;

}

body.main .full-page > .content {
	background-color: white;
}

.register-page .footer {
    color: #bbb;
}
.main .footer {
    background-color: #e8e8e8;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
.full-page .footer .container {
    color: #333;
}
.full-page > .content {
    padding-bottom: 250px;
}

.dataTable .child span.dtr-title {
    width: 20%;
}

ul.dtr-details {
    width: 100%;
}

.dropdown-menu {
	z-index:99999;
}

.fixed-plugin .fa-shopping-cart {
    color: #FFFFFF;
    padding: 10px;
    border-radius: 0 0 6px 6px;
    width: auto;
}

.fixed-plugin .badge {
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    display: block;
    height: 23px;
    margin-right: 5px;
    position: absolute;
    width: 23px;
    top: 5px;
    left: 35px;
    border-color: red;
    color: red;
    font-size: 15px;
    padding: 0;
    background-color: rgba(255,255,255,0.6);
    line-height: 18px;
}
#cart-div .dropdown-menu {
    width: 90vw;
    height: 85vh;
    overflow-y: auto;
	overflow-x: hidden;
}
#cart-div textarea.form-control {
	max-height: none;
    background-color: transparent;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    color: #2c2c2c;
    line-height: normal;
    padding: 10px;
    font-size: 0.8571em;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    box-shadow: none;
}
.bordered-bottom {
    border-bottom: 1px solid #E3E3E3 !important;
    padding-bottom: 30px !important;
}
.header-title {
    height: 30px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.cart-specs {
    border-top: 1px solid #dee2e6;
    padding-top: 5px;
    margin-top: 5px;
}

.product-mother td {
    border-top: 2px solid #46b3ff !important;
    border-bottom: 2px solid #46b3ff !important;
}
.product-mother td:first-child {
    font-weight: bold;
    border-left: 2px solid #46b3ff !important;
}
.product-mother td:last-child {
    border-right: 2px solid #46b3ff !important;
}
.product-mother .cart-code{
    font-weight: bold;
}
.product-son td:first-child {
    border-left: 20px solid #fff;
    border-top: none;
}

.line-row {
    background-color: #1a202c;
}

.btn:disabled, .btn[disabled], .btn.disabled {
    opacity: 0.5;
    background-color: #6c757d;
    filter: alpha(opacity=50);
    pointer-events: none;
}
