﻿body {
	color: #555555;
}

.period-inline {display:inline-block;}
.period-inline .form-control-static,.period-inline .form-group{display:inline-block}
.period-inline .control-label,.period-inline .form-group{margin:0;vertical-align:middle}
.period-inline .form-control{display:inline-block;width:auto;vertical-align:middle}
.period-inline .input-group .form-control,.period-inline .input-group .input-group-addon,.period-inline .input-group .input-group-btn{width:auto}


.navbar-brand {
	padding: 2px 5px;
}

.nav > li > a {
	padding: 5px 15px;
}

.navbar
{
	min-height: 28px;
	margin-bottom: 4px;
}

.navbar-inverse 
{
	border: 0 solid;
}

.navbar-collapse {
	padding-left: 5px;
	padding-right: 20px;
}

.contact-box {
	border: 1px solid #ddd;
	padding: 30px;
	font-size: 20px;
	height: 220px;
	margin-bottom: 10px;
}


#navTitle
{
	background-color: #ff7300;
	margin-top: 10px;
	margin-bottom: 2px;
}

.input-group-unstyled .input-group-addon {
	border: 0;
	background-color: transparent;
}

.display-group .form-control {
	height: 32px;
	padding: 3px 8px;
}

.display-group .control-label {
	padding: 4px 8px;
}

.link-item {
	padding: 20px;
}

.link-item-a  {
	color: #555555;
}

.top-buttons {
	padding: 10px 15px 15px 15px;
	background-color: #eee;
	margin-bottom: 15px;
	min-height: 65px;
}

.well-sm {
	background: #ff7300;
	color: #fff;
	margin: 5px;
}

.parent-controls {
	margin-top: 5px;
}

table 
{
	color: #000000;
}

.table th 
{
	background-color: #ffe1b2;
}

.table-result 
{
   width: auto !important; /* disable bootstrap 100% width */
}

.table-selectable 
{
   background-color: white;
}

.table-selectable > tbody > tr > td
{
   vertical-align: middle;
}

.check-cell {
	width: 50px;
	text-align: center;
}

.form-horizontal .parent-controls .form-group { /* disable bootstrap margin */
	margin-left: 0;
	margin-right: 10px;
}

.form-control { /* correct bootstrap control padding */
	padding: 0 8px;
	height: 37px; /* lower control org=39px */
}

.form-table {
	width: 100%;
}

.table-responsive{
	border-color: #ffe1b2;
}

.form-table td {
	padding: 2px;
}

.btn {
	padding: 7px 12px; /* lower control org=8px 12px */
}

.btn-primary[disabled], .btn-primary[disabled]:hover {
	background-color: #888;
	border: 1px solid #666;
}

.lvl-badge {
	display:inline-block;
	padding:0 5px;
	font-size:12px;
	color:#fff;
	vertical-align:middle;
	background-color:#ff7300;
	margin-right: 5px;
}


.hdr-label  
{
	height: 37px;
	display: block;
	width: 300px;
	background-color: #ffe1b2;
	margin-right: 10px;
	padding: 8px 12px;
	font-weight: bold;
	float: left;
}

.bg-gray  
{
	background-color: #eee;
	border-color: #eee;
}

.btn-parent
{	
	width: 120px;
	border: 0 solid;
	margin: 3px 10px 3px 0;
}

.btn-detail
{	
	border: 0 solid;
	margin: 3px 10px 3px 0;
}

.btn-tab
{	
	height: 26px;
	border: 0 solid;
	padding: 0 8px;
}

.pl-15 {
	padding-left: 15px;
}

.pr-0 {
	padding-right: 0;
}

.pl-0 {
	padding-left: 0;
}

.ml-15 {
	margin-left: 15px;
}

.ml-5 {
	margin-left: 5px;
}

.table-result th 
{
	font-weight: normal;
	padding: 4px;
}

.table-result th a
{
	color: #555555;
	padding: 0 2px;
}

.table-small-font {
	font-size: 11px;
}

ainput[type=checkbox] {
	visibility: hidden;
}

.checkbox-div {
	width: 24px;
	margin: 7px 0;
	position: relative;
	display: inline-block;
}

.checkbox-div label {
	cursor: pointer;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.checkbox-div label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 18px;
	height: 8px;
	background: transparent;
	top: 6px;
	left: 2px;
	border: 4px solid #6f6f6f;
	border-top: none;
	border-right: none;

	transform: rotate(-45deg);
}

.checkbox-div label:hover {
	background-color: #eee;
}

.checkbox-div input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.modal-header, .modal-footer
{
	background-color: #ffe1b2;
}

.tab-hdr 
{
	margin: 10px 0px;
}

.control-label {
	font-weight: normal;
}

.form-container {
	padding: 10px;
}

.top-msg-warn {
	color: red;
}

.desc-row
{
	background-color: #fdc163; /*#fed99f;*/
}

.filter_field
{
	width: 96%;
	border: 0px solid #555555;
	padding: 2px;
}

.form-text {
	height: 39px;
	display: block;
	padding-top: 9px;
	white-space: nowrap;
}

.panel-body .form-group {
	margin-bottom: 4px;
}

.parent-long-field {
	width: 550px;
	border: 1px solid #bbbbbb;
	padding: 3px;
}

.parent-short-field {
	width: 150px;
	border: 1px solid #bbbbbb;
	padding: 3px;
}

.filter-field {
	width: 200px;
	border: 1px solid #ccc;
	padding: 3px;
}

.error-msg
{
	padding: 0px 10px;
	font-weight: bold;
	color: red;
	text-align: center;
}

.input-group .date-control
{
	width: 100px;
}

.custom-upload {
	position: relative;
	overflow: hidden;
	/*border: solid 1px gray;*/
	display: inline-block;
	vertical-align: top;
}

.custom-upload input.custom-upload-control {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.custom-upload-send {
	padding: 0px 0px 0px 12px;
	vertical-align: top;
}

.font-hdr {
	font-size: 15px;
	font-weight: 100;
}

.att-title {
	display: inline-block;
	padding: 8px;
}

.font-tab {
	font-size: 2rem;
	font-weight: 700;
}

.font-bold {
	font-weight: bold;
	color: black;
}

.alert-danger {
	background-color: red;
	border-color: red;
	color: #fff;
	font-weight: bold;
}

.box {
	display: inline-block;
	color: white;
	padding: 0 10px;
	border: 0 solid black;
}

.box.desc {
	padding: 3px 10px;
}

.box-8 {
	background-color: dimgrey;
}
.box-7 {
	background-color: green;
}
.box-6 {
	background-color: red;
}
.box-5 {
	background-color: orange;
}
.box-4 {
	background-color: gold;
}
.box-3 {
	background-color: purple;
}
.box-2 {
	background-color: limegreen;
}
.box-1 {
	background-color: green;
}

.box-lbl {
	width: 140px;
}

.select-css {
	display: inline-block;
	font-size: 16px;
	color: #444;
	line-height: 1.3;
	padding: .5em 1.4em .5em .4em;
	min-width: 500px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #ccc;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23888888%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:focus {
	border-color: #ff7300;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,115,0,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,115,0,.6);
}
.select-css option {
	font-weight:normal;
}
.select-css:disabled {
	background-color: #f4f4f4;
	background-image: none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #f4f4f4;
}

.details {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.table-details {
	background-color: #fff;
}

.dashboard {
	padding: 30px;
}

.dashboard .title {
	display: block;
	font-size: 3rem;	
	margin-bottom: 15px;
}

.tile {
	display: block;
	padding: 15px;
	color: white;
	font-size: 2rem;	
	margin-bottom: 30px;
	font-weight: bold;
}

a.tile:link, a.tile:visited, a.tile:hover, a.tile:active {
	color: white;
	text-decoration: none;
}

.tile-val {
	display: block;
	text-align: right;
	font-size: 6rem;	
	font-weight: bold;
}

.custombox-row {
	padding: 4px 8px;
}

.custombox {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custombox.block {
  display: block;
}

/* Hide the browser's default checkbox */
.custombox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

.checkmark.white {
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.custombox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a background */
.custombox input:checked ~ .checkmark {
  background-color: #ff7300;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custombox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custombox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media (min-width: 768px) {
	.content-tab {
		text-align: left;
		padding: 5px 20px;
	}

	.nav > li {
		border-right: 2px solid #fff;
	}

		.nav > li:first-of-type {
			border-left: 2px solid #fff;
		}

	.no-padding {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.content-tab {
		padding: 5px 10px;
		margin-right: auto;
		margin-left: auto;
	}

	.col-narrow {
		width: 50%;
	}

	.input-group-unstyled[class*="col-"]
	{
		padding-left: 15px;
	}

	.select-css {
		display: block;
		margin-left: 15px;
		margin-right: 15px;
		width: 90%;
	}
}

@media (min-width:992px) {
	.pl-0-gtsm {
		padding-left: 0;
	}
}

@media (max-width: 1199px) {
  .props-table-responsive {
	width: 1000px;
  }
}

@media (min-width: 1200px) {
  .props-table-responsive {
	width: 1200px;
  }
}