﻿ 
 #menuPTMainNav::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #000000;
}

#menuPTMainNav::-webkit-scrollbar
{
	width: 15px;
	background-color: #000000;
}

#menuPTMainNav::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #0e559d;
}

.iPoolListFrames 
{
    position: absolute; top: 230px;   
}
 .iPoolListFramesPools 
{
    position: absolute; top: 350px;   
}
 .gobuttonMainMenuOLD
 {
    margin-left: 15px;
    cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding:5px 5px; /*add some padding to the inside of the button*/
    background:#000000; /*the colour of the button*/
    border:1px solid #33842a; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 0 0 4px rgba(0,0,0, .75);
    /*style the text*/
    color:#f3f3f3;
    font-size:1.5em;
        width: 100%;
        height: 100px;
}

.gobuttonMainMenu 
 {
    margin-left: 0px;
    cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding:5px 5px; /*add some padding to the inside of the button*/
    background:#000000; /*the colour of the button*/
    border:1px solid #33842a; /*required or the default border for the browser will appear*/ 
    /*style the text*/
    color:#f3f3f3;
    font-size:1.5em;
    font-weight: bold;
    width: 100px;
    height: 100px;
}         
.gobuttonMainMenu:hover, .gobuttonMainMenu:focus {
    background-color :#818181; /*make the background a little darker*/ 
    color: #000000;
    width: 100px;
}
    
 .headerMainNav 
 {
    background-color: white;
    padding: 0px;
    width: 100%;
    display: block;
    float: left;
    text-align: left; 
    border-bottom: 0px solid #e5edf3;
 }
 
 .sideMainNav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    color: White;
    left: 0;
    background-color: #000000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    overflow-y: scroll;
}

.sideMainNav a {
    
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.menuTitles a 
{ 
    font-size: 24px;
    color: white; 
}

.menuTitles a:hover, .offcanvas a:focus
{
    font-weight: bold;
    font-size: 26px;
    color: #005599; 
}

.sideMainNav a:hover, .offcanvas a:focus{
    color: white;
    font-weight: bold; 
}

.sideMainNav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sideMainNav {padding-top: 15px;}
    .sideMainNav a {font-size: 18px;}
}

#menuPTnav h3 a {    
        color: white; 
        font-size: 22pt;
    }

#menuPTnav h3 {
    margin:0;
    padding:2px 5px;
    border-top:1px solid #006699;
    border-bottom:1px solid #003366;
    cursor:pointer;
    background-color:#0e559d;
    color: white;
    text-align:left;
    font-size: 22pt;
}
#menuPTnav h3:hover {
    background-color:#0e559d;
    color: White;
    font-weight: bold;
}
    
/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-accordion-menu {
  width: 100%;
  max-width: 600px;
  background: #0e559d;
  margin: 0;
	padding: 0;
	border: 0; 
}
.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
  list-style: none;
  margin: 0;
	padding: 0;
	border: 0;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
  margin: 0;
	padding: 0;
	border: 0;
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label {
  position: relative;
  display: block;
  padding: 5px 5px 5px 35px;  
  background: #0e559d;
  color: #ffffff;
  font-size: 14pt;
}

.cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 5px 5px 5px 15px;  
  background: #0e559d;
  color: #ffffff;
  font-size: 14pt;
}

.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
  background: #52565d;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu label {
  cursor: pointer;
}

.cd-accordion-menu label::before {
  /* arrow icon */
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.cd-accordion-menu label::before {
  background-image: url(../images/cd-icons.svg);
  background-repeat: no-repeat;
} 

/* folder icons */
/* image icon

.cd-accordion-menu label::after {
 
  left: 25px;
  background-position: -16px 0;
}

.cd-accordion-menu a::after {
  
  left: 36px;
  background: url(../images/cd-icons.svg) no-repeat -48px 0;
} */

.cd-accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* show open folder icon if item is checked
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  
  background-position: -32px 0;
}

*/
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  background: #35383d;
  box-shadow: inset 0 -1px #41444a;
  padding-left: 20px;
  font-size: 14pt;
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label::before {
  left: 36px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 20px;
}
.cd-accordion-menu ul ul label::before {
  left: 20px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 20px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 20px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 20px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 20px;
}
 
.cd-accordion-menu.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

/* Account Profile Windows  */
.dropbtn {
      
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

.dropdownMenu {
    position: relative;
    display: inline-block;
}

.dropdownMenu-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdownMenu-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdownMenu a:hover {background-color: #f1f1f1}

.showProfile {display:block;}

.titleHeader 
{
    
    color: black; 
    font-size: 20pt; 
    font-variant: small-caps; 
    text-transform: none; 
    font-weight: 200;   
    
}
