
/***** MAIN ****/

.pagination>li>a,
.pagination>li>span,
.page-item.disabled .page-link {
    color: #707070;
    border-color: #cfcfcf;
    box-shadow: none!important;
}

.page-item.active .page-link,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #61a60e;
    border-color: #61a60e;
}

.page-link {
    font-size: 14px;
    height: 34px;
    padding: 8px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    padding: 8px 13px;
}

/***** BREADCRUMB ****/

.master-breadcrumb {
    background: none;
}

.master-breadcrumb .breadcrumb {
    padding: 0;
    background: none;
    display: flex;
}

.breadcrumb-item,
.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb-item.active {
    width: 100%;
    display: flex;
}

/***** TITLES *****/

.breadcrumb-item.active {
    font-family: Lato;
    font-size: 28px;
    line-height: 1;
    text-align: left;
    color: #898989;
    padding: 0 0 12px 0;
    margin: 30px 0 20px 0;
    border-bottom: 4px dotted #61a60e;
}

/***** TABLES *****/

.table-container {
    max-width: 100%;
    overflow: auto;
}

.table-inside-title {
    display: none;
}

.see-more {
    display: none;
}

/***** SUPPORT *****/

.support-img {
    display: none;
}


@media only screen and (min-width: 1200px) {

    /***** ORDER *****/

    body #order-standard_cart .sub-heading {
        text-align: left;
    }
    body #order-standard_cart .sub-heading span,
    body #order-standard_cart .sub-heading-borderless span {
        padding: 0 15px 0 0;
        top: -16px;
        font-family: Lato;
        font-size: 21px;
        color: #61a60e;
        background-color: #f1f1f1;
    }
    body #order-standard_cart .field,
    body #order-standard_cart .form-control {
        max-width: 100%;
    }
    body #order-standard_cart .panel-addon {
        margin: 0 0 20px 0;
    }
    body #order-standard_cart .panel-addon .panel-body label {
        margin: 10px 0;
    }
    #order-standard_cart .sub-heading span,
    #order-standard_cart .sub-heading-borderless span {
        background: #fff;
    }
}

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

    /***** MAIN ****/

    body {
        padding: 0;
        font-family: Roboto;
        font-size: 14px;
    }

    section#main-body {
        padding: 0 0 30px 0;
    }

    .primary-bg-color {
        background: #ffffff;
    }

    .h1, h1 {
        font-size: 36px;
        color: #001f31;
    }

    .h2, h2 {
        font-size: 30px;
    }

    .h3, h3 {
        font-size: 24px;
    }

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

    .card {
        border: 0;
        border-radius: 3px;
    }

    .primary-content .card {
        margin: 0 0 20px 0;
    }

    .card-header,
    .collapsable-card-body,
    .client-home-cards .list-group,
    .client-home-cards .card.card-accent-emerald .card-body {
        padding: 15px;
        background: #ffffff;
        border-radius: 3px !important;
        border: 1px solid #cfcfcf !important;
    }

    .collapsable-card-body,
    .client-home-cards .list-group {
        margin: -1px 0 0 0;
        border-top: 1px solid #ffffff!important;
        border-radius: 0 0 3px 3px!important;
    }

    .card-header .card-title,
    .sidebar .card-title {
        font-size: 14px;
        color: #707070;
        font-weight: normal;
        margin: 0;
    }

    .card-header i {
        font-size: 14px;
        color: #707070;
    }

    .card-header i:first-child {
        color: #61a60e;
    }

    .sidebar .list-group {
        width: 100%;
        display: flex!important;
        flex-flow: wrap;
    }

    .list-group-item {
        margin: 0;
        padding: 20px 0;
        border: 1px solid #e0e0e0;
    }

    .list-group-item p {
        margin: 0 0 5px 0;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        color: #61a60e !important;
        display: flex;
        align-items: center;
    }

    .list-group-item small {
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.21;
        color: #585858;
        padding: 0;
    }

    .sidebar .list-group-item {
        width: calc(50% - 10px);
        border-radius: 5px;
        margin: 0 5px 10px 5px;
        font-size: 14px;
        color: #707070!important;
        background-color: #ffffff!important;
        border: 1px solid #cfcfcf!important;
    }

    .list-group-item.active {
        border: 1px solid #61a60e!important;
    }

    .sidebar .list-group-item>i.far.fa-circle {
        color: #707070;
    }

    .sidebar .list-group-item.active i {
        color: #61a60e;
    }

    .sidebar .list-group-item .badge {
        width: auto;
        padding: 4px 0 3px 0;
        font-size: 14px;
        font-weight: normal;
        color: #707070;
    }

    .card-body,
    .primary-content .card-body {
        padding: 0;
        overflow: hidden;
    }

    .card-body.px-sm-5.py-5 {
        padding: 20px 0!important;
    }

    .card-footer {
        border: 0;
        padding: 0;
        background: none;
    }

    p {
        font-size: 14px;
        text-align: left;
        color: #585858 !important;
    }

    .text-muted {
        color: #6c757d!important;
    }

    .sidebar.sidebar-secondary {
        padding: 0;
    }

    /***** COLORS ****/

    .label {
        margin: 0;
        padding: 5px;
        min-height: 28px;
        font-size: 13px;
        font-weight: normal;
        border-radius: 0;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-accent-gold {
        color: #f0ad4e;
        border: 1px solid #f0ad4e;
    }

    .card-accent-green {
        color: #61a60e;
        border: 1px solid #61a60e;
    }

    .card-accent-red {
        color: #d9534f;
        border: 1px solid #d9534f;
    }

    .card-accent-blue {
        color: #5bc0de;
        border: 1px solid #5bc0de;
    }

    .card-accent-orange {
        color: #ff6600;
        border: 1px solid #ff6600;
    }

    .card-accent-pink {
        color: #e671b8;
        border: 1px solid #e671b8;
    }

    .card-accent-purple {
        color: #7b4f9d;
        border: 1px solid #7b4f9d;
    }

    .card-accent-lime {
        color: #8cbf26;
        border: 1px solid #8cbf26;
    }

    .card-accent-magenta {
        color: #ff0097;
        border: 1px solid #ff0097;
    }

    .card-accent-teal {
        color: #00aba9;
        border: 1px solid #00aba9;
    }

    .card-accent-turquoise {
        color: #1abc9c;
        border: 1px solid #1abc9c;
    }

    .card-accent-emerald {
        color: #2ecc71;
        border: 1px solid #2ecc71;
    }

    .card-accent-amethyst {
        color: #9b59b6;
        border: 1px solid #9b59b6;
    }

    .card-accent-wet-asphalt {
        color: #004258;
        border: 1px solid #004258;
    }

    .card-accent-midnight-blue {
        color: #2c3e50;
        border: 1px solid #2c3e50;
    }

    .card-accent-sun-flower {
        color: #f1c40f;
        border: 1px solid #f1c40f;
    }

    .card-accent-pomegranate {
        color: #c0392b;
        border: 1px solid #c0392b;
    }

    .card-accent-silver {
        color: #bdc3c7;
        border: 1px solid #bdc3c7;
    }

    .card-accent-asbestos {
        color: #7f8c8d;
        border: 1px solid #7f8c8d;
    }

    .bg-color-gold {
        color: #f0ad4e;
        border: 1px solid #f0ad4e;
    }

    .bg-color-green {
        color: #61a60e;
        border: 1px solid #61a60e;
    }

    .bg-color-red {
        color: #d9534f;
        border: 1px solid #d9534f;
    }

    .bg-color-blue {
        color: #5bc0de;
        border: 1px solid #5bc0de;
    }

    .bg-color-orange {
        color: #ff6600;
        border: 1px solid #ff6600;
    }

    .bg-color-pink {
        color: #e671b8;
        border: 1px solid #e671b8;
    }

    .bg-color-purple {
        color: #7b4f9d;
        border: 1px solid #7b4f9d;
    }

    .bg-color-lime {
        color: #8cbf26;
        border: 1px solid #8cbf26;
    }

    .bg-color-magenta {
        color: #ff0097;
        border: 1px solid #ff0097;
    }

    .bg-color-teal {
        color: #00aba9;
        border: 1px solid #00aba9;
    }

    .bg-color-turquoise {
        color: #1abc9c;
        border: 1px solid #1abc9c;
    }

    .bg-color-emerald {
        color: #2ecc71;
        border: 1px solid #2ecc71;
    }

    .bg-color-amethyst {
        color: #9b59b6;
        border: 1px solid #9b59b6;
    }

    .bg-color-wet-asphalt {
        color: #004258;
        border: 1px solid #004258;
    }

    .bg-color-midnight-blue {
        color: #2c3e50;
        border: 1px solid #2c3e50;
    }

    .bg-color-sun-flower {
        color: #f1c40f;
        border: 1px solid #f1c40f;
    }

    .bg-color-pomegranate {
        color: #c0392b;
        border: 1px solid #c0392b;
    }

    .bg-color-silver {
        color: #bdc3c7;
        border: 1px solid #bdc3c7;
    }

    .bg-color-asbestos {
        color: #7f8c8d;
        border: 1px solid #7f8c8d;
    }

    .label-default {
        color: #666;
        border: 1px solid #666;
    }

    .label-success {
        color: #61a60e;
        border: 1px solid #61a60e;
    }

    .label-info {
        color: #5bc0de;
        border: 1px solid #5bc0de;
    }

    .label-warning {
        color: #f0ad4e;
        border: 1px solid #f0ad4e;
    }

    .label-danger {
        color: #d9534f;
        border: 1px solid #d9534f;
    }

    .status-pending {
        color: #d9534f;
        border: 1px solid #d9534f;
    }

    .status-pending.transfer {
        color: #f0ad4e;
        border: 1px solid #f0ad4e;
    }

    .status-active,
    .status-open,
    .status-completed {
        color: #61a60e;
        border: 1px solid #61a60e;
    }

    .status-suspended {
        color: #f0ad4e;
        border: 1px solid #f0ad4e;
    }

    .status-customer-reply {
        color: #ff6600;
        border: 1px solid #ff6600;
    }

    .status-fraud {
        color: #000;
        border: 1px solid #000;
    }

    .status-answered {
        color: #7b4f9d;
        border: 1px solid #7b4f9d;
    }

    .status-expired,
    .status-transferred.away {
        color: #004258;
        border: 1px solid #004258;
    }

    .status-terminated {
        color: #666;
        border: 1px solid #666;
    }

    .status-onhold {
        color: #336699;
        border: 1px solid #336699;
    }

    .status-inprogress {
        color: #c0392b;
        border: 1px solid #c0392b;
    }

    .status-closed {
        color: #87939f;
        border: 1px solid #87939f;
    }

    .status-paid {
        color: #61a60e;
        border: 1px solid #61a60e;
    }

    .status-unpaid {
        color: #d9534f;
        border: 1px solid #d9534f;
    }

    .status-cancelled {
        color: #87939f;
        border: 1px solid #87939f;
    }

    .status-collections {
        color: #2c3e50;
        border: 1px solid #2c3e50;
    }

    .status-refunded {
        color: #f0ad4e;
        border: 1px solid #f0ad4e;
    }

    .status-payment-pending {
        color: #336699;
        border: 1px solid #336699;
    }

    .status-delivered {
        color: #336699;
        border: 1px solid #336699;
    }

    .status-accepted {
        color: #61a60e;
        border: 1px solid #61a60e;
    }

    .status-lost,
    .status-dead {
        color: #000;
        border: 1px solid #000;
    }

    .requestor-type-operator {
        color: #5bc0de;
        border: 1px solid #5bc0de;
    }

    .requestor-type-owner {
        color: #61a60e;
        border: 1px solid #61a60e;
    }

    .requestor-type-authorizeduser {
        color: #666;
        border: 1px solid #666;
    }

    .requestor-type-externaluser {
        color: #f0ad4e;
        border: 1px solid #f0ad4e;
    }

    .requestor-type-subaccount {
        color: #666;
        border: 1px solid #666;
    }

    .requestor-type-guest {
        color: #87939f;
        border: 1px solid #87939f;
    }

    /***** BTN *****/

    .btn-group {
        display: flex;
        flex-flow: wrap;
    }

    .btn-group-vertical>.btn,
    .btn-group>.btn {
        flex: 1;
    }

    .btn {
        height: 38px;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.21;
        text-align: center;
        border-radius: 3px;
        box-shadow: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-block {
        height: 50px;
    }

    .btn-primary,
    .btn-success {
        color: #ffffff;
        background-color: #61a60e;
        border: 1px solid #61a60e;
    }

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle,
    .btn-primary:not(:disabled):not(.disabled).active:focus,
    .btn-primary:not(:disabled):not(.disabled):active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success:not(:disabled):not(.disabled).active,
    .btn-success:not(:disabled):not(.disabled):active,
    .show > .btn-success.dropdown-toggle,
    .btn-success:not(:disabled):not(.disabled).active:focus,
    .btn-success:not(:disabled):not(.disabled):active:focus,
    .show > .btn-success.dropdown-toggle:focus {
        color: #ffffff;
        background-color: #80b73e;
        border: 1px solid #80b73e;
    }

    .custom-file-label {
        height: 38px;
    }

    .custom-file-label::after {
        height: 38px;
    }

    /***** BREADCRUMB ****/

    .breadcrumb-item.active {
        justify-content: center;
    }

    /***** TITLES ****/

    .breadcrumb-item.active,
    #login_1 .h3 {
        width: 100%;
        font-family: Roboto;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2;
        text-align: center;
        color: #61a60e;
        margin: 30px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #61a60e;
    }

    /***** FORMS *****/

    .form-control-label {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.21;
        color: #707070;
        margin: 0 0 8px 0;
    }

    .form-group .mb-2,
    .form-group .my-2 {
        margin: 0 0 4px 0 !important;
    }

    .form-group a {
        font-size: 13px;
    }

    /***** HEADER *****/

    .navbar-brand img {
        max-width: 100%;
    }

    /***** TABLES *****/

    .dataTables_wrapper .dataTables_filter {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .dataTables_wrapper .dataTables_filter label {
        margin: 0;
        display: flex;
        flex-flow: wrap;
    }

    .dataTables_wrapper .dataTables_filter label .form-control {
        width: 100%;
        margin: 0;
    }

    .dataTables_wrapper div.dataTables_info {
        padding: 0;
        margin: 0 0 1rem 0!important;
    }

    .dataTables_wrapper div.dataTables_length select {
        height: 34px;
        border-radius: 3px;
        padding: 6px 10px 8px;
        border: 1px solid #cfcfcf;
    }

    .dataTables_wrapper div.dataTables_paginate {
        width: 100%;
        background-color: #ffffff;
        margin: 0 0 1rem 0!important;
    }

    .dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 0;
    }

    div.dataTables_wrapper div.dataTables_length label {
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #707070;
    }

    div.dataTables_wrapper div.dataTables_info {
        padding: 0;
    }

    .listtable {
        width: 100%;
        max-width: 100%;
        overflow: auto;
        margin: 0 0 20px 0;
    }

    .dataTables_wrapper table.table-list tr:nth-child(2n+2) {
        background: #f5f5f5;
    }

    .dataTables_wrapper table.table-list thead th {
        border: 0;
        color: #ffffff;
        background-color: #61a60e!important;
        padding: 10px!important;
        box-sizing: border-box;
        border-radius: 0!important;
    }

    .dataTables_wrapper table.table-list {
        border: 0;
        margin: 0!important;
    }

    .dataTables_wrapper table.table-list tr {
        border-bottom: 1px solid #e0e0e0;
    }

    .dataTables_wrapper table.table-list td {
        border: 0;
        background: none!important;
    }

    .dataTables_wrapper table.table-list {
        font-size: 14px;
        color: #707070!important;
    }

    .dataTables_wrapper table.table-list strong,
    .dataTables_wrapper table.table-list .title-td,
    .dataTables_wrapper table.table-list .ticket-number,
    .dataTables_wrapper table.table-list .ticket-subject {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.21;
        text-align: left;
        color: #001f31;
    }

    /***** TABLE RESTYLING ****/

    .table-restyling {
        overflow: hidden;
    }

    .table-restyling .dataTables_wrapper {
        display: flex;
        flex-flow: wrap;
    }

    .table-restyling table.table-list {
        margin: 0 0 20px 0 !important;
    }

    .table-restyling table.table-list tr {
        display: flex;
        flex-flow: wrap;
    }

    .table-restyling table.table-list tbody tr {
        padding: 10px 0 13px 0;
    }

    table.dataTable>thead .sorting:before,
    table.dataTable>thead .sorting_asc:before,
    table.dataTable>thead .sorting_asc_disabled:before,
    table.dataTable>thead .sorting_desc:before,
    table.dataTable>thead .sorting_desc_disabled:before,
    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 {
        display: none;
    }

    .table-restyling table.table-list .mobile-hide {
        display: none;
    }

    .table-restyling table.table-list .mobile-100,
    .table-restyling table.table-list .mobile-83,
    .table-restyling table.table-list .mobile-66,
    .table-restyling table.table-list .mobile-33,
    .table-restyling table.table-list .mobile-16,
    .table-restyling table.table-list .mobile-petite,
    .table-restyling table.table-list .mobile-big,
    .table-restyling table.table-list tbody td {
        width: 100%!important;
        padding: 7px 5px!important;
        box-sizing: border-box;
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .table-restyling table.table-list th {
        min-height: 40px;
        align-items: center!important;
        justify-content: center!important;
    }

    .table-restyling table.table-list .mobile-petite {
        width: 25px !important;
    }

    .table-restyling table.table-list .mobile-big {
        width: calc(100% - 25px)!important;
    }

    .table-restyling table.table-list .mobile-83 {
        width: 83.3333%!important;
    }

    .table-restyling table.table-list .mobile-66 {
        width: 66.6666%!important;
    }

    .table-restyling table.table-list .mobile-33 {
        width: 33.3333%!important;
    }

    .table-restyling table.table-list .mobile-16 {
        width: 16.6665%!important;
    }

    .table-restyling table.table-list tbody td,
    .table-restyling table.table-list tbody td span {
        text-align: left!important;
    }

    .table-restyling table.table-list strong {
        width: 100%;
        margin-bottom: 2px;
    }

    .table-restyling table.table-list .table-inside-title {
        display: flex;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        line-height: 1.2;
        color: #585858;
        width: 100%;
        margin-bottom: 2px;
    }

    .table-restyling .table-list > tbody > tr > td a.border-left {
        border: 0!important;
        padding: 0;
    }

    .table-restyling .label.status {
        width: 100%;
    }

    .table-restyling .see-more {
        display: block;
        width: 100%;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.21;
        text-align: left;
        color: #61a60e;
        margin: 2px 0 0 0;
    }

    .table-restyling .see-more i {
        font-size: 16px;
    }

    .table-restyling .dataTables_wrapper div.dataTables_length {
        width: 90px;
        overflow: hidden;
    }

    .table-restyling .dataTables_wrapper div.dataTables_length select {
        width: auto;
        margin: 0 16px 0 7px;
    }

    .table-restyling .dataTables_wrapper div.dataTables_paginate {
        order: 1;
        width: calc(100% - 90px);
        display: flex;
        justify-content: flex-end;
    }

    .table-restyling .dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 0;
    }

    /***** CLIENT AREA *****/

    .client-home-cards .card.card-accent-emerald .card-body .input-group {
        padding: 0!important;
    }

    .client-home-cards .card-title {
        font-size: 20px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .client-home-cards .card-title i {
        display: none;
    }

    .client-home-cards .float-right {
        order: 1;
    }

    /***** PRODUCT & SERVICES *****/

    .fa-stack {
        height: 1.5em;
        margin: 0 0 20px 0;
    }

    .fa-stack-1x {
        font-size: .7em;
        line-height: 2.2;
    }

    .fa-stack-2x {
        font-size: 1.5em;
        color: #001f31;
    }

    div.product-details div.product-icon {
        padding: 20px;
    }

    .product-details .h3,
    .product-details h3,
    .product-details .h4,
    .product-details h4 {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.19;
        text-align: center;
        color: #585858;
        margin: 0;
    }

    .product-details .product-details-all {
        margin: 0 0 10px 0;
    }

    .product-details .product-details-all,
    .product-details .product-details-all h4 {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.21;
        color: #707070;
    }

    .product-details .product-details-all h4 {
        margin: 15px 0 0 0;
        font-weight: 500;
        color: #001f31;
    }

    .download-item {
        padding: 15px;
        border-radius: 5px;
        border: 1px solid #61a60e;
        background-color: #ffffff;
    }

    .download-item h4 {
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.21;
        text-align: left;
        color: #001f31;
        margin-bottom: 15px;
    }

    .download-item p {
        margin: 0;
        display: flex;
        color: #585858!important;
    }

    .download-item .btn {
        width: auto;
        color: #61a60e;
        padding: 15px 25px;
        height: 50px;
        margin: 15px auto 0 auto;
        border-radius: 3px;
        border: 1px solid #cfcfcf;
    }

    .download-item .btn i {
        font-size: 16px;
        margin-right: 8px;
    }

    .product-details-tab-container .tab-pane .row:not(:last-child) {
        margin-bottom: 15px;
    }

    .product-details-tab-container .text-left {
        text-align: center!important;
    }

    .product-details-tab-container a,
    .product-details-tab-container strong {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.21;
        text-align: center!important;
        color: #001f31;
    }

    .product-details-tab-container a {
        color: #707070;
    }

    /***** SUPPORT *****/

    .support-main {
        display: flex;
        flex-flow: wrap;
        overflow: hidden;
    }

    .support-main .row {
        margin: 0 -7.5px;
    }

    .support-main .support-item {
        width: 100%;
        padding: 0 7.5px;
        margin-bottom: 10px;
    }

    .support-main .support-item p {
        height: 100%;
    }

    .support-main .support-item a {
        height: 100%;
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.21;
        text-align: center;
        color: #707070;
        padding: 18px 13px 13px;
        border: solid 1px #e0e0e0;
        display: flex;
        flex-flow: column;
        justify-content: center;
        border-radius: 5px;
    }

    .support-main .support-item a .support-img {
        display: block;
        height: 48px;
        width: 48px;
        margin: 0 auto 10px auto;
        background-image: url("../img/support/comercial.png");
    }

    .support-main .support-item .support-item-1 .support-img {
        background-image: url("../img/support/administration.png");
    }

    .support-main .support-item .support-item-10 .support-img {
        background-image: url("../img/support/prestashop.png");
    }

    .support-main .support-item .text-muted {
        display: none;
    }

    .buttons-container {
        display: flex;
        width: 100%;
    }

    .buttons-container > * {
        height: 50px;
        width: calc(50% - 8px);
    }

    .buttons-container > *:first-child {
        margin-right: 8px;
    }

    .buttons-container > *:last-child {
        margin-left: 8px;
    }

    .buttons-container .yes {
        color: #ffffff;
        background-color: #61a60e;
        border: 1px solid #61a60e;
    }

    .buttons-container .no {
        color: #707070;
        background-color: #ffffff;
        border: 1px solid #cfcfcf;
    }

    /***** FAQ *****/

    .input-group-lg>.custom-select,
    .input-group-lg>.form-control:not(textarea) {
        height: 33px;
        font-size: 13px;
        line-height: 1.15;
        text-align: left;
        color: #9e9e9e;
        border: 1px solid #e0e0e0;
    }

    .input-group>.input-group-append>.btn,
    .input-group>.input-group-append>.input-group-text,
    .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
    .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
    .input-group>.input-group-prepend:not(:first-child)>.btn,
    .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
        height: 33px;
        font-size: 16px;
    }

    .card.kb-category {
        margin: 0 0 10px 0!important;
    }

    .card.kb-category:last-child {
        margin: 0 0 20px 0!important;
    }

    .card.kb-category a {
        border-radius: 5px;
        border: 1px solid #61a60e;
        background-color: #ffffff;
        padding: 15px;
    }

    .card.kb-category .h5 {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.21;
        text-align: left;
        text-transform: uppercase;
        color: #61a60e;
        display: flex;
    }
    .card.kb-category i {
        display: none;
    }

    .card.kb-category .badge-info {
        padding: 1px 3px 0 3px;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.21;
        text-align: center;
        color: #ffffff;
        background-color: #707070;
        border-radius: 50px;
        margin: 0 0 0 5px;
    }

    .card.kb-category p,
    .card.kb-category small {
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.21;
        text-align: left;
        color: #585858;
    }

    .card.kb-category p {
        margin: 10px 0 0 0!important;
    }

    .articles {
        margin-top: 20px;
    }

    .primary-content h4.card-title,
    .articles .card-title {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2;
        text-align: left;
        color: #001f31;
    }

    .articles .card-title i {
        display: none;
    }

    .articles .list-group-item i {
        font-size: 25px;
        margin: 0 10px 0 0;
        color: #61a60e!important;
    }

    .article h1 {
        font-size: 20px;
        margin-bottom: 20px;
        display: none;
    }

    .article h1 a,
    .article .card-body > .list-inline {
        display: none;
    }

    .article article {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.79;
        text-align: left;
        color: #707070;
        margin: 20px 0;
    }

    .article .buttons-container {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 991px) {
    .responsive-tabs-sm {
        width: 100%;
    }

    .responsive-tabs-sm .nav-item {
        margin: 0;
    }

    .responsive-tabs-sm-connector {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .btn-group > * {
        width: 100%;
        margin: 0;
    }
}


/**** CART.PHP *****/


#order-standard_cart .view-cart-promotion-code {
    margin: 0 0 5px 0;
    padding: 10px 20px;
    background-color: #fff;
    border: 2px dashed #433455;
    text-align: center
}

#order-standard_cart .view-cart-promotion-code .promo_code {
    color: #d5006a;
    font-weight: bold;
}

#order-standard_cart .view-cart-promotion-code .promo_description {
    color: #433455;
    font-weight: bold;
}

/* SE OCULTA EL TEXTO DE POWERED BY */

#main-body .primary-content > p{
    display:none;
}


/* BANNER INSTALACIÓN APP MÓVIL - BEGIN */


#install-app {
    width:100%;
    right: 0;
    position: fixed;
    bottom: 0px;
    z-index: 900;
    color:black;
    background-color:#f1f5f9;
    font-family: Verdana, Arial, sans-serif;
    font-size:12px;
    border-top:1px solid #e8ecf1;
    min-height:75px;
    display: flex;
    align-items: center;
}

.close-install-app {
    padding:8px 5px;
    display:block;
    width:20px;
    height:40px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size:14px;
    text-align:center;
    cursor:pointer !important;
    font-weight:bold;
    color:#666;
    position:absolute;
    /* margin-top:20px; */
}

.img-app {
    width:57px;
    border: 1px solid #e8ecf1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.img-app, .content-app {
    float:left;
}

.fab-app {
    color:#979797;
    font-size:11px;
}

.name-app, .title-app, .fab-app {
    margin-left:70px;
    padding:1px 0;
}

.name-app {
    font-weight:bold;
    margin-top:2px;
    overflow:hidden;
    height: 16px;
}

.content-app {
    /* margin-top:8px; */
    margin-right: 34px;
    margin-left: 30px;
    position:absolute;
}

.view-install-app {
    color: #FFFFFF;
    line-height:25px;
    /* margin-top:23px; */
    text-transform:uppercase;
    position:absolute;
    right:5px;
    background-color: #62a70f;
}

/* estilos app reskyt para custom.css */
.Mis-Productos-y-Servicios {
    width: 100%;
    height: 24px;
    margin: 10px 44px 0.5px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #61a60e;
}
.Lnea-153 {
    width: 100%;
    height: 0;
    margin: 0.5px 10% 20px;
    border: solid 1px #61a60e;
}
.Rectngulo-1787 {
    width: 100%;
    height: 42px;
    text-align: center;
    padding: 8px 5px 5px;
    margin-bottom: 16px;
    background-color: #61a60e;
}
.Productos-Servicios {
    width: 100%;
    height: 20px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.clientareaproducts_title {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #001f31;
}
.clientareaproducts_verdetalle {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #61a60e;
}
.clientareaproducts_listadeprecios {
    position:relative;
    top:24px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #585858;
}
.clientareaproducts_precio {
    position:relative;
    top:24px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}
.clientareaproducts_estado {
    position:relative;
    top:19px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #585858;
}
.clientareaproducts_status1-terminated {
    position:relative;
    top:24px;
    width: 87px;
    height: 28px;
    padding: 3px 0;
    border: solid 1px #E6291A;
    text-align: center;
}
.clientareaproducts_status2-terminated {
    width: 41px;
    height: 20px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #E6291A;
}
.clientareaproducts_status1-cancelled {
    position:relative;
    top:24px;
    width: 87px;
    height: 28px;
    padding: 3px 0;
    border: solid 1px #C1BFBF;
    text-align: center;
}
.clientareaproducts_status2-cancelled {
    width: 41px;
    height: 20px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #C1BFBF;
}
.clientareaproducts_status1-active {
    position:relative;
    top:24px;
    width: 87px;
    height: 28px;
    padding: 3px 0;
    border: solid 1px #3fad46;
    text-align: center;
}
.clientareaproducts_status2-active {
    width: 41px;
    height: 20px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #3fad46;
}
.clientareaproducts_status1-pending {
    position:relative;
    top:24px;
    width: 87px;
    height: 28px;
    padding: 3px 0;
    border: solid 1px #DE7C0D;
    text-align: center;
}
.clientareaproducts_status2-pending {
    width: 41px;
    height: 20px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #DE7C0D;
}
