@media (min-width: 992px) {
    .page-content {
        display: flex;
        flex-wrap: wrap;
    }
    .item-content {
        flex: 1;
        width: 100%;
    }
    .item-sidebar {
        width: 360px;
        padding-left: 4rem;
    }
}
#order-standard_cart {
    letter-spacing: 0;
}
#orderSummary {
    position: sticky;
    top: 120px;
}
#order-standard_cart .order-summary {
    border: 1px solid #d2d6dd;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fafbff;
}
#order-standard_cart .order-summary h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    text-align: left;
    border-bottom: 1px #e4e4e4 solid;
    padding: 10px 15px;
    background-color: #e6ebf3;
}
#order-standard_cart .summary-container {
    background-color: transparent;
    padding: 0;
}
#order-standard_cart .btn-success {
    padding: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#order-standard_cart .order-summary .product-name,
#order-standard_cart .order-summary .product-group,
#order-standard_cart .order-summary .product-desc {
    padding: 10px 10px 0;
    margin: 0;
}
#order-standard_cart .order-summary .subtotal,
#order-standard_cart .order-summary .recurring-totals,
#order-standard_cart .order-summary .total-due-today-padded {
    padding: 10px;
    margin: 0;
}
.cart-content {
    margin-bottom: 2rem;
}
#frmConfigureProduct .cart-content h3 {
    font-family: PingFangSC-Medium, hiragino sans gb, helvetica neue, helvetica, arial, microsoft yahei ui, microsoft yahei, simsun, "sans-serif";
    font-size: 16px;
    margin-top: 0;
    line-height: 22px;
}
.panel {
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}
.panel-form {
    padding: 25px;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    margin: 10px 0 20px;
}
.panel-check {
    margin: 10px 0 20px;
    cursor: pointer;
    background-color: #fff;
}
.panel-check.checked {
    border-color: #2898e7;
}
.panel-check label {
    cursor: pointer;
    display: flex;
    margin: 0 !important;
}
.panel-check > .check {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 15px;
}
.check {
    position: relative;
}
#order-standard_cart .apply-credit-container .radio {
    padding-left: 0;
    font-weight: 400;
    display: block;
}
.apply-credit-container .iradio_square-blue {
    position: relative;
}
.iradio_square-blue {
    position: relative;
    transform: scale(.8);
}
.icheckbox_square-blue {
    position: relative;
    transform: scale(.7);
    top: -1px;
    left: 2px;
}
.check-content {
    margin-left: 12px;
}
.check-title {
    margin: 0 0 5px;
    color: #212529;
    font-weight: 500;
    font-size: 15px;
}
.check-subtitle {
    color: #7c8088;
    line-height: 18px;
    margin-bottom: 0;
    font-weight: 400;
}
#order-standard_cart .panel-form {
    background-color: #f3f3f3;
}
#order-standard_cart .panel-form label {
    font-weight: 500;
    color: #666;
}
.check-os {
    cursor: pointer;
    background-color: #fff;
    position: relative;
}
.check-system {
	
}
.check-os.select,
.check-os.checked {
    border-color: #2898e7;
}
.check-system .iradio_square-blue {
    top: 10px;
    left: 10px;
    display: none;
}
.check-system .check-content {
    margin-left: 0;
}
.check-system label {
    padding: 1.5rem;
	width: 100%;
	cursor: pointer;
	margin: 0 !important;
}
.check-system .fa-os {
    color: #9ca0a8;
    font-size: 60px;
    margin-bottom: 10px;
}
.select .check-system .fa-os {
    color: #2898e7;
}
.os-main {
	display: flex;
	align-items: center;
}
.os-main .fa-os {
	margin-right: 15px;
	margin-bottom: 0;
	font-size: 48px;
	line-height: 1;
}
.os-title {
    font-size: 17px;
    line-height: 20px;
	color: #212529;
    font-weight: 500;
}
.os-info {
	text-align: left;
}
.os-version {
	margin-bottom: 0;
}
.os-select.show {
	display: block;
}
.os-select {
	display: none;
    position: absolute;
    width: 101%;
    left: -1px;
    background-color: #FFF;
    top: 100%;
    margin-top: -10px;
    border: 1px solid #2b98e7;
    border-radius: 0 0 4px 4px;
    border-top: 0 none;
    z-index: 20;
    overflow: hidden;
}
.os-select ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.os-select ul li {
    line-height: 40px;
    text-align: left;
    padding: 0 1.5rem;
}
.os-select ul li:hover {
	background-color: #e4e4e4;
}
#order-standard_cart .panel-infos {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 4px 0 rgb(3 27 78 / 6%);
    -moz-box-shadow: 0 2px 4px 0 rgba(3,27,78,.06);
    box-shadow: 0 2px 4px 0 rgb(3 27 78 / 6%);
}
#order-standard_cart .panel-infos .panel-body {
    padding: 0;
}
.domain-information-title h2 {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    text-align: left;
    border-bottom: 1px #e4e4e4 solid;
    padding: 10px 15px;
    background-color: #e6ebf3;
}
#order-standard_cart .product-info {
    background-color: transparent;
    border: 0 none;
    margin: 0;
    padding: 15px;
}
.package-features {
    list-style: none;
    margin: 0;
    padding: 0;
}
.package-features li {
    display: flex;
    line-height: 1.4;
    padding: 6px 0;
}
.package-features li b {
    flex-basis: 120px;
    color: #999;
    font-weight: 500;
}
.summary-conter {
    padding: 15px;
}
.summary-footer {
    padding: 15px;
    background-color: hsla(0, 0%, 100%, .95);
}
.checklist-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px 0;
    line-height: 1.4;
    color: #333;
    font-size: 1rem;
}
.checklist-title {
    color: #999;
    flex-basis: 120px;
}
.checklist-item-title {
    padding: 0 14px 0 0;
    text-align: left;
    color: #666;
    flex-shrink: 0;
    font-weight: 600;
    width: 50%;
}
.checklist-item-desc {
    padding-right: 10px;
}
#order-standard_cart .order-summary .loader {
    position: relative;
    top: 10px;
    height: 0;
    padding-right: 10px;
    text-align: right;
    color: #efefef;
}
#order-standard_cart .order-summary .summary-totals {
    padding: 5px 0 0;
    border-top-color: #d2d6dd;
    border-bottom: 0 none;
}
#order-standard_cart .order-summary .total-due-today {
    background-color: hsla(0, 0%, 100%, .95);
    padding: 15px 15px 0;
    position: relative;
    font-size: 1rem;
}
#order-standard_cart .order-summary .total-due-today span {
    display: block;
    text-align: left;
}
#order-standard_cart .order-summary .total-due-today .amt {
    font-size: 2.3rem;
}
#order-standard_cart .order-summary .total-due-today .amt small {
    font-size: 1.4rem;
}
#order-standard_cart .view-cart-tabs .promo .form-group {
    margin-bottom: 20px;
}
#order-standard_cart .view-cart-tabs .promo .btn-success {
    text-align: center;
}
#order-standard_cart .prepend-icon .field-icon {
    height: 40px;
    line-height: 42px;
    margin-bottom: 0;
}
#order-standard_cart .sub-heading {
	border: 0;
	text-align: left;
	margin-bottom: 1rem;
	height: auto;
}
#order-standard_cart .sub-heading span, #order-standard_cart .sub-heading-borderless span {
	position: inherit;
	padding: 0;
	color: #333;
}
#order-standard_cart .field,
#order-standard_cart .form-control {
    height: 40px;
    font-size: 1em;
}
#scrollingPanelContainer {
    position: relative;
}
.list-payment-method {}
.list-payment-method .iradio_square-blue {
    display: none;
}
.list-payment-method a {
    display: block;
    border-radius: 3px;
    border: 1px solid #EEE;
}
.list-payment-method a.active,
.list-payment-method a:hover {
    border-color: #2598e7;
}
.list-payment-method .payment-method-selector-content .icon {
    height: 90px;
    background-position: center center;
    background-size: auto 30px;
    background-repeat: no-repeat;
}
.list-payment-method .payment-method-selector-content.PayJS .icon,
.list-payment-method .payment-method-selector-content.WePay .icon,
.list-payment-method .payment-method-selector-content.WeChatPay .icon {
    background-size: auto 40px;
}
#order-standard_cart label {
    margin-right: 0;
    font-weight: 400;
}
#order-standard_cart .form-group label {
    font-weight: 500;
}
/* ClientArea Home */
.show-panel {
    background: #fff;
    /* box-shadow: 0 0 6px 0 rgba(31,50,82,.1); */
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, .125);
}
.show-panel h2 {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin: 0 0 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.show-panel .article-list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 120px;
    overflow-y: scroll;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.show-panel .article-list li {
    line-height: 28px;
    display: flex;
    justify-content: space-between;
}
.show-panel .article-list .link {
    max-width: 285px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.show-panel .article-list span {
    color: #999;
}
.show-panel .article-list .link:hover {
    color: #2d77ee;
}
.account-list-item {
    height: 108px;
    background: rgba(31, 50, 82, .04);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.account-list-item > a {
    text-decoration: none;
}
.account-list-item .account-detail {
    font-family: DINCondensed-Bold;
    font-size: 20px;
    color: #333;
    text-align: center;
    letter-spacing: 0;
}
.account-list-item .item-type {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.warning-list-item {
    flex: 1 1 48%;
    height: 48px;
    background: #f6f7f8;
    border-radius: 4px;
}
.warning-list-item:first-child {
    margin-bottom: 12px;
}
.warning-list-item .link {
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    text-decoration: none;
}
.warning-list-item .item-title {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.warning-list-item .item-count {
    font-family: DINCondensed-Bold;
    font-size: 20px;
    color: #333;
    padding-top: 5px;
}
.alarm-list-item {
    flex: 1 1 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 108px;
    background: rgba(31, 50, 82, .04);
    border-radius: 4px;
}
.alarm-list-item > a {
    text-decoration: none;
}
.alarm-list-item .alarm-detail {
    font-family: DINCondensed-Bold;
    font-size: 20px;
    text-align: center;
}
.alarm-list-item .item-type {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.remain-items .wrap {
    padding: 0;
    margin: 0;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.remain-items .wrap .item:first-child {
    margin-top: 0;
}
.remain-items .wrap .item {
    cursor: pointer;
    margin-top: 12px;
    height: 72px;
    border: 2px solid #f8f8f8;
    background: #f8f8f8;
    border-radius: 4px;
    justify-content: space-between;
    padding: 0 18px;
}
.remain-items .wrap .item:hover {
    background: #f3f7fe;
    border: 2px solid #6c9ff3;
}
.remain-items .wrap .item .item-left,
.remain-items .wrap .item {
    display: flex;
    align-items: center;
}
.remain-items .wrap .item .count {
    margin-top: 8px;
    font-family: DINCondensed-Bold;
    color: #333;
    font-size: 20px;
}
.my-resource .source-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.my-resource .source-empty .empty-img {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url('https://www.idctheme.com/templates/orderforms/idctheme/img/empty.png') 100% 100%/cover;
}
.my-resource .source-empty .empty-prompt {
    font-size: 14px;
    margin-top: 15px;
}
.my-resource .source-empty .create-prompt {
    font-size: 14px;
    margin-top: 8px;
}
.my-resource .wrap {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -12px;
}
.my-resource .item {
    position: relative;
    margin-bottom: 15px;
}
.my-resource .item .create {
    font-family: PingFangSC-Medium, hiragino sans gb, helvetica neue, helvetica, arial, microsoft yahei ui, microsoft yahei, simsun, "sans-serif";
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
.my-resource .item .create .item-data {
    color: #d2d6dc;
}
.my-resource .item .count-oper {
    border: 2px solid #f8f8f8;
    background: #f8f8f8;
    border-radius: 4px;
    padding: 16px;
    line-height: 1.3;
}
.my-resource .item .name-quota-part {
    display: flex;
    justify-content: space-between;
}
.my-resource .item .count-oper {}
.introduce {
    line-height: 17px;
    font-size: 12px;
    color: #999;
    margin-bottom: 0;
}
.envo {
    margin-top: 15px;
}
.envo-item {
    height: 90px;
    background: #fff;
    border: 1px solid rgba(45, 119, 238, .1);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    padding: 20px;
    align-items: center;
    background-position: left 10px center;
    background-repeat: no-repeat;
}
.envo-item .content {
    padding-left: 60px;
}
.envo-item .content h2 {
    white-space: nowrap;
    opacity: .85;
    color: #2d77ee;
    line-height: 24px;
    margin: 0;
}
.envo-item .description {
    white-space: nowrap;
    margin-top: 7px;
    opacity: .5;
    font-size: 12px;
    color: #2d77ee;
}
.envo-item.item-1 {
    background-size: auto 50px;
    background-image: url('../image/30off.42bb49e.png');
}
.envo-item.item-2 {
    background-size: auto 50px;
    background-image: url('../image/30days.721c9a3.png');
}
.envo-item.item-3 {
    background-size: auto 50px;
    background-position: left center;
    background-image: url('../image/redEnvelopes.7ec32cb.png');
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1180px;
    }
}
.submit-item a {
    display: flex;
    align-items: center;
    height: 90px;
    background-color: #f2f2f2;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
}
.submit-item a:hover {
    background-color: #e5e5e5;
}
.submit-item .common-tool-icon {
    padding: 10px 20px 10px 0;
    border-right: 1px solid #ddd;
    margin-right: 20px;
}
.submit-item .common-tool-icon > img {
    max-width: 32px;
}
.submit-item .common-tool-msg-cont {
    display: inline-block;
    padding: 5px 0;
}
.submit-item .submit-item-title {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-top: 0;
    vertical-align: middle;
    width: 72%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.submit-item .submit-item-text {
    display: inline-block;
    color: #888;
    line-height: 24px;
    width: 100%;
    min-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.bootstrap-switch.bootstrap-switch-small {
    min-width: auto;
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before {
    bottom: .5rem;
}
.invoice-header ul li {
    text-align: right;
    line-height: 26px;
}
.invoice-header ul li .list-label {
    display: inline-block;
    padding: 0 15px 0 0;
    color: #a1a6b2;
}
.invoice-status {
    margin: 25px 0;
}
.invoice-status.status-lg {
    height: 80px;
    font-size: 32px;
    font-weight: 100;
    line-height: 80px;
}
.invoice-status .status-id {
    font-weight: 600;
    padding-left: 44px !important;
}
.invoice-status .status-label {
    padding: 0 20px;
    float: right;
    font-weight: 500;
    background-color: rgba(255, 255, 255, .1);
}
.invoice-main .card-title {
    font-size: 16px;
}
.invoice-main .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar .card-footer {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.sidebar .card-footer .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.sidebar .card-footer .btn-default {
    border: 1px solid #DDD;
}
.w-table {
    width: 100%;
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 2px solid #6f6f6f;
    border-bottom: 1px solid #9a9a9a;
}
.w-table th,
.w-table td {
    display: table-cell;
    text-align: left;
    padding: 30px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
}
.w-table th {
    background-color: #f9fafc;
    font-weight: normal;
}
.product-table th {
    padding: 48px 0 45px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.product-table th:first-child {
    vertical-align: top;
    padding-top: 40px;
}
.product-table th:first-child {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}
.product-table tr:last-child th,
.product-table tr:last-child td {
    border-bottom: 1px solid #ccc;
}
.product-table.type2 th {
    padding: 20px 0;
}
.product-table.type2 th:first-child {
    padding-left: 30px;
}
.product-table.type2 .product-logo {
    display: none
}
.product-name {
    font-size: 28px;
}
.product-table.type2 .product-name {
    color: #333;
    line-height: 1.2;
    margin-bottom: 0;
}
.event-label,
.event-label-green {
    display: inline-block;
    margin-left: 5px;
    padding: 0 6px;
    background: #ff9900;
    color: #fff;
    font-size: 14px;
}
.product-table td {
    font-weight: 400;
    color: #666;
    padding: 20px;
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0;
}
.product-table td:first-child {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    color: #333;
    font-weight: 400;
}
.product-table td .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-table td .desc {
    font-size: 12px;
    color: #AAA;
}
.product-table td .fab {
    font-size: 22px;
    color: #AAA;
}
.product-table td .ip-div {
    display: flex;
    align-items: center;
}
.product-table td .ip-tag {
    height: 18px;
    min-width: 35px;
    display: block;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #dbdee3;
    border-radius: 2px;
    background-color: #fbfbfc;
    color: #AAA;
    transform: scale(.8);
    margin-right: 2px;
    padding: 0 4px;
}
.product-table.type2 td {
    padding: 20px;
}
.product-table.type2 td.left {
    text-align: left;
}
.product-table .spec {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.product-table .spec .title {
    color: #333;
}
.product-table.type2 .product-apply {
    margin-bottom: 5px;
}
.product-table.type2 .product-apply .price {
    font-size: 24px;
    color: #333;
    vertical-align: middle;
    margin-bottom: 0;
}
.gt-medium,
.term-price {
    font-size: 16px;
}
.product-table .btn {
    color: #FFF;
    padding: 0;
    border: 0 none;
    padding: 10px 32px;
    border-radius: 2px;
    background-color: #3090d6;
}
.product-table .btn:focus,
.product-table .btn:active {
    color: #FFF;
    box-shadow: none;
    background-color: #1479c2;
}
.product-table .btn:hover {
    color: #FFF;
    background-color: #34a0ef;
}
.color-picker-container.orange {
    background-color: #eb8423;
}
#order-standard_cart .apply-credit-container {
	padding: 0;
	margin: 0;
	background-color: transparent;
}
#order-standard_cart .apply-credit-container .iradio_square-blue {
	display: none;
}
.apply-credit {
    border-radius: 4px;
    border: 1px solid #d2d6dc;
    margin-bottom: 1.5rem;
    position: relative;
}
.apply-credit:before {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background-color: transparent;
}
.apply-credit.active {
    border-color: #2598e7;
}
.apply-credit-body {
    cursor: pointer;
    display: flex;
    margin-bottom: 0;
}
.apply-credit-icon {
    width: 120px;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}
.apply-credit-icon i {
    width: 48px;
    height: 48px;
    display: inline-block;
}
.apply-credit-icon i.cash {
    background-image: url('https://www.idctheme.com/templates/orderforms/idctheme/img/icon-cash9bc.svg');
}
.apply-credit-icon i.pay {
    background-image: url('https://www.idctheme.com/templates/orderforms/idctheme/img/icon-pay69a.svg');
}
.apply-credit-content {
    flex-grow: 1;
    padding: 30px 20px 30px 0;
}
.apply-credit-content input[type=radio] {
    overflow: hidden;
    height: 0;
    margin: 0;
}
.apply-credit-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.apply-credit-title h3 {
    color: #333;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
}
.apply-credit-title span strong {
    font-size: 16px;
}
.apply-credit-title span {
    display: none;
}
.apply-credit.active .apply-credit-title span {
    display: block;
}
.apply-credit-subtitle {
    color: #999;
    font-weight: 400;
}
.buy-btn .btn-default {
	line-height: 2rem;
	color: #999;
	min-width: 80px;
	font-weight: 400;
	border: 1px solid #dfdfdf;
}
.buy-btn .btn-default.active,
.buy-btn .btn-default:hover {
    color: #2d77ee;
    border-color: #2b98e7;
    background-color: #f3f7fe;
/*     box-shadow: inset 1px 0 0 #6c9ff3, inset 0 1px 0 #6c9ff3, inset -1px 0 0 #6c9ff3, inset 0 -1px 0 #6c9ff3; */
}
.irs-bar-edge {
    width: 10px !important;
    border-radius: 4px 0 0 4px;
}
.irs-line,
.irs-bar,
.irs-bar-edge {
    height: 8px !important;
}
.irs-slider {
    cursor: col-resize !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    border-radius: 50px;
    top: 21px !important;
    width: 16px !important;
    height: 16px !important;
    background-color: #2b98e7 !important;
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
    border-top-color: #2b98e7 !important;
}
.irs-bar,
.irs-bar-edge,
.irs-from,
.irs-to,
.irs-single {
    background-color: #2b98e7 !important;
}
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background-image: none !important;
}
.irs-line {
    border-radius: 4px;
    background-color: #EEE;
}
.pay-cost-num {
    font-size: 24px !important;
    line-height: 36px;
    height: 36px;
    display: inline-block;
}
.pay-cost-unit {
    font-size: 14px;
    font-weight: 400;
}
.pay-cost {
    color: #ff7800;
}
.view-cart-tabs {
	padding: 1rem;
}
.view-cart-tabs .btn {
	max-height: 40px;
}
#order-standard_cart .view-cart-items {
	border-bottom: 0 none;
}
#order-standard_cart .view-cart-items-header {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	background-color: transparent;
	border-bottom: 1px dashed #ddd;
}
#order-standard_cart .view-cart-items .item-title {
	font-size: 1.4rem;
}
.view-content {
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px dashed #ddd;
}
.view-content .configoption-item {
    line-height: 24px;
}
.view-content .configoption-item label {
    color: #999;
    white-space: nowrap;
    margin-bottom: 0;
}
.view-content .btn {
	border: 1px solid #ddd;
}

p.product-infomaction {
    color: #999;
    padding: 15px;
}


div[menuitemname=Attachments].panel.panel-sidebar .list-group .list-group-item {
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	align-items: center
}

.panel-sidebar {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none
}

.panel-sidebar .panel-heading {
	color: #2a2e36;
	background: 0 0;
	border-bottom: 0;
	padding: 4px 0 12px
}

.panel-sidebar .panel-footer {
	background: 0 0;
	border-top: 0;
	padding: 16px 0 0
}

.panel-sidebar .panel-title>i {
	width: 0;
	overflow: hidden;
	margin-left: -9px;
	display: inline-block;
	line-height: 0
}

.panel-sidebar .panel-body {
	padding: 8px 0;
	display: block!important
}

.panel-sidebar .panel-minimise {
	display: none
}

.panel-sidebar .recent-ticket {
	line-height: 20px;
	max-width: 100%
}

.panel-sidebar.view-filter-btns .list-group-item.active,.panel-sidebar.view-filter-btns .list-group-item.active:focus,.panel-sidebar.view-filter-btns .list-group-item.active:hover {
	background-color: #eee;
	border-color: #eee;
	color: #555
}

.panel-sidebar .list-group {
	display: block!important
}

.panel-sidebar .list-group>.list-group-item {
	padding: 5px 0;
	margin: 0;
	background-color: transparent;
	border: none
}

.panel-sidebar .list-group>.list-group-item.disabled {
	pointer-events: none
}

.panel-sidebar .list-group>a.list-group-item,.panel-sidebar .list-group>a.list-group-item>i {
	color: #1062fe
}

.panel-sidebar .list-group>a.list-group-item:hover {
	background-color: #ebf4fd;
	padding-left: 16px;
	padding-right: 16px
}

.panel-sidebar .list-group>a.list-group-item:active,.panel-sidebar .list-group>a.list-group-item:focus {
	background: 0 0;
	outline: none;
	color: #1062fe
}

.panel-sidebar .list-group>a.list-group-item.active,.panel-sidebar .list-group>a.list-group-item.active:focus,.panel-sidebar .list-group>a.list-group-item.active:hover {
	background-color: #ebf4fd
}

.panel-sidebar .list-group>a.list-group-item.active:focus>i,.panel-sidebar .list-group>a.list-group-item.active:hover>i,.panel-sidebar .list-group>a.list-group-item.active>i {
	color: #1062fe
}

.panel-sidebar .btn-sidebar-form-submit form {
	display: inline-block
}

.panel-sidebar .btn-sidebar-form-submit.active>i {
	display: none!important
}

.panel-sidebar label {
	margin-bottom: 4px
}

.panel-sidebar .btn-success {
	color: #fff;
	background-color: #1062fe;
	border-color: #1062fe
}

.open>.panel-sidebar .btn-success.dropdown-toggle,.open>.panel-sidebar .btn-success.dropdown-toggle.focus,.open>.panel-sidebar .btn-success.dropdown-toggle:focus,.open>.panel-sidebar .btn-success.dropdown-toggle:hover,.panel-sidebar .btn-success.active,.panel-sidebar .btn-success.active.focus,.panel-sidebar .btn-success.active:focus,.panel-sidebar .btn-success.active:hover,.panel-sidebar .btn-success.focus,.panel-sidebar .btn-success:active,.panel-sidebar .btn-success:active.focus,.panel-sidebar .btn-success:active:focus,.panel-sidebar .btn-success:active:hover,.panel-sidebar .btn-success:focus,.panel-sidebar .btn-success:hover {
	color: #fff;
	background-color: #015abe;
	border-color: #015abe
}

.open>.panel-sidebar .btn-success.dropdown-toggle,.panel-sidebar .btn-success.active,.panel-sidebar .btn-success:active {
	background-image: none
}

.panel-sidebar .btn-success.disabled,.panel-sidebar .btn-success.disabled.focus,.panel-sidebar .btn-success.disabled:focus,.panel-sidebar .btn-success.disabled:hover,.panel-sidebar .btn-success[disabled],.panel-sidebar .btn-success[disabled].focus,.panel-sidebar .btn-success[disabled]:focus,.panel-sidebar .btn-success[disabled]:hover,fieldset[disabled] .panel-sidebar .btn-success,fieldset[disabled] .panel-sidebar .btn-success.focus,fieldset[disabled] .panel-sidebar .btn-success:focus,fieldset[disabled] .panel-sidebar .btn-success:hover {
	color: #2a2e36;
	background-color: #e6e8ec;
	border-color: #e6e8ec
}

.panel-sidebar .btn-success .badge {
	color: #1062fe;
	background-color: #fff
}

.panel-sidebar.panel-add-funds .panel-body .form-group .input-group {
	flex-direction: column
}

.panel-sidebar.panel-add-funds .panel-body .form-group .input-group input[type=submit] {
	width: 100%;
	margin: 12px 0 0
}

@media(max-width:991px) {
	.panel-sidebar.panel-client-details {
		display: none
	}
}

@media(max-width:991px) {
	.panel-sidebar>.list-group {
		display: flex!important;
		flex-wrap: wrap
	}

	.panel-sidebar>.list-group .list-group-item {
		margin-right: 16px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.panel-sidebar>.list-group .list-group-item {
		flex-basis: calc(33% - 16px)
	}

	.panel-sidebar>.list-group .list-group-item:nth-child(3n+3) {
		margin-right: 0;
		flex-basis: 34%
	}
}

@media(min-width:481px) and (max-width:767px) {
	.panel-sidebar>.list-group .list-group-item {
		flex-basis: calc(50% - 16px)
	}

	.panel-sidebar>.list-group .list-group-item:nth-child(2n+2) {
		margin-right: 0;
		flex-basis: 50%
	}
}

@media(max-width:480px) {
	.panel-sidebar>.list-group .list-group-item {
		margin-right: 0;
		flex-basis: 100%
	}
}

.panel-sidebar.panel-client-contacts .panel-footer .btn,.panel-sidebar.panel-client-details .panel-footer .btn,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn {
	display: inline-flex;
	width: auto;
	font-weight: 400;
	padding: 2px 8px;
	font-size: 12px;
	line-height: 18px;
	border-radius: 2px;
	color: #0c70de;
	background-color: #e3effc;
	border-color: #e3effc
}

.panel-sidebar.panel-client-contacts .panel-footer .btn>i,.panel-sidebar.panel-client-details .panel-footer .btn>i,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn>i {
	font-size: 12px
}

.open>.panel-sidebar.panel-client-contacts .panel-footer .btn.dropdown-toggle,.open>.panel-sidebar.panel-client-contacts .panel-footer .btn.dropdown-toggle.focus,.open>.panel-sidebar.panel-client-contacts .panel-footer .btn.dropdown-toggle:focus,.open>.panel-sidebar.panel-client-contacts .panel-footer .btn.dropdown-toggle:hover,.open>.panel-sidebar.panel-client-details .panel-footer .btn.dropdown-toggle,.open>.panel-sidebar.panel-client-details .panel-footer .btn.dropdown-toggle.focus,.open>.panel-sidebar.panel-client-details .panel-footer .btn.dropdown-toggle:focus,.open>.panel-sidebar.panel-client-details .panel-footer .btn.dropdown-toggle:hover,.open>.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn.dropdown-toggle,.open>.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn.dropdown-toggle.focus,.open>.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn.dropdown-toggle:focus,.open>.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn.dropdown-toggle:hover,.panel-sidebar.panel-client-contacts .panel-footer .btn.active,.panel-sidebar.panel-client-contacts .panel-footer .btn.active.focus,.panel-sidebar.panel-client-contacts .panel-footer .btn.active:focus,.panel-sidebar.panel-client-contacts .panel-footer .btn.active:hover,.panel-sidebar.panel-client-contacts .panel-footer .btn.focus,.panel-sidebar.panel-client-contacts .panel-footer .btn:active,.panel-sidebar.panel-client-contacts .panel-footer .btn:active.focus,.panel-sidebar.panel-client-contacts .panel-footer .btn:active:focus,.panel-sidebar.panel-client-contacts .panel-footer .btn:active:hover,.panel-sidebar.panel-client-contacts .panel-footer .btn:focus,.panel-sidebar.panel-client-contacts .panel-footer .btn:hover,.panel-sidebar.panel-client-details .panel-footer .btn.active,.panel-sidebar.panel-client-details .panel-footer .btn.active.focus,.panel-sidebar.panel-client-details .panel-footer .btn.active:focus,.panel-sidebar.panel-client-details .panel-footer .btn.active:hover,.panel-sidebar.panel-client-details .panel-footer .btn.focus,.panel-sidebar.panel-client-details .panel-footer .btn:active,.panel-sidebar.panel-client-details .panel-footer .btn:active.focus,.panel-sidebar.panel-client-details .panel-footer .btn:active:focus,.panel-sidebar.panel-client-details .panel-footer .btn:active:hover,.panel-sidebar.panel-client-details .panel-footer .btn:focus,.panel-sidebar.panel-client-details .panel-footer .btn:hover,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn.active,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn.active.focus,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn.active:focus,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn.active:hover,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn.focus,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn:active,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn:active.focus,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn:active:focus,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn:active:hover,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn:focus,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn:hover {
	color: #0c70de;
	background-color: #d5e7fb;
	border-color: #d5e7fb
}

.open>.panel-sidebar.panel-client-contacts .panel-footer .btn.dropdown-toggle,.open>.panel-sidebar.panel-client-details .panel-footer .btn.dropdown-toggle,.open>.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn.dropdown-toggle,.panel-sidebar.panel-client-contacts .panel-footer .btn.active,.panel-sidebar.panel-client-contacts .panel-footer .btn:active,.panel-sidebar.panel-client-details .panel-footer .btn.active,.panel-sidebar.panel-client-details .panel-footer .btn:active,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn.active,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn:active {
	background-image: none
}

.panel-sidebar.panel-client-contacts .panel-footer .btn.disabled,.panel-sidebar.panel-client-contacts .panel-footer .btn.disabled.focus,.panel-sidebar.panel-client-contacts .panel-footer .btn.disabled:focus,.panel-sidebar.panel-client-contacts .panel-footer .btn.disabled:hover,.panel-sidebar.panel-client-contacts .panel-footer .btn[disabled],.panel-sidebar.panel-client-contacts .panel-footer .btn[disabled].focus,.panel-sidebar.panel-client-contacts .panel-footer .btn[disabled]:focus,.panel-sidebar.panel-client-contacts .panel-footer .btn[disabled]:hover,.panel-sidebar.panel-client-details .panel-footer .btn.disabled,.panel-sidebar.panel-client-details .panel-footer .btn.disabled.focus,.panel-sidebar.panel-client-details .panel-footer .btn.disabled:focus,.panel-sidebar.panel-client-details .panel-footer .btn.disabled:hover,.panel-sidebar.panel-client-details .panel-footer .btn[disabled],.panel-sidebar.panel-client-details .panel-footer .btn[disabled].focus,.panel-sidebar.panel-client-details .panel-footer .btn[disabled]:focus,.panel-sidebar.panel-client-details .panel-footer .btn[disabled]:hover,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn.disabled,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn.disabled.focus,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn.disabled:focus,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn.disabled:hover,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn[disabled],.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn[disabled].focus,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn[disabled]:focus,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn[disabled]:hover,fieldset[disabled] .panel-sidebar.panel-client-contacts .panel-footer .btn,fieldset[disabled] .panel-sidebar.panel-client-contacts .panel-footer .btn.focus,fieldset[disabled] .panel-sidebar.panel-client-contacts .panel-footer .btn:focus,fieldset[disabled] .panel-sidebar.panel-client-contacts .panel-footer .btn:hover,fieldset[disabled] .panel-sidebar.panel-client-details .panel-footer .btn,fieldset[disabled] .panel-sidebar.panel-client-details .panel-footer .btn.focus,fieldset[disabled] .panel-sidebar.panel-client-details .panel-footer .btn:focus,fieldset[disabled] .panel-sidebar.panel-client-details .panel-footer .btn:hover,fieldset[disabled] .panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn,fieldset[disabled] .panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn.focus,fieldset[disabled] .panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn:focus,fieldset[disabled] .panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn:hover {
	color: #2a2e36;
	background-color: #e6e8ec;
	border-color: #e6e8ec
}

.panel-sidebar.panel-client-contacts .panel-footer .btn .badge,.panel-sidebar.panel-client-details .panel-footer .btn .badge,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn .badge {
	color: #e3effc;
	background-color: #0c70de
}

.panel-sidebar.panel-client-contacts .panel-footer .btn i,.panel-sidebar.panel-client-details .panel-footer .btn i,.panel-sidebar[menuitemname*=Support-Pin] .panel-footer .btn i {
	display: none
}

.panel-sidebar.panel-client-details .panel-body {
	color: #7c8088
}

.panel-sidebar.panel-client-details strong {
	display: block;
	color: #2a2e36;
	font-weight: 400;
	margin-bottom: 12px
}

.panel-sidebar.panel-client-details strong+br {
	display: none
}

.panel-sidebar.panel-client-details em {
	font-style: normal
}

.panel-sidebar.panel-client-contacts .list-group-item {
	display: none
}

.panel-sidebar.panel-client-contacts .list-group-item:before {
	display: inline-block;
	content: "Ã®Â¥â€š";
	width: 12px;
	height: 12px;
	margin-right: 8px;
	speak: none;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	font-family: lagom-small-icons!important;
	font-variant: normal
}

.panel-sidebar.panel-client-contacts .list-group-item:first-child,.panel-sidebar.panel-client-contacts .list-group-item:last-child,.panel-sidebar.panel-client-contacts .list-group-item:nth-child(2),.panel-sidebar.panel-client-contacts .list-group-item:nth-child(3) {
	display: block
}

.panel-sidebar.panel-client-contacts .list-group-item:last-child:before,.panel-sidebar.panel-client-contacts .list-group>div+.contact-more {
	display: none
}

.panel-sidebar.panel-ticket-information .col-button-left,.panel-sidebar.panel-ticket-information .col-button-right {
	width: 50%
}

.panel-sidebar.panel-ticket-information .btn-success {
	height: 42px;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 24px;
	border-radius: 2px;
	color: #0c70de;
	background-color: #e3effc;
	border-color: #e3effc
}

.panel-sidebar.panel-ticket-information .btn-success>i {
	font-size: 14px
}

.open>.panel-sidebar.panel-ticket-information .btn-success.dropdown-toggle,.open>.panel-sidebar.panel-ticket-information .btn-success.dropdown-toggle.focus,.open>.panel-sidebar.panel-ticket-information .btn-success.dropdown-toggle:focus,.open>.panel-sidebar.panel-ticket-information .btn-success.dropdown-toggle:hover,.panel-sidebar.panel-ticket-information .btn-success.active,.panel-sidebar.panel-ticket-information .btn-success.active.focus,.panel-sidebar.panel-ticket-information .btn-success.active:focus,.panel-sidebar.panel-ticket-information .btn-success.active:hover,.panel-sidebar.panel-ticket-information .btn-success.focus,.panel-sidebar.panel-ticket-information .btn-success:active,.panel-sidebar.panel-ticket-information .btn-success:active.focus,.panel-sidebar.panel-ticket-information .btn-success:active:focus,.panel-sidebar.panel-ticket-information .btn-success:active:hover,.panel-sidebar.panel-ticket-information .btn-success:focus,.panel-sidebar.panel-ticket-information .btn-success:hover {
	color: #0c70de;
	background-color: #d5e7fb;
	border-color: #d5e7fb
}

.open>.panel-sidebar.panel-ticket-information .btn-success.dropdown-toggle,.panel-sidebar.panel-ticket-information .btn-success.active,.panel-sidebar.panel-ticket-information .btn-success:active {
	background-image: none
}

.panel-sidebar.panel-ticket-information .btn-success.disabled,.panel-sidebar.panel-ticket-information .btn-success.disabled.focus,.panel-sidebar.panel-ticket-information .btn-success.disabled:focus,.panel-sidebar.panel-ticket-information .btn-success.disabled:hover,.panel-sidebar.panel-ticket-information .btn-success[disabled],.panel-sidebar.panel-ticket-information .btn-success[disabled].focus,.panel-sidebar.panel-ticket-information .btn-success[disabled]:focus,.panel-sidebar.panel-ticket-information .btn-success[disabled]:hover,fieldset[disabled] .panel-sidebar.panel-ticket-information .btn-success,fieldset[disabled] .panel-sidebar.panel-ticket-information .btn-success.focus,fieldset[disabled] .panel-sidebar.panel-ticket-information .btn-success:focus,fieldset[disabled] .panel-sidebar.panel-ticket-information .btn-success:hover {
	color: #2a2e36;
	background-color: #e6e8ec;
	border-color: #e6e8ec
}

.panel-sidebar.panel-ticket-information .btn-success .badge {
	color: #e3effc;
	background-color: #0c70de
}

.panel-sidebar.panel-ticket-information .btn-danger {
	height: 42px;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 24px;
	border-radius: 2px;
	color: #2a2e36;
	background-color: #fff;
	border-color: #dcdee2
}

.panel-sidebar.panel-ticket-information .btn-danger>i {
	font-size: 14px
}

.open>.panel-sidebar.panel-ticket-information .btn-danger.dropdown-toggle,.open>.panel-sidebar.panel-ticket-information .btn-danger.dropdown-toggle.focus,.open>.panel-sidebar.panel-ticket-information .btn-danger.dropdown-toggle:focus,.open>.panel-sidebar.panel-ticket-information .btn-danger.dropdown-toggle:hover,.panel-sidebar.panel-ticket-information .btn-danger.active,.panel-sidebar.panel-ticket-information .btn-danger.active.focus,.panel-sidebar.panel-ticket-information .btn-danger.active:focus,.panel-sidebar.panel-ticket-information .btn-danger.active:hover,.panel-sidebar.panel-ticket-information .btn-danger.focus,.panel-sidebar.panel-ticket-information .btn-danger:active,.panel-sidebar.panel-ticket-information .btn-danger:active.focus,.panel-sidebar.panel-ticket-information .btn-danger:active:focus,.panel-sidebar.panel-ticket-information .btn-danger:active:hover,.panel-sidebar.panel-ticket-information .btn-danger:focus,.panel-sidebar.panel-ticket-information .btn-danger:hover {
	color: #2a2e36;
	background-color: #f6f7f8;
	border-color: #dcdee2
}

.open>.panel-sidebar.panel-ticket-information .btn-danger.dropdown-toggle,.panel-sidebar.panel-ticket-information .btn-danger.active,.panel-sidebar.panel-ticket-information .btn-danger:active {
	background-image: none
}

.panel-sidebar.panel-ticket-information .btn-danger.disabled,.panel-sidebar.panel-ticket-information .btn-danger.disabled.focus,.panel-sidebar.panel-ticket-information .btn-danger.disabled:focus,.panel-sidebar.panel-ticket-information .btn-danger.disabled:hover,.panel-sidebar.panel-ticket-information .btn-danger[disabled],.panel-sidebar.panel-ticket-information .btn-danger[disabled].focus,.panel-sidebar.panel-ticket-information .btn-danger[disabled]:focus,.panel-sidebar.panel-ticket-information .btn-danger[disabled]:hover,fieldset[disabled] .panel-sidebar.panel-ticket-information .btn-danger,fieldset[disabled] .panel-sidebar.panel-ticket-information .btn-danger.focus,fieldset[disabled] .panel-sidebar.panel-ticket-information .btn-danger:focus,fieldset[disabled] .panel-sidebar.panel-ticket-information .btn-danger:hover {
	color: #2a2e36;
	background-color: #e6e8ec;
	border-color: #e6e8ec
}

.panel-sidebar.panel-ticket-information .btn-danger .badge {
	color: #fff;
	background-color: #2a2e36
}

.panel-sidebar.panel-ticket-information .btn>i {
	display: none
}

.panel-sidebar.panel-recent-tickets .list-group,.panel-sidebar.panel-ticket-information .list-group {
	border: 1px solid #e6e8ec;
	border-radius: 4px;
	background: #fff
}

.panel-sidebar.panel-recent-tickets .list-group>.list-group-item,.panel-sidebar.panel-ticket-information .list-group>.list-group-item {
	overflow: hidden;
	padding: 12px 16px;
	color: #2a2e36
}

.panel-sidebar.panel-recent-tickets .list-group>.list-group-item:hover,.panel-sidebar.panel-ticket-information .list-group>.list-group-item:hover {
	color: #015abe
}

.panel-sidebar.panel-recent-tickets .list-group>.list-group-item:not(:last-of-type),.panel-sidebar.panel-ticket-information .list-group>.list-group-item:not(:last-of-type) {
	border-bottom: 1px solid #e6e8ec
}

.panel-sidebar.panel-recent-tickets .list-group>.list-group-item .pull-right,.panel-sidebar.panel-ticket-information .list-group>.list-group-item .pull-right {
	float: none!important;
	font-size: 12px;
	line-height: 18px;
	color: #2a2e36
}

.panel-sidebar.panel-recent-tickets .list-group>.list-group-item small,.panel-sidebar.panel-ticket-information .list-group>.list-group-item small {
	display: flex;
	flex-direction: column-reverse
}

.panel-sidebar.panel-support-tags .panel-body {
	margin-bottom: -4px
}

.panel-sidebar.panel-support-tags a {
	height: 24px;
	line-height: 1;
	align-items: center;
	padding: 1px 8px;
	display: inline-flex;
	border-radius: 4px;
	border: 1px solid #e6e8ec;
	font-size: 11px!important;
	white-space: nowrap;
	margin-bottom: 4px
}

.panel-sidebar.panel-support-tags a:not(:hover) {
	color: #2a2e36
}

.panel-sidebar.panel-payment {
	border-radius: 4px;
	background: #1062fe;
	margin-bottom: 36px;
	position: relative;
	z-index: 1;
	color: hsla(0,0%,100%,.64)
}

.panel-sidebar.panel-payment .panel-body {
	padding: 15px
}

.panel-sidebar.panel-payment .panel-body .total {
	display: flex;
	flex-direction: column;
	color: #fff;
	padding-top: 9px;
	margin-bottom: 21px
}

.panel-sidebar.panel-payment .panel-body .total-text {
	color: hsla(0,0%,100%,.64);
	font-size: 12px;
	line-height: 18px
}

.panel-sidebar.panel-payment .panel-body .total-price {
	padding-top: 6px;
	font-size: 26px;
	font-weight: 400;
	line-height: 34px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.panel-sidebar.panel-payment .panel-body .list-info {
	border-top: 1px solid hsla(0,0%,100%,.24);
	padding-top: 12px;
	margin-top: 27px
}

.panel-sidebar.panel-payment .panel-body .list-info li:not(:last-of-type) {
	margin-bottom: 8px
}

.panel-sidebar.panel-payment .panel-body .list-info span {
	color: hsla(0,0%,100%,.64)
}

.panel-sidebar.panel-payment .panel-body .list-info-title {
	padding-right: 16px;
	flex: 1
}

.panel-sidebar.panel-payment .panel-body .list-info-text {
	width: 88px
}

.panel-sidebar.panel-payment .panel-body .form-group {
	margin-bottom: 12px
}

.panel-sidebar.panel-payment .panel-body label {
	color: hsla(0,0%,100%,.64)
}

.panel-sidebar.panel-payment .panel-body .form-control {
	border-color: #fff
}

.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn),.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn) {
	display: inline-flex;
	height: 42px;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin: 16px 0 0;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	outline: none;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 24px;
	border-radius: 2px;
	color: #0c70de;
	background-color: #e3effc;
	border: 1px solid #e3effc
}

.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn)>i,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn)>i {
	font-size: 14px
}

.open>.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn).dropdown-toggle,.open>.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn).dropdown-toggle.focus,.open>.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn).dropdown-toggle:focus,.open>.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn).dropdown-toggle:hover,.open>.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn).dropdown-toggle,.open>.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn).dropdown-toggle.focus,.open>.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn).dropdown-toggle:focus,.open>.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn).dropdown-toggle:hover,.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn).active,.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn).active.focus,.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn).active:focus,.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn).active:hover,.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn).focus,.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn):active,.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn):active.focus,.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn):active:focus,.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn):active:hover,.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn):focus,.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn):hover,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn).active,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn).active.focus,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn).active:focus,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn).active:hover,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn).focus,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn):active,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn):active.focus,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn):active:focus,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn):active:hover,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn):focus,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn):hover {
	color: #0c70de;
	background-color: #d5e7fb;
	border-color: #d5e7fb
}

.open>.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn).dropdown-toggle,.open>.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn).dropdown-toggle,.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn).active,.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn):active,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn).active,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn):active {
	background-image: none
}

.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn).disabled,.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn).disabled.focus,.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn).disabled:focus,.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn).disabled:hover,.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn)[disabled],.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn)[disabled].focus,.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn)[disabled]:focus,.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn)[disabled]:hover,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn).disabled,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn).disabled.focus,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn).disabled:focus,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn).disabled:hover,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn)[disabled],.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn)[disabled].focus,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn)[disabled]:focus,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn)[disabled]:hover,fieldset[disabled] .panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn),fieldset[disabled] .panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn).focus,fieldset[disabled] .panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn):focus,fieldset[disabled] .panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn):hover,fieldset[disabled] .panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn),fieldset[disabled] .panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn).focus,fieldset[disabled] .panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn):focus,fieldset[disabled] .panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn):hover {
	color: #2a2e36;
	background-color: #e6e8ec;
	border-color: #e6e8ec
}

.panel-sidebar.panel-payment .panel-body input[type=button]:not(.btn) .badge,.panel-sidebar.panel-payment .panel-body input[type=submit]:not(.btn) .badge {
	color: #e3effc;
	background-color: #0c70de
}

.panel-sidebar.panel-payment .panel-body select:not(.form-control) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(https://www.idctheme.com/templates/orderforms/idctheme/img/arrow-drop.svg);
	background-position-y: 50%;
	background-position-x: calc(100% - 11px);
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 42px;
	padding: 8px 16px;
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 24px;
	color: #393d45;
	background-color: #fff;
	border-radius: 2px;
	border: none;
	transition: border-color .24s ease,box-shadow .24s ease
}

.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info) {
	width: 100%!important;
	color: #0c70de;
	background-color: #e3effc;
	border-color: #e3effc
}

.open>.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info).dropdown-toggle,.open>.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info).dropdown-toggle.focus,.open>.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info).dropdown-toggle:focus,.open>.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info).dropdown-toggle:hover,.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info).active,.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info).active.focus,.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info).active:focus,.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info).active:hover,.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info).focus,.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info):active,.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info):active.focus,.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info):active:focus,.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info):active:hover,.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info):focus,.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info):hover {
	color: #0c70de;
	background-color: #d5e7fb;
	border-color: #d5e7fb
}

.open>.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info).dropdown-toggle,.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info).active,.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info):active {
	background-image: none
}

.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info).disabled,.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info).disabled.focus,.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info).disabled:focus,.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info).disabled:hover,.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info)[disabled],.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info)[disabled].focus,.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info)[disabled]:focus,.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info)[disabled]:hover,fieldset[disabled] .panel-sidebar.panel-payment .panel-body .btn:not(.btn-info),fieldset[disabled] .panel-sidebar.panel-payment .panel-body .btn:not(.btn-info).focus,fieldset[disabled] .panel-sidebar.panel-payment .panel-body .btn:not(.btn-info):focus,fieldset[disabled] .panel-sidebar.panel-payment .panel-body .btn:not(.btn-info):hover {
	color: #2a2e36;
	background-color: #e6e8ec;
	border-color: #e6e8ec
}

.panel-sidebar.panel-payment .panel-body .btn:not(.btn-info) .badge {
	color: #e3effc;
	background-color: #0c70de
}

.panel-sidebar.panel-payment .panel-body a:not(.btn) {
	color: hsla(0,0%,100%,.64)
}

.panel-sidebar.panel-payment+.alert-panel {
	margin-top: -42px;
	padding-top: 16px
}

.panel-sidebar.panel-payment+.alert-panel .alert-icon:before {
	top: 18px
}

.panel-sidebar.panel-add-funds .alert {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 26px;
	border: 0;
	line-height: 32px;
	margin-bottom: 20px
}

.panel-sidebar.panel-add-funds .alert:after {
	font-family: lagom-small-icons;
	content: "\e915";
	font-size: 12px
}

.main-content .panel-sidebar.panel-payment {
	margin-top: 0
}

.panel-sidebar.panel-primary {
	border-radius: 4px;
	background: #1062fe
}

.panel-sidebar.panel-primary .panel-heading {
	padding: 16px 16px 0
}

.panel-sidebar.panel-primary .panel-heading .panel-title {
	color: #fff
}

.panel-sidebar.panel-primary .panel-body {
	padding: 16px;
	background: 0 0
}

.panel-sidebar.panel-primary .panel-footer {
	padding: 0 16px 16px
}

.panel-sidebar.panel-primary .list-group {
	padding: 8px 0
}

.panel-sidebar.panel-primary .list-group-item {
	padding: 8px 16px;
	background: 0 0;
	color: #fff
}

.panel-sidebar.panel-primary .btn {
	display: block;
	color: #0c70de;
	background-color: #e3effc;
	border-color: #e3effc
}

.open>.panel-sidebar.panel-primary .btn.dropdown-toggle,.open>.panel-sidebar.panel-primary .btn.dropdown-toggle.focus,.open>.panel-sidebar.panel-primary .btn.dropdown-toggle:focus,.open>.panel-sidebar.panel-primary .btn.dropdown-toggle:hover,.panel-sidebar.panel-primary .btn.active,.panel-sidebar.panel-primary .btn.active.focus,.panel-sidebar.panel-primary .btn.active:focus,.panel-sidebar.panel-primary .btn.active:hover,.panel-sidebar.panel-primary .btn.focus,.panel-sidebar.panel-primary .btn:active,.panel-sidebar.panel-primary .btn:active.focus,.panel-sidebar.panel-primary .btn:active:focus,.panel-sidebar.panel-primary .btn:active:hover,.panel-sidebar.panel-primary .btn:focus,.panel-sidebar.panel-primary .btn:hover {
	color: #0c70de;
	background-color: #d5e7fb;
	border-color: #d5e7fb
}

.open>.panel-sidebar.panel-primary .btn.dropdown-toggle,.panel-sidebar.panel-primary .btn.active,.panel-sidebar.panel-primary .btn:active {
	background-image: none
}

.panel-sidebar.panel-primary .btn.disabled,.panel-sidebar.panel-primary .btn.disabled.focus,.panel-sidebar.panel-primary .btn.disabled:focus,.panel-sidebar.panel-primary .btn.disabled:hover,.panel-sidebar.panel-primary .btn[disabled],.panel-sidebar.panel-primary .btn[disabled].focus,.panel-sidebar.panel-primary .btn[disabled]:focus,.panel-sidebar.panel-primary .btn[disabled]:hover,fieldset[disabled] .panel-sidebar.panel-primary .btn,fieldset[disabled] .panel-sidebar.panel-primary .btn.focus,fieldset[disabled] .panel-sidebar.panel-primary .btn:focus,fieldset[disabled] .panel-sidebar.panel-primary .btn:hover {
	color: #2a2e36;
	background-color: #e6e8ec;
	border-color: #e6e8ec
}

.panel-sidebar.panel-primary .btn .badge {
	color: #e3effc;
	background-color: #0c70de
}

.panel-sidebar.panel-primary .btn>i {
	font-family: lagom-small-icons!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 12px;
	-webkit-font-smoothing: antialiased
}

.panel-sidebar.panel-primary .btn>i:before {
	content: "\e905"
}

.panel-collapsable {
	border: 1px solid #e6e8ec
}

.panel-collapsable>.panel-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0;
	cursor: pointer;
	border-color: #e6e8ec
}

.panel-collapsable>.panel-heading .collapse-icon {
	order: 2
}

.panel-collapsable>.panel-heading .panel-title {
	color: #1062fe
}

.panel-collapsable>.panel-body {
	border-top: 1px solid #e6e8ec;
	padding: 18px 15px 24px
}

.panel-collapsable>.panel-body-collapsed {
	display: none
}

.panel.checked {
	border-color: #1062fe!important;
	background-color: #f6f7f8
}

.panel.disabled {
	cursor: not-allowed!important;
	border-color: #e6e8ec
}

.panel.disabled .check-content {
	opacity: .5
}

.panel.disabled .check>label {
	cursor: not-allowed!important
}

.panel-check,.panel-switch {
	cursor: pointer
}

.panel-check:hover,.panel-switch:hover {
	border-color: #ced3db
}

.panel-check>.check,.panel-switch>.check {
	display: flex;
	flex-direction: column;
	height: 100%
}

.panel-switch {
	user-select: none;
	border: 1px solid #e6e8ec
}

.panel-switch .panel-body {
	display: flex;
	align-items: center;
	padding: 24px 16px
}

.panel-switch .panel-body .switch {
	margin: 0 0 0 auto
}

.panel-switch .panel-body .switch-label {
	display: block;
	text-align: left;
	padding-right: 16px
}

h3.panel-title:before {
    position: absolute;
    content: "";
    left: 0;
    width: 5px;
    height: 22px;
    background: #1079ff;
    top: 50%;
    transform: translateY(-50%);
}

h3.panel-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    text-align: left;
    position: relative;
    padding: 0 0 0 15px;
}

.list-group-item.list-group-item-action.active {
    padding-left: 16px!important;
    padding-right: 16px!important;
}

.btn-continue {
    position: relative;
    display: block;
    height: 40px;
    margin-top: 17px;
    background-color: #2468f2;
    border-radius: 2px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-continue span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-align: left;
    font-weight: 400;
}

.btn-continue i {
    font-size: 12px;
    display: block;
    position: absolute;
    padding: 5px 6px;
    right: 6px;
    top: 5px;
    color: #fff;
    border: 1px solid hsla(0,0%,100%,.15);
    border-radius: 2px;
}
.about-pages {
	padding: 50px 0px 0px 0px;
    background-image: url("../image/about-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.about-img {
    padding-top: 70%;
    position: relative;
}
.about-img:after {
	position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("https://cdn.modulesocean.com/150mj.jpg?imageView2/0/format/webp/interlace/1/q/85|imageslim");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
.about-img:before {
	position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    content: "";
    transform: translate(20px, 20px);
    width: 100%;
    height: 100%;
    background: rgba(49, 83, 212, 0.1);
}
.about-text {
	padding: 30px;
}
.about-text p {
    margin-top: 25px;
    font-size: 1.1rem;
    font-weight: 400;
    color: #21325b;
    line-height: 24px;
}

.services {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services .icon {
  width: 80px;
  height: 80px;
  line-height: 72px;
  border: 3px solid rgba(83, 104, 241, 0.2);
  background-color: rgba(83, 104, 241, 0.065);
  border-radius: 10px;
}

.services .icon img {
  width: 55px;
}

.services .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services .content .title:hover {
  color: #5368f1 !important;
}

.services.serv-primary {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services .big-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  opacity: 0.05;
  font-size: 120px;
}

.services .big-icon.icon-right {
  top: 10%;
  right: -20px;
  left: auto;
}

.services:hover {
  -webkit-box-shadow: 0 10px 25px rgba(53, 64, 78, 0.15);
  box-shadow: 0 10px 25px rgba(53, 64, 78, 0.15);
}

.services:hover.serv-primary {
  background-color: #5368f1 !important;
  border-radius: 10px !important;
  color: #ffffff !important;
}

.services:hover.serv-primary .icon2,
.services:hover.serv-primary .para {
  color: rgba(255, 255, 255, 0.5) !important;
}

.services:hover.serv-primary .content,
.services:hover.serv-primary .icon2 {
  z-index: 2;
}

.services:hover .big-icon {
  opacity: 0.05;
}
.rounded {
  border-radius: 5px !important;
}

.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

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

