/* PLACE YOU CUSTOM STYLES IN THIS FILE */

.nk-info-box {
	position: fixed !important;
	padding: 15px !important;
	bottom: 0;
	z-index: 99999999;
	right: 20px;
	width: 40%;
}

#danger, #success, #loginnaoexiste, #emailjaexiste {
	display: none;
}

.sairdaconta {
	font-size: 15px;
	color: #dd163b !important;
}

.sairdaconta:hover {
	color: #fff !important;
}

.menusadmin ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: rgba(18, 18, 18, 0.4);
}

.menusadmin li a {
  display: block;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.menusadmin li a.active, .menusadmin li a:hover {
  background-color: #DD163B;
  color: white;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #13191b !important;
}

.table-bordered {
	border: 1px solid #13191b !important;
}

table {
    background-color: #13181b !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: rgba(18, 18, 18, 0.4) !important;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	color: #fff !important;
	background-color: rgba(18, 18, 18, 0.4) !important;
	border-color: #13181b !important;
}

.pagination > li > a, .pagination > li > span {
	color: #777 !important;
	background-color: #13181b !important;
	border-color: #13181b !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #DD163B !important;
	color: #fff !important;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
	background-color: #13181b !important;
	border-color: #13181b !important;
}

.form-horizontal .form-group {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.nk-news-box .nk-news-box-item .nk-news-box-item-date {
	text-align: right;
}