@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans');
* {
  font-family: IBM Plex Sans;
  cursor: default;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  /*color: ##39404E;*/
  box-sizing: border-box;
}
/*
*
{
	font-family: Helvetica;
	cursor: default;
	font-size: 10pt;
	box-sizing: border-box;
}
*/

h1,
h2,
h3 {
  font-family: Ubuntu;
  text-align: left;
  font-weight: bold;
  font-size: 16pt;
}

/* compass h4*/
h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  /*margin-bottom: 5px;*/
  letter-spacing: 0.2px;
  color: #151927;
  font-family: Ubuntu;
}

/* compass h4*/
h2 {
  font-weight: semi-bold;
  font-size: 15px;
  line-height: 22px;
  /*margin-bottom: 5px;*/
  letter-spacing: 0px;
}

table {
  border-collapse: collapse;
}

select {
  width: 100%;
}

div {
  height: auto;
  border: none;
}

p {
  margin: 0px;
}

.form {
  display: table;
  margin: auto;
  overflow: hidden;
  /*
	padding: 50;
	padding-top: 20;
	padding-bottom: 100;
*/
  position: relative;
}

.formSection {
  padding-left: 3px;
  padding-top: 6px;
  padding-bottom: 12px;
  width: 100%;
  border: solid 1px #e3e4e6;
  border-top: none;
  box-shadow: 0px 2px 6px rgba(21, 25, 39, 0.06);
  border-radius: 0px 0px 4px 4px;
  background-color: white;
}

.popupBarClose {
  width: 40px;
  background-image: url('images/x.svg');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: hand;
}

.inputField {
  border: solid 1pt #cbdade;
  border-radius: 4px;
  background-color: white;
  min-height: 26px;
  padding: 3;
  margin: 3;
}

.inputSearchLeft {
  width: 40px;
  background-image: url('images/search.svg');
  background-repeat: no-repeat;
  background-position: center center;
}

.inputSearch {
  border: none;
  min-height: 22px;
  width: 100%;
  margin: 3;
  padding: 4;
}

.inputSearchEmpty {
  width: 30px;
}

.inputSearchClear {
  width: 30px;
  background-image: url('images/x.svg');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: hand;
}

.inputSearchOptions {
  width: 40px;
  background-image: url('images/sliders.svg');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: hand;
}

.inputLabel {
  min-height: 26px;
  padding: 3;
  margin: 3;
}

.inputGroup {
  border: solid 1pt #e3e4e6;
  border-radius: 4px;
  margin: 5;
}

.header {
  text-transform: uppercase;
  color: #406c7b;
  padding: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.label {
  font-weight: bold;
  padding: 4;
  margin: 4;
}

.labelPopup {
  font-size: 8pt;
  font-weight: bold;
  padding: 3;
  margin: 3;
  padding-bottom: 0;
  margin-bottom: 0;
}

.labelAction {
  margin-top: 10pt;
  margin-bottom: 10pt;
  cursor: hand;
  color: royalBlue;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.labelAdd {
  color: #2b4279;
  text-decoration: underline;
  padding: 10;
  paddingleft: 40px;
  cursor: hand;
}

.buttonPrimary {
  border: solid 1pt #3d445c;
  border-radius: 4px;
  background-color: #3d445c;
  color: white;
  min-height: 26px;
  padding: 3;
  margin: 10;
  margin-top: 5;
  cursor: hand;
  width: 100px;
}

.buttonSecondary {
  border: solid 1pt #3d445c;
  border-radius: 4px;
  background-color: white;
  color: #3d445c;
  min-height: 26px;
  padding: 3;
  margin: 10;
  margin-top: 5;
  cursor: hand;
  width: 100px;
}

.buttonDelete {
  border: solid 1pt red;
  border-radius: 4px;
  background-color: white;
  color: red;
  min-height: 26px;
  padding: 3;
  margin: 10;
  margin-top: 5;
  cursor: hand;
  width: 100px;
}

.field {
  padding: 3;
  margin: 3;
}

.popupParent {
  background: rgba(128, 128, 128, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  margin: auto;
  z-index: 1;
}

.popupChild {
  background-color: white;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 600px;
  margin: -200px 0 0 -300px;
  padding-top: 100px;
}

.popupMenuChild {
  border-radius: 4px;
  background-color: white;
  border: solid 1pt black;
  position: absolute;
  top: 8.4vh;
  right: 18px;
}

.popupAddToForm {
  padding-bottom: 5px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 2px 6px rgba(21, 25, 39, 0.06);
  position: absolute;
  top: 4.8vh;
  right: 400px;
}

.labelDropdownItem {
  padding: 5px;
  padding-left: 20px;
  color: #2b4279;
  cursor: hand;
}

.tableRow {
  display: flex;
  flexdirection: row;
  width: 100%;
}

.cloudToggle {
  width: 24px;
  height: 24px;
}

.toolsToggle {
  width: 24px;
  height: 24px;
  cursor: hand;
}

#centerPanel {
  background-color: white;
}

