﻿/*@primary:#008cd2;*/
/*************BLUE THEME*************/
/*************LIGHT BLUE THEME*************/
/*@primary:#75C4D5;*/
/*************SKY BLUE THEME*************/
/*@primary:#87CEEB;*/
/*************YELLOW THEME*************/
/*@primary:#FFCC00;*/
/*************RED THEME*************/
/*@primary:#ff0000;*/
/*************BROWN THEME*************/
/*@primary:#A52A2A;*/
/*************BRONZE THEME*************/
/*@primary:#CD7F32;*/
/*************COPPER THEME*************/
/*@primary:#B87333;*/
/*************CHOCOLATE THEME*************/
/*@primary:#7B3F00;*/
/*************MAROON THEME*************/
/*@primary:#800000;*/
/*************LIGHT PLUM THEME*************/
/*@primary:#B35D80;*/
/*************PLUM THEME*************/
/*@primary:#DDA0DD;*/
/*************BREAK RED THEME*************/
/*@primary:#E55645;*/
/*************GREEN THEME*************/
/*@primary:#3BCC1A;*/
/************PEAR THEME*************/
/*@primary:#D1E231;*/
/************* MAGENTA THEME*************/
/*@primary:#C400D9;*/
/************* COFFEE THEME*************/
/*@primary:#492915;*/
/************* Orange THEME*************/
/*@primary:#ff8800;*/
/************* PEACHPUFF THEME*************/
/*@primary:#FFDAB9;*/
/************* TEAL THEME*************/
/*@primary:#017781;*/
/************* LIGHT TEAL THEME*************/
/*@primary:#49BDAA;*/
/************* GREY THEME*************/
/*@primary:#565656;*/
/************* LIGHT GREY THEME*************/
/*@primary:#CCCCCC;*/
/************* LIME THEME*************/
/*@primary:#A2B317;*/
/************* PINK THEME*************/
/*@primary:#EA66A2;*/
/************* PURPLE THEME*************/
/*@primary:#C464EC;*/
/*PANNEL COLORS */
.lightblue-bg {
  background-color: #e7f7ff;
}
.panel-gradient {
  background: #0063be;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0063be 0%, rgba(0, 99, 190, 0.8) 50%, #0063be 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0063be), color-stop(50%, rgba(0, 99, 190, 0.8)), color-stop(100%, #0063be));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0063be 0%, rgba(0, 99, 190, 0.8) 50%, #0063be 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0063be 0%, rgba(0, 99, 190, 0.8) 50%, #0063be 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0063be 0%, rgba(0, 99, 190, 0.8) 50%, #0063be 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0063be 0%, rgba(0, 99, 190, 0.8) 50%, #0063be 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0063be, endColorstr=#0063be, GradientType=0);
  /* IE6-9 */
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #cdf4cd 0%, #86d286 100%);
  background-image: linear-gradient(to bottom, #cdf4cd 0%, #86d286 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDF4CD ', endColorstr='#86D286 ', GradientType=0);
  background-repeat: repeat-x;
  border-color: #489F48;
  color: #000;
}
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;
  float: left;
}
div.dataTables_paginate {
  float: right;
  margin-top: 10px;
}
div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
table.dataTable,
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
}
table.dataTable {
  clear: both;
  /*margin-top: 6px !important;*/
  margin-bottom: 6px !important;
  max-width: none !important;
}
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 {
  cursor: pointer;
}
table.dataTable thead .sorting {
  background: url("/Content/Datatable/images/sort_both.png") no-repeat scroll right center #0063be;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  vertical-align: middle;
}
table.dataTable thead .sorting_asc {
  background: url("/Content/Datatable/images/sort_asc.png") no-repeat scroll right center #0063be;
  color: #fff;
  vertical-align: middle;
  font-size: 12px;
}
table.dataTable thead .sorting_desc {
  background: url("/Content/Datatable/images/sort_desc.png") no-repeat scroll right center #0063be;
  color: #fff;
  vertical-align: middle;
  font-size: 12px;
}
table.dataTable thead .sorting_asc_disabled {
  background: url("/Content/Datatable/images/sort_asc_disabled.png") no-repeat scroll right center #0063be;
  color: #fff;
  vertical-align: middle;
  font-size: 12px;
}
table.dataTable thead .sorting_disabled {
  background-color: #0063be;
}
table.dataTable thead .sorting_desc_disabled {
  background: url("/Content/Datatable/images/sort_desc_disabled.png") no-repeat scroll right center #0063be;
  color: #fff;
  vertical-align: middle;
  font-size: 12px;
}
table.dataTable thead > tr > th {
  padding-left: 18px;
  padding-right: 18px;
}
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-top: 0 !important;
  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 {
  margin-top: 0 !important;
  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 tbody tr.active a {
  color: white;
}
.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;
}
div.DTTT_collection_background {
  z-index: 2002;
}
/* 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;
  margin-bottom: 0;
}
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;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > ul li {
  display: inline;
}
.pagination > ul li > a,
.pagination > ul li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #0063be;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > ul li:first-child > a,
.pagination > ul li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > ul li:last-child > a,
.pagination > ul li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > ul li > a:hover,
.pagination > ul li > span:hover,
.pagination > ul li > a:focus,
.pagination > ul li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > ul .active > a,
.pagination > ul .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0063be;
  border-color: #0063be;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/*# sourceMappingURL=dataTables.bootstrap.css.map */