/* CSS Document */

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
}

#main {
position: relative;
overflow: hidden;
margin: 0 0 0 200px;
min-height: 700px;
padding: 20px 10px;
}

#header-logo {
margin:10px 0;	
}

/* Wrapper for page content to push down footer */
#content {
position:relative;	
min-height: 100%;
height: 100%;
height: auto !important;
/* Negative indent footer by its height */
margin: 0 auto -60px;
/* Pad bottom by footer height and top by navbar height */
padding: 80px 0 100px 0;
overflow:hidden;
}

/* Set the fixed height of the footer here */
#footer {
position:relative;	
height: 60px;
background-color: #4e5d6c;
z-index:10;
}

.panel-login {
max-width: 400px; 
margin: 0 auto;
}

.loading, .notyloading {
position:absolute;
z-index:9999;
min-height:20px;
min-width:20px;
padding:15px 15px 15px 45px;	
background-image:url("../images/ajax-loader.gif");
background-repeat:no-repeat;
background-position:center left 5px;
box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
}
.notyloading {
position:relative;
display:block;
box-shadow: none;
}
.realtime {
position:absolute;
z-index:999;
min-height:20px;
min-width:200px;
padding:15px 15px 0px 15px;	
box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
}
.realtime .status {
display:block;	
padding:5px 0px;	
}

.leave {
display:none;	
visibility:hidden;	
}

.dropdown-menu {
background-color: #758494;	
}

.form-horizontal .has-feedback .form-control-feedback {
position: absolute;
top: 2px;
left: -15px;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
}
.has-feedback .input-group .form-control-feedback {
right: -12px;	
}

.has-success .form-control-feedback {
color: #468847;
}
.has-error .form-control-feedback {
color: #b94a48;
}

.editable-popup .popover-content {
padding:10px 20px;	
}

.editableform .editable-input .input-sm {
width:250px;	
}

span.editable-click {
cursor:cell;	
}

.form-group-hp {
  display: none;
}

/* Bootstrap extend CSS
-------------------------------------------------- */

.blockquote-reverse, blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eee;
border-left: 0;
text-align: right;
}

/* Bootstrap mod CSS
-------------------------------------------------- */

.navbar {
font-size: inherit;
font-weight:500;
}

.navbar .navbar-nav {
margin-top:22px;
}

.navbar .navbar-toggle {
margin-top: 22px;
}

.container > .navbar-header {
margin-right:20px;	
}

#content > .container {
padding: 30px 15px 0;
}

#footer > .container {
padding-left: 15px;
padding-right: 15px;
}

.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
}

.jumbotron.inline h1 {
display:inline-block;
}

.jumbotron.inline p {
margin-left:20px;	
display:inline;
}

.container-full {
position:relative;
width:100%;
float:left;
}

.container-full > .row {
margin-right: 0px;
min-height:100%;
}

.modal-footer {
margin-top:0px;
}

.dataTables_wrapper .dataTables_info {
margin-top:25px;
font-size:12px;	
}

table.table thead .sorting, table.table thead .sorting_asc, table.table thead .sorting_desc {
cursor: url('../js/lib/datatables/media/images/sort_both.png'), auto;	
}

table.table thead .sorting {
background: url('../js/lib/datatables/media/images/sort_both.png') no-repeat center right;
}

table.table thead .sorting_asc {
background: url('../js/lib/datatables/media/images/sort_asc.png') no-repeat center right;
}

table.table thead .sorting_desc {
background: url('../js/lib/datatables/media/images/sort_desc.png') no-repeat center right;
}

table.table thead .sorting_asc_disabled {
background: url('../js/lib/datatables/media/images/sort_asc_disabled.png') no-repeat center right;
}

table.table thead .sorting_desc_disabled {
background: url('../js/lib/datatables/media/images/sort_desc_disabled.png') no-repeat center right;
}

/* Custom page CSS
-------------------------------------------------- */

.space-lg {
height:40px;
width:auto;
content:' ';
}
.space {
height:30px;
width:auto;
content:' ';
}
.space-sm {
height:20px;
width:auto;
content:' ';
}
.space-xs {
height:10px;
width:auto;
content:' ';
}

.spacer-sm {
margin-top:10px;
}
.spacer-md {
margin-top:30px;
}
.spacer-lg {
margin-top:50px;
}

.container .credit {
margin: 20px 0;
}

.modal-dialog.modal-dialog-login {
width:350px;
}

code {
font-size: 80%;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing h2 {
  text-align: center;
  font-weight: normal;
}
.marketing .feature h2 {
  text-align: left;
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* Statement
------------------------- */
.container.statement {
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
	padding-left: 0;
	padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 40px;
  }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 50px;
  }
}

@media print {
	#statementItems {
	width:500px;	
	}
	.container.statement {
	margin:0px;
	padding:0px;
	margin-top:-80px;	
	font-size:11px;	
	}
	a[href]:after {
    content: none;
  	}
	.col-xs-12, .col-xs-6, .col-xs-5 {
	padding-left:0px;
	padding-right:0px;	
	}
	.container.statement .well, .container.statement .row {
	margin-left:0px;
	margin-right:0px;	
	}
	.table-responsive {
	font-size:9px;	
	margin-bottom: 0px;
	overflow-x: visible;
	overflow-y: visible;
	border: 1px solid #ddd;
	}
	.table tbody tr {
	page-break-after: auto;
	}
}