#scid-dialog-favorite-file-move-new {
    width: 348px !important;
}
#scid-dialog-favorite-file-move-new .white-round-shadow {
    background: #ffffff !important;
    padding: 20px 22px 24px !important;
    box-shadow: 0 0 12px rgba(0,0,0,0.4);
    width: 100%;
}
#scid-dialog-favorite-file-move-new .scid-dialog-content {
    color: #333333;
    font-size: 15px;
    line-height: 1.36;
}
#scid-dialog-favorite-file-move-new input.text {
    width:100%;
    display: block;
    color: #231f20;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 44px;
    font-size: 14px;
    margin: 0;
}

#scid-dialog-favorite-file-move-new select.select {
    display: block;
    color: #231f20;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 44px;
    font-size: 14px;
    margin: 0;
}

#scid-dialog-favorite-file-move-new a.button-orange {
    display: block;
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    height: 42px;
    border: 0;
    line-height: 42px;
    background: #ff0000;
    padding: 0 15px;
    position: relative;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px !important;
    text-align: center;
    text-transform: uppercase;
    margin: 24px 0 0;
    transition: background-color .3s;
}
#scid-dialog-favorite-file-move-new a.button-orange:hover {
    color: #ffffff;
    text-decoration: none;
    border: none 0 !important;
    background-color: #db0000;
}

#scid-dialog-favorite-file-move-new .favorite-file-move-new-collection {
    margin-top: 20px;
}

#scid-dialog-favorite-file-move-new .favorite-file-move-new-collection a {
    background: none;
    display: inline-block;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #5e5e5e;
    padding-right: 24px;
    position: relative;
    transition: opacity .3s, color .3s;
}

#scid-dialog-favorite-file-move-new .favorite-file-move-new-collection a:hover {
    text-decoration: none;
    background: none;
    color: #ff0000;
}
#scid-dialog-favorite-file-move-new .favorite-file-move-new-collection a:after {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    margin-left: 8px;
    margin-right: 0;
    position: absolute;
    top: 2px;
    right: 0;
    background-color: #ff0000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpolygon fill='%23ffffff' points='0,10.4 10.4,10.4 10.4,0 13.6,0 13.6,10.4 24,10.4 24,13.6 13.6,13.6 13.6,24 10.4,24 10.4,13.6 0,13.6 '/%3E%3C/svg%3E");
}

#scid-dialog-favorite-file-move-new div.favorite-file-move-new-field {
    margin-top: 20px;
}

#scid-dialog-favorite-file-move-new div.favorite-file-move-new-folder {
    position: relative;
    display: none;
}
#scid-dialog-favorite-file-move-new div.favorite-file-move-new-folder span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font-size: 14px;
    width: 100%;
    padding: 0 15px;
    height: 44px;
    line-height: 44px;
    color: #999999;
}