﻿
.buttonSpeichern {
    position: fixed;
    top: 85px;
    right: 30px;
    z-index: 98 !important;
    width: 100px;

}
.buttonSpeichern2 {
    position: fixed;
    top: 85px;
    right: 135px;
    z-index: 98 !important;
    width: 100px;
}

.buttonFiles {
    width: 85px;
    right: -20px;
}
.buttonVertraege {
    width: 130px;
    right: -20px;
}

.buttonTicket {
    width: 85px;
    right: -20px;
}
.buttonTicketPlus {
    width: 40px;
    right: -30px;
}

@media only screen and (min-width: 600px) {
}
    .buttonFiles {
        right: 70px;
    }

    .buttonVertraege {
        right: 70px;
    }

    .buttonTicket {
        right: 70px;
    }

    .buttonTicketPlus {
        right: 70px;
    }


    .buttonSearch {
        /*position: fixed;
    top: 90px;*/
        right: -20px;
        width: 85px;
    }

    .reWrapper_corner, .reWrapper_center {
        display: none !important;
    }

    .reLeftVerticalSide, .reRightVerticalSide, .reToolZone, .reToolCell {
        background: white !important;
    }

    .reContentCell {
        border-width: 0 !important;
    }

    .reWrapper {
        border: 0 !important;
    }

    .RadEditor {
        filter: chroma(color=c2dcf0);
    }

@media print {
    /*.rows-print-as-pages .row {
    page-break-before: always;
  }*/
    /* include this style if you want the first row to be on the same page as whatever precedes it */

    .rows-print-as-pages .row:first-child {
        page-break-before: avoid;
    }
    .buttonSpeichern {
        display: none
    }
}
.btn-group-xs > .btn, .btn-xs {
    padding: .45rem .4rem;
    font-size: .875rem;
    line-height: .5;
    /*border-radius: .2rem;*/
}
a:link {
    text-decoration: none;
}