#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:850px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width:650px; 
  height:auto;
  padding: 10px 10px 10px 10px;
  background-color:#ffffff;
  font-size: 15pt;
}

.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	color: red;
}


/* * { */
    /* font-family: 'Oswald', sans-serif; */
/* } */

/* * i { */
    /* font-size: 25px; */
/* } */

#showMenu, #hideMenu {
    position: fixed;
    padding: 10px;
    color: #DDD;
	margin-top: 160px;
    background: #0c695f;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: left 0.2s, color 0.2s; 
    transition: left 0.2s, color 0.2s;
}

#showMenu:hover, #hideMenu:hover {
    color: #FFF;
    cursor: pointer;
}

#showMenu i:hover, #hideMenu i:hover {
    cursor: pointer;
}

#navigation-hover {
    position: fixed;
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: display 0.2s;
    transition: display 0.2s;
}

#navigation-menu {
    position: fixed;
    width: 300px;
    background: #ffffff;
    left: -300px;
	margin-top: 160px;
	height: 367px;
    top: 0;
    z-index: 2;
    -webkit-transition: left 0.2s; 
    transition: left 0.2s;
}

.menu-selection {
    width: 100%;
    background: #222;
    color: #DDD;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.2s, color 0.2s; 
    transition: background 0.2s, color 0.2s;
}

.menu-selection:hover {
    background: #555;
    cursor: pointer;
    color: #FFF;
}

.menu-selection div {
    display: inline-block;
}

.menu-selection div:hover, .menu-selection i:hover {
    cursor: pointer;
}

.menu-selection .menu-icon {
    width: 30px;
    padding-left: 10px;
}