.focus{
    /*background-color: lightgray !important;*/
    border-color: lightgray !important;
}

.hline {
    position:relative;
    height: 1px;
    width: 20%;
    color:#fff;
    float:left;
    display:block;
}

.vline {
    position:relative;
    display:block;
    float:left;
    height: 1px;
    width: 1px;
}

.highlight {
    background-color: red;
}

.hidden {
    visibility: hidden;
}

.disableBtnMess {
    background-color: #949da5 !important;
    border-color: #949da5 !important;
}

.disableBtnChkIn {
    background-color: #949da5 !important;
    border-color: #949da5 !important;
}

.disableBtnChkOut {
    background-color: #949da5 !important;
    border-color: #949da5 !important;
}
.span {
    margin: 0 310px 0 0; /*top right bottom left */
}

.flags {
    width: 25px;
    height: 17px;
    margin-left: 10px;
}

tr {
    outline: none;
}

.customTD {
    border: none !important;
}

.logo {
    width: 150px;
    height: 80px;
    margin-right: 10px;
}

.custom-img {
    width: 250px;
    height: 120px;
}

.custom-btn {
    height: 60px;
    margin-top: 10px;
    width: 100%;
    overflow-y: hidden;
}
.custom-btn-deplie {
    height: 30px;
    margin-top: 20px;
    width: 100%;
    overflow-y: hidden;
}

.btn {
    background-color:  #00125bab !important;
}

.btn-mess {
    font-weight: 400;
    background-color: transparent;
}

.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 50%;
}

.tablink:hover {
    background-color: #777;
}

#London {background-color:red;}
#Paris {background-color:green;}
#day{
    width: 140px;
}

#groupedMessage .card {
    border: 2px solid #3D62A1;
    border-radius: 0;
}

#groupedMessagesHistoricCard  {
    border: 2px solid #5ca49e;
    border-radius: 0;
}

#configuration-header{
    background-color: #e2e2e2;
}
#header-content-display {
    display: block;
    margin-left: auto;
}

#groupedMessagesHistoric a:hover{
    background-color: #F7F7F7;
    border-color: #F7F7F7;
}

#groupedMessagesHistoric .list-group-item.active{
    background-color: #DDDDDD;
    border-color: #DDDDDD;
}

#grouped-message-delete-button {
    background-color: #D97171;
    border-color: #D97171;
    color: white;
}

#groupedMessageCancelMessageButton{
    color: white;
}

#floorsRooms .card-title .btn-link{
    color: #0a0058;
}

input[type="file"] {
    display: block;
}
.imageThumb {
    max-height: 75px;
    padding: 1px;
}
.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}
.remove {
    display: block;
    background: #444;
    color: white;
    text-align: center;
    cursor: pointer;
}
.remove:hover {
    background: white;
    color: black;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 24px;
}

.other {
    background-color: #5ca49e;
}

#snackbar {
    visibility: hidden;
    min-width: 350px;
    margin-left: -125px;
    background-color: #5ca49e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 50%;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 50%; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 50%; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 50%; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 50%; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}