@charset "utf-8";

/* SYSTEM RESET (style-reset.css) */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font-weight: normal;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section
{ 
    display:block;
}

nav ul
{
    list-style:none;
}

blockquote, q
{
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
    content:'';
    content:none;
}

a
{
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins
{
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark
{
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del
{
    text-decoration: line-through;
}

abbr[title], dfn[title]
{
    border-bottom:1px dotted;
    cursor:help;
}

table
{
    border-collapse:collapse;
    border-spacing:0;
}

hr
{
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #000;
    margin:1em 0;
    padding:0;
}

input, input:focus, select
{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: 0;
    outline:0;
    z-index: 1;
}

input:focus, textarea:focus, isindex:focus, keygen:focus, select:focus {
    outline-offset: 0px;
}

*:focus {
    outline: 0;
}

form, div, input
{
    outline:0;
    border:0;
    margin:0;
    padding:0;
}

input[type=checkbox],
input[type=radio],
input[type=button],
input[type=file],
input[type=submit],
select
{
    cursor: pointer;
}

/* SYSTEM MASTER (style-master.css) */

body
{
	font-family: "Open Sans", "Lucida Grande", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #235992;
    background-color: ;
}

h1, h2, h3, h4
{
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 13px; }

.smalText { font-size: 15px; }
.normalText { font-size: 18px; }
.largeText { font-size: 26px; }

.lightText, .lightText { font-weight: 300; }
.regularText { font-weight: 600; }
.boldText, .textBold { font-weight: 600; }

a, a:visited
{
	color: #235992;
	text-decoration: none;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:hover { color: #fff; }
a:active { color: #fff; }

a.line { text-decoration: underline; }

p { margin-bottom: 10px; }
p.right, div.right , span.right { text-align: right; }
p.block, div.block , span.block { text-align: justify; }
p.center, div.center , span.center { text-align: center; }

.hide { display: none !important; }
.text_center { text-align: center; }

.noselect
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
}

div.hr
{
    width: 100%;
    height: 1px;
    background-color: #000;
}

div.box,
span.box
{
    vertical-align: top;
    background-color: #235992;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

input, textarea
{
	background-color: #dbe1e8;
	padding: 15px 17px;
    color: #235992;
    border: 0px;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder
{
	color: #91abc6;
}

.input_error
{
    -moz-box-shadow: inset 0 0 30px rgba(221, 62, 62, 0.8);
    -webkit-box-shadow: inset 0 0 30px rgba(221, 62, 62, 0.8);
    box-shadow: inset 0 0 30px rgba(221, 62, 62, 0.8);
}


sub
{
	color: #235992;
	margin-left: 4px;
}

sub.inside
{
	margin-left: -13px;
	z-index: 10;
}

/* FORMULAR - USER */

.font_size_1 { font-size: 15px; }
.font_size_2 { font-size: 18px; }
.font_size_3 { font-size: 26px; }

input.small
{
    height: 20px;
    font-size: 15px;
}

input.middle
{
    height: 45px;
    font-size: 18px;
}

input.large
{
    height: 45px;
    font-size: 26px;
}

textarea::-moz-placeholder {
    font-family: "Open Sans", "Lucida Grande", sans-serif;
}

span.form-elm > div.btn_loading_container,
span.form-elm > span.btn_loading_line
{
    z-index: 10;
}

span.form-elm-small, 
span.form-elm-middle, 
span.form-elm-large 
{
	display: inline-block;
}

span.btn
{
    padding: 3px 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
}

span.btn-send
{
    width: ;
}

span.btn-color1
{
    background-color: #fff;
    color: #000;
}

span.btn-color2
{
    background-color: #fff;
    color: #000;
}

span.btn-disable
{
    background-color: #969696 !important;
    color: #C2C2C2 !important;
}

span.btn-small
{
    height: 20px;
    line-height: 20px;
    font-size: 15px;
}

span.btn-middle
{
    height: 45px;
    line-height: 45px;
    font-size: 18px;
}

span.btn-large
{
    height: 45px;
    line-height: 45px;
    font-size: 26px;
}

.shadow-small
{
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.shadow-large
{
    -moz-box-shadow: 0 5px 30px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.4);
    box-shadow: 0 5px 30px rgba(0,0,0,0.4);
}

.shadow-inside
{
    -moz-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);
    box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);
}

.shadow-special
{
    -moz-box-shadow: inset 0 5px 30px rgba(0,0,0,0.6);
    -webkit-box-shadow: inset 0 5px 30px rgba(0,0,0,0.6);
    box-shadow: inset 0 5px 30px rgba(0,0,0,0.6);
}

.round-small
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.round-large
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.round-special
{
    -moz-border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0;
    
}

textarea.noResize
{
    resize: none;
}/*
	CSS Loading Spinner Modul (style-loading-spinner.css)

	O P T I O N S

	SIZE
		small
		middle
		large
		xlarge

	COLOR
		black
		white
		grey

	USE
		<span id="save_loadingSpinner" 
			class="btn_loadSpinner 
				btn_loading_line 
				btn_loading_line_inside_center 
				btn_loading_line_middle 
				btn_loading_line_middle_black 
				btn_loading_set_speed_normal 
				hide">
		</span>

*/

span.btn_loading_line_small		{ height: 11px; width: 11px; }
span.btn_loading_line_middle	{ height: 18px; width: 18px; }
span.btn_loading_line_large		{ height: 42px; width: 42px; }
span.btn_loading_line_xlarge 	{ height: 100px; width: 100px; }

span.btn_loading_line_small_black	{ background-image: url(./../img/loading-spinner-round-s-black.png); }
span.btn_loading_line_small_white 	{ background-image: url(./../img/loading-spinner-round-s-white.png); }
span.btn_loading_line_small_grey 	{ background-image: url(./../img/loading-spinner-round-s-grey.png); }

span.btn_loading_line_middle_black 	{ background-image: url(./../img/loading-spinner-round-m-black.png); }
span.btn_loading_line_middle_white 	{ background-image: url(./../img/loading-spinner-round-m-white.png); }
span.btn_loading_line_middle_grey 	{ background-image: url(./../img/loading-spinner-round-m-grey.png); }

span.btn_loading_line_large_black 	{ background-image: url(./../img/loading-spinner-round-l-black.png); }
span.btn_loading_line_large_white 	{ background-image: url(./../img/loading-spinner-round-l-white.png); }
span.btn_loading_line_large_grey 	{ background-image: url(./../img/loading-spinner-round-l-grey.png); }

span.btn_loading_line_xlarge_black 	{ background-image: url(./../img/loading-spinner-round-xl-black.png); }
span.btn_loading_line_xlarge_white 	{ background-image: url(./../img/loading-spinner-round-xl-white.png); }
span.btn_loading_line_xlarge_grey 	{ background-image: url(./../img/loading-spinner-round-xl-grey.png); }

span.btn-small > span.btn_loading_line_small 	{ margin-top: 5px; }
span.btn-middle > span.btn_loading_line_small 	{ margin-top: 12px; }
span.btn-middle > span.btn_loading_line_middle 	{ margin-top: 8px; }
span.btn-large > span.btn_loading_line_small 	{ margin-top: 16px; }
span.btn-large > span.btn_loading_line_middle 	{ margin-top: 12px; }

span.form-elm-small > span.btn_loading_line_small 	{ margin-left:-18px; margin-right:7px; margin-top:5px; }
span.form-elm-middle > span.btn_loading_line_small 	{ margin-left:-26px; margin-right:15px; margin-top:12px; }
span.form-elm-middle > span.btn_loading_line_middle { margin-left:-28px; margin-right:10px; margin-top:8px; }
span.form-elm-large > span.btn_loading_line_small 	{ margin-left:-30px; margin-right:19px; margin-top:16px; }
span.form-elm-large > span.btn_loading_line_middle 	{ margin-left:-36px; margin-right:18px; margin-top:12px; }

.btn_loading_line {
	display: inline-block;
	background-repeat: no-repeat;
	-webkit-animation-name: btn_loading_line;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-name: btn_loading_line;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.btn_loading_line_inside_center {
	position: absolute;
	left: 50%;
}

.btn_loading_line_inside_center.btn_loading_line_small { margin-left: -5px; }
.btn_loading_line_inside_center.btn_loading_line_middle { margin-left: -9px; }

.btn_loading_line.btn_loading_set_speed_slow {
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
}

.btn_loading_line.btn_loading_set_speed_normal {
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
}

.btn_loading_line.btn_loading_set_speed_fast {
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
}

@-webkit-keyframes btn_loading_line {
	from {
		-webkit-transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(-360deg);
	}
}

@keyframes btn_loading_line {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(-360deg);
	}
}

/*
	CSS DOTTED Loading Spinner Modul
	inspired by http://cssload.net

	O P T I O N S

	SIZE
		10px
		16px
		20px
		30px
		60px

	SPEED
		.btn_loading_set_speed_slow
		.btn_loading_set_speed_normal
		.btn_loading_set_speed_fast

	COLOR
		.btn_loading_set_color_1
		.btn_loading_set_color_2
		.btn_loading_set_color_3

*/

/* START COLOR SETTINGS */

div.btn_loading_set_color_1 > .btn_loading { background-color: #fff; }
div.btn_loading_set_color_2 > .btn_loading { background-color: #ccc; }
div.btn_loading_set_color_3 > .btn_loading { background-color: #000; }

/* END COLOR SETTINGS */


/* START GENERAL ANIMATION */

div.btn_loading_container { position:relative; display: inline-block; }
div.btn_loading_container > .btn_loading { position:absolute; }

span.btn-small > div.btn_loading_set_small { margin-top: 5px; }
span.btn-middle > div.btn_loading_set_small { margin-top: 12px; }
span.btn-middle > div.btn_loading_set_middle { margin-top: 9px; }
span.btn-large > div.btn_loading_set_middle { margin-top: 13px; }
span.btn-large > div.btn_loading_set_large { margin-top: 10px; }

span.form-elm-small > div.btn_loading_set_small {margin-left:-18px; margin-right:8px; margin-top:5px;}
span.form-elm-middle > div.btn_loading_set_small {margin-left:-26px; margin-right:16px; margin-top:12px;}
span.form-elm-middle > div.btn_loading_set_middle {margin-left:-26px; margin-right:10px; margin-top:9px;}
span.form-elm-large > div.btn_loading_set_middle {margin-left:-30px; margin-right:14px; margin-top:13px;}
span.form-elm-large > div.btn_loading_set_large {margin-left:-36px; margin-right:16px; margin-top:11px;}

@keyframes btn_loading_spinn
{
	0% {transform:scale(1)}
	100% {transform:scale(.15)}
}

@-webkit-keyframes btn_loading_spinn
{
	0% {-webkit-transform:scale(1)}
	100% {-webkit-transform:scale(.15)}
}

@-moz-keyframes btn_loading_spinn
{
	0% {-moz-transform:scale(1)}
	100% {-moz-transform:scale(.15)}
}

@-ms-keyframes btn_loading_spinn
{
	0% {-ms-transform:scale(1)}
	100% {-ms-transform:scale(.15)}
}

@-o-keyframes btn_loading_spinn
{
	0% {-o-transform:scale(1)}
	100% {-o-transform:scale(.15)}
}

/* END GENERAL ANIMATION */


/* SPEED: slow */

div.btn_loading_set_speed_slow > .btn_loading
{
	animation-name:btn_loading_spinn;
	animation-duration:1.28s;
	animation-iteration-count:infinite;
	animation-direction:normal;
	-webkit-animation-name:btn_loading_spinn;
	-webkit-animation-duration:1.28s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:normal;
	-moz-animation-name:btn_loading_spinn;
	-moz-animation-duration:1.28s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:normal;
	-ms-animation-name:btn_loading_spinn;
	-ms-animation-duration:1.28s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:normal;
	-o-animation-name:btn_loading_spinn;
	-o-animation-duration:1.28s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:normal;
}

div.btn_loading_set_speed_slow > .btn_loading_1 { -moz-animation-delay:0.48s; -webkit-animation-delay:0.48s; -ms-animation-delay:0.48s; -o-animation-delay:0.48s; animation-delay:0.48s; }
div.btn_loading_set_speed_slow > .btn_loading_2 { -moz-animation-delay:0.64s; -webkit-animation-delay:0.64s; -ms-animation-delay:0.64s; -o-animation-delay:0.64s; animation-delay:0.64s; }
div.btn_loading_set_speed_slow > .btn_loading_3 { -moz-animation-delay:0.8s; -webkit-animation-delay:0.8s; -ms-animation-delay:0.8s; -o-animation-delay:0.8s; animation-delay:0.8s; }
div.btn_loading_set_speed_slow > .btn_loading_4 { -moz-animation-delay:0.96s; -webkit-animation-delay:0.96s; -ms-animation-delay:0.96s; -o-animation-delay:0.96s; animation-delay:0.96s; }
div.btn_loading_set_speed_slow > .btn_loading_5 { -moz-animation-delay:1.12s; -webkit-animation-delay:1.12s; -ms-animation-delay:1.12s; -o-animation-delay:1.12s; animation-delay:1.12s; }
div.btn_loading_set_speed_slow > .btn_loading_6 { -moz-animation-delay:1.28s; -webkit-animation-delay:1.28s; -ms-animation-delay:1.28s; -o-animation-delay:1.28s; animation-delay:1.28s; }
div.btn_loading_set_speed_slow > .btn_loading_7 { -moz-animation-delay:1.44s; -webkit-animation-delay:1.44s; -ms-animation-delay:1.44s; -o-animation-delay:1.44s; animation-delay:1.44s; }
div.btn_loading_set_speed_slow > .btn_loading_8 { -moz-animation-delay:1.6s; -webkit-animation-delay:1.6s; -ms-animation-delay:1.6s; -o-animation-delay:1.6s; animation-delay:1.6s; }


/* SPEED: normal */

div.btn_loading_set_speed_normal > .btn_loading
{
	animation-name:btn_loading_spinn;
	animation-duration:0.8s;
	animation-iteration-count:infinite;
	animation-direction:normal;
	-webkit-animation-name:btn_loading_spinn;
	-webkit-animation-duration:0.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:normal;
	-moz-animation-name:btn_loading_spinn;
	-moz-animation-duration:0.8s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:normal;
	-ms-animation-name:btn_loading_spinn;
	-ms-animation-duration:0.8s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:normal;
	-o-animation-name:btn_loading_spinn;
	-o-animation-duration:0.8s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:normal;
}

div.btn_loading_set_speed_normal > .btn_loading_1 { -moz-animation-delay:0.3s; -webkit-animation-delay:0.3s; -ms-animation-delay:0.3s; -o-animation-delay:0.3s; animation-delay:0.3s; }
div.btn_loading_set_speed_normal > .btn_loading_2 { -moz-animation-delay:0.4s; -webkit-animation-delay:0.4s; -ms-animation-delay:0.4s; -o-animation-delay:0.4s; animation-delay:0.4s; }
div.btn_loading_set_speed_normal > .btn_loading_3 { -moz-animation-delay:0.5s; -webkit-animation-delay:0.5s; -ms-animation-delay:0.5s; -o-animation-delay:0.5s; animation-delay:0.5s; }
div.btn_loading_set_speed_normal > .btn_loading_4 { -moz-animation-delay:0.6s; -webkit-animation-delay:0.6s; -ms-animation-delay:0.6s; -o-animation-delay:0.6s; animation-delay:0.6s; }
div.btn_loading_set_speed_normal > .btn_loading_5 { -moz-animation-delay:0.7s; -webkit-animation-delay:0.7s; -ms-animation-delay:0.7s; -o-animation-delay:0.7s; animation-delay:0.7s; }
div.btn_loading_set_speed_normal > .btn_loading_6 { -moz-animation-delay:0.8s; -webkit-animation-delay:0.8s; -ms-animation-delay:0.8s; -o-animation-delay:0.8s; animation-delay:0.8s; }
div.btn_loading_set_speed_normal > .btn_loading_7 { -moz-animation-delay:0.9s; -webkit-animation-delay:0.9s; -ms-animation-delay:0.9s; -o-animation-delay:0.9s; animation-delay:0.9s; }
div.btn_loading_set_speed_normal > .btn_loading_8 { -moz-animation-delay:1s; -webkit-animation-delay:1s; -ms-animation-delay:1s; -o-animation-delay:1s; animation-delay:1s; }


/* SPEED: fast */

div.btn_loading_set_speed_fast > .btn_loading
{
	animation-name:btn_loading_spinn;
	animation-duration:0.48s;
	animation-iteration-count:infinite;
	animation-direction:normal;
	-webkit-animation-name:btn_loading_spinn;
	-webkit-animation-duration:0.48s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:normal;
	-moz-animation-name:btn_loading_spinn;
	-moz-animation-duration:0.48s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:normal;
	-ms-animation-name:btn_loading_spinn;
	-ms-animation-duration:0.48s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:normal;
	-o-animation-name:btn_loading_spinn;
	-o-animation-duration:0.48s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:normal;
}

div.btn_loading_set_speed_fast > .btn_loading_1 { -moz-animation-delay:0.18s; -webkit-animation-delay:0.18s; -ms-animation-delay:0.18s; -o-animation-delay:0.18s; animation-delay:0.18s; }
div.btn_loading_set_speed_fast > .btn_loading_2 { -moz-animation-delay:0.24s; -webkit-animation-delay:0.24s; -ms-animation-delay:0.24s; -o-animation-delay:0.24s; animation-delay:0.24s; }
div.btn_loading_set_speed_fast > .btn_loading_3 { -moz-animation-delay:0.3s; -webkit-animation-delay:0.3s; -ms-animation-delay:0.3s; -o-animation-delay:0.3s; animation-delay:0.3s; }
div.btn_loading_set_speed_fast > .btn_loading_4 { -moz-animation-delay:0.36s; -webkit-animation-delay:0.36s; -ms-animation-delay:0.36s; -o-animation-delay:0.36s; animation-delay:0.36s; }
div.btn_loading_set_speed_fast > .btn_loading_5 { -moz-animation-delay:0.42s; -webkit-animation-delay:0.42s; -ms-animation-delay:0.42s; -o-animation-delay:0.42s; animation-delay:0.42s; }
div.btn_loading_set_speed_fast > .btn_loading_6 { -moz-animation-delay:0.48s; -webkit-animation-delay:0.48s; -ms-animation-delay:0.48s; -o-animation-delay:0.48s; animation-delay:0.48s; }
div.btn_loading_set_speed_fast > .btn_loading_7 { -moz-animation-delay:0.54s; -webkit-animation-delay:0.54s; -ms-animation-delay:0.54s; -o-animation-delay:0.54s; animation-delay:0.54s; }
div.btn_loading_set_speed_fast > .btn_loading_8 { -moz-animation-delay:0.6s; -webkit-animation-delay:0.6s; -ms-animation-delay:0.6s; -o-animation-delay:0.6s; animation-delay:0.6s; }


/* SIZE: 10px */

.btn_loading_set_small
{
	width:10px;
	height:10px
}

div.btn_loading_set_small > .btn_loading
{
	width:2px;
	height:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}

div.btn_loading_set_small > .btn_loading_1 { left:0; top:4px; }
div.btn_loading_set_small > .btn_loading_2 { left:1px; top:1px; }
div.btn_loading_set_small > .btn_loading_3 { top:0; left:4px; }
div.btn_loading_set_small > .btn_loading_4 { right:1px; top:1px; }
div.btn_loading_set_small > .btn_loading_5 { right:0; top:4px; }
div.btn_loading_set_small > .btn_loading_6 { right:1px; bottom:1px; }
div.btn_loading_set_small > .btn_loading_7 { left:4px; bottom:0; }
div.btn_loading_set_small > .btn_loading_8 { left:1px; bottom:1px; }


/* SIZE: 16px */

.btn_loading_set_middle
{
	width:16px;
	height:16px
}

div.btn_loading_set_middle > .btn_loading
{
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}

div.btn_loading_set_middle > .btn_loading_1 { left:0; top:6px; }
div.btn_loading_set_middle > .btn_loading_2 { left:2px; top:2px; }
div.btn_loading_set_middle > .btn_loading_3 { top:0; left:6px; }
div.btn_loading_set_middle > .btn_loading_4 { right:2px; top:2px; }
div.btn_loading_set_middle > .btn_loading_5 { right:0; top:6px; }
div.btn_loading_set_middle > .btn_loading_6 { right:2px; bottom:2px; }
div.btn_loading_set_middle > .btn_loading_7 { left:6px; bottom:0; }
div.btn_loading_set_middle > .btn_loading_8 { left:2px; bottom:2px; }


/* SIZE: 20px */

.btn_loading_set_large
{
	width:20px;
	height:20px
}

div.btn_loading_set_large > .btn_loading
{
	width:5px;
	height:5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}

div.btn_loading_set_large > .btn_loading_1 { left:0; top:8px; }
div.btn_loading_set_large > .btn_loading_2 { left:2px; top:2px; }
div.btn_loading_set_large > .btn_loading_3 { top:0; left:8px; }
div.btn_loading_set_large > .btn_loading_4 { right:2px; top:2px; }
div.btn_loading_set_large > .btn_loading_5 { right:0; top:8px; }
div.btn_loading_set_large > .btn_loading_6 { right:2px; bottom:2px; }
div.btn_loading_set_large > .btn_loading_7 { left:8px; bottom:0; }
div.btn_loading_set_large > .btn_loading_8 { left:2px; bottom:2px; }


/* SIZE: 30px */

.btn_loading_set_xlarge
{
	width:30px;
	height:30px
}

div.btn_loading_set_xlarge > .btn_loading
{
	width:7px;
	height:7px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

div.btn_loading_set_xlarge > .btn_loading_1 { left:0; top:12px; }
div.btn_loading_set_xlarge > .btn_loading_2 { left:3px; top:3px; }
div.btn_loading_set_xlarge > .btn_loading_3 { top:0; left:12px; }
div.btn_loading_set_xlarge > .btn_loading_4 { right:3px; top:3px; }
div.btn_loading_set_xlarge > .btn_loading_5 { right:0; top:12px; }
div.btn_loading_set_xlarge > .btn_loading_6 { right:3px; bottom:3px; }
div.btn_loading_set_xlarge > .btn_loading_7 { left:12px; bottom:0; }
div.btn_loading_set_xlarge > .btn_loading_8 { left:3px; bottom:3px; }


/* SIZE: 60px */

.btn_loading_set_xxlarge
{
	width:60px;
	height:60px
}

div.btn_loading_set_xxlarge > .btn_loading
{
	width:14px;
	height:14px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	-ms-border-radius:9px;
	-o-border-radius:9px;
	border-radius:9px;
}

div.btn_loading_set_xxlarge > .btn_loading_1 { left:0; top:24px; }
div.btn_loading_set_xxlarge > .btn_loading_2 { left:6px; top:6px; }
div.btn_loading_set_xxlarge > .btn_loading_3 { top:0; left:24px; }
div.btn_loading_set_xxlarge > .btn_loading_4 { right:6px; top:6px; }
div.btn_loading_set_xxlarge > .btn_loading_5 { right:0; top:24px; }
div.btn_loading_set_xxlarge > .btn_loading_6 { right:6px; bottom:6px; }
div.btn_loading_set_xxlarge > .btn_loading_7 { left:24px; bottom:0; }
div.btn_loading_set_xxlarge > .btn_loading_8 { left:6px; bottom:6px; }

/* SYSTEM APPRISE */

.apprise-overlay {
  background-color: rgb(255,255,255);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
}

div.apprise {
	background: #fff;
	border: 1px solid #aaa;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
		-mox-box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
	color: #111;
	display: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
	left: 40%;
	max-height: 90%;
	overflow: hidden;
	position: fixed;
	top: -100%;
	width: 20%;
	z-index: 999;
}

div.apprise .apprise-inner {
	padding: 20px;
}

div.apprise-inner,
div.apprise-buttons
{
	text-align: center !important;
}

div.apprise .apprise-input {
	margin-top: 10px;
	padding: 10px 0;
}

div.apprise .apprise-input input {
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
		-mox-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
	display: block;
	font-size: 13px;
	margin: 0 auto;
	padding: 5px 10px;
	width: 90%;
}

div.apprise .apprise-input input:focus {
	border-color: #01AEF0;
	outline: none;
}

div.apprise .apprise-buttons {
	background: #eee;
	border-top: 1px solid #aaa;
	box-shadow: inset 0px 1px 0px #fff;
		-moz-box-shadow: inset 0px 1px 0px #fff;
		-webkit-box-shadow: inset 0px 1px 0px #fff;
	padding: 10px 20px;
	text-align: right;
}

div.apprise .apprise-buttons button {
	background: #ededed;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
		-mox-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
		-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
	cursor: pointer;
	font-size: 13px;
	margin: 0 2px;
	overflow: hidden;
	padding: 5px 12px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
}

div.apprise .apprise-buttons button.blue {
	background: #01AEF0;
}

div.apprise .apprise-buttons button.red {
	background: #D23A30;
}

div.apprise .apprise-buttons button.green {
	background: #62c73b;
}

div.apprise .apprise-buttons button.blue, div.apprise .apprise-buttons button.red {
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}

div.apprise .apprise-buttons button:hover {
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0px 1px 3px rgba(0,0,0,0.4);
		-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0px 1px 3px rgba(0,0,0,0.4);
		-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0px 1px 3px rgba(0,0,0,0.4);
}

div.apprise .apprise-buttons button:active {
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.8);
		-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.8);
		-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.8);
}

/* Admin SYSTEM (style-page.css) */


/* Login-Form Page */

html, body {
	height: 100%; }

textarea.admin_textarea {
	font-size: 14px;
	padding: 13px 13px;
	resize: vertical !important; }

#login_form {
    text-align:center;
    background-color: transparent;
    position: absolute;
    visibility: visible;
    left: 50%;
    top: 50%;
    width: 176px;
    height: 240px;
    margin-left: -83px;
    margin-top: -120px;
    z-index: 1;
    border: 0px; }

.center_outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%; }
.center_middle {
    display: table-cell;
    vertical-align: middle; }
.center_inner {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px; }

div#nav_left {
	position: fixed;
	top: 50px;
	width: 250px;
	padding-left: 50px;
	z-index: 100; }

div#nav_center div#menu { text-align: center; }
div#nav_left div#menu { text-align: left; }

div#nav_center div#admin_logo { margin: 0 auto; }
div#nav_left div#admin_logo { margin: 0 0; }

div#content_right {
	width: -webkit-calc(100% - 255px);
	width: calc(100% - 255px);
	min-height: 100%;
	top: 0;
	left: 255px;
	padding-top: 50px;
	padding-left: 80px;
	padding-right: 80px;
	background-color: #235992; }

div#content_right h2 {
	margin-bottom: 10px; }

div#content_right span.btn:not(.btn-send) {
	display: block;
	height: auto;
	padding: 6px 40px;
	margin-bottom: 1px; }

.marginBottom1px {
	margin-bottom: 1px !important; }

span#ajaxFnc_adminSetText > span.btn-send,
span#ajaxFnc_adminSetTextNew > span.btn-send {
	display: block;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 0;
	border-top: 1px transparent;
	opacity: 0.7; }
span#ajaxFnc_adminSetText > span.btn-send:hover > span.btn_send_label,
span#ajaxFnc_adminSetText > span.btn-send:hover > span.btn_send_label > i,
span#ajaxFnc_adminSetTextNew > span.btn-send:hover > span.btn_send_label,
span#ajaxFnc_adminSetTextNew > span.btn-send:hover > span.btn_send_label > i {
	opacity: 1 !important;
	color: #235992; }
span#ajaxFnc_adminSetText > span.btn-send:hover,
span#ajaxFnc_adminSetTextNew > span.btn-send:hover {
	opacity: 1 !important; }

.elm_minWidth,
input[type="text"]:not(.ajaxFnc_login),
input[type="password"]:not(.ajaxFnc_login),
textarea {
	min-width: 200px; }

span.btn {
	opacity: 0.75;
	padding: 3px 13px;
	/*border: 1px solid #000;*/
	z-index: 2; }
	span.btn:hover {
		opacity: 1; }
	span.btn:hover i.fa.fa-arrow-right {
		right: 10px; }
	span.btn i.fa.fa-file-text {
		position: absolute;
		left: 13px;
		top: 12px; }
	span.btn i.fa.fa-arrow-right {
		position: absolute;
		top: 12px;
		right: 13px; }

input#username.ajaxFnc_login {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px; }
input#password.ajaxFnc_login {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px; }

span.btn-middle {
	line-height: inherit; }


span.btn-send {
	display: inline-block;
	width: auto;
	height: auto;
	border: 2px solid #235992;
	padding: 5px 20px;
	border-radius: 6px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none; }
span.btn-send i.fa {
	margin-right: 3px; }

div#admin_logo {
	display: block;
	width: 156px;
	height: 140px;
	margin: 0 auto;
	background-image: url('./../../user/admin/img/system_icon_admin-login-156p.png');
	cursor: pointer; }

@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {
	div#admin_logo {
		background-image: url('./../../user/admin/img/system_icon_admin-login-156p-2x.png');
		background-size: 156px 140px; } }

div#menu { line-height: 2.3; }

h2 {
	/*text-transform: uppercase;*/
	font-weight: bold;
	margin-bottom: 0px; }

div#menu > h2 { padding-bottom: 0px; }
div#menu > a > i.fa { margin-right: 8px; }

div.hr { margin-top: 40px; }

div#admin_content {
	width: 100%;
	/*margin-top: 26px;*/
	padding-bottom: 40px; }

input.small {
	width: 100%;
	height: auto;
	margin-top: 0;
	padding: 6px 13px; }

textarea.admin_textarea {
	resize: none;
	width: 100%;
	border: 0; }

span.textarea_elm {
	display: block;
	width: 100%; }

.center_elm {
	display: block !important;
	position: relative;
	margin-left: auto !important;
	margin-right: auto !important; }

input[type="checkbox"].ajaxFnc_adminSetPageSettings {
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 18px;
}

p.input_label {
	margin-top: 10px;
	margin-bottom: 5px;
}

span.badge {
	display: block;
	position: absolute;
	top: 10px;
	left: -39px;
	z-index: 1;
	padding: 1px 6px;
	font-size: 9px;
	border: 1px solid rgba(255,255,255,.7);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: inset 3px 3px 30px rgba(255,255,255,.8);
    -webkit-box-shadow: inset 3px 3px 30px rgba(255,255,255,.8);
    box-shadow: inset 3px 3px 30px rgba(255,255,255,.8);
 }

span.badge_counter {
	display: block;
	position: absolute;
	top: 10px;
	right: -34px;
	z-index: 1;
	padding: 1px 6px;
	font-size: 9px;
	border: 1px solid rgba(255,255,255,.7);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: inset 3px 3px 30px rgba(255,255,255,.8);
    -webkit-box-shadow: inset 3px 3px 30px rgba(255,255,255,.8);
    box-shadow: inset 3px 3px 30px rgba(255,255,255,.8);
 }

span.badge_counter_critical {
	font-weight: bold !important;
	color: #D81F1F !important; }

span#login_btn {
	cursor: pointer; }
a#logout_btn, span#login_btn {
	color: #235992;
	border: 2px solid #235992;
	padding: 9px 20px;
	border-radius: 6px;
	opacity: 0.75; }
a#logout_btn, span#login_btn:hover,
a#logout_btn, span#login_btn:hover > span,
a#logout_btn, span#login_btn:hover > span > i {
	/*border: 2px solid #fff;*/
	opacity: 1; }
div#menu > a#logout_btn > i.fa {
	margin-right: 3px; }

a.text_moreSettings,
span#showCode {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 10; }
span#showCode i {
	color: #235992;
	-moz-transition: color 200ms;
	-webkit-transition: color 200ms;
	transition: color 200ms; }
span#showCode:hover i {
	color: #fff; }

div.alert {
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 6px; }

div.alert.alert-error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1; }

div.alert.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6; }

div.alert.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1; }

i.fa.fa-color-green { color: #3c763d; }
i.fa.fa-color-red { color: #a94442; }

select#lang_new {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	padding: 9px 30px 9px 20px;
	border: 2px solid #235992;
	opacity: 0.75; }
select#lang_new:hover {
	opacity: 1; }

select.ajaxFnc_adminSetUsers {
	font-size: 14px; }
span#ajaxFnc_adminSetUsers input[id*="username_"]:not(#username_CreateNewUser){
	font-weight: bold; }

span.select_warp {
	position: relative; }
span.select_warp > i.fa {
	position: absolute;
	right: 14px;
	font-size: 14px;
	cursor: pointer;
	z-index: 1; }
span.select_warp > i.fa.fa-caret-up {
	top: 4px; }
span.select_warp > i.fa.fa-caret-down {
	top: 13px; }

#ajaxFnc_adminSetUsers .sideBySide_left p:first-child,
#ajaxFnc_adminSetUsers .sideBySide_right p:first-child,
#ajaxFnc_adminSetUsersNew > p:nth-child(1),
#ajaxFnc_adminSetOwner > div:nth-child(1) > div.sideBySide_left > p:nth-child(1),
#ajaxFnc_adminSetOwner > div:nth-child(1) > div.sideBySide_right > p:nth-child(1),
#ajaxFnc_adminSetGeneralMetaData > p:nth-child(2) {
	margin-top: 0;
}

.btn_lang_add {
	margin-bottom: 7px; }

.sideBySide_left {
	display: block;
	width: 49%;
	padding-right: 5px;
	float: left; }
.sideBySide_right {
	display: block;
	width: 49%;
	padding-left: 5px;
	float: right; }
#ajaxFnc_adminSetUsers > span {
	margin-top: 30px; }

@media only screen and (max-width: 900px) {
	.sideBySide_left {
		width: auto;
		padding-right: 0;
		float: none; }
	.sideBySide_right {
		width: auto;
		padding-left: 0;
		float: none; }
	span#ajaxFnc_adminSetUsers .sideBySide_right {
		margin-top: 10px; }
	.btn_lang_add {
		margin-bottom: 29px !important; }
}

@media only screen and (max-width: 768px) {
	div#nav_left .hideMobile { display: none; opacity: 0; }
	div#nav_left {
		top: 30px;
		width: 50px;
		padding-left: 0; }
		div#nav_left div#menu {
			text-align: center; }
	div#nav_left div#menu {
		line-height: 3; }
		div#nav_left div#menu > a > i.fa {
			margin-right: 0; }
	a#logout_btn {
		position: fixed;
		left: 20px;
		bottom: 5px;
		border: 0;
		padding: 0;
		border-radius: 0; }
		div#nav_center a#logout_btn .hideMobile {
			display: none; }
		div#nav_left div#menu > a#logout_btn > i.fa {
			margin-right: 0; }
	div#nav_left div#admin_logo {
		-webkit-transform-origin: bottom left;
		-moz-transform-origin: bottom left;
		-ms-transform-origin: bottom left;
		-o-transform-origin: bottom left;
		transform-origin: bottom left;
		-webkit-transform: scale(0.26);
		-moz-transform: scale(0.26);
		-ms-transform: scale(0.26);
		-0-transform: scale(0.26);
		transform: scale(0.26);
		margin-top: -128px;
		margin-left: 5px;
		margin-bottom: 10px; }
	div#content_right {
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
		left: 50px;
		padding-top: 30px;
		padding-left: 50px;
		padding-right: 50px; }
	input[type="checkbox"].ajaxFnc_adminSetPageSettings {
		margin-right: 1px; }
	span.badge {
		left: -28px; }
	span.badge_counter {
		right: -14px; }
}

@media only screen and (max-height: 300px) {
	div#menu {
		line-height: 1.8 !important; }
}

@media only screen and (min-width: 768px) and (max-height: 600px) {
	div#menu {
		line-height: 1.8; }
	div#nav_left {
		top: 30px; }
		div#nav_left div#admin_logo {
			display: none !important; }
	div#content_right {
		padding-top: 30px; }
	#menu > h2:nth-child(1),
	#content_right > h2:nth-child(1) {
		padding-top: 0; }
	a#logout_btn {
		position: fixed;
		left: 20px;
		bottom: 10px;
		border: 0;
		padding: 0;
		border-radius: 0; }
		div#menu > a#logout_btn > i.fa {
			margin-right: 0; }
		#logout_btn > span {
			display: none; }
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */

.icon-white {
  background-image: url("../img/glyphicons-halflings-white.png");
}

.icon-grey {
  background-image: url("../img/glyphicons-halflings-grey.png");
}

.icon-red {
  background-image: url("../img/glyphicons-halflings-red.png");
}

.icon-green {
  background-image: url("../img/glyphicons-halflings-green.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-blank {
  background-position: -500px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}
@charset "utf-8";

/* SYSTEM RESET (style-reset.css) */

/* PAGE & ADMIN haben verschiedene CSS Reset Datei - daher habe ich den (neuen) Reset hier als schnellen fix nochmal rein kopiert - Frontend behält den alten reset bei */
/* PAGE & ADMIN haben verschiedene CSS Reset Datei - daher habe ich den (neuen) Reset hier als schnellen fix nochmal rein kopiert - Frontend behält den alten reset bei */
/* PAGE & ADMIN haben verschiedene CSS Reset Datei - daher habe ich den (neuen) Reset hier als schnellen fix nochmal rein kopiert - Frontend behält den alten reset bei */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    background:transparent;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

*, *:after, *:before {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section
{ 
    display:block;
}

nav ul
{
    list-style:none;
}

blockquote, q
{
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
    content:'';
    content:none;
}

a
{
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
}

ins
{
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark
{
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del
{
    text-decoration: line-through;
}

abbr[title], dfn[title]
{
    border-bottom:1px dotted;
    cursor:help;
}

table
{
    border-collapse:collapse;
    border-spacing:0;
}

hr
{
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #000;
    margin:1em 0;
    padding:0;
}

input, input:focus, select
{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: 0;
    outline:0;
    z-index: 1;
}

input:focus, textarea:focus, isindex:focus, keygen:focus, select:focus {
    outline-offset: 0px;
}

*:focus {
    outline: 0;
}

form, div, input
{
    outline:0;
    border:0;
    margin:0;
    padding:0;
}

input[type=checkbox],
input[type=radio],
input[type=button],
input[type=file],
input[type=submit],
select
{
    cursor: pointer;
}

/* USER ADMIN */

h2 {
	font-size: 22px;
	font-weight: 400;
}

a#logout_btn,
span#login_btn,
span.btn_send_label {
	font-weight: 400;
}

/* Hide Safari autofill elements */
input::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0; }

input[type=text]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder { color: #a5abb1; }
input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder { color: #a5abb1; opacity: 1; }
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder { color: #a5abb1; opacity: 1; }
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder { color: #a5abb1; }

::selection {
	background: #505152;
	color: #e6eaf3; }

::-moz-selection {
	background: #505152;
	color: #e6eaf3; }

div#content_right,
div.box, span.box {
    background-color: #f7f7f7;
}

span.btn-color1 {
    color: #235992;
}

a:hover {
    color: #000000;
}

#admin_logo {
    margin-bottom: 20px !important;
}

div#menu > h2 {
    padding-top: 20px;
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('./../img/fontawesome-webfont.eot?v=4.7.0');src:url('./../img/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('./../img/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('./../img/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('./../img/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('./../img/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
