﻿@font-face {
    font-family: 'guardianlight';
    src: url('../lmsbranding/fonts/guardiansanslight.woff') format('woff');
}
@font-face {
    font-family: 'guardianregular';
    src: url('../lmsbranding/fonts/guardiansansregular.woff') format('woff');
}
@font-face {
    font-family: 'guardiansemibold';
    src: url('../lmsbranding/fonts/guardiansanssemibold.woff') format('woff');
}


html {
    background: #FFD000;
    font-family: 'guardianregular';
}

.section-gol {
    background: #FFD000;
}

.container-gol {
    background: #fff;
    border-radius:10px;
}

.login-container {
    background: #fff;
    margin-top: 100px;
}

.jmalucelli-logo {
    height: 60px;
    float: left;
    width: auto;
    margin-top: 10px;
    position: absolute;
    left: 77%;
    margin-right: -50%;
    transform: scale(1.5)
}

.gol-logo {
    height: 120px;
    width: auto;
    margin-top: 60px;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    z-index: 10;
    transform: translate(-50%, -50%);
}

.nav-gol-mobile {
    background: none;
    margin-top: 1px;
}

a.nav-item-gol {
    color: #ff3860;
}

    a.nav-item-gol:hover {
        list-style-position: inside;
        border: 1px solid;
        border-color: #fff;
        color: #fff;
    }

.nav-toggle-gol span {
    background-color: #ff3860;
}

.nav-toggle-gol:hover {
    background-color: transparent;
}

.column {
    margin-left: 10px;
    margin-right: 10px;
    border-color: none;
}

.to-center {
    text-align: center;
}

.customer-info:hover {
    cursor: pointer;
}

.customer-info a {
    color: #000;
}

.pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

/*ul.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}*/

ul.pagination > li {
    background: #fff;
    min-width: 2.25em;
    font-size: 1rem;
    margin: 0px 5px;
}

ul.pagination > li {
    list-style-position: inside;
    border: 1px solid;
    border-color: #fff;
    background: #fff;
    min-width: 2.25em;
    margin: 0px 5px;
}

    ul.pagination > li:hover {
        border-color: #FFD000;
        cursor: pointer;
    }

    ul.pagination > li.active {
        background: #FFD000;
        color: #1A1446;
    }

        ul.pagination > li.active:hover {
            border-color: #fff;
        }

    ul.pagination > li > a {
        display: block;
        color: #1A1446;
    }

    ul.pagination > li.active > a {
        color: #1A1446;
    }

    ul.pagination > li > a:hover {
        color: #1A1446;
    }

    ul.pagination > li.active > a {
        color: #1A1446;
    }

.app-btn__dark-blue {
    background-color: #1A1446;
    color: #fff;
    font-weight: 1000;
    border-radius: 25px;
    font-family: guardiansemibold;
    padding-left: 20px;
    padding-right: 20px;
}
.footer {
    position: absolute;
    bottom: 15px;
    width: 100%;
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
}

    .footer img {
        height: 15px;
        width: auto;
    }

@media screen and (max-width: 768px) {
    #menu-toggle:checked + .nav-menu {
        display: block;
        z-index: 20;
    }

    a.nav-item-gol:hover {
        color: #ff3860;
    }
}

.data-value {
    font-weight: bold;
}

.loader {
    border: 1.6px solid #f3f3f3;
    border-top: 1.6px solid #ff3860;
    border-radius: 50%;
    left: 45%;
    margin-bottom: 5px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile2 {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    color: #1A1446;
    text-align: center;
}

.inputfile2 + label {
    color: #1A1446;
    text-align: center;
}

.inputfile:focus + label,
.inputfile + label:hover {
    color: #fff;
}

.inputfile2:focus + label,
.inputfile2 + label:hover {
    color: #000000;
}

.inputfile2 + label {
    cursor: pointer; /* "hand" cursor */
}

.inputfile + label {
    cursor: pointer; /* "hand" cursor */
}

.inputfile2 + label * {
    pointer-events: none;
}

.inputfile + label * {
    pointer-events: none;
}

.block-loading {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
}

    .block-loading img {
        margin-top: 330px;
    }
