* {
    margin: 0;
    padding: 0;
    font-family: '_system';
    font-weight: normal;
    border-collapse: collapse;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    touch-action: manipulation;
}

#base {
    position: relative;
    width: 100vw;
    height: 58px; /*calc(100vh - 2px);*/
    padding: 0 0 2px 0;
    overflow: visible;
}

#app {
    position: absolute;
    top: 54px /*58px*/;
    left: 0 /*5px*/;
    width: 100vw /*calc(100vw - 8px)*/;
    height: calc(100vh - 54px) /*calc(100vh - 63px)*/;
    overflow: hidden;
    z-index: 2;
}

#base div.container, #_app {
    background: none;
}

div#WebsiteManager div.titleBar,
div#WebsiteManager div.menuBar {
    width: 100vw;;
    border-left: none;
    border-right: none;
}

div#WebsiteManager div.menuBar {
    width: calc(100% - 6px);
}

.window,
.windowNoResize,
.windowNoSnap,
.windowLocked {
    position: absolute !important;
    padding: 0;
    margin: 0;
    width: 100px;
    height: 100px;
    border: 1px solid #000;
    cursor: default;
    text-align: center;
    background-color: #fff;
    /*background-color: #c3c7cb;*/
    overflow: visible;
}

.windowNoResize {
    border: none;
}

.windowMinimised {
    background: transparent;
}

body.win31 .winHide, body.mac6 .macHide {
    display: none;
}

div.image {
    background: url('../images/spacer.gif') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

div.image img {
    width: 100%;
    height: 100%;
}

div._icon {
    display: inline-block;
    width: 65px;
    height: 70px;
    margin: 0 15px 15px 0;
    vertical-align: text-bottom;
    text-align: center;
}

div._icon p {
    margin-top: 7px;
    font-family: monospace /*'win_icon'*/;
    font-size: 11px /*8px*/;
    text-align: center !important;
    -webkit-font-smoothing: none;
}

img._icon {
    width: 32px;
    height: 32px;
}

div._icon img {
    width: 40px;
    height: 40px;
}

._logo {
    height: auto;
    width: 200px;
    margin: 10px 10px 30px 10px;
}

._screenshot {
    display: inline-block;
    width: 150px;
    height: 100px;
    margin: 0 15px 20px 0;
}

._screenshot img {
    width: 150px;
    height: 100px;
    border: 1px solid #ccc;
    cursor: pointer !important;
}

div.imgL, div.imgR {
    float: left;
    height: 100%;
    width: 50px;
    /*margin-left: 0;*/
    background-repeat: no-repeat;
    background-position: center center;
}

div.imgR {
    float: right;
    /*margin-left: calc(100% - 50px);*/
}

/* Website Manager */
table.websitemanager_container div.resizer {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    left: auto;
    width: 4px;
    cursor: col-resize;
    background: #fff;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

table.websitemanager_container td {
    vertical-align: top;
    text-align: left;
}

div#explorerLeft, div#explorerResize, div#explorerRight {
    float: left;
    text-align: left;
}

div#explorerLeft {
}

div#explorerResize {
    width: 3px;
    height: 100000px;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    background-color: #fff;
}

div#explorerRight {
    /*margin-left: 3px;*/
}

div#explorerLeft ul {
    overflow: hidden;
}

div#explorerLeft ul * {
    font-family: monospace;
    font-size: 11px;
}

div#explorerContent p.overview {
    display: none;
}

div#explorerContent li.preview {
    list-style-type: none;
    margin: 10px;
    padding: 0;
}

div#explorerContent li.preview p.comment {
    display: block;
    margin-top: 10px;
    font-family: monospace;
    font-size: 12px;
}

div#explorerRight.viewList div#explorerContent {
    padding-top: 8px;
}

div#explorerRight.viewList li {
    float: none;
    width: 100%;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    text-align: left;
}

div#explorerRight.viewList li > div {
    display: inline-block;
    width: 25px;
    height: 20px;
    padding-left: 3px;
    text-align: left;
}

div#explorerRight.viewList li > div img {
    width: 16px;
    height: 16px;
}

div#explorerRight.viewList li > p {
    display: inline-block;
    width: calc(50% - 30px);
    width: calc(100% - 65px);
    height: 15px;
    text-align: left;
    overflow: hidden;
}

div#explorerRight.viewIcons li > p > span {
    display: none;
}

div#explorerRight.viewList li > p > span {
    float: right;
    display: inline;
}

p.comment {
    display: none;
}

div#explorerRight.viewList p.comment {
    display: inline-block;
    width: calc(50% - 30px);
    height: 15px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Show / hide */
body.win31 .macOnly,
body.mac6 .winOnly {
    display: none;
}

/* jQuery overides */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 1 !important;
    filter: Alpha(Opacity=100) !important;
}

.ui-resizable-se {
    cursor: se-resize !important;
}