/*****************************************************

Custom Styling Created: Sunday, 6th July, 2025 04:47:20am

*****************************************************/

/****************************************************
Backgroud & Bar
*****************************************************/
/* Main Background continuation */
body {
	background-color: ;
}

/* Top Line - dashboard.css */
div#page-top-line {
	display: none; /* 2021reskin  */
}

/* Header */
div#header {
	background-image: url('../images/whitelabel//header.png?revision=2409');
	background-position: top right;
	background-repeat: no-repeat;
}

/* Main container */
div#container {
	background: ;
}
header#main_head {
	background: ;
}
header#main_head.header_ghost {
	background: #353535;
}

div.simple_content_body,
div.body_background {
	background: ;
}



/****************************************************
Images
*****************************************************/
/* Logo */
#logo a {
	background-image: url('../images/whitelabel//logo.png?revision=2409');
}

/****************************************************
COLOUR 1
*****************************************************/
/* Call Us - main-navigation.css */
div.callus h1 {
	color: ;
}
/* Login/Logout/Register - layout.css */
.register h1, .login h1 {
	color: ;
}

/* Forgot Password Link */
.login p a {
	color: ;
}

/* Custom Colour 1 */
.custom_colour_1 {
	color:  !important;
}

/****************************************************
COLOUR 2
*****************************************************/
/* Pages - Support/Contact, Page title */
div.slide-head h1 {
	color: ;
}
/* Support Page - Links */
div.sup-text a {
	color: ;
}

/* Support Page - General Support Titles */
div.sup-title h1 span {
	color: ;
}
div.blue-title h2 {
	color: ;
}

/* Support Page 'Q' */
div.sup-question h2 {
	color: ;
}

/* Support Page - Video Titles and text - support.css */
div.video-support-data h2 {
	color: ;
}

/* Custom Colour 2 */
.custom_colour_2 {
	color:  !important;
}

/****************************************************
COLOUR 3
*****************************************************/
/* Page title - associated sub title */
div.slide-head h1 span {
	color: ;
}

/* Custom Colour 3 */
.custom_colour_3 {
	color:  !important;
}

/****************************************************
COLOUR 4
*****************************************************/
div.video-support-data p {
	color: ;
}

/* Support Page Category Title and Sub Title (span) */
div.sup-title h1 {
	color: ;
}

/* Custom Colour 4 */
.custom_colour_4 {
	color:  !important;
}

/****************************************************
COLOUR 5
*****************************************************/
/* Support Page 'A' */
div.sup-answer h2 {
	color: ;
}

/* Custom Colour 5 */
.custom_colour_5 {
	color:  !important;
}


/***********************************************/
/* Platform area colours - SIDEBAR */



/***********************************************/
/* Platform area colours - MAIN NAVIGATION */
div.main-menu li.home a.selected,
div.main-menu li.home a:hover {
	background-color:  !important;
}
div.main-menu li.contacts a.selected,
div.main-menu li.contacts a:hover {
	background-color:  !important;
}
div.main-menu li.email a.selected,
div.main-menu li.email a:hover {
	background-color:  !important;
}
div.main-menu li.sms a.selected,
div.main-menu li.sms a:hover {
	background-color:  !important;
}
div.main-menu li.screens a.selected,
div.main-menu li.screens a:hover {
	background-color:  !important;
}
div.main-menu li.wifi a.selected,
div.main-menu li.wifi a:hover {
	background-color:  !important;
}

/***********************************************/
/* Platform area colours - TOP LINE */
div.page-top-line-contacts  {
	background:  !important;
}
div.page-top-line-email  {
	background:  !important;
}
div.page-top-line-sms  {
	background:  !important;
}
div.page-top-line-screens  {
	background:  !important;
}

/***********************************************/
/* Platform area colours - DASHBOARDS */
div.dashboard_block_general {
	background-color: ;
}
div.dashboard_block_contacts {
	background-color: ;
}
div.dashboard_block_email {
	background-color: ;
}
div.dashboard_block_sms {
	background-color: ;
}
div.dashboard_block_account {
	background-color: ;
}
div.dashboard_block_wifi {
	background-color: #cccccc;
}
div.dashboard_block_screens {
	background-color: ;
}

/***********************************************/
/* Responsive */
/* Mobile and small tablet/monitor styles */
@media only screen and (min-width: 0px) and (max-width: 999px) {
	body {
		background-image: none;
		background: ;
	}
	
	div#header_mobile_nav {
		background: ;
		color: ;
	}
	div#header_mobile_nav a {
		color: ;
	}
	
	div#header_mobile_nav.mobile_navigation_ghost {
		background: #333;
	}
	
	div#page-top-line {
		width: 100%;
		background:  !important;
		position: fixed;
		z-index: 1000;
		-moz-box-shadow: 0 2px 2px rgba(30,30,30,0.2);
		-webkit-box-shadow: 0 2px 2px rgba(30,30,30,0.2);
		box-shadow: 0 2px 2px rgba(30,30,30,0.2);
		margin: -7px 0 0 0;
		
		display: none; /* 2021reskin */
	}
	
}