body {
    background: black;
    margin: 0 auto;
    font-family:Helvetica,Arial,sans-serif;
    max-width:800px;
    margin:auto;
}
body.dragging, body.dragging * {
  cursor: move !important;
}
.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}
ol.sortable li.placeholder {
  position: relative;
  
}
ol.sortable li.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid red;
    z-index:2010;
}
input.ui-slider-input.ui-mini, .ui-field-contain input.ui-slider-input.ui-mini{
    width:auto;
}
.saveBtn.active-save-btn{
    -webkit-animation-name: pulsate;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 10;
    -moz-animation-name: pulsate;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: 10;
    animation-name: pulsate;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 10;
    color: #e8f0de;
    border: solid 1px #538312;
    background: #64991e;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
progress::-moz-progress-bar { background: #22aadd; }
progress::-webkit-progress-value { background: #22aadd; }
progress { color: #22aadd; }
@-moz-keyframes pulsate {
    0% {
         -moz-box-shadow: 0 0 14px rgba(255,255,255,0.2);
    }
    50% {
         -moz-box-shadow: 0 0 14px rgba(255,255,255,0.9);
    }
    100% {
         -moz-box-shadow: 0 0 14px rgba(255,255,255,0.2);
    }
}
@-webkit-keyframes pulsate {
    0% {
         -webkit-box-shadow: 0 0 14px rgba(255,255,255,0.2);
    }
    50% {
         -webkit-box-shadow: 0 0 14px rgba(255,255,255,0.9);
    }
    100% {
         -webkit-box-shadow: 0 0 14px rgba(255,255,255,0.2);
    }
}
@keyframes pulsate {
    0% {
         box-shadow: 0 0 14px rgba(255,255,255,0.2);
    }
    50% {
         box-shadow: 0 0 14px rgba(255,255,255,0.9);
    }
    100% {
         box-shadow: 0 0 14px rgba(255,255,255,0.2);
    }
}
#videoPlayerErrorMsg a:link {color:#5c9bca;}
#videoPlayerErrorMsg a:visited {color:#5c9bca;}
.ui-header{
    max-width:800px;
}
@media ( min-width: 800px ){
    
    .ui-header-fixed{
        left:auto;
        right:auto;
    }
}
@media ( max-width: 450px ){
    .ui-grid-b >:nth-child(n){
        width:100%;
    }
    .ui-popup .ui-title{
        margin-left:0;
        margin-right:0;
    }
    #livestreamDraftEvent .eventPoster, #livestreamDraftEvent #infoNotice{
        display:none;
    }
}
@media all and (min-width: 650px) {
    .content-secondary {
        text-align: left;
        float: left;
        width: 45%;
        background: none;
        border-top: 0;
    }
    .content-primary {
        width: 35%;
        float: right;
        margin-right: 1%;
        padding-right: 1%;
    }
}
@media all and (min-width: 750px) {
    .content-secondary {
        width: 34%;
    }
    .content-primary {
        width: 56%;
        padding-right: 1%;
    }
}
@media all and (min-width: 1200px) {
    .content-secondary {
        width: 30%;
        padding-right: 6%;
        margin: 0px 0 20px 5%;
    }
    .content-primary {
        width: 50%;
        margin-right: 5%;
        padding-right: 3%;
    }
}
.ui-popup{
    max-width:790px;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.ui-mobile [data-role="page"], .ui-mobile [data-role="dialog"], .ui-page{
    position:relative;
}
#loadingScreen {
    background: black;
}
#loadingScreen .center{
    margin:0 10% 0;
}
#loadingScreen .loadingText{
    color:white; margin:auto; width:61px; text-align:center;
}
#loadingScreen .logo{
    max-width:100%;
    padding-top:25%;
}
#loadingScreen .footer{
    position: absolute;
    bottom: 5em;
    left:50%
}
#loadingScreen .footer img{
    position: relative;
    left:-50%;
    max-width:100%;
}
ol {
    padding-left:0;
}
ol li{
    list-style:none;
    position:relative;
}
span.error{
    color:red;
    font-weight: bolder;
}
span.success{
    color:green;
}
#homeStatusDisplay .Network_CurrentSettings_uplink.live2airException{
    display:inline;
}
#homeStatusDisplayLeft li.live2airException{
    display:none;
}
#homeStatusDisplay li .error{
    color:red;
    font-size:0.8em;
}
#homeStatusDisplay li .unit{
    position:inherit;
    color:black;
    display:inline;
    padding:0;
    border:none;
    background:none;
    top:0;
    right:0;
}
#live2AirAdvanced li .unit{
    display: block;
    top: 26px;
    right: 1px;
    position: absolute;
    background-color: rgb(8, 22, 94);
    color: white;
    padding: 5px 16px;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}
form li.error{
    background-color:#f2dede;
    color:#920505;
    border-radius:5px;
}
form li.error input{
    border-color:#920505;
    background-color:transparent;
    color:#920505;
}
.fields li{
    margin-top:10px;
}
#appview {
    margin: 0 auto;
    text-align: center;
}
.irrelevant{display:none;}
.debugOnly{display:none;}
li.unsavedChange input[type="text"]{
   -webkit-animation: yellow-fade 500ms ease-in 1;
   -moz-animation: yellow-fade 500ms ease-in 1;
   animation: yellow-fade 500ms ease-in 1;
   background: rgb(255, 255, 235);
}
@-moz-keyframes yellow-fade {
   0% {background: rgb(255, 255, 196);}
   100% {background: rgb(255, 255, 235);}
}
@-webkit-keyframes yellow-fade {
   0% {background: rgb(255, 255, 196);}
   100% {background: rgb(255, 255, 235);}
}
@keyframes yellow-fade {
   0% {background: rgb(255, 255, 196);}
   100% {background: rgb(255, 255, 235);}
}
.loader {
	background: url(img/loader.gif) no-repeat center center;
	width: 110px;
	height: 110px;
}
#sub-header {
	width: 120px;
	height: 40px;
	text-align: center;
	margin: 0 auto;
}
.ui-page .ui-header, .ui-page .ui-footer {
	text-align: center;
}
.app-logo {
	width: auto;
}
.ui-loader-curtain{
 position: absolute;
 top: -1200px;
 left: -1200px;
 width: 2400px;
 height: 2400px;
 background: gray;
 opacity: 0.40;
 filter: Alpha(Opacity=0.4);
}
@media ( max-height: 400px ){
    #videoPlayerView {
     display:none;
    }
    #homeStatus {
     margin-top:20px;
    }
}
@media (max-width: 480px) { 
    #homeStatus {
        font-size:0.9em;
        position:relative;
        overflow:visible;
        height:250px;
    }
    #homeStatus .ui-block-a, #homeStatus .ui-block-b, #homeStatus .ui-block-c {
        width: auto;
    }
    #homeStatus .ui-block-a {
        text-align: center;
    }
    #homeStatus .ui-block-c {
        position: relative;
        left: 1.5rem
    }
    #homeStatus #notify-followers-section{
        position: absolute;
        top: 144px;
        right: -7px;
        z-index:20;
    }
}
#toggleBroadcast{
    cursor:pointer;
    opacity:0.9;
}
#toggleBroadcast:hover{
    opacity:1;
}
.status-recording-filename {
    display:inline-block;
    margin-left: 5px;
}
#youtube-preview-section .ui-slider{
    width:6em;
}
.VideoStreamer_Status_Broadcast_status .displayField[data-value="Ready"] {
    color: green;
}
.Network_CurrentSettings_uplink .displayField[data-value="Online"],
.Network_CurrentSettings_uplink .displayField[data-value="connected"] {
    color: green;
}
.Network_CurrentSettings_uplink .displayField[data-value="disconnected"] {
    color: red;
}
.fields .Network_Interfaces_Wlan0_browsePreferredNetworks{
    margin-top:50px;
}
#wirelessNetworkSettings .Network_Interfaces_Wlan0_protectedEAPMsg .displayFieldLabel{
    border: 1px solid #fcefa1;
    background: #fbf9ee;
    color: #363636;
    width:100%;
}
.Network_Interfaces_Wlan0_protectedEAPMsg #sysTime{
    font-weight:bolder;
}
.Network_Interfaces_Wlan0_protectedEAPMsg #sysTime.systemTimeSeemsOff{
    color:red;
}
.Network_Interfaces_Wlan0_protectedEAPMsg .colon{
    display:none;
}
.Network_Interfaces_Wlan0_certificateStatus input, .Network_Interfaces_Wlan0_certificateStatus input:focus{
    box-shadow:none;
    border:none;
}
.Network_Interfaces_Wlan0_certificateStatus input.noCertificate{
    font-weight:bolder;
    color:red;
}
.fields li.Network_Interfaces_Wlan0_certificateStatus, .fields li.Network_Interfaces_Wlan0_certificateDelete {
    float:left;
}
 .fields li.Network_Interfaces_Wlan0_certificateDelete, .fields li.Network_Interfaces_Wlan0_sslUpload{
     margin-top:34px;
 }
.Network_Interfaces_Wlan0_sslUpload{
    margin-bottom:20px;
}
.VideoStreamer_Status_Broadcast_status .displayField[data-value="Preview"] {
    background-color: rgb(119, 146, 194);
    padding: 0 20px;
    color: #fff;
}
.VideoStreamer_Status_Broadcast_status .displayField[data-value="Live"] {
    background-color: red;
    padding: 0 20px;
    color: #fff;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #F8F8F8, 0 0 30px #FFFFFF, 0 0 40px #FFFFFF, 0 0 50px #FFFFFF, 0 0 75px #FFFFFF;
}
.VideoStreamer_Status_Broadcast_status .displayField[data-value="Starting"] {
    background-color: rgb(229, 84, 84);
    color: white;
    padding: 0 10px;
}
.VideoInput_Info_resolution .displayField[data-value="No Video"]{
    color: red;
}
#settings.ui-body-b{
    background:#383838;
}
#videoPlayerView{
    background-color:white;
    background-image:url(/img/loader.gif);
    background-repeat:no-repeat;
    background-position:center;
    min-height:100px;
}
#livestreamDraftEvent{
    padding: 10px;
    margin-right: 300px;
    line-height: 20px;
    color: #999999;
    background-color:#eceff1;
    width:100%;
}
#livestreamDraftEvent #draftContainer{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color:white;
    border:1px solid #d4d7d8;
    margin: 7px 25px 10px 5px;
    min-height: 151px;
    padding: 10px;
}
#livestreamDraftEvent h1 {
    color:black;
 }
#livestreamDraftEvent .eventPoster{
     margin-right:20px;
     width:20%;
     display:inline-block;
     float:left;
}
#livestreamDraftEvent .eventPoster img{
    max-height: 80%;
    max-width:100%;
}
#livestreamDraftEvent #infoNotice{
    padding: 10px;
    border-radius: 5px;
    color: #666;
    text-shadow: 0 1px #fff;
    border: 1px solid #fcefa1;
    background-color: #fbf9ee;
    margin:20px;
}
#facebookPlayer{
    background: white;
}
#periscopePlayer{
    background: white;
}
#player{
    min-width:70%;
    
}
#playerViewMode{
}
#content-main{
    padding:0;
}
#notify-followers-label{
    display:inline;
    font-size:0.85em;
    position:relative;
    top:-8px;
    color:#666666;
}
.startBroadcastBtn, .stopBroadcastBtn{
   cursor:pointer;
}
.startBroadcastBtn.disabled img,.stopBroadcastBtn.disabled img{
    opacity:0.4;
}
#youtube-controls .stream-now-valid-button{
    border-radius:7.5px;
}
#content-main ol{
    margin:0;
}
#broadcastStatusLI{
    margin-top:4px;
}
#videoPlayerView .ui-content{
    padding:0;
}
#homeStatusDisplayLeft{
    text-align: left;
    float: right;
}
#homeStatusDisplayLeft li{
    margin: 10px 0;
}
#homeStatusDisplayLeft .uplink_more_details .interface_bitrate, ._totalBitrate .displayField{
    display: inline-block;
    text-align: right;
}
.alert{
    border: 1px solid #fcefa1;
    background: #fbf9ee 50% 50% repeat-x;
    color: #363636;
}
.alert-info{
    border: 3px solid #757575;
    background-color: #4E4E4E;
    color: #DEDEDE;
    text-shadow: none;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}
.alert-success{
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.sharelinkWarning {
    border: 1px solid #fcefa1;
    background: #fbf9ee 50% 50% repeat-x;
    color: #363636;
    padding:10px;
}
.alert-error {
    border: 3px solid #920505;
    background: #f2dede;
    color: #b94a48;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.ui-pnotify{
    max-height:400px;
}
.ui-pnotify-icon, .ui-pnotify-icon span{
    display:inline-block;
}
.ui-pnotify-title {
    display: inline;
}
.ui-pnotify-text{
    margin-top:1em;
}
#appview .VideoStreamer_Settings_Primary_mode{
    width:95%;
}
#appview .VideoStreamer_Settings_Primary_mode img{
    max-width:100%;
}
#appview .displayFieldLabel[data-value="Ustream"]{
    display:none;
}
#appview .displayFieldLabel[data-value="Livestream"]{
    display:none;
}
#appview .displayFieldLabel[data-value="Wowza"]{
    display:none;
}
#homeStatusDisplayLeft label img{
    width:24px;
    margin-right:5px;
    vertical-align:middle;
}
#homeStatusDisplayLeft .colon{
    display:none;
}
.Network_CurrentSettings_uplink,._tscStatus{
    display:inline;
    cursor:pointer;
}
.Network_CurrentSettings_uplink label,._tscStatus label{
    cursor:pointer;
}
.Network_CurrentSettings_uplink.irrelevant,._tscStatus.irrelevant{
    display:none;
}
.Network_CurrentSettings_uplink.irrelevant label,._tscStatus.irrelevant label{
    cursor:default;
}
#homeStatusDisplayLeft .fields li._tscError{
    border-radius:4px;
    border:1px solid rgb(172, 41, 37);
    background-color:rgb(210, 50, 45);
    font-size:0.75em;
    max-width: 200px;
    color: white;
    margin:0px;
    padding:0 3px;
}
.uplink_more_details{
    overflow-y: hidden;
    max-height: 16px;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-property: all;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -moz-transition-property: all;
    -moz-transition-duration: .5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.uplink_more_details._bondClients{
    max-height: 500px;
}
.uplink_more_details.closed{
    max-height: 0;
}
.uplink_more_details_btn{
    display:inline;
}
.uplink_more_details_btn label{
    cursor:pointer;
}
.uplink_more_details_btn.irrelevant{
    display:none;
}
#homeStatusDisplayLeft li.uplink_more_details_btn .ui-icon{
    display:inline-block;
    background-color:rgba(0, 0, 0, 0.12);
    margin-left:4px;
    transition: background-color 1s ease;
}
#homeStatusDisplayLeft li.uplink_more_details_btn .ui-icon-plus.updated{
    background-color: rgb(177, 82, 82);
}
._tscStatus {
   transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
._tscStatus:hover{
    text-shadow: 1px 1px 10px #387bbe;
}
._tscStatus:hover{
    text-shadow: 1px 1px 10px #387bbe;
}
._tscStatus .displayField[data-value="Connected"],
._tscStatus .displayField[data-value="ready"],
._tscStatus .displayField[data-value="ok"]{
    color:green;
}
._tscStatus .displayField[data-value="requesting"],
._tscStatus .displayField[data-value="allocating"]{
    color:#928E02;
}
._tscStatus .displayField[data-value="unreachable"],
._tscStatus .displayField[data-value="unsubscribed"],
._tscStatus .displayField[data-value="data_exceeded"],
._tscStatus .displayField[data-value="unauthorized"],
._tscStatus .displayField[data-value="api_error"],
._tscStatus .displayField[data-value="tsc_error"],
._tscStatus .displayField[data-value="disconnected"]{
    color:red;
}
#homeStatusDisplayLeft li.uplink_more_details {
  margin:auto;
  font-size: 0.8em;
  left: 2.5rem;
}
#homeStatusDisplayLeft li.uplink_more_details._proxyStatus{
    margin-left:20px;
}
._bondClients .displayFieldLabel{
    display:none;
}
._bondClients .displayField ul{
    padding-left:0;
}
#homeStatusDisplayLeft ._bondClients .displayField ul li{
    margin:2px 0;
}
#homeStatusDisplayLeft ._totalBitrate .displayFieldLabel,
#homeStatusDisplayLeft ._bondClients span.interface_name{
    display:inline-block;
    text-align:right;
    color:gray;
}
#homeStatusDisplayLeft ._totalBitrate .displayFieldLabel{
    color:black;
    font-weight:bold;
}
#homeStatusDisplayLeft  li._tscStatus .displayField{
    display:inline-block;
    max-width:160px;
    whitespace:normal;
    vertical-align:middle;
}
.videoRecorderDisplayStatus .displayField[data-value="Ready"]{
    color:green;
}
.videoRecorderDisplayStatus .displayField[data-value="Recording"]{
    color:white;
    background-color:red;
}
.VideoStreamer_Status_Broadcast_status .displayField[data-value="NotReady"]{
    color:red;
}
#homeStatusDisplayRight li{
    margin: 5px;
    left:0.4rem;
    text-align:left;
    font-size:0.9em;
    font-weight:bold;
    color:gray;
}
#homeStatusDisplayRight .displayFieldLabel{
    margin: 0 auto;
    font-weight:bold;
    color:gray;
    display:inline-block;
    min-width:55px;
}
#homeStatusDisplayRight .displayField img{
    vertical-align: middle;
    max-height:30px;
}
#homeStatusDisplayRight .displayField{
    font-size:0.8em;
}
.dashboard-recording-media-li a {
    width: 9.8em;
    top: -29px;
    left: 46px
}
.mediaLabel-recording-media-li {
    left: 5px;
}
#homeStatusRecording{
    width: 55px;
    font-size: 1.0em;
}
#homeStatusRecording li.irrelevant{
    display:none;
}
#homeStatusRecording li{
    display:inline;
    margin:0;
}
#homeStatusRecording .hideLabel{display:none;}
#homeStatusRecording .VideoRecorder_Settings_media .displayField{
    white-space: nowrap;
    font-size: 0.8em;
    position: absolute;
    top: 3px;
    left: 45px;
}
#homeStatusRecording .VideoRecorder_Settings_media .displayField[data-value="No Media Available"]{
    color:rgb(171, 0, 0);
}
#homeStatusRecording .VideoRecorder_Settings_media .displayFieldLabel{
    width:40px;
}
#homeStatusRecording .status-recording-filename span{
    white-space:nowrap;
}
#homeStatusRecording li.storage-media-refresh a{
    top: -70px;
    float: right;
    left: 12.5em;
}
#settings img{
    max-width:100%;
}
@media ( min-width: 532px ) {
    .settings-network-ssid-li{
        width:70%;
    }
    .settings-network-browse-li{
        position:absolute;
        top:70px;
        right:28px;
    }
    .settings-network-status li.settings-network-refresh{
        position:absolute;
        right:0px;
        top:0px;
    }
}
.network_interface_status_ip{
    font-size: 0.8em;
    text-shadow: none;
    color: rgb(207, 207, 207);
    font-weight: normal;
    display: inline;
    margin-left: 5px;
}
#wlan0_status_ssid{
    font-size: 0.75em;
    text-shadow: none;
    color: rgb(207, 207, 207);
    font-weight: normal;
    max-width:20px;
    overflow:hidden;
}
.wlan0_status_ssid{
    font-size: 0.8em;
    color: black;
    text-shadow: none;
    position: absolute;
    right: 80px;
    margin-left: 56px;
}
li.settings-network-speed-test.VideoEncoder_Settings_Primary_suggest {
    width:0;
}
a.buttonField {
    margin:10px auto;
}
.settings-network-edit-toggle a {
    margin-left: 79px;
    margin-top: 20px;
}
.settings-network-status li{
    display:table-row;
}
.settings-network-status .displayFieldLabel{
    display:table-cell;
    font-weight:bold;
}
.settings-network-status .displayFieldLabel .colon{
    margin-right:4px;
}
.settings-network-status li.irrelevant{
    display:none;
}
.settings-network-status .displayFieldLabel{
    text-align:right;
    padding: 2px 0px;
}
.network_interface .ui-collapsible-content{
    background-color:white;
}
.network_interface .ui-collapsible-content ol{
    position:relative;
}
.settings-network-status .Network_Interfaces_Wlan0_ipmode .displayFieldLabel{
    padding-top:20px;
}
.network_interface .ui-collapsible-heading .ui-btn-inner{
    position:relative;
}
.network_interface .ui-collapsible-heading-toggle > .ui-btn-inner > .ui-btn-text{
    position:static;
}
.priorityButtons{
    position:absolute;
    display:inline-block;
    right: 19px;
    top: 7px;
}
.ui-collapsible-heading .priorityButtons .ui-btn-inner {
    padding-left:0;
}
.updateModemPresetsBtn{
    margin-top:20px;
}
.Network_CurrentSettings_Interfaces_Ppp0_linkstate{
    margin:15px 0;
}
#settings-network [data-value=down]{
    color:rgb(112, 0, 0);
}
#settings-network [data-value=disconnected]{
    color:rgb(112, 0, 0);
}
#settings-network [data-value=detached]{
    color:rgb(200, 0, 0);
}
#settings-network [data-value=unknown]{
    color:rgb(134, 94, 94);
}
#settings-network [data-value=attached]{
    color:rgb(53, 82, 52);
}
#settings-network [data-value=present]{
    color:rgb(0, 92, 0);
}
#settings-network [data-value=up]{
    color:green;
}
#settings-network [data-value=connected]{
    color:green;
}
.network_interface_status[data-value=down]{
    background-color:rgb(112, 0, 0);
}
.network_interface_status[data-value=disconnected]{
    background-color:rgb(112, 0, 0);
}
.network_interface_status[data-value=detached]{
    background-color:rgb(200, 0, 0);
}
.network_interface_status[data-value=unknown]{
    background-color:rgb(134, 94, 94);
}
.network_interface_status[data-value=attached]{
    background-color:rgb(53, 82, 52);
}
.network_interface_status[data-value=present]{
    background-color:rgb(0, 92, 0);
}
.network_interface_status[data-value=up]{
    background-color:rgb(0, 209, 0);
}
.network_interface_status[data-value=connecting]{
    background-color:rgb(143, 255, 0);
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.network_interface_status[data-value=connected]{
    background-color:rgb(0, 209, 0);
}
.network_interface_status[data-value="disabled"] {
border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0px;
  border: 2px solid;
  transition: all .2s;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-style: normal;
  color: #3A3A3A;
  text-align: left;
  text-indent: -9999px;
  direction: ltr;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.network_interface_status[data-value="disabled"]:before {
  width: 7px;
  content: '';
  pointer-events: none;
  width: 7px;
  height: 2px;
  box-shadow: inset 0 0 0 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.network_interface_status[data-value="disabled"]:after {
  height: 7px;
  content: '';
  pointer-events: none;
  width: 2px;
  box-shadow: inset 0 0 0 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#wiredNetworkSettings .displayFieldLabel, #wirelessNetworkSettings .displayFieldLabel{
  font-weight: bolder;
  width: 130px;
  display: inline-block;
  text-align: right;
}
@media ( min-width: 532px ) {
    .settings-recording-media-li{
        width:85%;
    }
    .settings-recording-refresh-li{
        position: relative;
        float: right;
        top: -3.4rem;
    }
}
.fields li.settings-recording-eject-li{
    margin-top:0px;
}
.settings-recording-eject-li{
    display:inline-block;
}
.settings-recording-eject-li.irrelevant, .settings-recording-mount-network-li.irrelevant{
    display:none;
}
.settings-recording-mount-network-li{
    display:inline-block;
    margin-left:20px;
    margin-top:0px;
}
.fields li.VideoRecorder_enable{
    margin-top:70px;
}
.VideoRecorder_enable .ui-controlgroup-label{
    display:none;
}
@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.network_interface_status {
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    margin-right:5px;
}
.youTubeAuthDialog ol li{
    list-style: decimal;
    margin-left: 35px;
    padding: 8px 0;
}
#youTubeLoading{
    text-align:center;
}
#youTubeLoading .colon{
    display:none;
}
#youTube-create-event-popup-popup{
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.datepicker > .datepicker_header > .icon-home svg {
    display:none;
}
.datepicker > .datepicker_header > .icon-home:before{
    content:"Today"
}
.datepicker > .datepicker_header > .icon-home{
    width:40px;
    margin-top:0px;
}
@media ( max-width: 531px ) {
    .settings-network-status .displayFieldLabel{
        font-size:0.8em;
        display:inline-block;
        width:110px;
    }
    .ui-btn-text #wlan0_status_ssid{
        position:absolute;
        width:0;
    }
    .settings-network-edit-toggle a{
        margin-left:0;
        margin-top:0;
    }
    #interface_list .ui-fullsize .ui-btn-inner, .ui-fullsize .ui-btn-inner{
        font-size:0.9em;
    }
}
.bond_bitrate_info{
    position:absolute;
    right:150px;
    top:10px;
}
#tsc-blurb {
    margin-top:-2em;
}
#shareLink_label{
    color:rgb(190, 190, 190);
    font-weight:normal;
    font-size:0.8em;
}
#core_label{
    color:rgb(190, 190, 190);
    font-weight:normal;
    font-size:0.8em;
}
.signed_in_irrelevant{
    display:none !important;
}
.signed_in_relevant{
    display:block;
}
.bond_info_shareLink_section .shareLink{
    position: relative;
}
.bond_info_shareLink_section  .shareLink .bond_bitrate_info{
    position:absolute;
    right: 135px;
    top:0;
}
.bond_info_shareLink_section  .shareLink .name{
    margin-left:30px;
    font-weight:normal;
}
li.inactive_bond_interface {
}
li.inactive_bond_interface .netIntf_display{
    color:rgb(89, 89, 89);
}
.config_network_interface_div{
    position:absolute;
    right:8px;
    top:4px;
}
.tsc_blurb{
    margin-bottom:30px;
}
.tsc_blurb .colon{
    display:none;
}
@media only screen
and (max-width : 320px) {
    .cloudModeImg {
        background-repeat: no-repeat;
        background-color: rgba(0,0,0,0.8);
        height: 100%;
        width: 100%;
    }
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
    .cloudModeImg {
        background-repeat: no-repeat;
        background-color: rgba(0,0,0,0.8);
        height: 80%;
        width: 80%;
    }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    .tsc_manage {
        left:23px;
    }
    .cloudImage {
        right:-1px;
    }
    .cloudEmail {
        left:1px;
    }
    .cloudModeImg {
        background-repeat: no-repeat;
        background-color: rgba(0,0,0,0.8);
        height: 50%;
        width: 50%;
    }
    #tsc-login-success {
        position:absolute;
        width:94.1%;
        margin-top:-9px;
        text-align:center;
    }
}
@media only screen
and (min-width : 1224px) {
    .share_link > a {
        position: relative;
        right: 10px;
    }
    .tsc_manage {
        left:23px;
    }
    .cloudImage {
        right:-1px;
    }
    .cloudEmail {
        left:1px;
    }
    .cloudModeImg {
        background-repeat: no-repeat;
        background-color: rgba(0,0,0,0.8);
        height: 50%;
        width: 50%;
        margin: auto;
    }
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .tsc_authorize{
        width:100% !important;
        display:inline-block;
    }
    #tsc-login-success {
        position:relative !important;
        text-align:center;
    }
}
#cloudMode {
    display: none;
}
._cloudMode {
    text-align: center;
    padding: 1.0rem;
}
.shareLinkInfo {
    font-size: 13px;
}
.tsc_authorize{
    width:200px;
    display:inline-block;
}
.tsc_blurb_buttons a{
    min-width: 114px;
    height: 33px;
    margin: 0 20px;
}
#tsc-login-success {
    position:absolute;
    width:94.1%;
    margin-top:-9px;
    text-align:center;
}
.tsc_disable,
.tsc_deauthorize {
    display:inline-block;
    left:0.8rem;
}
.tsc_back{
    display:inline-block;
    float:right;
}
.tsc_back a .ui-btn-inner{
    background-color: gray;
}
.fields li.tsc_login_note{
    display:inline-block;
}
.tsc_login_note {
    bottom: 20px;
}
.tsc_create_account_note{
    bottom: 1.3em;
    font-size:0.75em;
    display:inline-block;
    float:right;
}
.tsc_create_account_note .colon{
    display:none;
}
#tscLoggedIn li._TSCLive2AirWarning{
    position:absolute;
    top: 63px;
    width:96%;
}
#tscLoggedIn ._TSCLive2AirWarning .displayFieldLabel{
    width:95%;
    text-align:left;
    padding:10px;
}
._TSCLive2AirWarning .colon{display:none;}
#tscLoggedIn li{
    margin-top:3px;
}
.bond_info_header {
    position: relative;
    font-weight: bold;
    left:1.5rem;
}
.Bond_Settings_Cloud_email {
    right:32px
}
._TSCSubscription {
    left: 18px;
}
.warningFields .colon{
    display:none;
}
.core_blurb{
    margin-bottom:30px;
}
.core_blurb .colon{
    display:none;
}
.core_blurb li{
    margin-top: auto;
    list-style: none;
    padding-left: 0;
}
.core_signup_blurb .displayFieldLabel .colon {
    display: none;
}
.core_blurb_buttons{
    margin-top:5px;
}
.core_blurb_buttons a{
    min-width: 114px;
    height: 33px;
    margin: 0 20px;
}
.core_authorize{
    display:inline-block;
}
.core_authorize a {
    width:200px;
}
.core_back{
    display:inline-block;
    float:right;
}
.core_back a{
    max-width:140px;
    border:none;
    background-color:gray;
}
.core_back a .ui-btn-inner{
    background-color:gray;
}
.fields li.core_login_note{
    display:inline-block;
}
.core_create_account_note{
    font-size:0.75em;
    display:inline-block;
    float:right;
}
.core_create_account_note .colon{
    display:none;
}
#coreLoggedIn li._CoreLive2AirWarning{
    position:absolute;
    top: 63px;
    width:98%;
}
#coreLoggedIn ._CoreLive2AirWarning .displayFieldLabel{
    width:95%;
    text-align:left;
    padding:10px;
}
._CoreLive2AirWarning .colon{display:none;}
#coreLoggedIn li{
    margin-top:3px;
}
#bond-control, #bondBackupSettings, #core-connection-options {
    margin: 0px;
}
#bondBackupSettings li,
#core-connection-options .Bond_Settings_Core_Connection_Custom_host,
#core-connection-options .Bond_Settings_Core_Connection_Custom_port,
#coreBondingSettings .Bond_Settings_Server_host,
#coreBondingSettings .Bond_Settings_Server_port
{
    display: inline-block;
}
#core-connection-options .irrelevant,
#core-connection-options .irrelevant,
#coreBondingSettings .irrelevant,
#coreBondingSettings .irrelevant
{
    display: none;
}
#bondBackupSettings > li:first-child,
#core-connection-options .Bond_Settings_Core_Connection_Custom_host,
#coreBondingSettings .Bond_Settings_Server_host
{
    width: 75%;
}
.bond_toggle, .bond_reset{
    display:inline-block;
}
.core_deauthorize, .core_profile, .core_switch_company{
    display:inline-block;
}
#coreLoggedIn .core_disable{
    margin-top:50px;
    width:30%;
}
.config_network_interface_div .ui-btn{
    border:none;
}
#sharelink_uplink_status_li{
    background:#020C33;
    font-weight:normal;
}
#core_uplink_status_li{
    background:#020C33;
    font-weight:normal;
}
#bond_interface_list .inactive_note, #bond_interface_list .inactive_note_details{
    display:none;
    color:rgb(89, 89, 89);
}
#bond_interface_list .inactive_bond_interface .inactive_note{
    display:inline-block;
}
#bond_interface_list .inactive_bond_interface .inactive_note_details{
    display:block;
}
#bond_interface_list .inactive_bond_interface .more_details{
    font-size: 0.8em;
  line-height: normal;
}
#bond_interface_list .bond_network_interface_status_ip, #bond_interface_list #bond_wlan0_status_ssid{
    color: gray;
    margin-left: 20px;
    font-size: 0.75em;
}
#tscLoggedIn .displayFieldLabel{
    width:102px;
    text-align:right;
    display:inline-block;
}
#coreLoggedIn .displayFieldLabel{
    width:102px;
    text-align:right;
    display:inline-block;
}
#bond_interface_list .bond_bitrate_info, #bond_interface_list .bond_info_shareLink_section{
    display:none;
}
.wifiAPSSID{
}
.wifiAPSecurity{
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 100px;
}
.wifiAPSignalStrength{
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 50px;
}
@media ( min-width: 532px ) {
    #broadcastQualitySettingsMode{
        position:relative;
    }
    .settings-broadcast-quality-li{
        width:70%;
    }
    .settings-broadcast-suggest-quality{
        position:relative;
        float:right;
        top:-56px;
    }
}
#VideoStreamer\.Settings\.Primary\.mode_selectbox-menu .ui-link-inherit {
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
li.VideoStreamer_Settings_Primary_Wowza_mode label.StreamingServer {
  background-image: url('/img/wowza_streaming_server_logo.png');
  background-repeat:no-repeat;
  background-position-y:2px;
  background-position-x:2px;
  height:40px;
}
li.VideoStreamer_Settings_Primary_Wowza_mode label.StreamingServer .ui-btn-inner{
    margin-left:38px;
    border:none;
}
li.VideoStreamer_Settings_Primary_Wowza_mode label.Cloud {
  background-image: url('/img/wowza_cloud_logo.png');
  background-repeat:no-repeat;
  background-position-y:2px;
  background-position-x:2px;
  height:40px;
}
li.VideoStreamer_Settings_Primary_Wowza_mode label.Cloud.ui-radio-on{
    background-color:#1F6399;
}
li.VideoStreamer_Settings_Primary_Wowza_mode label.Cloud .ui-btn-inner{
    margin-left:50px;
    border:none;
}
#RTMPSettings, #RTMPProfileDisplay, #profile-edit .ui-content{
    padding: 1em;
    border: 1px solid lightgrey;
    background-color: rgb(231, 236, 243);
    margin-top: -9px;
}
@media ( max-width: 480px ) {
    #RTMPProfileDisplay label.displayFieldLabel, #RTMPProfileDisplay label.displayField {
        width:auto;
        font-size:0.8em;
        max-width: 17em;
    }
    #RTMPSettings, #RTMPProfileDisplay, #profile-edit .ui-content{
        padding: 0.5em;
    }
    #RTMPProfileDisplay #RTMPProfileAdvDisplay label{
        width:100px;
    }
}
#RTMPProfileDisplay .displayFieldLabel{
    font-weight:bold;
    width:150px;
    padding-right: 10px;
    text-align: right;
}
#RTMPProfileDisplay label{
    display: inline-block;
    white-space: nowrap;
    overflow:hidden;
    max-width: 450px;
}
#RTMPProfileDisplay .backup_url label{
    color:gray;
    font-size:0.75em;
}
#RTMPProfileDisplay #RTMPProfileAdvDisplay label{
    font-size:0.8em;
    color:gray;
}
#settings-rtmp-advanced{
    margin-top:20px;
}
#settings-rtmp-advanced .ui-collapsible-heading > .ui-collapsible-heading-toggle{
    color:gray;
}
#settings-rtmp-advanced .ui-collapsible-content{
    background-color: rgb(222, 224, 228);
}
.rtmp-encoder-config-setting-name{
	text-align:right;
}
.rtmp-encoder-config-setting-value{
	padding-left:1em;
	font-weight:bold;
}
.rtmp-encoder-config-header{
	padding-top:8px;
	font-weight:bold;
}
#broadcastSettingsMode{
    margin-bottom:0;
}
.facebook_show_auth{
    display:list-item;
}
.facebook_show_auth.irrelevant{
    display:none;
}
.facebook_streamTo_notPage{
    display:none;
}
.facebook_videoMode_notScheduled{
    display:none;
}
.vimeo_show_auth{
    display:list-item;
}
.vimeo_show_auth.irrelevant{
    display:none;
}
periscope_show_auth{
    display:list-item;
}
.periscope_show_auth.irrelevant{
    display:none;
}
.overlay_font_popup_notShow,
.speedtest_popup_notShow{
    display:none;
}
.overlay_info > li > span {
    height: 30px;
    line-height: 30px;
}
.VideoEncoder_Settings_Primary_Overlay_mode {
    width: 85%;
}
.overlay_Title_font_info_message {
    float: right;
    position: relative;
    top: 4px;
}
@media ( max-width: 480px ) {
    .overlay_Title_font_info_message {
        position: relative;
        top: 4px;
        left: 8px;
    }
}
.VideoStreamer_Settings_Primary_mode{
    margin-bottom:50px;
}
.VideoStreamer_Settings_Primary_Ustream_full_name, .VideoStreamer_Settings_Primary_Livestream_full_name{
    
}
#settings-broadcast .Ustream,
  #settings-broadcast [data-value="Ustream"],
  [data-option-value="Ustream"] .ui-link-inherit{
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url('/img/ustream_logo.png');
  background-repeat:no-repeat;
  width: 155px;
  height: 30px;
  display:inline-block;
  top:-8px;
  background-position: center;
}
#settings-broadcast .Livestream,
  #settings-broadcast[data-value="Livestream"],
  [data-option-value="Livestream"] .ui-link-inherit{
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url('/img/livestream_logo.png');
  background-repeat:no-repeat;
  width: 177px;
  height: 30px;
  display:inline-block;
  top:-10px;
  background-position: center;
}
#settings-broadcast .Facebook,
  #settings-broadcast[data-value="Facebook"],
  [data-option-value="Facebook"] .ui-link-inherit{
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url('/img/facebook_logo.png');
  background-repeat: no-repeat;
  width: 177px;
  height: 37px;
  display: inline-block;
  top: -3px;
  position: relative;
  background-position: center;
}
#settings-broadcast .Periscope,
  #settings-broadcast[data-value="Periscope"],
  [data-option-value="Periscope"] .ui-link-inherit{
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url('/img/periscope_logo.png');
  background-repeat: no-repeat;
  width: 177px;
  height: 37px;
  display: inline-block;
  top: -3px;
  position: relative;
  background-position: center;
}
#settings-broadcast .Vimeo,
#settings-broadcast[data-value="Vimeo"],
[data-option-value="Vimeo"] .ui-link-inherit{
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url('/img/vimeo.png');
  background-repeat: no-repeat;
  width: 170px;
  height: 37px;
  left:24px;
  display: inline-block;
  top: -3px;
  position: relative;
}
#settings-broadcast .Twitch,
  #settings-broadcast[data-value="Twitch"],
  [data-option-value="Twitch"] .ui-link-inherit{
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url('/img/twitch_logo.png');
  background-repeat:no-repeat;
  width: 155px;
  height: 40px;
  display:inline-block;
  top:-10px;
  background-position: center;
}
#settings-broadcast .YouTubeLive,
  #settings-broadcast[data-value="YouTubeLive"],
  [data-option-value="YouTube Live"] .ui-link-inherit{
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url('/img/youtube_logo.png');
  background-repeat:no-repeat;
  width: 155px;
  height: 40px;
  display:inline-block;
  top:-10px;
  background-position: center;
}
#settings-broadcast .Live2Air,
 #settings-broadcast[data-value="Live2Air"],
 [data-option-value="Live:Air"] .ui-link-inherit{
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url('/img/live2air_logo_small.png');
  background-repeat:no-repeat;
  width: 168px;
  height: 57px;
  display:inline-block;
  background-position: center;
}
#settings-broadcast .Wowza,
#settings-broadcast[data-value="Wowza"],
[data-option-value="Wowza"] .ui-link-inherit{
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url('/img/wowza_logo.png');
  background-repeat:no-repeat;
  width: 165px;
  height: 45px;
  display:inline-block;
  background-position: center;
}
#homeStatusDisplayRight .VideoStreamer_Settings_Primary_mode .displayFieldLabel[data-value="Live:Air"],
#homeStatusDisplayRight .VideoStreamer_Settings_Primary_mode .displayFieldLabel[data-value="Live2Air"]{
    display:none;
}
.VideoStreamer_Settings_Primary_mode .displayField img{
    margin-top: 0px;
}
.recovery-mode [data-role="header"]{
    background:#710000;
}
.recovery_blurb{
    padding:25px;
    font-weight:bolder;
}
.recovery_blurb .colon{
    display:none;
}
#homeStatus2Display .Live2AirClients{
    margin-top: -30px;
    margin-left:94px;
}
#record-start{
    margin-top:0;
}
#settings-system-content li{
    margin-top:0;
}
#system-time-spacer{
    min-width:172px;
    display:inline-block;
}
.sysTime{
    font-weight:bolder;
    margin-left:20px;
}
.System_Time_hour input{
    float:left;
    width:50px;
    margin-right:5px;
}
.fields .System_Time_minutes input, .fields .System_Time_seconds input{
    width:50px;
    margin-left:5px;
}
.System_Time_dst .colon{
    display:none;
}
.fields .System_Time_minutes, .fields .System_Time_seconds{
    float:left;
    margin-top:0;
}
.System_Time_hour label{
    display:block;
}
.System_Time_minutes label, .System_Time_seconds label{
    float:left;
    margin-top:7px;
}
.fields .uploadfile{
    padding: 25px 0 10px 0;
}
#settings-refresh-system-time{
    display:inline-block;
}
#settings-refresh-system-time:hover{
    opacity:0.5;
}
li.live2Air-blurb .colon{
    display:none;
}
li.live2Air-blurb{
    margin: -25px auto 0 auto;
    width:auto;
}
li.live2Air-blurb .main-blurb{
    font-size:0.75em;
    color:rgb(124, 116, 116);
}
li.live2Air-blurb .further-info{
    font-size:0.85em;
    margin-bottom:20px;
}
#youTubeEventList [data-event_td_is_default="true"] .stream_now_indicator{
    display:block;
}
#useSuggestedQualityBonding .ui-btn-inner{
    padding:0 5px;
    font-size: 14px;
}
