.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 220px !important;
}

.dropdown-menu.extended.logout > li {
    width: 50%;
}

td label {
    font-weight: 400;
}

table.dataTable {
    clear: both;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    max-width: none !important;
}

div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
    margin-bottom: 0 !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 0 !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    font-family: FontAwesome;
    opacity: 1;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    opacity: 0.2;
    /* sort */
}

table.dataTable thead .sorting_asc:after {
    color: #41cac0;
    content: "\f0de";
    /* sort-by-attributes */
}

table.dataTable thead .sorting_desc:after {
    color: #41cac0;
    content: "\f0dd";
    /* sort-by-attributes-alt */
}

th input {
    font-weight: 400;
}

.checkbox label, .radio label {
    padding-left: 0;
}

.form-inline label {
    font-weight: 400;
}

.mb-none {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

#user-search .well {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#sessions-modal .modal-body {
    max-height: 400px;
    overflow-y: scroll;
}

#sessions-modal .modal-body .checkbox {
    margin-top: 0;
}

.form-control[readonly] {
    cursor: default;
}

#membership-service-list {
    float: right;
}

.no-radi{border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;-khtml-border-radius:0px;}
.start-right-menu{font-size:12px;}
a.mini-link {padding:1px; font-size:12px;display:inline-block;border-radius:0px;}
.mini-link-two {padding:1px; font-size:12px;display:inline-block;min-width:80px;border-radius:0px;text-align:center;background-color:#f2f2f2;}
.display_block {display: block;}
.start_new {width: 128px; display: inline-block;}
.start_new_top {vertical-align:top;}
.new_title {color: #484848; font-size: 16px; font-weight: normal; font-family: Helvetica, Arial, sans-serif;}
.new_secription { display: block; line-height: 25px; font-size: 12px; font-weight: normal; font-family: Helvetica, Arial, sans-serif;}
.right {float:right;}
.center {text-align:center;}
.middle {vertical-align:middle;}
.full_article {background-color: #7087A3; font-size: 12px; padding: 10px 15px; color: #fff; text-decoration: none}
.table-width-50 {width:100%; display: inline-block;}
.image-width {float:left;max-width:250px; margin-right:5px;}
.top-menu{padding-top:15px}




@media screen and (max-width: 800px) {
.new_secription { width:100%; display: inline-block; line-height: 25px; font-size: 12px; font-weight: normal; font-family: Helvetica, Arial, sans-serif;}
.table-width-50 {width:100%; display: inline-block;}
.image-width {max-width:250px; clear:both;}
.hiddens{height:120px;overflow: hidden;}
.top-menu{padding-top:7px}
}

.margin-left{margin-left:20px;}
.margin-right{margin-right:20px;}
.margin-top{margin-top:10px;}
.margin-bottom{margin-bottom:20px;}
.albums{border : 1px solid;}

.hide_column {
    display : none;
}

.play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(0,0,0,0.10);
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.video-container{
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%;	
}

.video-iframe{
position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%	
}

.menu-container{
position: relative;
overflow: hidden;
width: 100%;
padding-top:180%;	
}
.menu-container_buy{
position: relative;
overflow: hidden;
width: 100%;
padding-top:60%;	
margin-top:15px;
}

.menu-iframe{
position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;	
  overflow-y: scroll;	
  overflow-x: hidden;
}


.by-author {
	line-height: 1.3;
	color: #898f89;	
}
.crop {width:100%;overflow:hidden;height:50px;line-height:50px;}​


.main-list {
	padding-left: .5em;
}

.main-list .media {
	margin-bottom: 1.1em;
	border-bottom: 1px solid #e8e8e8;
	cursor:pointer;
}

.media:hover{
background-color:rgba(0,0,0,0.01);		
}

.media-active, .media-active:hover{
background-color:rgb(230, 230, 230);	
}
.media-heading{
color:#000;
}

.media-active .media-heading{
padding-top:3px;
}


@media screen and (max-width: 1000px) {
.video-container{
position: relative;
overflow: hidden;
width: 100%;
padding-top: 66.25%;	
}
.main-list {
	padding-top: 1.5em;
}

}

body::-webkit-scrollbar {
position: relative; float: right; width: 6px;  background-color: rgb(232, 64, 63); background-clip: padding-box; border-radius: 10px;
}
 
 .no-live {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    align-items: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-family: Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    height: 100%;
    min-height: 40vh;	
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease;
    z-index: 0;
	border:1px solid #DDDDDD;
	vertical-align:middle;
}
 
 .description-live {
	color:#797979;
    font-weight: 500;
    display:block;
	padding:5px;
	background-color: #f5f6f8;
	vertical-align:middle;
	border:1px solid #DDDDDD;
	border-bottom:0px;
}