
/*
	OpenOffice Website
	External Style Sheet
	
	Author: Paul Adnett
	Date: 24/05/2018

*/

* {
	margin:0; 
	padding:0;
}
/* Top menu bar*/

div.top-menu {
    position: relative;
	top: 0px;
	width: 960px;
    height: 35px;
	border: 0px solid purple;
	margin: auto;
    padding: 5px;
	background-color: #048abb;
}
 
div.top-menu-background {
	/*position: absolute;*/
	top: 0px;
	width: 100%;
	height: 50px;
	border: 0px solid red;
	margin: auto;
	padding: 0px;
	background-color: #048abb;
}

div.top-menu-right {
    position: absolute;
    top: 5px;
    right: 0;
	width: 330px;
    height: 35px;
    border: 0px solid green;
	margin: 0px;
	padding: 0px;
	background-color: #048abb;
}

div.top-menu-centre {
    position: absolute;
    top: 3px;
	left: 330;
    width: 300px;
    height: 30px;
    border: 0px solid blue;
	margin: auto;
	padding: 0px;
	color: white;
	font-family: National2,Calibri,Helvetica,Arial,sans-serif;
}

div.top-menu-left {
    position: absolute;
    top: 5px;
    left: 0;
    width: 330x;
    height: 35px;
    border: 0px solid grey;
	margin: auto;
	padding: 0px;
	background-color: #048abb;
	color: #ffffff;
}

/* dashboard Top header bar*/
div.db-top-header {
    position: relative;
	top: 0px;
	width: 960px;
    height: 35px;
	border: 0px solid purple;
	margin: auto;
    padding: 5px;
	background-color: #337930; /*green*/
}
 
div.db-top-header-background {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 50px;
	border: 0px solid red;
	margin: auto;
	padding: 0px;
	background-color: #337930; /*green*/
}

div.db-top-header-right {
    position: absolute;
    top: 5px;
    right: 0;
	width: 230px;
    height: 35px;
    border: 0px solid green;
	margin: 0px;
	padding: 0px;
	background-color: #337930; /*green*/
}

div.db-top-header-centre {
    position: absolute;
    top: 15px;
	left: 70;
    width: 650px;
    height: 20px;
    border: 0px solid blue;
	margin: auto;
	padding: 0px;
	color: white;
	font-family: National2,Calibri,Helvetica,Arial,sans-serif;
}

div.db-top-header-left {
    position: absolute;
    top: 5px;
    left: 0;
    width: 60px;
    height: 35px;
    border: 0px solid blue;
	margin: 0px;
	padding: 0px;
	background-color: #337930; /*green */
	color: #ffffff;
}


 img.logo {
	position: relative;
	top:2px;
	height: 35px;
	margin: auto;
	padding: 0px;
	font-family: National2,Calibri,Helvetica,Arial,sans-serif;
	/*color: #ffffff;*/
 }
 
 img.logo a {
	position: relative;
	margin: auto
 }
 
 div.tagline {
	top: 5px;
}
 
.button1 {
	font-size: 14px;
	font-weight: bold;
	font-family: National2,Calibri,Helvetica,Arial,sans-serif;
	right: 120px;
}

.button2 {
	font-size: 14px;
	font-weight: bold;
	font-family: National2,Calibri,Helvetica,Arial,sans-serif;
	right: 0px;
}

.but1 {
	background-color: #4EB44E; /*green*/
    border: 0px solid red;
	border-radius: 4px;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 5px 5px;
    cursor: pointer;
	width: 60px;
	position: absolute;
	transition-property: background-color,color,border-color;
}

.but2 {
	background-color: #4EB44E; /*green*/
    border: 0px solid red;
	border-radius: 4px;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 5px 5px;
    cursor: pointer;
	width: 80px;
	position: absolute;
	transition-property: background-color,color,border-color;
}

.savebutton .savebutton a {
	background-color: #0EB20E; /*dk green*/
    border: 1px solid red;
	border-radius: 4px;
    color: white;
    padding: 25px 50px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 5px 5px;
    cursor: pointer;
	width: 100px;
	position: absolute;
	transition-property: background-color,color,border-color;
	font-size: 14px;
	font-weight: bold;
	font-family: National2,Calibri,Helvetica,Arial,sans-serif;
	right: 20px;
}

#top-menu {
	position: absolute;
	width: 960px;
}

li {
	list-style: none;
}
/* end top headerbar*/

/* top menu*/
.topnav {
  overflow: hidden;
  background-color: #048abb; /*lt blue*/
  width: 960px;
  height: 29px;
  border-width: 1px 0px 0px 0px;
  border-style: outset;
  border-color: #0379ab;
  /*border-style: groove red;*/
  margin: auto;
  font-family: National2,Calibri,Helvetica,Arial,sans-serif;
}

div.topnav-background {
	/*position: absolute;*/
	top: 0px;
	width: 100%;
	height: 30px;
	border: 0px solid green;
	margin: auto;
	padding: 0px;
	background-color: #048abb; /*lt blue*/
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  border: 0px solid blue;
  padding: 7px 7px 7px 7px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #ffffff; /*white*/
  color: #048abb;
}

.myfooter {
	padding: 2px;
}

.mybox {
    background-color: #f1f1f1;
    margin: 25px;
	width: 100px;
    height: 100px;
    padding: 5px;
	overflow: hidden;
	border-width: 1px;
	border-style: outset;
	border-color: #5c5c5c;
	margin: auto;
	font-family: National2,Calibri,Helvetica,Arial,sans-serif;    
}

.home-active {
	background-color: #ffffff;
	color: #048abb;
	width: 65px;
	border: 1px solid $000000;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
}

.home-not-active {
	background-color: #048abb;
	color: #ffffff;
	width: 65px;
	border: 0px;
	font-family: National2,Calibri,Helvetica,Arial,sans-serif;
	font-size: 17px;
}

.topnav .icon {
  display: none;
}


#customers {
  background-color: #ffffff; /*white*/
  color: #048abb;
}


.topnav a:hover, .home-active:hover, .home-active a:hover { 
  background-color: #0379ab;
  color: white;
}

.home-not-active:hover, .home-not-active a:hover {  
  background-color: #048abb;
  color: #000000;
}

.fa fa-caret-right {
	float: right;
	text-align: right;
	padding: 0px 0px 0px 10px;
	
}

.but1dropbtn {
	font-family: National2,Calibri,Helvetica,Arial,sans-serif; 
	background-color: #048abb;
	color: #ffffff;
	min-width: 95px;
	font-size: 17px;
	border: 0px;
	height: 29px;
}

.but1dropbtn:hover {
	background-color: #048abb;
	color: #000000;
	min-width: 95px;
	font-size: 17px;
	border: 0px;
	height: 29px;
}

.but2dropbtn {
	background-color: #ffffff;
	color: #048abb;
	min-width: 95px;
	font-size: 17px;
	border: 0px;
	height: 29px;
}

.but2dropbtn:hover {
	background-color: #0379ab;
	color: #ffffff;
	min-width: 95px;
	font-size: 17px;
	border: 0px;
	height: 29px;
}


.but5dropbtn {
	font-family: National2,Calibri,Helvetica,Arial,sans-serif; 
	background-color: #ffffff;
	color: #000000;
	min-width: 95px;
	font-size: 17px;
	text-align: right;
	border: 0px;
	height: 29px;
}

.but5dropbtn:hover {
	background-color: #ffffff !important;
	color: #89D0F5;
	min-width: 95px;
	font-size: 17px;
	text-align: right;
	border: 0px;
	height: 29px;
}

	

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive {float: none;}
  .topnav.responsive {position: relative;}
  .topnav.responsive {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/* end top menu */
/* Top Container Header*/

#column-left 
{
	float: left;
	width: 223px;
	padding-right:25px;
}

#column-right 
{
	float: right;
	width: 180px;
}

#content 
{
	/*margin-bottom: 25px;*/
	overflow:hidden;
}

#column-left + #column-right + #content, #column-left + #content 
{
}

#column-right + #content 
{
	margin-right: 195px;
}

#top_container 
{
    padding-top: 38px;
}

#style_container 
{
    border-top: 5px solid #F6F6F6;
    font-family: National2,Calibri,Helvetica,Arial,sans-serif;
    padding: 10px 12px;
}

.container {
	margin: 0px auto;
	width: 100%; /*960px;*/
}


/*
 * jQuery Nivo Slider v2.5.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display: none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* slider theme */
.slideshow {
	margin-bottom: 20px;
}
.slideshow a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	right: 10px;
	bottom: 5px;
	text-align: center;
	height: 22px;
	z-index: 99;
}
.nivo-controlNav a {
	vertical-align: top;
	display: block;
	width: 22px;
	height: 22px;
	background: url('../images/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:52px;
	height:53px;
	background:url('../images/arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-53px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption {
	text-shadow:none;
	font-family: National2,Calibri,Helvetica,Arial,sans-serif;
}
.nivo-caption a {
	color:#efe9d1;
	text-decoration:underline;
}







