body
{
    background-color: #000;
    background-image: url("../img/background.svg");
    background-position: top, left;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment:fixed;    
    color: aliceblue;
    height: 100%;
}
.menu
{
    /*background-color: rgba(0,0,0, 0.5);*/
    background-color: rgba(33,37,41, 0.6);
    border-radius: .7rem;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.login
{
    background-color: rgba(0,0,0, 0.5);
    border-radius: .7rem;
    color: #FFF;
}
.general
{
    /*background-color: rgba(0,0,0, 0.5);*/
    background-color: rgba(33,37,41, 0.6);
    border-radius: .7rem;
    color: #FFF;
    min-height: 400px;
}    
.tab-content
{
    background-color: #212529;
    color: #FFF;
    min-height: 500px;
    border: 0px solid #495057;
    border-bottom-left-radius: .7rem;
    border-bottom-right-radius: .7rem;         
    padding: 1rem 1rem 1rem 1rem;
    
}
.nav-tabs button
{
    background-color: rgba(255,255,255, 1);    
}
a, a.nav-link
{
    color: #3f8d9a;
}
a:hover, a.nav-link:hover
{
    color: #127868;
}    
.form-control
{
    color: #000;
    background-color: rgba(163,163,163, 0.5);
    border: 1px solid #17181a;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}    
.form-control:focus
{
    color: #000;
    background-color: rgba(163,163,163, 0.7);
    border: 1px solid #0e0f10;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
    
.form-control:disabled, .form-control[readonly] 
{
	background-color: #17181a;
	opacity: 1;
    color: rgba(125,125,125,1.00)
}
.nav-tabs button 
{
    background-color: rgba(21,21,21,1.00);
}

.nav-tabs .nav-link 
{
    border: 0px;
    border-bottom: 1px solid #495057;
}
.dataTables_length, .dataTables_info
{
	display: block;
	position: relative;
	float: left;
	margin: 1.1rem 0 1rem 0;
	background-color: #0d0d0d;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	border-radius: 0.5rem;
	font-size: 0.8rem;
}
.dataTables_filter, .dataTables_paginate
{
	display: block;
	position: relative;
	float: right;
	margin: 1rem 0 1rem 0;
	background-color: #0d0d0d;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	border-radius: 0.5rem;
	font-size: 0.8rem;	
}
.paginate_button
{
	display: block;
	position: relative;
	float: left;
	background-color: #0d0d0d;
	color: aliceblue;
	text-decoration: none;
    padding: 0;
	border-radius: 0.2rem;
	font-size: 0.8rem;
	cursor: pointer;
}
.paginate_button:hover
{
	background-color: #232323;
	color: aliceblue;
}
.logo
{
    display: block;
    position: relative;
    
    width: 250px;
    height: 58px;

    background-image: url("../img/logo.png");
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 0.2rem;
    opacity: 1;
   
}
a.logo:hover
{    
     opacity: 0.9;
}
thead 
{
	background-color: #001A17;
	color: aliceblue;
}
tbody, td, tfoot, th, thead, tr 
{
    border-color: inherit;
    border-style: dashed;
    border-width: 0;
}
.daterangepicker 
{
    background-color: #000;
    border: 1px solid #141414;
}
.daterangepicker .calendar-table 
{
    background-color: #000;
    border: 1px solid #000;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date 
{
    background-color: #141414;
    border-color: transparent;
    color: #999;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left 
{
	border: 1px solid #141414;
}
.daterangepicker .drp-buttons 
{
    border: 1px solid #141414;
}
.daterangepicker .ranges li:hover 
{
	background-color: #001A17;
}
.daterangepicker td.in-range 
{
	background-color: #001A17;
	border-color: transparent;
	color: #FFF;
	border-radius: 0;
}
.comment
{
    display: block;
    position: relative;
    width: 98%;
    margin-left: 1%;
    border: 1px dashed rgba(0,116,117,1.00);
    padding: 0.5rem;
    color: rgba(0,116,117,1.00);
    font-size: 0.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}