body {
    background-color: #e6e6e6;
    color: #57585b;
}

h1, .h1 {
    margin: 0 0 35px 0;
    font-size: 30px;
    line-height: 36px;
    color: #57585b;
    font-weight: normal;
}

h2, .h2 {
    margin: 0 0 20px 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;

}

a:hover {
    text-decoration: none;
    color: #a20252;
}

a, a.panel-link {
    text-decoration: none;
    color: #e20074;
}

a.no-href-pointer {
    cursor: pointer;
}

a.is-disabled {
    pointer-events: none;
    cursor: none;
    color: #cccccc;
}

.navbar-collapse {
    border: none;
}

header .navbar {
    border-radius: 0;
    background-color: #e20074;
    border-color: #e20074;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 15px;
}

header .navbar .navbar-brand {
    display: inline;
    float: left;
    text-indent: -1000px;
    width: 130px;
    height: 40px;
    margin: 10px 10px 0;
    background: url("../img/telekom-logo-claim_de.svg") 0 0 no-repeat; /* fallback to german for unavailable image */
    background-size: 130px 40px;
}

.navbar-header {
    background-color: #e20074;
    float: left;
    padding-bottom: 4px;
}

.navbar-brand.lang-en {
    background: url("../img/telekom-logo-claim_en.svg") 0 0 no-repeat !important;
    background-size: 124px 36px !important;
}

.navbar-brand.lang-de {
    background: url("../img/telekom-logo-claim_de.svg") 0 0 no-repeat !important;
    background-size: 124px 36px !important;
}

header .navbar .nav li a:hover {
    color: white;
}

header .navbar .nav li a {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: white;
}

header .navbar {
    padding-top: 6px;
    padding-bottom: 8px;
}

header .navbar-default,
.navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
a#menuDropDown.dropdown-toggle {
    color: white;
    background-color: #e20074;
}

#mainMenu>li>a, #editProfile:hover, #logout:hover {
    text-decoration: underline 0.15em rgba(0, 0, 0, 0);
    transition: text-decoration-color 300ms;
    text-underline-offset: 0.4em;
}

a#menuDropDown.dropdown-toggle {
    color: white;
    background-color: #e20074;
}

#mainMenu>li>a:hover {
    text-decoration-color: white;
}

#editProfile:hover, #logout:hover {
    text-decoration-color: #e20074;
}

header li.dropdown.open {
    background-color: white;
}

#editProfile, #logout, #language-de, #language-en {
    color: #e20074;
}

.content-main {
    background-color: white;
    padding-bottom: 2em;
    min-height: 600px;
}

.content {
    padding-left: 1.2em;
    padding-right: 1.2em;
}

.separated {
    position: relative;
    padding-top: 44px;
}

.panel {
    margin-bottom: 15px;
}

.panel-body {
    padding: 6px 12px 10px 12px;
}

.separated:before {
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.75) 33%, #fff 100%) 0 1px no-repeat, -ms-linear-gradient(left, rgba(235, 235, 235, 0) 0%, #ebebeb 15%, #ebebeb 85%, rgba(235, 235, 235, 0) 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(33%, rgba(255, 255, 255, 0.75)), color-stop(100%, #ffffff)) 0 1px no-repeat, -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(235, 235, 235, 0)), color-stop(15%, #ebebeb), color-stop(85%, #ebebeb), color-stop(100%, rgba(235, 235, 235, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.75) 33%, #ffffff 100%) 0 1px no-repeat, -webkit-linear-gradient(left, rgba(235, 235, 235, 0) 0%, #ebebeb 15%, #ebebeb 85%, rgba(235, 235, 235, 0) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.75) 33%, #ffffff 100%) 0 1px no-repeat, -moz-linear-gradient(left, rgba(235, 235, 235, 0) 0%, #ebebeb 15%, #ebebeb 85%, rgba(235, 235, 235, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.75) 33%, #ffffff 100%) 0 1px no-repeat, -o-linear-gradient(left, rgba(235, 235, 235, 0) 0%, #ebebeb 15%, #ebebeb 85%, rgba(235, 235, 235, 0) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.75) 33%, #ffffff 100%) 0 1px no-repeat, linear-gradient(left, rgba(235, 235, 235, 0) 0%, #ebebeb 15%, #ebebeb 85%, rgba(235, 235, 235, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    height: 40px;
    width: 100%
}

footer .navbar {
    border-radius: 0;
    background-color: #262626;
    border-color: #262626;
    margin-bottom: 0;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 15px;
    z-index: 5;
}

footer .navbar .site-legal {
    position: relative;
    color: white;
}

footer .navbar p.poweredby-telekom {
    position: absolute;
    display: block;
    left: 20px;
    top: 23px;
    height: 15px;
    width: 65px;
}

footer .navbar .dtag-logo {
    position: absolute;
    display: block;
    right: -50px;
    top: -7px;
    width: 41px;
    height: 22px;
    text-indent: -9000em;
    overflow: hidden;
    background: url("../img/qivicon.png") 0 -92px no-repeat;
}

footer .navbar .nav {
    padding-top: 22px;
}

footer .navbar .nav li a:hover, footer .navbar .nav li a:visited {
    color: #ccc;
}

footer .navbar .nav li a {
    margin: 0;
    text-decoration: none;
    color: white;
    padding-top: 0;
    padding-bottom: 0;
}

footer .navbar .nav li {
    border-left: 1px solid white;
}

footer .navbar .nav li:first-child {
    border-left: none;
}

footer .navbar .navbar-right {
    margin-right: 0px;
}

footer .buildinfo {
    text-align: right;
    font-size: 10px;
    padding-top: 2px;
}

.sub-item {
    padding-left: 2em;
    background-color: #fafafa;
    font-size: 12px;
}

.list-group-item {
    padding: 8px 12px;
}

.sub-item {
    padding-left: 1.6em;
}

.alert {
    padding: 13px;
    margin-bottom: 16px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    color: #57585b;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    font-weight: bold;
}

.list-group-item.sub-item.active, .list-group-item.sub-item.active:hover, .list-group-item.sub-item.active:focus {
    color: #57585b;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    font-weight: bold;
}

.list-group-item:hover, .list-group-item:focus {
    color: #57585b;
}

.ui-autocomplete {
    z-index: 10000 !important;
    max-height: 150px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* makes it visible in modal dialogs */
    z-index: 1055 !important;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    z-index: 10000 !important;
    height: 150px;
}

.ui-autocomplete .tooMany {
    background-color: #fcf8e3;
    font-style: italic;
    text-align: center;
}

.bot_tooltip {
    cursor: help;
    width: 23px;
    height: 24px;
    margin: 4px 0;
    background: url("../img/alerts.png") 0 -42px no-repeat;
}

[data-provide='tooltip'].glyphicon-warning-sign {
    cursor: help;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .bot_tooltip {
        background-image: url("../img/alerts.hd.png");
        background-size: 23px auto
    }
}

.caret-desc {
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
}

.caret-asc {
    border-top: 0 dotted;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #000000;
    border-left: 4px solid transparent;
}

.caret-noCurrent {
    border-top: 0 dotted;
    border-right: 0 dotted;
    border-bottom: 0 dotted;
    border-left: 0 dotted;
}

th.sortable {
    white-space: nowrap;
}

.paginationRow .pagination {
    margin: 0;
}

.paginationRow .pagination .active a, .paginationRow .pagination .active a:hover {
    border-color: #e20074;
    background-color: #e20074;
}

.pagination>li>a,
.pagination>li>span {
    padding: 4px 10px;
    color: #cd036a;
}

label {
    margin-bottom: 3px;
}

.panel-heading {
    padding: 8px 15px;
}

.btn {
    padding: 3px 7px;
}

.btn-success {
    border-color: #e20074;
    background-color: #e20074;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.open .dropdown-toggle.btn-success {
    background-color: #cd036a;
    border-color: #cd036a;
    background-image: none;
}

.btn-inactive {
    color: #666;
    border-color: #bbb;
    background-color: #ccc;
    background-image: none;
}

.btn-success[disabled],
.btn-success[disabled].hover,
.btn-success[disabled]:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success.disabled:hover,
.btn-success.disabled:focus {
    background-color: #d765a2;
    border-color: #cb3d87;
    background-image: none;
}

.btn-danger:active:hover,
.btn-danger.active:hover > .dropdown-toggle.btn-success:hover,
.btn-danger:active:focus,
.btn-danger.active:focus .dropdown-toggle.btn-success:focus,
.btn-danger:active.focus,
.btn-danger.active.focus .dropdown-toggle.btn-success.focus {
    color: #575865;
    background-color: #ddd;
    border-color: #575865;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: white;
    background-color: #e20074;
    border-color: #cd036a;
}

.btn-danger {
    color: white;
    background-color: #e20074;
    border-color: #cd036a;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
    color: white;
    background-color: #cd036a;
    border-color: #cd036a;
}

#agentProfileUpdateForm .btn-danger {
    background-color: white;
    color: #797979;
    border-color: #cd036a;
}

#agentProfileUpdateForm .btn-danger:hover,
#agentProfileUpdateForm .btn-danger:focus,
#agentProfileUpdateForm .btn-danger:active {
    background-color: #dddddd;
}

.bot-spacer {
    margin-top: 0.8em;
}

.table {
    margin-bottom: 14px;
}

.table-x-scroll {
    overflow-x: scroll;
}

.table-responsive {
    overflow: auto;
}

.table-wrap {
    table-layout: fixed;
    word-wrap: break-word;
}

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

div.reference {
    display: inline-block;
    padding: 5px 8px 5px 14px;
    margin: 2px 0 2px 0;
    background-color: #f6faf0;
    border: 1px solid #ddd;
    border-radius: 15px;
}

div.reference a span.glyphicon {
    color: black;
    margin-left: 5px;
}

.bot-language-dropdown-menu {
    overflow: auto;
}

.bot-language-dropdown-menu a.disabled {
    cursor: not-allowed;
}

/* Source: http://snipplr.com/view/10979/css-cross-browser-word-wrap */
.wordwrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* legacy for Firefox */
    white-space: -o-pre-wrap; /* legacy for Opera 7 */
    overflow-wrap: break-word; /* CSS3 */
    word-wrap: break-word; /* older option */
}

/* Hack for hard solid lines (e.g. underscores) */
.wordbreak {
    word-break: break-word; /* For chromium, chrome and vivaldi */
    word-wrap: break-word; /* For the rest of the world */

}

.form-title {
    margin-bottom: 45px;
}

.form-group {
    margin-bottom: 12px;
}

.form-control {
    height: 30px;
    padding: 5px 10px;
}

/* Source: http://www.abeautifulsite.net/whipping-file-inputs-into-shape-with-bootstrap-3/ */
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.button-row form {
    display: inline-block;
}

.form-group .list-group {
    margin-bottom: 0;
}

.table-actions > .table {
    margin-bottom: 0;
}

ul.narrow {
    padding: 0 0 0 15px;
}

.nav-sec {
    display: block;
}

.nav-sec ul {
    overflow: hidden;
    padding: 0;
}

.nav-sec ul li {
    display: inline;
    float: left;
    list-style-type: none;
    margin-right: 10px;
    padding-right: 10px;
    border-right: solid 2px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;

}

.nav-sec ul li:last-child {
    border: none;
}

.nav>li>a {
    padding: 6px 10px;
}

.separated-ccm {
    position: relative;
    padding-top: 1.6em;
}

.separated-ccm:before {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    height: 22px;
    width: 100%
}

/* fix for datepicker rendering behind a modal dialog */
.datepicker {
    z-index: 1151 !important;
}

.dropdown-submenu {
    position: relative;
}

/* multi level dropdown for boostrap 3.0, see http://bootsnipp.com/snippets/featured/multi-level-dropdown-menu-bs3 */
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-width: 0;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.multilevel-dropdown .btn {
    text-align: left;
    white-space: normal;
    /*width: 100%*/
}

.multilevel-dropdown .dropdown-menu li > a.selected {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.multilevel-dropdown .form-control .caret {
    position: absolute;
    right: 10px;
    top: 45%;
}

.multilevel-dropdown li.unselect {
    border-bottom: 1px dotted lightgray;
}

/* necessary for ticket create/edit to show very long selection in multi lines */
.multilevel-dropdown.multiline > a {
    height: auto;
}

/* live ticker, source: http://jonmifsud.com/open-source/jquery/jquery-webticker/ */
.ticker {
    display: none;
    overflow: hidden;
    color: #cd036a;
    background-color: #eee;
    border: solid 1px #ddd;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.tickercontainer {
    width: 92%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
}

.tickercontainer .mask {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    height: 18px;
    overflow: hidden;
}

ul.newsticker {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.newsticker li {
    float: left;
    margin: 0;
    padding-right: 15px;
    padding-top: 1px;
}

.autocomplete .glyphicon {
    cursor: pointer;
}

.autocomplete.disabled .glyphicon {
    color: darkgrey;
    cursor: not-allowed;
}

.multistring .glyphicon {
    cursor: pointer;
}

.multistring.disabled .glyphicon {
    color: darkgrey;
    cursor: not-allowed;
}

.input-group.autocomplete .form-control {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.verticalSpace {
    padding-bottom: 10px;
}

.circle {
    width: 1.5em;
    height: 1.5em;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    border: 1px solid transparent;
}

.circle-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.circle-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.circle-success {
    color: #fff;
    border-color: #79b52c;
    background-color: #79b52c;
}

.circle-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.circle-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.circle-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.circle-inactive {
    color: #fff;
    background-color: #bbbbbb;
    border-color: #aaaaaa;
}

.circle-group .circle {
    display: inline-block;
}

.circle-group-vertical {
    padding: 5px;
}

.circle-group-vertical .circle {
    display: block;
    margin-bottom: 2px;
}

.single-circle {
    text-align: -webkit-center;
}

.symbol {
    width: 1.2em;
    height: 1.2em;
}

.symbol-success {
    background: url("../img/green-hook.png") 0 0 no-repeat;
}

.symbol-danger {
    background: url("../img/red-x.png") 0 0 no-repeat;
}

/* from: http://codepen.io/johno/pen/LkaiI */
.signal-strength {
    height: 1.5em;
    width: 2.5em;
    display: inline-block;
    white-space: nowrap;
    vertical-align: bottom;
}

.signal-strength .bar {
    width: 14%;
    margin-left: -2px;
    min-height: 20%;
    display: inline-block;
    vertical-align: bottom;
}

.signal-strength .bar.first-bar {
    height: 20%;
}

.signal-strength .bar.second-bar {
    height: 40%;
}

.signal-strength .bar.third-bar {
    height: 60%;
}

.signal-strength .bar.fourth-bar {
    height: 80%;
}

.signal-strength .bar.fifth-bar {
    height: 99%;
}

.signal-strength.success .bar {
    background-color: white;
    border: thin solid white;
}

.signal-strength.danger .bar {
    background-color: #d9534f;
    border: thin solid #d43f3a;
}

.signal-strength.warning .bar {
    background-color: #f0ad4e;
    border: thin solid #eea236;
}

.signal-strength-3 .bar.fifth-bar,
.signal-strength-2 .bar.fifth-bar,
.signal-strength-2 .bar.fourth-bar,
.signal-strength-0 .bar:not(.first-bar),
.signal-strength-1 .bar:not(.first-bar):not(.second-bar) {
    background-color: #d5d5d5;
    border: thin solid #d4d4d4;
}

/* from http://codepen.io/captainbrosset/pen/GawEr */
.battery {
    font-size: 0.1em;
    display: inline-block;
    width: 4.5em;
    height: 10em;
    box-shadow: 0 0 0 1.5em #57585b;
    margin: 4em 1.5em 0;
    position: relative;
    background: #57585b;
    background-size: 100%;
}

.battery:before {
    position: absolute;
    top: -4.5em;
    left: 0;
    display: block;
    background: #57585b;
    width: 4.5em;
    height: 1.5em;
    content: "";

    border-radius: 1em 1em 0 0;
}

.battery:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: white;
    width: 4.5em;
    height: 0;
    content: "";
}

.battery.level-75:after {
    height: 2em;
}

.battery.level-50:after {
    height: 4.5em;
}

.battery.level-25:after {
    height: 7em;
}

.battery.level-25 {
    background-color: #d9534f;
}

.battery.level-0:after {
    height: 9.5em;
}

/* Hide functionality from the duallistbox multiselect component */
.bootstrap-duallistbox-container .info,
.bootstrap-duallistbox-container .buttons {
    display: none;
}

canvas.chart-dialog {
    cursor: zoom-in;
}

.chart-colorset {
    width: 1.1em;
    height: 1.1em;
    border: 1px solid;
    background: white;
    border-radius: 4px;
    display: inline-block;
    vertical-align: text-top;
}

.chart-colorset-1 {
    border-color: rgba(60, 118, 61, 0.6);
    background: rgba(60, 118, 61, 0.2);
}

.chart-colorset-2 {
    border-color: rgba(49, 112, 143, 0.6);
    background: rgba(49, 112, 143, 0.2);
}

.chart-colorset-3 {
    border-color: rgba(138, 109, 59, 0.6);
    background: rgba(138, 109, 59, 0.2);
}

.chart-colorset-4 {
    border-color: rgba(169, 68, 66, 0.6);
    background: rgba(169, 68, 66, 0.2);
}

.modal .modal-hide {
    display: none;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 12px 12px;
}

.modal-title {
    line-height: 1;
}

.modal-body {
    padding: 12px 12px 6px 12px;
}

.modal-footer {
    padding: 12px 12px;
}

/* Style for hardware info highlighting on pages from ticket */
.dropdown-menu li a div {
    white-space: normal;
}

li .list-group-item .glyphicon {
    color: inherit;
}

.glyphicon-none:before {
    opacity: 0.2;
}

#hardwareProducts-values span.glyphicon-star, #hardwareProducts-values span.glyphicon-asterisk, #hardwareProducts-values span.glyphicon-star-empty {
    color: inherit;
    margin: 0;
}

/* Style for the comments on a software artifact */
hr.small {
    margin-bottom: 10px;
    margin-top: 10px;
}

p.commentSoftwareArtifact {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 5px 10px;
    margin: 5px 0;
    background-color: rgba(255, 251, 37, 0.04);
    border: 1px solid #f5efb9
}

p.commentReply {
    background-color: rgba(119, 255, 34, 0.04);
    border: 1px solid #d7f5bd
}

span.legend {
    float: left;
    margin: 5px 5px;
    text-align: left;
}

span.legendBox {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid;
}

span.legendBox:first-child {
    margin-left: 0;
}

span.legendBox.success {
    background-color: #dff0d8;
}

span.legendBox.warning {
    background-color: #fcf8e3;
}

span.legendBox.danger {
    background-color: #f2dede;
}

button.hardwareInfoPartnerSpecificSettingsDeleteButton {
    display: none;
}

/* Table header style for div */
.table-div-header {
    width: 100%;
}

.table-div-header > div {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    margin-top: 5px;
    padding: 5px 10px;
    font-weight: bold;
    float: left;
}

.table-div-header > div:last-child {
    background-color: transparent;
    float: none;
    border: none;
    clear: left;
}

tr.missing td {
    font-style: italic;
    color: grey;
}

.bigarrow {
    font-size: 24px;
}

.manual-topic {
    height: 180px;
    overflow-y: auto;
}

/* Prevents dynamic UI components visualization from blinking on page load. */
.toggle-visibility-hide {
    display: none;
}

/* Quick fix for added wrap in out.tag for hardwareProducts in ticket edit/create*/
li.itemNoWrap span.wordwrap {
    white-space: nowrap;
}

#situationsHistoryTable td.changed,
#situationsHistoryTable p.changed {
    background-color: lightyellow;
}

.modal-title {
    font-size: 1.3em;
}

ul.nav-tabs li a .close {
    line-height: 0.9;
}

.modal-dialog .situations-icon {
    display: none;
}

.modal-header {
    background-color: #e20074;
    color: white;
}

.modal-footer {
    background-color: white;
}

.table-bordered > thead > tr > th.add-header {
    border-bottom: none;
    text-align: center;
    background-color: #fefefe;
}

.table-bordered > thead > tr > th.add-header {
    border-bottom: none;
    text-align: center;
    background-color: #fefefe;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 6px;
}


/* Show "reload-trigger" elements when BS tab is active */
ul.nav-tabs li.active .reload-trigger {
    display: inline;
}

/* Hide "reload-trigger" elements when BS tab is inactive */
ul.nav-tabs li:not(.active) .reload-trigger {
    display: none;
}

ul.nav-tabs .reload-trigger:hover {
    color: white;
    cursor: pointer;
}

.terminal {
    --color: black;
    --background: white;
    --border-color: black;
}

.gcm-tag {
    background-color: #aed280;
    color: #ffffff;
    border-radius: 12px;
    padding: 4px 12px;
}

.indent {
    padding-left: 3em;
    margin-top: 0.5em;
    border-left: solid 5px #ddd;
    background: #00000007;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.filter-element + .filter-element {
    padding-top: 0.5em;
}

.filter-element .form-group {
    display: block;
}

.switch {
    width: 2.8em;
    height: 1.5em;
    border: none;
    display: inline-block;
    padding: 2px;
}

.switch-on {
    background: url("../img/switch_on.png") 0 0 no-repeat;
}

.switch-off {
    background: url("../img/switch_off.png") 0 0 no-repeat;
}

.icarus {
    height: 3.2em;
    vertical-align: top;
    display: contents;
}

#diagnosticsStoryConfiguration .glyphicon-ok-sign {
    color: green;
}

#diagnosticsStoryConfiguration .glyphicon-remove-sign {
    color: red;
}

.text-success {
    color: #79b52c;
}

.text-warning {
    color: #f0ad4e;
}

.text-danger {
    color: #d9534f;
}

.heating-schedule, .heating-schedule-detail {
    height: 100%;
    width: 100%;
    position: relative;
}

.heating-schedule {
    font-size: 0.7em;
}

.heating-schedule-detail {
    font-size: 1.0em;
}

td.heating-day-small {
    font-size: 0.7em;
    padding-right: 4px;
}

td.heating-day-large {
    font-size: 1.0em;
    padding-right: 8px;
}

div.heating-small, div.heating-large, div.heating-small-number, div.heating-large-number {
    float: left;
}
div.heating-small, div.heating-large {
    position: initial;
    width: 100%;
}

div.heating-small {
    height: 3px;
    margin-bottom: 5px;
    margin-top: 6px;
}

div.heating-large {
    height: 6px;
    margin-bottom: 7px;
    margin-top: 7px;
}

div.heating-small-number {
    width: 25.5%;
}

div.heating-large-number {
    width: 12.75%;
}

div.heating-legend {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
}

div.heating-point {
    float: left;
    width: 32px;
    color: white;
    margin-left: 3px;
    padding-top: 2px;
    position: initial;
}

div.heating-vertical {
    border-left: white solid 3px;
    margin-left: 8px
}

div.heating-temperature {
    font-size: 16px;
    padding-left: 60px;
    font-weight: bold;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.additionalInfo {
    position: relative;
}

.additionalInfo:before {
    content: attr(data-hover);
    visibility: hidden;
    opacity: 0;
    width: max-content;
    background-color: #444444;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 4px;
    transition: opacity 1s ease-in-out;
    position: absolute;
    z-index: 1;
    left: 60px;
    top: -180%;
}

.additionalInfo:hover:before {
    opacity: 1;
    visibility: visible;
}

.bgcolor1 {
    background-color: #d8e4d8;
}

.bgcolor2 {
    background-color: #d5e2e9;
}

.bgcolor3 {
    background-color: #e8e2d7;
}

/* Specials for pagination when use input instead of link element */
table[data-provide="result-table"]>thead>tr>th>form>input[type="submit"] {
    text-decoration: none;
    color: #e20074;
    border: none;
    background-color: inherit;
    padding: 0;
}

table[data-provide="result-table"]>thead>tr>th>form>input[type="submit"]:hover {
    color: #a20252;
}
div>ul.pagination>li>form {
    float: left;
}
div>ul.pagination>li>form>input[type="submit"] {
    text-decoration: none;
    background-color: white;
    color: #e20074;
    width: 30px;
    height: 30px;
    border: solid 1px #dddddd;
}

div>ul.pagination>li.active>form>input[type="submit"] {
    text-decoration: none;
    cursor: default;
    background-color: #e20074;
    color: white;
    width: 30px;
    height: 30px;
    border: solid 1px #e20074;
}

div>ul.pagination>li>form>input[type="submit"]:hover {
    background-color: #dddddd;
    color: #57585b;
}

div>ul.pagination>li.active>form>input[type="submit"] {
    background-color: #e20074;
    color: white;
}

div>ul.pagination>li.next>form>input[type="submit"] {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
