
@import "https://fonts.googleapis.com/css?family=Ubuntu:400,300,500";
body {
    background-color: #fff;
    padding-top: 120px;
	font-size:16px;
}
.login-page {
    border: 1px solid #ddd;
    padding: 50px;
}
div.login-page {
    background-color: #eee;
    margin: auto;
    max-width: 450px;
    text-align: center;
}
.logintitel {
    font-size: 150%;
    margin-bottom: 25px;
}
.edit-page, .password-page, .list-page, .admin-page {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.error {
    color: red;
}
.btn-primary {
    padding: 13px 24px;
}
.admin-page .btn-primary {
    width: 300px;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 16px;
    padding: 10px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    height: 50px;
}
.form-control:invalid {
	border: 1px solid #dbb;
    box-shadow: 0 1px 1px rgba(255, 0, 0, 0.075) inset;
}

label {
    width: 600px;
}
table.table td > a:first-child {
    color: #222;
    display: inline-block;
    font-size: 16px;
    height: 100%;
    padding: 8px 8px 0ex 0;
    width: 100%;
}

.list-page .table tr:hover td a {
    text-decoration: none;
}
.list-page form {
    margin-top: 1.5ex;
}
.list-page form .input-group-search {
    max-width: 30em;
}
.list-page .clipboard {
    padding: 0.5em;
    background-color: #EEE;
}
.list-page tr input {
    width: 80%;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.edit-page form label + .btn {
    margin-bottom: 0.7ex;
    vertical-align: bottom;
}
table tr.bearbeitet {
    color: #444;
}
.btn-block {
    max-width: 199px;
}
label.btn {
    min-width: 199px;
    overflow: hidden;
}
label.btn input[type="checkbox"] {
    float: left;
    margin-top: -0.1ex;
}
label.btn input[type="file"] {
    float: left;
    margin-top: -1.5em;
    position: absolute;
    visibility: hidden;
}
label > input, label > textarea, label > select {
    font-weight: normal;
}
.printonly {
    display: none;
}
.warn {
    color: red;
    font-weight: bold;
}
#fotos {
    display: block;
    list-style: outside none none;
}
#fotos li {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 1em 0;
    max-width: 99%;
    position: relative;
}
#fotos li img {
    width: 100%;
}
#fotos .buttons {
    display: block;
    padding: 0 1ex;
    text-align: right;
}
#fotos .buttons button {
    background-color: transparent;
    border: medium none;
    color: black;
    margin: 0;
    padding-right: 0;
    transition: color 0.2s ease 0s;
}
#fotos .buttons button:hover, #fotos .buttons button:active {
    color: red;
}
#fotos {
    padding-left: 0;
}
.alert {
	max-width: 1170px;
	margin: 1em auto;
}
.navbar + script + .alert, .navbar + .alert {
	margin-top: -3em;
}
.btn-default {
    background-image: linear-gradient(to bottom, #fff -40px, #ff620d 100%);
    background-repeat: repeat-x;
    border-color: #ff620d ;
    padding: 13px 20px 13px;
    text-shadow: 0 1px 0 #fff;
}
.btn-default:hover, .btn-default:focus {
    background-image: linear-gradient(to bottom, #ff620d 0px, #ff620d 100%);
    background-position: 0px 0px;
    background-color: none !important;
	border-color: #ff620d !important;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 2px;
}
.btn-default {
    text-shadow: 0 0 0 #fff;
}
.btn-default {
    color: #fff;
}
.glyphicon-remove {
    top: 3px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #ebebeb;
    border-color: #adadad;
    color: #fff;
}
.input-group-btn > button.btn.extsearch {
	margin-left: 2em;
	border-radius: 4px;
}

#extended-search fieldset {
	border: 1px solid #dadada;
	border-top: 1px solid #e5e5e5;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	width: auto;
	padding-top: 1em;
}

#extended-search label p {
	margin-bottom: 0;
	margin-top: 1.2ex;
}

#extended-search label input {
	margin-bottom: 0;
	margin-top: 1.2ex;
	font-size: 14px !important;
    height: 38px;
	border-radius: 8px;
	margin-top: 0.5ex;
	font-weight: normal;
}

@media (max-width: 768px) {
body {
    background-color: #f2f2f2;
    color: #333 !important;
    font-family: "Ubuntu",sans-serif;
    font-size: 16px !important;
}
.navbar-nav > li > a {
    font-size: 18px !important;
}
label {
    display: inline-block;
    font-weight: 300;
    margin-bottom: 5px;
    width: 100%;
}
legend {
    color: #124295 !important;
}
.edit-page, .password-page, .list-page, .admin-page {
    background-color: #f2f2f2;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.0);
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 0 solid #777;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
    color: #555;
    display: block;
    font-size: 18px !important;
    height: 50px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#behoben {
    height: 23px;
    width: 20px;
}
.btn {
    font-size: 16px;
    padding: 12px;
}
.input-group-btn .btn {
    padding-bottom: 10px;
    padding-top: 13px;
}
.btn-block {
    max-width: 100%;
}
#fotos .buttons button {
    color: red !important;
    font-size: 30px !important;
}
#fotos .glyphicon-time {
    color: green !important;
    font-size: 30px !important;
}
.nav-tabs {
    border-bottom: 1px solid #fff;
}
.nav-tabs > li > a:hover {
    border-color: #fff;
}
table.table td > a:first-child {
    font-size: 14px;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #eee;
}
.nav-tabs > li > a {
    border: 1px solid #fff;
}
.navbar-brand {
    float: left;
    font-size: 37px;
    height: 56px;
    line-height: 20px;
    padding: 15px;
}
.navbar + script + .alert, .navbar + .alert {
	margin-top: 0em;
}

.input-group-btn > button.btn.extsearch {
	display: none;
}

}
/* Anpassungen Schadenform evoNET */
.navbar-header img {
    max-width: 300px !important;
    margin-top: 12px !important;
}
@media screen and (max-width: 980px) {
.navbar-header img {
    max-width: 255px !important;
    margin-top: 6px !important;
}
}

.tablesorter-default th, .tablesorter-default thead td {
    font: normal 16px/18px;
    color: #333;
    background-color: #ddd;
}
@media (min-width:992px) and (max-width:1200px)  {
 .container {
  width: 100%;
 }
}
@media (min-width:780px) and (max-width:992px)  {
.container {
  width: 100%;
 }
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    min-width: 60px;
}
}
@media (min-width:780px)  {
.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar-inverse {
    background-image: -webkit-linear-gradient(top,#fff 0,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 0,#eee 100%);

}
.navbar-inverse {
    border-color: #ddd;
}
.navbar-inverse .navbar-nav > li > a {
    color: #333;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 0px 0 rgba(0,0,0,.0);
	min-width: 100px;
    text-align: center;
	transition: 0.5s !important;
	border-right: 1px solid #ddd;
}
.navbar-nav {
    float: left;
    margin: 0px 0px 0px 20px;
    border-left: 1px solid #ddd;
}
.navbar-inverse .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top,#356691 0,#356691 100%);
    background-image: linear-gradient(to bottom,#356691 0,#356691 100%);
	    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.0);
    box-shadow: inset 0 3px 9px rgba(0,0,0,.0);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #356691;
    transition: 0.5s;
}
.btn.btn-danger {
    padding: 16px;
}
}
body {
    background-color: #fff;
    font-family: "Ubuntu",sans-serif;
}
.container {
    width: 90%;
}
label {
    margin-right: 340px;
}
.edit-page, .password-page, .list-page, .admin-page {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0);
}