		body {background-color: #212529 !important; font-family: Rubik, sans-serif !important; color: #A6A6A6 !important;}
		h1 {color: #9A1E21 !important; font-weight: bold !important; font-family: Rubik, sans-serif !important;}

		li {
			color: #A6A6A6 !important;
		}

		.bg-dark {
			background-color: #212529 !important;
			color: #A6A6A6 !important;
		}

		.bg-secondary {
			background-color: #212529 !important;
			color: #A6A6A6 !important;
		}

		.text-white {
			color: #A6A6A6 !important;
		}

		.card-header {
			color: #9A1E21 !important;
			background-color: #212529 !important;
			border-bottom: 0px solid !important;
		}

		.card-block {
			color: #a6a6a6 !important;
			border-bottom: 0px solid !important;
		}

		.card-footer {
			color: #9A1E21 !important;
			background-color: #212529 !important;
			border-top: 0px solid !important;
		}

    .card-header .in-form {
			color: #9A1E21 !important;
			background-color: #ffffff !important;
			border-bottom: 0px solid !important;
		}

		.card-block .in-form {
			color: #a6a6a6 !important;
			border-bottom: 0px solid !important;
		}

		.card-footer .in-form {
			color: #9A1E21 !important;
			background-color: #ffffff !important;
			border-top: 0px solid !important;
		}


		.btn-secondary {
			color: #a6a6a6 !important;
			background-color: #212529 !important;
		}

		.btn-secondary:hover {
			color: #a6a6a6 !important;
			background-color: #9A1E21 !important;
			border: 1px solid #212529 !important;
		}


		.breadcrumb {
			border-bottom: 1px solid #9A1E21 !important;
		}

		.card {
			border: 1px solid #9A1E21 !important;
		}

		.card-no-border {
			border: 0px solid #9A1E21 !important;
		}

		.tab-content {
			border: 1px solid #9A1E21 !important;
		}

		.nav-link[role="tab"] {
			border: 1px solid #9A1E21 !important;
		}

		.navbar-nav .nav-link, .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-nav .dropdown-toggle {
			color: #9A1E21 !important;
		}

    .dataTables_length label {
      color: #9A1E21 !important;
    }

    .dataTables_length select {
      background: #212529 !important;
    }


		tr:nth-child(even) {background: #272A2E !important;}
		tr:nth-child(odd) {background: #212529 !important}

    tr:nth-child(even) .sorting_1 {background: #272A2E !important;}
		tr:nth-child(odd) .sorting_1 {background: #212529 !important}


		tr {
			font-family: Rubik, sans-serif !important;
		}

		tr:hover {
			color: #9A1E21 !important;
		}

		td {
			vertical-align: middle !important;
		}

		button {
			cursor: pointer !important;
		}

    li a[aria-selected="true"] {
      color: #a6a6a6 !important;
      background-color: #9A1E21 !important;
    }

    .note-toolbar .card-header {
      background-color: #ffffff !important;
    }
    
    .btn-lg, .btn-group-lg > .btn {
        background-color: #9A1E21 !important;
        border: 0px;
    }

		header {
		    background-color: #212529 !important;
		}

.btn-success {
    color: #fff;
    background-color: #9a1e21 !important;
    border-color: #9a1e21 !important;
}
