﻿h1, h2, h3, h4, h5, h6 {
    color: black;
}

.pt-20 {
    padding-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.btn {
    text-transform: uppercase;
}

.btn, .btnAltHover {
    border: 1px solid #999999;
    text-decoration: none;
}

.btn:hover, .btn:focus {
    text-decoration: none;
}

.btnAltHover:hover, .btnAltHover:focus{
    color: #999999;    
    text-decoration: none;
}

.btn-primary {
    background-color: var(--primary);
    color: #000;
    border: none;
}

.btn-secondary {
    background-color: #fff;
    color: #000 !important;
    border: 2px solid blue;
    padding: 4px 10px;
}

.btn-secondary-simple {
    background-color: #fff;
    color: #000 !important;
}

.btn-outline-gray {
    background-color: #fff;
    color: #000 !important;
    border: 2px solid var(--grey-dark);
    padding: 4px 10px;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:visited {
    background-color: var(--primary-dark);
    color: black;
}

.btn:hover {
    box-shadow: 0 14px 26px -12px rgba(153,153,153,0.42), 0 4px 23px 0px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(153,153,153,0.2);
}

.btn:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
}

.form-control {
    color: black;
}

.form-control:focus {
    border-color: var(--primary);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
    border-top-color: black;
}

[type=radio],
[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

[type=radio],
[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    position: relative;
}

[type=radio]:checked {
    border: solid 1px var(--secondary);
}

[type=radio] {
    border: solid 1px var(--grey-dark);
}

[type=checkbox] {
    border: 1px solid #000036;
}

[type=radio]:checked::before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: var(--secondary);
    position: absolute;
    top: 2px;
    left: 2px;
}

[type=radio],
[type=radio]:checked::before {
    border-radius: 100%;
}

[type=checkbox]:checked::before {
    content: "";
    width: 10px;
    height: 5px;
    color: var(--secondary);
    position: absolute;
    top: 3px;
    left: 2px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
}

.nav {
    border: 1px solid #ababab;
    color: #222222;
    background-color: var(--grey-dark);
}

.nav>ul {
    margin: 0;
}

.nav>li {
    margin: 0;
}

.nav>li>a {
    text-decoration: none;
    margin: 0;
    font-weight: bold;
}
.nav-pills>li>a 
{
    border-radius: 0 !important;
}
.nav>li>a:hover {
    margin: 0;
}

.nav-pills>li+li {
    margin-left: 0;
}
    
.dropdown-menu li{  
    width: auto;      
}

.dropdown-menu li a{        
    padding: 5px 12px 5px 12px;         
    background-color: var(--grey-dark);
}

.dropdown-menu > li > a {
    color: white;
} 

.dropdown-menu li a:hover{
    background-color: var(--primary);     
    color: black;   
}

.dropdown-menu li a:hover > i{
    color: black;   
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: var(--primary);
    color: black;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background-color: var(--primary);
    color: black;
}

.dropdown-menu {    
    top: 33px;
}

li>a {
    text-decoration: none;
}

.table {
	font-size: 11px;
	color: black;
	margin-bottom: 0;
}

.table > tbody > tr > td {
    color: var(--grey-dark);
}

.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
	background-color: white;
}

.table:not(.table-summary) tbody > tr:nth-child(odd) > td {
    background-color: var(--grey-lightest);
}

.datepicker{
    padding: 0;
    margin-top: 0;
}

.search-bar {
    float: right !important;
    padding-left: 5px;
    min-width:260px; 
    width:19%; 
    max-width:300px
}

.adminButton {
    height: 30px;
}

@media (max-width: 992px) {
    #ForgottenUserNameDiv, #ForgottenEmailDiv{
        padding-right: 0;
    }

    #RunReportDiv{
        top: 0;
        margin: 0 0 0 0;  
        padding: 0;
        line-height: 50px;     
    }

    #RunReportDiv input.btn {
        margin-top: 0;
    }

    .reportControl{
        margin: 0 0 0 0;
        padding: 0;        
    }

    input.adminButton {
        margin-top: 0;
    }
}

@media (min-width: 992px){
    #RunReportDiv{
        margin-left: 5px;
    }
    
    .reportControl{
        margin-left: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1099px) {
    #RunReportDiv{
        top: 0;
        margin: 0 0 0 0;  
        padding: 0;
        line-height: 50px;     
    }
}

@media (max-width: 1311px) {
    .search-bar {
        display: none !important;
    }
}

@media (max-width: 1850px){
    li.text-right {
        margin: 0 auto;
        text-align: left !important;
    }

    li.text-center{
        margin: 0 auto;
        text-align: left !important;
    }
}

@media (min-width: 1312px){
    .downloadButton{
        margin-right: 10px;
    }
}

@media (max-width: 450px){
    div.dataTables_paginate, .pagination{
        display: inherit;
        width: 100%;
        max-width: 100%;
    }

    div.dataTables_filter input {
        width: 100% !important;
    }

    .btn-group .pull-right{
        float: none;
    }

    .downloadButton{
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .hidden-md-custom,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1281px){
  .hidden-lg-custom,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
