.slug-edit{
	color:#000;
	font-size: 20px;
	padding-top:5px;
	margin-left:10px; 
}
.app-url{
	position: relative;
	/*padding-left:25.4%; */
}
.url-apps{
	/*padding-left:33.7%; */
	padding-right: 14%;
}
.apps-url{
	position: absolute;
	top: 21%;
	left:2.5%;
	z-index: 999;
}
.slug-edit-btn{
	position: absolute;
	top:22%;
	right: 3%;
}
.add-event-live{
	background: #18A4D6;
	color: #fff;
	border-radius: 0px;
}

.k-btn-update, .k-btn-close{
	background-color: #fb492b;
	width: 135px;
	border: 1px solid #fb492b;
	border-radius: 5px;
	padding: 6px;
	color: #fff;
	font-weight: bold;
	margin: 15px 10px;
	cursor: pointer;
}
.k-btn-close{
	background: #fff;
	color: #18A4D6;
}


#proceed{
	word-wrap: break-word;
	width: 100%;
	padding: 10px;
	background : #fff;
	margin-top:20px;
}
.event-snippet-btn:hover{
	cursor: pointer;
}
.event-snippet-btn img{
	margin-top:-5px;
	margin-right: 5px; 
	height: 20px;
	width: 20px;
}
.snippet-btn{
	padding:10px 40px;
	border:none; 
	background: #18A4D6;
	color: #fff;
}
#load-img{
	margin-top:-5px; 
	width: 20px;
	height: 20px;
}

.radio{
    width: 100%;
    margin-bottom: 15px !important;
}
.radio [type="radio"]:checked,
.radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio [type="radio"]:checked + label,
.radio [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 30px;
    padding-right: 10px; 
    cursor: pointer;
    color: #282C35;
    /*font-weight: 600;*/
	font-family: 'bentonsansmedium';
    font-size: 16px;
}
.radio [type="radio"]:checked + label:before,
.radio [type="radio"]:not(:checked) + label:before,
.radio [type="radio"]:checked + label:after,
.radio [type="radio"]:not(:checked) + label:after {
    border-radius: 50%;
}
.radio [type="radio"]:checked + label:before,
.radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left:0;
    top:0px;
    width: 20px;
    height: 20px;
    border: 1px solid #18A4D6;
    background: #fff;
}
.radio [type="radio"]:checked + label:after,
.radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background:#18A4D6;
    position: absolute;
    top:3px;
    left:3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
} 
.refund-active{
	color: #18A4D6 !important;
}
#header-location{
	position: relative;
}
#clo{
	position: absolute;
	left: 4px;
	top: -16px;
}
#clo:hover{
	cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td span.active{
	background: #18A4D6 !important;
}
.append-sesstion-time,.append-sesstion-edit{
	border:2px solid #18A4D6;
	padding: 10px 20px;
	position: absolute;
	top:30px;
}
.remove-sesstion-time i{
	color: red;
}
.remove-sesstion-time{
	border:2px solid red;
	padding: 10px 20px;
	position: absolute;
	top:30px;
}
.add-curr .select-curr{
	display: inline-block;
	margin-bottom: 4px;
}
.add-curr .select-curr label{
	background: #b2b2b2;
	width: auto;
	padding: 6px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #555;
}
.add-curr .select-curr .active{
	background: #18a4d6; 
}
.add-curr .select-curr label:after{
	content: none;
}
.add-curr .select-curr input{
	display: none;
}
.add-on{
/*	width: 100%;*/
/*	overflow: auto;*/
}
.add-on .table-responsive{
	min-width: 500px;
}
.toggle.android { border-radius: 0px;
	min-width: 100px !important;
	min-height: 38px !important;
}
.toggle.android .toggle-handle { border-radius: 0px; background: #fff;}

.MsoNormal{
	background: transparent !important;
}


#multiple-session-events{
	border:2px solid #e2e2e2;
	padding-top:10px;
}
#multiple-session-events a{
	padding: 0px 20px;
}
#multiple-session-events a p{
	padding-top:0px;
	padding-left:55px;
}

#disabled-currency{
	border-color: #c8c8c8;
	color: #c8c8c8;
}
#disabled-currency:hover{
	background: transparent;
	cursor: not-allowed;
}
#whatIsCurrency{
	text-align: right;
	color: #1A0DAB;
	font-size: 14px;
	text-decoration: underline;
}
.hide-doted:focus{
	outline: 0;
}

.add-on-wrapper{
	background: #F0F0F0;
	height: 40px;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #c8c8c8;
	font-weight: bold;
}

.add-on-wrapper ul li{
	float: left;
	padding: 0px 50;
}

.add-on-checkbox{
	margin-top:13px;
}
.border-addon-radious{
	border-radius: 13px;
	border-color: transparent;
	padding: 25px;
}