/**
 * @version     4.2.1
 * @package     com_garafsqn
 * @copyright   2021 Glenn Arkell
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Glenn Arkell <glenn@glennarkell.com.au>
 */

tbody, td, tfoot, th, thead, tr {
    border: none !important;
}
th.border,
td.border,
td.border-normal {
	border: 1px solid #333 !important;
}

td.thickborder {
	border-bottom: 5px solid #333 !important;
}

.zoom {
	padding: 1px;
	transition: transform .2s;
	width: 100px;
	height: auto;
	margin: 0 auto;
}

.zoom:hover {
	padding-top: 50px;
    transform: scale(5.5);
}


/*
.other-filters{
    padding: 0 14px;
}

.icon-publish {
	color: #51a351;
}
.icon-unpublish,
.icon-trash {
	color: #bd362f;
}
.icon-minus {
	color: #cc4fc6;
}
.icon-archive {
	color: #227cd1;
}
.icon-edit {
	color: #eac42a;
}
.icon-operation:before {
	color: #444;
    content: ":";
}
.icon-eye {
	color: #227cd1;
}
*/
/*  A = star, S = magnify, D = calendar, F = life bouy, G = bigTick, H = triangle!, J = crossinCircle, K = minusInCircle, L = dustbin, : = spanner  */
/*  Q = download, W = music, E = question, R = upload, T = funnel, Y = check, I = bigCross, O = inbox, P = full-inbox, { = fastForward, } = fullBack, | = fastRewind */
/*  Z = 3dots, X = 4dots, C = calendar, V = play, B = star, N = openEnvelope, M = closedEnvelope, < = eye, > = tickSquare, ? = squareinsquare*/
/*  ~ = tilda, @ = hollowStar, # = padlock, $ = speachbubble, % = conversation, ^ = bigMinus, & = OutOfBox, * = plusInCircle, ( = undo, ) = newDoc, _ = key, + = penPaper*/

/*
.icon-email:before {
	color: #51a351;
    content: "N";
}
.icon-agreed:before {
	color: #51a351;
    content: "G";
}
.icon-notagreed:before {
	color: #bd362f;
    content: "I";
}
.icon-male:before {
	color: #4375d1;
    content: "\42";
}
.icon-female:before {
	color: #eb7cb9;
    content: "\42";
}
.icon-other:before {
	color: #000000;
    content: "\42";
}
.icon-addcomment:before {
	color: #444444;
    content: "$";
}


tr.row1 {
	background-color: #eceef8;
	color: #5b6ba9;
}
tr.row1 a {
	color: #5b6ba9;
}


.crew-profile {
	width: 100%;
}
.cf-details {
	width: 80%;
	display: table;
	float: left;
}
.cf-labels {
	width: 10%;
	float: left;
}
.cf-content2 {
	width: 30%;
	float: left;
}
.cf-content3 {
	width: 20%;
	float: left;
}
.cf-image {
	width: 18%;
	float: right;
	margin: 5px 10px;
}

.tooltip {
	color: #808ec5;
}

.fltrecord {
	color: #333;
	font-weight: bold;
}

div.modal-header h3 {
	color:#3c4d91;
}

span.highlight {
	background-color: transparent !important;
}

a.pagenav {
	color: #3268bb;
}
a.pagenav:hover {
	color: #7f99e8;
}

.table .table {
	background-color: transparent !important;
}

table.border-cal {
	border-collapse: inherit !important;
}

figure.center {
	margin: 0 auto;
}

.header-bg {
	background-color: #90b0de;
}
h2.low-profile {
	margin: 5px 0;
	line-height: 24px;
	color: #0b0b99;
}

p.large a,
p.large a:hover {
	font-size: 170% !important;
	line-height: 36px;
	text-decoration: none;
}
.credit {
	font-size: 85%;
	font-style: italic;
	color: #bd362f;
}

.pull-right {
	float: right;
}
*/
