﻿/* File Created: November 12, 2013 */

.nav-list > li > a {
    height: auto;
}

.profile-info-row {
    min-height: 35px;
}

.tab-content {
    border: none;
}

.nav-tabs {
    padding-left: 18px;
}

.field-validation-error {
    color: #d16e6c;
}

.navbarPadding {
    /*padding: 8px;*/
}
.navbar .brand {
    padding: 0;
    margin-left: 5px;
}
th.sorting {
    background: none;
}

.dd-handle, .dd2-content
{
    font-weight: normal;
}

.width-180 {
    width: 180px;
}
.marginL-180 {
    margin-left: 180px;
}

.dividerCol { background-color: red; }
/* DataTable Anpassungen */

/*.dataTables_length {
    margin: 10px 0px;
}

.dataTables_filter {
    margin: 10px 0px;
}

.dataTables_paginate {
    margin: 8px 0px;
}

.dataTables_info {
    margin: 8px 0px;
    margin-left: 8px;
}*/

/*.dataTables_wrapper {
    border: 1px solid #ddd;
}*/


/*.inline-input input[type="text"],
.inline-input input[type="password"],
input[type="text"].inline-input,
input[type="password"].inline-input {
    background: #fff;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 1px solid #d0dde9;
    border-radius: 0;
    box-shadow: none;
    border-color: #dee3ea;
    width: 100%;
}

    .inline-input input[type="text"]:focus,
    .inline-input input[type="password"]:focus,
    input[type="text"].inline-input:focus,
    input[type="password"].inline-input:focus {
        box-shadow: none;
        border-color: #5d6a80;
    }

    .inline-input input[type="text"]:hover,
    .inline-input input[type="password"]:hover,
    input[type="text"].inline-input:hover,
    input[type="password"].inline-input:hover {
        border-color: #959fb0;
    }*/


.navbar .navbar-inner {
    background: #0055A1
}

a.blue:link {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:active {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:visited {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:hover {color: #0000ff; background: #ffffff; font-weight: bolder;}

a.red:link {color: #ff0000; background: #ffffff; font-style: italic;}
a.red:active {color: #ff0000; background: #ffffff; font-style: italic;}
a.red:visited {color: #ff0000; background: #ffffff; font-style: italic;}
a.red:hover {color: #ff0000; background: #ffffff; font-style: normal;}