html, body {
    height: 100%;
}

body {
    font-weight: 400;
    font-size: .9125em;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    color: #121212;
    background-color: #EEE;
}

body.mw {
    font-weight: 300;
}

ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

*:focus {
    outline: none;
}

@media only screen and (min-width: 1400px) {
    a {
        font-size: 14px;
    }
}

a:focus,
a:hover {
    text-decoration: none;
    color: #4099FF;
}

.media-left {
    padding-right: 20px;
}

.login .container-fluid {
    width: auto;
    margin-top: 80px;
}

.filter-bar .navbar .navbar-nav .dropdown-menu {
    position: absolute;
}

.wrapper {
    padding: 0;
}

.card {
    border-radius: 5px;
    box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    border: none;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.card .card-footer {
    background-color: #FFF;
    border-top: none;
}

.card .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 1.25rem;
}

.card .card-header .card-header-left {
    display: inline-block;
}

.card .card-header .card-header-right {
    border-radius: 0 0 0 7px;
    right: 10px;
    top: 18px;
    display: inline-block;
    float: right;
    padding: 7px 0;
    position: absolute;
}

@media only screen and (max-width: 575px) {
    .card .card-header .card-header-right {
        display: none;
    }
}

.card .card-header .card-header-right i {
    margin: 0 11px;
    cursor: pointer;
    font-size: 12px;
    color: #8C8C8C;
    line-height: 2;
}

.card .card-header .card-header-right .card-option {
    width: 35px;
    height: 20px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.card .card-header .card-header-right .card-option li {
    display: inline-block;
}

.card .card-header + .card-block,
.card .card-header + .card-block-big {
    padding-top: 0;
}

.card .card-header h5 {
    margin-bottom: 0;
    color: #121212;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.4;
}

.card .card-block {
    padding: 1.25rem;
}

@media only screen and (max-width: 480px) {
    .card .card-block {
        padding: 20px;
    }
}

.card .card-block table tr {
    padding-bottom: 20px;
}

.card .card-block code {
    background-color: #EEE;
    margin: 5px;
    display: inline-block;
}

.card .card-block .dropdown-menu {
    top: 38px;
}

.card .card-block a.dropdown-item {
    margin-bottom: 0;
    font-size: 14px;
    transition: 0.25s;
}

.card .card-block a.dropdown-item:active,
.card .card-block a.dropdown-item .active {
    background-color: #4099FF;
}

.card .card-block.remove-label i {
    margin: 0;
    padding: 0;
}

.card .card-block.button-list span.badge {
    margin-left: 5px;
}

.card .card-block .dropdown-menu {
    background-color: #FFF;
}

.card .card-block .dropdown-menu .dropdown-divider {
    background-color: #DDD;
    margin: 3px 0;
}

.card .card-block .dropdown-menu > a {
    padding: 10px 16px;
    line-height: 1.429;
}

.card .card-block .dropdown-menu > li > a:focus,
.card .card-block .dropdown-menu > li > a:hover {
    background-color: rgba(202, 206, 209, 0.5);
}

.card .card-block .dropdown-menu > li:first-child > a:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.card .card-block .badge-box {
    padding: 10px;
    margin: 12px 0;
}

.card .card-block-big {
    padding: 35px;
}

.card .card-block-small {
    padding: 15px;
}

.card:hover {
    box-shadow: 0 0 25px -5px #9E9C9E;
}

.card.full-card {
    position: fixed;
    top: 56px;
    z-index: 99999;
    box-shadow: none;
    left: 0;
    border-radius: 0;
    border: 1px solid #DDD;
    width: 100vw;
    height: calc(100vh - 56px);
}

.card.full-card.card-load {
    position: fixed;
}

.card.card-load {
    position: relative;
    overflow: hidden;
}

.card.card-load .card-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
}

.card.card-load .card-loader i {
    margin: 0 auto;
    color: #AB7967;
    font-size: 20px;
}

.card-header-text {
    margin-bottom: 0;
    font-size: 1rem;
    color: rgba(51, 51, 51, 0.85);
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.icon-up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.blockquote {
    border-left: 0.25rem solid #ECEEEF;
    padding: 0.5rem 1rem;
}

.blockquote.blockquote-reverse {
    text-align: right;
    padding-right: 1rem;
    border-right: 0.25rem solid #ECEEEF;
    border-left: none;
}

.card-block.list-tag ul li {
    display: block;
    float: none;
    margin-bottom: 5px;
}

.card-block.list-tag ol li {
    margin-bottom: 5px;
}

.inline-order-list {
    margin-top: 50px;
}

.inline-order-list h4,
.inline-order-list p {
    margin-bottom: 0;
}

.card-block ul li.list-inline-item {
    display: inline-block;
    float: left;
}

.modal {
    z-index: 99999999999;
}

.card .overflow-container h5 {
    margin-bottom: 5px;
}

.button-page .card-block a.nav-link {
    margin-bottom: 0;
}

button.close {
    margin-bottom: 0;
}

.card-block.tree-view ul {
    display: inherit;
}

.card-block.tree-view ul li {
    display: inherit;
    float: none;
}

.tooltip-inner {
    white-space: normal;
}

.btn-upload .tooltip-inner {
    white-space: nowrap;
}

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

a.bg-default:focus,
a.bg-default:hover {
    background-color: #F0F0F0 !important;
    color: #FFF;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #73B4FF !important;
    color: #FFF;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #59E0C5 !important;
    color: #FFF;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #08E3FF !important;
    color: #FFF;
}

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

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

.tab-list p {
    padding: 10px;
}

.tab-with-img i {
    position: absolute;
    padding: 5px;
}

.tab-icon {
    margin-bottom: 30px;
}

.tab-icon i {
    padding-right: 10px;
}

.tab-below {
    border-top: 1px solid #DDD;
    border-bottom: none;
}

.tab-below.nav-tabs .nav-link.active {
    border-color: transparent #DDD #DDD #DDD;
}

.tab-below .nav-item {
    margin-top: -2px;
}

.tab-below.nav-tabs .nav-link {
    border-radius: 0 0 0.25rem 0.25rem;
}

.tab-with-img .nav-link {
    position: relative;
}

.tabs-left,
.tabs-right {
    min-width: 120px;
    vertical-align: top;
    width: 150px;
}

.tabs-left,
.tabs-left-content,
.tabs-right,
.tabs-right-content {
    display: table-cell;
}

.nav-tabs.tabs-left .slide {
    width: 4px;
    bottom: 15px;
}

.nav-tabs.tabs-right .slide {
    width: 4px;
    bottom: 15px;
    right: 0;
}

.product-edit .md-tabs .nav-item a {
    padding: 0 0 10px !important;
    color: #121212;
}

.product-edit .md-tabs .nav-item a .f-20 {
    display: inline-block;
    margin-right: 10px;
}

.md-tabs.tabs-left .nav-item,
.md-tabs.tabs-right .nav-item,
.tabs-left .nav-item,
.tabs-right .nav-item {
    width: 100%;
    position: relative;
}

.md-tabs {
    position: relative;
}

.md-tabs .nav-item + .nav-item {
    margin: 0;
}

.md-tabs .nav-link {
    border: none;
    color: #121212;
}

.md-tabs .nav-item {
    width: calc(100% / 4);
    text-align: center;
}

.md-tabs .nav-link:focus,
.md-tabs .nav-link:hover {
    border: none;
}

.md-tabs .nav-item .nav-link.active ~ .slide {
    opacity: 1;
    transition: all 0.3s ease-out;
}

.md-tabs .nav-item .nav-link ~ .slide {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.md-tabs .nav-item.open .nav-link,
.md-tabs .nav-item.open .nav-link:focus,
.md-tabs .nav-item.open .nav-link:hover,
.md-tabs .nav-link.active,
.md-tabs .nav-link.active:focus,
.md-tabs .nav-link.active:hover {
    color: #4099FF;
    border: none;
    background-color: transparent;
    border-radius: 0;
}

.md-tabs .nav-item a {
    padding: 20px 0 !important;
    color: #121212;
}

.nav-tabs .slide {
    background: #4099FF;
    width: calc(100% / 4);
    height: 4px;
    position: absolute;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
    bottom: 0;
}

.nav-tabs .slide .nav-item.show .nav-link,
.nav-tabs .slide .nav-link {
    color: #4099FF;
}

.img-tabs img {
    width: 100px;
    margin: 0 auto;
}

.img-tabs a {
    opacity: 0.5;
    transition: all ease-in-out 0.3s;
}

.img-tabs a span i {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    bottom: 10px;
    right: 70px;
}

.img-tabs a img {
    border: 3px solid;
}

.img-tabs a.active {
    opacity: 1;
    transition: all ease-in-out 0.3s;
}

.img-tabs .nav-item:first-child {
    border-bottom: none;
}

#pc-left-panel-menu {
    margin-bottom: 20px;
}

.h-active a {
    color: #1B8BF9 !important;
    font-weight: 500;
}

.img-circle {
    border-radius: 50%;
}

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

.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #4680FE;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}

.table.table-xl td,
.table.table-xl th {
    padding: 1.25rem 2rem;
}

.table.table-lg td,
.table.table-lg th {
    padding: 0.9rem 2rem;
}

.table.table-de td,
.table.table-de th {
    padding: 0.75rem 2rem;
}

.table-columned > tbody > tr > th:first-child,
.table-columned > tbody > tr > td:first-child {
    border-left: 0;
}

.table-columned > tfoot > tr > th:first-child,
.table-columned > tfoot > tr > td:first-child {
    border-left: 0;
}

.table-columned > tbody > tr > th,
.table-columned > tbody > tr > td {
    border: 0;
    border-left: 1px solid #DDD;
}

.table-columned > tfoot > tr > th,
.table-columned > tfoot > tr > td {
    border: 0;
    border-left: 1px solid #DDD;
}

.table-border-style {
    padding: 0;
}

.table-border-style .table {
    margin-bottom: 0;
}

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

.table-borderless tbody tr td,
.table-borderless tbody tr th {
    border: 0;
}

.table-bordered > thead > tr.border-solid > th,
.table-bordered > thead > tr.border-solid > td {
    border-bottom-width: 2px;
}

.table-bordered > thead > tr.border-solid:first-child > td,
.table-bordered > thead > tr.border-solid:first-child th {
    border-bottom-width: 2px;
}

.table-bordered > thead > tr.border-double > th,
.table-bordered > thead > tr.border-double > td {
    border-bottom: 3px double;
}

.table-bordered > thead > tr.border-double:first-child > td,
.table-bordered > thead > tr.border-double:first-child th {
    border-bottom: 3px double;
}

.rounded-card img,
.user-img img {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.user-img img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-title {
    margin: 0;
}

.card-header.followers a {
    font-weight: 500;
    color: rgba(51, 51, 51, 0.85);
}

.btn-inline i {
    color: #FFF;
}

.btn-inline .fb-btn {
    background-color: #3B5998;
}

.btn-inline .twitter-btn {
    background-color: #55ACEE;
}

.btn-inline .pinterest-btn {
    background-color: #CB2027;
}

.btn-inline .linkedin-btn {
    background-color: #007BB5;
}

.btn-inline .dribbble-btn {
    background-color: #EA4C89;
}

.list-inline,
.list-inline li {
    display: inline-block;
}

.btn-inline {
    margin-top: 20px;
}

.media-heading {
    cursor: pointer;
}

h6.media-heading {
    font-weight: 500;
}

.card-block.user-info {
    position: absolute;
    width: 100%;
    bottom: 10px;
    padding: 1.25rem;
}

.tab-header {
    margin-bottom: 20px;
}

.card.user-card {
    border-top: none;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
    transition: all 150ms linear;
}

.card.user-card:hover {
    box-shadow: 0 0 25px -5px #9E9C9E;
}

.card-header-img ~ .btn-group i {
    margin-right: 0;
}

.card.business-info {
    border-top: none;
    border-left-width: 2px !important;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
    transition: all 150ms linear;
}

.card.business-info:hover {
    box-shadow: 0 0 25px -5px #9E9C9E;
}

.img-overlay {
    bottom: 0;
    color: #FFF;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    transform: scale(0);
    margin: 0 auto;
}

.img-overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    text-align: center;
    transform: translate(-50%, -50%);
}

.img-overlay span .btn {
    display: inline-block;
}

.img-overlay span .btn i {
    margin-right: 0;
}

.img-hover-main {
    padding: 0 40px;
}

.img-hover {
    position: relative;
    margin: 0 auto;
}

.img-hover:hover .img-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(1);
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.card-header-img img {
    margin: 0 auto;
    display: block;
}

.card-header-img h4 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.card-header-img h5,
.card-header-img h6 {
    margin-top: 15px;
    font-size: 15px;
    color: #121212;
    font-weight: 500;
    text-align: center;
}

.simple-cards .btn-group {
    margin: 20px auto 0;
}

.simple-cards .btn-group button {
    margin: 0;
}

.simple-cards .user-card {
    padding: 20px 0;
    text-align: center;
}

.simple-cards .user-card .label-icon {
    margin-top: 15px;
}

.simple-cards .user-card .label-icon i {
    font-size: 20px;
}

.simple-cards .user-card .label-icon .badge-top-right {
    margin-left: 3px;
    top: -8px;
}

.card-icon {
    display: block;
    margin-bottom: 5px;
}

.btn-outline-primary {
    border-color: #4099FF;
    font-weight: 500;
    padding: 10px 16px;
    font-size: 15px;
}

.btn-outline-primary:hover {
    background-color: #4099FF;
    border-color: #4099FF;
}

.simple-cards p {
    margin: 20px;
    font-size: 15px;
}

.user-profile #edit-btn,
.user-profile #edit-info-btn {
    margin-bottom: 0;
}

.card-block ul.list-contacts,
.card-block.groups-contact ul {
    display: block;
    float: none;
}

.card-block ul.list-contacts li,
.card-block.groups-contact ul li {
    display: block;
    float: none;
}

.list-group {
    border-top: 1px solid #E8E8E8;
}

.list-group-item {
    background-color: transparent;
}

ul.list-contacts .list-group-item a {
    color: #292B2C;
}

ul.list-contacts .list-group-item.active a {
    color: #FFF;
}

.pagination li {
    display: inline-block;
}

.card-block.groups-contact {
    margin-bottom: 0;
}

.card-block .connection-list {
    margin-bottom: 20px;
}

.table button {
    margin-bottom: 0;
}

#crm-contact .img-circle,
img.comment-img {
    width: 40px;
    height: 40px;
}

#main {
    margin-bottom: 20px;
}

.offline-box iframe {
    width: 100%;
    border: 1px solid #DDD;
}

.thumbnail {
    margin-bottom: 20px;
}

.thumbnail .thumb {
    position: relative;
    display: block;
}

.thumb-img {
    position: relative;
    display: block;
}

.thumb-img:hover .caption-hover {
    background-color: rgba(0, 0, 0, 0.7);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    width: 100%;
    height: 100%;
}

.caption-hover {
    top: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.caption-hover > span {
    top: 38%;
    width: 100%;
    position: absolute;
    text-align: center;
}

.media .b-2-primary {
    border: 2px solid #4099FF;
}

.thumb-block {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 3px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 3px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumb-block a {
    font-size: 12px;
}

.thumb-block .btn i {
    margin-right: 0;
}

.comment-block .btn i {
    margin-right: 0;
}

.dropdown-item {
    padding: 6px 20px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #4099FF;
}

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

.filter-bar .nav,
.filter-bar .nav-item {
    display: inline-block;
}

.filter-bar > .navbar {
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    padding: 0.5rem 1rem;
}

.navbar-nav .nav-item {
    float: left;
    line-height: 26px;
}

.nav-item button i {
    margin-right: 0;
}

.filter-bar .navbar-light .navbar-nav .nav-link {
    margin-right: 10px;
}

.media-left i {
    margin-right: 0;
}

.nav-item.nav-grid {
    float: right;
}

.faq-progress .progress {
    position: relative;
    background-color: #EEEDED;
    height: 10px;
}

.card-faq h4 {
    color: #2196F3;
}

.faq-progress .progress {
    margin-bottom: 10px;
}

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

.note-card .notes-list {
    margin-bottom: 20px;
}

.prod-img {
    position: relative;
    overflow: hidden;
}

.prod-img .btn i {
    margin-right: 0;
}

.prod-item .prod-img .option-hover {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
}

.prod-item .prod-img .option-hover .btn-icon {
    border-radius: 5px;
}

.prod-img .p-new a {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 8px 13px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 5px 0 0 2px;
    background: #00BCD4;
    color: #FFF;
    letter-spacing: 1px;
    font-weight: 500;
}

.prod-info .br-wrapper {
    margin: 0 auto 20px;
}

.prod-info h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.prod-info .prod-price {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.prod-info .prod-price .old-price {
    color: #919AA3;
    text-decoration: line-through;
    font-size: 50%;
}

.prod-view:hover .option-hover {
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
}

.prod-item .prod-info {
    background: #FFF;
    padding: 30px 0 20px;
}

.prod-item .br-widget {
    min-height: inherit;
}

.prod-img .p-sale {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 50%;
    background-color: #FF5252;
    color: #FFF;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 11px 4px;
}

.prod-info .br-widget {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}

.option-icon i {
    height: 25px;
    width: 25px;
    font-size: 25px;
    line-height: 36px;
}

.product-detail-page {
    border-top: none;
}

.product-detail .br-wrapper {
    margin: 10px 0;
}

.product-detail .product-detail .btn i {
    margin-right: 0;
}

.product-detail .br-widget {
    min-height: 35px;
    margin-top: 0;
    display: block;
}

.product-detail .btn-number {
    background-color: #E0E0E0;
    border-color: #D4D4D4;
    border-radius: 0;
    color: #000;
}

.product-detail .product-price {
    display: inline-block;
    margin-right: 50px;
    font-size: 24px;
}

.product-detail .pro-desc {
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-detail hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-link:hover {
    color: #4099FF;
}

.counter-input .input-group {
    width: 20%;
}

.pro-det-tab .tab-content {
    border: 1px solid #CCC;
    border-top: 0;
}

.cd-price .cd-price-month {
    font-size: 64px;
}

.product-edit .br-wrapper {
    margin: 10px 0 30px;
}

.addcontact .md-content > div ul {
    padding-left: 0;
}

.panel-body p {
    overflow: hidden;
    margin-bottom: 0;
}

.panels-wells .panel {
    margin-bottom: 20px;
}

.panels-wells .panel .panel-body {
    padding: 15px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.search-result .card {
    border-top: none;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
}

.search-result .card .card-block h5 {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.search-result .card .card-block p {
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.4;
}

.search-content {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CCC;
}

.search-content img {
    width: 120px;
}

.search-content:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.search-result i {
    float: right;
}

.search2 .card-block:first-child {
    padding-top: 0;
}

.cart-page .wizard > .content > .body {
    width: 100%;
    padding: 0;
}

.wizard > .content > .body {
    width: 100%;
}

.card .wizard > .steps .current a {
    outline: none;
    border-radius: 5px;
}

.payment-card {
    border: 1px solid #CCC;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 20px;
}

.payment-card table {
    margin-bottom: 0;
}

.confirmation {
    text-align: center;
    font-size: 80px;
}

.confirmation-icon {
    color: #EA1029;
}

.width-100 {
    width: 100%;
}

.post-timelines .media {
    align-items: center;
}

.post-new-footer {
    border-top: 1px solid #CCC;
}

.post-new-footer i {
    font-size: 18px;
    margin-right: 15px;
    cursor: pointer;
}

.inline-editable .btn {
    padding: 10px;
}

.inline-editable .input-group .form-control {
    width: 100%;
}

.input-group span {
    cursor: pointer;
}

.input-group a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.msg-send {
    background-color: #F3F3F3;
}

.msg-send:focus {
    background-color: #F3F3F3;
}

.wall-dropdown:after {
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
}

.wall-img-preview .wall-item {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    border: 2px solid #FFF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: no-repeat center;
}

.wall-img-preview .wall-item > img {
    display: none;
}

.wall-img-preview .wall-item:first-child:nth-last-child(2),
.wall-img-preview .wall-item:first-child:nth-last-child(2) ~ div {
    width: 50%;
}

.wall-img-preview .wall-item:first-child:nth-last-child(10),
.wall-img-preview .wall-item:first-child:nth-last-child(10) ~ div:not(:last-child),
.wall-img-preview .wall-item:first-child:nth-last-child(11) ~ div:nth-last-of-type(-n+3),
.wall-img-preview .wall-item:first-child:nth-last-child(3),
.wall-img-preview .wall-item:first-child:nth-last-child(3) ~ div,
.wall-img-preview .wall-item:first-child:nth-last-child(4),
.wall-img-preview .wall-item:first-child:nth-last-child(4) ~ div:not(:last-child),
.wall-img-preview .wall-item:first-child:nth-last-child(5),
.wall-img-preview .wall-item:first-child:nth-last-child(5) ~ div:not(:nth-last-of-type(-n+2)),
.wall-img-preview .wall-item:first-child:nth-last-child(6),
.wall-img-preview .wall-item:first-child:nth-last-child(6) ~ div,
.wall-img-preview .wall-item:first-child:nth-last-child(7) ~ div:nth-last-of-type(-n+3),
.wall-img-preview .wall-item:first-child:nth-last-child(9),
.wall-img-preview .wall-item:first-child:nth-last-child(9) ~ div {
    width: 33.333333%;
}

.wall-img-preview .wall-item:first-child:nth-last-child(5) ~ div:nth-last-of-type(-n+2) {
    width: 50%;
}

.wall-img-preview .wall-item:first-child:nth-last-child(11),
.wall-img-preview .wall-item:first-child:nth-last-child(11) ~ div:not(:nth-last-of-type(-n+3)),
.wall-img-preview .wall-item:first-child:nth-last-child(12),
.wall-img-preview .wall-item:first-child:nth-last-child(12) ~ div,
.wall-img-preview .wall-item:first-child:nth-last-child(7),
.wall-img-preview .wall-item:first-child:nth-last-child(7) ~ div:not(:nth-last-of-type(-n+3)),
.wall-img-preview .wall-item:first-child:nth-last-child(8),
.wall-img-preview .wall-item:first-child:nth-last-child(8) ~ div {
    width: 25%;
}

.wall-img-preview .wall-item:first-child:nth-last-child(10) ~ div:nth-child(10),
.wall-img-preview .wall-item:first-child:nth-last-child(4) ~ div:nth-child(4),
.wall-img-preview .wall-item:only-child {
    width: 100%;
}

.dotted-line-theme .just_edit input[type="radio"] {
    opacity: 0;
}

.dotted-line-theme .ibtn_container i {
    color: #FFF;
    margin-right: 0;
}

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

#msform #progressbar li.active {
    color: #4099FF;
}

#msform #progressbar li.active:before,
#progressbar li.active:after {
    background: #4099FF;
}

#msform a {
    color: #4099FF;
    font-weight: 500;
}

.invoice-contact {
    display: flex;
    margin-bottom: 30px;
    padding-top: 30px;
    align-items: center;
}

.invoice-table {
    border-left: 1px solid #FFF;
    padding-left: 20px;
}

.invoice-table td,
.invoice-table th {
    border-top: none;
    padding: 3px 0;
}

.invoice-table > tbody > tr:last-child > td,
.invoice-table > tfoot > tr:last-child > td {
    padding-bottom: 0;
}

.invoice-box h1 {
    font-size: 7rem;
}

.invoice-order {
    padding-left: 0;
}

.invoice-order th:first-child {
    padding-left: 0;
    width: 80px;
}

.invoice-detail-table th:first-child {
    width: 450px;
    text-align: left;
}

.invoice-detail-table thead th {
    text-align: center;
}

.invoice-detail-table td {
    vertical-align: middle;
    text-align: center;
}

.invoice-detail-table td:first-child {
    text-align: left;
}

.invoice-total {
    background: #F3F3F3;
    padding: 30px 0;
}

.invoice-total td,
.invoice-total th {
    text-align: right;
}

.invoice-total td {
    padding-left: 30px;
}

.invoive-info h6 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #767676;
}

.invoice-total tbody {
    padding-right: 20px;
    float: right;
}

.dropdown-menu i {
    margin-right: 5px;
}

.grid-layout span {
    display: block;
    border: 1px solid #DDD;
    padding: 10px;
    margin: 5px 0;
}

.vertical-alignment .row {
    padding: 15px 0;
    min-height: 10rem;
    border: 1px solid #DDD;
}

.inte-benifits ul {
    list-style: square;
    padding-left: 20px;
}

.version .card-block {
    padding: 0;
}

.card.version .card-header .card-header-right {
    background-color: #FFF;
    top: 8px;
}

.version .nav {
    display: block;
}

.version .nav li {
    display: block;
    padding: 10px 20px;
    cursor: pointer;
}

.version .nav li:hover {
    background-color: #F6F7F7;
}

.version .nav li a {
    color: #666;
}

.version .nav li span {
    position: absolute;
    right: 20px;
}

.version .navigation-header a {
    color: #999;
}

.support-btn {
    padding: 0 20px 20px;
}

.img-radius {
    border-radius: 50%;
}

.version .nav li:first-child {
    border-top: 1px solid #DDD;
    color: #666;
}

.dd-w,
.sp-container {
    z-index: 99;
}

#sessionTimeout-dialog .close {
    display: none;
}

.pull-0 {
    right: auto;
}

.pull-1 {
    right: 8.333333%;
}

.pull-2 {
    right: 16.666667%;
}

.pull-3 {
    right: 25%;
}

.pull-4 {
    right: 33.333333%;
}

.pull-5 {
    right: 41.666667%;
}

.pull-6 {
    right: 50%;
}

.pull-7 {
    right: 58.333333%;
}

.pull-8 {
    right: 66.666667%;
}

.pull-9 {
    right: 75%;
}

.pull-10 {
    right: 83.333333%;
}

.pull-11 {
    right: 91.666667%;
}

.pull-12 {
    right: 100%;
}

.push-0 {
    left: auto;
}

.push-1 {
    left: 8.333333%;
}

.push-2 {
    left: 16.666667%;
}

.push-3 {
    left: 25%;
}

.push-4 {
    left: 33.333333%;
}

.push-5 {
    left: 41.666667%;
}

.push-6 {
    left: 50%;
}

.push-7 {
    left: 58.333333%;
}

.push-8 {
    left: 66.666667%;
}

.push-9 {
    left: 75%;
}

.push-10 {
    left: 83.333333%;
}

.push-11 {
    left: 91.666667%;
}

.push-12 {
    left: 100%;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-sm-0 {
        right: auto;
    }

    .pull-sm-1 {
        right: 8.333333%;
    }

    .pull-sm-2 {
        right: 16.666667%;
    }

    .pull-sm-3 {
        right: 25%;
    }

    .pull-sm-4 {
        right: 33.333333%;
    }

    .pull-sm-5 {
        right: 41.666667%;
    }

    .pull-sm-6 {
        right: 50%;
    }

    .pull-sm-7 {
        right: 58.333333%;
    }

    .pull-sm-8 {
        right: 66.666667%;
    }

    .pull-sm-9 {
        right: 75%;
    }

    .pull-sm-10 {
        right: 83.333333%;
    }

    .pull-sm-11 {
        right: 91.666667%;
    }

    .pull-sm-12 {
        right: 100%;
    }

    .push-sm-0 {
        left: auto;
    }

    .push-sm-1 {
        left: 8.333333%;
    }

    .push-sm-2 {
        left: 16.666667%;
    }

    .push-sm-3 {
        left: 25%;
    }

    .push-sm-4 {
        left: 33.333333%;
    }

    .push-sm-5 {
        left: 41.666667%;
    }

    .push-sm-6 {
        left: 50%;
    }

    .push-sm-7 {
        left: 58.333333%;
    }

    .push-sm-8 {
        left: 66.666667%;
    }

    .push-sm-9 {
        left: 75%;
    }

    .push-sm-10 {
        left: 83.333333%;
    }

    .push-sm-11 {
        left: 91.666667%;
    }

    .push-sm-12 {
        left: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-md-0 {
        right: auto;
    }

    .pull-md-1 {
        right: 8.333333%;
    }

    .pull-md-2 {
        right: 16.666667%;
    }

    .pull-md-3 {
        right: 25%;
    }

    .pull-md-4 {
        right: 33.333333%;
    }

    .pull-md-5 {
        right: 41.666667%;
    }

    .pull-md-6 {
        right: 50%;
    }

    .pull-md-7 {
        right: 58.333333%;
    }

    .pull-md-8 {
        right: 66.666667%;
    }

    .pull-md-9 {
        right: 75%;
    }

    .pull-md-10 {
        right: 83.333333%;
    }

    .pull-md-11 {
        right: 91.666667%;
    }

    .pull-md-12 {
        right: 100%;
    }

    .push-md-0 {
        left: auto;
    }

    .push-md-1 {
        left: 8.333333%;
    }

    .push-md-2 {
        left: 16.666667%;
    }

    .push-md-3 {
        left: 25%;
    }

    .push-md-4 {
        left: 33.333333%;
    }

    .push-md-5 {
        left: 41.666667%;
    }

    .push-md-6 {
        left: 50%;
    }

    .push-md-7 {
        left: 58.333333%;
    }

    .push-md-8 {
        left: 66.666667%;
    }

    .push-md-9 {
        left: 75%;
    }

    .push-md-10 {
        left: 83.333333%;
    }

    .push-md-11 {
        left: 91.666667%;
    }

    .push-md-12 {
        left: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-lg-0 {
        right: auto;
    }

    .pull-lg-1 {
        right: 8.333333%;
    }

    .pull-lg-2 {
        right: 16.666667%;
    }

    .pull-lg-3 {
        right: 25%;
    }

    .pull-lg-4 {
        right: 33.333333%;
    }

    .pull-lg-5 {
        right: 41.666667%;
    }

    .pull-lg-6 {
        right: 50%;
    }

    .pull-lg-7 {
        right: 58.333333%;
    }

    .pull-lg-8 {
        right: 66.666667%;
    }

    .pull-lg-9 {
        right: 75%;
    }

    .pull-lg-10 {
        right: 83.333333%;
    }

    .pull-lg-11 {
        right: 91.666667%;
    }

    .pull-lg-12 {
        right: 100%;
    }

    .push-lg-0 {
        left: auto;
    }

    .push-lg-1 {
        left: 8.333333%;
    }

    .push-lg-2 {
        left: 16.666667%;
    }

    .push-lg-3 {
        left: 25%;
    }

    .push-lg-4 {
        left: 33.333333%;
    }

    .push-lg-5 {
        left: 41.666667%;
    }

    .push-lg-6 {
        left: 50%;
    }

    .push-lg-7 {
        left: 58.333333%;
    }

    .push-lg-8 {
        left: 66.666667%;
    }

    .push-lg-9 {
        left: 75%;
    }

    .push-lg-10 {
        left: 83.333333%;
    }

    .push-lg-11 {
        left: 91.666667%;
    }

    .push-lg-12 {
        left: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 8.333333%;
    }

    .pull-xl-2 {
        right: 16.666667%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .pull-xl-4 {
        right: 33.333333%;
    }

    .pull-xl-5 {
        right: 41.666667%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .pull-xl-7 {
        right: 58.333333%;
    }

    .pull-xl-8 {
        right: 66.666667%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .pull-xl-10 {
        right: 83.333333%;
    }

    .pull-xl-11 {
        right: 91.666667%;
    }

    .pull-xl-12 {
        right: 100%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 8.333333%;
    }

    .push-xl-2 {
        left: 16.666667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .push-xl-4 {
        left: 33.333333%;
    }

    .push-xl-5 {
        left: 41.666667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .push-xl-7 {
        left: 58.333333%;
    }

    .push-xl-8 {
        left: 66.666667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .push-xl-10 {
        left: 83.333333%;
    }

    .push-xl-11 {
        left: 91.666667%;
    }

    .push-xl-12 {
        left: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.ie-warning {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFF;
    font-family: "Courier New", Courier, monospace;
    padding: 50px 0;
}

.ie-warning p {
    font-size: 17px;
}

.ie-warning .iew-container {
    min-width: 1024px;
    width: 100%;
    height: 200px;
    background: #FFF;
    margin: 50px 0;
}

.ie-warning .iew-download {
    list-style: none;
    padding: 30px 0;
    margin: 0 auto;
    width: 720px;
}

.ie-warning .iew-download > li {
    float: left;
    vertical-align: top;
}

.ie-warning .iew-download > li > a {
    display: block;
    color: #000;
    width: 140px;
    font-size: 15px;
    padding: 15px 0;
}

.ie-warning .iew-download > li > a > div {
    margin-top: 10px;
}

.ie-warning .iew-download > li > a:hover {
    background-color: #EEE;
}

.alpaca-field img {
    width: 250px;
}

@media only screen and (max-width: 575px) {
    .sticky-card {
        margin-bottom: 250px;
    }
}

.ms-container {
    width: 100%;
}

.progress {
    height: 1rem;
}

.progress .progress-bar {
    height: 100% !important;
}

.mCSB_container_wrapper {
    margin-right: 0;
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 0;
}

.mCSB_scrollTools {
    width: 10px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    width: 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(34, 34, 34, 0);
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(34, 34, 34, 0.5);
}

.scroll-container {
    overflow-x: hidden;
}

#main-chat .page-error i,
.full-calender .page-error i {
    font-size: 35px;
    border-radius: 6px;
    padding: 6px 9px;
}

@media only screen and (min-width: 788px) {
    #main-chat .page-error,
    .full-calender .page-error {
        display: none;
    }
}

@media only screen and (max-width: 786px) {
    #main-chat .page-body,
    .full-calender .page-body {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .clndr .event-listing {
        display: none;
    }

    .clndr .clndr-grid .day-number {
        padding: 3px 4px !important;
    }
}

.handsontable td,
.handsontable th {
    color: #121212;
}

#map,
.radial-bar:after {
    z-index: 99;
}

.content-group {
    padding: 10px;
}

.card-sub .card-title {
    margin-bottom: 10px;
    font-weight: 500;
}

.card-sub .card-text {
    color: #737373;
}

.long-press-popup {
    position: fixed;
    bottom: 15px;
    left: 275px;
    right: 35px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 8px;
    margin: 0;
    font-size: 50px;
}

.long-press-popup li {
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.invoice-list-page .dropdown-menu.show {
    right: 0;
    left: auto !important;
}

.header-navbar .navbar-wrapper .navbar-logo .mobile-menu.hover-menu {
    display: none;
}

@media only screen and (max-width: 992px) {
    .header-navbar .navbar-wrapper .navbar-logo .mobile-menu.hover-menu {
        display: block;
    }
}

.generic-card-block code {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.generic-image-body li {
    padding: 0 20px;
    display: inline-block;
}

.generic-image-body code {
    display: block;
}

.generic-image-body img {
    display: block;
    margin: 10px auto 20px;
}

.p-0 {
    padding: 0;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

.p-35 {
    padding: 35px;
}

.p-40 {
    padding: 40px;
}

.p-45 {
    padding: 45px;
}

.p-50 {
    padding: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-l-0 {
    padding-left: 0;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-35 {
    padding-left: 35px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-l-45 {
    padding-left: 45px;
}

.p-l-50 {
    padding-left: 50px;
}

.p-r-0 {
    padding-right: 0;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-35 {
    padding-right: 35px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-r-45 {
    padding-right: 45px;
}

.p-r-50 {
    padding-right: 50px;
}

.m-0 {
    margin: 0;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}

.m-35 {
    margin: 35px;
}

.m-40 {
    margin: 40px;
}

.m-45 {
    margin: 45px;
}

.m-50 {
    margin: 50px;
}

.m-t-0 {
    margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

.m-b-0 {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

.m-l-0 {
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

.m-r-0 {
    margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

.d-none {
    display: none;
}

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

.d-inline-flex {
    display: inline-flex;
}

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

.b-radius-5 {
    border-radius: 5px !important;
}

.b-radius-10 {
    border-radius: 10px !important;
}

.f-10 {
    font-size: 10px;
}

.f-12 {
    font-size: 12px;
}

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

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

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

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.f-24 {
    font-size: 24px;
}

.f-26 {
    font-size: 26px;
}

.f-28 {
    font-size: 28px;
}

.f-30 {
    font-size: 30px;
}

.f-32 {
    font-size: 32px;
}

.f-34 {
    font-size: 34px;
}

.f-36 {
    font-size: 36px;
}

.f-38 {
    font-size: 38px;
}

.f-40 {
    font-size: 40px;
}

.f-42 {
    font-size: 42px;
}

.f-44 {
    font-size: 44px;
}

.f-46 {
    font-size: 46px;
}

.f-48 {
    font-size: 48px;
}

.f-50 {
    font-size: 50px;
}

.f-52 {
    font-size: 52px;
}

.f-54 {
    font-size: 54px;
}

.f-56 {
    font-size: 56px;
}

.f-58 {
    font-size: 58px;
}

.f-60 {
    font-size: 60px;
}

.f-62 {
    font-size: 62px;
}

.f-64 {
    font-size: 64px;
}

.f-66 {
    font-size: 66px;
}

.f-68 {
    font-size: 68px;
}

.f-70 {
    font-size: 70px;
}

.f-72 {
    font-size: 72px;
}

.f-74 {
    font-size: 74px;
}

.f-76 {
    font-size: 76px;
}

.f-78 {
    font-size: 78px;
}

.f-80 {
    font-size: 80px;
}

.f-w-100 {
    font-weight: 100;
}

.f-w-300 {
    font-weight: 300;
}

.f-w-400 {
    font-weight: 400;
}

.f-w-600 {
    font-weight: 500;
}

.f-w-700 {
    font-weight: 700;
}

.f-w-900 {
    font-weight: 500;
}

.f-s-normal {
    font-style: normal;
}

.f-s-italic {
    font-style: italic;
}

.f-s-oblique {
    font-style: oblique;
}

.f-s-initial {
    font-style: initial;
}

.f-s-inherit {
    font-style: inherit;
}

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

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

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

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-overline {
    text-decoration: overline;
}

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

.text-underline {
    text-decoration: underline;
}

.baseline {
    vertical-align: baseline;
}

.sub {
    vertical-align: sub;
}

.super {
    vertical-align: super;
}

.top {
    vertical-align: top;
}

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

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

.text-bottom {
    vertical-align: text-bottom;
}

.initial {
    vertical-align: initial;
}

.inherit {
    vertical-align: inherit;
}

.pos-static {
    position: static;
}

.pos-absolute {
    position: absolute;
}

.pos-fixed {
    position: fixed;
}

.pos-relative {
    position: relative;
}

.pos-initial {
    position: initial;
}

.pos-inherit {
    position: inherit;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.f-none {
    float: none;
}

.o-hidden {
    overflow: hidden;
}

.o-visible {
    overflow: visible;
}

.o-auto {
    overflow: auto;
}

.img-20 {
    width: 20px;
}

.img-30 {
    width: 30px;
}

.img-40 {
    width: 40px;
}

.img-50 {
    width: 50px;
}

.img-60 {
    width: 60px;
}

.img-70 {
    width: 70px;
}

.img-80 {
    width: 80px;
}

.img-90 {
    width: 90px;
}

.img-100 {
    width: 100px;
}

.label:not(label) {
    border-radius: 500px;
    font-size: 80%;
    padding: 4px 8px 3px;
    white-space: nowrap;
    display: inline-block;
    margin-right: 5px;
    color: #FFF;
    line-height: 1;
    margin-bottom: 0;
    text-transform: capitalize;
}

.label-main {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 5px;
}

.label-warning {
    background: #FFC107;
}

.label-default {
    background: linear-gradient(45deg, #D6D6D6, #F0F0F0);
}

.label-danger {
    background-color: #EA1029;
}

.label-inverse {
    background: none;
}

.label-warning {
    color: #FFF;
}

.badge-warning {
    background: linear-gradient(45deg, #FFB64D, #FFCB80);
}

.badge-default {
    background: linear-gradient(45deg, #D6D6D6, #F0F0F0);
}

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

.badge-success {
    background: linear-gradient(45deg, #2ED8B6, #59E0C5);
}

.badge-inverse {
    background: linear-gradient(45deg, #121212, #3C3C3C);
}

.badge-info {
    background: linear-gradient(45deg, #00BCD4, #08E3FF);
}

.bg-color-box {
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.49);
    font-weight: 500;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.bg-color-box span {
    color: #FFF;
}

.main-menu {
    float: left;
    width: 235px;
    z-index: 99;
}

@media only screen and (max-width: 992px) {
    .main-menu {
        height: 100% !important;
    }
}

.main-menu .main-menu-header {
    align-items: center;
    display: flex;
    padding: 30px 20px 15px;
}

.main-menu .main-menu-header .user-details {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.main-menu .main-menu-header .user-details #more-details {
    cursor: pointer;
}

.main-menu .main-menu-header .user-details span {
    color: #000;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
}

.main-menu .main-menu-header .user-details span i {
    font-size: 10px;
    margin-left: 10px;
}

.main-menu .main-menu-header .user-details span:first-child {
    margin-bottom: 5px;
    font-weight: 500;
}

.main-menu .main-menu-header .user-details span:last-child {
    color: #999;
    font-size: 12px;
}

.main-menu .main-menu-content .more-details {
    display: none;
}

.main-menu .main-menu-content .more-details a {
    padding: 10px 25px;
    display: block;
    color: #000;
    transition: all ease-in 0.3s;
}

.main-menu .main-menu-content .more-details a:hover {
    color: #4099FF;
}

.main-menu .main-menu-content .more-details a i {
    margin-right: 10px;
}

.main-menu .main-menu-content .menu-search {
    padding: 20px 20px 10px;
}

.main-menu .main-menu-content li {
    position: relative;
}

.sidebar_toggle a {
    margin: -5px;
    line-height: 1;
}

.header-navbar {
    min-height: 56px;
}

.header-navbar .navbar-wrapper .navbar-logo {
    position: relative;
    align-items: center;
    float: left;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}

.header-navbar .navbar-wrapper .navbar-logo #logo-wrapper {
    display: block;
    height: 100%;
    width: 114px;
    position: relative;
}

.header-navbar .navbar-wrapper .navbar-logo #logo-wrapper img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

@media only screen and (max-width: 992px) {
    .header-navbar .navbar-wrapper .navbar-logo {
        justify-content: center;
    }
}

.header-navbar .navbar-wrapper .navbar-logo h5 {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .header-navbar .navbar-wrapper .navbar-logo .mobile-search {
        display: none !important;
    }
}

.header-navbar .navbar-wrapper .navbar-logo .mobile-options,
.header-navbar .navbar-wrapper .navbar-logo .mobile-search {
    display: none;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left,
.header-navbar .navbar-wrapper .navbar-container .nav-right {
    float: left;
    margin-bottom: 0;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left li,
.header-navbar .navbar-wrapper .navbar-container .nav-right li {
    float: left;
    line-height: 3.5;
    padding: 0 10px;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .header-navbar .navbar-wrapper .navbar-container .nav-left li,
    .header-navbar .navbar-wrapper .navbar-container .nav-right li {
        padding: 0 5px;
    }
}

.header-navbar .navbar-wrapper .navbar-container .nav-left li .sidebar_toggle a,
.header-navbar .navbar-wrapper .navbar-container .nav-right li .sidebar_toggle a {
    display: none;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left li > a,
.header-navbar .navbar-wrapper .navbar-container .nav-right li > a {
    font-size: 16px;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left li > a > i.flag-icon,
.header-navbar .navbar-wrapper .navbar-container .nav-right li > a > i.flag-icon {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left a,
.header-navbar .navbar-wrapper .navbar-container .nav-right a {
    padding: 0 0.6rem;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left .mega-menu-top i,
.header-navbar .navbar-wrapper .navbar-container .nav-right .mega-menu-top i {
    font-size: 10px;
    margin-left: 10px;
}

.header-navbar .navbar-wrapper .navbar-container .nav-right {
    float: right;
}

.header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile img {
    margin-right: 10px;
    width: 40px;
}

.header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile i {
    font-size: 10px;
    margin-left: 10px;
}

.header-navbar .navbar-wrapper .navbar-container .nav-right > .header-notification:nth-child(2) .show-notification li:first-child:hover,
.header-navbar .navbar-wrapper .navbar-container .nav-right > .header-notification:nth-child(2) .profile-notification li:first-child:hover {
    background-color: #FFF;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification {
    perspective: 1000px;
    z-index: 99;
    position: relative;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification,
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
    background: #FFF;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    opacity: 1;
    position: absolute;
    right: 0;
    visibility: visible;
    width: 24rem;
    display: none;
    transform: translateY(20px);
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification a,
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a {
    color: #121212;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li,
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li {
    border-top: 1px solid #4099FF;
    line-height: initial;
    padding: 1em 20px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child {
    padding: 10px 20px;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child h6,
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child h6 {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child label,
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child label {
    float: right;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li img,
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li img {
    width: 40px;
    margin-right: 10px;
    align-self: flex-start !important;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:hover,
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:hover {
    background-color: #F1F1F1;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.row li:hover,
.header-navbar .navbar-wrapper .navbar-container .header-notification .row.profile-notification li:hover {
    background-color: transparent;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-user,
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-user {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-msg,
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-msg {
    margin-bottom: 5px;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-time,
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-time {
    font-size: 12px;
    color: #919AA3;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
    width: 17em;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a {
    font-size: 15px;
    padding-left: 0;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification i {
    font-size: 15px;
    margin-left: 0;
    margin-right: 5px;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li {
    border-top: none;
    padding: 0.7em 20px;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child {
    padding: 0.7em 20px;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification.active:before {
    content: "";
    border: 10px solid transparent;
    border-left-color: #FFF;
    border-top-color: #FFF;
    position: absolute;
    border-radius: 5px;
    bottom: -32px;
    right: 20px;
    box-shadow: -11px -11px 35px 0 rgba(0, 0, 0, 0.25);
    transform: rotate(45deg);
    z-index: 9;
}

.header-navbar .navbar-wrapper .navbar-container .badge {
    border-radius: 100px;
    right: 15px;
    position: absolute;
    top: 14px;
    padding: 4px;
}

.header-navbar .navbar-wrapper .navbar-container .badge:after,
.header-navbar .navbar-wrapper .navbar-container .badge:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 20px 5px rgba(255, 255, 255, 0.4);
}

.header-navbar .navbar-wrapper .header-search {
    line-height: 0.8;
}

.header-navbar .navbar-wrapper .header-search .main-search {
    padding: 13px 0;
}

.header-navbar .navbar-wrapper .header-search .main-search .input-group {
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 20px;
}

.header-navbar .navbar-wrapper .header-search .main-search .input-group .form-control {
    padding: 0.3rem 0.75rem;
    width: 0;
    border: none;
    background-color: transparent;
}

.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-addon {
    padding: 0.3rem 0.75rem 0.3rem 0;
    background-color: transparent;
    border: none;
}

.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-addon.search-close {
    padding: 0.3rem 0 0.3rem 0.75rem;
    display: none;
}

.header-navbar .navbar-wrapper .header-search .main-search.open {
    color: #000;
}

.header-navbar .navbar-wrapper .header-search .main-search.open .input-group {
    background-color: #FFF;
}

.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .form-control {
    display: block;
}

.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-addon {
    color: #000;
}

.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-addon.search-close {
    display: block;
}

.my-container {
    position: relative;
    background: #F3F3F3;
}

.my-header {
    position: relative;
    display: block;
}

.my-main-container {
    display: block;
    position: relative;
    background: #F6F7FB;
}

.my-content {
    position: relative;
    display: block;
}

.sidebar_toggle a:focus {
    text-decoration: none;
}

.style-4 input[type="text"].focus {
    border-bottom: 1px solid;
}

.my-overlay-box {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    overflow: hidden;
}

.sparkline-chart {
    text-align: center;
}

body.menu-bottom .my-main-container {
    margin-top: 0 !important;
}

body.menu-bottom .navbar-wrapper {
    bottom: 0;
    top: auto;
    z-index: 1050;
}

@media only screen and (max-width: 992px) {

}

body.menu-bottom .header-navbar {
    position: fixed !important;
    bottom: 0;
    z-index: 9999 !important;
    -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08) !important;
}

body.menu-bottom .mega-menu-top .show-notification,
body.menu-bottom .mega-menu-top .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification,
.header-navbar .navbar-wrapper .navbar-container .header-notification body.menu-bottom .mega-menu-top .profile-notification {
    bottom: 0 !important;
}

body.menu-bottom .header-notification .show-notification,
body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification,
.header-navbar .navbar-wrapper .navbar-container body.menu-bottom .header-notification .profile-notification {
    bottom: 65px;
}

body.menu-bottom #collapse-menu {
    display: none;
}

.mCSB_container,
.mCustomScrollBox {
    overflow: visible !important;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(59, 70, 80, 0.5) !important;
}

.btn-default .badge {
    background-color: #FFF;
    color: #E0E0E0;
}

.btn {
    font-size: 12px;
    padding: 10px 19px;
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

@media only screen and (max-width: 480px) {
    .btn {
        padding: 10px 15px;
    }
}

.btn i.mdi,
.input-group-addon i.mdi {
    line-height: 0;
}

.btn .mdi:before,
.input-group-addon i.mdi:before {
    font-size: 134%;
    transform: translateY(2px);
}

.close {
    cursor: pointer;
}

.button-page .card-block {
    margin-bottom: -20px;
}

.button-page .card-block ul {
    margin-bottom: 0;
    display: inline-block;
}

.button-page .card-block a {
    margin-bottom: 20px;
}

.button-page .card-block ul li {
    display: inline-block;
    margin-right: 20px;
    float: left;
}

.button-page .btn {
    margin-bottom: 20px;
    margin-right: 10px;
}

.btn.btn-round {
    border-radius: 2rem;
}

.btn.btn-square {
    border-radius: 0;
}

.btn.btn-skew {
    transform: skew(-15deg);
}

.btn.btn-icon {
    border-radius: 50%;
    width: 40px;
    line-height: 30px;
    height: 40px;
    padding: 3px;
    text-align: center;
}

.btn.btn-out {
    outline: 1px solid #FFF;
    outline-offset: -5px;
}

.btn.btn-out-dashed {
    outline: 1px dashed #FFF;
    outline-offset: -5px;
}

.btn.btn-out-dotted {
    outline: 1px dotted #FFF;
    outline-offset: -5px;
}

.btn-group,
.btn-group-vertical {
    display: inline-flex;
}

.dropdown, .dropup {
    position: relative;
    display: inline-block;
}

.btn-group .btn {
    float: left;
}

.icon-btn i {
    margin-right: 0 !important;
}

.button-page .btn-group {
    margin-right: 10px;
}

.show > .dropdown-menu {
    overflow: hidden;
}

.dropdown-danger,
.dropdown-default,
.dropdown-disabled,
.dropdown-info,
.dropdown-inverse,
.dropdown-primary,
.dropdown-success,
.dropdown-warning,
.dropdown-warning {
    display: inline-block;
    vertical-align: center;
    position: relative;
}

.btn-group [class*=btn-],
.dropdown-split [class*=btn-] {
    margin-right: 0;
}

.show > .btn-primary.dropdown-toggle,
.wizard > .actions .show > a.dropdown-toggle {
    box-shadow: none;
    color: #FFF;
}

#Note-list li:hover .Note-delete {
    opacity: 1;
    transform: translateX(0px);
}

#Note-list li:hover .Note-delete:hover {
    background: rgba(0, 0, 0, 0.8);
}

.button-list .btn {
    margin-bottom: 10px;
    margin-right: 30px;
}

.Note-delete {
    margin-bottom: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    position: absolute;
    right: 20px;
    color: #FFF;
    transition: all ease-in 0.3s;
    border-radius: 5px;
    cursor: pointer;
    transform: translateX(10px);
}

.popover-body .color-code {
    margin-bottom: 10px;
}

.popover-body .display-color {
    width: 75px;
    height: 2.50rem;
    border-radius: 0.25rem;
    margin-right: 30px;
    background-color: rgba(64, 153, 255, 0.5);
    border-color: rgba(64, 153, 255, 0.5);
}

.popover-body span.block {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.popover-title {
    text-align: center;
}

.btn.btn-disabled,
.dropdown-disabled,
.dropdown-split-disabled {
    cursor: not-allowed;
}

.btn-outline-disabled {
    color: #0378FF;
    background-color: #FFF;
}

.btn-xl {
    padding: 14px 23px;
    font-size: 16px;
}

.btn-lg {
    padding: 11px 30px;
}

.btn-md {
    padding: 10px 25px;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 7px 8px;
    font-size: 12px;
}

.btn-mini {
    padding: 4px 6px;
    font-size: 9px;
}

.col-form-label {
    font-size: 14px;
}

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

.form-group {
    margin-bottom: 1.25em;
}

.form-group .form-control-lg {
    font-size: 1.25em;
}

.form-group .form-control-round {
    border-radius: 50px;
}

.form-group .form-control-static:focus {
    outline: none;
}

.form-control {
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #CCC;
}

.form-control.form-control-normal {
    font-weight: 400;
}

.form-control.form-control-bold {
    font-weight: 500;
}

.form-control.form-control-capitalize {
    text-transform: capitalize;
}

.form-control.form-control-uppercase {
    text-transform: uppercase;
}

.form-control.form-control-lowercase {
    text-transform: lowercase;
}

.form-control.form-control-variant {
    font-variant: small-caps;
}

.form-control.form-control-left {
    text-align: left;
}

.form-control.form-control-center {
    text-align: center;
}

.form-control.form-control-right {
    text-align: right;
}

.form-control.form-control-rtl {
    direction: rtl;
}

.form-control:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.left-icon-control {
    position: relative;
}

.left-icon-control input {
    padding-left: 50px;
}

.left-icon-control .form-icon {
    position: absolute;
    top: 50%;
    left: 17px;
    margin-top: -12px;
}

.right-icon-control {
    position: relative;
}

.right-icon-control input {
    padding-right: 50px;
}

.right-icon-control .form-icon {
    position: absolute;
    top: 7px;
    right: 17px;
}

.input-group {
    margin-bottom: 1.25em;
}

.input-group-dropdown [class*=btn-] {
    margin-bottom: 0;
}

.js-dynamic-disable,
.js-dynamic-enable {
    vertical-align: inherit;
}

.form-radio {
    position: relative;
}

.form-radio .form-help {
    position: absolute;
    width: 100%;
}

.form-radio label {
    position: relative;
    padding-left: 1.5rem;
    text-align: left;
    color: #333;
    display: block;
    line-height: 1.8;
}

.form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.radio .helper {
    position: absolute;
    top: -0.15rem;
    left: -0.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}

.radio .helper::after {
    transform: scale(0);
    background-color: #4099FF;
    border-color: #4099FF;
}

.radio .helper::after,
.radio .helper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
    border: 0.125rem solid #4099FF;
}

.radio label:hover .helper {
    color: #4099FF;
}

.radio input:checked ~ .helper::after {
    transform: scale(0.5);
}

.radio input:checked ~ .helper::before {
    color: #4099FF;
}

.radio.radiofill input:checked ~ .helper::after {
    transform: scale(1);
}

.radio.radiofill .helper::after {
    background-color: #4099FF;
}

.radio.radio-outline input:checked ~ .helper::after {
    transform: scale(0.6);
}

.radio.radio-outline .helper::after {
    background-color: #FFF;
    border: 0.225rem solid #4099FF;
}

.radio.radio-matrial input ~ .helper::after {
    background-color: #FFF;
}

.radio.radio-matrial input:checked ~ .helper::after {
    transform: scale(0.5);
    box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.72);
}

.radio.radio-matrial input:checked ~ .helper::before {
    background-color: #4099FF;
}

.radio.radio-disable {
    opacity: 0.7;
}

.radio.radio-disable label {
    cursor: not-allowed;
}

.radio-inline {
    display: inline-block;
    margin-right: 20px;
}

.radio.radiofill.radio-primary .helper::after {
    background-color: #4099FF;
    border-color: #4099FF;
}

.radio.radiofill.radio-primary .helper::before {
    border-color: #4099FF;
}

.radio.radio-outline.radio-primary .helper::after {
    background-color: #FFF;
    border: 0.225rem solid #4099FF;
}

.radio.radio-outline.radio-primary .helper::before {
    border-color: #4099FF;
}

.radio.radio-matrial.radio-primary input ~ .helper::after {
    background-color: #FFF;
    border-color: #FFF;
}

.radio.radio-matrial.radio-primary input ~ .helper::before {
    background-color: #4099FF;
    border-color: #4099FF;
}

.radio.radiofill.radio-warning .helper::after {
    background-color: #FFB64D;
    border-color: #FFB64D;
}

.radio.radiofill.radio-warning .helper::before {
    border-color: #FFB64D;
}

.radio.radio-outline.radio-warning .helper::after {
    background-color: #FFF;
    border: 0.225rem solid #FFB64D;
}

.radio.radio-outline.radio-warning .helper::before {
    border-color: #FFB64D;
}

.radio.radio-matrial.radio-warning input ~ .helper::after {
    background-color: #FFF;
    border-color: #FFF;
}

.radio.radio-matrial.radio-warning input ~ .helper::before {
    background-color: #FFB64D;
    border-color: #FFB64D;
}

.radio.radiofill.radio-default .helper::after {
    background-color: #D6D6D6;
    border-color: #D6D6D6;
}

.radio.radiofill.radio-default .helper::before {
    border-color: #D6D6D6;
}

.radio.radio-outline.radio-default .helper::after {
    background-color: #FFF;
    border: 0.225rem solid #D6D6D6;
}

.radio.radio-outline.radio-default .helper::before {
    border-color: #D6D6D6;
}

.radio.radio-matrial.radio-default input ~ .helper::after {
    background-color: #FFF;
    border-color: #FFF;
}

.radio.radio-matrial.radio-default input ~ .helper::before {
    background-color: #D6D6D6;
    border-color: #D6D6D6;
}

.radio.radiofill.radio-danger .helper::after {
    background-color: #EA1029;
    border-color: #EA1029;
}

.radio.radiofill.radio-danger .helper::before {
    border-color: #EA1029;
}

.radio.radio-outline.radio-danger .helper::after {
    background-color: #FFF;
    border: 0.225rem solid #EA1029;
}

.radio.radio-outline.radio-danger .helper::before {
    border-color: #EA1029;
}

.radio.radio-matrial.radio-danger input ~ .helper::after {
    background-color: #FFF;
    border-color: #FFF;
}

.radio.radio-matrial.radio-danger input ~ .helper::before {
    background-color: #EA1029;
    border-color: #EA1029;
}

.radio.radiofill.radio-success .helper::after {
    background-color: #2ED8B6;
    border-color: #2ED8B6;
}

.radio.radiofill.radio-success .helper::before {
    border-color: #2ED8B6;
}

.radio.radio-outline.radio-success .helper::after {
    background-color: #FFF;
    border: 0.225rem solid #2ED8B6;
}

.radio.radio-outline.radio-success .helper::before {
    border-color: #2ED8B6;
}

.radio.radio-matrial.radio-success input ~ .helper::after {
    background-color: #FFF;
    border-color: #FFF;
}

.radio.radio-matrial.radio-success input ~ .helper::before {
    background-color: #2ED8B6;
    border-color: #2ED8B6;
}

.radio.radiofill.radio-inverse .helper::after {
    background-color: #121212;
    border-color: #121212;
}

.radio.radiofill.radio-inverse .helper::before {
    border-color: #121212;
}

.radio.radio-outline.radio-inverse .helper::after {
    background-color: #FFF;
    border: 0.225rem solid #121212;
}

.radio.radio-outline.radio-inverse .helper::before {
    border-color: #121212;
}

.radio.radio-matrial.radio-inverse input ~ .helper::after {
    background-color: #FFF;
    border-color: #FFF;
}

.radio.radio-matrial.radio-inverse input ~ .helper::before {
    background-color: #121212;
    border-color: #121212;
}

.radio.radiofill.radio-info .helper::after {
    background-color: #00BCD4;
    border-color: #00BCD4;
}

.radio.radiofill.radio-info .helper::before {
    border-color: #00BCD4;
}

.radio.radio-outline.radio-info .helper::after {
    background-color: #FFF;
    border: 0.225rem solid #00BCD4;
}

.radio.radio-outline.radio-info .helper::before {
    border-color: #00BCD4;
}

.radio.radio-matrial.radio-info input ~ .helper::after {
    background-color: #FFF;
    border-color: #FFF;
}

.radio.radio-matrial.radio-info input ~ .helper::before {
    background-color: #00BCD4;
    border-color: #00BCD4;
}

.border-checkbox-section .border-checkbox-group {
    display: inline-block;
}

.border-checkbox-section .border-checkbox-group .border-checkbox:checked + .border-checkbox-label:after {
    -webkit-animation: check linear 0.5s;
    animation: check linear 0.5s;
    opacity: 1;
    border-color: #4099FF;
}

.border-checkbox-section .border-checkbox-group .border-checkbox:checked + .border-checkbox-label:after .border-checkbox-label:before {
    border-color: #EEE;
}

.border-checkbox-section .border-checkbox-group .border-checkbox-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
    margin-right: 15px;
}

.border-checkbox-section .border-checkbox-group .border-checkbox-label:after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    opacity: 0.9;
    border-right: 2px solid #EEE;
    border-top: 2px solid #EEE;
    position: absolute;
    left: 4px;
    top: 11px;
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.border-checkbox-section .border-checkbox-group .border-checkbox-label:before {
    content: "";
    display: block;
    border: 2px solid #4099FF;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}

.border-checkbox-section .border-checkbox {
    display: none;
}

.border-checkbox-section .border-checkbox:disabled ~ .border-checkbox-label {
    cursor: no-drop;
    color: #CCC;
}

@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 6px;
    }

    50% {
        height: 12px;
        width: 6px;
    }
}

@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 6px;
    }

    50% {
        height: 12px;
        width: 6px;
    }
}

.border-checkbox-section .border-checkbox-group-primary .border-checkbox-label:before {
    border: 2px solid #4099FF;
}

.border-checkbox-section .border-checkbox-group-primary .border-checkbox:checked + .border-checkbox-label:after {
    border-color: #4099FF;
}

.border-checkbox-section .border-checkbox-group-warning .border-checkbox-label:before {
    border: 2px solid #FFB64D;
}

.border-checkbox-section .border-checkbox-group-warning .border-checkbox:checked + .border-checkbox-label:after {
    border-color: #FFB64D;
}

.border-checkbox-section .border-checkbox-group-default .border-checkbox-label:before {
    border: 2px solid #D6D6D6;
}

.border-checkbox-section .border-checkbox-group-default .border-checkbox:checked + .border-checkbox-label:after {
    border-color: #D6D6D6;
}

.border-checkbox-section .border-checkbox-group-danger .border-checkbox-label:before {
    border: 2px solid #EA1029;
}

.border-checkbox-section .border-checkbox-group-danger .border-checkbox:checked + .border-checkbox-label:after {
    border-color: #EA1029;
}

.border-checkbox-section .border-checkbox-group-success .border-checkbox-label:before {
    border: 2px solid #2ED8B6;
}

.border-checkbox-section .border-checkbox-group-success .border-checkbox:checked + .border-checkbox-label:after {
    border-color: #2ED8B6;
}

.border-checkbox-section .border-checkbox-group-inverse .border-checkbox-label:before {
    border: 2px solid #121212;
}

.border-checkbox-section .border-checkbox-group-inverse .border-checkbox:checked + .border-checkbox-label:after {
    border-color: #121212;
}

.border-checkbox-section .border-checkbox-group-info .border-checkbox-label:before {
    border: 2px solid #00BCD4;
}

.border-checkbox-section .border-checkbox-group-info .border-checkbox:checked + .border-checkbox-label:after {
    border-color: #00BCD4;
}

.checkbox-fade,
.checkbox-zoom {
    display: inline-block;
    margin-right: 15px;
}

.checkbox-fade label:after,
.checkbox-zoom label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox-fade.fade-in-disable .cr,
.checkbox-fade.fade-in-disable label,
.checkbox-zoom.fade-in-disable .cr,
.checkbox-zoom.fade-in-disable label {
    color: #CCC;
    cursor: no-drop;
}

.checkbox-fade .cr,
.checkbox-zoom .cr {
    border-radius: 0;
    border: 2px solid #4099FF;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 20px;
    margin-right: 0.5em;
    position: relative;
    width: 20px;
}

.checkbox-fade .cr .cr-icon,
.checkbox-zoom .cr .cr-icon {
    color: #4099FF;
    font-size: 0.8em;
    left: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
}

.checkbox-fade label {
    line-height: 20px;
}

.checkbox-fade label input[type="checkbox"],
.checkbox-fade label input[type="radio"] {
    display: none;
}

.checkbox-fade label input[type="checkbox"]:checked + .cr > .cr-icon,
.checkbox-fade label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox-fade label input[type="checkbox"] + .cr > .cr-icon,
.checkbox-fade label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all 0.3s ease-in;
}

.checkbox-zoom label {
    line-height: 20px;
}

.checkbox-zoom label input[type="checkbox"],
.checkbox-zoom label input[type="radio"] {
    display: none;
}

.checkbox-zoom label input[type="checkbox"]:checked + .cr > .cr-icon,
.checkbox-zoom label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.checkbox-zoom label input[type="checkbox"] + .cr > .cr-icon,
.checkbox-zoom label input[type="radio"] + .cr > .cr-icon {
    transform: scale3d(0.2, 0.2, 0.1) translate3d(0, 0, 0);
    opacity: 0;
    transition: all 0.3s ease-in;
}

.checkbox-fade.fade-in-primary .cr,
.checkbox-fade.zoom-primary .cr,
.checkbox-zoom.fade-in-primary .cr,
.checkbox-zoom.zoom-primary .cr {
    border: 2px solid #4099FF;
}

.checkbox-fade.fade-in-primary .cr .cr-icon,
.checkbox-fade.zoom-primary .cr .cr-icon,
.checkbox-zoom.fade-in-primary .cr .cr-icon,
.checkbox-zoom.zoom-primary .cr .cr-icon {
    color: #4099FF;
}

.checkbox-fade.fade-in-warning .cr,
.checkbox-fade.zoom-warning .cr,
.checkbox-zoom.fade-in-warning .cr,
.checkbox-zoom.zoom-warning .cr {
    border: 2px solid #FFB64D;
}

.checkbox-fade.fade-in-warning .cr .cr-icon,
.checkbox-fade.zoom-warning .cr .cr-icon,
.checkbox-zoom.fade-in-warning .cr .cr-icon,
.checkbox-zoom.zoom-warning .cr .cr-icon {
    color: #FFB64D;
}

.checkbox-fade.fade-in-default .cr,
.checkbox-fade.zoom-default .cr,
.checkbox-zoom.fade-in-default .cr,
.checkbox-zoom.zoom-default .cr {
    border: 2px solid #D6D6D6;
}

.checkbox-fade.fade-in-default .cr .cr-icon,
.checkbox-fade.zoom-default .cr .cr-icon,
.checkbox-zoom.fade-in-default .cr .cr-icon,
.checkbox-zoom.zoom-default .cr .cr-icon {
    color: #D6D6D6;
}

.checkbox-fade.fade-in-danger .cr,
.checkbox-fade.zoom-danger .cr,
.checkbox-zoom.fade-in-danger .cr,
.checkbox-zoom.zoom-danger .cr {
    border: 2px solid #EA1029;
}

.checkbox-fade.fade-in-danger .cr .cr-icon,
.checkbox-fade.zoom-danger .cr .cr-icon,
.checkbox-zoom.fade-in-danger .cr .cr-icon,
.checkbox-zoom.zoom-danger .cr .cr-icon {
    color: #EA1029;
}

.checkbox-fade.fade-in-success .cr,
.checkbox-fade.zoom-success .cr,
.checkbox-zoom.fade-in-success .cr,
.checkbox-zoom.zoom-success .cr {
    border: 2px solid #2ED8B6;
}

.checkbox-fade.fade-in-success .cr .cr-icon,
.checkbox-fade.zoom-success .cr .cr-icon,
.checkbox-zoom.fade-in-success .cr .cr-icon,
.checkbox-zoom.zoom-success .cr .cr-icon {
    color: #2ED8B6;
}

.checkbox-fade.fade-in-inverse .cr,
.checkbox-fade.zoom-inverse .cr,
.checkbox-zoom.fade-in-inverse .cr,
.checkbox-zoom.zoom-inverse .cr {
    border: 2px solid #121212;
}

.checkbox-fade.fade-in-inverse .cr .cr-icon,
.checkbox-fade.zoom-inverse .cr .cr-icon,
.checkbox-zoom.fade-in-inverse .cr .cr-icon,
.checkbox-zoom.zoom-inverse .cr .cr-icon {
    color: #121212;
}

.checkbox-fade.fade-in-info .cr,
.checkbox-fade.zoom-info .cr,
.checkbox-zoom.fade-in-info .cr,
.checkbox-zoom.zoom-info .cr {
    border: 2px solid #00BCD4;
}

.checkbox-fade.fade-in-info .cr .cr-icon,
.checkbox-fade.zoom-info .cr .cr-icon,
.checkbox-zoom.fade-in-info .cr .cr-icon,
.checkbox-zoom.zoom-info .cr .cr-icon {
    color: #00BCD4;
}

.checkbox-color {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

.checkbox-color label {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    line-height: 20px;
}

.checkbox-color label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: -20px;
    border: 1px solid #CCC;
    border-radius: 0;
    background-color: #FFF;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox-color label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: -1px;
    top: 0;
    margin-left: -17px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #FFF;
}

.checkbox-color input[type="checkbox"] {
    opacity: 0;
}

.checkbox-color input[type="checkbox"]:focus + label::before {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox-color input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome', sans-serif;
    content: "\f00c";
}

.checkbox-color input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox-color input[type="checkbox"]:disabled + label::before {
    background-color: #EEE;
    cursor: not-allowed;
}

.checkbox-color.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox-color.checkbox-inline {
    margin-top: 0;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #FFF;
}

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

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

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

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

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

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

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

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

.bootstrap-tagsinput .tag {
    padding: 6px;
    border-radius: 5px;
}

.select2-container--default:focus {
    border-color: #4099FF;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #FFF transparent;
}

.select2-container--default .select2-search__field:focus {
    border: 1px solid #4099FF;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__choice span {
    color: #FFF;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #FFF transparent transparent transparent;
}

.ms-container .ms-list.ms-focus {
    border-color: #4099FF;
    box-shadow: inset 0 1px 1px rgba(26, 188, 156, 0.49), 0 0 8px rgba(26, 188, 156, 0.5);
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
    background-color: #4099FF;
}

.ms-selectable .custom-header,
.ms-selection .custom-header {
    background-color: #4099FF;
    color: #FFF;
    text-align: center;
}

.ms-list {
    display: block !important;
}

.ms-list li {
    width: 100%;
}

.form-group .messages p {
    margin-bottom: 0;
    transition: all ease-in 0.3s;
}

.form-group .popover-valid {
    position: absolute;
    right: 40px;
    top: 7px;
}

.wizard > .steps .current a {
    background: #4099FF;
    transition: all ease-in 0.3s;
    cursor: pointer;
    border-radius: 5px;
    outline: 1px solid #FFF;
    outline-offset: -7px;
}

.wizard > .steps .current a:hover {
    background: #5AA7FF;
    outline-offset: 0;
}

#design-wizard .steps li {
    position: relative;
    z-index: 99;
    margin-bottom: 20px;
}

#design-wizard .steps li:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #4099FF;
    width: 100%;
    top: 30px;
    z-index: -1;
}

#design-wizard .steps li a {
    width: 20%;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
}

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

.card .card-block .wizard-form .steps ul {
    display: block;
}

.card .card-block .wizard-form li {
    margin-right: 0;
}

.wizard > .content {
    border: 1px solid #CCC;
    border-radius: 5px;
    background: #FFF;
}

.badge {
    border-radius: 10px;
    padding: 3px 7px;
}

.badge-top-left {
    margin-right: -10px;
    right: 100%;
    top: -3px;
}

.badge-top-right {
    margin-left: -10px;
    top: -3px;
}

.badge-bottom-left {
    margin-left: -33px;
    bottom: -12px;
    right: 97%;
}

.badge-bottom-right {
    margin-left: -10px;
    bottom: -12px;
}

.label.label-lg {
    padding: 8px 21px;
}

.label.label-md {
    padding: 6px 14px;
}

.badge-lg {
    padding: 5px 9px;
    font-size: 14px;
}

.badge-md {
    padding: 4px 8px;
    font-size: 14px;
}

span.badge {
    display: inline-block !important;
}

.label-default {
    background-color: #D6D6D6 !important;
    border-color: #D6D6D6;
    box-shadow: none;
    color: #FFF;
}

.label-inverse-default {
    border: 1px solid #D6D6D6;
    color: #D6D6D6 !important;
}

.label-inverse-primary {
    border: 1px solid #337AB7;
    color: #337AB7 !important;
}

.label-inverse-success {
    border: 1px solid #5CB75D;
    color: #5CB75D !important;
}

.label-inverse-warning {
    border: 1px solid #FFC107;
    color: #FFC107 !important;
}

.label-inverse-danger {
    border: 1px solid #EE3123;
    color: #EE3123 !important;
}

.label-inverse-info {
    border: 1px solid #17A2B8;
    color: #17A2B8 !important;
}

.label-inverse-info-border {
    border: 1px solid #121212;
    color: #121212 !important;
}

.badge-inverse-default {
    border: 1px solid #D6D6D6;
    color: #D6D6D6 !important;
}

.badge-inverse-primary {
    border: 1px solid #4099FF;
    color: #4099FF !important;
}

.badge-inverse-success {
    border: 1px solid #2ED8B6;
    color: #2ED8B6 !important;
}

.badge-inverse-warning {
    border: 1px solid #FFB64D;
    color: #FFB64D !important;
}

.badge-inverse-danger {
    border: 1px solid #EA1029;
    color: #EA1029 !important;
}

.badge-inverse-info {
    border: 1px solid #121212;
    color: #121212 !important;
}

.label-icon {
    position: relative;
}

.label-icon label {
    position: absolute;
}

.data-table-main.icon-list-demo [class*=col-] {
    margin-bottom: 10px;
}

.data-table-main.icon-svg-demo [class*=col-] {
    margin-bottom: 10px;
}

.icon-list-demo i {
    border: 1px solid #ECEEEF;
    border-radius: 3px;
    color: rgba(43, 61, 81, 0.7);
    display: inline-block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 12px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}

.icon-list-demo div {
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: 10px;
}

.icon-list-demo i:hover {
    color: #64B0F2;
}

.flags .f-item {
    padding: 12px;
    border: 1px solid #DDD;
    margin-right: 15px;
    display: inline-block;
}

.data-table-main.flags [class*=col-] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.content-flag label {
    margin-bottom: 0;
    cursor: pointer;
}

.content-flag .txt-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
}

.outer-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

label.txt-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 135px;
}

.flags .f-item .name,
.flags .f-item .capital {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0;
}

.flags .f-item .code {
    display: block;
    font-size: 90%;
    color: #999;
    padding-bottom: 0;
}

.bg-pic {
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
}

.popup-menu {
    padding: 0;
}

.popup-menu .popup-list {
    background: linear-gradient(45deg, #4099FF, #73B4FF);
    border-radius: 0;
}

.popup-menu .popup-list > ul > li {
    transition: all ease-in .3s;
    color: #FFF;
    border-left: none;
    cursor: pointer;
}

.popup-menu .popup-list > ul > li:hover {
    background-color: #384C5F;
    color: #FFF;
}

.j-tabs-container .j-tabs-label,
.j-tabs-container input[type="radio"]:checked + .j-tabs-label {
    border-top: 4px solid #4099FF;
}

.pop-up-logo img {
    margin-top: 10px;
    margin-left: 80px;
}

.popup-list-open .popup-list-wrapper {
    z-index: 99;
}

.span4 label {
    color: #121212 !important;
}

.pop-up-wrapper {
    margin-left: 0 !important;
}

@media only screen and (max-width: 480px) {
    .j-wrapper {
        padding: 0;
        border: none;
        background-color: transparent;
    }
}

.box-list div div div {
    margin-bottom: 20px;
}

.box-list {
    padding-bottom: 0;
}

.box-list p {
    margin-bottom: 0 !important;
}

.z-depth-top-0 {
    box-shadow: 0 -5px 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-top-1 {
    box-shadow: 0 -7px 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-top-2 {
    box-shadow: 0 -9px 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-top-3 {
    box-shadow: 0 -10px 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-top-4 {
    box-shadow: 0 -11px 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-top-5 {
    box-shadow: 0 -12px 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-bottom-0 {
    box-shadow: 0 5px 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-bottom-1 {
    box-shadow: 0 7px 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-bottom-2 {
    box-shadow: 0 9px 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-bottom-3 {
    box-shadow: 0 10px 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-bottom-4 {
    box-shadow: 0 11px 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-bottom-5 {
    box-shadow: 0 12px 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-left-0 {
    box-shadow: -5px 0 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-left-1 {
    box-shadow: -7px 0 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-left-2 {
    box-shadow: -9px 0 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-left-3 {
    box-shadow: -10px 0 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-left-4 {
    box-shadow: -11px 0 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-left-5 {
    box-shadow: -12px 0 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-right-0 {
    box-shadow: 5px 0 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-right-1 {
    box-shadow: 7px 0 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-right-2 {
    box-shadow: 9px 0 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-right-3 {
    box-shadow: 10px 0 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-right-4 {
    box-shadow: 11px 0 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-right-5 {
    box-shadow: 12px 0 25px -5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-0 {
    box-shadow: 0 0 25px 5px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-1 {
    box-shadow: 0 0 25px 7px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-2 {
    box-shadow: 0 0 25px 9px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-3 {
    box-shadow: 0 0 25px 10px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-4 {
    box-shadow: 0 0 25px 11px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

.z-depth-5 {
    box-shadow: 0 0 25px 12px #CCC, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}

table.table-bordered.dataTable tbody th:focus,
table.table-bordered.dataTable tbody td:focus {
    outline: none;
}

.card .card-block ul.pagination li {
    margin-right: 0;
}

.page-link {
    color: #121212;
}

td.highlight {
    font-weight: 700;
    color: #00BCD4;
    background-color: #F5F5F5;
}

.table.compact td,
.table.compact th {
    padding: .45rem;
}

.dataTables_paginate .pagination {
    float: right;
}

#multi-table_wrapper .dataTables_paginate .pagination {
    float: none;
}

#footer-search tfoot .form-control,
#footer-select tfoot .form-control,
#form-input-table .form-control,
.search-api .form-control,
#dt-live-dom .form-control {
    width: 90%;
}

.search-api .checkbox-fade {
    display: block;
    text-align: center;
}

td.details-control {
    /*background: url("../images/details_open.png") no-repeat center center;*/
    cursor: pointer;
}

tr.shown td.details-control {
    /*background: url("../images/details_close.png") no-repeat center center;*/
}

#row-select .selected,
#row-delete .selected {
    background-color: #4099FF;
    color: #FFF;
}

div.dt-autofill-list div.dt-autofill-button button {
    background-color: #4099FF;
    border-color: #4099FF;
}

table.dataTable {
    border-collapse: collapse !important;
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
    background-color: #4099FF;
    color: #FFF;
}

table.dataTable td.select-checkbox:before,
table.dataTable th.select-checkbox:before {
    margin-top: 0;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    margin-top: -6px;
    margin-left: -5px;
}

button.dt-button,
div.dt-button,
a.dt-button,
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled),
button.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
    border-color: #4099FF;
    border-radius: 5px;
    color: #FFF;
    background: #4099FF none;
    font-size: 14px;
}

button.dt-button.btn-warning,
div.dt-button.btn-warning,
a.dt-button.btn-warning {
    border-color: #FFB64D;
    border-radius: 5px;
    color: #FFF;
    background: #FFB64D none;
}

button.dt-button.btn-danger,
div.dt-button.btn-danger,
a.dt-button.btn-danger {
    border-color: #EA1029;
    border-radius: 5px;
    color: #FFF;
    background: #EA1029 none;
}

button.dt-button.btn-inverse,
div.dt-button.btn-inverse,
a.dt-button.btn-inverse {
    border-color: #121212;
    border-radius: 5px;
    color: #FFF;
    background: #121212 none;
}

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
    background: #5AA7FF none;
    border-color: #4099FF;
}

button.dt-button.btn-warning:hover:not(.disabled),
div.dt-button.btn-warning:hover:not(.disabled),
a.dt-button.btn-warning:hover:not(.disabled) {
    background: #FFCB80 none;
    border-color: #FFB64D;
}

button.dt-button.btn-danger:hover:not(.disabled),
div.dt-button.btn-danger:hover:not(.disabled),
a.dt-button.btn-danger:hover:not(.disabled) {
    background: #FF869A none;
    border-color: #EA1029;
}

button.dt-button.btn-inverse:hover:not(.disabled),
div.dt-button.btn-inverse:hover:not(.disabled),
a.dt-button.btn-inverse:hover:not(.disabled) {
    background: #3C3C3C none;
    border-color: #121212;
}

div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
    border-color: #4099FF;
    background: #4099FF none;
}

div.dt-buttons {
    clear: both;
}

.card .table-card-header b {
    display: block;
    color: #4099FF;
    margin-top: 15px;
}

.card .table-card-header span {
    color: #0D7EFF;
    display: inline-block;
    margin-top: 0;
}

div.dataTables_wrapper div.dataTables_info {
    display: inline-block;
}

table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
    background-color: #FFF;
}

div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
    margin-bottom: 0;
    z-index: 2;
}

div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
    border-bottom: none;
}

th,
td {
    white-space: nowrap;
}

@media print {
    table.fixedHeader-floating {
        display: none;
    }
}

table.dataTable th.focus,
table.dataTable td.focus {
    outline: 3px solid #4099FF;
    outline-offset: -1px;
}

table.dataTable td.focus {
    outline: 1px solid #EA1029;
    outline-offset: -3px;
    background-color: #F8E6E6 !important;
}

#events {
    margin-bottom: 1em;
    padding: 1em;
    background-color: #F6F6F6;
    border: 1px solid #999;
    border-radius: 3px;
    height: 100px;
    overflow: auto;
}

table.dataTable td.reorder {
    text-align: center;
    cursor: move;
}

#result {
    border: 1px solid #888;
    background: #F7F7F7;
    padding: 1em;
    margin-bottom: 1em;
}

div.DTS {
    display: block !important;
}

div.DTS tbody th,
div.DTS tbody td {
    white-space: nowrap;
}

div.DTS div.dataTables_scrollBody table {
    z-index: 2;
}

div.DTS div.dataTables_paginate,
div.DTS div.dataTables_length {
    display: none;
}

.footable .pagination > li > a,
.footable .pagination > li > span {
    color: #121212;
}

table.footable-paging-center > tfoot > tr.footable-paging > td {
    padding-bottom: 0;
}

.make-me-red {
    color: #F00;
}

.contact-table tr td:nth-child(n-2) {
    text-align: center;
}

.contact-table tr td:last-child {
    position: relative;
}

.contact-table tr td:last-child .dropdown-menu {
    top: 52px;
}

#checkbox-select tr td.select-checkbox,
#checkbox-select tr th.select-checkbox {
    padding-left: 30px;
}

#checkbox-select tr td.select-checkbox:before,
#checkbox-select tr td.select-checkbox:after,
#checkbox-select tr th.select-checkbox:before,
#checkbox-select tr th.select-checkbox:after {
    left: 15px;
}

.widget-statstic-card .card-header {
    border-bottom: 0 solid transparent;
}

.widget-statstic-card .st-icon {
    color: #FFF;
    font-size: 23px;
    padding: 40px 40px 20px 20px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    right: -30px;
    transition: all 0.3s ease-in-out;
}

.widget-statstic-card h2 {
    font-weight: 500;
    display: inline-block;
}

.widget-statstic-card span {
    border-radius: 30px;
    padding: 5px 20px;
    font-weight: 500;
}

.widget-statstic-card:hover .st-icon {
    font-size: 50px;
}

.card-comment {
    transition: all ease-in-out 0.5s;
}

.card-comment .card-block-small {
    border-bottom: 1px solid #F1F1F1;
}

.card-comment .card-block-small .comment-desc h6 {
    font-weight: 500;
}

.card-comment .card-block-small .comment-desc .btn-comment {
    font-size: 13px;
    padding: 5px 20px;
    line-height: 1;
    color: #FFF;
}

.card-comment .card-block-small:hover {
    background-color: #F1F1F1;
}

.card-comment img {
    float: left;
    width: 60px;
}

.card-comment .comment-desc {
    padding-left: 80px;
    vertical-align: top;
}

.card-comment .comment-btn,
.card-comment .date {
    display: inline-block;
}

.card-comment .date {
    float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-comment .card-comment .date {
        float: none;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .card-comment .card-comment .comment-desc {
        padding-left: 60px;
    }

    .card-comment .card-comment .date {
        float: none;
        display: block;
        margin-top: 20px;
    }

    .card-comment .date {
        float: none;
        margin-top: 15px;
    }
}

.review-project thead th {
    border-bottom: none;
    border-top: none;
}

.review-project tbody tr:first-child td {
    border-top: none;
}

.review-project tbody tr td h6,
.review-project tbody tr td p {
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
}

.review-project img {
    vertical-align: top;
}

.review-project .project-contain {
    margin-left: 15px;
    display: inline-block;
}

.review-project .progress {
    width: 100%;
    height: 8px;
    background-color: #CDD8DC;
    border-radius: 30px;
    position: relative;
    overflow: inherit;
}

.review-project .progress .progress-bar {
    border-radius: 30px;
}

.review-project .progress label {
    position: absolute;
    top: -22px;
    right: 0;
    color: #121212;
    font-weight: 500;
    font-size: 12px;
}

.past-payment-card thead th {
    border-bottom: none;
    border-top: none;
}

.past-payment-card tbody tr:last-child td {
    padding-bottom: 0;
}

.past-payment-card tbody tr td {
    vertical-align: middle;
}

.past-payment-card tbody tr:first-child td {
    border-top: none;
}

.past-payment-card img {
    width: 40px;
}

.card-power h2 {
    font-weight: 500;
    display: inline-block;
}

.card-power span {
    font-size: 20px;
    margin-left: 5px;
}

.card-power .map-area h6 {
    display: inline-block;
    font-weight: 500;
}

.card-power .map-area span {
    font-size: inherit;
    margin-left: 0;
    font-weight: 500;
}

.card-power .map-area p {
    line-height: 18px;
}

.amount-card {
    color: #FFF;
}

.amount-card h4 {
    text-align: center;
}

.amount-card i {
    position: absolute;
    font-size: 25px;
    top: 25px;
    left: 20px;
}

.amount-card p {
    text-align: center;
    position: absolute;
    margin-bottom: 0;
    bottom: 10px;
    left: 0;
    right: 0;
    color: #666;
}

#Statistics-chart {
    height: 200px;
    width: 100%;
}

@media only screen and (min-width: 1400px) {
    #Statistics-chart {
        height: 260px;
    }
}

.notification-card {
    text-align: center;
    color: #FFF;
}

.notification-card .card-block {
    padding: 0;
}

.notification-card .card-block > div {
    margin-left: 0;
    margin-right: 0;
}

.notification-card .card-block .notify-icon i {
    font-size: 30px;
}

.notification-card .card-block .notify-cont {
    padding: 15px 0;
    border-left: 1px solid #FFF;
}

.notification-card .card-block .notify-cont p {
    margin-bottom: 0;
}

.order-card {
    color: #FFF;
}

.order-card i {
    font-size: 26px;
}

.user-card .card-block {
    text-align: center;
}

.user-card .card-block .usre-image img {
    z-index: 20;
    position: absolute;
    top: 5px;
    left: 5px;
}

.user-card .card-block .activity-leval li {
    display: inline-block;
    width: 14%;
    height: 4px;
    margin: 0 3px;
    background-color: #CCC;
}

.user-card .card-block .activity-leval li.active {
    background-color: #2ED8B6;
}

.user-card .card-block .counter-block {
    color: #FFF;
}

.user-card .card-block .counter-block p {
    margin-bottom: 0;
}

.user-card .card-block .counter-block i {
    font-size: 20px;
}

.user-card .card-block .user-social-link i {
    font-size: 30px;
}

.map-visitor-card .card-header h5 {
    color: #FFF;
}

.map-visitor-card .card-footer {
    background-color: #FFF;
}

.map-visitor-card .card-footer .progress {
    height: 4px;
}

.seo-card .overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #000;
}

.seo-card .seo-content {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
}

.seo-card .seo-content h4,
.seo-card .seo-content h6 {
    position: relative;
}

.seo-card .seo-content h4:before,
.seo-card .seo-content h6:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #FFF;
}

@media only screen and (min-width: 1400px) {

}

.tabs-card .table th {
    border-top: 0 solid transparent;
}

.tabs-card .md-tabs .nav-item i {
    font-size: 15px;
    margin-right: 15px;
}

.trnasiction-card .transection-preogress p,
.trnasiction-card .transection-preogress span {
    color: #FFF;
    transform: rotate(-45deg);
}

.trnasiction-card .transection-footer > div {
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.trnasiction-card .transection-footer > div:hover {
    background-color: #F1F1F1;
}

.user-radial-card {
    text-align: center;
}

.user-radial-card > div {
    margin: 0 auto;
    display: block;
}

.user-radial-card > div img {
    box-shadow: 0 0 0 10px #FFF;
}

.user-radial-card p {
    margin-bottom: 0;
}

#email-chart,
#student-chart {
    height: 200px;
    width: 100%;
}

.statustic-card .card-block {
    position: relative;
}

.statustic-card .card-block .progress {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 5px;
    overflow: visible;
}

.statustic-card .card-block .progress .progress-bar {
    position: relative;
}

.statustic-card .card-block .progress .progress-bar:before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    background: inherit;
}

.statustic-card .card-block .progress .progress-bar.bg-c-blue:before {
    animation: blue-blink-bar 0.5s linear infinite;
}

.statustic-card .card-block .progress .progress-bar.bg-c-green:before {
    animation: green-blink-bar 0.5s linear infinite;
}

.statustic-card .card-block .progress .progress-bar.bg-c-pink:before {
    animation: pink-blink-bar 0.5s linear infinite;
}

.statustic-card .card-block .progress .progress-bar.bg-c-yellow:before {
    animation: yellow-blink-bar 0.5s linear infinite;
}

@keyframes blue-blink-bar {
    0% {
        box-shadow: 0 0 0 0 rgba(64, 153, 255, 0.1);
    }

    50% {
        box-shadow: 0 0 0 6px rgba(64, 153, 255, 0.3);
    }
}

@keyframes green-blink-bar {
    0% {
        box-shadow: 0 0 0 0 rgba(46, 216, 182, 0.1);
    }

    50% {
        box-shadow: 0 0 0 6px rgba(46, 216, 182, 0.3);
    }
}

@keyframes pink-blink-bar {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 83, 112, 0.1);
    }

    50% {
        box-shadow: 0 0 0 6px rgba(255, 83, 112, 0.3);
    }
}

@keyframes yellow-blink-bar {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 182, 77, 0.1);
    }

    50% {
        box-shadow: 0 0 0 6px rgba(255, 182, 77, 0.3);
    }
}

.wather-card .sparcle .s-img-1,
.wather-card .sparcle .s-img-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.wather-card .sparcle .s-img-1 {
    animation: sparcle 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.wather-card .sparcle .s-img-2 {
    animation: sparcle 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s;
}

.wather-card .sparcle .mountain {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.wather-card .sparcle .sun {
    background: #FFF;
    position: absolute;
    top: 80px;
    left: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.wather-card .sparcle .sun:after,
.wather-card .sparcle .sun:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    box-shadow: inset 0 0 20px 5px rgba(255, 255, 255, 0.4);
}

.wather-card .sparcle .sun:after {
    animation: sunwawe 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.wather-card .sparcle .sun:before {
    animation: sunwawe 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s;
}

.wather-card .card-block {
    background-color: #FFF;
}

.wather-card .card-block .progress {
    height: 30px;
    background-color: #FFF;
    border: 1px solid #666;
    padding: 8px;
    border-radius: 15px;
    margin: 5px 20px 25px 25px;
}

.wather-card .card-block .progress .progress-bar {
    border-radius: 6px;
    width: 100%;
    padding: 3px;
}

.wather-card .card-block .progress-label {
    width: 70px;
    height: 70px;
    background-color: #FFF;
    border: 1px solid #666;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: 0;
}

.wather-card .card-block .progress-label span {
    text-align: center;
    padding: 15px 0;
    background-color: #4099FF;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 20px;
    position: absolute;
    color: #FFF;
    top: 4px;
    left: 4px;
}

@keyframes sparcle {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@keyframes sunwawe {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }
}

.popular-img-block img {
    width: calc(100% / 3.5);
    margin: 5px;
}

@media only screen and (min-width: 1400px) {
    .popular-img-block img {
        width: calc(100% / 4.7);
    }
}

.social-card {
    color: #FFF;
}

.social-card .owl-carousel .owl-item img {
    width: 20px;
    height: 20px;
    float: right;
}

.social-card .owl-dots {
    text-align: center;
}

.social-card .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    border: 1px solid #FFF;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

.social-card .owl-dots .owl-dot.active {
    background-color: #FFF;
}

.chat-card .media {
    margin-top: 15px;
    margin-bottom: 15px;
}

.chat-card .msg {
    padding: 3px 7px;
    margin: 5px 0;
    display: inline-block;
}

.chat-card .chat-saprator span {
    background-color: #FFF;
    color: #4099FF;
    z-index: 99;
    position: relative;
    padding: 0 5px;
    font-style: italic;
}

.chat-card .received-chat .msg {
    background-color: #D9EBFF;
}

.chat-card .send-chat {
    text-align: right;
}

.chat-card .send-chat .msg {
    text-align: left;
    background-color: #D9D9D9;
}

.chat-card .chat-control {
    border-top: 1px solid #D6D6D6;
    position: relative;
}

.chat-card .chat-control .chat-form .form-control {
    border: none;
    margin: 15px 0;
}

.chat-card .chat-control .chat-form .form-control:active,
.chat-card .chat-control .chat-form .form-control:focus,
.chat-card .chat-control .chat-form .form-control:hover {
    outline: none;
    border: none;
}

.chat-card .chat-control .chat-form .chat-btn {
    position: absolute;
    right: 25px;
    top: 22px;
}

.alert {
    font-size: 15px;
    margin-bottom: 2rem;
}

.alert.icons-alert {
    border-left-width: 48px;
}

.alert.icons-alert .alert-icon {
    left: 15px;
    position: relative;
    text-align: center;
    top: 0;
    z-index: 3;
}

.alert.icons-alert p {
    line-height: 21px;
    margin-bottom: 0;
}

.close {
    font-size: 16px;
    margin-top: 5px;
}

.border-default {
    border-color: transparent;
    border-left: 3px solid #D6D6D6;
    border-radius: 0;
    box-shadow: 0 0 1px #999;
    color: #D6D6D6;
}

.border-primary {
    border-color: transparent;
    border-left: 3px solid #4099FF;
    border-radius: 0;
    box-shadow: 0 0 1px #999;
    color: #4099FF;
}

.border-success {
    border-color: transparent;
    border-left: 3px solid #2ED8B6;
    border-radius: 0;
    box-shadow: 0 0 1px #999;
    color: #2ED8B6;
}

.border-info {
    border-color: transparent;
    border-left: 3px solid #00BCD4;
    border-radius: 0;
    box-shadow: 0 0 1px #999;
    color: #00BCD4;
}

.border-warning {
    border-color: transparent;
    border-left: 3px solid #FFB64D;
    border-radius: 0;
    box-shadow: 0 0 1px #999;
    color: #FFB64D;
}

.border-danger {
    border-color: transparent;
    border-left: 3px solid #EA1029;
    border-radius: 0;
    box-shadow: 0 0 1px #999;
    color: #EA1029;
}

.background-default {
    background-color: #D6D6D6;
    color: #FFF;
}

.background-primary {
    background-color: #4099FF;
    color: #FFF;
}

.background-success {
    background-color: #2ED8B6;
    color: #FFF;
}

.background-info {
    background-color: #00BCD4;
    color: #FFF;
}

.background-warning {
    background-color: #FFB64D;
    color: #FFF;
}

.background-danger {
    background-color: #EA1029;
    color: #FFF;
}

.icons-alert {
    position: relative;
}

.icons-alert:before {
    color: #FFF;
    content: '\f027';
    font-family: 'IcoFont', sans-serif !important;
    font-size: 16px;
    left: -30px;
    position: absolute;
    top: 20px;
}

[class*="alert-"] code {
    margin-left: 10px;
}

.common-img-bg {
    background-size: cover;
    background: linear-gradient(45deg, #4099FF, #73B4FF);
    height: 100%;
}

.signin-card .auth-box button i,
.signup-card .auth-box button i,
.login-card .auth-box button i {
    padding: 5px 0;
}

.login-card.auth-body {
    width: 450px;
}

.signin-card.auth-body {
    width: 550px;
}

.signup-card.auth-body {
    width: 650px;
    margin-bottom: 70px;
}

.login-card {
    border-radius: 30px;
    position: relative;
    display: block;
    margin: 15px 0;
}

.login-card h1 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}

.login {
    text-align: left;
}

.login ul li label {
    color: #767676;
    font-weight: 500;
    letter-spacing: 1px;
}

.login h3 {
    color: #666;
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
}

.header .login-card {
    margin-top: 30px;
}

.social-login {
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.social-login .btn {
    margin-left: 5px;
    margin-right: 5px;
}

.my-header.auth-header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 0 -1px 15px -4px rgba(0, 0, 0, 0.79);
}

.login-card .card-footer {
    background: #FFF;
}

.login-card h1 {
    color: #1B8BF9;
}

.login-card .forget {
    border-bottom: 1px solid #FFF;
    font-size: 24px;
    line-height: 0.6;
}

.login-card h3 {
    color: #666;
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
}

.btn-signup .btn-md,
.btn-singin1 .btn-md,
.btn-singin2 .btn-md {
    font-size: 22px;
    font-weight: 400;
    width: 400px;
}

.form-group-main .form-group {
    margin: 30px 0;
}

.imgs-screen .img-circle {
    padding: 4px;
    border: 1px solid #E6E6E4;
}

.sign-in-with {
    font-weight: 500;
    margin: 24px auto 16px;
    position: relative;
    text-align: center;
}

.sign-in-with .text {
    display: inline-block;
    padding: 0 8px;
    position: relative;
    vertical-align: baseline;
    z-index: 9999;
}

.sign-in-with .text:after {
    left: 100%;
}

.sign-in-with .text:before {
    right: 100%;
}

.sign-in-with .text:after,
.sign-in-with .text:before {
    border-top: 1px solid rgba(0, 0, 0, 0.28);
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    width: 60px;
}

.error-500,
.error-503,
.error-404,
.error-400,
.error-403,
.login {
    align-items: center;
    background-color: #2196F3;
    display: flex;
    height: 100%;
    position: fixed;
    text-align: center;
    width: 100%;
    min-height: 100vh;
}

.auth-box {
    background-color: #FFF;
    border-radius: 8px;
    margin: 20px 0 0 0;
    padding: 20px;
    box-shadow: 0 2px 18px -2px #000;
}

.auth-box .confirm h3 {
    color: #4099FF;
    font-size: 34px;
}

.btn-facebook {
    background-color: #3C5A99;
    border-color: #3C5A99;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
}

.btn-twitter {
    background-color: #41ABE1;
    border-color: #41ABE1;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
}

.btn-google-plus,
.btn-linkedin,
.btn-pinterest {
    border-radius: 5px;
}

.pos-relative.login {
    position: relative !important;
}

.footer {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.footer p {
    margin-bottom: 0;
    padding: 18px;
    width: 100%;
}

.login-card-modal {
    margin: 0 auto;
}

.login.login-modal-main {
    background-color: #FFF;
}

.mixed-form .tabbed-modal .nav-link h6 {
    padding: 10px 0;
}

.mixed-form .tabbed-modal .nav-link {
    background-color: #F5F5F5;
    border-radius: 0;
    color: #888;
}

.mixed-form .tabbed-modal .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    color: #121212;
}

.mixed-form .modal-body {
    padding: 0;
}

.mixed-form .auth-box {
    background-color: #FFF;
    border-radius: 8px;
    margin: 10px;
    padding: 10px;
}

.mixed-form .auth-box h3 {
    color: #666;
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
}

.auth-box-main .navbar-nav li {
    color: #FFF;
    line-height: 40px;
}

.login.offline-404 {
    background-color: #F3F3F3;
    display: flex !important;
}

.login.offline-404 .auth-body {
    margin-top: -100px;
}

.login.offline-404 h1 {
    color: #2C3E50;
    font-size: 160px;
    font-weight: 500;
    letter-spacing: 5px;
    text-shadow: 3px -2px 4px rgba(128, 128, 128, 0.57);
}

.login.offline-404 h2 {
    color: #AAA;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    .login.offline-404 {
        padding-top: 100px;
    }

    .login.offline-404 h1 {
        font-size: 60px;
    }

    .login.offline-404 h2 {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

.morris-hover {
    position: absolute;
    min-width: 100px;
    width: 100px;
    right: 0;
    background: #FFF;
    padding: 20px;
    border: 1px solid #CCC;
}

.rickshaw_graph svg {
    width: 100% !important;
}

.chat-bg {
    background-size: cover;
    background-blend-mode: overlay;
    /*background: rgba(255, 255, 255, 0.45) url("../images/chat-bg.jpg");*/
}

#main-chat .chat-single-box.active .chat-header {
    background-color: #4099FF;
}

#main-chat .chat-single-box.active .chat-header a {
    color: #FFF;
}

#main-chat .chat-single-box .chat-header a {
    color: #FFF;
}

#main-chat .chat-box ul.boxs li.chat-single-box .chat-header.custom-collapsed {
    position: absolute;
    bottom: 0;
    width: 300px;
}

#main-chat .minimized {
    background-color: #1E2730;
}

#main-chat .user-groups {
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 20px;
}

#main-chat .user-groups .media {
    padding-left: 0;
}

#main-chat .user-groups h6 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

#main-chat .user-groups li {
    margin-bottom: 20px;
}

#main-chat .user-groups li:last-child {
    margin-bottom: 0;
}

.user-box {
    height: 100%;
}

.close {
    opacity: 1;
}

.chat-search-box {
    padding: 1.25rem 1.25rem 1.25rem 2.75rem;
}

.write-msg {
    padding: 12px;
    bottom: 10px;
    border-top: 1px solid #DDD;
}

.write-msg #paper-btn i {
    font-size: 18px;
    margin-right: 0;
    cursor: pointer;
}

.chat-box .secondary:active:hover {
    background-color: #FFF;
}

#main-chat .chat-box ul.boxs li.minimized {
    height: 30px;
    width: 30px;
    bottom: 0;
    position: absolute;
    left: -50px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

#main-chat .chat-box ul.boxs li.minimized .count {
    color: #FFF;
    text-align: center;
    margin: 5px;
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown li {
    padding: 2px 5px;
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown li div {
    display: inline-block;
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown li .username {
    width: 85%;
    height: 22px;
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown li .remove {
    width: 13%;
    padding: 2PX 4PX;
    float: right;
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown li .remove:hover {
    background-color: #C0C0C0 !important;
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown li:hover {
    color: #000;
}

#main-chat .chat-box ul.boxs li.hidden {
    display: none;
}

.chat-single-box {
    height: 440px;
    float: right;
    width: 300px;
    margin-right: 15px;
    direction: ltr;
    z-index: 999;
    bottom: 0;
}

.chat-single-box .chat-header {
    background-color: #D6D6D6;
    color: #FFF;
}

.chat-single-box .chat-header .close {
    margin-top: 0;
}

.box-live-status {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: 1px solid;
}

.chat-msg-img {
    height: 50px;
    width: 50px;
}

.msg-reply {
    padding: 5px;
    position: relative;
    right: 10px;
    border-radius: 5px;
    top: 6px;
    margin-bottom: 10px;
}

.header-users {
    right: 0;
    top: 103px;
    width: 300px;
    height: 100%;
}

.users {
    right: 0;
    top: 103px;
    width: 300px;
    height: 100%;
}

.p-chat-user {
    position: fixed;
    top: 56px;
    z-index: 99;
    border-left: 1px solid #CCC;
}

.users-main {
    height: 100%;
    width: 300px;
    position: fixed;
    border-radius: 0;
}

.userlist-box .media-left {
    padding-right: 10px;
}

.users-main .media {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 20px 10px;
    position: relative;
}

.user-box .media-object {
    height: 45px;
    width: 45px;
    display: inline-block;
}

.chat-menu-content,
.chat-menu-reply {
    background: #F3F3F3;
    position: relative;
    overflow: visible;
    border-radius: 4px;
}

.chat-menu-content:before {
    position: absolute;
    top: 20px;
    left: -14px;
    width: 0;
    height: 0;
    content: '';
    border: 8px solid transparent;
    border-right-color: #F3F3F3;
}

.chat-menu-reply:before {
    position: absolute;
    top: 20px;
    right: -14px;
    width: 0;
    height: 0;
    content: '';
    border: 8px solid transparent;
    border-left-color: #4099FF;
}

.chat-reply-box {
    background-color: #FFF;
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding: 15px 20px 10px;
    border-top: 1px solid #CCC;
}

.chat-send {
    position: absolute;
    bottom: 5px;
    right: 0;
    border: none;
    background-color: transparent;
    color: #4099FF;
    transform: rotate(45deg);
}

.showChat_inner .chat-messages {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.chat-menu-content .chat-time,
.chat-menu-reply .chat-time {
    padding-left: 10px;
    padding-bottom: 10px;
}

.back_chatBox i,
.back_friendlist i {
    float: left;
    position: absolute;
    margin-top: 5px;
    left: 20px;
    cursor: pointer;
}

.back_friendlist i {
    top: 25px;
}

.designation {
    cursor: pointer;
}

.extra-profile-list {
    display: none;
}

.chat-menu-reply {
    background: #4099FF;
    margin-right: 10px;
}

.users-main .media .chat-header {
    font-size: 14px;
    font-weight: 500;
}

.users-main .media-body div + div {
    font-size: 12px;
}

.chat-body {
    overflow-y: auto;
    height: 340px;
}

.users-main-fix {
    height: auto;
    position: fixed;
    bottom: 0;
    top: 151px;
}

.chat-footer,
.chat-link {
    border-color: #4099FF;
}

.chat-footer .input-group-addon {
    padding: 7px .75rem;
}

.form-control:focus ~ .chat-send {
    border-color: #4099FF;
}

.minimized-box {
    padding: 5px 10px;
}

.write-msg input {
    border-radius: 0;
    border-right: 0;
}

.write-msg .btn {
    box-shadow: none;
    border-left: 0;
    font-size: 14px;
}

.write-msg .btn-secondary:hover {
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 0;
}

.form-control:focus ~ .input-group-btn .btn-secondary {
    border-color: #66AFE9;
    color: #4099FF;
}

.img-chat-profile {
    height: 45px;
    width: 45px;
}

.chat-minimize .chat-body,
.chat-minimize .chat-footer {
    display: none;
}

.chat-box {
    margin-right: 290px;
    height: 440px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.user-box .media-object,
.friend-box .media-object {
    height: 45px;
    width: 45px;
    display: inline-block;
}

.showChat_inner .img-circle {
    border-radius: 0 !important;
}

.amber-colors ul li p,
.bg-danger li p,
.bg-default li p,
.bg-info li p,
.bg-primary li p,
.bg-success li p,
.bg-warning li p,
.blue-colors ul li p,
.blue-grey-colors ul li p,
.brown-colors ul li p,
.cyan-colors ul li p,
.deep-orange-colors ul li p,
.deep-purple-colors ul li p,
.green-colors ul li p,
.grey-colors ul li p,
.indigo-colors ul li p,
.light-blue-colors ul li p,
.light-green-colors ul li p,
.lime-colors ul li p,
.orange-colors ul li p,
.pink-colors ul li p,
.purple-colors ul li p,
.red-colors ul li p,
.teal-colors ul li p,
.yellow-colors ul li p,
.primary-colorr ul li p,
.success-colorr ul li p,
.info-colorr ul li p,
.warning-colorr ul li p,
.danger-colorr ul li p {
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 0;
}

.red-colors ul li:nth-child(14) {
    background-color: #E40505;
}

.red-colors ul li:nth-child(14) p:before {
    content: "#e40505";
}

.red-colors ul li:nth-child(13) {
    background-color: #F30606;
}

.red-colors ul li:nth-child(13) p:before {
    content: "#f30606";
}

.red-colors ul li:nth-child(12) {
    background-color: #F90F0F;
}

.red-colors ul li:nth-child(12) p:before {
    content: "#f90f0f";
}

.red-colors ul li:nth-child(11) {
    background-color: #FA1D1D;
}

.red-colors ul li:nth-child(11) p:before {
    content: "#fa1d1d";
}

.red-colors ul li:nth-child(10) {
    background-color: #FA2C2C;
}

.red-colors ul li:nth-child(10) p:before {
    content: "#fa2c2c";
}

.red-colors ul li:nth-child(9) {
    background-color: #FA3B3B;
}

.red-colors ul li:nth-child(9) p:before {
    content: "#fa3b3b";
}

.red-colors ul li:nth-child(8) {
    background-color: #FB4A4A;
}

.red-colors ul li:nth-child(8) p:before {
    content: "#fb4a4a";
}

.red-colors ul li:nth-child(7) {
    background-color: #FB5959;
}

.red-colors ul li:nth-child(7) p:before {
    content: "#fb5959";
}

.red-colors ul li:nth-child(6) {
    background-color: #FB6868;
}

.red-colors ul li:nth-child(6) p:before {
    content: "#fb6868";
}

.red-colors ul li:nth-child(5) {
    background-color: #FC7777;
}

.red-colors ul li:nth-child(5) p:before {
    content: "#fc7777";
}

.red-colors ul li:nth-child(4) {
    background-color: #FC8686;
}

.red-colors ul li:nth-child(4) p:before {
    content: "#fc8686";
}

.red-colors ul li:nth-child(3) {
    background-color: #FD9595;
}

.red-colors ul li:nth-child(3) p:before {
    content: "#fd9595";
}

.red-colors ul li:nth-child(2) {
    background-color: #FDA4A4;
}

.red-colors ul li:nth-child(2) p:before {
    content: "#fda4a4";
}

.red-colors ul li:nth-child(1) {
    background-color: #FDB3B3;
}

.red-colors ul li:nth-child(1) p:before {
    content: "#fdb3b3";
}

.pink-colors ul li:nth-child(14) {
    background-color: #D4166C;
}

.pink-colors ul li:nth-child(14) p:before {
    content: "#d4166c";
}

.pink-colors ul li:nth-child(13) {
    background-color: #E21873;
}

.pink-colors ul li:nth-child(13) p:before {
    content: "#e21873";
}

.pink-colors ul li:nth-child(12) {
    background-color: #E7217B;
}

.pink-colors ul li:nth-child(12) p:before {
    content: "#e7217b";
}

.pink-colors ul li:nth-child(11) {
    background-color: #E92F83;
}

.pink-colors ul li:nth-child(11) p:before {
    content: "#e92f83";
}

.pink-colors ul li:nth-child(10) {
    background-color: #EA3D8B;
}

.pink-colors ul li:nth-child(10) p:before {
    content: "#ea3d8b";
}

.pink-colors ul li:nth-child(9) {
    background-color: #EC4B94;
}

.pink-colors ul li:nth-child(9) p:before {
    content: "#ec4b94";
}

.pink-colors ul li:nth-child(8) {
    background-color: #ED599C;
}

.pink-colors ul li:nth-child(8) p:before {
    content: "#ed599c";
}

.pink-colors ul li:nth-child(7) {
    background-color: #EF67A4;
}

.pink-colors ul li:nth-child(7) p:before {
    content: "#ef67a4";
}

.pink-colors ul li:nth-child(6) {
    background-color: #F074AC;
}

.pink-colors ul li:nth-child(6) p:before {
    content: "#f074ac";
}

.pink-colors ul li:nth-child(5) {
    background-color: #F282B5;
}

.pink-colors ul li:nth-child(5) p:before {
    content: "#f282b5";
}

.pink-colors ul li:nth-child(4) {
    background-color: #F390BD;
}

.pink-colors ul li:nth-child(4) p:before {
    content: "#f390bd";
}

.pink-colors ul li:nth-child(3) {
    background-color: #F59EC5;
}

.pink-colors ul li:nth-child(3) p:before {
    content: "#f59ec5";
}

.pink-colors ul li:nth-child(2) {
    background-color: #F6ACCD;
}

.pink-colors ul li:nth-child(2) p:before {
    content: "#f6accd";
}

.pink-colors ul li:nth-child(1) {
    background-color: #F8BAD6;
}

.pink-colors ul li:nth-child(1) p:before {
    content: "#f8bad6";
}

.purple-colors ul li:nth-child(14) {
    background-color: #B014FF;
}

.purple-colors ul li:nth-child(14) p:before {
    content: "#b014ff";
}

.purple-colors ul li:nth-child(13) {
    background-color: #B524FF;
}

.purple-colors ul li:nth-child(13) p:before {
    content: "#b524ff";
}

.purple-colors ul li:nth-child(12) {
    background-color: #BA33FF;
}

.purple-colors ul li:nth-child(12) p:before {
    content: "#ba33ff";
}

.purple-colors ul li:nth-child(11) {
    background-color: #C042FF;
}

.purple-colors ul li:nth-child(11) p:before {
    content: "#c042ff";
}

.purple-colors ul li:nth-child(10) {
    background-color: #C551FF;
}

.purple-colors ul li:nth-child(10) p:before {
    content: "#c551ff";
}

.purple-colors ul li:nth-child(9) {
    background-color: #CA61FF;
}

.purple-colors ul li:nth-child(9) p:before {
    content: "#ca61ff";
}

.purple-colors ul li:nth-child(8) {
    background-color: #CF70FF;
}

.purple-colors ul li:nth-child(8) p:before {
    content: "#cf70ff";
}

.purple-colors ul li:nth-child(7) {
    background-color: #D47FFF;
}

.purple-colors ul li:nth-child(7) p:before {
    content: "#d47fff";
}

.purple-colors ul li:nth-child(6) {
    background-color: #D98FFF;
}

.purple-colors ul li:nth-child(6) p:before {
    content: "#d98fff";
}

.purple-colors ul li:nth-child(5) {
    background-color: #DE9EFF;
}

.purple-colors ul li:nth-child(5) p:before {
    content: "#de9eff";
}

.purple-colors ul li:nth-child(4) {
    background-color: #E4ADFF;
}

.purple-colors ul li:nth-child(4) p:before {
    content: "#e4adff";
}

.purple-colors ul li:nth-child(3) {
    background-color: #E9BDFF;
}

.purple-colors ul li:nth-child(3) p:before {
    content: "#e9bdff";
}

.purple-colors ul li:nth-child(2) {
    background-color: #ECF;
}

.purple-colors ul li:nth-child(2) p:before {
    content: "#ecf";
}

.purple-colors ul li:nth-child(1) {
    background-color: #F3DBFF;
}

.purple-colors ul li:nth-child(1) p:before {
    content: "#f3dbff";
}

.deep-purple-colors ul li:nth-child(14) {
    background-color: #6B05F9;
}

.deep-purple-colors ul li:nth-child(14) p:before {
    content: "#6b05f9";
}

.deep-purple-colors ul li:nth-child(13) {
    background-color: #7414FA;
}

.deep-purple-colors ul li:nth-child(13) p:before {
    content: "#7414fa";
}

.deep-purple-colors ul li:nth-child(12) {
    background-color: #7D23FA;
}

.deep-purple-colors ul li:nth-child(12) p:before {
    content: "#7d23fa";
}

.deep-purple-colors ul li:nth-child(11) {
    background-color: #8632FB;
}

.deep-purple-colors ul li:nth-child(11) p:before {
    content: "#8632fb";
}

.deep-purple-colors ul li:nth-child(10) {
    background-color: #8F41FB;
}

.deep-purple-colors ul li:nth-child(10) p:before {
    content: "#8f41fb";
}

.deep-purple-colors ul li:nth-child(9) {
    background-color: #9850FB;
}

.deep-purple-colors ul li:nth-child(9) p:before {
    content: "#9850fb";
}

.deep-purple-colors ul li:nth-child(8) {
    background-color: #A05FFC;
}

.deep-purple-colors ul li:nth-child(8) p:before {
    content: "#a05ffc";
}

.deep-purple-colors ul li:nth-child(7) {
    background-color: #A96EFC;
}

.deep-purple-colors ul li:nth-child(7) p:before {
    content: "#a96efc";
}

.deep-purple-colors ul li:nth-child(6) {
    background-color: #B27CFC;
}

.deep-purple-colors ul li:nth-child(6) p:before {
    content: "#b27cfc";
}

.deep-purple-colors ul li:nth-child(5) {
    background-color: #BB8BFD;
}

.deep-purple-colors ul li:nth-child(5) p:before {
    content: "#bb8bfd";
}

.deep-purple-colors ul li:nth-child(4) {
    background-color: #C49AFD;
}

.deep-purple-colors ul li:nth-child(4) p:before {
    content: "#c49afd";
}

.deep-purple-colors ul li:nth-child(3) {
    background-color: #CDA9FD;
}

.deep-purple-colors ul li:nth-child(3) p:before {
    content: "#cda9fd";
}

.deep-purple-colors ul li:nth-child(2) {
    background-color: #D5B8FD;
}

.deep-purple-colors ul li:nth-child(2) p:before {
    content: "#d5b8fd";
}

.deep-purple-colors ul li:nth-child(1) {
    background-color: #DEC7FE;
}

.deep-purple-colors ul li:nth-child(1) p:before {
    content: "#dec7fe";
}

.indigo-colors ul li:nth-child(14) {
    background-color: #415DFE;
}

.indigo-colors ul li:nth-child(14) p:before {
    content: "#415dfe";
}

.indigo-colors ul li:nth-child(13) {
    background-color: #4D68FE;
}

.indigo-colors ul li:nth-child(13) p:before {
    content: "#4d68fe";
}

.indigo-colors ul li:nth-child(12) {
    background-color: #5A72FE;
}

.indigo-colors ul li:nth-child(12) p:before {
    content: "#5a72fe";
}

.indigo-colors ul li:nth-child(11) {
    background-color: #677DFE;
}

.indigo-colors ul li:nth-child(11) p:before {
    content: "#677dfe";
}

.indigo-colors ul li:nth-child(10) {
    background-color: #7388FE;
}

.indigo-colors ul li:nth-child(10) p:before {
    content: "#7388fe";
}

.indigo-colors ul li:nth-child(9) {
    background-color: #8093FE;
}

.indigo-colors ul li:nth-child(9) p:before {
    content: "#8093fe";
}

.indigo-colors ul li:nth-child(8) {
    background-color: #8D9EFE;
}

.indigo-colors ul li:nth-child(8) p:before {
    content: "#8d9efe";
}

.indigo-colors ul li:nth-child(7) {
    background-color: #9AA8FF;
}

.indigo-colors ul li:nth-child(7) p:before {
    content: "#9aa8ff";
}

.indigo-colors ul li:nth-child(6) {
    background-color: #A6B3FF;
}

.indigo-colors ul li:nth-child(6) p:before {
    content: "#a6b3ff";
}

.indigo-colors ul li:nth-child(5) {
    background-color: #B3BEFF;
}

.indigo-colors ul li:nth-child(5) p:before {
    content: "#b3beff";
}

.indigo-colors ul li:nth-child(4) {
    background-color: #C0C9FF;
}

.indigo-colors ul li:nth-child(4) p:before {
    content: "#c0c9ff";
}

.indigo-colors ul li:nth-child(3) {
    background-color: #CCD4FF;
}

.indigo-colors ul li:nth-child(3) p:before {
    content: "#ccd4ff";
}

.indigo-colors ul li:nth-child(2) {
    background-color: #D9DFFF;
}

.indigo-colors ul li:nth-child(2) p:before {
    content: "#d9dfff";
}

.indigo-colors ul li:nth-child(1) {
    background-color: #E6E9FF;
}

.indigo-colors ul li:nth-child(1) p:before {
    content: "#e6e9ff";
}

.blue-colors ul li:nth-child(14) {
    background-color: #3A6EFF;
}

.blue-colors ul li:nth-child(14) p:before {
    content: "#3a6eff";
}

.blue-colors ul li:nth-child(13) {
    background-color: #4778FF;
}

.blue-colors ul li:nth-child(13) p:before {
    content: "#4778ff";
}

.blue-colors ul li:nth-child(12) {
    background-color: #5381FF;
}

.blue-colors ul li:nth-child(12) p:before {
    content: "#5381ff";
}

.blue-colors ul li:nth-child(11) {
    background-color: #608AFF;
}

.blue-colors ul li:nth-child(11) p:before {
    content: "#608aff";
}

.blue-colors ul li:nth-child(10) {
    background-color: #6D94FF;
}

.blue-colors ul li:nth-child(10) p:before {
    content: "#6d94ff";
}

.blue-colors ul li:nth-child(9) {
    background-color: #7A9DFF;
}

.blue-colors ul li:nth-child(9) p:before {
    content: "#7a9dff";
}

.blue-colors ul li:nth-child(8) {
    background-color: #86A6FF;
}

.blue-colors ul li:nth-child(8) p:before {
    content: "#86a6ff";
}

.blue-colors ul li:nth-child(7) {
    background-color: #93B0FF;
}

.blue-colors ul li:nth-child(7) p:before {
    content: "#93b0ff";
}

.blue-colors ul li:nth-child(6) {
    background-color: #A0B9FF;
}

.blue-colors ul li:nth-child(6) p:before {
    content: "#a0b9ff";
}

.blue-colors ul li:nth-child(5) {
    background-color: #ADC3FF;
}

.blue-colors ul li:nth-child(5) p:before {
    content: "#adc3ff";
}

.blue-colors ul li:nth-child(4) {
    background-color: #B9CCFF;
}

.blue-colors ul li:nth-child(4) p:before {
    content: "#b9ccff";
}

.blue-colors ul li:nth-child(3) {
    background-color: #C6D5FF;
}

.blue-colors ul li:nth-child(3) p:before {
    content: "#c6d5ff";
}

.blue-colors ul li:nth-child(2) {
    background-color: #D3DFFF;
}

.blue-colors ul li:nth-child(2) p:before {
    content: "#d3dfff";
}

.blue-colors ul li:nth-child(1) {
    background-color: #E0E8FF;
}

.blue-colors ul li:nth-child(1) p:before {
    content: "#e0e8ff";
}

.light-blue-colors ul li:nth-child(14) {
    background-color: #059CF9;
}

.light-blue-colors ul li:nth-child(14) p:before {
    content: "#059cf9";
}

.light-blue-colors ul li:nth-child(13) {
    background-color: #14A2FA;
}

.light-blue-colors ul li:nth-child(13) p:before {
    content: "#14a2fa";
}

.light-blue-colors ul li:nth-child(12) {
    background-color: #23A8FA;
}

.light-blue-colors ul li:nth-child(12) p:before {
    content: "#23a8fa";
}

.light-blue-colors ul li:nth-child(11) {
    background-color: #32AEFB;
}

.light-blue-colors ul li:nth-child(11) p:before {
    content: "#32aefb";
}

.light-blue-colors ul li:nth-child(10) {
    background-color: #41B4FB;
}

.light-blue-colors ul li:nth-child(10) p:before {
    content: "#41b4fb";
}

.light-blue-colors ul li:nth-child(9) {
    background-color: #50BAFB;
}

.light-blue-colors ul li:nth-child(9) p:before {
    content: "#50bafb";
}

.light-blue-colors ul li:nth-child(8) {
    background-color: #5FC0FC;
}

.light-blue-colors ul li:nth-child(8) p:before {
    content: "#5fc0fc";
}

.light-blue-colors ul li:nth-child(7) {
    background-color: #6EC6FC;
}

.light-blue-colors ul li:nth-child(7) p:before {
    content: "#6ec6fc";
}

.light-blue-colors ul li:nth-child(6) {
    background-color: #7CCCFC;
}

.light-blue-colors ul li:nth-child(6) p:before {
    content: "#7cccfc";
}

.light-blue-colors ul li:nth-child(5) {
    background-color: #8BD2FD;
}

.light-blue-colors ul li:nth-child(5) p:before {
    content: "#8bd2fd";
}

.light-blue-colors ul li:nth-child(4) {
    background-color: #9AD7FD;
}

.light-blue-colors ul li:nth-child(4) p:before {
    content: "#9ad7fd";
}

.light-blue-colors ul li:nth-child(3) {
    background-color: #A9DDFD;
}

.light-blue-colors ul li:nth-child(3) p:before {
    content: "#a9ddfd";
}

.light-blue-colors ul li:nth-child(2) {
    background-color: #B8E3FD;
}

.light-blue-colors ul li:nth-child(2) p:before {
    content: "#b8e3fd";
}

.light-blue-colors ul li:nth-child(1) {
    background-color: #C7E9FE;
}

.light-blue-colors ul li:nth-child(1) p:before {
    content: "#c7e9fe";
}

.cyan-colors ul li:nth-child(14) {
    background-color: #05C6E3;
}

.cyan-colors ul li:nth-child(14) p:before {
    content: "#05c6e3";
}

.cyan-colors ul li:nth-child(13) {
    background-color: #06D3F2;
}

.cyan-colors ul li:nth-child(13) p:before {
    content: "#06d3f2";
}

.cyan-colors ul li:nth-child(12) {
    background-color: #0EDBF9;
}

.cyan-colors ul li:nth-child(12) p:before {
    content: "#0edbf9";
}

.cyan-colors ul li:nth-child(11) {
    background-color: #1DDDFA;
}

.cyan-colors ul li:nth-child(11) p:before {
    content: "#1dddfa";
}

.cyan-colors ul li:nth-child(10) {
    background-color: #2BDFFA;
}

.cyan-colors ul li:nth-child(10) p:before {
    content: "#2bdffa";
}

.cyan-colors ul li:nth-child(9) {
    background-color: #3AE1FA;
}

.cyan-colors ul li:nth-child(9) p:before {
    content: "#3ae1fa";
}

.cyan-colors ul li:nth-child(8) {
    background-color: #49E4FB;
}

.cyan-colors ul li:nth-child(8) p:before {
    content: "#49e4fb";
}

.cyan-colors ul li:nth-child(7) {
    background-color: #58E6FB;
}

.cyan-colors ul li:nth-child(7) p:before {
    content: "#58e6fb";
}

.cyan-colors ul li:nth-child(6) {
    background-color: #67E8FB;
}

.cyan-colors ul li:nth-child(6) p:before {
    content: "#67e8fb";
}

.cyan-colors ul li:nth-child(5) {
    background-color: #76EAFC;
}

.cyan-colors ul li:nth-child(5) p:before {
    content: "#76eafc";
}

.cyan-colors ul li:nth-child(4) {
    background-color: #85EDFC;
}

.cyan-colors ul li:nth-child(4) p:before {
    content: "#85edfc";
}

.cyan-colors ul li:nth-child(3) {
    background-color: #94EFFC;
}

.cyan-colors ul li:nth-child(3) p:before {
    content: "#94effc";
}

.cyan-colors ul li:nth-child(2) {
    background-color: #A3F1FD;
}

.cyan-colors ul li:nth-child(2) p:before {
    content: "#a3f1fd";
}

.cyan-colors ul li:nth-child(1) {
    background-color: #B2F3FD;
}

.cyan-colors ul li:nth-child(1) p:before {
    content: "#b2f3fd";
}

.teal-colors ul li:nth-child(14) {
    background-color: #05CFB3;
}

.teal-colors ul li:nth-child(14) p:before {
    content: "#05cfb3";
}

.teal-colors ul li:nth-child(13) {
    background-color: #06DEC0;
}

.teal-colors ul li:nth-child(13) p:before {
    content: "#06dec0";
}

.teal-colors ul li:nth-child(12) {
    background-color: #06EDCD;
}

.teal-colors ul li:nth-child(12) p:before {
    content: "#06edcd";
}

.teal-colors ul li:nth-child(11) {
    background-color: #0AF9D7;
}

.teal-colors ul li:nth-child(11) p:before {
    content: "#0af9d7";
}

.teal-colors ul li:nth-child(10) {
    background-color: #19F9DA;
}

.teal-colors ul li:nth-child(10) p:before {
    content: "#19f9da";
}

.teal-colors ul li:nth-child(9) {
    background-color: #27F9DC;
}

.teal-colors ul li:nth-child(9) p:before {
    content: "#27f9dc";
}

.teal-colors ul li:nth-child(8) {
    background-color: #36FADF;
}

.teal-colors ul li:nth-child(8) p:before {
    content: "#36fadf";
}

.teal-colors ul li:nth-child(7) {
    background-color: #45FAE1;
}

.teal-colors ul li:nth-child(7) p:before {
    content: "#45fae1";
}

.teal-colors ul li:nth-child(6) {
    background-color: #54FBE3;
}

.teal-colors ul li:nth-child(6) p:before {
    content: "#54fbe3";
}

.teal-colors ul li:nth-child(5) {
    background-color: #63FBE6;
}

.teal-colors ul li:nth-child(5) p:before {
    content: "#63fbe6";
}

.teal-colors ul li:nth-child(4) {
    background-color: #72FBE8;
}

.teal-colors ul li:nth-child(4) p:before {
    content: "#72fbe8";
}

.teal-colors ul li:nth-child(3) {
    background-color: #81FCEB;
}

.teal-colors ul li:nth-child(3) p:before {
    content: "#81fceb";
}

.teal-colors ul li:nth-child(2) {
    background-color: #90FCED;
}

.teal-colors ul li:nth-child(2) p:before {
    content: "#90fced";
}

.teal-colors ul li:nth-child(1) {
    background-color: #9FFCEF;
}

.teal-colors ul li:nth-child(1) p:before {
    content: "#9ffcef";
}

.green-colors ul li:nth-child(14) {
    background-color: #05D85C;
}

.green-colors ul li:nth-child(14) p:before {
    content: "#05d85c";
}

.green-colors ul li:nth-child(13) {
    background-color: #06E763;
}

.green-colors ul li:nth-child(13) p:before {
    content: "#06e763";
}

.green-colors ul li:nth-child(12) {
    background-color: #06F669;
}

.green-colors ul li:nth-child(12) p:before {
    content: "#06f669";
}

.green-colors ul li:nth-child(11) {
    background-color: #12F972;
}

.green-colors ul li:nth-child(11) p:before {
    content: "#12f972";
}

.green-colors ul li:nth-child(10) {
    background-color: #21F97A;
}

.green-colors ul li:nth-child(10) p:before {
    content: "#21f97a";
}

.green-colors ul li:nth-child(9) {
    background-color: #30FA83;
}

.green-colors ul li:nth-child(9) p:before {
    content: "#30fa83";
}

.green-colors ul li:nth-child(8) {
    background-color: #3FFA8C;
}

.green-colors ul li:nth-child(8) p:before {
    content: "#3ffa8c";
}

.green-colors ul li:nth-child(7) {
    background-color: #4EFB95;
}

.green-colors ul li:nth-child(7) p:before {
    content: "#4efb95";
}

.green-colors ul li:nth-child(6) {
    background-color: #5DFB9E;
}

.green-colors ul li:nth-child(6) p:before {
    content: "#5dfb9e";
}

.green-colors ul li:nth-child(5) {
    background-color: #6CFBA7;
}

.green-colors ul li:nth-child(5) p:before {
    content: "#6cfba7";
}

.green-colors ul li:nth-child(4) {
    background-color: #7BFCB0;
}

.green-colors ul li:nth-child(4) p:before {
    content: "#7bfcb0";
}

.green-colors ul li:nth-child(3) {
    background-color: #8AFCB9;
}

.green-colors ul li:nth-child(3) p:before {
    content: "#8afcb9";
}

.green-colors ul li:nth-child(2) {
    background-color: #98FCC2;
}

.green-colors ul li:nth-child(2) p:before {
    content: "#98fcc2";
}

.green-colors ul li:nth-child(1) {
    background-color: #A7FDCB;
}

.green-colors ul li:nth-child(1) p:before {
    content: "#a7fdcb";
}

.light-green-colors ul li:nth-child(14) {
    background-color: #6FE423;
}

.light-green-colors ul li:nth-child(14) p:before {
    content: "#6fe423";
}

.light-green-colors ul li:nth-child(13) {
    background-color: #78E631;
}

.light-green-colors ul li:nth-child(13) p:before {
    content: "#78e631";
}

.light-green-colors ul li:nth-child(12) {
    background-color: #81E73E;
}

.light-green-colors ul li:nth-child(12) p:before {
    content: "#81e73e";
}

.light-green-colors ul li:nth-child(11) {
    background-color: #8AE94C;
}

.light-green-colors ul li:nth-child(11) p:before {
    content: "#8ae94c";
}

.light-green-colors ul li:nth-child(10) {
    background-color: #93EB5A;
}

.light-green-colors ul li:nth-child(10) p:before {
    content: "#93eb5a";
}

.light-green-colors ul li:nth-child(9) {
    background-color: #9BEC67;
}

.light-green-colors ul li:nth-child(9) p:before {
    content: "#9bec67";
}

.light-green-colors ul li:nth-child(8) {
    background-color: #A4EE75;
}

.light-green-colors ul li:nth-child(8) p:before {
    content: "#a4ee75";
}

.light-green-colors ul li:nth-child(7) {
    background-color: #ADF083;
}

.light-green-colors ul li:nth-child(7) p:before {
    content: "#adf083";
}

.light-green-colors ul li:nth-child(6) {
    background-color: #B6F190;
}

.light-green-colors ul li:nth-child(6) p:before {
    content: "#b6f190";
}

.light-green-colors ul li:nth-child(5) {
    background-color: #BFF39E;
}

.light-green-colors ul li:nth-child(5) p:before {
    content: "#bff39e";
}

.light-green-colors ul li:nth-child(4) {
    background-color: #C8F5AC;
}

.light-green-colors ul li:nth-child(4) p:before {
    content: "#c8f5ac";
}

.light-green-colors ul li:nth-child(3) {
    background-color: #D1F6B9;
}

.light-green-colors ul li:nth-child(3) p:before {
    content: "#d1f6b9";
}

.light-green-colors ul li:nth-child(2) {
    background-color: #DAF8C7;
}

.light-green-colors ul li:nth-child(2) p:before {
    content: "#daf8c7";
}

.light-green-colors ul li:nth-child(1) {
    background-color: #E3FAD4;
}

.light-green-colors ul li:nth-child(1) p:before {
    content: "#e3fad4";
}

.lime-colors ul li:nth-child(14) {
    background-color: #BAF905;
}

.lime-colors ul li:nth-child(14) p:before {
    content: "#baf905";
}

.lime-colors ul li:nth-child(13) {
    background-color: #BFFA14;
}

.lime-colors ul li:nth-child(13) p:before {
    content: "#bffa14";
}

.lime-colors ul li:nth-child(12) {
    background-color: #C3FA23;
}

.lime-colors ul li:nth-child(12) p:before {
    content: "#c3fa23";
}

.lime-colors ul li:nth-child(11) {
    background-color: #C7FB32;
}

.lime-colors ul li:nth-child(11) p:before {
    content: "#c7fb32";
}

.lime-colors ul li:nth-child(10) {
    background-color: #CBFB41;
}

.lime-colors ul li:nth-child(10) p:before {
    content: "#cbfb41";
}

.lime-colors ul li:nth-child(9) {
    background-color: #CFFB50;
}

.lime-colors ul li:nth-child(9) p:before {
    content: "#cffb50";
}

.lime-colors ul li:nth-child(8) {
    background-color: #D3FC5F;
}

.lime-colors ul li:nth-child(8) p:before {
    content: "#d3fc5f";
}

.lime-colors ul li:nth-child(7) {
    background-color: #D7FC6E;
}

.lime-colors ul li:nth-child(7) p:before {
    content: "#d7fc6e";
}

.lime-colors ul li:nth-child(6) {
    background-color: #DBFC7C;
}

.lime-colors ul li:nth-child(6) p:before {
    content: "#dbfc7c";
}

.lime-colors ul li:nth-child(5) {
    background-color: #DFFD8B;
}

.lime-colors ul li:nth-child(5) p:before {
    content: "#dffd8b";
}

.lime-colors ul li:nth-child(4) {
    background-color: #E3FD9A;
}

.lime-colors ul li:nth-child(4) p:before {
    content: "#e3fd9a";
}

.lime-colors ul li:nth-child(3) {
    background-color: #E8FDA9;
}

.lime-colors ul li:nth-child(3) p:before {
    content: "#e8fda9";
}

.lime-colors ul li:nth-child(2) {
    background-color: #ECFDB8;
}

.lime-colors ul li:nth-child(2) p:before {
    content: "#ecfdb8";
}

.lime-colors ul li:nth-child(1) {
    background-color: #F0FEC7;
}

.lime-colors ul li:nth-child(1) p:before {
    content: "#f0fec7";
}

.yellow-colors ul li:nth-child(14) {
    background-color: #FFD812;
}

.yellow-colors ul li:nth-child(14) p:before {
    content: "#ffd812";
}

.yellow-colors ul li:nth-child(13) {
    background-color: #FFDA1F;
}

.yellow-colors ul li:nth-child(13) p:before {
    content: "#ffda1f";
}

.yellow-colors ul li:nth-child(12) {
    background-color: #FFDC2B;
}

.yellow-colors ul li:nth-child(12) p:before {
    content: "#ffdc2b";
}

.yellow-colors ul li:nth-child(11) {
    background-color: #FFDE38;
}

.yellow-colors ul li:nth-child(11) p:before {
    content: "#ffde38";
}

.yellow-colors ul li:nth-child(10) {
    background-color: #FFE045;
}

.yellow-colors ul li:nth-child(10) p:before {
    content: "#ffe045";
}

.yellow-colors ul li:nth-child(9) {
    background-color: #FFE351;
}

.yellow-colors ul li:nth-child(9) p:before {
    content: "#ffe351";
}

.yellow-colors ul li:nth-child(8) {
    background-color: #FFE55E;
}

.yellow-colors ul li:nth-child(8) p:before {
    content: "#ffe55e";
}

.yellow-colors ul li:nth-child(7) {
    background-color: #FFE76B;
}

.yellow-colors ul li:nth-child(7) p:before {
    content: "#ffe76b";
}

.yellow-colors ul li:nth-child(6) {
    background-color: #FFE978;
}

.yellow-colors ul li:nth-child(6) p:before {
    content: "#ffe978";
}

.yellow-colors ul li:nth-child(5) {
    background-color: #FFEB84;
}

.yellow-colors ul li:nth-child(5) p:before {
    content: "#ffeb84";
}

.yellow-colors ul li:nth-child(4) {
    background-color: #FFED91;
}

.yellow-colors ul li:nth-child(4) p:before {
    content: "#ffed91";
}

.yellow-colors ul li:nth-child(3) {
    background-color: #FFEF9E;
}

.yellow-colors ul li:nth-child(3) p:before {
    content: "#ffef9e";
}

.yellow-colors ul li:nth-child(2) {
    background-color: #FFF1AB;
}

.yellow-colors ul li:nth-child(2) p:before {
    content: "#fff1ab";
}

.yellow-colors ul li:nth-child(1) {
    background-color: #FFF3B7;
}

.yellow-colors ul li:nth-child(1) p:before {
    content: "#fff3b7";
}

.amber-colors ul li:nth-child(14) {
    background-color: #FFB012;
}

.amber-colors ul li:nth-child(14) p:before {
    content: "#ffb012";
}

.amber-colors ul li:nth-child(13) {
    background-color: #FFB41F;
}

.amber-colors ul li:nth-child(13) p:before {
    content: "#ffb41f";
}

.amber-colors ul li:nth-child(12) {
    background-color: #FFB92B;
}

.amber-colors ul li:nth-child(12) p:before {
    content: "#ffb92b";
}

.amber-colors ul li:nth-child(11) {
    background-color: #FFBD38;
}

.amber-colors ul li:nth-child(11) p:before {
    content: "#ffbd38";
}

.amber-colors ul li:nth-child(10) {
    background-color: #FFC145;
}

.amber-colors ul li:nth-child(10) p:before {
    content: "#ffc145";
}

.amber-colors ul li:nth-child(9) {
    background-color: #FFC551;
}

.amber-colors ul li:nth-child(9) p:before {
    content: "#ffc551";
}

.amber-colors ul li:nth-child(8) {
    background-color: #FFCA5E;
}

.amber-colors ul li:nth-child(8) p:before {
    content: "#ffca5e";
}

.amber-colors ul li:nth-child(7) {
    background-color: #FFCE6B;
}

.amber-colors ul li:nth-child(7) p:before {
    content: "#ffce6b";
}

.amber-colors ul li:nth-child(6) {
    background-color: #FFD278;
}

.amber-colors ul li:nth-child(6) p:before {
    content: "#ffd278";
}

.amber-colors ul li:nth-child(5) {
    background-color: #FFD684;
}

.amber-colors ul li:nth-child(5) p:before {
    content: "#ffd684";
}

.amber-colors ul li:nth-child(4) {
    background-color: #FFDB91;
}

.amber-colors ul li:nth-child(4) p:before {
    content: "#ffdb91";
}

.amber-colors ul li:nth-child(3) {
    background-color: #FFDF9E;
}

.amber-colors ul li:nth-child(3) p:before {
    content: "#ffdf9e";
}

.amber-colors ul li:nth-child(2) {
    background-color: #FFE3AB;
}

.amber-colors ul li:nth-child(2) p:before {
    content: "#ffe3ab";
}

.amber-colors ul li:nth-child(1) {
    background-color: #FFE7B7;
}

.amber-colors ul li:nth-child(1) p:before {
    content: "#ffe7b7";
}

.orange-colors ul li:nth-child(14) {
    background-color: #FF7814;
}

.orange-colors ul li:nth-child(14) p:before {
    content: "#ff7814";
}

.orange-colors ul li:nth-child(13) {
    background-color: #FF8124;
}

.orange-colors ul li:nth-child(13) p:before {
    content: "#ff8124";
}

.orange-colors ul li:nth-child(12) {
    background-color: #FF8933;
}

.orange-colors ul li:nth-child(12) p:before {
    content: "#ff8933";
}

.orange-colors ul li:nth-child(11) {
    background-color: #FF9242;
}

.orange-colors ul li:nth-child(11) p:before {
    content: "#ff9242";
}

.orange-colors ul li:nth-child(10) {
    background-color: #FF9B51;
}

.orange-colors ul li:nth-child(10) p:before {
    content: "#ff9b51";
}

.orange-colors ul li:nth-child(9) {
    background-color: #FFA461;
}

.orange-colors ul li:nth-child(9) p:before {
    content: "#ffa461";
}

.orange-colors ul li:nth-child(8) {
    background-color: #FFAD70;
}

.orange-colors ul li:nth-child(8) p:before {
    content: "#ffad70";
}

.orange-colors ul li:nth-child(7) {
    background-color: #FFB67F;
}

.orange-colors ul li:nth-child(7) p:before {
    content: "#ffb67f";
}

.orange-colors ul li:nth-child(6) {
    background-color: #FFBE8F;
}

.orange-colors ul li:nth-child(6) p:before {
    content: "#ffbe8f";
}

.orange-colors ul li:nth-child(5) {
    background-color: #FFC79E;
}

.orange-colors ul li:nth-child(5) p:before {
    content: "#ffc79e";
}

.orange-colors ul li:nth-child(4) {
    background-color: #FFD0AD;
}

.orange-colors ul li:nth-child(4) p:before {
    content: "#ffd0ad";
}

.orange-colors ul li:nth-child(3) {
    background-color: #FFD9BD;
}

.orange-colors ul li:nth-child(3) p:before {
    content: "#ffd9bd";
}

.orange-colors ul li:nth-child(2) {
    background-color: #FFE2CC;
}

.orange-colors ul li:nth-child(2) p:before {
    content: "#ffe2cc";
}

.orange-colors ul li:nth-child(1) {
    background-color: #FFEADB;
}

.orange-colors ul li:nth-child(1) p:before {
    content: "#ffeadb";
}

.deep-orange-colors ul li:nth-child(14) {
    background-color: #EC3305;
}

.deep-orange-colors ul li:nth-child(14) p:before {
    content: "#ec3305";
}

.deep-orange-colors ul li:nth-child(13) {
    background-color: #F93707;
}

.deep-orange-colors ul li:nth-child(13) p:before {
    content: "#f93707";
}

.deep-orange-colors ul li:nth-child(12) {
    background-color: #FA4316;
}

.deep-orange-colors ul li:nth-child(12) p:before {
    content: "#fa4316";
}

.deep-orange-colors ul li:nth-child(11) {
    background-color: #FA5025;
}

.deep-orange-colors ul li:nth-child(11) p:before {
    content: "#fa5025";
}

.deep-orange-colors ul li:nth-child(10) {
    background-color: #FA5C34;
}

.deep-orange-colors ul li:nth-child(10) p:before {
    content: "#fa5c34";
}

.deep-orange-colors ul li:nth-child(9) {
    background-color: #FB6843;
}

.deep-orange-colors ul li:nth-child(9) p:before {
    content: "#fb6843";
}

.deep-orange-colors ul li:nth-child(8) {
    background-color: #FB7452;
}

.deep-orange-colors ul li:nth-child(8) p:before {
    content: "#fb7452";
}

.deep-orange-colors ul li:nth-child(7) {
    background-color: #FB8061;
}

.deep-orange-colors ul li:nth-child(7) p:before {
    content: "#fb8061";
}

.deep-orange-colors ul li:nth-child(6) {
    background-color: #FC8C70;
}

.deep-orange-colors ul li:nth-child(6) p:before {
    content: "#fc8c70";
}

.deep-orange-colors ul li:nth-child(5) {
    background-color: #FC987F;
}

.deep-orange-colors ul li:nth-child(5) p:before {
    content: "#fc987f";
}

.deep-orange-colors ul li:nth-child(4) {
    background-color: #FCA48E;
}

.deep-orange-colors ul li:nth-child(4) p:before {
    content: "#fca48e";
}

.deep-orange-colors ul li:nth-child(3) {
    background-color: #FDB09D;
}

.deep-orange-colors ul li:nth-child(3) p:before {
    content: "#fdb09d";
}

.deep-orange-colors ul li:nth-child(2) {
    background-color: #FDBCAC;
}

.deep-orange-colors ul li:nth-child(2) p:before {
    content: "#fdbcac";
}

.deep-orange-colors ul li:nth-child(1) {
    background-color: #FDC8BB;
}

.deep-orange-colors ul li:nth-child(1) p:before {
    content: "#fdc8bb";
}

.brown-colors ul li:nth-child(14) {
    background-color: #513631;
}

.brown-colors ul li:nth-child(14) p:before {
    content: "#513631";
}

.brown-colors ul li:nth-child(13) {
    background-color: #61403A;
}

.brown-colors ul li:nth-child(13) p:before {
    content: "#61403a";
}

.brown-colors ul li:nth-child(12) {
    background-color: #714B44;
}

.brown-colors ul li:nth-child(12) p:before {
    content: "#714b44";
}

.brown-colors ul li:nth-child(11) {
    background-color: #81554D;
}

.brown-colors ul li:nth-child(11) p:before {
    content: "#81554d";
}

.brown-colors ul li:nth-child(10) {
    background-color: #916057;
}

.brown-colors ul li:nth-child(10) p:before {
    content: "#916057";
}

.brown-colors ul li:nth-child(9) {
    background-color: #A06B61;
}

.brown-colors ul li:nth-child(9) p:before {
    content: "#a06b61";
}

.brown-colors ul li:nth-child(8) {
    background-color: #AA7A71;
}

.brown-colors ul li:nth-child(8) p:before {
    content: "#aa7a71";
}

.brown-colors ul li:nth-child(7) {
    background-color: #B38981;
}

.brown-colors ul li:nth-child(7) p:before {
    content: "#b38981";
}

.brown-colors ul li:nth-child(6) {
    background-color: #BD9791;
}

.brown-colors ul li:nth-child(6) p:before {
    content: "#bd9791";
}

.brown-colors ul li:nth-child(5) {
    background-color: #C6A6A1;
}

.brown-colors ul li:nth-child(5) p:before {
    content: "#c6a6a1";
}

.brown-colors ul li:nth-child(4) {
    background-color: #D0B5B1;
}

.brown-colors ul li:nth-child(4) p:before {
    content: "#d0b5b1";
}

.brown-colors ul li:nth-child(3) {
    background-color: #DAC4C1;
}

.brown-colors ul li:nth-child(3) p:before {
    content: "#dac4c1";
}

.brown-colors ul li:nth-child(2) {
    background-color: #E3D3D0;
}

.brown-colors ul li:nth-child(2) p:before {
    content: "#e3d3d0";
}

.brown-colors ul li:nth-child(1) {
    background-color: #EDE2E0;
}

.brown-colors ul li:nth-child(1) p:before {
    content: "#ede2e0";
}

.grey-colors ul li:nth-child(14) {
    background-color: #323232;
}

.grey-colors ul li:nth-child(14) p:before {
    content: "#323232";
}

.grey-colors ul li:nth-child(13) {
    background-color: #3F3F3F;
}

.grey-colors ul li:nth-child(13) p:before {
    content: "#3f3f3f";
}

.grey-colors ul li:nth-child(12) {
    background-color: #4B4B4B;
}

.grey-colors ul li:nth-child(12) p:before {
    content: "#4b4b4b";
}

.grey-colors ul li:nth-child(11) {
    background-color: #585858;
}

.grey-colors ul li:nth-child(11) p:before {
    content: "#585858";
}

.grey-colors ul li:nth-child(10) {
    background-color: #656565;
}

.grey-colors ul li:nth-child(10) p:before {
    content: "#656565";
}

.grey-colors ul li:nth-child(9) {
    background-color: #727272;
}

.grey-colors ul li:nth-child(9) p:before {
    content: "#727272";
}

.grey-colors ul li:nth-child(8) {
    background-color: #7E7E7E;
}

.grey-colors ul li:nth-child(8) p:before {
    content: "#7e7e7e";
}

.grey-colors ul li:nth-child(7) {
    background-color: #8B8B8B;
}

.grey-colors ul li:nth-child(7) p:before {
    content: "#8b8b8b";
}

.grey-colors ul li:nth-child(6) {
    background-color: #989898;
}

.grey-colors ul li:nth-child(6) p:before {
    content: "#989898";
}

.grey-colors ul li:nth-child(5) {
    background-color: #A5A5A5;
}

.grey-colors ul li:nth-child(5) p:before {
    content: "#a5a5a5";
}

.grey-colors ul li:nth-child(4) {
    background-color: #B1B1B1;
}

.grey-colors ul li:nth-child(4) p:before {
    content: "#b1b1b1";
}

.grey-colors ul li:nth-child(3) {
    background-color: #BEBEBE;
}

.grey-colors ul li:nth-child(3) p:before {
    content: "#bebebe";
}

.grey-colors ul li:nth-child(2) {
    background-color: #CBCBCB;
}

.grey-colors ul li:nth-child(2) p:before {
    content: "#cbcbcb";
}

.grey-colors ul li:nth-child(1) {
    background-color: #D8D8D8;
}

.grey-colors ul li:nth-child(1) p:before {
    content: "#d8d8d8";
}

.blue-grey-colors ul li:nth-child(14) {
    background-color: #35444A;
}

.blue-grey-colors ul li:nth-child(14) p:before {
    content: "#35444a";
}

.blue-grey-colors ul li:nth-child(13) {
    background-color: #3F5159;
}

.blue-grey-colors ul li:nth-child(13) p:before {
    content: "#3f5159";
}

.blue-grey-colors ul li:nth-child(12) {
    background-color: #4A5F68;
}

.blue-grey-colors ul li:nth-child(12) p:before {
    content: "#4a5f68";
}

.blue-grey-colors ul li:nth-child(11) {
    background-color: #546D77;
}

.blue-grey-colors ul li:nth-child(11) p:before {
    content: "#546d77";
}

.blue-grey-colors ul li:nth-child(10) {
    background-color: #5F7A85;
}

.blue-grey-colors ul li:nth-child(10) p:before {
    content: "#5f7a85";
}

.blue-grey-colors ul li:nth-child(9) {
    background-color: #6A8894;
}

.blue-grey-colors ul li:nth-child(9) p:before {
    content: "#6a8894";
}

.blue-grey-colors ul li:nth-child(8) {
    background-color: #78949F;
}

.blue-grey-colors ul li:nth-child(8) p:before {
    content: "#78949f";
}

.blue-grey-colors ul li:nth-child(7) {
    background-color: #87A0AA;
}

.blue-grey-colors ul li:nth-child(7) p:before {
    content: "#87a0aa";
}

.blue-grey-colors ul li:nth-child(6) {
    background-color: #96ABB4;
}

.blue-grey-colors ul li:nth-child(6) p:before {
    content: "#96abb4";
}

.blue-grey-colors ul li:nth-child(5) {
    background-color: #A5B7BF;
}

.blue-grey-colors ul li:nth-child(5) p:before {
    content: "#a5b7bf";
}

.blue-grey-colors ul li:nth-child(4) {
    background-color: #B4C3CA;
}

.blue-grey-colors ul li:nth-child(4) p:before {
    content: "#b4c3ca";
}

.blue-grey-colors ul li:nth-child(3) {
    background-color: #C3CFD4;
}

.blue-grey-colors ul li:nth-child(3) p:before {
    content: "#c3cfd4";
}

.blue-grey-colors ul li:nth-child(2) {
    background-color: #D2DBDF;
}

.blue-grey-colors ul li:nth-child(2) p:before {
    content: "#d2dbdf";
}

.blue-grey-colors ul li:nth-child(1) {
    background-color: #E1E7E9;
}

.blue-grey-colors ul li:nth-child(1) p:before {
    content: "#e1e7e9";
}

.primary-colorr ul li:nth-child(14) {
    background-color: #1CC9A7;
}

.primary-colorr ul li:nth-child(14) p:before {
    content: "#1cc9a7";
}

.primary-colorr ul li:nth-child(13) {
    background-color: #1ED7B2;
}

.primary-colorr ul li:nth-child(13) p:before {
    content: "#1ed7b2";
}

.primary-colorr ul li:nth-child(12) {
    background-color: #23E1BB;
}

.primary-colorr ul li:nth-child(12) p:before {
    content: "#23e1bb";
}

.primary-colorr ul li:nth-child(11) {
    background-color: #31E2BF;
}

.primary-colorr ul li:nth-child(11) p:before {
    content: "#31e2bf";
}

.primary-colorr ul li:nth-child(10) {
    background-color: #3EE4C4;
}

.primary-colorr ul li:nth-child(10) p:before {
    content: "#3ee4c4";
}

.primary-colorr ul li:nth-child(9) {
    background-color: #4CE6C8;
}

.primary-colorr ul li:nth-child(9) p:before {
    content: "#4ce6c8";
}

.primary-colorr ul li:nth-child(8) {
    background-color: #59E8CC;
}

.primary-colorr ul li:nth-child(8) p:before {
    content: "#59e8cc";
}

.primary-colorr ul li:nth-child(7) {
    background-color: #66EAD0;
}

.primary-colorr ul li:nth-child(7) p:before {
    content: "#66ead0";
}

.primary-colorr ul li:nth-child(6) {
    background-color: #74ECD4;
}

.primary-colorr ul li:nth-child(6) p:before {
    content: "#74ecd4";
}

.primary-colorr ul li:nth-child(5) {
    background-color: #81EED8;
}

.primary-colorr ul li:nth-child(5) p:before {
    content: "#81eed8";
}

.primary-colorr ul li:nth-child(4) {
    background-color: #8FEFDC;
}

.primary-colorr ul li:nth-child(4) p:before {
    content: "#8fefdc";
}

.primary-colorr ul li:nth-child(3) {
    background-color: #9CF1E1;
}

.primary-colorr ul li:nth-child(3) p:before {
    content: "#9cf1e1";
}

.primary-colorr ul li:nth-child(2) {
    background-color: #AAF3E5;
}

.primary-colorr ul li:nth-child(2) p:before {
    content: "#aaf3e5";
}

.primary-colorr ul li:nth-child(1) {
    background-color: #B7F5E9;
}

.primary-colorr ul li:nth-child(1) p:before {
    content: "#b7f5e9";
}

.success-colorr ul li:nth-child(14) {
    background-color: #33D176;
}

.success-colorr ul li:nth-child(14) p:before {
    content: "#33d176";
}

.success-colorr ul li:nth-child(13) {
    background-color: #3BD37C;
}

.success-colorr ul li:nth-child(13) p:before {
    content: "#3bd37c";
}

.success-colorr ul li:nth-child(12) {
    background-color: #44D581;
}

.success-colorr ul li:nth-child(12) p:before {
    content: "#44d581";
}

.success-colorr ul li:nth-child(11) {
    background-color: #4CD787;
}

.success-colorr ul li:nth-child(11) p:before {
    content: "#4cd787";
}

.success-colorr ul li:nth-child(10) {
    background-color: #54D98C;
}

.success-colorr ul li:nth-child(10) p:before {
    content: "#54d98c";
}

.success-colorr ul li:nth-child(9) {
    background-color: #5DDA92;
}

.success-colorr ul li:nth-child(9) p:before {
    content: "#5dda92";
}

.success-colorr ul li:nth-child(8) {
    background-color: #65DC98;
}

.success-colorr ul li:nth-child(8) p:before {
    content: "#65dc98";
}

.success-colorr ul li:nth-child(7) {
    background-color: #6DDE9D;
}

.success-colorr ul li:nth-child(7) p:before {
    content: "#6dde9d";
}

.success-colorr ul li:nth-child(6) {
    background-color: #76E0A3;
}

.success-colorr ul li:nth-child(6) p:before {
    content: "#76e0a3";
}

.success-colorr ul li:nth-child(5) {
    background-color: #7EE2A8;
}

.success-colorr ul li:nth-child(5) p:before {
    content: "#7ee2a8";
}

.success-colorr ul li:nth-child(4) {
    background-color: #86E4AE;
}

.success-colorr ul li:nth-child(4) p:before {
    content: "#86e4ae";
}

.success-colorr ul li:nth-child(3) {
    background-color: #8FE6B4;
}

.success-colorr ul li:nth-child(3) p:before {
    content: "#8fe6b4";
}

.success-colorr ul li:nth-child(2) {
    background-color: #97E8B9;
}

.success-colorr ul li:nth-child(2) p:before {
    content: "#97e8b9";
}

.success-colorr ul li:nth-child(1) {
    background-color: #9FE9BF;
}

.success-colorr ul li:nth-child(1) p:before {
    content: "#9fe9bf";
}

.info-colorr ul li:nth-child(14) {
    background-color: #3D9CDD;
}

.info-colorr ul li:nth-child(14) p:before {
    content: "#3d9cdd";
}

.info-colorr ul li:nth-child(13) {
    background-color: #45A1DE;
}

.info-colorr ul li:nth-child(13) p:before {
    content: "#45a1de";
}

.info-colorr ul li:nth-child(12) {
    background-color: #4EA5E0;
}

.info-colorr ul li:nth-child(12) p:before {
    content: "#4ea5e0";
}

.info-colorr ul li:nth-child(11) {
    background-color: #57AAE1;
}

.info-colorr ul li:nth-child(11) p:before {
    content: "#57aae1";
}

.info-colorr ul li:nth-child(10) {
    background-color: #5FAEE3;
}

.info-colorr ul li:nth-child(10) p:before {
    content: "#5faee3";
}

.info-colorr ul li:nth-child(9) {
    background-color: #68B2E4;
}

.info-colorr ul li:nth-child(9) p:before {
    content: "#68b2e4";
}

.info-colorr ul li:nth-child(8) {
    background-color: #71B7E6;
}

.info-colorr ul li:nth-child(8) p:before {
    content: "#71b7e6";
}

.info-colorr ul li:nth-child(7) {
    background-color: #79BBE7;
}

.info-colorr ul li:nth-child(7) p:before {
    content: "#79bbe7";
}

.info-colorr ul li:nth-child(6) {
    background-color: #82C0E9;
}

.info-colorr ul li:nth-child(6) p:before {
    content: "#82c0e9";
}

.info-colorr ul li:nth-child(5) {
    background-color: #8BC4EA;
}

.info-colorr ul li:nth-child(5) p:before {
    content: "#8bc4ea";
}

.info-colorr ul li:nth-child(4) {
    background-color: #93C8EC;
}

.info-colorr ul li:nth-child(4) p:before {
    content: "#93c8ec";
}

.info-colorr ul li:nth-child(3) {
    background-color: #9CCDED;
}

.info-colorr ul li:nth-child(3) p:before {
    content: "#9ccded";
}

.info-colorr ul li:nth-child(2) {
    background-color: #A5D1EF;
}

.info-colorr ul li:nth-child(2) p:before {
    content: "#a5d1ef";
}

.info-colorr ul li:nth-child(1) {
    background-color: #ADD6F1;
}

.info-colorr ul li:nth-child(1) p:before {
    content: "#add6f1";
}

.warning-colorr ul li:nth-child(14) {
    background-color: #F2C619;
}

.warning-colorr ul li:nth-child(14) p:before {
    content: "#f2c619";
}

.warning-colorr ul li:nth-child(13) {
    background-color: #F2C922;
}

.warning-colorr ul li:nth-child(13) p:before {
    content: "#f2c922";
}

.warning-colorr ul li:nth-child(12) {
    background-color: #F3CB2C;
}

.warning-colorr ul li:nth-child(12) p:before {
    content: "#f3cb2c";
}

.warning-colorr ul li:nth-child(11) {
    background-color: #F3CD36;
}

.warning-colorr ul li:nth-child(11) p:before {
    content: "#f3cd36";
}

.warning-colorr ul li:nth-child(10) {
    background-color: #F4D03F;
}

.warning-colorr ul li:nth-child(10) p:before {
    content: "#f4d03f";
}

.warning-colorr ul li:nth-child(9) {
    background-color: #F4D249;
}

.warning-colorr ul li:nth-child(9) p:before {
    content: "#f4d249";
}

.warning-colorr ul li:nth-child(8) {
    background-color: #F5D552;
}

.warning-colorr ul li:nth-child(8) p:before {
    content: "#f5d552";
}

.warning-colorr ul li:nth-child(7) {
    background-color: #F5D75C;
}

.warning-colorr ul li:nth-child(7) p:before {
    content: "#f5d75c";
}

.warning-colorr ul li:nth-child(6) {
    background-color: #F6D966;
}

.warning-colorr ul li:nth-child(6) p:before {
    content: "#f6d966";
}

.warning-colorr ul li:nth-child(5) {
    background-color: #F7DC6F;
}

.warning-colorr ul li:nth-child(5) p:before {
    content: "#f7dc6f";
}

.warning-colorr ul li:nth-child(4) {
    background-color: #F7DE79;
}

.warning-colorr ul li:nth-child(4) p:before {
    content: "#f7de79";
}

.warning-colorr ul li:nth-child(3) {
    background-color: #F8E083;
}

.warning-colorr ul li:nth-child(3) p:before {
    content: "#f8e083";
}

.warning-colorr ul li:nth-child(2) {
    background-color: #F8E38C;
}

.warning-colorr ul li:nth-child(2) p:before {
    content: "#f8e38c";
}

.warning-colorr ul li:nth-child(1) {
    background-color: #F9E596;
}

.warning-colorr ul li:nth-child(1) p:before {
    content: "#f9e596";
}

.danger-colorr ul li:nth-child(14) {
    background-color: #E85445;
}

.danger-colorr ul li:nth-child(14) p:before {
    content: "#e85445";
}

.danger-colorr ul li:nth-child(13) {
    background-color: #E95D4E;
}

.danger-colorr ul li:nth-child(13) p:before {
    content: "#e95d4e";
}

.danger-colorr ul li:nth-child(12) {
    background-color: #EA6557;
}

.danger-colorr ul li:nth-child(12) p:before {
    content: "#ea6557";
}

.danger-colorr ul li:nth-child(11) {
    background-color: #EB6D60;
}

.danger-colorr ul li:nth-child(11) p:before {
    content: "#eb6d60";
}

.danger-colorr ul li:nth-child(10) {
    background-color: #ED7669;
}

.danger-colorr ul li:nth-child(10) p:before {
    content: "#ed7669";
}

.danger-colorr ul li:nth-child(9) {
    background-color: #EE7E72;
}

.danger-colorr ul li:nth-child(9) p:before {
    content: "#ee7e72";
}

.danger-colorr ul li:nth-child(8) {
    background-color: #EF867C;
}

.danger-colorr ul li:nth-child(8) p:before {
    content: "#ef867c";
}

.danger-colorr ul li:nth-child(7) {
    background-color: #F08F85;
}

.danger-colorr ul li:nth-child(7) p:before {
    content: "#f08f85";
}

.danger-colorr ul li:nth-child(6) {
    background-color: #F1978E;
}

.danger-colorr ul li:nth-child(6) p:before {
    content: "#f1978e";
}

.danger-colorr ul li:nth-child(5) {
    background-color: #F29F97;
}

.danger-colorr ul li:nth-child(5) p:before {
    content: "#f29f97";
}

.danger-colorr ul li:nth-child(4) {
    background-color: #F3A8A0;
}

.danger-colorr ul li:nth-child(4) p:before {
    content: "#f3a8a0";
}

.danger-colorr ul li:nth-child(3) {
    background-color: #F4B0A9;
}

.danger-colorr ul li:nth-child(3) p:before {
    content: "#f4b0a9";
}

.danger-colorr ul li:nth-child(2) {
    background-color: #F6B8B2;
}

.danger-colorr ul li:nth-child(2) p:before {
    content: "#f6b8b2";
}

.danger-colorr ul li:nth-child(1) {
    background-color: #F7C1BB;
}

.danger-colorr ul li:nth-child(1) p:before {
    content: "#f7c1bb";
}

.sortable-moves img {
    position: absolute;
    height: 40px;
    left: 10px;
    border-radius: 5px;
    top: 15px;
}

.sortable-moves h6 {
    font-weight: 500;
}

.card-sub {
    cursor: move;
    border: none;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
}

.card-sub:hover {
    box-shadow: 0 0 25px -5px #9E9C9E;
    transition: all 180ms linear;
}

.payment-tabs .md-tabs.nav-tabs .nav-item {
    width: calc(100% / 6);
}

.payment-tabs .nav-tabs .slide,
.payment-tabs .md-tabs .nav-item + .nav-item {
    width: calc(100% / 6);
}

.demo-container {
    padding-bottom: 0;
}

.jp-card .jp-card-front,
.jp-card .jp-card-back {
    background: #4099FF !important;
}

.payment-form {
    max-width: 550px;
    margin: 0 auto;
    padding: 20px 20px 0;
}

.ace_editor {
    width: 100% !important;
    position: relative !important;
    margin-top: 20px;
}

.long-press:focus {
    outline-color: #4099FF;
}

.tab-pane form .md-add-on i {
    font-size: 20px;
}

.social-wallpaper {
    position: relative;
}

.social-profile {
    position: relative;
    padding-top: 15px;
}

.nav-tabs.md-tabs.tab-timeline li a {
    padding: 20px 0 10px;
    color: #121212;
    font-size: 16px;
}

.social-timeline-left {
    position: absolute;
    top: -200px;
    margin-right: 15px;
}

.post-input {
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    resize: none;
}

.user-box .media-object,
.friend-box .media-object {
    height: 45px;
    width: 45px;
    display: inline-block;
    cursor: pointer;
}

.friend-box img {
    margin-right: 10px;
    margin-bottom: 10px;
}

.chat-header {
    color: #121212;
}

.live-status {
    height: 9px;
    width: 9px;
    position: absolute;
    bottom: 0;
    right: 17px;
    border-radius: 100%;
    border: 1px solid;
    top: 5px;
}

.tab-timeline .slide {
    bottom: -1px;
}

.image-upload input {
    visibility: hidden;
    max-width: 0;
    max-height: 0;
}

.ellipsis::after {
    top: 15px;
    border: none;
    position: absolute;
    content: '\f142';
    font-family: FontAwesome, sans-serif;
    right: 30px;
}

.social-profile {
    margin: 0 15px;
}

.social-follower {
    text-align: center;
}

.social-follower h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-style: normal;
}

.social-follower h5 {
    font-size: 14px;
}

.social-follower .follower-counter {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 13px;
}

.social-follower .follower-counter .txt-primary {
    font-size: 24px;
}

.timeline-icon {
    height: 45px;
    width: 45px;
    display: block;
    margin: 0 auto;
    border: 4px #FFF solid;
}

.user-box .f-right {
    text-transform: capitalize;
    cursor: pointer;
}

.social-msg a {
    display: inline-block;
}

.social-msg a span {
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

.social-msg a:hover {
    color: #4099FF;
}

.social-msg a:hover span,
.social-msg a:hover i {
    color: #4099FF !important;
}

.view-info .social-label,
.contact-info .social-label,
.work-info .social-label {
    font-size: 15px;
    padding-left: 0;
    padding-top: 0;
}

.view-info .social-user-name,
.contact-info .social-user-name,
.work-info .social-user-name {
    font-size: 14px;
    padding-left: 0;
}

.timeline-details p {
    padding-top: 10px;
    margin-bottom: 0;
}

.timeline-details .chat-header,
.post-timelines .chat-header {
    font-size: 15px;
}

.social-client-description {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.social-client-description p {
    margin-top: 5px;
    margin-bottom: 0;
}

.social-client-description span {
    font-size: 12px;
}

.social-client-description .chat-header {
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

.social-tabs a {
    font-size: 18px;
}

.timeline-btn a {
    margin-bottom: 20px;
}

.profile-hvr i {
    cursor: pointer;
}

.fc-left {
    margin-bottom: 10px;
}

#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
}

#external-events .fc-event {
    background: #FFF;
    color: #000;
    cursor: move;
    padding: 5px 18px;
    margin-bottom: 5px;
}

#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
}

#external-events p input {
    margin: 0;
    vertical-align: middle;
}

.fc th,
.fc td {
    line-height: 2.5;
}

.fc-state-default {
    background-color: #FFF;
    color: #272727;
}

tr:first-child > td > .fc-day-grid-event {
    color: #000;
    padding-left: 10px;
    background: #F3F3F3;
}

.fc-state-active {
    background-color: #4099FF;
    color: #FFF;
}

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

.fc-toolbar .fc-center {
    display: block;
}

.fc-center h2 {
    font-weight: 300;
    font-size: 25px;
    margin-top: 10px;
}

.fc button {
    height: auto;
    padding: 10px;
}

.fc-toolbar .fc-left {
    float: right;
}

.fc-button-group {
    margin-right: 10px;
}

.fc .fc-toolbar > * > * {
    margin-left: 0;
}

.fc-event,
.fc-event-dot {
    background-color: transparent;
}

.fc-day-grid-event:hover {
    color: #000 !important;
    opacity: 0.8;
}

.fc-time-grid-event .fc-content {
    color: #FFF;
}

.fc-state-default {
    background-image: none !important;
    border-color: transparent !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.fc-state-down,
.fc-state-active {
    background: none !important;
    box-shadow: none !important;
}

.fc th {
    background: #4099FF;
    color: #FFF;
    border-color: #4099FF;
}

.fc-event-container a {
    padding: 5px;
}

.fc-event {
    line-height: 1.3;
    border-radius: 5px;
}

tr:first-child > td > .fc-day-grid-event {
    margin-left: 0;
}

.clndr .clndr-grid .days .day.event .day-number,
.clndr .clndr-grid .days .empty.event .day-number {
    color: #EA1029;
    border-radius: 50%;
}

.clndr .event-listing .event-item-location {
    font-weight: 400;
}

.fc-event {
    border-color: #4099FF;
}

.job-right-header .card-header .card-header-right {
    top: 7px;
    right: 15px;
}

.job-right-header .radio-inline {
    display: block;
}

.job-right-header .checkbox-fade {
    display: block;
}

.job-right-header .checkbox-fade label {
    position: absolute;
    z-index: 99;
}

.job-right-header .checkbox-fade div {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.job-right-header a {
    color: #4099FF;
    font-weight: 500;
}

.job-details-list {
    padding-left: inherit;
    list-style-type: square;
    margin-bottom: 40px;
}

.job-details-list li {
    margin-bottom: 10px;
}

.company-name p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.job-card .media-left {
    padding-right: 10px;
}

.job-cards .media {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #DDD;
}

.job-cards:last-child .media {
    border-bottom: none;
    padding-bottom: 0;
}

.job-cards img {
    width: 60px;
}

.job-cards .media-right {
    position: absolute;
    top: 20px;
    right: 0;
}

@media only screen and (max-width: 575px) {
    .job-cards .media-left {
        padding-right: 0;
    }
}

.job-badge {
    position: absolute;
    top: 35px;
    right: -15px;
}

.job-badge:after {
    content: "";
    border: 7px solid transparent;
    border-top-color: #0071F3;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -7px;
    right: 8px;
    z-index: 1;
}

.job-badge .label {
    width: 50px;
    text-align: center;
    padding: 7px;
    border-radius: 0;
    z-index: 10;
}

@media only screen and (max-width: 768px) {
    .job-badge {
        display: none;
    }
}

.job-lable .label {
    margin: 5px 10px 5px 0;
    position: relative;
    z-index: 9;
    display: inline-block;
    padding: 5px 10px 5px 12px;
}

.job-card-desc {
    font-weight: 500;
    margin-top: 10px;
    cursor: pointer;
}

.job-meta-data {
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: 10px;
}

.job-meta-data i {
    margin-right: 5px;
    color: #4099FF;
}

.card-block.email-card {
    padding: 10px 25px;
}

.email-card .user-head {
    background-color: #4099FF;
    padding: 10px;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.email-card .user-head .user-name {
    margin-left: 10px;
    margin-bottom: 10px;
}

.email-card .user-head .user-name span {
    display: block;
    color: #FFF;
}

.email-card label {
    margin-bottom: 0;
}

.email-card .user-body {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #FFF;
}

.email-card .user-body .page-list {
    border-bottom: 0 solid transparent;
}

.email-card .user-body .page-list li {
    text-transform: capitalize;
    border-bottom: 1px solid #E9ECEF;
    transition: all ease-in .3s;
    cursor: pointer;
}

.email-card .user-body .page-list li.mail-section {
    display: block;
    margin-bottom: 0;
}

.email-card .user-body .page-list li.mail-section a {
    padding: 15px 20px;
    border-radius: 0 !important;
    color: #121212;
    border: 0 solid transparent;
}

.email-card .user-body .page-list li.mail-section a.active,
.email-card .user-body .page-list li.mail-section a:hover {
    color: #4099FF;
    background-color: #D9EBFF;
}

.email-card .user-body .page-list li i {
    margin-right: 10px;
}

.email-card .user-body .page-list li:last-child {
    border-bottom: 0 solid transparent;
}

.email-card .user-body .label-list a {
    display: block;
    color: #6A6A6A;
    position: relative;
    padding: 10px 20px 10px 25px;
}

.email-card .user-body .label-list a:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    left: 0;
    top: 16px;
}

.email-card .user-body .label-list a.mail-work:before {
    background-color: #4099FF;
}

.email-card .user-body .label-list a.mail-design:before {
    background-color: #00BCD4;
}

.email-card .user-body .label-list a.mail-family:before {
    background-color: #2ED8B6;
}

.email-card .user-body .label-list a.mail-friends:before {
    background-color: #FFB64D;
}

.email-card .user-body .label-list a.mail-office:before {
    background-color: #EA1029;
}

.email-card .mail-box-head {
    background-color: #4099FF;
    min-height: 80px;
    padding: 20px 0;
}

.email-card .mail-box-head h3 {
    color: #FFF;
}

.email-card .mail-box-head .input-group {
    margin-bottom: 0;
}

.email-card .mail-body {
    padding: 20px 0;
}

.email-card .mail-body .mail-body-header {
    margin-bottom: 20px;
}

.email-card .mail-body .mail-body-header .btn,
.email-card .mail-body .mail-body-header .btn-group {
    margin: 2px;
}

.email-card .mail-body-content .check-star {
    display: flex;
    align-items: center;
}

.email-card .mail-body-content tr {
    transition: all ease-in .3s;
}

.email-card .mail-body-content tr:hover {
    background-color: #D9EBFF;
    cursor: pointer;
}

.email-card .mail-body-content .unread a {
    color: #121212;
    font-weight: 500;
}

.email-card .mail-body-content .read a {
    color: #121212;
    font-weight: 400;
}

.email-summernote ~ .note-frame {
    border: 1px solid #DDD;
    border-radius: 5px;
}

.email-read .photo-table {
    padding-right: 10px;
}

.email-read .user-name {
    margin-bottom: 10px;
}

.mail-body-content.email-read .card {
    box-shadow: none;
    margin-bottom: 0;
}

.user-name {
    margin-bottom: 20px;
}

.email-card .user-mail h6 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #292B2C;
}

.email-content {
    line-height: 30px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
}

.mail-img {
    margin-top: 20px;
}

.set-map {
    height: 400px;
    width: 100% !important;
}

#address-search .input-group {
    margin-bottom: 0;
}

.navbar-page .my-header {
    position: relative !important;
}

.light-nav-border,
.primary-nav,
.warning-nav,
.success-nav,
.info-nav,
.danger-nav {
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 15px;
}

.light-nav-border a {
    color: #121212;
}

.light-nav-border li.active a {
    color: #4099FF;
    font-weight: 500;
}

.light-nav-border .nav-item,
.primary-nav .nav-item,
.warning-nav .nav-item,
.success-nav .nav-item,
.info-nav .nav-item,
.danger-nav .nav-item {
    margin-left: 15px;
}

.light-nav-border .navbar-varient-submenu a {
    padding: 10px;
    display: block;
    transition: background-color linear 0.3s;
}

.light-nav-border .navbar-varient-submenu a:hover {
    background-color: #F1F1F1;
}

.light-nav-border .profile-sub-menu {
    right: 10px;
}

.light-nav-border .profile-sub-menu i,
.primary-nav .profile-sub-menu i,
.warning-nav .profile-sub-menu i,
.success-nav .profile-sub-menu i,
.info-nav .profile-sub-menu i,
.danger-nav .profile-sub-menu i {
    margin-right: 10px;
}

.primary-nav {
    background-color: #A6CFFF;
}

.primary-nav .navbar-varient-submenu a {
    color: #121212;
}

.warning-nav {
    background-color: #FFE0B3;
}

.warning-nav .navbar-varient-submenu a {
    color: #121212;
}

.success-nav {
    background-color: #84E8D4;
}

.success-nav .navbar-varient-submenu a {
    color: #121212;
}

.info-nav {
    background-color: #3BE9FF;
}

.info-nav .navbar-varient-submenu a {
    color: #121212;
}

.danger-nav {
    background-color: #FFD2DA;
}

.danger-nav .navbar-varient-submenu a {
    color: #121212;
}

.bg-dark {
    background-color: #2C3E50;
    color: #FFF;
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .navbar-light .navbar-nav .open > .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

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

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

.navbar-dark button.btn {
    color: #FFF;
    border-color: #FFF;
}

.dark-nav-border,
.primary-nav-dark,
.warning-nav-dark,
.success-nav-dark,
.info-nav-dark,
.danger-nav-dark {
    border: 1px solid #2C3E50;
    padding: 15px;
}

.primary-nav,
.warning-nav,
.success-nav,
.info-nav,
.danger-nav {
    border: none;
    padding: 15px;
}

.dark-nav-border a,
.primary-nav a,
.warning-nav a,
.success-nav a,
.info-nav a,
.danger-nav a {
    color: rgba(0, 0, 0, 0.9);
}

.dark-nav-border .navbar-varient-submenu a:hover,
.primary-nav .navbar-varient-submenu a:hover,
.warning-nav .navbar-varient-submenu a:hover,
.success-nav .navbar-varient-submenu a:hover,
.info-nav .navbar-varient-submenu a:hover,
.danger-nav .navbar-varient-submenu a:hover {
    background-color: #F1F1F1;
}

.dark-nav-border .navbar-varient-submenu a,
.primary-nav-dark .navbar-varient-submenu a,
.warning-nav-dark .navbar-varient-submenu a,
.success-nav-dark .navbar-varient-submenu a,
.info-nav-dark .navbar-varient-submenu a,
.danger-nav-dark .navbar-varient-submenu a,
.primary-nav .navbar-varient-submenu a,
.warning-nav .navbar-varient-submenu a,
.success-nav .navbar-varient-submenu a,
.info-nav .navbar-varient-submenu a,
.danger-nav .navbar-varient-submenu a {
    padding: 10px;
    display: block;
    transition: background-color linear 0.3s;
}

.dark-nav-border li.active a,
.primary-nav li.active a,
.warning-nav li.active a,
.success-nav li.active a,
.info-nav li.active a,
.danger-nav li.active a {
    color: #666;
    font-weight: 500;
}

.dark-nav-border .profile-sub-menu,
.primary-nav-dark .profile-sub-menu,
.warning-nav-dark .profile-sub-menu,
.success-nav-dark .profile-sub-menu,
.info-nav-dark .profile-sub-menu,
.danger-nav-dark .profile-sub-menu,
.primary-nav .profile-sub-menu,
.warning-nav .profile-sub-menu,
.success-nav .profile-sub-menu,
.info-nav .profile-sub-menu,
.danger-nav .profile-sub-menu {
    right: 10px;
}

.primary-nav-dark {
    background-color: #0D7EFF;
    border: none;
}

.primary-nav-dark a {
    color: #FFF;
}

.primary-nav-dark li.active a {
    color: #FFF;
    font-weight: 500;
}

.primary-nav-dark .navbar-varient-submenu a {
    color: #FFF;
}

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

.primary-nav-dark .navbar-varient-submenu a:hover {
    background-color: #0071F3;
}

.warning-nav-dark {
    background-color: #FFA11A;
    border: none;
}

.warning-nav-dark a {
    color: #FFF;
}

.warning-nav-dark li.active a {
    color: #FFF;
    font-weight: 500;
}

.warning-nav-dark .navbar-varient-submenu a {
    color: #FFF;
}

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

.warning-nav-dark .navbar-varient-submenu a:hover {
    background-color: #FF9700;
}

.success-nav-dark {
    background-color: #21B295;
    border: none;
}

.success-nav-dark a {
    color: #FFF;
}

.success-nav-dark li.active a {
    color: #FFF;
    font-weight: 500;
}

.success-nav-dark .navbar-varient-submenu a {
    color: #FFF;
}

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

.success-nav-dark .navbar-varient-submenu a:hover {
    background-color: #1D9C83;
}

.info-nav-dark {
    background-color: #008FA1;
    border: none;
}

.info-nav-dark a {
    color: #FFF;
}

.info-nav-dark li.active a {
    color: #FFF;
    font-weight: 500;
}

.info-nav-dark .navbar-varient-submenu a {
    color: #FFF;
}

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

.info-nav-dark .navbar-varient-submenu a:hover {
    background-color: #007888;
}

.danger-nav-dark {
    background-color: #FF2046;
    border: none;
}

.danger-nav-dark a {
    color: #FFF;
}

.danger-nav-dark li.active a {
    color: #FFF;
    font-weight: 500;
}

.danger-nav-dark .navbar-varient-submenu a {
    color: #FFF;
}

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

.danger-nav-dark .navbar-varient-submenu a:hover {
    background-color: #FF0630;
}

.nav-item label.badge-top-left {
    right: 4.4%;
    bottom: 38px;
}

.nav-item .radio-inline {
    margin-top: 7px;
}

.primary-nav-dark button,
.warning-nav-dark button,
.success-nav-dark button,
.info-nav-dark button,
.danger-nav-dark button {
    border-color: #FFF;
}

.primary-nav-dark i,
.warning-nav-dark i,
.success-nav-dark i,
.info-nav-dark i,
.danger-nav-dark i {
    color: #FFF;
}

.primary-nav button,
.warning-nav button,
.success-nav button,
.info-nav button,
.danger-nav button {
    border-color: rgba(0, 0, 0, 0.6) !important;
}

.primary-nav i,
.warning-nav i,
.success-nav i,
.info-nav i,
.danger-nav i {
    color: rgba(0, 0, 0, 0.6) !important;
}

.note-card {
    padding-top: 0;
    padding-bottom: 0;
}

.note-card .note-box-aside {
    border-right: 1px solid #DDD;
}

.note-card .note-box-aside .row {
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.note-card .Note-header {
    padding: 20px 0;
}

.note-card .note-write {
    position: relative;
    background: -webkit-linear-gradient(top, #8DC2FF 0%, #D9EBFF 5%) 0 0;
    background-size: 100% 35px;
}

.note-card .note-write:before {
    content: '';
    position: absolute;
    width: 0;
    top: 0;
    left: 32px;
    bottom: 0;
    border-left: 1px solid #4099FF;
}

.note-card .note-write:after {
    content: '';
    position: absolute;
    width: 0;
    top: 0;
    left: 34px;
    bottom: 0;
    border-left: 1px solid #4099FF;
}

.note-card #Note-pad {
    border: none;
    resize: none;
    background: transparent;
    padding: 0 20px 0 50px;
    line-height: 35px;
}

.summernote-page .modal-footer {
    margin: 0 auto;
}

pre[class*="language-"] {
    background-color: #FFF;
    border: 1px solid #DDD;
}

pre[class*="language-"] code {
    background-color: #FFF !important;
}

pre.line-numbers {
    position: relative;
    padding-left: 3.8em;
    counter-reset: linenumber;
}

pre.line-numbers > code {
    position: relative;
}

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    left: -3.8em;
    width: 3em;
    letter-spacing: -1px;
    border-right: 1px solid #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.line-numbers-rows > span {
    pointer-events: none;
    display: block;
    counter-increment: linenumber;
}

.line-numbers-rows > span:before {
    content: counter(linenumber);
    color: #999;
    display: block;
    padding-right: 0.8em;
    text-align: right;
}

.progress-xl {
    height: 30px;
}

.progress-lg {
    height: 24px;
}

.progress-sm {
    height: 12px;
}

.progress-xs {
    height: 6px;
}

.progress-bar-page .progress {
    margin-bottom: 2rem;
}

.progress-bar-default {
    background-color: #D6D6D6;
}

.progress-bar-primary {
    background-color: #4099FF;
}

.progress-bar-info {
    background-color: #00BCD4;
}

.progress-bar-warning {
    background-color: #FFB64D;
}

.progress-bar-danger {
    background-color: #EA1029;
}

.progress-bar-pink {
    background-color: #FF7AA3;
}

.progress-bar-purple {
    background-color: #9261C6;
}

.progress-bar-orange {
    background-color: #E67E22;
}

.progress-bar-yellow {
    background-color: #F1C40F;
}

.loader {
    margin: 18px auto;
    top: 65px;
    left: 65px;
    right: 0;
    width: 100px;
    height: 100px;
    position: relative;
    transform: translate(-50%, -50%);
}

.loader.animation-start .circle {
    animation: rotating 2s ease-in-out infinite;
}

.loader.animation-stop .circle {
    animation-iteration-count: 1;
}

.loader .circle {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    transform-origin: 50% 50%;
    animation-iteration-count: 0;
}

.loader .circle:after {
    content: '';
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #1ABC9C;
}

.loader .circle.delay-1 {
    animation-delay: 0.125s;
}

.loader .circle.size-1:after {
    width: 11px;
    height: 11px;
}

.loader .circle.delay-2 {
    animation-delay: 0.25s;
}

.loader .circle.size-2:after {
    width: 12px;
    height: 12px;
}

.loader .circle.delay-3 {
    animation-delay: 0.375s;
}

.loader .circle.size-3:after {
    width: 13px;
    height: 13px;
}

.loader .circle.delay-4 {
    animation-delay: 0.5s;
}

.loader .circle.size-4:after {
    width: 14px;
    height: 14px;
}

.loader .circle.delay-5 {
    animation-delay: 0.625s;
}

.loader .circle.size-5:after {
    width: 15px;
    height: 15px;
}

.loader .circle.delay-6 {
    animation-delay: 0.75s;
}

.loader .circle.size-6:after {
    width: 16px;
    height: 16px;
}

.loader .circle.delay-7 {
    animation-delay: 0.875s;
}

.loader .circle.size-7:after {
    width: 17px;
    height: 17px;
}

.loader .circle.delay-8 {
    animation-delay: 1s;
}

.loader .circle.size-8:after {
    width: 18px;
    height: 18px;
}

.loader .circle.delay-9 {
    animation-delay: 1.125s;
}

.loader .circle.size-9:after {
    width: 19px;
    height: 19px;
}

.loader .circle.delay-10 {
    animation-delay: 1.25s;
}

.loader .circle.size-10:after {
    width: 20px;
    height: 20px;
}

.loader .circle.delay-11 {
    animation-delay: 1.375s;
}

.loader .circle.size-11:after {
    width: 21px;
    height: 21px;
}

.loader .circle.delay-12 {
    animation-delay: 1.5s;
}

.loader .circle.size-12:after {
    width: 22px;
    height: 22px;
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes draw {
    0% {
        stroke-dasharray: 20, 282.6;
    }

    50% {
        stroke-dasharray: 200, 282.6;
    }

    100% {
        stroke-dasharray: 20, 282.6;
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.preloader3 > div {
    margin: 2px;
    background-color: #4099FF;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
    animation: stretchdelay 0.7s infinite ease-in-out;
}

.preloader3 .loader-md {
    height: 13px;
    width: 13px;
}

.preloader3 .loader-lg {
    height: 18px;
    width: 18px;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: translateY(-10px);
    }

    20% {
        -webkit-transform: translateY(-20px);
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }

    20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
}

@keyframes rotateColor {
    0% {
        border-top-color: #1B8BF9;
    }

    12.5% {
        border-bottom-color: rgba(27, 139, 249, 0.8);
    }

    25% {
        border-bottom-color: rgba(27, 139, 249, 0.6);
    }

    37.5% {
        border-bottom-color: rgba(27, 139, 249, 0.4);
    }

    50% {
        border-bottom-color: rgba(27, 139, 249, 0.6);
    }

    50.00001% {
        border-bottom-color: #1B8BF9;
    }

    62.5% {
        border-bottom-color: rgba(27, 139, 249, 0.8);
    }

    75% {
        border-bottom-color: rgba(27, 139, 249, 0.6);
    }

    87.5% {
        border-bottom-color: rgba(27, 139, 249, 0.4);
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.preloader5 .circle-5 {
    display: inline-block;
    padding: 11px;
    margin: 0 0.6em;
    background: #4099FF;
    border-radius: 100%;
}

.preloader5 .l {
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
}

.preloader5 .m {
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.preloader5 .r {
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes pulse {
    10% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }

    50% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }

    70% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    10% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }

    50% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }

    70% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.preloader6 hr {
    border: 0;
    background: inherit;
    width: 80%;
    height: 80%;
    margin: 10%;
    border-radius: 100%;
}

.preloader6 hr::before {
    transform: rotate(90deg);
    animation-delay: 250ms;
}

.preloader6 hr::after {
    transform: rotate(135deg);
    animation-delay: 375ms;
}

.loader-block,
.loader {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes rotateColor {
    0% {
        border-top-color: #1ABC9C;
    }

    12.5% {
        border-bottom-color: rgba(26, 188, 156, 0.8);
    }

    25% {
        border-bottom-color: rgba(26, 188, 156, 0.6);
    }

    37.5% {
        border-bottom-color: rgba(26, 188, 156, 0.4);
    }

    50% {
        border-bottom-color: rgba(26, 188, 156, 0.6);
    }

    50.00001% {
        border-bottom-color: #1ABC9C;
    }

    62.5% {
        border-bottom-color: rgba(26, 188, 156, 0.8);
    }

    75% {
        border-bottom-color: rgba(26, 188, 156, 0.6);
    }

    87.5% {
        border-bottom-color: rgba(26, 188, 156, 0.4);
    }
}

.range-slider {
    min-height: 200px;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.range-slider b {
    margin-top: -10px;
}

#RGB {
    height: 10px;
    background: #808080;
}

#RC .slider-selection {
    background: #FF8282;
}

#RC .slider-handle {
    background: #F00;
}

#GC .slider-selection {
    background: #428041;
}

#GC .slider-handle {
    background: #008000;
}

#BC .slider-selection {
    background: #8283FF;
}

#BC .slider-handle {
    border-bottom-color: #00F;
}

#R,
#G,
#B {
    width: 300px;
}

.range-slider-contain {
    position: absolute;
    bottom: 15px;
}

.slider-handle {
    top: -5px;
    background-image: linear-gradient(to bottom, #4099FF 0%, #4099FF 100%);
    box-shadow: none;
}

.slider-tick,
.slider-track {
    background-image: linear-gradient(to bottom, #BDC3C7 0%, #BDC3C7 100%);
}

.slider-handle.custom::before {
    line-height: 15px;
    font-size: 35px;
    color: #4099FF;
}

#slider12a .slider-track-high,
#slider12c .slider-track-high {
    background: #008000;
}

#slider12b .slider-track-low,
#slider12c .slider-track-low {
    background: #F00;
}

#slider12c .slider-selection {
    background: #FF0;
}

.slider-tick.in-selection {
    background-image: linear-gradient(to bottom, #73B4FF 0%, #73B4FF 100%);
}

.slider.slider-horizontal .slider-track {
    height: 2px;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
    top: -5px;
    cursor: pointer;
}

.slider.slider-horizontal .slider-track {
    width: 90%;
    margin-top: -5px;
    top: 50%;
    left: 10px;
}

.br-wrapper {
    margin: 20px 0 50px;
}

.br-theme-bars-1to10 .br-widget .br-current-rating {
    clear: both;
    padding: 0;
    font-size: 13px;
    color: #767676;
    font-weight: 400;
}

.br-theme-bars-reversed .br-widget .br-current-rating {
    clear: both;
    padding: 0;
    line-height: 2;
    font-size: 13px;
}

.br-theme-bars-movie .br-widget .br-current-rating {
    color: #767676;
    font-weight: 400;
    text-align: left;
}

.br-theme-bars-horizontal .br-widget .br-current-rating,
.br-theme-bars-reversed .br-widget .br-current-rating {
    color: #767676;
    font-weight: 400;
    font-size: 13px;
}

span.value {
    display: inline;
}

.current-rating {
    position: relative;
    top: -50px;
}

.current-rating.hidden {
    display: none;
}

.your-rating {
    position: relative;
    top: -50px;
}

.your-rating.hidden {
    display: none;
}

.br-theme-bars-1to10 .br-widget a,
.br-theme-bars-movie .br-widget a,
.br-theme-bars-reversed .br-widget a,
.br-theme-bars-horizontal .br-widget a {
    background-color: #69AFFF;
}

.br-theme-bars-1to10 .br-widget a.br-active,
.br-theme-bars-1to10 .br-widget a.br-selected,
.br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected,
.br-theme-bars-reversed .br-widget a.br-active,
.br-theme-bars-reversed .br-widget a.br-selected,
.br-theme-bars-horizontal .br-widget a.br-active,
.br-theme-bars-horizontal .br-widget a.br-selected {
    background-color: #4099FF;
}

.br-theme-bars-pill .br-widget a {
    background-color: #69AFFF;
    color: #4099FF;
}

.br-theme-bars-pill .br-widget a.br-active,
.br-theme-bars-pill .br-widget a.br-selected {
    background-color: #4099FF;
}

.br-theme-fontawesome-stars .br-widget a.br-active:after,
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #4099FF;
}

.br-theme-css-stars .br-widget a.br-active:after,
.br-theme-css-stars .br-widget a.br-selected:after {
    color: #4099FF;
}

.br-theme-bars-square .br-widget a {
    border: 2px solid #69AFFF;
    color: #69AFFF;
}

.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid #4099FF;
    color: #4099FF;
}

.br-theme-fontawesome-stars-o .br-widget a.br-selected:after,
.br-theme-fontawesome-stars-o .br-widget a:after,
.br-theme-fontawesome-stars-o .br-widget a.br-active:after,
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    color: #4099FF;
}

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

@media only screen and (min-width: 1367px) and (max-width: 1700px) {
    .timeline-dot .timeline-right .card {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .to-do-list {
        margin-bottom: 15px;
    }

    .img-tabs img {
        width: 75px;
    }
}

@media only screen and (min-width: 1279px) and (max-width: 1500px) {
    .cd-horizontal-timeline {
        margin: 0 auto;
    }

    #chartdiv {
        height: 440px;
    }

    .social-card-1 .card-block-big {
        padding: 1.3em;
    }

    .widget-chat-box .send-chat,
    .widget-chat-box .receive-chat {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .similar-job .media {
        display: inline-block;
    }

    .similar-job .media .media-body {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1258px) {
    .user-head {
        text-align: center;
    }

    .user-head .user-face {
        margin: 0 auto;
    }

    .user-head .user-name {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .timeline-dot .card {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .pagination {
        float: inherit;
        text-align: center;
        display: inline-block;
        margin-top: 10px !important;
    }

    .pagination li {
        float: left;
        margin-bottom: 10px;
    }

    .nav-tabs.md-tabs.tab-timeline li a {
        font-size: 14px;
    }

    #design-wizard .steps li a {
        padding: 1em 0.5em;
    }

    #draggablePanelList [class*="col-"] .card-sub {
        margin-bottom: 30px;
    }

    #draggablePanelList [class*="col-"]:last-child .card-sub {
        margin-bottom: 0;
    }

    .user-head {
        justify-content: center;
    }

    .user-body {
        min-height: auto !important;
    }

    .mail-box-head {
        text-align: center;
    }

    .mail-box-head form {
        float: inherit;
    }

    #external-events h6 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .just_edit .input-group {
        width: 100% !important;
    }

    .users-card [class*="col-"] {
        margin-bottom: 20px;
    }

    .users-card [class*="col-"]:last-child {
        margin-bottom: 0;
    }

    .social-timeline-left {
        position: inherit;
        top: 0;
        margin-right: 0;
    }

    .timeline-icon {
        position: absolute;
        margin-left: 0;
    }

    .user-box .social-client-description {
        border-bottom: 1px solid #DDD;
    }

    .user-box .f-right {
        float: none;
        display: block;
    }

    .main-timeline {
        padding: 10px;
    }

    .main-timeline:before,
    .main-timeline:after {
        margin-left: -94px;
        margin-top: 25px;
        display: none;
    }

    .cd-timeline-content::before {
        top: 15px;
    }

    .cd-date,
    .cd-details {
        display: block;
        padding-left: 20px !important;
        padding-top: 0 !important;
    }

    .cd-details {
        margin-bottom: 20px;
    }

    .cd-timeline-content p {
        margin-bottom: 0;
    }

    .clock-widget .basic-alarm {
        display: none;
    }

    .weather-card-2 .weather-card-temp {
        padding: 0;
    }

    .weather-card-2 .card-footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .user-activity-card .card-block-big {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .navbar,
    .navbar .navbar-logo {
        width: 100% !important;
    }

    .card-block [class*="col-"]:nth-last-child(-n+3) .card.user-card,
    .card-block [class*="col-"]:last-child .basic-list {
        margin-bottom: 0;
    }

    .common-img-bg {
        background: #F3F3F3 !important;
    }

    .auth-body .text-center img {
        display: none;
    }

    #footer-search tfoot .form-control,
    #footer-select tfoot .form-control,
    #form-input-table .form-control,
    .search-api .form-control,
    #dt-live-dom .form-control {
        width: 80%;
    }

    .my-main-container {
        margin-top: 56px !important;
    }

    .card-title {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .header-navbar {
        position: fixed !important;
        z-index: 1209;
    }

    .header-navbar[my-header-position="relative"] {
        position: fixed !important;
        top: 0;
    }

    .header-navbar .navbar-wrapper .navbar-container {
        margin-left: 0;
    }

    .header-navbar .navbar-wrapper .navbar-logo {
        width: 100% !important;
    }

    .header-navbar .navbar-wrapper .navbar-logo a img {
        display: block !important;
    }

    .header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
        display: block;
        position: absolute;
        left: 20px;
        top: 15px;
        right: auto;
    }

    .header-navbar .navbar-wrapper .navbar-logo .mobile-search {
        display: block;
        position: absolute;
        left: 70px;
        top: 0;
    }

    .header-navbar .navbar-wrapper .navbar-logo .mobile-options {
        display: block;
        position: absolute;
        right: 30px;
    }

    .header-navbar .navbar-container .nav-left,
    .header-navbar .navbar-wrapper .navbar-container .nav-right {
        display: none;
    }

    .btn-blog {
        text-align: center;
    }

    .animation-type {
        text-align: center;
    }

    .nav-tabs.md-tabs.tab-timeline li a {
        font-size: 16px;
    }

    .widget-card-user .card-user {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    .btn-blog {
        text-align: right;
    }

    .basic-list,
    .card-block [class*="col-"]:nth-last-child(-n+3) .card.user-card {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .main-body .page-wrapper .align-items-end .page-header-title i {
        margin-right: 0;
    }
}

@media only screen and (min-width: 801px) and (max-width: 915px) {
    .grid figure {
        min-width: auto;
    }
}

@media only screen and (min-width: 768px) {
    #draggableWithoutImg [class*="col-"]:last-child .m-t-20 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .card-block.list-tag ul li:last-child {
        margin-bottom: 20px;
    }

    .inline-order-list {
        margin-top: 0;
    }

    h4 {
        font-size: 1rem;
        font-weight: 500;
    }

    .recent-candidate-card .recent-contain {
        margin-left: 0;
    }

    .mail-body-content .form-group:nth-child(2) .form-control {
        margin-bottom: 20px;
    }

    .mail-body-content .form-group:nth-child(2) .col-md-6:last-child .form-control {
        margin-bottom: 0;
    }

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

    .header-navbar .navbar-wrapper .navbar-logo {
        display: inherit;
    }

    .header-navbar .navbar-wrapper .navbar-logo a {
        display: inline-block;
    }

    .header-navbar .navbar-wrapper .navbar-logo .mobile-options {
        top: 20px;
    }

    body.header-fixed .main-body .page-wrapper {
        padding-bottom: 0;
        padding-top: 15px;
    }

    .card-header-right i:nth-child(n+2) {
        display: none;
    }

    .dataTables_paginate .pagination {
        float: inherit;
        text-align: center;
        display: inline-block;
        margin-top: 10px !important;
    }

    div.dataTables_wrapper div.dataTables_info {
        display: inherit;
    }

    .wizard > .steps > ul > li {
        float: inherit;
        width: 100%;
    }

    .gallery-page .grid {
        padding: 0;
    }

    figure.effect-steve h2 {
        margin-top: 0;
    }

    .cover-profile .profile-bg-img {
        margin-bottom: 0;
    }

    .card-block.user-info {
        position: inherit;
        text-align: center;
        background-color: #D6D6D6;
        margin-bottom: 20px;
    }

    .user-info .media-left,
    .user-info .media-body {
        display: block;
    }

    .cover-btn {
        position: inherit;
        float: none;
    }

    .cover-btn .btn:first-child {
        margin-right: 10px;
    }

    .user-info .user-title {
        position: initial;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .nav-tabs.md-tabs.tab-timeline li a {
        font-size: 14px;
    }

    .user-content h4 {
        font-size: 1rem;
    }

    .user-content h5 {
        margin-right: 0;
        font-size: 14px;
    }

    .top-cap-text p {
        padding: 0;
    }

    .top-cap-text p:last-child {
        margin-bottom: 0;
    }

    .user-card .btn span {
        font-size: 13px;
    }

    .toolbar-page [class*="col-"] {
        margin-bottom: 30px;
    }

    .toolbar-page [class*="col-"]:last-child {
        margin-bottom: 0;
    }

    .offline-404 h1 {
        font-size: 80px;
    }

    .offline-404 h2 {
        font-size: 25px;
    }

    .invoice-contact {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .group-widget .card-block-big {
        height: 110px;
    }

    .whether-card .card-footer {
        text-align: center;
    }

    .client-blocks ul li {
        font-size: 30px;
    }

    .widget-profile-card-1 ~ .card-footer [class*=col-] {
        border: none;
        margin: 0 auto;
    }

    .large-widget-card i {
        top: 15px;
    }

    .user-activity-card .user-number {
        padding: 15px 0;
    }

    .user-activity-card .m-b-40 {
        margin-bottom: 10px;
    }

    .blur-user-card .blur-footer [class*="col-"] {
        margin: 0 auto;
        border: none;
    }

    .switchery {
        margin-bottom: 20px;
    }

    .js-dynamic-disable,
    .js-dynamic-enable {
        display: block;
        width: 100%;
    }

    .js-dynamic-disable {
        margin-bottom: 20px;
    }

    .radio-inline,
    .border-checkbox-section .border-checkbox-group,
    .checkbox-color {
        display: block;
    }

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

    body.horizontal-icon .page-header,
    body.horizontal-icon-fixed .page-header {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .signup-card {
        position: inherit;
    }

    .auth-box {
        margin: 0;
    }

    .login h3 {
        margin-top: 0;
        margin-bottom: 0;
    }

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

    .login .m-t-30 {
        margin-top: 10px;
    }

    .similar-job .media {
        display: inline-block;
    }

    .similar-job .media .media-body {
        margin-top: 20px;
    }

    .cal-event .inverse-card p:after {
        width: 100%;
    }

    .login-card.auth-body,
    .signin-card.auth-body,
    .signup-card.auth-body {
        width: 100%;
    }

    .recent-candidate-card .recent-contain {
        margin-left: 10px;
    }

    .author-details .header-right {
        text-align: left;
        margin-top: 20px;
    }

    .post-new-contain textarea:focus {
        border: none;
    }

    .wizard.vertical > .content,
    .wizard.vertical > .steps {
        width: 100%;
    }

    .wizard {
        overflow: visible;
    }

    .comment-input .input-group {
        display: block;
    }

    .comment-input .input-group i {
        text-align: center;
        width: 100%;
    }

    .comment-input .input-group input {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .dt-button {
        margin-bottom: 5px;
    }

    .email-read .card-header h6 {
        float: none;
        margin-top: 10px;
    }

    .email-read .media {
        display: inline-block;
    }

    .email-read .media.m-b-20 {
        margin-bottom: 0;
    }

    .email-read .mail-img [class*="col-"] {
        margin-bottom: 30px;
    }

    .email-read .mail-img [class*="col-"]:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .main-body .page-wrapper .align-items-end .page-header-title {
        text-align: center;
        display: block;
    }

    .main-body .page-wrapper .align-items-end .page-header-title i {
        float: none;
        margin-bottom: 10px;
    }

    .main-body .page-wrapper .align-items-end body [vertical-placement="right"] .main-body {
        direction: ltr;
    }

    .messages-content {
        border-right: none;
    }
}

@media only screen and (max-width: 993px) {
    .navbar,
    .navbar .navbar-logo {
        width: 100% !important;
    }

    .error-500,
    .error-503,
    .error-404,
    .error-400,
    .error-403,
    .login {
        display: block !important;
        position: relative !important;
    }

    .header .login-card {
        margin-top: 80px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 573px) {
    .md-tabs {
        display: initial;
    }

    .md-tabs .nav-item {
        width: calc(100% / 1);
        position: relative;
    }

    .nav-tabs .slide {
        width: calc(100% / 1) !important;
    }

    .nav-tabs.tabs {
        display: inherit;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border: none;
    }

    .nav-tabs .nav-link {
        text-align: center;
    }

    .email-card .nav-tabs .nav-link {
        text-align: left;
    }

    .search-content {
        display: block;
        text-align: center;
    }

    .search-content img {
        margin-top: 20px;
    }

    .seacrh-header .input-group {
        margin-bottom: 0;
    }

    .payment-card .text-right {
        text-align: left !important;
    }

    .payment-tabs .md-tabs .nav-item + .nav-item,
    .payment-tabs .md-tabs .nav-item .nav-item,
    .payment-tabs .md-tabs .nav-item {
        width: calc(100% / 1) !important;
    }

    .jp-card {
        min-width: 225px !important;
    }

    .payment-form {
        padding: 20px 0 0;
    }

    .modal-mob-btn [class*="col-"]:first-child {
        margin-bottom: 20px;
    }

    .location-mob-btn .btn {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .job-cards .media {
        display: inline-block;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .job-cards .media p {
        margin-bottom: 0;
    }

    .invoice-btn-group .m-r-20 {
        margin-right: 0;
    }

    .table-card .row-table {
        display: block;
        text-align: center;
    }

    .table-card .row-table i {
        font-size: 28px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .table-card .row-table .br {
        border: none;
        border-bottom: 1px solid #CCC;
    }

    .table-card .row-table > [class*=col-] {
        display: block;
    }

    .card-block-big {
        padding: 1em;
    }

    .widget-primary-card [class*="col-"] {
        padding: 1em;
    }

    .widget-primary-card [class*="col-"] h6 {
        margin-bottom: 0;
    }

    .cd-horizontal-timeline .events-content em {
        text-align: left;
    }

    .events-content h2 {
        font-size: 20px;
    }

    .cd-horizontal-timeline {
        margin: 0 auto;
    }

    .social-widget-card i {
        top: 25px;
        font-size: 38px;
    }

    .widget-chat-box .card-header i {
        display: none;
    }

    .mobile-inputs [class*="col-"]:first-child {
        margin-bottom: 20px;
    }

    .pagination-lg .page-link {
        padding: .75rem .65rem;
    }
}

@media only screen and (max-width: 460px) {
    .fc-toolbar .fc-right .fc-button-group {
        margin-right: 0;
    }

    .social-msg a {
        margin-bottom: 10px;
    }

    .social-msg a:last-child {
        margin-bottom: 0;
    }

    .invoice-total tbody {
        float: none;
    }

    .timeline-right .card {
        margin-left: 20px;
    }

    .user-box .media-left {
        padding-right: 10px;
    }

    figure.effect-moses h2 {
        width: 60%;
        height: 70%;
        padding: 10px;
        font-size: 18px;
    }

    figure.effect-moses p {
        padding: 5px;
    }
}

@media only screen and (max-width: 480px) {
    .card-list-img {
        width: 40px;
        height: 40px;
    }

    .main-body .page-wrapper {
        padding: 10px;
    }

    .comment-block .media-left {
        padding-right: 10px;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 150px;
    }

    #footer-search tfoot .form-control,
    #footer-select tfoot .form-control,
    #form-input-table .form-control,
    .search-api .form-control,
    #dt-live-dom .form-control {
        width: 65%;
        padding: 0.5rem 6px;
    }

    .grid figure {
        min-width: auto;
    }

    .cd-timeline-content .media {
        display: inherit !important;
        padding-left: 20px;
    }

    .cd-timeline-content .media .media-left {
        text-align: center;
        margin: 10px auto;
    }

    .summernote-page .modal-footer {
        display: inline-block;
        text-align: center;
    }

    .summernote-page .modal-footer > :not(:first-child) {
        margin-top: 10px;
        margin-left: 0;
    }

    .product-detail .txt-muted.d-inline-block {
        margin-top: 10px;
    }

    .product-detail .txt-muted.d-inline-block ~ .f-right {
        float: none;
        display: block;
        margin-top: 10px;
    }

    .mob-product-btn .btn-primary,
    .mob-product-btn,
    .mob-product-btn .wizard > .actions a,
    .wizard > .actions .mob-product-btn a {
        display: block;
        margin: 10px auto;
    }
}

@media only screen and (max-width: 420px) {
    .ms-container {
        width: 240px;
    }

    .ms-container .ms-selectable,
    .ms-container .ms-selection {
        width: 40%;
    }

    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 1366px) {
    .job-card.card-columns {
        column-count: 2;
    }
}

@media only screen and (max-width: 576px) {
    .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification,
    .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
        min-width: 280px;
        left: 0;
        right: auto;
        width: auto;
    }

    .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
        left: auto;
        right: 0;
    }

    .nav-tabs .nav-link.active {
        margin-bottom: 0;
    }

    .md-tabs .nav-item a {
        margin-bottom: 5px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-weight: 700;
    font-size: 3.75em;
}

.mw h1 {
    font-size: 2.25em;
}

h2 {
    font-weight: 500;
    font-size: 2.25em;
}

.mw h2 {
    font-size: 1.75em;
}

h3 {
    font-weight: 400;
    font-size: 1.75em;
}

.mw h3 {
    font-weight: 300;
    font-size: 1.5em;
}

h4 {
    font-weight: 700;
    font-size: 1.5em;
}

.mw h4 {
    font-size: 1.25em;
}

h5 {
    font-weight: 700;
    font-size: 1.25em;
}

.mw h5 {
    font-weight: 500;
    font-size: 1em;
}

h6 {
    font-weight: 500;
    font-size: 1em;
}

.mw h6 {
    font-size: .875em;
}

p, legend {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
}

.mw p, .mw legend {
    font-weight: 300;
    font-size: 1em;
}

legend {
    margin-top: 0;
    margin-bottom: 1rem;
}

b,
strong {
    font-weight: 500;
}

th {
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

fieldset {
    margin-bottom: 1rem;
}

label {
    font-weight: 500;
}

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

/**
 * Bootstrap element overrides
 */

.hidden {
    display: none !important;
}

.input-toggle-group input,
.input-toggle-group select {
    float: left;
    margin-right: .5rem;
    width: calc(100% - 101px);
}

.input-group.select > .input-group-addon {
    padding: 0 .25rem 0 0;
}

.input-group.select > .input-group-addon > select {
    height: unset;
}

.form-group .input-group {
    margin-bottom: 0;
}

.input-toggle-group .btn {
    float: left;
    padding: .375rem .75rem;
}

select.form-control:not([size]):not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFF url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAFBAMAAABhiAtlAAAAHlBMVEUAAAAPEBAPEBAPEBAPEBAPEBAPEBAPEBAPEBAPEBCCmY6zAAAACXRSTlMA9e1zXkw5KsXSEIsQAAAAJklEQVQI12OwnAkEBgwskjNnTmFgYAicOTEASLFpqjGAQEUBAwMArBsHuVifUycAAAAASUVORK5CYII=") no-repeat right 10px center;
    padding-right: 25px;
}

.input-toggle-group select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem - 1px);
}

.checkbox input,
.radio input,
.checkbox .switchery {
    margin-right: 10px;
}

.switchery-small > small {
    box-shadow: none;
}

.whitespace-wrap {
    white-space: normal;
}

p.pre {
    white-space: pre-line;
}

.blockquote {
    font-size: 16px;
}

.popover {
    z-index: 2147483648;
    border-radius: 5px;
}

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

a.media,
a.media:hover,
a.media:active,
a.media:focus {
    color: inherit;
}

/**
 * Datepicker
 */

.ui-widget.ui-datepicker {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.9em;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-header {
    border-radius: 1px;
    border: none;
    background: #295A85;
}

.ui-widget.ui-widget-content {
    border-color: #E8E8E8;
}

.ui-widget.ui-widget-content {
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    padding: 5px;
}

.ui-datepicker table {
    margin: 0;
}

a.ui-state-hover:focus,
a.ui-state-hover:hover {
    border: none;
    background: #FFF;
    border-radius: 0;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    left: 1px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 1.5px;
    width: 28px;
    height: 28px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    background-image: none;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 0;
    top: 50%;
    margin-top: 0;
    transform: translate(-50%, -50%);
}

.ui-datepicker .ui-datepicker-next span:after,
.ui-datepicker .ui-datepicker-prev span:after {
    color: #FFF;
    display: block;
    top: 0;
    font: normal normal normal 24px/1 "Material Design Icons";
    text-indent: initial;
    position: absolute;
    font-size: 20px;
    line-height: 16px;
}

.ui-datepicker .ui-datepicker-next.ui-state-hover span:after,
.ui-datepicker .ui-datepicker-prev.ui-state-hover span:after {
    color: #295A85;
}

.ui-datepicker .ui-datepicker-prev span:after {
    content: "\f141";
    left: -2px;
}

.ui-datepicker .ui-datepicker-next span:after {
    content: "\f142";
    left: -1px;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button,
html .ui-datepicker .ui-button.ui-state-disabled:hover,
html .ui-datepicker .ui-button.ui-state-disabled:active {
    border: none;
    background: #F3F3F3;
}

.ui-datepicker-calendar a:hover {
    background-color: #969696;
    color: #FFF;
}

/**
 * Panels
 */

.panel {
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #F5F5F5;
    border-top: 1px solid #E8E8E8;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #DDD;
}

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

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 1px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #DDD;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #DDD;
}

.panel-default {
    border-color: #DDD;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #F5F5F5;
    border-color: #DDD;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #DDD;
}

.panel-default > .panel-heading .badge {
    color: #F5F5F5;
    background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #DDD;
}

.panel-primary > .panel-heading {
    color: #FFF;
}

.panel-primary > .panel-heading .badge {
    background-color: #FFF;
}

.panel-success {
    border-color: #D6E9C6;
}

.panel-success > .panel-heading {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #D6E9C6;
}

.panel-success > .panel-heading .badge {
    color: #DFF0D8;
    background-color: #3C763D;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #D6E9C6;
}

.panel-info {
    border-color: #BCE8F1;
}

.panel-info > .panel-heading {
    color: #31708F;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #BCE8F1;
}

.panel-info > .panel-heading .badge {
    color: #D9EDF7;
    background-color: #31708F;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #BCE8F1;
}

.panel-warning {
    border-color: #FAEBCC;
}

.panel-warning > .panel-heading {
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #FAEBCC;
}

.panel-warning > .panel-heading .badge {
    color: #FCF8E3;
    background-color: #8A6D3B;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #FAEBCC;
}

.panel-danger {
    border-color: #EBCCD1;
}

.panel-danger > .panel-heading {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EBCCD1;
}

.panel-danger > .panel-heading .badge {
    color: #F2DEDE;
    background-color: #A94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #EBCCD1;
}

.panel.panel-pf-process {
    border: 1px solid #DDD;
}

.panel.panel-pf-process > .panel-heading > .page-header {
    margin-top: 10px;
    margin-bottom: 0;
}

.panel.panel-pf-process > .panel-body form > .btn {
    margin-top: 20px;
}

.panel-pf-default {
    border: 1px solid #DDD;
}

.panel-pf-default .panel-heading,
.panel-pf-default .panel-footer {
    border-bottom: 1px solid #EEE;
    background: #FAFAFA;
    padding-top: 10px;
    padding-bottom: 10px;
}

.panel-pf-default .panel-footer {
    border-top: 1px solid #EEE;
    border-bottom: none;
}

.panel-pf-default .panel-heading ~ .panel-heading,
.panel-pf-default .panel-heading-inbody {
    border-top: 1px solid #EEE;
    border-radius: 0;
}

.panel-pf-default .panel-heading h1,
.panel-pf-default .panel-heading h2,
.panel-pf-default .panel-heading h3,
.panel-pf-default .panel-heading h4,
.panel-pf-default .panel-heading h5,
.panel-pf-default .panel-heading h6 {
    padding: 0;
    margin: 0;
}

.panel-pf-default .panel-heading h3 {
    padding: 0;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
    color: #555;
}

.panel-pf-default .panel-heading h3 a {
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

.panel-pf-default .panel-heading h3 a i {
    color: #CCC;
    font-size: 13px;
    vertical-align: middle;
}

.panel-pf-default .panel-heading h3 a:hover i {
    color: #E26A5E;
}

.panel-pf-default .panel-heading .panel-dismiss {
    float: right;
    padding: 5px;
    text-decoration: none;
    color: #DDD;
    margin-top: -3px;
    margin-right: -5px;
}

.panel-pf-default .panel-heading .panel-dismiss:hover {
    color: #999;
}

.panel-pf-nobox {
    border: none;
    box-shadow: none;
}

/**
 * PF default overrides
 */

#reputation-label,
#fieldset-reputation,
#badgeClonerNav {
    display: none !important;
}

.upload-pre-submit-info {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 11px;
    color: #D9534F;
}

.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m {
    padding: .25rem .5rem !important;
}

a .at-icon-wrapper {
    cursor: pointer;
    display: none;
}

.help-popover,
.popover,
[data-toggle="popover"] {
    cursor: pointer;
    line-height: 20px;
}

.tokenfield .token {
    line-height: 21px;
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 13px;
}

.tokenfield .token .close {
    margin-top: 1px;
}

.tokenfield.form-control {
    height: auto;
}

.input-group-sm .token,
.tokenfield.input-sm .token {
    height: 22px;
}

.modal-remote-preload > img {
    display: block;
    margin: 0 auto 20px;
}

.mw .hidden-mw {
    display: none !important;
}

.mw .visible-mw {
    display: block !important;
}

.dw .hidden-dw {
    display: none !important;
}

.dw .visible-dw {
    display: block !important;
}

#flashMessenger {
    display: none;
}

.req-suffix {
    margin-left: 2px;
}

.policy-wrapper .policy-wrapper-inner {
    max-height: 300px;
    overflow: auto;
}

/**
 * Gradient Able theme overrides
 */

.card,
.card:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    margin-bottom: 16px;
}

.card .card-header {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.08);*/
    /*margin-bottom: 25px;*/
}

.card-header.border-bottom-0 {
    margin-bottom: 0;
}

.card-header h4 {
    margin-top: .25rem;
}

.dw .my-content {
    margin-left: 60px;
}

.my-inner-content {
    padding: 0;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

.main-body .page-wrapper {
    padding: 15px 0 15px 0;
    transition: all ease-in .3s;
}

.dw .main-body .page-wrapper {
    min-width: 410px;
}

.card .card-header span {
    display: inherit;
}

.card .card-header .btn > span {
    margin: 0;
}

.border-top {
    border-top: 1px solid #E8E8E8 !important;
}

.border-bottom {
    border-bottom: 1px solid #E8E8E8 !important;
}

.border-left {
    border-left: 1px solid #E8E8E8 !important;
}

.border-right {
    border-right: 1px solid #E8E8E8 !important;
}

@media (max-width: 768px) {
    .card h5 {
        font-size: 22px;
    }

    .card h4 {
        font-size: 20px;
    }
}

.fa-cog {
    margin-right: unset;
}

.img-thumbnail {
    background-color: #FFF !important;
}

.img-thumbnail.img-thumbnail-xs {
    min-width: 45px;
    min-height: 45px;
    width: 45px;
    height: 45px;
}

.img-thumbnail.img-thumbnail-md {
    min-width: 160px;
    min-height: 160px;
    width: 160px;
    height: 160px;
}

.img-thumbnail.img-thumbnail-lg {
    min-width: 200px;
    min-height: 200px;
    width: 200px;
    height: 200px;
}

.img-thumbnail.img-thumbnail-xl {
    min-width: 300px;
    min-height: 300px;
    width: 300px;
    height: 300px;
}

body.dw {
    min-width: 470px;
}

.progress-bar-success {
    background-color: #5BB75D;
}

/* Buttons */

.btn-default {
    color: #333;
    background-color: #FFF;
    border-color: #CCC;
}

.btn-default:hover {
    color: #333;
    background-color: #E6E6E6;
    border-color: #ADADAD;
}

.btn i {
    margin-right: 0;
}

.btn-success {
    background-color: #5CB75D;
    border-color: #5CB75D;
}

.btn-primary {
    color: #FFF;
    background-color: #194B9F;
    border-color: #194B9F;
}

.btn-primary:hover,
.open > .dropdown-toggle.btn-primary,
.dropdown-primary .dropdown-menu a:hover,
.dropdown-split-primary .dropdown-menu a:hover {
    color: #FFF;
    background-color: #083685;
    border-color: #083685;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active {
    color: #FFF;
    background-color: #00286B !important;
    border-color: #00286B !important;
}

.btn-danger {
    color: #FFF;
    background-color: #EA1029;
    border-color: #EA1029;
}

.btn-danger:hover,
.open > .dropdown-toggle.btn-danger,
.dropdown-danger .dropdown-menu a:hover,
.dropdown-split-danger .dropdown-menu a:hover {
    color: #FFF;
    background-color: #BF160A;
    border-color: #BF160A;
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active {
    color: #FFF;
    background-color: #870014;
    border-color: #870014;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled.focus,
.btn[disabled].focus,
fieldset[disabled] .btn.focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
    background-color: #F8F9FA;
    border-color: #CCC;
    color: #CCC;
}

.btn.focus,
.btn:focus,
.btn.active,
.btn:active {
    box-shadow: 0 2px 7px 0 inset #00000033;
}

.btn[disabled] {
    cursor: not-allowed;
}

.btn-primary .badge {
    color: #50A0DC;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    color: #FFF;
    background-color: #3D9EBB;
    border-color: #3D9EBB;
}

.btn-link {
    color: #50A0DC;
}

.btn-link:hover,
.btn-link:focus {
    color: #3787C3;
}

.btn-group .btn:not(:disabled):not(.disabled):active,
.btn-group .btn:not(:disabled):not(.disabled):focus,
.page-link:focus {
    box-shadow: none;
}

a.btn.btn-secondary:focus {
    color: inherit;
}

a.btn.btn-default:focus {
    color: inherit;
}

a.btn.btn-link:focus {
    color: #3787C3;
}

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

.navbar a.btn.btn-sm {
    line-height: calc(1.125rem - 2px);
}

/**
 Navigation
 */

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #50A0DC;
}

.dropdown-toggle {
    cursor: default;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    border-color: #50A0DC;
}

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

.pagination {
    margin-top: 0 !important;
}

.pagination li {
    margin-bottom: 0;
}

.pagination > li > a,
.pagination > li > span {
    color: #6C757D;
}

.pagination-feedback {
    margin-right: 15px;
    padding-top: 6px;
    color: #6C757D;
}

.card.pagination-loading {
    opacity: .75;
}

@keyframes mdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.mdi-spin {
    display: inline-block;
    -webkit-animation: mdi-spin 2s infinite linear;
    animation: mdi-spin 2s infinite linear;
}

.card.pagination-loading:before {
    content: "\F104";
    position: absolute;
    top: 50%;
    left: 50%;
    font: normal normal normal 24px/1 "Material Design Icons";
    -webkit-animation: mdi-spin 1s infinite linear;
    -o-animation: mdi-spin 1s infinite linear;
    animation: mdi-spin 1s infinite linear;
    font-size: 66px;
    color: rgba(0, 0, 0, 0.125);
    z-index: 2;
    margin-top: -33px;
    margin-left: -26px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    opacity: 0;
    display: block;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.card.pagination-loading.in:before {
    opacity: 1;
}

.page-item.active .page-link {
    background-color: #F8F9FA;
    border-color: #DEE2E6;
    color: #6C757D;
}

.mw .page-item:not(:first-child):not(:last-child) {
    display: none;
}

.pagination.disabled > .page-item > .page-link {
    opacity: .6;
    cursor: not-allowed;
}

button.close {
    margin-top: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #FFF;
    background-color: #193457;
}

/* Ratings */

.star-rating > .icon-star,
.star-rating > .icon-star-half-full,
.star-rating > .icon-star-half-empty {
    color: #FFD700;
}

.star-rating > .icon-star-empty {
    color: #C0C0C0;
}

/**
 * Utilities
 */

/* Typography */

a {
    color: #194B9E;
    font-size: inherit;
}

a:focus,
a:hover {
    color: #3787C3;
}

.text-primary {
    color: #50A0DC !important;
}

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

.text-magenta {
    color: #C1208A;
}

.text-violet {
    color: #784594;
}

.text-mint {
    color: #5CB85D;
}

.text-pink {
    color: #E1447D;
}

.text-orange {
    color: #E68D36;
}

.text-turquoise {
    color: #26A6D3;
}

.text-white {
    color: #FFF;
}

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

.bg-primary {
    background-color: #1D3554 !important;
}

.bg-success {
    background-color: #5CB75D !important;
}

.bg-default {
    background-color: #EEE;
}

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

/**
 * Modals
 */

.modal-header {
    position: relative;
    display: block;
}

.modal-title {
    float: left;
}

.modal-header .close {
    font-size: 16px;
    position: absolute;
    right: 39px;
    padding: 0;
    top: 41px;
}

.modal-remote-preload {
    padding-bottom: 20px;
    padding-top: 17px;
}

.modal-remote-preload,
.ajax-remote-preload {
    text-align: center;
    color: #E9ECEF;
    font-size: 45px;
}

.modal-remote-preload > i,
.ajax-remote-preload i {
    display: inline-block;
    padding-top: 3px;
    animation: mdi-spin 1s infinite linear;
    -webkit-animation: mdi-spin 1s infinite linear;
}

.ajax-remote-preload i {
    display: inline-block;
}

.modal-preloader-backdrop {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.56);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal-preloader-backdrop.in,
.modal-preloader.in {
    opacity: 1;
}

.modal-preloader {
    position: absolute;
}

.modal-preloader > i {
    color: #E8E8E8;
    font-size: 70px;
}

.modal-body.modal-remote-preload {
    background-color: inherit;
}

@media (max-width: 991px) {
    .modal-dialog {
        max-width: none;
        margin: 1.75rem;
    }
}

@media (max-width: 620px) {
    .modal-dialog {
        margin: 0;
    }
}

#my-mailbox-msg-panel .underline {
    text-decoration: underline;
    margin-top: 15px;
    display: block;
    line-height: normal;
}

#my-mailbox-msg-panel b {
    font-weight: 500;
}

#my-mailbox-msgs tr {
    letter-spacing: .0125em;
}

.modal-body > .modal-noheader-close {
    font-size: 17px;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 2px;
    z-index: 10;
}

#my-mailbox-msgs .fa-check,
#my-mailbox-msgs .fa-star-o,
#my-mailbox-msgs .fa-circle-o {
    opacity: .5;
}

#my-mailbox-msgs .fa-check.text-success,
#my-mailbox-msgs .fa-star {
    opacity: 1;
}

tr.read.text-muted {
    font-weight: 400;
}

.modal .modal-body {
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.modal.loading .modal-body {
    opacity: .25;
}

.modal.loading .modal-body:before {
    content: "\F104";
    position: absolute;
    top: 50%;
    left: 50%;
    font: normal normal normal 24px/1 "Material Design Icons";
    -webkit-animation: mdi-spin 1s infinite linear;
    -o-animation: mdi-spin 1s infinite linear;
    animation: mdi-spin 1s infinite linear;
    font-size: 66px;
    color: #C1C1C1;
    z-index: 2;
    margin-top: -33px;
    margin-left: -26px;
    display: block;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/**
 * MagicZoom
 */

.mz-expand {
    background-color: rgba(0, 0, 0, .75);
    z-index: 21000000000;
}

.mz-expand .mz-expand-bg {
    display: none;
}

.mz-expand .mz-expand-stage {
    width: 80%;
    background: #FFF;
    border: none;
    margin: 5% auto;
    border-radius: 0;
    overflow: hidden;
}

.mz-expand .mz-caption {
    color: #444;
    text-shadow: none;
    font: normal 500 15px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

button.mz-button {
    color: rgba(0, 0, 0, .75) !important;
}

button.mz-button:hover {
    color: rgba(180, 180, 180, .75) !important;
}

.mz-expand-thumbnails {
    padding: 0 0 15px;
}

.mz-expand-thumbnails .magic-thumb > img {
    box-shadow: none;
    border: 1px solid #BBB;
}

.mz-expand-thumbnails .magic-thumbs ul li > img,
.mz-expand-thumbnails .magic-thumbs ul li > .img-placeholder {
    width: 60px;
    height: 60px;
}

.mz-expand-thumbnails .magic-thumbs .magic-thumb {
    padding: 0;
}

.mz-thumb {
    font-size: 1px;
    color: #FFF;
}

.mz-thumb.vid-thumb i {
    font-size: 48px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
}

.mz-thumb.vid-thumb .icon-play-circle:before {
    content: "\F05A";
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 38px;
}

.mz-thumb.launch-thumb i {
    display: none;
}

.mz-thumb.vid-thumb .img-placeholder,
.mz-thumb.launch-thumb .img-placeholder {
    border: none !important;
}

.mz-thumb-selected img,
.mz-expand-thumbnails .magic-thumb-selected img {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
    border-color: #AAA;
}

#pqv-img-col .magic-zoom-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
}

#pqv-img-col .mz-container:before {
    content: "";
    display: block;
    padding-top: 100%;
}

#pqv-img-col .mz-container {
    position: relative;
    width: 100%;
}

#pqv-img-col .mz-container .mz-figure img {
    font-size: 1px;
    color: #FFF;
}

#pqv-img-col .magic-zoom-wrapper > .magic-zoom-img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    text-align: center;
}

#pqv-img-col .magic-zoom-wrapper img.magic-main-img,
#pqv-img-col .magic-zoom-wrapper .MagicZoom,
#pqv-img-col .magic-zoom-wrapper .MagicZoom .mz-figure,
#pqv-img-col .magic-zoom-wrapper .MagicZoom .mz-figure img.magic-main-img {
    display: block;
    width: 100% !important;
    max-width: 600px !important;
    max-height: 600px !important;
    height: auto !important;
    margin: 0 auto;
    border: none;
}

#pqv-img-col .magic-zoom-tip {
    padding: 4px;
    font-size: 12px;
    text-align: center;
    color: #777;
    line-height: 1;
    height: auto;
    background: none;
    text-shadow: none;
    box-shadow: none;
    margin-top: 1px;
}

#pqv-img-col .magic-prod-img-thumbs {
    display: block;
    width: 100%;
    height: 75px;
    padding: 0 0 0 1.5%;
    position: relative;
    top: 5px;
    left: 0;
    bottom: 0;
}

#pqv-img-col .magic-prod-img-thumbs > li {
    display: block;
    width: 18%;
    max-width: 75px;
    max-height: 75px;
    height: auto;
    overflow: hidden;
    float: left;
    padding-bottom: 0;
    margin: 0 1% 5px;
    border-radius: 5px;
}

#pqv-img-col .magic-prod-img-thumbs > li:nth-child(5n+5) {
    margin-right: 0;
}

#pqv-img-col .magic-prod-img-thumbs > li > .MagicThumb-swap {
    color: #FFF;
    color: rgba(0, 0, 0, 0);
    display: block;
    position: relative;
}

#pqv-img-col .magic-prod-img-thumbs > li img,
#pqv-img-col .magic-prod-img-thumbs > li .img-placeholder {
    display: block;
    width: 100%;
    height: auto;
    max-width: 75px;
    max-height: 75px;
    color: #FFF;
    color: rgba(0, 0, 0, 0);
    border: 1px solid #EAEAEA;
    border-radius: 5px;
}

a[data-zoom-id] img,
.mz-thumb img {
    box-shadow: none;
}

.magic-zoom-wrapper .video-container {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    max-width: 600px;
    max-height: 600px;
    position: relative;
    overflow: hidden;
}

.magic-zoom-wrapper .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 992px) {
    #pqv-img-col {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    #pqv-img-col .mz-container {
        text-align: center;
    }

    #pqv-img-col .magic-prod-img-thumbs {
        margin: 15px auto 0;
        padding: 0;
        display: inline-block;
        white-space: nowrap;
    }

    #pqv-img-col .magic-prod-img-thumbs > li {
        display: inline-block;
        width: 75px;
        float: none;
        max-width: 44px;
    }

    .magic-zoom-wrapper .video-container {
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #pqv-img-col > .magic-prod-img-thumbs > li > .MagicThumb-swap > img {
        width: 100%;
        height: auto;
    }
}

.mz-zoom-window {
    z-index: 200 !important;
}

.modal-open .mz-zoom-window {
    z-index: 9999999999 !important;
}

.mz-thumb.vid-thumb,
.mz-thumb.launch-thumb {
    position: relative;
    background: #DEE2E6;
    border-radius: 5px;
    width: 100%;
    padding-top: 100%;
}

.mz-thumb.vid-thumb i,
.mz-thumb.launch-thumb i {
    font-size: 48px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.mz-thumb.launch-thumb i {
    color: rgba(31, 31, 31, .5);
}

.mz-thumb.launch-thumb .label {
    position: absolute;
    z-index: 100;
    font-size: 25px;
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate(-50%, -50%);
    margin: 0;
}

@media (max-width: 991px) {
    body.rt-store.rt-products.sn-details #pqv-img-col .magic-zoom-wrapper {
        position: relative;
    }

    body.rt-store.rt-products.sn-details #pqv-img-col .mz-container:before {
        padding-top: 0;
    }

    #pqv-img-col {
        border: none;
    }
}

/**
 * Products
 */

.p-price-row {
    line-height: 26px;
}

.p-pricing .p-price {
    font-size: 20px;
    font-weight: 500;
}

.p-pricing .p-advertised-price {
    font-size: 17px;
    margin-right: 2px;
}

.p-pricing #search-group-anchor {
    font-size: 12px;
    padding: 0;
}

.p-price-row #search-group-anchor {
    margin-left: 10px;
}

h4.p-title {
    font-size: 1.5rem;
}

/**
 * Labels
 */

.label-default,
.badge-default {
    background: #E8E8E8 !important;
    color: #121212 !important;
}

.label-primary {
    background-color: #194B9E;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #4393CF;
}

.label-success {
    background-color: #5CB75D;
}

.label-warning {
    background-color: #F0AD4E;
}

.label-info {
    background-color: #4BAAE8;
}

.label.label-info.label-info-inverse {
    border: 1px solid #E26A5E;
    background: none;
    color: #E26A5E !important;
}

.label .mdi-spin {
    padding-top: 1.2px;
}

.label.label-default.rating-count {
    margin-left: 20px;
}

.badge.badge-danger {
    background: #EE3123;
}

.badge.badge-success {
    background: #5CB75D;
}

.badge-xl {
    padding: 9px 12px 10px;
    font-size: 18px;
}

/**
 * List groups
 */

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #50A0DC;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #50A0DC;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #50A0DC;
    border-color: #50A0DC;
}

.list-group-item {
    border: 1px solid #E8E8E8;
}

/**
 * Panels
 */

.panel-primary {
    border-color: #50A0DC;
}

.panel-primary > .panel-heading {
    background-color: #50A0DC;
    border-color: #50A0DC;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #50A0DC;
}

.panel-primary > .panel-heading .badge {
    color: #50A0DC;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #50A0DC;
}

.header-navbar .navbar-wrapper .navbar-logo {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto !important;
    display: block;
}

.mw .header-navbar .navbar-wrapper .navbar-logo {
    padding-left: 0;
}

.header-navbar {
    height: 60px;
    padding: 0;
}

.my-main-container {
    padding-top: 60px;
    min-height: calc(100vh - 60px);
    background-color: #EEE;
    margin-top: 0 !important;
}

.my-main-container.no-header {
    padding-top: 0;
}

/**
 * Nav bar
 */

.header-navbar .navbar-wrapper .navbar-container .nav-left li,
.header-navbar .navbar-wrapper .navbar-container .nav-right li {
    line-height: 60px;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left li > a,
.header-navbar .navbar-wrapper .navbar-container .nav-right li > a {
    font-size: 24px;
    color: #767676;
}

/*.header-navbar .navbar-wrapper .navbar-container .nav-right .dropdown .dropdown-toggle {*/

/*padding-top: 18px;*/

/*font-size: 16px;*/

/*}*/

@media (max-width: 991px) {
    .navbar-nav > li > a:focus,
    .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li > a:hover {
        background-color: rgba(0, 0, 0, 0);
    }
}

li.navbar-divider {
    border-left: 1px solid #E8E8E8;
    height: 60px;
    width: 1px;
}

.header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 17px;
    transform: translateY(-50%);
}

.header-navbar .navbar-wrapper .navbar-container .account-navs li {
    padding: 0;
}

.my-header {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 1028;
    background-color: #FAFAFA;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    top: 0;
    left: 0;
}

.dw .my-header {
    padding-left: 60px;
    min-width: 470px;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left li.dropdown,
.header-navbar .navbar-wrapper .navbar-container .nav-right li.dropdown {
    line-height: normal;
    padding: 0;
    display: block;
    text-align: center;
    min-width: 60px;
    max-height: 60px;
}

.header-navbar .navbar-wrapper .navbar-container .dropdown .dropdown-toggle {
    -webkit-appearance: none;
    display: inline-block;
    padding: 18px 10px 0;
    height: 60px;
    cursor: pointer;
    color: #343A40;
}

.header-navbar .navbar-wrapper .navbar-container .nav-right .dropdown .dropdown-toggle {
    padding-top: 17px;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left li.show > a,
.header-navbar .navbar-wrapper .navbar-container .nav-right li.show > a {
    color: #121212;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left .dropdown .dropdown-toggle:after,
.header-navbar .navbar-wrapper .navbar-container .nav-right .dropdown .dropdown-toggle:after {
    border: none;
    margin-left: 0;
}

.header-navbar .navbar-wrapper .navbar-container .dropdown .dropdown-toggle > i,
.header-navbar .navbar-wrapper .navbar-container .dropdown .dropdown-toggle > span {
    display: block;
    float: none;
    line-height: 1;
}

.header-navbar .navbar-wrapper .navbar-container .dropdown.show {
    background-color: #FFF;
}

.label.label-header-notification-count {
    font-size: 11px;
    margin-right: 0;
    position: absolute;
    right: 5px;
    top: 10px;
    min-width: 19px;

}

.header-navbar .navbar-wrapper .navbar-container .dropdown .dropdown-menu .dropdown-item {
    line-height: 40px;
    padding: 0;
}

.header-navbar .navbar-wrapper .navbar-container .dropdown .dropdown-menu .dropdown-item a {
    color: #121212;
    font-size: 15px;
    padding: 0 20px;
    display: block;
}

.header-navbar .navbar-wrapper .navbar-container .dropdown .dropdown-menu .dropdown-item a .label {
    margin-top: 10px;
    margin-right: 0;
}

li.nav-search {
    padding-top: 20px;
    margin: 0 13px;
}

#main-search {
    display: block;
    height: 100%;
    padding-top: 10px;
}

#main-search input {
    width: 190px;
}

.nav-search select {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: unset;
}

.nav-search button {
    font-size: 17px !important;
    padding-left: 10px !important;
}

@media (max-width: 992px) {
    .header-navbar .navbar-container .nav-left,
    .header-navbar .navbar-wrapper .navbar-container .nav-right {
        display: block;
    }
}

.mainSearchCategorySelect {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAFBAMAAABhiAtlAAAAHlBMVEUAAAAPEBAPEBAPEBAPEBAPEBAPEBAPEBAPEBAPEBCCmY6zAAAACXRSTlMA9e1zXkw5KsXSEIsQAAAAJklEQVQI12OwnAkEBgwskjNnTmFgYAicOTEASLFpqjGAQEUBAwMArBsHuVifUycAAAAASUVORK5CYII=") no-repeat right 10px center;
}

.nav-search input,
.nav-search select,
.nav-search .btn {
    border: none;
}

.nav-search input {
    margin-right: 1px;
    border-left: 1px solid #DEE2E6;
    border-radius: 0 !important;
}

.nav-search select {
    margin-right: 10px;
    padding-right: 20px;
}

.nav-search .btn {
    border-radius: 0 !important;
}

.nav-search select:focus,
.nav-search select:active,
.nav-search input:focus,
.nav-search input:active {
    border: none;
    box-shadow: none;
}

.nav-search input:focus,
.nav-search input:active {
    border-left: 1px solid #DEE2E6;
}

.nav-search .input-group {
    background-color: #FFF;
    border: 1px solid #DEE2E6;
    border-radius: 5px;
    overflow: hidden;
}

.main-menus {
    border-left: 1px solid #DEE2E6;
    width: 30px;
    text-align: center;
}

.main-menus > i {
    font-size: 21px;
}

.nanobar .bar {
    background: #194B9E;
}

/**
 * Forms
 */

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}

.fieldset-info h3 {
    font-size: 1.375rem;
}

code,
.card .card-block code,
#caapi-creds-form-wrapper .form-control-static {
    color: #121212;
    background: 0 0;
    margin: 5px;
    display: inline-block;
    font-size: 87.5%;
    word-break: break-word;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.tooltip-inner code {
    color: #FFF;
}

.form-block {
    max-width: 1000px;
}

.form-group label {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.checkbox label {
    text-transform: none;
}

.form-group label.error,
.inputField label.error {
    font-size: 85%;
    padding-top: 7px;
    color: #EA1029;
}

.form-group label.error:before,
.inputField label.error:before {
    content: "\F156";
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.has-error label,
.has-error,
.form-control.has-error:focus {
    color: #EA1029;
}

.error .form-control:focus,
.has-error .form-control:focus,
.form-control.has-error:focus {
    border-color: #EA1029;
    color: #EA1029;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.125);
}

.error .form-control,
.error .input-group .btn,
.has-error .form-control,
.has-error .input-group .btn {
    color: #EA1029;
    border-color: #EA1029;
    background-color: #FFFBFB;
}

.error .form-control::placeholder,
.has-error .form-control::placeholder {
    color: #EA1029;
    opacity: .25;
}

.has-error .help-popover {
    color: #EA1029 !important;
}

.has-error .input-group-addon {
    color: #EA1029;
    border-color: #EA1029;
    background-color: #FFE4E4;
}

.has-error .input-group-append,
.has-error .password-toggle {
    color: #EA1029;
}

.form-group * {
    transition: border .25s ease-in-out;
}

form.form-inline .btn,
.navbar .btn {
    line-height: 1;
    padding: 10px 15px;
}

.navbar form label .req-suffix {
    display: none;
}

form.form-inline .form-control,
.navbar .dropdown > .dropdown-toggle,
form.form-inline .btn {
    height: calc(2.25rem - -2px);
}

.form-control.tokenfield {
    padding: .375rem .75rem;
    width: auto !important;
}

.form-control.tokenfield .token-input {
    margin-bottom: 0;
    margin-top: 2px;
    min-width: 100px !important;
    width: auto !important;
}

#element_keywords .token {
    margin-bottom: 0;
    margin-top: 1px;
}

.form-control.tokenfield .token-input::placeholder {
    color: #CECFCE;
    font-weight: 100;
}

@media (max-width: 991px) {
    .form-inline,
    .form-inline .form-group,
    .form-inline button,
    .form-inline .form-group input,
    .form-inline .form-group select,
    .form-inline .form-group label {
        display: block;
        width: 100%;
    }

    .form-inline .form-group input,
    .form-inline .form-group select,
    .form-inline .form-group label {
        margin-bottom: .5rem;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .form-inline .form-group label {
        text-align: left;
    }

    .form-control.tokenfield {
        width: 100% !important;
        margin: 0;
    }
}

.form-inline.form-inline-spaced .form-group,
.form-inline.form-inline-spaced .form-group .control-label {
    margin-right: 10px;
}

form.form-vertical > .inputField {
    margin-bottom: 1.5em;
}

.card .card-form-block {
    padding-bottom: 50px;
}

.form-control::placeholder {
    color: #CCC;
}

.modal-body > .row .form-group > .input-group {
    margin-bottom: 0;
}

/**
 * input-group-addons
 */

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 5px;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem - -2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 5px;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: calc(2.3125rem - -2px);
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #E9ECEF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 5px;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 5px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
    border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group select.form-control[hidden] {
    display: flex !important;
    background-color: inherit;
    border: none;
}

.input-group.input-group-default.no-focus.select > .input-group-addon {
    padding: 0;
}

form .form-group .input-group .input-group-append .btn,
form .form-group .input-group .input-group-prepend .btn {
    padding: .375rem .75rem;
}

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

#browsestatements #submit_button {
    margin-left: 5px;
}

#manageorders #search_term {
    min-width: 220px;
}

/**
 * Payment Gateway Logos
 */

.paymentGatewayLogo {
    background: url(https://assets.sellers.loblaw.ca/media/logos/paymentLogos.png) no-repeat;
    display: block;
    text-indent: -9999px;
}

#paypalGatewayLogo,
.paypalGatewayLogo {
    width: 90px;
    height: 30px;
    background-position: -130px 0;
}

#authnetGatewayLogo,
.authnetGatewayLogo {
    width: 110px;
    height: 30px;
    background-position: -130px -40px;
}

#paypalGatewayLogo_transparent,
.paypalGatewayLogo_transparent {
    width: 103px;
    height: 30px;
    background-position: 0 0;
}

#authnetGatewayLogo_transparent,
.authnetGatewayLogo_transparent {
    width: 120px;
    height: 30px;
    background-position: 0 -40px;
}

.paypalGatewayLogo_official {
    width: 230px;
    height: 80px;
    text-indent: 0;
}

.creditCardsPaymentLogo {
    width: 204px;
    height: 30px;
    background-position: 0 -80px;
}

.paymentGatewayWrapper {
    margin: 10px 0;
    padding: 10px 10px 0;
}

.paymentGatewayWrapper .paymentGatewayLogo {
    float: left;
    margin: 13px 15px 23px;
}

#fieldset-payment_options #paypalGatewayLogo_transparent {
    margin: 17px 22px 19px 23px;
}

.paymentGatewayWrapper > .row {
    width: auto;
    display: inline-block;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.payment-gateway-fieldset {
    float: left;
    width: 45%;
    min-width: 406px;
}

#element_get_paid-payment_options-authnet_transaction_key label {
    white-space: nowrap;
}

@media (max-width: 472px) {
    .payment-gateway-fieldset {
        width: 100%;
        min-width: 0;
        /*max-width: 100%;*/
    }
}

@media (width: 667px) {
    .payment-gateway-fieldset {
        min-width: 345px;
    }
}

div#element_get_paid-payment_options-is_paypal,
div#element_get_paid-payment_options-is_authnet {
    padding-right: 0;
    padding-top: 7px;
}

#element_get_paid-payment_options-authnet_login_id .errText {
    background: #FFF !important;
    border: 1px solid #C7C7C7 !important;
}

#test-paypal-warn {
    color: #EA1029;
    display: block;
    font-size: 13px;
    padding-right: 10px;
    padding-top: 10px;
    position: absolute;
    right: 210px;
    text-align: right;
    top: 14px;
    width: auto;
}

#paypal-perms-tester {
    padding: 10px 20px 15px;
    margin-bottom: 25px;
    display: none;
}

#myStoreWrapper #paypal-perms-tester {
    width: 100%;
}

#paypal-perms-tester-hdr {
    display: block;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #ECECEC;
    line-height: 1;
    font-size: 18px;
    position: relative;
    text-indent: 70px;
    margin-bottom: 20px;
    padding: 5px 0 15px;
}

#paypal-perms-tester #pp-logo {
    display: block;
    width: 66px;
    height: 18px;
    background: url("https://assets.sellers.loblaw.ca/media/common/global.png") no-repeat -210px -30px;
    text-indent: -9999px;
    position: absolute;
    top: 8px;
    left: 0;
}

#paypal-perms-tester-test td {
    height: 30px;
    padding: 0;
    line-height: 20px;
    font-size: 15px;
}

#paypal-perms-tester-test tr td:first-child {
    width: 30px;
    font-size: 20px;
    padding-right: 10px;
}

#paypal-perms-tester-test .test-indicator {
    font-size: 20px;
    position: relative;
    top: 2.5px;
}

#paypal-perms-tester-test .preLoader {
    position: relative;
    top: 4px;
}

#paypal-tests-success,
#paypal-tests-failed {
    display: none;
}

#paypal-perms-tester-cmds {
    padding-top: 30px;
    text-align: center;
}

#paypal-perms-tester-request {
    display: none;
}

.tax-label {
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
}

.tax-label .tax-toggle {
    font-weight: 400;
}

.tax-label .tax-toggle a:active,
.tax-label .tax-toggle a:focus {
    text-decoration: none;
}

.tax-group {
    width: 33%;
    float: left;
    padding-left: 25px;
}

.tax-group .form-group {
    margin-bottom: 0;
}

#element_get_paid-tax_settings-is_sh_taxes {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

#fieldset-card_on_file {
    display: none;
}

div#element_billing-credit_card-card_type .radio {
    display: inline-block;
    margin-left: 20px;
}

#element_billing-credit_card-card_type .card-ico {
    background: url('https://assets.sellers.loblaw.ca/media/common/global.png') no-repeat;
    height: 24px;
    width: 37px;
    display: inline-block;
    text-indent: -99999999px;
    position: relative;
    top: -1px;
}

#element_billing-credit_card-card_type span.card-ico.card_type-amex {
    background-position: -324px 0;
}

#element_billing-credit_card-card_type span.card-ico.card_type-discover {
    background-position: -286px 0;
}

#element_billing-credit_card-card_type span.card-ico.card_type-mastercard {
    background-position: -248px 0;
}

#element_billing-credit_card-card_type span.card-ico.card_type-visa {
    background-position: -210px 0;
}

#currentBalanceSheet #changePeriod {
    margin-left: 2px;
    cursor: pointer;
}

/**
 * Orders
 */

.productDetailWrapper {
    margin: 10px 0;
    display: block;
}

/**
 * Left nav
 */

#side-menu {
    padding-top: 60px;
    overflow: hidden;
    padding-bottom: 60px;
}

.sidebar {
    background: #FFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    overflow-y: auto;
    overflow-x: visible;
    transition: all .25s ease-out;
}

.mw .sidebar {
    z-index: 1028;
    position: fixed;
    width: 0;
    padding-top: 0;
    top: 0;
    height: 100%;
}

.sidebar .sidebar-head {
    padding: 5px 18px;
    width: 60px;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    height: 60px;
    overflow: hidden;
}

.sidebar-head .open-close {
    padding-top: 7px;
}

#side-menu li a {
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    color: #343A40;
    width: 300px;
    height: 60px;
    position: relative;
    display: block;
}

#side-menu li a:focus {
    background: transparent;
}

#side-menu > li > a.active {
    background-color: rgba(26, 53, 87, 0.15);
}

.sidebar .arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.content-wrapper .nicescroll-rails {
    display: none !important;
}

.sidebar .label-custom {
    background: #01C0C8;
}

#side-menu li.current > a,
#side-menu li.current > a:hover {
    background: #193457;
    color: #FFF;
}

#side-menu .nav > li {
    position: relative;
    display: block;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.sidebar .mdi-fw {
    width: 20px;
    text-align: center !important;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    margin-right: 7px;
    font-size: 16px;
    vertical-align: middle;
}

.sidebar-nav span.mdi.mdi-chevron-right.float-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar .sidebar-head h3 {
    font-size: 21px;
    margin: 0;
    position: absolute;
    top: 26px;
    transform: translateY(-50%);
    color: #686868;
    font-weight: 400;
}

.sidebar .sidebar-head h3 i {
    font-size: 24px;
}

.mw .sidebar .sidebar-head h3 {
    top: 46px;
}

.sidebar .label {
    border-radius: 500px;
    font-size: 75%;
    padding: 5px 6px 3px;
    white-space: nowrap;
    display: inline-block;
    margin-right: 5px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: .25px;
    margin-top: 9px;
    font-weight: 400;
}

.dw .sidebar .hide-menu,
.dw .sidebar .nav-small-cap {
    display: none;
}

.dw .show-sidebar .hide-menu {
    display: inline;
}

.dw .show-sidebar .nav-small-cap {
    display: block;
}

.sidebar #side-menu .user-pro > a {
    padding-left: 15px;
}

.sidebar #side-menu .user-pro .nav-second-level li i {
    margin-right: 10px;
}

.sidebar .sidebar-search {
    padding: 15px;
}

#side-menu > li > a {
    padding: 12px 35px 12px 18px;
    display: block;
}

#side-menu > li > a:hover {
    background: #FAFAFA;
}

#side-menu ul > li > a:hover {
    color: #2CABE3;
}

.sidebar .nav-second-level .arrow {
    right: 20px;
    top: 17px;
}

.sidebar .fa.arrow:before {
    content: "\f105";
}

.sidebar .active > a > span > .fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: none !important;
}

.sidebar .nav-second-level li a {
    padding: 12px 35px 12px 18px;
    transition: padding .057s ease-out;
}

#side-menu a.active + ul {
    background-color: #F3F3F3;
}

#side-menu > li > a.active {
    font-weight: 500;
}

#side-menu ul > li > a.active {
    font-weight: 500;
    color: #285A86;
}

.sidebar .mdi {
    font-size: 24px;
}

.sidebar-head > h3 > .hide-menu {
    position: absolute;
    left: 30px;
    top: 9px;
}

.mw .sidebar-head > h3 > .hide-menu {
    transition: all .75s ease-out;
    opacity: 0;
}

.show-sidebar .sidebar {
    top: 0;
}

.show-sidebar .sidebar .hide-menu {
    display: inline;
    opacity: 1;
}

.show-sidebar .sidebar .sidebar-head {
    width: 300px;
    display: block;
    background-color: #FFF;
}

.dw .sidebar .sidebar-head {
    background-color: #FFF;
}

@media (max-width: 767px) {
    .nav-right .dropdown-toggle::after {
        display: none;
    }

    .header-navbar .navbar-wrapper .navbar-container .nav-right .dropdown .dropdown-toggle {
        font-size: 20px;
    }

    .label.label-header-notification-count {
        display: none;
    }

    .header-navbar .navbar-wrapper .navbar-container .nav-left li.dropdown,
    .header-navbar .navbar-wrapper .navbar-container .nav-right li.dropdown {
        min-width: 40px;
    }
}

#navbar-open-close {
    display: none;
}

.mw #navbar-open-close {
    display: block;
    position: absolute;
    left: 18px;
    top: 12px;
}

.mw .open-close {
    display: block;
    float: left;
    width: 32px;
    height: 60px;
    position: relative;
}

.mw .open-close > .open-icon,
.sidebar .sidebar-head .open-close > .close-icon {
    position: absolute;
    color: #585858;
    font-size: 24px;
}

.mw .open-close > .open-icon {
    top: 0;
    left: 0;
}

.mw .open-close > .close-icon {
    top: 2px;
    left: 0;
}

.mw.show-sidebar .open-close > .open-icon {
    display: none;
}

.mw .sidebar .open-close > .open-icon {
    display: none;
}

.mw.show-sidebar .open-close > .close-icon {
    display: block;
}

.open-close > .close-icon {
    display: none;
}

.mw .sidebar-head > h3 > .hide-menu {
    display: none;
}

.mw.show-sidebar .sidebar-head > h3 > .hide-menu {
    display: inline;
    position: absolute;
    left: 40px;
    top: 2px;
    opacity: 1;
}

.dw .sidebar {
    z-index: 1029;
    position: fixed;
    width: 60px;
    padding-top: 0;
    height: 100%;
    transition: all .125s ease-in;
}

.my-header {
    padding-left: 60px;
}

.navbar-default.sidebar {
    top: 0;
}

.show-sidebar .nav-second-level li a {
    background-color: #FAFAFA;
}

.sidebar .nav-third-level li a {
    padding-left: 20px;
}

.show-sidebar .nav-third-level li a,
.show-sidebar .nav-third-level li a {
    padding-left: 40px;
}

.show-sidebar .sidebar {
    width: 300px;
}

.sidebar-head,
.show-sidebar .sidebar .sidebar-head {
    width: 300px;
}

.show-sidebar .hide-menu {
    display: inline;
}

.show-sidebar .nav-small-cap {
    display: block;
}

/**
 * Dropdown menus
 */

.navbar-wrapper .navbar-container .dropdown-menu {
    transform: translateY(-2px);
    border: none;
    box-shadow: 0 9px 20px -1px rgba(0, 0, 0, 0.12);
    min-width: 200px;
    border-radius: 0;
}

.dropdown-divider {
    width: 100%;
}

ul.dropdown-menu.alert-panel.show {
    min-width: 400px;
    font-size: 12px;
}

.dropdown-menu.alert-panel,
.alert-panel {
    max-height: 400px;
    overflow-y: scroll;
}

.dropdown-menu.dropdown-menu-right {
    right: 0;
    left: auto;
}

.card a.dropdown-item {
    margin-bottom: 0;
    font-size: 14px;
    transition: 0.25s;
}

.dropdown-item {
    color: inherit;
}

.card .dropdown-menu > a {
    padding: 10px 16px;
    line-height: 1.429;
}

.dropdown-primary .dropdown-menu a:hover,
.dropdown-split-primary .dropdown-menu a:hover {
    color: #FFF;
}

.card .card-block .dropdown-menu {
    top: 100%;
}

.card .card-block .dropdown-menu {
    padding: .5rem 0;
}

@media (max-width: 450px) {
    #mail-shortcut,
    #orders-shortcut {
        display: none;
    }
}

@media (max-width: 850px) {
    .mw #alerts-shortcut .dropdown-menu.show {
        max-width: 100%;
        min-width: 200px;
        max-height: 300px;
    }
}

@media (max-width: 348px) {
    #alerts-shortcut {
        display: none;
    }
}

/**
 * Alerts & notifications
 */

.notification-msg {
    margin-bottom: 5px;
}

.notification-time {
    color: #919AA3;
    display: block;
    float: left;
    font-size: 12px;
}

.alert-panel .close-alert i {
    color: #000;
    margin: 0;
}

.alert-panel .close-alert {
    float: right;
    padding: 0 !important;
}

.notification-msg a {
    color: #50A0DC !important;
}

.alert-panel .media {
    margin-bottom: 5px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 5px;
    position: relative;
}

.alert-panel .media-body {
    padding-left: 55px;
    padding-right: 10px;
    float: left;
}

.alert-panel .media > i {
    position: absolute;
    top: 5px;
    left: 18px;
    font-size: 21px;
}

#sellerAccountAlerts .card-header {
    margin-bottom: 5px;
}

.alert.alert-errors {
    display: none;
}

.modal .alert.alert-errors {
    display: block;
}

.alert-default {
    background-color: #FFF;
    border-color: #D6D6D6;
    color: #D6D6D6;
}

.alert-primary {
    background-color: #FFF;
    border-color: #4099FF;
    color: #4099FF;
}

.alert-success {
    background-color: #FFF;
    border-color: #5CB75D;
    color: #5CB75D;
}

.alert-info {
    background-color: #FFF;
    border-color: #00BCD4;
    color: #00BCD4;
}

.alert-warning {
    background-color: #FFF;
    border-color: #FFB64D;
    color: #FFB64D;
}

.alert-danger {
    background-color: #FFF;
    border-color: #EA1029;
    color: #EA1029;
}

.flash-alert > .alert {
    display: none;
}

/**
 * Affix
 */

.affix {
    position: fixed;
    top: 1rem;
}

.affix-bottom {
    position: absolute;
}

.panel-header-actions .show-on-affix {
    visibility: hidden;
    display: none;
}

.panel-header-actions.affix .show-on-affix {
    visibility: visible;
    display: inline-block;
    padding-right: 8px;
}

.panel-header-actions.affix,
.panel-footer-actions.affix {
    padding: 0 10px;
}

.panel-header-actions.affix {
    width: auto;
    left: 74px;
    right: 14px;
    top: 60px;
    z-index: 1000;
    backface-visibility: hidden;
    background-color: #FFF;
    border-left: 1px solid #DEE2E6;
    border-right: 1px solid #DEE2E6;
    border-bottom: 1px solid #DEE2E6;
}

body.mw .panel-header-actions.affix {
    left: 15px;
}

.panel-heading.panel-header-actions .panel-header-buttons,
.panel-heading.panel-header-actions .pagination-nopad,
.panel-footer.panel-footer-actions .panel-footer-buttons,
.panel-footer.panel-footer-actions .pagination-nopad {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pagination .page-link {
    padding-top: 7px;
}

/**
 * Tables
 */

.table.table-sm td,
.table.table-sm th {
    padding: .6rem 1rem;
}

.table.table-xs td,
.table.table-xs th {
    padding: .2rem 1rem;
}

.table.table-flush td,
.table.table-flush th {
    padding-left: 0;
    padding-right: 0;
}

.table.table-no-borders td {
    border: 0;
}

.table.table-no-header-border th {
    border-top: 0;
}

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

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

.table td {
    border: none;
}

.setup-completion-left,
.setup-completion-right {
    position: absolute;
    top: 50%;
    width: 50px;
    text-align: center;
    transform: translateY(-50%);
    font-size: 20px;
    height: 100%;
}

.table-responsive {
    display: block;
}

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

.table:first-child th,
.table.table-sm:first-child th,
.table:first-child th + td,
.table.table-sm:first-child th + td {
    border-top: 0;
}

.table.table-no-pad td {
    padding: 0;
}

@media (max-width: 767px) {
    .table-responsive > .table > tbody > tr > td.mobile-wrap,
    .table-responsive > .table > tbody > tr > th.mobile-wrap,
    .table-responsive > .table > tfoot > tr > td.mobile-wrap,
    .table-responsive > .table > tfoot > tr > th.mobile-wrap,
    .table-responsive > .table > thead > tr > td.mobile-wrap,
    .table-responsive > .table > thead > tr > th.mobile-wrap {
        white-space: normal;
    }
}

.table-xs code {
    margin: 0 !important;
}

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

.table.table-even-columns {
    table-layout: fixed;
}

/**
 * Date picker
 */

.ui-datepicker .ui-datepicker-header {
    padding: 0;
}

/**
 * Summary row
 */

.row.summary > div {
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #E8E8E8;
}

.row.summary > div:last-child {
    border-right: none;
}

.summary.row h2 {
    font-weight: 300;
}

@media (max-width: 1199px) {
    .row.summary > div:nth-child(2) {
        border-right: none;
    }

    .row.summary > div:nth-child(1),
    .row.summary > div:nth-child(2) {
        padding-bottom: 15px;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .row.summary h5 {
        float: left;
        padding-top: 17px;
    }

    .row.summary h2 {
        padding-top: 11px;
    }
}

@media (min-width: 430px) and (max-width: 767px) {
    .row.summary h5 {
        float: left;
        padding-top: 17px;
    }

    .row.summary h2 {
        padding-top: 17px;
    }
}

@media (max-width: 520px) {
    .row.summary h5 {
        font-size: 20px;
    }

    .row.summary h2 {
        font-size: 20px;
    }
}

@media (max-width: 520px) {
    .row.summary h5 {
        padding-top: 10px;
    }

    .row.summary h2 {
        padding-top: 8px;
    }
}

@media (max-width: 767px) {
    .row.summary > div {
        border-right: none;
        padding: 20px 10px;
    }

    .row.summary > div:last-child {
        border-bottom: none;
    }

    .row.summary > div:first-child {
        padding-top: 0;
    }

    .row.summary > div:last-child {
        padding-bottom: 0;
    }
}

.row.summary {
    margin-left: -15px;
    margin-right: -15px;
}

.row.summary .circle {
    height: 60px;
    width: 60px;
    padding-top: 13px;
    text-align: center;
    background-color: #4BAAE8;
}

.row.summary .circle > i {
    font-size: 34px;
    margin: 0 auto;
    color: #FFF;
}

/**
 * Pnotify
 */

body > .ui-pnotify {
    z-index: 2147483647;
}

.ui-pnotify-container {
    margin-bottom: 0;
    border-radius: 5px;
    color: inherit;
    padding: 15px 15px 15px 50px;
    background-color: #FBFBFB;
    border: 1px solid;
    border-left-width: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.alert.ui-pnotify-container:before {
    content: "\F5D6";
    font: normal normal normal 24px/1 "Material Design Icons";
    position: absolute;
    top: 14px;
    left: 14px;
}

.ui-pnotify-closer, .ui-pnotify-sticker {
    position: absolute;
    right: 5px;
    top: 2px;
}

.ui-pnotify-title {
    font-size: 1.125rem;
    margin-bottom: .3em;
}

.ui-pnotify-title:empty {
    display: none;
}

.ui-pnotify .ui-pnotify-shadow {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
}

@media (max-width: 699px) {
    .ui-pnotify {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }
}

.alert.ui-pnotify-container.alert-primary {
    color: #004085;
    background-color: #CCE5FF;
    border-color: #5B90CA;
}

.alert.alert-primary.ui-pnotify-container:before {
    color: #5B90CA;
}

.alert.ui-pnotify-container.alert-success {
    color: #155724;
    background-color: #E1FDE7;
    border-color: #43AD5B;
}

.alert.alert-success.ui-pnotify-container:before {
    color: #43AD5B;
}

.alert.ui-pnotify-container.alert-info {
    color: #0C5460;
    background-color: #D1ECF1;
    border-color: #77BAC5;
}

.alert.alert-info.ui-pnotify-container:before {
    color: #77BAC5;
}

.alert.ui-pnotify-container.alert-warning {
    color: #6F490B;
    background-color: #FDEEDA;
    border-color: #F0AD4E;
}

.alert.alert-warning.ui-pnotify-container:before {
    color: #F0AD4E;
}

.alert.ui-pnotify-container.alert-danger {
    color: #9C0C00;
    background-color: #FAE6E5;
    border-color: #E0584D;
}

.alert.alert-danger.ui-pnotify-container:before {
    color: #E0584D;
}

/**
 * Waves effect
 */

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

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, .08);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, .4);
    background: -webkit-radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, .2);
}

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

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

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    /*noinspection CssInvalidPropertyValue*/
    -webkit-mask-image: -webkit-radial-gradient(circle, #FFF 100%, #000 100%);
}

.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

.waves-button {
    padding: .85em 1.1em;
    border-radius: .2em;
}

.waves-button-input {
    margin: 0;
    padding: .85em 1.1em;
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
    padding: 0;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.waves-float:active {
    -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3);
}

.waves-block {
    display: block;
}

/**
 * Mail
 */

#my-mailbox-msgs tr td {
    cursor: pointer;
}

#my-mailbox-msgs a {
    color: inherit;
}

tr.unread {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #507BBE;
}

/**
 * eBay API
 */

#ebay-api-help-container .panel-heading {
    cursor: pointer;
}

#ebay-api-help-container .panel-heading h3 {
    color: #333;
}

#ebay-api-help-container a:focus,
#ebay-api-help-container a:active {
    text-decoration: none;
}

#ebay-api-help-container li.list-group-item {
    line-height: 20px;
    font-size: 13.75px;
}

#ebay-api-help-container code {
    padding: 0 4px;
    margin: 0;
}

#ebay-api-help-container .media-body.media-middle .media-heading {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

#ebay-api-help-container .media-object {
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 2px;
}

/**
 * Manage Inventory
 */

.img-thumbnail {
    min-width: 75px;
    min-height: 75px;
    width: 75px;
    height: 75px;
}

/**
 * Coupons
 */

#categoriesGroupInner {
    margin-bottom: 30px;
}

#categoriesGroupInner > select {
    margin-bottom: 1.25em;
}

/*
 * Print Styles
 */

@media print {
    body.modal-open,
    .my-main-container,
    .my-container {
        background-color: #FFF;
    }

    .navbar,
    body.modal-open .navbar-container,
    .sidebar,
    body.modal-open .page-body > .row > .col-12,
    .modal-header,
    .modal-footer,
    .btn,
    .modal-backdrop,
    .modal-body.modal-remote-preload,
    #modal-send-mail,
    #livechat-compact-container,
    #message-actions {
        display: none !important;
    }

    #modal-read-mail {
        opacity: 1;
        display: block;
    }

    #modal-read-mail .modal-dialog {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    #modal-read-mail .modal-dialog .modal-content {
        border: none;
        box-shadow: none;
    }

    a[href]:after {
        content: none;
    }

    abbr:after {
        content: none;
    }

    .card,
    .card:hover {
        box-shadow: none;
        margin-bottom: 0;
    }

    .card .card-block,
    .card .card-header {
        padding: 10px;
        margin-bottom: 0;
    }

    .table td,
    .table th {
        padding-left: 0 !important;
        padding-top: 0 !important;
        text-align: left;
    }

    .my-content {
        margin-left: 0 !important;
    }

    .my-main-container {
        padding-top: 0;
    }

    .card-header {
        border: none;
    }

    .modal-body {
        padding: 0;
        background-color: #FFF;
    }

    .blockquote {
        margin-top: 60px;
    }

    .label {
        color: inherit !important;
    }

    .label-default {
        background: transparent !important;
    }
}

/**
 * Product details
 */

.btn-ship-calc {
    padding: 2px 3px 2px 4px;
    line-height: 14px;
    font-size: 14px;
    margin-top: -2px;
}

#product-variants .img-thumbnail {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
}

.p-variants {
    margin-top: 20px;
}

.p-variants .form-group > .col-sm-1 {
    display: inline-block;
    max-width: none;
    margin-right: 15px;
    width: 25%;
    text-align: right;
}

.p-variants .form-group > .col-sm-11 {
    max-width: none;
    width: 50%;
    display: inline-block;
}

.p-variants .form-group-static {
    margin-bottom: 0;
}

#productReviewSummary {
    max-width: 500px;
}

#productReviewSummary .avg-rating > b {
    font-size: 18px;
}

#productReviewSummary .avg-rating > .star-rating {
    font-size: 25px;
}

#productReviewSummary .avg-rating > .star-rating > * {
    vertical-align: middle;
}

@media (max-width: 595px) {
    #productReviewSummary .avg-rating {
        width: 100%;
    }

    #starBarTbl {
        max-width: 50%;
        margin-bottom: 25px;
        float: left !important;
    }
}

a.product-preview {
    display: inline-block;
    position: relative;
    border-radius: .25rem;
}

a.product-preview:hover {
    background-color: #000;
}

a.product-preview .img-thumbnail {
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

a.product-preview:hover .img-thumbnail {
    opacity: .8;
}

a.product-preview:hover:after {
    content: "\F3CB";
    font: normal normal normal 24px/1 "Material Design Icons";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #FFF;
    font-size: 33px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .25);
}

/**
 * Breadcrumbs
 */

#breadcrumbtrail {
    margin-bottom: 1rem;
    font-size: .9125em;
}

#breadcrumbtrail .breadcrumb {
    display: block;
    background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    margin-bottom: 0;
    overflow: hidden;
    line-height: 1;
}

#breadcrumbtrail .breadcrumb-item {
    display: inline;
    white-space: nowrap;
    text-transform: uppercase;
}

#breadcrumbtrail .dropdown {
    position: unset;
}

#breadcrumbtrail .dropdown-menu {
    width: auto;
    left: 6.5px;
    top: calc(100% - 30px);
    right: 6.5px;
}

#breadcrumbtrail #historyDropdown {
    padding: 0;
    border: none;
    font-size: 14px;
}

#breadcrumbtrail .open #historyDropdown {
    background: none;
    color: #333 !important;
}

#breadcrumbtrail .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 5px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#breadcrumbtrail #historyDropdown:hover {
    background-color: transparent;
}

#breadcrumbtrail .dropdown-menu .dropdown-item.text-muted:hover,
#breadcrumbtrail .dropdown-menu .dropdown-item.text-muted:active {
    background-color: transparent;
}

#breadcrumbtrail .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .125rem;
    padding-left: .125rem;
    color: #E8E8E8;
    content: "\F142";
    font: normal normal normal 24px/1 "Material Design Icons";
    line-height: 0;
    transform: translateY(3.5px);
}

.description {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn:focus {
    box-shadow: none;
}

/**
 * Pipeline
 */

.md-pipeline.rt-schedule #element_hosting_type {
    margin-bottom: 40px;
}

/**
 * Autocomplete
 */

.ui-widget-content.ui-autocomplete {
    font-family: inherit;
    font-size: inherit;
}

.ui-widget-content.ui-autocomplete .ui-state-focus,
.ui-menu .ui-state-active {
    background: #3997D4;
    color: #FFF;
    margin: 0;
}

body.mw .mw-hidden {
    display: none !important;
}

body.dw .dw-hidden {
    display: none !important;
}

body.mw .float-mw-left {
    float: left !important;
}

.form-group p.help-block,
.form-group p.hint {
    display: none;
    margin-top: .5rem;
    margin-bottom: 0;
}

.form-group .validate.invalid-feedback:before {
    content: "\F156";
    padding-right: 3px;
    font: normal normal normal 10px/1 "Material Design Icons";
}

#store-setup-progress .list-group-item {
    cursor: pointer;
}


.icon-remove:before {
    content: "\F156";
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.minus-field,
.plus-field {
    line-height: 1.9;
    height: calc(2.25rem + -1px);
}

.badge {
    vertical-align: middle;
}

.mdi.mdi-spin:before {
    margin-top: -11px;
}

.card .navbar {
    border-radius: 5px;
}


.mdi.mdi-rotate-right.mdi-spin {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.mdi-fw {
    width: 1.28571429em;
    text-align: center;
}

#pfMainBody,
.my-container,
.my-main-container,
.my-wrapper,
.my-content,
.my-inner-content,
.main-body,
.page-wrapper,
.page-body {
    min-height: 100%;
}

#footer {
    position: absolute;
    width: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1.5rem;
    margin: 1.5rem 0;
}

#pfMainBody {
    position: relative;
    padding-bottom: 4.5rem;
}

/**
 * Temp-fix for broken CDN links
 */

img {
    position: relative;
    font-size: 0;
}

img:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #F8F9FA;
}

#element_password .help-block > a {
    font-size: 90%;
}

.fancybox-container {
    z-index: 99999999999;
}

#fieldset-mapping, #fieldset-download, #fieldset-repricer {
    padding-top: 1.5rem;
    border-top: 1px solid #E8ECEF;
    margin-top: 1.5rem;
    border-bottom: none;
    padding-bottom: 0;
}

#element_gcs-gcs_filename {
    margin: 0;
}

#fieldset-mapping {
    margin-bottom: 2rem;
}

#fieldset-mapping .fieldset-info {
    border-bottom: 0;
    padding-bottom: 0;
}

#element_profile-is_custom > div:nth-child(3) > label {
    margin: 0;
}

#element_profile-status {
    margin-bottom: 1.5rem;
}

#element_http-feed_url_password {
    margin-bottom: .5rem;
}

#element_ftp-path {
    margin-bottom: .5rem;
}

#fieldset-repricer {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 1.5em;
}

#repricer-rule {
    margin-bottom: 1.5rem;
}

#quantity-buffer-rule {
    margin-bottom: 1.5rem;
}

/* sFTP Credential Settings */
#ftp_access .form-control-static,
#ftp_access input.form-control {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

#ftp_access .form-control-static {
    margin-bottom: 0;
}

#ftp_access #element_password {
    margin-bottom: 1rem;
}

.profiles-table tbody tr {
    cursor: pointer;
}

form fieldset.borderless-legend .fieldset-info {
    border: none;
}

#product-description table ul {
    padding-left: 40px;
    margin-bottom: 1rem;
    list-style-type: disc;
}

.sales-price {
    font-size: 13px; 
    color: #FF0000FF;
    font-weight: 700;
}

.partners-card-block {
    background-color: #ececec;
    padding: 20px;
    text-align: center;
}
.partners-card-block .image-container {
    margin-bottom: 10px;
}
.partners-card-block .image-container img {
    max-width: 80px;
    cursor: pointer;
}
.partners-card-block h4 {
    font-size: 1rem;
    margin: 0;
    margin-bottom: 25px;
}
.partners-card-block p {
    margin-bottom: 5px;
}
.hide-i { display: none; }
.partner-shipstation p {
    line-height: 2em;
    margin-top: 20px;
    margin-bottom: 0px !important;
}
.partner-shipstation ul li{
    line-height: 2.5em;
}
.line-breake {
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.partner-logo {
    width:360px;
    margin: 25px 0px 10px 0px;
}
.verification .card-header h4 {
    margin-bottom: 15px;
}
.submit-button {
    text-align: center;
    margin-top: 30px;
}
.disable-li {
    pointer-events: none;
    opacity: 0.6;
    background: #e9ecef;
}
#store-status {
    margin-bottom: 20px;
}
.required-info {
    list-style-type: decimal;
    padding-left: 30px;
}
.required-info ul {
    padding-left: 30px;
}
.required-info li {
    padding: 5px 0;
}  .required-info .text-bold {
    font-weight: bold;
}
.required-info .list-style-circle {
    list-style-type: circle;
}
.required-info .list-style-disc {
    list-style-type: disc;
}
.noteAlt
{
    margin-bottom: 50px;
    background-color: #fff3cd;
    background-position: 9px 0px;
    background-repeat: no-repeat;
    border-left: solid 4px #193456;
    line-height: 20px;
    overflow: hidden;
    padding: 12px 12px;
    text-align: left;
    color: #856404;
    padding-left: 30px;
    position: relative;
}
.card .card-header span.popup-link {
    text-decoration: underline 1px dotted black;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
}
.noteAlt .ti-info-alt {
    position: absolute;
    left: 10px;
    top: 20px;
}
.exclude-regions {
    font-style: italic;
    color: #9c9999;
    padding: 5px 0px 5px 0px;
    display: block;
}
.table-col-space {
    width: 300px;
    white-space: normal;
}