@import url(https://fonts.googleapis.com/css?family=Roboto&subset=latin,greek);

p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
button,
span,
textarea,
input,
label,
sub,
button {
    font-family: 'Roboto', sans-serif;
    color: white;
}

textarea, input, button {
    outline: none;
}

html {
    height: 100%
}

body {
    height: 100%;
    margin: 0px;
    padding: 0px
}

#applications-badge {
    background-color: #00c6ff;
}

.jumbotron {
    background-color: #59805b;
}

.div-left {
    float: left;
    text-align: left;
}

.div-right {
    float: right;
    text-align: right;
}

main {
    background-color: #004014;
    display: block;
    overflow: auto;
    min-height: 700px;
    padding-top: 50px;
}

#main {
    margin: 20px;
    height: 100%;
    position: relative;
}

.swal2-icon-text {
    color: #87adbd;
}

input.swal2-input {
    color: #000000;
}

.swal2-popup {
    font-size: 1.5rem;
}

#nprogress .bar {
    height: 4px;
}

.hidden-data {
    display: none;
}

a {
    cursor: pointer;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* centered columns styles */
.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: center;
    /* inline-block space fix */
    margin-right: -4px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

input.error,
select.error {
    border: 1px solid red !important;
}

input.error:focus,
input.error:active,
select.error:focus,
select.error:active {
    border: 1px solid blue !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: 0 !important;
}

.btn-lg {
    font-weight: 300;
    padding: 21px 57px;
}

.btn-oval {
    border-radius: 100px !important;
}

.btn-bontime {
    color: white;
    background-color: #00c6ff;
}

.btn-bontime:hover,
.btn-bontime:active,
.btn-bontime:focus {
    background-color: #009cc9;
    color: white;
}

.input-help {
    color: #808080;
    font-size: 11px;
    text-align: left;
    padding-bottom: 5px;
    padding-left: 5px;
}

.input-help.error {
    color: red;
}

.horizontal-separator {
    width: 100%;
    height: 1px;
}

.container-fluid {
    margin: 0;
    padding: 0;
}

.input input,
.input input:focus,
.input input:active,
.input textarea,
.input textarea:focus,
.input textarea:active,
.input select,
.input select:focus,
.input select:active {
    background-color: transparent !important;
    color: white !important;
}

.input input + label {
    color: white;
    text-align: left;
    font-size: 18px !important;
    top: 0.9em !important;
}

.input input[type=checkbox] + label {
    font-size: 14px !important;
}

.input select + label {
    color: white;
    text-align: left;
    font-size: 14px !important;
}

.input textarea + label {
    color: white;
    text-align: left;
    font-size: 18px;
    top: 0.9em !important;
}

.input .input-action {
    position: absolute;
    top: 1.5em;
    right: 0.5em;
    color: white;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.input .input-action + input {
    padding-right: 25px !important;
}

.input .input-action.ok {
    color: green;
}

.input .input-action.not-ok {
    color: red;
}

.input .input-action:hover {
    position: absolute;
    top: 1.5em;
    right: 0.5em;
    color: white;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.wavy-loader span {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 2px;
    background-color: white;
    opacity: .5;
}

.wavy-loader span:first-child {
    -webkit-animation: wavy-loader 2.5s .1s ease-out infinite;
    -moz-animation: wavy-loader 2.5s .1s ease-out infinite;
    -o-animation: wavy-loader 2.5s .1s ease-out infinite;
    animation: wavy-loader 2.5s .1s ease-out infinite;
}

.wavy-loader span:nth-child(2) {
    -webkit-animation: wavy-loader 2.5s .2s ease-out infinite;
    -moz-animation: wavy-loader 2.5s .2s ease-out infinite;
    -o-animation: wavy-loader 2.5s .2s ease-out infinite;
    animation: wavy-loader 2.5s .2s ease-out infinite;
}

.wavy-loader span:nth-child(3) {
    -webkit-animation: wavy-loader 2.5s .3s ease-out infinite;
    -moz-animation: wavy-loader 2.5s .3s ease-out infinite;
    -o-animation: wavy-loader 2.5s .3s ease-out infinite;
    animation: wavy-loader 2.5s .3s ease-out infinite;
}

@-webkit-keyframes wavy-loader {
    0% {
        top: 2px;
    }
    1% {
        top: 4px;
    }
    2% {
        top: 6px;
    }
    3% {
        top: 8px;
    }
    4% {
        top: 10px;
        opacity: 1;
    }
    5% {
        top: -2px;
        opacity: 1;
    }
    6% {
        top: -4px;
        opacity: 1;
    }
    7% {
        top: -6px;
        opacity: 1;
    }
    8% {
        top: -8px;
        opacity: 1;
    }
    9% {
        top: -10px;
        opacity: 1;
    }
    10% {
        top: 0;
        opacity: .5;
    }
}

@-moz-keyframes wavy-loader {
    0% {
        top: 2px;
    }
    1% {
        top: 4px;
    }
    2% {
        top: 6px;
    }
    3% {
        top: 8px;
    }
    4% {
        top: 10px;
    }
    5% {
        top: 12px;
        opacity: 1;
    }
    6% {
        top: -2px;
        opacity: 1;
    }
    7% {
        top: -4px;
        opacity: 1;
    }
    8% {
        top: -6px;
        opacity: 1;
    }
    9% {
        top: -8px;
        opacity: 1;
    }
    10% {
        top: -10px;
        opacity: 1;
    }
    11% {
        top: -12px;
        opacity: 1;
    }
    12% {
        top: 0;
        opacity: .5;
    }
    100% {
        top: 0;
        opacity: .5;
    }
}

@-o-keyframes wavy-loader {
    0% {
        top: 2px;
    }
    1% {
        top: 4px;
    }
    2% {
        top: 6px;
    }
    3% {
        top: 8px;
    }
    4% {
        top: 10px;
    }
    5% {
        top: 12px;
        opacity: 1;
    }
    6% {
        top: -2px;
        opacity: 1;
    }
    7% {
        top: -4px;
        opacity: 1;
    }
    8% {
        top: -6px;
        opacity: 1;
    }
    9% {
        top: -8px;
        opacity: 1;
    }
    10% {
        top: -10px;
        opacity: 1;
    }
    11% {
        top: -12px;
        opacity: 1;
    }
    12% {
        top: 0;
        opacity: .5;
    }
    100% {
        top: 0;
        opacity: .5;
    }
}

@keyframes wavy-loader {
    0% {
        top: 2px;
    }
    1% {
        top: 4px;
    }
    2% {
        top: 6px;
    }
    3% {
        top: 8px;
    }
    4% {
        top: 10px;
    }
    5% {
        top: 12px;
        opacity: 1;
    }
    6% {
        top: -2px;
        opacity: 1;
    }
    7% {
        top: -4px;
        opacity: 1;
    }
    8% {
        top: -6px;
        opacity: 1;
    }
    9% {
        top: -8px;
        opacity: 1;
    }
    10% {
        top: -10px;
        opacity: 1;
    }
    11% {
        top: -12px;
        opacity: 1;
    }
    12% {
        top: 0;
        opacity: .5;
    }
    100% {
        top: 0;
        opacity: .5;
    }
}

button.request-complete {
    background-color: #00C853 !important;
    border: 1px solid #00C853 !important;
}

button.request-failed {
    background-color: #d62828 !important;
    border: 1px solid #d62828 !important;
}

.no-gutter {
    padding: 0 !important;
}

.fill-height {
    min-height: 100%;
    height: 100%;
}

.bontime-link {
    color: #00c6ff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}

.communication-link {
    color: #ffffff;
    text-decoration: underline;
    font-size: 18px;
}

.communication-link:hover {
    color: #ffffff;
    text-decoration: underline;
    font-size: 18px;
}

.return-button {
    margin: 30px;
    height: 70px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: transparent;
    border: 2px solid #A1A1A1;
    border-radius: 7px;
}

#message-stripe {
    background-color: dodgerblue;
    min-height: 40px;
    border-radius: 3px;
    margin-top: 10px;
}

#message-stripe-message {
    padding: 10px;
}

#errors-stripe {
    display: none;
    min-height: 40px;
    border-radius: 3px;
    margin-top: 10px;
}

#errors-stripe button {
    text-align: right;
    position: absolute;
    color: white;
    background-color: transparent;
    font-size: 25px;
}

#errors-stripe h4 {
    line-height: 40px;
}

.bontime-infowindow * {
    color: black;
}

.text-large {
    font-size: 45px;
}

.text-very-large {
    font-size: 55px;
}

.text-white {
    color: white;
}

.text-basic-color {
    color: #59805b;
}

.default-margins {
    margin: 30px;
}

/* OR LINE */

.or-line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    line-height: 0.1em;
}

.or-line span {
    background: white;
    padding: 0px 30px;
}

.row.match-my-cols {
    overflow: hidden;
}

.row.match-my-cols [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

@media (min-width: 768px) and (max-width: 1300px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}
.dataTables_length label {
    color: #333;
}
