@import url(https://fonts.googleapis.com/css?family=Share+Tech+Mono);
@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);

a,
a:focus,
a:hover {
    color: inherit;
}

#content,
body.body_white_bg {
    background: #f7f7f7;
}

.breadcromb-area,
.page-box {
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
}

#clock,
#clock .time {
    font-family: "Share Tech Mono", monospace;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    margin-left: 10px !important;
    font-family: fontawesome !important;
}

.message-txt p,
.single-font-item {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.label,
.message-txt p,
.seipkon-btn,
.single-font-item {
    white-space: nowrap;
}

a:focus,
a:hover,
ol.custom-breadcrumb>li a:hover {
    text-decoration: none;
}

.gallery_item a .caption-hover,
.invoice-head>h2,
.invoice-status,
.invoice-subtotal p span,
.menu-section>h3,
.pagination.post-button>li a,
.profile-wall-share>ul li a,
.sparkline-charts-left>p,
.steps>ul li a {
    text-transform: uppercase;
    text-transform: uppercase;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #627077;
    font-weight: 400;
    background: #242a33;
}

body,
html {
    height: 100%;
}

.bootstrap-select .dropdown-toggle:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
}

.select2-selection:focus,
.select2-selection__rendered:focus,
.table>thead>tr>th:focus,
a:focus,
input:focus,
textarea:focus {
    outline: 0;
}

.wrapper {
    height: 100%;
    width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.no_pad_left {
    padding-left: 0;
}

.no-pad-right,
.no_pad_right {
    padding-right: 0;
}

li {
    list-style-type: none;
}

.seipkon-btn {
    display: inline-block;
    padding: 5px 15px;
    font-weight: 400;
    color: #fff;
    vertical-align: baseline;
}

.modal-danger h4,
.modal-info h4,
.modal-primary h4,
.modal-success h4,
.modal-warning h4,
.pagination.flat-round>li a:hover i,
.pagination.flat>li a:hover i,
.pagination.post-button>li.active>a,
.pagination.separated-round li>a:hover i,
.pagination.separated>li a:hover i,
.pagination>li>a:hover i,
.post_action>p a:hover,
.seipkon-btn:hover,
.single-font-item:hover i,
.single-font-item:hover span {
    color: #fff;
}

.page-box {
    background: #fff;
    margin-top: 30px;
    padding: 20px;
}

#content {
    width: calc(100% - 235px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 0;
    padding-top: 7rem;
    right: 0;
}

#content>.page-content {
    min-height: 100vh;
    padding: 30px 15px;
}

#content.active,
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.create-page-right>form>.page-img-upload>.product-upload,
.daterange_btn,
.single-button-item .btn-group-vertical,
.step-wizard-payment-details table,
table.table_subitie {
    width: 100%;
}

.seipkon-footer-area {
    background: #fff;
    padding: 15px;
    text-align: center;
    color: #455a64;
    border-top: 1px solid #ddd;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #content {
        width: 100%;
    }

    #content.active {
        width: calc(100% - 0px);
    }

    #sidebarCollapse span {
        display: none;
    }
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: rgba(180, 180, 180, 0.93);
    width: 4px;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.ps-container:hover .ps-scrollbar-y-rail>.ps-scrollbar-y {
    visibility: visible !important;
}

.mail-sidebar ul li a:hover:before,
.single-product:hover .pro-image-overlay,
.total-group-employee ul li a:hover:before {
    visibility: visible;
    opacity: 1;
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: transparent;
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    background-color: transparent;
    right: 1px !important;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #282e3f;
    z-index: 1000;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: 2s linear infinite spin;
    animation: 2s linear infinite spin;
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: 3s linear infinite spin;
    animation: 3s linear infinite spin;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: 1.5s linear infinite spin;
    animation: 1.5s linear infinite spin;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.3s ease-out 1s;
    transition: 0.3s ease-out 1s;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.chat-board-header .nav.navbar-nav.pull-right.custom-menu>li>a[aria-expanded="false"]:before,
.chat-board-header .nav.navbar-nav.pull-right.custom-menu>li>a[aria-expanded="true"]:before,
.form-group>input[type="checkbox"],
.header-top-right-section ul li a[aria-expanded="false"]:before,
.header-top-right-section ul li a[aria-expanded="true"]:before,
.hide-table,
.inbox-checkbox input,
.no-js #loader-wrapper,
.note-view>.btn-fullscreen,
.reservationModalInfo,
input.star,
span.current-info.audible,
table td.free a.add-link,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    display: none;
}

.main-header {
    background: #282e3f;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.main-header .seipkon-logo {
    background: #282e3f;
    float: left;
    height: 70px;
    position: relative;
    text-align: center;
    width: 235px;
    z-index: 1;
}

.profile-rating ul,
.seipkon-logo a,
table#invoice-list a {
    display: inline-block;
}

.seipkon-logo img {
    margin: 12px 0;
    width: 190px;
}

.main-header .navbar.navbar-default {
    background: #282e3f;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    margin: 0;
}

#sidebarCollapse {
    background: 0 0 !important;
    color: #878787 !important;
    margin: 16px 10px !important;
    padding: 3px 10px;
    border-radius: 0 !important;
    border: 2px solid #878787 !important;
    font-size: 17px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#sidebarCollapse:hover {
    color: #fff !important;
    border: 2px solid #fff !important;
}

.header-top-search {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.header-top-search form {
    border-radius: 20px;
    height: 35px;
    position: relative;
    width: 250px;
}

.header-top-search form input {
    border: 1px solid #fff;
    border-radius: 20px;
    height: 100%;
    left: 0;
    padding: 5px 70px 5px 10px;
    position: absolute;
    width: 100%;
    color: #212121;
}

.chat-search-form form button,
.header-top-search form button {
    background: 0 0;
    border: none;
    height: 100%;
    position: absolute;
    right: 0;
    width: 20%;
}

.header-top-right-section>ul>li>a {
    color: #878787 !important;
    display: block;
    font-size: 19px;
    padding: 22px 10px;
    border-radius: 0;
    margin: 0;
}

.header-top-right-section>ul>li {
    margin: 0 3px;
}

.header-top-right-section>ul>li:last-child {
    margin-right: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.header-top-right-section>ul>li>a>span {
    background: #ee8042;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    height: 17px;
    line-height: 17px;
    margin-left: -16px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    top: -11px;
    width: 17px;
}

.header-top-right-section>.nav .open>a:hover,
.header-top-right-section>.nav>li>a:hover {
    background-color: rgba(20, 27, 45, 0.83) !important;
    color: #fff !important;
}

.header-top-right-section>.nav .open>a:focus,
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.message-box,
.notification-box {
    border: none;
    width: 300px;
    padding: 0;
    border-radius: 0;
    margin: 0;
}

.message-img img,
.message-img>span,
.pagination.flat-round>li:first-child>a,
.pagination.flat-round>li:first-child>span,
.pagination.flat-round>li:last-child>a,
.pagination.flat-round>li:last-child>span,
.pagination.separated-round li:first-child>a,
.pagination.separated-round li:last-child>a,
.pagination.separated-round>li:first-child>span,
.pagination.separated-round>li:last-child>span,
.profile-avatar img,
.profile-widget-img img,
.sweet-alert .sa-icon.sa-custom {
    border-radius: 50%;
}

.message-header,
.notification-header {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}

.message-header h4,
.notification-header h4 {
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}

.message-header>a,
.notification-header>a {
    color: #7b7b7b;
    float: right;
    font-size: 13px;
    font-weight: 400;
}

.message-footer>a:hover,
.message-header>a:hover,
.notification-footer>a:hover,
.notification-header>a:hover {
    color: #da473a;
}

.message-img,
.notification-img {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    border-radius: 5px;
}

.message-body,
.notification-body {
    height: 275px;
    position: relative;
}

.message-body li,
.notification-body li {
    border-bottom: 1px solid #eee;
    margin: 0 !important;
}

.accordian-example .panel-title>a[aria-expanded="false"]:before,
.accordian-example .panel-title>a[aria-expanded="true"]:before,
.message-txt p {
    margin-top: 3px;
}

.message-body>ul>li>a,
.notification-body>ul>li>a {
    display: block;
    padding: 12px;
    margin: 0;
    border-radius: 0;
}

.chat-list-body ul.chat-list li a:hover,
.message-body ul li a:hover,
.notification-body ul li a:hover,
.profile-box>ul>li>a:hover {
    background: #efefef;
}

.message-txt,
.notification-txt {
    overflow: hidden;
}

.chat-about>h4,
.message-txt>h4,
.notification-txt>h4 {
    color: #333;
    font-size: 14px;
}

.message-txt p {
    font-size: 13px;
    font-weight: 400;
    color: #696969;
}

.message-txt>span,
.notification-txt>span {
    color: #aaa;
    font-size: 12px;
}

.notification-img.bg_green {
    background: #71aa68;
    color: #fff;
}

.notification-img.bg_yellow {
    background: #e6b034;
    color: #fff;
}

.notification-img.bg_red {
    background: #da473a;
    color: #fff;
}

.notification-img.bg_blue,
.show-table tr.header-3 {
    background: #667add;
    color: #fff;
}

.message-footer,
.notification-footer {
    background: #eee;
    padding: 10px 20px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.message-footer>a,
.notification-footer>a {
    color: #606060;
    font-size: 13px;
    font-weight: 400;
}

.message-footer a i,
.notification-footer a i {
    margin-right: 5px;
    vertical-align: middle;
}

.message-img>span {
    width: 10px;
    height: 10px;
    float: right;
    display: block;
    border: 2px solid #fff;
    margin-top: -8px;
    margin-right: 5px;
    position: relative;
}

.online-message {
    background-color: #16d39a;
}

.busy-message {
    background-color: #ff7588;
}

.away-message {
    background-color: #f5854d;
}

img.profile-avator {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.profile-avatar-txt {
    overflow: hidden;
    margin-top: 7px;
}

.profile-avatar-txt>p {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
}

.profile-avatar-txt>i {
    vertical-align: middle;
    font-size: 13px;
}

.header-top-right-section ul li>a.profile-toggle {
    padding: 14px 10px;
    overflow: hidden;
}

.profile-box {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
}

.widget_card.alert,
.widget_card_two.alert {
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.profile-box>ul>li {
    margin: 0;
    border-bottom: 1px solid #eee;
}

.profile-box>ul>li:last-child {
    border-bottom: 0 solid #eee;
}

.profile-box>ul>li>a {
    display: block;
    padding: 7px 10px;
    color: #333;
    font-size: 14px;
}

.profile-box>ul>li>a>i {
    margin-right: 5px;
    color: #ee8042;
    width: 20px;
    text-align: center;
}

#sidebar {
    width: 235px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    border-right: 1px solid #dedede;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
    z-index: 998;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 70px;
    padding-bottom: 70px;
}

#sidebar.active {
    margin-left: -235px;
}

a[aria-expanded="false"]:before,
a[aria-expanded="true"]:before {
    content: "\e259";
    display: block;
    float: right;
    font-family: "Glyphicons Halflings";
    font-size: 0.6em;
}

a[aria-expanded="true"]:before {
    content: "\e260";
}

.sidebar-profile {
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
    width: 80%;
}

.profile-avatar {
    float: left;
    height: 65px;
    margin-right: 10px;
    width: 65px;
}

.profile-info {
    margin-top: 12px;
    overflow: hidden;
    text-align: left;
}

.profile-info>h3 {
    font-size: 18px;
    color: #333;
}

.profile-info>p {
    color: #333;
    font-size: 14px;
    margin-top: 5px;
}

.menu-section>h3 {
    color: #6b7686;
    display: block;
    font-size: 13px;
    padding: 10px 15px;
    font-weight: 400;
    margin: 10px 0;
}

.list-unstyled li a {
    display: block;
    padding: 10px 20px 10px 10px;
    color: #212121;
    font-size: 14px;
    font-weight: 400;
}

.list-unstyled li a:hover,
.list-unstyled li.active>a {
    color: #212121;
    background: rgba(33, 33, 33, 0.05);
}

.list-unstyled li.active>.list-unstyled li.active>a {
    color: #333;
    background: 0 0;
}

#notesmodal .modal-header h4,
#product-order td,
.contact-list-table td,
.full-width-breadcrumb-list ol>li,
.list-unstyled li.active>a>i,
.list-unstyled li>a:hover i,
.mail-inbox-content table tr td,
.modal-title,
.pagination.separated-round li>a i,
.pagination.separated>li a,
.pagination.separated>li a i {
    color: #333;
}

.list-unstyled li a>i {
    color: #333;
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
    padding-left: 5px;
    vertical-align: middle;
    width: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.list-unstyled ul>li>a {
    padding-left: 55px;
    color: #878787;
}

.list-unstyled ul>li>ul>li>a {
    padding-left: 75px;
    color: #878787;
}

.list-unstyled ul>li>ul>li>ul li a {
    padding-left: 100px;
}

.breadcromb-area {
    background: #fff;
    padding: 10px;
}

.seipkon-breadcromb-left>h3 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
}

.chat-box-inner .chat-list li.chat-list-right,
.error-page-logo-right,
.invoice-subtotal,
.login-page-logo-right,
.mail-view-header-right,
.seipkon-breadcromb-right,
.single-notes-head,
.wall-action-right,
.widget-page-text {
    text-align: right;
}

.seipkon-breadcromb-right li {
    color: #99a0aa;
    display: inline-block;
    position: relative;
}

.seipkon-breadcromb-right ul>li+li:before {
    color: #99a0aa;
    content: "/ ";
    padding: 0 5px;
}

.add-product-form-group form p label,
.add_contact_form form p label,
.attachment-action>a,
.create-page-left label,
.create-page-right label,
.earning_chart li p,
.seipkon-breadcromb-right li a,
label.control-label {
    color: #333;
    font-weight: 500;
}

.seipkon-breadcromb-right li a:hover {
    color: #99a0aa;
}

.widget_card {
    color: #fff;
    padding: 20px !important;
    margin-top: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
}

.widget_card_page,
.widget_card_two {
    margin-top: 30px;
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
}

.widget_card_two {
    text-align: center;
    background: #fff;
}

.widget_card_two.alert {
    border-radius: 0;
}

.widget-icon,
.widget_close {
    border-radius: 50%;
    text-align: center;
}

.widget_card_two .widget_card_header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    color: #333;
    padding: 10px;
    text-align: right;
}

#clock {
    text-align: center;
    background: -webkit-linear-gradient(left top, #71b7f4, #0559a2);
    background: linear-gradient(to right bottom, #71b7f4, #0559a2);
}

#clock .time {
    letter-spacing: 0.05em;
    font-size: 40px;
}

#clock .date {
    letter-spacing: 0.1em;
    font-size: 15px;
    margin-bottom: 15px;
}

.widget_close {
    background: rgba(38, 38, 38, 0.52);
    cursor: pointer;
    display: block;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
}

.widget_close_two {
    color: #999;
    cursor: pointer;
}

.widget_card>.widget_card_body>.widget_icon {
    border-right: 2px solid #fff;
    color: #fff;
    float: left;
    font-size: 30px;
    height: 82px;
    line-height: 80px;
    margin: 0 10px 0 auto;
    position: relative;
    text-align: left;
    width: 50px;
}

.widget_card>.widget_card_body>.widget_icon:before {
    color: #fff;
    content: "";
    font: 35px FontAwesome;
    position: absolute;
    right: -14px;
    top: 24px;
}

.widget_card>.widget_card_body>.widget_text {
    overflow: hidden;
    font-family: "Share Tech Mono", monospace;
}

.widget_card>.widget_card_body>.widget_text>h3 {
    border-bottom: 2px solid #fff;
    font-size: 30px;
    letter-spacing: 0.01em;
    margin-bottom: 12px;
    padding-bottom: 8px;
}

.widget_card>.widget_card_body>.widget_text>p {
    font-size: 17px;
    letter-spacing: 0.01em;
}

#widget_visitor {
    background: -webkit-linear-gradient(left top, #f5a966, #a75207);
    background: linear-gradient(to right bottom, #f5a966, #a75207);
}

#widget_user {
    background: -webkit-linear-gradient(left top, #cd72f4, #8f19c1);
    background: linear-gradient(to right bottom, #cd72f4, #8f19c1);
}

#widget_profits {
    background: -webkit-linear-gradient(left top, #f77095, #930b31);
    background: linear-gradient(to right bottom, #f77095, #930b31);
}

.widget_card_header ul>li>a[aria-expanded="false"]:before,
.widget_card_header ul>li>a[aria-expanded="true"]:before {
    color: #999;
    font-weight: 700;
    font-size: 13px;
}

.widget_card_header li {
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.widget_card_header>h3 {
    display: inline-block;
    float: left;
    font-size: 18px;
    margin-top: 4px;
}

.widget_card_page {
    background: #fff;
    color: #333;
    padding: 20px;
    position: relative;
    text-align: center;
}

.grid_flex {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
}

.widget-page-text>h4 {
    font-size: 25px;
    margin-bottom: 5px;
}

.widget-icon {
    color: #fff;
    font-size: 25px;
    height: 55px;
    line-height: 55px;
    margin-top: 7px;
    -webkit-transform: scale(0.9) rotateY(-360deg);
    transform: scale(0.9) rotateY(-360deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 55px;
}

.widget_card_page:hover .widget-icon {
    -webkit-transform: scale(1.2) rotateY(360deg);
    transform: scale(1.2) rotateY(360deg);
}

.widget-page-text h2 {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-top: 4px;
    padding: 7px 14px;
}

.widget_bg_blue .widget-icon,
.widget_bg_blue .widget-page-text h2 {
    background: #3582c6;
}

.widget_bg_dark_yellow .widget-icon,
.widget_bg_dark_yellow .widget-page-text h2 {
    background: #c97730;
}

.widget_bg_purple .widget-icon,
.widget_bg_purple .widget-page-text h2 {
    background: #bc5ae6;
}

.widget_bg_dark_red .widget-icon,
.widget_bg_dark_red .widget-page-text h2 {
    background: #d44d72;
}

.widget_bg_blue .widget-page-text h4 {
    color: #3582c6;
}

.widget_bg_dark_yellow .widget-page-text h4 {
    color: #c97730;
}

.widget_bg_purple .widget-page-text h4 {
    color: #bc5ae6;
}

.widget_bg_dark_red .widget-page-text h4 {
    color: #d44d72;
}

.widget_chart_analytics,
.widget_profits_analytics,
.widget_visitor_analytics {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70% 30%;
    grid-template-columns: 70% 30%;
}

#contactmodal .modal-footer,
#notesmodal .modal-footer,
.notes_sector p:last-child,
.widget_chart_analytics_left,
.widget_profits_analytics_left,
.widget_visitor_analytics_left {
    text-align: left;
}

.widget_chart_analytics_left>h3,
.widget_profits_analytics_left>h3,
.widget_visitor_analytics_left>h3 {
    font-size: 20px;
    position: relative;
    display: inline-block;
}

.widget_chart_analytics_left>h3:after,
.widget_profits_analytics_left>h3:after,
.widget_visitor_analytics_left>h3:after {
    background: #aaa;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 28px;
    width: 100%;
}

.widget_chart_analytics_left>h3:before,
.widget_profits_analytics_left>h3:before,
.widget_visitor_analytics_left>h3:before {
    height: 3px;
    top: 28px;
    width: 60%;
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
}

.widget_chart_analytics_left>h3:before {
    background: #926dde;
}

.widget_visitor_analytics_left>h3:before {
    background: #33cabb;
}

.widget_profits_analytics_left>h3:before {
    background: #f96868;
}

.widget_chart_analytics_right>p {
    background: #926dde;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 10px;
}

.widget_visitor_analytics_right>p {
    background: #33cabb;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 10px;
}

.widget_profits_analytics_right>p {
    background: #f96868;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 10px;
}

.add-product-form-group form .row:last-child p,
.add_contact_form form .row:last-child .col-md-6>p,
.all-notes-box>.row:last-child .single-notes.alert,
.button-page-box-content .row:last-child .single-button-item,
.chat-board-right .navbar,
.color-picker .row:last-child .form-group,
.create-page-left form p:last-child,
.date-picker .row:last-child .form-group,
.form-gender-valid .form-group.form-radio,
.form-group:last-child,
.form-validation-box form .row:last-child .form-group,
.gallery_no_marg,
.mail-sidebar>ul:last-child,
.page_progress_bar:last-child,
.pagination-example ul.pagination,
.panels-section .row:last-child .panel,
.post-body-img.sm-post-img:last-child,
.single-blank-page:last-child p:last-child,
.single-profile-bio p:last-child,
.single-profile-bio ul li:last-child,
.table-responsive,
.table-responsive table,
.toggle-switches-flex:last-child .form-group,
.top-label-exapmple .row:last-child .form-group,
.widget_card_page_body form p:last-child,
.widget_chart_analytics_right>p:last-child,
.widget_profits_analytics_right>p:last-child,
.widget_visitor_analytics_right>p:last-child,
ul.work_history>li:last-child {
    margin-bottom: 0;
}

.widget_chart_analytics_left>h2,
.widget_profits_analytics_left>h2,
.widget_visitor_analytics_left>h2 {
    font-size: 26px;
    margin-top: 20px;
}

.widget_chart_analytics_bar,
.widget_profits_analytics_bar,
.widget_visitor_analytics_bar {
    margin-top: 10px;
    text-align: right;
}

.open>.dropdown-menu.profile-box {
    position: absolute;
}

.profile-box {
    position: relative;
    z-index: 1;
    background: #fff;
}

.profile-box.header_bg_blue:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 33%;
    background: #8362c7;
    z-index: -1;
}

.profile-box.header_bg_green:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 33%;
    background: #33cabb;
    z-index: -1;
}

.profile-box.header_bg_red:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 33%;
    background: #f96868;
    z-index: -1;
}

.widget_card_page.fb-profile-box:after,
.widget_card_page.linkedin-profile-box:after,
.widget_card_page.twitter-profile-box:after {
    position: absolute;
    height: 40%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
}

.profile-box.header_bg_blue .profile-widget-img img {
    border: 4px solid #c2afea;
}

.profile-box.header_bg_green .profile-widget-img img {
    border: 4px solid #abfdf5;
}

.profile-box.header_bg_red .profile-widget-img img {
    border: 4px solid #f5a9a9;
}

.profile-widget-info>h3 {
    display: inline-block;
    color: #333;
    font-size: 22px;
}

.advance-table,
.profile-widget-info,
.profile-widget-social {
    margin-top: 15px;
}

.profile-widget-info>p {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}

.pagination.separated-round li,
.pagination.separated>li,
.profile-widget-social ul li,
.social-connection li {
    display: inline-block;
    margin: 0 2px;
}

#invoice_statement .dataTables_paginate a,
.add-product-form-group form p,
.add_contact_form form .col-md-6>p,
.create-page-left form p,
.form-checkbox,
.form-group.form-radio,
.panels-section .row .col-md-4>p,
.single-notes-date,
.single-notes-title,
.widget_card_page_body form p,
.widget_heading>h3 {
    margin-bottom: 10px;
}

.profile-widget-social ul li a {
    font-size: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    color: #fff;
    border-radius: 5px;
}

.profile-box.header_bg_blue .profile-widget-social ul li a {
    background: #7652c1;
}

.profile-box.header_bg_blue .profile-widget-social ul li a:hover,
.profile-widget-social>a:hover,
.wall-action-right>a:hover {
    background: #5a37a2;
}

.profile-box.header_bg_green .profile-widget-social ul li a {
    background: #33cabb;
}

.profile-box.header_bg_green .profile-widget-social ul li a:hover {
    background: #26a79a;
}

.post_bg_red,
.profile-box.header_bg_red .profile-widget-social ul li a {
    background: #f96868;
}

.profile-box.header_bg_red .profile-widget-social ul li a:hover {
    background: #dd5050;
}

.social-profile-box {
    position: relative;
    z-index: 1;
    color: #fff;
}

.fb-profile-box {
    background: #3c5d9e;
}

.twitter-profile-box {
    background: #0f7fc4;
}

.linkedin-profile-box {
    background: #006ba3;
}

.widget_card_page.fb-profile-box:after {
    background: #4267b2;
}

.widget_card_page.twitter-profile-box:after {
    background: #1b95e0;
}

.widget_card_page.linkedin-profile-box:after {
    background: #0077b5;
}

.social-profile-widget-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20% 78%;
    grid-template-columns: 20% 78%;
}

.form-gender,
.social-profile-updates {
    -ms-grid-columns: 33.33% 33.33% 33.33%;
}

.social-profile-widget-info i {
    font-size: 30px;
    color: #fff;
    background: rgba(30, 31, 31, 0.23);
    width: 60px;
    border-radius: 50%;
    height: 60px;
    line-height: 60px;
}

.social-profile-widget-info h3 {
    color: #fff;
    text-align: left;
    margin-left: 15px;
    margin-top: 20px;
}

.social-profile-widget-img img {
    border-radius: 50%;
    border: 4px solid #fff;
}

.social-profile-updates {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    margin-top: 20px;
}

.single-social-update h4 {
    font-size: 25px;
}

.single-social-update p {
    font-size: 15px;
    margin-top: 5px;
}

.single-social-update {
    border-right: 1px solid #7487af;
}

.single-social-update:last-child {
    border-right: 0px solid #7487af;
}

.social-profile-box>a {
    display: inline-block;
    padding: 4px 24px;
    margin-top: 15px;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
}

.fb-profile-box>a {
    color: #3c5d9e;
}

.twitter-profile-box>a {
    color: #1b95e0;
}

.linkedin-profile-box>a {
    color: #0077b5;
}

.widget_heading>h3 {
    text-align: left;
    font-size: 20px;
    color: #333;
}

.widget_card_page_body form {
    text-align: left;
    margin-top: 10px;
}

.widget_card_page_body form input {
    width: 100%;
    border: 1px solid #ededed;
    padding: 5px 10px;
    color: #212121;
    height: 40px;
}

.widget_card_page_body form textarea {
    width: 100%;
    border: 1px solid #ededed;
    padding: 5px 10px;
    color: #333;
    height: 110px;
}

.panel-heading,
.widget_card_page_body form button {
    font-size: 15px;
    font-weight: 500;
}

.widget_card_page_footer h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.widget_card_page_footer p.price {
    font-size: 15px;
    font-weight: 600;
}

.earning_chart,
.input-form-mask label,
.label-left label,
.modal-example>button,
.sale_product img,
.tab-content {
    margin-top: 10px;
}

.latest_post_widget_box {
    text-align: left;
    margin-top: 30px;
}

.chat-box-inner .chat-list,
.latest_post_widget {
    padding: 20px;
}

.mail-editor,
.notes_sector,
.progress-list {
    padding: 10px;
}

.latest_post_widget h3 {
    font-size: 17px;
    line-height: 23px;
    margin-top: 15px;
    color: #fff;
}

.latest_post_widget>p {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.post_action>p {
    color: rgba(255, 255, 255, 0.5);
    border-top: 1px solid #eee;
    padding-top: 5px;
    font-size: 14px;
}

.post_action {
    margin: 30px 0;
    text-align: right;
    clear: both;
}

.post_action>p a {
    font-style: italic;
}

.post_bg_purple {
    background: #926dde;
}

.post_bg_blue {
    background: #1b95e0;
}

.notes_sector input {
    border: 1px solid #ddd;
    padding: 5px 10px;
    width: 100%;
    color: #212121;
}

.mail-editor p,
.notes_sector p,
.profile-rating {
    margin: 10px 0;
}

.notes_create {
    background: -webkit-linear-gradient(top, #f0f0f0 0, #fff 5%);
    background: linear-gradient(to top, #f0f0f0 0, #fff 5%);
    -ms-background-size: 100% 32px;
    background-size: 100% 32px;
    position: relative;
}

.notes_sector form p textarea {
    border: 1px solid #ddd;
    min-height: 180px;
    max-height: 180px;
    padding: 5px 10px 5px 40px;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    background: 0 0;
    line-height: 22px;
    color: #333;
}

.notes_create:before {
    background: #f9d3d3;
    content: "";
    height: 96%;
    left: 35px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
}

.notes_create:after {
    background: #f9d3d3;
    content: "";
    height: 96%;
    left: 33px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
}

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

.add-product-form-group form p input,
.add-product-form-group input,
.add_contact_form form p input,
.create-page-left input,
.mail-editor input {
    border: 1px solid #ddd;
    color: #212121;
    padding: 5px 10px;
    width: 100%;
}

.note-editor.note-frame,
.timeline-post-body.article_post .post-body-img {
    border: 1px solid #ddd;
}

.create-page-left .note-editable,
.mail-editor .note-editable {
    height: 255px;
}

.mail-editor .note-editor {
    margin-bottom: 10px !important;
}

.note-popover .popover-content,
.panel-heading.note-toolbar {
    background: #eee !important;
}

.accordian-example>h3,
.blank-page-example-heading>h3,
.breadcrumb-example>h3,
.carousel-example>h3,
.chart-example>h3,
.datatables-example-heading>h3,
.font-box>h3,
.form-example>h3,
.modal-example>h3,
.pagination-example>h3,
.progressbar-example>h3,
.sweetalerts-example>h3,
.tabs-example>h3 {
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sparkline-charts {
    background: #252525;
    color: #fff;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}

.no_pad_left>.sparkline-charts {
    background: rgba(7, 150, 142, 0.81);
}

.sparkline-charts-left {
    float: left;
    text-align: center;
    width: 50%;
}

.dataTables_info,
.dataTables_length {
    float: left !important;
}

.chat-about,
.sparkline-charts-right {
    margin-top: 10px;
    overflow: hidden;
}

.sparkline-charts-left>p {
    font-size: 14px;
}

.morris-hover.morris-default-style {
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(230, 230, 230, 0.8);
    border-radius: 10px;
    color: #666;
    font-family: sans-serif;
    font-size: 12px;
    padding: 6px;
    text-align: center;
}

.dataTables_paginate>ul.pagination>li.paginate_button.active>a,
.paginate_button.current {
    background: #ee8042 !important;
    color: #fff !important;
    cursor: not-allowed !important;
}

.morris-hover {
    position: absolute;
    z-index: 1000;
}

#sales_chart {
    height: 370px;
}

.earning_chart li {
    display: inline-block;
    margin: 0 20px;
}

.earning_chart li h4 {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.breadcrumb-example-heading,
.button-page-box-heading,
.pagination-example-heading,
.table-example-heading,
.tooltip-example-heading {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.breadcrumb-example-heading>h3,
.pagination-example-heading>h3,
.table-example-heading>h3,
.tooltip-example-heading>h3 {
    color: #333;
    margin-bottom: 5px;
    font-size: 20px;
}

.table-hover tbody tr:hover,
.table-striped tbody tr:nth-of-type(odd),
.thead-default th {
    background-color: #f9f9f9;
}

.dataTables_paginate a,
.dataTables_paginate>ul.pagination>li.paginate_button>a {
    background: #eee !important;
    cursor: pointer !important;
    height: 30px !important;
    margin-right: 0 !important;
    margin-top: 10px !important;
    text-align: center !important;
    width: 30px !important;
    display: inline-block !important;
    color: #333 !important;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de" !important;
    cursor: pointer !important;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd" !important;
    cursor: pointer !important;
}

table.dataTable thead .sorting:after {
    content: "\f0dc" !important;
    cursor: pointer !important;
    color: #333 !important;
}

.toggle-slide .toggle-off.active,
.toggle-slide .toggle-on.active,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    opacity: 1;
}

.table>thead>tr>th {
    border-bottom: 0 solid #ddd;
    font-weight: 500;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}

.table tfoot>tr>td,
.table tfoot>tr>th,
.table thead>tr>td,
.table thead>tr>th {
    border-top: 0;
    background-color: #dee2e6;
    color: #343a40;
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}

#invoice_statement .table {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.dataTables_paginate a {
    line-height: 30px !important;
}

.bootstrap-select>button,
.nav.navbar-nav.pull-right.custom-menu>li>a:focus,
.nav.navbar-nav.pull-right.custom-menu>li>a:hover {
    background: 0 0 !important;
}

#invoice_statement .dataTables_paginate a:last-child {
    margin-right: 10px !important;
}

.dataTables_paginate>ul.pagination>li.paginate_button>a {
    line-height: 20px !important;
}

.dataTables_paginate>ul.pagination>li.paginate_button>a:hover {
    border-color: #eee !important;
}

.dataTables_paginate>ul.pagination>li.paginate_button.active>a {
    border-color: #ee8042 !important;
}

.dataTables_paginate {
    text-align: right !important;
    color: #333 !important;
}

.chat-time,
.label,
.lockscreen-seipkon-logo,
.page-table-info,
.product-action,
.product-action a,
.product-info,
.product-upload-image {
    text-align: center;
}

.dataTables_info {
    display: inline-block !important;
    margin-left: 0 !important;
    margin-top: 15px !important;
    color: #333 !important;
}

#invoice_statement .dataTables_info {
    margin-left: 10px !important;
}

.dataTables_filter {
    float: right !important;
}

.dataTables_length select {
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    margin: 0 5px !important;
    font-weight: 400 !important;
    padding: 5px !important;
    width: auto !important;
}

.dataTables_filter input {
    border: 1px solid #aaa !important;
    border-radius: 15px !important;
    margin-left: 10px !important;
    padding: 3px 10px !important;
    box-shadow: 0 0 0 !important;
}

.dataTables_filter input:focus {
    outline: 0 !important;
    border-color: #aaa !important;
    box-shadow: 0 0 0 !important;
}

.dataTables_filter>label,
.dataTables_length>label {
    color: #333 !important;
    font-weight: 500 !important;
}

table td img {
    width: 50px;
}

table#employee-list,
table#product-order {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

table.dataTable {
    margin: 0 !important;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fafafa;
}

.advance-table table {
    margin-top: 5px !important;
}

button.btn.btn-default.datatable-btn {
    color: #333 !important;
    border: 1px solid #aaa !important;
    background: 0 0 !important;
    font-size: 13px;
    padding: 2px 10px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
    padding-left: 10px;
}

.jvectormap-label {
    position: absolute;
    display: none;
    border: 1px solid #33414e;
    border-radius: 3px;
    background: #33414e;
    color: #fff;
    font-size: smaller;
    padding: 3px;
    z-index: 15;
    opacity: 0.9;
}

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

.daterangepicker {
    padding: 5px !important;
}

.accordian-example .panel-group,
.breadcrumb-example nav:last-child ol.breadcrumb,
.daterangepicker>.calendar,
.form-gender .form-group.form-radio,
.list-group,
.mail-inbox-header ul li .inbox-checkbox label,
.mail-view-header-right button>i,
ul.work_history>li>p {
    margin: 0;
}

.calendar-table {
    padding: 0 !important;
}

.btn,
.label {
    padding: 5px 10px;
}

.daterangepicker .calendar-table thead tr:first-child {
    background: #0fc5bb;
    color: #fff;
}

.daterangepicker .calendar-table thead tr {
    color: #2c2c2c;
    font-weight: 500;
    font-size: 13px;
}

.daterangepicker .calendar-table tbody tr {
    color: #333;
    font-weight: 400;
    font-size: 12px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #242a33;
}

.custom-file-label,
.custom-file-label:after,
.daterangepicker td,
.daterangepicker th,
.list-group-item:first-child,
.list-group-item:last-child,
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span,
.panel,
.panel-heading {
    border-radius: 0;
}

.daterangepicker th.available:hover {
    background-color: #242a33;
    color: #fff;
}

.daterange_btn span,
.wizard>.actions>ul>li {
    float: left;
}

.daterange_btn>button>i {
    float: right;
    margin-top: 2px;
}

.ranges li {
    color: #3d5658;
}

.label {
    font-weight: 500;
    color: #fff;
    border-radius: 0.25em;
    vertical-align: baseline;
}

.btn-success,
.label-success,
.progress-bar-success,
.seipkon-btn-success {
    background-color: #ee8042;
}

.btn-danger,
.label-danger,
.progress-bar-danger,
.seipkon-btn-danger {
    background-color: #e73c38;
}

.btn-primary,
.label-primary,
.progress-bar-primary,
.seipkon-btn-primary {
    background-color: #ab8ce4;
}

.btn-default,
.label-default,
.seipkon-btn-default {
    background-color: #d2d6de;
    color: #333 !important;
}

.btn-info,
.label-info,
.progress-bar-info,
.seipkon-btn-info {
    background-color: #03a9f3;
}

.btn-warning,
.label-warning,
.progress-bar-warning,
.seipkon-btn-warning {
    background-color: #fa9a2a;
}

.btn {
    border: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.btn-lg {
    padding: 8px 14px;
    font-size: 16px;
}

.btn-sm {
    padding: 4px 8px;
    font-size: 14px;
}

.btn-xs {
    font-size: 12px;
    padding: 0 5px;
}

.btn-info:focus,
.btn-info:hover,
.seipkon-btn-info:hover {
    background-color: #0487c1 !important;
}

.btn-success:focus,
.btn-success:hover,
.seipkon-btn-success:hover {
    background: #14beb5 !important;
}

.btn-danger:focus,
.btn-danger:hover,
.seipkon-btn-danger:hover {
    background: #be231f !important;
}

.btn-primary:focus,
.btn-primary:hover,
.seipkon-btn-primary:hover {
    background: #8663c6 !important;
}

.btn-default:focus,
.btn-default:hover,
.seipkon-btn-default:hover {
    background: #acb2be !important;
}

.btn-warning:focus,
.btn-warning:hover,
.seipkon-btn-warning:hover {
    background: #e08720 !important;
}

.btn-bordered-success,
.label-bordered-success,
.seipkon-btn-bordered-success {
    border: 1px solid #ee8042;
    color: #ee8042;
    background: 0 0;
}

.btn-bordered-danger,
.label-bordered-danger,
.seipkon-btn-bordered-danger {
    border: 1px solid #e73c38;
    color: #e73c38;
    background: 0 0;
}

.btn-bordered-primary,
.label-bordered-primary,
.seipkon-btn-bordered-primary {
    border: 1px solid #ab8ce4;
    color: #ab8ce4;
    background: 0 0;
}

.btn-bordered-default,
.label-bordered-default,
.seipkon-btn-bordered-default {
    color: #333 !important;
    border: 1px solid #d2d6de;
    background: 0 0;
}

.btn-bordered-info,
.label-bordered-info,
.seipkon-btn-bordered-info {
    border: 1px solid #03a9f3;
    color: #03a9f3;
    background: 0 0;
}

.btn-bordered-warning,
.label-bordered-warning,
.seipkon-btn-bordered-warning {
    border: 1px solid #fa9a2a;
    color: #fa9a2a;
    background: 0 0;
}

.bs-icon ul li:hover,
.btn-bordered-success:hover,
.label-bordered-success:hover,
.seipkon-btn-bordered-success:hover {
    background: #14beb5;
    color: #fff;
}

.btn-bordered-danger:hover,
.label-bordered-danger:hover,
.seipkon-btn-bordered-danger:hover {
    background: #be2a27;
    color: #fff;
}

.btn-bordered-primary:hover,
.label-bordered-primary:hover,
.seipkon-btn-bordered-primary:hover {
    background: #ab8ce4;
    color: #fff;
}

.btn-bordered-default:hover,
.label-bordered-default:hover,
.seipkon-btn-bordered-default:hover {
    color: #333 !important;
    background: #d2d6de;
}

.btn-bordered-info:hover,
.label-bordered-info:hover,
.seipkon-btn-bordered-info:hover {
    background: #03a9f3;
    color: #fff;
}

.btn-bordered-warning:hover,
.label-bordered-warning:hover,
.seipkon-btn-bordered-warning:hover {
    background: #fa9a2a;
    color: #fff;
}

.btn-rounded,
.label-rounded,
.seipkon-btn-rounded {
    border-radius: 50px;
}

.add-contact-lebel a i,
.add-product-form-group form .row:last-child p button,
.create-notes-btn a i,
.mail-inbox-header .col-md-4 span,
.product-upload p i,
.single-font-item i,
.timeline-post-like-share>a i,
button.btn>i {
    margin-right: 5px;
}

.button-page-box-heading>h4,
.invoice-note h4 {
    color: #333;
    margin-bottom: 5px;
}

.single-button-item .btn-group-vertical button {
    border-radius: 0 !important;
}

.all-notes-box,
.form-validation-box,
.mail-read-action-btn,
.single-button-item,
.wizard .content.clearfix {
    margin-top: 20px;
}

.button-page-box-content .row:first-child .single-button-item,
.employee-right>.tab-content,
.mail-editor.compose-page form p:first-child,
.mail-sidebar ul li:first-child,
.mail-sidebar>ul:first-child,
.single-blank-page:first-child {
    margin-top: 0;
}

.single-button-item>p {
    margin-top: 5px;
}

.note-btn-group .btn {
    background: 0 0;
    border: 1px solid #ddd;
    color: #333 !important;
    line-height: 20px;
    padding: 5px;
}

.note-btn-group .btn:hover {
    background-color: #eee !important;
}

.single-product {
    margin-top: 30px;
    background: #fff;
    padding: 10px;
}

.product-image,
.product-upload {
    overflow: hidden;
    position: relative;
}

.product-image img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
}

.single-product:hover .product-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-info h3 {
    color: #333;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-info {
    padding-top: 10px;
}

.product-info h4.price {
    display: inline-block;
    color: #00c292;
    font-weight: 600;
    font-size: 22px;
}

.product-action {
    margin-top: 10px;
    position: absolute;
    bottom: -60px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-action a i {
    margin-right: 3px;
}

.single-product:hover .product-image .product-action {
    visibility: visible;
    opacity: 1;
    bottom: 22px;
}

.product-action a {
    width: 40%;
    margin: 0 3px;
}

.pro-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.51);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.bootstrap-select>button {
    border: 1px solid #ddd !important;
    color: #333 !important;
    padding: 5px 10px !important;
    width: 100% !important;
}

.add-product-form-group form p textarea {
    border: 1px solid #ddd;
    height: 120px;
    padding: 5px 10px;
    width: 100%;
    color: #333;
}

.add-product-form-group h3,
.add-product-image-upload h3 {
    color: #333;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.add-product-form-group>form,
.add-product-image-upload>form,
.error-page-form,
.login-form-box form,
.profile-right,
.progressbar_page .row:last-child .progressbar-example,
.single-blank-page,
.single-profile-bio,
.step-wizard-payment {
    margin-top: 30px;
}

.product-upload-action {
    margin-top: 30px;
    text-align: center;
}

.product-upload-action button,
.profile-widget-social>a>i {
    margin-left: 5px;
}

.attach-icon>input[type="file"],
.product-upload>input[type="file"] {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#product-order td a {
    margin: 0 6px;
}

.product-table-info {
    color: #20b1f2;
}

.page-table-danger,
.product-table-danger {
    color: #f53a3a;
}

#page-list tr th {
    border-bottom: 1px solid #ddd;
}

#page-list td a {
    margin: 0 4px;
}

.page-table-info {
    color: #111;
    background: #ccc;
    border-radius: 7px;
    width: 30px;
    height: 30px;
    display: block;
    vertical-align: middle;
    padding-top: 7px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label,
.page-table-success {
    color: #ee8042;
}

.color-picker .form-group,
.create-page-right form>p,
.date-picker .form-group,
.form-validation-box form .row .form-group,
.top-label-exapmple .form-group,
ul.work_history>li {
    margin-bottom: 15px;
}

.page-img-upload label span {
    color: #666;
    font-style: italic;
    font-weight: 400;
}

.page-img-upload>img {
    background: #ddd;
    padding: 10px;
    margin-bottom: 10px;
}

.chat-search-form {
    background: #f9f9f9;
    padding: 20px;
}

.chat-search-form>form {
    border: 1px solid #ddd;
    height: 40px;
    position: relative;
    width: 100%;
}

.chat-search-form form input {
    border: none;
    color: #212121;
    height: 100%;
    left: 0;
    padding: 5px 65px 5px 10px;
    position: absolute;
    width: 100%;
}

.attach-icon,
.chat-list,
.invoice-box,
.message-bar,
.message-text-area form,
.single-notes,
.table,
.wrapper,
a.active-view-icon {
    position: relative;
}

.chat-list-body ul.chat-list li a {
    padding: 10px;
    border-bottom: 1px solid rgba(97, 106, 120, 0.07);
    display: block;
}

.chat-avatar-img {
    float: left;
    margin-right: 10px;
    width: 50px;
}

.chat-avatar-img>img,
.chat-img img,
.chat-user-img img {
    border-radius: 50%;
    width: 100%;
}

.chat-list-body ul {
    height: 360px;
    margin-top: 20px;
}

.online {
    color: #16d39a;
}

.away {
    color: #faa64b;
}

.busy {
    color: #ef5350;
}

.chat-board-right {
    background-color: #f2f7fb;
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.chat-board-header {
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 10px 15px;
}

.user-img,
ol.custom-breadcrumb>li {
    display: inline-block;
    position: relative;
}

.chat-user-img {
    width: 50px;
    margin-right: 10px;
}

.user-info h4 {
    color: #333;
    font-size: 15px;
}

.user-info,
.wall-action-left ul {
    margin-top: 7px;
}

.nav.navbar-nav.pull-right.custom-menu>li>a {
    font-size: 18px;
    color: #ee8042;
}

.nav.navbar-nav.pull-right.custom-menu>li>ul {
    left: auto;
    right: 0;
}

.chat-box-inner .chat-list li {
    list-style: none;
    margin-top: 30px;
}

.chat-img {
    display: inline-block;
    vertical-align: top;
    width: 45px;
}

.chat-content {
    display: inline-block;
    padding-left: 15px;
    width: calc(100% - 220px);
}

.chat-text {
    background: #fff;
    color: #333;
    padding: 10px;
    border-radius: 10px;
}

.chat-list-right .chat-text {
    text-align: left;
    background: #ee8042;
    color: #fff;
}

.chat-box-inner>ul {
    height: 320px;
}

.message-bar,
.message-text-area form {
    height: 44px;
    display: table;
    width: 100%;
}

.attach-icon {
    display: table-cell;
    overflow: hidden;
    text-align: right;
    vertical-align: middle;
    width: 30px;
}

.attach-icon p i {
    margin-right: 5px;
    font-size: 22px;
    margin-top: 7px;
}

.chat-footer {
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 10px;
}

.message-bar .message-bar-inner {
    display: table-row;
    height: 100%;
    padding: 0 8px;
    width: 100%;
}

.message-bar .message-text-area {
    display: table-cell;
}

.message-text-area form {
    border-collapse: separate;
}

.message-text-area form textarea {
    background-color: #fff;
    box-shadow: none;
    color: #333;
    border: none;
    display: block;
    height: 100%;
    margin: 0;
    padding: 6px 12px;
    position: absolute;
    resize: none;
    width: 93%;
}

.message-text-area button {
    color: #ee8042;
    background: 0 0;
    border: none;
    font-size: 19px;
    height: 100%;
    position: absolute;
    right: 0;
    width: 7%;
}

#contactmodal,
#notesmodal {
    top: 10%;
}

.single-notes-head a.notes-close {
    background-color: #e01c12;
    border-color: #b30000;
    border-radius: 50%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3),
        0 -1px 2px -1px rgba(0, 0, 0, 0.5) inset,
        0 1px 2px 1px rgba(255, 255, 255, 0.3) inset;
    color: #fff;
    display: inline-block;
    font-weight: bolder;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 5px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3);
    top: 7px;
    width: 36px;
    z-index: 99;
}

.single-notes-body {
    background: #000;
    padding: 30px 20px;
    box-shadow: 5px 5px 10px -2px rgba(33, 33, 33, 0.3);
    color: #444;
}

.mail-read-box,
.mail-sidebar,
.total-group-employee {
    background: #f4f6f9;
}

.single-notes {
    padding: 0;
    margin-bottom: 30px;
}

.all-notes-box .row .col-md-3 .single-notes-body,
.all-notes-box .row .col-md-3:nth-child(4n) .single-notes-body,
.all-notes-box .row:nth-child(2n) .col-md-3:nth-child(2n) .single-notes-body,
.all-notes-box .row:nth-child(2n) .col-md-3:nth-child(4n) .single-notes-body {
    background: #fffd75;
}

.all-notes-box .row .col-md-3:nth-child(2n) .single-notes-body,
.all-notes-box .row:nth-child(2n) .col-md-3:nth-child(3n) .single-notes-body,
.all-notes-box .row:nth-child(3n) .col-md-3 .single-notes-body,
.all-notes-box .row:nth-child(3n) .col-md-3:nth-child(3n) .single-notes-body,
.all-notes-box .row:nth-child(3n) .col-md-3:nth-child(4n) .single-notes-body {
    background: #faaaca;
}

.all-notes-box .row .col-md-3:nth-child(3n) .single-notes-body,
.all-notes-box .row:nth-child(2n) .col-md-3 .single-notes-body,
.all-notes-box .row:nth-child(3n) .col-md-3:nth-child(2n) .single-notes-body {
    background: #69f098;
}

.single-notes-title>h3 {
    font-size: 21px;
}

.total-group-employee>h3 {
    border-bottom: 1px solid #fff;
    color: #333;
    font-size: 17px;
    margin: 0 10px;
    padding: 15px 10px;
}

.form-group.form-radio img,
.total-group-employee span {
    float: right;
}

.total-group-employee ul {
    border-bottom: 0 solid #ddd;
    margin-top: 10px;
}

.mail-sidebar ul li a,
.total-group-employee ul li a {
    border-color: currentcolor currentcolor currentcolor transparent;
    font-weight: 400;
    position: relative;
    color: #333;
}

.mail-sidebar ul li,
.total-group-employee ul li {
    display: block;
    float: none;
    margin: 2px 0;
}

.total-group-employee ul li a {
    border-style: none none none solid;
    border-width: 0 0 0 3px;
    border-radius: 0;
    margin: 0;
}

.total-group-employee ul li a:hover,
.total-group-employee ul li.active>a:focus,
.total-group-employee ul li.active>a:hover {
    background-color: #fff !important;
    border-color: currentcolor currentcolor currentcolor #14beb5;
    border-style: none none none solid;
    border-width: 0 0 0 3px;
    color: #14beb5;
}

.mail-sidebar ul li.active>a,
.total-group-employee ul li.active>a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor currentcolor #14beb5;
    -o-border-image: none;
    border-image: none;
    border-radius: 0;
    border-style: none none none solid;
    border-width: medium medium medium 3px;
    color: #14beb5;
}

.mail-sidebar ul li a,
.mail-sidebar ul li a:hover {
    border-style: none none none solid;
    border-width: 0 0 0 3px;
}

.total-group-employee ul li.active a:after {
    color: #14beb5;
    content: "";
    font-family: fontawesome;
    font-size: 23px;
    left: -1px;
    position: absolute;
    top: 4px;
}

.total-group-employee ul li a:before {
    color: #14beb5;
    content: "";
    font-family: fontawesome;
    font-size: 23px;
    left: -1px;
    position: absolute;
    top: 4px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
}

.mail-sidebar ul li a:before,
.mail-sidebar ul li.active a:after {
    content: "";
    font-size: 23px;
    left: -1px;
    top: 11px;
    color: #14beb5;
    position: absolute;
}

.add-contact-lebel a {
    display: block;
    margin-top: 20px;
}

.contact-list-table td img {
    border-radius: 50%;
    margin-right: 10px;
}

.contact-list-table td a {
    font-size: 14px;
}

.contact-list-table td a i,
.form-layout-submit button {
    margin: 0 2px;
}

.attachment-action>span,
.mailbox-left a {
    display: block;
}

.mail-sidebar>ul,
.page_progress_bar {
    margin: 20px 0;
}

.mail-sidebar {
    margin-top: 20px;
    border: 1px solid #f4f6f9;
}

.mail-sidebar ul li a {
    border-radius: 0;
    margin: 0;
    padding: 10px 15px;
}

.mail-sidebar ul li a>i {
    color: #444;
    margin-right: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.mail-sidebar ul li.active a:after {
    font-family: fontawesome;
}

.mail-sidebar ul li.active a {
    background-color: #fff;
}

.mail-sidebar ul li a:before {
    font-family: fontawesome;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    visibility: hidden;
}

.full-width-breadcrumb-list ol>li+li:before,
ol.custom-breadcrumb>li+li:before {
    content: "";
    font-family: fontawesome;
    font-style: normal;
    font-weight: 400;
    margin: 0 10px 0 8px;
    vertical-align: top;
}

.mail-sidebar ul li a:hover {
    background-color: #fff;
    border-color: currentcolor currentcolor currentcolor #14beb5;
    color: #14beb5;
}

.mail-sidebar ul li a:hover i,
.mail-sidebar ul li.active a i {
    color: #14beb5;
}

.mail-sidebar>h4 {
    color: #333;
    font-size: 18px;
    margin-left: 10px;
}

.circle-badge {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}

.circle-badge.red {
    background: #d43838;
}

.circle-badge.green {
    background: #28d096;
}

.circle-badge.blue {
    background: #1979cc;
}

.mail-editor.compose-page {
    padding: 0;
}

.mail-editor.compose-page form p:last-child button {
    margin-right: 5px;
    margin-top: 15px;
}

.form-group.form-radio input[type="radio"]+.control-label:empty:before,
.mail-attachment li:last-child,
.mail-editor.compose-page form p:last-child button:last-child,
.step-wizard .steps>ul li:last-child {
    margin-right: 0;
}

.mail-inbox-header button i {
    margin: 0;
    text-align: center;
}

.mail-inbox-content {
    background: #f4f6f9;
    margin-top: 20px;
}

.inbox-checkbox,
.modal-content {
    background-color: #fff;
    position: relative;
}

.mail-inbox-content table tr {
    border-bottom: 1px solid #ededed;
    cursor: pointer;
}

.mail-inbox-content table tr:hover {
    background: rgba(0, 0, 0, 0.075);
}

.mail-inbox-content table td .fa-star,
.mail-inbox-content table td .starred.fa-star {
    color: #ffd200;
}

.inbox-checkbox {
    display: inline-block;
    height: 23px;
    top: 3px;
    width: 27px;
    cursor: pointer;
}

.mail-read-pro-img,
.timeline-header {
    display: -webkit-box;
    display: -ms-flexbox;
}

.inbox-checkbox label {
    display: block;
    height: 16px;
    position: relative;
    width: 20px;
    cursor: pointer;
}

.mail-inbox-header ul li .inbox-checkbox {
    background: 0 0;
    height: 16px;
    top: 4px;
    width: 20px;
}

.mail-inbox-header ul li .inbox-checkbox label:after {
    left: 2px;
    margin: 0;
    top: 8px;
}

.inbox-checkbox label:after {
    border-right: 4px solid #ccc;
    border-top: 4px solid #ccc;
    content: "";
    display: block;
    height: 15px;
    left: 5px;
    position: absolute;
    top: 12px;
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    width: 9px;
}

.inbox-checkbox label:hover:after {
    border-color: #acd0d0;
}

.inbox-checkbox input:checked+label:after {
    -webkit-animation: 0.8s check;
    animation: 0.8s check;
    border-color: #14beb5;
}

.mail-inbox-header ul li .inbox-checkbox input:checked+label:after {
    -webkit-animation: 0.8s check;
    animation: 0.8s check;
    border-color: #fff;
}

.checkbox-alt.checkbox-alt label:hover:after,
.inbox-checkbox.checkbox-alt label:hover:after {
    -webkit-animation: 0.8s infinite check;
    animation: 0.8s infinite check;
}

.checkbox-alt.checkbox-alt input:checked+label:after,
.inbox-checkbox.checkbox-alt input:checked+label:after {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 10px;
    }

    50% {
        height: 20px;
        width: 10px;
    }
}

@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 10px;
    }

    50% {
        height: 20px;
        width: 10px;
    }
}

.mail-view-header {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.mail-view-header-left>h3 {
    color: #333;
    font-size: 19px;
    margin-bottom: 20px;
}

.mail-read-pro-img {
    display: flex;
}

.mail-read-pro-img>img {
    border-radius: 10px;
    height: 50px;
    margin-right: 10px;
    width: 50px;
}

.mail-read-content {
    padding: 10px;
    color: #444;
}

.sender-addr {
    color: #333;
    font-weight: 500;
    font-size: 15px;
}

.mail-read-content>p,
.single-blank-page>p {
    margin: 0 0 10px;
}

.mail-attachment {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding: 10px 0;
}

.mail-attachment li {
    border: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 20px;
    width: 150px;
}

.mail-attachment>p {
    font-size: 16px;
}

.attachment-icon .attachment-prev {
    color: #67757c;
    font-size: 36px;
    line-height: 90px;
    text-align: center;
}

.attachment-action {
    border-top: 1px solid #ddd;
    padding: 5px;
}

.attachment-box {
    background: #fff;
    position: relative;
}

.attachment-action>a:hover {
    color: #3592d6;
}

.attachment-prev {
    min-height: 90px;
}

.gallery_item,
.panels-section .row .panel {
    margin-bottom: 30px;
}

.panel-default {
    border-color: #ddd;
}

.has-success .form-control,
.panel-success {
    border-color: #ee8042;
}

.panel-info {
    border-color: #03a9f3;
}

.panel-primary {
    border-color: #ab8ce4;
}

.has-warning .form-control,
.panel-warning {
    border-color: #fa9a2a;
}

.panel-danger {
    border-color: #e73c38;
}

.panel-default>.panel-heading {
    background-color: transparent !important;
    border-color: #ddd;
    color: #333;
}

.panel-success>.panel-heading {
    background-color: #ee8042;
    border-color: #ee8042;
    color: #fff;
}

.panel-info>.panel-heading {
    background-color: #03a9f3;
    border-color: #03a9f3;
    color: #fff;
}

.panel-primary>.panel-heading {
    background-color: #ab8ce4;
    border-color: #ab8ce4;
    color: #fff;
}

.panel-warning>.panel-heading {
    background-color: #fa9a2a;
    border-color: #fa9a2a;
    color: #fff;
}

.panel-danger>.panel-heading {
    background-color: #e73c38;
    border-color: #e73c38;
    color: #fff;
}

.single-font-item {
    border: 1px solid #ddd;
    color: #333;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    margin-top: 10px;
    overflow: hidden;
    padding: 10px;
}

.single-font-item:hover {
    border: 1px solid #14beb5;
    background: #14beb5;
    color: #fff;
}

.bs-icon ul li {
    background-color: #f9f9f9;
    border: 1px solid #fff;
    float: left;
    height: 115px;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    color: #333;
    font-size: 12px;
    width: 12.5%;
}

.bs-icon ul li .glyphicon {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.bs-icon ul li .glyphicon-class {
    display: block;
    overflow-wrap: break-word;
    text-align: center;
}

.modal-content {
    background-clip: padding-box;
    border-radius: 0;
    outline: 0;
    border-color: transparent;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.43);
}

.modal-default {
    background: #d2d6de;
}

.steps>ul li.current>a,
.steps>ul li>a>span.number,
.wizard>.actions>ul>li>a {
    background: #ee8042;
    color: #fff;
}

.modal-success {
    background: #ee8042;
}

.modal-info {
    background: #03a9f3;
}

.modal-primary {
    background: #ab8ce4;
}

.modal-warning {
    background: #fa9a2a;
}

.modal-danger {
    background: #e73c38;
}

.nav.nav-tabs {
    border: none;
}

#service_pro2>li,
#service_pro>li {
    margin: 2px;
}

.nav-tabs>li>a {
    border: 0;
}

.horizontal-tab-example .nav-tabs li.active>a:after {
    bottom: -22px;
    color: #000;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    left: 43%;
    position: absolute;
}

.horizontal-tab-example .nav-tabs li.active>a {
    background: #14beb5 !important;
    border-color: currentcolor currentcolor #000 !important;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 3px;
    color: #fff !important;
    font-weight: 500;
    margin: 0;
    position: relative;
}

.horizontal-tab-example #service_pro a {
    background: #f9f9f9;
    border-color: currentcolor currentcolor #f9f9f9;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 3px;
    color: #333;
    font-weight: 500;
    margin: 0;
    position: relative;
}

.vertical-tab-example #service_pro2 a,
.vertical-tab-example .nav-tabs li.active>a {
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    margin: 0;
    position: relative;
    font-weight: 500;
}

.nav-tabs>li.active>a[aria-expanded="false"]:before,
.nav-tabs>li.active>a[aria-expanded="true"]:before,
.nav-tabs>li>a[aria-expanded="false"]:before,
.nav-tabs>li>a[aria-expanded="true"]:before {
    display: none !important;
}

.vertical-tab-example ul li {
    float: none;
    text-align: center;
}

.vertical-tab-example .nav-tabs li.active>a {
    background: #14beb5 !important;
    border-right: 3px solid #000 !important;
    color: #fff !important;
}

.vertical-tab-example #service_pro2 a {
    background: #f9f9f9;
    border-right: 3px solid #f9f9f9;
    color: #333;
}

.vertical-tab-example .nav-tabs li.active>a:after {
    color: #000;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    position: absolute;
    right: -10px;
    top: 1px;
}

.accordian-example .panel-heading {
    background: 0 0;
    padding: 0;
}

.accordian-example .panel-title>a {
    background: #14beb5;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}

.accordian-example .panel.panel-default {
    border: none;
    box-shadow: 0 0 0;
}

.list-group-item {
    padding: 8px 10px;
}

.accordian-example table thead th {
    border-bottom: 2px solid #ddd !important;
}

.accordian-example .panel-collapse {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor #ddd #ddd;
    -o-border-image: none;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}

.sweetalerts-example span {
    color: #555;
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
}

.sweetalerts-example img {
    cursor: pointer;
    width: 100%;
}

.progress-box {
    margin: 2px 0;
    overflow: hidden;
}

.progress,
.progress-box .progress {
    border-radius: 5px;
    height: 9px;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 0 0;
}

.progress-bar,
.toggle-light .toggle-off,
.toggle-light .toggle-on,
.toggle-light .toggle-slide,
.toggle-modern .toggle-off,
.toggle-modern .toggle-on,
.widget_card_page.profile-box.header_bg_blue {
    box-shadow: 0 0 0;
}

.profile-left,
.profile-wall-share,
.single-profile-list {
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
}

.progress-size {
    float: right;
    color: #111;
}

.progress-title {
    float: left;
    margin-bottom: 5px;
    color: #111;
}

.progress-bar-default {
    background-color: #d2d6de;
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,
            rgba(255, 255, 255, 0.21) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.21) 50%,
            rgba(255, 255, 255, 0.21) 75%,
            transparent 75%,
            transparent);
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.21) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.21) 50%,
            rgba(255, 255, 255, 0.21) 75%,
            transparent 75%,
            transparent);
    background-size: 20px 20px;
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripess;
    animation: 1s linear infinite progress-bar-stripes;
}

ol.breadcrumb {
    background: 0 0;
    border: 1px solid #f3f3f3;
    border-radius: 0;
}

.pagination.flat a,
.pagination.flat-round a {
    border: none;
    color: #8d68d3;
}

ol.breadcrumb a {
    color: #5481fa;
}

ol.breadcrumb li {
    color: #333 !important;
}

ol.custom-breadcrumb {
    background: #03a9f3;
    color: #fff;
    margin-bottom: 3px;
    padding: 10px 15px;
}

ol.custom-breadcrumb>li+li:before {
    color: #fff;
    display: inline-block;
    font-size: 15px;
}

ol.custom-breadcrumb>li a {
    text-decoration: underline;
}

.full-width-breadcrumb {
    display: grid;
    grid-template-columns: 50% 50%;
}

.full-width-breadcrumb-heading>h3 {
    color: #333;
    font-size: 22px;
    margin: 10px 0;
}

.full-width-breadcrumb-heading>h3>i {
    color: #03a9f3;
    margin-right: 5px;
}

.full-width-breadcrumb-list ol {
    background: 0 0;
    text-align: right;
    margin-bottom: 0;
    padding-bottom: 0;
}

.full-width-breadcrumb-list ol>li>a {
    color: #03a9f3;
}

.full-width-breadcrumb-list ol>li+li:before {
    color: #333;
    display: inline-block;
    font-size: 15px;
}

.pagination>li>a,
.pagination>li>span {
    border: 1px solid #f3f3f3;
}

.pagination>li>a,
.pagination>li>a>i {
    font-size: 14px;
    color: #03a9f3;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.pagination>li.active>a,
.pagination>li>a:hover {
    background: #03a9f3;
    color: #fff;
    border-color: #03a9f3;
}

.pagination.separated-round li.active>a,
.pagination.separated-round li>a:hover,
.pagination.separated>li a:hover,
.pagination.separated>li.active a {
    background: #fa9a2a;
    border-color: #fa9a2a;
    color: #fff;
}

.pagination.flat li.active>a,
.pagination.flat-round li.active>a {
    background: #8d68d3;
}

.pagination.flat li a i,
.pagination.flat-round li a i {
    color: #8d68d3;
}

.pagination.flat-round>li a:hover,
.pagination.flat>li a:hover {
    background: #8d68d3;
    border-color: #8d68d3;
    color: #fff;
}

.pagination.separated-round li>a {
    border-radius: 50%;
    color: #333;
}

.pagination.box-round>li:first-child>a,
.pagination.box-round>li:first-child>span {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.pagination.box-round>li:last-child>a,
.pagination.box-round>li:last-child>span {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.pagination.flat-round a {
    border-radius: 50%;
}

.pagination.flat-round li {
    display: inline-block;
    margin: 0 1px;
}

.pagination.post-button>li {
    display: inline-block;
    vertical-align: middle;
}

.pagination.post-button>li a {
    border: none;
    color: #555;
}

.pagination.post-button>li a:hover {
    background: 0 0;
    color: #03a9f3;
}

.form-group .form-control {
    border: 1px solid #ced4da;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    color: #212121;
    height: 40px;
    -webkit-transition: border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea.form-control {
    min-height: 90px;
    max-width: 100%;
}

.form-group input:focus,
.form-group textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #8ec2f3;
    outline: 0;
    box-shadow: none;
}

select[multiple],
select[size] {
    height: auto !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.has-success .form-control:focus {
    border-color: #ee8042;
    box-shadow: 0 0 0;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #fa9a2a;
}

.has-warning .form-control:focus {
    border-color: #fa9a2a;
    box-shadow: 0 0 0;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #ac2925;
}

.has-error .form-control:focus {
    border-color: #ac2925;
    box-shadow: 0 0 0;
}

.has-error .form-control {
    border-color: #ac2925;
}

.has-feedback label~.form-control-feedback {
    top: 33px;
}

.form-group>input[type="checkbox"]+label {
    display: inline-block;
    cursor: pointer;
}

.form-group>input[type="checkbox"]+label:before {
    background: #fff;
    border: 1px solid #aeb0b2;
    border-radius: 5px;
    color: transparent;
    content: "✔";
    height: 10px;
    margin-bottom: 4px;
    margin-right: 7px;
    padding-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    vertical-align: bottom;
    width: 10px;
}

.form-group>input[type="checkbox"]:disabled+label:before {
    background: #e9ecef;
}

.form-group>input[type="checkbox"]:disabled+label {
    cursor: no-drop;
}

.form-group>input[type="checkbox"]:disabled:checked+label:before {
    background: #e9ecef !important;
    border-color: #aeb0b2 !important;
    color: #bcbbbb;
}

.form-group>input[type="checkbox"]+label:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form-group>input[type="checkbox"]:checked+label:before {
    background-color: #252525;
    border-color: #252525;
    color: #fff;
}

.form-group>input[type="checkbox"]:disabled+label:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: #aaa;
}

.form-group>input[type="checkbox"]:checked:disabled+label:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #00a1ed;
    border-color: #00a1ed;
}

.file-upload {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    font-weight: 500;
    padding: 8px 10px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ced4da;
}

.custom-file-label:after {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    height: auto;
    z-index: 3;
    display: block;
    padding: 8px 20px;
    color: #fff;
    content: "Browse";
    background-color: #03a9f3;
    border-left: 1px solid #03a9f3;
}

.form-group.form-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.form-group.form-radio input[type="radio"]+.control-label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 1px solid #aeb0b2;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 0;
    margin-right: 1em;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 250ms;
    transition: 250ms;
}

.form-group.form-radio input[type="radio"]:checked+.control-label:before {
    background-color: #252525;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.form-group.form-radio input[type="radio"]:focus+.control-label:before {
    outline: 0;
    border-color: #3197ee;
}

.form-group.form-radio input[type="radio"]:disabled {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
    cursor: no-drop;
}

.form-group.form-radio input[type="radio"]:disabled+label:before {
    box-shadow: inset 0 0 0 4px #e9ecef;
    border-color: #b4b4b4;
    background: #e9ecef;
    cursor: no-drop;
}

.form-group.form-radio input[type="radio"]:checked:disabled+label:before {
    box-shadow: inset 0 0 0 4px #e9ecef;
    border-color: #b4b4b4;
    background: #fff;
    cursor: no-drop;
}

.toggle-switches-flex .form-group {
    width: 70px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

.toggle-light.success .toggle-on.active,
.toggle-modern.success .toggle-on.active {
    background: #ee8042 !important;
}

.toggle-light.primary .toggle-on.active,
.toggle-modern.primary .toggle-on.active {
    background: #8663cb !important;
}

.toggle-light.warning .toggle-on.active,
.toggle-modern.warning .toggle-on.active {
    background: #fa9a2a !important;
}

.toggle-light.info .toggle-on.active,
.toggle-modern.info .toggle-on.active {
    background: #03a9f3 !important;
}

.toggle-light.danger .toggle-on.active,
.toggle-modern.danger .toggle-on.active {
    background: #e73c38 !important;
}

.toggle-slide .toggle-off,
.toggle-slide .toggle-on {
    opacity: 0;
}

.toggle-light .toggle-on,
.toggle-light .toggle-on.active,
.toggle-modern .toggle-on,
.toggle-modern .toggle-on.active {
    background: #343a40 !important;
}

.toggle-light .toggle-off,
.toggle-light .toggle-off.active,
.toggle-modern .toggle-off,
.toggle-modern .toggle-off.active {
    background: #acacac;
}

.toggle-modern .toggle-on.active+.toggle-blob {
    border: 5px solid #343a40;
    background: #fff;
}

.toggle-modern .toggle-on+.toggle-blob {
    border: 5px solid #acacac;
    background: #fff;
}

.toggle-light .toggle-on.active+.toggle-blob {
    border: 5px solid #343a40;
    background: #fff;
    box-shadow: 0 0 0;
}

.toggle-light .toggle-on+.toggle-blob {
    border: 5px solid #acacac;
    background: #fff;
    box-shadow: 0 0 0;
}

.toggle-light.success .toggle-on.active+.toggle-blob,
.toggle-modern.success .toggle-on.active+.toggle-blob {
    border: 5px solid #ee8042;
    background: #fff;
}

.toggle-light.primary .toggle-on.active+.toggle-blob,
.toggle-modern.primary .toggle-on.active+.toggle-blob {
    border: 5px solid #8663cb;
    background: #fff;
}

.toggle-light.warning .toggle-on.active+.toggle-blob,
.toggle-modern.warning .toggle-on.active+.toggle-blob {
    border: 5px solid #fa9a2a;
    background: #fff;
}

.toggle-light.info .toggle-on.active+.toggle-blob,
.toggle-modern.info .toggle-on.active+.toggle-blob {
    border: 5px solid #03a9f3;
    background: #fff;
}

.toggle-light.danger .toggle-on.active+.toggle-blob,
.toggle-modern.danger .toggle-on.active+.toggle-blob {
    border: 5px solid #e73c38;
    background: #fff;
}

.input-group-addon {
    border-radius: 0;
    color: #333;
    background: 0 0;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-selection .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 0;
    padding: 5px;
    height: 40px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin: 0;
    padding: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 1px;
    background: #0487c1;
    color: #fff;
    border-color: #0487c1;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 3px;
    height: 37px;
}

p.control-label {
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}

.form-gender {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    position: relative;
}

.form-layout-submit {
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.label-right label {
    float: right;
    margin-top: 10px;
}

.form-group.form-radio>label {
    float: none;
}

.custom-select.is-valid,
.dataTables_filter .was-validated input:valid,
.dataTables_filter input.is-valid,
.dataTables_filter input.parsley-success,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .dataTables_filter input:valid,
.was-validated .form-control:valid,
input.custom-select.parsley-success,
input.form-control.parsley-success,
textarea.custom-select.parsley-success,
textarea.form-control.parsley-success {
    border-color: #23bf08;
}

.custom-select.is-invalid,
.dataTables_filter .was-validated input:invalid,
.dataTables_filter input.is-invalid,
.dataTables_filter input.parsley-error,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .dataTables_filter input:invalid,
.was-validated .form-control:invalid,
input.custom-select.parsley-error,
input.form-control.parsley-error,
textarea.custom-select.parsley-error,
textarea.form-control.parsley-error {
    border-color: #dc3545;
}

.parsley-error>select.form-control {
    border: 1px solid #dc3545;
}

.parsley-success>select.form-control {
    border: 1px solid #23bf08;
}

li.parsley-required,
span.required {
    color: #dc3545;
}

.form-gender li.parsley-required {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 73px;
}

.tabcontrol>.content>.title,
.wizard>.content>.title {
    position: absolute;
    left: -999em;
}

.step-wizard .steps>ul {
    text-align: center;
    margin-top: 20px;
}

.step-wizard .steps>ul li {
    display: inline-block;
    margin-right: 30px;
}

.steps>ul li a {
    display: block;
    padding: 10px 20px;
    border: 2px solid #ee8042;
    cursor: default;
    font-weight: 500;
    color: #ee8042;
}

.steps>ul li.current>a>span.number,
.steps>ul li>a>span.number {
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    font-weight: 500;
}

.steps>ul li.current>a>span.number {
    background: #fff;
    color: #ee8042;
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    padding-top: 10px;
    margin-top: 10px;
}

.wizard>.actions>ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}

.wizard>.actions>ul:after {
    content: "";
    display: table;
    clear: both;
}

.wizard>.actions>ul>li+li {
    margin-left: 10px;
}

.wizard>.actions>ul>li>a {
    display: block;
    padding: 7px 20px;
    border: 1px solid transparent;
}

.wizard>.actions>ul>li>a:focus,
.wizard>.actions>ul>li>a:hover {
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}

.wizard>.actions>ul>li>a:active {
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.wizard>.actions>ul>li>a[href="#previous"] {
    background-color: #fff;
    color: #54667a;
    border: 1px solid #d9d9d9;
}

.profile-widget-social>a,
.social-connection li a,
.wall-action-right>a {
    background: #7652c1;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
}

.wizard>.actions>ul>li>a[href="#previous"]:focus,
.wizard>.actions>ul>li>a[href="#previous"]:hover {
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
}

.wizard>.actions>ul>li>a[href="#previous"]:active {
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
}

.wizard>.actions>ul>li.disabled>a,
.wizard>.actions>ul>li.disabled>a:focus,
.wizard>.actions>ul>li.disabled>a:hover {
    color: #999;
}

.step-wizard-payment-details table tbody>tr:nth-of-type(odd),
.step-wizard-payment-details table thead>tr:nth-of-type(odd) {
    background: #f4f4f4;
}

.step-wizard-payment-details tbody td {
    padding: 15px 20px !important;
    font-weight: 500;
    color: #333;
}

.profile-left,
.profile-wall-share {
    background: #fff;
}

.profile-rating ul li {
    color: #ffc100;
    display: inline-block;
    font-size: 14px;
    margin: 0 1px;
}

.profile-rating p {
    display: inline-block;
    margin-left: 10px;
    font-weight: 500;
}

.profile-left .profile-box.header_bg_blue:after {
    height: 30%;
}

.profile-widget-social>a,
.wall-action-right>a {
    font-size: 14px;
    padding: 5px 15px;
    color: #fff;
}

.profile-bio {
    padding: 0 20px 20px;
}

.single-profile-bio>h3 {
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 600;
    border-bottom: 2px solid #7652c1;
}

.single-profile-bio p {
    color: #000;
    margin: 0 0 10px;
    font-size: 14px;
}

.single-profile-bio ul li>i {
    width: 20px;
    color: #7652c1;
}

.single-profile-bio ul li>a:hover {
    color: #5a37a2;
}

.single-profile-bio ul li {
    color: #000;
    margin-bottom: 5px;
    font-size: 14px;
}

.social-connection li a {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    color: #fff;
}

.social-connection>li>a:hover {
    background: #5a37a2;
    color: #fff !important;
}

.profile-wall-share>ul {
    background: #8362c7;
}

.profile-wall-share>ul>li {
    display: inline-block;
    width: 33.33%;
    border-right: 1px solid #694ca2;
    text-align: center;
    margin-right: -3px;
}

.profile-wall-share>ul>li:last-child,
.timeline-post-like-share>a:last-child {
    border-right: 0px;
}

.profile-wall-share>ul li a {
    display: block;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.profile-wall-share>ul li a:hover {
    background: #694ca2;
}

.profile-wall-textbox {
    padding: 10px 10px 0;
    position: relative;
}

.profile-wall-img {
    display: inline-block;
    width: 45px;
    position: absolute;
    height: 45px;
    left: 14px;
    top: 14px;
    vertical-align: top;
}

.profile-wall-img img,
.tm_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-wall-textbox textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding-left: 55px;
    height: 100px;
    color: #000;
    font-size: 15px;
    max-width: 100%;
    resize: none;
    min-width: 100%;
}

.profile-wall-action {
    padding: 0 10px 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
}

.invoice-action ul li,
.wall-action-left ul li {
    display: inline-block;
    margin: 0 3px;
}

.wall-action-left ul li a {
    color: #8362c7;
}

.single-profile-list {
    margin-top: 30px;
    padding: 10px;
    background: #fff;
}

.timeline-header {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.timeline-header-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 16px;
}

.tm_img {
    width: 40px;
    height: 40px;
}

.timeline-header-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.timeline-header-name p {
    font-size: 14px;
    font-weight: 600;
}

.timeline-header-name>p>a {
    color: #387ca3;
}

.timeline-header-name span {
    color: #989797;
    font-weight: 500;
}

.post-body-img.sm-post-img {
    margin-bottom: 20px;
}

.timeline-post-like-share {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.timeline-post-like-share>a {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 0;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}

.timeline-post-like-share>a:hover {
    background: rgba(0, 0, 0, 0.08);
}

.timeline-post-body p {
    margin: 0 0 5px;
    font-size: 14px;
}

.timeline-post-body.article_post .post-body-text {
    border: 1px solid #ddd;
    padding: 20px;
}

.timeline-post-body.article_post .post-body-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

ul.work_history>li>h4 {
    color: #403f3f;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.invoice-action ul li a,
.invoice-status {
    height: 35px;
    line-height: 35px;
    color: #fff;
}

ul.work_history>li>p>span {
    width: 40%;
    display: inline-block;
}

.invoice-status {
    background: #252525;
    position: relative;
    float: right;
    width: 21%;
    top: 0;
    text-align: center;
    right: -20px;
    font-weight: 500;
}

.invoice-status:after {
    position: absolute;
    content: "";
    top: 0;
    left: -29px;
    border-color: #252525 transparent;
    border-style: solid;
    border-width: 20px 0 15px 20px;
    width: 30%;
}

.alert,
.gallery_item a,
.toggle {
    position: relative;
}

.invoice-head {
    margin-bottom: 50px;
}

.invoice-head>h2 {
    margin-bottom: 0;
    color: #ced4da;
    font-weight: 700;
}

.invoice-address h3 {
    color: #2c304d;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 5px;
}

.invoice-address p {
    color: #758591;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.invoice-footer-note,
.invoice-table {
    margin-top: 50px;
}

.invoice-subtotal p {
    font-size: 14px;
    font-weight: 500;
}

.invoice-subtotal p span {
    font-weight: 500;
    color: #333;
    margin-right: 5px;
}

.invoice-subtotal>h3 {
    color: #2c304d;
    font-weight: 600;
    font-size: 30px;
    margin-top: 15px;
}

.forgot-password form,
.invoice-note {
    margin-top: 25px;
}

.invoice-action {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
}

.invoice-action ul li a {
    display: block;
    width: 35px;
    background: #fcb441;
    font-size: 16px;
    border-radius: 50%;
}

.invoice-action ul li:last-child>a {
    background: #9564ad;
}

.invoice-action ul li a:hover,
.lockscreen-form .form-layout-submit>button:hover,
.login-form-box .form-layout-submit>button:hover {
    box-shadow: 0 3px 7px #aaa;
}

.gallery_item a {
    display: block;
    overflow: hidden;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.error-page-logo img,
.lockscreen-seipkon-logo img,
.login-page-logo img,
.toggle {
    width: 200px;
}

.gallery_item a .caption-hover {
    font-size: 12px;
    font-weight: 400;
    background: #fff;
    bottom: 0;
    color: #000;
    height: 65px;
    padding-top: 25px;
    left: 0;
    overflow: hidden;
    -webkit-perspective: 1px;
    perspective: 1px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}

.gallery_item a:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.gallery_item a:hover .caption-hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.gallery_item a img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    image-rendering: optimizeQuality;
}

.gallery_item a:hover img {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.single-blank-page h1,
.single-blank-page h2,
.single-blank-page h3,
.single-blank-page h4,
.single-blank-page h5,
.single-blank-page h6 {
    color: #333;
    margin-bottom: 10px;
}

.seipkon-login-page-header-area {
    min-height: 35vh;
    padding-top: 10px;
    background: #191f28;
}

.login-page-logo-right p {
    display: inline-block;
    color: #fff;
    font-size: 15px;
}

.error-page-logo-right>a,
.login-page-logo-right>a {
    display: inline-block;
    padding: 5px 20px;
    border: 2px solid #252525;
    border-radius: 50px;
    color: #fff;
    background: #252525;
    font-size: 15px;
    font-weight: 400;
    margin-left: 10px;
}

.login-page-logo-right>a:hover {
    box-shadow: 0 3px 7px rgba(199, 199, 199, 0.65);
}

.login-form-box {
    padding: 30px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    margin-top: -80px;
    border-radius: 5px;
}

.login-form-box>h3 {
    text-align: center;
    color: #212121;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}

.lost-pass a {
    color: #8798a5;
}

.lockscreen-form .form-layout-submit>button,
.login-form-box .form-layout-submit>button {
    display: inline-block;
    padding: 5px 20px;
    border: 2px solid #252525;
    border-radius: 50px;
    color: #fff;
    background: #252525;
    font-size: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: 400;
}

.login-form-box .form-group.form-checkbox label a {
    color: #252525 !important;
}

.seipkon-login-form-area.lockscreen_area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
}

.lockscreen-form {
    padding: 20px 30px;
    text-align: center;
    background: #fff;
    margin-top: 70px;
    border-radius: 5px;
}

.lockscreen-form img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin-top: -70px;
}

.lockscreen-form h3 {
    color: #333;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 400;
}

.unlock-submit {
    border: none;
    margin: 0;
    padding: 0;
}

.form-layout-submit.unlock-submit>p>a {
    color: #252525;
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
}

.forgot-password p {
    text-align: center;
    color: #333;
    font-size: 15px;
}

.seipkon-error-page-header-area {
    padding-top: 10px;
}

.seipkon-error-page-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 90vh;
    text-align: center;
}

.error-page-box h2 {
    font-size: 130px;
    color: #333;
}

.error-page-box h4 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.error-page-box p {
    font-size: 15px;
}

.error-page-form form input {
    width: 100%;
    border-radius: 30px !important;
}

.error-page-form form button {
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    width: 15%;
    border-radius: 0 30px 30px 0;
    height: 100%;
    border: none;
}

.table_subitie tr.not td,
.table_subitie tr.wait td,
.table_subitie tr.yes td {
    border: 1px solid #777;
    padding: 7px;
    color: #111;
}

.error-page-form .form-group {
    width: 80%;
    position: relative;
    margin: 0 auto;
}

.alert {
    clear: both;
    margin-top: 20px;
    display: block;
}

.table_subitie tr.not td {
    background: #fec335;
}

.table_subitie tr.yes td {
    background: #83ba42;
}

.table_subitie tr.wait td {
    background: #0587c1;
}

div.stars {
    width: 120px;
    display: block;
}

label.star {
    float: right;
    padding: 2px;
    font-size: 18px;
    color: #444;
    transition: 0.2s;
}

input.star:checked~label.star:before {
    content: "\f005";
    color: #fd4;
    transition: 0.25s;
}

input.star-5:checked~label.star:before {
    color: #fe7;
    text-shadow: 0 0 20px #952;
}

input.star-1:checked~label.star:before {
    color: #f62;
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

label.star:before {
    content: "\f006";
    font-family: FontAwesome;
}

.parsley-custom-error-message {
    background: #f89c2e;
    color: #fff;
    padding: 7px 3px;
    border: 1px solid #ccc;
    margin: 2px;
}

.add-product-image-upload ul {
    list-style: disc !important;
}

.add-product-image-upload ol {
    list-style: georgian !important;
}

.show-table {
    max-height: 700px;
    display: inline-table;
}

.show-table tr.header-1 {
    background: #00c292;
    color: #fff;
}

.show-table tr.header-2 {
    background: #006ba3;
    color: #fff;
}

.show-table tr.header-4 {
    background: #930b31;
    color: #fff;
}

.show-table tr.fixed-rooms,
tr.fixed-rooms {
    position: sticky;
    top: 0;
}

.show-table td.taken {
    background: #930b31;
}

.show-table td.first_date {
    background: #7dc431;
}

.show-table td {
    padding: 2px !important;
}

.card-block ul li {
    list-style-type: circle !important;
    margin-left: 18px;
    padding: 0;
}

.card-block ol li {
    list-style-type: upper-roman !important;
    margin-left: 18px;
    padding: 0;
}

.move-patient label {
    display: flex;
    align-items: center;
}

td.c1,
td.c2,
td.c3,
td.c4,
td.c5,
td.c6 {
    background: #b76e81 !important;
}

td.c777 {
    background: #0587c1 !important;
}

td.c7-orange {
    background: orange !important;
}

td.c8-yellow {
    background: yellow !important;
}

td.c9-blue {
    background: blue !important;
}

.move-patient input[type="checkbox"] {
    margin-right: 10px;
    width: auto !important;
}

table td.first_date .reservation_data,
table td.taken .reservation_data {
    position: absolute;
    top: 0;
    z-index: 99999;
    padding: 10px;
    background: #fff;
    color: #777;
    display: none;
}

table td.first_date .reservation_data .bed,
table td.taken .reservation_data .bed {
    display: block;
    border: 1px dashed #ccc;
    margin: 3px;
    padding: 7px;
}

table td.first_date:hover .reservation_data,
table td.taken:hover .reservation_data {
    z-index: 999;
    display: block;
}

table td.free:hover a.add-link {
    display: block;
    color: #111;
}

.btn-dark {
    color: #4f682c;
    background-color: #b5db5e;
    border-color: #b5db5e;
    margin-top: 10px;
}

.toggle,
div.slide-in {
    top: 0;
    background: #fff;
}

.counter-box,
.toggle {
    border: 1px solid #ccc;
}

div.slide-in {
    display: none !important;
    position: absolute;
    right: -100%;
    width: 400px;
    height: 500px;
    transition: 0.5s linear;
    box-shadow: -10px -10px 20px rgba(0, 0, 0, 0.1);
    border-left: 2px solid #fff;
    z-index: 12342;
    padding: 7px;
}

div.slide-in.active {
    right: 0;
    transition: 0.5s linear;
    display: block !important;
}

.toggle {
    height: 50px;
    color: #777;
    z-index: 9999999;
}

a.orange {
    color: #d83c20 !important;
}

a.active-view-icon::after {
    width: 15px;
    height: 15px;
    top: -12px;
    right: -2px;
    font-size: 1.8em;
    position: absolute;
    color: red;
    content: "!";
    font-weight: bolder;
}

.counter-box {
    margin: 35px 0;
    padding: 17px;
    text-align: center;
}

.counter-box b {
    color: #0487c1;
}

.badge {
    padding: 10px;
    border-radius: 4px;
}

.text-bg-success {
    background-color: #198754;
    color: #fff;
}

.text-bg-dark {
    background-color: #212529;
    color: #fff;
}

/* fix first column */
.sticky-col {
    position: sticky;
    left: 0;
    background: #fff;
    /* keep readable */
    z-index: 2;
    /* sit above other cells */
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    /* optional visual separation */
}