
body {
	background: #eee;
}

header{
	width:1400px;
	margin: auto;
	padding: 8px;
	border-radius: 7px;
	background: #fff;
	font-weight: bold;
}
	header h4{
		line-height:.8;	
	}

section{
	width:1400px;
	margin: 10px auto;
	/* padding-bottom:20px; */
	border-radius: 0 7px 7px;
	background: #fff;
	font-family: Arial, Sans-serif;
	position:relative;
}
section > nav {font-size:1rem;}

.table-sm td, .table-sm th {
    padding: 0.2rem;
}


article {
	width:100%;
	position: relative;
	background: #fff;
	padding-bottom:20px;
	/* padding:10px; */
	/* text-align: center; */
}

.small-caps {
    font-variant: small-caps;
}

.strong-muted{
	color : #6c757d !important;
	opacity:.4;
}

/* FORM */

	
	
	
	/* form list or fieldset section */
	.form-section{
		margin-bottom:1.7rem;
	}
		.form-section p{
			font-size:18px;
			margin-bottom:.5rem;
			font-variant:small-caps;
		}
			.form-section > p > a{
				float:right;
				/* font-variant: small-caps; */
			}
		form-section hr{
			margin: .3rem 0 .3rem;
		}
	
	
	
	/* img section */
	#app_image_list div {
		display: inline-block;
		vertical-align: bottom;
		position: relative;
		padding: 0;
	}
	#app_image_list div .img-delete {
		position: absolute;
		top: 5px;
		right: 5px;
		display:none;
	}
	#app_image_list div:hover .img-delete {
		display:block;
	}
	#app_image_list #img-loading{
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		padding:10% 0;
		z-index:100;
		text-align:center;
		display:none;
	}
		#app_image_list #img-loading img{
			height:100%;
			max-height:300px;
			min-height:50px;
		}

	/* form custom fields */
	.item_resilie{
		padding:6px;
		cursor:pointer;
		margin:0;
		border-radius:5px;
	}
	.item_enabled{background:#44FF44; border:solid 1px #0F0;}
	.item_disabled{background:#c82333; border:solid 1px #F00; color:#FFF;}
	.client_disabled{margin-bottom: 15px; display:inline-block;padding:10px; line-height:28px; color:#FFF; font-size:20px;}
		.client_disabled span{text-transform: uppercase;}
		.client_disabled div{padding-top:15px;font-size:14px;line-height:18px;}

/* export panel */
#export_panel{
	padding-top:20px;
}	

	#export_panel > div > div{
		padding-bottom:35px;
		margin-right:0;
	}
	#export_panel > div > div h3{
		padding-bottom:5px;
		margin-left:10px;
		border-bottom:2px solid #EEF;
		font-size:1.3rem;
	}
	#export_panel  > div > div  form{
		padding:10px;
	}
	#export_panel   > div > div  form:nth-child(even){
		background-color: #EEF;
	}
	#export_panel   > div > div  form > div{
		display:inline-block;
	}
		#export_panel   > div > div   form > div:nth-child(1){
			width:597px;
		}
			#export_panel   input[type="date"]{
				max-width:160px;
			}
		#export_panel   > div > div   form > div:nth-child(2){
			vertical-align:top;
			height:100%;
		}
	

/* select 2*/ 
.select2-container .select2-selection--single{
	padding:0;
	height:38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	padding: .375rem .75rem;
	line-height:22px;
	/* border-radius:0 4px 4px 0; */
}



