@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700');

a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}


body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif !important;

}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p {
    font-family: 'Montserrat', sans-serif !important;

}

i {
    display: inline-block;
}


/* 
span {
    display: inline-block;
} */

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

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

i[class*='icon-'] {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

table {
    font-size: 14px;
    color: #666;
}

.btn-xs {
    font-size: 0.7em !important;
    padding: 2px 5px !important;
    border-radius: 2px !important;
}

.badge {
    font-weight: 400;
    border-radius: 2px;
}

.badge.badge-primary {
    background: #33b35a;
}

.page {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    width: calc(100% - 200px);
    /* background-color: #ffff; */
    min-height: 100vh;
    padding-bottom: 0px;
    /* display: inline-block; */
    /* border: 1px solid red; */
    /* vertical-align: top; */
    /* float: left; */
    display: table-cell;
    vertical-align: top;
}

.page.active {
    width: calc(100%);
}

h2 {
    color: #555;
    font-weight: 400;
}

.breadcrumb-holder {
    background: #eceeef;
}

.breadcrumb-holder .breadcrumb {
    padding: 15px 0;
    font-size: 0.85em;
    font-weight: 300;
    color: #999;
    margin-bottom: 0;
}

.breadcrumb-holder .breadcrumb a:hover,
.breadcrumb-holder .breadcrumb:focus {
    text-decoration: none;
}

.breadcrumb-holder .breadcrumb .container {
    padding: 0;
}

.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
    margin-bottom: 0;
}

.card:not([class*="text"]) p {
    color: #888;
}

.display {
    font-weight: 400 !important;
}

.section-padding {
    padding: 3rem 0;
}

.section-no-padding-bottom {
    padding-bottom: 0;
}

section header {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 768px) {
    .container-fluid {
        padding: 0 1rem 0 3rem;
    }
}

nav.navbar {
    background: #2aabe1;
    padding: 0px 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1377bc+0,2aabe1+100 */
background: #1377bc; /* Old browsers */
background: -moz-linear-gradient(left, #1377bc 0%, #2aabe1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #1377bc 0%,#2aabe1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1377bc 0%,#2aabe1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1377bc', endColorstr='#2aabe1',GradientType=1 ); /* IE6-9 */
}

nav.navbar .side-navbar-wrapper {
    width: 100%;
    height: 100%;
}

nav.navbar .container-fluid {
    width: 100%;
    padding: 0;
}

nav.navbar .navbar-holder {
    width: 100%;
}

nav.navbar a {
    font-size: .8rem;
    color: #454545;
    position: relative;
}

nav.navbar .badge {
    position: absolute;
    top: 0;
    right: 0;
}

nav.navbar a.language span {
    margin-left: .2rem;
    vertical-align: middle;
}

nav.navbar a.logout i {
    margin-left: 5px;
}

nav.navbar small {
    font-size: 0.75rem;
    color: #999;
}

nav.navbar a.navbar-brand {
    margin-left: 10px;
}

nav.navbar .brand-text {
    text-transform: uppercase;
}

nav.navbar .brand-text strong {
    font-size: 1.5em;
}

nav.navbar .nav-menu {
    margin-bottom: 0;
}

nav.navbar .dropdown-toggle::after {
    border: none !important;
    content: '\f107';
    vertical-align: baseline;
    font-family: 'FontAwesome';
    margin-left: .3rem;
}

nav.navbar .dropdown-menu {
    right: 0;
    left: auto;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
    /* padding: 1rem; */
    top: 50px;
    border: 0;
}

nav.navbar .dropdown-menu .dropdown-item {
    color: #666;
    padding: 10px;
}

nav.navbar .dropdown-menu .dropdown-item:active {
    color: #fff;
}

nav.navbar .dropdown-menu .dropdown-item:active span,
nav.navbar .dropdown-menu .dropdown-item:active small {
    color: #fff;
}

nav.navbar .dropdown-menu .dropdown-item span {
    color: #777;
}

nav.navbar .dropdown-menu .dropdown-item i {
    margin-right: 7px;
    line-height: 20px;
}

nav.navbar .msg-body span,
nav.navbar .msg-body strong {
    display: block;
}

nav.navbar .msg-body span {
    font-size: 0.85em;
}

nav.navbar .msg-profile {
    margin-right: 10px;
    width: 50px;
}

nav.navbar .notification-content {
    font-size: .8rem;
    margin-right: .5rem;
}

nav.navbar a.menu-btn {
    width: 40px;
    height: 40px;
    line-height: 45px;
    /* background: #292929; */
    color: #ffffff;
    text-align: center;
    padding: 0 !important;
    cursor: pointer;
    margin-left: 10px;
    font-size: 19px;
}

nav.navbar a.menu-btn i[class*='icon-'] {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

@media (max-width: 575px) {
    nav.navbar .dropdown-menu {
        width: auto;
        right: -40px;
    }

    nav.navbar .notification {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    nav.navbar .dropdown-menu strong {
        font-weight: 400;
    }

    nav.navbar .dropdown-menu a {
        font-size: 0.9em;
    }
}

.side-navbar {
    position: relative;
    top: 0;
    left: 0;
    width: 200px;
    min-height: 100vh;
    width: 200px;
    text-align: left;
    background: #393836;
    color: #fff;
    z-index: 9;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #2aaae1;
    /* float: left; */
    display: table-cell;
}

.side-navbar .scrolled-wrapper {
    width: 100%;
    height: 100%;
}

.side-navbar.hide {
    left: -70px;
}

.side-navbar a.brand-small {
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
}

.side-navbar a.brand-small:hover,
.side-navbar a.brand-small:focus {
    background: none;
}

.side-navbar a.brand-small strong {
    font-size: 1.5rem;
}

.side-navbar li {
    position: relative;
}

.side-navbar li a {
    position: relative;
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    width: 100%;
    padding: 12px;
}

.side-navbar li a:focus,
.side-navbar li a:hover,
.side-navbar li a[aria-expanded="true"],
.side-navbar li.active a,
.side-navbar li a:hover i,
.side-navbar li.active i,
#sidebar li.active>ul li.active a {
    color: #fff !important;
    text-decoration: none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1377bc+0,2aabe1+100 */
background: #1377bc; /* Old browsers */
background: -moz-linear-gradient(left, #1377bc 0%, #2aabe1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #1377bc 0%,#2aabe1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1377bc 0%,#2aabe1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1377bc', endColorstr='#2aabe1',GradientType=1 ); /* IE6-9 */
}

#sidebar li.active>ul li.active a {
    /* border-left: 5px solid #79d4b1; */
}

.side-navbar li a[data-toggle="collapse"]::before {
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
}

.side-navbar li a[aria-expanded="true"]::before {
    content: '\f107';
    color: #fff;
}

.side-navbar li.active>a {
    background: #33b35a;
}

.side-navbar li li.active>a {
    background: #29a9df !important;
}

.side-navbar li ul {
    /* background: #ffffff; */
    position: relative;
    /* min-width: 71%; */
    left: 0;
    padding-left: 0;
    /* padding-left: 5px !important; */
    padding-top: 0 !important;
}

.side-navbar li ul a {
    padding-left: 20px;
    font-size: .85rem;
}

.side-navbar li ul.collapse a {
    border-left: 2px solid #33b35a;
}

.side-navbar li ul.collapse a:hover {
    background: #121212;
}

.side-navbar .sidenav-header {
    background: #e69463;
    padding: 23px;
    margin-bottom: 10px;
}

.side-navbar .sidenav-header img {
    width: 50px;
    height: 50px;
}

.side-navbar .sidenav-header span {
    font-size: 0.8em;
    color: #fff;
}

.side-navbar .sidenav-header h2 {
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
}

.side-navbar .sidenav-heading {
    font-weight: 700;
    color: #adb5bd;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.side-navbar i[class*='icon-'] {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.side-navbar span {
    display: inline-block;
}

.side-navbar i {
    font-size: inherit;
    margin-right: 10px;
    color: #ffffff;
}

.side-navbar .badge {
    display: inline-block;
    font-size: 0.6em;
}

.side-navbar .brand-small {
    display: none;
}

.side-navbar.left-animate {
    /* width: 100px; */
    text-align: center;
    margin-left: -230px;
    display: inline-block;
}

.side-navbar.left-animate .brand-small {
    display: block;
}

.side-navbar.left-animate .sidenav-header-inner {
    display: none;
}

.side-navbar.shrink .sidenav-heading {
    margin-left: 0;
    font-size: .8rem;
}

.side-navbar.left-animate ul li a {
    font-size: .7rem;
    padding-left: 5px;
    padding-right: 5px;
}

.side-navbar.left-animate ul li a[data-toggle="collapse"]::before {
    content: '\f107';
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    position: absolute;
    top: auto;
    right: 50%;
    bottom: 0;
    left: auto;
}

.side-navbar.left-animate ul li a[data-toggle="collapse"][aria-expanded="true"]::before {
    content: '\f106';
}

.side-navbar.left-animate ul li ul a {
    padding-left: 10px;
    font-size: .7rem;
}

.side-navbar.left-animate i {
    display: block;
    margin-right: 0;
    font-size: 1rem;
}

.side-navbar.left-animate .arrow {
    float: none;
    -webkit-transform: none !important;
    transform: none !important;
}

.side-navbar.left-animate .badge {
    display: none;
}

@media (max-width: 1199px) {
    .page {
        width: 100%;
    }

    .page.active {
        width: 100%;
    }

    .page.active-sm {
        width: calc(100% - 200px);
    }

    .side-navbar {
        margin-left: -230px;
        width: 230px;
        text-align: center;
    }

    .side-navbar.show-sm {
        left: 0px !important;
    }

    .side-navbar .brand-small {
        display: block;
    }

    .side-navbar .sidenav-header-inner {
        display: none;
    }

    .side-navbar .sidenav-heading {
        margin-left: 0;
        font-size: .8rem;
    }

    .side-navbar ul li a {
        font-size: .7rem;
        padding-left: 5px;
        padding-right: 5px;
    }

    .side-navbar ul li a[data-toggle="collapse"]::before {
        content: '\f107';
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        position: absolute;
        top: auto;
        right: 50%;
        bottom: 0;
        left: auto;
    }

    .side-navbar ul li a[data-toggle="collapse"][aria-expanded="true"]::before {
        content: '\f106';
    }

    .side-navbar ul li ul a {
        padding-left: 10px;
        font-size: .7rem;
    }

    .side-navbar i {
        display: inline-block;
        margin-right: 0;
        font-size: 1rem;
        margin-right: 10px;
    }

    .side-navbar .arrow {
        float: none;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .side-navbar .badge {
        display: none;
    }
}


/* Malihu Custom Scroll */

.mCSB_scrollTools {
    width: 4px;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #33b35a;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    background-color: #33b35a;
}

.dashboard-counts {
    color: #333;
}

.dashboard-counts .count-title span {
    font-size: 0.8em;
    color: #aaa;
    display: block;
}

.dashboard-counts .count-title i {
    font-size: 1.5em;
    color: #33b35a;
}

.dashboard-counts .icon {
    margin-right: 10px;
}

.dashboard-counts strong {
    font-size: 0.9em;
    font-weight: 500;
    color: #555;
    display: block;
}

.dashboard-counts .count-number {
    font-size: 2.2em;
    font-weight: 300;
}

@media (max-width:1024px) {
    .ipdful-view {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .file-input.file-input-ajax-new {
        margin: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .dashboard-counts div[class*='col-'] {
        margin-bottom: 20px;
    }
}

@media (max-width: 769px) {
    .side-navbar {
        margin-left: -230px;
        width: 230px;
        text-align: center;
        display: inline-block;
    }

    .side-navbar.show-sm {
        left: 0px !important;
        display: table-cell;
    }

    .container-fluid {
        padding: 0 1rem 0 2rem;
    }

    a#messages {
        margin-top: 10px;
    }

    a#notifications {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .dashboard-counts strong {
        font-size: 1em;
    }

    .dashboard-counts span {
        font-size: 0.9em;
    }

    .dashboard-counts .count-number {
        font-size: 3em;
    }
}

.dashboard-header {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.dashboard-header .check-lists {
    margin-top: 20px;
}

.dashboard-header .check-lists label {
    font-size: 0.75em;
}

.dashboard-header .pie-chart {
    position: relative;
    width: 300px;
    height: 300px;
    max-width: 100%;
    margin: 0 auto;
}

.dashboard-header p {
    font-size: 0.75rem;
    font-weight: 400;
    color: #888;
}

.dashboard-header li {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .dashboard-header {
        background: none;
        border: none;
        padding: 0;
    }

    .dashboard-header div[class*='col-'] {
        margin-bottom: 30px;
    }

    .dashboard-header div[class*='col-']:last-of-type {
        margin-bottom: 0;
    }

    .dashboard-header .card {
        background: #fff;
        padding: 30px;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        height: 100%;
    }
}

@media (min-width: 768px) {
    .dashboard-header p {
        font-size: 0.9em;
    }

    .dashboard-header h2 {
        font-size: 1.3rem;
    }

    .dashboard-header .check-lists label {
        font-size: 0.85em;
    }
}

@media (min-width: 992px) {
    .dashboard-header {
        margin-bottom: 30px;
    }

    .dashboard-header .card {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 0;
    }
}

.statistics div[class*='col-'] .card {
    padding: 20px;
    margin-bottom: 0;
    height: 100%;
}

.statistics h2 {
    margin-bottom: 20px;
}

.statistics p {
    font-size: 0.8em;
    color: #999;
    margin-bottom: 5px;
}

.statistics .income .icon {
    font-size: 3.5em;
}

.statistics .income .number {
    font-size: 2.5em;
    color: #555;
}

.statistics .income strong {
    font-size: 1.5em;
}

.statistics .data-usage canvas {
    width: 100%;
    max-width: 200px;
    border: none;
}

.statistics .data-usage strong {
    font-size: 1.5em;
    display: block;
}

.statistics .data-usage small {
    font-size: 0.85em;
    font-weight: 300;
    color: #aaa;
}

.statistics .data-usage span {
    font-size: 0.95em;
    color: #aaa;
    display: block;
}

.statistics .data-usage p {
    margin-top: 10px;
    margin-bottom: 0;
}

.statistics .user-activity .number {
    font-size: 2.5em;
    font-weight: 300;
    color: #555;
}

.statistics .user-activity .progress {
    border-radius: 0;
    background: #f5f5f5;
}

.statistics .user-activity .progress .progress-bar.bg-primary {
    background: #33b35a !important;
}

.statistics .user-activity .page-statistics {
    margin-top: 20px;
}

.statistics .user-activity .page-statistics strong {
    display: block;
    text-transform: uppercase;
    color: #33b35a;
    font-size: 2em;
}

@media (max-width: 991px) {
    .statistics div[class*='col-'] .card {
        height: auto;
        margin-bottom: 30px;
    }

    .statistics div[class*='col-']:last-of-type .card {
        margin-bottom: 0;
    }

    .statistics .data-usage {
        text-align: center;
    }

    .statistics .data-usage div[class*='col-']:first-of-type {
        padding-bottom: 20px;
    }

    .statistics .data-usage .gmpc {
        padding-bottom: 20px !important;
    }

    p {
        font-size: 0.75em;
    }
}

@media (min-width: 768px) {
    .statistics h2 {
        font-size: 1.3rem;
    }
}

.updates .left-col {
    padding-right: 20px;
}

.updates .icon {
    margin-right: 10px;
}

.updates li {
    border-bottom: 1px solid #f3f3f3;
    padding: .75rem 1.25rem;
}

.updates .update-date {
    font-size: 1.3em;
    font-weight: 700;
    color: #bbb;
    display: block;
}

.updates span {
    font-size: 0.7em;
    font-weight: 300;
    color: #aaa;
    line-height: 0.5em;
    display: block;
}

.updates strong {
    font-weight: 400;
    color: #555;
    font-size: 0.9em;
}

.updates small {
    font-size: 0.75em;
}

.updates a {
    color: #555;
}

.updates a:hover,
.updates a:focus {
    color: #555;
    text-decoration: none;
}

.updates h2 {
    margin-bottom: 0;
}

.updates p {
    font-size: 0.9em;
    color: #999;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .updates h2 {
        font-size: 1.05rem;
    }

    .updates strong {
        font-size: 1em;
        font-weight: 400;
    }

    .updates small {
        font-size: 0.85em;
    }

    .updates .full-date {
        font-size: 0.85em;
    }
}

.daily-feeds a.feed-profile {
    margin-right: 10px;
    width: 45px;
    height: 45px;
}

.daily-feeds a.feed-profile img {
    width: 100%;
    height: 100%;
}

.daily-feeds .badge {
    margin-right: 10px;
}

.daily-feeds strong {
    display: inline-block;
    margin-right: 5px;
}

.daily-feeds small {
    color: #999;
    display: block;
    margin-bottom: 5px;
}

.daily-feeds .message-card {
    padding: 10px;
    background: #fafafa;
    margin-left: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.daily-feeds .full-date {
    line-height: 0.7em;
    margin-bottom: 10px;
}

.daily-feeds .CTAs a {
    margin-right: 5px;
}

.daily-feeds .CTAs a i {
    margin-right: 5px;
}

.daily-feeds .CTAs a:last-of-type {
    margin-right: 0;
}

.daily-feeds a.btn {
    color: #fff;
}

.activities li {
    padding: 0;
}

.activities .date-holder {
    padding-right: 0;
}

.activities .date-holder .date {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.activities .date-holder .date span {
    font-size: 0.8em;
}

.activities .date-holder .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
    text-align: center;
    margin: 0;
    display: inline-block;
}

.activities .date-holder span {
    display: block;
    margin: 10px;
}

.activities .content {
    border-left: 1px solid #eee;
    border-bottom: 20px;
    padding: 10px 20px;
}

.activities .content strong {
    display: block;
    margin-right: 5px;
}

@media (min-width: 768px) {
    .updates strong {
        font-size: 1em;
    }

    .updates small {
        font-size: 0.8em;
    }
}

.gmpc {
    padding: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #33b35a !important;
    border-right: 1px solid #eee;
}

@media (max-width: 575px) {
    .gmpc {
        border-right: none;
        border-bottom: 1px solid #eee;
    }
}

footer.main-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #222;
    padding: 10px 0;
}

footer.main-footer p {
    font-size: 0.7em;
    color: #777;
    margin: 0;
}

@media (max-width: 575px) {
    footer.main-footer div[class*="col-"] {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    footer.main-footer p {
        font-size: 0.9em;
    }
}

.polar-chart-example .chart-container {
    width: 500px;
    max-width: 100%;
    margin: 20px auto;
}

.pie-chart-example .chart-container {
    width: 500px;
    max-width: 100%;
    margin: 20px auto;
}

.radar-chart-example .chart-container {
    width: 500px;
    max-width: 100%;
    margin: 20px auto;
}

@media (min-width: 768px) {
    section.charts h2 {
        font-size: 1rem;
    }
}

label {
    font-size: .9rem;
}

input.form-control {
    border-radius: 0;
    border-color: #dee2e6;
    border-radius: 4px;
    letter-spacing: 1px;
}

.form-control {
    color: #464040;
}

.form-control::-moz-placeholder {
    font-size: 0.75em;
    font-weight: 400;
    color: #aaa;
    font-family: "Roboto", sans-serif;
}

.form-control::-webkit-input-placeholder {
    font-size: 0.75em;
    font-weight: 400;
    color: #aaa;
    font-family: "Roboto", sans-serif;
}

.form-control:-ms-input-placeholder {
    font-size: 0.75em;
    font-weight: 400;
    color: #aaa;
    font-family: "Roboto", sans-serif;
}

select.form-control {
    border-radius: 0;
    border-color: #ddd;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    border-radius: 4px;
}

select.form-control option {
    color: #999;
    font-weight: 300;
}

.form-group {
    /* margin-bottom: 10px; */
}

.form-group div[class*='col-'] {
    margin-bottom: 10px;
}

.input-group-text {
    color: #868e96;
    background: #fff;
    border-radius: 0;
}

.form-group-material {
    position: relative;
    margin-bottom: 30px;
}

input.input-material {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    color: #868e96;
    font-weight: 300;
}

input.input-material.is-valid {
    border-color: #28a745 !important;
}

input.input-material.is-invalid {
    border-color: #dc3545 !important;
}

input.input-material:focus {
    border-color: #33b35a;
    outline: none;
}

input.input-material~label {
    color: #aaa;
    position: absolute;
    top: 14px;
    left: 0;
    cursor: text;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 300;
}

input.input-material~label.active {
    font-size: 0.8rem;
    top: -10px;
    color: #33b35a;
}

input.input-material.is-invalid~label {
    color: #dc3545;
}

input.form-control-custom {
    visibility: hidden;
    width: 1px;
}

input.form-control-custom:checked+label::before {
    background: #ff907a !important;
}

input.form-control-custom:checked+label::after {
    opacity: 1 !important;
}

input.form-control-custom.radio-custom+label::before {
    border-radius: 50%;
}

input.form-control-custom.radio-custom+label::after {
    content: '';
    width: 6px;
    height: 6px;
    line-height: 6px;
    background: #fff;
    border-radius: 50%;
    top: 7px;
    left: 5px;
}

input.form-control-custom[disabled]+label {
    cursor: not-allowed;
}

input.form-control-custom[disabled]+label::before,
input.form-control-custom[disabled]+label::after {
    border: 2px solid #aaa;
    cursor: not-allowed;
}

input.form-control-custom[checked]+label::before,
input.form-control-custom[checked]+label::after {
    border: none;
}

input.form-control-custom+label {
    font-size: 0.85rem;
    margin-bottom: 0;
    margin-left: 0;
    color: #999;
    padding-left: 25px;
    padding-top: 2px;
    position: relative;
}

input.form-control-custom+label span {
    margin-left: 20px;
}

input.form-control-custom+label::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #ddd;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    cursor: pointer;
}

input.form-control-custom+label::after {
    content: '\f00c';
    display: block;
    font-family: 'FontAwesome';
    font-size: 8px;
    color: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0;
    cursor: pointer;
}

button {
    cursor: pointer;
}

.forms .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #eee;
    margin: 20px 0 30px;
}

.forms p {
    font-size: 0.8rem;
    color: #868e96;
}

.forms small {
    color: #868e96;
}

@media (min-width: 768px) {
    .forms h2 {
        font-size: 1rem;
    }

    .forms input.form-control {
        border-radius: 0;
    }

    .forms input.form-control::-moz-placeholder {
        font-size: 0.85em;
    }

    .forms input.form-control::-webkit-input-placeholder {
        font-size: 0.85em;
    }

    .forms input.form-control:-ms-input-placeholder {
        font-size: 0.85em;
    }

    .forms p {
        font-size: 0.9em;
    }
}

.login-page,
.register-page {
    width: 100%;
    background: #f5f5f5;
    min-height: auto;
    padding-bottom: 0;
}

.login-page .form-outer,
.register-page .form-outer {
    min-height: 100vh;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    width: 100%;
    /* border: 1px solid #f3f3f3; */
    float: left;
    margin-left: 15%;
}

.login-page .copyrights,
.register-page .copyrights {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.login-page .copyrights p,
.register-page .copyrights p {
    font-size: 0.6em;
    font-weight: 300;
    margin-bottom: 10px;
}

.login-page .form-inner,
.register-page .form-inner {
    padding: 20px 30px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    padding-bottom: 10px;
    /* border: 1px solid #e8e8e8; */
}

.login-page .logo,
.register-page .logo {
    font-size: 2em;
    font-weight: 500;
}

.login-page .logo span,
.register-page .logo span {
    color: #ccc;
}

.login-page p,
.register-page p {
    font-size: 0.8em;
    font-weight: 300;
    color: #aaa;
    margin-bottom: 0;
}

.login-page form,
.register-page form {
    margin: 1rem auto 1rem;
    max-width: 500px;
}

.login-page a.forgot-pass,
.login-page a.signup,
.register-page a.forgot-pass,
.register-page a.signup {
    font-size: 0.65em;
    color: #66b0ff;
}

.login-page a.forgot-pass:hover,
.login-page a.forgot-pass:focus,
.login-page a.signup:hover,
.login-page a.signup:focus,
.register-page a.forgot-pass:hover,
.register-page a.forgot-pass:focus,
.register-page a.signup:hover,
.register-page a.signup:focus {
    color: #66b0ff;
    text-decoration: none;
}

.login-page a.forgot-pass,
.register-page a.forgot-pass {
    display: block;
}

.login-page a.create-account,
.register-page a.create-account {
    border-radius: 50px;
    font-size: 0.75em;
    margin-top: 10px;
    color: #999;
    text-transform: uppercase;
}

.login-page .terms-conditions,
.register-page .terms-conditions {
    margin-top: 20px;
}

.login-page small,
.register-page small {
    font-size: 0.65em;
    color: #aaa;
    line-height: 0.9em;
}

@media (min-width: 768px) {

    .login-page p,
    .register-page p {
        font-size: 0.9em;
    }

    .login-page form label.label-custom,
    .register-page form label.label-custom {
        font-size: 0.9em;
    }

    .login-page form small,
    .register-page form small {
        font-size: 0.8em;
    }

    .login-page .terms-conditions label,
    .register-page .terms-conditions label {
        font-size: 0.9em;
    }

    .login-page a.forgot-pass,
    .login-page a.signup,
    .register-page a.forgot-pass,
    .register-page a.signup {
        font-size: 0.8em;
    }

    .login-page small,
    .register-page small {
        font-size: 0.8em;
    }

    .login-page .copyrights p,
    .register-page .copyrights p {
        font-size: 0.85em;
        font-weight: 400;
    }
}

#style-switch-button {
    position: fixed;
    top: 120px;
    right: 0px;
    border-radius: 0;
    z-index: 2;
}

#style-switch {
    width: 300px;
    padding: 20px;
    position: fixed;
    top: 160px;
    right: 0px;
    background: #fff;
    border: solid 1px #ced4da;
    z-index: 2000;
}

#style-switch h4 {
    color: #495057;
}

.navbar {
    padding: 0.5rem 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.btn {
    font-weight: 400;
    border: 1px solid transparent;
    padding: 5px 10px;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
}

.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
    background-image: none;
}

.btn-primary {
    background-color: #26abe2;
    border-color: #26abe2;
    border-radius: 3px;
    font-size: 16px;
    padding: 5px 16px;
    text-transform: capitalize;
    text-align: center;
    background: #28a8df;
    background: -moz-linear-gradient(left, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    background: -webkit-linear-gradient(left, #28a8df 0%,#59c5df 0%,#4ca2ef 100%);
    background: linear-gradient(to right, #28a8df 0%,#59c5df 0%,#4ca2ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a8df', endColorstr='#4ca2ef',GradientType=1 );
    border: 1px solid #59c3e0;
}

.btn-primary i {
    margin-right: 0;
}

.btn-primary:hover {
    color: color-yiq(#2b954b);
    background-color: #1b608c;
    border-color: #1b608c;
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #33b35a;
    border-color: #33b35a;
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background-color: #26abe2;
    border-color: #26abe2;
}

.btn-secondary {
    color: color-yiq(#868e96);
    background-color: #868e96;
    border-color: #868e96;
}

.btn-secondary:hover {
    color: color-yiq(#727b84);
    background-color: #727b84;
    border-color: #6c757d;
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96;
}

.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: color-yiq(#6c757d);
    background-color: #6c757d;
    border-color: #666e76;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
    color: color-yiq(#28a745);
    background-color: #79d4b1;
    border-color: #79d4b1;
    color: #fff !important;
}

.btn-success:hover {
    color: color-yiq(#218838);
    background-color: #79d4b1;
    border-color: #79d4b1;
}

.btn-success:focus,
.btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: color-yiq(#1e7e34);
    background-color: #1e7e34;
    border-color: #1c7430;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    /* color: #fff !important; */
}

.btn-info {
    color: color-yiq(#17a2b8);
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: color-yiq(#138496);
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: color-yiq(#117a8b);
    background-color: #117a8b;
    border-color: #10707f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
    color: color-yiq(#ffc107);
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: color-yiq(#e0a800);
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: color-yiq(#d39e00);
    background-color: #d39e00;
    border-color: #c69500;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
    color: color-yiq(#dc3545);
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: color-yiq(#c82333);
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: color-yiq(#bd2130);
    background-color: #bd2130;
    border-color: #b21f2d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
    color: color-yiq(#f8f9fa);
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: color-yiq(#e2e6ea);
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: color-yiq(#dae0e5);
    background-color: #dae0e5;
    border-color: #d3d9df;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
    color: color-yiq(#343a40);
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: color-yiq(#23272b);
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: color-yiq(#1d2124);
    background-color: #1d2124;
    border-color: #171a1d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-default {
    color: color-yiq(#ced4da);
    background-color: #ced4da;
    border-color: #ced4da;
}

.btn-default:hover {
    color: color-yiq(#b8c1ca);
    background-color: #b8c1ca;
    border-color: #b1bbc4;
}

.btn-default:focus,
.btn-default.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-default.disabled,
.btn-default:disabled {
    background-color: #ced4da;
    border-color: #ced4da;
}

.btn-default:not([disabled]):not(.disabled):active,
.btn-default:not([disabled]):not(.disabled).active,
.show>.btn-default.dropdown-toggle {
    color: color-yiq(#b1bbc4);
    background-color: #b1bbc4;
    border-color: #aab4bf;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-primary {
    color: #33b35a;
    background-color: transparent;
    background-image: none;
    border-color: #33b35a;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #33b35a;
    border-color: #33b35a;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #33b35a;
    background-color: transparent;
}

.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: #33b35a;
    border-color: #33b35a;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
}

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not([disabled]):not(.disabled):active,
.btn-outline-light:not([disabled]):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f2f3f9;
}

a {
    color: #157bbf;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #22773c;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 1.5rem;
}

h2,
.h2 {
    font-size: 1.3rem;
}

h3,
.h3 {
    font-size: 1.2rem;
}

h4,
.h4 {
    font-size: 1.1rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 0.8rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    border-left: 5px solid #33b35a;
}

.blockquote-footer {
    color: #868e96;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.text-primary {
    color: #33b35a !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #288b46 !important;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #26abe2;
    border-color: #26abe2;
    background: #28a8df;
    background: -moz-linear-gradient(left, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    background: -webkit-linear-gradient(left, #28a8df 0%,#59c5df 0%,#4ca2ef 100%);
    background: linear-gradient(to right, #28a8df 0%,#59c5df 0%,#4ca2ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a8df', endColorstr='#4ca2ef',GradientType=1 );
}

.page-item.disabled .page-link {
    color: #868e96;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #26a1da;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 2px 10px;
    height: 32px;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
}

.page-link:focus,
.page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd;
    outline: 0;
    background-color: #26abe2;
    border-color: #26abe2;
    background: #28a8df;
    background: -moz-linear-gradient(left, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    background: -webkit-linear-gradient(left, #28a8df 0%,#59c5df 0%,#4ca2ef 100%);
    background: linear-gradient(to right, #28a8df 0%,#59c5df 0%,#4ca2ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a8df', endColorstr='#4ca2ef',GradientType=1 );
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.dropdown-menu {
    z-index: 1000;
    min-width: 14rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.dropdown-item {
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: #1377bc;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #868e96;
}

.dropdown-header {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
    color: #868e96;
}

.bg-primary {
    background-color: #33b35a !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #288b46 !important;
}

.bg-secondary {
    background-color: #868e96 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #117a8b !important;
}

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

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #d39e00 !important;
}

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

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #1d2124 !important;
}

.border-primary {
    border-color: #33b35a !important;
}

.border-secondary {
    border-color: #868e96 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.text-primary {
    color: #33b35a !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #288b46 !important;
}

.text-secondary {
    color: #868e96 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #6c757d !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}

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

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}

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

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}

.badge-primary {
    color: color-yiq(#33b35a);
    background-color: #33b35a;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: color-yiq(#33b35a);
    text-decoration: none;
    background-color: #288b46;
}

.badge-secondary {
    color: color-yiq(#868e96);
    background-color: #868e96;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: color-yiq(#868e96);
    text-decoration: none;
    background-color: #6c757d;
}

.badge-success {
    color: color-yiq(#28a745);
    background-color: #28a745;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: color-yiq(#28a745);
    text-decoration: none;
    background-color: #1e7e34;
}

.badge-info {
    color: color-yiq(#17a2b8);
    background-color: #17a2b8;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: color-yiq(#17a2b8);
    text-decoration: none;
    background-color: #117a8b;
}

.badge-warning {
    color: color-yiq(#ffc107);
    background-color: #ffc107;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: color-yiq(#ffc107);
    text-decoration: none;
    background-color: #d39e00;
}

.badge-danger {
    color: color-yiq(#dc3545);
    background-color: #dc3545;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: color-yiq(#dc3545);
    text-decoration: none;
    background-color: #bd2130;
}

.badge-light {
    color: color-yiq(#f8f9fa);
    background-color: #f8f9fa;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: color-yiq(#f8f9fa);
    text-decoration: none;
    background-color: #dae0e5;
}

.badge-dark {
    color: color-yiq(#343a40);
    background-color: #343a40;
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: color-yiq(#343a40);
    text-decoration: none;
    background-color: #1d2124;
}

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: 0;
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}

.nav-link {
    padding: 0.5rem 1rem;
}

.nav-link.disabled {
    color: #868e96;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef;
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #33b35a;
}

.card {
    background-color: #fff;
    border: 1px solid #dddd;
    border-radius: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-body {
    padding: 1.25rem;
    padding: 20px 26px 26px 26px;
    /* -webkit-box-shadow: 0px 7px 6px 0px rgba(219, 219, 219, 0.55); */
    -moz-box-shadow: 0px 7px 6px 0px rgba(219, 219, 219, 0.55);
    /* box-shadow: 0px 7px 6px 0px rgba(219, 219, 219, 0.55); */
    background-color: #fff;
    margin-top: 0 !important;
}

.card-title {
    margin-bottom: 1rem;
}

.card-subtitle {
    margin-top: -0.5rem;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 7px 15px;
    background-color: #ffffff;
    border-top: 3px solid #26abe2;
    font-size: 20px;
    color: #26abe2;
    padding-left: 15px;
    /* padding-right: 15px; */
}

.card-header:first-child {
    border-radius: 0 0 0 0;
}

.card-header-transparent {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: none;
}

.card-footer {
    padding: 1rem 1.25rem;
    background-color: #f8f9fa;
    border-top: 1px solid #eee;
}

.card-footer:last-child {
    border-radius: 0 0 0 0;
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -1rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    padding: 1.25rem;
}

.card-img-overlay-opacity {
    background: rgba(0, 0, 0, 0.2);
}

.card-img {
    border-radius: 0;
}

.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.user-prfle {
    width: 41px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #d1d2cc;
    margin: auto;
}

#sidebar {
    background: #2aabe1;
    max-width: 230px;
    color: #847979;
    height: 100vh;
    border-right: 1px solid #e9e9e9;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1377bc+0,2aabe1+100 */
    background: #1377bc; /* Old browsers */
    background: -moz-linear-gradient(top, #1377bc 0%, #2aabe1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1377bc 0%,#2aabe1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1377bc 0%,#2aabe1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1377bc', endColorstr='#2aabe1',GradientType=0 ); /* IE6-9 */
    padding-top: 1px;
}

#sidebar h3 {
    margin: 0;
    position: relative;
}

#sidebar h3.has-submenu a:after {
    position: absolute;
    content: "";
    right: 9px;
    top: 6px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
}

#sidebar .active h3.has-submenu a:after {
    transform: rotate(180deg);
}

#sidebar h3 a {
    padding: 8px 10px;
    font-size: 16px;
    line-height: 34px;
    display: block;
    color: #797979;
    text-decoration: none;
    color: #ffffff;
    text-align: left;
}

#sidebar h3:hover {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

i {
    margin-right: 10px;
}

#sidebar li {
    list-style-type: none;
    border-bottom: 1px solid #1986c7;
    padding: 0px 0;
}

#sidebar ul ul li a,
#sidebar h4 {
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    line-height: 27px;
    display: block;
    padding: 9px 15px;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    position: relative;
    text-transform: capitalize;
    text-align: left;
}

#sidebar ul ul li a:hover {
    background: #27a5dd !important;
    /* border-left: 5px solid #79d4b1; */
    color: #ffffff !important;
}

#sidebar ul ul {
    display: none;
}

#sidebar li.active>ul {
    display: block;
    margin-top: 0;
}

#sidebar ul ul ul {
    margin-left: 8px;
    /* border-left: 1px dotted rgba(0, 0, 0, 0.5); */
}

#sidebar a:not(:only-child):after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
}

#sidebar .active>a:not(:only-child):after {
    content: "\f107";
}

#sidebar ul {
    padding: 0;
    margin-top: 0;
    padding-top: 0px;
}

#sidebar h3 a .svg-inline--fa {
    margin-right: 10px;
    font-size: 17px;
}

nav.navbar a.menu-btn .svg-inline--fa {
    font-size: 24px;
}

span.badge.count {
    background-color: #d03c3c;
    top: -9px;
    border-radius: 10px;
    padding: 6px;
    text-align: center;
    /* line-height: 17px; */
    min-width: 17px;
    color: #fff;
    min-height: 17px;
    font-weight: bolder;
}

a#notifications .svg-inline--fa,
a#messages .svg-inline--fa {
    font-size: 17px;
}

.notifcation-menu h4 {
    font-size: 14px;
}

.notifcation-menu h4 .svg-inline--fa {
    margin-left: 10px;
}

.main-wrpp {
    /* border: 1px solid #ff907a; */
    /* height: calc(100vh - 70px); */
    margin-top: 0;
    padding: 20px 0;
    padding-right: 20px;
}

.calender-right .header-row {
    background-color: #ff957f;
    /* margin: 20px 0; */
    padding: 10px 20px;
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
}

.col-md-8.calender-left {
    padding-left: 40px;
}

.calender-right a {
    color: #6e6969;
    font-size: 14px;
}

.notification-content .svg-inline--fa {
    margin-right: 10px;
}

.left-animate #sidebar h3 a .svg-inline--fa {
    margin-right: 10px;
    font-size: 17px;
    display: block;
    width: 100%;
    font-size: 25px;
}

.dropdown-item .svg-inline--fa {
    margin-right: 10px;
    font-size: 15px;
}

.calender-right a:hover {
    text-decoration: none;
}

.card-header h4 {
    margin: 10px;
    font-weight: 600;
    font-size: 20px;
}

.dataTables_wrapper {
    padding: 0;
}

.previous .page-link,
.next .page-link {
    font-size: 0;
    padding: 12px 17px;
    height: 32px;
}

.next .page-link {
    background-image: url(../images/page-nav.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.previous .page-link {
    background-image: url(../images/page-nav.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

.page-item.active .page-link {
    padding: 2px 10px;
    height: 32px;
    font-size: 14px;
    line-height: 27px;
}

tfoot {
    display: table-header-group;
}

a.wranging-btn {
    color: #c9887b;
}

a.delete {
    color: #f91313;
}

.dataTables_info {
    display: none;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 20px 0 !important;
}

tfoot.filter th {
    border-top: 0;
}

.row.table-custom-head {
    width: 100%;
    margin: 0;
}

.page.login-page {
    background: #fff;
    height: 100vh;
    display: inline-block;
}

.introLeft {
    width: 60vw;
}

.introLeft,
.introRight {
    position: fixed;
    top: 0;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.introLeft {
    width: 47vw;
    left: 0;
    display: flex;
}

.introLeft {
    left: 0;
    background: #fff;
    max-width: none;
    border-radius: 0 50px 50px 0;
    display: inline-flex;
    z-index: 9999;
    box-shadow: 19px 0 34px rgba(0, 0, 0, .1);
}

.introRight {
    width: 500px;
    right: 0;
    /* display: flex; */
    left: 0;
    margin: auto;
}

.introLeft>div {
    max-width: 85%;
    width: 670px;
    margin-bottom: 60px;
}

.bottomIntro {
    position: absolute;
    bottom: 40px;
}

.bottomIntro,
.bottomIntro>a {
    color: rgba(0, 0, 0, .3);
    font-weight: 600;
    font-size: 14px;
}

.introLeft h3 {
    color: #2c2c2c;
    max-width: 90%;
    font-weight: 400;
    margin-top: 30px;
    line-height: 26px;
    font-size: 18px;
}

header.header {
    /* position: fixed; */
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: -1px 6px 19px 1px rgba(232, 232, 232, 1);
    -moz-box-shadow: -1px 6px 19px 1px rgba(232, 232, 232, 1);
    box-shadow: -1px 6px 19px 1px rgba(232, 232, 232, 1);
}

.page-wrap {
    /* margin-top: 70px; */
    display: table;
    width: 100%;
}

h1.logo {
    display: inline-block;
    width: 219px;
    /* border: 1px solid; */
    text-align: center;
    text-transform: capitalize;
    color: #26abe2;
    font-size: 37px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 3px 10px;
    background-color: white;
    margin-bottom: 0;
    /* border-right: 1px solid #e9e9e9; */
    padding-top: 8px;
    padding-bottom: 1px;
}

h1.logo img {
    width: 77px;
    padding-top: 0;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-size: 0;
}

div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding-left: 15px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 17px;
    padding-right: 20px;
}

.col-lg-6.col-sm-12.offset-lg-3 {
    margin-bottom: 20px;
}

.choose_action {
    border: 1px solid red;
    font-size: 15px;
    padding: 5px 15px;
    border: 0;
}

.row.datatable_footer {
    width: 95%;
    margin-top: -33px;
}

.userimg-upload span.input-group-addon {
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
    width: 40px;
    height: 40px;
    border-right: 0;
    line-height: 21px;
}

.userimg-upload span.input-group-addon .fas {
    margin-right: 0;
}

.userimg-upload input.form-control.input-lg {
    border-left: 0;
    border-right: 0;
    font-size: 16px;
    color: #000;
}

.userimg-upload button.browse.btn.btn-primary.input-lg {
    height: 40px;
    background-color: #e9ecef;
    color: #6d6a6a;
    text-align: center;
    border: 1px solid #ced4da;
    border-left: 0;
    border-radius: 0;
    /* border: 1px solid #ced4da; */
}

select#teacher {
    max-width: 300px;
}

.form-btn {
    background-color: #ff907a;
    border-color: #ff907a;
    color: white;
}

.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
    border-radius: 10px;
}

.toggle.ios .toggle-handle {
    border-radius: 10px;
    transition: left 0.7s;
    -webkit-transition: left 0.7s;
}

span.toggle-handle.btn.btn-default {
    background: white;
    /* border: green; */
}

table.fees_table td,
table.fees_table th {
    padding: 9px 15px;
    border: 1px dashed #dddddd;
    text-align: left;
    border-left: 0;
    border-right: 0;
}

table.fees_table {
    width: 100%;
}

table.fees_table input.form-control.pay {
    width: 100%;
}

table.fees_table td:first-child {
    font-weight: 500;
}

table.fees_table tr:last-child td,
table.fees_table th {
    border-bottom: 0;
}

table.fees_table tr:first-child td,
table.fees_table th {
    border-top: 0;
}

table.fees_table td:first-child {
    /* border: 1px solid; */
    /* width: 25%; */
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
    padding: 6px 6px;
}

.dashboard-blk.profile-blk ul li {
    list-style: none;
    display: inline-block;
    /* border: 1px solid; */
    width: 32%;
}

.dashboard-blk.profile-blk ul {
    padding: 0;
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    width: 83%;
    margin-top: 40px;
}

.dashboard-blk.profile-blk ul li label {
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
}

.dashboard-blk.profile-blk ul li p {
    display: inline-block;
    margin: 0;
    font-size: 15px;
}

.dashboard-blk.profile-blk ul li .h5 {
    color: #ff9179;
    font-size: 18px;
}

.notifcation-wrap ul li {
    display: inline-block;
    border-bottom: 1px dashed #d4cfcf;
    margin-bottom: 12px;
    padding-bottom: 12px;
    width: 100%;
}

.notifcation-wrap ul li span {
    display: inline-block;
    width: 80px;
    font-size: 13px;
}

.notifcation-wrap ul {
    padding: 0;
}

.notifcation-wrap ul li p {
    width: 100%;
    font-size: 13px;
    margin: 0;
    display: inline-block;
}

.notifcation-wrap ul li:last-child {
    border: 0;
}

.dashboard-blk h3 {
    margin: 10px 0 20px;
    border-bottom: 1px solid #e8e8e8;
    color: #2aabe1;
    margin-bottom: 25px;
    padding-bottom: 15px;
    margin-top: 20px;
    font-size: 16px;
    /* text-transform: uppercase; */
}

.col-lg-8.dashbrd-lft {
    padding-right: 30px;
}

.col-lg-7.dashboard-blk {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59%;
    flex: 0 0 59%;
    max-width: 59%;
    margin-left : 1%;
    min-height: 400px;
}

.col-lg-5.dashboard-blk {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39%;
    flex: 0 0 40%;
    max-width: 41%;
    /* margin-right: 1%; */
}

.col-lg-6.dashboard-blk {
    /* margin-right: 1%; */
    webkit-box-flex: 0;
    -ms-flex: 0 0 49.5%;
    flex: 0 0 49.5%;
    max-width: 49.5%;
}

.col-lg-6.dashboard-blk.notifcation-wrap.task-wrap {
    margin-right: 0;
    /* margin-left: 1%; */
}

.dashbrduser-lft {
    display: inline-block;
    text-align: center;
}

.dashboard-blk {
    border: 1px solid #ecebeb;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    padding-bottom: 20px;
}

.user-prfle.rounded-circle.dasbrd-user {
    margin: 10px auto;
    width: 100px;
    height: 100px;
    display: inline-block;
    float: none;
}

.col-lg-6.dashboard-blk.dashchart-lft {
    margin-right: 2%;
}

.col-lg-6.dashboard-blk:nth-child(2n) {
    background-color: white;
    margin-right: 0;
    /* padding: 0; */
}

.col-lg-6.dashboard-blk {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.5%;
    flex: 0 0 49.5%;
    max-width: 49.5%;
    margin-right: 1%;
    border-radius: 10px;
}

.highcharts-container.highcharts-3d-chart {
    margin: 0 auto;
}

text.highcharts-credits {
    display: none;
}

.form-control.hasDatepicker {
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 96%;
    padding-right: 15px;
}

.nav-tabs .user-prfle {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}

.nav-tabs h3 {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
    margin-right: 10px;
    margin-left: 10px;
    color: #000;
}

ul.nav.nav-tabs.guardian-studnt-tab {
    margin-bottom: 20px;
}

ul.nav.nav-tabs.guardian-studnt-tab a.nav-link {
    background-color: #fff;
}

ul.nav.nav-tabs.guardian-studnt-tab a.nav-link.active {
    background-color: #ffa66b;
    color: #fff;
}

ul.nav.nav-tabs.guardian-studnt-tab a.nav-link.active h3 {
    color: #fff;
}

ul.library-wrap {
    padding: 0;
    width: 100%;
}

li.library-book {
    border: 2px solid #e8e6e6;
    width: 15.9%;
    display: inline-block;
    margin: .5%;
    height: 250px;
    background-color: #fff;
    margin-left: 0;
    vertical-align: top;
    position: relative;
    border-radius: 7px 0px 0px 6px;
}

.book-title {
    /* background-color: red; */
    padding: 10px;
    /* border-bottom: 1px solid #cfc8c8; */
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
    padding: 23px;
    color: #ff907a;
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    top: 45%;
    transform: translatey(-50%);
    line-height: 26px;
}

.library-book_headr {
    border-bottom: 1px solid #cfc8c8;
    width: 100%;
    display: inline-block;
    /* padding: 5px 9px; */
    padding: 10px;
}

.library-book_headr div {
    /* border: 1px solid red; */
    width: 58%;
    display: inline-block;
    font-size: 14px;
    /* padding: 1px 0; */
}

.book_headr-rgt {
    width: 40% !important;
    text-align: right;
    padding-right: 0px !important;
}

.library-book_ftr {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #cfc8c8;
    width: 100%;
    display: inline-block;
    padding: 10px;
}

.library-book_ftr div {
    display: inline-block;
    width: 58%;
    display: inline-block;
    font-size: 12px;
    padding: 1px 3px;
}

.book_headr-rgt ul li {
    display: inline-block;
    margin-right: 10px;
}

.library-book_ftr .book_headr-rgt {
    width: 50% !important;
}

.library-book_ftr div {
    width: 48%;
    text-transform: capitalize;
}

.book_headr-rgt ul {
    padding: 0;
}

li.library-book:before {
    content: "";
    position: absolute;
    width: 104%;
    height: 103%;
    border: 2px solid #e2dcdc;
    background-color: #ffffff;
    z-index: -1;
    border-radius: 10px 0px 0px 10px;
    left: -3px;
    top: -2px;
}

form.todo-List .form-group {
    border: 1px solid wheat;
    width: 100%;
    display: inline-block;
}

form.todo-List {
    width: 100%;
}

.navbar a#notifications img {
    width: 20px;
}

.navbar span.badge.count {
    top: -3px;
    right: 0px;
}

.navbar a#messages img {
    width: 20px;
}

.col-lg-3.top-bx {
    background-color: #ffffff;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    margin-right: 1.3%;
    border-radius: 2px;
    padding: 10px 9px;
    margin-bottom: 30px;
    color: #98d0b7;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    margin-top: 10px;
}

.col-lg-3.top-bx:after {
    width: 50%;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    z-index: 9;
    background-color: #79d4b1;
    bottom: 0;
}

.col-lg-3.top-bx:last-child {
    margin-right: 0;
}

.col-lg-3.top-bx i {
    display: inline-block;
    font-size: 35px;
    vertical-align: top;
    margin-right: 15%;
    margin-left: 10%;
    margin-top: 13px;
}

.col-lg-3.top-bx h5.box-title {
    display: inline-block;
    /* float: left; */
    font-size: 15px;
    margin-top: 6px;
}

.col-lg-3.top-bx h5.box-title span {
    font-size: 26px;
    margin-bottom: 9px;
    font-weight: 400;
    /* margin-top: 20px; */
}

span.subtitle {
    display: block;
    font-size: 14px !important;
    margin-top: 10px;
    color: #bcc3d3 !important;
    font-weight: lighter;
}

.row.summary-head {
    margin-top: 0;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 0 !important;
}

table.dataTable.no-footer {
    border-bottom: 0 !important;
}

a.view-btn {
    display: inline-block;
    margin: 15px 0;
    /* float: right; */
    background-color: #7fd6b4;
    color: #fff;
    padding: 7px 30px;
    border-radius: 16px;
    text-transform: capitalize;
    font-size: 14px;
}

.custm-stypup .modal-footer {
    background-color: #f5f5f5;
    border-top: 1px solid #f5f5f5;
}

.custm-stypup .modal-title {
    text-transform: capitalize;
}


/* .custm-stypup .modal-header {
    background-color: #f4f4f4;
} */

.custm-stypup .btn {
    border-radius: 3px;
    text-transform: capitalize;
    padding: 6px 15px;
    width: 90px;
}


/* material check box style start here */

.custom-checkbx[type="checkbox"]+span:not(.lever) {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbx[type="checkbox"]:not(:checked),
.custom-checkbx[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.custom-checkbx[type="checkbox"]+span:not(.lever):before,
.custom-checkbx[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

.custom-checkbx[type="checkbox"]+span:not(.lever):before,
.custom-checkbx[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

.custom-checkbx[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-checkbx[type="checkbox"]:checked+span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"].filled-in:checked+span:not(.lever):before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in+span:not(.lever):before,
[type="checkbox"].filled-in+span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"]:checked+span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in+span:not(.lever):before,
[type="checkbox"].filled-in+span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in+span:not(.lever):after {
    border-radius: 2px;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0;
}


/* material check box style end here */

.custom-radiobtn[type="radio"]:not(:checked),
.custom-radiobtn[type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.custom-radiobtn[type="radio"]:not(:checked)+span,
.custom-radiobtn[type="radio"]:checked+span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radiobtn[type="radio"]+span:before,
.custom-radiobtn[type="radio"]+span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}

.custom-radiobtn[type="radio"]:not(:checked)+span:before,
.custom-radiobtn[type="radio"]:not(:checked)+span:after,
.custom-radiobtn[type="radio"]:checked+span:before,
.custom-radiobtn[type="radio"]:checked+span:after,
.custom-radiobtn[type="radio"].with-gap:checked+span:before,
.custom-radiobtn[type="radio"].with-gap:checked+span:after {
    border-radius: 50%;
}

.custom-radiobtn[type="radio"]+span:before,
.custom-radiobtn[type="radio"]+span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}

.custom-radiobtn[type="radio"]:checked+span:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.custom-radiobtn[type="radio"]:not(:checked)+span:before,
.custom-radiobtn[type="radio"]:not(:checked)+span:after,
.custom-radiobtn[type="radio"]:checked+span:before,
.custom-radiobtn[type="radio"]:checked+span:after,
.custom-radiobtn[type="radio"].with-gap:checked+span:before,
.custom-radiobtn[type="radio"].with-gap:checked+span:after {
    border-radius: 50%;
}

.custom-radiobtn[type="radio"]:checked+span:after,
.custom-radiobtn[type="radio"].with-gap:checked+span:after {
    background-color: #26a69a;
}

.custom-radiobtn[type="radio"].with-gap:checked+span:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.custom-radiobtn[type="radio"]:checked+span:before {
    border: 2px solid transparent;
}

.custom-radiobtn[type="radio"]:checked+span:after,
.custom-radiobtn[type="radio"].with-gap:checked+span:before,
.custom-radiobtn[type="radio"].with-gap:checked+span:after {
    border: 2px solid #26a69a;
}

.custom-radiobtn[type="radio"]:checked+span:after,
.custom-radiobtn[type="radio"].with-gap:checked+span:before,
.custom-radiobtn[type="radio"].with-gap:checked+span:after {
    border: 2px solid #26a69a;
}

.custom-radiobtn[type="radio"]:not(:checked)+span:before,
.custom-radiobtn[type="radio"]:not(:checked)+span:after {
    border: 2px solid #5a5a5a;
}

a.uesr-lisname {
    color: #000;
}

.timeline_heaer .addplus-btn {
    padding: 5px 13px;
    /* margin-top: 3px; */
    margin-left: 10px;
    background: #fff !important;
    color: #4da3ef;
    border: 0;
}
.timeline_heaer .addplus-btn:hover {
    background: #59c5e0 !important;
    border: 0;
}
.form-group label {
    text-transform: capitalize;
    font-weight: 500;
    color: #67757c;
    display: block;
    line-height: 20px;
}

p.float-right.date-headr {
    color: #3f5858;
    font-size: 14px;
    margin-top: 20px;
}

.col-lg-6.page-header h3 {
    font-size: 21px;
    font-weight: 400;
    color: #69a58e !important;
}

.col-lg-6.page-header h4 {
    font-size: 14px;
    color: #67757c;
    font-weight: 400;
}

.alert-success strong {
    font-weight: 500;
    font-size: 15px;
}

.swal2-popup .swal2-title {
    font-size: 20px;
    text-transform: capitalize;
    /* text-align: left; */
}

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

.swal2-popup .swal2-title {
    font-size: 22px !important;
}

.form-group .toggle.btn {
    display: block;
}

.modal-header {
    background-color: #26abe2;
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
    background: #28a8df;
    background: -moz-linear-gradient(left, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    background: -webkit-linear-gradient(left, #28a8df 0%,#59c5df 0%,#4ca2ef 100%);
    background: linear-gradient(to right, #28a8df 0%,#59c5df 0%,#4ca2ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a8df', endColorstr='#4ca2ef',GradientType=1 );
}

.modal-header h4 {
    font-weight: 500;
}

button.close {
    color: #fff;
    font-weight: 300;
    font-size: 28px;
    z-index: 99;
    opacity: 1;
}

.modal-content {
    border: 0;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #26abe2 !important;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(121, 212, 177, .7)
}

.form-group .toggle.btn {
    min-width: 100px;
    min-height: 34px;
    margin-left: 0;
}

.dasboard_wrap {
    border: 1px solid #2baae1;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 30px;
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
}

.dasboard_wrap h3 {
    color: #2baae1;
    /* border-bottom: 1px solid red; */
    padding-bottom: 0px;
}

.modal-footer {
    padding: 10px 15px;
}


.col-lg-12.text-center.users_detils {
    background-color: white;
    padding: 20px 0;
}

.col-lg-12.text-center.users_detils h4 {
    color: #2aabe1;
    font-size: 18px;
    text-transform: capitalize;
}

.col-lg-12.text-center.users_detils .col-lg-3 {
    border-right: 1px solid #cecece;
}

.col-lg-12.text-center.users_detils .col-lg-3:last-child {
    border: 0;
}

.row.user-gridwrap {
    background-color: #fff;
    margin-top: 10px;
}

.col-lg-3.user_blk .user-prfle {
    width: 50px;
    height: 50px;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background-color: red;
    background: #28a8df;
    background: -moz-linear-gradient(left, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    background: -webkit-linear-gradient(left, #28a8df 0%,#59c5df 0%,#4ca2ef 100%);
    background: linear-gradient(to right, #28a8df 0%,#59c5df 0%,#4ca2ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a8df', endColorstr='#4ca2ef',GradientType=1 );
    text-align: center;
    line-height: 48px;
}

a.user_menubtn {
    width: 20px;
    display: inline-block;
    /* border: 1px solid; */
    vertical-align: top;
    float: right;
    font-size: 20px;
    color: #2baae1;
    text-align: center;
}

.user-info {
    display: inline-block;
    width: 73%;
    /* border: 1px solid; */
}

.user-info h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

.user-info p {
    margin-bottom: 5px;
    font-size: 12px;
}

.col-lg-3.user_blk {
    /* border: 1px solid red; */
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24.2%;
    flex: 0 0 24.2%;
    max-width: 24.2%;
    margin-right: 1%;
    margin-bottom: 1%;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    padding-bottom: 0;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0 3px 6px rgba(191, 189, 189, 0.16), 0 3px 6px rgba(191, 189, 189, 0.16);
    /* padding-bottom: 20px; */
    /* min-height: 150px; */
    padding-left: 10px;
    padding-right: 10px;
    /* border: 1px solid; */
}


p.user_status {
    float: left;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 14px;
}

.user_status {
    margin-left: 15px;
}

.user_status {
    position: relative;
}

.user_status:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    top: 5px;
    left: -12px;
}

.user_active.user_status:after {
    background-color: #2fcc48;
}

.col-lg-3.user_blk:nth-child(4n) {
    margin-right: 0;
}

.row.users-grid {
    padding: 0;
    margin-top: 10px;
}

.col-lg-12.user-head {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    /* margin-bottom: 20px; */
    /* padding-left: 0; */
    /* padding-right: 0; */
    /* padding-bottom: 0; */
}

.col-lg-12.user-head h3 {
    font-size: 20px;
    color: #2aabe1;
    /* border-bottom: 1px solid red; */
    /* padding-bottom: 10px; */
    margin-bottom: 0;
    line-height: 37px;
}


.user-statuswrap {
    display: inline-block;
    background-color: #2aabe1;
    width: calc(100% + 30px);
    text-align: center;
    margin-left: -15px;
    color: #fff;
    padding: 10px 0;
    margin-top: 10px;
    padding-bottom: 10px;
}

.user-statuswrap .col-lg-12 {
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.user-statuswrap .col-lg-4 {
    border-right: 1px solid white;
}

.user-statuswrap .col-lg-6:last-child {
    border: 0;
}

.user-statusin {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.user-statuswrap p {
    margin-bottom: 0;
}


.user-menuwrap {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    top: 2px;
    right: 38px;
    max-width: 250px;
    padding: 10px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    /* background: #2aabe1; */
    padding: 0px 0;      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1377bc+0,2aabe1+100 */
    /* background: #1377bc; */      /* Old browsers */
    background: -moz-linear-gradient(left, #1377bc 0%, #2aabe1 100%);      /* FF3.6-15 */
    /* background: -webkit-linear-gradient(left, #1377bc 0%, #2aabe1 100%); */      /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to right, #1377bc 0%, #2aabe1 100%); */      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1377bc', endColorstr='#2aabe1', GradientType=1);      /* IE6-9 */
    color: #fff;
    box-shadow: 0 0px 6px rgba(191, 189, 189, 0.16), 0 3px 6px rgba(191, 189, 189, 0.16);
    border: 1px solid #ececec;
}
.user-menuwrap ul li a:hover {
    color: #7cd1e6;
}
.user-menuwrap ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    padding: 5px 5px;
}

.user-menuwrap ul li a {
    border-bottom: 1px solid #d0d0d054;
    display: inline-block;
    width: 100%;
    padding: 3px 10px;
    color: #636363;
    text-transform: capitalize;
    font-size: 12px;
}

.user-menuwrap ul li:last-child a {
    border: 0;
    padding-bottom: 0;
}

.user-menuwrap.open {
    visibility: visible;
    opacity: 1;
}

.action-btn {
    width: 30px;
    height: 30px;
    background-color: #29a8dfcc;
    border-radius: 50%;
    padding: 2px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    line-height: 25px;
}

.action-btn i {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: auto;
    line-height: 21px;
}

a.delete.delete-btn.action-btn {
    background-color: #ff240024;
}

a.delete.delete-btn.action-btn i {
    color: red;
    font-size: 12px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(222, 222, 222, 0.05);
}

.row.tabel_row {
    /* border-bottom: 1px solid red; */
    padding: 7px 0;
    background-color: #fbfbfb;
    margin-bottom: 15px;
}

.row.tabel_row.tabel_head b {
    color: #656060;
}


.user-detl_wrap {
    position: relative;
}










:root {
    --color_0: #000;
    --color_1: #fff;
    --color_2: #FF7F51;
    --color_3: #FA4DB8;
}

.demo {
    background-color: #f4f4f4;
}

.email-signature {
    background: linear-gradient(to right, #29a8df, #157abe);
    font-family: 'Roboto', sans-serif;
    padding: 30px 30px 30px 190px;
    border-radius: 20px;
    position: absolute;
    z-index: 9;
    width: 380px;
    top: -177px;
    left: 0;
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
    overflow: hidden;
}

.email-signature .signature-details {
    background-color: var(--color_1);
    text-align: center;
    height: 100%;
    width: 42%;
    padding: 25px 5px;
    border-radius: 100px 100px 0 0;
    position: absolute;
    left: 20px;
    bottom: -2px;
}

.email-signature .signature-img {
    background: linear-gradient(to right, var(--color_2), var(--color_3));
    width: 60px;
    height: 60px;
    padding: 5px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
}

.email-signature .signature-img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.email-signature .title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 7px;
}

.email-signature .title span {
    font-weight: 400;
}

.email-signature .post {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: block;
}

.email-signature .signature-content {
    color: var(--color_1);
    font-size: 14px;
    line-height: 33px;
    margin: 0 0 0px;
    padding: 5px 0 10px 0;
    /* border-bottom: 2px solid var(--color_1); */
    list-style: none;
    width: 100%;
}

.email-signature .signature-content li span {
    font-weight: 600;
    margin-right: 7px;
}

.email-signature .signature-content li:last-child {
    margin: 0;
}

.email-signature .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.email-signature .icon li {
    display: inline-block;
    margin: 0 10px;
}

.email-signature .icon li a {
    color: var(--color_1);
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    width: 30px;
    border: 1px solid var(--color_1);
    border-radius: 50%;
    display: block;
    transition: all 0.3s;
}

.email-signature .icon li a:hover {
    color: var(--color_3);
    background-color: var(--color_1);
    box-shadow: 0 0 5px var(--color_1);
}

@media screen and (max-width:767px) {
    .email-signature {
        padding: 280px 20px 20px;
        border-radius: 0 0 50px 50px;
    }

    .email-signature .signature-details {
        width: auto;
        height: 50%;
        margin: 0 auto;
        bottom: auto;
        top: 20px;
        left: 20px;
        right: 20px;
    }

    .email-signature .signature-content,
    .email-signature .icon {
        text-align: center;
    }
}

.user-detl:hover .email-signature {
    opacity: 1;
    visibility: visible;
    top: -184px;
}

a.user-detl {
    color: #212529;
}

.filter_bar select {
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px !important;
    background-color: #fff;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% 62%;
    background-size: 20px;
    -webkit-appearance: none;
    line-height: 11px;
    /* padding: 10px; */
    /* margin: 10px; */
}




.col-lg-12.usergrd-right {
    background-color: #f2f3f9;
}


.user-info p i {
    color: #157abe;
    font-size: 15px;
    /* border: 1px solid; */
    /* width: 20px; */
    text-align: center;
    margin-right: 4px;
}

.pagination {
    float: right;
}

.page-link i {
    margin-right: 0;
}

span.image {
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
}
.row.tabel_row.tabel_head {
    background-color: #fff;
    margin-top: 10px;
}

.row.tabel_row.tabel_head b {
    color: #259fd9;
    font-weight: 600;
    font-size: 14px;
}



.col-lg-12.filter_bar {
    position: absolute;
    top: 0;
    background-color: #fff;
    z-index: 9;
    max-width: 300px;
    right: 0;
    border: 1px solid #f1ecec;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    border-radius: 5px;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.col-lg-12.filter_bar.open {
    visibility: visible;
    opacity: 1;
    right: 80px;
}
.filter_btn {
    margin-left: 10px;
    padding: 5px 13px;
}

.col-lg-12.filter_bar .col-lg-12.user-head h3 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 34px;
}

.col-lg-12.filter_bar  .col-lg-12.user-head {
    padding: 3px 10px;
}


.addmre_btn {
    font-size: 12px;
    padding: 6px 10px;
}

.col-md-12.contct_head label {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 14px;
}

.row.contact-person {
    margin-bottom: 20px;
}

.contact, .decision , .key {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
    margin-top: 30px;
}
.contact:first-child, .decision:first-child , .key:first-child {
    border:0;
    padding-top: 0px;
    margin-top: 0px;
}
.form-group .toggle.btn .btn {
    font-size: 14px;
}

.col-lg-12.user-detl_wrap.no-user,
.col-lg-12.user_blk.not-found.user-not-found, 
.col-lg-12.user_blk.not-found.lead-not-found ,
.col-lg-12.not-found {
    text-align: center;
    color: #f11414;
    padding: 15px 0;
}


.col-lg-3.user_blk.already-assigned {
    background: #dcdcdc;
    /* color: #fff; */
    border: 1px solid #dcdcdc;
}
form#assign_lead {
    float: left;
    width: 100%;
    /* background-color: red; */
    /* height: 100%; */
    background-color: #f6f9fa;
}


.col-lg-12.assign_blk {
    background-color: white;
    float: left;
    width: 100%;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
}

.lead_assgnwrap{
    margin-bottom: 50px;
}

.removecontact, .removedecision, .removekeyperson  {
    border: 1px solid #ef8181;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef8181+0,de2b2b+0,ea3b2e+1,de2b2b+100 */
background: #ef8181; /* Old browsers */
background: -moz-linear-gradient(top, #ef8181 0%, #de2b2b 0%, #ea3b2e 1%, #de2b2b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ef8181 0%,#de2b2b 0%,#ea3b2e 1%,#de2b2b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ef8181 0%,#de2b2b 0%,#ea3b2e 1%,#de2b2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8181', endColorstr='#de2b2b',GradientType=0 ); /* IE6-9 */
}


.col-lg-12.text-center.users_detils p {
    font-weight: 600;
    font-size: 24px;
}

.row.timeline_heaer {
    background-color: red;
    padding: 25px 15px;
    border-radius: 15px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#28a8df+0,59c5df+0,4ca2ef+100 */
    background: #28a8df;
    /* Old browsers */
    background: -moz-linear-gradient(left, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28a8df', endColorstr='#4ca2ef', GradientType=1);
    /* IE6-9 */
    color: #fff;
    margin-bottom: 30px;
}




.circle_value {
    border: 7px solid #7fe3dc;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    text-align: center;
    font-size: 37px;
    line-height: 108px;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.circle {
    display: inline-block;
}

h4.time_linehaed {
    margin-top: 50px;
    text-align: center;
    font-size: 22px;
}


.col-lg-6.timelinehed_rgt {
    padding-top: 30px;
}

.col-lg-6.timelinehed_rgt .col-lg-6 {
    border-right: 1px solid #fff;
    text-align: center;
}

.col-lg-6.timelinehed_rgt .col-lg-6 h4 {
    font-size: 26px;
}

.col-lg-6.timelinehed_rgt .col-lg-6 p {
    font-size: 20px;
}

.col-lg-6.timelinehed_rgt .col-lg-6:last-child {
    border: 0;
}

.row.timeline_wrap {
    /* background-color: red; */
    min-height: 200px;
    margin-top: 30px;
}


.tiline_lftheader {
    border-bottom: 1px solid #f3f3f3;
    padding: 10px;
    float: left;
    width: 100%;
}

.tiline_lftheader .user-prfle.rounded-circle {
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background-color: red;
    background: #28a8df;
    background: -moz-linear-gradient(left, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    background: -webkit-linear-gradient(left, #28a8df 0%,#59c5df 0%,#4ca2ef 100%);
    background: linear-gradient(to right, #28a8df 0%,#59c5df 0%,#4ca2ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a8df', endColorstr='#4ca2ef',GradientType=1 );
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
}

.tiline_lftheader h4 {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
    color: #1a87c8;
    margin-top: 0;
}

.userinfo.tiline_lftblk h4 {
    margin-top: 20px;
}

.tiline_lftheader a {
    float: right;
    margin-top: 20px;
}

.tiline_lftblk ul li {
    list-style: none;
}

.tiline_lftblk ul {
    padding-left: 10px;
    list-style: none;
    margin: 10px;
    padding-right: 10px;
}


.tiline_lftblk ul li {
    display: inline-block;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    padding: 8px 10px;
    color: #000;
}

.tiline_lftblk {
    background-color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    float: left;
    width: 100%;
}

.tiline_lftblk ul li:last-child {
    border: 0;
}

.tiline_lftblk ul li a {
    color: #7b7777;
}

span.listcount {
    border: 1px solid #c5d8ea;
    /* width: 25px; */
    /* height: 24px; */
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    line-height: 20px;
    color: #c5d8ea;
    padding: 1px 9px;
}

.tiline_lftblk ul li span.badge {
    float: right;
    border-radius: 0;
    width: 60px;
    padding: 6px 10px;
}

.tmeline_archive ul li b {
    /* text-align: center; */
    font-size: 14px;
    color: #7b7777;
}


.tmeline_archivechart {
    border-top: 1px solid #f3f3f3;
    text-align: center;
    padding-top: 20px;
}

.circle {
    margin-right: 15px;
}




.tmeline_archive span.badge.badge-success {
    background-color: #aad9d6fc;
}

.tmeline_archive span.badge.badge-success b {
    font-size: 12px;
    font-weight: 700;
    color: #fdfdfd;
}

.tmeline_archive span.badge.badge-danger {
    background-color: #ffe8e8;
}

.tmeline_archive span.badge.badge-danger b {
    font-size: 12px;
    color: #ff7a7c;
    font-weight: 700;
}

.tmeline_archive span.badge.badge-warning {
    background-color: #e8f4ff;
}

.tmeline_archive span.badge.badge-warning b {
    font-size: 12px;
    color: #9ebfd8;
    font-weight: 700;
}


.loyaty_points {
    padding: 8px 10px;
    background-color: #f5f9fa;
    margin: 15px;
    border-radius: 6px;
    margin-top: 20px;
    float: left;
    width: 90%;
}

.loyaty_total {
    display: inline-block;
    /* border: 1px solid; */
    margin-right: 10px;
    text-align: center;
    width: 35%;
    color: #3f93b5;
}

.loyaty_redem {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.loyaty_total h4 {
    margin-bottom: 4px;
    margin-top: 10px;
}


a.btn.btn-primary.Reedem_btn {
    padding: 11px 29px;
    background: #28a8df;
    background: -moz-linear-gradient(left, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    background: -webkit-linear-gradient(left, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    background: linear-gradient(to right, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28a8df', endColorstr='#4ca2ef', GradientType=1);
}

.timeline_header ul li {
    display: inline-block;
    margin-right: 10px;
}

.timeline_header ul li a {
    background-color: #f6f9fa;
    /* border: 1px solid #ada8a8; */
    color: #fff;
    font-size: 12px;
    padding: 11px 31px;
}

.timeline_header ul li a i {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}

.timeline_header ul li:last-child {
    margin-right: 0;
}

.timeline_listng {
    float: left;
    width: 100%;
    /* border: 1px solid; */
    /* padding: 10px; */
    display: table;
    margin-bottom: 35px;
}

.timlne_head.text-center {
    /* border: 1px solid red; */
    width: 20%;
    display: table-cell;
    vertical-align: top;
    background-color: #fff;
    /* margin-right: 3%; */
    background: #28a8df;
    background: -moz-linear-gradient(left, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    background: -webkit-linear-gradient(left, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    background: linear-gradient(to right, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28a8df', endColorstr='#4ca2ef', GradientType=1);
    color: #fff;
    border-radius: 10px 0px 0px 10px;
}

.timlne_content {
    /* border: 1px solid red; */
    width: 68%;
    display: inline-block;
    display: table-cell;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 0px 10px 10px 0px;
}

.timlne_devider {
    width: 2%;
    display: table-cell;
}

.timlne_content p {
    font-size: 15px;
    margin-top: 10px;
    color: #7b7878;
    line-height: 22px;
}

.timlne_head h4 {
    margin-top: 44px;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 23px;
}

.timlne_head h4 i {
    display: block;
    margin-bottom: 14px;
}

.timlne_cnttgt {
    /* border: 1px solid red; */
    width: 80%;
    display: inline-block;
    padding-left: 30px;
    vertical-align: top;
    padding-top: 20px;
}

.timlne_cntlft.timlne_inr {
    display: inline-block;
    width: 19%;
    text-align: left;
    padding: 10px 0;
    border-right: 1px solid #e8e4e4;
    padding-left: 20px;
}

.timlne_inr h4 {
    font-size: 16px;
    font-weight: 600;
    color: #52b3e7;
}

.timeline_header {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}



.task_listng {
    background-color: #fbfbfb;
    width: 100%;
    /* border: 1px solid; */
    /* padding: 10px; */
    display: table;
    margin-bottom: 20px;
    padding: 13px 10px;
    border-radius: 20px;
    border-left: 5px solid #6297c3;
    box-shadow: 0 3px 6px rgba(191, 189, 189, 0.16), 0 3px 6px rgba(191, 189, 189, 0.16);
}

.task_head {
    /* border: 1px solid red; */
    width: 15%;
    display: table-cell;
    vertical-align: -webkit-baseline-middle;
    /* background-color: #fff; */
    border-right: 1px solid #dadada;
    /* margin-right: 7%; */
    padding-left: 30px;
}

.task_content {
    /* border: 1px solid red; */
    width: 80%;
    display: inline-block;
    display: table-cell;
    /* background-color: #fff; */
    padding: 0px 5px;
    border-radius: 0px 10px 10px 0px;
    /* padding-left: 30px; */
}

.task_inr {
    /* display: inline-block; */
    float: left;
    border-right: 1px solid #dadada;
    padding-left: 10px;
}

.task_cnttgt.task_inr {
    width: 40%;
}

.task_cntlft.task_inr {
    width: 35%;
}

.task_action.task_inr {
    width: 22%;
    border: 0;
    padding-top: 10px;
    text-align: center;
}

.user-prfle.rounded-circle {
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 0px;
    margin-bottom: 10px;
    background: #28a8df;
    background: -moz-linear-gradient(left, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    background: -webkit-linear-gradient(left, #28a8df 0%,#59c5df 0%,#4ca2ef 100%);
    background: linear-gradient(to right, #28a8df 0%,#59c5df 0%,#4ca2ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a8df', endColorstr='#4ca2ef',GradientType=1 );
    text-align: center;
    line-height: 42px;
}

h4.task_titles {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #249fd8;
}

.task_head p {
    margin-bottom: 0;
}

.task_inr h4 {
    font-size: 15px;
    color: #5a5a5a;
    font-weight: 500;
    margin-bottom: 3px;
    margin-top: 8px;
}

.task_inr p {
    font-size: 13px;
    /* color: #fff; */
    /* position: relative; */
}
.user-prfle.rounded-circle p{
      color: #fff;  
}
.task_cntlft.task_inr p i {
    margin-right: 10px;
    color: #51b1e8;
}

p.task_status:after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background-color: #4ca3ef;
    left: 0;
    border-radius: 50%;
    top: 2px;
}

p.task_status {
    position: relative;
    padding-left: 15px;
    margin-top: 10px;
    line-height: 16px;
    display: inline;
    font-size: 12px;
}

.task_head h4 {
    font-weight: 600;
    color: #757575;
    font-size: 16px;
    margin-bottom: 3px;
}

.task_head p {
    color: #949494;
    font-size: 13px;
    /* margin-bottom: 7px; */
    /* margin-top: 5px; */
}

.timeline_heaer ul.nav.nav-tabs li a {
    border: 1px solid #fff;
    border-radius: 20px;
    min-width: 106px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.timeline_heaer ul.nav.nav-tabs li {
    margin-right: 1%;
    display: inline-block;
}

ul.nav.nav-tabs {
    width: 100%;
    border: 0;
    /* width: auto; */
    display: inline-block;
}

.timeline_heaer ul.nav.nav-tabs li a.active,
.timeline_heaer ul.nav.nav-tabs li a:hover {
    background-color: #27a4dc;
    border: 1px solid #249ed8;
}

.row.timeline_heaer h4 {
    font-weight: 600;
    margin-bottom: 10px;
}


.task_lftin {
    background-color: #fff;
    margin-top: -100px;
    border-radius: 20px;
    padding: 15px 15px;
    box-shadow: 0 3px 6px rgba(191, 189, 189, 0.16), 0 3px 6px rgba(191, 189, 189, 0.16);
}

.task_lfthaed {
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

.task_lfthaed h4 {
    color: #1781c3;
    font-size: 23px;
    font-weight: 600;
}

.row.status_wrap {
    text-align: center;
    margin: 20px 0;
    border-bottom: 1px solid #dadada;
    width: 100%;
}

span.status_count {
    background-color: #1479bd;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    padding: 6px 9px;
    text-align: center;
    color: #fff;
    background: #28a8df;
    background: -moz-linear-gradient(left, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    background: -webkit-linear-gradient(left, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    background: linear-gradient(to right, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28a8df', endColorstr='#4ca2ef', GradientType=1);
}

span.status_count i {
    font-size: 16px;
    margin-right: 0;
}

.col-md-4.status_blk p {
    font-size: 11px;
    color: #949494;
}

.col-md-4.status_blk p b {
    font-size: 14px;
}

.task_lft .user-prfle.rounded-circle {
    float: none;
    display: inline-block;
}

.col-md-12.task_blk {
    border-bottom: 1px solid #dadada;
    padding: 15px;
}

.col-md-12.task_blk:last-child {
    border: 0;
    /* padding-bottom: 0; */
}

.task_user {
    margin: 15px 0 0;
}

.task_user .user-prfle.rounded-circle:last-child {
    margin-right: 0;
}

.col-md-12.task_blk h4 {
    font-size: 17px;
    color: #5a5a5a;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 8px;
    margin-top: 0;
}

.col-md-12.task_blk p {
    color: #5a5a5a;
    font-size: 15px;
}

.row.task_header {
    border-bottom: 1px solid #dadada;
}

.col-md-12.text-center.task_blk_info {
    margin-bottom: 20px;
}

.col-md-12.text-center.task_blk_info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
    margin-bottom: 10px;
}

.col-md-12.task_blk.status_edit a {
    color: #2aabe1;
    font-size: 14px;
    margin-bottom: 0;
    /* line-height: 45px; */
    padding: 6px 16px;
    color: #fff;
    border-radius: 6px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f16a70+0,cc5959+100 */
    background: #f16a70;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f16a70 0%, #cc5959 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f16a70 0%, #cc5959 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f16a70 0%, #cc5959 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16a70', endColorstr='#cc5959', GradientType=1);
    /* IE6-9 */
    font-size: 12px;
}



a.task_edit {
    float: right;
    color: #b2b5b7;
}

span.status_count.pendng_task {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9a722+2,e5a020+100 */
    background: #f9a722;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f9a722 2%, #e5a020 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9a722 2%, #e5a020 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9a722 2%, #e5a020 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9a722', endColorstr='#e5a020', GradientType=0);
    /* IE6-9 */
}

span.status_count.cancell_task {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f16a70+0,cc5959+100 */
    background: #f16a70;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f16a70 0%, #cc5959 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f16a70 0%, #cc5959 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f16a70 0%, #cc5959 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16a70', endColorstr='#cc5959', GradientType=0);
    /* IE6-9 */
}

.task_listwrap {
    margin-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 40px;
}

.col-lg-3.task_lft {
    padding: 0;
}

p.task_status.task_pendng:after {
    background-color: #e8a121;
}

p.task_status.task_cancell:after {
    background-color: #d55d5f;
}


.task_listng.pending_task {
    border-color: #eaa221;
}

.task_listng.task_canceled_task {
    border-color: #d05b5b;
    opacity: 0.8;
}

a.user_menubtn i.fas.fa-times {
    color: #de3c3c;
}

p.user_assigned {
    text-align: left;
    font-size: 13px;
    color: #676767;
    margin-bottom: 0;
    line-height: 29px;
}

.form-group .gj-textbox-md {
    padding: .375rem .75rem;
    border: 1px solid #dee2e6;
    height: 38px;
}

.form-group  .gj-timepicker-md [role=right-icon] {
    cursor: pointer;
    position: absolute;
    right: -4px;
    top: 8px;
    font-size: 24px;
    color: #cccccc !important;
}

.form-group  .gj-textbox-md:active,
.form-group  .gj-textbox-md:focus {
    border: 1px solid #dee2e6;
    outline: 0;
}
a.user_menubtn i {
    margin-right: 0;
}


.contact_blk {
    background: #28a8df;
    background: -moz-linear-gradient(left, #28a8df 0%, #59c5df 0%, #4ca2ef 100%);
    background: -webkit-linear-gradient(left, #28a8df 0%,#59c5df 0%,#4ca2ef 100%);
    background: linear-gradient(to right, #28a8df 0%,#59c5df 0%,#4ca2ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a8df', endColorstr='#4ca2ef',GradientType=1 );
    color: #fdfdfd !important;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    font-size: 14px;
}

ul.contact_wrapblk {
    margin: 10px 0;
    float: left;
    width: 100%;
}

span.contact_type {
    border-bottom: 1px dashed  #e0e0e0;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 16px;
}
.buttons_wrap a {
    margin-right: 10px;
}

 .buttons_wrap a:last-child {
    margin-right: 0;
}


 .buttons_wrap {
    text-align: right;
}

#search {
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 96%;
    padding-right: 15px;
}

.col-lg-6.text-center {
    border: 1px solid #ececec;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin: 1%;
}
.row.rankholders-blk {
    margin: 0;
}


.dashboard-blk  .addplus-btn {
        position: absolute;
        top: 8px;
        right: 20px;
}
.custom-control.custom-checkbox {
        padding-left: 0;
    }


 .bg-primary  .card-body, .bg-primary{
    /* background: #2aabe1; */
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    /* padding-left: 10px; */
    border: 0;
}
.mini-stat .mini-stat-label {
    position: absolute;
    right: 0;
    top: 18px;
    padding: 2px 10px 2px 32px;
    -webkit-clip-path: polygon(100% 0,100% 50%,100% 100%,0 100%,24% 50%,6% 0);
    clip-path: polygon(100% 0,100% 50%,100% 100%,0 100%,24% 50%,6% 0);
}

.mini-stat .mini-stat-img {
    width: 58px;
    height: 58px;
    line-height: 58px;
    background: rgba(255,255,255,.15);
    border-radius: 4px;
    text-align: center;
    margin-right: 10px !important;
}

.list-group-item:first-child {

    padding-top: 0;
}


.row.header_top {
    margin-right: -11px;
    margin-left: -11px;
}

.col-lg-4.dashboard-blk.noticebrd-blk {
    margin-left: 1%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32.333333%;
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
}

.new_leads .col-lg-3.user_blk {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    max-width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 13px 6px;
}
.new_leads .col-lg-3.user_blk:nth-child(4n){
    margin-right:0%;
}

.new_leads  .row.users-grid {
    padding: 0;
    margin-top: 10px;
    margin: 0;
}

.new_leads  .user-info {
    display: inline-block;
    width: 77%;
    /* border: 1px solid; */
    /* border: 1px solid; */
}

.bestclients .row {
    margin: 0;
}

.bestclients .col-lg-3.user_blk {
    webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.bestclients .col-lg-3.user_blk:nth-child(2n){
    margin-right: 0;
}



.col-lg-5.dashboard-blk.bestclients {
    margin-left: 1%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.noticebrd-blk .task_inr {
    padding-left: 10px;
}

.col-lg-7.dashboard-blk.noticebrd-blk {
    margin-left: 0;
}


.dashboard-blk  .tmeline_archivechart{
    border-top: 0;
    padding-top: 100px;
}

.chart_colr {
    background-color: red;
    width: 35px;
    height: 15px;
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 5px;
}

.chart_colrwrap {
    position: absolute;
    right: 15px;
    top: 30px;
    border: 1px solid #f3f3f3;
    width: 95%;
    /* padding: 10px; */
    padding-top: 10px;
    padding-left: 10px;
}

.chart_colrwrap label {
    display: inline-block;
    vertical-align: top;
}

.chart_colr.complted {
    background-color: #6ec1bb;
}


.chart_colr.pending {
    background-color: #b3deff;
}

.chart_colr.cancell {
    background-color: #ff7a7c;
}

.chart_colrrow {
    display: inline-block;
    margin-right: 10px;
}

.col-lg-12.task_rgt.table {
    margin-bottom: 0;
}

.mini-stat .mini-stat-img i {
    font-size: 25px;
    margin-right: 0;
    line-height: 59px;
}

.col-lg-12.taget_header {
    border-top: 3px solid #26abe2;
}

.reports_wrap sub {
    left: 7px;
    font-weight: 600;
    color: #59c4e0;
    border: 1px solid #57c0e2;
    padding: 2px 10px;
}

a.load_users.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.user_prflewrp .tab-content>.active {
    padding: 10px;
}

.to-do-sticky {
    background-color: #FFFD75;
    box-shadow: 5px 5px 10px -2px rgba(33, 33, 33, 0.3);
    position: relative;
    /* padding: 10px; */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
    word-break: break-all;
    padding-left: 10px;
    padding-right: 10px;
}

.todo_append {
    padding: 0 15px;
}
.to-do-sticky a.delete.error {
    background-color: #ec4346;
    /* float: right; */
    position: absolute;
    right: 0;
    top: 0px;
    width: 17px;
    height: 17px;
    color: #fff;
    text-align: center;
    /* padding: 3px; */
    padding-left: 5px;
    line-height: 16px;
}

.to-do-sticky a.delete.error i {
    color: #fff;
    font-size: 11px;
}

p.sticky_text {
    margin-top: 19px;
    font-size: 13px;
    color: #000;
}

.to-do-sticky:nth-child(2n) {
    background: #FAAACA;
}
.to-do-sticky:nth-child(3n) {
    background: #69F098;
}



/*-- 20-05-2019 Style Starts --*/
.pagination {
    width: 100%;
}
ul.pagination {
    width: auto;
    float: right;
    margin: 0 auto;
}
div#myModal {
    padding-top: 100px;
}
g.highcharts-button.highcharts-contextbutton {
    display: none;
}
.serach_frm {
    width: 18%;
    position: relative;
}
.serach_frm .select2-container {
    min-width: inherit;
    width: 100% !important;
}
.serach_frm input.float-right.searach-input{
    width: 100%;
}   
.serach_frm > button.btn.btn-sm {
    position: absolute;
    right: 0;
}
ul.nav-menu.list-unstyled.d-flex.flex-md-row.align-items-md-center.notifcation-menu  ul.dropdown-menu.show {
    -webkit-box-shadow: 0px 4px 5px 0px rgba(102,102,102,.5);
    -moz-box-shadow: 0px 4px 5px 0px rgba(102,102,102,.5);
    box-shadow: 0px 4px 5px 0px rgba(102,102,102,.5);
}
.col-lg-12.filter_bar.open{
    -webkit-box-shadow: 0px 4px 5px 0px rgba(102,102,102,.5);
    -moz-box-shadow: 0px 4px 5px 0px rgba(102,102,102,.5);
    box-shadow: 0px 4px 5px 0px rgba(102,102,102,.5); 
}
.serach_frm button, input.float-right.searach-input{
    height: 40px !important;
    border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

.serach_frm {
    width: 40%;
    margin-bottom: 10px;
}
.card-header h4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.serach_frm select.form-control.status{
    color: #666;
    height: 40px !important;
}
a.btn.btn-primary.addplus-btn.category_title.add_lead.float-right {
    margin: 50px 0;
}
a.btn.btn-primary.export_btn {
    padding: 5px 14px;
}
.highcharts-container {
    width: 100% !important;
}
.highcharts-container svg {
    width: 100%;
}
.task_cntlft.task_inr .get-details {
    width: 100%;
}
.card-header {
    display: inline-block;
    width: 100%;
    padding: 20px 10px;
}
.row.users_header ul{
    text-align: center;
}
.row.users_header li.nav-item {
    width: 31% !important;
}
.row.users_header span.select2.select2-container.select2-container--default {
    min-width: auto;
    text-align: left;
}
.row.users_header  .select2-results__option[aria-selected] {
    font-size: 13px;
}
.row.task_wrap {
    position: relative;
    width: 100%;
}
.col-lg-12.task_rgt.table {
    width: 100%;
}
.col-lg-12.task_rgt > .tab-content > .tab-pane > .row.task_wrap{
    position: absolute;    
    left: 0;
}
.col-lg-12.task_rgt.table {
    padding: 0;
    width: 100%;
    overflow-x: auto;
    position: absolute;
}
.col-lg-12.task_rgt.table table.table.table-striped {
    white-space: nowrap;
}
.col-lg-12.task_rgt.table table.table.table-striped td,
.col-lg-12.task_rgt.table table.table.table-striped th {
    padding: 24px 20px;
}
row.task_wrap.attendance {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 20px;
}
.row.task_wrap.attendance {
    position: absolute;
}
.col-lg-12.taget_header .customtable {
    overflow-y: auto;
    width: 100%;
    display: inline-block;
}
.col-lg-12.taget_header .col-lg-12.table_wrap {
    position: absolute;
    background: #fff;
    left: 0;
}
.row.task_wrap.attendance .col-lg-12.task_rgt.table {
    position: relative;
}
.row.task_wrap.attendance {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0 15px;
}




}

@media only screen and (min-width: 768px) and (max-width: 1024px)  and (orientation: landscape) {
.tiline_lftblk ul li a{
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
.user-info p{
    word-break: break-all;
}

.row.timeline_wrap .col-lg-4.timeline_lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.row.timeline_wrap .col-lg-8.timeline_rgt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}
.row.task_wrap.attendance {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    left: 0;
}
.col-lg-12.taget_header .customtable {
    overflow-y: auto;
    width: 100%;
    display: inline-block;
}
.col-lg-12.taget_header .col-lg-12.table_wrap {
    position: absolute;
    background: #fff;
    left: 0;
}







}




@media only screen and (min-width: 1025px) and (max-width: 1199px) {

.row.users-grid.clients .col-lg-3.user_blk, .col-lg-3.user_blk:nth-child(3n) {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin-right: 2% !important;
}
.row.users-grid .col-lg-3.user_blk {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin-right: 1%;
}
.serach_frm {
    width: 60%;
    margin-bottom: 10px;
    float: right;
}
.row.users_header span.select2.select2-container.select2-container--default {
    min-width: auto;
}
.serach_frm .select2-container {
    min-width: inherit;
    width: 100% !important;
}

a.btn.btn-primary.addplus-btn.category_title.add_lead.float-right {
    margin: 49px 0;
}
.card-header h4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.select-items{
    display: none;
}

.card-header {
    display: inline-block;
    width: 100%;
    padding: 20px 10px;
}
.row.timeline_heaer.no-margin.task_wrap .col-lg-10, 
.row.timeline_heaer.no-margin.task_wrap .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row.timeline_heaer.no-margin.task_wrap .col-lg-2 {
    padding-right: 50px;
}
.card-header .serach_frm {
    width: 44%;
    margin-bottom: 10px;
    float: right;
}

}





@media only screen and (min-width: 1200px) and (max-width: 2560px) {
.serach_frm {
    width: 17%;
    position: relative;
}
.col-lg-7.dashboard-blk.noticebrd-blk, .col-lg-5.dashboard-blk.bestclients{
    -ms-flex: 0 0 49% !important;
    flex: 0 0 49% !important;
    max-width: 49% !important;
   
}
.col-lg-7.dashboard-blk.noticebrd-blk{
    margin-right: 1% !important;
}
.col-lg-5.dashboard-blk.bestclients{
    margin-left: 1% !important;
}
.col-lg-6.col-md-8.col-sm-8.col-xs-8.col-12 .serach_frm {
    width: 30%;
    position: relative;
}
.row.timeline_heaer.no-margin.task_wrap ul.nav.nav-tabs li {
    width: 15%;
    margin: 0 15px 11px 15px;
}
.col-lg-8.col-sm-6.col-xs-6.col-12 .serach_frm {
    width: 20% !important;
    position: relative;
}
.new_leads .col-lg-3.user_blk {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin-right: 2%;
}
.row.users-grid .col-lg-3.user_blk {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    margin-right: 1%;
    margin-bottom: 1%;
}
.timeline_heaer ul.nav.nav-tabs li {
    width: 28% !important;
    margin-bottom: 10px;
}




}
/*-- 20-05-2019 Style Ends --*/

rect.highcharts-legend-box {
    display: none;
}

g.highcharts-legend {
    display: none;
}

span.no-pending {
    text-align: center;
    margin-left: 47px;
    color: #54b6e6 !important;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    to {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    from {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    to {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    from {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
