﻿body {
    padding-top: 65px;
    padding-bottom: 20px;
}

/* Set 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 width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

textarea.input-validation-error {
    border: 1px solid #b94a48;
}

span.input-validation-error span:first-child {
    border-color: #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

a:hover, a:active, a:focus {
   outline: 0;
}

textarea { 
    resize:none;
}

/*.k-menu li.k-item,
.k-widget.k-menu-horizontal > li.k-item
{
    border-right-width: 0;
    border-radius: 0;
}*/

.k-tooltip{
   background: black !important; 
}

.sekretess td {
    background-color: #b30000;
    color: white;
}

.avliden td {
    background-color: #000000;
    color: white;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  line-height: 24px;
}

.modal-dynamic {
    margin: 10px 10px 10px 10px;
    min-width: 540px;
    max-width: 100%;
}

.k-grid tbody tr td{
    padding-top: 6px;
    padding-bottom: 6px;
}

.badge-nav-custom-pos {
    vertical-align: bottom;
    margin-left: 0px;
    margin-bottom: 3px;
    font-size: 11px;
}