body {
    padding-top: 0;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.spin {
    display: inline-block !important;
    width: 22px;
    line-height: inherit;
}

.bg-padding {
    padding: 10px 20px;
}

.status-debug {
    display: none;
}

tr.template {
    display: none;
}

td.viewtime-lt, td.viewtime-gt {
    color: #999;
}

textarea.debugtext {
    width: 100%;
    height: 150px;
    font-family: Monaco, monospace;
    font-size: 11px;
    margin-top: 10px;
    border: 1px solid red;
    background-color: #ccc;
}

button#submitticket {
    outline: none;
}

button#submitticket, button#submitticket span {
    font-weight: 400;
}

.ladda-spinner {
    right: 12px !important;
    top: 15px !important;
}

p.subline {
    font-size: 12px;
    line-height: 12px;
    margin-top: -17px;
    /* padding-left: 34px; */
}

p.subline.error {
    font-weight: bold;
    color: #D72B2E;
}

.prio1 {
  padding-top: 7px;
  margin-left: 184px;
}

#kb-search {
    display: none;
}

#kb-search .kb-search {
    background-color: #fff;
}

div.kb-search.form-control {
    height: auto;
    padding-bottom: 1px;
}

div.kb-search.form-control ul {
    display: inline-block;
    list-style: none;
    padding: 0;
}

div.kb-search.form-control ul li {
    margin: 0;
}

div.kb-search.form-control strong {
    color: #0059af;
    font-weight: normal;
}

div.kb-loader {
    display: none;
    text-align: center;
    width: inherit;
    height: 20px;
}

div.kb-loader i {
    position: relative;
    left: 50%;
}

.kb-preview, .highlight-part {
    font-size: 11px;
    line-height: 14px;
    color: #666;
}

div.kb-search, div.kb-search ul, div.kb-search ul li {
    width: 100%;
}

div.kb-search ul li {
    line-height: 14px;
}

div.kb-search ul li a {
    display: inline-block;
    width: 100%;
    background-color: rgb(214,234,255);
    color: #575658;
    line-height: 23px;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 6px;
}

div.kb-search ul li a:hover {
    background-color: #0059af;
    color: #fff;
}

div.kb-search ul li a i {
    color: #575658;
    margin-left: 10px;
}

div.kb-search ul li a:hover i {
    color: #fff;
}

div.kb-search ul li b {
    font-weight: normal;
    color: #0059af;
}

div.kb-search ul li b.appended {
  margin-left: 4px;
}

label.calamiteitlabel {
    margin-top: 10px;
}

a.incident-btn, a.incident-btn:active {
    background-color: #0059af;
    color: #fff;
}

a.incident-btn:hover {
    color: rgb(214,234,255);
}

.incident-header {
    padding-left: 15px;
    padding-bottom: 30px;
}

span.process {
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float:right;
  font-size: 12px; margin-right: 2px;
  padding-left: 4px; padding-right: 4px; line-height: 15px; padding-top: 2px; padding-bottom: 2px; margin-top: 2px;
  color: #999 !important;
}

span.process b {
  background-color: #f0f0f0;
  font-weight: bold !important;
  padding-left: 3px;
  padding-right: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
