﻿@import url("https://use.typekit.net/wbq1xgt.css"); /* embed fonts from Adobe Fonts */

body {
    font-family: "muli", sans-serif !important;
}

/* custom-sidebar.css */
.app {

    font-family: 'Muli', sans-serif;  Font family 
}

a{color:white}


#processingIndicator {
    position: fixed;
    top: 287px;
    width: 100%;
    z-index: 9999;
    text-align: center;
    left: 6%;
}
.form-select:not([multiple]) option {
     color: #000;
}
.app-content {
}
/*
#sidebar.app-sidebar {

    background-color: #1F5571; 
    font-family: 'Muli', sans-serif; 
    color: white; 
}
    
*/
.cke_source {
    background-color: #000 !important;

}
    #sidebar.app-sidebar .menu-text {
        color: white;
            
    }

#sidebar.app-sidebar .active .menu-text {
    color: #f8c601;
}
#sidebar.app-sidebar .active .menu-icon i {
    color: #f8c601; /* Icon color */
}
    #sidebar.app-sidebar .menu-icon i {
        color: white; /* Icon color */
    }

#sidebar.app-sidebar .menu-icon i:hover {
    color: #f8c601; /* Icon color */
}
.app-sidebar .menu .menu-item .menu-link:hover{
    background:unset !important
}
.app-sidebar .caret {
    color: white !important
}

.app-sidebar .menu .menu-item .menu-text:hover {
    color: #fecb00 !important
}

/* Add more specificity to the .inactive class */
#sidebar.app-sidebar .menu-item.inactive .menu-text {
    color: #999 !important; /* Change the color to gray or the desired inactive color */
}

#sidebar.app-sidebar .menu-item.inactive .menu-icon i {
    color: #999 !important; /* Change the icon color to gray */
}

/* Custom styles for the header */
#header.app-header {
    height: auto; /* Increase the header height as needed */
    /*background-color: white;  Background color */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px; /* Add padding to space out elements */
}

.brand-logo {
    width: 250px; /* Set the desired width */
    height: 250px; /* Set the desired height */
}
.app-header .brand img {
    max-height: unset;
    max-width: unset;
}
    .brand-logo img {
        width: 206px;
        height: 37px;
    }
/* Flexbox container for user info and menu */
.user-info-menu-container {
    display: flex;
    align-items: center;
}

/* Adjust user info alignment */
.user-info {
    display: flex;
    align-items: center;
    flex-direction: column; /* Stack username above the user icon */
}
/* Add styles for the user icon */
.user-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width:30px;
    height: 30px;
    background-color: #1F5571; /* Background color for the circle */
    border-radius: 50%; /* Make it a circle */
    margin-right: 10px; /* Add some spacing between the icon and the text */
    color: white; /* Icon color */
}

/* Style for the user text 
.user-text {
    display: flex;
    align-items: center;
    color: darkslategrey; 
    font-size: 20px;
    margin: 5px;
}*/

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: stretch;
    padding-top: 40px;
    background-color: white;
}

.flex-items:nth-child(1) {
    display: block;
    flex-grow: 3;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.flex-items:nth-child(2) {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.flex-container2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.flex-items2:nth-child(1) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.flex-items2:nth-child(2) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.flex-items2:nth-child(3) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.flex-items2:nth-child(4) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.line-chart-button {
    background-color: grey;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

    /* Style for selected buttons */
    .line-chart-button.selected {
        background-color: lightblue;
        color: black;
    }

/* Styling for the box row */
#box-row {
    display: flex;
    justify-content: space-between;
    margin: 20px; /* Margin around the row */
}

/* Styling for the colored boxes */
.colored-box {
    flex: 1;
    padding: 20px;
    border-radius: 0; /* Remove rounded corners */
    color: white;
    font-weight: bold;
    margin-right: 10px; /* Add space between boxes */
}

/* Define colors for each box */
.blue-box {
    background-color: #0985cd;
}

.pink-box {
    background-color: #626262;
}

.green-box {
    background-color: #2b2b2b;
}

.crimson-box {
    background-color: #cf2800;
}

/* Styling for the box titles */
.box-title {
    padding: 10px;
}

.circle-row {
    display: flex;
    justify-content: space-between;
}

.circle {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    text-align: center;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    background-color: #ccc;
    margin: 0 10px;
    padding: 10px;
    box-sizing: border-box;
}

.icon {
    font-size: 30px;
    color: #333;
}

.title {
    font-weight: bold;
    margin-top: 10px;
}

.number {
    font-size: 24px;
    margin-top: 10px;
}
.submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #1F5571;
    min-width: 150px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}


.submenu-item {
    padding: 10px;
    border-bottom: 1px solid #333;
    color: white;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}


.menu-caret i {
    transition: transform 0.2s ease; 
}

.menu-caret .fa-caret-right {
    transform: rotate(0deg); 
}

.menu-caret .fa-caret-down {
    transform: rotate(90deg); 
}

/*#contentTable {
    margin-top: 50px;
    color: white;
    border-collapse: collapse;
    border: 1px solid #215a7214;
}
#contentTable thead tr {
    background-color: #fff !important; text-transform:uppercase
}
    /* Style the alternating rows */
#contentTable tr:nth-child(odd), #AdminDataList_DT tr:nth-child(odd) {
    background-color: #fff;
    border-color: #215a7214;
}

#contentTable tr:nth-child(even), #AdminDataList_DT tr:nth-child(even) {
    background-color: #fff;
    border-color: #215a7214;
}
#contentTable tr:nth-child(even) .a, #AdminDataList_DT tr:nth-child(even) .a{
    color:black;
}
#contentTable tr:nth-child(odd) .a, #AdminDataList_DT tr:nth-child(odd) .a {
    color: black;
}
    #contentTable td, #AdminDataList_DT td {
    color: #000;
    vertical-align: baseline;
}
#contentTable th, #AdminDataList_DT th {
    color: #000;
}

.whitetable tr:nth-child(odd) {
    background-color: #fff;
    border-color: #215a7214;
}

.whitetable tr:nth-child(even) {
    background-color: #fff;
    border-color: #215a7214;
}

    .whitetable tr:nth-child(even) .a {
        color: black;
    }

.whitetable tr:nth-child(odd) .a {
    color: black;
}

.whitetable td {
    color: #000;
    vertical-align: baseline;
}

.whitetable th {
    color: #000;
}

#addNewButton {
    border-radius: 0;
    background-color: #009ED7;
    color: white;
    float: left;
    margin-right: 10px;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    border: 1px solid #009ED7;
    font-size: 12px;
    line-height: 12px;
    padding: 12px 15px 8px 15px;
    font-weight: 700
}

    #addNewButton:hover {
        background-color: #007AA3; 
    }

.defaultblueButton {
    border-radius: 0;
    background-color: #009ED7;
    color: white;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    border: 1px solid #009ED7;
    font-size: 12px;
    line-height:12px;
    padding: 12px 15px 8px 15px;
    font-weight:700; border-radius:5px
}

    .defaultblueButton:hover {
        background-color: #f2c203;
        color: black;
        border-color: #a38200;
    }

.defaultCancelButton {
    border-radius: 0;
    background-color: #1f5571;
    color: white;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    border: 1px solid #1f5571;
    font-size: 12px;
    line-height: 12px;
    padding: 12px 15px 8px 15px;
    font-weight: 700
}
.defaultCancelButton:hover {
    background-color: #007AA3; color:white
}

/* Style the dropdown menus */
#categoryDropdown, #subcategoryDropdown {
    background-color: #009ED7;
    color: white;
    border-radius: 0;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    margin: 0 5px;
    float: right;
    padding: 10px;
    border: 1px solid #009ED7;
}

    #categoryDropdown:hover, #subcategoryDropdown:hover {
        background-color: #007AA3; 
    }

.btn-primary.edit-content {
    background-color: #009ed7;
    border: 1px solid rgb(2 142 193);
    border-radius: 5px;
    color: rgb(255 255 255);
    padding: 9px 8px 5px;
}

.btn-danger.delete-content {
    border-radius: 5px;
    color: rgb(255 255 255);
    padding: 9px 8px 5px;
}

    .btn-primary.edit-content i, .btn-danger.delete-content i {
        color: #fff; 
    }


    .btn-primary.edit-content:hover, .btn-danger.delete-content:hover {
        background-color: rgb(230 184 6);
        color: rgb(0, 0, 0);
        border: 1px solid #bd9703;
        border-radius: 5px;
    }


        .btn-primary.edit-content:hover i, .btn-danger.delete-content:hover i {
            color: #000;
        }

.upload-icon {
    margin-top: 10px; 
}

.featured-image-preview {
    border: 2px solid #ccc;
    width: 400px;
    height: 200px;
    background-size: cover;
}
    .user-id {
    display: flex;
    align-items: center;
}
.user-icon {
    margin-right: 10px; 
}

.user-text {
    font-size: 14px;
}

.create-container {
    margin: 40px;
}

.image-and-form-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.featured-image-container {
    border: 2px solid #ccc;
    max-width: 200px;
    max-height: 200px;
    flex: 0 0 200px;
}

.upload-button {
    border-radius: 0;
    margin: 10px;
}

.form-group {
    clear: both;
    border-radius: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5em 1px !important;
    border: 0 !important
}

.active > .page-link, .page-link.active {
    color: #fff !important;
    background-color: rgb(0, 158, 215) !important;
    border-color: rgb(0, 158, 215) !important;
}

.dataTable {
    margin: 0;
    max-width: none
}

    .dataTable thead th, .dataTable thead td {
        outline: 0;
        position: relative
    }

    .dataTable thead .sorting_asc, .dataTable thead .sorting_desc, .dataTable thead .sorting {
        cursor: pointer
    }

    .dataTable thead .sorting, .dataTable thead .sorting_asc, .dataTable thead .sorting_desc, .dataTable thead .sorting_asc_disabled, .dataTable thead .sorting_desc_disabled {
        padding-right: 2.5rem
    }

        .dataTable thead .sorting:before, .dataTable thead .sorting:after, .dataTable thead .sorting_asc:after, .dataTable thead .sorting_desc:after, .dataTable thead .sorting_asc_disabled:after, .dataTable thead .sorting_desc_disabled:after {
            content: '';
            font-family: "icomoon";
            position: absolute;
            top: 50%;
            right: 1.25rem;
            font-size: .75rem;
            margin-top: -.375rem;
            display: inline-block;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

        .dataTable thead .sorting:before {
            content: "";
            margin-top: -.125rem;
            opacity: .5
        }

        .dataTable thead .sorting:after {
            content: "";
            margin-top: -.625rem;
            opacity: .5
        }

        .dataTable thead .sorting_asc:after {
            content: "";
            opacity: 1
        }

        .dataTable thead .sorting_desc:after {
            content: "";
            opacity: 1
        }

        .dataTable thead .sorting_asc_disabled:after {
            content: "";
            opacity: .25
        }

        .dataTable thead .sorting_desc_disabled:after {
            content: "";
            opacity: .25
        }

    .dataTable tbody + thead > tr:first-child > th, .dataTable tbody + thead > tr:first-child > td, .dataTable tbody + tfoot + thead > tr:first-child > th, .dataTable tbody + tfoot + thead > tr:first-child > td {
        border-top: 0
    }

    .dataTable tbody th, .dataTable tbody td {
        outline: 0
    }

        .dataTable tbody th.active, .dataTable tbody td.active {
            background-color: rgba(0,0,0,.03)
        }

    .dataTable .dataTables_empty {
        text-align: center
    }

    .dataTable.table-bordered {
        border-collapse: collapse
    }

.dataTables_wrapper {
    position: relative;
    -ms-flex: none;
    flex: none
}

    .dataTables_wrapper::after {
        display: block;
        clear: both;
        content: ""
    }

    .dataTables_wrapper .table-bordered {
        border-top: 0
    }

    .dataTables_wrapper + .card-body {
        border-top: 1px solid #ddd
    }

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    background-color: #fff;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%)
}

.datatable-header, .datatable-footer {
    padding: 1.25rem 0 0 0
}

    .datatable-header::after, .datatable-footer::after {
        display: block;
        clear: both;
        content: ""
    }

    .datatable-header > div:first-child, .datatable-footer > div:first-child {
        margin-left: 0
    }

.card-body .datatable-header, .card-body .datatable-footer {
    padding-left: 0;
    padding-right: 0
}

.datatable-header-accent, .datatable-footer-accent {
    background-color: rgba(0,0,0,.02)
}

.datatable-header {
    border-bottom: 0px solid #ddd
}

.datatable-footer {
    border-top: 0px solid #b7b7b7
}

.dataTables_length {
    float: right;
    display: inline-block;
    margin: 0 0 1.25rem 1.25rem
}

    .dataTables_length > label {
        margin-bottom: 0
    }

        .dataTables_length > label > span:first-child {
            float: left;
            margin: .5rem .83333rem;
            margin-left: 0
        }

    .dataTables_length select {
        height: calc(1.5385em + .875rem + 2px);
        padding: .4375rem .875rem;
        font-size: .8125rem;
        line-height: 1.5385;
        color: #333;
        background-color: #fff;
        border: 1px solid #ddd;
        outline: 0; width:100px !important
    }

.length-left .dataTables_length {
    float: left
}

.dataTables_length .select2-container {
    width: auto
}

.dataTables_length .select2-choice {
    min-width: 3.75rem
}

.dataTables_filter {
    position: relative;
    display: block;
    float: left;
    margin: 0 0 1.25rem 1.25rem
}

    .dataTables_filter > label {
        margin-bottom: 0;
        position: relative
    }

        .dataTables_filter > label:after {
            content: "";
            font-family: "icomoon";
            font-size: .75rem;
            display: inline-block;
            position: absolute;
            top: 50%;
            right: .875rem;
            margin-top: -.375rem;
            line-height: 1;
            opacity: .5;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }
        /*
        .dataTables_filter > label > span {
            float: left;
            margin: .5rem .83333rem;
            margin-left: 0
        }*/

    .dataTables_filter input {
        outline: 0;
        width: 12.5rem;
        padding: .4375rem .875rem;
        padding-right: 2rem;
        font-size: .8125rem;
        line-height: 1.5385;
        color: #333;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: .1875rem
    }

        .dataTables_filter input::-webkit-input-placeholder {
            color: #999;
            opacity: 1
        }

        .dataTables_filter input::-moz-placeholder {
            color: #999;
            opacity: 1
        }

        .dataTables_filter input:-ms-input-placeholder {
            color: #999;
            opacity: 1
        }

        .dataTables_filter input::-ms-input-placeholder {
            color: #999;
            opacity: 1
        }

        .dataTables_filter input::placeholder {
            color: #999;
            opacity: 1
        }

.filter-right .dataTables_filter {
    float: right
}

.dataTables_info {
    float: left;
    padding: .4375rem 0;
    margin-bottom: 1.25rem
}

.info-right .dataTables_info {
    float: right
}

.dataTables_paginate {
    float: right;
    text-align: right;
    margin: 0 0 1.25rem 1.25rem
}

    .dataTables_paginate .paginate_button {
        display: inline-block;
        padding: .4375rem;
        min-width: 2.25003rem;
        margin-left: .125rem;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        color: #333;
        outline: 0;
        border: 1px solid transparent;
        border-radius: .1875rem;
        transition: all ease-in-out .15s
    }

@media(prefers-reduced-motion:reduce) {
    .dataTables_paginate .paginate_button {
        transition: none
    }
}

.dataTables_paginate .paginate_button:first-child {
    margin-left: 0
}

.dataTables_paginate .paginate_button:hover, .dataTables_paginate .paginate_button:focus {
   /* background-color: #f5f5f5*/
}

.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:hover, .dataTables_paginate .paginate_button.current:focus {
    color: #fff;
    background-color: #37474f
}



.dataTables_paginate.paging_simple .paginate_button {
    padding-left: .875rem;
    padding-right: .875rem
}

    .dataTables_paginate.paging_simple .paginate_button:not(.disabled):hover, .dataTables_paginate.paging_simple .paginate_button:not(.disabled):focus {
        color: #fff;
        background-color: #37474f
    }

.paginate-left .dataTables_paginate {
    float: left
}

.paging_simple .paginate_button:hover, .paging_simple .paginate_button:focus {
    color: #fff;
    background-color: #2196f3
}

.dataTables_scroll {
    clear: both
}

    .dataTables_scroll .dataTables_scrollHead table {
        border-bottom: 0
    }

    .dataTables_scroll .dataTables_scrollHead th, .dataTables_scroll .dataTables_scrollHead td {
        white-space: nowrap
    }

    .dataTables_scroll .dataTables_scrollBody {
        -webkit-overflow-scrolling: touch
    }

        .dataTables_scroll .dataTables_scrollBody table {
            border-bottom: 0
        }

            .dataTables_scroll .dataTables_scrollBody table thead th[class*=sorting]:before, .dataTables_scroll .dataTables_scrollBody table thead th[class*=sorting]:after {
                content: none
            }

            .dataTables_scroll .dataTables_scrollBody table tbody tr:first-child > td {
                border-top: 0
            }

        .dataTables_scroll .dataTables_scrollBody th, .dataTables_scroll .dataTables_scrollBody td {
            white-space: nowrap
        }

            .dataTables_scroll .dataTables_scrollBody th > .dataTables_sizing, .dataTables_scroll .dataTables_scrollBody td > .dataTables_sizing {
                height: 0;
                overflow: hidden;
                margin: 0;
                padding: 0
            }

.card-body + .dataTables_wrapper, .card-body + * > .dataTables_wrapper {
    border-top: 1px solid #ddd
}

.card-body > .dataTables_wrapper .datatable-footer {
    border-top: 0
}

    .card-body > .dataTables_wrapper .datatable-footer .dataTables_length, .card-body > .dataTables_wrapper .datatable-footer .dataTables_filter, .card-body > .dataTables_wrapper .datatable-footer .dataTables_info, .card-body > .dataTables_wrapper .datatable-footer .dataTables_paginate {
        margin-bottom: 0
    }

.card-header:not([class*=bg-]) + .dataTables_wrapper > .datatable-header {
    padding-top: 0
}

.card > .dataTables_wrapper .table-bordered {
    border: 0
}

    .card > .dataTables_wrapper .table-bordered > thead > tr > td:first-child, .card > .dataTables_wrapper .table-bordered > thead > tr > th:first-child, .card > .dataTables_wrapper .table-bordered > tbody > tr > td:first-child, .card > .dataTables_wrapper .table-bordered > tbody > tr > th:first-child, .card > .dataTables_wrapper .table-bordered > tfoot > tr > td:first-child, .card > .dataTables_wrapper .table-bordered > tfoot > tr > th:first-child {
        border-left: 0
    }

    .card > .dataTables_wrapper .table-bordered > thead > tr > td:last-child, .card > .dataTables_wrapper .table-bordered > thead > tr > th:last-child, .card > .dataTables_wrapper .table-bordered > tbody > tr > td:last-child, .card > .dataTables_wrapper .table-bordered > tbody > tr > th:last-child, .card > .dataTables_wrapper .table-bordered > tfoot > tr > td:last-child, .card > .dataTables_wrapper .table-bordered > tfoot > tr > th:last-child {
        border-right: 0
    }

    .card > .dataTables_wrapper .table-bordered > tbody > tr:last-child > th, .card > .dataTables_wrapper .table-bordered > tbody > tr:last-child > td {
        border-bottom: 0
    }

.datatable-scroll-lg, .datatable-scroll, .datatable-scroll-sm {
    min-height: .01%
}

.datatable-scroll-wrap {
    width: 100%;
    min-height: .01%;
    overflow-x: auto
}

@media(max-width: 767.98px) {
    .datatable-scroll-sm {
        width: 100%;
        overflow-x: scroll
    }

        .datatable-scroll-sm th, .datatable-scroll-sm td {
            white-space: nowrap
        }
}

@media(max-width: 991.98px) {
    .datatable-scroll {
        width: 100%;
        overflow-x: scroll
    }

        .datatable-scroll th, .datatable-scroll td {
            white-space: nowrap
        }
}

@media(max-width: 1199.98px) {
    .datatable-scroll-lg {
        width: 100%;
        overflow-x: scroll
    }

        .datatable-scroll-lg th, .datatable-scroll-lg td {
            white-space: nowrap
        }
}

@media(max-width: 767.98px) {
    .dataTables_info, .dataTables_paginate, .dataTables_length, .dataTables_filter, .DTTT_container, .ColVis {
        float: none !important;
        text-align: center;
        margin-left: 0
    }

    .dataTables_info, .dataTables_paginate {
        margin-top: 0
    }

    .datatable-header {
        text-align: center
    }
}
.datepicker {
    padding: 0.375rem 0.75rem !important;
}
.bgcover{background-size:cover}


/* *****************************************************************************************************
*********************************************** COLOURS ************************************************
***************************************************************************************************** */
.yellow_bg {
    background-color: #f1ec11
}
/* Main light blue */
.primary_color {
    color: #279CD2;
}

a.primary_color {
    color: #279CD2;
}

.primary_color a {
    color: #279CD2;
}

.primary_color_bg {
    background-color: #279CD2;
}

.primary_color_bg_trasp {
    background-color: rgba(39, 156, 210, 0.62);
}

.primary_color_bg_sup_trasp {
    background-color: rgba(39, 156, 210, 0.12);
}

.primary_color_hover:hover {
    color: #279CD2;
}

    .primary_color_hover:hover > a {
        color: #279CD2;
    }

.primary_color_bg_hover:hover {
    background-color: #279CD2;
}

.primary_color_bg_trasp_light {
    /*background-color: #eaf5fb;*/
    background-color: rgba(41, 155, 210, 0.05);
}

    .primary_color_bg_trasp_light .select-styled {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #279CD2;
        padding: 15px 15px;
        line-height: 1;
    }

        .primary_color_bg_trasp_light .select-styled::after {
            content: "";
            width: 20px;
            height: 10px;
            border: 0;
            /*border-color: #fff transparent transparent transparent;*/
            background-image: url('/images/arrow_down.png');
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            top: 16px;
            right: 10px;
        }

        .primary_color_bg_trasp_light .select-styled:hover {
            background-color: #279CD2;
        }

        .primary_color_bg_trasp_light .select-styled:active, .primary_color_bg_trasp_light .select-styled.active {
            background-color: #279CD2;
        }

            .primary_color_bg_trasp_light .select-styled.active::after {
                top: 15px;
                /*border-color: transparent transparent #fff transparent;*/
                background-image: url('/images/arrow_up.png');
                background-position: center center;
                background-size: contain;
                background-repeat: no-repeat;
            }

    .primary_color_bg_trasp_light .select-options {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 999;
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #279CD2 !important;
    }

        .primary_color_bg_trasp_light .select-options li {
            margin: 0;
            padding: 12px 0;
            text-indent: 15px;
            border-top: 1px solid #279CD2 !important;
        }

            .primary_color_bg_trasp_light .select-options li:hover {
                color: #95B46A !important;
                background: #fff;
            }

            .primary_color_bg_trasp_light .select-options li[rel="hide"] {
                display: none;
            }
/* Light blue */
.light_blue {
    color: #6A8EC9;
}

a.light_blue {
    color: #6A8EC9;
}

.light_blue a {
    color: #6A8EC9;
}

.light_blue_bg {
    background-color: #6A8EC9;
}

.light_blue_bg_transp {
    background-color: #f1f4fb;
}

.light_blue_hover:hover {
    color: #6A8EC9;
}

    .light_blue_hover:hover > a {
        color: #6A8EC9;
    }

.light_blue_bg_hover:hover {
    background-color: #6A8EC9;
}

.light_blue_bg_trasp {
    background-color: rgba(106,142,201,0.16);
}
/* Working Groups blue */
.wg_blue {
    color: #276EBD;
}

a.wg_blue {
    color: #276EBD;
}

.wg_blue a {
    color: #276EBD;
}

.wg_blue_bg {
    background-color: #276EBD;
}

.wg_blue_bg_transp {
    background-color: rgba(39,110,189,0.6);
}

.wg_blue_hover:hover {
    color: #276EBD;
}

    .wg_blue_hover:hover > a {
        color: #276EBD;
    }

.wg_blue_bg_hover:hover {
    background-color: #6A8EC9;
}

.wg_blue_bg_trasp {
    background-color: rgba(106,142,201,0.16);
}
/* Dark blue */
.dark_blue {
    color: #17668B;
}

a.dark_blue {
    color: #17668B;
}

.dark_blue a {
    color: #17668B;
}

.dark_blue_bg {
    background-color: #17668B;
}

.dark_blue_bg_transp {
    background-color: rgba(23,102,139,0.6);
}

.dark_blue_hover:hover {
    color: #17668B;
}

    .dark_blue_hover:hover > a {
        color: #17668B;
    }

.dark_blue_bg_hover:hover {
    background-color: #17668B;
}

.dark_blue_bg_trasp {
    background-color: rgba(23,102,139,0.16);
}
/* Black */
.black_color {
    color: #000000;
}

a.black_color {
    color: #000000;
}

.black_color a {
    color: #000000;
}

.black_color_bg {
    background-color: #000000;
}

.black_color_bg_trasp {
    background-color: rgba(0,0,0,0.62);
}

.black_color_hover:hover {
    color: #000000;
}

    .black_color_hover:hover > a {
        color: #000000;
    }

.black_color_bg_hover:hover {
    background-color: #000000;
}
/* White */
.white {
    color: #FFFFFF;
}

a.white {
    color: #FFFFFF;
}

.white a {
    color: #FFFFFF;
}

.white_bg {
    background-color: #FFFFFF;
}

.white_hover:hover {
    color: #FFFFFF;
}

    .white_hover:hover > a {
        color: #FFFFFF;
    }

.white_bg_hover:hover {
    background-color: #FFFFFF;
}

.white_transp {
    color: rgba(255,255,255,0.5);
}
/* Dark grey */
.dark_grey {
    color: #3f3f3f;
}

a.dark_grey {
    color: #3f3f3f;
}

.dark_grey a {
    color: #3f3f3f;
}

.dark_grey_bg {
    background-color: #3f3f3f;
}

.dark_grey_hover:hover {
    color: #3f3f3f;
}

    .dark_grey_hover:hover > a {
        color: #3f3f3f;
    }

.dark_grey_bg_hover:hover {
    background-color: #3f3f3f;
}
/* Medium grey */
.medium_grey {
    color: #5f5f5f;
}

a.medium_grey {
    color: #5f5f5f;
}

.medium_grey a {
    color: #5f5f5f;
}

.socials_podcast_text.medium_grey a {
    color: #279CD2;
}

.medium_grey_bg {
    background-color: #5f5f5f;
}

.medium_grey_bg_trasp {
    background-color: rgba(105,105,105,0.83);
}

.medium_grey_hover:hover {
    color: #5f5f5f;
}

    .medium_grey_hover:hover > a {
        color: #5f5f5f;
    }

.medium_grey_bg_hover:hover {
    background-color: #5f5f5f;
}
/* Light grey */
.light_grey {
    color: #efefef;
}

a.light_grey {
    color: #efefef;
}

.light_grey a {
    color: #efefef;
}

.light_grey_bg {
    background-color: #efefef;
}

.light_grey_hover:hover {
    color: #efefef;
}

    .light_grey_hover:hover > a {
        color: #efefef;
    }

.light_grey_bg_hover:hover {
    background-color: #efefef;
}
/* Shop grey */
.shop_grey {
    color: #fafafa;
}

a.shop_grey {
    color: #fafafa;
}

.shop_grey a {
    color: #fafafa;
}

.shop_grey_bg {
    background-color: #fafafa;
}

.shop_grey_hover:hover {
    color: #fafafa;
}

    .shop_grey_hover:hover > a {
        color: #fafafa;
    }

.shop_grey_bg_hover:hover {
    background-color: #fafafa;
}
/* Grey */
.grey {
    color: #929292;
}

a.grey {
    color: #929292;
}

.grey a {
    color: #929292;
}

.grey_bg {
    background-color: #929292;
}

.grey_hover:hover {
    color: #929292;
}

    .grey_hover:hover > a {
        color: #929292;
    }

.grey_bg_hover:hover {
    background-color: #929292;
}
/* Very Light button's blue */
.button_light {
    color: #95cee9;
}

a.button_light {
    color: #95cee9;
}

.button_light a {
    color: #95cee9;
}

.button_light_bg {
    background-color: #95cee9;
}

.button_light_hover:hover {
    color: #95cee9;
}

    .button_light_hover:hover > a {
        color: #95cee9;
    }

.button_light_bg_hover:hover {
    background-color: #95cee9;
}
/* Light green */
.light_green {
    color: #95B46A;
}

a.light_green {
    color: #95B46A;
}

.light_green a {
    color: #95B46A;
}

.light_green_bg {
    background-color: #95B46A;
}

.light_green_hover:hover {
    color: #95B46A;
}

    .light_green_hover:hover > a {
        color: #95B46A;
    }

.light_green_bg_hover:hover {
    background-color: #95B46A;
}

.light_green_bg_trasp {
    background-color: rgba(149,180,106,0.16);
}
/* Amber */
.amber {
    color: #E8851B;
}

a.amber {
    color: #E8851B;
}

.amber a {
    color: #E8851B;
}

.amber_bg {
    background-color: #E8851B;
}

.amber_hover:hover {
    color: #E8851B;
}

    .amber_hover:hover > a {
        color: #E8851B;
    }

.amber_bg_hover:hover {
    background-color: #E8851B;
}
/* Orange */
.orange {
    color: #E35B14;
}

a.orange {
    color: #E35B14;
}

.orange a {
    color: #E35B14;
}

.orange_bg {
    background-color: #E35B14;
}

.orange_hover:hover {
    color: #E35B14;
}

    .orange_hover:hover > a {
        color: #E35B14;
    }

.orange_bg_hover:hover {
    background-color: #E35B14;
}

.orange_bg_trasp {
    background-color: #fff3e6;
}

    .orange_bg_trasp .select-styled, .publications_nav .select-styled {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #E35B14;
        padding: 15px 15px;
        line-height: 1;
    }

        .orange_bg_trasp .select-styled::after, .publications_nav .select-styled::after {
            content: "";
            width: 20px;
            height: 10px;
            border: 0;
            /*border-color: #fff transparent transparent transparent;*/
            background-image: url('/images/arrow_down.png');
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            top: 16px;
            right: 10px;
        }

        .orange_bg_trasp .select-styled:hover, .publications_nav .select-styled:hover {
            background-color: #E35B14;
        }

        .orange_bg_trasp .select-styled:active, .orange_bg_trasp .select-styled.active, .publications_nav .select-styled:active, .publications_nav .select-styled.active {
            background-color: #E35B14;
        }

            .orange_bg_trasp .select-styled.active::after, .publications_nav .select-styled.active::after {
                top: 15px;
                /*border-color: transparent transparent #fff transparent;*/
                background-image: url('/images/arrow_up.png');
                background-position: center center;
                background-size: contain;
                background-repeat: no-repeat;
            }

    .orange_bg_trasp .select-options, .publications_nav .select-options {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 999;
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #E35B14 !important;
    }

        .orange_bg_trasp .select-options li, .publications_nav .select-options li {
            margin: 0;
            padding: 12px 0;
            text-indent: 15px;
            border-top: 1px solid #E35B14 !important;
        }

            .orange_bg_trasp .select-options li:hover, .publications_nav .select-options li:hover {
                color: #95B46A !important;
                background: #fff;
            }

            .orange_bg_trasp .select-options li[rel="hide"], .publications_nav .select-options li[rel="hide"] {
                display: none;
            }
/* Dark green */
.dark_green {
    color: #70912C;
}

a.dark_green {
    color: #70912C;
}

.dark_green a {
    color: #70912C;
}

.dark_green_bg {
    background-color: #70912C;
}

.dark_green_hover:hover {
    color: #70912C;
}

    .dark_green_hover:hover > a {
        color: #70912C;
    }

.dark_green_bg_hover:hover {
    background-color: #70912C;
}
/* Purple */
.purple {
    color: #B41C8C;
}

a.purple {
    color: #B41C8C;
}

.purple a {
    color: #B41C8C;
}

.purple_bg {
    background-color: #B41C8C;
}

.purple_hover:hover {
    color: #B41C8C;
}

    .purple_hover:hover > a {
        color: #B41C8C;
    }

.purple_bg_hover:hover {
    background-color: #B41C8C;
}

.purple_bg_trasp {
    background-color: rgba(180,28,140,0.6);
}

.purple_grey_bg_trasp {
    background-color: rgba(105,105,105,0.83);
}
/* Dark blue */
.dark_blue {
    color: #3A6FB7;
}

a.dark_blue {
    color: #3A6FB7;
}

.dark_blue a {
    color: #3A6FB7;
}

.dark_blue_bg {
    background-color: #3A6FB7;
}

.dark_blue_bg_trasp {
    background-color: rgba(58,111,183,0.11);
}

.dark_blue_hover:hover {
    color: #3A6FB7;
}

    .dark_blue_hover:hover > a {
        color: #3A6FB7;
    }

.dark_blue_bg_hover:hover {
    background-color: #3A6FB7;
}
/* Teal */
.teal {
    color: #5DAFAD;
}

a.teal {
    color: #5DAFAD;
}

.teal a {
    color: #5DAFAD;
}

.teal_bg {
    background-color: #5DAFAD;
}

.teal_bg_trasp_dark {
    background-color: rgba(56,176,174,0.7);
}

.teal_bg_trasp {
    background-color: rgba(93,175,173,0.11);
}

.teal_hover:hover {
    color: #5DAFAD;
}

    .teal_hover:hover > a {
        color: #5DAFAD;
    }

.teal_bg_hover:hover {
    background-color: #5DAFAD;
}
/* Pink */
.pink {
    color: #cd6774;
}

a.pink {
    color: #cd6774;
}

.pink a {
    color: #cd6774;
}

.pink_bg {
    background-color: #cd6774;
}

.pink_bg_trasp {
    background-color: rgba(205,103,116,0.11);
}

.pink_hover:hover {
    color: #cd6774;
}

    .pink_hover:hover > a {
        color: #cd6774;
    }

.pink_bg_hover:hover {
    background-color: #cd6774;
}
/* Turquoise  */
.turquoise {
    color: #38b0ae;
}

a.turquoise {
    color: #38b0ae;
}

.turquoise a {
    color: #38b0ae;
}

.turquoise_bg {
    background-color: #38b0ae;
}

.turquoise_bg_trasp {
    background-color: #ebf5f7;
}

.turquoise_hover:hover {
    color: #38b0ae;
}

    .turquoise_hover:hover > a {
        color: #38b0ae;
    }

.turquoise_bg_hover:hover {
    background-color: #38b0ae;
}

.home_slide_blue {
    background-color: rgba(39,156,210,0.71);
}

.home_slide_grey {
    background-color: rgba(0,0,0,0.68);
}

.d-none_bg{background-color:#000}

.wnahero{position:relative}

.wnahero .bgcover {
    min-height: 300px; position:relative
}
.wnahero h3 {
    font-size: 16px;
    color: white;
    padding: 20px;
    background-color: #00000057;
}

.wnaheroedit {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #ffffff94;
    padding: 10px;
}
.wnaheroedit a{background-color:white !important}

.previewimage{background-size:cover; height:300px; width:100%}

.returnImage, .returnLink {
    display: inline-block;
    width: 130px;
    height: 130px;
    background-size: contain;
    border: 1px solid #000;
    position: relative;
    background-repeat: no-repeat;
}
    .returnImage:hover, .returnLink :hover{
        opacity: 0.8
    }
.pdffilename{position:absolute; bottom:0; font-size:10px; color:black; margin: 0 5px}

.custom-dropdown {
    position: relative;
}

.custom-dropdown-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-dropdown select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    background-color: #fff;
}

    .custom-dropdown select:focus {
        border-color: #007bff;
    }

.custom-dropdown i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

    .custom-dropdown i:before {
        content: '\f078';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

.custom-dropdown select option[disabled] {
    color: #999;
}

.comparedelete {
    background-color: #ffe6e6;
    color: black;
    position: relative;
}
    .comparedelete:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 1px solid;
        border-color: inherit;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
.compareinsert {
    background-color: #e6ffe6;
    color: black;
}

    .compareinsert p, .comparedelete p{
        background: none !important;
        color: white !important;
        text-decoration: none !important
    }

.cke_source {
    white-space: pre-wrap !important;
}

select {
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
}
.tablebox {
    padding: 40px;
    border: 1px solid #f1f1f1;

}
.seatfloater {
    position: absolute;
    pointer-events: none;
}


.upload-images {
    height: 400px;
    overflow-y: auto
}

    .upload-images .upload-image-item.active {
        opacity: .5
    }

    .upload-images > div {
        min-height: 95px;
        height: 95px
    }

    .upload-images .lb__file {
        position: relative;
        width: 100%;
        white-space: nowrap;
        height: 150px;
        margin: 0 auto
    }

    .upload-images .lb__box {
        height: auto;
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .upload-images .lb__file .lb__file_wrapper {
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        position: relative
    }

    .upload-images > div:hover > img {
        opacity: .75
    }

    .upload-images .upload-image-item {
        max-width: 100%;
        height: auto !important;
        width: 100%;
        position: absolute;
        margin: auto;
        cursor: pointer
    }

.custom-address-book .file-type.active {
    display: block !important;
}
.custom-address-book .file-type {
    display: none;
}
.radio{padding:5px 0}

.recurrence-control.active {
    display: block !important;
}
.recurrence-control {
    position: relative;
    display: none;
}

.time-schedule {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid rgba(0,0,0,.07)
}

.form-ab-list {
    margin-left: 0 !important;
    margin-right: 0 !important
}

#dp-scheduale, #time-schedule {
    display: inline-block;
    width: 200px
}

.time-schedule .schedule-box, .time-schedule .reMail-box {
    padding-left: 20px;
    padding-right: 20px
}

.schedule-box, .reMail-box {
    display: none
}

    .schedule-box span#at, span.lbl {
        display: inline-block;
        padding: 0 10px;
        height: 33px;
        vertical-align: top;
        line-height: 33px
    }

    .schedule-box span.lbl:first-of-type {
        padding: 0 10px 0 0
    }

    .reMail-box span.lbl:first-of-type {
        padding: 0 10px 0 0
    }

.frequency {
    display: inline-block;
    width: 100%
}

.frequency-control, .re-frequency-control, .weekday-control, .year-control, .option-1-days-control, .option-1-months-control, .option-2-months-control, .option-1-current-day-control {
    display: inline-block;
    width: 70px;
    text-align: center
}
.option-2-order-control, .option-1-yearly-months-control {
    display: inline-block;
    width: 130px;
}

.omkasection {
    border-radius: 42px;
    border: 1px solid;
    padding: 11px 18px 0 18px;
    display: block;
}

    .omkasection.done {
        background-color: #028824;
        border: 1px solid #028824;
    }
    .omkasection a{display:block}
    .omkasection a:hover {
        color: white
    }

.div.dataTables_processing{background-color:white}

.template-item{cursor:pointer}
.template-item.active {
    color: #028824;
    font-weight: bold;
}
.bold{font-weight:bold}

.template-list {
    max-height: 300px;
    overflow-y: scroll;
}

.stats-panel-title {
    font-weight: normal;
    font-size: 1.15em;
    line-height: 42px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}
.pie-title-center {
    display: inline-block;
    position: relative;
    text-align: center;
}

.pie-value {
    display: block;
    color: inherit;
    position: absolute;
    font-size: 14px;
    height: 40px;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -20px;
    line-height: 40px;
}

/* Block jQuery UI icon images from loading - prevents 404 errors */
.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon,
.ui-state-default .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-active .ui-icon,
.ui-button-icon-only .ui-icon,
.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
    background-image: none !important;
    text-indent: 0 !important;
}