@import url(https://fonts.googleapis.com/css?family=Bitter|Lato|Libre+Baskerville|Montserrat|Muli|Neuton|Open+Sans|Pacifico|Raleway|Roboto|Sacramento|Varela+Round|ABeeZee|Abel|Abril+Fatface|Aguafina+Script|Aladin|Alegreya+SC|Alegreya+Sans|Alex+Brush|Alfa+Slab+One|Alice|Amarante|Amatic+SC|Amita|Architects+Daughter|Arizonia|Arvo|Average+Sans|Bad+Script|Berkshire+Swash|Bevan|Bigshot+One|Black+Ops+One|Bowlby+One|Cabin|Cabin+Condensed|Cabin+Sketch|Cherry+Cream+Soda|Codystar|Coming+Soon|Cookie|Cutive+Mono|Duru+Sans|Emilys+Candy|Fjalla+One|Freckle+Face|Fredericka+the+Great|Gabriela|Grand+Hotel|Great+Vibes|Habibi|Happy+Monkey|Julius+Sans+One|Just+Another+Hand|Kaushan+Script|Lobster|Lobster+Two|Londrina+Sketch|Maven+Pro|Oregano|Oswald|Plaster|Playball|Pontano+Sans|Quicksand|Roboto+Condensed|Roboto+Mono|Roboto+Slab|Source+Sans+Pro|Tenor+Sans|Lato|Open Sans|Libre Baskerville|Montserrat|Neuton|Raleway|Roboto|Sacramento|Varela Round|Pacifico|Bitter);
/*Global Styles*/

body {
    font-family: 'Muli', sans-serif;
    overflow: auto;
    overflow-x: hidden;
}

h1 {
    font-family: 'Muli', sans-serif;
}

h2 {
    font-family: 'Muli', sans-serif;
}

body {
    margin: 0 !important;
    padding: 0 !important;
}

.clear {
    clear: both;
}

/* Header */

.headerCheckOut {
    width: 100%;
    padding: 10px 10%;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #0af;
}

/*Global Statistics Invoicing Free Styles*/

.goAna {
    border-radius: 5px !important;
    color: white;
    padding: 10px 20px;
    background: #97bf19;
    cursor: pointer;
    background: #97bf19;
    text-decoration: none;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0px 4px 0 #728911, 1px 6px 6px 3px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 1px 0 #fff, 0px 4px 0 #728911, 1px 6px 6px 3px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 0 #fff, 0px 4px 0 #728911, 1px 6px 6px 3px rgba(0, 0, 0, 0);
}

.goAna:hover {
    background-color: #728911;
}

.statsPage {
    width: 100%;
    text-align: center;
    padding-top: 2%;
}

.statsContainer {
    width: 50%;
    margin: 0 auto;
    background-color: white;
    padding: 3%;
    border-radius: 10px;
}

.statsContainer h1 {
    font-family: 'Muli', sans-serif;
}

.statsInformer {
    width: 50%;
    margin-bottom: 15px;
    float: left;
    text-align: center;
}

.statsInfoTitle {
    font-size: 25px;
    font-family: 'Muli', sans-serif;
    color: #00aaff;
    font-weight: bold;
}

.statsInfoContent {
    font-size: 2em;
    font-family: 'Muli', sans-serif;
}

.swal-button {
    background-color: #97bf19 !important;
}

.swal-button:hover {
    background-color: #81AF00 !important;
}