﻿.bg-white-noborder {
    background: #fff !important;
    border: 1px solid #fff;
    color: #73879C;
}

.bg-green-noborder {
    background: #1ABB9C !important;
    border: 1px solid #1ABB9C;
    color: #fff;
}

.bg-red-noborder {
    background: #E74C3C !important;
    border: 1px solid #E74C3C;
    color: #fff;
}

.bg-blue-noborder {
    background: #3498DB !important;
    border: 1px solid #3498DB;
    color: #fff;
}

.bg-orange-noborder {
    background: #F39C12 !important;
    border: 1px solid #F39C12;
    color: #fff;
}

.bg-purple-noborder {
    background: #9B59B6 !important;
    border: 1px solid #9B59B6;
    color: #fff;
}

.bg-blue-sky-noborder {
    background: #50C1CF !important;
    border: 1px solid #50C1CF;
    color: #fff;
}

.bg-selected {
    background: #bee2fa !important;
    border: 1px solid #bee2fa;
    color: #fff;
}
#intevention-map{
    height:100%;
}
#capture {
    position: absolute;
    
    top: 10px;
    right: 10px;
    
    z-index: 100;
}
.loadingScreen{
    width:100%;
    height:100%;
    background:#000;
    opacity:0.7;
    position:fixed;
    top:0;
    z-index:100000;
}
/*.dataTables_empty{
    display:none;
}*/
ul.msg_list li a {
text-decoration:none !important;
}
ul.msg_list li a .image img {
    width: 25% !important;
}
.login_wrapper {
    right: 0;
    margin: 5%;
    max-width: 100% !important;
    position: relative;
}
.actualite_wrapper {
    right: 0;
    margin: 5%;
    /*max-width: 350px;*/
    position: relative;
}
.login_form, .registration_form {
    top: 0;
    width: 100%;
    position:relative;
}
.actualite_form {
    top: 0;
    width: 100%;
}
@media(max-width: 720px){
    .adjust_on_mobile{
        width:100% !important;
    }
}
.loading {
    position: absolute;
    background-color: #000;
    opacity: 0.3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: none;
}

.newloader {
    background: #2a3f54;
    width: 100%;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: fixed;
    left:0;
    top:0;
    z-index: 9999;
}


#preview-area {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 60px;
    right: 0;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#spinners {
    width: 1400px;
    height: 60px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    font-size: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

#spinners li {
    height: 60px;
    width: 60px;
    right: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    margin-right: 40px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0;
    transition: all 0.3s ease-in-out 0
}

#spinners .selected {
    opacity: 1
}


.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out; /* animation:bounce 2.0s infinite ease-in-out */
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
.maps-height {
    height: 500px;
}
@media all and (max-width: 800px) {
    .maps-height {
        height: 250px;
    }
}
.title-fa {
}
.title-fa.active {
    text-align: center !important;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 5px;
    width: 100%;
    color: #fff
}
.title-fa.active-sm {
    text-align: center;
    vertical-align: middle;
    height: 36px;
    display: table-cell;
    color: #fff
}