@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700,900');

html, body {
  height: 100%;
  font-family: 'Nunito Sans';
  background: #f4f4f4;
}

html, #channel {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
#shadow-box {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #ffffff;
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 33%, #e3e4e8 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 33%,#e3e4e8 100%);
  background: radial-gradient(ellipse at center, #ffffff 33%,#e3e4e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e4e8',GradientType=1 );
}
.text-light {
 font-size: 12px;
 color: #adadad;
}
 
.btn-primary {
  color: #fff;
  background-color: #50aab4;
  border-color: #45929a;
}
.btn-save {
  margin-bottom: 10px;
  display: block;
}
.btn-success {
  color: #fff;
  background-color: #6ec797;
  border-color: #539471;

 /* 
 color: #daf9f4;
  background-color: #3A7F74;
  border-color: #255049;
 */
}
 
.bg-faded {
  background-color: #313131;
}
.channel_manager .navbar-light .navbar-nav .nav-link {
  color: rgba(255,255,255,.5);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open>.nav-link {
  color: rgba(255,255,255,.9);
  font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #50aab4;
}
.channel_manager hr {
  border-bottom: 1px solid white;
  border-top: 1px solid rgba(0,0,0,0.1);
}

.navbar-footer {
  background: #111a23;
  padding: 15px 30px;
}
.fixed-top {
  box-shadow: 0px 10px 10px rgba(0,0,0,0.15);
  border-bottom: 1px solid #000000;
}

.nav-link {
  cursor: pointer;
}
.preview {
  display: inline-block;
  border: 3px solid rgba(255,255,255,1);
  background: black;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.channel_manager .navbar-brand {
  font-size: 14px;
  opacity: 0.85;
}
.channel_manager .navbar-brand:hover {
  opacity: 1;
}
.channel_manager h1.display-5 {
  font-weight: 400;
  color: #797979;
  font-size: 2rem;
}
.well {
  padding: 10px;
  background: rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.075);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.save-menu li {
  display: inline-block;
  float: right;
}
body {
  padding: 0px 0 50px 0;
}
a {
  color: #3e82c5; 
}
#form {
  padding: 20px 0 50px 0;
}
#guide .row {
  padding: 0px 90px 60px 90px;
}
.top-row, .top-row-backend {
  background: #111a23;
  position: relative;
  z-index: 100;
}
.top-row-backend {
  padding: 20px 0 10px 0;
}
#guide .search-row {
  background: rgba(0,0,0,0.05);
  position: relative;
  z-index: 100;
  padding: 20px 120px 20px 120px;
}
.search-wrapper {
  position: relative;
}
.search-icon {
  position: absolute;
  left: 10px;
  top: 6px;

  display: block;
  width: 30px;
  height: 30px;
}
.x-icon {
 position: absolute;
 right: 10px;
 top: 6px;
 display: block;
 width: 15px;
 height: 30px;
 cursor: pointer;
}
.search-icon .fa {

  position: relative;

}
#home {
  color: black;
}
#home .container {
}
#brand {
  width: 175px;
  height: 62px;
  display: block;
  margin: 0 auto;
  padding: 60px 0 30px 0;
}
#brand img {
  max-width: 100%;
  height: auto;
}
#search input {
  text-indent: 40px;
}
#search label {
  font-size: 20px;
  font-weight: 300px;
  color: rgba(0,0,0,0.5);
}
#guide .relative {
  position: relative;
  width: 100%;
  height: 100%;
}
#guide {
  background: #ececec; 
}
#guide h1 {
  font-weight: 300;
  margin-bottom: 30px;
}

h3  {
  font-family: 'Nunito Sans';
  font-size: 130%;
  font-weight: 300;
  color: #696a6d;
  overflow: hidden;
  line-height: 1.2;
  max-height: 44px;
  text-align: center;
  position: relative;
  z-index: 50;
  padding: 10px 20px;
  background: #e3e4e6;
  border-top: 2px solid rgba(255,255,255,0.5);
  margin: -3px 5px 5px 5px;
  white-space: nowrap;
}
h3.channel-name-strip {

}
.channel-item {
  padding: 30px;
  position: relative;
  
}
.channel-item-inner {

 border: 3px solid rgba(0,0,0,0.1);
 margin: 5px 5px 0 5px;
 height: 100%;
 position: relative;
}
.channel-logo {
  border-top: 2px solid rgba(255,255,255,0.5);
  max-width: 100%;
  height: auto;
  width: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.channel-logo img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
  height: auto;
  max-height: 100%;
}
.green-screen {
  height: 100%;
  width: 100%;
  background: rgba(0,211,233, 0.95);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 15;
  opacity: 0;
}
.view-text {
  font-weight: 700;
  font-size: 50px;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #111a23;
  margin-top: 30%;
  line-height: 1;
}
.channel-text {
  font-weight: 500;
  font-size: 30px;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #575f50;
  line-height: 1;
  position: relative;
}
#channel-content-container {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.container-table {
  position: relative;
  width: 100%;
  height: 100%;
}
.row-center {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.channel-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}
#channel .lead {
  color: #289276;
}

ul.list-inline .list-inline-item a.btn {
  margin-bottom: 10px;
}


.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }


/*

     breezy user backend

*/
.heavy {
  font-weight: 900;
}
.channel-name {
  color: rgba(0,0,0,0.6);
}
.grande {
  font-weight: 700;
}
.slide-form {
  min-width: 100%;
  display: block;
}
.breezy-backend-content {
  padding: 20px 30px;
}
.breezy-backend-content small.text-muted {

  color: #c3c3c3 !important;
}

.account-btn-group {
  margin-right: 10px;
}
h5.label {
  font-weight: 900;
  padding: 10px 20px;
  border-radius: 20px;
  background: #e6e6e6;
  margin-bottom: 25px;
}
button, input, select, textarea {
  
}
.clearablefileinput
{
  display: block;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
}
.meta {
  padding: 15px 0;
  display: block;
}
body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.9;
  z-index: 2000;
  font-weight: 900 !important;
}
.dragged h5 {
  font-weight: 700 !important;
}
ol#accordion li .img-thumbnail {
  /* box-shadow:0 0 5px rgba(0,0,0,0.2); */
}
.slide-thumb a {
  display: block;
}
#accordion li, #accordion {
  margin: 0;
  padding-left: 0;
}
#accordion li a.fa {
  width: 15px;
  height: 15px;
}
#accordion .card {
  margin-bottom: 8px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
#accordion .card-header {
  /* cursor: url(https://ssl.gstatic.com/ui/v1/icons/mail/images/2/openhand.cur), default !important; */
  border-top: 2px solid rgba(255,255,255,0.4);
}
#accordion li {
  display: block;
  width: 100%;

}
.card.slightly-hidden {
  opacity: 0.5;
}
.breadcrumb {
  background: rgba(255,255,255,0.5);

}
.slide-form label, .channel_manager .form-group label {
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 700;
}
.input-slide-title {
  font-weight: 700;
}
#accordion li .card-header {
  display: inline-block;
  height: 100px;
  width: 100%;

}
#accordion li.placeholder {
  position: relative;
  
}
#accordion li.placeholder:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin-top: -10px;
  left: -10px;
  top: -4px;
  border: 10px solid transparent;
  border-left-color: rgba(0,0,0,0.5);
  border-right: none;
}
#accordion li.card {
  left: 0 !important;
}
.avatar-form {
  padding-top: 20px;
}
.avatar-form label {
  display: none;
}
.avatar-meta {
  padding-top: 10px;
}
.thin-meta {
  font-weight: 300;
  font-size: 24px;
}
.dragger {
  background: url('https://s3.amazonaws.com/cdn.breezytv.com/adminsortable2/icons/drag.png') 0 0 repeat;
  
  float: right;
  cursor: pointer;
  cursor: url('https://ssl.gstatic.com/ui/v1/icons/mail/images/2/openhand.cur'), default !important;
  text-align: center;
  color: rgba(0,0,0,0.2);
  padding: 10px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  width: 70px;
  height: 50px;
}
.dragger:hover {
  color: rgba(0,0,0,0.3);
}
.dragger .fa {
  font-size: 40px;
}

.slide-key {
  
  display: inline-block;
  float: left;
  margin-right: 10px;
  border: 4px solid #fff;
  border-radius: 100px;
  height: 33px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  background: #656c73;
}
.slide-key .fa {
  font-size: 30px;
  color: #dcdcdc;
  margin-top: -3px;
}
.tiny-edit-btn {
  color: #5cb85c;
  border-color: #5cb85c;
  font-weight: 700;
}
.slide-thumb {
  margin-right: 10px;
  position: relative;
  z-index: 12;
}
.slide-thumb a {
 cursor: url('https://ssl.gstatic.com/ui/v1/icons/mail/images/2/openhand.cur'), default !important;
}
.hover-drag {
 background: url('https://s3.amazonaws.com/cdn.breezytv.com/adminsortable2/icons/drag.png') 0 0 repeat;
 position: absolute;
 top: 4px;
 left: 4px;
 width: 111px;
 height: 64px;
 z-index: 13;
 padding: 4px;
 display: none;
}
.slide-thumb:hover > .hover-drag {
  display: block;
  cursor: url('https://ssl.gstatic.com/ui/v1/icons/mail/images/2/openhand.cur'), default !important;
}
.span-thumbnail {
  position: relative;
  background-color: #fff;
  border: 5px solid #fff;
  outline: 1px solid #ddd; 
  border-radius: .25rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 120px;
  height: 68px;
  z-index: 20;
}
.type-badge {
  position: absolute;
  bottom: 6px;
  right: 6px;
  opacity: 0.8;
  z-index: 25;
}
.breezy-backend-content .saved-title {
  font-weight: 700;
  line-height: 130%;
  display: block;
  color: #636c72;
  max-height: 18px;
  overflow: hidden;
  font-size: 12px;
}
.duration-header {
  padding: 2px;
  width: 40px;
  font-size: 14px;
}
.current-duration {
  background: rgba(0,0,0,0.2);
  padding: 2px 7px;
  font-size: 12px;
  border-radius: 100px;
  color: white;
}
.duration-meta {
  margin: 5px 0 10px 0;
  display: block; 
}
.duration-slider {
  width: 100px;
}
.slide-meta {
  max-width: 300px;
}
.meta-slide-type {
  font-weight: 300;
  font-size: 12px;
}
.slide-form small.text-muted {
  padding: 10px 0;
}
.backend-channel-logo {
  margin-right: 10px;
}
.card-header .slide-type-btn {
  margin-top: 7px;
  font-size: 10px;
}
.slide-type-select {
  width: 200px;
}

.help-link {
  margin-bottom: 10px;
} 
.btn-list li {
  margin-bottom: 5px;
}
.slide-form .duration {
  width: 75px;
}
.slide-form .checkbox {

}
.display-5 {
  color: #b3b3b3;
}
#settings label {
  display: block;
}

thead {
  background: #fff; 
}
.table-my-channels {
  margin-top: 30px;
}
button.btn, a.btn {
  cursor: pointer;
}
.channel_manager .navbar-brand {
  color: #969696;
  font-weight: 600;
}
#channelManagerBtnGroup {
  font-weight: 600;
}
.sticky-alert {
  position: fixed;
  top: -200px;
  left: 30%;
  
}
.sticky-alert-box {
  box-shadow: 0 20px 5px rgba(0,0,0,0.4);
}
.change-duration {
  margin-left: 7px;
  width: 100px !important;
  font-size: 2rem;
  margin: 0 auto;
}
.navbar-nav .btn {
  margin-top: 7px;
  margin-left: 7px;
}





.error-markup {
  width: 50%;
  position: absolute;
  z-index: 20;
  left: 25%;
  top: 25%;
  text-align: center;

}
.error-markup h1 {
  font-weight: 900;
  color: #fff;
  font-size: 200px;
  text-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.error-markup h2 {
  letter-spacing: 5px;
  color: rgba(0,0,0,0.5);
  text-shadow: 0 2px 0 rgba(255,255,255,0.2);
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 20px;
}
.stripe {
  height: 100vh;
  position: relative;
  padding: 0;
  max-width: 14.2857143%
}
.stripe-1 {
  position: absolute;
  height: 90%;
  width: 100%;
  background: #bbbbbb;
}
.stripe-2 {
  position: absolute;
  height: 90%;
  width: 100%;
  background: #feeacb;
}
.stripe-3 {
  position: absolute;
  height: 90%;
  width: 100%;
  background: #7bc2b1;
}
.stripe-4 {
  position: absolute;
  height: 90%;
  width: 100%;
  background: #c5da59;
}
.stripe-5 {
  position: absolute;
  height: 90%;
  width: 100%;
  background: #fe995a;
}
.stripe-6 {
  position: absolute;
  height: 90%;
  width: 100%;
  background: #fe176c;
}
.stripe-7 {
  position: absolute;
  height: 90%;
  width: 100%;
  background: #314e6c;
}
.stripe-col-1 {
  background: #314e6c;
}
.stripe-col-2 {
  background: #000;
}
.stripe-col-3 {
  background: #314e6c;
}
.stripe-col-4 {
  background: #000;
}
.stripe-col-5 {
  background: #314e6c;
}
.stripe-col-6 {
  background: #000;
}
.stripe-col-7 {
  background: #FFF;
}





@media (min-width: 576px) {
  
}



/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 

}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  
}

@media (max-width: 1500px) {
  .channel-item {
    /* height: 350px !important; */
  }
  h3 {
      font-size: 100% !important;
  }
  
}


/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 1170px) {
  h3 {
      font-size: 130%;
  }
}
@media (min-width: 576px) {
  h3 {
      font-size: 130% !important;
  }
  .channel-item {
   /*  height: 400px !important; */
  }
}