.photo_admin_btn{
	margin-top:5px;
	/*background-color: #000000;*/	
}

.photo_desc{
	margin-top:10px;

}

.photo_img{
	margin-top:5px;

}

.product_content{
	box-shadow: 0 1px 0 #e1e5e8;	
	padding: 5px;
	background-color: #ffffff;
	margin-bottom: 11px;
}


/*
.btn{
	padding:4px 10px;
}
*/

.trow{
	box-shadow: 0px 1px 1px 1px #e1e5e8;	
	padding: 5px;
	background-color: #ffffff;
	margin-bottom: 11px;
}

.trow span{
	padding: 10px;
}


#page-wrapper
{
	/*background-color: #f2f6f9;*/	
}

td.tdata div.data {
	float:left;	
}
td.tdata div.datb {
	float:left;
	padding-left:5px;
}

.content_panel {
	border: 0px solid #cccccc;
    border-radius: 4px;
    padding:5px;
    margin-bottom:10px;
    max-width: 400px;
}

.inputdiv_tiny {
    display: block;
    padding: 8px;
    margin: 0px;
    font-size: 8pt;
    line-height: 1.42857143;
    font-weight:normal;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
   	/*background-color: #f5f5f5;*/
    border: 0px solid #cccccc;
    border-radius: 0px;
}

.inputdiv_small {
    display: block;
    padding: 8px;
    padding-bottom: 8px;
    margin: 0px;
    font-size: 11pt;
    line-height: 1.5;
    font-weight:normal;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
   	/*background-color: #f5f5f5;*/
    border: 0px solid #cccccc;
    border-radius: 0px;    
}

.inputdiv {
    display: block;
    padding: 8px;
    margin: 0px;
    font-size: 15pt;
    line-height: 1.42857143;
    font-weight:bold;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
   	/*background-color: #f5f5f5;*/
    border: 0px solid #cccccc;
    border-radius: 0px;
}

.help-block{
	font-size:8pt;
	font-family:verdana;
}

.tlabell
{	
	font-weight: bold;
	background-color: #F9F9F9;
	width:1%;
	text-align: left;
	color:#830000;
	/*font-size:8pt;*/
	white-space: nowrap;
	padding: 4px;
	font-size:11pt;		
}

.tlabel
{
	font-weight: bold;
	/*background-color: #F9F9F9;*/
	width:1%;
	text-align: right;
	color:#333333;
	/*font-size:8pt;*/
	white-space: nowrap;
	padding: 4px;
		
}

.help-block {    
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 9pt;
}

td.tdata label{
	/*color: blue;*/
}

.tdata 
{
    white-space: normal !important; 
    word-wrap: break-word;
    background-color: #FFF;
    padding: 4px; 
}

.tdatar 
{
    white-space: normal !important; 
    word-wrap: break-word; 
    text-align: right;
    background-color: #FFF;
    padding: 4px;
}

.bottom_above_img 
{
	margin-top:5px;
	text-align: left;
}

/* =============== */

.text_edit. form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.text_edit_disabled,.select_disabled {
	/*
	font-family: verdana, Tahoma, helvetica, sans-serif;
	letter-spacing: normal;
	border: solid 1px #eeeeee;
	background: #cccccc;
	font-size: 13pt;
	line-height: 17pt;
	vertical-align: middle;	
	padding-top: 3px;
	*/
	border: solid 1px #eeeeee;	
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #cccccc;
    background-image: none;
    border: solid 1px #666666;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    
}

.text_edit_selected,.select_selected {
	
	/*
	font-family: verdana, Tahoma, helvetica, sans-serif;
	letter-spacing: normal;
	border: solid 1px #666666;
	background: #FFFFA4;
	font-size: 13pt;
	line-height: 17pt;
	vertical-align: middle;	
	padding-top: 3px;	
	*/
	
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: solid 1px #666666;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.text_edit, .select, select, .text_edit_date_picker{
	
	/*
	font-family: verdana, Tahoma, helvetica, sans-serif;
	letter-spacing: normal;
	border: solid 1px #BDC7D8;
	font-size: 13pt;
	line-height: 17pt;
	vertical-align: middle;	
	padding-top: 3px;
	*/
	
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


textarea.text_edit{
	height: 100px;
}

.page-header {
    padding-bottom: 9px;
    margin: 15px 0 10px;
    border-bottom: 1px solid #eee;
}

div.main_filter_div {	
	border: 0px solid red;	
	font-size: 9pt;
	padding-bottom: 5px;
	overflow: auto;
}

div.grid_filter_set {
	display: block;
	/*background: yellow;*/
	overflow: auto;	
}
div.grid_filter {	
	/*width:20%;*/
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

/* label */
div.grid_filter_l {	
	/*width:20%;*/
	float: block;
	overflow: auto;
}

/* element */
div.grid_filter_e {
	float: block;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	line-height: 1;
}


div.grid_filter_btn_set{
	display: block;	
	overflow: auto;		
}

div.grid_filter_btn {
	line-height: 10px;
	/*height: 15px;*/
	float: left;	
	margin-right:5px;	
}

.grid_edit_btn_div 
{	
	margin:0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px dotted #cccccc;		
	padding:0px 0px 0px 0px;	
}

.grid_edit_btn_div button{
	margin-right:5px;
}

.sidebar li a {    
    color:#666666;
}

/* page size changer prompt */

.pagesize_div_header
{
	background-repeat: repeat-x;
	background-position: top center;
	color: #eee;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 5px 0 5px 6px;
	height: 20px;
	background-color: #202C2D;
}

div.filter_container_div_list {
	position: relative;
	width: 100%;
	border: 0px solid red;	
}

.pagesize_container_div {
	height:70px;
	width: 250px;
	position: absolute;
	top:0;
	left: 0px;
	z-index: 900;
	border: 1px solid #222;
	border-top: none;
	background: #FFFFFF;
}

.pagesize_div_content{	
 	float:left;
 	background: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	line-height: 20px;
	padding: 12px 0 10px 10px;
}


input.pagesize_btn {
	height: 25px;
	border: 1px solid #cccccc;
	cursor: pointer;
	font-size: 10px;
	font-family: Arial;
	background-color: #FFFFFF;
}

/** grid edit table **/

.edit_table button, input, select, textarea {
    font-family: verdana;
    font-size: 12pt;
    line-height: inherit;
}

.edit_table {
	margin-top: 3px;	
	font-family: verdana, arial;
	font-size: 10pt;
	border-top: 1px dotted #cccccc;
	border: 1px dotted #cccccc;
}

.edit_table tbody th {
	
}

.edit_table tbody td {
	border-right: 0px solid #ccc;
}

.edit_table td {
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.edit_table td.label 
{
	display:table-cell;
	width: 5%;
	white-space: nowrap;
	color: #000000;
	font-weight: bold;
	background-color: #eeeeee;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
	/* font-family: arial;	
	font-size: 10pt;
	*/
	font-size: 8.5pt;
	border-bottom:1px solid #FFFFFF;	
}

.edit_table td.label_required {
	display:table-cell;
	width: 5%;
	white-space: nowrap;
	color: #E2302F;
	font-weight: bold;
	background-color: #eeeeee;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
	/*
	font-family: arial;
	font-size: 8.5pt;
	*/
	font-size: 8.5pt;
	padding-right: 5px;
}

.edit_table td.data {
	font-size: 10pt;
	text-align: left;
	vertical-align: middle;
	background: #ffffff;
	border-bottom: 1px dotted #eeeeee;
	padding-right: 20px;
}

.grid_comment {
	font-family: verdana;
	font-size: 8.5pt;
	color: #737373;
	font-weight: normal;
	margin-top:3px;
}

.grid_canel_btn {
	color: #696;
	background-color: #eeeeee;
	border-color: #696 #363 #363 #696;
}

/* ==================================================================== */

/** grid view table **/

.view_table {
	font-size: 8pt;
	font-family: verdana, arial;
	color: #000000;
	background-color: #EAEAEA;
	margin-top:5px;
	margin-bottom:8px;
	border: 1px solid #eeeeee;	
}

.view_table tbody {	
}

.view_table tr td.header {	
	text-align: left;	
	/*background: #D6E7DF;*/
	background: #f5f5f5;
	background-repeat: no-repeat;
	font-weight: bold;
	font-family: arial;
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	border: 1px solid #D6E7DF;
}

.view_table tr {
	vertical-align: middle;
	font-family: arial;
	white-space:nowrap;
}

.view_table tr td {
	padding: 5px;
	/*white-space:nowrap;*/
}

.view_table tr td.label {
	display:table-cell;
	font-size:10pt;
	width: 1%;	    
	color: #000000;
	background: #f5f5f5;
	text-align: right;
	white-space:nowrap;
	padding: 5px;
	border-bottom: 1px solid #eeeeee;
	font-weight:normal; 
}

.view_table tr td.separator {	
	background: #ffffff;
	height:3px;
}

.view_table tr td.separator_heading {	
	background: #ffffff;
	height:3px;
	padding: 3px;
	text-decoration: underline;
	font-weight: bold;
}

.view_table tr.separator_heading td {	
	background: #ffffff;
	height:3px;
	padding: 3px;
	text-decoration: underline;
	font-weight: bold;
}

.view_table tr td.data {
	font-size:10pt;
	text-align: left;		
	font-weight: bold;
	background: #ffffff;
	font-family: verdana;
	/*white-space:nowrap;*/
	border: 0px;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #eeeeee;
}

.view_table tr td.data_record_not_found {
	color: red;
	text-align: center;		
	font-weight: bold;
	background: #ffffff;
	font-family: verdana;
	white-space:nowrap;
	border: 0px;
	padding: 3px 5px 3px 5px;
}

.view_table tr td.label_txt {
	display:table-cell;
    width:5%;
    white-space:nowrap;
	color: #000000;
	text-align: left;	
	vertical-align: middle;
	font-family: arial;
	border: 0px;
}

.view_table tr td.data_txt {	
    text-align: left;
	vertical-align: middle;	
	height: 12px;
	font-weight: bold;
}

.paging_txt_dim {		
	font-size: 9pt;
	text-decoration: none;
}