html, body {
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 5px;
    background-color: #eee;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}

div.tooltip * {
    background-color: grey !important;

    opacity: 0.95 !important;
    filter:alpha(opacity=95) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)" !important;
}

div.tooltip-arrow {
    display: none !important;
}

select.proto {
    display: none !important;
}

table.editable td.editable:hover, 
table.editable td.upload:hover {
    background-color: #afa !important;
}

.paid0 {
    color: red;
}

.paid1 {
    color: green;
}

@media (max-width: 1024px) {
    table.editable .glyphicon, table.editable .fa,
    input[type=checkbox] {
        -ms-transform: scale(1.5); /* IE */
        -moz-transform: scale(1.5); /* FF */
        -webkit-transform: scale(1.5); /* Safari and Chrome */
        -o-transform: scale(1.5); /* Opera */
        margin-right: 5px;
    }
 
    .fixedHeader-floating {
        opacity: .6 !important;        
        filter: alpha(opacity=60) !important;
    }
}

@media print {
    body {
        font-size: 10px;
    }

    body * {
        -webkit-print-color-adjust: exact;
    }

    .active0, .a0, .deleted1, .d1 {
        display: none;
    }

    a[href]:after {
      content: none !important;
    }
}

/* https://blog.donnierayjones.com/2014/10/fix-bootstrap3-printing/ */

.ui-dialog-titlebar-close {
  background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_888888_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
  border: medium none;
}
.ui-dialog-titlebar-close:hover {
  background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_222222_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
}

.dropdown-menu>li>a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.right {
    text-align: right;
}

.nav-tabs {
    border-bottom: 0 none;
}

span.glyphicon.glyphicon-refresh {
    cursor: pointer;
}


th, td {
    vertical-align: text-top !important;
}

table.editable td span.caret {
    cursor: pointer;
}

table.editable select.form-control {
    /*padding: 0 !important;*/
}

table.editable option {
    /*padding-left: 0 !important;*/
}

table.editable tbody td:not(:first-child),
table.bordered-left tbody td:not(:first-child) {
    border-left: 1px solid #efefef !important;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

div.alerts {
    margin-top: 5px;    
}

div.alert {
    margin-bottom: 5px;
}

.container a {
    outline: none;        
    text-decoration: none;
}

#footer {
    border-top: 2px solid lightgrey;
}

.collapse {
    display: none;
}

.collapse1 {
    display: none !important;
}

.invisible, .invisible1 {
    visibility: hidden;
}

.navbar {
    margin-bottom: 0px;
}

div.page-header {
    margin-top: 0;
    margin-bottom: 0;
}

div.page-header h2 {
    margin-top: 0;
    margin-bottom: 0;
}

input[type=checkbox], input[type=radio] {
    margin-top: 0px;
}

.number {
        
}

.nowrap {
    white-space:nowrap;
}

.number, .currency, .days {
    text-align: right;        
    white-space: nowrap;
}

.currency:after {
    content: ' EUR';
}

.number.days:after {
    content: ' Tage';
}

.currency.totals.vatexcl:after {
    content: ' EUR zzgl MwSt';
}

.currency.totals.vatincl:after {
    content: ' EUR inkl MwSt';
}

.currency.type-m:after {
    content: ' EUR/Monat (pauschal)';
}

.currency.type-a:after {
    content: ' EUR/Monat (anteilig)';
}

.currency.type-d:after {
    content: ' EUR/Tag';
}

.currency.type-d.graduation:after {
    content: ' EUR/Tag, Staffelung';
}

ul.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.list.horizontal li {
    display: inline-block;
}

.active0, a0 {
    color: lightgrey;
}

@media (min-width: 1025px) {
    .active0, a0 {
        opacity: .7 !important;
        filter: alpha(opacity=70) !important;
    }
}

.notset {
    color: lightgrey !important;
}

.dead1 {
    text-decoration: line-through !important;
}

.form-control {
    height: auto;
    padding: 3px;
}

.blockUI h2 {
    font-size: 14px;
    font-weight: normal;
}

table.dataTable thead th, table.dataTable thead td,
table.dataTable tbody th, table.dataTable tbody td,
table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 3px 3px !important;
}

table.editable input[rel], 
table.editable textarea[rel]
{
    border: 0;
    background: none;
    width: 100%;
}

table.editable td.editable {
    cursor: text;
}

table.editable td.avatar {
    padding: 0;
}

table.editable td.avatar.upload {
    cursor: cell;
}

td.avatar img {
    max-height: 30px;
    max-width: 40px;
    cursor: pointer;
}

td.fc-sat, td.fc-sun {
    background: #efe;
}

td.fc-other-month {
    background: lightgrey;
}

td.fc-today {
    background: #ffcce6 !important;
}

#termine_edit {
    display: none;
}

#termine_edit input {
    display: inline-block;
}

#termine_edit table tr.cron {
}

/*
 * Von Raul
 */
body {
    padding: 0 20px;
}

@media (min-width: 1025px) {

}

@media (max-width: 1024px) {
    body {
        padding: 0 5px;
    }
}