﻿body {
    background-color: #f1f1f9;
}

label {
    font-weight: normal !important;
}

.bps-reportviewer {
    width: 100%;
    height: 800px;
    border: none;
}
.bps-waiter {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height:  100%;
    background-image: url("../images/admin/loader.gif");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    z-index: 1000;
    background-color: rgba(255 , 255, 255,0.6);
    text-align: center;
}

.bps-fak-messages {

    margin: 20px 25%;
    background-color: #fff;
    border: solid 1px #33414e;
}

.bps-fak-messages div {
  padding: 10px;
  text-align: left;
}

.bps-fak-messages div.bps-clear {
  padding: 0px;
  text-align: left;
}

.bps-fak-messages div.bps-fak-header {
  padding: 10px;
  background-color: #33414e;
  color: #fff;
}

    .bps-fak-messages h5, .bps-fak-messages p {
        margin: 0px;
    }


.bps-noradius {
    border-radius: 0px !important;
}

.bps-alert-danger {
    margin: 0px;
    padding: 10px;
}

.bps-checkbox {
    margin: 0px 10px;
}
.bps-checkbox label {
    margin-left: 5px;
}

.bps-infofield {
    padding: 20px;
    background-color: #fff;
}

span.bps-kunden-additionals {
    display: inline-block;
    border-radius: 5px;
    padding: 5px;
    border: solid 1px #ccc;
    margin: 5px;
    background-color: #f1f5be;
}

.bps-overviewitem {
    padding: 10px 15px;
    border-bottom: dotted 1px #ccc;
}

div.bps-overviewitem p.bps-level1 {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

div.bps-page-buttonline {
    margin-bottom: 10px;
}

textarea.repo_beschreibung {
    width: 100%;
    height: 75px;
}

  .ui-autocomplete {
    max-height: 200px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

.bps-searchitem {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px !important;
    overflow: hidden;
}

button.removekunde {
    position: absolute;
    right: 20px;
    margin-top: -5px;
    background-color: transparent;
}



/*---------------------------------------------Datalist*/

.bps-table-header-header {
    border-bottom: solid 1px #ccc;
    padding: 5px 0px;
}

.bps-table-header-1 {
    border-bottom: solid 1px #ccc;
    padding: 3px 5px;
}

.bps-table-footer
{
    border-top: solid 1px #ccc;
    padding: 5px 0px;
}

.bps-table-footer-1 {
    border-top: solid 1px #ccc;
    padding: 3px 5px;
}

.bps-table-data td {
    padding: 3px 5px;
}

.bps-table-data-1 td {
    padding: 3px 5px;
    padding-bottom: 10px;
}

.bps-table-data-99 td {
    border-top: solid 1px #ccc;
    padding: 5px 5px;
    padding-bottom: 10px;

}

/*---------------------------------------------Datetimepicker*/
.datepicker-switch {
    text-align: center !important;
}

.day {
    cursor: pointer;
    text-align: center;
}

.old.day, .new.day {
    color: #aaaaaa;
}

.active.day {
    background-color: #33414e !important;
    /*color: #c7d42b !important;*/
    color: #1a73e8 !important;
}


/*---------------------------------------------Devexpress*/
.dxtc-content {
    background-color: transparent !important;
    border: none !important;
    padding: 0px !important;
}

.dxtc-leftIndent {
    display: none !important;
}

.dxtc-activeTab {
    /*background-color: #c7d42b !important;*/
    color: #1a73e8 !important;
    border: none;
}

    .dxtc-activeTab a {
        /*background-color: #c7d42b !important;*/
        /*background-color: #1a73e8 !important;*/
        color: #1a73e8 !important;
        background-color: transparent !important;
        border-bottom: solid 3px #1a73e8 !important;
        /*padding: 10px !important;*/
    }

.dxtc-strip, .dxtc-activeTab, dxtc-activeTab, .dxtc-tab {
    height: 40px !important;
    background-color: transparent !important;
}

.dxtc-tab {
    background: none !important;
    /*background-color: #33414e !important;*/
    color: #ddd !important;
    border: none;
    font-size: 16px;

}

    .dxtc-tab a, .dxtc-activeTab a {
        padding: 10px !important;
        font-size: 16px;
        border: none;
    }

.dxtc-tab a {
    color: #666 !important;
    padding: 10px !important;
}
.dxtc-spacer {
 display: none !important;
}

.nav-tabs {
    border: none;
}
.dxtc-stripContainer .dxtc-psi {
    border: none !important;
    border-bottom: solid 1px #ddd !important;
}

.dxtc-rightIndent {
    border: none !important;
}
.dxtc-link {
    border-bottom: solid 1px #ddd;
}

.dxtcLite {
    background-color: transparent;
}

/*---------------------------------------------BOOTSTRAP OVERWRITE*/
.bps-full-modal {
    background-color: transparent !important;
}

.modal-dialog-fs {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f1f1f9 !important;
}

.modal-content-fs {
  height: 100%;
  min-height: 100%;
  border-radius: 0;
 background-color: #f1f1f9 !important;
}

    .modal-content-fs iframe {
    
        width: 100%;
    
    }

.form-control {
    border-radius: 0px;
    border-color: #ccc;
}

.form-control-specialedit {
    width: 75px;
}

.form-control-specialedit[readonly], .form-control-readonly {
    background-color: #f1f5be;       
}

.form-control-label {
    height: auto !important;
}

.form-control-label p {
    font-size: 12px;
    font-style: italic;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin: 10px 3px 0px 3px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background-color: #33414e;
    color: #c9d72c;
}

/*-----------------------------------------*/

/*---------------------------------------------Preisliste OVERWRITE*/

.preisliste {
    border: none !important;
}

.preisliste table {
    border: none !important;
}

.preisliste .dxgv
{
    border: solid 1px #ccc;
}

    .preisliste .dxgvHeader {
        height: 30px;
        background-color: #d9d9e2 !important;
    }

 .preisliste .dxgvBatchEditCell
{
    border: solid 1px #ccc;
}


/* UPLOAD*/
.dropZoneExternal {
    padding: 100px;
    background-color: #d9d9e2;
    text-align: center;
}

.bps-uploader {
    width: 100% !important;
}


/*---------------------------------------------Datatables OVERWRITE*/

tr.haserror td {
    background-color: #f17777;
}

#tblData {
    width: 100% !important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_disabled, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-color: #d9d9e2 !important;
    font-weight: normal;
}
.dataTables_filter  {
   width: 400px;
}

.dataTables_length {
    margin-top: 5px;
}

.dataTables_filter input, .dataTables_length select {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0px;
    border-color: #ccc;
    font-weight: normal;

}

.detailarea {
   display: block;
   padding: 5px;
    background-color: rgba(217, 217, 226, 0.3) !important;
}

.detailarea table.bps-table td {
    background-color: rgba(217, 217, 226, 0.3) !important;
    padding: 0px;
}

/*-----------------------------------------*/

.bps-page-frame {
    width: 100%;
    height: 100%;
    border: none;
}

.bps-page-frame body {
    background-color: #f1f1f9;
}

.bps-page-menu {
    background-color: #33414e;
    margin-right: 20px;
    color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 16px;
}

.bps-page-menu-nobg {
    background-color: transparent !important;
}


.bps-page-menu a {
    /*background-color: #33414e;*/
    display: inline-block;
    padding: 10px 15px;
    color: #666;
    border-bottom: solid 1px #ddd;
    /*float: left;*/
    text-decoration: none;
}

    .bps-page-menu a.active {
        /*background-color: #c7d42b;*/
        /*background-color: #1a73e8;*/
        color: #1a73e8;
        border-bottom: solid 3px #1a73e8;
    }

.bps-page-data {
    margin: 0px 40px 0px 20px;
}


.bps-page-group-header {
    background-color: #d9d9e2;
    padding: 10px !important;
    font-weight: normal;
}


.bps-reportitem {
    padding: 0px 0px 20px 0px !important;
}

.bps-reportitem_0 {
    background-color: #efefef;
}

.bps-reportitem table {
    margin-left: 10px;
}

.bps-report-group-header {
    background-color: #d9d9e2;
    padding: 5px 10px !important;
    font-weight: bold;
}

.bps-report-group-headersub {
    background-color: #d9d9e2;
    padding: 5px 30px !important;
    margin-left: 0px;
    font-weight: normal;
}


div.tab-contentpage {
    border-top: solid 1px #ccc;
    width: calc(100vw - 20px);
    height: calc(100vh - 100px) !important;
    overflow: hidden !important;
    background-color: #f1f1f9 !important;
}


.bps-page-header-line {
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    padding: 15px;
}

.bps-page-header {
    padding: 15px 0px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
}

    .bps-page-header h5 {
        font-size: 1.5rem;
        font-weight: bold;
    }

.bps-button {
    margin-left: 10px;
    float: right;
    border-radius: 0px;
    /*background-color: #c7d42b;*/
    background-color: #1a73e8;
    /*color: #33414e !important;*/
    color: #fff !important;
}

.bps-listbutton {
    position: absolute;
    z-index: 1000;
}

.bps-buttonleft {
    float: left !important;
    margin-left: 0px;
}

.bps-clear {
    width: 100%;
    height: 1px;
    clear: both;
}

.bps-table {
    width: calc(100% - 10px);
    border: none;
    margin-left: 10px;

}
.bps-table-form {
    margin-bottom: 10px;
}

.bps-table-form-nomargin {
    margin-bottom: 0px !important;
}

.bps-table td {
    padding: 3px 0px;
}

    .bps-table td:first-child {
        width: 150px;
        text-align: left;
    }

.login-full {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    text-align: center;
}

.login-panel {
    position: relative;
    left: 50%;
    margin-left: -200px;
    top: 50vh;
    margin-top: -100px;
    width: 400px;
    border: solid 1px #ccc;
}

    .login-panel h5 {
        margin: 0px;
        /*color: #c7d42b;*/
        color: #1a73e8;
    }

.btnBPS {
    float: right;
    border-radius: 0px;
    /*background-color: #c7d42b;*/
    background-color: #1a73e8;
    padding: 5px 10px;
    color: #fff !important;
}

.btnBPS:hover {
    color: #33414e !important;
}

.bps-loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.3);
    z-index: 2000;
}

/* Header Navbar */

nav.navbar-fixed-top {
    height: 69px !important; 
    background: none !important; 
    background-color: #fff !important;
    border: none !important;
    border-bottom: solid 1px #ccc !important;
    overflow: hidden;
}

.navbar-user {
    border-left: solid 1px #ccc;
    max-height: 69px;
    float: right;
    padding-top: 15px;
    padding-left: 30px;
    height: 70px;
}

.btn-menu {
     z-index: 900;
    position: absolute;
    top: 10px;
    left: 210px;
    background: none;
    border: solid 1px #33414e;
    border-left: none;
    border-radius: 3px;
    background-color: rgba(51, 65, 78, 1);
    color: #fff !important;
}



div.container-navleft {
    
    position: fixed;
    top: 69px;
    left: -210px;
    height: calc(100vh - 69px);
    width: 250px;
    background-color: #33414e;
}

ul.navleft {
    z-index: 1000;
    padding: 10px 0px;
    display: block;
    border: 1px #fff;
    width: 250px;
}

    ul.navleft li {
        width: 250px;
    }

ul.navright {
   display: block;
   position: absolute;
   left: 155px;
   top: 10px;

}

ul.navleft li, ul.navright li  {
    border-left: solid 5px transparent;
    padding: 20px;
    color: #fff;
    list-style: none;
    cursor: pointer;
}

ul.navleft li span.glyphicon {
    display: inline-block;
    margin-right: 20px;    
}

ul.navleft li span.glyphicon-menu-right {
    display: inline-block;
    margin-right: 0px;    
    /*float: right;*/
    font-size: 10px;
    margin-top: 4px;
}

    ul.navleft li:hover {
        border-left: solid 5px #1a73e8;
        background-color: #253340;
    }

/*div.container-header {
    position: fixed;
    width: 100%;
    top: 69px;
    height: 40px;
    left: 0px;
    border: solid 1px #ccc;
    overflow:hidden !important;
}*/

div.container-header-item {
    display: inline-block;
    border-right: solid 1px #ccc;
    padding: 5px 20px;
    overflow: hidden;
    /*float:left;*/
    cursor: pointer;
}
div.container-header-item-active {

    color: #253340;
    background-color: #c9d72c;

}

    div.container-header-item p {
        margin: 0px;
    }

div.container-header {
    position: fixed;
    width: 100%;
    top: 69px;
    left: 35px;
    border: solid 1px #ccc;
    height: calc(100vh - 69px);
    overflow: hidden !important;
    padding-top: 30px;
    padding-left: 5px;
}

ul#tab-navi {
background-color: #fff;
    border: none;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    position: fixed;
    top: 69px;
    width: 100%;
    height: 35px;
    overflow:hidden;
}

    ul#tab-navi li.active {
     background-color:#253340;
     color: #c9d72c !important;
     border-color:#253340;
    
    }

ul#tab-navi li.active a {
    color: #c9d72c !important;
}

button.tab-close {
    margin: 7px 7px 0px 0px !important;
    color: #fff !important;
    opacity: .6;
}

/* LOADER */
.bps-loader-message {
    display: none;
    width: 40%;
    position: relative;
    margin-left: 30%;
    margin-top: 200px;
    background-color: rgba(255,255,255,1);
    border: solid 1px #ccc;
}

.bps-loader-message-header {
    padding: 10px;
    border-bottom: solid 1px #ccc;
    background-color:#253340;
    color: #fff !important;
}

.bps-loader-message-content {
    padding: 10px;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

.bps-loader-message-footer {
    padding: 10px;
    border-top: solid 1px #ccc;
    text-align: right;
}

.bps-table-detail {
    table-layout: fixed;
}

    .bps-table-detail td, .bps-table-list td {
        padding: 2px 5px;
    }

.bps-table-details-header td {
    background-color: #d9d9e2;
    width: 33%;
}

.bps-table-list {
    margin-top: 20px;
    table-layout: fixed;
}


div.bps-perm-1 {
    background-color: #fefefe;
    padding: 5px 10px;
    border-bottom: dotted 1px #333;

}

div.bps-perm-2 {
    padding: 5px 10px 5px 50px;
    cursor: pointer;
    border-bottom: dotted 1px #333;
    display: none;
     background-color: #fafafa;
}

select.bps-perm-select {
    float: right;
    width: 150px;
}

span.bps-perm-caption {
    display: inline-block;
    margin-top: 5px;

}

div.bps-perm-clear {
    clear: both;
    width: 100%;
    height: 0px;
}
div.bps-perm-item {
    padding: 10px 5px;
    cursor: pointer
}

div.bps-perm span.glyphicon {
       float:left;
    margin-right: 5px;
}

span.glyphicon_clickable {
    cursor: pointer;
    border-radius: 3px;
    font-size: 0.7rem;
    padding: 4px;
    background-color: #33414e;
    color: #fff;

}

span.glyphicon_disabled {
    color: transparent !important;
    cursor: default !important;
    background-color: transparent !important;
    border: none !important;
}


.ticketsOpenRow {
    cursor: pointer;
}

.ticketitem_left {
    padding-right: 15px;
    padding-left: 0px;
    background-color: transparent;
}

    .ticketitem_left .ticketitem_left-filter-top {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }

        .ticketitem_left .ticketitem_left-filter-top .input-group {
            width: 100%!important;
        }

            .ticketitem_left .ticketitem_left-filter-top .input-group .icon-folder {
                position: absolute;
                top: 6px;
                left: 10px;
                font-size: 18px;
                z-index: 999;
            }
        
        .ticketitem_left .ticketitem_left-filter-top .input-group select {
            width: 100% !important;
            padding-left: 40px;
            color: #000000;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            appearance: none;
        }

        .ticketitem_left .ticketitem_left-filter-top .input-group select::-ms-expand {
            display: none;
        }

            .ticketitem_left .ticketitem_left-filter-top .input-group select + i.glyphicon {
                float: right;
                margin-top: -26px;
                margin-right: 10px;
                pointer-events: none;
                background-color: transparent;
                color: black !important;
                padding-right: 5px;
                z-index: 999999999;
            }

    .ticketitem_left .ticketitem_left-filter {
        float: left;
        width: 100%;
    }

    .ticketitem_left .ticketitem_left-filter-search {
        margin-bottom: 25px;
    }

        .ticketitem_left .ticketitem_left-filter-search .input-group {
            width: 100%;
        }

            .ticketitem_left .ticketitem_left-filter-search .input-group .icon-left {
                position: absolute;
                top: 7px;
                left: 10px;
                font-size: 20px;
                z-index: 999;
            }

            .ticketitem_left .ticketitem_left-filter-search .input-group input {
                padding-left: 40px;
                padding-right: 35px;
                background-color: #ecffe1;
            }

                .ticketitem_left .ticketitem_left-filter-search .input-group input::placeholder {
                    color: #000000;
                }

                .ticketitem_left .ticketitem_left-filter-search .input-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                    color: #000000;
                }

                .ticketitem_left .ticketitem_left-filter-search .input-group input::-moz-placeholder { /* Firefox 19+ */
                    color: #000000;
                }

                .ticketitem_left .ticketitem_left-filter-search .input-group input:-ms-input-placeholder { /* IE 10+ */
                    color: #000000;
                }

                .ticketitem_left .ticketitem_left-filter-search .input-group input:-moz-placeholder { /* Firefox 18- */
                    color: #000000;
                }

            .ticketitem_left .ticketitem_left-filter-search .input-group .icon-right {
                position: absolute;
                top: 10px;
                right: 12px;
                z-index: 999;
            }


    .ticketitem_left .ticketitem_left-content {
        float: left;
        width: 100%;
        padding-right: 1px!important;
        border-left: 1px solid #cbcbcb;
        border-right: 1px solid #cbcbcb;
        border-bottom: 1px solid #cbcbcb;
        overflow: auto;
    }

.ticketitem_left .ticketitem_left-filter .input-group {
    float: left;
    width: 100%;
    /*display: inline-block!important;*/
}

    .ticketitem_left .ticketitem_left-filter .input-group .btn-ticket-plus {
        position: absolute;
        top: 4px;
        left: 10px;
        width: 20px!important;
        font-size: 20px;
        font-weight: normal;
        color: #000000;
        z-index: 999;
    }

    .ticketitem_left .ticketitem_left-filter .input-group .ticketSortValue {
        width: 100%!important;
        padding-left: 40px;
        color: #000000;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
    }

        .ticketitem_left .ticketitem_left-filter .input-group .ticketSortValue::-ms-expand {
            display: none;
        }

        .ticketitem_left .ticketitem_left-filter .input-group .ticketSortValue + i.glyphicon {
            float: right;
            margin-top: -26px;
            margin-right: 10px;
            pointer-events: none;
            background-color: transparent;
            color: black !important;
            padding-right: 5px;
            z-index: 999999999;
        }

    .ticketitem_left .ticketitem_left-filter .input-group .ticketSearchValue {
        float: left;
        width: 50%;
    }

.ticketitem_left .ticketitem_left-filter .input-group .ticketSortValue {
    float: left;
    width: 50%;
}

    .ticketitem_left ul.ticketitem_left-ul {
        float: left;
        width: 100%;
        padding: 0px;
        list-style: none;
    }

        .ticketitem_left ul.ticketitem_left-ul li.ticketitem_left-ul-li {
            float: left;
            width: 100%;
            padding: 10px;
            border-bottom: 1px solid #ccc;
            position: relative;
            background-color: #ffffff;
        }

            .ticketitem_left ul.ticketitem_left-ul li.ticketitem_left-ul-li.ticketitem_left-ul-li-bold {
                font-weight: bold !important;
            }


.ticketitem_left ul.ticketitem_left-ul li.ticketitem_left-ul-li .ticketitem_left-ul-li-color {
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 2px;
    height: auto;
} 

.ticketitem_left ul.ticketitem_left-ul li.ticketitem_left-ul-li:hover {
    background-color: #eaeaea;
}

            .ticketitem_left ul.ticketitem_left-ul li.ticketitem_left-ul-li.active {
                background-color: #DCECF9;
            }


            .ticketitem_left ul.ticketitem_left-ul li.ticketitem_left-ul-li a.ticketitem_left-ul-li-a {
                float: left;
                width: 100%;
                padding-top: 5px;
                padding-left: 15px;
                color: #000000;
            }

                .ticketitem_left ul.ticketitem_left-ul li.ticketitem_left-ul-li a.ticketitem_left-ul-li-a span.ticketitem_left-ul-li-a-from {
                    float: left;
                    width: 100%;
                    font-size: 14px;
                }

                .ticketitem_left ul.ticketitem_left-ul li.ticketitem_left-ul-li a.ticketitem_left-ul-li-a span.ticketitem_left-ul-li-a-nr {
                    float: left;
                    width: 100%;
                    font-size: 12px;
                    color: #0078D7;
                }

                .ticketitem_left ul.ticketitem_left-ul li.ticketitem_left-ul-li a.ticketitem_left-ul-li-a span.ticketitem_left-ul-li-a-titel {
                    float: left;
                    width: 100%;
                    font-size: 13px;
                }

                .ticketitem_left ul.ticketitem_left-ul li.ticketitem_left-ul-li a.ticketitem_left-ul-li-a span.ticketitem_left-ul-li-a-date {
                    float: left;
                    width: 100%;
                    text-align: right;
                    font-size: 12px;
                    margin-top: 5px;
                }

.ticketitem_right {
    padding-right: 0px;
    background-color: #fff;
}

    .ticketitem_right .ticketitem_right-content {
        float: left;
        width: 100%;
        padding: 10px;
    }

        .ticketitem_right .ticketitem_right-content .ticket-header {
            position: absolute;
            width: 100%;
            left: 0;
            top: 0;
            padding: 10px;
            background-color: #eaeaea;
            z-index: 999;
        }

            .ticketitem_right .ticketitem_right-content .ticket-header .ticket-header-div-customer .ticket-header-div-customer-customer {
                font-size: 20px;
                color: black;
            }

            .ticketitem_right .ticketitem_right-content .ticket-header .ticket-header-div-title .ticket-header-div-title-nr {
                color: #0078D7;
                margin-right: 25px;
            }

            .ticketitem_right .ticketitem_right-content .ticket-header .ticket-header-div-title .ticket-header-div-title-title {
                font-weight: bold;
            }

            .ticketitem_right .ticketitem_right-content .ticket-header .ticket-header-div-status .ticket-header-div-status-type {
                margin-right: 25px;
            }

            .ticketitem_right .ticketitem_right-content .ticket-header .ticket-header-div-status .ticket-header-div-status-status {
                margin-right: 25px;
            }

            .ticketitem_right .ticketitem_right-content .ticket-header .ticket-header-div-status .ticket-header-div-status-user {
                font-style: italic;
            }

            .ticketitem_right .ticketitem_right-content .ticket-header .ticket-header-div-date .ticket-header-div-date-created {
                float: left;
            }

            .ticketitem_right .ticketitem_right-content .ticket-header .ticket-header-div-date .ticket-header-div-date-updated {
                float: right;
            }

        .ticketitem_right .ticketitem_right-content .ticket-content {
            position: absolute;
            width: 100%;
            left: 0;
            padding: 10px;
            overflow: auto;
            z-index: 999;
        }

        .ticketitem_right .ticketitem_right-content .ticket-coment {
            float: left;
            width: 100%;
            padding: 10px;
            margin-left: 1px;
            margin-bottom: 20px;
            border-bottom: 1px solid #ccc;
        }

            .ticketitem_right .ticketitem_right-content .ticket-coment .coment-history {
                float: left;
                width: 100%;
                margin: 10px 0px;
                padding: 10px;
                background-color: #eaeaea;
            }

                .ticketitem_right .ticketitem_right-content .ticket-coment .coment-history p {
                    margin: 0px;
                } 
                
                .ticketitem_right .ticketitem_right-content .ticket-coment .coment-download {
                    float: left;
                    width: 100%;
                    margin: 10px 0px;
                    padding: 10px;
                    background-color: #eaeaea;
                }

.ticketitem_right .ticketitem_right-content .ticket-coment.ticket-description {
    float: left;
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 0px!important;
}

                .ticketitem_right .ticketitem_right-content .ticket-coment.ticket-description .coment-description {
                    padding: 10px;
                    background-color: #eaeaea;
                }

.ticket_fileupload-content_list-file {
    float: left;
    width: 100%;
    background-color: #DCECF9;
    padding: 10px;
    margin-top: 5px;
}
.NewTicketFile-ticket_fileupload-content_list-file {
    float: left;
    width: 100%;
    background-color: #DCECF9;
    padding: 10px;
    margin-top: 5px;
}
.ticketsOpenRow .ticketsOpenRow_Ticket .ticketsOpenRow_Ticket-description {
    float: left;
    width: 100%;
    min-height: 150px;
    max-height: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bps-glyphicon-portalaktiv, .bps-glyphicon-portalinaktiv {
    margin-right: 10px;
}

.bps-glyphicon-portalinaktiv {
    color: #ccc;
}


/* WIDGETS */

.bps-widgets-waiter {
    position: absolute;
    top: 0px;
    left: 0px;
    width: inherit;
    height:  inherit;
    background-color: #fff;
    background-image: url("../images/admin/loader.gif");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    z-index: 1000;
    opacity: 0.6;
}

.bps-widgets-clear {
    width: 100%;
    height: 0px;
    clear: both;
}

.bps-widgets-header {
    background-color: #bbb;
    padding: 10px;
    border-bottom: solid 1px #ccc;
    margin: 0px !important;
    cursor: move;
}

    .bps-widgets-header .glyphicon {
        float: right;
        margin-left: 10px;
        cursor: pointer;
    }
    .bps-widgets-header .glyphicon:hover {
        color: #666 !important;
    }


    /* Kalender */
.fc th.fc-widget-header, .fc td.fc-widget-content {
    border: 3px solid #f0f0f7 !important;
}

.fc th.fc-widget-header {
    color: #ffffff !important;
    background-color: #d8d8d8 !important;
    padding: 5px 10px;
    overflow: hidden;
}

.fc-month-view .fc-widget-content.fc-day {
    position: relative;
    background-color: #ffffff;
}

.fc-month-view .fc-widget-content.fc-day:before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 80px;
    height: 80px;
    background-color: #f1f1f8 !important;
    transform: rotate(45deg);
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    margin-top: 5px;
    margin-right: 5px;
    font-size: 15px;
}

.fc-day.fc-state-highlight {
    background-color: #e0f4c3 !important;
}

.fc-day-top.fc-state-highlight .fc-day-number {
    color: #8ec449 !important
}

.fc-event-container .fc-day-grid-event {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 0px !important;
    background: transparent!important;
}

.bps-fc-entry__point {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    width: 10px;
    height: 10px;
    background-color: #8ec449;
} 

.fc-event-container .fc-day-grid-event .bps-fc-entry__date {
    font-size: 11px !important;
    font-weight: normal !important;
    color: #aaabac !important;
}

.fc-event-container .fc-day-grid-event .fc-title {
    float: left;
    padding-top: 2px;
    border-bottom: 1px solid #c3c1c2;
    width: 100%;
    padding-bottom: 2px;
    margin-left: 15px;
    font-size: 11px !important;
    font-weight: bold !important;
    color: #000000 !important;
}

.fc-more {
    float: left !important;
    margin-left: 15px !important;
    margin-top: 5px !important;
    color: #8ec449 !important;
    font-size: 13px !important;
}

    .fc-more:hover {
        float: left !important;
        margin-left: 15px !important;
        margin-top: 5px !important;
        color: #8ec449 !important;
        font-size: 13px !important;
        text-decoration: none;
    }

    /* Tickets */
    

.ticketitem_rightcustom .calendar-wrapper {
    width: 100%!important;
}

    .ticketitem_rightcustom .calendar-wrapper .calendar-head-card {
        display: none !important;
    } 

.ticketitem_rightcustom .calendar-wrapper .calendar-container {
    background-color: transparent !important;
}

    .ticketitem_rightcustom .calendar-wrapper .calendar-container.calendar-top-selector {
        margin-bottom: 20px !important;
    } 

.ticketitem_rightcustom .calendar-wrapper .calendar-container .calendar-grid .calendar-labels span {
    font-weight: bold !important;
    text-transform: uppercase !important;
}

    .ticketitem_rightcustom .calendar-wrapper .calendar-container .calendar-date-holder {
        width: 100% !important;
    }

    .ticketitem_rightcustom .calendar-wrapper .calendar-container .calendar-grid .calendar-dates .cal-row .date.selected {
        background-color: #137bd3!important;
    }

    .ticketitem_rightcustom .calendar-wrapper .calendar-container .calendar-grid .calendar-dates .cal-row .date.selected a {
        color: #ffffff!important;
    }

.ticketitem_rightcustom__event {
    float: left;
    width: 100%;
    margin-top: 25px;
}

    .ticketitem_rightcustom__event .ticketitem_rightcustom__event-box {
        float: left;
        width: 100%;
        border: 1px solid #dedac8;
    }

        .ticketitem_rightcustom__event .ticketitem_rightcustom__event-box .ticketitem_rightcustom__event-box__header {
            float: left;
            width: 100%;
            padding: 5px 10px;
            font-size: 16px;
            border-bottom: 1px solid #dedac8;
            background-color: #faf2cf;
        }

        .ticketitem_rightcustom__event .ticketitem_rightcustom__event-box .ticketitem_rightcustom__event-box__body {
            float: left;
            width: 100%;
            padding: 5px 10px;
            background-color: #fdf7e0;
        }

            .ticketitem_rightcustom__event .ticketitem_rightcustom__event-box .ticketitem_rightcustom__event-box__body .ticketitem_rightcustom__event-box__body-items {
                float: left;
                width: 100%;
                margin: 5px 5px;
            }

                .ticketitem_rightcustom__event .ticketitem_rightcustom__event-box .ticketitem_rightcustom__event-box__body .ticketitem_rightcustom__event-box__body-items .ticketitem_rightcustom__event-box__body-item__item {
                    float: left;
                    width: 100%;
                    margin-bottom: 5px;
                    color: #e87a25;
                }

                .ticketitem_rightcustom__event .ticketitem_rightcustom__event-box .ticketitem_rightcustom__event-box__body .ticketitem_rightcustom__event-box__body-items .ticketitem_rightcustom__event-box__body-item__item:hover {
                    text-decoration: none;
                }

                    .ticketitem_rightcustom__event .ticketitem_rightcustom__event-box .ticketitem_rightcustom__event-box__body .ticketitem_rightcustom__event-box__body-items .ticketitem_rightcustom__event-box__body-item__item .ticketitem_rightcustom__event-box__body-item__item-icon {
                        font-size: 12px!important;
                        color: #e87a25;
                        text-decoration: none !important;
                    }

                    .ticketitem_rightcustom__event .ticketitem_rightcustom__event-box .ticketitem_rightcustom__event-box__body .ticketitem_rightcustom__event-box__body-items .ticketitem_rightcustom__event-box__body-item__item .ticketitem_rightcustom__event-box__body-item__item-title {
                        color: #e87a25;
                        text-decoration: underline !important;
                    }

                    .calendar-grid .calendar-date-holder {
                        height: 228px!important;
                    }

.btn {
    padding: 5px 10px!important;
    border-radius: 0px !important;
}

.bps-textarea {
    resize: vertical;
}