
/*.navbar {
  background-color:white!important;
  color:  white;
}

.navbar-bg{
  background-color: white!important;
  color:  white;  
}*/


.panel > .page > .page-content {
  background-color: black;
}
.panel > .page > .page-content > .list > ul {
  background-color: black;
  border-top: 1px solid black !important;

}


.links-list a:after {
  border: 1px solid black;
}




.rotate-center {
	animation: rotate-center 0.6s ease-in-out both;
}


@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}



.zxList td{
	padding:2px 0px 2px 4px;
}


.input-clear-button{
 display: none;
}

textarea{
  border:1px solid lightgray;
  border-radius: var(--f7-input-outline-border-radius);
}

.hide{
  display:none;
}


.wrapper {
  position: relative;
  width: 300px;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: auto;
  margin-right: auto;  
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width:300px;
  height:200px;
  background-color: white;
}

#resetPasswordRequestButton{
	display:none;
}
