html,body{
	margin:0;
	padding: 0;
	font-family: 'Lato';
	overflow-x: hidden;
	/*background: #24b1c2;*/
	/*background: rgba(6, 12, 34, 0.9);*/
	background: #e7e7e7;
	height: 100%;
	font-size: 13px;
}

.font-xs{font-size: 12px;}
.font-sm{font-size: 14px;}
.font-md{font-size: 16px;}
.font-lg{font-size: 18px;}
.font-xl{font-size: 20px;}

.hide{
	display: none !important;
}

.clearboth{
	clear: both;
}

.page-loader{
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #FFFFFF;
    /*background: url('http://localhost:8000/images/big1-ajax-loader.gif') 50% 50% no-repeat #FFF;*/
}

.page-center{
	max-width: 1960px;
	background: #e7e7e7;
  	display: flex;
  	flex-direction: column;
  	min-height: 100vh;
}

.hidebutton{
	position: absolute;
	left: -500px;
}

.page-loader .d-flex{
	width: 100%;
	height: 100%;
}
.page-loader .spinner-border{
	width: 8em;
	height: 8em;
	display: block;
	position: absolute;
	border: .2em solid currentColor;
	border-right-color: transparent;
}
.page-loader .spinner-border.text-success{
	width: 7em;
	height: 7em;
}
.page-loader .spinner-border.text-info{
	animation: spinner-border 1s linear infinite;
	-webkit-animation:spinner-border 1s linear infinite;
}
.page-loader .spinner-border.text-warning{
	width: 9em;
	height: 9em;
	animation: spinner-border 3s linear infinite;
	-webkit-animation:spinner-border 3s linear infinite;
}
.page-loader .spinner-grow{
	display: block;
	position: absolute;
	width: 7em;
	height: 7em;
}
.loader-trc{
	display: block;
	position: absolute;
	font-weight: bold;
}

.header-logo{
	display: none;
}
.header-logo img{
	margin-top: -6px;
	width: 80px;
}

.sidebar .logo img{
	margin-top: -13px;
	width: 80px;
	margin-left: 44px;
}

.text-bold{
	font-weight: bold;
}
.color-white-only{
	color: #FFFFFF;
}
.color-sub-desc{
	color: #8c8d90;
}

.coupon-applied{
	border: 1px dashed #1bbf5d;
	padding: 2px;
}

#app{
	height: 100%;
}

.error{
	color: #b00;
}

.field-error,.field-error:focus{
    border-color: #f79483;
    color: #b00;
}

.field-error:focus, .field-error:hover{
	background: #fff;
	outline: 0;
	box-shadow: 0 0 0 0.2em rgba(239, 72, 61, 0.25);
}

#btnError,#btnProcess{
	position: absolute;
	left: -500px;
}

#keywords_list{
	margin-top: 5px;
    min-height: 30px;
}
#keywords_list span{
	padding: 2px 5px;
	background: #ddd;
	margin-right: 5px;
}
#keywords_list i{
	cursor: pointer;
}

.ck-content { height:300px; }

.width100{
	width: 100%;
}

.no-border{
	border: none;
}
.line-b{
	border-bottom: 1px solid;
}
.line-b-red{
	border-bottom-color: #f00;
}
.line-b-light{
	border-bottom-color: #ddd;
}

.no-m{ margin: 0 !important;}

.m-xs{margin: 5px !important;}
.m-sm{margin: 10px !important;}
.m-md{margin: 15px !important;}
.m-lg{margin: 20px !important;}
.m-xl{margin: 25px !important;}

.m-xs-t{margin-top: 5px !important;}
.m-xs-b{margin-bottom: 5px !important;}
.m-xs-l{margin-left: 5px !important;}
.m-xs-r{margin-right: 5px !important;}

.m-sm-t{margin-top: 10px !important;}
.m-sm-b{margin-bottom: 10px !important;}
.m-sm-l{margin-left: 10px !important;}
.m-sm-r{margin-right: 10px !important;}

.m-md-t{margin-top: 15px !important;}
.m-md-b{margin-bottom: 15px !important;}
.m-md-l{margin-left: 15px !important;}
.m-md-r{margin-right: 15px !important;}

.m-lg-t{margin-top: 20px !important;}
.m-lg-b{margin-bottom: 20px !important;}
.m-lg-l{margin-left: 20px !important;}
.m-lg-r{margin-right: 20px !important;}

.m-xl-t{margin-top: 25px !important;}
.m-xl-b{margin-bottom: 25px !important;}
.m-xl-l{margin-left: 25px !important;}
.m-xl-r{margin-right: 25px !important;}

.m-xxxl-t{margin-top: 75px !important;}
.m-xxxl-b{margin-bottom: 75px !important;}
.m-xxxl-l{margin-left: 75px !important;}
.m-xxxl-r{margin-right: 75px !important;}


.no-p{ padding: 0 !important;}

.p-xs{padding: 5px !important;}
.p-sm{padding: 10px !important;}
.p-md{padding: 15px !important;}
.p-lg{padding: 20px !important;}
.p-xl{padding: 25px !important;}

.p-xs-t{padding-top: 5px !important;}
.p-xs-b{padding-bottom: 5px !important;}
.p-xs-l{padding-left: 5px !important;}
.p-xs-r{padding-right: 5px !important;}

.p-sm-t{padding-top: 10px !important;}
.p-sm-b{padding-bottom: 10px !important;}
.p-sm-l{padding-left: 10px !important;}
.p-sm-r{padding-right: 10px !important;}

.p-md-t{padding-top: 15px !important;}
.p-md-b{padding-bottom: 15px !important;}
.p-md-l{padding-left: 15px !important;}
.p-md-r{padding-right: 15px !important;}

.p-lg-t{padding-top: 20px !important;}
.p-lg-b{padding-bottom: 20px !important;}
.p-lg-l{padding-left: 20px !important;}
.p-lg-r{padding-right: 20px !important;}

.p-xl-t{padding-top: 25px !important;}
.p-xl-b{padding-bottom: 25px !important;}
.p-xl-l{padding-left: 25px !important;}
.p-xl-r{padding-right: 25px !important;}

.main-container{
	margin-left: 220px;
	width: auto;
	min-height: 100%;
	margin-right: 0px;
	padding-bottom: 40px;
	position: relative;
	background: #f8fafc;

}

.container{
	padding-top: 40px;
}

.form-container{
	min-width: 320px;
    max-width: 600px;
    margin: 50px auto;
}

.dropdown-menu.show{
	display: block;
	transform: translate3d(5px, 26px, 0px) !important;
}

.sidebar{
	display: block;
	float: left;
	position: fixed;
	z-index: 20;
}

.sidebar ul#myevent_menu{
	overflow-y: auto !important;
	overflow-x: hidden;
	height: 61%;
	/*background: #29c0d2;*/
	background: #1b2750;
}

.sidebar ul#myevent_menu li a.side-a.active::after{
	transform: rotate(0deg);
	content:"\f103";
	opacity: 1;
}

.sidebar ul#myevent_menu li a.collapsed::before{
	transform: rotate(0deg);
}
.sidebar ul#myevent_menu li a.side-a.collapsed::after{
	transform: rotate(0deg);
	content:"\f104";
}

.sidebar ul#myevent_menu li a.side-a::before{
	content:"\f104";
	position: absolute;
    top: 18px;
    right: .75rem;
    display: block;
    margin-top: -.5rem;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: .75rem;
    color:white;
    transition: opacity .2s cubic-bezier(.25,.46,.45,.94),transform .2s cubic-bezier(.25,.46,.45,.94);
}
.sidebar ul#myevent_menu li a.side-a::after{
	content:"\f103";
	position: absolute;
    top: 18px;
    right: .75rem;
    display: block;
    margin-top: -.5rem;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: .75rem;
    color:white;
    transition: opacity .2s cubic-bezier(.25,.46,.45,.94),transform .2s cubic-bezier(.25,.46,.45,.94);

}

.sidebar ul{
	list-style: none;
	display: block;
	/*position: absolute;*/
	width: 220px;
	margin: 0;
	padding: 0;
}
.sidebar ul li{
	width: auto;
	display: block;
	position: relative;
	/*border-top: 1px solid #31bdce;
	border-bottom: 1px solid #2da2b0;*/
}
.sidebar ul li a{
	padding: 10px 20px;
	padding-right: 0;
	display: block;
	color: #ecffeb;
	text-decoration: none;
	font-size: 13px;
}

.sidebar ul li a.side-a:hover, .sidebar ul li a.side-a.active{
	/*background: #13c9df;*/
	background: rgb(21, 84, 169);
	/*color:#acf6ff;*/
	color:#FFFFFF;
}

.sidebar ul li a i.caret-sub{
	position: absolute;
	right:10px;
}

.sidebar ul.submenu{
	display: block;
	position: relative;
	/*background: #37cee0;*/
}
.sidebar ul.submenu li{
	border: none;
}
.sidebar ul.submenu li a{
	padding-left:35px;
}
.sidebar ul.submenu li a.active{
	color: #00e6ff;
}
.sidebar ul.submenu li a:hover{
	color: #00e6ff;
}

.header{
	width: 100%;
	position: relative;
	display: block;
	height: 77px;
	/*background: #00899b;*/
	background: rgba(6, 12, 34, 0.9);
	border-bottom: 3px double #023c44;
}

.header .logo{
	width: 220px;
	margin: 0;
	padding: 9px 12px;
}

.header-navbar{
	margin: 25px 0;
	padding: 0;
}
.header-navbar > ul{
	list-style: none;
	display: block;
	position: relative;
	width: auto;
	margin: 0;
}
.header-navbar > li{
	width: auto;
	display: block;
	position: relative;
	float: left;
}
ul.header-navbar > li a{
	padding: 10px;
	text-decoration: none;
	color: #ecffeb;
}

ul.dropdown-menu li a{
	width: 100%;
	color: #222;
	display: block;
	padding: 5px;
}

ul.dropdown-menu li a:hover{
	background:#d5d3d3;
}

.divider{
	height: 1px;
	overflow: hidden;
	background: #eee;
	border-bottom: 1px solid #ddd;
}

.caret{
	border-top:6px solid #bba3df;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	display: inline-block;
}

.nav-toggler{
	margin: 21px 0px;
	margin-left: 21px;
	color: #FFF;
}

.ticket-show-label{
		display: none;
}
.ticket-header-list{
	display: block;
}

.image-upload-content{
	width:270px;
	height:170px;
	margin-top: 15px;
	padding: 5px;
}

.image-upload-content > div{
	width:100%;
	height:100%;
	border:3px dashed #13c9df;
	text-align: center; 
}


.i-radio input {
    position: absolute;
    margin-left: -20px;
    opacity: 0;
}
.i-radio input:checked + i::before {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #17a2b8;
}
.i-radio > i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: transparent;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius:5px 5px 5px;
}
.i-radio input:checked + i {
    border-color: #17a2b8;
}
.i-radio {
    padding-left: 20px;
    cursor: pointer;
}
.i-radio > i{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 4px;
  margin-left: -20px;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cfdadd;
  border-radius: 25px;
}


.i-checks input {
    position: absolute;
    margin-left: -20px;
    margin-bottom: : 0px;
    opacity: 0;
}
.i-checks input:checked + i::before {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #17a2b8;
}
.i-checks > i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: transparent;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    /*border-radius:5px 5px 5px;*/
}
.i-checks input:checked + i {
    border-color: #17a2b8;
}
.i-checks {
    padding-left: 20px;
    margin-bottom:0px;
    cursor: pointer;
}
.i-checks > i{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 4px;
  margin-left: -20px;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cfdadd;
  /*border-radius: 25px;*/
}

.i-checks > i.check-lg{
	width: 30px;
	height: 30px;
}
.i-checks input:checked + i.check-lg::before{
	width: 20px;
	height: 20px;
}


#image_display{
	background-size: cover;
}
.event-date-sub{
	display: none;
}

@media (min-width: 335px) {
	.main-container{
	  	margin-left:0px;
	  	transition: 1s;
  	}
	html:not([dir="rtl"]) .sidebar {
	  margin-left: -220px;
	  transition: 1s;
	  height: 100%;
	  width:220px;
	  /*background: #24b1c2;*/
	  background: rgba(6, 12, 34, 0.9);
	}

	html:not([dir="rtl"]) .sidebar.show {
	  margin-left: 0px;
	  transition: 1s;
	  height: 100%;
	  z-index: 1000;
	  width:220px;
	  /*background: #24b1c2;*/
	  background: rgba(6, 12, 34, 0.9);
	}

	.sidebar-overlay.show{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		/*background: #3f6871;*/
		background: rgba(6, 12, 34, 0.9);
		opacity: 0.7;
	}

	.ticket-show-label{
		display: block;
	}
	.ticket-header-list{
		display: none;
	}
	.ticket-content .ticket-actions{
		margin-top: 25px;
	}
}

@media (max-width: 335px) {
	.ticket-header-list{
		display: none;
	}
}

@media (min-width: 576px) {
	.main-container{
	  	margin-left:0px;
	  	transition: 1s;
  	}
	html:not([dir="rtl"]) .sidebar {
	  margin-left: -220px;
	  transition: 1s;
	  height: 100%;
	  width:220px;
	  /*background: #24b1c2;*/
	  /*background: rgba(6, 12, 34, 0.9);*/
	}

	/*html:not([dir="rtl"]) .sidebar.show {
	  margin-left: 0px;
	  transition: 1s;
	  height: 100%;
	  z-index: 1000;
	  width:220px;
	  background: #24b1c2;
	}*/

	
	/*.sidebar-overlay.show{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		background: #3f6871;
		opacity: 0.7;
	}*/

	.ticket-show-label{
		display: block;
	}
	.ticket-header-list{
		display: none;
	}
}

@media (max-width: 576px) {
	.main-container{
	  	margin-left:0px;
	  	transition: 1s;
  	}
	html:not([dir="rtl"]) .sidebar {
	  margin-left: -220px;
	  transition: 1s;
	}

	.event-list-content{
		width:50%;
		min-height: 30px;

	}
	.event-date-column{
		display: none;
	}
	.event-date-sub{
		display: block;
	}
	.event-location-sub{
		display: block;
		margin-top: 7px;
		font-size: 13px;
	}
	.event-image-column{
		/*width: 170px;
		height: 110px;*/
		clear: both;
		display: none;
	}
	.event-image-column img{
		/*width: 170px;
		height: 110px;
		margin:0 !important;*/
	}
	.event-sold-column{
		width: 14%;
	}
	.event-pending-column{
		width: 14%;
	}
	.event-status-column{
	    width: 15%;
	    margin: 0 !important;
	    padding: 0 !important;
	}
	.event-actions-column{
		width: 5%;
    	padding: 0 !important;
	}
}

.bg-info-light{
	background:rgba(139, 216, 253, 0.4);
}

@media (min-width: 768px) {
	.main-container{
	  	margin-left:0px;
	  	transition: 1s;
  	}
	html:not([dir="rtl"]) .sidebar {
	  margin-left: -220px;
	  transition: 1s;
	}

	html:not([dir="rtl"]) .sidebar.show {
	  margin-left: 0px;
	  transition: 1s;
	}

	html:not([dir="rtl"]) .main-container.show{
		margin-left:220px;
		transition: 1s;
	}

	.sidebar-overlay.show{
		width: 0px;
		height: 0px;
		/*background: #3f6871;*/
		/*background: rgba(6, 12, 34, 0.9);*/
		opacity: 0.7;
	}
	.ticket-show-label{
		display: block;
	}
	.ticket-header-list{
		display: none;
	}
	.ticket-content .ticket-actions{
		margin-top: 0;
	}
}


@media (max-width: 768px) {
	.event-list-content{
		width:50%;
		min-height: 30px;

	}
	.event-date-column{
		display: none;
	}
	.event-date-sub{
		display: block;
	}
	.event-location-sub{
		display: block;
		margin-top: 7px;
		font-size: 13px;
	}
	.event-image-column{
		/*width: 170px;
		height: 110px;*/
		clear: both;
		display: none;
	}
	.event-image-column img{
		/*width: 170px;
		height: 110px;
		margin:0 !important;*/
	}
	.event-sold-column{
		width: 14%;
	}
	.event-pending-column{
		width: 14%;
	}
	.event-status-column{
	    width: 15%;
	    margin: 0 !important;
	    padding: 0 !important;
	}
	.event-actions-column{
		width: 5%;
    	padding: 0 !important;
	}
}


@media (min-width: 992px) {
	.main-container{
		margin-left:220px;
		transition: 1s;
	}
	html:not([dir="rtl"]) .sidebar{
	margin-left: 0;
	transition: 1s;
	}

	.nav-toggler{
		display: none;
	}

}

@media (max-width: 992px) {
	.header-logo{
		display: block;
		padding: 3px !important;
	}
	.header-logo a:hover{
		text-decoration: none;
	}
	.header-logo p{
		color: #FFF;
		font-size: 20px;
		margin: 0;

	}
}
