/* BOXES CSS */


/* BOX TABLE */
.box-table {
}

.box-table img {
	border: 0;
}

.box-table .title {
	font-size: 1.2em;
	padding: 20px 0 5px 10px;
	color: #59955C;
	font-weight: bold;
}

.box-table .subtitle {
	font-size: 1.0em;
	padding: 5px 0;
	color: #80B584;
	font-weight: bold;	
	border-bottom: 1px dashed #C9DECB;
	border-top: 1px dashed #C9DECB;
	width: 96%;
	margin: 0 0 10px 10px;
}

.box-table .loading {
	width: 80%;
	padding: 0 0 0 40px;
	line-height: 30px;
	color: #666;
}

.box-table .loading img {
	margin: 15px 336px;
}

.box-table .loading .download {
	display: block;
	width: 128px;
	height: 128px;
	margin: 20px auto;
	background: url('../img/bg/download-file.png') 0 0 no-repeat;
}

.box-table .sub-options a {
	display: block;
	float: left;
	margin: 10px 25px 10px 22px;	
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #333;
}

.box-table .sub-options a:hover {	
	color: #666;
	text-decoration: none;
	border-bottom: 1px dashed #666;
}

.box-table .loading .delete {
	display: block;
	width: 128px;
	height: 128px;
	margin: 20px auto;
	background: url('../img/bg/delete-file.png') 0 0 no-repeat;
}

.box-table .esporta {
	display: block;
	width: 48px;
	height: 48px;
	margin: 5px 0;
	margin-left: 18px;
}


.box-table table {
	text-align: center;
	margin: 5px auto;
	width: 95%;
}

.box-table table thead tr {
	background: #BFE66A;
}

.box-table table thead th {
	padding: 1px;
	font-size: 1.0em;
	border-right: 1px solid #fff;
}

.box-table table thead th a {
	color: #23819C;
	text-decoration: none;
}

.box-table table td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
	color: #666;

}

.box-table table tbody tr.tr_odd {
	background: #F4FAE4;
}

.box-table table tbody tr.tr_even {
	background: #fff;
}

.box-table table tbody tr td {
	padding: 4px;
	font-size: 0.9em;	
}

.box-table table tfoot tr {
	background: #CDF673;
}

.box-table table tfoot td {
	font-size: 0.9em;
	padding: 2px 0;
	color: #75B4FF;
}

.box-table table tfoot a {
	color: #23819C;
	padding: 3px;
	text-decoration: none;
}

.table-task .column-4, .table-task .column-5, .table-task .column-7 {
	text-align: left;	
}

.table-video .column-1 {
	text-align: left;	
}

.table-service .column-1 {
	text-align: left;	
}

.table-highlight .column-1 {
	text-align: left;	
}

/* BOX FORM */
.box-form {
	padding: 10px 20px;
}

.box-form .title {
	font-size: 1.2em;
	padding: 0 0 5px 0;
	color: #59955C;
	font-weight: bold;
}

.box-form .subtitle {
	font-size: 1.0em;
	padding: 5px 0;
	color: #80B584;
	font-weight: bold;	
	border-bottom: 1px dashed #C9DECB;
	border-top: 1px dashed #C9DECB;
	margin: 0 0 20px 0;
}

.box-form .input {
	width: 95%;
	padding: 20px 0;
}

.box-form .input label {
	float: left;
	display: block;
	width: 90px;
	text-align: right;
	padding: 3px 10px 0 0;
	font-size: 0.9em;
	color: #666;
}

.box-form .input input {
	float: left;
	border: 1px solid #666;
	padding: 3px 4px;
	font-size: 0.9em;
	width: 300px;
}

.box-form .input input:focus {
	border: 1px solid #B6BA18;
}

.box-form .input select {
	float: left;
	border: 1px solid #666;
	padding: 3px 4px;
	font-size: 0.9em;
	width: 103px;
}


.box-form .select input {
	
	border: 10px solid #666;
	padding: 3px 4px;
	font-size: 0.9em;
	width: 150px;
}

.box-form .input select:focus {
	border: 1px solid #B6BA18;
}

.box-form .submit input {
	border: 1px solid #6CA870;
	color: #59955C;
	padding: 2px 5px;
	margin: 20px 0 0 100px;
	font-weight: bold;
	font-size: 0.9em;
	background: #DBEADC;
}



.box-form .checkbox-input {
	margin: 10px 0px 0px 0px;
	display: block;
}

.box-form .checkbox-input label {
	float: left;
	display: block;
	width: 90px;
	text-align: right;
	padding: 3px 10px 0 0;
	font-size: 0.9em;
	color: #666;
}

.box-form .checkboxMultiple  {
	list-style-type: none;
	display: block;
	width: 70%;
	padding: 3px 4px 3px 100px;
	font-size: 0.9em;
}

.box-form .checkboxMultiple li {
	height: 20px;
}

.box-form .checkboxMultiple li input {
	margin: 2px 2px;
}

.box-form a img{
	border: 1px solid green;
	width: 80px;
	height: 80px;
	margin: 10px;
	padding: 5px;
}
