﻿/*///////////////////////// FileSend UC /////////////////////////////////*/
.filesend .dropzone-click{
    background-image:none;
    background-position: 0px 0px;
    background-color:#7b9db6;
    height: 45px;
    font-size: 10pt;
    color: white;
    cursor: pointer;
    padding: 0 7px;
    border:none;
    border-radius: 0;
    width: 306px;
    text-align: center;
    line-height: 45px;
    position: inherit;
    bottom: 0;
    left: 0;
    margin-left: 0;
}
.filesend .dropzone-click:hover {
    background-color: #6888a0;
}
.filesend .dropzone-previews .dz-preview{
    width: 96px;
    height:96px;
    border:1px solid #7b9bd6;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#pnlfilecontainerclick.dropzone-click{
    background-image:none;
    background-position: 0px 0px;
    background-color:transparent;
    height: 200px;
    font-size: 24pt;
    color: black;
    cursor: pointer;
    padding: 0;
    border:none;
    border-radius: 0;
    width: 320px;
    text-align: center;
    line-height: 200px;
    position: relative;
    margin-top: -205px;
    margin-bottom: 5px;
    bottom: 0;
    left: 0;
    margin-left: 0;
}

/*///////////////////////// FileSend PAGE /////////////////////////////////*/
.dropzone{padding:10px;min-height:212px;}
.dropzone .dz-preview{margin:12px;}
.dropzone .dz-default.dz-message {
  background-position: 0 -132px;
  width: 266px;
  height: 162px;
  margin-left: -133px;
  margin-top: -81px;
  top: 50%;
  left: 50%;
}
.mydropzone-alert {
    width: 100%;
    display: none;
    /*background-color: #fdd;*/
    position: fixed;
    top:0;
    left:0;
    z-index:99;
    height:40px;
}
.mydropzone-alertBG {
    background-color: #fdd;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 */
	filter: alpha(opacity=90); /* IE 5-7 */
	-moz-opacity: 0.90; /* Netscape */
	-khtml-opacity: 0.90; /* Safari 1.x */
	opacity: 0.90; /* Good browsers */
}
.mydropzone-alertinner {
    width: 50%;
    margin: auto;
    max-width: 600px;
    min-width: 280px;
    height: 100%;
    display: table;
}
.mydz-alert {
    width: 92%;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
}
.mydz-close {
    font-size: 14px;
    width: 6%;
    display: table-cell;
    vertical-align: middle;
    font-weight:bold;
}
.mydz-close .mydz-x {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAiElEQVR42r2RsQrDMAxEBRdl8SDcX8lQPGg1GBI6lvz/h7QyRRXV0qUULwfvwZ1tenw5PxToRPWMC52eA9+WDnlh3HFQ/xBQl86NFYJqeGflkiogrOvVlIFhqURFVho3x1moGAa3deMs+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAMigAAAABJRU5ErkJggg==);
    border-radius: 2px;
    height: 16px;
    width: 16px;
    margin: auto;
    cursor:pointer;
}
.mydz-close .mydz-x:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAqklEQVR4XqWRMQ6DMAxF/1Fyilyj2SmIBUG5QcTCyJA5Z8jGhlBPgRi4TmoDraVmKFJlWYrlp/g5QfwRlwEVNWVa4WzfH9jK6kCkEkBjwxOhLghheMWMELUAqqwQ4OCbnE4LJnhr5IYdqQt4DJQjhe9u4vBBmnxHHNzRFkDGjHDo0VuTAqy2vAG4NkvXXDHxbGsIGlj3e835VFNtdugma/Jk0eXq0lP//5svi4PtO01oFfYAAAAASUVORK5CYII=);
}
.dropzone-click {
    width:32px;
    height:32px;
    /*font-size:10pt;
    text-align:center;*/
    background-color:transparent;
    cursor:pointer;
    /*color: white;
    border: 2px solid #CCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom:2px;*/
    background-image: url(/assets/theme/buttonsprite32.png);
    background-position: 0px 0px;
    position:absolute;
    bottom:8px;
    left:50%;
    margin-left:-16px;
}
/*.dropzone-click:hover{
    border-color: white;
}
.dropzone-click span {
    font-size:10pt;
    text-align:center;
    cursor:pointer;
    color: inherit;
}
.dropzone-click span:hover{
    color: inherit;
}*/
#pnldropmessage{
    width:100%;
    height:100%;
    text-align:center;
    vertical-align:middle;
    color:white;
    line-height:24px;
    margin-top:50px;
}
#pnldropmessage span {
    font-size:16px;
    color: inherit;
}
#pnldropzonecontainer {
z-index: 99;
position: fixed;
top: 0;
left: 0;
display: none;
width: 100%;
height: 100%;
background-color: #252525;
background-color: rgba(0,0,0,0.83);
}
#pnldropzonecontainer .dropzone-bg {
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
border: dotted 4px #fff;
-moz-border-radius: 19px;
-webkit-border-radius: 19px;
border-radius: 19px;
}
#pnldropzonecontainer .dropzone-message {
position: absolute;
top: 50%;
left: 0;
width: 100%;
margin-top: -10px;
font-size: 22px;
text-align: center;
color: #fff;
}
#pnldropzonecontainer .dropzone-message span {
font-size: 22px;
text-align: center;
color: #fff;
}
.dropzone-previews {
    /*position: absolute;
    left: 0;
    bottom: 50px;*/
    width: 100%;
    height: 100%;
    z-index: 0;
}
.dropzone-previews .dz-preview {
    margin:0;
    padding:0;
    width: 160px;
    height: 120px;
    border:none;
    margin:5px;
    /*background:black;*/
    float: left;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(0,0,0,0.3);
}
.dropzone-previews .dz-preview .dz-details {
    padding: 0;
    margin-bottom: 0; 
    width: 100%;
    height: 100%;
    background:transparent;
}
.dropzone-previews .dz-preview .dz-details .dz-filename{
    height:auto;
    width:100%;
    color:white;
    display:none !important;
}
.dropzone-previews .dz-preview .dz-details .dz-size {
    display:none !important;
}
.dropzone-previews .dz-preview .dz-success-mark, .dropzone-previews .dz-preview .dz-error-mark {
    width: 24px;
    height: 24px;
    left: 2px;
    bottom: 2px;
    top:initial;
}
.dropzone-previews .dz-preview .dz-success-mark {
    background-image: url(/assets/theme/dropzonesprite.png);
    background-position: -24px -90px;
    display:none !important;
}
.dropzone-previews .dz-preview .dz-error-mark {
    background-image: url(/assets/theme/dropzonesprite.png);
    background-position: -48px -90px;
    display:none !important;
}
.dropzone-previews a.dz-remove {
    background-image: url(/assets/theme/dropzonesprite.png);
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    width:24px;
    height:24px;
    background-position: 0px -90px;
    background-repeat:no-repeat;
    position:absolute;
    bottom:4px;
    right:4px;
    padding: 0;
    margin-top: 0;
    z-index:1;
    display:none;
}
.dropzone-previews .dz-preview .dz-progress {
    width: 24px;
    height:24px;
    left: 50%;
    top: 50%;
    margin-left:-12px;
    margin-top:-12px;
    right:initial;
    /*background-image: url(/assets/theme/ajax_loader_orange_32.gif);*/
    background-color: transparent;
}
.dropzone-previews .dz-preview .dz-progress img{
    width: 24px;
    height:24px;
}
.dropzone-previews .dz-preview .dz-error-message{
    display:none;
}
.dropzone-previews .dz-preview .dz-details img {
    opacity:1;
    width:100%;
    height:100%;
}
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
    opacity:1;
}
.dropzone-previews .dz-preview:hover .dz-remove {
    display:block;
}