﻿html {
    height: 100%;
}

body {
    height: 100%;
    font-family: "Inter-Regular" !important;
}

.select2-search__field {
    font-family: "Inter-Regular" !important;
}

.has-text-weight-semibold {
    font-family: 'Inter-SemiBold' !important;
}

.tab_section_header {
    font-family: 'Inter-SemiBold' !important;
}

@font-face {
    font-family: "Inter-Regular";
    src: url("fonts/Inter-Regular.woff2") format("woff2"),url("fonts/Inter-Regular.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Inter-Bold";
    src: url("fonts/Inter-Bold.woff2") format("woff2"),url("fonts/Inter-Bold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Inter-SemiBold";
    src: url("fonts/Inter-SemiBold.woff2") format("woff2"),url("fonts/Inter-SemiBold.woff") format("woff");
    font-display: swap;
}

.is-invalid .select2-container--default .select2-selection--single {
    border-color: #dc3545;
}
/* firefox scroll bars */
* {
    scrollbar-width: thin;
    scrollbar-color: #002d62 white;
}

.floating-button {
    position: fixed;
    bottom: 4vh;
    right: 3.5vw;
    background-color: #48c78e;
    color: white;
    border: none;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 35;
    font-size:2rem;
}

.top-floating-button {
    position: fixed;
    right: 4.5rem;
    border: none;
    border-radius: 50%;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 35;
    font-size: 2rem;
}

/* webkit scrollbars */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 6px #002d62;
    border: 2px solid transparent;
    border-radius: 5px !important;
}

    ::-webkit-scrollbar-thumb:horizontal {
        border: 5px solid transparent;
        border-radius: 10px !important;
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        box-shadow: inset 0 0 0 6px #002d62;
    }

    ::-webkit-scrollbar-thumb:hover {
        box-shadow: inset 0 0 0 6px #002d62;
    }

::-webkit-scrollbar-corner {
    background: transperent;
}

.heartbeat {
    display: none;
    color: #cf3939;
    right: 0;
    bottom: 0;
    position: fixed;
}

.footer {
    position: absolute;
    height: 60px;
    bottom: 0;
    width: 100%;
}

.half-circle-right {
    background: var(--primary-gradient);
    display: inline-block;
    margin: 0 1em 1em 0;
    height: 100%;
    width: 100px;
    border-bottom-right-radius: 200px;
    border-top-right-radius: 200px;
}

.half-circle-left {
    background: #002d62;
    display: inline-block;
    margin: 0 1em 1em 0;
    height: 100%;
    width: 100px;
    border-bottom-left-radius: 200px;
    border-top-left-radius: 200px;
}

.column-nopadding {
    padding: 0px;
}

.span-lowerright {
    position: absolute;
    bottom: 0;
    right: 0;
}

.idea_logo_bar {
    padding-top: 22px;
}

.ideaMenubar {
    width: 96px;
    background-color: #f5f5f5;
    max-height: 100vh;
    flex-wrap: nowrap;
    order: 0;
    margin-right: 5px;
    min-width: 50px;
    min-height: 0;
    z-index: 1049;
}

.upper {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    order: 0;
}

.bottomMenuItem {
    margin-top: auto !important;
}

.menucircle {
    width: 2.2em;
    height: 2.2em;
    line-height: 2.2em;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    font-weight: 700;
    color: white;
    background: #4a4a4a;
}

.idea_navbar-burger {
    margin-left: 0px !important;
    display: inherit !important;
}

    .idea_navbar-burger:active {
        background-color: gray;
    }

.idea_navbar-burger_active {
    background-color: gray;
}


.idea_Menubar_item {
    margin-top: 35px;
}

.flex_item_bottom {
    align-self: flex-end;
}

.is_clickable {
    cursor: pointer;
}

.page {
    flex-direction: row;
    flex-wrap: nowrap;
}

.content {
    order: 1;
    flex-grow: 1;
}

.full_height {
    height: 100%;
}

.no_border {
    border: initial !important;
}

.menu_expand {
    white-space: nowrap;
    position: fixed;
    height: 100%;
    visibility: hidden;
    left: 30px;
    transition: all 0.1s linear;
    z-index: 999999;
    background-color: #f5f5f5;
    overflow-y: auto;
}

.menu-list-hidden {
    display: none;
    width: 999px;
}

.idea-menu-box {
    background-color: #f5f5f5;
    padding-right: 15px;
    padding-left: 10px;
}

.no-link {
    text-decoration: none;
    color: inherit;
}

    .no-link:hover {
        text-decoration: none;
        color: inherit;
    }

.search-popover {
    white-space: nowrap;
    position: fixed;
    visibility: hidden;
    transition: all 0.2s linear, top 0s;
    opacity: 0;
    left: 0px;
}

.move-in {
    visibility: visible;
    opacity: 100;
}

.last-menu-item {
    margin-bottom: 10px;
}

.modal-card-foot {
    justify-content: flex-end !important;
}

.mvc-loader {
    text-align: center;
    margin-top: 20%;
}

.CalendarEventContainer {
    margin-top: 60px;
}

.CalendarEventHead {
    border-left: 2px solid #ececec;
    border-right: 2px solid #ececec;
    border-top: 2px solid #ececec;
}

.modal-calendar-body {
    border-left: 2px solid #ececec;
    border-right: 2px solid #ececec;
}

.modal-calendar-foot {
    border-left: 2px solid #ececec;
    border-right: 2px solid #ececec;
    border-bottom: 2px solid #ececec;
}

.calendar-icon {
    max-width: none;
}

.home-webpart-header {
}

    .home-webpart-header span {
        color: white !important;
        font-size: 1em !important;
    }

.menu-list {
    font-size: 0.8em;
    list-style: none !important;
}

    .menu-list a.is-active {
        background-color: #002d62 !important;
    }


.tabs.is-toggle li.is-active a {
    background-color: #4db6e0;
    border-color: #4db6e0;
}

span.circle {
    -moz-border-radius: 50px/50px;
    -webkit-border-radius: 50px 50px;
    border-radius: 50px/50px;
    border: solid 2px #f00;
    height: 22px;
}

/*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

    .preloader-wrapper .preloader {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 120px;
    }

#IDEADialog {
    z-index: 9999999;
}

.modal-card {
    margin: 0;
}

.ideanotificationbox {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 15px;
    flex-direction: column;
    width: calc(100% - 100px);
    align-items: center;
    z-index: 9999999;
}

.ideatopnotificationbox {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 15px;
    flex-direction: column;
    width: calc(100% - 100px);
    align-items: center;
    z-index: 9999999;
}

.ideanotification {
    width: auto;
}

img {
    height: auto;
    max-width: none;
}

#tab-content div.inner-tab {
    display: none;
}

#tab-content div.is-active {
    display: block !important;
}

.fixednav {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
}

.wolticontentmove {
    margin-left: 100px !important;
}

table.treeTable td {
    padding: 0px !important;
}

.detailpage-table {
    width: 100%;
}

.ideainput100 {
    width: 100% !important;
}

div.ideainput100 select {
    width: 100% !important;
}

.ideainput75 {
    width: 75% !important;
}

div.ideainput75 select {
    width: 100% !important;
}

.ideainput50 {
    width: 50% !important;
}

div.ideainput50 select {
    width: 100% !important;
}

.ideainput25 {
    width: 25% !important;
}

div.ideainput25 select {
    width: 100% !important;
}

.ideainput20 {
    width: 20% !important;
}

div.ideainput20 select {
    width: 100% !important;
}

.ideainput-filter {
    width: 100% !important;
    max-width: 300px !important;
}

div.ideainput-filter select {
    width: 100% !important;
}

.ideainputRowTd {
    padding-top: 5px;
}

.ideabox {
    border-radius: 10px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
}

.ideacolumn:first-child {
    margin-top: 10px;
}

.ideacardheader {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--primary-gradient-card-header);
}

    .ideacardheader p {
        color: white;
    }

    .ideacardheader > p {
        margin-bottom: 0px !important;
    }

    .ideacardheader > a {
        color: white;
        padding-right: .75em;
    }

.ideacolumn {
    padding: 0px !important;
    padding-left: 0.75rem !important;
    margin-bottom: 0.3rem;
}

.ideaboxcontent {
    padding-top: 5px !important;
    padding-left: 1rem;
}


.ideainputline {
    width: 5px;
    background: #4db6e0;
}

.ideacolumn {
    /*margin-top: 10px;*/
}

.ideaboxnotlast {
    margin-bottom: 10px;
}

.ideacontroladdon {
    width: 50%;
}

.ideacontroladdon75 {
    width: 75%;
}

.ideacontroladdon_100 {
    width: 100%;
}

.ideatextarea {
    min-width: inherit !important;
    min-height: 80px;
    font-size: .75rem;
}

.ideatextareabig {
    min-width: inherit !important;
    min-height: 300px;
    font-size: .75rem;
}

.ideatextareaModal {
    width: 420px;
    min-width: 420px;
    min-height: 120px;
    max-height: 120px;
    font-size: .75rem;
}

.is-horizontal-center {
    justify-content: center;
}

.idea-second-addon-button {
    border-radius: 0;
}

.home-webpart-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/*filter Container CSS Start*/
.filter-main-div {
    margin: 0;
    min-width: 100%;
    margin-bottom: 10px;
}




.filter-container-panel {
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
}

.filter-header-P {
    height: 30px;
    margin-bottom: 0px !important;
    color: white !important;
    font-weight: bold;
    /*font-size: 23px;*/
}

.filter-header-A {
    padding: 0px;
    padding-right: .75rem;
}

.filter-content {
    margin-bottom: 65px;
}

.filter-page-buttons {
    margin-bottom: 15px;
}

/*filter Container CSS END*/
.ui-autocomplete {
    z-index: 999999;
}

@media print {
    .noprint {
        display: none !important;
    }
}

.is-display-none {
    display: none !important;
}

.wizardButtons {
    margin-left: 15px;
}

.table tbody {
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
}

.table thead tr th {
    border: 0px !important;
}

.idea-grid {
    margin-bottom: 0px !important;
}

.is-danger-radio {
    border: 1px solid red;
    padding: 5px;
    border-radius: 5px;
}

.is-danger-checkbox {
    border: 1px solid red;
    padding: 5px;
    border-radius: 5px;
}

.is-danger-noninput {
    border: 1px solid red;
    padding: 5px;
    border-radius: 5px;
}

.is-danger-label {
    color: red;
}

.idea-notification {
    bottom: 0px;
    margin: 0px 0px 30px 0px;
    position: fixed;
    width: 95%;
}

.fc-more-popover {
    z-index: 2;
    max-width: 300px;
    width: fit-content !important;
}

    .fc-more-popover .fc-event-container {
        padding: 10px 10px 0px 10px;
        max-height: 300px;
        overflow-y: auto;
    }

[tooltip]:hover:after {
    bottom: auto !important;
    margin-left: 20px;
    border-radius: 0px 5px 5px 5px !important;
    left: 4px !important;
}

[tooltip]:hover:before {
    transform: rotate(90deg);
    bottom: 7px !important;
    left: 14px !important;
}


#fb-template {
    display: none;
}

.IdeaSticky {
    position: sticky;
    top: 5px;
    bottom: auto;
    right: auto;
    left: 1092.84px;
}

.pull-right.cb-wrap {
    position: sticky;
    top: 5px;
    bottom: auto;
    right: auto;
    left: 1092.84px;
}

.radio-inline {
    margin-left: .5em;
    cursor: pointer;
    display: inline-block;
    line-height: 1.25;
    position: relative;
}

.radio {
    display: block;
    margin-left: 0px !important;
}

.ui-autocomplete {
    background-color: white;
    border: 1px solid;
    width: 500px !important;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.icon-container {
    background-color: white;
    border-radius: 485px;
}

.is-90x90 {
    height: 90px;
    width: 90px;
}

#inPagePreviewRender .checkbox {
    display: block;
}

#renderedContainerWrapper .checkbox {
    display: block;
}

.partial-container {
    font-size: 1em !important;

    /*font-family: Verdana, Verdana, sans-serif !important;*/
}

.tab_in_content {
    font-size: 0.8em;
}
.tab_vesseleDB {
    max-width: fit-content;
}
    .tab_vesseleDB li {
        min-width: 120px;
    }

div.is-toggle.is-toggle {
    font-size: 0.8rem;
}

div.title {
    font-size: 0.9rem;
}

body.full_height {
    font-size: 0.9rem;
}


.window {
    display: -webkit-flex; /* Safari */
    display: flex;
}

.master {
    width: 25%;
    padding-bottom: 0px !important;
    max-width: 400px;
    min-width: 400px;
    top: 0;
    position: sticky;
    max-height: calc(100vh - 40px - var(--shell-topbar-height));
    overflow: hidden;
}
.detail {
    margin-right: 0.7rem;
    
    
}

html {
    overflow-y: auto !important;
}

.cover_image_size {
    max-width: 420px;
    max-height: 420px;
    object-fit: cover;
    /* width: 100%; */
    height: 300px;
}

#Div_Photo {
    width: 420px;
    height: 420px;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

    #Div_Photo img {
        position: absolute;
        /*width: 100%;*/
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

#Div_CoverPicture {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

    #Div_CoverPicture img {
        position: absolute;
        /*width: 100%;*/
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.column_dark {
    background: #ffffff;
}

.column_light {
    background: #ffffff;
}

.license_intormation_head {
    margin-top: 10px;
    margin-bottom: 10px;
}


/*PERMISSION*/
.fixed_headers {
    position: sticky;
    top: -20px;
    z-index: 1;
    background-color: white;
}

    .fixed_headers thead td {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        min-width: 55px;
        width: 100%;
        text-align: center;
        vertical-align: bottom;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        cursor: pointer;
    }

        .fixed_headers thead td:nth-child(1) {
            text-align: left;
        }

        .fixed_headers thead td span {
            -ms-writing-mode: tb-rl;
            -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-lr;
            transform: rotate(180deg);
            white-space: nowrap;
            vertical-align: bottom;
            text-align: left;
            font-weight: bold;
        }

    .fixed_headers .markedCheckboxField {
        background-color: darkgray !important;
    }

.permission_table tbody {
    width: 100%;
    height: 100%;
}

    .permission_table tbody td {
        min-width: 55px;
        width: 100%;
        padding: 0px !important;
        text-align: center;
    }

.permission_table tr td:nth-child(1) {
    min-width: unset;
    cursor: auto;
    text-align: left;
}

.permission_table .markReadable {
    background-color: lightblue;
}

.permission_table .markWriteable {
    background-color: lightcoral;
}

.markedCheckboxField {
    background-color: darkgray !important;
}

.markedFieldTopLeft {
    background-color: darkgray !important;
}

.markedFieldBottomRight {
    background-color: lightgray !important;
}

.wider-field-label {
    min-width: 150px;
}

.wider-field-label250 {
    min-width: 250px;
}

.wider-field-label200 {
    min-width: 200px;
}

.wider-field-label150 {
    min-width: 150px;
}

.wider-field-label120 {
    min-width: 120px;
}

.wider-field-label80 {
    min-width: 80px;
}

.wider-field-label70 {
    min-width: 70px;
}

.wider-field-label60 {
    min-width: 60px;
}


.is-closer-horizontal {
    padding: 0.30px 0.30px 3px 0.30px;
}

.card-halfheight {
    height: 49%;
}

.card-fullheight {
    height: 100%;
}

.card-smaller-header {
    padding: .55rem;
}

.columns-nobottom {
    margin-bottom: 0px !important;
}

.column-nobottom {
    padding-bottom: .35rem;
}



.is-divider-vertical {
    padding: 0 !important;
    margin-right: 0.6rem;
}

.input, .textarea {
    border-color: #868686 !important;
}

.textarea {
    padding-left: calc(.625em - 1px);
    padding-top: calc(0.375em - 1px);
    padding-right: calc(.625em - 1px);
    padding-bottom: calc(0.375em - 1px);
}

.select select, .select2-container--default .select2-selection--multiple {
    border-color: #868686 !important;
}

.step-title {
    font-size: 1rem !important;
}

.succsess-border-dotted {
    border: 4px dotted #23d160;
}

fieldset {
    border-radius: 10px;
    margin-top: 5px;
    padding: 3px;
    height: 100%;
}

.jstree {
    height: 90%;
    max-height: 90%;
}

.jstree-anchor {
    color: #4a4a4a;
}

.jstree-themeicon {
    padding-right: 2px;
}

.textarea-default-150 {
    height: 150px;
}

.pika-single {
    z-index: 9999999999999 !important;
}

.is-markedDay .pika-button {
    color: black !important;
    font-weight: bold;
}

tr.is-clickable {
    cursor: pointer;
}

tr.is-success td {
    background-color: #23d16025;
}

    tr.is-success td.sorting_1 {
        background-color: #23d16025 !important;
    }

tr.is-warning td {
    background-color: #ffdd5725;
}

tr.is-warning > td.sorting_1 {
    background-color: #ffdd5725 !important;
}

tr.is-danger td {
    background-color: #f3253625;
}

    tr.is-danger td.sorting_1 {
        background-color: #f3253625 !important;
    }


td.is-success {
    background-color: #23d125;
}

    td.is-success.sorting_1 {
        background-color: #23d125 !important;
    }

td.is-warning {
    background-color: #ffdd57;
}

    td.is-warning.sorting_1 {
        background-color: #ffdd57 !important;
    }

td.is-danger {
    background-color: #f32536;
}

    td.is-danger.sorting_1 {
        background-color: #f32536 !important;
    }


header.ideacardheader.is-success {
    background-color: #23d125;
}

header.ideacardheader.is-warning {
    background-color: #ffdd57;
}

header.ideacardheader.is-danger {
    background-color: #f32536;
}

.card-content.ideaboxcontent {
    overflow-x: auto;
}

.leaveRestTimeCell {
    user-select: none;
    width: 25px;
    height: 25px;
    background-color: white;
    border-width: 1px !important;
    transition-property: background-color;
    transition-timing-function: ease-in;
    transition-duration: 0.04s;
}

.leaveRestTimeCellWork {
    user-select: none;
    width: 25px;
    height: 25px;
    background-color: #00b2e3;
    border-width: 1px !important;
    transition-property: background-color;
    transition-timing-function: ease-in;
    transition-duration: 0.04s;
}

select.is-danger {
    border-color: #f32536 !important;
}

.select2-dropdown.increasezindex {
    z-index: 99999;
}

.dashboardColumn {
    align-items: flex-start;
}

.loader {
    color: transparent !important;
    pointer-events: none;
    position: relative;
}

    .loader:after {
        animation: spinAround 500ms infinite linear;
        border: 2px solid #fff;
        border-radius: 50%;
        border-right-color: transparent;
        content: "";
        display: block;
        width: 1em;
        height: 1em;
        position: relative;
        position: absolute;
        left: calc(50% - (1em / 2));
        top: calc(50% - (1em / 2));
        position: absolute !important;
    }

@keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.partial-menu-item {
    width: 250px !important;
    word-wrap: break-word !important;
}

.ghost {
    opacity: 0.5;
    background: #c8ebfb;
}

/* Some datatable stuff */
.dataTables_paginate {
    padding-top: 0 !important;
}

    .dataTables_paginate .pagination-list {
        margin-top: 0;
    }

        .dataTables_paginate .pagination-list li {
            margin-top: 0;
        }

.paging_simple_numbers > .pagination > .pagination-list {
    gap: 2px;
}

.dataTables_length label {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 10px;
}

a.icon-text:before {
    content: "" !important;
}

.idea-grid-selectbuttons {
    margin: 3px;
    height: 23px;
}

.DocumentUploadDetailContainer {
    margin-bottom: 10px;
}

.labelPluss {
    display: inline-block;
    width: 105px;
}

.double-arrow-one {
    margin-top: -10px;
    height: 10px;
}

.double-arrow-two {
    margin-top: -16px;
    height: 10px;
}

.ui-helper-hidden-accessible {
    display: none;
}

.leafletMenuItemOff {
    cursor: default;
    background-color: #777 !important;
    color: #000 !important;
}

.layout_search_box .select2-selection__rendered {
    line-height: 40px !important;
}

.layout_search_box .select2-container .select2-selection--single {
    height: 40px !important;
}

.layout_search_box .select2-selection__arrow {
    height: 40px !important;
}

.leaflet-off {
    cursor: default;
    background-color: #777 !important;
    color: #000 !important;
}

.signpad {
    width: 100% !important;
}


.fc-week-number {
    padding-top: .5em !important;
}

.select2_remove_arrow .select2-selection__arrow b {
    display: none !important;
}

.draggable-list {
    min-height: 60px;
    height: 100%;
}

.grid-picker-tr-filter {
    margin-bottom: 2rem;
}
