@media all and (max-width: 330px) {

}
@media all and (min-width: 331px) and (max-width: 576px) {
    .modal-dialog {
        position: absolute;
        bottom: 10px;
        width: 95%;
    }
}
@media all and (max-width: 767px) {
    .button-mobile-big {
        width: 100%;
        display:block;
        margin-bottom: 5px;
    }
    .logo-image {
        max-width: 100%;
        width: auto;
    }
    .customlogin li a.btn-app {
        height: 55px !important;
        min-width: 60px;
        max-width: 60px;
        padding: 9px 5px !important;
    }
}
/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}

body {
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: white;
    background-color: #333;
}

pre {
    color: white;
}
.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: cover;
}
.modal-content {
    color: black;
    background: rgba(255,255,255,.9);
}
a,
a:hover,
a:focus {
    color: #59b2ff;
}

h1 {
    text-shadow: 0px 0px 10px #555;
}
.logo-image {
    margin-bottom: 20px;
}
/* Loader anim */
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* /end of loader anim */
#locationmap {
    height: 100%;
}
#defaultModal .modal-body {
    max-height: 400px;
    overflow-y: auto;
}

.body-maintenance {
    background: #333;
}
.navbar {
    padding: 0;
}
.nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus {
    background: rgba(0,0,0,0.3);
    color: #fff;
}
.card {
    background: rgba(0,0,0,.3);
}
.debug,
.debug .card-header,
.debug .card-body,
.debug .card-body pre {
    color: white;
}

img {
    max-width: 100%;
}
.image-banner {
    margin-bottom: 1.25rem;
}

.small-box h3 {
    font-size: 26px;
}

/* webview bootstrap fix */
.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-backdrop.in {
    opacity: 0.5;
}
/* end */
/* custom login */
.customlogin {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.customlogin li {
    position: relative;
    display: inline-block;
    margin-right: -4px; /* See: http://css-tricks.com/fighting-the-space-between-inline-block-elements/ */
}

.customlogin li:before {
    content: "";
    display: block;
    /*border-top: 1px solid #ddd;*/
    /*border-bottom: 1px solid #fff;*/
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: -1;
}

.customlogin li a.btn-app {
    color: #f0f0f0;
    background: rgba(0,0,0,.3);
    border: 1px solid #222;
    border-radius: 50%;
    height: 73px;
    padding: 17px 5px;
    max-width: 74px;
    margin: 0 2px;
}
.customlogin li a.btn-app:hover {
    background: rgba(0,0,0,.5);
}

/* end custom login */

#defaultModal .modal-title {
    line-height: 1;
}
#defaultModal .modal-content {
    background: #444;
    color: #fff;
}
#defaultModal .modal-body {
    background: #333;
}
#defaultModal .modal-header {
    border-bottom-color: black;
}
#defaultModal .modal-footer {
    border-top-color: black;
}
#defaultModal .modal-header .close,
#defaultModal .modal-header .close:hover {
    color: #fff;
}

/* hide scrollbars */
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}
/* hide scrollbars end */
.welcomeback {
    background-color: rgba(0,166,90, .7) !important;
}
.forgetme {
    background-color: rgba(221,75,57, .8) !important;
}

.dropdown-menu
{
    border-color: #222;
    background-color: rgba(50,50,50,.5);
    padding: 0;
}
.dropdown-item
{
    color: #f0f0f0;
}
.dropdown-item:focus,
.dropdown-item:hover
{
    background-color:rgba(0,0,0,.30);
    color: white;
}
