/*
Template Name: Codefox - Bootstrap 4 Admin Template
Author: CoderThemes
Email: coderthemes@gmail.com
File: main stylesheet
*/
/*======================================
01.General
02.Helper
03.Bootstrap Custom
04.Waves
05.Menu
06.Demo Only
07.Buttons
08.Card
09.Modals
10.Checkbox Radio
11.Tab & Accordions
12.Progressbar
13.Alerts
14.Notifications
15.Tooltips & Popovers
16.Charts
17.Form elements
18.Form advanced
19.Form validation
20.Form pickers
21.Form wizard
22.Form editors
23.Form upload
24.Tables
25.Table datatable
26.Table responsive
27.Tablesaw
28.Table editable
29.Sweatalert
30.Widgets
31.Nestable
32.Rangeslider
33.Rating
34.Calendar
35.Maps
36.Account Pages
37.Extra Pages
38.Timeline
39.Invoice
40.Responsive
=======================================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700");
/* =============
   general
============= */

.font-10{
    font-size: 10px !important;
    color:brown;
}
.pac-container {
    z-index: 1051 !important;
}

.has-submenu a {
    padding-left:10px !important;
    padding-right:10px !important;
}

body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding-bottom: 60px;
    overflow-x: hidden;
    color: #797979;
    font-size: 13px;
    background-color: #f3f3f3;
}

html {
    position: relative;
    min-height: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #313a46;
    font-family: "Poppins", sans-serif;
    margin: 10px 0;
}

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 15px;
}

.h6, h6 {
    font-size: 12px;
}

p {
    line-height: 1.6;
}

* {
    outline: none !important;
}

b, strong {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

a:hover {
    outline: 0;
    text-decoration: none;
}

a:active {
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

.container-fluid {
    width: 95%;
}

.container-alt {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

/* =============
   Helper classes
============= */
.p-0 {
    padding: 0 !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-l-r-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.m-0 {
    margin: 0 !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.w-xs {
    min-width: 80px;
}

.w-sm {
    min-width: 95px;
}

.w-md {
    min-width: 110px;
}

.w-lg {
    min-width: 140px;
}

.center-page {
    float: none !important;
    margin: 0 auto !important;
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}

.font-secondary {
    font-family: "Poppins", sans-serif;
}

.font-600 {
    font-weight: 600;
}

.font-normal {
    font-weight: normal;
}

.font-light {
    font-weight: 300;
}

.font-14 {
    font-size: 14px !important;
}

.wrapper-md {
    padding: 20px;
}

.pull-in {
    margin-left: -20px;
    margin-right: -20px;
}

.b-0 {
    border: none !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.bx-shadow {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.bx-shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.mx-box {
    max-height: 380px;
    min-height: 380px;
}

.thumb-sm {
    height: 32px;
    width: 32px;
}

.thumb-md {
    height: 48px;
    width: 48px;
}

.thumb-lg {
    height: 88px;
    width: 88px;
}

.thumb-xl {
    height: 120px;
    width: 120px;
}

.bg-transparent {
    background-color: transparent !important;
}

.slimScrollDiv {
    height: auto !important;
}

/* Table type box */
.table-box {
    display: table;
    height: 100%;
    width: 100%;
}

    .table-box .table-detail {
        display: table-cell;
        vertical-align: middle;
    }

/******************  ui images  ********************/
.thumbnail {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
}

/* =============
   Bootstrap-custom
============= */
.breadcrumb {
    background-color: transparent;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 0;
}

    .breadcrumb a {
        color: #98a6ad;
    }

.media {
    margin-top: 25px;
}

    .media:first-child {
        margin-top: 0;
    }

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #98a6ad;
    content: "/\00a0";
}

/* Dropdown */
.dropdown-menu {
    padding: 4px 0;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(152, 166, 173, 0.15);
}

    .dropdown-menu > li > a {
        padding: 7px 20px;
        font-size: 13px;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:active, .dropdown-menu > li > a.active {
            background-color: #f3f3f3 !important;
            color: #313a46;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        background-color: #f3f3f3 !important;
    }

.dropdown-lg {
    width: 260px;
}

.blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 5px solid #f3f3f3;
}

.blockquote-reverse {
    border-left: 0;
    border-right: 4px solid #f3f3f3;
    text-align: right;
}

.custom-control-input:checked ~ .custom-control-label:before {
    border-color: #348cd4;
    background-color: #348cd4;
}

/* Background colors */
.bg-custom {
    background-color: #348cd4 !important;
}

.bg-primary {
    background-color: #3456d4 !important;
}

.bg-success {
    background-color: #78c350 !important;
}

.bg-info {
    background-color: #45bbe0 !important;
}

.bg-warning {
    background-color: #ff9800 !important;
}

.bg-danger {
    background-color: #f7531f !important;
}

.bg-muted {
    background-color: #797979 !important;
}

.bg-inverse {
    background-color: #3b3e47 !important;
}

.bg-purple {
    background-color: #8892d6 !important;
}

.bg-pink {
    background-color: #F06292 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #313a46 !important;
}

/* Text colors */
.text-custom {
    color: #348cd4 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-danger {
    color: #f7531f !important;
}

.text-muted {
    color: #98a6ad !important;
}

.text-primary {
    color: #3456d4 !important;
}

.text-warning {
    color: #ff9800 !important;
}

.text-success {
    color: #78c350 !important;
}

.text-info {
    color: #45bbe0 !important;
}

.text-inverse {
    color: #3b3e47 !important;
}

.text-pink {
    color: #F06292 !important;
}

.text-purple {
    color: #8892d6 !important;
}

.text-dark {
    color: #313a46 !important;
}

/* Badge */
.badge {
    background-color: #348cd4;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 600;
}

.badge-xs {
    font-size: 9px;
}

.badge-xs, .badge-sm {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.badge-white {
    background-color: rgba(255, 255, 255, 0.7);
    color: #313a46 !important;
}

.badge-primary {
    background-color: #3456d4;
}

.badge-success {
    background-color: #78c350;
}

.badge-info {
    background-color: #45bbe0;
}

.badge-warning {
    background-color: #ff9800;
}

.badge-danger {
    background-color: #f7531f;
}

.badge-purple {
    background-color: #8892d6;
}

.badge-pink {
    background-color: #F06292;
}

.badge-inverse {
    background-color: #3b3e47;
}

/******* spinner *******/
.spinner-border, .spinner-grow {
    margin-right: 10px;
    margin-top: 10px;
}

/******* carousel *******/
.carousel-control {
    width: 10%;
}

    .carousel-control span {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        font-size: 30px;
    }

/******* Pagination *******/
.pagination .page-link {
    color: #313a46;
}

.pagination-split .page-item {
    margin-left: 5px;
    float: left;
}

.pagination-split .page-link {
    border-radius: 3px;
}

.page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-item {
    color: #797979;
}

    .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover, .list-group-item:hover {
        background: #f3f3f3;
        color: #797979;
    }

    .list-group-item.active, .list-group-item.active:focus,
    .list-group-item.active:hover {
        background-color: #348cd4;
        border-color: #348cd4;
    }

        .list-group-item.active .list-group-item-text,
        .list-group-item.active:focus .list-group-item-text,
        .list-group-item.active:hover .list-group-item-text {
            color: rgba(255, 255, 255, 0.7);
        }

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
        opacity: 0;
        background: rgba(0, 0, 0, 0.2);
        background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -webkit-transition-property: -webkit-transform, opacity;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        -webkit-transform: scale(0) translate(0, 0);
        transform: scale(0) translate(0, 0);
        pointer-events: none;
    }

    .waves-effect.waves-light .waves-ripple {
        background: rgba(255, 255, 255, 0.4);
        background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    }

    .waves-effect.waves-classic .waves-ripple {
        background: rgba(0, 0, 0, 0.2);
    }

    .waves-effect.waves-classic.waves-light .waves-ripple {
        background: rgba(255, 255, 255, 0.4);
    }

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .waves-button,
    .waves-button:hover,
    .waves-button:visited,
    .waves-button-input {
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: none;
        outline: none;
        color: inherit;
        background-color: rgba(0, 0, 0, 0);
        font-size: 1em;
        line-height: 1em;
        text-align: center;
        text-decoration: none;
        z-index: 1;
    }

.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}

.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

    .waves-input-wrapper.waves-button {
        padding: 0;
    }

    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

    .waves-float:active {
        -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    }

.waves-block {
    display: block;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.4);
}

.waves-effect.waves-custom .waves-ripple {
    background-color: rgba(52, 140, 212, 0.4);
}

.waves-effect.waves-primary .waves-ripple {
    background-color: rgba(52, 86, 212, 0.4);
}

.waves-effect.waves-success .waves-ripple {
    background-color: rgba(120, 195, 80, 0.4);
}

.waves-effect.waves-info .waves-ripple {
    background-color: rgba(69, 187, 224, 0.4);
}

.waves-effect.waves-warning .waves-ripple {
    background-color: rgba(255, 152, 0, 0.4);
}

.waves-effect.waves-danger .waves-ripple {
    background-color: rgba(247, 83, 31, 0.4);
}

.waves-effect.waves-pink .waves-ripple {
    background-color: rgba(240, 98, 146, 0.4);
}

.waves-effect.purple .waves-ripple {
    background-color: rgba(136, 146, 214, 0.4);
}

.waves-effect.waves-inverse .waves-ripple {
    background-color: rgba(59, 62, 71, 0.4);
}

/* =============
   Menu
============= */
.logo {
    float: left;
}

.wrapper {
    padding-top: 134px;
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 62px;
    -webkit-box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.2);
}

    #topnav .has-submenu.active a {
        color: #2763FF;
    }

        #topnav .has-submenu.active a i {
            color: #007bff;
        }

    #topnav .has-submenu.active .submenu li.active > a {
        color: #007bff;
    }

    #topnav .topbar-main {
        background-color: #3b3e47;
        padding: 0px;
        /* Search */
    }

        #topnav .topbar-main .navbar-right {
            float: right;
        }

            #topnav .topbar-main .navbar-right .app-search {
                position: relative;
            }

                #topnav .topbar-main .navbar-right .app-search a {
                    position: absolute;
                    top: 7px;
                    right: 26px;
                    color: rgba(255, 255, 255, 0.7);
                }

                    #topnav .topbar-main .navbar-right .app-search a:hover {
                        color: #ffffff;
                    }

                #topnav .topbar-main .navbar-right .app-search .form-control,
                #topnav .topbar-main .navbar-right .app-search .form-control:focus {
                    border: 1px solid rgba(255, 255, 255, 0.15);
                    font-size: 13px;
                    height: 34px;
                    color: #ffffff;
                    padding: 7px 40px 7px 20px;
                    margin: 19px 15px 0 5px;
                    background: rgba(255, 255, 255, 0.05);
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    border-radius: 30px;
                    width: 190px;
                }

                #topnav .topbar-main .navbar-right .app-search input::-webkit-input-placeholder {
                    color: rgba(255, 255, 255, 0.5);
                }

                #topnav .topbar-main .navbar-right .app-search input:-moz-placeholder {
                    color: rgba(255, 255, 255, 0.5);
                }

                #topnav .topbar-main .navbar-right .app-search input::-moz-placeholder {
                    color: rgba(255, 255, 255, 0.5);
                }

                #topnav .topbar-main .navbar-right .app-search input:-ms-input-placeholder {
                    color: rgba(255, 255, 255, 0.5);
                }

            #topnav .topbar-main .navbar-right .dropdown-toggle:after {
                display: none;
            }

            #topnav .topbar-main .navbar-right .right-menu-item {
                padding: 0px 10px;
                line-height: 65px;
                text-align: center;
                background-color: transparent !important;
                color: rgba(255, 255, 255, 0.7);
                display: inline-block;
                position: relative;
            }

                #topnav .topbar-main .navbar-right .right-menu-item > i {
                    font-size: 22px;
                    vertical-align: -webkit-baseline-middle;
                }

                #topnav .topbar-main .navbar-right .right-menu-item .badge {
                    position: absolute;
                    top: 14px;
                    right: 6px;
                }

            #topnav .topbar-main .navbar-right .notify-list {
                padding: 10px;
            }

            #topnav .topbar-main .navbar-right .notification-list {
                height: 240px;
            }

                #topnav .topbar-main .navbar-right .notification-list .list-group-item {
                    border: 0;
                    border-radius: 0 !important;
                    padding: 10px 15px;
                }

                    #topnav .topbar-main .navbar-right .notification-list .list-group-item:first-of-type {
                        border-top: 0;
                    }

                #topnav .topbar-main .navbar-right .notification-list em {
                    width: 36px;
                    color: #ffffff;
                    text-align: center;
                    height: 36px;
                    line-height: 36px;
                    border-radius: 50%;
                    margin-top: 2px;
                    font-size: 16px;
                }

                #topnav .topbar-main .navbar-right .notification-list .media-left {
                    float: left;
                    display: inherit;
                }

                #topnav .topbar-main .navbar-right .notification-list .media-body {
                    display: block;
                    width: auto;
                    overflow: hidden;
                    margin-left: 16px;
                }

                    #topnav .topbar-main .navbar-right .notification-list .media-body h5 {
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        display: block;
                        width: 100%;
                        margin: 0;
                        overflow: hidden;
                        line-height: 20px;
                        font-size: 13px;
                        font-weight: 600;
                    }

                    #topnav .topbar-main .navbar-right .notification-list .media-body p {
                        font-size: 13px;
                        line-height: 20px;
                        color: #797979;
                    }

            #topnav .topbar-main .navbar-right .notifi-title {
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                font-size: 15px;
                text-transform: uppercase;
                font-weight: 600;
                padding: 11px 20px 15px;
                color: #313a46;
            }

            #topnav .topbar-main .navbar-right .user-box a.user-link {
                padding: 17px 10px;
                display: block;
            }

            #topnav .topbar-main .navbar-right .user-box .user-img {
                position: relative;
                height: 18px;
                width: 18px;
                margin: 0 auto;
            }

    #topnav .navbar-custom {
        background-color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #topnav .menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #topnav .navbar-toggle {
        border: 0;
        position: relative;
        width: 60px;
        height: 60px;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

        #topnav .navbar-toggle .lines {
            width: 25px;
            display: block;
            position: relative;
            margin: 23px auto 17px auto;
            height: 18px;
        }

        #topnav .navbar-toggle span {
            height: 2px;
            width: 100%;
            background-color: #ffffff;
            display: block;
            margin-bottom: 5px;
            -webkit-transition: -webkit-transform .5s ease;
            transition: -webkit-transform .5s ease;
            transition: transform .5s ease;
            transition: transform .5s ease, -webkit-transform .5s ease;
        }

        #topnav .navbar-toggle.open span {
            position: absolute;
        }

            #topnav .navbar-toggle.open span:first-child {
                top: 6px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #topnav .navbar-toggle.open span:nth-child(2) {
                visibility: hidden;
            }

            #topnav .navbar-toggle.open span:last-child {
                width: 100%;
                top: 6px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    #topnav .navigation-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #topnav .navigation-menu > li {
            float: left;
            display: block;
            position: relative;
        }

            #topnav .navigation-menu > li > a {
                display: block;
                color: #3b3e47;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                line-height: 20px;
                padding-left: 25px;
                padding-right: 25px;
            }

                #topnav .navigation-menu > li > a:hover {
                    color: #2763FF;
                }

                    #topnav .navigation-menu > li > a:hover i {
                        color: #2763FF;
                    }

                #topnav .navigation-menu > li > a:focus {
                    color: #2763FF;
                }

                    #topnav .navigation-menu > li > a:focus i {
                        color: #2763FF;
                    }

                #topnav .navigation-menu > li > a:active {
                    color: #2763FF;
                }

                    #topnav .navigation-menu > li > a:active i {
                        color: #2763FF;
                    }

                #topnav .navigation-menu > li > a i {
                    font-size: 18px;
                    margin-right: 5px;
                    color: #2763FF;
                }

                #topnav .navigation-menu > li > a:hover,
                #topnav .navigation-menu > li > a:focus {
                    background-color: transparent;
                }


@media (min-width: 992px) {
    #topnav .navigation-menu > li > a {
        padding-top: 22px;
        padding-bottom: 22px;
    }
}

/*
Responsive Menu
*/
@media (min-width: 992px) {
    #topnav .navigation-menu > li.last-elements .submenu {
        left: auto;
        right: 0;
    }

        #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
            left: auto;
            right: 100%;
            margin-left: 0;
            margin-right: 10px;
        }

    #topnav .navigation-menu > li:first-of-type a {
        padding-left: 0px;
    }

    #topnav .navigation-menu > li:hover a {
        color: #2763FF;
    }

        #topnav .navigation-menu > li:hover a i {
            color: #2763FF;
        }

    #topnav .navigation-menu > li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        border: 1px solid #e7e7e7;
        padding: 15px 0;
        list-style: none;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    }

        #topnav .navigation-menu > li .submenu.megamenu {
            white-space: nowrap;
            width: auto;
        }

            #topnav .navigation-menu > li .submenu.megamenu > li {
                overflow: hidden;
                width: 200px;
                display: inline-block;
                vertical-align: top;
            }

        #topnav .navigation-menu > li .submenu > li.has-submenu > a:after {
            content: "\F142";
            font-family: "Material Design Icons";
            position: absolute;
            right: 20px;
            font-size: 18px;
        }

        #topnav .navigation-menu > li .submenu > li .submenu {
            left: 100%;
            top: 0;
            margin-left: 10px;
            margin-top: -1px;
        }

        #topnav .navigation-menu > li .submenu li {
            position: relative;
        }

            #topnav .navigation-menu > li .submenu li ul {
                list-style: none;
                padding-left: 0;
                margin: 0;
            }

            #topnav .navigation-menu > li .submenu li a {
                display: block;
                padding: 8px 25px;
                clear: both;
                white-space: nowrap;
                color: #313a46;
                font-size: 13px;
            }

                #topnav .navigation-menu > li .submenu li a:hover {
                    color: #2763FF;
                }

            #topnav .navigation-menu > li .submenu li span {
                display: block;
                padding: 8px 25px;
                clear: both;
                line-height: 1.42857143;
                white-space: nowrap;
                font-size: 10px;
                text-transform: uppercase;
                letter-spacing: 2px;
                font-weight: 500;
                color: #949ba1;
            }

    #topnav .navbar-toggle {
        display: none;
    }

    #topnav #navigation {
        display: block !important;
    }
}
.button-clear{
    background-color:#e8e9f9;
    border: 1px solid #0d1784;
    color:#0d1784 ;
    font-size: 13px;
    padding: 7px 14px;
    outline: none !important;
    font-family: "Poppins", sans-serif;
    transition: all .2s ease-in-out;
    margin: 0 2% 0 0;
}
.button-clear:hover{
   transform: scale(1.2);
   background-color:#e8e9f9;
   color:#0d1784;
   border: 1px solid #0d1784;
}
.button-search{
    background-color: #007bff;
    border: 1px solid white;
    color:white ;
    font-size: 13px;
    padding: 7px 14px;
    outline: none !important;
    font-family: "Poppins", sans-serif;
    height: 38px;
    transition: all .2s ease-in-out;
}
.button-search:hover{
    transform: scale(1.2);
    background-color: #007bff;
    border: none;
}
.button-filter{
    background-color: #007bff;
    border: 1px solid white;
    color:white ;
    font-size: 13px;
    padding: 7px 14px;
    outline: none !important;
    font-family: "Poppins", sans-serif;
    height: 38px;
    transition: all .2s ease-in-out;
    display: flex;
    width: 10%;
    justify-content: center;
    align-items: center;
}
.button-filter:hover{
    transform: scale(1.2);
    background-color: #007bff;
    border: none;
    color: white;
}
.icon-save {
    align-items: center;
    padding: 0 10% 0 0;
}
@media (max-width: 991px) {
    .page-title {
        margin-top: 0px;
        padding-top: 5px;
    }

    .wrapper {
        padding-top: 60px;
    }

    .container {
        width: auto;
    }

    #topnav {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        #topnav .navigation-menu {
            float: none;
            max-height: 400px;
        }

            #topnav .navigation-menu > li {
                float: none;
            }

                #topnav .navigation-menu > li > a {
                    color: #3b3e47;
                    padding: 15px;
                }

                    #topnav .navigation-menu > li > a i {
                        display: inline-block;
                        margin-right: 10px;
                        margin-bottom: 0px;
                    }

                    #topnav .navigation-menu > li > a:after {
                        position: absolute;
                        right: 15px;
                    }

                #topnav .navigation-menu > li .submenu {
                    display: none;
                    list-style: none;
                    padding-left: 20px;
                    margin: 0;
                }

                    #topnav .navigation-menu > li .submenu li a {
                        display: block;
                        position: relative;
                        padding: 7px 20px;
                        color: #3b3e47;
                    }

                        #topnav .navigation-menu > li .submenu li a:hover {
                            color: #3456d4;
                        }

                    #topnav .navigation-menu > li .submenu li.has-submenu > a:after {
                        content: "\F140";
                        font-family: "Material Design Icons";
                        position: absolute;
                        right: 30px;
                        font-size: 16px;
                    }

                    #topnav .navigation-menu > li .submenu.open {
                        display: block;
                    }

                    #topnav .navigation-menu > li .submenu .submenu {
                        display: none;
                        list-style: none;
                    }

                        #topnav .navigation-menu > li .submenu .submenu.open {
                            display: block;
                        }

                    #topnav .navigation-menu > li .submenu.megamenu > li > ul {
                        list-style: none;
                        padding-left: 0;
                    }

                        #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
                            display: block;
                            position: relative;
                            padding: 15px;
                            text-transform: uppercase;
                            font-size: 11px;
                            letter-spacing: 2px;
                        }

                #topnav .navigation-menu > li.has-submenu.open > a {
                    color: #348cd4;
                }

        #topnav .navbar-header {
            float: left;
        }

    #navigation {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #e7e7e7;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        background-color: #ffffff;
    }

        #navigation.open {
            display: block;
            overflow-y: auto;
        }
}

@media (min-width: 768px) {
    #topnav .navigation-menu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }

        #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
            visibility: visible;
            opacity: 1;
            margin-left: 0;
            margin-right: 0;
        }

    .navbar-toggle {
        display: block;
    }
}

/* page title */
.page-title-box {
    padding: 25px 0px;
}

.page-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.header-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
}

/* Footer */
.footer {
    background-color: #ebebeb;
    bottom: 0px;
    color: #58666e;
    text-align: left !important;
    padding: 20px 0px;
    position: absolute;
    right: 0px;
    left: 0px;
}

    .footer ul li {
        padding-left: 10px;
        padding-right: 10px;
    }

        .footer ul li a {
            color: #98a6ad;
        }

            .footer ul li a:hover {
                color: #2763FF;
            }

/* =============
   Demo Css
============= */
.demo-box {
    padding: 10px 15px;
}

/* Button demo */
.button-list {
    margin-left: -8px;
    margin-bottom: -12px;
}

    .button-list .btn {
        margin-bottom: 12px;
        margin-left: 8px;
    }

/* Popover */
.demo-popover .popover {
    position: relative;
    display: block;
    float: left;
    width: 260px;
    margin: 20px;
    z-index: 9;
}

/* Tooltips */
.demo-tooltip .tooltip {
    position: relative;
    display: inline-block;
    margin: 10px 20px;
    opacity: 1;
}

/* Grid page */
.grid-structure .grid-container {
    background-color: rgba(243, 243, 243, 0.5);
    margin-top: 10px;
    padding: 10px 20px;
}

/* Demo Animation */
.demo-animation {
    text-align: center;
}

    .demo-animation img {
        position: relative;
        width: 120px;
        display: block;
        margin: 0 auto 40px auto;
        z-index: 1;
        border-radius: 2px;
    }

/* Demo only */
.icon-list-demo div {
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

    .icon-list-demo div p {
        margin-bottom: 0;
        line-height: inherit;
    }

.icon-list-demo i {
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    color: rgba(49, 58, 70, 0.7);
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.icon-list-demo .col-md-4 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 10px;
}

    .icon-list-demo .col-md-4:hover i {
        color: #ffffff;
        background-color: #3456d4;
    }

/* Switchery demo */
.switchery-demo {
    margin-bottom: -10px;
}

    .switchery-demo .switchery {
        margin-bottom: 10px;
        margin-right: 5px;
    }

/* Icon colored demo */
.icon-colored {
    height: 48px;
    width: 48px;
    margin: 1.4rem;
}

/* =============
   Buttons
============= */
.btn {
    border-radius: 2px;
    font-size: 13px;
    padding: 7px 14px;
    outline: none !important;
    font-family: "Poppins", sans-serif;
}

.btn-md {
    padding: 9px 18px;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 12px 20px !important;
    font-size: 16px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px !important;
    font-size: 13px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px !important;
    font-size: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.btn-custom, .btn-primary, .btn-success, .btn-info, .btn-warning,
.btn-danger, .btn-inverse, .btn-purple, .btn-pink {
    color: #ffffff !important;
}

.btn-custom {
    background-color: #348cd4;
    border-color: #348cd4;
}

    .btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active,
    .btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover,
    .open > .dropdown-toggle.btn-custom {
        background-color: #2a7fc5 !important;
        border: 1px solid #2a7fc5 !important;
    }

.btn-primary {
    background-color: #3456d4 !important;
    border: 1px solid #3456d4 !important;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
    .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
    .open > .dropdown-toggle.btn-primary {
        background-color: #2a4bc5 !important;
        border-color: #2a4bc5 !important;
    }

.btn-success {
    background-color: #78c350 !important;
    border: 1px solid #78c350 !important;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        background-color: #6aba40 !important;
        border-color: #6aba40 !important;
    }

.btn-info {
    background-color: #45bbe0 !important;
    border: 1px solid #45bbe0 !important;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        background-color: #2fb3dc !important;
        border-color: #2fb3dc !important;
    }

.btn-warning {
    background-color: #ff9800 !important;
    border: 1px solid #ff9800 !important;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        background-color: #e68900 !important;
        border-color: #e68900 !important;
    }

.btn-danger {
    background-color: #f7531f !important;
    border: 1px solid #f7531f !important;
}

    .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
        background-color: #f44109 !important;
        border-color: #f44109 !important;
    }

.btn-inverse {
    background-color: #3b3e47 !important;
    border: 1px solid #3b3e47 !important;
}

    .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open > .dropdown-toggle.btn-inverse {
        background-color: #2f3239 !important;
        border-color: #2f3239 !important;
    }

.btn-purple {
    background-color: #8892d6 !important;
    border: 1px solid #8892d6 !important;
}

    .btn-purple:hover, .btn-purple:focus, .btn-purple:active {
        background-color: #7581cf !important;
        border-color: #7581cf !important;
    }

.btn-pink {
    background-color: #F06292 !important;
    border: 1px solid #F06292 !important;
}

    .btn-pink:hover, .btn-pink:focus, .btn-pink:active {
        background-color: #ee4b82 !important;
        border-color: #ee4b82 !important;
    }

.btn-bordered {
    background-color: transparent !important;
}

    .btn-bordered.btn-light {
        background-color: #ffffff;
        border: 2px solid rgba(49, 58, 70, 0.07) !important;
    }

    .btn-bordered.btn-custom {
        color: #348cd4 !important;
        border: 2px solid #348cd4 !important;
    }

        .btn-bordered.btn-custom:hover, .btn-bordered.btn-custom:focus, .btn-bordered.btn-custom:active {
            background-color: #348cd4;
            color: #ffffff !important;
            border: 2px solid #287abc !important;
        }

    .btn-bordered.btn-primary {
        color: #3456d4 !important;
        border: 2px solid #3456d4 !important;
    }

        .btn-bordered.btn-primary:hover, .btn-bordered.btn-primary:focus, .btn-bordered.btn-primary:active {
            background-color: #3456d4;
            color: #ffffff !important;
            border: 2px solid #2847bc !important;
        }

    .btn-bordered.btn-success {
        color: #78c350 !important;
        border: 2px solid #78c350 !important;
    }

        .btn-bordered.btn-success:hover, .btn-bordered.btn-success:focus, .btn-bordered.btn-success:active {
            background-color: #78c350;
            color: #ffffff !important;
            border: 2px solid #66b23d !important;
        }

    .btn-bordered.btn-info {
        color: #45bbe0 !important;
        border: 2px solid #45bbe0 !important;
    }

        .btn-bordered.btn-info:hover, .btn-bordered.btn-info:focus, .btn-bordered.btn-info:active {
            background-color: #45bbe0;
            color: #ffffff !important;
            border: 2px solid #26b0db !important;
        }

    .btn-bordered.btn-warning {
        color: #ff9800 !important;
        border: 2px solid #ff9800 !important;
    }

        .btn-bordered.btn-warning:hover, .btn-bordered.btn-warning:focus, .btn-bordered.btn-warning:active {
            background-color: #ff9800;
            color: #ffffff !important;
            border: 2px solid #db8300 !important;
        }

    .btn-bordered.btn-danger {
        color: #f7531f !important;
        border: 2px solid #f7531f !important;
    }

        .btn-bordered.btn-danger:hover, .btn-bordered.btn-danger:focus, .btn-bordered.btn-danger:active {
            background-color: #f7531f;
            color: #ffffff !important;
            border: 2px solid #ea3f08 !important;
        }

    .btn-bordered.btn-inverse {
        color: #3b3e47 !important;
        border: 2px solid #3b3e47 !important;
    }

        .btn-bordered.btn-inverse:hover, .btn-bordered.btn-inverse:focus, .btn-bordered.btn-inverse:active {
            background-color: #3b3e47;
            color: #ffffff !important;
            border: 2px solid #2b2d34 !important;
        }

    .btn-bordered.btn-purple {
        color: #8892d6 !important;
        border: 2px solid #8892d6 !important;
    }

        .btn-bordered.btn-purple:hover, .btn-bordered.btn-purple:focus, .btn-bordered.btn-purple:active {
            background-color: #8892d6;
            color: #ffffff !important;
            border: 2px solid #6d7acd !important;
        }

    .btn-bordered.btn-pink {
        color: #F06292 !important;
        border: 2px solid #F06292 !important;
    }

        .btn-bordered.btn-pink:hover, .btn-bordered.btn-pink:focus, .btn-bordered.btn-pink:active {
            background-color: #F06292;
            color: #ffffff !important;
            border: 2px solid #ed417b !important;
        }

.btn-rounded {
    border-radius: 2em;
}

/* Social Buttons */
.btn-facebook {
    color: #ffffff !important;
    background-color: #3b5998 !important;
}

.btn-twitter {
    color: #ffffff !important;
    background-color: #00aced !important;
}

.btn-linkedin {
    color: #ffffff !important;
    background-color: #007bb6 !important;
}

.btn-dribbble {
    color: #ffffff !important;
    background-color: #ea4c89 !important;
}

.btn-googleplus {
    color: #ffffff !important;
    background-color: #dd4b39 !important;
}

.btn-instagram {
    color: #ffffff !important;
    background-color: #517fa4 !important;
}

.btn-pinterest {
    color: #ffffff !important;
    background-color: #cb2027 !important;
}

.btn-dropbox {
    color: #ffffff !important;
    background-color: #007ee5 !important;
}

.btn-flickr {
    color: #ffffff !important;
    background-color: #ff0084 !important;
}

.btn-tumblr {
    color: #ffffff !important;
    background-color: #32506d !important;
}

.btn-skype {
    color: #ffffff !important;
    background-color: #00aff0 !important;
}

.btn-youtube {
    color: #ffffff !important;
    background-color: #bb0000 !important;
}

.btn-github {
    color: #ffffff !important;
    background-color: #171515 !important;
}

/* ===========
   cards
 =============*/
.card {
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
}

    .card .card-body {
        padding: 20px;
    }

        .card .card-body p {
            line-height: 24px;
        }

.card-heading {
    border: none !important;
    padding: 15px 20px;
    margin: -1px;
    border-radius: 4px 4px 0 0;
}

.card-default > .panel-heading {
    background-color: #ffffff;
    margin: 0;
    color: #797979;
}

.card-title {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #797979;
}

.card-sub-title {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 3px;
    margin-bottom: -4px;
}

.card-border {
    border-radius: 3px;
}

    .card-border .card-heading {
        background-color: #ffffff;
        border-top: 3px solid #ccc !important;
        border-radius: 3px;
        padding: 15px 20px 0;
        margin: -2px 0 0 0 !important;
    }

    .card-border .card-body {
        padding: 15px 20px 20px 20px;
    }

    .card-border.card-primary .card-heading {
        border-color: #3456d4 !important;
    }

    .card-border.card-success .card-heading {
        border-color: #78c350 !important;
    }

    .card-border.card-info .card-heading {
        border-color: #45bbe0 !important;
    }

    .card-border.card-warning .card-heading {
        border-color: #ff9800 !important;
    }

    .card-border.card-danger .card-heading {
        border-color: #f7531f !important;
    }

    .card-border.card-purple .card-heading {
        border-color: #8892d6 !important;
    }

    .card-border.card-pink .card-heading {
        border-color: #F06292 !important;
    }

    .card-border.card-inverse .card-heading {
        border-color: #3b3e47 !important;
    }

.accordion .card-title a {
    color: #797979;
}

/* =============
   Modals
============= */
.modal .modal-dialog .modal-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #DDDDDD;
    border-radius: 2px;
    box-shadow: none;
    padding: 16px;
}

    .modal .modal-dialog .modal-content .modal-header {
        border-bottom-width: 2px;
        margin: 0;
        padding: 0;
        padding-bottom: 15px;
    }

    .modal .modal-dialog .modal-content .modal-body {
        padding: 20px 0;
    }

    .modal .modal-dialog .modal-content .modal-footer {
        padding: 0;
        padding-top: 15px;
    }

.modal-full {
    width: 95%;
    max-width: none;
}

.modal-content .nav.nav-tabs + .tab-content {
    margin-bottom: 0;
}

.modal-content .panel-group {
    margin-bottom: 0;
}

.modal-content .panel {
    border-top: none;
}

/* Custom-modal */
.modal-demo {
    background-color: #ffffff;
    width: 600px;
    border-radius: 4px;
    display: none;
    position: relative;
}

    .modal-demo .close {
        position: absolute;
        top: 15px;
        right: 25px;
        color: #e2e2e2;
    }

.custom-modal-title {
    padding: 15px 25px 15px 25px;
    line-height: 22px;
    font-size: 18px;
    background-color: #313a46;
    color: #ffffff;
    text-align: left;
    margin: 0;
}

.custom-modal-text {
    padding: 20px;
}

.custombox-modal-flash .close, .custombox-modal-rotatedown .close {
    top: 20px;
    z-index: 9999;
}

/* =============
   Checkbox and Radios
============= */
.checkbox label, .radio label {
    padding-left: 25px !important;
    font-weight: 400;
}

    .checkbox label:after,
    .radio label:after {
        content: '';
        display: table;
        clear: both;
    }

.checkbox .cr,
.radio .cr {
    position: relative;
    border: 1px solid #a9a9a9;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    float: left;
    margin-left: -25px;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: 11px;
        line-height: 0;
        top: 9px;
        left: 3px;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none !important;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        opacity: 0;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        opacity: 1;
    }

.checkbox-custom label input[type="checkbox"]:checked + .cr {
    background-color: #348cd4;
    border-color: #348cd4;
    color: #ffffff;
}

.checkbox-primary label input[type="checkbox"]:checked + .cr {
    background-color: #3456d4;
    border-color: #3456d4;
    color: #ffffff;
}

.checkbox-success label input[type="checkbox"]:checked + .cr {
    background-color: #78c350;
    border-color: #78c350;
    color: #ffffff;
}

.checkbox-info label input[type="checkbox"]:checked + .cr {
    background-color: #45bbe0;
    border-color: #45bbe0;
    color: #ffffff;
}

.checkbox-warning label input[type="checkbox"]:checked + .cr {
    background-color: #ff9800;
    border-color: #ff9800;
    color: #ffffff;
}

.checkbox-danger label input[type="checkbox"]:checked + .cr {
    background-color: #f7531f;
    border-color: #f7531f;
    color: #ffffff;
}

.checkbox-inverse label input[type="checkbox"]:checked + .cr {
    background-color: #3b3e47;
    border-color: #3b3e47;
    color: #ffffff;
}

.checkbox-pink label input[type="checkbox"]:checked + .cr {
    background-color: #F06292;
    border-color: #F06292;
    color: #ffffff;
}

.checkbox-purple label input[type="checkbox"]:checked + .cr {
    background-color: #8892d6;
    border-color: #8892d6;
    color: #ffffff;
}

.radio-primary label input[type="radio"]:checked + .cr {
    border-color: #3456d4;
    color: #3456d4;
}

.radio-success label input[type="radio"]:checked + .cr {
    border-color: #78c350;
    color: #78c350;
}

.radio-info label input[type="radio"]:checked + .cr {
    border-color: #45bbe0;
    color: #45bbe0;
}

.radio-warning label input[type="radio"]:checked + .cr {
    border-color: #ff9800;
    color: #ff9800;
}

.radio-danger label input[type="radio"]:checked + .cr {
    border-color: #f7531f;
    color: #f7531f;
}

.radio-custom label input[type="radio"]:checked + .cr {
    border-color: #348cd4;
    color: #348cd4;
}

.radio-inverse label input[type="radio"]:checked + .cr {
    border-color: #3b3e47;
    color: #3b3e47;
}

.radio-pink label input[type="radio"]:checked + .cr {
    border-color: #F06292;
    color: #F06292;
}

.radio-purple label input[type="radio"]:checked + .cr {
    border-color: #8892d6;
    color: #8892d6;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

/* =============
   Tabs
============= */
.tab-content {
    padding: 20px 0 0 0;
}

.nav-tabs .nav-item .nav-link {
    color: #313a46;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}

    .nav-tabs .nav-item .nav-link:hover {
        background-color: rgba(152, 166, 173, 0.1);
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #348cd4;
}

/* Vertial tab */
.tabs-vertical-env .nav.tabs-vertical .nav-link {
    color: #313a46;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

    .tabs-vertical-env .nav.tabs-vertical .nav-link.active, .tabs-vertical-env .nav.tabs-vertical .nav-link:hover {
        background-color: rgba(152, 166, 173, 0.1);
        color: #348cd4;
    }

.tabs-bordered {
    border-bottom: 2px solid rgba(152, 166, 173, 0.2) !important;
}

    .tabs-bordered .nav-item .nav-link, .tabs-bordered .nav-item .nav-link:hover, .tabs-bordered .nav-item .nav-link:focus {
        border: 0 !important;
        background-color: #ffffff !important;
        padding: 10px 20px !important;
    }

        .tabs-bordered .nav-item .nav-link.active {
            border-bottom: 2px solid #348cd4 !important;
            margin-bottom: -1px;
            color: #348cd4;
        }

/* Navpills */
.nav-pills > li > a {
    color: #313a46;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #348cd4;
}

/* =============
   Progressbars
============= */
.progress {
    -webkit-box-shadow: none !important;
    background-color: #f3f3f3;
    box-shadow: none !important;
    height: 10px;
    margin-bottom: 18px;
    overflow: hidden;
}

.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px;
}

.progress.progress-sm {
    height: 5px !important;
}

    .progress.progress-sm .progress-bar {
        font-size: 8px;
        line-height: 5px;
    }

.progress.progress-md {
    height: 15px !important;
}

    .progress.progress-md .progress-bar {
        font-size: 10.8px;
        line-height: 14.4px;
    }

.progress.progress-lg {
    height: 20px !important;
}

    .progress.progress-lg .progress-bar {
        font-size: 12px;
        line-height: 20px;
    }

/* Progressbar Vertical */
.progress-vertical {
    min-height: 250px;
    height: 250px;
    width: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}

    .progress-vertical .progress-bar {
        width: 100%;
    }

.progress-vertical-bottom {
    min-height: 250px;
    height: 250px;
    position: relative;
    width: 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}

    .progress-vertical-bottom .progress-bar {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .progress-vertical.progress-sm, .progress-vertical-bottom.progress-sm {
        width: 5px !important;
    }

        .progress-vertical.progress-sm .progress-bar, .progress-vertical-bottom.progress-sm .progress-bar {
            font-size: 8px;
            line-height: 5px;
        }

    .progress-vertical.progress-md, .progress-vertical-bottom.progress-md {
        width: 15px !important;
    }

        .progress-vertical.progress-md .progress-bar, .progress-vertical-bottom.progress-md .progress-bar {
            font-size: 10.8px;
            line-height: 14.4px;
        }

    .progress-vertical.progress-lg, .progress-vertical-bottom.progress-lg {
        width: 20px !important;
    }

        .progress-vertical.progress-lg .progress-bar, .progress-vertical-bottom.progress-lg .progress-bar {
            font-size: 12px;
            line-height: 20px;
        }

/* =============
   Alerts
============= */
.alert {
    position: relative;
}

    .alert .alert-link {
        font-weight: 600;
    }

.alert-dismissable .close, .alert-dismissible .close {
    opacity: 0.9;
}

.alert-icon {
    padding-left: 50px;
}

    .alert-icon i {
        position: absolute;
        left: 0;
        height: 50px;
        width: 50px;
        text-align: center;
        top: 0;
        line-height: 50px;
        font-size: 22px;
    }

.alert-success {
    color: #78c350;
    background-color: #edf7e8;
    border-color: #b3dd9c;
}

    .alert-success .alert-link {
        color: #5fa739;
    }

    .alert-success hr {
        border-top-color: #5fa739;
    }

.alert-info {
    color: #45bbe0;
    background-color: #def3fa;
    border-color: #9cdbef;
}

    .alert-info .alert-link {
        color: #23a6cf;
    }

    .alert-info hr {
        border-top-color: #23a6cf;
    }

.alert-warning {
    color: #ff9800;
    background-color: #fff5e6;
    border-color: #ffd699;
}

    .alert-warning .alert-link {
        color: #cc7a00;
    }

    .alert-warning hr {
        border-top-color: #cc7a00;
    }

.alert-danger {
    color: #f7531f;
    background-color: #fef2ee;
    border-color: #fb9f81;
}

    .alert-danger .alert-link {
        color: #db3b08;
    }

    .alert-danger hr {
        border-top-color: #db3b08;
    }

.alert-white {
    background-color: #ffffff !important;
}

/* =============
   Toastr Notification
============= */
.jq-toast-single {
    border-radius: 0;
    font-family: "Poppins", sans-serif;
    background-color: #313a46;
    font-size: 14px;
}

    .jq-toast-single h2 {
        font-family: "Poppins", sans-serif;
    }

    .jq-toast-single a {
        font-size: 14px;
    }

        .jq-toast-single a:hover {
            color: #348cd4;
        }

.jq-icon-info {
    background-color: #45bbe0;
    color: #ffffff;
    border-color: #45bbe0;
}

.jq-icon-success {
    background-color: #78c350;
    color: #ffffff;
    border-color: #78c350;
}

.jq-icon-warning {
    background-color: #ff9800;
    color: #ffffff;
    border-color: #ff9800;
}

.jq-icon-error {
    background-color: #f7531f;
    color: #ffffff;
    border-color: #f7531f;
}

.close-jq-toast-single {
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 20px;
    cursor: pointer;
    height: 32px;
    width: 32px;
    background-color: #313a46;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
}

.jq-toast-loader {
    height: 3px;
    border-radius: 0;
}

/* =================
   Popover / Tooltips
==================== */
/* Popover */
.popover {
    font-family: inherit;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.15);
}

    .popover .popover-title {
        background-color: transparent;
        color: #348cd4;
        padding: 12px 15px;
        font-size: 15px;
        border-bottom: 1px solid rgba(226, 226, 226, 0.7);
    }

    .popover .popover-header {
        margin-top: 0px;
    }

    .popover .popover-content {
        padding: 9px 14px;
    }

    .popover .arrow {
        border-color: transparent !important;
    }

/* Tooltips */
.tooltip {
    font-family: "Poppins", sans-serif;
}

    .tooltip .tooltip-inner {
        padding: 4px 10px;
        border-radius: 2px;
        background-color: #313a46;
    }

    .tooltip.left .tooltip-arrow {
        border-left-color: #313a46;
    }

    .tooltip.top .tooltip-arrow {
        border-top-color: #313a46;
    }

    .tooltip.bottom .tooltip-arrow {
        border-bottom-color: #313a46;
    }

    .tooltip.right .tooltip-arrow {
        border-right-color: #313a46;
    }

/* Tooltpster */
.tooltipster-sidetip .tooltipster-box {
    background-color: #348cd4;
    border: 2px solid #348cd4;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #348cd4;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #348cd4;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #348cd4;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #348cd4;
}

/* =====================================
   CHARTS
   ===================================== */
.dash-chart-bar {
    height: 370px !important;
    max-height: 500px;
}

/* Dashboard */
#dashboard-chart-one {
    max-height: 320px;
    height: 320px;
}

    #dashboard-chart-one .ct-labels .ct-horizontal {
        margin-left: -20px;
        display: block;
        text-align: center !important;
    }

    #dashboard-chart-one .ct-area {
        fill-opacity: 0.4;
    }

    #dashboard-chart-one .ct-line {
        stroke-width: 2px;
    }

    #dashboard-chart-one .ct-point {
        stroke-width: 6px;
    }

.chart-detail-list li {
    margin: 0 10px;
}

    .chart-detail-list li h5 {
        color: rgba(49, 58, 70, 0.6);
        text-transform: uppercase;
        font-size: 13px;
    }

/* Flot chart */
#flotTip {
    padding: 8px 12px;
    background-color: #313a46 !important;
    z-index: 100;
    color: #ffffff;
    opacity: 0.9;
    font-size: 13px;
    border-radius: 3px !important;
}

.legend tr {
    height: 20px;
    font-family: "Poppins", sans-serif;
}

.legendLabel {
    padding-left: 5px !important;
    line-height: 10px;
    padding-right: 10px;
}

/* Morris chart */
.morris-hover.morris-default-style {
    border-radius: 5px;
    padding: 10px 12px;
}

.morris-chart text {
    font-family: "Poppins", sans-serif !important;
}

/* Chartist chart */
.ct-golden-section:before {
    float: none;
}

.ct-chart {
    max-height: 300px;
}

    .ct-chart .ct-label {
        fill: #98a6ad;
        color: #98a6ad;
        font-size: 14px;
        line-height: 1;
    }

.ct-grid {
    stroke: rgba(49, 58, 70, 0.1);
}

.ct-chart.simple-pie-chart-chartist .ct-label {
    color: #ffffff;
    fill: #ffffff;
    font-size: 16px;
}

.ct-chart .ct-series.ct-series-a .ct-bar, .ct-chart .ct-series.ct-series-a .ct-line, .ct-chart .ct-series.ct-series-a .ct-point, .ct-chart .ct-series.ct-series-a .ct-slice-donut {
    stroke: #3456d4;
}

.ct-chart .ct-series.ct-series-b .ct-bar, .ct-chart .ct-series.ct-series-b .ct-line, .ct-chart .ct-series.ct-series-b .ct-point, .ct-chart .ct-series.ct-series-b .ct-slice-donut {
    stroke: #45bbe0;
}

.ct-chart .ct-series.ct-series-c .ct-bar, .ct-chart .ct-series.ct-series-c .ct-line, .ct-chart .ct-series.ct-series-c .ct-point, .ct-chart .ct-series.ct-series-c .ct-slice-donut {
    stroke: #348cd4;
}

.ct-chart .ct-series.ct-series-d .ct-bar, .ct-chart .ct-series.ct-series-d .ct-line, .ct-chart .ct-series.ct-series-d .ct-point, .ct-chart .ct-series.ct-series-d .ct-slice-donut {
    stroke: #8892d6;
}

.ct-chart .ct-series.ct-series-e .ct-bar, .ct-chart .ct-series.ct-series-e .ct-line, .ct-chart .ct-series.ct-series-e .ct-point, .ct-chart .ct-series.ct-series-e .ct-slice-donut {
    stroke: #313a46;
}

.ct-chart .ct-series.ct-series-f .ct-bar, .ct-chart .ct-series.ct-series-f .ct-line, .ct-chart .ct-series.ct-series-f .ct-point, .ct-chart .ct-series.ct-series-f .ct-slice-donut {
    stroke: #F06292;
}

.ct-chart .ct-series.ct-series-g .ct-bar, .ct-chart .ct-series.ct-series-g .ct-line, .ct-chart .ct-series.ct-series-g .ct-point, .ct-chart .ct-series.ct-series-g .ct-slice-donut {
    stroke: #f7531f;
}

.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
    fill: #3456d4;
}

.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
    fill: #45bbe0;
}

.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
    fill: #348cd4;
}

.ct-series-d .ct-area, .ct-series-d .ct-slice-pie {
    fill: #348cd4;
}

.chartist-tooltip {
    position: absolute;
    display: inline-block;
    opacity: 0;
    min-width: 10px;
    padding: 2px 10px;
    border-radius: 3px;
    background: #313a46;
    color: #ffffff;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

    .chartist-tooltip.tooltip-show {
        opacity: 1;
    }

/* C3 chart */
.c3 svg {
    max-width: 100%;
}

.c3-tooltip td > span {
    background: #313a46;
}

.c3-tooltip td {
    border-left: none;
}

.c3-tooltip {
    -webkit-box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.12);
    opacity: 1;
}

.c3-chart-arcs-title {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.c3-tooltip tr {
    border: none !important;
}

.c3-tooltip th {
    background-color: #313a46;
}

.c3-tooltip .value {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

/* Sparkline chart */
.jqstooltip {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto !important;
    height: auto !important;
    background-color: #313a46 !important;
    padding: 5px 10px !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    border-color: #313a46 !important;
}

.jqsfield {
    font-size: 12px !important;
    line-height: 18px !important;
}

/* Google Chart*/
.google-chart .chart {
    display: inline-block;
}

/* =============
   Form elements
============= */
/* Form components */
label {
    font-weight: 500;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

textarea.form-control {
    min-height: 90px;
}

.form-control {
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 7px 12px;
    height: 38px;
    max-width: 100%;
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .form-control:focus {
        border: 1px solid #afafaf;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 !important;
    }

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

.form-control-feedback {
    line-height: 38px !important;
}

.input-group-btn .btn {
    padding: 7px 12px;
}

.input-group-btn .btn-sm {
    padding: 5px 10px;
}

.input-group-btn .btn-lg {
    padding: 10px 17px;
}

.has-success .checkbox, .has-success .checkbox-inline,
.has-success .control-label, .has-success .help-block,
.has-success .radio, .has-success .radio-inline,
.has-success.checkbox label, .has-success.checkbox-inline label,
.has-success.radio label, .has-success.radio-inline label,
.has-success .form-control-feedback {
    color: #78c350;
}

.has-warning .checkbox, .has-warning .checkbox-inline,
.has-warning .control-label, .has-warning .help-block,
.has-warning .radio, .has-warning .radio-inline,
.has-warning.checkbox label, .has-warning.checkbox-inline label,
.has-warning.radio label, .has-warning.radio-inline label,
.has-warning .form-control-feedback {
    color: #ff9800;
}

.has-error .checkbox, .has-error .checkbox-inline,
.has-error .control-label, .has-error .help-block,
.has-error .radio, .has-error .radio-inline,
.has-error.checkbox label, .has-error.checkbox-inline label,
.has-error.radio label, .has-error.radio-inline label,
.has-error .form-control-feedback {
    color: #f7531f;
}

.has-success .form-control {
    border-color: #78c350;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.has-warning .form-control {
    border-color: #ff9800;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.has-error .form-control {
    border-color: #f7531f;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.input-group-text {
    font-size: 14px;
}

/* =============
   Form Advanced
============= */
/* Bootstrap tagsinput */
.bootstrap-tagsinput {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 7px 5px;
    width: 100%;
    border: 1px solid #e3e3e3;
}

    .bootstrap-tagsinput .badge-info {
        background-color: #348cd4 !important;
        display: inline-block;
        padding: 5px;
        margin: 3px 1px;
    }

.bootstrap-select {
    height: inherit;
}

    .bootstrap-select > .dropdown-menu > .dropdown-menu li a {
        display: block;
        width: 100%;
        clear: both;
        font-weight: 400;
        color: #313a46;
        text-align: inherit;
        white-space: nowrap;
        background: 0 0;
        border: 0;
    }

.open > .dropdown-menu {
    display: block;
}

/* Select 2 */
.select2-container {
    width: 100% !important;
}

    .select2-container .select2-selection--single {
        border: 1px solid #E3E3E3 !important;
        height: 38px !important;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            line-height: 36px !important;
            padding-left: 12px !important;
        }

        .select2-container .select2-selection--single .select2-selection__arrow {
            height: 34px;
            width: 34px;
            right: 3px;
        }

            .select2-container .select2-selection--single .select2-selection__arrow b {
                border-color: #999 transparent transparent transparent;
                border-width: 6px 6px 0 6px;
            }

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #999 transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #348cd4;
}

.select2-results__option {
    padding: 6px 12px;
}

.select2-dropdown {
    border: 1px solid #e3e3e3 !important;
    padding-top: 5px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.select2-search input {
    border: 1px solid #e3e3e3 !important;
}

.select2-container .select2-selection--multiple {
    min-height: 38px !important;
    border: 1px solid #e3e3e3 !important;
}

    .select2-container .select2-selection--multiple .select2-selection__rendered {
        padding: 2px 10px;
    }

    .select2-container .select2-selection--multiple .select2-search__field {
        margin-top: 7px;
        border: 0 !important;
    }

    .select2-container .select2-selection--multiple .select2-selection__choice {
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 1px;
        padding: 0 7px;
    }

/* bootstrap-filestyle */
.bootstrap-filestyle label {
    margin: 0;
    height: 100%;
}

/* AUTOCOMPLETE */
.autocomplete-suggestions {
    border: 1px solid #f9f9f9;
    background: #ffffff;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: rgba(152, 166, 173, 0.3);
    cursor: pointer;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #313a46;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        font-weight: bold;
        font-size: 16px;
        color: #313a46;
        display: block;
    }

/* Bootstrap-select */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

/* Bootstrap filestyle */
.icon-span-filestyle {
    padding-right: 5px;
}

/* =============
   Form validation
============= */
.parsley-error {
    border-color: #f7531f !important;
}

.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
}

    .parsley-errors-list > li {
        font-size: 12px;
        list-style: none;
        color: #f7531f;
        margin-top: 5px;
    }

/* =============
   Form pickers
============= */
.bootstrap-timepicker-widget table td input {
    border: 1px solid rgba(49, 58, 70, 0.3);
    width: 35px;
}

.datepicker-dropdown {
    padding: 10px !important;
}

.datepicker td, .datepicker th {
    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],
.datepicker table tr td.selected, .datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    background-color: #348cd4 !important;
    color: #ffffff !important;
    background-image: none !important;
    text-shadow: none !important;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #78c350 !important;
    color: #ffffff !important;
    background-image: none !important;
}

.datepicker-inline {
    border: 2px solid rgba(49, 58, 70, 0.1);
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #348cd4;
    color: #ffffff !important;
}

.daterangepicker .input-mini.active {
    border: 1px solid rgba(49, 58, 70, 0.1);
}

.daterangepicker .ranges li {
    border-radius: 2px;
    color: #313a46;
    font-weight: 600;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect,
.daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    border: 1px solid rgba(49, 58, 70, 0.3);
    padding: 2px;
    width: 60px;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background-color: rgb(95, 32, 168);
    color: #ffffff;
}

.datepicker > div {
    display: block;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > td {
    font-size: 14px;
    padding: 5px;
    color: #797979;
}

/* =============
   Form Wizard
============= */
.wizard > .content {
    background: #ffffff;
    min-height: 240px;
    padding: 20px !important;
    border: 1px solid #f3f3f3;
    margin-top: 10px !important;
}

    .wizard > .content > .body {
        padding: 0px;
        position: relative;
        width: 100%;
    }

        .wizard > .content > .body input {
            border: 1px solid #e9e9e9;
        }

        .wizard > .content > .body ul > li {
            display: block;
            line-height: 30px;
        }

        .wizard > .content > .body label.error {
            color: #f7531f;
            margin-left: 0;
            margin-top: 5px;
            font-size: 12px;
        }

        .wizard > .content > .body label {
            display: inline-block;
            margin-top: 10px;
        }

.wizard > .steps a {
    font-size: 16px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.wizard > .steps .number {
    font-size: 74px;
    line-height: 86px;
    font-family: "Poppins", sans-serif;
    position: absolute;
    left: 10px;
    top: -14px;
    opacity: 0.1;
}

.wizard > .steps .disabled a {
    background: #f3f3f3;
    color: #3c4655 !important;
    cursor: default;
    border: 1px solid #e6e6e6;
}

    .wizard > .steps .disabled a:hover {
        background: #e6e6e6;
        border: 1px solid #dadada;
    }

    .wizard > .steps .disabled a:active {
        background: #e6e6e6;
        border: 1px solid #dadada;
    }

.wizard > .steps .current a {
    background: #348cd4;
}

    .wizard > .steps .current a:hover {
        background: #348cd4;
    }

        .wizard > .steps .current a:hover .number {
            color: #ffffff;
            opacity: 0.4;
        }

    .wizard > .steps .current a:active {
        background: #348cd4;
    }

        .wizard > .steps .current a:active .number {
            color: #ffffff;
            opacity: 0.4;
        }

    .wizard > .steps .current a .number {
        color: #ffffff;
        opacity: 0.4;
    }

.wizard > .steps .done a {
    background: #f3f3f3 !important;
    color: #3c4655 !important;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active, .wizard > .content {
    border-radius: 2px;
    position: relative;
}

.wizard > .actions {
    margin-top: 15px !important;
}

    .wizard > .actions a {
        background: #348cd4;
        border-radius: 2px !important;
        color: #ffffff;
    }

        .wizard > .actions a:hover {
            background: #21649b;
            color: #ffffff;
        }

        .wizard > .actions a:active {
            background: #21649b;
            color: #ffffff;
        }

    .wizard > .actions .disabled a {
        background: #ffffff;
        color: #313a46;
        cursor: default;
        border: 1px solid #eaeaea;
    }

        .wizard > .actions .disabled a:hover {
            background: #f3f3f3;
            color: #313a46;
            cursor: default;
            border: 1px solid #eaeaea;
        }

        .wizard > .actions .disabled a:active {
            background: #f3f3f3;
            color: #313a46;
            cursor: default;
            border: 1px solid #eaeaea;
        }

.wizard.vertical > .content {
    margin-top: 0px !important;
}

@media (max-width: 560px) {
    .wizard.vertical > .steps, .wizard.vertical > .content {
        width: 100%;
    }
}

/* =============
   Form Editor
============= */
/* Summernote */
.note-editor {
    position: relative;
    margin-bottom: 0px;
}

    .note-editor .btn-light {
        background-color: transparent;
        border-color: transparent !important;
    }

    .note-editor .btn-group-sm > .btn, .note-editor .btn-sm {
        padding: 8px 12px !important;
    }

    .note-editor .note-toolbar {
        background-color: #f3f3f3;
        border-bottom: 1px solid #e2e2e2;
        margin: 0;
    }

    .note-editor .note-statusbar {
        background-color: #ffffff;
    }

        .note-editor .note-statusbar .note-resizebar {
            border-top: none;
            height: 15px;
            padding-top: 3px;
        }

    .note-editor.note-frame {
        border: 1px solid #e2e2e2 !important;
    }

.note-popover .popover .popover-content {
    padding: 5px 0 10px 5px;
}

.note-popover .btn-default {
    background-color: transparent;
    border-color: transparent !important;
}

.note-popover .btn-group-sm > .btn, .note-popover .btn-sm {
    padding: 8px 12px !important;
}

.note-toolbar {
    padding: 5px 0 10px 5px;
}

/* Wysiwig css */
.mce-panel {
    border: 1px solid #f3f3f3 !important;
    background-color: #f3f3f3 !important;
}

.mce-menu {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.mce-menubar .mce-menubtn:hover, .mce-menubar .mce-menubtn.mce-active, .mce-menubar .mce-menubtn:focus {
    border-color: #f3f3f3 !important;
}

.mce-menu-item:hover, .mce-menu-item.mce-selected, .mce-menu-item:focus, .mce-menu-item-normal.mce-active,
.mce-primary {
    background-color: #348cd4 !important;
}

.mce-window-head .mce-title {
    font-family: "Poppins", sans-serif;
}

.mce-window {
    padding: 20px !important;
}

.mce-window-head {
    padding-bottom: 20px !important;
    border-bottom: 0 !important;
}

/* =============
   Form Uploads
============= */
.jFiler-input-dragDrop {
    width: 100%;
    background-color: #fafafa;
}

.jFiler-theme-default .jFiler-input {
    width: 100%;
}

.jFiler-theme-default .jFiler-input-button {
    background-color: #348cd4;
    background-image: none !important;
    color: #ffffff;
    border: 1px solid #348cd4 !important;
}

/* =============
   Tables
============= */
th {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.table-centered td {
    vertical-align: middle !important;
}

/* Table colored */
.table-colored thead th {
    color: #ffffff;
}

.table-colored.table-custom thead th {
    background-color: #348cd4;
}

.table-colored.table-primary thead th {
    background-color: #3456d4;
}

.table-colored.table-success thead th {
    background-color: #78c350;
}

.table-colored.table-info thead th {
    background-color: #45bbe0;
}

.table-colored.table-warning thead th {
    background-color: #ff9800;
}

.table-colored.table-danger thead th {
    background-color: #f7531f;
}

.table-colored.table-inverse thead th {
    background-color: #3b3e47;
}

.table-colored.table-pink thead th {
    background-color: #F06292;
}

.table-colored.table-purple thead th {
    background-color: #8892d6;
}

/* Table colored-bordered */
.table-colored-bordered thead th {
    border-bottom: 0 !important;
    color: #ffffff;
}

.table-colored-bordered.table-bordered-primary {
    border: 2px solid #3456d4;
}

    .table-colored-bordered.table-bordered-primary thead th {
        background-color: #3456d4;
    }

.table-colored-bordered.table-bordered-success {
    border: 2px solid #78c350;
}

    .table-colored-bordered.table-bordered-success thead th {
        background-color: #78c350;
    }

.table-colored-bordered.table-bordered-info {
    border: 2px solid #45bbe0;
}

    .table-colored-bordered.table-bordered-info thead th {
        background-color: #45bbe0;
    }

.table-colored-bordered.table-bordered-custom {
    border: 2px solid #348cd4;
}

    .table-colored-bordered.table-bordered-custom thead th {
        background-color: #348cd4;
    }

.table-colored-bordered.table-bordered-warning {
    border: 2px solid #ff9800;
}

    .table-colored-bordered.table-bordered-warning thead th {
        background-color: #ff9800;
    }

.table-colored-bordered.table-bordered-danger {
    border: 2px solid #f7531f;
}

    .table-colored-bordered.table-bordered-danger thead th {
        background-color: #f7531f;
    }

.table-colored-bordered.table-bordered-inverse {
    border: 2px solid #3b3e47;
}

    .table-colored-bordered.table-bordered-inverse thead th {
        background-color: #3b3e47;
    }

.table-colored-bordered.table-bordered-pink {
    border: 2px solid #F06292;
}

    .table-colored-bordered.table-bordered-pink thead th {
        background-color: #F06292;
    }

.table-colored-bordered.table-bordered-purple {
    border: 2px solid #8892d6;
}

    .table-colored-bordered.table-bordered-purple thead th {
        background-color: #8892d6;
    }

/* Table full colored */
.table-colored-full {
    color: #ffffff;
}

    .table-colored-full thead th {
        border-bottom: 0 !important;
        padding: 10px !important;
    }

    .table-colored-full tbody td, .table-colored-full tbody th {
        border: 0 !important;
    }

    .table-colored-full tbody tr:hover {
        color: #ffffff;
    }

    .table-colored-full.table-full-primary {
        background-color: rgba(52, 86, 212, 0.8);
    }

        .table-colored-full.table-full-primary thead th {
            background-color: #3456d4;
        }

        .table-colored-full.table-full-primary tbody tr:hover {
            background-color: #3456d4;
        }

    .table-colored-full.table-full-success {
        background-color: rgba(120, 195, 80, 0.8);
    }

        .table-colored-full.table-full-success thead th {
            background-color: #78c350;
        }

        .table-colored-full.table-full-success tbody tr:hover {
            background-color: #78c350;
        }

    .table-colored-full.table-full-info {
        background-color: rgba(69, 187, 224, 0.8);
    }

        .table-colored-full.table-full-info thead th {
            background-color: #45bbe0;
        }

        .table-colored-full.table-full-info tbody tr:hover {
            background-color: #45bbe0;
        }

    .table-colored-full.table-full-custom {
        background-color: rgba(52, 140, 212, 0.8);
    }

        .table-colored-full.table-full-custom thead th {
            background-color: #348cd4;
        }

        .table-colored-full.table-full-custom tbody tr:hover {
            background-color: #348cd4;
        }

    .table-colored-full.table-full-warning {
        background-color: rgba(255, 152, 0, 0.8);
    }

        .table-colored-full.table-full-warning thead th {
            background-color: #ff9800;
        }

        .table-colored-full.table-full-warning tbody tr:hover {
            background-color: #ff9800;
        }

    .table-colored-full.table-full-danger {
        background-color: rgba(247, 83, 31, 0.8);
    }

        .table-colored-full.table-full-danger thead th {
            background-color: #f7531f;
        }

        .table-colored-full.table-full-danger tbody tr:hover {
            background-color: #f7531f;
        }

    .table-colored-full.table-full-inverse {
        background-color: rgba(59, 62, 71, 0.8);
    }

        .table-colored-full.table-full-inverse thead th {
            background-color: #3b3e47;
        }

        .table-colored-full.table-full-inverse tbody tr:hover {
            background-color: #3b3e47;
        }

    .table-colored-full.table-full-pink {
        background-color: rgba(240, 98, 146, 0.8);
    }

        .table-colored-full.table-full-pink thead th {
            background-color: #F06292;
        }

        .table-colored-full.table-full-pink tbody tr:hover {
            background-color: #F06292;
        }

    .table-colored-full.table-full-purple {
        background-color: rgba(136, 146, 214, 0.8);
    }

        .table-colored-full.table-full-purple thead th {
            background-color: #8892d6;
        }

        .table-colored-full.table-full-purple tbody tr:hover {
            background-color: #8892d6;
        }

/* =============
  Datatable
============= */
div.dt-button-info {
    background-color: #348cd4;
    border: none;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    text-align: center;
    z-index: 21;
}

    div.dt-button-info h2 {
        border-bottom: none;
        background-color: rgba(255, 255, 255, 0.2);
        color: #ffffff;
    }

table.dataTable {
    margin-top: 10px !important;
    margin-bottom: 18px !important;
}

.table-bordered.dataTable > thead > tr > td, .table-bordered.dataTable > thead > tr > th {
    border-bottom-width: 1px !important;
}

.dataTables_wrapper .dataTables_length select {
    width: 75px !important;
}

.dataTables_wrapper .form-control {
    padding: 4px 12px;
    height: 30px;
    width: auto;
}

.dataTables_wrapper .sorting:before, .dataTables_wrapper .sorting_asc:before {
    display: none !important;
}

.fixedHeader-floating .sorting:before, .fixedHeader-floating .sorting_asc:before {
    display: none !important;
}

.btn-toolbar {
    display: block;
}

/* Fixed Header table */
.fixedHeader-floating {
    top: 134px !important;
}

/* Key Table border */
table.dataTable th.focus, table.dataTable td.focus {
    outline: 2px solid #348cd4 !important;
    outline-offset: -1px;
    background-color: #348cd4;
    color: #ffffff;
}

/* Responsive data table */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    -webkit-box-shadow: 0 0 3px rgba(67, 89, 102, 0.2);
    box-shadow: 0 0 3px rgba(67, 89, 102, 0.2);
    background-color: #78c350;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #f7531f;
}

table.dataTable > tbody > tr.child span.dtr-title {
    font-family: "Poppins", sans-serif;
}

/* ColVid Tables */
div.ColVis {
    float: none;
    margin-right: 30px;
}

button.ColVis_Button,
.ColVis_Button:hover {
    float: none;
    border-radius: 3px;
    outline: none !important;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff !important;
    background-color: #348cd4 !important;
    border: 1px solid #348cd4 !important;
}

.dataTables_length {
    float: left;
}

div.ColVis_collectionBackground {
    background-color: transparent;
}

ul.ColVis_collection {
    padding: 10px 0 0 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border: none;
}

    ul.ColVis_collection li {
        background: transparent !important;
        padding: 3px 10px !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

#datatable-colvid_info {
    float: left;
}

/* =============
 Table Responsive
============= */
.table-rep-plugin .dropdown-menu li.checkbox-row {
    padding: 2px 15px !important;
}

.table-rep-plugin .table-responsive {
    border: none !important;
}

.table-rep-plugin tbody th {
    font-size: 14px;
    font-weight: normal;
}

.table-rep-plugin .checkbox-row {
    padding-left: 40px;
}

    .table-rep-plugin .checkbox-row label {
        display: inline-block;
        padding-left: 5px;
        position: relative;
    }

        .table-rep-plugin .checkbox-row label::before {
            -o-transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            background-color: #ffffff;
            border-radius: 3px;
            border: 1px solid #98a6ad;
            content: "";
            display: inline-block;
            height: 17px;
            left: 0;
            margin-left: -20px;
            position: absolute;
            transition: 0.3s ease-in-out;
            width: 17px;
            outline: none !important;
        }

        .table-rep-plugin .checkbox-row label::after {
            color: #f3f3f3;
            display: inline-block;
            font-size: 11px;
            height: 16px;
            left: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            position: absolute;
            top: -1px;
            width: 16px;
        }

    .table-rep-plugin .checkbox-row input[type="checkbox"] {
        cursor: pointer;
        opacity: 0;
        z-index: 1;
        outline: none !important;
    }

        .table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

        .table-rep-plugin .checkbox-row input[type="checkbox"]:focus + label::before {
            outline-offset: -2px;
            outline: none;
        }

        .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
            content: "\f00c";
            font-family: 'FontAwesome';
        }

        .table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label::before {
            background-color: #e2e2e2;
            cursor: not-allowed;
        }

        .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
            background-color: #ffffff;
            border-color: #348cd4;
        }

        .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
            color: #348cd4;
        }

.table-rep-plugin .btn-default {
    background-color: #e2e2e2;
    border: 1px solid #e2e2e2;
}

.table-rep-plugin .btn-group.pull-right {
    float: right;
}

    .table-rep-plugin .btn-group.pull-right .dropdown-menu {
        left: auto;
        right: 0;
        -webkit-transform: none !important;
        transform: none !important;
        top: 100% !important;
    }

.table-rep-plugin table.focus-on tbody tr.focused th, .table-rep-plugin table.focus-on tbody tr.focused td,
.table-rep-plugin .sticky-table-header {
    background-color: #348cd4;
    border-color: #348cd4;
}

    .table-rep-plugin table.focus-on tbody tr.focused th table, .table-rep-plugin table.focus-on tbody tr.focused td table,
    .table-rep-plugin .sticky-table-header table {
        color: #ffffff;
    }

.table-rep-plugin .fixed-solution .sticky-table-header {
    top: 135px !important;
}

@media (max-width: 991px) {
    .table-rep-plugin .fixed-solution .sticky-table-header {
        top: 60px !important;
    }
}

/* =============
   Tablesaw
============= */
.tablesaw thead {
    background: rgba(243, 243, 243, 0.7);
    background-image: none;
    border: none;
}

    .tablesaw thead th {
        text-shadow: none;
        letter-spacing: 0.06em;
    }

    .tablesaw thead tr:first-child th {
        font-weight: 600;
        border: none;
        font-family: "Poppins", sans-serif;
    }

.tablesaw td {
    border-top: 1px solid rgba(243, 243, 243, 0.7) !important;
}

.tablesaw td, .tablesaw tbody th {
    font-size: inherit;
    line-height: inherit;
    padding: 10px !important;
}

.tablesaw-stack tbody tr, .tablesaw tbody tr {
    border-bottom: none;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after, .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    font-family: FontAwesome;
    font-size: 10px;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
    content: "\f176";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    content: "\f175";
}

.tablesaw-bar .btn-select.btn-small:after, .tablesaw-bar .btn-select.btn-micro:after {
    font-size: 8px;
    padding-right: 10px;
}

.tablesaw-swipe .tablesaw-cell-persist {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tablesaw-enhanced .tablesaw-bar .btn {
    text-shadow: none;
    background-image: none;
}

    .tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
        background: #ffffff;
    }

    .tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .btn:active {
        color: #348cd4 !important;
        background-color: #f3f3f3;
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-image: none;
    }

/* =============
 table editable
============= */
.add-edit-table td, .add-edit-table th {
    vertical-align: middle !important;
}

.add-edit-table td {
    border: 0 !important;
}

#datatable-editable .actions a {
    padding: 5px;
}

#datatable-editable .form-control {
    background-color: #ffffff;
    width: 100%;
}

#datatable-editable .fa-trash-o {
    color: #f7531f;
}

#datatable-editable .fa-times {
    color: #f7531f;
}

#datatable-editable .fa-pencil {
    color: #348cd4;
}

#datatable-editable .fa-save {
    color: #78c350;
}

#datatable td {
    font-weight: normal;
}

.modal-block {
    background: transparent;
    margin: 40px auto;
    max-width: 600px;
    padding: 0;
    position: relative;
    text-align: left;
}

.dt-buttons {
    float: left;
}

div#datatable-buttons_info {
    float: left;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

    table.dataTable thead th.sorting:after,
    table.dataTable thead th.sorting_asc:after,
    table.dataTable thead th.sorting_desc:after {
        position: absolute;
        top: 7px;
        right: 8px;
        display: block;
        font-family: FontAwesome;
    }

    table.dataTable thead th.sorting:after {
        content: "\f0dc";
        padding-top: 0.12em;
    }

    table.dataTable thead th.sorting_asc:after {
        content: "\f0de";
    }

    table.dataTable thead th.sorting_desc:after {
        content: "\f0dd";
    }

.DTFC_LeftBodyWrapper table thead th.sorting:after,
.dataTables_scrollBody table thead th.sorting:after,
.DTFC_RightBodyLiner table thead th.sorting:after,
.DTFC_LeftBodyWrapper table thead th.sorting_asc:after,
.dataTables_scrollBody table thead th.sorting_asc:after,
.DTFC_RightBodyLiner table thead th.sorting_asc:after,
.DTFC_LeftBodyWrapper table thead th.sorting_desc:after,
.dataTables_scrollBody table thead th.sorting_desc:after,
.DTFC_RightBodyLiner table thead th.sorting_desc:after {
    display: none !important;
}

/* =========== */
/* Sweet Alert */
/* =========== */
.swal2-container {
    font-family: inherit;
}

    .swal2-container .swal2-title {
        font-size: 24px !important;
        font-weight: 500 !important;
    }

.swal2-icon.swal2-question {
    border-color: #348cd4 !important;
    color: #348cd4 !important;
}

.swal2-popup .swal2-content {
    font-size: 16px !important;
}

.swal2-popup .swal2-styled:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border-color: #78c350 !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background: #78c350 !important;
}

/* =============
   Widgets
============= */
.widget-box-one .widget-one-icon {
    position: absolute;
    right: 30px;
    font-size: 72px !important;
    top: 0;
    color: #f3f3f3;
    overflow: hidden;
    vertical-align: middle;
    line-height: 2 !important;
}

.widget-box-one .wigdet-one-content {
    position: relative;
}

.widget-box-two p {
    font-size: 14px;
}

.widget-box-two .widget-two-icon {
    position: absolute;
    right: 30px;
    font-size: 30px !important;
    top: 30px;
    overflow: hidden;
    vertical-align: middle;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
}

.widget-box-two .wigdet-two-content {
    position: relative;
}

.widget-two-custom {
    background-color: #348cd4;
    border-color: #348cd4;
}

.widget-two-primary {
    background-color: #3456d4;
    border-color: #3456d4;
}

.widget-two-success {
    background-color: #78c350;
    border-color: #78c350;
}

.widget-two-warning {
    background-color: #ff9800;
    border-color: #ff9800;
}

.widget-two-info {
    background-color: #45bbe0;
    border-color: #45bbe0;
}

.widget-two-danger {
    background-color: #f7531f;
    border-color: #f7531f;
}

.widget-two-inverse {
    background-color: #3b3e47;
    border-color: #3b3e47;
}

.widget-two-purple {
    background-color: #8892d6;
    border-color: #8892d6;
}

.widget-two-pink {
    background-color: #F06292;
    border-color: #F06292;
}

.widget-two-default {
    background-color: #ffffff;
}

    .widget-two-default .widget-two-icon {
        color: silver;
        border: 2px solid silver;
    }

.widget-box-three img {
    height: 48px;
    width: 48px;
    line-height: 80px;
}

.widget-box-three .bg-icon {
    height: 80px;
    width: 80px;
    line-height: 76px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    background-clip: padding-box;
    border: 1px dashed #98a6ad;
    background-color: #f3f3f3;
    margin-right: 20px;
}

    .widget-box-three .bg-icon i {
        vertical-align: middle;
        font-size: 36px;
        color: #98a6ad;
    }

.widget-user {
    position: relative;
}

    .widget-user img {
        width: 60px;
        height: 60px;
    }

.user-position {
    position: absolute;
    top: 0;
    border-left: 1px solid #e2e2e2;
    bottom: 0;
    width: 44px;
    font-size: 16px;
    text-align: center;
    right: 0;
    left: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .user-position span {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

/* Avatar box */
.avatar-sm-box {
    height: 32px;
    width: 32px;
    color: #ffffff;
    display: block;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

/* =============
   Nestable
============= */
.custom-dd .dd-list .dd-item .dd-handle {
    background: #f3f3f3;
    border: 1px solid #d1d7da;
    padding: 10px 16px;
    height: auto;
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
}

    .custom-dd .dd-list .dd-item .dd-handle:hover {
        color: #348cd4;
    }

.custom-dd .dd-list .dd-item button {
    height: auto;
    font-size: 25px;
    margin: 8px auto;
    color: #797979;
    width: 35px;
}

.custom-dd-empty .dd-list .dd3-handle {
    border: none;
    background: #f3f3f3;
    height: 36px !important;
    width: 36px !important;
}

    .custom-dd-empty .dd-list .dd3-handle:before {
        color: inherit;
        top: 7px;
    }

    .custom-dd-empty .dd-list .dd3-handle:hover {
        color: #348cd4;
    }

.custom-dd-empty .dd-list .dd3-content {
    height: auto;
    border: none;
    padding: 8px 16px 8px 46px;
    background: #f3f3f3;
    font-family: "Poppins", sans-serif;
}

    .custom-dd-empty .dd-list .dd3-content:hover {
        color: #348cd4;
    }

.custom-dd-empty .dd-list button {
    width: 26px;
    height: 26px;
    font-size: 16px;
    font-weight: 600;
}

.dd-dragel > .dd-item .dd-handle {
    padding: 8px 16px !important;
    background: #f3f3f3;
    height: auto;
}

.dd-placeholder, .dd-empty {
    background: #f3f3f3;
    border: 1px dashed #98a6ad;
}

.dd-dragel > .dd3-item .dd3-handle {
    border: none;
    background: #f3f3f3;
    height: 36px !important;
    width: 36px !important;
}

    .dd-dragel > .dd3-item .dd3-handle:before {
        color: inherit;
        top: 7px;
    }

.dd-dragel > .dd3-item .dd3-content {
    padding: 8px 16px 8px 46px;
    background: #f3f3f3;
    height: auto;
}

/* =====================================
   rangeslider
   ===================================== */
.control-label span {
    font-size: 13px;
}

.irs--modern .irs-bar, .irs--modern .irs-to, .irs--modern .irs-from, .irs--modern .irs-single {
    background: #348cd4 !important;
}

    .irs--modern .irs-to:before, .irs--modern .irs-from:before, .irs--modern .irs-single:before {
        border-top-color: #348cd4;
    }

.irs--modern .irs-min, .irs--modern .irs-max {
    color: #98a6ad;
}

.irs--modern .irs-grid-text {
    font-size: 11px;
}

.irs--modern .irs-handle > i:nth-child(1) {
    width: 8px;
    height: 8px;
}

/* =============
   Rating
============= */
.rating-md i {
    font-size: 18px;
}

.rating-lg i {
    font-size: 24px;
}

/* =============
   Calendar
============= */
.calendar {
    float: left;
    margin-bottom: 0;
}

.fc-view {
    margin-top: 30px;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-toolbar {
    margin-bottom: 5px;
    margin-top: 10px;
}

    .fc-toolbar h2 {
        font-size: 18px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        line-height: 30px;
        text-transform: uppercase;
    }

.fc-day-grid-event .fc-time {
    font-family: "Poppins", sans-serif;
}

.fc-day {
    background: #ffffff;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active,
.fc-toolbar button:focus, .fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0;
}

.fc th.fc-widget-header {
    background: #e2e2e2;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
    border-color: #e2e2e2;
}

.fc-button {
    background: #e2e2e2;
    border: none;
    color: #797979;
    text-transform: capitalize;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 3px !important;
    margin: 0 3px !important;
    padding: 6px 12px !important;
    height: auto !important;
}

.fc-text-arrow {
    font-family: inherit;
    font-size: 16px;
}

.fc-state-hover {
    background: #f3f3f3;
}

.fc-state-highlight {
    background: #f0f0f0;
}

.fc-state-down, .fc-state-active, .fc-state-disabled {
    background-color: #348cd4 !important;
    color: #ffffff !important;
    text-shadow: none !important;
}

.fc-cell-overlay {
    background: #f0f0f0;
}

.fc-unthemed .fc-today {
    background: #ffffff;
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 5px 7px;
    padding: 5px 5px;
    text-align: center;
    color: #ffffff !important;
}

.external-event {
    cursor: move;
    margin: 10px 0;
    padding: 6px 10px;
}

    .external-event.bg-primary {
        background-color: rgba(52, 86, 212, 0.3) !important;
        color: #3456d4;
    }

    .external-event.bg-success {
        background-color: rgba(120, 195, 80, 0.3) !important;
        color: #78c350;
    }

    .external-event.bg-info {
        background-color: rgba(69, 187, 224, 0.3) !important;
        color: #45bbe0;
    }

    .external-event.bg-warning {
        background-color: rgba(255, 152, 0, 0.3) !important;
        color: #ff9800;
    }

    .external-event.bg-danger {
        background-color: rgba(247, 83, 31, 0.3) !important;
        color: #f7531f;
    }

    .external-event.bg-pink {
        background-color: rgba(240, 98, 146, 0.3) !important;
        color: #F06292;
    }

    .external-event.bg-purple {
        background-color: rgba(136, 146, 214, 0.3) !important;
        color: #8892d6;
    }

    .external-event.bg-inverse {
        background-color: rgba(59, 62, 71, 0.3) !important;
        color: #3b3e47;
    }

.fc-basic-view td.fc-week-number span {
    padding-right: 8px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.fc-basic-view td.fc-day-number {
    padding-right: 8px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

/* =============
   Maps
============= */
.gmaps,
.gmaps-panaroma {
    height: 300px;
    background: #eeeeee;
    border-radius: 3px;
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    background: #5d9cec;
    border-radius: 4px;
    padding: 10px 20px;
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

    .gmaps-overlay_arrow.above {
        bottom: -15px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 16px solid #5d9cec;
    }

    .gmaps-overlay_arrow.below {
        top: -15px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 16px solid #5d9cec;
    }

/* Vector Map */
.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 10px;
    height: 10px;
    line-height: 10px;
}

.jvectormap-zoomout {
    top: 40px;
}

/* Mapael Map */
.mapael .map {
    position: relative;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #348cd4;
    opacity: 0.95;
    border-radius: 3px;
    padding: 2px 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}

.mapael .zoomIn, .mapael .zoomOut, .mapael .zoomReset {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
    font-weight: 500;
    cursor: pointer;
    background-color: #348cd4;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.map .zoomIn {
    top: 25px;
}

.map .zoomOut {
    top: 50px;
}

/* =============
   Account Pages
============= */
.wrapper-page {
    margin: 12% auto;
    position: relative;
    max-width: 520px;
}

.account-pages .account-content {
    padding: 30px;
}

.account-pages .account-btn {
    position: absolute;
    left: 0;
    right: 0;
}

.account-logo-box {
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.checkmark {
    width: 100px;
    margin: 0 auto;
    padding: 20px 0;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: dash 2s ease-in-out;
    -webkit-animation: dash 2s ease-in-out;
}

.spin {
    animation: spin 2s;
    -webkit-animation: spin 2s;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes text {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes text {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* =============
   extra pages
============= */
/* =============
   About Us
============= */
.border {
    height: 4px;
    width: 48px;
    border-radius: 5px;
    background-color: #3456d4;
}

.about-features-box {
    margin: 20px 0;
}

    .about-features-box p {
        line-height: 24px;
        width: 90%;
        margin: 0 auto;
    }

.feature-icon {
    height: 80px;
    width: 80px;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 36px;
    color: #ffffff;
    line-height: 80px;
}

.about-team img {
    max-width: 150px;
    margin: 0 auto;
}

.about-team .about-team-member {
    margin: 30px 0px;
}

    .about-team .about-team-member h4 {
        padding-top: 10px;
        font-weight: 600;
    }

    .about-team .about-team-member p {
        color: #98a6ad;
    }

/* =============
   Contact Us
============= */
.contact-map {
    background-color: #f3f3f3;
}

.contact-box {
    padding: 30px;
}

.contact-detail {
    margin-bottom: 40px;
}

    .contact-detail i {
        float: left;
        width: 32px;
        font-size: 20px;
    }

    .contact-detail p, .contact-detail address {
        overflow: hidden;
    }

    .contact-detail a {
        color: #496174;
    }

/* =============
   Members list
============= */
.member-box .dropdown-toggle:after {
    display: none;
}

.member-card .member-thumb {
    position: relative;
}

.member-card .member-star {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 16px;
    background-color: #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}

.social-links li a {
    border-radius: 50%;
    color: rgba(121, 121, 121, 0.5);
    display: inline-block;
    height: 30px;
    line-height: 26px;
    border: 2px solid rgba(121, 121, 121, 0.5);
    text-align: center;
    width: 30px;
}

    .social-links li a:hover {
        color: #797979;
        border: 2px solid #797979;
    }

/* =============
   Pages - Common
============= */
.home-wrapper {
    margin: 10% 0;
}

/* =============
   Count Down
============= */
.count-down-bg {
    background: url("../images/bg-countdown.jpg");
    background-size: cover;
}

#count-down {
    margin-top: 50px;
}

    #count-down .clock-presenter {
        height: 140px;
        line-height: 30px;
        padding: 0 30px;
        text-align: center;
    }

        #count-down .clock-presenter .digit {
            margin-top: 20px;
            font-size: 60px;
            font-family: "Poppins", sans-serif;
            line-height: 60px;
            font-weight: 600;
            height: 60px;
            display: inline-block;
            overflow: hidden;
            text-align: center;
            position: relative;
            cursor: default;
            color: #ffffff;
        }

        #count-down .clock-presenter .note {
            position: relative;
            bottom: 0;
            padding-top: 5px;
            cursor: default;
            font-size: 16px;
            color: #ffffff;
            font-family: "Poppins", sans-serif;
            text-transform: uppercase;
        }

@media (max-width: 992px) {
    #count-down .clock-presenter .digit {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    #count-down .clock-presenter {
        width: 50%;
        float: left;
    }

        #count-down .clock-presenter .digit {
            font-size: 36px;
        }

    #count-down .hours_dash {
        border-right: none;
    }
}

/* =============
   FAQ
============= */
.question-q-box {
    height: 30px;
    width: 30px;
    color: #ffffff;
    background-color: #348cd4;
    text-align: center;
    border-radius: 3px;
    float: left;
    line-height: 30px;
}

.question {
    margin-top: 0;
    margin-left: 50px;
    font-weight: 400;
    font-size: 16px;
}

.answer {
    margin-left: 50px;
    color: #98a6ad;
    margin-bottom: 40px;
}

/* =============
   Pricing
============= */
.pricing-column {
    position: relative;
    margin-bottom: 40px;
}

    .pricing-column .inner-box {
        position: relative;
        padding: 0 0 30px;
    }

    .pricing-column .plan-header {
        position: relative;
        padding: 30px 20px 25px;
        background-color: #3456d4;
    }

    .pricing-column .plan-title {
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        margin-bottom: 10px;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .pricing-column .plan-price {
        font-size: 48px;
        font-family: "Poppins", sans-serif;
        margin-bottom: 10px;
        color: #ffffff;
    }

    .pricing-column .plan-duration {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.7);
    }

    .pricing-column .plan-stats {
        position: relative;
        padding: 30px 20px 15px;
    }

        .pricing-column .plan-stats li {
            margin-bottom: 15px;
            line-height: 24px;
        }

.ribbon {
    position: absolute;
    left: 10px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
    font-family: "Poppins", sans-serif;
}

    .ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
        background: #348cd4;
        background: -webkit-gradient(linear, left top, left bottom, from(#78c350), to(#78c350));
        background: linear-gradient(#78c350 0%, #78c350 100%);
        position: absolute;
        top: 19px;
        letter-spacing: 1px;
        left: -21px;
    }

        .ribbon span:before {
            content: "";
            position: absolute;
            left: 0;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #5fa739;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #5fa739;
        }

        .ribbon span:after {
            content: "";
            position: absolute;
            right: 0;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #5fa739;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #5fa739;
        }

/* =============
   Timeline
============= */
.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-bottom: 50px;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

    .timeline .time-show-btn {
        margin-bottom: 30px;
        margin-top: 30px;
        position: relative;
    }

        .timeline .time-show-btn a {
            color: #ffffff;
        }

    .timeline:before {
        background-color: rgba(121, 121, 121, 0.3);
        bottom: 0;
        content: "";
        left: 50%;
        position: absolute;
        top: 30px;
        width: 2px;
        z-index: 0;
    }

    .timeline .timeline-icon {
        -webkit-border-radius: 50%;
        background: #797979;
        border-radius: 50%;
        color: #ffffff;
        display: block;
        height: 20px;
        left: -54px;
        margin-top: -10px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 20px;
    }

        .timeline .timeline-icon i {
            color: #ffffff;
            font-size: 13px;
            margin-top: 4px;
            position: absolute;
            left: 4px;
        }

    .timeline .time-icon:before {
        font-size: 16px;
        margin-top: 5px;
    }

h3.timeline-title {
    color: #797979;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.timeline-item {
    display: table-row;
}

    .timeline-item:before {
        content: "";
        display: block;
        width: 50%;
    }

    .timeline-item .timeline-desk .arrow {
        border-bottom: 12px solid transparent;
        border-right: 12px solid rgba(226, 226, 226, 0.3) !important;
        border-top: 12px solid transparent;
        display: block;
        height: 0;
        left: -12px;
        margin-top: -12px;
        position: absolute;
        top: 50%;
        width: 0;
    }

    .timeline-item .timeline-desk .timeline-box {
        padding: 20px;
    }

    .timeline-item .timeline-date {
        margin-bottom: 10px;
    }

    .timeline-item.alt:after {
        content: "";
        display: block;
        width: 50%;
    }

    .timeline-item.alt .timeline-desk .arrow-alt {
        border-bottom: 12px solid transparent;
        border-left: 12px solid rgba(226, 226, 226, 0.3) !important;
        border-top: 12px solid transparent;
        display: block;
        height: 0;
        left: auto;
        margin-top: -12px;
        position: absolute;
        right: -12px;
        top: 50%;
        width: 0;
    }

    .timeline-item.alt .timeline-desk .album {
        margin-top: 20px;
    }

        .timeline-item.alt .timeline-desk .album a {
            margin-left: 5px;
        }

    .timeline-item.alt .timeline-icon {
        left: auto;
        right: -56px;
    }

    .timeline-item.alt:before {
        display: none;
    }

    .timeline-item.alt .panel {
        margin-left: 0;
        margin-right: 45px;
    }

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

    .timeline-desk h4 {
        font-size: 16px;
        font-weight: 300;
        margin: 0;
    }

    .timeline-desk .panel {
        background: rgba(226, 226, 226, 0.25);
        display: block;
        margin-bottom: 5px;
        margin-left: 45px;
        position: relative;
        text-align: left;
        border: 0;
    }

    .timeline-desk h5 span {
        color: #797979;
        display: block;
        font-size: 12px;
        margin-bottom: 4px;
    }

    .timeline-desk p {
        color: #999999;
        font-size: 14px;
        margin-bottom: 0;
    }

    .timeline-desk .album {
        margin-top: 12px;
    }

        .timeline-desk .album a {
            margin-right: 5px;
        }

        .timeline-desk .album img {
            height: 36px;
            width: auto;
            border-radius: 3px;
        }

    .timeline-desk .notification {
        background: none repeat scroll 0 0 #ffffff;
        margin-top: 20px;
        padding: 8px;
    }

@media (max-width: 768px) {
    .timeline {
        margin-left: 20px;
        width: auto !important;
        display: block;
    }

        .timeline:before {
            left: 0 !important;
        }

        .timeline .timeline-item {
            display: block;
        }

        .timeline .timeline-desk {
            display: block;
            width: 100%;
        }

            .timeline .timeline-desk .panel {
                margin-left: 45px !important;
                margin-right: 0px !important;
                margin-bottom: 20px !important;
            }

        .timeline .timeline-item.alt .timeline-icon {
            left: -56px;
        }

        .timeline .timeline-item.alt .timeline-desk .arrow-alt {
            border-right: 12px solid rgba(226, 226, 226, 0.3) !important;
            border-top: 12px solid transparent;
            border-left: none !important;
            left: -12px;
        }
}

@media only screen and (min-width: 769px) {
    .timeline .time-show-btn {
        text-align: right;
    }

        .timeline .time-show-btn a {
            position: relative;
            left: 70px;
        }
}

.timeline-left {
    margin-left: 20px;
    width: auto;
    display: block;
}

    .timeline-left:before {
        left: 0 !important;
    }

    .timeline-left .time-show {
        margin-bottom: 30px;
        margin-top: 30px;
        position: relative;
    }

    .timeline-left .timeline-item {
        display: block;
    }

    .timeline-left .timeline-desk {
        display: block;
        width: 100%;
    }

    .timeline-left .panel {
        margin-bottom: 20px;
    }

/* =============
   Print css
============= */
@media print {
    .page-title-box, .topbar-left, .breadcrumb, .page-title, .footer {
        display: none;
        margin: 0;
        padding: 0;
    }
}

/* =============
   Responsive
============= */
@media (min-width: 768px) and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
        padding-bottom: 90px;
    }

    .topbar-left {
        width: 70px !important;
    }

        .topbar-left i {
            display: block !important;
            line-height: 70px !important;
        }

    .topbar .topbar-left {
        height: 70px;
    }

    .user-box a.user-link {
        padding: 12px 10px !important;
    }

    .navbar-right .right-menu-item {
        line-height: 56px !important;
    }

        .navbar-right .right-menu-item .badge {
            top: 8px !important;
        }

    .navbar-right .app-search .form-control {
        margin-top: 12px !important;
    }

    .footer {
        left: 0 !important;
    }

    .dataTables_wrapper .col-6 {
        width: 100%;
        text-align: left;
    }

    .fixedHeader-floating {
        top: 60px !important;
    }

    .table-rep-plugin .sticky-table-header.fixed-solution {
        top: 60px !important;
    }

    div#datatable-buttons_info {
        float: none;
    }

    .m-t-sm-50 {
        margin-top: 50px !important;
    }

    .contact-box {
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .dropdown-lg {
        width: 200px !important;
    }

    .dataTables_length {
        float: none;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .button-menu-mobile {
        display: block;
    }

    .copyright {
        margin-bottom: 12px;
    }

    .pull-none {
        float: none !important;
        text-align: center;
    }

    .wizard .steps ul li {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .hide-phone {
        display: none !important;
    }

    .account-pages .account-content {
        padding: 30px 0;
    }
}

@media (max-width: 419px) {
    .hidden-xxs {
        display: none;
    }

    .topbar-left {
        width: 70px !important;
    }

    .content-page {
        margin-left: 70px;
    }

    .page-title {
        font-size: 15px;
        max-width: 250px;
        white-space: nowrap;
    }

    .editable-responsive {
        overflow-x: auto;
    }

    .page-title-box .breadcrumb {
        display: none;
    }

    .dropdown-lg {
        width: 200px !important;
    }
}

.loading-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 50000;
    visibility: visible;
    top: 0;
    left: 0;
    background-color: rgb(141, 149, 155);
    opacity: 0.5;
}

.loading {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -64px;
    margin-left: -64px;
    opacity: 1;
    background-size: 100px;
    width: 100px;
    height: 100px;
}

.smaller-90 {
    font-size: 90% !important;
}

.smaller-80 {
    font-size: 80% !important;
}

.smaller-75 {
    font-size: 75% !important;
}

.smaller-70 {
    font-size: 70% !important;
}

.smaller-60 {
    font-size: 60% !important;
}

.smaller-50 {
    font-size: 50% !important;
}

.smaller-40 {
    font-size: 40% !important;
}

.smaller-30 {
    font-size: 30% !important;
}

.smaller-20 {
    font-size: 20% !important;
}

.profile-user-info.profile-user-info-striped {
    /*margin-top: -130px;*/
    z-index: 9998999;
    position: absolute;
    /*background: white;*/
    background-color: rgba(255, 255, 255, 0.7);
    border: 2px solid rgba(0, 0, 0, 0.65);
    margin-left: 12px;
    bottom: 25px;
}

.profile-user-info.profile-user-info-striped-relative {
    /*margin-top: -130px;*/
    position: relative;
    margin: 0;
    /*background: white;*/
    background-color: rgba(255, 255, 255, 0.7);
}

skin-desempenho .profile-user-info-striped .profile-info-name {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.65);
    border-top: none;
}

.profile-user-info-striped-relative .profile-info-name {
    color: #fff;
    background-color: #ABABAB;
    border-top: none;
}

.profile-user-info-striped .profile-info-value .editable {
    color: #0088CC;
    border-bottom: 1px dashed #BBB;
}

.profile-user-info.profile-user-info-striped-relative {
    /*margin-top: -130px;*/
    position: relative;
    /*background: white;*/
    background-color: rgba(255, 255, 255, 0.7);
}

.profile-user-info-striped .profile-info-name {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.65);
    border-top: none;
}

.profile-user-info .btn-fechar-detalhes {
    position: absolute;
    right: -2px;
    top: -30px;
}

.profile-user-info {
    display: table;
    width: 98%;
    width: calc(100% - 24px);
    margin: 0 auto;
}

.profile-info-row {
    display: table-row;
}

.profile-info-name {
    text-align: right;
    padding: 6px 10px 6px 4px;
    font-weight: normal;
    color: #667E99;
    background-color: transparent;
    border-top: 1px dotted #D5E4F1;
    display: table-cell;
    width: 110px;
    vertical-align: middle;
}

.profile-info-value {
    display: table-cell;
    padding: 6px 4px 6px 6px;
    border-top: 1px dotted #D5E4F1;
}

    .profile-info-value > span + span:before {
        /* for a list of values (such as location city & country) put a comma between them */
        display: inline;
        content: ",";
        margin-left: 1px;
        margin-right: 3px;
        color: #666;
        border-bottom: 1px solid #FFF;
    }

    .profile-info-value > span + span.editable-container:before {
        display: none;
    }

.profile-info-row:first-child .profile-info-name {
    border-top: none;
}

.profile-info-row:first-child .profile-info-value {
    border-top: none;
}

.profile-user-info-striped {
    border: 1px solid #DCEBF7;
}

    .profile-user-info-striped .profile-info-name {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.65);
        border-top: none;
    }

    .profile-user-info-striped .profile-info-value {
        border-top: 1px dotted #DCEBF7;
        padding-left: 12px;
    }

.nav > li.disabled > a {
    color: #777 !important;
}

.nav > li > a.disabled {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    pointer-events: auto !important;
}

    .nav > li > a.disabled:hover,
    .nav > li > a.disabled:focus {
        color: #777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
    }
/*# sourceMappingURL=style.css.map */

/* PLANT */
.ui-accordion-content {
    padding:5px !important;
}
.ui-accordion-sub-content {
    line-height:24px;
}
.plant-legend{
    height:25px !important;
}
.custom-switch{
    padding:0px !important;
}

table.dataTable {
    margin: 0px !important;
}
table {
    margin: 0px !important;
}

.swal2-log-content label{
    font-size:10px;
    margin:0px !important;
}

.modal-content {
    max-height: 90vh;
    overflow-y: auto
}