@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
/*
 *   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
 *
 *   Author: Marc van Nieuwenhuijzen
 *   Company: WebVakman
 *   Site: WebVakman.nl
 *
 */
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important; } }

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
  display: none !important; }

@media (min-width: 1600px) {
  .container {
    width: 1570px; }
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-11 {
    width: 91.66666667%; }
  .col-xl-10 {
    width: 83.33333333%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-8 {
    width: 66.66666667%; }
  .col-xl-7 {
    width: 58.33333333%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-5 {
    width: 41.66666667%; }
  .col-xl-4 {
    width: 33.33333333%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-2 {
    width: 16.66666667%; }
  .col-xl-1 {
    width: 8.33333333%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-pull-11 {
    right: 91.66666667%; }
  .col-xl-pull-10 {
    right: 83.33333333%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-8 {
    right: 66.66666667%; }
  .col-xl-pull-7 {
    right: 58.33333333%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-5 {
    right: 41.66666667%; }
  .col-xl-pull-4 {
    right: 33.33333333%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-2 {
    right: 16.66666667%; }
  .col-xl-pull-1 {
    right: 8.33333333%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-push-11 {
    left: 91.66666667%; }
  .col-xl-push-10 {
    left: 83.33333333%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-8 {
    left: 66.66666667%; }
  .col-xl-push-7 {
    left: 58.33333333%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-5 {
    left: 41.66666667%; }
  .col-xl-push-4 {
    left: 33.33333333%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-2 {
    left: 16.66666667%; }
  .col-xl-push-1 {
    left: 8.33333333%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .col-xl-offset-11 {
    margin-left: 91.66666667%; }
  .col-xl-offset-10 {
    margin-left: 83.33333333%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-8 {
    margin-left: 66.66666667%; }
  .col-xl-offset-7 {
    margin-left: 58.33333333%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-5 {
    margin-left: 41.66666667%; }
  .col-xl-offset-4 {
    margin-left: 33.33333333%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-2 {
    margin-left: 16.66666667%; }
  .col-xl-offset-1 {
    margin-left: 8.33333333%; }
  .col-xl-offset-0 {
    margin-left: 0; }
  .visible-xl {
    display: block !important; }
  table.visible-xl {
    display: table; }
  tr.visible-xl {
    display: table-row !important; }
  th.visible-xl, td.visible-xl {
    display: table-cell !important; }
  .visible-xl-block {
    display: block !important; }
  .visible-xl-inline {
    display: inline !important; }
  .visible-xl-inline-block {
    display: inline-block !important; }
  .hidden-xl {
    display: none !important; } }

.page-404-full-page {
  background-color: #FAFAFA !important;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .page-404-full-page .page-404 {
    margin-top: 100px; }

.page-404 {
  text-align: center; }
  .page-404 .number {
    color: #7BBBD6;
    display: inline-block;
    font-size: 128px;
    font-weight: 300;
    letter-spacing: -10px;
    line-height: 128px;
    margin-bottom: 10px;
    margin-top: 0;
    position: relative;
    text-align: right;
    top: 35px; }
  .page-404 .details {
    text-align: left;
    display: inline-block;
    margin-left: 40px;
    padding-top: 0;
    text-align: left; }

.form-control {
  border-color: #e5e5e5;
  height: auto; }
  .form-control:focus {
    border-color: #999; }

p.form-control {
  border-style: dotted;
  border-color: white;
  position: relative; }
  p.form-control a {
    position: absolute;
    top: 6px;
    right: 10px;
    cursor: pointer;
    display: none; }
  p.form-control:hover {
    border-color: silver; }
    p.form-control:hover a {
      display: block; }

div.form-field {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px 0 12px;
  font-size: 14px;
  line-height: 1.42857; }
  div.form-field.auto-height {
    height: auto;
    min-height: 45px; }
  div.form-field .editable-wrap {
    position: relative;
    top: -7px;
    left: -12px; }
    div.form-field .editable-wrap .form_datetime {
      display: inline-table; }
      div.form-field .editable-wrap .form_datetime input {
        width: 135px; }
      div.form-field .editable-wrap .form_datetime span.input-group-btn {
        width: auto; }
  div.form-field .editable-error {
    margin: 0;
    font-size: 12px; }
  div.form-field .note-editor {
    float: left; }

.editable-wrap {
  z-index: 10000; }
  .editable-wrap .editable-buttons {
    background-color: white;
    padding-right: 10px; }

div.note-editor {
  /* metronic header has 9995 */
  /* summernote fix to prevent line breaks */ }
  div.note-editor.fullscreen {
    z-index: 9996; }
  div.note-editor div.note-editable {
    white-space: normal; }

.editable-wrap.editable-textarea div.checker {
  float: left; }

label.required:after {
  content: "*";
  color: red;
  margin-left: 4px; }

.is-pristine {
  opacity: 0.5; }
  .is-pristine label.required:after {
    content: ""; }

.btn-inheritance {
  margin-left: -3px;
  margin-right: -10px; }
  .btn-inheritance span {
    color: black; }

.horizontal-form h3.form-section {
  border-bottom: 1px solid #ddd; }

.form-control.select2-container {
  padding: 0;
  border: none;
  -webkit-filter: none !important; }
  .form-control.select2-container .select2-choice {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    background-image: none;
    filter: none;
    height: 34px;
    padding: 3px 0 0 12px; }
    .form-control.select2-container .select2-choice .select2-arrow {
      background-image: none;
      background-color: #fff;
      -webkit-filter: none;
      filter: none;
      border-left: 1px solid #e5e5e5; }

.select2-drop-active {
  border: 1px solid #999;
  border-top: 0; }

.select2-results .select2-highlighted {
  background: #eee;
  color: #333; }

.select2-dropdown-open .select2-choice {
  border-color: #999 !important;
  border-bottom: 0 !important;
  background-image: none;
  background-color: #fff;
  -webkit-filter: none;
  filter: none;
  box-shadow: none !important; }

.select2-container.select2-container-active .select2-arrow, .select2-container.select2-dropdown-open .select2-arrow {
  border-left: 0 !important; }

.select2-search-choice {
  background: none !important; }

.editable-wrap .editable-buttons {
  padding-right: 0; }

div.signed-in.visible {
  visibility: 'visible'; }

div.signed-in.hidden {
  visibility: 'hidden'; }

.page-sidebar .page-sidebar-menu > li.sidebar-toggler-wrapper, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.sidebar-toggler-wrapper {
  padding-bottom: 10px; }

.pagination li span.count-change {
  cursor: default;
  border: 0;
  margin-left: 10px; }
  .pagination li span.count-change a {
    margin: 0 2px 0 2px; }
  .pagination li span.count-change a.selected {
    color: #e02222; }

.pagination li span.count-change:hover {
  background-color: transparent; }

.pagination .count-change {
  color: black; }
  .pagination .count-change:hover {
    color: black; }

.page-top {
  position: relative; }
  .page-top .reload {
    position: absolute;
    right: 15px;
    background: #c9c9c9;
    color: white;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px; }
    .page-top .reload:hover {
      background: #3d3d3d; }
    .page-top .reload, .page-top .reload div {
      line-height: 40px;
      font-size: 20px; }
  .page-top .spinning {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }

.index-row .grey-cascade.btn {
  background-color: #9d9d9d; }

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, .page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar .page-sidebar-menu > li.active.open > a {
  background: #cc0000; }

.page-bar {
  background: #f7f7f7; }

.listview th {
  border-bottom: 0 !important; }

.pagination li span.count-change a.selected {
  color: #cc0000; }

.table-hover > tbody > tr {
  border-top-color: #ddd; }
  .table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }

.btn-default i {
  color: #aaa; }

.btn.green {
  background-color: #35aa47 !important;
  border: 1px solid #35aa47 !important; }
  .btn.green:hover {
    background-color: #2d8f3c !important;
    border: 1px solid #2d8f3c !important; }

.btn.blue {
  background-color: #4B8DF8 !important;
  border: 1px solid #4B8DF8 !important; }
  .btn.blue:hover {
    background-color: #2977f7 !important;
    border: 1px solid #2977f7 !important; }

.btn.red {
  background-color: #d84a38 !important;
  border: 1px solid #d84a38 !important; }
  .btn.red:hover {
    background-color: #c63927 !important;
    border: 1px solid #c63927 !important; }

.control-label {
  color: #333 !important; }

.control-label.required {
  color: #333 !important; }
  .control-label.required::after {
    color: #d84a38 !important; }

.btn-arrow-link > i {
  color: #999; }

.tabbable-line > .nav-tabs > li {
  border-color: #F3565D !important; }
  .tabbable-line > .nav-tabs > li.active > a {
    background-color: #fff !important; }

.datetimepicker th, .datetimepicker td {
  text-align: center; }

.datetimepicker .disabled {
  color: #ccc; }

.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datetimepicker .prev, .datetimepicker .next, .datetimepicker .switch, .datetimepicker .day, .datetimepicker .hour, .datetimepicker .minute {
  cursor: pointer; }
  .datetimepicker .prev:hover, .datetimepicker .next:hover, .datetimepicker .switch:hover, .datetimepicker .day:hover, .datetimepicker .hour:hover, .datetimepicker .minute:hover {
    background: #eee; }

.datetimepicker .datetimepicker-hours,
.datetimepicker .datetimepicker-minutes {
  width: 185px; }

.datetimepicker .hour, .datetimepicker .minute {
  float: left;
  width: 40px;
  height: 26px;
  line-height: 26px; }

.login-form .form-actions {
  padding-top: 0 !important; }

.login .content .form-actions .btn {
  background-color: #45B6AF !important;
  border: 1px solid #45B6AF !important; }
  .login .content .form-actions .btn:hover {
    background-color: #3b9c96 !important;
    border: 1px solid #3b9c96 !important; }

.maintenance-page p {
  font-size: 14px; }

.nestedTab {
  border-bottom: 1px solid #ddd !important; }

.select2-drop-mask {
  z-index: 10051; }

.select2-drop {
  z-index: 10052; }

.has-error .select2-container .select2-choice, .has-error .select2-container .select2-choices {
  border-color: #e73d4a; }

.has-error .select2-container.select2-dropdown-open .select2-choice > span {
  color: #e73d4a; }

.select2-container-multi .select2-choices {
  border-color: #e5e5e5;
  background-image: none; }

.btn-inc-collection {
  float: right;
  margin-top: -58px; }

ul.model-association-collection {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.model-association-collection .actions {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding-right: 15px; }
  ul.model-association-collection > li {
    position: relative; }
    ul.model-association-collection > li .btn-dec-collection, ul.model-association-collection > li .btn-save-collection {
      margin-left: 2px;
      cursor: pointer;
      float: right; }
    ul.model-association-collection > li .btn-dec-collection {
      display: none; }
    ul.model-association-collection > li:hover .btn-dec-collection {
      display: block; }
    ul.model-association-collection > li.new_record {
      padding-bottom: 4px; }
      ul.model-association-collection > li.new_record .btn-dec-collection {
        display: block; }
  ul.model-association-collection li.stackable {
    min-height: 85px;
    padding-top: 25px; }
    ul.model-association-collection li.stackable label {
      display: none; }
    ul.model-association-collection li.stackable:first-child label, ul.model-association-collection li.stackable:first-child + li label {
      display: block; }
    ul.model-association-collection li.stackable:first-child .actions, ul.model-association-collection li.stackable:first-child + li .actions {
      top: 0px; }
  ul.model-association-collection li.stacked .actions {
    top: -21px; }
  ul.model-association-collection li.stacked label {
    display: none; }
  ul.model-association-collection li.stacked:first-child label {
    display: block; }
  ul.model-association-collection li.stacked:first-child .actions {
    top: 0px; }
  ul.model-association-collection h4 {
    margin-top: 0; }

@media (max-width: 991px) {
  ul.model-association-collection li.stackable label {
    display: block; } }

table.table th {
  white-space: nowrap; }
  table.table th.sorting {
    background: url("/modules/base/images/sort_both.png") no-repeat scroll right center transparent;
    padding-right: 18px; }
  table.table th.sorting_asc {
    background: url("/modules/base/images/sort_asc.png") no-repeat scroll right center transparent;
    padding-right: 18px; }
  table.table th.sorting_desc {
    background: url("/modules/base/images/sort_desc.png") no-repeat scroll right center transparent;
    padding-right: 18px; }

table.table th.multi-action, table.table td.multi-action {
  width: 20px; }

table.table th.thumb, table.table td.thumb {
  width: 120px; }

table.table th.identifier, table.table td.identifier {
  width: 50px; }

table.table td.avoid-line-break {
  white-space: nowrap; }

table.table td.row-details {
  width: 15px; }

table.table td.row-details span {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin-top: 3px;
  width: 14px; }

table.table td.row-details-close span {
  background: url("/modules/base/images/datatable-row-openclose.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }

table.table td.row-details-open span {
  background: url("/modules/base/images/datatable-row-openclose.png") no-repeat scroll 0 -23px rgba(0, 0, 0, 0) !important; }

table.table td.details, table.table td.details:hover {
  background-color: #EEEEEE; }
  table.table td.details table, table.table td.details table tr, table.table td.details table td, table.table td.details:hover table, table.table td.details:hover table tr, table.table td.details:hover table td {
    background-color: #EEEEEE;
    border: 0; }

table.table .parent-title {
  font-weight: normal;
  color: #9d9d9d; }

.table-actions > .btn {
  margin-bottom: 2px; }

.table-items {
  overflow-x: scroll; }

a.editable-click {
  position: relative;
  color: #000;
  border-bottom: 0;
  display: inline-block;
  max-height: 55px;
  overflow: hidden; }
  a.editable-click::before {
    content: "";
    display: block;
    position: absolute;
    top: 35px;
    width: 100%;
    height: 20px;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }
  a.editable-click:hover {
    border-bottom: dashed 1px #428bca; }

.editable-disabled, a.editable-disabled {
  position: relative;
  color: #000;
  border-bottom: 0;
  display: inline-block;
  max-height: 55px;
  overflow: hidden;
  cursor: not-allowed; }
  .editable-disabled:hover, a.editable-disabled:hover {
    color: #000;
    border: none;
    text-decoration: none; }

a[editable-text],
a[editable-textarea] {
  padding-right: 5px !important; }

.cellfade-3lines, .cellfade-3lines-small, .cellfade-2lines {
  position: relative;
  overflow: hidden; }
  .cellfade-3lines:after, .cellfade-3lines-small:after, .cellfade-2lines:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 1.3em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%); }

.cellfade-3lines {
  height: 3.9em;
  font-size: 13px !important; }

.cellfade-3lines-small {
  height: 4.4em;
  font-size: 12px !important; }

.cellfade-2lines {
  height: 2.8em;
  font-size: 12px !important; }

.table-hover > tbody > tr:hover > td .cellfade-3lines:after, .table-hover > tbody > tr:hover > td .cellfade-3lines-small:after, .table-hover > tbody > tr:hover > td .cellfade-2lines:after {
  background: linear-gradient(to right, rgba(245, 245, 245, 0), whitesmoke 50%); }

.mediaplayer .asset .cellfade-2lines:after {
  background: linear-gradient(to right, rgba(247, 247, 247, 0), #f7f7f7 50%); }

.mediaplayer .asset.active .cellfade-2lines:after {
  background: linear-gradient(to right, rgba(207, 207, 207, 0), #cfcfcf 50%); }

file-attachment input[type=file] {
  display: none; }

file-attachment label {
  cursor: pointer; }

div.upload-element {
  display: none; }
  div.upload-element .button-container {
    margin: 15px 0; }
    div.upload-element .button-container .speed {
      float: right;
      line-height: 32px;
      font-family: Andale Mono, monospace; }
  div.upload-element .files {
    margin-top: 30px; }
    div.upload-element .files .file-template {
      display: none; }
    div.upload-element .files .file .name {
      margin-bottom: 10px; }
    div.upload-element .files .file .done {
      float: right; }
    div.upload-element .files .initial-text {
      line-height: 30px;
      color: #474747; }

div.jstree-select-presenter.select2-container {
  border: 1px solid #e5e5e5;
  padding: 3px 5px;
  width: 100%; }

div.jstree-select-presenter .select2-choices {
  border: none;
  background-image: none; }
  div.jstree-select-presenter .select2-choices li.select2-search-choice {
    padding: 3px 5px; }

div.jstree-select-overlay {
  display: none;
  background-color: #fff;
  border: 1px solid #999;
  padding: 2px;
  z-index: 10052; }
  div.jstree-select-overlay .jstree-default ul > li {
    padding: 0;
    border: none; }
  div.jstree-select-overlay .jstree-default .jstree-icon {
    background-image: url("/modules/base/images/32px.png"); }
  div.jstree-select-overlay .jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
    background-image: url("/modules/base/images/throbber.gif"); }

.component.specs {
  font-size: 12px !important; }

.component.named-section {
  margin-left: 10px; }
  .component.named-section > h6 {
    margin-left: -10px; }
  .component.named-section > ul {
    margin-left: -40px; }

.component .key-value-collection {
  list-style-type: none; }
  .component .key-value-collection .key {
    min-width: 150px;
    display: inline-block; }

.component.list-attr, .component.list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .component.list-attr li, .component.list li {
    display: inline; }
  .component.list-attr.comma-separated li:not(:last-child):after, .component.list.comma-separated li:not(:last-child):after {
    content: ', '; }

.component.image-placeholder {
  position: relative;
  width: 100px;
  height: 100px; }
  .component.image-placeholder span.icon-picture, .component.image-placeholder span.icon-folder-alt, .component.image-placeholder div.image, .component.image-placeholder > img {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    margin: 0; }
  .component.image-placeholder span.icon-picture, .component.image-placeholder span.icon-folder-alt {
    display: block;
    background: #cccccc;
    text-align: center;
    font-size: 60px;
    color: white;
    overflow: hidden;
    line-height: 100px; }
  .component.image-placeholder .thumbor-tooltip.tooltip.in {
    opacity: 1; }
  .component.image-placeholder .thumbor-tooltip.tooltip .tooltip-inner {
    max-width: none;
    padding: 1px; }

.component.image-placeholder-small {
  width: 60px;
  height: 60px; }
  .component.image-placeholder-small span.icon-picture, .component.image-placeholder-small > img {
    width: 60px;
    height: 60px; }
  .component.image-placeholder-small span.icon-picture {
    font-size: 40px;
    line-height: 60px; }

.component.object-timestamps dl {
  margin-bottom: 0; }
  .component.object-timestamps dl dt {
    font-size: 11px;
    font-weight: 300;
    color: #888; }
  .component.object-timestamps dl dd {
    font-size: 12px;
    margin-bottom: 3px; }

.component.index-title {
  display: block;
  font-size: 11px;
  font-weight: 300;
  color: #888; }
  .component.index-title:after {
    content: ":"; }

.table-hover > tbody > tr:hover > td .image-placeholder div.image {
  background-color: #f5f5f5; }

.mediaplayer {
  position: relative;
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 10px 10px 0 10px; }
  .mediaplayer .viewer {
    margin-bottom: 10px; }
    .mediaplayer .viewer audio {
      width: 100%; }
    .mediaplayer .viewer #pdfviewer {
      width: 100%;
      height: 500px; }
    .mediaplayer .viewer .preview-gif {
      display: block;
      height: auto;
      text-align: center; }
      .mediaplayer .viewer .preview-gif img {
        height: 100%;
        padding: 30px; }
    .mediaplayer .viewer .preview {
      position: relative;
      height: 0;
      padding-bottom: 56.25%; }
      .mediaplayer .viewer .preview .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .mediaplayer .viewer .preview img {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .mediaplayer .viewer .preview .preview-image-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 101%;
        opacity: 0.7; }
        .mediaplayer .viewer .preview .preview-image-overlay.message {
          display: table;
          font-size: 24px;
          line-height: 40px;
          text-align: center;
          background: #fff;
          padding-left: 20px;
          padding-right: 20px; }
          .mediaplayer .viewer .preview .preview-image-overlay.message strong {
            font-size: 28px; }
          .mediaplayer .viewer .preview .preview-image-overlay.message a {
            display: table;
            width: 100%;
            height: 100%;
            color: inherit; }
            .mediaplayer .viewer .preview .preview-image-overlay.message a:hover {
              text-decoration: none; }
          .mediaplayer .viewer .preview .preview-image-overlay.message p {
            width: 100%;
            height: 100%;
            display: table-cell;
            vertical-align: middle; }
      .mediaplayer .viewer .preview.placeholder .preview-image-overlay {
        width: 338px;
        height: 378px; }
      .mediaplayer .viewer .preview .preview-image-placeholder {
        line-height: 378px;
        background: #ccc;
        text-align: center; }
        .mediaplayer .viewer .preview .preview-image-placeholder::before {
          display: inline-block;
          font-family: 'Simple-Line-Icons';
          font-size: 240px;
          content: "\e032";
          color: #fff; }
      .mediaplayer .viewer .preview .upload-button {
        opacity: 0;
        transition: opacity 250ms;
        cursor: pointer;
        background: red; }
        .mediaplayer .viewer .preview .upload-button:hover {
          opacity: 0.7; }
  .mediaplayer .playlist {
    margin: 0; }
    .mediaplayer .playlist .asset {
      padding: 5px 0 5px 5px;
      height: 70px;
      overflow: hidden;
      cursor: pointer; }
      .mediaplayer .playlist .asset.active {
        background-color: #cfcfcf; }
      .mediaplayer .playlist .asset .image-placeholder {
        float: left;
        margin-right: 10px; }
      .mediaplayer .playlist .asset .teaser {
        position: relative; }
        .mediaplayer .playlist .asset .teaser .list span {
          font-size: 10px; }
  .mediaplayer .player-TC,
  .mediaplayer .player-RT {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 14px;
    padding: 4px;
    top: 10px; }
  .mediaplayer .player-TC {
    left: 10px; }
  .mediaplayer .player-RT {
    right: 10px; }
  .mediaplayer .player-seek__container {
    margin-top: 10px;
    display: flex; }
  .mediaplayer .player-seek__frames {
    margin-left: 20px; }
  .mediaplayer .player-seek__tc {
    display: flex;
    margin-left: 20px; }
    .mediaplayer .player-seek__tc .form-control {
      width: 25px;
      height: 22px;
      padding: 3px;
      display: inline;
      border-color: #ccc; }
    .mediaplayer .player-seek__tc span {
      padding: 0 1px; }
    .mediaplayer .player-seek__tc button {
      margin-left: 4px;
      height: 22px;
      border-color: #ccc; }

.qq-uploader .qq-upload-button {
  border: none;
  box-shadow: none; }

parametron-search .clear-search {
  display: block;
  position: absolute;
  top: 9px;
  right: 31px;
  width: 10px;
  width: 10px;
  font-size: 20px;
  color: #c9c9c9; }
  parametron-search .clear-search:hover {
    text-decoration: none; }

.parametron-select .portlet-body .form {
  z-index: 2; }

mpui-compact-search .trigger {
  float: right;
  width: 34px;
  height: 34px;
  margin: 0;
  line-height: 32px !important;
  text-align: center;
  border: 1px solid #ccc;
  background: #eee;
  color: #333;
  text-decoration: none; }

mpui-compact-search label .clear {
  display: block;
  position: absolute;
  top: 9px;
  right: 64px;
  width: 10px;
  width: 10px;
  font-size: 20px;
  color: #c9c9c9;
  text-decoration: none; }

mpui-compact-search .filter-menu {
  float: right; }
  mpui-compact-search .filter-menu a {
    border-right: none; }
  mpui-compact-search .filter-menu .submenu {
    left: -100%; }

mpui-compact-search .btn-group > .dropdown-menu {
  left: auto;
  right: -34px; }
  mpui-compact-search .btn-group > .dropdown-menu:before {
    left: auto;
    right: 42px; }
  mpui-compact-search .btn-group > .dropdown-menu:after {
    left: auto;
    right: 43px; }

.ui-autocomplete {
  width: 200px;
  max-height: 200px;
  background-color: #fff;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #000; }
  .ui-autocomplete li {
    margin: 4px 4px 4px 0;
    list-style: none;
    display: list-item;
    background-color: white;
    margin: 0;
    cursor: pointer;
    min-height: 1em; }
    .ui-autocomplete li:hover {
      background-color: #EEE; }

.scheduled-jobs {
  width: 760px; }
  .scheduled-jobs .jobs {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .scheduled-jobs .job {
    margin-bottom: 5px; }
    .scheduled-jobs .job .delegated-access {
      text-align: center;
      text-indent: -10px; }

ul.product-tree-select-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

base-entity-select div.entity-select-presenter.select2-container {
  border: 1px solid #e5e5e5;
  padding: 3px 5px;
  width: 100%;
  background: #fff; }

base-entity-select div.entity-select-presenter .select2-choices {
  border: none;
  background-image: none; }
  base-entity-select div.entity-select-presenter .select2-choices li.select2-search-choice {
    padding: 3px 5px; }

base-entity-select div.entity-select-box {
  padding: 5px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  background: #fff; }
  base-entity-select div.entity-select-box div.entity-select-add {
    margin-top: 5px; }
    base-entity-select div.entity-select-box div.entity-select-add div.form-group {
      margin-bottom: 5px; }
  base-entity-select div.entity-select-box div.entity-select-container .select2-choices {
    border: none;
    background-image: none;
    margin-right: 10px; }

section[mp-accordion] {
  position: relative; }
  section[mp-accordion]:first-of-type .section-content {
    display: block; }
  section[mp-accordion] .section-content {
    display: none; }
  section[mp-accordion] h3 {
    line-height: 35px;
    font-size: 14px;
    color: #666;
    text-indent: 10px;
    background: #ccc;
    cursor: pointer;
    border: none; }
    section[mp-accordion] h3::before {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 14px;
      height: 14px;
      font-family: FontAwesome;
      content: "\f107";
      font-size: 18px;
      line-height: 14px;
      text-align: center;
      text-indent: 0;
      transform: rotate(0deg);
      transition: all 250ms; }
  section[mp-accordion].open h3::before {
    transform: rotate(-180deg); }
  section[mp-accordion] [increase-model-field-collection] {
    display: block;
    visibility: visible;
    position: absolute;
    float: none;
    right: 43px;
    top: 23px;
    width: 14px;
    height: 14px;
    padding: 0;
    font-family: FontAwesome;
    background: none;
    background-color: transparent !important;
    border: none !important;
    text-indent: -10000px; }
    section[mp-accordion] [increase-model-field-collection]::after {
      display: block;
      position: absolute;
      left: 0;
      top: -3px;
      width: 100%;
      height: 100%;
      content: "\f196";
      font-size: 14px;
      text-indent: 0;
      color: #666; }
    section[mp-accordion] [increase-model-field-collection]:hover, section[mp-accordion] [increase-model-field-collection]:active {
      background: none !important;
      border: none !important; }

.theo-section__playlist {
  position: relative;
  width: 300px;
  margin-left: 1rem;
  overflow: auto; }
  .theo-section__playlist section[mp-accordion]:first-child h3 {
    margin-top: 0; }
  .theo-section__playlist .playlist {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.theo-section__playlist-item {
  height: 30px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  cursor: pointer; }
  .theo-section__playlist-item:hover {
    background: #eee; }

.audiotrackActive {
  background: #eee; }

.amcharts-chart-div {
  height: 500px !important; }

.sortable-items ul {
  margin: 0;
  padding: 0; }

.sortable-items li {
  list-style-type: none; }
  .sortable-items li span {
    margin-right: 10px; }

.sortable-items .row {
  margin: 0 10px;
  cursor: pointer;
  padding: 10px 0;
  border-bottom: 1px solid grey; }
  .sortable-items .row .thumb {
    width: 70px;
    float: left; }

.sort-modal-image {
  width: 70px !important;
  height: 60px !important; }

.theo-primary-color,
.vjs-selected {
  color: #cc0000 !important; }

.theo-primary-background {
  color: #000000 !important;
  background-color: #cc0000 !important; }

.theoplayer-skin .vjs-big-play-button {
  width: 10% !important;
  padding-bottom: 10% !important; }

.progress-bar__bar {
  position: relative;
  margin: 0;
  padding: 0;
  height: 22px;
  background-color: #E5E5E5;
  z-index: 2;
  width: 100%;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow: hidden; }

.progress-bar__progress {
  position: absolute;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #35aa47; }

.progress-bar__text {
  top: 2px;
  left: 4px;
  position: absolute;
  margin: 0;
  padding: 0;
  height: 100%; }

.bulk-modal .select2-container-disabled .select2-choices {
  background-color: #fff; }

.bulk-modal .control-label {
  margin-top: 7px; }

.bulk-modal .form-group {
  margin-bottom: 15px; }

.bulk-modal .file-header {
  position: relative; }

.bulk-modal .remove-asset {
  float: right;
  padding: 7px 8px; }

.bulk-modal .parser {
  padding: 7px 8px;
  margin-left: 4px; }

.bulk-modal .parseall {
  padding: 10px;
  margin: 5px 0 10px 12px; }

.bulk-modal .notes .note-editor .note-statusbar .note-resizebar {
  display: none; }

.bulk-container .select-files-button {
  margin: 10px 0; }

.bulk-container .dropzone {
  border: 1px dashed #CCC;
  background-color: #f7f7f7;
  padding: 10px;
  margin: 10px 0;
  display: inline-block;
  width: 95%; }

.bulk-container .progress-eta {
  text-align: right;
  margin-top: -20px;
  margin-bottom: 20px; }

.bulk-container .defaults {
  background-color: #f7f7f7;
  padding-top: 10px;
  padding-bottom: 10px; }
  .bulk-container .defaults .desc {
    text-indent: 10px;
    color: #888;
    font-weight: bold; }

.bulk-container .product-strategy {
  padding: 15px 10px;
  border-top: 1px solid #e7ecf1; }
  .bulk-container .product-strategy span {
    padding-right: 12px; }
    .bulk-container .product-strategy span input {
      margin-right: 8px; }

.bulk-container .jstree-select-overlay,
.bulk-container .jstree-scroller,
.bulk-container .jstree-container {
  width: 500px; }
  .bulk-container .jstree-select-overlay .slimScrollDiv,
  .bulk-container .jstree-scroller .slimScrollDiv,
  .bulk-container .jstree-container .slimScrollDiv {
    z-index: 999;
    background-color: #fff; }

.bulk-container .item-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .bulk-container .item-list .header {
    font-weight: bold;
    padding: 10px 0; }
  .bulk-container .item-list div.disabled {
    margin-bottom: 15px;
    min-height: 34px; }
  .bulk-container .item-list > li {
    padding: 10px 0;
    border-top: 1px solid #e7ecf1; }
    .bulk-container .item-list > li .image-wrapper {
      display: inline-block;
      position: relative;
      width: 75px;
      height: 75px; }
      .bulk-container .item-list > li .image-wrapper img {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }

.bulk-container div.note-editor .panel-heading {
  padding: 1px 5px 4px; }

.bulk-container div.note-editor .note-editing-area .note-editable {
  height: 95px !important; }

.bulk-container .checkbox input {
  margin-left: 20px;
  border: 1px solid #000;
  width: 19px;
  height: 19px;
  top: -2px; }

.bulk-container .checkbox.delegation input {
  top: -5px; }

.select2-container-multi
.select2-choices
.select2-search-field input {
  margin: 1px 5px;
  font-family: inherit; }

.additional-fields .col-xs-1 {
  width: 12%; }

.additional-fields .col-xs-5 {
  width: 38%; }

.custom-fields .col-xs-10 {
  width: 88.1%;
  margin-left: -33px; }

.col-xs-9 {
  margin-left: 15px; }

.select-admin {
  appearance: none;
  -webkit-appearance: none;
  color: #333 !important; }

.products.listview table {
  width: 100%; }
  .products.listview table td, .products.listview table th {
    vertical-align: top; }
  .products.listview table tbody tr:last-child {
    border: none; }
  .products.listview table tbody td ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .products.listview table tbody td ul li {
      display: inline; }
  .products.listview table tbody td.multi-action {
    width: 20px; }
    .products.listview table tbody td.multi-action div.content {
      position: relative;
      height: 100px; }
      .products.listview table tbody td.multi-action div.content span.product-type {
        width: 80px;
        position: absolute;
        left: -28px;
        bottom: 34px;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  .products.listview table tbody td.main div.content {
    height: 100px;
    position: relative; }
    .products.listview table tbody td.main div.content div.bottom {
      position: absolute;
      bottom: 0px; }
      .products.listview table tbody td.main div.content div.bottom li.resolution a {
        cursor: default; }
      .products.listview table tbody td.main div.content div.bottom div.navigate {
        font-size: 11px;
        margin-bottom: 3px; }
        .products.listview table tbody td.main div.content div.bottom div.navigate a {
          margin-right: 5px; }
          .products.listview table tbody td.main div.content div.bottom div.navigate a .fa {
            margin-right: 3px; }
  .products.listview table tbody td.timestamps {
    width: 110px; }
  .products.listview table tbody td.access {
    width: 120px; }
    .products.listview table tbody td.access dl dt {
      float: left;
      width: 80px;
      font-weight: normal; }
  .products.listview table tbody td.actions {
    width: 120px; }
    .products.listview table tbody td.actions a.btn {
      margin-bottom: 3px; }

.products.gridview table {
  width: 100px;
  margin-bottom: 5px; }
  .products.gridview table th.actions {
    display: none; }
  .products.gridview table th.multi-action {
    padding-left: 6px; }

.products.gridview .image-placeholder {
  width: auto;
  height: auto; }
  .products.gridview .image-placeholder span.icon-picture, .products.gridview .image-placeholder > img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto; }
  .products.gridview .image-placeholder span.icon-picture {
    line-height: 162px;
    width: 100%; }

.products.gridview .tile {
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative; }
  .products.gridview .tile, .products.gridview .tile .hoverbg, .products.gridview .tile .hovershow {
    width: 288px;
    height: 162px; }
  .products.gridview .tile .hoverbg, .products.gridview .tile .hovershow {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
  .products.gridview .tile .hoverbg {
    z-index: 2;
    background-color: black;
    opacity: 0.75; }
  .products.gridview .tile .hovershow {
    z-index: 3; }
    .products.gridview .tile .hovershow .content {
      padding: 6px; }
      .products.gridview .tile .hovershow .content .bottom {
        position: absolute;
        bottom: 0;
        padding: 0 0 10px 6px; }
        .products.gridview .tile .hovershow .content .bottom div {
          margin-bottom: 6px;
          color: #CCCCCC; }
      .products.gridview .tile .hovershow .content .name-emphasized a {
        color: #fff; }
      .products.gridview .tile .hovershow .content span.product-type {
        position: absolute;
        top: 6px;
        right: 10px;
        color: #CCCCCC; }
      .products.gridview .tile .hovershow .content div.product-title {
        margin-top: 6px;
        padding: 5px; }
        .products.gridview .tile .hovershow .content div.product-title a {
          font-size: 14px;
          text-decoration: none;
          color: white; }
  .products.gridview .tile:hover .hovershow, .products.gridview .tile:hover .hoverbg {
    display: block; }
  .products.gridview .tile.checked .hovershow, .products.gridview .tile.checked .hoverbg {
    display: block; }

.ac-top-items:hover {
  background: #e2f7f9 !important; }
  .ac-top-items:hover .widget-thumb-body-stat {
    text-decoration: none; }

.ac-top-items .top-item-image {
  float: left;
  margin-right: 20px;
  height: 65px;
  width: 65px; }
  .ac-top-items .top-item-image img {
    max-height: 65px;
    max-width: 65px; }

.ac-top-items .widget-thumb-body .widget-thumb-subtitle {
  padding-top: 0px; }

.ac-top-items .widget-thumb-body-user .widget-thumb-subtitle {
  display: inline-block;
  max-width: 175px;
  min-width: 140px;
  margin-left: 50px; }

.ac-top-items .widget-thumb-body-user a .widget-thumb-subtitle:hover {
  text-decoration: underline; }

.ac-top-items .widget-thumb-body-user .big-counter {
  float: left;
  width: 57px;
  position: absolute;
  left: 20px;
  text-align: center; }

.ac-top-items .widget-thumb-body-user .small {
  font-size: 12px;
  text-transform: none;
  font-weight: normal; }

.ac-chart-statistics .dashboard-stat2:hover {
  background: #e2f7f9 !important;
  cursor: pointer; }

body {
  color: #333;
  font-size: 13px;
  background-color: #fff; }

.page-content-wrapper, .page-footer {
  background-color: #3d3d3d; }

a {
  color: #5b9bd1; }

ng-include {
  display: block; }

.table td, .table th {
  font-size: 13px; }

.nav, .pagination, .carousel a {
  cursor: pointer; }

.pagination > .disabled a, .pagination > .disabled span {
  color: #777; }

.login .content {
  margin: 0px auto 10px auto; }

.login .brand-header {
  color: #9d9d9d;
  font-size: 18px;
  height: 55px; }

.page-header .navbar-brand p {
  white-space: nowrap;
  margin: 0 0 10px;
  color: #9d9d9d; }

a.disabled {
  text-decoration: none;
  color: #424242;
  cursor: default; }

/* fixed version of metronic sprite which works properly with <select> and uniform */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url("/modules/base/images/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }

.text-distiller {
  line-height: 32px !important;
  float: right;
  margin-bottom: 0; }
  .text-distiller .form-inline {
    display: inline-block; }

.hidden-by-default {
  display: none; }

.hidden-entity {
  visibility: hidden; }

.control-label {
  font-weight: 500;
  color: gray; }

ul.simple-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  li-margin: 0;
  li-padding: 0; }

.link-to, .link-to * {
  cursor: pointer;
  text-decoration: underline; }

.name-emphasized {
  font-size: 1.1em;
  line-height: 1.3em; }
  .name-emphasized a, .name-emphasized a > span {
    font-weight: bold;
    color: black; }

.key-value-key {
  display: inline-block;
  min-width: 52px;
  color: gray; }

.not-implemented {
  color: #F5A9A9; }

.variable-height {
  height: auto !important; }

.association-fields span:empty {
  display: none; }

.association-fields span:empty + span.symbol {
  display: none; }

.portlet.box.filter .portlet-title {
  padding: 2px 10px 0px 5px; }

.portlet.box.filter .portlet-body {
  min-height: 48px; }

.portlet.box.filter .caption {
  font-size: 14px;
  margin: 3px 0 0 0; }

.portlet.box.filter.range .slider-container {
  height: 50px;
  margin: 0 20px 0 10px;
  position: relative; }
  .portlet.box.filter.range .slider-container .limit {
    font-size: 10px; }
  .portlet.box.filter.range .slider-container .limit.min {
    position: absolute;
    left: 5px; }
  .portlet.box.filter.range .slider-container .limit.max {
    position: absolute;
    right: -5px; }
  .portlet.box.filter.range .slider-container .slider {
    width: 100%; }

.unselectable {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none; }

.wide-container {
  background-color: #FFFFFF;
  margin-bottom: 50px; }
  .wide-container > div {
    margin-top: 20px; }
  .wide-container .form-submit-buttons {
    text-align: right;
    margin-bottom: 20px; }

.blocked {
  opacity: 0.2; }

.nowrap {
  white-space: nowrap; }

.login-form .form-actions {
  height: 53px; }

.pre-editable-buttons {
  display: inline-block;
  vertical-align: top; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@media (max-width: 768px) {
  .page-top .reload {
    top: -5px;
    width: 30px;
    height: 30px; }
    .page-top .reload, .page-top .reload div {
      line-height: 30px;
      font-size: 15px; } }

@media (max-width: 768px) {
  .modal-dialog {
    padding-top: 45px; } }

.modal-large {
  width: 750px; }

.calendar input.input-mini {
  width: auto !important; }

.no-multi-actions th.multi-action,
.no-multi-actions td.multi-action {
  display: none !important; }

.btn-xs, .btn-group-xs > .btn {
  font-size: 13px; }

td.actions .dropdown-toggle {
  padding: 1px 5px 2px 5px; }

.modal {
  overflow-y: hidden; }

div.checker input {
  display: inline-block !important; }

.global-search-results small {
  font-size: 70%; }

.global-search-results .component.image-placeholder {
  width: 50px;
  height: 50px; }
  .global-search-results .component.image-placeholder > img {
    width: 50px;
    height: 50px; }
  .global-search-results .component.image-placeholder span.icon-picture {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px; }

.mini-pagination .pagination {
  float: right;
  margin: 10px; }
  .mini-pagination .pagination li:not(:last-child) {
    display: none; }

.logo span {
  color: #fff; }

.new-group-selector input {
  vertical-align: baseline;
  margin: 0 2px; }

.table-height-no-tab {
  height: calc(100vh - 300px); }

.table-height-one-tab {
  height: calc(100vh - 60px - 300px); }

.table-height-two-tab {
  height: calc(100vh - 110px - 300px); }

.fixed-table {
  display: block;
  overflow-y: auto;
  overflow-x: auto;
  margin: 20px 0 0; }
  .fixed-table tbody .main {
    width: 100%; }

.dropdown-submenu > .dropdown-menu-left {
  left: -101% !important; }

[data-fullscreen='true'] .bmpui-ui-subtitle-overlay {
  bottom: 3.5em;
  font-size: 1.6em; }
  @media (min-width: 1024px) {
    [data-fullscreen='true'] .bmpui-ui-subtitle-overlay {
      bottom: 5.1em; } }
  @media (min-width: 1440px) {
    [data-fullscreen='true'] .bmpui-ui-subtitle-overlay {
      bottom: 7.1em; } }
  @media (min-width: 1900px) {
    [data-fullscreen='true'] .bmpui-ui-subtitle-overlay {
      bottom: 3.5em;
      font-size: 2.5em; } }

.medium-modal {
  width: 800px; }

.wide-modal {
  width: 1200px; }

.toast-message a, .toast-message a:hover {
  text-decoration: underline; }

.theoplayer-container .theo-audio-track-control-button {
  display: none !important; }

.theoplayer-container .theo-custom-quality-label,
.theoplayer-container .theo-custom-audio-label {
  cursor: default;
  pointer-events: none;
  width: auto !important; }
  .theoplayer-container .theo-custom-quality-label:before,
  .theoplayer-container .theo-custom-audio-label:before {
    width: 24px !important; }
  .theoplayer-container .theo-custom-quality-label .vjs-control-text,
  .theoplayer-container .theo-custom-audio-label .vjs-control-text {
    font-family: "Open Sans", sans-serif !important;
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: auto;
    padding: 0 10px 0 30px;
    position: relative;
    width: auto;
    font-size: 1em;
    line-height: 3em; }

.theoplayer-container.vjs-fullscreen .theo-custom-quality-label .vjs-control-text,
.theoplayer-container.vjs-fullscreen .theo-custom-audio-label .vjs-control-text {
  padding-left: 45px; }

.theo-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  margin-right: 15px; }

.theo-section__player {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.theo-section__edit {
  width: 22px;
  height: 22px;
  color: #5b9bd1;
  margin-right: 5px;
  border-radius: 2px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .theo-section__edit:hover {
    background: white; }

.text-error {
  color: #b94a48 !important; }

.text-warning {
  color: #da8c1e !important; }

.text-success {
  color: #468847 !important; }
