/* Scrollbar CSS For WebKit (Chrome, Safari, etc.) */
::-webkit-scrollbar {
    width: 12px; /* width of the entire scrollbar */
}

::-webkit-scrollbar-track {
    background: #fff; /* color of the tracking area */
}

::-webkit-scrollbar-thumb {
    background-color: #aaa; /* color of the scroll thumb */
    border-radius: 6px; /* roundness of the scroll thumb */
    border: 3px solid #fff; /* creates padding around scroll thumb */
}

/* Scrollbar CSS For Firefox */
* {
    scrollbar-width: thin; /* "auto" or "thin" */
    scrollbar-color: #aaa #fff; /* thumb and track color */
}

/* Scrollbar CSS For Internet Explorer and Edge */
body {
    -ms-overflow-style: -ms-autohiding-scrollbar; /* auto-hiding scrollbar */
}

body {
    color: #2e323c;
    background: #e6ecf3;
    font-family: Questrial, sans-serif;
}

body.boxed {
    background: #000000; }

body.error-bg {
    background: url("../img/carousel-img-2.jpg") no-repeat;
}

body{
    background: #fff;
    min-height: auto;
}

.body-bg {
    /*background: #e6ecf3;*/
    background: #fff;
}

.app-main{
    background: #fff;
}

a {
    color: #000000; }

a:hover, a:focus, a:active,
a.hover, .text-hover {
    color: #007bff;
}

hr {
    border-top: 1px solid #e6ecf3;
}

/************* 3 C. Background Colors **************/
.bg-primary {
    background-color: #118cf1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#59aff5), to(#118cf1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #59aff5, #118cf1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #59aff5, #118cf1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #59aff5, #118cf1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #59aff5, #118cf1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #59aff5, #118cf1); }

.bg-secondary {
    background-color: #6053da;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9a92e8), to(#6053da));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #9a92e8, #6053da);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #9a92e8, #6053da);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #9a92e8, #6053da);
    /* IE10 */
    background-image: -o-linear-gradient(right, #9a92e8, #6053da);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #9a92e8, #6053da); }

.bg-success {
    background-color: #7aff87 !important;

    color: #000;
    a{
        color: #000;
    }
}

.bg-info {
    background-color: #118cf1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62BCF6), to(#118cf1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #62BCF6, #118cf1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #62BCF6, #118cf1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #62BCF6, #118cf1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #62BCF6, #118cf1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #62BCF6, #118cf1); }

.bg-warning {
    background-color: #ffda3e;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9f3d), to(#ffda3e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ff9f3d, #ffda3e);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ff9f3d, #ffda3e);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ff9f3d, #ffda3e);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ff9f3d, #ffda3e);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ff9f3d, #ffda3e); }

.bg-danger {
    background-color: #ff0000;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7f34), to(#ff0000));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ff7f34, #ff0000);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ff7f34, #ff0000);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ff7f34, #ff0000);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ff7f34, #ff0000);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ff7f34, #ff0000); }

.bg-pink {
    background-color: #f15f79;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b24592), to(#f15f79));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #b24592, #f15f79);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #b24592, #f15f79);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #b24592, #f15f79);
    /* IE10 */
    background-image: -o-linear-gradient(right, #b24592, #f15f79);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #b24592, #f15f79); }

.bg-purple {
    background-color: #5a66b5;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e96450), to(#5a66b5));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #e96450, #5a66b5);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #e96450, #5a66b5);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #e96450, #5a66b5);
    /* IE10 */
    background-image: -o-linear-gradient(right, #e96450, #5a66b5);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #e96450, #5a66b5); }

.bg-violet {
    background-color: #712c69;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#225e9e), to(#712c69));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #225e9e, #712c69);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #225e9e, #712c69);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #225e9e, #712c69);
    /* IE10 */
    background-image: -o-linear-gradient(right, #225e9e, #712c69);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #225e9e, #712c69); }

.bg-orange {
    background-color: #FF7E39;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFB280), to(#FF7E39));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #FFB280, #FF7E39);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #FFB280, #FF7E39);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #FFB280, #FF7E39);
    /* IE10 */
    background-image: -o-linear-gradient(right, #FFB280, #FF7E39);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #FFB280, #FF7E39); }

.bg-brown {
    background-color: #79574b;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e0e1), to(#79574b));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #e7e0e1, #79574b);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #e7e0e1, #79574b);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #e7e0e1, #79574b);
    /* IE10 */
    background-image: -o-linear-gradient(right, #e7e0e1, #79574b);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #e7e0e1, #79574b); }

.bg-light {
    background-color: #f7f9fb;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6ecf3), to(#f7f9fb));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #e6ecf3, #f7f9fb);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #e6ecf3, #f7f9fb);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #e6ecf3, #f7f9fb);
    /* IE10 */
    background-image: -o-linear-gradient(right, #e6ecf3, #f7f9fb);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #e6ecf3, #f7f9fb); }

.bg-dark {
    background-color: #0b0f14;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#17202b), to(#0b0f14));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #17202b, #0b0f14);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #17202b, #0b0f14);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #17202b, #0b0f14);
    /* IE10 */
    background-image: -o-linear-gradient(right, #17202b, #0b0f14);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #17202b, #0b0f14); }

.bg-fb {
    background-color: #3B5998;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4c70ba), to(#3B5998));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #4c70ba, #3B5998);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #4c70ba, #3B5998);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #4c70ba, #3B5998);
    /* IE10 */
    background-image: -o-linear-gradient(right, #4c70ba, #3B5998);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #4c70ba, #3B5998); }

.bg-tw {
    background-color: #55ACEE;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#83c3f3), to(#55ACEE));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #83c3f3, #55ACEE);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #83c3f3, #55ACEE);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #83c3f3, #55ACEE);
    /* IE10 */
    background-image: -o-linear-gradient(right, #83c3f3, #55ACEE);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #83c3f3, #55ACEE); }

.bg-gp {
    background-color: #E02F2F;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e75b5b), to(#E02F2F));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #e75b5b, #E02F2F);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #e75b5b, #E02F2F);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #e75b5b, #E02F2F);
    /* IE10 */
    background-image: -o-linear-gradient(right, #e75b5b, #E02F2F);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #e75b5b, #E02F2F); }

.bg-lk {
    background-color: #007BB5;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009ee8), to(#007BB5));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #009ee8, #007BB5);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #009ee8, #007BB5);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #009ee8, #007BB5);
    /* IE10 */
    background-image: -o-linear-gradient(right, #009ee8, #007BB5);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #009ee8, #007BB5); }

/************* 3 D. Text Colors **************/
.text-primary {
    color: #118cf1 !important; }

.text-secondary {
    color: #6053da !important; }

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

.text-info {
    color: #118cf1 !important; }

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

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

.text-violet {
    color: #712c69 !important; }

.text-purple {
    color: #5a66b5 !important; }

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

.text-orange {
    color: #FF7E39 !important; }

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

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

.text-muted {
    color: #8796af !important; }

/************* 3 H. Borders **************/
.bdr-right {
    border-right: 1px solid #e6ecf3; }

.bdr-left {
    border-left: 1px solid #e6ecf3; }

.bdr-top {
    border-top: 1px solid #e6ecf3; }

.bdr-bottom {
    border-bottom: 1px solid #e6ecf3; }


/************************************************
	************************************************
									4. Layout CSS
	************************************************
************************************************/

.app-header {
    background: #17202b;
    border-bottom: 1px solid #555;
    z-index: 99999;
}
.app-header.btm-shadow {
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.25); }

.app-container {
    background: #e6ecf3;
    top:60px;
}

.main-heading {
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 #bdcddf;
    -moz-box-shadow: 0 0 10px 0 #bdcddf;
    box-shadow: 0 0 10px 0 #bdcddf;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}

.main-heading .page-title{
    width: 100%;
}

.main-heading .page-icon,
.main-heading .page-title{
    padding: 1rem 1.5rem;
    margin: 0;
    display: block;
    float: left;
}

.main-heading .page-title h3{
    font-weight: 600;
}

.main-heading .page-icon i {
    color: #118cf1;
    vertical-align: middle;
    font-size: 1.5rem;
    line-height: 125%;
    border-right: 1px solid #e6ecf3;
}

.main-heading .page-title h6,
.main-heading .page-title h6.sub-heading {
    color: #8796af;
    margin-top: 0.5rem;
}
.main-heading .page-title .breadcrumb {
    color: #8796af;
}
.main-heading .page-title .breadcrumb .breadcrumb-item a {
    color: #8796af; }
.main-heading .page-title .breadcrumb .breadcrumb-item.active {
    color: #f75851; }

.main-content {
    /*background: #e6ecf3;*/
    background: #fff;
}

.main-content.white {
    background: #ffffff;
    border-bottom: 1px solid #e6ecf3;
}

.main-footer {
    background: #ffffff;
    color: #8796af;
}

.app-side {
    background: #ffffff;
    z-index: 1010;
}

.side-content ul.user-actions{
    margin: 0 auto;
}

.side-content ul.user-actions .quick-links {
    color: #000000;
}

.side-content ul.user-actions > li a {
    background: #7aff87 !important;
    line-height: 36px;
}

.side-content ul.user-actions > li a.orange {
    background-color: #FF7E39 !important;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFB280), to(#FF7E39)) !important;
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #FFB280, #FF7E39) !important;
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #FFB280, #FF7E39) !important;
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #FFB280, #FF7E39) !important;
    /* IE10 */
    background-image: -o-linear-gradient(right, #FFB280, #FF7E39) !important;
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #FFB280, #FF7E39) !important;
}
.side-content ul.user-actions > li a.red {
    background-color: #FF7E39;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f75851), to(#FF7E39));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #f75851, #FF7E39);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #f75851, #FF7E39);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #f75851, #FF7E39);
    /* IE10 */
    background-image: -o-linear-gradient(right, #f75851, #FF7E39);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #f75851, #FF7E39);
}

.side-content ul.user-actions > li a .count-label {
    border: 2px solid #118cf1;
}
.side-content ul.user-actions > li a .count-label.red {
    border: 2px solid #ff0000; }
.side-content ul.user-actions > li a .count-label.green {
    border: 2px solid #7aff87; }
.side-content ul.user-actions > li a .count-label.yellow {
    border: 2px solid #ffda3e; }
.side-content ul.user-actions > li a:hover {
    background: #a4fcad !important;
}

/*.side-nav .unifyMenu > li.selected:after {
    position: absolute;
    content: "";
    right: -1px;
    top: 0px;
    background: url('../img/menu-arrow.svg');
    background-size: 100%;
    width: 9px;
    height: 40px;
}*/

.side-nav .unifyMenu > li.selected:before {
    border-left: 3px solid #FF7E39;
}
.side-nav .unifyMenu > li.selected > a {
    color: #17202b;
    background-color: #edf1f6;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#edf1f6));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ffffff, #edf1f6);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ffffff, #edf1f6);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ffffff, #edf1f6);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ffffff, #edf1f6);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ffffff, #edf1f6);
}

.side-nav .unifyMenu > li.selected .current-page {
    color: #17202b;
    background: #f0f4f8;
}

.side-nav .unifyMenu a {
    background: #ffffff;
    color: #7889a5;
}
.side-nav .unifyMenu a:active, .side-nav .unifyMenu a:focus, .side-nav .unifyMenu a:hover {
    color: #17202b;
    background: #f0f4f8;
}
.side-nav .unifyMenu a span.lbl {
    background: #62BCF6;
}
.side-nav .unifyMenu a span.lbl.red {
    background: #FF7E39; }
.side-nav .unifyMenu a span.lbl.green {
    background: #7aff87; }
.side-nav .unifyMenu a span.lbl.yellow {
    background: #ffda3e; }
.side-nav .unifyMenu a span.badge {
    background: #62BCF6;
    color: #ffffff;
}
.side-nav .unifyMenu a span.badge.orange {
    background: #FF7E39; }
.side-nav .unifyMenu a span.badge.green {
    background: #7aff87; }
.side-nav .unifyMenu a span.badge.yellow {
    background: #ffda3e; }
.side-nav .unifyMenu ul {
    background: #17202b; }
.side-nav .unifyMenu ul > li.active > a {
    color: #000000; }
.side-nav .unifyMenu ul ul a {
    color: #687b9b;
padding-left: 3rem;}

    .app-side.is-mini .unifyMenu > li:hover > ul {
        box-shadow: 2px 2px 0 2px #d5dfeb;
    }
    .app-side.is-mini .unifyMenu > li:hover > a {
        color: #ffffff;
        background: #118cf1;
    }
    .app-side.is-mini .unifyMenu > li:hover > a:active, .app-side.is-mini .unifyMenu > li:hover > a:focus, .app-side.is-mini .unifyMenu > li:hover > a:hover {
        color: #ffffff;
        background: #118cf1;
    }


.sidebar-widget {
    background: #ffffff;
}

.sidebar-widget ul.contributions li p {
    color: #8796af;
}

/************************************************
	************************************************
					5. Custom Headers/Custom Banners
	************************************************
************************************************/
/*************** 5 A. Custom Header ***************/
.custom-header {
    background-color: #000000;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#42a4f1), to(#000000));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #42a4f1, #000000);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #42a4f1, #000000);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #42a4f1, #000000);
    /* IE10 */
    background-image: -o-linear-gradient(right, #42a4f1, #000000);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #42a4f1, #000000);
}
.custom-header:before {
    background-image: url("../img/header-bg2.jpg");
}
.custom-header .page-title {
    color: #ffffff; }
.custom-header .daterange-container .form-control {
    border: 1px solid #ffffff; }

/*************** 5 B. Profile Page Banner ***************/
.profile-header {
    background: #e6ecf3;
}
.profile-header:before {
    background-image: url("../img/header-bg3.jpg");
}

.welcome-msg .welcome-title {
    color: #000000;
}

.user-plans .circliful text {
    fill: #333333; }

/*************** 5 C. Widgets Page Banner ***************/
.widgets-header {
    background: #ffffff;
}
.widgets-header:before {
    background-image: url("../img/header-bg3.jpg");
}
/*************** 5 D. Tasks Page Banner ***************/
.tasks-banner {
    background: #e6ecf3
}
.tasks-banner:before {
    background-image: url("../img/header-bg6.jpg");
}
.tasks-banner .page-title h3 {
    color: #000000;
}
.tasks-banner .page-title h6#today-date {
    color: #f75851;
}
.tasks-banner .add-btn {
    background-color: #f52920;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f75851), to(#f52920));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #f75851, #f52920);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #f75851, #f52920);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #f75851, #f52920);
    /* IE10 */
    background-image: -o-linear-gradient(right, #f75851, #f52920);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #f75851, #f52920);
    color: #ffffff;
}

/*************** 5 E. Search Results Page Banner ***************/
.search-results-banner {
    background-color: #1b2532;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ab2f5), to(#1b2532));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #4ab2f5, #1b2532);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #4ab2f5, #1b2532);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #4ab2f5, #1b2532);
    /* IE10 */
    background-image: -o-linear-gradient(right, #4ab2f5, #1b2532);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #4ab2f5, #1b2532);
}
.search-results-banner:before {
    background-image: url("../img/header-bg4.jpg");
}
.search-results-banner .page-title {
    color: #ffffff;
}

/************************************************
	************************************************
								7. Date Range CSS
	************************************************
************************************************/
.daterange-container .form-control {
    color: #8796af;
    border: 1px solid #e6ecf3;
}

.daterange-container .form-control i.down-arrow {
    background-color: #FF7E39;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFB280), to(#FF7E39));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #FFB280, #FF7E39);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #FFB280, #FF7E39);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #FFB280, #FF7E39);
    /* IE10 */
    background-image: -o-linear-gradient(right, #FFB280, #FF7E39);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #FFB280, #FF7E39);
    color: #ffffff;
}

/************************************************
	************************************************
										8. Main CSS
	************************************************
************************************************/

/*************** 8 B. Header Scrolling live Updates ***************/
.live-updates ul.header-news li a {
    color: #8796af;}
.live-updates ul.header-news li a i {
    background-color: #62BCF6;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#118cf1), to(#62BCF6));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #118cf1, #62BCF6);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #118cf1, #62BCF6);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #118cf1, #62BCF6);
    /* IE10 */
    background-image: -o-linear-gradient(right, #118cf1, #62BCF6);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #118cf1, #62BCF6);
    color: #ffffff;
}

/*************** 8 C. Header Actions ***************/
.header-actions > li {
    border-left: 1px solid #48516d; }

.header-actions > li > a > i {
    color: #fff; }
.header-actions > li > a .count-label {
    background-color: #118cf1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ad0fc), to(#118cf1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #1ad0fc, #118cf1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #1ad0fc, #118cf1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #1ad0fc, #118cf1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #1ad0fc, #118cf1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #1ad0fc, #118cf1);
    color: #ffffff;
}
.header-actions > li > a .count-label.red {
    background-color: #FF7E39;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7f34), to(#FF7E39));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ff7f34, #FF7E39);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ff7f34, #FF7E39);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ff7f34, #FF7E39);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ff7f34, #FF7E39);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ff7f34, #FF7E39);
}
.header-actions > li > a .count-label.green {
    background-color: #7aff87;
}
.header-actions > li > a .count-label.yellow {
    background-color: #ffda3e;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9f3d), to(#ffda3e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ff9f3d, #ffda3e);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ff9f3d, #ffda3e);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ff9f3d, #ffda3e);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ff9f3d, #ffda3e);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ff9f3d, #ffda3e);
}

.header-actions > li > a.user-settings .avatar {
    background-color: #118cf1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ad0fc), to(#118cf1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #1ad0fc, #118cf1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #1ad0fc, #118cf1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #1ad0fc, #118cf1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #1ad0fc, #118cf1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #1ad0fc, #118cf1);
    color: #ffffff;
}
.header-actions > li > a.user-settings .avatar .status {
    border: 2px solid #000000;
}
.header-actions > li > a.user-settings .avatar .status.busy {
    background: #FFB280; }
.header-actions > li > a.user-settings .avatar .status.online {
    background: #ffffff; }
.header-actions > li > a.user-settings .avatar .status.away {
    background: #ff9f3d;
}
.header-actions > li > a.user-settings span.user-name {
    color: #fff;
}
.header-actions > li > a.user-settings i.downarrow {
    background-color: #7aff87 !important;
    color: #000;
    a{
        color: #000;
    }
}

/*************** 8 D. Header Messages Dropdown ***************/
ul.imp-notify li {
    border-bottom: 1px solid #e6ecf3;
}
ul.imp-notify li .icon {
    color: #ffffff;
    background-color: #118cf1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ad0fc), to(#118cf1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #1ad0fc, #118cf1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #1ad0fc, #118cf1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #1ad0fc, #118cf1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #1ad0fc, #118cf1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #1ad0fc, #118cf1);
}
ul.imp-notify li .icon.green {
    background-color: #7aff87;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b936), to(#7aff87));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #a5b936, #7aff87);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #a5b936, #7aff87);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #a5b936, #7aff87);
    /* IE10 */
    background-image: -o-linear-gradient(right, #a5b936, #7aff87);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #a5b936, #7aff87);
}
ul.imp-notify li .icon.red {
    background-color: #FFB280;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF7E39), to(#FFB280));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #FF7E39, #FFB280);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #FF7E39, #FFB280);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #FF7E39, #FFB280);
    /* IE10 */
    background-image: -o-linear-gradient(right, #FF7E39, #FFB280);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #FF7E39, #FFB280);
}
ul.imp-notify li .icon.yellow {
    background-color: #ffda3e;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7aff87), to(#ffda3e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #7aff87, #ffda3e);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #7aff87, #ffda3e);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #7aff87, #ffda3e);
    /* IE10 */
    background-image: -o-linear-gradient(right, #7aff87, #ffda3e);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #7aff87, #ffda3e);
}

ul.imp-notify li .details p.desc {
    color: #8796af; }
ul.imp-notify li .details p.time {
    color: #8796af;
}

/*************** 8 E. Tasks Widget ***************/
ul.tasks-widget li {
    border-bottom: 1px solid #e6ecf3;
}
ul.tasks-widget li p span {
    color: #8796af;
}
ul.tasks-widget li .progress {
    height: 5px; }

/*************** 8 F. User Settings ***************/
.admin-settings ul.admin-settings-list > li {
    border-bottom: 1px solid #e6ecf3;
    color: #8796af; }

.admin-settings ul.admin-settings-list > li:hover {
    background: #f7f9fb; }

/*************** 8 G. Toggle Mini Nav ***************/
a.mini-nav-btn i.open {
    background: #fff;
}

a.mini-nav-btn i.mini {
    background: #fff;
}

/*************** 8 H. Toggle Sidebar ***************/
a.onoffcanvas-toggler i.open {
    background: #fff;
}

a.onoffcanvas-toggler i.mini {
    background: #fff;
}

/************************************************
	************************************************
										9. Widgets
	************************************************
************************************************/
/*************** 9 A. Product Status Widget ***************/
ul.product-status li .customer .empty-avatar {
    color: #ffffff;
    background-color: #118cf1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ad0fc), to(#118cf1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #1ad0fc, #118cf1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #1ad0fc, #118cf1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #1ad0fc, #118cf1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #1ad0fc, #118cf1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #1ad0fc, #118cf1);
}
ul.product-status li .customer .empty-avatar.green {
    background-color: #7aff87;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b936), to(#7aff87));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #a5b936, #7aff87);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #a5b936, #7aff87);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #a5b936, #7aff87);
    /* IE10 */
    background-image: -o-linear-gradient(right, #a5b936, #7aff87);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #a5b936, #7aff87);
}
ul.product-status li .customer .empty-avatar.red {
    background-color: #FFB280;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#FFB280));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ff0000, #FFB280);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ff0000, #FFB280);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ff0000, #FFB280);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ff0000, #FFB280);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ff0000, #FFB280);
}
ul.product-status li .customer .empty-avatar.yellow {
    background-color: #ffda3e;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7aff87), to(#ffda3e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #7aff87, #ffda3e);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #7aff87, #ffda3e);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #7aff87, #ffda3e);
    /* IE10 */
    background-image: -o-linear-gradient(right, #7aff87, #ffda3e);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #7aff87, #ffda3e);
}

/*************** 9 B. Project activity Widget ***************/
ul.project-activity {
    border-left: 1px solid #e6ecf3;
}

ul.project-activity li.activity-list .lbl {
    background-color: #118cf1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ad0fc), to(#118cf1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #1ad0fc, #118cf1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #1ad0fc, #118cf1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #1ad0fc, #118cf1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #1ad0fc, #118cf1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #1ad0fc, #118cf1);
    color: #ffffff;
}
ul.project-activity li.activity-list .lbl.red {
    background-color: #ff0000;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7f34), to(#ff0000));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ff7f34, #ff0000);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ff7f34, #ff0000);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ff7f34, #ff0000);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ff7f34, #ff0000);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ff7f34, #ff0000);
}
ul.project-activity li.activity-list .lbl.green {
    background-color: #7aff87;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b936), to(#7aff87));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #a5b936, #7aff87);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #a5b936, #7aff87);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #a5b936, #7aff87);
    /* IE10 */
    background-image: -o-linear-gradient(right, #a5b936, #7aff87);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #a5b936, #7aff87);
}
ul.project-activity li.activity-list .lbl.yellow {
    background-color: #ffda3e;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9f3d), to(#ffda3e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ff9f3d, #ffda3e);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ff9f3d, #ffda3e);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ff9f3d, #ffda3e);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ff9f3d, #ffda3e);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ff9f3d, #ffda3e);
}
ul.project-activity li.activity-list .lbl.pink {
    background-color: #f15f79;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b24592), to(#f15f79));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #b24592, #f15f79);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #b24592, #f15f79);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #b24592, #f15f79);
    /* IE10 */
    background-image: -o-linear-gradient(right, #b24592, #f15f79);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #b24592, #f15f79);
}
ul.project-activity li.activity-list .lbl.orange {
    background-color: #FF7E39;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFB280), to(#FF7E39));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #FFB280, #FF7E39);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #FFB280, #FF7E39);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #FFB280, #FF7E39);
    /* IE10 */
    background-image: -o-linear-gradient(right, #FFB280, #FF7E39);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #FFB280, #FF7E39);
}
ul.project-activity li.activity-list .lbl.violet {
    background-color: #712c69;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#225e9e), to(#712c69));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #225e9e, #712c69);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #225e9e, #712c69);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #225e9e, #712c69);
    /* IE10 */
    background-image: -o-linear-gradient(right, #225e9e, #712c69);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #225e9e, #712c69);
}

ul.project-activity li.activity-list .detail-info p.desc-info span {
    color: #118cf1; }
ul.project-activity li.activity-list .detail-info a.activity-status {
    color: #8796af; }
ul.project-activity li.activity-list .detail-info a.activity-status i {
    color: #7aff87; }

/*************** 9 D. Orders Widget ***************/
ul.order-list li .order-num {
    color: #118cf1;
    border-left: 5px solid #118cf1;
}
ul.order-list li .order-num.placed {
    color: #7aff87;
    border-left: 5px solid #7aff87;
}
ul.order-list li .order-num.cancelled {
    color: #ff0000;
    border-left: 5px solid #ff0000;
}

ul.order-list li .order-date {
    color: #8796af;
}

/*************** 9 E. Info Widget ***************/
.info-stats p.info-title {
    color: #8796af; }
.info-stats h6.info-title {
    color: #8796af; }
.info-stats h4.info-total {
    color: #ffffff;
    background-color: #62BCF6;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#118cf1), to(#62BCF6));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #118cf1, #62BCF6);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #118cf1, #62BCF6);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #118cf1, #62BCF6);
    /* IE10 */
    background-image: -o-linear-gradient(right, #118cf1, #62BCF6);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #118cf1, #62BCF6);
}
.info-stats h4.info-total.red {
    background-color: #FFB280;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF7E39), to(#FFB280));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #FF7E39, #FFB280);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #FF7E39, #FFB280);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #FF7E39, #FFB280);
    /* IE10 */
    background-image: -o-linear-gradient(right, #FF7E39, #FFB280);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #FF7E39, #FFB280);
}
.info-stats span.info-label {
    border: 3px solid #118cf1;
}
.info-stats span.info-label.red {
    border: 3px solid #ff0000; }
.info-stats span.info-label.green {
    border: 3px solid #7aff87; }
.info-stats span.info-label.yellow {
    border: 3px solid #ffda3e; }

/*************** 9 F. Toggle switch ***************/
.toggle-switch {
    background-color: #118cf1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ad0fc), to(#118cf1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #1ad0fc, #118cf1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #1ad0fc, #118cf1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #1ad0fc, #118cf1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #1ad0fc, #118cf1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #1ad0fc, #118cf1);
}

.toggle-switch .check:checked ~ .track {
    background-color: #FFB280;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF7E39), to(#FFB280));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #FF7E39, #FFB280);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #FF7E39, #FFB280);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #FF7E39, #FFB280);
    /* IE10 */
    background-image: -o-linear-gradient(right, #FF7E39, #FFB280);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #FF7E39, #FFB280);
}

.toggle-switch .check:checked ~ .switch:after {
    color: #FF7E39;
}
.toggle-switch .switch {
    background-color: #f2f2f2;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ffffff, #f2f2f2);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ffffff, #f2f2f2);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ffffff, #f2f2f2);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ffffff, #f2f2f2);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ffffff, #f2f2f2);
}
.toggle-switch .switch:after {
    color: #118cf1;
}
.toggle-switch .track {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
}
/*************** 9 G. Messages Widget ***************/
.message-wrapper li {
    border-bottom: 1px dotted #e6ecf3;
}

.message-wrapper li .empty-avatar {
    color: #ffffff;
    background-color: #118cf1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ad0fc), to(#118cf1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #1ad0fc, #118cf1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #1ad0fc, #118cf1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #1ad0fc, #118cf1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #1ad0fc, #118cf1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #1ad0fc, #118cf1);
}
.message-wrapper li .empty-avatar.green {
    background-color: #7aff87;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b936), to(#7aff87));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #a5b936, #7aff87);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #a5b936, #7aff87);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #a5b936, #7aff87);
    /* IE10 */
    background-image: -o-linear-gradient(right, #a5b936, #7aff87);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #a5b936, #7aff87);
}
.message-wrapper li .empty-avatar.red {
    background-color: #ff7f34;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#ff7f34));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ff0000, #ff7f34);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ff0000, #ff7f34);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ff0000, #ff7f34);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ff0000, #ff7f34);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ff0000, #ff7f34);
}
.message-wrapper li .empty-avatar.yellow {
    background-color: #ffda3e;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9f3d), to(#ffda3e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ff9f3d, #ffda3e);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ff9f3d, #ffda3e);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ff9f3d, #ffda3e);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ff9f3d, #ffda3e);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ff9f3d, #ffda3e);
}
.message-wrapper li .empty-avatar.orange {
    background-color: #FF7E39;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#FF7E39));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ff0000, #FF7E39);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ff0000, #FF7E39);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ff0000, #FF7E39);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ff0000, #FF7E39);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ff0000, #FF7E39);
}

.message-wrapper li .name {
    color: #8796af;
}
.message-wrapper li .date-time {
    color: #118cf1;
}

/*************** 9 H. Icon Stats Widget ***************/
ul.stats li {
    color: #ffffff; }
ul.stats li span.icon {
    background: #118cf1;
    background-color: #118cf1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ad0fc), to(#118cf1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #1ad0fc, #118cf1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #1ad0fc, #118cf1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #1ad0fc, #118cf1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #1ad0fc, #118cf1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #1ad0fc, #118cf1);
}
ul.stats li span.icon i {
    color: #ffffff;
}
ul.stats li span.icon.red {
    background-color: #ff0000;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7f34), to(#ff0000));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ff7f34, #ff0000);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ff7f34, #ff0000);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ff7f34, #ff0000);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ff7f34, #ff0000);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ff7f34, #ff0000);
}
ul.stats li span.icon.green {
    background-color: #7aff87;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b936), to(#7aff87));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #a5b936, #7aff87);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #a5b936, #7aff87);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #a5b936, #7aff87);
    /* IE10 */
    background-image: -o-linear-gradient(right, #a5b936, #7aff87);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #a5b936, #7aff87);
}
ul.stats li span.icon.yellow {
    background-color: #ffda3e;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9f3d), to(#ffda3e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ff9f3d, #ffda3e);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ff9f3d, #ffda3e);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ff9f3d, #ffda3e);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ff9f3d, #ffda3e);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ff9f3d, #ffda3e);
}
ul.stats li span.icon.orange {
    background-color: #FF7E39;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFB280), to(#FF7E39));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #FFB280, #FF7E39);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #FFB280, #FF7E39);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #FFB280, #FF7E39);
    /* IE10 */
    background-image: -o-linear-gradient(right, #FFB280, #FF7E39);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #FFB280, #FF7E39);
}

/*************** 9 I. Newsticker Widget ***************/
.scroll-stats i {
    color: #118cf1;
}

ul#newsticker li {
    border-bottom: 1px dotted #e6ecf3; }

ul#newsticker li .ticker-image .empty-avatar {;
    color: #ffffff;
}

ul#newsticker li .ticker-wrapper a {
    color: #118cf1;
}
ul#newsticker li .ticker-wrapper a:hover {
    color: #0c71c4; }

/*************** 9 J. Tasks Widget ***************/
.task-list li.list span {
    color: #FF7E39;
}
.task-list li.list span:before {
    border: 3px solid #FF7E39;
}
.task-list li.completed {
    color: #8796af;
}
.task-list li.completed span:before {
    color: #7aff87;
    border: 3px solid #7aff87;
}

.task-list li .task-details p small {
    color: #6053da;
}

/*************** 9 K. Todo Widget ***************/
.todo-container .todo-body {
    border-left: 1px solid #e6e6e6;
}
.todo-container .todo-body li.todo-list {
    color: #000000;
}
.todo-container .todo-body li.todo-list .dot {
    border: 2px solid #118cf1;
    background: #ffffff;
}
.todo-container .todo-body li.todo-list .dot:before {
    color: rgba(0, 0, 0, 0.2);
}
.todo-container .todo-body li.todo-list .dot.red {
    border: 2px solid #ff0000; }
.todo-container .todo-body li.todo-list .dot.green {
    border: 2px solid #7aff87; }
.todo-container .todo-body li.todo-list .dot.yellow {
    border: 2px solid #ffda3e; }
.todo-container .todo-body li.todo-list .dot.pink {
    border: 2px solid #f15f79; }
.todo-container .todo-body li.todo-list .dot.orange {
    border: 2px solid #FF7E39; }
.todo-container .todo-body li.todo-list .dot.violet {
    border: 2px solid #712c69; }
.todo-container .todo-body li.todo-list.done {
    color: #000000; }
.todo-container .todo-body li.todo-list.done .dot {
    border: 2px solid #0c71c4;
    background: #118cf1;
}
.todo-container .todo-body li.todo-list.done .dot:before {
    color: #ffffff;
}
.todo-container .todo-body li.todo-list.done .dot.red {
    background: #ff0000;
    border: 2px solid #cc0000; }
.todo-container .todo-body li.todo-list.done .dot.green {
    background: #7aff87;
    border: 2px solid #3e8e1c; }
.todo-container .todo-body li.todo-list.done .dot.yellow {
    background: #ffda3e;
    border: 2px solid #d7ae00; }
.todo-container .todo-body li.todo-list.done .dot.pink {
    background: #f15f79;
    border: 2px solid #ed3052; }
.todo-container .todo-body li.todo-list.done .dot.orange {
    background: #FF7E39;
    border: 2px solid #ff5d06; }
.todo-container .todo-body li.todo-list.done .dot.violet {
    background: #712c69;
    border: 2px solid #4c1e47; }

/*************** 9 L. Traffic Sources Widget ***************/

ul.traffic-sources li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

ul.traffic-sources .symbol {
    background: #118cf1;
}
ul.traffic-sources .symbol.orange {
    background: #FF7E39; }
ul.traffic-sources .symbol.green {
    background: #7aff87; }
ul.traffic-sources .symbol.yellow {
    background: #ffda3e; }
ul.traffic-sources .symbol.pink {
    background: #f15f79; }

/*************** 9 M. Revenue Widget ***************/
.revenue-container .revenue-footer .live-sales ul.sales-ticker li a {
    color: #000000; }
.revenue-container .revenue-footer .live-sales ul.sales-ticker li a .num {
    background-color: #333333;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#333333));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #000000, #333333);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #000000, #333333);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #000000, #333333);
    /* IE10 */
    background-image: -o-linear-gradient(right, #000000, #333333);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #000000, #333333);
    color: #ffffff;
}

/*************** 9 N. Simple widget ***************/
.simple-widget {
    background-color: #62BCF6;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#118cf1), to(#62BCF6));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #118cf1, #62BCF6);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #118cf1, #62BCF6);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #118cf1, #62BCF6);
    /* IE10 */
    background-image: -o-linear-gradient(right, #118cf1, #62BCF6);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #118cf1, #62BCF6);
}
.simple-widget .growth {
    background: rgba(0, 0, 0, 0.05);
    color: #ffffff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.simple-widget h3 {
    color: #ffffff;
}
.simple-widget p {
    color: #ffffff; }
.simple-widget .progress {
    background: rgba(255, 255, 255, 0.2); }
.simple-widget .progress .progress-bar {
    background: #f0f4f9; }
.simple-widget.orange {
    background-color: #FFB280;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF7E39), to(#FFB280));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #FF7E39, #FFB280);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #FF7E39, #FFB280);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #FF7E39, #FFB280);
    /* IE10 */
    background-image: -o-linear-gradient(right, #FF7E39, #FFB280);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #FF7E39, #FFB280);
}

/*************** 9 O. Plain widget ***************/
.plain-widget {
    /*background: #f7f9fb;
    border: 1px solid #e6ecf3;
    border-radius: 0.5rem;*/
}
.plain-widget.dark {
    background: #17202b;
    color: #ffffff; }
.plain-widget.dark p {
    color: #ffffff; }
.plain-widget.blue {
    background: #118cf1;
    color: #ffffff; }
.plain-widget.blue p {
    color: #ffffff; }
.plain-widget.orange {
    background: #FF7E39;
    color: #ffffff; }
.plain-widget.orange p {
    color: #ffffff; }
.plain-widget.pink {
    background: #f15f79;
    color: #ffffff; }
.plain-widget.pink p {
    color: #ffffff; }
.plain-widget .growth {
    color: #ffffff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2); }

.plain-widget p {
    color: #8796af; }

/*************** 9 P. Settings ***************/
.settings li {
    border-bottom: 1px dotted #e6ecf3;
}
.settings li a.cancel {
    border: 2px solid #a1b8d2;
}
.settings li a.cancel i {
    color: #a1b8d2; }
.settings li a.cancel.cancelled {
    border: 2px solid #ff0000; }
.settings li a.cancel.cancelled i {
    color: #ff0000; }

/*************** 9 Q. Deals Widget ***************/
.deals-widget h5 {
    color: #000000; }

/*************** 9 R. Invoices Widget ***************/
.invoices-widget h5 {
    color: #ffffff;
}
.invoices-widget p {
    color: #ffffff;
}

/*************** 9 S. Tags Widget ***************/
.tags-container {
    background: #ffffff;
    border-bottom: 1px solid #e6ecf3; }

/*************** 9 T. Post Widget ***************/
.post-slider .post-bg {
    color: #ffffff;
    background-image: url("../img/carousel-img-1.jpg"); }
.post-slider .post-bg.bg2 {
    background-image: url("../img/carousel-img-2.jpg"); }
.post-slider .post-bg.bg3 {
    background-image: url("../img/carousel-img-3.jpg"); }

.post-slider .post-footer .like-box i {
    color: #ffffff;
}
.post-slider .post-footer .like-box i.liked {
    color: #ff0000;
}
.post-slider .post-footer .like-box span.total {
    color: #ffffff;
}

/*************** 9 U. Projects Table ***************/
.projects-table.table {
    color: #8796af; }

.projects-table.table thead th {
    border-bottom: 1px solid #29394c; }
.projects-table.table th,
.projects-table.table td {
    border-top: 1px solid #29394c; }

/*************** 9 V. User Cards ***************/
figure.user-card {
    background: #ffffff;
    border-top: 3px solid #bfbfbf;
}
figure.user-card.red {
    border-top: 3px solid #ff0000;
}
figure.user-card.green {
    border-top: 3px solid #7aff87; }
figure.user-card.blue {
    border-top: 3px solid #118cf1; }
figure.user-card.yellow {
    border-top: 3px solid #ffda3e; }
figure.user-card.orange {
    border-top: 3px solid #FF7E39; }
figure.user-card.teal {
    border-top: 3px solid #1abaca; }
figure.user-card.pink {
    border-top: 3px solid #f15f79; }
figure.user-card.brown {
    border-top: 3px solid #79574b; }
figure.user-card.purple {
    border-top: 3px solid #5a66b5; }
figure.user-card.fb {
    border-top: 3px solid #3B5998; }
figure.user-card.gp {
    border-top: 3px solid #E02F2F; }

figure.user-card h6 {
    color: #8796af;
}
figure.user-card p {
    color: #8796af;
}

figure.user-card ul.contacts li a {
    color: #118cf1; }

figure.user-card ul.contacts li:last-child a {
    color: #FF7E39; }

/************************************************
	************************************************
										10. Pages
	************************************************
************************************************/
/*************** 10 A. Invoice Page ***************/
.invoice-container {
    background-color: #ffffff;
    border: 1px solid #d0d6e9; }

.invoice-container .invoice-address {
    background: #f0f4f8; }
.invoice-container address {
    color: #8796af; }

.invoice-container .invoice-footer {
    background: #f0f4f8; }
.invoice-container .invoice-payment {
    background: #f0f4f8; }

/*************** 10 B. Icons Page ***************/
.icons span {
    background: #f0f4f8;
}
.icons span:before {
    background: #c6d2e1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c6d2e1 0%, #29394c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c6d2e1), color-stop(100%, #29394c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c6d2e1 0%, #29394c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c6d2e1 0%, #29394c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c6d2e1 0%, #29394c 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #c6d2e1 0%, #29394c 100%);
}
.icons span:hover {
    background-color: #e6ecf3;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9fb), to(#e6ecf3));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #f7f9fb, #e6ecf3);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #f7f9fb, #e6ecf3);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #f7f9fb, #e6ecf3);
    /* IE10 */
    background-image: -o-linear-gradient(right, #f7f9fb, #e6ecf3);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #f7f9fb, #e6ecf3);
}

/*************** 10 C. Gallery Page ***************/
.gallery a {
    border: 3px solid #e3e9f1;
    -moz-box-shadow: 0 0 10px #a1b8d2;
    /* FF3.5+ */
    -webkit-box-shadow: 0 0 10px #a1b8d2;
    /* Saf3.0+, Chrome */
    box-shadow: 0 0 10px #a1b8d2;
}

.gallery a .overlay {
    background: rgba(0, 0, 0, 0.8);
}
.gallery a .expand {
    border: 2px solid #ffda3e;
    color: #ffda3e;
}

/*************** 10 D. News Feed ***************/
ul.news-feed li {
    border-bottom: 1px dotted white;
}

ul.news-feed li blockquote {
    color: #8796af; }

ul.news-feed li .message-wrapper h6 .message-date {;
    color: #8796af; }

ul.team-group li a:not(.btn) {
    border: 2px solid #ffffff;
    color: #ffffff; }

/*************** 10 E. Social Stats ***************/
.socail-stats {
    color: #ffffff; }

.socail-stats:hover {
    color: #ffffff;
}

/*************** 10 G. Search Results Page ***************/
.search-results {
    border: 1px solid #e6ecf3;
    background-color: #ffffff;
}
.search-results .results-header {
    border-bottom: 1px solid #e6ecf3;
    color: #8796af;
}

.search-results .search-section a {
    color: #118cf1;
}
.search-results .search-section p.title {
    color: #8796af;
}
/*************** 10 H. Custom Forms ***************/
.form-block {
    background: #ffffff;
    border: 1px solid #e6ecf3;
    border-radius: 1rem;
}

.form-block .form-block-header {
    background: #f7f9fb;
    border-bottom: 1px solid #e6ecf3;
    border-radius: 1rem 1rem 0 0;
    padding: 1rem 0;
}

.form-block .form-block-header h6 {
    color: #8796af; }

.form-block .form-block-body{
    padding: 1rem 1rem 0 1rem;
}
/*************** 10 I. Pricing Plans ***************/
.plan-one {
    background: #ffffff;
}
.plan-one .pricing-header .plan-title {
    color: #ffffff;
    background: #118cf1;
}
.plan-one .pricing-header .plan-cost {
    color: #ffffff;
    background: #2998f2;
}
.plan-one .pricing-header .plan-save {
    color: #ffffff;
    background: #3ca1f4;
}
.plan-one .pricing-header.green .plan-title {
    background: #1abaca; }
.plan-one .pricing-header.green .plan-cost {
    background: #1dcfe1; }
.plan-one .pricing-header.green .plan-save {
    background: #2ed4e4; }
.plan-one .pricing-header.orange .plan-title {
    background: #ff1a1a; }
.plan-one .pricing-header.orange .plan-cost {
    background: #ff3333; }
.plan-one .pricing-header.orange .plan-save {
    background: #ff4d4d; }

.plan-one .plan-features li {
    border-bottom: 1px solid #e6ecf3;
}
.plan-one .plan-features li:before {
    color: #000000;
}
.plan-one .plan-footer {
    background: #ffffff;
}

/***************** 10 J. Tasks *****************/

.task-checkbox input[type="checkbox"]:checked + .ripple-container .check-off {
    border-color: #ffffff; }
.task-checkbox input[type="checkbox"]:checked + .ripple-container .check-on {
    color: #ffffff; }

.task-checkbox input[type="checkbox"] + .ripple-container .check-off {
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.task-checkbox input[type="checkbox"] + .ripple-container .check-ripple:before {
    background-color: rgba(255, 255, 255, 0.35); }
.task-checkbox input[type="checkbox"] + .ripple-container .check-ripple:after {
    background-color: rgba(219, 213, 213, 0.6); }

.task-container:after {
    background-image: url("../img/header-bg4.jpg");
}
.task-container.high-priority {
    color: #ffffff;
    background-color: #f75851;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f64139), to(#f75851));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #f64139, #f75851);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #f64139, #f75851);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #f64139, #f75851);
    /* IE10 */
    background-image: -o-linear-gradient(right, #f64139, #f75851);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #f64139, #f75851);
}
.task-container.high-priority ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
.task-container.low-priority {
    color: #ffffff;
    background-color: #17202b;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0e141a), to(#17202b));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #0e141a, #17202b);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #0e141a, #17202b);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #0e141a, #17202b);
    /* IE10 */
    background-image: -o-linear-gradient(right, #0e141a, #17202b);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #0e141a, #17202b);
}
.task-container.low-priority ul li {
    border-top: 1px solid #233142; }
.task-container h4.task-header {
    color: #ffffff;
}
.task-container .tasks-list {
    color: #ffffff;
}
.task-container .tasks-list .task-name {
    color: #ffffff;
}
.task-container .tasks-list .task-desc {
    color: #ffffff;
}

.task-container .tasks-list .task-types .badge {
    background: rgba(255, 255, 255, 0.2); }

/*************** 10 K. Timeline ***************/
.timeline {
    color: #ffffff;
}
.timeline:after {
    border-right: 2px dashed #e6ecf3;
}

.timeline-row .timeline-time {
    color: #000000;
}
.timeline-row .timeline-time small {
    color: #8796af;
}
.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 3px;
    width: 40px;
}
.timeline-row .timeline-content:before {
    background: #ffffff;
    border: 2px dashed #e6ecf3;
}

.timeline-row .timeline-content i {
    color: #ffffff;
    border: 2px solid #ffffff;
}

.timeline-row:nth-child(even) .timeline-content {
    background-color: #FF7E39;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#FF7E39));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ff0000, #FF7E39);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ff0000, #FF7E39);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ff0000, #FF7E39);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ff0000, #FF7E39);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ff0000, #FF7E39);
}

.timeline-row:nth-child(even) .timeline-content:after {
    border-right: 18px solid #FF7E39;
}
.timeline-row:nth-child(even) .timeline-content:before {
    left: -50px;
}

.timeline-row:nth-child(odd) .timeline-content {
    background-color: #118cf1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ad0fc), to(#118cf1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #1ad0fc, #118cf1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #1ad0fc, #118cf1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #1ad0fc, #118cf1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #1ad0fc, #118cf1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #1ad0fc, #118cf1);
}
.timeline-row:nth-child(odd) .timeline-content:after {
    border-left: 18px solid #1ad0fc;
}

@media (max-width: 767px) {
    .timeline .timeline-row .timeline-content {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        border-right: 18px solid #118cf1;
    }
}

/************************************************
	************************************************
						12. Plugins Overwrite CSS
	************************************************
************************************************/

/*************** 12 B. jVector Map ***************/

.jvectormap-tip {
    background: #000000;
    color: #ffffff;
}

/*************** 12 F. Google Maps ***************/
.gm-style-mtc div[role=button] {
    background-color: #FF7E39 !important;
    color: #ffffff !important;
}

/************************************************
	************************************************
		13. Login, Signup, Lock and Error Screens
	************************************************
************************************************/
/*************** 13 A. Login Screen ***************/
.login-screen {
    box-shadow: 0px 30px 50px #e6ecf3;
    background: #f7f9fb;
    margin-top: 2rem;
    border: 1px solid #efefef;
    border-radius: 0.75rem;
}

.login-screen .login-header{
    color: #333;
    border-bottom: 1px solid #e6ecf3;
    padding: 1rem;
}

.login-screen .login-header h3{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
}

.login-screen .login-box{
    padding: 1rem;
}

.login-screen .login-header h3{
    margin-bottom: 0;
}

/* Registration Css */
.sign-screen {
    box-shadow: 0px 30px 50px #e6ecf3;
    background: #f7f9fb;
    margin: 2rem auto 1rem auto;
    border: 1px solid #efefef;
    border-radius: 0.75rem;
}

.sign-screen .sign-header{
    color: #333;
    border-bottom: 1px solid #e6ecf3;
    padding: 2rem 1.5rem 3rem 1.5rem;
}

.sign-screen .sign-header h3{
    text-transform: uppercase;
    font-weight: 600;
}

.sign-screen .sign-box{
    padding: 1.5rem;
}

.sign-screen .sign-box h5 {
    color: #000000;
}

.sign-screen .actions a {
    color: #118cf1;
}

.sign-screen a.additional-link span {
    color: #118cf1;
}

.sign-screen p.info {
    color: #8796af;
}

.form-group label {
    display: block;
}

label.error {
    color: #dc3545;
}

#error-msg {
    color: red;
}

#valid-msg {
    color: #00C900;
}

input.error {
    border: 1px solid #FF7C7C;
}

/* Registration Css */


/* Registration tab css */
.order-tab .order-tab-style .order-tab-circule {
    background: #fff;
    color: #9B9B9B;
    border: 1px solid #979797;
}

.order-tab .order-tab-style .order-tab-text {
    color: #9B9B9B;
}

.order-tab .active .order-tab-circule {
    background: #3497fa;
    border-color: #3497fa;
    color: #fff;
}

.order-tab .passive .order-tab-circule {
    background: #00cc00;
    border-color: #00cc00;
    color: #fff;
}

.order-tab .active .order-tab-text {
    color: #3497fa;
}

.order-tab-divider hr {
    border-color: rgba(155, 155, 155, 0.5);
}
/* Registration tab css */

.login-screen .login-box h5 {
    color: #118cf1;
}

.login-screen .actions a {
    color: #118cf1;
}

.login-screen a.additional-link span {
    color: #118cf1;
}
.login-screen p.info {
    color: #8796af;
}

/*************** 13 B. OR | Line between two blocks ***************/
.or::before {
    background-color: #e6ecf3; }
.or span {
    background-color: #ffffff;
}

/*************** 13 C. Lock Screen ***************/
.lock-screen .avatar .status {
    background: #7aff87;
}

.lock-screen-input .form-control {
    border: 1px solid #FF7E39;
}

.lock-screen-input .lock-btn {
    color: #ffffff;
    background-color: #FF7E39;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFB280), to(#FF7E39));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #FFB280, #FF7E39);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #FFB280, #FF7E39);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #FFB280, #FF7E39);
    /* IE10 */
    background-image: -o-linear-gradient(right, #FFB280, #FF7E39);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #FFB280, #FF7E39);
}

/************************************************
	************************************************
									14. Loading
	************************************************
************************************************/
#loading-wrapper {
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

#loading-wrapper #loader:before {
    border: 7px solid #d0d6e9;
    border-top-color: #118cf1;
}

#loading-wrapper2 {
    background: #e6ecf3; }

#loading-wrapper2 #loader2:before {
    border: 2px solid #d0d6e9;
    border-top-color: #118cf1;
}

/************************************************
	************************************************
									15. Sections
	************************************************
************************************************/
.section-container {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e6ecf3;
    padding: 1rem;
    border-radius: 0.5rem;
}

.section-container p.section-desc {
    color: #8796af; }
.section-container p.section-title,
.section-container h4.section-title {
    color: #666;
}
.section-container p.section-title i,
.section-container h4.section-title i {
    color: #118cf1;
}

.section-container h4.section-title{
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e6ecf3;
}

.section-container .section-wrapper {
    border: 1px solid #e6ecf3;
    background-color: #f7f9fb;
}
.section-container .section-wrapper.white {
    background: #ffffff; }

.paragraph-title{
    margin-bottom: 0.25rem;
    font-weight: bold;
    text-transform: uppercase;
}

    /************************************************
        ************************************************
                                18. Bootstrap Overwrite CSS
        ************************************************
    ************************************************/
/*************** 18 A. Modals ***************/
.modal-content {
    border: 1px solid #e6ecf3; }

.modal-header {
    border-bottom: 1px solid #e6ecf3; }

.modal-danger .modal-content {
    background: #f75851; }
.modal-danger .modal-header {
    background: #f75851; }
.modal-danger .modal-header .modal-title {
    color: #ffffff; }
.modal-danger .modal-body {
    background: #f86f69; }

/*************** 18 C. Buttons ***************/
.btn.focus, .btn:focus {
    color: #ffffff; }

.btn-primary {
    background-color: #118cf1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ad0fc), to(#118cf1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #1ad0fc, #118cf1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #1ad0fc, #118cf1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #1ad0fc, #118cf1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #1ad0fc, #118cf1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #1ad0fc, #118cf1);
    color: #ffffff;
}
.btn-primary:hover {
    color: #ffffff;
}
.btn-primary:focus {
    box-shadow: 0 0 0 3px #baddfb; }

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background: #118cf1; }

.btn-secondary {
    background-color: #6053da;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c246f8), to(#6053da));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #c246f8, #6053da);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #c246f8, #6053da);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #c246f8, #6053da);
    /* IE10 */
    background-image: -o-linear-gradient(right, #c246f8, #6053da);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #c246f8, #6053da);
    color: #ffffff;
}
.btn-secondary:hover {
    color: #ffffff;
}
.btn-secondary:focus {
    box-shadow: 0 0 0 3px #da90fb; }

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    background: #6053da; }

.btn-success, .btn-success:hover,
.btn-success:focus, .btn-success:active {
    background-color: #7aff87;
    color: #000;
}

.btn-success:focus {
    box-shadow: 0 0 0 3px #b2eb9a; }

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    background: #7aff87; }

.btn-danger {
    background-color: #ff0000;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7f34), to(#ff0000));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ff7f34, #ff0000);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ff7f34, #ff0000);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ff7f34, #ff0000);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ff7f34, #ff0000);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ff7f34, #ff0000);
}

.btn-danger:focus {
    box-shadow: 0 0 0 3px #ff7070; }

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    background: #ff0000; }


.btnlreset {
    background-color: #ff0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7f34), to(#ff0000));
    background-image: -webkit-linear-gradient(right, #ff7f34, #ff0000);
    background-image: -moz-linear-gradient(right, #ff7f34, #ff0000);
    background-image: -ms-linear-gradient(right, #ff7f34, #ff0000);
    background-image: -o-linear-gradient(right, #ff7f34, #ff0000);
    background-image: linear-gradient(right, #ff7f34, #ff0000);
    color: #fff;
}
.btnlreset:hover {
    color: #FFFFFF;
}

.btn-warning {
    background-color: #ffda3e;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9f3d), to(#ffda3e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ff9f3d, #ffda3e);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ff9f3d, #ffda3e);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ff9f3d, #ffda3e);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ff9f3d, #ffda3e);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ff9f3d, #ffda3e);
    color: #000000;
}
.btn-warning:hover {
    color: #000000;
}
.btn-warning:focus {
    box-shadow: 0 0 0 3px #fff7d7;
    color: #000000; }

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

.btn-greenish {
    background-color: #59813d;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#59813d), to(#8dbe4d));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #59813d, #8dbe4d);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #59813d, #8dbe4d);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #59813d, #8dbe4d);
    /* IE10 */
    background-image: -o-linear-gradient(right, #59813d, #8dbe4d);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #59813d, #8dbe4d);
    color: #FFFFFF;
}
.btn-greenish:hover {
    color: #000000;
}
.btn-greenish:focus {
    box-shadow: 0 0 0 3px #fff7d7;
    color: #000000; }

.btn-greenish:not(:disabled):not(.disabled).active,
.btn-greenish:not(:disabled):not(.disabled):active,
.show > .btn-greenish.dropdown-toggle {
    background: #98ce58; }

.btn-info {
    background-color: #118cf1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62BCF6), to(#118cf1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #62BCF6, #118cf1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #62BCF6, #118cf1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #62BCF6, #118cf1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #62BCF6, #118cf1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #62BCF6, #118cf1);
}

.btn-info:focus {
    box-shadow: 0 0 0 3px #baddfb; }

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    background: #118cf1; }

.btn-white {
    background: #ffffff;
    color: #000000;
    border: 1px solid #e6ecf3; }
.btn-white:hover {
    color: #1a1a1a;
    background: #f7f7f7; }
.btn-white:focus {
    box-shadow: 0 0 0 3px #f2f2f2;
    color: #1a1a1a; }

.btn-lighter:not(:disabled):not(.disabled).active,
.btn-lighter:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background: #ffffff; }

.btn-light,
.btn-light:hover,
.btn-light:focus,
.btn-light:active{
    background-color: #b8c7d8;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9e1ea), to(#b8c7d8));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #d9e1ea, #b8c7d8);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #d9e1ea, #b8c7d8);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #d9e1ea, #b8c7d8);
    /* IE10 */
    background-image: -o-linear-gradient(right, #d9e1ea, #b8c7d8);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #d9e1ea, #b8c7d8);

    color: #212529;
}

.btn-light:focus {
    box-shadow: 0 0 0 3px #d9e1ea; }

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background: #b8c7d8; }

.btn-dark {
    background-color: #3b516d;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#17202b), to(#3b516d));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #17202b, #3b516d);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #17202b, #3b516d);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #17202b, #3b516d);
    /* IE10 */
    background-image: -o-linear-gradient(right, #17202b, #3b516d);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #17202b, #3b516d);
}

.btn-dark:focus {
    box-shadow: 0 0 0 3px #29394c; }

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    background: #4c6a8f; }

.btn-lighter {
    background: #e6ecf3;
    color: #000000;
    border: 1px solid #e6ecf3; }
.btn-lighter:hover {
    color: #1a1a1a;
    background: #f0f4f8; }
.btn-lighter:focus {
    box-shadow: 0 0 0 3px #d9e1ea;
    color: #1a1a1a; }

.btn-lighter:not(:disabled):not(.disabled).active,
.btn-lighter:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background: #e6ecf3; }

.btn-fb {
    background-color: #5f7ec1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3B5998), to(#5f7ec1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #3B5998, #5f7ec1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #3B5998, #5f7ec1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #3B5998, #5f7ec1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #3B5998, #5f7ec1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #3B5998, #5f7ec1);
    color: #ffffff;
}
.btn-fb:hover {
    color: #ffffff; }
.btn-fb:focus {
    box-shadow: 0 0 0 3px #4c70ba; }

.btn-fb:not(:disabled):not(.disabled).active,
.btn-fb:not(:disabled):not(.disabled):active,
.show > .btn-fb.dropdown-toggle {
    background: #3B5998; }

.btn-tw {
    background-color: #1689e0;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#55ACEE), to(#1689e0));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #55ACEE, #1689e0);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #55ACEE, #1689e0);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #55ACEE, #1689e0);
    /* IE10 */
    background-image: -o-linear-gradient(right, #55ACEE, #1689e0);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #55ACEE, #1689e0);
    color: #ffffff;
}
.btn-tw:hover {
    opacity: 0.8;
    color: #ffffff;
}
.btn-tw:focus {
    box-shadow: 0 0 0 3px #2795e9;
}

.btn-tw:not(:disabled):not(.disabled).active,
.btn-tw:not(:disabled):not(.disabled):active,
.show > .btn-tw.dropdown-toggle {
    background: #55ACEE; }

.btn-orange {
    background-color: #FF7E39;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFB280), to(#FF7E39));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #FFB280, #FF7E39);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #FFB280, #FF7E39);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #FFB280, #FF7E39);
    /* IE10 */
    background-image: -o-linear-gradient(right, #FFB280, #FF7E39);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #FFB280, #FF7E39);
    color: #ffffff;
}
.btn-orange:hover {
    color: #ffffff; }
.btn-orange:focus {
    box-shadow: 0 0 0 3px #ffe2d2;
    color: #ffffff; }

.btn-orange:not(:disabled):not(.disabled).active,
.btn-orange:not(:disabled):not(.disabled):active,
.show > .btn-orange.dropdown-toggle {
    background: #FF7E39; }

.btn-link {
    color: #118cf1; }

/*************** 18 D. Outline Buttons ***************/
.btn-outline-primary {
    border: 1px solid #118cf1; }
.btn-outline-primary:hover {
    background-color: #118cf1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ad0fc), to(#118cf1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #1ad0fc, #118cf1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #1ad0fc, #118cf1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #1ad0fc, #118cf1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #1ad0fc, #118cf1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #1ad0fc, #118cf1);
}

.btn-outline-secondary {
    border: 1px solid #6053da; }
.btn-outline-secondary:hover {
    background-color: #6053da;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c246f8), to(#6053da));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #c246f8, #6053da);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #c246f8, #6053da);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #c246f8, #6053da);
    /* IE10 */
    background-image: -o-linear-gradient(right, #c246f8, #6053da);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #c246f8, #6053da);
}

.btn-outline-success {
    border: 1px solid #7aff87; }
.btn-outline-success:hover {
    background-color: #7aff87;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b936), to(#7aff87));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #a5b936, #7aff87);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #a5b936, #7aff87);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #a5b936, #7aff87);
    /* IE10 */
    background-image: -o-linear-gradient(right, #a5b936, #7aff87);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #a5b936, #7aff87);
}

.btn-outline-danger {
    border: 1px solid #ff0000; }
.btn-outline-danger:hover {
    background-color: #ff0000;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7f34), to(#ff0000));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ff7f34, #ff0000);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ff7f34, #ff0000);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ff7f34, #ff0000);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ff7f34, #ff0000);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ff7f34, #ff0000);
}

.btn-outline-warning {
    border: 1px solid #ffda3e; }
.btn-outline-warning:hover {
    background-color: #ffda3e;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9f3d), to(#ffda3e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ff9f3d, #ffda3e);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ff9f3d, #ffda3e);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ff9f3d, #ffda3e);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ff9f3d, #ffda3e);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ff9f3d, #ffda3e);
}

.btn-outline-info {
    border: 1px solid #118cf1;
    color: #118cf1; }
.btn-outline-info:hover {
    background-color: #118cf1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62BCF6), to(#118cf1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #62BCF6, #118cf1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #62BCF6, #118cf1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #62BCF6, #118cf1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #62BCF6, #118cf1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #62BCF6, #118cf1);
}

.btn-outline-light {
    border: 1px solid #b8c7d8;
    color: #8796af; }
.btn-outline-light:hover {
    background-color: #b8c7d8;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9e1ea), to(#b8c7d8));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #d9e1ea, #b8c7d8);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #d9e1ea, #b8c7d8);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #d9e1ea, #b8c7d8);
    /* IE10 */
    background-image: -o-linear-gradient(right, #d9e1ea, #b8c7d8);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #d9e1ea, #b8c7d8);
    border: 1px solid #a1b5cb;
}

.btn-outline-dark {
    border: 1px solid #17202b; }
.btn-outline-dark:hover {
    background-color: #0e141a;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#17202b), to(#0e141a));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #17202b, #0e141a);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #17202b, #0e141a);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #17202b, #0e141a);
    /* IE10 */
    background-image: -o-linear-gradient(right, #17202b, #0e141a);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #17202b, #0e141a);
}

.btn-outline-orange {
    border: 1px solid #FF7E39;
    color: #FF7E39; }
.btn-outline-orange:hover {
    background-color: #ff6d20;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF7E39), to(#ff6d20));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #FF7E39, #ff6d20);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #FF7E39, #ff6d20);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #FF7E39, #ff6d20);
    /* IE10 */
    background-image: -o-linear-gradient(right, #FF7E39, #ff6d20);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #FF7E39, #ff6d20);
    color: #ffffff; }

.btn-bdr-white {
    border: 2px solid #ffffff;
    color: #ffffff;
}
.btn-bdr-white:hover {
    color: #ffffff;
}
.btn-bdr-white:focus {
    box-shadow: 0 0 0 3px white; }

/*************** 18 E. Dropdown Menu ***************/
.dropdown-menu {
    -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.06); }

.dropdown-menu:before {
    background: url(../img/dropdown-before.png);
}

.dropdown-menu .dropdown-item{
    font-size: initial;
}

.dropdown-menu .dropdown-item:hover {
    background: #e6ecf3; }
.dropdown-menu.dropdown-menu-right:before {
    background: url(../img/dropdown-before.png);
}

.dropup .dropdown-menu:before {
    border-top: 8px solid #ffffff;
}

/*************** 18 F. Media ***************/
.media.comments a .empty-avatar {
    color: #ffffff;
}

.media.comments .media-body h5.media-heading span.date {
    color: #8796af;
}

.media.comments .media-body p {
    border-left: 3px solid #e6ecf3;
}

.block-header{
    font-weight: 600;
    border-bottom: 1px solid #e6ecf3;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

/*************** 18 G. Cards ***************/
.card, .card.custom-bdr {
    background: #f7f9fb;
    border: 1px solid #e6ecf3;
    border-radius: 0.5rem;
}

.card-body, .card.custom-bdr .card-body{
    background: #fff;
    border-radius: 0 0 0.5rem 0.5rem;
}

.card-footer, .card.custom-bdr .card-footer{
    border-radius: 0 0 0.5rem 0.5rem;
}

.card-header, .card.custom-bdr .card-header {
    border-radius: 0.5rem 0.5rem 0 0;
}

.card.custom-bdr .card-header {
    border-bottom: 1px solid #e6ecf3; }
.card.bdr {
    border: 1px solid #e6ecf3;
}

.card.custom-bdr .card-footer{
    border-top: 1px solid #e6ecf3;
}

.card.bdr .collapse.show {
    border-top: 1px solid #e6ecf3; }
.card.bdr-primary {
    border: 1px solid #118cf1; }

.card.bdr-primary .collapse.show {
    border-top: 1px solid #118cf1; }
.card.top-blue-bdr {
    border-top: 2px solid #118cf1; }
.card.top-grey-bdr {
    border-top: 2px solid #333333; }
.card.top-red-bdr {
    border-top: 2px solid #ff0000; }
.card.top-green-bdr {
    border-top: 2px solid #7aff87; }
.card.top-pink-bdr {
    border-top: 2px solid #f15f79; }
.card.top-orange-bdr {
    border-top: 2px solid #FF7E39; }

.card .card-header {
    border-bottom: 1px solid #e6ecf3;
    border-radius: 0.5rem 0.5rem 0 0 !important;
}

.card .card-footer {
    border-radius: 0 0 0.5rem 0.5rem !important;
    border-top: 1px solid #e6ecf3;
}

.card .card-header,
.card .card-footer{
    color: #000;
    background-color: #f0f4fa;
    background-image: -webkit-linear-gradient(right, #f0fbea, #f0f4fa);
    background-image: -moz-linear-gradient(right, #f0fbea, #f0f4fa);
    background-image: -ms-linear-gradient(right, #f0fbea, #f0f4fa);
    background-image: -o-linear-gradient(right, #f0fbea, #f0f4fa);
    background-image: linear-gradient(right, #f0fbea, #f0f4fa);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0fbea), to(#f0f4fa));
}

.card .card-header h5 a {
    color: #118cf1; }
.card .card-header a.link {
    color: #ffffff; }
.card .card-footer {
    background: #ffffff;
}

.card .card-footer h5 a {
    color: #118cf1; }

.card.primary {
    background: #118cf1; }
.card.primary .card-header {
    color: #ffffff;
    background: #118cf1;
    -webkit-box-shadow: 0 5px 5px -5px #0c71c4;
    -moz-box-shadow: 0 5px 5px -5px #0c71c4;
    box-shadow: 0 5px 5px -5px #0c71c4; }
.card.primary .card-footer {
    background: #118cf1; }
.card.secondary {
    background: #6053da; }
.card.secondary .card-header {
    color: #ffffff;
    background: #6053da;
    -webkit-box-shadow: 0 5px 5px -5px #3c2cce;
    -moz-box-shadow: 0 5px 5px -5px #3c2cce;
    box-shadow: 0 5px 5px -5px #3c2cce; }
.card.secondary .card-footer {
    background: #6053da; }
.card.dark {
    background: #17202b; }
.card.dark .card-header {
    color: #ffffff;
    background: #17202b;
    -webkit-box-shadow: 0 5px 5px -5px #05070a;
    -moz-box-shadow: 0 5px 5px -5px #05070a;
    box-shadow: 0 5px 5px -5px #05070a; }
.card.dark .card-footer {
    background: #17202b; }
.card.light {
    background: #b8c7d8; }
.card.light .card-header {
    background: #b8c7d8;
    -webkit-box-shadow: 0 5px 5px -5px #87a0bd;
    -moz-box-shadow: 0 5px 5px -5px #87a0bd;
    box-shadow: 0 5px 5px -5px #87a0bd; }
.card.light .card-footer {
    background: #b8c7d8; }
.card.success {
    background: #7aff87; }
.card.success .card-header {
    background: #7aff87;
    color: #ffffff;
    -webkit-box-shadow: 0 5px 5px -5px #3e8e1c;
    -moz-box-shadow: 0 5px 5px -5px #3e8e1c;
    box-shadow: 0 5px 5px -5px #3e8e1c; }
.card.success .card-footer {
    background: #7aff87; }
.card.info {
    background: #118cf1; }
.card.info .card-header {
    background: #118cf1;
    color: #ffffff;
    -webkit-box-shadow: 0 5px 5px -5px #0c71c4;
    -moz-box-shadow: 0 5px 5px -5px #0c71c4;
    box-shadow: 0 5px 5px -5px #0c71c4; }
.card.info .card-footer {
    background: #118cf1; }
.card.warning {
    background: #ffda3e; }
.card.warning .card-header {
    background: #ffda3e;
    color: #000000;
    -webkit-box-shadow: 0 5px 5px -5px #d7ae00;
    -moz-box-shadow: 0 5px 5px -5px #d7ae00;
    box-shadow: 0 5px 5px -5px #d7ae00; }
.card.warning .card-footer {
    background: #ffda3e; }
.card.danger {
    background: #ff4f4f; }
.card.danger .card-header {
    background: #ff4f4f;
    color: #ffffff;
    -webkit-box-shadow: 0 5px 5px -5px #ff1c1c;
    -moz-box-shadow: 0 5px 5px -5px #ff1c1c;
    box-shadow: 0 5px 5px -5px #ff1c1c; }
.card.danger .card-footer {
    background: #ff0000; }
.card.orange {
    background: #FF7E39; }
.card.orange .card-header {
    background: #FF7E39;
    color: #ffffff;
    -webkit-box-shadow: 0 5px 5px -5px #d24900;
    -moz-box-shadow: 0 5px 5px -5px #d24900;
    box-shadow: 0 5px 5px -5px #d24900; }
.card.orange .card-footer {
    background: #FF7E39; }
.card.pink {
    background: #f15f79; }
.card.pink .card-header {
    background: #f15f79;
    color: #ffffff;
    -webkit-box-shadow: 0 5px 5px -5px #ed3052;
    -moz-box-shadow: 0 5px 5px -5px #ed3052;
    box-shadow: 0 5px 5px -5px #ed3052; }
.card.pink .card-footer {
    background: #f15f79; }
.card.grey {
    background: #000000; }
.card.grey .card-header {
    background: #000000;
    color: #ffffff;
    -webkit-box-shadow: 0 5px 5px -5px #1a1a1a;
    -moz-box-shadow: 0 5px 5px -5px #1a1a1a;
    box-shadow: 0 5px 5px -5px #1a1a1a; }
.card.grey .card-footer {
    background: #000000; }
.card.teal {
    background: #1abaca; }
.card.teal .card-header {
    background: #1abaca;
    color: #ffffff;
    -webkit-box-shadow: 0 5px 5px -5px #14909d;
    -moz-box-shadow: 0 5px 5px -5px #14909d;
    box-shadow: 0 5px 5px -5px #14909d; }
.card.teal .card-footer {
    background: #1abaca; }
.card.brown {
    background: #79574b; }
.card.brown .card-header {
    background: #79574b;
    color: #ffffff;
    -webkit-box-shadow: 0 5px 5px -5px #5a4037;
    -moz-box-shadow: 0 5px 5px -5px #5a4037;
    box-shadow: 0 5px 5px -5px #5a4037; }
.card.brown .card-footer {
    background: #79574b; }
.card.purple {
    background: #5a66b5; }
.card.purple .card-header {
    background: #5a66b5;
    color: #ffffff;
    -webkit-box-shadow: 0 5px 5px -5px #444f98;
    -moz-box-shadow: 0 5px 5px -5px #444f98;
    box-shadow: 0 5px 5px -5px #444f98; }
.card.purple .card-footer {
    background: #5a66b5; }
.card.violet {
    background: #712c69; }
.card.violet .card-header {
    background: #712c69;
    color: #ffffff;
    -webkit-box-shadow: 0 5px 5px -5px #4c1e47;
    -moz-box-shadow: 0 5px 5px -5px #4c1e47;
    box-shadow: 0 5px 5px -5px #4c1e47; }
.card.violet .card-footer {
    background: #712c69; }
.card.facebook {
    background: #3B5998; }
.card.facebook .card-header {
    color: #ffffff;
    background: #3B5998;
    -webkit-box-shadow: 0 5px 5px -5px #2d4373;
    -moz-box-shadow: 0 5px 5px -5px #2d4373;
    box-shadow: 0 5px 5px -5px #2d4373; }
.card.facebook .card-footer {
    background: #3B5998; }

.card-message {
    background-color: #ffffff;
    border-bottom: 1px solid #e6ecf3; }

/*************** 18 K. Badges ***************/
.badge-primary {
    background-color: #118cf1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ad0fc), to(#118cf1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #1ad0fc, #118cf1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #1ad0fc, #118cf1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #1ad0fc, #118cf1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #1ad0fc, #118cf1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #1ad0fc, #118cf1);
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
    background: #007bff; }

.badge-secondary {
    background-color: #FF7E39;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFB280), to(#FF7E39));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #FFB280, #FF7E39);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #FFB280, #FF7E39);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #FFB280, #FF7E39);
    /* IE10 */
    background-image: -o-linear-gradient(right, #FFB280, #FF7E39);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #FFB280, #FF7E39);
}
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
    background: #4d3ed5; }

.badge-success {
    background-color: #7aff87;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b936), to(#7aff87));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #a5b936, #7aff87);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #a5b936, #7aff87);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #a5b936, #7aff87);
    /* IE10 */
    background-image: -o-linear-gradient(right, #a5b936, #7aff87);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #a5b936, #7aff87);
}
.badge-success[href]:focus, .badge-success[href]:hover {
    background: #47a420; }

.badge-danger {
    background-color: #ff0000;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7f34), to(#ff0000));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ff7f34, #ff0000);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ff7f34, #ff0000);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ff7f34, #ff0000);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ff7f34, #ff0000);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ff7f34, #ff0000);
}
.badge-danger[href]:focus, .badge-danger[href]:hover {
    background: #e60000; }

.badge-warning {
    background-color: #ffda3e;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9f3d), to(#ffda3e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ff9f3d, #ffda3e);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ff9f3d, #ffda3e);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ff9f3d, #ffda3e);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ff9f3d, #ffda3e);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ff9f3d, #ffda3e);
}
.badge-warning[href]:focus, .badge-warning[href]:hover {
    background: #ffd525; }

.badge-info {
    /*background-color: #118cf1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62BCF6), to(#118cf1));
    background-image: -webkit-linear-gradient(right, #62BCF6, #118cf1);
    background-image: -moz-linear-gradient(right, #62BCF6, #118cf1);
    background-image: -ms-linear-gradient(right, #62BCF6, #118cf1);
    background-image: -o-linear-gradient(right, #62BCF6, #118cf1);
    background-image: linear-gradient(right, #62BCF6, #118cf1);*/

    border: 1px solid #118cf1;
    background: transparent;
    color: #118cf1;
}

.badge-info[href]:focus, .badge-info[href]:hover {
    background: #007bff; }

.badge-light {
    background-color: #cfd9e5;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b8c7d8), to(#cfd9e5));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #b8c7d8, #cfd9e5);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #b8c7d8, #cfd9e5);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #b8c7d8, #cfd9e5);
    /* IE10 */
    background-image: -o-linear-gradient(right, #b8c7d8, #cfd9e5);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #b8c7d8, #cfd9e5);
    color: #000000;
}
.badge-light[href]:focus, .badge-light[href]:hover {
    background: #a8bacf; }

.badge-dark {
    background-color: #000000;
    color: #ffffff; }
.badge-dark[href]:focus, .badge-dark[href]:hover {
    background: #4d4d4d; }

.badge-white {
    background-color: #ffffff;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #ffffff, #ffffff);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #ffffff, #ffffff);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #ffffff, #ffffff);
    /* IE10 */
    background-image: -o-linear-gradient(right, #ffffff, #ffffff);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #ffffff, #ffffff);
    color: #000000;
}
.badge-white[href]:focus, .badge-white[href]:hover {
    background: #cfd9e5; }

.badge-orange {
    background-color: #FF7E39;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFB280), to(#FF7E39));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #FFB280, #FF7E39);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #FFB280, #FF7E39);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #FFB280, #FF7E39);
    /* IE10 */
    background-image: -o-linear-gradient(right, #FFB280, #FF7E39);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #FFB280, #FF7E39);
    color: #ffffff;
}
.badge-orange[href]:focus, .badge-orange[href]:hover {
    background: #FF7E39; }

.badge-bdr.badge-primary,
.badge-bdr-pill.badge-primary {
    color: #118cf1;
    border: 1px solid #118cf1; }
.badge-bdr.badge-secondary,
.badge-bdr-pill.badge-secondary {
    color: #6053da;
    border: 1px solid #6053da; }
.badge-bdr.badge-danger,
.badge-bdr-pill.badge-danger {
    color: #ff0000;
    border: 1px solid #ff0000; }
.badge-bdr.badge-success,
.badge-bdr-pill.badge-success {
    color: #7aff87;
    border: 1px solid #7aff87; }
.badge-bdr.badge-warning,
.badge-bdr-pill.badge-warning {
    color: #ffda3e;
    border: 1px solid #ffda3e; }
.badge-bdr.badge-info,
.badge-bdr-pill.badge-info {
    color: #118cf1;
    border: 1px solid #118cf1; }
.badge-bdr.badge-dark,
.badge-bdr-pill.badge-dark {
    color: #c246f8;
    border: 1px solid #c246f8; }
.badge-bdr.badge-light,
.badge-bdr-pill.badge-light {
    color: #1ad0fc;
    border: 1px solid #1ad0fc; }
.badge-bdr.badge-white,
.badge-bdr-pill.badge-white {
    color: #ffffff;
    border: 1px solid #ededed; }
.badge-bdr.badge-orange,
.badge-bdr-pill.badge-orange {
    color: #FF7E39;
    border: 1px solid #FF7E39; }

/*************** 18 L. Alerts ***************/
.alert hr {
    border-top-color: rgba(255, 255, 255, 0.2); }

.alert-primary {
    background-color: #118cf1;
    border-color: #118cf1;
    color: #ffffff;
}
.alert-primary .alert-link {
    color: #ffffff;
}
.alert-primary i {
    color: #ffffff; }

.alert-secondary {
    background-color: #6053da;
    border-color: #6053da;
    color: #ffffff;
}
.alert-secondary .alert-link {
    color: #ffffff;
}
.alert-secondary i {
    color: #ffffff; }

.alert-teal {
    color: #333;
    background: #d9fedd;
    border-color: #d9fedd;
}

.alert-success {
    background: #7aff87 !important;
    border-color: #7aff87;
    color: #333;
}

.alert i{
    font-size: 16px;
    margin-right: 5px;
}

/*.alert-success .alert-link {
    color: #ffffff; }
.alert-success i {
    color: #ffffff; }*/

.alert-danger {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
}

.alert-danger .alert-link {
    color: #ffffff; }
.alert-danger i {
    color: #ffffff; }

.alert-warning {
    background-color: #ffda3e;
    border-color: #ffa63e;
    color: #333;
}
.alert-warning .alert-link {
    color: #333;
}
.alert-warning i {
    color: #333; }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #d1ecf1;
}
.alert-info .alert-link {
    color: #0c5460; }
.alert-info i {
    color: #0c5460; }

.alert-light {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #000000;
}

.alert-light .alert-link {
    color: #000000; }
.alert-light i {
    color: #000000; }

.alert-dark {
    background-color: #4d4d4d;
    border-color: #333333;
    color: #ffffff;
}
.alert-dark .alert-link {
    color: #ffffff; }
.alert-dark i {
    color: #ffffff; }

/*************** 18 M. Progress bars ***************/
.progress {
    background-color: #f0f4f9;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
}

.progress .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress .progress-bar-striped.bg-info {
    background-color: #118cf1 !important; }
.progress .progress-bar-striped.bg-success {
    background-color: #7aff87 !important; }
.progress .progress-bar-striped.bg-danger {
    background-color: #ff0000 !important; }
.progress .progress-bar-striped.bg-warning {
    background-color: #ffda3e !important; }
.progress .progress-bar-striped.bg-orange {
    background-color: #FF7E39 !important; }
.progress .progress-bar-striped.bg-pink {
    background-color: #f15f79 !important; }

/*************** 18 N. Popovers ***************/
.popover {
    border: 1px solid #17202b;
    background: #17202b; }
.popover .popover-header {
    background: #202c3c;
    color: #ffffff;
    border-bottom: 1px solid #202c3c; }
.popover .popover-body {
    color: #ffffff; }

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    border-top-color: #17202b; }

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    border-right-color: #17202b; }

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
    border-bottom-color: #17202b; }

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
    border-left-color: #17202b; }

/*************** 18 O. Tabs & Navs ***************/
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #e6ecf3 #e6ecf3 #ffffff;
    color: #2e323c;
    background: #ffffff; }

.nav-tabs {
    border: 1px solid #e6ecf3;
    background: #ffffff; }

.nav-link {
    color: #118cf1; }

.nav-link:hover {
    color: #0c79d2; }
.nav-link.active {
    color: #FF7E39; }
.nav-link.disabled {
    color: #8796af; }

.tab-content {
    border: 1px solid #e6ecf3;
    background: #ffffff; }

/*************** 18 P. Pills ***************/
.nav-pills .nav-link.active {
    background-color: #118cf1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62BCF6), to(#118cf1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #62BCF6, #118cf1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #62BCF6, #118cf1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #62BCF6, #118cf1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #62BCF6, #118cf1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #62BCF6, #118cf1);
}

/*************** 18 Q. Page Item ***************/
.page-item.active .page-link {
    background-color: #118cf1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62BCF6), to(#118cf1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #62BCF6, #118cf1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #62BCF6, #118cf1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #62BCF6, #118cf1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #62BCF6, #118cf1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #62BCF6, #118cf1);
    border-color: #118cf1;
}

/*************** 18 R. Breadcrumbs ***************/
.breadcrumb {
    background-color: #e6ecf3; }
.breadcrumb .breadcrumb-item a {
    color: #FF7E39; }

.breadcrumb .breadcrumb-item.active {
    color: #8796af; }
.breadcrumb.light {
    background-color: #118cf1; }
.breadcrumb.light .breadcrumb-item a {
    color: #8796af; }

.breadcrumb.light .breadcrumb-item.active {
    color: #ffffff; }

/*************** 18 S. jumbotron ***************/
.jumbotron {
    background-color: #e6ecf3; }

/*************** 18 T. List Group ***************/
.list-group-item.disabled {
    color: #8796af; }
.list-group-item:disabled {
    color: #8796af; }
.list-group-item.active {
    background-color: #118cf1;
    border-color: #118cf1; }

.list-group-item-primary {
    background: #118cf1;
    color: #ffffff; }
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    background: #0d84e5;
    color: #ffffff; }

.list-group-item-secondary {
    background: #6053da;
    color: #ffffff; }
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    background: #5446d7;
    color: #ffffff; }

.list-group-item-success {
    background: #7aff87;
    color: #ffffff; }
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    background: #4aac22;
    color: #ffffff; }

.list-group-item-danger {
    background: #ff0000;
    color: #ffffff; }
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    background: #f00000;
    color: #ffffff; }

.list-group-item-info {
    background: #118cf1;
    color: #ffffff; }
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    background: #0d84e5;
    color: #ffffff; }

.list-group-item-warning {
    background: #ffda3e;
    color: #ffffff; }
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    background: #ffd72f;
    color: #ffffff; }

.list-group-item-light {
    background: #1ad0fc;
    color: #ffffff; }
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    background: #03c9f9;
    color: #ffffff; }

.list-group-item-dark {
    background: #c246f8;
    color: #ffffff; }
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    background: #bd37f7;
    color: #ffffff; }

a.list-group-item-primary {
    background: #118cf1;
    color: #ffffff; }
a.list-group-item-primary:hover {
    background: #007bff;
    color: #ffffff; }

a.list-group-item-secondary {
    background: #6053da;
    color: #ffffff; }
a.list-group-item-secondary:hover {
    background: #4d3ed5;
    color: #ffffff; }

a.list-group-item-success {
    background: #7aff87;
    color: #ffffff; }
a.list-group-item-success:hover {
    background: #47a420;
    color: #ffffff; }

a.list-group-item-danger {
    background: #ff0000;
    color: #ffffff; }
a.list-group-item-danger:hover {
    background: #e60000;
    color: #ffffff; }

a.list-group-item-info {
    background: #118cf1;
    color: #ffffff; }
a.list-group-item-info:hover {
    background: #007bff;
    color: #ffffff; }

a.list-group-item-warning {
    background: #ffda3e;
    color: #ffffff; }
a.list-group-item-warning:hover {
    background: #ffd525;
    color: #ffffff; }

a.list-group-item-light {
    background: #1ad0fc;
    color: #ffffff; }
a.list-group-item-light:hover {
    background: #03c9f9;
    color: #ffffff; }

a.list-group-item-dark {
    background: #c246f8;
    color: #ffffff; }
a.list-group-item-dark:hover {
    background: #ba2df7;
    color: #ffffff; }

/*************** 18 U. Pagination ***************/
.page-link {
    color: #118cf1;
    border: 1px solid #e6ecf3; }
.page-link:hover {
    background: #e6ecf3;
    border-color: #e6ecf3; }

.card.dark ul.pagination .page-item .page-link {
    background: #17202b;
    border-color: #29394c;
    color: #8796af; }
.card.dark ul.pagination .page-item.active .page-link {
    background: #FF7E39;
    border-color: #FF7E39;
    color: #ffffff; }

/*************** 18 W. Custom File Labels ***************/
.custom-file-label {
    border: 1px solid #e6ecf3;
}
.custom-file-label::after {
    background: #e6ecf3;
    border: 1px solid #e6ecf3; }

.custom-file-label-primary {
    border: 1px solid #118cf1;
}
.custom-file-label-primary::after {
    background: #118cf1;
    border: 1px solid #118cf1;
    color: #ffffff; }

.custom-file-label-secondary {
    border: 1px solid #FF7E39;
}
.custom-file-label-secondary::after {
    background: #FF7E39;
    border: 1px solid #FF7E39;
    color: #ffffff; }

/*************** 18 X. Form Controls ***************/
.input-group-text {
    /*border: 1px solid #e6ecf3;
    background: #e6ecf3;*/

    color: #000;
    border: 1px solid #f0f4fa;
    background-color: #f0f4fa;
    background-image: -webkit-linear-gradient(right, #f0fbea, #f0f4fa);
    background-image: -moz-linear-gradient(right, #f0fbea, #f0f4fa);
    background-image: -ms-linear-gradient(right, #f0fbea, #f0f4fa);
    background-image: -o-linear-gradient(right, #f0fbea, #f0f4fa);
    background-image: linear-gradient(right, #f0fbea, #f0f4fa);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0fbea), to(#f0f4fa));
}

.input-group-text.min-w-120 {
    width: 120px; }

.form-control,
.custom-select{
    border: 1px solid #e6ecf3;
    border-radius: 0.35rem;
}

.form-control:focus {
    border: 1px solid #118cf1; }
.form-control::-webkit-input-placeholder {
    color: #8796af; }
.form-control:-moz-placeholder {
    color: #8796af; }
.form-control::-moz-placeholder {
    color: #8796af; }
.form-control:-ms-input-placeholder {
    color: #8796af; }

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #ff0000; }

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #7aff87; }

.custom-select.is-warning,
.form-control.is-warning {
    border-color: #ffa63e; }

.input-group-addon {
    border: 1px solid #e6ecf3;
    background: #e6ecf3;
    color: #8796af; }

.btnlogout {
    background-color: #ff0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7f34), to(#ff0000));
    background-image: -webkit-linear-gradient(right, #ff7f34, #ff0000);
    background-image: -moz-linear-gradient(right, #ff7f34, #ff0000);
    background-image: -ms-linear-gradient(right, #ff7f34, #ff0000);
    background-image: -o-linear-gradient(right, #ff7f34, #ff0000);
    background-image: linear-gradient(right, #ff7f34, #ff0000);
    color: #fff;
}

.btnlogout:hover {
    color: #FFFFFF;
}

/*************** 18 Y. Checkbox & Radios ***************/
.custom-control-label::before {
    background-color: #fff;
    border: 1px solid #adb5bd; }

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

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

/*************** 19. Tables ***************/
.table {
    color: #737373; }

.table-dark {
    color: #a6a6a6; }

.table-bordered {
    border: 1px solid #e6ecf3; }
.table-bordered td,
.table-bordered th {
    border: 1px solid #e6ecf3; }

.table-hover tbody tr:hover {
    background-color: #f0f4f8; }

.table td {
    border-top: 1px solid #e6ecf3; }
.table.table-dark thead th {
    border-color: #404040; }
.table.table-dark td {
    border-color: #333333; }
.table .thead-light th {
    border-color: #f0f4f8;
    background: #f0f4f8; }

.table-success,
.table-success > td,
.table-success > th {
    background: #d9f5cd;
    border-color: #a8e98d;
    color: #19390b; }

.table-danger,
.table-danger > td,
.table-danger > th {
    background: #ffdbdb;
    border-color: #ffc2c2;
    color: #660000; }

.table-warning,
.table-warning > td,
.table-warning > th {
    background: #fff7d7;
    border-color: #ffe98b;
    color: #a48500; }

.table-info,
.table-info > td,
.table-info > th {
    background: #d2e9fc;
    border-color: #baddfb;
    color: #063963; }

.table-light,
.table-light > td,
.table-light > th {
    background: #b8c7d8;
    border-color: #a1b5cb;
    color: #6686ab; }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f9fb; }

.table-active,
.table-active > td,
.table-active > th {
    background: #e6ecf3; }

/************************************************
	************************************************
							21 Code Syntax Highlight
	************************************************
************************************************/
.hll {
    background-color: #ffc; }

.c {
    color: #999; }

.k {
    color: #069; }

.o {
    color: #555; }

.cm {
    color: #999; }

.cp {
    color: #099; }

.c1 {
    color: #999; }

.cs {
    color: #999; }

.gd {
    background-color: #fcc;
    border: 1px solid #c00; }

.gr {
    color: #f00; }

.gh {
    color: #030; }

.gi {
    background-color: #cfc;
    border: 1px solid #0c0; }

.go {
    color: #aaa; }

.gp {
    color: #009; }

.gu {
    color: #030; }

.gt {
    color: #9c6; }

.kc {
    color: #069; }

.kd {
    color: #069; }

.kn {
    color: #069; }

.kp {
    color: #069; }

.kr {
    color: #069; }

.kt {
    color: #078; }

.m {
    color: #f60; }

.s {
    color: #d44950; }

.na {
    color: #4f9fcf; }

.nb {
    color: #366; }

.nc {
    color: #0a8; }

.no {
    color: #360; }

.nd {
    color: #99f; }

.ni {
    color: #999; }

.ne {
    color: #c00; }

.nf {
    color: #c0f; }

.nl {
    color: #99f; }

.nn {
    color: #0cf; }

.nt {
    color: #2f6f9f; }

.nv {
    color: #033; }

.ow {
    color: #000; }

.w {
    color: #bbb; }

.mf {
    color: #f60; }

.mh {
    color: #f60; }

.mi {
    color: #f60; }

.mo {
    color: #f60; }

.sb {
    color: #c30; }

.sc {
    color: #c30; }

.sd {
    font-style: italic;
    color: #c30; }

.s2 {
    color: #c30; }

.se {
    color: #c30; }

.sh {
    color: #c30; }

.si {
    color: #a00; }

.sx {
    color: #c30; }

.sr {
    color: #3aa; }

.s1 {
    color: #c30; }

.ss {
    color: #fc3; }

.bp {
    color: #366; }

.vc {
    color: #033; }

.vg {
    color: #033; }

.vi {
    color: #033; }

.il {
    color: #f60; }

.css .o,
.css .o + .nt,
.css .nt + .nt {
    color: #999; }

.language-bash::before,
.language-sh::before {
    color: #009; }

.language-powershell::before {
    color: #009; }

.highlight pre code {
    color: #8796af; }

#agreed{
    margin: 0 5px 0 0;
}

.showcounter {
    background-color: #000000;
    color: #FFFFFF;
    border: 2px solid #666;
}

.acl-check{
    border: 1px solid #e6ecf3;
    background: #fff;
}

.showpackagename {
    color: #000000;
}

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

.final-price {
    color: #273f5b;
}

.price {
    color: #273f5b;
}

.order-header-style-2 {
    rgba(155, 155, 155, 0.5);
}

.btn-default{
    border: 1px solid #e6ecf3;
    background: #e6ecf3;
    color: #495057;
}

.btn-default:hover,
.btn-default:focus{
    color: #495057;
}

td a {
    color: #007bff;
}

.footer-copyright {
    color: #0a1829;
    font-weight: 600;
}

.replied-at{
    font-size: x-small;
    margin: 0;
    color: #555;
    font-weight: normal;
}

.created-at{
    font-size: small;
    margin: 0;
    color: #555;
}

.replied-by {
    font-size: initial!important;
    margin-bottom: 5px;
}

.font-large {
    font-size: large;
}

.table-responsive{
    margin-bottom: 0;
    padding-bottom: 0;
}

.table-responsive>.table-bordered{
    border: 1px solid #e6ecf3;
}

.ui-datepicker,
#loading-wrapper{
    z-index: 9999999999 !important;
}

.accordion-icons a{
    width: 100%;
    display: block;
}

.accordion-icons a:before{
    top:0.2rem;
}

.font-normal{
    font-size: 0.9rem !important;
}

.side-content{
    overflow-x: hidden;
    overflow-y: auto !important;
    height: calc(100vh - 3rem);
}

.list-group-item{
    padding: .60rem 1rem;
    border-color: #e6ecf3;
}

.clickableDiv{
    margin-bottom: 0;
}

input[type=checkbox], input[type=radio]{
    vertical-align: middle;
}

.img-logo{
    width: 150px;
    margin-top: 5rem;
}

.icon-2x{
    font-size: x-large;
    vertical-align: middle;
    margin-right: 5px;
}

.sign-screen-heading{
    padding-bottom: 1rem;
    border-bottom: 1px solid #e6ecf3;
    margin-bottom: 1.5rem;
}

.signup-logo{
    text-align: center;
    margin: 2rem auto 0 auto;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text{
    border-radius: 0.35rem 0 0 0.35rem;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text{
    border-radius: 0 0.35rem 0.35rem 0;
}

.input-group>.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel]{
    border-radius: 0;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel]{
    border-radius: 0.35rem;
}

.btn{
    border-radius: 0.35rem;
}

.no-border-radius{
    border-radius: 0 !important;
}

.list-group-item:first-child {
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}

.alert{
    border-radius: 0.5rem;
}

.img-thumbnail{
    border-radius: 0.35rem;
    border: 1px solid #e6ecf3;
}

.chatbox {
    position: fixed;
    bottom: 0;
    right: 1.5rem;
    width: 300px;
    max-height: 300px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    z-index: 1010;
}

.chatbox-header {
    padding: 10px;
    cursor: pointer;
    user-select: none;
    display: block;
    overflow: hidden;

    background-color: #118cf1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ad0fc), to(#118cf1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(right, #1ad0fc, #118cf1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, #1ad0fc, #118cf1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(right, #1ad0fc, #118cf1);
    /* IE10 */
    background-image: -o-linear-gradient(right, #1ad0fc, #118cf1);
    /* Opera 11.10+ */
    background-image: linear-gradient(right, #1ad0fc, #118cf1);
    color: #ffffff;

    i, .chatbox-toggle > i{
        vertical-align: middle;
    }
}

.chatbox-content {
    height: 350px;
    overflow: auto;
    padding: 10px;
    background-color: #fff;
    display: none; /* Initially hidden */
}

.chatbox-header button {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    float: right;
    outline: none;
    font-weight: bold;
}

.chatbox-header span {
    float: left;
    font-weight: bold;
    font-size: 1rem;
}

.chatbox-header button i{
    font-weight: bold;
    font-size: large;
}

.message {
    padding: 5px 10px;
    border-radius: 20px;
    margin: 5px 0;
    max-width: 80%;
}

.received {
    background-color: #efefef;
    align-self: flex-start;
}

.sent {
    background-color: #007bff;
    color: white;
    align-self: flex-end;
}

.chatbox-content {
    display: flex;
    flex-direction: column;
    height: 300px; /* Adjusted height */
    overflow: auto;
    padding: 10px;
    background-color: #fff;
}

.checklist-bar > .progress > .progress-bar{
    margin-right: 0.5rem;
}

.checklist-bar > .progress > .progress-bar:last-child{
    margin-right: 0;
}

.checklist-bar > .progress > .progress-bar.bg-light{
    background: #ddd !important;
}

.checklist > li{
    margin-bottom: 1rem;
}

.checklist > li:last-child{
    margin-bottom: 0;
}

.checklist > li > i{
    margin-right: 0.3rem;
    vertical-align: middle;
}

.checklist > li > i.icon-check_circle{
    font-size: 1.1rem;
}

.side-content.dark{
    background-color: #17202b;
    ul.user-actions > li.quick-links{
        color: #fff;
    }

    .sidebarNavScroll {
        background-color: #17202b;
    }

    .side-nav, .unifyMenu{
        background-color: #17202b;
    }

    .side-nav .unifyMenu a{
        background-color: #17202b;
        color: #aaa;
    }

    .side-nav .unifyMenu > li.selected > a,
    .side-nav .unifyMenu > li.selected .current-page{
        background: #202c3c;
        color: #fff;
    }
}

.plain-widget .growth > i{
    font-size: x-large;
    line-height: 48px;
}

.table{
    margin-bottom: 0;
}

.table td, .table th{
    white-space: nowrap;
    padding: 0.5rem;
}

.border{
    border: 1px solid #e6ecf3 !important;
}

.pb-0{
    padding-bottom: 0;
}

.btn-outline-primary{
    color: #2d82fe;
    border-color: #2d82fe;
}

.text-small{
    font-size: small;
}

.text-smaller{
    font-size: smaller;
}

.text-x-small{
    font-size:x-small;
}

.text-xx-small{
    font-size:xx-small;
}

.text-large{
    font-size: large;
}

.text-x-large{
    font-size: x-large;
}

td{
    .btn-group-sm>.btn, .btn-sm{
        line-height: 1;
        padding: 0.25rem 0.35rem;
    }

    p:last-child{
        margin-bottom: 0;
    }

    .lead{
        font-size: 1rem;
    }
}

th{
    .alert{
        margin-bottom: 0;
        font-size: 1rem;
    }
}

.flash-content{
    padding: 0;

    .alert{
        border-radius: 0;
    }
}

.cursor-pointer{
    cursor: pointer;
}

.position-relative{
    position: relative;
}

.position-absolute{
    position: absolute;
}

.top-15{
    top: 15px;
}

.right-15{
    right: 15px;
}

.template-title{
    padding-left: 35px;
    padding-bottom: 0;
    margin-bottom: 0 !important;
    font-weight: normal !important;
    text-transform: capitalize !important;
}

.template-icon{
    position: absolute;
    top: 7px;
    left: 10px;
    border-radius: 5px;
    width: 30px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.template-action-icon{
    position: absolute;
    top: 5px;
    right: 10px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.text-highlight { background-color: lightgreen; }

.list-group-item > a:hover{
    color: #000;
}

.side-nav .unifyMenu > li.selected .current-page{
    pointer-events: auto;
}

.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:4px;padding:10px 20px;color:#ffffff;background:rgba(0,0,0,0.7);font-size:11px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}

.chat-messages{
    height: 500px;
    overflow-y: auto;
}

.iframe-container {
    width: 100%;
    height: 100%;
    border: none;

    iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.embed{
    display: block;
    position: relative;

    .embed-header{
        width: 100%;
        position: fixed;
        z-index: 99999999 !important;
        top:0;
    }

    .embed-body {
        width: 100%;
        display: block;
        position: relative;
        padding-top: 5rem;

        .alert {
            font-size: small;
            padding: 0.5rem 0.75rem;
        }

        .alert i {
            font-size: 16px;
            margin-right: 1px;
        }
    }

    .embed-footer{
        width: 100%;
        position: fixed;
        z-index: 99999999 !important;
        bottom: 0;
        background: rgb(240, 242, 247);
        border-radius: 0 0 15px 15px;
        text-align: right;
        padding: 0.75rem;
        font-size:x-small;
        vertical-align: middle;
        border-top: 1px solid #efefef;

        div {
            display: block;
            vertical-align: middle;
        }

        span{
            display: inline-block;
            vertical-align: middle;
            height: 13px;
            line-height: 18px;
        }

        a{
            color: #118cf1;
        }

        .embed-logo{
            position: relative;
            width: auto;
            height: 13px;
            line-height: 13px;
            float: left;
        }
    }
}

.chat-container {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 450px;
    overflow-y: auto;
    padding-bottom: 0;

    .chat-header, .chat-body, .chat-footer{
        display: block;
        width: 100%;
        padding: 0.75rem 1rem;
    }

    .chat-header {
        border-bottom: 1px solid #ddd;
    }

    .chat-header h3{
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.5rem;
        margin: 0;
    }

    .chat-message {
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        max-width: 85%;
        clear: both;
    }

    .chat-message.system {
        float: left;
    }

    .chat-message.user {
        float: right;
    }

    .chat-message > .chat-message-text{
        padding: 0.75rem 1rem;
        border-radius: 15px;
        font-size: small;
        word-break: break-word;
        overflow-wrap: break-word;
        color: rgb(6, 19, 43);
        margin: 0.15rem 0;

        a{
            color: #118cf1;
        }
    }

    .chat-message.system > .chat-message-text{
        background: rgb(240, 242, 247);
    }

    .chat-message.user > .chat-message-text{
        background: #d9fedd;
    }

    .chat-message > .chat-message-time,
    .chat-message > .chat-message-author{
        color: #999;
        font-size: x-small;
    }

    .chat-message > .chat-message-time{
        text-align: right;
        padding-right: 0.25rem;
        margin-bottom: 1rem;
    }

    .chat-message > .chat-message-author{
        text-align: left;
        padding-left: 0.25rem;
        margin-bottom: 0;
    }
}

.alert{
    p{
        margin-bottom: 0.5rem;
        font-size: small;
    }
}

.vertical-center-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full viewport height */
}

.relative{
    position: relative;
}

.z-index-999{
    z-index: 999 !important;
}

.badge-square{
    padding: 0.4em 0.5em;
    border-radius: 20%;
}

.btn-ajax-loader{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 auto;
    animation: rotate 1s linear infinite;
    position: absolute;
    right: 1rem;
    top: 7px;
}

.btn-ajax-loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 4px solid #fff;
    animation: ajax-spinner 2s linear infinite ;
}

.ajax-loader-wrapper{
    position: relative;
    display: block;
    text-align: center;
    margin: 1rem auto;
}

.ajax-loader {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    animation: rotate 1s linear infinite;
}

.ajax-loader-text{
    font-size: small;
}

.ajax-loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 3px solid #2e323c;
    animation: ajax-spinner 2s linear infinite ;
}

.ajax-loader.text-anchor::before {
    border: 3px solid #007bff;
}

@keyframes rotate {
    100%   {transform: rotate(360deg)}
}

@keyframes ajax-spinner {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

.form-group label.error{
    margin-top: 0.25rem;
}

.site-logo{
    margin: 1rem auto;
    text-align: center;
}

.admin-logo-text{
    margin: 0 auto;
    text-align: left;
    color: #118cf1;
    font-weight: bold;
    text-transform: uppercase;
}

.web-logo-text{
    margin: 1rem auto;
    text-align: center;
    color: #118cf1;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 3rem;
}

.iti__selected-flag{
    background: #e6ecf3;
    border-radius: 0.35rem 0 0 0.35rem;
    border: 1px solid #e6ecf3;
    padding: 11px 3px 11px 6px !important;
    height: auto !important;
}

.text-justify{
    text-align: justify;
}

.bg-gray{
    background: rgb(240, 242, 247);
    color: rgb(6, 19, 43);
}

.line-through{
    text-decoration: line-through;
}

.text-gray{
    color: #999;
}

.display-none{
    display: none;
}

.display-block{
    display: block;
}

.table-responsive{
    max-height: calc(100vh - 200px);;
    overflow-y: auto;
}

.sticky-table{
    tr:first-child > th{
        position: sticky !important;
        top: 0;
        z-index: 999;
        background: #fff;
        font-weight: bold;
    }

    tr:first-child > th:first-child{
        z-index: 1000;
        top: 0;
    }

    tr > th:first-child,
    tr > td:first-child{
        position: sticky  !important;
        left: 0;
        z-index: 999;
        background: #fff;
        font-weight: bold;
    }
}

.height-100-percent{
    height: 100%;
    max-height: 100%;
    line-height: 100%;
}

.width-100-percent{
    width: 100%;
}

.btn{
    i{
        vertical-align: middle;
    }
}

.block{
    display: block;
    width: 100%;
}

.otp-control{
    margin: 0.70rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    border-radius: .35rem !important;
}

.dropdown-menu{
    z-index: 999999;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 5px;

    .dropdown-item{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #efefef;
    }

    .dropdown-item:first-child,
    .dropdown-item:first-child:hover{
        border-radius: 5px 5px 0 0;
    }

    .dropdown-item:last-child,
    .dropdown-item:last-child:hover{
        border-bottom: 0;
        border-radius: 0 0 5px 5px;
    }
}

.inline-block{
    display: inline-block;
}

.block{
    display: block;
}

.vertical-align-top{
    vertical-align: top;
}

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

.badge-absolute{
    position: absolute;
    right: 1rem;
    border-radius: 50%;
}

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

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

.list-group-flush .list-group-item:last-child{
    border-radius: 0;
}

.list-style-square{
    padding-left: 2rem;
}

.list-style-square li{
    list-style-type: square;
    margin-top: 0.5rem;
}

.bootstrap-select .dropdown-toggle .filter-option{
    border: 1px solid #e6ecf3;
    border-radius: 0.35rem;
}

.input-group > .bootstrap-select .dropdown-toggle .filter-option{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 105%;
}

.toggle-off, .toggle-on{
    line-height: 1.05 !important;
}

.nav-billing{
    border: 0;
    border-bottom: 1px solid #e6ecf3;
    padding-left: 0;
}

.nav-billing .nav-item{
    margin-right: 0.75rem !important;
}

.nav-billing .nav-link{
    border-radius: 0.5rem 0.5rem 0 0;
    font-size: 0.875rem;
    color: #666;
}

#pagination a.prev{
    margin-right: 0.25rem;
}

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

/* ============================================
   SENDER VERIFICATION WIZARD STYLES
   ============================================ */

/* Wizard Progress Container */
.wizard-progress {
   padding: 20px 0;
}

/* Wizard Steps Container */
.wizard-steps {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   position: relative;
}

/* Individual Step */
.wizard-step {
   display: flex;
   flex-direction: column;
   align-items: center;
   flex: 1;
   position: relative;
   cursor: default;
   transition: all 0.3s ease;
   z-index: 2;
}

/* Step Circle */
.step-circle {
   width: 50px;
   height: 50px;
   border-radius: 50%;
   background: #e9ecef;
   border: 3px solid #dee2e6;
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 600;
   font-size: 18px;
   color: #6c757d;
   transition: all 0.3s ease;
   position: relative;
}

.step-circle .step-number {
   display: block;
}

.step-circle .step-check {
   display: none;
}

/* Step Label */
.step-label {
   margin-top: 10px;
   font-size: 14px;
   font-weight: 500;
   color: #6c757d;
   text-align: center;
   transition: all 0.3s ease;
}

/* Active Step */
.wizard-step.active .step-circle {
   background: #118cf1;
   border-color: #118cf1;
   color: #fff;
   box-shadow: 0 4px 12px rgba(17, 140, 241, 0.4);
}

.wizard-step.active .step-label {
   color: #118cf1;
   font-weight: 600;
}

/* Completed Step */
.wizard-step.completed .step-circle {
   background: #28a745;
   border-color: #28a745;
   color: #fff;
}

.wizard-step.completed .step-circle .step-number {
   display: none;
}

.wizard-step.completed .step-circle .step-check {
   display: block;
}

.wizard-step.completed .step-label {
   color: #28a745;
}

/* Connector Line Between Steps */
.wizard-connector {
   flex: 1;
   height: 3px;
   background: #dee2e6;
   margin: 25px -10px 0 -10px;
   position: relative;
   z-index: 1;
   transition: background 0.3s ease;
}

.wizard-connector.completed {
   background: #28a745;
}

/* Wizard Panel (Form Step Content) */
.wizard-panel {
   display: none;
   animation: fadeIn 0.3s ease;
}

.wizard-panel.active {
   display: block;
}

@keyframes fadeIn {
   from { opacity: 0; transform: translateY(10px); }
   to { opacity: 1; transform: translateY(0); }
}

/* Panel Title */
.wizard-panel-title {
   font-size: 18px;
   font-weight: 600;
   color: #333;
   padding-bottom: 15px;
   border-bottom: 2px solid #e9ecef;
   margin-bottom: 20px;
}

.wizard-panel-title i {
   color: #118cf1;
}

/* Wizard Buttons */
.wizard-buttons {
   border-top: 1px solid #e9ecef;
   padding-top: 20px;
}

.wizard-buttons .btn {
   padding: 12px 24px;
   font-weight: 500;
}

.wizard-buttons .btn i {
   font-size: 14px;
}

/* Button invisible state */
.invisible {
   visibility: hidden;
}

/* Success Page Icon */
.success-icon i {
   font-size: 80px;
}

/* Dual Listbox Component */
.dual-listbox-wrapper .dual-item {
   transition: background-color 0.15s ease;
}

.dual-listbox-wrapper .dual-item:hover {
   background-color: #e9ecef !important;
}

.dual-listbox-wrapper .card {
   margin-bottom: 0;
}

.dual-listbox-wrapper .card-header {
   background-color: #f1f1f1;
}

.dual-listbox-wrapper .dual-available-list,
.dual-listbox-wrapper .dual-selected-list {
   min-height: 150px;
}

.dual-listbox-wrapper .dual-item {
   word-break: break-word;
}

/* Autocomplete Component */
.autocomplete-results {
   z-index: 1050;
   max-height: 200px;
   overflow-y: auto;
   left: 0;
   right: 0;
}

.autocomplete-loader {
   right: 10px;
   top: 50%;
   transform: translateY(-50%);
}