@font-face {
    font-family: LSpartan;
    src: url(LeagueSpartan.ttf);
}
body {
    font-family: LSpartan;
    padding-bottom: 1em,
}
@media only screen and (max-width: 1280px) {
    body  {
        font-size: 20px;
    }
    body h5.card-title {
        font-size: 28px!important;
    }
    .btn-lg {
        font-size: 28px;
    }
    .swal2-cancel {
        font-size: 24px;
    }
}
  
body a {
    text-decoration: none;
}
.gyp-logo {
    margin-top: 10vh;
    margin-bottom: 5vh;
    max-width: 500px;
}
.navbar {
    box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
    background-color: white;
    margin-bottom: 20px;
}
.navbar-logo {
    max-height: 60px;
}
.navbar-actions {
    float: right;
    text-align: right;
}
h1, h2, h3, h4, h5 {
    font-weight: 700;
    text-transform: uppercase;
}
input.form-control, select.form-control {
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
    border-bottom: 3px solid #C7C7C7;
    border-radius: 0!important;
    font-family: LSpartan;
    font-weight: 300;
    margin-top: 1em;
}
a.btn, button.btn {
    border-radius:0!important;
}
button.btn:hover {
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
}

/* LOGIN PAGE */
div.login-form {
    max-width: 500px;
    text-align: center;
    margin:0 auto;
}
div.login-form h1 {
    text-align: center;
    margin: 2em 0 3em 0;
    color: #c7c7c7;
}
div.login-form button {
    margin-top: 3em;
    padding: .7em 2.5em;
}
.btn-login-with-card {
    padding: 20px 50px;
}
.line-container {
    max-width: 500px;
    margin: 50px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .line {
    flex: 1;
    border-bottom: 1px solid black;
    margin: 0 10px;
  }
  
  .text {
    white-space: nowrap;
  }
  .btn-login-with-card {
    margin:50px auto;
  }
  p.page-heading {
    font-size: 24px;
    font-weight: 700;
  }
  a.touch-card {
    width: 100%;
    border:1px solid #c7c7c7;
    padding: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
  }

table thead tr td {
    font-weight: bold;
}
#home-clock {
    font-weight: 700;
    font-size: 52px;
}
tfoot input {
    font-weight: 300;
    border-radius: 0px;
    border: 1px solid grey;
    padding: 5px;
}
.dt-top {
    display: flex;
    justify-content: left;
    margin-bottom: 10px;
}

.dt-bottom {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    margin-top: 10px;
    width: 100%;
}

.dt-left {
    flex: 1;
    text-align: left;
}

.dt-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.dataTables_paginate {
    margin-left: auto;
}
.refresh {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 20px 50px;
    background-color: #efefef;
}
.swal-wide {
    width: 700px!important;
}