/*!
 * Cropper v3.0.0-rc.2
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-05-30T05:04:38.958Z
 */


/******************************************
Face
******************************************/
.personalPictMain00{
    background-color: #3e3e3e;
    margin:16px 0px;
    border: 0;
    overflow: hidden;
}
.personalPictMain00 .pictArea{
    height:372px;
    width:100%;
    float:left;
    position: relative;
}
.personalPictMain00 .pictArea .pict{
    height: 320px;
    width: 240px;
    background-color: #D0D0D0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -120px;
    margin-top: -160px;
}
.personalPictMain00 .pictArea .pictTrim{
    height: 300px;
    width: 300px;
/*    background-color: #D0D0D0;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
}
.personalPictMain00 .messageArea{
/*    height:372px;*/
    width:100%;
    float:left;
    position: relative;
}
.personalPictMain00 .messageArea > p{
/*    margin-top: 120px;*/
}
.personalPictMain00 .messageArea p{
    color:#FFF;
    font-size: 120%;
}
.personalPictMain00 .messageArea .pictPreview{
    height: 100%;
    width: 100%;
}
.personalPictMain00 .messageArea .pictPreview > .docs-preview{
/*    padding: 0px 12px 12px 12px;*/
    margin-right: 0px;
}
.personalPictMain00 .messageArea .pictPreview > .docs-preview > .img-preview{
    display: none !important;
}
.personalPictMainTri00{
}
.personalPictMain00 .form_table{
    border-left:none;
}
.personalPictMain00 dl:first-child dd{
    border-top:none;
}
.personalPictMain00 dl dd{
    border-right:none;
    border-bottom:none;
    width:300px;
}

.personalPictMain00 p.NoCamera,
.personalPictMain00 p.NoBrow{
    color:#FFF;
    font-size: 120%;
    padding: 12px;
}

.originalFileBtn {
    color: white;
    background-color: #D0D0D0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    border: 2px solid transparent;
    height: 100%;
    text-align: center;
}
.originalFileBtn:after{
    content: '';
    position: absolute;
    width: 192px;
    height: 192px;
    top: 50%;
    left: 50%;
    margin-left: -96px;
    margin-top: -108px;
    background-color: #D0D0D0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 8px #ababab solid;
    box-sizing: border-box;
}
.originalFileBtn:before{
    content: '';
    position: absolute;
    width: 196px;
    height: 96px;
    top: 50%;
    left: 50%;
    margin-left: -96px;
    margin-top: 52px;
    background-color: #D0D0D0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 96px 96px 0 0;
    border: 8px #ababab solid;
    box-sizing: border-box;
}
.originalFileBtn input[type="file"] {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.originalFileBtn input[type="file"]:hover {
    cursor: pointer;
/*    opacity: 1;*/
}
.originalFileBtn input[type="file"]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #FFF;
    opacity: 0.3;
}
.originalFileBtn > span{
    position: absolute;
    top: 45%;
    left: -2px;
    z-index: 9998;
    width: 100%;
    color: #3e3e3e;
    font-size: 140%;
}
.trimErrmsg{
    display: none;
}

