/**
 * LOGIN PAGE
 * ---------------------------------------------------------------------------------------------------------------------
 */
.devcenter-login {

}

.devcenter-login h5 {
    padding-top: 5px;
    line-height: 150%;
    text-align: justify;
}

.devcenter-login .login-logo {

}

.devcenter-login #error-message {
    display: none;
}

/**
 * MAIN PAGE
 * ---------------------------------------------------------------------------------------------------------------------
 */
.sidebar-logo {
    background: url('../../images/main-metalogo.gif') no-repeat center;
    width: 240px;
    height: 29px;
    left: 0;
    bottom: 20px;
    position: fixed;
}

.leftpanel-collapsed .sidebar-logo {
    background: url('../../images/main-metalogo-vert.gif') no-repeat center;
    width: 49px;
    height: 138px;
    left: 0;
    bottom: 20px;
}

.projects-table a {
    color: inherit !important;
}

.header-logo {

}

.leftpanel-collapsed .header-logo {
    margin-left: 14px;
    margin-top: 7px;
    float: left;
    width: 171px;
    height: 34px;
    background: url('../../images/main-devcenter-logo-inside.gif') no-repeat center;
}

.app-release {
    text-align: center;
    width: 100%;
    color: #999;
    font-size: 10px;
}

.app-release a {
    color: #999;
}

/**
 * PROJECTS
 * ---------------------------------------------------------------------------------------------------------------------
 */
pre {
    margin-left: 2%;
    background-color: #f8f8f8;
}

code {
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    white-space: nowrap;
    padding: 1px 3px;
}

pre code {

    color: inherit !important;
    border: none;
    padding: 0;
}

.simple-message-panel h1 {
    font-size: 28px;
}

.simple-message-panel h2 {
    font-size: 24px;
}

.simple-message-panel h3 {
    font-size: 20px;
}

.markrender img {
    max-width: 500px;
}

/**
 * MEDIA QUERIES
 * ---------------------------------------------------------------------------------------------------------------------
 */
@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 767px) {

    .sidebar-logo {
        background: url('../../images/main-metalogo.gif') no-repeat center;
        width: 240px;
        height: 29px;
        position: relative;
        margin-top: 30px;
    }

}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
}

@media screen and (max-height: 640px) {

    .sidebar-logo {
        display: none;
    }

}