/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* ALLGEMEIN*/

.display-none {
    display: none;
}

table {
    width: 100%;
}

table.borderless td, table.borderless th {
    border: none !important;
}

.minCell {
    width: 10px;
    white-space: nowrap;
}

/* Metronic Fixes */
.label-fix {
    margin-top: -3px;
    padding-bottom: 3px;
}

.label-space {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Ausrichtung */
.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-top {
    vertical-align: top;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

/* Margin Padding */
.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mr40 {
    margin-right: 40px;
}

.ml40 {
    margin-left: 40px;
}

.mb40 {
    margin-bottom: 40px;
}


.no-wrap, .nowrap {
    white-space: nowrap !important;
}

/* Print */
.pagebreak-before {
    page-break-before: always !important;
}

.pagebreak-after {
    page-break-after: always !important;
}

.pagebreak-avoid {
    page-break-inside: avoid !important;
}

/* Elements */
.buttonHolder {
    margin-bottom: 5px;
}

.subSite {
    margin-top: -25px;
}


.help-block {
    font-size: 0.8em;
}

.help-text {
    font-size: 0.8em;
}

/* Cursor Styles */
.cursor-pointer {
    cursor: pointer;
}

.cursor-move {
    cursor: move;
}

/* Status */
.error {
    color: #ff0000;
}

.error-input {
    border: 1px solid #ff3333;
    background-color: #ff9999;
}


/* Text */
.text-caption {
    font-weight: 600;
    padding-right: 10px;
}

.text-captioncontent {
    font-weight: 200;
}

.text-bold {
    font-weight: bold;
}

.text-small {
    font-size: 0.8em !important;
}

/* Listings */
.list-style-none {
    list-style-type: none;
}

.list-style-simple {
    margin-left: 0px;
    padding-left: 0px;
}

.rebru-list-item {
    padding: 5px;
    background: #efefef;
    border: 1px solid #d5d5d5;
    margin-bottom: 3px;
}

.list-margin-bottom {
    margin-bottom: 3px;
}

/* Borders */
.border-red {
    border: 1px solid #ff0000;
}

/* Box and Portlets */
.rebru-box {
}

.rebru-box-border {
    border: 1px solid #d5d5d5;
}

.rebru-box-shadow {
    box-shadow: 1px 1px 2px #d5d5d5;
}

.rebru-box-title {
    background: #2f6f9f;
    color: #fff;
    padding: 2px 5px 2px 10px;
}

.rebru-box-body {
    padding: 5px 5px 5px 10px;
}

/* Tables */
.rebru-table {
    width: 100%;
}

.rebru-table td, .rebru-table th {
    padding-bottom: 3px;
}

/* Plugins */
.holder-box-colorholder {
    width: 22px;
    padding: 1px 0px;
    background: #d5d5d5;
}

.holder-box-color {
    width: 16px;
    height: 16px;
    margin: 3px auto;
}

.holder-box-colortext {
    margin-top: 5px;
    margin-left: 5px;
}


/* Sortables */
.rebru-sortable-ul {
    list-style-type: none;
    padding-left: 0px;
}

.rebru-sortable-ul li {
    background: #efefef;
    border: 1px solid #d5d5d5;
    padding: 5px;
    margin-bottom: 3px;
    cursor: pointer;
}


/* FORMS */
.control-label {
    font-size: 1em !important;
    color: #2b343f !important;
}

label.required {
    /*padding-left:15px !important;*/
}

label.required:after {
    content: " *";
}

div.checkbox {
    margin-bottom: 5px !important;
}

body.modal-open, .modal-open {
    overflow: hidden !important;
    overflow-y: hidden !important;
}

body.noscroll{
    position:fixed !important;
    overflow:hidden !important;
}

/*.dropdown-menu { max-height:300px !important;  }*/
