*{
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif!important;
    padding-top:50px;
    padding-bottom: 40px;
    margin-left:200px;
    -webkit-transition: margin 500ms ease;
    -moz-transition: margin 500ms ease;
    -ms-transition: margin 500ms ease;
    -o-transition: margin 500ms ease;
    transition: margin 500ms ease;
}
@media (max-width: 980px) {
    /* Enable use of floated navbar text */
    .navbar-text.pull-right {
        float: none;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 979px) {
    .navbar-fixed-top { position:fixed; }
}
.navbar-inverse .brand {width:180px; color:#fff; }
.brand img {float:left; margin:2px 10px 0 0; }
.brand .label {
    position:relative;
    left:10px;
    top:-3px;
    font-weight:normal;
    font-size:9px;
    background:#666;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.edit .demo { margin-left:0px; margin-top:10px; padding:30px 15px 15px; border: 1px solid #DDDDDD; border-radius: 4px; position:relative; word-wrap: break-word;}
.edit .demo:after {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    color: #9DA0A4;
    content: "Container";
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 3px 7px;
    position: absolute;
    top: -1px;
}
.sidebar-nav {
    position:fixed;
    width:200px;
    left:0px;
    bottom:0;
    top:44px;
    background:#ccc;
    padding: 9px 0; z-index:10;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar-nav .nav-header { cursor:pointer; font-size:14px; color:#fff; text-shadow:0 1px 0 rgba(0, 0, 0, 0.3);}
.sidebar-nav .nav-header span.label { font-size:10px; /*padding-bottom:0;*/ position:relative; top:-1px;}
.sidebar-nav .nav-header i.icon-plus {}
.sidebar-nav .nav-header .popover {color:#999; text-shadow:none;}

.popover-info {position:relative;}
.popover-info .popover {display:none; top: -12.5px; left:15px; }
.popover-info:hover .popover {display:block; opacity:1; width:400px;}
.popover-info:hover .popover .arrow {top:23px;}

.sidebar-nav .accordion-group { border:none; }
.boxes {}
.sidebar-nav li { line-height:25px; }
.sidebar-nav .box { line-height:25px; width:170px; height:25px; }
.sidebar-nav .preview { display: block; color:#666; font-size:12px; line-height:22px;}
.sidebar-nav .preview input { width:90px; padding:0 10px; background:#bbb; font-size:10px; color:#999; line-height:20px; height:20px; position:relative; top:-1px; }
.sidebar-nav .view { display: none; }
.sidebar-nav .remove,
.sidebar-nav .configuration { display: none; }

.sidebar-nav .boxes { display:none;}

.demo .preview { display: none; }
.demo .box .view { display: block; padding-top:30px;}


.ui-draggable-dragging .view { display:block;}
/*.demo .ui-sortable-placeholder { outline: 5px dotted #ddd; visibility: visible!Important; border-radius: 4px; }*/
.ui-sortable-placeholder { outline: 1px dashed #ddd;visibility: visible!Important; border-radius: 4px;}
.edit .drag { position: absolute; top: 0;right: 0; cursor: pointer; }

.box,.lyrow { position:relative;}

.edit .demo .lyrow .drag { top:5px; right:80px; z-index:10; }
.edit .demo .column .box .drag { top:5px; }
.edit .demo .column .box .configuration {position: absolute; top: 3px; right: 140px;white-space:nowrap; }
.edit .demo .remove { position: absolute; top: 5px; right: 5px; z-index:10; }
.demo .configuration {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.demo .drag, .demo .remove {
    filter: alpha(opacity=20); opacity: 0.2;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.demo .lyrow:hover > .drag,
.demo .lyrow:hover > .configuration,
.demo .lyrow:hover > .remove,
.demo .box:hover .drag,
.demo .box:hover .configuration,
.demo .box:hover .remove { filter: alpha(opacity=100); opacity: 1; }
.edit .demo .row-fluid:before {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    color: #9DA0A4;
    content: "Row";
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    line-height:2;
    padding: 3px 7px;
    position: absolute;
    top: -1px;
}
.demo .row-fluid {
    background-color: #F5F5F5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 13px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 13px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 13px rgba(0, 0, 0, 0.1);
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    margin: 15px 0;
    position: relative;
    padding: 25px  14px 0;
}
.edit .column:after {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    color: #9DA0A4;
    content: "Column";
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 3px 7px;
    position: absolute;
    top: -1px;
}
.column {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    margin: 15px 0;
    padding: 39px 19px 24px;
    position: relative;
}

/* preview */
body.devpreview { margin-left:0px;}
.devpreview .sidebar-nav {
    left:-200px;
    -webkit-transition: all 0ms ease;
    -moz-transition: all 0ms ease;
    -ms-transition: all 0ms ease;
    -o-transition: all 0ms ease;
    transition: all 0ms ease;
}
.devpreview .drag, .devpreview .configuration, .devpreview .remove { display:none !Important; }
.sourcepreview .column, .sourcepreview .row-fluid, .sourcepreview .demo .box {
    margin:0px 0;
    padding:0px;
    background:none;
    border:none;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.00);
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.00);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.00);
}
.devpreview .demo .box, .devpreview .demo .row-fluid { padding-top:0; background:none; }
.devpreview .demo .column { padding-top:19px; padding-bottom:19px; }
#download-layout { display: none }
#editorModal textarea,
#downloadModal textarea { width:100%;height:280px;resize: none;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box; }
#editorModal {width:640px;}
a.language-selected { font-style: italic; font-weight: bold; }

/*#Thumbnail-nav {*/
    /*width: 100%;*/
    /*height: 160px;*/
    /*!**zoom:1;*!*/
    /*overflow-x: scroll;*/
    /*!* 内容会被裁剪，会以滚动条显示 *!*/
    /*overflow-y: hidden;  !* 超出内容不可见 *!*/
    /*white-space: nowrap;  !* 不换行 *!*/
    /*!* 文本不会换行，会在同一行上继续，直到遇到<br>为止 *!*/
    /*border-color: #aaa;*/
/*}*/

/*#Thumbnail-nav {*/
    /*!*width: 100%;*!*/
    /*!*height: 160px;*!*/
    /*overflow-y: scroll;*/
    /*!*overflow-y: hidden;  !* 超出内容不可见 *!*!*/
    /*white-space: nowrap;  !* 不换行 *!*/
    /*!* 文本不会换行，会在同一行上继续，直到遇到<br>为止 *!*/
    /*!*border-color: #aaa;*!*/
/*}*/
.tog {
    width: 4px;
    position: absolute;
    right:0px;
    top: 4px;
    z-index: 4;
    cursor: pointer;
    background-color: #4285F4;
}
.togclose {
    width: 12px;
    position: absolute;
    right: -10px;
    top: 2px;
    z-index: 3;
    cursor: pointer;
    background-color: #4285F4;
}
.togclose span {
    font-family: sans-serif;
    font-size: 14px;
    width: 159px;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
    color: #FFF;
    display: block;
    background: url(../images/togclose.png) 0 5px no-repeat;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    position: absolute;
    top: 422px;
    right: -67px;
}
.tog span {
    font-family: sans-serif;
    font-size: 14px;
    width: 159px;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
    color: #FFF;
    display: block;
    background: url(../images/tog.png) 0 5px no-repeat;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    position: absolute;
    top: 422px;
    right: -67px;
}

#Thumbnail-nav img:not([src]) {
    opacity: 0;
}

/*图谱信息栏*/
#annotation1 {
    position: relative;
    bottom: 65px;
    left: 12px;
    height: 1px;
    width: 1px;
    z-index: 500;
    float: left;
}

#dialog1 {
    width: 416px;
    background:rgb(201 195 195 / 40%);
    position: absolute;
    bottom: -61px;
    left:-1px;
}

#progress {
    height: 30px;
    line-height: 30px;
    width: 46.875%;
    background:rgba(255,255,255,0);
}

#coordinate {
    height: 15px;
    line-height: 15px;
    width: 116.875%;
    background:rgba(255,255,255,0);
}

#number {
    display: none;
    position: relative;
    bottom: -4px;
    right: 48%;
    height: 25px;
    line-height: 25px;
    width: 90px;
    text-align: center;
    z-index: 500;
    float: right;
    background:rgba(255,255,255,0);
    color: #000;
    font-size: 14px;
}

/*核团信息描述栏*/
#description {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid lightslategray;
    overflow: auto;
}

/*3D模型展示栏*/
#3dDisplay {
    height: 160px;
    width: 95%;
    background-color: #ffffff;
    border: 1px solid lightslategray;
}

#metaphoto {
    height: 165px;
    width: 95%;
    background-color: #ffffff;
    border: 1px solid #aaa;
}

/*自定义导航栏 */
#annotation2 {
    position: relative;
    height: 1px;
    width: 400px;
    z-index: 501;
    margin: 0 auto;
}

#annotation2 td:hover {
    transform: scale(1.4);
}

#navigation {
    height: 44px;
    width: 100%;
    text-align:center;
    background:rgba(255,255,255,0.4);
    position: absolute;
    bottom: 8px;
}
#navigation div {
    margin: 0 auto;
    /*background: url(../images/img.png) no-repeat;*/
}
#navigation div#pre10 {
    background-position: 0px -36px;
}
#navigation div#pre {
    background-position: 0px -68px;
}

#navigation div#zoomOut {
    background-position: 0px -52px;
    margin: 0 auto;
}
#navigation div#panUp {
    background-position: 0px -29px;
    margin-bottom: 2px;
}
#navigation div#panLeft {
    background-position: 0px 0px;
    margin-right: 2px;
}
#navigation div#panRight {
    background-position: 0px -11px;
    margin-left: 2px;
}
#navigation div#panDown {
    background-position: 0px -22px;
    margin-top: 2px;
}
#navigation div#zoomIn {
    background-position: 0px -116px;
}
#navigation div#next {
    background-position: 0px -84px;
}
#navigation div#next10 {
    background-position: 0px -100px;
}

/*菜单栏*/
#annotation3{
    /*visibility: hidden;*/
    position: relative;
    bottom: 100%;
    right: 252px;
    display: inline-block;
    height: 1px;
    /*width: 18%;*/
    width: 353px;
    z-index: 502;
    float: right;
}



#annotation3 .selectContainer  select:hover {
    box-shadow:1px 1px 5px #312e2e;
}



/*canvas样式*/
canvas {
    position: absolute;
}
#coorX,#coorY {
    /* background: rgba(255,255,255,0.4); */
    cursor: pointer;
}

/*bootstrap拓展*/
.dropdown-menu > .dropdown-submenu > #menu8::after, .dropdown-menu > .dropdown-submenu > #menu9::after{
    display: none;
}
/* 缩略图编号 */
.Thumbnail{
    position: relative;
    overflow: hidden;
}
.imgNub{
    display: inline-block;
    position: absolute;
    left: 3px;
    bottom: 0;
    color: #000;
    font-size: 12px;
}
.bregma{
    display: inline-block;
    position: absolute;
    right: 3px;
    bottom: 0;
    font-size: 12px;
}
.tab-block {
    width: 100%;
    height: 9%;
    /*margin: 50px auto 0;*/
    /*background-color: #FFF;*/
    /*border: 1px solid #e5e5e5*/
}
.tab-block .tab-buttons {
    width: 100%;
    height: 10%;
    background-color: #fafafa
}
.tab-block .tab-buttons .tab-button {
    width: 7%;
    float: left;
    height: 50px;
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 50px;
    /* position: relative; */
    cursor: pointer;
    background-color: #f2f2f3;
    margin-top: 10px;
    text-decoration: none;
}
.tab-block .tab-buttons .tab-button.cur {
    background-color: #fff;
    color: #333;
    border-top:1px solid #1183ff;
    margin-top: 10px;
    text-decoration: none;
}
/* .tab-block .tab-buttons .tab-button.cur:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1183ff
} */
.tab-block .tabs {
    width: 100%;
    height: 100%
}
.tab-item {
    width: 100%;
    height: 100%;
    padding: 0px;
    display: none
}
.tab-item.active {
    display: block
}
/* 加载动画 */
.spinner {
    /* margin: 300px auto; */
    width: 100px;
    height: 100px;
    position: relative;
    left: 50%; 
    top: 45%;
    transform: translate(-50%, -50%); 
  }
   
  .container1 > div, .container2 > div, .container3 > div {
    width: 25px;
    height: 25px;
    background-color:#0088cc;
   
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
   
  .spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
  }
   
  .container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
   
  .container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }
   
  .circle1 { top: 0; left: 0; }
  .circle2 { top: 0; right: 0; }
  .circle3 { right: 0; bottom: 0; }
  .circle4 { left: 0; bottom: 0; }
   
  .container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
   
  .container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
   
  .container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
   
  .container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }
   
  .container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
  }
   
  .container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
  }
   
  .container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
  }
   
  .container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
  }
   
  .container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
  }
   
  .container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
  }
   
  .container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
  }
   
  @-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
  }
   
  @keyframes bouncedelay {
    0%, 80%, 100% {
      transform: scale(0.0);
      -webkit-transform: scale(0.0);
    } 40% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
    }
  }
