﻿/* 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. */

/*Report-Hintergrund DevExpress*/
.dxrd-preview.dxrd-designer-wrapper {
    background-color: white !important;
}


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #682482;
}

.table-hover tbody tr:hover {
    color: #222;
    background-color: rgba(92, 91, 92, 0.2);
    cursor:pointer;
}


.btn-white {

    color: #495057;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;

}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

#downloadCanvasButton{
    color:white !important;
}
/* 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%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

body {
}

.dashboardChart {
    height: 30vh;
}

.btn-primary {
    background-color: #682482;
    border-color: #682482;
}

    .btn-primary:hover {
        background-color: #68248224;
        border-color: #682482;
    }

    .btn-primary:focus {
        background-color: #682482;
        border-color: #682482;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

    .btn-primary:focus, .btn-primary.focus {
        background-color: #682482;
        border-color: #682482;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        background-color: #68248224;
        border-color: #682482;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: unset;
            box-shadow: unset;
        }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.viipay {
    background-color: #682482;
    height: 10px;
}

.center {
    max-height: 150px;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.sidebarButton {
    width: 40px;
    height: 40px;
    background: #682482;
}

    .sidebarButton span {
        width: 80%;
        height: 2px;
        margin: 0 auto;
        display: block;
        background: #555;
        transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    }

.page-item.active .page-link {
    background-color: #5C5B5C;
    border-color: #5C5B5C;
}


.list-group.list-group-tree {
    padding: 0;
}

    .list-group.list-group-tree .list-group {
        margin-bottom: 0;
    }

    .list-group.list-group-tree > .list-group > .list-group-item {
        padding-left: 40px;
    }

    .list-group.list-group-tree > .list-group > .list-group > .list-group-item {
        padding-left: 40px;
    }

        .list-group.list-group-tree > .list-group > .list-group > .list-group-item > .list-group-item {
            padding-left: 60px;
        }

            .list-group.list-group-tree > .list-group > .list-group > .list-group-item > .list-group-item > .list-group-item {
                padding-left: 75px;
            }

                .list-group.list-group-tree > .list-group > .list-group > .list-group-item > .list-group-item > .list-group-item > .list-group-item {
                    padding-left: 90px;
                }

.text-primary {
    color: black!important;
}

.btn-info{
    background-color:white;
    color:black;
}

.bg-light-child {
    background-color: #ffffff !important;
}
    .bg-light-child:hover {
        background-color: #68248224 !important;
    }

.markChild {
    background-color: #68248224 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #682482;
}

input:focus + .slider {
    box-shadow: 0 0 1px #682482;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.list-group {
    font-size: 0.9rem;
    font-weight: 300;
}

.flex-container {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.flex-cell {
    flex: 0 0 20%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    /*    padding: 0.5rem;*/
    box-sizing: border-box;
    background-color: #eeeeee;
}

    .flex-cell:before {
        content: '';
        display: table;
        padding-top: 100%;
    }

.flex-cell-bon {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    /*    padding: 0.5rem;*/
    box-sizing: border-box;
}
    .flex-cell-bon:before {
        content: '';
        display: table;
        padding-top: 100%;
    }

.flex-item {
    flex-grow: 1;
    background: white;
    border: 1px white solid;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-word;
    font-size: 0.8rem;
    margin:1px;
}
    .flex-item:hover {
        background-color:lightgray;
        cursor:pointer;
    }

.flex-item-details {
    flex-grow: 1;
    background: rgba(0,0,0,0.1);
    border: 1px white solid;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-word;
    font-size: 0.8rem;
}


#module {
    margin: 30px auto;
    border: 2px solid #000;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 5px 5px 5px 5px;
    background-color: #2e2e2e;
    box-shadow: 10px 10px 40px #000;
}
#templateArticleList {
    display: none;
}

.tableCard {
    padding-right: 0px;
    padding-left: 0px;
}

.text-warning {
    color: #682482 !important;
}

@media (min-width: 768px)
{
    #module {
        margin: 0px auto;
        border: 2px solid #000;
        border-radius: 10px;
        width: 60%;
        height: 100%;
        max-width: 66%;
        padding: 10px 10px 10px 10px;
        background-color: #2e2e2e;
        box-shadow: 10px 10px 40px #000;
        display:block;
    }

    #templateArticleList {
        display:unset;
    }

    .tableCard {
        padding-right: 15px;
        padding-left: 15px;
    }
}


.screen {
    background-color: #1e1e1e;
    height: 100%;
}

#content {
    height: 100%;
    padding: 15px 15px 15px 15px;
    background-color: #eee;
}

.subTableContent {
    background-color: white;
    border: none !important;
    border-bottom: 1px solid #dee2e6 !important;
    border-top: 1px solid #dee2e6 !important;
}

.dropdown-menu {
    padding: 0;
}

td.details-control {
    background: url('../Images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../Images/details_close.png') no-repeat center center;
}



/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

