@charset "UTF-8";
/* CSS Document */

body, html {
	background: black;
	height: 100%;
	width: 100%;
	display: block;
}
.logo-haeder{
	display: block;
	margin: 100px auto auto auto;
}

.modal-body, .modal{
	background-color: #222222;
	color: white;
}

#contact label{
	/*color: #505050;
	display: block;
	float: left;*/
}
.modal input{
	/*color: #505050;
	display: block;
	float: right;*/
	/*width: 95%;*/
	background: #181818;
	color: white;
	border: solid 1px #494949;
}
textarea{
	width: 95%;
	background: #181818;
	color: white;
	border: solid 1px #494949;
	height: 100px;
}

.popover{
	background: #000000;
	z-index: 1100;
	color: white;
	font-size: 12px;
	z-index: 1100;
}
.popover-title{
	background: #DCDCDC;
	color: black;
	font-size: 12px;
	padding: 5px 5px;
}
.popover-content {
    padding: 5px 5px;
}

.card-loader {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  background-color: rgba(5, 5, 5, 0.6);
  z-index: 999;
}