html {height: 100% !important;}
body {height: 100% !important;}
#base_layout {height: 100% !important;}

.border-orange-1 {
    border: 1px solid #ca9530 !important
}

.bg-orange-1 {
    background-color: #fdf7dd !important;
}

#login_wrapper {
	background-image: url("https://cdn.service.business-erp.ro/public/hs_logo.jpeg");
	background-color: #fff; 
	height: 100%; 
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
}
#login_wrapper .logo {width: 100%;}
.content-wrapper {background-color:  #fff}
.status_badge {padding: 10px; display: inline-block; color: #000; font-size: 13px;}
#section_view_header {
	border-radius: 5px;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #134a6d;
}
.lobibox-notify-msg {height: auto !important; max-height: none !important;}
.required_field {color: #dc3545}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #134a6d !important;
    color: #fff;
}
.highlight {background-color: #ffea96;}
.badge_status {padding: 10px !important;}

.f-size-14 {font-size: 14px !important;}
.f-size-24 {font-size: 24px !important;}
.f-size-20 {font-size: 20px !important;}
.f-size-18 {font-size: 18px !important;}
.f-size-16 {font-size: 16px !important;}

.cursor-pointer {cursor: pointer;}
.waitMe {background-color: rgba(0, 0, 0, 0.5) !important;}
.strike {text-decoration: line-through;}
.highlight {background-color: #ffea96;}
.text-strike {text-decoration: line-through}
.bg-gray-1 {background-color: #f0f2f0}
.bg-blue-1 {background-color: #134a6d}

.color-gray-1 {color: #9d9c9c}
.color-red-1 {color: #b32323}
.color-blue-1 {color: #265693}
.color-green-1 {color: #4b7d19}
.color-white {color: #fff}
.color-blue {color: #134a6d}

.filter_label {
    float: left;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #c4c4c4;
    padding-right: 30px;
    width: 100%;
    margin-bottom: 5px;
}
/* New & Edit Customer */
#new_customer_address_containter,
#edit_customer_address_containter,
#new_sheet_customer_address_containter {
    background-color: #fdf7dd;
}
.new_customer_label_section,
.new_sheet_customer_label_section,
.edit_customer_label_section,
.modal_label_sheet_list_workmanship {
    border-bottom: 1px solid #c9c9c9; 
    margin-bottom: 5px; 
    padding-bottom: 5px; 
    font-size: 24px; 
    font-weight: bold; 
    font-style: italic; 
    color: #c9c9c9;
}

/* Messages */
.warning_message_container {
    background-color: #fdf7dd;
    font-style: italic;
    text-align: center;
    padding: 10px;
}

.danger_message_container {
    background-color: #fdc2c2;
    font-style: italic;
    text-align: center;
    padding: 10px;
}
/* End Messages */

/* -----------------------------------------
   Horizontal tabs
----------------------------------------- */
nav > .nav.nav-tabs{
    border: none;
    color:#fff;
    background:#233131;
    border-radius:0;

}
nav > div a.nav-item.nav-link {
    border: none;  
    padding: 10px 25px;
    color:#fff;
    background:#233131;
    border-radius:0; 
}
nav > div a.nav-item.nav-link.active
{
    background:#134a6d;
    color:#fff;
}

nav > div a.nav-item.nav-link.active:after {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #134a6d ;
}
.tab-content{
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #134a6d;
    border-bottom:5px solid #134a6d;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
    border: none;
    background: #134a6d;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
.navbar-my-blue {
    background-color : #134a6d;
}
.navbar-my-blue a {
    color: #fff !important;
}
/* END Horizantal tabs */

/* GENERAL MODAL */
.modal-general-header {
    background-color : #134a6d;
    color: #fff !important;
}
.modal-general-footer {
    background-color : #134a6d;
    color: #fff !important;
}
.modal-general-header .btn-close {
    color: #fff !important;
}   
/* END GENERAL MODAL */
.blue-text {
    color: #134a6d;
}
.btn-yellow {
    background-color: #ffcc00;
    color: #fff;
}

/* Badges */
.badge {padding: 5px 10px;}
.badge_success {
    background-color: #28a745;
    border-color: #28a745;;
}

.badge_danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

.badge_info {
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.badge_warning {
    background-color: #ffc107;
    border-color: #ffc107;
}

/* Select 2 */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0 !important;
    padding: 4px !important;
    margin-left: 3px !important;
    margin-top: 2px !important;
    padding-left: 23px !important;
    background-color: #134a6d;
    border-color: #006fe6;
    border: none !important;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 3px !important;
}
.select2-container--default .select2-search--inline .select2-search__field:focus {
    border: 0 !important;
}
.select2-container--default .select2-dropdown .select2-search__field{
    margin-top: 2px !important;
    height: 24px !important;   
} 
.select2-container--default .select2-search--inline .select2-search__field {
    border: 0 !important;
    height: 24px !important;   
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #134a6d;
    padding: 4px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #134a6d !important;
}
.select2-search--inline textarea {width: auto !important}
/* End Select 2 */

.modal-xxl {
    width: 95%;
    max-width: 100%;
}
/* Add customer modal*/
#modal_add_customer_search {display: none; background-color: #fffbee;}
.modal_add_customer_search_results_row {border-bottom: 1px solid #c9c9c9;}
.modal_add_customer_search_results_url { color: #313438; }
.modal_add_customer_search_results_address { background-color: #eeeff2;}
#modal_add_customer_search_exist_wrapper { height: 300px; }
#modal_add_customer_search_exist {height: 200px; overflow-y: scroll;}
#modal_add_customer_search_potential_wrapper { height: 300px; }
#modal_add_customer_search_potential {height: 200px; overflow-y: scroll;}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width:1200px;
    }
}
