/* 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;
}


/* Icon-CSS für das Anlegen von Projekt und Auslegung ----------------------- */
/* Projekt */
.addProjekt {
	position: relative;
	padding: 7px 25px 5px 4px;
	width: 30px !important;
	height: 30px !important;
	border-radius: 50px;
	color: var(--color-funken-blue);
	font-size: 35px;
	font-weight: bold;
	text-align: center;
    font-family: "Arial";
	text-shadow: 2px 1.5px 1px silver;
	background: linear-gradient(to bottom right, white, var(--color-funken-bg-light));
	border: 1px solid silver;
	box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 242, 242, 0.6);
}

.addProjekt > a {
	position: relative;
	top: -15px;
	margin-left: 1.5px;
}

.addProjekt > a:hover,
.addAuslegung > a:hover {
	text-decoration: none !important;
}

.addProjekt:hover > a,
.addAuslegung:hover > a {
	color: white !important;
	text-shadow: 2px 1.5px 1px var(--color-funken-bg-dark);
}

.addProjekt:hover,
.addAuslegung:hover {
	background: linear-gradient(to bottom right, black, var(--color-funken-bg-dark));
	border: 1px solid var(--color-funken-bg-dark) !important;
	box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(44, 44, 44, 0.6) !important;
}

.projektHeader {
    font-family: "Arial";
    font-size: 15px;
    text-shadow: 0.5px 0.5px black;
}

/* Auslegung */
.addAuslegung {
	position: relative;
	width: 25px !important;
	height: 25px !important;
	border-radius: 150px;
	color: var(--color-funken-blue);
	padding: 0px 0px 0px 0px;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
    font-family: "Arial";
	text-shadow: 2px 1.5px 1px silver;
	background: linear-gradient(to bottom right, white, var(--color-funken-bg-light));
	border: 1px solid silver;
	box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 242, 242, 0.6);
}

.addAuslegung > a {
	position: relative;
	margin-left: 5px;
}

/* Ausgegraute Einstellung */
.disabled > input {
    background: var(--color-funken-bg-middle);
    color: black;
    pointer-events: none;
    border: 1px solid var(--color-funken-blue);
}

/* Icon-CSS zum Öffnen von Projekt und Auslegung */
.openAuslegung {
	position: relative;
	background-image: none;
	width: 30px !important;
	height: 17px !important;
}

.openAuslegung:hover {
	position: relative;
	width: 30px !important;
	height: 17px !important;
	background-image: url("/assets/icons/open_folder_header-d9ae334a.png") !important;
}

.selectAuslegung:hover a {
    background: rgba(255,255,255,0.70);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}

/* Tabellen-CSS für die Übersicht ----------------------- */
/* Tabellen-Header */
.headerAuslegung {
	position: relative;
	width: 30px !important;
	height: 17px !important;
}

.auslegungsheader .col-md-1,
.auslegungsheader .col-md-3,
.auslegungsheader .col-md-7 {
	padding-top: 10px;
	font-weight: bold;
	font-size: 15px;
	border-bottom: 1px solid white;
}

/* + */
.headerPlus {
	position: relative;
	font-size: 20px !important;
	top: -7px;
}

/* Tabellen-Body */
.auslegungsbody {
	line-height: 25px;
	border-bottom: 0.5px solid white;
	font-size: 14px;
	margin-left: -20px;
}

.auslegungsbody > .col-md-7 > a {
	color: black;
}

.auslegungsbody > .col-md-7 > a:hover {
	font-weight: bold;
	text-decoration: none;
}

.scrollbar {
	position: relative;
	height: 400px;
	max-height: 400px;
	overflow: auto;
	overflow-x: hidden;
}

.saveNotizen {
	position: relative;
	width: 100%;
	min-height: 100px;
	height: 200px;
	height: 100%;
	resize: vertical;
}

/* Submit, Delete Button ----------------------- */
.submit_button {
	margin-bottom: 3%;
	font-weight: bold;
	height: 30px;
	border: 0.5px solid var(--color-funken-bg-light);
	border-radius: 10px;
	background: white;
	font-size: 14px;
	width: 100%;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.075), 0 0 3px rgba(0, 0, 0, 0.6) !important;
}

.auswertungsSubmit,
.auslegungsSubmit {
    position: relative;
    left: 20px;
    top: -30px;
    margin-bottom: 3%;
    height: 30px;
    border: 0.5px solid var(--color-funken-bg-light);
    border-radius: 10px;
    background: white;
    font-size: 14px;
    padding: 2px 15px 2px 15px;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.075), 0 0 3px rgba(0, 0, 0, 0.6) !important;
}

.submit_button:hover,
.auswertungsSubmit:hover,
.auslegungsSubmit:hover {
    color: white;
    text-shadow: 1px 1px grey;
    border: 0.5px outset var(--color-funken-bg-dark);
    background-color: var(--color-funken-bg-dark) !important;
    text-decoration: none;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.075), 0 0 3px rgba(0, 0, 0, 0.6) !important;
}

a.auswertungsSubmit,
a.auslegungsSubmit {
    color: var(--color-funken-bg-dark) ;
}

#submit,
#delete {
	position: relative;
	top: -5px;
	padding: 5px 40px 5px 40px;
}

.submit_button_New {
	padding-top: 2px;
	height: 30px;
	border: 0.5px solid var(--color-funken-bg-light);
	border-radius: 10px;
	background: white;
	font-size: 14px;
	width: 100%;
	min-width: 150px;
	box-shadow: inset 9px 9px 9px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6) !important;
}

.submit_button_New:hover {
    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);
} 

.submit_button_New > a {
	color: black;
	padding: 10px 30px 10px 30px;
	text-shadow: 0.5px 0.5px 0.2px white;
}

.submit_button_New > #submit,
.submit_button_New > #delete {
	background-color: transparent;
	border: none;
	color: black;
	text-decoration: none;
	text-shadow: 0.5px 0.5px 0.2px white;
	font-size: 15px;
}

.submit_button_New > a:hover,
.submit_button_New > #submit:hover {
    color: white;
    text-decoration: none;
}

.submit_button_New > a:hover {
    padding: 10px 40px 10px 40px;
}

/* Infomeldungen */
.info {
	font-size: 14px;
	color: var(--color-funken-bg-light);
	font-weight: bold;
	background: var(--color-funken-blue);
	width: 100%;
    border-top: 1px solid var(--color-funken-bg-light);
    border-bottom: 1px solid var(--color-funken-bg-light);
	line-height: 30px;
}

/* Auslegung, auf Seite/Tab  Auslegungsparameter, schließen */
.closeAuslegung {
    position: absolute;
    font-weight: bold;
    padding: 3px 40px 3px 40px;
    font-size: 14px;
    width: 93%;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.075), 0 0 3px rgba(0, 0, 0, 0.6) !important;
    border: 0.5px solid var(--color-funken-blue);
    border-radius: 10px;
    background: var(--color-funken-bg-light);
    text-align: center;
}

.closeAuslegung:hover {
    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);
}

.closeAuslegung > a {
	color: var(--color-funken-bg-dark);
}

.closeAuslegung > a:hover {
    color: white;
    text-shadow: 1px 1px grey;
    text-decoration: none;
}

/* Notizen Tab */
.notizenCss {
    height: 300px;
    min-height: 50px;
    width: 100%;
    max-height: 300px;
    resize: vertical;
    font-size: 15px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border: 1px solid var(--color-funken-blue);
    overflow-x: hidden;
}

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

.box {
    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;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 5px;
    margin-right: -5px;
}

.box p {
    line-height: 15px;
    font-weight: bolder;
    text-shadow: none;
}

.form-control {
    color: black !important;
}
