.logo {
    width: 205px;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 1001;
    left: 25px;
    top: 12px;
}

@media (max-width: 1048px) {
    .logo {
        left: 1.1%;
    }
}

.logo > li > a {
    background: none;
    padding: 5px;
    margin: 0;
    cursor: pointer;
}

.logo h1 {
    overflow: hidden;
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.logo .caret {
    border-top-color: #cfcfcf;
    border-bottom-color: #cfcfcf;
    position: absolute;
    left: 188px;
    top: 36px;
    display: none;
}

.logo:hover .caret {
    display: block;
}

.logo small {
    font-size: 14px;
    display: block;
    float: left;
}

.logo img {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 10px
}

.logo .dropdown-menu {
    background: rgba(51, 51, 51, 0.85);
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: 205px;
}

.logo .dropdown-menu > li > a {
    color: #fff;
    padding: 10px 0 10px 15px;
}

.remember {
    padding: 0 0 16px 0;
}

.login-widget .form-actions {
    padding-bottom: 20px;
}

.guest .open-editor {
    display: none;
}

.page-title .open-editor {
    font-size: 70%;
    margin-right: 10px;
    color: rgba(51, 51, 51, 0.1);
    cursor: pointer;
}

.page-title .open-editor:hover {
    color: rgba(51, 51, 51, 0.5);
}

.mp-line-graph .graph,
.mp-donut-graph .graph,
.mp-bar-graph .graph {
    height: 363px;
}

.mp-bar-graph .legend,
.mp-line-graph .legend {
    padding: 10px;
}

.mp-line-graph .legend li {
    overflow: hidden;
    padding: .3em 10px;
    border-radius: 3px;
}

.mp-line-graph .legend li.highlight {
    background: rgba(51, 51, 51, .25);
}

.mp-bar-graph .morris-hover-row-label,
.mp-line-graph .legend .dygraph-x-value {
    font-size: 24.25px;
    text-align: center;
    padding: 0 0 16px 0;
}

.col-md-6 .mp-bar-graph .morris-hover-row-label,
.col-md-6 .mp-line-graph .legend .dygraph-x-value {
    font-size: 16.25px;
}

.mp-bar-graph .morris-hover-point {
    font-weight: bold;
    padding: .3em 0;
}

.mp-bar-graph .morris-hover-point span {
    float: right;
    display: block;
    color: #f8f8f8;
    white-space: nowrap;
    text-align: right;
    font-weight: normal;
}

.mp-line-graph .legend span.dygraph-label {
    float: left;
    width: 70%;
    font-weight: bold;
}

.mp-line-graph .legend .series-dash {
    margin-left: 12px;
}

.mp-line-graph .legend span.dygraph-y-value {
    float: right;
    color: #f8f8f8;
    width: 30%;
    white-space: nowrap;
    text-align: right;
}

.mp-spread-display .zero-pos,
.mp-progress-display .zero-pos {
    position: relative;
    display: block;
    margin-top: -48px;
    background: rgba(0,0,0, .15);
    height: 34px;
    width: 1px;
}

.mp-spread-display .zero-pos span,
.mp-progress-display .zero-pos span {
    position: absolute;
    bottom: -18px;
    left: -2px;
    font-size: 10px;
    color: #222;
}

.mp-spread-display .zero-pos {
    margin-top: -23px;
    height: 28px;
}

.mp-spread-display .mp-progress-upper {
    margin: 0 0 1px 0;
}

.mp-spread-display .mp-progress-lower {
    margin: 0;
}

.mp-spread-display h6 {
    margin: 2px 0;
}

.mp-spread-display .zero-pos + h6 {
    margin-top: -3px;
}

.mp-spread-display .spread-value {
    margin-top: -17px;
}

.tendency {
    font-size: 50%;
}

.tendency.glyphicon-chevron-up {
    top: -4px;
}

@keyframes pulse {
    0% {
        opacity: 0.0;
    }
    100% {
        opacity: 0.7;
    }
}

.tendency.glyphicon-refresh {
    animation: pulse 1s infinite alternate;
}

.mp-spread-display .mp-label-upper {
    margin-top: -20px;
}

.view-editor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    padding: 50px 50px 80px 50px;
    background: rgba(51, 51, 51, 0.75);
    display: none;
}

.view-editor .tools {
    padding: 3px;
    background: #aaa;
}

.view-editor .tools input,
.view-editor .tools button {
    margin: 2px;
}

.view-editor .tools input {
    width: 200px;
}

.view-editor .editor {
    width: 100%;
    height: 100%;
}

.jsoneditor {
    background: #eee;
    border-color: #999;
}

.jsoneditor .menu {
    background: #aaa;
    border-color: #999;
}

.jsoneditor .menu button {
    background-color: #fff;
    border-color: #999;
}

.view-editor .tools button.btn-danger {
    margin-right: 50px;
}


.jsoneditor .menu button:disabled {
    background-color: #bbb;
}

.jsoneditor .search .frame {
    margin: 3px 3px 0 0;
    border: 0;
}

.mp-table table {
    width: 100%;
}

.mp-table td {
    text-align: right;
}

.mp-table tbody>tr>th {
    border-top: 0;
}
