﻿/* Sticky footer styles
-------------------------------------------------- */
@font-face {
    font-family: Icons-Regular;
    font-style: normal;
    src: url(../../fonts/fa-light-300.ttf);
    src: url(../../fonts/fa-light-300.woff) format("woff"), url(../../fonts/fa-light-300.woff2) format("woff2");
}

@font-face {
    font-family: Borna-Regular;
    font-style: normal;
    src: url(../../fonts/borna-regular-webfont.ttf);
}

@font-face {
    font-family: Borna-Italic;
    font-style: italic;
    src: url(../../fonts/borna-regularitalic-webfont.ttf);
}

@font-face {
    font-family: Borna-Oblique;
    font-style: oblique;
    src: url(../../fonts/borna-bold-webfont.ttf);
}

html {
    font-size: 14px;
    font-family: Borna-Regular;
    position: relative;
    min-height: 100%;
    background: #E8FAFA !important;
}

.navbar-nav {
    font-family: Borna-Regular !important;
    font-weight: bolder;
    color: #7B7B7B;
}

.mainmenu {
    margin-left: 22px;
}

.startbuttonicon {
    margin-left: 5px;
}

.menubuttonicon {
    margin-right: 5px;
}

.icons {
    font-family: Icons-Regular !important;
}

.icon-start:before {
    content: "\f08b";
}

.icon-menuarrow {
    color: #268B57;
    font-size: 16px;
}

    .icon-menuarrow:before {
        content: "\f0a9";
    }

.sidemenuitem {
    min-height: 40px;
    margin-bottom: 3px;
    padding-top: 3px;
}

    .sidemenuitem a:hover {
        text-decoration: none !important;
    }

.bottomline {
    border-bottom: 4px solid #E9E9E9;
}

.sidemenutext {
    font-size: 17px;
    color: black;
}

.form-control {
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
}

.menuleft {
    padding-right: 25px;
    min-width: 250px;
    width: 250px;
}

.btn {
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
}

body {
    background: #E8FAFA !important;
}

.container {
    max-width: 1500px !important;
    background: #E8FAFA !important;
    width: 90% !important;
}

.menucontainer {
    max-width: 1800px !important;
    width: 100%;
    display: flex;
    margin-left: auto !important;
    margin-right: auto;
}

.white-background {
    background: white !important;
}

.display-4 {
    font-size: 2.3em !important;
}

.display-5 {
    font-size: 2em !important;
}

.btn-success {
    background-color: #38B774 !important;
    border-color: #38B774 !important;
}

    .btn-success:hover {
        background-color: #38B774 !important;
        border-color: #38B774 !important;
    }

.btn-info {
    background-color: #268B57 !important;
    border-color: #268B57 !important;
}

.btn-white {
    background-color: white !important;
    border-color: white !important;
    color: black !important;
}

.btn-info:hover {
    background-color: #268B57 !important;
    border-color: #268B57 !important;
}

.activeMenu {
}

.startbutton {
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
    background: #35AD6F;
    width: 114px;
    height: 30px;
    vertical-align: central;
    align-content: center;
    margin-right: 20px;
    margin-top: 2px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.dataTables_length {
    font-family: Borna-Regular !important;
}

button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url("../../img/skopos/ui-icons_555555_256x240.png") !important;
}

.ui-button .ui-icon {
    background-image: url("../../img/skopos/ui-icons_777777_256x240.png") !important;
}

#menubutton {
}

.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;
}

body {
    /* Margin bottom by footer height */
    font-family: Borna-Regular !important;
}

td {
    word-wrap: break-word;
}

.nounderline a:hover {
    text-decoration: none !important;
}

.form-control-human {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: white;
}

#cover {
    background: url("../../img/skopos/loading.png") center center no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(128, 128, 128, 0.20);
    filter: initial;
    z-index: 999;
}

#cover_content {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 20px;
    filter: unset;
}

#cover_e {
    background: url("../../img/skopos/alert.png") center center no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    margin-top: -100px;
}

#cover_content_e {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 115px;
}

#cover_m {
    background: url("../../img/skopos/maintenance.png") center center no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    margin-top: -100px;
}

#cover_content_m {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 115px;
}

.bold {
    font-family: Borna-Oblique !important;
    font-weight: bold;
}

.italic {
    font-family: Borna-Italic !important;
    font-style: italic;
}

.status {
    display: inline-block;
    height: 20px;
    text-align: center;
    width: 20px;
}

.statustext {
    position: relative;
    margin-left: 10px;
    top: -5px;
}

.status.Never {
    background-image: url(/img/skopos/status_error.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.status.Ok {
    background-image: url(/img/skopos/status_ok.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.status.Delayed {
    background-image: url(/img/skopos/status_warn.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.status.Stalled {
    background-image: url(/img/skopos/status_warn.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.status.Stopped {
    background-image: url(/img/skopos/status_error.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.status.Error {
    background-image: url(/img/skopos/status_error.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.prioritation {
    font-size: xx-small;
}

    .prioritation.Never {
        color: #808080;
    }

    .prioritation.Ok {
        color: #00FF21;
    }

    .prioritation.Delayed {
        color: #FFE400;
    }

    .prioritation.Stalled {
        color: #FF6A00;
    }

    .prioritation.Stopped {
        color: #FF0000;
    }

.priotext {
    position: relative;
    margin-left: 5px;
    top: 5px;
}

.btn {
    margin-bottom: 5px;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        /*left:-100%;*/
        left: -10rem; /* 10rem is the min-width of dropdown-menu */
        margin-top: -6px;
    }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

[data-tooltip] {
    display: block;
    position: relative;
    padding: 4px;
}
    /* Tooltip styling */
    [data-tooltip]:before {
        content: attr(data-tooltip);
        display: none;
        position: absolute;
        background: #1972A4;
        color: #fff;
        padding: 4px 8px;
        font-size: 14px;
        line-height: 1.4;
        min-width: 100px;
        text-align: center;
        border-radius: 4px;
    }

[data-tooltip-type="vulnerability"]:before {
    min-width: 300px;
}

/* Dynamic horizontal centering */
[data-tooltip-position="top"]:before,
[data-tooltip-position="bottom"]:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* Dynamic vertical centering */
[data-tooltip-position="right"]:before,
[data-tooltip-position="left"]:before {
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

[data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
    min-width: 350px !important;
    width: 350px !important;
}

[data-tooltip-position="right"]:before {
    left: 100%;
    margin-left: 6px;
}

[data-tooltip-position="bottom"]:before {
    top: 100%;
    margin-top: 6px;
}

[data-tooltip-position="left"]:before {
    right: 100%;
    margin-right: 6px;
}

/* Tooltip arrow styling/placement */
[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* Dynamic horizontal centering for the tooltip */
[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after {
    left: 50%;
    margin-left: -6px;
}
/* Dynamic vertical centering for the tooltip */
[data-tooltip-position="right"]:after,
[data-tooltip-position="left"]:after {
    top: 50%;
    margin-top: -6px;
}

[data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: #1972A4;
}

[data-tooltip-position="right"]:after {
    left: 100%;
    border-width: 6px 6px 6px 0;
    border-right-color: #1972A4;
}

[data-tooltip-position="bottom"]:after {
    top: 100%;
    border-width: 0 6px 6px;
    border-bottom-color: #1972A4;
}

[data-tooltip-position="left"]:after {
    right: 100%;
    border-width: 6px 0 6px 6px;
    border-left-color: #1972A4;
}
/* Show the tooltip when hovering */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}

.button-row {
    display: inline;
    margin-left: 20px;
}

.moreindication {
    max-width: 200px;
    background: url(../../img/skopos/more.png) right no-repeat;
    padding-right: 30px;
}

.searchbox {
    max-width: 160px;
    height: 30px;
    background: url(../../img/skopos/search.png) right no-repeat;
    padding-right: 30px;
    margin-top: 2px;
    margin-right: 20px;
}

    .searchbox::placeholder {
        font-size: 10px;
        margin-left: 2px;
    }

.searchboxlarge {
    background: url(../../img/skopos/search.png) right no-repeat;
    padding-right: 30px;
}

.searchresult {
    margin-top: 25px;
}

    .searchresult a {
        font-size: larger;
    }

.searchsummary {
    font-size: smaller;
}


.dstatus {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 20px;
    text-align: center;
    width: 20px;
}

    .dstatus.Scanning {
        background: #0A16FF;
    }

    .dstatus.Vulnerability {
        background: #0A16FF;
    }

    .dstatus.Done {
        background: #00FF21;
    }

    .dstatus.New {
        background: #808080;
    }

    .dstatus.Disabled {
        background: #303030;
    }

    .dstatus.Validating {
        background: #00ffff;
    }

/* Buttons */
input.button-chat {
    background-image: url(/img/skopos/icon_chat.png);
    background-repeat: no-repeat;
    background-position: right;
    border: none;
    cursor: pointer;
    height: 36px;
    padding-left: 36px;
    vertical-align: middle;
    min-width: 170px;
    text-align: left;
}

input.button-check {
    background-image: url(/img/skopos/icon_check.png);
    background-repeat: no-repeat;
    background-position: right;
    border: none;
    cursor: pointer;
    height: 36px;
    padding-left: 36px;
    vertical-align: middle;
    min-width: 300px;
    text-align: left;
}

input.button-exclamation {
    background-image: url(/img/skopos/icon_exclamation.png);
    background-repeat: no-repeat;
    background-position: right;
    border: none;
    cursor: pointer;
    height: 36px;
    padding-left: 36px;
    vertical-align: middle;
    min-width: 220px;
    text-align: left;
}

input.button-share {
    background-image: url(/img/skopos/icon_share.png);
    background-repeat: no-repeat;
    background-position: right;
    border: none;
    cursor: pointer;
    height: 36px;
    padding-left: 36px;
    vertical-align: middle;
    min-width: 170px;
    text-align: left;
}

div.dt-buttons {
    text-align: left !important;
}

.svSelector {
    position: absolute;
    top: 56px;
    right: 5px;
    height: 59px;
    text-align: center;
    display: flex;
    vertical-align: middle;
    align-items: center;
    border: 1px solid #268B57;
    padding-left: 5px;
    padding-right: 5px;
}

#progresstotal {
    max-width: 70%;
    font-size: large;
    margin-bottom: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.progressheader {
    font-size: medium;
    color: black;
    margin-top: 20px;
    text-align: left;
    font-weight: bolder;
}

.progressitem {
    max-width: 70%;
    margin-top: 10px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}


.progressitemheadercontainer {
    max-width: 70%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.progressitemheader {
    min-height: 25px;
    width: 400px;
    padding: 2px;
    font-weight: bolder;
    color: black;
}

.progressitemheaderok {
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
    background-color: #D9EEE3;
    color: #35AD6F;
    width: 110px;
    height: 26px;
    margin-left: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 15px;
}

.progressitemheadernok {
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
    background-color: #F0F0F0;
    color: #FF8D9C;
    width: 110px;
    height: 26px;
    margin-left: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 15px;
}

.progressitemheaderwarning {
    background-color: rgb(255, 162, 101);
    border-color: rgb(255, 162, 101);
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
    color: white;
    width: 110px;
    height: 26px;
    margin-left: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 15px;
}

.progresslargebutton {
    background-color: #35AD6F;
    border-color: #35AD6F;
    font-weight: bolder;
    padding-top: 15px;
}

.progress-bar {
    background-color: #35AD6F !important;
}

#progresstext {
    margin-bottom: 20px;
}

.custom-control-input:checked ~
.custom-control-label::before {
    background-color: #35AD6F !important;
    border-color: #35AD6F !important;
}

.content_table {
    border-collapse: separate !important;
    border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    background-color: white !important;
    width: 100% !important;

    border: 1px solid white;
}

    .content_table th {
        background-color: #E8FAFA !important;
        border-bottom: none !important;
    }

    .content_table tr {
        background-color: transparent !important;
    }

    .content_table td + td {
        border-left: 2px solid #E8FAFA !important;
    }

    .content_table td {
        border: none !important;
        border-bottom: 2px solid #E8FAFA !important;
        margin-left: 2px;
        background-color: transparent !important;
    }

    .content_table th + th {
        border-left: 2px solid #E8FAFA !important;
    }

    .content_table th {
        border: none !important;
        border-bottom: 2px solid #E8FAFA !important;
        margin-left: 2px;
    }

.btn-topright {
    background-color: #FFA265;
}

button.dt-button {
    border-radius: 25px !important;
}

.dataTables_filter input {
    border-radius: 25px !important;
}

.paginate_button {
    border-radius: 25px !important;
    margin-right: 5px !important;
}

.dataTables_length select {
    border-radius: 25px !important;
}

.selected td {
    background-color: lightblue !important;
}

.tagator_tag {
    border-radius: 25px !important;
    background-color: #EAF4FF;
    color: #3499FF;
    align-content: center;
    text-align: center;
    max-width: initial !important;
}

.tags_container {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: normal;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
    max-width: 350px;
}

.customscroll::-webkit-scrollbar {
    width: 2px;
}

.customscroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.customscroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.horizontal-menu {
    display: flex;
    flex-direction: row;
}

.menuitem {
    margin-right: 10px; /* Adjust spacing between menu items */
}

.menutext {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: inherit;
}

.bottomline {
    border-bottom: 1px solid #ccc;
}

.filter-section {
    margin-top: 0px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.switch-label {
    position: relative;
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}

.switch-container {
    display: flex;
    align-items: center;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #4caf50;
}

    input:checked + .slider:before {
        transform: translateX(16px);
    }

.slider.round {
    border-radius: 24px;
}

.label-text {
    margin-left: 40px;
}
.multislider-section {
    margin-top: 20px;
}

.multislider-container {
    display: flex;
    align-items: center;
}

.multislider-label {
    position: relative;
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}

    .multislider-label input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.multislider-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

    .multislider-slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .multislider-slider {
    background-color: #4caf50;
}

    input:checked + .multislider-slider:before {
        transform: translateX(16px);
    }

.multislider-label-text {
    margin-left: 40px;
    font-size: 16px;
}

.body-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 20px;
    width: 100%;
}

.header-controls {
    display: flex;
    align-items: center;
    gap: 16px;
}
