@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");

h2 {
    margin-top: 10px;
    margin-bottom: 0;
}

h3 {
    margin-top: 0;
}

body {
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
    /* font-size: 15px; */
}

h5 {
    color: #fff;
    padding: 5px;
    font-weight: bold;
}

.g-recaptcha {
    display: inline-block;
}

.fullWidthHeader {
    height: 80px;
    background-color: rgb(228, 228, 228);
    background-repeat: repeat-x;
    width: 100%;
}

.noPadLR {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.noPadL {
    padding-left: 0 !important;
}

.noPadR {
    padding-right: 0 !important;
}

.noPadTB {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.noPadT {
    padding-top: 0 !important;
}

.noPadB {
    padding-bottom: 0 !important;
}

#fullPage {
    display: none;
}

.noMarginTB {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.CCsection {
    transition: background 750ms linear;
    padding-top: 10px;
    /* height: 145px; */
}

.addCC {
    background: rgba(255, 48, 48, 0.08);
}

.okCC {
    background: rgba(48, 255, 52, 0.08);
}

.billedEntry {
    opacity: 0.6;
}

.h3Title {
    background-color: rgba(100, 100, 100, 0.15);
    padding: 6px;
    margin-top: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    opacity: 0.85;
}

.row {
    margin-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

[class*="col-"] {
    padding-top: 7px;
    padding-bottom: 7px;
}

.btn {
    margin: 8px 4px;
}

.showBtn {
    margin-top: 10px;
}

.rowRed {
    margin: 25px 0 -7px 0;
    background-color: #900;
}

.footerVersion {
    box-shadow: 0px 0px 5px #999;
    margin: 0;
    /* padding: 0; */
    /* padding-top: 4px; */
    width: 100%;
    height: 2em;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000000;
    background-color: #fff;
    color: #000;
    overflow-x: hidden;
    overflow-y: hidden;
    opacity: 0.95;
    font-size: 14px;
}

.colGrey {
    background-color: rgba(100, 100, 100, 0.13);
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 5px;
}

.resultsStatus {
    padding-left: 30px;
}

.results {
    font-weight: bold;
    padding-bottom: 0;
    /* margin-left: 45px;
    margin-bottom: 6px;
    margin-top: 16px;
    font-size: 1.15em; */
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

.voffset100 {
    margin-top: 100px;
}

.voffset80 {
    margin-top: 80px;
}

.voffset60 {
    margin-top: 60px;
}

.voffset50 {
    margin-top: 50px;
}

.voffset40 {
    margin-top: 40px;
}

.voffset30 {
    margin-top: 30px;
}

.voffset20 {
    margin-top: 20px;
}

.voffset15 {
    margin-top: 15px;
}

.voffset10 {
    margin-top: 10px;
}

.voffset5 {
    margin-top: 5px;
}

.lang {
    font-size: 13px;
}

div.fullPageOverlay {
    display: none;
    background: rgba(20, 20, 20, 0.5);
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
    position: fixed;
}

.loaderBillBox {
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 7px;
    font-weight: 800;
    margin: auto;
    margin-top: 18%;
    width: 170px;
    height: 170px;
    border-radius: 5px;
    background-color: rgba(200, 200, 200, 0.95);
}

.loaderBill {
    position: relative;
    top: 66px;
    left: 76px;
    font-size: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: load5 1s infinite ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

@keyframes load5 {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #00c4ff,
            1.8em -1.8em 0 0em rgba(91, 192, 222, 0.2),
            2.5em 0em 0 0em rgba(91, 192, 222, 0.2),
            1.75em 1.75em 0 0em rgba(91, 192, 222, 0.2),
            0em 2.5em 0 0em rgba(91, 192, 222, 0.2),
            -1.8em 1.8em 0 0em rgba(91, 192, 222, 0.2),
            -2.6em 0em 0 0em rgba(91, 192, 222, 0.5),
            -1.8em -1.8em 0 0em rgba(91, 192, 222, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(91, 192, 222, 0.7),
            1.8em -1.8em 0 0em #00c4ff, 2.5em 0em 0 0em rgba(91, 192, 222, 0.2),
            1.75em 1.75em 0 0em rgba(91, 192, 222, 0.2),
            0em 2.5em 0 0em rgba(91, 192, 222, 0.2),
            -1.8em 1.8em 0 0em rgba(91, 192, 222, 0.2),
            -2.6em 0em 0 0em rgba(91, 192, 222, 0.2),
            -1.8em -1.8em 0 0em rgba(91, 192, 222, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(91, 192, 222, 0.5),
            1.8em -1.8em 0 0em rgba(91, 192, 222, 0.7), 2.5em 0em 0 0em #00c4ff,
            1.75em 1.75em 0 0em rgba(91, 192, 222, 0.2),
            0em 2.5em 0 0em rgba(91, 192, 222, 0.2),
            -1.8em 1.8em 0 0em rgba(91, 192, 222, 0.2),
            -2.6em 0em 0 0em rgba(91, 192, 222, 0.2),
            -1.8em -1.8em 0 0em rgba(91, 192, 222, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(91, 192, 222, 0.2),
            1.8em -1.8em 0 0em rgba(91, 192, 222, 0.5),
            2.5em 0em 0 0em rgba(91, 192, 222, 0.7), 1.75em 1.75em 0 0em #00c4ff,
            0em 2.5em 0 0em rgba(91, 192, 222, 0.2),
            -1.8em 1.8em 0 0em rgba(91, 192, 222, 0.2),
            -2.6em 0em 0 0em rgba(91, 192, 222, 0.2),
            -1.8em -1.8em 0 0em rgba(91, 192, 222, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(91, 192, 222, 0.2),
            1.8em -1.8em 0 0em rgba(91, 192, 222, 0.2),
            2.5em 0em 0 0em rgba(91, 192, 222, 0.5),
            1.75em 1.75em 0 0em rgba(91, 192, 222, 0.7), 0em 2.5em 0 0em #00c4ff,
            -1.8em 1.8em 0 0em rgba(91, 192, 222, 0.2),
            -2.6em 0em 0 0em rgba(91, 192, 222, 0.2),
            -1.8em -1.8em 0 0em rgba(91, 192, 222, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(91, 192, 222, 0.2),
            1.8em -1.8em 0 0em rgba(91, 192, 222, 0.2),
            2.5em 0em 0 0em rgba(91, 192, 222, 0.2),
            1.75em 1.75em 0 0em rgba(91, 192, 222, 0.5),
            0em 2.5em 0 0em rgba(91, 192, 222, 0.7), -1.8em 1.8em 0 0em #00c4ff,
            -2.6em 0em 0 0em rgba(91, 192, 222, 0.2),
            -1.8em -1.8em 0 0em rgba(91, 192, 222, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(91, 192, 222, 0.2),
            1.8em -1.8em 0 0em rgba(91, 192, 222, 0.2),
            2.5em 0em 0 0em rgba(91, 192, 222, 0.2),
            1.75em 1.75em 0 0em rgba(91, 192, 222, 0.2),
            0em 2.5em 0 0em rgba(91, 192, 222, 0.5),
            -1.8em 1.8em 0 0em rgba(91, 192, 222, 0.7), -2.6em 0em 0 0em #00c4ff,
            -1.8em -1.8em 0 0em rgba(91, 192, 222, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(91, 192, 222, 0.2),
            1.8em -1.8em 0 0em rgba(91, 192, 222, 0.2),
            2.5em 0em 0 0em rgba(91, 192, 222, 0.2),
            1.75em 1.75em 0 0em rgba(91, 192, 222, 0.2),
            0em 2.5em 0 0em rgba(91, 192, 222, 0.2),
            -1.8em 1.8em 0 0em rgba(91, 192, 222, 0.5),
            -2.6em 0em 0 0em rgba(91, 192, 222, 0.7), -1.8em -1.8em 0 0em #00c4ff;
    }
}
