﻿@import url("font.css");

html, body
{
    overflow:hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans','Trebuchet MS',Georgia !important;
    font-size:100%;
}
.pane-header
{
    width: 100%;
    height: 50px;
    background-color: #2E343B;
}
.pane-navigation
{
    background-color: #2E343B;
}
.panel-logo
{
    position: relative;
    left: 0;
    top: 0;
}

.panel-settings,
.panel-user,.panel-pub-notification
{
    position: fixed;
    top: 0px;
    padding-top: 14px;
    height: 50px;
}

.panel-pub-notification {
    color:red;
    padding-top: 18px;
}

.panel-user-menu .rmLeftImage
{
    position: absolute;
    top: -13px;
    left: -20px;
}

.panel-settings-menu .rmLeftImage
{
    position: absolute;
    top: -12px;
    right: -18px;
    left: auto;
}

.panel-user
{
    left: 204px;
}
.panel-settings
{
    right: 15px;
}
.panel-user-menu,
.panel-settings-menu
{
    border: none !important;
    cursor:pointer !important;
    font-weight:bolder !important;
    color:#EAEDF1 !important;
}


#PanelSettingsMenu .rmSlide
{
    left:-308px !important;
}
#PanelUserMenu .rmSlide
{
    left:-29px !important;
}
#PanelSettingsMenu .rmSlide,
#PanelUserMenu .rmSlide
{
    top:36px !important;
}

.panel-activity
{
    position:fixed;
    left:0;
    bottom:0px;
    width:160px;
    height:60px;
}

.panel-activity-items
{
    background-color: #ededed;
    width:100%;
    height:100%;
    position:absolute;
    top:60px;
}

.panel-activity-items .page-activity-wrapper
{
    height: 23px;
    color: #333;
    font-size: 10pt;
}

.panel-activity-items .active-item
{
    background-color: lightgray !important;
}

.panel-activity-items .page-activity-wrapper .normal
{
    background: url("../images//page_activity_normal.png") no-repeat;
}

.panel-activity-items .page-activity-wrapper .modified
{
    background: url("../images//page_activity_modified.png") no-repeat;
}

.panel-activity-items .page-activity-wrapper .validation
{
    background: url("../images//page_activity_validation.png") no-repeat;
}

.page-activity-wrapper .name
{
    float: left;
    width: 136px;
    border-right: 1px solid #3f4f01;
}
.page-activity-wrapper .name:hover
{
    color: #33B5E5;
    cursor: pointer;
}

    .page-activity-wrapper .name span:first-child
    {
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 120px;
        padding-left: 2px;
        display: inline-block;
    }

.page-activity-wrapper .name span:last-child
{
    width: 9px;
    height: 9px;
    float: right;
    margin-top: 7px;
    margin-right: 4px;
}

.page-activity-wrapper .close
{
    background: url("../images//page_activity_close.png") no-repeat;
    width: 13px;
    height: 13px;
    cursor: pointer;
    float: right;
    margin: 4px 5px 5px 5px;
}

.panel-activity-map
{
    cursor:pointer;
}
.panel-activity-header
{
    position:absolute;
    top:30px;
    left:36px;
    color:#fff;
    cursor:pointer;
    font-size:10pt;
    font-weight:bolder;
}
.panel-activity-counter
{
    display:block;
    background-image: url(../images/navigation/countercircle.png);
    background-repeat: repeat-y;
    width:20px;height:20px;
    color:#fff;
    cursor:pointer;
    position:absolute;
    top:6px;
    right:5px;
    font-size:10pt;
    padding-left:6px;
}
.panel-navigation
{
    margin-top:40px;
}

.panel-navigation-item
{
    color:#EAEDF1;
    cursor:pointer;
    height:50px;
    position:relative;
}
.panel-navigation-item:hover
{
    color:#BDD136;
}
.panel-navigation-item-header
{
    font-size:12px;
    font-weight:bold;
    position:absolute;
    top:4px; left:70px;
     
}
.panel-navigation-item-image
{
    border: none;
    width:68px;
    text-align:right;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display:inline-block;
}

.panel-navigation-item-selected
{
    color: #BDD136;
        -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.panel-navigation-menu
{
    position:fixed;
    border:none;
    top:50px;
    left:160px;
    background-color:#EAEDF1;
    color:#2E343B;
    min-width:200px;
    max-width:300px;
    display:none;
    overflow:auto;
    white-space: nowrap;
}

ul.panel-menu
{
   list-style:none;
   padding:0;
   display:none;
   font-size:10pt;
   position:relative;
   z-index:50;
}

ul.panel-menu li
{
    padding:4px;
    list-style-position: inside;
    text-indent: -1.5em;
    padding-left: 20px;
}
ul.panel-menu li span
{
    padding-left:16px;
    padding-right:16px;     
}
ul.panel-menu li:hover,
ul.panel-menu li:focus
{
    color:#33B5E5;
    cursor:pointer;  
}

ul.panel-menu .active-page
{
    color:#2E343B;
    border-right:4px solid #7E8186;
    font-weight:bold;
}
.centered {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top:-60px;
  margin-left:-60px;
}