:root{
    --bs-link-color: #66615b;
    --bs-body-font-size: 14px;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #eb5e28;
    --bs-btn-border-color: #eb5e28;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c84513;
    --bs-btn-hover-border-color: #c84513;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c84513;
    --bs-btn-active-border-color: #c84513;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #eb5e28;
    --bs-btn-disabled-border-color: #eb5e28;
}

#tblDocumentePremergatoare tr , #tblDocumentePremergatoare td , #tblDocumentePremergatoare th{
	border:1px solid black;
}
.hid_try{
	position:relative;
	padding-left:5px;
}
.hid_try input[type="file"]{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	width: 25px!important;
	overflow: hidden;
	padding:0px 5px;
}

.dis-inline{
	display:inline;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #66615b;
    --bs-btn-border-color: #66615b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #484541;
    --bs-btn-hover-border-color: #484541;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #484541;
    --bs-btn-active-border-color: #484541;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #66615b;
    --bs-btn-disabled-border-color: #66615b;
}
.dropdown-menu{
    --bs-dropdown-font-size: 14px;
}
.btn{
    --bs-btn-font-size: 14px;
}
body{
    overflow-x: hidden;
    background: #f4f3ef;
    color: #252422;
}
a{
    text-decoration: none;
}
.bg-light{
    background: #ffffff !important;
}
header .navbar.bg-light{
    background: #66615b !important;
}
header .navbar .nav-link{
    color: #ffffff;
}
.box-body{
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(204,197,185,.5);
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding: 15px;
}
.loading_container{
    display: none !important;
}
.table-sm{
    font-size: 13px;
}
.table-sm .btn{
    --bs-btn-font-size: 13px;
}

/* RULES */
@media (min-width: 992px){
    .modal-lg, .modal-xl {
        --bs-modal-width: 1200px;
    }
}


  .table-responsive{
    min-height: 200px;
  }

  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
     }
}
#filterForm {
    display: none;
}
.dropdown-menu.custom-dropdown {
    right: auto;
    left: -15%;
    transform: translateX(-15%);
}
#feedback{
    display: none;
}