/* Minification failed. Returning unminified contents.
(1110,1): run-time error CSS1019: Unexpected token, found '}'
 */
/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

table th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }

/* Mobile */
@media only screen and (max-width: 767px) {
	
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
	
}

/*!
 * Bootstrap v2.2.2-j3
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat, extended by @ArnoldDaniels.
 */
.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.btn-file{overflow:hidden;position:relative;vertical-align:middle}.btn-file>input{position:absolute;top:0;right:0;margin:0;opacity:0;filter:alpha(opacity=0);transform:translate(-300px,0) scale(4);font-size:23px;direction:ltr;cursor:pointer}.fileupload{margin-bottom:9px}.fileupload .uneditable-input{display:inline-block;margin-bottom:0;vertical-align:middle;cursor:text}.fileupload .thumbnail{overflow:hidden;display:inline-block;margin-bottom:5px;vertical-align:middle;text-align:center}.fileupload .thumbnail>img{display:inline-block;vertical-align:middle;max-height:100%}.fileupload .btn{vertical-align:middle}.fileupload-exists .fileupload-new,.fileupload-new .fileupload-exists{display:none}.fileupload-inline .fileupload-controls{display:inline}.fileupload-new .input-append .btn-file{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.thumbnail-borderless .thumbnail{border:none;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.fileupload-new.thumbnail-borderless .thumbnail{border:1px solid #ddd}.control-group.warning .fileupload .uneditable-input{color:#a47e3c;border-color:#a47e3c}.control-group.warning .fileupload .fileupload-preview{color:#a47e3c}.control-group.warning .fileupload .thumbnail{border-color:#a47e3c}.control-group.error .fileupload .uneditable-input{color:#b94a48;border-color:#b94a48}.control-group.error .fileupload .fileupload-preview{color:#b94a48}.control-group.error .fileupload .thumbnail{border-color:#b94a48}.control-group.success .fileupload .uneditable-input{color:#468847;border-color:#468847}.control-group.success .fileupload .fileupload-preview{color:#468847}.control-group.success .fileupload .thumbnail{border-color:#468847}
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/Content/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/Content/images/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/Content/images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/Content/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/Content/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/Content/images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/Content/images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/Content/images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/Content/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/Content/images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/Content/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/Content/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/Content/images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/Content/images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/Content/images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/Content/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */


div.dataTables_length label {
	font-weight: normal;
	float: left;
	text-align: left;
}

div.dataTables_length select {
	width: 75px;
}

div.dataTables_filter label {
	font-weight: normal;
	float: right;
}

div.dataTables_filter input {
	width: 16em;
}

div.dataTables_info {
	padding-top: 8px;
}

div.dataTables_paginate {
	float: right;
	margin: 0;
}

div.dataTables_paginate ul.pagination {
	margin: 2px;
}

table.table {
	clear: both;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
	cursor: pointer;
}

table.table thead .sorting { background: url('/Content/DataTables/media/images/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('/Content/DataTables/media/images/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('/Content/DataTables/media/images/sort_desc.png') no-repeat center right; }

table.table thead .sorting_asc_disabled { background: url('/Content/DataTables/media/images/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('/Content/DataTables/media/images/sort_desc_disabled.png') no-repeat center right; }

table.dataTable th:active {
	outline: none;
}

/* Scrolling */
div.dataTables_scrollHead table {
	margin-bottom: 0 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
	border-top: none;
}

div.dataTables_scrollFoot table {
	border-top: none;
}




/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
	background-color: #08C;
	color: white;
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
	background-color: #0075b0 !important;
}

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
	cursor: pointer;
}

div.DTTT .btn {
	color: #333 !important;
	font-size: 12px;
}

div.DTTT .btn:hover {
	text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a {
	color: #333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li {
	position: relative;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
	background-color: #0088cc;
	color: white !important;
}

/* TableTools information display */
div.DTTT_print_info.modal {
	height: 150px;
	margin-top: -75px;
	text-align: center;
}

div.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

div.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}



/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
}
 
div.DTFC_RightHeadWrapper table ,
div.DTFC_LeftHeadWrapper table {
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin-bottom: 0 !important;
}
 
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}
 
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
    border-top: none;
}


div.DTTT_container{position:relative;float:right;margin-bottom:1em}@media screen and (max-width:640px){div.DTTT_container{float:none !important;text-align:center}div.DTTT_container:after{visibility:hidden;display:block;content:"";clear:both;height:0}}button.DTTT_button,div.DTTT_button,a.DTTT_button{position:relative;display:inline-block;margin-right:3px;padding:5px 8px;border:1px solid #999;cursor:pointer;*cursor:hand;font-size:.88em;color:#000 !important;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #ccc;-moz-box-shadow:1px 1px 3px #ccc;-ms-box-shadow:1px 1px 3px #ccc;-o-box-shadow:1px 1px 3px #ccc;box-shadow:1px 1px 3px #ccc;background:#fff;background:-webkit-linear-gradient(top,#fff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-moz-linear-gradient(top,#fff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-ms-linear-gradient(top,#fff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-o-linear-gradient(top,#fff 0%,#f3f3f3 89%,#f9f9f9 100%);background:linear-gradient(top,#fff 0%,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0)}button.DTTT_button{height:30px;padding:3px 8px}.DTTT_button embed{outline:none}button.DTTT_button:hover,div.DTTT_button:hover,a.DTTT_button:hover{border:1px solid #666;text-decoration:none !important;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999;background:#f3f3f3;background:-webkit-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:-moz-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:-ms-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:-o-linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);background:linear-gradient(top,#f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3',endColorstr='#f4f4f4',GradientType=0)}button.DTTT_button:focus,div.DTTT_button:focus,a.DTTT_button:focus{border:1px solid #426c9e;text-shadow:0 1px 0 #c4def1;outline:none;background-color:#a3d0ef 100%;background-image:-webkit-linear-gradient(top,#a3d0ef 0%,#79ace9 65%,#a3d0ef 100%);background-image:-moz-linear-gradient(top,#a3d0ef 0%,#79ace9 65%,#a3d0ef 100%);background-image:-ms-linear-gradient(top,#a3d0ef 0%,#79ace9 65%,#a3d0ef 100%);background-image:-o-linear-gradient(top,#a3d0ef 0%,#79ace9 65%,#a3d0ef 100%);background-image:linear-gradient(top,#a3d0ef 0%,#79ace9 65%,#a3d0ef 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#a3d0ef',EndColorStr='#a3d0ef')}button.DTTT_button:active,div.DTTT_button:active,a.DTTT_button:active{-webkit-box-shadow:inset 1px 1px 3px #999;-moz-box-shadow:inset 1px 1px 3px #999;box-shadow:inset 1px 1px 3px #999}button.DTTT_disabled,div.DTTT_disabled,a.DTTT_disabled{color:#999;border:1px solid #d0d0d0;background:#fff;background:-webkit-linear-gradient(top,#fff 0%,#f9f9f9 89%,#fafafa 100%);background:-moz-linear-gradient(top,#fff 0%,#f9f9f9 89%,#fafafa 100%);background:-ms-linear-gradient(top,#fff 0%,#f9f9f9 89%,#fafafa 100%);background:-o-linear-gradient(top,#fff 0%,#f9f9f9 89%,#fafafa 100%);background:linear-gradient(top,#fff 0%,#f9f9f9 89%,#fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fafafa',GradientType=0)}button.DTTT_button_collection span{padding-right:17px;background:url(../images/collection.png) no-repeat center right}button.DTTT_button_collection:hover span{padding-right:17px;background:#f0f0f0 url(../images/collection_hover.png) no-repeat center right}table.DTTT_selectable tbody tr{cursor:pointer;*cursor:hand}table.dataTable tr.DTTT_selected.odd{background-color:#9fafd1}table.dataTable tr.DTTT_selected.odd td.sorting_1{background-color:#9fafd1}table.dataTable tr.DTTT_selected.odd td.sorting_2{background-color:#9fafd1}table.dataTable tr.DTTT_selected.odd td.sorting_3{background-color:#9fafd1}table.dataTable tr.DTTT_selected.even{background-color:#b0bed9}table.dataTable tr.DTTT_selected.even td.sorting_1{background-color:#b0bed9}table.dataTable tr.DTTT_selected.even td.sorting_2{background-color:#b0bed9}table.dataTable tr.DTTT_selected.even td.sorting_3{background-color:#b0bed9}div.DTTT_collection{width:150px;padding:8px 8px 4px 8px;border:1px solid #ccc;border:1px solid rgba(0,0,0,.4);background-color:#f3f3f3;background-color:rgba(255,255,255,.3);overflow:hidden;z-index:2002;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 3px 5px rgba(0,0,0,.3);-moz-box-shadow:3px 3px 5px rgba(0,0,0,.3);-ms-box-shadow:3px 3px 5px rgba(0,0,0,.3);-o-box-shadow:3px 3px 5px rgba(0,0,0,.3);box-shadow:3px 3px 5px rgba(0,0,0,.3)}div.DTTT_collection_background{background:transparent url(../images/background.png) repeat top left;z-index:2001}div.DTTT_collection button.DTTT_button,div.DTTT_collection div.DTTT_button,div.DTTT_collection a.DTTT_button{position:relative;left:0;right:0;display:block;float:none;margin-bottom:4px;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999}.DTTT_print_info{position:fixed;top:50%;left:50%;width:400px;height:150px;margin-left:-200px;margin-top:-75px;text-align:center;color:#333;padding:10px 30px;background:#fff;background:-webkit-linear-gradient(top,#fff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-moz-linear-gradient(top,#fff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-ms-linear-gradient(top,#fff 0%,#f3f3f3 89%,#f9f9f9 100%);background:-o-linear-gradient(top,#fff 0%,#f3f3f3 89%,#f9f9f9 100%);background:linear-gradient(top,#fff 0%,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0);opacity:.95;border:1px solid #000;border:1px solid rgba(0,0,0,.5);-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,.5);-moz-box-shadow:0 3px 7px rgba(0,0,0,.5);-ms-box-shadow:0 3px 7px rgba(0,0,0,.5);-o-box-shadow:0 3px 7px rgba(0,0,0,.5);box-shadow:0 3px 7px rgba(0,0,0,.5)}.DTTT_print_info h6{font-weight:normal;font-size:28px;line-height:28px;margin:1em}.DTTT_print_info p{font-size:14px;line-height:20px}

/* DataTables */

tfoot input.search_init, thead input.search_init {
	color: #999;
}

table.dataTable tfoot tr th, table.dataTable thead tr td {
	text-align: center;
}

table.dataTable tfoot tr th input[type="text"], table.dataTable thead tr td input[type="text"] {
	margin: 2px 1px 2px 4px;
	padding: 0 0 0 3px;
	width: 100%;
}

table.dataTable tfoot tr th select, table.dataTable thead tr td select, table.dataTable thead tr td select.form-control {
	margin: 2px 1px;
	padding: 1px 0 0 0;
	width: 100%;
}

table.dataTable tfoot tr th input[type="checkbox"], table.dataTable thead tr td input[type="checkbox"] {
	margin: 2px 0 0 0;
	/*width: 100%;*/
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

table.dataTable tbody tr td.dataTables_empty {
	text-align: center;
}

table.qci-bootstrap {
	border-bottom: solid 1px #888;
}

table.data {
	font-size: 12px;
	line-height: 131%;
	border-collapse: collapse;
	border-bottom: solid 1px #888;
}

	table.qci-bootstrap thead th {
		text-align: left;
		color: #333;
		border-bottom: solid 1px #888;
	}
	
	table.data thead th {
		text-align: left;
		padding: 1px 10px;
		color: #333;
		border-bottom: solid 1px #888;
	}

	table.data thead .sorting::after, 
	table.data thead .sorting_asc::after, 
	table.data thead .sorting_desc::after {
		top: 0;
	}
	
	table.data thead th.column-narrow {
		padding: 1px 4px;
	}
	
	table.qci-bootstrap thead td,
	table.data thead td {
		border-bottom: solid 1px #888;
	}

	table.data tbody td {
		padding: 2px 8px;
		border-bottom: solid 1px #ccc;
		-moz-transition: all 0.2s ease 0s;
		-o-transition: all 0.2s ease 0s;
		-webkit-transition: all 0.2s ease 0s;
		transition: all 0.2s ease 0s;
	}
	
	table.data tbody td.column-narrow {
		padding: 2px 4px;
	}
	
	tr.ui-draggable-dragging td {
		font-size: 12px;
		line-height: 131%;
		border-collapse: collapse;
		border-bottom: solid 1px #888;	
		padding: 2px 8px;
	}

	table.data.row_click tbody tr:not(.row_selected) {
		cursor: pointer;
		*cursor: hand;
	}

		table.data.row_click tbody tr:not(.row_selected):hover td {
			background-color: #feefb3 /*rgba(19, 0, 255, 0.20)*/ /*#EDF8FF*/;
		}

			table.data.row_click tbody tr:not(.row_selected):hover td.sorting_1 {
				background-color: #ffe374 /*rgba(19, 0, 255, 0.40)*/ /*#DEE5EA*/;
			}

	table.data tbody tr:last-child td {
		border-bottom: solid 1px #666;
	}

	table.data tbody tr:hover td a, table.data tbody tr:hover td a.action:hover {
		color: #0060a6;
		text-decoration: underline;
	}

		table.data tbody tr:hover td a.action {
			color: #0060a6;
			text-decoration: none;
		}
		
	table.qci-bootstrap thead tr td,
	table.data tfoot tr, 
	table.data thead tr td {
		background-color: #F7F7F7;
		padding: 0 6px 0 0;
		/*padding-left: 0;*/
		/*padding-right: 12px;*/
	}

	table.data:not(.dataTable) tr.row_selected td {
		background-color: #DDDDDD;
	}

table thead td, table th {
	vertical-align: bottom;
}

td.right,
/*th.right,
table thead tr td.right,
table thead tr th.right,*/
table tbody tr td.right {
	text-align: right;
}

td.center,
/*th.center,*/
/*table thead tr td.center,*/
/*table thead tr th.center,*/
table tbody tr td.center {
	text-align: center;
}

td.left,
/*th.left,*/
/*table thead tr td.left,*/
/*table thead tr th.left,*/
table tbody tr td.left {
	text-align: left;
}

td.nowrap,
th.nowrap,
table thead tr td.nowrap,
table thead tr th.nowrap,
table tbody tr td.nowrap {
	white-space: nowrap;
}

table thead tr td.radio_button_filter {
	padding: 0 2px;
}

table.data input[type="radio"],
table.data input[type="checkbox"] {
	margin: 0 0 2px 0;
	vertical-align: middle;
}

a.tabletools-cancel, a.tabletools-edit, a.tabletools-save_order {
	margin-right: 10px;
}

table.dataTable tbody td.table-cell-editable {
	padding: 1px 2px 1px 4px;
	vertical-align: middle;
}

table.dataTable input.table-cell-edit_input {
	width: 100%;
	max-width: none;
}

table.dataTable tr.child input.table-cell-edit_input {
	width: auto;
	max-width: none;
}

table.dataTable input.table-cell-edit_input:not(.form-control) {
	padding: 0 0 0 4px;
}

table.dataTable select.table-cell-edit_select_input {
	/*font-size: 8pt;*/
	width: 100%;
}

div.dataTables_paginate {
	float: right;
}

	div.dataTables_paginate a {
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select: none;
		user-select: none;
	}

div.DTTT_container a {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

a.hidden {
	display: none;
}

a.icon-link {
	text-decoration: none !important;
}

.dataTables_info {
	float: left;
}

@media screen and (max-width: 767px) {
	div.dataTables_length {
		text-align: left; /* Override bootstrap's centering */
	}
}

/* override boostrap table-striped styling to use better styling via odd even classes */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}

.table-striped > tbody > tr.odd {
  background-color: #f3f4f5;
}

.bg-danger {
    background-color: #f2dede !important;
}

.bg-warning {
    background-color: #fcf8e3 !important;
}

.tabletools-bootstrap div.DTTT_container {
	float: right;
}

.tabletools-bootstrap div.DTTT_container a.DTTT_button {
	margin-right: 3px;
}

.tabletools-bootstrap div.DTTT_container a.DTTT_button-print {
	margin-left: 5px;
}

/* For Responsive plugin */

table.dataTable.data.dtr-inline.collapsed tbody td:first-child,
table.dataTable.data.dtr-inline.collapsed tbody th:first-child {
	position: relative;
	padding-left: 24px;
	cursor: pointer;
}

table.dataTable.data.dtr-inline.collapsed tbody td.child,
table.dataTable.data.dtr-inline.collapsed tbody th.child {
	cursor: default;
}

table.dataTable.dtr-inline.collapsed tbody td.child,
table.dataTable.dtr-inline.collapsed tbody th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, 
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
	cursor: default;
}

table.dataTable.data.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.data.dtr-inline.collapsed tbody th:first-child:before {
	top: 2px;
	left: 4px;
	height: 10px;
	width: 10px;
	display: block;
	position: absolute;
	color: white;
	border: 2px solid white;
	border-radius: 10px;
	text-align: center;
	line-height: 8px;
	box-shadow: 0 0 3px #444;
	box-sizing: content-box;
	content: '+';
	background-color: #31b131;
}

table.dataTable.data tr.child ul li {
	padding: 0.1em 0;
}

table.dataTable.data.dtr-inline.collapsed tbody tr.child td:before {
	display: none;
}

.table-hover.dataTable.data > tbody > tr.child:hover > td,
.table-hover.dataTable.data > tbody > tr.child:hover > th,
.table-hover.dataTable > tbody > tr.child:hover > td,
.table-hover.dataTable > tbody > tr.child:hover > th {
	background: transparent !important;
}

.table-hover.dataTable.data > tbody > tr:hover,
.table-hover.dataTable > tbody > tr:hover {
	background-color: #eceeef;
}

/* END Responsive plugin */

/* END DataTables */

.dataTables_length {
    display: none !important;
}

.dataTables_info {
    margin-bottom: 2em;
}
/*Panel Styling*/
.panel.panel-closed .panel-heading {
    border-bottom: none;
}

.panel.invoice-panel .panel-heading {
    /*cursor: pointer;*/
}

.inovice-panel .has-feeback .form-control {
    
}

.has-feedback .controls {
    position: relative;
}

.panel.invoice-panel .panel-heading:hover {
    /*background-color: rgba(0, 0, 0, 0.14);*/
}

.validation-message {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 600;
    display: none;
}

.form-group.qci-invalid input {
    border-color: #D55754;
}

.btn-file.qci-invalid .btn-fake {
    border-color: #D55754;
    color: #D55754;
}

.btn-file.qci-invalid .btn-close {
    border-color: #D55754;
    color: #D55754;
}

.validation-message.qci-invalid {
    display: block;
    color: #D55754;
}

.well.file-well.qci-invalid {
    border-color: #D55754;
    color: #D55754;
}

.well.file-well.qci-invalid .file-message span {
    border-color: #D55754;
    color: #D55754;
}

.form-group.qci-invalid .select2-container .select2-choice{
    border-color: #D55754;
}

.well-product.qci-invalid {
    border-color: #D55754;
}
.well-product.qci-invalid button.close {
    color: #FF0600;
}
.btn.loader {
    padding-right: 4px;
}

.btn.loader span.spinner {
    position: relative;
    width: 16px;
    margin: 3px;
    padding-left: 16px;
}
}

.panel-heading span.glyphicon-chevron-up {
    float: left;
    margin-right: 10px;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    margin-top: 2px;
}

.panel-heading button.close {
    font-size: 33px;
    width: 33px;
    height: 38px;
    margin-top: -9px;
    margin-right: -14px;
}

.panel.panel-closed .panel-heading span.glyphicon-chevron-up {
    -webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
    -moz-transform: rotate(180deg);        /* FF */
    -o-transform: rotate(180deg);          /* Opera */
    -ms-transform: rotate(180deg);         /* IE9 */
    transform: rotate(180deg);  
}

.well-product {
    background-color: rgb(246, 251, 252);
    padding: 14px;
}

.well-product button.close {
    font-size: 33px;
    height: 33px;
    width: 33px;
    overflow: hidden;
    z-index: 900;
    position: absolute;
    right: -2px;
    top: -2px;
}

a.add-claim {
    color: #35A8BE;
    font-size: 18px;
    float: right;
    position: absolute;
    right: 9px;
    top: 29px;
}


a.add-invoice {
    padding-bottom: 20px;
    color: #35A8BE;
    font-size: 18px;
    float: left;
}

@media (max-width: 560px) {
    a.add-claim {
        float: none;
        position: relative;
        top: 3px;
        left: 0px;
    }
}

@media (max-width: 992px) {
    .row-right {
        margin-right: 0px;
    }

    .row-left {
        margin-left: 0px;
    }
}

@media (min-width: 992px) {
    .row-right {
        margin-right: -10px;
    }

    .row-left {
        margin-left: -10px;
    }
}

/*File Drag and Drop styling*/
.well.file-well {
    margin-top: 20px;
    background-color: white;
    border: 1px solid #ccc;
    height: 142px;
    overflow-y: auto;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.curtain {
    display: none;
}

html.state-over .curtain {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 900;
    opacity: .35;
    display: block;
}


html.state-over .well.file-well {
    position: relative;
    border-color: #428BCA;
    border-width: 4px;
    z-index: 950;
}

.well.file-well .file-message {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 951;
    display: none;
}


.well.file-well .file-message span {
    width: 300px;
    height: 50px;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 43%;
    margin: -70px 0 0 -111px;
    text-align: center;
    font-size: 22px;
    color: #4288CA;
    font-weight: 500;
}

.well.file-well .file-message span div {
    padding-top: 4px;
    font-size: 32px;
}

.well.file-well.empty .file-message {
    display: block;
}

html.state-over .well.file-well .file-message {
    background-color: rgba(255, 255, 255, 0.64);;
    display: block; 
}



.instructions {
    font-size: 15px;
    font-weight: 500;
    color: #5E5E5E;
}

.instructions a {
    font-weight: bold;
    color: #4288CA;
}

.btn-file{
    margin-top: 10px;
    margin-right: 10px;
}

.btn-file .name{
    max-width: 125px;
    padding-right: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-file .btn-close {
    font-size: 21px;
    font-weight: 600;
    line-height: .98;
}

.btn-fake {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    box-sizing: border-box;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    float: left;
        cursor: default;
}

.btn-fake:hover {
    border-color: #bbb;
    background-color: initial;
    color: initial;
}

