﻿/* Bootstrap - overstyrte klasser */

body {
    color: #555;
}

.mcontent .btn-primary {
    background-color: #EC7D1F;
    border-color: #EC7D1F;
    color: #fff;
    border-radius: 45px;
}

.mcontent .btn-default {
    background-color: #fff;
    border-color: #EC7D1F;
    color: #333;
    border-radius: 45px;
}

.mcontent .btn-default:hover {
    background-color: #fff;
    border-color: #EC7D1F;
    color: #333;
    border-radius: 45px;
}

/*.mcontent .control-label {
    text-align: left;
}*/

.mcontent .form-group {
     margin-bottom: 8px;
}

.mcontent .minfobox .form-group {
     margin-bottom: 2px;
}

.mcontent .panel-primary{
    border-color: #e1e1e1;
}

.mcontent .panel-primary > .panel-heading {
    background-color: #e1e1e1;
    color: #333;
    border-color: #e1e1e1;
}

.mcontent .panel-primary .panel-heading a
{
    color: #333;
}

.mcontent .breadcrumb {
    background-color: #ffffff;
}

.mcontent .breadcrumb a
{
    color: #00667d;
}

.mcontent .modal {
    overflow-x: visible;
    overflow-y: visible;
}

.form-horizontal
{
    height: 100%;
}

.navbar-sub {
    background-color: #005a84;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #000;
    text-decoration: underline;
}

.light_menu .navbar-nav > li > a {
    color: #222;
}

.light_menu .navbar-nav > li > a:hover {
    color: #222;
    text-decoration: underline;
}

.navbar-nav .open .dropdown-menu {
    background-color: #fff;
}

a {
    color: #095CA8;
    text-decoration: none;
}

a:hover {
    color: #095CA8;
    text-decoration: underline;
}

h2 {
    color: #1c3f5f;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: rgba(0,0,0,0);
    border: none;
    box-shadow: none;
}

.alert-warning
{
    background-color: #f9d860;
    border-color: #f9bc13;
    color: #3a2e0d;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}