*, html, body, p, h1, h2, h3, h4, h5, div, label, button, select {
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	/*color: #505050;*/
	font: 27px/110% Helvetica,Arial,sans-serif;
	/*color: #f00;*/
	color: #000;
}

h2 {
	/*font-size: 16px;Â¡
	line-height: 16px;
	color: #505050;*/
	font: bold 16px/130% Helvetica,Arial,sans-serif;
	/*color: #333;*/
	color: #777;
}

h2.dark {
	color: #000 !important;
}

p {
/*	font-size: 14px;
	line-height: 14px;
*/
	color: #505050;
	line-height: 150%;
}

p.required {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
	display: inline-block;
	/* margin-bottom: 5px; */
	/* position: absolute; */
	/* bottom: 35px; */
}

p.tiny {
	font-size: 10px;
}

html, body {
	margin: 0;
	/*overflow: hidden;*/
	height: 100%;
	/*overflow-y: hidden;*/
	-webkit-overflow-scrolling: none;
	border-right: 0px solid #F00;
	border-left: 0px solid #F00;
	background: #f0f0f0;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.right-align {
	text-align: right;
	width: 100%;
	display: inline-block;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	padding: 0; 
	margin-top: 5px;
	margin-bottom: 5px;
}

a {
	color: #F00;
	transition: color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

input, textarea {
	outline:0px !important;
	-webkit-appearance:none;
	clear: both;
}

textarea {
	background: #fff;
	border: 0;
	margin-top: 5px;
	margin-bottom: 0;
	height: 70px;
	width: 100%;
	/*max-width: 300px;*/
	-webkit-appearance: none;
	border-radius: 5px;
	border: solid 2px #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	font-size: 14px;
	padding: 8px;
	border: 2px solid #666;
}

.logo-container {
	background-color: white;
	/*background: url() no-repeat;*/
	background-position: center center;
    background-size: 150px;
	height: 60px;
}

.logo-container.right {
	background-position: center right;
}

.spk-logo {
	position: absolute;
	left: 8px;
	top: 0;
	height: 65px;
}

.center {
	text-align: center;
}

.float-left {
	float: left;
	margin-left: 15px;
}

.float-right {
	float: right;
	margin-right: 15px;
}

.strong {
	font-weight: bold;
}

.italic {
    font-style: italic;
}

.no-decoration {
	text-decoration: none;
}

.no-float {
	float: none !important;
}

.opr-header {
	width: 100%;
	height: 65px;				/* Header height */
	line-height: 65px;		/* Header height */
	/*position: fixed;*/
	top: 0px;
	left: 0;
	margin: 0;
	background: #F00;
	/*border-top-left-radius: 10px;*/
	/*border-top-right-radius: 10px;*/
	text-align: center;
	color: #fff; /* Header Color */
	vertical-align: middle;
	z-index: 9000;
	font-size: 20px}

.close {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 24px;
	color: #fff; /* Header Color */
	text-decoration:none;
}


/**************************************************************
 * Footer
 **************************************************************/
.opr-footer {
	width: 100%;
	height: 30px;				/* Header height */
	line-height: 30px;		/* Header height */
	/*position: fixed;*/
	bottom: 0;
	left: 0;
	margin: 0;
	background: #F00;
	/*border-bottom-left-radius: 10px;*/
	/*border-bottom-right-radius: 10px;*/
	vertical-align: middle;
	text-align: center;
	z-index: 9000;
	font-size: 14px;
	background-color: #e3e3e3;
	color: #777;
}

.opr-content {
	background:#f0f0f0;
	height: -moz-calc(100% - (60px + 30px));
	height: -webkit-calc(100% - (60px + 30px));
	height: calc(100% - (60px + 30px));
	display:block;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.opr-box {
	background: #fff;
	padding: 15px;
	margin: 15px 0;
	/*max-width: 600px;*/
	
}

/**************************************************************
 * Buttons
 **************************************************************/
.opr-button {
	display: inline-block;
    /* height: 30px; */
    background: #F00;
    text-align: right;
    color: #FFFFFF;
    vertical-align: middle;
    /* padding-top: 15px; */
    text-decoration: none;
    cursor: pointer;
    margin-top: 3px;
    margin-bottom: 3px;
    /*float: right;*/
    font: bold 16px/150% Helvetica,Arial,sans-serif;
    clear: both;
    padding: 10px 20px;
    line-height: 25px;
    border-radius: 4px;
}

.opr-button:after {
/*	content: "\f054";
	font-family: 'FontAwesome';
	color: #fff;
	background: #f00;
	width: 21px;
	height: 21px;
	border-radius: 15px;
	display: inline-block;
	border: solid 1px;
	margin-left: 5px;
	text-align: center;
	font-size: 15px;*/

	content: ">";
	font: 21px/81% Pictos-IF;
	margin-left: 7px;
	color: #fff;
	display: inline-block;
	width: 21px;
	height: 21px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .opr-button:after {
        font: 21px/65% Pictos-IF;
   }
}

.opr-button.transparent:after {
	color: #666;
	border: 1px solid #666;
}


.opr-button:hover:after, .opr-button:active:after {
	color: #f00;
	background: #fff;
}

.opr-button.secondary {
	background: #B3B3B3;
}

.opr-button.transparent {
	background: #fff;
	color: #666;
}

.opr-button.transparent:hover:after, .opr-button.transparent:active:after {
	color: #fff;
	background: #666;
}

.opr-button.secondary:hover:after, .opr-button.secondary:active:after {
	color: #B3B3B3;
	background: #fff;
}


.opr-button.inactive {
	background: #B3B3B3;
	color: #fff;
	opacity: 0.3;
	pointer-events: none;
}

.opr-button.full {
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	float: right;
}

.opr-button span {
	margin-right: 15px;
	margin-left: 15px;
}

.no-max-width {
	max-width: none !important;
}

/**************************************************************
 * Inputs
 **************************************************************/
.opr-input {
	border-radius: 5px;
	font-size: 14px;
	border: solid 2px #ccc;
	width: 100%;
	max-width: 300px;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: -moz-calc(100% - 14px);
	width: -webkit-calc(100% - 14px);
	width: calc(100% - 14px);
	background: #FFFFFF;
	color: #333333;
	padding: 4px 8px;
	border: 2px solid #666;
	color: #666;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #999;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #999;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #999;
}

select.opr-input {
	height:auto;
}
