/*body {
  //background: url('../images/wp.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}*/
.cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: #fafafa;
    z-index: 10;
 }
 .modal-full {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.modal-full .modal-content {
	height: auto;
	min-height: 100%;
	border-radius: 0;
}
.modal-full .modal-body { max-height: calc(100vh - 100px); overflow-y: auto; }
.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}
.jeda { margin-top:75px; }
.jedabot { margin-bottom:65px; }
.scrollable {
  height:55vh;
  overflow-y: scroll;
}
.bank-image-logo {
	width: 100px;
	height: 38px;
}
.dua {
	background-color:#E0E0E0;
}