@charset "utf-8";

.box1 {
	background-color: #d1e5f3;
	border: 1px solid #FFF;
	padding: 8px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
	color: #666;
	width: 220px;
}
.box1 .other_w {
	width: 182px;
}

.box1 h4 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333;
}


.box1 label {
	float: left;
	font-size: 12px;
	width: 70px;
	display: block;
}
.box1 input, .box1 textarea, .box1 select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 4px;
	margin-bottom: 5px;
	width: 134px;
}


/**/

.box_table_a
{
	/* [disabled]font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; */
	font-size: 12px;
	width: 90%;
	text-align: left;
	border-collapse: collapse;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.box_table_a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
.box_table_a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#top_options {
	font-family: Calibri, Tahoma;
	text-align: right;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 7px;
	/* [disabled]background-image: url(../../images/bk-button_03.png); */
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	background-color: #F4F7F8;
	background-position: left center;
}
#top_options a {
    padding: 5px;
	border: solid 1px #CCC;
}
#top_options a:hover {
    text-decoration:none;
	background-color: #e0e0e0;
}
#top_options a.active {
    text-decoration:none;
	background-color: #e0e0e0;
}

#top_options img {
	vertical-align: top;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#top_options a.active {
    background-color: #DEDFE0;
	color: #464646;
}
#icons {
	display: none;
}
tr.cactiva td{
	background-color: #FFE682;
}

#top_options .label {
    line-height: 12px;
    padding: 2px 5px;
}

.table_title {
	background-color: #BCBCBC;
	padding: 10px;
}

.dataTables_wrapper {
    position: relative;
    min-height: 430px;
    clear: both;
    _height: 430px;
    zoom: 1;
}

.dataTables_paginate {
	float: right;
}

#myTable_length, #myTable_info{
	float: left;
}
#myTable_filter, #myTable_paginate {
	float: right;
}
#myTable {
	clear: both;
}

.paging_full_numbers span.paginate_button {
    background-color: #ddd;
}
.paging_full_numbers span.paginate_button, .paging_full_numbers span.paginate_active {
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
}

.box_date_range {
	margin-bottom: 20px;
	background-color: #E9E9E9;
	padding: 10px;
}

.message_area {
top: 30px;
    background-color: #FFF5BF;
    padding: 10px 50px;
    right: 100px;
    border: 1px solid #FFD190;
    color: #333;
    width: 400px;
    float: right;
    margin-bottom: 15px;
}

table .ec_sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
	cursor: pointer;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}
