﻿.cssPnlViewContainer {
	display: block;
	float: left;
	width: 100%;
	background-color: #FADFA7;
	overflow-x: hidden;
	overflow-y: hidden;
	/*	min-height: 41px;*/
	border-radius: 3px;
}

.cssPnlHeaderContainer {
	display: block;
	float: left;
	width: 100%;
	height: 43px;
	background-color: #FADFA7;
}

.cssLblHeaderLR {
	display: block;
	float: left;
	font-weight: 600;
	font-size: 1em;
	color: black;
	padding-left: 8px;
	padding-top: 13px;
	height: 43px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	width: 39px;
}
.cssLblHeader {
	display: block;
	float: left;
	font-weight: 600;
	font-size: 1em;
	color: black;
	padding-left: 8px;
	padding-top: 13px;
	height: 43px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
}

.cssPnlFilePathContainer {
	display: block;
	float: left;
	width: 100%;
	height: 45px;
	background-color: #FADFA7;
}

.cssDropFilePath {
	display: block;
	float: left;
	width: 200px;
	color: black;
	background-color: white;
	margin-left: 40px;
	margin-top: 7px;
}
.cssDropBox {
	display: block;
	float: left;
	width: 175px;
	color: black;
	background-color: white;
	margin-left: 10px;
	margin-top: 7px;
}

.cssPnlViewFileContainer {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	border: 1px solid #808080;
}

.cssPnlViewFileName {
	display: block;
	float: left;
	width: 170px;
	height: 40px;
	border-right: 1px solid #808080;
	text-align: left;
}

.cssLblViewFileName {
	display: block;
	float: left;
	margin-top: 11px;
	text-align: left;
	margin-left: 10px;
	font-size:0.9em;
}

.cssPnlIsFileInDb {
	display: block;
	float: left;
	width: 30px;
	height: 38px;
	border-right: 1px solid #808080;
	text-align: center;
}
.cssPnlDeleteObject {
	display: block;
	float: left;
	width: 30px;
	height: 38px;
	border-right: 1px solid #808080;
	text-align: center;
}


.cssPnlViewFileCategory {
	display: block;
	float: left;
	width: 180px;
	height: 38px;
	border-right: 1px solid #808080;
}

.cssPnlViewFilePeriod {
	display: block;
	float: left;
	width: 295px;
	height: 38px;
	border-right: 1px solid #808080;
}

.cssTxtPeriodAddon {
	display: block;
	float: left;
	width: 45px;
	height: 20px;
	margin-top: 9px;
	margin-left: 5px;
	text-align: left;
}

.cssPnlViewFileRegion {
	display: block;
	float: left;
	width: 170px;
	height: 38px;
	border-right: 1px solid #808080;
}

.cssPnlViewFileMaterial {
	display: block;
	float: left;
	width: 170px;
	height: 38px;
	border-right: 1px solid #808080;
}

.cssPnlViewSize {
	display: block;
	float: left;
	width: 100px;
	height: 38px;
	border-right: 1px solid #808080;
}


.cssTxtSize {
	display: block;
	float: left;
	width: 65px;
	height: 23px;
	margin-top: 7px;
	margin-left: 5px;
	text-align: left;
	font-family: Arial;
	font-size: 0.8em !important;
}

.csslblFileCategory {
	display: block;
	float: left;
	margin-top: 11px;
	font-weight: 600;
}

.cssLblCategoryNew {
	display: block;
	float: right;
	font-size: 2em;
	font-weight: 800;
	color: red;
	text-align: right;
	margin-right:5px;
}

.cssPnlPositionNew {
	display: block;
	float: left;
	width: 175px;
	height: 38px;
	border-right: 1px solid #808080;
}

.cssTxtPositionNew {
	display: block;
	float: left;
	width: 55px;
	height: 20px;
	margin-top: 9px;
	margin-left: 5px;
	text-align: left;
}

.cssTxtInfo {
	display: block;
	float: left;
	height: 38px;
	max-height: 38px;
	min-height: 38px;
	width: 255px;
	min-width: 255px;
	max-width: 255px;
	margin-left: 10px;
	min-height: 38px;
	font-family: Arial;
	font-size: 0.7em;
}
.cssPnlViewFileInfo{
	display:block;
	float:left;
	width:290px;
}
.cssChkIsBackView {
	display: block;
	float: left;
	width: 15px;
	height: 20px;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
}

.cssPnlBtnPositionNew {
	display: block;
	float: left;
	width: 80px;
	height: 19px;
	margin-top: 10px;
	color: white !important;
	background-color: #BFA264;
	border: 1px solid #BFA264;
	border-radius: 3px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	cursor: pointer;
	text-align: center;
}

	.cssPnlBtnPositionNew:hover {
		background-color: #987937;
		border: 1px solid #987937;
	}

.cssLblBtnPositionNew {
	display: block;
	float: left;
	font-size: 0.95em;
	font-weight: 100;
	color: white;
	text-align: center;
}

.cssPnlBtnInsertIntoDb {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 9px;
	margin-left:4px;
	color: white !important;
	background-color: #BFA264;
	background-image: url('/Images/unchecked.png');
	background-repeat:no-repeat;
	background-position: -3px -3px;
	border: 1px solid #BFA264;
	border-radius: 3px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	cursor: pointer;
	text-align: center;
}

	.cssPnlBtnInsertIntoDb:hover {
		background-color: #987937;
		border: 1px solid #987937;
	}


.cssPnlBtnGenerateThumbnail {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 8px;
	margin-left: 4px;
	color: white !important;
	background-color: #BFA264;
	background-image: url('/Images/btnSave.png');
	background-repeat: no-repeat;
	border: 1px solid #BFA264;
	border-radius: 3px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	cursor: pointer;
	text-align: center;
}

	.cssPnlBtnGenerateThumbnail:hover {
		background-color: #987937;
		border: 1px solid #987937;
	}

.cssPnlBtnInsertIntoDb2 {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 8px;
	margin-left: 4px;
	color: white !important;
	background-color: #BFA264;
	background-image: url('/Images/btnSave.png');
	background-repeat: no-repeat;
	border: 1px solid #BFA264;
	border-radius: 3px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	cursor: pointer;
	text-align: center;
}

	.cssPnlBtnInsertIntoDb2:hover {
		background-color: #987937;
		border: 1px solid #987937;
	}

.cssPnlBtnDeleteObject {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 8px;
	margin-left: 4px;
	color: white !important;
	background-color: #BFA264;
	background-image: url('/Images/btnDelete.png');
	background-repeat: no-repeat;
	border-radius: 3px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	cursor: pointer;
	text-align: center;
}

	.cssPnlBtnDeleteObject:hover {
		background-color: #987937;
	}

.cssPnlViewFilePreview {
	display: block;
	float: left;
	width: 39px;
	height: 40px;
	border-right: 1px solid #808080;
}

.cssPnlViewImagePreview {
	display: block;
	float: left;
	width: 38px;
	height: 38px;
}


.cssPnlButtonContainer {
	display: block;
	float: left;
	width: 100%;
	min-height: 60px;
	height: 60px;
	max-height: 60px;
}

.cssBtnToDo {
	display: block;
	float: left;
	border-color: transparent;
	background-color: goldenrod;
	font-weight: normal;
	margin-top: 11px;
	width: 200px;
	font-size: 1em;
	margin-right: 10px;
	border-radius: 3px;
}
