.row{
  max-width: 90%;
}
.no-padding-column{
	padding: 0;
}
.medium-6{height: 5rem;}
.auto-height{height: auto !important;}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: black;
   opacity: 0.7;
}

input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
   color: black;
   opacity: 0.7;
}

input::-moz-placeholder,
textarea::-moz-placeholder {  /* Firefox 19+ */
   color: black;
   opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
   color: black;
   opacity: 0.7;
}

.button-second{margin-left: 1rem;}

.assign-product{background: #B53B08;}
.assign-product:hover{background: #752605;}

.menu-text{
  background-image: url(../images/gomedyk_logo.png) !important;
	width: 300px;
  height: 131px;
  background-size: contain;
  float: left;
  display: inline-block !important;
  background-repeat: no-repeat;
  margin-right: 112px;
}

.buttons{
  margin-top: 2rem;
}

.commande{
  margin: 0 0 1rem 0 !important;
}
.button{
  margin: 0 1rem 1rem 0;
}

h1{font-size: 2.5rem;}

.menu li{padding: .7rem .7rem .7rem 0}

.dataTables_wrapper .dataTables_filter input{
  margin-left: 0 !important;
}

#table_id_length select {width:80px;}

[type="checkbox"] {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;

}

h3 {
	
	font-size:26px;
	margin: 30px 0px 20px 0px;
}