@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	color: #FFF;
	
	/* For the fixed menu */
	padding-top: 50px; 
}

.main-body {
	margin-top:25px;
	margin-bottom:50px;
}

.system-message {
	width:100%;
	background-color:#0E9B57;
	color:#FFF;
	padding:10px;
	font-weight:bold;
	text-align:center;
	border-bottom: solid 1px #FFF;
}

.system-error {
	width:100%;
	background-color:#CA0000;
	color:#FFF;
	padding:10px;
	font-weight:bold;
	text-align:center;
	border-bottom: solid 1px #FFF;
}

legend {
	color:#FFF;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #272B2E;
}

.lucky-shot-title {
	font-size:20px;
	text-align:center;
}

.img-lucky-shot {
	margin-bottom:25px;
}
.lucky-shots-image {
	width:100%;
}
.lucky-shots-image-thumbs-list {
	max-width: 100px;
	height:auto;
	margin:10px;
	padding:10px;
}

.lucky-shots-thumb a:link{
   text-decoration:none;
}

.lucky-shots-list-thumb {
	max-width:100%;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:0px;
}
.main-video-lucky-shots {
	text-align:center;
	margin-bottom:50px;
}
.video-lucky-shots-thumb {
	width:100%;
	max-width:640px;
	height:auto;	
}
.video-title {
	font-size:14px;
	text-align:center;
	color: #ADCCDC;
}

.video-thumb {
	cursor:pointer;
	width:100%;
	height:auto;
	margin-bottom:25px;
}

a.lucky-shots-thumb:link { text-decoration:none; }
a.lucky-shots-thumb:visited { text-decoration:none; }
a.lucky-shots-thumb:hover { text-decoration:none; }
a.lucky-shots-thumb:active { text-decoration:none; }


#footer {
	/*margin-top:50px;*/
	padding-top:10px;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	background-color: #FF4F00;
	color:#FFF;
	min-height: 50px;
	text-align:center;
}

.pine {
	color: #2aac67;
}
.rocky {
	color: #d55a26;
}
.snowy {
	color: #00aeff;
}
.mayan {
	color: #85c146;
}
.windy {
	color: #a952ec;
}
.sakura {
	color: #f572fd;
}
.lava {
	color: #f94242;
}

.has-success .form-control, .has-warning .form-control, .has-error .form-control {
  border-width:thick;
}

.img-manage-videos-list {
	width:120px;
	height:auto;
}
#table-manage-videos-list td {
	vertical-align:middle;
	text-align:left;
}
#table-manage-videos-list th {
	text-align:left;
}



.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {display:none;}

.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: 19px;
  width: 19px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #1BA649;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1BA649;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.title-section {
	text-align:center; 
	border-bottom: solid 1px #63767C; 
	margin-bottom:15px;
	font-weight:bold; 
	font-size:18px;
}

.filters-bar {
	border-bottom: solid 1px #FFF;
	background-color: #1B222A;
	margin-bottom:25px;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:15px;
}