body {
  margin: 0 auto;
  font-family: 'Arial',sans-serif;
  overflow: hidden;
}

#container {
  width: 759px;
  height: 598px;
  background-color: #DFDFDF;
/*    border: 1px solid black;*/
  position: absolute;
  top: 0px;
  z-index: 10;
  left: 0px;
  cursor: default;
  font-size: 10px;
}

#container_1 {
  border: 1px solid;
  width: 200px;
  height: 564px;
  position: absolute;
  top: 34px;
}

.heading {
  height: 21px;
/*    border: 1px solid red;*/
  padding-left: 10px;
  padding-top: 5px;
  font-size: 12px;
}

#item_1 {
  background-color: #666;
  width: 200px;
  height: 539px;
  position: absolute;
  top: 25px;
}

.btn {
  background-color: #c9cdcc;
  font-size: 10px;
  border: 1px solid;
  border-radius: 3px;
  padding: 3px 0px;
  text-align: center;
  -webkit-appearance: none;
}

.btn:hover {
  background-color: #989a9a;
}

#export {
  position: absolute;
  bottom: 10px;
  left: 65px;
  width: 60px;
}

#add {
  width: 34px;
  padding: 0px 0px;
  position: absolute;
  top: 20px;
  left: 60px;
}

#delete {
  width: 34px;
  padding: 0px 0px;
  position: absolute;
  top: 20px;
  left: 105px;
}

#item1_list {
  background-color: white;
  width: 150px;
  height: 425px;
  position: absolute;
  overflow: auto;
  top: 55px;
  left: 25px;
}

#item_2 {
  background-color: #424242;
  width: 554px;
  height: 539px;
  position: absolute;
  top: 25px;
  padding-left: 2px;
  overflow-y: scroll;
}

#container_2 {
  border: 1px solid;
  width: 556px;
  height: 564px;
  position: absolute;
  top: 34px;
  left: 201px;
}

#popup_1 {
  width: 154px;
  height: 103px;
  left: 10px;
  top: 20px;
  background-color: #666;
}

.popup {
  border: 1px solid black;
  font-size: 10px;
  position: absolute;
  display: none;
	background-color: #DFDFDF;
}

.title,#title_4 {
  color: black;
  background-color: #DFDFDF;
  padding: 3px 8px;
}

.close {
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  cursor: default;
  border: 1px solid #00800003;
  font-family: 'Calibri';
  letter-spacing: 2.2px;
  padding-left: 2px;
}

#close_1 {
  top: 2px;
  right: 10px;
}

.close:hover {
  border: 1px solid;
  cursor: default;
}

#details {
  background-color: #666;
}

#title_txt {
  color: white;
  padding: 7px 10px;
}

#insert {
  width: 120px;
  height: 10px;
  position: relative;
  margin: 0px 15px;
  font-size: 10px;
}

#cancel_1 {
  padding: 1px 0px;
  width: 56px;
  font-size: 9px;
  display: inline-block;
  position: relative;
  margin-left: 19px;
}

#complete_1 {
  padding: 1px 0px;
  width: 56px;
  font-size: 9px;
  display: inline-block;
  position: relative;
  margin: 10px 3px;
}

#popup_2 {
  width: 260px;
  height: 313px;
  left: 50px;
  bottom: 150px;
  z-index: 10;
  BACKGROUND-COLOR: WHITE;

}

#data_info {
  background-color: white;
  height: 292px;
  width: 260px;
  border-top: 1px solid;
  overflow: auto;
}

#close_2 {
  top: 2px;
  right: 10px;
}

.galaxy {
  width: 125px;
  height: 135px;
  margin: 2px;
  position: relative;
  display: inline-block;
}

.gala_name {
  margin: 3px 0px;
  color: white;
/*    text-shadow: 1px 3px 1px #000,1px -1px 2px #000;*/
  text-shadow: 1px 3px 1px #000, 1px -1px 2px #000,-1px 0px 1px #000, 4px 1px 2px #000;
}

.gala_img {
  width: 101px;
  height: 100px;
  border: 1px solid white;
  background-color: black;
    /* position: absolute; */
    /* left: 20px; */
    /* top: 30px; */
  margin: 10px 10px;
}

.catry_list {
/*    border: 1px solid;  */
  height: 20px;
  padding-left: 5px;
  font-size: 12px;
  line-height: 20px;
   width: 500px;
}

.catry_list:hover,.gallist:hover {
  background-color: #cedbef;
}

#popup_3 {
  width: 311px;
  height: 369px;
  left: 310px;
  background-color: #424242;
  bottom: 120px;
}

#galaxy_info {
  background-color: #424242;
  height: 348px;
  width: 311px;
  border-top: 1px solid;
}

.galaxy_img {
  background-color: black;
  border: 1px solid white;
  width: 240px;
  height: 140px;
  position: absolute;
  left: 35px;
  top: 35px;
  text-align: center;
}

#close_3 {
  top: 2px;
  right: 10px;
}

#complete_2 {
  padding: 1px 0px;
  width: 56px;
  font-size: 9px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#cancel_2 {
  padding: 1px 0px;
  width: 56px;
  font-size: 9px;
  position: absolute;
  bottom: 30px;
  right: 10px;
}

table {
  border-width: 2px;
  border-style: solid;
  border-color: #696969;
  border-collapse: collapse;
}

table td {
  border-width: 1px;
  border-style: solid;
  border-color: #E6E6E6;
  background-color: white;
  height: 17px;
}

table th {
  border: 1px;
  border-style: solid;
  border-color: #696969;
  background-color: #DDDDDD;
/*    cursor: col-resize;*/
  width: 111px;
}

table th.resizing {
/*    cursor: col-resize;*/
  ;
}

.noCrsr {
  margin-right: +5px;
/*    cursor:col-resize; */
  height: 17px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: 7px;
}

.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.table {
  position: absolute;
  top: 193px;
  width: 220px;
  margin-left: 10px;
  overflow:auto;
  height: 175px;
}
/*


table th:first-child {
  width: 250px!important;
}
*/

/*img{
    width: 100%;
    height: 100%;
}*/
#title_3 {
  width: 295px;
}

.dummy {
  position: absolute;
  border: 1px solid;
  width: 758px;
  opacity: 0.6;
  background-color: #585757;
  height: 599px;
  display: none;
}

.tick {
  position: absolute;
  left: 95px;
  top: 4px;
}

#t_1,#t_2,#t_3,#t_4,#t_5,#t_6,#t_7,#t_8,#t_9,#t_10,#t_11,#t_12,#t_13,#t_14,#t_15,#t_16,#t_17,#t_18,#t_19,#t_20 {
  display: none;
}

.active {
  background-color: #a8c6ee!important;
}

.check_info {
  background-color: white;
  height: 200px;
  width: 150px;
  border-top: 1px solid;
  overflow: auto;
}

#close_4 {
  top: 2px;
  right: 10px;
}

#popup_4 {
  left: 100px;
  top: 35px;
  display: block!important;
}

.db_cont {
  position: absolute;
/*	left: 100px;
    top: 35px;*/
  border: 2px solid green;
  display: none;
}

.gallist {
  height: 20px;
  padding-left: 5px;
  font-size: 12px;
  line-height: 20px;
/*	border: 1px solid;*/
  ;
}
/*
.tooltips {
  position: relative;
  display: inline-block;
}

.tooltips .tooltipstext {
  visibility: hidden;
  width: 80px;
  background-color: #ffffce;
  color: black;
  text-align: center;
  padding: 2px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 160%;
  margin-left: -60px;
  font-size: 8px;
  border-radius: 2px;
}

.tooltips .tooltipstext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 30%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
}

.tooltips:hover .tooltipstext {
  visibility: visible;
}*/
#title_4 {
        overflow: hidden;
    width: 54px;
    min-width: 100px;
    height: 8px;
    text-overflow: ellipsis;
    padding: 4px 13px !important;
    background-color: #DFDFDF;
}
#dummy_export{
width: 70px;
    height: 25px;
    position: absolute;
    top: 565px;
    left: 60px;
}