.wcs_contactinfo {
  margin-bottom: 7px;
}

.wcs_contactpress {
  border-top: 1px solid #dcdcdc;
  padding-top: 7px;
}

.wcs_staffInfo {
  padding-bottom: 20px;
  vertical-align: top;
}

.wcs_staffInfo div {
  margin-bottom: 5px;
  padding-left: 8px;
}

.wcs_staffImage {
  vertical-align: top;
  padding-bottom: 20px;
}

#siteWrapper.wcsorg .wcs_staffImage {
  min-width: 150px;
}

#siteWrapper.wcsorg .wcs_staffImage img:not([src="/Portals/0/WCSlogo150.gif"]) {
  border-radius: 50%;
}

.wcs_staffName {
  font-weight: bold;
  font-size: 14px;
  color: #b96d14;
}

.wcs_staffTitle {
  font-style: italic;
}

.wcs_activity {
  font-weight: bold;
  color: #b96d14;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}

#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color: #666666;
}

#TB_window a:link {
  color: #666666;
}

#TB_window a:visited {
  color: #666666;
}

#TB_window a:hover {
  color: #000;
}

#TB_window a:active {
  color: #666666;
}

#TB_window a:focus {
  color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.TB_overlayMacFFBGHack {
  background: url(macFFBgHack.png) repeat;
}

.TB_overlayBG {
  background-color: #000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + "px");
}

#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 1002;
  color: #000000;
  display: none;
  border: 4px solid #525252;
  text-align: left;
  top: 50%;
  left: 50%;
}

* html #TB_window { /* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + "px");
}

#TB_window img#TB_Image {
  display: block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

#TB_caption {
  height: 25px;
  padding: 7px 30px 10px 25px;
  float: left;
}

#TB_closeWindow {
  height: 25px;
  padding: 11px 25px 10px 0;
  float: right;
}

#TB_closeAjaxWindow {
  padding: 7px 10px 5px 0;
  margin-bottom: 1px;
  text-align: right;
  float: right;
}

#TB_ajaxWindowTitle {
  float: left;
  padding: 7px 0 5px 10px;
  margin-bottom: 1px;
}

#TB_title {
  background-color: #e8e8e8;
  height: 27px;
}

#TB_ajaxContent {
  clear: both;
  padding: 2px 15px 15px 15px;
  overflow: auto;
  text-align: left;
  line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
  padding: 15px;
}

#TB_ajaxContent p {
  padding: 5px 0px 5px 0px;
}

#TB_load {
  position: fixed;
  display: none;
  height: 13px;
  width: 208px;
  z-index: 1003;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + "px");
}

#TB_HideSelect {
  z-index: 990;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

* html #TB_HideSelect { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + "px");
}

#TB_iframeContent {
  clear: both;
  border: none;
  margin-bottom: -1px;
  margin-top: 1px;
  _margin-bottom: 1px;
}

.ProjectStaff_Image {
  width: 50px;
}

/***************** VEGA   ***************************/
div.vega-embed canvas {
  max-width: 100%;
}

/************ loader ****************/
.lds-widget {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
}

.lds-widget div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #808080;
  animation: lds-widget 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-widget div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}

.lds-widget div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}

.lds-widget div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}

@keyframes lds-widget {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}
/*-------------------------------------------
-- Vega Chart
 -------------------------------------------*/
div.vega-chart canvas {
  max-width: 100%;
}

div.vega-bind select {
  max-width: 80%;
}

/* --------------------------------------
-- My toastr 
----------------------------------------- */
.redux-toastr .bottom-center {
  left: 5vw !important;
  margin-left: 0 !important;
  width: 95vw !important;
}

.combo-selector div.dropdown-menu {
  max-height: 250px;
  overflow: auto;
}

.combo-selector a.dropdown-item {
  display: block !important;
  padding-left: 0.5em;
}

.combo-selector a.dropdown-item:hover {
  background-color: #d3d3d3;
}

.combo-selector .btn-default:focus {
  background-color: white;
}

.combo-selector .dropdown-toggle .caret {
  margin-left: 1em;
}

div.combo-selector.disabled .dropdown-toggle {
  background-color: #EEEEEE;
}

/*
.combo-selector .dropdown > button {
    width: 100%;
}
    */
div.inline > * {
  float: left;
  display: inline;
  margin-right: 1em;
}

div.modal-header {
  min-height: 3em;
}

div.modal-backdrop {
  opacity: 0.4;
}

div.modal.show {
  opacity: 1;
}

a.btn.actionButton {
  width: 1em;
}

div.actions > .btn {
  margin-right: 4px;
  width: 30px;
  padding: 5px 10px;
  margin: 5px 5px;
}

.radio-selector input {
  margin-right: 0.2em;
  margin-top: -1px;
}

.radio-selector label {
  margin-right: 0.5em;
}

.main-content > div {
  margin-top: 1em;
}

.main-content > div > .row {
  margin-bottom: 0.5em;
}

.modal-title {
  float: left;
}

.modal-body > div > .row {
  margin-bottom: 0.5em;
}

td .drag-column {
  cursor: row-resize;
}

/* --------------------------------------
-- Loading Overlay
----------------------------------------- */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  transition: opacity 0.5s ease-out 0s;
}
.overlay.cloak {
  opacity: 0;
  z-index: -1;
}
.overlay .loader {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  margin-top: -32px;
  left: 50%;
  margin-left: -32px;
}
.overlay .loader div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.overlay .loader div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2C2C2C;
  margin: -3px 0 0 -3px;
}
.overlay .loader div:nth-child(1) {
  animation-delay: -0.036s;
}
.overlay .loader div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.overlay .loader div:nth-child(2) {
  animation-delay: -0.072s;
}
.overlay .loader div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.overlay .loader div:nth-child(3) {
  animation-delay: -0.108s;
}
.overlay .loader div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.overlay .loader div:nth-child(4) {
  animation-delay: -0.144s;
}
.overlay .loader div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.overlay .loader div:nth-child(5) {
  animation-delay: -0.18s;
}
.overlay .loader div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.overlay .loader div:nth-child(6) {
  animation-delay: -0.216s;
}
.overlay .loader div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.overlay .loader div:nth-child(7) {
  animation-delay: -0.252s;
}
.overlay .loader div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.overlay .loader div:nth-child(8) {
  animation-delay: -0.288s;
}
.overlay .loader div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.float-right {
  float: right;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.875rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}
.btn-group-xs > .btn[aria-describedby], .btn-xs[aria-describedby] {
  color: white;
  background-color: deepskyblue;
}

.mb-settings {
  max-height: 80vh;
  padding: 15px;
  overflow: auto;
}

.mb-settings input[type=checkbox].form-control {
  width: 20px;
}

.LayerGroupTable {
  height: 100%;
}
