@charset "utf-8";
/* CSS Document */

*{
    margin: 0;
    padding: 0;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  /* Set the fixed height of the footer here */
  background-color: #333;

}




#sib_footer {
  padding-left:10px;
  background-color: #333;
  color: #FFFFFF;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
   margin-bottom: 0px;
  font-size: 14px;
}

#sib_footer a{
	color:#FFF;
    text-shadow:none;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 14px;
  padding:0px 5px 0px 0px;
}


body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;

  min-height:1000px ;
  padding-top:120px ;
  min-width: 1200px;
  /*overflow: scroll;*/


}


.circle_right {
  height: 100px;
  width: 100px;

  background-color: #fff;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 2px;
}

.circle_left {
  height: 100px;
  width: 100px;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 2px;
}


.scbar{
    position: relative;
    /*background-color: #64ace1;*/
    background-color: #eeeeee;
    height:100px;
    margin-bottom: 50px;
    border-radius: 50px;
    transition: transform 0.5s  ease-in-out;
}

.scbar:hover {

    transform: scale(1.15,1.15);
}

.scbar_text{
    position: absolute;
    left: 55%;
}


@media (min-width: 800px) {
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;   min-width:200px;
}
}

html {
  position: relative;
  min-height: 100%;


}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}

#index_content {

    height: 300px;
    background-color: #ffffff ;

}

#index_sum{
    background: rgba(204,204,204,0.3) ;
    border-radius: 4px;
    margin-top: 30px;



}

#index_pic{
    background-color: rgba(102,102,153,0.7) ;
    border-radius: 4px;
}

.well{

    background-color: #eeebeb;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    color: #0f0f0f;
}


fieldset {
      border: 0;
      margin-left: 300px;
    }
label {
  display: block;
  margin: 20px 0 0 0;
}



#ploty-scatter{

    height: 450px;
    width: 600px;
    overflow: auto;

}

/*#container-fluid{*/
/*    min-width: 1300px !important;*/

/*    overflow: scroll;*/

/*}*/


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #bb3333, #dd5555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bb3333), to(#bb3333));
  background-image: -webkit-linear-gradient(top, #bb3333, #dd5555);
  background-image: -o-linear-gradient(top, #bb3333, #dd5555);
  background-image: linear-gradient(to bottom, #4e13b5, #4e13b5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb3333', endColorstr='#ffbb3333', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #bb3333, #dd5555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bb3333), to(#bb3333));
  background-image: -webkit-linear-gradient(top, #bb3333, #dd5555);
  background-image: -o-linear-gradient(top, #bb3333, #dd5555);
  background-image: linear-gradient(to bottom, #bb3333, #dd5555);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb3333', endColorstr='#ffbb3333', GradientType=0);
}


.function1 {
    background-color: #FFFFFF;
    border:1px solid #e3e3e3;
    border-radius: 6px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
}

.function_echart {
    background-color: #FFFFFF;
    border:1px solid #e3e3e3;
    border-radius: 6px;
    margin-top: 10px;
}




.function_option {
    background-color: #FFFFFF;
    border:1px solid #e3e3e3;
    border-radius: 6px;
    margin: 0;
    padding: 0px;
}

.function_button {
    width: 200px;
}

.function_submit{
    margin-top: 20px;
}

ul  li {
    margin-left: 15px;
}




.loader {
  position: absolute;
  left: 50%;
  top: 50%;

  width: 40px;
  height: 40px;
  margin:250px 0 50px 50px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #4a8af4;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


#index_human_word_cloud{
    width: 100%;

    overflow: auto;
    height: 100%;
}

@media (min-width: 800px){
.organ_img{
    width: 100px;

    margin-top: 70px;
    margin-left: 50px;
    margin-bottom: 70px;
    padding-bottom: 100px;

}
}

@media (max-width: 800px){
    .organ_img{
        width: 200px;
        margin-top: 100px;
        margin-left: 100px;
        margin-right: 100px;
        padding-bottom: 150px;

    }
}


/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {

display: none;

}

@media  (min-width: 700px) {
  .bs-docs-sidenav {
      display: block;
      border: 0.1em solid rgba(0,0,0,.065);
      text-transform: capitalize;
      font-size:16px;
      width: 22%;
      margin: 83px 0 0;
      padding: 0;
      overflow-x: scroll;
      background-color: #fff;
      -webkit-border-radius: 6px;
         -moz-border-radius: 6px;
              border-radius: 6px;
      -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
         -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
              box-shadow: 0 1px 4px rgba(0,0,0,.065);
  }

  .bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  color:#000000;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a{
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
  font-weight: bold;
}
.bs-docs-sidenav > .active > a:hover{
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
  font-weight: bold;
}

/* Chevrons */
.bs-docs-sidenav .fa-chevron-right {
  float: left;
  margin-top: 2px;
  margin-left: 0px;
  margin-right: 6px;
  opacity: .5;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #dddddd;
}
.bs-docs-sidenav a:hover .fa-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .fa-chevron-right,
.bs-docs-sidenav .active a:hover .fa-chevron-right {

  opacity: 0.1;
}

/*change with the length of foot */
.bs-docs-sidenav.affix {
  top: 90px;

  bottom: 60px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}
}

.bs-docs-sidenav-sub{
	font-size:14px;
}
.bs-docs-sidenav-sub > li{
	list-style: none;
	padding: 0.5em 0em 0.5em 1em;
	border-left: 0.3em solid #000000;
	color:#000000;
	opacity: .5;
}

.bs-docs-sidenav-sub > li > a {
  color:#000000;
}


.bs-docs-sidenav-sub > .active{

	border-left: 0.3em solid #000000;
	opacity: 1;
}


.bs-docs-sidenav-sub > .active > a{
	list-style: none;
	color:#000000;
}

.bs-docs-sidenav-sub-padding{
	padding-left:30px;
}




.echart{
    background-color: #FFFFFF;

}


.btn-primary_auto {
          background-color: #006dcc;
          background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
          background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
          background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
          background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
          background-image: -o-linear-gradient(top, #0088cc, #0044cc);
          background-image: linear-gradient(top, #0088cc, #0044cc);
          background-repeat: repeat-x;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
          border-color: #0044cc #0044cc #002a80;
          border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
          filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
          color: #fff;
        }


.navbar-nav>li {

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;


}

 /*ajust the position of the navbar a*/
.navbar-nav>li>a {
    margin-top: 25px;
padding-top: 20px;
padding-bottom: 20px;
color: #000000 !important;

}
.navbar-brand {
height: 100px;
padding-top: 5px;
}
.navbar {
min-height: 100px;


}
.navbar-toggle {
margin-top: 10px;
margin-bottom: 0px;
    position: relative;
    top: 50px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #b9c6c9;
    /* background-color: rgb(25, 90, 153); */
    background: linear-gradient(90deg, #b9c6c9, #b9c6c9);

}



.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:active {
    color: #FFFFFF !important;
    background-color: #5b9bd5 !important;
    background-image: none;
    border: 1px solid #b9c6c9;
}

.navbar-header{
    border-color: #b9c6c9;
    background-color: #b9c6c9 !important;
    
}

.navbar-brand > img {
  display: block;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ffffff !important;
    background-color: #5b9bd5 !important;
    background-image: none;
    border: 1px solid #5b9bd5;
}

.help_content{

    padding-top: 10px;
    font-size: 15px;
}



.table-curved {
    border-collapse: separate;
}
.table-curved {
    border: solid #ccc 1px;
    border-radius: 6px;
    border-left:0px;
}
.table-curved td, .table-curved th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.table-curved th {
    border-top: none;
}
.table-curved th:first-child {
    border-radius: 6px 0 0 0;
}
.table-curved th:last-child {
    border-radius: 0 6px 0 0;
}
.table-curved th:only-child{
    border-radius: 6px 6px 0 0;
}
.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}
.table-curved tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}