/* Main CSS file */

body {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    margin-top: 0px;
}

a:link, a:visited {
    text-decoration: none;
    color: #ad2311;
}

a:hover, a:active {
    text-decoration: underline;
    color: #ad2311;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.menu {
    width: 100%;
    background-color: #000;
}

/*
div.container {
    width: 1184px;
    min-height: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
*/

div.header {
    background-image:url('/img/suo/header.jpg');
    background-color: #5D763C;
    height: 230px;
}

div.menu {

}

div.menu_item {
    float: left;
    background-color: #000;
}

span.menu_item_content {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
    /*margin-right: 1px;*/
    text-align: center;
    /*width: 147px;*/
    width: 130px;
    background-color: #000;
    color: #fff;
    border-left: 1px solid #fff;
}


span.menu_item_content:hover {
    background-color: #fff;
    color: #000;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 130px;
    text-align: center;
    z-index: 2;
}

.dropdown-content a {
    color: #ffffff;
    padding: 5px;
    text-decoration: none;
    display: block;
    border-top: 1px solid #fff;
}

.dropdown-content a:hover {background-color: #f1f1f1; color: #000;}

.dropdown:hover .dropdown-content {
    display: block;
}

.orcid_icon {
    position: relative;
    width: 16px;
    top: 4px;
}


div.upper_container {
    bottom: 36px;
    left: 50%;
    margin-left: -380px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 196px;
    width: 720px;
    padding: 20px;
    z-index: 500;
    border-right:dotted 1px; color:#b6884d;
    border-left:dotted 1px; color:#b6884d;
}

div.container_3 {
    float: left;
    width: 100%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

/* Poistettu HTML:stä
div.container_2 {
    float: left;
    width: 100%;
    background-color: #fff;
    position: relative;
    right: 200px;
}

div.container_1 {
    float: left;
    width: 100%;
    background-color: #fff;
    position: relative;
    right: 784px;
}
*/
div.column_1 {
    float: left;
    /*width: 180px;*/

    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    overflow: hidden;
    /*left: 984px;*/
}


div.column_2 {
    float: left;
    /*width: 742px;*/
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px; */
    /*
    border-right:dotted 1px; color:#b6884d;
    border-left:dotted 1px; color:#b6884d;
    */
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    /*left: 984px;*/
    color:#000;
    /* min-height: 500px; */
}


div.column_3 {
    float: left;
    /*width: 180px;*/
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    overflow: hidden;
    /*left: 984px;*/
}

div.footer {
    /*height: 20px;*/
    clear: both;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    background-color: #e8e6e0;
    bottom: 0;
    /*position: absolute;*/
    /*width: 765px;*/
    /*left: 210px;*/
}


div.block {
    margin-bottom: 20px;
}

div.small_font {
    font-size: 11px;
}

/* Set height to browser height */
html, body, div.container {
    height: 100%;
}

div.container_3 {
    /* height: 70%; */
}

div.column_2, div.container_1, div.container_2 {
    height: 100%;
}

/* , div.container_1, div.container_2, div.container_3 */

#recipient_list > table {
    margin: 0px;
}

.full_width {
    width: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.red_text {
    color: red;
}

.green_text {
    color: green;
}

.black_text {
    color: black;
}

.highlights {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #666666;
}

.search {
    width: 110px;
}

/*Responsive*/

@media only screen and (min-width: 1184px) {
div.container {
    width: 1400px;
    min-height: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
}
@media only screen and (max-width: 1183px) {
div.container {
    width: 100%;
}
}

@media only screen and (min-width: 1024px) {
/*div.column_1 {
    width: 14%;
}*/
div.column_2 {
    width: 64%;
}
/*div.column_3 {
    width: 14%;
}*/
.sticky-wrapper {
    width: 14%;
    float: left;
}
}

@media only screen and (max-width: 1060px) {
    span.menu_item_content {
        border-left: 0px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 830px){
/*div.column_1 {
    width: 14%;
}*/
div.column_2 {
    width: 62%;
}
/*div.column_3 {
    width: 14%;
}*/
.sticky-wrapper {
    width: 14%;
    float: left;
}
}
@media only screen and (max-width: 829px) and (min-width: 768px){
/*div.column_1 {
    width: 15%;
}*/
div.column_2 {
    width: 60%;
}
/*div.column_3 {
    width: 14%;
}*/
.sticky-wrapper {
    width: 14%;
    float: left;
}
}

@media only screen and (max-width: 767px) {
    div.column_1, div.column_3 {
        width: 96%;
}
    div.column_2 {
        width: 96%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .issue-block-left, .issue-block-right, .issue_list_volume, .issue-block-right-bottom {
        float: left;
}
    .issue-block-left {
        width: 30%;
        padding-right: 20px;
    }
    .issue-block-right {
        width: 60%;
    }
    .issue_list_volume {
        padding-right: 10px;
    }
    .is-sticky {
        display: none;
    }
}





