@import 'sidepanel.css';

body {
	font-family: "Arial", sans-serif;
	font-weight: 400;
    font-style: normal;
}

h1 {
    color: white;
    font-family: "Audiowide", sans-serif;
    font-size:1.3em;
}

h2 {
    color: #037883;
    font-family: "Audiowide", sans-serif;
}

.card-img-top {
    height: 194px;
    object-fit: contain;
    padding: 10px;
}

.container {
    padding: 20px;
    /*background-color: #ebebeb;*/
    /*background-image: url(../images/bg.jpg);*/
    width: 80%;
}

.container.hidden { display: none; }

.overview .card {
    cursor: pointer;
}

.configurations .row {
    justify-content: center;
}

.konfigurator .configurationHeadline {
    color: white;
}

.btn-primary {
    background-color: #037883;
    border: none;
}

.btn-primary:hover {
    background-color: #00a6b5;
}


.thumb {
    width: 100%;
    height: 100px;
    /*background-color: #fff;*/
    object-fit: contain;
    /*border: 1px solid #FFF;*/
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 5px;
    float: left;
    clear: left;    
}

.previews .big:first-child img {
    margin-top: 15px;
}

.bigImage {
    padding: 0px;
    /*background-color: #fff;*/
    box-sizing: border-box;
}

.bigImage img {
    width: 100%;
    height: auto;
    padding: 20px;
}

.row.konfiguration {
    margin-top: 20px;
}

.row.konfiguration .list-group {
    padding: 15px;
    border: 0;
    cursor: pointer;
    transition: background-color ease-in-out .25s;
}

.row.konfiguration .list-group .list-group-item:hover {
    background-color: #212529;
    color: #FFF;
}

.row.konfiguration .list-group .list-group-item.changed {
    transition: background-color ease-out .5s;
    background-color: rgba(0,255,0,.25);
}

.row.konfiguration .list-group .configTitle {
    float: left;
    clear: left;
    width: 30%;
    padding: 5px 10px;
    background-color:#9ea6a7;
}

.row.konfiguration .list-group .configValue {
    float: left;
    clear: none;
    width: 70%;
    padding: 5px 10px;
    background-color: #037883;
    color: #fff;
}

footer.sticky {
    background-color: rgb(22 22 22);
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgb(250 250 250);
    display: none;
}

body.stickyFooter {
    padding-bottom: 60px;
}

body.stickyFooter footer.sticky {
    display: block;
}
    
footer.sticky .container {
    padding-bottom: 20px;
    background-color: #161616;
}

/* .toaster */
.toaster {
    position: fixed;
    left: -200%;
    top: -200%;

    transform: translate(-50%, -50%);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #FFF;
    color: #000;

    box-shadow: 0 0 10px rgba(0,0,0,.5);
    display: block;


    z-index: 9999;
    transition: opacity .25s;
}

.toaster.show {
    left: 50%;
    top: 50%;
    opacity: 1;
}

.toaster button {
    margin-top: 20px;
    background: #e5e5e5;
    border: 0;
    padding: 5px 10px;
    border-radius: 4px;
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.toaster button:hover {
    background-color: #CCC;
}

.toaster.error { background-color: rgb(223, 143, 143); }
.toaster.error button { background-color: rgb(146, 69, 69); color: #FFF }
.toaster.error button:hover { background-color: rgb(116, 48, 48); }

.toaster.warning { background-color: rgb(247, 229, 170); }
.toaster.warning button { background-color: rgb(211, 200, 99); color: #FFF }
.toaster.warning button:hover { background-color: rgb(165, 151, 75); }


article.confirm label.error { background-color: #ffc6c6; }

/* MODAL */
.modal-dialog {
    position: fixed;
    margin-right: 0 !important;
    right: 0;
    top: 0;
    margin: 0;
    border-radius: 0;
    height: 100%;
    width: 600px;
    max-width: none;
}

.modal-dialog .modal-content {
    border-radius: 0;
    height: 100%;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out, opacity .3s ease-out;
    transform: translate(150px,0px);
    opacity : 0;
}
.modal.fade.show .modal-dialog {
    transition: transform .3s ease-out, opacity .3s ease-out;
    transform: translate(0px,0px);
    opacity : 1;
}


.modal img.selectImage {
    position: relative;
    width: 100px;
    height: 100px;
    object-fit: contain;    
}


.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(73 80 87);
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: rgb(255 255 255);
    border: 1px solid rgb(206 212 218);
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.overviewTitle {
    padding: 10px;
    background-color: #FFF;
    color: #333;
    border-bottom: 1px solid #333;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: 5px;
}

.overviewValue {
    padding: 10px;
    border-bottom: 1px solid #333;
    margin-bottom: 5px;
    background-color: rgba(255,255,255,.1);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.confirmContainer {
    background-color: #FFF;
    color: #333;
    text-align: right;
    border-radius: 4px;
    padding: 15px 10px;
    margin-right: 15px;
    margin-left: 0px;
}

.agbInfo {
    text-align:right;
    padding:10px;
    margin-right: 15px;
}

.btnRow {
    margin-right: 3px;
}

.agbInfo input {
    margin-left: 5px;
}

.agbInfo label.error {
    color: red;
}

-----------------------

.configLine:hover {
	background-color: #d2dfe1 !important;
}

.list-group-item:hover {
	/*background-color: #d2dfe1 !important;*/
}


.configurationTitle {
	vertical-align: middle;
}



.bg-warning {
    font-size: 1.5em;
    width: 100%;
    padding: .5em;
    border-radius: 0;
}

.row.dark,
.pageFooter {
    color: #000;
    /*background: #212529;*/
}

.pageFooter .nav-link {
    color: #000;
    text-decoration: none;
}

.pageFooter .nav-link:hover {
    color: #c5c5c5;
    text-decoration: none;
}

.row.attr-line {
    border-bottom: 1px solid #CCC;
}

.row .attr-title {
    font-weight: bold;
}

.row .attr-value {
    font-weight: normal;
}

.col-md-12.card {
    background-color: none;
}

a {
    color: #037883;
}

/*.configLine .list-group-item {
    background-color: #f00;
}*/

/*.row .konfiguration {
    background: #f00;
}*/

/*.list-group-item {
    background: none !important;
}*/


.configLine.list-group-item {
    background: none;
    border-radius: 0;
    border: none;
    padding: 2px 0;
    margin: 5px 0;
}

.card {
    /*background: #ebebeb;*/
}

/*input:focus {
    border-color:#f00 !important;
    background-color:#f00 !important;
    box-shadow:none;
}*/

.form-control:focus {
    border-color:#a0a0a0;
    /*background-color:#f00;*/
    box-shadow:none;
}

li {
    list-style-type: none;
}

