html, body {  font-size: 95%;
background-color:#242622;
}

h1, h2, h3, h4, h5, h6 {
}

/* The side navigation menu */
.sidenav {
height: 100%; /* 100% Full-height */
width: 0; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 1; /* Stay on top */
top: 0; /* Stay at the top */
left: 0;
overflow-x: hidden; /* Disable horizontal scroll */
overflow-y: hidden; /* Disable horizontal scroll */
padding-top: 60px; /* Place content 60px from the top */
background-color: black;
-webkit-box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.75);
box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.75);
border-right: 1px solid #242622;
transition: 0.1s; /* 0.5 second transition effect to slide in the sidenav */
}





/* Position and style the close button (top right corner) */
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
transition: margin-left .2s;
padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}

img.lazy {
opacity: 1;
width: 100%;
border-radius:  45px 45px 0px 0px;
/*  height: 100%;*/
min-height: 200px;
display: block;
background-image: url("../assets/loading.svg");
background-repeat: no-repeat;
background-position: 50% 50%;
}

img.lazy:hover {
opacity: 1;
border 1px solid #141513;
-moz-transition: all .5s;
-o-transition: all .5s;
-webkit-transition: all .5s;
transition: all .5s;
}

.detail {
border-radius: 0px 0px 45px 45px;
-moz-border-radius: 0px 0px 45px 45px;
-webkit-border-radius: 0px 0px 45px 45px;
border: 0px solid #141513;
background-color: #141513;
}

.detailhightlight {
background-color: #141513;
border-radius: 12px 12px 0px 0px;
-moz-border-radius: 12px 12px 0px 0px;
-webkit-border-radius: 12px 12px 0px 0px;
}

.mybutton {
	background-color:#ffc107;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#141513;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 47px;
	text-decoration:none;
}
.mybutton:hover {
	background-color:#ffc107;
}
.mybutton:active {
  background-color:#FFCC34;
	position:relative;
	top:1px;
}

/* The container */
.ccontainer {

    position: relative;
    padding-left: 35px;
			padding-right: 10px;
		margin-right: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
		border-right: 1px solid grey;
}

/* Hide the browser's default radio button */
.ccontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.ccontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.ccontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.ccontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.ccontainer .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}




.spinnerbutton {
	background-color:#ffc107;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	display:inline-block;
	cursor:pointer;
	color:#141513;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:16px;
	padding-right:16px;
	text-decoration:none;
	border: none;
}

.spinnerbutton:hover {
	background-color:#ffc107;
}

.spinnerbutton:active {
  background-color:#FFDE7D;
	position:relative;
	outline: none !important;
	   box-shadow: none;
}

.spinnerbutton:focus {
  background-color:#FFDE7D;
	position:relative;
	outline: none !important;
	   box-shadow: none;
}


.spinnerinput:active {
  background-color:#FFDE7D;
	position:relative;
	outline: none !important;
	   box-shadow: none;
}



.spinnerinput {
	background-color:#ffc107;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	display:inline-block;
	cursor:pointer;
	color:#141513;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:16px;
	padding-right:16px;
	text-decoration:none;
	border: none;
	 max-width: 80px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 130px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 98%;
  height: 130px; /* Set the fixed height of the footer here */

}

.collapsecard {
	background-color: #373936;
	-webkit-box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.75);
}

.collapsecard a {
color: white;
}
