table{
	cursor: pointer;
}
table td{
	font-size: 10px;
}
a:active{
	color: darkblue;
}
.bordered{
	border: 1px solid gray;
}
.oval{
	border-radius: 1% / 5%;
}
.bold-text{
	font-weight: bold;
}
.not-bold-text{
	font-weight: normal;
}
.size-14{
	font-size: 14px;
}
.ra{
	text-align: right;
}
.ca{
	text-align: center;
}
.df{/*Delete Field*/
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 10px;
}
.df:hover{
	font-size: 12px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	border-radius: 5px / 5px;
}
.size-12{
	font-size: 12px;
}
.size-10{
	font-size: 10px;
}
.size-8{
	font-size: 8px;
}
.table-overflow{
	overflow: auto;
}
.overflow-y{
	overflow-y: auto;
}
.overflow-x{
	overflow-x: scroll;
}
.overflow-scroll{
	overflow-x: scroll;
}
.overflow-x-hidden{
	overflow-x: hidden;
}
.yhf-btn{
	margin: 1px;
	padding: 1px;
}
.left-align{
	text-align: left;
}
.right-align{
	text-align: right;
}
.center-align{
	text-align: center;
}
.row-3{
	width: 25%;
}
.row-4{
	width: 33.33%;
}
.row-5{
	width: 45%;
}
.row-6{
	width: 50%;
}
.row-8{
	width: 66.67%;
}
.color-blue{
	color: darkblue;
}
.color-green{
	color: green;
}
.color-dgreen{
	color: darkgreen;
}
.color-red{
	color: red;
}
.color-dred{
	color: darkred;
}
.color-gold{
	color: rgba(93, 0, 140, 1);
}
.color-black{
	color: black;
}
.color-white{
	color: white;
}
.color-gray{
	color: gray;
}
.bg-color-blue{
	background: rgba(13, 137, 225, 1);
}
.bg-color-total{
	background: rgba(50, 175, 250,1 );
}
.margin-bottom-2px{
	margin-bottom: 2px;
}
.margin-top-2px{
	margin-top: 2px;
}
.margin-0{
	margin: 0px;
	padding: 0px;
}
.clear-both{
	
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.error-message{
	color: red;
}
.navbar{
	display: inline-table;
}
.input-group-addon{
	cursor: pointer;
}
.input-group-addon:hover{
	background: rgba(13, 137, 225, .2);
}
.title-information{
	border-bottom: 2px double rgba(0, 0, 0, .3);
	background: rgba(179, 230, 255, 1);
	color: rgba(0, 85, 128, 1);
	margin-bottom: 5px;
	padding: 5px;
	border-radius: 5px / 5px;
}
.label-information{
	background: rgba(179, 230, 255, .7);
	color: rgba(0, 85, 128, 1);
}
.label-value{
	background: rgba(244, 158, 66, 1);
	color: rgba(0, 0, 0, 1);
}
.dialog-text{
	min-height: 150px;
	background: rgba(244, 158, 66, .6);
	padding: 10px;
	color: rgba(0, 0, 0, 1);
}
.top-group{
	border: .5px double rgba(25, 25, 25, .3);
	background: rgba(255, 255, 250, 1);
	border-radius: 20% 20% 0 0;
	-webkit-border-radius: 20% 20% 0 0;
	-moz-border-radius: 20% 20% 0 0;
	-o-border-radius: 20% 20% 0 0;
	padding: 1%;
}
.tab-panel-menu{
	list-style-type: none;
	padding: 2px;
	margin: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.tab-panel-menu li{
	display: inline;
	padding: 5px;
	padding-left: 0px;
}
.tab-panel-menu li a{
	color: rgba(125, 20, 20, 1);
	font-weight: bold;
}
.tab-active{
	font-weight: none;
	color: black;
}
.tab-page{
	display: none;
}
.inactive{
	display: none;
}
.filter-list{
	font-size: 12px;
}
.list{
	font-size: 12px;
	max-height: 680px;
	overflow: scroll;
}
.form-card{
	font-size: 12px;
	cursor: pointer;
	background: rgba(6, 155, 8, .05);
	padding: 5px;
}
.form-card select{
	cursor: pointer;
}
.form-card table thead, .list table thead{
	background: rgba(0, 0, 0, .1);
	color: black;
}
.detail-table{
	font-size: 12px;
	cursor: pointer;
	padding: 20px;
}
.form-card table tbody,  .list table tbody{
	background: rgba(255, 255, 255, .8);
}
.form-control{
	font-size: 12px;
}
.fk-field{
	background: darkblue;
	color: white;
	font-weight: bold;
}
.form-group{
	margin: 2px;
}
