body {
  background-color: rgb(240,240,240);
}

button:active,
button:hover,
button:focus,
.card-button,
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
select:focus,
input:focus,
label:focus,
.btn:active,
.btn.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
checkbox
{
  outline:0px !important;
  appearance: none;
  -webkit-appearance:none;
  box-shadow: 0px 0px 2px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  border-radius: none;
  box-shadow: 0px 0px 3px;
  z-index: 10;
  background-color: rgb(240,240,240);
}

/*--------------Login-------------*/

.log {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 500px;
  text-align: center;
  background: rgb(255,255,255);
  box-shadow: inset 0px 0px 4px;
  border-radius: 8px;
}

.logimg {
  width: 50%;
  margin-bottom: 50px;
  border: 2px solid rgb(255,255,255);
  box-shadow: 0px 0px 2px rgb(0,0,0);
}

.input-log {
  box-shadow: inset 0px 0px 3px;
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  width: 70%;
  margin: auto;
  background: rgb(245,245,245);
  text-align: center;
}

.input-log::placeholder{
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.btn-log{
  font-family: 'Quicksand', sans-serif;
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
  font-weight: 600;
  font-size: 14px;
  background: rgb(253,198,37);
  color: rgb(0,0,0);
}

.btn-log:hover{
  background: #fbab60;
  color: #000;
}

.loguser{
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 12px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
  border: 2px solid #fff;
  color:#fff;
  background-color: #C40400;
  border-radius: 4px;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 3px;
}

.loginuser {
  margin-top: 100px;
}


/*--------------Header------------------*/

.navbar-default {
  background-color: #FDC625;
  box-shadow: 0 5px 5px -6px grey;
  height: 60px;
  line-height: 10px;
  border-bottom: 3px solid #fff;
}

.loggeduser {
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
}

.user-logout {
  margin-top: 22px;
  margin-right: 20px;
}

.logaut{
  background-color: #C40400;
}

.btn-logout{
  background-color: #C40400;
  width: 120px;
  text-transform: uppercase;
  color: #ccc;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
}

.btn-logout:hover{
  background-color: #a40000;
  color: #ccc;
}

.logo{
  width: 100px;
}

.btn-info {
  background-color: rgb(159, 195, 233);
  color: #000;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  width: 140px;
  padding: 5px;
}

.btn-info:hover {
  background-color: rgb(108, 129, 183);
}

.left-top-nav {
  margin-left: 20px;
  box-shadow: inset 0px 0px 3px #000;
  padding: 5px;
  background: #fff;
}

/*-----Sub-Header---------*/

.nav {
    width: 100%;
    background-color: #fff;
    overflow: auto;
    padding: 5px 2px;
    background:#D0D0D0;
	  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#dbdbdb));
}

label.nav-button {
width: 200px !important;
border-radius: 0px 5px 5px 0px;
}

label.nav-buttons, label.nav-button {
  height: 40px;
  line-height: 30px;
  border-right: 2px solid rgb(236,232,222);
  border-top: none;
  border-left: none;
  border-bottom: none;
}

.searchInput {
  background-color: #f2f7fd;
  width: 480px;
  font-family: 'Quicksand', sans-serif;
}

.searchInput::placeholder {
  font-family: 'Quicksand', sans-serif;
}

.form{
  position: relative;
  margin-left: 15px;
  margin-top: 3px;
}

.form .fa-search{
  position: absolute;
  top:12px;
  left: 20px;
  color: #9ca3af;
}

.form span{
  position: absolute;
  right: 17px;
  top: 13px;
  padding: 2px;
  border-left: 1px solid #d1d5db;
}

.left-pan{
  padding-left: 7px;
}

.left-pan i{
 padding-left: 10px;
}

.form-input{
  text-indent: 33px;
  border-radius: 6px;
}


.btn-primary {
    background-color: rgb(70, 103, 164) !important;
    color: rgb(245,245,245);
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    width: 140px;
    border-right: 2px solid rgb(236,232,222);
    border-top: none;
    border-left: none;
    border-bottom: none;
    padding: 5px;
}

.btn-primary:hover{
  background-color: rgb(0, 143, 156) !important;
  color: #000 !important;
  border-right: 1px solid rgb(236,232,222);
  border-left: 1px solid rgb(236,232,222);
}

.left-nav {
  margin-left: 20px;
  box-shadow: inset 0px 0px 3px rgb(0,0,0);
  padding: 5px;
  background-color: rgb(255, 255, 255);
}

.right-nav {
  margin-left: 10px;
  box-shadow: inset 0px 0px 3px rgb(0,0,0);
  padding: 5px;
  background-color: rgb(255, 255, 255);
}

.radius-left {
border-radius: 5px 0px 0px 5px;
}

.radius-right {
  border-radius: 0px 5px 5px 0px;
}

/*----------Tabel comenzi------------*/

.table>:not(:first-child){
  border-top: 1px solid #000;
}

.tabel-comenzi {
  margin-top: 15px;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
  box-shadow: 0px 0px 3px;
}

.tabel-comenzi > thead {
    line-height: 1.2;   
}

.tabel-comenzi > thead>tr {
  height: 25px;
  background-color: #fdc625;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.5px;
}

.tabel-comenzi>tbody>tr{
  border-bottom: 1px solid #dddddd;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  color: #000;
}

.tabel-comenzi>tbody>tr>td{
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}

.tabel-comenzi tbody tr.highlight td { 
  background-color: rgb(35, 71, 139); 
  color: #fff;
}

table.lightgrey-weekends tbody td:nth-child(n+6) {
  color: orange;
}

.col-2 {
  width: 80px;
}

.col-3 {
  width: 300px;
}

.col-10 {
  width: 80px;
}

/*----------Modal comenzi noi-------------*/

textarea {
  width: 100%;
  resize: none;
  padding: 5px;
  margin-top: 5px;
  border: none;
}

.addord{
  width: 100%;
  margin: 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-header{
  background-color: rgb(253,198,37);
  height: 25px;
}

.modal-body {
  background-color: rgb(240,240,240);
}

.modal-title {
  font-weight: 600;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
}

.modal-content{
  border-radius: 10px;
  background-color: rgb(255,255,255);
}

.clientdiv{
  margin-top: 10px;
}

.clientdiv-2{
  margin-top: 55px;
  background: rgb(240,240,240);
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 2px;
}

.clientdiv-inner{
  margin: auto;
  background: rgb(240,240,240);
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 2px;
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  text-align: left;
}

.invoice-field {
  margin-top: 55px;
}

.ordercol{
  background-color:rgb(255,255,255);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
  box-shadow:0 1px 3px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
  padding: 10px;
  width: 24%;
  margin: 0px 4px;
  height: 460px;
}

.cominput{
  margin: 2px 0px;
  font-family: 'Mulish', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: rgb(255,255,255);
}

.inputcl{
  margin-top: 10px;
}

.product-table{
  margin-top: 35px;
}

.tabel-produse td{
    height: 20px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.tabel-produse tr {
  background: rgb(255, 253, 231);
  color: rgb(0,0,0);
}

.table-prod > th {
  background: #000;
  font-family: 'Mulish', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #f5f5f5;
  padding: 3px !important;
  border: 1px solid #f5f5f5;
  text-transform: uppercase;
  text-align: center;
}

.edit-order{
  padding: 15px;
  margin: 20px auto;
  text-align: center;
  width: 400px;
  border-radius: 5px;
  background-color:rgb(255,255,255);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	box-shadow:0 1px 3px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
}

.submitorder{
  margin: auto;
  background: rgb(0, 166, 0);
  color: rgb(245,245,245);
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
  font-family: 'Mulish', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.submitorder:hover{
  background: rgb(31, 128, 29);
  color: rgb(255,255,255);
}

.setfact{

  background-color: rgb(255,255,255);
  border: 1px solid rgb(209,213,219);
  border-radius: .5rem;
  color: #111827;
  font-family: 'Mulish', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.25rem;
  padding: .75rem 1rem;
  text-align: center;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  margin: 10px auto;
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);

}

.setfact:hover{
  background-color: #f9fafb;
} 

.fact{
  margin-bottom: 10px;
  background: #fff;
  font-family: 'Mulish', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.fact::placeholder{
  font-family: 'Mulish', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.success{
  font-family: 'Mulish', sans-serif;
  font-size: 12px;
  width: 125px;
  background: rgb(0, 166, 0);
  color: rgb(245,245,245);
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
}

.success:hover{
  background: rgb(31, 128, 29);
  color: rgb(245,245,245);
}

.info{
  font-family: 'Mulish', sans-serif;
  font-size: 12px;
  margin-left: 1px;
  width: 125px;
  background: rgb(4, 175, 236);
  color: rgb(245,245,245);
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
}

.info:hover{
  background: rgb(31, 128, 29);
  color: rgb(245,245,245);
}

.warning{
  font-family: 'Mulish', sans-serif;
  font-size: 12px;
  width: 125px;
  background-color: #fdc625;
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
}

.warning:hover{
  background: rgb(226, 155, 64);
  color: rgb(0,0,0);
}

.danger{
  font-family: 'Mulish', sans-serif;
  font-size: 12px;
  width: 125px;
  background: rgb(196,4,0);
  color: rgb(255,255,255);
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
}

.danger:hover{
  background: rgb(196, 40, 28);
  color: rgb(245,245,245);
}

.radiolabel{
  font-family: 'Mulish', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgb(0,0,0);
  margin-bottom: 5px;
  text-transform: uppercase;
}


.switch-field {
	display: flex;
	overflow: hidden;
  width: 100%;
  justify-content: center;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
  font-family: 'Mulish', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
  width: 180px;
  text-transform: uppercase;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #fdc625;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

.nefact {
  border-radius: 4px !important;
}

input[type="radio"]{
  display: none;
}

.successalertcomanda{
  width: 90%;
  left: 0;
  position: absolute;
  box-shadow: 0px 0px 3px;
  color: rgb(61,114,61);
  font-weight: 600;
  font-family: 'Mulish', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background-color: rgb(222,240,216);
}

.editprbuttons {
  width: 98%;
  margin: auto;
  padding: 5px;
}

.editprod-buttons {
  text-align: center;
  font-family: 'Mulish', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.col-button {
  justify-content: space-around;
  font-family: 'Mulish', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.clswitch {
  margin-top: 36px;
}

.calendarcom {
  margin-top: 60px;
}

.textfield {
  box-shadow: inset 0px 0px 2px;
  border-radius: 5px;
  font-family: 'Mulish', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgb(0,0,0);
  padding: 5px;
}

textfield::placeholder {
  color: rgb(240,240,240);
}

/*------Modal editare comanda----------*/

.edcl{
  padding: 10px;
    background:#D0D0D0;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#dbdbdb));
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;

}

.editcol{
  padding: 10px;
  border-radius: 5px;
}

.editfact {
  width: 170px;
  margin-bottom: 5px;
  background-color: rgb(243, 207, 155);
  color: rgb(0,0,0);
}

.editfact:hover{
  background: rgb(245, 205, 48);
  color: rgb(0,0,0);
}

.edfac {
  margin-top: 10px;
}

.customrow {
  margin: 10px auto;
}

.edit-buttons{
  background: rgb(255,255,255);
  padding: 10px;
  border-radius: 5px;
  box-shadow: inset 0px 0px 3px rgb(0,0,0);
  height: 100%;
}

.edit-order-button{
  background-color: rgb(255, 176, 0);
  color: rgb(0,0,0);
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
  font-family: 'Mulish', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  width: 150px;
  margin-top: 48px;
}

.edit-order-button:hover{
  background-color: rgb(255, 176, 0);
  color: rgb(0,0,0);
}

.update-button {
  margin-top: 10px;
  margin-left: 3px;
  font-family: 'Mulish', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.order-body {
  text-align: center;
  margin-top: 15px;
}

.finalz {
  margin-top: 50px;
}

.finord{
  width: 100%;
  background-color: rgb(128, 187, 219);
  color: rgb(0,0,0);
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px #000;
  font-weight: 600;
  font-family: 'Mulish', sans-serif;
  font-size: 12px;
  margin-top: 5px;
}

.finord:hover{
  background-color: rgb(123, 182, 232);
  color: rgb(0,0,0);
}

.margleft {
  width: 30%;
  margin-left: 33px;
  margin-top: 10px;
}

.margright {
  margin-top: 30px;
}

.ed {
  margin: 15px 0px;
}

.left {
padding: 10px 10px;
margin-right: 2px;
height: 600px;
background:#fff;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
}

.right {
  padding-top: 50px;
  height: 600px;
  background:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
}

.successalertedit {
  width: 90%;
  left: 0;
  position: absolute;
  box-shadow: 0px 0px 3px;
  color: rgb(61,114,61);
  font-weight: 600;
  font-family: 'Mulish', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background-color: rgb(222,240,216);
}

.successalerteditprod {
  margin-left: 5px;
  box-shadow: 0px 0px 3px;
  color: rgb(61,114,61);
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background-color: rgb(222,240,216);
}

.radiobuttons {
  width: 100%;
  text-align: center;
  background-color: rgb(237,242,247);
  margin-top: 5px;
  border-radius: 4px;
  box-shadow: inset 0px 0px 2px;
  padding: 0;
}

.form_radio_btn{
  display: inline-block;
  width: 48%;
  padding: 7px;
  font-size: 14px;
}

.form_radio_btn input[type=radio] {
	display: none;
}
.form_radio_btn label {
	cursor: pointer;
	user-select: none;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
 
.form_radio_btn input[type=radio]:checked + label {
  background-color: rgb(165,220,134);
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
  border-radius: 4px;
  padding: 7px;
}
 
.form_radio_btn label:hover {
	color: #666;
}

.lable-for-check:hover {
  border-right: none;
}

.check-with-label:checked + .label-for-check {
  background-color:#c11 !important;
  color:#000 !important;
}

.viewBtn, .delProdBtn {
  font-family: 'Mulish', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}


.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: 0px 0px 1px #000;
  border-radius: 8px;
  margin-top: 60px;
  width: 100%;
}


.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #f5f5f5;
  cursor: default;
  padding: 8px;
  font-size: 14px;
  font-family: 'Mulish';
  text-transform: uppercase;
  background: rgb(128, 187, 219);
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
  padding: 10px;
  font-family: 'Mulish';
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  margin-left: 8px;
  width: 98%;
  float: none;
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin-left: 35px;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  width: 83px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Mulish';
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: .5;
  background-position: -92px -19px;
  display: none;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_current {
background: #fdc625 !important;
}



/*------Modal editare produs-----------*/

.card {
  margin-top: 25px;
}


.labelprod{
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  color: rgb(0,0,0);
  margin-top: 15px;
}


/*--------Setari------------*/


.card-body {
  text-align: center;
}

.sel {
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
}

.butonsetari {
  margin: auto;
}

.col-auto {
  margin: 5px 0px;
}

.setadd {
  margin: 15px 0px 10px 0px;
}

.modbutton{
  text-align: center;
  margin: 15px 0px;
}

.setbutt {
  width: 200px;
}

.listlabel {
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
}

.viewPrdBtn {
  z-index: 1000;
}

.printare {
  padding: 5px;
  text-align: center;
  width: 250px;
  margin: auto;
  margin-top: 150px;
}

.printOrder {
  width: 200px;
  background:rgb(0, 166, 0);
  color: rgb(255,255,255);
  font-family: 'Mulish', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}


.successutilizator{
  width: 75%;
  left: 0;
  position: absolute;
  box-shadow: 0px 0px 3px;
  color: rgb(61,114,61);
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background-color: rgb(222,240,216);
}

.successclient{
  width: 75%;
  left: 0;
  position: absolute;
  box-shadow: 0px 0px 3px;
  color: rgb(61,114,61);
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background-color: rgb(222,240,216);
}

.successmaterial{
  width: 75%;
  left: 0;
  position: absolute;
  box-shadow: 0px 0px 3px;
  color: rgb(61,114,61);
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background-color: rgb(222,240,216);
}

.successfinisaj{
  width: 75%;
  left: 0;
  position: absolute;
  box-shadow: 0px 0px 3px;
  color: rgb(61,114,61);
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background-color: rgb(222,240,216);
}

.footer-row {
  width: 100%;
}

.sub-nav {
  padding: 3px;
}

.menu-left {
  padding: 3px;
  box-sizing: border-box;
}

.butoane-meniu {
  width: 140px;
  text-align: center;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  word-spacing: 1px;
  padding: 5px;
  background-color: rgb(32, 58, 86);
  color: rgb(245,245,245);
  border: none;
  box-shadow: 0px 0px 2px rgb(0, 0, 0);
}

.butoane-meniu:hover {
  background-color: rgb(253,198,37);
  color: rgb(0,0,0);
}

.cont-top {
  background: #fff;
  padding: 5px;
  border-radius: 3px;
  box-shadow: 0px 0px 1px;
}

.butoane-meniu-top {
  width: 140px;
  text-align: center;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  word-spacing: 1px;
  padding: 8px;
  background-color: rgb(22, 29, 50);
  color: rgb(245,245,245);
  border: none;
  box-shadow: 0px 0px 2px rgb(0, 0, 0);
}

.butoane-meniu-top:hover {
  background-color: rgb(32, 58, 86);
  color: rgb(245,245,245);

}

.col-md-2 {
  padding: 5px;
  text-align: center;
  width: 15%;
}

.first {
  margin-left: 25px;
}

.butoane-check {
  width: 140px;
  text-align: center;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  padding: 5px;
  margin-top: 3px;
  background-color: rgb(253,198,37);
  color: rgb(0,0,0);
  border: none;
  box-shadow: 0px 0px 2px rgb(0, 0, 0);
}

.butoane-check:hover {
  background-color: rgb(0,0,0);
  color: rgb(245,245,245);
}

.dashline {
  width: 95%;
  margin: auto;
}

.pagination {
  margin: 5px auto;
  width: 95%;
}

.page-numbers {
  margin: auto;
  text-align: center;
}

.page-button {
  display: inline-block;
	text-decoration: none;
  background-color: rgb(0,0,0);
	color: rgb(240,240,240);
	padding: 5px 10px;
  border-radius: 3px;
	transition: all 0.3s;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  box-shadow: 0px 0px 2px rgb(0, 0, 0);
  text-transform: uppercase;
}

.page-button:hover{
	background-color: rgb(253,198,37);;
	color: rgb(0,0,0);
}

.page-button.active{
	background-color: #0d81cd;
	color: #fff;
}












