@import url('https://fonts.googleapis.com/css?family=Raleway:100,200');

/**
 *
 * Apply Here your Custom CSS
 *
*/
html {
    scroll-behavior: smooth;
}

.softshadow {
    -webkit-box-shadow: 0 20px 57px 0 rgba(59, 59, 59, 0.24) !important;
    -moz-box-shadow: 0 20px 57px 0 rgba(59, 59, 59, 0.24) !important;
    box-shadow: 0 20px 57px 0 rgba(59, 59, 59, 0.24) !important;
}

.softshadow2 {
    -webkit-box-shadow: 0 20px 57px 0 rgba(59, 59, 59, 0.1) !important;
    -moz-box-shadow: 0 20px 57px 0 rgba(59, 59, 59, 0.1) !important;
    box-shadow: 0 20px 57px 0 rgba(59, 59, 59, 0.1) !important;
}

.sf3 {
    -webkit-box-shadow: 0 6px 31px 0 rgba(59, 59, 59, 0.4) !important;
    -moz-box-shadow: 0 6px 31px 0 rgba(59, 59, 59, 0.4) !important;
    box-shadow: 0 6px 31px 0 rgba(59, 59, 59, 0.4) !important;
}

.soft-bg {
    background: rgba(0, 0, 0, 0.24) !important;
}

.bg_red_i {
    background: rgba(173, 9, 0, 0.3) !important;
}

.bg_yellow_i {
    background: rgba(172, 173, 0, 0.3) !important;
}

.bg_green_i {
    background: rgba(0, 173, 30, 0.3) !important;
}

.bg-menu {
    background: rgba(39, 44, 51, 0.8) !important;
}

.bg_grey_i {
    background: rgba(39, 44, 51, 0.26) !important;
}

.logo--2g {
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-size: 2.5em;
    font-weight: 100;
    font-style: normal;
    letter-spacing: 0.21em;
    opacity: 0.4;
}

#an-field{
    min-height: 150px;
}

.t--dashboard-c {
    font-weight: bold;
    position: absolute;
    left: 1em;
    top: 0.65em;
    font-size: 1.4em;
}

.logo--2g:hover {
    opacity: 1;
}

.custom-progress {
    border-radius: 0 !important;
}

.absolut-btn {
    z-index: 200;
    position: fixed;
    right: 19px;
    top: 84px;
}

.absolut-btn > button.btn.softshadow2.btn-default.btn-icon {
    margin-left: 2em;
}

.qpf-remove-btn {
    color: red;
    font-size: 1.5em !important;
    padding: 0 !important;
}

.fa-1_5x {
    font-size: 1.5em !important;
}

.remove-btn-pos {
    position: absolute;
    right: -8px;
    top: 2px;
}

.qpf-remove-btn:hover {
    color: darkred;
    cursor: pointer;
}

.qpf-panels .form-group > div {
    /*margin-bottom: 15px !important;*/
}

.remove-btn-pos:active {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.qpf-btn-grp {
    float: right;
    margin-right: 12px;
}

.qpf-btn-grp button {
    margin-right: 4px;
}

.no-dot {
    list-style: none;
}

#qp-db-histroy > tbody > tr {
    word-break: break-all !important;
}

.line--c {
    height: 400px;
}

.secondTD > div {
    padding-bottom: 5px !important;
}

.secondTD > small {
    margin-top: 2px;
    margin-bottom: 2px;
}

.progress-custom {
    overflow: hidden;
    height: 3px;
    background-color: #f5f5f5;
}

.logout-padding {
    padding-right: 1em;
}

.sm-padding {
    padding: 5px !important;
}

.basic-color-1 {
    color: #FE7F2D;
    background-color: #FE7F2D;
}

.basic-color-2 {
    color: #579C87;
    background-color: #579C87;
}

.basic-color-3 {
    color: #233D4D;
    background-color: #233D4D;
}

.basic-color-4 {
    color: #FCCA46;
    background-color: #FCCA46;
}

.field-panel {
    margin-top: 17px;
}

#history_popup li {
    color: black;
    list-style: none;
}

/* SILDER
------------- */
.s-switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 23px;
}

.as-daterange {
    margin: 1em 1em 1em 1em;
    width: 16em;
    float: left;
    display: inline-flex;
}

.as-daterange > .daterange {
    width: 16em;
}

.as-chbxs {
    padding: 18px 3px 3px;
    font-size: 1.1em;
}

.as-extras-grpfilter {
    margin-left: 487px;
    margin-top: -25px;
}

.s-switch input {
    display: none;
}

.s-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.s-slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.full--db {
    height: 800px;
}

input:checked + .s-slider {
    background-color: #2196F3;
}

.c--white {
    color: white !important;
}

input:focus + .s-slider {
    box-shadow: 0 0 1px #2196F3;
}

.loader--style3 {
    margin-top: 2px;
    margin-right: 2px;
}

svg path,
svg rect {
    fill: #00a651;
}

input:checked + .s-slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

#nr--t > a:hover {
    opacity: 0.7;
}

#result-box {
    height: auto !important;
    width: auto !important;
}

#qp-text-pdf {
    position: absolute;
    right: 15px;
    top: 17px;
}

/* Rounded sliders */
.s-slider.round {
    border-radius: 34px;
}

.s-slider.round:before {
    border-radius: 50%;
}

/* HEADER
---------- */
.member_map {
    display: inline-block;
    width: 31rem;
    padding-left: 1rem;
}

.member_map span {
    margin: 1%;
}

.margin-top-2 {
    margin-top: 14px;
    margin-right: 11px;
}

.dp-option-panel-head {
    font-size: 15px;
    font-weight: bolder;
}

.dp-option-panel-btn {
    float: right;
}

/*
    eigene suchbox für keywords
 */
#qp-keywordtable_filter {
    display: none;
}

#search-container {
    position: absolute;
    right: 29px;
    z-index: 100;
    width: 247px;
    top: 81px;
}

.example {
    font-size: 1.1em;
}

.full-height {
    height: 80vh !important;
}

/* TENDER TABLE
------------- */
#tenderstable_wrapper {
    margin-bottom: 150px;
}

.table-black {
    color: #39363D;
}

.table-black td:nth-child(2) div {
    padding-top: 1px;
    padding-bottom: 1px;
}

.footer_grp {
    position: absolute;
    bottom: 100px;
    left: 35%;
    z-index: 800;
}

.drp-big {
    font-size: 1.2em !important;
    margin-right: 6px;
}

.t_icons i {
    font-size: 2em;
    cursor: pointer;
    padding-left: 2%;
}

.t_icons i:hover {
    color: black !important;
}

#qp_fResult {
    padding-top: 12px;
}

.t_thead {
    font-size: 0.8em !important;
    font-weight: bolder;
}

.t_id {
    margin: 0;
    padding: 0;
    font-size: smaller;
    border: 0 none !important;
    height: 20px;
}

.t_datum {
    font-size: 0.9rem !important;
}

.maxheight_none {
    min-height: 1em;
    overflow: visible !important;
    max-height: none !important;
}

.t_tdinfo {
    padding: 0.5rem !important;
}

input[type=file] {
    display: none;
}

.ref_box {
    text-align: center;
    padding: 0;
    max-width: 186px;
}

.ref_box input {
    font-size: 0.99em;
}

.btn-upload {
    color: white;
    background-color: #63c2de;
    border-color: #63c2de;
}

.t_sectd {
    min-width: 35rem;
    max-width: 60em;
    width: 100%;
    display: -webkit-box;
    /*word-break: break-all;*/
    font-size: 1.11em;
}

.t_sectd > a:hover {
    text-decoration: underline;
}

.changetext {
    font-weight: bolder;
}

.changetext:hover {
    cursor: pointer;
    text-decoration: underline;
}

.no-minwidth {
    min-width: auto !important;
}

.max-width {
    max-width: 167px !important;
}

.padding-none {
    padding: 0;
}

.dub_head {
    font-size: 0.8em;
}

.td_wrap {
    word-wrap: break-word !important;
}

.table-fixed {
    table-layout: fixed;
}

.t_lasttd {
    font-size: 1.1em;
}

.t_verfahren {
    /*width: 18em;*/
    font-size: 1.11em;
}

.t_shortcuts {
    max-width: 170px;
    font-size: 1.1em;
}

.t_shortcuts select {
    max-width: 163px;
}

.quickedit span {
    margin: 1%;
    padding: 3px;
    font-weight: bold;
    cursor: pointer;
}

.pointer,
.table-pointer tr:hover {
    cursor: pointer;
}

#left-map-popup {
    padding-right: 0 !important;
}

#right-map-popup {
    padding-left: 0 !important;
}

.ag--list > div.panel > div.panel-body {
    height: 60vh;
    overflow-y: scroll;
    padding: 0 !important;
}

.roundend {
    border-radius: 50%;
}

#drp_source > option, #drp_source > select {
    width: 150px !important;
}

#ticket-selector {
    top: 43px;
    left: 14px;
    z-index: 5;
}

.t_optionsdrp {
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    justify-content: flex-start;
}

.t_codes {
    font-weight: 700;
}

.t_optionsdrp li {
    list-style: none;
    padding: 4px;
    display: grid;
    font-size: 1.1em;
}

.with-table hr {
    margin-top: 3px !important;
}

.mark_keywords {
    color: #63c2de !important;
}

.word-break-all {
    word-break: break-all !important;
}

.keyword-form div {
    padding-top: 2px;
    padding-bottom: 2px;
}

#qpTable td:nth-child(2) > span {
    font-size: 1em;
    font-weight: 500;
}

.quickedit span {
    margin: 2px;
    font-size: 1em;
}

.qp-fl-r {

}

#qp-keyword-add {
    position: absolute;
    top: 81px;
    left: 242px;
}

#qp-keyword-single-add {
    position: absolute;
    top: 81px;
    left: 360px;
}

.qp-keyword {
    font-weight: bolder;
}

.box-height {
    height: 180px;
}

#qp-vf--add {
    position: absolute;
    top: 81px;
    left: 160px;
}

#ris-table td {
    white-space: pre-line;
}

#ris-table td:last-child {
    word-break: break-word;
}

#ris-filter-grp {
    position: absolute;
    left: 46em;
    top: 6.6em;
    z-index: 2;
}

#ris-keyword-add {
    position: absolute;
    top: 79px;
    left: 242px;
}

#ris-dwn-exa {
    position: absolute;
    top: 79px;
    left: 482px;
}

#ris-container-1 {
    position: absolute;
    top: 105px;
    left: 561px;
}

#ris-toggle-1 :hover {
    cursor: pointer;
    color: black;
}

#ris-keyword-single-add {
    position: absolute;
    top: 79px;
    left: 360px;
}

.t_textarea {
    height: 14em !important;
    width: 88% !important;
}

#t_full_info {
    font-size: small !important;
    display: none;
    position: absolute;
    z-index: 100;
    padding: 3%;
    top: 1%;
    left: 9%;
    min-width: 59%;
    background: whitesmoke;
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}

#as_extra_table_wrapper table td {
    padding: 0.2rem !important;
}

.modal-header {
    cursor: grab;
}

.modal-header:active {
    cursor: grabbing;
}

.edit-ag {
    margin-bottom: 2px;
    float: right;
}

#result-box {
    font-size: 1.3em;
}

.of-x {
    overflow-x: scroll;
}

.collapse_text i {
    font-weight: 900;
}

.collapse_text {
    font-weight: bolder;
    cursor: pointer;
    border-radius: 20px !important;
    padding: 5px;
    margin-left: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.easeall {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.border-none {
    border: 0;
!important;
}

.collapse_text:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: rgba(153, 153, 153, 0.26);
}

.collapse_text:after {
    margin-top: 2px;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}

.dNone {
    display: none;
}

.tra {
    -webkit-transition: all 1.3s linear;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
}

.db--today-list {
    list-style: none;
    color: #ffffff;
}

#qp_keywordtable tr {
    font-size: 80% !important;
    font-weight: 400 !important;
}

#ag-field {
    overflow-wrap: break-word;
    height: 22em;
    resize: vertical;
}

#cm-export, #c-note {
    resize: vertical;
    height: 26em;
    font-size: 1.1em;
}

.ag--org > span:hover {
    cursor: help;
}

#qp-tickets td:first-child {
    text-align: center;
}

#qp-tickets td {
    white-space: pre-line !important;
}

#qp-ag-history td:nth-child(6) {
    white-space: pre-line;
}

#qp-ag-history td:nth-child(7) {
    white-space: pre-line;
}

.check-ag {
    color: #00a651;
    border-radius: 40px;
    position: absolute;
    right: 1em;
}

#ticket-history {
    padding-top: 5px;
}

#ticket-history span {
    font-size: 1em !important;
}

#ticket-history ul {
    color: black;
    list-style: none;

}

#ticket-history ul li {
    line-height: 2.5em;
}

a.s_sourceurl:hover:before {
    content: "";
    position: absolute;
    left: 6rem;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
    z-index: 100;
}

a.s_sourceurl:hover:after {
    content: attr(data-title);
    position: absolute;
    left: 6rem;
    transform: translateX(-50%) translateY(-100%);
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    padding: 1.2%;
    font-size: 0.8rem;
    max-width: 10rem;
    border-radius: 5px;
    pointer-events: none;
}

.load, .load hr {
    position: absolute
}

.load {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    z-index: 2;
}

.load hr {
    border: 0;
    margin: 0;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    animation: spin 2s ease infinite
}

.load :first-child {
    background: #19A68C;
    animation-delay: -1.5s
}

.load :nth-child(2) {
    background: #F63D3A;
    animation-delay: -1s
}

.load :nth-child(3) {
    background: #FDA543;
    animation-delay: -.5s
}

.load :last-child {
    background: #193B48
}

@keyframes spin {
    0%, 100% {
        transform: translate(0)
    }
    25% {
        transform: translate(160%)
    }
    50% {
        transform: translate(160%, 160%)
    }
    75% {
        transform: translate(0, 160%)
    }
}

.content {
    display: none
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.4);
    width: 4em;
    height: 4em;
    display: none;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

.padding-lr {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

#ris-datepicker {
    width: 180px;
    position: absolute;
    left: 30em;
    top: 78px;
    z-index: 90;
}

#irefresh {
    right: 20px;
    top: 85px;
    position: fixed;
    z-index: 5;
    display: none;
}

#qp-filter-help {
    right: 20px;
    top: 85px;
    position: fixed;
    z-index: 5;
    display: none;
    border: 1px solid rgba(11, 98, 134, 0.33);
}

.border-box-red {
    border: 1px solid rgba(173, 9, 0, 0.3) !important;
}

.spin-point {
    padding: 0;
    margin: 0;
}

.lsearch-box {
    margin-bottom: 2em;
}

mark {
    background: #dfd05a;
    color: black;
}

.color-trans {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

/* as extras
-----------*/
.optionline ul {
    list-style: none;
}

.optionline li {
    display: inline-block;
    list-style: none;
}

.optionline select {
    min-width: 7rem;
}

.as-optionline {
    width: 100%;
    height: 60px;
    display: inline-block;
}

.as-chbxs input {
    margin-left: 0.2rem;
    margin-right: 0.3rem;
}

.nav-link:hover {
    background: #b9d7fb !important;
}

#qp-input-box {
    font-size: 1.1em;
    height: 60vh !important;
}

.highlight {
    background-color: rgba(255, 255, 0, 0.6);
}

#qp-options-addbtn {
    position: fixed;
    top: 6em;
    left: auto;
    right: 3em;
    z-index: 200;
}

.hk {
    color: rgba(0, 42, 255, 0.8);
    font-weight: bold;
    background: transparent !important;
}

.hkn {
    color: rgba(255, 33, 30, 0.8);
    font-weight: bold;
    background: transparent !important;
}

.ag--info {
    position: absolute;
    top: -1em;
    right: -1em;
    z-index: 4;
}

.message-menu {
    width: 25rem;
}

.message {
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

#ris_table {
    display: block !important;
}

#ris_keywords td {
    cursor: pointer;
}

#ris_table .ris_source {
    word-break: break-all;
}

.do_not_use_ff {
    position: absolute;
    left: 50%;
    margin-top: 150px;
    background: coral;
    padding: 30px;
    z-index: 1000;
    border: solid 1px black;
}

.add_button_ris {
    position: fixed;
    right: 20px;
    top: 120px;
    width: 50px;
    height: 50px;
    display: inline;
    overflow: visible;
    font-weight: bold;
    font-size: x-large;
    -webkit-transition: transform .4s cubic-bezier(.58, -0.37, .45, 1.46),
    color 0s ease .4s, font-size .2s;
    -moz-transition: transform .4s cubic-bezier(.58, -0.37, .45, 1.46),
    color 0s ease .4s, font-size .2s;
    transition: transform .4s cubic-bezier(.58, -0.37, .45, 1.46),
    color 0s ease .4s, font-size .2s;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    background: #133046;
    z-index: 999;
    border-radius: 50%;
}

.add_button_ris:hover {
    cursor: pointer;
    background: #707170;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.add_button_ris:active {
    top: 125px;
}

.add_button_ris:before {
    position: relative;
    top: 6px;
    z-index: 1000;
    content: "+";

}

.add-ris-keyword-group {
    padding-left: 10px;
    padding-right: 10px;
}

.less-top {
    top: -25px !important;
}

.popup-switches {
    margin-left: 2em;
    top: 3px;
}

.cd-popup {
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(100, 100, 100, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 35%;
    margin: 4em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-popup-container p {
    padding-top: 10px;
    padding-bottom: 3px;
}

.cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
}

.cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
    list-style: none;
}

.cd-popup-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 .25em;
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8;
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
    .cd-popup-container {
        margin: 8em auto;
    }
}

.margin-top {
    margin-top: 1em;
}

.margin-tb {
    margin-top: 1em;
    margin-bottom: 1em;
}

.m-tb-1px {
    margin-top: 1px;
    margin-bottom: 1px;
}

.margin-lr {
    margin-left: 5em;
    margin-right: 5em;
}

.hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 44px auto 44px;
    width: 12em;
}

.tools_btn button {
    width: 180px;
    margin: 2%;
}

.download-zone li:hover {
    background: #b9d7fb !important;
}

#qp_status_table_length {
    margin-top: 6px;
}

#qp-ag-db tr {
    word-break: break-all;
}

.runids {
    position: absolute;
    width: 230px;
    left: 110px;
    top: 80px;
    z-index: 2;
    display: inline-flex;
}

.runstats {
    position: absolute;
    width: 230px;
    margin-left: 340px;
    top: 75px;
    z-index: 2;
    display: inline-flex;
}

.runstats i {
    font-weight: bolder;
}

.runstats span {
    margin-top: 5px;
    margin-right: 3px;
}

.runids span {
    margin-top: 7px;
    margin-right: 3px;
}

.t--b {
    font-weight: bold;
}

#qp-status--box {
    padding: 0 0 0 2px;
    margin: 17px 0 0 0;
    font-size: 1.5em;
}

.login-error {
    position: absolute;
    z-index: 2;
    left: 232px;
    top: 126px;
}

#ris-entrys {
    top: 83px !important;
    left: 240px !important;
}

#qp-dp-entrys {
    top: 4px !important;
    left: 270px !important;
}

#qp-entrys {
    top: 201px !important;
    left: 33px !important;
}

.table-entrys {
    position: absolute;
    top: 80px;
    left: 22px;
    z-index: 10;
}

.table-entrys > span {
    font-size: 1.01em !important;
}

#qp-dubletten-table td:nth-child(2) div {
    padding-top: 3px;
    padding-bottom: 3px;
}

.wrap-text{
    overflow-wrap: break-word;
}

.padding-bt-2em {
    padding-bottom: 2em;
}

.refresh-button {
    margin-top: 19px;
    margin-right: 11px;
    float: right;
    position: fixed;
    right: 2em;
    top: 5.5em;
}

#r-btn {
    z-index: 50;
}

#r-btn:hover {
    opacity: 1 !important;
}

.as-refresh-button {
    margin-right: 11px;
    margin-top: -19px;
    float: right;
}

.float-right {
    float: right;
}

.btn-finish {
    margin-top: 1em;
    float: right;
    margin-right: 14px;
}

.r-over {
    -webkit-transform: rotate(180deg); /* Chrome and other webkit browsers */
    -moz-transform: rotate(180deg); /* FF */
    -o-transform: rotate(180deg); /* Opera */
    -ms-transform: rotate(180deg); /* IE9 */
    transform: rotate(180deg); /* W3C compliant browsers */
    transition: transform 500ms ease;
}

.r-out {
    -webkit-transform: rotate(0deg); /* Chrome and other webkit browsers */
    -moz-transform: rotate(0deg); /* FF */
    -o-transform: rotate(0deg); /* Opera */
    -ms-transform: rotate(0deg); /* IE9 */
    transform: rotate(0deg); /* W3C compliant browsers */
    transition: transform 500ms ease;
}

/**
    ttip
----------------- */
.tt-btn {
    font-size: 1em;
}

.tt-btn:hover {
    cursor: pointer;
    text-decoration: underline;
}

.ttip {
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 1%;
    margin-top: -119px;
    margin-left: -200px;
    background-color: #F3F3F3;
    border-radius: 6px;
    z-index: 2;
}

.ttip:before {
    content: '';
    position: absolute;
    left: -14px;
    top: 28px;
    border-style: solid;
    border-width: 10px 14px 10px 0;
    border-color: rgba(0, 0, 0, 0) #F3F3F3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.ttip h6 {
    font-size: 1em;
    color: #a8aab2;
    font-weight: 400;
    line-height: 28px;
}

.ttip p {
    width: 350px;
    font-size: 1em;
    color: #a8aab2;
    font-weight: 400;
    line-height: 28px;
    float: left;
    margin: 0;
    word-wrap: break-word;
}

.ttip a:hover {
    text-decoration: underline;
}

.ttip li {
    list-style: none;
}

.ttip .bottom .step span {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    line-height: 54px;
    color: #fff;
    margin-left: 25px;
    font-size: 18px;
}

.ttip .bottom .step ul {
    flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    list-style: none;
    height: 10px;
    margin: 23px 0;
    padding-left: 15px;
}

.ttip .bottom .step ul li {
    position: relative;
    height: 7px;
    width: 7px;
    margin: 0 10px;
    float: left;
    border-radius: 50%;
    background: none;
    border: 1px solid #535560;
}

.ttip .bottom .step ul li:first-child:before {
    width: 0;
}

.ttip .bottom .step ul li:before {
    content: '';
    position: absolute;
    width: 20px;
    border-top: 1px solid #535560;
    left: -21px;
    top: 3px;
}

.info-dubl {
    position: absolute;
    z-index: 3;
    left: 194px;
    top: -45px;
}

.margin-bottom {
    margin-bottom: 2em;
}

#qp_dubletten_table tr:hover {
    cursor: pointer;
}

/***

        preloader
---------------------------- */
.preloader-background {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.preloader {
    will-change: transform, opacity;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 60px;
    margin: -30px 0 0 -40px;
}

.preloader .lines {
    width: 80px;
    height: 40px;
    position: absolute;
}

.preloader .lines .line {
    width: 80px;
    height: 10px;
    background-color: #262626;
    position: absolute;
    clip: rect(0, 0, 20px, 0);
}

.preloader .lines .line.line-1 {
    will-change: transform, opacity;
    top: 0;
    -webkit-animation: slide 2s ease 0s infinite;
    animation: slide 2s ease 0s infinite;
}

.preloader .lines .line.line-2 {
    will-change: transform, opacity;
    top: 15px;
    -webkit-animation: slide 2s ease 0.25s infinite;
    animation: slide 2s ease 0.25s infinite;
}

.preloader .lines .line.line-3 {
    top: 30px;
    will-change: transform, opacity;
    -webkit-animation: slide 2s ease 0.5s infinite;
    animation: slide 2s ease 0.5s infinite;
}

.preloader .loading-text {
    position: absolute;
    top: 50px;
    text-align: center;
    width: 100%;
    color: #262626;
    font-size: 13px;
    font-family: sans-serif;
    letter-spacing: 3px;
    line-height: 10px;
    height: 10px;
    will-change: transform, opacity;
    -webkit-animation: fade 1s ease 0s infinite;
    animation: fade 1s ease 0s infinite;
}

ul.contextMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    color: #333;
    font-size: 1em;
}

ul.contextMenu * {
    transition: color .4s, background .4s;
}

ul.contextMenu li {
    min-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    padding: 12px 15px;
    background-color: #fff;
    border-bottom: 1px solid #ecf0f1;
}

ul.contextMenu li a {
    color: #333;
    text-decoration: none;
}

ul.contextMenu li:hover {
    background-color: #ecf0f1;
}

ul.contextMenu li:first-child {
    border-radius: 5px 5px 0 0;
}

ul.contextMenu li:last-child {
    background: #ecf0f1;
    border-bottom: 0;
    border-radius: 0 0 5px 5px
}

ul.contextMenu li:last-child a {
    width: 26%;
}

ul.contextMenu li:last-child:hover a {
    color: #2c3e50
}

ul.contextMenu li:last-child:hover a:hover {
    color: #2980b9
}

.c--k {
    font-style: italic;
    font-weight: bold;
}

@-webkit-keyframes slide {
    0% {
        clip: rect(0, 0, 20px, 0);
    }
    30% {
        clip: rect(0, 80px, 20px, 0);
    }
    50% {
        clip: rect(0, 80px, 20px, 0);
    }
    80% {
        clip: rect(0, 80px, 20px, 80px);
    }
    100% {
        clip: rect(0, 80px, 20px, 80px);
    }
}

@keyframes slide {
    0% {
        clip: rect(0, 0, 20px, 0);
    }
    30% {
        clip: rect(0, 80px, 20px, 0);
    }
    50% {
        clip: rect(0, 80px, 20px, 0);
    }
    80% {
        clip: rect(0, 80px, 20px, 80px);
    }
    100% {
        clip: rect(0, 80px, 20px, 80px);
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes s_rotate1 {
    0% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes s_rotate1 {
    0% {
        -webkit-transform: rotate(-360deg);
    }
}

@-webkit-keyframes s_rotate2 {
    0%, 50% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes s_rotate2 {
    0%, 50% {
        -webkit-transform: rotate(-360deg);
    }
}

@-webkit-keyframes s_grow {
    0% {
        stroke-dashoffset: 0;
    }
}

@keyframes s_grow {
    0% {
        stroke-dashoffset: 0;
    }
}

.spinner {
    margin-right: 2px;
    margin-top: 2px;
    width: 2rem;
    height: 2rem;
    -webkit-animation: s_rotate1 4.5s infinite linear;
    animation: s_rotate1 4.5s infinite linear;
}

.spinner svg {
    -webkit-animation: s_rotate2 2s infinite linear;
    animation: s_rotate2 2s infinite linear;
}

.spinner path {
    fill: none;
    stroke: #00a651;
    stroke-width: 18;
    stroke-dasharray: 600;
    stroke-dashoffset: 580;
    -webkit-animation: s_grow 1s alternate infinite linear;
    animation: s_grow 1s alternate infinite linear;
}

.an--values span,
.ag--values span {
    min-width: 8em;
}

#re-li > .col-md-12 {
    max-height: 80vh;
    overflow-y: scroll;
}

.float-left {
    float: left;
}

#input-mask {
    float: left;
}

.fl-rr {
    width: 64%;
    position: relative;
    float: right;
}

#add-bl-item {
    position: absolute;
    right: 26px;
    top: 0;
}

#pre-list {
    max-height: 42em;
    overflow: scroll;
}

#keyword-modal span {
    min-width: 10em;
}

#as-export span.input-group-addon {
    min-width: 3.9em;
}

.fw {
    width: 100%;
}

.m-d {
    /*min-width: 17em;*/
    margin-bottom: 0.7em;
}

.half-width {
    display: inline-flex;
}

.npad3 {
    padding: 0 !important;
    height: 17em;
    white-space: pre-line;
    overflow: scroll;
}

.npad {
    padding: 0 !important;
    height: 22em;
    overflow: scroll;
}

.npad2 {
    padding: 0 !important;
    height: 56.88em;
    white-space: pre-line;
    overflow: scroll;
}

.txtare {
    resize: none;
    height: 100%;
    width: 100%;
    font-size: 1.2em;
    border: none;
    padding: 2px;
}

.stri {
    font-weight: 700;
}

.eutxt {
    cursor: pointer;
    color: black;
    padding: 0 0 0 5px;
}

.imargin {
    margin: 6px 0 0 17px !important;
    line-height: normal !important;
}

.c-b {
    color: #0a001f !important;
}

#as-export ::-webkit-scrollbar {
    display: none;
}

.ag--a::-webkit-scrollbar {
    display: none;
}

.vherr > .form-control {
    border-color: #ffafbd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.vherr > .form-control:focus {
    border-color: #ac1818;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.list-group-item.ac, .list-group-item.ac:hover, .list-group-item.ac:focus {
    background-color: #5bff5f;
    border-color: #37f83c;
}

.mr-t-b {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.drpd,
.list-group-item.ac > .badge,
.nav-pills > .ac > a > .badge {
    color: #373e4a !important;
    background-color: #fff !important;
}

.rr {
    color: #ff211e;
}

.mvOut {
    transform: translate(0, -47px);
    -webkit-transform: translate(0, -47px);
    -o-transform: translate(0, -47px);
    -moz-transform: translate(0, -47px);
}

.mvup {
    transform: translate(0, -107px);
    -webkit-transform: translate(0, -107px);
    -o-transform: translate(0, -107px);
    -moz-transform: translate(0, -107px);
}

.note-btn {
    margin-bottom: 2em;
}

.dl-drp {
    margin-top: 2em;
}

.btn-grp1 > button {
    width: 106% !important;
}

.sm-pad {
    padding: 3px 10px !important;
}

#prepare-txt {
    z-index: 10002;
}

.ex-pos {
    height: 7em;
    overflow: scroll;
    scroll-behavior: smooth;
}

#ubit-relo {
    left: 17px;
    margin-bottom: 5px;
}

#fl-se {
    position: absolute;
    left: 20%;
    width: 71%;
}

.e-modal {
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}

.e-modal > .modal-dialog {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.w91 {
    width: 91% !important;
}

#user-ids {
    top: 43px;
    left: 20px;
    z-index: 1;
}

@media only screen and (min-width: 756px) {
    .movRight {
        /*transform: translateX(-469px);*/
    }

    .nav-container {
        top: 0;
        /*right: -469px;*/
        right: 0;
        position: absolute;
    }

    .nav > li > span.pointer i:hover {
        color: white;
    }
}

.hide-tnr {
    float: right;
}

#tnrs--ag {
    z-index: 10002;
}

.dinl {
    display: inline-block;
}

#workflow > ul {
    list-style: none;
    padding-left: 0;
}

.local-ico {
    float: right;
    width: 16px;
    margin-left: 2px;
}

.wkend {
    background: rgba(127, 127, 127, 0.1);
    color: rgba(145, 145, 145, 0.48) !important;
}

.wkend-sun {
    background: rgba(127, 127, 127, 0.1);
    color: rgba(145, 145, 145, 0.48) !important;
    border-bottom: solid 2px rgba(122, 122, 122, 0.47) !important;
}

.to-row {
    background: rgba(228, 185, 30, 0.21);
}

.fn-row {
    background: rgba(46, 228, 71, 0.21);
}

.today {
    background: rgba(0, 125, 255, 0.12);
}

.dng-row {
    color: black;
    background: rgba(204, 0, 17, 0.21);
}

#timetr tr {
    color: black;
}

#timetr tr > td {
    vertical-align: middle;
}

#fixed-panel {
    position: fixed;
    right: 20px;
    width: 25%;
}

.comment {
    white-space: pre-line;
}

.p-bt > hr {
    margin-bottom: 2px !important;
    margin-top: 2px !important;
}

#resthrs {
    margin-bottom: 2rem;
}

div.label.to-row,
div.label.fn-row {
    color: black;
}

tr.to-row input {
    color: rgba(114, 114, 114, 0.61);
}


#clhr, #todohr, #resthrs {
    font-size: 1em;
}

.fc-highlight {
    background: #007cff !important;
    opacity: .3;
}

.rmv-entry {
    position: absolute;
    bottom: 6px;
    left: 5px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(182, 32, 32, 0.24) !important;
    -moz-box-shadow: 0 5px 15px 0 rgba(182, 32, 32, 0.24) !important;
    box-shadow: 0 5px 15px 0 rgba(182, 32, 32, 0.24) !important;
    z-index: 5000;
}

#sel-ex > table > tbody > tr {
    color: black;
}

#sel-ex > table tr > td,
#sel-ex > table th {
    vertical-align: middle;
}

#sel-ex > table > tbody > tr input {
    width: 70px;
}

.rahmenvt {
    float: right;
    margin: -1px 1px 1px 1px;
    color: #A1C181;
}

.limit-list {
    max-height: 60vh;
    overflow-y: scroll;
}

#aw-table tbody > tr > td {
    color: black;
}

.gg {
    color: #579C87;
}

.anm-suggestion-icon{
  position: absolute;
  right: -8px;
  z-index: 9999;
  top: -10px;
}
#options-button:hover{
    opacity: 1;
    transition: opacity 250ms;
}
#options-button{
    position: fixed;
    z-index: 99;
    bottom: 5%;
    right: 5%;
    opacity: 0.3;
    transition: opacity 250ms;
}

/* loader */
.loader {
    width: 24px;
    height: 48px;
    display: inline-block;
    position: relative;
}
.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #FFF;
    position: absolute;
    left: 0;
    top: 0;
    animation: animloader 2s linear infinite;
}
.loader::after {
    animation-delay: 1s;
}

@keyframes animloader {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
div .va-containe {
    font-size: 11px;
}