/* 파일 업로드 */
.upload-btn {
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
}

.upload-btn-text {
    position: relative;
    cursor: pointer;
}

.upload-btn input {
    width: 100%;
    height: 36px !important;
    font-size: 36px !important;
    top: 0;
    right: 10px;
    z-index: 1;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* 프로필 */
.profile-btn {
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
}

.profile-btn-img {
    color: #fff;
    font-size: 14px;
    line-height: 130px;
    text-align: center;
    cursor: pointer;
}

.profile-btn-img > span {
    background-color: #1D90CF;
    position: absolute;
    margin: 80px 0 0 -45px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.profile-btn-img > span > i {
    font-size: 36px;
    vertical-align: 70%;
}

.profile-btn input {
    width: 130px;
    height: 130px;
    line-height: 130px;
    font-size: 130px !important;
    top: 0;
    z-index: 1;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* 카메라 */
.camera-btn {
    width: 85px;
    height: 85px;
    overflow: hidden;
    position: relative;
    padding: 0;
    cursor: pointer;
    margin: 0 auto 5px auto;
}

.camera-btn-img {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 90px;
    text-align: center;
    cursor: pointer;
}

.camera-btn-img > .camera-circle-bg {
    width: 85px;
    height: 85px;
    display: inline-block;
    background-color: #1D90CF;
    border-radius: 50%;
}

.camera-btn-img > .camera-circle-bg > i {
    font-size: 48px;
    vertical-align: -40%;
    color: #fff;
}

.camera-btn > div {
    text-align: center;
}

.camera-btn > div > input {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 85px !important;
    top: 0;
    z-index: 1;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.camera-upload-max {
    margin: -30px auto 40px auto;
    text-align: center;
}

.camera-upload-max > span {
    position: absolute;
    color: #000;
    padding-left: 50px;
}

/* 파일 목록 */
.uploaded-list {
    margin-bottom: 10px;
}

.uploaded-list li {
    line-height: 2;
    background-color: #fff !important;
    padding: 5px 15px !important;
}

.uploaded-list li a:link, .uploaded-list li a:visited {
    text-decoration: underline;
}

.uploaded-list > li > div.row > div.col-xs-2 {
    height: 52px;
    line-height: 52px;
}

.uploaded-list > li > div.row > div.col-xs-8 {
    text-align: left;
    padding-left: 23px;
}

/* 파일 목록 확장자별 아이콘 */
.upload-ext-icon {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border: 1px solid #cfcfcf;
    background-color: #e8e8e8;
}

.upload-ext-icon-- {
    border: 1px solid #000;
    background-color: #2f2f2f;
}

.upload-ext-icon-W {
    border: 1px solid #0031ff;
    background-color: #095dff;
}

.upload-ext-icon-P {
    border: 1px solid #ff000c;
    background-color: #ff332f;
}

.upload-ext-icon-X {
    border: 1px solid #19af5f;
    background-color: #1dcc6f;
}

.upload-ext-icon-H {
    border: 1px solid #43639f;
    background-color: #4d72b8;
}

/* 갤러리 목록 */
.uploaded-gallery li {
    line-height: 2;
    background: none !important;
    padding: 5px 15px !important;
    border: none;
}

.uploaded-gallery li a:link, .uploaded-list li a:visited {
    text-decoration: underline;
}

/*.uploaded-gallery > li > div.row > div.col-xs-2 {*/
/*height: 52px;*/
/*line-height: 52px;*/
/*}*/

/*.uploaded-gallery > li > div.row > div.col-xs-8 {*/
/*text-align: left;*/
/*padding-left: 23px;*/
/*}*/
