
html {
	height: 100%;
}

body {
	/* Move down content because we have a fixed navbar that is 50px tall */
	padding-top: 50px;
	/* Set minimum height to 100%, this prevents automatic zoom on IOS-Safari
	 * which caused issues with modals.
	 */
	min-height:100%;
  	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
  margin-top: 10px;

  background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    padding: 10px;
    /*
    line-height: 1.42857;
    padding: 9.5px;
    word-break: break-all;
    word-wrap: break-word;*/
}
.nav-sidebar > li > a {
  padding-right: 0px;
  padding-left: 20px;
  color: #333;
}


.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover {
  color: #fff;
  background-color: #ed8e9e;
  border-radius: 6px;
}

.nav a > img {
	margin-right: 5px;
}

/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

/*
.btn-default {

	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
}

.btn-default:hover,.btn.btn-default:focus {
	background-image: linear-gradient(to bottom, #FFFFFF, #E0E0E0);
}
*/

.alert {
	margin-top: 20px;
}

.action-link {
	margin-left: 20px;
}

.info-msg img {
	float: left;
	margin-right: 10px;
}

.skip-border {
	border-style: none;
}

fieldset {
	margin-top: 10px;
}

.hidden-element {
	display: none;
}

.navbar-current-page {
	color: #bbb;
	margin-left: 15px;
	margin-top: 20px;
	font-size : 12px;
}

.navbar-user {
	color: #bbb;
	margin-left: 15px;
	padding-left: 15px;
	font-size : 12px;
	border-left: 1px solid #666;
	padding-top: 17px;
	padding-bottom: 16px;
}

.chart-select-ctrl {
	margin-top: 10px;
}

.list-select {
	max-height: 200px;
	overflow: auto;
	padding-top: 5px; /* fix partially hidden checkbox after interaction */
}

.multi-chart {
	/*margin-top: 10px;*/
	/*height: 500px;*/
}

#multiview-select {
	max-width: 300px;
}

.chart-container {
	background-color: #fcfcfc;
    border: 1px solid #dddddd;
    border-radius: 4px;
	margin-bottom: 10px;
	padding: 5px 5px;
	/*min-height: 10px;*/
}

#report-content {
//	margin: 10px 0 10px 0;
}

#report-content div {
//	margin-top: 10px;
}

#set_template {
	width: 35%;
	min-width: 180px;
	max-width: 350px;
}

#proj-summary td {
	font-size:14px;
	padding-right:5px;
	padding-leftt:5px;
}

#proj-descr {
	min-width: 200px;
	max-width: 500px;
	min-height: 100px;
	max-height: 300px;
}

td.editable span {
	padding-left: 0;
}

td.editable img {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	transition: opacity 0.25s ease-in-out;
   -moz-transition: opacity 0.25s ease-in-out;
   -webkit-transition: opacity 0.25s ease-in-out;
}

td.editable:hover img {
	opacity:1.0;
	filter:alpha(opacity=100);

}

.proj-photo {
	margin-left: 20px;
	padding: 5px;
}

.proj-photo form {
	margin-left: 20px;
}

.photo-frame {
	/*border: 1px solid #CCCCCC;*/
	border-radius: 4px;
	padding: 5px;
	margin-top: 5px;
}

.clear-floats {
	clear: both;
}

#device-upd-modal td {
	padding: 5px;
}

.mu-param-row {
	margin-top: 2px;
}

.mu-param-row.changed .mu-param-label {
	background: #f5e79e;
}

.mu-param-row.invalid .mu-param-label {
	background: #ed8e9e;
}

.mu-param-row .form-group {
	padding: 0;
	margin-top: -5px;
}

.mu-param-row .form-control {

}

.mu-param-row > div {
	padding: 5px;
	margin-right: 1px;
	margin-bottom: 7px;

}

.mu-param-row .clear-floats {
	margin: 0;
	padding: 0;
}

.mu-param-label {
	width: 120px;
	float: left;
	font-weight: bold;


}

.mu-param-is {
	width: 150px;
	float: left;


}

.mu-param-set {
	/*width: 200px;*/
	float: left;

}

.has-datetimepicker[readonly] {
	background-color: #fff;
    cursor: default;
}

.is-popover {
	display: inline-block;
}


.editable-buttons .editable-copy {
   margin-left: 7px;
}

.bootstrap-table {
	margin-bottom: 10px;
}

.bootstrap-table .dropdown-menu {
	min-width: 0px;
}

.input-xs {
    height: 22px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.required-asterisk {
    color: red;
    display: inline;
}

.module-with-description {
    display: flex;
    flex-direction: row;
}

.module-with-description-lhs {
    width: 70%;
}

.module-with-description-rhs {
    width: 30%;
    text-align: right;
}

.table-checkbox {
    margin-left: -12px;
}

.table-checkbox label {
    margin-left: 8px;
}

.no-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

