/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 23, 2022, 9:53:53 PM
    Author     : pbelb
*/

.activeBikeLead {
    position: absolute;
    font-size: 13px;
    font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    top: 60px;
    height: 20px;
    width: auto;
    right: 8px;
    background: rgba(0,60,136,0.7);
    color: rgba(255,255,255,1);
    border-radius: 4px;
    padding: 2px;    
    vertical-align: -50%;
}

.activeBikeLast {
    position: absolute;
    font-size: 13px;
    font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    top: 90px;
    height: 20px;
    width: auto;
    right: 8px;
    background: rgba(0,60,136,0.7);
    color: rgba(255,255,255,1);
    border-radius: 4px;
    padding: 2px;    
    vertical-align: -50%;
}

.activeHoustonLead {
    position: absolute;
    font-size: 13px;
    font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    top: 120px;
    height: 20px;
    width: auto;
    right: 8px;
    background: rgba(0,60,136,0.7);
    color: rgba(255,255,255,1);
    border-radius: 4px;
    padding: 2px;    
    vertical-align: -50%;
}

.activeHoustonLast {
    position: absolute;
    font-size: 13px;
    font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    top: 150px;
    height: 20px;
    width: auto;
    right: 8px;
    background: rgba(0,60,136,0.7);
    color: rgba(255,255,255,1);
    border-radius: 4px;
    padding: 2px;    
    vertical-align: -50%;
}

.activeSundayLead {
    position: absolute;
    font-size: 13px;
    font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    top: 180px;
    height: 20px;
    width: auto;
    right: 8px;
    background: rgba(0,60,136,0.7);
    color: rgba(255,255,255,1);
    border-radius: 4px;
    padding: 2px;    
    vertical-align: -50%;
}

.activeSundayLast {
    position: absolute;
    font-size: 13px;
    font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    top: 210px;
    height: 20px;
    width: auto;
    right: 8px;
    background: rgba(0,60,136,0.7);
    color: rgba(255,255,255,1);
    border-radius: 4px;
    padding: 2px;    
    vertical-align: -50%;
}

.extras-pane-switch {
    position: absolute;
    top: 240px;
    left: 8px;
    background: rgba(255,255,255,0.7);
    border-radius: 2px;
    padding: 2px;
}

.resource-editor-pane-switch {
    position: absolute;
    top: 280px;
    left: 8px;
    background: rgba(255,255,255,0.7);
    border-radius: 2px;
    padding: 2px;
}

.need-editor-pane-switch {
    position: absolute;
    top: 330px;
    left: 8px;
    background: rgba(255,255,255,0.7);
    border-radius: 2px;
    padding: 2px;
}

.ol-touch .sag-layer-switch {
    top:250px;
}

.ol-touch .need-layer-switch {
    top:280px;
}

.ol-touch .extras-pane-switch a {
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 26px;
}

.ol-touch .resource-editor-pane-switch a {
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 26px;
}

.ol-touch .need-editor-pane-switch a {
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 26px;
}

.extras-pane-switch a {
    display: block;
    color: white;
    font-size: 16px;
    font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    font-weight: bold;
    margin: 1px;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    height: 22px;
    width: 25px;
    background: rgba(0,60,136,0.7);
}

.extras-pane-switch a:hover {
    background: rgba(0,60,136,0.7);
}

.resource-editor-pane-switch a {
    display: block;
    color: white;
    font-size: 16px;
    font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    font-weight: bold;
    margin: 1px;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    height: 22px;
    width: 25px;
    background: rgba(0,60,136,0.7);
}

.need-editor-pane-switch a {
    display: block;
    color: white;
    font-size: 16px;
    font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    font-weight: bold;
    margin: 1px;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    height: 22px;
    width: 25px;
    background: rgba(0,60,136,0.7);
}

.resource-editor-pane-switch a:hover {
    background: rgba(0,60,136,0.7);
}

.need-editor-pane-switch a:hover {
    background: rgba(0,60,136,0.7);
}

.extras-pane-list {
    position: absolute;
    top: 10px;
    min-height: 100px;
    min-width: 100px;
    left: 50px;
    background: rgba(0,60,136,0.7);
    color: rgba(255,255,255,1);
    border-radius: 4px;
    padding: 2px;
}

.extras-pane-list a {
    color: white;
    font-size: 16px;
    font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    font-weight: bold;
    margin: 1px;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    height: 96px;

    background: rgba(0,60,136,0.7);
}