﻿/*.content-header {
    height: auto;

}
h1 {
    font-size: 1.2em;
    font-weight: 100;
}
.logo img {
    width: 70%;
}
.nav-main-link.active .nav-main-link-name {
    color: #00AEEF;
}
.logo a:hover {
    text-decoration: none;
}

.fs-sm {
    font-size: .775rem !important;
}

.page-header-dark #page-header {
    color: #cfdada;
    background-color: #005587;
}

.drop-zone {
    padding: 32px;
    border: dashed 2px;
    transition: border linear 0.2s;
}

.drop-zone.hover {
    border: dashed 2px darkorange;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.fs-7 {font-size: 0.875rem!important;}
h1:focus-visible {
    outline: 0px solid;
}
.nav-main-horizontal {
    display: flex;
    flex-wrap: wrap;
}
.label-inputfile-wrapper:hover {
    cursor: pointer;
}

.custom-input-hide {
    width: 0;
    height: 0;
    overflow: hidden;
}
.btn-alt-success {
    color: #202E20;
    background-color: #D8EDB7;
    border-color:#D8EDB7;
}
.btn-alt-info {
    color: #05576b;
    background-color: #c1e4ec;
    border-color: #c1e4ec;
}
.btn-alt-warning {
    color: #824704;
    background-color: #f6ddc1;
    border-color: #f6ddc1;
}
.bg-image {
    background-position: 2%;
    background-size: cover;
}
.tablatimeline .rz-grid-table thead {display: none;}
.tablatimeline .rz-grid-table tr:first-child td { border-top: 0;}
.tablatimeline .rz-grid-table td {padding: 0;}
.tablatimeline .rz-datatable-even > td {background-color: #ffffff;}
.img-avatar.img-avatar96 {
    width: 96px;
    height: 96px;
    object-fit: cover;
}*/
.custom-input-hide {
    width: 0;
    height: 0;
    overflow: hidden;
}

.list-group-item-hover:hover {
    background-color: #e6ecef;
    cursor: pointer;
}