.login-info
{
  padding-bottom: 30px;
}

#logo img
{
  max-height: 100px;
  max-width: 200px;
}

#logo_small
{
  margin-top: 5px;
  margin-left: 10px;
  height: 40px;
}

#left-panel nav
{
  margin-top: 60px;
}

#left-panel .menu-item-parent
{
  font-size: 1.2em;
}

#cstm_title
{
  color: white;
  position: fixed;
  top: 12px;
  left: 230px;
  font-size: 1.5em;
}

.width_100
{
  width: 100%;
}

.mandatory
{
  color: red;
  font-weight: bold;
  margin-left: 5px;
}

select option[data-default]
{
  color: #888;
}

.placeholder
{
  display: none;
}

.mandatory-text
{
  color: red;
  padding-top: 3px;
  font-size: 0.95em;
  opacity: 1;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  display: none;
}

.no_padding_top
{
  padding-top: 0px !important;
  margin-top: 0px !important;
}

.no_padding_bottom
{
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.no_padding
{
  padding: 0px !important;
  margin: 0px !important;
}

#wid-id-cvs16_common
{
  //padding-top: 3px;
}

.nav_email
{
  border-top: 1px solid grey;
  margin-top: 20px; 
}

#btn_user_nav
{
  margin-right: 10px;
}

#span_username
{
  display: inline-block;
  margin-top: 15px !important;
  margin-right: 15px;
  color: white;
  text-decoration: none;
  font-weight: normal;
}

#ribbon
{
  display: none;
  padding-left: 0px;
  padding-right: 0px;
}

.login_title
{
  margin-right: 30px;
  margin-top: 160px;
}

.header_login
{
  height: 155px !important;
}

.login_backgr
{
  padding: 50px;
  margin-top: 20px;
  background: url(../img/bg_login.png)  no-repeat !important;
  background-size: cover !important;
  background-position: center top;
  background-attachment: fixed;
}

.cstm_td_20
{
  width: 20%;
}

.cstm_well
{
  padding: 10px;
}

.cstm_fieldset
{
  border-top: none !important;
  padding-top: 8px !important;
}

.cstm_no_backgr
{
  background: none !important;
}

.cstm_btn_save_top
{
  border-top: none !important;
  margin-top: -40px;
}

.cstm_btn_save_top_well
{
  border-top: none !important;
  margin-top: -16px;
}

.gototop
{
	position: fixed;
	bottom: 60px;	
	right: 1.5%;
	z-index: 1000;	
}

.gototop span
{
    background: url("../img/img_scroll_top.png") no-repeat scroll center center #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    display: block;
    height: 40px;
    margin-bottom: 7px;
    transition: all 1s ease 0s;
    width: 40px;
}

.gototop a
{
    color: #BBBBBB;
    font: 11px/100% Arial,Helvetica,sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.gototop a
{
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.gototop a:hover
{
	color: #777;
}

.gototop a:hover span
{
	background-color: #777;
}

.mandatory_inline
{
  float: right;
  margin-top: -20px;
  margin-right: -8px;
  color: red;
  font-weight: bold;
}

.cstm_badge_button
{
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.cstm_badge_kims
{
  background-color: #3276b1;
  color: #FFFFFF;
  position: relative;  
  top: -12px !important;
  right: -15px !important;
  padding: 3px;
}

.cstm_dialog
{
  width: 1000px;
}

.cstm_dialog_large
{
  width: 1200px;
}

.cstm_dialog_fullscreen
{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  overflow-y: auto;
}


.cstm_dialog_fullscreen > .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.editable-address {
    display: block;
    margin-bottom: 5px;  
}

.editable-address span {
    width: 70px;  
    display: inline-block;
}

.cstm_pad_left_10
{
  padding-left: 10px;
}

.popover_title
{
  padding: 8px; 
  font-weight: bold;  
}


.cstm_popover_lagerort
{
  padding: 10px;
}

.cstm_popover_stoerung
{
  padding: 10px;
}

.cstm_popover_sofa
{
  padding: 10px;
}

.cstm_popover_link
{
  text-decoration-line: underline;
  text-decoration-style: dotted;
  font-weight: bold;
}

label.state-error a
{
  color: red !important;
}

.popover
{
  max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.cstm_well_form
{
  padding-top: 15px;
  padding-bottom: 15px;
}

.cstm_kontrollmessung
{
  padding-top: 8px;
  padding-bottom: 8px;
}

.cstm_pad_10
{
  padding: 10px;
}

.cstm_badge_big
{
  font-size: 1.3em;
  padding: 10px;
}

.fanr_initial
{
  background-color: #f9f9f9 !important;  
}

.fanr_current
{
  background-color: #356e35 !important;
  color: white;
}

.fanr_partial
{
  background-color: #c79121 !important;
  color: white;
}

.fanr_partial_current
{
  background-color: #356e35 !important;
  
  color: white;
}

.fanr_partial_current .label_fanr_status
{
  background-color: #c79121 !important;
  padding: 5px !important;
}

.fanr_closed
{
  background-color: #fb3c4a !important;
  color: white;
}

.minifyme
{
  //bottom: 30px;
}

.fixed-navigation nav
{
  height: auto;
  overflow-y: visible !important;
  overflow-x: hidden !important;
  padding-bottom: 0px;
}

.minified #main
{
  z-index: 10;
}


#cstm_activity
{
  color: white;  
  margin-left: 550px;
  margin-top: 3px;  
}

#cstm_activity_emails
{  
  color: white;
}

#activity b.badge
{
  right: -16px !important;  
}

#btn_activity_email
{
  margin-right: 50px;
  width: 34px;
}

#btn_activity_email b.badge
{
  top: -12px !important;
  //right: -16px !important; 
}

.cstm-btn-notdone
{
  background-color: #ccc;
  border-color: #aaa;
  color: #333;
  cursor: initial;
}

.cstm_badge_km
{
  background-color: #fff;
  color: #333;
}

.cstm_badge_btn
{
  background-color: #3276b1;
  color: #FFFFFF;
  position: relative;  
  top: -12px !important;
  right: 5px !important;
  padding: 3px;
}

.cstm_th
{
  background-color: #f9f9f9;
  font-weight: bold;
}

#iframe_leistung_schichtbericht
{
  width: 100%;
  height: auto;
  border: none;
  min-height: 600px;
}

.cstm_widget_iframe > div
{
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
}

.inbox-data-date
{
  white-space: nowrap;
}

.inbox-info-bar, .inbox-message
{
  margin-right: 0px;
}

.note-editable
{
  min-height: 400px !important;
}

a.disabled 
{
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.clockpicker-popover
{
  z-index: 999999;
}

.cstm_bg_green
{
  background-color: #356e35 !important;
  color: white;
}

.cstm_bg_red
{
  background-color: #fb3c4a !important;
  color: white;
}

.cstm_bg_orange
{
  background-color: #dfb56c !important;  
}

.zertifikat_confirmation
{  
  font-size: 58px;
  font-weight: bold;
  background-color: #115191;
  color: white;
  
  margin-left: -20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  width: 470px;
}

.pdf_logo
{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;  
}

.pdf_text_center
{ 
  text-align: center;
  font-size: 14px;
  color: #333;
}

.pdf_text_left
{  
  text-align: left;
  font-size: 14px;
  color: #333;
}

.pdf_text_small
{
  text-align: left;
  font-size: 11px;
  color: #333;
  padding-top: 5px;
}

.pdf_text_small_center
{
  text-align: center;
  font-size: 11px;
  color: #333;  
}

.pdf_text_table
{
  padding: 3px;
  text-align: left;
  font-size: 13px;  
  color: #333;
}

.li_text_padding
{
  padding: 3px;
  text-align: left;
  font-size: 14px;  
  color: #333;
}

.pdf_headline
{
  text-align: left;
  font-size: 18px;  
  color: #57889c;
}

.pdf_content_padding
{
  margin-left: 40px;
  margin-right: 40px;
}

.pdf_table_background
{  
  margin-left: 10px;
  padding: 15px;
  background-color: #c7d0f5;
}

.pdf_table_einsatzplan
{
  margin-left: 15px;
  padding: 15px;
  width: 100%;
}

.pdf_table_einsatzorte
{
  margin-left: 15px;
  padding: 15px;  
}

.pdf_line_red
{  
  background-color: #ff0000;
  height: 1px;
  width: 650px;
  text-align: center; 
}

.DTFC_ScrollWrapper > th
{
  height: 197px !important;  
}

.DTFC_LeftBodyLiner 
{
  overflow-x: hidden;  
}

.DTFC_LeftHeadWrapper
{
  margin-top: -6px;
  //margin-bottom: -7px;
  border-right: 3px solid white; 
}

.DTFC_LeftFootWrapper
{
  margin-top: -7px;
}

.truncate 
{
  min-width: 150px;
  //white-space: nowrap;
  //overflow: hidden;
  //text-overflow: ellipsis;  
}

.truncate a
{
  color: #333;
}

.cstm_td_small
{
  width: 1%;  
  white-space: nowrap;
}

.cstm_td_msglist
{
  width: 40%;
}

.cstm_block_box_left
{
  width: 400px;  
  border: 1px solid #d0d0d0;
  margin-right: 4px;
}

.cstm_block_box_right
{
  width: 400px;  
  border: 1px solid #d0d0d0;  
  margin-left: 4px;
}


th.rotate 
{
  /* Something you can count on */
  height: 205px;
  white-space: nowrap;
}

th.small_height
{
  height: 110px !important;  
}

th.rotate > div
{
  width: 20px !important;  
}

th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(10px, -5px)
    /* 45 is really 360 - 45 */
    rotate(270deg);
  width: 30px;
}
th.rotate > div > span {
  //border-bottom: 1px solid #ccc;
  //padding: 5px 10px;
}

.DTFC_LeftHeadWrapper
{
  margin-top: -6px;
  border-right: 3px solid white; 
}

.tr_linebreak
{
  background-color: #fff !important;
  border: 1px solid #fff !important;
  height: 30px;
}

.tr_linebreak td
{
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}

.tr_linebreak_small
{
  background-color: #fff !important;
  border: 1px solid #fff !important;  
}

.tr_linebreak_small td
{
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;  
}

.td_pointer
{
  cursor: pointer;
}

.stoerung_list_details_table tr
{
  height: 40px !important; 
}

.stoerung_list_details_table
{
  border: 1px solid grey; 
}

.stoerung_list_details_table td
{
  padding: 8px !important
}

.padding_right_15
{
  padding-right: 15px !important;
}

.cstm_table_list
{
  padding-left: 0px;
  margin-left: 0px;
}


.cstm_icon_form
{
  width: 20px;
  margin-top: -8px;
  height: 24px;
}

.cstm_left
{  
  margin-right: 15px;
}

.cstm_right
{  
  margin-left: 15px;
}

.cstm_td_link
{
  cursor: pointer;  
}

.cstm_toggle_btn
{
  border-color: #306430 !important;
  background: #356e35 !important;
}

.cstm_div_incomplete_info
{
  padding-left: 15px;
  padding-right: 15px;
}

.span_save_incomplete_info
{
  color: red;
  margin-top: 8px;
}

.cstm_wid_btn_loading_text
{
  float: left;
  padding-right: 10px;
  display: none;
}

a[disabled]
{
  pointer-events: none;  
}

.nav_reports
{
  border-top: 1px solid grey;
  margin-top: 20px; 
}

.cstm_nav_hide
{
  display: none;  
}

.cstm_wid_reports
{  
  margin-top: -10px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
}

.state-warning
{
  border: 1px solid orange;
}

.td_report_error
{
  background-color: red;
  color: white;
}

.td_report_success
{
  background-color: green;
  color: white;
}

.cstm_input_ctrl
{  
  cursor: pointer;
  color: white !important;
}

.cstm_icon_ctrl
{
  padding-left: 32px !important;
}

.cstm_fanr_end
{
  border: 3px solid red;
}

.cstm_fanr_teil
{
  border: 3px solid orange;
}

.cstm_toggle_reports
{
  margin-right: 16px;
  border-right: 1px solid white;
}

.text_report_bigger
{
  font-size: 1.3em;
}

td.details-control 
{
    //background: url('../img/plus.png') no-repeat center center;
    cursor: pointer;
    width: 1%;    
}
tr.details td.details-control 
{
   //background: url('../img/minus.png') no-repeat center center;  
}

#modal_bfm_schicht_open_rueckmeldung.modal-dialog
{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.cstm_label_error
{
  color: red;
}

.cstm_label_success
{
  color: green;
}

.cstm_label_warning
{
  color: orange;
}

#bfm_leistungsbericht_rezept_info
{
  border: 1px solid #d0d0d0;
}

#table_reports_f1_rohstoffverbrauchsbericht tr
{
  background-color: white !important;
}

.cstm_tr_line_break
{
  border-left: 1px solid white !important;
  border-right: 1px solid white !important;
  border-bottom: 1px solid white !important;  
  height: 20px;
}

/*
.cstm_tr_line_break_no_top
{
  border-left: 1px solid white !important;
  border-right: 1px solid white !important;
  border-bottom: 1px solid white !important;
  border-top: 1px solid white !important;
  height: 20px;
}*/

.cstm_td_border
{
  border: 1px solid #ddd !important; 
}

.cstm_td_border_top
{
  border-top: 1px solid #aaa !important; 
}

.cstm_th_border
{
  background-color: #f5f5f5;
  border: 1px solid #ddd !important; 
}

.cstm_td_no_border
{
  border: 1px solid white !important; 
}

.cstm_td_no_border_top
{
   border-top: 1px solid white !important;
}

.cstm_td_no_border_bottom
{
   border-bottom: 1px solid white !important;
}

.cstm_td_no_border_left
{
   border-left: 1px solid white !important;
}

.cstm_td_no_border_right
{
   border-right: 1px solid white !important;
}

.cstm_td_border_bottom
{
  border-top: 1px solid white !important;
  border-left: 1px solid white !important;
  border-right: 1px solid white !important;
  border-bottom: 1px solid #ddd !important; 
}

.cstm_small_text
{
  font-size: 11px;
}

.cstm_small_header
{
  font-size: 11px;  
}

.print_only
{
  display: none;
}

#table_reports_wpk_wrapper
{  
  overflow-x: auto;  
}

.th_wpk_with_icon
{
  margin-left: 10px;
}
.th_wpk
{
  margin-left: 24px;
}

.btn_wpk
{
  color: #3276b1;
}

.cstm_backgr_km
{
  //background-color: #92a2a8 !important;
  background-color: #DCE6F1 !important;
  //color: white;
}

.cstm_backgr_fa
{
  background-color: #F2DCDB !important;
}

.cstm_backgr_gv
{
  background-color: #EBF1DE !important;
}

.cstm_backgr_eh
{
  background-color: #FDE9D9 !important;
}

.cstm_error
{
  color: white;
  background-color: #a90329;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
}

.cstm_warning
{
  color: white;
  background-color: #9b711a;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
}

.cstm_success
{
  color: white;
  background-color: #5b835b;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
}

.cstm_not_done
{
  color: white;
  background-color: #404040;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
}

.cstm_empty_table_field
{
  background-color: #f0f0f0;
}


.cstm_list_no_style
{
  list-style-type: none;
}

.cstm_td_no_wrap
{
  white-space: nowrap !important;  
  min-width: 120px;
}

.cstm_table_position th
{
  vertical-align: middle !important;
}

.cstm_table_position td
{
  vertical-align: middle !important;
  background-color: #fff;
  font-size: 1.3em;
}

.cstm_align_middle
{
  vertical-align: middle !important;
}


.well_success
{
  border: 2px solid #356e35;
  text-align: center;
  padding: 8px;
}

.well_warning
{
  border: 2px solid #826430;
  text-align: center;
  padding: 8px;
}

.well_danger
{  
  border: 2px solid #953b39;
  text-align: center;
  padding: 8px;
}

.well_default
{  
  border: 2px solid #d0d0d0;
  text-align: center;
  padding: 8px;
}

.cstm_ap_badge
{
  position: absolute;  
  bottom: -8px;  
  right: -13px;
  z-index: 99;  
}

.cstm_app_next
{
  position: absolute;
  right: -6px;
  top: 30%;
}

.cstm_ap_item_title
{
  font-weight: bold;
  //margin-top: 20px;
}

.cstm_ap_item_datum
{
  margin-top: 6px;
}

.cstm_ap_item_stueck
{
  
}

.pace
{
  display: none;
}

.cstm_ul
{
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;  
}


.cstm_check_table
{
  cursor: pointer;
}

.cstm_widget_header
{
  font-size: 14px;
  font-weight: bold;
  padding-left: 8px;
  padding-right: 8px;  
  display: inline-block;
  width: 100%;
}

.cstm_detail_view
{
  padding-top: 10px;
  padding-bottom: 10px;
}

.cstm_detail_view .row
{
  min-height: 25px;
  padding-bottom: 5px;
}

.cstm_detail_view .cstm_value
{
  min-height: 40px;
  background-color: #F3F3F3;
  padding: 5px;
}

.dt-buttons
{
  margin-left: 12px;
}

.dataTables_filter
{
  width: 250px;
  //float: right;
}

div.dataTables_filter input
{  
  margin-left: 4px;
}

.form-control
{
  padding-left: 4px !important;  
}

.cstm_row_small_pad
{
  padding-left: 3px;
  padding-right: 3px;
}

.cstm_vorgabe_line
{
  width: 100%;
  height: 3px;
  background: #ccc;
  margin-top: 8px;
  margin-bottom: 8px;
}


.status_circle
{
  height: 25px;
  width: 25px;  
  border-radius: 50%;
  display: inline-block;  
}

.cstm_align_center
{
  text-align: center;
}

.cstm_align_left
{
  text-align: left;
}

.cstm_align_right
{
  text-align: right;
}

.cstm_table
{
  width: 100%;
  margin-bottom: 0px;
  border-collapse: collapse;
}

.cstm_table td
{
  padding: 5px;
}

.cstm_td_aktion
{
  white-space: nowrap;
  width: 1%;
}

.cstm_badge_button
{
  margin-left: 8px;
  padding: 3px;
}

.border_mandatory
{
  border: 2px solid red !important;
  border-color: red !important; 
}

.th_mandatory
{
  border: 2px solid red !important;
  border-color: red !important;
  color: red;
}

#span_special_header_info
{
  //width: 480px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  margin-top: 1px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  //border: 1px solid white;
  background: #356e35;
  color: #fff;
  box-shadow: 10px 5px 5px #555;
  border: 1px solid #aaa;
}

.clear_left
{
	clear: left;
}

.clear_right
{
	clear: right;
}

.clear_both
{
	clear: both;
}

.tr_error
{
  background-color: red !important;
  color: white;
  font-style: italic;
}


.span_header_title_client
{
  font-size: 0.85em;
  font-style: italic;
}

.td_header_title_client
{
  white-space: nowrap;
  width: 1%;  
  padding-right: 40px;  
}

.cstm_input_small
{
  width: 80px !important;
}

.cstm_table_nav
{
  background-color: #fff;
}

.cstm_table_nav td
{
  height: 34px !important;  
}

.cstm_note_input
{
  font-style: italic; 
}

.blink_me
{  
  animation: blinker 1s linear infinite;
}

@keyframes blinker
{
  30%
  {
    opacity: 40%;
  }
}

.tr_even
{
  background-color: #f9f9f9;
}

.tr_odd
{
  background-color: #ffffff;
}

tr.tr_no_border_bottom td
{
  border-bottom: 0px solid white !important;
}

tr.tr_no_border_top td
{
  border-top: 0px solid white !important;
}


.cstm_td_header
{
  font-weight: bold;
  background-color: #eee;
}

.highlight_text
{
  font-size: 1.4em;
  font-weight: bold;   
}

.cstm_modal_auto {
    position: relative;
    display: table; /* This is important */ 
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 500px;
    max-width: 1000px;
}

.

.cstm_detail_view_label
{
  font-weight: bold;
  padding: 10px;
}

.cstm_detail_view_field
{
  background-color: #f0f0f0;
  padding: 10px;
  min-height: 40px;
  color: #333;
}

.cstm_table_html2pdf
{  
  border: 1px solid #d9d9d9;
  font-size: 11px;
  width: 100%;
}

.cstm_table_html2pdf td
{
  border: 1px solid #d9d9d9;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}

.cstm_table_html2pdf th
{
  border: 1px solid #d9d9d9;
  background-color: #F0F0F0;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}

.cstm_line
{
  width: 100%;
  height: 1px;
  margin-top: 8px;
  background-color: #d9d9d9;
}

.cstm_table_badge
{
  border-color: #9cb4c5;
  color: #305d8c;
  background-color: #d6dde7; 
}

.cstm_table_badge td
{
  padding: 8px;
}

.cstm_badge_duesen
{
  padding: 6px;
  margin: 2px;
}

.cstm_time_graph
{
  width: 100%;
  height: 200px;
  margin-top: -16px;
}


.cstm_bar_text
{
  overflow: visible !important;
  position: relative;
  //color: #356e35;
  background: white;
  font-size: 0.8em;
  //writing-mode: vertical-lr;
  transform: rotate(45deg);
  //vertical-align: top !important;
  top: -22px !important;
  border-radius: 4px;
  padding: 2px;
  //margin-right: -20px;
  min-width: 30px;
  -webkit-box-shadow: 0 1px 0 transparent,0 0 0 1px #e3e3e3 outset; 
}

.progress
{
  overflow: visible !important;
}

.cstm_copyright
{
  float: right;
  text-align: right;
  margin-top: 10px;
}

.abteilung_preview
{
  width: 50px;
  padding: 5px;
  text-align: center;
}

.select2-selection__rendered
{
  padding-left: 8px;
}

.select2-selection__choice
{
  padding: 1px 28px 1px 8px;
  margin: 4px 0 3px 5px;
  position: relative;
  line-height: 18px;
  color: #fff;
  cursor: default;
  border: 1px solid #2a6395;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #3276b1;
}

.has-error .select2-selection
{
  background: #fff0f0 !important;
  border:1px solid rgb(185, 74, 72) !important;
  -webkit-transition: border-color .3s;
}


td.cstm_td_align_right
{
  text-align: right;
}

th.rotate 
{
  /* Something you can count on */
  height: 60px;
  white-space: nowrap;
}

.abteilung_preview
{
  width: 50px;
  padding: 5px;
  text-align: center;
}

th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(6px, -3px)
    /* 45 is really 360 - 45 */
    rotate(270deg);
  width: 16px;
}
th.rotate > div > span {
  //border-bottom: 1px solid #ccc;
  //padding: 5px 10px;
}

th.rotate_footer 
{
  /* Something you can count on */
  height: 60px;
  white-space: nowrap;
}


th.rotate_footer > div
{
  transform: 
    /* Magic Numbers */
    translate(6px, 40px)
    /* 45 is really 360 - 45 */
    rotate(270deg);
  width: 16px;
}
th.rotate_footer > div > span {
  //border-bottom: 1px solid #ccc;
  //padding: 5px 10px;
}

.cstm_cal_weekend
{
  background-color: #57889c;
  color: #ffffff;
}

table.dataTable tbody > tr > .selected {
    background-color: #B0BED9 !important;
}

.dt_tr_selected
{
  background-color: #B0BED9 !important;
}

.cstm_calendar_termin
{
  cursor: pointer;
}

.cstm_summe
{
  background-color: #ddd;
}

.LJ1
{
  background-color: #e7e18c;
}
.LJ2
{
  background-color: #c7c14c;
}
.LJ3
{
  background-color: #a7a14c;
}
.LJ4
{
  background-color: #87814c;
}

.Ausgelernt
{
  background-color: #a90329;
  color: white;
}

.Ausgelernt a
{
  color: white !important;
}

.tr_abs_main
{
  background-color: #eee;
}

#terminkalender smart-form.row
{
  margin: 0px !important;
}

td.fc-other-month
{
  color: white;  
}

.cstm_termin_week_hidden
{
  height: 0px !important;
  min-height: 0px !important;
  max-height: 0px !important;
}

.smart-form .box1
{    
  width: 49%;
  float: left; 
}

.smart-form .box2
{
  width: 49%;
  float: right;  
}
.smart-form .bootstrap-duallistbox-container
{
  margin: 0px;
  padding: 0px;
}

.ui-autocomplete
{
  position: absolute;
  z-index: 2150000000 !important;
  cursor: default;
  border: 2px solid #ccc;
  padding: 5px 0;
  border-radius: 2px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
}
.cstm_dt-nowrap
{
  width: 1%;
  white-space: nowrap;
}

.cstm_line_versuchsbericht
{
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-top: 1px;
  margin-bottom: 2px;
}

.dd-handle-not-draggable:hover, .dd-handle-not-draggable:hover + .dd-list .dd-handle-not-draggable
{
  background: #FDDFB3 !important;
  border: 1px solid #FAA937;
  color: #333 !important;
}

.dd-handle-not-draggable
{
  font-size: 0.9em;
  padding: 3px;
  padding-left: 3px;
  padding-left: 8px;
  cursor: default;
}

.dd-handle-not-draggable
{
  display: block;
  //font-size: 15px;
  margin: 5px 0;
  //padding: 7px 15px;
  color: #333;
  text-decoration: none;
  border: 1px solid #cfcfcf;
  background: #fbfbfb;
}