html {
   min-height: 100%;
   background-image: url(../ocean.jpg);   no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

body {
        height: 100%;
        margin: 0px;
        font-family: Helvetica, Sans-Serif;
        color: #444444;
        font-size: 9pt;
    }

/*
 *
 DIV / Layout
 *
 *
 */
 
 .left-top-one, #left-top-one {
    margin: 15px;
    padding: 5px 5px 5px 15px;
    width: 200px;
    height: 800px;
  }
 
 #toDo {
  position: fixed;
  right: 10px; top: 10px;
  width: 400px;
  height:150px;
  padding: 5px;
  text-align: right;
  border: 1px solid grey;
  border-style: outline;
  background-color: #000;
  color: white;
  opacity: .5;
}

 #bottomright {
  position: fixed;
  right: 10px; bottom: 10px;
  width: 400px;
  height: 90px;
  padding: 5px;
  text-align: right;
  border: 1px solid grey;
  border-style: outline;
  background-color: #000;
  color: white;
  opacity: .5;
}


#bottomleft {
  position: fixed;
  left: 10px; bottom: 10px;
  width: 400px;
  height: 90px;
  padding: 5px;
  text-align: left;
  border: 1px solid grey;
  border-style: outline;
  background-color: #000;
  color: white;
  opacity: .5;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   color: white;
   text-align: center;
   height: 120px;
}


#fullyCenteredBro {
  border: 2px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  display: none;
  background-color: #FAF9F6;

}

  
 /*
 *
 !Div / Layout
 *
 *
 */

/*
 *
 List
 *
 *
 */

 ul {
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
  }

  ul ul {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
  }
  
   .rounded-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444 !important;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
  }

  .rounded-list a:hover{
    background: #eee;
  }

  .rounded-list a:hover:before{
    transform: rotate(360deg);
  }

  .rounded-list a:before{
    content: '>';
    /*counter-increment: li;*/
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
  }
  .divSubMenu{
	display: none;
	width: 250px;
	margin-top:0px;
	margin-bottom:10px;
  }
  
  /*
 *
 !List
 *
 *
 */
 
 
 /*
 *
 Log
 *
 *
 */
 
 .t-body {
  width: 98%;
  display: table;
  border: 1px solid gray;
}

.t-row {
  display: table-row;
   text-align: left;
}

.t-cell {
  display: table-cell;
  border: 1px solid black;
}

.fw {
  width: 150px;
}


/*
 *
	/Log
 *
 *
 */
 
 
 /*
  *
  Edit Modal
  *
  */
 .moveLink{
	 padding: 10px;
	 display: block;
	 border: 1px solid green;
 }
 
 
 
 
 
 #toDoLink{
	color:white;
	text-decoration: none;
	 
 }
 
 
 .dropSave{
	 top:5px;
	 position: relative;
	 
	 
 }
 
 
 /* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: white;
}
 