/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *



 */

body {
  background: #fff;
  font-family: "Trebuchet", "Trebuchet MS", sans-serif;
  padding: 0;
  margin: 0;
}

a, a:visited {
  color: #347ABF;
}

img {
  vertical-align: top;
}

.contentSearchResult .source-link-wrapper a.tbd-link  {
  color: #347ABF;
}

.source-link-wrapper a.tbd-link,
.event-source a.tbd-link  {
  color: red;
}

.contentSearchResult a.playout-link  {
  font-weight: bold;
}

a:hover {
  color: #3ebf34;
}

form {
  margin-bottom: 0;
  margin-top: 0;
}

img {
  border: 0;
}

#outer_wrapper {
  min-width: 875px;
}

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.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;
}

tr.subordinate-row {
  background: #eee;
}

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.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.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;
}

#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;
}

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

#contentMain {
  float: left;
}

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

#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;
}

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

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

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

.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;
}

.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;
}

#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;
}

.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;
}

.sidebar-title  {
  border-top: 4px solid #00395A;
  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: #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;
}

.classicViewComponent select {
  width: 150px;
}

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

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

.classic_row {
  height: 32px;
}

.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;
}

.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;
}

.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;
}

.reportComponent select {
  width: 150px;
}

.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;
}

.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;
}

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

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;
}

.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:not(.uppy-Dashboard-FileCard-fieldset) {
  background: #eee;
  margin: 12px;
  clear: left;
}

fieldset:not(.uppy-Dashboard-FileCard-fieldset) legend {
  font-size: 14px;
}

fieldset:not(.uppy-Dashboard-FileCard-fieldset) ol {
  list-style: none;
  margin: 0;
  padding: 10px 20px 0 20px;
}

fieldset:not(.uppy-Dashboard-FileCard-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;
  vertical-align: top;
}

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;
}

fieldset .event-recurrence-field {
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.remove-event-recurrence-row {
  cursor: pointer;
}

#add-recurrence-link {
  font-size: 12px;
}

.event-recurrence-field-wrapper {
  border: 1px solid #ccc;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

.repeat-every-unit, .delete-at-days-unit {
  display: inline;
  padding-left: 2px;
}

.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);
}

.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;
}

h3.title {
  margin-top:8px;
  margin-bottom:2px;
  margin-left:0;
  padding:0;
}

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

.clear {
  clear: both;
}

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

#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;
}

/* now_playing_continuity */
.playout-link {
  display: inline-block;
  margin: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* [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;
}

.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;
}

.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.indicate-hover:hover {
  color: darkgrey;
  cursor: pointer;
}

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

.interval-picker {
  width: 60px;
}

#copy: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;
}

table.bigtable tr td .event-source {
  max-width: 250px;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

a.disabled-link {
  color: #CCC;
  pointer: default;
}

#feeds .feed-type-help {
  display: inline-block;
  padding-left: 3px;
}

.source-link-wrapper {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.source-link-wrapper > a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.classic_row[event-type=PlaylistItemEvent] {
  display: none;
}

#sidebar-thumbnails {
  width: 158px;
  float: left;
  border: 1px solid #ddd;
  overflow: auto;
  clear: both;
  display: block;
  margin-bottom: 20px;
  max-height: 100vh;
}

.danger {
  background-color: #f2dede;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.add-recurrence-rule-link {
  font-size: 12px;
}

.cal-record-icon {
  color: red;
  -webkit-animation: pulsate .8s infinite alternate;
  -moz-animation: pulsate .8s infinite alternate;
  -animation: pulsate .8s infinite alternate;
  border-radius: 10px;
  height: 10px;
  width: 10px;
  line-height: 10px !important;
}

.fa-stack {
  width: 2em !important;
}

.ui-draggable:hover {
  cursor: pointer;
}

.slow-pulse {
  -webkit-animation: slow-pulse 1s infinite alternate;
  -moz-animation: slow-pulse 1s infinite alternate;
  animation: slow-pulse 1s infinite alternate;
}

@-webkit-keyframes slow-pulse {
    from { opacity: 0.10; }
    to { opacity: 1.00; }
}
@-moz-keyframes slow-pulse {
    from { opacity: 0.10; }
    to { opacity: 1.00; }
}
@keyframes slow-pulse {
    from { opacity: 0.10; }
    to { opacity: 1.00; }
}

.non-responsive-static-form-text {
  display: inline-block;
  width: 50%;
  word-break: break-all;
}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}


#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
