::selection { background: #5f74a0; color: #fff; }
::-moz-selection { background: #5f74a0; color: #fff; }
::-webkit-selection { background: #5f74a0; color: #fff; }
.errornocnts{
	margin: 40px;
	color: #CA2727;
	font-size: 20px;
	font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }
.btn_front_panel_link{
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font-weight: 600;
}
.btn_front_panel_link:hover{
	color: #E9F4FF;
}
#keywords {
  margin: 10px auto;
  font-size: 1.1em;
  margin-bottom: 15px;
}
#keywords thead {
  cursor: pointer;
  background: #4A8DC0;
  color: #fff;
  text-shadow: 0 0 1px #000;
}
#keywords thead tr th { 
  font-weight: bold;
  padding: 10px;
}
#keywords thead tr th span { 
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

#keywords thead tr th.headerSortUp, #keywords thead tr th.headerSortDown {
  background: #175D91;
}
#keywords thead tr th.headerSortUp span {
  background-image: url('../img/up_arrange.png');
}
#keywords thead tr th.headerSortDown span {
  background-image: url('../img/down_arrange.png');
}
#keywords tbody tr { 
  color: #555;
}
#keywords tbody tr td {
  text-align: center;
  padding: 6px;
}
#keywords tbody tr td.lalign {
  text-align: left;
}
#ynx_loading_ajax{
	display: none;
	width: 24px;
	margin-left: 10px;
}
.img_elshaikh_post_thumbnail{
	max-width: 100px;
	float: right;
	margin-left: 10px;
}
.BTN_remove.button-delete { 
  background: #bd2424;
  border-color: #9c1818;
  color: #fff;
} 
.BtnUpload{
  margin-left: 10px;
}
#AddEpisode_btn{
	background: #23282d;
	display: inline-block;
	padding: 7px 20px;
	border-radius: 45px;
	margin: 11px auto 0;
	color: white;
	font-family: sans-serif !important;
	font-weight: bold;
	cursor: pointer;
	float: left;
}
.EpisodeItem{
	position: relative;
	background: #DDD;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.56);
	top: 10px;
	border: 1px solid #fff;
}
.EpisodeItem:nth-child(odd){
	background: #EEE;
}
.collapseEpisode_btn{
	position: absolute;
	left: 40px;
	top: 14px;
	font-size: 16px;
	color: #000;
}
.RemoveEpisode_btn{
	left: 10px;
	top: 10px;
	position: absolute;
	background: #ad0b0b;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}
.RemoveEpisode_btn:before{
	margin-top: 5px;
	display: inline-block;
	color: white;
}
.EpisodeItem label span{
	width: 100px;
	display: inline-block;
}
.EpisodeItem label {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.EpisodeItem input{
	display: inline-block;
	width: 50%;
	padding: 5px 10px;
	border-radius: 3px;
	border: 0;
	outline: 0;
}
.EpisodeItem input.num{
	width: 46px;
}
.EpisodeItem textarea{
	display: inline-block;
	width: 50%;
	padding: 5px 10px;
	border-radius: 3px;
}
.EpisodeItem input[type="checkbox"]{
	width: auto;
}
.alternate select {
  display: block;
  width: 100% !important;
  height: 40px !important;
  padding: 0 10px;
}
.episode-download,.EpisodeItem textarea.episode-watch {
	width: 50%;
  display: inline-block;
  height: 160px;
}

.alternate 
 textarea {
    display: block;
    width: 100%;
    min-height: 200px;
    direction: ltr;
}

.select2-container {
    height: 40px !important;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    line-height: 40px !important;
    padding-top: 6px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    margin-top: 6px;
}

#elshaikh_titles_section input[type=number] {
    height: 40px !important;
}