/* overridings */
body {
  font-family: "Microsoft YaHei","微软雅黑","宋体",arial;
  color: #333333;
  background-color:#f7f7f7;
}

a {
  color: #009aff;
}

a:hover,
a:focus {
  color: #009aff;
}

.navbar {
  border-radius: inherit !important;
  border-radius: initial !important;
}

.nav > li > a {
  padding: 10px 30px;
}

.navbar-default {
  font-size:16px;
  background-color: #fff;
  border-color: #fff;
  border-style: none none solid none;
  border-bottom-width:2px;
  border-bottom-color:#e2e2e2;
}

.navbar-default .navbar-brand {
  color: #333333;
}

.navbar-default .navbar-nav > li > a {
  color: #333333;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #333333;
  background-color: #fff;
}

.navbar-nav {
  margin-top:3px;
}

.navbar-nav  > .active:after {
    position: absolute;
    top: -3px;
    left: 0;
    margin-left: 0;
    content: '';
    width: 100%;
    height: 6px;
    border: 0;
    background: #54b931;
}

.navbar-brand {
  font-size:16px;
  min-height:60px;
  margin-top:5px;
  padding: 0;
}

.center-block {
  float:none;
}

.has-error {
  color: #a94442;
}

.popover-box {
  position: relative;
  display: block;
  float: left;
}

.input-group-addon {
    color:#e2e2e2;
    background-color: #fff;
}
.merged input:first-child {
    border-right: 0px;
}
.merged .input-group-addon + input {
    border-left: 0px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  text-align:center;
  vertical-align:middle;
}

.table.fixedsize>thead>tr>th, .table.fixedsize>tbody>tr>th, .table.fixedsize>tfoot>tr>th, .table.fixedsize>thead>tr>td, .table.fixedsize>tbody>tr>td, .table.fixedsize>tfoot>tr>td  {
  max-width:180px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table.fixedsize>thead>tr>th:not(:last-child), .table.fixedsize>tbody>tr>th:not(:last-child), .table.fixedsize>tfoot>tr>th:not(:last-child), .table.fixedsize>thead>tr>td:not(:last-child), .table.fixedsize>tbody>tr>td:not(:last-child), .table.fixedsize>tfoot>tr>td:not(:last-child) {
  overflow:hidden;  
}

.table.fixedsize>thead>tr>th:last-child, .table.fixedsize>tbody>tr>th:last-child, .table.fixedsize>tfoot>tr>th:last-child, .table.fixedsize>thead>tr>td:last-child, .table.fixedsize>tbody>tr>td:last-child, .table.fixedsize>tfoot>tr>td:last-child {
  min-width:120px !important;
}

/* own styles */

.no-overflow {
  text-overflow:ellipsis;
  overflow:hidden;
  word-wrap:break-word;
  _word-wrap:break-word;
}

.no-overflow img {
  max-width:800px;
  height:auto !important;
}

.error-message-box {
  font-size:12px;
  position:absolute;
  top: 100%;
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon > :first-child {
  position: absolute;
  left: 9px;
  top: 30%;
  pointer-events: none;
  color:#e2e2e2;
}
.left-inner-addon > input {
    padding-left: 30px;    
}

.left-inner-addon i {
  position: absolute;
  left: 9px;
  top: 10px;
  pointer-events: none;
  color:#e2e2e2;
}


.dropdown-toggle.seperated:before {
  content:" ";
  height:50%;
  width:1px;
  background:-moz-linear-gradient(top, transparent 0%,#fff 30%,#fff 70%, transparent 100%);
  background:-webkit-linear-gradient(top, transparent 0%,#fff 30%,#fff 70%, transparent 100%);
  background:-ms-linear-gradient(ltop, transparent 0%,#fff 30%,#fff 70%, transparent 100%);
  background:linear-gradient(top, transparent 0%,#fff 30%,#fff 70%, transparent 100%);
  position:absolute;
  left:0;
  top:28%;
}

.main-panel ul.no-padding {
  padding-left:20px;
}

.half-width {
  width:50% !important;

}

.center-text {
  text-align:center;
}

.right-text {
  text-align:right;
}

.grayed-font {
  color: #9d9d9d;
}

.small-font {
  font-size:12px;
}

.more-spacing {
  line-height:200%;
}

.popover-content-wrapper.success {
    color:#3c763d;
}
.popover-content-wrapper.warning {
    color:#8a6d3b;
}
.popover-content-wrapper.error {
    color:#a94442;
}

.navbar-brand-logo {
  
}

.navbar-brand-text {
  margin-left:5px;
  margin-top:5px;
  padding-top:3px;
}

.navbar-brand-text.small {
  font-size:12px;
}

.navbar-brand .sub-brand-text {
  font-size:12px;
  color: #9d9d9d;
  line-height:100%;
}


.nav-item {
  margin-left:15px;
  margin-right:15px;
  float:left;
}

.messageIndicatorContainer {
  min-width:25px;
  min-height:25px;
}

.messageIndicator {
  color:#54b931;
  display:none;
  font-size:20px;
}

.nav-login {
  margin-left:100px;
}

.home {
  background-color:#fff;
}

.home-splash-container {
  border:0;
  width:100%;
  height:400px;
  background-image: url('/images/home_banner.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #050607;
  margin-top: -20px;
  margin-bottom:80px;
}

.home-splash-content {
  width:350px;
}

.home-splash-title{
  margin-top:110px;
  color:#fff;
  font-size:36px;
  font-weight:bold;
}

.home-splash-subtitle {
  margin-top:10px;
  color:#fff;
}

.home-splash-entry {
  margin-top:60px;
}

.home-splash-entry-btn {
  width:160px;
  height:50px;
}

.home-splash-entry-btn .btn-lg{
  line-height:1.5;
}

.home-intro {
  padding-bottom:80px;
}

.home-intro .title{
  font-size:18px;
  font-weight:bold;
  color:#4c4c4c;
}

.home-experts {
  position:relative;
  padding-bottom:40px;
}

.home-experts-title {
  text-align:center;
  font-size:24px;
  font-weight:bold;
  color:#4c4c4c;
}

.home-experts-title:before{
  content:" "; 
  width:45%;
  height:1px;
  display:block;
  background:-moz-linear-gradient(left, #fff 0%,#e2e2e2 10%,#e2e2e2 100%);
  background:-webkit-linear-gradient(left, #fff 0%,#e2e2e2 10%,#e2e2e2 100%);
  background:-ms-linear-gradient(left, #fff 0%,#e2e2e2 10%,#e2e2e2 100%);
  background:linear-gradient(left, #fff 0%,#e2e2e2 10%,#e2e2e2 100%);
  position: absolute;
  left:0;
  top:18px;
}

.home-experts-title:after{
  content:" "; 
  width:45%;
  height:1px;
  display:block;
  background:-moz-linear-gradient(left, #e2e2e2 0%,#e2e2e2 90%,#fff 100%);
  background:-webkit-linear-gradient(left, #e2e2e2 0%,#e2e2e2 90%,#fff 100%);
  background:-ms-linear-gradient(left, #e2e2e2 0%,#e2e2e2 90%,#fff 100%);
  background:linear-gradient(left, #e2e2e2 0%,#e2e2e2 90%,#fff 100%);
  position: absolute;
  left:55%;
  top:18px;
}

.home-experts-list {
  margin-top:50px;
}

.home-expert{
  display: table;
  max-height: 100px;
}

.home-experts-line {
  margin-bottom:40px;
}

.home-expert-face {
  vertical-align: middle;
  display: table-cell;
}

.home-expert-comments {
  color:#4c4c4c;
  padding-left:10px;
  vertical-align: middle;
  display: table-cell;
}

.home-expert-name {
  font-size:18px;
}

.quoted:before {
  content: "\201c";
  font-size: 160%;
  font-family: "Lato", sans-serif;
}

.quoted:after {
  content: "\201d";
  font-size: 160%;
  font-family: "Lato", sans-serif;
}

.captcha {
  cursor: pointer;
}

.form-title {
  font-size:18px;
  text-align:center;
  margin-top:10px;
  margin-bottom:20px;
}

.form-control.horizontal {
  width: inherit !important;
  width: initial !important;
}

.btn-submit {
  color: #ffffff;
  background-color: #54b931;
  border-color: #54b931;
}
.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active,
.btn-submit.active {
  color: #ffffff;
  background-color: #4ba52c;
  border-color: #429126;
}
.btn-submit.disabled:hover,
.btn-submit.disabled:focus,
.btn-submit.disabled:active,
.btn-submit.disabled.active,
.btn-submit[disabled]:hover,
.btn-submit[disabled]:focus,
.btn-submit[disabled]:active,
.btn-submit[disabled].active,
fieldset[disabled] .btn-submit:hover,
fieldset[disabled] .btn-submit:focus,
fieldset[disabled] .btn-submit:active,
fieldset[disabled] .btn-submit.active {
  color: #ffffff;
  background-color: #54b931;
  border-color: #54b931;
}


.form-steps {
  margin-bottom:10px;
}

.form-step-3 {
  line-height: 36px;
  width: 33.33333333333333%;
  float: left;
  display:inline;
  text-align:center;
  border-radius:3px;
}

.form-step-finished {
  color:#fff;
  background-color:#009aff;
}

.form-step-unfinished {
  background-color:#e2e2e2;
}

.form-step-final {
  
}

.form-step-seperator{
  width:0.0000000000000000001%;
}
.form-step-seperator:before {
  position: absolute;
	content: " ";
  width: 0;
	height: 0;
  margin-top:-5px;
	border-top: 23px solid transparent;
  border-left: 23px solid #fff;
	border-bottom: 23px solid transparent;
}

.form-step-seperator-finished:after {
  position: absolute;
	content: " ";
  width: 0;
	height: 0;
  margin-top:2px;
	border-top: 16px solid transparent;
  border-left: 16px solid #009aff;
	border-bottom: 16px solid transparent;
  border-top-right-radius: 3px;
}

.form-step-seperator-unfinished:after {
  position: absolute;
	content: " ";
  width: 0;
	height: 0;
  margin-top:2px;
	border-top: 16px solid transparent;
  border-left: 16px solid #e2e2e2;
	border-bottom: 16px solid transparent;
  border-top-right-radius: 3px;
}

.footer-margin {
  height:20px;
}

.footer {
  padding-top:20px;
  border-style: solid none none none;
  border-top-width:1px;
  border-top-color:#e2e2e2;
  color: #9d9d9d;
}

.footer > div > a {
  color: #9d9d9d;
}

.footer > div > a:hover,
.footer > a:focus {
  color: #9d9d9d;
}

.footer-nav {
  text-align:center;
}

.footer-copyright {
  margin-top:10px;
  text-align:center;
}

.account-disabled {
  color: #505050;
}

.account-registered {
  color: #9d9d9d;
}

.account-activated {
  color: #bfb71e;
}

.account-verified {
  color: #54b931;
}


.main-panel {
  float:left;
  width:71%;
  min-width:600px;
  margin-left: 4%;
}

.floating-panel {
  float:right;
  width:200px;
  margin-right: 4%;
}

.panel-segment {
  background-color:#fff;
  border: 1px solid #e2e2e2;
  margin-bottom:20px;
  padding:20px;
  box-shadow: 0 0 3px 0 #e2e2e2;
}

.panel-segment.tiny {
  width:400px;
}

.panel-segment-header {
  margin-bottom:20px;
}

.panel-segment-header:after{
  content:" "; 
  height:1px;
  background:-moz-linear-gradient(left, #fff 0%,#e2e2e2 10%,#e2e2e2 90%,#fff 100%);
  background:-webkit-linear-gradient(left, #fff 0%,#e2e2e2 10%,#e2e2e2 90%,#fff 100%);
  background:-ms-linear-gradient(left, #fff 0%,#e2e2e2 10%,#e2e2e2 90%,#fff 100%);
  background:linear-gradient(left, #fff 0%,#e2e2e2 10%,#e2e2e2 90%,#fff 100%);
  position: relative;
  margin-top:70px;
  width:100%;
  display:block;
}

.panel-segment-title {
  margin-top:5px;
  font-size:26px;
}

.panel-segment-title2 {
  font-size:26px;
  max-width:450px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  _word-wrap:break-word;
}

.panel-segment-title3 {
  color:#9d9d9d;
  font-size:12px;
}

.panel-segment-header-note{
  position:relative;
  width:110px;
  height:60px;
  font-weight:bold;
  color:#54b931;
  text-align:right;
  padding-right:7px;
  border-right: 2px solid #e2e2e2;
}

.panel-segment-header-note-1 {
}

.panel-segment-header-note-2 {
}

.panel-segment-header-note-3 {
}

.panel-segment-header-main {
  height:60px;
  padding-left:5px;
  display:inline-block;
}

.stat-title {
  font-size:18px;
  font-weight:bold;
  margin-bottom:10px;
}

.stat-top10-line {
  width:160px;
  margin-top:10px;
}

.stat-top10-num {
  float:left;
  text-align:center;
  width:14px;
  height:20px;
  margin-right:10px;
}

.stat-top10-num.num-1{
  color:#fff;
  background:#54b931;
  position:relative;
}

.stat-top10-num.num-1:after{
  content:"";
  width:14px;
  height:0;
  position:absolute;
  top:20px;
  left:0;
  border-bottom:7px solid transparent;
  border-left:6px solid #54b931;
  border-right:7px solid #54b931;
}

.stat-top10-des {
  float:left;
  width:135px;
}

.stat-top10-des-name {
  float:left;
  width:80px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  _word-wrap:break-word;
}

.stat-top10-des-bounty {
  float:right;
}


.stat-seg-val {
  font-size:18px;
  margin-bottom:5px;
}

.stat-seg-des {
  font-size:12px;
  color:#9d9d9d;
}

.stat-seg-des:not(:last-child) {
  margin-bottom:10px;
}


.graph {
  margin-bottom:26px;
}

.graph-title{
  font-size:18px;
  font-weight:bold;
  margin-left:10px;
  margin-bottom:10px;
  position: relative;
}

.graph-title:before{
  content: " ";
  width: 6px;
  height: 18px;
  position: absolute;
  margin-left:-10px;
  margin-top:4px;
  border-width: 0;
  background: #54b931;
}

.progress-container {
  margin-top:10px;
}

.progress-item {
  float:left;
  width:30px;
  height:30px;
  margin-left:20px;
}

.progress-point {
  width: 20px;
  height: 20px;
  border: 2px solid #e2e2e2;
  position: relative;
  border-radius: 50%;
}

.progress-point:before{
  content: " ";
  width: 30px;
  height: 4px;
  position: absolute;
  margin-left:18px;
  margin-top:6px;
  border-width: 0;
  background: #e2e2e2;
}

.progress-point.ending:before{
  display:none;
}

.progress-point:after{
   content: " ";
   width:10px;
   height:10px;
   border: 7px solid #e2e2e2;
   position: absolute;
   margin-left:1px;
   margin-top:1px;
   border-radius: 50%;
}

.progress-point.finished:after{
   content: " ";
   width:10px;
   height:10px;
   border: 7px solid #54b931;
   position: absolute;
   margin-left:1px;
   margin-top:1px;
   border-radius: 50%;
}


.progress-title {
  font-size:12px;
}

.btn-upload {
  color: #ffffff !important;
  background-color: #54b931 !important;
  border-color: #54b931 !important;
}

.fileUploadButton{
  margin-right:10px;
  position: relative;
  overflow:hidden;
  cursor:pointer;
}

.fileUploadButton input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

.imageLimit {
    text-align: right!important;
    width: 310px!important;
    
}

.editorUploadButton{
  width: 310px !important;
  margin-right:10px;
  position: relative;
  overflow:hidden;
  cursor:pointer;
  width:100%;
  font-size: 20px !important;
  text-align: center !important;
  font-weight: 900 !important;
  line-height: 1.9 !important;
  font-family: "Microsoft YaHei","微软雅黑","宋体",arial !important;
  
}

.editorUploadButton input {
  position: absolute;
  top: 78px;
  right: 20px;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 30px !important;
  direction: ltr;
  cursor: pointer;
}

.editorImageTxt{
    margin-top: 15px!important;    
    text-align:left!important;
    margin-bottom:10px!important;
}

.editorImageTxt input {
     maxlength:16!important;
     border:solid 1px !important;
     size: 16!important;
     margin-right: 15px!important;
     width:110px!important;
}

.attachments {
  width:500px;
}

.attachment {
  margin-bottom:10px;
  position:relative;
}

.file-name {
  float:left;
  width:400px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  _word-wrap:break-word;
  background:#f7f7f7;
}

.file-name  > span {
  cursor: pointer;
  color:#009aff;
}

.file-name > i {
  background: #54b931;
  color: #fff;
  font-size: 20px;
  border-radius: 3px;
  position: absolute;
  left: 400px;
  top: 0;
  cursor: pointer;
}

.progress {
  float:right;
  width:90px;
  margin-bottom: inherit !important;
  margin-bottom: initial !important;
}

.comment .author {
  float:left;
  width: 100px;
  max-width: 20%;
  text-overflow:ellipsis;
  overflow:hidden;
  color:#9d9d9d;
}

.comment .content{
  float:left;
  max-width: 80%;
  word-wrap:break-word;
}

.sortable {
  cursor:pointer;
}

.sortable.ascending:after{
  display: inline-block;
  content:" ";
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 6px solid #54b931;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.sortable.descending:after{
  display: inline-block;
  content:" ";
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px solid #54b931;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.messageable {
  cursor:pointer;
}

.anchored {
  color:#009aff;
  cursor:pointer;
}

.session {
  margin-top:10px;
  margin-bottom:10px;
  padding-top:10px;
  padding-bottom:10px;
  border-bottom:1px solid #e2e2e2;
}
.session .time {
  float:left;
  width: 30%;
  color:#9d9d9d;
}

.session .author {
  float:left;
  width: 70%;
  text-overflow:ellipsis;
  overflow:hidden;
  color:#9d9d9d;
}

.session .content{
  float:left;
  width: 100%;
  word-wrap:break-word;
}

.webmessages {
  overflow-y: auto;
  min-height: 100px;
  max-height: 300px;
  border: 1px solid #e2e2e2;
  margin-bottom:10px;
}

.message {
  margin-top:10px;
  margin-bottom:10px;
}

.message .time {
  float:left;
  width: 140px;
  color:#9d9d9d;
}

.message .author {
  float:left;
  width: 200px;
  text-overflow:ellipsis;
  overflow:hidden;
  color:#9d9d9d;
}

.message .content{
  float:left;
  width: 100%;
  word-wrap:break-word;
}

.spin-bar {
  text-align:center;
  position:absolute;
  left:50%;
}

.spin {
  display:none;
  width:16px;
  height:16px;
  background-image: url(/images/spin.gif);
}

.countdown-container {
  font-size:28px;
  text-align:center;
}

.countdown-title {
  font-size:16px;
}

.entry:not(:last-child){
  margin-bottom:10px;
}

.form-control.addon {
  display: inline-block;
  width: initial;
}
select.form-control.addon {
  width:20%;
  border-right:0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -2px;
}
input.form-control.addon {
  width:80%;
  border-left:0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left:-2px;
}

.program-apply .btn {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #ed9c28;
}
.program-applied{
  color:#ed9c28;
}
.program-enroll .btn{
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #39b3d7;
}
.program-verifying{
  color:#3276b1;
}
.program-enrolled{
  color:#54b931;
}
.program-full{
  color:#9d9d9d;
}


