﻿a {
    text-decoration: none;
}

    a[data-href] {
        cursor: pointer;
    }

img {
    max-width: 100%;
}

input[type=range] {
    border: 0;
    border: 0;
    box-shadow: none;
    padding-right: 0;
    padding-left: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #eee inset !important;
}

.no-radius {
    border-radius: 0 !important;
}

.readonly {
    background: #eee;
    cursor: not-allowed;
}

    .readonly:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #eee inset;
    }

.plain-message {
    background: #fff;
    padding: 21px 0;
    margin: 0;
    text-align: center;
}

.no-padding {
    padding: 0;
}

.padding-top-4 {
    padding-top: 4px;
}

.padding-top-6 {
    padding-top: 6px;
}

.padding-top-12 {
    padding-top: 12px;
}

.padding-top-24 {
    padding-top: 24px;
}

.padding-top-42 {
    padding-top: 42px;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-left-2 {
    padding-left: 2px;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-left-4 {
    padding-left: 4px;
}

.padding-right-2 {
    padding-right: 2px;
}

.padding-right-12 {
    padding-right: 12px;
}

.padding-bottom-24 {
    margin-bottom: 24px;
}

.margin-bottom-6 {
    margin-bottom: 6px;
}

.width-half {
    width: 50%;
}

#bandMessage {
    position: fixed;
    bottom: 12%;
    cursor: pointer;
    left: 0;
    width: 100%;
    z-index: 9999;
}

    #bandMessage .message {
        margin-bottom: 0;
    }

    #bandMessage .revival {
        cursor: pointer;
        margin-left: 4px;
    }

#processPop {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9998;
    width: 100px;
    margin-left: -50px;
    height: 30px;
    margin-top: -12px;
    text-align: center;
}

    #processPop .message i {
        font-size: 3.3em;
        color: #333;
    }

    #processPop .message span {
        display: inline-block;
        width: 7px;
        height: 30px;
        background: #07c;
        border-radius: 1px;
        margin: 0 4px;
        position: relative;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        top: -30px;
    }

        #processPop .message span.transition {
            opacity: 0.5;
            top: 0;
        }

.dimode-modal .modal-body {
    padding-bottom: 0;
}

.dimode-modal .left-area .category {
    margin-bottom: 14px;
}

    .dimode-modal .left-area .category .each-category {
        margin-bottom: 0;
        padding: 8px 12px;
        cursor: pointer;
    }

        .dimode-modal .left-area .category .each-category.active {
            background: #245679;
            color: #fff;
        }

            .dimode-modal .left-area .category .each-category i.closed,
            .dimode-modal .left-area .category .each-category.active i.opened {
                display: inline;
            }

            .dimode-modal .left-area .category .each-category i.opened,
            .dimode-modal .left-area .category .each-category.active i.closed {
                display: none;
            }
