/**
 * Customize at your own risk
 */
.jstyling-select {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    color: #474345;
}

.jstyling-select-t {
    white-space: nowrap;
    overflow: hidden;
}

.jstyling-select-l {
    margin: 0;
    padding: 0;
    width: 100%;
    display: none;
    position: absolute;
    overflow-y: auto;
    z-index: 1000;
}

    .jstyling-select-l div {
        list-style: none;
        display: block;
        white-space: nowrap;
        overflow: hidden;
    }

        .jstyling-select-l div:hover {
        }

        .jstyling-select-l div.disabled {
        }

            .jstyling-select-l div.disabled:hover {
            }

.jstyling-select.active {
    z-index: 700;
}

    .jstyling-select.active .jstyling-select-l {
        display: block;
    }

.jstyling-checkbox, .jstyling-radio {
    margin: 0;
    padding: 0;
    display: inline-block;
    z-index: 1;
}

    .jstyling-checkbox input[type=checkbox], .jstyling-radio input[type=radio] {
        opacity: 0;
        filter: alpha(opacity = 0);
        z-index: 0;
    }

.jstyling-file {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
}

.jstyling-file-f {
    overflow: hidden;
    white-space: nowrap;
}

.jstyling-file-b {
    position: relative;
    overflow: hidden;
}

.jstyling-file input[type=file] {
    margin: 0;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
}

/**
 * This you can customize
 */

/* Select wrapper */
.jstyling-select {
    width: 121px;
    border-top: 0;
    border-bottom: 1px solid #D4D1D4;
    cursor: pointer;
}

    .jstyling-select:hover {
        color: #C20015;
    }
/* Select current option */
.jstyling-select-s {
    padding: 2px;
    height: 19px;
    width: 121px;
    line-height: 22px;
    background: url('../images/jcusel-select.png') no-repeat top right;
}

    .jstyling-select-s:hover {
        padding: 2px;
        height: 19px;
        line-height: 22px;
        background: url('../images/arrow-bottom.png') no-repeat 105px 11px;
    }

.jstyling-select-t {
    width: 105px;
    margin-left: 10px;
    font-size: 75%;
}

/* Select options list*/
.jstyling-select-l {
    max-height: 124px;
    background: #FFFFFF;
    border: 1px solid #D4D1D4;
    border-top: 0;
    top: 24px;
    width: 120px;
    overflow: hidden;
    color: #474345 !important;
    -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
}

    .jstyling-select-l div {
        height: 16px;
        border-top: 1px solid #D4D1D4;
        padding: 6px 4px 4px 4px;
        width: 100%;
        display: block;
        font-size: 75%;
    }

        .jstyling-select-l div:hover {
            background: #EEEEEE;
            color: #C20015 !important;
        }

        .jstyling-select-l div:first-child {
            border-top: 0;
        }

.jstyling-select.active {
    background-position: 100% -28px;
}

.jstyling-select.disabled {
    background-color: #E5E5E5;
}

/* generic dropdown*/

/*customizable */

.generic.jstyling-select {
    width: 435px;
    height: 28px;
    border: 1px solid #CCC6C6;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    padding: 0 2px;
}

    .generic.jstyling-select:hover {
        color: #474345;
        background-color: #FFFFFF;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
/* Select current option */
.generic .jstyling-select-s {
    width: 98%;
    padding: 2px;
    height: 26px;
    line-height: 25px;
    background: url('../images/jcusel-select-generic.png') no-repeat center right;
}

    .generic .jstyling-select-s:hover {
        background: url('../images/jcusel-select-generic.png') no-repeat center right;
    }

.generic .jstyling-select-t {
    width: 100%;
    margin-left: 10px;
    font-size: 75%;
}

/* Select options list*/
.generic .jstyling-select-l {
    max-height: 124px;
    background: #FFFFFF;
    border: 1px solid #D4D1D4;
    top: 28px;
    width: 100%;
    overflow-y:scroll;
    color: #474345 !important;
}

    .generic .jstyling-select-l div {
        height: 16px;
        border-top: 1px solid #D4D1D4;
        padding: 6px 4px 4px 4px;
        width: 100%;
        display: block;
        font-size: 75%;
    }

        .generic .jstyling-select-l div:hover {
            background: #FFFFFF;
            color: #C20015 !important;
        }

        .generic .jstyling-select-l div:first-child {
            border-top: 0;
        }

.generic .jstyling-select.active {
    background-position: 100% -28px;
}

/* File input */
.jstyling-file-f {
    padding: 8px 4px 4px 4px;
    width: 347px;
    float: left;
    border: 1px solid #ccc;
    height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 75%;
}

.jstyling-file-b {
    padding: 12px 0px 0px 2px;
    width: 80px;
    float: left;
    border: 1px solid #ccc;
    height: 20px;
    background: #eee;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -1px;
    font-size: 75%;
}
