h1 {
    color: #333;
}
*{
    outline: none!important;
}
#content{
    width:100%;
    padding-top:20px;
    color:#FFF;
}
.content-margin{
    margin-top:20px;
}
.active{
    margin: 0 auto;
    float: none;
    padding: 20px;
    font-weight:700;
    background: #3b82fe;
    -moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
}
#details{
    max-width: 100%;
    border: 1px solid #eeeeee;
    width: 95%;
    min-width: 200px;
    min-height: 128px;
    font-size: 13px;
    color: #747474;
    padding: 10px 11px 10px;
    border-radius: 2px;
    margin: 0 0 10px !important;
    background: #f9f9f9;
}

.form-group{
    margin-bottom: 30px;
}

.pc-function{
    display: none;
}
#dropzone{
    font-size: 0.7rem;
}
.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
}
.dropzone .dz-message {
    color: #555;
}
.dropzone .dz-preview .dz-error-message {
    top: 140px;     /* move the tooltip below the "Remove" link */
}
.dropzone .dz-preview .dz-error-message:after {
    left: 30px;     /* move the tooltip's arrow to the left of the "Remove" link */
    top: -18px;
    border-bottom-width: 18px;
}
.dropzone .dz-preview .dz-remove {
    margin-top: 4px;
    font-size: 0.5rem;
    text-transform: uppercase;
}
.paste, .result {
    font-size: 18px;
    font-weight: 400;
    border: solid 1px #999;
    padding: 0.5em;
    margin: 1em 0 0 0;
    box-sizing: border-box;
    text-align: center;
}
.paste-res-img{
    width: 100%;
    max-width: 320px;
}
.result{
    /*position: relative;*/
    float: left;
    margin-right: 15px;
    background: #e8e8e8;
}
.icon_no{
    cursor: pointer;
    background: #0093e8;
    width: 70%;
    height: 100%;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 0.75rem;
    color: #efefef;
}
.result  img{
    border: solid 1px #ccc;
    height: 90px;
}
.dz-preview{
    min-width: 120px;
    max-width: 120px;
}
.dz-preview p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

.dz-preview p:hover{
    overflow: unset;
}
.dz-preview p a{
    padding: 2px;
    width: 100%;
}
/*.dz-preview p a:hover{*/

/*border-radius: 6px;*/
/*background: #e0e0e0;*/
/*}*/
.dz-remove {
    font-size: 0.66rem!important;
    margin-top: 4px!important;
    text-transform: unset!important;
}
.result p{
    margin-bottom: 0;
}
#load{
    background: #b7b7b7;
    width: 100%;
}
.mobile-upload{
    display: none;
    margin-top: 3rem;
}
.assignee-container{
    padding: 0;
    max-width: 50rem;
    max-height: 400px;
    columns: 10em 3;
    overflow: auto;
}
.assignee-container label{
    position: relative;
    padding-left: 20px;
    font-weight: normal;
    text-align: left;
    display: block;
    width: auto;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    float: none;
}
.checkbox-inline{
    margin-left: 0!important;
    margin-right: 10px;
    margin-bottom: 5px!important;
}
#mobile-file-contain{
    margin-bottom: 0.8rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
}
.imgList {
    width:100px;
    min-height: 100px;
    margin: 5px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    background: rgba(193, 193, 193, 0.62);
}
.imgList .remove{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 0.75rem;
    padding: 4px 0;
    background-color: rgba(14, 14, 14, 0.48);
    color: #fff;
    width: 100%;
}
.mobile-img{
    width:100px;
}
.viewbug-span{
    padding-left: 2rem;
}
#icon-upload{
    position: absolute;
    left: 10px;
    color: #484848;
    visibility: hidden;
}
#dropzone{
    margin-top: 25px;
}
.submit-box{
    width: 40%;
    max-width: 300px;
    margin: 15px auto;
}