body {
  background: none repeat scroll 0 0 #eeeeee;
  color: #1f1f1f;
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-size: 14px;
  line-height: 22px;
  background-color: #ffffff;
}

.incident-required {
  font-weight: normal;
  font-family: "Helvetica Neue MD Std", sans-serif;
}

.header {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(#ffffff 0%, white 45%);
    background-image: linear-gradient(#ffffff 0%, white 45%);
    border-bottom: 1px solid #E9E9E6;
    border-top: 3px solid #EDEDED;
    z-index: 1000;
}

#form-grouplohnangaben_grundlohn, #form-grouplohnangaben_familienzulagen, #form-grouplohnangaben_ferienzulagen,
  #form-grouplohnangaben_gratifikation, #form-grouplohnangaben_andere_zulagen {
  margin-bottom: 8px;
}

/* Bullet Navigation */
ol.acc-wizard-sidebar li.acc-wizard-active::before {
    background: #F37300 none repeat scroll 0 0;
}

/* Schriftart Navigation */
.acc-wizard-active .acc-wizard-sidebar li.acc-wizard-active, ol.acc-wizard-sidebar li.acc-wizard-active a {
    color: #F37300;13:22 31.07.2015
}

.tab-mainpage {
    box-shadow: 5px 5px 10px #888888;
  border-left: 1px solid #f6f6f6;
}

.tab-content {
    background-color: white;
border-top:  0px solid #f6f6f6;
    padding: 15px;
}

.panel-help {
  background: none repeat scroll 0 0 #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 10px #888888;
border-top:  3px solid #f6f6f6;
  border-left: 3px solid #f6f6f6;
}

.ValidationSummaryError
{
    color: #cc0000;
    text-decoration: underline;
}

/* Base */
a,
.btn-link {
	color: #F37300;
}

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
	color: #F37300;
}

a:active,
.btn-link:active {
	color: #F37300;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-bottom: 10px;
  margin-top: 0px;
}

h3 {
	color: #F37300;
}
h4 {
	color: #F37300;
}
/* Blockquote */
blockquote.primary {
	border-color: #F37300;
}
/* Checkboxes */
.checkbox-primary label:before {
	background: #F37300;
	border-color: #0077b3;
}

.checkbox-text-primary input[type="checkbox"]:checked + label:after {
	color: #F37300;
}
/* Radios */
.radio-primary input[type="radio"]:checked + label:after {
	background: #F37300;
	-webkit-box-shadow: 0px 0px 1px #F37300;
	box-shadow: 0px 0px 1px #F37300;
}
/* Dropdown Menu */
.dropdown-menu	> .active	> a,
.dropdown-menu	> .active	> a:hover,
.dropdown-menu	> .active	> a:focus {
	background-color: #F37300;
}

.open > .dropdown-toggle.btn-primary {
	background: #F37300;
	border-color: #0077b3;
}

body .btn-primary.dropdown-toggle {
	border-left-color: #00a3f5;
}
/* Buttons */
body .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #F37300;
	border-color: #F37300;
}

body .btn-primary:hover {
	border-color: #F37300 !important;
	background-color: #F37300;
	color: black;
}

body .btn-primary:active,
body .btn-primary:focus {
	border-color: #F37300 !important;
	background-color: #F37300;
	color: #1f1f1f;
}

body .btn-primary[disabled] {
	border-color: #AD6800 !important;
	background-color: #B36C00;
}

body .btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #47a447;
	border-color: #47a447;
}

body .btn-success:hover {
	border-color: #51b451 !important;
	background-color: #51b451;
}

body .btn-success:active,
body .btn-success:focus {
	border-color: #3f923f !important;
	background-color: #3f923f;
}

body .btn-success[disabled] {
	border-color: #86cb86 !important;
	background-color: #86cb86;
}

body .btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ed9c28;
	border-color: #ed9c28;
}

body .btn-warning:hover {
	border-color: #efa740 !important;
	background-color: #efa740;
}

body .btn-warning:active,
body .btn-warning:focus {
	border-color: #e89113 !important;
	background-color: #e89113;
}

body .btn-warning[disabled] {
	border-color: #f5c786 !important;
	background-color: #f5c786;
}

body .btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #d2322d;
	border-color: #d2322d;
}

body .btn-danger:hover {
	border-color: #d64742 !important;
	background-color: #d64742;
}

body .btn-danger:active,
body .btn-danger:focus {
	border-color: #bd2d29 !important;
	background-color: #bd2d29;
}

body .btn-danger[disabled] {
	border-color: #e48481 !important;
	background-color: #e48481;
}

body .btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bc0de;
	border-color: #5bc0de;
}

body .btn-info:hover {
	border-color: #70c8e2 !important;
	background-color: #70c8e2;
}

body .btn-info:active,
body .btn-info:focus {
	border-color: #46b8da !important;
	background-color: #46b8da;
}

body .btn-info[disabled] {
	border-color: #b0e1ef !important;
	background-color: #b0e1ef;
}

body .btn-dark {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #171717;
	border-color: #171717;
}

body .btn-dark:hover {
	border-color: #242424 !important;
	background-color: #242424;
}

body .btn-dark:active,
body .btn-dark:focus {
	border-color: #0a0a0a !important;
	background-color: #0a0a0a;
}

body .btn-dark[disabled] {
	border-color: #4a4a4a !important;
	background-color: #4a4a4a;
}
/* Switch*/
.switch.switch-primary .ios-switch .on-background {
	background: #F37300;
}
/* Label */
.label-primary {
	background: #F37300;
}
/* Text Primary */
.text-primary {
	color: #F37300 !important;
}
/* BG Primary */
.bg-primary {
	background: #F37300;
}
/* Alternative Font Style */
.alternative-font {
	color: #F37300;
}
/* Hightlight */
.highlight {
	background-color: #F37300;
}
/* Drop Caps */
p.drop-caps.colored:first-child:first-letter {
	color: #F37300;
}

p.drop-caps.colored.secundary:first-child:first-letter {
	background-color: #F37300;
}
/* Well */
.well.primary {
	background: #F37300;
}
/* Form */
.form-control {
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: inline-block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.form-control:focus {
	border-color: #33bbff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, 0.3);
}

.form-group {
  margin-bottom: 0px;
}

/* Header */
.header .toggle-sidebar-left {
	background: #F37300;
}
/* Page Header */
.page-header h2 {
	border-bottom-color: #F37300;
}

.page-header .sidebar-right-toggle:hover {
	color: #F37300;
}
/* Navigation */
ul.nav-main > li.nav-active > a {
	box-shadow: 2px 0 0 #F37300 inset;
}

ul.nav-main > li.nav-active > i {
	color: #F37300;
}

ul.nav-main li .nav-children li.nav-active > a {
	color: #F37300;
}
/* Nano Scroller Plugin */
html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
	background: #F37300;
}
/* Sidebar Left */
.sidebar-left .sidebar-header .sidebar-toggle:hover i {
	color: #F37300;
}

@media only screen and (min-width: 768px) {
	html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-active a:hover,
	html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-active a:hover {
		color: #F37300;
	}

	html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a span.label,
	html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a span.label {
		background-color: #F37300;
	}
}
/* Layout Boxed - small than min-width */
@media only screen and (max-width: 1199px) {
	html.boxed .header {
		border-color: #F37300;
	}
}
/* Layout Boxed - larger or equal min width */
@media only screen and (min-width: 1200px) {
	html.boxed .header {
		border-top-color: #F37300;
	}

	html.boxed .sidebar-right {
		border-top-color: #F37300;
		min-height: 0;
	}
}
/* Content With Menu - Toolbar */
.inner-toolbar ul > li.filters a.active {
	background: #F37300;
}
/* Userbox - Open */
.userbox.open .dropdown-menu a:hover {
	background: #F37300;
}
/* DatePicker */
.datepicker table {
	width: 100%;
}

.datepicker table thead tr th.prev:hover,
.datepicker table thead tr th.next:hover {
	background: #F37300;
}

.datepicker table thead tr:first-child th:hover {
	background: #F37300;
}

.datepicker table tr td span:hover {
	background: #F37300;
}

.datepicker table tr td.day:hover {
	background: #F37300;
}

.datepicker table tfoot tr th:hover {
	background: #F37300;
}
/* DatePicker: Primary */
.datepicker.datepicker-dark table thead tr th.prev:hover,
.datepicker.datepicker-dark table thead tr th.next:hover {
	background: #F37300;
}

.datepicker.datepicker-dark table tbody tr td.day:hover {
	background: #F37300;
}

.datepicker.datepicker-dark table tbody tr td.day.active {
	background: #F37300;
}
/* DatePicker: Dark */
.datepicker.datepicker-primary table thead tr:first-child {
	background-color: #F37300;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
	background-color: #006699;
}

.datepicker.datepicker-primary table thead tr:last-child {
	background-color: #F37300;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
	background-color: #F37300;
}

.datepicker.datepicker-primary table tbody tr td.day:hover {
	background: #F37300;
}

.datepicker.datepicker-primary table tbody tr td.day.active {
	background: #F37300;
}
/* Nav Pills */
.nav-pills > .active a,
.nav-pills > .active a:hover,
.nav-pills > .active a:focus {
	background-color: #F37300!important;
}
/* Pagination */
.pagination > li a {
	color: #F37300;
}

.pagination > li a:hover,
.pagination > li a:focus {
	color: #F37300;
}

.pagination > li.active a,
.pagination > li.active span,
.pagination > li.active a:hover,
.pagination > li.active span:hover,
.pagination > li.active a:focus,
.pagination > li.active span:focus {
	background-color: #F37300;
	border-color: #F37300;
}

.pagination > li.active a {
	background-color: #F37300;
}
/* Select 2 */
.select2-container-multi .select2-choices .select2-search-choice {
	background: #F37300;
}
/* Fullcalendar */
.fc .fc-widget-header {
	background: #F37300;
	border-color: #F37300;
}

.fc .fc-header-title h2:before {
	color: #F37300;
}

.fc-event {
	background: #F37300;
	border-color: #F37300;
}

.fc-event.fc-event-primary {
	background: #F37300;
	border-color: #F37300;
}
/* Wizard */
.wizard-steps > li.active .badge {
	background-color: #F37300;
}



.wizard-steps > li.active a,
.wizard-steps > li.active a:hover,
.wizard-steps > li.active a:focus {
	border-top-color: #F37300;
}

.wizard-tabs ul > li.active .badge {
	background-color: #F37300;
}

.wizard-progress .steps-progress .progress-indicator {
	background: #F37300;
}

.wizard-progress .wizard-steps li.completed a span {
	border-color: #F37300;
	background: #F37300;
}

.wizard-progress .wizard-steps li.active a span {
	color: #F37300;
	border-color: #F37300;
}
/* Mailbox */
.mailbox .mailbox-mail-list li.active {
	background: #F37300;
}

.mailbox .mailbox-mail .mailbox-close-mail {
	color: #F37300;
}

.mailbox .mailbox-mail .mailbox-close-mail:hover {
	color: #F37300;
}

.mailbox .mailbox-mail .panel .panel-actions a:hover {
	color: #F37300;
}

.panel-heading{
	color: #d7ecff;

}

/* Maps */
.jqvmap-zoomin,
.jqvmap-zoomout {
	background: #F37300;
}
/* Media Gallery */
.media-gallery ul.mg-tags > li a:hover {
	background-color: #F37300;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom {
	background-color: #F37300;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar {
	background-color: #F37300;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected {
	box-shadow: 0 0 8px -1px #F37300;
}
/* Sign Screens - Wrappers */
.body-sign .panel-sign .panel-title-sign .title {
	background-color: #F37300;
}

.body-sign .panel-sign .panel-body {
	border-top-color: #F37300;
}
/* Lock Screen */
.body-locked .current-user .user-image {
	border-color: #F37300;
}
/* Timeline */
.timeline .tm-items > li .tm-datetime .tm-datetime-time {
	color: #F37300;
}

.timeline .tm-items > li .tm-icon {
	border-color: #F37300;
	color: #F37300;
}

.timeline.timeline-simple .tm-body .tm-items > li:before {
	background: #F37300;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #F37300;
}
/* Tables */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
	background-color: #F37300;
}
/* Princing Table */
.pricing-table h3 span {
	color: #F37300;
}

.pricing-table .most-popular h3 {
	background-color: #F37300;
}
/* Data Tables Loading */
.dataTables_processing {
	background-color: #F37300;
}
/* Accordion */
.panel-group .panel-accordion .panel-heading a {
	color: #F37300;
}
/* Alerts */
.alert-primary {
	background-color: #F37300;
	border-color: #007ebd;
}

.alert-primary .alert-link {
	color: #004466;
}
/* Liquid Meter */
.liquid-meter-wrapper .liquid-meter-selector a.active {
	color: #F37300;
}
/* Nestable */
.dd-handle:hover {
	color: #F37300;
}

.dd-placeholder {
	background: #e6f7ff;
	border-color: #F37300;
}
/* Panels */
.panel-highlight .panel-heading {
	background-color: #F37300;
	border-color: #F37300;
}

.panel-highlight .panel-body {
	background-color: #F37300;
}

.panel-primary .panel-heading {
	background: #F37300;
	border-color: #F37300;
}

.panel-heading.bg-primary {
	background: #F37300;
}

.panel-body.bg-primary {
	background: #F37300;
}

.panel-featured-primary {
	border-color: #F37300;
}

.panel-featured-primary .panel-title {
	color: #F37300;
	font-family: "Helvetica Neue LT Std", sans-serif;
}

.panel-heading-icon.bg-primary {
	background: #F37300;
}

.panel-group .panel-accordion-primary .panel-heading .panel-title a {
	background: #F37300;
}
/* Progress Bar */
.progress-bar {
	background-color: #F37300;
}

.progress .progress-bar-primary {
	background-color: #F37300;
}
/* Toggle */
.toggle label {
	border-left-color: #F37300;
	color: #F37300;
}

.toggle.active > label {
	background: #F37300;
	border-color: #F37300;
}
/* Treeview */
.jstree-default .jstree-hovered {
	background-color: #e6f7ff;
}

.jstree-default .jstree-clicked {
	background-color: #b3e5ff;
}

.jstree-default .colored {
	color: #F37300;
}

.jstree-default .colored .jstree-icon {
	color: #F37300;
}

.jstree-default .colored-icon .jstree-icon {
	color: #F37300;
}
/* Widgets */
.sidebar-widget.widget-tasks ul li:before {
	border-color: #F37300;
}

.widget-twitter-profile {
	background-color: #F37300;
}

.widget-twitter-profile .profile-quote {
	background-color: #0096e0;
}

.widget-twitter-profile .profile-quote .quote-footer {
	border-top-color: rgba(0, 170, 255, 0.7);
}

.widget-profile-info .profile-info .profile-footer {
	border-top-color: rgba(0, 170, 255, 0.7);
}
/* Thumb Info */
.thumb-info .thumb-info-type {
	background-color: #F37300;
}
/* Social Icons */
.social-icons a {
	background: #F37300;
}
/* Notifications */
.notifications .notification-menu .notification-title {
	background: #F37300;
}

.notifications .notification-menu .notification-title .label-default {
	background-color: #006699;
}

.notifications .notification-menu:before,
.notifications .notification-icon:before {
	border-bottom-color: #F37300;
}

.ui-pnotify .notification-primary {
	background: rgba(0, 136, 204, 0.95);
}

.ui-pnotify.stack-bar-top .notification-primary,
.ui-pnotify.stack-bar-bottom .notification-primary {
	background: #F37300;
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
	background: rgba(0, 136, 204, 0.95);
}

.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
	background: #F37300;
}
/* Modal */
.modal-block-primary .fa {
	color: #F37300;
}

.modal-block-primary.modal-header-color .panel-heading {
	background-color: #F37300;
}

.modal-block-primary.modal-full-color .panel {
	background-color: #00a3f5;
}

.modal-block-primary.modal-full-color .panel-heading {
	background-color: #F37300;
}

.modal-block-primary.modal-full-color .panel-footer {
	background-color: #00a3f5;
}
/* Modal Icon */
.modal-block-primary .modal-icon .fa {
	color: #F37300;
}
/* Slider */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
	background: #F37300;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
	background-image: -webkit-linear-gradient(left, #00aaff 0, #F37300 50%, #006699 100%);
	background-image: linear-gradient(left, #00aaff 0, #F37300 50%, #006699 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
	background-image: -webkit-linear-gradient(to right, #00aaff 0, #F37300 50%, #006699 100%);
	background-image: linear-gradient(to right, #00aaff 0, #F37300 50%, #006699 100%);
}
/* Tabs */
.tabs-primary li a,
.tabs-primary li a:hover {
	color: #F37300;
}

.tabs-primary li a:hover {
	border-top-color: #F37300;
}

.tabs-primary li.active a,
.tabs-primary li.active a:hover,
.tabs-primary li.active a:focus {
	border-top-color: #F37300;
	color: #F37300;
}

.tabs-primary.tabs-bottom .nav-tabs li a:hover {
	border-bottom-color: #F37300;
}

.tabs-primary.tabs-bottom .nav-tabs li.active a,
.tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
.tabs-primary.tabs-bottom .nav-tabs li.active a:focus {
	border-bottom-color: #F37300;
}

.tabs-primary.tabs-vertical.tabs-left li a:hover {
	border-left-color: #F37300;
}

.tabs-primary.tabs-vertical.tabs-left li.active a,
.tabs-primary.tabs-vertical.tabs-left li.active a:hover,
.tabs-primary.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #F37300;
}

.tabs-primary.tabs-vertical.tabs-right li a:hover {
	border-right-color: #F37300;
}

.tabs-primary.tabs-vertical.tabs-right li.active a,
.tabs-primary.tabs-vertical.tabs-right li.active a:hover,
.tabs-primary.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #F37300;
}
/* Simple List */
ul.simple-bullet-list li:before {
	border-color: #F37300;
}
/* Simple Card List */
.simple-card-list li.primary {
	background: #F37300;
}

.k-widget, .k-button {
  box-shadow: 0 0px 0 rgba(255, 255, 255, 0) inset, 0 0px 0px rgba(255, 255, 255, 0);
}

.k-widget.k-autocomplete, .k-widget.k-combobox, .k-widget.k-dropdown, .k-widget.k-datepicker, .k-widget.k-datetimepicker, .k-widget.k-timepicker, .k-widget.k-numerictextbox, .k-widget.k-multiselect, .k-widget.k-menu, .k-widget.k-progressbar, .k-progressbar > .k-state-selected {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important; 
}
.k-widget.k-tooltip-validation {
  background-color: #ffffff;
  border-color: #F37300;
  color: #cc0000;
  font-size: 80%;
}

input.k-textbox {
  height: 2.42em;
  text-indent: 0.0em;
}

/* Einstellungen für Required Felder */
.incident-required{
	font-weight: bold;	
}
.incident-required:after{
	content:" *";
}


/* Dropzone */
    #actions {
      
    }


    /* Mimic table appearance */
    div.table {
      display: table;
    }
    div.table .file-row {
      display: table-row;
    }
    div.table .file-row > div {
      display: table-cell;
      vertical-align: top;
      border-top: 1px solid #ddd;
      padding: 2px;
    }
    div.table .file-row:nth-child(odd) {
      background: #f9f9f9;
    }

    /* The total progress gets shown by event listeners */
    #total-progress {
      opacity: 0;
      transition: opacity 0.3s linear;
    }

    /* Hide the progress bar when finished */
    #previews .file-row.dz-success .progress {
      opacity: 0;
      transition: opacity 0.3s linear;
    }

    /* Hide the delete button initially */
    #previews .file-row .delete {
      display: none;
    }

    /* Hide the start and cancel buttons and show the delete button */

    #previews .file-row.dz-success .start,
    #previews .file-row.dz-success .cancel {
      display: none;
    }
    #previews .file-row.dz-success .delete {
      display: block;
    }

/* Individuelle Einstellungen für erfolgreich gesendete Dateien */
.successfulSentFiles:after {
    font-family: "Glyphicons Halflings";
	content:"\e013";
}

/* Ärzteregister Tabellen Styles */
.table-Aerzte tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: rgba(102, 102, 102, 0.75);
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { 
    background-color: rgba(243, 115, 0, 0.75);
}


/* PDF-Vorschau nicht anbieten */
#bnPdfPreview {
    display: none;
}


body .btn-sendAttachments {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #F37300;
	border-color: #F37300;
}

body .btn-sendAttachments:hover {
	border-color: #F37300 !important;
	background-color: #F37300;
	color: black;
}

body .btn-sendAttachments:active,
body .btn-sendAttachments:focus {
	border-color: #F37300 !important;
	background-color: #F37300;
	color: #1f1f1f;
}

body .btn-sendAttachments[disabled] {
	border-color: #AD6800 !important;
	background-color: #B36C00;
}



@media only screen and (max-width: 767px) {
	.logosize {
    		max-width: 120px;
	}

	.tabbable.responsive .nav-pills li {
    		background-color: #F37300;
	}

	.bfh-selectbox {
    		width: 60px;
	}
	
	.imgContainerStartpage {
    		width: 95% !important; 
	}
	
	.nav-pills > .active a, .nav-pills > .active a:hover, .nav-pills > .active a:focus {
		color: #ffffff !important;
		background-color: #F37300 !important;
	}
}

/* Einstellungen für mobile Geräte */
@media (max-width: 767px) {

	/* Navigations-Tabs nicht blau einfärben bei kleinen Bildschirmen */
	.tabbable.responsive .nav-pills li {
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-o-box-sizing: border-box;
    	box-sizing: border-box;
    	display: inline-block;
    	width: 100%;
    	height: 44px;
    	line-height: 44px;
    	padding: 0 15px;
    	border: 1px solid #ddd;
    	overflow: hidden;
    	background-color: #F37300 !important;
	}
	
	/* Sprachauswahl verkleinern */
	.bfh-selectbox .bfh-selectbox-toggle .bfh-selectbox-option {
    		display: inline-block;
    		float: left;
    		width: 20px;
    		height: 20px;
    		overflow: hidden;
    		text-overflow: ellipsis;
	}
	
	/* Logo verkleinern, damit Sprachauswahl Platz hat */
	.logosize {
		width: 190px;
	}

}
