/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-Feb-2022, 12:08:44 PM
    Author     : gwl
*/
nav {
    background-color: #494949;
}
body {
    background-color: #1c1c1c;
}
a {
    color: #fff;
    /*position: relative;*/
}
a:hover {
    color: #fff;
    /*text-decoration: none;*/
}
/*a:before {
    content: "";
    position: absolute;
    height: 3px;
    left: 0px;
    width: 0;
    bottom: -5px;
    z-index: 1;
    background: #fff;
    transition: width 0.3s;
}
a:hover:before {
    width: 100%;
}*/
.card-header {
    background-color: #494949;
    color: #fff;
}
.card {
    background-color: #494949;
    color: #fff;
}
.table {
    background-color: #494949;
    color: #fff;
}
.breadcrumb {
    background-color: #494949;
    color: #fff;
}
.dataTables_info {
    color: #fff !important;
}
.dataTables_filter {
    color: #fff !important;
}
.dataTables_length {
    color: #fff !important;
}
.btn-link {
    color: #fff;
}
.btn-link:hover {
    color: #fff;
    /*text-decoration: none;*/
}
footer {
     background-color: #494949;
     color: #fff;
}
h3, h5 {
    padding:5px;
     background-color: #494949;
     color: #fff;
}
.breadcrumb > .active {
    color: #fff;
}
#equipment-table_paginate,#organizations_table_paginate,#members-table_paginate,#user-settings_paginate,#owners-table_paginate a.previous,
#equipment-table_paginate,#organizations_table_paginate,#members-table_paginate,#user-settings_paginate,#owners-table_paginate a.next {
    background: #fff;
}
#equipment-table_paginate,#organizations_table_paginate,#members-table_paginate,#user-settings_paginate,#owners-table_paginate a.previous.disabled,
#equipment-table_paginate,#organizations_table_paginate,#members-table_paginate,#user-settings_paginate,#owners-table_paginate a.next.disabled {
    background: none;
}
table#equipment-table.dataTable tbody tr {
    background: #494949;
}


table#email-logs-table.dataTable tbody tr {
    background: #494949;
}

table#organizations_table.dataTable tbody tr {
    background: #494949;
}
table#members-table.dataTable tbody tr {
    background: #494949;
}
table#user-settings.dataTable tbody tr {
    background: #494949;
}
table#owners-table.dataTable tbody tr {
    background: #494949;
}
table#equipment-table.dataTable tbody tr:hover {
    background: #f8f9fa;
}
table#organizations_table.dataTable tbody tr:hover {
    background: #f8f9fa;
}
table#members-table.dataTable tbody tr:hover {
    background: #f8f9fa;
}
table#user-settings.dataTable tbody tr:hover {
    background: #f8f9fa;
}
table#owners-table.dataTable tbody tr:hover {
    background: #f8f9fa;
}
.tab-pane {
    background: #f8f9fa;
}
.btn-back {
    background-color:#7d8d90;
}
.dropzone  {
   max-width: 96.5%;
   margin-left: 15px;
   margin-bottom: 5px;
}
.modal-title{
    background:none;
    color: #212529;
}

#bodyContent p a{
    color:#212529 !important;
    text-decoration: underline;
}


