<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /** General settings **/

div.flash-alerts {
    font-weight: bold;
    padding: 1em 1em 1em 47px;
    border: 1px solid #e7e498;
    background: #f8f5a3 url(../images/flashalert.png) no-repeat 2px 2px;
    margin: 1em 0;
}

.error {
    color: #f00;
}

/** Forms **/

form.highlight {
    padding: 2em;
    background-color: #ddd;
    border: 1px solid #3c3c3c;
    margin-bottom: 2em;
}

form.highlight p.hint {
    color: #000 !important;
    font-style: italic;
}

.withabove {
    background: #fff url(../images/icons/withabove.png) no-repeat 10px 0;
    margin: -0.5em 1em 0 0;
    padding: 0 0 0 35px;
}

dl.zend_form dt {
    font-weight: bold;
    color: #363636;
    font-size: 110%;
}

dl.zend_form dd {
    margin: 2px 0 0.5em 0;
    font-size: 110%;
}

span[rel=tooltip] {
    margin: 0.5em;
    padding: 0.1em 0.25em;
    border: 1px solid #555;
    background-color: #91aa9d;
    cursor: pointer;
}

.disclaimer {
    font-size: 90%;
    font-style: italic;
    margin-top: 2em;
}

ul.errors {
    border: 1px solid #ee1c24;
    background-color: #fcc;
    padding: 0.3em;
    margin-top: 0.5em;
}

ul.errors li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

/** Item details list **/

#item-details dl {
    float: left;
    width: 100%;
}

#item-details div.recur {
    width: 20em;
    float:right;
    border: 1px solid #ccc;
    background-color: #fff;
}

#item-details dl dt {
    font-weight: bold;
    color: #363636;
    border-bottom: 1px solid #ccc;
}

#item-details dl dd {
    margin: 2px 0 1.5em 0;
    clear: both;
}

div.section-title {
    border-bottom: 2px solid #D8DFEA;
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 1em;
}

div.section-title h2 {
    border: 0;
}

a.button {
    display:block;
    margin:0;
    background: #f5f5f5 url() no-repeat 3px 50%;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px;
}

a.button-edit {
    background-image: url(/broadcast/images/icons/application_edit.png);
    padding-left: 25px;
    font-size: smaller;
    margin: 0.25em 0 0.5em 0.5em;
}

a.button-channel {
    background-image: url(/broadcast/images/icons/feed_edit.png);
    padding-left: 25px;
    font-size: smaller;
    margin: 0.25em 0 0.5em 0.5em;
}

a.button-edit:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
a.button-edit:active {
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

a.button-channel:hover {
    background-color:#fff2df;
    border:1px solid #efd0c2;
    color:#336699;
}
a.button-channel:active {
    background-color:#f5a738;
    border:1px solid #f5a738;
    color:#fff;
}


/** Login area **/

#login_wrapper, #login_info {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

#login_form {
    width: 20em;
    border-left: 1px solid #ccc;
    float: right;
    margin-left: 2em;
    padding-left: 2em;
}

/** Assets **/

table.asset_list {
    border-collapse: collapse;
    width: 100%;
}
table.asset_list div.asset_list_image {
    width: 100px;
    height: 100px;
    padding: 5px;
    margin: 5px;
    border: 1px solid #ccc;
}
table.asset_list dt {
    float: left;
    clear: left;
    width: 7em;
    text-align: left;
    font-weight: bold;
}
table.asset_list dt:after {
    content: ":";
}
table.asset_list dd {
    margin: 0 0 0 7em;
    padding: 0 0 0.5em 0;
}


div.asset_list .asset_holder {
    width: 170px;
    border: 1px solid #e6e6e6;
    height: 150px;
    float: left;
    text-align: center;
    margin: 10px 5px;
    display: inline;
    padding: 3px;
}

div.asset_list .asset_holder .asset {
    width: 150px;
    height: 100px;
    margin: 10px auto;
}

div.asset_list .asset image {
    border: 1px solid #999;
    position: relative;
}

div.asset_list .asset span.title {
    display: block;
    margin-top: 1em;
}

#selectAsset &gt; * {
    text-align: center;
}

/** Pagination **/

.paginationControl {
    clear: both;
}

/** Recurrence exclusions **/

.excludeDate {
    margin-left: 3em;
    cursor: pointer;
}
.inexclude {
    font-style: italic;
    font-weight: bold;
    padding-left: 3em;
}
.excluded {
    text-decoration: line-through;
}

/** Tags **/

#frmTagList input[placeholder] { width: 15em; }
.ui-autocomplete {
    max-height: 35em;
    overflow-y: scroll;
    overflow-x: hidden;
}

/** Switches **/

.switchcontainer {
    margin: 1em 0;
    line-height: 2em;
}
.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
  margin-right: 1em;
}
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 29px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch &gt; .switch-input:checked ~ .switch-label {
  background: #4fb845;
}

</pre></body></html>