html {
  position: relative;
  min-height: 100%;
}

body {
  /*cursor: default !important;*/
  color: #525252;
  font-family: 'PT Sans', sans-serif;
  min-width:1200px;
  background: #FFF /*url(../img/devoops_pattern_b10.png)*/ 0 0 repeat;
}

a {
color: #155DCA;
text-decoration: none;
}

.body-expanded, .modal-open {
  overflow-y:hidden;
  margin-right: 15px;
}

.modal-open #content {z-index: inherit;}
.body-expanded .expanded-panel, .fancybox-margin .expanded-panel, .modal-open .expanded-panel {
  margin-right: 15px;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin:0;
}

#logo {
  width: 280px;
  width: 296px;
  padding: 0 10px 0 21px;
  position:relative;
  background: /*url(../img/devoops_pattern_b10.png)*/ 0 0 repeat;
}
#logo {
  margin-left: 0;
}

#logo > a {
  color: #fff;
  font-family: 'Righteous', cursive;
  line-height: 50px;
  /*display: block;*/
}
#logo a:hover {
  text-decoration: none;
}

#logo .menu-btn {
    margin: 5px 0;
}

#breadcrumb {
  /*color:#5F5F5F;
  line-height: 20px;*/
  padding: 0;
/*  background: #0f3a63;
  background: #5a8db6 url(../img/devoops_pattern_b10.png) 0 0 repeat;
  margin-bottom: 20px;*/
  margin-left:20px;
  /*margin-top:10px;
  margin-bottom: 10px;*/
}

.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.breadcrumb > li {
   cursor: default;
   display: inline;
   list-style: none;
   margin: 0;
   padding: 0;
}
.breadcrumb > li > a {
  color:#5F5F5F;
  text-decoration:none;

}
/*.breadcrumb > li > span.lastItem {
  color:#5F5F5F;
  text-decoration:none;
}*/
.breadcrumb > li > a:hover,
.breadcrumb > li:last-child > a {
  color:#5F5F5F;
}
.breadcrumb > li + li:before{
   color:#5F5F5F;
   content: "";
   display: none;
}
#top-panel #breadcrumb {
  /*line-height: 20px;*/
}
#top-panel .breadcrumb > li,
#top-panel .breadcrumb > li > a {
  color: #9b9b9b;
  color: #fefefe;
  line-height: 50px;
  /*vertical-align: middle;*/
}
#top-panel .breadcrumb > li > a:hover {
  color:#ecbf3f;
  color:#fbc02d;
}
#top-panel .breadcrumb .separator {
    color: #787878;
    font-size: 24px;
    margin: 0 6px 0 4px;
    position: relative;
    top: 0.125em;
}
#top-panel .breadcrumb .active {
/*#top-panel .breadcrumb .lastItem,
#top-panel .breadcrumb .lastItem > a {*/
  color: #787878;
  color: #8c8c8c;
}
#top-panel #breadcrumb {
  max-width: 50%;

}
#top-panel .breadcrumb {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#allowed_locales {text-align:left;}
#allowed_locales .lang-xs{margin-right:10px;}

.navbar {
  margin: 0;
  border: 0;
  position: fixed;
  top:0;
  left: 0;
  width:100%;
  min-height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #3e285f;
  background-image: -webkit-gradient(linear, center left, center right, from(#162e5d), color-stop(50%, #3e285f), to(#162e5d));
  background-image: -webkit-linear-gradient(left, #162e5d, #3e285f 50%, #162e5d);
  background-image: linear-gradient(to left, #162e5d, #3e285f 50%, #162e5d);
  z-index: 20;
}
.body-expanded .navbar {
  z-index: 9;
}
.navbar, footer .text {
  min-width:640px;
}

a, a:active, a:hover, a:focus{
  outline: none;
}

.fa-calendar-check-o:before {
    content: "\f133";
}
.fa-calendar-check-o:after {
    content: "\f00c";
    font-size: 0.6em;
    margin-left: -1.3em;
}
.fa-calendar-edit:before {
    content: "\f133";
}
.fa-calendar-edit:after {
    content: "\f040";
    font-size: 0.6em;
    margin-left: -1.3em;
}

.clear-left {
    clear: left;
}

.center {
    text-align: center;
}
.bold,
.strong {
    font-weight: bold;
}
.nobr,
.nowrap {
    white-space: nowrap;
}
.hidden {
    /*display: none;*/
}

.dt-status .monitoring-status {
	cursor: default;
  font-size: 12px;
	/*font-family: "Noto Sans", 'PT Sans', "sans-serif";*/
	font-weight: bold;
	padding: 2px 6px;
	background: none;
	border-radius: 3px;
}
.dt-status a.monitoring-status{
    cursor: pointer;
}
.red {
    color: red;
}

.green {
    color: green;
}

.gold,
.sandy {
    color: #f4c430;
}
.dt-status .red {
    color: #e57373;
    border: 1px solid #e57373;
}
.dt-status .skyblue {
  color: #039be5;
  border: 1px solid #039be5;
}
.dt-status .green {
    color: #3cb878;
    border: 1px solid #3cb878;
}
.dt-status .gold,
.dt-status .sandy {
    color: #e88262;
    border: 1px solid #e88262;
}
.dt-status .no-monitoring {
	color: #78909c;
	/*padding: 0;*/
	border: 1px solid #94adb9;
}

a.show-sidebar {
  float: left;
  color:#6d6d6d;
  outline: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a.show-sidebar:hover {
  color:#000;
}

#sidebar-left {
    box-sizing: content-box;
    height:auto;
    position: fixed;
    bottom:0;
    top:0;
    left: 0;
    z-index: 11;
    margin-top: 50px;
    margin-bottom:30px;
    padding: 20px 10px 0;
    overflow: auto;
    overflow-y: auto;
    background: #F2F2F2 /*url(../img/devoops_pattern_b10.png)*/ 0 0 repeat;
    border-right: 1px solid #DDDDDD;
}
#content {
    margin-left:280px;
    margin-left:310px;
    padding-left:15px;
    padding-right:20px;

    position: relative;
    min-width:800px;
    min-height:500px;
    /*padding-bottom: 2000px !important;
    margin-bottom: -1990px !important;
    overflow: auto;*/
    background: #fff;
    z-index: 40;
}
#sidebar-left,
#content,
#logo,
#top-panel {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.full-content {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.nav.main-menu, .nav.msg-menu {
  /*
  margin:0 -15px;
  padding-left:10px;
  padding-right:10px;
  */
  margin: 0 0 20px;
  width: 250px;
  position: relative;
  z-index: 10;
}
.nav.main-menu > li > a,
.nav.msg-menu  > li > a {
  color: #000;
  text-align: left;
  min-height: 40px;
  padding: 10px 10px;
}
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background:rgba(0, 0, 0, 0.1);

}
.nav.main-menu > li.active > a,
.nav.main-menu .selected > a,
.dropdown-menu > li.active > a,
.nav.msg-menu > li.active > a,
.nav.msg-menu .open > a {
  color: #000 !important;
  background:#FFCD1C !important;
  border-radius:5px !important;

}
/*.dropdown-menu > li > a:hover,*/
.nav.main-menu > li > a:hover,
.nav.main-menu .selected > a:hover,
.nav.msg-menu > li > a:hover,
.nav.msg-menu .open > a:hover {
  color: #000 !important;
  background:#FFCD1C;
  border-radius:5px !important;

}
.nav.main-menu a.active, .nav.msg-menu a.active {
  background:rgba(255, 255, 255, 0.2);
}
.nav.main-menu a.active:hover, .nav.msg-menu a.active:hover {
  background:rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}
.nav.main-menu a.active-parent, .nav.msg-menu a.active-parent {
  background: transparent;
  color: #000;
}

/**
 *Therefore .active and .active-parent in main-menu are no necessary any more
**/
.nav.main-menu .dropdown-menu a.active-parent,
.nav.msg-menu .dropdown-menu a.active-parent {
    color:#000 !important;
    font-weight: 600 !important;
    background: #FFCD1C;
    border-radius:5px !important;
}

.nav.main-menu .dropdown-menu a.active {
	 background: #dedddd;
}


.nav.main-menu a.active-parent:hover, .nav.msg-menu a.active-parent:hover {
  background: rgba(255, 255, 255, 0.3);
}


.nav.main-menu > li > a > i:first-child { /* menu picto */
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  /*display: block;*/
  width: 20px;
  margin: 0 3px 0 0;
  vertical-align: top;
}
.nav.main-menu > li > a > .fa-chevron-right {
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  width: 20px;
  margin: 0 0 0 3px;
}
/*.nav.main-menu > li > a:hover > .fa-chevron-left:before,
.nav.main-menu .open > a:hover > .fa-chevron-left:before,*/
.nav.main-menu .opened .fa-chevron-right:before,
.nav.main-menu > li.active > a > .fa-chevron-right:before,
.nav.main-menu a.active-parent > .fa-chevron-right:before {
    content: "\f078";

}

#sidebar-left .scroll-btn {
    cursor: pointer;
    font-size: 21px;
    text-align: center;
    line-height: 20px;
    width: 60px;
    height: 20px;
    overflow: hidden;
    /*margin: 0 -10px;*/
    position: fixed;
    left: 0;
    background: #dfdfdf;
    background: #F2F2F2;
    z-index: 101;
}
#sidebar-left .scroll-btn:hover {
    background: #dfdfdf;
}
#sidebar-left .scroll-btn-up {
    top: 50px;
}
#sidebar-left .scroll-btn-down {
    bottom: 30px;
}

.main-menu .dropdown-menu {
  position: absolute;
  z-index: 200;
  left: 100%;
  top: 0;
  float: none;
  margin: 0;
  border: 0;
   font-weight: 600 !important;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  padding: 0;
  background: /*#6AA6D6 url(../img/devoops_pattern_b10.png)*/ none repeat scroll 0 0 transparent;
  box-shadow: none;
  color: #000000;
  visibility:hidden;
}
.main-menu .active-parent:hover + .dropdown-menu {
  visibility:visible;
}
.main-menu .active-parent + .dropdown-menu:hover {
  visibility:visible;
}
.main-menu .dropdown-menu > li > a {
    border-bottom:2px solid transparent;
    padding:9px 12px 9px;
    color:#000;
    margin-top:5px;
    margin-bottom:5px;
    /*font-weight: 600 !important;*/
}

.main-menu .dropdown-menu > li > a:hover {
    color:#000 !important;
    background: #FFCD1C !important;
    border-radius:5px !important;
    margin-top:5px;
    margin-bottom:5px;
}
/*
.main-menu .dropdown-menu > li > a:hover::after {
    content: "";
    display: table-cell;
    width: 100%;
}
*/
/*
.main-menu .dropdown-menu > li:first-child > a {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;

}
.main-menu .dropdown-menu > li:last-child > a {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;

}
*/

#top-panel {
  float: none !important;
  line-height: 50px;
  height: 50px;
  width: auto;
  padding-left: 0;
  margin-left: 280px;
  margin-left: 296px;
}

.page-head-elements {
  color: #FFFFFF;
}

#index_note_list + ul,
#index_note_list + #notiFeed {
    left: auto;
    right: 0;
    min-width: 500px;
    max-width: 500px;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}

#index_note_list + ul * {
    color: #525252;
    line-height: 1.428571429;
}

.open #index_note_list::before,
.open #index_note_list::after {
    content: '';
    position: absolute;
    right: 30%;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    border-bottom: 10px solid rgba(0, 0, 0, .15);
    background: none;
    z-index: 1001;
    /*display: none;*/
}
.open #index_note_list::after {
    border-bottom: 10px solid white;
    bottom: -1px;
    z-index: 1001;
}

#index_note_list  + ul .box{
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    box-shadow: 0 0 4px #d8d8d8;
    margin-bottom: 3px;
    margin-top: 3px;
    overflow: hidden;
    padding: 2px;
}

#index_note_list  + ul .box-content{
    overflow: hidden;
    padding: 13px 0;
}

#index_note_list  + ul .box-content a{
    color: #155DCA;
}

#index_note_list  + ul .box-content a:hover, #index_note_list  + ul .box-content a:focus{
    color: #2a6496;
}

#index_note_list + ul .category-icon{
    background: 10px 15px no-repeat transparent;
}

#index_note_list + ul .category-icon.new_version{
    background-image: url(../img/update-icon.png);
}

#index_note_list + ul .category-icon.notice{
    background-image: url(../img/notification-icon.png);
}

#index_note_list + ul .category-icon.questions{
    background-image: url(../img/quiz-icon.png);
}

#notiFeed .noti-feed-empty-list-title {
    color: #000;
    text-align: center;
    padding: 12px 20px;
}
.noti-feed-title{
    margin-left: 20px;
}

.noti-feed-desc{
    margin-bottom: 10px;
}

.noti-feed-desc *:last-child{
    margin-bottom: 0;
}

.noti-feed-desc img{
    max-width: 390px;
}

#index_note_list + ul a.close-link{
    position: absolute;
    right: 10px;
    top: -10px;
    cursor: pointer;
}

#main {
  min-height: 440px;
  margin-top: 50px;
  margin-bottom: 30px;
  /*overflow: hidden;*/
  position:relative;
  z-index:0;
}
#wrapper {  z-index:10; position:relative;}
#main-wrapper {
	position: relative;
z-index:20;
  /*overflow: hidden;*/

  }

.panel-menu {
  margin: 0;
}
.top-panel-right {
  padding-left: 0;
}
.panel-menu > li > a {
  padding: 0 5px 0 10px;
  line-height: 50px;
}
.panel-menu > li > a:hover {
  background: none;
}
/*.panel-menu a.account {
  height: 50px;
  padding: 5px 0 5px 10px;
  line-height: 18px;
}*/
.panel-menu i {
  color: #fff;
  /*font-size: 20px;
  line-height: 1em;
  padding: 5px;*/
/*margin-top: 8px;
  vertical-align: top;*/
/*  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;*/
}

/*.panel-menu > li > a:hover > i {
  background: #f5f5f5;
}*/
.panel-menu i.pull-right {
  color: #000;
  border: 0;
  box-shadow: none;
  font-size: 16px;
  background: none !important;
}
/*.panel-menu .badge {
  margin-top: 3px;
  padding: 3px 6px;
  vertical-align: top;
  background: #CEA9A9;
}*/
/*.avatar {
  width: 40px;
  float: left;
  margin-right: 5px;
}
.avatar > img {
  width:40px;
  height:40px;
  border: 1px solid #F8F8F8;
}
.user-mini > span {
  display: block;
  font-size: 12px;
  color:#363636;
  margin-bottom: -4px;
}
.user-mini > span.welcome {
  font-weight: bold;
  margin-top: 2px;
}
.panel-menu .dropdown-menu {
  position: absolute !important;
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  border: 0;
  right: 0;
  left: auto;
  min-width: 100%;
}
.panel-menu .dropdown-menu > li > a {
  padding:5px 10px !important;
  color:#f0f0f0;
}
.panel-menu .dropdown-menu > li > a > i {
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
  width: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}*/

.box {
    display: block;
    position: relative;
    background: transparent;
    margin-bottom: 20px;
    margin-left:10px;
    margin-right:10px;
}

.box.bordered {
    border: 1px solid #D3D3D3;
    border-radius: 5px;
}

.box.bordered .box-content{
    border-radius: inherit;
}

.no-border {
    border: 0 none transparent;
}

.full-content .box {
  border: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.box-header {
  border-radius: 5px;
  color: #363636;
  font-size: 14px;
  position:relative;
  overflow: hidden;
  background: #DDDDDD;

  height: 32px;
}
.auto-height{
  height: auto !important;
}
.box-name, .modal-header-name {
  padding-left: 15px;
  line-height: 26px;
}
/*.box-name:hover {
 cursor:pointer;
}*/
.box-name > i {
  margin-right:5px;
}
.collapse-link .box-header .box-name span {
  line-height: 32px;
}
.box-icons {
  position: absolute;
  top:0;
  right:10px;
  z-index: 9;

}
.no-move {
  display: none;
}
.expanded .no-move {
  position: absolute;
  top:0;
  left: 0;
  width:100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.box-content {
  position: relative;
  padding: 5px 0px;
  /*background: #FFF;*/
}
.box-content.dropbox, .box-content.sortablebox {
  overflow: hidden;
}
.full-content .box-content {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.box-icons a {
  cursor: pointer;
  text-decoration: none !important;
  border-left: 1px solid #fafafa;
  height: 26px;
  line-height: 26px;
  width: 28px;
  display: block;
  float: left;
  text-align: center;
  color: #b8b8b8 !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.circle-button.box-icons a {
    border-left:  inherit !important;
    line-height: inherit !important;
    text-align:  inherit !important;
}

.box-icons a.beauty-table-to-json {
  width: auto;
  padding: 0 10px;
  font-size: 14px;
}
.box-icons a:hover {
  box-shadow:inset 0 0 1px 0 #CECECE;
}
.expanded a.close-link {
  display:none;
}

#sidebar-left.col-xs-2 {
  opacity: 0;
  width: 0%;
  padding: 0;
}
.sidebar-show #sidebar-left.col-xs-2 {
  opacity: 1;
  width: 16.666666666666664%;
  padding: 0 15px;
}
.sidebar-show #content.col-xs-12 {
  opacity: 1;
  width: 83.33333333333334%;
}
.expanded {
  overflow-y:scroll;
  border: 0;
  z-index: 300 !important;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.expanded-padding {
  background: rgba(0, 0, 0, 0.7);
  padding:50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.no-padding {
  padding:0 !important;
}

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

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

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

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

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

.padding-15 {
  padding:15px !important;
}
.no-padding .table-bordered {
  border:0;
  margin:0;
}
.no-padding .table-bordered thead tr th:first-child, .no-padding .table-bordered tbody tr th:first-child, .no-padding .table-bordered tfoot tr th:first-child, .no-padding .table-bordered thead tr td:first-child, .no-padding .table-bordered tbody tr td:first-child, .no-padding .table-bordered tfoot tr td:first-child {
  border-left: 0px !important;
}
.no-padding .table-bordered thead tr th:last-child, .no-padding .table-bordered tbody tr th:last-child, .no-padding .table-bordered tfoot tr th:last-child, .no-padding .table-bordered thead tr td:last-child, .no-padding .table-bordered tbody tr td:last-child, .no-padding .table-bordered tfoot tr td:last-child {
  border-right: 0px !important;
}
.table-heading thead tr {
  background-color: #f0f0f0;

}
table.no-border-bottom tr:last-child td {
  border-bottom:0;
}
.dataTables_wrapper {
/* overflow-y: hidden;*/
/* overflow-x:auto;*/
}


 ul.myErrorClass, ul.select2-choices.myErrorClass, .has-error a.myErrorClass , .select2-container .error, input.myErrorClass, textarea.myErrorClass, select.myErrorClass {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #b94a48 !important;

}
ul.myErrorClass input {
    color: #666 !important;
}

a.myErrorClass input {
    color: #666 !important;
}
label.myErrorClass {
    color: red;
    font-size: 11px;
    /*    font-style: italic;*/
    display: block;
}
.table-datatable table.table, .dataTables_wrapper table.table {
  clear: both;
  max-width: inherit;
  margin-bottom: 0;
}
.table-datatable {margin-top:20px;}
.table-datatable *, .table-datatable :after, .table-datatable :before {
  margin: 0;
  padding: 0;

  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.table-datatable label {
  position: relative;
  display: block;
  font-weight: 400;
}
.table-datatable tbody td {
  vertical-align: middle !important;
}

.table-datatable .sorting {
  cursor: pointer;
  background-image:none !important;
  /*padding-right:6px;*/
}
table.dataTable thead .sorting_asc:hover,
table.dataTable thead .sorting_desc:hover,
table.dataTable thead .sorting:hover {
  background-color: #FFF5D2;
  background-color: #ffecb3 !important; /* to overwrite search .DThighlight */
}
/*
table.dataTable thead .sorting:hover {
  background-image: url(../img/sort_both.png) !important;
  background-position: right bottom;
}*/

table.dataTable thead .select-all {
  display: inline-block;
  width: 12px;
  height: 12px;
    /*margin-top: -6px;*/
    border: 1px solid black;
    border-radius: 3px;
}
table.dataTable thead .select-all.selected:after {
    content: '\2714';
    display: block;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    /*top: 1.2em;
    left: 8px;*/
    width: 12px;
    height: 12px;
    margin-top: -2px;
    /*margin-left: -4px;*/
}

.content .col-sm-2 {padding-right: 0px !important; margin-right: -15px;  width:200px;}
.content .col-offset-control-label { margin-left: 185px;}

.col-sm-2.no-modified{
    margin-right: 0;
    padding-right: 15px !important;
    padding-left: 15px;
    width: 16.6667%;
}


.table-datatable .sorting_asc::after, .table-datatable .sorting_desc::after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 21px;
  height: 16px;
}
th.sorting_asc::after {
  background:url(../img/sort-asc.png) left bottom no-repeat !important;
  background-size: contain;
}
th.sorting_desc::after {
  background:url(../img/sort-desc.png) left top no-repeat !important;
  background-size: cover;
}
.table-datatable .sorting_asc {
  background-image: none !important;
  cursor:pointer;
}
.table-datatable .sorting_desc {
  background-image: none !important;
  cursor:pointer;
}
div.DTTT_collection_background {
  z-index: 2002;
}
div.DTTT .btn {
  color: #333 !important;
  font-size: 12px;
}
ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  border: 0;
  margin: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  min-width: 157px;
}
ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}
ul.DTTT_dropdown.dropdown-menu > li > a {
  position: relative;
  display: block;
  padding: 5px 10px !important;
  color: #f0f0f0 !important;
}
ul.DTTT_dropdown.dropdown-menu > li:first-child > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
ul.DTTT_dropdown.dropdown-menu > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
ul.DTTT_dropdown.dropdown-menu > li:hover > a {
  background:rgba(0, 0, 0, 0.3);
  color:#f0f0f0;
}

.table-datatable input[type="text"],
.dataTables_wrapper input[type="text"] {
  display: block;
  width: 90%;
  height: 26px;
  padding: 2px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-appearance: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.table-datatable input[type="text"]:focus, .dataTables_wrapper input[type="text"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.bs-callout {
  padding: 15px;
  border-left: 3px solid #525252;
  background: #dfdfdf;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #525252;
}
.no-padding .bs-callout {
  border:0;
}
.page-header {
  margin: 0 0 10px;
  border-bottom: 1px solid #c7c7c7;
}

.page-head-elements {
  display: block;
  float: right;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
span.label {padding-left:5px; padding-right:5px;font-size:90%}

.page-head-elements > li {
  float: left;
  display: block;
  font-size: 18px;
  position: relative;
}
.page-head-elements li#userNotificationInfo {
    font-size: 16px;
}
.page-head-elements li.tile-lang-menu,
.page-head-elements li.tile-lang-menu > .dropdown,
.page-head-elements li#userNotificationInfo,
.page-head-elements li#userNotificationInfo > .dropdown {
    position: static;
}

.page-head-elements li.tile-lang-menu .dropdown-menu {
    left: auto;
    right: 0;
}
.page-head-elements li:nth-last-child(4) .dropdown {
    position: relative;
}
.page-head-elements li:nth-last-child(4) #allowed_locales {
    left: -1px;
    right: auto;
}

.page-head-elements #dropdown2 {
    cursor: pointer;
    padding: 10px 10px;
}
.page-head-elements #dropdown3 {
    padding: 10px 20px;
}

.page-head-elements .badge {
    padding: 2px 5px;
    margin-left: -6px;
    position:absolute;
    top:9px;
    z-index: 10;
}

.page-head-elements .badge.red{
    color: #FFF;
    background: #D50101;
}

.page-head-elements > li > div > a,
.page-head-elements > li > a {
  display: block;
  color: #fff;
  line-height: 30px;
  text-align: center;
  height: 50px;
  min-width: 54px;
  padding: 10px 15px;
  position: relative;
}

.page-head-elements > li > div > a:hover,
.page-head-elements > li > a:hover {
  background: #314151;
  background: rgba(0,0,0,0.3);
  text-decoration: none;
}
.page-head-elements > li > div > a:active,
.page-head-elements > li > div > a:focus,
.page-head-elements > li > a:active {
  text-decoration: none;
  background: #2f3f4e;
  /*background: rgba(255,255,255,0.2);*/
  background: rgba(0,0,0,0.3);
}

.box-content .page-header, legend,
.full-calendar .page-header {
  margin: 0 0 10px;
  border-bottom: 1px dashed #B6B6B6;
}
.invoice-header {
  margin: 0 0 10px;
  border-bottom: 1px dashed #B6B6B6;
  display: inline-block;
}
.box-content .form-group, .devoops-modal-inner .form-group {
  margin-top:15px;
  margin-bottom:15px;
}
.box-content .form-group-checkbox,
.box-content .form-group-nofields {
  /*margin-top:-7px;*/
  /*margin-bottom:15px;*/
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #525252;
  background-color: rgba(129, 199, 199, 0.2);
  border: 1px solid #ebebeb;
}
.show-grid [class^="col-"]:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(107, 134, 182, 0.2);
  border: 1px solid #ebebeb;
}
.show-grid, .show-grid-forms {
  margin-bottom: 15px;
}
.show-grid-forms [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*.table-hover > tbody > tr:hover, /* like tr.selected */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
td.beauty-hover {
  /*background-color: #FFF5D2 !important;*/
    background-color: #ffecb3 !important; /* to overwrite search .DThighlight */
}
.table-hover > tbody > tr:hover > td.beauty-hover:hover {
  background-color: #FFF5D2 !important;
}
.table-hover > tbody > tr > td:last-child  > .col-xs-3{float:right;margin-right:10px;width:25px;}
.table-hover > tbody > tr > td.action-menu > .col-xs-3{float:right;margin-right:10px;width:25px;} /* replace after check for .action-menu */
.table-hover > tbody > tr > td.dt-left     > .col-xs-3{float:none;}

table.dataTable.compact > tbody > tr > td.action-menu > .col-xs-3 {
    margin-right: 0;
}
/*.action-menu {width:20px !important;}*/
.ddd {float:right;margin-right:10px;width:20px;}

.DTTT.btn-group {
  position: absolute;
  top: -0px;
  right: 383px;
  border-right:1px solid #DBDBDB;
}
.DTTT.btn-group a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 1em;
  font-size: 14px;
  font-weight: bold;
  box-shadow: none !important;
  padding: 4px 12px;
  border-width: 1px;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
  border-color: #000000 !important;
  background-color:#000000 !important;
  color: #FFCD1C !important;
  cursor: pointer;
  outline: none;

  display: inline-block;

  text-align: center;
	height:25px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-user-select: none;
  -webkit-user-select: none;
  outline: none !important;
}

.well pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
}
.well pre code {
  white-space: normal;
}
/*
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
	 border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

}
*/
.btn.pull-right, .pull-right > .btn {margin-left: 15px;}
#add_channel .pull-left .btn {margin-left: 15px;}
/*.btn-success:hover {color: #fff !important;}
.btn-default:hover { background-color: #fff  !important;}*/
.btn .btn-success{
  border-width: 1px;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
  border-color: #000000 !important;
  background-color:#000000 !important;
  color: #FFCD1C !important;
  cursor: pointer;
  outline: none;

  display: inline-block;
  vertical-align: top;
  position: relative;

  text-align: center;
	height:30px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-user-select: none;
  -webkit-user-select: none;
  outline: none !important;
}
.btn-success {
    border-color: #4b4899;
    background-color: #4b4899;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    border-color: #343260;
    background-color: #343260;
}
.btn-label-left, .btn-label-right {
  padding: 0 10px;
}
.btn-label-left span {
  position: relative;
  left: -10px;
  display: inline-block;
  padding: 0px 8px;
  background: rgba(0, 0, 0, 0.1);
}
.btn-label-right span {
  position: relative;
  right: -10px;
  display: inline-block;
  padding: 0px 8px;
  background: rgba(0, 0, 0, 0.1);
}
.btn {
    user-select: none;
}
.btn i {
  /*vertical-align: middle;*/
}
.btn-app {
  width: 80px;
  height: 80px;
  padding: 0;
  font-size: 16px;
}
.btn-app i {
  font-size: 36px;
  line-height: 78px;
  display: block;
}
.btn-app-sm {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 12px;
}
.btn-app-sm i {
  font-size: 18px;
  line-height: 48px;
  display: block;
}

.btn-app-mini {
    font-size: 8px;
    height: 30px;
    padding: 0 !important;
    width: 30px;
}

.btn-app-mini i {
  display: block;
  font-size: 16px;
  line-height: 28px;
  margin: 0 !important;
}

.btn-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.25);
}
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default, .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active, .progress-bar {
  background-color:#FFF;
  /*border-color: #000;*/
  color: #000;
}

a.disabled, a.disabled:focus, a.disabled:hover, a.disabled:active, a.disabled.active, a[disabled], a[disabled]:focus, a[disabled]:hover, a[disabled]:active, a[disabled].active{
  background-color: #D8D8D8 !important;
  border-color: rgba(0, 0, 0, 0.3) !important;
  color: #929292 !important;
  cursor: default;
}

.btn-default.disabled {
  background-color: #eee !important;
}

.btn-primary, .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active,
.table > thead > tr > td.primary, .table > tbody > tr > td.primary, .table > tfoot > tr > td.primary, .table > thead > tr > th.primary, .table > tbody > tr > th.primary, .table > tfoot > tr > th.primary, .table > thead > tr.primary > td, .table > tbody > tr.primary > td, .table > tfoot > tr.primary > td, .table > thead > tr.primary > th, .table > tbody > tr.primary > th, .table > tfoot > tr.primary > th {
  background-color: #6AA6D6;
  border-color: rgba(0, 0, 0, 0.3);
  color: #f8f8f8;
}
.btn-success, .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active, .progress-bar-success,
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  border-color: #4b4899;
  background-color: #4b4899;
}
.btn-info, .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active, .progress-bar-info,
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #7BC5D3;
  border-color: rgba(0, 0, 0, 0.3);
  color: #f8f8f8;
}
.btn-warning, .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active, .progress-bar-warning,
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #FF9900;
  border-color: rgba(0, 0, 0, 0.3);
  color: #333333;
}
.btn-danger, .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active, .progress-bar-danger,
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #D15E5E;
  border-color: rgba(0, 0, 0, 0.3);
  color: #f8f8f8;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  /*outline: 0 none;*/ /* I recommend to leave :focus outline - becouse we have some heavy operation on button press */
  background-color: #e6e6e6;
  border-color: #bbb;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,
.table-hover > tbody > tr > td.primary:hover, .table-hover > tbody > tr > th.primary:hover, .table-hover > tbody > tr.primary:hover > td, .table-hover > tbody > tr.primary:hover > th {
  color: #fff;
  background-color: #5a8db6;
  border-color: rgba(0, 0, 0, 0.3);
}
/*.btn-success:hover, .btn-success:focus, .btn-success:active,
.btn-success.active,*/
.open .dropdown-toggle.btn-success,
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  color: #fff;
  background-color: #000000;
  border-color:  #000000;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info,
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  color: #fff;
  background-color: #69a8b4;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning,
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  color: #fff;
  background-color: #beb360;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger,
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  color: #fff;
  background-color: #b25050;
  border-color: rgba(0, 0, 0, 0.3);

}
.table > thead > tr > th  {
	color: #5F5F5F;
    height: 34px;
	padding: 4px 1px 4px 12px;
	border-bottom: 0 none;
}

.table.ext_ad_table{
    display: table;
    margin-left: 15px;
}

.ext_ad_table.table-hover > tbody > tr > td:first-child{
    border: 1px solid #ddd;
}

.table.ext_ad_table .no-border-row td {
    border-top: 0 none !important;
    border-bottom: 0 none !important;
}

.table.ext_ad_table.table-hover tr:hover td[rowspan] {
    background: none !important;
    border-left-color: #ddd;
}

.table.ext_ad_table.table-hover tr td[rowspan]:hover + td,
.table.ext_ad_table.table-hover tr td[rowspan]:hover + td +td,
.table.ext_ad_table.table-hover tr td[rowspan]:hover + td +td +td,
.table.ext_ad_table.table-hover tr td[rowspan]:hover + td +td +td +td {
    background: none !important;
}

.table.ext_ad_table.table-hover tr.border-top:not(:first-child) {
    border-top: 1px solid #ddd !important;
}

.ext_ad_table.table-heading thead tr{
    background-color: #DEDDDD;
}

.ext_ad_table.table > thead > tr > th  {
    border-bottom-color: #C9C9C9 !important;
    padding: 8px !important;
    white-space: nowrap;
}

.ext_ad_table.table-striped > tbody > tr:nth-child(2n+1) > td{
    background-color: #ffffff;
}

.ext_ad_table > tbody > tr label{
    font-weight: normal;
    text-align: left !important;
}

.ext_ad_table td input.disabled[type="checkbox"] + i.fa {
    cursor: default;
}

#cmd_data, #tariff_plan_table{display:inline-table;}
.dataTables_wrapper .table {display:inline-table;}

.table > tbody > th, .table > tbody  > td {padding:5px 0px 5px 12px !important;}
.table > thead > th,
.table > thead > td {
  padding: 4px 1px 4px 12px !important;
  border-bottom: 1px solid #FFF !important;
}

span.hlight{ background-color:#FFF5D2;}

.table > thead {
	height:43px;
}

.progress {
  overflow: visible;
}
.progress-ui {
  height: 2px;
}
.progress-bar {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress-bar.ui-widget-content {
  background: none;
  border: 0;
  height: 100%;
  position: relative;
}
.progress-bar .ui-state-default {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 10px;
  width: 10px;
  top: 0;
  margin-left: -5px;
  cursor:pointer;
  border:0px solid #d3d3d3;
  outline:none !important;
  background-color: #f0f0f0;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:    -moz-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:     -ms-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:      -o-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:         linear-gradient(to bottom, #f0f0f0, #dfdfdf);
}
.progress-bar .ui-widget-header {
  background: #D8D8D8;
}
.progress-bar-primary .ui-widget-header {
  background: #6AA6D6;
  color:#f8f8f8;
}
.progress-bar-success .ui-widget-header {
  background: #63CC9E;
  color:#f8f8f8;
}
.progress-bar-info .ui-widget-headerheader {
  background: #7BC5D3;
  color:#f8f8f8;
}
.progress-bar-warning .ui-widget-header {
  background: #DFD271;
  color:#f8f8f8;
}
.progress-bar-danger .ui-widget-header {
  background: #D15E5E;
  color:#f8f8f8;
}
.progress-bar .ui-state-default {
  background: #b8b8b8;
}
.progress-bar-primary .ui-state-default {
  background: #5a8db6;
}
.progress-bar-success .ui-state-default {
  background: #54ae86;
}
.progress-bar-info .ui-state-default {
  background: #69a8b4;
}

.mainslider .ui-state-default {
  background: none repeat scroll 0 0 transparent;
    border: 1px solid rgba(123, 197, 211, 1);
    border-radius: 8px;
    box-shadow: 0 0 1px 1px rgba(123, 197, 211, 1), 0 0 3px 1px rgba(123, 197, 211, 0.6) inset;
    margin-left: -8px;
    min-height: 16px;
    min-width: 16px;
    top: -7px;
}

.progress-bar-warning .ui-state-default {
  background: #beb360;
}
.progress-bar-danger .ui-state-default {
  background: #b25050;
}
.slider-range-min-amount, .slider-range-max-amount, .slider-range-amount {
  border: 0;
  background: none;
  outline: none !important;
}
.progress-bar.ui-slider-vertical {
  width:20px;
}
.progress-bar.ui-slider-vertical .ui-state-default {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 20px;
  width: 20px;
  top: auto;
  margin-left: 0px;
  left: 0;
}
#equalizer .progress {
  height:160px;
  display:inline-block;
  margin:15px;
}
.beauty-table {
  width:100%;
  border-collapse:separate;
  border-spacing:0;
}
.beauty-table input {
  border:1px solid transparent;
  background: none;
  font-size: 16px;
  text-align: center;
  padding:2px 15px !important;
  width:100%;
  outline:none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.beauty-table input:focus {
  border:1px solid #dfdfdf;
  background: #fefefe;
  font-size: 16px;
  text-align: center;
  padding: 2px 15px !important;
  width:100%;
  outline:none;
}
.c {
  color: #999;
  display: block;
}
.nt {
  color: #2f6f9f;
}
.na {
  color: #4f9fcf;
}
.s {
  color: #d44950;
}
.radio, .radio-inline {
  padding-left: 15px;
}
.checkbox, .checkbox-inline {
  padding-left: 16px;
}
.radio, .checkbox,
.radio-inline, .checkbox-inline {
  position: relative;
}
.radio-inline, .checkbox-inline {
  cursor: default;
}
.radio label, .checkbox label, .radio-inline label, .checkbox-inline label {
  font-weight: normal;
  cursor: pointer;
  padding-left: 5px;
  /*-webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;*/
}
.checkbox label, /* all .checkbox are single now - without following text */
.checkbox.single label {
  padding-left: 0;
}
.radio + .radio, .checkbox + .checkbox {
  margin-top: 10px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.checkbox i, .checkbox-inline i, .radio i, .radio-inline i {
  cursor: pointer;
  position: absolute;
  left: 0;
  /*font-size: 24px;*/
  /*
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  */
}
.radio i, .radio-inline i { /* 15x15 */
  top: 9px;
}
.checkbox i, .checkbox-inline i { /* 16x16 */
  top: 8px;
}

.radio-inline + .i-hint,
.checkbox-inline + .i-hint{
    vertical-align: middle;
    margin-left: 6px;
}

#add_channel .radio-inline i, #add_channel .checkbox i,
#modalbox_ad .radio-inline i, #modalbox_ad .checkbox i{
    font-weight: normal;
    color: #000;
    border-color: #B7B7B7;
}
/*
.checkbox input[type=checkbox]:checked + i:before,
.checkbox-inline input[type=checkbox]:checked + i:before {
    content:"\f046";
    color: #000;
}*/

/* default checkbox */
.checkbox input[type=checkbox] + i:before,
.checkbox-inline input[type=checkbox] + i:before {
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    border: 2px solid #959595;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-box-sizing: content-box;

}
.checkbox input[type=checkbox]:checked + i:before,
.checkbox-inline input[type=checkbox]:checked + i:before {
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    background: #455a64;
    border: 2px solid #455a64;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-box-sizing: content-box;

}
.checkbox input[type=checkbox]:checked + i:after,
.checkbox-inline input[type=checkbox]:checked + i:after {
    content: '\f00c';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 81%;
    color: #FFF !important;
    position: absolute;
    margin-top:  3px;
    margin-left: 2px;
    text-align: center;
    width: 12px;
    height: 12px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.checkbox input[type=checkbox][disabled]:not(:checked) + i:before,
.checkbox-inline input[type=checkbox][disabled]:not(:checked) + i:before {
    background: #ddd;
    border: 2px solid #bababa;
}



/* default radio */
.radio input[type=radio] + i:before,
.radio-inline input[type=radio] + i:before {
    content:" ";
    display: block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background: #fff;
    border: 2px solid #959595;
    border-radius: 15px;
}

.radio input[type=radio]:checked + i:before,
.radio-inline input[type=radio]:checked + i:before {
    content:" ";
    background: #586267;
    border-color: #586267;
}

.radio input[type=radio]:checked + i:after,
.radio-inline input[type=radio]:checked + i:after {
    content:" ";
    display: block;
    width: 5px;
    height: 5px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px;
    background: #fff;
    border-radius: 5px;
}
/* end */

.form-group .tooltip {
    font-size: 13px;
}
.form-group .tooltip .tooltip-inner {
    color: #d3d3d3;
    padding: 5px 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.new_video_club .col-sm-11 + .i-hint + .tooltip {
    min-width: 220px;
}
.tooltip.right .tooltip-inner {
    text-align: left;
    max-width: 310px;
}
.devoops-modal-inner .tooltip.left .tooltip-inner {
    text-align: left;
    max-width: 280px;
}

.ln-18 {
    line-height: 18px;
}

.ln-30 {
    line-height: 30px;
}

.i-hint {
    display: inline-block;
    text-align: center;
    /*line-height: 24px;*/
    width: 26px;
    height: 26px;
    overflow: hidden;
    margin-top: 4px;
    /*padding: 12px;*/
    background: #eceff1;
    border: 1px solid #fff;
    border-radius: 14px;

}
.i-hint:hover {
    /*background: #78909c;*/
    background: #5a5a5a;
    border: 1px solid #5a5a5a;
}

.i-hint:hover .i-hint-sign {
    display: none;
}
/*
.i-hint .i-hint-sign-d,
.i-hint:hover .i-hint-sign-w {
    display: initial;
}
*/
.i-hint:hover:after {
    content: url('../img/field-hint-sign-w.svg');
    display: inline-block;
    margin-top: 4px;
    /*line-height: 26px;
    vertical-align: baseline;*/
}
.ui-slider-horizontal + .i-hint,
#add_channel .form-group .btn + .i-hint {
    margin-left: 5px;
}

.fa-square-o:checked + i:before{color:#B7B7B7 }
.fa-square-o {color:#B7B7B7 }
.fa-square-o:after {color:#B7B7B7 }
.fa-square-o:before {color:#B7B7B7 }


.step-wizard-progress-bar {
    list-style-type: none;
    padding-left: 0;
}
.step-wizard-progress-bar li {
    float: left;
    color: #b0b0b0;
    line-height: 32px;
    text-transform: uppercase;
    list-style-type: none;
    position: relative;
    margin-right: 9px;
    padding-left:  40px;
    padding-right: 65px;
    white-space: nowrap;
    background: url(../img/step-wizard-progressbar-dots.svg) center right no-repeat;
}
#add_channel .step-wizard-progress-bar li {
    font-weight: bold;
    margin-left: 0;
}
#add_channel .step-wizard-progress-bar li a {
    color: #404040;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#add_channel .step-wizard-progress-bar li a:hover {
    color: #155DCA;
    text-decoration: none;
    background-color: transparent;
}
.step-wizard-progress-bar > li.active > a,
.step-wizard-progress-bar > li.active > a:hover,
.step-wizard-progress-bar > li.active > a:focus {
    background: none;
}

.step-wizard-progress-bar li.complete,
.step-wizard-progress-bar.active-1 li.step-1,
.step-wizard-progress-bar.active-2 li.step-2,
.step-wizard-progress-bar.active-3 li.step-3,
.step-wizard-progress-bar.active-4 li.step-4,
.step-wizard-progress-bar.active-5 li.step-5{
    color: #404040;
}
.step-wizard-progress-bar li:last-child {
    margin-right: 0;
    padding-right: 0;
    background: none;
}
/* bullets style */
.step-wizard-progress-bar li:before {
    display: inline-block;
    content: ' ';
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top:  0;
    left: 0;
    background: #dbdbdb;
    border-radius: 50%;
}

.step-wizard-progress-bar li.step-1:before {
    content: '1';
}
.step-wizard-progress-bar li.step-2:before {
    content: '2';
}
.step-wizard-progress-bar li.step-3:before {
    content: '3';
}
.step-wizard-progress-bar li.step-4:before {
    content: '4';
}
.step-wizard-progress-bar li.step-5:before {
    content: '5';
}
/*
.step-wizard-progress-bar.active-1 li.step-2:before,
.step-wizard-progress-bar.active-2 li.step-3:before,
.step-wizard-progress-bar.active-3 li.step-4:before,
.step-wizard-progress-bar.active-4 li.step-5:before,
.step-wizard-progress-bar.active-1 li.step-1 + li:before,
.step-wizard-progress-bar.active-2 li.step-2 + li:before,
.step-wizard-progress-bar.active-3 li.step-3 + li:before,
.step-wizard-progress-bar.active-4 li.step-4 + li:before,
.step-wizard-progress-bar.active-5 li.step-5 + li:before{
    background: #b7b7b7;
}*/
.step-wizard-progress-bar li.current:before,
.step-wizard-progress-bar.active-1 li.step-1:before,
.step-wizard-progress-bar.active-2 li.step-2:before,
.step-wizard-progress-bar.active-3 li.step-3:before,
.step-wizard-progress-bar.active-4 li.step-4:before,
.step-wizard-progress-bar.active-5 li.step-5:before{
    color: #000;
    background: #fbc02d;
}
.step-wizard-progress-bar li.complete:before {
    background: #4b4899;
}


.ui-slider-horizontal {
    width: 268px;
    height: 8px;
    margin: 12px 18px;
    margin-right: 21px;
    background: url(../img/ui-slider-dots.svg) center left no-repeat;
    /* -webkit-box-shadow: inset 0 1px 2px #eee; */
    box-shadow: 0 1px 2px #eee;
    border-radius: 4px;

}
.ui-slider-horizontal .ui-slider-handle {
    cursor: pointer;
    color: #FFF;
    text-align: center;
    line-height: 22px;
    min-width: 40px;
    width: auto;
    height: 28px;
    padding: 3px;
    top: -11px;
    margin-left: -19px;
    background: #fbc02d;
    border: 0 none;
    border-radius: 14px;
}

.toggle-switch {
  position: relative;
  width: 60px;
}
.toggle-switch input {
  display: none;
}
.toggle-switch label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.toggle-switch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -moz-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.toggle-switch-inner:before, .toggle-switch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
/*  text-shadow: 1px 1px 1px #FFFFFF;
  color:#929292;
  background-color: #F5F5F5;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
/*  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);*/
}
.toggle-switch-inner:before {
  content: "On";
  padding-left: 30px;
  color: #60B880;
/*  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;*/
}
.toggle-switch-inner:after {
  content: "Off";
  padding-right: 15px;
  text-align: right;
  color: #CD2F2A;
/*  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;*/
}
.toggle-switch-switch {
  width: 20px;
  margin: 0;
/*  border: 2px solid #d8d8d8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;*/
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  /*color: #f8f8f8;*/
  line-height: 1em;
  /*text-shadow: 0 0px 1px #ADADAD;*/
  text-align: center;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
/*  background-color: #f0f0f0;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:    -moz-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:     -ms-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:      -o-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:         linear-gradient(to bottom, #f0f0f0, #dfdfdf);*/
}

#tariff_plan_table .toggle-switch-inner:before, #tariff_plan_table .toggle-switch-inner:after {
 text-shadow: 1px 1px 1px #FFFFFF;
  color:#929292;
  background-color: #F5F5F5;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
#tariff_plan_table  .toggle-switch-inner:before {
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
#tariff_plan_table  .toggle-switch-inner:after {
   -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
#tariff_plan_table  .toggle-switch-switch {
  border: 2px solid #d8d8d8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #f8f8f8;
  text-shadow: 0 0px 1px #ADADAD;
  background-color: #f0f0f0;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:    -moz-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:     -ms-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:      -o-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:         linear-gradient(to bottom, #f0f0f0, #dfdfdf);
}

.toggle-switch input:checked + .toggle-switch-inner {
  margin-left: 0;
}
.toggle-switch input:checked + .toggle-switch-inner + .toggle-switch-switch {
  right: 0px;
}
.toggle-switch-danger input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #D15E5E;
  background: #D15E5E;
}
.toggle-switch-warning input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #DFD271;
  background: #DFD271;
}
.toggle-switch-info input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #7BC5D3;
  background: #7BC5D3;
}
.toggle-switch-success input:checked + .toggle-switch-inner + .toggle-switch-switch {
/*  border:2px solid #63CC9E;
  background: #63CC9E;*/
}

#tariff_plan_table .toggle-switch-success input + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #d15e5e;
  background: #d15e5e;
}

#tariff_plan_table .toggle-switch-success i.fa{
  color: #f8f8f8;
}

#tariff_plan_table .toggle-switch-success input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #63CC9E;
  background: #63CC9E;
}

#tariff_plan_table  .toggle-switch-inner:after{
    padding-right: 10px;
}

.toggle-switch-primary input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #6AA6D6;
  background: #6AA6D6;
}

#iptv_list #adm_grp_perm {
    padding: 40px 0 80px;
}

#adm_grp_perm .box-icons {
    right: 0;
}

#adm_grp_perm .box-icons a {
    line-height: 20px;
    height: 32px;
    width: 32px;
    padding: 6px;
    margin: 0;
}

#adm_grp_perm .form-buttons .row {
    min-height: auto;
}

label > input {font-weight:400;}

.mswitch > input[type="checkbox"] {
    display: none;
}

.mswitch > label {
    cursor: pointer;
    height: 0px;
    width: 40px;
    position: relative;
    margin-top: -2px;
}

.mswitch > label::before {
    border-radius: 12px;
    content: '';
    width: 40px;
    height: 23px;
    margin-top: -8px;
    position:absolute;

    background: #d9534f;
    background: #b9b9b9;
    transition: all 0.4s ease-in-out;
}
.mswitch > label::after {
    content: '';
    width: 19px;
    height: 19px;
    margin-top: -2px;
    position: absolute;
    top: -4px;
    left: 2px;
    background: #fff;
    border-radius: 9px;

    transition: all 0.3s ease-in-out;
}

.mswitch > input[type="checkbox"]:checked + label::before {
    background: inherit;
}
.mswitch > input[type="checkbox"]:checked + label::after {
    background: #fff;
    left: 19px;
}

.mswitch > input[type="checkbox"]:disabled + label {
    cursor: default;
}

.mswitch > input[type="checkbox"]:disabled + label::before {
    opacity: 0.3;
}

table#cmd_data .mswitch > input[type="checkbox"] + label::before {
    opacity: 0.3;
}


.select2-highlighted, .select2-container--default .select2-results__option--highlighted[aria-selected]  {  background: #FFF5D2 !important; color: #000 !important;}
.select2-container {
  /*width: 100%;*/
}
body > .select2-container {
  z-index: 5010;
}

/* onclose select2 */
.select2-container .select2-selection:focus {
  outline: 0 none;
}
/* & */
.select2-container--default.select2-container--focus .select2-selection {
    border: 1px solid #fbc02d;
    box-shadow: 0 0 8px #fbc02d;
}

/*.select2-container--default.select2-container--focus .select2-selection.error,*/
.has-error .select2-container--focus .select2-selection {
    border-color: #D15E5E;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #D15E5E;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #D15E5E;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    margin-left: 2px;
    margin-right: 0;
}

.select2-search--dropdown {
    padding: 10px;
}
.select2-search__field {
    outline: 0 none;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border: 1px solid #fbc02d;
  box-shadow: 0 0 8px #fbc02d;
}


/* style multi select as single /
#form_performer_id + .select2 .select2-selection__rendered .select2-selection__choice + .select2-search {
    display: none;
}

.select2-results__message {
    display: none;
}
*/

select[required] + .select2,
select[data-validation~="required"] + .select2 {
    margin-bottom: 5px;
}

.select2-container .select2-choice {
  height: 30px;
}
.select2-container .select2-selection__rendered {
  padding: 1px 0;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 192px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  line-height: 32px;
  right: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    position: static;
    border: 0 none;

    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f078";
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  /*display: block;*/ /* fixed with next line */
  vertical-align: bottom;
  padding-bottom: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #37474f;
  margin-top: 4px;
  padding: 1px 5px;
  background: #ddd;
  border-color: #bababa;
}
.select2-container .select2-search--inline .select2-search__field, /*blinking type cursor when selecting*/
.select2-container--default .select2-search--inline .select2-search__field {
  line-height: 24px;
  margin-top: 4px;
}

.knob-slider {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.knob-slider > div {
  display: inline-block !important;
}
.knob-slider input {
  outline: none !important;
}
.ipod {
  background:#dedede;
  text-align: center;
  padding:50px 0;
}
.knob-clock {
  text-align: center;
}
.knob-clock > div {
  font-size:50px;
  text-align: center;
  color:#a2a2a2;
}
.knob {
  border:0;
  background: 0;
}
.box-pricing:hover {
  box-shadow: 0 0 5px #525252;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.box-pricing .row-fluid > div {
  padding: 18px 15px 8px;
  line-height: 1.428571429;
  vertical-align: top;
}
.box-pricing .row-fluid.centered > div {
  background-color: #f5f5f5;
  padding: 8px;
  text-align: center;
}
.box-pricing .row-fluid.centered > div:nth-child(odd) {
  background-color: #f9f9f9;
}
.box-pricing .box-header {
  height: 80px;
  padding: 10px 0;
}
.box-pricing .box-name {
  padding: 0 10px;
  text-align: center;
}
.box-pricing .box-name:hover {
  cursor:pointer;
}
#messages #breadcrumb {
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 2;
}
#messages-menu {
  position:fixed;
  top:90px;
  background:#a5a5a5;
  margin:0;
  height: 100%;
  z-index: 2;
}
#messages-list {
  margin-top: 40px;
  padding: 0;
}


.one-list-message {
  clear: both;
  background: #FFF6D5;
  background: #FFF;
  /*border: 1px solid #FFCD1C;*/
  border: 1px solid #faebcc;
  border: 1px solid #dcdcdc;
  padding: 15px 15px 15px 25px;
  margin: 0;

  border-radius: 3px;
}
.one-list-message .checkbox {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
}
.one-list-message .message-title {
  overflow: hidden;
  /*white-space: nowrap;*/
/*  width: 80%;*/
}
.one-list-message .message-date {
  overflow: hidden;
  white-space: nowrap;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  /*position: absolute;
  right: 10px;*/
  float: left;
  padding: 0;
  width:130px;
  background: #D8D8D8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #000;
}
.one-list-message.message-title > p:last-child {
    margin-bottom: 0;
}

#task_chat .not_read {
    float: left;
    color: #333;
    padding: 16px 10px;
}
#task_chat .not_read.pull-left {
    text-align: right;
}


#task_chat{
    overflow: hidden;
    overflow-y: auto;
    margin: 15px 0 0;
    padding: 0 15px 0 0 !important;
  /*border:1px solid #D3D3D3;
  border-radius:5px;*/
}

#task_chat > div {
    padding-bottom: 10px;
}
#task_chat .alert {
    /*float: left;
    width: 100%;*/
    padding: 10px 15px;
    /*margin: 4px 0;*/
    margin-top: 36px;
    margin-bottom: 15px;
    border-radius: 1px;
}

#task_chat .alert-warning {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
#task_chat .alert.start {
    margin-top: 0;
    margin-bottom: 0;
}
#task_chat .label-default {
    background-color: #cecece;
}
#task_chat .label-warning {
    background-color: #86b3d7;
}
#task_chat .label-danger {
    background-color: #e79e9c;
}
#task_chat .label.label-timestamp {
    padding-left: 8px;
    padding-right: 8px;
}
#task_chat .message-archived {
    margin-top: 36px;
}
#task_chat .alert + .message-archived {
    margin-top: 0;
}

#task_chat label.creator { color: #6AA6D6; color: #31708f;}
#task_chat label.message-author { clear: both; color: #37474f; color: #5f5f5f;}
#task_chat .message-date { margin: 5px 7px; /*padding-top:45px; width:130px;*/}

#task_chat .one-list-message .message-date { width:auto; margin: 0; padding: 0px 15px;}

#task_card {
    padding: 10px 15px 15px;
    margin-top: 15px;
    border:1px solid #D3D3D3;
    border-radius:5px;
}

#task_card .one-list-message {
    margin: -10px -15px 0;
    background: #FFF6D5;
    border: 1px solid #FFCD1C;
    border: 0 none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}

#task_card hr {
    height: 1px;
    border-top: 1px solid #eee;
}
#task_card .table {
    margin-top: 20px;
}
#task_card .table tr.odd {
    background: #f5f5f5;
}
#task_card .table tr.even {

}
#task_card .table td {
    padding: 5px 10px;
    border-top: 0 none;
}

.form-control {
  height: 34px;
  padding: 2px 8px;
}
.input-lg {
  height:39px;
}
.input-sm {
  height:18px;
}
.bg-none {
  background: none;
  border-color: transparent;
}
.bg-default {
  background: #f5f5f5 !important;
  background: #e9e9e9;
}
.bg-primary {
  color:#f8f8f8 !important;
  background: #6AA6D6 !important;
  border-color: #bce8f1;
}
.bg-success {
  background: #63CC9E !important;
  color:#f8f8f8 !important;
}
.bg-info {
  background: #7BC5D3 !important;
  color:#f8f8f8 !important;
}
.one-list-message.bg-warning {
  color:#5F5F5F;
  /*text-align: center !important;*/
  min-width:400px;
  margin-top:10px;
  background: #FFF5D2;
  border: 1px solid #F3E3AA;
  border-radius:5px;
}
.table .bg-danger {width:auto;}
.bg-danger {
 font-size:12px; width:350px;
  color:#D15E5E !important;
  background-color: transparent;
}
.txt-default {
  color: #5F5F5F !important;
}
.txt-primary {
  color: #6AA6D6 !important;
}
.txt-success {
  color: #63CC9E !important;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: inherit;
}
.txt-info {
  color: #7BC5D3 !important;
}
.txt-warning, .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #DFD271 !important;
}
.txt-danger, .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #D15E5E !important;
}

/* serverside errors */
form .form-group .bg-danger ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.help-block {font-size:12px; /*width:350px;*/}
.help-block.form-error {
    margin-top: -5px;
    margin-bottom: -1.42em;
    padding-left: 5px;
    padding-bottom: 5px;
}

/* Special rules */
input[name='rtsp_url'] + .help-block.form-error { /* Karaoke popup */
    margin-bottom: 0;
    padding-bottom: 0;
}

.channel_form .help-block.form-error {
    margin-bottom: 0;
}

#adm_login + .name-check,
#epg_form .name-check { /* add EPG popup */
    margin-bottom: 0;
}
#form_login + * + .help-block.form-error, /* add user */
#epg_form .help-block.form-error { /* add EPG popup */
    padding-bottom: 10px;
}
#epg_form .name-check[style*="block"] + .help-block.form-error { /* add EPG popup */
    margin-top: 0;
}

#file_form #video_url {
    margin-bottom: 0;
}
/* Exeptions: */
#s2_protocol    + .select2 + .help-block.form-error,
#s2_update_type + .select2 + .help-block.form-error {
    margin-top: -5px;
    margin-bottom: -5px;
    padding-bottom: 0;
}
#s2_event.error          + .select2 + .help-block.form-error,
#s2_pattern.error        + .select2 + .help-block.form-error,
#s2_group_id.error       + .select2 + .help-block.form-error,
#s2_user_list_type.error + .select2 + .help-block.form-error {
    padding-bottom: 10px;
}

#file_form #video_url + .help-block.form-error {
    margin-top: 0;
    margin-bottom: -5px;
    padding-bottom: 0;
}

.form-control.with-error-space[data-validation] {
    margin-bottom: 10px;
}

.form-control.with-error-space[data-validation] + .help-block.form-error,
.form-control.with-error-space[data-validation] + div + .help-block.form-error {
    margin-top: -10px;
    padding-bottom: 10px;
}
.form-control.validating-server-side[data-validation][disabled] {
    padding-right: 30px;
    background-image: url(../img/loader-20.gif);
    background-position: 97% 50%;
    background-repeat: no-repeat;
}

.form-control.error-befor-hint[data-validation] + .help-block.form-error,
.form-control.error-befor-hint[data-validation] + div + .help-block.form-error {
    padding-bottom: 10px;
}

/* class for available name check */
.name-check {
    display: none;
    margin-top: -5px;
    margin-bottom: -15px;
    padding-left: 5px;
}

.name-check[style*="block"] + .help-block.form-error {
    margin-top: 10px;
}


/*
.login-form.has-error input[type="text"], .login-form.has-error input[type="password"], .login-form.has-error .txt-danger{
    border-color: #d32f2f;
}

.login-form>input[type="text"]:first-child {
    border-top-right-radius: 5px ;
    border-bottom-left-radius: 0;
}

.login-form>input[type="password"]:not(:first-child):not(:last-child){
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 0;
}

.login-form>.alert{
    margin-bottom: 0;
}
*/
.has-success .form-control {
  border-color:#63CC9E;
  border-color:#D3D3D3;
}
.has-warning .form-control {
  border-color:#DFD271;
}
.has-error .form-control {
  border-color:#D15E5E !important;
}
.has-success .form-control:focus .select2-drop:focus .select2-drop-mask:focus .select2-choices:focus{
  border-color: #63CC9E;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #63CC9E;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #63CC9E;
}
.has-warning .form-control:focus {
  border-color: #DFD271;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DFD271;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DFD271;
}
.form-control.error:focus,
.has-error .form-control:focus {
  border-color: #D15E5E;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #D15E5E;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #D15E5E;
}
/*combobox error highlight*/
.has-error .form-control + .input-group-btn .btn {
  border-top-color:#D15E5E !important;
  border-right-color:#D15E5E !important;
  border-bottom-color:#D15E5E !important;
}
.select2-input { border: 1px solid #d3d3d3;}
.select2-search input  { border: 1px solid #d3d3d3;}
 .select2-container-multi .select2-choices {
  min-height: 26px;
  display: block;
  height: 26px;
  padding: 2px 12px;
  overflow: hidden;
  position: relative;
  border: 1px solid #d3d3d3;
  white-space: nowrap;
  line-height: 26px;
  color: #d3d3d3;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;

}

#certificate_warn, div[id^='server_error_warn_']{
    border-bottom: 2px solid #F17611;
    background-color: rgba(255,255,255, 0.98);
}

#certificate_warn h4, div[id^='server_error_warn_'] h4{
    display: inline-block;
    width: 100%;
}

#certificate_warn h4 *, div[id^='server_error_warn_'] h4 *{
    vertical-align: bottom;
}

#certificate_warn i, div[id^='server_error_warn_'] i{
    font-size: 2.2em;
    cursor: pointer;
    margin: 5px;
}

.filter_s.open > .dropdown-menu ul {
    border-radius: 0 !important;
    border-color: transparent !important;
    border-style: inset;
    position: relative;
    top: -1px;
}

.filter_s.open > .dropdown-menu .select2-container-multi .select2-choices{
    margin-bottom: 0;
}

.filter_s.open > .dropdown-menu .select2-container-multi.select2-container-active.select2-dropdown-open .select2-choices{
    border-bottom-color: #d3d3d3 !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 0;
  margin: 0;
}
.has-feedback .form-control-feedback {
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.form-horizontal .control-label {
 /* padding-top: 4px;*/
}
.input-group-addon {
  padding: 0px 6px;
  min-width:30px !important;
}
.form-group .form-control, .form-group .input-group {
  margin-bottom: 5px;
}

.input-group .form-control {
  margin:0;
}

#ui-datepicker-div {
  background: rgba(0, 0, 0, 0.7) !important;
  border:0;
}
#ui-datepicker-div .ui-widget-header {
  background: rgba(0, 0, 0, 0.2);
  border: 0;
  border-bottom: 1px solid #686868;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #f8f8f8;
  padding: 1px 0;
}
#ui-datepicker-div.ui-widget-content {
  color:#f8f8f8 !important;
}
#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default {
  background: none;
  border:0;
  color:#f8f8f8;
  text-align: center;
}
#ui-datepicker-div .ui-state-hover, #ui-datepicker-div.ui-widget-content .ui-state-hover, #ui-datepicker-div .ui-widget-header .ui-state-hover, #ui-datepicker-div .ui-state-focus, #ui-datepicker-div.ui-widget-content .ui-state-focus, #ui-datepicker-div .ui-widget-header .ui-state-focus,
#ui-datepicker-div .ui-state-highlight, #ui-datepicker-div.ui-widget-content .ui-state-highlight, #ui-datepicker-div .ui-widget-header .ui-state-highlight {
  background: rgba(0, 0, 0, 0.3) !important;
  border:0;
  top:2px;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
    opacity: 1;
}
body > #ui-datepicker-div .ui-datepicker-unselectable span {
    color: rgba(248,248,248, 0.3);
}
#ui-datepicker-div .ui-datepicker-group {
  border-left: 1px solid #686868;
}
#ui-datepicker-div .ui-datepicker-group:first-child {
  border-left:0;
}
#ui-datepicker-div .ui-datepicker-buttonpane {
  margin: 0;
}
#ui-datepicker-div .ui-datepicker-group table {
  margin:0 auto !important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px !important;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px !important;
  cursor: pointer;
}
.ui-icon-circle-triangle-w {
  background: url(../img/ui-left.png) 0 0 no-repeat !important;
}
.ui-icon-circle-triangle-e {
  background: url(../img/ui-right.png) 0 0 no-repeat !important;
}
.ui-icon-circle-arrow-s {
  background: url(../img/ui-accordion-down.png) 0 0 no-repeat !important;
}
.ui-icon-circle-arrow-e {
  background: url(../img/ui-accordion-right.png) 0 0 no-repeat !important;
}
#ui-datepicker-div .ui-slider-horizontal {
  background: rgba(0, 0, 0, 0.5);
  height: 4px;
  border: 0;
}
#ui-datepicker-div .ui-slider-horizontal .ui-slider-handle {
  background: #D8D8D8 !important;
  border: 1px solid #f8f8f8;
  height: 8px;
  width: 8px;
  top:-2px;
  margin-left: -4px;
  outline: none;
  cursor: pointer;
}

.form-control.hasDatepicker[readonly] {
    cursor: text;
    background-color: #fff;
}

.form-control.hasDatepicker + .ui-datepicker-trigger { /* datepicker icon */
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: -6px;
}

/* UI Datepicker Inline */

.ui-datepicker.ui-datepicker-inline {
    font-family: 'PT Sans', sans-serif;
    width: 258px;
    border: 0 none;
}

.ui-datepicker .ui-datepicker-header {
    color: #37474f;
    background: none;
    border: 0 none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
    top: 3px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w,
.ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e{
    text-align: center;
    text-indent: 0;
    background: none !important;
}
.ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e:before {
    content: url('../img/ui-icon-rounded-rectangle-e.svg');
}
.ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w:before {
    content: url('../img/ui-icon-rounded-rectangle-w.svg');
}
.ui-datepicker .ui-datepicker-next.ui-state-disabled,
.ui-datepicker .ui-datepicker-prev.ui-state-disabled{
    opacity: 0.35;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: #fff;
    border: 1px solid #e3e3e3;
}
.ui-datepicker table {
    font-size: 14px;
}
.ui-datepicker .ui-datepicker-calendar th {
    font-weight: normal;
    padding-left:  1px;
    padding-right: 1px;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td{
    width: 36px;
}

.ui-datepicker td a,
.ui-datepicker td span{
    text-align: center;
    line-height: 32px;
    padding: 0;
}

.ui-datepicker td .ui-state-default {
    color: #37474f;
    background: #fff;
    border-color: #e3e3e3;
    border-radius: 3px;
}
.datepicker-inline .ui-datepicker td .ui-state-default {
    width: 34px;
    height: 34px;
}
.ui-datepicker td .ui-state-active {
    color: #37474f;
    background: #ffe090;
    border-color: #fbc02d;
}
.datepicker-inline .ui-datepicker .ui-datepicker-unselectable span.ui-state-default {
    color: #37474f;
    background: #e8e8e8;
}

input.datepicker-field {
    width: 258px;
}
input.datepicker-field:focus {
    /*box-shadow: none;*/
}

/* end */

.ui-spinner.ui-widget-content {
  display: block;
  overflow: visible;
  border: 0 none;
}
.ui-spinner-input {
  margin: 0;
  padding-right: 30px;
  border: 1px solid #ccc;
}
.ui-spinner .form-control {
  margin-bottom: 0;
}
.ui-spinner-button {
  cursor: pointer;
  right: 1px;
  width: 22px;
  height: 16px;
  background: #FFF;
}
.ui-spinner-button:active {
    outline: 0;
    /*padding-top: 1px;*/
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.ui-spinner a.ui-spinner-up {
  top: 1px;
  border-left: 1px solid #ccc;
  /*border-bottom: 1px solid #ccc;*/
}
.ui-spinner a.ui-spinner-down {
  bottom: 1px;
  border-left: 1px solid #ccc;
  /*border-top: 1px solid #ccc;*/
}
.ui-spinner-button .ui-icon {
  margin-top: 0;
}

#tabs.ui-widget-content, #tabs .ui-widget-header {
  border:0;
  background: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#tabs .ui-widget-header {
  border-bottom: 1px solid #d8d8d8;
}
#tabs .ui-state-default, #tabs.ui-widget-content .ui-state-default, #tabs .ui-widget-header .ui-state-default {
  border:0;
  margin: 0 0 -1px 0;
  background: none !important;
}
#tabs .ui-state-active, #tabs.ui-widget-content .ui-state-active, #tabs .ui-widget-header .ui-state-active {
  background: none !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin: 0;
  padding: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 5px 15px;
  outline: none !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  background:#FFF;
  border:1px solid #d8d8d8;
  border-bottom: 0;
}
.ui-tabs .ui-tabs-nav {
  padding: 0;
}
.ui-tabs .ui-tabs-panel {
  padding: 1em 0;
}
.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border:0!important;
  text-align:center !important;
  margin:0px!important;
  width:50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding:0px;
}
.ui-accordion .ui-accordion-header {
  padding: 6px 12px;
  margin: 0;
  top:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-accordion .ui-accordion-icons {
  padding-left:28px;
}
.ui-accordion-header.ui-state-default {
  background: #f5f5f5 !important;
  border: 1px solid #FFF;
  border-left: 0;
  border-right: 0;
}
.ui-accordion-header.ui-state-hover, .ui-accordion-header.ui-state-focus {
  background: #ebebeb !important;
}
.ui-accordion-header.ui-state-active {
  background: #d8d8d8 !important;
}
.ui-accordion .ui-accordion-content {
  padding:10px 12px;
  background: none;
  border:1px solid #d8d8d8;
  border-top:0;
  border-bottom:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* autocomplete styles */
.ui-autocomplete {
    max-height: 194px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
}

.ui-autocomplete .ui-menu-item {
    list-style: none;
}

#add_channel
.form-control.ui-corner-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#add_channel .form-group .input-group-btn .btn:not(.btn-circle) .fa {
    color: #525252;
    font-size: 14px;
    top: -1px;
    margin: 0;
}

#add_channel .form-group .input-group-btn .btn {
    padding: 6px 5px;
}

.input-group input.form-control:focus {
    position: relative;
    z-index: 4;
}

.form-group .input-group-btn .btn:focus {
    outline: 0 none;
}

.ui-autocomplete .ui-menu-item .ui-corner-all {
    display: block;
    padding: 6px;
}

.ui-autocomplete .ui-menu-item .ui-corner-all:hover {
    text-decoration: none;
}

.ui-autocomplete .ui-state-focus {
    color: #000 !important;
    font-weight: normal;
    margin: 0;
    background: #FFF5D2 !important;
    border: 0 none;
}
/****************************/

#simple_gallery, .simple_gallery {
  text-align: center;
}
#simple_gallery a.fancybox, .simple_gallery a.fancybox{
  display: inline-block;
  padding: 5px;
}
#simple_gallery a.fancybox img, .simple_gallery a.fancybox img  {
  width: 100%;
  padding: 2px;
  border: 1px solid #979797;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  min-width: 64px;
  min-height: 64px;
  background: url('../img/no_image.png') no-repeat center transparent;
  display: inline-block;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  cursor: url('../img/cursor.png'), url('../img/cursor.cur'), zoom-in;
}
#simple_gallery a.fancybox img:hover, .simple_gallery a.fancybox img:hover  {
  box-shadow: 0 0 10px #C7C7C7;
}

.ex-tooltip {
  position: absolute;
  display: none;
  z-index: 2000;
}
.morris-hover {
  position:absolute;
  z-index:1000;
}
.morris-hover.morris-default-style, .ex-tooltip {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 20px;
  color: #525252;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-align: center;
}

div.google-visualization-tooltip{
    background-color: rgba(240, 240, 240, 0.8);
    border: 1px solid rgba(210, 210, 210, 0.9);
    border-radius: 3px;
    padding: 3px 6px;
}

div.google-visualization-tooltip span{
    white-space: nowrap;
}

.morris-hover.morris-default-style .morris-hover-row-label{
  font-weight:bold;
  margin:0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point{
  white-space:nowrap;
  margin:0.1em 0;
}

#iptv_list_move_send {margin-left:25px !important;}

.btn + .dropdown-menu {
  margin-top: -10px;
  /*background: rgba(0, 0, 0, 0.7) !important;*/ padding: 0; /*border: 0;*/
  right: auto;
  left: 0;
  min-width: 100%;
}
.btn + .dropdown-menu > li > a {
  /*padding: 5px 10px !important;*/
  color: #f0f0f0;
}

.v-txt {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  position: absolute;
  top: 60px;
  left: -20px;
  color: #d8d8d8;
  font-size: 18px;
  box-shadow: 0 0 10px #d8d8d8;
  padding: 0px 5px;
}
.full-calendar {
  padding: 25px 0;
  background: #FCFCFC;
}
.external-event {
  padding: 2px 6px;
  margin: 4px 0;
  background: #f5f5f5;
}
.external-event:hover {
  cursor: move;
  background: #6AA6D6;
  color:#f8f8f8;
}
#add-new-event {
  background: #EBEBEB;
  margin-bottom: 30px;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.modal-backdrop {
  z-index: 2000;
}
.modal {
  z-index: 2001;
}
.fc-event {
  border: 1px solid #6AA6D6;
  background-color: #6AA6D6;
}
.qq-upload-drop-area {
  position: absolute;
  background: #fcfcfc;
  width: 100%;
  height: 100%;
}
.qq-upload-button {
  float:right;
  margin:20px 15px 0 0;
}
.qq-upload-list {
  position: relative;
  z-index: 3;
  margin: 60px 15px 0;
  padding: 0;
  list-style: none;
}
.qq-upload-list li {
  position: relative;
  display: inline-block;
  padding: 15px;
  margin: 15px;
  border: 1px solid #E6E6E6;
  text-align: center;
  font-size: 12px;
  background: rgba(245, 245, 245, 0.9);
}
.qq-upload-settings {
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 7px 0;
  background: #FFF;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.qq-upload-list li:hover .qq-upload-settings {
  opacity: 1;
  visibility: visible;
}
.qq-upload-list li img {
  border:1px solid #b4b4b4;
  margin-bottom: 5px;
}
.qq-upload-filename {
  display: block;
  overflow: hidden;
}
.qq-upload-file, .qq-upload-size, .qq-upload-status-text {
  display: block;
}
.qq-dropped-zone {
  position: absolute;
  top: 5%;
  left: 50%;
  margin-left: -71px;
  text-align: center;
  font-weight: bold;
}
.qq-dropped-zone i {
  font-size: 5em;
  display: block;
  color: #f5f5f5;
  text-shadow: 0 -1px 1px #d8d8d8;
}

.video_episodes{
    overflow: hidden;
    padding: 0;
    position: relative;
}

.video_episodes li, .m3u_logo_container{
    border: 5px solid #FFF;
    border-radius: 2px;
    box-shadow: 0 0 2px 2px rgba(100, 100, 100, 0.4) inset;
    list-style: outside none none;
    max-height: 78px;
    max-width: 111px;
    overflow: hidden;
    padding: 0;
    text-align: center;
}


.video_episodes li > div:first-of-type {
    max-width: 111px;
    height: 68px;
    overflow: hidden;
    background: url( "../img/video_episodes_plus.png" ) no-repeat center transparent;
    background-image: url("../img/m3u_add_logo.png");
    text-align: center;
    vertical-align: middle;
    line-height: 68px;
    position: relative;
}


.video_episodes li > div.clear_video_episodes, .m3u_logo_container > div.clear_m3u_logo{
    display: none;
    width: 100%;
    min-height: 68px;
    /*min-width: 111px;*/
    position: absolute;
    left: 0;
    opacity: 0.7;
    background: rgba(255, 255, 255, 0.7) url("../img/m3u_clear_logo.png") no-repeat center center;
    z-index: 200;
}

.m3u-logo-box {
    float: left;
    max-width: 52px;
}

.m3u_logo_container {
    line-height: 48px;
    height: 52px;
    width: 52px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px !important;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
}

#channels_container .box {
    margin-bottom: 5px;
    border-bottom: 1px solid #e3e3e3;
}
#channels_container .box:last-child {
    margin-bottom: 20px;
    border-bottom: 0 none;
}
#channels_container .m3u_logo_container {
    margin-top: 16px;
}

.m3u_logo_container + span.txt-default{
    text-align: center;
    display: block;
    padding: 0 5px;
}

.m3u_logo_container .fileupload {
    position: relative;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    vertical-align: middle;
    background: url(../img/m3u_add_logo.png) center center no-repeat;
}

.m3u_logo_container > div.clear_m3u_logo {
    width: 50px;
    height: 50px;
    min-height: auto;
    opacity: 1;
    top: 0px;
    left: 0px;
    background-image: url(../img/m3u_clear_logo.png);
    border-radius: 2px;
}

.video_episodes li img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.video_episodes li img {
    height: 100%;
}

.m3u_logo_container img {
    top: 0;
    left: 0;
    max-width: 50px;
    max-height: 50px;
    margin-top: auto;
    vertical-align: middle;
    background-color: #FFF;
    z-index: 10;
}

#page-500 h1, .page-404 h1 {
  font-size: 5em;
}
.page-404 .form-inline {
  margin: 40px auto;
  width: 60%;
  padding: 15px;
  background: #FAFAFA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.page-404 .input-group-btn:last-child > .btn, .page-404 .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
  margin-bottom: 0;
  height: 39px;
}
#page-500 h3, .page-404 h3 {
  margin: 5px 0 20px;
}
.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #fff;
  z-index: 2000;
}
.devoops-getdata {
  position: absolute;
  top: 25px;
  left: 15px;
  color:#ebebeb;
}
#page-500, #page-login {
  position: absolute;
  height: 100%;
  width: 100%;
}
#page-500 {
  background: #ebebeb;
}
#page-500 img {
  display: block;
  margin:30px auto;
}
#page-login .logo {
  position:absolute;
}
#page-login h3 {
  font-size:20px;
  font-family: 'Righteous', cursive;
}
#page-login .text-right {
  margin-top: 15px;
}
#page-login .box {
  margin-top:45%;
}
.one-result {
  margin-top:20px;
}
.one-result p {
  margin:0;
}
.large {
  font-size: 1.25em;
}
.nav-search > li.active > a {
  background: #F0F0F0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #525252;
  border-bottom: 1px solid #CECECE;
  font-weight: bold;
}
.page-feed .avatar {
  width: 60px;
  float: left;
  margin: 10px 15px;
  text-align: center;
  overflow: hidden;
}
.page-feed .avatar img {
  width: 60px;
  height: 60px;
  border: 1px solid #F8F8F8;
}
.page-feed-content {
  position: relative;
  padding: 3px 15px 5px;
  background: #FCFCFC;
  margin-left:90px;
  min-height: 50px;
}
.page-feed-content small.time {
  font-style: italic;
}
.page-feed .page-feed-content:before {
  font-family: FontAwesome;
  content: "\f0d9";
  position: absolute;
  left: -10px;
  top: 15px;
  font-size: 30px;
  color: #fcfcfc;
}
.likebox {
  overflow: hidden;
}
.likebox .navbar-nav {
  margin:0;
}
.likebox .navbar-nav li {
  margin-right: 15px;
  float: left;
}
.likebox .fa-thumbs-up {
  color:#6AA6D6;
}
.likebox .fa-thumbs-down {
  color:#D15E5E;
}

#modalbox .box-icons, #modalbox_clone .box-icons,#modalbox_ad .box-icons {
  top: 10px;
  right:10px;
}
#modalbox .box-icons a, #modalbox_clone .box-icons a, #modalbox_ad .box-icons a{
  padding-left:10px;
}

#modalbox, #modalbox_clone, #modalbox_ad {
  display:none;
  position: fixed;
  overflow: auto;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  background:rgba(0,0,0,0.8);

}

#modalbox  .devoops-modal , #modalbox_clone  .devoops-modal ,#modalbox_ad  .devoops-modal {
  position:absolute;
  top: 70px;
  left: 50%;
  margin-left: -370px;
  margin-bottom: 20px;
  background: transparent;
  background: #FFF;
  border: 1px solid #4f4f4f;
  /*box-shadow: 0 0 20px #6AA6D6;*/
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  width: 740px;
  z-index:11000;
}
#s2_zone {margin-left:10px !important;}

#modalbox_ad  .devoops-modal {
/*    border: none;
    width: 800px;
    margin-left: -400px;
    box-shadow: none;*/
}
#modalbox.modal-vc-ads .devoops-modal {
    width: 692px;
    margin-left: -346px;
}

#modalbox.modal-schedule .devoops-modal {
    width: 332px;
    margin-left: -166px;
}
#modalbox.modal-schedule .devoops-modal-inner {
    padding-bottom: 0;
}

#modalbox.modal-schedule .devoops-modal-inner > .box-content {
    padding: 0;
}
#modalbox.modal-schedule form {
    margin-left: 30px;
}

#modalbox  .devoops-modal-header , #modalbox_clone  .devoops-modal-header , #modalbox_ad  .devoops-modal-header {
  color: #000;
  font-size: 20px;
  height: 52px;
  padding-top: 12px;
  position:relative;
  overflow: hidden;
  /*background: #FFF;*/
  border-bottom: 1px solid #E4E4E4;
}

#modalbox_ad .devoops-modal-header{
/*    height: 36px;
    font-size: 20px;
  background-color: #0F3A63;
  border-color: transparent;
  color: #FFFFFF;*/
}

#modalbox_ad .devoops-modal-header .modal-header-name{
    /*line-height: 36px;*/
}

#modalbox .devoops-modal-header .box-icons a, #modalbox_clone .devoops-modal-header .box-icons a, #modalbox_ad .devoops-modal-header .box-icons a{
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  width:  22px;
  margin: 6px;
  padding-left: 0px;
  background: #FFF url('../img/close-modal.png') center center no-repeat;
  border: 0 none;
  border-radius: 25px;

}

.devoops-modal-header .box-icons a.close-link i.fa-times{
    display: none;
}

.devoops-modal .box-icons a.close-link:hover {
    box-shadow: none;
}

.devoops-modal label {
    font-weight: normal;
}

#modalbox_ad .form-horizontal .control-label{
    /*text-align: left;*/
}

#modalbox_ad .form-horizontal > .form-group:last-of-type{
    margin-bottom: 0;
}

#modalbox_ad .devoops-modal-inner .box-header{
    background-color: #DDDDDD;
}


#modalbox .devoops-modal-inner .box-header .box-icons, #modalbox_clone .devoops-modal-inner .box-header .box-icons, #modalbox_ad .devoops-modal-inner .box-header .box-icons {
  cursor: pointer;
  background-color:#FFF;
	margin:6px;
	padding-left:4px;
    border-radius:25px;
    line-height: 20px;
	width:20px !important;
    font-size: 12px;
    height: 20px;
    width: 16px;
    top:0px !important;
    position: absolute;
}

#modalbox_ad .devoops-modal-inner { /*height:540px;*/  overflow-y:auto !important;}
#modalbox_ad .devoops-modal-inner > .box:last-of-type, #modalbox_ad .devoops-modal-bottom > .box:last-of-type,
#modalbox_ad .devoops-modal-bottom .btn{
    margin-bottom: 0;
}

#modalbox  .devoops-modal-inner , #modalbox_clone  .devoops-modal-inner , #modalbox_ad  .devoops-modal-inner {
  position: relative;
  overflow: hidden;
  padding: 25px 0px;
  background: #FCFCFC;
  background: #FFF;
}
#modalbox_ad  .devoops-modal-inner {
    background-color: #FFF;
}
#modalbox       .devoops-modal-bottom,
#modalbox_ad    .devoops-modal-bottom,
#modalbox_clone .devoops-modal-bottom{
  overflow: hidden;
  position: relative;
  padding: 15px;
  background: #f4f4f4;
  border-top: 1px solid #E3E3E3;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.devoops-modal .col-sm-3 {padding-right: 0px !important; /*margin-right: -15px;*/ width: 25%;}
.devoops-modal .col-sm-2 {padding-right: 0px !important; /*margin-right: -15px;*/ width: 16.666666666666664%}
.devoops-modal .col-sm-10,.devoops-modal .col-sm-6,.devoops-modal .col-sm-12, .devoops-modal .col-sm-shifted  {padding-left: 10px; /*margin-left: 15px !important;*/}
.devoops-modal-bottom .btn.col-sm-3 {padding-left: 0 !important;}
.devoops-modal-bottom .btn.col-sm-2 {margin-right: 0px; padding-left: 0 !important;}

.modal-vc-ads .devoops-modal-inner > .box {
    margin-bottom: 0;
}

#file_form_input_container{
    transition: margin-left 0.5s ease 0s;
}


.form-horizontal .form-group .col-xs-8.col-sm-8 {
    /*background: #cf4040;*/
}

#file_form #file_languages + .select2 + .select2 .select2-selection {
    /*border-color: transparent;*/
}
#file_form #file_languages + .select2-container--focus + #fileLangCloneList .select2-selection {
    border: 1px solid #fbc02d;
}
#file_form .help-inline.col-xs-offset-3 ,
#file_form .help-inline.col-sm-offset-3 {
    margin-top: 5px;
}

#media_info {
    display: none;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    margin-top: 15px;
    max-width: 29%;
    min-height: 215px;
    padding: 0;
    background: #efefef url("../img/preloader.gif") no-repeat scroll center center;
    background-size: 60% auto;
    /*opacity: 0;*/
    /*width: 0;*/
    transition: opacity,width 0.5s ease  0s;
}

#media_info.filled{
    background-image: none;
    transition: background 0.5s ease 0s;
}

#media_info button{
    position: absolute;
    bottom: 0;
}

#media_info > span {
    margin: 1px 10px !important;
    max-width: 90% !important;
    min-width: 0;
    padding: 2px 15px !important;
    border-radius: 3px !important;
}

#media_info > span:first-of-type{
    margin-top: 5px  !important;
}

#media_info > span:last-of-type{
    margin-bottom: 5px !important;
}

#media_info > span.bg-default{
    background-color: #ffffff !important;
    border: 1px solid #dfdfdf !important;
}


.pagination {margin-right:10px;margin-bottom:20px; }
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 10px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #969696;
  text-decoration: none;
  background-color: #FFF; border-color: #FFF;

}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #8A8A8A;
  background-color: #FFF5D2; border-color: #FFF;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #979797;
  cursor: not-allowed;
  background-color: #FFF; border-color: #FFF;

}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #000;
  cursor: default;
  background-color: #FFCD1C;
  border: 0 none;
  z-index: 2;
  /*border-radius:5px;
  border-color: #FFF;*/
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {border-color: #FFF;}
.fancybox-nav {
/*  position: fixed;*/
  width: 50%;
}
.fancybox-close {
  position: fixed;
  top: 20px;
  right: 36px;
  background: url(../img/times.png) 0 0 no-repeat;
}
.fancybox-prev span {
  left: 21px;
  background: url(../img/chevron-left.png) 0 0 no-repeat;
}
.fancybox-next span {
  right: 36px;
  background: url(../img/chevron-right.png) 0 0 no-repeat;
}
#social a {
  margin: 10px 3px;
  color: #666;
  display: block;
  float: left;
}
#event_delete {
  margin-left:20px;
}

.header_title{
    padding: 20px 10px;
    background-color: #FFFFFF;
}

.header_title h1,.header_title h2,
.header_title h3,.header_title h4,
.header_title h5,.header_title h6{
    color: inherit;
}

.transparent-background{
    background-color: transparent;
}



.nav.main-menu .dropdown-menu li{
    border-width: 0 0 1px 0;
  margin-left:50px;
	margin-left:38px;
}

.nav.main-menu > li {
	margin: 1px 0;
}

.nav.main-menu li.dropdown:first-of-type{
    border-top-width: 1px;
}

.dropdown-menu li:last-of-type{
    border-bottom-width: 0;
}

.nav.main-menu > li > a > span{
    margin-left: 0px;
    line-height: 20px;
}

.nav.main-menu > li.selected > a > span {
    font-weight: 600;
}

#iptv_list, #iptv_list_move {
    font-size: 13px;
    color: #000000;
}
#iptv_list .box-name:hover {cursor: default;}
#iptv_list .space {height:40px;display:block;}

#iptv_list .btn-default,
#iptv_list_move .btn-default{
    background-color: #FFFFFF;
    color: #000000;
    font-weight: normal;
    margin-left: 10px;
}


#iptv_list .btn-yal,
#iptv_list_move .btn-yal{
    background-color: #FFCD1C;
    color: #000;
    font-weight: normal;
    margin-left: 10px;
}
#iptv_list .btn-yaly,
#iptv_list_move .btn-yaly{
    background-color: #FFFFFF;
    color: #000;
	border:1px solid #000;
    font-weight: normal;
    margin-left: 10px;
}



#iptv_list > .row:first-of-type,
#iptv_list > .row2:first-of-type,
#iptv_list_move > .row:first-of-type{
    padding: 0px 0px;
}


#iptv_list > .row:first-of-type > .col-lg-12
{
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

.icon-tv-archive {
  width: 20px;
  opacity: 0.65;
}

.tv-lock i.fa-lock {
    color: #424242;
}
.tv-lock i.fa-unlock {
    color: #aaa;
}

.row2 .row3 {
  margin-right: -15px;
  margin-left: -15px;
}
#iptv_list_move >.row:first-of-type
{border-top:1px solid #E3E3E3; padding-top:4px; padding-bottom:4px;
border-bottom:1px solid #E3E3E3;padding-left:6px !important; padding-right:5px;}

#iptv_list > .row2:first-of-type
{border-top:1px solid #E3E3E3;
padding-left:6px !important; padding-right:5px;}

#iptv_list .archive {
    text-align: center;
}
/*
#iptv_list > .row:first-of-type:not(:last-of-type)
{
  border-bottom:1px solid #E3E3E3;
  padding-left:0;
  padding-right:0;
}
*/
#iptv_list > .row.filters-actions-pannel {
  padding: 5px 0;
  margin-right: 0;
  min-height: 42px;
  box-sizing: content-box;
  border-top: 0 none;
  border-bottom:1px solid #E3E3E3;
}

#iptv_list > .row_no_padding:first-of-type
{padding:0 !important; border-bottom:1px solid #FFF;}

#iptv_list .box-content > .box-content.no-padding {
    /* adjust layout */
    margin-top: 5px;
    margin-left: -10px;
    margin-right: 5px !important;
}
#iptv_list .box-content.no-padding {margin-top: 4px;}
#iptv_list .dropdown-toggle, #iptv_list .dropdown-menu a,
#iptv_list_move .dropdown-toggle, #iptv_list_move .dropdown-menu a{
    color: #000000;
}

#iptv_list .dropdown-menu, #iptv_list_move .dropdown-menu{
    min-height: 30px;
	min-width:200px;
	max-width:400px;
    overflow-x: hidden;
    overflow-y: auto;
	margin-top:-3px;
    z-index: 1000;
}

#filter_param .dropdown-menu { max-width:200px; margin-top: 5px;}
#filter_param .dropdown-menu { width:300px;}
/*#filter_param{
    line-height: 26px;
    margin: 5px 0 !important;
    padding: 5px 10px !important;
}*/

#filter_param > ul > li:first-of-type, #filter_param > ul > li.divider{
    display: none;
}


.filter .dropdown-menu {max-height:360px;}
.tfilter {min-width:80px; margin-top:10px !important;}

.filter-date-range .dropdown-menu {
    width: 300px;
    width: 294px;
    /*height: 428px;*/
    max-height: none;
    padding: 12px 20px 0;
}
.filter-date-range .dropdown-menu .datepicker-inline {
    margin: 16px -3px 13px;
}
.filter-date-range .dropdown-menu .buttons-container {
    text-align: right;
    margin: 13px -20px 0;
    padding: 11px 20px;
    background: #f4f4f4;
}
.filter-date-range .buttons-container .btn {
    margin-left: 7px;
}
.filter-date-range .ui-datepicker th {
    padding-top: 5px;
    padding-bottom: 4px;
}


#iptv_list .filter {
    position: relative;
    float: left;
    margin-right:5px;
  display:block;
    min-height: 42px;
}
#iptv_list .filter_s {
    margin-right:5px;
    min-height: 42px;
}

#iptv_list .filter.black {
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
}

#iptv_list .filter > a,
#iptv_list .filter_s > a.dropdown-toggle  {
    float: left;
    display: block;
    line-height: 20px;
    padding: 5px 10px;
    position: relative;
    width: 100%;
    /*max-width: 300px;*/
    /*min-width: 90px;*/
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    min-height: 1px;
    white-space: nowrap;
    border: 1px solid #fff;
    border-radius: 5px;
}

#iptv_list .filter.black > a:first-of-type{
    margin-bottom: 0;
}

#iptv_list .dropdown.filter.black.open > a:first-of-type{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 36px;
}


.filter a.dropdown-toggle span:nth-of-type(2),
.filter_s a.dropdown-toggle span:nth-of-type(2) {
    display: inline-block;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.filter.filter-date-range a.dropdown-toggle span:nth-of-type(2) {
    max-width: none;
}

#iptv_list .filter   a.dropdown-toggle span.applied,
#iptv_list .filter_s a.dropdown-toggle span.applied{
    color: #333;
    font-weight: bold;
}

#iptv_list .filter > a > i, #iptv_list .filter_s > a.dropdown-toggle > i {
    margin: 0 0 0 4px;
}

#iptv_list .filter   > a.dropdown-toggle > i.fa-times-circle,
#iptv_list .filter_s > a.dropdown-toggle > i.fa-times-circle {
    margin: 0 0 0 7px;
}

.dropup {
	/*display: inline;*/
	position:relative;
}
footer .dropup {
	display: inline;
}
.dropup .dropdown-menu, .dropup .dropdown-menu{
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000;
	  margin-top:-5px;
}
.dropup .dropdown-menu > li > a:hover {
    background-color: #FFF5D2;
}


#top-panel .dropdown .dropdown-menu {
	/*left: -1px;*/
	bottom: auto;
}
#top-panel .dropdown-menu {
    min-width: 180px;
}
#top-panel .dropdown-menu > li > a {
    padding: 6px 15px;
}
#top-panel .dropdown-menu > li > a span,
#top-panel .dropdown-menu > li > a .lang-sm {
	margin-right: 12px;
	border-radius: 2px;
}

#top-panel #allowed_locales {
  width: 220px;
}
#top-panel #allowed_locales > li > a:hover {
    background-color: #FFF5D2;
}


#top-panel .lang-lg {
	cursor: pointer;
	border-radius: 2px;
}
#top-panel .open a#dropdown2:after { /* add triangle */
    content: '';
    width: 0;
    height: 0;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin: 0 0 0 -6px;
    border-style: solid;
    border-width: 0 6px 7px;
    border-color: transparent transparent #FFF;
	z-index: 1002;
}
#top-panel .tile-help {
	position: relative;
}

#top-panel .dropup-user .dropdown-menu {
	color: #2e2e2e;
	font-size: 15px;
	line-height: 20px;
	width: 220px;
	padding: 0;
	left: auto;
	right: 0;
	z-index: 1;
}

#top-panel .dropup-user .fa-caret-down {
  color: #b4b4b4;
  font-size: 14px;
    margin-top: 8px;
}
#top-panel .dropup-user.open .fa-caret-down {
  color: #fff;
}
#top-panel .dropup-user.open > a:after { /* add triangle */
    content: '';
    width: 0;
    height: 0;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin: 0 0 0 -9px;
    border-style: solid;
    border-width: 0 6px 7px;
    border-color: transparent transparent #FFF;
	z-index: 2;
}
#top-panel .dropup-user .dropdown-menu .inner {
	padding: 18px 18px;
}
#top-panel .dropup-user .auth-user-name {
	font-weight: bold;
}
#top-panel .dropup-user .auth-user-logout {
	font-weight: bold;
    line-height: 44px;
	text-align: center;
	margin: 0;
	border-top: 1px solid #ccc;
}
#top-panel .dropdown-menu .auth-user-logout i {
    color: inherit;
    margin: 0 4px 0 0;
}

#iptv_list .dropdown-menu { background-color:#fff;}


#iptv_list .black .dropdown-menu {
    background-color:#000;
    padding-bottom: 0;
    padding-top: 0;
    border-top-right-radius: 0;
}

.dataTable  .dropdown-menu > li > a:hover,
#iptv_list  .dropdown-menu > li > a:hover {
    background-color:#FFF5D2 !important
}

#iptv_list_move .dropdown-menu a,
#iptv_list .filter.open:not(.filter-date-range) .dropdown-menu a { margin:0;padding: 5px 10px; cursor: pointer;}

#iptv_list .black .dropdown-menu > li > a:hover {
    background-color: #000 !important;
    color: #ffffff !important;
    border-radius: 0  !important;
    border-left-color: transparent  !important;
    border-right-color: transparent  !important;
}
#iptv_list .filter a:hover,#iptv_list .filter_s a:hover  { text-decoration:none;}
#iptv_list .filter a:focus,#iptv_list .filter_s a:focus  { text-decoration:none;}
#iptv_list .filter.open:not(.filter-date-range) a,
#iptv_list .filter > a:hover,#iptv_list .filter_s > a:hover,
#iptv_list .filter > a:focus,#iptv_list .filter_s > a:focus   { border: 1px solid #E3E3E3 !important;}
#iptv_list .filter.open ul.dropdown-menu { padding: 0;}
#iptv_list .filter.open:not(.filter-date-range) .dropdown-menu a { text-decoration:none; border: 0 none !important; border-radius: 0;}
#iptv_list .filter.open:not(.filter-date-range) .dropdown-menu a:hover { border-radius: 0 !important;}
#iptv_list .filter.open .dropdown-menu li:last-child a { border-bottom: 0 none !important; }
/*#iptv_list .filter.open .dropdown-menu a:hover { border: 0 none !important;}*/
#iptv_list .filter_s.open a { text-decoration:none; border: 1px solid #E3E3E3 !important; }

#iptv_list .black .dropdown-menu a{
    margin: 0 !important;
    border: 1px solid transparent !important;
    border-radius: 0;
    color: #FFCD1C !important;
}

#iptv_list .btn-success,
#iptv_list .btn-danger {
	/*margin-left:5px;*/
    /*margin-top:5px !important;*/
    /*margin-top:5px;*/
    line-height: 20px;
    /*height:31px;
    padding-bottom:15px !important;*/
}
#iptv_list .btn-success {
    /*color:#FFCD1C; background-color:#FFF; border-color: transparent;*/}
#iptv_list .btn-default{
    /*margin-top:5px; */
    /*height:31px;
    padding-bottom:15px !important;*/
}


.filters-actions-pannel .btn {
    font-size: 100%;
    line-height: 20px;
    padding: 5px 10px;
}

.filters-actions-pannel .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}
.filters-actions-pannel .btn-default,
.filters-actions-pannel .btn-success,
.filters-actions-pannel .btn-danger {
    margin-top: 5px;
}

.filters-actions-pannel .btn.pull-right {
    margin-left:10px;
}

.filters-actions-pannel .btn.pull-left {
    margin-right:5px;
}

.filters-actions-pannel .btn-group.pull-right {
    margin-left: 10px;
}

.filters-actions-pannel .btn .fa:not(.fa-caret-down) {
    font-size: 14px;
    line-height: 1em;
    vertical-align: baseline;
    margin-right: 6px;
}

.filters-actions-pannel .btn .fa.fa-plus {
    vertical-align: middle;
}

#iptv_list .filters-actions-pannel .btn-group .dropdown-menu {
    margin-top: 0;
}

.btn-default{
    color: #000;
    font-weight: normal;
    background-color: #FFFFFF;
    border:1px solid #dcdcdc;
}
.btn-default:hover {
    color: #000;
}


.filter_s .select2-choices a{
    padding: 0 0 0 13px !important;
}

.opinion_form {
    padding: 0 20px 0 0 !important;
}

.opinion_form .btn-default{
    border-color: #cbcaca;
}

.opinion_form p{
    font-size: 13px;
}

.DTTT_button_print,
.btn-success {
/*color:#FFCD1C; background-color:#000; height:32px; padding-bottom:15px;*/}

#ajax-content{min-height:600px;}
#iptv_list label {margin-top:5px;}
#iptv_list input[type=text] { height:30px;}

#iptv_list {position:relative;}
#iptv_list .row,#iptv_list .row2, #iptv_list .row3  {position:relative; min-height:44px;}
#iptv_list_move .filter > a > i, #iptv_list_move .filter_s > a.dropdown-toggle > i{
    margin: 10px 4px 0;
}

.btn.btn-add-video-rating{
    background-color: transparent !important;
    border-color: #fff;
    border-radius: 0;
    border-width: 0 1px;
    color: #6e6e6e;
    margin-left: -5px !important;
    outline: none;
}

.btn.btn-old-url{
    background-color: #D15E5E !important;
    color: #f8f8f8 !important;
    margin-right: 5px;
}

.box-header-btn{
    position: absolute;
    right: 50px;
    top: 0;
}

#form_year + input{
    display: none;
}

#form_year.add-video-year + input{
    display: block;
}


.add-video-year {
    width: 50%;
}

.add-video-year:first-of-type{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;;
}

.add-video-year:last-of-type{
    border-top-left-radius: 0 !important;;
    border-bottom-left-radius: 0 !important;;
    width: 50%;
    width: calc(50% + 1px);
    margin-left: -1px;
}

.add-video-year:first-of-type:focus {
    position: relative;
    z-index: 10;
}

label.uniseries{
    display: block;
}

label.uniseries + label{
    display: none;
}

label.serial{
    display: none;
}

label.serial + label{
    display: block;
}

span.uniseries{
    display: inline;
}

span.uniseries + span{
    display: none;
}

span.serial{
    display: none;
}

span.serial + span{
    display: inline;
}

.i-hint.uniseries{
    display: inline-block;
}

.i-hint.uniseries + .i-hint,
.i-hint.uniseries + .tooltip + .i-hint {
    display: none;
}

.i-hint.serial{
    display: none;
}

.i-hint.serial + .i-hint,
.i-hint.serial + .tooltip + .i-hint {
    display: inline-block;
}

#iptv_list .input-group-addon, #iptv_list_move .input-group-addon{
    background-color: #FFFFFF;
    border-radius: 12px 0 0 12px;
}
#iptv_list .leftbordercircle + div input[type=text]:first-of-type,
#iptv_list .rightbordercircle input[type=text]:first-of-type,
#iptv_list_move input[type=text]:first-of-type{
    /*border-left-color: transparent;*/
    border-radius: 0 12px 12px 0;
    padding-left: 5px;
    padding-right: 0;
}

/* import m3u */
#channels_container input[type=text] {
    /*border: 1px solid #ccc !important;*/
    border-radius: 4px !important;
}

#channels_container input[type=text].error {
    border-color: rgb(185, 74, 72) !important;
}

#channels_container .box-content {
    background: #FFF;
}

.channel_form .m3u_logo_container input{
    cursor: pointer;
    text-indent: -200em;
    width: 50px;
    min-height: 50px;
}

.channel_form .container-box {
    /*float: left;*/
    margin-left: 65px;
    margin-right: 92px;
}
.channel_form .container-box:after {
    clear: both;
    display: block;
    content: "";
}
.channel_form .m3u_item_buttons {
    position: absolute;
    right: 0;
    top: 36px;
}
.channel_form .m3u_item_buttons .btn {
    width: 32px;
    height: 32px;
    padding: 6px;
    margin: 0 6px 0 !important;
}

.channel_form .form-group {
    margin: 0;
}
.channel_form .help-inline {
    display: block;
    color: #5f5f5f;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 4px;
    height: 32px;
}

.channel_form .help-inline {
    display: webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
}


/*#iptv_list .channel_form input[type=text],*/
#iptv_list .channel_form .form-control.own_field {
    height: 32px;
}

.channel_form .checkbox {
    margin: 0;
}
#channels_container .form-control:focus {
    /*outline: 0 none;*/
    border: 1px solid #fbc02d;
    /*box-shadow: 0 0 8px #fbc02d;*/
}

label#channel_num_error { font-weight: normal; }

#channel_num_error .help-block.form-error {
    margin: 0;
    padding: 0;
}


#channel_begin:focus {
    position: relative;
    z-index: 10;
}

.channel_form .checkbox label input[type=checkbox] + i:before {
    content: ' ';
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    /*background: #455a64;*/
    border: 2px solid #959595;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.channel_form .checkbox label input[type=checkbox]:checked + i:before {
    background: #455a64;
    border: 2px solid #455a64;
}

.channel_form .checkbox label input[type=checkbox]:checked + i:after {
    content: '\f00c';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    color: #FFF !important;
    position: absolute;
    left: 0px;
    margin-top:  3px;
    margin-left: 2px;
    text-align: center;
    width: 13px;
    height: 13px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

#channels_container .form-group.has-error span.form-error{
    display: block;
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
}




.m3u_item_error {
    background-color: rgba(250, 120, 120, 0.1);
    border: 1px solid rgba(250, 120, 120, 0.7);
    border-radius: 4px;
}

.m3u_item_error .select2-choice, .m3u_item_error .checkbox i.fa{
    background-color: #FFF;
}

#iptv_list .filter_string{
    /*border-color: inherit !important;*/
    /*border-radius: 0 !important;*/
    margin: 0 50px 0 5px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
}

#iptv_list .filter-date-range .filter_string {
    border-radius: 0 !important;
    margin: 0 !important;
}
#iptv_list .filter-date-range .input-group-addon {
    border-radius: 0;
    border: 0 none;
}

#iptv_list div[data-tvfilter] .datepicker:first-of-type{
    margin-bottom: 5px !important;
}

#iptv_list .btn.filter_string {
    margin: 0 !important;
    padding: 6px 12px !important;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: inherit !important;
}

#iptv_list .btn.green, #add_channel .green, #modalbox .green , .btn-success.green{
    /*background-color: #0F9C16 !important;*/
    color: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.3);
}

#video_search_form label {
    font-weight: normal;
    position: relative;
    top: -1px;
}
#total_storages{
    width: 46px;
    margin: 6px 5px 6px 3px;
    line-height: 20px;
    vertical-align: baseline;
    border-radius: 5px !important;
}

.leftbordercircle input[type=text]:first-of-type{
    border-radius: 12px 0 0 12px !important;
}

.channel_diapason{
    float: left !important;
}

.channel_diapason .leftbordercircle input[type=text]:first-of-type {
    /*border-left: 1px solid #ccc;*/
    padding-left: 12px !important;
}

.rightbordercircle input[type=text]:first-of-type{
    border-radius: 0 12px 12px 0 !important;
}

.channel_diapason label:first-of-type{
    float: left;
    margin-top: 10px;
    font-weight: normal;
}

.btn-action {
	color: #333;
	font-size: 100%;
	text-decoration: none;
  /*margin-top: 5px;
	margin-bottom: 5px;*/
	padding: 5px 12px;
  background: #FFF;
	border: 1px solid #FFF;
}

.btn-action .fa:not(.fa-caret-down) {
	font-size: 14px;
  line-height: 17px; /* +1px relative:top */
  vertical-align: middle;
  margin-right: 6px;
}
.btn-action:hover,
.btn-action:active,
.btn-action.active{
	border: 1px solid #ddd;
}

.open .dropdown-menu {margin-top:0px;}

.attribute_set,
#attribute_set {
    position: relative;
    right: 0;
    line-height:22px;
    /*z-index: 325;*/
}

.filters-actions-pannel .attribute_set {
    position: relative;
    top: 0;
    right: auto;
    padding: 0;
  height:24px;
  line-height:22px;
}
/*
#attribute_set{
    z-index: 330;
}*/

#attribute_set > a {
    display: block;
    color: #747474;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
	padding: 7px 5px;
    padding-left: 10px;
    width: 50px;
    background: #FFF;
    border: 1px solid #D3D3D3;
    box-shadow: 0 1px 2px #eee;
    border-radius: 3px;
}
#attribute_set > a:hover,
.dataTables_ajax_update_button:hover {
     color: #000;
     background-color: #e3e3e3;
     border-color: #fbc02d;
     background-color: #fbc02d;
     box-shadow: none;
}
.dataTables_ajax_update_button:focus {
    color: #000;
    outline: 0 none;
}
#attribute_set > a:focus,
#attribute_set > a:active,
.dataTables_ajax_update_button:active {
    border-color: #fbc02d;
    background: #fbc02d;
    box-shadow: 0 1px 2px #eee;
}
#attribute_set > a:active:hover,
.dataTables_ajax_update_button:active:hover {
    border-color: #dcdcdc;
    background-color: #dcdcdc;
}
#attribute_set > a img {
    position: relative;
    top: -1px;
}
#attribute_set .fa-caret-down {
    margin-left: 4px;
}

.dataTables_filter {
/*    position: absolute;
    right: 131px;
    margin-right: 121px;
    z-index: 320;*/
}

.dataTables_filter input[type=search] {

    color: #000;
    font-size: 14px;
    width: 150px;
    width: 164px;
    /*height: 24px; old */
    height: 34px;
    margin-top: -5px;
    padding: 2px 8px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    box-shadow: 0 1px 2px #eee;
    z-index: 301;

}

.dataTables_filter input[type=search]:focus {
    outline: 0 none ;
    border: 1px solid #fbc02d;
    box-shadow: 0 0 8px #fbc02d;
}

.dataTables_filter label {
	/*font-weight: normal;*/
}

.dataTables_ajax_update_button{
    border: 1px solid #D3D3D3;
	background-color: #fff;
    margin-top: 0px !important;
    /*height: 24px;
    padding: 3px 10px !important;*/
	height: 34px;
    padding: 5px 15px 5px !important;
    /*position: absolute;
    right: 62px;*/

    position: relative;
    /*z-index: 320;*/
    box-shadow: 0 1px 2px #eee;
    border-radius: 3px;
}

.dataTables_ajax_update_button i{
    font-size: 18px;
    line-height: 16px;
    line-height: 22px;
    /*vertical-align: top;*/
}

.DDDP {
    position: absolute;
    top: 0px;
    right: 344px;
    z-index: 320;
}

.dataTables_wrapper .pull-right > #attribute_set,
.dataTables_wrapper .pull-right > .attribute_set,
.dataTables_wrapper .pull-right > .dataTables_filter,
.dataTables_wrapper .pull-right > .dataTables_ajax_update_button {
    float: left;
    margin-left: 0;
    margin-right: 12px;
}

.dataTables_wrapper .pull-right > #attribute_set:last-child,
.dataTables_wrapper .pull-right > .attribute_set:last-child,
.dataTables_wrapper .pull-right > .dataTables_filter:last-child,
.dataTables_wrapper .pull-right > .dataTables_ajax_update_button:last-child {
    margin-right: 0;
}




::-webkit-scrollbar {
	width: 10px;
	height: 15px;
}

::-webkit-scrollbar-track-piece  {
  background-color: #E3E3E3;
	background-color: transparent;
}
body::-webkit-scrollbar-track-piece  {
  background-color: #f2f2f2;
}
::-webkit-scrollbar-thumb {
	/*height: 44px;*/
  background-color: #FFCD1C;
	background-color: #b7b7b7;
}
/*
::-webkit-scrollbar-thumb:horizontal {
	height: 44px;
	background-color: #FFCD1C;
}
*/
#attribute_set  .dropdown-menu li, .attribute_set .dropdown-menu li{
    /*padding-left: 10px;*/
}

/*#attribute_set .dropdown-menu li:first-of-type{
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding: 5px 10px;
}*/

#attribute_set .dropdown-menu li.divider, .attribute_set .dropdown-menu li.divider{
    margin: 6px 0;
    /*background-color: #d3d3d3;*/
}

#attribute_set .checkbox, .attribute_set .checkbox {
    display: block; /* necessary for .form-inline */
    min-width:90px;
    margin: 6px 0 0;
    padding: 0;
}

#attribute_set li[data-filter='all'] .checkbox,
.attribute_set li[data-filter='all'] .checkbox {
    margin-top: 0;
}

#attribute_set .checkbox label, .attribute_set .checkbox label{
    display: block;
    padding: 4px 15px 4px 44px !important;
    margin: 0 !important;
    transition: none;
}

#attribute_set .checkbox i, #attribute_set .checkbox-inline i,
.attribute_set .checkbox i, .attribute_set .checkbox-inline i{
	  color: #000 !important;
    font-size: 14px;
    top: 3px;
    padding-left:15px;
    padding-top:4px;
    border-color: #B7B7B7 !important;
}

#attribute_set .dropdown-menu, .attribute_set .dropdown-menu{
    border-color: #D7D7D7;
    /*border-color: #bfbfbf;*/
    border-radius: 2px;
    min-height: 105px;

    min-width:255px;
    margin-top: 9px;
    overflow-y: auto;
}

#attribute_set .dropdown-menu {
    margin-top: -1px;
}

#attribute_set .some .fa:after,
#attribute_set .indeterminated .fa:after {
    content: "\f068";
    color: #959595;
    font-size: 77%;

    display: block;
    /*font: normal normal normal 14px/1 FontAwesome;*/
    position: absolute;
    margin-top: 4px;
    margin-left: 2px;
    text-align: center;
    width: 12px;
    height: 12px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

#attribute_set .dropdown-menu > li:hover .checkbox,
.attribute_set .dropdown-menu > li:hover .checkbox {
    /*border-color: #D7D7D7;
    background-color: #FFF5D2;*/
    background-color: #DCDCDC;
}

.attribute_set li:not([data-filter="all"]) .checkbox.disabled {
    background-color: #DCDCDC;
}
.attribute_set .checkbox.disabled label {
    cursor: default;
    opacity: 0.4;
}
.attribute_set .checkbox input[type="checkbox"][disabled] + i {
    cursor: default;
}

#attribute_set .dropdown-menu > li >a {

  margin-top:15px;
margin-bottom:5px;

}

.action-menu .dropdown-menu{

}


.action-menu .dropdown-menu >li:last-child  ul{ /* ...or use a class on the last link for IE */
 background-color: #FFF5D2; border-radius: 2px;
}

.dataTables_wrapper { position:relative; min-height:100px;}
.dataTables_wrapper > .row-fluid{
    overflow: hidden;
    min-height: 10px;
	  /*margin-bottom:15px;*/

}
.content table.dataTable {  margin-bottom:10px;margin-top:5px;}
.dataTables_wrapper > .row-fluid > .span6{
/*    display: none;*/
    float: left;
    min-width: 50%;
}

.dataTables_wrapper .row-fluid:nth-of-type(2) > .span6:nth-of-type(1){
    padding-top: 20px;
}

.dataTables_wrapper .row-fluid:nth-of-type(2) > .span6:nth-of-type(2){
    float: right;
}



.line-through{
    text-decoration: line-through;
}


/*
    Move Channels:
    #iptv_list_move, #channelListContainer.box_v2
*/

#iptv_list_move > .row:first-of-type form {
  padding-top: 15px;
  /*margin-bottom: 0;
  padding-bottom: 10px;*/
}

#channelListContainer > div{
    float: none;
    position: absolute;
    width: 250px !important;
}

#channelListContainer .channel {
    width: 172px;
    max-height: 28px;
    background: #FFF;
    border-radius: 3px;
}

#channelListContainer .channel.relocating {
    background-color: #e3e3e3;
    border-color: #5f5f5f;
}

#channelListContainer .channel.backlight {
    background-color: #ffe090;
    border-color: #fbc02d;
}

#channelListContainer .channel:hover{
    border-color: #fed851;
}

#channelListContainer .channel:hover,
#channelListContainer .channel.backlight:hover,
#channelListContainer .ui-sortable-helper .channel {
    background: #fdf6e4;
}
#channelListContainer .channel.backlight:hover {
    background: #fdf6e4;
}
#channelListContainer .channel a {
    text-decoration: none;
}

/*#channelListContainer .channel:hover .lock-link .fa-lock,*/
#channelListContainer .channel .lock-link:hover,
#channelListContainer .channel .remove-link:hover {
    color: #fbc02d;
}

#channelListContainer .sortable-enabled .channel {
    cursor: move;
}
/*
#channelListContainer .sortable-disabled .channel {
    cursor: default;
    cursor: not-allowed;
    cursor: no-drop;
}
*/
#iptv_list_move .box_v2{
    background: none repeat scroll 0 0 transparent;


    display: block;
    margin-bottom: 20px;

    overflow-x: auto;
    overflow-y: hidden;
}
#iptv_list_move .box_v2 .counter{
    color: #333;
  font-weight:bold;
    text-align: center;
    padding: 10px 0;
    position: relative;
}
.box_v2 .box{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 10px;
}
.box .collapse-link:hover {text-decoration: none;}
.box_v2 .box-header{
    position:relative;
    z-index:10;
    padding: 0;
    background-color: transparent !important;
    border: none;
    border-radius: 0;
    font-size: 12px;
    height: 40px;
	padding-top:10px;
	margin-bottom:-10px;
}

.box_v2 .box-header .box-name{
    padding: 0;
}
.box_v2 .box-header .channel:hover{
    padding: 0;
    border-color: #fed851;
}
.box_v2 .box-header .curr_num{
    font-weight:bold;
    text-align: center;
    padding-right: 0 !important;
}

.box_v2 .box-header .channel{
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.box_v2 .box-header .channel a{
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
    /*display: block;*/
}

.box_v2 .box-header .channel a:first-of-type{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
    max-height: 26px;
}

.box_v2 .box-header .channel a.name-link{
    display: inline-block;
    color: #155dca;
    font-size: 13px;
    line-height: 26px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 135px;
    max-height: 26px;
    overflow: hidden;
    position:relative;
    z-index:300;
}

.box_v2 .box-header .channel a.name-link + a { /* Lock/minus elements*/
    cursor: pointer;
    /*font-size: 13px;*/
    line-height: 26px;
    border-left: 1px solid transparent;
}

.box_v2 .box-header .channel a.name-link + a,
.box_v2 .counter .counter-add-link{
    position: relative;
    z-index: 300;
    color: #b8b8b8;
    color: #dcdcdc;
    display: inline-block;
    vertical-align: top;
    float: right;
    text-align: center;
    width: 25px;
}

.box_v2 .box-header .channel.relocating a.name-link + a {
    color: #5f5f5f;
}

.box_v2 .counter .counter-add-link{
    margin-right: 34px;
    margin-left: -59px;
    cursor: pointer;
}

.box_v2 .box-header .channel a.lock-link i.fa-lock,
.box_v2 .counter .counter-add-link:hover {
    color: #666;
}

.box_v2 .counter .counter-add-link:hover {
    color: #fbc02d;
}

.box_v2 .box-header .channel a.lock-link:hover,
.box_v2 .box-header .channel a.lock-link:focus {
    box-shadow: 0 0 5px 2px rgba(242, 207, 83, 0.2) inset;
    background-color: rgba(242, 207, 83, 0.1);
    border-left: 1px solid rgba(242, 207, 83, 0.3);
}

.box_v2 .box-header .channel a.name-link + a:active{
    box-shadow: 0 0 5px 2px rgba(242, 207, 83, 0.4) inset;
    background-color: rgba(242, 207, 83, 0.2);
}
/*
.box_v2 .box-header .channel:hover a.name-link + a i{
    color: #F2CF53;
}
/*
.box_v2 .box-header .channel.backlight:hover a.name-link + a,
.box_v2 .box-header .channel.backlight:focus a.name-link + a{
    box-shadow: 0 0 5px 2px rgba(240, 138, 67, 0.2) inset;
    background-color: rgba(240, 138, 67, 0.1);
    border-left: 1px solid rgba(240, 138, 67, 0.3);
}
*/
.box_v2 .box-header .channel.backlight a.name-link + a:active{
    box-shadow: 0 0 5px 2px rgba(240, 138, 67, 0.4) inset;
    background-color: rgba(240, 138, 67, 0.2);
}
/*
.box_v2 .box-header .channel.backlight:hover a.name-link + a i{
    color: #F08A43 !important;
}
*/
.box_v2 .box-header .channel span:first-of-type{
    padding: 0 0 0 10px !important;
    max-height: 26px;
    vertical-align: top;
}

#add_channel{
    padding-top: 20px;
}

/* remove annoying horizontal scrollbar */
#add_channel form > .row {
    margin-left: -10px;
    margin-right: -10px;
}

/*#add_channel *, #modalbox_ad *{*/
/*#add_channel *:not(dt):not(dl):not(dd):not(strong),*/
#add_channel label,
#add_channel .form-group table thead th,
#modalbox_ad *:not(dt):not(dl):not(dd):not(strong){
    font-weight: normal;
}

#add_channel .form-group .btn-action,
#add_channel .form-group .btn-default {
    line-height: 20px;
    padding: 6px 12px;
    vertical-align: top;
}
#add_channel .form-group .btn:not(.btn-circle) .fa {
    font-size: 18px;
    line-height: 17px;
    vertical-align: middle;
    top: 1px;
    position: relative;
    margin-right: 6px;
}
#add_channel .form-group .btn.del_noti_row .fa {
    margin: 0;
}
#add_channel .form-group .i-hint {
    /*margin-right: 10px;*/
}
.form-group-checkbox .i-hint {
    margin-top: 2px;
}
.form-group-checkbox .mswitch {
    margin-top: 4px;
    margin-bottom: 6px;
}

.box-content .form-group-checkbox {
    margin-bottom: 20px; /**/
}

#add_channel input, #add_channel select, #add_channel textarea,
#modalbox_ad input, #modalbox_ad select, #modalbox_ad textarea,
#modalbox input, #modalbox select, #modalbox textarea,
#modalbox_clone input, #modalbox_clone select, #modalbox_clone textarea{
    border-radius: 4px;
    /*border-color: #D3D3D3;*/
    resize: none;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
    border-radius: 4px;

    /* error hightlight amin /
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    */
}


form #letters select {
    padding: 0;
    height: 300px;
    /*height: 200px !important;*/
}
form #letters option {
    color: #37474f;
    line-height: 1.86em;
    height: 26px;
    padding: 4px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0 none;
}
form .form-group #letters select.right option {
    background-color: transparent;
}
form .form-group #letters select.right option.selected {
    background-color: #B4D5FE;
}


/* Tariffs multy-select */
.form-group .ms-container {
    width: 100%;
    margin-bottom: 6px;
}
.form-group .ms-container label {
    text-align: center;
    padding-bottom: 10px;
}

.ms-container .selected {
    /*background: #B4D5FE;*/
    background-color: #FFF5D2;
}


.ms-container .setup,
.ms-container .archive-status {
    float: right;
    text-align: left;
    width: 30px;
}
.ms-container .archive-status img {
    /*margin-right: -6px;*/
    vertical-align: baseline;
}
.ms-container .archive-status img + i.fa {
    font-size: .6em;
}
/*
.ms-container .archive-status.on {
     color: #388e3c;
}
.ms-container .archive-status.off {
     color: #bf0303;
}
.ms-container .archive-status.undefined {
     color: #3380e6;
}
*/
.ms-container .setup i.fa-cog {
    font-size: 1.2em;
    margin-left: 4px;
}

.ms-container .transfer-buttons {
    width: 10%;
    margin: 0 auto;
    padding: 0 15px;
}
.ms-container .transfer-buttons .btn:not(:last-of-type) {
    margin: 0 0 16px;
}
.ms-container .transfer-buttons .btn:first-of-type {
    margin-top: 8px;
}
.ms-container .transfer-buttons label.control-label {
    margin-bottom: 8px;
}
#add_channel .form-group .ms-container .btn .fa {
    font-size: 20px;
    margin: 0;
    vertical-align: baseline;
    position: relative;
    top: 2px;
}
#add_channel .form-group .ms-container .transfer-buttons .btn {padding: 6px 0;}
#add_channel .form-group .ms-container .btn .fa-angle-double-right {margin-left: 5px;}
#add_channel .form-group .ms-container .btn .fa-angle-double-left  {margin-right: 5px;}


#service_options {
    display: none;
    padding: 10px 15px;
    /*position: absolute;*/
    top: 37px;
    /*right: -16%;*/
    border: 1px solid #D3D3D3;
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.35);
}

#service_options .block-header {
    font-weight: bold;
    margin: 0 -15px 10px;
    padding: 0 15px 10px;
    border-bottom: 1px solid #D3D3D3;
}
#service_options .badge {
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    min-width: 36px;
    height: 22px;
    border-radius: 11px;
    background-color: #586267;
}
#service_options:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -11px;
    border: 11px solid transparent;
    border-right: 11px solid #D3D3D3;
    border-right: 11px solid rgba(0, 0, 0, .15);
    border-right: 11px solid #bfbfbf;
    border-left: 0 none;
    background: none;
    z-index: 1001;
}
#service_options:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -10px;
    border: 10px solid transparent;
    border-right: 10px solid #FFF;
    border-left: 0 none;
    background: none;
    z-index: 1001;
}

#service_options a[id^='setting_link_'] {
    display: block;
}

.mod_input{
    display: inline-block;
    position: relative;
}

.mod_input input[type=text]{
    background-color: transparent;
    border-radius: 0 !important;
    border: 1px solid transparent !important;
    margin-top: 1px;
    cursor: pointer !important;
    line-height: 30px !important;
    height: 30px !important;
}

.mod_input i.fa{
    background-color: rgba(204, 204, 204, 0.7);
    box-shadow: 0 0 0 1px #fff inset;
    height: 2em;
    line-height: 2em;
    margin: 1px;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 1px;
    text-align: center;
    width: 2em;
    visibility: hidden;
    cursor: pointer !important;
}

.mod_input input:hover{
    cursor: pointer;
}

.mod_input:focus input, .mod_input:hover input, .mod_input:active input,
.mod_input input:focus, .mod_input input:hover, .mod_input input:active{
    border: 1px solid rgba(136, 136, 136, 0.7) !important;
}

.mod_input input + i:focus, .mod_input input + i:hover, .mod_input input + i:active,
.mod_input input:focus + i, .mod_input input:hover + i, .mod_input input:active + i{
    visibility: visible;
}

/*.select2-search__field:focus, /*select2 search input*/
.form-control:focus,
.has-success .form-control:focus {
border-bottom-color: #FFCD1C;
border-left-color: #FFCD1C;
border-right-color: #FFCD1C;
border-top-color: #FFCD1C;
box-shadow: /*inset 0px 1px 1px #FFCD1C,*/ 0px 0px 6px #FFCD1C;
outline: 0px none currentColor;

    outline: 0 none;
    border: 1px solid #fbc02d;
    box-shadow: 0 0 8px #fbc02d;
}
.form-control:focus[readonly]{
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.populate {margin-bottom:5px;}
.populate:focus {
border-bottom-color: #FFCD1C;
border-left-color: #FFCD1C;
border-right-color: #FFCD1C;
border-top-color: #FFCD1C;
/*box-shadow: inset 0px 1px 1px #FFCD1C, 0px 0px 6px #FFCD1C !important;*/
outline: 0px none currentColor!important;
}
#add_channel .form-group > .control-label{
    color: #5F5F5F;
}

#add_channel .file-btn{
    background-color: #0F9C16;
    position: relative;
}



#add_channel .btn-default{
    background-color: #FFF;
}

#add_channel .file-btn input[type=file]{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

#add_channel .btn-circle i.fa-refresh, #modalbox_ad i.fa{
    color: rgba(0,0,0, 0.5);
}

#add_channel .box-header{
    background-color: #DDDDDD;
    line-height: 14px;
    font-size: 14px;
    height: 32px;
	font-weight:bold;
}

h3.section-header,
h4.section-header{
    color: #404040;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding: 14px 0 9px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
#add_channel h3.section-header span,
#add_channel h4.section-header span{
    font-weight: bold;
}

.circle-button,
#add_channel .box-header .box-icons {
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    width:20px;
    margin:6px;
    background-color:#FFF;
    border-radius:25px;
}
#add_channel .box-header .box-name, #add_channel .box-header .box-name span,
#modalbox_ad .box-header .box-name, #modalbox_ad .box-header .box-name span{
    vertical-align: middle;
	font-weight:700;
}

#files_container .box-header .box-name span{
    white-space: nowrap;
    line-height: 32px;
}

#files_container .box-header .box-name span:not(:only-child){
    display: inline-block;
    /*max-height: 26px;
    max-width: 33%;*/
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
}
.new_video_club #files_container .box-header .box-name span{
    font-weight: normal;
}
.new_video_club #files_container .box-header .box-name span.text-right {
    line-height: 32px;
}

#add_channel .select2-choice, #add_channel .select2-arrow,
#modalbox_ad .select2-choice, #modalbox_ad .select2-arrow,
#add_channel .select2-container-multi .select2-choices{
    border-radius: 5px;
    border-color: #B7B7B7;
}

#add_channel .txt-default, #modalbox_ad  .txt-default{
    color: #5F5F5F !important;
}

#add_channel .box-name .toggle-switch label{
    line-height: 36px;
    font-size: 16px;
    height: 36px;
    display: table-cell;
    vertical-align: middle;
}

/*#add_channel .box-name .toggle-switch .toggle-switch-inner:before,
#modalbox_ad .box-name .toggle-switch .toggle-switch-inner:before{
    content: "Включено";
}

#add_channel .box-name .toggle-switch .toggle-switch-inner:after,
#modalbox_ad .box-name .toggle-switch .toggle-switch-inner:after{
    content: "Выключено";
    padding-left: 15px;
    padding-right: 0;
}*/

#add_channel .box-name .header_check_info, #modalbox_ad .box-name .header_check_info{
    display: none;
}

#add_channel table#cmd_data .toggle-switch label {
    cursor: default;
}

#add_channel #cmd_data tbody tr:last-of-type{
    display: none;
}

#iptv_list_move .channel img{
   /* border: 1px solid #f8f8f8;
  margin-right: 10px;
width: 40px;
  max-height: 26px;*/
}

.highlight{
    background: url("../img/bs.png") no-repeat top right transparent;
    z-index:400 !important;
    position:relative;
}

.empty {
    border-radius: 5px;
}

.box_v2 .box.shining{
    box-shadow: 0 0 5px rgba(120, 221, 100, 1) !important;
}

table.no-footer {border-bottom: 1px solid #E3E3E3 !important;}

.table-datatable img.channel-logo {
    /*width: 40px; /* need for compatibility with noimg.png */
    /*margin-right: 10px;*/
	height: 25px;
	width: auto;
    background: none;
}

.table-datatable img.channel-logo{

}

table.dataTable:not(.compact) tbody td {
    min-height: 30px;
}

table.dataTable th,
table.dataTable td {
    max-width: 20% !important;
	  min-width:20px;
    word-wrap: break-word;
    text-overflow: clip;
    height:34px;
    height: 30px;
    overflow: hidden;
    padding: 2px 3px;
}
table.dataTable.compact td {
	height: 25px;
}

/*
table.dataTable th.dt-iptv-list-url,
table.dataTable td.dt-iptv-list-url {
    width: 30% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
*/

table.dataTable td .text-ellipsis {
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.dataTable th.action-menu {
    width:20px !important;
    font-size:1px;
    content: ' ';
}

table.dataTable td span.gray {
    color: #b0b0b0;
}
/*
table.dataTable td span.no-wrap,*/
table.dataTable td.dt-nowrap {
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;

}
table.dataTable td {
	position: relative;
	max-width: 0;
}
table.dataTable td div.nowrap {
    /*position: absolute;*/
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*table.dataTable td div.nowrap span {
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

table.dataTable td div.nowrap.flexible {
    cursor: default;
}
table.dataTable td div.nowrap.flexible:hover {
    padding: 4px 8px;
    position: absolute;
    margin: -14px -9px 0;
    white-space: normal;

    background: #fdf6e4;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-shadow: 0 1px 2px #eee;
    z-index: 10;
}

table.dataTable td.tv-lang div.nowrap {
    max-width: 185px;
    word-wrap: break-word;
}

table.dataTable td.vc-cat_genre div.nowrap {
    max-width: 140px;
}

table.dataTable td.tv-lang,
table.dataTable td.vc-cat_genre{
    overflow: visible;
}
table.dataTable td img.app_img{
    max-width: 48px;
}

table .dropdown-toggle  i.fa-cog {
    /*float: right;*/
    color: #000;
    font-size: 15px;
    text-align: center;
    line-height: 1em;
    width: 1em;
    margin-left: 0;
    padding: 5px;
}
table .dropdown-toggle  i:hover { background-color:#FFCD1C !important;}


table.dataTable tbody th,
table.dataTable tbody td {
    padding:5px 0px 5px 10px; /*old*/
    padding: 2px 0px 2px 10px;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 4px 10px;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-bottom: 1px solid #E3E3E3 !important;
}

table.dataTable thead th,
table.dataTable thead td {
    color: #5F5F5F;
    height: 34px;
}

table.dataTable th.action-menu,
table.dataTable td.action-menu{
    overflow: visible;
}

table.dataTable .DThighlight{
    background-color: rgba(255, 245, 210, 0.2) !important;
    box-shadow: 10px 0 10px -10px rgba(255, 245, 210, 0.8) inset, -10px 0 10px -10px rgba(255, 245, 210, 0.8) inset;
}

table.dataTable thead th.DThighlight{
    box-shadow: 10px 0 10px -10px rgba(255, 245, 210, 0.8) inset, -10px 0 10px -10px rgba(255, 245, 210, 0.8) inset, 0 10px 10px -10px rgba(255, 245, 210, 0.8) inset ;
}

table.dataTable tbody tr:last-of-type .DThighlight{
    box-shadow: 10px 0 10px -10px rgba(255, 245, 210, 0.8) inset, -10px 0 10px -10px rgba(255, 245, 210, 0.8) inset, 0 -10px 10px -10px rgba(255, 245, 210, 0.8) inset ;
}

table.dataTable .DTbacklight{
    opacity: 0.6;
}

table.dataTable tr .action-menu.DTbacklight,
table.dataTable tr .action-menu.DThighlight {
    opacity: 1;
}

table.dataTable tr:hover td.DTbacklight + td.action-menu.DTbacklight {
    background-color: rgba(255, 236, 179, 0.6) !important; /* #ffecb3 */
}

table.dataTable a.dropdown-toggle {display:none; float:right;}
table.dataTable tr:hover a.dropdown-toggle,table.dataTable td:hover a.dropdown-toggle {
    display:    block;
}
table.dataTable tr:focus a.dropdown-toggle,table.dataTable td:focus a.dropdown-toggle {
    display:   block;
}
table.dataTable tr:target a.dropdown-toggle,table.dataTable td:target a.dropdown-toggle {
    display:    block;
}

table.dataTable tr .open a,table.dataTable td .open a{
    display:    block !important;
}

/* from rowReorder */
table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  /*outline: 2px solid #888;
  outline-offset: -2px;*/
  z-index: 2001;
}

.dataTable tr.dt-rowReorder-moving > td:first-child {
  /*outline: 2px solid #555;
  outline-offset: -2px;*/
    border-left: 1px solid #FFCD1C;
}
table.dt-rowReorder-float > tbody > tr {
    background-color: #FFF5D2 !important;
}
table.dt-rowReorder-float > tbody > tr > td:first-child {
    border-left: 1px solid #FFCD1C;
}
body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}

table.dataTable td.row-reorder {
  cursor: move;
}

.dt-rowReorder-float {
    z-index: 5000;
}

#ui-datepicker-div.dp_white{
    background-color: rgba(255, 255, 255, 0.9) !important;
}

#ui-datepicker-div.dp_white .ui-state-default, #ui-datepicker-div.dp_white .ui-widget-header, #ui-datepicker-div.ui-widget-content{
    /*color: rgba(0, 0, 0, 1) !important;*/
}

#ui-datepicker-div.dp_white a.ui-state-default{
    background-color: rgba(0, 0, 0, 0.1) !important;
}

#ui-datepicker-div a.ui-state-default.ui-state-highlight, #ui-datepicker-div a.ui-state-default.ui-state-hover{
    background-color: rgba(0, 0, 0, 0.3) !important;
}

#modalbox .video_info{
    width: 100%;
}

#modalbox .video_info td {
    border: 1px solid;
    padding: 2px 5px;
}

#modalbox .video_info td span{
    padding: 2px 5px;
}

#modalbox .video_info .video_file_name{
    display: block;
}

.text_black{
    color: rgba(50, 50, 50, 0.8) !important;
}

.event_message{
    max-width: 200px;
    word-wrap: break-word;
}

#event_form div.separator {
    clear: both;
    margin: 10px 30px 15px;
    border-bottom: 1px solid #ccc;
}
.box .admin-permissions {padding-left:15px;}
.box .admin-permissions > .row:hover{
    background-color: rgba(0, 0, 0, 0.05);
}

.disabled_opacity{
    opacity: 0.65;
}

.theme-button{
    margin: 20% auto;

}

/*
.dataTables_info {
position:absolute;
top:-10px;
left:10px;
} */

#iptv_list table.dataTable {
    margin-bottom: 16px;
}
div.dataTables_wrapper .dataTables_info {
    font-size: 14px;
    margin-top: 8px;
    padding: 0;
}


#iptv_list table.dataTable .mswitch > label {
    cursor: pointer;
    margin-top: -2px;
}
#iptv_list table.dataTable .mswitch > label::before  {
    width: 40px;
    height: 23px;
    border-radius: 12px;

    transition: none;
}
#iptv_list table.dataTable .mswitch > label::after  {
    left: 2px;
    width: 19px;
    height: 19px;
    border-radius: 9px;

    transition: none;
}
#iptv_list table.dataTable .mswitch > input[type="checkbox"]:checked + label::after {
    left: 19px;
}


.dataTables_processing {
    top: 0;
    height: 100%;
    min-height: 200px;
    margin-top: 0;
    background: url("../img/preloader-lg.gif") no-repeat center 70px rgba(255, 255, 255, 0.95);
    z-index: 1;
}

.dataTables_wrapper .dataTables_processing{
    box-sizing: content-box;
    height: 100%;
    top: -8px;
    margin-top: 0;
    padding-top: 38px;
    min-height: 200px;
}


.upload_processing{
    width: 100%;
    height: 100%;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 90%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 0px;
}

.upload_processing span{
    margin: 10px 20px;
}

.round-text{
    display: inline-block;
    max-width: 120%;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.add {width:90%;}
.remove {width:90%;}*/
.addrem {width:110px !important;}


/* Humburger button (collapsed menu) */
/* Thnx to http://codepen.io/mblode/pen/evjfn */

.btn6 {
  width: 40px;
  height: 40px;
  position: relative;
/*  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;*/
}
.btn6 .icon {
/*  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;*/
  position: absolute;
  height: 2px;
  width: 21px;
  top: 19px;
  right: 9px;
  background-color: #7d7b7b;
}
.btn6 .icon:before {
  /*-webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;*/
  position: absolute;
  width: 21px;
  height: 2px;
  background-color: #7d7b7b;
  content: "";
  top: -8px;
}
.btn6 .icon:after {
  /*-webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;*/
  position: absolute;
  width: 21px;
  height: 2px;
  background-color: #7d7b7b;
  content: "";
  top: 8px;
}

.btn6 {
  cursor: pointer;
}
.btn6:hover .icon,
.btn6:hover .icon:before,
.btn6:hover .icon:after {
  background-color: #F2C632;
  background-color: #e4e4e4;
  background-color: #FFCD1C;
}



.dataTables_wrapper div.dataTables_length {
  float: right;
  font-size: 14px;
  margin: 0;
}
.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    line-height: 28px; /* for select height in Safari */
    margin: 1px 0 !important;
}
.dataTables_wrapper div.dataTables_length select {
    font-weight: bold;
    padding: 6px 7px 6px 3px;
    background: #FFF;
    border: 1px solid #d3d3d3;
    box-shadow: 0 1px 2px #eee;
    border-radius: 2px;
}
.dataTables_wrapper div.dataTables_length select:focus {
    outline: 0 none;
    border-color: #fbc02d;
    border-radius: 2px 2px 0 0;
}
.dataTables_wrapper div.dataTables_length select option {
    /*font-weight: normal;*/
}

.dt-buttons .dt-button {
  font-size: 1em;
  line-height: 22px;
  padding: 5px 8px;
  padding-left: 8px;
  margin-right: 12px;
  background: #fff;
  border-color: #dcdcdc;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);*/
  box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 2px #eee;
  border-radius: 3px;
}
.dt-buttons button.dt-button:hover:not(.disabled),
.dt-buttons div.dt-button:hover:not(.disabled),
.dt-buttons a.dt-button:hover:not(.disabled) {
  box-shadow: none;
  border-color: #fbc02d;
  background: #fbc02d;
}
.dt-buttons button.dt-button:focus:not(.disabled),
.dt-buttons div.dt-button:focus:not(.disabled),
.dt-buttons a.dt-button:focus:not(.disabled) {
  border-color: #fbc02d;
  background: #fbc02d;
}
.dt-buttons button.dt-button:active:not(.disabled),
.dt-buttons div.dt-button:active:not(.disabled),
.dt-buttons a.dt-button:active:not(.disabled) {
  border-color: #dcdcdc;
  background: #dcdcdc;
  box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 2px #eee;
}
.dt-buttons button.dt-button:active:hover:not(.disabled),
.dt-buttons div.dt-button:active:hover:not(.disabled),
.dt-buttons a.dt-button:active:hover:not(.disabled) {
  border-color: #dcdcdc;
  background: #dcdcdc;
  box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 2px #eee;
}
.dt-buttons .dt-button:not(.dropdown-toggle) i.fa:not(.fa-caret-down) {
  margin-right: 4px;
  position: relative;
  bottom: -1px;
}
.dt-buttons .dt-button:not(.dropdown-toggle) .fa:not(.fa-caret-down) {
  color: #333;
  color: inherit;
  font-size: 16px;
}
.dt-button .fa-caret-down {
    vertical-align: middle;
}
table.dataTable td.select-checkbox:before,
table.dataTable td.select-checkbox:after {
    left: 13px;
}

.btn-group > .btn:first-child {
    margin-left: 0 !important;
}
.btn-group > .dropdown-toggle > .fa-caret-down {
    margin-left: 2px;
}
.btn-group .dropdown-menu.pull-left {
    left: 0;
    right: auto;
}
.btn-group .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group.open > .dropdown-toggle {
    border: 1px solid #ddd;
}




div.dt-button-fake-background, /* overlay for button collection dropdown */
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none !important;
  z-index: 2001;
}

body div.dt-button-collection {
    font-size: 13px;
    margin-top: -2px;
    margin-left: 0px;
    padding: 5px 0;
    width: auto;
    max-height: 305px;
    overflow-y: auto;
    border-color: #bfbfbf;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    border-radius: 1px;
}
div.dt-button-collection .dt-group-toggle-button,
html[lang=en] div.dt-button-collection .dt-group-toggle-button {
    width: 129px;
}
/*html[lang=ru] div.dt-button-collection,*/
html[lang=ru] div.dt-button-collection .dt-group-toggle-button {
    width: 113px;
}
body div.dt-button-collection a.dt-button {
    display: block;
    /*cursor: pointer;*/
    color: #000;
    font-size: 1em;
    margin: 0;
    padding: 6px 15px;
    background: none;
    border-radius: 0;
    border: 0 none;
}
body div.dt-button-collection a.dt-button:hover {
    background: #dcdcdc;
}
body div.dt-button-collection a.dt-button.disabled {
    color: #bfbfbf !important;
    background-color: transparent !important;
}
div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled),

body div.dt-button-collection a.dt-button:active,
body div.dt-button-collection a.dt-button:active:not(.disabled),
body div.dt-button-collection a.dt-button.active:not(.disabled) {
    background: #dcdcdc;
    box-shadow: none;
}
body div.dt-button-collection a.dropdown-menu-separator,
body div.dt-button-collection a.dropdown-menu-separator:hover,
body div.dt-button-collection a.dropdown-menu-separator:active,
body div.dt-button-collection a.dropdown-menu-separator:active:not(.disabled),
body div.dt-button-collection a.dropdown-menu-separator.active:not(.disabled) {
    cursor: default;
    overflow: hidden;
    height: 1px;
    margin: 9px 0;
    padding: 0;
    background-color: #e5e5e5;
}

div.dt-group-select-dropdown {
    /*display: inline-block;*/
    float: left;
}
div.dt-group-select-dropdown .dt-button {
    padding: 5px 7px 5px 12px;
}
.dt-buttons a.dt-button.dt-group-select-dropdown {
    padding: 5px 7px 5px 12px;
}
div.dt-group-select-dropdown .fa-caret-down {
    margin-left: 7px;
}
a.dt-group-select-dropdown .fa-caret-down {
    margin-left: 11px;
}
.dt-group-select-dropdown .select-checkbox {
    display: block;
    float: left;
    position: relative;
    width: 16px;
    height: 16px;

    font-size: 16px;
    text-align: center;
    margin-top: 3px;
    border: 2px solid #333;
    border-radius: 3px;
}
div.dt-group-select-dropdown span {
    display: inline-block;
    color: #333;
    position: relative;
    width: 12px;
    height: 12px;
    line-height: 12px;
    box-sizing: content-box;
    border: 2px solid #333;
    border-radius: 3px;
}
div.dt-group-select-dropdown span .fa:not(.fa-caret-down) {
    /*display: block;*/
    font-size: 13px;
    text-align: center;
    margin-top: -3px;
    width: 12px;
    height: 12px;
}
/*
.dt-group-select-dropdown span {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
}
.dt-group-select-dropdown span .fa {
    display: block;
    box-sizing: content-box;
    color: #959595;
    font-size: 13px;
    text-align: center;
    margin-top: -3px;
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #959595;
    border-radius: 3px;
}*/
div.dt-group-select-dropdown.all span,
.dt-group-select-dropdown.all .select-checkbox {
    color: #333;
    background-color: #333;
}
div.dt-group-select-dropdown.all span .fa {
    font-size: 16px;
    margin-top: -4px;
}
.dt-group-select-dropdown.all  .select-checkbox:after,
.dt-group-select-dropdown.some .select-checkbox:after {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
}
.dt-group-select-dropdown.some .select-checkbox {
    font-size: 13px !important;
}
.dt-group-select-dropdown.some .select-checkbox:after {
    top: 1px;
}
div.dt-group-select-dropdown.all span .fa:after,
.dt-group-select-dropdown.all .select-checkbox:after {
    content: "\f00c";
    color: #fff;
    font-size: 77%;
}
div.dt-group-select-dropdown.some span .fa:after,
.dt-group-select-dropdown.some .select-checkbox:after {
    content: "\f068";
    font-size: 77%;
}
#iptv_list
.dt-group-select-dropdown ul.dropdown-menu {
    font-size: 13px;
    margin-top: -7px;
    margin-left: -1px;
    padding: 5px 0;
    border-color: #bfbfbf;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    border-radius: 1px;
}
.dt-group-select-dropdown ul.dropdown-menu .divider {
    margin: 6px 0;
}
.dt-group-select-dropdown ul li div {
    cursor: pointer;
    padding: 6px 15px;
}
.dt-group-select-dropdown ul li div:hover {
    background: #fff5d2;
    background: #dcdcdc;
}
.dt-group-select-dropdown ul li div.disabled {
    color: #bfbfbf;
}
.dt-group-select-dropdown ul li div.disabled:hover {
    background: none;
}

/* from jquery.dataTables.css */
div.dataTables_wrapper span.select-info {
  margin-left: 0.5em;
}
div.dataTables_wrapper span.select-item {
  white-space: nowrap;
}

/* Restyle defaul pagination */

div.dataTables_wrapper .dataTables_paginate {
  float: right;
  font-size: 14px;
  line-height: 34px;
  text-align: right;
  padding-top: 0;
  margin-left: 20px;
  border: 1px solid #d3d3d3;
  box-shadow: 0 1px 2px #eee;
  border-radius: 3px;
}
div.dataTables_wrapper .dataTables_paginate .paginate_button {
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  color: #000 !important;
  text-align: center;
  text-decoration: none !important;
    line-height: 1.428571429;
  min-width: 1.5em;
  margin: 0;
  padding: 7px 14px;
  /*margin-left: 2px;*/
  border: 0 none;
}
div.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #000 !important;
  border: 0 none;
  background: none;
    /*color: #8A8A8A;*/
    background-color: #FFF5D2;
}
div.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background: #FFF5D2 none;
  box-shadow: none;
}
div.dataTables_wrapper .dataTables_paginate span .paginate_button {
  font-weight: bold;
}
div.dataTables_wrapper .dataTables_paginate .previous  {
  margin-left: 0;
}
div.dataTables_wrapper .dataTables_paginate .paginate_button.current,
div.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    cursor: default;
    color: #000 !important;
    background: none;
    background-color: #FFCD1C;
    border: 0 none;
}
div.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
div.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
div.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #8c8c8c !important;
  border: 0 none !important;
  background: transparent !important;
  box-shadow: none;
}
div.dataTables_wrapper .dataTables_paginate .ellipsis {
  cursor: default;
  padding: 0 2px;
}
/* end of default pagination */

.dataTables_wrapper .pagination {
	margin: 12px 0;
	margin-right: 10px;
	border: 1px solid #e4e4e4;
}
.pagination > li > a,
.pagination > li > span {
	color: #000;
	border-radius: 0;
	border: 0 none;
}
.pagination > li {
	font-weight: bold;
}

.pagination > li.prev,
.pagination > li.next {
	font-weight: normal;
}


.modal-edit,
.modal-EPG {display: none;}

#form_ {
  margin-bottom: 50px;
}
.devoops-modal #form_ {
	margin-bottom: 0px;
}
.form-buttons {
	display: block;
	width: auto;
	position: fixed;
	left: 280px;
	right: 0;
	bottom: 30px;
	background: #F2F2F2;
	border-top: 1px solid #DDD;
	z-index: 400;
}
.form-buttons .btn {
    height: auto;
    padding: 7px 20px;
    border-radius: 3px;
    box-shadow: 0 1px 2px #eee;
}
.form-buttons .btn:focus {
    outline: 0 none;
}
#add_channel .form-buttons .btn i.fa {
    color: inherit;
}
.form-buttons .btn i.fa-arrow-left {
    margin-right: 6px;
}
.form-buttons .btn i.fa-arrow-right {
    margin-left: 6px;
}
.form-buttons .box-content {
    padding: 7px 0;
    padding-right: 5px;
}
#add_channel .form-buttons .btn-default {
  background: #FFF;
  border: 1px solid #dcdcdc;
}
#add_channel .form-buttons .btn-success {
  /*background: #388e3c;
  border: 1px solid #388e3c;*/
}
#add_channel .form-buttons .btn-default:hover {
  background: #e6e6e6;
  border: 1px solid #bbb;
}
/*#add_channel .form-buttons .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
    background-color: #3f5c41;
    border-color: #3f5c41;
}*/
.form-buttons .pull-left .pull-right {
	float: none !important;
}
.form-buttons .box {
	margin-bottom: 0;
}

.devoops-modal .form-buttons {
	display: none;
	position: static;
}
.sidebar-collapsed .form-buttons {
	left: 60px;
}





@media (max-width: 1200px) {
    #sidebar-left {
      position: fixed;
      z-index:100;

      width: 37px;
      width: 40px;
      padding-left: 10px;
      padding-right: 10px;

      overflow-y: hidden;
    }
    #sidebar-left::-webkit-scrollbar {
      width: 0;
    }
    #content {
      margin-left: 80px;
    }
    #top-panel {
      margin-left: 60px;
    }
    #logo {
      /*width: 60px;*/
      margin-left: -236px;
    }

    #sidebar-left .nav {
      width: 40px;
      /*margin: 0;*/
    }
    /*
    #sidebar-left .nav > li > a {
      text-align: left;
      padding: 10px 10px;
    }
    #sidebar-left .nav > li > a > i {
      /*font-size: 16px;/
    }*/
    #sidebar-left a > span,
    #sidebar-left .selected .dropdown-menu,
    #sidebar-left a .fa-chevron-right {
      display: none;
    }
    .sidebar-expanded #sidebar-left .selected .dropdown-menu {
      display: block;
    }
    .sidebar-expanded #sidebar-left::-webkit-scrollbar {
      width: 10px;
    }
    .form-buttons {
      left: 60px;
    }


    .sidebar-show #sidebar-left.col-sm-2 {
      opacity: 0;
      width:0;
      padding:0;
    }
    .sidebar-show #content.col-sm-10 {
      opacity: 1;
      width:100%;
    }
    .page-404 .form-inline {
      width: 60%;
    }
}


@media (min-width: 1201px) {
  #sidebar-left {
    position: fixed;
    z-index:100;

    width: 250px;
    width: 276px;

    overflow-y: auto;
  }

  /*#logo .menu { display: none;}*/

  #content {
    margin-left:280px;
    margin-left:315px;
  }

  #sidebar-left .nav {
    width: 250px;
    width: 266px;
  }
  #sidebar-left .scroll-btn {
    display: none;
  }
  /*
  #sidebar-left .nav > li > a {
    text-align: left;
    padding: 10px 10px;
  }
  #sidebar-left .nav > li > a > i {
    font-size: 16px;
  }
  */
  #sidebar-left a > span {
    display: inline !important;
  }
  #sidebar-left a .fa-chevron-right {
    display: inline-block !important;
  }
  #sidebar-left .open .dropdown-menu,
  #sidebar-left .selected .dropdown-menu {
    display: block;
  }


  .sidebar-show #sidebar-left.col-sm-2 {
    opacity: 0;
    width:0;
    padding:0;
  }
  .sidebar-show #content.col-sm-10 {
    opacity: 1;
    width:100%;
  }
  .page-404 .form-inline {
    width: 60%;
  }
}



/* Sidebar control classes */
  .sidebar-collapsed #sidebar-left {
    width: 40px;
    padding-left: 10px;
    padding-right: 10px;
    overflow-y: hidden;
  }
  .sidebar-collapsed #sidebar-left::-webkit-scrollbar {
    width: 0;
  }
  .sidebar-collapsed #sidebar-left .nav {
    width: 40px;
  }
  .sidebar-collapsed #sidebar-left .scroll-btn {
    display: block;
  }
  /*
  .sidebar-collapsed #sidebar-left .nav > li > a {
    text-align: left;
    padding: 10px 10px;
  }
  .sidebar-collapsed #sidebar-left .nav > li > a > i {
    /*font-size: 16px;
  }*/
  .sidebar-collapsed #sidebar-left a > span,
  .sidebar-collapsed #sidebar-left .dropdown-menu,
  .sidebar-collapsed #sidebar-left a .fa-chevron-right {
    display: none !important;
  }
  .sidebar-collapsed #content {
    margin-left: 80px;
  }
  .sidebar-collapsed #top-panel {
    margin-left: 60px;
  }
  .sidebar-collapsed #logo {
    /*width: 60px;*/
    margin-left: -236px;
  }
  .sidebar-collapsed #logo a {
    /*display: none;*/
  }

  .sidebar-expanded #sidebar-left {
    width: 250px;
    width: 276px;
    /*padding: 0 10px;*/
    overflow-y: auto;
  }
  .sidebar-expanded #sidebar-left .nav {
    width: 250px;
    width: 266px;
  }
  .sidebar-expanded #sidebar-left .scroll-btn {
    display: none;
  }
  /*
  .sidebar-expanded #sidebar-left .nav > li > a {
    text-align: left;
    padding: 10px 10px;
  }
  .sidebar-expanded #sidebar-left .nav > li > a > i {

  }
  */
  .sidebar-expanded #sidebar-left a > span {
    display: inline !important;
  }
  .sidebar-expanded #sidebar-left a .fa-chevron-right {
    display: inline-block !important;
  }
  .sidebar-expanded #sidebar-left .selected .dropdown-menu {
    display: block;
  }
  .sidebar-expanded #content {
    margin-left: 280px;
    margin-left: 315px;
  }
  .sidebar-expanded #top-panel {
    margin-left: 280px;
    margin-left: 296px;
  }
  .sidebar-expanded #logo {
    width: 280px;
    width: 296px;
    margin-left: 0;
  }




/*
  .nav.main-menu > li > a,
  .nav.msg-menu  > li > a {
    text-align: left;
  }
  .nav.main-menu > li > a > i,
  .nav.msg-menu  > li > a > i {
    font-size:14px;
    width: 20px;
    display: inline-block;
	  margin-top: -3px;
  }*/

  .main-menu .dropdown-menu {
    position: relative;
    z-index: inherit;
    left:0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
/*    background:rgba(255, 255, 255, 0.2);*/
    visibility: visible;
  }
  .main-menu .dropdown-menu > li > a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .page-404 .form-inline {
    width: 40%;
  }


footer {width:100%; color:#424242; background-color:#f2f2f2; border-top:1px solid #DDDDDD; position:fixed; height:30px; text-align:center; z-index:21;right:0;bottom:0px;padding-top:6px;font-size:13px;}
footer .text { margin:0 auto;}
footer a,
footer .text-default {color:#000;}

#files_container .dataTables_wrapper {
    min-height: 100px;
    position: relative;
    z-index: 300;
}

#files_container .dataTables_processing {
    min-height: 100px;
    padding-top: 0;
    margin-top: 0;
    background: url(../img/loader-md.gif) no-repeat center center rgba(255, 255, 255, 0.5);
    z-index: 301;
}

#files_container table.dataTable thead th {
    font-weight: normal;
}

#files_container .box-header .box-name {
    font-weight: normal;
}

#files_container .dataTables_wrapper > .row-fluid:first-of-type{
    display: block;
    min-height: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}

#files_container .dataTables_wrapper > .row-fluid > .span6 {
    float: left;
    min-width: 50%;
    position: relative;
}

#files_container .dataTables_wrapper .dataTables_filter label{
    margin-top: 5px;
}

.bord { border-bottom:2px solid #2e2e2e;}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit { background-color: #FFCD1C !important; }

.select2-container-multi .select2-choices .select2-search-choice {
background-clip: padding-box;
border: 1px solid #fff !important;
border-radius: 5px !important;
color: #000000;
cursor: default;
line-height: 13px;
margin: 3px 0px 3px 5px;
padding: 3px 5px 3px 18px;
position: relative;
}

.select2-drop-active  {
border-bottom: 1px solid #D3D3D3 !important;
border-left: 1px solid #D3D3D3 !important;
border-right: 1px solid #D3D3D3 !important;
border-top: medium none currentColor;
}

.select2-container-multi .select2-search-choice-close { left: 3px !important; top:3px !important; background-color: #FFCD1C !important; border-radius:5px; padding-left:13px;}

#custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
    }

    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */

        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
    }

    .search-query:focus + button {
        z-index: 3;
    }

th[data-filter='operations']{
    /*visibility: hidden;*/
}
li[data-filter='operations']{
    display: none;
}

.icon-required {
 color: red;
}

.lang-xs{background-position:0 -473px;min-width:14px;height:11px;min-height:11px;max-height:11px;background-repeat:no-repeat;display:inline-block;background-image:url(../img/languages.png)}
.lang-sm{background-position:0 -1172px;min-width:22px;height:16px;min-height:16px;max-height:16px;background-repeat:no-repeat;display:inline-block;background-image:url(../img/languages.png)}
.lang-lg{background-position:0 -2134px;min-width:30px;height:22px;min-height:22px;max-height:22px;line-height:22px;background-repeat:no-repeat;display:inline-block;background-image:url(../img/languages.png)}
.lang-xs[lang=ar]{background-position:0 0}.lang-xs[lang=be]{background-position:0 -11px}.lang-xs[lang=bg]{background-position:0 -22px}.lang-xs[lang=cs]{background-position:0 -33px}.lang-xs[lang=da]{background-position:0 -44px}.lang-xs[lang=de]{background-position:0 -55px}.lang-xs[lang=el]{background-position:0 -66px}.lang-xs[lang=en]{background-position:0 -77px}.lang-xs[lang=es]{background-position:0 -88px}.lang-xs[lang=et]{background-position:0 -99px}.lang-xs[lang=fi]{background-position:0 -110px}.lang-xs[lang=fr]{background-position:0 -121px}.lang-xs[lang=ga]{background-position:0 -132px}.lang-xs[lang=hi]{background-position:0 -143px}.lang-xs[lang=hr]{background-position:0 -154px}.lang-xs[lang=hu]{background-position:0 -165px}.lang-xs[lang=in]{background-position:0 -176px}.lang-xs[lang=is]{background-position:0 -187px}.lang-xs[lang=it]{background-position:0 -198px}.lang-xs[lang=iw]{background-position:0 -209px}.lang-xs[lang=ja]{background-position:0 -220px}.lang-xs[lang=ko]{background-position:0 -231px}.lang-xs[lang=lt]{background-position:0 -242px}.lang-xs[lang=lv]{background-position:0 -253px}.lang-xs[lang=mk]{background-position:0 -264px}.lang-xs[lang=ms]{background-position:0 -275px}.lang-xs[lang=mt]{background-position:0 -286px}.lang-xs[lang=nl]{background-position:0 -297px}.lang-xs[lang=no]{background-position:0 -308px}.lang-xs[lang=pl]{background-position:0 -319px}.lang-xs[lang=pt]{background-position:0 -330px}.lang-xs[lang=ro]{background-position:0 -341px}.lang-xs[lang=ru]{background-position:0 -352px}.lang-xs[lang=sk]{background-position:0 -363px}.lang-xs[lang=sl]{background-position:0 -374px}.lang-xs[lang=sq]{background-position:0 -385px}.lang-xs[lang=sr]{background-position:0 -396px}.lang-xs[lang=sv]{background-position:0 -407px}.lang-xs[lang=th]{background-position:0 -418px}.lang-xs[lang=tr]{background-position:0 -429px}.lang-xs[lang=uk]{background-position:0 -440px}.lang-xs[lang=vi]{background-position:0 -451px}.lang-xs[lang=zh]{background-position:0 -462px}.lang-sm[lang=ar]{background-position:0 -484px}.lang-sm[lang=be]{background-position:0 -500px}.lang-sm[lang=bg]{background-position:0 -516px}.lang-sm[lang=cs]{background-position:0 -532px}.lang-sm[lang=da]{background-position:0 -548px}.lang-sm[lang=de]{background-position:0 -564px}.lang-sm[lang=el]{background-position:0 -580px}.lang-sm[lang=en]{background-position:0 -596px}.lang-sm[lang=es]{background-position:0 -612px}.lang-sm[lang=et]{background-position:0 -628px}.lang-sm[lang=fi]{background-position:0 -644px}.lang-sm[lang=fr]{background-position:0 -660px}.lang-sm[lang=ga]{background-position:0 -676px}.lang-sm[lang=hi]{background-position:0 -692px}.lang-sm[lang=hr]{background-position:0 -708px}.lang-sm[lang=hu]{background-position:0 -724px}.lang-sm[lang=in]{background-position:0 -740px}.lang-sm[lang=is]{background-position:0 -756px}.lang-sm[lang=it]{background-position:0 -772px}.lang-sm[lang=iw]{background-position:0 -788px}.lang-sm[lang=ja]{background-position:0 -804px}.lang-sm[lang=ko]{background-position:0 -820px}.lang-sm[lang=lt]{background-position:0 -836px}.lang-sm[lang=lv]{background-position:0 -852px}.lang-sm[lang=mk]{background-position:0 -868px}.lang-sm[lang=ms]{background-position:0 -884px}.lang-sm[lang=mt]{background-position:0 -900px}.lang-sm[lang=nl]{background-position:0 -916px}.lang-sm[lang=no]{background-position:0 -932px}.lang-sm[lang=pl]{background-position:0 -948px}.lang-sm[lang=pt]{background-position:0 -964px}.lang-sm[lang=ro]{background-position:0 -980px}.lang-sm[lang=ru]{background-position:0 -996px}.lang-sm[lang=sk]{background-position:0 -1012px}.lang-sm[lang=sl]{background-position:0 -1028px}.lang-sm[lang=sq]{background-position:0 -1044px}.lang-sm[lang=sr]{background-position:0 -1060px}.lang-sm[lang=sv]{background-position:0 -1076px}.lang-sm[lang=th]{background-position:0 -1092px}.lang-sm[lang=tr]{background-position:0 -1108px}.lang-sm[lang=uk]{background-position:0 -1124px}.lang-sm[lang=vi]{background-position:0 -1140px}.lang-sm[lang=zh]{background-position:0 -1156px}.lang-lg[lang=ar]{background-position:0 -1188px}.lang-lg[lang=be]{background-position:0 -1210px}.lang-lg[lang=bg]{background-position:0 -1232px}.lang-lg[lang=cs]{background-position:0 -1254px}.lang-lg[lang=da]{background-position:0 -1276px}.lang-lg[lang=de]{background-position:0 -1298px}.lang-lg[lang=el]{background-position:0 -1320px}.lang-lg[lang=en]{background-position:0 -1342px}.lang-lg[lang=es]{background-position:0 -1364px}.lang-lg[lang=et]{background-position:0 -1386px}.lang-lg[lang=fi]{background-position:0 -1408px}.lang-lg[lang=fr]{background-position:0 -1430px}.lang-lg[lang=ga]{background-position:0 -1452px}.lang-lg[lang=hi]{background-position:0 -1474px}.lang-lg[lang=hr]{background-position:0 -1496px}.lang-lg[lang=hu]{background-position:0 -1518px}.lang-lg[lang=in]{background-position:0 -1540px}.lang-lg[lang=is]{background-position:0 -1562px}.lang-lg[lang=it]{background-position:0 -1584px}.lang-lg[lang=iw]{background-position:0 -1606px}.lang-lg[lang=ja]{background-position:0 -1628px}.lang-lg[lang=ko]{background-position:0 -1650px}.lang-lg[lang=lt]{background-position:0 -1672px}.lang-lg[lang=lv]{background-position:0 -1694px}.lang-lg[lang=mk]{background-position:0 -1716px}.lang-lg[lang=ms]{background-position:0 -1738px}.lang-lg[lang=mt]{background-position:0 -1760px}.lang-lg[lang=nl]{background-position:0 -1782px}.lang-lg[lang=no]{background-position:0 -1804px}.lang-lg[lang=pl]{background-position:0 -1826px}.lang-lg[lang=pt]{background-position:0 -1848px}.lang-lg[lang=ro]{background-position:0 -1870px}.lang-lg[lang=ru]{background-position:0 -1892px}.lang-lg[lang=sk]{background-position:0 -1914px}.lang-lg[lang=sl]{background-position:0 -1936px}.lang-lg[lang=sq]{background-position:0 -1958px}.lang-lg[lang=sr]{background-position:0 -1980px}.lang-lg[lang=sv]{background-position:0 -2002px}.lang-lg[lang=th]{background-position:0 -2024px}.lang-lg[lang=tr]{background-position:0 -2046px}.lang-lg[lang=uk]{background-position:0 -2068px}.lang-lg[lang=vi]{background-position:0 -2090px}.lang-lg[lang=zh]{background-position:0 -2112px}.lang-lbl-en:after,.lang-lbl-full:after,.lang-lbl:after{content:"Unknown language"}.lang-lbl[lang=ar]:after{content:"\000627\000644\000639\000631\000628\00064A\000629"}.lang-lbl[lang=be]:after{content:"\000411\000435\00043B\000430\000440\000443\000441\00043A\000456"}.lang-lbl[lang=bg]:after{content:"\000411\00044A\00043B\000433\000430\000440\000441\00043A\000438"}.lang-lbl[lang=cs]:after{content:"\00010Ce\000161tina"}.lang-lbl[lang=da]:after{content:"Dansk"}.lang-lbl[lang=de]:after{content:"Deutsch"}.lang-lbl[lang=el]:after{content:"\000395\0003BB\0003BB\0003B7\0003BD\0003B9\0003BA\0003AC"}.lang-lbl[lang=en]:after{content:"English"}.lang-lbl[lang=es]:after{content:"Espa\0000F1ol"}.lang-lbl[lang=et]:after{content:"Eesti"}.lang-lbl[lang=fi]:after{content:"Suomi"}.lang-lbl[lang=fr]:after{content:"Fran\0000E7ais"}.lang-lbl[lang=ga]:after{content:"Gaeilge"}.lang-lbl[lang=hi]:after{content:"\000939\00093F\000902\000926\000940"}.lang-lbl[lang=hr]:after{content:"Hrvatski"}.lang-lbl[lang=hu]:after{content:"Magyar"}.lang-lbl[lang=in]:after{content:"Bahasa\000020indonesia"}.lang-lbl[lang=is]:after{content:"\0000CDslenska"}.lang-lbl[lang=it]:after{content:"Italiano"}.lang-lbl[lang=iw]:after{content:"\0005E2\0005D1\0005E8\0005D9\0005EA"}.lang-lbl[lang=ja]:after{content:"\0065E5\00672C\008A9E"}.lang-lbl[lang=ko]:after{content:"\00D55C\00AD6D\00C5B4"}.lang-lbl[lang=lt]:after{content:"Lietuvi\000173"}.lang-lbl[lang=lv]:after{content:"Latvie\000161u"}.lang-lbl[lang=mk]:after{content:"\00041C\000430\00043A\000435\000434\00043E\00043D\000441\00043A\000438"}.lang-lbl[lang=ms]:after{content:"Bahasa\000020melayu"}.lang-lbl[lang=mt]:after{content:"Malti"}.lang-lbl[lang=nl]:after{content:"Nederlands"}.lang-lbl[lang=no]:after{content:"Norsk"}.lang-lbl[lang=pl]:after{content:"Polski"}.lang-lbl[lang=pt]:after{content:"Portugu\0000EAs"}.lang-lbl[lang=ro]:after{content:"Rom\0000E2n\000103"}.lang-lbl[lang=ru]:after{content:"\000420\000443\000441\000441\00043A\000438\000439"}.lang-lbl[lang=sk]:after{content:"Sloven\00010Dina"}.lang-lbl[lang=sl]:after{content:"Sloven\000161\00010Dina"}.lang-lbl[lang=sq]:after{content:"Shqipe"}.lang-lbl[lang=sr]:after{content:"\000421\000440\00043F\000441\00043A\000438"}.lang-lbl[lang=sv]:after{content:"Svenska"}.lang-lbl[lang=th]:after{content:"\000E44\000E17\000E22"}.lang-lbl[lang=tr]:after{content:"T\0000FCrk\0000E7e"}.lang-lbl[lang=uk]:after{content:"\000423\00043A\000440\000430\000457\00043D\000441\00044C\00043A\000430"}.lang-lbl[lang=vi]:after{content:"Ti\001EBFng\000020vi\001EC7t"}.lang-lbl[lang=zh]:after{content:"\004E2D\006587"}.lang-lbl-en[lang=ar]:after{content:"Arabic"}.lang-lbl-en[lang=be]:after{content:"Belarusian"}.lang-lbl-en[lang=bg]:after{content:"Bulgarian"}.lang-lbl-en[lang=cs]:after{content:"Czech"}.lang-lbl-en[lang=da]:after{content:"Danish"}.lang-lbl-en[lang=de]:after{content:"German"}.lang-lbl-en[lang=el]:after{content:"Greek"}.lang-lbl-en[lang=en]:after{content:"English"}.lang-lbl-en[lang=es]:after{content:"Spanish"}.lang-lbl-en[lang=et]:after{content:"Estonian"}.lang-lbl-en[lang=fi]:after{content:"Finnish"}.lang-lbl-en[lang=fr]:after{content:"French"}.lang-lbl-en[lang=ga]:after{content:"Irish"}.lang-lbl-en[lang=hi]:after{content:"Hindi"}.lang-lbl-en[lang=hr]:after{content:"Croatian"}.lang-lbl-en[lang=hu]:after{content:"Hungarian"}.lang-lbl-en[lang=in]:after{content:"Indonesian"}.lang-lbl-en[lang=is]:after{content:"Icelandic"}.lang-lbl-en[lang=it]:after{content:"Italian"}.lang-lbl-en[lang=iw]:after{content:"Hebrew"}.lang-lbl-en[lang=ja]:after{content:"Japanese"}.lang-lbl-en[lang=ko]:after{content:"Korean"}.lang-lbl-en[lang=lt]:after{content:"Lithuanian"}.lang-lbl-en[lang=lv]:after{content:"Latvian"}.lang-lbl-en[lang=mk]:after{content:"Macedonian"}.lang-lbl-en[lang=ms]:after{content:"Malay"}.lang-lbl-en[lang=mt]:after{content:"Maltese"}.lang-lbl-en[lang=nl]:after{content:"Dutch"}.lang-lbl-en[lang=no]:after{content:"Norwegian"}.lang-lbl-en[lang=pl]:after{content:"Polish"}.lang-lbl-en[lang=pt]:after{content:"Portuguese"}.lang-lbl-en[lang=ro]:after{content:"Romanian"}.lang-lbl-en[lang=ru]:after{content:"Russian"}.lang-lbl-en[lang=sk]:after{content:"Slovak"}.lang-lbl-en[lang=sl]:after{content:"Slovenian"}.lang-lbl-en[lang=sq]:after{content:"Albanian"}.lang-lbl-en[lang=sr]:after{content:"Serbian"}.lang-lbl-en[lang=sv]:after{content:"Swedish"}.lang-lbl-en[lang=th]:after{content:"Thai"}.lang-lbl-en[lang=tr]:after{content:"Turkish"}.lang-lbl-en[lang=uk]:after{content:"Ukrainian"}.lang-lbl-en[lang=vi]:after{content:"Vietnamese"}.lang-lbl-en[lang=zh]:after{content:"Chinese"}.lang-lbl-full[lang=ar]:after{content:"\000627\000644\000639\000631\000628\00064A\000629\0000A0/\0000A0Arabic"}.lang-lbl-full[lang=be]:after{content:"\000411\000435\00043B\000430\000440\000443\000441\00043A\000456\0000A0/\0000A0Belarusian"}.lang-lbl-full[lang=bg]:after{content:"\000411\00044A\00043B\000433\000430\000440\000441\00043A\000438\0000A0/\0000A0Bulgarian"}.lang-lbl-full[lang=cs]:after{content:"\00010Ce\000161tina\0000A0/\0000A0Czech"}.lang-lbl-full[lang=da]:after{content:"Dansk\0000A0/\0000A0Danish"}.lang-lbl-full[lang=de]:after{content:"Deutsch\0000A0/\0000A0German"}.lang-lbl-full[lang=el]:after{content:"\000395\0003BB\0003BB\0003B7\0003BD\0003B9\0003BA\0003AC\0000A0/\0000A0Greek"}.lang-lbl-full[lang=en]:after{content:"English\0000A0/\0000A0English"}.lang-lbl-full[lang=es]:after{content:"Espa\0000F1ol\0000A0/\0000A0Spanish"}.lang-lbl-full[lang=et]:after{content:"Eesti\0000A0/\0000A0Estonian"}.lang-lbl-full[lang=fi]:after{content:"Suomi\0000A0/\0000A0Finnish"}.lang-lbl-full[lang=fr]:after{content:"Fran\0000E7ais\0000A0/\0000A0French"}.lang-lbl-full[lang=ga]:after{content:"Gaeilge\0000A0/\0000A0Irish"}.lang-lbl-full[lang=hi]:after{content:"\000939\00093F\000902\000926\000940\0000A0/\0000A0Hindi"}.lang-lbl-full[lang=hr]:after{content:"Hrvatski\0000A0/\0000A0Croatian"}.lang-lbl-full[lang=hu]:after{content:"Magyar\0000A0/\0000A0Hungarian"}.lang-lbl-full[lang=in]:after{content:"Bahasa\000020indonesia\0000A0/\0000A0Indonesian"}.lang-lbl-full[lang=is]:after{content:"\0000CDslenska\0000A0/\0000A0Icelandic"}.lang-lbl-full[lang=it]:after{content:"Italiano\0000A0/\0000A0Italian"}.lang-lbl-full[lang=iw]:after{content:"\0005E2\0005D1\0005E8\0005D9\0005EA\0000A0/\0000A0Hebrew"}.lang-lbl-full[lang=ja]:after{content:"\0065E5\00672C\008A9E\0000A0/\0000A0Japanese"}.lang-lbl-full[lang=ko]:after{content:"\00D55C\00AD6D\00C5B4\0000A0/\0000A0Korean"}.lang-lbl-full[lang=lt]:after{content:"Lietuvi\000173\0000A0/\0000A0Lithuanian"}.lang-lbl-full[lang=lv]:after{content:"Latvie\000161u\0000A0/\0000A0Latvian"}.lang-lbl-full[lang=mk]:after{content:"\00041C\000430\00043A\000435\000434\00043E\00043D\000441\00043A\000438\0000A0/\0000A0Macedonian"}.lang-lbl-full[lang=ms]:after{content:"Bahasa\000020melayu\0000A0/\0000A0Malay"}.lang-lbl-full[lang=mt]:after{content:"Malti\0000A0/\0000A0Maltese"}.lang-lbl-full[lang=nl]:after{content:"Nederlands\0000A0/\0000A0Dutch"}.lang-lbl-full[lang=no]:after{content:"Norsk\0000A0/\0000A0Norwegian"}.lang-lbl-full[lang=pl]:after{content:"Polski\0000A0/\0000A0Polish"}.lang-lbl-full[lang=pt]:after{content:"Portugu\0000EAs\0000A0/\0000A0Portuguese"}.lang-lbl-full[lang=ro]:after{content:"Rom\0000E2n\000103\0000A0/\0000A0Romanian"}.lang-lbl-full[lang=ru]:after{content:"\000420\000443\000441\000441\00043A\000438\000439\0000A0/\0000A0Russian"}.lang-lbl-full[lang=sk]:after{content:"Sloven\00010Dina\0000A0/\0000A0Slovak"}.lang-lbl-full[lang=sl]:after{content:"Sloven\000161\00010Dina\0000A0/\0000A0Slovenian"}.lang-lbl-full[lang=sq]:after{content:"Shqipe\0000A0/\0000A0Albanian"}.lang-lbl-full[lang=sr]:after{content:"\000421\000440\00043F\000441\00043A\000438\0000A0/\0000A0Serbian"}.lang-lbl-full[lang=sv]:after{content:"Svenska\0000A0/\0000A0Swedish"}.lang-lbl-full[lang=th]:after{content:"\000E44\000E17\000E22\0000A0/\0000A0Thai"}.lang-lbl-full[lang=tr]:after{content:"T\0000FCrk\0000E7e\0000A0/\0000A0Turkish"}.lang-lbl-full[lang=uk]:after{content:"\000423\00043A\000440\000430\000457\00043D\000441\00044C\00043A\000430\0000A0/\0000A0Ukrainian"}.lang-lbl-full[lang=vi]:after{content:"Ti\001EBFng\000020vi\001EC7t\0000A0/\0000A0Vietnamese"}.lang-lbl-full[lang=zh]:after{content:"\004E2D\006587\0000A0/\0000A0Chinese"}.lang-lg:before,.lang-sm:before,.lang-xs:before{content:'\0000A0'}.lang-xs.lang-lbl,.lang-xs.lang-lbl-en,.lang-xs.lang-lbl-full{padding-left:16px}.lang-sm.lang-lbl,.lang-sm.lang-lbl-en,.lang-sm.lang-lbl-full{padding-left:24px}.lang-lg.lang-lbl,.lang-lg.lang-lbl-en,.lang-lg.lang-lbl-full{padding-left:32px}.lang-lg.lang-lbl-en:before,.lang-lg.lang-lbl-full:before,.lang-lg.lang-lbl:before,.lang-sm.lang-lbl-en:before,.lang-sm.lang-lbl-full:before,.lang-sm.lang-lbl:before,.lang-xs.lang-lbl-en:before,.lang-xs.lang-lbl-full:before,.lang-xs.lang-lbl:before{content:''}.lang-lg,.lang-lg:after{top:0;position:relative}.lang-sm{top:1px;position:relative}.lang-sm:after{top:-1px;position:relative}.lang-xs{top:4px;position:relative}.lang-xs:after{top:-4px;position:relative}.lead>.lang-lg{top:2px}.lead>.lang-lg:after{top:-2px}.lead>.lang-sm{top:6px}.lead>.lang-sm:after{top:-6px}.lead>.lang-xs{top:8px}.lead>.lang-xs:after{top:-8px}small>.lang-sm{top:-1px}small>.lang-sm:after{top:1px}small>.lang-xs{top:2px}small>.lang-xs:after{top:-2px}h1>.lang-lg{top:9px}h1>.lang-lg:after{top:-9px}h1>.lang-sm{top:12px}h1>.lang-sm:after{top:-12px}h1>.lang-xs{top:14px}h1>.lang-xs:after{top:-14px}h2>.lang-lg{top:5px}h2>.lang-lg:after{top:-5px}h2>.lang-sm{top:8px}h2>.lang-sm:after{top:-8px}h2>.lang-xs{top:10px}h2>.lang-xs:after{top:-10px}h3>.lang-lg{top:1px}h3>.lang-lg:after{top:-1px}h3>.lang-sm{top:5px}h3>.lang-sm:after{top:-5px}h3>.lang-xs{top:8px}h3>.lang-xs:after{top:-8px}h4>.lang-lg{top:-1px}h4>.lang-lg:after,h4>.lang-sm{top:1px}h4>.lang-sm:after{top:-1px}h4>.lang-xs{top:4px}h4>.lang-xs:after{top:-4px}h5>.lang-sm,h5>.lang-sm:after{top:0}h5>.lang-xs{top:2px}h5>.lang-xs:after{top:-2px}h6>.lang-sm,h6>.lang-sm:after{top:0}h6>.lang-xs{top:1px}h6>.lang-xs:after{top:-1px}.btn>.lang-sm{top:2px}.btn>.lang-sm:after{top:-2px}.btn>.lang-xs{top:4px}.btn>.lang-xs:after{top:-4px}.btn.btn-xs>.lang-sm,.btn.btn-xs>.lang-sm:after{top:0}.btn.btn-xs>.lang-xs{top:3px}.btn.btn-xs>.lang-xs:after{top:-3px}.btn.btn-sm>.lang-sm,.btn.btn-sm>.lang-sm:after{top:0}.btn.btn-sm>.lang-xs{top:3px}.btn.btn-sm>.lang-xs:after{top:-3px}.btn.btn-lg>.lang-lg{top:1px}.btn.btn-lg>.lang-lg:after{top:-1px}.btn.btn-lg>.lang-sm{top:3px}.btn.btn-lg>.lang-sm:after{top:-3px}.btn.btn-lg>.lang-xs{top:6px}.btn.btn-lg>.lang-xs:after{top:-6px}
/* lang fix */
.lang-lg[lang=ru],
.lang-lg[lang=en],
.lang-lg[lang=uk],
.lang-lg[lang=pl],
.lang-lg[lang=el],
.lang-lg[lang=nl],
.lang-lg[lang=it],
.lang-lg[lang=de],
.lang-lg[lang=sk],
.lang-lg[lang=es] {
    width: 28px;
    min-width:28px;
    height:20px;
    min-height:20px;
    max-height:20px;
    line-height:20px;
}

/* for demo only */
#dropdown2 > .lang-lg{height:20px;min-height:20px;max-height:20px;line-height:20px;}

.countries-flag-container{
    display: block;
    width: 130px;
}

.countries-flag-container .flag-wrapper{
    width: 20%;
    box-shadow: none;  /*0 0 2px 1px rgba(100, 100, 100, 0.4)*/
    min-width: 26px;
    min-height: 20px;
    margin-top: -2px;
    margin-bottom: -2px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}


.add_new_source_container {
	padding-top: 7px;
}

#cover_container{
    position: relative;
    min-height: 0;
}

#add_channel #cover_container {
    margin-left: 15px; /* adjust to grid */
}
#add_channel.new_video_club #cover_container {
    margin-left: 0;
}
#add_channel #cover_container a {
    display: block;
    line-height: 18px;
    padding: 5px 2px;
}
#add_channel #cover_container img {
    margin-bottom: 12px;
}
#add_channel #cover_container img[src=''] {
    display: none;
}

#deletelogolink,
#cover_container > a:last-of-type {
    display: none;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    top: 0;
    vertical-align: middle;
    background-color: rgba(200, 200, 200, 0.5);
    background-color: rgba(255, 255, 255, 0.72);
}
#cover_container > a:last-of-type {
    width: 100%;
}
#deletelogolink {
    width: 96px;
}
#deletelogolink a {
    color: #0073d0;
    text-decoration: none;
}
#deletelogolink:hover {
    background-color: rgba(255, 255, 255, 0.84);
}
#deletelogolink:hover a {
    color: #6AA6D6;
    color: #03a0ff;
}
#cover_container:hover > a:last-of-type,
#cover_container:focus > a:last-of-type,
#cover_container:active > a:last-of-type,
#cover_container:hover > #deletelogolink,
#cover_container:focus > #deletelogolink,
#cover_container:active > #deletelogolink {
    display: block;
}
#cover_container > a:last-of-type span {
    vertical-align: middle;
}


.album-cover {
    text-align: center;
    width: 242px;
    min-height: 242px;
    margin-right: 15px;
    position: relative;
    border: 1px solid #bababa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.album-cover .image-album-cover {
    /*width: 100%;*/
    max-width: 240px;
    /*min-height: 240px;*/
    max-height: 320px;
    background: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.album-cover img[src=''] {
    display: none;
}
.album-cover img[src=''] + #delete_cover{
    display: none !important;
}
.album-cover img:not([src='']) + a + #fileupload {
    display: none;
}
.album-cover #fileupload {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent url("../img/add-album-plus.png") center center no-repeat;
}
.album-cover #fileupload input {
    width: 100%;
    height: 240px;
    text-indent: -100%;
    cursor: pointer;
}
.album-cover #delete_cover {
    display: none;
    color: #0073d0;
    text-align: center;
    line-height: 24px;
    margin: 0;
    padding: 5px 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.72);
}
.album-cover:hover img:not([src='']) + #delete_cover,
.album-cover img + #delete_cover:hover ,
.album-cover img:hover + #delete_cover {
    display: block;
    cursor: pointer;
    text-decoration: none;
    z-index: 10;
}

#add_channel.new_video_club > .section-header:first-child {
    margin-top: -10px;
}
.new_video_club #cover_container{
    background: transparent url("../img/video_episodes_plus.png") no-repeat scroll center center;
    border: 1px solid rgba(100, 100, 100, 0.3);
    border-radius: 4px;
    box-shadow: 0 0 2px 1px rgba(100, 100, 100, 0.2), 0 0 1px 0 rgba(100, 100, 100, 0.2) inset;
    line-height: 68px;
    max-height: 484px;
    max-width: 363px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 55% 0;
}

.new_video_club #cover_container input, .new_video_club div[id^='video_episodes_'] input{
    cursor: pointer;
    text-indent: -200em;
    width: 100%;
    min-height: 60px;
}

.new_video_club #cover_container + img + a, .new_video_club #deletelogolink, .new_video_club #change_cover{
    display: none;
    background-color: rgba(200, 200, 200, 0.5);
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    padding: 10px;
    position: absolute;
    margin: 0 auto;
    top: 0px;
}

.new_video_club #cover_container + img + a{
    width: 100%;
    max-width: 363px;
}

.new_video_club #cover_container + img{
    max-width: 363px;
    max-height: 484px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
}

.new_video_club #cover_container + img:hover + a,
.new_video_club #cover_container + img + a:hover{
    display: block;
    cursor: pointer;
    z-index: 1;
}

.new_video_club div[id^=video_episodes_] + img[src=''],
.new_video_club #cover_container + img[src=''],
.m3u_logo_container img[src=''] {
    display: none;
}

div[id^=video_episodes_] + img:hover + .clear_video_episodes,
div[id^=video_episodes_] + img + .clear_video_episodes:hover,
.m3u_logo_container:hover img:not([src='']) + .clear_m3u_logo {
    top: 0;
    display: block;
    cursor: pointer;
}

.m3u_logo_container img[src=''] + .clear_m3u_logo {
    display: none !important;
}

.m3u_logo_container img:not([src='']) ~ .fileupload {
    display: none !important;
}

.new_video_club #cover_container + img + a > span, .new_video_club #change_cover > span{
    color: #000 !important;
    text-shadow: 1px 0 1px rgba(255, 255, 255, 0.5), 0 1px 1px rgba(0, 0, 0, 0.5);
    vertical-align: middle;
}

.new_video_club #autocomplete_button_container .btn {
    vertical-align: top;
}

.new_video_club #autocomplete_button_container .radio-inline label label {
    padding: 0;
    margin: 0;
}

textarea.form-control,
.new_video_club textarea.form-control {
    min-height: 114px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.new_video_club div.separator {
    clear: both;
    margin: 10px 0 15px;
    border-bottom: 1px solid #ccc;
}

.new_video_club hr {
    border-top: 1px solid #ccc;
}


@media
screen and (-webkit-min-device-pixel-ratio: 2),
screen and (   -moz-min-device-pixel-ratio: 2),
screen and (     -o-min-device-pixel-ratio: 2),
screen and (        min-device-pixel-ratio: 1)
{
    .dataTable {
        /*background: url(images/test-full-hd.png) 50% 0 no-repeat; /* rabotaet */
        /*background-size: 100%;*/
    }
}


@media
(max-width: 620px)
{
  .user-mini {
    display: none;
  }
}

@media
(max-width: 400px)
{
  .panel-menu a.account {
    padding: 5px 0px 5px 0;
  }
  .avatar {
    margin: 0;
  }
  .panel-menu i.pull-right {
    margin-left: 0;
  }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
  }
}

@media (max-width: 767px) {
  #main {
    /*margin-top: 100px;*/
  }
  #messages-menu {
    top:140px;
  }
  .page-404 .form-inline {
    width: 100%;
  }

  #modalbox_ad .form-group{
      margin-top: 0;
      margin-bottom: 0;
  }
}

#opt_container {
    padding-bottom: 15px;
}

#opt_container .col-sm-6:first-child label {
    cursor: default;
}
