﻿html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: url(../images/header_bg.png) repeat-x #f6f6f4;
	font-family: 'Roboto', sans-serif;
	font-size: 12px!important;
    color: rgb(34,34,34);
}

#bokeh {
/*	background: url(../images/header_bokeh.png) no-repeat top center; */
	min-height: 71px;
    text-align: center;
}

#container {
	margin: 0 auto;
	width: 962px; /* Total width, use percentages to create a liquid layout */
    text-align: left;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: inherit;
    
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:hover {
    text-decoration: none!important;
}

/********** Header **********/

#header {
    margin-top: 23px;
}
#logo-box {
    position: relative;
}
#logo {
	cursor: pointer;
    width: 100px;
    position: relative;
    top: 10px;
}
#client-logo-admin {
    position: absolute; 
    top:-23px; 
    right: 0;
    padding-right: 0px!important;
    padding: 40px; 
    height: 40px;
}
#header > #logo IMG {
    width: 90px;
    height: 71px;
}

#header h2 {
	float: right;
	line-height: 44px;
	padding-left: 42px;
	position: relative;
}

#header h2 img {
	left: 0;
	position: absolute;
	top: 6px;
}

/********** Messages **********/

#messages {
	display: none;
}

/********** Navigation **********/

#main-nav {
	float: left;
    margin-top: -20px;
	margin-left: 100px;
	position: relative;
    height: 84px;
    width: 600px;
    white-space: nowrap;
}

#main-nav li {
	display: inline;

}

#main-nav li a {
	
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 140px;
    color: rgb(34,34,34);
}

#main-nav li a:hover {
	text-decoration: none;
}

#main-nav li a.current {
	background: url(../images/main-nav-current_bg.png);
    background-repeat: repeat;
    background-position: top left;
    color: #4e4e4e;
}

#main-nav li a.current:hover {
	text-decoration: none;
}

#main-nav li a .active {
	background: url(../images/main-nav-current_bg.png) center;
	display:  none;
	position: absolute;
}

#main-nav li ul {
	position: absolute;
	display: none;
	left: 0;
	top: 40px;
}

#main-nav li ul li {
	display: inline;
}

#main-nav li ul li a {
    background: transparent;
    color: #323232;
    display:block;
    float: left;

}
#main-nav li ul li a:after {
  border-bottom: 3px #e66a39 solid!important;
  content: '';
  display: block;
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
#main-nav li ul li a:hover:after { 
    transform: scaleX(1); 
}


#main-nav li ul li a.current {
	color: #6b6b6b;
	text-decoration: none;
    font-weight: bold;
}


#main-nav li ul li a.current:hover {
	cursor: default;
}

#main-nav .current_submenu {
    border-bottom: 3px #006198 solid;
}

/********** Subnavigation ****/

.subnavigation {
  background: #fff;
  background-position: 0px 0px;
  border: 1px solid #C4C4C4;
  border-top: 0 solid #fff;
  margin: 0px;
  padding-left: 20px;
  white-space: nowrap;
}
.subnavigation .material-icons {
    font-size: 21px;
    vertical-align: middle;
    margin-right: 10px;
}

.subnavigation ul li {
  display: inline-block;
}


.subnavigation ul {
  display: inline;
}
.subnavigation ul li a {
  width: auto;
  margin: 0px 20px 0px 20px;
  line-height: 38px;
  position: relative;
  text-align: center;
  color: rgb(34,34,34);
  display: block;
}

.subnavigation ul li a:after {
  border-bottom: 3px #e66a39 solid!important;
  content: '';
  display: block;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;

}
.subnavigation ul li a:hover:after { 
    transform: scaleX(1); 
}

.subnavigation ul:first-child:hover {
  background: none !important;
}

.subnavigation_logo {
  position: absolute;
  margin-left:20px;
  margin-top:-15px;
  height: 30px;
}

.subsubnavigation {
    position: absolute;
    top: 40px;
    border: 1px silver solid; 
    border-top: 0px;
    padding: 0px;
    display: none;
    background-color: #fff;
    width: auto;
}
.subsubnavigation a {
    margin: 5px;
    text-align: left!important;
}

.displayPickerSubMenuButton {
    position: relative;
    margin-right: 20px;
    padding-top: 4px;
}
.displayPickerBox {
    width: 500px;
    height: 120px;
    margin-top: 0px;
    float: right
}
.displayPickerPos {
    position: absolute;
    width: 500px;
    height: 120px;
  }
.displayPickerBox .subnavigation {
    position: absolute;
    margin-top: 0px; 
    right: 0px;
    height: 40px;
}
.displayPickerFade {
    position: absolute;
    cursor:all-scroll;
    z-index: 800!important;
    margin-top: -1px;
}
.displayPickerMapBox {
    position: absolute;
    overflow: hidden;
    width: 500px;
    height: 120px;
    cursor:all-scroll;
   
}
.displayPickerMap {
    position: absolute;
    right: 0px;
    opacity: 0.3;cursor:all-scroll;
    width: 700px; 
    height: 120px;
}

/********** Content **********/

#content {
	clear: both;
}

.content-box {
	background: #fff;
	border: 1px solid #c4c4c4;
	margin-bottom: 16px;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}

.content-box-header {
	height: 40px;
	padding: 0px 10px 0px 10px;
    background-color: rgba(10,70,102,1);
    color: #fff;
    display: box;
    overflow: hidden;
}
.content-box-header-notification {
    text-align: center!important;
    line-height: 3.4em;
}
.content-box-header h3 {
	float: left;
    line-height: 40px;
    padding-left: 3px;
    color: #fff;
	margin-top: 0px!important;
    margin-bottom: 0px!important;
    font-weight: normal;
    font-size: 16px;
}
/* Wird nur gebraucht, wenn man die Boxen collabsible macht (siehe script.js)
.content-box-header h3:hover {
	cursor: s-resize;
}
.closed .content-box-header {
	border-bottom: none;
}
*/
.content-box.closed .content-box-content, .content-box-submenu {
	display: none;
}
.content-box-submenu {
    border-bottom: 1px solid #c4c4c4;
}
.content-box-content {
    padding: 15px;
    line-height: 1.3em!important;
    background:none repeat scroll 0 0 #FFFFFF;
}
.overflowX {
    overflow-x: auto ! important; 
    overflow-y: visible ! important;
}
.overflow> {
    overflow-y: auto ! important;
    overflow-x: visible ! important;
}
.content-box-submenu {
	padding: 0px;
    line-height: 1.3em!important;
}

.content-box-content > p {
	margin-bottom: 20px;
}
.submenu {
    float: right;
    margin-right: 10px;
}
.submenu-button {
    margin-right:5px;
    margin-top:6px;
    background:url("../images/tab_bg.png") repeat scroll 0 0 transparent!important;
    border-color:#A9A9A9 #A9A9A9 #A9A9A9 #A9A9A9!important;
    border-style:solid solid solid solid;
    border-width:1px 1px 1px 1px;
    color:#656565!important;
    display:block;
    float:left;
    line-height:21px;
    padding:0 10px;
    text-decoration:none;
}
.submenu-button:hover, .submenu-button-active {
    text-decoration: none;
    background:url("../images/tab-active_bg.png") repeat scroll 0 0 transparent!important;
    border-bottom:1px solid #2B2B2B!important;
    border-top:1px solid #2B2B2B!important;
    color:#FFFFFF!important;
    }
.content-box-content > p:last-child {
	margin: 0;
}
.submenu-search-input {
    -webkit-border-radius: 2px !important; 
    width: 250px!important; 
    margin-top: 5px;
    margin-left: -5px;
    height: 30px;
    border-style: solid solid solid solid; 
    border-width: 1px; 
    padding: 0 10px; 
    text-decoration: none;
}
.submenu-search-button {
    background:none;
    color: #fff;
    margin-right: 20px;
    margin-left: 10px;
    height: 30px;
    padding: 5px;
    display: inline:block;
    line-height: 40px;
    border: 0px;
}
.submenu-search-button:hover {
    background-color: rgba(255,255,255,0.1);
}

.column-left {
	float: left;
	width: 65%;
}

.column-right {
	float: right;
	width: 32%;
}

.sidebar {
	width: 100%;
    float: right;
}

.columnbar {
    width: 48%;
}

.main {
	width: 65%;
}

.clear {
	clear: both;
}

.areagraph, .bargraph, .linegraph {
	width: 80% !important;
}

.boxicon {
    vertical-align: middle;
    margin-right: 10px;
}
.sorticon {
    position: relative;
    left: 10px;
    top: 5px;
    height: 20px;
}

.sorticon .material-icons {
    font-size: 18px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: -5px;
    position: absolute;
}
.wizardicon {
    vertical-align: middle;

    float: right;
}

/********** Tables **********/

#content table {
	width: 100%;
    vertical-align: middle;
}

#content table thead th {
	font-weight: bold;
    padding: 15px 5px;
    line-height: 1.5;
    border-bottom: 2px rgba(0, 0, 0, 0.2) solid;
    white-space: nowrap;
}

#content .nopadding table tr td:first-child, #content .nopadding table tr th:first-child {
    padding-left: 15px!important;
    min-width: 50px;
}

#content .nopadding table tr td:last-child, #content .nopadding table tr th:last-child {
    padding-right: 15px!important;
}


#content table thead th a {
    color: #323232;
}

#content .content-box-content tbody tr:hover {
    background: #f2f2f2;
}
 

#content table tbody td, #content table th {
    line-height: 1.5;
    padding: 15px 5px;
}
#content fieldset table tbody td, #content fieldset table th, .slideshow-container table th td {
    line-height: 1.5;
    padding: 5px 5px!important;
}

#content table tbody td .material-icons {
    font-size: 18px;
    padding: 5px;
}
#content-box-content table tbody td .material-icons:hover {
   color: #e58f39;
}

#content table tbody td img {
	margin-right: 5px;
	vertical-align: text-top;
}

#content table tfoot td {
	text-align:right;
    padding: 20px 0px 0px 0px;
    /* background-color: #fff!important; */
}
.slideshow-container table tfoot td {
    padding: 0px 10px 0px 0px!important;
}
tfoot .bulk-actions select, tfoot .bulk-actions a {
	display: inline-block;
	vertical-align: top;
}
.displayGroupTable th {
 background-color:  #fff!important;
}

.displayGroupTable tr, .displayGroupTable .even, .displayGroupTable .odd {
 background-color: #f2f2f2 !important;
 height: 37px;
}

.whitetable {
 border-collapse: separate!important;    
}

.whitetable tr, table.whitetable {
    background-color:  #fff!important;
    background: none!important;
}
.transparentTable {
    border-collapse: separate!important;
}
.transparentTable tr, table.transparentTable {
    background: none!important;
}

.logintable {
    border-collapse: separate!important;
}
.logintable tfoot tr, .logintable tbody tr, .logintable td, .logintable tfoot td, #loginForm td, #loginForm2 td{
    padding: 5px 0px 5px 0px!important;
}
.table_screen th {
 font-size:10px!important;
 line-height: auto!important;

}

/********** Buttons **********/

#header_buttons {
	float: right;
    margin-top: 20px;
}

#header_buttons .home_button_link {
	color: #4b4b4b;
    border-bottom: 0px;
    height: 10px;
	display: block;
	letter-spacing: 1px;
	float: left;
	font-size: 9px;
	margin-left: 10px;
    margin-top: 6px;
	padding: 2px 10px 0px 10px;
	text-decoration: none;
    text-align: center;
}
#header_buttons a {
    color: gray;
    vertical-align: middle;
}
#header_buttons a:hover {
	color: #e66a39;
}


.addbutton {
	background: url(../images/icons/plus.png) no-repeat center left;
	color: #479e39;
	display: inline-block;
	padding-left: 20px;
	text-decoration: none;
}

.addbutton:hover {
	text-decoration: underline;
}

.button, .submitbutton {
    padding:  0px 28px 0px 28px!important;
    border: 0px!important;
    text-decoration: none!important;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap!important; 
    line-height: 36px;
    height: 36px;
    display: inline-block;
    cursor: pointer;
    padding: 18px 0px 18px 0px;
    /*min-width: 100px;
    max-width: 180px;*/
    margin: 10px 0px 10px 0px;
    color: #fff;
    background-color: rgba(10,70,102,1);
}

.button .material-icons,  .submitbutton .material-icons {
    color: #ffffff;
    line-height: 36px;
    font-size: 17px!important;
    margin: 0px 10px 0px -10px;
    float: left;
    padding: 0px!important;
}
.content-box-header .material-icons {
    vertical-align: middle;
    padding: 0px 10px 0px 10px;

}
.material-icons-round {
    cursor: pointer;
    display:block;
    height: 30px;
    width: 30px;
    position: relative;
    top: -5px;
    z-index: 100;
    padding: 10px!important;
    line-height: 30px;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
    border-radius: 50%!important;
    
}
.material-icons-round .material-icons {
    padding: padding-top: 2px;
    padding-left: 11px;;
}

/* status icons */

.material-icons-disabled {
    color: gray!important;
}
.material-icons-lightgreen {
    color: #45BF55;
}
.material-icons-darkgreen {
    color: #044C29;
}
.material-icons-gray {
    color: gray;
}
.material-icons-red {
    color: darkred;
}

/* Nav icons */

.material-icons-nav {
    background-color: #235976;
    color: #fff!important;
}

.material-icons-nav:hover {
    background-color: #2e7499;
}
.material-icons-action {
    background-color: #e66a39;
    color: #fff;
}
.material-icons-authorize {
    background-color: darkgreen;
    color: #fff;
}
.material-icons-reject {
    background-color: darkred;
    color: #fff;
}
.material-icons-action:hover {
    background-color: #e58f39;
}


.material-icons-round i {
    margin-left: -7px;
    margin-top: 1px;
}

.button.fr, .submitbutton.fr {
    margin-left: 20px!important;
}

.button.fl, .submitbutton.fl {
    margin-right: 20px!important;
}


.button .material-icons.fl {
    margin: 0px 15px 0px -10px!important;
}

a.button:hover {
    background-color: rgba(16,109,156,1);
}

.button img,  .submitbutton IMG {
    maring-right: 5px 5px 10px 5px;
    vertical-align: middle!important;
}
.disabled {
    background-color: #f2f2f2!important;
    color: gray!important;
}
/*
.disabled:hover {
    background-image: url(../images/button.png)!important;
}
*/
.graybutton {
    color: black!important;
}
.bluebutton {
    background- : #0056B7!important;
}
.greenbutton {
    background-color: #055902!important;
    color: white!important;
}
.orangebutton {
    background-color: #F27405!important;
    color: white!important;
}
.redbutton {
    background-color: #730202!important;
    color: white!important;
}
.submitbutton {

}

input[type="text"], textarea {
    width: 200px;
}

/********** Tooltip-confirmation **********/

.confirm {
	display: inline;
	position: relative;
	background: url(../images/tooltip.png) no-repeat -1000px -1000px; /* Preload tooltip image */
}

.tooltip {
	background: url(../images/tooltip.png) no-repeat;
	color: #fff;
	display: none;
	height: 38px;
	left: -14px;
	padding: 7px;
    padding-top: 3px;
	position: absolute;
	top: -48px;
	width: 143px;
    text-align: left;
    z-index: 5000;
}

.material-icons.icons-info {
    font-size: 16px;
    color: darkgray;
    vertical-align: middle;
    padding-left: 5px;
}

.tooltip p {
	line-height: 11px;
	margin-bottom: -5px;
}

.tooltip a {
	color: #00a8ff;
}
form input:focus, form textarea:focus{
border-color: gray;
}

/********** Modal mailbox **********/

.modal {
	float: left;
	position: relative;
}
.tipbox {
	z-index: 998;
    min-width: 250px;
    display: none;
    position: absolute;
    right: -10px;
    top: -10px;
}
#tipclose .boxicon {
    margin-right: 2px!important;
    vertical-align: top!important;
    margin-top: 3px!important;
}
.tipboxpos {
    position: absolute;
    width: 917px;
}
.modalbox {
	background: #fff;
	display: none;
	position: absolute;
	right: -10px;
	top: 45px;
	z-index: 998;
    min-width: 250px;
}

.modalbox_visible {
    display: block!important;
    left: 718px;
    top: -50px;

}
.modalbox_help {
    width: 350px;
}
.modalhead {
	background: #fff;
    line-height: 40px;
    font-size: 18px;
	padding: 15px;
	position: relative;
}

.modalhead img {
	position: absolute;
	top: -10px;
	right: 25px;
}

.modalcontent {
	padding: 15px;
}

.modalcontent .message {
	border-bottom: 1px solid #969696;
	padding: 10px 0;
}

.modalcontent .message .author {
	color: #1883d1;
}

.modalcontent .message .datetime {
	color: #999;
}

.modalcontent .message:first-child {
	padding-top: 0px;
}

.modalfoot {
	background: #c4c4c4;
	border-top: 1px solid #969696;
	padding: 0 5px;
    text-align: right;
}

#overlay {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 997;
}

/********** Content-tabs **********/

.content-box-header ul {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
    }

.content-box-header ul li {
	display: inline;
    }

.content-box-header ul li a img, .submenu-button img {
	vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

.content-box-header ul li a {
	color: #fff;
	display: inline-block;
	float: left;
	line-height: 40px;
	padding: 0 10px;
	text-decoration: none;
}
.content-box-header ul li a:hover {
     background-color: rgba(255,255,255,0.1);
}

.content-box-header ul li a.current {
     background-color: rgba(255,255,255,0.1);
}

.tab-content {
	background: #fff;
	position: relative;
}

/********** Forms **********/

form label {
	display: inline;
}

table.formtable .whitetable {
    border-collapse: separate!important;
}
table.formtable td {
    background-color: #fff!important;
    vertical-align: top;
}
td.value {
    vertical-align: middle!important;
}
fieldset legend {
	padding: 0px 20px 0px 20px;
    line-height: 30px;
    position: relative;
    top: 0px;
    font-weight: bold;
    font-size: 14px;
    color: #626262;
}
fieldset {
    border: 1px silver solid;
    padding: 10px;
    margin-bottom: 10px;
}

form p {
	margin-bottom: 15px;
	position: relative;
}

form p:last-child {
	margin: 0;
}

form p small {
	display: block;
	font-size: 11px;
}

form input {
	border: 1px solid #d5d5d5;
	color: #333;

}
form textarea, form .wysiwyg {
    background: #fff;
    border: 1px solid #d5d5d5;
    color: #333;

}

form input, form .notification, form textarea {
	padding: 5px;
}

form .small {
	width: 25%;
}

form .medium {
	width: 50%;
}

form .large {
	font-size: 16px;
	padding: 8px;
	width: 97%;
}

form textarea {
	font-family: 'Roboto', sans-serif;
	height: 120px;
}

form input[type="checkbox"], form input[type="radio"] {
	background: none;
	border: 0;
	padding: 0;
}

form div.skinned-select .select-text {
	text-indent: 5px;
}

form div.skinned-select .select-text,
form div.skinned-select select,
form div.skinned-select select option {
	font-size: 12px;
	color: #000;
}

form .my-skinnable-select select {
	font-size: 12px;
}

.datepicker {
	text-indent: 35px;
    position: relative;
    left: -20px;
}

.datepickericon {
	vertical-align: middle;
    position: relative;
    left: 15px;
    top: -2px;
    z-index: 770;
}
.ui-datepicker {
    z-index: 780!important;
}


/********** Login **********/

#login {
	text-align: center;
}

#login .content-box {
	display: inline-block;
}

#login p {
	display: inline;
}

#login input[type="submit"] {

	margin-top: 16px;
}

/********** Footer **********/

#footer {
	background: #fff;
	border-bottom: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
	color: #999;
	margin-top: 16px;
	padding: 16px 0;
	text-align: center;
	width: 100%;
    height: 20px;
    line-height: 20px;
}

#footer a {
	color: #3790dc;
}

/********** Notifications **********/

div.notification, div.error, div.errors {
    display: none;
	line-height: 1.5em;
    display:block;
	padding: 15px;
    padding-left: 40px;
    position: relative;
    color: #666452!important;
}
span.notification {
    display:inline;
	position: relative;
    display: block;
}

div.success {
	background: url(../images/icons/success.png) center left no-repeat #D5FFCE;
	color: #585B66;
}

div.question {
	background: url(../images/icons/question.png) center left no-repeat #ffd9cb;
	color: #000;
}

div.information {
	background: url(../images/icons/information.png) center left no-repeat #DBE3FF;
	color: #585B66;
}

div.message {
	background: url(../images/icons/message.png) center left no-repeat #e6e6e6;
	color: #000;
}

div.warning {
	background: url(../images/icons/warning.png) center left no-repeat #FFFBCC;
	color: #666452;
}

div.error, div.errors {
	background: url(../images/icons/error.png) center left no-repeat #FFCECE;
	color: #665252;
}
span.success {
	background: url(../images/icons/success.png) top left no-repeat;
	color: #585B66;
}

span.information {
	background: url(../images/icons/information.png) top left no-repeat;
	color: #585B66;
}

span.warning {
	background: url(../images/icons/warning.png) top left no-repeat;
	color: #666452;
}

span.error {
	background: url(../images/icons/error.png) top left no-repeat;
	color: #665252;
}
span.question {
	background: url(../images/icons/question.png) center left no-repeat;
	color: #fa7542;
}

form span.notification {
	background-color: transparent;
	border: none;
	padding: 5px 10px 5px 30px;
}
.errors INPUT, .errors TEXTFIELD, .errors .submenu-button {
    border:1px solid red!important;
}

.errors, .errors .count {
    color: red!important; 
}
.errors .search {
    border: 1px solid #C4C4C4!important;
}
div.errors ul, .stylelist {
    list-style-type: none;
    list-style-image:url(../images/icons/icon_list.png);
    margin-left: 10px;
}

.form_info {
    margin-left: 10px;
}

/********* Slide Creation Process *****/


  .slide_success_pos {

    height: 310px;
    padding-left: 65px
  }

  .slide_success_img {
    z-index: 100;
    position: absolute;
  }

  .slide_success_bg {
    position: relative;
    left: 240px;
    top: 37px;
    z-index: 50;
  }

  .slide_success_slide img {
    position: relative;
    left: 487px;
    top: 25px;
    height: 119px!important;
    width: 238px!important;
    z-index: 75;
  }

  .slide_success_qualityassurance {
    text-align: center;
  }


/********** Styles **********/

#content h1, #content h2, #content h3, #content h4 {
    margin-top: 20px;
    margin-bottom: 5px;

}
h2 {
	color: #0f3d6d;
	font-size: 24px;
}

h3 {
	color: #626262;
	font-size: 14px;

}

p {
	margin-bottom: 12px;
}

small {
	color: #777;
	font-style: italic;
}

a {
	color: #005ba8;
	text-decoration: none;
	outline: none !important;
}

a:hover {
	text-decoration: underline;
}
.nobr {
    white-space: nowrap; 
}

ul.list {
    list-style-type: disc!important;
    padding-left: 20px;
}

.content-box-content h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 48px;
}

.content-box-content h2 {
	font-weight: bold;
    font-size: 22px;
	line-height: 44px;
}

.content-box-content h3 {
	font-weight: bold;
    font-size: 20px;
	line-height: 40px;
}

.content-box-content h4 {
	font-size: 18px;
	font-weight: bold;
    line-height: 36px;
}

.content-box-content h5 {
	font-size: 16px;
    font-weight: bold;
	line-height: 32px;
}

.content-box-content h6 {
	font-size: 14px;
    font-weight: bold;
	line-height: 28px;
}

.content-box-content ul {
	font-size: 12px;
	line-height: 20px;
	list-style: disc;
	margin-left: 20px;
}

.content-box-content ol {
	font-size: 12px;
	line-height: 20px;
	margin-left: 25px;
	list-style: decimal;
}

div.skinned-select {
	background: url('../images/select.png') no-repeat top right;
	border: 1px solid #c4c4c4;
	display: inline-block;
	padding-right:10px;
	height: 22px;
	width: auto;
    position: relative;
    top: 4px;
}
div.skinned-select:hover {
	background: url('../images/select.png') no-repeat bottom right;
}
div.skinned-select select {
	opacity: 0;
	width: auto;
	display: inline-block;
	filter: alpha(opacity = 0);
	moz-opacity: 0;
	position: relative;
	z-index: 100;
}
div.skinned-select .select-text {
  	position: absolute;
	text-indent: 10px;
	line-height: 22px;
	z-index: 1;
}
div.skinned-select .select-text,
div.skinned-select select,
div.skinned-select select option {
	font-size: 12px;
	color: #316d89;
}

div.skinned-select select option {
	height: 22px;
	vertical-align: middle;
}

.my-skinnable-select select {
	width: 175px;
  	font-size: 11px;
  	border: 1px solid #d5e6ee;
}


/* Tooltip ----------------------------------*/
.ui-tooltip {
	padding:8px;
	position:absolute;
	z-index:9999999;
	-o-box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
    background-color: white;
    min-width: 100px;
    max-width: 300px;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width:2px; }

/* Gallerific ------------- NO ABSOLUT POSITION -----------------------------------*/
#slideshow img {
    background-position: left top;
    background-repeat: no-repeat;
}
a.thumb img {
    background-position: right top;
    background-repeat: no-repeat;

}
a.preloading, ul.thumbs li.selected a.preloading{
    background: url('../images/thumb-preloader.gif') #FFF no-repeat center center;
    display: inline-block;
}
td.gallerylabel, td.name {
    color: #666666;
    text-align: right;
    width: 130px;
}
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
}
#gallery div.navigation {
    padding-left: 15px;
}
div.content a, div.navigation a {
	text-decoration: none;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	float: right;
	width: 450px;
	margin-right: 30px;
/* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
 /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow img {
	width: 450px;
    height: auto;
}
div.slideshow span.image-wrapper {

}
div.slideshow a.advance-link {
 /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
}
span.image-caption {

}
div.caption {
	border: 1px silver solid;
	border-top: none;
    padding-top: 5px;
    padding-bottom: 10px;
	width: 450px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.2em;
    padding-left: 5px;
}
div.image-desc {
	line-height: 1em;
	padding-top: 5px;
}
div.navigation {
	width: 430px!important;
	float: left;
    margin-top: 10px;
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
}
a.thumb IMG {
	width: 120px;
}
ul.thumbs li.selected a.thumb {
	background: #e66a39;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
 /********** �bersichtsboxen **********/
  .pos_heading {
    position: absolute;
    z-index: 1000;
  }

  .pos_start_rel {
    z-index: 1;
    position: relative;
    top: -20px;
  }

  img.admin_start {
    margin-left: 100px;
    margin-top: 20px;
  }

  table.shortcut-buttons-table {
    width: 800px !important;
    border-collapse: separate!important;
    margin-left: 100px;
    
  }

  table.shortcut-buttons-table td {
    vertical-align: top !important;
    background: none!important;
  }
  .shortcut-button-text {
      color: gray;
  }
  .shortcut-button img {
    margin: 5px 5px 10px 5px!important;
    height: 26px;
    vertical-align: middle !important;

  }
  .shortcut-button-important {
      color: #c17740 !important;
  }
  .shortcut-button:hover {
    text-decoration: none !important;
    color: #000000;
    background: #fff;
    -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
  }
.shortcut-info {
    border: 1px solid #CCCCCC;
    background-color: #F7F7F7;
    display: block;
    width: 200px;
    margin-bottom: 10px;
    cursor: pointer;
    cursor: hand;
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
 }

  .shortcut-button {
    border: 1px solid #CCCCCC;
    height: 54px;
    line-height: 54px;
    letter-spacing: .5px;
    background-color: #F7F7F7;
    color: #555555;
    display: inline-block;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px;
    width: 200px;
    margin-bottom: 10px;
    padding-left: 10px;
    cursor: pointer;
    cursor: hand;
 }

div.shortcut-button-info a {
    color: gray;
}

    div.shortcut-button-info {
        border: 1px solid #CCCCCC;
        margin-top: -11px;
        margin-bottom: 10px;
        -moz-border-radius: 0px 0px 2px 2px!important;
        -webkit-border-radius: 0px 0px 2px 2px!important;
        z-index: 100!important;
        overflow: visible;
        padding: 10px;
        width: 190px;
        white-space: normal!important;
        color: #555555;
        
    }

  .shortcut-button div {
    vertical-align: middle !important;
    height: 50px;
    text-align: left!important;
    display: inline;
  }


/**** Neues Pagination ***/

#gallery #thumbs .top {
    display: none;
}
#gallery #thumbs .bottom {
    clear: both;
    padding-top: 10px;
}
.paginateButtons {
    margin-top: 10px;  
    margin-bottom: 30px;   
    text-align: center;
}
.paginateButtons *, #gallery .pagination * {
    margin-right: 5px;

}
.paginateButtons a.step, #gallery .pagination a, .paginateButtons  span,  .paginateButtons .nextLink, .paginateButtons .prevLink{
text-decoration: none;
color: #rgb(34,34,34);
padding: 10px;
-moz-border-radius: 2px;
height: 30px;
width: 30px;
}

.paginateButtons a:hover, #gallery .pagination a:hover  {
color: #fff;
background-color: #e66a39;
}

.paginateButtons span.currentStep, #gallery .pagination .current {
color: #fff;
background-color: #e66a39;
}

.paginateButtons .material-icons {
 vertical-align: middle;
 font-size: 18px;
 line-height: 30px;
 text-align: center;

}

/* Workflow Status ----------------------------------*/

    .workflow_status_pos {
        text-align: center;
        width: 100%;
    }
 
    table.workflow_status {
      display: inline-block;
      padding: 0!important;
      margin: 0!important;
      border-collapse:separate!important;
      position: relative;
      white-space:nowrap!important;
      color: #b4b4b4;
      line-height: 40px; 
      height: 40px;
      width: auto!important;
      font-size: 14px;
    }
    table.workflow_status tr {
      background: none!important;
    }
    table.workflow_status tr:hover {
      background: rgba(10,70,102,1)!important;
    }
    table.workflow_status td, table.workflow_status td img {
      padding: 0!important;
      margin: 0!important;
      text-align: center;
    }
    .workflow_active {
      color: #fff;
      font-weight: bold;
      max-width: 400px;
    }
    .workflow_slidetitle {
        text-overflow: ellipsis;
        overflow: hidden;
    }
    td.workflow_arrow {
        height: 40px;
        width: 30px;
        color: #fff;
    }
    td.workflow_seperator {
        height: 40px;
        width: 1px;
    }


/* Accordion ----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a { zoom: 1; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }
.ui-autocomplete-loading { background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat; }

/***** styles for jquery ui daterangepicker plugin  */
input.daterangepick, input.hasDatepicker {
    width:140px!important;
    background: url(../images/icons/icon_calendar.png) no-repeat 4px 4px;
    padding-left: 24px;
}
.ui-daterangepicker-arrows {border: none!important; font-size: 11px; margin-bottom: 1px; color: black; background: #f2f2f2 !important}
.ui-daterangepicker-next, .ui-daterangepicker-prev {
    display: none;
}
.ui-daterangepickercontain {
	position: absolute;
	z-index: 999;
}
.ui-daterangepickercontain .ui-daterangepicker {
	float: left;
	padding: 5px !important;
	width: auto;
	display: inline;
	background-image: none !important;
	clear: left;
}
.ui-daterangepicker ul, .ui-daterangepicker .ranges, .ui-daterangepicker .range-start, .ui-daterangepicker .range-end {
	float: left;
	padding: 0;
	margin: 0;
}
.ui-daterangepicker .ranges {
	width: auto;
	position: relative;
	padding: 5px 5px 40px 0;
	margin-left: 10px;
}
.ui-daterangepicker .range-start, .ui-daterangepicker .range-end {
	margin-left: 5px;
}
.ui-daterangepicker button.btnDone {
	margin: 0 5px 5px 0;
	position: absolute;
	bottom: 0;
	right: 0;
	clear: both;
	cursor: pointer;
	font-size: 1.1em;
}
.ui-daterangepicker ul {
	width: 17.6em;
	background: none;
	border: 0;
}
.ui-daterangepicker li {
	list-style: none;
	padding: 1px;
	cursor: pointer;
	margin: 1px 0;
}
.ui-daterangepicker li.ui-state-hover, .ui-daterangepicker li.ui-state-active {
	padding: 0;
}
.ui-daterangepicker li.preset_0 {
	margin-top: 1.5em !important;
}
.ui-daterangepicker .ui-widget-content a {
	text-decoration: none !important;
}
.ui-daterangepicker li a {
	font-weight: normal;
	margin: .3em .5em;
	display: block;
}
.ui-daterangepicker li span {
	float: right;
	margin: .3em .2em;
}
.ui-daterangepicker .title-start, .ui-daterangepicker .title-end {
	display: block;
	margin: 0 0 .2em;
	font-size: 1em;
	padding: 0 4px 2px;
}
.ui-daterangepicker .ui-datepicker-inline {
	font-size: 1em;
}
.ui-daterangepicker-arrows {
	padding: 2px;
	width: 204px;
	position: relative;
}
.ui-daterangepicker-arrows input.ui-rangepicker-input {
	width: 158px;
	margin: 0 2px 0 20px;
	padding: 2px;
	height: 1.1em;
}
.ui-daterangepicker-arrows .ui-daterangepicker-prev, .ui-daterangepicker-arrows .ui-daterangepicker-next {
	position: absolute;
	top: 2px;
	padding: 1px;
}
.ui-daterangepicker-arrows .ui-daterangepicker-prev {
	left: 2px;
}
.ui-daterangepicker-arrows .ui-daterangepicker-next {
	right: 2px;
}
.ui-daterangepicker-arrows .ui-daterangepicker-prev:hover,
.ui-daterangepicker-arrows .ui-daterangepicker-next:hover,
.ui-daterangepicker-arrows .ui-daterangepicker-prev:focus,
.ui-daterangepicker-arrows .ui-daterangepicker-next:focus {
	padding: 0;
}


/* State Switch Plugin WICHTIG FÜR MODE  */


#j3ssw label, #j3ssw_2 .smalllabel {
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border: 1px silver solid;
    padding: 10px 20px;
    height: 70px!important;
    width: 80px!important;
    text-align: center;
    display: block;
    font-weight: normal;
    float: left;
    margin-right: 10px;
}

#j3ssw_2 .smalllabel {
    padding: 10px!important;
    padding-top: 0px!Important;
    height: 20px!important;
    width: 43%!important;
    text-align: center;
    display: block;
    margin: 0px!important;
    font-weight: normal;
    white-space: nowrap!important;
    margin-bottom: 10px!important;
}
.smalllabel_1 {
    -webkit-border-radius: 5px 0px 0px 5px!important;
    -moz-border-radius: 5px 0px 0px 5px!important;
}
.smalllabel_2 {
    -webkit-border-radius: 0px 5px 5px 0px!important;
    -moz-border-radius: 0px 5px 5px 0px!important;
}

#j3ssw {
    width: 100%;
}
#state3-mode3multi1 label,
#state3-mode3multi2 label,
#state3-mode3multi3 label{
	padding:10px 40px;
}
.state3down-sort{
	color:#333333;

}
.state3down-sort:hover{
	color:#A5CF18;
}
.state3up-sort{
	background: #f2f2f2;
    color:#333333;
}
.state3up-sort:hover{
	color:black;
}
.state3def-sort{
	color:#999999;
}
.state3def-sort:hover{
	color:black;
}

.state3down-filter{

	color:#333333;
}
.state3down-filter:hover{
	color:#FFFFFF;
}
.state3up-filter{
	color:#333333;
}
.state3up-filter:hover{
	color:#FFFFFF;
}
.state3def-filter{
	color:#999999;
}
.state3def-filter:hover{
	color:#FFFFFF;
}


/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


   /********** Multiselect**********/

.ui-multiselect { font-size: 0.8em; width: 100%!important;}
.ui-multiselect * {line-height:12px!important;}
.ui-multiselect ul { -moz-user-select: none; }
.ui-multiselect li { margin: 0; padding: 0; cursor: default; line-height: 20px; height: 20px; font-size: 11px; list-style: none; }
.ui-multiselect li a { color: #999; text-decoration: none; padding: 0; display: block; float: left; cursor: pointer;}
.ui-multiselect li.ui-draggable-dragging { padding-left: 10px; }

.ui-multiselect div.selected { position: relative; padding: 0; margin: 0; border: 0; float:left; width: 47%!important; }
.ui-multiselect ul.selected {	background: url(../images/arrow_createSlide.png) no-repeat top right; position: relative; padding: 0; overflow: auto; overflow-x: hidden; margin: 0; list-style: none; border: 0; position: relative; width: 100%!important; height: 150px!important;}
.ui-multiselect ul.selected li { }

.ui-multiselect div.available { position: relative; padding: 0; margin: 0; border: 0; float:left; margin-left: 10px; width: 47%!important;}
.ui-multiselect ul.available { position: relative; padding: 0; overflow: auto; overflow-x: hidden; margin: 0; list-style: none; border: 0; width: 100%; height: 150px!important;}
.ui-multiselect ul.available li { padding-left: 10px; white-space: nowrap!important;}

.ui-multiselect .ui-state-default { border: none; margin-bottom: 1px; padding-left: 10px; padding-top: 4px;} /* Removed position: relative; to fix bug where when scrollbar was visible no content was visible */
.ui-multiselect .ui-state-hover { border: none; }
.ui-multiselect .ui-widget-header {border: none; font-size: 11px; margin-bottom: 1px; background: #f2f2f2 !important}

.ui-multiselect .actions {white-space: nowrap;} 
.ui-multiselect .add-all { float: right; padding: 7px;color: black; white-space: nowrap;}
.ui-multiselect .remove-all { float: right; padding: 7px; color: black; white-space: nowrap;}
.ui-multiselect .search { float: left; padding: 4px;}
.ui-multiselect .count { float: left; padding: 7px; color: gray}

.ui-multiselect li span.ui-icon-arrowthick-2-n-s { position: absolute; left: 2px; }
.ui-multiselect li a.action .multiselect-icon { position:absolute; right: 0px; top: 0px; display: none;}

.ui-multiselect input.search {background: url(../images/icons/icon_search.png ) 3px 0px #f2f2f2 no-repeat; height: 18px; padding: 1px; opacity: 0.5; margin: 4px; width: 60px; margin-top: 5px; color: black}
.ui-multiselect input.search:focus {background: #f2f2f2!important;}



/* Slider  ----------------------------------*/
.slider-value {width: 40px!important; margin-left: 0px; padding: 0px!important; border: none; color: black; text-align: right!important;}
.ui-slider {float: left; position: relative; text-align: left; margin-top: 7px;}
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; width: 65%!important}
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs




/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

/********** Text Styling **********/

.jqmOverlay {
    background-color: #000;
    position: absolute;
}

.jqmWindow {
position: absolute;
z-index: 5000;
width: 900px;
margin-left: 30px;
display: none;
}
.jqmWindow .content-box {
    margin-bottom: 0px !important;
}
button.jqmClose {
background: none;
border: 0px solid #EAEAEB;
color: #000;
clear: right;
float: right;
padding: 0;
margin-top:5px;
margin-left:5px;
cursor: pointer;
font-size: 8px;
letter-spacing: 1px;
}

            button.jqmClose:hover, button.jqmClose:active {
                color: #FFF;
				border: 0px solid #FFF;
            }

            #jqmTitle {
                background: transparent;
                color: black;
                text-transform: capitalize;

            }

            #jqmContent {
                width: 100%;
                height: 350px;
                display: block;
                clear: both;
                margin: 0;
                margin-top: 0px;
                background: #e8e8e8;
                border: 0px;
            }


/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/********** Text Styling **********/

div.heading_1 {
	font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    padding-top: 30px;
}
div.heading_2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 35px;
	color:#999999;
	font-size:18px;
    margin-top: 5px;   
}
.listbuttons {
	white-space: nowrap;
}
.dn {
    display: none;
}
.fl {
	float: left!important;
}
.fr {
	float: right!important;
}
.clear {
	clear: both!important;
}
.nopadding {
    padding: 0px!important;
}
.hidden {
    display: none;
}
.tar {
    text-align: right;
}
.tal {
    text-align: left;
}
.tac {
    text-align: center;
}
.taj {
    text-align: justify;
}
.vat {
    vertical-align: top;
}
.vam {
    vertical-align: middle;
}
.vab {
    vertical-align: bottom;
}
.lh14 {
    line-height: 1.3em!important;
}
.lh20 {
    line-height: 1.5em!important;
}
.cg {
    color: gray!important;
}
hr {
    background-color: gray;
    height: 1px;
    border: 0px;
    border-style:solid;
    width: 100%
}

/***** Filterpane ****/

.filterPane {
    position: static!important;
	width:100%!important;
    left: 0%!important;
	margin-left: 0%!important;
	top: 0px!important;
	border: 0px solid #666666!important;
    border-bottom: 1px solid #e1e1e1!important;
	background-color: white;
	padding: 0px!important;
}

.filterTable {
	width: 100%;
}
.filterTable SELECT, .filterTable INPUT {
    width: 250px;
}
.filterTable #time-container SELECT {
    width: auto!important;
}
a.remove img {
    border:none;
}
.filterbuttons {
    width: 100%;
    text-align: right;
    padding: 10px!important;
    margin-left: -20px;
}
.filtersort {
    margin: 10px;
}
td.filter-main {
    margin-top: 5px;
    border-bottom: 1px solid #e1e1e1;
    background-color: #f2f2f2!important;
}
td.filter-active {
    background-color: #dfdfdf !important;
}
td.filter-active-sub a {
    font-weight: bold;
    color: black;
}
td.filter-active-sub a:hover {
    text-decoration: none;
    cursor: default;
}

/***** Map Styling ***/
.mapClose #status {
    float: left!important;
    color: white;
    font-weight: normal;
    margin-top: 10px;
    margin-right: 10px;
}
.mapInfo {
    top: 71px!important;
    background-color: rgba(0,0,0,0.8);
}
.olPopup {
    margin-top: 48px!important;
    margin-left: 5px!important;
}

/***** Print Layout ***/

.print .print_metadata td {
    margin-top: 60px;
}

.print .print_metadata td {
    padding: 5px;
}

/***** Diverses ****/

.checkbox  {
    background-color: red;
}
.print_image {
    text-align: center;
}

.slidePreview {
   display: inline-block;
    margin-bottom: 5px;
    border: 1px solid #C4C4C4;
    padding: 0px;
}
.slidePreviewButtons {
    text-align: center;
}
.bold {
    font-weight: bold
}
.italic {
    font-style: italic
}

#react_editor > div {
 color:black;
}
#react_editor .has-danger {
    color:#fff;
}

#react_editor fieldset {
    display: block;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-before: 0em;
    -webkit-padding-start: 0em;
    -webkit-padding-end: 0em;
    -webkit-padding-after: 0em;
    min-width: -webkit-min-content;
    border-width: 0px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}


/* editor styling */


#react_editor div.has-danger {
  background-color: darkred;
}


/* Styling the Template Variables */

#react_editor .app {width: 959px;overflow: hidden;}
#react_editor .rjsf {background-color: #0a4666; color: #fff; border-top: 1px silver solid;border-bottom: 1px silver solid}
#react_editor .rjsf * {text-align: left; padding: 0px!Important; margin: 0px!important; vertical-align: top;}
#react_editor .rjsf fieldset {margin-bottom: 0px!important}
#react_editor .rjsf>#custom>.field-object>fieldset>#custom>.field-string {width: 150px}
#react_editor .rjsf>#custom>.field-object>fieldset>#custom>.field-object>fieldset>#custom>.field-object {width: 170px}
#react_editor .rjsf .field-string {padding: 15px!important;text-align: left; height: 50px}
#react_editor .rjsf fieldset div {display: inline-block}
#react_editor .rjsf select {width: 130px!important; margin-top: 5px!important;}
#react_editor .notificationEditor {color: #fff; background-Color: darkred; padding: 15px; width: 100%;border-bottom: 1px silver solid}
#react_editor .uploadEditor {background-Color: gold; padding: 15px; width: 100%;border-bottom: 1px silver solid}



/* Styling for Genres in User */

#jsonForm .rjsf {
    background-color: white;
    color: black;
    width: 100%;
    border: 0;
    position: relative;
}
#jsonForm .rjsf > .form-group {
    width: 100% !important;
}
#jsonForm .rjsf .field {
    text-align: left;
    height: auto !important;
}
#jsonForm .rjsf * {text-align: left; padding: 0px!Important; margin: 0px!important; vertical-align: top;}
#jsonForm .rjsf fieldset div {display: inline-block}

#jsonForm > .rjsf > .field {
    display: inline-table;
}

#jsonForm .rjsf > div > fieldset {
    padding: 10px !important;
}
#jsonForm .rjsf div.form-group div.form-group fieldset {
    border: none;
    margin: 10px 0px 10px 0px!important;

}
#jsonForm .rjsf .control-label {
  width: 60px;
  display: inline-block;
}
#jsonForm .rjsf .form-control {
  border: none;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  color: #333;
  width: 200px;
  padding: 5px!important;
}
#jsonForm .rjsf div.form-group div.form-group div.form-group fieldset  {
    border-top: 1px silver solid!important;
}
#jsonForm .rjsf .field-string {
  padding: 5px!important;
  text-align: left; 
  height: auto!important;
}
#jsonForm legend {
    padding: 0px 20px 0px 20px!important;
    line-height: 30px;
    position: relative;
    top: 0px;
    font-weight: bold;
    font-size: 14px;
    color: #626262;
}
#jsonForm .btn {
    cursor: pointer;
    display:block;
    height: 50px;
    width: 50px;
    z-index: 100;
    line-height: 30px;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
    border-radius: 50%!important;
    color: #ffffff;
    line-height: 36px;
    font-size: 17px!important;
    margin: 0px!important;
    padding: 0px 0px 0px 1px!important;
    float: right;
    border: none;
}
#jsonForm .btn-group {
  width: 100%;
}
#jsonForm .btn-info {
    color: #fff;
    background-color: #044C29;
    position: relative;
}
#jsonForm .btn-default {
    position: relative;   
}
#jsonForm .btn-danger {
    color: #fff;
    background-color: darkred;
    position: absolute;
    right: 10px;
}
#jsonForm .glyphicon {
    font-family: 'Material Icons';
    overflow:hidden;
    width: 20px;
    height: 20px;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
#jsonForm .glyphicon-plus:before {
    content: "add";
}
#jsonForm .glyphicon-remove:before {
    content: "remove circle";
}
#jsonForm .glyphicon-arrow-down:before {
    content: "arrow downward";
}
#jsonForm .glyphicon-arrow-up:before {
    content: "arrow upward";
}