/**
 * @version     5.0.2
 * @package     com_gavoting
 * @copyright   2019 Glenn Arkell
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Glenn Arkell <glenn@glennarkell.com.au>
 */

.center {
	  text-align: center;
}
.right {
    float: right;
}
    
.other-filters{
    padding: 0 14px;
}

.icon-publish {
	color: #51a351 !important;
}
.icon-unpublish,
.icon-trash {
	color: #bd362f !important;
}
.icon-minus {
	color: #cc4fc6 !important;
}
.icon-archive {
	color: #227cd1 !important;
}
.icon-edit {
	color: #eac42a !important;
}
.icon-operation:before {
	color: #444;
    content: ":";
}


/*  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*/
/* #2f7d32 green published color */

.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: "$";
}

.zoom {
	padding: 1px;
	transition: transform .2s; /* Animation */
	width: 100px;
	height: auto;
	margin: 0 auto;
}

.zoom:hover {
	transform: scale(5.5); /* 850% */
}

.tooltip {
	color: #808ec5;
}

div.modal-header h3 {
	color:#3c4d91;
}
span.spacerheader,
div.spacerheader,
div.spacerheader > label {
	width: 220px;
	font: italic small-caps bold 18px/30px Arial, sans-serif;
}
.chzn-container {
	margin-left: 0px;
}
