/*
 * Daniel und Tobias Webelsiep (http://webelsiep.com)
 * Copyright © 2018
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-casual/blob/master/LICENSE)
 */

/* main elements */
html {
  position: relative;
  min-height: 100%;
} 

body {
	margin-bottom: 3.5rem; /* footer height + mt-3 */
	
	background-repeat: no-repeat;
	background-position: center center;
    background-attachment: fixed;
	background: rgb(4, 7, 8);

	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;	
			
	/*-webkit-transition: background 2s linear;
	   -moz-transition: background 2s linear;
	     -o-transition: background 2s linear;
	        transition: background 2s linear;*/
}

.container {
	display: none; 
}

footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
}

/* text elements */
h1, h2, h3 {
	font-family: 'Black Ops One', Helvetica, Arial, sans-serif;
}

hr.divider {
    max-width: 250px;
}

hr.blog-bottom {
    margin: 0rem;
}

.text-heading {
    font-family: 'Black Ops One', Helvetica, Arial, sans-serif !important;
}

.headline {
	display: inline;
}

.text-caps {
	font-variant: small-caps;
}

.text-orangelight {
  color: rgb(255, 236, 150) !important;
}

.text-expanded {
    letter-spacing: 2px;
}

.text-shadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.text-lg {
    font-size: 1.25rem;
}

/* input */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 250, 240, 0.9) inset;
}

.form-control {
	border-color: rgb(255, 236, 150);
	background-color: rgba(255, 250, 240, 0.9);
}

.form-control:disabled, .form-control[readonly] {
  background-color:rgba(255, 250, 240, 0.7);
  opacity: 1;
}

.form-control:focus {
	border-color: rgb(255, 236, 150);
	background-color: rgb(255, 250, 240);
	box-shadow: none;
}

.input-group-text {
	color: rgb(4, 7, 8);
	background-color: rgb(255, 236, 150);
	border: 2px solid rgb(255, 236, 150);
    border-top-right-radius: 0px 0px;
	border-bottom-right-radius: 0px 0px;
}

/* image */
img {
	vertical-align: baseline;
}

.img-shadow {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.img-thumb {
	max-height: 12rem;
	max-width: 12rem;
}

/* background */
.bg-dark-faded {
    background-color: rgba(4, 7, 8, 0.8);
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.bg-orangelight {
  background-color: rgb(255, 236, 150);
}

hr.divider {
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
	max-width: 400px;
}

/* navigation */
.navbar-orangelight .navbar-brand {
  color: rgb(255, 236, 150);
}

.navbar-orangelight .navbar-brand:hover, .navbar-orangelight .navbar-brand:focus {
  color: rgb(255, 236, 150);
}

.navbar-orangelight .navbar-nav .nav-link {
  color: rgba(255, 236, 150, 0.5);
}

.navbar-orangelight .navbar-nav .nav-link:hover, .navbar-orangelight .navbar-nav .nav-link:focus {
  color: rgba(255, 236, 150, 0.75);
}

.navbar-orangelight .navbar-nav .nav-link.disabled {
  color: rgba(255, 236, 150, 0.25);
}

.navbar-orangelight .navbar-nav .show > .nav-link,
.navbar-orangelight .navbar-nav .active > .nav-link,
.navbar-orangelight .navbar-nav .nav-link.show,
.navbar-orangelight .navbar-nav .nav-link.active {
  color: rgb(255, 236, 150);
}

.navbar-orangelight .navbar-toggler {
  color: rgba(255, 236, 150, 0.9);
  border-color: rgba(255, 236, 150, 0.2);
}

.navbar-orangelight .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 236, 150, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-orangelight .navbar-text {
  color: rgba(255, 236, 150, 0.5);
}

.navbar-orangelight .navbar-text a {
  color: rgb(255, 236, 150);
}

.navbar-orangelight .navbar-text a:hover, .navbar-orangelight .navbar-text a:focus {
  color: rgb(255, 236, 150);
}

/* cards */
div.btn-info a.card-link {
	padding: 0.5rem;
	display: block;
}

/* links */
a {
	text-decoration: none !important;
	color: rgb(255, 250, 200) !important;
}
a:active,
a:focus {
	outline:none;
}
a:hover {
	color: rgba(255, 250, 200, 0.6) !important;
}

/* buttons */
.btn-login {
    color: #fff !important;
}

/* border */
.border-orangelight {
  border-color: rgb(255, 236, 150) !important;
}

/* lightbox */
#lightbox .modal-dialog img {
	max-width: 100% !important;
	max-width:100% !important;
    text-align: center; 
	vertical-align: middle;	
}

#lightbox .modal-content {
	background-color: rgba(255, 236, 120, .96) !important;
    text-align: center; 
	vertical-align: middle;
}

#lightbox .close {
    opacity: 0.7;
    color: rgb(4, 7, 8) !important;
	padding: 0rem;
	margin: 0rem;
	border: none;
    position: absolute;
    top: -.25rem;
    right: 0rem;
    
    z-index:1060; /* popover */
}

#lightbox .close:hover {
    opacity: 1;
	color: rgb(4, 7, 8) !important;
}

/* summernote editor */
 .note-editable { 
	background-color: rgba(4, 7, 8, .96) !important;
	color: rgb(255, 236, 150) !important; 
}

/* blockquote */
blockquote {
	background-color: rgba(255, 255, 255, .1) !important;
    display: block;
	font-family: 'Source Code Pro', Courier New, Courier !important;
	font-size: 0.8rem;
	margin: .3rem 0.5rem .3rem 1rem;
	padding: .2rem;
	border: 1px dashed rgb(255, 236, 150) !important;
	border-radius: 3px;
}

/* data-tables */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

.even.selected td, .odd.selected td, .table-info td {
	background-color: rgba(255, 236, 150, 0.4) !important;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: rgba(255, 236, 150, 0.4) !important;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: rgba(255, 236, 150, 0.4) !important;
}

.page-item, .page-item.active .page-link, .page-item.disabled .page-link {
	border-color: rgba(255, 236, 150) !important;
}

.page-item .page-link {
	background-color: rgba(255, 236, 150, 0.4) !important;
}

.page-item.active .page-link {
  background-color: rgba(255, 236, 150, 0.6) !important;
}

.page-item.disabled .page-link {
  background-color: rgba(255, 236, 150, 0.1) !important;
}

.page-item:hover .page-link {
  background-color: rgba(255, 236, 150, 0.8) !important;
}

.page-item.disabled:hover .page-link {
  background-color: rgba(255, 236, 150, 0.1) !important;
}