.content_upload {
    width: 100%; 
    max-width: 970px;
    height: auto;
    min-height: 300px;
    position: relative;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 40px;
}

.uv3_upload_info {
    width: 100%;    
}

.uv3_upload_info_right {
    float: left;
    width: 45%;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.8;
    padding-left: 4%;
    padding-right: 1%;
    text-align:justify;
}

.uv3_upload_info_left {
    float: left;
    width: 45%;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.8;
    padding-right: 4%;
    padding-left: 1%;
    text-align:justify;
}

.uv3_upload_info_right .title, .uv3_upload_info_left .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}

#labelInputUpload {
    font-size: 18px;
    width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 50px;
    background: rgba(60,127,234,1);
    background: -moz-linear-gradient(left, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60,127,234,1)), color-stop(100%, rgba(55,180,237,1)));
    background: -webkit-linear-gradient(left, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    background: -o-linear-gradient(left, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    background: -ms-linear-gradient(left, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    background: linear-gradient(to right, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7fea', endColorstr='#37b4ed', GradientType=1 );
}

.icon_upload_v3 {
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    width: 132px;
    height: 132px;
    background: url(../images/ic_up_with_bg.png);
}

.icon_upload_v3.success {
    background: url(../images/ic_success.png);
}

.box {
    font-size: 1.25rem; /* 20 */
    background-color: #fbfbfb;
    position: relative;
    padding: 20px 20px;    
    height: 396px;
    width: 930px;
    display: block;
    background: url(../images/bg_upload_full.png) no-repeat;
}

.title_upload_v3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}

.desc_upload_v3 {
    color: #b9b9b9;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    width: 800px;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.box.has-advanced-upload
{
    /* outline: 2px dashed #dadada; */
    /* outline-offset: -10px; */
    /*    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;*/
}
.box.is-dragover
{
    /*outline-offset: -20px;
    outline-color: #c8dadf;
    background-color: #fff;*/
    border-style: dashed;
    background: #edf7ff;
    border-color: #6dbde8;
}

.box__input__drag {
    display: none;
}

.box__input__drag .title_upload_v3 {
    color: #b9b9b9;
    margin-top: 200px;
}

.box__dragndrop,
.box__icon
{
    display: none;
}
.box.has-advanced-upload .box__dragndrop
{
    display: inline;
}
.box.has-advanced-upload .box__icon{
    width: 100%;
    height: 80px;
    /*fill: #92b0b3;*/
    display: block;
    margin-bottom: 40px;
}

.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input
{
    visibility: hidden;
}

.box__uploading,
.box__success,
.box__error
{
    display: none;
}
.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error
{
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
}
.box__uploading
{
    font-style: italic;
}
.box__success
{
    -webkit-animation: appear-from-inside .25s ease-in-out;
    animation: appear-from-inside .25s ease-in-out;
}
@-webkit-keyframes appear-from-inside
{
    from	{ -webkit-transform: translateY( -50% ) scale( 0 ); }
    75%		{ -webkit-transform: translateY( -50% ) scale( 1.1 ); }
    to		{ -webkit-transform: translateY( -50% ) scale( 1 ); }
}
@keyframes appear-from-inside
{
    from	{ transform: translateY( -50% ) scale( 0 ); }
    75%		{ transform: translateY( -50% ) scale( 1.1 ); }
    to		{ transform: translateY( -50% ) scale( 1 ); }
}

.box__restart
{
    font-weight: 700;
}
.box__restart:focus,
.box__restart:hover
{
    color: #39bfd3;
}

.js .box__file
{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.js .box__file + label
{
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}
.js .box__file + label:hover strong,
.box__file:focus + label strong,
.box__file.has-focus + label strong
{
    color: #39bfd3;
}
.js .box__file:focus + label,
.js .box__file.has-focus + label
{
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.js .box__file + label *
{
    /* pointer-events: none; */ /* in case of FastClick lib use */
}

.no-js .box__file + label
{
    display: none;
}

.no-js .box__button
{
    display: block;
}
.box__button
{
    font-weight: 700;
    color: #e5edf1;
    background-color: #39bfd3;
    display: block;
    padding: 8px 16px;
    margin: 40px auto 0;
}
.box__button:hover,
.box__button:focus
{
    background-color: #0f3c4b;
}

.box.is-dragover .box__input {
    display: none;
}
.box.is-dragover .box__input__drag {
    /*display: block;*/
}


.box_info_upload {
    width: 970px;
    font-size: 1.25rem; /* 20 */
    background-color: #fff;
    position: relative;
    padding: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #e1e1e1;
    height: 370px;
    display: block;
    display: none;
}

.box_info_upload .file_box{
    width: calc(100% - 80px);
    height: 50px;
    background-color: #f5f5f5;
    padding: 10px 40px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #e1e1e1;
}

.btn_reset_form_upload, .btn_reset_form_upload:hover {
    width: 100px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #efefef;
    padding: 11px;
    color: #444444;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 15px;
    float: left;
    font-size: 14px;
}

.right_form_edit_upload {
    position: absolute;
    right: 0;
    width: 350px;
    top: 50px;
    height: 220px;
    right: 30px;
}

#avatar_big_upload {
    width: 220px;
    height: 220px;
    float: right;
    background: url(../images/ic_up_music.png) no-repeat;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    margin-right: 25px;
}

#avatar_big_upload.video {
    width: 348px;
    height: 195px;
    background: url(../images/ic_up_video.png) no-repeat;
    margin-top: 35px;
    margin-right: 0px;
}

.upload_alert {
    width: calc(100% - 22px);
    padding: 7px 10px;
    background: #f8d6da;
    border: 1px solid #6f1521;
    color: #6f1521;
    margin-bottom: 10px;
    border-radius: 8px;
    text-align: center;
}

.upload_alert .close {
    color: #fff;
    font-size: 14px;
    margin-top: -19px !important;
    background: #6f1521;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 0px !important;
    font-weight: bold;
    height: 20px;
    width: 20px;
    display: block;
    text-align: center;
    vertical-align: top;
    font-family: arial;
    margin-right: 0px;
}

.upload_alert .close:hover {
    background: none;
}

.avatar_small_upload {
    background: url(../images/ic_music_with_bg.png) no-repeat;
    background-size: cover;
    height: 50px;
    width: 50px;
    border: none;
    display: inline-block;
    float: left;
}

#avatar_small_upload {
    border: none;
    display: none;
}

.title_small_upload {
    float: left;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    width: 820px;
    padding-top: 5px;
}

.info_small_upload {
    float: left;
    width: 820px;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 5px;
    color: #b1b1b1;
}

.form_edit_upload {
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-top: 10px;
}

.form_edit_upload .label {
    width: 100%;
    font-size: 14px;
    color: #a6a6a6;
}

.form_edit_upload .edit-user-content {
    width: 100%;
    font-size: 14px;
    color: #a6a6a6;
    padding-bottom: 7px;
}


.form_edit_upload .edit-user-content input {
    background: none;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    border-radius: 0;
    margin-bottom: 5px;
    padding-left: 0px;
    color: #4e4e4e;
    text-indent: 0;
}

.input-group {
    margin-top: 2px;
    margin-bottom: 8px;
}
.input-group:focus {

}

#selGenre {
    text-indent: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #c7c7c7;
    width: 505px !important;
    background: none;
    padding-left: 0;
}

/*#selGenre:focus, .form_edit_upload .edit-user-content input:focus {
    border-bottom: 1px solid #c8e8f9 !important;
}*/


.list_button_submit {
    position: absolute;
    right: 30px;
    width: 600px;
    bottom: 30px;
    text-align: right;
}

.none_vip_button_upload, .none_vip_button_upload:hover {
    padding-left: 20px !important;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 20px !important;
    background: rgba(60,127,234,1);
    background: -moz-linear-gradient(left, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60,127,234,1)), color-stop(100%, rgba(55,180,237,1)));
    background: -webkit-linear-gradient(left, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    background: -o-linear-gradient(left, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    background: -ms-linear-gradient(left, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    background: linear-gradient(to right, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7fea', endColorstr='#37b4ed', GradientType=1 );
    font-size: 16px;
}

.vip_button_upload, .vip_button_upload:hover {
    padding-left: 20px !important;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 20px !important;
    background: rgba(239,175,48,1);
    background:  -moz-linear-gradient(left, rgba(239,175,48,1) 0%, rgba(253,198,79,1) 100%);
    background:  -webkit-gradient(left top, right top, color-stop(0%, rgba(239,175,48,1)), color-stop(100%, rgba(253,198,79,1)));
    background:  -webkit-linear-gradient(left, rgba(239,175,48,1) 0%, rgba(253,198,79,1) 100%);
    background:  -o-linear-gradient(left, rgba(239,175,48,1) 0%, rgba(253,198,79,1) 100%);
    background:  -ms-linear-gradient(left, rgba(239,175,48,1) 0%, rgba(253,198,79,1) 100%);
    background:  linear-gradient(to right, rgba(239,175,48,1) 0%, rgba(253,198,79,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efaf30', endColorstr='#fdc64f', GradientType=1 );
    font-size: 16px;
}

.icon_vip_upload {
    background: url(../images/ic_vip.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-bottom: -7px;
    margin-right: 3px;
}

#labelImageInputUpload {
    position: absolute;
    right: 8px;
    bottom: 3px;
    width: 89px;
    font-size: 14px;
    border-radius: 10px;
    padding: 1px 10px 1px 20px;
    text-align: right;
    background: url(../images/btn_up-img.png) no-repeat;
    height: 30px;
}

.title_upload_v3_sucess {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #928f8f;
    margin-top: 20px;
}
.info_noti_upload_v3_success {
    color: #928f8f;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    width: 800px;
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 5px;
}

.info_noti_upload_v3_success a {
    color: #0689ba;
}
.taithem_upload_v3, .quayvetrangchu_upload_v3 {
    font-size: 18px;
    width: 250px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 50px;
    background: rgba(60,127,234,1);
    background: -moz-linear-gradient(left, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60,127,234,1)), color-stop(100%, rgba(55,180,237,1)));
    background: -webkit-linear-gradient(left, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    background: -o-linear-gradient(left, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    background: -ms-linear-gradient(left, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    background: linear-gradient(to right, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7fea', endColorstr='#37b4ed', GradientType=1 );
    margin-left: 185px;
    cursor: pointer;
}

.quayvetrangchu_upload_v3 {
    margin-left: 20px;
}

.svgCi {
    /*    -ms-transform: rotate(-90deg);  IE 9 
    -webkit-transform: rotate(-90deg);  Chrome, Safari, Opera 
    transform: rotate(-90deg);*/
    z-index: 1000;
    position: relative;
    }
.svgCi circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
    stroke: #efefef;
    stroke-width: 0.6em;

}

.svgCi.small {
    margin-bottom: -160px;
    position: absolute;
    left: 11px;
    top: 11px;
    z-index: 999;
}

svgCi .bar {
    stroke-dashoffset: 565.48px;
    stroke: #2E9AFE;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 2.3;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.cont {
    display: block;
    height: 162px;
    width: 162px;
    margin: 0 auto;
    /*box-shadow: 0 0 1em black;*/
    border-radius: 100%;
    position: relative;   
    margin-top: 40px;
}

/*.cont:after {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    box-shadow: inset 0 0 1em black;
    content: attr(data-pct)"%";
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 100%;
    line-height: 50px;
    font-size: 2em;
    text-shadow: 0 0 0.5em black;
}*/

.blurCont {
    display: block;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
    -webkit-filter: blur(22px);
    opacity: 0.8;
    filter:  blur(22px);
    background: #000;
}

#bar_uploading {
    stroke: #0689ba;
}

.music_upload_icon {
    position: absolute;
    left: 50%;
    top: 25%;
    background: url(../images/ic_music2.png) no-repeat center center;
    width: 50px;
    height: 53px;
    margin-left: -25px;
}

.file_type_upload_loading {
    position: absolute;
    left: 50%;
    top: 62%;
    width: 80px;
    margin-left: -40px;
    text-align: center;
    color: #928f8f;
    font-size: 18px;
}

.duplicate_upload_v3 {
    padding: 20px;
    display: none;
    color: #333;
}

.title_duplicate_upload_v3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.box_duplicate_upload_v3 {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
    margin-top: 30px;
    height: 86px;
    position: relative;
    margin-bottom: 35px;
}

.image_duplicate_upload_v3 {
    width: 86px;
    height: 86px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    float: left;
    margin-right: 15px;
    background-size: cover;
}

.song_duplicate_upload_v3 {
    float: left;
    width: calc(100% - 155px);
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.artist_duplicate_upload_v3 {
    float: left;
    width: calc(100% - 155px);
    font-size: 14px;
    margin-bottom: 2px;
    margin-top: 0px;
}

.genre_duplicate_upload_v3 {
    float: left;
    width: calc(100% - 155px);
    color: #999999 !important;
    font-size: 14px;
    margin-top: 3px;
}

.button_duplicate_upload_v3 {
    display: block;
    width: 129px;
    height: 22px;
    position: absolute;
    right: 27px;
    top: 33px;
    font-size: 16px;
    padding: 10px 20px;
    background: #fff;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.artist_duplicate_upload_v3 a {
}

.reload_duplicate_upload_v3 {
    /* margin-top: 30px; */
    font-size: 18px;
    width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 50px;
    background: rgba(60,127,234,1);
    background: -moz-linear-gradient(left, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60,127,234,1)), color-stop(100%, rgba(55,180,237,1)));
    background: -webkit-linear-gradient(left, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    background: -o-linear-gradient(left, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    background: -ms-linear-gradient(left, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    background: linear-gradient(to right, rgba(60,127,234,1) 0%, rgba(55,180,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7fea', endColorstr='#37b4ed', GradientType=1 );
}