/*
 * Basiswerte:
 *
 * font-size: 14px;
 * line-height: 27px;
 * font-family: 'Rubik', sans-serif;
 *
 * Hintergrundfarbe body: #fafafa;
 * Hintergrundfarbe content: #f6f6f6;
 * dunkles Blau: #425c75
 * helleres Blau: #57718a
 * Textfarbe hell: #f8f8f9
 * Textfarbe dunkel: #303233
 * Linienfarbe: #dddddd
 * Button-Blau: #286090
 * Button-Rot: #d9534f
 * Button-Grün: #5cb85c
 * Content-Box, Shadow: 0px 1px 5px rgba(69, 69, 69, 0.5)
 * Content-Box, Radius: 10px
 *
 */
 

body {
	display: flex;
	min-height: 100vh;
	margin: 0 auto;
	flex-direction: column;
}

main {
	min-height: 100px;
	flex: 1;
}

#panel_main {
	width: 100%;	
	padding-left: 1vw;
	padding-right: 1vw;
}

.panel-primary, .panel-primary > .panel-heading {
	border-color: #57718a;
}

.panel-body {
}

.panel-primary > .panel-heading {
	background-color: #57718a;
	background-image: linear-gradient(to bottom,#57718a 0,#425c75 100%);
}

p.panel-title {
	font-size: 20px;
}

.ui-tabs-panel {
	background-color: #fff !important;	
	border: 1px solid #dddddd !important;	
}

.ui-widget-header {
	border: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 1vw;
	padding-right: 1vw;
}

/* deprecated */
/* new layout: panel "tools" */
.toptaps {
	margin-top: -16px;
}

.tc-content-tabbuttons {
	text-align: right;
	padding-right: 15px;
	margin-top: -22px;
}

/* new for .btn-top */
.tab-button {
	margin-top: -22px;
	border-radius: 4px 4px 0px 0px;
	height: 44px;
	padding: 8px 25px 0px 25px;
	font-size: 16px;
	line-height: 24px;
}
button.tab-button {
	padding-bottom: 20px;
}

/* deprecated */
.btn-top {
	margin: -44px 30px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	height: 44px;
	padding: 8px 25px 0px 25px;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 767px) {
	.btn_top.btn_default,
	.btn-top.btn-default {
		display: none !important;
	}
}

.btn-icon-xs {
	border: none;
	padding-right: 4px;
	background: transparent;
}

button.close {
	border-color: #dddddd;
	border-width: 2px;
	background-color: #f6f6f6;
	background-image: url("images/button_close.png");
	background-repeat: no-repeat;
	background-position: center; 
	opacity: 1 !important;
}

.buttonRow {
	background-color: rgba(69, 69, 69, 0.20);
	border: 1px solid rgba(69, 69, 69, 0.25);
	padding: 3px 5px 0px 0px;
	margin: 0px 1vw 3px 1vw;
	text-align: right;
}

.tales-nav {
	border: none;
}

.tc-content-tabbuttons {
	text-align: right;
	padding-right: 15px;
	margin-top: -22px;
}

.accordion-header-collapsed {
	background: #dddddd;
}

#header-search {
	padding: 10px;
	background-color: #425c75;
}

#searchbutton {
	margin: 15px 25px 10px 10px;
}

.headline {
	font-size: 24px;
	line-height: 60px;
	color: #425c75;
	width: 100%;
}

.headline.btn {
	margin: 20px 25px 10px 0px;
	float: right !important;
}


#companyName {
	margin: 0px;
	padding: 15px 25px 15px 0px;
    color: #e5e5e5;
    text-shadow: -1px -1px 0px #303233;
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1.9em;	
	max-width:65vw;
	max-height: 75px;
    overflow:hidden;
    content: "";
    position:relative;
}

#companyName:before {
    content: "";
    width: 100%;
    height: 100%;
    position:absolute;
	background:linear-gradient(to right, rgba(87, 113, 138, 0), rgba(87, 113, 138, 0) 40vw, rgba(87, 113, 138, 1));
}

.footer-copyright {
    width:100%;
    text-align: center;
}

.stickyblock {
	background-color: #425c75;
	width:100%;
	height: 100%;
	bottom: 0;
}

.modal-body {
	background-color: rgba(240, 240, 240, 0.5) !important;
	padding: 1vw 0.25vw 1vw 0.25vw;
}

.modal-header, .modal-title {
	background-color: #425c75 !important;
	color: #e5e5e5 !important;
}

.modal-header a {
	background-color: #425c75;
	color: #e5e5e5;
}

.modal-footer {
	background-color: #57718a !important;
	color: #e5e5e5 !important;
}

.shorten-text{
   white-space: nowrap;
   overflow: hidden;
   width: 100%;
   text-overflow: ellipsis;
}

label.required:after
{
	content:" *";
}

table td.shrink
{
    white-space:nowrap;
    width: 1px;
}

.tool_row {
    /*padding: 5px 3vw 6px 0vw;*/
    padding: 5px 0px 6px 0px;
    border-bottom: solid 1px #ccc;
    margin: 0px 0px;
}

div > div.tool_row:nth-of-type(odd) {
    background: #fafafa;
}

table td.max-center, table th.max-center
{
    width: 95%;
    text-align: center;
}

table td.expand, table th.expand
{
    width: 99%
}

.tab-content
{
	padding: 20px;
	border: 1px solid transparent;
	border-color: #ccc;
}

.nav-tabs-x > li
{
	background-color: #f5f5f5;
}

.navbar {
	border-radius: 0px;
}

#menu {
	border: none;
	background: none;
	color: #f7f7f7;
}

.ui-menu-item, .ui-menu-item:hover {
	border: none;
}

.ui-widget-overlay
{
  opacity: .75 !important; /* Make sure to change both of these, as IE only sees the second one */
  filter: Alpha(Opacity=75) !important;

  background-color: #123 !important; /* This will make it darker */
}

.logo {
	margin: 5px;
}

.small-tab {
	padding: .5em .33em !important;
}

.olControlNoSelect {
	visibility: hidden;
}

.checkbox-vde0702 {
	padding: 2px 10px 2px 10px;
	vertical-align: middle;
	line-height: 1;
	margin: 3px;
}

.input-vde0702 {
	height: 90px;
	padding: 0px 10px 0px 10px;
	margin:0px 3px 10px 3px;
}

.tab-vde0702 {
	height: 42px;
	padding: 12px;
	border: 1px solid #bbbbbb;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-right: 2px;
}

.active > .tab-vde0702 {
	border: 2px solid #888888;
	border-bottom: 0px;
}

.active > .tab-vde0702 > a {
	color: #666666;
}

.checkbox-toolcheck {
	padding: 2px 10px 2px 10px;
	vertical-align: middle;
	line-height: 1;
	margin: 3px;
}

.input-toolcheck {
	height: 90px;
	padding: 0px 10px 0px 10px;
	margin:0px 3px 10px 3px;
}

.tab-toolcheck {
	height: 42px;
	padding: 12px;
	border: 1px solid #bbbbbb;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-right: 2px;
}

.active > .tab-toolcheck {
	border: 2px solid #888888;
	border-bottom: 0px;
}

.active > .tab-toolcheck > a {
	color: #666666;
}

input[type="checkbox"] {
	margin-top: 0px;
}

.bg-success {
	text-align: center;
	width: 100%;
	background: rgba(50, 255, 10, 0.33);
	padding: 0.4vw;
	margin: 0px 0px 0px 3px;
}

.bg-error {
	text-align: center;
	width: 100%;
	background: rgba(255, 10, 0, 0.33);
	padding: 0.4vw;
	margin: 0px 0px 0px 3px;
}

select option[value=""] { 
    color: #999999;
}

 /* Frame around the toggles */

.toggle-frame {
 	border: 1px solid #dddddd;
 	border-radius: 3px !important;
 	overflow: hidden;
    background-color: #f5f5f5;
	line-height: 20px;
 }
.toggle-button, .toggle-label {
	border-top: none !important;
}
.toggle.label {
	width: 100%;
	text-align: left;
	vertical-align: top;
}

/* Toggle-Logic */

.toggle {
    position: relative; width: 52px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.toggle-checkbox {
    display: none;
}
.toggle-text {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #E3E3E3; border-radius: 18px;
    margin-bottom: 0px;
}
.toggle-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.toggle-inner:before, .toggle-inner:after {
    display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
    font-size: 14px; color: white; font-weight: bold;
    box-sizing: border-box;
}
.toggle-inner:before {
    content: "on";
    padding-left: 10px;
    background-color: #FFFFFF; color: #5CB85C;
}
.toggle-inner:after {
    content: "off";
    padding-right: 10px;
    background-color: #FFFFFF; color: #BBBBBB;
    text-align: right;
}
.toggle-switch {
    display: block; width: 20px; margin: 2px;
    background: #BBBBBB;
    position: absolute; top: 0; bottom: 0;
    right: 28px;
    border: 2px solid #E3E3E3; border-radius: 18px;
    transition: all 0.3s ease-in 0s; 
}
.toggle-checkbox:checked + .toggle-text .toggle-inner {
    margin-left: 0;
}
.toggle-checkbox:checked + .toggle-text .toggle-switch {
    right: 0px; 
    background-color: #5CB85C; 
}
