﻿body {
}

#content {
    padding-top: 0px;
}

.wrapper.theme-3-active .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
    color: #fff !important;
}

.heading-bg {
    height: 40px;
    margin: 0;
    padding: 0;
}

.slide-nav-toggle .page-wrapper {
    margin-left: 30px !important;
}

.container {
    margin-top: 20px;
}

#settings_3 .input-group-addon {
    display: block;
}

.tooltip {
    position: relative;
    cursor: help;
    display: inline-block;
    text-decoration: none;
    color: #222;
    outline: none;
}


    .tooltip span {
        visibility: hidden;
        position: absolute;
        bottom: 20px;
        left: 50%;
        z-index: 999;
        width: 230px;
        margin-left: -127px;
        padding: 5px;
        border: 2px solid #ccc;
        opacity: .9;
        background-color: #ddd;
        background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
        border-radius: 4px;
        box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
        text-shadow: 0 1px 0 rgba(255,255,255,.4);
    }

    .tooltip:hover {
        border: 0; /* IE6 fix */
    }

        .tooltip:hover span {
            visibility: visible;
        }

    .tooltip span:before, .tooltip span:after {
        content: "";
        position: absolute;
        z-index: 1000;
        bottom: -7px;
        left: 50%;
        margin-left: -8px;
        border-top: 8px solid #ddd;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 0;
    }

    .tooltip span:before {
        border-top-color: #ccc;
        bottom: -8px;
    }

/*----------
        Blocks
        ----------*/ /*Pricing table and price blocks*/

.pricing_table {
    line-height: 150%;
    font-size: 12px;
    width: 98%;
    max-width: 1200px;
    padding-top: 10px;
    margin-top: 10px;
}

.price_block {
    text-align: center;
    width: 100% !important;
    color: #fff;
    float: left;
    list-style-type: none;
    transition: all 0.25s;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-bottom: 1px solid transparent;
}
/*Price heads*/ .pricing_table h3 {
    text-transform: uppercase;
    padding: 5px 0;
    background: rgb(38, 50, 56) !important;
    margin: -10px 0 1px 0;
}
/*Price tags*/ .price {
    display: table;
    background: rgb(38, 50, 56) !important;
    width: 100%;
    height: 50px;
}

.price_figure {
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
}

.price_number {
    font-weight: bold;
    display: block;
    padding: 5px;
}

.price_tenure {
    font-size: 11px;
}
/*Features*/ .features {
    background: #FDFDFD;
    color: #000;
}

    .features li {
        padding: 8px 15px;
        border-bottom: 1px solid #ccc;
        font-size: 12px;
        list-style-type: none;
        min-height: 35px;
        text-align: left;
        background-color: transparent;
    }

        .features li:hover {
            background-color: #feffb9;
        }

.footer {
    padding: 15px;
    background: #FDFDFD;
}

.action_button {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    background: linear-gradient(#666, #333);
    padding: 5px 20px;
    font-size: 11px;
    text-transform: uppercase;
}

.price_block:hover {
    box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.5);
    transform: scale(1.04) translateY(-5px);
    z-index: 1;
    border-bottom: 10px solid;
}

    .price_block:hover .price {
        background: #ed6f56 !important;
    }

    .price_block:hover h3 {
        background: #ed6f56 !important;
    }

    .price_block:hover .action_button {
        background: linear-gradient(#F9B84A, #DB7224);
    }

.custom-tab-1 .nav-tabs > li.active > a {
    border-bottom: 3px solid #8E2424;
}

.txt-danger, .text-danger {
    color: #ed6f56 !important;
}

.alert.alert-info {
    background: #eee;
    color: #8E2424;
    font-weight: bold;
}

.allowed {
    text-transform: none !important;
    background-color: #ed6f56 !important;
    margin-left: 10px;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


@media only screen and (min-width : 480px) and (max-width : 768px) {
    .price_block {
        width: 100% !important;
    }

        .price_block:nth-child(odd) {
            border-right: 1px solid transparent;
        }

        .price_block:nth-child(3) {
            clear: both;
        }

        .price_block:nth-child(odd):hover {
            border: 0 none;
        }
}

@media only screen and (min-width : 1024px) {
    .price_block {
        width: 25% !important;
    }

    .price_block {
        border-right: 1px solid transparent;
        border-bottom: 0 none;
    }

        .price_block:last-child {
            border-right: 0 none;
        }

        .price_block:hover {
            border: 0 none;
        }
}

.skeleton, .skeleton ul, .skeleton li, .skeleton div, .skeleton h3, .skeleton span, .skeleton p {
    border: 5px solid rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    margin: 7px !important;
    background: rgba(0, 0, 0, 0.05) !important;
    padding: 0 !important;
    text-align: left !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    font-size: 10px !important;
    font-style: italic !important;
    text-transform: none !important;
    font-weight: normal !important;
    color: black !important;
}

    .skeleton .label {
        font-size: 11px !important;
        font-style: italic !important;
        text-transform: none !important;
        font-weight: normal !important;
        color: white !important;
        border: 0 none !important;
        padding: 5px !important;
        margin: 0 !important;
        float: none !important;
        text-align: left !important;
        text-shadow: 0 0 1px white;
        background: none !important;
    }

.skeleton {
    display: none !important;
    margin: 100px !important;
    clear: both;
}

.onoffswitch {
    position: relative;
    width: 124px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Oui";
        padding-left: 10px;
        background-color: #2ecd99;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "Non";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #CF0808;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    /*PAD*/
    margin: 7px;
    height: 18px;
    /*PAD*/
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 90px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


@media (max-width: 1024px) {
    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .nav-header .logo-wrap .brand-text {
        color: #fff !important;
    }

    .zmdi-menu, .zmdi-more {
        color: #fff !important;
    }
}

@media (max-width: 768px) {
    .btn-responsive {
        font-size: 80%;
        line-height: 1;
    }
}

@media (min-width: 769px) and (max-width: 996px) {
    .btn-responsive {
        font-size: 90%;
        line-height: 1.2;
    }
}