@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font-size:16px;
	font-family:verdana;
	background-color:#fff;
	
}

#sharp_sharp_prompt, #one_b_prompt, #maximum_stake_frequency, #maximum_stake_price {
	display:none;
}


.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default {
	background-color:#030;
	color:#fff;
	margin:0px;
	border:0px;
	border-radius:0px;
	
}

.cell {
	border:2px solid black;
	padding:20px;
}

.navbar-nav {
	
	color:#fff;
} 

ul.nav a:link, ul.nav a:active, ul.nav a:visited { color: #fff !important; font-size:13px; }

.navbar-nav > li > .dropdown-menu { 
	background-color:#000;

}


ul.nav a:hover { color: #aaa !important; }

.carousel-caption {
	
	position:absolute;
	top:200px;
	text-align:justify;
	padding:5px;
	left:20px;
	width:60%;	
	
}

.btn-primary {
	background-color:#030;
	border: 1px solid #030;
}

.btn-primary:hover {
	background-color:#cf9;
	border: 1px solid #cf9;
	color:#000;
}

.site-footer {
	height: auto;
	padding:20px;
	background-color:#000;
	color:#fff;
	
}

.base {
	width:20%;
	border: 1px solid #093;
	
}

.check {
	opacity:0.1;
	background-color:#222;
}

.checker {
	cursor:pointer;
	text-align:center;
}

#code {

	width:30%;
	background-image:url("../images/bg.png");
	font-weight:bold;
	font-size:30px;
	padding:4px;
	font-style:italic;
	letter-spacing:5px;	
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-repeat:no-repeat;
}


fieldset.custom {
	
	border: 1px groove #ddd !important;
	padding: 20px !important;
	margin: 0 0 1.5em 0 !important;
	box-shadow: 0px 0px 0px 0px  #000;
	-webkit-box-shadow: 0px 0px 0px 0px  #000;
	-moz-box-shadow: 0px 0px 0px 0px  #000;

}

legend.custom {
	width:inherit;
	padding:20px;
	border-bottom:none;
	text-align: left !important;
	font-weight: bold !important;
}

a.d:link, a.d:active, a.d:visited {
	
	font-size:24px;
	display:block;
	background-color:#9F9;
	padding:10px;
	margin:10px;
	
}

#intro {
	height:400px;
	overflow:hidden;
}

@media only screen and (max-width:600px) {
	#intro {
		height: auto;
	}
}
.notifications {
	
	height:40px;
	padding:5px;
	display:block;
	background-color:#000;	
	
}

.text-notif {
	color:#fff;
	font-size:14px;
}

.toplogo {
	width:160px;
	margin:5px;
}

#info {
	height:500px;
	background-color:#000;
	background-size:cover;
	background-attachment:fixed;
}

@media only screen and (max-width:600px) {
	#info {
		height: auto;
	}
}
ul#example {
  list-style: none;
  margin: 5px;
  padding: 0;
  display: block;
}

ul#example li { display: inline-block; }

h1.decorated {
	font-size:34px;
	color:#096;
	font-family:arial black;
}

.time_display, .counter {
	color:red;
	font-weight:bold;
	font-size:18px;
}

.selection-panel {
	width:100px;
	word-wrap:break-word;
}

thead {
	background-color:#060;
	color:#fff;
}

/* @group Blink */
.blink {
	-webkit-animation: blink .75s linear infinite;
	-moz-animation: blink .75s linear infinite;
	-ms-animation: blink .75s linear infinite;
	-o-animation: blink .75s linear infinite;
	 animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-o-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
/* @end */

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 30px;
}

.slider.round:before {
  border-radius: 50%;
} 

.counter {
    position:fixed;
    top:160px;
    right:10px;
    padding:20px;
    z-index:10;
    background-color:#fff;
    box-shadow: 1px 1px 3px #ccc;
}


.carder {

    background-color:#fff;
    box-shadow: 2px 2px 2px 2px #ccc;
	width:50%;
	margin:auto;
	padding:0px;
	border-radius:5px;
	
	
	
}

.carder-header {
	
	padding:15px;
	border-bottom:1px solid #ccc;
	width:100%;
	background-color:#cf9;
	font-size:24px;
	font-weight:bold;
}

.carder-body {
	
	padding:15px;
	width:100%;
}

.form-control {
	width:100%;
}

  /* 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;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* 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 .5s;
  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;}
} 

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

.dropdown-btn {
	padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
  transition: 0.3s;
  cursor:pointer;
	
}

.opener {
	margin-top:20px;
	cursor:pointer;
	font-size:30px;
}


.order-card {
    color: #fff;
}

.bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-c-yellow {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}


.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	width:100%;
}

.card .card-block {
    padding: 25px;
}

.order-card i {
    font-size: 26px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.code_holder {
	height:80px; 
	width:80px;
	border-radius:8px;
	box-shadow:0px 0px 3px #000;
	overflow:hidden;
}

.code_holder_sharp_sharp {
	height:80px; 
	width:80px;
	border-radius:10px;
	box-shadow:0px 0px 3px #000;
	overflow:hidden;
}