﻿.left-nav {
    background-color: #f1f7fd;
    font-size: 14px;
    border-color: rgba(0, 0, 0, 0.1);
}

.nav-link {
    padding: 4px 16px;
    color: #3964ad;
}

.editor-text h2 {
    font-size: 1.8rem;
}

.editor-text p span, .editor-text td {
    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 14px !important;
    color: #444444;
}

.editor-text img {
    max-width: 100%;
    height: auto;
}

.alert ul {
    margin-bottom: 0;
}

.event {
    background: #fff;
    position: relative;
    box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
    padding: 20px;
    border-radius: 10px;
}

.event-title {
    font-weight: 700 !important;
    margin-bottom: 5px;
    padding-bottom: 0px !important;
    font-size: 20px !important;
    color: #2c4964 !important;
}

.event-date {
    display: block;
    font-size: 13px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.event-date::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #b2c8dd;
    bottom: 0;
    left: 0;
}

.event-details {
    margin: 10px 0px;
}

.event .more a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #a0bcd5;
}

    .event .more a i {
        color: #fff;
        font-size: 16px;
        margin: 0 2px;
    }

    .event .more a:hover {
        background: #1977cc;
    }

.pinOverride table {
    border: 1px solid #dee2e6 !important;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 0.375rem;
}

.pinOverride td {
    border: none !important;
    padding: 0.225rem 0.75rem;
    font-size: 1rem !important;
}

.has-warning .help-block,
.has-warning .col-form-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #f0ad4e !important;
}

.has-warning .form-control,
.has-warning .form-select {
    border-color: #f0ad4e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #ec971f;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
    }

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #f0ad4e;
}

h3 {
    font-size: 28px;
    font-weight: 700;
    color: #2c4964;
    margin-bottom: 15px;
}

.heartbeat {
    position: absolute;
    display: none;
    margin: 5px;
    color: #6699ff;
    right: 0;
    top: 0;
}

.placeholder {
    background-color: white !important;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 2px 7px;
    transition: 0.4s;
    border-radius: 50px;
    font-size: 0.9em;
}

.btn-primary {
    /*background: #1977cc !important;*/
    background: #3964ad !important;
}

.pre-white-space {
    white-space: pre-wrap;
}

.tooltip {
    max-width: 75% !important;
    --bs-tooltip-max-width: 100% !important;
    background: #f1f7fd !important;
}

    .tooltip ul {
        margin: 10px 0px;
    }

    .tooltip li {
        padding-bottom: 4px;
    }

ul.left {
    text-align: left;
}

.col-form-label {
    font-weight: 600;
}

.form-control-static {
    padding-top: calc(0.375rem + var(--bs-border-width));
}

table input[type=checkbox]
{
    margin: 5px;
}

.cal {
    height: 50px;
    width: 48px;
    float: left;
    line-height: 68px;
/*    padding-right: 10px;*/
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    background-position: left;
    background-repeat: no-repeat;
}

.jan {
    background-image: url('../img/cal-jan.png');
}

.feb {
    background-image: url('../img/cal-feb.png');
}

.mar {
    background-image: url('../img/cal-mar.png');
}

.apr {
    background-image: url('../img/cal-apr.png');
}

.may {
    background-image: url('../img/cal-may.png');
}

.jun {
    background-image: url('../img/cal-jun.png');
}

.jul {
    background-image: url('../img/cal-jul.png');
}

.aug {
    background-image: url('../img/cal-aug.png');
}

.sep {
    background-image: url('../img/cal-sep.png');
}

.oct {
    background-image: url('../img/cal-oct.png');
}

.nov {
    background-image: url('../img/cal-nov.png');
}

.dec {
    background-image: url('../img/cal-dec.png');
}

.radio-inline {
    margin-right: 1rem;
}

.radio-inline input[type=radio] {
    margin-right: 0.25rem;
}

#search_input_box {
    position: fixed;
    left: 50%;
    top: 89px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1140px;
    z-index: 999;
    text-align: center;
    background: #2c4964;
    /*transition: all 0.5s;*/

}

#header.header-scrolled #search_input_box {
    top: 80px;
    /*transition: all 0.5s;*/
}

#search_input_box .form-control {
    background: transparent;
    border: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    padding: 10px;
}

    #search_input_box .form-control:focus {
        box-shadow: none;
    }

    #search_input_box .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #ddd;
        opacity: 1; /* Firefox */
    }

    #search_input_box .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #ddd;
    }

    #search_input_box .form-control::-ms-input-placeholder { /* Microsoft Edge */
        color: #ddd;
    }

.search-inner {
    color: #fff !important;
}

#close_search {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    padding: 15px;
    padding-right: 0;
}


.GridItem td {
    background-color: rgba(0, 0, 0, 0.05);
}

.GridPager td {
    background-color: #fff !important;
    color:#0d6efd;
    font-size: 0px;
    padding-top: 1rem;
}

    .GridPager td span {
        background: #0d6efd;
        color: #fff;
        border-color: #0d6efd;
    }

    .GridPager td a {
        color: #0d6efd;
    }

    .GridPager td a:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .GridPager td a:visited {
        color: #0d6efd;
    }

.GridPager td > * {
    padding: 0.25rem 0.5rem;
    border: 1px solid #dee2e6;
    font-size: 0.9rem;
}

    .GridPager td > *:not(:first-child) {
        margin-left: -1px;
    }

    .GridPager td > *:first-child {
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .GridPager td > *:last-child {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }


.radio input {
    margin: 5px 10px 5px 0px;
}

.ui-dialog {
    font-size: .875em !important;
}

.eccn-button {
	position: relative;
	top: -30px;
	text-align: center;
	font-weight: bold;
}

#eccn-modal {
	z-index: 10000;
}

.secret {
	display: none;
}