nav.navbar:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

button.button1:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

div.card {
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
border-radius: 10px 15px 15px 10px;
}


div.cardHeader {
    background-color:#87CEEB;
    color: black;
    padding: 2px;
    height: 120px;
 border-radius: 10px 15px 0px 0px;
}

div.cardContainer {
    padding: 5px;

}


.div-hide {
	display: none;
}

.kv-file-zoom {
	display: none;
}

div.kv-avatar div.file-input div.file-preview {
	width: 200px;
}

/*login form*/
.vertical {
	padding-top: 150px;
	padding-bottom: 150px;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}
.mcenter {
  display: flex;
  justify-content: center;
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#container {
    text-align: left;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    width:100%;
   padding-left: 50px;
  		
}
#container>div {
    width: 18%;
    height: 100%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 0.7;

}
div.dsdiv{
padding-bottom: 20px;
}


@media
	  only screen 
    and (max-width: 760px), (min-device-width: 760px) 
    and (max-device-width: 1024px)  {

div.dsdiv{
padding-bottom: 10px;
}

div.card {
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
	border-radius: 10px 15px 15px 10px;

}


div.cardHeader {
    background-color:#87CEEB;
    color: black;
    padding: 2px;
    height: 140px;
 border-radius: 10px 15px 0px 0px;
 
}

div.cardContainer {
    padding: 2px;
}


#container {
    text-align: left;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    width:100%;
    padding-left: 5%;
    
}
#container>div {
    width: 90%;
    height: 100%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 0.7;

}


}