/* 
    Created on : 25.02.2016, 23:24:34
    Author     : Ullrich Schoberth - schoberth-it
*/
body, h1, h2, h3, h4, h5, h6, p {
    font-family: "Open Sans";
    font-weight: 300;
}
.loginmodal-container {
    padding: 30px;
    max-width: 400px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 0px;
    box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 1);
    overflow: hidden;
}
.loginmodal-container h1 {
    text-align: center;
    font-size: 26px;
}
.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.loginmodal-container input[type=text], .loginmodal-container input[type=email], .loginmodal-container input[type=password] {
    height: 44px;
    font-size: 18px;
    width: 100%;
    margin-bottom: 15px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.loginmodal-container input[type=text]:hover, .loginmodal-container input[type=email]:hover, .loginmodal-container input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.loginmodal {
    text-align: center;
    font-size: 18px;
    height: 36px;
    padding: 0 8px;
}
.loginmodal-submit {
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1); 
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 18px;
}
.loginmodal-submit:hover {
    border: 0px;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #357ae8;
}
.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
} 
.abbrechen {
    border: 0px !important;
    color: #fff !important;
    text-shadow: 0 1px rgba(0,0,0,0.1) !important;; 
    background-color: #4d90fe !important;
    padding: 17px 0px !important;
    font-family: roboto !important;
    font-size: 14px !important;
    opacity: 1 !important;
    transition: none !important;
    float:left;
}
.abbrechen:hover {

    border: 0px !important;
    text-shadow: 0 1px rgba(0,0,0,0.3) !important;
    background-color: #357ae8 !important;

}
.login-help{
    font-size: 12px;
}
.loginmodal-container input[type="checkbox"]{
    line-height: 1;
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
}
#imgModal {
    max-height: 570px;
    margin-top: 40px;
    background-color: rgba(255,255,255,0.8);
}
.modal-footer {
    padding: 5px 0px 5px 0px;
}
#imgModal img {
    max-height: 468px;
    width: auto;
    max-width: 100%;
}
.modal-body {
    text-align: center;
}
body.modal-open-noscroll
{
    margin-right: 0!important;
    overflow: hidden;
}
.modal-open-noscroll .navbar-fixed-top, .modal-open .navbar-fixed-bottom
{
    margin-right: 0!important;
}
.modal {
  text-align: center;
}
@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.backend {
    padding:0px;
    padding-left:15px;
}
.backend img {
    margin-top: 0px;
    max-height: 50px;
    width: auto;
}
.navbar {
    min-height: 30px;
}
.navbar-default {
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px !important;
    clear: both;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap;
        font-family: "Open Sans";
    font-weight: 300;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #FFF;
}
.modal-backdrop.in {
    opacity: 0.8;
    background-color: #ddd;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: outside none none;
    background-color: #FFF;
    border-radius: 0px;
}
.breadcrumb a {
    color: #808080;
}
.breadcrumb a:hover,.breadcrumb a:focus{
    color: #000;
}
.ge {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0px;
}
.nav-tabs > li > a {
    border-radius: 0px;
}
@media (max-width:479px) {
    .nav-tabs > li > a {
        padding:10px;
    }
}
.nav-tabs a:focus,.nav-tabs a:active {
    outline: none;
}

th.header { 
    cursor: pointer; 
    background-repeat: no-repeat; 
    background-position: center right; 
    padding-left: 20px; 
    margin-left: -1px;
} 
th.headerSortUp {
    cursor: pointer; 
    background-repeat: no-repeat; 
    background-position: center right; 
    padding-left: 20px; 
    margin-left: -1px; 
}
th.headerSortDown {
}
.tableheader {
    background-color: #eee;
    color: #303030;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0px solid #DDD;
}
.table {
    margin-bottom: 0px;
}
.table-responsive {
    box-shadow: 0px 3px 10px -7px #000;
}
#brand {
    outline: none;
}
#brand:focus,#brand:active {
    outline: none;
}
.scrollup {
    height: 35px;
    width: 35px;
    opacity:0;
    text-align:center;
    background: transparent;
    font-weight:bold;
    color: #70C707;
    text-decoration:none;
    position:fixed;
    bottom:40px;
    right:40px;
    transition:opacity 0.5s ease-in;
}
.scrollup:hover, .scrollup:active, .scrollup:focus {
    color: #70C707;
}
.scrollup:hover {
        opacity:1 !important;
}
.scrollup.visible {
    opacity:0.6;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.h30 {
    height: 30px !important;
}
.h40 {
    height: 40px !important;
}
.h44 {
    height: 44px;
}
.bold {
    font-weight: 400;
}
.green {
    color:green;
}