@charset "utf-8";
/* CSS Document */

/*** img styles 
********************************************/ 
.fr-view img.fr-bordered, img.fr-view.fr-bordered {
 border:1px solid #DDDDDD;
 padding:9px;
 background-color:#FFFFFF;
}


.fr-view img.fr-dii.fr-fir {
    float: right;
    margin: 5px 10px 10px 10px;
    max-width: calc(100% - 5px);
}
.fr-view img.fr-dii.fr-fil {
    float: left;
    margin: 5px 10px 10px 10px;
    max-width: calc(100% - 5px);
}



/*** Table Styles
*********************************************/


.class1 thead tr th, .class1 tbody tr td  {
	border: 1px solid #ddd;
  }
.class1 thead {
	background: #E6E6E6	
}
.class1 th, .class1 td {
	padding:2px 4px;
}
.class1 td a {
	color:#DD5E02;
}
.class1 tbody tr:nth-child(2n) {
  background: #eaeaea;
}
.hover-highlight:hover {
	background-color:#eaeaea;
}


/* No Border */ 
.class2 thead tr th, .class2 tbody tr td {
	border:0px;
}
.class2 thead {
	background: #E6E6E6	
}
.class2 th, .class2 td {
	padding:2px 4px;
}
.class2 td a {
	color:#DD5E02;
}
.class1 tbody tr:nth-child(2n) {
  background: #eaeaea;
}
.hover-highlight:hover {
	background-color:#eaeaea;
}


/*** Link Styles
*********************************************/

.linkbtn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
	background-color: #fc7a1c;
	color: #FFFFFF;
}
.linkbtn:hover {
	text-decoration: none;
	background-color: #F06805;
	color: #FFFFFF;
}


.fr-popup {
	z-index:2000 !important;
}
