@font-face {
    font-family: 'nimble';
    src:    url('../fonts/icomoon.eot?819zld');
    src:    url('../fonts/icomoon.eot?819zld#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?819zld') format('truetype'),
        url('../fonts/icomoon.woff?819zld') format('woff'),
        url('../fonts/icomoon.svg?819zld#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#toplevel_page_nimble-payments .dashicons, #toplevel_page_nimble-payments .dashicons-before::before{
    font-family: 'nimble';
}

#toplevel_page_nimble-payments .dashicons-admin-generic:before {
    content: "\e900";
}

#toplevel_page_wc-settings-tab-checkout-section-wc_gateway_nimble .dashicons, #toplevel_page_wc-settings-tab-checkout-section-wc_gateway_nimble .dashicons-before::before{
    font-family: 'nimble';
}

#toplevel_page_wc-settings-tab-checkout-section-wc_gateway_nimble .dashicons-admin-generic:before {
    content: "\e900";
}

.wc-nimble-message .info{
    display: none;
}
.wc-nimble-message.error .info{
    display: block;
}

#nimble_payments_dashboard.postbox .submit {
    float: none;
    padding: 0;
}
/*SUMMARY INFO*/
.nimble-payments-summary{
    margin: 0;
    padding: 0;
}
.nimble-payments-summary .col{
    min-height: 368px;
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
}
.nimble-payments-summary .col-1{
    margin-right: 10px;
}
.nimble-payments-summary .col h2{
    line-height: 12px;
    border-left: 6px solid #65be00;
    color: #383839;
    text-transform: uppercase;
    margin: 0;
    padding: 24px 0 24px 24px;
}
.nimble-payments-summary .col .padding{
    padding: 0;
    display: inline-block;
    width: 347px;
}
.nimble-payments-summary .resume-info{
    text-align: center;
    padding-top: 12px;
}
.nimble-payments-summary .resume-info .link{
    background-color: transparent;
    border: 1px solid #65be00;
    border-radius: 50%;
    height: 210px;
    width: 210px;
    display: inline-block;
}
.nimble-payments-summary .resume-info .item .link .padding-item {
    margin-top: 65px;
    display: block;
}
.nimble-payments-summary .resume-info .item .link .padding-item .title {
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bolder;
}
.nimble-payments-summary .resume-info .item .link .padding-item .result {
    color: #65be00;
    display: block;
    font-size: 36px;
    text-align: center;
}
.nimble-payments-summary .resume-info .item .link .padding-item .tooltip {
    position: relative;
    display: inline-block;
    left: 65px;
    top: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
}
.nimble-payments-summary .resume-info .tooltip-link {
    background-color: #65be00;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
}
/*PRIMARY*/
.nimble-payments-summary .resume-info.primary .link{
    background-color: #65be00;
}
.nimble-payments-summary .resume-info.primary .item .link .padding-item, .nimble-payments-summary .resume-info.primary .item .link .padding-item .result {
    color: #fff;
}
/*DASHBOARD*/
.nimble-payments-dashboard{
    text-align: center;
}
.nimble-payments-dashboard .col-1 {
    border-right: solid 1px #eeeeee;
}
.nimble-payments-dashboard .col {
    display: inline-block;
    text-align: center;
    padding: 0 14px;
}
.nimble-payments-dashboard .col span{
    display: block;
    padding-right: 2px;
}
.nimble-payments-dashboard .col span.title{
    color: #64b506;
    font-size: 1.1em;
}
.nimble-payments-dashboard .col span.result{
    margin-top: 10px;
    font-size: 1.8em;
}
.nimble-authorization {
    border: solid 1px #ccc;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 15px;
    background-color: #e7e7e7;
}
.nimble-authorization #np-oauth3-disassociate {
    background: #a3b745;
    border-color: #829237 #727f30 #727f30;
    color: #fff;
    -webkit-box-shadow: 0 1px 0 #727f30;
    box-shadow: 0 1px 0 #727f30;
    text-shadow: 0 -1px 1px #727f30,1px 0 1px #727f30,0 1px 1px #727f30,-1px 0 1px #727f30;
    opacity: 0.75;
}