/**
*
* @package phpBB Extension - CSS Magic
* @copyright (c) 2018 martin - https://www.martins-play-ground.com & Sniper_E - https://www.sniper-e.net
* @license Proprietary/All rights reserved (martins-play-ground.com ownes these files and has the right to disable them)
*
*/
*/

/* General markup styles
------------------------ */
html, body {
	background: #B8CBD9;
}

body {
    padding-bottom: 12px;
}

hr {
	border: 1px solid #cccccc !important;
	background-color: #dde8f0 !important;
	margin-top: 4px;
}

/* General links 
------------------------ */
a:hover {
	color: #D31141;
}

a:active {
	color: #D31141;
}

/* Main blocks
------------------------ */
#wrap {
	background: #dde8f0;
    padding: 0 20px 5px;
	margin: 20px 10px 10px;
	border: 1px solid #B6CCDE;
	border-radius: 12px;
}

#page-header {
	background: rgba(0, 0, 0, 0) linear-gradient(#418BB5 0%, #98C1D9 50%, #418BB5 100%) repeat scroll 0 0;
	color: #dde8f0;
	padding: 20px 20px 10px 10px;
	margin: 0 -20px 15px;
	border-bottom: 1px solid #4991BA;
	border-radius: 12px 12px 0 0;
}

#page-header h1 {
	background:  url(../images/phpbb_logo.svg) top left no-repeat;
	color: #ffffff;
	padding: 10px 0 10px;
	margin-left: 10px;
	margin-bottom: -5px;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
	#page-header {
		overflow: inherit !important;
	}
	
    #page-header h1 {
        font-size: 1.40em !important;
		text-shadow: 1px 1px #777777;
    }
}

.rtl #page-header {
	text-align: right;
}

.rtl #page-header::after {
	text-align: right;
	background: url(../images/phpbb_logo.svg) top right no-repeat;
}

#page-header p a {
	color: #ffffff;
	padding: 0 2px 1px;
	font-weight: bold;
}

#page-header-sitename {
	float: right;
	color: #ffffff;
	padding: 0 2px 1px 0;
	margin: 9px 32px -9px;
	font-size: 1.1em;
	font-weight: bold;
}
 
/* Action Highlighting
---------------------------------------- */
.notice, .head-panel {
	background: rgba(0, 0, 0, 0) linear-gradient(#A0C6DB 0%, #62A5CC 6px, #62A5CC 100%) repeat scroll 0 0;
	border-radius: 7px;
}

#content {
    padding: 20px 10px 10px;
	background-color: #CADAE5;
    background: none;
    background-image: none;
}

/* Tabbed menu
------------------------ */
#tabs .tab > a {
	background: rgba(0, 0, 0, 0) linear-gradient(#ADC5D9 0%, #D5E1EB 100%) repeat scroll 0 0;
	border-color: #B6CCDE;
	color: #777777;
	margin: 1px 0 2px 4px;
	padding: 6px 9px 5px;
}

#tabs .tab > a:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(#D1DDE5 0%, #ADC5D9 100%) repeat scroll 0 0;
	padding: 6px 9px 5px;
	border-color: #B6CCDE;
}

#tabs .activetab > a,
#tabs .activetab > a:hover {
	color: #105289;
	background: none;
	background: rgba(0, 0, 0, 0) linear-gradient(#CCD9E3 0%, #C1D4E3 100%) repeat scroll 0 0;
	margin: 1px 0 -1px 4px;
	border-color: #B6CCDE;
	border-bottom-color: #C1D4E3;
	box-shadow: 0 1px 1px #105289 inset;
}

#tabs .activetab > a:hover {
	color: #115098;
}

/* Main Panel
------------------------ */
#acp {
	background: rgba(0, 0, 0, 0) linear-gradient(#C1D4E3 0%, #D5E1EB 100%) repeat scroll 0 0;
	border: 1px solid #B4CCE0;
	border-radius: 7px;
	box-shadow: none;
}

#menu {
    border-right: 1px solid #327AA5;
}

fieldset {
	background: #dde8f0;
}

/* Table styles
------------------------ */
table {
	margin-right: 2px;
    border: none;
    background-color: #95C2DB;
}

.row1 {
	background-color: #CEDFEB;
}

table.zebra-table tbody tr:nth-child(odd) {
	background-color: #dde8f0;
}

.row2 {
	word-break: break-all;
	background-color: #dde8f0;
}

table.zebra-table tbody tr:nth-child(even) {
	background-color: #CEDFEB;
}

.permissions-panel .tablewrap {
    margin: 6px 10px;
}

.permissions-panel th.row4, .permissions-panel th.row3 {
    background-color: transparent;
    color: #222222;
}

.row3 { background-color: #dde8f0; }
.row4 { background-color: transparent; }
.col1 { background-color: #CEDFEB; }
.col2 { background-color: #dde8f0; }

/* 4 row background colours for trees */
.row1a { background-color: #CEDFEB; }
.row1b { background-color: #CEDFEB; }
.row2a { background-color: #dde8f0; }
.row2b { background-color: #dde8f0; }

tr.row-highlight:hover td { background-color: #A0C2D9; }

td:before {
	background: #dde8f0;
}

.spacer {
	background-color: #DBDFE2;
	height: 1px;
	line-height: 1px;
}
