﻿.note-item{
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #EEE;
    width: 100%;
}

.note-item:last-child{
    border-bottom: none;
}

.note-item:hover .note-item-actions{
    visibility:visible;
}

.note-header{
    width: 100%;
    clear: both;
    height: 25px;
    font-size: 0.85rem;
}

.note-item-name{
    float:left;
}

.note-item-actions{
    visibility:hidden;
    float:right;
}

.note-body{
    width:100%;
}

.note-allert {
    background-color: #e6e8f0;
    text-align: center;
}

.note-test {
    background-color: #e6e8f0;
    margin-bottom: 20px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.note-test:last-child{
    margin-bottom:0px;
}

.note-test:hover .note-item-actions {
    visibility: visible;
}

.card .card-header[data-toggle="collapse"]::after {
    content: '\f056';
    color: #9f2138;
}

.card .card-header[data-toggle="collapse"].collapsed::after {
    content: '\f055';
    color: #1c3e8d;
}

.card-scrollable {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.card-scrollable-table {
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}


.tr-child-row td:first-child {
    padding-left: 15px;
    border-left: 15px solid #f7f9ff;
}
.tr-parent-row {
    background-color: #f5f7ff;
    
}

.tr-parent-row > td {
    border-top: 2px solid #a8b6f0;
}


.dropdown-toggle:after{
    display:none;
}

.btn-custom-grey {
    background-color: #e6e8f0;
}

.btn-custom-grey:hover {
    background-color: #d0d2d7;
}

.btn-custom-grey-two {
    background-color: #e4e6ec;
}

.btn-custom-grey-two i {
    color: #858796!important;
}

/* Notification types*/

.bg-notification-info {
    /*background: rgb(68,101,121);
    background: linear-gradient(18deg, rgba(68,101,121,1) 0%, rgba(170,193,214,1) 100%);*/
    background: #36b9cc;
}

.bg-notification-success {
    /*background: rgb(87,121,68);
    background: linear-gradient(18deg, rgba(87,121,68,1) 0%, rgba(185,214,170,1) 100%);*/
    background: #1cc88a;
}

.bg-notification-alert {
    /*background: rgb(214,142,61);
    background: linear-gradient(18deg, rgba(214,142,61,1) 0%, rgba(231,190,90,1) 100%);*/
    background: #f6c23e;
}

.bg-notification-error {
    /*background: rgb(117,23,13);
    background: linear-gradient(18deg, rgba(117,23,13,1) 0%, rgba(231,71,41,1) 100%);*/
    background: #e74a3b;
}

/* Notification component */

.notification {
    display: flex;
    color: #fff;
    z-index: 2000;
    position: fixed;
    min-width: 200px;
    width: 25%;
    max-width: 100%;
    bottom: 1rem;
    right: 1rem;
    border-radius: 0.35rem;
    box-shadow: 0 0 20px #000;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.notification-close {
    position: absolute;
    top: .3rem;
    right: .4rem;
    cursor: pointer;
    opacity: .7;
}

    .notification-close:hover {
        opacity: 1;
    }

.notification-icon {
    flex-direction: column;
    justify-content: center;
    padding: .3rem 1rem;
    font-size: 2.5rem;
    background-color: rgba(255,255,255,.2);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.notification-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
    text-align: left;
    padding: 1rem .7rem;
}

    .notification-body h5 {
        margin: 0;
        padding: 0 0 .2rem 0;
        text-transform: uppercase;
    }

    .notification-body p {
        margin: 0;
        padding: 0;
        font-size: 0.8rem;
    }

.notification-visible {
    z-index: 2000;
    display: flex;
    flex-direction: row;
    opacity: 1;
}

a:hover, a *:hover{
    cursor: pointer!important;
}

.showOnPrint {
    display: none !important;
}

@media print {
    .card-scrollable-table, .card-scrollable {
        height: auto;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }

    .hideWhenPrint{
        display: none !important;
    }

    .showOnPrint{
        display: flex !important;
    }

    .table-responsive {
        min-height: auto !important;
    }
    body, #wrapper, #content-wrapper {
        background-color: white !important;
    }
}

.bg-gradient-custom {
    background-image: linear-gradient(283deg, #1a1a6e 0%, #421660 110%);
    background-size: cover;
}

.bg-transparent {
    background-color: transparent !important;
}

.table {
    width: 100%;
    margin-bottom: 0;
    color: #858796;
}

table {
    border-collapse: collapse;
    empty-cells: show;
}

td {
    position: relative;
}

tr.strikeout td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}

tr.strikeout td:last-child:before {
    border-bottom: none;
}

tr.strikeout td:after {
    content: "\00B7";
    font-size: 1px;
}

.card-body-cust{
    padding: 1rem!important;
}

.table-responsive {
    min-height: 200px;
}

.btn-outline-secondary {
    border-color: #d1d3e2!important;
}

.text-black{
    color: black;
}

.custom-td{
    padding: 8px;
    font-size: small;
}

.parameter-delete {
    visibility: hidden;
    float: right;
}

.card:hover .parameter-delete {
    visibility: visible;
}

.cursor-pointer {
    cursor: pointer;
}

.nav-item-color{
    color: rgba(0,0,0,0.6) !important;
}

.nav-item-color span {
    font-size: 0.9rem !important;
}

.nav-item-color:hover, .nav-item-color:active, .nav-item-color:focus {
    color: rgba(0,0,0,0.8) !important;
}

.btn-custom-red, .btn-custom-red:hover, .btn-custom-red:focus {
    background-color: #9f2138;
    border-color: #9f2138;
    color: white;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
    background-color: #1c3e8d !important;
    border-color: #1c3e8d !important;
    color: white !important;
}

.nav-item-color i {
    color: rgba(0,0,0,0.4) !important;
}

.bg-gradient-grey {
    background-image: linear-gradient(125deg, #f6f6f6 30%, #828282 120%);
}

.filter label{
    margin-bottom: 0px!important;
    margin-top: 0.2rem!important;
}

.img-profile{
    height: 3rem!important;
    width: 3rem!important;
}

.text-primary {
    color: #1c3e8d!important;
}

.part-heading {
    color: #1d3d8d;
}

.part-image {
    background-color: rgb(236 236 236);
    padding: 0.7rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 5rem rgba(0,0,0,0.5);
}

.part-3dmodel {
    background-color: rgb(236 236 236);
    padding: 0.7rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 5rem rgba(0,0,0,0.5);
    width: 100%;
    height: 95%;
    min-height: 500px;
}

.part-tab-content {
    width: 100%;
    border-radius: 0.5rem;
    background-color: white;
    padding: 0.7rem;
    border-top-left-radius: 0;
}

.part-tab {
    color: #1d3d8d;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
}

.part-tab li .active {
    color: #9f2138!important;
    border-color:none!important;
    background-color: white;
    box-shadow: 0 -0.2rem 1rem rgb(0 0 0 / 20%);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.bg-torun-red {
    background-color: #9f2138!important;
}

.btn-custom-grey-2 {
    background-color: rgb(236 236 236) !important;
}

.btn-custom-grey-2:hover {
    background-color: rgb(200 200 200) !important;
}

.badge-pill{
    border-radius: 1rem;
}

.modal-ultra-xl {
    max-width: 80vw;
}

.modal-xl {
    max-width: 60vw;
}


/*Tlačítko co se mění z checked na times*/
.btn-added {
    background-color: #1cc88a !important;
    border-color: #1cc88a !important;
    color: white !important;
}

.btn-added:hover {
    background-color: #9f2138 !important;
    border-color: #9f2138 !important;
    color: white !important;
}

.btn-added i:nth-child(2) {
    display: none;
}

.btn-added:hover :nth-child(1) {
    display: none;
}

.btn-added:hover :nth-child(2) {
    display: block;
}

/*Úprava pro scroll tabulky pro modal*/
.card-scrollable-modal {
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
}

/*Tabulky*/
.clickable-rows tr:hover {
    background-color: #f3f4f7;
    cursor:pointer;
}

.btn-custom-times {
    background-color: #e6e8f0;
}

    .btn-custom-times:hover {
        background-color: #9f2138;
        color:white;
    }

/*Filtrace*/
.filter-box:hover {
    background-color: #f3f4f7;
    cursor:pointer;
}

.filter-box:hover .btn-added {
    background-color: #9f2138 !important;
    border-color: #9f2138 !important;
    color: white !important;
}

    .filter-box:hover .btn-added :nth-child(1) {
        display: none;
    }

    .filter-box:hover .btn-added :nth-child(2) {
        display: block;
    }

.hover-red:hover {
    background-color: #9f2138;
}

.table {
    white-space: pre-line;
}

.icon-warning {
    color: #f6c23e;
}

.icon-warning:hover {
    color: #dda20a;
}

.dropdown-menu {
    z-index: 12000;
}

.scroll-to-top {
    z-index: 3000;
}