body {
    color: #ffffff;
    background-color: #2F2F2F;
    font-family: 'Poppins', sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
}

a {
	color: #019FE3;
	text-decoration: none;
}

a:hover {
	color: #0166E2;
	text-decoration: none;
}

.btn-primary {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,159,227,1)), to(rgba(0,102,226,1)));
	background-image: linear-gradient(to right, rgba(0,159,227,1), rgba(0,102,226,1));
	border: 0;
}

.btn-primary:hover {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(230,0,126,1)), to(rgba(229,0,93,1)));
	background-image: linear-gradient(to right, rgba(230,0,126,1), rgba(229,0,93,1));
	border: 0;
}

.btn-secondary {
	background-color: #d3d3d3;
	color: #3c3c3b;
	border: 0;
}

.btn-secondary:hover {
	background-color: #e6e6e6;
	color: #3c3c3b;
	border: 0;
}

.login-window {
    background-color: #000000;
    border-radius: 14px;
    padding: 1.75rem;
    min-width: 500px;
}

@media (max-width: 767px) {
.login-window {
    min-width: 100%;
}
}

.card {
	background-color: #000000;
    border-radius: 14px;
    height: 100%;
    width: 100%;
}

.card.primary {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,159,227,1)), to(rgba(0,102,226,1)));
	background-image: linear-gradient(to right, rgba(0,159,227,1), rgba(0,102,226,1));
    border-radius: 14px;
}
	
.card-body {
    padding: 1.75rem;
}

h1 { 
	font-weight: 600;
	font-size: 30px;
	color: #ffffff;
}

.card-title {
	font-weight: 600;
	font-size: 20px;
	color: #ffffff;
    margin-bottom: 1.5rem!important;
}

hr {
	margin-top: 3px;
	margin-bottom: 7px;
	border-color: #ffffff;
}

.info {
	font-size: 11px;
	font-style: oblique;
	color: #ffffff;
}

footer {
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	line-height: 1.5;
}

.table-hover > tbody > tr:hover {
  background-color: #EEEEEE;
}

.linkButton { 
     background: none;
     border: none;
     color: #019FE3;
     text-decoration: underline;
     cursor: pointer; 
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
}

.page-wrapper .page-content > div {
  padding: 20px 40px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}