
body,html {
    background-color: #0f1d35;
    color: #494949;
    font-size: 13px;
    width: 100%;
    min-width: 1014px !important;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

a {
    color: #0980c6;
}

.container {
    width: 1014px;
}

.hamburger {
    display: none !important;
}

.header {
    width: 100%;
    background-image: url('../img/header_top_wrap_bg.jpg');
    background-color: #00305f;
}

.header-container {
    position: relative;
    height: 93px;
    background-image: url('../img/header-background.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

.logo {
    margin-top: 24px;
    width: 192px;
    height: 43px;
    margin-left: 10px;
}

.header-lower {
    height: 72px;
    background-image: url('../img/header-lower-background.png');
    text-align: center;
}

.header-lower h1, .header-lower h2 {
    color: #FFFFFF;
    font-size: 20px;
    font-family: Tahoma, Geneva, Verdana;
    font-weight: normal;
    margin-top: 12px;
    line-height: 18px;
}

.header-lower h2 { font-size: 18px; margin-top: 10px; }

.header-login {
    background-image: url('../img/header-login-background.png');
    background-position: center;
    background-repeat: repeat-y;
    margin-top: 1px;
    height: 70px;
}

.header-login .button1:hover { text-decoration: none; color: #79b0d5; }
.header-login .button1 {
    text-align: center;
    display: block;
    width: 167px;
    padding-left: 4px;
    padding-top: 12px;
    height: 48px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    background-image: url('../img/top-button1.png');
    float: left;
    margin-left: 60px;
    margin-top: 10px;
}

.header-login .button2:hover { text-decoration: none; color: #79b0d5; }
.header-login .button2 {
    text-align: center;
    display: block;
    width: 167px;
    padding-left: rightpx;
    padding-top: 12px;
    height: 48px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    background-image: url('../img/top-button2.png');
    float: left;
    margin-top: 10px;
    margin-left: 5px; 
}

/* HERO UNIT */

.hero-unit {
    margin-top: 0px;
    background-color: #002a53;
    border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: url('../img/header-lower-shadow.png');
    background-repeat: repeat-x;
    height: 120px;
    padding: 0;
    margin-bottom: 0px;
}

.hero-unit-container {
    background-image: url('../img/hero-unit-background.png');
    background-repeat: no-repeat;
    background-position: center top;
    height: 100%;
}

.hero-unit .image-container {
    width: 90px;
    text-align: center;
    padding-top: 14px;
    float: left;
}

.hero-unit .image-container a {
    display: block;
}

.hero-unit .first-span {
    margin-left: 55px;
}

.hero-unit .last-span .text-container {
    border-right: 0px;
}  

.hero-unit .text-container span {
    font-family: Tahoma, Geneva, Verdana;
    color: #79b0d5;
    font-size: 16px;
    line-height: 30px;
}

.hero-unit-logged {
    height: 50px !important;
}

.hero-unit-logged-text span { padding-right: 40px; margin-left: 5px; }
.hero-unit-logged img { padding-right: 5px; }
.hero-unit-logged-text {
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    font-family: Tahoma, Geneva, Verdana;
    margin-top: 9px;
}
.hero-unit-logged-text a { color: #33CC33;}

.hero-unit .text-container a:hover { text-decoration: none; }
.hero-unit .text-container {
    color: #FFFFFF;
    font-size: 11px;
    line-height: 13px;
    width: 180px;
    float: left;
    margin-left: 20px;
    margin-top: 12px;
    border-right: 1px solid #425c74;
    height: 100px;
}

.hero-text-section {
    display: inline-block;
}

/* HERO UNIT LOPPUU */

/* VASEN NAVI */

.content-left-title, .content-blue-title {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    background-image: url('../img/navigation-left-title-background.png');
}

.content-left-container {
    width: 247px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    float: left;
}

.content-left {
    padding-top: 15px;
}

.content-left-np {
    padding-top: 3px;
}

/* VASEN NAVI LOPPUU */

/* CONTENT AREA */

.content-row {
    background-image: url('../img/title-row-background.png');
    background-repeat: repeat-x;
    padding-top: 2px;
    min-width: 100%;
}

.content-main-title {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    background-image: url('../img/content-title-background.png');
}

.main-container {
    background-color: white;
}

.content-main-container {
    height: 100%;
    width: 764px;
    float: left;
    margin-left: -1px;
    border-left: 1px solid #d9d9d9;
}

.content-main {
    padding: 15px;
}

/* CONTENT AREA LOPPUU */

/* FOOTER */

.footer {
    background-color: #f1f0f1;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.footer-lower {
    background-color: #333333;
}

.footer-row .span3, .footer-row .span4, .footer-row .span2 {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 205px;
    background-image: url('../img/footer-divider.png');
    background-position: left center;
    background-repeat: no-repeat;
    font-family: Tahoma, Geneva, Verdana;
}

.footer-row .span3 strong, .footer-row .span4 strong, .footer-row .span2 strong {
    margin-left: 20px;
    padding-bottom: 20px;
    display: block;
}

.footer-row .span3 a, .footer-row .span4 a, .footer-row .span2 a {
    margin-left: 20px;
    width: 100%;
    display: block;
    color: #484848;
    margin-bottom: 8px;
}

.footer-row address a {
    margin-left: 0px !important;
    display: inline !important;
    width: auto !important;
    margin-bottom: 0px !important;
}

.footer-row .span3 a.h, .footer-row .span4 a.h, .footer-row .span2 a.h {
    width: 90px !important;
    float: left;
}

.footer-row .yhteystiedot a {
    margin-bottom: 0px !important;
}

.footer-row address {
    margin-left: 20px;
    font-size: 11px;
}

/* FOOTER LOPPUU */

.title-container {
    padding-left: 14px;
    padding-top: 12px;
    padding-right: 14px;
    font-family: Tahoma, Geneva, Verdana;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
}

.title-container img {
    padding-right: 9px;
    padding-bottom: 2px;
}

.title-container span {
    float: right;
    color: #acacac;
    font-family: Tahoma, Geneva, Verdana;
    font-size: 10px;
    padding-top: 4px;
}

.title-container a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
}

.forum-entry {
    line-height: 15px;
    font-size: 11px;
    padding: 0px 15px 15px 15px;
}

.left-entry:hover {
    border-left: 2px solid rgb(0, 42, 83);
}

.left-entry {
    line-height: 18px;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-left: 2px solid #CCCCCC;
    cursor: default;
}

.forum-entry a {
    font-size: 13px;
    color: #0067a4;
}

.left-entry a {
    color: #0067a4;
    font-size: 16px;
}

a.service-entry:hover { text-decoration: none; background-color: #e5e5e5; }
a.service-entry {
    background-color: #f8f8f8;
    padding: 15px;
    font-family: Tahoma, Geneva, Verdana;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
    display: block;
    color: #494949;
}

.service-entry img {
    padding-bottom: 4px;
}

.paid-services-info a { font-weight: bold; }
.paid-services-info {
    line-height: 15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #494949;
    font-size: 12px;
}

.navigation {
    margin-top: 30px;
    font-size: 17px;
    color: #FFFFFF;
    font-family: Tahoma, Geneva, Verdana, Arial;
}

.navigation .active a { color: #79b0d5; }
.navigation a:hover { text-decoration: none; color: #79b0d5; }
.navigation a {
    color: #FFFFFF;
    padding: 5px 23px 10px 20px;
    height: 20px;
    display: block;
}

.navigation li {
    float: left;
    list-style-type: none;
    background-image: url('../img/nav-divider.png');
    background-position: right center;
    background-repeat: no-repeat;
}

.copyright-container {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
}

/* PALVELUT JNE */

.container-half {
    width: 505px;
    float: left;
    border-right: 1px solid #E7E7E7;
    margin-left: 1px;
}

.container-full {
    width: 1010px;
    float: left;
    /*border-right: 1px solid #E7E7E7;*/
    margin-left: 1px;
}

.container-half-left {
    width: 505px;
    float: left;
    margin-left: 1px;
}

.container-half-right {
    width: 505px;
    float: left;
    border-left: 1px solid #E7E7E7;
    margin-left: 1px;
}

.service-icon-container {
    text-align: center;
    padding-top: 20px;
}

.service-description-container {
    padding-top: 20px;
}

.row-service {
    padding-bottom: 20px;
    height: 120px;
    border-bottom: 1px solid #E7E7E7;
}

.row-service-scale {
    padding-bottom: 20px;
    border-bottom: 1px solid #E7E7E7;
}

.row-service-premium {
    padding-bottom: 10px;
    /*height: 150px;*/
    border-bottom: 1px solid #E7E7E7;
}

.service-primary-description {
    min-height: 120px;
}

.service-application-button {
    float: right;
    padding: 4px;
    display: block;
    background-color: #FFFFFF;
    color: #136197 !important;
    font-weight: bold !important;
    font-size: 12px !important;
    text-decoration: none;
    letter-spacing: normal;
    font-family: "Arial","Verdana";
    border-radius: 2px;
    padding-left: 6px;
    padding-right: 6px;
}

.service-application-button-primary {
    padding: 4px;
    display: inline-block;
    background-color: #136197;
    color: #FFFFFF !important;
    font-weight: bold !important;
    font-size: 12px !important;
    text-decoration: none;
    letter-spacing: normal;
    font-family: "Arial","Verdana";
    border-radius: 2px;
    padding-left: 6px;
    padding-right: 6px;
}

.service-free {
    color: #0c8306;
    text-align: right;
    margin-right: 20px;
    font-size: 11px;
}

.service-paid {
    color: orange;
    text-align: right;
    margin-right: 20px;
    font-size: 11px;
}

.plus-services-container p { margin-top: 30px; }
.plus-services-container {
    float: left;
    width: 1012px;
    margin-left: 1px;
    border-top: 1px solid #E7E7E7;
    padding-top: 1px;
    padding-bottom: 20px;
}

.row-service-blue {
    background-color: #0c3653;
    color: #FFFFFF;
    font-family: "Verdana","Arial";
    font-size: 11px;
    margin-top: -20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E7E7E7;
    /*margin-bottom: 20px;*/
    margin-bottom: 0px;
}

.row-service-list-item {
    height: auto;
    padding-bottom: 10px;
}

.service-description-text {
    min-height: 60px;
}

/* PALVELUT LOPPUU */

.container-full {
    width: 1012px;
    margin-left: 1px;
}

.infotext {
    width: 1010px;
    margin-left: 1px;
    border: 1px solid #cbcbcb;
    padding-top: 20px;
    color: #494949;
    background-color: #e7e7e7;
    padding-bottom: 10px;
}

.infotext-half {
    width: 503px;
    border: 1px solid #cbcbcb;
    padding-top: 20px;
    color: #494949;
    background-color: #e7e7e7;
    padding-bottom: 10px;
    font-size: 11px;
}

p {
    margin-left: 20px;
    margin-right: 20px;
}

/* REKISTERÖITYMINEN */

.register-left {
    float: left;
    width: 420px;
    border-right: 1px solid #E7E7E7;
    padding-top: 20px;
    margin-left: 80px;
}

.register-row {
    float: left;
    height: 55px;
    width: 100%;
}

.register-left span {
    float: left;
    margin-left: 20px;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding-top: 5px;
}

.register-left input {
    float: right;
    margin-right: 20px; 
}

.register-right {
    float: left;
    margin-left: 20px;
    padding-top: 20px;
    width: 450px;
}

.register-right span {
    display: block;
    margin-top: 6px;
    float: left;
}

.register-form-submit {
    color: #136197;
    font-weight: bold;
    border: 0;
    padding: 7px;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
}

/* REKISTERÖITYMINEN LOPPU */

.error {
    width: 970px;
    margin-left: 1px;
    border: 1px solid #eed3d7;
    padding-top: 20px;
    color: #b94a48;
    background-color: #f2dede;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}

.error-half {
    width: 460px;
    margin-left: 1px;
    border: 1px solid #eed3d7;
    padding-top: 20px;
    color: #b94a48;
    background-color: #f2dede;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}

/* HAKEMUS */

.form-block {
    float: left;
    width: 100%;
}

.form-block h2 {
   font-size: 16px; 
   margin-left: 40px;
   border-bottom: 1px solid #CCCCCC;
   margin-right: 40px;
   margin-top: 0px;
   padding-top: 0px;
   margin-bottom: 12px;
}

.form-block strong {
    float: left;
    margin-top: 5px;
    width: 200px;
    margin-left: 40px;
}

.form-block div {
    margin-top: 5px;
    float: left;
    min-height: 30px;
    min-width: 200px;
}

.form-block div.full-width {
    margin-left:40px;
    margin-right:20px;
}

.form-block div.clearfix {
    display: none;
}

.form-block .small-email-input {
    width: 100px;
}

.application-form {
    margin-top: 20px;
    float: left;
}

span.invalid {
    color: red;
    display: block;
    margin-left: 240px;
    margin-top: -8px;
    margin-bottom: 10px;
    min-width: 200px;
    float: left;
}

.form-block textarea {
    float: left;
    margin-left: 50px;
    margin-top: 10px;
    height: 70px;
    width: 395px;
    font-size: 12px;
}

.form-block .info {
    display: block;
    margin-left: 240px;
    margin-top: -8px;
    margin-bottom: 10px;
    min-width: 200px;
    float: left;
}

.form-block .send-form {
    margin-top: 20px;
    font-size: 14px;
}

textarea.wide {
    max-width: 470px;
    width: 100%;
}

input.invalid {
    border-color: red;
}

.full-container {
    margin-left: 1px;
    width: 1012px;
}

.guide { font-size: 14px; }
.guide img {
    max-width: 720px;
    margin-top: 10px;
}

.news-author {
    font-style: normal;
}

.news-info {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
}

.comments-block {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    max-height: 750px;
    overflow-y: auto;
}

/*.comment-block-smaller-font { font-size: 13px !important; }*/
.comment-block textarea { margin-top: 10px; width: 95%; height: 100px; }
.comment-block span { font-size: 13px; display: block;  }
.comment-block span strong { font-size: 14px; }
.comment-block {
    padding: 5px;
    padding-left: 10px;
    border-left: 2px solid #E7E7E7;
    margin-bottom: 10px;
}

.guide-block {
    float: left;
    margin-left: 55px;
    width: 400px;
    height: 200px;
}

.guide-block h4 {
    padding-bottom: 5px;
    border-bottom: 1px solid #CCCCCC;
}

.anchor:hover {
    text-decoration: none;
}

#login-fade {
    position: absolute;
    display: table;
    left: 0;
    top: 0;
    z-index: 998;
    background-color: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    display: none;
}

#login-box .login-form { margin-top: 30px !important; }
#login-box img { padding: 30px; float: left; }
#login-box {
    position: absolute;
    top: 250px;
    left: 50%;
    margin-left: -260px;
    z-index: 999;
    background-color: #FFFFFF;
    width: 520px;
    height: 190px;
    opacity: 1.0;
    display: none;
}

#login-title a { float: right; }
#login-title {
    width: 500px;
    float: left;
    background-color: #0c3754;
    color: #FFFFFF;
    font-size: 15px;
    padding: 10px;
}

#login-form .input-small { width: 110px !important; }
#login-form {
    margin-top: 37px;
    margin-left: 10px;
    float: left;
}

#login-form label {
    font-size: 12px;
    margin-top: 8px;
}

#login-links {
    width: 300px;
    margin-top: 3px;
    margin-right: 20px;
    float: right;
    text-align: right;
    font-size: 11px;
}

.go-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
}

.content-main h3 {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

.new-comments {
    font-weight: bold;
}

.table-more-padding td {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.give-me-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.proper-vertical-align td {
    vertical-align: text-top;
}

/* TILAVÄRIT */
.status-active { color: green; }
.status-pending { color: orange; }
.status-removed { color: red; }

/* TAULUKOT */
table.bold-first-column tbody tr td:first-child { font-weight: bold; }

.indent-form {
    margin-left: 10px;
}

.codeblock {
    white-space: pre;
    font-family: monospace;
}

.give-me-padding table form {
    margin-bottom: 0px; 
}

.table-toiminnot {
    margin-bottom: 0px;
}


.guide code {
    display: block;
}

.btn-hilight {
    -webkit-box-shadow: 0px 0px 3px 5px rgb(15, 96, 239);
    -moz-box-shadow: 0px 0px 3px 5px rgb(15, 96, 239);
    box-shadow: 0px 0px 3px 5px rgb(15, 96, 239);
}

/** recaptcha */
.g-recaptcha {
    margin-bottom: 10px;
}

/**
 * hero order
 */

.hero-order {
    margin-top: 10px;
    color: #79b0d5;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
}

.hero-order-price {
    color: #FFFFFF;
    font-size: 16px;
}

.hero-unit-block a:hover {
    text-decoration: none;
}

/**
 * login form in page
 */

.login-form--page {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 13px;
}

.required-field:after {
    margin-left: 0.5em;
    color: red;
    content: "*";
}

/* service update */
.service-update-notice {
    color: red;
    font-weight: normal;
}