body {
  background: #fff;
  font-family: "Trebuchet", "Trebuchet MS", sans-serif;
  padding: 0;
  margin: 0;
}
a, a:visited {
  color: #347ABF;
}
a.tbd-link {
  color: red;
}
a:hover {
  color: #3ebf34;
}
form {
  margin-bottom: 0;
  margin-top: 0;
}

img {
  border: 0;
}

#outer_wrapper {
  min-width: 875px;
}

div.channelform {
  border: 1px solid #000000;
  width: 400px;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
}

div.channelform_left {
  border: 1px solid #000000;
  width: 480px;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
}

div.channelform_label {
  padding: 2px 6px;
  font-size: 18px;
  font-weight: bold;
  background-color: #ddd;
}

div.channelform_buttons {
  text-align: left;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
}

div.launchBox1, div.launchBox2, div.launchBox3 {
  float: left;
  padding: 0 10px 10px 10px;
  margin-left: 10px;
  width: 28%;
  min-height: 500px;
}

div.launchBox1 h2, div.launchBox2 h2, div.launchBox3 h2 {
  font-size: 20px;
  text-align: center;
}

div.channelStatus {
  padding: 0 10px 10px 10px;
}

div.channelStatus h2 {
  font-size: 20px;
  text-align: center;
}

div.channelStatus table {
  border-collapse: collapse;
}

div.channelStatus td, div.channelStatus th {
  border: 1px solid #ccc;
  font-size: 14px;
}

div.channelStatus th {
  background-color: #eee;
  padding: 5px;
}

div.overlaySchedule {
  padding: 5px;
  font-size: 12px;
}

div.overlaySchedule td {
  width:75px;
}

div.switchStatus{
  padding: 10px;
}

div.serverStatus {
  padding: 0 10px 10px 10px;
  text-align: center;
  margin-top: 10px;
}

div.serverStatus h2 {
  font-size: 20px;
  text-align: center;
}

div.serverStatus table, div.switchStatus table {
  border-collapse: collapse;
}

div.serverStatus td, div.serverStatus th, div.switchStatus td, div.switchStatus th {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 5px;
}
div.serverStatus th, div.switchStatus th {
  background-color: #eee;
}

div.switchStatus .locked  {
  background-color: #eee;
  color: #555;
}

div.switchStatus i {
  color: #555;
}

p.helptext {
  font-size: smaller;
  margin: 0;
}

p.tip {
  color: #444;
  font-size: 12px;
}


table.switchStatus td {
  text-align: center;
}

table.switchStatus th {
  font-size: 14px;
}

table.list, table.contentlist, table.contentResultsList, table.captureList {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-collapse: collapse;
}

td.centered {
  text-align:center;
}

table.vertical th {
  text-align: right;
}

table.textlist {
  border-collapse: collapse;
  border-collapse: collapse;
}

table.textlist td, table.textlist th{
 margin: 3px 10px 3px 10px;
  padding: 3px 10px 3px 10px;
}


table.contentlist th,  table.contentResultsList th, table.list th, table.captureList th {
  border: 1px solid #dddddd;
  margin: 0;
  padding: 3px 10px 3px 10px;
  background-color: #eeeeee;
}

table.contentlist td,  table.contentResultsList td, table.list td, table.captureList td{
  border: 1px solid #dddddd;
  margin: 0;
  padding: 3px 10px 3px 10px;
}

table.captureList td, table.contentResultsList td, table.contentResultsList th, table.captureList th {
  font-size: 12px;
}

table.contentlist td {
  font-size: 14px;
}

table.contentlist th {
  font-size: 14px;
}

.table-header {
  margin-bottom: 0;
}

.configtable {
  border: 2px solid #000;
  border-collapse: collapse;
}

.configtable tr {
  border: 1px solid #000;
  background-color: #eeeeee;
}

.configtable th {
  text-align: right;
  padding: 5px;
  width: 160px;
}

.configtable td {
  text-align: left;
  margin-right: 10px;
  width: 200px;

}

.configtable h2 {
  text-align: center;
  text-decoration: bold;
  font-size: 14px;
}

.plain-form {
  margin-bottom:35px;
}

.plain-form label, .plain-form input[type="submit"] {
  display:block;
}

.plain-form input[type="text"] {
  margin-bottom:15px;
}

.plain-form input[type="submit"] {
  margin-top:15px;
}

table.editform {
  border: 2px solid black;
  border-collapse: collapse;
}

table.editform td, table.editform th {
  padding: 3px 3px 3px 3px;
  background-color: #eeeeee;
  border-bottom: 1px solid #fff;
}

table.editform th {
  text-align: right;
  padding-right: 10px;
  background-color: #ddd;
  border-right: 2px solid #ccc;
}

table.editform td.helptext, span.helptext  {
  background-color: #eee;
  border-left: 2px solid #ccc;
  font-size: smaller;
}

table.editform td.row {
  padding-bottom:5px
}

table.editform td.row label {
  width:200px;
  float:left
}

table.smalltable {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-collapse: collapse;
  width: 60%;
  margin-top: 10px;
  text-align: center;
}

table.smalltable th {
  border: 1px solid #bbb;
  border-top: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
  margin: 0;
  padding: 3px 10px 3px 10px;
  background-color: #ddd;
  font-size: 11px;
}

table.bigtable {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-collapse: collapse;
  width: 100%;
  clear: both;
  margin-top: 10px;
}

table.bigtable th {
  border: 1px solid #bbb;
  border-top: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
  margin: 0;
  padding: 3px 10px 3px 10px;
  background-color: #ddd;
  font-size: 11px;
}

table.bigtable td{
  border: 1px solid #ccc;
  margin: 0;
  padding: 3px 10px 3px 10px;
  font-size: 11px;
  text-align: center;
}

td.warning, tr.warning {
  color: #B05857;
}
/* ID Selectors */

#bulkNotice {
  border: 1px solid #aaddaa;
  background-color: #ddffdd;
  padding: 10px;
}

#clock {
  float: right;
  margin-right: 50px;
  font-size: 16px;
  /*color: #aaa;*/
  color: #FFFFFF;
  padding-top: 2px;
}

#contentMain h2 {
  border-top: 4px solid #ffffff;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding: 2px 0 2px 5px;
}

.sidebar {
  background-color: #EEEEEE;
  width: 160px;
  float: left;
  margin-left: -5px;
  margin-right: 15px;
  font-size: 14px;
}

.sidebar label {
  display: inline-block;
  padding-left: 15px;
  text-indent: -10px;
}

.sidebar input[type=checkbox] {
  width: 13px;
  height: 13px;
  padding: 0;
  margin:0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}

#wideSidebar {
  background-color: #EEEEEE;
  width: 250px;
  float: left;
  margin-left: -5px;
  margin-right: 15px;
  font-size: 14px;
}

#contentSidebar h2 {
  border-top: 4px solid #00395A;
  background-color: #919497;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding: 2px 0 2px 5px;
}

#contentSidebar h2:hover {
  background-color: #DADCDE;
  cursor: pointer;
}

#scheduleResultsThumbnails {
  clear: both;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  height: 400px;
}

#contentMain {
  float: left;
}

#contentSidebarChannel select {
  max-width: 150px;
}

#contentSidebarSearch, #contentSidebarBulk {
  padding: 2px 0 2px 5px;
  overflow: auto;
}

#contentSearch {
  margin: 5px 0px 5px 0px;
  padding-bottom: 5px;
}

#contentSidebarBulk, #results {
  padding: 0;
}

#contentSidebarBulk p, #results p {
  margin: 0.5em;
}

#contentSidebarResults {
  padding: 2px 0 2px 5px;
  font-size: 12px;
  height: 400px;
}

#contentSidebarBrowse {
  text-decoration: none;
}

#contentSidebarCalendar table {
  border-left: 1px solid #919497;
  border-top: 1px solid #919497;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
}

#contentSidebarCalendar th, #contentSidebarCalendar td {
  border-right: 1px solid #919497;
  border-bottom: 1px solid #919497;
  font-size: 12px;
  text-align: center;
  background-color: #FFF;
}

#contentSidebarCalendar td.green {
  background-color: #D5E6F1;
}

#contentSidebarCalendar td.red {
  background-color: #FCC;
}

#contentSidebarCalendar th {
  background-color: #EEEEEE;
}

#contentSidebarCalendar .month, #contentSidebarCalendar .control {
  background-color: #DADCDE;
}

#contentSidebarCalendar td, #contentSidebarCalendar .control {
  cursor: pointer;
}

#contentSidebarCalendar td:hover, #contentSidebarCalendar .control:hover {
  background-color:#DDD;
}


#day {
  overflow: auto;
}

#footer {
  background-color: #00395A;
  color: #fff;
  padding:2px;
  font-size: 11px;
  font-family: Helvetica, Arial;
  text-align: center;
}
#footer a {
  color: #FFFFFF;
}

#flash_error {
  background-color: #9DC6CC;
  font-weight: bolder;
  border: thin solid #627C80;
  text-align: center;
  margin: 6px;
  display: none;
}

#flash_notice {
  background: #fff;
  font-weight: bolder;
  border: thin solid #627C80;
  text-align: center;
  margin: 6px;
  display: none;
}

#header {
  background-color: #00395A;
  font-size: 21px;
  color: #fff;
  padding: 10px;
  height:25px;
  min-width: 1050px;
  vertical-align: middle;
}

#loginError {
  font-size: 16px;
  color: #e0dc00;
}

#maincanvas {
  background: #fff;
  padding: 5px 20px 20px 20px;
  min-height: 420px;
}

#sidebarPanelFeed {
  text-align: center;
  padding: 5px 0;
}

#search_filter {
  font-size: 12px;
  z-index: 92; /* IE z-index bugs */
}
#advanced-search-fields {
  font-size: 12px;
  z-index: 91; /* IE z-index bugs */
}

.sidebarPanelShade {
	background: #bbb;
}

.sideBarPanelShadeBorder {
 border: 1px solid #617C96;
 margin: 5px;
}

nav#tabs {
  background-color: #eee;
  border-bottom: solid 1px #ccc;
  display: flex;
}

nav ul {
  padding: 0 20px;
  list-style: none;
  position: relative;
  display: inline-table;
  margin: 0;
  z-index: 3;
}

nav ul li {
  margin: 0px 5px 0px 5px;
  float: left;
}

nav ul li:hover {
  background-color: #CAC4C4;
}

nav ul li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: black !important;
}

nav ul:after {
  content: ""; clear: both; display: block;
}

nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  padding: 0;
  background-color: #eee;
  border: solid 1px #ccc;

}

nav ul ul li {
  margin: 0;
  float: none;
  position: relative;
}

nav ul li:hover > ul {
  display: block;
}


.two_column {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}
#config_wrap {
  width: 828px;
}
.column {
  float: left;
}


.sidebar {
  background: #fff;
}
div#switch_results, div#content_results {
  clear: both;
}
div#switch_results {
  padding: 2px;
}
div#content_results {
  margin: 0;
  padding: 7px;
}
/* End Tabbed Panels */

#welcome {
  color: #fff;
  font-size: 12px;
  vertical-align:middle;
  padding-top: 5px;
  text-align:center;
  padding-right: 10px;
  float: right;
}
#welcome a {
  color: #fff;
}

.indicator {
  color: #fff;
  float: right;
  font-size: 16px;
  vertical-align: middle;
  padding-top: 2px;
}
.indicator span {
  padding: 2px;
}
/* CLASS Selectors */
.health_critical, a.health_critical:visited {
	color: #ec1010 !important;
	font-weight: bold;
}
.health_warning {
	color: yellow !important;
	font-weight: bold;
}
.health_ok {
	color: #3ebf34 !important;
	font-weight: bold;
}
.health_cell_ok {
		color: #3ebf34;
}
.health_cell_warning {
  color: yellow;
	background #BBB;
	font-weight: bold;

}
.health_cell_critical {
	color: #ec1010;
	background: #BBB;
	font-weight: bold;
}

.conflictIdAndScheduling{
  background-color:#eee;
  margin-right:355px;
  height:1%;
}

.errorbox {

}

.sidebar-title  {
  border-top: 4px solid #00395A;
  /*background-color: #919497;*/
  background-color:#bbb;

  font-weight: normal;
  color:#000000;
  font-size: 14px;
  text-decoration:none;
  display:block;
  margin: 0;
  padding: 2px 0 2px 5px;
}

.sidebar-title:hover {
  /*background-color: #DADCDE;*/
  background-color: #bbb;
  cursor: pointer;
}

.sidebar-title:focus {
  outline: none;

}


.classicViewComponent, .classicViewComponentShaded {

  float:left;
  height: 20px;
  padding: 6px;
  font-size:12px;
  margin: 1px;
}

.classicViewComponent {
  background-color: #eee;
}

.classicViewComponentShaded {
  background-color: #ddd;
  font-size: 12px;
}

.classicViewSpacer {
  float:left;
  background-color: #fff;
}

.contentCategory {
  text-decoration: none;
  padding: 5px;
  border-bottom: 1px solid #919497;
  display: block;
  color: #000000;
  font-size: 14px;
}

.contentCategory:hover {
  background-color: #DADCDE;
  cursor: pointer;
}

.contentCategory:focus {
  outline: none;
}
.configSubSection {
  width: 400px;
  margin: 12px 12px 20px 0;
  background: #eee;
}
.configSubSection ul, .configSubSection p {
  margin: 12px 0 0 0 !important;
  padding: 0 12px 12px 34px;
}
.configLink {
  font-size: 19px;
  font-weight: bold;
  padding: 5px 14px;
  background: #ddd;
}

/* Classic gap links. */
.gapLink {
  font-family: sans-serif;
  text-decoration: none;
}

.text {
  font-family: monospace;font-weight: bold;
}

.videoPortalResult {
  width: 150px;
  height: 130px;
  float: left;
  padding: 5px;
  font-size: 10px;
  text-align: left;
  vertical-align: middle;
  background-color: #eeeeee;
  margin:3px;
  border-bottom:1px solid #dddddd;
  border-right:1px solid #dddddd;
}

.videoPortalResult:hover {
  background-color: #D5E6F1;
}

.videoPortalResult .gripper {
  cursor: pointer;
}

.dashboardFeed {
  text-align: center;
  padding:5px;
  line-height: 20px;
}

.dashboardNowCapturing, .dashboardNowCapturingShaded {
  font-size: 11px ! important;
  text-align: center;
  padding: 2px;
}

.dashboardNowCapturingShaded {
  background-color:#f5f5e5;
}

#current_day_month_year {
  margin-right: 15px;
}

.digit {
  color:#fff;
  margin:1px;
  font-size: 16px;
}

.errorExplanation{
  background-color: #eeeeee;
  font-size: 14px;
  padding: 5px 0 10px 10px;
  margin-bottom: 5px;
}

.errorExplanation h2 {
  font-size: 18px;
}

.fieldWithErrors {
  display:inline;
  font-family: arial;
  font-size: 12px;
  color: #cc3333;
}

.fieldWithErrors:after {
  font-family: arial;
  font-size: 12px;
  color: #cc3333;

}
.filler {
  background-color: #DADCDE;
}
.formfields {
  margin-bottom: 10px;
  padding: 10px;
}

.edit-connect-settings > .fieldset-column {
  min-width: 828px;
}

.formbuttons {
  text-align: left;
  clear:both;
}
.empty_slot {
  color: #a2a3a5;
}
.gap {
  background-color: #eee;
}
.gap a {
  color: #eee;
  text-decoration: none;
  font-size: 9px;
}
.gap:hover {
  background-color: #B5B9BD;
}
.highlighted {
  background-color: #D5E6F1;
}
.overlayParamSpace {
  width: 110px;
}

.programGuideDay {
  background-color: #EEEEEE;
  border: 0;
  border-collapse: collapse;
  margin-top: 2px;
}
.programGuideDay .title {
  font-weight: normal;
  font-size: 18px;
  margin: 0;
  padding: 2px 0 2px 5px;
  border-top: 4px solid #00395A;
}

.programGuideDay th {
  background-color: #DADCDE;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 10px;
  border: 2px solid #00395A;
}

.programGuideDay td {
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding: 2px 4px 2px 4px;
  border: 2px solid #00395A;
}

.reportComponent {
  float:left;
  height: 2em;
  padding: 5px;
  font-size: 12px;
  margin: 2px;
  background-color: #eee;
}

.serverStatusOnline, .serverStatusOffline, .serverStatusUnknown {
  text-align: center;
}

.serverStatusOnline {
  background-color: #E4EDF6;
}

.now_playing {
  background-color: #E4EDF6;
}

.event {
  font-size: 11px;
  text-align: center;
  padding: 2px;
}

.channel_links {
  padding:5px;
  line-height: 20px;
  text-align: center;
}

.serverStatusOffline {
  background-color: #ff0000;
}

.serverStatusUnknown {
  background-color: #ffffcc;
}

.scheduleSearchResult {
  padding: 5px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}
.scheduleSearchResult form, .scheduleSearchResult img, .scheduleSearchResult div {
  padding: 0;
  margin: 0;
}

.sidebar-pane {
  text-align: center;
  padding: 2px;
}

.sidebar-pane.shade {
  background-color: #bbb;
}

.sidebarPanelSearch input {
  width: 65px;
}

.sidebarPanelSearchLong input {
  width: 100px;
}

.sidebarPanelSearch span {
  color: #aa7733;
}

.sidebarPanelSearchButtons {
  margin: 10px 0;
}

.switchParamSpace {
  width: 110px;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

 .tree_body{
      font: 10pt Verdana,sans-serif;
   }
   .tree_trigger{
      cursor: pointer;
      cursor: hand;
   }
   .tree_branch{
      display: none;
      padding-left: 30px;
   }

div.section_heading {
  background-color: #ddd;
  padding: 4px;
  margin-top: 5px;
}

div.row {
  background-color: #eee;
  clear: both;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}

div.row label.formlabel {
  float: left;
  text-align: right;
  vertical-align: middle;
  width: 10em;
}

div.row .table_heading {
  padding: 0.2em;
  float: left;
  font-weight: bolder;
  text-align: center;
  vertical-align: middle;
}

.progress {
  width: 1px;
  height: 16px;
  color: white;
  font-size: 12px;
  overflow: hidden;
  background-color: #287B7E;
  padding-left: 5px;
}

div.auto_complete {
      position:absolute;
      width:500px;
      background-color:white;
      border:1px solid #888;
      color: black;
      margin:0;
      padding:0;
}
div.auto_complete ul {
      border:1px solid #888;
      margin:0;
      padding:0;
      width:100%;
      list-style-type:none;
}
div.auto_complete ul li {
      margin:0;
      padding:3px;
}
div.auto_complete li.selected { background-color: #ffb; }
div.auto_complete ul strong.highlight {
      color: #800;
      margin:0;
      padding:0;
}

.time_field {
  width:20px;
  text-align:right;
}

ul.bulletless-list {
  list-style: none;
}

th.programGuideHeader {
  background-color: #919497;
  font-weight: normal;
  font-size: 14px;
  margin: 0px;
  padding: 2px 0px 2px 5px;
  width: 9em;
}

#control_overlay {
  background-color:#000;
}

.modal {
  background-color: #fff;
  padding:          10px;
  border:           1px solid #333;
}

.player_control {
  background: #eef;
  border:     2px solid #666;
}

.error, .error td {
  background: #fee;
}

.success, .success td {
  background: #efe;
}

th a img {
  border:        none;
  margin-bottom: -3px;
}

th, th a {
  text-decoration: none;
}

.highlight {
  background-color: #153E7E;
  color: #FFFFFF;
}

.disabled {
  color: #888
}

/* Semantically-correct forms. */
.fieldset-column {
  float: left;
  margin: 0px 0px 15px 15px;
  width: 48%;
  min-width: 540px;
  border: 1px solid #8fa6b3;
}

fieldset {
  background: #eee;
  margin: 12px;
  clear: left;
}

fieldset legend {
  font-size: 14px;
}

fieldset ol {
  list-style: none;
  margin: 0;
  padding: 10px 20px 0 20px;
}

fieldset li {
  clear: left;
  float: left;
  padding: 0 0 10px 0;
  width: 100%;
}

fieldset .field {
  font-size: 12px;
  width: 100%;
  line-height: 20px;
  padding: 2px 0px 2px 0px;
  display: inline-block;
  clear: both;
}

fieldset .field label {
  width: 35%;
  padding-right: 3px;
  float: left;
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
}

fieldset .field a {
  margin-top: 3px;
}

fieldset .field select,
fieldset .field textarea,
fieldset .field:not(.recurring-checkboxes) input[type=checkbox],
fieldset .field .container {
  float: left;
}

.form-actions {
  overflow: hidden;
  padding-left: 15px;
  text-decoration: none;
  padding-bottom: 10px;
  font-size: 12px;
  float: left;
  clear: both;
}

.form-actions button {
  padding: 5px;
  background-color: white;
  border: 1px solid  #8fa6b3;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #cccccc;
}

.form-actions button:hover {
  cursor: pointer;
  background-color: rgba(0,0,0,0.1);
}

.form-field-hint {
  font-size: 11px;
  color: #666;
}

.hint {
  font-size: 12px;
  color: #666;
}
table.data-grid td {
  padding: 0 16px 16px 0;
}
table.data-grid td img {
  margin: 4px 0 5px 0;
}
ul.logo_preview_hints {
  line-height: 8px;
  margin-top: 6px;
  padding-bottom: 0;
  margin-bottom: 0;
  width: 290px;
}
div.logo_preview {
  margin-top: 6px;
  width: 105px;
}
.logo_preview_img {
  float: left;
}
.logo_preview_button {
  float: left;
  margin-left: 12px;
}

div.subnav {
  width: 200px;
  float: right;
  background-color:#ddd;
  text-shadow: white 1px 1px 1px;
}
div.subnav ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 8px;
  padding-top: 2px;
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 2px;
  padding-bottom: 0px;
}
div.subnav li {
  padding: 2px;
  margin: 0;
}
div.subnav h3 {
  background-color:#eee;
  margin-top: 0;
  padding-left: 4px;
  margin-bottom: 0;
}
h3.title {
  margin-top:8px;
  margin-bottom:2px;
  margin-left:0;
  padding:0;
}

h1.table-header, h2.table-header,
h3.table-header, h4.table-header {
  margin-bottom: 0;
}

.custom-pidmap-form {
  font-size: 12px;
}

.custom-pidmap-form input {
  display: block;
}

.dropdown {
  text-decoration:none;
  font-size:12px;
}

.clear {
  clear: both;
}

#easyTooltip {
  width: 300px;
  font-size: 12px;
  padding:5px;
  border:1px solid #ccc;
  background:white;
}

tr#channelDecoders a {
  font-size: 90%;
  text-decoration: none;
  vertical-align: middle;
}

tr#channelDecoders span {
  font-size: 10px;
}

#interstitial {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  background: white;
  width: 100%;
  height: 100%;
  padding: 13%;
  margin: 0 auto;
}

#reloading{
  position: absolute;
  left: 20%;
  top: 35%;
  background: white;
  width: 100%;
  height: 100%;
}

#interstitial .error {
  display: none;
  color: red;
}

.help_content {
  padding: 10px;
}

#system-health {
  display: none;
}

.dialog-restart {
  background-color:#FFFFFF;
  border:1px solid #00395A;
  cursor:pointer;
  text-align: center;
  display:none;
  width:80px;
  font-size: 14px;
}

.provue-restart {
  cursor: pointer;
}

.dialog-provue-restart {
  cursor: pointer;
  text-decoration: none;
}

#rtmp-address-row input[type="text"] {
  width: 350px !important;
}

/* now_playing_continuity */
.playout-link {
  display: block;
  margin: 3px;
}

/* [Play] */
.play-link.disabled {
  color: #999;
  vertical-align: top;
}

.contentSearchResult .play-button {
  display:inline;
  padding-left: 2px;
}

form .controls {
  text-align: right;
  padding-top: 15px;
}

.drag-drop-hover {
  background-color: #F9A168 !important;
}

.ui-datepicker {
  font-size: 0.7em !important;
}

.ui-datepicker-trigger:hover, .datepicker-button {
  cursor:pointer;
}

.row-selected {
  background-color: #d5e6f1 !important;
}

.multi-select:hover {
  cursor: pointer;
}

.playlistAction {
  width: 120px;
}

.bulk_tooltip {
  text-decoration: none;
}

.bulk_tooltip:hover {
  cursor: pointer;
}

.mobile {
  display: none;
}

.pagination {
  background: white;
  cursor: default;
}

.pagination.pagination-page-links {
  display: inline-flex;
}

.pagination a, .pagination span, .pagination em {
  padding: 0.2em 0.5em;
  display: block;
  float: left;
  margin-right: 1px;
  font-size: 12px;
}

.pagination .disabled {
  color: #999999;
  border: 1px solid #dddddd;
}

.pagination .current {
  font-style: normal;
  font-weight: bold;
  background: #00395A;
  color: white;
  border: 1px solid #00395A;
}

.pagination a {
  text-decoration: none;
  color: #105cb6;
  border: 1px solid #9aafe5;
}

.pagination a:hover, .pagination a:focus {
  color: #000033;
  border-color: #000033;
}

.pagination .page_info {
  background: #2e6ab1;
  color: white;
  padding: 0.4em 0.6em;
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center;
}

.pagination .page_info b {
  color: #000033;
  background: #6aa6ed;
  padding: 0.1em 0.25em;
}

.pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .pagination {
  height: 1%;
}

*:first-child + html .pagination {
  overflow: hidden;
}

table#pmt-rows {
  margin: 15px auto;
}

table#switch-outputs,
table#switch-video-inputs,
table#switch-audio-inputs,
table#provue-outputs,
table#provue-inputs,
table#recurrence-metadata {
  width: 100%;
}

table#recurrence-metadata td,
table#provue-outputs td,
table#provue-inputs td {
  text-align: center;
}

.tabbed-dropdown {
  float: left;
  width: auto;
}

.tabbed-child {
  display: none;
  position: absolute;
  background-color: #eee;
  float: left;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  z-index: 999;
}

.tabbed-child a {
  display: block;
  text-decoration: none;
  color: #000;
  margin-top: 3px;
  margin-bottom: 3px;

  margin-left: 9px;
  padding-left: 9px;
  padding-right: 9px;
  margin-right: 10px;
}

.tabbed-child a:hover {
  color: darkgrey;
}

.datepicker-button, .ui-datepicker-trigger {
  vertical-align: sub;
}

.collection .list .fa {
  color: grey;
  padding-left: 3px;
  vertical-align: 1px;
}

#thumbnails-wrapper {
  overflow: hidden;
}

#reports-nav-mobile {
  background-color: #eee;
  width: 200px;
  float: right;
  margin-top: -30px;
  border: solid 1px #ccc;
}

#reports-nav-mobile ul {
  list-style: none;
  padding-left: 15px;
  margin: 5px 0px 5px 0px;
}

#reports-nav-mobile ul li a {
  color: black;
  text-decoration: none;
}

i.live-feed-actions:hover {
  color: darkgrey;
  cursor: pointer;
}

i.indicate-hover:hover {
  color: darkgrey;
  cursor: pointer;
}

ul.action-menu {
  display: none;
  font-size: 12px;
  position: absolute;
}

.rtmp-bitrate {
  width: 100px;
}

.vjs-default-skin .vjs-rangeslider-holder,
.vjs-default-skin .vjs-controltimepanel-RS {
  display: none;
}

.interval-picker {
  width: 60px;
}

.zeroclipboard-is-hover {
  color: grey;
  cursor: pointer;
}

.header#server-name {
  white-space: nowrap;
  line-height: 25px;
  display: inline-block;
  max-width: 450px;
  vertical-align: top;
}


.header#ajax-loading-tags {
  display: inline-block;
}

.edit-connect-settings select {
  width: 75px;
  margin-right: 3px;
}

.field_with_errors {
  display: inline;
}
