/**
 * app css stylesheet
 * 
 * Couleurs AVIWEST
 * Orange : rgb(248, 117, 8) ou #f87508
 * Noir : rgb(42, 42, 42) ou  #2a2a2a;
 */

@font-face
{
  font-family: font-aviwest;
  src: url('/css/Prototype.ttf')
}

body {
  color: white;
  background-color: #333;
}
label {
  color: white;
}
.brand {
  font-family: font-aviwest !important;
}
.caret {
  border-top: 4px solid white;
}
.caret-inverse {
  border-top: 4px solid #222;
}
.help-block, .help-inline {
  color: #999;
}
.thumbnail {
  border: 1px solid #555;
  position: relative;
}
.heading {
  border-bottom: 1px solid #222;
  color: #999;
}
.well .heading {
  border-bottom: 1px solid #555;
  color: white;
}
.table th {
  text-shadow: none;
}
.table th, .table td {
  border-top: 1px solid #222;
}
.table tbody tr:hover td, .table tbody tr:hover th {
  background-color: #555;
}
.btn:hover {
  background-position: 0px -20px;
}
.btn.disabled, .btn[disabled] {
  /*
  opacity: initial;
  background-color: #999;
  */
}
.btn-group .btn-mini {
  height: 20px;
  padding: 0px 6px 1px 6px;
}
.btn-mini {
  font-size: 10px;
}
.btn-round {
  border-radius: 10px;
  height: 20px;
  width: 20px;
}
.container {
  /*max-width: 740px;*/
  /*max-width: 960px;*/
  width: 100%;
  padding-top: 51px;
}
.settings {
  width: 960px; 
}
.container li {
  line-height: 18px;
}
.antiscroll-inner {
  overflow: hidden;
}

.act-abbr,
.label-abbr {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100px;
  display: inline-block;
  vertical-align: middle;
}
.act-abbr {
  max-width: 80px;
}

.label-light {
  background: #cccccc;
}

.label {
  display: inline-block;
}
.label-protocol {
  min-width: 32px;
  text-align: center;
}
.label[class*="PRO"] {
  background-color: #222; /* Black */
}
.label.DMNG-APP { /* Violet */
  background-color: #6f5499; 
}
.label.DMNG-LAPTOP { /* White */
  background-color: white;
  color: #2A2A2A;
  border: 1px solid gray;
  text-shadow: 0 0 0 white;
  padding: 0px 4px 1px;
}
.label.DMNG-STUDIO {
  background-color: #058DC7; /* Bleu */
}
.label.THIRD-PARTY {
  background-color: #AB0000; /* Red */
}
.label.IP-INPUT {
  background-color: #46557e; /* Bleu */
}
.label[class*="RACK"],
.label.HE4000 {
  background-color: #cc0066; /* Pink */
}
.label[class*="AIR"] {
  background-color: #00b3b3; /* Green */
}
span.picto_product {
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: text-top;
    opacity: 0.5;
    background-size:  contain;
}
span.picto_product[class*="PRO"] {
  background-image: url('/img/dmng-pro.svg');
  width: 42px;
}
span.picto_product.HE4000 {
  background-image: url('/img/he4000.svg');
  width: 52px;
}
span.picto_product[class*="RACK"] {
  background-image: url('/img/rack-series.svg');
  width: 52px;
}
span.picto_product.DMNG-APP {
  background-image: url('/img/dmng-app.svg');
  width: 16px;
}
span.picto_product.DMNG-STUDIO {
  background-image: url('/img/dmng-studio.svg');
  width: 24px;
}
span.picto_product.DMNG-LAPTOP {
  background-image: url('/img/dmng-laptop.svg');
  width: 24px;
}
span.picto_product.IP-INPUT {
  background-image: url('/img/ip-input.svg');
  width: 32px;
}
span.picto_product[class*="AIR"] {
  background-image: url('/img/air.svg');
  width: 30px;
}
span.picto_product.THIRD-PARTY {
  display: none;
}
.badge {
  display: inline-block;
  vertical-align: middle;
}

.clear {
  clear: both;
}

.clickable {
  cursor: pointer;
  text-decoration: none;
}

.disabled {
  opacity: 0.5;
}

.text-right {
  text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-warning {
  color: #c09853;
  font-style: italic;
}
.text-divider {
  background-color: #777;
  cursor: auto;
  margin: 4px 0;
}
.word-break-all {
  word-break: break-all;
  display: block;
}
.modal .breadcrumb {
  margin: 0;
  border-radius: 0;
}
.modal,
.modal-header,
.modal-footer {
  background-color: #222;
  border-color: #080808;
  box-shadow: unset;
}
.modal-body {
  background-color: #333;
}
@media (min-height: 900px) {
  .modal {
    top: 30% !important;
  }
  .modal-body {
    max-height: 700px;
  }
}

.popover > div {
  border-color: #999;
}
.popover.bottom .arrow {
  border-bottom: 5px solid #999;
}
.popover-title,
.popover-content {
  background-color: #222;
  border-color: #080808;
}

.breadcrumb {
  border: 1px solid #080808;
  background-color: #222;
  background-image: none;
  box-shadow: none;
}
.breadcrumb .search-query {
  padding: 0px 8px 0px 8px;
}

.breadcrumb li {
  vertical-align: middle;
  text-shadow: none;
}

h4.heading {
  margin-bottom: 9px;
}
h5.heading {
  margin-bottom: 9px;
  color: #999;
}
small {
    font-size: 11px;
    color: #999;
}

form label.checkbox {
  display: inline-block;
}

label.checkbox {
  cursor: pointer;
}

.dropdown-menu li div {
  padding: 3px 8px 3px 8px;
}
.dropdown-menu li i {
  padding: 3px 20px 3px 8px;
  display: block;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover small,
.dropdown-menu .active small {
  color: white;
}
.dropdown-menu .active > a {
  background-color: #222;
}
.heading .btn {
  margin-left: 0px;
  vertical-align: middle;
}

.heading .label {
  margin-bottom: 0;
}

/*
|
| Ellipsis text
|
*/
.trim {
  white-space: nowrap; 
  max-width: 60px; 
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.trim-80 {
  max-width: 80px;
}
.trim-100 {
  max-width: 100px;
}
.trim-120 {
  max-width: 120px;
}
.trim-140 {
  max-width: 140px;
}
.trim-200 {
  max-width: 200px;
}
.trim-300 {
  max-width: 300px;
}
.trim-500 {
  max-width: 500px;
}

/*
|
| Login
|
*/
.login_content {
  padding-top: 150px; 
  margin: 0 auto;
  max-width: 500px;
}

/*
|
| Debug
|
*/
div.debug-panel {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  right:0;
  height: 600px;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 400px;
}
div.debug-panel h3 {
  height: 30px;
  width: 400px;
  padding-bottom: 4px;
}
div.debug-panel>ul {
  overflow: scroll;
  height: 570px
}
div.debug-panel pre {
  overflow: auto;
  white-space: pre;
  word-wrap: normal;
}

/*
|
| Jumbotron
|
*/
.jumbotron {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #EEE;
  border-radius: 6px;
  margin: 0 52px;
}
.jumbotron h1 {
    font-size: 63px;
    line-height: 88px;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

/*
|
| Branding
|
*/
.china-mobile .login_content form {
  background-image:url('/img/logo-china-mobile.png');
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 360px;
  padding-top: 140px;
}

.aviwest .login_content form {
  background-image:url('/img/logo-aviwest-sentence.png');
  background-repeat: no-repeat;
  background-position: center 20px;
  padding-top: 90px;
}

@media (min-width: 979px) {
  .china-mobile .navbar .brand {
    background-image: url("/img/logo-china-mobile.png");
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: 100px auto;
    padding-left: 116px;
    width: 154px;
    padding-right: 0px;
  }
  .aviwest .navbar .brand {
    background-image: url("/img/logo-aviwest.png");
    background-repeat: no-repeat;
    background-position: 4px 6px;
    background-size: 130px auto;
    padding-left: 150px;
    width: 154px;
    padding-right: 0;
  }
}

@media (max-width: 978px) {
.navbar .brand {
    line-height: 24px;
  }
}

.logo-uhd {
  background-repeat:no-repeat;
  background-position: center;
  background-image:url('/img/logo-uhd.svg');
  background-size: 64px 24px;
  vertical-align: middle;
  width:80px;
  height:40px;
  display: inline-block;
}

.logo-hevc {
  background-repeat:no-repeat;
  background-position: center;
  background-image:url('/img/logo-hevc.svg');
  background-size: 50px 18px;
  vertical-align: middle;
  width:66px;
  height:38px;
  display: inline-block;
}


/*
|
| Facebook
|
*/

.logo-facebook {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/img/logo-facebook.png');
  background-size: contain;
  vertical-align: middle;
  width: 100px;
  height: 37px;
  display: inline-block;
}

.logo-login-facebook {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/img/logo-login-facebook.png');
  background-size: contain;
  vertical-align: middle;
  width: 190px;
  height: 35px;
  display: inline-block;
}

.social-logo-list {
  margin-bottom: 0px;
}

.logo-facebook-square {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/img/logo-facebook-square.png');
  background-size: contain;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.facebook-info {
  padding-left: 60px;
  padding-top: 12px;
}

.facebook-info-list {
  padding-left: 50px;
  padding-top: 10px;
}

.facebook-modal {
  width: 300px;
  margin: -250px 0 0 -150px;
}
.pict-account-list {
  height: 37px;
}



/*
|
| Livescale
|
*/
.logo-livescale {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/img/logo-livescale.png');
  background-size: contain;
  vertical-align: middle;
  width: 130px;
  height: 20px;
  display: inline-block;
}
.logo-livescale-square {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/img/logo-livescale-square.png');
  background-size: contain;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  display: inline-block;
}
/*
|
| Sidebar
|
*/

.sidebar-content {
  padding-left: 0.5em;
  padding-bottom: 1em;
}

.sidebar-content .nav {
  margin-bottom: 0;
}

.sidebar-content .icon-share-alt,
.sidebar-content .icon-hdd,
.sidebar-content .icon-exclamation-sign,
.sidebar-content .icon-facetime-video {
  margin-top: 3px;
}

.nav-channel-toggle>li .input-protocol-toggle {
  display: none;
}
.nav-channel-toggle>li:hover .input-protocol-toggle {
  display: initial;
}
.accordion-group {
  border: 1px solid #080808;
  background-color: #222;
}

.sidebar-content .accordion-heading {
  background-color: #222;
  line-height: 32px;
}

.sidebar-content .accordion-heading.active a {
  color: white;
  font-weight: bold;
}

.sidebar-content .accordion-toggle {
  display: inline;
}

.sidebar-content .accordion-inner {
  padding: 9px 4px;
  border-top: 1px solid #222;
  background-color: #333; 
}

.sidebar-content .channel-disconnect,
.sidebar-content .input-protocol-toggle {
  float: right;
}

.sidebar-info .act {
  float: right;
}

.sidebar-info {
  font-size: 11px;
}

.sidebar-info li {
  line-height: 26px;
  overflow: hidden;
  border-bottom: 1px dotted #333;
}

.sidebar-info li:last-child {
  border: none;
}

.sidebar-channel-toggle {
  padding-top: 4px;
  display: block;
}

.sidebar-channel-toggle>.act {
  min-width: 1.2em;
  display: inline-block;
  text-align: right;
}

.active>.sidebar-channel-toggle>.act {
  color: white;
}

.cumum-rx-bitrate {
  min-width: 60px;
  display: inline-block;
  text-align: right;
}

/*
|
| iFrame
|
*/
iframe.invisible {
  visibility: hidden; /* Allow to keep width and height of the hidden iFrame */ 
}

/*
|
| Nav
|
*/
.nav-list [class^="icon-"] {
  margin-right: 0;
}
.output-well .btn-mini,
.nav .btn-mini {
  padding: 0px 6px 1px 6px;
}
.output-well .nav>li>a {
  color: #ccc;
}
.nav>li>a:hover {
  background: transparent;
  color: white !important;
}
.nav-tabs > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 14px;
}
.nav-tabs > li > a:hover {
  background-color: #222;
  border: 1px solid #222;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover {
    color: #fff;
    background-color: #555;
    border-color: #555;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  color: #999;
  cursor: default;
  background-color: #333;
  border: 1px solid #222;
  border-bottom-color: transparent;
}
.nav-tabs {
  border-bottom: 1px solid #222;
  margin-bottom: 9px;
}
.nav-channel-toggle ul.nav  {
  display: inline-block;
  vertical-align: middle;
}
.nav-channel-toggle li.dropdown > a  {
  color: #ccc;
}
.nav-channel-toggle > li {
  position: relative;
  padding: 0px 4px 0px 2px;
}
.nav-channel-toggle > li + li {
  border-top: 1px solid #222;
}
.nav-channel-toggle > li.active {
  background-color: #555;
}
.nav-channel-toggle a:hover {
  text-decoration: none;
  color: white;
}
.nav-list {
  padding: 2px 4px;
}
.nav-list > .active > a, .nav-list > .active > a:hover {
  background-color: #222;
}
.nav-list > .active > a .act {
  color: white;
}
.nav-list > li > a:hover {
  text-decoration: underline;
}

.nav-list li.divider {
  margin: 4px 1px;
}

.navbar {
  position: fixed;
  right: 0;
  left: 0;  
  z-index: 1000;
}

.navbar .act {
  margin-top: 10px;
  display: block;
}

.nav-bar-monitoring {
  padding: 10px;
  position: absolute;
  top:0;
  right: 0;
  color: white;
}
.nav-bar-monitoring .badge {
  min-width: 28px;
  text-align: center;
}
/*
|
| Slider
|
*/
#slider-video-capped-bitrate .ui-slider{
  margin: 0 0.8em 1em 0.8em;
  height: 75px;
}

#slider-latency {
  width: 90px;
}

#slider-latency .ui-slider{
  margin: 0 0.8em 1em 0.8em;
  height: 75px;
}

.slider-intercom-volume .ui-slider {
  height: 75px;
  margin-bottom: 6px;
}

.thumbnail-body .ui-slider {
  border: none;
  border-radius: 0px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 11;
}

/*
|
| Chart
|
*/
.column-channel {
  width:320px;
  float: left;
}
.column-chart {
  padding-left: 320px;
}
div.chart-stream-stats {
  height: 122px;
  width: 100%;
}
div.chart-stream-stats .legend {
  display: none;
}
div.chart-stream-stats:hover .legend {
  display: block;
}

div.chart-link-stats {
  height: 180px;
}

/*
|
| Grid
|
*/
.grid-cell {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  border: 1px solid #080808;
  background-color: #222;
  border-radius: 3px;
  padding: 4px;
  height: 160px;
}
.grid-cell i {
  vertical-align: middle;
}
/*
|
| Channel
|
*/
.channel_list {
  list-style: none;
  margin:0;
}
.channel_list > li {padding:0 0 8px;margin-bottom:8px;border-bottom: 1px solid #222; position: relative;}
/*.channel_list small {font-size: 11px;color:#9b9b9b}*/
.channel_list i {vertical-align: middle;}
.channel-detail i {vertical-align: middle;}
.channel-detail .thumbnail,
.channel_list .thumbnail {
  display: inline-block;
}
.channel_list a:hover {
  text-decoration: none
}
.icon-recorder {
  border-radius: 5px;
  height: 10px;
  width: 10px;
  background-color: #222;
  margin-top: 3px;
}
.icon-intercom {
  background-image: url('/img/picto-intercom.svg');
  height: 16px;
  width: 16px;
  background-size: contain;
  background-position: top;
}
.icon-intercom.icon-white {
  background-image: url('/img/picto-intercom-white.svg');
}

.btn-info .icon-recorder {
  background-color: white;
}
.unit-running .icon-recorder {
  background-color: #C62626;
}
.unit-command {
  margin-top: 4px;
}
.unit-command .btn i {
  vertical-align: text-top;
}
.unit-command .btn {
  width: 43px;
}
.unit-command span.badge-prefix {
  position: absolute;
  left: -5px;
  top: -5px;
  padding: 2px 2px 2px;
}

.unit-command span.badge-videoIFBSourceIdx {
  position: absolute;
  right: -12px;
  top: -5px;
  padding: 2px 2px 2px;
  min-width: 14px;
}
.unit-command span.badge-important {
  display: none;
  position: absolute;
  right: 0px;
  top: -5px;
  padding: 2px 2px 2px;
  min-width: 14px;
}

.unit-command button.unit-error span.badge {
  display: block;
  z-index: 10;
}
.channel-forward div.ui-progressbar{
  width: 160px;
  display: inline-block;
  vertical-align: middle;
}

.channel-detail .table-condensed th, .table-condensed td {
    padding: 0px 5px 2px 5px;
}

.table-stream-stat thead th {
  text-align: center;
}
.table-stream-stat tbody th {
  text-align: right;
  white-space: nowrap;
}
.table-stream-stat td {
  text-align: center;
}
.table tbody tr:hover th[rowspan] {
    background: none;
}

.table-mosaic td,
.table-mosaic th {
  background-color: white;
  color: #333;
}
.table-mosaic thead th:first-child {
  border-top-left-radius: 3px;
}
.table-mosaic thead th:last-child {
  border-top-right-radius: 3px;
}
.table-mosaic tfoot td {
  min-height: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.channel-detail-interface table td {
  padding: 0 0 2px 0;
}

.channel-detail-interface table th.stats,
.channel-detail-interface table td.stats {
  text-align: center;
}

.channel-detail .controls-row span,
.channel-detail .controls-row button {
  vertical-align: top !important;
}

.channel-detail-file-listing li {
  width: 370px;
}

.channel-intercom {
  width: 300px;
  min-height: 180px;
  margin: 0px 20px 20px 0;;
}
.well {
  border: 1px solid #080808;
  background-color: #222;
}

.channel-intercom .dl-horizontal dt {
  width: 70px;
}

.channel-intercom .dl-horizontal dd {
  margin-left: 75px;
}

.channel-audio-output {
  margin-right: 0.5em;
}

span.picto {
  background-repeat:no-repeat;
  background-position: center;
  height:20px;
  width:30px;
  display: inline-block;
  vertical-align: middle;
}

span.picto_large {
  background-repeat:no-repeat;
  background-position: center;
  width:32px;
  height:32px;
  display: inline-block;
  vertical-align: middle;
}

span.picto_small {
  background-repeat:no-repeat;
  background-position: center;
  width:16px;
  height:16px;
  display: inline-block;
  vertical-align: middle;
}

.picto_ajax_loader {
  background-image:url('/img/picto_ajax_loader.gif');
  height:16px !important;
  width:16px !important;
}
.picto_ajax_loader_white {
  background-image:url('/img/picto_ajax_loader_white.gif');
}

.picto_sort_asc {
  background-image:url('/img/sort_asc.png');
}

.picto_sort_desc {
  background-image:url('/img/sort_desc.png');
}

.picto_sort_both {
  background-image:url('/img/sort_both.png');
}

.picto_ETHERNET {
  background-image:url('/img/picto_ETHERNET.png');
}
.picto_ETH_connect {
  background-image:url('/img/picto_ETH_connect.png');
}
.picto_ETH_disconnect {
  background-image:url('/img/picto_ETH_disconnect.png');
}
.picto_WIFI {
  background-image:url('/img/picto_WIFI.png');
}
.picto_GADGET {
  background-image:url('/img/picto_USB.png');
}
.picto_WIMAX {
  background-image:url('/img/picto_wimax.png');
}
.picto_WIFI_AP {
  background-image:url('/img/picto_wifi_ap.png');
}
.picto_CELLULAR {
  background-image:url('/img/picto_CELLULAR.png');
}
.picto_2G {
  background-image:url('/img/picto_2G.png');
}
.picto_3G {
  background-image:url('/img/picto_3G.png');
}
.picto_4G {
  background-image:url('/img/picto_4G.png');
}
.picto_5G {
  background-image:url('/img/picto_5G.png');
}
.picto_signal_0 {
  background-image:url('/img/picto_signal_0.png');
}
.picto_signal_1 {
  background-image:url('/img/picto_signal_1.png');
}
.picto_signal_2 {
  background-image:url('/img/picto_signal_2.png');
}
.picto_signal_3 {
  background-image:url('/img/picto_signal_3.png');
}
.picto_signal_4 {
  background-image:url('/img/picto_signal_4.png');
}
.picto_signal_5 {
  background-image:url('/img/picto_signal_5.png');
}

.picto_push_pin {
  background-image:url('/img/gCons/push-pin.png');
}

.picto_dmng_intercom {
  background-image:url('/img/picto_dmng_intercom.png');
}

.picto_ref_input {
  background-image:url('/img/picto_ref_input.png');
}

.picto_no_ref_input {
  background-image:url('/img/picto_no_ref_input.png');
}

.picto_microphone {
  background-image:url('/img/gCons/microphone_white.png');
  height:32px !important;
  width:32px !important;
  vertical-align: top !important;
}

.picto_microphone_off {
  background-image:url('/img/gCons/microphone-off_white.png');
  height:32px !important;
  width:32px !important;
  vertical-align: top !important;
}

.picto_speaker {
  background-image:url('/img/speaker.png');
  height:32px !important;
  width:32px !important;
  vertical-align: top !important;
}

.picto_speaker_off {
  background-image:url('/img/speaker-off.png');
  height:32px !important;
  width:32px !important;
  vertical-align: top !important;
}

.picto_headphone {
  background-image:url('/img/gCons/headphone.png');
  height:32px !important;
  width:32px !important;
  vertical-align: top !important;
}

.picto_music_node {
  background-image:url('/img/gCons/music-node.png');
  height:32px !important;
  width:32px !important;
  vertical-align: top !important;
}
.picto_music_node_white {
  background-image:url('/img/gCons/music-node-white.png');
}

.picto_lock {
  background-image:url('/img/picto_lock.png');
}

.picto_unlock {
  background-image:url('/img/picto_unlock.png');
}

.picto_compressed {
  background-image:url('/img/picto_compressed.svg');
  background-size: 12px;
}
.picto_compressed_white {
  background-image:url('/img/picto_compressed_white.svg');
  background-size: 12px;
}

.picto_video_pattern_white {
  background-image:url('/img/icon-video-pattern-white.svg');
  background-size: 24px 18px;
  width: 24px !important;
  height: 18px !important;
  vertical-align: top !important;
}

.picto_video_return_white {
  background-image:url('/img/icon-video-return-white.svg');
  background-size: 24px 18px;
  width: 24px !important;
  height: 18px !important;
  vertical-align: top !important;
}

.picto_video_return_red {
  background-image:url('/img/icon-video-return-red.svg');
  background-size: 24px 18px;
  width: 24px !important;
  height: 18px !important;
  vertical-align: top !important;
}

.picto_toggle_on,
.picto_toggle_off,
.picto_toggle_left,
.picto_toggle_right {
  background-repeat:no-repeat;
  background-position: center;
  background-size: 40px;
  vertical-align: middle;
  width:40px;
  height:20px;
  display: inline-block;
}
.picto_toggle_left {
  background-image:url('/img/picto-toggle-left.svg');
}
.picto_toggle_right {
  background-image:url('/img/picto-toggle-right.svg');
}
.picto_toggle_off {
  background-image:url('/img/picto-toggle-left-gray.svg');
}
.picto_toggle_on {
  background-image:url('/img/picto-toggle-right-on.svg');
}

/*
|
| Output
|
*/
.output-bar {
  padding-top: 0px;
  width: 180px !important;
  margin-left: 0 !important;
  margin-right: 8px !important;
}

.output-bar .nav {
  margin: 0;
  display: flex;
}

.output-bar .thumbnail {
  margin-bottom: 0px;
  margin-top: 2px;
  height: 130px;
  width: 160px;
  display: inline-block;
  background-color: #2a2a2a;
  border: 1px solid #555;
  color: white;
}

.output-bar .thumbnail li {
  line-height: 20px;
}

.thumbnail img {
  height: 90px;
  width: 160px;
}

.output-bar h6 {
  color: #f87508;
}

.output-bar h6 > ul > li > a {
  color: #f87508;
  margin-bottom: 3px;
}

.output-bar .thumbnail-footer {
  margin-top: 3px;
}

.output-bar .thumbnail-footer h6 {
  display: inline;
  color: white;
}

.output-well,
.thumbnail-body {
  position: relative;
  clear: both;
}

.output-well {
  padding: 4px;
  margin-bottom: 2px;
}
.output-well .unstyled {
  margin-bottom: 0px;
}

.thumbnail-show-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 12;
  background-color: transparent;
}
.thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
  color: white;
}
.thumbnail-overlay li {
  border: none;
  margin: 0 0  0 4px;
  padding: 0;
}
.thumbnail-empty {
  display: block;
  height: 90px;
  width: 160px;
  background-color: #2a2a2a;
  background-image:url('/img/logo_aviwest.png');
  background-repeat: no-repeat;
  background-position: center;
}
.thumbnail-empty.RTMP,
.thumbnail-empty.HLS,
.thumbnail-empty.TS,
.thumbnail-empty.RTSP {
  background-image:url('/img/logo_camera.png');
}
.thumbnail-empty p {
  text-align: center;
  padding-top: 55px;
}
.thumbnail-target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 3px;
  z-index: 13;
}

/*
|
| Encoder
|
*/
.encoder-list .nav {
  display: inline-block;
  margin-bottom: 4px;
}
.encoder-list .nav>li>a {
  color: #ccc;
}
.encoder-list-row {
  padding:0 0 8px;margin-bottom:8px;border-bottom: 1px solid #222; 
}
/*
|
| Volumebar
|
*/
div.volumebar-container {
  margin-top: 3px;
}
div.volumebar-area {
  width: 6px;
  height: 6px;
  position: relative;
  margin: 0 2px 2px 0;
  display: inline-block;
  vertical-align: bottom;
  /*background-color: rgba(248, 117, 8, 0.25);*/
  background-color: #E3E3E3;
  border-radius: 3px;
}

div.volumebar-area div {
  background-color: rgb(248, 117, 8);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 3px;
}

div.volumebar-intercom {
  width: 8px;
  height: 100px;
  border: 1px solid grey;
  position: relative;
  margin: 0 auto 0.5em auto;
  border-radius: 2px;
}

div.volumebar-intercom div {
  background-color: rgb(248, 117, 8);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*
|
| Drag and Drop
|
*/
.element-over {
  background-color: #f87508 !important; 
  opacity: .5 !important;
}

.element-target {
  background-color: #000; 
  opacity: .25;
  border: 1px dashed white;
}

.ui-draggable,
[draggable] {
  cursor: move;
}


/*
|
| Renaming
|
*/
form.renaming,
form.renaming input {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

form.renaming .input-append {
  margin-bottom: 0px;
}

/*
|
| Forms
|
*/
.form-horizontal .control-label-inline {
  text-align: right;
  padding-top: 5px;
  display: inline-block;
}

.container input.ng-invalid {
  color: #b94a48;
  border-color: #b94a48;
}

.container select.ng-invalid {
  border-color: #b94a48;
}

#streamingOutputForm .act {
  display: block;
}

.input-xxlarge {
    width: 520px;
}
.input-clippy {
  background-repeat: no-repeat;
  background-image:url('/img/picto_clippy_white.svg');
  background-position: right;
  cursor: pointer !important;
  background-size: 18px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  background-color: #555;
  color: white;
  border-color: #222;
}

input.input-inverse {
  background-color: #555;
  color: white;
  border-color: #333;
}

.contribution-profile-type {
  text-align: center;
}
.contribution-profile-type .btn {
  height: 160px;
  font-size: 18px;
  width: 160px;
}

.social-account-type {
  text-align: center;
}
.social-account-type .btn {
  height: 160px;
  font-size: 18px;
  width: 160px;
}
/*
|
| viewer
|
*/
.viewer {
  background-color: #2A2A2A;
  max-width: none;
}

.viewer-content {
  padding: 60px 20px 20px 20px;
}

.viewer .thumbnail {
  height: 126px;
  width: 160px;
  display: inline-table;
  padding: 4px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #555;
  border-radius: 4px;
  background-color: #333;
  position: relative;
}

.viewer .thumbnail-body {
  position: relative;
  margin: 2px 0px 4px;
}

.viewer .thumbnail h6 {
  color: white;
}

.viewer .thumbnail-overlay {
  background-color: transparent;
}

/*
|
| Overlay Flash player
|
*/
#playerRTSP {
  width: 530px;
  height: 310px;
}
.overlay-flash-player .modal-header,
.overlay-flash-player .modal-body {
  background-color: #2a2a2a;
  color: white;
  border: 0;
}

.modal-header .close,
.overlay-flash-player .close {
  color: #cccccc;
  opacity: 1;
}
.modal-header .close:hover,
.overlay-flash-player .close:hover {
  color: white;
}

@media (min-width: 1280px) {
  .menu-bar {
    position: fixed;
    margin-top: -90px;
    background-color: #333;
    padding: 30px 0 0 0;
    width: 960px;
    z-index: 2;
  }
  .settings {
    margin-top: 60px;
  }
}

/*
|
| Audio Levels
|
*/
.audio-level {
  background-color: #8BDB00;
  border: solid 1px #555;
  height: 98px;
  width: 10px;
  position: relative;
  float: left;
  margin-left: 4px;
}

.audio-level-danger {
  background-color: #C62626;
  height: 12%;
}
.audio-level-warning {
  background-color: #F5AA1A;
  height: 24%;
}
.audio-level-decay {
  border-bottom: solid 2px #fff;
  width: 10px;
  position: absolute;
  top: 0px;
}
.audio-level-peak {
  opacity: 0.4;
  width: 10px;
  position: absolute;
  top: 0px;
  background-color: black;
}

.picto_sdi {
  color: #999;
  background-image: url('/img/picto_sdi.svg');
  background-size: 32px;
  background-repeat:no-repeat;
  background-position: bottom;
  width:32px;
  height:48px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  text-align: center;
}
.picto_sdi.active {
  color: white;
  background-image: url('/img/picto_sdi_active.svg');
}

/**
 * Pending
 */
.pending {
  -webkit-animation:spin 2s linear infinite;
  -moz-animation:spin 2s linear infinite;
  animation:spin 2s linear infinite;
  vertical-align: middle;
}
@-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); } }
