h1, h1.text-success{
	color: #000 !important;
	border-bottom: 2px solid #000;
	width: 100%;
	line-height: 50px;
	margin-bottom: 50px;
}


h4{
	color: #000 !important;
	border-bottom: 2px solid orange;
	width: 30%;
}

.border{
	border: 1px solid #000 !important;
}

.front-view{
	overflow: hidden;
}

.card-body{ 
	min-width: 720px !important;
}

.top_panel{
	width: 60px;
	height: 15px;
	background: #005596;
	border: 1px solid #fff;
	float: left;
	color: #fff;
	padding: 5px;
	font-size: 9px;
	text-align: center;
}

.panel_container{
	
	position: absolute;
	left: 0;
	top: 0;
}

.panel:hover{
	opacity: 0.8;
}

.panel-group{
	float: left;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}


.panel-group-start, .panel-group-end, .panel-group-end-angle{
	float: left;
	width: 20px;
	overflow: hidden;
}


.panel-group-end-angle{
	margin-top: -30px;
	width: 20px;
	overflow: hidden;
}

.angle-output{
	position: absolute;
	color: #ff0000;	
}

.panel-group-title{
	width: 100%;
	height: 30px;
	font-size: 14px;
	text-align: center;
	margin-top: -10px; 
}

.panel{
	float: left;
	height: 350px;
	max-width: 100px;
}



.panel:hover{
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.6);
}

.panel_caption{
	position: relative; 
	padding: 5px;
	color: #000;
	margin-top: -20px;
	/*margin-top: 325px;*/ 
	width: 100%;
	text-align: center;
}

.calculation-table{
	width: 100%;
}


.calculation-table thead th{
	border: 0 !important;
}

tr.blue-bg td{
	background-color: #e9f0f7;
}

tr.blue-bg td:first-child{
	background-color: #fff;
	
}

.calculation-table td.value{
	background-color: #d9e2f3;
}

.calculation-table thead, .table thead{
	background-color: #fff;
	padding: 5px 0 5px 0;
	border:0px !important;
}

.calculation-table th{
	padding: 5px !important;
	border-bottom: 1px solid #000;
}
   
.table{
	font-size: .9em;
}

.table td{
	padding: 5px;
}

.calculation-table td{
	font-size: 1em;
	padding: 3px;
}


.lds-ring {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0,0,0,0.2);
  top: 0;
  left: 0;
  z-index: 999;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 151px;
  height: 151px;
  top: 40%;
  left: 45%;
  border: 10px solid #dfc;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #65c336 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.c_comments:hover{
	cursor: pointer;
	border: 1px solid #000;
}

a, body, p, span {
	font-size: .9em !important;
}
