/* Global overrides and typography
-------------------------------------------------- */
a {
  color: #333333;
  text-decoration: none;
}
a:hover{  
  text-decoration: none;
}

.text-primary {
  color: #1980e6;
}
.text-primary:hover {
  color: #0057AD;
}
.label-primary {
  background-color: #0061c0;
}
.label-success {
  background-color: #6e9f2a;
}
.text-success {
  color: #6e9f2a;
}
.help-block {
  color: #999;
  font-size: 12px;
  margin-bottom: 5px;
}

/* Main content layout
-------------------------------------------------- */
html, body {
  height: 100%;
}
html.js-menu, html.js-offcanvas {
  overflow-x: hidden;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 0 -60px;
}
/* Set the fixed height of the footer */
#push, #footer {
  height: 60px;
}
#footer {
  padding: 10px;
  height: 60px;
  line-height: 20px;
  color: #c9c9c9;
  background-color: #fff;
  border-top: 0px solid #c9c9c9;
}
#container {
  position: relative;
}
#main {
  padding: 20px 20px 20px 230px;
}
#menu {
  position: absolute;
  top: 0;
  left: 3px;
  bottom: 0;
  width: 215px;
  padding-top: 18px;
  background: #fff;
  color: #fff;
  border-radius: 0 0 25px;
  border-color: #D7DDE2;
}
/* Header Styles
-------------------------------------------------- */
#header {
  color: #fff;
  background: #fff;
  border-bottom: 0px solid #D7DDE2;
  padding-right: 20px;
  height: 81px;
  position: relative;
  z-index: 100;
}
.header-logo {
  display: block;
  float: left;
  margin-left: 10px;
  text-decoration: none;
}
.header-item {
  height: 40px;
  line-height: 40px;
  margin: 20px 0 20px 10px;
  padding: 0 0 0 10px;
}
.header-item-bordered {
  border-left: 2px solid #D7DDE2;
}
.header-item .dropdown-menu {
  margin-top: 26px;
}
.header-avatar {
  text-decoration: none !important;
}
.header-avatar, .header-avatar:hover {
  color: #333;
  text-decoration: none;
}
.header-item-buttons {
  display: none;
  border-top: 0px solid #D7DDE2;
  margin-left: 20px;
}
.header-item-buttons .header-item {
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-avatar img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 48px;
  height: 48px;
}
.header-triangle {
  background-image: url(../../images/dashboard/triangle.png);
  background-repeat: no-repeat;
  background-position: 20px 0;
  height: 7px;
  position: relative;
  top: -12px;
}
.header-triangle-right {
  background-position: top right;
  margin-right: 20px;
}
.header-notification .header-triangle-right {
  margin-top: 5px;
}
.header-notification-no-message {
  padding-bottom: 10px;
}
.header-explore {
  margin-left: 20px;
}
.header-explore > a, .header-explore > a:hover {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

/* Header notification dropdowns */
.header-notification {
  width: 300px;
  padding: 0px 0px 10px 0px;
  color: #5f5f5f;
  font-size: 13px;
  line-height: normal;
}
.header-notification-title {
  font-weight: bold;
  margin: 10px 10px 0px 10px;
}
.header-notification-message {
  padding: 10px 0px;
  margin: 0px 10px;
  border-bottom: 1px solid #e0e0e0;
}
.header-notification-message a.alert-link {
  color: #843534;
  font-weight: bold;
}
.header-notification-message .actions {
  padding-top: 8px;
}
.header-notification-message:hover {
  background: #fafafa;
}
.header-notification-message .avatar {
  float: left;
  border: 1px solid #6d6d6d;
  width: 45px;
  height: 45px;
  margin-top: 5px;
}
.header-notification-message .avatar img {
  width: 45px;
  height: 45px;
}
.header-notification-message .info {
  float: left;
  margin-left: 10px;
  margin-top: 1px;
  width: 220px;
}
.header-notification-message .author {
  float: left;
  font-weight: bold;
  color: #5f5f5f;
}
.header-notification-message .date {
  float: right;
  color: #b2b2b2;
}
.header-notification-message .text {
  color: #6d6d6d;
}
a.header-notification-more, a.header-notification-more:hover {
  font-weight: bold;
  color: #5f5f5f;
  margin: 10px 10px 0px 10px;
  display: block;
}

/* Menu
---------------------------------------------------*/
#menu-link {
  display: none;
  margin: 24px 10px 0 20px;
}

/* main menu */
.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu > li > a {
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 10px 0 10px 10px;
}
.main-menu > li > a .fa {
  color: #121519;
  font-size: 18px;
  margin-right: 5px;
}
/* hover on main menu */
.main-menu > li:hover {
  background-color: #0061c0;
  border-radius: 10px;
}
.main-menu > li:hover > a, .main-menu>li:hover>a .fa {
  color: #121519;
  font-weight:700;
}
.main-menu > li:hover > a .fa-wordpress {
  background-position: center -18px;
}
.main-menu > li.submenu-wrapper:hover > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-right-color: #fff;
  margin-top: 2px;
  margin-right: 0px;
}

.main-menu > li.active > a:after {
  display: none;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-right-color: #fff;
  margin-top: 2px;
  margin-right: 0px;
}
.main-menu > li.submenu-wrapper:hover > a:after {
  border-right-color: #e4e3e3;
}
.main-menu > li.active:hover > a:after {
  border-right-color: #fff;
}

/* active main menu */
.main-menu > li.active {
  background-color: transparent!important;
  background-position:0 0px;
  border-radius: 10px;
}
.main-menu > li.active > a, .main-menu > li.active .fa {
    color: #333333;
    background-color: transparent!important;
    border-top-left-radius: 17px;
    font-weight: 900;
}
.main-menu>li.active .fa-wordpress {
  background-position: center -18px;
}
/* submenu */
.submenu-wrapper {
  position:relative;
}
.submenu-wrapper:hover > .submenu {
  display:block;
}
.submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  display: none;
  background-color: #f3f3f3;
  list-style: none;
  font-size: 13px;
  padding: 7px 7px 7px 7px;
  width: 215px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 33%);
}
.submenu .submenu-head {
  display: none;
}
.submenu > li > a {
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 5px 10px;
}
.submenu > li > a:hover {
  color: #121519;
  background: transparent!important;
  background-position:0 0px;
  border-color:#121519;
  border-radius: 10px;
  font-weight:700;
}
.submenu > li.active > a, .submenu > li.active > a:hover {
  color: #121519;
  font-weight: 700;
  background: transparent!important;
  background-position:0 0px;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
}

/* active submenu */
.main-menu > li.active .submenu {
  position: static;
  display: block;
  float: none;
  border-color: #121519;    
  border-radius: 0 0 10px 10px;
}

/* toggle menu buttons */
#sidebar-menu-toggle {
  padding: 0 0 10px 0;
}
#sidebar-menu-toggle a {
  font-size: 23px;
  color: #0061c0;
}
#sidebar-menu-toggle .shrink {
  padding-top: 10px;
  padding-right: 10px;
  display: block;
}
#sidebar-menu-toggle .enlarge {
  display: none;
}

/* collapsed main menu */
@media screen and (min-width: 951px) {
  .js-menu-collapsed #main {
    padding-left: 73px;
  }
  .js-menu-collapsed #menu {
    width: 53px;
  }
  .js-menu-collapsed .main-menu > li {
    white-space: nowrap;
  }
  .js-menu-collapsed .main-menu > li > a > span {
    display: none;
  }
  .js-menu-collapsed .main-menu > li > a .fa {
    margin-right: 15px;
  }
  .js-menu-collapsed .main-menu > li.active .submenu {
    position: absolute;
    display: none;
    float: left;
  }
  .js-menu-collapsed .main-menu > li.active:hover .submenu {
    display: block;
  }
  .js-menu-collapsed .main-menu > li.active > a:after {
    margin-top: -18px;
  }
  .js-menu-collapsed .main-menu > li.submenu-wrapper.active:hover > a:after, .js-menu-collapsed .main-menu > li.submenu-wrapper:hover > a:after {
    content: none;
    display: none;
  }
  .js-menu-collapsed .submenu {
    padding: 0;
  }
  .js-menu-collapsed .submenu li:nth-child(2) {
    margin-top: 5px;
  }
  .js-menu-collapsed .submenu li:last-child {
    margin-bottom: 5px;
  }
  .js-menu-collapsed .submenu .submenu-head {
    display: block;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    background: #333;
    padding: 0 10px;
    text-overflow: ellipsis;
  }
  .js-menu-collapsed .active .submenu-head {
    background: #0061c0;
  }
  .js-menu-collapsed #sidebar-menu-toggle .enlarge {
    display: block;
  }
  .js-menu-collapsed #sidebar-menu-toggle .shrink {
    display: none;
  }
}

/* Sidebar menu - mobile version
---------------------------------------------------*/
@media screen and (max-width: 840px) {
  /* menu hide */
  #menu-link { display: block; }
  #main { padding-left: 20px; position: relative; }
  #menu { left: -195px; }
  #sidebar-menu-toggle { display: none; }

  .js-advanced #main {
    -webkit-transition: -webkit-transform 500ms ease;
       -moz-transition:    -moz-transform 500ms ease;
        -ms-transition:     -ms-transform 500ms ease;
         -o-transition:      -o-transform 500ms ease;
            transition:         transform 500ms ease;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .js-advanced.js-menu #main {
    -webkit-transform: translate(195px, 0);
       -moz-transform: translate(195px, 0);
        -ms-transform: translate(195px, 0);
         -o-transform: translate(195px, 0);
            transform: translate(195px, 0);
  }
  .js-basic.js-menu #main { left: 195px; }

  .js-advanced #menu {
    -webkit-transition: -webkit-transform 500ms ease;
       -moz-transition:    -moz-transform 500ms ease;
        -ms-transition:     -ms-transform 500ms ease;
         -o-transition:      -o-transform 500ms ease;
            transition:         transform 500ms ease;
    -webkit-transform: translate(-195px, 0);
       -moz-transform: translate(-195px, 0);
        -ms-transform: translate(-195px, 0);
         -o-transform: translate(-195px, 0);
            transform: translate(-195px, 0);
  }
  .js-advanced.js-menu #menu {
    -webkit-transform: translate(195px, 0);
       -moz-transform: translate(195px, 0);
        -ms-transform: translate(195px, 0);
         -o-transform: translate(195px, 0);
            transform: translate(195px, 0);
  }
  .js-basic.js-menu #menu {
    left: 0;
  }
}
@media screen and (max-width: 790px) {
  .header-logo {
    width: 150px;
    height: 60px;
    margin-top: 10px;
  }
  .header-logo img {
    width: 150px;
    height: 60px;
  }
  #menu-link {
    margin-right: 0px;
  }
  .header-item-broadcast, .header-item-cart {
    display: none;
  }
  #header {
    height: 144px;
  }
  .header-item-buttons {
    display: block;
  }
}
@media screen and (max-width: 525px) {
  .header-item {
    display: none;
  }
  .header-item-buttons .header-item {
    display: block;
  }
  .header-item-profile {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .header-logo {
    display: block;
    width: 125px;
  }
  .header-logo img{
    display: block;
    width: 135px;
    height: 54px;
    margin-top: 5px;
  }
}

/* Bootstrap extensions
---------------------------------------------------*/

.form-control-white {
  background-color: #fff !important;
}
.form-control-copy {
  cursor: copy !important;
}
.form-control-pointer {
  cursor: pointer !important;
}
.table-vcenter>tbody>tr>td, .table-vcenter>tfoot>tr>td {
   vertical-align: middle !important;
}
.text-nowrap {
   white-space: nowrap;
}
.col-btn-sm-height {
  line-height: 30px;
}
.top-15 {
  margin-top: 15px;
}
.top-5 {
  margin-top: 5px;
}
.top-0 {
    margin-top: 0;
}
.bottom-15 {
  margin-bottom: 15px;
}
.bottom-5 {
  margin-bottom: 5px;
}
.bottom-0 {
    margin-bottom: 0;
}
.right-15 {
    margin-right: 15px;
}
.align-left {
    text-align: left !important;
}
.align-right {
    text-align: right !important;
}
.link-dark, .link-dark:hover {
  color: #333;
  text-decoration: none;
}
.top-padding-3 {
  padding-top: 3px !important;
}
.top-padding-15 {
  padding-top: 15px;
}
.text-bold {
  font-weight: bold;
}
@media screen and (min-width: 950px) {
  /* modals */
  .wide-modal {
    width: 780px;
  }
}

@media (min-width:992px){
  .modal-large {
    width:900px
  }
}

/* buttons */
.btn-circle {
  width: 34px;
  height: 34px;
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  border-radius: 17px;
}
.btn-notify {
  position: relative;
}
.btn-notify .count {
  color: #fff;
  background: #e1000b;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  border: 2px solid #e4e3e3;
  padding: 0px;
  font-size: 12px;
  text-shadow: none;
  min-width: 22px;
  height: 22px;
  line-height: 18px;
  position: absolute;
  top: -6px;
  left: -12px;
}
.btn-notify .count-right {
  left: auto;
  right: -10px;
}
.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  color: #333;
}
.btn-warning,
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #ECA839 !important;
  color: #333333 !important;
  outline: 0 none;
  text-shadow: 0 1px 1px #FFFFFF;
}
.btn-warning {
  background-color: #FDE157;
  background-image: linear-gradient(to bottom, #FDE157, #ECA839);
  background-repeat: repeat-x;
  border-color: #ECA839;
  background-position: 0 0;
  color: #FFFFFF;
  outline: 0 none;
  border-radius: 25px;
}
.btn-strong {
  font-weight: bold;
}
.btn-launch-wrapper {
  padding: 25px 0 15px 0;
}

.btn-launch-wrapper-no-top {
  padding: 0px 0 15px 0;
}

/** file inputs **/
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: inherit;
  display: block;
}

/** custom labels and icons for listings **/
.fa-roku:before {
  content: "R";
}
.fa-beamr:before {
  content: "O";
}
.label-status {
  font-size: 14px;
  padding: 3px 2px;
  background-color: #0061c0;
}
.label-unpublished {
  background-color: #c6c6c6;
}
@media screen and (max-width: 480px) {
  .label-status {
    font-size: 11px;
    padding: 2px 1px;
  }
}
@media screen and (max-width: 320px) {
  .label-status {
    font-size: 9px;
    padding: 2px 1px;
  }
}
.label-dropbox {
  background-color: #007ee5;
}
.label-youtube {
  background-color: #b91f1f;
}
.label-vimeo {
  background-color: #3ab9ff;
}
.label-roku {
  background-color: #6f1ab1;
}
.label-web-available {
  background-color: #D12651;
}
.label-roku .fa {
  font-weight: bolder;
}
.label-html5 {
  background-color: #ed4732;
}
.label-stb {
  background-color: #409300;
}
.label-transcoding {
  background-color: #ec971f;
}
.label-push-left {
  margin-left: 15px;
}
.label-disabled {
  background-color: #f30021;
}

.label-square {
  padding: .3em;
}

/* page title */
.page-title {
  margin: 25px 30px;
}
.page-title h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin: 0;
}
.page-title .left {
  padding-left: 0;
}
.page-title .right {
  padding-right: 0;
}

/* pagination */
.pagination-wrapper {
  margin-bottom: 10px;
}
.pagination-wrapper .pagination {
  margin: 0;
}
.pagination-wrapper .pagination-records {
  line-height: 33px;
}

/* panels */
.panel-small-margin {
  margin-bottom: 5px;
}
.panel-tab {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

/* Page specific styles
---------------------------------------------------*/

/* charts */
#chartContent .contentShow {
  width: 679px;
}

/* radio preview player */
.sm2_button {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
}
.sm2_button .preview-control {
  position: absolute;
  display:none;
  top: 0;
}
.sm2_button:hover .preview-control {
  background: url('../../images/playlist-play.png');
  z-index: 1000;
  display: block;
  width: 40px;
  height: 40px;
}
.sm2_playing .preview-control, .sm2_playing:hover .preview-control {
  background: url('../../images/playlist-pause.png');
  z-index: 1000;
  display: block;
  width: 40px;
  height: 40px;
}

/* billing and usage */
#billing-pie-storage,
#billing-pie-bandwidth,
#billing-pie-encodes,
#billing-empty-pie,
#billing-pie-credits {
    width: 225px;
    height: 225px;
}
.billing-pie-label {
    font-size:8pt;
    text-align:center;
    padding:2px;
    color:white;
}
h1.billing-card-title-left {
    color: #710404;
    margin-bottom: 0;
}
h1.billing-card-title-right {
    color: #2B669A;
    margin-bottom: 0;
}
.billing-card-additional {
    color: #999999;
}
.billing-card-buy-more {
    margin-top: 20px;
}
.item-added-info {
  color: #6E9F2A;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 10px;
}
.shopping-cart-modal-item {
    color: #999999;
    font-size: 12px;
}
.shopping-cart-modal-item a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.offer-name {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 12px 0;
    padding: 0;
}
.offer-price {
    color: #6E9F2A;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 -6px 0;
    padding: 0;
}
.offer-context {
    color: #999999;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.normal-weight {
    font-weight: normal;
}
.modal-dialog-lower {
    margin-top: 8%;
}
.table-borderless>tbody>tr>td {
    border-top:0;
}
@media screen and (max-width: 480px) {
  .align-small-media {
    float:left !important;
  }
}

/* permissions for sub users */
table.permissions td.allowed {
  background-color: #CCFFCC;
}
table.permissions td.denied {
  background-color: #FFCCCC;
}
table.permissions td div.icons {
  overflow: hidden;
  width: 36px;
  margin: 0 auto;
}
table.permissions td div.icons a { outline: none; }
table.permissions td a.allowed, table.permissions td a.allowedSimple { display: block; float: left; width: 16px; height: 16px; padding: 1px; background: url(../../images/dashboard/icon/ico-success.png) no-repeat; }
table.permissions td a.allowedSimple { cursor: default; }
table.permissions td a.allowedDisabled { display: block; float: left; width: 16px; height: 16px; padding: 1px; background: url(../../images/dashboard/icon/ico-success-inactive.png) no-repeat; }
table.permissions td a.denied, table.permissions td a.deniedSimple { display: block; float: left; width: 16px; height: 16px; padding: 1px; background: url(../../images/dashboard/icon/ico-denied.png) no-repeat; }
table.permissions td a.deniedSimple { cursor: default; }
table.permissions td a.deniedDisabled { display: block; float: left; width: 16px; height: 16px; padding: 1px; background: url(../../images/dashboard/icon/ico-denied-inactive.png) no-repeat; }

/* simple calendar */
.simple-calendar>tbody>tr>td {
  color: #BDBDBD;
  font-size: 19px;
  padding: 0;
}
.simple-calendar>tbody>tr>td a, .simple-calendar>tbody>tr>td a:hover {
  display: block;
  color: #BDBDBD;
  text-decoration: none;
  height: 56px; line-height: 56px;
}
.simple-calendar>tbody>tr>td.current {
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe9e9e9', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.simple-calendar>tbody>tr>td.current a, .simple-calendar>tbody>tr>td.current a:hover {
  color: #3D3D3D;
}
.simple-calendar>tbody>tr>td.today {
  color: #FFFFFF;
  background-image: -webkit-linear-gradient(top, #3da5eb 0%, #0075C4 100%);
  background-image: linear-gradient(to bottom, #3da5eb 0%, #0075C4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3da5eb', endColorstr='#ff#0075C4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.simple-calendar>tbody>tr>td.today a, .simple-calendar>tbody>tr>td.today a:hover {
  color: #FFFFFF;
}
.simple-calendar>tbody>tr>td div.has-events {
  position: relative;
  border: 1px solid #0099FF;
}
.simple-calendar>tbody>tr>td div.has-events .events {
  position: absolute; top: 0; right: 0;
  height: 17px; line-height: 17px; padding: 0 5px;
  color: #FFF; background: #0099FF;
  font-size: 13px; font-weight: bold;
}
.simple-calendar-legend>tbody>tr>td {
  color: #6F6F6F;
  padding: 5px;
  vertical-align: middle;
}

/** panel listings: videos, live channels, radio channels **/
.panel-listing-heading>.panel-heading {
  padding: 20px 15px;
  background-image: none;
  background-color: #e4e3e3;
}
.panel-listing-heading {
  border-color: #e4e3e3;
}
.panel-listing-heading .checkbox-wrapper {
  margin-top: 3px;
  margin-right: 6px;
}
.panel-listing-heading .push-left {
  margin-left: 5px;
}
.panel-listing>.panel-body {
  background-color: #f6f6f6;
  border-radius: 10px;
}
.panel-listing {
  border-color: #f6f6f6;
}
.panel-listing .media-heading a {
  color: #333;
}
.panel-listing-hover .media-heading a {
  color: #333;
}
.panel-listing-hover .media-heading a:hover {
  color: #333;
  text-decoration: none;
}
.panel-heading-dark {
    background: none repeat scroll 0 0 #E4E3E3 !important;
}

.thumbnail-container {
  position: relative;
  margin: 0 10px;
}
.thumbnail-container .video-labels, .thumbnail-container .video-length {
  display: block;
  position: absolute;
  background: #333333;
  font-size: 11px;
  color: #fefefe;
}
.thumbnail-container .video-length {
  bottom: 0;
  right: 0;
  padding: 4px 6px;
}
.thumbnail-container .channel-streaming {
  bottom: 0;
  right: 0;
  padding: 2px 4px;
  display: block !important;
}
.thumbnail-container .is-live {
  background: #0061c0;
}
.thumbnail-container .video-labels {
  top: 0; left: 0;
}
.thumbnail-container .channel-no-hover {
  display: block !important;
}
.thumbnail-container .fa-label {
  padding: 3px;
}
.thumbnail-container .fa-label-orange {
  background: #e47523;
}
.thumbnail-container .fa-label-blue {
  background: #0061c0;
}
.thumbnail-container .video-play {
  position: absolute;
  width: 50px;
  height: 27px;
  background: rgba(43, 51, 63, .7);
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -24px;
  padding: 2.5px 0px 0px 20px;
  border-radius: .3em;
  border: 1px solid #fff;
}
.thumbnail-container .video-play a, .thumbnail-container .video-play a:hover {
  color: #fff;
  text-decoration: none;
}
.panel-listing .video-play {
  display: none;
}
.panel-listing-hover .video-play {
  display: block;
}
.panel-listing-hover .video-labels, .panel-listing-hover .video-length {
  display: none;
}
.panel-selected>.panel-body {
  background: #fdf8e4;
}
.panel-selected {
  border-color: #D7DDE2;
}
.panel-listing .panel-line-height, .panel-listing-hover .panel-line-height {
  line-height: 64px;
}
.video-edit-actions {
  margin-left: 10px;
}

/** media listing column: videos, live channels, radio channels **/
.media-listing-column {
  margin-bottom: 20px;
}
.media-listing-column .media-heading a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.media-listing-column .media-heading a:hover {
  text-decoration: none;
}
.media-listing-column .no-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-listing-column .media {
  padding: 0 5px;
}
.media-listing-column .thumbnail-column {
  display: block;
  border: 3px solid #fff;
  background-color: #000;
  position: relative;
}
.media-column-selected .thumbnail-column {
  border-color: #0061c0;
}
.media-listing-column .thumbnail-column img {
  margin-left: auto;
  margin-right: auto;
}
.media-listing-column .labels {
  position: absolute;
}
.media-listing-column .labels-top-left {
  top: 0;
  left: 0;
}
.media-listing-column .fa-label {
  padding: 3px 5px;
  text-transform: capitalize;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}
.media-listing-column .fa-label-orange {
  background: #e47523;
}
.media-listing-column .fa-label-blue {
  background: #0061c0;
}
.media-listing-column .labels-top-right {
  top: 3px;
  right: 4px;
}
.media-listing-column .labels-top-right input[type="checkbox"] {
  margin: 0;
  width: 18px;
  height: 18px;
}
.media-listing-column .labels-bottom-left {
  bottom: 4px;
  left: 2px;
  min-width: 55px;
}
.media-listing-column .labels-bottom-right {
  display: none;
  bottom: 4px;
  right: 4px;
  min-width: 130px;
  text-align: right;
}
.thumbnail-column .video-length {
  display: block;
  position: absolute;
  background: #333333;
  font-size: 11px;
  color: #fefefe;
  bottom: 0;
  right: 0;
  padding: 4px 6px;
}
.thumbnail-column .channel-streaming {
  bottom: 0;
  right: 0;
  padding: 4px 6px;
}
.thumbnail-column .is-live {
  background: #F30021;

}
.thumbnail-column .channel-no-hover {
  display: block !important;
}
.media-column-hover .labels-top-left {
  display: none;
}
.media-column-hover .labels-bottom-right {
  display: block;
}
.media-column-hover .video-length {
  display: none;
}
.media-listing-column .thumbnail-cover {
  display: none;
}
.media-column-hover .thumbnail-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.8;
  display: block;
}
.media-listing-column .thumbnail-cover-triangle {
  display: none;
  width: 2em; height: 2em;
  border-top: 2em solid #0061c0;
  border-right: 2em solid #0061c0;
  border-bottom: 2em solid transparent;
  border-left: 2em solid transparent;
  position: absolute;
  top:0;
  right: 0;
}
.media-listing-column .thumbnail-options .controller {
  color: #fff;
  text-decoration: none;
}
.media-listing-column .thumbnail-options {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 26px;
  margin-left: -50px;
  margin-top: -13px;
}
.media-column-hover .thumbnail-options {
  display: block;
}
.media-column-selected .thumbnail-cover-triangle {
  display: block;
}
@media screen and (max-width: 480px) {
  .media-listing-column .thumbnail-options {
    font-size: 12px;
    height: 22px;
    margin-top: -11px;
  }
}
@media screen and (max-width: 320px) {
  .media-listing-column .fa-label {
    padding: 2px 3px;
    font-size: 8px;
    font-weight: normal;
  }
  .media-listing-column .thumbnail-cover-triangle {
    width: 1.3em; height: 1.3em;
    border-top: 1.3em solid #0061c0;
    border-right: 1.3em solid #0061c0;
    border-bottom: 1.3em solid transparent;
    border-left: 1.3em solid transparent;
  }
  .media-listing-column .labels-top-right {
    top: 1px; right: 1px;
  }
  .media-listing-column .labels-top-right input[type="checkbox"] {
    width: auto;
    height: auto;
  }
  .media-listing-column .thumbnail-options {
    font-size: 10px;
    height: 20px;
    margin-top: -5px;
  }
  .media-column-hover .labels-bottom-left, .media-column-hover .labels-bottom-right {
    display: none;
  }
}

/** support button **/
.support-button {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 38px;
  padding: 0 16px;
  position: fixed;
  bottom: 0px;
  right: 20px;
  border-radius: 6px 6px 0px 0px;
  background-color: #0061C0;
  margin-bottom: -10px;
  padding-bottom: 10px;
  -webkit-transition: bottom 0.5s ease-out;
     -moz-transition: bottom 0.5s ease-out;
       -o-transition: bottom 0.5s ease-out;
          transition: bottom 0.5s ease-out;
  z-index: 5;
}
.support-button:hover {
  bottom: 10px;
  color: #FFFFFF;
  text-decoration: none;
}

/** quick stats panel **/
.panel-quick-stats .panel-body {
  padding: 0;
}
.panel-quick-stats .col {
  padding-top: 12px;
  padding-bottom: 15px;
}
.panel-quick-stats .text-strong {
  color: #5f5f5f;
  font-size: 150%;
  font-weight: bold;
  line-height: 1;
  padding-top: 8px;
}
.panel-quick-stats .text-muted {
  line-height: 1;
}
.panel-quick-stats .label-container {
  font-size: 30px;
  width: 70px;
}
.panel-quick-stats .col span.label {
  border-radius: 15px;
  padding: 0.4em;
}
.panel-quick-stats .col-bordered-right {
  border-right: 1px solid #D7DDE2;
}
.panel-quick-stats .col-bordered-right:last-child {
  border-right: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .panel-quick-stats .label-container {
    font-size: 24px;
    width: 56px;
  }
  .panel-quick-stats .text-strong {
    font-size: 16px;
    padding-top: 4px;
  }
  .panel-quick-stats .text-muted {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .panel-quick-stats .col {
    padding: 8px;
  }
  .panel-quick-stats .label-container {
    font-size: 20px;
    width: 48px;
  }
  .panel-quick-stats .text-strong {
    font-size: 14px;
    padding-top: 4px;
  }
  .panel-quick-stats .text-muted {
    font-size: 12px;
  }
}

/** storage panel details **/
.panel-summary .chart {
  width: 42px;
  height: 42px;
}
.panel-summary .status {
  padding: 0 10px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
}
.panel-summary .status div {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -2px;
}
.panel-summary .status-big div {
  font-size: 36px;
}
.panel-summary .status-bordered {
  border-right: 2px solid #d6d6d6;
}
.panel-summary .status-bordered:last-child {
  border-right: none;
}
.panel-summary .btn-lg {
  font-size: 15px;
}

/** video thumbnail on video details page **/
.video-thumbnail-updater .form-control-static {
  margin-bottom: 7px;
}
.video-thumbnail {
  margin-bottom: 7px;
  position: relative;
}
.video-thumbnail-cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.75;
  filter: alpha(opacity=75);
  color: #fff;
  text-align: center;
}
.video-thumbnail-cover .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
}
.video-grap-thumb-wrapper {
  margin-bottom: 8px;
}

/** closed captions tab in video details page **/
#closed-captions-items {
  overflow: auto;
  height: 320px;
}
#closed-captions-items .list-group {
  margin-bottom: 0;
}
#closed-captions-items .list-group-item {
  padding: 3px 5px;
}
.closed-captions-html5-error {
  margin-bottom: 7px;
  background: #000;
  color: #fff;
  height: 180px;
  line-height: 180px;
}
#closed-captions-video {
  background: #000;
}
#closed-captions-video-error {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 7px;
  display: none;
}
#closed-captions-player a.btn {
  margin-bottom: 5px;
}
#captionTitle {
  margin-top: 10px;
}
/* new channel page */
#player-select img{
  padding-left: 0px;
  margin-top: 5px;
}

/* broadcasting options - carousel */
h3 span.label-counter {
  display: inline;
  padding: 3px 9px 1px 9px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 20px;
  background-color: #333;
}
.carousel-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
.carousel-item-wrapper {
  padding: 0 5px;
}
.carousel-item-wrapper a.thumb {
  display: block;
  position: relative;
  border: 1px solid #fff;
  border-radius: 19px;
}
.carousel-item-wrapper a.thumb span.label {
  display: block;
  position: absolute;
  bottom: 0;
  right: 10px;
  background: rgba(51,51,51,0.5);
  padding: 5px 7px;
  text-transform: uppercase;
  border-radius: 25px!important;
}
.carousel-item-wrapper a.thumb .fa {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -14px;
  color: #333;
}
.processing .carousel-item-wrapper a.thumb .fa {
  display: inline;
}
.carousel-item-body {
  padding: 8px 5px 5px 5px;
}
.carousel-item-body-no-padding-on-sides {
  padding: 8px 0px 5px 0px;
}
.carousel-item-body h5 {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.carousel-item-body .btn {
  width: 100%;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    border-radius: 25px;
}
.owl-item.loading a.thumb span.label {
  display: none;
}
.owl-item.selected .carousel-item-wrapper a.thumb-video {
  border: 1px solid #d3d3d3;
  border-radius: 25px;
}
.owl-item.selected .carousel-item-wrapper a.thumb-radio {
  border: 5px solid #6e9f2a;
}
.owl-item.faded {
  opacity: 0.5;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

@media (max-width: 480px) {
  .carousel-item-body .btn {
    font-size: 10px;
  }
}

/* broadcasting options */
.broadcasting-autorecord-settings {
  color: #fff;
  background: #0061c0;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 25px;
}
.broadcasting-autorecord-settings a {
  color: #fff;
}
.broadcasting-autorecord-settings .icon {
  font-size: 12px;
}
.broadcasting-autorecord-settings .fa-video-camera,
.broadcasting-autorecord-settings .fa-microphone {
  font-size: 30px;
}
.broadcasting-autorecord-settings .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
  padding-left: 18px;
}
.broadcasting-autorecord-settings .status {
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
  padding-right: 5px;
}
.broadcasting-autorecord-settings .status-label {
  margin-top: 13px;
  display: none;
}
.broadcasting-autorecord-settings .status-label .label{
  font-size: 16px !important;
  font-weight: bold !important;
}
.broadcasting-autorecord-settings.locked .status-label {
  display: block;
}
.broadcasting-autorecord-settings.locked .status-label .label-success {
  display: none;
}
.broadcasting-autorecord-settings.on .status-label .label-success {
  display: inline;
}
.broadcasting-autorecord-settings.on .status-label .label-danger {
  display: none;
}
.broadcasting-autorecord-settings .status-toggle {
  display: inline-block;
  width: 72px;
  height: 30px;
  margin-top: 5px;
  background: url('../../images/dashboard/icon/recording-onoff-switch.png') no-repeat 100% -37px;
}
.broadcasting-autorecord-settings.on .status-toggle {
  background-position: 100% 3px;
}
.broadcasting-autorecord-settings.locked .status-toggle {
  display: none;
}
.broadcasting-autorecord-settings .settings {
  display: none;
  font-size: 32px;
  line-height: 42px;
  padding-left: 12px;
}
.broadcasting-autorecord-settings.on .settings {
  display: block;
}
.broadcasting-autorecord-settings.locked .settings {
  display: none;
}
#radio-channel-settings .broadcasting-autorecord-settings {
  background: #6e9f2a;
}

/* broadcasting options title */
.panel-broadcasting-title {
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
}
.panel-broadcasting-title .panel-body {
  color: #999;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
}

/* broadcasting options panels */
.panel-broadcasting-option {
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
}
.panel-broadcasting-option.even {
  background: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pull-left-pad {
    float: left !important;
    padding-left: 10px;
}
.panel-broadcasting-option > .panel-body > .pull-left {
  padding-right: 15px;
}
.panel-broadcasting-option > .panel-body > .pull-right {
  padding-top: 20px;
}
.panel-broadcasting-option h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 3px;
}

.panel-broadcasting-option h4.top-custom {
  margin-top: 8px !important;
}

.inform_os_icon{
  background-color: #E4E2E3;
  border-radius: 3px;
  color: #989898;
  padding: 3px 10px;
  margin-right: 5px;
  font-size:18px;
  display: inline-block;
  vertical-align: middle;
}
/* broadcaster thumbs */
.thumb-broadcaster {
  display: block;
  width: 72px;
  height: 72px;
  margin-left: -10px;
  background: url('../../images/dashboard/icon/broadcasters.png') no-repeat;
}
.thumb-broadcaster-aclive { background: url('../../../../public/images/broadcaster-acelive.png') no-repeat; background-size: 72px 72px; }
.thumb-broadcaster-hdwave { background: url('../../../../public/images/broadcaster-hdwave.png') no-repeat; background-size: 72px 72px; }
.thumb-broadcaster-hdwave-deskshare { background: url('../../../../public/images/broadcaster-deskshare.png') no-repeat; background-size: 72px 72px; }
.thumb-broadcaster-tricaster { background-position: 0 -504px; }
.thumb-broadcaster-vidblasterx { background-position: 0 -1800px; }
.thumb-broadcaster-wirecast { background-position: 0 -360px; }
.thumb-broadcaster-winamp { background-position: 0 -648px; }
.thumb-broadcaster-virtualdj { background-position: 0 -720px; }
.thumb-broadcaster-sam { background-position: 0 -792px; }
.thumb-broadcaster-mixxx { background-position: 0 -864px; }
.thumb-broadcaster-papaya { background-position: 0 -936px; }
.thumb-broadcaster-airtime { background-position: 0 -1080px; }
.thumb-broadcaster-xsplit { background-position: 0 -1152px; }
.thumb-broadcaster-vmix { background-position: 0 -1224px; }
.thumb-broadcaster-datavideo-nvs-20 { background-position: 0 -1368px; }
.thumb-broadcaster-teradek-vidiu { background-position: 0 -1296px; }
.thumb-broadcaster-uniplay-unistreamer { background-position: 0 -1440px; }
.thumb-broadcaster-larix { background-position: 0 -1512px; }
.thumb-broadcaster-teradekliveair { background-position: 0 -1584px; }
.thumb-broadcaster-masterplay-onair { background-position: 0 -1656px; }
.thumb-broadcaster-streamstar { background-position: 0 -1728px; }
.thumb-broadcaster-obs { background-position: 0 -1872px; }

/* switches thumbs */
.thumb-switch {
  display: block;
  width: 72px;
  height: 72px;
  background: url('../../images/dashboard/icon/switches.png') no-repeat;
}
.thumb-switch-atem { background-position: 0 0px; }
.thumb-switch-atem4kprobroadcaster { background-position: 0 0px; }

/* welcome page */
.welcome-panel {
  border-radius: 5px;
  padding: 20px;
  font-size: 14px;
  line-height: 18px;
}

/* upgrade */
.upgrade-account{
  padding: 20px;
  color: #6e9f2a;
  background: #effbdd;
  border: 1px solid #b0e961;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.upgrade-account h2 {
  margin: 0px 0px 20px 0px;
}
.upgrade-account-list {
  list-style: none;
  padding-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.monetize {
  text-align: center;
  margin: 20px 0px;
}
.support-panel {
  text-align: center;
  min-height: 210px;
}
.support-panel .panel-heading {
  padding-top: 15px;
  padding-bottom: 15px;
  background: none;
}
.support-panel .panel-heading h4 {
  margin: 0px;
  font-weight: bold;
}
.support-panel .panel-body {
  min-height: 145px;
}
.support-icon {
  padding: 5px 0 15px 0;
}
.support-info {
  font-weight: bold;
}

.support-message {
  text-align: center;
  min-height: 210px;
}
.support-message .panel-heading {
  padding-top: 15px;
  padding-bottom: 15px;
}
.support-message .panel-heading h4 {
  margin: 0px;
  font-weight: bold;
}

/* flot charts */
#billing-pie-storage,
#billing-pie-encodes,
#billing-pie-credits,
#billing-pie-bandwidth{
  width: 100%;
}

.plot_left {
  padding: 10px 10px;
  border: 1px solid #ddd;
  background: #fff;
  background: linear-gradient(#f6f6f6 0, #fff 50px);
  background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.axisLabel {
  position: absolute;
  text-align: center;
  font-size: 12px;
}
.yaxisLabel {
  top: 50%;
  left: 10px;
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform:  rotate(-90deg);
  transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.yAxis .tickLabel {
/*  width: 21px;
  overflow: hidden;*/
}

#flotTip {
  position: absolute; display: none; padding: 0.4em 0.6em; background-color: #fff; opacity: 0.90; z-index: 1040;
  border-radius: 0.5em;
  font-size: 0.8em;
  border: 1px solid #ccc;
  white-space: nowrap;
}

/* date range picker */
.hideOverflow {
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  width:100%;
  display:block;
}

.btn-group-xs {
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width:85%;
}

.dropdown-xs {
  width:15%;
}

@media all and (max-width: 520px) {
  .btn-group-xs {
    width:80%;
  }
  .dropdown-xs {
    width:20%;
  }
}

@media all and (max-width: 420px) {
  .btn-group-xs {
    width:70%;
  }
  .dropdown-xs {
    width:30%;
  }
}

/** date range picker overrides **/
.daterangepicker .ranges li {
  color: #0061c0 !important;
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  color: #fff !important;
  background: #0061c0 !important;
  border: 1px solid #0061c0 !important;
}

#statsFiles td{
	word-break:break-all;
}

.wide-banner img{
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.wide-banner {
  text-align: center;
}

/* streaming guide */
.streaming-guide-summary-title {
  margin-left: 30px;
  margin-bottom: 15px;
}
.streaming-guide-section {
  margin-left: 15px;
  margin-bottom: 20px;
  margin-right: 15px;
}
.streaming-guide-section hr {
  margin: 30px -5px 30px -35px;
  border-color: #c9c9c9;
}
.streaming-guide-section h3 {
  margin-bottom: 35px;
}
.streaming-guide-section-counter {
  display: block;
  padding: 5px 5px 1px 5px;
  width: 36px;
  height: 36px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50%;
  background-color: #333;
}
h3 span.streaming-guide-section-title {
  padding: 5px;
}
.streaming-guide-section-details ul {
  list-style: none;
}
.streaming-guide-section-details li:before {
  content: '\00BB';
  padding-right: 5px;
}
.streaming-guide-section-image {
  margin-top: 20px;
}
/* end streaming guide */
#plot_legendholder {
  margin-bottom: 5px;
}
#plot_views_legendholder {
  margin-bottom: 5px;
}
.modal-header h3 {
    line-height: 30px;
    margin: 0;
    font-weight: bold;
}

.log-item {
    font-size: 14px;
    font-weight: normal;
    padding: 0 10px 0 0;
}

.log-date {
    color: #B5B5B5;

}

.log-message-debug,
.log-message-info {
    color: #339966;
}

.log-message-notice,
.log-message-warning {
    color: #F29D50;
}

.log-message-error,
.log-message-critical,
.log-message-alert,
.log-message-emergency {
    color: #fe0000;
}
.title-fade {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #b5b5b5;
}

.iostream {
    height: 17px;
    padding: 14px;
    margin: 5px 5px 0 0;
    background: #f7f7f7;
    font-size: 14px;
    color: #676767;
    min-width: 200px;
}

.preview-player {
    margin: 5px 5px 5px 0;
    cursor: pointer;
    height: 144px;
    overflow: hidden;
}
.padding-right-medium {
  padding-right: 15px !important;
} 
.roku-branding img{
  max-width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
}
.roku-hide {
  display: none;
}
#step-2 .input-group-btn {
    width: 85px;
}
#step-2{
  display: none;
}
.branding-label {
  word-wrap: break-word;
}

@media all and (max-width: 768px) {
  .padding-left-medium{
    padding-left: 15px !important;
  }
}

.categ-menu {
  list-style: none;
  margin-left: 20px;
  padding: 0px;
  margin-top: 10px;
}

.categ-menu .checkbox{
  margin: 0px;
  padding: 0px;
  min-height: 15px;
}

.categ-menu input {
  margin-right: 5px;
}

.categ-menu-ident {
  margin-top: 0px;
}

.video-categories-scroll {
  max-height: 192px;
}

.video-categories-container {
  max-height: 192px;
  overflow-y: auto;
}

#playlistSearch .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

#playlistSearch .twitter-typeahead {
  width: 100%;
}

#playlistSearch .tt-menu  {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  margin-top: 5px;
  width: 100%;
  border-radius: 5px;
}

#playlistSearch .tt-suggestion  {
  padding: 5px;
}

#playlistSearch .tt-cursor  {
   background: #0061c0;
   color: #fff;
}

.network-page-order {
  width: 50px;
  margin-top: 20px;
  margin-right: 10px;
  height: 24px;
}

/* Affiliates start */

.affiliate-form .register-add-on {
    color: #777;
    display: block;
    font-size: 25px;
    margin-top: -53px;
    padding: 5px 10px;
    position: relative;
    width: 30px;
}

input.extend-width,select.extend-width{
    height: 50px !important;
    padding-left: 45px  !important;
    padding-top: 5px  !important;
    padding-bottom:5px  !important;
    font-size: 16px;
    color: #333333;
}

.affSearch,
.tt-query,
.tt-hint {
    width: 100%;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}
.affSearch {
    background-color: #fff;
    float: left;
}
.affSearch:focus {
    border: 2px solid #0097cf;
}
.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
    color: #999
}
.tt-menu {
    width: 100%;
    text-align: left;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}
.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.tt-menu {
    max-height: 360px;
    overflow-y: auto;
}

.twitter-typeahead {
    width: 100%;
}
.Typeahead {
    background-color: #0097cf;
    background-image: -moz-linear-gradient(center top , #04a2dd, #03739c);
    background-repeat: repeat-x;
    border: 1px solid #024e6a;
    border-radius: 10px;
    box-shadow: 0 0 2px #111;
    margin: 50px auto 0;
    padding: 15px;
    position: relative;
    text-align: left;
    width: 500px;
}
.Typeahead-spinner {
    display: none;
    height: 28px;
    margin: 0 0 6px 6px;
    vertical-align: bottom;
    width: 28px;
}
.Typeahead-hint, .Typeahead-input {
    border: 1px solid #024e6a;
    border-radius: 8px;
    font-size: 24px;
    line-height: 30px;
    padding: 5px 8px;
    width: 100%;
}
.Typeahead-hint {
    color: #ccd6dd;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
}
.Typeahead-menu {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 2.5%;
    margin-bottom: 20px;
    overflow: hidden;
    position: absolute;
    top: 95%;
    width: 95%;
    z-index: 100;
}
.Typeahead-menu.is-open {
    display: block;
}
.Typeahead-selectable {
    cursor: pointer;
}
.Typeahead-selectable + .Typeahead-selectable {
    border-top: 1px solid #ccd6dd;
}
.ProfileCard {
    padding: 8px 8px 16px;
    position: relative;
}
.ProfileCard-avatar {
    border: 2px solid #ccd6dd;
    border-radius: 5px;
    height: 52px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 52px;
}
.ProfileCard-details {
    min-height: 35px;
    padding-left: 70px;
}
.ProfileCard-realName {
    font-weight: normal;
}
.ProfileCard-realName, .ProfileCard-screenName {
    display: inline-block;
}
.tt-suggestion:hover .muted {
   color: #ffffff;
}

.tt-suggestion.tt-cursor .muted {
    color: #ffffff;
}

.tt-hint {
  display: none;
}

/* Affiliates end */

.app_type_channel {
  display: none;
}
#overlay-subscription-remove-item-button {
  max-width: 100%;
}
#overlay-subscription-remove-item-button .item-type{
  width: 100%;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.margin-top-none{
    margin-top:0px !important;
}
.margin-top-smaller{
    margin-top:5px;
}
.margin-top-small{
    margin-top:10px;
}
.margin-top-intermediate{
    margin-top:15px;
}
.margin-top-medium{
    margin-top:20px;
}
.margin-top-medium-int{
    margin-top:25px;
}
.margin-top-big{
    margin-top:30px;
}
.margin-bottom-none{
    margin-bottom:0px !important;
}
.margin-bottom-smallest{
    margin-bottom:4px;
}
.margin-bottom-small{
    margin-bottom:10px;
}
.margin-top-smallest{
    margin-top:2px;
}
.margin-bottom-medium{
    margin-bottom:20px;
}
.margin-bottom-big{
    margin-bottom:30px;
}
.margin-right-intermediate{
    margin-right:15px !important;
}
.margin-right-medium{
    margin-right:20px !important;
}
.margin-left-smallest{
    margin-left:5px !important;
}
.margin-left-small{
    margin-left:10px !important;
}
.margin-left-intermediate{
    margin-left:15px !important;
}
.margin-right-none{
    margin-right:0px !important;
}
.margin-left-medium{
    margin-left:20px !important;
}
.margin-right-smallest{
    margin-right:5px !important;
}
.margin-right-small{
    margin-right:10px !important;
}
.margin-left-big{
    margin-left:30px !important;
}
.margin-right-none{
    margin-right:0px !important;
}

.mandatory-field-mark:after {
  position:absolute;
  content:'*';
  color:red;
  right:5px;
  top:0;
  font-size: 18px;
}
.popover_container .popover-title{
  letter-spacing: 0px;
  font-weight: bold;
  font-size: 14px;
}
.popover_container .popover-content {
  font-size: 14px !important;
  letter-spacing: 0px !important;
  font-weight: 100 !important;
  line-height: 25px;
}

@media  (max-width: 420px) {

  .panel-summary .status-bordered {
    border-right: none;
  }
  .panel-summary .status div {
    font-size: 24px;
  }

}

@media  (max-width: 780px) {
  .upgrade-btn{
    padding-top:20px;
  }
}
.settings_note{
  margin-bottom: 10px;
  color: #a94442;
  margin-left: 40px;
}

.subscription-btn {
  white-space: normal;
  margin-bottom: 15px;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

  /* Force table to not be like tables anymore */
  .table-responsive-custom table, thead, tbody, th, td, tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  .table-responsive-custom thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  .table-responsive-custom tr { border: 1px solid #ccc; }
  
  .table-responsive-custom td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
  }
  
  .table-responsive-custom td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
  
  /*
  Label the data
  */
  .table-responsive-custom td:before { content: attr(data-label); text-align: left; font-weight: bold; font-size: 11px; vertical-align: middle; }
  .table-responsive-custom td:not(.no-records) { text-align: right; font-size: 11px; vertical-align: middle; }
}