body {
	background-color: #000;
	color: #fff;
	font-family: Arial;
	font-size: .8em;
}

.panel {
    background-color: rgb(255, 0, 255);
}

.cm-header-logo {
    min-width: 266px;
}

.navbar {
    height: 34px;
}

.breadcrumb {
    background-color: rgb(0, 0, 0);
    list-style: none;
    border-radius: 4px;
    font-size: 1.2em;
    margin: .4rem 0;
}

.input-group {
    margin: 12px 0 0 0;
}

.card {
    background-color: #222;
	border-radius: rem;
	font-size: 1.25em;
}

.card-img-top {
    max-height: 250px;
    width: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.card-title {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.card-subtitle {
    text-align: center;
}

.card-footer {
    display: none;
}

.pi-gallery {
    margin: 8px 12px 12px 12px;
    padding: 0;
    max-width: 312px;
}

.pi-gallery img {
    border: 1px solid #222;
}

.btn {
    color: #fff;
    background-color: #222;
    border-color: #222;
    margin-bottom: 12px;
}

.btn:hover, .btn:active, .btn:visited, .btn:focus {
    color: #fff!important;
    background-color: #444!important;
    border-color: #666!important;
    box-shadow: none !important;
    outline: none !important; 
}

.list-group-item {
    color: #222;
}

.table td {
    color: #fff!important;
}

.modal-sm {
    max-width: 312px;
    margin: auto;
}

.footer {
	background-color: #000;
	border-top: 2px solid #222;
}

.pagination {
    margin-top: 24px;
}

.bg-white {
    background-color: #222!important;
}

.bg-light {
    background-color: #000!important;
}

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

.text-dark {
    color: #844!important;
}

footer h4 {
    font-size: .94rem!important;
    margin: .5rem 0 0!important;
}

footer .nav-link {
    padding: .1rem 0 0!important;
}

footer .nav-link:last-child {
    padding: 0!important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #222;
    border-color: #222;
}

.youtube {
    height: 0;
    min-width: 281px;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 24px;
    position: relative;
    margin: .8rem 0;
}
    
.youtube iframe, .youtube video, .video-responsive object, .video-responsive embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

tr .d-none a img {
    border: 1px solid #444;
}

#bodyContent small {
    color: #fff;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.3em;
}

.display-4 {
    font-size: 1.5em;
}

.cm-header-logo {
    min-width: 266px;
}

.infoLinks ul {
    padding: 0;
    list-style-type: none;
}

.infoLinks li {
    padding: .8rem;
}


.infoLinks li:nth-child(odd) {
    background-color: #111;
}

.infoLinks hr {
    border: solid 1px #222;
}

#columnLeft .list-group-item, 
.filter-list .form-control {
    border: 1px solid #222;
}

#columnLeft .list-group-item, 
.filter-list .form-control, 
.col-sm-6 .form-control, 
.alert-filters .nav-link, 
.alert-filters .dropdown,  
.alert-filters .dropdown-menu, 
.alert-filters .dropdown-item, 
.alert-filters .dropdown-item .fas {
    background-color: #111;
    font-size: .8rem;
    line-height: .8rem;
    color: #666!important;
}

.alert-filters .nav-link {
    line-height: 1.1rem;
}

.form-control:focus {
    box-shadow: none;
}

#columnLeft .list-group-item:hover, 
.form-control option:hover,
.alert-filters .dropdown-item:hover {
    background-color: #222;
    color: #c0c0c0!important;
}

.alert-filters .nav-link:hover {
    color: #c0c0c0!important;    
}

.alert-filters .dropdown-item {
    line-height: 1.2rem;
}

.alert-filters .dropdown-item .fas {
    margin-left: .4rem;
}

.pagination .page-item .page-link {
    background-color: #111;
    color: #666!important;
    border: 1px solid #222;
}

.pagination .page-item.active .page-link, 
.pagination .page-item.active .page-link:hover {
    background-color: #000;
    color: #fff!important;
}

.pagination .page-item .page-link:hover {
    background-color: #222;
    color: #c0c0c0!important;
}

.modal-content {
    background-color: rgba(0,0,0,.8);
}

.modal-footer {
    border: 0;
}

a:link {text-decoration: none; color: #8f8f8f;}
a:visited {text-decoration: none; color: #8f8f8f;}
a:hover {text-decoration: underline; color: #fff;}
a:active {text-decoration: none; color: #8f8f8f;}
a:focus {outline: 0;}
a > img{border: 0;}
.infoLinks a:link {color: #844;}
.infoLinks a:hover {text-decoration: none; color: #fff;}

@media screen and (max-width:576px) {
.navbar {height: auto;}
.card {margin-top: 12px;}
.pi-gallery {margin: 8px auto 12px;}

@media screen and (max-width:940px) {
.pagination .page-item .page-link {
    padding: .8rem .6rem;
    min-width: 2.4rem;
    text-align: center;}
}