﻿body{
	background-color:#3e3e3e;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}
.container-fluid{
	padding:0 15px;
}
*{
	outline:none !important;
    word-wrap:break-word;
}
/*font size*/
.f-13{
    font-size:13px;
}
.f-16{
    font-size:16px;
}
.f-bold{
    font-weight:500;
}
/*font size end*/
/*font color*/
.f-gray{
    color:#afafaf;
}
/*font color end*/

.m-l-15{
    margin-left:15px;
}
.display-none{
    display:none !important;
}
.cursor-pointer{
    cursor:pointer;
}
/* GLOBAL */
.btn-yellow{
	background-color:#f7ca17;
	transition:0.30s;
}
.btn-orange{
	background-color:#d0620d;
	transition:0.30s;
}
.btn-green{
	background-color:#14883f;
	transition:0.30s;
}
.btn-gray{
	background-color:#d7d7d7;
	transition:0.30s;
}
.btn-green-d{
	background-color:#0b8e3b;
	transition:0.30s;
}
.btn-red-d{
	background-color:#D3332D;
	transition:0.30s;
}
.btn-yellow:hover{
	background-color:#c09b09 ;
}
.btn-orange:hover{
	background-color:#b95609;
}
.btn-green:hover{
	background-color:#086f2e;
}
.btn-gray:hover{
	background-color:#afadad;
}
.btn-green-d:hover{
	background-color:#076e2d ;
}
.btn-red-d:hover{
	background-color:#91021b ;
}
.btn, .form-control{
	border-radius:0;
}
.heading{
	font-family: 'Raleway', sans-serif;
}
.error-msg{
/*	padding:5px;
*/	color:#e74c3c;
    font-size:18px;
}
.success-msg{
	color:#fff;
    font-size:14px;
}
:-webkit-input-placeholder{
	color: #ccc;
}
:-moz-placeholder{
	color: #ccc;
}
:-moz-placeholder{
	color: #ccc;
}
:-ms-input-placeholder{ 
	color: #ccc;
}
:-ms-input-placeholder{ 
	color: #ccc;
}
:placeholder-shown{
	color: #ccc;
}
/* ----------------CHANGE PASSWORD---------------- */
.change-pwd{
	margin:50px 0;
}
.change-pwd .heading {
	color: #f7ca18;
	font-size: 30px;
	text-align:center;
	margin-bottom:30px;
}
.change-pwd .form{
	background: #3e3e3e none repeat scroll 0 0;
	border-top: 5px solid #f7ca18;
	box-shadow: 0 1px 5px #000;
	margin: 0 15%;
	padding: 20px 30px;
}
.change-pwd label{
	color: #f7ca18;
    font-weight: 500;
}
.change-pwd .form-group{
	margin-bottom:20px;
}
.change-pwd .form-control{
	background:#5b5b5b;
	color:#fff;
	border:none;
}
.change-pwd .form-control:focus{
	box-shadow:none;
	border:solid 1px #999999;
}
.change-pwd .btn{
	font-size:18px;
	color:#222;
}

/* ----------------CUSTOM RADIO BTN---------------- */
.radio-cst label{
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
	color:#fff !important;
}
.radio-cst input[type=radio] {
    display: none;
}
.radio-cst label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 4px;
    background-color: #5b5b5b;
}
.radio-cst label:before {
    border-radius: 8px;
}
.radio-cst input[type=radio]:checked + label:before {
    content: "\2022";
    color: #F7CA17;
    font-size: 35px;
    text-align: center;
    line-height: 16px;
}

/* ----------------CUSTOM DROPDOWN ARROW---------------- */
select::-ms-expand {
    display: none;
}
.select-cst{
	position: relative;
}
.select-cst:before{
	content:"";
	background:#fff;
	top:1px;
	right:1px;
	bottom:1px;
	position:absolute;
	pointer-events:none;
}
.select-cst:after{
	content:"";
	border-top:10px solid #fff;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	position:absolute;
	right:10px;
	top:16px;
	z-index:10;
	pointer-events:none;
}
.select-cst .form-control {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

/* ----------------CHANGE PASSWORD---------------- */
.change-pwd{
    margin-top:160px;
}
.change-pwd .heading {
	color: #F7CA18;
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.change-pwd .form {
	background: #3E3E3E none repeat scroll 0px 0px;
	border-top: 5px solid #F7CA18;
	box-shadow: 0px 1px 5px #000;
	margin: 0px 20%;
	padding: 20px 30px;
}
.change-pwd .form-group {
	margin-bottom: 20px;
}
.change-pwd label {
	color: #F7CA18;
	font-weight: 500;
}
.change-pwd .form-control {
	background: #5B5B5B none repeat scroll 0% 0%;
	color: #FFF;
	border: medium none;
}
.change-pwd .btn {
	font-size: 18px;
	color: #222;
}
.change-pwd .form-control:focus {
	border: 1px solid #999999;
	box-shadow: none;
}
/* ----------------HEADER---------------- */
header{
	position:fixed;
	height:100px;
	width:100%;
	background-color:#303030;
	z-index:99;
	top:0;
	left:0;
}
header .logo a{
	text-decoration:none;
	background:#fff;
	display:block;
	max-height:100px;
	min-height:100px;
	width:125px;
	text-align:center;
	color:#121921;
	font-size:25px;
	transition:0.30s;
}
header .logo a img{
	width:85%;
	margin-top:35px;
}
header nav{
	padding:34px 30px 0;
}
header nav ul li{
	list-style:none;
	float:right;
	display:inline-block;
	margin-left:30px;
}
header nav ul li a{
	font-size:18px;
	color:#f7ca17;
	transition:0.30s;
	padding-top:3px;
	display:inline-block;
}
header nav ul li a:hover{
	color:#c09b09
}
header nav ul li.welcome-user img{
	width:35px;
	height:35px;
	border-radius:50%;
}
header nav ul li span{
	color:#fff;
	margin-left:10px;
    margin-top: 4px;
    display: inline-block;
}
.page-title ul{
	padding-left:0;
}
.page-title ul li{
	float:left;
	list-style:none;
}
.page-title ul li a{
	text-decoration:none;
	color:#fff;
	font-size:20px;
	margin-right:40px;
}
.page-title{
	padding:37.5px 20px;
	position:fixed;
	z-index:9999;
	left:135px;
	width:auto;
}
.page-title a.active{
	color:#F7CA18;
}
.page-title a.active:after{
	position:absolute;
	display:block;
	content:"";
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 15px solid #3E3E3E;
	bottom:3px;
}

/* ----------------LEFT PANEL---------------- */
.left-panel{
	position:fixed;
	width:125px;
	background-color:#121921;
	top:100px;
	height:100%;
	left:0;
}
.left-panel nav ul{
	padding:20px 10px;
}
.left-panel nav ul li{
	list-style:none;
	margin:25px 0;
}
.left-panel nav ul li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	transition:0.30s;
	font-size:13.5px;
}
.left-panel nav ul li a:hover, .left-panel nav ul li a.active{
	color:#f7ca18 !important;
}
.left-panel nav ul li:last-child{
	margin-top:20px;
	text-align:center;
}
.left-panel nav ul li:last-child a{
	color:#ccc;
	font-size:28px;
}
.left-panel nav ul li:last-child a:hover{
	color:#f7ca18;
}
.tooltip{
    z-index:99;
}

/* ----------------RIGHT PANEL FORM STYLES---------------- */
.right-panel1 {
	background-color: #5b5b5b;
}
.right-panel .user img, .right-panel .movie-poster img {
	width: 100%;
	margin-bottom: 20px;
	height: 200px;
	object-fit: fill;
}
.movie-poster video{
	width: 100%;
	margin-bottom: 20px;
	height: 200px;
	object-fit: cover;
}
.right-panel .form-control{
	background-color:#5b5b5b;
	border:none;
	height:40px;
	color:#fff;
}
.right-panel .form-control:focus{
	box-shadow:none;
	border:solid 1px #ccc;
}
.right-panel{
	padding:130px 15px 0 130px;
}
.right-panel .upload-pic{
	margin-bottom:10px;
}
.right-panel .upload-pic .user, .right-panel .upload-pic .movie-poster, .right-panel .upload-pic .trivia-image{
	background-color:#5b5b5b;
	text-align:center;
	min-height:200px;
    max-height:200px;
}
.right-panel .upload-pic i{
	color:#fff;
	font-size:150px;
}
.right-panel .upload-pic .btn{
	margin-top:5px;
	height:40px;
}
.right-panel .form-group{
	margin-bottom:25px;
}
.right-panel .form-group label{
	font-weight:normal;
	color:#f7ca18;
}
.right-panel .form-group label.radio-label{
	color:#fff;
}
.radio-title{
	color:#f7ca18;
	margin-bottom:5px;
}
.textarea {
  width: 100%;
  height: 220px;
  border-radius: 0;
  border: none;
  resize:vertical;
  background-color:#5b5b5b;
  color:#fff;
  padding:10px;
  font-size:14px;
}
.textarea:focus{
	box-shadow:none;
	border:solid 1px #ccc;
}
.right-panel .btn{
	height:36px;
}
.right-panel .actions{
	margin: 0 4%;
	position: fixed;
	width: 12%;
}
.secondary-btn{
	width:12% !important;
	position:fixed;
	bottom:0;
}
.right-panel .actions .btn{
	color:#fff;
	margin-bottom:20px;
	height:40px;
}
.right-panel .actions .btn-gray{
	color:#000;
}
.right-panel .radio-cst{
	margin-bottom:-5px;
}
.bio-textarea .textarea{
	height:220px;
	resize:vertical;
}
.textarea-movies{
	height:300px;
}
.textarea-review{
	height:260px;
}
.textarea-advert{
	height:170px;
}
.disable-form label{
	color:#5B5B5B !important;
}
.disable-form button.Zebra_DatePicker_Icon {
    background: rgba(0, 0, 0, 0) url("~\Content\Images\calendar-2.png") no-repeat scroll left top;
}
.right-panel-trivia{
    margin:-30px -5px 0;
}
.right-panel-trivia .container-fluid {
    padding: 0;
}
.right-panel-trivia .actions {
    margin: 30px 4%;
}
.right-panel-trivia .row {
    margin: 0;
}
.right-panel-trivia .col-md-3 {
    padding: 0;
}
.step-1 {
    background: #3E3E3E;
    padding:30px 15px;
}
.step-2 {
    background: #383838;
    padding:30px 15px;
    min-height:1400px;
}
.step-3 {
    background: #2B2B2B;
    padding:30px 15px;
    min-height:1400px;
}
.step-title span {
    background: #f7ca18;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    width: 28px;
    margin-right:7px;
    font-size:18px;
    line-height:28px;
}
.step-title {
    color:#f7ca18;
    font-size:20px;
    margin-bottom:30px;
}
.step-2 .action-btn {
    margin-bottom: 30px;
    height:30px;
}
.step-2 .action-btn .btn{
    color:#fff;
    font-size:14px;
    padding:0 10px;
    height:30px;
    width:85px;
}
.step-2 .action-btn .btn i {
    margin-right: 7px;
}
.ques-input {
    background: #3E3E3E;
    clear:both;
    padding:0 15px 20px;
    margin-bottom:30px;
}
.ques-input .form-group {
    float: left;
    width: 75%;
    display:inline-block;
    margin-bottom:0;
}
.ques-input .form-group .textarea {
    background: #3E3E3E;
    border-bottom: solid 1px #F7CA18;
    border-left: none;
    border-right: none;
    border-top: none;
}
.ques-input .form-group .textarea:focus {
    border-bottom: solid 1px #F7CA18;
    border-left: none;
    border-right: none;
    border-top: none;
}
.ques-textarea {
    height:50px;
    font-size:14px;
    resize:none;
    padding:0;
    margin-top:20px;
}
.ques-input .action {
    background: #3e3e3e;
    display: inline-block;
    margin-top: 110px;
    text-align: right;
    width: 25%;
}
.ques-input .action .btn {
    background: none;
    border: none;
    padding:6px;
    font-size:18px;
    margin:0;
}
.ques-input .action .btn.ok {
    color: #0b8e3b;
}
.ques-input .action .btn.cancel {
    color: #D3332D;
}
.fa-check:before {
    content: "\f00c";
}
.fa-close:before{
    content: "\f00d";
}
.ques-list .card {
    background: #3E3E3E;
    padding: 10px;
    margin-bottom:10px;
    overflow:hidden;
    position:relative;
    cursor:pointer;
}
.card.active::before {
    background: #2B2B2B;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
}
.card.active {
    background: #2B2B2B;
    margin-right: -15px;
    padding-right: 25px;
}
.card.active .ques {
    color: #f7ca18 !important;
}
.ques-list .card .check-cst {
    float: left;
    width: 12%;
}
.ques-list .card .count {
    color: #fff;
    margin-bottom:3px;
}
.qus-detail {
    color: #F7CA18;
    line-height: 0.7;
    margin-bottom: 21px;
}
.ques-list .card .ques {
    width: 88%;
    float: right;
    font-size:14px;
    color:#fff;
}
.ques-list .card .ques.hausa {
    margin-top: 10px;
    padding-top:8px;
    border-top: solid 1px #5B5B5B;
}
.ques-list .card.active .ques.hausa {
    margin-top: 10px;
    padding-top:8px;
    border-top: solid 1px #3E3E3E;
}
.ques-list .card .check-cst label {
    top: 13px;
}
.ques-list .card .check-cst label::before {
    border: 2px solid #fff;
    bottom: 2px;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 15px;
}
.ques-list .card .check-cst input[type="checkbox"]:checked + label::before {
    background: #F7CA18;
    color: #3E3E3E;
    content: "✓";
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    border: 2px solid #F7CA18;
}
.ans-list .card {
    overflow: hidden;
}
.ans-list .form-group {
    margin-top: 20px;
    float: none;
    margin-top:28px;
}
.ans-list .opt-no {
    float: left;
    color: #F7CA18;
    font-size: 14px;
}
.ans-list .radio-cst {
    float: right;
}
.ans-list .radio-cst label {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    top:-2px;
    margin-right:0;
    padding-left:21px;
}
.ans-list .radio-cst label::before {
    background-color: #2B2B2B;
    top: 2px;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 16px;
    border:2px solid #fff;
}
.ans-list .radio-cst input[type="radio"]:checked + label::before {
    background: #f7ca17;
    height: 16px;
    text-align: center;
    width: 16px;
    border:2px solid #f7ca17;
}
.ans-list .radio-cst input[type="radio"]:checked + label::after {
    background:#2B2B2B;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 4px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 8px;
}
.step-3 .btn {
    padding: 3px 15px;
}
.ques-input {
    display: none;
    overflow:hidden;
}
.ans-list .form-group .form-control {
    margin-top: 8px;
    height:36px;
}
.more-opt {
    display: none;
}
.opt-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    margin-top: 7px;
}
.opt-btn:hover {
    color: #f7ca18;
}
.step-3 .note {
    font-size: 13px;
    color:#fff;
    margin-bottom:30px;
}
/* ----------------MULTIPLE SELECT STYLE---------------- */
.SlectBox {
	width: 100%;
	padding: 8px 12px;
	height: 40px;
}
.SumoSelect {
	position: relative;
}
.SumoSelect > .CaptionCont {
	position: relative;
	min-height: 14px;
	background: #5B5B5B;
}
.SumoSelect > .CaptionCont > span {
	display: block;
	padding-right: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	color: #fff;
}
.SumoSelect > .CaptionCont > label > i:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #fff;
	content: "";
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 16px;
	z-index: 10;
}
.SumoSelect > .optWrapper {
	top: 20px;
	width: 100%;
	left: 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: -100;
	background: #303030;
	overflow: hidden;
}
.SumoSelect > .optWrapper.open {
	top: 39px;
	visibility: visible;
	opacity: 1;
	z-index: 11;
}
.SumoSelect > .optWrapper > .options {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto;
	max-height: 250px;
}
.SumoSelect > .optWrapper > .options > li {
	padding: 6px 6px;
	position: relative;
}
.SumoSelect > .optWrapper > .options > li:first-child {
	border-radius: 2px 2px 0px 0px;
}
.SumoSelect > .optWrapper > .options > li:last-child {
	border-bottom: none;
	border-radius: 0px 0px 2px 2px;
}
.SumoSelect > .optWrapper > .options > li label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	cursor: pointer;
	color: #fff
}
.SumoSelect > .optWrapper > .options > li span {
	display: none;
}
.SumoSelect > .optWrapper.multiple > .options > li {
	padding-left: 35px;
	cursor: pointer;
}
.SumoSelect > .optWrapper.multiple > .options > li span,  .SumoSelect .select-all > span {
	position: absolute;
	display: block;
	width: 30px;
	top: -3px;
	bottom: 0px;
	margin-left: -35px;
}
.SumoSelect > .optWrapper.multiple > .options > li span i,  .SumoSelect .select-all > span i {
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 14px;
	height: 14px;
	border: 1px solid #AEAEAE;
	border-radius: 2px;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.SumoSelect > .optWrapper > .MultiControls {
	display: none;
	border-top: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.13);
	border-radius: 0px 0px 3px 3px;
}
.SumoSelect > .optWrapper.multiple > .options > li.selected span i,  .SumoSelect .select-all.selected > span i,  .SumoSelect .select-all.partial > span i {
	background-color: #5B5B5B;
	box-shadow: none;
	border-color: transparent;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: center center;
}

/* ----------------RIGHT PANEL VIEW STYLES---------------- */
.view-screen .view-pic{
	background:#5B5B5B;
	margin-bottom:25px;
}
.view-screen .view-pic img{
	width:100%;
}
.info-group{
	margin-bottom:20px;
    clear:both;
}
.info-group .title{
	color:#f7ca18;
    font-size:15px;
}
.info-group .details{
	color:#fff;
    word-wrap:break-word;
    font-size:15px;
}
.view-screen .btn-yellow{
	color:#000 !important;
}
.view-trivia .step-2 .count {
    float: left;
    width: 12%;
}
.view-trivia .step-2 .ques {
    width: 88%;
    float: right;
}
.view-trivia .step-3 .opt-no {
    float: none;
}
.view-trivia .step-3 .info-group .details {
    margin-top: 7px;
}
.correct-ans {
    color: #F7CA18;
}
/* ----------------RIGHT PANEL DASHBOARD STYLES---------------- */
.dashboard .action-btn .btn{
	color:#fff;
	width:40%;
	margin-right:18px;
}
.dashboard .action-btn .btn i{
	font-size:18px;
	margin-right:9px;
	vertical-align:bottom;
}
.dashboard .pagination p{
	color:#fff;
    margin-top:-2px;
}
.dashboard .pagination{
	float:right;
	margin:10px 20px;
}
.dashboard .next-prev-btn{
	float:right;
}
.dashboard .next-prev-btn .btn{
	margin-left:5px;
	width:40px;
}
.dashboard .next-prev-btn .inactive i{
	color:#8b8b8b;
}
.dashboard .next-prev-btn .active i{
	color:#000;
}
.dashboard .industry-filter{
	float:right;
	margin-left:30px;
}
.trivia-score-dashboard .industry-filter{
    margin-bottom:20px;
}
.dashboard .industry-filter .select-cst{
	float:right;
}
.dashboard .industry-filter .form-control{
	background:#f7ca18;
	color:#000;
	height:35px;
	padding-right:20px;
	padding-left:10px;
	margin-right:12px;
}
.dashboard .industry-filter label{
	margin-right:10px;
	font-weight:normal;
	color:#fff;
	padding-top:7px;
}
.dashboard .industry-filter  .select-cst::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #000;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 16px;
  z-index: 10;
}
.dashboard .table thead{
	background:#f7ca18;
	color:#000;
	display:table;
	width:100%;
}

.dashboard .table thead a{
	color:#3e3e3e;
	transition:0.30s;
	font-size:18px;
}
.dashboard .table thead a:hover{
	color:#000;
}
.dashboard .table > tbody > tr > td, .dashboard .table > tbody > tr > th, .dashboard .table > tfoot > tr > td, .dashboard .table > tfoot > tr > th, .dashboard .table > thead > tr > td, .dashboard .table > thead > tr > th{
	padding:6px 6px;
}
.dashboard .table > tbody > tr > td:first-child{
    padding:6px 12px;
}
.dashboard .table > tbody > tr > td{
	vertical-align:middle;
}
.dashboard thead, .dashboard tbody, .dashboard tr, .dashboard td, .dashboard th { display: block; }
.dashboard tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}
.dashboard thead th { 
    height: 40px;
    line-height: 30px;
	padding:0 12px !important;
}
.dashboard tbody {
    overflow-y: auto;
}
.dashboard thead {
    width: 97%;
    width: calc(100% - 17px);
}
	.dashboard tbody td, .dashboard thead th {
		float: left;
	}
/*COMMON DASHBOARD*/
.dashboard tbody td:nth-child(1), .dashboard thead th:nth-child(1){
	width:4%;
}
.dashboard tbody td:nth-child(2), .dashboard thead th:nth-child(2){
	width:7%;
}
.dashboard tbody td:nth-child(3), .dashboard thead th:nth-child(3){
	width:55%;
}
.dashboard tbody td:nth-child(4), .dashboard thead th:nth-child(4){
	width:15%;
}
.dashboard tbody td:nth-child(5), .dashboard thead th:nth-child(5){
	width:7%;
}
.dashboard tbody td:nth-child(6), .dashboard thead th:nth-child(6){
	width:3%;
}
/*COMMON DASHBOARD END*/
/*USER DASHBOARD*/
.user-dashboard tbody td:nth-child(1), .user-dashboard thead th:nth-child(1){
	width:6% !important;
}
.user-dashboard tbody td:nth-child(2), .user-dashboard thead th:nth-child(2){
	width:24%;
}
.user-dashboard tbody td:nth-child(3), .user-dashboard thead th:nth-child(3){
	width:22%;
}
.user-dashboard tbody td:nth-child(4), .user-dashboard thead th:nth-child(4){
	width:15%;
}
.user-dashboard tbody td:nth-child(5), .user-dashboard thead th:nth-child(5){
	width:16% !important;
}
.user-dashboard tbody td:nth-child(6), .user-dashboard thead th:nth-child(6){
	width:16% !important;
}
/*USER DASHBOARD END*/
/*TRIVIA SCORE DASHBOARD*/
.trivia-score-dashboard tbody td:nth-child(1), .trivia-score-dashboard thead th:nth-child(1){
	width:6% !important;
}
.trivia-score-dashboard tbody td:nth-child(2), .trivia-score-dashboard thead th:nth-child(2){
	width:50%;
}
.trivia-score-dashboard tbody td:nth-child(3), .trivia-score-dashboard thead th:nth-child(3){
	width:22%;
}
.trivia-score-dashboard tbody td:nth-child(4), .trivia-score-dashboard thead th:nth-child(4){
	width:15%;
}
/*TRIVIA SCORE DASHBOARD END*/
/*TRIVIA DASHBOARD*/
.trivia-dashboard tbody td:nth-child(1), .trivia-dashboard thead th:nth-child(1){
	width:4% !important;
}
.trivia-dashboard tbody td:nth-child(2), .trivia-dashboard thead th:nth-child(2){
	width:7%;
}
.trivia-dashboard tbody td:nth-child(3), .trivia-dashboard thead th:nth-child(3){
	width:36%;
}
.trivia-dashboard tbody td:nth-child(4), .trivia-dashboard thead th:nth-child(4){
	width:16%;
}
.trivia-dashboard tbody td:nth-child(5), .trivia-dashboard thead th:nth-child(5){
	width:12% !important;
}
.trivia-dashboard tbody td:nth-child(6), .trivia-dashboard thead th:nth-child(6){
	width:7% !important;
}
.trivia-dashboard tbody td:nth-child(7), .trivia-dashboard thead th:nth-child(7){
	width:7% !important;
}
.trivia-dashboard tbody td:nth-child(8), .trivia-dashboard thead th:nth-child(8){
	width:7% !important;
}
/*referral DASHBOARD*/
.referral-dashboard tbody td:nth-child(1), .referral-dashboard thead th:nth-child(1) {
	width: 5% !important;
}

.referral-dashboard tbody td:nth-child(2), .referral-dashboard thead th:nth-child(2) {
	width: 20%;
}

.referral-dashboard tbody td:nth-child(3), .referral-dashboard thead th:nth-child(3) {
	width: 19%;
}

.referral-dashboard tbody td:nth-child(4), .referral-dashboard thead th:nth-child(4) {
	width: 20%;
}

.referral-dashboard tbody td:nth-child(5), .referral-dashboard thead th:nth-child(5) {
	width: 19% !important;
}

.referral-dashboard tbody td:nth-child(6), .referral-dashboard thead th:nth-child(6) {
	width: 15% !important;
}


/*referral hyperlink*/
.referral-dashboard a {
	color: #f7ca18;
}
.referral-dashboard tbody td {
margin-left:3px;
}

/*TRIVIA DASHBOARD END*/
.check-cst-2 label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-size: 13px;
	top: 15px;
}
.check-cst-2 input[type=checkbox] {
	display: none;
}
.check-cst-2 label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	border:2px solid #26373c;
	background:#fff;
	bottom:2px;
}
.check-cst-2 label {
	margin-bottom: 10px;
}
.check-cst-2 input[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 15px;
	color: #fff;
	text-align: center;
    line-height: 15px;
	background:#26373c;
	border:2px solid #26373c;
}
.dashboard tbody{
	background:#5b5b5b;
	color:#fff;
	display:block;
	overflow-y:auto;
	max-height:330px
}

.btn-white{
	background-color:#fff;
	transition:0.30s;
	min-width:65px;
	max-height:35px;
	border:1px solid #d4d2d2;
	margin-left:8px;
	font-size:15px;
}
.btn-white:hover{
	background-color:#d4d2d2;
	border:1px solid #d4d2d2;
	transition:0.30s;
}
.view{
	color:#03a080;
}
.edit{
	color:#ce630d;
}
.publish{
	color:#1299CB;
}
.dashboard .table > tbody > tr:hover{
	background:#26373c;
}
.dashboard .table tbody tr{
	border:none;
	font-size:15px;
	display:table;
	width:100%;
}
.referral-dashboard .table thead {
	border: none;
	background: #f7ca18;
	color: #000;
	display: table;
	width: 100%;
}
.referral-dashboard tbody {
	background: #5b5b5b;
	color: #fff;
	display: block;
	overflow-y: auto;
	max-height: 330px;
	width: 100%;
}
/*#referralgrid {
	overflow-x: auto;
	width: 100%;
}*/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border: none;
}
.footer-pagination .pagination{
	margin:0;
}
.footer-pagination .pagination li a{
	border-radius:0;
	margin-right:10px;
	background:#303030;
	color:#fff;
}
.footer-pagination .pagination li a.active{
	color:#000;
	background:#f6c935;
}
.footer-pagination .pagination li:first-child a, .footer-pagination .pagination li:last-child a{
	background:#f7ca18;
	color:#000;
}
.footer-pagination .pagination > li > a, .footer-pagination .pagination > li > span{
	border:none;
}
.category-dashboard .form-group {
    width: 52%;
    float:left;
}
.category-dashboard .form-group .form-control {
    width: 48%;
    float: left;
    margin-right:10px;
    height:36px;
}
.category-dashboard .form-group .form-control:last-child {
    margin-right: 0;
}
.category-dashboard .action-btn {
    float: left;
}
.category-dashboard .action-btn {
    width: 48%;
}
.category-dashboard .action-btn .btn {
    color: #fff;
    width: 37%;
    margin-right: 5px;
    float: none !important;
}
.user-dashboard .report-dropdown{
    margin:0 0 20px 0;
}
/*CATEGORY DASHBOARD*/
.category-dashboard tbody td:nth-child(1), .category-dashboard thead th:nth-child(1){
	width:9% !important;
}
.category-dashboard tbody td:nth-child(2), .category-dashboard thead th:nth-child(2){
	width:35%;
}
.category-dashboard tbody td:nth-child(3), .category-dashboard thead th:nth-child(3){
	width:35%;
}
.category-dashboard tbody td:nth-child(4), .category-dashboard thead th:nth-child(4){
	width:7%;
}
.category-dashboard tbody td:nth-child(5), .category-dashboard thead th:nth-child(5){
	width:9%;
}
/*CATEGORY DASHBOARD END*/
/* ----------------CUSTOM CHECKBOX STYLE---------------- */
.check-cst label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-size: 13px;
	top:15px;
}
.check-cst input[type=checkbox] {
	display: none;
}
.check-cst label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	border:2px solid #000;
	bottom:2px;
}
.check-cst label {
	margin-bottom: 10px;
}
.check-cst input[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 15px;
	color: #000;
	text-align: center;
    line-height: 15px;
}
.fa-check:before {
    content: "\f00c";
}
.published {
    margin-left: 8px;
    text-align: center;
    width: 64px;
    display: inline-block;
    font-size: 18px;
    color: #f7ca18;
}
/* ----------------CALENDER STYLE---------------- */
.Zebra_DatePicker {
	position: absolute;
	background: #666;
	border: 3px solid #666;
	z-index: 1200;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	top: 0
}
.Zebra_DatePicker table {
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
	table-layout: auto;
}
.Zebra_DatePicker td, .Zebra_DatePicker th {
	text-align: center;
	padding: 5px 0
}
.Zebra_DatePicker td {
	cursor: pointer
}
.Zebra_DatePicker .dp_daypicker, .Zebra_DatePicker .dp_monthpicker, .Zebra_DatePicker .dp_yearpicker {
	margin-top: 3px
}
.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
	background: #E8E8E8;
	width: 30px;
	border: 1px solid #7BACD2
}
.Zebra_DatePicker, .Zebra_DatePicker .dp_header .dp_hover, .Zebra_DatePicker .dp_footer .dp_hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.Zebra_DatePicker.dp_visible {
	visibility: visible;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	transition: opacity 0.2s ease-in-out
}
.Zebra_DatePicker.dp_hidden {
	visibility: hidden;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0
}
.Zebra_DatePicker .dp_header td {
	color: #FFF
}
.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
	width: 30px 
}
.Zebra_DatePicker .dp_header .dp_caption {
	font-weight: bold
}
.Zebra_DatePicker .dp_header .dp_hover {
	background: #222;
	color: #FFF
}
.Zebra_DatePicker .dp_daypicker th {
	background: #FFCC33
}
.Zebra_DatePicker td.dp_not_in_month {
	background: #F3F3F3;
	color: #CDCDCD;
	cursor: default
}
.Zebra_DatePicker td.dp_not_in_month_selectable {
	background: #F3F3F3;
	color: #CDCDCD;
	cursor: pointer
}
.Zebra_DatePicker td.dp_weekend {
	background: #D8D8D8
}
.Zebra_DatePicker td.dp_weekend_disabled {
	color: #CCC;
	cursor: default
}
.Zebra_DatePicker td.dp_selected {
	background: #5A4B4B;
	color: #FFF !important
}
.Zebra_DatePicker td.dp_week_number {
	background: #FFCC33;
	color: #555;
	cursor: text;
	font-style: italic
}
.Zebra_DatePicker .dp_monthpicker td {
	width: 33%
}
.Zebra_DatePicker .dp_yearpicker td {
	width: 33%
}
.Zebra_DatePicker .dp_footer {
	margin-top: 3px
}
.Zebra_DatePicker .dp_footer .dp_hover {
	background: #222;
	color: #FFF
}
.Zebra_DatePicker .dp_today {
	color: #FFF;
	padding: 3px
}
.Zebra_DatePicker .dp_clear {
	color: #FFF;
	padding: 3px
}
.Zebra_DatePicker td.dp_current {
	color: #C40000
}
.Zebra_DatePicker td.dp_disabled_current {
	color: #E38585
}
.Zebra_DatePicker td.dp_disabled {
	background: #F3F3F3;
	color: #CDCDCD;
	cursor: default
}
.Zebra_DatePicker td.dp_hover {
	background: #482424;
	color: #FFF
}
button.Zebra_DatePicker_Icon {
	display: block;
	position: absolute;
	width: 20px;
	height: 22px;
	background: url('/Content/Images/calendar.png') no-repeat left top;
	text-indent: -9000px;
	border: none;
	cursor: pointer;
	padding: 0;
	line-height: 0;
	vertical-align: top
}
button.Zebra_DatePicker_Icon {
	margin: 0 0 0 -7px !important
}
button.Zebra_DatePicker_Icon_Inside {
	margin: 0 3px 0 0
}

/* ----------------LOGIN SCREEN---------------- */
.login-screen header{
	height:85px;
	border-bottom:solid #f7ca18 4px;
	background:#fff;
}
.login-screen header img{
	width:9%;
	margin-top:15px;
}
.login-screen .login-sec {
/*  background: rgba(0, 0, 0, 0) url("/Content/Images/login-bg.jpg") no-repeat scroll;
*/  background-size:cover;
  height: 100%;
  width: 100%;
  position:fixed;
  font-family: 'Raleway', sans-serif;
  padding-top:95px;
  overflow:auto;
  background-position:0 77px;
}
.login-screen .login-sec h2{
	color:#f7ca18;
	text-transform:uppercase;
	font-size:26px;
	margin-top:30px;
	text-align:center;
}
.login-screen .login-sec h2::after {
  border: 3px solid;
  content: "";
  display: block;
  margin: 15px auto 0;
  width: 20%;
}
.login-screen .login-sec .form-sec .form{
	width:80%;
	margin:30px auto;
	background:#3e3e3e;
	border-top:#f7ca18 solid 5px;
	padding:20px 30px 35px;
}
.login-screen .login-sec  .form-sec .form-group{
	margin-bottom:20px;
    margin-left:0;
    margin-right:0;
}
.login-screen .login-sec  .form-sec label{
	color:#f7ca18;
	font-weight:500;
	margin-bottom:10px;
}
.login-screen .login-sec  .form-sec .form-control:focus{
	box-shadow:none;
	border:solid 1px #000;
}
.login-screen .login-sec  .form-sec .btn{
	margin-top:26px;
	background:#14883f;
	box-shadow: 0 6px #0e642e;
	transition: none 0s ease 0s ;
	color:#fff;
	font-size:18px;
	position:relative;
}
.login-screen .login-sec  .form-sec .btn:hover {
  box-shadow: 0 4px #0e642e;
  top: 2px;
}
.login-screen .login-sec  .form-sec .btn::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.login-screen .login-sec .link{
	color:#fff;
	transition:0.30s;
	text-decoration:none;
	font-size:14px;
	display:block;
	margin-top:8px;
}
.login-screen .login-sec .link:hover{
	color:#F7CA18;
}

/* ----------------STAR RATING---------------- */
.rating-fa, .rating-fa .rating-stars:before {
padding-left:1px
}
.rating-container-rtl .rating-stars:before, .rating-container-rtl:before, .rating-container:before {
	content: attr(data-content)
}
.rating-container, .rating-container-rtl {
	display: inline-block;
	vertical-align: middle
}
.rating-fa {
	font-family: FontAwesome;
	color:#5B5B5B;
	letter-spacing:6px;
}
.rating-gly, .rating-gly-star {
	font-family: 'Glyphicons Halflings'
}
.rating-gly-star, .rating-gly-star .rating-stars:before {
	padding-left: 2px
}
.rating-lg .rating-gly-star, .rating-lg .rating-gly-star .rating-stars:before {
	padding-left: 4px
}
.rating-xl .rating-gly-star, .rating-xl .rating-gly-star .rating-stars:before {
	padding-left: 2px
}
.rating-active {
	cursor: default
}
.rating-disabled {
	cursor: not-allowed
}
.rating-uni {
	font-size: 1.2em;
	margin-top: -5px
}
.rating-container {
	position: relative;
	overflow: hidden;
	margin-top:-14px;
}
.rating-container .rating-stars {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-webkit-transition: all .25s ease-out;
}
.rating-container .rating-stars:before {
	content: attr(data-content);
}
.rating-container-rtl {
	position: relative;
	overflow: hidden;
}
.rating-container-rtl .rating-stars {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-webkit-transition: all .25s ease-out;
}
.rating-sm {
	font-size: 28px;
}
.star-rating .clear-rating, .star-rating-rtl .clear-rating {
	display:none;
}
.star-rating .caption, .star-rating-rtl .caption {
	display:none;
}

/* ----------------NEW CSS---------------- */
.format{
	white-space: pre-line;
	margin-top:-20px;
}
.grid-popup-widget label{
	color:#000;
}
.grid-filter-buttons .btn{
	background:#F7CA18 !important;
}
.dashboard .action-btn span{
    margin-right:7px;
}
.edit, .view, .publish{
	height:30px !important;
	padding:2px 0;
}
.dashboard .pagination label{
    font-weight:normal;
}
.grid-footer .pagination{
    float:left;
    margin:15px 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span{
    border-radius:0;
    margin-right:10px;
}
.grid-footer .pagination li a{
    margin-right:10px;
}
.grid-footer .pagination li a{
    background:#303030;
    border:none;
    color:#fff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background:#F7CA18;
    color:#000;
    border:none;
    margin-right:10px;
}
.login-sec .error-msg{
    font-size: 14px;
}
.format{
	white-space: pre-line;
	margin-top:-20px;
}
.grid-popup-widget label{
	color:#000 !important;
}
.grid-filter-buttons .btn{
	background:#F7CA18 !important;
    border:none !important;
    color:#000 !important;
}
.grid-dropdown{
    padding:10px !important;
}
.multi-select{
    text-align:left;
}
.multi-select .btn{
    width:100%;
    float:none;
}
.multi-select .btn-group{
    display:block;
}
.multi-select .input-group-addon{
    border:none;
    border-radius:0;
}
.multi-select .dropdown-menu{
    width:100%;
    padding:0;
}
.multi-select .btn{
    background:#5B5B5B;
    height:40px;
    color:#fff;
    border:none;
    box-shadow:none;
}
.multi-select .btn-default .caret{
    border-top-color:#fff;
}
.multi-select .dropdown-menu > li > a:hover, .multi-select .dropdown-menu > li > a:focus, .multi-select .dropdown-menu, .multi-select .btn-group.open .dropdown-toggle{
    background-color:#5B5B5B;
}
.multi-select .dropdown-toggle.btn-default{
    color:#fff;
    text-align:left;
}
.multi-select .multiselect-search{
    background:#fff;
    color:#000;
}
.multi-select .multiselect-clear-filter{
    background:#eee;
}
.multi-select .glyphicon{
    color:#5B5B5B;
}
.multi-select .multiselect-container{
    margin:0;
    max-height:250px;
    overflow-y:auto;
}
.multi-select .caret{
    position:absolute;
    right:10px;
    top:18px;
    border-width:9px 6px 0;
}
.session-msg{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px !important;
}
.cst-btn{
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity:0;
    background-color:transparent;
    color:transparent;
    width:100%;
    height:100%;
}
.multiselect-container li{
    padding:0 10px;
}
.multiselect-item{
    padding:0 !important;
}
.no-margin{
    margin:0 !important;
}
table.grid-table .grid-header > .grid-header-title{
    padding:6px 0;
}
table.grid-table .grid-filter-btn{
    margin-top:9px;
}
.grid-header-title a{
    text-decoration:none;
    font-weight:normal;
    color:#000 !important;
}
.grid-header-title span{
    font-weight:normal;
    font-size:18px;
}
.details label, .info-group label{
    font-weight:normal;
}
.empty-text{
    color:#fff;
}

/* ----------------PRELOADER---------------- */
#loader-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
	background:rgb(0,0,0);
	display: flex;
	justify-content:center;
	align-items:center;
}
@-webkit-keyframes ball-grid-beat {
	50% {
	opacity: 0.7;
	}

	100% {
	opacity: 1;
	}
}
@keyframes ball-grid-beat {
	50% {
	opacity: 0.7; 
	}

	100% {
	opacity: 1;
	}
}
.ball-grid-beat {
	width: 57px;
}
.ball-grid-beat > div:nth-child(1) {
	-webkit-animation-delay: -0.07s;
	animation-delay: -0.07s;
	-webkit-animation-duration: 1.53s;
	animation-duration: 1.53s;
}
.ball-grid-beat > div:nth-child(2) {
	-webkit-animation-delay: 0.72s;
	animation-delay: 0.72s;
	-webkit-animation-duration: 0.94s;
	animation-duration: 0.94s; 
}
.ball-grid-beat > div:nth-child(3) {
	-webkit-animation-delay: 0.11s;
	animation-delay: 0.11s;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s; 
}
.ball-grid-beat > div:nth-child(4) {
	-webkit-animation-delay: 0.13s;
	animation-delay: 0.13s;
	-webkit-animation-duration: 1.01s;
	animation-duration: 1.01s;
}
.ball-grid-beat > div:nth-child(5) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
}
.ball-grid-beat > div:nth-child(6) {
	-webkit-animation-delay: 0.18s;
	animation-delay: 0.18s;
	-webkit-animation-duration: 0.97s;
	animation-duration: 0.97s;
}
.ball-grid-beat > div:nth-child(7) {
	-webkit-animation-delay: -0.09s;
	animation-delay: -0.09s;
	-webkit-animation-duration: 0.67s;
	animation-duration: 0.67s;
}
.ball-grid-beat > div:nth-child(8) {
	-webkit-animation-delay: 0.42s;
	animation-delay: 0.42s;
	-webkit-animation-duration: 0.92s;
	animation-duration: 0.92s;
}
.ball-grid-beat > div:nth-child(9) {
	-webkit-animation-delay: 0.52s;
	animation-delay: 0.52s;
	-webkit-animation-duration: 1.43s;
	animation-duration: 1.43s;
}
.ball-grid-beat > div {
	background-color: #f7ca18;
	width: 15px;
	height: 15px;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
	float: left;
	-webkit-animation-name: ball-grid-beat;
	animation-name: ball-grid-beat;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

/* ----------------GALLERY---------------- */
.selected-img .col-md-3{
	padding:0 5px;
}
.selected-img  .row{
	margin:0 -5px;
}
.thumb-img{
	margin-bottom:10px;
	background-color:#5B5B5B;
	height:110px;
	text-align:center;
}
.thumb-img img{
	max-width:100%;
	max-height:110px;
}
.delete-img img{
	position: absolute;
	right:4%;
	top:1%;
	width:auto;
	padding:5px;
	cursor:pointer;
}
.delete-img img:hover{
	border-radius:50%;
	transition:0.20s;
	background:red;
}
#image-gallery img{
	width:100%;
    height:350px;
    max-height:350px;
    min-height:350px;
}
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('/Content/Images/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

/* ----------------MUSIC---------------- */
audio, .view-music img{
	width:100%;
	background: #5b5b5b;
}
.view-music img{
    margin-bottom: 25px;
}
audio{
    margin-bottom:15px;
    margin-top:5px;
}
.song-list{
    color:#fff;
    background:#5B5B5B;
    padding:6px 30px 6px 12px;
    margin-bottom:10px;
    font-size:15px;
    position:relative;
    word-wrap:break-word;
}
.song-list .delete-img img{
    top:6%;
    right:1%;
}
.view-music span{
    color:#fff;
    word-wrap:break-word;
}

/* ----------------VIDEO---------------- */
.textarea-video{
	height:250px;
}
video{
	width:100%;
}
.video-thumbnail{
	margin-top:20px;
}
.video-thumbnail .title{
	color:#f7ca18;
    margin-bottom:10px;
}
.video-thumbnail img{
	width:100%;
}

/* ----------------RESPONSIVE---------------- */
@media (max-width:1300px){
	.page-title ul li a{
		font-size:18px;
		margin-right:30px;
	}
	.page-title a.active::after{
		bottom:1px;
	}
	.dashboard tbody td:nth-child(1), .dashboard thead th:nth-child(1){
		width:4% !important;
	}
	.dashboard tbody td:nth-child(2), .dashboard thead th:nth-child(2){
		width:7% !important;
	}
	.dashboard tbody td:nth-child(3), .dashboard thead th:nth-child(3){
		width:54% !important;
	}
	.dashboard tbody td:nth-child(4), .dashboard thead th:nth-child(4){
		width:16% !important;
	}
	.dashboard tbody td:nth-child(5), .dashboard thead th:nth-child(5){
		width:8% !important;
	}
	.dashboard tbody td:nth-child(6), .dashboard thead th:nth-child(6){
		width:10% !important;
	}
    .user-dashboard tbody td:nth-child(1), .user-dashboard thead th:nth-child(1){
        width:5% !important;
    }
    .user-dashboard tbody td:nth-child(2), .user-dashboard thead th:nth-child(2){
        width:20% !important;
    }
    .user-dashboard tbody td:nth-child(3), .user-dashboard thead th:nth-child(3){
        width:24% !important;
    }
    .user-dashboard tbody td:nth-child(4), .user-dashboard thead th:nth-child(4){
        width:15% !important;
    }
    .user-dashboard tbody td:nth-child(5), .user-dashboard thead th:nth-child(5){
        width:18% !important;
    }
    .user-dashboard tbody td:nth-child(6), .user-dashboard thead th:nth-child(6){
        width:18% !important;
    }
    .ques-input .form-group {
        width: 100%;
    }
    .ques-input .action {
        width: 100%;
        height:auto;
        margin-top:0;
    }
   /*TRIVIA DASHBOARD*/
    .trivia-dashboard tbody td:nth-child(1), .trivia-dashboard thead th:nth-child(1){
	    width:4% !important;
    }
    .trivia-dashboard tbody td:nth-child(2), .trivia-dashboard thead th:nth-child(2){
	    width:7% !important;
    }
    .trivia-dashboard tbody td:nth-child(3), .trivia-dashboard thead th:nth-child(3){
	    width:30% !important;
    }
    .trivia-dashboard tbody td:nth-child(4), .trivia-dashboard thead th:nth-child(4){
	    width:18% !important;
    }
    .trivia-dashboard tbody td:nth-child(5), .trivia-dashboard thead th:nth-child(5){
	    width:13% !important;
    }
    .trivia-dashboard tbody td:nth-child(6), .trivia-dashboard thead th:nth-child(6){
	    width:8% !important;
    }
    .trivia-dashboard tbody td:nth-child(7), .trivia-dashboard thead th:nth-child(7){
	    width:8% !important;
    }
    .trivia-dashboard tbody td:nth-child(8), .trivia-dashboard thead th:nth-child(8){
	    width:8% !important;
    }
    /*TRIVIA DASHBOARD END*/
    .btn-white {
        margin-left: 3px;
        min-width: 60px;
    }
    .published {
        width: 55px;
    }
    /*CATEGORY DASHBOARD*/
    .category-dashboard tbody td:nth-child(1), .category-dashboard thead th:nth-child(1){
	    width:9% !important;
    }
    .category-dashboard tbody td:nth-child(2), .category-dashboard thead th:nth-child(2){
	    width:35% !important;
    }
    .category-dashboard tbody td:nth-child(3), .category-dashboard thead th:nth-child(3){
	    width:35% !important;
    }
    .category-dashboard tbody td:nth-child(4), .category-dashboard thead th:nth-child(4){
	    width:9% !important;
    }
    .category-dashboard tbody td:nth-child(5), .category-dashboard thead th:nth-child(5){
	    width:9% !important;
    }
    /*CATEGORY DASHBOARD END*/
    /*TRIVIA SCORE DASHBOARD*/
    .trivia-score-dashboard tbody td:nth-child(1), .trivia-score-dashboard thead th:nth-child(1){
	    width:6% !important;
    }
    .trivia-score-dashboard tbody td:nth-child(2), .trivia-score-dashboard thead th:nth-child(2){
	    width:50% !important;
    }
    .trivia-score-dashboard tbody td:nth-child(3), .trivia-score-dashboard thead th:nth-child(3){
	    width:22% !important;
    }
    .trivia-score-dashboard tbody td:nth-child(4), .trivia-score-dashboard thead th:nth-child(4){
	    width:15% !important;
    }
    /*TRIVIA SCORE DASHBOARD END*/
}
@media (max-width:1199px){
    .dashboard .industry-filter{
        margin-left:10px;
    }
    .dashboard .industry-filter label{
        font-size:14px;
    }
    .dashboard .next-prev-btn .btn{
        width:32px;
    }
    .dashboard .pagination{
        margin: 9px 5px;
        font-size: 14px !important;
    }
}
@media (max-width:1024px){
	.page-title ul li a{
		font-size:17px;
		margin-right:23px;
	}
	.page-title a.active::after{
		bottom:-1px;
	}
	.action-btns .btn{
		height:24px;
	}
	.dashboard .pagination, header nav ul li{
		font-size:15px;
	}
	.pagination > li > a, .pagination > li > span{
		padding:4px 10px;
	}
	header nav ul li.welcome-user img{
		height:30px;
		width:30px;
	}
	.dashboard .table tbody tr{
		font-size:14px;
	}
	.right-panel .form-group label, .radio-title{
		font-size:14px;
	}
	.right-panel .form-group, .right-panel .radio-cst{
		margin-bottom:15px;
	}
	.textarea, .form-control{
		font-size:14px;
	}
	.right-panel .form-control, .right-panel .actions .btn{
		height:35px;
	}
    /*COMMON DASHBOARD*/
	.dashboard tbody td:nth-child(1), .dashboard thead th:nth-child(1){
		width:5% !important;
	}
	.dashboard tbody td:nth-child(2), .dashboard thead th:nth-child(2){
		width:7% !important;
	}
	.dashboard tbody td:nth-child(3), .dashboard thead th:nth-child(3){
		width:48% !important;
	}
	.dashboard tbody td:nth-child(4), .dashboard thead th:nth-child(4){
		width:16% !important;
	}
	.dashboard tbody td:nth-child(5), .dashboard thead th:nth-child(5){
		width:11% !important;
	}
	.dashboard tbody td:nth-child(6), .dashboard thead th:nth-child(6){
		width:11% !important;
	}
    /*COMMON DASHBOARD END*/
    .dashboard .table thead a{
        font-size:17px;
    }
    /*USER DASHBOARD*/
     .user-dashboard tbody td:nth-child(1), .user-dashboard thead th:nth-child(1){
        width:5% !important;
    }
    .user-dashboard tbody td:nth-child(2), .user-dashboard thead th:nth-child(2){
        width:20% !important;
    }
    .user-dashboard tbody td:nth-child(3), .user-dashboard thead th:nth-child(3){
        width:24% !important;
    }
    .user-dashboard tbody td:nth-child(4), .user-dashboard thead th:nth-child(4){
        width:15% !important;
    }
    .user-dashboard tbody td:nth-child(5), .user-dashboard thead th:nth-child(5){
        width:18% !important;
    }
    .user-dashboard tbody td:nth-child(6), .user-dashboard thead th:nth-child(6){
        width:18% !important;
    }
    /*USER DASHBOARD END*/
    .step-title {
        font-size: 17px;
    }
    .step-title span {
        font-size: 15px;
        height: 26px;
        line-height: 26px;
        width: 26px;
        margin-right:3px;
    }
    .right-panel .upload-pic .user, .right-panel .upload-pic .movie-poster, .right-panel .upload-pic .trivia-image {
        min-height: 150px;
    }
    .step-2 .action-btn .btn {
        width: 80px;
    }
    .ques-list .card .check-cst label::before {
        height: 14px;
        width: 14px;
    }
    .ques-list .card .check-cst input[type="checkbox"]:checked + label::before {
        line-height: 11px;
    }
    .ans-list .radio-cst label::before {
        height: 15px;
        width: 15px;
    }
    .ans-list .radio-cst {
        margin-bottom: 0;
    }
    .ans-list .card {
        margin-bottom: 10px;
    }
    .ques-input .form-group {
        width: 100%;
    }
    .ques-input .action {
        width: 100%;
        height:auto;
        margin-top:0;
    }
    .textarea.ques-textarea:last-child {
        margin-bottom: 0;
    }
    .dashboard .action-btn .btn {
        width: 43%;
    }
    /*TRIVIA DASHBOARD*/
    .trivia-dashboard tbody td:nth-child(1), .trivia-dashboard thead th:nth-child(1){
	    width:4% !important;
    }
    .trivia-dashboard tbody td:nth-child(2), .trivia-dashboard thead th:nth-child(2){
	    width:7% !important;
    }
    .trivia-dashboard tbody td:nth-child(3), .trivia-dashboard thead th:nth-child(3){
	    width:30% !important;
    }
    .trivia-dashboard tbody td:nth-child(4), .trivia-dashboard thead th:nth-child(4){
	    width:18% !important;
    }
    .trivia-dashboard tbody td:nth-child(5), .trivia-dashboard thead th:nth-child(5){
	    width:13% !important;
    }
    .trivia-dashboard tbody td:nth-child(6), .trivia-dashboard thead th:nth-child(6){
	    width:8% !important;
    }
    .trivia-dashboard tbody td:nth-child(7), .trivia-dashboard thead th:nth-child(7){
	    width:8% !important;
    }
    .trivia-dashboard tbody td:nth-child(8), .trivia-dashboard thead th:nth-child(8){
	    width:8% !important;
    }
    /*TRIVIA DASHBOARD END*/
    .btn-white {
        margin-left: 3px;
        min-width: 60px;
    }
	.category-dashboard .action-btn .btn{
		margin-left:10px;
	}
    .published {
        width: 55px;
    }
     /*CATEGORY DASHBOARD*/
    .category-dashboard tbody td:nth-child(1), .category-dashboard thead th:nth-child(1){
	    width:9% !important;
    }
    .category-dashboard tbody td:nth-child(2), .category-dashboard thead th:nth-child(2){
	    width:35% !important;
    }
    .category-dashboard tbody td:nth-child(3), .category-dashboard thead th:nth-child(3){
	    width:35% !important;
    }
    .category-dashboard tbody td:nth-child(4), .category-dashboard thead th:nth-child(4){
	    width:9% !important;
    }
    .category-dashboard tbody td:nth-child(5), .category-dashboard thead th:nth-child(5){
	    width:9% !important;
    }
    /*CATEGORY DASHBOARD END*/
    /*TRIVIA SCORE DASHBOARD*/
    .trivia-score-dashboard tbody td:nth-child(1), .trivia-score-dashboard thead th:nth-child(1){
	    width:6% !important;
    }
    .trivia-score-dashboard tbody td:nth-child(2), .trivia-score-dashboard thead th:nth-child(2){
	    width:50% !important;
    }
    .trivia-score-dashboard tbody td:nth-child(3), .trivia-score-dashboard thead th:nth-child(3){
	    width:22% !important;
    }
    .trivia-score-dashboard tbody td:nth-child(4), .trivia-score-dashboard thead th:nth-child(4){
	    width:15% !important;
    }
    /*TRIVIA SCORE DASHBOARD END*/
    .step-3 .btn {
        padding: 3px 10px;
    }
}

.category-dashboard .action-btn .btn.btn-category, .category-error{
    float:left !important;
}

/* ----------------MUSIC LOADER POPUP---------------- */
.modal-dialog {
    width: 400px;
    margin: 20px auto;
    font-family: "Raleway",sans-serif;
    top: 50%;
    margin-top: -53px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
}
.modal-content{
	border-radius:0;
	background:#3E3E3E;
	border-top: 5px solid #f7ca18;
    box-shadow: 0 1px 5px #000;
}
.modal-title{
	color:#f7ca18;
	font-size: 18px;
    font-weight: 600;
}
.modal-header{
	border-bottom:none;
	padding:12px;
}
.modal-body{
	padding:0 15px 15px;
}
textarea{
	resize:vertical;
}
.modal-content .close{
	text-shadow:none;
	color:#666;
	opacity:1;
	font-size:28px;
}
.modal-content .close:hover{
	color:#f7ca18;
}
/* ----------------CONTACT US POPUP END---------------- */