﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


embed {
/*    width: 1200;
    height: 450;
*/
}

body {
    margin: 0;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #b40032
}

    a:hover {
        color: #202320;
    }

.btn.btn-primary {
    color: #b40032;
    background-color: #eee;
    border-color: #1861ac;
}
.btn.btn-primary:hover {
    color: #fff;
    background-color: #444;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

h1, h2, h3, h4, h5 {
    color: #b40032;
}
.solarColor {
    color: #b40032;
}

.bildContainer {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.img {
    width: 100%;
}

/* Tabelle
-------------------------------------------------- */
.mySolarClientTable {
    border: none;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    border-collapse: collapse !important;
    display: table;
    width: 100%;
    position: center;
}

.mySolarClientTable tr {
    line-height: normal;
}

.mySolarClientTable td {
    padding: 5px 0;
}


.footer {
    border-spacing: !important;
}

.footer1 {
    color: black;
    background-color: #f2f3f2;
}

.footer2 {
    color: white;
    background-color: black;
}

body {
    font-family: dicsans, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: black;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.bg-light {
    background-color: aliceblue !important;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.sumrow {
    font-size: 80%;
    font-weight: bold;
    text-decoration: overline;
}

.margin-medium {
    margin-top: 20px;
    margin-bottom: 5px;
}

.menu-item-margin {
}

.small-hr{
    margin: 0rem;
}

.selectOnlyOne {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* Icons
-------------------------------------------------- */
.image-from-list {
    height: 80px;
    width: 100px;
    border-radius: 10px;
}

.icon-bankAccount {
    background: url('../images/icons/icon_BankAccount.svg') no-repeat top left;
    background-size: 16px 16px;
    padding-left: 18px !important;
}

.icon-investor {
    background: url('../images/icons/icon_Investor.svg') no-repeat;
    background-size: 16px 16px;
    padding-left: 18px !important;
}
.big-icon-investor-add {
    background: url('../images/icons/icon_InvestorAdd.svg') no-repeat;
    background-size: 30px 30px;
    padding-left: 20px;
    padding-bottom: 25px;
}
.middle-icon-investor-add {
    background: url('../images/icons/icon_InvestorAdd.svg') no-repeat;
    background-size: 30px 30px;
    padding-top: 0px;
    padding-left: 20px;
}
.icon-investor-add {
    background: url('../images/icons/icon_InvestorAdd.svg') no-repeat;
    background-size: 16px 16px;
    padding-left: 18px !important;
}
.icon-investor-disabled {
    background: url('../images/icons/icon_Investor.svg') no-repeat;
    background-size: 16px 16px;
    padding-left: 18px !important;
}
.icon-done {
    background: url('../images/icons/icon_Done.svg') no-repeat;
    background-size: 16px 16px;
    padding-left: 18px !important;
}
.icon-done-disabled {
    background: url('../images/icons/icon_Done_Disabled.svg') no-repeat;
    background-size: 16px 16px;
    padding-left: 18px !important;
}
.icon-add {
    background: url('../images/icons/icon_Add.svg') no-repeat;
    background-size: 16px 16px;
    padding-left: 18px !important;
}
.big-icon-add {
    background: url('../images/icons/icon_Add.svg') no-repeat;
    background-size: 30px 30px;
    padding-left: 18px !important;
}
.middle-icon-add {
    background: url('../images/icons/icon_Add.svg') no-repeat;
    background-size: 25px 25px;
    padding-top: 0px;
    padding-left: 30px;
    padding-bottom: 30px;
}
.middle-icon-edit {
    background: url('../images/icons/icon_Edit.svg') no-repeat;
    background-size: 25px 25px;
    padding-top: 0px;
    padding-left: 30px;
    padding-bottom: 30px;
}
.middle-icon-delete {
    background: url('../images/icons/icon_Delete.svg') no-repeat;
    background-size: 25px 25px;
    padding-top: 0px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.button-icon-delete {
    background: url('../images/icons/icon_Delete.svg') no-repeat;
    background-size: 25px 25px;
    padding-top: 0px;
    padding-left: 30px;
    padding-bottom: 30px;
    border: none;
    outline: none;
}


.icon-edit {
    background: url('../images/icons/icon_Edit.svg') no-repeat;
    background-size: 16px 16px;
    padding-left: 18px !important;
}
.icon-detail {
    background: url('../images/icons/icon_Details.svg') no-repeat;
    background-size: 16px 16px;
    padding-left: 18px !important;
}
.icon-delete {
    background: url('../images/icons/icon_Delete.svg') no-repeat;
    background-size: 16px 16px;
    padding-left: 18px !important;
}
.icon-home {
    background: url('../images/icons/icon_Home.svg') no-repeat top left;
    background-size: 16px 16px;
}
.big-icon-add {
    background: url('../images/icons/icon_Add.svg') no-repeat;
    background-size: 16px 16px;
    padding-left: 18px !important;
}
.big-icon-home {
    background: url('../images/icons/icon_Home.svg') no-repeat top left;
    height:30px;
    width: 30px;
    background-size: 30px 30px;
    display: block;
    text-indent: -9999px; /* hides the link text */
}
.icon-hover:hover .big-icon-home {
    display: block
}

.icon-circle-plant {
    background: url('../images/icons/icon_CirclePlant.svg') no-repeat top left;
    background-size: 16px 16px;
    padding-left: 18px !important;
}

.icon-circle-project {
    background: url('../images/icons/icon_CircleProject.svg') no-repeat top left;
    background-size: 16px 16px;
    padding-left: 18px !important;
}

.icon-circle-billing {
    background: url('../images/icons/icon_CircleBilling.svg') no-repeat top left;
    background-size: 16px 16px;
    padding-left: 18px !important;
}

.icon-circle-investor {
    background: url('../images/icons/icon_CircleInvestor.svg') no-repeat;
    background-size: 16px 16px;
    padding-left: 18px !important;
}

.big-icon-circle-plant {
    background: url('../images/icons/icon_CirclePlant.svg') no-repeat top left;
    background-size: 150px 150px;
    height: 150px;
    width: 150px;
    display: block;
    text-indent: -9999px; /* hides the link text */
}

.big-icon-circle-project {
    background: url('../images/icons/icon_CircleProject.svg') no-repeat top left;
    background-size: 150px 150px;
    height: 150px;
    width: 150px;
    display: block;
    text-indent: -9999px; /* hides the link text */
}
.big-icon-circle-billing {
    background: url('../images/icons/icon_CircleBilling.svg') no-repeat top left;
    background-size: 150px 150px;
    height: 150px;
    width: 150px;
    display: block;
    text-indent: -9999px; /* hides the link text */
}
.big-icon-circle-investor {
    background: url('../images/icons/icon_CircleInvestor.svg') no-repeat top left;
    background-size: 150px 150px;
    height: 150px;
    width: 150px;
    display: block;
    text-indent: -9999px; /* hides the link text */
}
/* Tooltip container */
.icon-tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .icon-tooltip .icon-tooltiptext {
        visibility: hidden;
        width: auto;
        background-color: lightgoldenrodyellow;
        color: black;
        border-width: thin;
        border-style: solid;
        border-color: black;
        text-align: center;
        padding: 5px 1px;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .icon-tooltip:hover .icon-tooltiptext {
        visibility: visible;
    }



/* Tabelle
-------------------------------------------------- */
.mySolarTable {
    border: none;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    border-spacing: 2px !important;
    border-collapse: collapse !important;
    display: table;
    width: 100%;
}

.mySolarTable span,
.mySolarTable span {
    margin: 10px !important;
}

.mySolarTable thead th {
	background-color: azure;
}

.mySolarTable thead th a:hover {
    text-decoration: underline;
/*    color: black !important;
*/}

.mySolarTable tbody tr:hover,
.mySolarTable tbody tr:nth-child(2n+1):hover,
.mySolarTable tbody tr:hover > td {
    background-color: lavender;
}

.mySolarTable input[type=checkbox] {
    height: inherit !important;
}

.mySolarLabelInput input, select {
    display: inline-block !important;
}

/* Diverses
-------------------------------------------------- */
input.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: .5;
}
input.form-control:-ms-input-placeholder {/* Internet Explorer 10-11 */
    opacity: .5;
}



.zeroPad {
    padding-top: 0;
    padding-bottom: 0;
}

.zeroMarginBottom {
    margin-bottom: 0rem;
}

.zeroMarginLeft {
    margin-left: 0rem;
}

.lessPad {
    padding-top: 0.15em;
    padding-bottom: 0.15em;
}

.currentAction {
    color: darkgray;
}

.actionBlue {
    color: #0056b3;
}

.infoColor {
    background-color: lightyellow;
}

.errorColor {
    background-color: lightsalmon;
}

.warningColor {
    background-color: yellow;
}

.okColor {
    background-color: lightgreen;
    color: white;
}

.noColor {
    background-color: white;
    color: black;
}
/*.mySelect { font-size: 2em; }
.mySelect { background-color: yellow; }
.mySelect option { color: yellow; }
.mySelect option[value="0"] { color: forestgreen; }
.mySelect option[value="1"] { color: red; }
.mySelect:invalid { color: blue; }
*/


.solarInput {
    height: 34px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: 1px solid #DDD;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}
/*
.form-control {
    display: block;
}
*/

/* Search bar reset input*/
span.deleteicon {
    position: relative;
    display: inline-flex;
    align-items: center;
}

    span.deleteicon span {
        position: absolute;
        display: block;
        right: 3px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        color: #fff;
        background-color: #ccc;
        font: 13px monospace;
        text-align: center;
        line-height: 1em;
        cursor: pointer;
    }

    span.deleteicon input {
        padding-right: 18px;
        box-sizing: border-box;
    }

.deletable {
    height: 20pt;
}

.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    display: block;
}
#word-capi {
    text-transform: capitalize;
}


/*image upload*/
input[type="file"] {
       display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

