﻿:root {
    --dark2: #4a4d50;
    --input-border-color: #ced4da;
    --default-background: #f5f5f5;
    --brand-color: #00abdf;
    --focused-color: #00abdf;
    --label-color: #6D6E70;
}

.k-grid td {
    border-width: 1px 0 0 1px !important;
}

.label-form {
    font-weight:500;
}


.k-dialog .k-content.k-window-content.k-dialog-content,
.k-dialog .k-content iframe.k-content {
    padding: 0;
    margin: 0;
}

.form-check {
    padding-left: 0px !important;
}

.mt-2 {
    color: #1B558F;
}
/*.container {
    height:100%;
}*/
/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;*/ /* Set the fixed height of the footer here */
/*line-height: 70px;*/ /* Vertically center the text there */
/*background-color: #f5f5f5;
}*/


.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: #1B558F !important;
    border-color: #1B558F !important;
}

    .btn-primary:hover {
        background-color: #0069d9 !important;
        border-color: #0069d9 !important;
        
    }

.btn-outline-primary {
    border-color: #1B558F !important;
    color: #1B558F !important;
}

    .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:visited {
        background-color: #1B558F !important;
        color:white !important;
        border-color: #1B558F !important;
    }

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1B558F;
}

.navbar-light .navbar-nav .nav-link {
    color: #1B558F !important;
}

.dropdown-item {
    
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 100px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    /*line-height: 50px;*/
    padding:15px;
    background-color: #f5f5f5;
    font-size: 14px;
}

pre {
    tab-size: 4;
}

section {
    display: block;
    margin: 1.1em 0;
}



.bs-container,
.bs-container * {
    box-sizing: border-box;
}

.flex-container {
    display: flex;
}

.well {
    padding: 10px 15px;
    border: 0;
}

.hidden {
    display: none !important;
}

.ib {
    display: inline-block;
}

.lh1 {
    line-height: 1;
}

a.btn-primary {
    color: #fff !important;
}

.loader {
    position: absolute;
    z-index: 9009;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    user-select: none;
    cursor: default;
}

.wait-icon {
    background: url(/Content/images/spinner.gif) center no-repeat;
}

@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px;
    }
}



.system-messages-container {
    font-size: 14px;
    text-transform: none;
}

    .system-messages-container > a {
        color: inherit;
        text-decoration: none;
        display: block;
    }

    .system-messages-container .message-text {
        margin-left: 1em;
        margin-right: 1em;
        white-space: pre-wrap;
        font-size: 1.1em;
        min-width: 10em;
        line-height: 1.333;
        flex-grow: 1;
    }

    .system-messages-container ul.system-messages {
        position: fixed;
        z-index: 20000;
        right: 15px;
        bottom: 60px;
        width: auto;
        padding: 10px;
        border: 0;
        margin: 0;
        border-radius: 0;
        background: transparent;
        color: #eee;
    }

        .system-messages-container ul.system-messages.open {
            display: block;
        }

        .system-messages-container ul.system-messages > li {
            margin: 0 0 10px 0;
            padding: 12px;
            list-style-type: none;
            border-radius: 6px;
            font-size: inherit !important;
            display: flex;
            align-items: center;
            justify-content: space-between;
            user-select: none;
        }

            .system-messages-container ul.system-messages > li.badge-error {
                background-color: #d9534f;
                color: #fff;
                text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
            }

            .system-messages-container ul.system-messages > li.badge-warning {
                color: #333;
                text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
            }

            .system-messages-container ul.system-messages > li.badge-success {
                color: #fff;
                text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
            }

#app-confirm-window .k-panel {
    margin-bottom: 15px;
    display: flex;
}

#app-confirm-window .k-footer {
    text-align: right;
}

#app-confirm-window .content-icon {
    float: left;
    margin-right: 10px;
}

#app-confirm-window .content-text {
    font-size: 1.1em;
}

#app-confirm-window textarea.confirm-prompt {
    margin-bottom: 15px;
    border-radius: 2px;
    resize: none;
    width: 99%;
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;

}

.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 18px;
    text-align: center;
}

.badge {
    border-radius: 20px !important;
    font-size: 12px;
    line-height: 1;
    /*padding: .375rem .5625rem;*/
    font-weight: normal;
    width: 40px !important;
    height: 40px !important;
    box-sizing: border-box !important;
}

.badge-outline-primary {
    color: #405189;
    border: 1px solid #405189
}

.badge.badge-pill {
    border-radius: 20px !important;
    box-sizing: border-box !important;
}

.badge-outline-info {
    color: #3da5f4;
    border: 1px solid #3da5f4
}

.badge-outline-danger {
    color: #f1536e;
    border: 1px solid #f1536e
}

.badge-outline-success {
    color: #00c689;
    border: 1px solid #00c689
}

.badge-outline-warning {
    color: #fda006;
    border: 1px solid #fda006
}

/*@media screen and (max-width: 800px) {

    .k-widget table {
        border: 0;
    }

        .k-widget table thead, table colgroup {
            display: none;
        }

        .k-widget table tr {
            margin-bottom: 10px;
            display: block;
            border-bottom: 2px solid #ddd;
            border-radius: 20px;
        }

            .k-widget table tr td:last-child {*/
             /*   background-color: #313444;*/
                /*border-bottom-left-radius: 20px;
                border-bottom-right-radius: 20px;
            }

            .k-widget table tr td:nth-child(1) {
                background-color: #313444;
                color: #FFF;
                border-top-left-radius: 20px;
                border-top-right-radius: 20px;
                font-weight: bold;
                padding-top: 1em;
            }

        .k-widget table td {
            display: block;
            font-size: 13px;
            border-bottom: 1px dotted #ccc;
        }

            .k-widget table td:before {
                content: attr(data-label);
                float: left;
                text-transform: uppercase;
                font-weight: bold;
            }
}*/

.k-grid .k-grid-content tr:hover {
    background-color: rgba(181, 189, 203, 0.275);
    background-image: none;
    outline: 1px solid rgba(181, 189, 203, 0.5);
}

.list-group-item {
    background-color: transparent;
}

.k-grid .k-state-selected {
    background-color: #ffffff !important;
    color: #000000;
}

.k-grid .k-alt.k-state-selected {
    background-color: #ffffff !important;
    color: #000000;
}


.ui-w-40 {
    width: 40px !important;
    height: auto;
}

.card {
    box-shadow: 0 1px 15px 1px rgba(52,40,104,.08);
}

.ui-product-color {
    display: inline-block;
    overflow: hidden;
    margin: .144em;
    width: .875rem;
    height: .875rem;
    border-radius: 10rem;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset;
    vertical-align: middle;
}


.k-window {
    z-index: 100000;
}

/*@media screen and (max-width: 1023px) {
    div.k-window {
        display: none !important;
    }
}*/

.iti__country-list {
    max-height:100px !important;
}

#spinner-div {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
}

.spinner-border {
    display: none;
    margin: 0 auto;
}


/*position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
background-color: rgba(255, 255, 255, 0.8);
z-index: 2;*/

.btn-block + .btn-block {
    margin-top: 0px !important;
}

html .k-grid tr:hover {
    background: transparent;
}

.k-grid-norecords-template {
    border: none !important;
}

.form-row.required .label-form:after {
    content: " *";
    color: red;
}

.form-group.required .label-form:after {
    content: " *";
    color: red;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.card-subtitle {
    display: block;
    text-transform: uppercase;
    color: #8c98a4;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.card-title {
    font-size: 60px;
}

.text-inherit {
    font-size: 1.3125rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #1e2022 !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important;
}

.fs-6 {
    font-size: .8125rem !important;
}

.card-hover-shadow {
   
}

.card {
    box-shadow: 0 0.375rem 0.75rem rgb(140 152 164 / 8%);
}

.h-100 {
    height: 100% !important;
}

.nav-icon {
    opacity: .7;
    -ms-flex: 0 0 1.9375rem;
    flex: 0 0 1.9375rem;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 20px;
}

.flex-shrink-0 {    
    flex-shrink: 0 !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.icon.icon-sm {
    font-size: .875rem;
    width: 2.40625rem;
    height: 2.40625rem;
}


.icon-circle {
    border-radius: 50%;
}

.icon-soft-secondary {
    color: #71869d;
    background: rgba(113,134,157,.1);
}


@media (min-width: 992px) {
    .col-lg-divider > :not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 0.0625rem;
        height: 100%;
        background-color: rgba(231,234,243,.7);
        content: "";
    }

    .col-lg-4 {
        margin-bottom: 0px;
    }
}

.icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
}

.fs-6 {
    font-size: .8125rem !important;
    color: #677788;
}

.d-block {
    display: block !important;
    font-size: 14px !important;
}

.text-dark {
    color: #1e2022 !important;
}

.badge {
    line-height: normal;
}

.bg-soft-dark {
    background-color: rgba(19,33,68,.1) !important;
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}

.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

/*a:not([href]) {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}*/

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-div {
    position: absolute;
    background-color: white;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}

#navbarsExample09 .nav-link.active {
    /*font-weight: bold !important;*/
    /*text-decoration: underline !important;*/
    background-color: #1B558F !important;
    color: white !important;
    border-radius: 5px;
}

.table td, .table th {
    vertical-align: middle !important;
}

.BadgeOK {
    border-radius: 4px;
    padding: 1px 6px;
    color: #006908;
    font-size: 13px;
    background: #D7F7C2;    
}

.BadgeWarning {
    border-radius: 4px;
    padding: 1px 6px;
    color: #FFFFFF;
    font-size: 13px;
    background: #D97006;
}

.BadgeError {
    border-radius: 4px;
    padding: 1px 6px;
    color: #B3093C;
    font-size: 13px;
    background: #FFE7F2;
}

.BadgeWaiting {
    border-radius: 4px;
    padding: 1px 6px;
    color: #545969;
    font-size: 13px;
    background: #EBEEF1;
    margin-bottom: 0px !important;
}

/*
#navbarsExample09 .nav-link:hover {
    text-decoration: underline !important;
}*/

.hr-text:before {
    content: "";
    margin-right: 0.5rem;
}
.hr-text:after {
    content: "";
    margin-left: 0.5rem;
}

.hr-text:after, .hr-text:before {
    flex: 1 1 auto;
    height: 1px;
    background-color: #e6e7e9;
}

.hr-text {
    display: flex;
    align-items: center;
    margin: 2rem 0;
    font-size: .625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1rem;
    color: #616876;
    height: 1px;
}

.k-grid-content {
    min-height: 40px;
}

.k-loading-mask .k-loading-image {
    z-index: 3;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='loader-1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='36px' height='36px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'><path fill='%231b558f' d='M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z'><animateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 25 25' to='360 25 25' dur='0.6s' repeatCount='indefinite'/></path></svg>");
}


.card-title {
    display: block;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.card-title-event {
    display: block;
    margin: 0 0 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.card-body {
    position: relative;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1.5rem;
    color: inherit;
}

.badge-event {
    border-radius: 5px !important;
    font-size: 12px;
    line-height: 1;
    padding: .375rem .5625rem;
    font-weight: normal;
    width: 40px !important;
    height: 40px !important;
    box-sizing: border-box !important;
}

.badge-docs {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: contain;
}

.card-img-top-cover {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.ribbon {
    --tblr-ribbon-margin: 0.25rem;
    --tblr-ribbon-border-radius: 4px;
    position: absolute;
    top: 0.75rem;
    right: calc(-1 * 0.25rem);
    z-index: 1;
    padding: 0.25rem 0.75rem;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #206bc4;
    border-color: #206bc4;
    border-radius: 4px 0 4px 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    min-width: 2rem;
}


.k-grid .k-grid-header .k-header {
    white-space: normal;
}

.k-grid-header th.k-header {
    vertical-align: middle !important;
    cursor: default;
}