/*--------------------------------*/

/*  Ad Scheduler (no-angular) CSS */

/*--------------------------------*/

.schedule {
  list-style: none;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
  margin-bottom: 15px;
}

.table-condensed>tbody>tr>td {
  padding: 1px 2px 0px 0px;
}

.table-condensed>tbody>tr>td>button {
  font-size: 0.9em;
}

table.ads {
  max-width: 100%;
}

table.ads > tbody > tr > td > input.ad_time {
  max-width: 80px;
}

table.ads > tbody > tr > td > input.name {
  max-width: 775px;
}

table.ads > tbody > tr > td > select.name,
table.ads > tbody > tr > td > input.name {
  width: 100%;
  min-width: 300px;
}

.schedule > li > div > table.ads {
  max-width: 1024px;
}

.save_button {
  position: fixed;
  font-size: 2.0em;
  top: 100px;
  right: 10px;
}
/*----------------------------*/

/*--------CHARTING------------*/

/*----------------------------*/
.charting-container{
	width:80%;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.charting-body
{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:auto;
	min-height:30px;
	overflow:visible;
	position:relative;
}

#charting-title, .charting-row, .charting-row-sorted{
	z-index:-1;
	display:inline-block;
	position:relative;
	width:960px;
	padding-top:5px;
}
#charting-title{
	background-color: #1030BE;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.charting-row,
.charting-row-sorted{
	background-color: rgba(10,10,10,.30);
	border: 1px solid black;
	border-width:1px 0px 0px 0px;
	font-size: 90%;
}
.charting-artist,
.charting-artist-sorted,
.charting-song,
.charting-song-sorted,
.charting-album,
.charting-album-sorted,
.charting-count-sorted,
.charting-rowid,
.charting-rowid-sorted,
.charting-showname,
.charting-date,
.charting-icon,
.charting-status{
	position:relative;
	float:left;
	display:inline-block;
	min-width:25px;
	min-height:25px;
}
.charting-artist,
.charting-artist-sorted,
.charting-song,
.charting-song-sorted,
.charting-album,
.charting-album-sorted{
	width:175px;
}
.charting-artist-sorted,
.charting-album-sorted,
.charting-rowid,
.charting-rowid-sorted
{
    text-align: left;
    margin-left: 10px;
}
.charting-count-sorted{
    text-align: right;
    margin-right: 10px;
}
#charting-container-sorted{
    padding-top: 80px;
}
.charting-showname{
	width: 200px;
}
.charting-icon{
	width:25px;
}
.charting-date{
	width:110px;
}
.charting-status{
	width:30px;
}

/*----------------------------*/

/*----------CRTC Report ------*/

/*----------------------------*/

.crtc_report {
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.crtc_report * {
  text-align: center;
}

.crtc_report > tbody > tr > th {
  background-color: rgba(255,255,255,.10);
}

.report_tag {
  -ms-transform: rotateZ(-40deg);
  /* IE 9 */
  -webkit-transform: rotateZ(-40deg);
  /* Chrome, Safari, Opera */
  transform: rotateZ(-40deg);
  margin-bottom: 10px;
}

.report_playitem {
  max-width: 200px;
}

.report_table {
  margin-left: auto;
  margin-right: auto;
}

.report_table > tbody > tr > td {
  padding: 0px 0px 0px 10px;
}

/*
 * Donor Form CSS
 */

.donor_form {
  background-color: #707070;
}

.donor_form * {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: white;
}

.heavy_text {
  font-size: 1.0em;
  line-height: 1.2;
}

.donor_form_wrapper > div > select,
.donor_form_wrapper > div > div > textarea {
  background-color: #BBB;
  color: black;
}

#donor_submit {
  font-size: 2.0em;
  color: black;
}

/*----------------------*/

/*    Fundrive          */

/*----------------------*/

.open_fundrive {
  width: 100%;
}
body {
  background-repeat: repeat;
  font-family: Helvetica,Arial;
}

.lightblue {
  background-color: #3434A4;
}

.grey {
  background-color: #393939;
}

.white {
  background-color: white;
}

.wallpaper {
  background-image: url('../images/wallpaper.jpg');
  color: white;
}

img.special-header{
  position: absolute;
  max-height: 300px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.special-wallpaper #login{
  margin-top: 330px;
}

.invisible {
  display: none;
}

ul,
li {
  padding-left: 0;
}

ul {
  list-style-type: disc;
  padding: 0px;
  margin: 0px;
}

li {
  margin: 0px;
}

ol {
  list-style-type: decimal;
  padding: 0px;
  margin: 0px;
}

h1,
h2,
h3,
h4 {
  text-align: center;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 {
  font-size: 2.2em;
}

td.menu a:link {
  color: #000000;
  text-decoration: underline;
}

td.menu a:visited {
  color: #000000;
  text-decoration: underline;
}

td.menu a:hover {
  color: #000000;
  text-decoration: underline;
  background-color: #CCCCFF;
}

a:active {
  color: #660000;
}

a:link {
  color: #FFFFFF;
}

a:visited {
  color: #FFFFFF;
}

a:hover {
  color: #000000;
  background-color: #BEBEBE;
}

a:active {
  color: #660000;
}

.table-hover > tbody > tr:hover {
  background-color: #222299;
}

.header-left {
  text-align: left;
}

input,
select,
textarea,
option {
  background-color: #000977;
  background-color: rgba(1,1,2,.4);
  color: white;
  border-style: solid;
  border-width: 0;
}

.ie select,
.ie input,
.ie textarea {
  background-color: #000977;
}

/* Background Colouring */

.red {
  background-color: red;
}

.green {
  background-color: green;
}

.blue {
  background-color: blue;
}

.lightgrey {
  background-color: #AEAEAE;
}

#wrapper {
  background-color: rgba(0,0,0,.2);
  width: 1024px;
  height: auto;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  margin-bottom:3em;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 10 10 10 10;
}

#wrapper.socan {
  width: 1200px;
}

.wrapper {
  position: relative;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  background-color: #393939;
  color: white;
  overflow: visible;
}

.wrapper:after {
  background-color: #393939;
}

.inner {
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #393939;
  width: 90%;
}

.inner > li {
  min-height: 20px;
}

/*
 * Loading Bar
 */

.loading {
  min-height: 20px;
  display: block;
}

.loadingbar_container {
  padding-top: 15px;
  min-height: 30px;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

/*
 * Popups
 */

#wrapper > textarea.alert {
  width: 600px;
  height: 2em;
}

#wrapper > textarea.description {
  width: 600px;
  height: 10em;
}

.custom_tooltip {
  display: inline;
  position: relative;
}

.custom_tooltip:hover:after {
  background: #000;
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(title);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 220px;
}

.custom_tooltip:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}

/*
 * Input/Button/textarea styling
 */

.smalltext {
  top: 3px;
  font-size: 70%;
}

.bigish_text {
  font-size: 92%;
}

.big_text {
  font-size: 110%;
}

.small-input {
  width: 80px;
}

.smallinput {
  width: 30px;
  margin-left: 10px;
}

.wideinput {
  width: 300px;
}

.largeinput {
  width: 750px;
  max-width: 83%;
  height: 50px;
  max-height: 75px;
}

.fullinput {
  width: 100%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.large-button {
  font-size: 3em;
}

/*
 * Table Styling
 */

.table {
  display: table;
  margin-bottom: 5px;
}

.table p,
.table div {
  display: table-row;
}

.table select,
.table span,
.table textarea {
  display: table-cell;
  padding: 3px;
  vertical-align: top;
}
/* HELP PAGE CC */

#qalist {
  position: relative;
  width: 700px;
  margin-left: -20px;
}

.QAicon {
  position: relative;
  width: 10px;
  display: inline-block;
}

.collapsed {
  display: inline-block;
}

.expanded {
  display: none;
}

.QAcontainer {
  display: inline-block;
  padding-top: 5px;
  position: relative;
  width: 750px;
  margin-left: 10px;
  margin-bottom: 10px;
  color: white;
  text-decoration: underline;
  cursor: default;
  font-size: 1.7em;
}

.QAelement {
  width: 750px;
  margin-left: 10px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: default;
}

.QAanswer {
  position: relative;
  left: 10px;
  right: 10px;
  margin-left: 30px;
  width: 705px;
  background-color: #222266;
  color: #BEBEBE;
  cursor: default;
  line-height: 1.6em;
}

.QAquestion {
  position: relative;
  left: 10px;
  right: 10px;
  width: 705px;
  color: #F0F0F0;
  height: auto;
  margin-bottom: 15px;
  cursor: help;
}

.QAquestion:hover {
  text-decoration: underline;
}

.QAanswer img {
  padding: 10px;
}
/*
 * Generic Styling
 */

.spaced > td {
  min-width: 100px;
  margin: 10 10 10 10;
}

.padded {
  padding-top: 10px;
}

.padded-left {
  margin-left: 10px;
}

.padded-right {
  padding-right: 10px;
}

.double-margin-right {
  margin-right: 40px;
}

.double-padded-top {
  padding-top: 20px;
}

.double-padded-bottom {
  padding-bottom: 30px;
}

.side-padded {
  padding-left: 5px;
  padding-right: 5px;
}

.double-side-padded {
  padding-left: 10px;
  padding-right: 10px;
}

.border {
  border-style: solid;
  border-width: 1px;
  border-color: white;
}

.rounded {
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.pad-top {
  padding-top: 2px;
}

.overflow_hidden {
  overflow: hidden;
}

.overflow_show {
  overflow: visible;
}

.overflow_auto {
  overflow: auto;
}

.inline_block {
  display: inline-block;
}

.text-center {
  text-align: center;
}

.fill {
  position: relative;
  min-height: 100px;
  height: auto;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}

.hidden {
  display: none;
}

.clean-list {
  list-style: none;
}

.inline-list > li {
  display: inline-block;
}

.small {
  width: 100%;
  height: auto;
}

.scroll.firefox {
  max-height: 480px;
}

.scroll {
  overflow-y: scroll;
  max-height: 75%;
}

.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.clearfix {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

/*
 * Multipurpose column classes
 */

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col15,
.col20,
.span5col6,
.span3col4,
.span3col5,
.span4col5 {
  display: inline-block;
  position: relative;
  float: left;
  height: auto;
  overflow: visible;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33%;
}

.col4 {
  width: 25%;
}

.col5 {
  width: 20%;
}

.col6 {
  width: 16.66%;
}

.col7 {
  width: 14.28%;
}

.col8 {
  width: 12.5%;
}

.col15 {
  width: 6.66%;
}

.col20 {
  width: 5%;
}

.span2col3 {
  width: 66%;
}

.span5col6 {
  width: 83.33%;
  float: right;
}

.span3col5 {
  width: 60%;
}

.span3col4 {
  width: 75%;
}

.span4col5 {
  width: 80%;
}

.span9col10 {
  width: 90%;
}
/*
 * Library Styling
 */

.library table {
  /*width:1024px;*/
  margin-left: auto;
  margin-right: auto;
}

.dotted-underline {
  border-style: dotted;
  border-color: gray;
  border-width: 0 0 1px 0;
}

.lib-delete {
  color: black;
}

.yesdelete {
  color: red;
  font-weight: bold;
}

.lib-delete,
.yesdelete {
  background-color: white;
  margin-left: 30px;
  cursor: default;
  font-size: 0.75em;
}

.lib-delete:hover,
.yesdelete:hover {
  background-color: white;
  font-weight: bold;
  cursor: default;
  font-size: 0.75em;
}

.editButton {
  padding-right: 10px;
}

.editButton:hover {
  cursor: pointer;
  color: lightgrey;
}

/*
 * Duplicate Nuker Page
 */

#nukem {
  background-color: yellow;
  color: red;
  font-weight: bold;
  font-size: 1.5em;
  padding: 5px;
  cursor: default;
}

#nukem:hover {
  background-color: red;
  color: yellow;
}

#headerrow {
  background-color: #a4a4a4;
}

#recentedits_table {
  width: 100%;
}

#recentedits_table tr td,
submission_table tr th {
  padding-right: 10px;
}

#recentedits_table tbody > .reviewrow:hover {
  background-color: blue;
}

#recentedits_table tbody > .reviewedrow:hover {
  background-color: blue;
}

#recentedits_table tbody > .tagrow:hover {
  background-color: blue;
}

#recentedits_table tbody > .approverow:hover {
  background-color: blue;
}

div.dupeSection {
  background-color: rgba(100,100,100,0.8);
  margin-bottom: 15px;
  width: 500px;
  padding: 4px;
}

div.dupeSection span {
  position: absolute;
  left: 110px;
}
/*----------------------------*/

/*----MEMBERSHIP CSS RULES----*/

/*----------------------------*/

div#username_ok.green,
div#password_ok.green,
div#student_no_ok.green,
button#submit_user.green,
div#email_check.green {
  background-color: #00FF00;
  color: black;
}

div#email_check.red {
  background-color: #FF0000;
  color: white;
}

button#submit_user.red {
  background-color: #FF0000;
  color: black;
}

#username_ok,
#password_ok,
#student_no_ok {
  position: absolute;
  padding-left: -10px;
  display: inline;
  width: 150px;
  z-index: 2;
  background-color: #FF0000;
  color: white;
  overflow: hidden;
  text-align: left;
}

#container {
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.containerrow {
  text-align: right;
  display: inline-block;
  width: 100%;
  overflow: visible;
  margin-bottom: 2px;
}

#print_broadcastly {
  position: absolute;
  right: 0px;
  top: 80px;
}

.print_wrapper {
  max-width: 800px;
}

.membership {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2px;
  z-index: 3;
  margin-bottom: 15px;
}

.membership ul {
  background-color: inherit;
}

#membership_header {
  list-style: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding-top: 2px;
}

#membership_header li,
#search_header li {
  float: left;
  position: relative;
  margin-right: 2px;
  border: none;
}

#search_container {
  width: auto;
  display: inline-block;
}

#membership_result {
  float: left;
  width: 100%;
  background: inherit;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 10px;
}

.height_cap {
  max-height: 80%;
}

#member_password_change {
  padding-bottom: 10px;
}

#email_list {
  min-height: 400px;
  height: auto;
  min-width: 80%;
  width: auto;
  padding-bottom: 15px;
}

.member_result_row {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  text-align: left;
  overflow: hidden;
}

#headerrow {
  background-color: #a4a4a4;
}

#membership_table tr td,
#membership_table tr th {
  padding-right: 5px;
}

.staff_comment {
  width: 180px;
}

.report_row:hover>div {
  background-color: blue;
}

.member_row:hover {
  cursor: pointer;
  cursor: hand;
  background-color: blue;
}

.member_row.delete {
  background-color: red;
}

#membership_year {
  margin-left: auto;
  margin-right: auto;
}

.membership_year_row td {
  padding-left: 10px;
  padding-right: 10px;
}

.data_set {
  padding-left: 5px;
  padding-right: 10px;
}

#membership_header > li > select {
  max-width: 150px;
}

.memlabel {
  padding-left: 15px;
}

#submit_user {
  height: 30px;
  width: 150px;
  color: black;
  -moz-box-shadow: inset 0px 0px 1px #BEBEBE;
  -webkit-box-shadow: inset 0px 0px 1px #BEBEBE;
  box-shadow: inset 0px 0px 1px #BEBEBE;
}
/* MENU STYLING CSS */

#nav {
  list-style: none;
  width: 1020px;
  margin: 30px auto 0px auto;
  height: 30px;
  padding: 0px 20px 0px 20px;
  background: #A4A4A4;
  background: -moz-linear-gradient(top, #3434A4, #1030BE);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3434A4), to(#1030BE));
  border: 1px solid #002232;
  -moz-box-shadow: inset 0px 0px 1px #BEBEBE;
  -webkit-box-shadow: inset 0px 0px 1px #BEBEBE;
  box-shadow: inset 0px 0px 1px #BEBEBE;
  z-index: 5;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.nav.mini {
  list-style: none;
  width: 940px;
  margin: 0 auto;
  margin: 0px auto 0px auto;
  height: 25px;
  font-size: 16px;
  background: #A4A4A4;
  background: -moz-linear-gradient(top, #343434, #101010);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#343434));
  border: 1px solid #002232;
  -moz-box-shadow: inset 0px 0px 1px #BEBEBE;
  -webkit-box-shadow: inset 0px 0px 1px #BEBEBE;
  box-shadow: inset 0px 0px 1px #BEBEBE;
  z-index: 5;
}

.nav.mini li {
  position: relative;
  float: left;
  height: 25px;
  z-index: 20;
  padding: 0px 10px;
}

.dropdown.small,
.dropdown.medium,
.dropdown.large {
  float: left;
  position: absolute;
  left: -999em;
  text-align: left;
  padding: 10px 5px 10px 5px;
  border: 1px solid #555555;
  border-top: none;
  background: #F4F4F4;
  background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
  -moz-border-radius: 0px 5px 5px 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
}

.dropdown.small {
  width: 140px;
}

.dropdown.medium {
  width: 280px;
}

.dropdown.large {
  width: 420px;
}

#nav li:hover .dropdown.small,
#nav li:hover .dropdown.medium,
#nav li:hover .dropdown.large {
  left: -1px;
  top: auto;
}

.dropdown > .small,
.dropdown > .medium,
.dropdown > .large {
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}

.dropdown > .small {
  width: 130px;
}

.dropdown > .medium {
  width: 270px;
}

.dropdown > .large {
  width: 410px;
}

#nav .menu_right {
  float: right;
  margin-right: 0px;
}

#nav li .align_right {
  -moz-border-radius: 5px 0px 5px 5px;
  -webkit-border-radius: 5px 0px 5px 5px;
  border-radius: 5px 0px 5px 5px;
}

#nav li:hover .align_right {
  left: auto;
  right: -1px;
  top: auto;
}

.nav-left,
.nav-right {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  display: inline-block;
  width: 45px;
}

.nav-left {
  margin-right: 10px;
  float: left;
}

.nav-right {
  float: right;
}

#nav li {
  z-index: 20;
}

#nav li:hover {
  border: 1px solid #555555;
  padding: 4px 4px 4px 4px;
  background: #F4F4F4;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

#nav .nodrop,
.drop,
#tab-nav .nodrop,
.drop {
  cursor: pointer;
}

#nav .nodrop:hover {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  right: 7px;
  top: auto;
  left: auto;
}

#nav .drop:hover {
  right: 7px;
  top: auto;
  left: auto;
}

#nav li:hover a {
  color: #161616;
  text-shadow: 1px 1px 1px #FFFFFF;
  background: none;
}

#nav li,
#tab-nav > li.tab {
  float: left;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  margin-right: 10px;
  border: none;
}

#nav li ul,
#tab-nav li ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

#nav li ul li,
#tab-nav li ul li {
  font-size: 12px;
  line-height: 24px;
  position: relative;
  text-shadow: 1px 1px 1px #FFFFFF;
  padding: 0;
  margin: 0;
  float: none;
  text-align: left;
  width: 130px;
}

#nav li ul li:hover,
#tab-nav li ul li:hover {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

#nav li a,
#tab-nav li a {
  display: block;
  outline: 0;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
}

#tab-nav {
  position: relative;
  list-style: none;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  min-height: 28px;
  height: auto;
}

#tab-nav > li {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
}

#tab-nav > li.tab {
  min-width: 80px;
}

#tab-nav li {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

.active-tab {
  background: #A4A4A4;
  background: -moz-linear-gradient(top, #A4A4A4, #393939);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A4A4A4), to(grey));
  border-width: 0px 0px 0px 0px;
}

.inactive-tab {
  background: #A4A4A4;
  background: -moz-linear-gradient(top, #3434A4, #1030BE);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3434A4), to(#1030BE));
}

#tab-nav li:hover a {
  color: white;
  text-decoration: none;
  background: none;
}
.login-spacing-bar {
  margin-top: 7px;
  margin-bottom: 7px;
  width: 100%;
  float: left;
}

.big-login-spacing-bar {
  margin-top: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 7px;
  width: 100%;
  float: left;
}

/*
 * Datepicker CSS
 */

div#ui-datepicker-div {
  max-width: 300px;
  max-height: 2500px;
  margin-top: 0px;
  z-index: 50 !important;
}

div.ui-datepicker {
  width: 100%;
  background: #393939;
}

.ui-datepicker-header {
  width: 100%;
}

.ui-datepicker-next {
  text-align: right;
  display: inline-block;
  width: 100px;
}

.ui-datepicker-prev {
  text-align: left;
  display: inline-block;
  width: 100px;
}

/*
 * Search box CSS
 */

input[type="search"]::-webkit-search-cancel-button {
  /* Remove default */
  -webkit-appearance: none;
  /* Now your own custom styles */
  height: 10px;
  width: 10px;
  background-image: url('../images/x.png');
}

/*
 * License Styling
 */

#license {
  position: absolute;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border: 5px;
  bottom: 10px;
}

#license_inner {
  display: block;
  width: 775px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  font-size: 11px;
}

/*
 * Booking Styling
 */

.youCanBookMe_Container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 850px;
  background: transparent;
}

.youCanBookMe_Container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  /*Don't touch - anything below 56% induces a scrollbar on 100%zoom, 1080p chrome, any over makes it too long*/
  padding-bottom: 56%;
  /* Padding top is sometimes req'd by things like youtube videos */
  padding-top: 0;
  height: 0;
  overflow: hidden;
  /* YCBM Adds stupidly wide margins in it's iframe if you don't limit the contianer width */
  max-width: 830px;
}

.poweredByFooter {
  display: none;
}

/*----------------------------*/

/*-------Sam Ad Searcher------*/

/*----------------------------*/

#samAds {
  width: 80%;
}

/*----------------------------*/

/*----Genre manager CSS ------*/

/*----------------------------*/

.genrerow.delete {
  background-color: red;
}

.subgenrerow.delete {
  background-color: red;
}

/*
 * Login Styling
 */

#login {
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
  width: 300px;
}

/*----------------------------*/

/*----DataTable CSS ------*/

/*----------------------------*/

table.dataTable tbody tr {
  background-color: #393939;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper
.dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #ffffff;
}

table.dataTable.cell-border {
  border-bottom: 1px solid #ddd;
}

/*----------------------------*/

/*------- Set Socan CSS ------*/

/*----------------------------*/

#socanTable.dataTable tbody tr {
  background-color: transparent;
}

#socanTable.dataTable tbody tr:hover {
  background-color: blue;
}

/*-----------------------------*/

/*--- Member Resources CSS ----*/

/*-----------------------------*/

.member_resources_edit {
  width: 100%;
  height: 400px;
}
/*
* Open Playsheet CSS
*/
table.open_playsheet > tbody > tr > td,table.open_playsheet > tbody > tr > th{
  padding-left:15px;
}
table.open_playsheet > tbody > tr > td.edit_date{
  font-size:.8em;
}
table.open_playsheet > tbody > tr > td.host{
  max-width:200px;
}

/* Playsheet Angular CSS */
#wrapper[ng-show="playsheet.member_shows"]{
  min-width: 1120px;
}

.host{
  max-width:400px;
}
.promotion_name{
  max-width:300px;
}
.hand:hover{
  cursor: pointer; cursor: hand;
}
.lang {
  width: 65px;
  font-size: 0.8em;
}
.playitem{
  width:100%;
}
tr.playitem.socan > td > input,tr.playitem.socan > td > button,tr.music_row_heading.socan > th > input{
  max-width:105px;
  font-size:0.75em;
}
tr.playitems.socan > td > input.lang{
  width:60px;
}
.socantiming{
  max-width:140px;
}
.music_row_heading {
  height:30px;
  background-color: none;
}

.music_row_heading input{
  margin-left:5px;
  background: none;
  border-width: 0;
  max-width: 180px;
}
.tooltip-inner{
  max-width:350px;
}
.dragzone {
  cursor: default;
}

.socan_cue select{
  width:46px;

}

table#ads{
  width:450px;
  display:inline;
  margin-right:50px;
  table-layout: auto;
  position:relative;
  top:0px;
  cellspacing:0;
  padding: 0;
}


#submitMsg{
  position:relative;
  top:50px;
  background-color: rgba(10,10,10,0.85);
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  width:400px;
}

#submit{
  height:60px;
  width:300px;
}
#autosave{
  position:absolute;
  top:0px;
  left:0px;
  z-index:10;
  /*  display:none;*/
}

.crtc_totals{
  text-align:left;
  background-color:black;
  color: white;
  position:fixed;
  bottom:0px;
  left:0px;
  width:100%;
}
.crtc_totals > table.col1 > tbody {
  width:100%;
  display:table;
}

/*
 * Playsheet tracklist_overlay
 */
.tracklist_overlay{
  position:fixed;
  overflow:auto;
  top:40px;
  left:10%;
  width:80%;
  background-color:lightsteelblue;
  z-index:21;
  padding:20px;
  color:darkblue;
  border-size:1px;
  border-color:white;
}
.tracklist_overlay span{
  margin-left:40px;
}
.tracklist_overlay a.logout{
  background-color:steelblue;
  padding:2px;
}
.tracklist_overlay a.logout:hover{
  color:greenyellow;
}
.dark{
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  opacity: 0.7;
  background-color:black;
}


/*
 * Playitem category buttons
 */
button.box {
  display: inline-block;
  height: 27px;
  width: 27px;
  border-width: 1px;
  border-style: dotted;
  cursor: default;
  background-color: white;
  background-size: 100%;
  margin-bottom: 2px;
}

.music_row_heading button.box.playlist:hover {
  background-image: url('../images/tags/new.png');
  opacity: 0.5;
}

.music_row_heading button.box.cancon:hover {
  background-image: url('../images/tags/cancon.png');
  opacity: 0.5;
}

.music_row_heading button.box.accesscon:hover {
  background-image: url('../images/tags/access.png');
  opacity: 0.5;
}

.music_row_heading button.box.afrocon:hover {
  background-image: url('../images/tags/afro.png');
  opacity: 0.5;
}

.music_row_heading button.box.femcon:hover {
  background-image: url('../images/tags/fem.png');
  opacity: 0.5;
}

.music_row_heading button.box.indigicon:hover {
  background-image: url('../images/tags/indigi.png');
  opacity: 0.5;
}

.music_row_heading button.box.poccon:hover {
  background-image: url('../images/tags/poc.png');
  opacity: 0.5;
}

.music_row_heading button.box.queercon:hover {
  background-image: url('../images/tags/queer.png');
  opacity: 0.5;
}

.music_row_heading button.box.is_local:hover {
  background-image: url('../images/tags/local.png');
  opacity: 0.5;
}

.music_row_heading button.box.instrumental:hover {
  background-image: url('../images/tags/instrumental.png');
  opacity: 0.5;
}

.music_row_heading button.box.hit:hover {
  background-image: url('../images/tags/hit.png');
  opacity: 0.5;
}

.music_row_heading button.box.partial:hover {
  background-image: url('../images/tags/partial.png');
  opacity: 0.5;
}

.music_row_heading button.box.background:hover {
  background-image: url('../images/tags/background.png');
  opacity: 0.5;
}

.music_row_heading button.box.theme:hover {
  background-image: url('../images/tags/theme.png');
  opacity: 0.5;
}

.music_row_heading button.box.playlist.filled {
  background-image: url('../images/tags/new.png');
  opacity: 1;
}

.music_row_heading button.box.cancon.filled {
  background-image: url('../images/tags/cancon.png');
  opacity: 1;
}

.music_row_heading button.box.accesscon.filled {
  background-image: url('../images/tags/access.png');
  opacity: 1;
}

.music_row_heading button.box.afrocon.filled {
  background-image: url('../images/tags/afro.png');
  opacity: 1;
}

.music_row_heading button.box.femcon.filled {
  background-image: url('../images/tags/fem.png');
  opacity: 1;
}

.music_row_heading button.box.indigicon.filled {
  background-image: url('../images/tags/indigi.png');
  opacity: 1;
}

.music_row_heading button.box.poccon.filled {
  background-image: url('../images/tags/poc.png');
  opacity: 1;
}

.music_row_heading button.box.queercon.filled {
  background-image: url('../images/tags/queer.png');
  opacity: 1;
}

.music_row_heading button.box.is_local.filled {
  background-image: url('../images/tags/local.png');
  opacity: 1;
}

.music_row_heading button.box.instrumental.filled {
  background-image: url('../images/tags/instrumental.png');
  opacity: 1;
}

.music_row_heading button.box.hit.filled {
  background-image: url('../images/tags/hit.png');
  opacity: 1;
}

.music_row_heading button.box.partial.filled {
  background-image: url('../images/tags/partial.png');
  opacity: 1;
}

.music_row_heading button.box.background.filled {
  background-image: url('../images/tags/background.png');
  opacity: 1;
}

.music_row_heading button.box.theme.filled {
  background-image: url('../images/tags/theme.png');
  opacity: 1;
}

#playitems button.box.playlist:hover {
  background-image: url('../images/tags/newsolo.png');
  opacity: 0.75;
}

#playitems button.box.cancon:hover {
  background-image: url('../images/tags/canconsolo.png');
  opacity: 0.75;
}

#playitems button.box.accesscon:hover {
  background-image: url('../images/tags/accesssolo.png');
  opacity: 0.75;
}

#playitems button.box.afrocon:hover {
  background-image: url('../images/tags/afrosolo.png');
  opacity: 0.75;
}

#playitems button.box.femcon:hover {
  background-image: url('../images/tags/femsolo.png');
  opacity: 0.75;
}

#playitems button.box.indigicon:hover {
  background-image: url('../images/tags/indigisolo.png');
  opacity: 0.75;
}

#playitems button.box.poccon:hover {
  background-image: url('../images/tags/pocsolo.png');
  opacity: 0.75;
}

#playitems button.box.queercon:hover {
  background-image: url('../images/tags/queersolo.png');
  opacity: 0.75;
}

#playitems button.box.is_local:hover {
  background-image: url('../images/tags/localsolo.png');
  opacity: 0.75;
}

#playitems button.box.instrumental:hover {
  background-image: url('../images/tags/instrumentalsolo.png');
  opacity: 0.75;
}

#playitems button.box.hit:hover {
  background-image: url('../images/tags/hitsolo.png');
  opacity: 0.75;
}

#playitems button.box.partial:hover {
  background-image: url('../images/tags/partialsolo.png');
  opacity: 0.75;
}

#playitems button.box.background:hover {
  background-image: url('../images/tags/background.png');
  opacity: 0.75;
}

#playitems button.box.theme:hover {
  background-image: url('../images/tags/theme.png');
  opacity: 0.75;
}

#playitems button.box.playlist.filled {
  background-image: url('../images/tags/newsolo.png');
  opacity: 1;
}

#playitems button.box.cancon.filled {
  background-image: url('../images/tags/canconsolo.png');
  opacity: 1;
}

#playitems button.box.accesscon.filled {
  background-image: url('../images/tags/accesssolo.png');
  opacity: 1;
}

#playitems button.box.afrocon.filled {
  background-image: url('../images/tags/afrosolo.png');
  opacity: 1;
}

#playitems button.box.femcon.filled {
  background-image: url('../images/tags/femsolo.png');
  opacity: 1;
}

#playitems button.box.indigicon.filled {
  background-image: url('../images/tags/indigisolo.png');
  opacity: 1;
}

#playitems button.box.poccon.filled {
  background-image: url('../images/tags/pocsolo.png');
  opacity: 1;
}

#playitems button.box.queercon.filled {
  background-image: url('../images/tags/queersolo.png');
  opacity: 1;
}

#playitems button.box.is_local.filled {
  background-image: url('../images/tags/localsolo.png');
  opacity: 1;
}

#playitems button.box.instrumental.filled {
  background-image: url('../images/tags/instrumentalsolo.png');
  opacity: 1;
}

#playitems button.box.hit.filled {
  background-image: url('../images/tags/hitsolo.png');
  opacity: 1;
}

#playitems button.box.partial.filled {
  background-image: url('../images/tags/partialsolo.png');
  opacity: 1;
}

#playitems button.box.background.filled {
  background-image: url('../images/tags/background.png');
  opacity: 1;
}

#playitems button.box.theme.filled {
  background-image: url('../images/tags/theme.png');
  opacity: 1;
}

button.box {
  background-color: transparent;
  background-image: none;
}
button.socan, .music_row_socan input, .music_row_socan button{
  font-size:0.75em;
  max-width:90px;
}

div.floating {
  position: fixed;
  right: 0;
  top: 150px;
  width: auto;
  z-index:20;
}

.blocker{
  background-color:black;
  color:red;
  height:70px;
  font-size:1.3em;
  padding:0.25em;
}
.current{
  border-width: 3px;
  border-style: solid;
}
input.large-checkbox[type=checkbox]{
  width:20px;
  height:20px;
}
div#loadtimes *{
  cursor: default;
  text-align: left;
}
div.closeButton{
  position:absolute;
  top:0;
  right:25px;
  z-index:40;
}
button.closeButton{
  position:fixed;
  background-color: white;
  color:red;
}
#SamListouter *{
  color:black;
  cursor:default;

}
div#loadtimes{
  top:auto;
  height:200px;
  bottom:30px;
}
#sam-box{
  display:none;
}


/*
 * Podcasts Page CSS
 */

[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}

div#main {
  width: 50%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#mainleft {
  font-size: 1em;
  line-height: 1.3em;
  position: relative;
}

#mainleft input,
#mainleft textarea {
  width: 75%;
  margin: 5px;
  padding: 5px;
}

#mainleft label {
  font-size: 0.95em;
  text-align: right;
  display: inline-block;
  width: 100px;
}

#mainleft input {
  font-size: 1em;
}

#mainleft textarea {
  font-size: 0.77em;
  vertical-align: top;
}

.playsheet_block,
.spokenword_block,
.podcast_block,
.save_block {
  max-width: 1000px;
  width: 100%;
  min-height: 200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: left;
}

.podcast_block_inner {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  display: block;
  position: relative;
}

#popup {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 700px;
  height: 100%;
  background-color: #88d2ba;
  overflow: scroll;
  z-index: 20;
}

#closer {
  position: fixed;
  top: 30px;
  right: 700px;
  background-color: lightsteelblue;
  color: black;
  cursor: default;
  font-size: 2em;
  line-height: 2em;
}

#closer:hover {
  color: red;
}

.title {
  font-size: 1.2em;
}

.subtitle {
  font-size: 0.9em;
  font-style: italic;
}

.podcast_date {
  margin-left: -20px;
  font-color: lightgrey;
  font-size: 0.8em;
}

.podcast_list_entry {
  padding-left: 35px;
}

.tiny {
  font-size: 0.7em;
  width: 100%;
  background-color: black;
  overflow-wrap: break-word;
}

.lit {
  background-color: darkblue;
}

button {
  color: black;
}

#mainleft a {
  background-color: steelblue;
  padding: 2px;
}

#mainleft  a:hover {
  color: greenyellow;
}

#message {
  font-size: 2em;
}

#sf-resetcontent {
  height: 300px;
  max-height: 75%;
  overflow: auto;
}
/*------------------*/

/*	Show Edit Page--*/

/*------------------*/

.member_owner div {
  width: 50%;
}

table {
  border-collapse: collapse;
}

.percent {
  position: absolute;
  width: 300px;
  height: 14px;
  z-index: 1;
  text-align: center;
  font-size: 0.8em;
  color: white;
}

.progress-bar {
  width: 300px;
  height: 14px;
  border-radius: 10px;
  border: 1px solid #CCC;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6666cc), to(#4b4b95));
  border-image: initial;
}

.uploaded {
  padding: 0;
  height: 14px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc00), to(#4b9500));
  border-image: initial;
}

.dropbox {
  max-width: 8em;
  border: 2px solid #DDD;
  border-radius: 8px;
  background-color: #FEFFEC;
  text-align: center;
  color: #BBB;
  font-size: 2em;
  font-family: Arial, sans-serif;
}

.dropbox.not-available {
  background-color: #F88;
}

.dropbox.over {
  background-color: #bfb;
}

img.thumb {
  width: 50%;
  margin: auto;
  display: block;
}
/*------------------------*/

/* Special Broadcast Page */

/*------------------------*/

#broadcasts {
  padding-left: 10px;
  margin: 0px;
  max-width: 1024px;
  width: 1024px;
  overflow: hidden;
}

#broadcasts > li {
  min-height: 480px;
}

#broadcasts > li > .broadcast_info {
  width: 60%;
  float: left;
  position: relative;
  display: inline-block;
}

#broadcasts > li > .broadcast_info > div > div > textarea,
#broadcasts > li > .broadcast_info > div > div > select.show_select {
  width: 100%;
}

#broadcasts > li > .image_upload {
  width: 40%;
  float: left;
  position: relative;
  display: inline-block;
}

.broadcast_image {
  margin-top: 20px;
  max-width: 100%;
}

.broadcast_image > img {
  max-height: 300px;
  width: auto;
  max-width: 300px;
}

.broadcast_buttons {
  position: absolute;
  top: 100px;
  right: 20px;
  text-align: right;
}
/*----------------------------*/

/*----New Music Submission CSS RULES----*/

/*----------------------------*/

.select2-container--default,
.select2-selection--single,
.select2-selection__placeholder {
  color: #333;
}

.select2-container--default,
.select2-selection--single,
.select2-selection__rendered {
  color: #333;
}

.select2-choice {
  color: #333;
}

/*fix long items in select2-container*/

.select2-container--default {
  width: 150px !important;
}

body.edit-library .select2-container--default {
  width: 100% !important;
}

.submissioncontainer {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.submission_row_element {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#submissionspopup {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background-color: #88d2ba;
  overflow: scroll;
  z-index: 20;
}

#submissionscloser {
  position: fixed;
  top: 30px;
  right: 400px;
  background-color: lightsteelblue;
  color: black;
  cursor: default;
  font-size: 2em;
  line-height: 2em;
}

#submissionscloser:hover {
  color: red;
}

#submissionsapprovalpopup {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background-color: #88d2ba;
  overflow: scroll;
  z-index: 20;
}

#submissionscloser {
  position: fixed;
  top: 30px;
  right: 400px;
  background-color: lightsteelblue;
  color: black;
  cursor: default;
  font-size: 2em;
  line-height: 2em;
}

#submissionscloser:hover {
  color: red;
}

#submissionsapprovalcloser {
  position: fixed;
  top: 30px;
  right: 400px;
  background-color: lightsteelblue;
  color: black;
  cursor: default;
  font-size: 2em;
  line-height: 2em;
}

#submissionsapprovalcloser:hover {
  color: red;
}

#albumArt-review-box {
  width: 100%;
}

#titleBox {
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  width: 40%;
  display: inline;
}

#editTitleBox {
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 40px;
  width: 40%;
  display: inline;
  margin-right: 100%;
}

#container {
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.containerrow {
  text-align: right;
  display: inline-block;
  width: 100%;
  overflow: visible;
  margin-bottom: 2px;
}

#print_broadcastly {
  position: absolute;
  right: 0px;
  top: 80px;
}

.print_wrapper {
  max-width: 800px;
}

.submission {
  width: 1024px;
  margin-left: 0;
  margin-right: auto;
  margin-top: -2px;
  z-index: 3;
  margin-bottom: 15px;
}

.submission ul {
  background-color: inherit;
}

#submission_header {
  list-style: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding-top: 2px;
  padding-right: 5px;
  padding-left: 5px;
}

#submission_header li,
#search_header li {
  float: left;
  position: relative;
  margin-right: 2px;
  border: none;
}

#search_container {
  width: auto;
  display: inline-block;
}

#submission_result {
  float: left;
  width: 100%;
  background: inherit;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.table-header {
  clear: both;
}

.submission_result_row {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  text-align: left;
  overflow: hidden;
}

#headerrow {
  background-color: #a4a4a4;
}

#submission_table {
  width: 100%;
}

#submission_table tr td,
submission_table tr th {
  padding-right: 5px;
}

#submission_table tbody > .reviewrow:hover {
  background-color: blue;
}

#submission_table tbody > .reviewedrow:hover {
  background-color: blue;
}

#submission_table tbody > .tagrow:hover {
  background-color: blue;
}

#submission_table tbody > .approverow:hover {
  background-color: blue;
}

.submission_table {
  width: 100%;
}

.submission_table tr td,
submission_table tr th {
  padding-right: 5px;
}

.submission_table tbody > .reviewrow:hover {
  background-color: blue;
}

.submission_table tbody > .reviewedrow:hover {
  background-color: blue;
}

.submission_table tbody > .tagrow:hover {
  background-color: blue;
}

.submission_table tbody > .approverow:hover {
  background-color: blue;
}

.report_row:hover>div {
  background-color: blue;
}

.submission_row:hover {
  cursor: pointer;
  cursor: hand;
  background-color: blue;
}

.submission_row.delete {
  background-color: red;
}

.reviewrow.delete {
  background-color: red;
}

.reviewedrow.delete {
  background-color: red;
}

.reviewedrow.approve {
  background-color: green;
}

.trashedrow.approve {
  background-color: green;
}

.tagrow.delete {
  background-color: red;
}

.approverow.delete {
  background-color: red;
}

#submisison_year {
  margin-left: auto;
  margin-right: auto;
}

.submission_year_row td {
  padding-left: 10px;
  padding-right: 10px;
}

#submission_header > li > select {
  max-width: 150px;
}

.memlabel {
  padding-left: 15px;
}

#submit_user {
  height: 30px;
  width: 150px;
  color: black;
  -moz-box-shadow: inset 0px 0px 1px #BEBEBE;
  -webkit-box-shadow: inset 0px 0px 1px #BEBEBE;
  box-shadow: inset 0px 0px 1px #BEBEBE;
}

.staff_comment {
  width: 100%;
}
