@charset "utf-8";
/* ================================================================== RESETS */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,figcaption,figure,
footer,header,hgroup,menu,nav,output,ruby,section,summary,
time,mark,audio,video {
	background:transparent;
	border:0;
	margin:0;
	padding:0;
	font:inherit;
	font-size:100%;
	vertical-align:baseline;
}
.checkbox-group{
 background-color: #f5f5f5;
 border: 1px #ccc solid;
 padding: 10px;
 border-radius: 2px;
}
/* ================================================================ BROWSERS */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
ol,ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input,select {
	vertical-align:middle;
}

/* ================================================================= CORNERS */
* {
	-webkit-border-radius:0;
		-moz-border-radius:0;
			border-radius:0;
}

/* =================================================================== FONTS */
@font-face {
	font-family: 'Myriad Pro Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
}
@font-face {
	font-family: 'Myriad Pro Condensed';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Condensed'), url('../fonts/MYRIADPRO-COND.woff') format('woff');
}
.btn{
	margin-top:1em;
	margin-bottom:2em;
}

/* ================================================================ BODY */
body,
html {
	height:100%;
	width:100%;
}
body {
	font-family: 'Myriad Pro Regular', sans-serif;
	/* background: #0d0f17 url('../images/background.jpg') no-repeat; */
	background-attachment:fixed !important;
}

/* =========================================================== BOOTSTRAP */
.fntg-body {
	background-color:rgba(255,255,255,0.5);
	border-bottom: 1px solid #bdbdbd;
}
.jumbotron {
	padding-top:18px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.jumbotron h1,
.jumbotron .h1 {
	float: left;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	background-color: #003263;
	padding: 8px 24px;
	margin-bottom: 15px;
	display:inline-block;
}
.header-bar {
	color:#fff;
	width:100%;
	height:auto;
	display:block;
	background-color: #003263;
	padding:10px;
	margin-bottom:15px;
	-webkit-border-radius:2px;
		-moz-border-radius:2px;
			border-radius:2px;
}
span.header-heading {
}
span.pull-right{
	font-size:13px;
	padding:2px 5px;
	cursor:pointer;
	text-transform:uppercase;
	background-color: #5b779b;
	-webkit-border-radius:2px;
		-moz-border-radius:2px;
			border-radius:2px;
	transition-duration: 0.5s;
}
span.pull-right:hover{
	color:#003263;
	background-color:#fff;
}
.modal-header {
	margin-bottom:15px;
}
.modal-title {
	font-size:24px;
	text-transform:uppercase;
	text-align:center;
	color:#003263;
}
.support-block {
	display:block;
	text-align:center;
	margin:0 0 15px 0;
}
a.support-btn {
	display:inline-block;
	cursor:pointer;
	font-size: 18px;
	color:rgb(209,236,213);
	background:rgba(6,147,0,1.0);
	padding: 7px 19px;
	border: 1px solid rgba(6,147,0,1.0);
	-webkit-border-radius:5px;
		-moz-border-radius:5px;
			border-radius:5px;
	transition-duration: 0.5s;
	box-shadow: -1px -1px 1px rgba(0,0,0,0.1);
}
a.support-btn:hover,
a.support-btn:active {
	color:rgba(6,147,0,1.0);
	background: rgb(209,236,213);
}
.modal-footer {
	padding: 0 15px 15px 15px !important;
	text-align: right;
	border-top: none !important;
}
.nav-tabs {
	border-bottom: 3px solid #fff !important;
}

/* ================================================================= NAV */
.navbar-collapse {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.navbar {
	border:none !important;
	box-sizing: border-box;
}
.navi_base {
	border-bottom: 1px solid #555 !important;
	background-color:#e3e3e3;
	height:auto;
}
.nav-top {
	width:100%;
	padding: 32px 0px;
}
.above-menu {
	padding-bottom:2em;
}
.tdoff {
	background-color:#CCC !important;
}
.navbar {
	height:auto !important;
}
nav ul{
	float:left;
	width:100%;
	text-align: right;
	background-color: #003263;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;}
nav ul li{
	display:inline-block;
	width:16.6%;
	float:left;
	position:relative;
	text-align: center;
}
nav ul li a{
	font-size:17px;
	color:#fff !important;
	text-align: center;
	position:relative;
	height:auto;
	display:inline-block;
	padding: 10px 30px !important;
	text-transform:uppercase;}
nav ul li a:hover {
	background-color:#03284d !important;
}
nav ul li .active,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color:#03284d !important;
}
.sub-menu{
	height:auto;
	width:200px;
	position:absolute;
	top:100%;
	left:27px;
	z-index: 99;
	padding-top:0px;
	border-top: 1px solid #5e7e9d;
	border-radius:0px;
	display:none;
}
.sub-menu li{
	height:auto;
	width: 228px;
	border-right:none;
}
.dropdown-menu {
	background-color:#052544;
}
.dropdown-menu > li {
	display:block;
	width:100%;
}
.dropdown-menu > li > a {
	font-size:16px !important;
	text-transform:none !important;
	text-align:left;
	text-wrap:normal;
}
.sub-menu li a {
	height:auto;
	width: 100%;
	color:#fefefe !important;
	background-image:none;
	font-size:16px !important;
	padding: 12px 10px !important;
	text-align: left;
	font-family:'GillSans-Regular' !important;
	text-transform:none !important;
	background:url('../images/white_dott.png') no-repeat top left #03284d;
	background-position: 10px 18px;
	padding-left: 30px;
}
.dropdown-menu > li:hover{
	 background-color:#003263 !important;
}
nav ul li:hover .sub_menu, nav ul li:hover .sub-menu{
	display:block;
}
.login-btn {
	float:right;
}
.nav-tabs > li > a {
	background-color: #d8d7d7;
}
.nav-tabs > li > a:hover {
	background-color: #e3e3e3;
}
.nav-tabs > li > a.fntg-tab {
	padding:6px 8px;
}
.tab-content {
	background-color:rgba(215,215,215,0.7);
	padding-top:15px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:15px;
}
/* ============================================================== TABLES */
.table-title {
	margin: 15px 0;
	font-size: 21px;
}
table.auto-status td,
table.status-fields td {
	padding-bottom:0 !important;
	padding-top:0 !important;
}
table.add-file td {
	padding:0 !important;
}
table.status-fields td,
table.auto-status td {
	background-color:#fff;
}
table.astatuses_subtbl td {
	background-color:transparent;
}
thead {
	background: #003263 !important;
	color:#fff !important;
}
.table-total {
	border-top: 3px solid #003263 ;
}
p.file-count {
	font-size: 18px !important;
}
.astatuses_subtbl td{
	padding-right:1em;
}
label.fntg-auto-label,
input.fntg-auto-checkbox,
input.fntg-auto-radio,
h4.fntg-auto-title {
	display:inline-block;
}
h4.fntg-h4 {
	margin:15px 0;
	display:block;
	clear:both;
}
h3.fntg-table-h3 {
	display:block;
	clear:both;
}
.fntg-overflow-tbody {
}
table.table.otherrecs-table {
    font-size: 90%;
}
td.ftng-info-cell {
	padding:1px !important;
}
table.table.fntg-info-table {
	table-layout: fixed;
	width: 100%;
}
th.table.fntg-info-thead {
	max-width:100% !important;
}
th.table.fntg-info-th {
	background: #003263 !important;
	color:#fff !important;
}
input.ftng-info-input {
	max-width:100%;
}
table.table.table-hover.small.table-sort.tablesorter {
	margin-bottom:0 !important;
}

/* =============================================================== FORMS */
.row {
	padding-bottom:15px;
}
label.fntg-status-label {
	text-align:left;
	padding-left:10px;
}
input.fntg-input.align-right {
	padding-right:10px;
	text-align:right;
}
#frm_files label {
	/*color:#D1DAE3;*/
	color:#fff;
}
label.fntg-status-label,
h4.fntg-h4,
select.form-control.fntg-select,
input.form-control.fntg-input {
	color:rgb(0,50,99);
}
#ptabs, #ptabs2 {
	/*margin-bottom:15px;*/
}
.fntg-label {
	/*color:#D1DAE3;*/
	color: #fff;
	line-height:35px;
	/*background-color:#003263;*/
	background-color: #5b779b;
	text-align:right;
	padding-right:10px;
	width:100%;
	/*-webkit-border-radius:2px;
		-moz-border-radius:2px;
			border-radius:2px;*/
			
	-webkit-bottom-left-radius:2px;
	-webkit-top-left-radius:2px;
	-moz-bottom-left-radius:2px;
	-moz-top-left-radius:2px;
	border-bottom-left-radius:2px;
	border-top-left-radius:2px;

}
.label-col {
	padding-right: 0 !important;
}
.input-col {
	padding-left: 0 !important;
}
.fntg-input,
.fntg-select {
	border: none !important;
	background-color:#fff !important;
	color:#003263 !important;
	/*-webkit-border-radius:2px;
		-moz-border-radius:2px;
			border-radius:02px*/
	height:35px;
	-webkit-bottom-right-radius:2px;
	-webkit-top-right-radius:2px;
	-moz-bottom-right-radius:2px;
	-moz-top-right-radius:2px;
	border-bottom-right-radius:2px;
	border-top-right-radius:2px;
}
fntg-select {
}
fntg-radio {
}
fntg-checkbox {
}
.fntg-tab {
	font-size:14px;
	letter-spacing:1px;
	border:none !important;
	color: rgb(0,50,99) !important;
	/*color:#337ab7 !important;*/
	text-transform:uppercase;
}
.fntg-btn {
	/*border: 1px solid rgba(255,255,255,1.0);*/
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	margin: 5px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
			transition: all 0.3s;
}
.fntg-btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
			transition: all 0.3s;
}
.fntg-btn:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.fntg-warn {
	max-width:370px;
	height: auto;
	float: left;
	clear:left;
	display: inline-block;
	margin: 5px 0 5px 10px;
  padding: 8px 20px;
	border-radius: 4px;
}
a.fntg-danger {
	font-family:fontawesome !important;
	content: "\f057" !important;
	cursor:pointer;
	text-decoration:none;
	display:block;
	text-align:center;
	color:#ac2925;
	background:#fff;
	padding: 7px 19px;
	border: 1px solid #ac2925;
	-webkit-border-radius:5px;
		-moz-border-radius:5px;
			border-radius:5px;
	box-shadow: -1px -1px 1px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
			transition: all 0.3s;
}
a.fntg-danger:hover,
a.fntg-danger:active {
	background:#ac2925;
	color:#fff;
}
.fntg-muted {
	font-size: 14px;
	color: #fff;
	background-color: #022344;
	text-transform: uppercase;
	padding: 8px 40px 8px 20px;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
	background: url('../images/btn_arrow.png') no-repeat center right 14px #003263;
}
.fntg-muted:hover,
.fntg-muted:active {
	color:#022344;
	background:#fff;
}
.fntg-login {
	font-size: 14px;
	color: #fff;
	background-color: #022344;
	text-transform: uppercase;
	padding: 8px 20px;
	width:166px;
	margin-bottom:15px;
	border: none !important;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
	box-shadow:none !important;
}
.fntg-login:hover,
.fntg-login:active {
	color:#022344;
	background:#fff;
}
.fntg-forgot {
	font-size: 14px;
	background-color:#eae9e9;
	text-transform: uppercase;
	text-decoration:none;
	padding: 8px 20px;
	margin-left:10px;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
}
.fntg-forgot:hover,
.fntg-forgot:active {
	text-decoration:underline;
	background-color: #fff;
}
.fntg-primary,
a.hideunhide {
	font-size: 14px;
	color:rgb(252,232,217);
	background:rgb(231,111,23);
	padding: 7px 19px;
	border: 1px solid rgb(231,111,23);
	-webkit-border-radius:5px;
		-moz-border-radius:5px;
			border-radius:5px;
	box-shadow: -1px -1px 1px rgba(0,0,0,0.1);
}
.fntg-primary:hover,
.fntg-primary:active,
a.hideunhide:hover,
a.hideunhide:active {
	color:rgb(231,111,23);
	background:rgb(252,232,217);
}
.fntg-success {
	font-size: 14px;
	color:rgb(209,236,213);
	background:rgba(6,147,0,1.0);
	padding: 7px 19px;
	border: 1px solid rgba(6,147,0,1.0);
	-webkit-border-radius:5px;
		-moz-border-radius:5px;
			border-radius:5px;
	box-shadow: -1px -1px 1px rgba(0,0,0,0.1);
}
.fntg-success:hover,
.fntg-success:active {
	color:rgba(6,147,0,1.0);
	background: rgb(209,236,213);
}

.fntg-danger {
	font-size: 14px;
	color:rgb(209,236,213);
	background:#B32D28;
	padding: 7px 19px;
	border: 1px solid #C90D0D;
	-webkit-border-radius:5px;
		-moz-border-radius:5px;
			border-radius:5px;
	box-shadow: -1px -1px 1px rgba(0,0,0,0.1);
}
.fntg-danger:hover,
.fntg-danger:active {
	color:#B32D28;
	background: rgb(209,236,213);
}

a.fntg-subtab {
	color:rgb(209,236,213);
	background:rgba(6,147,0,1.0);
	padding: 7px 12px;
	border: 1px solid rgba(6,147,0,1.0);
	-webkit-border-radius:5px;
		-moz-border-radius:5px;
			border-radius:5px;
	box-shadow: -1px -1px 1px rgba(0,0,0,0.1);
}
a.fntg-subtab:hover,
a.fntg-subtab:active {
	color:rgba(6,147,0,1.0);
	background: rgb(209,236,213);
}
a.fntg-subtab:hover,
a.fntg-muted:hover {
	text-decoration:none;
}
.ftng-button-group {
	margin-bottom:15px;
}
.panel-body p {
	font-size:14px;
	color:rgb(0,50,99);
}
.required {
	display:inline;
	font-size: 14px;
	color:rgb(231,111,23);
	background:rgb(252,232,217);
	padding: 7px 19px;
	border: 1px solid rgb(231,111,23);
	padding: 8px 20px;
	margin:5px 10px;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
	box-shadow:none !important;
}

/* ================================================================= FAQ */
.welcome {
	margin-top:10px;
	border-radius: 5px;
	background-color:rgba(255,255,255,0.5);
}
.welcome p {
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
}
.welcome h5,
.welcome .h5 {
	float: left;
	color: #fff;
	font-size: 18px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
	background-color: #003263;
	padding: 8px 24px;
	margin-bottom: 15px;
	width:100%;
}

.fntg-faq-heading {
	padding:5px 10px;
	background:rgb(0,50,99);
	color:rgb(232,236,241);
}
.panel {
	border:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}

/* =================================================== RADIO & CHECKBOX */
.radio, .checkbox {
	margin-bottom:5px !important;
	margin-top:5px !important;
}
input.fntg-status-checkbox,
input.tdswitch.fntg-checkbox {
	padding-left:5px;
	padding-right:5px;
}
input#eyword_exact_sw.fntg-checkbox-right[type=checkbox] + label:after {
	color:rgb(0,50,99);
	font-family:fontawesome !important;
	content: "\f096" !important;
	font-size:18px !important;
	display:inline-block;
	padding-right:13px;
}
input#eyword_exact_sw.fntg-checkbox-right[type=checkbox]:checked + label:after {
	color:rgb(0,50,99);
	font-family:fontawesome !important;
	content: "\f046" !important;
	font-size:18px !important;
	display:inline-block;
	padding-left:10px;
}

/* ================================================================ MISC */
#emtmpl_group select, #emtmpl_group label{font-size:80%;}
#emtmpl_group{padding-left:50px;}
.fll{float:left;}
.flr{float:right;clear: both;}
.wide {width:auto}
.sertr{cursor:pointer;clear: both;background-color:#fff;}

.trl{width:24px;height:24px;display: inline-block;margin-left:1.5em;}
.tr-cancelled{background-color:#fececc;}
.tr-cancelled-legend{background-color:#fececc;border: 1px solid #f00;}
.tr-closed{background-color:#ccc;}
.tr-closed-legend{background-color:#ccc;border: 1px solid #777;}
.tr-red{color:rgba(6,147,0,1.0);}
.tr-red-legend{color:rgba(6,147,0,1.0);display:inline-block; padding-left:24px}
.otherrtr{
	cursor:pointer;
}
.otherrtr td{
	padding:4px !important;
}

.tablesorter th {background-position:left center;padding-left:19px !important;}
.tablesorter th:hover{cursor:pointer;}
.tablesorter .header {background-image: url(/images/bg.png);background-repeat: no-repeat;}
.tablesorter .headerSortUp {background-image: url(/images/asc.png);background-repeat: no-repeat;}
.tablesorter .headerSortDown {background-image: url(/images/desc.png);background-repeat: no-repeat;}

.shortview{width:110px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.shortview:hover{overflow:visible;white-space:normal;width:auto;position:absolute;background-color:#FFF;margin-right:3em;msrgin-left:-5em;padding:0.5em;border:1px solid #ccc;}
.shortview:hover+div{margin-top:20px;}
#lendelbtn{margin:0 auto;}
.otherrecs-table-cont{max-height:12em;overflow-y:scroll;width: 40%;margin-bottom:3em;}
.bottomtableblock{width:40%;min-width:300px;margin:2em 0 2em 0;background: #C8C8C8;}
.tablescroll{max-width:100%;clear:both;}
.pada2em{padding:2em;}
.bggray{background-color:#ccc;}
.passres{width:60%;margin:0 auto;}
.marr2em{margin-right:2em !important;}
.marl1em{margin-left:1em !important;}
.marb1em{margin-bottom:1em !important;}
.ui-sortable-helper td{border:0 !important;}
.rowdisabled .fntg-label{background-color:#939393 !important;}
.rowdisabled input{background-color:#D7D5D5 !important;pointer-events:none;}
.btn-disabled {background-color:#939393 !important; pointer-events:none;border:1px solid rgb(117, 114, 112) !important;}
#sortable .fa-arrows-v{margin:7px 3px 0 7px;color:#7BA0D7;}
#sortable i, #sortable .fntg-label{cursor:move;}
#addfieldd .fa-plus-circle{font-size:4em;color:#069300;background-color:#FFF;border-radius:50%;line-height:.8em;}
#addfieldd .fa-times-circle{font-size:4em;color:#B32D28;background-color:#FFF;border-radius:50%;line-height:.8em;}
.clear{clear:both}
.mart1em{margin-top: 1em;}
td select{height: 1.75em;}
.list-parent-builder{}
.nodisplay{display:none !important;}

#searchcont{margin:1em;}
#frm_files_addrow{margin:0 0 3em 3em;display:block;}
.searchr .fa-times{float:left;margin:.5em;cursor:pointer;}
.searcheq{display:none;text-align:center;font-size: 2em;line-height: .9em;}

.fitfiletoheight{max-height:600px;overflow-y:scroll;}
.lh14p{line-height: 14px;}

.frmdtd .fntg-danger{padding:1px 6px;}
.frmdtd fa-times{cursor:pointer;}

.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display:block;
}
.dropdown-submenu>a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
	float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}
.footerend {
	height: auto;
	width: 100%;
	float: left;
	background-color: #858585;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footerend_main h4 {
	font-size: 12px;
	line-height:50px;
	color: #ececec;
}
.footerend_main h4 a {
	color: #ececec;
}
.footerend_main img {
	float: right;
}
ul#repddm.dropdown-menu {
	background-color: #fff;
}
ul#repddm.dropdown-menu > li > a:hover, ul#repddm.dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #5b779b;
}

.blogosrc{
    width: auto;
    height: 100px !important;
    max-height: 100px !important;
    margin-top: 5px;
}

.marl-l3{
    margin-left: 50px !important;
    font-size:90%;
}

.input-col{position: relative;}
a.set_left{position: absolute;right: 0;top: 0;bottom: 0;margin: auto;padding: 6px 15px;background: #05942a;color: #fff;font-size: 20px;    font-weight: 600;letter-spacing: 0.5px;border-radius: 0 4px 4px 0;text-decoration: none;vertical-align: middle; display: inline-block;}
a.set_left:after{content: "";background: url(../images/go-arrow.png) no-repeat center center;width: 20px;height: 20px;margin-left: 8px;display: inline-block;vertical-align: middle;margin-top: -5px;background-size: 100%;}

/* ========================================================== RESPONSIVE */
@media screen and (max-width: 767px) {
	input, .fntg-label {
		text-align:left;
		padding-left:10px;
	}
/*	table.table.fntg-info-table,
	table.table-hover.small.table-sort.tablesorter,
	table.table.boot-table {
		border: 0;
	}
	table thead .table.fntg-info-table {
		display: none;
	}
	table.table.fntg-info-table tr,
	table.table-hover.small.table-sort.tablesorter tr,
	table.table.boot-table tr {
		margin-bottom: 10px;
		display: block;
		border-bottom: 2px solid #ddd;
	}
	table.table.fntg-info-table td,
	table.table-hover.small.table-sort.tablesorter td,
	table.table.boot-table td {
		display: block;
		text-align: right;
		font-size: 13px;
		border-bottom: 1px dotted #ccc;
	}
	table.table.fntg-info-table td:last-child,
	table.table-hover.small.table-sort.tablesorter td:last-child,
	table.table.boot-table td:last-child {
		border-bottom: 0;
	}
	table.table.fntg-info-table td:before,
	table.table-hover.small.table-sort.tablesorter td:before,
	table.table.boot-table td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
}*/
