cdv-file {
    display: block;
}

cdv-file .cdv-file-upload-container {
    position: relative;
    height: 3em;
    background-color: #AAA;
    border: 1px solid #787878;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

cdv-file .cdv-file-upload-container {
    height: 1.55em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
    margin: 2px;
}

cdv-file .cdv-file-corner-top-left,
cdv-file .cdv-file-corner-top-right,
cdv-file .cdv-file-corner-bottom-left,
cdv-file .cdv-file-corner-bottom-right{
    position: absolute;
    width: 0.75em;
    height: 0.75em;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.cdv-file-corner-top-right { top: 0.25em; }
.cdv-file-corner-bottom-right { bottom: 0.25em; }
.cdv-file-corner-bottom-left { left: 0.25em; }
.cdv-file-corner-bottom-right { right: 0.25em; }

.cdv-file-corner-top-right { border-top: 2px solid #FFF; }
.cdv-file-corner-bottom-right { border-bottom: 2px solid #FFF; }
.cdv-file-corner-bottom-left { border-left: 2px solid #FFF; }
.cdv-file-corner-bottom-right { border-right: 2px solid #FFF; }


cdv-file .cdv-file-title {
    position: absolute;
    top: 1em;
    left: 0;
    width: 100%;
    line-height: 1em;
    text-align: center;
    color: #FFF;
}

cdv-file .cdv-file-title {
    top: 0.2em;
}

cdv-file .cdv-file-form-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

cdv-file .autoupload-form {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
cdv-file .autoupload-form input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 0 none;
    margin: 0;
    padding: 0;
    font-size: 0.1em;
    opacity: 0.0001;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: inherit;
}

cdv-file .cdv-file-delete,
cdv-file .cdv-file-link {
    margin: 0 auto;
    box-shadow: 0 0 0 0 transparent;
    border: 1px solid #AAA;
    line-height: 1em;
    margin: 1px;
    color: black !important;
}

cdv-file .cdv-file-delete {
    margin-right: 0 !important;
    margin-left: 0.125em;
}
cdv-file .cdv-file-delete::after {
    top: 0.5em;
}
cdv-file .cdv-file-link {
    text-align: left;
}
cdv-file .cdv-file-link::after {
    top: 0.25em;
    right: 0.25em;
    font-size: 1em;
}
















cdv-png {
    display: block;
}

cdv-png .cdv-png-upload-container {
    position: relative;
    height: 3em;
    background-color: #AAA;
    border: 1px solid #787878;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

cdv-png .cdv-png-upload-container {
    height: 1.55em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
    margin: 2px;
}

cdv-png .cdv-png-corner-top-left,
cdv-png .cdv-png-corner-top-right,
cdv-png .cdv-png-corner-bottom-left,
cdv-png .cdv-png-corner-bottom-right{
    position: absolute;
    width: 0.75em;
    height: 0.75em;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.cdv-png-corner-top-right { top: 0.25em; }
.cdv-png-corner-bottom-right { bottom: 0.25em; }
.cdv-png-corner-bottom-left { left: 0.25em; }
.cdv-png-corner-bottom-right { right: 0.25em; }

.cdv-png-corner-top-right { border-top: 2px solid #FFF; }
.cdv-png-corner-bottom-right { border-bottom: 2px solid #FFF; }
.cdv-png-corner-bottom-left { border-left: 2px solid #FFF; }
.cdv-png-corner-bottom-right { border-right: 2px solid #FFF; }


cdv-png .cdv-png-title {
    position: absolute;
    top: 1em;
    left: 0;
    width: 100%;
    line-height: 1em;
    text-align: center;
    color: #FFF;
}

cdv-png .cdv-png-title {
    top: 0.2em;
}

cdv-png .cdv-png-form-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

cdv-png .autoupload-form {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
cdv-png .autoupload-form input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 0 none;
    margin: 0;
    padding: 0;
    font-size: 0.1em;
    opacity: 0.0001;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: inherit;
}

cdv-png .cdv-png-delete,
cdv-png .cdv-png-link {
    margin: 0 auto;
    box-shadow: 0 0 0 0 transparent;
    border: 1px solid #AAA;
    line-height: 1em;
    margin: 1px;
    color: black !important;
}

cdv-png .cdv-png-delete {
    margin-right: 0 !important;
    margin-left: 0.125em;
}
cdv-png .cdv-png-delete::after {
    top: 0.5em;
}
cdv-png .cdv-png-link {
    text-align: left;
}
cdv-png .cdv-png-link::after {
    top: 0.25em;
    right: 0.25em;
    font-size: 1em;
}




