#indexSelectContainer {
/*   margin: 100px; */
  width: 80px;
/*   text-align: left; */
/*   border: 1px solid red;  */
/*   background-color: #393939; */
  overflow: hidden;
}

#previewContainer {
  width: 80px;
/*   border: 1px solid green;  */
  overflow: hidden;
  margin: 0 auto;
}

#leftselectarrow {
  background-color: #c4c4c4;
  border-radius: 10px 0px 0px 10px;
  width: 10px;
  height: 15px;
  border: 1px solid black;
  margin: 0px 3px 5px 5px;
  cursor: pointer;
}

#leftselectarrow:hover {
  background-color: #e4e4e4;
}

#rightselectarrow {
  background-color: #c4c4c4;
  border-radius: 0px 10px 10px 0px;
  width: 10px;
  height: 15px;
  border: 1px solid black;
  margin: 0px 3px 5px 3px;
  cursor: pointer;
}

#rightselectarrow:hover {
  background-color: #e4e4e4;
}

#previewsvg {
  background-color: #202020;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  border: 1px solid black;
  margin: 0 auto;
}

.indLeftCenter {
  float: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  margin: 0;
  padding: 0px 4px 0px 16px;
}

#indLeftNameBox {
  display: block;
  font-size: 12px;
  color: #c4c4c4;
  padding: 0px;
  margin: 0px auto 4px auto;
  overflow: hidden;
  text-align: center;
}

#indConfigBox {
  display: block;
  font-size: 12px;
  color: #c4c4c4;
  background-color: #272727;
  padding: 2px 0px;
  margin: 5px auto 8px auto;
  overflow: hidden;
  text-align: center;
  border: 1px solid black;
  border-radius: 10px;
  width: 66px;
  cursor: pointer;
}

#indConfigBox:hover {
  background-color: #2f2f2f;
}

/* main config box */
#infoBox {
  white-space: nowrap;
  position: absolute;
  color: #c5c5c5;
  top: 150px;
  left: 150px;
  border-top: 1px solid #505050;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-radius: 12px;
  z-index: 98;
  background-color: #474747;
  padding: 0;
  margin: 0;
  min-width: 720px;
  z-index: 30000;
}

/* used for drag-n-drop */
#infoGrabber {
  box-sizing: border-box;
  cursor: move;
  position: static;
  width: 100%;
  height: 30px;
  top: 0px;
  display: block;
  padding: 0;
  margin: 0;
  font-weight: bold;
  background-color: #303030;
  border-radius: 12px 12px 0 0;
  border-bottom: 1px black solid;
  border-top: 1px #303030 solid;
  border-left: 1px #303030 solid;
  border-right: 1px #303030 solid;
}

.boxHeader {
  font-size: 14px;
  margin-left: 10px;
  margin-top: 5px;
}

.boxCloser {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 6px;
  right: 8px;
  cursor: pointer;
}

.indexConfigContainer {
  height: 25px;
  text-align: left;
  margin: 7px 10px 7px 10px;
  padding: 7px 5px 7px 0px;
  border: 1px solid black; 
  border-radius: 5px;
  background-color: #393939;
  overflow: hidden;
}

.indTextCenter {
  float: left;
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  margin: 0;
  padding: 0px 4px 0px 16px;
}

.indNamerBox {
  position: static;
  display: inline-block;
  float: left;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  background-color: #272727;
  color: #c4c4c4;
  user-select: text;
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
  min-width: 100px;
  max-width: 100px;
  overflow: hidden;
  text-align: center;
  border-radius: 3px;
  height: 25px;
  border: 1px solid black;
}

.indNumberBox{
  font-family: Verdana, sans-serif;
  font-size: 12px;
  float: left;
  background-color:#272727;
  color: #c4c4c4;
  height: 25px;
  vertical-align: middle;
  line-height: normal;
  border-radius: 3px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  border: 1px solid black;
}

.selectorCustomized {
  display: block;
  box-sizing: border-box;
  background-color: #444;
  color: #c4c4c4;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  text-decoration: none;sor: pointer;
  border-radius: 5px;
  border: 1px black solid;
  cursor: pointer;
}

.selectorCustomized0 {
  height: 25px;
  width: 30px;
}

.selectorCustomized1 {
  height: 25px;
  width: 30px;
}

.selectorCustomized2 {
  height: 25px;
  width: 60px;
}

.selectorContent {
/*   box-sizing: border-box; */
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 5px;
  padding: 0px;
  margin: 0px;
  width: 30px;
  border: 1px solid black;
}

.selectorContent0 {
  background-color: #f9f9f9;
}

.selectorContent1 {
  background-color: #272727;
}

.selectorContent2 {
  background-color: #272727;
}

.selectorContent a {
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  line-height: 25px;
}

.selectorContent0 a {
  height: 25px;
  width: 30px;
}

.selectorContent0 a:hover {
  box-sizing: border-box;
  background-color: #a5d8f2;
  border: 1px solid black;
}

.selectorContent1 a {
  height: 25px;
  width: 30px;
  background-color: #272727;
}

.selectorContent1 a:hover {
  background-color: #171717;
}

.selectorContent2 a {
  height: 25px;
  width: 70px;
  background-color: #272727;
}

.selectorContent2 a:hover {
  background-color: #171717;
}

.previewicons {
  background-color: #202020;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  padding: 0px;
  margin: 0px;
  border: 1px solid black;
}

#addRemoveContainer {
  display: block;
/*   border: 1px solid green; */
  justify-content: center;
  width: 225px;
  margin: 0 auto;
  padding-bottom: 5px;
}

.addRemoveButton {
  text-align: center;
  display: inline-block;
  width: 50px;
  padding: 5px;
  margin: 5px;
/*   border: 1px solid red; */
  border-top: 1px solid #909090;
  border-bottom: 1px solid #303030;
  border-radius: 5px;
  background-color: #606060;
  cursor: pointer;
}

.addRemoveButton:hover {
  background-color: #707070;
}