/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/*
 * Dölj alternativ header på startsida
 * ======================================================== */
.home #brxe-oaxcuo {
	display: none;
}

/*
 * Misc
 * ======================================================== */
.highlight {
	color: var(--primary) !important;
}


/*
 * Policysidor
 * ======================================================== */
#cmplz-document p, .editor-styles-wrapper .cmplz-unlinked-mode p, #cmplz-document li, .editor-styles-wrapper .cmplz-unlinked-mode li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode td {
  font-size: 18px;
}



/*
 * Navigation (Tvinga pilar ut i högerkant på dropdown)
 * ======================================================== */
.brx-submenu-toggle {
	display: flex;
	justify-content: space-between;
    align-items: stretch;
}


/*
 * Tabeller
 * ======================================================== */
/*
table a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration:none;
}

table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}

table tr:first-child th:first-child {}
table tr:first-child th:last-child {}

table tr:last-child td:first-child {}
table tr:last-child td:last-child {}
*/

table a:link {
	font-weight: bold;
	text-decoration: none; 
}

table {
	background:#eaebec;
}

table th {
	padding: 2rem 2.5rem 2rem 2.5rem;
	/*
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	*/
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

table th:first-child {
	text-align: left;
	padding-left: 2rem;
}

table tr {
	text-align: center;
	padding-left: 2rem;
}

table td:first-child {
	text-align: left;
	padding-left: 2rem;
	border-left: 0;
}

table td {
	/*
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	*/
	padding: 1.4rem;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

table tr:last-child td {
	border-bottom: 0;
}

table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}