@CHARSET "UTF-8";

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.margin-right-15 {
	margin-right: 15px;
}

.margin-right-3 {
	margin-right: 3px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-top-5{
	margin-top: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.padding-10 {
	padding: 10px;
}

.width-10percent {
	
}

.projectName a {
	color: #000099;
}

.projectName a:hover {
	text-decoration: underline;
}

.member-popup-sides {
	float: left;
	width: 50%;
	height: 400px;
	overflow: auto;
}

.drag-and-drop-area-container{
	float: right;
	width: 86%;
}

.file-upload {
    position: relative;
    overflow: hidden;
    width: 13%;
    float: left;
    margin-top: 20px;
}
.file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.previewIframeClass {
	width: 100%;
	height: 400px;
}

.previewImageIframeClass {
	width: 100%;
	height:100%;
}

.brand-logo {
	display: block !important;
    max-height: 40px !important;
}

.table-animate-hide {
  transition: all linear 0.2s;
  opacity: 1;
}

.table-animate-hide.ng-hide {
  opacity: 0;
}