/* Place all the styles related to the auslegungen controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/ */

/* _mf_ Farbdefinitionen mit CSS-Variablen */
:root {
  --color-funken-bg-light:  #f2f2f2;
  --color-funken-bg-middle: #e8e8e8;
  --color_disabled:         #e6e6e6;
  --color-funken-bg-dark:   #2c2c2e;
  --color-funken-blue:      #0572b7;
  --color-funken-grey:      #3d4045;
  --info_red:               #C00;
  --background_auswertung:  #8ebfde;
}



.auswertung-fluid {
    background: linear-gradient(to bottom, var(--background_auswertung), hsl(0, 0%, 100%)) !important;
}

/* Tabs ----------------------------------------------------------------------- */
#tabAuswertung {
	width: 100%;
	overflow: hidden;
	box-sizing: inherit;
}

#tabitemAnmeldung, 
#tabitemBerechnet,
#tabitemGespeichert {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding: 7px;
	background-color: var(--color-funken-blue);
	border: 0.5px solid rgba(0,0,0,0.2);
	box-shadow: inset 3px 0px 8px 10px rgba(0, 0, 0, 0.1),  3px 10px 8px rgba(0, 0, 0, 0.6) !important;
}

#tabitemAnmeldung a, 
#tabitemBerechnet a,
#tabitemGespeichert a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 17px;
	text-shadow: 1px 1px grey;
	padding: 5px 40px 5px 40px;
}

#tabitemAnmeldung:hover, 
#tabitemBerechnet:hover,
#tabitemGespeichert:hover {
	background-color: var(--color-funken-bg-dark) !important;
	text-decoration: none;
	box-shadow: inset 3px 0px 8px 10px rgba(255, 255, 255, 0.1),  3px 10px 8px rgba(255, 255, 255, 0.6) !important;
}

#tabitemAnmeldung:hover a,
#tabitemBerechnet:hover a,
#tabitemGespeichert:hover a {
	color: white !important;
	text-shadow: none;
}

#tabitemAnmeldung.active a,
#tabitemBerechnet.active a,
#tabitemGespeichert.active a {
	color: var(--color-funken-blue) !important;
	text-shadow: none !important;
}

#tabitemAnmeldung.active:hover a,
#tabitemBerechnet.active:hover a,
#tabitemGespeichert.active:hover a {
	color: white !important; 
	text-shadow: none !important;
}


/* Tabelle */
.auswertungsheader,
.kennlinienheader{
	border-bottom: 0.5px solid rgba(0,0,0,0.3) !important;
}

.auswertungsheader .col-md-6,
.auswertungsheader .col-md-4,
.auswertungsheader .col-md-3,
.auswertungsheader .col-md-2,
.kennlinienheader .col-md-6,
.auswertungsheader .col-md-1 {
	padding-top: 10px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

.auswertungsbody .col-md-6,
.auswertungsbody .col-md-4,
.auswertungsbody .col-md-3,
.auswertungsbody .col-md-2,
.kennlinienbody .col-md-6,
.auswertungsbody .col-md-1 {
	font-size: 16px;
	text-align: center;
	line-height: 25px; 
}

.auswertungsbody.table-bordered,
.kennlinienbody.table-bordered {
	border: 0.5px solid rgba(0,0,0,0.3) !important;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
}


/* Search BTN & Textfelder */
.searchBtn {
	background-color: var(--color-funken-blue);
	max-width: 150px;
	border: 0.5px solid rgba(0,0,0,0.3) !important;
	box-shadow: inset 1.5px 0px 4px 5px rgba(0, 0, 0, 0.1),  1px 5px 4px rgba(0, 0, 0, 0.6) !important;
	border-radius: 5px;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	color: white;
}

.searchBtn:hover {
	background-color: var(--color-funken-bg-dark);
}

.saveImgPic a:before{
    content: '\1F4BE';
    font-size: 30px;
	position: relative;
    line-height: 40px;
}

.saveImgPic:hover  {
    background: rgba(var(--color-funken-bg-dark), 0.7);
}

/* Textfelder */
.userAuswertungLabel {
	text-align: right;
}

.dateVon,
.dateBis,
.kundenEingrenzen {
	max-width: 100%;
	border: 0.5px solid rgba(0,0,0,0.3) ;
	line-height: 25px;
	padding-left: 5px; 
}

.dateVon:focus,
.dateBis:focus,
.kundenEingrenzen:focus {
	border-color: var(--color-funken-blue);
	box-shadow: inset 1.5px 0px 2px 2px rgba(0, 0, 0, 0.1),  1px 2px 2px rgba(0, 0, 0, 0.6) !important;
}

.nothingFound {
	border-bottom: 0.5px solid rgba(0,0,0,0.3) !important;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
}

.exportCol {
    position: relative;
    margin-left: 50px !important;
}

.exportBtn a,
.submitBtn #submit,
.submitBtn input#submit1,
.submitBtn a {
    color: white;
    background: var(--color-funken-blue);
    text-shadow: 1px 1px grey;
    text-decoration: none;
    box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 242, 242, 0.6);
    font-size: 15px;
    border: 0.5px solid var(--color-funken-bg-dark);
    border-radius: 5px;
}

.submitBtn #submit,
.submitBtn a {
    padding: 8px 30px 8px 30px !important;
}

.submitBtn #submit {
    margin-top: -2.5px;
}

.submitBtn input#submit1 {
    width: 100px;
    padding-left: 25px;
    padding-right: 30px;
    padding-top: 6px;
    padding-bottom: 10px;
    height: 35px;
    margin-top: -6px;
}

.exportBtn a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.exportBtn a:hover,
.exportBtn a:focus,
.submitBtn a:hover,
.submitBtn a:focus,
.submitBtn #submit:hover,
.submitBtn input#submit1:hover,
.submitBtn #submit:focus,
.submitBtn input#submit1:focus {
    color: white;
    text-shadow: 1px 1px grey;
    background-color: var(--color-funken-bg-dark) !important;
    text-decoration: none;
    box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 242, 242, 0.6);
}
