
body {
    padding-top: 80px;
    font-family: 'Roboto', sans-serif; font-weight: 300;
    color: #333333;
    background-color: #f2f7fa;
}

#channels-container {
    max-width: 1000px;
}

#channels-navbar {
    margin-bottom: 0px;
}
.navbar-default {
    background-image: url('/zchannels/img/top_nav_bg.png');
    height: 80px;
    background-color: #000000;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    margin-top: 15px;
    width: 190px;
    color: #ffffff;
    background-image: url('/zchannels/img/webshots_logo.png');
}

#channels-navbar-nav {
    background-image: url('/zchannels/img/top_nav_bg.png');
}

#connected-button {
    margin-top: 12px;
}

.navbar-default .navbar-nav > li > a {
    margin-top: 15px;
    color: #ffffff;
}

.navbar-default .navbar-text {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #dddddd;
}

.channels-subheader-container {
    margin-top: 15px;
    background-color: #f2f7fa;
    z-index: 10;
}
@media (min-width: 992px) {
    .channels-subheader-container {
        width: 800px;
        position: fixed;
        top: 65px;
    }
}

.channels-subheader {
    height: 46px;
    margin-top: 15px;
    background-color: #ffffff;

    border-left-style: solid;
    border-left-width: 4px;
    border-left-color: #ff4a00;

    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #dddddd;

    box-shadow: 0 3px 2px -2px #DDDDDD;
    -moz-box-shadow: 0 3px 2px -2px #DDDDDD;
    -webkit-box-shadow: 0 3px 2px -2px #DDDDDD;

}

.channels-subheader p {
    color: #333333;
    font-size: 20px;
}

.channels-subheader a {
    color: #ff4a00;
    font-size: 20px;
}

#title-playlist {
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}

.button-playlist {
    float: left;
    padding-top: 10px;
    padding-left: 8px;
    text-decoration: none;
}

.bar-playlist {
    float: left;
    padding-top: 8px;
    padding-left: 4px;
}


.left-side {
    width: 200px;
    padding-top: 10px;
    padding-left: 20px;
    background-color: #ffffff;
    border-radius: 2px;
    z-index: 10;
}

.left-side li {
    height: 40px;
    text-align: left;
    list-style-type: none;
}

.left-side a {
    font-size: 20px;
    color: #9a9a9a;
    text-decoration: none;
}

.left-side a:hover {
    color: #ff4a00;
}

.left-side .selected {
    color: #ff4a00;
}

#left-side-search {
    width: 200px;
    margin-top: 10px;
}
@media (min-width: 992px) {
    #left-side-search {
        position: fixed;
        top: 85px;
    }
}

#left-side-search .form-control:focus {
    border-color: #ff4a00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(255, 29, 0, 0.6);
}

#left-side-search-input {
    top: 0px;
    font-size: 18px;
    color: #9a9a9a;
    border-radius: 2px;
    border-color: #f2f7fa;
}

#left-side-search-icon {
    top: 0px;
    color: #9a9a9a;
}

#left-side-top {
    margin-top: 10px;
}
@media (min-width: 992px) {
    #left-side-top {
        position: fixed;
        top: 130px;
    }
}

#left-side-bottom {
    margin-top: 10px;
}
@media (min-width: 992px) {
    #left-side-bottom {
        position: fixed;
        top: 315px;
    }
}

#left-side-links {
    margin-top: 10px;
}
@media (min-width: 992px) {
    #left-side-links {
        position: fixed;
        top: 540px;
    }
}

.left-side-links {
    width: 200px;
    padding-top: 10px;
    padding-right: 2px;
    padding-bottom: 10px;
    background-color: #ffffff;
    border-radius: 2px;
    z-index: 10;
}

.left-side-links li {
    height: 40px;
    text-align: left;
    list-style-type: none;
}

.left-side-links a {
    padding-left:10px;
    font-size: 12px;
    color: #9a9a9a;
    text-decoration: none;
}

.left-side-links a:hover {
    color: #1a1919;
}

.left-side-links .selected {
    color: #1a1919;
}

#right-side {
    margin-left: 10px;
    margin-right: 10px;
}
@media (min-width: 992px) {
    #right-side {
        margin-left: 220px;
    }
}

.right-side-container {
    padding-top: 10px;
}
@media (min-width: 992px) {
    .right-side-container {
        padding-top: 80px;
    }
}

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

.group-item {
    font-size: 20px;
    color: #333333;
}

a.group-item {
    text-decoration: none;
}

.group-item a:hover {
    text-decoration: none;
    color: #1a1919;
}

.group-item p:hover {
    text-decoration: none;
}

.playlist-title {
    padding-top: 10px;
}

.playlist-button {
    float: right;
    height: 30px;
    padding-top: 0px;
    padding-right: 8px;
    color: #333333;
    text-decoration: none;
}

.playlist-button:link {
    text-decoration: none;
}

.playlist-button:visited {
    text-decoration: none;
}

.playlist-button:hover {
    text-decoration: none;
}

.playlist-button:active {
    text-decoration: none;
}

.playlist-button img {
    padding-right: 4px;
    padding-bottom: 4px;
}


.add-playlist-button {
    position: relative;
    top: 6px;
}

.delete-button {
    position: relative;
    top: 6px;
}

.media-channel-logo {
    margin-left: -60px;
    float: left;
}

.media-channel-title {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    font-weight: 400;
}

a.media-channel-title {
    text-decoration: none;
}

.media-channel-time {
    position: absolute;
    top: 14px;
    right: 40px;
    text-align: right;
    font-size:12px !important;
    color: #333333;
}

.media-title-container {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #ffffff;
}

.media-title {
    padding-top: 2px;
    padding-right: 10px;
    text-align: left;
    font-size: 30px;
    line-height: 36px;
    color: #333333;
}

.media-copyright {
    padding-left: 0px;
    text-align: left;
    font-size:20px;
    color: #cccccc;
}

.media-info {
    position: relative;
    min-height: 66px;
    padding-top: 10px;
    background-color: #ffffff;
}

.toolbar-button {
    width: 35px;
    padding-right: 5px;
    padding-left: 5px;
}

.media-image-container {
    position: relative;
}

.media-image {
    position: relative;
}

.media-premium-container {
    position: absolute;
    right: 20px;
    top: 0px;
    width: 30px;
    height: 33px;
    z-index: 5;
}
@media (min-width: 992px) {
    .media-premium-container {
        right: 80px;
    }
}

.media-premium {
    max-width:100%;
    max-height:100%;
}

.media-share-container {
    position: relative;
    min-height: 66px;
    padding-top: 20px;
    background-color: #ffffff;
}

.img-container {
    min-height: 400px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .img-container {
        min-height: 600px;
        background-color: #ffffff;
        margin-bottom: 20px;
    }
}

.img-container img{
}

.white-container {
    background-color: #ffffff;
    margin-bottom: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .white-container {
        background-color: #ffffff;
        margin-bottom: 20px;
    }
}

a.list-group-item:hover {
    background-color: #dddddd;
}

a.list-group-item:focus {
    background-color: #cccccc;
}

.container-narrow {
    margin: 0 auto;
    max-width: 800px;
}
.container-narrow > hr {
    margin: 30px 0;
}

.top-buffer {
    margin-top:20px;
}

.auth-form {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.auth-form .auth-form-heading,
.auth-form .checkbox {
    margin-bottom: 10px;
}
.auth-form input[type="text"],
.auth-form input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.btn-orange {
    color: #fff;
    background-color: #ff4a00;
    border-color: #ff1a00;
}

.left-side-border {
    height: 200px;
    margin-top: 10px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #000000;
}

#sn-icons a {
    float: left;
    margin-top: 8px;
    margin-left: 4px;
    overflow: hidden;
}


.others-heading {
    font-size:20px;
    line-height:28px;
    color: #ff4a00;
}

.others-title {
    padding:20px 30px;
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
}

.others p{
    font-size:18px;
    line-height:24px;
    color:#4A4A4A;
    padding-top:10px;

}

 .others img {
    padding-left:30px;

}

 .others a{
    color:#ff4a00;
     font-size:30px;
 }

 .box{
     border: 1px solid #E8E8E8;
     padding-top:20px;
     margin:30px 30px 0px 30px
 }

 .about img {
     padding-left:50px;
 }

.about p{
    padding-left:10px;
    font-size:22px;
    line-height:40px;
    color:#4A4A4A;
    padding-top:10px;

}

.others .btn  {
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 24px;
    background: #FF4A00;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.others .btn:hover {
    background: #BD3700;
    text-decoration: none;
}

.others .wws-btn  {
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 24px;
    background: #4a90e2;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.others .wws-btn:hover {
    background: #4a90e2;
    text-decoration: none;
}



.playlist-selector {
    max-height: 400px;
    overflow-y:auto;
}


/* centering classes*/
.modal-body {
    min-height: 150px;
}

.row-centered {
    text-align:center;
    margin-right: 0px;
    margin-left: 0px;
}

.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
}

[class*="col-"] {
    padding-top:10px;
    padding-bottom:15px;
}

[class*="col-"]:before {
    display:block;position:relative;
    margin-bottom:8px;
    font-family:sans-serif;
    font-size:10px;
    letter-spacing:1px;
    background-color:#ffffff;
    text-align:left;
}
.item {
    display:table;
    width:100%;
    height:100%;
    max-width: 840px;
    padding:16px 8px;
    background:#ffffff;
}

.content {
    position: relative;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.content:before {
    font-family:sans-serif;
    font-size:12px;
    letter-spacing:1px;
    background-color:#ffffff;
}

.responsive-box {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.centered {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .centered {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.bottom-text {
    display: block;
    margin: 0 0 10px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    background-color: #f2f7fa;
    color: #f2f7fb;
    font-weight: 400;
}

.premium-modal-window .modal-dialog {
    width: 800px;
}

.premium-modal-window .modal-content {
    background-color: #f2f7fa;
}

.premium-title-container {
    margin: 20px;
    border-left-style: solid;
    border-left-width: 8px;
    border-left-color: #4a90e2;
    background-color: #ffffff;
}

.premium-title {
    font-size: 20px;
    line-height: 24px;
    padding: 5px;

}

.premium-sub-title {
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
}

.premium-plan-container {
    margin: 20px;
    background-color: #ffffff;
}

.premium-plan-title {
    font-size: 24px;
    line-height: 34px;
}

.premium-cc-container {
    margin: 20px;
    padding: 20px;
    background-color: #ffffff;
}

.cc-card-container {
    padding: 15px;
}

#planForm {
}

#planForm {
    margin-left: 15px;
}

#planForm .planCont {
    border: 4px solid #E6E6E6;
    border-radius: 2px;
    width: 220px;
    height: 100px;
    text-align:center;
}

#planForm label {
    white-space: normal;
}

#planForm .planCont.selected .checkmark {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0px;
    top: -22px;
}

#planForm .planCont input[type="radio"] {
    left: -9999px;
    outline: medium none;
    position: absolute;
}

#planForm .planCont:nth-child(2) {
    margin: 0 20px;
}

#planForm .planCont.selected, .planCont:hover {
    border: 4px solid #0f82fe!important;
}

#planForm .planCont hr {
    background-color: #E6E6E6;
    border: 0 none;
    height: 1px;
}

.offer-price {
    padding-top: 10px;
    font-size:24px;
}

.offer-savings {
    font-size:18px;
}

.btn-subscribe {
    color: #fff;
    background-color: #4a90e2;
    border-color: #4a90e2;
}

/* settings */
.navbar-settings {
    width: 190px;
    height: 80px;
    background-color: #ffffff;
    border-color: #e7e7e7;
}

.navbar-settings .navbar-nav > li > a {
    margin-top: 15px;
    color: #ffffff;
}

.navbar-settings .navbar-text {
    color: #ffffff;
}
.navbar-settings .navbar-nav > li > a:hover,
.navbar-settings .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-settings .navbar-nav > .active > a,
.navbar-settings .navbar-nav > .active > a:hover,
.navbar-settings .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #dddddd;
}

.alert-connect {
    color: #333333;
    background-color: #ffffff;
    border-left-style: solid;
    border-left-width: 4px;
    border-left-color: #ff4a00;
}