@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

@font-face {
    font-family: "Avenir Next forINTUIT";
    src: url('../fonts/avenir-400-intuit.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next forINTUIT";
    src: url('../fonts/avenir-600-intuit.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next forINTUIT";
    src: url('../fonts/avenir-700-intuit.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

html, body {
    font-family: 'Avenir Next forINTUIT';
    min-height: 100%;
}

body header {
    margin: 0px auto 0px auto;
    border: none;
    background-size: 100% auto;
    height: 49px;
    padding: 0px;
}

#logo_home h1 a { 
	display: block;
	text-indent: -9999px;
}

#social {
    margin: 0px;
}

#social > ul > li {
    display: grid;
}

#social ul li a {
    width: auto;
    color: #babec5;
    font-size: 15px;
    display: inline-block;
    height: 49px;
    line-height: 49px;
}

#left_form {
    background: transparent;
}

#left_form span.icon-angle-right {
    color: #333;
}

figure {
    background: url('../img/dataswitcher/ds-icon.png') no-repeat top center;
    width: 100%;
    height: 240px;
    background-size: 80% auto;
}

figure img {
    display: none;
}

#left_form h2 {
    text-align: center;
}

.progress-bar-container, #middle-wizard {
    padding: 0px!important;
}

#social ul li {
    margin-left: 0px;
    float: right;
}

#wizard_container {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 20px 40px;
}

h1.wizard-step-title {
    font-size: 32px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}

h2.wizard-sub-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

h3.wizard-headline {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}

.title_image {
    display: block;
    margin: auto;
}

.tenants_grid {
    justify-content: center;
}

.tenant_block {
    /* height: 400px; */
    padding-bottom:30px;
    padding-right:20px;
    /* width: 300px; */
    border-radius: 15px;
    -moz-border-radius: 15px;
    text-align: left;
    /* margin-left: 25px; */
    margin-top: 50px;
    margin-bottom: 50px;
}

.tenant_flag {
    border-radius: 42px;
    -moz-border-radius: 42px;
    position: relative;
    top: -50px;
    height: 85px;
    width: 85px;
    display: block;
    margin: auto;
}

.tenant_text {
    padding-left: 30px;
    margin-top: -50px;
}

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

.tenant_text > h3 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.tenant_block > a {
    color: inherit;
}

.or-sep {
    padding: 0px 10px 0px 10px;
}

.powered_by_div {
    margin-bottom: 50px;
}

.powered_by_div > img {
    width: 175px;
    height: 40px;
}

.icon-angle-right {
    display: none;
}

.tier-text {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.03px;
}

#pricing-table .align-left {
    width: 90px;
}

#pricing-table tbody td {
    padding: 10px;
}

h3.wizard-step-subtitle {
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 20px;
}

.alert {
    margin-bottom: 30px;
}

/* BUTTONS */

hr.divider {
    border: 1px solid rgba(107,108,114,0.5);
    margin-top: 32px;
    margin-bottom: 5px;
}

.source-step-form {
    padding-left: 0;
}

.conversion-submission-box {
    margin-top: 30px;
}

/* to be removed - deals with upload file input text*/
.dummy-fileupload-input {
    width: 90% !important;
}

#preloader {
    background: #F4F5F8;
}

.bottom-align-element {
    position: absolute;
    bottom: 10px;
}

.btn-on-the-left {
    margin-right: 16px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 5px 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    height: 36px;
    min-width: 117px;
}

.btn-file {
    width: 100%;
    border-radius: 50px;
}

.btn-default {
    border-top: 1px solid #8D9096;
    border-right: 1px solid #8D9096;
    border-left: 1px solid #8D9096;
    border-bottom: 1px solid #8D9096;
    color: black;
    background: white;
    padding: 5px 25px;
}

.btn-default:focus {
    box-shadow: inset 0 0 0 1px transparent, 0 0 0 3px #dcdcdc !important;
}

.btn-default:hover {
    box-shadow: inset 0 0 0 1px #8D9096;
    background-color: #ffffff;
}

.btn-rounded {
    border-radius: 35px;
}

.btn-success, .btn-success:visited, .btn-primary:visited, .btn-primary {
    color: white;
    background-color: #0A8543;
    border-color: #0A8543;
}

.btn-success:hover {
    background-color: #333;
    border-color: #333;
}

.btn-success:disabled {
    display: inline-block;
}

.btn-primary:disabled {
    display: inline-block;
    opacity: .50;
}

/* Quickbooks styling */

.btn .caret {
    border-top: 6px solid #000000 !important;
    border-right: 5px solid transparent !important;
    border-left: 5px solid transparent !important;
    background-color: transparent !important;
}

.btn-primary {
    background-image: none !important;
    color: #FFFFFF !important;

    box-shadow: none !important;
    border-radius: 4px;
}

.btn-primary:focus {
    outline: none;
}

.btn-primary:active {
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3) !important;
}

/* end quickbooks button styling */

.row-section {
    margin-top: 15px
}

.col-no-padding {
    padding-left: 0;
}

.btn-nav {
    padding: 5px 25px;
}

.nav-container {
    padding-bottom: 40px;
    padding-top: 40px;
}

.contentContainer {
    padding: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
}

.destination_block_right_side {
    background: #DBEDEE;
    padding: 30px;
    border-radius: 20px;
    -moz-border-radius: 20px;
}

.step .help-block {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    color: #ff0000;
}

.packages-items::before {
    content: "\2022";
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.packages-items {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.19px;
    color: #2be1c7;
}

.check-box-list-items:last-child {
    margin: 5px 0 10px 0;
}

.check-box-list-items {
    margin: 5px 0 8px 0;
}

.bottom-credits-bar {
    font-size: 12px !important;
    color: #777 !important;
}

.beta-styling {
    color: white;
}

#hideBox {
    display: none;
    margin-top: 30px;
    margin-bottom: 20px;
}

#packages-list {
    padding-left: 17px;
    line-height: 30px;
    list-style: none;
}

#left_form .left_image {
    max-height: 164px;
    max-width: 164px;
}

#left_form span.icon-angle-right {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 0;
    font-size: 25px;
    color: #6b6c72;
    background-color: #fff;
    margin-right: -25px;
    border-radius: 30px;
    height: 50px;
    width: 51px;
    line-height: 46px;
    text-align: center;
}

#left_form figure {
    text-align: left;
}

#left_form span.icon-angle-right:before {
    margin-left: 5px !important;
}

#left-block-heading-text {
    position: relative;
    text-align: left;
}

#left_form h2 {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

#middle-wizard {
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.text_block {
    background: #ffffff;
    text-align: center;
    padding: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
}

.packages-items a,
.check-box-list-items a,
.wizard-step-body a {
    color: #2be1c7;
}

.wizard-step-body {
    padding: 40px;
}

.wizard-step-body-note {
    padding: 20px;
    background-color: #DBEDEE;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

#bottom-navigation-row {
    padding-top: 40px;
    text-align: center;
}

#at-wizardlogin .control-label {
	margin-top: 5px;
}

/* WIZARD/Index - Packages list page */

h1,h2,h3 {
    margin: 0px;
}

/* WIZARD/Login-guest */

#login-guest h2.wizard-step-title {
    margin-bottom: 8px;
    margin-top: 0px;
}

#login-guest .form-group label {
    font-weight: 600;
}

/* WIZARD/Tier */

#tier-page .alert {
    border-radius: 0px;
    font-size: 12px;
    color: #393a3d;
    padding-top: 10px;
    padding-bottom: 10px;
}

#tier-page .alert-warning-yellow-box {
    border: solid 1px #FFBB00
}

.pricing-table-div {
    background-color: #F3F2EF;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
}

#pricing-table {
    --bs-table-bg: #F3F2EF;
    background-color: #F3F2EF;
}

#pricing-table .top-bar td {
    font-size: 16px;
    font-weight: 900;
    color: #393a3d;
    padding: 15px;
}

.pricing-table-header {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    line-height: 50px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #0D333F;
    text-align: center;
    color: #0FD46C;

}

#pricing-table .no-borders {
    border: none;
}

#pricing-table .no-border-left {
    border-left: none;
}

#pricing-table .column-title {
    font-size: 18px;
    letter-spacing: 0.05px;
    color: #393a3d;
}

#pricing-table .title-underline {
    width: 47px;
    display: none;
    border: solid 1px #53b700;
    margin: 5px 0 7px 0;
}

#pricing-table .column-subtitle {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 0.09px;
    color: #393a3d;
}

#pricing-table .options-name {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.86;
    letter-spacing: 0.04px;
    color: #393a3d;
}

#pricing-table .icon-info-circled {
    width: 12px;
    height: 12px;
    color: #8d9096;
}

#pricing-table .icon-ok {
    color: #0FD46C;
    font-size: 18px;
}

#pricing-table .icon-ok:before {
    width: 14px;
    height: 14px;
}

#pricing-table .btn-rounded {
    border-radius: 50px;
}

#tier-page .tier-select-label {
    border: solid 1px #000000;
    min-width: 0px;
}

#tier-page .btn-check:checked + .tier-select-label {
    background-color: #0FD46C;
    min-width: 0px;
}

/* CHECKBOX square */

/* WIZARD/PAYMENT wait */

#payment-wait p {
    color: #393a3d;
    margin-bottom: 0.5em;
}

/* WIZARD/FINISHED */

#finished-page label.mandatory:after {
    content: " * ";
    color: red;
}

#finished-page .check-box-list-items div.icheckbox_square-green {
    margin: 0;
    top: calc(50% - .25rem);
    transform: translateY(-50%);
}

/* WIZARD/SOURCE */

#source-page label {
    margin-bottom: 0px;
}

#source-page label.mandatory:after {
    content: " * ";
    color: red;
}

#source-page #clearQBORow {
    display: table;
}

#source-page #clearQBOLabel {
    display: table-cell;
    padding-left: 3px;
}

#source-page #automation-source-continue-button.qbo-connect-button,
#source-page #qbo-connect {
    background-color: #2CA01C !important;
    color: #FFF !important;
    border-color: #2CA01C !important;
    border-radius: 5px !important;
}

.source-message-container {
    padding-bottom: 30px;
}

.source-message-container a {
    color: #2be1c7;
}

/* iCheck plugin flat skin, black
----------------------------------- */
.icheckbox_square-special,
.iradio_square-special {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../css/skins/flat/flat.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-special {
    background-position: 0 0;
}

.icheckbox_square-special.checked {
    background-position: -22px 0;
}

.icheckbox_square-special.disabled {
    background-position: -44px 0;
    cursor: default;
}

.icheckbox_square-special.checked.disabled {
    background-position: -66px 0;
}

.iradio_square-special {
    background-position: -88px 0;
}

.iradio_square-special.disabled {
    background-position: -132px 0;
    cursor: default;
}

.iradio_square-special.hover {
    background-position: -88px 0;
}

.iradio_square-special.checked {
    background-position: -110px 0;
}

.iradio_square-special.checked.disabled {
    background-position: -154px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-special,
    .iradio_square-special {
        background-image: url(../css/skins/flat/flat@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}


/* WIZARD/SOURCE banklink */

#source-page .alert-warning {
    background-color: #ffffff;
    border: solid 1px #babec5;
}

#source-page .icon-attention-circled {
    font-size: 20px;
    color: #ffbb00;
}

/* WIZARD/Waiting page */

.alert-title {
    font-size: 22px;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 30px;
}

.alert-body {
    margin-left: 32px;
}

i.icon-info-circled {
    width: 25px;
    height: 25px;
    color: #0097e6;
}

i.icon-ok-circled:before {
    font-size: 20px;
    color: #2ca01c;
}

#warning-icon-style {
    font-size: 20px;
    color: #ffbb00;
}

#waiting-progress-link {
    margin-top: 40px;
    margin-left: 15px;
    margin-bottom: 30px;
}

#clipboard_target {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* WIZARD/Continue page */

table.table-sync td,
table.table-sync th {
    font-size: 16px;
}

table.table-sync {
    margin-top: 30px;
    margin-bottom: 30px;
    --bs-table-bg: #F3F2EF;
}

#continue-info-container {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 12px;
}

#continue-info-container .wizard-step-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}

.administration-form {
    margin-top: 30px;
    background-color: #F3F2EF;
    border-radius: 4px;
}

/* WIZARD/Custom/Destination page */

#custom-destination-button-margin {
    margin-top: 50px;
    margin-bottom: 20px;
}

#custom-destination-dropdown {
    margin-top: 20px;
}

/* WIZARD/OPTIONS page */

#options_container,#source-container,#pre_destination_container,#waiting_container,.destination_block {
    padding: 40px;
    border-radius: 12px;
    -moz-border-radius: 12px;
}

#options-page .extra-options {
    padding-left: 40px;
}

#options-page .tier-info {
    background-color: #F3F2EF;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

#options-page .tier-name {
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    color: #0FD46C;
    background-color: #0D333F;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
}

#options-page .tier-name p {
    margin-bottom: 0;
}

#options-page .tier-price {
    font-size: 33px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    background-color: #F3F2EF;
    text-align: center;
    text-transform: uppercase;
}

#options-page .tier-options-list {
    background-color: #ffffff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 35px;
}

#options-page .tier-info ul {
    list-style: none;
}

#options-page .tier-info .tier-options-col li {
    font-size: 14px;
    font-weight: 500;
    color: #393a3d;
}

#options-page .tier-info .tier-options-list i {
    font-size: 15px;
    color: #2be1c7;
    padding-right: 10px;
}

#options-page .table-title-container {
    margin-bottom: 30px;
}

select[name="start_month"], select[name="start_month"]:focus {
    border: 1px solid #bbb;
    outline: none;
    color: #333;
    border-radius: 10px;
}

#options-page .table-title-container legend {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #393a3d;
    margin-bottom: 10px;
}

#options-page #discount-code-wrapper {
    margin-top: 40px;
    background-color: #DBEDEE;
    padding: 15px;
    border-radius: 10px;
}

#options-page #discount-code-wrapper label {
    font-size: 13px;
    font-weight: 900;
}

#options-page #discount-code-submit {
    background-color: #ffffff;
    border: 2px solid #000000;
    min-width: 60px;
}

#options-page .mr-2 {
    border: 2px solid #000000;
    min-width: 60px;
}

#options-page #total_price,
#debtor-page #total_price {
    font-size: 23px;
    font-weight: 900;
    letter-spacing: 0.05px;
}

#options-page #total_price_label,
#debtor-page #total_price_label {
    font-size: 23px;
    font-weight: 900;
    letter-spacing: 0.05px;
}

#debtor-page p.text-muted,
#debtor-page .hint-block {
    font-size: 12px!important;
    color: #8d9096!important;
}

#debtor-page .hint-block {
    margin-top: 1.5em;
}

#debtor-page table.debtor td {
    padding: 0px 0 0px 7px;
}

#debtor-page [id*=" organisation-"], [id^=organisation-] {
    font-size: 14px!important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #393a3d!important;
}

#debtor-page [id*=" organisation-"]::placeholder, [id^=organisation-]::placeholder {
    opacity: 0.5;
    font-size: 14px!important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #393a3d!important;
}

/*TABLES > INTUIT-THEME*/

/*HEADERS*/

.button-row {
    padding-top: 40px;
}

table.intuit-theme {
    --bs-table-bg: transparent !important;
}

table.intuit-theme th {
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.04px;
    color: #393a3d;
    text-transform: uppercase;
    border-top: none;
    border-bottom: solid 1px #d4d7dc;
    padding: 5px 0 10px 10px;
}

table.intuit-theme th:last-child {
    border-right: none;
}

/*BODY*/

table.intuit-theme tbody td {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    color: #393a3d;
}

table.intuit-theme tbody td:first-child {
    padding-left: 10px;
}

table.intuit-theme tbody tr:last-child {
    border-bottom: solid 1px #d4d7dc;
    margin-bottom: 20px;
}

table.intuit-theme tbody tr:last-child td {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}

table.intuit-theme tbody td strong {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.04px;
    color: #393a3d;
}

table.intuit-theme input {
    width: 76px;
    height: 32px;
    border-radius: 3px;
    border: solid 1px #babec5;
}

table.intuit-theme tbody td strong {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.05px;
    color: #393a3d;
}

table.intuit-theme i.icon-info-circled {
    color: #8d9096;
}

/* DESTINATION PAGE */

#destination-page ul {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}

#destination-page li {
    padding-bottom: 1.3em;
    padding-left: 1.7em;
    text-indent: -1.4em;
}

#pre-destination-page .main_question {
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    border: none;
}

#pre-destination-page #middle-wizard p.text-normal {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
}

#pre-destination-page a.quickbooks-connect {
    background: #2ca01c none !important;
    width: 215px;
    height: 32px;
    border-radius: 18px;

    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 6px;
    margin: 0;
}

#destination-page #middle-wizard h3 {
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    line-height: 130%;
    color: #0D333F;
}

#destination-page #middle-wizard p {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 130%;
    color: #0D333F;
}

#destination-page #middle-wizard i.icon-check-1 {
    color: #2ca01c;
}

#destination-page #middle-wizard i.icon-cancel {
    color: #6b6c72;
}

#destination-page .input-list a {
    color: #0077c5;
}

#destination-page #middle-wizard div.alert span.error-title {
    margin-left: 5px;
    font-size: 1.4rem;
    font-weight: 500;
}

#destination-page #middle-wizard span.alert-icon {
    height: 20px;
    width: 20px;
    display: inline-block;
    background-size: 40px;
    vertical-align: bottom;
    background-position: 0 -440px;
    fill: #d52b1e;
}

.alert-border {
    border: 1px solid #fb0;
    padding: 15px;
}

#destination-page #middle-wizard p.error-title {
    padding-bottom: 0;
    margin-bottom: 5px;
}

#destination-page #middle-wizard p.error-description {
    font-size: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.progress-bar-container {
    padding: 17px 50px 25px 15px;
}

.progress-bar {
    background: #1ebfa8;
}

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

.progress-label {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #393a3d;
    text-align: right;
    margin-bottom: 15px;
}

.progress {
    background-color: white;
    border: solid 1px #2ca01c;
    border-radius: 7px;
    height: 12px;
}

/* WIZARD HEADER */

.bar-font-styling {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
}

.top-navigation-bar {
    font-size: 16px;
    color: #babec5;
}

#social ul li a {
    font-size: 14px;
    color: #ffffff;
}

#social ul li a:hover {
    color: #ddd !important;
}

[class*=" ic-"], [class^=ic-],.fa,.fab,.fad,.fal,.far,.fas{
    display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
    width:1.28571429em;text-align:center
}

#social ul li {
    margin: 0 0px 10px 5px;
}

.wizard-alert p {
    padding: 0px !important;
}

.ic-adduser:before {
    content:"\f007";
}

.ic-list:before {
    content:"\f022";
}

.ic-profile:before {
    content:"\f084"
}

.ic-cart:before {
    content:"\f07a"
}

.ic-dashboard-outline:before{
    content:"\f108"
}

.ic-help-faq-outline:before {
    content:"\f128";
}

.ic-business:before {
    content: "\f01c";
}

#social ul li a.nohover:hover {
    color: #fff !important;;
}

#social ul li a:after {
    margin-right: 1em;
}

.btn-file {
    border-radius: 30px !important;
}

input[type=file]::file-selector-button {
    background-image: none !important;
    background-color: #1ebfa8 !important;
    color: #FFFFFF !important;
    box-shadow: none !important;
    border: 1px solid #1ebfa8 !important;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
}

.input-group-text {
    color: #fff;
    background: #1ebfa8 !important;
    border-color: #1ebfa8 !important;
}
.form-control:disabled, .form-control[readonly] {
    background: #fff;
    padding-left: 10px;
}

#clipboard_target {
    cursor: pointer;
}

.no-margin {
    margin: 0;
}

/*WIZARD ALERT*/

.wizard-alert {
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}

.wizard-alert.alert-good {
    background-color: #0FD46C;
    border-color: #0FD46C;
}

.wizard-alert.alert-danger {
    background-color: #DD2366;
    border: solid 1px #d52b1e;
}

.wizard-alert.alert-warning {
    background-color: #FF9331;
}

.wizard-alert.alert-info {
    background-color: #07C4D9;
    border-color: #07C4D9;
}

.wizard-alert i {
    font-size: 22px;
    color: #ffffff !important;
}

.wizard-alert p {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 130%;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 0;
}

.wizard-alert h4,
.wizard-alert li {
    color: #393a3d;
}

/* WIZARD PERMANENT DIALOG */

.wizard-permanent-dialog {
    margin: 20px auto 0 auto;
    padding: 10px;
    width: 655px;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
}

.wizard-permanent-dialog i {
    font-size: 20px;
}

.wizard-permanent-dialog p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #393a3d;
    margin: 0;
}

.page-wizard-approve i.icon-check-1 {
    color: #2ca01c;
}

.page-wizard-approve p {
    margin-bottom: 35px;
}

.page-wizard-approve .m-top-0 {
    margin-top: 0px!important;
}

.page-wizard-approve .m-bottom-0 {
    margin-bottom: 0px!important;
}

.page-wizard-approve h3.wizard-step-subtitle {
    margin-bottom: 15px;
    margin-top: 35px;
}

.page-wizard-approve ul.difference-list {
    margin-bottom: 35px;
    list-style: none;
    padding-left: 0;
}

.page-wizard-approve ul.difference-list li i{
    margin-right: 10px;
}

.page-wizard-approve ul.difference-list li {
    margin-bottom: 10px;
}

.page-wizard-continue table.intuit-theme tbody td {
    line-height: 20px;
    padding: 8px 7px!important;
}

#list-packages .body-footer-text {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8d9096;
}

#list-packages .body-footer-text a {
    color: #0077c5;
}

/* iCheck plugin flat skin, black
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../css/skins/flat/flat.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}

.icheckbox_square-green.disabled {
    background-position: -44px 0;
    cursor: default;
}

.icheckbox_square-green.hover {
    background-position: 0 0;
}

.icheckbox_square-green.checked {
    background-position: -22px 0;
}

.icheckbox_square-green.checked.disabled {
    background-position: -66px 0;
}

.iradio_square-green {
    background-position: -88px 0;
}

.iradio_square-green.checked {
    background-position: -110px 0;
}

.iradio_square-green.disabled {
    background-position: -132px 0;
    cursor: default;
}

.iradio_square-green.checked.disabled {
    background-position: -154px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url(../css/skins/flat/flat@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}
