html, body
{
    height: 100%;
}
.background
{
	position: absolute;
top: 0;
margin: 0;
left: 0;
width: 100%;
height: 100%;
background: #ADD8E6; 
background-size: cover;
}
/*label
{
	font-size:10pt;
}*/

th
{
	vertical-align:middle !important;
}
#login_form_wrapper {
width: 400px;
height: 200px;
top: 50%;
left: 50%;
position: absolute;
margin-left: -200px;
margin-top: -100px;
}
.table-caption {
text-align: left;
font-size: 1.2em;
border: 1px solid #D4D4D4;
border-bottom: none;
display: inline-block;
padding: 5px 10px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background: #FDFDFD;
}
/* -- BREADCRUMBS -- */
.breadcrumb
{
  /* margin-top:60px !important;*/
}
/* -- //BREADCRUMBS -- */

/* -- TABLE --*/
/*.table
{
/*    border:1px solid #DDD;*/
 /*   -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.table-caption
{
	text-align:left;
	font-size:1.2em;
	border:1px solid #D4D4D4;
	border-bottom:none;
	display:inline-block;
	padding:5px 10px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	background:#FDFDFD;
}*/
.table thead
{
	border-radius:4px;
	background:#428bca;
	color:#FFF;
}
.table thead a
{
	color:#FFF;
}
/*
.table thead tr td:first-child input
{
	margin-top:0;
}*/
.table td, .table th
{
    text-align: left;
    vertical-align: middle;
}
td.field
{
    text-align: left;
}
td.field .thumbnail
{
    display:inline;
}
.sort_asc
{
    background-image: url('/public/admin/js/tablesorter/asc.gif');
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
.sort_desc
{
    background-image: url('/public/admin/js/tablesorter/desc.gif');
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
/* -- //TABLE --*/
.module_controls
{
    padding-top: 10px;
    margin-bottom: 10px;
}
.hidden_actions
{
    display:none;
}
.results > .span12
{
    height:54px;
}
.results .alert
{
    margin-bottom: 0px;
    text-align: center;
}
#ui-datepicker-div
{
    z-index:99999 !important;
}
.thumbnail
{
    background: #FFF;
}
.dragged
{
    background: #EDFBFF;
}
#wrapper
{
    min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto;
}
#footer
{
    height:50px;
    width:100%;
    background:#000;
    height: 4em;
    -webkit-box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.25),  0 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.25),  0 1px 0 rgba(0, 0, 0, 0.1);
}
.navbar-bottom .navbar-inner
{
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  border:none;
  background-color: #000 !important;
  background-image: -moz-linear-gradient(top, #333333, #222222) !important;
  background-image: -ms-linear-gradient(top, #333333, #222222) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222)) !important;
  background-image: -webkit-linear-gradient(top, #333333, #222222) !important;
  background-image: -o-linear-gradient(top, #333333, #222222) !important;
  background-image: linear-gradient(top, #333333, #222222) !important;
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0) !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.copyright
{
  display: block;
  float: right;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #999999;
}
.copyright:hover
{
  text-decoration: none;
  color:#333333
}
.copyright sup
{
    font-size:0.6em;
}
.well-large
{
    margin-top: 90px;
}
/* -- SUBNAV --*/
.subnav {
  width: 100%;
  height: 36px;
  background-color: #eeeeee; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.subnav .nav {
  margin-bottom: 0;
}
.subnav .nav > li > a {
  margin: 0;
  padding-top:    11px;
  padding-bottom: 11px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
  .subnav-fixed {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
    border-color: #d5d5d5;
    border-width: 0 0 1px; /* drop the border on the fixed edges */
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
       -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
            box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
  }
  .subnav-fixed .nav {
    width: 938px;
    margin: 0 auto;
    padding: 0 1px;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}
.subnav
{
    margin-top:5px;
}
.input-xsmall
{
    width:20px;
}
.thumbnails
{
	list-style:none;
}
.module
{
    width:100px;
    height:100px;
	float:left;
}
.module .thumbnail
{
    width:50px;
    height:50px;
    margin:0 auto;
}
.module .module_img
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width:100px;
    height:40px;
    margin-bottom:10px;
}
.module .caption
{
    text-align: center;
    padding:0px;
    margin-top:10px;
}
#empty-search{
color:#999999;
font-size:1.2em;
position:absolute;
left:-10000px;
margin-left:-100px;
width:200px;
bottom:0px;
height:100px;
z-index:9999;
opacity:0;
}
.pagination
{
	margin-top:0px;
	margin-bottom:40px;
}
#content-table
{
	margin-bottom:40px;
}
.table td
{
	background:#FFF;
	border:none;
}
#move_viewport
{
	overflow:auto;
}
#scroll_top_trigger
{
	display:none;
	position:fixed;
	left:0;
	width:10%;
	top:90%;
	color:#08C;
	font-weight:bold;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:1em;
}
#scroll_top_trigger:hover
{
	background:red;
	text-decoration:underline;
	cursor:pointer;
}
.tab-content > .active, .pill-content > .active {
padding-top:20px;
}
.table thead > tr > th {
vertical-align: bottom;
border-bottom: none;
}
table td
{
	font-size:10pt;
}
.uploadify
{
	margin-bottom:40px;
}
.crop-btn
{
	margin-top:0.8em;
	margin-bottom:0.8em;
}
.current_image
{
	margin-bottom:0.8em;
}
.dataTables_length
{
	display:none !important;
}