﻿/* 
 *   Dofactory.com 
 *  (c) Copyright 2018. All rights reserved.
*/

/* ============ 
   General
   =============*/

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
}

header {
    padding: 12px 30px;
}

footer {
    margin-bottom: 25px;
    background-color: transparent;
}

a, button {
    outline: none !important;
}

a {
    color: #007ec7;
}

.tt-dataset-items {
    height: 300px;
  overflow:auto ;
}

th {
    background: white;
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
}
a:hover {
    color: #015d80;
}
#main {
    width: calc(90vw - 10px);
    max-width: 1400px;
    height: calc(60vh);
    max-height: 500px;
}
#myhuigui {
    width: calc(90vw - 10px);
    max-width: 1400px;
    height: calc(60vh);
    max-height: 500px;
}
.body-content {
    background: linear-gradient(#9bd0f1, #dcf1ff, white);
    padding-top: 15px;
}

.div-table {
    height: calc(100vh - 350px);
    min-height: 450px;
    overflow: auto
}


/*Div layer in picture loading, used to block the page*/
.loadingdiv {
    position: absolute;
    text-align: center;
    left: 0px;
    top: 0px;
    z-index: 70;
    background-color: #000;
    Opacity: 0.7;
    /* Transparent #cccccc*/
}
    /*Loading picture*/
    .loadingdiv img {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 80;
    }

/* ============ 
   Navigation
   ============ */

/* Main menu nav */
.main-menu {
    background: #215CA0;
    height: 48px;
}
/*0061b7  215CA0*/

.nav-menu {
    margin-top: 8px;
}

    .nav-menu .nav-item {
        padding-right: 14px;
    }

        .nav-menu .nav-item a.nav-link {
            color: white;
            height: 32px;
            background: transparent;
            padding: 5px 7px 4px;
            font-size: 14px;
            border-radius: 4px;
        }

            .nav-menu .nav-item a.nav-link.active,
            .nav-menu .nav-item a.nav-link:hover,
            .nav-menu .nav-item a.nav-link:focus {
                text-decoration: none;
                background: #289edb; /*background: rgba(255, 255, 255, 0.25);*/
            }

                .nav-menu .nav-item a.nav-link.active:hover,
                .nav-menu .nav-item a.nav-link.active:focus {
                    background: #33a8e5; /*rgba(255, 255, 255, 0.25);*/
                }

.avatar-wrapper {
    display: inline-block;
    width: 42px;
    text-align: right;
    margin-top: 7px;
    margin-right: 10px;
    margin-bottom: 8px;
}

.avatar {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background: #ff6a00;
    color: #fff;
    padding-top: 6px;
    text-align: center;
    font: 18px Arial, sans-serif;
    display: inline-block
}

.avatar-lg {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background: #ff6a00;
    color: #fff;
    padding-top: 8px;
    text-align: center;
    font: 21px Arial, sans-serif;
    display: inline-block
}

.action-circle {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    color: #fff;
    padding-top: 4px;
    text-align: center;
    font: 17px Arial, sans-serif;
    display: inline-block;
    background: rgba(255, 255, 255, 0.35)
}

/* Admin nav */

.page-box-admin-menu {
    padding: 0 0 0 30px;
}

.nav-admin {
}

    .nav-admin .nav-item {
        padding-right: 16px;
    }

        .nav-admin .nav-item a.nav-link {
            color: #555 !important;
            background: #f6f6f6;
            border-radius: 4px;
            height: 30px;
            padding: 6px 7px 5px;
            font-size: 13px;
        }

            .nav-admin .nav-item a.nav-link:hover, .nav-admin .nav-item a.nav-link.active {
                color: #000;
                background: #eaeaea;
            }

/* General nav */

/* immediately render dropdowns upon hover - menu and button dropdowns (right aligned) */
.dropdown:hover .dropdown-menu {
    display: block;
    margin: 0;
}

.btn-group:hover .dropdown-menu {
    display: block;
    margin: 0;
    right: 0;
    left: auto;
}

/* override default active menu color */
.dropdown-item.active, .dropdown-item:active {
    color: #16181b;
    background-color: #f6f7f8;
}

/* ============ 
   Page Layout
   ============ */

/*.page { background: #f6f6f6; padding: 20px; margin: 0; border-radius: 5px; margin-top: 15px; }*/

.page-box {
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 12px 12px 9px 12px;
    font-size: 14px;
    border-radius: 8px;
    position: relative;
}

.page-box-icon {
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(84, 105, 141);
}

.page-box-name {
    padding: 6px 60px 0 0;
    font-size: 18px;
}

.page-box-data,
.page-box-data-first,
.page-box-data-last {
    padding: 8px 15px 3px;
    border-left: 1px solid #ddd;
    font-size: 13px;
    line-height: 22px;
    color: #888;
    min-height: 58px
}

.page-box-data-first {
    margin-left: 50px;
}

.page-box-data-last {
    border-right: 1px solid #ddd;
}

.page-box-filter {
    padding: 14px 0 6px 0;
}

.page-box-items {
    font-size: 14px;
    margin: 21px 0 0 20px;
}

.page-box-new-button {
    padding: 18px 7px 0 0;
}

.page-box-new-button-top {
    padding: 5px 7px 0 0;
}

.page-box-items-advanced {
    font-size: 14px;
    margin: 8px 0 0 5px;
}

.page-box-button {
    padding: 16px 7px 0 10px;
}

.page-box-buttons {
    padding: 27px 5px 0 0;
}

.filter-buttons {
    position: absolute;
    top: 60px;
    right: 19px;
    z-index: 100;
}

    .filter-buttons .standard-toggle {
        width: 36px;
    }

.page-tabs {
    background: white;
    border: 1px solid #ddd;
    padding: 0px;
    border-radius: 4px;
}

.page-progress {
    background: white;
    border: 1px solid #fff;
    padding: 25px 25px 15px 25px;
    border-radius: 4px 4px 0 0;
}

.page-progress-next {
    background: white;
    border: 1px solid #fff;
    padding: 0px;
    border-radius: 0 0 4px 4px;
}

/* ============ 
   Buttons  
   ============ */

.btn-light {
    color: #212529;
    background-color: #f0f1f2;
    border-color: #ccc;
    text-transform: none;
}

    .btn-light.disabled {
        border-color: #ccc;
    }

.btn-xs {
    padding: 0.135rem 0.26rem;
    font-size: 0.85rem;
    line-height: 1.3;
    border-radius: 0.15rem;
}

.btn-rounded {
    border-radius: 30px;
    background: white;
}

.dropdown-item {
    font-size: 15px;
}

.dropdown-toggle {
    -webkit-box-shadow: 0 !important;
    box-shadow: 0 !important;
}

.button-bar {
    padding: 0 0 30px 0;
    text-align: center;
    background-color: white;
}

/* bootstrap override */

.btn-primary {
    color: #fff;
    background-color: #008cc1;
    border-color: #007bff;
}

    .btn-primary:hover, .btn-primary:focus {
        color: #fff;
        background-color: #0077a4;
        border-color: #009dc1;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #008cc1;
        border-color: #0077a4;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

/* ============ 
   Related tabs
   =============*/

.tabs {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.nav-tabs-related .nav-item {
    margin-right: 6px;
    margin-left: 6px;
}

    .nav-tabs-related .nav-item a.nav-link {
        text-transform: uppercase;
        font-size: 14px;
        border: none;
        border-bottom: 1px solid #f2f2f2;
        color: #666;
    }

        .nav-tabs-related .nav-item a.nav-link:hover,
        .nav-tabs-related .nav-item a.nav-link:focus {
            border-bottom: 2px solid #215CA0;
        }

        .nav-tabs-related .nav-item a.nav-link.active,
        .nav-tabs-related .nav-item a.nav-link:hover,
        .nav-tabs-related .nav-item a.nav-link:focus {
            border-bottom: 2px solid #215CA0;
        }

        .nav-tabs-related .nav-item a.nav-link.active {
            color: black;
        }

.tab-content {
    margin-top: 1px;
    margin-bottom: 20px;
}

.tab-pane {
    background: #fff;
    padding: 25px;
    padding-top: 0;
    margin-top: 25px;
}

.tab-pane-row {
    background: white;
    padding: 30px 15px;
    margin: 0;
}

.tab-pane-heading {
    font-size: 15px;
    padding: 8px 0 0 10px;
}

.tab-pane-viewall {
    font-size: 15px;
    padding: 8px 0 0 22px;
}

.no-relateds {
    padding: 20px 50px 200px 40px;
    font-size: 14px;
    background: white;
    margin-top: 12px;
}

.tab-badge {
    vertical-align: top;
    display: inline-block;
    background: #fff;
    color: #888;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    border: 0px solid #ccc;
    padding-left: 6px;
}


/* ============ 
   Related tab body
   =============*/

.related-header {
    padding: 20px 0 5px;
    background: white;
    border-bottom: 1px solid #ddd;
}

    .related-header .related-icon {
        padding: 8px;
    }

    .related-header .related-text {
        padding: 12px 0 0 0;
        font-size: 15px;
        font-weight: bold;
    }

    .related-header .related-viewall {
        padding: 13px 0 0 30px;
        text-decoration: underline;
    }

    .related-header .related-new {
        padding: 8px;
    }

.related-items {
    padding: 15px;
    border-bottom: 0px solid #ddd;
    background: white;
}

.related-item {
    padding: 0 0 10px 10px;
    margin-right: 10px;
}

.table-related {
    width: 100%;
}

    .table-related td {
        padding: 3px 0;
    }


/* ============ 
   Activity tabs
   =============*/

.tabs-activity {
    margin-top: 40px;
    margin-left: 20px;
}

    .tabs-activity .nav-item {
        margin-right: 20px;
    }

        .tabs-activity .nav-item .nav-link {
            padding: 7px;
            border: none;
            border-bottom: 1px solid transparent;
            color: #444;
            font-size: 14px;
        }

.nav-tabs-activity .nav-link.active, .nav-tabs-activity .nav-link:hover {
    border: none;
    border-bottom: 1px solid #215CA0;
}

.tab-pane-activity {
    background: #fff;
    padding: 20px;
    padding-top: 0;
    margin-top: 20px;
}

.activity-text {
    padding: 2px 0 2px 0;
    font-size: 14px;
}

/*.nav-tabs-activity { margin-top: 12px; border-top: 0px solid red;  }
.nav-tabs-activity > li { background: #f8f8f8; border-radius: 0; border-right-color: #ddd; }*/

/* ============ 
   Underlines
   =============*/

a.dashed-underline {
    text-decoration: none;
    border-bottom: 1px dashed #3c7676;
}

    a.dashed-underline:hover {
        border-bottom: 1px solid #515b5b;
    }

/* ============ 
   Forms
   =============*/

.form-title {
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding: 6px;
    margin: 15px 0 25px 0;
    margin-bottom: 25px;
}

.form-control {
    font-size: 15px;
}

.form-group {
    margin-bottom: 3px;
}

.col-form-label {
    padding-top: calc(0.375rem + 2px);
    text-align: right;
}

.col-form-text {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-checkbox {
    padding-top: calc(0.375rem + 4px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.input-validation-error {
    border: solid 1px #bbb;
    outline: 0;
}

.field-validation-error {
    color: #f7735a;
    font-size: 12px;
}

.required {
    color: red;
    display: inline-block;
    padding-right: 4px;
}

/* ============ 
  Tables  
  =============*/

.table-sm th,
.table-sm td {
    padding: 0.4rem;
}

.table-list {
    background: white;
}

    .table-list th {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .table-list th:hover {
            background: #f9f9f9;
        }

        .table-list th.no-hover:hover {
            background: #fff !important;
        }

        .table-list th a {
            color: #333;
        }

            .table-list th a:hover,
            .table-list th a:focus {
                color: rgb(0, 95, 178);
                text-decoration: none;
            }

.table-list-link {
    text-decoration: none;
    color: #0070D2;
    background: #f4f4f4 !important;
    min-width: 25px;
}

    .table-list-link:hover {
        text-decoration: underline;
        color: #0070D2;
    }

.table-list-actions {
    width: 140px;
    text-transform: none !important;
}

.table-hover tbody tr:hover td {
    background-color: #fafafa;
}

.table-hover tbody tr:first-child:hover {
    background-color: white;
}

.table-header, .table-head:hover {
    background: #f8f8f8 !important;
}

.no-items, td .no-items {
    padding: 20px 10px 100px 25px !important;
}

/* up-down sort arrows */

a.selected-asc:link,
a.selected-asc:visited,
a.selected-asc:hover,
a.selected-asc:active {
    padding-right: 20px;
    background: url(/images/arrow-down.png) no-repeat center right;
}

a.selected-desc:link,
a.selected-desc:visited,
a.selected-desc:hover,
a.selected-desc:active {
    padding-right: 20px;
    background: url(/images/arrow-up.png) no-repeat center right;
}

a.selected-none {
    padding-right: 20px;
    background: url(/images/arrow-none.png) no-repeat center right;
}

    a.selected-none:hover,
    a.selected-none:active {
        padding-right: 20px;
        background: url(/images/arrow-down.png) no-repeat center right;
    }

/* ============ 
   Entity icons
   =============*/

/* entity icons */

.icon-square {
    display: inline-block;
    padding: 9px;
    border-radius: 3px;
    color: white;
    margin-right: 5px;
}

.icon-envelope-circle,
.icon-bubble-circle {
    display: inline-block;
    padding: 9px;
    border-radius: 50%;
    color: white;
    margin-right: 5px;
}

.icon-little {
    padding: 6px;
    font-size: 14px;
    margin: 1px 6px 1px 0;
}

/* opportunities */
.icon-opportunity {
    background: #fa8a63;
}

/* leads */
.icon-lead {
    background: #ffac00;
}

/* tasks */
.icon-task {
    background: #20c997;
}

/* accounts */
.icon-account {
    background: #20a8d8;
}

/* contacts */
.icon-contact {
    background: #63c2de;
}

/* campaign */
.icon-campaign {
    background: #bca3e5;
}

/* case */
.icon-case {
    background: #eea36b;
}

/* admin */
.icon-admin {
    background: #666;
}

/* people */
.icon-persons {
    background: #ff672d;
}

.icon-owner {
    background: #faca36;
}

/* email */
.icon-email {
    background: #66d309;
}

/* call */
.icon-call {
    background: #ffa42e;
}

/* ============ 
   Modal
   =============*/

/* bootstrap modal fix */
.modal-open[style] {
    padding-right: 0 !important;
}

/* removes scrollbar from modal backdrop when not necessary */
.modal {
    overflow-y: auto;
}

/* custom class to add space for scrollbar */
.modal-scrollbar {
    margin-right: 15px;
}

.modal-header {
    background: #0061b7;
}

.modal-title {
    color: white;
}

/* ============ 
   Alerts boxes
   =============*/

.alert {
    z-index: 1500;
}

.alert-absolute {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 40px;
    width: 600px;
    display: none;
    padding: 12px;
}

.alert-success {
    color: #76683c;
    background-color: #f8f4de;
    border-color: #d6e9c6;
}

.alert-error {
    color: #a94442;
    background-color: #f8f4de;
    border-color: #ebccd1;
}

/* close buttons on alerts */

.close-light,
.close-light:hover {
    text-shadow: 0;
    line-height: .7;
    color: #fff;
    filter: alpha(opacity=50);
    opacity: .5;
}

    .close-light:hover {
        color: #fff;
        filter: alpha(opacity=70);
        opacity: .7;
    }

/* ============ 
   Typeahead 
   =============*/

/* typeahead formatting (from source) */

.typeahead {
    background-color: #fff;
}

.twitter-typeahead {
    width: 100%;
}

/* typeahead custom formatting */

.tt-menu {
    width: 300px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-menu, .gist {
    text-align: left;
}

.tt-hint {
    color: #999
}

.tt-suggestion {
    padding: 5px 20px;
    line-height: 24px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        background-color: #f0f0f0;
    }

    .tt-suggestion.tt-cursor {
        background-color: #f0f0f0;
    }

    .tt-suggestion p {
        margin: 0;
    }

.gist {
    font-size: 14px;
}


/* search icon on typeahead input fields */

.search-icon {
    position: absolute;
    top: 11px;
    right: 26px;
}

/* ============ 
   Stepped progress
   =============*/

.stepped-progress {
    padding: 10px 0 25px;
}

    .stepped-progress > .stepped-progress-step {
        padding: 0;
        position: relative;
    }

        .stepped-progress > .stepped-progress-step + .stepped-progress-step {
        }

        .stepped-progress > .stepped-progress-step .stepped-progress-stepnum {
            font-size: 14px;
            margin-bottom: 5px;
        }

        .stepped-progress > .stepped-progress-step .stepped-progress-info {
            font-size: 14px;
        }

        .stepped-progress > .stepped-progress-step > .stepped-progress-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #afddf7;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

        .stepped-progress > .stepped-progress-step.complete > .stepped-progress-dot:after {
            content: ' ';
            width: 14px;
            height: 14px;
            background: #274fbe;
            border-radius: 50px;
            position: absolute;
            top: 8px;
            left: 8px;
        }

        .stepped-progress > .stepped-progress-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 6px;
            box-shadow: none;
            margin: 21px 0 17px;
        }

            .stepped-progress > .stepped-progress-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #afddf7;
            }

        .stepped-progress > .stepped-progress-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .stepped-progress > .stepped-progress-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .stepped-progress > .stepped-progress-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .stepped-progress > .stepped-progress-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .stepped-progress > .stepped-progress-step.disabled > .stepped-progress-dot {
            background-color: #f5f5f5;
        }

            .stepped-progress > .stepped-progress-step.disabled > .stepped-progress-dot:after {
                opacity: 0;
            }

        .stepped-progress > .stepped-progress-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .stepped-progress > .stepped-progress-step:last-child > .progress {
            width: 50%;
        }

        .stepped-progress > .stepped-progress-step.disabled a.stepped-progress-dot {
        }

        .stepped-progress > .stepped-progress-step.disabled .stepped-progress-check {
            position: absolute;
            display: block;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

    .stepped-progress input[type="radio"] {
        cursor: pointer;
    }

.dot-check {
    padding: 5px 0 0 9px;
}

/* file upload button */
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    cursor: pointer;
}

/* ============ 
   Callouts
   =============*/

.callout {
    border: 1px solid #ddd;
    padding: 10px 10px 10px 20px;
    color: #fff;
    border-radius: 4px;
}

.callout-body {
    padding: 5px 7px 0 2px;
}

.callout-stage {
    font-size: 17px;
}

.callout-amount {
    font-size: 24px;
}

.callout-items {
    font-size: 13px;
    padding-top: 11px;
}

/* ================= 
   Chart placeholders
   =================*/

.cross-hatched {
    width: 100%;
    height: 350px;
    position: relative;
    background: repeating-linear-gradient(135deg,#fff,#fff 10px,#f6f6f6 10px,#f6f6f6 20px);
}

.dashed {
    border: 5px dashed #666;
}

/* ============ 
   Datepicker
   =============*/

.datepicker {
    font-size: 13px;
}

    .datepicker td,
    .datepicker th {
        text-align: center;
        width: 30px;
        height: 30px;
    }

    .datepicker table tr td.active:hover,
    .datepicker table tr td.active:hover:hover,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active.disabled:hover:hover,
    .datepicker table tr td.active:active,
    .datepicker table tr td.active:hover:active,
    .datepicker table tr td.active.disabled:active,
    .datepicker table tr td.active.disabled:hover:active,
    .datepicker table tr td.active.active,
    .datepicker table tr td.active:hover.active,
    .datepicker table tr td.active.disabled.active,
    .datepicker table tr td.active.disabled:hover.active,
    .datepicker table tr td.active.disabled,
    .datepicker table tr td.active:hover.disabled,
    .datepicker table tr td.active.disabled.disabled,
    .datepicker table tr td.active.disabled:hover.disabled,
    .datepicker table tr td.active[disabled],
    .datepicker table tr td.active:hover[disabled],
    .datepicker table tr td.active.disabled[disabled],
    .datepicker table tr td.active.disabled:hover[disabled] {
        background-color: #ADD8E6;
        color: #333;
    }

        .datepicker table tr td.active,
        .datepicker table tr td.active:hover,
        .datepicker table tr td.active.disabled,
        .datepicker table tr td.active.disabled:hover {
            background-color: #006dcc;
            background-image: none;
            filter: none;
            border-color: #00b3cc #00b3cc #002a80;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        background-color: #006dcc;
        background-image: none;
        background-repeat: repeat-x;
        filter: none;
        border-color: #00b3cc #00b3cc #002a80;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: none;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover:hover,
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover:active,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled:hover.active,
        .datepicker table tr td span.active.disabled,
        .datepicker table tr td span.active:hover.disabled,
        .datepicker table tr td span.active.disabled.disabled,
        .datepicker table tr td span.active.disabled:hover.disabled,
        .datepicker table tr td span.active[disabled],
        .datepicker table tr td span.active:hover[disabled],
        .datepicker table tr td span.active.disabled[disabled],
        .datepicker table tr td span.active.disabled:hover[disabled] {
            background-color: #ADD8E6;
            color: #333;
        }



/* ============ 
   Home page
   =============*/

.home-heading {
    padding: 7px 0;
    font-size: 15px;
}

.home-barchart {
    width: 100%;
    height: 350px;
    background-color: #f6f6f6;
    position: relative;
}

.home-piechart-wrapper {
    width: 100%;
    height: 350px;
    background-color: #f6f6f6;
    padding: 60px 100px 60px 20px;
}

.home-piechart {
    width: 100%;
    height: 230px;
    background-color: #f6f6f6;
}

.home-piechart-center {
    position: absolute;
    top: 50%;
    left: 42%;
    font-size: 27px;
}

/* ============ 
   Misc
   =============*/

.no-break {
    white-space: nowrap;
}

.width-45 {
    width: 45px !important;
}

.percent {
    overflow: visible;
    position: absolute;
    margin: 7px 2px;
    padding: 3px 0 0 3px;
    left: 0;
    top: 0;
    height: 24px;
    background-color: #c6ebfb;
    border-radius: 2px;
    white-space: nowrap !important;
}

/* Activities time line */
.timeline {
    position: relative;
    width: 50px;
}

    .timeline::before { /* this is the vertical line */
        content: '';
        position: absolute;
        top: 0;
        left: 15px;
        height: 100%;
        width: 3px;
        background: #b6ccdc;
        min-height: 28px;
    }

/* ============ 
   Chartist customization
   =============*/

.ct-line {
    fill: none;
    stroke-width: 2px;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
    stroke: #1a8bb2;
}

.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
    fill: #1a8bb2;
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
    stroke: #63c2de;
}

.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
    fill: #63c2de;
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
    stroke: #a7e1f2;
}

.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
    fill: #a7e1f2;
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
    stroke: #ffd454;
}

.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
    fill: #ffd454;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
    stroke: #ffbb00;
}

.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
    fill: #ffbb00;
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
    stroke: #ff9190;
}

.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
    fill: #ff9190;
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
    stroke: #4dbd74;
}

.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
    fill: #4dbda5;
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
    stroke: #e83e8c;
}

.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
    fill: #e83e8c;
}

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
    stroke: #6f42c1;
}

.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
    fill: #6f42c1;
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
    stroke: #20c997;
}

.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
    fill: #20c997;
}

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
    stroke: #ABDCF4;
}

.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
    fill: #ABDCF4;
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
    stroke: #4759D7;
}

.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
    fill: #4759D7;
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
    stroke: #262566;
}

.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
    fill: #262566;
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
    stroke: #00659A;
}

.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
    fill: #00659A;
}

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
    stroke: #00CFFF;
}

.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
    fill: #00CFFF;
}

/* chart and legend styles */

.ct-chart {
    position: relative;
}

.ct-legend {
    position: relative;
    z-index: 10;
    list-style: none;
    text-align: center;
}

    .ct-legend li {
        position: relative;
        padding-left: 23px;
        margin-right: 25px;
        margin-bottom: 3px;
        cursor: default;
        text-align: left;
        display: inline-block;
        font-size: 11px;
    }

        .ct-legend li:before {
            width: 12px;
            height: 12px;
            position: absolute;
            left: 0;
            content: '';
            border: 3px solid transparent;
            border-radius: 2px;
        }

        .ct-legend li.inactive:before {
            background: transparent;
        }

    .ct-legend.ct-legend-inside {
        position: absolute;
        top: 70px;
        right: 40px;
    }

        .ct-legend.ct-legend-inside li {
            display: block;
            margin: 0;
        }

    .ct-legend .ct-series-0:before {
        background-color: #1a8bb2;
        border-color: #1a8bb2;
    }

    .ct-legend .ct-series-1:before {
        background-color: #63c2de;
        border-color: #63c2de;
    }

    .ct-legend .ct-series-2:before {
        background-color: #a7e1f2;
        border-color: #a7e1f2;
    }

    .ct-legend .ct-series-3:before {
        background-color: #ffd454;
        border-color: #ffd454;
    }

    .ct-legend .ct-series-4:before {
        background-color: #ffbb00;
        border-color: #ffbb00;
    }

    .ct-legend .ct-series-5:before {
        background-color: #ff9190;
        border-color: #ff9190;
    }

    .ct-legend .ct-series-6:before {
        background-color: #4dbd74;
        border-color: #4dbd74;
    }

    .ct-legend .ct-series-7:before {
        background-color: #e83e8c;
        border-color: #e83e8c;
    }
