/*-----------Custom CSS---------------------*/
label.form-label {
    font-size: 18px;
    font-weight: 600;
}

.warning-msg {
	text-align:center;
    background:#FADCD9;
	border-color: #CC0000;
	border-width: 2px;
	border-style: solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    padding: 10px;
    color: #CC0000;
	margin-top:10px;
	margin-bottom:10px;
}

.btn-social {
	color: #ffffff !important;	
}

.socialbtns {
	display:inline-block;
	width:100%;
	text-align:center;
}

.singlesocialbtn {
	display:inline-block;
	width:31%;
	margin-left:1%;
	margin-right:1%;
}

@media (max-width: 991px) { 
	.singlesocialbtn {
		display:inline-block;
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}	
}
.or-line {
	width:100%;
	text-align:center;
	border-bottom: 1px solid #000;
	line-height:0.1em;
	margin:10px 0 20px;
}

.or-line span {
	background:#fff;
	padding:0 10px;
}

.or {
	background:#fff;
	padding:0 10px;
}

.or {
	width:100%;
	text-align:center;
	margin:10px 0 20px;
}

.usercontent {
	display:inline-block;
	width:100%;
}

.usercontent_left {
	display:inline-block;
	width:20%;
}

.usercontent_right {
	display:inline-block;
	width:78%;
	margin-left:2%;
}


.usermenu {
	display:inline-block;
	width:100%;
	background: #00958c;
	padding-top:10px;
	padding-bottom:10px;
	min-height:300px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:15px;
}

@media (max-width: 767px) {
	.usermenu {
		min-height:0px;	
	}
}

.usermenuitem {
	padding:5px;
	color:#ffffff;
	margin-bottom:5px;
	text-align:left;
	font-size:18px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	cursor:pointer;
}

.usermenuitem:hover {
	background:#999999;	
}

.usermenuitem i {
	width: 30px;	
}

.menuactive {
	background:#999999;
}

.addnewbtn {
	float:right;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	background: #008C00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	color:#ffffff;
	
}

.managevideosbtn {
	float:right;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	background: #356AA0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	color:#ffffff;
	
}

a.blog_btn {
    color: white !important;
}


h3.text1 {
    font-size: 50px;
    margin-top: 24px;
}

h5.error-text2 {
    padding-bottom: 33px !important;
    font-size: 18px;
	color: #ff3657;
}

@media (max-width: 991px) and (min-width: 768px)
{
	#messages{
		padding-bottom: 70px !important;
	}
}

@media (max-width: 767px)
{
	#messages
	{
		padding-bottom: 26px !important;
	}
}

@media (max-width: 991px) and (min-width: 768px)

{
	.blog_error_data .text1 {
		font-size: 40px;
	}
}

@media (max-width: 767px)
{
	.blog_error_data .text1 {
		font-size: 30px;
	}
}

.user_showplaylists {
	display:inline-block;
	width:100%;
	margin-top:30px;
}

.playlistdiv {
	display:inline-block;
	width:100%;
	margin-bottom:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	background:#f1f1f1;
	border-style:solid;
	border-color:#dbdbdb;
	border-width:1px;
}

.playlistdiv_left {
	display:inline-block;
	width:70%;
	vertical-align:top;
}
.playlistdiv_img {
	float:left;
	margin-right:10px;
}

.playlistdiv_title {
	font-weight:bold;
	font-size:18px;
	color: #000000 !important;
}

.playlistdiv_meta {
	font-size:15px;
	color:#707070;
	font-weight:normal;
}

.playlistdiv_btns {
	display:inline-block;
	width: 30%;
	text-align:right;
}

.playlistdiv_btnview {
	cursor:pointer;
	color: #73880A;
	font-size:15px;
	display:inline-block;
	margin-right:6px;
	
}


.playlistdiv_btnedit {
	cursor:pointer;
	color: #356AA0;
	font-size:15px;
	display:inline-block;
	margin-right:6px;
	
}

.playlistdiv_btndelete {
	cursor:pointer;
	color: #CC0000;
	font-size:15px;
	display:inline-block;
}

.playlistdiv_bottom {
	display:inline-block;
	width:100%;
	margin-top:0px;
	text-align:center;
}

.playlistdiv_bottom_add {
	display:inline-block;	
	padding-top:0px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	background: #356AA0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	color:#ffffff;	
}

.playlistdiv_bottom_vids {
	display:inline-block;
	margin-bottom:5px;
	text-align:center;
	width:100%;
	color: #008C00;
	font-size:18px;
	font-weight:bold;
}

.playlistdiv_img img {
	width:120px;
	height:90px;
}

@media (max-width: 991px) {
	.playlistdiv_btns {
		width: 100%;
		text-align:center;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.playlistdiv_left {
		width: 100%;	
	}
	
	.playlistdiv_btnview {
		
		margin-right:10px;
		
	}
	
	
	.playlistdiv_btnedit {
		
		margin-right:10px;
		
	}
}

.user_showvideos {
	display:inline-block;
	width:100%;
	margin-top:30px;
}


.videomanagediv {
	display:inline-block;
	width:100%;
	margin-bottom:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	background:#f1f1f1;
	border-style:solid;
	border-color:#dbdbdb;
	border-width:1px;
}

.videomanagediv_left {
	display:inline-block;
	width:80%;
	vertical-align:top;
	
}
.videomanagediv_img {
	float:left;
	margin-right:10px;
}

.videomanagediv_title {
	font-weight:bold;
	font-size:18px;
	color: #000000;
}

.videomanagediv_meta {
	font-size:15px;
	color:#707070;
	font-weight:normal;
}

.videomanagediv_btns {
	display:inline-block;
	width: 20%;
	text-align:right;
}

.videomanagediv_btnview {
	cursor:pointer;
	color: #73880A;
	font-size:15px;
	display:inline-block;
	margin-right:6px;
	
}


.videomanagediv_btnedit {
	cursor:pointer;
	color: #356AA0;
	font-size:15px;
	display:inline-block;
	margin-right:6px;
	
}

.videomanagediv_btndelete {
	cursor:pointer;
	color: #CC0000;
	font-size:15px;
	display:inline-block;
}

.videomanagediv_bottom {
	display:inline-block;
	width:100%;
	margin-top:0px;
	text-align:center;
}

.videomanagediv_bottom_add {
	display:inline-block;	
	padding-top:0px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	background: #356AA0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	color:#ffffff;	
}

.videomanagediv_bottom_vids {
	display:inline-block;
	margin-bottom:5px;
	text-align:center;
	width:100%;
	color: #008C00;
	font-size:18px;
	font-weight:bold;
}

.videomanagediv_img img {
	width:320px;
	height:180px;
}

@media (max-width: 991px) {
	.videomanagediv_btns {
		width: 100%;
		text-align:center;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.videomanagediv_img {
		float:none;
		text-align:center;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:10px;
	}
	
	.videomanagediv_img img{
		width:100%;
		height:auto;
	}
	
	.videomanagediv_left {
		width: 100%;	
	}
	
	.videomanagediv_btnview {
		
		margin-right:10px;
		
	}
	
	
	.videomanagediv_btnedit {
		
		margin-right:10px;
		
	}
}



.fancybtn-ok {
	width:90px;
	background: #00958c;
	color:#ffffff;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-width:0px;
	cursor:pointer;
	margin-left:10px;
	margin-right:10px;
}

.fancybtn-cancel {
	width:90px;
	background: #dbdbdb;
	color:#000000;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-width:0px;
	cursor:pointer;
	margin-left:10px;
	margin-right:10px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.playlist_wrapper {
	display:inline-block;
	width:100%;
	margin-top:30px;
	margin-bottom:20px;
}

.playlist_left {
	display:inline-block;
	width:70%;
	vertical-align:top;
}

.playlist_right {
	display:inline-block;
	width:30%;
	vertical-align:top;
	background: #def7f5;
	
}

#playlist-side-content2 {
	overflow-y: auto;
}

@media (max-width: 991px) {
	.playlist_left {
		width:100%;
		margin-bottom:20px;
	}	
	
	.playlist_right {
		width:100%;
	}	
	
}

.playlistitem {
	display:inline-block;	
	width:100%;
	margin-bottom:10px;
	vertical-align:top;
	padding:10px;
	cursor:pointer;
}

.side-playlist-title {
	display:inline-block;	
	font-weight:bold;
	font-size:15px;
	line-height:17px;
}

.duration {
	float: left;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1000;
	background-color: #00958c;
	padding-left: 3px;
	padding-right: 3px;
	padding-top:1px;
	padding-bottom:1px;
	color: #FFFFFF;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}

.playlist-header {
	padding:10px;
	background: #00958c;
	color: #ffffff;
	
}

.playlist-header-title {
	font-size:16px;
	font-weight:bold;
	line-height:normal;
}

#anasheeds_video_title {
	font-size:25px;
	display:block;
	width:100%;
	margin-bottom:10px;
	font-weight:bold;
	margin-top:20px;
}

#anasheeds_video_toolbar {
	display:inline-block;
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
}

#anasheeds_video_views {
	float:left;
	font-size:20px;
	color: #000000;
}

#anasheeds_video_icons {
	float:right;
	color: #00958c;	
	font-size:20px;
}

#anasheeds_video_icons .icon-span1 {
	margin-right:14px;
	cursor:pointer;
}
#anasheeds_video_icons .icon-span2 {
	margin-right:14px;
	cursor:pointer;
}

#anasheeds_video_icons .icon-span3 {
	cursor:pointer;
}

#anasheeds_video_icons i{
	
} 

#anasheeds_video_description {
	font-size:18px;
	display:inline-block;
	width:100%;
	margin-top:10px;
	line-height:27px;
	white-space: pre-wrap;      /* CSS3 */   
	white-space: -moz-pre-wrap; /* Firefox */    
	white-space: -pre-wrap;     /* Opera <7 */   
	white-space: -o-pre-wrap;   /* Opera 7 */    
	word-wrap: break-word;      /* IE */
}

.success-msg {
    text-align: center;
    background: #28a7451c;
    border-color: #00958c;
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    color: #222222;
    margin-top: 10px;
    margin-bottom: 10px;
}

.videocount {
	float:left;
	width:100%;
	padding-left:10px;
	color:#41911a;
	margin-top:-10px;
	margin-bottom:10px;
	
}

.widget_recent_post ul li .blog_recent_post .blog_recent_post_img img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}

.blog_logo {
	width:auto;
	
}

.hidemenu {
	display:none !important;	
}

@media (max-width: 991px)
{
	.hidemenu {
		display:block !important;	
	}
	
	.hidedropdown {
		display:none !important;;
	}
	
	.blog_user_div {display:none !important;}
	
	
	
	.blog_user_div
	{
		width: 50% !important;
    	text-align: right !important;
	}
}




.sortable_li {
cursor:pointer;	
}



div#videoUpload {
    width: 100%;
    margin-top: 50px;
    margin-top: 20px;
	margin-bottom:20px;
    background: #f3f4f7;
    border-radius: 10px;
    padding: 20px;
}

div#videoUpload input {
margin-top:10px;
margin-bottom:10px;
}

.progress {
    text-align: left;
    margin-top: 20px;
    display: none;
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    background-color: darkgrey;
}

.bar {
    background-color: #D15600;
	
    width: 0%;
    height: 30px;
    border-radius: 3px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 5px;
    left: 48%;
	color:#ffffff;
}

.save-link {
    text-align: right !important;
}

a.set-thumbnail:hover {
    color: #00958c !important;
}

a.set-thumbnail {
    color: #000000 !important;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}

.pagination > li::before {
    display: none;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #01b88e;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #01b88e;
  border-color: #01b88e;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


.response-message {
    text-align: center;
    color: #00958c;
}
.section-heading i {
    font-size: 22px;
}

.section-heading .font-md.m-0 {
    font-size: 22px;
}

.section-heading .response {
    font-size: 20px;
}

#stars_rating_stars {
color:#edaf1e;
cursor:pointer;
}

#starsplaylist_rating_stars {
color:#ffcb4c;
cursor:pointer;
}

#starsplaylist_rating {
width:100%;
display:inline-block;
padding-left:15px;
padding-right:15px;
margin-top:5px;
}

.middleAdd
{
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.rightAdd
{
	text-align: center;
	padding-top: 24px;
	background-color: white;
}



