/*-----------------------------------------------
|   Custom CSS - NNOF
-----------------------------------------------*/

body,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.font-1, .font-2 {
    font-family: "Open Sans", sans-serif;
}
body {
    background-color: white; /* rgb(240,240,240) */
}

/* Login */
.login-logo {
    background: url(/themes/wilink/images/login_logo_wilink.png) center no-repeat;
    margin-bottom: 25px !important;
}
.background-holder {
    background-image: url(/themes/wilink/images/login_background.jpg);
}
.customer-landing-page-background-holder {
    background-image: url(/themes/wilink/images/customer_landing_page_background.jpg);
}
.login-h-position {
    /* centered by default */
    /*-ms-flex-pack: end !important;
    justify-content: flex-end !important;*/
    /* left position = start */
    /* right position = end */
}

.registration-background {
    background-image: url(/themes/wilink/images/registration_background.jpg);
    z-index: 0;
    padding-top: 50%;
}
.registration-section{
    color:white;
}

.btn-outline-dark {
    color: white;
    border-color: white;
}

    .btn-outline-dark:hover {
        background-color: rgb(24,188,156);
        border-color: white;
    }

.password-background {
    background-image: url("/themes/wilink/images/password_background.jpg");
    z-index: 0;
    padding-top: 50%;
}
/* Textarea */
textarea:focus {
    border-color: rgb(24,188,156);
}

textarea:hover {
    border-bottom: 1px rgb(24,188,156) solid;
}

/* Drop-down items */
a.dropdown-item:hover {
    background-color: rgb(24,188,156);
}

a.dropdown-item.selected {
    background-color: rgb(24,188,156);
}

    a.dropdown-item.selected:hover {
        background-color: rgb(24,188,156);
    }


/* Sub-form */
.divwithborders {
    border: 1px solid rgb(220,220,220);
    background-color: rgb(242,242,242);
}

/* Mandatory fields */
.required-circle {
    color: darkorange; /* base color */
}
.nav-logout:hover {
    color: rgb(24,188,156);
}

.btn-primary {
    background-color: rgb(24,188,156);
    border-color: rgb(24,188,156);
    color: white;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:visited {
        background-color: rgb(20,160,133); /* darker base color */
        border-color: rgb(20,160,133); /* darker base color */
    }

.btn-success {
background-color: rgb(24,188,156);
border-color: rgb(24,188,156);
color: white;
}
    .btn-success:hover,
    .btn-success:focus,
    .btn-success:visited {
        background-color: rgb(20,160,133); /* darker base color */
        border-color: rgb(20,160,133); /* darker base color */
    }

a {
    font-weight: 600;
}

a:hover, a:focus {
    color: rgb(24,188,156);
}

.form-control:focus {
    border-color: rgb(24,188,156);
}

.tabs .nav-bar .indicator {
    /*background-color: rgb(24,188,156);*/
}


.tabs .nav-bar .nav-bar-item.active {
    border-bottom-color: rgb(24,188,156);
}

hr {
    border: 1px solid lightgray;
    border-radius: 0px;
}

.form-control:hover, input:hover, .form-control.my-datepicker:hover {
    border-color: rgb(24,188,156);
    color: #212529;
}

/* Text selection*/
::selection {
    background: rgb(24,188,156); /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: rgb(24,188,156); /* Gecko Browsers */
}

/*  Toggle slider */
input:checked + .switch-slider {
    background-color: rgb(24,188,156);
}


/*-----------------------------------------------
|   Custom - NEWS
-----------------------------------------------*/

.card {
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.15);
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
    /*min-height: 600px;
    max-height: 600px;*/
}

.crop-text {
    -webkit-line-clamp: 8; /* nbr of line limitation */
}
.card-img-top {
    border: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

/*-----------------------------------------------
|   Custom - NAV BAR
-----------------------------------------------*/

/* nav bar background*/
.znav-white {
    background-color: white;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
}

/* menu items in nav bar */
.znav-white a:not(.btn),
.nav-logout form span {
    color: rgb(44,44,44);
}

    .znav-white a:not(.btn):hover,
    .nav-logout form span:hover {
        color: rgb(24,188,156);
    }

/* fa icons in nav bar */
.znav-white a svg,
.nav-logout form svg {
    color: rgb(24,188,156);
}

/* csg and crud navigation buttons */

.btn-nav {
    transform: skew(-20deg);
    padding: 7px 50px 7px 50px;
    border-radius: 0;
    background-color:lightgray;
    color: rgb(44,44,44);
}
    .btn-nav:hover {
        background-color: rgb(24,188,156);
        border-color: rgb(24,188,156);
        color: white;
    }

    .btn-nav.selected {
        background-color: rgb(24,188,156);
        border-color: rgb(24,188,156);
        color: white;
    }

        .btn-nav.selected:hover {
        }

.btn-nav-label {
    transform: skew(20deg);
}

.btn_crud {
    transform: skew(-20deg);
    padding: 7px 50px 7px 50px;
    border-radius: 0;
    color: rgb(44,44,44);
}

    .btn_crud:hover {
        background-color: rgb(24,188,156);
        border-color: rgb(24,188,156);
        color: white;
    }

    .btn_crud.selected {
        background-color: rgb(24,188,156);
        border-color: rgb(24,188,156);
        color: white;
    }

.btn_crud_label {
    transform: skew(20deg);
    color: white;
}

.crud_title {
    font-size: 2rem;
    color: gray;
}
.crud_sub_title {
    font-size: 1.5rem;
    color:lightgray;
}

/*-----------------------------------------------
|   Custom - MVC GRID
-----------------------------------------------*/

.mvc-grid th {
    background-color: white; /*rgb(240,240,240)*/
}

.mvc-grid tr {
    background-color: rgb(240,240,240);
}

    .mvc-grid tr:nth-child(even) {
        background-color: rgba(185,185,185,0.1); /*rgb(240,240,240)*/
    }

.mvc-grid-hover tbody tr:hover {
    color: rgb(24,188,156);
}
.mvc-grid-filter::before {
    color: rgb(24,188,156);
}

.mvc-grid-sort, .mvc-grid-filter {
    background-color: white; /*rgb(240,240,240)*/
}

.mvc-grid-pager button {
    color: rgb(24,188,156);
    font-weight: 600;
}

    .mvc-grid-pager button:focus,
    .mvc-grid-pager button:hover {
        color: rgb(24,188,156);
    }

.mvc-grid-pager .active {
    background-color: rgb(24,188,156);
    border-color: rgb(24,188,156);
    font-weight: 400;
}
    .mvc-grid-pager .active:hover {
        color: white;
        background-color: rgb(20,160,133); /* darker base color */
        border-color: rgb(20,160,133); /* darker base color */
    }

/*-----------------------------------------------
|   Custom - TOOLTIP
-----------------------------------------------*/

.tooltip .tooltip-inner {
    background-color: slategray;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: slategray;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: slategray;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: slategray;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: slategray;
}

/*-----------------------------------------------
|   Custom - DOSSIER  
-----------------------------------------------*/

.panel-heading {
    background-color: white; /* rgb(240,240,240) */
}

.panel-body {
    background-color: white; /* rgb(240,240,240) */
}

    .panel-body.contract {
        background-color: rgb(240,240,240);
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }

    .panel-body.form {
        background-color: rgb(240,240,240);
        padding-top: 0px;
    }


.panel-heading .accordion-toggle {
    color: rgb(44,44,44);
    font-weight: 400;
}

    .panel-heading .accordion-toggle:after {
        color: rgb(24,188,156);
    }

.dossier_bottom_navigation {
    background-color: rgb(24,188,156);
}

    .dossier_bottom_navigation:hover {
        background-color: rgb(20,160,133); /* darker base color */
    }


.step_icon {
    color: rgb(24,188,156);
}


.step_icon_label {
    color: rgb(24,188,156);
    background-color: white; /*rgb(240,240,240)*/
}

    .step_icon_label.counter {
        color: rgb(24,188,156);
        background-color: rgb(240,240,240);
    }

.fa_horizontal_line_left {
    color: rgb(24,188,156);
    background-color: rgb(24,188,156);
}

.fa_horizontal_line_right {
    color: rgb(24,188,156);
    background-color: rgb(24,188,156);
}

.selected_tab_header {
    background-color: rgb(24,188,156);
    font-weight: normal;
    color: white;
    border-radius: 5px;
}

.progress {
    border: 0px solid rgb(230,230,230);
}

.progress-bar.progress-bar-success {
    background-color: rgb(20,160,133); /* darker base color */
}

.selected_tab_header.documents:hover {
    color: rgb(20,160,133); /* darker base color */
}

.progress-bar.progress-bar-followup {
    background-color: rgb(24,188,156);
}

.fixed-dossier-btn { /* Floating Action Button */
    background-color: white;
}

/*-----------------------------------------------
|   Custom - FILES-UPLOAD  
-----------------------------------------------*/

.circled-bullet {
    background-color: rgb(24,188,156);
}

.upload-button {
    background-color: rgb(20,160,133); /* darker base color */
}

.upload-selected-button {
    background-color: rgba(20,160,133);
}

#selectedfile tr {
    color: rgb(24,188,156);
}

#selectedfile select {
    background-color: transparent;
    color: rgb(20,160,133); /* darker base color */
}

.uploaded_document:hover {
    color: rgb(24,188,156);
}

/*-----------------------------------------------
|   Custom - FLOATING ACTION BUTTON  
-----------------------------------------------*/

.btn-floating {
    background-color: rgb(24,188,156);
}

    .btn-floating:hover {
        background-color: rgb(244,134,68); /* brighter base color */
    }

/*-----------------------------------------------
|   Custom - TREE VIEWER  
-----------------------------------------------*/

.tree_title {
    color: rgb(24,188,156);
}

.child-name:hover {
    color: rgb(24,188,156);
}

.tree ul li:last-child:before { /* tree lines between items */
    background-color: white; /* body background color */
}

.indicator:hover {
    color: rgb(24,188,156);
}

.crud-button-icon:hover {
    color: rgb(24,188,156);
}

/*-----------------------------------------------
|  DETAILS/DELETE VIEWS
-----------------------------------------------*/

.dl-horizontal dd {
    color: rgb(24,188,156);
}

/*-----------------------------------------------
|  AUTO-COMPLETE
-----------------------------------------------*/

.ui-menu-item .ui-menu-item-wrapper:hover {
    border: 1px solid rgb(24,188,156);
    background-color: rgb(24,188,156);
}

/*-----------------------------------------------
|  KPI CARD
-----------------------------------------------*/

.kpi_card {
    background-color: rgb(28,215,177);
    border-radius: 10px;
}

.kpi_card_icon {
    color: rgb(28,215,177);
}

.kpi_card_view_all {
    color: rgb(28,215,177);
}

/*-----------------------------------------------
|  10 MOST RECENT
-----------------------------------------------*/

.table > thead > tr > th.most-recent-header {
    color: rgb(24,188,156);
}

a.most-recent-line-item:hover {
    color: rgb(255,153,0);
}

/*-----------------------------------------------
|  DATE PICKER
-----------------------------------------------*/

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(24,188,156, 0.1);
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(24,188,156, 0.2);
}

.datepicker--cell.-in-range- {
    background: rgba(24,188,156, 0.1);
}

    .datepicker--cell.-in-range-.-focus- {
        background-color: rgba(24,188,156, 0.2);
    }

.datepicker--cell.-range-from- {
    border: 1px solid rgba(24,188,156, 0.5);
    background-color: rgba(24,188,156, 0.1);
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(24,188,156, 0.5);
    background-color: rgba(24,188,156, 0.1);
}

.datepicker--cell.-selected- {
    background: rgb(24,188,156);
}

    .datepicker--cell.-selected-.-current- {
        background: rgb(24,188,156);
    }

    .datepicker--cell.-selected-.-focus- {
        background: rgb(24,188,156);
    }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(24,188,156, 0.1);
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(24,188,156, 0.2);
}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(24,188,156, 0.1);
    color: rgb(204,204,204);
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(24,188,156, 0.2);
}

.datepicker--nav {
    color: rgb(24,188,156);
}
.datepicker--nav-action:hover {
    background: rgb(24,188,156);
}
.datepicker--nav-title:hover {
    background: rgb(24,188,156);
}
.datepicker--button:hover {
    background: rgb(24,188,156);
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(24,188,156, 0.1);
    color: rgb(204,204,204);
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(24,188,156, 0.2);
}

.datepicker--time-current {
    color: rgb(24,188,156);
}

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
    background: rgb(24,188,156);
    border-color: rgb(24,188,156);
}

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
    background: rgb(24,188,156);
    border-color: rgb(24,188,156);
}

.datepicker--time-row input[type='range']:hover::-ms-thumb {
    background: rgb(24,188,156);
    border-color: rgb(24,188,156);
}

.datepicker--time-row input[type='range']:focus {
    outline: none;
}

    .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: rgb(24,188,156);
        border-color: rgb(24,188,156);
    }

    .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: rgb(24,188,156);
        border-color: rgb(24,188,156);
    }

    .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: rgb(24,188,156);
        border-color: rgb(24,188,156);
    }
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
    border: 1px solid rgb(24,188,156);
}

.datepicker--time-row input[type='range']::-moz-range-thumb {
    border: 1px solid rgb(24,188,156);
}
.datepicker--time-row input[type='range']::-ms-thumb {
    border: 1px solid rgb(24,188,156);
}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(24,188,156, 0.1);
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(24,188,156, 0.2);
}

/*-----------------------------------------------
|  PDF TEMPLATE LIST
-----------------------------------------------*/

.template_group {
    background-color: lightgray;
}

    .template_row.even {
        background-color: transparent;
    }

    .template_row.odd {
        background-color: transparent;
    }

    .template_row:hover {
        color: rgb(24,188,156);
    }

.template_icons:hover {
    color: rgb(24,188,156);
}


/*-----------------------------------------------
|  CUSEXP RESPONSIVE GRID
-----------------------------------------------*/

.cusexp_row:hover {
    color: rgb(24,188,156);
}

.cusexp_row-button:hover {
    background-color: rgb(24,188,156);
}

@media screen and (max-width: 600px) {

    .cusexp_row.row-heading {
    }

}

/*-----------------------------------------------
|  QUESTIONS
-----------------------------------------------*/

.question-avatar.answer {
    background-color: rgb(24,188,156);
}

.question-date-time.answer {
    color: rgb(24,188,156);
}

.question-button {
    background-color: rgb(24,188,156);
}

    .question-button:hover {
        background-color: rgb(20,160,133); /* darker base color */
    }

/*-----------------------------------------------
|  MOSAIC
-----------------------------------------------*/

.not-empty-document-cell:hover {
    background-color: rgb(24,188,156);
    color: white;
}

/*-----------------------------------------------
|  MULTI_PILL SCREEN
-----------------------------------------------*/

.nav-pills > li > a:hover {
    border-bottom-color: rgb(24,188,156);
}

.nav-pills > li > a.active,
.nav-pills > li > a.active:hover {
    border-bottom-color: rgb(24,188,156);
}

/*-----------------------------------------------
|  FORM
-----------------------------------------------*/

.funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before {
    background-color: rgb(24,188,156);
}

.table-row-number-value {
    background-color: rgb(244, 134, 68);
}

/*-----------------------------------------------
|  Heading component styles
-----------------------------------------------*/

.accordion {
    border: 1px solid rgb(240,240,240);
    border-radius: 0px;
    /* box-shadow: 0 3px 6px 0 rgb(175 175 175 / 25%); */
    margin-bottom: 25px !important;
}

.accordion__body .control-label {
}


.accordion__heading {
    display: flex;
    flex-direction: row;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-border-radius: 0px;
    border-radius: 0px;
    /*    box-shadow: 0 3px 6px 0 rgba(175, 175, 175, 0.25); */
    padding: 8px 10px 8px 20px;
    width: 100%;
    background-color: rgb(240,240,240);
    border-bottom: 0px solid rgb(24,188,156);
}

    .accordion__heading *[fieldtype='label'], .accordion__heading *[fieldtype='button'] {
        color: rgb(24,188,156) !important;
    }

    .accordion__heading .control-label {
        color: rgb(24,188,156) !important;
    }

.accordion__toggle {
    color: rgb(24,188,156) !important;
}

.accordion__heading input:checked + .switch-slider {
    background-color: rgb(24,188,156);
}

#rosace {
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, .2));
}

[id^="segment-background_"] {
    transition: 0.33s ease;
}

.login-container {
    background-color: rgba(86, 86, 86, 0.1);
    padding: 20px 40px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 7px 1px rgba(34, 34, 34, 0.07);
    border: 1px solid rgba(118, 118, 118, 0.28);
}
