﻿@charset "UTF-8";
/*
Template Name: Velonic - Responsive Bootstrap 4 Admin Dashboard
Author: CoderThemes
Email: support@coderthemes.com
Version: 4.0.0
Date: Jan 2015
Last Update: May 2018
File: Main Css
*/
/*********************
01.Menu
02.Common
03.Helper
04.Extra Helper
05.Bootstrap Reset
06.Waves
07.Buttons
08.Checkbox-radios
09.Tabs
10.Modals
11.Alerts
12.Sweatalert 2
13.Portlets
14.Widgets
15.Nestable
16.Calender
17.Form Elements
18.Tables
19.Charts
20.Email
21.Maps
22.Profile
23.Timeline
24.Print
25.Contact
26.Account pages
27.Responsive
**********************/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:500,600");
/* Metis Menu css */
.metismenu {
    padding: 0;
}

    .metismenu ul {
        padding: 0;
    }

        .metismenu ul li {
            list-style: none;
        }

.nav-second-level li a, .nav-thrid-level li a {
    padding: 8px 20px 8px 10px;
    color: #767f8e;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .nav-second-level li a:focus, .nav-thrid-level li a:focus {
        background-color: #1a2942;
    }

    .nav-second-level li a:hover, .nav-thrid-level li a:hover {
        background-color: #1a2942;
        color: #aeb3bc;
    }

.nav-second-level > li > a {
    padding-left: 58px;
}

.nav-second-level li.active > a {
    color: #cacdd3;
    background-color: #1a2942;
}

.nav-third-level > li > a {
    padding-left: 68px;
}

.nav-third-level li.active > a {
    color: #ffffff;
}

.topbar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

    .topbar .topbar-left {
        background: #2f2f2f;
        float: left;
        text-align: center;
        height: 70px;
        position: relative;
        width: 240px;
        z-index: 1;
    }

        .topbar .topbar-left .logo {
            line-height: 70px;
        }

            .topbar .topbar-left .logo i {
                display: none;
            }

.navbar-custom {
    background-color: #ffffff;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0 10px;
    -webkit-box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.15);
    margin-left: 240px;
    min-height: 70px;
}

    .navbar-custom .nav-link {
        padding: 0 4px;
    }

    .navbar-custom .dropdown-toggle:after {
        content: initial;
    }

    .navbar-custom .menu-left {
        overflow: hidden;
    }

.logo {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: -30px;
}

    .logo span span {
        color: #3bc0c3;
    }

.user-box {
    text-align: center;
    padding: 30px 0 20px 0;
}

    .user-box .user-img {
        position: relative;
        height: 88px;
        width: 88px;
        margin: 0 auto;
    }

    .user-box h5 a {
        color: #313a46;
    }

    .user-box .user-status {
        height: 12px;
        width: 12px;
        position: absolute;
        bottom: 7px;
        right: 15px;
    }

        .user-box .user-status i {
            font-size: 15px;
        }

        .user-box .user-status.away i {
            color: #edc755;
        }

        .user-box .user-status.offline i {
            color: #d03f3f;
        }

        .user-box .user-status.online i {
            color: #4489e4;
        }

.side-menu {
    width: 240px;
    z-index: 10;
    background: #1a2942;
    bottom: 0;
    margin-top: 0;
    padding-bottom: 30px;
    position: fixed;
    top: 70px;
}

    .side-menu .waves-effect .waves-ripple {
        background-color: rgba(59, 192, 195, 0.4);
    }

.enlarged .side-menu {
    position: absolute;
}

.content-page {
    margin-left: 240px;
    overflow: hidden;
}

    .content-page .content {
        padding: 0 8px 3px 8px;
        /*margin-top: 70px;*/
    }

.button-menu-mobile {
    border: none;
    color: #5b6c82;
    display: inline-block;
    height: 70px;
    width: 60px;
    background-color: #ffffff;
    font-size: 24px;
}

#sidebar-menu > ul > li > a {
    color: #767f8e;
    display: block;
    padding: 5px 10px;
    margin: 1px 0;
    font-size: 12px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    #sidebar-menu > ul > li > a:hover, #sidebar-menu > ul > li > a:focus, #sidebar-menu > ul > li > a:active {
        color: #aeb3bc;
        text-decoration: none;
        background-color: #162339;
    }

    #sidebar-menu > ul > li > a > span {
        vertical-align: middle;
    }

#sidebar-menu {
    padding-top: 10px;
}

    #sidebar-menu .menu-arrow {
        -webkit-transition: -webkit-transform .15s;
        transition: -webkit-transform .15s;
        transition: transform .15s;
        transition: transform .15s, -webkit-transform .15s;
        position: absolute;
        right: 20px;
        display: inline-block;
        font-family: 'Material Design Icons';
        text-rendering: auto;
        line-height: 28px;
        font-size: 18px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

        #sidebar-menu .menu-arrow:before {
            content: "\F142";
        }

    #sidebar-menu .badge, #sidebar-menu .label {
        margin-top: 4px;
    }

    #sidebar-menu li.active .menu-arrow {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #sidebar-menu ul li a i {
        display: inline-block;
        font-size: 18px;
        line-height: 17px;
        margin: 0 10px 0 3px;
        text-align: center;
        vertical-align: middle;
        width: 20px;
    }

    #sidebar-menu ul li a .drop-arrow {
        float: right;
    }

        #sidebar-menu ul li a .drop-arrow i {
            margin-right: 0;
        }

    #sidebar-menu > ul > li > a.active {
        color: #3bc0c3 !important;
        background-color: #162339;
    }

.menu-title {
    padding: 12px 20px !important;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: 11px;
    /*text-transform: uppercase;*/
    color: #98a6ad;
    font-family: "Montserrat", sans-serif;
}

.enlarged .slimScrollDiv, .enlarged .slimscroll-menu {
    overflow: inherit !important;
}

.enlarged .slimScrollBar {
    visibility: hidden;
}

.enlarged #wrapper .navbar-custom {
    margin-left: 70px;
}

.enlarged #wrapper #sidebar-menu .menu-title, .enlarged #wrapper #sidebar-menu .menu-arrow, .enlarged #wrapper #sidebar-menu .label, .enlarged #wrapper #sidebar-menu .badge {
    display: none !important;
}

.enlarged #wrapper #sidebar-menu .collapse.in {
    display: none !important;
}

.enlarged #wrapper #sidebar-menu .nav.collapse {
    height: inherit !important;
}

.enlarged #wrapper #sidebar-menu ul ul {
    margin-top: -2px;
    padding-bottom: 5px;
    padding-top: 5px;
    z-index: 9999;
    background-color: #1a2942;
}

.enlarged #wrapper .left.side-menu {
    width: 70px;
    z-index: 5;
}

    .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a {
        padding: 15px 20px;
        min-height: 56px;
    }

        .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:hover, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:active, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:focus {
            color: #ffffff !important;
            background-color: #162339;
        }

        .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a i {
            font-size: 24px;
            margin-right: 20px !important;
        }

    .enlarged #wrapper .left.side-menu .label {
        position: absolute;
        top: 5px;
        left: 35px;
        text-indent: 0;
        display: block !important;
        padding: .2em .6em .3em !important;
    }

    .enlarged #wrapper .left.side-menu #sidebar-menu ul > li {
        position: relative;
        white-space: nowrap;
    }

        .enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > a {
            position: relative;
            width: 260px;
            color: #ffffff !important;
            background-color: #162339;
        }

        .enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > ul {
            display: block;
            left: 70px;
            position: absolute;
            width: 190px;
            height: auto !important;
        }

            .enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > ul a {
                -webkit-box-shadow: none;
                box-shadow: none;
                padding: 8px 20px;
                position: relative;
                width: 190px;
                z-index: 6;
            }

                .enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
                    color: #ffffff;
                }

        .enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover a span {
            display: inline;
        }

    .enlarged #wrapper .left.side-menu #sidebar-menu ul ul li:hover > ul {
        display: block;
        left: 190px;
        margin-top: -36px;
        position: absolute;
        width: 190px;
    }

    .enlarged #wrapper .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        position: absolute;
        right: 20px;
        top: 12px;
        transform: rotate(270deg);
    }

    .enlarged #wrapper .left.side-menu #sidebar-menu ul ul li.active a {
        color: #ffffff;
    }

    .enlarged #wrapper .left.side-menu #sidebar-menu ul > li > a span {
        display: none;
        padding-left: 10px;
    }

    .enlarged #wrapper .left.side-menu .user-details {
        display: none;
    }

.enlarged #wrapper .content-page {
    margin-left: 70px;
}

.enlarged #wrapper .footer {
    left: 70px;
}

.enlarged #wrapper .topbar .topbar-left {
    width: 70px !important;
}

    .enlarged #wrapper .topbar .topbar-left .logo span {
        display: none;
        opacity: 0;
    }

    .enlarged #wrapper .topbar .topbar-left .logo i {
        display: block;
        line-height: 70px;
        color: #3bc0c3 !important;
    }

.enlarged #wrapper #sidebar-menu > ul > li:hover > a.open :after {
    display: none;
}

.enlarged #wrapper #sidebar-menu > ul > li:hover > a.active :after {
    display: none;
}

#wrapper.right-bar-enabled .right-bar {
    right: 0;
}

#wrapper.right-bar-enabled .left-layout {
    left: 0;
}

/* Seach */
.app-search {
    position: relative;
    padding-top: 18px;
}

    .app-search a {
        position: absolute;
        top: 18px;
        left: 220px;
        display: block;
        height: 34px;
        line-height: 34px;
        width: 34px;
        text-align: center;
        color: rgba(49, 58, 70, 0.5);
    }

        .app-search a:hover {
            color: #313a46;
        }

    .app-search .form-control,
    .app-search .form-control:focus {
        border: 1px solid #f2f2f2;
        font-size: 13px;
        height: 30px;
        color: #313a46;
        padding-left: 20px;
        padding-right: 40px;
        background: #f2f2f2;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 30px;
        width: 200px;
    }

    .app-search input::-webkit-input-placeholder {
        color: #313a46;
    }

    .app-search input:-moz-placeholder {
        color: #313a46;
    }

    .app-search input::-moz-placeholder {
        color: #313a46;
    }

    .app-search input:-ms-input-placeholder {
        color: #313a46;
    }

/* Page titles */
.page-title {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 2px;
    font-weight: 600;
}

.header-title {
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.page-title-box {
    padding: 30px 0;
}

    .page-title-box .breadcrumb {
        margin-bottom: 0;
        padding: 0;
        background-color: transparent !important;
    }

/* Body min-height set */
body.enlarged {
    min-height: 1150px;
}

    body.enlarged.bg-transparent {
        min-height: 500px;
    }

.lang-option .bootstrap-select {
    margin: 18px 10px 0 10px !important;
}

    .lang-option .bootstrap-select .btn-default {
        background-color: #ffffff !important;
    }

/* Footer */
.footer {
    border-top: 1px solid rgba(152, 166, 173, 0.2);
    bottom: 0;
    text-align: left !important;
    padding: 19px 30px 20px;
    position: absolute;
    right: 0;
    left: 240px;
    color: #98a6ad;
    text-align: center !important;
}

/* Notification */
.notification-list {
    margin-left: 0 !important;
}

    .notification-list .noti-title {
        border-radius: 0.25rem 0.25rem 0 0;
        background-color: #ffffff !important;
        margin: -4px 0px 0px 0px;
        width: auto;
        padding: 12px 20px;
    }

        .notification-list .noti-title h5 {
            margin: 0;
        }

        .notification-list .noti-title .label {
            float: right;
        }

    .notification-list .noti-icon {
        font-size: 18px;
        vertical-align: middle;
        color: rgba(49, 58, 70, 0.8);
        line-height: 32px;
        height: 32px;
        width: 32px;
        text-align: center;
        background-color: #ededed;
        border-radius: 50%;
        margin: 19px 0;
        display: inline-block;
    }

    .notification-list .noti-icon-badge {
        display: inline-block;
        position: absolute;
        top: 8px;
        right: 3px;
        z-index: 1;
    }

    .notification-list .notify-item {
        padding: 10px 20px;
    }

        .notification-list .notify-item .notify-icon {
            float: left;
            height: 36px;
            width: 36px;
            line-height: 36px;
            text-align: center;
            margin-right: 10px;
            border-radius: 50%;
            font-size: 20px;
            background-color: #f4f4f4;
        }

            .notification-list .notify-item .notify-icon img {
                margin-top: 4px;
            }

        .notification-list .notify-item .notify-details {
            margin-bottom: 0;
            overflow: hidden;
            margin-left: 45px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .notification-list .notify-item .notify-details b {
                font-weight: 500;
            }

            .notification-list .notify-item .notify-details small {
                display: block;
            }

            .notification-list .notify-item .notify-details span {
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-size: 13px;
            }

        .notification-list .notify-item .user-msg {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 13px;
        }

    .notification-list .notify-all {
        border-radius: 0 0 0.25rem 0.25rem;
        margin: 0 0 -3px 0;
        font-weight: 600;
    }

    .notification-list .profile-dropdown .notify-item {
        padding: 4px 20px;
    }

.profile-dropdown {
    width: 170px;
}

    .profile-dropdown i {
        font-size: 17px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .profile-dropdown span {
        vertical-align: middle;
    }

.nav-user img {
    margin-top: -3px;
}

/* =============
   Common
============= */
body {
    margin: 0;
    padding-bottom: 60px;
    overflow-x: hidden;
    font-family: "Lato",sans-serif;
    font-size: 12px;
    font-style: normal;
    background-color: #edf0f0;
}

.LandingBody {
    background-color: #6c757d;
    /*background: url("../images/gallery/11.jpg") center;*/
    /*background: url('../images/bgImage.jpg') center;*/
}

html {
    position: relative;
    min-height: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #666f7b;
    margin: 10px 0;
    font-family: "Montserrat", sans-serif;
}

.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: 13px;
}

p {
    line-height: 1.6;
}

* {
    outline: none !important;
}

a {
    color: #313a46;
    outline: none !important;
}

    a:hover, a:active, a:focus {
        outline: 0;
        color: #313a46;
        text-decoration: none;
    }

.container {
    width: auto;
}

.container-alt {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

/* =============
   Helper classes
============= */
/* Animation / Shadow / Radius */
.log-in-detail a,
.icon-list div:hover,
.widget-style-1 i,
.profile-widget,
.portlet,
.ionicon-list i {
    -webkit-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out;
}

    .bx-s,
    .panel,
    .portlet,
    .widget-panel,
    .profile-widget,
    .profile-widget img,
    .tiles,
    .tile-stats,
    .mini-stat,
    header {
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    }

.br-radius,
.tiles,
.tile-stats,
.portlet {
    border-radius: 5px;
}

/* Padding - Margin */
.p-0 {
    padding: 0px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.m-0 {
    margin: 0px !important;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-0 {
    margin-top: 0px;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px;
}

.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: 0px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-30 {
    margin-bottom: 30px;
}

/* ---- Width-Sizes ---*/
.w-xs {
    min-width: 80px;
}

.w-sm {
    min-width: 95px;
}

.w-md {
    min-width: 110px;
}

.w-lg {
    min-width: 140px;
}

/* ---- Images-Sizes ---*/
.thumb-sm {
    height: 32px;
    width: 32px;
}

    .thumb-sm img {
        height: auto;
        max-width: 100%;
        vertical-align: middle;
    }

.thumb-xs {
    height: 24px;
    width: 24px;
}

.thumb-md {
    width: 64px;
    height: 64px;
}

.thumb-lg {
    height: 84px;
    width: 84px;
}

/* Text-sizes */
.text-xs {
    font-size: 12px;
}

.text-sm {
    font-size: 16px;
}

.text-md {
    font-size: 20px;
}

.text-lg {
    font-size: 24px !important;
}

/* Extra */
.m-h-50 {
    min-height: 50px;
}

.l-h-34 {
    line-height: 34px;
}

.font-light {
    font-weight: 300;
}

.wrapper-md {
    padding: 20px;
}

.pull-in {
    margin-left: -20px;
    margin-right: -20px;
}

.b-0 {
    border: none !important;
}

/* Dropcap */
.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;
}

/* Custom Radio/Checkbox */
.cr-styled {
    display: inline-block;
    margin: 0px 2px;
    line-height: 20px;
    font-weight: normal;
    cursor: pointer;
}

    .cr-styled i {
        display: inline-block;
        height: 18px;
        width: 18px;
        cursor: pointer;
        vertical-align: middle;
        border: 2px solid #CCC;
        border-radius: 3px;
        text-align: center;
        padding-top: 1px;
        font-family: 'FontAwesome';
        margin-top: -4px;
        margin-right: 3px;
        font-size: 12px;
    }

    .cr-styled input {
        visibility: hidden;
        display: none;
    }

        .cr-styled input[type=checkbox]:checked + i:before {
            content: "\f00c";
        }

        .cr-styled input[type=radio] + i {
            border-radius: 18px;
            font-size: 11px;
            line-height: 13px;
        }

        .cr-styled input[type=radio]:checked + i:before {
            content: "\f111";
        }

        .cr-styled input:checked + i {
            border-color: #3bc0c3;
            color: #3bc0c3;
        }

/* Custom Choose-button */
.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

/* Only Mozila */
@-moz-document url-prefix() {
    .cr-styled i {
        padding-top: 0;
    }

    label {
        font-weight: 600;
    }
}

.slimScrollDiv {
    height: auto !important;
}

/* =============
   Extras
============= */
/* =============
   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: #f3f3f3;
    margin-bottom: 18px;
    padding: 12px 20px;
    font-family: "Montserrat", sans-serif;
}

/* 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: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #75798B;
    font-size: 12px;
}

    .icon-list-demo div p {
        margin-bottom: 0;
        line-height: inherit;
    }

.icon-list-demo i {
    -webkit-transition: all 0.2s;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    text-align: center;
    transition: all 0.2s;
    vertical-align: middle;
    width: 40px;
}

.icon-list-demo .col-md-4:hover {
    color: #3bc0c3;
}

.ion-icon i {
    font-size: 22px;
}

/* Switchery demo */
.switchery-demo {
    margin-bottom: -10px;
}

    .switchery-demo .switchery {
        margin-bottom: 10px;
        margin-right: 5px;
    }

/* =============
   Bootstrap-custom
============= */
.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;
    padding-top: 10px;
    padding-left: 0;
}

    .breadcrumb a {
        color: #98a6ad;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "\f105" !important;
        font-family: FontAwesome !important;
    }

.media {
    margin-top: 25px;
}

.card {
    margin-bottom: 20px;
}

.card-columns .card {
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .card-deck .card {
        margin-right: 10px;
        margin-left: 10px;
    }
}

/* Dropdown */
.dropdown-menu {
    padding: 4px 0;
    font-size: 12px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border-color: #e2e2e2;
}

.show > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #313a46;
    text-decoration: none;
    background-color: #f7f7f7;
}

.dropdown-lg {
    width: 260px;
}

.arrow-none:after {
    border: none;
    margin: 0;
    display: none;
}

.dropdown-item.active, .dropdown-item:active {
    color: #313a46;
    background-color: #f3f3f3;
}

.card-title, .card-header {
    margin-top: 0;
}

/* Background colors */
.bg-primary {
    background-color: #f24f7c !important;
}

.bg-green {
    background-color: #28a745 !important;
}

.bg-success {
    background-color: #4489e4 !important;
}

.bg-info {
    background-color: #33b0e0 !important;
}

.bg-warning {
    background-color: #edc755 !important;
}

.bg-danger {
    background-color: #d03f3f !important;
}

.bg-muted {
    background-color: #f3f3f3 !important;
}

.bg-inverse {
    background-color: #36404c !important;
}

.bg-purple {
    background-color: #716cb0 !important;
}

.bg-pink {
    background-color: #f24f7c !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #313a46 !important;
}

/* Text colors */
.text-white {
    color: #ffffff !important;
}

.text-danger {
    color: #d03f3f !important;
}

.text-muted {
    color: #98a6ad !important;
}

.text-primary {
    color: #3bc0c3 !important;
}

.text-warning {
    color: #edc755 !important;
}

.text-success {
    color: #4489e4 !important;
}

.text-info {
    color: #33b0e0 !important;
}

.text-inverse {
    color: #36404c !important;
}

.text-pink {
    color: #f24f7c !important;
}

.text-purple {
    color: #716cb0 !important;
}

.text-dark {
    color: #313a46 !important;
}

/* Labels */
.label {
    display: inline;
    padding: 0.3em .6em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label:empty {
        display: none;
    }

.label-white {
    background-color: fade(#ffffff, 70%);
    color: #313a46 !important;
}

.label-default {
    background-color: #e2e2e2;
    color: #313a46;
}

.label-primary {
    background-color: #3bc0c3;
}

.label-success {
    background-color: #4489e4;
}

.label-info {
    background-color: #33b0e0;
}

.label-warning {
    background-color: #edc755;
}

.label-danger {
    background-color: #d03f3f;
}

.label-purple {
    background-color: #716cb0;
}

.label-pink {
    background-color: #f24f7c;
}

.label-inverse {
    background-color: #36404c;
}

.label-muted {
    background-color: #98a6ad;
}

.blockquote {
    padding: 10px 20px;
    margin-bottom: 20px;
    border-left: 4px solid #f3f3f3;
    font-size: 16px;
}

    .blockquote.blockquote-reverse {
        border-left: 0;
        border-right: 4px solid #f3f3f3;
        text-align: right;
    }

/* Badge */
.badge {
    text-transform: uppercase;
    padding: 3px 5px;
    margin-top: 1px;
    display: inline-block;
    min-width: 10px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
}

.badge-xs {
    font-size: 9px;
}

.badge-xs, .badge-sm {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.badge-white {
    background-color: fade(#ffffff, 70%);
    color: #313a46 !important;
}

.badge-primary {
    background-color: #3bc0c3;
}

.badge-approvalPending {
    background-color: #d03f3f;
}

.badge-materialPending {
    background-color: #007bff;
}

.badge-artWorkProcessing {
    background-color: #ff8507;
}

.badge-specAD {
    background-color: #6f42c1;
}

.badge-success {
    background-color: #4489e4;
}

.badge-info {
    background-color: #33b0e0;
}

.badge-warning {
    background-color: #edc755;
}

.badge-danger {
    background-color: #d03f3f;
}

.badge-purple {
    background-color: #716cb0;
}

.badge-pink {
    background-color: #f24f7c;
}

.badge-inverse {
    background-color: #36404c;
}

/** checkbox & radio **/
.custom-control-input:checked ~ .custom-control-label:before {
    background: #3bc0c3;
    border-color: #3bc0c3;
}

/* Pagination */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination > li > a,
.pagination > li > span {
    color: #313a46;
}

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        background-color: #e2e2e2;
    }

.pagination .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination-split li {
    margin-left: 5px;
    float: left;
}

    .pagination-split li:first-child {
        margin-left: 0;
    }

    .pagination-split li a {
        border-radius: 3px;
    }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.page-item.active .page-link {
    background-color: #3bc0c3;
    border-color: #3bc0c3;
}

/* Spinner */
.spinner-border, .spinner-grow {
    margin-right: 10px;
    margin-top: 10px;
}

.list-group-item.active, .list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #3bc0c3;
    border-color: #3bc0c3;
}

    .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: fade(#ffffff, 70%);
    }

.progress-bar {
    background-color: #3bc0c3;
}

/*!
 * 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 {
    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;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.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, 0.2);
        -webkit-transition: all 0.7s ease-out;
        transition: all 0.7s 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);
        transform: scale(0);
        pointer-events: none;
    }

.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%;
    -webkit-mask-image: none;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

.waves-block {
    display: block;
}

.waves-effect.waves-light .waves-ripple {
    background-color: fade(#ffffff, 40%);
}

.waves-effect.waves-custom .waves-ripple {
    background-color: fade(#3bc0c3, 40%);
}

.waves-effect.waves-primary .waves-ripple {
    background-color: fade(#3bc0c3, 40%);
}

.waves-effect.waves-success .waves-ripple {
    background-color: fade(#4489e4, 40%);
}

.waves-effect.waves-info .waves-ripple {
    background-color: fade(#33b0e0, 40%);
}

.waves-effect.waves-warning .waves-ripple {
    background-color: fade(#edc755, 40%);
}

.waves-effect.waves-danger .waves-ripple {
    background-color: fade(#d03f3f, 40%);
}

.waves-effect.waves-pink .waves-ripple {
    background-color: fade(#f24f7c, 40%);
}

.waves-effect.purple .waves-ripple {
    background-color: fade(#716cb0, 20%);
}

.waves-effect.waves-inverse .waves-ripple {
    background-color: fade(#36404c, 40%);
}

/* =============
   Buttons
============= */
.btn {
    border-radius: 2px;
    font-size: 12px;
    padding: 7px 12px;
    outline: none !important;
    font-family: "Montserrat", sans-serif;
}

.btn-md {
    padding: 9px 18px;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 12px 20px !important;
    font-size: 18px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px !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-primary, .btn-success, .btn-info, .btn-warning,
.btn-danger, .btn-inverse, .btn-purple, .btn-pink {
    color: #ffffff !important;
}

.btn-secondary {
    background-color: #ffffff;
    border-color: rgba(49, 58, 70, 0.2);
    color: #313a46;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active,
    .btn-secondary.focus, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover,
    .open > .dropdown-toggle.btn-secondary, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        background-color: rgba(49, 58, 70, 0.07) !important;
        border-color: rgba(49, 58, 70, 0.2) !important;
        color: #313a46;
    }

        .btn-secondary.focus, .btn-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:focus,
        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 2px rgba(49, 58, 70, 0.1);
            box-shadow: 0 0 0 2px rgba(49, 58, 70, 0.1);
        }

.btn-primary {
    background-color: #3bc0c3 !important;
    border: 1px solid #3bc0c3 !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: #35adaf !important;
        border-color: #35adaf !important;
    }

    .btn-primary.focus, .btn-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:focus,
    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 2px rgba(59, 192, 195, 0.3);
        box-shadow: 0 0 0 2px rgba(59, 192, 195, 0.3);
    }

.btn-success {
    background-color: #4489e4 !important;
    border: 1px solid #4489e4 !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: #2e7be1 !important;
        border-color: #2e7be1 !important;
    }

    .btn-success.focus, .btn-success:focus, .btn-outline-success.focus, .btn-outline-success:focus,
    .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 2px rgba(68, 137, 228, 0.3);
        box-shadow: 0 0 0 2px rgba(68, 137, 228, 0.3);
    }

.btn-info {
    background-color: #33b0e0 !important;
    border: 1px solid #33b0e0 !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: #21a6d9 !important;
        border-color: #21a6d9 !important;
    }

    .btn-info.focus, .btn-info:focus, .btn-outline-info.focus, .btn-outline-info:focus,
    .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 2px rgba(51, 176, 224, 0.3);
        box-shadow: 0 0 0 2px rgba(51, 176, 224, 0.3);
    }

.btn-warning {
    background-color: #edc755 !important;
    border: 1px solid #edc755 !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: #ebbf3e !important;
        border-color: #ebbf3e !important;
    }

    .btn-warning.focus, .btn-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:focus,
    .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 2px rgba(237, 199, 85, 0.3);
        box-shadow: 0 0 0 2px rgba(237, 199, 85, 0.3);
    }

.btn-danger {
    background-color: #d03f3f !important;
    border: 1px solid #d03f3f !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: #c53030 !important;
        border-color: #c53030 !important;
    }

    .btn-danger.focus, .btn-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:focus,
    .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 2px rgba(208, 63, 63, 0.3);
        box-shadow: 0 0 0 2px rgba(208, 63, 63, 0.3);
    }

.btn-inverse {
    background-color: #36404c !important;
    border: 1px solid #36404c !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: #2b333d !important;
        border-color: #2b333d !important;
    }

    .btn-inverse.focus, .btn-inverse:focus, .btn-outline-inverse.focus, .btn-outline-inverse:focus {
        -webkit-box-shadow: 0 0 0 2px rgba(54, 64, 76, 0.3);
        box-shadow: 0 0 0 2px rgba(54, 64, 76, 0.3);
    }

.btn-purple {
    background-color: #716cb0 !important;
    border: 1px solid #716cb0 !important;
}

    .btn-purple:hover, .btn-purple:focus, .btn-purple:active {
        background-color: #615ba7 !important;
        border-color: #615ba7 !important;
    }

    .btn-purple.focus, .btn-purple:focus, .btn-outline-purple.focus, .btn-outline-purple:focus {
        -webkit-box-shadow: 0 0 0 2px rgba(113, 108, 176, 0.3);
        box-shadow: 0 0 0 2px rgba(113, 108, 176, 0.3);
    }

.btn-pink {
    background-color: #f24f7c !important;
    border: 1px solid #f24f7c !important;
}

    .btn-pink:hover, .btn-pink:focus, .btn-pink:active {
        background-color: #f0376a !important;
        border-color: #f0376a !important;
    }

    .btn-pink.focus, .btn-pink:focus, .btn-outline-pink.focus, .btn-outline-pink:focus {
        -webkit-box-shadow: 0 0 0 2px rgba(242, 79, 124, 0.3);
        box-shadow: 0 0 0 2px rgba(242, 79, 124, 0.3);
    }

.btn-bordered {
    background-color: transparent !important;
}

    .btn-bordered.btn-secondary {
        background-color: #ffffff;
        border: 1px solid rgba(49, 58, 70, 0.15) !important;
    }

    .btn-bordered.btn-primary {
        color: #3bc0c3 !important;
        border: 1px solid #3bc0c3 !important;
    }

        .btn-bordered.btn-primary:hover, .btn-bordered.btn-primary:focus, .btn-bordered.btn-primary:active {
            background-color: #3bc0c3;
            color: #ffffff !important;
            border: 1px solid #33a5a8 !important;
        }

    .btn-bordered.btn-success {
        color: #4489e4 !important;
        border: 1px solid #4489e4 !important;
    }

        .btn-bordered.btn-success:hover, .btn-bordered.btn-success:focus, .btn-bordered.btn-success:active {
            background-color: #4489e4;
            color: #ffffff !important;
            border: 1px solid #2575df !important;
        }

    .btn-bordered.btn-info {
        color: #33b0e0 !important;
        border: 1px solid #33b0e0 !important;
    }

        .btn-bordered.btn-info:hover, .btn-bordered.btn-info:focus, .btn-bordered.btn-info:active {
            background-color: #33b0e0;
            color: #ffffff !important;
            border: 1px solid #209fd0 !important;
        }

    .btn-bordered.btn-warning {
        color: #edc755 !important;
        border: 1px solid #edc755 !important;
    }

        .btn-bordered.btn-warning:hover, .btn-bordered.btn-warning:focus, .btn-bordered.btn-warning:active {
            background-color: #edc755;
            color: #ffffff !important;
            border: 1px solid #eabc35 !important;
        }

    .btn-bordered.btn-danger {
        color: #d03f3f !important;
        border: 1px solid #d03f3f !important;
    }

        .btn-bordered.btn-danger:hover, .btn-bordered.btn-danger:focus, .btn-bordered.btn-danger:active {
            background-color: #d03f3f;
            color: #ffffff !important;
            border: 1px solid #bd2e2e !important;
        }

    .btn-bordered.btn-inverse {
        color: #36404c !important;
        border: 1px solid #36404c !important;
    }

        .btn-bordered.btn-inverse:hover, .btn-bordered.btn-inverse:focus, .btn-bordered.btn-inverse:active {
            background-color: #36404c;
            color: #ffffff !important;
            border: 1px solid #272e37 !important;
        }

    .btn-bordered.btn-purple {
        color: #716cb0 !important;
        border: 1px solid #716cb0 !important;
    }

        .btn-bordered.btn-purple:hover, .btn-bordered.btn-purple:focus, .btn-bordered.btn-purple:active {
            background-color: #716cb0;
            color: #ffffff !important;
            border: 1px solid #5c57a2 !important;
        }

    .btn-bordered.btn-pink {
        color: #f24f7c !important;
        border: 1px solid #f24f7c !important;
    }

        .btn-bordered.btn-pink:hover, .btn-bordered.btn-pink:focus, .btn-bordered.btn-pink:active {
            background-color: #f24f7c;
            color: #ffffff !important;
            border: 1px solid #f02e63 !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;
}

/* =============
   Checkbox and Radios
============= */
.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    font-weight: 500;
    font-size: 13px;
}

    .checkbox 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: -17px;
        position: absolute;
        transition: 0.3s ease-in-out;
        width: 17px;
        outline: none !important;
    }

    .checkbox label::after {
        display: inline-block;
        font-size: 11px;
        height: 16px;
        left: 0;
        margin-left: -17px;
        padding-left: 3px;
        padding-top: 1px;
        position: absolute;
        top: 0;
        width: 16px;
    }

.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

    .checkbox input[type="checkbox"]:disabled + label {
        opacity: 0.65;
    }

    .checkbox input[type="checkbox"]:focus + label::before {
        outline-offset: -2px;
        outline: none;
    }

    .checkbox input[type="checkbox"]:checked + label::after {
        content: "\f00c";
        font-family: 'FontAwesome';
    }

    .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #e2e2e2;
        cursor: not-allowed;
    }

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox.checkbox-single input {
    height: 18px;
    width: 18px;
    position: absolute;
}

.checkbox.checkbox-single label {
    height: 18px;
    width: 18px;
}

    .checkbox.checkbox-single label:before {
        margin-left: 0;
    }

    .checkbox.checkbox-single label:after {
        margin-left: 0;
    }

.checkbox-custom input[type="checkbox"]:checked + label::before {
    background-color: #3bc0c3;
    border-color: #3bc0c3;
}

.checkbox-custom input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #3bc0c3;
    border-color: #3bc0c3;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d03f3f;
    border-color: #d03f3f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #33b0e0;
    border-color: #33b0e0;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #edc755;
    border-color: #edc755;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #4489e4;
    border-color: #4489e4;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-purple input[type="checkbox"]:checked + label::before {
    background-color: #716cb0;
    border-color: #716cb0;
}

.checkbox-purple input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-pink input[type="checkbox"]:checked + label::before {
    background-color: #f24f7c;
    border-color: #f24f7c;
}

.checkbox-pink input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-inverse input[type="checkbox"]:checked + label::before {
    background-color: #36404c;
    border-color: #36404c;
}

.checkbox-inverse input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

/* Radios */
.radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    font-weight: 500;
    font-size: 13px;
}

    .radio label::before {
        -o-transition: border 0.5s ease-in-out;
        -webkit-transition: border 0.5s ease-in-out;
        background-color: #ffffff;
        border-radius: 50%;
        border: 1px solid #98a6ad;
        content: "";
        display: inline-block;
        height: 17px;
        left: 0;
        margin-left: -20px;
        position: absolute;
        transition: border 0.5s ease-in-out;
        width: 17px;
        outline: none !important;
    }

    .radio label::after {
        -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -webkit-transform: scale(0, 0);
        -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        background-color: #f3f3f3;
        border-radius: 50%;
        content: " ";
        display: inline-block;
        height: 11px;
        left: 3px;
        margin-left: -20px;
        position: absolute;
        top: 3px;
        transform: scale(0, 0);
        transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        width: 11px;
    }

.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

    .radio input[type="radio"]:disabled + label {
        opacity: 0.65;
    }

    .radio input[type="radio"]:focus + label::before {
        outline-offset: -2px;
        outline: 5px auto -webkit-focus-ring-color;
        outline: thin dotted;
    }

    .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.radio-inline {
    margin-top: 0;
}

.radio.radio-single label {
    height: 17px;
}

.radio-custom input[type="radio"] + label::after {
    background-color: #3bc0c3;
}

.radio-custom input[type="radio"]:checked + label::before {
    border-color: #3bc0c3;
}

.radio-custom input[type="radio"]:checked + label::after {
    background-color: #3bc0c3;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #3bc0c3;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #3bc0c3;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #3bc0c3;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d03f3f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d03f3f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d03f3f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #33b0e0;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #33b0e0;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #33b0e0;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #edc755;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #edc755;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #edc755;
}

.radio-success input[type="radio"] + label::after {
    background-color: #4489e4;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #4489e4;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #4489e4;
}

.radio-purple input[type="radio"] + label::after {
    background-color: #716cb0;
}

.radio-purple input[type="radio"]:checked + label::before {
    border-color: #716cb0;
}

.radio-purple input[type="radio"]:checked + label::after {
    background-color: #716cb0;
}

.radio-pink input[type="radio"] + label::after {
    background-color: #f24f7c;
}

.radio-pink input[type="radio"]:checked + label::before {
    border-color: #f24f7c;
}

.radio-pink input[type="radio"]:checked + label::after {
    background-color: #f24f7c;
}

/* =============
   Tabs
============= */
.tab-content {
    padding: 20px 0 0 0;
}

.nav-tabs > li > a, .nav-pills > li > a {
    color: #313a46;
    font-weight: 600;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    background-color: #3bc0c3;
}

/* Vertial tab */
.tabs-vertical-env .tab-content {
    background: #ffffff;
    display: table-cell;
    padding: 0 0 0 20px;
    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 > a {
        color: #313a46;
        white-space: nowrap;
        font-weight: 600;
        border-radius: 2px;
    }

        .tabs-vertical-env .nav.tabs-vertical li > a.active {
            background-color: #3bc0c3;
            border: 0;
            color: #ffffff;
        }

.tabs-vertical-env-right .tab-content {
    padding: 0 20px 0 0;
}

.tabs-bordered {
    border-bottom: 2px solid rgba(152, 166, 173, 0.2) !important;
}

    .tabs-bordered .nav-item {
        margin-bottom: -2px;
    }

    .tabs-bordered li a, .tabs-bordered li a:hover, .tabs-bordered li a:focus {
        border: 0 !important;
        padding: 10px 20px !important;
    }

        .tabs-bordered li a.active {
            border-bottom: 2px solid #3bc0c3 !important;
        }

/* 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: #3bc0c3;
}

/* =============
   Modals
============= */
.modal .modal-dialog .close {
    top: 0;
    position: absolute;
    right: 0;
    height: 36px;
    width: 36px;
    background-color: #313a46;
    opacity: 1;
    border: 2px solid #ffffff;
    text-shadow: none;
    color: #ffffff;
    border-radius: 50%;
    padding: 0;
}

.modal .modal-dialog .modal-title {
    margin: 0;
}

.modal .modal-dialog .modal-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #DDDDDD;
    border-radius: 2px;
    box-shadow: none;
}

    .modal .modal-dialog .modal-content .modal-header {
        border-bottom-width: 2px;
        margin: 0;
    }

    .modal .modal-dialog .modal-content .modal-body {
        padding: 20px;
    }

.modal-full {
    width: 98%;
}

.modal-content .nav.nav-tabs + .tab-content {
    margin-bottom: 0;
}

.modal-content .panel-group {
    margin-bottom: 0;
}

.modal-content .panel {
    border-top: none;
}

@media (min-width: 576px) {
    .modal-dialogNew {
        max-width: 1200px;
        margin: 1.75rem auto;
    }
}
/* 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-wrapper {
    text-align: left;
}

.custombox-modal-flash .close, .custombox-modal-rotatedown .close {
    top: 20px;
    z-index: 9999;
}

/* =============
   Alerts
============= */
/* =============
   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: #3bc0c3;
    background-color: #d7f2f3;
    border-color: #89d9db;
}

    .alert-success .alert-link {
        color: #2f999c;
    }

    .alert-success hr {
        border-top-color: #2f999c;
    }

.alert-info {
    color: #33b0e0;
    background-color: #ceecf8;
    border-color: #8cd2ed;
}

    .alert-info .alert-link {
        color: #1e95c2;
    }

    .alert-info hr {
        border-top-color: #1e95c2;
    }

.alert-warning {
    color: #edc755;
    background-color: #f9edc8;
    border-color: #f7e5b1;
}

    .alert-warning .alert-link {
        color: #e8b827;
    }

    .alert-warning hr {
        border-top-color: #e8b827;
    }

.alert-danger {
    color: #d03f3f;
    background-color: #f3cece;
    border-color: #e49191;
}

    .alert-danger .alert-link {
        color: #b12b2b;
    }

    .alert-danger hr {
        border-top-color: #b12b2b;
    }

/* =========== */
/* Sweet Alert2 */
/* =========== */
.swal2-modal {
    font-family: "Lato",sans-serif;
}

    .swal2-modal .swal2-title {
        font-size: 28px;
    }

    .swal2-modal .swal2-content {
        font-size: 16px;
    }

    .swal2-modal .swal2-spacer {
        margin: 10px 0;
    }

    .swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
        border: 2px solid #98a6ad;
        font-size: 16px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
            outline: 0;
            border: 2px solid #3bc0c3;
        }

.swal2-popup .swal2-styled:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.swal2-icon.swal2-question {
    color: #3bc0c3;
    border-color: #3bc0c3;
}

.swal2-icon.swal2-success {
    border-color: #4489e4;
}

    .swal2-icon.swal2-success .line {
        background-color: #4489e4;
    }

    .swal2-icon.swal2-success .placeholder {
        border-color: #4489e4;
    }

.swal2-icon.swal2-warning {
    color: #edc755;
    border-color: #edc755;
}

.swal2-icon.swal2-error {
    border-color: #d03f3f;
}

    .swal2-icon.swal2-error .line {
        background-color: #d03f3f;
    }

/* =============
   Portlets
============= */
.portlet {
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

    .portlet .portlet-heading {
        padding: 20px 25px;
        line-height: 38px;
        min-height: 39px;
        border-radius: 3px;
        color: #fff;
    }

        .portlet .portlet-heading .portlet-title {
            float: left;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 0;
            margin-top: 0;
        }

        .portlet .portlet-heading .portlet-widgets {
            position: relative;
            text-align: right;
            float: right;
            padding-left: 15px;
            display: inline-block;
            font-size: 15px;
            line-height: 16px;
        }

    .portlet .portlet-body {
        background: #fff;
        padding: 20px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .portlet .portlet-heading .portlet-widgets .divider {
        margin: 0 5px;
    }

    .portlet .portlet-heading.bg-purple a, .portlet .portlet-heading.bg-info a, .portlet .portlet-heading.bg-success a, .portlet .portlet-heading.bg-primary a, .portlet .portlet-heading.bg-danger a, .portlet .portlet-heading.bg-warning a, .portlet .portlet-heading.bg-inverse a, .portlet .portlet-heading.bg-pink a {
        color: #fff;
    }

    .portlet .portlet-heading a {
        color: #313a46;
        font-size: 18px;
    }

.portlet-disabled {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background: rgba(49, 58, 70, 0.5);
}

.portlet-loader {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    z-index: 1;
}

.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(59, 192, 195, 0.3);
    border-right: 5px solid rgba(59, 192, 195, 0.3);
    border-bottom: 5px solid rgba(59, 192, 195, 0.3);
    border-left: 5px solid #3bc0c3;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

    .spinner,
    .spinner:after {
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* =============
   Widgets
============= */
/***************** 8.Widget  ****************/
.widget-panel {
    padding: 4px 4px;
    border-radius: 4px;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
}

.widget-style-1 i {
    position: absolute;
    font-size: 3rem;
    right: -5px;
    bottom: 1rem;
    color: #edf0f0;
}

.widget-style-1 h2 {
    font-size: 32px;
}

.widget-style-1:hover i {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.widget-style-2 {
    padding-left: 10px;
}

    .widget-style-2 i {
        /*font-size: 30px;
        float: right;
        padding: 30px 20px;
        margin-top: -30px;
        margin-right: -10px;
        color: #edf0f0;
        background: rgba(255, 255, 255, 0.2);*/
        font-size: 20px;
        float: right;
        padding: 20px 8px;
        margin-top: -5px;
        margin-right: -5px;
        color: #edf0f0;
        background: rgba(255, 255, 255, 0.2);
    }

    .widget-style-2 h2 {
        font-weight: 600;
        font-size: 32px;
    }

.profile-widget {
    background: #ffffff;
    margin-bottom: 20px;
}

.bg-profile {
    height: 100px;
}

.profile-widget .img-thumbnail {
    margin-top: -42px;
    border: none;
}

.widget-list {
    padding: 10px;
    margin-top: 20px;
    margin-left: 0px;
    padding-bottom: 30px;
}

    .widget-list span {
        display: block;
        font-weight: bold;
        font-size: 18px;
    }

.tile-stats {
    padding: 20px 0px 0px 0px;
    position: relative;
    min-height: 128px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .tile-stats .status {
        margin-top: 0px;
        padding: 0px 20px 10px 20px;
    }

.status-ab {
    position: absolute;
    right: 0;
}

.mini-stat {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.mini-stat-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
    color: #fff;
}

.mini-stat-info {
    font-size: 12px;
    padding-top: 2px;
}

    .mini-stat-info span {
        display: block;
        font-size: 24px;
        font-weight: 600;
    }

/************* 9.Chat / Todo **********/
.conversation-list {
    list-style: none;
    padding: 0px 10px;
    max-height: 350px;
}

    .conversation-list li {
        margin-bottom: 24px;
    }

    .conversation-list .chat-avatar {
        width: 40px;
        display: inline-block;
        text-align: center;
        float: left;
    }

        .conversation-list .chat-avatar img {
            width: 100%;
            border-radius: 100%;
        }

        .conversation-list .chat-avatar i {
            font-size: 12px;
            font-style: normal;
        }

    .conversation-list .ctext-wrap i {
        display: block;
        font-style: normal;
        font-weight: bold;
        position: relative;
        font-size: 12px;
        color: #1a2942;
    }

    .conversation-list .conversation-text {
        display: inline-block;
        font-size: 12px;
        float: left;
        margin-left: 12px;
        width: 70%;
    }

    .conversation-list .ctext-wrap {
        padding: 10px;
        background: #d8f2f3;
        border-radius: 3px;
        position: relative;
        display: inline-block;
    }

        .conversation-list .ctext-wrap p {
            margin: 0px;
            padding-top: 3px;
        }

        .conversation-list .ctext-wrap:after {
            right: 100%;
            top: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(213, 242, 239, 0);
            border-right-color: #d8f2f3;
            border-width: 5px;
            margin-top: -5px;
        }

    .conversation-list .odd .chat-avatar {
        float: right !important;
    }

    .conversation-list .odd .conversation-text {
        width: 70% !important;
        margin-right: 12px;
        text-align: right;
        float: right !important;
    }

    .conversation-list .odd .ctext-wrap {
        background: #e8e9ec !important;
    }

        .conversation-list .odd .ctext-wrap i {
            color: #acacac;
        }

        .conversation-list .odd .ctext-wrap:after {
            left: 100% !important;
            top: 20% !important;
            border-color: rgba(238, 238, 242, 0) !important;
            border-left-color: #e8e9ec !important;
        }

/****ToDo List****/
.todoapp {
    padding: 0 30px 20px 30px !important;
}

.todo-list li {
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    border-bottom: 1px solid transparent;
    padding: 15px 0 !important;
}

    .todo-list li:last-of-type {
        border-bottom: none;
    }

.todo-text {
    font-family: "Montserrat", sans-serif;
}

/* Carousel */
.velonic-carousel {
    padding: 20px 30px;
}

.slider-bg {
    background: url("../images/gallery/11.jpg") center;
    background-size: cover;
    position: relative;
}

.slider-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
}

.owl-buttons {
    display: none;
}

/* =============
   Nestable
============= */
.custom-dd .dd-list .dd-item .dd-handle {
    background: #f3f3f3;
    border: 1px solid #d1d7da;
    padding: 10px 16px;
    height: auto;
    font-weight: normal;
    border-radius: 3px;
}

    .custom-dd .dd-list .dd-item .dd-handle:hover {
        color: #3bc0c3;
    }

.custom-dd .dd-list .dd-item button {
    height: auto;
    font-size: 25px;
    margin: 8px auto;
    color: #313a46;
    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: #3bc0c3;
    }

.custom-dd-empty .dd-list .dd3-content {
    height: auto;
    border: none;
    padding: 8px 16px 8px 46px;
    background: #e2e2e2;
    font-family: "Montserrat", sans-serif;
}

    .custom-dd-empty .dd-list .dd3-content:hover {
        color: #3bc0c3;
    }

.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;
}

/* =============
   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: 15px;
}

    .fc-toolbar h2 {
        font-size: 18px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        line-height: 30px;
        text-transform: uppercase;
    }

.fc-day-grid-event .fc-time {
    font-family: "Montserrat", 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: 12px;
    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: #313a46;
    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: #3bc0c3 !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;
}

.external-event {
    cursor: move;
    margin: 10px 0;
    padding: 8px 10px;
}

    .external-event.bg-primary {
        background-color: rgba(59, 192, 195, 0.3) !important;
        color: #3bc0c3;
    }

    .external-event.bg-success {
        background-color: rgba(68, 137, 228, 0.3) !important;
        color: #4489e4;
    }

    .external-event.bg-info {
        background-color: rgba(51, 176, 224, 0.3) !important;
        color: #33b0e0;
    }

    .external-event.bg-warning {
        background-color: rgba(237, 199, 85, 0.3) !important;
        color: #edc755;
    }

    .external-event.bg-danger {
        background-color: rgba(208, 63, 63, 0.3) !important;
        color: #d03f3f;
    }

    .external-event.bg-pink {
        background-color: rgba(242, 79, 124, 0.3) !important;
        color: #f24f7c;
    }

    .external-event.bg-purple {
        background-color: rgba(113, 108, 176, 0.3) !important;
        color: #716cb0;
    }

    .external-event.bg-inverse {
        background-color: rgba(54, 64, 76, 0.3) !important;
        color: #36404c;
    }

.fc-basic-view td.fc-week-number span {
    padding-right: 8px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.fc-basic-view td.fc-day-number {
    padding-right: 8px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.fc-basic-view .fc-content {
    color: #ffffff;
}

/* =============
   Form
============= */
/* Form components */
label {
    font-size: 12px;
    color: #313a46;
    letter-spacing: 0.01em;
    font-family: "Montserrat", sans-serif;
}

.primary-control-label:after, .primary-control-label:before {
    top: 0px;
}

select[multiple] option + option, select[size] option + option {
    margin-top: 1px;
}

select[multiple] option, select[size] option {
    padding: 6px 12px;
    border-radius: 2px;
}

textarea.form-control {
    min-height: 90px;
}

.form-control {
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 2px 2px;
    height: 30px;
    max-width: 100%;
    font-size: 12px;
    -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: 16px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group-btn .btn {
    padding: 7px 12px;
}

.input-group-btn .btn-sm {
    padding: 5px 10px;
}

.input-group-btn .btn-md {
    padding: 8px 12px;
}

.input-group-btn .btn-lg {
    padding: 10px 17px;
}

/* == 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 .label-info {
        background-color: #3bc0c3 !important;
        display: inline-block;
        padding: 5px;
        margin: 3px 1px;
    }

/* Bootstrap select */
.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
    display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
    display: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.bootstrap-select .check-mark::after {
    content: "\F12C";
    font-family: "Material Design Icons";
}

.bootstrap-select button {
    overflow: hidden;
    text-overflow: ellipsis;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 0;
}

/* 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: #3bc0c3;
}

.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;
    }

.datepicker-dropdown {
    padding: 10px !important;
}

.datepicker > div {
    display: block;
}

.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: #3bc0c3 !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: #4489e4 !important;
    color: #ffffff !important;
    background-image: none !important;
}

.datepicker-inline {
    border: 2px solid rgba(49, 58, 70, 0.1);
    width: 250px;
}

/* Bootstrap-touchSpin */
.bootstrap-touchspin .input-group-btn-vertical .btn {
    padding: 9px 12px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    top: 4px;
    left: 8px;
}

/* Form validation */
.parsley-errors-list {
    margin: 0;
    padding: 0;
}

    .parsley-errors-list > li {
        font-size: 12px;
        list-style: none;
        color: #d03f3f;
        margin-top: 5px;
        padding-left: 20px;
        font-weight: 600;
        position: relative;
    }

        .parsley-errors-list > li:before {
            content: "\F159";
            font: normal normal normal 12px/1 "Material Design Icons";
            position: absolute;
            left: 2px;
            top: 2px;
        }

.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: #3bc0c3 !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: #4489e4 !important;
    color: #ffffff !important;
    background-image: none !important;
}

/* Bootstrap Touchspin */
.bootstrap-touchspin .input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #313a46;
    text-align: center;
    background-color: #efefef;
    border: 1px solid rgba(49, 58, 70, 0.15);
}

.bootstrap-touchspin .input-group-btn:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

    .bootstrap-touchspin .input-group .form-control:not(:first-child), .bootstrap-touchspin .input-group-addon:not(:first-child), .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .dropdown-toggle, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

        .bootstrap-touchspin .input-group .form-control:not(:last-child), .bootstrap-touchspin .input-group-addon:not(:last-child), .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn-group > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .dropdown-toggle {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

/* =============
   Form Wizard
============= */
.wizard > .content {
    background: #ffffff;
    min-height: 240px;
    padding: 20px;
    margin-top: 0;
}

    .wizard > .content > .body {
        padding: 0;
        position: relative;
    }

        .wizard > .content > .body ul > li {
            display: block;
            line-height: 30px;
        }

        .wizard > .content > .body label.error {
            color: #d03f3f;
            margin-left: 0;
        }

        .wizard > .content > .body label {
            display: inline-block;
            margin-top: 10px;
        }

        .wizard > .content > .body input {
            border-color: #dadada;
        }

.wizard > .steps {
    background-color: #efefef;
}

    .wizard > .steps .number {
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.3);
        display: inline-block;
        line-height: 30px;
        margin-right: 10px;
        width: 30px;
        text-align: center;
    }

    .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
        background: transparent;
        color: #313a46;
        cursor: default;
        border: none;
    }

    .wizard > .steps .current a {
        background: #3bc0c3;
    }

        .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
            background: #3bc0c3;
        }

            .wizard > .steps .current a:hover .number, .wizard > .steps .current a:active .number {
                color: #ffffff;
            }

        .wizard > .steps .current a .number {
            color: #ffffff;
        }

    .wizard > .steps .done a {
        background: #e2e2e2;
        color: #313a46;
    }

        .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
            background: #e2e2e2;
            color: #313a46;
        }

    .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
        border-radius: 2px;
        margin: 0;
    }

.wizard > .actions {
    padding: 0 20px;
    margin: 0 !important;
}

    .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
        background: #3bc0c3;
        border-radius: 2px;
        color: #ffffff;
    }

    .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
        background: #f2f2f2;
        color: #313a46;
        cursor: default;
        border: none;
    }

/* Dropzone */
.dropzone {
    min-height: 230px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    background: white;
    border-radius: 6px;
}

    .dropzone .dz-message {
        font-size: 30px;
    }

/* =============
   Tables
============= */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 6px 5px;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 7px;
}

.table-sm td, .table-sm th {
    padding: .3rem !important;
}

th {
    font-family: "Montserrat", sans-serif;
}

.table-centered td {
    vertical-align: middle !important;
}

/* Data table */
div.dt-button-info {
    background-color: #3bc0c3;
    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;
}

/* Fixed Header table */
.fixedHeader-floating {
    top: 70px !important;
    z-index: 99;
}

/* Key Table border */
table.dataTable th.focus, table.dataTable td.focus {
    outline: 2px solid #3bc0c3 !important;
    outline-offset: -1px;
    background-color: #3bc0c3;
    color: #ffffff;
}

.tableKPI td{border-color:black}
.tableKPI th {
    border-color: black
}

/* 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: #4489e4;
}

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: #d03f3f;
}

table.dataTable > tbody > tr.child span.dtr-title {
    font-family: "Montserrat", 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: #3bc0c3 !important;
    border: 1px solid #3bc0c3 !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;
}

/* Responsive Table */
.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: 12px;
    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: #3bc0c3;
        }

        .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
            color: #3bc0c3;
        }

.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: #3bc0c3;
    color: #ffffff;
    border-color: #3bc0c3;
}

    .table-rep-plugin .sticky-table-header.fixed-solution {
        top: 70px !important;
    }

.table-rep-plugin .btn-secondary {
    background-color: #ffffff;
    border: 1px solid rgba(49, 58, 70, 0.3);
}

.table-rep-plugin .btn-toolbar {
    display: block;
}

.table-rep-plugin .btn-group.pull-right {
    float: right;
}

    .table-rep-plugin .btn-group.pull-right .dropdown-menu {
        left: auto;
        right: 0;
    }

/* Data 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: auto;
}

#datatable-editable .fa-trash-alt {
    color: #d03f3f;
}

#datatable-editable .fa-times {
    color: #d03f3f;
}

#datatable-editable .fa-pencil-alt {
    color: #3bc0c3;
}

#datatable-editable .fa-save {
    color: #4489e4;
}

#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;
}

/* Tablesaw Tables */
.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: "Montserrat", 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: #3bc0c3 !important;
        background-color: #f3f3f3;
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-image: none;
    }

/* Footable */
.footable-odd {
    background-color: #ffffff;
}

.footable-detail-show {
    background-color: #e6e6e6;
}

.footable > thead > tr > th > span.footable-sort-indicator {
    float: right;
}

.footable-pagination li {
    margin-left: 5px;
    float: left;
}

    .footable-pagination li a {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #313a46;
        background-color: #ffffff;
        border: 1px solid #e2e2e2;
    }

    .footable-pagination li.active a {
        color: #ffffff;
    }

/* Table colored-bordered */
.table-colored-bordered thead th {
    border-bottom: 0 !important;
    color: #ffffff;
}

.table-colored-bordered.table-bordered-primary {
    border: 2px solid #3bc0c3;
}

    .table-colored-bordered.table-bordered-primary thead th {
        background-color: #3bc0c3;
    }

.table-colored-bordered.table-bordered-success {
    border: 2px solid #4489e4;
}

    .table-colored-bordered.table-bordered-success thead th {
        background-color: #4489e4;
    }

.table-colored-bordered.table-bordered-info {
    border: 2px solid #33b0e0;
}

    .table-colored-bordered.table-bordered-info thead th {
        background-color: #33b0e0;
    }

.table-colored-bordered.table-bordered-custom {
    border: 2px solid #3bc0c3;
}

    .table-colored-bordered.table-bordered-custom thead th {
        background-color: #3bc0c3;
    }

.table-colored-bordered.table-bordered-warning {
    border: 2px solid #edc755;
}

    .table-colored-bordered.table-bordered-warning thead th {
        background-color: #edc755;
    }

.table-colored-bordered.table-bordered-danger {
    border: 2px solid #d03f3f;
}

    .table-colored-bordered.table-bordered-danger thead th {
        background-color: #d03f3f;
    }

.table-colored-bordered.table-bordered-inverse {
    border: 2px solid #36404c;
}

    .table-colored-bordered.table-bordered-inverse thead th {
        background-color: #36404c;
    }

.table-colored-bordered.table-bordered-pink {
    border: 2px solid #f24f7c;
}

    .table-colored-bordered.table-bordered-pink thead th {
        background-color: #f24f7c;
    }

.table-colored-bordered.table-bordered-purple {
    border: 2px solid #716cb0;
}

    .table-colored-bordered.table-bordered-purple thead th {
        background-color: #716cb0;
    }

/* 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.table-full-primary {
        background-color: rgba(59, 192, 195, 0.8);
    }

        .table-colored-full.table-full-primary thead th {
            background-color: #3bc0c3;
        }

        .table-colored-full.table-full-primary tbody tr:hover {
            background-color: #3bc0c3;
        }

    .table-colored-full.table-full-success {
        background-color: rgba(68, 137, 228, 0.8);
    }

        .table-colored-full.table-full-success thead th {
            background-color: #4489e4;
        }

        .table-colored-full.table-full-success tbody tr:hover {
            background-color: #4489e4;
        }

    .table-colored-full.table-full-info {
        background-color: rgba(51, 176, 224, 0.8);
    }

        .table-colored-full.table-full-info thead th {
            background-color: #33b0e0;
        }

        .table-colored-full.table-full-info tbody tr:hover {
            background-color: #33b0e0;
        }

    .table-colored-full.table-full-custom {
        background-color: rgba(59, 192, 195, 0.8);
    }

        .table-colored-full.table-full-custom thead th {
            background-color: #3bc0c3;
        }

        .table-colored-full.table-full-custom tbody tr:hover {
            background-color: #3bc0c3;
        }

    .table-colored-full.table-full-warning {
        background-color: rgba(237, 199, 85, 0.8);
    }

        .table-colored-full.table-full-warning thead th {
            background-color: #edc755;
        }

        .table-colored-full.table-full-warning tbody tr:hover {
            background-color: #edc755;
        }

    .table-colored-full.table-full-danger {
        background-color: rgba(208, 63, 63, 0.8);
    }

        .table-colored-full.table-full-danger thead th {
            background-color: #d03f3f;
        }

        .table-colored-full.table-full-danger tbody tr:hover {
            background-color: #d03f3f;
        }

    .table-colored-full.table-full-inverse {
        background-color: rgba(54, 64, 76, 0.8);
    }

        .table-colored-full.table-full-inverse thead th {
            background-color: #36404c;
        }

        .table-colored-full.table-full-inverse tbody tr:hover {
            background-color: #36404c;
        }

    .table-colored-full.table-full-pink {
        background-color: rgba(242, 79, 124, 0.8);
    }

        .table-colored-full.table-full-pink thead th {
            background-color: #f24f7c;
        }

        .table-colored-full.table-full-pink tbody tr:hover {
            background-color: #f24f7c;
        }

    .table-colored-full.table-full-purple {
        background-color: rgba(113, 108, 176, 0.8);
    }

        .table-colored-full.table-full-purple thead th {
            background-color: #716cb0;
        }

        .table-colored-full.table-full-purple tbody tr:hover {
            background-color: #716cb0;
        }

/* =============
   Charts
============= */
/* Morris chart */
.morris-hover.morris-default-style {
    border-radius: 5px;
    padding: 10px 12px;
    background: #36404a;
    border: none;
    color: #ffffff !important;
    font-family: "Lato",sans-serif;
}

    .morris-hover.morris-default-style .morris-hover-point {
        color: #f4f8fb !important;
    }

.morris-charts text {
    font-family: "Lato",sans-serif !important;
}

#flotTip {
    padding: 8px 12px;
    background-color: #36404a;
    z-index: 100;
    color: #ffffff;
    opacity: 0.9;
    font-size: 13px;
    border-radius: 3px;
}

.legend tr {
    height: 20px;
}

.legendLabel {
    padding-left: 5px !important;
    line-height: 10px;
    padding-right: 10px;
}

#legend {
    position: absolute;
    top: 0;
    right: 15px;
}

/* Sparkline chart */
.jqstooltip {
    background-color: #36404a !important;
    padding: 5px 10px !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-color: #36404a !important;
}

.jqsfield {
    font-size: 12px !important;
    line-height: 18px !important;
}

/** EASY PIE CHART **/
.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

    .chart.chart-widget-pie {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}

    .percent:after {
        content: '%';
        margin-left: 0.1em;
        font-size: .8em;
    }

/* =============
   Email
============= */
.mail-list .list-group-item {
    border: none;
}

.mail-content td {
    border-top: none;
}

/* =============
   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: #3bc0c3;
    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 #3bc0c3;
    }

    .gmaps-overlay_arrow.below {
        top: -15px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 16px solid #3bc0c3;
    }

/* Vector Map */
.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 10px;
    height: 10px;
    line-height: 10px;
}

.jvectormap-zoomout {
    top: 40px;
}

.jvectormap-tip {
    border: none;
    background: #313a46;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    padding: 5px 8px;
}

/* =============
   Profile
============= */
.profile-bg-picture {
    position: relative;
    min-height: 300px;
    margin: -19px -20px 0px -20px;
    background-position: center;
    background-size: cover;
}

    .profile-bg-picture > .picture-bg-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dâ€¦0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.4) 100%);
    }

.profile-user-box {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e2e2e2;
    margin-top: -65px;
    position: relative;
    border-radius: 5px;
}

.profile-tabs {
    background-color: #f3f3f3;
    padding-bottom: 1px;
    border: none;
}

    .profile-tabs .nav-item > .nav-link {
        border: none;
        margin-right: 0px;
        padding: 15px 30px;
        font-size: 16px;
    }

        .profile-tabs .nav-item > .nav-link i {
            margin-right: 10px;
        }

.profile-user-img img {
    position: absolute;
    top: -56px;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 2px 6px 30px -15px #313a46;
    box-shadow: 2px 6px 30px -15px #313a46;
}

/* Timeline-2 */
.timeline-2 {
    position: relative;
    border-left: 2px solid #313a46;
}

    .timeline-2 .time-item {
        position: relative;
        padding-bottom: 1px;
        border-color: #e2e2e2;
    }

        .timeline-2 .time-item :before, .timeline-2 .time-item :after {
            display: table;
            content: " ";
        }

        .timeline-2 .time-item :after {
            position: absolute;
            bottom: 0;
            left: 0;
            top: 5px;
            width: 12px;
            height: 12px;
            margin-left: -8px;
            background-color: #ffffff;
            border-color: #313a46;
            border-style: solid;
            border-width: 2px;
            border-radius: 10px;
            content: '';
        }

.profile-desk .table th {
    border: none;
}

/* =============
   Timeline
============= */
.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-bottom: 50px;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

    .timeline .time-show {
        margin-bottom: 30px;
        margin-right: -75px;
        margin-top: 30px;
        position: relative;
    }

        .timeline .time-show a {
            color: #ffffff;
        }

    .timeline:before {
        background-color: rgba(243, 243, 243, 0.8);
        bottom: 0;
        content: "";
        left: 50%;
        position: absolute;
        top: 30px;
        width: 2px;
        z-index: 0;
    }

    .timeline .timeline-icon {
        -webkit-border-radius: 50%;
        background: #98a6ad;
        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;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .timeline .time-icon:before {
        font-size: 16px;
        margin-top: 5px;
    }

h3.timeline-title {
    color: #f3f3f3;
    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 {
        float: right;
        margin-top: 20px;
    }

        .timeline-item.alt .timeline-desk .album a {
            float: right;
            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-item.alt h4 {
        text-align: right;
    }

    .timeline-item.alt p {
        text-align: right;
    }

    .timeline-item.alt .timeline-date {
        text-align: right;
    }

.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: #f3f3f3;
        display: block;
        font-size: 12px;
        margin-bottom: 4px;
    }

    .timeline-desk p {
        color: #999999;
        font-size: 12px;
        margin-bottom: 0;
    }

    .timeline-desk .album {
        margin-top: 12px;
    }

        .timeline-desk .album a {
            float: left;
            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;
    }

.timeline-left {
    margin-left: 20px;
    width: auto;
    display: block;
}

    .timeline-left:before {
        left: 0 !important;
    }

    .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, .topbar {
        display: none;
        margin: 0;
        padding: 0;
    }

    .content {
        margin-top: 0 !important;
        padding-top: 0;
    }

    .content-page {
        margin-left: 0 !important;
        margin-top: 0;
    }

    .card-box, body {
        border: none;
        padding: 0;
        margin-bottom: 0;
    }
}

/* =============
   pages-contact
============= */
.media-main .info {
    overflow: hidden;
}

.social-links li a {
    background: #e2e2e2;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #767f8e;
}

/* =============
   Account Pages
============= */
.wrapper-page {
    display: table;
    height: 100vh;
    width: 100%;
}

.account-pages {
    display: table-cell;
    vertical-align: middle;
}

.account-box {
    position: relative;
    max-width: 460px;
    margin: 20px auto;
    background-color: #ffffff;
    border-radius: 5px;
}

    .account-box .account-content {
        padding: 30px;
    }

    .account-box .account-btn {
        position: absolute;
        left: 0;
        right: 0;
    }

/*
Template Name: Adminox Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Responsive
*/
@media (min-width: 768px) and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .topbar-left {
        width: 70px !important;
    }

        .topbar-left span {
            display: none !important;
        }

        .topbar-left i {
            display: block !important;
            line-height: 70px !important;
        }

    .navbar-custom {
        margin-left: 70px !important;
    }

    .topbar .topbar-left {
        height: 70px;
    }

    .navbar-nav.navbar-right {
        float: right;
    }

    .content-page {
        margin-left: 0 !important;
    }

        .content-page .content {
            padding: 0px;
        }

    .enlarged .left.side-menu {
        margin-left: -70px;
    }

    .footer {
        left: 0 !important;
    }

    .mobile-sidebar {
        left: 0;
    }

    .mobile-content {
        left: 250px;
        right: -250px;
    }

    .dataTables_wrapper .col-6 {
        width: 100%;
        text-align: left;
    }

    div#datatable-buttons_info {
        float: none;
    }

    .ms-container {
        width: 100%;
    }

    .m-t-sm-50 {
        margin-top: 50px !important;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        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);
        left: auto;
        position: absolute;
        right: 0;
    }

        .navbar-nav .open .dropdown-menu li {
            display: block;
        }

    .navbar-nav {
        margin: 0;
        display: inline-block;
    }

        .navbar-nav li {
            display: inline-block;
            line-height: 1px;
        }

    .dropdown-lg {
        width: 200px !important;
    }

    .user-box {
        float: right;
    }

    .dataTables_length {
        float: none;
        margin-bottom: 10px;
    }

    .hide-phone {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .side-menu {
        z-index: 10 !important;
    }

    .button-menu-mobile {
        display: block;
    }

    .search-bar {
        display: none !important;
    }

    .navbar-custom {
        margin-left: 0 !important;
    }
}

.notification-list i {
    font-size: 18px !important;
    margin: 2px;
    color: #d6d9e6 !important;
}

.account-settings i {
    font-size: 18px;
    color: #8F1336;
    margin-left: 5px;
}

.control-icon i {
    font-size: 27px;
    color: #888da8;
}

@media (min-width: 480px) {
    .notification-list .dropdown-menu.dropdown-menu-right {
        -webkit-transform: none !important;
        transform: none !important;
        top: 100% !important;
        right: 0 !important;
        left: auto !important;
    }

    .dropdown-menu-animated {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        margin-top: 20px !important;
    }
}

@media (min-width: 768px) {
    .container-alt {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container-alt {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container-alt {
        width: 1170px;
    }
}

@media (max-width: 419px) {
    .hidden-xxs {
        display: none;
    }

    .topbar-left {
        width: 70px !important;
    }

    .logo .icon-c-logo {
        display: inline-block !important;
        line-height: 58px !important;
    }

    .logo span {
        display: none !important;
    }

    .content-page {
        margin-left: 70px;
    }

    .forced .side-menu.left {
        -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
        box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
    }

    .enlarged .side-menu.left {
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
    }

    .page-title {
        font-size: 15px;
        max-width: 250px;
        white-space: nowrap;
    }

    .navbar-default {
        padding: 0;
    }

        .navbar-default .navbar-left {
            padding-left: 0 !important;
        }

            .navbar-default .navbar-left li {
                padding: 0 5px;
            }

    .topbar-left {
        display: none;
    }

    .editable-responsive {
        overflow-x: auto;
    }

    .page-title-box .breadcrumb {
        display: none;
    }

    .navbar-nav .open .dropdown-menu {
        margin-right: -20px;
    }

    .user-box .dropdown-menu {
        margin-right: 0 !important;
    }

    .dropdown-lg {
        width: 200px !important;
    }

    .user-list .user-list-item .icon, .user-list .user-list-item .avatar {
        display: none;
    }

    .user-list .user-list-item .user-desc {
        margin-left: 0;
    }
}

a {
    color: red;
    font-family: helvetica;
    text-decoration: none;
    word-spacing: normal !important;
    /*text-transform: uppercase;*/
}

    a:hover {
        text-decoration: underline;
    }
/*# sourceMappingURL=app.css.map */
#loading-indicator {
    position: absolute;
    /*left: 500px;
    top: 500px;*/
    z-index: 200;
}

.AmtStyle {
    text-align: right;
    width: 100px;
}

.AmtStyleRed {
    text-align: right;
    width: 100px;
    border-color: black;
    color: red;
}

.control-block {
    margin-top: 15px;
    float: left;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.control-icon {
    margin-right: 29px;
    fill: #9a9fbf;
    margin-top: 8px;
}

    .control-icon > svg {
        height: 20px;
    }

    .control-icon.has-items {
        fill: #fff;
        text-align: left;
    }

    .control-icon .label-avatar {
        width: 19px;
        height: 19px;
        line-height: 19px;
        top: -12px;
        right: -9px;
    }

    .control-icon .more-dropdown {
        width: 380px;
        top: 35px;
        right: -180px;
        padding: 0 0 70px 0;
    }

        .control-icon .more-dropdown .view-all {
            padding: 20px;
            color: #fff;
        }

            .control-icon .more-dropdown .view-all:hover {
                color: #fff;
            }

        .control-icon .more-dropdown .notification-list {
            padding: 0;
        }

    .control-icon .ui-block-title a {
        display: inline-block;
        float: right;
        margin-left: 20px;
        text-transform: uppercase;
        font-size: 9px;
        padding: 0;
    }

    .control-icon .accept-request {
        padding: 0.5rem;
        font-size: 0.688rem;
        color: #fff;
        display: inline-block;
    }

        .control-icon .accept-request:hover {
            color: #fff;
        }

    .control-icon .notification-list .author-thumb {
        height: 34px;
        width: 34px;
        margin-right: 0;
        overflow: hidden;
    }

    .control-icon .notification-list .notification-friend {
        padding: 0;
        font-size: 12px;
    }

    .control-icon .notification-list .notification-link {
        padding: 0;
        display: inline-block;
    }

    .control-icon .notification-list .notification-event {
        width: 75%;
    }

    .control-icon .notification-list.friend-requests .accepted .notification-link {
        padding: 0;
        display: inline-block;
    }

    .control-icon .notification-list.friend-requests .accepted .notification-icon {
        margin-top: 0;
    }

    .control-icon .notification-list.friend-requests .notification-event {
        width: 60%;
    }

    .control-icon .notification-list .comment-photo {
        margin-top: 15px;
        max-width: 215px;
    }

        .control-icon .notification-list .comment-photo span {
            font-size: 11px;
        }

    .control-icon .notification-list li > * {
        vertical-align: top;
    }

    .control-icon .notification-list .notification-icon {
        margin-top: 0;
    }

        .control-icon .notification-list .notification-icon svg {
            height: 20px;
            width: 20px;
        }

    .control-icon .chat-message li.chat-group .author-thumb {
        width: 36px;
    }

    .control-icon .notification-list.chat-message .notification-icon svg {
        height: 24px;
        width: 24px;
    }

    .control-icon .mCustomScrollbar {
        overflow: hidden;
        max-height: 300px;
    }

    .control-icon .ps > .ps__scrollbar-y-rail, .control-icon .ps:hover > .ps__scrollbar-y-rail {
        left: 0;
        top: 40px !important;
    }

.view-all {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 20;
    padding: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: block;
    text-align: center;
    border-radius: 0 0 5px 5px;
}

    .view-all:hover {
        color: #fff;
    }

.more-dropdown {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: 180px;
    /*border: 1px solid $border-color;*/
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    background-color: #fff;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    text-align: left;
    padding: 15px 20px;
    z-index: 5;
}

    .more-dropdown ul {
        padding: 15px 25px;
        margin-bottom: 0;
    }

    .more-dropdown li a > * {
        display: inline-block;
        vertical-align: middle;
        /* float: right; */
        /* height: 40px; */
        /* width: 100%; */
        /* text-align: right; */
    }

    .more-dropdown a {
        padding: 7px 0;
        font-size: 12px;
        color: #515365;
        display: block;
        font-weight: 700;
        text-align: right;
    }

        .more-dropdown a.btn-sm {
            padding: 0.5rem 1.7rem;
            font-size: 0.688rem;
            line-height: 1.5;
            border-radius: 0.2rem;
        }

        .more-dropdown a:hover {
            color: #333;
        }

.more:hover .more-dropdown {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.more {
    position: relative;
    transition: all .3s ease;
    color: #888da8;
    fill: #c0c4d8;
}

    .more .more {
        cursor: pointer;
    }

    .more > svg {
        cursor: pointer;
    }

.more-with-triangle:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #fff;
    left: 25px;
}

.more-with-triangle.triangle-bottom-right:before {
    top: auto;
    bottom: -7px;
    right: 15px;
    border-bottom: none;
    border-top: 7px solid #fff;
}

.more-with-triangle.triangle-top-center:before {
    margin-right: -3px;
    left: 50%;
}

.more-with-triangle.triangle-top-left:before {
    right: auto;
    left: 15px;
}

.label-avatar {
    position: absolute;
    top: -1px;
    right: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 100%;
    overflow: hidden;
}

.notification-list .notification-event {
    max-width: 75%;
}

.birthday-item {
    padding: 10px;
}

    .birthday-item .author-thumb {
        margin-right: 5px;
    }

}

@media (max-width: 420px) {
    .birthday-item.badges .author-thumb {
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
}

@media (max-width: 360px) {
    .notification-list .notification-event {
        max-width: 60%;
    }

    .chat-message-field .notification-date {
        float: none;
        margin-top: 5px;
    }

    .chat-message-field .notification-friend {
        float: none;
    }
}

.heilightApproval .notification-friend {
    float: right;
    text-align: right;
    margin: 20px;
}

.notification-list .more i + i {
    margin-left: 5px;
}

.notification-list .more svg + i {
    margin-left: 5px;
}

.notification-list .more i + svg {
    margin-left: 5px;
}

.notification-list .more svg + svg {
    margin-left: 5px;
}

.notification-list.chat-message {
    background-color: transparent;
}

.notification-friend {
    margin-bottom: 0;
}

.notification-list .more i + i {
    margin-left: 5px;
}

.notification-list .more svg + i {
    margin-left: 5px;
}

.notification-list .more i + svg {
    margin-left: 5px;
}

.notification-list .more svg + svg {
    margin-left: 5px;
}

.notification-list.chat-message {
    background-color: transparent;
}

.notification-friend {
    margin-bottom: 0;
}

/*------------- #NOTIFICATION --------------*/
.popup-chat {
    width: 320px;
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    overflow: hidden;
    position: relative;
    z-index: 5;
}

    .popup-chat .modal-body {
        padding: 0;
    }

    .popup-chat .modal-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .popup-chat .modal-header .title {
            margin-right: auto;
        }

    .popup-chat .modal-content {
        border: 0;
    }

    .popup-chat .mCustomScrollbar {
        overflow: hidden;
        max-height: 350px;
    }

    .popup-chat .ps > .ps__scrollbar-y-rail, .popup-chat .ps:hover > .ps__scrollbar-y-rail {
        opacity: 0;
        z-index: -1;
        visibility: hidden;
    }

    .popup-chat .modal-header {
        background-color: #7c5ac2;
        padding: 17px;
    }

        .popup-chat .modal-header .title {
            color: #fff;
        }

    .popup-chat .more {
        width: auto;
        font-size: 9px;
        text-align: right;
        color: #fff;
        fill: #fff;
    }

        .popup-chat .more i + i {
            margin-left: 15px;
        }

        .popup-chat .more svg + i {
            margin-left: 15px;
        }

        .popup-chat .more i + svg {
            margin-left: 15px;
        }

        .popup-chat .more svg + svg {
            margin-left: 15px;
        }

    .popup-chat .notification-event {
        padding-left: 10px;
        width: 75%;
    }

    .popup-chat .chat-message-item {
        padding: 13px;
        background-color: #f0f4f9;
        margin-top: 0;
        border-radius: 10px;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .popup-chat .notification-date {
        float: left;
    }

    .popup-chat .author-thumb {
        width: 26px;
        height: 26px;
    }

    .popup-chat .chat-message-field li {
        overflow: hidden;
        padding: 9px 25px;
    }

        .popup-chat .chat-message-field li:last-child {
            margin-bottom: 40px;
        }

        .popup-chat .chat-message-field li:nth-child(2n) .chat-message-item {
            background-color: #7c5ac2;
            color: #fff;
        }

        .popup-chat .chat-message-field li:nth-child(2n) .author-thumb {
            float: right;
        }

        .popup-chat .chat-message-field li:nth-child(2n) .chat-message-item {
            float: right;
        }

        .popup-chat .chat-message-field li:nth-child(2n) .notification-event {
            float: right;
            padding-left: 0;
            padding-right: 10px;
        }

    .popup-chat .add-options-message {
        position: absolute;
        right: 20px;
        bottom: 15px;
        width: auto;
        padding: 0;
    }

        .popup-chat .add-options-message .options-message + .options-message {
            margin-left: 15px;
        }

    .popup-chat .form-group.label-floating textarea.form-control {
        padding-right: 80px;
        border-left: 0;
        border-bottom: 0;
        border-right: 0;
    }

    .popup-chat .form-group {
        margin-bottom: 0;
    }

    .popup-chat textarea {
        min-height: 60px;
        height: 60px;
        transition: all .3s ease;
        border-radius: 0;
    }

        .popup-chat textarea:focus {
            min-height: 100px;
        }

.popup-chat-responsive {
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    max-width: 300px;
    opacity: 1;
    visibility: visible;
    display: block;
    transition: all .3s ease;
    margin-bottom: 0;
    z-index: 999;
    max-height: 70vh;
}

    .popup-chat-responsive .mCustomScrollbar {
        overflow: hidden;
        max-height: 150px;
    }

    .popup-chat-responsive.open-chat {
        bottom: auto;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

/* custom styles */

.form-group {
    margin-bottom: 0.5rem !important;
}

.head-title {
    color: darkgreen;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.head-sub-title {
    color: orange;
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.login-user {
    color: navy;
    font-size: 14px;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    padding: 2px;
}

.Blink {
    animation: blinker 1.0s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

#divLoading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
}

.card-header {
    padding: 1px 1px 5px 10px;
}
.horizontal-scrollbar {
    overflow-x: scroll;
    overflow-y: hidden;
}
