body {
	font: normal 12px arial, helvetica, sans-serif;
	background:none;
	color:black;
	margin:20px;
	text-align:left;
}
a{
    color:blue;
}
.message{
	color:black;
}
h1, h2, h3{
	color:black;
	text-shadow: none;
}
.fcLabel{
    background-color:#ededf0;
}
.fcNum{
    background-color:#ededf0;
    color:black;
}
.fcEvent{
    border:1px solid #4e4e4f;
    height:70px;
    vertical-align:top;
    font-size:9px;
    background-color:white;
    color:black;
}
.gray{
    color: #606060;
}
th{
    text-align: left;
    font-size:12px;
    font-weight:bold;
}
.subtitle2, .subtitle{
    font-size:26px;
    font-weight:bold;
    background:none;
    text-align:left;
    padding:0; margin:0;
    margin-bottom:20px;
    color:black;
    text-shadow:none;
}
.bold{
    font-weight: bold;
}
.center{
    text-align: center;
}
.pad3{
    padding:3px;
}
img {
    max-width:100%;
}

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

    .pageBreak	{ display: block; page-break-before: always; }
}

a.bigBtn{
    background-color: white !important;
    color: dimgrey !important;
    cursor:pointer;
    border-radius: 15px;
    border:1px solid dimgrey !important;
    padding:4px 15px;
    font-size:14px;
    line-height:25px;
    text-decoration: none;
}

a.bigBtn:hover {
    background-color: dimgrey !important;
    color: white !important;
    border:1px solid dimgrey !important;
    font-size:14px;
    text-decoration:none;
}

.mediaBox{
    display:none;
}

#photoScreen {
    position: fixed;
    z-index: 1500;
    background-color:rgba(0,0,0,0.4);
    width:100%; height:5000px;
    display: none;
    top:0;
    left:0;
}

#pleaseWaitBox {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 125px;
    width: 300px;
    height: 125px;
    color:white;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 20px black;
    -webkit-box-shadow: 0 0 20px black;
    box-shadow: 0 0 20px black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=0, Color=\'#7f7f7f\')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=0, Color=\' #7f7f7f\');
}

#pleaseWaitBox h2{
    color:white;
    text-align:center;
    padding-top:15px;
    font-weight:normal;
}

#loaderAnimation{
    height:70px;
}

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

