html, body {
    height: 100%;
}

body {
    background-color: #f1f1f1;
}

a {
    color: #0d6853;
}

a:hover {
    color: #4da893;
}

h2 {
    font-size: 20px;
    margin-top: 10px;
}

.pic {
    border: 1px solid #e4e4e4;
}

.small {
    color: #777777;
    font-size: 12px;
}

#container {
    position: relative;
    height: 100%;
}

#header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    background-color: #0d6853;
    color: #ffffff;
    padding: 15px;
}

#header h1 {
    font-size: 22px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

#header a, #header .icon {
    color: #ffffff;
}

#header a:hover, #header .icon:hover {
    color: #dddddd;
}

#user-info {
    position: absolute;
    top: 20px;
    right: 15px;
}

#toolbar {
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    background-color: #323232;
    height: 40px;
    padding: 0px 15px;
    text-align: right;
}

#toolbar ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#toolbar ul li {
    display: inline-block;
}

#toolbar ul li a {
    color: #f2f2f2;
    text-decoration: none;
    line-height: 40px;
    padding: 0px 7px;
}

#toolbar ul li:hover {
    background-color: #464646;
}

#sidebar {
    position: absolute;
    top: 100px;
    left: 0px;
    bottom: 0px;
    width: 200px;
    background-color: #222222;
    color: #ffffff;
    overflow: auto;
}

#nav-launcher {
    padding: 20px;
    text-align: right;
    display: none;
}

#nav-launcher i {
    color: #ffffff;
}

#nav-launcher i:hover {
    color: #dddddd;
}

#nav {
    display: block;
    padding: 20px 0px;
}

#nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#nav ul li.sep {
    border-bottom: 1px solid #e4e4e4;
    height: 5px;
}

#nav ul li a {
    display: block;
    padding: 10px 15px;
    color: #ffffff;
    text-decoration: none;
}

#nav ul li a:hover {
    background-color: #444444;
    text-decoration: none;
}

#nav ul li a.active, #nav ul li a.active:hover {
    background-color: #0d6853;
}

#content {
    position: absolute;
    top: 100px;
    left: 200px;
    right: 0px;
    bottom: 0px;
    overflow: auto;    
    padding: 20px;
    background-color: #f1f1f1;
}

#login {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    width: 85%;
    max-width: 400px;
}

.box-public {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #e4e4e4;
    background-color: #ffffff;
    padding: 15px;
    width: 85%;
    max-width: 400px;
}

.box {
    border: 1px solid #e4e4e4;
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
}

.content-head-left {
    float: left;
    width: 50%;
}

.content-head-right {
    float: right;
    width: 50%;
    text-align: right;
}

.icon-type {
    color: #4da893;
    font-size: 36px;
}

.icon-type-orange {
    color: #ff7935;
}

.icon-tag {
    color: #4da893;
    width: 15px;
    text-align: center;
}

.cover-popup {
    cursor: pointer;
}

.picker-item {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.picker-item:hover {
    background-color: #f8f8f8;
}

.picker-results {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-top: 15px;
    padding: 5px;
    height: 250px;
    overflow-y: auto;
}

.picker-info {
    padding: 5px;
    color: #777777;
}

form .picker-value {
    overflow: hidden;
    height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0px;    
}

.dashboard-box-short {
    float: left;
    width: 350px;
    margin-right: 15px;
}

.dashboard-box-wide {
     max-width: 715px;
}
/*
.short-wrapper {
    cursor: pointer;
}

.short-wrapper::after {
    content: "...";
}

.short-content {
    overflow: hidden;
    max-height: 100px;
}

.short-expanded::after {
    content: "";
}

.short-expanded .short-content {
    overflow: visible;
    max-height: none;
}
*/
.left {
    float: left;
}

.right {
    float: right;
}

ul.type-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.type-list li {
    margin-bottom: 10px;
}

ul.type-list li a {
    display: block;
    padding: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    text-decoration: none;
    max-width: 400px;
}

ul.type-list li a:hover {
    background-color: #f2fffa;
}

ul.type-list li a i {
    vertical-align: middle;
}

.clear {
    clear: both;
}

@media screen and (max-width: 990px) {

    .dashboard-box-short, .dashboard-box-wide {
        float: none;
        margin: 0px 0px 15px 0px;
        max-width: none;
        width: 100%;
    }

}

@media screen and (max-width: 720px) {

    #container, #header, #toolbar, #sidebar, #content {
        position: static;
        width: 100%;
        height: auto;
    }

    #user-info {
        position: static;
        text-align: right;
        margin-top: 15px;
    }

    #nav-launcher {
        display: block;
    }

    #nav {
        display: none;
    }

    .content-head-left, .content-head-right {
        float: none;
        width: 100%;
    }

    .content-head-right {
        text-align: left;
        padding: 0px 0px 10px 0px;
    }

    #login, .box-public {
        position: static;
        margin: auto;
        transform: none;
        margin-top: 40px;
    }

}

