﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color:#f5f5f5;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

/********************************************************/

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}





.btn_a {
    white-space: pre-wrap !important;
    max-width: 200px;
    height: 80px;
    /*width: 220px;*/
    width: 182px;
    margin: 10px;
    margin: 0px 20px 20px 0px;
    Font-Size: larger;
    color: black;
    padding: 1px 5px;
    position: relative;
    min-height: 1px;
    line-height: normal;
    border-width: 2px;
    border-color: #666666;
}



.btn_red {
    white-space: normal !important;
    color: #d9534f;
    background-color: #ffffff;
    border-color: #d43f3a;
}

    .btn_red:hover,
    .btn_red:focus,
    .btn_red:active,
    .btn_red.active,
    .open .dropdown-toggle.btn_red {
        color: #ffffff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

.btn-default:hover {
    border-color: darkslategray;
}


.TBSok{
    margin-top :40px; 
}


.utskick_label{
    display:inline-block ;
    width :80px;
    text-align :right; 
}

.utskick_cb label{
    margin-left:10px;
     font-weight:normal ;
     margin-bottom:0px;
}

.utskick_rb label{
    margin-right :10px;
    font-weight:normal ;
}



.footerColor {
    background-color: #d52b1e;
    color: #FFFFFF;
}

.breadcrumb > span > li {
    display: inline-block;
}

    .breadcrumb > span > li > a:active {
        color: #999999;
    }

.navbar-default .navbar-nav > li > a {
    color: black;
    font-weight: normal;
    font-size: 18px;
}

.navbar-default a:hover {
    background-color: aqua;
}

.footericon img {
    margin-top: 5px;
}
