﻿/*#region General */
body {
    font-family: Verdana, Arial, Helvetica;
    font-size: 0.72em;
    line-height: 1.44em;
    color: #464646;
    background-color: #fff;
    /*background-image: url('/Administration/Images/Layout/body-bg.jpg');*/
    background-repeat: repeat-x;
}


/*#region LAYOUT/MARGINS */
.container-fluid {
    margin: auto;
    max-width: 940px;
    width: 940px;
    padding: 0 6px;
}

.header .container-fluid { /*TopMenu no padding.*/
    padding: 0 6px 0;
}

.navbar .container-fluid {
    padding: 0;
}
/*#endregion */
.row-fluid {
    clear: both;
}

label {
    font-family: Georgia,"Times New Roman",Palatino,Times,serif;
}

dt, dd {
    min-height: 20px;
}

.breadcrumb {
    background-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    list-style: none outside none;
    margin: 10px 0;
    padding: 8px 20px 8px 0;
}

/*#region LINKS*/

a,
.navbar-link {
    color: #0D5C91;
    text-decoration: underline;
}

    a:hover,
    .navbar-link:focus,
    .navbar-link:hover {
        color: #197cbf;
        text-decoration: underline;
    }

    a:focus,
    .navbar-link:focus {
        -moz-outline: 5px auto -webkit-focus-ring-color;
        outline: thin dotted #333;
        outline-offset: -2px;
    }

    a:hover, a:active {
        -moz-outline: 0;
        outline: 0;
    }

    a:visited {
        color: #AD033B;
    }

.link,
.link:visited,
.link:active,
.link-success,
.link-success:visited,
.link-success:active,
.link-info,
.link-info:visited,
.link-info:active,
.link-error,
.link-error:visited,
.link-error:active,
.link-warning,
.link-warning:visited,
.link-warning:active {
    background-color: #FFF;
    background-image: url("/Administration/Images/link-arrow-yellow.gif");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    color: #464646;
    font-size: 110%;
    font-weight: bold;
    /*height: 21px;*/
    padding: 2px 40px 2px 10px;
    text-decoration: none;
}

.link {
    border: 1px solid #dcdcdc;
}

.link-success,
.link-success:visited,
.link-success:active,
.link-success:hover {
    color: #FFFFFF;
    background-color: #508428;
}

.link-info,
.link-info:visited,
.link-info:active,
.link-info:hover {
    color: #FFFFFF;
    background-color: #184b7e;
}

.link-error,
.link-error:visited,
.link-error:active,
.link-error:hover {
    color: #FFFFFF;
    background-color: #AD033B;
}

.link-warning,
.link-warning:visited,
.link-warning:active,
.link-warning:hover {
    color: #000000;
    background-color: #F2B600;
}

.link-pdf {
    /*background-image: url("/Administration/Images/Icons/acrobat_reader_20x20.png");*/
    background-image: url("/Administration/Images/Icons/pdficon_small.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 20px;
}

.link-phone {
    /*background-image: url("/Administration/Images/Icons/link-phone.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 10px;*/
    display: inline-block;
}

.link-icon {
    color: #0D5C91;
    text-decoration: none;
}

.btn-group a {
    text-decoration: none;
}
/*#endregion */

/*#region HEADERS */
h1, h2, h3, h4, h5, h6 {
    /*color: #464646;*/
    margin: 0 0 0.7em 0;
    font-family: Georgia,"Times New Roman",Palatino,Times,serif;
    font-weight: normal;
    line-height: 1em;
    text-rendering: optimizelegibility;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-weight: normal;
        line-height: 1;
        color: #7F7F7F;
    }

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.2em;
}

h1 small {
    font-size: 22px;
}

h2 small {
    font-size: 16px;
}

h3 small {
}

h4 small {
}

.title,
.title-error,
.title-info,
.title-success,
.title-warning {
    background-color: #FFF;
    border-left: 8px solid #E8A621;
    display: block;
    font-family: inherit;
    font-size: small;
    font-weight: bold;
    padding: 0.3em 10px;
    vertical-align: middle;
    text-decoration: none;
}

    .title,
    .title:visited,
    .title:active {
        border-top: 1px solid #DCDCDC;
        border-right: 1px solid #DCDCDC;
        border-bottom: 1px solid #DCDCDC;
    }

    .title-error,
    .title-error:visited,
    .title-error:active,
    .title-error:hover {
        background-color: #AD033B;
        color: #FFFFFF;
    }

    .title-info,
    .title-info:visited,
    .title-info:active,
    .title-info:hover {
        background-color: #0D5C91;
        color: #FFFFFF;
    }

    .title-success,
    .title-success:visited,
    .title-success:active,
    .title-success:hover {
        background-color: #508428;
        color: #FFFFFF;
    }

    .title-warning,
    .title-warning:visited,
    .title-warning:active {
        background-color: #F2B600;
        border-left: 8px solid #AD033B;
        /*border-left: 8px solid #E8A621;*/
        color: #000000;
    }

.title-size-x-small {
    font-size: x-small;
}

.title-size-small {
    font-size: small;
}

.title-size-medium {
    font-size: medium;
}

.title-size-large {
    font-size: large;
}

.title-size-x-large {
    font-size: x-large;
}


/*#endregion HEADERS*/

/*#region TABLES/FIELDSET */
fieldset legend,
table caption {
    color: inherit;
    font-family: Georgia,"Times New Roman",Palatino,Times,serif;
    font-size: 1.6em;
    line-height: 1.6em;
    text-align: left;
}

legend {
    border-color: #ABB7BF;
    -moz-border-image: none;
    -o-border-image: none;
    -webkit-border-image: none;
    border-image: none;
    border-style: none none solid none;
    border-width: 0 0 1px 0;
    color: inherit;
    display: block;
    font-size: 21px;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
}

/*Set size for horizontal header-cells
table tbody tr:first-child th
{
    width: 25%;
}*/
table tbody tr:first-child th,
table tbody tr:first-child td {
    background-color: #fff !important;
    padding: 1px 8px;
    border-top: 2px solid #ddd !important;
}

table tbody tr:last-child th,
table tbody tr:last-child td {
    border-bottom: 2px solid #ddd !important;
}

.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #fff;
}

.table-striped tbody tr:nth-child(2n+2) td, .table-striped tbody tr:nth-child(2n+2) th {
    background-color: #F9F9F9;
}
/*#endregion TABLES/FIELDSET*/

hr {
    margin: 5px 0 6.5px;
}

    hr.ruler-thin {
        margin: 0;
        border-top-color: #ccc;
    }

/*#endregion */

/*#region HEADER */
.page-header {
    padding-bottom: -0.30000000000000004em;
    margin: 0;
    border-bottom: 0 solid #cdcdcd;
}

.span12 .page-header {
    margin-top: 1em;
}

.content .page-header h1 {
    margin: 0 0 0.2em;
}

.header .header-inner {
    padding-right: 20px;
}

.header {
    background-color: #F2B600;
    position: relative;
}

    .header a.brand {
        background-image: url('/Administration/Images/Layout/logo.png');
        background-color: transparent;
        background-repeat: no-repeat;
        /*background-position: -15px top;*/
        text-indent: -9999em;
        width: 220px;
        height: 82px;
        /*color: #464646;*/
        display: block;
        float: left;
        font-size: 20px;
        font-weight: 200;
    }

    .header .colorbar {
        background-image: url('/Administration/Images/Layout/body-header-colorbar.jpg');
        background-color: #AD0338;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 8px;
        clear: both;
    }

.navbar-link,
.navbar-link:visited,
.navbar-link:focus {
    /*color: #0D5C91;*/
    background-color: transparent;
}

/*-----------------*/
.nav-pills {
    margin-bottom: 0;
}

    .nav-pills > li > a {
        border-radius: 0 0 0 0;
        margin-bottom: 0;
        margin-top: 8px;
        padding: 6px 3px;
    }

        .nav-pills > li > a:hover,
        .nav-pills > li > a:focus {
            background-color: transparent;
            text-decoration: underline;
        }

#nav-shortcuts {
    position: static;
}

    #nav-shortcuts hr {
        border-color: transparent;
        border-style: solid none;
        border-width: 0;
        margin: 0;
    }

    #nav-shortcuts .nav-pills > li {
        /*margin-right: 0.5em;*/
        float: right;
    }

    #nav-shortcuts .nav-tabs:after,
    #nav-shortcuts .nav-pills:after {
        clear: right;
    }

form.form-search {
    margin-bottom: 0;
    padding-top: 1em;
}

/*#endregion HEADER*/

/*#region BUTTONS */
/*#region Mobile menubutton */
.navbar .btn-navbar {
    /*display: none;*/
    text-decoration: none;
    background: transparent;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .navbar .btn-navbar:hover,
    .navbar .btn-navbar:focus,
    .navbar .btn-navbar:active,
    .navbar .btn-navbar.active,
    .navbar .btn-navbar.disabled,
    .navbar .btn-navbar[disabled] {
        background: -moz-linear-gradient(#557FA8, #294D73); /* FF 3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #557FA8), color-stop(100%, #294D73)); /* Safari 4+, Chrome 2+ */
        background: -webkit-linear-gradient(#557FA8, #294D73); /* Safari 5.1+, Chrome 10+ */
        background: -o-linear-gradient(#557FA8, #294D73); /* Opera 11.10 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#557FA8', endColorstr='#294D73'); /* IE6 & IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#557FA8', endColorstr='#294D73')"; /* IE8+ */
        background: linear-gradient(#557FA8, #294D73); /* the standard */
    }
/*#endregion */

/*#region Buttons override */
/*#region btn-primary */
.btn-primary {
    /*#456f98, #193D63*/
    background-color: #193D63;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    background: -moz-linear-gradient(#456f98, #193D63); /* FF 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #456f98), color-stop(100%, #193D63)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#456f98, #193D63); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#456f98, #193D63); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#456f98', endColorstr='#193D63'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#456f98', endColorstr='#193D63')"; /* IE8+ */
    background: linear-gradient(#456f98, #193D63); /* the standard */
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        background: -moz-linear-gradient(#557FA8, #294D73); /* FF 3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #557FA8), color-stop(100%, #294D73)); /* Safari 4+, Chrome 2+ */
        background: -webkit-linear-gradient(#557FA8, #294D73); /* Safari 5.1+, Chrome 10+ */
        background: -o-linear-gradient(#557FA8, #294D73); /* Opera 11.10 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#557FA8', endColorstr='#294D73'); /* IE6 & IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#557FA8', endColorstr='#294D73')"; /* IE8+ */
        background: linear-gradient(#557FA8, #294D73); /* the standard */
    }

/*#endregion btn-primary */

/*#region btn-success */
.btn-success {
    /*#80b458, #508428*/
    background-color: #508428;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    background: -moz-linear-gradient(#80b458, #508428); /* FF 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80b458), color-stop(100%, #508428)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#80b458, #508428); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#80b458, #508428); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b458', endColorstr='#508428'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b458', endColorstr='#508428')"; /* IE8+ */
    background: linear-gradient(#80b458, #508428); /* the standard */
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .btn-success.disabled,
    .btn-success[disabled] {
        background: -moz-linear-gradient(#90C468, #609438); /* FF 3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #90C468), color-stop(100%, #609438)); /* Safari 4+, Chrome 2+ */
        background: -webkit-linear-gradient(#90C468, #609438); /* Safari 5.1+, Chrome 10+ */
        background: -o-linear-gradient(#90C468, #609438); /* Opera 11.10 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90C468', endColorstr='#609438'); /* IE6 & IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#90C468', endColorstr='#609438')"; /* IE8+ */
        background: linear-gradient(#90C468, #609438); /* the standard */
    }

/*#endregion btn-success */

/*#region btn-danger */
.btn-danger {
    /*#C4496F, #AD0338*/
    background-color: #AD0338;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    background: -moz-linear-gradient(#C4496F, #AD0338); /* FF 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C4496F), color-stop(100%, #AD0338)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#C4496F, #AD0338); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#C4496F, #AD0338); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C4496F', endColorstr='#AD0338'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C4496F', endColorstr='#AD0338')"; /* IE8+ */
    background: linear-gradient(#C4496F, #AD0338); /* the standard */
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .btn-danger.disabled,
    .btn-danger[disabled] {
        background: -moz-linear-gradient(#D4596F, #BD1348); /* FF 3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4596F), color-stop(100%, #BD1348)); /* Safari 4+, Chrome 2+ */
        background: -webkit-linear-gradient(#D4596F, #BD1348); /* Safari 5.1+, Chrome 10+ */
        background: -o-linear-gradient(#D4596F, #BD1348); /* Opera 11.10 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4596F', endColorstr='#BD1348'); /* IE6 & IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4596F', endColorstr='#BD1348')"; /* IE8+ */
        background: linear-gradient(#D4596F, #BD1348); /* the standard */
    }
/*#endregion btn-danger */

/*#region btn-info */
.btn-info {
    /*#A6C3D6, #5089B0*/
    background-color: #5089B0;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    background: -moz-linear-gradient(#A6C3D6, #5089B0); /* FF 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A6C3D6), color-stop(100%, #5089B0)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#A6C3D6, #5089B0); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#A6C3D6, #5089B0); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6C3D6', endColorstr='#5089B0'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6C3D6', endColorstr='#5089B0')"; /* IE8+ */
    background: linear-gradient(#A6C3D6, #5089b0); /* the standard */
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .btn-info.disabled,
    .btn-info[disabled] {
        background: -moz-linear-gradient(#B6D3E6, #6099C0); /* FF 3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B6D3E6), color-stop(100%, #6099C0)); /* Safari 4+, Chrome 2+ */
        background: -webkit-linear-gradient(#B6D3E6, #6099C0); /* Safari 5.1+, Chrome 10+ */
        background: -o-linear-gradient(#B6D3E6, #6099C0); /* Opera 11.10 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B6D3E6', endColorstr='#6099C0'); /* IE6 & IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B6D3E6', endColorstr='#6099C0')"; /* IE8+ */
        background: linear-gradient(#B6D3E6, #6099C0); /* the standard */
    }
/*#endregion btn-info */

/*#region btn-warning */
.btn-warning {
    /*#F9D2A1, #F08600*/
    background-color: #F08600;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    background: -moz-linear-gradient(#F9D2A1, #F08600); /* FF 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9D2A1), color-stop(100%, #F08600)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#F9D2A1, #F08600); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#F9D2A1, #F08600); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9D2A1', endColorstr='#F08600'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9D2A1', endColorstr='#F08600')"; /* IE8+ */
    background: linear-gradient(#F9D2A1, #F08600); /* the standard */
    -webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #000;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .btn-warning.disabled,
    .btn-warning[disabled] {
        background: -moz-linear-gradient(#FFDBA9, #FF8D0B); /* FF 3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFDBA9), color-stop(100%, #FF8D0B)); /* Safari 4+, Chrome 2+ */
        background: -webkit-linear-gradient(#FFDBA9, #FF8D0B); /* Safari 5.1+, Chrome 10+ */
        background: -o-linear-gradient(#FFDBA9, #FF8D0B); /* Opera 11.10 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDBA9', endColorstr='#FF8D0B'); /* IE6 & IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDBA9', endColorstr='#FF8D0B')"; /* IE8+ */
        background: linear-gradient(#FFDBA9, #FF8D0B); /* the standard */
        color: #000;
    }
/*#endregion btn-warning */

.btn:hover {
    background-position: 0 0;
}


/*#endregion Buttons override */

/*#endregion BUTTONS */

/*#region CONTENT */
.content {
    clear: both;
    margin-bottom: 1em;
}

    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5 {
        margin: 0 0 0.5em;
    }

/*#region Content styles */
.puff {
    border: 1px solid #e2e2e2;
}

.puff-content {
    padding: 10px;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.puff-big {
    border-radius: 4px 4px 4px 4px;
}

.bg-start {
    /*border-radius: 4px 4px 4px 4px;*/
    background-image: url('/Administration/Images/bg_monster_240.jpg');
    background-color: #294D73;
    background-position: left -45px;
    color: #FFFFFF;
    font-family: Georgia,"Times New Roman",Palatino,Times,serif;
    font-size: 130%;
    min-height: 130px;
    margin: 0 2px;
    padding: 10px 40px;
    width: auto;
    /*If set height*/
    /*background-image: url("/Administration/Images/bg_monster.jpg");
    background-position: left -15px;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-family: Georgia,"Times New Roman",Palatino,Times,serif;
    font-size: 130%;
    max-height: 170px;
    padding: 30px 40px 10px;
    width: auto;*/
}

    .bg-start h1 {
        color: #FFFFFF;
        margin-top: 20px;
    }

    .bg-start .map-box {
        position: relative;
    }

        .bg-start .map-box select {
            position: absolute;
            top: 15%;
            left: 0;
            min-width: 130px;
        }

        .bg-start .map-box img.archive-map {
            height: 200px;
        }

.puff-horizontal-yellow,
.puff-horizontal-yellow-with-image,
.puff-vertical-yellow-with-image {
    border-left: 8px solid #e8a621;
}

.puff-horizontal-red,
.puff-horizontal-red-with-image,
.puff-vertical-red-with-image {
    border-left: 8px solid #c24e15;
}

.puff-horizontal-yellow-with-image {
}

.puff-horizontal-red-with-image {
}

.puff-vertical-yellow-with-image {
}

.puff-vertical-red-with-image {
}
/*#endregion Content Styles*/

/*#region ALERTS */
/*#region Alert */
.alert /*White*/ {
    background: none; /* FF 3.6+ */
    background: none; /* Safari 4+, Chrome 2+ */
    background: none; /* Safari 5.1+, Chrome 10+ */
    background: none; /* Opera 11.10 */
    filter: none; /* IE6 & IE7 */
    -ms-filter: ""; /* IE8+ */
    background: none; /* the standard */
    border: 1px solid #CCD4E4;
    color: #464646;
    -webkit-text-shadow: 0 0 0 rgba(255, 255, 255, 0.0);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.0);
    background-color: #FBFBFB;
}

    .alert hr {
        border-color: #DDDDDD;
        border-style: solid none;
        border-width: 1px 0 0;
    }
/*#endregion */

/*#region Alert-block */
.alert-block /*SKIN*/ {
    background-color: #fef6ed;
    background: -moz-linear-gradient(#fef6ed, #fdedd9); /* FF 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fef6ed), color-stop(100%, #fdedd9)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#fef6ed, #fdedd9); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#fef6ed, #fdedd9); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef6ed', endColorstr='#fdedd9'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef6ed', endColorstr='#fdedd9')"; /* IE8+ */
    background: linear-gradient(#fef6ed, #fdedd9); /* the standard */
    border: 1px solid #e9c291;
    color: #80393A;
    -webkit-text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
}

    .alert-block hr {
        border-color: #b08843;
        border-style: solid none;
        border-width: 1px 0 0;
    }
/*#endregion */

/*#region Alert-info */
.alert-info /*BLUE*/ {
    background-color: #EEF3F7;
    background: -moz-linear-gradient(#EEF3F7, #DBE7EF); /* FF 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEF3F7), color-stop(100%, #DBE7EF)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#EEF3F7, #DBE7EF); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#EEF3F7, #DBE7EF); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEF3F7', endColorstr='#DBE7EF'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEF3F7', endColorstr='#DBE7EF')"; /* IE8+ */
    background: linear-gradient(#EEF3F7, #DBE7EF); /* the standard */
    border: 1px solid #DBE7EF;
    color: #0D5C91;
    -webkit-text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
}

    .alert-info hr {
        border-color: #a6c3d6;
        border-style: solid none;
        border-width: 1px 0 0;
    }
/*#endregion */

/*#region Alert-error */
.alert-error /*RED*/ {
    background-color: #f3d9e1;
    background: -moz-linear-gradient(#f3d9e1, #e1a2b6); /* FF 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3d9e1), color-stop(100%, #e1a2b6)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#f3d9e1, #e1a2b6); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#f3d9e1, #e1a2b6); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3d9e1', endColorstr='#e1a2b6'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3d9e1', endColorstr='#e1a2b6')"; /* IE8+ */
    background: linear-gradient(#f3d9e1, #e1a2b6); /* the standard */
    border: 1px solid #e1a2b6;
    color: #ad0338;
    -webkit-text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
}

    .alert-error hr {
        border-color: #c4496f;
        border-style: solid none;
        border-width: 1px 0 0;
    }
/*#endregion */

/*#region Alert-success */
.alert-success /*Green*/ {
    /*#80b458, #508428*/
    background-color: #80b458;
    background: -moz-linear-gradient(#80b458, #508428); /* FF 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80b458), color-stop(100%, #508428)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#80b458, #508428); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#80b458, #508428); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b458', endColorstr='#508428'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b458', endColorstr='#508428')"; /* IE8+ */
    background: linear-gradient(#80b458, #508428); /* the standard */
    border: 1px solid #508428;
    color: #FFF;
    -webkit-text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
}

    .alert-success hr {
        border-color: #A0D478;
        border-style: solid none;
        border-width: 1px 0 0;
    }

/*.well
{
    background-color: #FEFEFE;
    background-image: url("/Administration/Images/Layout/body-footer-bg.jpg");
    background-repeat: repeat-x;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 6px;
    position: relative;
}*/
/*#endregion */

/*#region Alert-danger */
.alert-danger /*Orange*/ {
    /*#F8E7D9, #EEC5A2*/
    background-color: #EEC5A2;
    background: -moz-linear-gradient(#F8E7D9, #EEC5A2); /* FF 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8E7D9), color-stop(100%, #EEC5A2)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#F8E7D9, #EEC5A2); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#F8E7D9, #EEC5A2); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8E7D9', endColorstr='#EEC5A2'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8E7D9', endColorstr='#EEC5A2')"; /* IE8+ */
    background: linear-gradient(#F8E7D9, #EEC5A2); /* the standard */
    border: 1px solid #E9C291;
    color: #60292A;
    -webkit-text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
}

    .alert-danger hr {
        border-color: #b08843;
        border-style: solid none;
        border-width: 1px 0 0;
    }
/*#endregion */

/*.well
{
    background-color: #FEFEFE;
    background-image: url("/Administration/Images/Layout/body-footer-bg.jpg");
    background-repeat: repeat-x;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 6px;
    position: relative;
}*/

/*#endregion ALERTS*/



.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}
/*#endregion CONTENT */

/*#region Listings*/
.newsitem {
}

.odd {
    background-color: #F9F9F9;
    /*border-radius: 4px 4px 4px 4px;*/
}

.publicationitem,
.newsitem,
.monthitem,
.magazineitem,
.governmentitem,
.inspectionitem,
.eventitem,
.referralitem,
.searchitem,
.dataitem {
    padding: 10px;
}


    .dataitem .dl-horizontal dt {
        width: 170px;
    }

    .dataitem .dl-horizontal dd {
        margin-left: 190px;
    }

    .dataitem strong {
        display: block;
        width: 170px;
        text-align: right;
    }

    .dataitem p {
        margin-left: 190px;
    }

/* Header for newslist when shown in right column */
.span3 .newsitem h3 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

/* Publish date for newslist when shown in right column */
.span3 .newsitem .newsitem-publishdate {
    font-size: 10px;
}

/*#endregion Listings*/

/*#region MENU */
.mobile-menu-button {
    position: relative;
    right: 0;
}

/*#region NavBar */
.navbar {
    background-image: url('/Administration/Images/Layout/body-header-menubg.jpg');
    margin-bottom: 0;
}

    .navbar .nav {
        display: table;
        margin: 0;
        width: 100%;
    }

.navbar-inner {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    border-width: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
}

.navbar .nav > li {
    background-color: #e5e5e5;
    background-image: url("/Administration/Images/Layout/body-header-menubg.jpg");
    background-repeat: repeat-x;
    display: table-cell;
    float: none;
    *float: left;
}

    .navbar .nav > li.active {
        /*background-color: #193D63;*/
        background-color: #21456B;
        background-image: none;
    }

    .navbar .nav > li > a {
        color: #0D5C91;
        float: none;
        font-family: Georgia,"Times New Roman",Palatino,Times,serif;
        font-size: 1.5em;
        font-weight: 100;
        line-height: 1em;
        padding: 16px;
        text-align: center;
        text-decoration: none;
        -webkit-text-shadow: none;
        text-shadow: none;
    }

        .navbar .nav > li > a:focus,
        .navbar .nav > li > a:hover,
        .navbar .nav > li > .active > a:focus /*Topmenu hover*/ {
            background-image: url('/Administration/Images/Layout/body-header-menubg-hover.jpg');
            color: #0D5C91;
        }

.navbar .nav > .navSelectedParent {
    background-image: none;
    background-color: #FFFFFF;
}

    .navbar .nav > .active > a,
    .navbar .nav > .navSelectedParent > a,
    .navbar .nav > .active > a:hover,
    .navbar .nav > .active > a:focus,
    .navbar .nav > .navSelectedParent > a:hover,
    .navbar .nav > .navSelectedParent > a:focus {
        color: #FFFFFF;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: url('/Administration/Images/Layout/body-header-menubg-active.jpg');
        background-repeat: repeat-x;
        font-family: Georgia,"Times New Roman",Palatino,Times,serif;
        font-weight: 100;
        background-color: #193D63;
        text-decoration: none;
    }

        .navbar .nav > .active > a:hover,
        .navbar .nav > .active > a:focus,
        .navbar .nav > .navSelectedParent > a:hover,
        .navbar .nav > .navSelectedParent > a:focus {
            text-decoration: underline;
        }

.navbar .divider-vertical {
    border-left: 1px solid #DADADA;
    border-right: 1px solid #FFF;
    height: auto;
    margin: 0;
}

ul.nav-dictionary_Index:before,
ul.nav-dictionary_Index:after {
    display: block;
}

.invisible { /*Döljer 'Visas:'*/
    display: none;
}

.nav a {
    padding-top: 0;
    padding-bottom: 0;
}
/*#endregion NavBar*/

/*#region TabNav */
.nav-tabs > li > a,
.nav-tabs > li > a:visited {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: url("/Administration/Images/Layout/body-header-menubg.jpg");
    background-position: 0 0;
    border-color: #DDDDDD #DDDDDD transparent;
    -moz-border-image: none;
    -o-border-image: none;
    -webkit-border-image: none;
    border-image: none;
    border-radius: 4px 4px 0 0;
    border-style: solid;
    border-width: 1px;
    color: #373638;
    line-height: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-decoration: none;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:visited,
.nav-tabs > .active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    background-image: none;
    border-color: #184b7e #DDDDDD transparent;
    -moz-border-image: none;
    -o-border-image: none;
    -webkit-border-image: none;
    border-image: none;
    border-right: 1px solid #DDDDDD;
    border-style: solid;
    border-width: 5px 1px 1px;
    color: #373638;
    cursor: default;
    font-weight: bold;
    padding-top: 4px;
}

.tab-content {
    overflow: visible;
}

    .tab-content > .active {
    }
/*#endregion TABNAV*/

/*#region leftNav*/
.leftNav {
    padding-left: 0;
    padding-right: 0;
}

    .leftNav > li /*Level 1*/ {
        border-bottom: 1px solid #e2e2e2;
    }

        .leftNav > li:first-child /*Level 1*/ {
            border-top: 1px solid #e2e2e2;
        }

        .leftNav > li ul /*Level 2*/ {
            margin: 0;
            display: none;
        }

        .leftNav > li > ul > li /*Level 2*/ {
            border: 0 solid #e2e2e2;
            margin: 0;
        }

            .leftNav > li > ul > li:first-child /*Level 2*/ {
                border: 0 solid #e2e2e2;
            }

        .leftNav > li > ul li:last-child {
            border-bottom: 1px solid #e2e2e2;
        }

        .leftNav > li > a {
            margin-left: 0;
            margin-right: 0;
            padding: 0 10px 0 0;
            color: #0D5C91;
            text-decoration: none;
        }

/*Override..*/
.nav-list > li > a,
.nav-list .nav-header {
    -webkit-text-shadow: none;
    text-shadow: none;
}

.leftNav > li.leftNavHasChildren,
.leftNav > li.navSelectedParent /*Level 1 - Has Children*/ {
}

    .leftNav > li.leftNavHasChildren > a,
    .leftNav > li.navHasChildren > a /*Level 1 Has Children link*/ {
        background-image: url("/Administration/Images/Icons/menu-arrow.png");
        background-position: right center;
        background-repeat: no-repeat;
    }

.leftNav li.leftNavSelectedParent,
.leftNav li.navSelectedParent /*OBS Level 1*/ {
    background-color: #0D5C91;
    background-image: url("/Administration/Images/Layout/menu-bg-selectedparent.jpg");
    background-repeat: repeat-x;
    background-position: left top;
}

    .leftNav li.leftNavSelectedParent > a,
    .leftNav li.navSelectedParent > a /*Level 1*/ {
        color: #FFFFFF !important;
        font-weight: bold;
        background-image: url("/Administration/Images/Icons/menu-arrow-down.png");
        background-position: right center;
        background-repeat: no-repeat;
        background-color: transparent;
    }

.leftNav > li.leftNavSelectedParent > .leftNav li.leftNavSelectedParent a:hover,
.leftNav > li.navSelectedParent > .leftNav li.navSelectedParent a:hover /*Tveksam*/ {
    background-color: #eee;
}

.leftNav li.leftNavSelectedItem > ul,
.leftNav li.leftNavSelectedParent > ul,
.leftNav li.navSelectedItem > ul,
.leftNav li.navSelectedParent > ul /*Make sub-lists visible*/ {
    background-color: #FFFFFF;
    display: block;
}

    .leftNav li.leftNavSelectedParent > ul > li.leftNavSelectedParent,
    .leftNav li.navSelectedParent > ul > li.navSelectedParent {
        background-image: none;
        background-color: #FFFFFF;
    }

        .leftNav li.leftNavSelectedParent > ul > li.leftNavSelectedParent > a,
        .leftNav li.navSelectedParent > ul > li.navSelectedParent > a {
            font-weight: normal;
            color: #0D5C91 !important;
        }

.leftNav > li ul li a
/*Level 2*/ {
    padding-left: 20px !important;
}

.leftNav > li ul li.SelectedItem a
/*Level 2*/ {
    padding-left: 34px !important;
    color: #0D5C91;
}

.leftNav > li ul li ul li a
/*Level 3*/ {
    padding-left: 30px !important;
}

.leftNav > li ul li ul li.SelectedItem a
/*Level 3*/ {
    padding-left: 36px !important;
}

.leftNav > li ul li ul li ul li a
/*Level 3*/ {
    padding-left: 46px !important;
}

.leftNav > li ul li ul li ul li.SelectedItem a
/*Level 3*/ {
    padding-left: 52px !important;
}

.leftNav li.leftNavSelectedItem a,
.leftNav li.leftNavSelectedParent a,
.leftNav li.navSelectedItem a,
.leftNav li.navSelectedParent a {
    color: #555;
    padding-left: 10px;
}

.leftNav li.leftNavSelectedItem > a:hover,
.leftNav li.navSelectedItem > a:hover {
    background-color: transparent;
}

.leftNav > li.leftNavSelectedItem,
.leftNav > li.navSelectedItem /*Level 1 Selected Item*/ {
    background-image: none;
    background-position: right center;
    background-repeat: no-repeat;
}

    .leftNav > li.leftNavSelectedItem > a,
    .leftNav > li.navSelectedItem > a /*Level 1 Selected Item link*/ {
        background-image: url("/Administration/Images/Icons/menu-arrow-active.png");
        background-position: left center;
        background-repeat: no-repeat;
        color: #0D5C91;
    }
/*#endregion leftNav*/

/*#region SiteMap */
ul.nav-sitemap {
    list-style: none;
    margin: 0 0 2em;
}

    ul.nav-sitemap > li /*First level item*/ {
        color: #464646;
        margin-bottom: 20px;
    }

ul.nav-sitemap-submenu {
    list-style: none;
    border-left: 1px solid #EFD6C6;
    margin-left: 20px;
}

    ul.nav-sitemap-submenu > li {
        color: #464646;
        padding: 4px 0 4px 2px;
    }
/*#endregion */

/*#region Pagination */
.pagination ul > li > span {
}

.pagination ul > li > a:hover,
.pagination ul > li > span,
.pagination ul > li > a.aspNetDisabled {
    color: #999999;
    cursor: default;
    background-color: #F5F5F5;
}
/*#endregion Pagination*/

/*#region Dropdownmenu */
.dropdown-menu li > a,
.dropdown-menu li > a:visited {
    color: #0D5C91;
    text-decoration: none;
}

.dropdown-menu li.active > span {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    white-space: nowrap;
    padding: 0 20px;
    background-color: #EEF3F7;
    background: -moz-linear-gradient(#EEF3F7, #DBE7EF); /* FF 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEF3F7), color-stop(100%, #DBE7EF)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#EEF3F7, #DBE7EF); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#EEF3F7, #DBE7EF); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEF3F7', endColorstr='#DBE7EF'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEF3F7', endColorstr='#DBE7EF')"; /* IE8+ */
    background: linear-gradient(#EEF3F7, #DBE7EF); /* the standard */
    border: 1px solid #DBE7EF;
    background-repeat: repeat-x;
    outline: 0 none;
    text-decoration: none;
}

    .dropdown-menu li.active > span:hover {
        color: #0D5C91;
    }

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    background-color: #294D73;
    color: #FFF;
    background: -moz-linear-gradient(#557FA8, #294D73); /* FF 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #557FA8), color-stop(100%, #294D73)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#557FA8, #294D73); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#557FA8, #294D73); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#557FA8', endColorstr='#294D73'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#557FA8', endColorstr='#294D73')"; /* IE8+ */
    background: linear-gradient(#557FA8, #294D73); /* the standard */
}


.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}
/*#endregion */
/*#endregion MENU */

/*#region Pageinfo*/
.page-functions {
}

.page-dates {
    font-size: .813rem;
}

    .page-dates hr {
        margin: 2em 0 0 0;
    }

.page-information {
    position: relative;
}

#share-panel {
    background-color: #fbfbfb;
    border: 1px dashed #eaeaea;
    border-radius: 4px;
    padding: 8px 14px;
    margin-top: 10px;
}

    #share-panel h4 {
        margin: 0;
    }

    #share-panel hr {
        margin: 8px 0;
        border-style: dashed none;
    }

    #share-panel a span {
        display: inline-block;
        position: relative;
        top: -4px;
        margin-left: 4px;
        margin-right: 20px;
    }

/*#endregion Pageinfo*/

/*#region FOOTER */
.footer {
    background-image: url('/Administration/Images/Layout/body-footer-bg.jpg');
    background-repeat: repeat-x;
    padding: 20px;
}

    .footer > div {
        min-height: 100px;
    }
/*#endregion FOOTER */

/*#region FEATURES */
/*#region Forms */
input.placeholder {
    color: #bbb;
}

.form-inline input {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.form-error {
    display: inline;
    margin-left: 10px;
}

.form-errorlist {
    list-style: none;
}

.row-fluid [class*="span"] .vert-align input[type="text"] {
    /*position: relative;
    top: 50%;
    transform: translateY(-50%);*/
    min-height: 40px;
}

/*#endregion */
/*#region Popover */
.dictionary-container {
    /*position: relative;*/
}

.dictionary-word {
    cursor: pointer;
    * cursor: hand;
}

.popover.top {
    margin-bottom: 30px !important;
}


/*#endregion */

/*#region Image carousel */
.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
    text-align: center;
}

.carousel .maxheight200 {
    height: 200px;
}

.carousel .maxheight300 {
    height: 300px;
}

.carousel .maxheight400 {
    height: 400px;
}

.carousel .item > img {
    display: block;
    line-height: 1;
    margin: 0 auto;
}

.carousel .active,
.carousel .next,
.carousel .prev {
    display: block;
}

.carousel .active {
    left: 0;
}

.carousel .next,
.carousel .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel .next {
    left: 100%;
}

.carousel .prev {
    left: -100%;
}

    .carousel .next.left,
    .carousel .prev.right {
        left: 0;
    }

.carousel .active.left {
    left: -100%;
}

.carousel .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #464646;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

    .carousel-control.right {
        right: 15px;
        left: auto;
    }

    .carousel-control:hover {
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

.carousel-caption {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 4px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.0);
    -webkit-text-shadow: 1px 0 1px rgba(0, 0, 0, 0.0);
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.0);
    background-color: #FFFFFF;
}

    .carousel-caption h4 {
        line-height: 20px;
        color: #FFFFFF;
        margin: 0 0 5px;
    }

    .carousel-caption p {
        line-height: 20px;
        color: #464646;
        /* For IE 8 */
        /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#111111')";*/
        /* For IE 5.5 - 7 */
        /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#111111');*/
        margin-bottom: 0;
    }

.carousel-indicators {
    list-style: none outside none;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 15px;
    z-index: 5;
}

    .carousel-indicators li {
        background-color: rgba(255, 255, 255, 0.25);
        * background-color: #FFFFFF; /*IE Hack*/
        * opacity: 0.25; /*IE Hack*/
        border-radius: 5px 5px 5px 5px;
        display: block;
        float: left;
        height: 10px;
        margin-left: 5px;
        text-indent: -999px;
        width: 10px;
    }

    .carousel-indicators .active {
        background-color: #FFFFFF;
    }
/*#endregion */

/*#region Modal */
.modal {
    /*width: auto;*/
    max-width: 940px;
}

    .modal .modal-body {
        max-height: 500px;
        text-align: center;
    }

/*#endregion */

/*#region Accordion */
.accordion-inner {
    padding: 9px 15px 9px 20%;
}

.accordion-heading {
    background-color: #EFEFEF;
}

    .accordion-heading.odd {
        background-color: #F9F9F9;
    }
/*#endregion */

/*#region Calendar/datepicker */
.datepicker td.active,
.datepicker td.active:hover,
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #193D63;
    background: -moz-linear-gradient(#456f98, #193D63); /* FF 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #456f98), color-stop(100%, #193D63)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#456f98, #193D63); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#456f98, #193D63); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#456f98', endColorstr='#193D63'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#456f98', endColorstr='#193D63')"; /* IE8+ */
    background: linear-gradient(#456f98, #193D63); /* the standard */
}
/*#endregion */

/*#region Videoplayer */
.vjs-default-skin .vjs-big-play-button /*Due to incompability i IE..*/ {
    filter: none;
}


/*#endregion */
/*#endregion */

/*#region Riksarkivet migration */
#heraldik-sokning tr td input, #heraldik-sokning tr td label {
    display: inline;
}

#heraldik-sokning input[type='checkbox'], #heraldik-sokning input[type='radio'] {
    margin: 0 0.4em 0.2em 0.5em;
}

#heraldik-sokning td {
    padding-right: 1em;
}

    #heraldik-sokning td input[type='submit'] {
        width: 100%;
    }

/* Få bort avskiljaren från våra tabeller */
#heraldik-sokning table tbody tr:last-child td, #heraldik-sokning .heraldik-resultat tbody tr td table tbody tr:last-child td {
    border: none !important;
}

#heraldik-sokning .heraldik-resultat tbody tr td {
    padding-bottom: 1.5em;
    border-top: 1px solid silver !important;
    border-bottom: 1px solid silver !important;
    border-left: none;
    border-right: none;
}

/*#endregion */

/*Readspeaker*/
#readspeakerContainer.rsbtn {
    padding: 10px 0px !important;
}
/*endregion*/

/*#region Startpage */
.startpage {
}

@media (min-width: 780px) {
    .startpage #content {
        margin-top: 0;
        margin-bottom: 40px;
    }
}

.startpage .span1,
.startpage .span2,
.startpage .span3,
.startpage .span4,
.startpage .span5,
.startpage .span6,
.startpage .span7,
.startpage .span8, 
.startpage .span9,
.startpage .span10,
.startpage .span11,
.startpage .span12 {
    /*max-width: 100%;
        width: auto;*/
}
/*endregion*/

/*#region main.css extensions and overrides */
/*Due to IE 11*/
.grid {
    width: 100%;
}
/*endregion*/

/*Fix for not breaking columns especially in calendar list*/
.dontbreak,
#eventsTimeAndPlace fieldset {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    /*word-break: break-all;*/ 
    /* Instead use this non-standard one: */
    word-break: break-word; 
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
