﻿/* v2 */
body {
	color: white;
	font-family: Arial;
}
.bodyframe {
	position: relative;
	display: block; 
	padding: 10px; 
	margin-left: auto ; 
	margin-right: auto ; 
	width: 970px;
	min-height: 550px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background:rgba(0,0,0,0.8);
	-webkit-box-shadow:  3px 3px 4px 3px rgba(0, 0, 0, 0.3);
	box-shadow:  3px 3px 4px 3px rgba(0, 0, 0, 0.3);
}
.button {
	display: inline-block;
	text-decoration: none;
	background-color: #A0A0A0;
	border-radius: 5px;
	/* -webkit-box-shadow:  1px 1px 0px rgba(255, 255, 255, 0.5);
	box-shadow:  1px 1px 0px rgba(255, 255, 255, 0.5);  */
	text-align: center;
	padding-bottom: 1px;
	width: 75px;
	color: white;
	margin-left: 50px;
	border: 1px solid white;
	font-size: 0.75em;
	letter-spacing: 0.5px;
	font-weight: normal;
}

.cover {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0, 0.3);
    z-index: 9999;
}

.processing {
    /*background-image: url('/images/spin.svg');*/
    background-position: center;
    background-size: 50px;
    background-repeat: no-repeat;
}

.button.approve {
	background-color: rgba(0, 255, 0, 0.5);
}

.button.reject {
	background-color: rgba(255, 0, 0, 0.5);
}

td {
	padding-left: 5px;
}

.top {
    vertical-align: top;
}
.right {
    text-align: right;
    padding-right: 5px;
}

.filecontainer {
    height: 200px;
    overflow-y: scroll;
}

#filezone {
    min-height:200px;
    width: 100%;
    display: table;
}
.divrow {
    display: table-row;
}
.divfile {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 110px;
    font-size: 10px;
    padding: 2px;
    border: 1px solid white;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 5px;
    position: relative;
}
.previewfile {
    width: 100%;
    text-align: center;
}
.filetitle {
    width: 100px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.deletefile {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background-image: url('/images/delete.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ui-dialog 
{
    position:fixed;
}

.footer {
    display: table-cell; 
	font-size: 0.7em;
	/*margin-right: 30px;
	margin-bottom: 10px;*/
	padding: 5px 10px 5px 5px;
}

.footer a:link, a:hover, a:visited {
    text-decoration: none;
    color: white;
}

.title {
	font-size: 1.2em;
	color: rgba(255,255,255, 0.7);
	padding: 10px 5px 10px 5px;
}
.title b {
	font-weight: bold;
	color: rgba(255,255,255, 0.8);
}
.ui-widget-overlay {
	background: none repeat-x scroll 200% 200% #000000;
	opacity: 0.5;
}
