@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin:0;
	padding:0;
}

/** Layout **/
.wrapper {
	width: 100%;
	min-width: 960px;
	background: #fff;
}
.header {
	background: #000;
	padding: 0px 0px;
	float: left;
	width: 100%;
	height: 125px;
/* 	position: fixed; */
}
.sitename {
	float: left;
	margin: 5px 0 10px 20px;
	max-width: 50%;
	width: 50%;
	height: 85px;
}
.flash {
	float: left;
	animation: blinker 1s linear 3;
	margin: 40px 0 0 25px;
}
@keyframes blinker {
	50% {
		opacity: 0;
	}
}
.menu {
	float: left;
	padding: 0;
	clear: both;
	width: 100%;
	background-color: #003;
}
.fixed-menu {
	position: fixed;
	z-index: 999;
}
html {
  scroll-behavior: smooth;
}
.content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 0px 20px 40px 20px;
	overflow: hidden;
}
.footer {
	background: #fff;
	clear: both;
	padding: 0 0 0 10px;
	text-align: left;
	bottom:0;
	height: 20px;
}

/** General Style Info **/
body {
	background: #fff;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	line-height: 130%;
	font-size: 10pt;
}
a {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #367889;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
	font-family: helvetica, arial, sans-serif;
}
h1 {
	color: #555;
	font-size: 100%;
}
.header h1 {
	margin: 10px 0 0 0;
	padding: 20px 0 0 15px;
	display: inline;
	font-size: 20pt;
	position: absolute;
}
.header h1 a {
	color: #bbb;
	font-weight: normal;
	text-decoration: none;
}
.header h1 a:hover {
	color: #367889;
	background: #000;
	text-decoration: none;
}
h2 {
/*	background:#fff;*/
	color: #555;
	font-size: 190%;
}
h3 {
	color: #555;
	font-size: 175%;
	margin-top: 40px;
	font-weight: normal;
}
.title {
	margin-top: 0px;
}
h4 {
	color: #777;
	font-size: 120%;
	font-weight: bold;
	display: inline;
}
h4 a {
	color: #333;
	font-weight: normal;
}
h5 {
	color: #333;
	font-size: 95%;
	font-weight: normal;
}
h5.budget {
	font-size: 130%;
	font-weight: bold;
}
.menu h5 {
	color: #ccc;
	font-size: 80%;
	font-weight: normal;
}
.menu h5 a {
	color: #ccc;
}
h5.menu a:hover {
	color: #2c6877;
	font-weight: bold;
}
h5 a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
h5.submenu {
	margin-top: 5px;
	color: #333;
}
h5.submenu a {
	border: 1px solid #aaa;
	padding: 3px 10px 3px 10px;
	background: #fff;
}
h5.submenu a:hover {
	color: #fff;
	background: #000;
}
h5.role {
	color: #555;
	font-size: 80%;
	font-weight: normal;
	margin-top: 10px;
}
h5.footer {
	color: #aaa;
}
h5.title {
	margin-top: 20px;
}
ul, li {
	margin: 0 12px;
}

p {
	margin: 0 0 1em 0;
}

/** containers **/
.textbox {
    margin: 20px 0 20px 0;
    max-width: 800px;
}
div.form,
div.index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}
div.login {
	float: right;
	width: 25%;
	text-align: right;
	padding: 15px 20px;
	margin-bottom: 10px;
}
div.userlogin {
	padding: 15px 20px;
	margin: 10px 20px 10px 90px;
	border-left: 5px solid #000;
}
.songcontainer {
	margin: 0px;
	padding: 0px !important;
	width: 100%;
	border: 0px;
	clear:both;
}
.main {
	text-align: left;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	/** width: 75%; **/
	height: auto;
	overflow: hidden;
}
.smallmain {
	text-align: left;
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
}
.listactions {
	text-align: right;
	margin: 5px 0px;
	float: right;
	border: 0;
	/** width: 25%; **/
}
.smalllistactions {
	text-align: right;
	margin: 0;
	float: right;
	border: 0;
	padding: 0;
}
.songnotes {
	color: #222;
	font-size: 10px;
	float: left;
	background: none !important;
	border: 0px;
	font-style: normal;
	padding: 0;
	margin: 0 0 0 25px;
	font-weight: normal;
	clear: left;
	text-shadow: none;
}
.tasknotes {
	color: #222;
	font-size: 10px;
	float: left;
	background: none !important;
	border: 0px;
	font-style: normal;
	padding: 5px 0 0;
	margin: 0 0 0 30px;
	font-weight: normal;
	clear: left;
	text-shadow: none;
}
.movebtn {
	border: 0;
	background-color: transparent;
	width: 160px;
	height: 40px;
	cursor: pointer;
}
.movebtn:hover {
	background-color: #f1f1f1;
}

/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
.search {
	border: 1px solid grey;
	border-radius: 10px;
	padding: 10pt;
	width: 800px;
}
.searchbox {
	border: none;
	margin: 0 50px 0 0 !important;
	padding: 0 !important;
	clear: none;
	max-width: 350px;
	float: left;

}
table tr:nth-child(even) {
	background: #f9f9f9;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table tr.inactive-musician {
	background: #eee;
}
table tr.absent-musician {
	background: #FCC1C1;
}
table tr.substitute-musician {
	background: #BAF2CC;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
table.roles {
	width: auto;
}
td.roles {
	width: auto;
	vertical-align: top;
	padding: 10px;
}

tr.highlight:hover {
	background: #fff;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #fff, #dedede);
	background-image: -ms-linear-gradient(top, #fff, #dedede);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
	background-image: -webkit-linear-gradient(top, #fff, #dedede);
	background-image: -o-linear-gradient(top, #fff, #dedede);
	background-image: linear-gradient(top, #fff, #dedede);
}
tr.highlight:nth-child(even):hover {
	background: #fff;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #fff, #dedede);
	background-image: -ms-linear-gradient(top, #fff, #dedede);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
	background-image: -webkit-linear-gradient(top, #fff, #dedede);
	background-image: -o-linear-gradient(top, #fff, #dedede);
	background-image: linear-gradient(top, #fff, #dedede);
}

tr.layout {
	background: #fff;
}
tr.layout:nth-child(even) {
	background: #fff;
}
tr.layout:hover {
	background: #fff;
}
tr.permissions {
	vertical-align: bottom;
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 10em;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	margin: 0px 20px 20px 0px;
	padding: 0;
	width: 95%;
	border: 1px solid #5f6975;
	border-radius: 10px;
	padding: 10px;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 0em;
	padding: .3em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
form div.noclear {
	display: inline !important;
}
label {
	display: block;
	font-size: 90%;
	margin-bottom:3px;
}
label.normal {
	font-size: 100%;
	margin-bottom:0px;
}

input, textarea {
	clear: both;
	font-size: 100%;
	padding: 3px;
	width:98%;
}
.media input {
	width: 92%;
}
input.nostyle {
    clear: both;
    font-size: 100%;
    padding: 3px;
    margin: 5px;
    width: auto;
}
.nostyle.multi {
	width: 250px;
	background: none;
	text-align: left;
	border-radius: 10px;
	padding: 5px;
}
.nostyle.multi.narrow {
	width: 120px;
}
.nostyle.multi:hover {
	background: #eee;;
}
textarea.chord {
	font-size: 11pt;
	font-family: monospace;
    width: 950px;
}
textarea.lyrics {
	font-size: 22pt;
	font-family: arial;
    width: 950px;
}

select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
select.clonedd {
	background: #5f6975;
	margin: 0;
    padding: 4px 8px;
	font-size: 6pt;
	font-weight: bold;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	text-decoration: none;
	text-transform:uppercase;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: auto;
	font-family: "Open Sans", helvetica, arial, sans-serif;
	text-shadow: none;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}

a.toplink {
	display: block;
	float: left;
	font-size: 60%;
	width: 25px;
	height: 13px;
	padding: 2px;
	font-weight:normal;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 30px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
input[type=submit].pressed {
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;

}
div.songactions {
	width: 84px;
	text-align: center;
}

/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

/* Buttons and button links */
.actions ul li a:hover,
.actions a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}

.plain {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	color: #000;
	list-style: none;
}
.song {
	background: #eeeeee;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #eeeeee, #B9C2C7);
	background-image: -ms-linear-gradient(top, #eeeeee, #B9C2C7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#B9C2C7));
	background-image: -webkit-linear-gradient(top, #eeeeee, #B9C2C7);
	background-image: -o-linear-gradient(top, #eeeeee, #B9C2C7);
	background-image: linear-gradient(top, #eeeeee, #B9C2C7);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 1);
	margin: 0px 15px 5px 40px;
	padding: 5px 5px;
	color: #000000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	list-style: none;
	overflow: auto;
	font-size: 90%;
}
.song:hover {
	background: #fff;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #fff, #eef);
	background-image: -ms-linear-gradient(top, #fff, #eef);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eef));
	background-image: -webkit-linear-gradient(top, #fff, #eef);
	background-image: -o-linear-gradient(top, #fff, #eef);
	background-image: linear-gradient(top, #fff, #eef);
}
.songheader {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #FFFB9D);
	background-image: -ms-linear-gradient(top, #ffcc00, #FFFB9D);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#FFFB9D));
	background-image: -webkit-linear-gradient(top, #ffcc00, #FFFB9D);
	background-image: -o-linear-gradient(top, #ffcc00, #FFFB9D);
	background-image: linear-gradient(top, #ffcc00, #FFFB9D);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 2px solid rgba(0, 0, 0, 1);
	margin-top: 18px;
	margin-bottom: 8px;
	padding: 5px;
	color: #000000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	list-style: none;
	height: 40px;
	font-weight: bold;
	font-size: 90%;
}
.songheader:hover {
	background: #fff;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #FFFB9D, #ffcc00);
	background-image: -ms-linear-gradient(top, #FFFB9D, #ffcc00);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFB9D), to(#ffcc00));
	background-image: -webkit-linear-gradient(top, #FFFB9D, #ffcc00);
	background-image: -o-linear-gradient(top, #FFFB9D, #ffcc00);
	background-image: linear-gradient(top, #FFFB9D, #ffcc00);
}
.hidden {
	background: lightsteelblue !important;
}
.group {
	background: #eeeeee;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #eeeeee, #B9C2C7);
	background-image: -ms-linear-gradient(top, #eeeeee, #B9C2C7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#B9C2C7));
	background-image: -webkit-linear-gradient(top, #eeeeee, #B9C2C7);
	background-image: -o-linear-gradient(top, #eeeeee, #B9C2C7);
	background-image: linear-gradient(top, #eeeeee, #B9C2C7);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 1);
	margin-bottom: 5px;
	padding: 5px;
	color: #000000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	list-style: none;
	font-size: 90%;
	height: 50px;
}
.group:hover {
	background: #fff;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #fff, #eef);
	background-image: -ms-linear-gradient(top, #fff, #eef);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eef));
	background-image: -webkit-linear-gradient(top, #fff, #eef);
	background-image: -o-linear-gradient(top, #fff, #eef);
	background-image: linear-gradient(top, #fff, #eef);
}
.absence {
	background: #FCC1C1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #FCC1C1, #FC6565);
	background-image: -ms-linear-gradient(top, #FCC1C1, #FC6565);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FCC1C1), to(#FC6565));
	background-image: -webkit-linear-gradient(top, #FCC1C1, #FC6565);
	background-image: -o-linear-gradient(top, #FCC1C1, #FC6565);
	background-image: linear-gradient(top, #FCC1C1, #FC6565);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 1);
	margin-bottom: 5px;
	padding: 5px 5px;
	color: #000000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	list-style: none;
	overflow: auto;
	font-size: 90%;
}
.absence a {
	color: #f00;
}
.inactive a {
	color: #aaa;
}
.absence:hover {
	background: #FCC1C1;
}
.rehearsal-absence {
	background: #FFFF00;
	background-repeat: repeat-x;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 1);
	margin-bottom: 5px;
	padding: 5px 5px;
	color: #000000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	list-style: none;
	min-height: 30px;
	overflow: auto;
	font-size: 90%;
}

.noshow {
	background: #999999;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #999999, #555555);
	background-image: -ms-linear-gradient(top, #999999, #555555);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#555555));
	background-image: -webkit-linear-gradient(top, #999999, #555555);
	background-image: -o-linear-gradient(top, #999999, #555555);
	background-image: linear-gradient(top, #999999, #555555);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 1);
	margin-bottom: 5px;
	padding: 5px 5px;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	list-style: none;
	min-height: 30px;
	overflow: auto;
}
.noshow a {
	color: #ddd;
}
.substitution {
	background: #BAF2CC;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #BAF2CC, #61F28F);
	background-image: -ms-linear-gradient(top, #BAF2CC, #61F28F);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BAF2CC), to(#61F28F));
	background-image: -webkit-linear-gradient(top, #BAF2CC, #61F28F);
	background-image: -o-linear-gradient(top, #BAF2CC, #61F28F);
	background-image: linear-gradient(top, #BAF2CC, #61F28F);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 1);
	margin-bottom: 5px;
	padding: 5px 5px;
	color: #000000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	list-style: none;
	min-height: 30px;
	overflow: hidden;
}
.inactive {
	background: #eeeeee;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
	background-image: -ms-linear-gradient(top, #eeeeee, #ffffff);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
	background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
	background-image: linear-gradient(top, #eeeeee, #ffffff);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 1);
	margin-bottom: 5px;
	padding: 5px 5px;
	color: #AAA;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	list-style: none;
	min-height: 30px;
	overflow: auto;
}
.duplicate {
	background: #6BCDFF;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #6BCDFF, #ffffff);
	background-image: -ms-linear-gradient(top, #6BCDFF, #ffffff);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6BCDFF), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #6BCDFF, #ffffff);
	background-image: -o-linear-gradient(top, #6BCDFF, #ffffff);
	background-image: linear-gradient(top, #6BCDFF, #ffffff);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 1);
	margin-bottom: 5px;
	padding: 5px 5px;
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	list-style: none;
	min-height: 30px;
}
.duplicate:hover {
	background: #fff;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #fff, #eef);
	background-image: -ms-linear-gradient(top, #fff, #eef);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eef));
	background-image: -webkit-linear-gradient(top, #fff, #eef);
	background-image: -o-linear-gradient(top, #fff, #eef);
	background-image: linear-gradient(top, #fff, #eef);
}
.instrument {
	background: #eeeeee;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #eeeeee, #B9C2C7);
	background-image: -ms-linear-gradient(top, #eeeeee, #B9C2C7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#B9C2C7));
	background-image: -webkit-linear-gradient(top, #eeeeee, #B9C2C7);
	background-image: -o-linear-gradient(top, #eeeeee, #B9C2C7);
	background-image: linear-gradient(top, #eeeeee, #B9C2C7);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 1);
	margin-bottom: 5px;
	margin-left: 30px;
	padding: 7px 14px;
	color: #000000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	list-style: none;
	min-height: 20px;
	font-size: 90%;
}
.bulletin {
	background: #fff;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -ms-linear-gradient(top, #fff, #ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fff, #ddd);
	background-image: -o-linear-gradient(top, #fff, #ddd);
	background-image: linear-gradient(top, #fff, #ddd);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 1);
	margin-bottom: 5px;
	margin-left: 30px;
	padding: 7px 14px;
	color: #000000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	list-style: none;
	min-height: 20px;
}
.instrument:hover {
	background: #fff;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #fff, #eef);
	background-image: -ms-linear-gradient(top, #fff, #eef);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eef));
	background-image: -webkit-linear-gradient(top, #fff, #eef);
	background-image: -o-linear-gradient(top, #fff, #eef);
	background-image: linear-gradient(top, #fff, #eef);
}
.songtable {
	margin-bottom: 0px;
}

.songinfo {
	margin-bottom: 0px;
	border: 0px;
	padding: 0px;
}

.songactions {
    margin-bottom: 0px;
	border: 0px;
	padding: 0px;
	text-align: right;
}

.audioplayer {
	margin-left:auto;
	margin-right:0;
	width:290px;
}

.part {
	border: 1px solid #ddd;
	background: #f9f9f9;
	padding: 10px;
}

.partlist {
	padding: 10px 0 0 0;
}
.budget {
	background: none;
	border: 0;
	margin: 5px 0 0 0;
	padding: 0;
	color: #000000;
    min-height: 40px;
	list-style: none;
	font-size: 100%;
    border-bottom: 1px solid #eee;
}
.budget:hover {
	background: #fff;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #fff, #eef);
	background-image: -ms-linear-gradient(top, #fff, #eef);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eef));
	background-image: -webkit-linear-gradient(top, #fff, #eef);
	background-image: -o-linear-gradient(top, #fff, #eef);
	background-image: linear-gradient(top, #fff, #eef);
}

#loading { display:none; }

.smallsong {
	background: #91ACB3;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #91ACB3, #eeeeee);
	background-image: -ms-linear-gradient(top, #91ACB3, #eeeeee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#91ACB3), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #91ACB3, #eeeeee);
	background-image: -o-linear-gradient(top, #91ACB3, #eeeeee);
	background-image: linear-gradient(top, #91ACB3, #eeeeee);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 2px 2px;
	color: #000000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	list-style: none;
	margin-left: 10px;
	margin-right: -5px;
	font-size: 80%;
}
.smallsong:hover {
	background: #fff;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #fff, #eef);
	background-image: -ms-linear-gradient(top, #fff, #eef);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eef));
	background-image: -webkit-linear-gradient(top, #fff, #eef);
	background-image: -o-linear-gradient(top, #fff, #eef);
	background-image: linear-gradient(top, #fff, #eef);
}
.smallheader {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #FFFB9D);
	background-image: -ms-linear-gradient(top, #ffcc00, #FFFB9D);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#FFFB9D));
	background-image: -webkit-linear-gradient(top, #ffcc00, #FFFB9D);
	background-image: -o-linear-gradient(top, #ffcc00, #FFFB9D);
	background-image: linear-gradient(top, #ffcc00, #FFFB9D);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 1);
	margin-top: 8px;
	margin-bottom: 4px;
	padding: 2px 2px;
	color: #000000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	list-style: none;
	margin-left: -10px;
	margin-right: -5px;
	font-size: 70%;
	height: 14px;
	font-weight: bold;
}
.smallheader:hover {
	background: #fff;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #fff, #eef);
	background-image: -ms-linear-gradient(top, #fff, #eef);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eef));
	background-image: -webkit-linear-gradient(top, #fff, #eef);
	background-image: -o-linear-gradient(top, #fff, #eef);
	background-image: linear-gradient(top, #fff, #eef);
}
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    font-size: 70%;
    cursor: default;
}

div.songplan {
	position: absolute;
	width: 200px;
	right: 10px;
	height: auto;
	padding: 5px;
	border: 2px solid #2266AA;
	background-image: url('/img/black.png');
	z-index: 100;
}

#dhtmltooltip {
	position: absolute;
	text-align: center;
	font-size: 10px;
	font-weight: normal;;
	line-height: 15px;
	color: #333;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 3px;
	background-color: #eee;
	visibility: hidden;
	z-index: 101;
}

.dropbox {
	background: #eeeeee;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #eeeeee, #B9C2C7);
	background-image: -ms-linear-gradient(top, #eeeeee, #B9C2C7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#B9C2C7));
	background-image: -webkit-linear-gradient(top, #eeeeee, #B9C2C7);
	background-image: -o-linear-gradient(top, #eeeeee, #B9C2C7);
	background-image: linear-gradient(top, #eeeeee, #B9C2C7);
}

/* Service Order Styles */
.serviceplans {
    clear: none !important;
    float: left;
}
.serviceorder {
	margin-bottom: 0;
}
.soheader1 {
	background: #CDCDCD;
	border: 0px solid #000;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.soheader2 {
	background: #B8B8E2;
	border: 0px solid #000;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.sonormal1 {
	background: #E3E3F3;
	border-bottom: 1px dotted #C9C9E2;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.sonormal1-last {
	background: #E3E3F3;
	border-bottom: 0px dotted #C9C9E2;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.sonormal2 {
	background: #FFFFFF;
	border-bottom: 1px dotted #eee;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.sonormal2-last {
	background: #FFFFFF;
	border-bottom: 0px dotted #eee;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
table tr.soheader1:nth-child(even) {
	background: #CDCDCD;
	border: none;
	padding: 0px;
}
table tr.soheader1:nth-child(odd) {
	background: #CDCDCD;
	border: none;
	padding: 0px;
}
table tr.soheader2:nth-child(even) {
	background: #B8B8E2;
	border: none;
	padding: 0px;
}
table tr.soheader2:nth-child(odd) {
	background: #B8B8E2;
	border: none;
	padding: 0px;
}
table tr.sonormal1:nth-child(even) {
	background: #E3E3F3;
	padding: 0px;
}
table tr.sonormal1:nth-child(odd) {
	background: #E3E3F3;
	padding: 0px;
}
table tr.sonormal2:nth-child(even) {
	background: #FFFFFF;
	padding: 0px;
}
table tr.sonormal2:nth-child(odd) {
	background: #FFFFFF;
	padding: 0px;
}
td.noborder {
	border: none;
	padding: 0px;
}
td.soheader1 {
	padding: 3px;
	border: none;
	vertical-align: middle;
	font-size: 90%;
	text-transform:uppercase;
}
td.soheader2 {
	padding: 3px;
	border: none;
	vertical-align: middle;
	font-size: 90%;
	text-transform: uppercase;
}
td.sonormal1-spacer {
	padding: 0px;
	line-height: 10px;
	background: #E3E3F3;
}
td.sonormal2-spacer {
	padding: 0px;
	line-height: 10px;
	background: #FFFFFF;
}
td.sonormal1 {
	padding: 2px 10px 2px 10px;
	border: none;
	border-bottom: 1px solid #eeeee2;
	vertical-align: top;
}
td.sonormal2 {
	padding: 2px 10px 2px 10px;
	border: none;
	border-bottom: 1px solid #eee;
	vertical-align: top;
}
td.sonormal1-notes {
	padding: 2px 10px 6px 10px;
	border: none;
	border-bottom: 1px solid #eeeee2;
	vertical-align: top;
	line-height: 130%;
	background: #E3E3F3;
}
td.sonormal2-notes {
	padding: 2px 10px 6px 10px;
	border: none;
	border-bottom: 1px solid #eee;
	vertical-align: top;
	line-height: 130%;
	background: #FFFFFF;
}
table.so {
	border-collapse: collapse;
	line-height: 140%;
	width: 100%;
	color: #000;
	font-family: Lato, times;
	font-size: 12pt;
}
td.serviceorder {
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	border: none;
	font-size: 80%;
}
td.serviceorder-bottom {
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 0px;
	border: none;
	line-height: 10px;
}
div.plan {
	background: #fff;
	clear: both;
	color: #333;
	padding: 0px 10px 0px 10px;
	overflow: auto;
}
body.plan {
	background: #fff;
	font-family: Lato, times;
}
h3.plan {
	font-size: 170%;
	font-family: Lato, times;
	font-weight: bold;
}
h4.plan {
	font-size: 180%;
	font-family: Lato, times;
    padding: 10px 0 0 0;
    margin: 0;
    display: block;
}
h5.plan {
	font-size: 120%;
	font-style: italic;
	padding: 5px 0 0 0;
    margin: 0;
	font-family: Lato, times;
    display: block;
}
h5.plan-date {
	font-size: 80%;
	font-family: Lato, times;
    display: block;
    padding: 8px 0 0 0;
    margin: 0;
}
h5.plan-notes {
	display: block;
	margin: 4pt 0 0 0;
	font-size: 90%;
	font-family: Lato, times;
}
td.personalize {
	vertical-align: bottom;
}
h3.front {
	font-size: 140%;
	padding-top: 20px;
	font-variant:small-caps;
}
.cke_contents {
	height: 500px !important;
}
table.nospace {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
tr.nospace {
	vertical-align: bottom;
}
td.nospace {
	vertical-align: bottom;
	border-bottom: 2px solid;
	height: 50px;
}
div.absent {
	color: #f00;
}
div.rehearsal {
	color: #0ff;
}

a.sets {
	font-weight: normal;
	text-decoration: none;
}
.dontsplit {
	border: 2px solid #999;
	page-break-inside: avoid;
	padding: 20px;
}
.serviceheader {
	clear: both;
	height: auto;
	margin-top: -35px;
	width: 80%;
}
.serviceheader:after {
	content: '';
    display: block;
    clear: both;
}
.serviceimage {
	float: left;
	margin: 35px 20px 0 0;
}
.servicedetails {
	float: left;
}
.outline {
    margin: 20px 0;
    padding: 10px;
    border: 1px solid black;
	border-radius: 10px;
	width: 95%;
}
.controls {
	clear: both;
	margin: 0px 0px 20px 0px;
	width: 95%;
	border: 1px solid #5f6975;
	border-radius: 10px;
	padding: 10px;
	float: left;
}
.drag {
	width: 220pt;
	height: 18px;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	background: #ccc;
	border: 1px solid #4b545f;
	border-radius: 4px;
	text-align: center;
	float: left;
}
.hide {
	font-size: 6pt;
	text-decoration: none;
	font-weight: normal;
	line-height: 50%;
}
.hidediv {
	clear: both;
	width: 260pt;
	height: 40px;
}


/* Buttons */
input[type=submit],
.button {
	background: #5f6975;
	margin: 0;
    padding: 4px 8px !important;
	font-size: 7pt;
	font-weight: bold;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	text-decoration: none;
	text-transform:uppercase;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: auto;
	font-family: "Open Sans", helvetica, arial, sans-serif;
	text-shadow: none;
	line-height: 15px;
}
input[type=submit]:hover,
.button:hover {
    background: #4b545f;
    border: solid 1px #2A4E77;
	color: #fff !important;
}
input[type=submit] {
/* 	font-size: 87%; */
	padding: 3px 8px 3px 8px;
}

.collapse {
	position: relative;
	top: 2px;
	margin-right: 5px;
	width: 14px;
	height: 14px;
}
.yellow {
	background: #ffcc00;
	color: #333 !important;
}
.blue {
	background: #B9C2C7;
	color: #333 !important;
}
.red {
	background: #f00;
	color: #fff !important;
}
.white {
	background: #eee;
	color: #aaa !important;
}
.standard {
	background: #5f6975;
	color: #fff !important;
}
.small {
	padding: 4px 8px !important;
	display: inline-block;
	line-height: 15px;
	vertical-align: middle;
}
.large {
	font-size: 8pt !important;
}
.pressed {
    background: #2E5481 !important;
    border: solid 1px #203E5F !important;
	color: #fff !important;
	text-shadow: none !important;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
}
.disabled {
	background: #ccc !important;
}
.wide {
	width: 115px !important;
	display: inline-block;
}
.half {
	width: 49px !important;
	display: inline-block;
}
.medium {
	width: 80px !important;
	display: inline-block;
}
.smallformat {
	width: 10px;
	height: 10px;
	margin: 1px;
}
a.plain {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
div.setting {
	display: inline-block;
	width: 40px;
}
div.undermenu {
	display: block;
	height: 20px;
}
a.publishcheck {
	font-size: 10px;
	color: #999;
	text-decoration: none;
	display: inline-block;
	margin: 5px 0 5px 20px;
}
a.publishcheck:hover {
	text-decoration: underline;
}
div.share {
	display: inline !important;
	/* float: left !important; */
}
.ui-datepicker-trigger {
	font-family: "Open Sans", helvetica, arial, sans-serif;
	margin: 0;
    padding: 4px 8px;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.album_cover {
	width: 100px;
	border: 0px;
}
.ccli_songs {
	width: 300px;
	border: 0px;
}
.ccli_songs a {
	text-decoration: none;
}
.ccli_buttons {
	width: 100px;
	border: 0px;
}
form.minimal {
	padding: 0;
	margin: 0;
	border: 0;
}
.rehearsal {
	width: 700px;
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.borderless {
	border: 0 !important;
}
.sharelink {
	display: inline-block;
	width: 105%;
	background-color: #BAF2CC;
	margin: -25px 0 25px -20px;
	padding-left: 33px;
}
.sharelinkbad {
	display: inline-block;
	width: 105%;
	background-color: #FCC1C1;
	margin: -25px 0 25px -20px;
	padding-left: 33px;
}
.sharelink:hover {
	background-color: #FCC1C1;
}
.sharelinkbad:hover {
	background-color: #BAF2CC;
}
.sharetext {
	display: block;
	float: left;
	padding: 7px 0;
}
.unshare {
	display: block;
	float: right;
	margin-right: 6%;
	padding: 3px 0;
}
div.contact {
	width: 250px;
	float: left;
	padding: 10px;
	overflow: hidden;
	border: none;
	border-left: 1px solid #aaa;
	height: 175px;
	margin-bottom: 25px;
}
div.sync {
	height: auto;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.fullframe {
	width: 100%;
	clear: both;
	overflow: hidden;
}
.shared {
	float: left;
	min-width: 200px;
	margin-left: 20px;
	width: 15%;
}
.month {
	display: table;
	max-width: 80%;
    width: 80%;
    min-width: 80%;
	float: left;
}
.week {
	clear: both;
	display: table-row;
	width: 100%;
	min-height: 200px;
	height: 200px;
}
.weeklabel {
	clear: both;
	display: table-row;
	width: 100%;
	min-height: 20px;
	height: 20px;
}
.dayblock {
	width: 14%;
	border: 1px solid #000;
	padding: 2px;
	display: table-cell;
}
.past {
	background-color: #999;
}
.today {
    background-color: #cde;
}
.date {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}
.daylabel {
	width: 13%;
	border: 1px solid #000;
	padding: 2px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	display: table-cell;
}
.events {
	padding: 10px 2px 5px 2px;
}
.calendarabsence {
	background-image: linear-gradient(#e35d5b, #e53935);
    display: none;
}
.calendarschedule a,
.calendarschedule {
	font-size: 90%;
	color: #555;
	font-weight: bold;
}
.calendartext a {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}
.calendartext {
	font-size: 80%;
	color: #fff;
	font-weight: normal;
}
.calendarevent {
	padding: 2px;
	margin: 2px 0;
	border: 1px solid gray;
	border-radius: 5px;
}
.calendarplans {
	background-image: linear-gradient(blue, darkblue);
    display: none;
}
.calendarrehearsal {
	background-image: linear-gradient(green, darkgreen);
    display: none;
}
.calendarbirthday {
	background-color: purple;
    display: none;
}
.home {
	clear: both;
}
.alignfix {
	margin-top: 5px !important;
}
.service {
	width: 80%;
	float: left;
}
.problems {
	float: left;
	border: 0 0 0 1px solid #ccc;
	width: 15%;
	background-color: #eee;
	padding: 0 10px 20px 20px;
	margin: 50px 0 0 0;
}
.serviceview {
	width: 100%;
}
.mediathumb {
	height: 75px;
	margin-right: 10px;
}
.servicethumb {
	height: 75px;
}
#preview{
	position:absolute;
	border:3px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	box-shadow: 4px 4px 3px rgba(103, 115, 130, 1);
}
#preview img {
    max-width: 400px;
}
.height {
	width: 30px;
	float: left;
	clear: none;
}
.audiobutton {
	width: 18px;
	height: 18px;
	border: none;
	background: none;
	margin-right: 5px;
}
div.handle {
	background-image: url('/img/handle.png');
	background-color: transparent;
	background-size: 20px 20px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	float:left;
	cursor: grabbing
}
div.popupicon {
	background-image: url('/img/popup.png');
	background-color: transparent;
	background-size: 15px 15px;
    background-repeat: no-repeat;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 0 0 0;
	float:left;
	cursor: pointer;
}
div.emailicon {
	background-image: url('/img/email.png');
	background-size: 20px 20px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	float:left;
	margin: 0 10px 0 0;
	cursor: pointer;
}
div.noemailicon {
	background-image: url('/img/noemail.png');
	background-size: 20px 20px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	float:left;
	margin: 0 10px 0 0;
}
div.smsicon {
	background-image: url('/img/sms.png');
	background-size: 20px 20px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	float:left;
}
div.star {
	background-image: url('/img/star.png');
	background-size: 20px 20px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	float:left;
	margin: 0 10pt 0 0;
}
div.redstar {
	background-image: url('/img/redstar.png');
	background-size: 20px 20px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	float:left;
	margin: 0 10pt 0 0;
}
div.nostar {
	background-image: url('/img/nostar.png');
	background-size: 20px 20px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	float:left;
	margin: 0 10pt 0 0;
}
div.star100 {
	background-image: url('/img/star100.png');
	background-size: 22px 22px;
    background-repeat: no-repeat;
	display: block;
	width: 22px;
	height: 22px;
	float:left;
	margin: 5px 5px 0 0;
}
div.star050 {
	background-image: url('/img/star050.png');
	background-size: 25px 25px;
    background-repeat: no-repeat;
	display: block;
	width: 25px;
	height: 25px;
	float:left;
	margin: 5px 5px 0 0;
}
div.star000 {
	background-image: url('/img/star000.png');
	background-size: 25px 25px;
    background-repeat: no-repeat;
	display: block;
	width: 25px;
	height: 25px;
	float:left;
	margin: 5px 5px 0 0;
}
div.smallstar {
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
	margin: 4px 4px 0 0;
}
div.smallicon {
	background-size: 15px 15px;
	margin: 0 5pt 0 0;
	width: 15px;
	height: 15px;
	clear: unset;
}
div.import {
	background-image: url('/img/import.png');
	background-size: 20px 20px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	float:left;
}
div.export {
	background-image: url('/img/export.png');
	background-size: 20px 20px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	float:left;
}
.add {
	background-image: url('/img/add.png');
	background-color: transparent;
	background-size: 15px 15px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 1px 5px 0 0;
	float:left;
	cursor: pointer;
}
.trash {
	background-image: url('/img/trash.png');
	background-color: transparent;
	background-size: 15px 15px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 1px 5px 0 0;
	float:left;
	cursor: pointer;
}
.pdf {
	background-image: url('/img/pdf.png');
	background-color: transparent;
	background-size: 15px 15px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 1px 5px 0 0;
	float:left;
	cursor: pointer;
}
.edit {
	background-image: url('/img/edit.png');
	background-color: transparent;
	background-size: 15px 15px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 1px 5px 0 0;
	float:left;
	cursor: pointer;
}
.clone {
	background-image: url('/img/clone.png');
	background-color: transparent;
	background-size: 15px 15px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 1px 5px 0 0;
	float:left;
	cursor: pointer;
}
.switch_on {
	background-image: url('/img/on.png');
	background-color: transparent;
	background-size: 15px 15px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 1px 5px 0 0;
	float:left;
	cursor: pointer;
}
.switch_off {
	background-image: url('/img/off.png');
	background-color: transparent;
	background-size: 15px 15px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 1px 5px 0 0;
	float:left;
	cursor: pointer;
}
.team {
	background-image: url('/img/team.png');
    background-color: transparent;
	background-size: 15px 15px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 1px 5px 0 0;
	float:left;
	cursor: pointer;
}
.confirm {
    background-image: url('/img/checkmark.png');
    background-color: transparent;
	background-size: 15px 15px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 1px 5px 0 0;
	float:left;
	cursor: pointer;
}
.red_light {
    background-image: url('/img/red_light.png');
    background-color: transparent;
	background-size: 15px 15px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 1px 5px 0 0;
	float:left;
	cursor: pointer;
}
.green_light {
    background-image: url('/img/green_light.png');
    background-color: transparent;
	background-size: 15px 15px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 1px 5px 0 0;
	float:left;
	cursor: pointer;
}
.pawn {
	background-image: url('/img/pawn.png');
	background-color: transparent;
	background-size: 8px 12px;
    background-repeat: no-repeat;
	display: inline-block;
	width: 8px;
	height: 12px;
	margin: 0 5px;
	cursor: pointer;
}
.clear {
	background-image: url('/img/clear.png');
	background-color: transparent;
	background-size: 12px 12px;
    background-repeat: no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	cursor: pointer;
}
.inserttext {
	background-image: url('/img/inserttext.png');
	background-color: transparent;
	background-size: 15px 15px;
    background-repeat: no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: -2px 10px 0 5px;
	cursor: pointer;
	float: left;
}
.publish {
	background-image: url('/img/publish.png');
	background-color: transparent;
	background-size: 20px 20px;
    background-repeat: no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -2px 10px 0 5px;
	cursor: pointer;
	float: left;
}
.unpublish {
	background-image: url('/img/unpublish.png');
	background-color: transparent;
	background-size: 20px 20px;
    background-repeat: no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -2px 10px 0 5px;
	cursor: pointer;
	float: left;
}
.ics {
	background-image: url('/img/calendar.png');
	background-color: transparent;
	background-size: 15px 15px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 1px 5px 0 0;
	float:left;
	cursor: pointer;
}
.birthday {
	background-image: url('/img/birthday.png');
	background-color: transparent;
	background-size: 15px 15px;
    background-repeat: no-repeat;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
	float:left;
}
.gobutton {
	background-image: url('/img/gobutton.png');
	background-color: transparent;
	background-size: 20px 20px;
    background-repeat: no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -5px 0 0 10px;
	cursor: pointer;
}
.complete {
	background-image: url('/img/checkmark.png');
	background-color: transparent;
	background-size: 15px 15px;
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 1px 5px 0 0;
	float:left;
	cursor: pointer;
}
.dropbtn {
    background-image: url('/img/gear.png');
	background-color: transparent;
	background-size: 15px 15px;
    background-repeat: no-repeat;
	border: 0;
	display: block;
	width: 15px;
	height: 15px;
	margin: 4px 5px 0 0;
	float:left;
    cursor: pointer;
}
.dropadd {
	background-image: url('/img/add.png') !important;
	background-color: transparent;
	background-size: 20px 20px;
    background-repeat: no-repeat;
	border: 0;
	display: block;
	width: 20px;
	height: 20px;
	margin: 4px 5px 0 0;
	float:left;
    cursor: pointer;
}
.dropdown {
    position: relative;
    display: inline-block;
	box-shadow: none !important;
	float: left;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
	margin-left:18px;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
	background-color: #f1f1f1
}
.show {
	display:block;
}
thead.budgetheader {
	background-color: #ddddff;
	height: 75px;
}
thead.budget {
	background-color: #ddd;
}
th.budget {
	border:0;
	height:50px;
	background-color: #ddd;
	padding: 10px;
}
form.budgetselect {
	border:0;
}
td.positive {
	background-color: #7f7;
}
td.negative {
	background-color: #f77;
}
#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}
.popup {
    display: none;
    width: 620px;
    background: #fff;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999;
	-webkit-box-shadow: 0px 0px 20px #999;
	border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.role-inline-edit {
    display: inline;
}
.field-inline-edit {
    display: inline;
}
.fieldvalue-inline-edit {
    display: inline;
}
.sequence-inline-edit {
	display: inline;
}
.length-inline-edit {
	display: inline;
}
.inline-edit {
    display: inline;
}
.text-edit {
    display: inline;
}
.inline-noedit {
    display: inline;
}
.light {
	color: #eee;
    width: 80%;
}
.range {
	display: inline;
}
.warning {
	background: yellow;
}
.confirmed {
    background: #CCFF99;
}
.banner {
    font-size: 9pt;
    font-weight: bolder;
    color: black;
    padding: 5px;
    text-align: center;
    position: absolute;
    z-index: 5;
	width: 100%;
}
.danger {
	background: red;
	color: white;
}
.emailvars {
	border: 1px solid #000;
	padding: 5px;
	width: 175px;
	overflow: hidden;
	margin: 0 0 20px 0;
	min-width: 175px;
	max-width: 175px;
}

/* Stage Plan */
.grid {
	margin: 0;
	padding: 0;
	float: left;
}
.gridscreen {
	width: 12px;
	height: 12px;
	border: 0;
}
.gridprint {
	width: 14px;
	height: 14px;
	border: 0;
}
.nostagescreen {
	width: 10px;
	height: 10px;
	border: 1px dotted #f5f5f5;
}
.nostageprint {
	width: 14px;
	height: 14px;
	border: none;
}

.column {
	clear: both;
}
.stage {
	border: 2px solid #000;
	background-color: #fff;
	color: black;
	text-align: center;
	border-radius: 5px;
	font-family: helvetica, arial, Lato;
	margin: -1px 0 12px -1px;
	padding: 5px 0 0 0;
	cursor: move;
	overflow: hidden;
}
.stagescreen {
	width:  78px;
	height: 28px;
	font-size: 7pt;
	line-height: 140%;
}
.stageprint {
	width:  93px;
	height: 33px;
	font-size: 9pt;
	line-height: 120%;
}

/* STAGE PROPS */
.prop1 {
	background-color: #000;
	color: white;
	font-family: helvetica, arial, Lato;
	margin: -1px 0 7px -1px;
	padding: 2px 0;
	cursor: move;
	text-align: center;
}
.prop1screen {
	width: 36px;
	height: 14px;
	font-size: 7pt;
}
.prop1print {
	width: 44px;
	height: 17px;
	font-size: 9pt;
}
.prop2 {
	background-color: yellow;
	color: black;
	font-family: helvetica, arial, Lato;
	padding: 5px;
	cursor: move;
	border: 1px solid #000;
	border-radius: 18px;
	text-align: center;
	margin: -1px 0 8px -1px;
}
.prop2screen {
	width: 18px;
	height: 18px;
	font-size: 12pt;
}
.prop2print {
	width: 22px;
	height: 22px;
	font-size: 14pt;
	padding-top: 10px;
}
.prop3 {
	background-color: red;
	color: white;
	font-family: helvetica, arial, Lato;
	padding: 5px;
	cursor: move;
	border: 1px solid #000;
	border-radius: 0;
	text-align: center;
	margin: -1px 0 8px -1px;
}
.prop3screen {
	width: 18px;
	height: 18px;
	font-size: 12pt;
}
.prop3print {
	width: 22px;
	height: 22px;
	font-size: 14pt;
	padding-top: 10px;
}
.prop4 {
	background-color: none;
	color: black;
	font-family: helvetica, arial, Lato;
	padding: 0;
	cursor: move;
	border: 0;
	border-radius: 0;
	text-align: center;
	margin: -1px 0 8px -1px;
}
.prop4screen {
	width: 18px;
	height: 18px;
	font-size: 10pt;
}
.prop4print {
	width: 32px;
	height: 22px;
	font-size: 12pt;
	padding-top: 10px;
}

.spgrid {
	float: left;
	margin: 0 12px 0 1px;
	clear: both;
	overflow: hidden;
}
.spgridscreen {
	min-width: 1080px;
	overflow: hidden;
}
.spgridprint {
	min-width: 1260px;
	overflow: hidden;
}
.stageplan a {
	text-decoration: none;
}
h3.stageplan,
h4.stageplan {
	margin: 0 0 5pt 0 !important;
	font-family: helvetica, arial, Lato;
    width: 800px;
}
.stagelist {
	list-style: none;
	border-bottom: 1px solid #eee;
	margin: 25px 0 0 0;
	padding: 0 0 25px 0;
}
.stagelayout {
	margin: 0 25px 0 25px;
	border: 0;
}

/* SERVICE ORDER DROP DOWN COLORS */
.orderdd {

}
.ddso {
	background: none !important;
	border: 0 !important;
}
.keyselect {
	display: inline-block;
}

/* Pop Up Box */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.proppopup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}
.proppopup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.proppopup .close:hover {
  color: #06D85F;
}

/* Confirmation Slidebox */
 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}


input:checked + .slider {
  background-color: green;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.slidetext {
	margin-left:60px;
	width:200px;
}
.slideyes {
	color: green;
}
.slideno {
	color: gray;
}

/* Service Image */
.service-image {
	border: 1px solid #000;
	box-shadow: 3px 3px 10px #bdbdbd;
}

/* Time Icon */
time.icon {
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  border-radius: 0.6em;
  box-shadow: 3px 3px 10px #bdbdbd;
  border: 1px solid #bdbdbd;
  overflow: hidden;
  float: left;
  margin: 0 20px 10px 0;
}
time.icon * {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
time.icon strong {
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: darkblue;
  border-bottom: 1px dashed #gray;
  box-shadow: 0 2px 0 #darkgray;
}
time.icon em {
  position: absolute;
  bottom: 0.3em;
  color: darkblue;
}
time.icon span {
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 46px;
  color: #2f2f2f;
}

.pnote {
  font-size: 8pt;
  color: lightgray;
}

.childsongfull {
    display: none;
}
.songparent {
    color: #333;
	text-decoration: underline;
}
.songchild {
}
.noplayer{
    float:left;
    margin-right:5px;
    min-width:23px;
    width:23px;
    max-width:23px;
}
.shortlist {
    background-color: #fff !important;
}

/* Piano Keyboard */
#piano {
    height: 150px;
    width: 650px;
    padding: 1%;
    flex-flow: column;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 4;
}

#keys-container {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 8;
    justify-content: center;
}
.key {
    flex: 1;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    font-size: 7pt;
    text-align: center;
    cursor: pointer;
}
.whitekey {
    justify-content: center;
    background-color: white;
    border: 1px solid black;
    border-right: 0;
    color: black;
}
.blackkey {
    justify-content: center;
    position: relative;
    height: 55%;
    background-color: black;
    color: white;
    width: 7%;
    margin: 0 -4%;
    border: 1px solid white;
}
.lastkey {
    border-right: 1px solid black !important;
}
.usedwk {
    background-color: #aaa;
}
.usedbk {
    background-color: #555;
}
.partgrid {
    font-size: 8pt;
}
.blank {
    font-size: 6pt;
    color: #aaa;
}
.scripture {
	display: inline;
	padding: 4px 5px 2px 5px;
	background-color: lightblue;
	margin: -3px 5px 0 0;
	border-radius: 5px;
}
.circle {
	font-size: 6pt;
	font-weight: bolder;
	color: white;
	background-color: darkblue;
	padding: 3pt 4pt;
	border-radius: 10pt;
	text-decoration: none;
	cursor: pointer;
}
#dropzone {
    height: 200px;
    width:  200px;
    border: 10px dashed #0c0;
    background-color: lightgray;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}
