/* some styles for correctly show the WebGL rendering graph
 * author: wenlin li
 * date: 2013-4-29
 */



.color_select_table td{
	border-top: 0px; padding: 0px;
}

.color_select {
    border: 1px solid transparent;
    cursor: pointer;
    float: left;
    height: 10px;
    width: 10px;
}

.selected_color {
    border: 1px solid #000000;
}


#inputInfo {
  background-color:#EFF5FB;
  left:50px;
  max-width:300px;
  min-width:150px;
  padding:7px;
  position:absolute;
  text-align:left;
  bottom:50px;
  z-index:4;
}

.alert-top {
    position: absolute;
    max-width: 400px;
    text-align: center;
    left: 40%;
    right: 10%;
    z-index: 4;
}

.label-query{
    background-color: #800080;
}

.label-else{
    background-color: #CAE1F9;
}

.legend:after {
  content: "Color Legend";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}

.control:after {
  content: "Control Panel";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}

.detail:after {
  content: "Detailed Info";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}

.label {
    padding: 4px;
    margin: 2px;
}


.section {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    margin: 15px 0;
    padding: 39px 19px 14px;
    position: relative;
}

body {
height: 100%;
width: 100%;
position: absolute;
}

#visualization {
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
}

#toggleLayout {
    bottom: 50px;
    cursor: pointer;
    font-size: 15px;
    margin-left: 30%;
    position: absolute;
}

#detailedInfo {
	        /*display: none;
		*     min-width: 220px;
		 *         */
}


#rightPannel {
    background-color: #EFEFEF;

    min-width: 220px;
    padding: 5px 5px 5px 5px;
    position: absolute;
    right: 0px;
    z-index: 4;
}

#previewInfo {
    background-color: #eff5fb;
    min-width: 150px;
    max-width: 300px;
    left: 20px;
    padding: 7px;
    position: absolute;
    text-align: left;
    top: 10px;
    z-index: 4;
}
