.logo {
	padding-bottom: 15px;
}

.btn_login_form {
	width: 100%;
}

table.dataTable tbody td {
    border: 0;
    border-top: 1px solid #ddd;
}

table.dataTable tbody tr {
    background-color: #efeff8;
}

table.dataTable tbody tr:hover {
    background-color: #c1c1c7 !important;
    color: white !important;
}

table.dataTable thead {
    background-color: #909491;
    color: white;
}

table thead {
    background-color: #909491;
    color: white;
}

table {
    cursor:pointer;
}

table tbody td {
    border: 0;
}

.table_borderless {
	border: 1px solid #bdbdbd;
}

.profile-username-log {
	font-family: monospace;
    color: dimgray;
	text-align: center;
}

.font-x-title {
    color: #3b80b3;
    font-weight: bold;
    font-variant-caps: small-caps;
}

.box-top {
    padding-top: 15px;
}

.nav-hid {
    color: #bfbfbe;
}

.crud-access {
	margin-bottom: 0px;
}

.crud-font {
    font-weight: normal;
}

.active-sidebar {
	background-color: #070807;
}

.sidebar_font {
	color: white !important;
}

input[id="username"] {
    background: no-repeat !important;
    color: white;text-align: center;
}
      
input[id="password"] {
    background: no-repeat !important;
    color: white;text-align: center;
}