.menu {
	width: 100%;
	display: table;
}
.menu ul {
	display: table-row;
}
.menu li {
	display: table-cell;
	background: #303030;
}
.menu ul li:hover, .menu a:hover {
	background: #666;
}
.menu li a {
	display: block;
	padding: 8px 15px;
	color: #fff;
	text-align: center;
	text-decoration: none
}




.table-wrap{
  display: inline-block;
  height: 400px;
  margin: 0 20px;
     }
  table.table-1 {
    border-collapse: collapse;
    border-spacing: 0;
    /* width: 100%; */
     }
   table.table-1 tr {
   background-color: #f8f8f8;
      }
  table.table-1 th, table.table-1 td {
    text-align: center;
    padding: 8px;
    border: 1px solid #ddd;
     }

   table.table-waap th{
     font-weight: bold;
    }

		table.table-waap {
	    border-collapse: collapse;
	    border-spacing: 0;
	    width: 650px;
			margin: 0 auto;

	     }
	   table.table-waap tr {
	   background-color: #f8f8f8;
	      }
	  table.table-waap th, table.table-waap td {
	    text-align: center;
	    padding: 8px;
	    border: 1px solid #ddd;
	     }

	   table.table-waap th{
	  font-weight: bold;
	    }



		.table-warp_M{
			overflow-x:auto;

		}
		table.table-1_M {
		    border-collapse: collapse;
		    border-spacing: 0;
		    width: 100%;
		}
		table.table-1_M tr {
			background-color: #f8f8f8;
		}
		table.table-1_M th, table.table-1_M td {
			text-align: left;
		    padding: 8px;
		    border: 1px solid #ddd;
		}

		table.table-1_M th{
			font-weight: bold;
		}

		.table-user{
			overflow-x:auto;

		}
		table.table-2 {
				border-collapse: collapse;
				border-spacing: 0;
				width: 100%;
		}
		table.table-2 tr {
			background-color: #f8f8f8;
		}
		table.table-2 th, table.table-2 td {
			text-align: left;
				padding: 8px;
				border: 1px solid #ddd;
		}

		table.table-2 th{
			font-weight: bold;
		}


  .button_table {
		width: 150px;
		height: 40px;
		margin: 15px 0 0 0;
	}
    .addbutton {
			margin: 8px 0;
			width: 150px;
			height: 40px;
			text-align: center;
			background: #bfd76d;
			color: #fff;
			border: 0;
			padding: 8px 15px;
			text-decoration: none
		}
    .addbutton:hover {
			background: #666;
		}

		.eddbutton {
			width: 150px;
			/* height: 40px; */
			text-align: center;
			background: #303030;
			color: #fff;
			border: 0;
			padding: 8px 15px;
			text-decoration: none;
			border-radius: 10px;
			margin: 10px 0 0 300px;
		}
		.eddbutton:hover {
			background: #666;
		}

    .profile {
			/* display: inline; */
			margin: 10px auto 0 auto;
			width: 1490px;
			max-height: 500px;

		}
		.photo-block {
			vertical-align: top;
			display: inline-block;
			width: 30%;
			/* height: 450px; */
			box-shadow: 0 0 10px rgba(0,0,0,0.5);
			margin-right: 15px;
		}
		.img {
			height: 450px;
		}
		.user-block {
			vertical-align: top;
			text-align: center;
			display: inline-block;
			width: 59%;
			/* height: 450px; */
			box-shadow: 0 0 10px rgba(0,0,0,0.5);
		}

			.user_data {
				display: table;
					border-spacing: 0;
					width: 800px;
					margin: 10px auto;
			}
			.u_data_item {
				display: table-cell;
				text-align: left;
					padding: 8px;
					border: 1px solid #ddd;
			}
			.u_data_row {
				display: table-row;
			}
   .integration {
		 margin: 15px 0;
	 }
	 .modeUS {
		 margin: 15px 0;
	 }
	 .wrapper {
  background-color: whitesmoke;
  list-style-type: none;
  padding: 0;
  border-radius: 3px;
}
.form-row {
  display: flex;
  justify-content: flex-end;
  padding: .5em;
}
.form-row > label {
  padding: .5em 1em .5em 0;
  flex: 1;
}
.form-row > input {
  flex: 2;
}
.form-row > input,
.form-row > button {
  padding: .5em;
}
.form-row > button {
  background: gray;
  color: white;
  border: 0;
}
.head {
	width: 100%;
	margin: 5px 0;
}
.logo_head, .cont_head {
	display: inline-block;
	width: 40%;
}
.buttons {
  height:25px;
  margin: 7px 3px;
}
.buttons button, .buttons a, .buttons input {
  padding: 12px 18px;
  color: #fff;
  font-size: 15px;
  border: 1px solid #bfd76d;
  border-radius: 100px;
  background-color: #bfd76d;
	text-decoration: none;
}
.buttons button:hover, .buttons a:hover, .buttons input:hover {
    background-color: #666;
}

.orders_cont {
  margin: 30px auto;
}
.orders_cont table{
  width: 100%;
  text-align: center;
  border-collapse:collapse;
}
.orders_cont thead {
  border: 1px solid black;
}
.orders_cont th{
  padding: 12px 0;
  background: #f2f2f2;
}
.orders_cont td{
  padding: 8px 0;
  background: #FFFAFA;
  border-top: 1px solid #696969;
  border-bottom: 1px solid #696969;
}
