@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');


body{
  font-family: 'roboto', sans-serif;
  /*background-color: transparent;*/
  font-weight: 400;
  font-size: 14px;
  background: #f0f0f2;
  /*background-color: #f2fafe;*/
  color: #323232;
}

.h2, h2{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  word-wrap: break-word;
  text-transform: uppercase;
  color: #595959;
}

.bootstrap-select .dropdown-menu {
    max-width:250px !important;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    right: 30px !important;
    background: #fff;
    width: 22px;
    padding: 0px 0px 2px 7px;
}

.bootstrap-select button {
    border: 1px solid #ced4da;
    height: 35px;
}

.dropdown-menu {
        z-index: 1001;
}

/* ==========================================================================
    Top right menu
    ========================================================================= */

.viewmenu {
    font-size: 12px;
    width: 70px;
    float: right;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

.viewmenu a {
    display: block;
}



.custom-variables{
    width:200px;
}
.custom-variables > .form-group{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}


/* ==========================================================================
    Chart Copier
    ========================================================================= */


.chart-selector{
    width: 600px;
    overflow: hidden;
    max-height: 70vh;
    overflow-y: scroll;
}


#chart-grid {
    background: none;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
    top: 300px;
    position: static;
    right: 0px;
}

#chart-grid td.slot {
    background: none !important;
    padding: 5px;
}

#chart-grid td.slot .property {
    background: none;
    border: none;
}


#chart-grid td.slot .property-chart {
    padding-bottom: 0px !important;
}

#chart-grid.mode-edit {
    right: 417px;
}

div#chart-grid {
    overflow: hidden;
}


#chart-grid .property-chart {
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .chartdiv {
    height: 100%;
  }
  #chart-grid .slot .chartdiv {
    margin: 0px auto;
  }
  #chart-grid .slot.slot-width-1.slot-chart-thermometer .chartdiv {
    width: 120px !important;
  }
  #chart-grid .slot.slot-width-2.slot-chart-cylinder .chartdiv {
    width: 350px !important;
  }
  #chart-grid .slot.slot-width-2 .chartdiv {
    width: 100%;
  }
  #chart-grid .slot.slot-width-2.slot-height-2.slot-chart-cylinder .chartdiv {
    width: 350px !important;
  }
  #chart-grid .slot.slot-width-2.slot-height-2 .chartdiv {
    width: 100%;
  }
  #chart-grid .slot.slot-width-1.slot-height-1.slot-chart-cylinder .chartdiv {
    width: 190px !important;
  }
  #chart-grid .slot.slot-width-1.slot-height-1 .chartdiv {
    width: 100%;
  }





.pickable-chart {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    cursor: move;
  }
  .pickable-chart.ui-draggable-dragging {
    opacity: 0.7;
  }
  .pickable-chart .color-picker {
    width: 100px;
    display:flex;
    flex-wrap: wrap;
  }
  .pickable-chart .color-picker span.color {
    border: 1px solid #ddd;
    margin-right: 1px;
    height: 20px;
    width: 20px;
  }
  .pickable-chart .color-picker > .btn {
    border-bottom: 1px solid #ccc;
    color: #333;
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pickable-chart .color-picker select {
    height: 22px;
    padding: 0px;
  }
  .pickable-chart h1,
  .pickable-chart h2,
  .pickable-chart h3,
  .pickable-chart h4 {

    font-size:1em;
    font-weight:bold;
  }
  .pickable-chart h4 {
    margin: 0px 0px 2px 0px;
  }
  .pickable-chart:hover,
  .pickable-chart.ui-draggable-dragging {
    border: 1px dotted orange;
  }
  .pickable-chart .left,
  .pickable-chart .middle,
  .pickable-chart .right {
    display: table-cell;
    vertical-align: top;
  }
  .pickable-chart .pickable-chart .left {
    padding-left: 10px;
  }
  .pickable-chart .pickable-chart .right {
    width: 36px;
  }
  .pickable-chart .size-picker {
    float: right;
    border: 1px solid #ddd;
    display:flex;
    flex-wrap: wrap;
  }
  .pickable-chart .size-picker a {
    background: #ddd;
    width: 20px;
    margin-top: 1px;
    margin-left: 1px;
    height: 20px;
  }
  .pickable-chart .size-picker a.full {
    background: #999;
  }
  .pickable-chart .source-picker .btn,
  .pickable-chart .source-picker.btn-group {
    width: 190px;
  }



/* ==========================================================================
    Tables
    ========================================================================= */

.table thead th {
    border-top-width: 0;
} 

.arrowsright>thead>tr>th {
    padding-right: 20px;
}
.numbercell{text-align: right}

.table-boxed>thead>tr{border-bottom: 1px solid #ddd}
.table-boxed>tfoot>tr{border-top: 1px solid #ddd}
.table-boxed td + td, .table-boxed th + th { border-left:1px solid #ddd;     }

.table-v2 {
    border-spacing: 0px;
    border-collapse: separate;
    border: 1px solid #dee2e6;
    color: #000;
}

.table-v2.table th {
    border-bottom: 1px solid #dee2e6;
    color: #3b4247;
}

.table-v2.table td,
.table-v2.table th {
    padding: 10px;
    border-top: none;
    border-left: 1px solid #dee2e6;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.table-v2 tbody td>i.fa {
    margin-left: 5px;
}

.table-medium tbody td {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 4px;
}

.table-medium hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

.table-large thead th {
    font-size: 16px;
    padding: 8px;
}

.table-large tbody td {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 8px;
}

.unittable thead th {
    font-size: 16px;
    padding: 8px;
    border-bottom: 1px solid #DDDDDD;
}
.unittable tbody td {
    font-size: 16px;
    font-weight: 700;
    padding: 8px;
    border-bottom: 1px solid #DDDDDD;
}

.table-no-border>tbody>tr>td,
.table-no-border>tbody>tr>th,
.table-no-border>tfoot>tr>td,
.table-no-border>tfoot>tr>th,
.table-no-border>thead>tr>td,
.table-no-border>thead>tr>th {
    border: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #ddd !important;
    border-color: #ddd !important;
    color: inherit !important;
}

.pagination>li>a,
.pagination>li>span {
    color: inherit;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: inherit;
}

/* ==========================================================================
    TwigArea Elements
    ========================================================================= */
.huge{
  font-size: 70px;
  font-weight: 600 !important;
}
.big{
  font-size: 50px;
  font-weight: 700 !important;
}
.medium{
  font-size: 28px;
  font-weight: 700 !important;
}
.small{
  font-size: 20px;
}

.dot {
    height: 10px;
    width: 10px;
    margin-right: 5px;
    border-radius: 50%;
    display: inline-block;
}

.img_round {
    border-radius: 50%;
  height:60px;

}

.header-block {
    margin: 0px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pull-right {
    float: right!important;
}

.btn-hover {
    border-radius: 0.5rem;
    padding: 0.875rem;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    transition: .15s ease-in-out;
}
.btn-hover:hover {
    background-color: #eee;
}


/* ==========================================================================
    Footer
    ========================================================================= */

#footerview {
    text-align: center;
    border-top: 1px solid #EEE;
    background-color: #f5f5f5;
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
}

#footer {
    background: transparent;
    padding: 9px 18px 10px 18px;
    position: static;
}

.footer_text_color a {
    color: #000000;
}

/* ==========================================================================
    Header
    ========================================================================= */

#header {
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 30px 20px;
}

#header h3,
#header h4 {
    margin-top: -40px;
    margin-left: 50px;
}

#header #logo {
    max-height: 65px;
    width: auto;
}

/* ==========================================================================
    Navigation tabs
    ========================================================================= */

#tabbar {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

#tabbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#tabbar ul li {
    display: inline-block;
}

#tabbar ul li.active {
    background-color: #f0f0f2;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

#tabbar div.tab-link {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    cursor:pointer;
}

/*Dit laten staan AUB*/
td.slot.slot-0-0.slot-width-1.slot-height-1.ui-droppable {
    display: none;
}

td.slot.slot-1-0.slot-width-1.slot-height-1.ui-droppable {
    display: none;
}

td.slot.slot-2-0.slot-width-1.slot-height-1.ui-droppable {
    display: none;
}

td.slot.slot-3-0.slot-width-1.slot-height-1.ui-droppable {
    display: none;
}

td.slot.slot-4-0.slot-width-1.slot-height-1.ui-droppable {
    display: none;
}

td.slot.slot-5-0.slot-width-1.slot-height-1.ui-droppable {
    display: none;
}

td.slot.slot-6-0.slot-width-1.slot-height-1.ui-droppable {
    display: none;
}

td.slot.slot-7-0.slot-width-1.slot-height-1.ui-droppable {
    display: none;
}

td.slot.slot-8-0.slot-width-1.slot-height-1.ui-droppable {
    display: none;
}

td.slot.slot-9-0.slot-width-1.slot-height-1.ui-droppable {
    display: none;
}

td.slot.slot-10-0.slot-width-1.slot-height-1.ui-droppable {
    display: none;
}

td.slot.slot-11-0.slot-width-1.slot-height-1.ui-droppable {
    display: none;
}

/* dit is de loader laten staan AUB*/
.fullscreenloader {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
}

.inner h1 {
    color: #007bff;
    font-weight: 200;
    text-align: center;
}

/* ==========================================================================
    Loader
    ========================================================================= */
.loader:before,
.loader:after,
.loader {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before {
    left: -3em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3em;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #007bff;
    }

    40% {
        box-shadow: 0 2.5em 0 0 #007bff;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #007bff;
    }

    40% {
        box-shadow: 0 2.5em 0 0 #007bff;
    }
}

/* TABLOADER */
@keyframes loadingStart {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading {
    position: relative;
    pointer-events: none;
}

#css-input:checked~.loading .loading-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-animation: loadingStart 3s 300ms linear 1 both;
    -moz-animation: loadingStart 3s 300ms linear 1 both;
    -o-animation: loadingStart 3s 300ms linear 1 both;
    animation: loadingStart 3s 300ms linear 1 both;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
}

#css-input:checked~.loading .loading-text {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    text-shadow: white 0 0 1em, white 0 0 0.5em, white 0 0 0.25em;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

#css-input:checked~.loading .loading-text:after {
    content: "...";
}

#css-input:checked~.loading .loading-spinner {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -3.9375rem auto 0;
    color: #1a1d1d;
    text-align: center;
}

#css-input:checked~.loading .loading-icon {
    font-size: 4.8125rem;
    line-height: 5.25rem;
    text-shadow: rgba(255, 255, 255, 0.75) 0 0 0.5em;
    -webkit-animation: loading 1s steps(4) infinite;
    -moz-animation: loading 1s steps(4) infinite;
    -o-animation: loading 1s steps(4) infinite;
    animation: loading 1s steps(4) infinite;
    display: block;
}

#css-input:checked~.loading .loading-icon:before {
    vertical-align: middle;
    content: "\e000";
    font-family: "demo";
}

/* ==========================================================================
    Dashboard defaults
    ========================================================================= */
/* Header */
#dashboard-subtitle {
  font-size: 28px;
  font-weight: 600;
  padding-left: 30px;
  text-transform: uppercase;
  font-weight: 100;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  height: 30px;
}

/*datum en tijd*/
.pull-right.date{
  display:none;
  padding-top: 30px;
  padding-right: 20px;
}

#chart-grid td.slot .property-title,
#chart-grid td.slot .property-subtitle,
#chart-grid td.slot .property-extendedtwigarea h2,
#chart-grid td.slot .property-extendedtwigarea h3 {
    text-align: center;
}

#chart-grid td.slot .property-title h2,
#chart-grid td.slot .property-extendedtwigarea h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  word-wrap: break-word;
  text-transform: uppercase;
}

#chart-grid td.slot .property-subtitle h3,
#chart-grid td.slot .property-extendedtwigarea h3 {
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  margin: .5rem 0;
  color: #888;
}

.property-extendedtwigarea {
    padding: 15px;
}

.property-extendedtwigarea > .btn-group.btn-group-justified {
    margin: 0 auto;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #212529;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #212529;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #212529;
}

.text-negative {
    color: #ea4335 !important;
}

.text-positive {
    color: #34a853 !important;
}

.tiny-btn{
	padding: .0625rem .5rem;
	font-size: .75rem;
}

/* ==========================================================================
    Progress Settings
    ========================================================================= */
.progress {
    margin: auto;
    height: 20px;
}

.progress.small {
    height: 15px;
}

.progress-bar {
    font-size: 15px;
    transition-duration: 3s;
    color: #fff !important;

}

.progress-bar.animation {
    width: 0;
    animation: progress 1.5s ease-in-out forwards;
}

@keyframes progress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* circular progress */
.progress-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-container+.progress-container {
    margin-top: 1rem;
}

.progress-container span {
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 2.4rem; */
    font-size: 1.5rem;
    font-weight: 700;
}

.progress-bar.circular { /* fix conflict with Bootstrap */
    transform: rotate(-90deg);
    box-shadow: none;
}

.progress-bar circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1.5s ease-in-out;
    stroke: #e6e6e6;
}

.progress-bar .progress-value {
    stroke-dashoffset: 301.59;
}

.progress-bar.circular {
    width: 124px !important;
    background-color: transparent;
}

.progress-block h5 {
    min-height: 30px;
}

.progress-bar-desc {
    margin-top: 15px;
    font-weight: 700 !important;
}

/* ==========================================================================
    Foto's
    ========================================================================= */
.photo-block {
    display: flex;
    flex-wrap: wrap;
}

a.photo {
  flex-grow: 1;
  /*background-color: #1428a0;*/
  text-decoration: none;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  cursor: pointer;
  transition: box-shadow .2s;
}

a.photo:hover {
  box-shadow: 0px 0px 5px 0 rgba(0,0,0,.15);
}

.photo-col {
  padding: .5rem;
  display: flex;
  flex: 0 0 50%;
  max-width: 0 0 50%;
}

@media screen and (min-width: 768px) {
  .photo-col {
    flex: 0 0 25%;
    max-width: 0 0 25%;
  }
}

@media screen and (min-width: 1200px) {
  .photo-col {
    flex: 0 0 16.666666667%;
    max-width: 0 0 16.666666667%;
  }
}

a.photo img {
  max-width: 100%;
  margin: 0 auto 15px;
  display: block;
}

.photo-info {
  padding: 15px;
  color: #000;
  text-align: center;
  flex-grow: 1;
}

span.fp {
    background-color: #cd233b;
    color: #fff;
    padding: 1px 15px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 2px;
}

span.eol {
    background-color: #414042;
    color: #fff;
    padding: 1px 15px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 2px;
}

.categories h4 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.categories span {
    font-size: 48px;
}

.brand-list {
    margin-left: -20px;
    margin-right: -20px;
}

.brand-list>div {
    padding: 0;
}

.brand-item {
    border: 0.2px solid #ddd;
    text-align: center;
    overflow: hidden;
    height: 350px;
}

.brand-list div:not(:first-child).brand-item {
    border-left: 1px solid #ddd;
}

.brand-item img {
    max-width: 100%;
    width: 250px;

}

.brand-score {
    font-size: 3.375rem;
    font-weight: 700;
}

.brand-score span {
    font-size: 2rem;
}

.prio {
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 2px;
    font-weight: 500;
    font-size: 12px;
    width: 72px;
    text-transform: uppercase;
    text-align: center;
}

.prio.critical {
    background-color: #e52a2f;
}

.prio.high {
    background-color: #be232b;
}

.prio.medium {
    background-color: #f8d037;
}

.prio.low {
    background-color: #bad432;
}

.missions-info .small {
    font-size: 24px !important;
    font-weight: 500;
}

.legenda-chart.circle {
    position: absolute;
    top: 32%;
    left: 28%;
}

.legenda-chart-item {
    display: flex;
    font-family: verdana;
    font-size: 12px;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 20px;
    padding-bottom: 10px;
    margin-left: auto;
}

.chart-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    background-color: #189383;
}

.legenda-chart-item:first-child .chart-icon {
    background-color: #1474a4;
}

.legenda-chart-item:last-child .chart-icon {
    background-color: #5f9920;
}

.flex-block {
    display: flex;
    align-items: center;
}

.flex-block .emblem {
    padding-left: 3em;
}

.flex-block .emblem-content {
    flex-grow: 1;
}

.categories>button {
    margin-bottom: 2em;
}


.flexbox {
    display: flex;
    align-items: flex-end;
}

.flexbox_center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flexbox_center .col {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 25%;
}

.fill-height {
    display: flex;
    height: 100%;
}

.fill-height>div {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.flexbox .col {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
}

.svg-icon {
    height: 80px;
    width: auto;
}

.svg-icon-outer {
    fill: #cc0000 !important;
}

.svg-icon-inner {
    fill: #9b1b32 !important;
}

.highcharts-legend circle { /* FIX for linechart legendcircle fill */
    fill: none;
    r: 3;
    stroke-width: 5;
}
#chart-grid td.slot .property-title {
    border-bottom: 1px solid #ddd;
}

/* Modal-loader */
.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 25%;
    background: rgba(255, 255, 255, 0.5);
}

#loader {
    border: 40px solid #f3f3f3;
    border-radius: 50%;
    border-top: 40px solid #CC0000;
    width: 200px;
    height: 200px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Tickets modal */
.ticket-details {
    text-align: left;
}

.ticket-messages {
    text-align: left;
}

.modal-scroll {
    height: calc(100vh - 200px);
    overflow-y: auto;
}

.ticket-messages h3 {
    margin-bottom: 18px; /* 10 + 8 */
}

.ticket-message {
    margin-bottom: 15px;
    background: #f1f1f2;
    padding: 15px;
    border-radius: .25rem;
}

.ticket-message:last-child {
    margin-bottom: 0;
}

.ticket-message-header h2 {
    margin: 0;
    font-size: 14px;
    text-transform: none;
}

.ticket-message-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ticket-message-header>span {
    margin-left: auto;
    font-size: 85%;
    color: rgba(0, 0, 0, .5);
    font-weight: 600;
}

.ticket-message:last-child {
    border-bottom: none;
}

.sf-toolbarreset {
    display: none !important;
}

.btn-group.left {
    position: absolute;
    left: 10px;
    top: 11px;
}

.modal-body .btn-group.left {
    left: 25px;
    top: 25px;
}

.spacer {
    height: 20px;
}

/* Popover */
.popover {
    background-color: #0D1321;
    border: none;
    max-width: 400px;
}
.popover-body {
    color: #fff;
}
.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {
    border-top-color: transparent;
}
.bs-popover-auto[x-placement^=top]>.arrow::after, 
.bs-popover-top>.arrow::after {
    border-top-color: #0D1321;
}


.dual-box {
    margin:0px -30px;
}

@media screen and (max-width: 767px) {
    .dual-box {
        margin:0px -15px 0px -20px !important;
    }
}

@media screen and (max-width: 767px) {
    .dual-box {
        margin:0px -15px 0px -15px !important;
    }
}

.drag-active {
        filter: brightness(0.5);
}



/* circle badges */
.circle-badge{
    position: relative;
    margin-left:15px;
    font-weight: medium;
}

.circle-badge::after{
    width:10px;
    height:10px;
    content:"";
    position: absolute;
    background:grey;
    border-radius: 100px;
    left:-15px;
    top:0;
}
.circle-badge.circle-badge-warning::after{
    background: var(--warning);
}
.circle-badge.circle-badge-success::after{
    background: var(--green);
}

.circle-badge::after{
    width:10px;
    height:10px;
    content:"";
    position: absolute;
    background:grey;
    border-radius: 100px;
    left:-15px;
    top:50%;
    transform: translateY(-50%);
}
