﻿

@media print {
    .container-guideline, .container-guideline * {
        display: none !important;
    }
}

.container-guideline {
    position: fixed;
    width: 330px;
    height: 30px;
    top: 228px;
    right: -210px;
    z-index: 50;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .container-guideline .floating-button {
        width: 120px;
        height: 36px;
        border-bottom-left-radius: 15px !important;
        border-top-left-radius: 15px !important;
        background: #1976d2;
        position: absolute;
        cursor: pointer;
    }

    .container-guideline .plus {
        width: 120px;
        color: white;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        left: 0;
        right: 0;
        padding: 0;
        margin: 0;
        margin-left: 0px;
        text-align: center;
        padding-top: 0px;
        line-height: 24px;
        font-size: 18px !important;
        font-family: 'Roboto';
        font-weight: 300;
        transition: all 0.3s;
    }

    .container-guideline:hover, .faq-unpin.container-guideline:hover, .container-guideline.show, .container-guideline.show.faq-unpin {
        right: 0px;
    }

    .container-guideline .non-float-p {
        position: absolute;
    }

    .container-guideline .non-float {
        position: relative;
        top: 0;
    }

    .container-guideline .devider {
        margin: 0;
        height: 0;
        border-width: 1px;
        border-color: #ddd;
    }

#dialog-faq .devider, .faq-answer .devider {
    margin: 25px 0;
    height: 0px;
    border-width: 3px;
    border-color: #e0f2f1;
}

    .container-guideline .devider.devider-dashed, #dialog-faq .devider.devider-dashed {
        border-top-style: dashed;
    }

    .container-guideline .devider.devider-dotted, #dialog-faq .devider.devider-dotted {
        border-top-style: dotted;
    }

    .container-guideline .devider.devider-solid, #dialog-faq .devider.devider-solid {
        border-top-style: solid;
    }

.spin-icon {
    background: #1ab394;
    position: absolute;
    padding: 7px 10px 7px 13px;
    border-radius: 20px 0 0 20px !important;
    font-size: 16px;
    top: 0;
    left: 0;
    width: 40px;
    color: #fff;
    cursor: pointer;
}

.container-guideline .float_pin {
    color: white;
    position: absolute;
    left: 12px;
    top: 2px;
    z-index: 1000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: default;
}

.faq-unpin.container-guideline {
    right: -320px;
}

    .faq-unpin.container-guideline .float_pin {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }

.faq-items {
    width: 210px;
    margin-left: 120px;
    border: #1976d2 solid 1px;
    background-color: #f5f5f5;
}

.faq-item {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    text-shadow: none;
    line-height: 25px;
    background: #fefefe;
}

    .faq-item:hover {
        background: #e3f2fd;
    }

    .faq-item a {
        display: block;
        font-size: 15px !important;
        padding: 5px 15px;
        text-decoration: none;
        color: #1976d2;
    }

        .faq-item a:hover {
            color: #005005;
        }

.ui-dialog-titlebar * {
    font-size: 14px !important;
}

#dialog-faq * {
    font-size: 13px !important;
}


.blueimp-gallery .slides {
    z-index: 1;
}

.blueimp-gallery .prev, .blueimp-gallery .next, .blueimp-gallery .close, .blueimp-gallery .play-pause, .blueimp-gallery .indicator {
    z-index: 2;
}

.blueimp-gallery h3.title {
    opacity: 1;
    color: white;
}

.blueimp-gallery > .next, .blueimp-gallery > .prev {
    font-size: 60px !important;
}

.blueimp-gallery > .close, .blueimp-gallery > .title {
    font-size: 20px !important;
}

#dialog-faq img.gallery-img, .faq-answer img.gallery-img {
    max-width: 100%;
    max-height: 100%;
    cursor: zoom-in;
}
