@font-face {
    font-family: lato;
    src:
        url('Lato-Regular.woff2') format('woff2'),
        url('Lato-Regular.woff') format('woff');
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
}

#graph {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

a {
    color: #3586db;
}

a:hover {
    color: #375a7f;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    margin-top: 10px
}

h1 {
    margin-top: 0px;
}

.avatar {
    width: 48px;
    height: 48px;
}

.avatarSm {
    width: 24px;
    height: 24px;
}

.clockBar {
    width: 100%;
    background: #000;
    color: #fff;
    height: 25px;
    display: flex;
    justify-content: space-between;
}

.container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}

.hide {
    display: none;
}

.jumbotron {
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 5px;
}

.presenceAvatar {
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

.myavatar {
    float: left;
    margin-right: 10px;
}

#diagramJumbo {
    padding: 0px !important;
    border-radius: 0px;
    min-height: 350px;
    margin-bottom: 5px;
}

#canvas {
    height: 100%;
}

#globalSearchText {
    height: 23px;
}

#download {
    display: none;
}

.navbar {
    height: 36px;
    min-height: 32px !important
}

.navbar-nav>li>a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.bottomContainer {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 36px;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
}

.tablesPane {
    width: 100%;
    height: 100%;
}

.modal {
    overflow: hidden;
}

.modal-header {
    background-color: #222;
    border: 0px;
}

.modal-content {
    border: 0px;
}

.modal-details {
    height: 600px;
}

.modal-body {
    padding: 0px;
    margin: 15px;
}

.window-body {
    margin: 0px;
    display: flex;
    flex-flow: column;
    height: 0 !important;
    border: 1px solid #666;
}

.window-content {
    height: 600px;
    width: 600px;
    border-radius: 0px;
}

.window-header {
    padding: 5px;
    background-color: #555;
    border-radius: 0px;
}

.window-headerSelected {
    background-color: #222;
}

.modal-footer {
    background-color: #222;
    border: 0px;
    border-radius: 0px;
    padding: 4px;
    display: block;
    min-height: 28px;
}

.ql-editor {
    overflow-y: unset;
    width: 100%;
}

.ql-toolbar.ql-snow {
    padding: 4px;
    border: 0px;
}

.ql-container.ql-snow {
    border: 0px;
}

.ql-snow .ql-stroke {
    stroke: #fff;
}

.ql-picker-label {
    color: #fff;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    z-index: 5;
}

.ql-cursor-name {
    margin-top: 2px !important;
    font-size: 12px;
}

.login-logo {
    display: block;
    margin: auto;
    width: 300px;
}

.ui-resizable-handle {
    left: unset;
}

.object-details {
    font-family: courier;
    flex: 1;
    height: 100%;
    overflow-y: auto;
}

.form-signin {
    max-width: 400px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #505050;
}

.form-signin-heading {
    margin-bottom: 30px;
}

.btn-login {
    margin-top: 20px;
    background-color: #080808;
    color: white;
}

.cp-form-control {
    width: 300px;
}

.cp-form-group {
    margin-bottom: 5px;
}

.input-password {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#message {
    position: absolute;
    left: 12px;
    top: 4px;
    width: 600px;
    min-height: 30px;
    background: #333;
    border: 1px solid #666;
    padding: 10px;
    display: none;
}

.messageHeader {
    font-size: 20px;
    font-weight: bold;
}

.messageBody {
    font-size: 16px;
}

.vertNav {
    height: 100%;
    width: 35px;
    top: 0px;
    right: 0px;
    position: absolute;
    background: #375a7f;
}

.vertNavOutsideLeft {
    position: absolute;
    left: -35px;
}

.vertTab {
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 35;
    height: 85px;
    border-bottom: 2px solid #224050;
    position: relative;
    z-index: 4;
}

.vertTabSm {
    height: 35px;
}

.horizTab {
    pointer-events: all;
    z-index: -1;
    position: relative;
    float: left;
    height: 35px;
    width: 100px;
    background: #9d9d9d;
    border-radius: 4px 4px 0px 0px;
    border-top: 1px solid #7f7f7f;
    border-left: 1px solid #7f7f7f;
    border-right: 1px solid #7f7f7f;
    -webkit-transform: perspective(75px) rotateX(30deg);
    -moz-transform: perspective(75px) rotateX(30deg);
}

.tab span {
    opacity: 0.0;
}

.tableContainer {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.tableHeader {
    padding: 5px 10px 0px 10px;
}

.tableTitle {
    margin: 0px;
    line-height: 1.7;
    float: left;
}

.tableButton {
    float: left;
}

.tableBody {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    padding: 0px 10px 10px 10px;
}

.tabFloat {
    background: none;
    pointer-events: none;
    z-index: 99;
}

.taskbarButton {
    width: 150px;
    width: fit-content;
    background-color: #222;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-right: 5px;
}

.taskbarButtonSelected {
    background-color: #555;
}

.taskbarClose {
    margin-top: 2px;
    float: right;
    cursor: pointer;
}

#bottomJumbo {
    height: 350px;
    min-height: 300px;
    padding: 0px;
    width: 100%;
}

.click-through {
    pointer-events: none;
}

.activeTab {
    z-index: 40;
    background-color: #303030;
    position: relative;
}

.active-horiz-tab {
    z-index: 40;
    background-color: #303030;
}

#chatTabTag {
    left: 20px;
    top: 50px;
}

#settingsTabTag {
    left: 20px;
    top: 320px;
}

#eventsTabTag {
    left: 20px;
    top: 144px;
}

#opnotesTabTag {
    left: 20px;
    top: 235px;
}

.rotated {
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: left top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: left top;
    -o-transform: rotate(-90deg);
    -o-transform-origin: left top;
    transform: rotate(-90deg);
    transform-origin: left center;
}

.thumbnail {
    margin-bottom: 2px;
    width: 40px;
    height: 40px;
    position: relative;
}

#windowPane {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
}

.windowPane .label {
    cursor: pointer;
    line-height: 2;
    margin-left: 5px;
    font-size: 14px;
    width: 100px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.windowPane .label+.label {
    margin-bottom: 0px;
}

.wrapper {
    margin-top: 80px;
}
