﻿.view {
    overflow: hidden;
    position: relative;
    top: -16px;
    left: -1px;
    font-family: myFont !important;
}

.backprofile {
    width: 100%;
    background-position:center center;
    background-size: cover;
    min-height: 360px;
    position: relative;
    top: -20px;
    background-repeat: no-repeat;
    z-index: 80;
    background-color: #0094ff;
    background-image: url(/content/images/blobbg.png);
}

.btnbackupload {
    position: absolute;
    right: 10px;
    top: 40px;
    opacity: 0.1;
    padding: 10px;
    border: 1px solid #aaaaaa;
    background-color: #dddddd;
    border-radius: 3px;
    z-index: 560;
}

.btnfrontupload {
    position: absolute;
    left: 90px;
    bottom: 76px;
    opacity: 0.1;
    padding: 10px;
    border: 1px solid #aaaaaa;
    background-color: #dddddd;
    border-radius: 3px;
    z-index: 200;
}

.bioprofile {
    position: absolute;
    bottom: 0;
    left: 230px;
    bottom: 70px;
    height: 70px;
    width: 50%;
    z-index: 270;
    color: #ffd800;
    font-weight: bolder;
    text-shadow: 2px 2px #606060;
    overflow: hidden;
}

.logoprofile {
    position: absolute;
    bottom: 70px;
    left: 10px;
    height: 200px;
    width: 200px;
    border: 3px solid #aaaaaa;
    background-color: #dddddd;
    border-radius: 5px;
    background-position: center center;
    background-size: cover;
    z-index: 50;
    background-color: #cdcdcd;
    background-image: url(/content/images/authors/user_na.png);
}
@media (max-width: 600px) {
    .logoprofile {
        position: absolute;
        top: 40px;
        left: 10px;
        height: 200px;
        width: 200px;
        border: 3px solid #aaaaaa;
        background-color: #dddddd;
        border-radius: 5px;
        background-position: center center;
        background-size: cover;
        z-index: 50;
        background-color: #cdcdcd;
        background-image: url(/content/images/authors/user_na.png);
    }

    .bioprofile {
        position: absolute;
        left: 10px;
        bottom: 45px;
        height: 70px;
        width: 100%;
        z-index: 270;
        color: #ffd800;
        font-weight: bolder;
        text-shadow: 1px 1px #606060;
        overflow: hidden;
    }

}


.magazineprofile {
    position: absolute;
    bottom: 54px;
    left: 0px;
    height: 70px;
    width: 100%;
    z-index: 2500;
}

.magazinetitle {
    min-width: 350px;
    max-width: 500px;
    margin: auto;
    border: 1px dashed #dddddd;
    background-color: #dddddd;
    border-radius: 5px;
    background-position: center center;
    background-size: cover;
    z-index: 2501;
    background-color: #cdcdcd;
    padding: 10px;
    background-image: url(/content/images/university.jpg);
    opacity: 0.7;
}


.menuprofile {
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: 0;
    height: 54px;
    background-color: #cdcdad;
    width: 100%;
    z-index: 210;
    padding: 0 10px 0 10px;
}

.oform2 {
    padding: 0px;
    margin: 0px;
}

.menuleft {
    margin: 10px 0 0 0;
}

    .menuleft .menutext {
        margin: 0 10px 0 10px;
        border-right: 1px solid;
        min-width: 60px;
    }

.postarea {
    background-color: #fff;
    min-height: 100px;
    position: relative;
}

.ashtml-read {
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    background-color: #fdfefd;
    width: 100%;
    font-size: 2em;
    min-height: 100px;
    color: #aaaaaa;
}

.ashtml-write {
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    background-color: #ffffff;
    width: 100%;
    display: none;
    min-height: 220px;
    margin: 0 0 10px 0;
}

.tinymce {
    height: 100%;
    width: 100%;
    margin: 0px;
}

.postedit .control {
    padding: 10px;
    text-align: right;
}

    .postedit .control .btn {
        min-height: 40px;
        padding: 10px;
    }

.dataarea {
    padding: 10px 15px 0 15px;
    background-color: #fff;
}

.articles {
}

    .articles .picture {
    }

        .articles .picture img {
            width: 100%;
            height: 80px;
            border: 2px solid #efefef;
            border-radius: 3px;
            margin: 5px;
            margin-right: 10px;
        }

    .articles .titlearea {
        padding: 10px 0 0 0;
        font-weight: bold;
        font-size: 1.8em;
    }

    .articles .secondline {
    }

.posting {
    border: 2px solid #cdcdcd;
    border-radius: 8px;
    margin: 10px 0 10px 0;
    background-color: #fff;
    border-bottom: 4px solid #cdcdcd;
}

    .posting .post-header {
        padding: 5px;
        background-color: #dddcdc;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .posting .ctlmenu {
        position: relative;
        right: 0px;
        top: -56px;
        font-size: 2em;
    }

    .posting .postcontent {
        padding: 10px 10px 10px 16px;
        word-break: break-all;
        overflow: hidden;
        min-height: 80px;
    }

        .posting .postcontent .more {
            padding: 0 8px 0 12px;
            font-weight: bolder;
            cursor: pointer;
        }

    .posting .postingheader {
        border-bottom: 1px solid #cdcdcd;
    }

    .posting .lineup {
        padding: 10px 6px 10px 6px;
    }

    .posting .postimage {
        width: 100%;
    }

    .posting .context ul, .context li {
        list-style: none;
        list-style-type: none;
    }

    .posting .socialmedia {
        display: none;
    }

.articlecontent {
    min-height: 60px;
    border: 1px solid;
    border-radius: 3px;
    padding: 5px;
    margin: 10px 0 10px 0;
    max-height: 80px;
    overflow: hidden;
}

.iconmage {
    width: 95%;
    margin: auto;
    max-width: 40px;
    max-height: 40px;
}

.navbar-transparent {
    background-color: transparent !important;
}

.navbar-through {
    opacity: 0.5;
}

.aboutauthor {
    word-break: break-all;
    overflow: auto;
}

a.blacklink, a.blacklink:hover {
    color: #0a293f;
}

.chapters {
    text-align: center;
}

.issues {
    text-align: center;
}

.related-footer {
    word-break: break-word;
    overflow: hidden;
    padding: 0 10px 0 0;
}

.panel-heading {
    max-height: 40px;
}

ul.line {
    overflow-x: hidden;
    white-space: nowrap;
    height: 1em;
    width: 100%;
}

    ul.line > li {
        display: inline;
    }

@@media screen and (max-width:768px) {
    .logoprofile {
        position: absolute;
        bottom: 70px;
        left: 10px;
        height: 100px;
        width: 100px;
        border: 1px solid #aaaaaa;
        background-color: #dddddd;
        border-radius: 2px;
        background-color: #dddddd;
        border-radius: 5px;
        background-position: center center;
        background-size: cover;
        z-index: 50;
        background-color: #cdcdcd;
    }

    .bioprofile {
        position: absolute;
        bottom: 0;
        left: 130px;
        bottom: 70px;
        height: 70px;
        width: 100%;
        z-index: 270;
        color: #ffd800;
        font-weight: bolder;
        text-shadow: 1px 1px #606060;
        overflow: hidden;
    }

    .backprofile {
        width: 100%;
        background-position: center -10px;
        background-size: cover;
        min-height: 260px;
        position: relative;
        top: -20px;
        background-repeat: no-repeat;
        z-index: 80;
        background-color: #0094ff;
        background-image: url(/content/images/blobbg.png);
    }

    .btnfrontupload {
        position: absolute;
        left: 40px;
        bottom: 76px;
        opacity: 0.1;
        padding: 10px;
        border: 1px solid #aaaaaa;
        background-color: #dddddd;
        border-radius: 3px;
        z-index: 200;
    }
}
