body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

input[type=checkbox].checkbox-large {
    -ms-transform: scale(1.38);
    /* IE */
    -moz-transform: scale(1.38);
    /* FF */
    -webkit-transform: scale(1.38);
    /* Safari and Chrome */
    -o-transform: scale(1.38);
    /* Opera */
    padding: 0px;
}

.lineheight34 {
    line-height: 34px;
}

.right10 {
    margin-right: 10px;
}

.left10 {
    margin-left: 10px;
}

.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top25 {
    margin-top: 25px;
}

.top30 {
    margin-top: 30px;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom7 {
    margin-bottom: 7px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.bottom17 {
    margin-bottom: 17px;
}

.bottom30 {
    margin-bottom: 30px;
}

.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
    text-align: left;
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
    text-align: center;
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs,
    .text-center-not-xs,
    .text-right-not-xs,
    .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm,
    .text-center-not-sm,
    .text-right-not-sm,
    .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md,
    .text-center-not-md,
    .text-right-not-md,
    .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-left-not-lg,
    .text-center-not-lg,
    .text-right-not-lg,
    .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

#user-icon {
    float: left;
    font-size: 24px;
    margin-right: 10px;
    display: flex;
}

.navigation-clean-button.navbar-default .navbar-nav > li > a {
    font-size: 13px;
}

.navigation-clean-button .dropdown-menu > li > a:focus,
.navigation-clean-button .dropdown-menu > li > a {
    font-size: 13px;
}


@media screen and (max-width: 414px) {
    #account-menu {
        float: left;
    }
    #lang {
        float: left;
    }
}

@media screen and (min-width:415px) {
    #account-menu {
        float: right;
    }
    #lang {
        float: right;
    }
}

@media (min-width: 768px) {
    .affix {
        position: fixed;
    }
    #totals {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .affix {
        position: static;
    }
}

#login:active {
    background-color: rgb(43, 43, 43);
}

@media screen and (min-width:415px) {
    .welcome_block {
        background-color: rgba(255, 255, 255, 0.95);
        margin: 60px 100px;
        padding: 20px 0px;
    }

    #language {
        margin: 0px 0px 0px 0px;
    }

    #language-select {
        margin-right: 30px;
    }

    .country-flag {
        width: 38%;
    }

    .transaction-panel {
        height: 360px;
    }

    #customer-select {
        font-size: 12px;
        margin-top: 3px;
        background: transparent;
        color: #FFFFFF;
        border-color: #FFFFFF;
        box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
        font-weight: bold;
    }

    #customer-select option {
        color: #333333;
    }

}

@media screen and (max-width: 414px) {
    .welcome_block {
        background-color: rgba(255, 255, 255, 0.95);
        margin: 10px 10px;
        padding: 10px;
    }

    #language {
        margin: 10px 0px;
    }

    .country-flag {
        width: 25%
    }

    #customer-select {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 3px;
    }

    #customer-select option {
        color: #333333;
    }
}

.navbar-default .navbar-nav > li > a {}

#content-block {
    color: #FFFFFF;
}

a.footer-link:hover,
a.footer-link:focus {
    color: #000000;
}

a.footer-link {
    color: #000000;
}

.footer-dark {
    background-color: #c8c8c7;
    color: rgb(44, 42, 41);
    margin-top:40px;
}

.form-control.error-input {
    border-color: red;
}

.footer-dark .copyright {
    color: #000000;
    opacity: 1;
}

.footer-text {
    color: #000000;
}

#welcome_message {}

#lh-logo {
    margin: 8px 0 0 12px;
    height: 62%;
}

#lh-logo-login {
    margin: 0 0 0 0;
    width: 62%;
}

#member-caption {
    margin: 0 0 50px 0;
}

#sign_in {
    background-color: #FFFFFF;
}

#profile-icon {
    /*font-size: 14px;*/
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    padding: 5px;
}

.content-page {
    min-height: 600px;
    margin-bottom: 20px;
}

.filter-input {
    margin-right: 20px;
}

#download-links {
    margin-bottom: 14px;
}

.lh-brand.link-margin {
    margin-right: 20px;
}

#banner {
    display: block;
    height: 90px;
    width: 970px;
    background-color: #ebebeb;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

#category-list {
    background-color: #fafafa;
}

#remember-me {
    float: left;
    margin-right: 5px;
}

#remember-me-help {
    margin-bottom: 20px;
}

#admin-controls {
    margin-bottom: 20px;
}

.button-spacer-right {
    margin-right: 10px;
}

.button-group {
    margin-top: 40px;
}

.form-indent {
    padding-left: 10px;
}

.action-link {
    margin-right: 12px;
}

.text-wrap {
    white-space: normal;
}

.container-404 {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/404-bg.png);
    background-position: top;
    text-align: center;
}

#customer-filter {
    background-color: #eaeaea;
    padding: 10px 0;
    margin: -20px 0 10px 0;
}

#country-logos {
    background-color: #F7F7F7;
    padding: 20px 0px;
    margin: 0;
    overflow: hidden;
    margin: -50px 0 50px 0;
}

.company-logos {
    margin: 0 25px;
    height: 50px;
}

.company-logos1 {
    margin: 0 25px;
    height: 75px;
}

.company-logos2 {
    margin: 0 25px;
    height: 60px;
    width: 75px;
}

.company-logos3 {
    margin: 0 25px;
    height: 60px;
    width: 151px;
}

.company-logos4 {
    margin: 0 25px;
    height: 90px;
    width: 70px;
}

.bucket {
    color: rgb(255, 255, 255);
    border: 0px
}

#total-balance {
    background-color: #7F7471;
    color: #FFFFFF;
}

#current-balance {
    background-color: #008554;
    color: #FFFFFF;
}

#zero-thirty {
    background-color: #976C07;
    color: #FFFFFF;
}

#thirtyone-sixty {
    background-color: #BB5B11;
    color: #FFFFFF;
}

#sixtyone-ninety {
    background-color: #c13f18;
    color: #FFFFFF;
}

#ninetyoneplus {
    background-color: #AA1E2D;
    color: #FFFFFF;
}

#currency-info {
    padding-top: 30px;
}

.transaction-table {
    font-size: 12px;
    line-height: 20px;
}

.vcenter {
    padding: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

* {
    .border-radius(0) !important;
}

#field {
    margin-bottom: 20px;
}

.popover {
    width: 400px;
}

#loader-wait {
    display: none;
}

#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px;
    z-index: 1;
    /*width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #EEEEEE;
  border-radius: 50%;
  border-top: 16px solid #1B7C9D;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;*/
    color: #d7301c;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    /*margin: 72px auto;
  position: relative;*/
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

/*
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
*/

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.well {
    background-color: #fbfeff;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    font-size: 13px;
}

.btn-default {
    color: #495057;
}

#page-title {
    font-size: 18px;
    margin-top: 10px;
}

#retrieveSapId {
    margin-top: 25px;
}

.add-payment,
.remove-payment {
    width: 180px;
}

#payment-summary {
    font-size: 14px;
    margin-top: 10px;
}

.cc-logo {
    font-size: 18px;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #666;
}

.text-muted {
    color: #707070;
}

a.skip-main {
    left:-9999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 33%;
    height: auto;
    overflow:auto;
    margin: 10px 33%;
    padding:5px;
    border-radius: 15px;
    border:2px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

.fab {
  color: #efefef;
}
.fab.fa-500px {
  color: #0099e5;
}
.fab.fa-adn {
  color: #4A484C;
}
.fab.fa-amazon {
  color: #ff9900;
}
.fab.fa-android {
  color: #a4c639;
}
.fab.fa-angellist {
  color: #000;
}
.fab.fa-apple {
  color: #979797;
}
.fab.fa-behance {
  color: #1769ff;
}
.fab.fa-behance-square {
  color: #1769ff;
}
.fab.fa-bitbucket {
  color: #205081;
}
.fab.fa-bitbucket-square {
  color: #205081;
}
.fab.fa-bitcoin {
  color: #ee9209;
}
.fab.fa-black-tie {
  color: #222;
}
.fab.fa-btc {
  color: #ee9209;
}
.fab.fa-buysellads {
  color: #c90100;
}
.fab.fa-cc-amex {
  color: #007bc1;
}
.fab.fa-cc-diners-club {
  color: #004A97;
}
.fab.fa-cc-discover {
  color: #f68121;
}
.fab.fa-cc-jcb {
  color: #003A8F;
}
.fab.fa-cc-mastercard {
  color: #0a3a82;
}
.fab.fa-cc-paypal {
  color: #253b80;
}
.fab.fa-cc-stripe {
  color: #00afe1;
}
.fab.fa-cc-visa {
  color: #0157a2;
}
.fab.fa-chrome {
  color: #4587F3;
}
.fab.fa-codepen {
  color: #000;
}
.fab.fa-connectdevelop {
  color: #391448;
}
.fab.fa-contao {
  color: #eb8623;
}
.fab.fa-creative-commons {
  color: #231f20;
}
.fab.fa-css3 {
  color: #1680C0;
}
.fab.fa-dashcube {
  color: #7f7f7f;
}
.fa.fa-delicious {
  color: #3399ff;
}
.fab.fa-deviantart {
  color: #4e6252;
}
.fab.fa-digg {
  color: #000;
}
.fab.fa-dribbble {
  color: #444444;
}
.fab.fa-dropbox {
  color: #007ee5;
}
.fab.fa-drupal {
  color: #0077c0;
}
.fab.fa-empire {
  color: #000;
}
.fab.fa-expeditedssl {
  color: #343433;
}
.fab.fa-facebook {
  color: #3b5998;
}
.fab.fa-facebook-official {
  color: #3b5998;
}
.fab.fa-facebook-square {
  color: #3b5998;
}
.fab.fa-firefox {
  color: #e66000;
}
.fab.fa-flickr {
  color: #ff0084;
}
.fab.fa-fonticons {
  color: #1C1E29;
}
.fab.fa-forumbee {
  color: #83ad13;
}
.fab.fa-foursquare {
  color: #0072b1;
}
.fab.fa-ge {
  color: #000;
}
.fab.fa-get-pocket {
  color: #d3505a;
}
.fab.fa-gg {
  color: #000;
}
.fab.fa-gg-circle {
  color: #000;
}
.fab.fa-git {
  color: #333;
}
.fab.fa-git-square {
  color: #333;
}
.fab.fa-github {
  color: #333;
}
.fab.fa-github-alt {
  color: #333;
}
.fab.fa-github-square {
  color: #333;
}
.fab.fa-gittip {
  color: #663300;
}
.fab.fa-google {
  color: #4285f4;
}
.fab.fa-google-plus {
  color: #dd4b39;
}
.fab.fa-google-plus-square {
  color: #dd4b39;
}
.fab.fa-google-wallet {
  color: #4285f4;
}
.fab.fa-hacker-news {
  color: #ff6600;
}
.fab.fa-houzz {
  color: #7ac142;
}
.fab.fa-html5 {
  color: #e34f26;
}
.fab.fa-instagram {
  color: #3f729b;
}
.fab.fa-internet-explorer {
  color: #1EBBEE;
}
.fab.fa-ioxhost {
  color: #faa729;
}
.fab.fa-joomla {
  color: #142849;
}
.fab.fa-jsfiddle {
  color: #4679BD;
}
.fab.fa-lastfm {
  color: #c3000d;
}
.fab.fa-lastfm-square {
  color: #c3000d;
}
.fab.fa-leanpub {
  color: #0c0c0c;
}
.fab.fa-linkedin {
  color: #0976b4;
}
.fa.fa-linkedin-square {
  color: #0976b4;
}
.fab.fa-linux {
  color: #333333;
}
.fab.fa-maxcdn {
  color: #FF6600;
}
.fab.fa-meanpath {
  color: #538ed7;
}
.fab.fa-medium {
  color: #000;
}
.fab.fa-odnoklassniki {
  color: #ed812b;
}
.fab.fa-odnoklassniki-square {
  color: #ed812b;
}
.fab.fa-opencart {
  color: #2AC2EF;
}
.fab.fa-openid {
  color: #F78C40;
}
.fab.fa-opera {
  color: #cc0f16;
}
.fab.fa-optin-monster {
  color: #83c11f;
}
.fab.fa-pagelines {
  color: #000;
}
.fab.fa-paypal {
  color: #253b80;
}
.fab.fa-pied-piper {
  color: #2f9f46;
}
.fab.fa-pied-piper-alt {
  color: #2f9f46;
}
.fab.fa-pied-piper-square {
  color: #2f9f46;
}
.fab.fa-pinterest {
  color: #cc2127;
}
.fab.fa-pinterest-p {
  color: #cc2127;
}
.fab.fa-pinterest-square {
  color: #cc2127;
}
.fab.fa-qq {
  color: #000;
}
.fab.fa-ra {
  color: #000;
}
.fab.fa-rebel {
  color: #000;
}
.fab.fa-reddit {
  color: #ff4500;
}
.fab.fa-reddit-square {
  color: #ff4500;
}
.fab.fa-renren {
  color: #005EAC;
}
.fab.fa-safari {
  color: #1B88CA;
}
.fab.fa-sellsy {
  color: #1f78b9;
}
.fab.fa-share-alt {
  color: #01bf01;
}
.fab.fa-share-alt-square {
  color: #01bf01;
}
.fab.fa-shirtsinbulk {
  color: #dd3a26;
}
.fab.fa-simplybuilt {
  color: #000;
}
.fab.fa-skyatlas {
  color: #00adbb;
}
.fab.fa-skype {
  color: #00aff0;
}
.fab.fa-slack {
  color: #0f7965;
}
.fab.fa-slideshare {
  color: #e98325;
}
.fab.fa-soundcloud {
  color: #f80;
}
.fab.fa-spotify {
  color: #7ab800;
}
.fab.fa-stack-exchange {
  color: #000;
}
.fab.fa-stack-overflow {
  color: #fe7a15;
}
.fab.fa-steam {
  color: #0B0B0B;
}
.fab.fa-steam-square {
  color: #0B0B0B;
}
.fab.fa-stumbleupon {
  color: #eb4924;
}
.fab.fa-stumbleupon-circle {
  color: #eb4924;
}
.fab.fa-tencent-weibo {
  color: #74AF2C;
}
.fab.fa-trello {
  color: #256a92;
}
.fab.fa-tripadvisor {
  color: #589442;
}
.fab.fa-tumblr {
  color: #35465c;
}
.fab.fa-tumblr-square {
  color: #35465c;
}
.fab.fa-twitch {
  color: #6441a5;
}
.fab.fa-twitter {
  color: #55acee;
}
.fab.fa-twitter-square {
  color: #55acee;
}
.fab.fa-viacoin {
  color: #333;
}
.fab.fa-vimeo {
  color: #1ab7ea;
}
.fab.fa-vimeo-square {
  color: #1ab7ea;
}
.fab.fa-vine {
  color: #00b488;
}
.fab.fa-vk {
  color: #45668e;
}
.fab.fa-wechat {
  color: #93d034;
}
.fab.fa-weibo {
  color: #E71D34;
}
.fab.fa-weixin {
  color: #93d034;
}
.fab.fa-wikipedia-w {
  color: #000;
}
.fab.fa-windows {
  color: #00bcf2;
}
.fab.fa-wordpress {
  color: #21759b;
}
.fab.fa-xing {
  color: #026466;
}
.fab.fa-xing-square {
  color: #026466;
}
.fab.fa-y-combinator {
  color: #F0652F;
}
.fab.fa-yc {
  color: #F0652F;
}
.fab.fa-yahoo {
  color: #400191;
}
.fab.fa-yelp {
  color: #af0606;
}
.fab.fa-youtube {
  color: #e52d27;
}
.fab.fa-youtube-play {
  color: #e52d27;
}
.fab.fa-youtube-square {
  color: #e52d27;
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

.loadingWhite {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loadingWhite:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  background: white;
}


/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.center {
  margin: auto;
  width: 60%;  
  padding: 10px;
}

.el-table--mini td, .el-table--mini th {
    padding: 0px 0;
}

.footer-extra-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.el-card__header{
    padding: 0px 20px !important;
    background-color: #f7f7f7;
}

.el-button--success {
    background-color: #24A0FF;
    border-color: #24A0FF;
}

.el-button--success:focus {
    background-color: #24A0FF;
    border-color: #24A0FF;
}

.el-button--success:hover, .el-button--success.is-disabled, .el-button--success.is-disabled:hover{
    background-color: #7CD3FF;
    border-color: #7CD3FF;
}

.el-link--success {
    color: #2A6EFF;
    border-color: #2A6EFF;
}

.el-link--success:focus {
    color: #2A6EFF;
    border-color: #2A6EFF;
}

.el-link--success:hover {
    color: #2A6EFF;
    border-color: #2A6EFF;
}
.el-link.el-link--success.is-underline:hover:after,.el-link.el-link--success:after {   
    border-color: #2A6EFF;
}