.db-module-header {
    margin-bottom: 40px;
}
.footer_font_style_bold{
    font-weight: bold;
}
.status_font_style_prio {
    font-weight: bold;
    font-size: 16px;
}
.row_spacing_bottom {
    margin-bottom: 20px;
}
.status_font_style_info {
    color: #9d9d9d;
    font-weight: bold;
}
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

.requestPending .glyphicon-check {
    display: none;
}

.glyphicon.spinning {
    display: none;
    font-size: 14px;
}

.requestPending .glyphicon.spinning {
    display: inline-block;
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

.activeCircle {
    background-color: rgba(100,105,115, 0.12);
}

.notActiveCircle {
    display: block;
    max-width: 135px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
    padding: 20px;
}

.statusicon-img {
    text-align: center;
    margin: auto;
}
.statusicon-text {
    padding-top: 12px;
}
.tout {
    padding: 10px 0px 0px 0px;
}
.toutInfo {
    padding: 0;
    font-size: 12px;
}

.overlay{
    display: none;
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,0.3); 
}

.privacy-content .btn-back-to-tracking {
    margin-top: 40px;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@media only screen
and (max-device-width: 767px) {
    body {
        padding-top: 0px;
    }

    body, .db-main-navbar .db-nav:first-child {
        background-image:url(../assets/background_mobile.png);
        background-size:auto;
        background-repeat:repeat-y;
        background-attachment:inherit;
    }

    .navbar-fixed-top {
        position: relative;
        top: 0px;
        margin-bottom: 0px;
    }

    .db-module-header {
        margin-bottom: 20px;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-nav {
        margin: 0px -10px;
    }

    .db-main-action-bar-shadow .db-nav-shadow {
        top: 105px;
    }

    .container>.navbar-collapse {
        margin-bottom: -1px;
    }

    .db-main-navbar .navbar-nav {
        padding-top: 0;
        margin-bottom: 0;
    }

    .db-standalone-module {
        padding: 20px 20px 10px 20px;
    }
    .db-content>.row, .db-footer>.row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .statusicon-text {
        font-size: 10px;
    }
    .tout-image {
        width: 25px;
        position: absolute;
        margin: auto;
        top: 10px;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .notActiveCircle {
        padding: 7px;
    }
}
@media only screen
and (max-device-width: 320px) {
    .statusicon-text {
        font-size: 10px;
    }
    .statusicon-text{
        padding-top: 5px;
        font-size: 10px;
    }
}