@font-face {
    font-family: 'Open Sans';
    src: local('../fonts/open-sans/Open Sans Light'), local('../fonts/open-sans/OpenSans-Light'),
        url('../fonts/open-sans/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/open-sans/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: local('../fonts/open-sans/Open Sans Light Italic'), local('../fonts/open-sans/OpenSans-LightItalic'),
        url('../fonts/open-sans/OpenSans-LightItalic.woff2') format('woff2'),
        url('../fonts/open-sans/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: local('../fonts/open-sans/Open Sans Italic'), local('../fonts/open-sans/OpenSans-Italic'),
        url('../fonts/open-sans/OpenSans-Italic.woff2') format('woff2'),
        url('../fonts/open-sans/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: local('../fonts/open-sans/Open Sans Bold Italic'), local('../fonts/open-sans/OpenSans-BoldItalic'),
        url('../fonts/open-sans/OpenSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/open-sans/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: local('../fonts/open-sans/Open Sans Regular'), local('../fonts/open-sans/OpenSans-Regular'),
        url('../fonts/open-sans/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/open-sans/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: local('../fonts/open-sans/Open Sans ExtraBold'), local('../fonts/open-sans/OpenSans-ExtraBold'),
        url('../fonts/open-sans/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/open-sans/OpenSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: local('../fonts/open-sans/Open Sans SemiBold'), local('../fonts/open-sans/OpenSans-SemiBold'),
        url('../fonts/open-sans/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/open-sans/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: local('../fonts/open-sans/Open Sans Bold'), local('../fonts/open-sans/OpenSans-Bold'),
        url('../fonts/open-sans/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/open-sans/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: local('../fonts/open-sans/Open Sans SemiBold Italic'), local('../fonts/open-sans/OpenSans-SemiBoldItalic'),
        url('../fonts/open-sans/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/open-sans/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: local('../fonts/open-sans/Open Sans ExtraBold Italic'), local('../fonts/open-sans/OpenSans-ExtraBoldItalic'),
        url('../fonts/open-sans/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/open-sans/OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}





body {
	background: #e5e5e5;
	/* background: url(/index.php?_action=internal%3A%2F%2FshowFile&file=%2Fgfx%2Fbackgrounds%2Fbody-bg.gif) 0px 0px repeat;	 */
	margin: 20px;
	margin-top: 80px;
	margin-left: 230px;
	padding-left: 20px;
	transition: width 2s;
	transition-property: width;
	transition-duration: 1s;
	transition-timing-function: linear;
	transition-delay: 2s;
}


#Page {
	margin: 0px;	
	display: block;
}


#menu-icon {
	background: none;
	float: left;
	margin-left: -1em;
}


body.visible {
	margin-left: 0px;
}
body.visible #CMS_Navigation {
	display: none;
}

body #CMS_BG_LAYER {
	padding-left: 70px;	
}
body.visible #CMS_BG_LAYER {
	padding-left: 0px;	
}


	
#Page #Main {
/*
	width: 76%;
	float: right;
*/
}


#Header {
	border-top: 5px solid #1d1d1d;
	background: white;
	padding: 22px;
	height: 80px;
}

#Header .phone {
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	font-size: 12px;
	line-height: 1.1em;
	color: #888;
	background: url(/index.php?_action=internal%3A%2F%2FshowFile&file=%2Fgfx%2Fbackgrounds%2Fphone-small.png) 0px 2px no-repeat;
	margin-top: -5px;
	padding: 4px 0px 4px 25px;
}



#MinHeader {
	float: right;
	margin-top: 0px;
	text-align: center;
	padding-bottom: 5px;
	font-size: 12px;
	color: #5e5e5e;
}
div#MinHeader ul {
	float: right;
	font-size: 9px;
}

div#MinHeader ul li {
	float: left; 
	margin-right: 15px;
	border-right: 1px solid black;
	padding-right: 15px;
	list-style: none;
	text-transform: uppercase;
}
div#MinHeader ul li a {
	color: #5e5e5e;
}



#Navigation {
	display: block;
	padding: 0px;
	margin-left: 30px;
	margin-right: 5px;
	
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 67px;
	margin: 0px;
	padding: 0px;
	z-index: 1004;
	background: #374047;
	background: #ff4b00;
	border-bottom: 1px solid #e0e0e0;

	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;	
}
#Navigation .mainbar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #f8f8f8;
	box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.2);
	z-index: 1004;
	font-size: 12px;
	padding: 5px;
	padding-left: 1.5em;
	padding-right: 2em;
	height: 28px;
	border-bottom: 1px solid #b3b6bb;
	text-align: right;
	display: none;
}

#Navigation #mainbar {
	position: absolute;
	left: 230px;
	top: 0px;
	height: 67px;
	right: 0px;
	text-align: right;
}

#Navigation #logo {
	/* background: #ff4000; */
	height: 67px;
	width: 230px;
	display: inline-block;
}
#Navigation #logo img {
	   margin-top: 1em;
	   margin-left: 1em;
	   width: 115px;
	   height: auto;
}
   



#Topnavi {
	position: absolute;
	top: 0px;
	left: 230px;
	right: 0px;
	height: 67px;
	background: #f5f5f5;
	text-align: right;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

#Topnavi ul {
	color: #6c6c6c;
	width: auto;
	height: auto;
	margin: 0px;
	margin-right: 20px;
	margin-left: 25px;
	margin-top: 20px;
	white-space: nowrap;
	position: relative;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

#Topnavi ul li i {
	font-size: 22px;
	margin: 0px;
	line-height: 30px;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
#Topnavi ul li.todos {
	
}
#Topnavi ul li.todos span {
	display: inline-block;
	border-radius: 30px;
	background: red;
	font-size: 9px;
	font-weight: bold;
	color: white;
	padding: 3px;
	margin-top: -5px;
	margin-left: -10px;
	margin-right: -10px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

 

#Topnavi li#navi_search {
	position: absolute;
	top: -1px;
	left: 10px;
	margin-left: 5px;
	min-width: 1px;
	height: 30px;
	text-align: left;
	border-radius: 3px;
	padding-left: 28px;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	transition: width 1s;
	border: 1px solid rgba(0, 0, 0, 0);
	overflow: hidden;
}
#Topnavi li#navi_search.active {
	background: white;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	transition: width 1s;
	border: 1px solid #ccc;
}


#Topnavi li#navi_search i {
	position: absolute;
	cursor: pointer;
	left: 9px;
	font-size: 15px;
	z-index: 110;	
}
	
#Topnavi li#navi_search input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	outline: none;
	line-height: 1.5em;
	font-size: 12px;
	vertical-align:middle;
	height: 33px;
	width: 100%;
	background: none;
	border: none;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	transition: width 1s;
}
#Topnavi li#navi_search .styled_select {
	pointer-events: none;
	z-index: 120;
	position: absolute;
	right: 0px;
	line-height: 28px;
	display: none;
	color: #bbb;
	padding-left: 1em;
	background: white;
	font-size: 11px;
	text-align: right;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	transition: width 1s;
}

#Topnavi li#navi_search.active .styled_select {
	pointer-events: all;
	font-weight: bold;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	margin-top: 1px;
}	

#Topnavi li#navi_search select {
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	max-width: 130px;
	border-radius: 0px;
	border: 0px;
	background: none;
	font-weight: normal;
	padding-right: 20px;
	color: #444;
	font-size: inherit;
	text-align: right;
}
#Topnavi li#navi_search select::-ms-expand {
    display: none;
}
#Topnavi li#navi_search select:focus {
	outline-color: transparent;
	outline-style: none;
}



#Topnavi ul li.user {
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	margin-left: 1em;
	padding-left: 1.5em;
	border-left: 1px solid #ccc;
}
#Topnavi ul li.user span {
	text-transform: uppercase;
	display: inline-block;
	white-space: nowrap;
	color: inherit;
	font-weight: bold;
}
#Topnavi ul li.user div {
	text-transform: none;
	white-space: nowrap;
	font-weight: normal;
}
	
#Topnavi ul li.user i {
	float: right;
	font-size: 240%;
	margin-left: 0.4em;
}
#Topnavi i.fa.fa-calendar {
	margin-top: -2px;
}
#Topnavi i.fa.fa-gear {
	margin-top: -1px;
}

#Navigation ul li {
	display: inline-block;
	padding: 0px;
	margin-left: 0.75em;
	text-align: center;
	list-style: none;	
	font-size: 13px;
	min-width: 20px;
}

#Navigation ul li.first {
	float: left;
}
#Navigation ul li.first i {
	font-size: 12px;
}

#Navigation ul li a {
	font-size: inherit;
	color: inherit;
	background: transparent;
}


#Content {
	clear: both;
	background: white;
	background: none;
	font-size: 12px;
	color: #3d3d3d;
	margin: 0px;
	padding: 0px;
	min-height: 600px;
}

#Infobar div.left,
#Content div.left {
	clear: left;
	float: left;
	margin: 22px;
	margin-right: 0px;
	margin-top: 0px;
	width: 605px;
}

#Infobar div.right,
#Content div.right {
	clear: right;
	float: right;
	width: 315px;
	margin: 22px;
	margin-top: 0px;
	margin-left: 0px;
}

#Content div.full {
	clear: both;
	margin: 22px;
	margin-top: 0px;
	padding-bottom: 0.5em;
}


#Footer {
	padding: 22px;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	background: #f5f5f5;
	border-bottom: 2px solid #161616;
}

#Infobar {
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 2em;
	font-size: 13px;
	color: #333;
	text-align: justify;
}
#Infobar div.left,
#Infobar div.right {
	margin: 0px;
}


.shadow-left {
	background:url(/index.php?_action=internal%3A%2F%2FshowFile&file=%2Fgfx%2Fbackgrounds%2Fleft-shadow.png) 0px 0px repeat-y;
	padding-left:10px;
}
.shadow-right {
	background:url(/index.php?_action=internal%3A%2F%2FshowFile&file=%2Fgfx%2Fbackgrounds%2Fright-shadow.png) right 0 repeat-y;
	padding-right:10px;
}




#Content #Main .gray {
	background: #f5f5f5;
}

#Content #Main div.combined {
	white-space: nowrap;
	width: 48%;
	margin-right: 1%;
}
#Content #Main div.combined .left {
	float: left;
	white-space: nowrap;
}
#Content #Main div.combined label.left {
	padding: 2px;
	font-size: 12px;
	margin-right: 0.5em;
	width: auto;
	white-space: nowrap;
}
#Content #Main div.combined .right {
	overflow: hidden;
	display: block;
	white-space: nowrap;
}



#Content #Main div.section_cell {
	padding: 0px;
	border: 0px;
	background: white;
	margin-bottom: 5px;
}

#Content #Main div.section_cell > table {
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	border: 0px;
	border-collapse: collapse;
}


#Content #Main div.section_cells_1,
#Content #Main div.section_cells_2,
#Content #Main div.section_cells_3 {
	clear: both;
	margin-bottom: 5px 0px;
}


#Content #Main section {
	margin-bottom: 1.5em;
}

#Content #Main section > h2,
#Content #Main section > div > h2 {
	margin-top: 0px;
}


#Content #Main div.section_cells_2 div.section_cell {
	width: 49.5%;
}
#Content #Main div.section_cells_2 div.section_cell.cell_0 {
	float: left;
	clear: left;
}
#Content #Main div.section_cells_2 div.section_cell.cell_1 {
	float: right;
	clear: right;
}




#Content #Main .menubar_left {
	margin-bottom: 5px;
	width: 60%;
	float: left;
}
#Content #Main .menubar_left .combined {
	display: inline-block;
}
#Content #Main .menubar_right {
	float: right;
	white-space: nowrap;
	text-align: right;
}






@media
	only screen and (max-device-width: 480px),
	only screen and (max-width: 640px)
{
	
	.sd-block {
		display: block !important;
	}
	.sd-hide {
		display: none !important;
	}

	#Content #Main .menubar_left {
		width: 100%;
		float: none;
		display: block;
	}

	#Content #Main .menubar_left .combined {
		float: right;
	}

	#Content #Main .menubar_left .combined label.left {
		min-width: 50px;
	}

	body #CMS_BG_LAYER {
		padding-left: 0px;	
	}
	body.visible #CMS_BG_LAYER {
		padding-left: 0px;	
	}


	body,
	body.visible {
		margin-top: 139px;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
	}

	#Navigation ul li.first i {
		font-size: 22px;
	}

	#Page {
		width: 100%;
		min-width: 320px;
		background-image: none;
	}

	#Page #Main {
		clear: both;
		display: block;
		float: none;
		width: 100%;
	}

	body #Page #CMS_Navigation {
		clear: both;
		width: 70%;
		display: none;
		user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;		
	}	
	body.visible #Page #CMS_Navigation {
		display: block;		
	}

	#Header {
		padding: 15px;
		height: 50px;
	}
	#Header img {
		width: 130px;
		height: auto;
	}

	#Topnavi {
		position: static;
		display: block;
		/* background: white; */
		height: 60px;
		border-bottom: 1px solid #e0e0e0;
	}
	#Topnavi ul {
		margin-top: 0px;
		padding: 15px 0px 11px 0px;
	}
		

	#Content {
		margin-left: 10px;
		margin-right: 10px;
	}
	#Content #Main .overview_item {
		width: 100%;
		min-width: none;
		max-width: none;
	}


	#Content #Main div.combined {
		clear: both;
		display: block;
		width: 100%;
		white-space: nowrap;
		margin: 3px 0px;
	}



	#_cms_objects {
		display: none;
	}



	#Content #Main  div.section_cell,
	#Content #Main div.section_cells_2 div.section_cell.cell_0,
	#Content #Main div.section_cells_2 div.section_cell.cell_1 {
		width: 100%;
		display: block;
	}

	#Content #Main th {
		font-size: 11px;
	}
	#Content #Main td {
		font-size: 12px;
	}

	#CMS_Navigation {
		top: 127px;		
	}

	#Content header {
			margin-top: -20px;
	}

	#Topnavi li#navi_search {
		left: 25px;
		top: 14px;		
	}

	#todo_controlbox,
	#todo_list,
	#todo_cal,
	#todo_content {
		float: none !important;
		width: auto !important;
		clear: both;
	}
}



@media
only screen and (max-device-width: 400px),
only screen and (max-width: 400px)
{

	.vs-hide {
		display: none !important;
	}

}








a {
	text-decoration: none;
	color: #008fde;
}

p.bold {
	font-weight: bold;
}

#Content h3 {
	font-size: 120%;
	font-weight: bold;
	color: #333;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
}
#Content h4 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 1em;
	border-bottom: 1px solid #999;
	padding-bottom: 3px;
	margin-top: 2em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

#Content h1 span,
#Content h2 span,
#Content h3 span,
#Content h4 span {
	font-weight: normal;
	line-height: inherit;
	font-size: inherit;
}


#Content .orange {
	background: #ff4b00;
	border: 0px;
}



#Content div.text {
	padding: 1.5em 11px;
}
#Content div.text *:last-child {
	margin-bottom: 0px;
}

#Content div.text.gray {
	background: #f5f5f5;
}

#Content div.text *:first-child {
	margin-top: 0px;
}



p {
	margin: 0px;
	margin-bottom: 1em;
	line-height: 1.4em;
}

#Content p.uppercase {
	text-align: left;
	text-transform: uppercase;
	line-height: 1.2em;
}
#Content div.right p {
	padding-left: 0.5em;
	padding-right: 0.5em;
}


#Content ul {
	list-style: square;
	margin-left: 20px;
}

#Content p.lighter,
#Content span.lighter,
#Content div.lighter {
	color: #999;
}
#Content p.italic,
#Content span.italic,
#Content div.italic {
	font-style: italic;
}



#Footer {
	color: #9C9C9C;
	background: #282A2B;
	padding: 15px 25px;
	font-size: 10px;
}

#Footer ul {
	list-style: none;	
}

#Footer ul li, #Footer span {
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	color: #5e5e5e;
	color: black;
}
#Footer ul li {
	padding-left: 1em;
	margin-left: 1em;
	border-left: 1px solid #5e5e5e;
	color: black;
}
#Footer ul li a {
	color: #5e5e5e;
	color: black;
}


p.cms-error,
p.cms-notification,
p.cms-warning,
p.cms-extras,
p.cms-info,
p.cms-success,
div.cms-info,
div.cms-error,
div.cms-success,
div.cms-notification,
div.cms-warning,
div.cms-extras {
	padding: 12px 12px;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
}
p.cms-success a {
	text-decoration: underline;
	color: #555;
}
p.cms-success a.right {
	float: right;
}


/*
div.cms-error:before,
p.cms-error:before {
	content: "\f1a0";
	font-family: "foundation-icons";
	font-size: 170%;
	float: left;
	margin-top: -3px;
	margin-left: -25px;
	margin-right: 0.5em;
}
*/


p.cms-error,
p.cms-info,
p.cms-warning,
p.cms-success,
div.cms-extras,
div.cms-error,
div.cms-info,
div.cms-notification,
div.cms-warning,
div.cms-success {
	font-weight: normal;
	border-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border: 0px;
	border-top: 3px solid #999999;
	border-bottom: 3px solid #999999;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
	position: relative;
	background: white;
	margin-top: 0px;
	margin-bottom: 1.5em;
}

div.cms-error::before,
div.cms-notification::before,
div.cms-info::before,
div.cms-warning::before,
div.cms-success::before {
	/* position: absolute; */
	float: right;
	content: "\f00d";
	font-weight: normal;
	font-family: FontAwesome;
	font-size: 12px;
	line-height: 24px;
	width: 24px;
	text-align: center;
	margin-top: -4px;
	margin-left: 0.5em;
	margin-bottom: -24px;
	padding: 0px;
	background: #999999;
	color: white;
	border-radius: 18px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	border: 0px solid white;
}
div.cms-warning::before { padding: 1px; }
div.cms-error::before { padding: 2px; }

div.cms-error ul,
div.cms-info ul,
div.cms-warnings ul,
div.cms-success ul {
	margin-left: 16px !important;
	font-weight: bold;
}

p.cms-error, div.cms-error { color: #ed473b; color: #c00; border-color: #ed473b; }
div.cms-error::before { background: #ed473b; content: "\f00d"; }

p.cms-success, div.cms-success { color: green; border-color: green; }
div.cms-success::before { background: green; content: "\f00c"; }

p.cms-info, div.cms-info { color: #008fde; border-color: #008fde; }
div.cms-info::before { background: #008fde; content: "\f129"; }

p.cms-notification, div.cms-notification { color: #008fde; border-color: #008fde; }
div.cms-notification::before { background: #008fde; content: "\f129"; }

p.cms-warning, div.cms-warning { background: #f9f9f9; color: #333; border-color: #ff9100; }
div.cms-warning::before { background: #ff9100; content: "\f071"; }

div.cms-extras { 
	border: 0px;
	border-left: 4px solid #aaa;
	margin-bottom: 2em;
}
div.cms-extras > h2:first-child {
	display: block !important;
	padding: 0px !important;
	margin-bottom: 0.75em !important;
	margin-left: 1px !important;
}



div.cms-error p,
div.cms-info p,
div.cms-notification p,
div.cms-warning p,
div.cms-success p {
	font-weight: normal;
	margin-bottom: 0.5em;
}

div.cms-error > h2:first-child,
div.cms-info > h2:first-child,
div.cms-notification > h2:first-child,
div.cms-warning > h2:first-child,
div.cms-success > h2:first-child {
	margin: 0px !important;
	margin-top: 5px !important;
	margin-bottom: 1em !important;
	padding: 0px !important;
	width: auto;
	display: block !important;
	background: none !important;
}

div.cms-error > p:first-child,
div.cms-error > h2 + p,
div.cms-info > p:first-child,
div.cms-info > h2 + p,
div.cms-extras > p:first-child,
div.cms-extras > h2 + p,
div.cms-notification > p:first-child,
div.cms-notification > h2 + p,
div.cms-success > p:first-child,
div.cms-success > h2 + p,
div.cms-warning > p:first-child,
div.cms-warning > h2 + p,
div.cms-error > ul > li > p:first-child,
div.cms-info > ul > li > p:first-child,
div.cms-notification > ul > li > p:first-child,
div.cms-success > ul > li > p:first-child {
	font-weight: bold !important;
}

div.cms-error p:first-child,
div.cms-info p:first-child,
div.cms-notification p:first-child,
div.cms-warning p:first-child,
div.cms-success p:first-child {
	margin-bottom: 1.5em;
}


div.cms-error > ul > li,
div.cms-extras > ul > li,
div.cms-info > ul > li,
div.cms-notification > ul > li,
div.cms-success > ul > li {
	margin-top: 0.4em;
}

div.cms-error > *:last-child,
div.cms-extras > *:last-child,
div.cms-notification > *:last-child,
div.cms-warning > *:last-child,
div.cms-success > *:last-child,
div.cms-info > *:last-child {
	margin-bottom: 0px !important;
}


div.cms-error > div.right,
div.cms-extras > div.right,
div.cms-notification > div.right,
div.cms-warning > div.right,
div.cms-success > div.right,
div.cms-info > div.right {
	clear: both;
	float: none  !important;
	width: auto !important;
	text-align: right;
	margin-right: 0px !important;
}

div.cms-error p::after,
div.cms-info p::after,
div.cms-warning p::after,
div.cms-success p::after,
div.cms-notification p::after,
div.cms-extras p::after {
	clear: both;
	content: "";
	display: block;
}



div.cms-error a.button.right,
div.cms-extras a.button.right,
div.cms-notification a.button.right,
div.cms-warning a.button.right,
div.cms-success a.button.right,
div.cms-info a.button.right {
	clear: both;
	float: right;
	width: auto !important;
	text-align: right;
	/* margin-right: -2.7em !important; */
	margin-top: -0.5em;
	margin-right: 0px;
	margin-bottom: 0px;
}


div.cms-frame p.cms-error,
div.cms-frame p.cms-info,
div.cms-frame p.cms-warning,
div.cms-frame p.cms-success,
div.cms-frame p.cms-notification,
div.cms-frame p.cms-extras,
div.cms-frame div.cms-extras,
div.cms-frame div.cms-error,
div.cms-frame div.cms-info,
div.cms-frame div.cms-notification,
div.cms-frame div.cms-warning,
div.cms-frame div.cms-success {
	border: 2px solid;
	margin-bottom: 1em;
}

div.cms-frame + div.cms-extras,
div.cms-frame + div.cms-info,
div.cms-frame + div.cms-error,
div.cms-frame + div.cms-warning,
div.cms-frame + div.cms-notification,
div.cms-frame + div.cms-success {
	margin-top: 3em !important;
}


adiv.cms-frame p.cms-extras::before,
adiv.cms-frame p.cms-error::before,
adiv.cms-frame p.cms-info::before,
adiv.cms-frame p.cms-notification::before,
adiv.cms-frame p.cms-warning::before,
adiv.cms-frame p.cms-success::before {
	content: none;
}

adiv.cms-frame p.cms-info,
adiv.cms-frame p.cms-warning,
adiv.cms-frame p.cms-notification {
	color: #686842;
	color: #bd6b00;
	border: 2px solid #686842;
	background: #ffffe0;
	font-weight: bold;
}




div.cms-frame p.cms-error,
div.cms-frame p.cms-info,
div.cms-frame p.cms-warning,
div.cms-frame p.cms-success,
div.cms-frame p.cms-notification,
div.cms-frame p.cms-extras {
	font-weight: bold;	
}

div.cms-frame div.cms-info, div.cms-frame p.cms-info { background: #f0f8fd; }
div.cms-frame div.cms-error, div.cms-frame p.cms-error { background: #fdedec; }
div.cms-frame div.cms-success, div.cms-frame p.cms-success { background: #f3f9f4; }
div.cms-frame div.cms-warning, div.cms-frame p.cms-warning { background: #fff2e5; border-color: #ff9100; color: #e88400; }
div.cms-frame div.cms-extras, div.cms-frame p.cms-extras { background: #f5f5f5; border-color: #999; color: #777; }





#Content pre.code {
	padding: 0.5em;
	border: 1px solid #ccc;
	background: #fffcdf;
	margin-top: 2em;
	margin-bottom: 1em;
	overflow-x: auto;
	overflow-y: auto;
	max-height: 500px;
}

#Content code {
	font-family: courier;
	white-space: pre;
	font-size: 100%;
	margin-top: 1em;
	padding: 0.5em;
	border: 1px solid #c3c1a3;
	background: #fffdd5;
	display: block;
	overflow: auto;
}


ul {
	margin-bottom: 1.5em;
	width: 80%;
}

ul li {
	margin-bottom: 0.25em;
}

ul li.listheader {
	list-style: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
	margin-left: -20px;
	margin-bottom: 0.5em;
}


ul li ul {
	margin-top: 0.3em;
	margin-bottom: 0.5em;
}


p.cms-info1 {
	border: 1px dashed #ccc;
	background: #f0f0f0;
	padding: 1em;
}

p.cms-info2 {
	border: 1px solid #ccc;
	background: #f0f0f0;
	padding: 1em;
}

p.cms-info3 {
	border: 1px double #ccc;
	background: #f0f0f0;
	padding: 1em;
}

hr {
	border: 0px;
	border-top: 1px dashed #ddd;
	margin-top: 1em;
	margin-bottom: 2em;
}

div.cms-labeled-section {
	margin-bottom: 3em;
}
div.cms-label {
	margin-bottom: 1.2em;
	margin-top: 2em;
	display: block;
	text-transform: uppercase;
	color: #7f7f7f;
	font-weight: bold;
	font-size: 10px;
}
div.cms-label + input {
	margin-top: 0px !important;
}

* > .cms-labeled-section:last-child {
	margin-bottom: 1em;
}


#Content div.FTEXT *:first-child {
	margin-top: 0px;
}

#Content div.FTEXT h1,
#Content div.FTEXT h2,
#Content div.FTEXT h3,
#Content div.FTEXT h4,
#Content div.FTEXT h5,
#Content div.FTEXT h6 {
	font-size: 100%;
	margin: 0px;
	margin-bottom: 0.5em;
	margin-top: 1em;
	font-weight: bold;
	padding: 0px;
	background: none;
	color: #444;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	text-align: left;
}


#Content div.FTEXT h1 {
	font-size: 160%;
	margin-top: 2em;
	color: #222;
}
#Content div.FTEXT h2 {
	font-size: 130%;
	margin-top: 1.5em;
}
#Content div.FTEXT h3 {
	font-size: 120%;
}
#Content div.FTEXT h4 {
	font-size: 110%;
}

#Content div.FTEXT div.plugin {
	border-left: 10px solid #f9ec6e;
	margin: 1em 0em;
	padding: 0.5em 10px;	
}
#Content div.FTEXT span.plugin {
	border: 1px dotted #ccc;
	padding-left: 5px; 
	border-left: 5px solid #f9ec6e;
}

#Content div.FTEXT div.plugin h1,
#Content div.FTEXT div.plugin h2,
#Content div.FTEXT div.plugin h3,
#Content div.FTEXT div.plugin h4,
#Content div.FTEXT div.plugin h5,
#Content div.FTEXT div.cmsblock h1,
#Content div.FTEXT div.cmsblock h2,
#Content div.FTEXT div.cmsblock h3,
#Content div.FTEXT div.cmsblock h4,
#Content div.FTEXT div.cmsblock h5 {
	margin-top: 0.5em;	
}


#Content div.FTEXT div.cmsblock {
	border-left: 5px solid #e5e5e5;
	margin: 1.5em 0em;
	padding: 0.5em 10px;
	background: white;
}



#Content div.FTEXT p.quote,
#Content div.FTEXT blockquote {
	background:#f9f9f9;
	border-left:10px solid #ccc;
	margin: 1.5em 10px 3em 10px;
	padding: 0.5em 10px;
	quotes:"\201C""\201D""\2018""\2019";
}
#Content div.FTEXT p.quote:before,
#Content div.FTEXT blockquote:before {
	color:#ccc;
	content:open-quote;
	float: left;
	margin: 0px;
	margin-bottom: -20px;
	font-size: 4em;
	line-height: 1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
#Content div.FTEXT p.quote:after,
#Content div.FTEXT blockquote:after {
	color:#ccc;
	content: close-quote;
	float: right;
	margin: 0px;
	margin-left: 0.25em;
	margin-top: -20px;
	font-size: 4em;
	line-height: 1em;
}




#Content div.FTEXT table {
	margin-top: 3em;
}
#Content div.FTEXT table th {
	background: #c5c5c5;
	color: #333;
	text-shadow: none;
}
#Content div.FTEXT table tr.even td {
	background: white;
}

#Content div.FTEXT table td *:last-child {
	margin-bottom: 0px;
}


#Content #editor p,
#Content #editor ul {
	width: 90%;
	padding: 0px;
	margin: 0px;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #aaa;
}

#Content #Main .overview_item {
	float: left;
	background-color: #f5f5f5;
	margin: 7px;
	margin-right: 14px;
	margin-left: 1px;
	border: 1px solid #eee;
	text-align: right;
	position: relative;
	width: 22%;
	min-width: 208px; 
	max-width: 300px;
	height: 75px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;

	/*background: #596f82;*/
	box-shadow: 1px 2px 5px #ddd;
	overflow: hidden;	
}




#Content h1 {
	text-align: center;
	padding: 2px;
	padding-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	font-size: 20px;
	border: 0px;
	border-bottom: 1px dashed #ddd;
	background: none;
	color: #333;
	box-shadow: none;
	margin-bottom: 10px;
}

#Content h2 {
	text-align: center;
	padding: 2px;
	padding-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	font-size: 18px;
	border: 0px;
	background: none;
	color: #333;
	box-shadow: none;
	clear: both;
	background: none;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: lighter;
}


#Content h1 *,
#Content h2 * {
	font-weight: bold;
	font-family: inherit;
	font-size: inherit;
	text-align: inherit;
	margin-bottom: 10px;
	line-height: 1.0em;
}

#Content h1 span {
	font-size: 12px;
}

#Content h1 b {
	font-size: 18px;
	display: block;
}



/*
	#Main > h2,
	#Main > p.cms-error,
	#Main > p.cms-notification,
	#Main > p.cms-info,
	#Main > p.cms-success {
		margin-top: 0px;	
	}
*/


#Content h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	font-size: 12px;
	vertical-align: top;	
	
	border: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;

	padding: 5px;
	margin-bottom: 8px;
	color: #666;
	padding: 3px;

	display: inline-block;
	clear: right;
	padding: 7px 15px 3px 13px;
	background: white;
	margin-bottom: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#Content h2.high {
	padding-bottom: 6px;
}

#Content h2.orange,
#Content h2.black {
	background: white;
}

#Content h2.orange,
.orange {
	color: #ff4b00 !important;
}

#Content h2.black,
.black {
	color: #222324 !important;
}




#Content header h1 {
	border: 0px;
	padding: 0px;
	margin-bottom: 20px;
	margin-bottom: 2em;
	text-align: left;
	font-size: 140%;
	font-weight: lighter;
}
#Content header ul.breadcrumb {
	margin: 0px;
	padding: 0px;
}
#Content header ul.breadcrumb li {
	padding: 0px;
	list-style: none;
	list-style-position: inside;
	display: inline-block;
	color: #666;
	font-weight: normal;
	margin-right: 3px;
}

#Content header ul.breadcrumb li:before {
	content: "/";
	font-weight: bold;
	font-size: inherit;
	margin-top: 0px;
	float: left;
	margin: 0em 0.3em; 
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale	
}
#Content header ul.breadcrumb li:first-child {
	color: #008fde;
	font-weight: bold;
}
#Content header ul.breadcrumb li:first-child a {
	font-weight: inherit;
}
#Content header ul.breadcrumb li:before {
	content: "\f061";
	content: "\f0da";
	color: inherit;
	font: normal normal normal 14px/1 FontAwesome;
}
#Content header ul.breadcrumb a {
	font-weight: normal;
	text-transform: uppercase;
	color: inherit;
}


#Main > h1 {
	background: white;
	padding: 20px;
	margin: -12px -20px 2em -20px;
	border-bottom: 1px solid #d5d5d5;
	text-align: left;
	font-size: 140%;
}
#Main > h1 b {
	margin: 0px;
}
	

#Content h2 {
	margin-top: 20px;
}
#Content header + h2 {
	margin-top: 0px;
}

header div.cms-button-bar {
	text-align: left;
	margin-top: 2em !important;
	margin-bottom: 10px !important;
	margin: 0px !important;
	line-height: normal !important;

	margin: 0px -20px !important;
	background: #f7f7f7;
	padding: 4px 20px 10px 20px !important;
	margin-top: 3em;
	margin-bottom: 0px;
	border: 0px;
	border-top: 1px solid #e2e2e2;
}
header div.cms-button-bar.right {
	text-align: right !important;
	width: auto !important;
	float: none !important;
}
	

header div.cms-button-bar a {
	color: #666 !important;
	border-radius: 3px;
	font-size: 11px;
	line-height: 1.3em;
	border: 1px solid #ddd;
	background: white;
	padding: 0.5em 0.8em;
	display: inline-block;
	margin-right: 3px;
	margin-top: 5px;
	margin-left: 0px;
}
header div.cms-button-bar a i {
	font-size: inherit;
	line-height: inherit;
}
header div.cms-button-bar a::before {
	content: none !important;
}

header div.cms-button-bar a i.fa {
	margin-top: 1px;
	margin-bottom: -1px;
}

header ul.cms-toggle-bar {
	display: block;
	width: auto;
	text-align: right;
	border: 0px;
	margin: 0px !important;
	clear: both;
/*	background: #f7f7f7; */
	margin: 0px -20px !important;
	padding: 8px 20px 0px 20px;
}
header ul.cms-toggle-bar li {
	display: inline-block;
	padding: 0.5em;
	margin: 0px;
	margin-left: 1em;
	line-height: 1em;
	text-align: center;
	color: #bbb;
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
	border-bottom: 3px solid rgba(255, 255, 255, 0);
}
header ul.cms-toggle-bar li:first-child {
	margin-left: 0px;
}
	header ul.cms-toggle-bar li.active {
	color: inherit;
	text-transform: none;
	border-bottom: 3px solid #008fde;
}
header ul.cms-toggle-bar li span {
	border-radius: 25px;
	height: 10px;
	/* display: inline-block; */
	float: right;
	margin-left: 1px;
	margin-right: -5px;
	height: 16px;
	min-width: 16px;
	line-height: 17px;
	margin-top: -8px;
	margin-bottom: -4px;
	font-size: 8px;
	padding: 0px;
	font-weight: normal;
	background: #f0f0f0;
	color: #ccc;
	text-align: center;
}
header ul.cms-toggle-bar li.active span {
	background: #ddd;
	color: #888;
}

.cms-frame {
	margin-top: 2em;
	margin-bottom: 2em;
	/* background: #f5f5f5 !important; */
}
.cms-frame .scroll {
	clear: both;
	overflow-x: auto;
	margin-bottom: 1em;
}
.cms-frame .scroll > form:last-child {
	margin-bottom: 0px !important;
}

h2 + .cms-frame,
h2 + div > .cms-frame {
	margin-top: 0px !important;
}

.cms-frame > *:first-child {
	margin-top: 0px !important;
}
.cms-frame > p:first-child {
	margin-top: 0.6em !important;
	margin-bottom: 1.2em !important;
}

.cms-frame h2 {
	padding: 0px !important;
	margin-bottom: 5px !important;
	color: #666 !important;
	border: 0px !important;
	border-radius: 0px !important;
}

#Main > .cms-frame:first-child {
	margin-top: 0px;
}	
#Main > .cms-frame:last-child {
	margin-bottom: 0px;
}	



.cms-button-bar {
	margin: 0px;
	margin-bottom: 0.7em;
	padding: 0px !important;
	margin-top: 0px !important;
	text-align: right;
	display: block;
	width: auto;
	line-height: 27px;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cms-frame > .cms-button-bar:first-child {
	margin-top: -3px !important;
}

.cms-button-bar > * {
	margin-bottom: 0px;
	margin-left: 0.25em;
}
.cms-button-bar > *:first-child {
	margin-left: 0px;
}
.cms-button-bar:last-child {
	margin-bottom: 0px;
}

.cms-button-bar input.button,
.cms-button-bar input[type=submit],
.cms-button-bar a.button {
	margin-bottom: 0px !important;
}
.cms-button-bar > *:last-child {
	margin-right: 0px;
}


.cms-button-group {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	display: inline-block;
	margin-left: 0.5em;
	margin-top: 3px !important;
	margin-bottom: 0px !important;
	margin-right: 0px !important;
	line-height: 27px;	
	text-align: right !important;
}

.cms-button-group.left {
	float: left !important;
	clear: left;
	text-align: left !important;
	width: auto !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 0.5em;
}
.cms-button-group > * {
	display: inline-block;
	width: auto;
	/* vertical-align: middle; */
	margin-left: 0px;
}
.cms-button-group.left > *:first-child {
	margin-left: 0px;
}
.cms-button-group label {
	width: auto;
	max-width: 100%;
	white-space: nowrap;
	line-height: 27px;
	margin-left: 4px;
	font-weight: bold;
	color: #777;
}
.cms-button-group label * {
	font-weight: normal;
}
.cms-button-group label > * {
	margin-left: 0.25em;
}
.cms-button-group label input {
	line-height: 1em;
	font-weight: normal;
	padding: 0.3em 0.25em;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px #ddd;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cms-button-group label input,
.cms-button-group label select {
	min-width: 200px;
}
.cms-button-group label select {
	max-width: 250px;
}

.cms-button-group label:first-child {
	margin-left: 4px;
}

.cms-button-group .button {
	margin-bottom: 0px !important;
}
.cms-button-group form {
	display: block;
	width: auto;
}


span.cms-counter {
	display: inline-block;
	border-radius: 30px;
	background: red;
	font-size: 9px !important;
	font-weight: bold !important;
	color: white;
	line-height: 1.2em !important;
	padding: 3px !important;
	margin-top: -5px;
	min-width: 10px !important;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-align: center !important;
	white-space: nowrap !important;
}

h2 > span.cms-counter {
	margin-top: 1px;
	margin-left: 3px;
	margin-right: -3px;
}

h2 > i.fa,
h2 > i.fi {
	margin-right: 5px;
}

.cms-widget-frame {
	position: relative;
	padding: 0px;
	margin-bottom: 2em;
	overflow-x: auto;
}


.cms-widget-frame table.cms-table:last-child {
	margin-bottom: 0px;
}




div.cms-todo-list-item {
	color: #333;
	padding: 1.4em 0.5em;
	cursor: pointer;
	border-bottom: 2px solid #e9e9e9;
}

div.cms-todo-list-item i.fa-chevron-right,
div.cms-todo-list-item i.fa-circle-o {
	float: left;
	margin-left: 5px;
	font-size: 20px;
	color: #9f9f9f;
}

div.cms-todo-list-item i.fa-chevron-right {
	font-size: 15px;
	line-height: 15px;
}

div.cms-todo-list-item div.details {
	padding: 0em;
}
div.cms-todo-list-item div.title {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2em;
}
div.cms-todo-list-item div.title span.date {
	font-size: 10px;
	float: right;
	font-weight: normal;
	margin-bottom: 4px;
	margin-left: 1em;
	color: #999;
}

div.cms-todo-list-item div.title-info {
	font-size: 10px;
	margin-top: 1em;
	color: #999;
}
div.cms-todo-list-item div.title-info b {
	color: #ff4b00;
	font-weight: bold;
}

div.todo_list div.cms-todo-list-item:last-child,
div#todo_list div.cms-todo-list-item:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
}


a.cms-tag,
span.cms-tag {
	display: inline-block;
	color: white;
	border-radius: 3px;
	background: #aaa;
	padding: 3px 5px;
	font-size: 10px;
	margin-bottom: 4px;
	margin-right: 3px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);	
	/* box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); */
}

.FTEXT p span.cms-tag {
	margin-top: -1px !important;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: -1px;
	margin-right: 0px;
}

.cms-tag.red { background: #ff0000; }
.cms-tag.green { background: #006400; }


.cms-tag-list {
	text-align: right;
	margin-left: 2em;
	max-width: 40%;
	float: right;
}
.cms-tag-list .cms-tag {
	margin-bottom: 0px;
	margin-top: 4px;
}



div#Content form.login {
	display: block;
	margin-right: 15px;
}

div#Content form.login label {
	float: left;
	width: 100px;
	margin-bottom: 3px;
	font-weight: bold;
	padding-top: 5px;
}
div#Content form.login input {
	float: left;
	overflow: hidden;
	width: 65%;
	padding: 5px;
	margin-bottom: 10px;
}


/*
	input[type="submit"],
	input[type="button"] {
		height: auto;
		font-family: 'Lucida Grande';
		font-size: 11px;
		font-style: normal;
		padding: 2px;
		color: black;
	}
*/



form.cms_form {
	min-width: 570px;
	overflow: hidden;
	font-size: 12px;
	margin: 0px;
	margin-bottom: 1em;
	min-width: 500px;
}

form.cms_form > div {
	margin: 5px 0px;
}

form.cms_form > div > div {
	padding: 5px 5px;
}

form.cms_form label {
	float: left;
	clear: left;
	width: 120px;
	margin-top: 2px;
}

form.cms_form input,
form.cms_form textarea {
	width: 400px;
	margin-right: 0.5em;
	padding: 1px;
}

form.cms_form div.invalid input {
	background: #fff0f0;
}



form.cms_form hr {
	margin: -5px;
	border: 6px solid white;
	/*border-bottom: 1px solid #aaa;*/
}



#Main form div.reference {
	padding: 2px;
	padding-right: 0px;
	border: 1px solid #ccc;
}


form.br-ui span.error,
form.cms_form span.error {
	font-size: inherit;
	color: red;
	margin-left: 1.5em;
	line-height: 170%;
	/*
		background-image: url(/index.php?_action=internal%3A%2F%2FshowFile&file=%2Fgfx%2Ficons%2Ferror.png);
		background-repeat: no-repeat;
	*/
}
form.br-ui span.error:before,
form.cms_form span.error:before {
	content: "\f15e";
	font-family: "foundation-icons";
	margin-right: 0.3em;
}






.cms.frame {
	background: #f5f5f5;
	padding: 1em;
	font-size: 12px;
}

.cms.frame fieldset {
	margin-bottom: 1em;
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
}




.cms.frame .cms.row {
	display: block;
	clear: both;
	font-size: inherit;
	margin: 4px 0px;
	padding-bottom: 4px;
	border-bottom: 1px solid white;
}

.cms.frame label {
	float: left;
	width: 140px;
	font-size: inherit;
	font-family: inherit;
	padding-top: 4px;
	clear: left;
}

.cms.frame .cms.row label + div {
	display: block;
	margin-left: 145px;
}

.cms.frame .cms.row label + div textarea,
.cms.frame .cms.row label + div input {
	width: 100%;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	padding: 2px;
}

.cms.frame .cms.row label + div textarea {
	height: 100px;
}




.cms-frame > *:last-child,
.cms.frame > *:last-child {
	margin-bottom: 0px !important;
}

div.cms-frame {
	background: white;
	padding: 12px 12px 12px 12px;
	padding: 12px 12px;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 0px;
	position: relative;
}
div.cms-frame.no-padding {
	padding-bottom: 0px !important;
}
	
.cms-frame-extend {
	margin-left: -12px;
	margin-right: -12px;
	padding: 12px;
}

div .cms-frame-extend:last-child {
	margin-bottom: 0px !important;
}
	

.cms-frame table:last-child {
	margin-bottom: 0px !important;
}


form.cms-form {
	background: #f5f5f5;
	background: white;
	display: block;
	padding: 3px;
	text-align: right;
}

form.cms-form > * {
	text-align: left;
}

form.cms-form label {
	position: relative;
	display: block;
	min-height: 48px;
	color: #777;
}
form.cms-form label span {
	display: inline-block;
	background: white;
	float: left;
	position: absolute;
	top: -0.4em;
	left: 7px;
	z-index: 10;
	font-size: 90%;
	font-weight: bold;
	color: #aaa;
	padding: 0px 3px;
	box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 1)
}

form.cms-form input[type=submit] {
	font-family: inherit;
	font-size: 100%;
	padding: 10px 1em;
	padding: 0.6em 1em;
	color: rgba(0, 0, 0, 0.80);
	color: #444;
	border: 1px solid #e0e0e0;
	background-color: #E6E6E6;
	text-decoration: none;
	border-radius: 3px;
	margin-top: 1em;
	margin-bottom: 0px;
	clear: both;
}

form.cms-form label input,
form.cms-form label select {
	position: relative;
	margin-top: 0.15em;
	margin-bottom: 0.3em;
	z-index: 5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	

	display: inline-block;
	padding: 0.8em 1.7em 0.5em 1.1em;
	border: 1px solid #ccc;
	width: 100%;
}
form.cms-form label input:focus {
	outline: 2px solid #489fff;
}
form.cms-form label input[readonly]:focus {
	outline: none;
}

form.cms-form label select {
	width: auto;
	min-width: 200px;
	appearance: textfield;
	-webkit-appearance: textfield;
	border-left: 3px solid #027aff;
	border-right: 3px solid #027aff;
	border-radius: 4px;
}


form.cms-form label select:focus {
	outline: none;
}


form.cms-form label input[readonly] {
	color: #bbb;
	background: #f5f5f5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}




table.cms-table {
	width: 100%;
	margin-bottom: 1em;
	background: #f5f5f5;
	border-collapse: separate;
	border-spacing: 1px;
}

table.cms-table th.lighter {
	font-size: 80%;
	background: #ffbdb7;
	color: #444 !important;
	padding-top: 7px;
	padding-bottom: 7px;
	text-shadow: none;
}



table.cms-table tr td {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid white;
}
table.cms-table td.bold { font-weight: bold; }
table.cms-table td.right { text-align: right; }
table.cms-table td.left { text-align: left; }
table.cms-table td.center { text-align: center; }
table.cms-table td.number { text-align: right; }
table.cms-table td.small { font-size: 11px; }

table.cms-table tr.odd td { background: white; }
table.cms-table tr.odd td {	border-top: 1px solid #e9e9e9; border-bottom: 0px; }
table.cms-table tr.even td { border-top: 1px solid #eee; border-bottom: 0px; }

table.cms-table th,
table.cms-table tfoot td {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	font-size: 12px;
	vertical-align: top;	

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;

	padding: 5px;
	margin-bottom: 0px;

	cursor: default;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	 -khtml-user-drag: none;
	 -webkit-user-drag: none;
}

table.cms-table tr th {
	background: #ff4b00;
}
table.cms-table tfoot td {
	background: #232B30; /* old browsers */
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
}

table.cms-table.line-hover tr {
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
table.cms-table.line-hover tr:hover {
	opacity: 1.0;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	transition: background 0.1s linear;
	background: #dce8f4;
}

table.cms-table tr.highlight {
	background: #efe9c4;
}

table.cms-table th,
table.cms-table th.black {
	background-color: #222324;
	color: white !important;
	border: 0px;
}
table.cms-table th.gray {
	color: #444 !important;
	background: #d3d3d3 !important;
}



table.cms-table tfoot {
	font-size: 12px;
}
table.cms-table tfoot td {
	color: #ccc;
/*	background: #222324; */
	font-weight: normal;
	font-size: inherit;
}



table.default {
	border: 1px solid #ddd;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}
table.default tr,
table.default tr td {
	background: white;
	border: 0px;
}

table.default tr td.odd {
	background: white;
}


div.cms-options-button {
	display: inline-block;
	text-align: right;

	cursor: pointer;
	position: relative;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;		
}

div.cms-options-button i.fa-trash {
	color: #C00;
}

div.cms-options-button i.fa-chevron-down {
	margin-left: -4px;
	margin-right: -4px;
}
	
div.cms-options-button ul {
	display: none;
	position: absolute;
	z-index: 1000;
	padding: 1em 0em;
	top: 30px;
	right: 0px;
	width: auto;
	min-width: 200px;
	background: white;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
	margin: 0px !important;
}
div.cms-options-button.active ul {
	display: block;
}

div.cms-options-button ul li {
	list-style: none;
	list-style-position: inside;
	display: block;
	text-align: left;
	font-size: inherit;
	white-space: nowrap;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	line-height: 28px;	
	padding: 0px;
	margin: 0px;
}
div.cms-options-button ul li a {
	margin: 0px;
	color: #555;
	padding: 0.15em;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	font-size: inherit;
}
div.cms-options-button ul li:hover {
	background: #f2f2f2;
}

div.cms-options-button ul li i {
	display: inline-block;
	font-weight: normal;
	line-height: inherit;
	margin-right: 10px;
	font-size: 17px;
	color: #666;
}
div.cms-options-button ul li i.fa {
	font-size: 15px;
}	
div.cms-options-button ul li i.fi {
	margin-top: 1px;
}


div.cms-options-button.compact {
	font-size: inherit !important;
}
div.cms-options-button.compact i.fa {
	font-size: inherit !important;
}
div.cms-options-button.compact ul {
	left: 0px;
	right: auto;
}
div.cms-options-button.compact ul li {
	line-height: 2em;
}	

div.cms-info-popup {
	display: inline-block;
	position: absolute;	
	margin-top: -10px;
	margin-left: -10px;
	width: 300px;
	min-height: 50px;
	max-height: 300px;
	border: 1px solid #d0d0d0;
	overflow-x: hidden;
	overflow-y: auto;
	border-radius: 3px;
	box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);
	font-size: 11px;
	padding: 10px;
	background: rgba(255,255,255,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
div.cms-info-popup table {
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	
}
div.cms-info-popup table {
	border: 0px;
	color: #999;
}
div.cms-info-popup table tr td {
	border-bottom: 1px solid #ddd;
}
div.cms-info-popup table tr:last-child td {
	border-bottom: 0px !important;
}

div.cms-info-popup table td:first-child {
	width: 40%;
	max-width: 40%;
	text-align: right;
	font-weight: bold;
	
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;	
}
div.cms-info-popup table td:last-child,
div.cms-info-popup table td:last-child * {
	font-weight: normal;
	color: #000;
}


@media
only screen and (max-device-width: 480px),
only screen and (max-width: 640px)
{

	.cms-button-bar .cms-button-group {
		width: auto;
	}
	.cms-frame .cms-button-group {
		clear: left;
		float: none;
		display: inline-block !important;
		min-width: 40%;
	}
	
	.cms-button-bar label {
		display: block;
		float: none !important;
		margin-right: 0px;
		margin-bottom: 0.4em;
		width: 100%;
		text-align: left;
		position: relative;
	}
	.cms-button-bar label select,
	.cms-button-bar label input {
		position: absolute;
		right: 0px;
		width: 70%;
		min-width: 0px;
		max-width: none;
	}


	div.cms-options-button.compact ul {
		left: auto;
		right: 0px;
	}

	.sd-float-left {
			float: left;
	}
	.sd-float-right {
			float: right;
	}

}


@page {
	margin: 2cm 1cm;
	font-size: 10pt;
}

@media print {

	body {
		margin: 0px;
		padding: 20px 20px;
		font-size: 10pt;
	}

	#CMS_Navigation	{
		display: none;
	}

	#Navigation	{
		display: none;
	}

	#_cms_admin_layer {
		display: none;
	}


	#Content {
		-webkit-print-color-adjust: exact;
	}

	#Content table td {
		font-size: 70%;
	}
		
		
	#Content table {
		background: none;
	}
	#Content table tr td {
		border-bottom: 1px solid #ccc !important;
	}

	#Content .button {
		display: none;
	}

	#Content h2 {
		/* color: black; */
		background: #f0f0f0 !important;
		display: block;
	}

}

