@import url("js_csv_table.css");

* {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
}

#wrapper {
  clear: both;
  width: 100%;
  height: 100%;
  background: url(../images/header.gif) top left repeat-x;
}

#header {
  color: #999;
}

#header a {
  color: #999;
}

#content {
  padding: 10px 15px 20px;
  background: #fff;
  min-height: 600px;
  _height: 600px;
}

/***** Navigation ****/
#navigation_level1 {
  padding: 0 8px;
  color: #fff;
  font-size: 1em;
  border-top: 1px solid #333;
}

#navigation_level1 ul {
  margin: 0;
  margin-left: 10px;
  padding: 0;
}

#navigation_level1 ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline;
  float: left;
}

#navigation_level1 ul a {
  display: block;
  float: left;
  clear: left;
  height: 20px;
  padding: 7px 10px 2px;
  margin: 0;
  font-weight: bold;
}

#navigation_level1 ul li .nav1_inactive {
  color: #fff;
}

#navigation_level1 ul li .nav1_active {
  color: #444444;
  text-shadow: 0 1px 0 #fff;
  background: url(../images/nav_level1_active_bg.png) repeat-x top left;
}

#navigation_level1 ul .last a {

}

#navigation_level2 {
  height: 15px;
  padding: 5px 7px;
  margin: 0;
  background: url(../images/nav_level2_background.png) repeat-x top left;
  color: blue;
  font-size: 1em;
}

#navigation_level2 ul {
  margin: 0 0 0 15px;
  padding: 0;
  float: left;
}

#navigation_level2 ul li {
  display: inline;
  float: left;
  padding: 0 15px 0 0;
  margin: 0;
  list-style-type: none;
}

#navigation_level1 ul a {
  display: block;
  float: left;
  clear: left;
  margin: 0;
  text-shadow: 0 1px 0 #000;
}

#navigation_level1 a, #navigation_level1 a:visited {
  text-decoration: none;
}

#navigation_level1 a:hover {
  text-decoration: underline;
}

#navigation_level2 a,#navigation_level2 a:visited {
  color: #444444;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}

#navigation_level2 a:hover {
  text-decoration: underline;
}

#navigation_level2 .nav2_active {
  padding: 2px 4px;
  border: 1px solid #999;
  font-weight: bold;
  background: #e0e0e0;
}

.navigation_level3 {
  padding: 15px;
  background: #aaaaaa;
  color: black;
  border: 1px solid #bbbbbb;
}

#navigation_level1 .logininfo a {
  color:white;
  text-decoration:underline;
}

.title_container {
  padding: 5px 20px 0;
  background: white;
}

.breadcrumb {
  font-size: 0.8em;
  padding: 0;
  margin: 0;
}

.breadcrumb a:link,.breadcrumb a:visited {
  text-decoration: none;
}

.section_nav {

}

.section_nav ul li {
  float: left;
  list-style-type: none;
  padding: 0;
}

.section_nav ul {
  margin: 0 0 0 25px;
  padding: 0;
}

.section_nav ul li a {
  height: 20px;
  padding: 3px 10px;
  margin-right: 8px;
  color: #1a4773;
  font-weight: bold;
  list-style-type: none;
  display: block;
  background: url(../images/nav_level1_active_bg.png) repeat-x top left;
  border-left: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}

/*** inline dropdwon ****/
.inline_dropdown { /*border:solid 1px black;*/
  padding-left: 1px;
}

.inline_dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 -1px;
  float: left;
}

.inline_dropdown a {
  display: block;
  padding: 0.3em 10px 0.3em;
  color: white;
  text-align: center;
  font-size: 0.95em;
  text-decoration: none;
  font-weight: bold;
}

.inline_dropdown li {
  float: left;
}

.inline_dropdown li ul { /* second-level lists */
  position: absolute;
  background: white;
  font-size: 0.95em;
  border: solid #093365 1px;
  width: 220px;
  left: -999em;
  /* using left instead of display to hide menus because display: none isn't read by screen readers */
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.inline_dropdown li ul a {
  text-align: left;
  padding: 0.5em 0 0.5em 0.5em;
  width: 195px;
  color: #093365;
}

.inline_dropdown li:hover ul,#navul li.sfhover ul {
  /* lists nested under hovered list items */
  left: auto;
}

.inline_dropdown li:hover,#navul li.hover {
  position: static;
}

/**
* Login-Elements
*/
#login_div {
  margin: 110px auto auto auto;
  padding: 30px 50px 30px;
  width: 500px;
  height: 290px;

  font-family: "Gill Sans", tahoma, arial, sans-serif;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}

#login_div input[type="text"], #login_div input[type="password"] {
  border: 1px solid #bbbbbb;
  padding: 2px;
  background: white url('../images/form-input-text-bg.gif') repeat-x;
  width: 150px;
}

#login_table {
  margin: 185px auto 10px;
  color: #5c5c5c;
}

.login_td_links {
  padding-right: 20px;
  padding-bottom: 3px;
}

.login_td_mitte {
  padding-bottom: 3px;
}

.pagesection {
  padding: 10px;
  border: 1px solid #bbbbbb;
  background: #e0e0e0;
  color: black;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0 20px;
}

.pagination_buttons {
  vertical-align: text-top;
}

.pagination_buttons {
  background: url(../images/button_light_grey_bg.png) repeat-x 0 50%;
  border: #b9b9b9 1px solid;
}

.pagination-div {
  border-top: 1px solid #bbbbbb;
  border-bottom: 0;
  clear:both;
  height:30px;
  background: #E5E5E5;
}

.pagination-div div.paginatin-controls {
  padding: 5px 5px;
  background: #E5E5E5;
  text-shadow: 0 1px 0 #fff;
  float:left
}

.pagination-div #concealable-columns-button {
  float:right;
  margin-top:6px;
  margin-right:5px
}

.pagecontrol {
  padding:5px 0;
}

/*.pagecontrol a:link, .pagecontrol a:visited,*/
.form_button a:link,.form_button a:visited {
  font-size: 90%;
  color: #444444;
  padding: 3px;
  margin: 0;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  background: #f3f3f3;
  border: 1px solid #e0e0e0;
}

.pagecontrol_left {
  float: left;
}

.controlpanel_item {
  float: left;
  width: 160px;
  height: 180px;
  padding: 10px 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  background: #f3f3f3;
  border: 1px solid #e0e0e0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.controlpanel_item h2 {

}

.controlpanel_item h2 img {
  vertical-align: middle;
  margin-right: 15px;
}

.controlpanel_item li {
  list-style-type: square;
}

.form_img_button img {
  font-size: 90%;
  color: white;
  padding: 3px 3px 3px 5px;
  margin: 0;
  text-decoration: none;
  background: url(../images/button_grey_bg.png) top left repeat-x;
  cursor: pointer;
  vertical-align: middle;
}

/*.pagecontrol a:hover,*/
.form_button a:hover {
  color: white;
  text-shadow: 0 1px 0 black;
  background: #aaaaaa;
  border: 1px solid #bbbbbb;
  text-decoration: none;
}

.form_teamleader_container {
  width:300px;
  height:400px;
  overflow-y: scroll;
  background: white url('../images/form-input-text-bg.gif') repeat-x;
  padding:5px;
  border:1px solid #bbb;
}

/***** Global Settings *****/
html,body {
  border: 0;
  margin: 0;
  padding: 0;
  background: #fff;
}

body {
  font-family: tahoma, arial, sans-serif;
  font-size: 70%;
  color: #2D3848;
}

/***** Common Formatting *****/
h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}

h1 {
  padding: 0 0 5px 0;
  font-size: 1.1em;
  line-height:1.3em;
}

h2 {
  padding: 15px 0;
  font-size: 1.1em;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 8px;
}

h4 {
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 5px;
}

p,ul,ol {
  margin: 0;
  padding: 0 0 15px 0;
}

ul,ol {
  padding-left: 15px;
}

li {
  padding: 5px 0;
}

blockquote {
  margin: 22px 40px;
  padding: 0;
}

small {
  font-size: 0.85em;
}

img {
  border: 0;
}

sup {
  position: relative;
  bottom: 0.3em;
  vertical-align: baseline;
}

sub {
  position: relative;
  bottom: -0.2em;
  vertical-align: baseline;
}

acronym,abbr {
  cursor: help;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
}

/***** Links *****/
a:link, a:visited {
  color: #2D3848;
}

a:hover {
  color: red;
}

/***** Forms *****/
form {
  margin: 0;
  padding: 0;
  display: inline;
}

input,select,textarea {
  font: 1em arial, helvetica, sans-serif;
}

textarea {
  line-height: 1.25;
}

label {
  cursor: pointer;
  font-weight: bold;
}

/***** Tables *****/
table {
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

table tr td, table tr th {
  padding: 3px 20px 3px 0;
}

table tr td:last-child, table tr th:last-child
{
    padding-right: 3px;
}

table.data_table
{
  clear:both;
}

.data_table td { /*border-top: 2px solid white;
    border-right: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;*/
  border-bottom: 1px solid #bbbbbb;
  text-align: left;

  padding: 6px 3px;
}

.data_table .thead_1 th {
  background: white;
  font-weight: normal;
}

.data_table .thead_2 th a,.data_table .thead_3 th a {
  color: #2D3848;
  text-shadow: 0 1px 0 #fff;
  text-decoration: underline;
}

.data_table .thead_2 th,.data_table .thead_3 th {
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  text-align: left;
  font-size: 1em;
  padding: 6px 3px;
  background: #E5E5E5;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
}

.data_table .thead_3 th {
  text-align: center;
}

.data_table td {
  vertical-align: top;
  padding-left: 4px;
  padding-right: 4px;
}

.data_table .tfoot_1 td {
  background: #E5E5E5;
  color: #2D3848;
  font-weight: bold;
}

.data_table .thead_2 select,.data_table .thead_2 input[type='text'] {
  font-size: 0.8em;
  width: 80px;
  margin-top: 5px;
  border: 1px solid #bbbbbb;
  padding: 2px;
  background: white url('../images/form-input-text-bg.gif') repeat-x;
}

.data_table .thead_2 input[type='checkbox'] {
  margin-top: 5px;
}

.data_table img.flagged
{
  background: url(../images/star_yellow.png);
}

.data_table img.unflagged
{
  background: url(../images/star_grey.png);
}

.log_table td
{
  border: 1px solid #999;
  padding: 5px;
}

.form_table_div { /*float:left;*/
  padding: 20px;
  border: 1px solid #bbbbbb;
}

.form_table td {
  vertical-align: top;
}

.form_section_div .ticket_request_form input[type=text],.form_section_div .ticket_request_form select
{
  width: 150px;
}

.form_div { /*float:left;*/
  padding: 20px;
  border: 1px solid #bbbbbb;
}

.form_div label {
  float: left;
  width: 10em;
  padding-right: 20px;
}

.form_section_h3 {
  padding: 5px 10px;
  margin-bottom: 0;
  background: #d0d0d0; /* old browsers */
  background: -moz-linear-gradient(top, #f0f0f0 0%, #d0d0d0 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#d0d0d0)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d0d0d0',GradientType=0 ); /* ie */
  color: black;
  text-shadow: white 0px 1px;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  font-size:11px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

.form_section_div {
  padding: 8px 10px;
  background: #F0F0EE;
  background: #f1f1f1;
  color: #2D3848;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  margin-bottom: 5px;
}
.form_section_div_tt_table {
  padding: 15px 10px;
  background: #E5E5E5;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}

.form_section_div td {
  vertical-align: top;
}

.form_section_div #tab_content table td {
  vertical-align: top;
  border-bottom: 1px solid #aaaaaa;
  padding: 8px 0;
}

.form_section_div #tab_content thead th {
  text-align: left;
  border-bottom: 1px solid black;
}

.form_section_label {
  float: left;
  width: 10em;
}

.form_section_tabs ul li {
  float: left;
  display: block;
  margin-right: 2px;
  background: #aaaaaa;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

.form_section_tabs ul li a:link,.form_section_tabs ul li a:visited {
  padding: 10px 15px;
  color: white;
  text-decoration: underline;
}

.form_section_tabs ul li a:hover {
  padding-top: 25px;
  color: #4682B4;
}

.form_section_tabs ul .active_tab {
  border-top: 2px solid #aaaaaa;
  border-bottom: 2px solid #aaaaaa;
  font-weight: bold;
}

.form_section_wrapper {
  border-left: 3px solid #aaaaaa;
  border-right: 3px solid #aaaaaa;
  border-bottom: 3px solid #aaaaaa;
  padding: 20px 10px 10px;
}

.form_section_div input[type=text],.form_section_div input[type=password],.form_section_div select,.form_section_div textarea
{
  width: 20em;
  border: 1px solid #bbbbbb;
  padding: 2px;
  background: white url('../images/form-input-text-bg.gif') repeat-x;
}

.form_section_div input.readonly {
  border:1px solid transparent;
  background: transparent;
  font-weight:bold;
}

.module_settings {
  width:500px;
  float:left;
  padding-bottom:20px;
  padding-right:20px;
}

.module_settings .field_wrapper {
  clear: both;
}

.module_settings h3 {
  border-bottom:1px solid #bbb;
  margin-bottom:6px;
}

.field_wrapper .field_label {
  float:left;
  width: 200px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-weight:bold;
}

.field_wrapper .field {
  float:left;
  width: 150px;
}

.form_validation_error {
  background-color: orange;
}

.form_button_inactive {
  opacity: 0.5;
}

.form_directory_records_floated_checks {
  width: 250px;
  padding-bottom: 5px;
  float: left
}

.form_input_noteditable {
  background: #eeeeee;
  border: 1px solid #ddd;
}

.step_highlight {
  padding: 3px 5px;
  background-color: #666;
  color: white;
  font-weight: bold;
}

.form_explanatory_note {
  color: #666666;
}

.form_ticket_history_item {
  border: 1px solid #e0e0e0;
  padding: 20px;
  margin: 10px 0;
}

.form_ticket_history_item .divider {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

#directory_rows_table {
  margin: 0 10px;
}

#directory_rows_table thead tr th {
  padding: 2px 4px 2px 4px;
  vertical-align: bottom;
}

#directory_rows_table thead th img {
  margin: 0;
  padding: 0;
}

#directory_rows_table tbody td {
  padding: 2px 4px 2px 4px;
  white-space: nowrap;
  text-align: left;
}

.formFieldFocus {
  background: orange;
}



/****** order status ******/
.order_status_acquisition {
  padding: 0 3px;
  display: inline-block;
  background: orange;
}

.order_status_ordered {
  padding: 0 3px;
  display: inline-block;
  background: green;
}

.order_status_invoice {
  padding: 0 3px;
  display: inline-block;
  background: gray;
}

/****** invoices ****/
.form_section_div .invoice_item_desc {
  display: inline-block;
  width: 20em;
}

.form_section_div .invoice_item_amount {
  display: inline-block;
  width: 10em;
  text-align: right;
}

/***** tickets ****/
#ticketboxes_ul {
  margin-left: 0;
  padding-left: 0;
}

#ticketboxes_ul li { /*
    list-style-image: none;
    background: url(../jscripts/jqueryui172/theme/images/ui-icons_888888_256x240.png) top left no-repeat;
  */
  list-style-position: inside;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 5px;
}

.active_ticketbox {
  background: rgba(10, 51, 118, 0.2);
}

/****** buttons *****/
.buttoncss {
  cursor: auto;
}

.icon_button {
  padding: 2px;
  border: 1px solid #e0e0e0;
  vertical-align: top;
}

/***** notifications *******/
.inline_error,.inline_error p {
  color: red;
  font-weight: bold;
  width: 70%
}

.inline_notification {
  padding: 20px;
  text-align: center;
}

.notification-message {
  margin-bottom:5px;
  padding:5px;
  font-weight:bold;
  text-align:left;
  width:50%;
  margin-left:auto;
  margin-right:auto;
}

.notification-ok {
  border-top: 1px solid #1C8400;
  border-bottom: 1px solid #1C8400;
  background: #E9F9E5;
  color:#1C8400;
}

.notification-error {
  border-top: 1px solid #B50007;
  border-bottom: 1px solid #B50007;
  background: #F9E5E6;
  color: #B50007;
}

/* #### SEARCH TOGGLE PANEL #### */
.panel_list {
  padding: 0px;
  /*width: 800px; */
}

.panel_head {
  padding: 0px 0px;
  cursor: pointer;
  position: relative;
  /*background-color:#aaa;*/
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
}

.panel_body {
  padding: 5px 10px 15px;
  background-color: #eee;
}

/* #### SEARCH TOGGLE PANEL #### */
/* ######   SEARCH DIV  ###############*/
.search_result_div {
  padding: 10px;
  background-color: #eee;
  border-bottom: 7px solid #fff;
}

.search_result_div .head1 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 27px;
}

.search_result_div .head2 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 27px;
}

.search_result_div .head3 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 27px;
}

.search_result_div td {
  vertical-align: top;
}

.search_result_div .search_thumb {
  float: right;
  padding: 4px;
  background-color: #aaaaaa;
  width: 150px;
  /*border:2px solid #0000FF; */
}

.search_result_div .bottom {
  margin-top: 10px;
}

.result_header {
  margin-bottom: 5px;
}

/* ######   SEARCH DIV  ###############*/
/* ######  array pager numbers  ###############*/
#array_pager {
  font-weight: bold;
  text-decoration: none;
}

#array_pager .selected_page a:link,.selected_page a:visited,.selected_page a:hover
{
  text-decoration: none;
}

/* ######  array pager numbers  ###############*/
/* ###### jquery autocompleter ##### /*

/**** auto complete ****/
#autocompleter-div {
  position: relative;
}

#autocompleter-div .autocomplete {
  margin: 0;
  position: absolute;
  /* absolute is not working with z-index under the ie so we should use relative..  */
  background: #fff;
  border: 1px solid #888;
  width: 20em;
  list-style-type: none;
  /* ie hack */
  _left: 0;
  _top: 72px;
  *left: 0;
  *top: 72px;
  z-index: 5;
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
}

#autocompleter-div ul {
  margin: 0;
  padding: 0;
}

#autocompleter-div .autocomplete li {
  padding: 2px;
  margin: 0;
}

#autocompleter-div .autocomplete li.selected {
  background: #008;
  color: #fff;
}

.user_insert_edit_form {
  border: 1px solid #8b8b8b;
  margin: 10px 0;
  padding: 15px;
  float: left;
}

/* ####### autocompleter ###########*/ /***** Global Classes *****/
.clear {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  border-bottom: 1px solid;
}

.highlight {
  background: yellow;
  font-weight:bold;
}

.wrap {
  width: 960px;
  margin: 0 auto;
}

.img-left {
  float: left;
  margin: 4px 10px 4px 0;
}

.img-right {
  float: right;
  margin: 4px 0 4px 10px;
}

.nopadding {
  padding: 0;
}

.noindent {
  margin-left: 0;
  padding-left: 0;
}

.nobullet {
  list-style: none;
  list-style-image: none;
}

/***** CI elements *******/
#codeigniter_profiler {
  position: relative;
}

/*** from admintasia theme ***/ /* Buttons, submit inputs */
a.btn {
  padding: 3px 10px;
  position: relative;
  text-decoration: none;
  font-size: 90%;
  color: #444444;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
}

a.btn_no_text {
  padding: 10px;
}

a.btn span.ui-icon {
  margin: 0 5px 0 0;
  position: absolute;
  left: .2em;
  top: 2px;
}

a.btn .btn_text {
  margin-left: 10px;
}

a.btn:hover {
  background: #e0e0e0;
  border: #999 1px solid;
}

a.btn.saveButton {
  background: url(../images/button_blue_bg.png) repeat-x top left;
  color:white;
  text-shadow:0 1px 0 #000;
}

a.btn.saveButton:hover {
  background:#666;
}

/* Tooltip */
#tooltip {
  position: absolute;
  z-index: 30000;
  padding: 2px;
  background: #FDD845;
  color: #FFF !important;
  font-size: 0.9em;
}

#tooltip div {
  margin: 0;
  background: #808080;
  padding: 5px;
  font-size: 0.9em;
}

#tooltip h3 {
  color: black;
  font-weight: normal;
  padding: 5px;
  margin: 0;
  background: #FFF6BF;
}

/*** end from admintasia theme ***/
/*** only for printing - hide on screen ***/
.print {
  display: none;
}

/*** tracking form ***/
.tracking_table {
  margin-bottom:15px;
}

.tracking_table th {
    text-align: left;
}

.tracking_table td {
  background:white;
  vertical-align: top;
}

.tracking_table td input, .tracking_table td select {
  width: 98%;
  border: 1px solid #bbbbbb;
  padding: 2px;
  background: white url('../images/form-input-text-bg.gif') repeat-x;
}

.tracking_table td textarea {
  width: 100%;
  border: 1px solid #bbbbbb;
  padding: 2px;
  background: white url('../images/form-input-text-bg.gif') repeat-x;
}

.tracking_table td a.btn
{
    display: inline-block;
    height: 15px;
}

td input.hour_input_sum, th input.hour_total_sum {
  text-align: center;
  font-weight: bold;
  width: 95%;
  border: 1px solid #bbbbbb;
  padding: 2px;
  background: white url('../images/form-input-text-bg.gif') repeat-x;
}

/**
* lib slideshow
*/

div.slideshowContainer {
  margin: 5px;
  padding:8px;
  border: 1px solid #bbbbbb;
}

/* jquery datatables plugin
-------------------------------------------------------------------------------*/

.dataTables_wrapper table {
  margin-top: 8px;
  margin-bottom: 8px;
}

.dataTables_length {
  float:right;
}

.dataTables_length select {
  width:60px;
}
