/*MY Channels Listing Page - Styling*/
.icons-group {
  float: right; }
  .icons-group ul {
    padding: 0;
    margin: 0; }
    .icons-group ul li {
      float: left; }
      .icons-group ul li i {
        width: 16px !important;
        height: 17px !important;
        margin-top: -2px;
        margin-left: 10px;
        background: url(/assets/img/spritesheets/common-sprite.png?v=1.99) no-repeat; }

.my-channels .wrapper-padding.fixed-wrapper.fixed-top-wrapper {
  z-index: 99; }

.my-channels .default-table td {
  width: auto;
  position: relative; }
  .my-channels .default-table td.long-text {
    width: 240px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block; }
    .my-channels .default-table td.long-text .tooltip {
      z-index: 100; }

.my-channels .default-table tr .icons-group ul {
  display: none; }

.my-channels .default-table tr:hover .icons-group ul, .my-channels .default-table tr.active .icons-group ul {
  display: block; }

.my-channels .common-search {
  margin-top: -3px; }
  .my-channels .common-search input {
    width: 180px;
    background: white;
    padding: 6px 15px 5px;
    margin: -3px;
    border-radius: 3px !important; }

.my-channels .noContent-msg {
  top: 180px; }

/*Create New Channels Popup - Styling*/
.padd-L30 {
  padding-left: 30px; }

.padd-R30 {
  padding-right: 30px; }

.borderRight {
  border-right: solid 1px #cfd8dc; }

.channel-icon {
  cursor: pointer;
  width: 53px;
  height: 53px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  border-radius: 3px !important;
  background-color: rgba(64, 64, 64, 0.6);
  border: solid 1px #cfd8dc;
  float: left;
  position: relative;
  margin-right: 10px; }
  .channel-icon .edit-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    cursor: pointer;
    z-index: 999; }
  .channel-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    margin: auto; }
  .channel-icon label {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    display: none; }
  .channel-icon:hover label {
    display: block;
    z-index: 99; }

.CREATE_NEW_CHANNEL .modal-dialog {
  max-width: 1150px;
  min-width: 600px;
  left: 24px; }

.CREATE_NEW_CHANNEL .modal-body {
  max-height: inherit; }
  .CREATE_NEW_CHANNEL .modal-body .sections {
    max-height: 740px;
    overflow-y: auto;
    position: relative; }

.CREATE_NEW_CHANNEL .modal-header h3 span {
  line-height: 53px !important; }

.CREATE_NEW_CHANNEL .modal-header #modal-close-icon {
  display: block !important; }

.CREATE_NEW_CHANNEL ul.form-group {
  padding: 0; }
  .CREATE_NEW_CHANNEL ul.form-group.channel-info-block li {
    width: 100%;
    padding: 0 15px; }
    .CREATE_NEW_CHANNEL ul.form-group.channel-info-block li.pull-left {
      padding-right: 0; }
    .CREATE_NEW_CHANNEL ul.form-group.channel-info-block li.pull-right {
      padding-right: 0;
      margin-right: 0; }
  .CREATE_NEW_CHANNEL ul.form-group.channel-members-list li {
    margin-bottom: 0; }
    .CREATE_NEW_CHANNEL ul.form-group.channel-members-list li:first-child {
      margin-bottom: 15px; }
    .CREATE_NEW_CHANNEL ul.form-group.channel-members-list li ul.common-list li {
      margin-bottom: -2px !important; }
  .CREATE_NEW_CHANNEL ul.form-group.channel-members-list .userselect input {
    width: 200px; }
  .CREATE_NEW_CHANNEL ul.form-group.channel-members-list .userselect i {
    float: right;
    position: relative;
    top: -23px;
    left: -5px;
    font-size: 20px; }
  .CREATE_NEW_CHANNEL ul.form-group.channel-members-list .teamselect.selectdiv {
    overflow: hidden; }
    .CREATE_NEW_CHANNEL ul.form-group.channel-members-list .teamselect.selectdiv select {
      width: 100%;
      position: relative;
      top: -2px;
      left: -13px;
      padding-left: 5px;
      border: 0 none; }
  .CREATE_NEW_CHANNEL ul.form-group.channel-members-list .selectdiv:after {
    content: " ";
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    transform: initial;
    border-top: none;
    position: absolute;
    background: url(/assets/img/spritesheets/common-sprite.png?v=1.99) -1px -46px no-repeat;
    border: none !important;
    width: 12px;
    height: 12px;
    top: 10px;
    right: 6px; }
  .CREATE_NEW_CHANNEL ul.form-group.channel-members-list .selectdiv.open a.form-control {
    border-radius: 0 !important; }
  .CREATE_NEW_CHANNEL ul.form-group li .marginB-15 {
    margin-bottom: 15px; }
  .CREATE_NEW_CHANNEL ul.form-group li.half-width {
    width: 100%; }
  .CREATE_NEW_CHANNEL ul.form-group li textarea {
    height: auto !important;
    min-height: 16px !important; }
  .CREATE_NEW_CHANNEL ul.form-group .toggle-section {
    position: relative; }
    .CREATE_NEW_CHANNEL ul.form-group .toggle-section .checkbox-toggle .toggle-btn {
      left: auto !important;
      right: 15px; }
  .CREATE_NEW_CHANNEL ul.form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
    color: rgba(64, 64, 64, 0.5); }
  .CREATE_NEW_CHANNEL ul.form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    color: rgba(64, 64, 64, 0.5); }
  .CREATE_NEW_CHANNEL ul.form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
    color: rgba(64, 64, 64, 0.5); }
  .CREATE_NEW_CHANNEL ul.form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    color: rgba(64, 64, 64, 0.5); }
  .CREATE_NEW_CHANNEL ul.form-group .date-field.form-control span, .CREATE_NEW_CHANNEL ul.form-group .selectdiv .form-control.closeView {
    font-style: italic;
    color: rgba(64, 64, 64, 0.5); }
  .CREATE_NEW_CHANNEL ul.form-group .date-field.form-control span.ng-binding {
    color: #404040;
    font-style: normal; }
  .CREATE_NEW_CHANNEL ul.form-group .form-control {
    color: #404040; }
    .CREATE_NEW_CHANNEL ul.form-group .form-control.date-field .calendar-one {
      display: inline-block;
      float: right;
      width: 16px;
      margin-top: -13px;
      margin-right: 5px; }
      .CREATE_NEW_CHANNEL ul.form-group .form-control.date-field .calendar-one .btn-default {
        border-radius: 0 !important;
        margin: -6px 7px 0 0;
        margin-left: 5px !important;
        padding: 0;
        background-color: transparent;
        border: none; }
        .CREATE_NEW_CHANNEL ul.form-group .form-control.date-field .calendar-one .btn-default .glyphicon-calendar {
          background: url(/assets/img/spritesheets/common-sprite.png?v=1.99) no-repeat -353px -118px;
          width: 16px;
          height: 16px; }
          .CREATE_NEW_CHANNEL ul.form-group .form-control.date-field .calendar-one .btn-default .glyphicon-calendar:before {
            content: ''; }
        .CREATE_NEW_CHANNEL ul.form-group .form-control.date-field .calendar-one .btn-default:hover, .CREATE_NEW_CHANNEL ul.form-group .form-control.date-field .calendar-one .btn-default:active, .CREATE_NEW_CHANNEL ul.form-group .form-control.date-field .calendar-one .btn-default:focus, .CREATE_NEW_CHANNEL ul.form-group .form-control.date-field .calendar-one .btn-default:visited {
          background-color: transparent; }
  .CREATE_NEW_CHANNEL ul.form-group label span {
    font-weight: 400; }

.CREATE_NEW_CHANNEL .info-text {
  font-size: 12px;
  color: #404040;
  line-height: 16px;
  margin: 4px 0 0; }

.CREATE_NEW_CHANNEL .heading-style h4 {
  padding-bottom: 8px;
  color: #404040; }

.CREATE_NEW_CHANNEL .footerBtns {
  position: relative;
  margin: 16px 0px 0px 0px;
  right: 0;
  bottom: 0; }

/* My Channels Page - Styling*/
.noContent-msg {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 56px;
  text-align: center; }
  .noContent-msg h5 {
    color: #404040;
    font-size: 18px;
    line-height: 24px;
    font-family: proxima-nova, NunitoSans-Regular, sans-serif;
    margin: 0; }
  .noContent-msg p {
    color: #404040;
    font-size: 14px;
    line-height: 24px;
    font-family: proxima-nova, NunitoSans-Regular, sans-serif;
    margin: 0; }

.channel-details h3 {
  line-height: 34px;
  font-family: proxima-nova, NunitoSans-Regular, sans-serif;
  font-size: 18px;
  color: #404040;
  margin: 0;
  display: inline-block; }

.channel-details .pages-titles {
  height: 45px !important; }

.channel-details .portlet.light > .portlet-title .nav-tabs.context-actions {
  margin-right: 20px;
  height: 36px; }
  .channel-details .portlet.light > .portlet-title .nav-tabs.context-actions li {
    height: 36px;
    padding: 0; }
    .channel-details .portlet.light > .portlet-title .nav-tabs.context-actions li a i {
      font-size: 18px; }
    .channel-details .portlet.light > .portlet-title .nav-tabs.context-actions li.asset-options .dropdown-menu {
      -webkit-border-radius: 3px !important;
      -moz-border-radius: 3px !important;
      border-radius: 3px !important; }
      .channel-details .portlet.light > .portlet-title .nav-tabs.context-actions li.asset-options .dropdown-menu li a {
        color: #4a4a4a;
        font-size: 12px !important;
        font-family: proxima-nova, NunitoSans-Regular, sans-serif; }
    .channel-details .portlet.light > .portlet-title .nav-tabs.context-actions li a {
      font-size: 17px !important;
      color: #212121; }
      .channel-details .portlet.light > .portlet-title .nav-tabs.context-actions li a .ico-add {
        font-size: 19px; }
      .channel-details .portlet.light > .portlet-title .nav-tabs.context-actions li a .ico-upload {
        font-size: 17px; }

.channel-details .portlet > .portlet-title > .nav-tabs {
  float: left; }

.channel-details .portlet.light.portlet-fit > .portlet-title.primary-color {
  padding: 0;
  border-radius: 0 !important;
  margin: 0 !important;
  min-height: inherit !important; }

.channel-details .channel-data.preview-inner.new-preview-inner .portlet-datatable .portlet-title.primary-color {
  padding: 0px 10px 0px !important; }

.channel-details .portlet.light > .portlet-title .nav-tabs {
  float: left; }

.channel-details .portlet.light > .portlet-title > .nav-tabs > li {
  margin: 0 0 0 33px;
  padding: 0; }

.channel-details .portlet > .portlet-title > .nav-tabs > li > a {
  font-size: 14px !important;
  line-height: 45px !important;
  padding: 0 !important; }

.channel-details .portlet.light.portlet-datatable.portlet-fit > .portlet-body {
  padding: 0 !important;
  border-radius: 0 !important;
  overflow-y: auto;
  border-right: 1px solid #cfd8dc; }

.channel-details .portlet.light.portlet-datatable.portlet-fit > .portlet-body .tab-pane {
  padding: 13px 30px !important; }
  .channel-details .portlet.light.portlet-datatable.portlet-fit > .portlet-body .tab-pane.users-tab {
    padding: 0 !important; }
  .channel-details .portlet.light.portlet-datatable.portlet-fit > .portlet-body .tab-pane.content-tab {
    padding: 13px 24px !important; }
    .channel-details .portlet.light.portlet-datatable.portlet-fit > .portlet-body .tab-pane.content-tab h3 {
      padding-left: 6px; }

.channel-details .portlet.light.portlet-fit {
  padding: 0;
  margin: 0;
  border-radius: 0 !important; }

.channel-details .left-container {
  height: calc(100vh - 83px);
  position: fixed;
  overflow: hidden;
  width: calc(100vw - 500px); }
  .channel-details .left-container.open .channel-content-items {
    padding-top: 15px;
    position: relative; }
  .channel-details .left-container.open .change-thumbnail {
    disable: none; }
  .channel-details .left-container.open .channel-content {
    position: absolute;
    width: 100%;
    top: 0;
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -ms-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top 0.5s ease;
    z-index: 10; }
    .channel-details .left-container.open .channel-content .portlet.light.portlet-datatable.portlet-fit > .portlet-body {
      min-height: calc(100vh - 128px) !important;
      max-height: calc(100vh - 128px) !important; }
    .channel-details .left-container.open .channel-content .fa-angle-up {
      transform: scaleY(-1);
      -moz-transform: scaleY(-1);
      -webkit-transform: scaley(-1);
      -ms-transform: scaleY(-1); }

.channel-details .right-container {
  height: calc(100vh - 83px);
  position: fixed;
  right: 0;
  width: calc(100vw - 65%);
  background: #fff; }

.channel-thumbnail {
  position: relative;
  background-color: #404040;
  height: 66.66%; }
  .channel-thumbnail > div.overflow-wrapper {
    padding: 13px 30px;
    overflow: hidden;
    height: 100%; }
  .channel-thumbnail.collapsed {
    height: 0;
    padding: 0; }
  .channel-thumbnail .drag-thumb {
    position: absolute !important;
    left: 0;
    right: 0;
    width: 32px !important;
    top: 100%;
    height: 11px !important;
    opacity: 1.0 !important;
    margin: auto;
    z-index: 2;
    cursor: ns-resize;
    background-size: 100% !important; }
  .channel-thumbnail .icons-group .dropdown.open .new-dropdown-menu {
    left: -150px;
    right: auto; }
    .channel-thumbnail .icons-group .dropdown.open .new-dropdown-menu:before {
      right: 13px;
      left: auto; }
    .channel-thumbnail .icons-group .dropdown.open .new-dropdown-menu:after {
      right: 14px;
      left: auto; }
  .channel-thumbnail .channel-heading {
    float: left; }
    .channel-thumbnail .channel-heading span {
      color: #fff;
      font-size: 18px;
      line-height: 32px;
      font-family: proxima-nova, NunitoSans-Regular, sans-serif; }
    .channel-thumbnail .channel-heading .channel-icon {
      cursor: default;
      width: 32px;
      height: 32px;
      background: url(/assets/img/spritesheets/common-sprite.png?v=1.99) no-repeat -441px -178px; }
  .channel-thumbnail .group-wrapper_icons {
    float: right; }
  .channel-thumbnail .icons-group ul {
    padding: 5px 0 0; }
    .channel-thumbnail .icons-group ul li {
      margin-left: 20px;
      cursor: pointer; }
      .channel-thumbnail .icons-group ul li i {
        width: 20px !important;
        height: 20px !important;
        margin: 0; }
  .channel-thumbnail .noContent-msg h5, .channel-thumbnail .noContent-msg p {
    color: #fff; }

.thumbnail-container {
  padding-top: 62px;
  height: calc(100% - 62px); }
  .thumbnail-container .thumbnail-wrapper {
    position: relative;
    min-height: 80px;
    height: 100%;
    width: 100%;
    background: #404040;
    margin-bottom: 15px; }
    .thumbnail-container .thumbnail-wrapper img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%; }
    .thumbnail-container .thumbnail-wrapper .video-js {
      width: 100%;
      height: auto !important; }
  .thumbnail-container .img-controls {
    position: relative;
    float: right;
    display: block;
    width: auto;
    height: auto; }
    .thumbnail-container .img-controls .fa-angle-left, .thumbnail-container .img-controls .fa-angle-right {
      color: #fff;
      width: 24px;
      height: 24px;
      border-radius: 50% !important;
      border: 1px solid #fff;
      text-align: center;
      line-height: 22px;
      font-size: 18px;
      cursor: pointer; }
    .thumbnail-container .img-controls .fa-angle-right {
      margin-left: 15px; }
  .thumbnail-container .asset-name {
    float: left;
    line-height: 24px;
    font-family: proxima-nova, NunitoSans-Regular, sans-serif;
    font-size: 18px;
    color: #ffffff; }
  .thumbnail-container .default-asset-view span.extension {
    height: 66px; }
  .thumbnail-container .default-asset-view {
    padding-top: 0;
    min-height: 100%;
    position: relative;
    height: 100%; }

.edisen .channel-content {
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
  position: relative;
  z-index: 1;
  width: 100%; }
  .edisen .channel-content .fa-angle-up, .edisen .channel-content .fa-angle-down {
    cursor: pointer;
    vertical-align: middle;
    color: #fff;
    float: right;
    width: 17px;
    font-size: 20px;
    margin: 15.5px 26px; }
  .edisen .channel-content .image-controls-not-expand {
    position: relative;
    float: left;
    display: block;
    width: auto;
    height: auto;
    margin-right: 32px;
    margin-left: 12px;
    margin-top: 5px; }
    .edisen .channel-content .image-controls-not-expand .fa-angle-left {
      color: #000;
      width: 24px;
      height: 24px;
      border-radius: 50% !important;
      border: 1px solid #000;
      text-align: center;
      line-height: 22px;
      font-size: 18px;
      cursor: pointer; }
  .edisen .channel-content .img-controls-full-expand {
    position: relative;
    float: left;
    display: block;
    width: auto;
    height: auto;
    margin-right: 22px;
    margin-top: 5px; }
    .edisen .channel-content .img-controls-full-expand .fa-angle-left {
      color: #000;
      width: 24px;
      height: 24px;
      border-radius: 50% !important;
      border: 1px solid #000;
      text-align: center;
      line-height: 22px;
      font-size: 18px;
      cursor: pointer; }
  .edisen .channel-content .common-search {
    z-index: 2;
    width: 44%;
    margin: 0 auto; }
    .edisen .channel-content .common-search .search-bar-nav {
      margin-right: 0px !important;
      height: 70px; }
  .edisen .channel-content .common-list {
    margin-top: 0; }
    .edisen .channel-content .common-list li {
      margin: -1px -1px 0 0 !important;
      position: relative;
      width: 50%;
      float: left;
      padding: 16px 30px;
      border-left: none !important; }
      .edisen .channel-content .common-list li:nth-child(even) {
        border-right: none !important; }
      .edisen .channel-content .common-list li .list-info {
        max-width: 84%; }
      .edisen .channel-content .common-list li .list-img {
        margin-top: 3px; }
      .edisen .channel-content .common-list li .small-close-icon {
        top: 27px;
        right: 30px; }
    .edisen .channel-content .common-list span {
      display: block; }
  .edisen .channel-content #breadcrumbs {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 10px;
    min-height: inherit;
    z-index: 1; }
  .edisen .channel-content .search-bar-nav > .dropdown {
    border: 1px solid #d0d0d0;
    line-height: 18px; }

.onevigor .channel-content {
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
  position: relative;
  z-index: 1;
  width: 100%; }
  .onevigor .channel-content .fa-angle-up, .onevigor .channel-content .fa-angle-down {
    cursor: pointer;
    vertical-align: middle;
    color: #fff;
    float: right;
    width: 17px;
    font-size: 20px;
    margin: 15.5px 26px; }
  .onevigor .channel-content .image-controls-not-expand {
    position: relative;
    float: left;
    display: block;
    width: auto;
    height: auto;
    margin-right: 32px;
    margin-left: 12px;
    margin-top: 5px; }
    .onevigor .channel-content .image-controls-not-expand .fa-angle-left {
      color: #000;
      width: 24px;
      height: 24px;
      border-radius: 50% !important;
      border: 1px solid #000;
      text-align: center;
      line-height: 22px;
      font-size: 18px;
      cursor: pointer; }
  .onevigor .channel-content .img-controls-full-expand {
    position: relative;
    float: left;
    display: block;
    width: auto;
    height: auto;
    margin-right: 22px;
    margin-top: 5px; }
    .onevigor .channel-content .img-controls-full-expand .fa-angle-left {
      color: #000;
      width: 24px;
      height: 24px;
      border-radius: 50% !important;
      border: 1px solid #000;
      text-align: center;
      line-height: 22px;
      font-size: 18px;
      cursor: pointer; }
  .onevigor .channel-content .common-search {
    z-index: 2;
    width: 44%;
    margin: 0 auto; }
    .onevigor .channel-content .common-search .search-bar-nav {
      margin-right: 0px !important;
      height: 70px; }
  .onevigor .channel-content .common-list {
    margin-top: 0; }
    .onevigor .channel-content .common-list li {
      margin: -1px -1px 0 0 !important;
      position: relative;
      width: 50%;
      float: left;
      padding: 16px 30px;
      border-left: none !important; }
      .onevigor .channel-content .common-list li:nth-child(even) {
        border-right: none !important; }
      .onevigor .channel-content .common-list li .list-info {
        max-width: 84%; }
      .onevigor .channel-content .common-list li .list-img {
        margin-top: 3px; }
      .onevigor .channel-content .common-list li .small-close-icon {
        top: 27px;
        right: 30px; }
    .onevigor .channel-content .common-list span {
      display: block; }
  .onevigor .channel-content #breadcrumbs {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 10px;
    min-height: inherit;
    z-index: 1; }
  .onevigor .channel-content .search-bar-nav > .dropdown {
    border: 1px solid #d0d0d0;
    line-height: 18px; }

.channel-details .preview-wrapper.content-view-wrapper .channel-data .portlet.light.portlet-datatable.portlet-fit > .portlet-body .tab-pane {
  padding: 0 !important; }

.channel-details .preview-wrapper.content-view-wrapper .channel-data .portlet.light > .portlet-title > .nav-tabs {
  float: none;
  width: 100%;
  text-align: center; }

.channel-details .preview-wrapper.content-view-wrapper .channel-data .portlet.light > .portlet-title > .nav-tabs > li {
  margin: 0 3% 0 !important;
  text-align: center;
  display: inline-block;
  float: none !important; }

.channel-details .preview-wrapper.content-view-wrapper .channel-data .portlet.light.portlet-datatable.portlet-fit > .portlet-body {
  max-height: calc(100vh - 128px) !important;
  min-height: calc(100vh - 128px) !important;
  overflow-y: auto; }

.channel-details .preview-wrapper.content-view-wrapper .channel-data .metatitle {
  padding: 6px 20px 7px 30px;
  margin: 0;
  height: 47px; }
  .channel-details .preview-wrapper.content-view-wrapper .channel-data .metatitle .media-search-input {
    padding-right: 10px; }
  .channel-details .preview-wrapper.content-view-wrapper .channel-data .metatitle .search-media {
    width: 90%;
    height: 34px;
    top: 0; }

.channel-details .preview-wrapper.content-view-wrapper .channel-data form.metadata-form {
  padding: 0 20px;
  height: calc(100vh - 286px) !important; }

.channel-details .preview-wrapper.content-view-wrapper .channel-data form.metadata-form.decrease-metadata-popup-height {
  height: calc(100vh - 340px) !important; }

.channel-details .preview-wrapper.content-view-wrapper .channel-data .version-list, .channel-details .preview-wrapper.content-view-wrapper .channel-data .attachment-list {
  height: calc(100vh - 239px) !important; }

.channel-details .preview-wrapper.content-view-wrapper .channel-data .media-comments-body {
  height: calc(100vh - 295px) !important; }

.channel-details .preview-wrapper.content-view-wrapper .channel-data.preview-inner.new-preview-inner .activity-comment-list {
  height: calc(100vh - 239px) !important; }

.channel-content-items {
  padding-top: 8px;
  text-align: center; }
  .channel-content-items .channel-items {
    padding: 0 12px;
    float: left;
    margin-bottom: 15px; }
    .channel-content-items .channel-items .card {
      margin: 0 !important;
      cursor: pointer; }
    .channel-content-items .channel-items .card-block {
      padding: 3px 8px 0px;
      height: 37px;
      text-align: left; }
    .channel-content-items .channel-items .item-date, .channel-content-items .channel-items .asset-label {
      display: none; }
    .channel-content-items .channel-items .group-wrapper_icons, .channel-content-items .channel-items .group-wrapper_icons.group-wrapper_icons_hover, .channel-content-items .channel-items .folder-wrapper_icons.multi-select-icon, .channel-content-items .channel-items .folder-container-hover:hover .folder-wrapper .folder-wrapper_icons {
      display: none; }
    .channel-content-items .channel-items .folder-container .folder-wrapper {
      margin-bottom: 0; }
    .channel-content-items .channel-items .folder-container-hover:hover {
      cursor: pointer; }
      .channel-content-items .channel-items .folder-container-hover:hover .folder-wrapper.full:after {
        background: #fff; }
      .channel-content-items .channel-items .folder-container-hover:hover .folder-wrapper.full:before {
        background: #4a4a4a; }
    .channel-content-items .channel-items .active .library-group .card-block {
      background-color: #fff !important; }
    .channel-content-items .channel-items .active .card-block {
      background-color: #3ba7ea;
      color: #fff; }

.channel-items.list-items .active .card {
  background-color: #3ba7ea; }
  .channel-items.list-items .active .card .card-block .card-title div, .channel-items.list-items .active .card .card-block .item-date div, .channel-items.list-items .active .card .card-block .file-type-grid div {
    border-right: 2px solid #fff;
    color: #fff; }
  .channel-items.list-items .active .card .card-block .asset-label span {
    color: #fff; }
  .channel-items.list-items .active .card .img-wrap:after {
    background: #fff; }

/* ADD_CONTENT_TO_CHANNEL */
.ADD_CONTENT_TO_CHANNEL .modal-dialog {
  width: 450px;
  margin: 20% auto; }
  .ADD_CONTENT_TO_CHANNEL .modal-dialog .modal-header h3 span {
    color: #5a5a5a; }
  .ADD_CONTENT_TO_CHANNEL .modal-dialog .modal-body {
    overflow: inherit; }
    .ADD_CONTENT_TO_CHANNEL .modal-dialog .modal-body .modal-form input {
      border: 0;
      border-bottom: 1px solid #aaa;
      padding: 5px 10px;
      margin: 0;
      outline: none;
      width: 100%; }
    .ADD_CONTENT_TO_CHANNEL .modal-dialog .modal-body .selected-content {
      padding: 10px;
      overflow: hidden;
      border-radius: 5px !important;
      border: 1px solid #ddd;
      margin: 10px 0; }
      .ADD_CONTENT_TO_CHANNEL .modal-dialog .modal-body .selected-content .asset-icon {
        background: url(/assets/img/spritesheets/listview-spritesheet.png) no-repeat;
        height: 22px;
        float: left;
        width: 29px;
        display: inline-block; }
        .ADD_CONTENT_TO_CHANNEL .modal-dialog .modal-body .selected-content .asset-icon.asset {
          background-position: -31px -39px; }
          .ADD_CONTENT_TO_CHANNEL .modal-dialog .modal-body .selected-content .asset-icon.asset.bg-none {
            background: transparent !important; }
          .ADD_CONTENT_TO_CHANNEL .modal-dialog .modal-body .selected-content .asset-icon.asset img {
            height: 100%; }
        .ADD_CONTENT_TO_CHANNEL .modal-dialog .modal-body .selected-content .asset-icon.library {
          background-position: -287px -39px; }
        .ADD_CONTENT_TO_CHANNEL .modal-dialog .modal-body .selected-content .asset-icon.project {
          background-position: -330px -39px; }
        .ADD_CONTENT_TO_CHANNEL .modal-dialog .modal-body .selected-content .asset-icon.folder {
          background-position: -625px -35px; }
      .ADD_CONTENT_TO_CHANNEL .modal-dialog .modal-body .selected-content .title {
        display: block;
        color: #5a5a5a;
        font-size: 14px;
        padding: 2px;
        margin-left: 10px;
        float: left; }
    .ADD_CONTENT_TO_CHANNEL .modal-dialog .modal-body .search-results-container {
      position: relative; }
      .ADD_CONTENT_TO_CHANNEL .modal-dialog .modal-body .search-results-container .loading {
        position: relative;
        height: 50px; }
      .ADD_CONTENT_TO_CHANNEL .modal-dialog .modal-body .search-results-container .search-results .no-results {
        padding: 20px;
        text-align: center; }
      .ADD_CONTENT_TO_CHANNEL .modal-dialog .modal-body .search-results-container .search-results .results-dropdown {
        padding: 10px 0;
        overflow: auto;
        min-height: 50px;
        max-height: 300px;
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 2;
        margin: 0;
        border: 0;
        border-radius: 0 0 4px 4px !important;
        box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3); }
        .ADD_CONTENT_TO_CHANNEL .modal-dialog .modal-body .search-results-container .search-results .results-dropdown .result-item {
          cursor: pointer;
          padding: 5px 10px;
          color: #5a5a5a; }
          .ADD_CONTENT_TO_CHANNEL .modal-dialog .modal-body .search-results-container .search-results .results-dropdown .result-item:hover {
            color: #000;
            background: #eee; }

.channel-content-items .channel-items .active .library-group .card-block {
  background-color: #fff; }

/*# sourceMappingURL=channel.css.map */
