﻿
.l2p-window
{
    text-align: left;    
    background-color: rgba(0,0,0,.95);
    border-radius: 14px;
    border: 1px solid white;
}

.l2p-window-h1 {
    font-size: 23px;
    font-weight: 900;
    color: #989898;
    display: block;
    padding: 1% 0;
}

.l2p-window h1
{
    font-size: 23px;
    font-weight: 900;
    color: #989898;
    /*margin: 6px 0 12px 6px;*/
    padding-left: 10px;
}

.l2p-window h2
{
    font-size: 18px;
    font-weight: bold;
    color: #989898;
    margin: 0 0 0 0;
}

.l2p-window-h2
{
    font-size: 18px;
    font-weight: bold;
    color: #989898;
    margin: 0 0 0 0;
    display: block;
    padding-left: 0;
}

.l2p-menu 
{
    margin: 9px 12px 7px 2px;
    position: relative;
    overflow: hidden;   
}

.l2p-menu-item
{
    /*height: 32px;*/
    cursor: pointer;
    font-size: 13pt;
    padding-left: 16px;
}


.l2p-menu-table
{
    font-size: 15.5pt;
    font-weight: normal;
    color: White; 
    margin: 7px 11px 7px 0;
    width: 100%;
}

.l2p-win-left-side
{
    
}
.l2p-win-right-side
{
    
}
.menu-sep
{
    width: 16px;
    position: absolute;
    top: 0;
}

.selected
{
    background-color: rgba(228, 226, 226, .2);
}

.l2pwin-content
{
    width: 100%;
    height: 100%;
    color: #989898;
    font-size: 10pt;
    padding: 0;
    margin: 10px;
}

.l2pwin-content-desc
{
    margin: 0 0 0 0;    
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 5px;
    overflow: hidden;
    display: inline-block;
}

.close-button
{
    top: 6px;
    background-image: url(../images/close-icon.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 24px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    right: 6px;
    z-index: 2;
    border-radius: 26px;
}

.close-button:hover
{
    background-color: rgba(128, 128, 128, 0.46);
}

.restart-button
{
    top: 7px;
    background-image: url(../images/restart-icon.png);
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    right: 36px;
    z-index: 2;
    border-radius: 26px;
}

.restart-button:hover
{
    background-color: rgba(128, 128, 128, 0.46);
}

.help-button
{
    top: 8px;
    background-image: url(../images/help-icon.png);
    background-repeat: no-repeat;
    height: 23px;
    width: 23px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    right: 36px;
    z-index: 2;
    border-radius: 26px;
}

.help-button:hover
{
    background-color: rgba(128, 128, 128, 0.46);
}

.closed-button
{
    top: 8px;
    background-image: url(../images/closed.png);
    background-repeat: no-repeat;
    height: 24px;
    width: 25px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    right: 67px;
    z-index: 2;
    border-radius: 26px;
}

.closed-button:hover
{
    background-color: rgba(128, 128, 128, 0.46);
}
.back-button
{
    top: 6px;
    background-image: url(../images/back-icon.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 24px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    left: 6px;
    z-index: 2;
    border-radius: 26px;
}

.back-button:hover
{
    background-color: rgba(128, 128, 128, 0.46);
}

.add-button
{
    top: 8px;
    background-image: url(../images/adduser.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 24px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    right: 83px;
    z-index: 2;
 
}

.add-button:hover
{
    background-color: rgba(128, 128, 128, 0.46);
    border-radius: 26px;
}

.message-button
{
    top: 8px;
    background-image: url(../images/messages.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    right: 157px;
    z-index: 2;
}
.message-button:hover
{
    background-color: rgba(128, 128, 128, 0.46);
 
}

.assignment-button
{
    top: 8px;
    background-image: url(../images/assignment.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 20px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    right: 120px;
    z-index: 2;
}
.assignment-button:hover
{
    background-color: rgba(128, 128, 128, 0.46);
 
}

.toggle-triangle
{
    color: white;
    cursor: pointer;
    padding-right: 2px;
    display: inline-block;
    vertical-align: top;
    border: none;
    text-align: center;
    background-color: transparent;
    font-size: 18px;
}

.pill-button
{
    height: 22px;
    display: inline-block;
    background-color: White;
    color: Black;
    border-radius: 18px;
    vertical-align: middle;
    border: 1px solid white;
    cursor: pointer;
    text-align: center;
}


.pill-button-label
{
    display: inline-block;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    color: Black;
    margin: 0 10px 2px 10px;
    cursor: inherit;    
}

.pill-button:hover
{
    background-color: Gainsboro;
}

.pbdisable
{
    background-color: #434345;   
    border: none !important;
    cursor: default;
}

.pbdisable:hover
{
    background-color: #434345;   
}

.fade-top
{
    top: 1px;
    display: inline-block;
    position: absolute;
    height: 35px;
    z-index: 100;
    width: 910px;
    background: -moz-linear-gradient(top, rgba(0,0,0,.95) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.95)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,.95) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,.95) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,.95) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,.95) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */   
}

.fade-bottom
{
    display: inline-block;
    position: relative;
    bottom: 41px;
    left: 11px;
    height: 30px;
    width: 920px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.95))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* W3C */    
}

.option-bottom
{
    color: white;
    display: inline-block;
    position: absolute;
    width: 917px;
    bottom: 43px;
    left: 11px;
    height: 40px;
    z-index: 100;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.95))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* W3C */    
}

 .option-bottom button {
     width: 150px;
     position: absolute;
 }
 
.icon-right:after{content:"\25b6"; color: Black;}
.icon-left:before{content:"\25c0"; color: Black;}

.dot-page {
    font-family: initial;
    position: absolute;
    top: -7px;
    width: 150px;
    font-size: 30px;
    vertical-align: top;
    margin: 0;
    padding: 0;
    text-align: center;
} 

.dot-page-one:after{content:"\25cf \25cb \25cb"; color: White;}
.dot-page-two:after{content:"\25cb \25cf \25cb"; color: White;}
.dot-page-three:after{content:"\25cb \25cb \25cf"; color: White;}

.styled-select {
    -webkit-appearance: none;
 
}

.sort-triangle 
{
    display: inline-block;
    vertical-align: middle;
    font-size: 1px;
}

.menu-text
{
    display: inline-block;   
    width: 95%;
 
}

.menu-subtext
{
    font-size: 13px;
    display: inline-block;
    float: right;
    margin-right: 20px;
    color: gray;
    padding-bottom: 2px;
}

.list-item 
{
    /*margin: 10px;*/
}

.list-item p
{
    margin: 6px 20px 6px 6px;
    color: #989898;
}

.l2p-pagealert {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 8px;
    border: 1px solid black;
    box-shadow: 4px 4px 14px #888;
    background-color: white;
    color: black;
    padding: 6px;
}

.l2p-menu-table-div {
    height: 97.5%;
}

.fadebody {
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.71);
    z-index: 50;
    position: absolute;
}