html,
body {
    margin:0;
    padding:0;
    height:100%;
    word-wrap: break-word;
}
h1, .title-1 {
    font-size: 1.35em;
}
h1 {
    margin: 0 0 15px 0;
    font-weight: 700;
}
h2, .title-2 {
    font-size: 1.2em;
}
h2 {
    margin: 0 0 15px 0;
}
h3, .title-3 {
    font-size: 1.1em;
}
h3 {
    margin: 0 0 15px 0;
}
p {
    margin-bottom: 15px;
}
span {word-wrap: break-word;}

.admin-app {text-align: left}
.admin-app .table,
.admin-app .data-list .btn{
    font-size: 1em;
}

.admin-app #filters .btn{
    font-size: 1em;
    font-weight: 500;
    border: 0;
    margin-bottom: 0;
    text-transform: inherit;
    padding: .54rem .75rem;
}
.admin-app .table-responsive .btn{
    text-transform: inherit;
}
.container-navbar-admin { width: 1200px;}
#content {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
}
#content.content-admin {
    padding-top: 50px;
    padding-bottom: 0;
    background-color: #ffffff;
}
.content-admin .static-page{
    padding-top: 25px;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse, .pre-scrollable{
    max-height: none;
}
#footer {
    width:100%;
    height:auto;
    overflow:hidden;
    bottom: 0;
    margin-top: 20px;
    box-shadow:0 -5px 15px -5px grey;
    position: fixed;
    z-index: 3;
}
a.disabled {
    pointer-events: none !important;
}

.btn {
    font-size: 1.1em;
    margin-bottom: 15px;
}

.font-size-18{
    font-size: 18px;
}

/* FONT WEIGHT*/
.font-weight-700{
    font-weight: 700;
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-bold{
    font-weight: 900;
}
.font-italic{
    font-style: italic;
}
/* FONT COLOR*/
.color-white{
    color: #fff;
}
.color-red{
    color: #ff8080;
}
.color-green{
    color: #b1e2b1;
}

.color-red-dark{
    color: #ff5252;
}
.color-green-dark{
    color: #3aaa3a;
}

/*CUSTOM NAVBAR*/
.navbar-toggle {
    position: absolute;
    margin: 15px;
    padding: 0;
    background-color: transparent;
    border: none;
}
.navbar-default .navbar-toggle{
    border: none;
}
.navbar-brand {
    display: block;
    padding: 0 15px;
    margin: 0;
}
.navbar-brand .navbar-link.visible-xs .page-title {
    padding: 14px 15px;
}

div.navbar-logo {
    width: 170px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    margin: 5px auto;
}

li div.navbar-logo {
    width: 140px;
    margin-top: 0;
    padding: 10px 15px;
}
.navbar{
    box-shadow:0 0 15px 0 grey;
    border: none;
    margin-bottom: 45px;
    padding: 0;
}
.navbar .navbar-link {
    color: #000;
    font-size: 1.2em;
    text-decoration: none;
}
.navbar .navbar-link:hover {
    text-decoration: none;
}

.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
    background-color: transparent;
}

/*CUSTOM*/
.border-dotted{
    border: 1px dashed #ebebeb;
    margin-bottom: 15px;
}
.app .input-group-text,
.input-group-text,
.admin-app .input-group-text{
    min-width: 55px;
}
.app .search-tables .input-group-text,
.admin-app .search-tables .input-group-text {
    min-width: 20px;
}
.input-group i,
.input-group input,
input.form-control,
select.form-control,
textarea.form-control{
    font-size: 1em;
}

input.form-control {
    padding: 7px 12px;
    height: 38px;
}
textarea.form-control{
    height: 170px;
}
select.form-control{
    height: 38px;
}
.link-back a{
    color:#000;
}
.ammount.radio-group div.radio{
    margin: 0 0 15px 0;
    padding:10px;
    background-color: #fff;
    border: 1px solid #ccd0d2;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: 1.2em;
    cursor: pointer;
}
img.washing-machine.active,
img.tumble-dryer.active{
    background-color: #b1e2b1;
}
img.washing-machine.unavailable,
img.tumble-dryer.unavailable{
    background-color: #ff8080;
}
span.active{
    color: #b1e2b1;
    display:inline-block;
    width: 70px;
}
span.unavailable{
    color: #ff8080;
    display:inline-block;
    width: 70px;
}
/*TODO verified*/
i.fa-plus{
    padding: 5px;
    font-size: 0.9em;
    border-radius: 4px;
}
.word-break{
    word-wrap: break-word;
}
.alert-errors{
    color: #a94442;
    background-color: transparent;
}
div.alert-errors {
    padding-top:6px;
    padding-bottom:0;
    margin-bottom: 0;
}
.payment {
    margin-top: 50px;
}
.dropdown-menu {
    min-width: 76px;
}

a.active{
    text-decoration-color: #3097D1;
    text-decoration-skip: ink;
}

a.btn,
td {
    word-wrap: break-word;
    white-space: normal;
}

ul.footer-link a{
    padding: 14px 15px;
    line-height: 22px;
    display: block;
    position: relative;
    text-decoration: none;
}

/*WIDTH*/
.width-120{width: 120px}
.width-200{width: 200px;}
.width-180{width: 180px;}

.search-tables .form-control {
    font-size: 0.9em;
}

img.tumble-dryer,
img.washing-machine{border-radius: 15px;}
.table-search{margin-bottom: 0;}
#paypal_overlay{
    background-color:rgba(0, 0, 0, 0.9);
    position:fixed;
    z-index: 1000;
    width:100%;
    height:100%;
    top:0; left:0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    color: #fff;
    text-align: center;
    display:none;
}
#content_overlay{
    height: 100%;
    display: grid;
}
.text-overlay-center{
    margin: auto;
}
.jumbotron div.row.border-top {
    border-top: 1px solid #252627!important;
}
.jumbotron h2,
.jumbotron h3{
    margin-top: 10px;
}
.jumbotron p {
    margin: 10px 0;
    font-size: 1em;
}
.jumbotron p span {
    font-size: 1.2em;
}
/*bootstrap suprascrie datetimepicker*/
.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto;
    min-width: 160px;
    z-index: 1001;
}
/*USER DASHBOARD*/
.maintenance-spinning-div {
    margin-top:80px;
    margin-left:10px;
    position:absolute;
    width:210px;
    height:170px;
    background-color: #ff8080
}

.maintenance-spinning-icon {
    position:absolute;
    font-size:138px;
    margin-top:100px;
    margin-left:30px;
    color: #555
}

.running-by-me-spinning-div {
    margin-top:80px;
    margin-left:10px;
    position:absolute;
    width:210px;
    height:170px;
    background-color: #b1e2b1
}

.running-by-other-spinning-div {
    margin-top:80px;
    margin-left:10px;
    position:absolute;
    width:210px;
    height:170px;
    background-color: #ff8080
}

.running-spinning-icon {
    position:absolute;
    font-size:130px;
    margin-top:100px;
    margin-left:32px;
    color: #555
}
/* flexboxes */

.equalHMWrap {
    justify-content: center;
    flex-wrap: wrap;
}
.eqWrap {
    display: flex;
}
.wrapper {
    min-width: 123px;
    padding: 10px;
    max-width: 123px;
}
.image-bg{
    min-height: 128px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: auto;
    border-radius: 6px;
    max-height: 128px;
    position: relative;
}
.wrapper-spinner{
    height: 88px;
    width: 72px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 1px auto auto auto;
    display: none;
    position: absolute;
    left: 16px;
    top: 34px;
}
.in_use_by_you {
    background-color: #b1e2b1 !important;
}

.in_maintenance{
    background-color: #ff8080;
}
.in_use {
    background-color: #ff8080 !important;
}
.reserved {
    background-color:  #f3c5be;
}

.reserved_by_you {
    background-color: #dbf7d8;
}
.wrapper .gateway_offline {
    background-color:  #f3c5be;
}

.wrapper-spinner.in_use {
    background-image: url("../images/arrows.gif");
}
.wrapper-spinner.in_use_by_you {
    background-image: url('../images/arrows.gif');
}
.wrapper-spinner.in_maintenance{
    background-image: url('../images/gear.gif');
}
.wrapper-spinner.gateway_offline{
    background-image: url('../images/gateway-offline.png');
}
.details-machine-status {
    width: 95px;
    height: 28px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 1em;
    vertical-align: middle;
    color: #fff;
    position: absolute;
    left: 4px;
    top: 3px;
}
.time-remaining{
    background-color: #156d9f;
}
.details-machine-status .under-maintenance,
.details-machine-status .time-remaining {
    height: 27px;
}
.under-maintenance {
    background-color: #777;
}
.tumble-dryer{
    background-image: url('../images/dryericon.png');
}
.washing-machine{
    background-image: url('../images/washericon.png');
}
.btn-back {
    padding: 5px 9px;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 1.9em;
}
#name_sort {
    width: 150px;
    max-width: 150px;
}
/*tooltip*/
.tooltip-inner {
    max-width: 300px;
}
.column-sort {
    background-color: #e9e9e9;
}
.btn-login-social i{
    font-size: 3.5rem;
}
.btn-login-social {
    display: flex;
}
.btn-facebook {
    background-color: #4267b2;
    border-color: #4267b2;
}
.btn-google {
    background-color: #df4a32;
    border-color: #df4a32;
}
#app-navbar-collapse,
#app-navbar-collapse-language {
    white-space: nowrap;
}
.iti-flag {background-image: url("../images/flags.png");}
.nav-pills>li>a {
    color: #555;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #555;
    background-color: #eee;
}
ul li{
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {background-image: url("../images/flags@2x.png");}
}

#qrcodemodal {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-dialog{
    top:50px;
}
.dot-success {
    display: inline-block;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: green;
}

.dot-danger {
    display: inline-block;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: red;
}

.dot-warning {
    display: inline-block;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: orange;
}

.online{
    color: green;
}

.reconnecting {
    color: orange;
}

.offline {
    color: red;
}

.st-content.fadeContent::after {
    content: " ";
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 108;
    position: fixed;
    top: 0;
    left: 0;
    background: black;
}
.st-content.fadeContent {
    overflow-y: hidden;
}

#footer .list-inline>li{
    padding: 0;
}
.static-page span,
.static-page br{
    font-size: inherit!important;
}
.nav-border {
    border-right: 1px solid black;
}
.jumbotron table#no-more-tables td{
    max-width: 250px;
    border-top: 1px solid #dee2e6;

}
#valid-msg {
    position: absolute;
    color: green;
    right: 0;
    padding: 7px;
}
#error-msg {
    position: absolute;
    color: red;
    right: 0;
    padding: 7px;
}
.data-list,
.form-edit,
.form-create,
.form-page {
    padding-bottom: 40px;
}
.alert {
    margin-bottom: 15px;
}
.fa-question-circle.alerts-help {
    color: #0072bc;
    font-size:17px
}
.field-wrapper {
    margin-bottom: 15px;
}
.btn-back {
    display: inline-block;
}
.navbar-collapse {
    flex-basis: 0;
    flex-grow: 0;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a4aaae;
}
.has-error .input-group-text {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}
.input-group-text {
    justify-content: center;
}
a {
    color: #3097D1;
}
a:hover {
    text-decoration: none;}
.navbar-nav .nav-link {
    padding: 16px 15px;
}
.navbar-nav .dropdown-menu {
    right: 0;
    left: auto;
    margin: 0;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-item.active,
.dropdown-item:active {
    background: transparent;
    border-radius: 0;
    text-decoration: underline;

}
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.nav-pills>li+li {
    margin-left: 2px;
}
.checkbox label, .radio input {
    margin-right: 5px;
}
nav.navbar  {
    min-height: 50px;
}
.page-item.disabled:hover {
    cursor: not-allowed;
}
.table-search td.search-tables {
    position: relative;
}
/*ADMIN DASHOARD*/
.content-admin .admin-header {
    padding-top: 25px;
}
.admin-header.admin-dashboard {
    position: fixed;
    width: 100%;
    z-index: 1;
}
.admin-home {
    padding-top: 85px;
}
.jumbotron {
    padding: 2rem;
}
.overall-situation {
    position: fixed;
}
.jumbotron {
    background-color: #eaeaea;
}
.overall-situation .jumbotron {
    background-color: #4b88a2;
    /* height: calc(100vh - 165px); */
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}
.overall-situation .jumbotron::-webkit-scrollbar { /* WebKit */
    width: 0;
}
.overall-situation .jumbotron h2 {
    margin-top: 0;
}
.overall-situation .jumbotron p {
    font-size: 0.9em;
}
.overall-situation .card {
    margin-bottom: 20px;
    background: transparent;
}
.overall-situation .jumbotron .card-header,
.overall-situation .jumbotron .card-body{
    color: #fff;
}
.list-group-item {
    background-color: rgba(255, 255, 255, 0.21);
}

.table thead th {
    font-weight: normal;
    border: 0;
}
.table td, .table th {
    border:0;
}
.table-striped tbody tr {
    background-color: rgba(0,0,0,.04);
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.content-admin .details {
    padding-top: 25px;
}
.content-admin .admin-blade {
    padding-top: 25px;
}
.faq-list .card {
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.faq-list .card-header {
    border: 0;
}

#panel {
    /*height: 400px;*/
    background-color: white;
    /*position: fixed;*/
    /*z-index: 1;*/
    /*overflow-x: hidden;*/
    /*transition: all .2s ease-out;*/
    /*display: block;*/
}

.open {
    width: 250px;
}

/* Styling for place details */
.hero {
    width: 100%;
    height: auto;
    max-height: 150px;
    display: block;
}

.location-name {
    font-family: 'open sans', arial, sans-serif;
    /*padding-left: 18px;*/
    padding-right: 18px;
    color: #3097D1;
}

.map-details {
    color: darkslategrey;
    font-size: 12px;
}

.lds-ripple {
    display: inline;
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.lds-ripple div {
    margin-top: -3px;
    position: absolute;
    border: 2px solid #002b52;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1.5s cubic-bezier(0, 0.7, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.75s;
    border-color: #0092da;
}
@keyframes lds-ripple {
    0% {
        top: 9px;
        left: 9px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 18px;
        height: 18px;
        opacity: 0;
    }
}

.media-controls {
    border-radius: 50%;
    border-width: thick;
}
.media-controls.btn-outline-success > i {
    margin-left: .1rem
}

span[id^="more"] {
    display:none;
}

div[id^="edit-button"] {
    display:none;
}

div[id^="images"] {
    display:none;
}

.card-box {
    position: relative;
    color: #fff;
    padding: 20px 10px 40px;
    margin: 20px 0px;
}
/*.card-body:hover {*/
/*    text-decoration: none;*/
/*    color: #f1f1f1;*/
/*}*/
.card-body:hover .icon i {
    font-size: 100px;
    transition: 1s;
    -webkit-transition: 1s;
}
.card-body .inner {
    padding: 5px 10px 0 10px;
}
.card-body h3 {
    font-size: 27px;
    font-weight: bold;
    margin: 0 0 8px 0;
    white-space: nowrap;
    padding: 0;
    text-align: left;
}
.card-body p {
    font-size: 15px;
}
.card-body .icon {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 5px;
    z-index: 0;
    font-size: 72px;
    color: rgba(0, 0, 0, 0.15);
}
.card-body .card-box-footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    padding: 3px 0;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    text-decoration: none;
}
.card-body:hover .card-box-footer {
    background: rgba(0, 0, 0, 0.3);
}
.bg-blue {
    background-color: #00c0ef !important;
}
.bg-green {
    background-color: #00a65a !important;
}
.bg-orange {
    background-color: #f39c12 !important;
}
.bg-red {
    background-color: #d9534f !important;
}

.z-index-add{
    z-index: 1;
}
