/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    =checker
    =selector
-----------------------------------------------------------------------------*/

/**
*
* =checker
*
**/

.checker {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: -7px;
}

.checker span {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../i/bg-checkbox.png) no-repeat 0 0/15px 15px;
}

.checker span.checked {
    background: url(../../i/bg-checkbox-checked.png) no-repeat 0 0/15px 15px;
}

.checker span input {
    width: 15px;
    height: 15px;
    opacity: 0;
}

/**
*
* =selector
*
**/

div.selector {
    position: relative;
    float: left;
    height: 36px;
    line-height: 34px;
    padding: 0 5px 0 0;
    border: 1px solid #979797;
    border-radius: 5px;
}

div.selector span {
    display: block;
    width: 100% !important;
    height: 34px;
    line-height: 34px;
    padding: 0 20px 0 8px;
    background: url(../../i/bg-selector.png) no-repeat right center;
    color: #3b2306;
    font-size: 14px;
    text-align: left;
}

div.selector select {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-opacity: 0;
    border: none;
    background: 0 0
}

.fminput-wrap .selector {
    width: 155px !important;
}

/**
*
* =uploader
*
**/

.uploader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.uploader .filename,
.uploader .action {
    display: none;
}

.uploader .action {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 21px;
    padding: 0 5px 0 23px;
    background: rgba(0, 0, 0, 0.2) url(../../i/icon-upload.png) no-repeat 5px center/15px auto;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    line-height: 21px;
}

.uploader input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    opacity: 0;
}