* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

div.content-wrapper {
	margin-bottom: 50px;
}

a.navbar-title {
	color: white;
}

.logo-lg { font-weight: 300; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
.logo-lg b { font-weight: 700; }

body.sidebar-mini:not(.layout-top-nav) header.main-header nav.navbar div.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.centered { margin: auto; text-align: center; }

.disabled {
	background-color: lightgray;
}

button.btn-danger i {
	color: white;
}

div.sticky-mobile-content { display: none; }
@media (max-width: 767.98px) {
	div.sticky-mobile-content {
		position:fixed;
		top:100;
		width:100%;
		z-index:100;
		display: block;
	}
	div.content-wrapper.sticky-mobile-content-wrapper section.content-header {
		margin-top: 32px;
	}
}

section.content-header p { margin-top: 10px; }

div.form-group p.label { margin-bottom: 0.5rem; }

div.progress { margin-bottom: 0px; height: 4px;}
body.skin-midnight div.progress { background-color: #353c42; }

div.box-body.fc { padding: 0px; }
table.fc-list-table tr.fc-list-heading td.fc-widget-header { background-color: inherit; }

table.box-body.table {
	margin-bottom: 0;
}

table.table td { vertical-align: top!important; }
table.table td small { word-wrap:break-word; }


table tbody tr td:not(.td-wrap) { white-space: nowrap; }
table.td-wrap tr td { white-space: normal!important; }
.td-max { width: 100%; }

table.table-down tbody tr td:first-child { font-weight: bold; }

table.table-last-td-right tbody tr td:last-child:not([colspan]) { text-align: right; }
table.table-last-td-right thead tr th:last-child:not([colspan]) { text-align: right; }

table.table-all-td-right tbody tr td:not(:first-child) { text-align: right; }
table.table-all-td-right thead tr th:not(:first-child) { text-align: right; }

table tr.row-secondary td { border-top: 0px; }

table tr.row-separate-top { border-top: 3px solid #f4f4f4 }
table tr.row-separate-bottom { border-bottom: 3px solid #f4f4f4 }

.content-transparent {
	color: transparent;
}

.sidebar-menu.sidebar-dispatch button { margin: .5em 1em; width: 14.5em; }

ul.list-group-incidents li { margin-bottom: .5em;}

ul.list-group-unstyled li { border: 0px; padding: 5px 15px}

ul.event-plan-entry-x {
		 list-style: none;
		 margin-left: 0;
		 padding-left: 1em;
		 text-indent: -1em;
}

ul.event-plan-contact li.event-plan-contact-primary {
	font-weight: bold;
}

.no-wrap { white-space: pre-wrap; }

div.row.parent div.col-md-*:first-child { border-right: 1px solid blue;}


.control-sidebar.incident { width: 400px; display: none;}

thead.tbody-base { display: none; }


div.timeline-container div.btn-group-vertical button.btn { text-align: left; }
div.timeline-container div.btn-group-vertical span.action-time { float: right; }

div.modal-datetimepicker-launch button.btn { text-align: left; }
div.modal-datetimepicker-launch button.btn span.action-time { float: right; }

input.dev { display: none; }

div[data-attribute-input-type=bool] .btn-group {
	display: block;
}
div[data-attribute-input-type=bool] .btn-group label {
	width: unset!important;
}

p.form-control { height: min-content; border-right: none; border-top: none; border-bottom: none;}

div.sidr.sidr-marker button.event-marker { text-align: left; }

div.marker-legacy-container {
	padding-bottom: 5px;
}

div.sidr.sidr-right {
	
	background-color: transparent;
	
	margin-top: 50px;
	padding-top: 15px;
	
	margin-bottom: 0px;
	padding-bottom: 100px;
	
	right: -400px;
	width: 400px;
	
	/* border-left: 3px solid #d2d6de; */
}

div.sidr.sidr-right.sidr-marker {
	right: -900px;
	width: 900px;
}

div.sidr.sidr-right.sidr-ticket {
	right: -900px;
	width: 900px;
}

div.sidr.sidr-right.sidr-note {
	right: -700px;
	width: 700px;
}

div.sidr.sidr-right .btn-primary { color: white; }

div.sidr-displaced-true {
	
	padding-left: 15px;
}

td.sidr-menu-open { cursor: pointer; }

tbody tr.status-closed {
	/* color: grey; */
	background-color: #f3f6f6;
	opacity: .7;
}

table tbody tr.status-closed code {
	color: grey;
}

table tbody tr.status-deleted {
	text-decoration: line-through;
	background-color: #f3f6f6;
	opacity: .7;
}
table tbody tr.status-deleted code {
	color: grey;
}

div#modal-incident-resolution input[type=text] { text-align: center; }
div#modal-incident-resolution div.row { margin-bottom: 10px; }
div#modal-incident-resolution div.row div.col-md-8 { padding-right: 5px; }
div#modal-incident-resolution div.row div.col-md-4 { padding-left: 5px; }

textarea.form-control {
	resize: vertical;
}

div.box.report-incident h3.box-title { width: 100%; }

/* Notepad */
ul.notepad-incidents {
	padding: 0;
	margin-bottom: 0;
}
ul.notepad-incidents li {
	border-left: none;
	border-right: none;
}
ul.notepad-incidents li span.notepad-incident-line {
	display: block;
	padding-left: 0.25em;
}

ul.event-plan-entry.list-unstyled li {
	margin-bottom: 0.5em;
	/* display: flex;
	justify-content: space-between;
	align-items: center; */
}

ul.event-plan-agency.list-unstyled li {
	margin-bottom: 0.5em;
}

dt i {
	float: right;
}
dt {
	text-decoration: underline;
}

/* Submits for Dispatch */
ul.box-header.nav-tabs {
	padding: 0;
	margin-top: -3px;
}

h1 ol.breadcrumb {
	display: inline;
	background-color: transparent;
	font-size: .75em;
}

nav.navbar code {
	background-color: green;
	color: white;
}
.navbar-custom-menu-left { 
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 600;
	float: left!important;
}

.navbar-custom-menu-left li a {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-custom-menu-left li::before {
  content: "/"; /* or ">" or "/" */
  margin: 0 0em;
  color: white;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  margin-top: -.25em;
}

.navbar-custom-menu-left li:first-child::before {
  content: none; /* No symbol before the first item */
}


.inactive {
	text-decoration: line-through;
	background-color: lightyellow;
}

/* Testing */
div.box-header.box-header-has-nav-tabs {
	padding: 0px 0px 0px 0px;
	margin-top: -1px;
	margin-bottom: 0px;
}
div.box-header.box-header-has-nav-tabs li.active:first-child a[role=tab] {
	border-left-color: transparent;
}

div.sidr div.form-group label {
	width: 100%;
	font-weight: 600;
}
div.sidr div.form-group label i.fa.loading-indicator {
	float: right;
	display: none;
}

div.sidr div.form-group label span.instant-relative {
	float: right;
	font-weight: initial;
}

div.sidr div#sidr-incident-tickets a.badge {
	margin-right: 0.5em;
}

table .instant-relative {
	font-weight: 100;
}

.bootstrap-table .filter-control, 
.bootstrap-table .filter-control input,
.bootstrap-table .filter-control select {
  display: inline-block !important;
  width: auto !important;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.print-header { display: none; }
.print-only { display: none; }

@media print {
	.no-print, .no-print *
	{
		display: none !important;
	}
}

@page {
	margin: 5mm 5mm 5mm 5mm!important;
}



/*
@media (min-width: 768px){
  #left {
    overflow-y: scroll; 
  }
  
  #right {
    overflow-y: scroll;
  }
}

#left {
  height:100%;
}

#right {
  height:100%;
}
*/