/**
 * CUSTOM CSS FROM THUILLIERPROD
 */

body {
}

.c-btn.type-1[disabled] {
    opacity: 0.5;
    filter:alpha(opacity=50);
}

.c-btn.type-1[disabled]:hover {
    opacity: 0.5;
    filter:alpha(opacity=50);
}

.tt-header .logo img {
    width: auto;
}

.nav-more-btn {
    margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
    .tt-header .logo img {
        width: 250px;
    }
}

@media screen and (max-width: 350px) {
    .tt-header .logo img {
        width: 200px;
    }
}

@media screen and (min-width: 383px) {
    .nav-more-btn {
        margin-left: 5px;
        margin-bottom: 0;
    }
}

.simulator_result {
    font-weight: bold;
    color: #19a018;
}

#popup-pub {
    position: fixed;
    width: 200px;
    top: 84px; /* 79 (header) + 5 */
    padding: 10px;
    background-color: #beeca5;
    z-index: 100;
    border-radius: 3px;
    left: 1px;
    color: #30373b;
    border: 2px solid #7ab57a;
}

