#ui-datepicker-div {
	z-index: 11 !important;
}

#navcontainer{
	background: #fff;
	border-top: 1px solid silver;
	text-transform: uppercase;
	font-style: bold;
	vertical-align: center;
	font-family: Brandon;
	font-style: bold;
	font-size: 120%;
	color: #0d2645;
}

#generic_loading_dialog {
	min-height: 150px !important;
}

.userinfo{
	float: right;
	margin-right: 20px;
	padding: 30px 20px 20px 20px;
	text-transform: uppercase;
	font-style: bold;
	vertical-align: bottom;
	font-family: Brandon;
	font-style: bold;
	font-size: 120%;
	color: #0d2645;
}

#navcontainer ul{
	padding-left: 20px;
	float: left;
}

#navcontainer ul li{
	list-style-type: none;
	margin: 0;
	display: block;
	float: left;
	text-align: center;
}

#navcontainer li a {
	text-decoration: none;
	display: block;
	padding: 20px;
	color: #0d2645;
}

#navcontainer li.active, #navcontainer a:hover { 
	background-color: #f5f5f5;
}
#navcontainer li.active a{
	color: #E6532A;
}

body.tundra, body {
	margin: 0px;
	font-family: 'Raleway', Arial, Verdana;
	font-size: 12px;
}

#topbar {
	width: 100%;
}

.sitetitle{
}

#global-container {
	width: 960px;
	/*background-color: #111111;*/
	margin-left: auto;
	margin-right: auto;
}

.login_choices {
	text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

a.choice_sso, a.choice_legacy {
	display: inline-block;
	padding: 50px 100px;
	background: rgb(21,40,75);
	color: white;
	position: relative;
}

a.choice_sso:active, a.choice_legacy:active {
    top: 2px;
}

a.choice_legacy {
	background: rgb(255,80,0);
	margin-left: -4px;
}

#ajaxwait, #browsernotsupported {
	border: 3px solid #5b0d0d;
	width: 250px;
	position: absolute;
	padding-top: 40px;
	z-index: 101;
	background-color: #111111;
	color: #FFFFFF;
	top: 200px;
	left: 400px;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 40px;
}

#overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 10;
	background-color: #000000;
	font-size: 11px;
}

#readerror {
	background-color: #af2c30;
	color: #FFFFFF;
	border: 2px solid #6a1b18;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#toplogo {
	margin-right: 30px;
	width: 100px;
	margin-top: 15px;
}

#main-navi {
	float: left;
	width: 100%;
	background: #871b1a url(../images/navibg.gif) repeat-x;
}

#main-navi ul li a {
	padding: 5px;
	background-color: #701414;
	display: block;
}

#main-navi ul li a:hover {
	padding: 5px;
	background-color: #5b0d0d;
	display: block;
}

#main-navi li {
	border: 1px solid #5b0d0d;
	float: left;
	margin: 5px;
}

.button {
	border: 1px solid gray;
	padding: 5px;
	background-color: silver;
	white-space: nowrap;
}

.button:hover {
	background-color: gray;
}

input.button {
	white-space: nowrap;
	background-color: silver;
	padding: 5px;
	color: #000000;
	cursor: pointer;
}

ul.errors, .hint {
	background-color: #af2c30;
	color: #000000;
	border: 2px solid #6a1b18;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

form label {
	font-weight: bold;
	margin-right: 10px;
}

#submit {

}

#printTitle{
	padding-top: 20px;
}

#content {
	/*margin-left: 20px;*/
	min-width: 100% - 80px;
	background-color: #e7ebef;
	padding-left: 40px;
	padding-right: 40px;
}

#content > p:first-child,
#content > p:first-child + form + p,
#content > p:first-child + form {
	display: block;
	width: 360px;
	background: #fff;
	padding: 10px;
	box-shadow: rgba(50, 50, 93, 0.05) 0px 5px 15px, rgba(0, 0, 0, 0.03) 0px 3px 5px;
}

#content > p:first-child {
	border-radius: 5px 5px 0 0;
}

#content > p:first-child + form + p {
	border-radius: 0 0 5px 5px;
	margin-bottom: 20px;
}

#content > p:first-child + form + p a {
	text-decoration: underline;
}

#content > p:first-child + form tr {
	margin-bottom: 10px;
	display: block;
}

#content > p:first-child + form tr td:first-child {
	width: 30px;
}

#content > p:first-child + form tr td input {
	-webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid rgb(21,40,75);
    background: transparent;
    color: rgb(21,40,75);
    border-radius: 3px;
    padding: 10px;
}

#content > p:first-child + form tr:last-child td input {
	background: rgb(21,40,75);
	color: white;
	transition: all 0.3s ease-in;
	cursor: pointer;
}

#content > p:first-child + form tr:last-child td input:hover {
	opacity: 0.8;
}

#content form[action="/targets/edit"] + p {
	color: #004085;
    background-color: #cce5ff;
    border: 1px solid #b8daff;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    width: auto;
}

.loginboxcontainer{
	padding: 50px;
}

.loginbox {
	text-align: left;
	width: 150px;
	margin: auto;
	padding: 20px;
	/*border: 1px solid silver;*/
	background-color: #fff;
}

.loginbox dt{
	font-family: Brandon;
	color: #0d2645;
	text-transform: uppercase;
	padding: 10px 0px 10px 0px;
}

.pageingress{
	padding: 40px;
	background-color: #fff;
	box-shadow: rgba(50, 50, 93, 0.05) 0px 5px 15px, rgba(0, 0, 0, 0.03) 0px 3px 5px;
	border-radius: 0 0 3px 3px;
}

.tooltip{
    width: 360px;
}

.viewgroup{
    padding: 40px;
    float: left;
    width: 400px;
	overflow: none;
}

.viewgrouptitle{
	height: auto;
	padding: 10px;
}

.viewgroup.even{
	background-color: #eee;
}

.superviewgroup{
	clear: both;
	height: auto;
	min-width: 1560px;
	background-color: #fff;
	margin-left: -40px;
	margin-right: -40px;
}

.superviewgroup::after {
    content: '';
    display: block;
    clear: both;
}

.superviewgroup.even{
	background-color: #eee;
}

.superviewgrouptitlecontainer{
	float: left;
	width: 80px;
        height: 650px;
}

.superviewgrouptitle{
	
	font-family: Brandon;
	font-style: bold;
	font-size: 150%;
	text-transform: uppercase;
	
	background-color: #0d2645;
	color: #fff;
	
	text-align: center;
	vertical-align: center;
	display:inline-block;
	width: 671px;
	padding: 35px 0px 35px 0px;
	-webkit-transform: rotate(-90deg) translate(-100%, 0); 
	-moz-transform:    rotate(-90deg) translate(-100%, 0);
	-ms-transform:     rotate(-90deg) translate(-100%, 0);
	-o-transform:      rotate(-90deg) translate(-100%, 0); 
	transform:         rotate(-90deg) translate(-100%, 0); 
	-webkit-transform-origin: 0 0;
	-moz-transform-origin:    0 0;
	-ms-transform-origin:     0 0;
	-o-transform-origin:      0 0;
	transform-origin:         0 0;
}

.superviewgrouptitle.even{
	background-color: #fff;
	color: #0d2645;
}

.tooltip{
	padding: 10px;
	width: 360px;
	/*border: 1px solid #e4e4e4;*/
	background: #fff;
}

table.reportlist  {
	/*border-collapse: collapse;
	border: 2px solid #fff;*/
	background-color: #fff;
	box-shadow: rgba(50, 50, 93, 0.05) 0px 5px 15px, rgba(0, 0, 0, 0.03) 0px 3px 5px;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
	width: calc(100% + 1px);
}

table.reportlist td {
	border-right: 1px solid rgb(233, 236, 240);
	border-bottom: 1px solid rgb(233, 236, 240);
}

table.reportlist td:last-child {
	border-right: 0px;
}

table.reportlist.even td {
	border-right: 1px solid rgb(233, 236, 240);
	border-bottom: 1px solid rgb(233, 236, 240);
}

table.reportlist.even td:last-child {
	border-right: 0px;
}

.reportlist td{
	padding: 7px;
	/*border: 1px solid #cccccc;*/
}

.reportlist th{
	text-align: left;
}

.reporthover:hover {
	background-color: #f5f5f5;
}

.reportlinks {
	cursor: pointer;
}

.datafilterform{
    padding: 20px;
}

div#news_flash {
    display: none;
    position: absolute;
    width:600px;
    padding:20px;
    border: 1px solid #383;
    border-radius: 4px;
    text-align: center;
    z-index:1;
}
div#news_flash_bg {
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    background-color: #ADA;
    border-radius: 4px;
    z-index:2;
}
div#news_flash_content {
   position:relative;
   z-index:5;
}

.compactlist tr{
	height: 1.4em;
}
.compactlist td{
	padding-right: 10px;
}

.hidden{
	visibility: collapse;
}

.columns-wrapper table {
	background: #fff;
	box-shadow: rgba(50, 50, 93, 0.05) 0px 5px 15px, rgba(0, 0, 0, 0.03) 0px 3px 5px;
	border-radius: 3px;
	overflow: hidden;
}

.columns-wrapper table tr td,
.columns-wrapper table tr th {
	padding: 5px;	
}

.columns-wrapper table tr:not(:last-child) td,
.columns-wrapper table tr th {
	border-bottom: 1px solid rgb(233, 236, 240);
	border-right: 1px solid rgb(233, 236, 240);
	text-align: left;
}

.columns-wrapper table tr td:not(:last-child) {
	border-right: 1px solid rgb(233, 236, 240);
}



.columns-wrapper table td input[type="text"] {
	border: 0px;
	padding: 5px;
	border-bottom: 1px solid rgba(21,40,75,0.3);
}

.columns-wrapper table tr th {
	color: rgb(255,80,0);
	font-weight: 400;
	font-family: 'Raleway';
	text-transform: initial;
}

.columns-wrapper table td input[type="submit"] {
	-webkit-appearance: none;
	background: rgb(21,40,75);
	color: white;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	padding-bottom: 4px;
}

/* EMAIL RAPPORTER STYLING */

.dt-button-collection {
	max-height: 500px;
	overflow-y: scroll !important;
}

.dt-buttons {
	margin-bottom: 10px;
}

.dt-buttons a {
	background: none;
	color: rgb(21,40,75);
	border: 1px solid rgb(21,40,75);
	transition: all 0.2s ease-in;
	text-shadow: none !important;
}

.dt-buttons a:hover {
	background-image: none !important;
	color: white;
	background-color: rgba(21,40,75) !important;
}

.new_report_btn {
	background: rgba(21,40,75);
	border-radius: 3px;
	color: white;
	border-color: rgba(21,40,75);
	transition: all 0.2s ease-in;
}

.new_report_btn:hover {
	background: rgb(21,40,75);
	opacity: 0.8;
}

.subscription-edit-form form {
	background: white;
	box-shadow: rgba(50, 50, 93, 0.05) 0px 5px 15px, rgba(0, 0, 0, 0.03) 0px 3px 5px;
	border-radius: 3px;
	overflow: hidden;
	padding: 10px;	
	display: inline-block;
}

.subscription-edit-form form dd {
	margin-bottom: 10px;
}

.subscription-edit-form form dd select {
	width: 400px;
}

/* WAYPOINT STYLING */
.new-waypoint-wrapper a.button {
	background: none;
	color: rgb(21,40,75);
	border: 1px solid rgb(21,40,75);
	transition: all 0.2s ease-in;
	text-shadow: none !important;
}

.new-waypoint-wrapper a.button:hover {
	background-image: none !important;
	color: white;
	background-color: rgba(21,40,75) !important;
}

.new-waypoint-wrapper table th {
	color: rgb(255,80,0);
	font-weight: 400;
	text-align: left;
	text-transform: initial;
}

.waypoint-editor form {
	background: white;
	box-shadow: rgba(50, 50, 93, 0.05) 0px 5px 15px, rgba(0, 0, 0, 0.03) 0px 3px 5px;
	border-radius: 3px;
	overflow: hidden;
	padding: 10px;	
	display: inline-block;
}

.waypoint-editor form dd {
	margin-bottom: 10px;
}

.waypoint-editor form #event-element select {
	width: 100%;
}

/* CONTACT STYLING */
.contact-wrapper a.ui-button,
.auto-customers-wrapper a.ui-button,
.templates-wrapper input[name="create_new"],
.templates-wrapper input[name="replace_existing"],
.templates-wrapper input[name="confirm_action"],
.auto-kunde-wrapper a.js-check-all-shows,
.auto-kunde-wrapper input#save {
	background: none;
	border: 1px solid rgb(21,40,75);
	color: rgb(21,40,75);
	transition: all 0.2s ease-in;
}

.contact-wrapper a.ui-button:hover,
.auto-customers-wrapper a.ui-button:hover,
.templates-wrapper input[name="create_new"]:hover,
.templates-wrapper input[name="replace_existing"]:not(.ui-button-disabled):hover,
.templates-wrapper input[name="confirm_action"]:not(.ui-button-disabled):hover,
.auto-kunde-wrapper a.js-check-all-shows:hover,
.auto-kunde-wrapper input#save:hover {
	color: white;
	background: rgb(21,40,75);
}

.select-wrapper,
.auto-customers-wrapper,
.templates-wrapper,
.sms-wrapper,
.auto-kunde-wrapper {
	background: white;
	padding: 5px;
	border-radius: 3px;
	box-shadow: rgba(50, 50, 93, 0.05) 0px 5px 15px, rgba(0, 0, 0, 0.03) 0px 3px 5px;
	position: relative;
}

.select-wrapper input#show_name,
.select-wrapper input#event_name,
.templates-wrapper input#template_name,
input#contact_select,
.auto-kunde-wrapper #template_name {
	position: relative;
    top: 2px;
}

.templates-wrapper .contact-template-element-row {
	margin-bottom: 20px;
}

.sms-wrapper .obs {
	float: right;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}

.sms-wrapper form input {
	margin-bottom: 10px;
}

.sms-wrapper form input[name="to"] {
	margin-left: 4px;
}

.auto-kunde-wrapper a.js-check-all-shows {
	padding: 5px;
	border-radius: 5px;
	margin: 0;
}


/* EVENT-INFO STYLING */
.dataTables_wrapper {

}

/* NEWS STYLING */
.news-wrapper {
	background: white;
	padding: 5px;
	border-radius: 3px;
	box-shadow: rgba(50, 50, 93, 0.05) 0px 5px 15px, rgba(0, 0, 0, 0.03) 0px 3px 5px;
}