.containeradddevice{
	margin:0 auto;
	font-family: arial;
	width: 18rem;
	height: 0 auto;
	padding:0px;
	background:#88f8f8; 
	border-radius:10px;
}

.cardadddevice {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  max-width: 300px;
  margin:5px auto;
  text-align: center;
  font-family: arial;
  background:white;
  cursor:pointer;
}

.cardadddevice h3{
	margin:0px;
	padding:0px;
	font-size:30px;
	color:#3DBCD9;
	font-weight:bold;
}

.cardadddevice img{
	float:center;
	margin:5px auto;
	width:90%; 
	height:20%;
}

.cardadddevice p{
	margin:0px;
	font-size:14px;
}

.cardadddevice button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.cardadddevice button:hover {
  opacity: 0.7;
}

.banneraddnewdevice{
	margin:0 auto;
	padding:5px; 
	border-top-left-radius:10px; 
	border-top-right-radius:10px; 
	background-color:#151e58;
	font-size:17px;
	color:white;
}
.selecthomeimage{
	width:130px; 
	height:120px;
	display:inline-block;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	box-sizing:border-box;
	cursor:pointer;
	margin:5px;
	padding:0px;
	background-color:#151e58;									
	background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)), url(/static/homenew1.png);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.selectroomsimage{
	width:130px;
	height:120px;
	display:inline-block;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	box-sizing:border-box;
	cursor:pointer;margin:5px;
	padding:0px;
	background-color:#151e58;
	background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),url(/static/newrooms4a.png);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
