html {height: 100% !important;}
body {height: 100% !important;}
#base_layout {height: 100% !important;}
#login_wrapper {
	background-image: url("https://cdn.trans.business-erp.ro/public/login_bg.jpg");
	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;}
#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;}
/* -----------------------------------------
   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;
}
.border-left-yellow-style-1 {
    border-left: .20rem solid #f0ad4e;
    border-radius: .25rem;
    padding-left: 7px
}
.border-bottom-yellow-2 {
    border-bottom: 2px solid #ffcc00;
}
/* Select 2 */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0 !important;
    padding: 0 !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;
    margin-top: 2px !important;
    height: 24px !important;   
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 0px !important;
    border-right: 1px solid #134a6d;
    padding-left: 7px !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: none !important;
}
/* End Select 2 */



.modal-xxl {
    width: 90%;
    max-width: 100%;
}

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