/* MEDIA QUERIES */

@media (max-width: 2100px)
{
	body
	{
		margin-left: 24% !important;
		margin-right: 24% !important;
	}
}

@media (max-width: 2000px)
{
	.news > p
	{
		-webkit-animation: newspl 26s;
		-webkit-animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		-moz-animation: newspl 26s;
		-moz-animation-timing-function: linear;
		-moz-animation-iteration-count: infinite;
		animation: newspl 26s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
}

@media (max-width: 1900px)
{
	body
	{
		margin-left: 21% !important;
		margin-right: 21% !important;
	}
}

@media (max-width: 1700px)
{
	body
	{
		margin-left: 18% !important;
		margin-right: 18% !important;
	}
}

@media (max-width: 1600px)
{
	.news > p
	{
		-webkit-animation: newspm 24s;
		-webkit-animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		-moz-animation: newspm 24s;
		-moz-animation-timing-function: linear;
		-moz-animation-iteration-count: infinite;
		animation: newspm 24s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
}

@media (max-width: 1500px)
{
	body
	{
		margin-left: 15% !important;
		margin-right: 15% !important;
	}
}

@media (max-width: 1300px)
{
	body
	{
		margin-left: 12% !important;
		margin-right: 12% !important;
	}
}

@media (max-width: 1200px)
{
	.news > p
	{
		-webkit-animation: newsps 22s;
		-webkit-animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		-moz-animation: newsps 22s;
		-moz-animation-timing-function: linear;
		-moz-animation-iteration-count: infinite;
		animation: newsps 22s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
}

@media (max-width: 1100px)
{
	body
	{
		margin-left: 50px !important;
		margin-right: 50px !important;
	}
}

@media (max-width: 900px)
{
	body
	{
		margin-left: 30px !important;
		margin-right: 30px !important;
	}
}

@media (max-width: 800px)
{
	.news > p
	{
		-webkit-animation: newspxs 20s;
		-webkit-animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		-moz-animation: newspxs 20s;
		-moz-animation-timing-function: linear;
		-moz-animation-iteration-count: infinite;
		animation: newspxs 20s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
}

@media (max-width: 700px)
{
	body
	{
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}

@media (max-width: 550px)
{
	textarea.email-form
	{
		width: 350px !important;
		height: 120px !important;
	}

	input[type=text].email-form
	{
		width: 350px !important;
	}
}

@media (max-width: 450px)
{
	textarea.email-form
	{
		width: 250px !important;
		height: 90px !important;
	}

	input[type=text].email-form
	{
		width: 250px !important;
	}
}

.no-border-radius
{
	border-radius: 0px;
}

.bottom-space
{
	margin-bottom: 10px;
}

.send-survey-form > textarea
{
	border-radius: 0px;
	padding: 10px;
}

.send-survey-form > span.subtitle
{
	font-size: 14px;
	color: #777;
	text-shadow: none;
	margin-left: 5px;
}

.file
{
	padding: 5px;
	border-bottom: 1px solid #ccc;
	margin: 0;
}

.file > a
{
	font-size: 18px;
}

#documentsForm > input[type=file]
{
	border: 1px solid #ccc;
	border-radius: 15px;
	padding: 5px;
	padding-left: 15px;
	display: inline;
}

.news
{
	background-color: orange;
	color: white;
	padding: 5px;
	font-size: 18px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 32px;
	white-space: nowrap;
	z-index: 12000;
}

.news > p
{
	z-index: 12050;
	width: 1200px;
	position: fixed;
	margin: 0;
}

.news > p:hover
{
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	animation-play-state: paused;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

h1
{
	font-weight: bold;
}

input
{
	margin-top: 3px !important;
	margin-bottom: 3px !important;
}

input[type=text],
input[type=password]
{
	padding: 5px;
	padding-left: 15px;
	padding-right: 35px;
	border: 1px solid #ccc;
	border-radius: 15px;
	outline: none;
}

textarea
{
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 15px;
	outline: none;
	max-width: 550px;
	max-height: 200px;
}

textarea.email-form
{
	width: 450px;
	height: 150px;
}

input[type=text].email-form
{
	width: 450px;
}

body
{
	padding-top: 40px;
	background-color: #e3e3e3;
	overflow-x: hidden;
}

footer
{
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
	color: #666;
}

a
{
	transition: color 0.25s;
	-webkit-transition: color 0.25s;
	-o-transition: color 0.25s;
	-moz-transition: color 0.25s;
}

a:hover
{
	text-decoration: none !important;
	color: #dea600 !important;
}

a.blanklink
{
	color: #000;
}

a.blanklink:hover
{
	color: #555;
	text-decoration: none;
}

a.servicelogin:hover
{
	text-decoration: none;
}

nav.main > a
{
	display: block;
	margin-top: 7px;
	margin-bottom: 7px;
}

nav.main > a:hover
{
	text-decoration: none;
}

nav.sec > a
{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 20px;
}

nav.sec > a:hover
{
	text-decoration: none;
}

nav.main
{
	margin-top: 50px;
	font-size: 20px;
	position: relative;
	min-height: 1px;
	padding-right: 35px;
}

select
{
	padding: 5px;
	margin: 0;
}

.content
{
	margin-top: 50px;
	padding-left: 25px !important;
	padding-right: 25px !important;
	padding-bottom: 25px !important;
	border-left: 1px solid #ccc;
}

.content > a
{
	display: block;
	font-size: 18px;
}

.question
{
	font-weight: bold;
	text-size: 18px;
	margin-top: 35px;
	margin-bottom: 0;
}

.answer
{
	color: #333;
	margin: 0;
}

span.survey-answer
{
	font-size: 22px;
	font-weight: normal;
}

span.survey-percentage
{
	font-size: 24px;
	font-weight: bold;
}

div.survey-detailed
{
	display: none;
}

h4.survey-detailed-header
{
	margin-top: 20px;
	font-weight: bold;
	border-bottom: 1px solid #666;
}

h2
{
	margin-top: 0;
}

h3
{
	background-color: #ccc;
	color: #000 !important;
	border-radius: 12px 0px 12px 0px;
	box-shadow: 0px 0px 10px white;
	padding: 18px;
	margin-bottom: 5px !important;
}

h3.dashboard-heading
{
	background-image: url('/data/images/dashboard.png');
	background-repeat: no-repeat;
	background-position: 18px center;
	padding-left: 60px;
	border-bottom-right-radius: 0px;
}

h3.users-heading
{
	background-image: url('/data/images/users.png');
	background-repeat: no-repeat;
	background-position: 18px center;
	padding-left: 60px;
}

h3.payments-heading
{
	background-image: url('/data/images/payments.png');
	background-repeat: no-repeat;
	background-position: 18px center;
	padding-left: 60px;
}

h3.mail-heading
{
	background-image: url('/data/images/message.png');
	background-repeat: no-repeat;
	background-position: 18px center;
	padding-left: 60px;
}

h3.surveys-heading
{
	background-image: url('/data/images/surveys.png');
	background-repeat: no-repeat;
	background-position: 18px center;
	padding-left: 60px;
}

.survey-option
{
	display: block;
	margin: 5px 0px;
}

.chart-div
{
	padding: 20px;
}

.dashboard-left
{
	background-color: #444;
	border-bottom-left-radius: 12px;
	border-right: 5px solid #e3e3e3;
	color: #e3e3e3;
	padding: 10px;
	padding-right: 35px;
	font-size: 20px;
}

.dashboard-right
{
	background-color: #444;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	color: #e3e3e3;
	padding: 10px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-size: 20px;
	height: 162px;
	overflow: hidden;
}

.dashboard-row
{
	display: table;
	width: 100%;
}

.dashboard-data
{
	margin: 0 !important;
	color: #fff;
	display: table-cell;
	font-size: 18px;
	vertical-align: middle;
	width: 90%;
}

.dashboard-number
{
	color: #6FC2F5;
	display: table-cell;
	font-size: 24px;
}

.dashboard-subdata
{
	display: table-cell;
	padding-left: 20px;
	font-size: 14px !important;
	width: 90%;
}

.dashboard-subnumber
{
	display: table-cell;
	color: #fff;
	margin: 0px 15px;
}

.dashboard-expand
{
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
	background-color: #444;
	border-radius: 0px 0px 12px 12px;
	transition: background-color 0.1s;
	-webkit-transition: background-color 0.1s;
	-moz-transition: background-color 0.1s;
	-o-transition: background-color 0.1s;
}

.dashboard-expand:hover
{
	background-color: lightblue;
}

.dashboard-expand > .dashboard-expand-lines
{
	height: 5px;
	width: 100px;
	border-bottom: 1px solid #777;
	border-top: 1px solid #777;
	margin: 0 auto;
	margin-top: 5px;
}

#authForm,
#getCodeForm
{
	margin-top: 10px;
}

p.data
{
	font-size: 20px;
	margin: 0;
	margin-top: 30px;
}

p.subtitle
{
	font-size: 16px;
	color: #999;
	text-shadow: none;
	margin: 0;
}

span.question
{
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #888;
	float: right;
	text-shadow: none;
}

span.question:hover
{
	font-style: normal;
	font-weight: bold;
	color: blue;
	cursor: pointer;
}

img
{
	margin-bottom: 20px;
	max-width: 512px;
	width: 90%;
	border-radius: 8px;
	box-shadow: 5px 5px 5px #999;
}

::selection
{
	color: #fff;
	background-color: #dea600;
}

::-moz-selection
{
	color: #fff;
	background-color: #dea600;
}

span.quote
{
    font-style: italic;
    text-align: center;
    padding-left: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0 auto;
    color: #999;
    font-size: 18px;
    background: url('/data/images/quote.png') no-repeat left center;
}

.error
{
	color: red;
	font-weight: bold;
	font-size: 20px;
}

.success
{
	color: green;
	font-weight: bold;
	font-size: 20px;
}

@font-face {
    font-family: 'cuprumregular';
    src: url('../fonts/cuprum_regular/Cuprum-Regular-webfont.eot');
    src: url('../fonts/cuprum_regular/Cuprum-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cuprum_regular/Cuprum-Regular-webfont.woff') format('woff'),
         url('../fonts/cuprum_regular/Cuprum-Regular-webfont.ttf') format('truetype'),
         url('../fonts/cuprum_regular/Cuprum-Regular-webfont.svg#cuprumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cuprumbold';
    src: url('../fonts/cuprum_bold/Cuprum-Bold-webfont.eot');
    src: url('../fonts/cuprum_bold/Cuprum-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cuprum_bold/Cuprum-Bold-webfont.woff') format('woff'),
         url('../fonts/cuprum_bold/Cuprum-Bold-webfont.ttf') format('truetype'),
         url('../fonts/cuprum_bold/Cuprum-Bold-webfont.svg#cuprumbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {font-family: 'PT Sans'; 
	src: url('../fonts/PTSansWeb/pts55f_w.eot'); 
	src: local('PT Sans'), url('../fonts/PTSansWeb/PTS55F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSansWeb/PTS55F_W.woff') format('woff'),url('../fonts/PTSansWeb/PTS55F_W.ttf') format('truetype'), url('../fonts/PTSansWeb/PTS55F_W.svg#PTSans-Regular') format('svg');}

@font-face {font-family: 'PT Sans'; 
	font-style: italic;
	src: url('../fonts/PTSansWeb/pts56f_w.eot'); 
	src: local('PT Sans Italic'), url('../fonts/PTSansWeb/PTS56F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSansWeb/PTS56F_W.woff') format('woff'),url('../fonts/PTSansWeb/PTS56F_W.ttf') format('truetype'), url('../fonts/PTSansWeb/PTS56F_W.svg#PTSans-Italic') format('svg');}

@font-face {font-family: 'PT Sans';
	src: url('pts75f_w.eot');
	font-style: normal;
	font-weight: bold; 
	src: local('PT Sans Bold'), url('../fonts/PTSansWeb/PTS75F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSansWeb/PTS75F_W.woff') format('woff'),url('../fonts/PTSansWeb/PTS75F_W.ttf') format('truetype'), url('../fonts/PTSansWeb/PTS75F_W.svg#PTSans-Bold') format('svg');}

@font-face {font-family: 'PT Sans';
	font-style: italic;
	font-weight: bold; 
	src: url('pts76f_w.eot'); 
	src: local('PT Sans Bold Italic'), url('../fonts/PTSansWeb/PTS76F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSansWeb/PTS76F_W.woff') format('woff'),url('../fonts/PTSansWeb/PTS76F_W.ttf') format('truetype'), url('../fonts/PTSansWeb/PTS76F_W.svg#PTSans-BoldItalic') format('svg');}

@font-face {font-family: 'PT Sans Caption'; 
	src: url('ptc55f_w.eot');
	src: local('PT Sans Caption'), url('PTC55F_W.eot?#iefix') format('embedded-opentype'), url('PTC55F_W.woff') format('woff'),url('PTC55F_W.ttf') format('truetype'), url('PTC55F_W.svg#PTSans-Caption') format('svg');}

@font-face {font-family: 'PT Sans Caption';
	font-weight: bold; 
	src: url('ptc75f_w.eot');
	src: local('PT Sans Caption Bold'), url('../fonts/PTSansWeb/PTC75F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSansWeb/PTC75F_W.woff') format('woff'),url('../fonts/PTSansWeb/PTC75F_W.ttf') format('truetype'), url('../fonts/PTSansWeb/PTC75F_W.svg#PTSans-CaptionBold') format('svg');}

@font-face {font-family: 'PT Sans Narrow';
	src: url('ptn57f_w.eot');
	src: local('PT Sans Narrow'), url('../fonts/PTSansWeb/PTN57F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSansWeb/PTN57F_W.woff') format('woff'),url('../fonts/PTSansWeb/PTN57F_W.ttf') format('truetype'), url('../fonts/PTSansWeb/PTN57F_W.svg#PTSans-Narrow') format('svg');}

@font-face {font-family: 'PT Sans Narrow';
	font-weight: bold; 
	src: url('ptn77f_w.eot');
	src: local('PT Sans Narrow Bold'), url('../fonts/PTSansWeb/PTN77F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSansWeb/PTN77F_W.woff') format('woff'),url('../fonts/PTSansWeb/PTN77F_W.ttf') format('truetype'), url('../fonts/PTSansWeb/PTN77F_W.svg#PTSans-NarrowBold') format('svg');}

@-webkit-keyframes newspxs
{
	from
	{
		left: 800px;
	}

	to
	{
		left: -1200px;
	}
}

@-moz-keyframes newspxs
{
	from
	{
		left: 800px;
	}
	to
	{
		left: -1200px;
	}
}

@keyframes newspxs
{
	from
	{
		left: 800px;
	}
	to
	{
		left: -1200px;
	}
}

@-webkit-keyframes newsps
{
	from
	{
		left: 1200px;
	}

	to
	{
		left: -1200px;
	}
}

@-moz-keyframes newsps
{
	from
	{
		left: 1200px;
	}
	to
	{
		left: -1200px;
	}
}

@keyframes newsps
{
	from
	{
		left: 1200px;
	}
	to
	{
		left: -1200px;
	}
}

@-webkit-keyframes newspm
{
	from
	{
		left: 1600px;
	}

	to
	{
		left: -1200px;
	}
}

@-moz-keyframes newspm
{
	from
	{
		left: 1600px;
	}
	to
	{
		left: -1200px;
	}
}

@keyframes newspm
{
	from
	{
		left: 1600px;
	}
	to
	{
		left: -1200px;
	}
}

@-webkit-keyframes newspl
{
	from
	{
		left: 2000px;
	}

	to
	{
		left: -1200px;
	}
}

@-moz-keyframes newspl
{
	from
	{
		left: 2000px;
	}
	to
	{
		left: -1200px;
	}
}

@keyframes newspl
{
	from
	{
		left: 2000px;
	}
	to
	{
		left: -1200px;
	}
}