html > body {
    overflow: hidden;
    font-size: 10pt;
    width: 100%;
    height: 100%;
}

.title {
    margin: 11px !important;
    font-weight: normal;
    font-size: 17pt;
    height: 100%;
    line-height: 100%;
    min-width: 20px;
    overflow: none;
    border-bottom: 1px solid gray;
    padding: 4px;
}
.title[placeholder]:empty:before {
    content: attr(placeholder);
    color: gray;
}

.title:hover, .title:focus {
    background-color: #ddd;
    outline: 2px solid #ddd;
}
.title:hover:after, .title:focus:after {
    content: "✎";
    display: inline;
    position: absolute;
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    margin-left: 5px;
}
.titleedit-popup {
    min-width: 300px;
}
.titleedit {
    font-weight: normal;
    font-size: 17pt;
    height: 100%;
    line-height: 100%;
    min-width: 20px;
    padding: 4px;
}

.export-button {
    margin: 12px !important;
}
.share-button {
    margin: 12px !important;
    float: right !important;
}
textarea.url-box {
    resize: none;
    padding: 5px;
    background-color: whitesmoke;
    text-decoration: underline;
    word-break: break-all;
}

/* layout.css overrides */
.navbar {
    box-shadow: none;
}
.navbar > * {
    display: inline-block;
    max-height: 24px !important;
}

.navbar .navbar-right {
    margin: 0;
}

/* Wodo aesthetic overrides */
#mainContainer {
    width: 100%;
    padding: 0;
    height: calc(100% - 55px);
    height: -moz-calc(100% - 55px);
}

.webodfeditor-editor {
    border: none !important;
    width: 100% !important;
    height: 100% !important;
}

.webodfeditor-canvascontainer {
    background: linear-gradient(to bottom left, #FFFFFF 0%, #D1D1D1 100%);
}

.webodfeditor-canvas {
    box-shadow: 0px 1px 5px -1px black;
    border: none;
}

.webodfeditor-members {
    z-index: 10;
    margin-right: 20px;
    margin-top: 40px;
    background: transparent !important;
    display: table;
}
.webodfeditor-memberList {
    display: table-cell;
    vertical-align: middle;
}
.webodfeditor-memberListButton {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.webodfeditor-memberListButton > img {
    border-radius: 100%;
    box-shadow: 0px 0px 5px rgb(90, 90, 90);
    background-color: white;
}
.webodfeditor-memberListLabel {
    background-color: white;
    color: black !important;
    box-shadow: 0px 0px 5px rgb(90, 90, 90);
}

.dijitToolbar {
    background-image: none !important;
    padding: 5px !important;
}
.dijitToolbar > * {
    margin-right: 2px !important;
}

/* WebODF aesthetic overrides */

.editInfoMarker {
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    width: 5px !important;
}
.editInfoMarker:hover {
    outline: 1px solid black;
}

.webodf-selectionOverlay > polygon {
    stroke-opacity: 0.2 !important;
}
