/**
* Forza 1.0.0 (c) 2014
* Ndevr Studios Ltd.
*
*/

.btn-group.pull-right {
    padding-top: 25px;
    padding-right: 20px !important;
}

p {
    line-height: 25px;
}
.newclient ul.dropdown-menu {
    height: 200px;
    overflow-y: auto;
}
.report .dropdown-menu {
    z-index: 999999 !important;
    position: initial !important;
}
.text-right {
    text-align: right !important;
}
.panel-sky {
    min-height: 300px;
}
.panel-sky.panel-sky-overflow {
    min-height: 0px !important;
    height: auto;
}
.overflow {
    border:1px solid #76c4ed;
    max-height:320px;
    overflow-y: scroll;
}
table.table-payments tbody tr td {
    padding:10px 10px;
}
tfoot {
    display: table-footer-group;
    vertical-align: middle;
    border-top: 2px solid #000000;
}
tfoot tr {
    font-weight: bold;
}
.panel.panel-success .panel-heading {
    background-color: #7dcc93 !important;
}
.modal-dialog {
    /*width: 90% !important; Edit by kev*/
}


#page-heading h1 {
  padding-bottom: 10px !important;
}

.navbar-inverse {
    background-color: #3e3e3e !important;
}

#sidebar ul li a {
    padding: 5px 10px 5px 13px !important;
}

#sidebar .badge {
  top: 5px !important;
}

.euflight-btn-action {
  margin-top: 20px;
  margin-right: 10px;
}

.euflight-badge {
  margin:0 15px;
}

.panel-chat {
    height: 100% !important;
}
.logbuch .panel-body {
    height:240px !important;
}
.doku .panel-body {
    max-height: 300px !important;
    overflow-y: auto;
}

small, .small {
    font-size: 75% !important;
}

#sidebar a:hover, body.collapse-leftbar #sidebar > li:hover, body.collapse-leftbar #sidebar > li.keep-open {
    background-color: white !important;
  }

.link {
    cursor: pointer;
    color:#4697ce;
}
.linko {
    cursor: pointer;
}
i.fa {
    width:18px !important;
}
.drop-box {
    background: #F8F8F8;
    border: 3px dashed #DDD;
    width: 90%;
    height: auto;
    text-align: center;
    padding: 15px;
    margin: 10px;
}
.badge-success {
    background-color: #7dcc93;
}
.overviewstates {
    margin:5px;
}
.overview .ui-grid-cell-contents {
    cursor: pointer;
}
.nomargin {
    /*margin:0px !important;*/
    min-height: 0px !important;
}
.grid.overview {
    height:700px !important;
}
.grid.searchtransactions {
    height:400px !important;
}
.ui-grid-cell:hover {
    background-color: #BDBDBD !important;
    font-weight: bold;
}
.label.label-rmail {
    background-color:#00A4D7;
}
.label.label-vv {
    background-color: #66ff66;
}
.label.label-ag {
    background-color: #ff00ff;
}
.label.label-ib {
    background-color: #ff9e2d;
}
.label.label-rv {
    background-color: #06d0ff;
}
.label.label-dv {
    background-color: #C91ACB; 
}
.label.label-red {
    background-color: #FF0000;
}
.label.label-yellow {
    background-color: #ffff00;
    color:#000000;
}
.text-strong {
    font-weight: bold !important;
}
.text-red {
    color:#ff0000;
}
.text-blue {
    color:#1E90FF !important;
}
.nolabel {
    padding-top: 27px;
}
.islabel {
  padding-bottom: 27px;
}
.modal-lg {
    width:90% !important;
}
.transactions {
    width:90% !important;
    max-height: 500px !important;
    min-height: 500px !important;
}
.modal-thumb {
    width:800px;
}
@media (min-width: 750px) and (max-width: 	970px) {
    #page-heading {
        margin-bottom: 30px;
    }
}
.label-group {
    margin:3px;
}
.btn.btn-orange {
    background-color: #ff813a;
}
.input-xs {
    height:20px !important;
    width:50% !important;
    padding: 4px 10px !important;
    font-size: 9px !important;
    border-radius: 2px !important;
}


.btn.btn-chat {
    color: #a9a9a9;
    display: block;
    width:100%;
    border-radius:0.4rem;
    border:1px solid #bfbfbf;
    padding:1rem;
    background-color:#fff;
}
.chat-text.add-comment {
    background-color: transparent !important;
}
.chat-message:last-child:after {
    content:'' !important;
    display: none;
}
.linko .icheckbox_minimal-blue {
    margin-right:5px !important;
}
.progressheader {
    padding:0px 10px !important;
    border-bottom: none !important;
}
.noborder {
    border: none !important;
}
.bootbox-confirm {
    z-index: 5000;
}/*
.modal-backdrop.fade.in:last-of-type {
    z-index:4999;
}*/
.tribute-container ul {
 padding-left: 0px !important;
}
table.table thead .input-xs,
table.table thead .input-sm {
    margin:5px 0px;
}
.ui-grid-cell.paid {
    background-color: rgba(58, 237, 31, 0.3) !important;
}
.ui-grid-cell.danger {
    background-color: rgba(255,0,0, 0.2) !important;
}
.ui-grid-cell.success {
    background-color: rgba(58, 237, 31, 0.2) !important;
}

.dragover {
    border:3px solid #008000 !important;
}
.smaller {
    font-size: smaller;
}
.rightseperator {
    border-right: 1px solid #dbdbdb;
}