html {
    font-size: 14px;
}

h1 {
    font-size: 28px;
    margin-bottom: 1.2rem;
}

h2 {
    font-size: 24px;
    margin-bottom: 1rem;
}

h3 {
    font-size: 20px;
    margin-bottom: 0.8rem;
}

h4 {
    font-size: 16px;
    margin-bottom: 0.8rem;
}

table.table thead th {
    padding: 2px 8px;
}

.header {
	background-color: #FAFBFC;
	border-bottom: 1px solid #EEE;
    height: 80px;
	margin-bottom: 0.7rem;
}
.header-left {
    float:left;
    width:240px;
}
.header-right {
    padding-left: 19em;
}

.logo_kru {
	margin: 0.4rem;
        margin-right: 1rem;
}

.header h1 {
    font-size: 1.6rem;
	font-weight: normal;
	color: #103775;
    margin-bottom: 0.5rem;
}

.content-wrapper {
	margin-top: 10px;
    overflow: hidden;
    min-height: 5px;
}

.content-left {
    float: left;
    width: 240px;
    overflow: hidden;
    min-height: 100px;
}

.content-right {
    display: block;
    float: none;
    min-height: 100px;
    overflow: auto;
    padding-right: 65px;
}

.sidebar {
    float:left;
    width:240px;
    padding: 0 0.8rem;
}

.sidebar-group {
    margin-bottom: 20px;
    padding-left: 0;
    border-top: 2px solid #4CAF50;
}

.sidebar-group-item {
    position: relative;
    display: block;
    vertical-align: middle;
    padding: 7px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
}
.sidebar-group-item.active {
    font-weight: bold;
    color: #222;
    background-color: #FAFBFC;
    border: 1px solid #eee;
}
.sidebar-group-item.active::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    content: "";
    background-color: #FF6F00;
}
.sidebar-group-item:hover {
    background-color: #eee;
    text-decoration: none;
}
.sidebar-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.sidebar-group-item .sidebar-objects {
    height: 15px;
    width: 15px;
    margin-right: 10px;
    filter: invert(0.8) sepia(0) saturate(0) hue-rotate(0deg);
}
.sidebar-group-item .sidebar-tabs {
    height: 15px;
    width: 15px;
    margin-right: 10px;
    filter: invert(0.45) sepia(0) saturate(100) hue-rotate(0deg);
}
.sidebar-group a {
    color: #333;
}
.sidebar-group-title {
    font-size: 0.9rem;
    font-style: italic;
    letter-spacing: 1px;
    color: #388E3C;
    background-color: rgba(56, 142, 60, .03);
    padding: 6px 4px 4px 4px;
}

/*
 * Starý vzhled tlačítka (Twitter bootsrtap 3)
 */
.btn-secondary-old {
  color: #292b2c;
  background-color: #fafafa;
  border-color: #ccc;
}

.btn-secondary-old:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary-old:focus, .btn-secondary-old.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-secondary-old.disabled, .btn-secondary-old:disabled {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary-old:active, .btn-secondary-old.active,
.show > .btn-secondary-old.dropdown-toggle.active {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.objekt-logo {
    width: 180px;
    height: 180px;
    text-align: left;
    float:left;
}

.-mr-2 {
    margin-right: -10px;
}
.-ml-2 {
    margin-left: -10px;
}
.collapse { visibility: collapse; }
.danger {
    color: #d52121;
}
.danger:hover {
    color: #6e0505;
}
.success {
    color: #28a745;
}
.success:hover {
    color: #1b7e30;
}

#rozpocet tbody td { height: 50px; vertical-align: middle; }
#rozpocet td:first-child { width: 20px; }
#ip-adresy tbody td { height: 50px; vertical-align: middle; }
#ip-adresy td:first-child { width: 20px; }

.hidden {
    visibility: hidden;
}

.invisible {
    display: none;
}

#show-password {
    cursor: pointer;
}

.icon-blue {
    filter: invert(0.3) sepia(1) saturate(5) hue-rotate(175deg);
    width: 18px;
    margin-top: -3px;
}

.icon-green {
    filter: invert(50%) sepia(50%) saturate(400%) hue-rotate(80deg) brightness(95%) contrast(140%);
}

.vulnerabilities-icon-red{
    color: #cc3333;
}

.vulnerabilities-icon-orange{
    color: #e07b39;
}

.vulnerabilities-icon-blue{
    color: #2d6ac1;
}

.vulnerabilities-icon-green{
    color: #4caf50;
}

.btn-nopad {
    padding: 0;
}

.task-due {
    background-color: #e38e8e;
}

.task-due button {
    color: white;
}
.task-due:hover button {
    color: #007bff;
}

.-ml-3 {
    margin-left: -18px;
}

.-mb-10 {
    margin-bottom: -10px;
}

.-m-card-body {
    margin: -1.25rem;
}

#bottom-bar {
    position: fixed;
    background-color: #888888;
    border-radius: 5px;
    padding: 10px;
    z-index: 100;
    bottom: 25px;
    width: 50%;
}

.dashboard-table {
    border-collapse: collapse;
    width: 100%;
}

.dashboard-tr:hover {
    background-color: #e0e0e0;
}

.dashboard-tr td {
    padding: 3px 4px 3px 4px;
}

.text-danger-dark {
    color: red;
    font-weight: bold;
}

.text-warning-dark {
    color: orange;
    font-weight: bold;
}

#tab-ucet-log-toggle:hover {
    cursor: pointer;
    text-decoration: underline;
}
.version {
    position: absolute;
    font-size: 9pt;
    top: 43px;
    left: 87px;
}

.like-link {
    cursor: pointer;
}

.like-link:hover {
    text-decoration: underline;
}
.font-xs {
    font-size: 8pt;
}

.datatables-search-btn {
    margin-left: 13px;
    margin-top: -3px;
}

.datatables-reset {
    margin-left: -18px;
    cursor: pointer;
    color: gray;
}

.datatables-reset:hover {
    color: #9b9b9b;
}

#content {
    min-height: 90vh;
}

.supplier-visible {
    margin-left: 8px;
    filter: invert(0.8) sepia(0) saturate(0) hue-rotate(0deg);
}

.cursor-pointer {
    cursor: pointer;
}

.search-category {
    display: inline-block;
    padding-bottom: 15px;
}

.search-category img {
    padding-right: 10px;
    height: 22px;
}

.search-category .search-heading {
    font-size: 18px;
    vertical-align: middle;
}

.search-result {
    font-size: 16px;
    padding-bottom: 8px;
}

.search-linked-object img {
    height: 20px;
}

.search-linked-object a {
    font-size: 16px;
}

.list-unstyled li {
    padding-left: 5px;
}

.hover-row:hover {
    background-color: #e0e0e0;
}

.clr-box {
    flex-shrink: 0;
    width: 300px;
}

.circle .clr-field button {
    width: 22px;
    height: 22px;
    left: auto;
    right: 5px;
    border-radius: 5px;
}

.circle .clr-field input {
    padding-right: 36px;
}

.circle .clr-field button {
    border-radius: 50%;
}

.font-dark {
    color: #000;
}

.font-light {
    color: #fff;
}

.custom-pill,
#pill-preview {
    font-weight: 500;
    font-size: 10pt;
    margin-left: 3px;
    padding: 3px 8px 3px 8px;
    border-radius: 13px;
}

.custom-pill-smaller {
    font-weight: 500;
    font-size: 9pt;
    margin-left: 2px;
    padding: 2px 7px 2px 7px;
    border-radius: 10px;
}

.custom-pill-heading {
    font-weight: 500;
    font-size: 8.7pt;
    margin-left: 2px;
    margin-top: -10px;
    padding: 2px 6px 2px 6px;
    border-radius: 11px;
}

#bg-login {
    background-image: url('/images/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.selected-row {
    background-color: #007bff;
    color: white;
}

.bg-light-gray {
    background-color: lightgray;
}

.bg-note-folder {
    background-color: #f8f9fa;
    border-radius: 5px;
    border: 1px solid lightgray;
    padding: 5px;
    margin-bottom: 5px;
}

.technetDatatable {
    width: 100% !important;
}

.dt-action {
    min-width: 100px;
}

.dt-action-narrow {
    min-width: 80px;
}

.dt-action-wide {
    min-width: 120px;
}

.dt-action-deadlines {
    min-width: 100px;
}

td.dt-data-small {
    font-size: 80%;
}

.user-circle {
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 18pt;
}

.user-circle-small {
    display: inline-block;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50%;
    font-size: 8pt;
    margin-top: 2px;
    padding: 3px 4px 4px 4px;
}

.user-circle-small:hover {
    text-decoration: none !important;
}

.persons-name {
    line-height: 21pt;
    font-weight: bolder;
}

.note-name {
    font-weight: 500;
    padding-left: 10px;
}

.succes-subitem:hover {
    color: white;
    background-color: #1b7e30;
}

#classic-style p {
    margin-bottom: 2px;
}

.folder-notes {
    padding-top: 15px;
}

.small-icon {
    width: 17px;
    height: 17px;
}

.tooltip-inner {
    max-width: 800px;
}
