/*
Template Name: Minton - Bootstrap 4 Admin Dashboard
Author: Coderthemes
Email: coderthemes@gmail.com
File: Main Css
*/


/* ===========
   Menu
 =============*/

@font-face {
    font-family: "Source Sans Pro";
    src:
    url('../fonts/Source_Sans_Pro/SourceSansPro-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/Source_Sans_Pro/SourceSansPro-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-weight: 400;
    font-style: normal;
}

/* Source Sans Pro italic */
@font-face {
    font-family: "Source Sans Pro";
    src:
    url('../fonts/Source_Sans_Pro/SourceSansPro-Italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/Source_Sans_Pro/SourceSansPro-Italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-weight: 400;
    font-style: italic;
}

/* Source Sans Pro Semi-bold */
@font-face {
    font-family: "Source Sans Pro";
    src:
            url('../fonts/Source_Sans_Pro/SourceSansPro-SemiBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('../fonts/Source_Sans_Pro/SourceSansPro-SemiBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-weight: 600;
    font-style: normal;
}

/* Source Sans Pro bold */
@font-face {
    font-family: "Source Sans Pro";
    src:
    url('../fonts/Source_Sans_Pro/SourceSansPro-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/Source_Sans_Pro/SourceSansPro-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-weight: 700;
    font-style: normal;
}

.container-fluid {
    max-width: 98%;
    padding-right: 5px;
    padding-left: 5px;
}

.wrapper {
    padding-top:80px;
}

.page-title-box {
    padding: 4px 0 22px 0;
}

.page-title-box .page-title {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}

.topline {
    width: 100%;
    height: 0px;

}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: transparent;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 62px;
}

#userMailboxAlt {
    border-right: 1px solid rgba(114, 102, 186, 0.36);
}

#topnav .has-submenu.active a {}

#topnav .has-submenu.active a i {}

#topnav .has-submenu.active .submenu li.active>a {
    color: #7266ba;
}

#topnav .topbar-main {
    background-color: #fff;
}

#topnav .topbar-main .logo {
    color: #7266ba !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 62px;
    text-transform: uppercase;
    float: left;
    padding-right: 20px;
}

#topnav .topbar-main .logo-sm,
#topnav .topbar-main .logo-small {
    display: none;
}

#topnav .topbar-main .badge-topbar {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 99;
}

#topnav .topbar-main .nav>li>a {
    height: 36px;
    width: 36px;
    padding: 0;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin: 12px 8px;
    color: rgba(42, 49, 66, 0.7);
}
#topnav .button-submenu {
    height:61px;
}
#topnav .topbar-main .nav>li>a:focus,
#topnav .topbar-main .nav>li>a:hover {
    background-color: rgba(42, 49, 66, 0.1);
    color: #2a3142;
}

#topnav .topbar-main .navbar-nav>.open>a {
    background-color: rgba(42, 49, 66, 0.1) !important;
}

#topnav .topbar-main .profile img {
    height: 34px;
    width: 34px;
    display: block;
}

#topnav .topbar-main .dropdown-menu-lg .list-group {
    margin-bottom: 0;
}

#topnav .topbar-main .dropdown-menu-lg .list-group-item {
    border: none;
    padding: 10px 20px;
}

#topnav .topbar-main .dropdown-menu-lg .media-heading {
    margin-bottom: 0;
}

#topnav .topbar-main .dropdown-menu-lg .media-body p {
    color: #828282;
}

#topnav .topbar-main .navbar-nav {
    margin: 0;
}

#topnav .app-search {
    position: relative;
    margin-top: 14px;
}

#topnav .app-search a {
    position: absolute;
    top: 7px;
    right: 26px;
    color: rgba(42, 49, 66, 0.7);
}

#topnav .app-search a:hover {
    color: rgba(42, 49, 66, 0.9);
}

#topnav .app-search .form-control,
#topnav .app-search .form-control:focus {
    border-color: transparent;
    height: 34px;
    color: #2a3142;
    border-radius: 30px;
    padding: 7px 40px 7px 20px;
    margin: 0 12px 0 5px;
    background: rgba(42, 49, 66, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 190px;
}

#topnav .app-search input::-webkit-input-placeholder {
    color: rgba(42, 49, 66, 0.8);
}

#topnav .app-search input:-moz-placeholder {
    color: rgba(42, 49, 66, 0.8);
}

#topnav .app-search input::-moz-placeholder {
    color: rgba(42, 49, 66, 0.8);
}

#topnav .app-search input:-ms-input-placeholder {
    color: rgba(42, 49, 66, 0.8);
}

#topnav .navbar-custom {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    margin: 6px !important;
    cursor: pointer;
}

#topnav .navbar-toggle:hover {
    background-color: #7266ba;
    border-radius: 5px;
}

#topnav .navbar-toggle:hover span {
    background-color: #7266ba;
    border-radius: 5px;
}

#topnav .navbar-toggle:focus {
    background-color: #7266ba;
    border-radius: 5px;
}

#topnav .navbar-toggle:focus span {
    background-color: #7266ba;
    border-radius: 5px;
}

#topnav .navbar-toggle .lines {
    width: 35px;
    display: block;
    position: relative;
    padding: 5px 5px 5px 5px;
    height: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #7266ba;
    margin-top: 15px;
    border-radius: 5px;
    background-color: #fff;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #7266ba;
    display: block;
    margin-bottom: 5px;
    border-radius: 5px;
}

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

#topnav .navigation-menu>li>a {
    display: block;
    /* color: rgba(42, 49, 66, 0.7); */
    color: #4e5666;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    padding-left: 12px;
    padding-right: 12px;
}
#topnav .navigation-menu>li>a>i {
    color: #7266ba;

}




#topnav .has-submenu>li *:hover {
    color: #5B35A7;
}



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

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:focus,
#topnav .navigation-menu>li>a:hover i,
#topnav .navigation-menu>li>a:focus i {
    background-color: #7266ba;
    color: #fff;
}

.mail-dropdown {
    margin-right: 0px;
}

.label {
    margin-bottom: 0px !important;
}

.mdi .mdi-radar {
    padding-bottom: 2px !important;
}

.form-group {
    margin-bottom: 12px !important;
}

.top-list {
    /*margin-left: 50px !important;*/
    padding-left: 0px;
}

.mail-dropdown {
    background-color: #7266ba;
    padding: 2px;
    border-radius: 5px;
}


/*
  Responsive Menu
*/

@media (min-width: 1061px) {
    .list-submenu {
        border-top: none;
    }
    .button-submenu {
        border-left: solid 1px #e7e9ed;
    }

    .space-logo-nav {
        margin-left: 100px;
        list-style: none;
        display: inline-block;
        background-color: red;
    }
    #topnav .navigation-menu>li>a {
        padding-top: 21px;
        padding-bottom: 20px;
        padding-left: 12px;
        padding-right: 10px;
    }
    #topnav .navigation-menu>li>a:hover {
        padding-top: 21px;
        padding-bottom: 20px;
        padding-left: 12px;
        padding-right: 10px;
        color: white;
    }
    #topnav .navigation-menu>li:first-of-type>a {
        padding-left: 10px;
        border-right: 1px solid rgba(114, 102, 186, 0.49);
    }
    #topnav .navigation-menu>li.last-elements .submenu {
        left: auto;
        right: 0;
    }
    #topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }
    #topnav .navigation-menu>li:hover a {}
    #topnav .navigation-menu>li:hover a i {}
    #topnav .navigation-menu>li>ul>li.has-submenu:active>a,
    #topnav .navigation-menu>li>ul>li.has-submenu:hover>a {
        color: #7266ba;
    }
    #topnav .navigation-menu>li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        border: 1px solid #e7e7e7;
        padding: 15px 0;
        list-style: none;
        min-width: 200px;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #ffffff;
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }
    #topnav .navigation-menu>li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li {
        overflow: hidden;
        width: 200px;
        display: inline-block;
        vertical-align: top;
    }
    #topnav .navigation-menu>li .submenu>li.has-submenu>a:after {
        content: "\e649";
        font-family: "themify";
        position: absolute;
        right: 20px;
        top: 13px;
        font-size: 10px;
    }
    #topnav .navigation-menu>li .submenu>li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }
    #topnav .navigation-menu>li .submenu li {
        position: relative;
    }
    #topnav .navigation-menu>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    #topnav .navigation-menu>li .submenu li a {
        display: block;
        padding: 8px 25px;
        clear: both;
        white-space: nowrap;
        font-size: 15px;
        color: #2a3142;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
    }
    #topnav .navigation-menu>li .submenu li a:hover {
        color: #7266ba;
    }
    .color-et {
        color: #7266ba;
        font-weight: bold;
    }
    .password-icon {
        float: right;
        margin-left: -35px;
        margin-top: -23px;
        padding-right: 5px;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }
    #topnav .navigation-menu>li .submenu li span {
        display: block;
        padding: 8px 25px;
        clear: both;
        line-height: 1.42857143;
        white-space: nowrap;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 500;
        color: #2a3142;
    }
    #topnav .navbar-toggle {
        display: none;
    }
    #topnav #navigation {
        display: block !important;
    }
}

@media (max-width: 1060px) {
    .wrapper {
        padding-top: 62px;
    }
    .container {
        width: auto !important;
    }
    #topnav .navigation-menu {
        float: none;
        max-height: 400px;
        text-align: left;
    }
    #topnav .navigation-menu>li {
        display: block;
    }
    #topnav .navigation-menu>li>a {
        color: #2a3142;
        padding: 12px;
    }
    #topnav .navigation-menu>li>a i {
        display: inline-block;
        margin-right: 7px;
        margin-bottom: 0;
        vertical-align: inherit;
    }
    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px;
    }
    #topnav .navigation-menu>li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }
    #topnav .navigation-menu>li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 20px;
        color: #2a3142;
    }
    #topnav .navigation-menu>li .submenu li a:hover {
        color: #7266ba;
    }
    #topnav .navigation-menu>li .submenu li.has-submenu>a:after {
        content: "\e64b";
        font-family: "themify";
        position: absolute;
        right: 30px;
        font-size: 10px;
    }
    #topnav .navigation-menu>li .submenu.open {
        display: block;
    }
    #topnav .navigation-menu>li .submenu .submenu {
        display: none;
        list-style: none;
    }
    #topnav .navigation-menu>li .submenu .submenu.open {
        display: block;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
        display: block;
        position: relative;
        padding: 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 2px;
        color: #2a3142;
    }
    #topnav .navigation-menu>li.has-submenu.open>a {
        color: #7266ba;
    }
    #topnav .navbar-header {
        float: left;
    }
    #navigation {
        position: absolute;
        top: 63px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        background-color: #ffffff;
    }
    #navigation.open {
        display: block;
        overflow-y: auto;
    }
    #topnav .has-submenu.active a {
        color: #7266ba;
    }
    #topnav .has-submenu.active a:active,
    #topnav .has-submenu.active a:focus,
    #topnav .has-submenu.active a i {
        color: #7266ba;
    }
}

@media (min-width: 1060px) {
    #topnav .navigation-menu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }
    #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-toggle {
        display: block;
    }
}

.topbar-custom {
    border-radius: 0;
    margin-bottom: 0;
}

.topbar-custom>ul li {
    float: left;
}

.topbar-custom .nav-link {
    padding: 0;
    line-height: 60px;
    color: #7266ba;
    /*rgba(255, 255, 255, 0.6);*/
    display: block;
}

.topbar-custom .dropdown-toggle:after {
    content: initial;
}

.dropdown-toggle:hover {
    color: #fff !important;
}

.dropdown-toggle-link:hover {
    color: #7266ba !important;
}

.nav-link:hover {
    color: #fff !important;
}

.nav-link:focus {
    color: #fff !important;
}

.ul-tab:hover {
    color: #4c5667 !important;
}

.ul-tab:focus {
    color: #4c5667 !important;
}

.dropdown-toggle i:hover {
    content: initial;
    color: #fff !important;
}

.topbar-custom .menu-left {
    overflow: hidden;
}

.bottomline {
    width: 100%;
    background-color: #b7bcc7;
    height: 0.063rem;
    margin-top:1px;
}

.last-icons {
    color: #7266ba !important;
    line-height: inherit;
    height: 60px;
    padding: 18px 12px 18px 12px;
}

.last-icons hover {
    color: #7266ba !important;
    line-height: inherit;
    height: 60px;
    padding: 18px 12px 18px 12px;
}


/* Notification */

.user-list .user-list-item {
    padding: 10px 12px !important;
    border-bottom: 1px solid #EEEEEE !important;
}

.user-disabled {
    background-color: #e5e5e5;
}

.user-list .user-list-item .avatar {
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px;
}

.user-list .user-list-item .avatar img {
    border-radius: 50%;
    width: 100%;
}

.user-list .user-list-item .icon {
    float: left;
    margin-right: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
}

.user-list .user-list-item .icon i {
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
}

.user-list .user-list-item .user-desc {
    margin-left: 40px;
}

.user-list .user-list-item .user-desc span.name {
    color: #2a3142;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 13px;
}

.user-list .user-list-item .user-desc span.desc {
    color: #98a6ad;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
}

.user-list .user-list-item .user-desc span.time {
    font-size: 11px;
}


/* Notification */

.notification-list {
    margin-left: 0 !important;
}

.notification-list .noti-title {
    border-radius: 0.25rem 0.25rem 0 0;
    margin: -6px 0 0 0;
    background-color: #ffffff;
    width: auto;
    padding: 12px 20px;
}

.notification-list .noti-title h5 {
    margin: 0;
}

.notification-list .noti-title h5 small {
    color: #2a3142 !important;
}

.notification-list .noti-title .label {
    float: right;
}

.notification-list .noti-icon {
    font-size: 22px;
    padding: 0 5px;
    vertical-align: middle;
    color: #7266ba;
    /*rgba(255, 255, 255, 0.8);*/
}

.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 8px;
}

.notification-list .notify-item {
    padding: 10px 20px;
}

.notification-list .notify-item .notify-icon,
.commentRowModal .initials {
    float: left;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #ffffff;
}

.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;
}

.changePropsOver{
    overflow: hidden;
    max-width: 220px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 19px;
}
.badgeborder {
    border:1px solid white;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle{
    color: #fff;
    background-color: #675CAD;
    border-color: #675CAD;

}
.mra {
    margin-right: 0.5rem;
}
.section-language-wrapper .dropdown .btn {
    text-align: left;
}

.section-language-wrapper .select2-container .select2-selection--single {
    border: 1px solid #7266ba;
}

.dropdown-toggle::after {
    float: right;
    margin-top: 0.55rem;
}

.btn-outline-primary{
    background-color: white;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #A896D9
}

.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-all {
    border-radius: 0 0 0.25rem 0.25rem;
    margin: 0 0 -5px 0;
    background-color: #eeeeee;
}

.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 {
    height: 30px;
    width: 30px;
}

.nav-user-small img {
    height: 20px;
    width: 20px;
}

.page-mail-index .user-round-small::before {
    content: attr(data-letters);
    background: #f76397;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}

.header-title {
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 14px;
}


/* ===========
   Common
 =============*/

body {
    background: #f5f5f5;
    margin: 0;
    color: #4c5667;
    overflow-x: hidden !important;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding-bottom: 65px;
}

html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
    background: #f5f5f5;
}

.table {
    color: #4c5667;
}

* {
    outline: none !important;
}

a {
    color: #7266ba;
}

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

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

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

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

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

.page {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.card-box {
    padding: 20px;
    border: 1px solid rgba(54, 64, 74, 0.08);
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.header-title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 8px;
    margin-top: 0;
}

.social-links li a {
    -webkit-border-radius: 50%;
    background: #EFF0F4;
    border-radius: 50%;
    color: #7A7676;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}


/* ===========
   Bootstrap-custom
 =============*/

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

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

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

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

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

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

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 15px;
    margin-top: 5px;
}

.dropdown-menu {
    padding: 4px 0;
    border: 0;
    -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);
}

.dropdown-menu>li>a {
    padding: 6px 20px;
}

.dropdown-menu .dropdown-item {
    font-size: 0.9rem;
    border-radius: .25rem;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f2f2f2;
    color: inherit;
}

.dropdown-menu-lg {
    max-width: 280px;
}

.arrow-none:after {
    border: none;
    margin: 0;
    display: none;
}

code {
    color: #5d9cec;
    border-radius: 4px;
}

code,
pre {
    background-color: #f4f8fb;
}

.blockquote {
    font-size: 1rem;
}


/* Background Colors */

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

.bg-primary {
    background-color: #7266ba !important;
}

.bg-success {
    background-color: #00b19d !important;
}

.bg-info {
    background-color: #3ddcf7 !important;
}

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

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

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

.bg-inverse {
    background-color: #4c5667 !important;
}

.bg-purple {
    background-color: #3bafda !important;
}

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

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

.bg-actions {
    background-color: #bce8f1 !important;
}


/* Text Colors */

.text-white {
    color: #ffffff;
}

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

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

.text-primary {
    color: #7266ba !important;
}

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

.text-success {
    color: #00b19d !important;
}

.text-info {
    color: #3ddcf7 !important;
}

.text-inverse {
    color: #4c5667 !important;
}

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

.text-purple {
    color: #3bafda !important;
}

.text-dark {
    color: #797979 !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;
}


/* ===========
   Helper classes
 =============*/

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

.p-20 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-h-50 {
    min-height: 50px;
}

.l-h-34 {
    line-height: 34px !important;
}

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

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

.font-weight-medium {
    font-weight: 500;
}

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

.font-13 {
    font-size: 13px;
}

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

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

.font-16 {
    font-size: 16px;
}

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

.wrapper-md {
    padding: 20px;
}

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

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

.no-border {
    border: none;
}

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

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

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

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

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

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

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


/* ===========
   Waves Effect
 =============*/


/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 */

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

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

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

.waves-block {
    display: block;
}

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

.waves-effect.waves-primary .waves-ripple {
    background-color: rgba(114, 102, 186, 0.45);
}


/* =============
   Animation
============= */


/* Bounce 1 */

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}


/* Bounce 2 */

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}


/* Dropdown */

@-webkit-keyframes dropdownOpen {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
    }
}


/* Portlets loader */

@-webkit-keyframes loaderAnimate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(220deg);
    }
}

@keyframes loaderAnimate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg);
    }
}

@-webkit-keyframes loaderAnimate2 {
    0% {
        -webkit-box-shadow: inset #555 0 0 0 8px;
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(-140deg);
    }
    50% {
        -webkit-box-shadow: inset #555 0 0 0 2px;
        box-shadow: inset #555 0 0 0 2px;
    }
    100% {
        -webkit-box-shadow: inset #555 0 0 0 8px;
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(140deg);
    }
}

@keyframes loaderAnimate2 {
    0% {
        -webkit-box-shadow: inset #555 0 0 0 8px;
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    50% {
        -webkit-box-shadow: inset #555 0 0 0 2px;
        box-shadow: inset #555 0 0 0 2px;
    }
    100% {
        -webkit-box-shadow: inset #555 0 0 0 8px;
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg);
    }
}

@keyframes loaderAnimate2 {
    0% {
        -webkit-box-shadow: inset #999 0 0 0 17px;
        box-shadow: inset #999 0 0 0 17px;
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    50% {
        -webkit-box-shadow: inset #999 0 0 0 2px;
        box-shadow: inset #999 0 0 0 2px;
    }
    100% {
        -webkit-box-shadow: inset #999 0 0 0 17px;
        box-shadow: inset #999 0 0 0 17px;
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg);
    }
}


/* Portlets loader */

@-webkit-keyframes loaderAnimate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(220deg);
    }
}

@keyframes loaderAnimate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg);
    }
}

@-webkit-keyframes loaderAnimate2 {
    0% {
        -webkit-box-shadow: inset #555 0 0 0 8px;
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(-140deg);
    }
    50% {
        -webkit-box-shadow: inset #555 0 0 0 2px;
        box-shadow: inset #555 0 0 0 2px;
    }
    100% {
        -webkit-box-shadow: inset #555 0 0 0 8px;
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(140deg);
    }
}

@keyframes loaderAnimate2 {
    0% {
        -webkit-box-shadow: inset #555 0 0 0 8px;
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    50% {
        -webkit-box-shadow: inset #555 0 0 0 2px;
        box-shadow: inset #555 0 0 0 2px;
    }
    100% {
        -webkit-box-shadow: inset #555 0 0 0 8px;
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg);
    }
}

@keyframes loaderAnimate2 {
    0% {
        -webkit-box-shadow: inset #999 0 0 0 17px;
        box-shadow: inset #999 0 0 0 17px;
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    50% {
        -webkit-box-shadow: inset #999 0 0 0 2px;
        box-shadow: inset #999 0 0 0 2px;
    }
    100% {
        -webkit-box-shadow: inset #999 0 0 0 17px;
        box-shadow: inset #999 0 0 0 17px;
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg);
    }
}


/* ===========
   Badge
 =============*/

.badge {
    font-weight: 600;
    padding: 3px 5px;
    font-size: 12px;
    margin-top: 1px;
}

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

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

.badge-primary {
    background-color: #7266ba;
}

.badge-primary-light{
    background-color: #ebe5f8;
}

.badge-success {
    background-color: #00b19d;
}

.badge-info {
    background-color: #3ddcf7;
}

.badge-warning {
    background-color: #ffaa00;
    color: #ffffff;
}

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

.badge-purple {
    background-color: #3bafda;
    color: #ffffff;
}

.badge-pink {
    background-color: #f76397;
    color: #ffffff;
}

.badge-inverse {
    background-color: #4c5667;
    color: #ffffff;
}


/* ===========
   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: #636e7b;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #e4e7ea;
}

.pagination-split li {
    margin-left: 5px;
    display: inline-block;
    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: #7266ba;
    border-color: #7266ba;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    opacity: 0.6;
}

.pager li>a,
.pager li>span {
    border-radius: 3px;
    color: #4c5667;
}


/* Demo Only */

.icon-list-demo div {
    cursor: pointer;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #75798B;
    font-size: 14px;
}

.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: #7266ba;
}

.icon-list-demo .col-md-4:hover i {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.ionicon-list i {
    font-size: 16px;
}

.ionicon-list .col-md-3:hover i {
    -webkit-transform: scale(2);
    transform: scale(2);
}

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

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


/* =============
   Print css
============= */

@media print {
    .logo,
    .breadcrumb,
    .page-title,
    .footer,
    .topbar,
    .btn-group.pull-right.m-t-15,
    #topnav {
        display: none;
        margin: 0;
        padding: 0;
    }
    .left,
    .right-bar {
        display: none;
    }
    .content,
    .card-box,
    .wrapper {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }
    .content-page {
        margin-left: 0;
        margin-top: 0 !important;
    }
}


/* ===========
   Buttons
 =============*/

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-dark {
    color: #ffffff;
}

.btn-primary {
    background-color: #7266ba;
    border: 1px solid #7266ba;
}

.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,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #6254b2;
    border-color: #6254b2;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.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(114, 102, 186, 0.5);
    box-shadow: 0 0 0 2px rgba(114, 102, 186, 0.5);
}

.btn-light {
    border-color: #eeeeee;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus,
.btn-light:active,
.btn-light:focus,
.btn-light:hover,
.open>.dropdown-toggle.btn-light {
    border-color: #bfbfbf;
}

.btn-light.focus,
.btn-light:focus,
.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 2px #d9d9d9;
    box-shadow: 0 0 0 2px #d9d9d9;
}

.btn-success {
    color:#fff !important;
    background-color: #00b19d;
    border: 1px solid #00b19d;
}

.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,
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color:#fff;
    background-color: #009886;
    border-color: #009886;
}

.btn-success.focus,
.btn-success:focus,
.btn-outline-success.focus,
.btn-outline-success:focus,
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show>.btn-success.dropdown-toggle,
.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(0, 177, 157, 0.5);
    box-shadow: 0 0 0 2px rgba(0, 177, 157, 0.5);
}

.btn-info {
    background-color: #3ddcf7;
    border: 1px solid #3ddcf7;
}

.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,
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    background-color: #25d8f6;
    border-color: #25d8f6;
}

.btn-info.focus,
.btn-info:focus,
.btn-outline-info.focus,
.btn-outline-info:focus,
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show>.btn-info.dropdown-toggle,
.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(61, 220, 247, 0.5);
    box-shadow: 0 0 0 2px rgba(61, 220, 247, 0.5);
}

.btn-warning {
    background-color: #ffaa00;
    border: 1px solid #ffaa00;
    color: #ffffff;
}

.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,
.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    background-color: #e69900;
    border-color: #e69900;
    color: #ffffff;
}

.btn-warning.focus,
.btn-warning:focus,
.btn-outline-warning.focus,
.btn-outline-warning:focus,
.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show>.btn-warning.dropdown-toggle,
.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(255, 170, 0, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.5);
}

.btn-danger {
    background-color: #ef5350;
    border: 1px solid #ef5350;
}

.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,
.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    background-color: #ed3c39;
    border-color: #ed3c39;
}

.btn-danger.focus,
.btn-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:focus,
.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle,
.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(239, 83, 80, 0.5);
    box-shadow: 0 0 0 2px rgba(239, 83, 80, 0.5);
}

.btn-dark {
    background-color: #7266ba;
    border: 1px solid #7266ba;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open>.dropdown-toggle.btn-dark {
    background-color: #3b307c;
    border-color: #3b307c;
}

.btn-dark.focus,
.btn-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:focus,
.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    -webkit-box-shadow: 0 0 0 2px rgba(42, 49, 66, 0.5);
    box-shadow: 0 0 0 2px rgba(42, 49, 66, 0.5);
}

.btn-link {
    color: #2a3142;
}

.btn-link:hover {
    color: #7266ba;
}


/* button Outline */

.btn-outline-primary {
    color: #7266ba;
    border-color: #7266ba;
}

.btn-outline-primary:hover {
    background-color: #7266ba;
    border-color: #7266ba;
}

.btn-outline-success {
    color: #00b19d;
    border-color: #00b19d;
}

.btn-outline-success:hover {
    background-color: #00b19d;
    border-color: #00b19d;
}

.btn-outline-info {
    color: #3ddcf7;
    border-color: #3ddcf7;
}

.btn-outline-info:hover {
    background-color: #3ddcf7;
    border-color: #3ddcf7;
}

.btn-outline-warning {
    color: #8F6B00;
    border-color: #8F6B00;
    background-color: #F2DEA1;
}

.btn-outline-warning:hover {
    background-color: #BD8E00;
    border-color: #BD8E00;
    color: #ffffff;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle{
    background-color: #BD8E00;
}

.btn-outline-danger {
    color: #ef5350;
    border-color: #ef5350;
}

.btn-outline-danger:hover {
    background-color: #ef5350;
    border-color: #ef5350;
}

.btn-outline-dark {
    color: #2a3142;
    border-color: #2a3142;
}

.btn-outline-dark:hover {
    background-color: #2a3142;
    border-color: #2a3142;
}

.btn-custom {
    border-bottom: 3px solid transparent;
}

.btn-custom.btn-default {
    background-color: #f3f3f3;
    border-bottom: 2px solid #cccccc !important;
}

.btn-custom.btn-primary {
    border-bottom: 2px solid #564aa3 !important;
}

.btn-custom.btn-success {
    border-bottom: 2px solid #007e70 !important;
}

.btn-custom.btn-info {
    border-bottom: 2px solid #08aac6 !important;
}

.btn-custom.btn-warning {
    border-bottom: 2px solid #cc8800 !important;
}

.btn-custom.btn-danger {
    border-bottom: 2px solid #c71612 !important;
}

.btn-custom.btn-dark {
    border-bottom: 2px solid #0b0c0f !important;
}

.btn-rounded {
    border-radius: 2em;
    padding: 6px 18px;
}

.btn-outline-purple{
    color: #6156aa;
    border-color: #6156aa;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 1.5rem;
    font-size:  0.875rem;
    letter-spacing: 1px;
    font-weight: 700;
    height: 42px;
}

.btn-outline-purple:hover{
    color: white;
    background-color: #6156aa;
}

.btn-outline-purple:not(:disabled):not(.disabled).active:focus, .btn-outline-purple:not(:disabled):not(.disabled):active:focus{
    box-shadow: 0 0 0 0.2rem rgb(97,86,170 / 50%);
}

.btn-outline-purple i{
    font-size: 1rem;
    margin-right: 16px;
    margin-top: 3px;
}

.fileupload {
    overflow: hidden;
    position: relative;
}

.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}


/* ===========
   Portlets
 =============*/

.portlet {
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s;
    background: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: all 0.4s;
}

.portlet .portlet-heading {
    border-radius: 3px;
    color: #ffffff;
    padding: 12px 20px;
}

.portlet .portlet-heading .portlet-title {
    color: #ffffff;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 6px;
    letter-spacing: 0.03em;
}

.portlet .portlet-heading .portlet-widgets {
    display: inline-block;
    float: right;
    font-size: 15px;
    line-height: 30px;
    padding-left: 15px;
    position: relative;
    text-align: right;
}

.portlet .portlet-heading .portlet-widgets .divider {
    margin: 0 5px;
}

.portlet .portlet-heading a {
    color: #999999;
}

.portlet .portlet-body {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    background: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
}

.portlet-default .portlet-title {
    color: #797979 !important;
}

.portlet .portlet-heading .portlet-widgets .collapsed .ion-minus-round:before {
    content: "\f217" !important;
}

.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: #ffffff;
}

.panel-disabled {
    background: rgba(243, 242, 241, 0.5);
    cursor: progress;
    bottom: 15px;
    left: 0;
    position: absolute;
    right: -5px;
    top: 0;
}

.loader-1 {
    -webkit-animation: loaderAnimate 1000ms linear infinite;
    animation: loaderAnimate 1000ms linear infinite;
    clip: rect(0, 30px, 30px, 15px);
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
}

.loader-1:after {
    -webkit-animation: loaderAnimate2 1000ms ease-in-out infinite;
    animation: loaderAnimate2 1000ms ease-in-out infinite;
    border-radius: 50%;
    clip: rect(0, 30px, 30px, 15px);
    content: '';
    height: 30px;
    position: absolute;
    width: 30px;
}


/* =============
   Checkbox and Radios
============= */

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #7266ba;
}

.custom-control-input {
    position: relative !important;
}

.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 {
    color: #333333;
    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;
}
.histories .checkbox label::after {
    padding-top: 2px;
}

.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: #eeeeee;
    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: #7266ba;
    border-color: #7266ba;
}

.checkbox-custom input[type="checkbox"]:checked+label::after {
    color: #ffffff;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: #7266ba;
    border-color: #7266ba;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
    color: #ffffff;
}

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

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

.checkbox-info input[type="checkbox"]:checked+label::before {
    background-color: #3ddcf7;
    border-color: #3ddcf7;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
    color: #ffffff;
}

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

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

.checkbox-success input[type="checkbox"]:checked+label::before {
    background-color: #00b19d;
    border-color: #00b19d;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
    color: #ffffff;
}

.checkbox-purple input[type="checkbox"]:checked+label::before {
    background-color: #3bafda;
    border-color: #3bafda;
}

.checkbox-purple input[type="checkbox"]:checked+label::after {
    color: #ffffff;
}

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

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

.checkbox-inverse input[type="checkbox"]:checked+label::before {
    background-color: #4c5667;
    border-color: #4c5667;
}

.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: #333333;
    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: 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: #7266ba;
}

.radio-custom input[type="radio"]:checked+label::before {
    border-color: #7266ba;
}

.radio-custom input[type="radio"]:checked+label::after {
    background-color: #7266ba;
}

.radio-primary input[type="radio"]+label::after {
    background-color: #7266ba;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #7266ba;
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #7266ba;
}

.radio-danger input[type="radio"]+label::after {
    background-color: #ef5350;
}

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

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #ef5350;
}

.radio-info input[type="radio"]+label::after {
    background-color: #3ddcf7;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #3ddcf7;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #3ddcf7;
}

.radio-warning input[type="radio"]+label::after {
    background-color: #ffaa00;
}

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

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #ffaa00;
}

.radio-success input[type="radio"]+label::after {
    background-color: #00b19d;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #00b19d;
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #00b19d;
}

.radio-purple input[type="radio"]+label::after {
    background-color: #3bafda;
}

.radio-purple input[type="radio"]:checked+label::before {
    border-color: #3bafda;
}

.radio-purple input[type="radio"]:checked+label::after {
    background-color: #3bafda;
}

.radio-pink input[type="radio"]+label::after {
    background-color: #f76397;
}

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

.radio-pink input[type="radio"]:checked+label::after {
    background-color: #f76397;
}


/* =============
   Tabs
============= */

.tab-content {
    padding: 20px 0 0 0;
}

.tab-content.tab-content-bordered {
    border: 1px solid #dee2e6;
}

.nav-tabs>li>a,
.nav-pills>li>a {
    color: #2a3142;
    font-weight: 600;
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
    background-color: #7266ba;
}


/* Vertial tab */

.tabs-vertical-env .tab-content {
    background: #ffffff;
    display: table-cell;
    padding: 0 0 0 20px;
    margin-bottom: 0;
    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: #2a3142;
    white-space: nowrap;
    font-weight: 600;
    border-radius: 2px;
}

.tabs-vertical-env .nav.tabs-vertical li>a.active {
    background-color: #7266ba;
    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 #7266ba !important;
}


/* Navpills */

.nav-pills>li>a {
    color: #2a3142;
}

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


/*===========
Modal
=========== */

.modal.oy-auto .modal-body {
    margin-bottom: 20px;
    max-height: calc(100vh - 150px);
    overflow-y: auto !important;
}

.modal .modal-dialog .close {
    top: 5px;
    position: absolute;
    right: 5px;
    height: 32px;
    width: 32px;
    background-color: #2a3142;
    opacity: 1 !important;
    border: 2px solid #ffffff;
    text-shadow: none;
    color: #ffffff;
    border-radius: 50%;
    padding: 0;
    font-size: 18px;
}

.close:not(:disabled):not(.disabled):hover {
    color: lightgrey !important;
}

.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%;
    max-width: 100%;
}


/* Custom-modal */

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

.modal-demo .close {
    position: absolute;
    top: 12px;
    right: 25px;
    color: #ffffff;
    opacity: 0.5;
    font-weight: normal;
    font-size: 26px;
}

.modal-demo .close:hover {
    opacity: 1;
}

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

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

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


/* =============
   Progressbars
============= */

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

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

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

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

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

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


/* =============
   Tooltips & Popovers
============= */


/* Tooltips */

.tooltip-inner {
    border-radius: 1px;
    padding: 6px 10px;
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto !important;
    height: auto !important;
}


/* Popover */

.popover {
    font-family: inherit;
}

.popover .popover-title {
    background-color: transparent;
    color: #7266ba;
    margin: 0;
    font-weight: 600;
}


/* =============
   Alerts
============= */

.alert-success {
    background-color: #e4fffc !important;
    border-color: #00e4ca !important;
    color: #00b19d;
}

.alert-success .alert-link {
    color: #00b19d;
}

.alert-info {
    background-color: #d0f7fd !important;
    border-color: #6ee5f9 !important;
    color: #3ddcf7;
}

.alert-info .alert-link {
    color: #3ddcf7;
}

.alert-warning {
    background-color: #fff7e6 !important;
    border-color: #ffbb33 !important;
    color: #856404;
}

.alert-warning .alert-link {
    color: #675CAD;
}

.alert-danger {
    background-color: #fef4f4 !important;
    border-color: #f3817f !important;
    color: #ef5350;
}

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


/* =============
   Carousel
============= */

.carousel-control {
    width: 10%;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}


/* ===========
   Widgets
 =============*/


/* Inbox widget */

.inbox-widget .inbox-item {
    border-bottom: 1px solid #fafafa;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

.inbox-widget .inbox-item .inbox-item-img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 40px;
}

.inbox-widget .inbox-item img {
    width: 40px;
}

.inbox-widget .inbox-item .inbox-item-author {
    color: #2a3142;
    display: block;
    margin: 0;
}

.inbox-widget .inbox-item .inbox-item-text {
    color: #98a6ad;
    display: block;
    font-size: 12px;
    margin: 0;
}

.inbox-widget .inbox-item .inbox-item-date {
    color: #98a6ad;
    font-size: 11px;
    position: absolute;
    right: 7px;
    top: 2px;
}


/* Chat widget */

.conversation-list {
    list-style: none;
    max-height: 330px;
    padding: 0 20px;
}

.conversation-list li {
    margin-bottom: 24px;
}

.conversation-list .chat-avatar {
    display: inline-block;
    float: left;
    text-align: center;
    width: 40px;
}

.conversation-list .chat-avatar img {
    border-radius: 100%;
    width: 100%;
}

.conversation-list .chat-avatar i {
    font-size: 12px;
    font-style: normal;
}

.conversation-list .ctext-wrap {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #f5f5f5;
    border-radius: 3px;
    display: inline-block;
    padding: 10px;
    position: relative;
}

.conversation-list .ctext-wrap i {
    color: #2a3142;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    position: relative;
}

.conversation-list .ctext-wrap p {
    margin: 0;
    padding-top: 3px;
}

.conversation-list .ctext-wrap:after {
    right: 100%;
    top: 20%;
    border: 5px solid rgba(213, 242, 239, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f5f5f5;
    margin-top: -5px;
}

.conversation-list .conversation-text {
    display: inline-block;
    float: left;
    font-size: 12px;
    margin-left: 12px;
    width: 70%;
}

.conversation-list .odd .chat-avatar {
    float: right !important;
}

.conversation-list .odd .conversation-text {
    float: right !important;
    margin-right: 12px;
    text-align: right;
    width: 70% !important;
}

.conversation-list .odd p {
    color: #f2f2f2;
}

.conversation-list .odd .ctext-wrap {
    background: #7266ba !important;
}

.conversation-list .odd .ctext-wrap i {
    color: #ffffff;
}

.conversation-list .odd .ctext-wrap:after {
    border-color: rgba(238, 238, 242, 0) !important;
    border-left-color: #7266ba !important;
    left: 100% !important;
    top: 20% !important;
}

.chat-send {
    padding-left: 0px;
    padding-right: 30px;
}

.chat-send button {
    width: 100%;
}

.chat-inputbar {
    padding-left: 30px;
}

#todo-message {
    font-size: 16px;
}

.todo-list li {
    border: 0px;
    margin: 0px;
    padding: 5px !important;
    background: transparent !important;
    display: block;
}

.todo-send {
    padding-left: 0px;
}


/* Widget-chart */

.widget-chart ul li {
    width: 31.5%;
    display: inline-block;
    padding: 0px;
}

.widget-panel {
    padding: 30px 20px;
    padding-left: 30px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 20px;
}

.widget-panel i {
    font-size: 60px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    line-height: 60px;
}

.widget-user {
    min-height: 112px;
}

.widget-user img {
    height: 72px;
    float: left;
}

.widget-user .wid-u-info {
    margin-left: 90px;
}

.widget-user .wid-u-info p {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-simple-chart .circliful-chart {
    float: left;
    margin-top: -5px;
}

.widget-icon i {
    float: left;
    font-size: 48px;
}

.widget-icon .wid-icon-info {
    margin-left: 80px;
}


/* Widget (background-icon) */

.widget-bg-color-icon .bg-icon {
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
}

.widget-bg-color-icon .bg-icon i {
    font-size: 32px;
    color: #ffffff !important;
    line-height: 68px;
}

.widget-bg-color-icon .bg-icon-info {
    background-color: rgba(61, 220, 247, 0.75);
    border: 6px solid rgba(61, 220, 247, 0.3);
}

.widget-bg-color-icon .bg-icon-primary {
    background-color: rgba(114, 102, 186, 0.75);
    border: 6px solid rgba(114, 102, 186, 0.3);
}

.widget-bg-color-icon .bg-icon-pink {
    background-color: rgba(247, 99, 151, 0.75);
    border: 6px solid rgba(247, 99, 151, 0.3);
}

.widget-bg-color-icon .bg-icon-purple {
    background-color: rgba(59, 175, 218, 0.75);
    border: 6px solid rgba(59, 175, 218, 0.3);
}

.widget-bg-color-icon .bg-icon-success {
    background-color: rgba(0, 177, 157, 0.75);
    border: 6px solid rgba(0, 177, 157, 0.3);
}

.widget-bg-color-icon .bg-icon-warning {
    background-color: rgba(255, 170, 0, 0.75);
    border: 6px solid rgba(255, 170, 0, 0.3);
}

.widget-bg-color-icon .bg-icon-danger {
    background-color: rgba(239, 83, 80, 0.75);
    border: 6px solid rgba(239, 83, 80, 0.3);
}

.widget-bg-color-icon .bg-icon-inverse {
    background-color: rgba(76, 86, 103, 0.75);
    border: 6px solid rgba(76, 86, 103, 0.3);
}


/* ===========
   Form Elements
 =============*/

label {
    font-weight: 500;
}

.form-control {
    border: 1px solid #cfcfcf;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.6);
}

.form-control:focus {
    background: #ffffff;
    border-color: #a2a2a2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-sm {
    height: 30px;
}

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

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

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

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

.input-group-addon {
    border-radius: 2px;
}


/* =============
   Form Advanced
============= */


/* bootstrap tag input */

.bootstrap-tagsinput {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 3px 7px;
    border: 1px solid #f3f3f3;
}

.bootstrap-tagsinput .label-info {
    background-color: #7266ba !important;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 14px;
    margin: 2px;
}


/* Multiple select*/

.ms-container {
    background: transparent url("../images/multiple-arrow.png") no-repeat 50% 50%;
}

.ms-container .ms-list {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f3f3f3;
}

.ms-container .ms-list.ms-focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #aaaaaa;
}

.ms-container .ms-selectable li.ms-elem-selectable {
    border: none;
    padding: 5px 10px;
}

.ms-container .ms-selection li.ms-elem-selection {
    border: none;
    padding: 5px 10px;
}

.search-input {
    margin-bottom: 10px;
}

.ms-selectable {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

.ms-container .ms-list.ms-focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ms-container .ms-selectable li.ms-hover {
    background-color: #7266ba;
}

.ms-container .ms-selection li.ms-hover {
    background-color: #7266ba;
}


/* Select 2 */

.select2-container {
    width: 100% !important;
}

/* Ignore previus style for crm  */
#crmDataModal span.select2-container, #section-assign-users-modal span.select2-container{
    min-width: 182px;
	width: auto !important;
}

.select2-container .select2-selection--single {
    border: 1px solid #ebebeb;
    height: 30px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    padding-left: 10px;
}

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

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

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

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

.select2-dropdown {
    border: 1px solid #e1e1e1;
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: #fbfbfb;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e1e1e1;
}

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

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #eeeeee;
    color: #2a3142;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #7266ba;
    color: #ffffff;
}

.select2-container .select2-selection--multiple {
    min-height: 38px;
    border: 1px solid #e1e1e1 !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;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border: 1px solid transparent;
    color: black;
    border-radius: 3px;
    padding: 0 7px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #b3b2b2;
    margin-right: 5px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #b3b2b2;
}

#select2-add1-results li {
    padding: 0;
}

#select2-add1-results li div {
    padding: 3px 6px;
}


/* Datepicker */

.datepicker {
    padding: 8px;
}

.datepicker th {
    font-size: 14px !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,
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-image: none;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #7266ba;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #7266ba !important;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background-color: #fafafa;
}

.datepicker-inline {
    border: 2px solid #eeeeee;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #7266ba !important;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Date Range Picker */

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #7266ba;
    border-color: #7266ba;
}

.daterangepicker .input-mini.active {
    border: 1px solid #AAAAAA;
}

.daterangepicker .ranges li {
    border-radius: 2px;
    color: #797979;
    font-weight: 600;
    font-size: 12px;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    border: 1px solid #e3e3e3;
    padding: 2px;
    width: 60px;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background-color: #7266ba;
    border: 1px solid #7266ba;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px !important;
}

.mdi .mdi-account {
    padding-bottom: 2px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: strech;
    width: 100%;
    float: right;
}

.input-group-text {
    margin-bottom: 10px !important;
    padding: 7px !important;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    margin-bottom: 0px !important;
}

.col-login {
    padding-top: 80px;
}

.bootstrap-touchspin .input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #2a3142;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid rgba(42, 49, 66, 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;
}


/* ===========
   Wizard
 =============*/

.wizard>.content {
    background: #ffffff;
    min-height: 240px;
    padding: 20px;
}

.wizard>.content>.body {
    padding: 0;
    position: relative;
}

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

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

.wizard>.content>.body label.error {
    color: #ef5350;
    margin-left: 0;
}

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

.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 {
    background: #ffffff;
    color: #333333;
    cursor: default;
    border: 1px solid #eaeaea;
}

.wizard>.steps .disabled a:hover {
    background: #f9f9f9;
    color: #333333;
    cursor: default;
    border: 1px solid #eaeaea;
}

.wizard>.steps .disabled a:active {
    background: #f9f9f9;
    color: #333333;
    cursor: default;
    border: 1px solid #eaeaea;
}

.wizard>.steps .current a {
    background: #7266ba;
}

.wizard>.steps .current a:hover {
    background: #7266ba;
}

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

.wizard>.steps .current a:active {
    background: #7266ba;
}

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

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

.wizard>.steps .done a {
    background: #dddddd;
}

.wizard>.steps .done a:hover {
    background: #dddddd;
}

.wizard>.steps .done a:active {
    background: #dddddd;
}

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

.wizard>.actions a {
    background: #7266ba;
    border-radius: 2px;
    color: #ffffff;
}

.wizard>.actions a:hover {
    background: #7266ba;
    border-radius: 2px;
    color: #ffffff;
}

.wizard>.actions a:active {
    background: #7266ba;
    border-radius: 2px;
    color: #ffffff;
}

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

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

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

@media (max-width: 767px) {
    .wizard>.steps>ul>li {
        width: 100%;
    }
    .page {
        margin-left: 0px;
    }
    .wizard>.content {
        padding: 0 !important;
    }
    .wizard>.content>.body {
        float: none;
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    .wizard.vertical>.steps {
        display: inline;
        float: none;
        width: 100%;
    }
    .wizard.vertical>.content {
        display: inline;
        float: none;
        margin: 0;
        width: 100%;
    }
}


/* ===========
   Tables
 =============*/

.error {
    color: #ef5350;
    font-size: 12px;
    font-weight: 500;
}

.parsley-error {
    border-color: #ef5350 !important;
}

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

.parsley-errors-list.filled {
    display: block;
}

.parsley-errors-list>li {
    font-size: 12px;
    list-style: none;
    color: #ef5350;
}


/* ===========
   Form Uploads
 =============*/

.dropzone {
    min-height: 230px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    background: white;
    border-radius: 6px;
}

.dropzone .dz-message {
    font-size: 30px;
}


/* ===========
   Wysiwig
 =============*/

.mce-content-body p {
    color: #9398a0;
    font-size: 14px;
    font-weight: 300;
}

.mce-popover .mce-arrow:after {
    border-bottom-color: red;
}

.mce-popover .mce-colorbutton-grid {
    margin: 0;
    border: 1px solid #d7dce5 !important;
    padding: 4px;
}

.mce-reset .mce-window-head {
    border-bottom: 1px solid #d7dce5;
}

.mce-reset .mce-window-head .mce-title {
    color: #707780;
    font-size: 16px;
    font-weight: 400;
}

.mce-reset .mce-textbox {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border-color: #d7dce5;
    height: 30px;
    font-weight: 300;
    line-height: 30px;
    color: #aaaaaa;
    font-size: 14px;
}

.mce-reset .mce-textbox:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #7266ba;
}

.mce-reset .mce-checkbox .mce-ico {
    background-image: none;
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid #d7dce5;
}

.mce-reset .mce-checkbox .mce-label {
    color: #707780;
    font-size: 12px;
    font-weight: 400;
}

.mce-container {
    border-radius: 0 !important;
    border-width: 0 !important;
}

.mce-container .mce-menubar {
    background-color: #f2f4f7 !important;
    border: 1px solid #d7dce5 !important;
    padding: 2px;
}

.mce-container .mce-menubar .mce-btn button span {
    color: #707780;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.mce-container .mce-menubar .mce-btn button .mce-caret {
    border-top-color: #707780;
}

.mce-container .mce-menubar .mce-btn button:hover {
    background-color: #e8ebf1;
}

.mce-container .mce-menubar .mce-btn.mce-active button {
    background-color: #e8ebf1;
}

.mce-container .mce-btn {
    background-color: #d7dce5;
    background-image: none;
    outline: 0;
    border: 0;
    border-radius: 0;
}

.mce-container .mce-btn button {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-shadow: none;
}

.mce-container .mce-btn:hover {
    background-color: #b8c1d1;
    background-image: none;
}

.mce-container .mce-primary {
    background-color: #7266ba;
    background-image: none;
    outline: 0;
    border: 0;
    border-radius: 0;
}

.mce-container .mce-primary button {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-shadow: none;
}

.mce-container .mce-primary:hover {
    background-color: #0c7cd5;
    background-image: none;
}

.mce-container .mce-toolbar-grp {
    background-color: #f2f4f7 !important;
    border: 1px solid #d7dce5 !important;
    border-top-width: 0 !important;
    padding: 6px;
}

.mce-container .mce-edit-area {
    border: 1px solid #d7dce5 !important;
    border-width: 0px 1px !important;
}

.mce-container .mce-statusbar {
    background-color: #f2f4f7 !important;
    border: 1px solid #d7dce5 !important;
}

.mce-container .mce-statusbar .mce-path .mce-path-item {
    color: #707780;
    font-size: 14px;
    font-weight: 400;
}

.mce-container .mce-widget {
    color: #9398a0;
    font-size: 14px;
    font-weight: 400;
    border-left: 1px solid transparent;
}

.mce-container .mce-btn-group {
    border: 1px solid #e9ecf2 !important;
}

.mce-container .mce-btn-group .mce-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    background-color: #ffffff;
    border-width: 0;
    border-radius: 0 !important;
}

.mce-container .mce-btn-group .mce-active {
    background-color: #707780;
}


.mce-container .mce-btn-group .mce-btn:hover,
.mce-container .mce-btn-group .mce-btn:focus
{
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    background-color: #ffffff;

}

.mce-btn.mce-active:hover button, .mce-btn.mce-active:hover i {
    color: #707780 !important;
}


.mce-container .mce-btn-group .mce-btn button span {
    color: #707780;
    font-size: 14px;
    font-weight: 300;
}

.mce-container .mce-btn-group .mce-btn button .mce-caret {
    color: #707780;
    font-size: 14px;
}

.mce-container .mce-ico {
    color: #707780;
    font-size: 14px;
}

.mce-container .mce-panel {
    background-image: none;
}

.mce-container.mce-menu {
    border: 1px solid #d7dce5 !important;
}

.mce-container.mce-menu .mce-menu-item {
    background-image: none;
}

.mce-container.mce-menu .mce-menu-item .mce-ico {
    color: #7266ba;
    font-size: 14px;
}

.mce-container.mce-menu .mce-menu-item .mce-text {
    color: #707780;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.mce-container.mce-menu .mce-menu-item .mce-menu-shortcut {
    color: #aaaaaa;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
}

.mce-container.mce-menu .mce-menu-item:hover,
.mce-container.mce-menu .mce-menu-item:focus,
.mce-container.mce-menu .mce-menu-item.mce-selected {
    background-color: #7266ba;
}

.mce-container.mce-menu .mce-menu-item:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item:hover .mce-text,
.mce-container.mce-menu .mce-menu-item:focus .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-menu-shortcut {
    color: #ffffff;
}

.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-menu-shortcut {
    color: #aaaaaa;
}

.mce-container.mce-menu .mce-menu-item.mce-disabled:hover,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected {
    background-color: #d7dce5;
}

.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-menu-shortcut {
    color: #ffffff;
}

.mce-container.mce-menu .mce-menu-item-sep {
    background-color: #d7dce5;
}

.mce-container.mce-menu .mce-menu-item-sep:hover {
    background-color: #d7dce5;
}

.mce-menubtn button {
    color: #797979 !important;
}




/* ==============
  Summernote
===================*/

.note-btn-group .dropdown-menu>li>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.note-btn-group .dropdown-menu>li>a:hover {
    background-color: #f3f3f3;
}

.note-image-popover,
.note-air-popover,
.note-link-popover {
    display: none;
}

.note-image-popover .dropdown-toggle::after,
.note-air-popover .dropdown-toggle::after,
.note-link-popover .dropdown-toggle::after {
    margin-left: 0;
}

.note-icon-caret {
    display: none;
}

.note-editor {
    position: relative;
}

.note-editor .btn-default {
    background-color: transparent;
    border-color: transparent;
}

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

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

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

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

.note-editor.note-frame {
    border: 1px solid #eeeeee;
}

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

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

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

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


/* ===========
   Tables
 =============*/

.table {
    margin-bottom: 10px;    
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-color: #f3f3f3;
}

.table>thead>tr>td.middle-align,
.table>tbody>tr>td.middle-align {
    vertical-align: middle;
}

.table>thead>tr>th {
    border-color: #f3f3f3;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: fade(#00b19d, 15%);
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: fade(#3ddcf7, 15%);
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: fade(#ffaa00, 15%);
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: fade(#ef5350, 15%);
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e !important;
}

.table-centered td,
.table-centered th {
    vertical-align: middle;
}


/* Datatable */

div.dataTables_paginate ul.pagination {
    margin-top: 30px;
}

.dataTables_wrapper.container-fluid {
    max-width: 100%;
    padding: 0;
}

div.dataTables_info {
    padding-top: 38px;
}

.dt-buttons {
    float: left;
}

div#datatable-buttons_info {
    float: left;
}

.table-wrapper .btn-toolbar {
    display: block;
}

.table-wrapper .dropdown-menu:not(.dropdown-menu-right) {
    left: auto;
    right: 0;
}

.tablesaw-columntoggle-btnwrap .btn-group {
    display: block;
}

table.dataTable th.focus,
table.dataTable td.focus {
    outline: 2px solid #7266ba !important;
    outline-offset: -1px;
    background-color: rgba(114, 102, 186, 0.15);
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: #7266ba;
}


/* 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: #00b19d;
}

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: #ef5350;
}


/* Responsive Table (Plugin) */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #7266ba;
    color: #ffffff;
    border-color: #7266ba;
}

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

.table-rep-plugin .btn-default {
    background-color: #ffffff;
    border: 1px solid rgba(42, 49, 66, 0.3);
}

.table-rep-plugin .btn-default.btn-primary {
    background-color: #7266ba;
}

.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;
}

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


/* 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;
    height: 20px;
}

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

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

#datatable-editable .fa-pencil {
    color: #7266ba;
}

#datatable-editable .fa-save {
    color: #00b19d;
}

#datatable td {
    font-weight: normal;
}

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


/* Tablesaw */

.tablesaw thead {
    background: #f5f5f5;
    background-image: none;
    border: none;
}

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

.tablesaw thead tr:first-child th {
    padding-top: 1.1em;
    padding-bottom: 0.9em;
}

.tablesaw thead tr:first-child th {
    font-weight: 600;
    font-family: inherit;
    border: none;
}

.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: #7266ba !important;
    background-color: #f5f5f5;
    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;
    display: inline-block;
    float: left;
}

.footable-pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #2a3142;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
}

.footable-pagination li.active a {
    color: #ffffff;
}


/* ===========
  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: #7266ba;
    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 #7266ba;
}

.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #7266ba;
}


/* Mapael Map */

.mapael .map {
    position: relative;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #2a3142;
    opacity: 0.95;
    border-radius: 3px;
    padding: 2px 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #ffffff;
}

.mapael .zoomIn,
.mapael .zoomOut,
.mapael .zoomReset {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
    font-weight: 500;
    cursor: pointer;
    background-color: #2a3142;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.map .zoomIn {
    top: 25px;
}

.map .zoomOut {
    top: 50px;
}


/* =============
   Email
============= */
table.mails{
    border-collapse: separate; border-spacing: 0; 
}

.mails a {
    color: #797979;
}

.mails td {
    vertical-align: middle !important;
    position: relative;
}

.mails td:last-of-type {
    width: 100px;
    padding-right: 20px;
}

.mails tr:hover .text-white {
    display: none;
}

.mails .mail-select {
    padding: 12px 20px;
    min-width: 134px;
}

.mails .checkbox, .histories .checkbox {
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
    display: inline-block;
    height: 17px;
}

.mails .checkbox label, .histories .checkbox label {
    min-height: 16px;
}

.mail-list .list-group-item {
    background-color: transparent;
    color: #2a3142;
    font-size: 0.95rem;
}

.mail-list .list-group-item:hover {
    background-color: #eeeeee;
}

.mail-list .list-group-item:focus {
    background-color: #eeeeee;
}

.mail-list .list-group-item.active {
    color: #ef5350;
}

.unread a {
    font-weight: 600;
    color: #444444;
}


/* ===========
   Calendar
 =============*/

.calendar {
    float: left;
    margin-bottom: 0;
}

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

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

.fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

.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-widget-header {
    border: 1px solid #d5d5d5;
}

.fc-widget-content {
    border: 1px solid #d5d5d5;
}

.fc th.fc-widget-header {
    background: #dddddd;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px;
    text-transform: uppercase;
}

.fc-button {
    background: #ffffff;
    border: 1px solid #d5d5d5;
    color: #555555;
    text-transform: capitalize;
}

.fc-text-arrow {
    font-family: arial;
    font-size: 16px;
}

.fc-state-hover {
    background: #F5F5F5;
}

.fc-state-highlight {
    background: #f0f0f0;
}

.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;
}

.fc-event .fc-content {
    color: #ffffff;
}

.external-event {
    color: #ffffff;
    cursor: move;
    margin: 10px 0;
    padding: 6px 10px;
}

.fc-basic-view td.fc-week-number span {
    padding-right: 5px;
}

.fc-basic-view td.fc-day-number {
    padding-right: 5px;
}


/* ===========
  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: #d8d9df;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 1px;
    z-index: 0;
}

.timeline .timeline-icon {
    -webkit-border-radius: 50%;
    background: #d8d9df;
    border-radius: 50%;
    border: 1px solid #d8d9df;
    color: #ffffff;
    display: block;
    height: 20px;
    left: -54px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
}

.timeline .timeline-icon i {
    margin-top: 9px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}

h3.timeline-title {
    color: #c8ccd7;
    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: 8px solid transparent;
    border-right: 8px solid #ffffff !important;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 0;
}

.timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ffffff !important;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: auto;
    margin-top: -10px;
    position: absolute;
    right: -7px;
    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 .panel .panel-body p+p {
    margin-top: 10px !important;
}

.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;
    margin: 0;
}

.timeline-desk .panel {
    background: #ffffff;
    display: block;
    margin-bottom: 5px;
    margin-left: 45px;
    position: relative;
    text-align: left;
    padding: 15px;
    border-radius: 5px;
}

.timeline-desk h5 span {
    color: #797979;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.timeline-desk p {
    color: #999999;
    font-size: 14px;
    margin-bottom: 0;
}

.timeline-desk .album {
    margin-top: 12px;
}

.timeline-desk .album a {
    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-2
 =============*/

.timeline-2 {
    border-left: 2px solid #7266ba;
    position: relative;
}

.timeline-2 .time-item:after {
    background-color: #ffffff;
    border-color: #7266ba;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: '';
    height: 10px;
    left: 0;
    margin-left: -6px;
    position: absolute;
    top: 5px;
    width: 10px;
}

.time-item {
    border-color: #dee5e7;
    padding-bottom: 10px;
    position: relative;
}

.time-item:before {
    content: " ";
    display: table;
}

.time-item:after {
    background-color: #ffffff;
    border-color: #7266ba;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: '';
    height: 14px;
    left: 0;
    margin-left: -8px;
    position: absolute;
    top: 5px;
    width: 14px;
}

.time-item-item:after {
    content: " ";
    display: table;
}

.item-info {
    margin-bottom: 15px;
    margin-left: 15px;
}

.item-info p {
    font-size: 13px;
}


/* =========== */


/* Sweet Alert */


/* =========== */

.swal2-modal {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}

.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;
    box-shadow: none;
}

.swal2-modal .swal2-confirm.btn-confirm {
    background-color: #7266ba !important;
}

.swal2-modal .swal2-cancel.btn-cancel {
    background-color: #ef5350 !important;
}

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

.swal2-icon.swal2-question {
    color: #7266ba;
    border-color: #7266ba;
}

.swal2-icon.swal2-success {
    border-color: #00b19d;
}

.swal2-icon.swal2-success .line,
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long],
.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #00b19d;
}

.swal2-icon.swal2-success .placeholder,
.swal2-icon.swal2-success .swal2-success-ring {
    border-color: #00b19d;
}

.swal2-icon.swal2-warning {
    color: #ffaa00;
    border-color: #ffaa00;
}

.swal2-icon.swal2-error {
    border-color: #ef5350;
}

.swal2-icon.swal2-error .line {
    background-color: #ef5350;
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
    outline: 0;
    border: 2px solid #7266ba;
}

.swal2-container.swal2-shown {
    background-color: rgba(42, 49, 66, 0.9);
}


/* =============
   Notification
============= */

.notifyjs-metro-base {
    position: relative;
    min-height: 52px;
    min-width: 250px;
    color: #444;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation: dropdownOpen 0.3s ease-out;
    animation: dropdownOpen 0.3s ease-out;
}

.notifyjs-metro-base .image {
    display: table;
    position: absolute;
    height: auto;
    width: auto;
    left: 25px;
    top: 50%;
    font-size: 24px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notifyjs-metro-base .text-wrapper {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 10px 10px 10px 52px;
    clear: both;
}

.notifyjs-metro-base .title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

.notifyjs-metro-base .text {
    font-size: 12px;
    font-weight: normal;
    max-width: 360px;
    vertical-align: middle;
}

.notifyjs-metro-cool {
    color: #fafafa !important;
    background-color: #4A525F;
    border: 1px solid #4A525F;
}


/* =============
   Nestable
============= */

.custom-dd .dd-list .dd-item .dd-handle {
    background: rgba(152, 166, 173, 0.25) !important;
    border: none;
    padding: 8px 16px;
    height: auto;
    font-weight: 600;
    border-radius: 3px;
}

.custom-dd .dd-list .dd-item .dd-handle:hover {
    color: #7266ba;
}

.custom-dd .dd-list .dd-item button {
    height: auto;
    font-size: 17px;
    margin: 8px auto;
    color: #555555;
    width: 30px;
}

.custom-dd-empty .dd-list .dd3-handle {
    border: none;
    background: rgba(152, 166, 173, 0.25) !important;
    height: 36px;
    width: 36px;
}

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

.custom-dd-empty .dd-list .dd3-handle:hover {
    color: #7266ba;
}

.custom-dd-empty .dd-list .dd3-content {
    height: auto;
    border: none;
    padding: 8px 16px 8px 46px;
    background: rgba(152, 166, 173, 0.25) !important;
    font-weight: 600;
}

.custom-dd-empty .dd-list .dd3-content:hover {
    color: #7266ba;
}

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


/* =============
   Charts
============= */

.morris-hover.morris-default-style {
    border-radius: 5px;
    padding: 10px 12px;
    background: #36404a;
    border: none;
    color: #ffffff !important;
}

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

.chart-detail-list li h5 {
    font-size: 15px;
}

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

.jqstooltip {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.chart.chart-widget-pie {
    margin-top: 5px;
    margin-bottom: 5px;
}

.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
    font-weight: 600;
    font-size: 18px;
    color: #797979;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}


/* Flot chart */

#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: 10px !important;
    line-height: 10px;
    padding-right: 10px;
}


/* Chartist chart */

.ct-golden-section:before {
    float: none;
}

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

.ct-chart .ct-label {
    fill: #a3afb7;
    color: #a3afb7;
    font-size: 12px;
    line-height: 1;
}

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

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

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

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

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

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

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

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

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
    fill: #7266ba;
}

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

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
    fill: #00b19d;
}

.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
    fill: #3ddcf7;
}


/* Sparkline chart */

.jqstooltip {
    background-color: #2a3142 !important;
    padding: 5px 10px !important;
    border-radius: 3px;
    border-color: #2a3142 !important;
}

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


/* Circliful charts */

.circliful-chart {
    margin: 0 auto;
}

.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
    font-size: 12px;
    font-weight: 600;
}


/* ===========
   Count Down
 =============*/

.home-wrapper {
    margin: 10% 0;
}

.app-countdown {
    margin-top: 40px;
    text-align: center;
}

.app-countdown div {
    display: inline-block;
}

.app-countdown div span {
    display: block;
    width: 150px;
}

.app-countdown div span:first-child {
    font-size: 3em;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
}

.app-countdown div span:last-child {
    color: #333333;
    font-size: 0.9em;
    height: 25px;
    line-height: 25px;
}

.app-countdown>* {
    text-align: center;
}


/* ===========
   Gallery
 =============*/

.portfolioFilter a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #2a3142;
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}

.portfolioFilter a:hover {
    background-color: #7266ba;
    color: #ffffff;
}

.portfolioFilter a.current {
    background-color: #7266ba;
    color: #ffffff;
}

.thumb {
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    padding: 10px;
    width: 100%;
}

.thumb-img {
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
}

.gal-detail h4 {
    margin: 16px auto 10px auto;
    width: 80%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    font-size: 18px;
    text-overflow: ellipsis;
}

.gal-detail p {
    margin-bottom: 10px;
}

.gal-detail .ga-border {
    height: 3px;
    width: 40px;
    background-color: #7266ba;
    margin: 10px auto;
}


/* ===========
   Maintenance
 =============*/

.icon-main {
    font-size: 60px;
}

.maintenance-page {
    margin: 10% 0;
}

.home-text {
    letter-spacing: 1px;
}


/* ===========
   Accounts
 =============*/

.wrapper-page {
    margin: 7.5% auto;
    max-width: 360px;
}

.wrapper-page .form-control {
    height: 40px;
}

.logo-lg {
    font-size: 30px !important;
    font-weight: 700;
    line-height: 70px;
    color: #7266ba !important;
}

.user-thumb img {
    height: 88px;
    margin: 0 auto;
    width: 88px;
}

.user-round::before {
    content:attr(data-letters);
    background: #f76397;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size:15px;
    color:#fff;
    font-weight: normal;
}
.user-round-small::before {
    content: attr(data-letters);
    background: #f76397;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}

.ex-page-content .svg-box {
    float: right;
}

.message-box {
    margin: 120px 50px;
}

.message-box h1 {
    color: #252932;
    font-size: 98px;
    font-weight: 700;
    line-height: 98px;
    text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}

#Polygon-1,
#Polygon-2,
#Polygon-3,
#Polygon-4,
#Polygon-4,
#Polygon-5 {
    -webkit-animation: float 1s infinite ease-in-out alternate;
    animation: float 1s infinite ease-in-out alternate;
}

#Polygon-2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

#Polygon-3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

#Polygon-4 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

#Polygon-5 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

@-webkit-keyframes float {
    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes float {
    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}


/* =============
   Tree view page
============= */

.jstree-default .jstree-clicked,
.jstree-default .jstree-wholerow-clicked {
    background: rgba(114, 102, 186, 0.4);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jstree-default .jstree-hovered,
.jstree-default .jstree-wholerow-hovered {
    background: rgba(114, 102, 186, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* =============
   Pricing
============= */

.pricing-column {
    position: relative;
    margin-bottom: 40px;
}

.pricing-column .inner-box {
    position: relative;
    padding: 0 0 50px;
}

.pricing-column .plan-header {
    position: relative;
    padding: 30px 20px 25px;
}

.pricing-column .plan-title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #00b19d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.pricing-column .plan-price {
    font-size: 48px;
    margin-bottom: 10px;
    color: #2a3142;
}

.pricing-column .plan-duration {
    font-size: 13px;
    color: #98a6ad;
}

.pricing-column .plan-stats {
    position: relative;
    padding: 30px 20px 15px;
}

.pricing-column .plan-stats li {
    margin-bottom: 15px;
    line-height: 24px;
}

.pricing-column .plan-stats li i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.ribbon {
    position: absolute;
    left: 5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    background: #00b19d;
    background: -webkit-gradient(linear, left top, left bottom, from(#00b19d), to(#00b19d));
    background: linear-gradient(#00b19d 0%, #00b19d 100%);
    position: absolute;
    top: 19px;
    letter-spacing: 1px;
    left: -21px;
}

.ribbon span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #007e70;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #007e70;
}

.ribbon span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #007e70;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #007e70;
}


/* =============
   FAQ
============= */

.question-q-box {
    height: 30px;
    width: 30px;
    color: #ffffff;
    background-color: #ef5350;
    text-align: center;
    border-radius: 50%;
    float: left;
    line-height: 26px;
    font-weight: 700;
}

.question {
    margin-top: 0;
    margin-left: 50px;
    font-size: 16px;
}

.answer {
    margin-left: 50px;
    color: #98a6ad;
    margin-bottom: 40px;
    line-height: 26px;
}


/* =============
   Task board
============= */

.taskList {
    min-height: 40px;
    margin-bottom: 0;
}

.taskList li {
    background-color: #ffffff;
    border: 1px solid #f3f3f3;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    font-size: 14px;
}

.taskList li:last-of-type {
    margin-bottom: 0;
}

.taskList li .btn-sm {
    padding: 2px 8px;
    font-size: 12px;
}

.taskList li.task-success {
    border-left: 3px solid rgba(0, 177, 157, 0.5);
}

.taskList li.task-info {
    border-left: 3px solid rgba(61, 220, 247, 0.5);
}

.taskList li.task-danger {
    border-left: 3px solid rgba(239, 83, 80, 0.5);
}

.taskList li.task-warning {
    border-left: 3px solid rgba(255, 170, 0, 0.5);
}

.taskList a {
    font-size: 13px;
    font-weight: 500;
}

.taskList .checkbox {
    margin-left: 20px;
    margin-top: 5px;
}

.task-placeholder {
    border: 1px dashed #eeeeee !important;
    background-color: rgba(238, 238, 238, 0.2) !important;
    padding: 20px;
}


/*
Template Name: Minton Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Responsive
*/

@media (min-width: 768px) and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
    .fixedHeader-floating {
        top: 60px !important;
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    .container-fluid {
        max-width: 100%;
    }
    .topbar-left {
        width: 70px !important;
    }
    .topbar-left span {
        display: none !important;
    }
    .topbar-left i {
        display: block !important;
        line-height: 70px !important;
    }
    .topbar .topbar-left {
        height: 70px;
    }
    .navbar-nav.navbar-right {
        float: right;
    }
    .content-page {
        margin-left: 0 !important;
    }
    .enlarged .left.side-menu {
        margin-left: -70px;
    }
    .mobile-sidebar {
        left: 0;
    }
    .mobile-content {
        left: 250px;
        right: -250px;
    }
    .dataTables_wrapper .col-xs-6 {
        width: 100%;
        text-align: left;
    }
    div#datatable-buttons_info {
        float: none;
    }
    .ms-container {
        width: 100%;
    }
    .m-t-sm-50 {
        margin-top: 50px !important;
    }
    .fixedHeader-floating {
        top: 60px !important;
    }
}

@media (max-width: 767px) {
    .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;
    }
    .table-auto-res {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}

@media (max-width: 480px) {
    .side-menu {
        z-index: 10 !important;
    }
    .button-menu-mobile {
        display: block;
    }
    body {
        padding-bottom: 85px;
    }
    .search-bar {
        display: none !important;
    }
    .logo-lg,
    .logo-large {
        display: none;
    }
    .logo-sm,
    .logo-small {
        display: inline-block !important;
    }
    .dropdown-menu-lg {
        max-width: 230px;
    }
}

@media (max-width: 420px) {
    .hide-phone {
        display: none !important;
    }
}


/* Container-alt */

@media (min-width: 768px) {
    .container-alt {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container-alt {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .li-distance {
        width: 150px;
    }
    .container-alt {
        width: 1170px;
    }
}

@media (max-width: 419px) {
    .hidden-xxs {
        display: none;
    }
    .topbar-left {
        width: 70px !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;
    }
}


/*# sourceMappingURL=style.css.map */


/*flags*/

.flag {
    width: 1.6rem;
    height: 1.1rem;
    display: inline-block;
    background: no-repeat center/100% 100%;
    vertical-align: middle;
    font-style: normal;
    /*  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;*/
}

.flag-fr {
    background-image: url("../images/flags/fr.svg");
}

.flag-ad {
    background-image: url("../images/flags/ad.svg");
}

.flag-ae {
    background-image: url("../images/flags/ae.svg");
}

.flag-af {
    background-image: url("../images/flags/af.svg");
}

.flag-ag {
    background-image: url("../images/flags/ag.svg");
}

.flag-ai {
    background-image: url("../images/flags/ai.svg");
}

.flag-al {
    background-image: url("../images/flags/al.svg");
}

.flag-am {
    background-image: url("../images/flags/am.svg");
}

.flag-ao {
    background-image: url("../images/flags/ao.svg");
}

.flag-aq {
    background-image: url("../images/flags/aq.svg");
}

.flag-ar {
    background-image: url("../images/flags/ar.svg");
}

.flag-as {
    background-image: url("../images/flags/as.svg");
}

.flag-at {
    background-image: url("../images/flags/at.svg");
}

.flag-au {
    background-image: url("../images/flags/au.svg");
}

.flag-aw {
    background-image: url("../images/flags/aw.svg");
}

.flag-ax {
    background-image: url("../images/flags/ax.svg");
}

.flag-az {
    background-image: url("../images/flags/az.svg");
}

.flag-ba {
    background-image: url("../images/flags/ba.svg");
}

.flag-bb {
    background-image: url("../images/flags/bb.svg");
}

.flag-bd {
    background-image: url("../images/flags/bd.svg");
}

.flag-be {
    background-image: url("../images/flags/be.svg");
}

.flag-bf {
    background-image: url("../images/flags/bf.svg");
}

.flag-bg {
    background-image: url("../images/flags/bg.svg");
}

.flag-bh {
    background-image: url("../images/flags/bh.svg");
}

.flag-bi {
    background-image: url("../images/flags/bi.svg");
}

.flag-bj {
    background-image: url("../images/flags/bj.svg");
}

.flag-bl {
    background-image: url("../images/flags/bl.svg");
}

.flag-bm {
    background-image: url("../images/flags/bm.svg");
}

.flag-bn {
    background-image: url("../images/flags/bn.svg");
}

.flag-bo {
    background-image: url("../images/flags/bo.svg");
}

.flag-bq {
    background-image: url("../images/flags/bq.svg");
}

.flag-br {
    background-image: url("../images/flags/br.svg");
}

.flag-bs {
    background-image: url("../images/flags/bs.svg");
}

.flag-bt {
    background-image: url("../images/flags/bt.svg");
}

.flag-bv {
    background-image: url("../images/flags/bv.svg");
}

.flag-bw {
    background-image: url("../images/flags/bw.svg");
}

.flag-by {
    background-image: url("../images/flags/by.svg");
}

.flag-bz {
    background-image: url("../images/flags/bz.svg");
}

.flag-ca {
    background-image: url("../images/flags/ca.svg");
}

.flag-cc {
    background-image: url("../images/flags/cc.svg");
}

.flag-cd {
    background-image: url("../images/flags/cd.svg");
}

.flag-cf {
    background-image: url("../images/flags/cf.svg");
}

.flag-cg {
    background-image: url("../images/flags/cg.svg");
}

.flag-ch {
    background-image: url("../images/flags/ch.svg");
}

.flag-ci {
    background-image: url("../images/flags/ci.svg");
}

.flag-ck {
    background-image: url("../images/flags/ck.svg");
}

.flag-cl {
    background-image: url("../images/flags/cl.svg");
}

.flag-cm {
    background-image: url("../images/flags/cm.svg");
}

.flag-cn {
    background-image: url("../images/flags/cn.svg");
}

.flag-co {
    background-image: url("../images/flags/co.svg");
}

.flag-cr {
    background-image: url("../images/flags/cr.svg");
}

.flag-cu {
    background-image: url("../images/flags/cu.svg");
}

.flag-cv {
    background-image: url("../images/flags/cv.svg");
}

.flag-cw {
    background-image: url("../images/flags/cw.svg");
}

.flag-cx {
    background-image: url("../images/flags/cx.svg");
}

.flag-cy {
    background-image: url("../images/flags/cy.svg");
}

.flag-cz {
    background-image: url("../images/flags/cz.svg");
}

.flag-de {
    background-image: url("../images/flags/de.svg");
}

.flag-dj {
    background-image: url("../images/flags/dj.svg");
}

.flag-dk {
    background-image: url("../images/flags/dk.svg");
}

.flag-dm {
    background-image: url("../images/flags/dm.svg");
}

.flag-do {
    background-image: url("../images/flags/do.svg");
}

.flag-dz {
    background-image: url("../images/flags/dz.svg");
}

.flag-ec {
    background-image: url("../images/flags/ec.svg");
}

.flag-ee {
    background-image: url("../images/flags/ee.svg");
}

.flag-eg {
    background-image: url("../images/flags/eg.svg");
}

.flag-eh {
    background-image: url("../images/flags/eh.svg");
}

.flag-er {
    background-image: url("../images/flags/er.svg");
}

.flag-es {
    background-image: url("../images/flags/es.svg");
}

.flag-et {
    background-image: url("../images/flags/et.svg");
}

.flag-eu {
    background-image: url("../images/flags/eu.svg");
}

.flag-fi {
    background-image: url("../images/flags/fi.svg");
}

.flag-fj {
    background-image: url("../images/flags/fj.svg");
}

.flag-fk {
    background-image: url("../images/flags/fk.svg");
}

.flag-fm {
    background-image: url("../images/flags/fm.svg");
}

.flag-fo {
    background-image: url("../images/flags/fo.svg");
}

.flag-fr {
    background-image: url("../images/flags/fr.svg");
}

.flag-ga {
    background-image: url("../images/flags/ga.svg");
}

.flag-gb-eng {
    background-image: url("../images/flags/gb-eng.svg");
}

.flag-gb-nir {
    background-image: url("../images/flags/gb-nir.svg");
}

.flag-gb-sct {
    background-image: url("../images/flags/gb-sct.svg");
}

.flag-gb-wls {
    background-image: url("../images/flags/gb-wls.svg");
}

.flag-en {
    background-image: url("../images/flags/gb.svg");
}

.flag-gd {
    background-image: url("../images/flags/gd.svg");
}

.flag-ge {
    background-image: url("../images/flags/ge.svg");
}

.flag-gf {
    background-image: url("../images/flags/gf.svg");
}

.flag-gg {
    background-image: url("../images/flags/gg.svg");
}

.flag-gh {
    background-image: url("../images/flags/gh.svg");
}

.flag-gi {
    background-image: url("../images/flags/gi.svg");
}

.flag-gl {
    background-image: url("../images/flags/gl.svg");
}

.flag-gm {
    background-image: url("../images/flags/gm.svg");
}

.flag-gn {
    background-image: url("../images/flags/gn.svg");
}

.flag-gp {
    background-image: url("../images/flags/gp.svg");
}

.flag-gq {
    background-image: url("../images/flags/gq.svg");
}

.flag-gr {
    background-image: url("../images/flags/gr.svg");
}

.flag-gs {
    background-image: url("../images/flags/gs.svg");
}

.flag-gt {
    background-image: url("../images/flags/gt.svg");
}

.flag-gu {
    background-image: url("../images/flags/gu.svg");
}

.flag-gw {
    background-image: url("../images/flags/gw.svg");
}

.flag-gy {
    background-image: url("../images/flags/gy.svg");
}

.flag-hk {
    background-image: url("../images/flags/hk.svg");
}

.flag-hm {
    background-image: url("../images/flags/hm.svg");
}

.flag-hn {
    background-image: url("../images/flags/hn.svg");
}

.flag-hr {
    background-image: url("../images/flags/hr.svg");
}

.flag-ht {
    background-image: url("../images/flags/ht.svg");
}

.flag-hu {
    background-image: url("../images/flags/hu.svg");
}

.flag-id {
    background-image: url("../images/flags/id.svg");
}

.flag-ie {
    background-image: url("../images/flags/ie.svg");
}

.flag-il {
    background-image: url("../images/flags/il.svg");
}

.flag-im {
    background-image: url("../images/flags/im.svg");
}

.flag-in {
    background-image: url("../images/flags/in.svg");
}

.flag-io {
    background-image: url("../images/flags/io.svg");
}

.flag-iq {
    background-image: url("../images/flags/iq.svg");
}

.flag-ir {
    background-image: url("../images/flags/ir.svg");
}

.flag-is {
    background-image: url("../images/flags/is.svg");
}

.flag-it {
    background-image: url("../images/flags/it.svg");
}

.flag-je {
    background-image: url("../images/flags/je.svg");
}

.flag-jm {
    background-image: url("../images/flags/jm.svg");
}

.flag-jo {
    background-image: url("../images/flags/jo.svg");
}

.flag-jp {
    background-image: url("../images/flags/jp.svg");
}

.flag-ke {
    background-image: url("../images/flags/ke.svg");
}

.flag-kg {
    background-image: url("../images/flags/kg.svg");
}

.flag-kh {
    background-image: url("../images/flags/kh.svg");
}

.flag-ki {
    background-image: url("../images/flags/ki.svg");
}

.flag-km {
    background-image: url("../images/flags/km.svg");
}

.flag-kn {
    background-image: url("../images/flags/kn.svg");
}

.flag-kp {
    background-image: url("../images/flags/kp.svg");
}

.flag-kr {
    background-image: url("../images/flags/kr.svg");
}

.flag-kw {
    background-image: url("../images/flags/kw.svg");
}

.flag-ky {
    background-image: url("../images/flags/ky.svg");
}

.flag-kz {
    background-image: url("../images/flags/kz.svg");
}

.flag-la {
    background-image: url("../images/flags/la.svg");
}

.flag-lb {
    background-image: url("../images/flags/lb.svg");
}

.flag-lc {
    background-image: url("../images/flags/lc.svg");
}

.flag-li {
    background-image: url("../images/flags/li.svg");
}

.flag-lk {
    background-image: url("../images/flags/lk.svg");
}

.flag-lr {
    background-image: url("../images/flags/lr.svg");
}

.flag-ls {
    background-image: url("../images/flags/ls.svg");
}

.flag-lt {
    background-image: url("../images/flags/lt.svg");
}

.flag-lu {
    background-image: url("../images/flags/lu.svg");
}

.flag-lv {
    background-image: url("../images/flags/lv.svg");
}

.flag-ly {
    background-image: url("../images/flags/ly.svg");
}

.flag-ma {
    background-image: url("../images/flags/ma.svg");
}

.flag-mc {
    background-image: url("../images/flags/mc.svg");
}

.flag-md {
    background-image: url("../images/flags/md.svg");
}

.flag-me {
    background-image: url("../images/flags/me.svg");
}

.flag-mf {
    background-image: url("../images/flags/mf.svg");
}

.flag-mg {
    background-image: url("../images/flags/mg.svg");
}

.flag-mh {
    background-image: url("../images/flags/mh.svg");
}

.flag-mk {
    background-image: url("../images/flags/mk.svg");
}

.flag-ml {
    background-image: url("../images/flags/ml.svg");
}

.flag-mm {
    background-image: url("../images/flags/mm.svg");
}

.flag-mn {
    background-image: url("../images/flags/mn.svg");
}

.flag-mo {
    background-image: url("../images/flags/mo.svg");
}

.flag-mp {
    background-image: url("../images/flags/mp.svg");
}

.flag-mq {
    background-image: url("../images/flags/mq.svg");
}

.flag-mr {
    background-image: url("../images/flags/mr.svg");
}

.flag-ms {
    background-image: url("../images/flags/ms.svg");
}

.flag-mt {
    background-image: url("../images/flags/mt.svg");
}

.flag-mu {
    background-image: url("../images/flags/mu.svg");
}

.flag-mv {
    background-image: url("../images/flags/mv.svg");
}

.flag-mw {
    background-image: url("../images/flags/mw.svg");
}

.flag-mx {
    background-image: url("../images/flags/mx.svg");
}

.flag-my {
    background-image: url("../images/flags/my.svg");
}

.flag-mz {
    background-image: url("../images/flags/mz.svg");
}

.flag-na {
    background-image: url("../images/flags/na.svg");
}

.flag-nc {
    background-image: url("../images/flags/nc.svg");
}

.flag-ne {
    background-image: url("../images/flags/ne.svg");
}

.flag-nf {
    background-image: url("../images/flags/nf.svg");
}

.flag-ng {
    background-image: url("../images/flags/ng.svg");
}

.flag-ni {
    background-image: url("../images/flags/ni.svg");
}

.flag-nl {
    background-image: url("../images/flags/nl.svg");
}

.flag-no {
    background-image: url("../images/flags/no.svg");
}

.flag-np {
    background-image: url("../images/flags/np.svg");
}

.flag-nr {
    background-image: url("../images/flags/nr.svg");
}

.flag-nu {
    background-image: url("../images/flags/nu.svg");
}

.flag-nz {
    background-image: url("../images/flags/nz.svg");
}

.flag-om {
    background-image: url("../images/flags/om.svg");
}

.flag-pa {
    background-image: url("../images/flags/pa.svg");
}

.flag-pe {
    background-image: url("../images/flags/pe.svg");
}

.flag-pf {
    background-image: url("../images/flags/pf.svg");
}

.flag-pg {
    background-image: url("../images/flags/pg.svg");
}

.flag-ph {
    background-image: url("../images/flags/ph.svg");
}

.flag-pk {
    background-image: url("../images/flags/pk.svg");
}

.flag-pl {
    background-image: url("../images/flags/pl.svg");
}

.flag-pm {
    background-image: url("../images/flags/pm.svg");
}

.flag-pn {
    background-image: url("../images/flags/pn.svg");
}

.flag-pr {
    background-image: url("../images/flags/pr.svg");
}

.flag-ps {
    background-image: url("../images/flags/ps.svg");
}

.flag-pt {
    background-image: url("../images/flags/pt.svg");
}

.flag-pw {
    background-image: url("../images/flags/pw.svg");
}

.flag-py {
    background-image: url("../images/flags/py.svg");
}

.flag-qa {
    background-image: url("../images/flags/qa.svg");
}

.flag-re {
    background-image: url("../images/flags/re.svg");
}

.flag-ro {
    background-image: url("../images/flags/ro.svg");
}

.flag-rs {
    background-image: url("../images/flags/rs.svg");
}

.flag-ru {
    background-image: url("../images/flags/ru.svg");
}

.flag-rw {
    background-image: url("../images/flags/rw.svg");
}

.flag-sa {
    background-image: url("../images/flags/sa.svg");
}

.flag-sb {
    background-image: url("../images/flags/sb.svg");
}

.flag-sc {
    background-image: url("../images/flags/sc.svg");
}

.flag-sd {
    background-image: url("../images/flags/sd.svg");
}

.flag-se {
    background-image: url("../images/flags/se.svg");
}

.flag-sg {
    background-image: url("../images/flags/sg.svg");
}

.flag-sh {
    background-image: url("../images/flags/sh.svg");
}

.flag-si {
    background-image: url("../images/flags/si.svg");
}

.flag-sj {
    background-image: url("../images/flags/sj.svg");
}

.flag-sk {
    background-image: url("../images/flags/sk.svg");
}

.flag-sl {
    background-image: url("../images/flags/sl.svg");
}

.flag-sm {
    background-image: url("../images/flags/sm.svg");
}

.flag-sn {
    background-image: url("../images/flags/sn.svg");
}

.flag-so {
    background-image: url("../images/flags/so.svg");
}

.flag-sr {
    background-image: url("../images/flags/sr.svg");
}

.flag-ss {
    background-image: url("../images/flags/ss.svg");
}

.flag-st {
    background-image: url("../images/flags/st.svg");
}

.flag-sv {
    background-image: url("../images/flags/sv.svg");
}

.flag-sx {
    background-image: url("../images/flags/sx.svg");
}

.flag-sy {
    background-image: url("../images/flags/sy.svg");
}

.flag-sz {
    background-image: url("../images/flags/sz.svg");
}

.flag-tc {
    background-image: url("../images/flags/tc.svg");
}

.flag-td {
    background-image: url("../images/flags/td.svg");
}

.flag-tf {
    background-image: url("../images/flags/tf.svg");
}

.flag-tg {
    background-image: url("../images/flags/tg.svg");
}

.flag-th {
    background-image: url("../images/flags/th.svg");
}

.flag-tj {
    background-image: url("../images/flags/tj.svg");
}

.flag-tk {
    background-image: url("../images/flags/tk.svg");
}

.flag-tl {
    background-image: url("../images/flags/tl.svg");
}

.flag-tm {
    background-image: url("../images/flags/tm.svg");
}

.flag-tn {
    background-image: url("../images/flags/tn.svg");
}

.flag-to {
    background-image: url("../images/flags/to.svg");
}

.flag-tr {
    background-image: url("../images/flags/tr.svg");
}

.flag-tt {
    background-image: url("../images/flags/tt.svg");
}

.flag-tv {
    background-image: url("../images/flags/tv.svg");
}

.flag-tw {
    background-image: url("../images/flags/tw.svg");
}

.flag-tz {
    background-image: url("../images/flags/tz.svg");
}

.flag-ua {
    background-image: url("../images/flags/ua.svg");
}

.flag-ug {
    background-image: url("../images/flags/ug.svg");
}

.flag-um {
    background-image: url("../images/flags/um.svg");
}

.flag-un {
    background-image: url("../images/flags/un.svg");
}

.flag-us {
    background-image: url("../images/flags/us.svg");
}

.flag-uy {
    background-image: url("../images/flags/uy.svg");
}

.flag-uz {
    background-image: url("../images/flags/uz.svg");
}

.flag-va {
    background-image: url("../images/flags/va.svg");
}

.flag-vc {
    background-image: url("../images/flags/vc.svg");
}

.flag-ve {
    background-image: url("../images/flags/ve.svg");
}

.flag-vg {
    background-image: url("../images/flags/vg.svg");
}

.flag-vi {
    background-image: url("../images/flags/vi.svg");
}

.flag-vn {
    background-image: url("../images/flags/vn.svg");
}

.flag-vu {
    background-image: url("../images/flags/vu.svg");
}

.flag-wf {
    background-image: url("../images/flags/wf.svg");
}

.flag-ws {
    background-image: url("../images/flags/ws.svg");
}

.flag-ye {
    background-image: url("../images/flags/ye.svg");
}

.flag-yt {
    background-image: url("../images/flags/yt.svg");
}

.flag-za {
    background-image: url("../images/flags/za.svg");
}

.flag-zm {
    background-image: url("../images/flags/zm.svg");
}

.flag-zw {
    background-image: url("../images/flags/zw.svg");
}
.flag-da {
    background-image: url("../images/flags/da.svg");
}



/* START Mail dashboard */

body.login-page {
    padding-bottom: 0px;
}

.login-page .page-main {
    margin-bottom: 0px;
}

.page-main {
    margin-bottom: 100px;
}

.page-mail-index #offcanvas {
    height: 100%;
    position: fixed;
    width: 250px;
    z-index: 1;
    bottom: 0;
    top: 8px;
    left: 0;
    background-color: #fff;
    margin-top: 54px;
}

.page-mail-index .offcanvas-content {
    overflow-x: hidden;
    overflow-y: auto;
    bottom: 0;
    height: calc(100% - 125px);
    scrollbar-width: thin;
    scrollbar-color: #e7e9ed #FFF;
}

.page-mail-index .offcanvas-content::-webkit-scrollbar {
    width: 5px;
}

.page-mail-index .offcanvas-content::-webkit-scrollbar-track {
    background: #FFF;
}

.page-mail-index .offcanvas-content::-webkit-scrollbar-thumb {
    background-color: #e7e9ed ;
    border-radius: 5px;
}


.page-mail-index .offcanvas-content .sections-list,
.page-mail-index .offcanvas-content .folders-list {

}

.page-mail-index .offcanvas-content-sections {
    margin-bottom: 2rem;
}

.page-mail-index .offcanvas-content-folders {
    padding-left: 1.5rem;
}

.page-mail-index .offcanvas-block-title {
    margin-bottom: 1rem;
}

.page-mail-index .offcanvas-block-title h3 {
    margin-bottom: 0;
    font-size: 1rem;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: normal;
    color: #9ea3a8;
}

.page-mail-index .offcanvas-block-title .sections-reorder {
    margin-right: 10px;
    font-size: 0.9rem;
    letter-spacing: 0.4px;
    color: #9ea3a8;
    cursor: pointer;
    opacity: 0.7;
}

.page-mail-index .offcanvas-block-title .sections-reorder:hover {
    opacity: 1;
}

.page-mail-index .offcanvas-block-title button {
    margin: 0;
    padding: 0 0.5rem 0 0.25rem;
    line-height: 1.3;
}
.page-mail-index .offcanvas-block-title button i {
    margin-right: 2px;
    font-size: 0.9rem;
    letter-spacing: 0.4px;
}
.page-mail-index .offcanvas-block-title button span {
    font-size: 0.688rem;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.page-mail-index .page {
    transition: margin-left .5s;
    height: 100%;
    overflow-y: auto;
    position: fixed;
}

.page-mail-index #offcanvas .btn-compose {
    width: 172px;
}

.offcanvas-content {
    padding: 1rem 1.25rem 1rem 0;
    display: flex;
    flex-direction: column;
}
.powered-by{
    margin-top:auto;
    padding-top: 2rem;
}

.page-mail-index .offcanvas-content .dropdown-item {
    padding-left: 10px;
}

.page-mail-index .offcanvas-content .dropdown-item:hover {
    background: #efeaff;
}

.page-mail-index .offcanvas-content .dropdown-item.active,
.page-mail-index .offcanvas-content .dropdown-item.active:hover {
    background: #7266ba;
    color: #fff;
}

.page-mail-index #offcanvas .btn.dropdown-toggle::after {
    margin-left: .05em !important;
}

.btn-emailtree {
    background-color: #00b19d;
    color: #fff;
}

.btn-custom.btn-emailtree {
    border-bottom: 2px solid #00b19d !important;
}

.btn-emailtree:hover,
.btn-emailtree:focus,
.btn-emailtree:active,
.btn-emailtree.active,
.btn-emailtree.focus,
.btn-emailtree:active,
.btn-emailtree:focus,
.btn-emailtree:hover,
.open>.dropdown-toggle.btn-emailtree,
.btn-emailtree:not([disabled]):not(.disabled).active,
.btn-emailtree:not([disabled]):not(.disabled):active,
.show>.btn-emailtree.dropdown-toggle {
    background-color: #02bea8;

}

.btn-emailtree.focus,
.btn-emailtree:focus,
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-emailtree:not([disabled]):not(.disabled).active,
.btn-emailtree:not([disabled]):not(.disabled):active,
.show>.btn-emailtree.dropdown-toggle,
.btn-emailtree:not([disabled]):not(.disabled).active:focus,
.btn-emailtree:not([disabled]):not(.disabled):active:focus,
.show>.btn-emailtree.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(114, 102, 186, 0.5);
    box-shadow: 0 0 0 2px rgba(114, 102, 186, 0.5);
}

@media (min-width: 768px) {
    .page-mail-index .page {
        margin-left: 250px;
    }
    .page-mail-index .offcanvas-toggle {
        display: none;
    }
    .page-mail-index #offcanvas .btn-compose {
        width: 208px;
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .page-mail-index #offcanvas {
        overflow-x: hidden;
        width: 0;
    }
}

.h-small {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding-top: 10px;
}

.page-mail-index .dropdown-menu {
    z-index: 10000;
}

.page-mail-index .pagination-info {
    display: inline-block;
    margin: 7px 10px 0 0;
}

.page-mail-index .page-total-text {
    flex: auto;
}

.page-mail-index .mail-message td {
    font-size: 1.1em;
}


.page-mail-index th,
.page-mail-index td {
    padding-top: 0.50rem;
    padding-bottom: 0.50rem;
    padding-left: 5px;
    padding-right: 5px;
}

.page-mail-index .text-danger td,
.page-mail-index .text-danger td a {
    color: red;
}

.page-mail-index .text-line-through td,
.page-mail-index .text-line-through td a {
    text-decoration: line-through;
}

.page-mail-index td.mail-select-td {
    color: #000;
    text-decoration: none;
    padding-left:0.5rem; 
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
    left: -3px;
}

.page-mail-index tr.bg-info.text-white a {
    color: #fff;
}

.page-mail-index .check-all-mail-th, .check-all-histories-th {
    width: 42px;
    padding-left:0.5rem
}

.page-mail-index .mail-from-td a,
.page-mail-index .response-title a {
    cursor: help;
    overflow-wrap: anywhere;
}

.overflown:hover {
    display: block;
    position: absolute;
    max-height: 4em;
    padding-right: 20px;
    background-color: #f5f5f5;
    z-index: 20;
}

@media (max-width: 1024px) {
    .page-mail-index thead th {
        display: none;
    }
    /*.page-mail-index thead .check-all-mail-th {
    display: block;
  }*/
    .page-mail-index tr {
        border-bottom: 1px solid #aaa;
    }
    .page-mail-index td {
        border: none;
    }
    .page-mail-index .mail-select-td,
    .page-mail-index .mail-from-td,
    .page-mail-index .mail-assign-td,
    .page-mail-index .mail-subject-td,
    .page-mail-index .mail-assign-td,
    .page-mail-index .mail-status,
    .page-mail-index .mail-attachement-td {
        display: block;
        margin: 0;
        padding: 5px;
    }
    .page-mail-index .mail-select-td,
    .page-mail-index .mail-assign-td,
    .page-mail-index .mail-from-td {
        float: left;
    }
    .page-mail-index .mail-assign-td {
        margin-top: 3px;
    }
    .page-mail-index .mail-from-td {
        display: block;
        display: -webkit-box;
        line-height: 1.6;
        max-height: 2em;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        /*white-space: nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 93px);
    }
    .page-mail-index .mail-subject-td {
        clear: both;
    }
    .page-mail-index .mail-attachement-td,
    .page-mail-index .mail-date-td,
    .page-mail-index .mail-size-td {
        display: block;
        float: left;
        padding-top: 0;
    }
    .page-mail-index .mail-section-td {
        display: block;
    }
    .page-mail-index .mail-status {
        display: block;
        float: right;
        padding-top: 0;
        text-align: right !important;
    }
    .mails td:last-of-type {
        padding-right: 5px;
    }
    .mail-list-toolbar .btn {
        padding: .200rem .45rem;
    }
    .pagination-info {
        display: none!important;
    }
}

.flex-parent {
    display: flex;
    align-items: center;

}

.folderName {
    flex: 1;
    white-space: nowrap;
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.folderCount {
    white-space: nowrap;
}

.folderCount > div {
    width: 2.2rem;
    line-height:2rem;
    color: rgb(76, 86, 103);
    display: inline-block;
    font-weight: bold;
    padding-left:0.25rem;
}





.navigation-mail>li {
    display: inline-block;
    /* color: rgba(42, 49, 66, 0.7); */
    color: #fff;
    font-weight: 500;
    background-color: #7266ba;
    font-size: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    line-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 15px;
    border-radius: 5px;
}

.textmail {
    color: #fff;
}

.folders-list ul,
.sections-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.folders-list ul li ul,
.sections-list ul li ul {
    margin-left: 1rem;
}

.folders-list ul li,
.sections-list ul li {
    margin: 0;
    padding: 0;
}

.folders-list ul li hr,
.sections-list ul li hr {
    margin: 0.25rem 0 0.25rem 0;
    border-color: #e8e8e9;
}

.folders-list ul li a,
.sections-list ul li a {
    display: inline-flex;
    align-items: baseline;
    width: 100%;
    color: #333;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875rem;
    line-height: 2rem;
}

.folders-list ul li a:hover,
.sections-list ul li a:hover {
    color: #5B35A7;
    background-color:rgba(0, 0, 0, 0.04);
}

.folders-list li.active>a,
.sections-list li.active>a {
    color: #6256aa;
    font-weight: bold;
}

.folders-list ul li a img,
.sections-list ul li a img {
    margin-right: 0.5rem;
    margin-top:0.6rem;
    vertical-align: top;
}

.folders-list ul li .sortable-handler,
.sections-list ul li .sortable-handler {
    display: inline-block;
    width: 20px;
}
.folders-list ul li .sortable-handler i,
.sections-list ul li .sortable-handler i {
    display: none;
    color: #b7bcc7;
    font-size: 9px;
    line-height: 22px;
    vertical-align: middle;
    cursor: row-resize;
}

.page-mail-index .dropdown-menu.folders-list {
    width: 300px !important;
}

.folders-list li.active>a.mail-action-move,
.folders-list li.active>a.mail-action-copy {
    color: #333;
}

.folders-list li.active>a.mail-action-move:hover,
.folders-list li.active>a.mail-action-copy:hover {
    color: #7266ba;
}


/* END Mail dashboard */


/* BEGIN Navbar */

#navbar-search-left form,
#navbar-search-right form {
    margin-top: 12px;
}

.navbar-toggle {
    margin-left: 25px !important;
}

.mailbox.active>a {
    font-weight: 700;
}

#topnav .navigation-menu>li.mailbox-droplist>ul.submenu {
    transform: translateX(-80%);
}

#topnav .navigation-menu>li.mailbox-droplist>ul.submenu>li.alt-hidden {
    display: none;
}

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

#topnav .navigation-menu>li#navbar-search-left {
    display: none;
}

@media (max-width: 630px) {
    #navbar-search-right {
        display: none;
    }
    #topnav .navigation-menu>li#navbar-search-left {
        display: block;
    }
    li.alt-hidden {
        display: none;
    }
    li.mailbox {
        padding-left: 5px;
    }
    /*li.mailbox:before {*/
    /*content: "\e692";*/
    /*font-family: 'themify';*/
    /*position: absolute;*/
    /*top: 5px;*/
    /*left: -5px;*/
    /*}*/
}

@media (min-width: 631px) and (max-width: 1060px) {
    li.alt-hidden {
        display: none;
    }
    li.mailbox {
        padding-left: 5px;
    }
    /*li.mailbox:before {*/
    /*content: "\e692";*/
    /*font-family: 'themify';*/
    /*position: absolute;*/
    /*top: 5px;*/
    /*left: -5px;*/
    /*}*/
}

.menu-item-text hover {
    color: #fff;
}

@media (min-width: 1561px) and (max-width: 1760px) {
    .last-elements .menu-item-text {
        display: none;
    }
}

@media (min-width: 1061px) and (max-width: 1560px) {
    .menu-item-text {
        display: none;
    }
    .mailbox-droplist {
        display: none !important;
    }
}

.menu-item-user .nav-link {
    line-height: inherit;
    height: 60px;
    padding: 18px 12px 18px 12px;
}

.menu-item-user .fa {
    font-size: 1.5em;
}

.menu-item-user-text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 20px;
    max-width: 115px;
    white-space: nowrap;
}

@media (max-width: 1300px) {
    .menu-item-user-text {
        display: none;
    }
}


/* END Navbar */

.select2-container .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #aaa;
}

.btn-reply {
    color: #000;
    background: #fff;
}

#addCC {
    border-right: 1px solid #aaa;
    padding-right: .3em;
}

.mce-widget.mce-tooltip {
    display: none !important;
}

.ui-datepicker-calendar td {
    padding: 0;
    margin: 0;
}

@media (max-width: 520px) {
    .mail-toolbar-button-label {
        display: none;
    }
}

#toid {
    display: block;
    visibility: visible;
    position: absolute !important;
    width: 100% !important;
    height: 42px !important;
}

.max-width-full {
    max-width: 100%;
}


/*** Compose v2 ***/

#from-to-wrapper .select2-container .select2-selection--multiple,
.compose-forced-params-user .select2-container .select2-selection--single,
#from-to-wrapper .select2-container .select2-selection--single {
    border: 1px solid #cfcfcf !important;
}

.dropdown-toggle.btn-block {
    margin: 0;
}

.dropdown-toggle.btn-block::after {
    float: right;
    margin-top: .6em;
}

.compose-subject-block {
    border: 1px solid #e1e1e8;
}

.attachments-submit-row {
    background-color: #eaeaea;
}


.attachment-item-wrapper {
    margin: 0 0 3px 0;
    padding: 3px;
    padding-left: 10px;
    border: 1px solid #e1e1e8;
    background-color: #fff;
    display: inline-block;
}

.attachment-item {
    display: flex;
}

.attachments {
    margin-top: -5px;
}

@media (max-width: 590px) {
    .attachment-item {
        width: calc(100% - 35px);
    }
}

@media (min-width: 767px) and (max-width: 1047px) {
    .attachment-item {
        width: calc(100% - 35px);
    }
}

.attachment-item-name {
    /*flex: 1;*/
    overflow-wrap: normal;
    text-overflow: ellipsis;
    max-height: 22px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.attachment-item-delete {
    width: 20px;
    margin-left: 5px;
    text-align: center;
}

.btn-delete-attachment {
    margin: 0;
    padding: 2px 3px;
    font-size: .8em;
    line-height: .7em;
    color: #fff;
    background-color: #7266ba;
}

#total-progress.compose-total-progress {
    margin-bottom: 5px;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
    background-color: #9284e2;
    border-color: #8274d2;
}

.tab-content.tab-content-bordered {
    border: 1px solid #dee2e6;
    border-top: 0px;
}


/** Override wizard */

.wizard.wizard-flex {
    width: auto;
}

.wizard.wizard-flex ul {
    display: flex;
    flex-wrap: wrap;
}

.wizard.wizard-flex li {
    width: auto !important;
    flex: 1 1 auto;
}


/* Right-left sidebar */

.side-bar.right-bar {
    float: left !important;
    left: -500px;
    top: 70px;
    bottom: 0;
    font-size: 0.9rem;
}

.side-bar {
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
    position: fixed;
    transition: all 200ms ease-out;
    width: 500px;
}

.right-bar {
    background: #ffffff !important;
    z-index: 99 !important;
}

.right-bar .handle {
    background-color: #7266ba;
    color: white;
    right: -35px;
    padding: 10px 8px;
    position: absolute;
    top: 20px;
    width: 35px;
    cursor: pointer;
    z-index: 99 !important;
}

.row.like-table-row {
    display: table-row;
}

.row.like-table-row>div {
    display: table-cell !important;
    vertical-align: middle;
    border: 1px solid #000;
    float: none;
}

.right-bar h4 {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    font-size: 1.2rem;
}

.right-bar .nav-link {
    font-size: 16px;
}

.right-bar .tab-content {
    padding: 20px;
}

.contact-list {
    max-height: 600px;
}

.contact-list .list-group-item {
    border: none;
}

.contact-list .list-group-item:hover {
    background: #f5f5f5;
}

.contact-list .list-group-item a {
    display: block;
    width: 100%;
}

.contact-list i.offline {
    color: #ef5350 !important;
}

.contact-list i.away {
    color: #ffaa00;
}

.contacts-list .avatar {
    float: left;
    margin-right: 5px;
    width: 30px;
}

.contacts-list .avatar img {
    border-radius: 50%;
    width: 100%;
}

.contacts-list .list-group-item span.name {
    color: #707780;
    float: left;
    overflow: hidden;
    padding-left: 5px;
    padding-top: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
}

.contacts-list i {
    color: #dddddd;
    float: right;
    font-size: 9px;
    line-height: 30px;
}

.contacts-list i.online {
    color: #a0d269;
}

.contacts-list i.offline {
    color: #ef5350 !important;
}

.contacts-list i.away {
    color: #ffaa00;
}

@media only screen and (max-width: 6000px) and (min-width: 700px) {
    .wrapper.right-bar-enabled .right-bar {
        left: 0;
        z-index: 99;
    }
}

#wrapper.right-bar-enabled .right-bar {
    left: 0;
}

#wrapper.right-bar-enabled .left-layout {
    left: 0;
}


/* End Right sidebar */

.loader {
    width: 120px;
    height: 120px;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #7266ba;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.notification-list .avatar-circle,
.card-box .avatar-circle {
    width: 36px;
    height: 36px;
    background-color: #f76397;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 auto;
}

.avatar-circle .initials {
    position: relative;
    top: 9px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.reminder-actions .reminderRow {
    font-size: 18px;
}

#delayed-table tr:hover td {
    cursor: pointer;
    background: #7266ba;
    color: #fff;
}

#delayed-table tbody td {
    font-size: .85em;
}

.offcanvas-toggle,
.dz-clickable {
    cursor: pointer
}

.mobile-folder-toggle h1 {
    border: solid 1px #7266ba;
    padding: 5px 13px;
    border-radius: 5px;
    display: inline-block;
}

#loading-overlay {
    position: fixed;
    z-index: 1000000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.75);
}

#loader-container {
    margin: 0 auto;
    text-align: center;
}

.cursorPointer {
    cursor: pointer;
}

.modCloseAs {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.overflowVisible {
    overflow: visible !important;
}

.rawMessage {
    white-space: pre-wrap;
    text-align: left;
    font-family: monospace;
    overflow-wrap: break-word;
}

#onboarding-import-container .form-control {
    height: 1.9rem;
    padding: .175rem .75rem;
}

#onboarding-import-container .select2-container--default .select2-selection--single {
    border: 1px solid #cfcfcf;
}

#onboarding-import-container #sectionsList .list-group-item {
    padding: .35rem 1rem;
    font-weight: bold;
}

.scrollable-history {
    overflow: hidden;
    max-height: 90px;
    width: 650px;
    padding: 3px;
}

.scrollable-history {
    position: relative;
}

.scrollable-history::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 650px;
    height: 20px;
    background: linear-gradient(rgba(255, 255, 255, 0.001), white);
    /* transparent keyword is broken in Safari */
}

.table-striped tbody tr:nth-of-type(2n+1) .scrollable-history::after {
    background: linear-gradient(rgba(255, 255, 255, 0.001), #f2f2f2);
    /* transparent keyword is broken in Safari */
}

.scrollable-history__scroller {
    overflow-y: scroll;
    background: white;
    width: 650px;
    height: 150px;
    padding: 15px 0;
    line-height: 1.2;
    text-align: center;
}

.topbar-custom .menu-item-user .dropdown-toggle:after {
    content: "";
    color: #7266BA;
}

table .row-highlighted td {
    background: rgba(0, 0, 0, 0.09);
}

.dropdown-menu .dropdown-item .checkbox label {
    font-size: 0.9rem;
    margin-bottom: 0;
    font-weight: 800;
}

.dropdown-menu .dropdown-item .fa,
.dropdown-menu .dropdown-item .fas {
    font-size: 16px;
    padding-right: 5px;
}

.mail-list-toolbar {
    clear: both;
    height:53px;
}

.mail-list-toolbar .pagination {
    float: right;
    margin-top: 10px;
    margin-right: 0.5rem;
    margin-bottom:0.5rem;
}

.page-poc .select2-container .select2-selection--single {
    height: 38px;
}

.page-poc .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.page-poc .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 1px;
}

.page-poc .select2-container--default .select2-selection--single {
    border: 1px solid #cfcfcf;
}

.page-poc .select2-results {
    margin-bottom: 10px;
    margin-left: 6px;
    margin-right: -3px;
}

.popover.popover-translate-message {
    min-width: 30%;
}
.popover-header-default {
    color: #333;
}
.label-translate-into {
    font-size: 1.2em;
}

.dropdown-toggle-dark:hover {
    color: #797979 !important;
}

/*Confidence reply modal*/

#humanInterventionModal {
    font-family: Helvetica, sans-serif;
}
#humanInterventionModal .modal-content {
    border-radius: 8px;
}
#humanInterventionModal .modal-content .modal-header {
    padding: 1rem 1.5rem 0.5rem;
}
#humanInterventionModal .modal-content .modal-header .modal-title h5 {
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 0.3rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    color: #333333;
}
#humanInterventionModal .modal-content .modal-header .modal-title h5 span {
    margin-left: 1rem;
    color: #848484;
}
#humanInterventionModal .modal-content .modal-header .modal-title p {
    margin-bottom: 0;
    font-size: 0.75rem;
    line-height: normal;
    letter-spacing: -0.1px;
    color: #848484;
}
#humanInterventionModal .modal-content .modal-body .human-intervention-action-details {
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: -0.12px;
}
#humanInterventionModal .modal-content .modal-footer {
    padding: 1.3rem 1.5rem 1.25rem;
    background-color: #f5f5f5;
    border: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#humanInterventionModal .modal-content .modal-footer .btn {
    padding: 0.5rem 1rem 0.5rem 0.7rem;
    font-size: 0.875rem;
    font-weight: bold;
    border-radius: 4px;
    line-height: normal;
}

.ai-detected-intents .select2-selection__choice {
    background-color: #7266ba !important;
    color: #fff !important;
}
.ai-detected-intents .select2-selection__choice .select2-selection__choice__remove {
    color: #fff;
}

#mailboxes-dropdown {
    border-left: solid 1px #e7e9ed;
}

#mailboxes-dropdown .dropdown-toggle {
    padding: 15px 10px 16px 12px;
    height:61px;
}
#mailboxes-dropdown .dropdown-toggle::after {
    margin-left: 1rem;
}
#mailboxes-dropdown .mailbox i.fa-envelope {
    margin: 0 1rem 0 0;
    padding: 0;
}
#mailboxes-dropdown .mailbox img {
    margin: 0 1rem 0 0;
}
#mailboxes-dropdown .mailbox .mailbox-info {
    min-height: 32px;
}
#mailboxes-dropdown .mailbox .mailbox-info .mailbox-name {
    font-size: 0.813rem;
    font-weight: bold;
    line-height: 1.38;
    letter-spacing: 0.25px;
    color: #4e5666;
    text-overflow: ellipsis;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
}

#mailboxes-dropdown .mailbox .mailbox-info .mailbox-username {
    font-size: 0.688rem;
    line-height: 1.45;
    letter-spacing: 0.4px;
    color: #808a9d;
    text-overflow: ellipsis;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 1200px) {
    #mailboxes-dropdown .mailbox .mailbox-info .mailbox-name, #mailboxes-dropdown .mailbox .mailbox-info .mailbox-username {
        width: 60px;
    }
}

@media (max-width: 700px) {
    #mailboxes-dropdown .mailbox .mailbox-info .mailbox-name, #mailboxes-dropdown .mailbox .mailbox-info .mailbox-username {
        width: 200px;
    }
}

#mailboxes-dropdown:hover .dropdown-toggle {
    cursor: pointer;
    background-color: #7266ba;
    color: #fff;
}
#mailboxes-dropdown:hover .dropdown-toggle .mailbox .mailbox-info .mailbox-name,
#mailboxes-dropdown:hover .dropdown-toggle .mailbox .mailbox-info .mailbox-username {
    color: #fff;
}
#mailboxes-dropdown .dropdown-menu {
    top: -3px!important;
    padding: 0;
    border-radius: 0;
    -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;
}
#mailboxes-dropdown .dropdown-menu .dropdown-item {
    padding: 13px 10px 15px 12px;
}
#mailboxes-dropdown .dropdown-menu .dropdown-item i.fa-check {
    visibility: hidden;
    font-size: 10px;
    margin-left: 1.5rem;
}
#mailboxes-dropdown .dropdown-menu .dropdown-item.active {

}
#mailboxes-dropdown .dropdown-menu .dropdown-item.active i.fa-check {
    visibility: visible;
    color: #4e5666;
}
#mailboxes-dropdown .dropdown-menu .dropdown-item.all-mailboxes {
    background-color: #f6f7f8;
}
#mailboxes-dropdown .dropdown-menu .dropdown-item.all-mailboxes p {
    margin: 0;
    font-size: 0.777rem;
    line-height: 1.45;
    letter-spacing: 0.25px;
    color: #4e5666;
}
#mailboxes-dropdown .switchery-small {
    border-radius: 24px;
    width: 1.875rem;
    height: 1rem;
}
#mailboxes-dropdown .switchery-small>small {
    height: 16px;
    width: 16px;
}

#modal-msgraph,
#modal-msgraph-standard,
#modal-gmail {
    color:#808a9d;
}

#modal-msgraph .modal-dialog,
#modal-msgraph-standard .modal-dialog,
#modal-gmail .modal-dialog {
    max-width: 650px !important;
}

#modal-msgraph .modal-header,
#modal-msgraph-standard .modal-header,
#modal-gmail .modal-header {
    padding:1rem;
    border-bottom-width:1px;
    border-bottom-color: #e7e9ed;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#modal-msgraph .modal-content,
#modal-msgraph-standard .modal-content,
#modal-gmail .modal-content {
    border-radius: 8px;
}

#modal-msgraph .modal-title,
#modal-msgraph-standard .modal-title,
#modal-gmail .modal-title {
    color:#333333;
    font-weight:700;
    font-size:1rem;
}
#modal-msgraph .modal-body,
#modal-msgraph-standard .modal-body,
#modal-gmail .modal-body {
    padding: 1.5rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #4e5666;
}

#modal-msgraph .modal-body .connect-image,
#modal-msgraph-standard .modal-body .connect-image,
#modal-gmail .modal-body .connect-image {
    margin-bottom: 1.5rem;
}

#modal-msgraph .modal-footer,
#modal-msgraph-standard .modal-footer,
#modal-gmail .modal-footer {
    background:#f6f7f8;
    padding:1.5rem 1rem;
    font-size:0.875rem;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#modal-msgraph .modal-footer .footer-container,
#modal-msgraph-standard .modal-footer .footer-container,
#modal-gmail .modal-footer .footer-container {
    width:100%;
}
#modal-msgraph .modal-footer .footer-container .btn,
#modal-msgraph-standard .modal-footer .footer-container .btn,
#modal-gmail .modal-footer .footer-container .btn {
    font-weight: 500;
    margin-bottom:1rem;
    font-size:0.875rem;
    padding:0.5rem 1.5rem;
    border-radius:4px;
}
#modal-msgraph .modal-footer .footer-container .btn img,
#modal-msgraph-standard .modal-footer .footer-container .btn img,
#modal-gmail .modal-footer .footer-container .btn i {
    padding-right:1rem;
}
#modal-msgraph .modal-footer .footer-container p,
#modal-msgraph-standard .modal-footer .footer-container p,
#modal-gmail .modal-footer .footer-container p {
    margin-bottom:0;
    color:#808a9d;
}

/*****************
 et-alert-messages
 *****************/
 .alert-container{
    margin: 1rem;
    display: flex;
    justify-content: center;
}

.et-alert{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1px;
    padding: 0.1rem 1rem;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: 0.5px;
    width: fit-content;
}

.et-alert-success{
    border: solid 1px #6aa64f;
    background-color: #ebf4e7;
    color: #3c7425;
}

.et-alert-success i{
    color: #6aa64f;
}

.et-alert-danger{
    border: solid 1px #de6664;
    background-color: #f9e2e2;
    color: #b33a38;
}

.et-alert-success i{
    color: #6aa64f;
}

/* end alert-messages */

.hide {
    display: none !important;
}

/* password check list */
ul.password-checklist {
    list-style: none;
    padding: 0;
}

ul.password-checklist li {
    margin: 8px 0;
    padding-left: 20px;
    position: relative;
    color: #888;
}

ul.password-checklist li.valid::before {
    content: '✔';
    color: green;
    position: absolute;
    left: 0;
}

ul.password-checklist li.invalid::before {
    content: '✘';
    color: red;
    position: absolute;
    left: 0;
}