html {
  height                   : 100%;
  font-size                : 100%;
  -webkit-text-size-adjust : 100%;
  -moz-text-size-adjust    : 100%;
  -ms-text-size-adjust     : 100%;
}

body {
  min-height : 100%;
  margin     : 0;
}

body * {
  outline : none;
}

#viewDiv {
  cursor     : pointer;
  height     : 445px;
  margin     : 0;
  padding    : 0;
  box-shadow : 0 1px 2px rgba(0, 0, 0, 0.3);
}

#selected-item-panel {
  height : 475px;
}

#user-thumb-node {
  height         : 36px;
  border-radius  : 18px;
  vertical-align : middle;
}

.CommonSensing-logo {
  margin: 0.375rem;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  min-height: 50px;
  min-width: 50px;
  line-height: 0;
  background-size: 100% 100%;
  background-image: url("../images/ipp_logo.png");
}

.UNITAR-logo {
  margin: 0.375rem;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  min-height: 50px;
  min-width: 180px;
  line-height: 0;
  background-size: 100% 100%;
  background-image: url("../images/UNITAR-logo.png");
}

.UNOSAT-logo {
  margin: 0.375rem;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  min-height: 50px;
  min-width: 40px;
  line-height: 0;
  background-size: 100% 100%;
  background-image: url("../images/UNOSAT-logo.png");
}

.esri-search__input {
  height : 32px !important;
}

.esri-print__container {
  max-height : unset;
}

.drawer-nav {
  width : 350px;
}

.drawer-left .drawer-nav {
  left : -280px;
}

.theme-list {
  padding   : 5px;
  font-size : 9pt !important;
}

.theme-list.is-active {
  background-color : #fefefe;
  /*box-shadow       : 0 1px 2px rgba(0, 0, 0, 0.3);*/
}

.theme-list.is-active .vulnerable-item {
  color : red;
}

.theme-btn {
  cursor      : pointer;
  color       : #fff;
  padding     : 5px;
  line-height : 1.5;
  white-space : normal !important;
  border      : solid 4px transparent;
  box-shadow  : 0 1px 2px rgba(0, 0, 0, 0.3);
}

.theme-btn:hover {
  border-color : #cc5252;
}

.theme-btn.is-active {
  border-color : #ff0000;
}

#THEMES-btn {
  color            : #fff;
  background-color : #a80000;
}

#THEME1-btn {
  color            : #fff;
  background-color : #ffaa00;
}

#THEME2-btn {
  color            : #fff;
  background-color : #004da8;
}

#THEME3-btn {
  color            : #fff;
  background-color : #267300;
}

.THEMES-menu-item {
  border-left : solid 6px #a80000;
}

.THEME1-menu-item {
  border-left : solid 6px #ffaa00;
}

.THEME2-menu-item {
  border-left : solid 6px #004da8;
}

.THEME3-menu-item {
  border-left : solid 6px #267300;
}

.theme-label {
  padding          : 5px;
  border-bottom    : solid 2px transparent;
  background-color : #fff;
}

.THEMES-label {
  color        : #a80000;
  border-color : #a80000;
}

.THEME1-label {
  color        : #ffaa00;
  border-color : #ffaa00;
}

.THEME2-label {
  color        : #004da8;
  border-color : #004da8;
}

.THEME3-label {
  color        : #267300;
  border-color : #267300;
}

.vulnerable-item {
  cursor : pointer;
  border : solid 2px transparent;
}

.vulnerable-item:hover,
.vulnerable-item.is-active {
  border-color : cyan;
}

.chart_node {
  height : 140px;
}

#chart_THEMES.chart_node {
  height : 250px;
}

.dijitTooltipContainer {
  padding    : 10px;
  border     : solid #cccccc 1px;
  color      : #1d87c7;
  background : #fff;
}

/*
.third-nav .column-24 div {
  border : solid 1px red;
}*/

.input-group {
  vertical-align : middle !important;
}

.esri-search--multiple-sources ul, ol {
  font-size   : unset !important;
  line-height : unset !important;
}

.esri-search--multiple-sources li {
  list-style-position : unset !important;
  margin              : unset !important;
}

