﻿.lightBlue
{
    color:#35cbec;
}
.lightPink
{
    color:#ff76a2;
}

.darkPink
{
    color:#dd0084;
}

.lightGreen
{
    color:#00f1a6;
}

/*.ifButton
{
    font-size:20px !important;
    line-height:20px !important;
}*/

.spacer1
{
    height:1px !important;
    margin: 0;
    clear: both;
    font-size: 1%;
}
.spacer2
{
    height:2px !important;
    margin: 0;
    clear: both;
    font-size: 1%;
}
.spacer3
{
    height:3px !important;
    margin: 0;
    clear: both;
    font-size: 1%;
}
.spacer4
{
    height:4px !important;
    margin: 0;
    clear: both;
    font-size: 1%;
}

.spacer5
{
    height:5px !important;
    margin: 0;
    clear: both;
    font-size: 1%;
}

.spacer10
{
    height:10px !important;
    margin: 0;
    clear: both;
    font-size: 1%;
}

.spacer20
{
    height:20px !important;
    margin: 0;
    clear: both;
    font-size: 1%;
}

.spacer25
{
    height:25px !important;
    margin: 0;
    clear: both;
    font-size: 1%;
}

.spacer30
{
    height:30px !important;
    margin: 0;
    clear: both;
    font-size: 1%;
}

.spacer40
{
    height:40px !important;
    margin: 0;
    clear: both;
    font-size: 1%;
}

.spacer50
{
    height:50px !important;
    margin: 0;
    clear: both;
    font-size: 1%;
}

.spacer60
{
    height:60px !important;
    margin: 0;
    clear: both;
    font-size: 1%;
}

.spacer70
{
    height:70px !important;
    margin: 0;
    clear: both;
    font-size: 1%;
}

.spacer80
{
    height:80px !important;
    margin: 0;
    clear: both;
    font-size: 1%;
}

.bold
{
    font-weight:bold;
}

.black
{
    color:Black;
}

.hide
{
    display:none;
}

.hideImportant
{
    display:none !important;
}

.noOutline
{
  outline: none;
}

.center
{
    text-align:center;
}

.lowercase
{
    text-transform:lowercase;
}

/* CLEARFIX */
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix.fixleft:after{clear:left;}
.clearfix{display:block;}
html[xmlns] .clearfix{display:block;}
*html .clearfix{height:1%;}

#message
{
	background-color: #000;

	background-color: rgba(0,0,0,0.9);

    /*background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxMzIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMyMDIwMjAiIG9mZnNldD0iMC4wNSIvPjxzdG9wIHN0b3AtY29sb3I9IiM2NTY1NjUiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxMzIpIiAvPgo8L3N2Zz4=);*/

    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxOTUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIwJSIgeTI9IjAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzM1MzUzNSIgb2Zmc2V0PSIwLjUwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzU1NTU1NSIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzE5NSkiIC8+Cjwvc3ZnPg==);
    background-size: 100% auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
	color: #fff;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -80px 0 0 -160px;
	padding: 20px;
	width: 280px;
	z-index: 99999;
    text-align:center;
}
#message p { font-family: Georgia, Verdana, Times, serif !important; font-style: italic; font-size:16px !important; }
#message h2 { font-size: 18px !important; font-family:Verdana !important; font-weight:bold !important; }
#message h2 + p { /*padding: 1em 0 0;*/ top:-10px; }
#message img { display: inline-block !important; margin-bottom:10px; }
.messageCloseLink
{
    float: right;
    margin-right: 4px;
    text-decoration: underline;
    cursor: pointer;
}

