/* this is definitely temporary... */
table th, table td {
  text-align: center;
}

/* global css styles here */
body {
    background: #F8F8F8;
    font-size: 14px;
}

.inlineBlock {display:inline-block;}


li.pageButtons > div.input-group {display:inline-block;}

li.pageButtons {
    list-style-type: none;
    margin-top:-4px;
    white-space: nowrap;
    position: absolute;
    right:30px;
}

.cfdebug, body > .cfdump_struct {
	margin-left:225px;
}

a.entity-delete {
	color: #d9534f !important;
}

a.entity-delete:hover {
	color: #c9302c !important;
  cursor: pointer;
}

.delete-col, .action-col {
	width: 8px;
	text-align: center;
	padding: 0;
}

.edit-delete-col {
    width:60px;
    padding-left:7px;
    padding-right:7px;
}

.bg-dark-darker {
  background-color: #1a2229!important;
}

.bg-gradient-dark {
  background: #586169!important;
  background: -moz-linear-gradient(-45deg,rgba(109,140,167,1) 0,rgba(52,58,64,1) 100%)!important;
  background: -webkit-linear-gradient(-45deg,rgba(109,140,167,1) 0,rgba(52,58,64,1) 100%)!important;
  background: linear-gradient(135deg,rgba(109,140,167,1) 0,rgba(52,58,64,1) 100%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d8ca7', endColorstr='#343a40', GradientType=1 )!important;
}


.bg-dark .slimScrollBar { background: rgba(255,255,255,.7)!important; }

.accordion>.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(45,53,60,.15);
  border-radius: 4px;
  margin-bottom: 0;
  overflow: hidden;
}
.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px;
  border-bottom: 0;
}
.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.panel-group .panel+.panel {
    margin-top: 0;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.paginate_input_box {
    width:40px;
}

a.paginate_button {
    color: #FFFFFF;
    margin:0 2px 0 2px;
}

.paginate_button.previous {
    margin-right: 4px;
}

.paginate_button.next {
    margin-left: 4px;
}

.action-column {
    width:20px;
    text-align: center;
    padding: 4px 8px 4px 8px !important;
}

.icon-column {
    width:50px;
    text-align: center;
    padding: 4px 8px 4px 8px !important;
}

.alphabet-filter {
    float: right;
		margin-bottom:4px;
}

.alphabet-filter a{
    margin: 0 -2px 0 -2px;
}

.align-right {text-align:right;}
.align-center {text-align:center;}

#provinceFilter {
    float: left;
    padding-bottom: 4px;
}

.picker-modal .modal-dialog {
    width:80%;
    max-width:850px;
}

.table-responsive table {
    width: 100% !important;
}

.table-group {
    background: #f0f3f5;
    font-weight: bold;
}

.table-pointer tbody tr, .reorder {
  cursor: pointer;
}


div.intermediateOutcome th.plannedTH, div.intermediateOutcome th.inProgressTH, div.intermediateOutcome td.plannedTD, div.intermediateOutcome td.inProgressTD { display:none; visibility: hidden;}

#header {
  background-color: #FFFFFF;
}

.header.navbar-default .navbar-nav > li .dropdown-toggle, .header.navbar-default .navbar-nav > li a.dropdown-toggle:hover {
  color: #000000;
}

.nav>li>a:focus, .nav>li>a:hover {
  color: #333;
  background: #3f474e;
}
.nav-tabs .nav-link:hover {
  color: #FFFFFF;
}
.nav-tabs .nav-link.active:hover {
  color: #333333;
}
.nav-tabs {
  border-bottom: 1px solid #495057 !important;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #495057 !important;
    border-bottom-color: #FFFFFF !important;
}
.nav-tabs .nav-link {
    border: 1px solid transparent !important;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

#devWarning {
    position:fixed;
    top:50px;
    margin-left:-30px;
    padding-right:220px;
    width:100%;
    z-index:1010;
}

.navbar-brand img {height:44px;}
.navbar-brand {padding:0 5px;}
.table-number-select>tbody>tr>td, .table-number-select>tbody>tr>th, .table-number-select>tfoot>tr>td, .table-number-select>tfoot>tr>th, .table-number-select>thead>tr>td, .table-number-select>thead>tr>th {
    padding: 7px 2px;
}

.editBookmarkStyle {
	cursor: pointer;
	float: right;
}

.disguised {
    background-color: white;
    border: none;
}

.invisible-control {border:none; margin-left:-10px;}

.xml .element { color: #447744; }
.xml .text { color: #774444; }

.required-field .required { color: #ff5b57; }
.required-field-border {border:1px solid #ff5b57 !important;}
.required-text { color: #ff5b57; }

.breadcrumb > li.active {
    color: #6c757d;
}
.breadcrumb > li + li {
    padding-left: .5rem;
}
.breadcrumb > li + li::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb > li + li::before {
    color: #ccc;
}
.breadcrumb > li + li.pageButtons:last-child:before { content: ""; }

.fa-calendar:before {
  content: "\f073";
}

/* swapped #2d353c for #05c3de */
/* Custom Navigation Styles */
.sidebar { background: #FFFFFF; }
.sidebar .nav > li > a, .sidebar .sub-menu > li > a { color: #2d353c; }
.sidebar .sub-menu { background: #f2f3f4; }
.sidebar .sub-menu::before { background: #f2f3f4; }
.sidebar .sub-menu > li.active > a, .sidebar .sub-menu > li.active > a:focus, .sidebar .sub-menu > li.active > a:hover, .sidebar .sub-menu > li > a:focus, .sidebar .sub-menu > li > a:hover { color: #9dd2ff; }
.sidebar .nav > li.expand > a, .sidebar .nav > li > a:focus, .sidebar .nav > li > a:hover { background: #575d63; }
.sidebar .nav > li > a { padding: 7px 8px 7px 18px; }
.sidebar .slimScrollBar { background: rgba(0,0,0,.7)!important; }
.sidebar-minify-btn { background: #2d353c; }
.page-sidebar-minified .sidebar img {
  display: none;
}

.panel-primary > .panel-heading {
  background: #ffffff;
}

.panel-primary > .panel-heading > .panel-title {
  color: #05c3de;
}

.panel-title {
  font-size: 14px;
}

/* Custom Panel & Panel Header Styles */
.panel-primary-border, .panel-default-border, .panel-danger-border, .panel-info-border, .panel-success-border, .panel-inverse-border, .panel-warning-border, .panel-green-border, .panel-yellow-border {
  border: 1px solid #05c3de;
}

.panel-primary-border > .panel-heading {
  background: #05c3de;
  color: #FFFFFF;
}

.panel-primary-border > .panel-heading > .panel-title {
  color: #FFFFFF;
}

.panel > .panel-heading {
  border-bottom: #05c3de 1px solid;
}

.panel-danger > .panel-heading {
  background: #d9534f;
}

.thick-hr {
  background: #9c9c9c;
  margin-top: 0;
  height: 6px;
}

.btn {
  font-size: 14px;
}

.btn-danger 
  {
  background: #6f6f6f !important;
  border-color: #6f6f6f !important;
  }

.btn-primary
  {
  background: #067C98 !important;
  border-color: #067C98 !important;
  }

.btn-success 
  {
  background: #64A70B !important;
  border-color: #64A70B !important;
  }

.btn-warning
  {
  background: #E57200 !important;
  border-color: #E57200 !important;
  }

.btn-login 
  {
  background: #05c3de;
  border-color: #05c3de;
  color: #FFFFFF;
  }

.stickySearchOff
  {
  color: #E57200 !important;   
  }

.stickySearchOn
  {
  color: #64A70B !important;   
  }

/* ====================================================================== */
/*                         Begin News Feed                                */
/* ====================================================================== */
#feed {
  /*background: #e9ebec;
  top: 0px;
  right: 0px;
  position: absolute;
  height: 100%;*/
  border-left: 1px solid #dbdee0;
}
/*#feed h2 {
  background: #dbdee0;
  /*padding: 12px;
  margin: 0px -15px 10px -15px;
}
#feed h2 a {
  float: right;
  color: #b2b8bd;
  text-decoration: none;
  cursor: pointer;
}
#feed h2 a:hover {
  color: #34383c;
}*/
#feed ul#filter {
  margin: 0 0 10px -40px;
  list-style: none;
  *zoom: 1;
}
#feed ul#filter:before,
#feed ul#filter:after {
  display: table;
  content: "";
  line-height: 0;
}
#feed ul#filter:after {
  clear: both;
}
#feed ul#filter li {
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
#feed ul#filter li a {
  text-decoration: none;
}
#feed ul#filter li a.active {
  font-weight: bold;
}
#feed ul#filter li a:hover {
  color: inherit;
}
#feed ul#timeline {
  margin: 0 0 0 10px;
  list-style: none;
  border-left: 1px solid #dbdee0;
}
#feed ul#timeline li {
  position: relative;
  margin: 0 0 20px -20px;
  font-size: 12px;
}
#feed ul#timeline li i {
  position: absolute;
  top: 0px;
  left: -36px;
  color: #337ab7;
  /*background: #e9ebec;*/
  padding: 5px 0px;
  font-size: 15px;
  width: 30px;
  text-align: center;
}
#feed ul#timeline li.tasks i {
  color: #bdea74;
}
#feed ul#timeline li.comments i {
  color: #ff5454;
}
#feed ul#timeline li.messages i {
  color: #36a9e1;
}
#feed ul#timeline li .title {
  font-weight: bold;
}
#feed ul#timeline li .desc {
  margin: 5px 0;
}
#feed ul#timeline li .date,
#feed ul#timeline li .separator,
#feed ul#timeline li .name {
  color: #b2b8bd;
  font-weight: bold;
}
#feed ul#timeline li .separator {
  margin: 0 5px;
}
#feed #load-more {
  color: #dbdee0;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
}
#feed #load-more:hover {
  color: #34383c;
}

.dt-buttons.btn-group .btn-secondary+.btn-secondary{
    border-left-color: #545b62 !important;
}
.dt-buttons .dropdown-item:focus, .dropdown-item:hover {
    color: #05c3de;
    background: #f2f4f5;
}

@media screen and (max-width: 400px) {
	.mobileLogo {
		padding: 5px 0px 10px 10px !important;
		margin-right:0 !important;
		height: 40px !important;
	}
	.navbar-toggle {
		margin-right:0px !important;
		margin-left:0px !important;
	}
	.page-header-fixed {
		padding-top:50px !important;
		transition:none !important;
	}

	.content {padding-top:20px !important;}

	.breadcrumb li {display: none !important;}
	.breadcrumb li.pageButtons {display: block !important; position:relative; width:100%; text-align:right; right:0;}
}

.sectionHeaderLeft {border-left:2px solid #000000 !important;}
.sectionHeaderRight {border-right:2px solid #000000 !important;}

.pickerCard {margin-bottom: 0px !important;}
.pickerCard-header {border-radius: 4px !important; padding: 0px 10px 0px 10px !important;}

.hasASAFlag {color: #ff5b57 !important; font-weight: bold;}

.editable-click, a.editable-click, a.editable-click:hover {
  background: rgba(0, 136, 204, .05);
  border-bottom: dashed 2px #0088cc;
  cursor: text;
  padding: 0 14px 0 14px;
}

.map-disclaimer {
  z-index: 1000001;
  user-select: none;
  position: relative;
  line-height: 14px;
}

.map-disclaimer-background {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
}

.map-disclaimer-background div {
  background-color: rgb(211, 211, 211);
  width: auto;
  height: 100%;
  margin-left: 1px;
}

.map-disclaimer-text {
  position: relative;
  padding-right: 6px;
  padding-left: 6px;
  box-sizing: border-box;
  font-family: Roboto, Arial, sans-serif;
  font-size: 10px;
  color: rgb(0, 0, 0);
  vertical-align: middle;
  display: inline-block;
}