/* Applied to all pages */

@font-face {
    font-family: Lato;
    src: url('../fonts/Lato-Regular.ttf');
}

@font-face {
    font-family: HelveticaNeue;
    src: url('../fonts/HelveticaNeue.ttf');
}

@font-face {
    font-family: HelveticaNeue-Bold;
    src: url('../fonts/helvetica-neue-bold.ttf');
}

@font-face {
    font-family: UniSans;
    src: url('../fonts/Uni Sans Heavy.otf');
}

body, html {
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: HelveticaNeue, sans-serif;
    background: #f0f0f0;
    color: #445f63;
    font-size: 13px;
}

body b {
    font-weight: normal;
    font-family: HelveticaNeue-Bold;
}

a {
    color: #646f83;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
  box-shadow: 0 0px 8px rgba(0,0,0,0.2), 0 8px 10px rgba(0,0,0,0.2);
}

.card-3 {
    box-shadow: 0 0px 2px rgba(0,0,0,0.15), 0 2px 3px rgba(0,0,0,0.15);
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.nav {
    background-color: #ffffff !important;
    padding-top:20px;
    padding-left:25px;
    box-shadow: 2px 0px 8px rgba(0,0,0,0.2) inset;
}

.nav>li>a {
    background-color: #f0f0f0 !important;
    color: #c8c8c8;
    font-size: x-large;
}

.button:after {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all .1s linear;
    background-color: #b3b3b3;
    color: transparent;
    text-shadow: 1px 2px 2px rgba(255, 255, 255, 0.65);
    -webkit-background-clip: text;
}

.stats:after {
    font-family: 'Glyphicons Halflings';
    content:"\e185";
}

.user:after {
    font-family: 'Glyphicons Halflings';
    content:"\e008";
}

.group:after {
    font-family: 'Glyphicons Halflings';
    content:"\e034";
}

.file:after {
    font-family: 'Glyphicons Halflings';
    content:"\e022";
}

.download-alt:after {
    font-family: 'Glyphicons Halflings';
    content:"\e025";
}

.stats:hover:after, .file:hover:after, .user:hover:after, .group:hover:after, .download-alt:hover:after {
    position: relative;
    top: 1px;
}


.csv-icon-text {
    font-size: small;
    color: #b3b3b3;
}

.csv-icon-btn {
    display: inline-flex;
    justify-content: space-between;
}

.csv-icon-btn .button {
    padding-right: unset!important;
}

.selected:after {
    position: relative;
    top: 1px;
    color: #30c29d;
}

.selected:hover {
    position: inherit;
}

.groups-btn {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 10px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 4px;
}

.groups-btn:focus,
.groups-btn:active {
    outline: 0
}

.chart-in {
    z-index: 999;
}

.modal-header-terms {
    background-color: #f0f0f0;
}

.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

a:link { color: #30c29d; }
