﻿
.navbar {
    /*background: #0390bb; /*#9b0409; */
    background: white;
    border-bottom: 2px solid black;
    padding: 0px; /*#c9DB03;#F97300;*/
}

.navbar-brand {
    color: #ffffff;
    cursor: pointer;
}

.nav-link {
    color: #888888;
    cursor: pointer;
    border: 1px solid transparent;
    border-top-left-radius: 0.25 rem;
    border-top-right-radius: 0.25 rem;
}

.nav-tabs .nav-link {
    border: 1px #eeeeee solid;
    background-color: #eeeeee;
    border-top-left-radius: 0.25 rem;
    border-top-right-radius: 0.25 rem;
}

    .nav-link, .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
    }


.nav-link {
    margin-right: 1em !important;
}

    .nav-link:hover {
        background: #f4f4f4;
        color: #333333;
    }

.navbar-collapse {
    justify-content: flex-end;
}

.navbar-toggler {
    background: #fff !important;
}

.bg-dark {
    background-color: #343a40 !important
}

.bg-primary {
    background-color: #007bff !important
}

a:hover {
    color: #333333;
    text-decoration: underline;
}

/*header style*/
.header {
    /*background-image: url('../images/headerback.jpg');*/
    background-image: url('../images/f3.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(244, 244, 244, 0.79);
}

.description {
    position: absolute;
    top: 30%;
    margin: auto;
    padding: 2em;
}

    .description h1 {
        color: #F97300;
    }

    .description p {
        color: #666;
        font-size: 18px;
        width: 0%;
        line-height: 1.5;
    }

    .description button {
        border: 1px solid #444342;
        background: #F97300;
        color: #fff;
    }


/*contact*/
.contact-form {
    position: relative;
    top: 80px;
    margin: auto;
    padding: 2em;
}

    .contact-form h1 {
        padding: 2em 1px;
        color: #F97300;
    }

.contact-form {
    max-width: 50%;
}

    .contact-form .btn-secondary {
        background: #0390bb; /*#9b0409;*/
        color: #ffffff;
        border: 0;
        font-size: 18px;
    }

    .contact-form .right .form-control::placeholder {
        color: #888;
        font-size: 16px;
    }

.btn-secondary {
    background: #9b0409;
    color: #ffffff;
    border: 0;
    font-size: 18px;
}

.note-btn {
    border: 1px solid #cccccc;
}


.nav-link.disabled {
    color: #aaaaaa;
    pointer-events: none;
    cursor: default;
}

.tab-pane {
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

#main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin5] {
    height: 60px;
    background: #0390bb;
}

#navbarSupportedContent {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    color: #ffffff;
}

.image_full {
    display: block;
    max-height: 50px;
}

.image_mobile {
    display: none;
    max-height: 50px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .image_full {
        display: none;
    }

    .image_mobile {
        display: block;
    }
}

.page-wrapper > .container-fluid {
    width: 100%;
    padding-bottom: 10px;
}

#ct-visits .ct-series-a .ct-point, #ct-visits .ct-series-a .ct-line, .ct-content .ct-series-a .ct-point, .ct-content .ct-series-a .ct-line {
    stroke: #abbb01;
}

#ct-visits .ct-series-b .ct-point, #ct-visits .ct-series-b .ct-line, .ct-content .ct-series-b .ct-point, .ct-content .ct-series-b .ct-line {
    stroke: #0390bb;
}

.ct-content .ct-series-a .ct-area {
    fill: #98a6ad;
    fill-opacity: 0.05;
}

.ct-content .ct-series-b .ct-area {
    fill: #41b3f9;
    fill-opacity: 0.1;
}

.ct-content .ct-line {
    stroke-width: 2px;
}

svg.ct-chart-bar, svg.ct-chart-line {
    overflow: visible;
}

.ct-label.ct-label.ct-horizontal.ct-end {
    position: relative;
    justify-content: flex-end;
    text-align: right;
    transform-origin: 100% 0;
    transform: translate(-100%) rotate(-45deg);
    white-space: nowrap;
}

/*li.ct-series-0 {
    color: #abbb01;
}

li.ct-series-1 {
    color: #0390bb;
}*/

.ct-legend li {
    position: relative;
    padding-left: 23px;
    margin-right: 10px;
    margin-bottom: 3px;
    cursor: pointer;
    display: inline-block;
}

    .ct-legend li:before {
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0;
        top: 4px;
        content: '';
        border: 3px solid transparent;
        border-radius: 2px;
    }

.ct-legend .ct-series-0:before {
    background-color: #abbb01;
    border-color: #abbb01;
}

.ct-legend .ct-series-1:before {
    background-color: #0390bb;
    border-color: #0390bb;
}

.ct-legend li.inactive:before {
    background: transparent;
}

.left-sidebar, .sidebar-nav ul .sidebar-item {
    width: 320px;
}

#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper {
    margin-left: 320px;
}

li.hide-li-item {
    visibility: collapse;
    height: 0px;
}

#sidebarnav > .sidebar-item > .sidebar-link {
    background: #80808038
}

#pie-chart {
    background-color: rgb(55, 71, 79);
    width: 800px;
    height: 350px;
    font-family: Lato, Helvetica-Neue, monospace;
}

#pie-canvas {
    position: absolute;
    top: 75px;
    left: 120px;
}

/* ct-pie */
.ct-series-a .ct-slice-pie {
    fill: #00a79d;
}

.ct-series-b .ct-slice-pie {
    fill: #1c75bc;
}

.ct-series-c .ct-slice-pie {
    fill: #92278f;
}

.ct-series-d .ct-slice-pie {
    fill: #fbb040;
}

.ct-series-e .ct-slice-pie {
    fill: #f15a29;
}

.ct-series-f .ct-slice-pie {
    fill: #be1e2d;
}

.ct-label {
    fill: white;
}
