﻿body {
    font: 18px/24px Tahoma, Verdana, sans-serif;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

/* Font Size
-----------------------------------------------------------------------------*/
.small {
    font: 18px/24px Tahoma, Verdana, sans-serif;
}

.medium {
    font: 22px/28px Tahoma, Verdana, sans-serif;
}

.large {
    font: 26px/32px Tahoma, Verdana, sans-serif;
}

/* Header
-----------------------------------------------------------------------------*/
header .logo {
    padding: 0.5rem 0;
}

.sveden {
    font-weight: 600;
}

.search form {
    background: url("/img/special/bg-form.png") no-repeat;
    height: 30px;
    overflow: hidden;
    width: 377px;
    margin-top: 0.5rem;
}

.color3 .search form {
    background: url("/img/special/bg-blue-form.png") no-repeat;
}

.search form input[type="search"] {
    float: left;
    font-family: Tahoma,Verdana,sans-serif;
    font-size: 16px;
    border: none;
    height: 19px;
    padding: 2px 5px;
    margin: 3px 0 0 10px;
    width: 325px;
}

.search form .button {
    background: url("/img/special/loop.png") no-repeat scroll 20% 3px transparent;
    cursor: pointer;
    float: right;
    border: none;
    height: 22px;
    margin: 2px 10px 0 0;
    width: 20px;
}

.color3 .search form .button {
    background: url("/img/special/loop-blue.png") no-repeat scroll 20% 3px transparent;
}

/* Nav
-----------------------------------------------------------------------------*/
nav {
    margin-bottom: 1rem;
}

    nav .row {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    nav a.active {
        background-color: #000;
        color: #fff;
    }

.color2 nav a.active {
    background-color: #fff;
    color: #000;
}

.color3 nav a.active {
    background-color: #063462;
}

/* Settings
-----------------------------------------------------------------------------*/
.settings {
    padding: 0.5rem;
    font-size: 18px;
    border-bottom: 1px solid;
}

.color2 .settings {
    background-color: #000;
    border-bottom: 1px solid;
}

.color3 .settings {
    background-color: #9dd1ff;
    border-bottom: 1px solid;
}

.color-settings button {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

    .color-settings button.white {
        background-color: #fff;
        border: 1px solid;
    }

    .color-settings button.black {
        background-color: #000;
        color: #fff;
        border: 1px solid #000;
    }

.color2 .color-settings button.black {
    border: 1px solid #fff;
}

.color-settings button.blue {
    background-color: #9dd1ff;
    color: #063462;
    border: 1px solid #063462;
}

.font-settings button {
    font-weight: 600;
    background: none;
    border: 1px solid #000;
    line-height: 1;
    cursor: pointer;
}

    .font-settings button.small {
        font-size: 20px;
    }

    .font-settings button.mid {
        font-size: 24px;
    }

    .font-settings button.big {
        font-size: 28px;
    }

.color2 .font-settings button.small,
.color2 .font-settings button.mid,
.color2 .font-settings button.big {
    border: 1px solid #fff;
    color: #fff;
}

.color3 .font-settings button.small,
.color3 .font-settings button.mid,
.color3 .font-settings button.big {
    border: 1px solid #063462;
    color: #063462;
}

/* Main
-----------------------------------------------------------------------------*/
main {
    margin-bottom: 2rem;
}

/* Right Sidebar
-----------------------------------------------------------------------------*/

/* Footer
-----------------------------------------------------------------------------*/
footer .row {
    border-top: 3px solid;
    padding-top: 1rem;
}

/* Color
-----------------------------------------------------------------------------*/
.color1 {
    background-color: #ffffff;
    color: #000000;
}

.color1 a {
    color: #000000;
}

.color2 {
    background-color: #000000;
    color: #ffffff;
}

.color2 a {
    color: #ffffff;
}

.color3 {
    background-color: #9dd1ff;
    color: #063462;
}

.color3 a {
    color: #063462;
}

/* Attachment
-----------------------------------------------------------------------------*/
.file-size {
    color: #000;
}

.color2 .file-size {
    color: #fff;
}

.color3 .file-size {
    color: #063462;
}

.xls-icon {
    background-image: url("../../img/icons/icon_xls.png");
    display: block;
    float: left;
    width: 29px;
    height: 39px;
    margin-right: 10px;
}

.doc-icon {
    background-image: url("../../img/icons/icon_docx.png");
    display: block;
    float: left;
    width: 29px;
    height: 39px;
    margin-right: 10px;
}

.ppt-icon {
    background-image: url("../../img/icons/icon_ppt.png");
    display: block;
    float: left;
    width: 29px;
    height: 39px;
    margin-right: 10px;
}

.pdf-icon {
    background-image: url("../../img/icons/icon_pdf.png");
    display: block;
    float: left;
    width: 29px;
    height: 39px;
    margin-right: 10px;
}

.rtf-icon {
    background-image: url("../../img/icons/icon_rtf.png");
    display: block;
    float: left;
    width: 29px;
    height: 39px;
    margin-right: 10px;
}

.txt-icon {
    background-image: url("../../img/icons/icon_txt.png");
    display: block;
    float: left;
    width: 29px;
    height: 39px;
    margin-right: 10px;
}

.zip-icon {
    background-image: url("../../img/icons/icon_zip.png");
    display: block;
    float: left;
    width: 29px;
    height: 39px;
    margin-right: 10px;
}

.rar-icon {
    background-image: url("../../img/icons/icon_rar.png");
    display: block;
    float: left;
    width: 29px;
    height: 39px;
    margin-right: 10px;
}

.file-icon {
    background-image: url("../../img/icons/icon_file.png");
    display: block;
    float: left;
    width: 29px;
    height: 39px;
    margin-right: 10px;
}

/* Card
-----------------------------------------------------------------------------*/
.card {
    margin-bottom: 1rem;
    border: 1px solid #000;
}

.card-header {
    padding: 0.75rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #000;
    color: #000;
}

.color2 .card {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
}

.color2 .card-header {
    background-color: #000;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.color3 .card {
    background-color: #9dd1ff;
    border: 1px solid #063462;
    color: #063462;
}

.color3 .card-header {
    background-color: #9dd1ff;
    color: #063462;
    border-bottom: 1px solid #063462;
}

/* Button
-----------------------------------------------------------------------------*/
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.color1 .btn-secondary, .color1 .btn-block {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.color2 .btn-primary {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}

.color2 .btn-secondary {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}

.color3 .btn-primary {
    background-color: #9dd1ff;
    color: #063462;
    border: 1px solid #063462;
}

.color3 .btn-secondary {
    background-color: #9dd1ff;
    color: #063462;
    border: 1px solid #063462;
}

/* Tables
-----------------------------------------------------------------------------*/
.color2 table {
    color: #fff;
}

    .color2 table th, .table td {
        border-top: 1px solid #fff;
    }

.color2 .table thead th {
    border-bottom: 2px solid #fff;
}

.color3 table {
    color: #063462;
}

    .color3 table th, .table td {
        border-top: 1px solid #063462;
    }

.color3 .table thead th {
    border-bottom: 2px solid #063462;
}

/* Form Control
-----------------------------------------------------------------------------*/
.color1 .form-control {
    border: 1px solid #000;
}

.color2 .form-control {
    border: 1px solid #fff;
}

.color3 .form-control {
    color: #063462;
    border: 1px solid #063462;
}

/* PhotoBLock 
-----------------------------------------------------------------------------*/
.photo-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    list-style: none;
    margin-left: -0.4rem;
}

.photo-list .photo-item {
    padding-left: 0.4rem;
    margin-bottom: 0.4rem;
    position: relative;
}

.photo-list .photo-item img {
    width: 10rem;
    object-fit: cover;
    object-position: unset;
    height: 7rem;
}

/* Home Page 
-----------------------------------------------------------------------------*/
.news-list-component .news-title {
    font-weight: bold;
}

.all-news-link {
    text-align: right;
    margin-bottom: 2rem;
    font-weight: bold;
}