/* Variable */
/* Mixins */
.header .navbar-brand {
    padding: 2px 20px;
}

.sidebar .nav > li.nav-profile {
    min-height: 80px;
}


/*
    .navbar-brand.navbar-brand-image {
        padding: 5px 0 0 15px;
    }
}
.nav-profile-image {
    min-height: 120px;
    background: no-repeat url('/images/sidenav-logo.svg') center;
    opacity: 1;
    background-size: contain;
}*/
.k-widget {
    font-size: inherit;
}

.k-grid th {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.k-grid.k-grid-sm th {
    /*padding-top: .50rem;
        padding-bottom: .50rem;*/
}

.k-grid.k-grid-sm td {
    padding: .50rem .50rem;
    font-size: 13px;
}

.k-grid.k-grid-sm .k-button {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 8px;
}

/** Form validation **/
.form-control.input-validation-error {
    border-color: #ff5b57;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.input-validation-error ~ .invalid-feedback, .input-validation-error ~ .invalid-tooltip, .invalid-feedback.field-validation-error {
    display: block;
}

#txtAgree {
    width: 100%;
    height: 150px;
    overflow-y: scroll;
    background-color: #eee;
    padding: 5px;
    font-size: 9pt;
}

label.radio-inline {
    font-weight: normal;
    margin-right: 10px;
}

    label.radio-inline input[type="radio"] {
        margin-right: 6px;
    }

.blue-title {
    font: normal normal normal 23px Work Sans;
    letter-spacing: 0px;
    background: transparent linear-gradient( 270deg, #006699 0%, #088DC9 100%) 0% 0% no-repeat padding-box;
    color: #FFF;
    padding: 10px;
    opacity: 1;
}

.grey-sub-title {
    font: normal normal normal 15px/18px Work Sans;
    letter-spacing: 0px;
    background-color: #989898;
    color: #FFF;
    padding: 10px;
    opacity: 1;
}

.blue-sub-title {
    font-size: 12px;
    letter-spacing: 0px;
    background: transparent linear-gradient( 270deg, #006699 0%, #088DC9 100%) 0% 0% no-repeat padding-box;
    color: #FFF;
    padding: 10px;
    opacity: 1;
}

.k-maskedtextbox.form-control .k-textbox {
    border-top: none;
    border-left: none;
    border-right: none;
}

@media screen and (min-width: 768px) {
    .trash-button {
        margin-top: 2.3rem !important;
    }

    .divider {
        border-top: none;
    }
}

@media screen and (max-width: 768px) {
    .divider {
        border-top: 1px solid #e2e7eb !important;
    }
}

.checkout-header {
    padding: 25px 30px;
    background: transparent linear-gradient(270deg, #006699 0%, #088DC9 100%) 0% 0% no-repeat padding-box;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    color: #FFF !important;
}

.btn.btn-next {
    color: #fff;
    background: #088DC9;
    border-color: #088DC9;
}

.btn.btn-finish {
    color: #fff;
    background: #EB5503;
    border-color: #EB5503;
}
.btn.btn-back {
    height: 36px;
    font-size: 14px;
    text-transform: none;
    background: #E9EAED;
    border-radius: 4px;
    color: #4F4F50;
    border: 0px solid #4F4F50;
    margin: 16px 0px 0px 0px;
}

.k-button {
    font-size: 13px;
    padding: .1rem .75rem;
}

.k-animation-container-shown, .k-animation-container > .k-popup {
    font-size: 13px !important;
}

/********************* NEW STYLE */
.header.header-inverse, .header.navbar-inverse {
    background: white;
    border-bottom: #C0C0C0 1px solid;
    color: #303030;
}

.footer-disclaimer {
    color: #686868;
    background: #E0E0E0;
}

    a, .footer-disclaimer a {
        color: #0059ff;
    }

        a:hover, .footer-disclaimer a:hover {
            color: #43CC47;
        }

.bg-silver {
    background: #F9FCFE !important;
}

.panel {
    background: #FFFFFF;
}

body, .card, body.flat-black {
    background: #F4F5F9;
}

.header.navbar-inverse .navbar-brand, .header.navbar-inverse .navbar-nav > li > a, .header.navbar-inverse .navbar-nav > li .dropdown-toggle {
    color: #303030;
}

.header .navbar-user .image.image-icon > i {
    color: white;
}

.header.header-inverse .header-logo a, .header.header-inverse .header-nav .nav > li > a {
    color: #303030;
}




.sidebar {
    background: #381649;
}

    .sidebar .sub-menu {
        background: #5D257A;
        border-left: 4px solid #6F2C91;
    }

        .sidebar .sub-menu > li:before, .sidebar .sub-menu > li > a:after, .sidebar .sub-menu > li.has-sub > a:before {
            display: none;
        }

        .sidebar .sub-menu > li:after {
            display: none;
        }

    .sidebar .nav > li > a {
        color: white;
    }

        .sidebar .nav > li > a:hover {
            color: white;
            background: #6F2C91;
            border-left: 4px solid #864EA3;
        }

        .sidebar .nav > li > a:focus {
            color: white;
        }

    .sidebar .nav > li.nav-profile > a, .flat-black .sidebar .nav > li > a:focus,
    .flat-black .sidebar .nav > li > a:hover,
    .flat-black .sidebar .nav > li.active > a,
    .flat-black .sidebar .sub-menu > li > a:hover {
        color: #088DC9;
    }

.flat-black .sidebar .sub-menu > li > a:focus,
.flat-black .sidebar .active .sub-menu > li.active > a {
}

.text-theme, .sidebar .nav > li.active > a i {
    color: white;
}

.sidebar .nav > li.active > a {
    background: #6F2C91;
    color: white;
    border-left : 4px solid #EC008C;
}

.flat-black .sidebar .nav > li.active > a, .flat-black .sidebar .nav > li.active > a:focus, .flat-black .sidebar .nav > li.active > a:hover, .flat-black .sidebar .sub-menu > li:before, .flat-black .sidebar .sub-menu > li > a:after, .flat-black .sidebar .sub-menu > li.has-sub > a:before, .flat-black .page-sidebar-minified .sidebar .nav li.has-sub > .sub-menu, .flat-black .sidebar .nav > li.nav-profile {
    background: #088DC9;
}



.sidebar .nav > li.active > a:focus {
    background: #6F2C91;
    color: white;
}

.sidebar .nav > li.active > a:hover {
    color: white;
    background: #6F2C91;
}

    .sidebar .nav > li.active > a:hover i {
        color: white;
    }

.sidebar .sub-menu > li > a {
    color: white;
    padding: 10px 20px 3px 15px;
    background: #5D257A;
}

    .sidebar .sub-menu > li > a:hover, .sidebar .sub-menu > li > a:focus, .sidebar .sub-menu > li.active > a, .sidebar .sub-menu > li.active > a:hover, .sidebar .sub-menu > li.active > a:focus {
        color: white;
        background: #6F2C91;
    }

.sidebar .sub-menu > li.active > a {
/*    border-right: 4px solid #088DC9;*/
}

.sidebar .nav > li > a {
    padding: 10px 20px;
}

.sidebar li > a .fa-caret-right, .float-sub-menu li > a .fa-caret-right, .sidebar li > a .fa-angle-right, .float-sub-menu li > a .fa-angle-right {
    display: block;
    float: right !important;
    width: 20px !important;
    height: 20px;
    line-height: 20px !important;
    text-align: center !important;
    font-size: 16px !important;
    border: none;
    margin-right: 0px !important;
}

.sidebar li.expanding > a .fa-caret-right, .sidebar li.expand > a .fa-caret-right, .float-sub-menu li.active > a .fa-caret-right,
.float-sub-menu li.expanding > a .fa-caret-right, .float-sub-menu li.expand > a .fa-caret-right,
.sidebar li.expanding > a .fa-angle-right, .sidebar li.expand > a .fa-angle-right, .float-sub-menu li.active > a .fa-angle-right,
.float-sub-menu li.expanding > a .fa-angle-right, .float-sub-menu li.expand > a .fa-angle-right {
    opacity: 1.0;
    transform: rotate( -90deg);
}

.sidebar .nav > li li.has-sub > a, .sidebar .nav > li li.has-sub.active > a {
    color: #000;
    border-right: 0px;
}

.sidebar .sub-menu > li.active > a {
}

.btn.disabled, .btn:disabled {
    background: darkgray !important;
    border-color: darkgray !important;
    opacity: .5;
}
/* Create a custom checkbox */
.checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 1px solid #864EA3;
}

.checkbox-container {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* On mouse-over, add a grey background color */
    .checkbox-container:hover input ~ .checkbox-checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .checkbox-container input:checked ~ .checkbox-checkmark {
        background-color: #864EA3;
    }

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkbox-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkbox-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*Radio button*/
/* The container */
.radio-container {
    position: relative;
    padding-left: 25px;
   /* margin-bottom: 12px;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-right: 10px;
}

    /* Hide the browser's default radio button */
    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    /* background-color: #eee;*/
    border-radius: 50%;
    border: 1px solid #088DC9;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radio-checkmark {
    background-color: #eee;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6F2C91;
}


/************GRID STYLEING ************/

.k-grid-custom .k-grid-header, .k-grid-custom .k-grid-header .k-header {
    background-color: #E0E0E0;
    color: #303030;
}

.k-header, table.HeaderTemplate {
    background-color: white !important;
    color: #4F4F50 !important;
}



/************Button stylying ************/

.btn-blue-custom {
    background: #0059FF !important;
    color: #FFF !important;
}

    .btn-blue-custom:hover {
        background: #088DC9 !important;
        color: #FFF !important;
    }

.btn-orange-custom {
    background: #EB5503 !important;
    color: #FFF !important;
}

    .btn-orange-custom:hover {
        background: #F48120 !important;
        color: #FFF !important;
    }

.btn-purple-custom {
    background: #6F2C91 !important;
    color: #FFF !important;
}

    .btn-purple-custom:hover {
        background: #864EA3 !important;
        color: #FFF !important;
    }

.btn-purple-light-custom {
    background: #E8DDED !important;
    color: #6F2C91 !important;
   
}

    .btn-purple-light-custom:hover {
        background: #E8DDED !important;
        color: #6F2C91 !important;
        border-color: #EC008C33;
    }

/************dropdown stylying ************/
/*
    select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFF;
    border: 1px solid #989898;
    border-radius: 8px;
}
}*/

.form-control:focus {
    border: 2px solid #5D257A;
}

select:hover {
    border: 2px solid #5D257A;
}

input[disabled]:hover, input[readonly]:hover {
    border: 1px solid #d3d8de !important;
}

select[disabled]:hover, select[readonly]:hover {
    border: 1px solid #d3d8de !important;
}

input[type=text]:hover, input[type=tel]:hover, input[type=email]:hover, input[type=password]:hover, input[type=number]:hover {
    border: 2px solid #5D257A;
}

.k-numeric-wrap > input[type=text]:hover,
.k-dropdown-wrap > input[type=text]:hover,
.k-picker-wrap > input[type=text]:hover {
    border: none;
}

.k-state-disabled {
    background: #e5e9ed !important;
    opacity: 0.6;
}

/*select:focus-visible {
    outline: 0px;
}
    select:not(:-internal-list-box) {
        outline:0px;
        border: 2px solid #088DC9;
    }

    select option {
        background-color: #FFF;
        border: 2px solid #088DC9;
    }*/
/* CAUTION: IE hackery ahead */
/*select::-ms-expand {
        display: none;*/ /* remove default arrow on ie10 and ie11 */
/*}

.select:after {
    content: "\f0d7";
    font-family: 'Font Awesome\ 5 Free';
    color: #088DC9;
    font-weight: 900;
    padding: 8px 0px;
    position: absolute;
    right: 20px;
    top: 0;*/
/* background: red; */
/*z-index: 1;
    text-align: center;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}*/
/*Error validation inputs*/
.form-control.input-validation-error {
    border: 2px solid #EB0303;
    background: #FFEAEA 0% 0% no-repeat padding-box;
}

    .form-control.input-validation-error:focus {
        background: #FFF 0% 0% no-repeat padding-box;
    }

    .form-control.input-validation-error:hover {
        border: 2px solid #EB0303;
    }

/*Kendo Calendar*/
.k-calendar .k-state-selected .k-link {
    border-color: #EB5503;
    color: #fff;
    background-color: #EB5503;
}

.k-calendar .k-calendar-content .k-today.k-state-focused .k-link, .k-calendar .k-content .k-today.k-state-focused .k-link {
    box-shadow: inset 0 0 0 1px #EB5503, inset 0 0 0 #EB5503;
}

.k-calendar .k-calendar-header .k-today, .k-calendar .k-footer .k-nav-today {
    color: #EB5503;
}

    .k-calendar .k-calendar-header .k-today, .k-calendar .k-footer .k-nav-today:hover {
        color: #EB5503;
    }

.k-calendar .k-state-selected .k-link:hover {
    border-color: #EB5503;
    color: #fff;
    background-color: #EB5503;
}

.k-calendar .k-state-selected.k-state-focus .k-link, .k-calendar .k-state-selected.k-state-focused .k-link {
    box-shadow: inset 0 0 0 2px #EB5503;
}

.k-calendar .k-calendar-content .k-today .k-link, .k-calendar .k-content .k-today .k-link {
    box-shadow: inset 0 0 0 2px #EB5503;
}

.electric-blue {
    color: #088DC9;
}

.jakero-orange {
    color: #EB5503;
}

div#SendJointInvitationDiv {
    margin: 10px;
}


.alert.alert-success {
    color: white;
    background-color: #009B51;
}

.alert.alert-danger {
    color: white;
    background-color: #F31155;
}

.k-dropdown, .k-datepicker {
    border: 1px solid #d3d8de;
    border-radius: 5px;
}

    .k-dropdown:hover, .k-datepicker:hover {
        border: 2px solid #5D257A;
        border-radius: 5px;
    }

    .k-dropdown .k-dropdown-wrap, .k-datepicker, .k-datepicker-wrap {
        background-color: white !important;
        /*border: none;*/
    }

.a-link {
    color: blue !important;
}

.colorred {
    color: red;
}
span.d-none.d-md-inline {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 14px;

}
.h3-border {
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 0px;
    padding-left: 0px;
}
.disclosure-para {
    background: #F4F5F9;
    color: #4F4F50;
    padding: 10px;
    margin-top: 15px;
}

.primary_link {
    text-decoration: none;
    font-size: 14px;
    color: #6F2C91;
    font-weight: 500;
}
.primary_link:hover{
    color: #000;
}


.app-log-section {
    background: white;
    padding-left: 0px;
    padding-right: 0px;
}

    .app-log-section .menu {
        cursor: pointer;
        line-height: 50px;
        color: #6F2C91;
    }

        .app-log-section .menu:hover {
            color: #6F2C91;
            text-decoration: underline;
        }

.menu-head {
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #0054A6;
    padding-left: 10px;
    font-weight: bold;
}

.menu-clicked {
    color: #6F2C91 !important;
    text-decoration: underline;
}
.plain_link {
    text-decoration: none;
    color: #6F2C91;
}
    .plain_link:hover {
        color: #000;
    }