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;
}


div.cardHeader {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    font-size: 40px;
}

div.cardContainer {
    padding: 10px;
}


.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;
}

select.heightAdjust + button {
    height: 38px;
}

.pointerForImage {cursor: pointer;}

.addScroll{
    overflow: auto !important;
    display: block;
}
#progress {
    position: relative;
    width: 6%;
    /*height: 20%;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}
/*border of tag-input*/
.real {
    padding: 10px;
    border: solid 1px black;
}
/*.qr-ref-showAndhide{*/
    /*display: none;*/
/*}*/
/*.qr-btn{*/
    /*user-select: none;*/
    /*white-space: pre;*/
    /*align-items: flex-start;*/
    /*text-align: center;*/
    /*cursor: default;*/
    /*color: buttontext;*/
    /*background-color: buttonface;*/
    /*box-sizing: border-box;*/
    /*padding: 1px 6px;*/
    /*border-width: 2px;*/
    /*border-style: outset;*/
    /*border-color: buttonface;*/
    /*border-image: initial;*/
/*}*/
/*@media print {*/
    /*.qr-elements-hide {*/
        /*display: none;*/
    /*}*/
    /*.header-date{*/
        /*display: none;*/
    /*}*/
    /*.qr-ref-showAndhide{*/
        /*display: block;*/
    /*}*/
/*}*/