@import url(https://fonts.googleapis.com/css?family=Nunito:400,600,700&display=swap);

body,
html {
    background: #f8f9fa
}

.footer,
.tabs .indicator {
    bottom: 0;
    position: absolute
}

*,
.checkbox label::before,
.ms-selectable,
.radio label::before {
    outline: 0 !important
}

body {
    font-family: Nunito, sans-serif;
    margin: 0;
    font-size: 14px;
    padding-bottom: 65px
}

html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3e445e;
    font-weight: 700;
    margin: 10px 0
}

h1 {
    line-height: 43px;
    font-size: 36px
}

h2 {
    line-height: 35px;
    font-size: 30px
}

h3 {
    font-size: 24px;
    line-height: 30px
}

.mails a,
h3 small,
h4 small,
h5 small {
    color: #444
}

h4 {
    line-height: 22px;
    font-size: 18px
}

.dropdown-menu li a,
h5 {
    font-size: 14px
}

code,
h6 {
    font-size: 12px
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

.container {
    width: auto
}

.container-alt {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.footer {
    background-color: #f9f9f9;
    border-top: 1px solid rgba(0, 0, 0, .05);
    color: #58666e;
    text-align: center !important;
    padding: 20px 30px;
    right: 0;
    left: 0
}

.alert,
.tabs,
.waves-effect {
    position: relative
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.page {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.social-links li a {
    -webkit-border-radius: 50%;
    background: #6cbafa;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 32px;
    text-align: center;
    width: 30px;
    font-size: 13px
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #f4f7fa
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 10px;
    padding-right: 10px
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 15px;
    margin-top: 5px
}

.dropdown-menu {
    padding: 4px 0;
    border: 0
}

.dropdown-menu>li>a {
    padding: 6px 20px
}

.table td,
.table th {
    padding: 8px
}

#sidebar-menu ul ul li,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

code {
    padding: 2px 4px;
    border-radius: 4px;
    background: #f0f4f8
}

.blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17px;
    border-left: 5px solid #f4f7fa
}

.blockquote-reverse {
    border-right: 5px solid #f4f7fa;
    border-left: 0
}

.bg-primary,
.swal2-styled .swal2-confirm {
    background-color: #6cbafa !important
}

.bg-success {
    background-color: #7eef88 !important
}

.bg-info {
    background-color: #61d7c7 !important
}

.bg-warning {
    background-color: #fdd85f !important
}

.bg-danger {
    background-color: #ef5c6a !important
}

.bg-muted {
    background-color: #d0d0d0 !important
}

.bg-inverse {
    background-color: #212121 !important
}

.bg-purple {
    background-color: #705af6 !important
}

.bg-pink {
    background-color: #e866ff !important
}

.bg-white {
    background-color: #fff !important
}

.btn-brown,
.btn-danger,
.btn-info,
.btn-inverse,
.btn-orange,
.btn-pink,
.btn-primary,
.btn-purple,
.btn-success,
.btn-teal,
.btn-warning,
.table-dark td,
.table-dark th,
.tabs-vertical-env .nav.tabs-vertical li.active>a:hover,
.text-white {
    color: #fff !important
}

.text-danger {
    color: #ef5c6a !important
}

.text-muted {
    color: #a5a7b2 !important
}

.tabs li.tab a.active,
.text-primary {
    color: #6cbafa !important
}

.text-warning {
    color: #fdd85f !important
}

.text-success {
    color: #7eef88 !important
}

.text-info {
    color: #61d7c7 !important
}

.text-pink {
    color: #e866ff !important
}

.text-purple {
    color: #705af6 !important
}

.nav.nav-tabs>li>a.active:hover,
.nav.nav-tabs>li>a:hover,
.nav.tabs-vertical>li>a:hover,
.text-dark {
    color: #3e445e !important
}

.form-control {
    -moz-border-radius: 2px;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 36px;
    color: rgba(0, 0, 0, .6);
    font-size: 14px
}

.form-control:focus {
    background: #fff;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-lg,
.input-sm,
.popover {
    border-radius: 3px
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.badge-primary,
.label-primary,
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover,
.progress-bar-primary,
.radio-primary input[type=radio]+label::after,
.radio-primary input[type=radio]:checked+label::after,
.select2-results .select2-highlighted {
    background-color: #6cbafa
}

.badge-success,
.label-success,
.progress-bar-success,
.radio-success input[type=radio]+label::after,
.radio-success input[type=radio]:checked+label::after {
    background-color: #7eef88
}

.badge-info,
.label-info,
.progress-bar-info,
.radio-info input[type=radio]+label::after,
.radio-info input[type=radio]:checked+label::after {
    background-color: #61d7c7
}

.badge-warning,
.label-warning,
.progress-bar-warning,
.radio-warning input[type=radio]+label::after,
.radio-warning input[type=radio]:checked+label::after {
    background-color: #fdd85f
}

.badge-danger,
.label-danger,
.progress-bar-danger,
.radio-danger input[type=radio]+label::after,
.radio-danger input[type=radio]:checked+label::after {
    background-color: #ef5c6a
}

.badge-dark,
.label-dark,
.progress-bar-dark {
    background-color: #3e445e
}

.tabs,
.tabs li.tab {
    background-color: #fff
}

.badge {
    padding: 3px 7px;
    font-size: 11px;
    margin-top: 1px
}

.badge-xs {
    font-size: 9px
}

.badge-sm,
.badge-xs {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px)
}

.popover-header {
    margin: 0
}

.pagination>li>a,
.pagination>li>span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #373e4a
}

.checkbox-primary input[type=checkbox]:checked+label::before,
.pagination>.page-item.active>a,
.pagination>.page-item.active>a:focus,
.pagination>.page-item.active>a:hover,
.pagination>.page-item.active>span,
.pagination>.page-item.active>span:focus,
.pagination>.page-item.active>span:hover {
    background-color: #6cbafa;
    border-color: #6cbafa
}

.ms-container .ms-list.ms-focus,
.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px !important
}

.tabs {
    margin: 0 auto;
    padding: 0;
    white-space: nowrap;
    width: 100%
}

.tabs li.tab {
    display: block;
    float: left;
    margin: 0;
    text-align: center
}

.tabs li.tab a {
    -moz-transition: color .28s;
    -ms-transition: color .28s;
    -o-transition: color .28s;
    -webkit-transition: color .28s;
    color: #ee6e73;
    display: block;
    height: 100%;
    text-decoration: none;
    transition: color .28s;
    width: 100%
}

.tabs .indicator {
    background-color: #6cbafa;
    height: 2px;
    will-change: left, right
}

.tabs-top .indicator {
    top: 0
}

.nav.nav-tabs+.tab-content {
    margin-bottom: 30px;
    padding: 30px
}

.icon-demo-content .col-sm-6,
.m-b-30,
.mainten-box,
.tabs-vertical-env {
    margin-bottom: 30px
}

.tabs-vertical-env .tab-content {
    background: #fff;
    display: table-cell;
    padding: 30px;
    vertical-align: top
}

.tabs-vertical-env .nav.tabs-vertical {
    display: table-cell;
    min-width: 120px;
    vertical-align: top;
    width: 150px
}

.tabs-vertical-env .nav.tabs-vertical li.active>a {
    background-color: #6cbafa;
    color: #fff !important;
    border: 0
}

.tabs-vertical-env .nav.tabs-vertical li>a {
    color: #333;
    text-align: center;
    white-space: nowrap
}

.nav.nav-tabs>li>a.active {
    background-color: #eee;
    color: #000 !important;
    border: 0
}

.nav.nav-tabs>li>a,
.nav.tabs-vertical>li>a {
    background-color: transparent;
    border-radius: .25rem .25rem 0 0;
    border: 1px solid transparent;
    color: #333 !important;
    cursor: pointer;
    line-height: 50px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Nunito, sans-serif
}

.tab-content {
    border: 1px solid #f4f7fa;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    color: #777
}

#topnav .navigation-menu>li>a i.mdi-drop,
.nav.nav-tabs>li:last-of-type a {
    margin-right: 0
}

.card-header,
.dropdown-menu-lg .list-group-item:last-child,
.nav.nav-tabs,
.table>thead>tr>.no-line {
    border-bottom: none
}

.bootstrap-timepicker-widget table td input,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover,
.no-border,
.tabs-vertical-env .nav.tabs-vertical li.active>a {
    border: none
}

.dropcap {
    font-size: 3.1em
}

.dropcap,
.dropcap-circle,
.dropcap-square {
    display: block;
    float: left;
    font-weight: 400;
    line-height: 36px;
    margin-right: 6px;
    text-shadow: none
}

.icon-list i,
.waves-effect {
    display: inline-block;
    vertical-align: middle
}

.modal .modal-dialog .modal-content {
    border-radius: 2px;
    padding: 20px 20px 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal .modal-dialog .modal-content .modal-header {
    border-bottom-width: 2px;
    margin: 0;
    padding: 0 0 10px
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 10px 0
}

.modal .modal-dialog .modal-content .modal-footer {
    padding-top: 15px
}

.modal-full {
    width: 98%
}

.cd-timeline-block:last-child,
.dropdown-menu-lg .list-group,
.modal-content .nav.nav-tabs+.tab-content,
.tabs-vertical-env .tab-content {
    margin-bottom: 0
}

.legendLabel {
    padding-left: 10px !important
}

.alert {
    border: 0
}

.alert .alert-link {
    font-weight: 600
}

.alert-success {
    color: #7eef88;
    background-color: rgba(126, 239, 136, .15)
}

.alert-success .alert-link {
    color: #51e95e
}

.alert-success hr {
    border-top-color: #51e95e
}

.alert-info {
    color: #61d7c7;
    background-color: rgba(97, 215, 199, .2)
}

.alert-info .alert-link {
    color: #38cdb9
}

.alert-info hr {
    border-top-color: #38cdb9
}

.alert-warning {
    color: #fdd85f;
    background-color: rgba(253, 216, 95, .15)
}

.alert-warning .alert-link {
    color: #fccc2d
}

.alert-warning hr {
    border-top-color: #fccc2d
}

.alert-danger {
    color: #ef5c6a;
    background-color: rgba(239, 92, 106, .1)
}

.alert-danger .alert-link {
    color: #ea2e40
}

.alert-danger hr {
    border-top-color: #ea2e40
}

.alert-dismissible {
    padding-right: 35px
}

.alert-dismissible .close {
    opacity: .5
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #f4f7fa;
    border-color: #ddd;
    color: #444;
    z-index: 2
}

.btn-link:hover,
.icon-demo-content .col-sm-6:hover i,
.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,
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #6cbafa
}

.list-group-item,
.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
    padding: 12px 20px
}

.list-group-item.disabled,
.list-group-item:disabled,
.list-group-item:focus,
.list-group-item:hover {
    color: #444;
    background-color: #f4f7fa
}

.font-light,
.list-group-item-heading {
    font-weight: 300
}

.has-success .form-control {
    border-color: #7eef88;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.has-warning .form-control {
    border-color: #fdd85f;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.has-error .form-control {
    border-color: #ef5c6a;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.bx-shadow,
.card {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.input-group-text {
    border: 1px solid #f4f7fa
}

.select2-container .select2-container-multi.form-control,
select[multiple],
select[size],
textarea.form-control {
    height: auto
}

.code-edit-wrap,
.p-0 {
    padding: 0 !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.m-0 {
    margin: 0 !important
}

.m-r-5 {
    margin-right: 5px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-15 {
    margin-right: 15px !important
}

.m-l-10 {
    margin-left: 10px
}

.m-l-15 {
    margin-left: 15px
}

.m-t-5 {
    margin-top: 5px !important
}

.cd-timeline-block:first-child,
.cd-timeline-content h2,
.checkbox.checkbox-inline,
.m-t-0,
.radio.radio-inline {
    margin-top: 0
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.card-box .card,
.fc-toolbar,
.m-b-5,
.media-main .info h4 {
    margin-bottom: 5px
}

.m-b-10,
.search-input,
.table {
    margin-bottom: 10px
}

.m-b-15 {
    margin-bottom: 15px
}

.w-xs {
    min-width: 80px
}

.w-sm {
    min-width: 95px
}

.w-md {
    min-width: 110px
}

.w-lg {
    min-width: 140px
}

.m-h-50 {
    min-height: 50px
}

.l-h-34 {
    line-height: 34px
}

.wrapper-md {
    padding: 20px
}

.pull-in {
    margin-left: -15px;
    margin-right: -15px
}

.b-0 {
    border: none !important
}

.bx-shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.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
}

.grid-structure .grid-container {
    background-color: #f5f5f5;
    margin-bottom: 10px;
    padding: 10px 20px
}

.icon-list div {
    cursor: pointer;
    line-height: 40px;
    white-space: nowrap
}

.icon-list i {
    -webkit-transition: font-size .2s;
    font-size: 14px;
    margin: 0;
    text-align: center;
    transition: font-size .2s;
    width: 40px
}

.icon-list .col-md-3:hover i,
.ionicon-list .col-md-3:hover i {
    -webkit-transform: scale(2);
    transform: scale(2)
}

.ionicon-list i {
    font-size: 16px
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: opacity .7s ease-out, -webkit-transform .7s ease-out;
    transition: .7s ease-out;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, .45)
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, .7)
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, .7)
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, .7)
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, .7)
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, .7)
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, .7)
}

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    mask-image: none;
    -webkit-mask-image: none
}

.loader-1,
.loader-1:after {
    clip: rect(0, 30px, 30px, 15px);
    height: 30px;
    width: 30px
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.card-box .card .card-header .accordion-toggle,
.dropdown-menu-lg .media,
.parsley-errors-list.filled,
.waves-block {
    display: block
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes dropdownOpen {
    0% {
        opacity: 0;
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes dropdownOpen {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes animationProgress {
    from {
        width: 0
    }
}

@keyframes animationProgress {
    from {
        width: 0
    }
}

@-webkit-keyframes loaderAnimate {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(220deg)
    }
}

@keyframes loaderAnimate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg)
    }
}

@-webkit-keyframes loaderAnimate2 {
    0% {
        -webkit-box-shadow: inset #555 0 0 0 8px;
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(-140deg)
    }

    50% {
        -webkit-box-shadow: inset #555 0 0 0 2px;
        box-shadow: inset #555 0 0 0 2px
    }

    100% {
        -webkit-box-shadow: inset #555 0 0 0 8px;
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(140deg)
    }
}

@keyframes loaderAnimate2 {

    0%,
    100% {
        -webkit-box-shadow: inset #555 0 0 0 8px;
        box-shadow: inset #555 0 0 0 8px
    }

    50% {
        -webkit-box-shadow: inset #555 0 0 0 2px;
        box-shadow: inset #555 0 0 0 2px
    }

    0% {
        -webkit-box-shadow: inset #999 0 0 0 17px;
        box-shadow: inset #999 0 0 0 17px;
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    50% {
        -webkit-box-shadow: inset #999 0 0 0 2px;
        box-shadow: inset #999 0 0 0 2px
    }

    100% {
        -webkit-box-shadow: inset #999 0 0 0 17px;
        box-shadow: inset #999 0 0 0 17px;
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

.bs-example-modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block
}

.responsive-utilities td.is-visible {
    background-color: #d9f3ee;
    color: #7eef88
}

.icon-demo-content {
    text-align: center;
    color: #a5a7b2
}

.icon-demo-content i {
    display: block;
    font-size: 28px;
    color: #3e445e;
    margin-bottom: 5px
}

@media print {

    .breadcrumb,
    .footer,
    .logo,
    .page-title {
        display: none !important;
        margin: 0 !important;
        padding: 0 !important
    }

    .left {
        display: none
    }

    .right-bar {
        display: none !important
    }

    .content {
        margin-top: 0;
        padding-top: 0
    }

    .content-page {
        margin-left: 0 !important;
        margin-top: 0
    }

    .footer,
    .side-menu,
    .topbar {
        display: none;
        margin: 0;
        padding: 0
    }
}

.card,
.portlet {
    margin-bottom: 20px
}

.btn {
    border-radius: 2px;
    padding: 6px 14px;
    font-size: 14px
}

.btn-md {
    padding: 8px 18px
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px !important;
    font-size: 16px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px !important
}

.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, .1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset
}

.btn-primary {
    background-color: #6cbafa !important;
    border: 1px solid #6cbafa !important
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    background-color: #53aef9 !important;
    border: 1px solid #53aef9 !important
}

.btn-success {
    background-color: #7eef88 !important;
    border: 1px solid #7eef88 !important
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    background-color: #67ec73 !important;
    border: 1px solid #67ec73 !important
}

.btn-info {
    background-color: #61d7c7 !important;
    border: 1px solid #61d7c7 !important
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    background-color: #4dd2c0 !important;
    border: 1px solid #4dd2c0 !important
}

.btn-warning {
    background-color: #fdd85f !important;
    border: 1px solid #fdd85f !important
}

.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    background-color: #fdd246 !important;
    border: 1px solid #fdd246 !important
}

.btn-danger {
    background-color: #ef5c6a !important;
    border: 1px solid #ef5c6a !important
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    background-color: #ed4555 !important;
    border: 1px solid #ed4555 !important
}

.btn-dark {
    background-color: #3e445e !important;
    border: 1px solid #3e445e !important;
    color: #fff
}

.btn-dark.active,
.btn-dark.focus,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open>.dropdown-toggle.btn-dark {
    background-color: #34394f !important;
    border: 1px solid #34394f !important;
    color: #fff
}

#sidebar-menu ul ul a:hover,
#sidebar-menu ul ul li.active a,
.btn-link {
    color: #3e445e
}

.fileupload {
    overflow: hidden;
    position: relative
}

.fileupload input.upload {
    cursor: pointer;
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.checkbox label::after,
.checkbox label::before,
.radio label::after,
.radio label::before {
    margin-left: -20px;
    display: inline-block;
    position: absolute
}

#sidebar-menu ul ul,
#topnav .logo-sm,
.btn-search,
.dropdown-toggle:after {
    display: none
}

.card {
    border: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.card .card-heading {
    border: none !important;
    padding: 10px 20px
}

.card .card-title {
    font-size: 16px;
    color: #fff
}

.card-fill .card-header {
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.card-fill .card-body {
    color: rgba(255, 255, 255, .85)
}

.card-box .card .card-header a {
    cursor: pointer
}

.card-box .card .card-header .accordion-toggle.collapsed:before,
.card-box .card .card-header a[data-toggle=collapse].collapsed:before {
    content: '\f067'
}

.card-box .card .card-header a[data-toggle=collapse] {
    display: block;
    color: #fff
}

.card-box .card .card-header .accordion-toggle:before,
.card-box .card .card-header a[data-toggle=collapse]:before {
    content: '\f068';
    display: block;
    float: right;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    text-align: right;
    width: 25px
}

.portlet {
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -webkit-transition: .4s;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    transition: .4s
}

.portlet .portlet-heading {
    border-radius: 3px;
    color: #fff;
    padding: 12px 20px
}

.portlet .portlet-heading .portlet-title {
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0
}

.portlet .portlet-heading .portlet-widgets {
    float: right;
    font-size: 15px;
    line-height: 30px;
    padding-left: 15px;
    position: relative;
    text-align: right
}

.portlet .portlet-heading .portlet-widgets .divider {
    margin: 0 5px
}

.portlet .portlet-heading a {
    color: #999
}

.portlet .portlet-body {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px
}

.portlet-default .portlet-title {
    color: #797979 !important
}

.app-search a:hover,
.checkbox-danger input[type=checkbox]:checked+label::after,
.checkbox-info input[type=checkbox]:checked+label::after,
.checkbox-primary input[type=checkbox]:checked+label::after,
.checkbox-success input[type=checkbox]:checked+label::after,
.checkbox-warning input[type=checkbox]:checked+label::after,
.portlet .portlet-heading.bg-danger a,
.portlet .portlet-heading.bg-info a,
.portlet .portlet-heading.bg-inverse a,
.portlet .portlet-heading.bg-pink a,
.portlet .portlet-heading.bg-primary a,
.portlet .portlet-heading.bg-purple a,
.portlet .portlet-heading.bg-success a,
.portlet .portlet-heading.bg-warning a {
    color: #fff
}

.loader-1 {
    -webkit-animation: 1s linear infinite loaderAnimate;
    animation: 1s linear infinite loaderAnimate;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%
}

#cd-timeline,
.app-search,
.cd-timeline-block,
.checkbox label,
.inbox-item,
.modal-block,
.note-editor,
.radio label {
    position: relative
}

.loader-1:after {
    -webkit-animation: 1s ease-in-out infinite loaderAnimate2;
    animation: 1s ease-in-out infinite loaderAnimate2;
    border-radius: 50%;
    content: '';
    position: absolute
}

.checkbox label,
.radio label {
    display: inline-block;
    padding-left: 5px;
    cursor: pointer
}

.checkbox label::before {
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    content: "";
    height: 17px;
    left: 0;
    transition: .3s ease-in-out;
    width: 17px
}

.checkbox label::after {
    color: #555;
    font-size: 11px;
    height: 16px;
    left: 0;
    padding-left: 3px;
    padding-top: 1px;
    top: 0;
    width: 16px
}

.checkbox input[type=checkbox],
.radio input[type=radio] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0 !important
}

.checkbox input[type=checkbox]:disabled+label,
.radio input[type=radio]:disabled+label {
    opacity: .65
}

.checkbox input[type=checkbox]:focus+label::before,
.radio input[type=radio]:focus+label::before {
    outline-offset: -2px;
    outline: 0
}

.checkbox input[type=checkbox]:checked+label::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.checkbox input[type=checkbox]:disabled+label::before {
    background-color: #f4f7fa;
    cursor: not-allowed
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%
}

.checkbox.checkbox-single label,
.radio.radio-single label {
    height: 17px
}

.checkbox.checkbox-single input[type=checkbox],
.radio.radio-single input[type=radio] {
    position: relative;
    bottom: 10px
}

.checkbox-danger input[type=checkbox]:checked+label::before {
    background-color: #ef5c6a;
    border-color: #ef5c6a
}

.checkbox-info input[type=checkbox]:checked+label::before {
    background-color: #61d7c7;
    border-color: #61d7c7
}

.checkbox-warning input[type=checkbox]:checked+label::before {
    background-color: #fdd85f;
    border-color: #fdd85f
}

.checkbox-success input[type=checkbox]:checked+label::before {
    background-color: #7eef88;
    border-color: #7eef88
}

.radio label::before {
    -o-transition: border .5s ease-in-out;
    -webkit-transition: border .5s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    content: "";
    height: 17px;
    left: 0;
    transition: border .5s ease-in-out;
    width: 17px
}

.radio label::after {
    -moz-transition: -moz-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    background-color: #555;
    border-radius: 50%;
    content: " ";
    height: 11px;
    left: 3px;
    top: 3px;
    transform: scale(0, 0);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33), -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    width: 11px
}

.radio input[type=radio]:checked+label::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio input[type=radio]:disabled+label::before {
    cursor: not-allowed
}

.radio-primary input[type=radio]:checked+label::before {
    border-color: #6cbafa
}

.radio-danger input[type=radio]:checked+label::before {
    border-color: #ef5c6a
}

.radio-info input[type=radio]:checked+label::before {
    border-color: #61d7c7
}

.radio-warning input[type=radio]:checked+label::before {
    border-color: #fdd85f
}

.radio-success input[type=radio]:checked+label::before {
    border-color: #7eef88
}

.inbox-item img {
    width: 46px
}

.inbox-item .inbox-item-time {
    color: #a5a7b2;
    font-size: 12px;
    position: absolute;
    right: 7px;
    top: 2px
}

.slimScrollDiv {
    height: auto !important
}

.progress {
    -webkit-box-shadow: none !important;
    background-color: #f8f9fa;
    box-shadow: none !important;
    height: 10px;
    margin-bottom: 9px;
    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
}

.progress-bar-purple {
    background-color: #705af6
}

.progress-bar-pink {
    background-color: #e866ff
}

.progress-animated {
    -webkit-animation-duration: 5s;
    -webkit-animation-name: animationProgress;
    -webkit-transition: 5s;
    animation-duration: 5s;
    animation-name: animationProgress;
    transition: 5s
}

tbody {
    color: #797979
}

th {
    color: #666;
    font-size: 15px
}

#datatable-editable .actions a,
.table-condensed>tbody>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.portfolioFilter a.current,
.portfolioFilter a:hover,
table.focus-on tbody tr.focused td,
table.focus-on tbody tr.focused th {
    background-color: #6cbafa;
    color: #fff
}

.table-rep-plugin tbody th {
    font-size: 14px;
    font-weight: 400
}

.modal-block {
    background: 0 0;
    margin: 40px auto;
    max-width: 600px;
    padding: 0;
    text-align: left
}

.app-search a,
.cd-timeline-img,
.chart,
.fc-event,
.gmaps-overlay,
.input-group-text,
.lj-countdown,
.lj-countdown>* {
    text-align: center
}

.dt-buttons,
div#datatable-buttons_info {
    float: left
}

table.dataTable td.focus,
table.dataTable th.focus {
    outline: #6cbafa solid 3px !important;
    outline-offset: -1px
}

.fixedHeader-floating {
    top: 70px !important
}

#datatable-editable .form-control {
    background-color: #fff;
    width: 100%
}

.fa-spinner {
    margin-left: 40%;
    margin-top: 10px;
    font-size: 50px;
    color: gray
}

#datatable-editable .fa-times,
#datatable-editable .fa-trash-o {
    color: #ef5c6a
}

#datatable-editable .fa-pencil {
    color: #29b6f6
}

#datatable-editable .fa-save {
    color: #33b86c
}

#datatable td {
    font-weight: 400
}

div.dataTables_paginate ul.pagination {
    margin-top: 30px
}

div.dataTables_info {
    padding-top: 38px
}

.table-bordered.dataTable>thead>tr>td,
.table-bordered.dataTable>thead>tr>th {
    border-bottom-width: 1px !important
}

table.dataTable {
    margin-top: 10px !important;
    margin-bottom: 18px !important
}

.fc-day,
.fc-unthemed .fc-today,
div.DTS div.dataTables_scrollBody {
    background: #fff
}

.error {
    color: red
}

.parsley-error {
    border-color: #ef5c6a !important
}

.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0
}

.parsley-errors-list>li {
    font-size: 12px;
    list-style: none;
    color: #ef5c6a;
    margin-top: 5px
}

.bootstrap-touchspin .input-group-btn-vertical .btn {
    padding: 9px 12px
}

.bootstrap-touchspin .input-group-btn-vertical i {
    top: 4px;
    left: 8px
}

.input-group-text {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    background-color: #f4f7fa
}

.note-editor .btn-light,
.note-popover .btn-default {
    background-color: transparent;
    border-color: transparent !important
}

.note-editor .btn-group-sm>.btn,
.note-editor .btn-sm,
.note-popover .btn-group-sm>.btn,
.note-popover .btn-sm {
    padding: 8px 12px !important
}

.note-editor.note-frame {
    border: 1px solid #f4f7fa !important
}

.note-popover .popover .popover-content,
.note-toolbar {
    padding: 5px 0 10px 5px
}

.popover-list li {
    margin: 7px 0
}

.datepicker {
    border: 1px solid #ddd;
    padding: 8px
}

.datepicker th {
    font-size: 14px !important
}

.ms-selectable {
    -webkit-box-shadow: none;
    box-shadow: none
}

.spinner-buttons.btn-group-vertical .btn {
    background-color: #f4f7fa;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 17px;
    line-height: 16px;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    width: 22px
}

.spinner-buttons.btn-group-vertical .btn i {
    color: #333 !important;
    line-height: 10px;
    margin-top: -3px
}

.spinner-buttons.btn-group-vertical .btn:first-child,
.spinner-buttons.btn-group-vertical .btn:last-child {
    border-radius: 0 !important
}

.note-editor {
    border: 1px solid #ddd
}

.note-editor .note-toolbar {
    background-color: #f3f3f3;
    border-bottom: 1px solid #ddd;
    margin: 0
}

#topnav .navbar-toggle:hover span,
.note-editor .note-statusbar {
    background-color: #fff
}

.note-editor .note-statusbar .note-resizebar {
    border-top: 1px solid #ddd;
    height: 15px;
    padding-top: 3px
}

.cm-s-ambiance .CodeMirror-linenumber {
    color: #bcbcbc
}

.cm-s-ambiance .CodeMirror-gutters,
.cm-s-ambiance.CodeMirror {
    background-color: #212121 !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-timepicker-widget table td a:hover {
    background-color: transparent;
    border-color: transparent;
    border-radius: 4px;
    color: #6cbafa;
    text-decoration: none
}

.editor-horizontal .popover-content {
    padding: 9px 30px
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #6cbafa !important;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container .select2-choice {
    background-image: none !important;
    border: none !important;
    height: auto !important;
    padding: 0 !important;
    line-height: 22px !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.select2-container .select2-choice .select2-arrow {
    background-image: none !important;
    background: 0 0;
    border: none;
    width: 14px;
    top: 2px;
    right: 5px
}

.select2-drop-active {
    border: 1px solid #e3e3e3 !important;
    padding-top: 5px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
}

.select2-search input {
    border: 1px solid #e3e3e3
}

.select2-container-multi {
    width: 100%
}

.select2-container-multi .select2-choices {
    border: 2px solid rgba(255, 255, 255, .2) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: 0 0 !important;
    border-radius: 4px !important;
    min-height: 34px
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 6px 8px 7px 19px;
    margin: 5px 0 3px 5px;
    background: #f4f7fa;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 7px 7px 7px 10px;
    font-family: inherit
}

.select2-container-multi .select2-choices .select2-search-choice-close {
    top: 6px
}

.select2-chosen {
    line-height: 34px;
    padding-left: 15px;
    color: #444
}

.dropzone {
    min-height: 230px;
    border: 2px dashed rgba(0, 0, 0, .3);
    background: #fff;
    border-radius: 6px
}

.fc-button,
.fc-widget-content,
.fc-widget-header {
    border: 1px solid #d5d5d5
}

.dropzone .dz-message {
    font-size: 30px
}

.calendar {
    float: left;
    margin-bottom: 0
}

.none-border .modal-footer,
.table>tbody>tr>.no-line {
    border-top: none
}

.fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
    z-index: 0
}

.fc th.fc-widget-header {
    background: #ddd;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase
}

.fc-button {
    background: #fff;
    color: #555;
    text-transform: capitalize
}

.fc-text-arrow {
    font-family: arial;
    font-size: 16px
}

.fc-state-hover {
    background: #f5f5f5
}

.fc-cell-overlay,
.fc-state-highlight {
    background: #f0f0f0
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 5px 7px;
    padding: 5px;
    background-color: #6cbafa;
    color: #fff !important
}

.external-event {
    color: #fff;
    cursor: move;
    margin: 10px 0;
    padding: 6px 10px
}

.fc-basic-view td.fc-day-number,
.fc-basic-view td.fc-week-number span {
    padding-right: 5px
}

.widget-chart li {
    width: 31.5%;
    display: inline-block;
    padding: 0
}

.widget-chart li i {
    font-size: 22px
}

.swal2-container {
    font-family: inherit
}

.swal2-container .swal2-title {
    font-size: 24px;
    font-weight: 500
}

.swal2-icon.swal2-question {
    border-color: #61d7c7 !important;
    color: #61d7c7 !important
}

.notification-icon-box i,
.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: #7eef88 !important
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background: #7eef88 !important
}

.cd-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto
}

.cd-container::after {
    content: '';
    display: table;
    clear: both
}

#cd-timeline {
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 2em 0
}

#cd-timeline::before {
    background: #dee4e8;
    content: '';
    height: 100%;
    left: 18px;
    position: absolute;
    top: 0;
    width: 4px
}

.cd-timeline-block {
    margin: 2em 0
}

.cd-timeline-block:after,
.cd-timeline-content:after {
    clear: both;
    content: "";
    display: table
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 4px rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 4px rgba(0, 0, 0, .05);
    line-height: 40px;
    font-size: 20px;
    color: #fff
}

.cd-timeline-img.cd-success {
    background: #7eef88
}

.cd-timeline-img.cd-info {
    background: #61d7c7
}

.cd-timeline-img.cd-pink {
    background: #e866ff
}

.cd-timeline-img.cd-danger {
    background: #ef5c6a
}

.cd-timeline-img.cd-primary {
    background: #6cbafa
}

.cd-timeline-img.cd-warning {
    background: #fdd85f
}

.cd-timeline-content {
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .1);
    background: #dee4e8;
    border-radius: 0;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .1);
    margin-left: 60px;
    padding: 1em;
    position: relative
}

.cd-timeline-content img {
    display: block;
    width: 100%
}

.cd-timeline-content .cd-date,
.chart,
.lj-countdown div,
.percent {
    display: inline-block
}

.cd-timeline-content p {
    color: #666;
    font-size: 14px;
    margin: 10px 0
}

.cd-timeline-content .cd-read-more {
    background: #acb7c0;
    border-radius: .25em;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 14px;
    padding: .8em 1em
}

.cd-timeline-content .cd-date {
    font-size: 14px;
    float: left;
    padding: .8em 0;
    opacity: .7
}

.cd-timeline-content h3 {
    font-size: 21px;
    margin: 0
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 12px solid transparent;
    border-right: 12px solid #dee4e8
}

.gmaps-overlay_arrow.above,
.gmaps-overlay_arrow.below {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent
}

@media only screen and (min-width:1170px) {
    #cd-timeline {
        margin-bottom: 3em;
        margin-top: 3em
    }

    #cd-timeline::before {
        left: 50%;
        margin-left: -2px
    }

    .cd-timeline-block {
        margin: 4em 0
    }

    .cd-timeline-block:first-child {
        margin-top: 0
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0
    }

    .cd-timeline-img {
        width: 60px;
        height: 60px;
        line-height: 60px;
        left: 50%;
        margin-left: -30px;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden
    }

    .cssanimations .cd-timeline-content.is-hidden,
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: .6s cd-bounce-1;
        animation: .6s cd-bounce-1
    }

    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%
    }

    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent transparent transparent #dee4e8
    }

    .cd-timeline-content .cd-read-more {
        float: left
    }

    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px
    }

    .cd-timeline-block:nth-child(2n) .cd-timeline-content,
    .cd-timeline-block:nth-child(2n) .cd-timeline-content .cd-read-more {
        float: right
    }

    .cd-timeline-block:nth-child(2n) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent #dee4e8 transparent transparent
    }

    .cd-timeline-block:nth-child(2n) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: .6s cd-bounce-2;
        animation: .6s cd-bounce-2
    }

    .cssanimations .cd-timeline-block:nth-child(2n) .cd-timeline-content.bounce-in {
        -webkit-animation: .6s cd-bounce-2-inverse;
        animation: .6s cd-bounce-2-inverse
    }
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.chart {
    position: relative;
    width: 110px;
    height: 110px;
    margin-top: 20px;
    margin-bottom: 20px
}

#topnav .navbar-toggle.open span,
.accountbg,
.app-search a,
.chart canvas,
.nav-user:before,
.nav>li>a .badge {
    position: absolute
}

.chart canvas {
    top: 0;
    left: 0
}

.chart.chart-widget-pie {
    margin-top: 5px;
    margin-bottom: 5px
}

.percent {
    line-height: 110px;
    z-index: 2
}

.percent:after {
    content: '%';
    margin-left: .1em;
    font-size: .8em
}

#flotTip {
    padding: 4px 8px;
    background-color: #000;
    z-index: 100;
    color: #fff;
    opacity: .7;
    font-size: 12px;
    border-radius: 5px
}

#topnav,
#topnav .navbar-toggle:hover {
    background-color: transparent
}

.mails .checkbox {
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle
}

.mails .checkbox label {
    min-height: 16px
}

.home-wrapper,
.maintenance-page {
    margin: 10% 0
}

.home-text {
    font-family: Nunito, sans-serif
}

.lj-countdown {
    color: #6cbafa;
    margin-top: 40px
}

.lj-countdown div span {
    display: block;
    width: 150px
}

.lj-countdown div span:first-child {
    font-size: 3em;
    font-weight: 700;
    height: 48px;
    line-height: 48px
}

.lj-countdown div span:last-child {
    color: #333;
    font-size: .9em;
    height: 25px;
    line-height: 25px
}

.portfolioFilter a {
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -webkit-transition: .3s ease-out;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    color: #333;
    padding: 5px 10px;
    transition: .3s ease-out
}

.thumb {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    margin-top: 30px;
    padding: 10px;
    width: 100%
}

.thumb-img {
    border-radius: 2px;
    overflow: hidden;
    width: 100%
}

.gal-detail h4 {
    margin-top: 16px
}

.icon-main {
    font-size: 88px;
    margin-bottom: 50px
}

.mainten-box .text-m-mode {
    margin: 0 auto;
    width: 80%
}

.media-main a.pull-left {
    width: 100px
}

.media-main .info {
    color: #3e445e;
    overflow: hidden
}

.user-card p.info-text {
    line-height: 26px;
    margin-top: 15px
}

.gmaps,
.gmaps-panaroma {
    height: 300px;
    background: #f4f7fa;
    border-radius: 3px
}

.gmaps-overlay {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #6cbafa;
    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-top: 16px solid #6cbafa
}

.gmaps-overlay_arrow.below {
    top: -15px;
    border-bottom: 16px solid #6cbafa
}

.accountbg {
    background: url(../images/global_bg.jpg) 0 0/cover no-repeat;
    height: 100%;
    width: 100%;
    top: 0
}

.breatcumb-area {
    padding: 215px 0 143px;
    background: #f1f6fc url(../images/brid.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    position: relative;
}

.breatcumb-area:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(41,52,92,.0);
}

.wrapper-page {
    margin: 7.5% auto;
    width: 420px;
    position: relative
}

.card-pages {
    border: 4px solid #eee !important
}

.card-pages .logo-admin {
    font-size: 28px
}

.user-thumb {
    position: relative;
    z-index: 999
}

.user-thumb img {
    height: 88px;
    margin: 0 auto;
    width: 88px
}

.ex-page-content h1 {
    font-size: 126px;
    font-weight: 700;
    line-height: 150px;
    text-shadow: rgba(61, 61, 61, .3) 1px 1px, rgba(61, 61, 61, .2) 2px 2px, rgba(61, 61, 61, .3) 3px 3px
}

.table>tbody>tr>.thick-line {
    border-top: 2px solid
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    border: 0;
    -webkit-transition: .5s;
    transition: .5s
}

#topnav .topbar-main {
    background: #3e445e
}

#topnav .topbar-main .logo {
    line-height: 70px;
    text-transform: uppercase;
    float: left;
    margin-right: 48px
}

#topnav .topbar-main .topbar-custom .nav-link {
    line-height: 58px;
    color: #fff
}

#topnav .dropdown.show .nav-link {
    background-color: rgba(62, 68, 94, .2)
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 0 10px 0 0;
    padding-top: 26px;
    height: 23px;
    -webkit-transition: .5s;
    transition: .5s
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

#topnav .navbar-toggle.open span:first-child {
    top: 32px;
    -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: 32px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#topnav .dropdown-menu-right.show:before {
    right: 18px;
    left: auto
}

#topnav .navigation-menu>.has-submenu.last-elements>.submenu:before {
    right: 48px;
    left: auto
}

.navbar-default {
    background-color: #3e445e;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    padding: 0
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: rgba(255, 255, 255, .1)
}

.profile {
    padding-top: 17px !important;
    padding-bottom: 16px !important
}

.profile img {
    border: 2px solid #edf0f0;
    height: 36px;
    width: 36px;
    float: left
}

.profile .profile-username {
    margin-left: 45px;
    line-height: 36px;
    display: block
}

.dropdown-menu {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu li a:focus,
.dropdown-menu li a:hover {
    color: #3e445e;
    background-color: #f8f9fa !important
}

.dropdown-menu-lg .list-group-item {
    padding: 10px 20px;
    border-left: 0;
    border-right: 0
}

.dropdown-menu-lg .media p {
    color: #a5a7b2
}

.dropdown-item.active,
.dropdown-item:active {
    background: 0 0
}

.navbar-form {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.app-search a {
    top: 5px;
    left: 222px;
    display: block;
    height: 34px;
    line-height: 34px;
    width: 34px;
    color: rgba(255, 255, 255, .5)
}

.search-bar {
    background-color: rgba(255, 255, 255, .1) !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 14px;
    height: 42px;
    margin-left: 15px;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 60px
}

.app-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.app-search input:-moz-placeholder {
    color: rgba(255, 255, 255, .7)
}

.app-search input::-moz-placeholder {
    color: rgba(255, 255, 255, .7)
}

.app-search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.dropdown-menu-lg {
    width: 300px
}

.notification-icon-box,
.notify-item .notify-icon {
    height: 36px;
    width: 36px;
    text-align: center;
    border-radius: 50%
}

.notification-icon-box {
    padding: 0 !important;
    line-height: 40px !important;
    margin: 17px 5px;
    background-color: rgba(255, 255, 255, .15)
}

#sidebar-menu {
    background-color: #fff;
    padding-bottom: 50px;
    width: 100%
}

#sidebar-menu a {
    line-height: 1.3
}

#sidebar-menu .badge {
    margin-top: 4px
}

#sidebar-menu ul ul a {
    color: rgba(62, 68, 94, .8);
    display: block;
    padding: 10px 25px 10px 65px
}

#sidebar-menu ul ul ul a {
    padding-left: 80px
}

.nav>li>a {
    color: #fff !important;
    padding: 0 15px;
    position: relative
}

.nav>li>a i {
    font-size: 20px
}

.nav>li>a .badge {
    right: 8px;
    top: 7px;
    display: block;
    height: 7px;
    width: 7px;
    padding: 0;
    min-width: 1px
}

.notify-item {
    padding: 10px 20px
}

.notify-item .notify-icon {
    float: left;
    line-height: 36px;
    margin-right: 10px
}

.notify-item .notify-icon i {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    line-height: 32px;
    margin-top: 2px;
    color: #fff
}

.notify-item .notify-details {
    margin-bottom: 0;
    overflow: hidden;
    margin-left: 45px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notify-item .notify-details span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 12px;
    font-weight: 400
}

.notifi-title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    margin-top: -5px;
    background-color: #6cbafa;
    border-radius: 4px 4px 0 0
}

.notifi-title .badge-success {
    background-color: rgba(255, 255, 255, .5);
    color: #3e445e;
    font-weight: 700;
    margin-left: 5px
}

.profile-dropdown {
    width: 170px
}

.profile-dropdown i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 7px
}

.nav-user:before {
    content: "";
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, .2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav-user a {
    padding-left: 15px
}

.nav-user img {
    height: 30px;
    width: 30px
}

.arrow-none:after {
    border: none;
    margin: 0;
    display: none
}

.container-fluid {
    max-width: 1300px
}

#topnav .navbar-custom {
    background-color: #fff;
    border-bottom: 2px solid rgba(62, 68, 94, .1)
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

#topnav .navigation-menu>li {
    display: inline-block;
    position: relative
}

#topnav .navigation-menu>li>a {
    display: block;
    color: rgba(62, 68, 94, .8);
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 18px;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px
}

#topnav .navigation-menu>li>a:active,
#topnav .navigation-menu>li>a:focus,
#topnav .navigation-menu>li>a:hover {
    background-color: transparent;
    color: #6cbafa
}

#topnav .navigation-menu>li>a i {
    margin-right: 8px;
    -webkit-transition: .5s;
    transition: .5s
}

.wrapper {
    margin-top: 130px
}

.page-title-box {
    padding: 24px 0
}

@media (min-width:992px) {
    #topnav .navigation-menu>li:first-of-type>a {
        padding-left: 0
    }

    #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 .has-submenu.active .submenu li.active>a,
    #topnav .has-submenu.active a,
    #topnav .navigation-menu>li .submenu li a:hover,
    #topnav .navigation-menu>li:hover a,
    #topnav .navigation-menu>li:hover a i {
        color: #6cbafa
    }

    #topnav .navigation-menu>li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 15px 0;
        list-style: none;
        min-width: 200px;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        margin-top: 20px;
        -webkit-transition: .2s;
        transition: .2s;
        background-color: #fff;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 1px 2px 0 rgba(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;
        top: 12px;
        font-size: 12px
    }

    #topnav .navigation-menu>li .submenu>li .submenu {
        left: 100%;
        top: 0;
        margin-top: 10px
    }

    #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: rgba(62, 68, 94, .8)
    }

    #topnav .navigation-menu>li>a {
        padding-top: 20px;
        padding-bottom: 20px
    }

    #topnav .navbar-toggle {
        display: none
    }

    #topnav #navigation {
        display: block
    }
}

@media (max-width:991px) {
    .container-fluid {
        width: 100%
    }

    #topnav .navigation-menu {
        float: none;
        max-height: 400px;
        text-align: left
    }

    #topnav .navigation-menu>li,
    #topnav .navigation-menu>li .submenu .submenu.open,
    #topnav .navigation-menu>li .submenu.open {
        display: block
    }

    #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: #3e445e
    }

    #topnav .navigation-menu>li .submenu li a:hover,
    #topnav .navigation-menu>li .submenu.open>a {
        color: #6cbafa
    }

    #topnav .navigation-menu>li .submenu li.has-submenu>a:after {
        content: "\f140";
        font-family: "Material Design Icons";
        position: absolute;
        right: 30px
    }

    #topnav .navigation-menu>li .submenu .submenu {
        display: none;
        list-style: none
    }

    #topnav .navigation-menu>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0
    }

    #topnav .navigation-menu>li>a {
        color: #3e445e;
        padding: 15px
    }

    #topnav .navigation-menu>li>a i {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: inherit
    }

    #topnav .navigation-menu>li>a i.mdi-drop {
        position: absolute;
        right: 20px
    }

    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px
    }

    #topnav .has-submenu.active>a,
    #topnav .navigation-menu>li>a:active,
    #topnav .navigation-menu>li>a:hover,
    #topnav .submenu li.active>a {
        color: #6cbafa !important
    }

    #navigation {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        background-color: #fff;
        z-index: 9
    }

    #navigation.open {
        display: block;
        overflow-y: auto
    }

    .wrapper {
        margin-top: 70px !important
    }
}

@media (min-width:768px) {
    #topnav .navigation-menu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 2px
    }

    #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: -1px;
        margin-right: 0
    }

    .navbar-toggle {
        display: block
    }

    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) and (max-width:991px) {
    body {
        overflow-x: hidden
    }

    .navbar-form {
        display: none !important
    }
}

@media (max-width:767px) {
    div#datatable-buttons_info {
        float: none
    }

    body {
        overflow-x: hidden
    }

    .content-page {
        margin-left: 0 !important
    }

    .mobile-sidebar {
        left: 0
    }

    .mobile-content {
        left: 250px;
        right: -250px
    }

    .wrapper-page {
        width: 90%
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
        left: auto;
        position: absolute;
        right: 0
    }

    .footer {
        left: 0 !important
    }
}

@media (max-width:620px) {
    .logo-lg {
        display: none
    }

    .logo-sm {
        display: inline-block !important
    }

    .logo {
        margin-right: 20px !important
    }

    .page-header-title {
        text-align: center;
        padding: 10px 15px 88px 20px
    }
}

@media (max-width:480px) {
    .button-menu-mobile {
        display: block
    }

    .search-bar {
        display: none !important
    }
}

@media (max-width:420px) {
    .notify-icon {
        display: none
    }

    .dropdown-menu-lg {
        width: 200px
    }

    .notify-details {
        margin-left: 0 !important
    }

    .hide-phone {
        display: none !important
    }
}