body {
    padding-top: 50px
}
body>.navbar {
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in
}
@media (min-width: 768px) {
    body>.navbar-transparent {
        background-color: transparent
    }
    body>.navbar-transparent .navbar-nav>.open>a {
        background-color: transparent!important
    }
}
#home {
    padding-top: 0
}
#home .navbar-brand {
    padding: 13.5px 15px 12.5px
}
#home .navbar-brand>img {
    display: inline;
    margin: 0 10px;
    height: 100%
}
#banner {
    min-height: 300px;
    border-bottom: none
}
.table-of-contents {
    margin-top: 1em
}
.page-header h1 {
    font-size: 3em
}
.page-header-neg {
	margin-top: -20px !important;	
}
.page-header h4 a {
    float: right;
    margin-left: 10px;	
	cursor: pointer;
	font-size: 16px;
	line-height: 17px;
	margin-top: 6px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;		
}
.page-header h4 .spaced {
	margin-right: 20px;
}
.page-header h4 select {
    float: right;
}
.page-header h4 input {
    float: right;
	font-size: 16px;
	line-height: 16px;
	margin-top: 6px;
}
.page-header h4 input:focus {
	outline: 0;
}
.bs-docs-section {
    margin-top: 0em
}
.bs-docs-section h1 {
    padding-top: 0px
}
.bs-component {
    position: relative
}
.bs-component legend i {
    margin-right: 10px;	
}
.navbar-nav li i {
    margin-right: 5px;	
}
.bs-component table .ops {
    text-align: right;
}
.bs-component table .ops i {
    margin-right: 8px;	
	cursor: pointer;
}
.bs-component table .imgs img {
    height: 50px;
	margin-right: 5px;
}
.bs-component table .right {
    text-align: right;
}
.bs-component table .left {
    text-align: left;
}
.bs-component table .warning {
	color: orange;
}
.bs-component table select, .bs-component table input {
	text-align: left; 
	font-size: 13px;
    width: 100%;	
	padding: 10px 10px;
	line-height: 16px;
}
.bs-component th i {
    //margin-left: 5px;	
	cursor: pointer;
	color: #2196f3;
}
.bs-component table input[type=datetime-local], .bs-component table input[type=date] {
	border: 0px;
	padding: 8px 10px 7px 10px;
	border-bottom: 1px solid #dddddd;
}
.bs-component table input[type=checkbox] {
	width: 16px;	
	margin-right: 8px;
	padding: 0px;
}
.bs-component .modal {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: block;	
}
.bs-component .modal-dialog {
    width: 90%
}
.bs-component .popover {
    position: relative;
    display: none;		/* hack, inline-block volt, text-angular miatt */
    width: 220px;
    margin: 20px;
}
#source-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    font-weight: 700
}
.nav-tabs {
    margin-bottom: 15px
}
td .progress {
	margin-top: 9px;
}
.progress {
    margin-bottom: 10px
}
footer {
    margin: 5em 0
}
footer li {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}
footer p {
    clear: left;
    margin-bottom: 0
}
.splash {
    padding: 9em 0 2em;
    background-color: #141d27;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center
}
.splash .logo {
    width: 160px
}
.splash h1 {
    font-size: 3em
}
.splash #social {
    margin: 2em 0
}
.splash .alert {
    margin: 2em 0
}
.gallery-item {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.form-group table {
	margin-bottom: 0px;
}
.gallery-item img {
	height: 100px;
}
.gallery-item p {
	margin: 10px 0px 0px 0px;
	font-size: 1.0em;
}
.gallery-item p i {
	margin-left: 10px;
	cursor: pointer;
}
.label i {
	margin-left: 10px;
	cursor: pointer;	
}
.tags-drop {
	position: absolute;	
	z-index: 10000;
}
.tags-drop ul {
	list-style-type: none;
	background: white;
	border: 1px solid #eee;		
	margin: 0px;
	padding: 0px 0px;
}
.tags-drop ul .selected {
	background: #eee;
}
.tags-drop ul li {
	padding: 3px 20px;
	cursor: pointer;
}
.tags-drop ul li:hover {
	background: #eee;
}
.logo {
	margin: 18px 20px 0px 0px;
	width: 46px;
	height: 30px;	
}
.panel-heading .ops {
    float: right;
	margin: -3px 0px 0px 8px;
	font-size: 14px;
}
.thInput {
	font-weight: normal !important;	
	text-align: left !important;		
	background-color: transparent !important;
	padding: 3px !important;
}
.small-legend {
	padding-top: 5px;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px !important;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right !important;
}
.noBorder {
	border: none !important;
}
.noMargin {
	margin: 0px !important;
}
.noMarginTop {
	margin-top: 0px;
}
.noMarginBottom {
	margin-bottom: 0px;
}
.noPadding {
	padding: 0px !important;
}
.noPaddingTop {
	padding-top: 0px;
}
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}
.bigMargin {
	margin-top: 20px;
}
.spaced-table {
  border-collapse: separate; 
  border-spacing: 10px 10px;"	
}
.bigButton {
	padding: 15px !important;
	background-color: #2196f3;
	color: #fff;
	width: 50%;
	cursor: pointer;
}
.bigButton a {
	color: #fff;
}
.bigButton a:hover {
	color: #ddd;
}
.bigButton span {
	float: right;
}
.bigButton span .warning {
	color: orange;
}
.bigButton i {
	margin-right: 10px;
}
.bigButton span i {
	margin-right: 0px;
}
.width-10 {
	width: 10% !important;	
}
.width-15 {
	width: 15% !important;	
}
.width-20 {
	width: 20% !important;	
}
.width-30 {
	width: 30% !important;	
}
.width-35 {
	width: 35% !important;	
}
.width-40 {
	width: 40% !important;	
}
.width-50 {
	width: 50% !important;	
}
.width-60 {
	width: 60% !important;	
}
.width-70 {
	width: 70% !important;	
}
.width-80 {
	width: 80% !important;	
}
.width-90 {
	width: 90% !important;	
}
.width-100 {
	width: 100% !important;	
}
.color-primary {
	color: #2196f3;
}
.color-dark {
	color: #222;
}
.navbar-button {
	padding: 25px 20px 20px 0px;
	float: right;	
	color: #92dbfa !important;
	visibility: visible;
	display: block;
}
.mobile-only {
	display: none !important;	
}
.desktop-only {
	display: block !important;	
}
@media (max-width: 768px) {
	.mobile-only {
		display: block !important;
	}
	.desktop-only {
		display: none !important;
	}
}
.color-dimmed {
	color: #ddd !important;
}
.bg-primary {
	background-color: #2196f3;
}
.bg-error {
	background-color: #e51c23 !important;
}
.color-error {
	color: #e51c23 !important;
}
.onTop {
	z-index: 1000;
}
.clickable {
	cursor: pointer;
}
.noWrap {
  white-space: nowrap;
} 
.financeTable td {
	padding: 4px 8px !important;
}
.financeCell {
	cursor: pointer;	
	position: relative;
	width: 6%;
	border-left: 1px dotted #eee;
}
.financeFirstCell {
	white-space: nowrap;
	overflow: hidden;
}
.financeBody {
	border: none !important;
}
.financeTitleRow {
	background-color: #eee;
	border-bottom: 2px solid #dddddd;
}
.financeSumRow {
	background-color: #eee;
	border-bottom: 2px solid #dddddd;
	font-weight: bold;
}
.sampleCell {
	cursor: pointer;	
	position: relative;
	width: 4%;
	border-left: 1px dotted #eee;
	text-align: center;
}
.movedCell {
	background-color: #ffc999;
}
.movedColor {
	color: #ffc999;
}
.completedColor2 {
	color: #ff0000;
}
.completedColor1 {
	color: #ff9c00;
}
.measurementStatusColor0 {
	color: #aaa !important;
}
.measurementStatusColor1 {
	color: #ff0000 !important;	
}
.measurementStatusColor2 {
	color: #2196f3 !important;	
}
.unchecked {
	opacity: 0.3;
}
.floatRight {
	float: right;
}
.floatMenu {
	position: absolute;
	left: 0px;
	top: 30px;
	z-index: 1000;	
	width: 400px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.floatMenu table {
	border: 2px solid #666;
}
.floatMenu table td i {
	margin: 0px 5px 0px 5px; 
	cursor: pointer;
	color: #2196f3;
}
.printPage
{
	page-break-after: always;
	page-break-inside: avoid;
}
.printHead {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;	
}
.printBlock {	
	width: 100%;	
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}
.printBlock img {	
	height: 20px;
	vertical-align: bottom;	
}
.printTable {	
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #000;	
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}
.printTable td {	
	padding: 6px 8px;
	border-bottom: 1px solid #aaa;
}
.printTable th {	
	padding: 6px 8px;
	border-bottom: 2px solid #aaa;
	text-align: left;
}
.width50 {
	vertical-align: top;
	display: inline-block;
	width: 49.7%;
}
.form-group .label{	
	margin: 0px 5px 0px 0px;
}
.section-tout {
    padding: 4em 0 3em;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background-color: #eaf1f1
}
.section-tout .fa {
    margin-right: .5em
}
.section-tout p {
    margin-bottom: 3em
}
.section-preview {
    padding: 4em 0 4em
}
.section-preview .preview {
    margin-bottom: 4em;
    background-color: #eaf1f1
}
.section-preview .preview .image {
    position: relative
}
.section-preview .preview .image:before {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none
}
.section-preview .preview .options {
    padding: 1em 2em 2em;
    border: 1px solid rgba(0, 0, 0, .05);
    border-top: none;
    text-align: center
}
.section-preview .preview .options p {
    margin-bottom: 2em
}
.section-preview .dropdown-menu {
    text-align: left
}
.section-preview .lead {
    margin-bottom: 2em
}
@media (max-width: 767px) {
    .section-preview .image img {
        width: 100%
    }
}
.sponsor #carbonads {
    max-width: 240px;
    margin: 0 auto
}
.sponsor .carbon-text {
    display: block;
    margin-top: 1em;
    font-size: 12px
}
.sponsor .carbon-poweredby {
    float: right;
    margin-top: 1em;
    font-size: 10px
}
@media (max-width: 767px) {
    .splash {
        padding-top: 4em
    }
    .splash .logo {
        width: 100px
    }
    .splash h1 {
        font-size: 2em
    }
    #banner {
        margin-bottom: 2em;
        text-align: center
    }
	.logo {
		margin-left: 16px;
	}	
}
@media print {
	.no-print {
		display: none !important;
	}
}
.jqplot-yaxis {  
  width:75px !important;
}
