/*
    DEMO STYLE
*/
body {
	background: #fafafa;
/* 14px正文 */
font-family: PingFang SC;
}
p {
	font-family: PingFang SC;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.7em;
	color: #999;
}
a, a:hover, a:focus {
	text-decoration: none;
	transition: all 0.3s;
}
.navbar {
	padding: 10px 10px;
	background: #fff;
	border: none;
	border-radius: 0;
	margin-bottom: 20px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-btn {
	box-shadow: none;
	outline: none !important;
	border: none;
}
.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0;
}
i, span {
	display: inline-block;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
	display: flex;
	align-items: stretch;
}
#sidebar {
	min-width: 250px;
	max-width: 250px;
	background-color: #fff !important;
	color: #BBBDBF;
	transition: all 0.3s;
	box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.1);
  position: relative;
display: block;
height: 100vh;
box-shadow: 10.915982246398926px 0px 60.03790283203125px -48.21225357055664px #7C7C7C40;

}
#sidebar.active {
	min-width: 250px;
	max-width: 250px;
	text-align: center;
}
#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
	display: none;
}
#sidebar.active .sidebar-header strong {
	display: block;
}
#sidebar ul li a {
	text-align: left;
}
#sidebar.active ul li a {
  padding: 15px 0px 15px 40px;
text-align: left;
font-family: PingFang SC;
font-size: 16px;
font-weight: 600;
line-height: 22px;
letter-spacing: 0em;
text-align: left;
color: #BBBDBF;
display: block;


}
#sidebar.active  ul li > a >svg {
  fill: #BBBDBF;
}
#sidebar.active  ul li.active > a {
  color: #3CB689!important;
  background: none;
  border-left: 5px solid #3CB689;
}

#sidebar.active  ul li.active > a >svg, #sidebar.active  ul li.active > a >svg path {
  fill: #3CB689;
}

#sidebar.active ul li.active{
  background: linear-gradient(90deg, #EAF3FF 0%, rgba(255, 255, 255, 0) 78.6%);
}

#sidebar.active ul li a i {
	margin-right: 0;
	display: block;
	font-size: 1.8em;
	margin-bottom: 5px;
}
#sidebar.active ul ul a {
	padding: 10px !important;
}
#sidebar .sidebar-header {
  padding: 50px 0;

}
#sidebar .sidebar-header strong {
	display: none;
	font-size: 1.8em;
}
#sidebar ul.components {
	/* padding: 20px 0; */
}

#sidebar ul li a:hover {
	color: #3CB689;
	background: #fff;
}
#sidebar ul li a:hover {
	color: #3CB689;
	background: #fff;
}
#sidebar ul li a i {
	margin-right: 10px;
}
#sidebar ul li.active>a{
	color: #ccc;
	background: #1A8CD8;
}
a[data-toggle="collapse"] {
	position: relative;
}
a{
	cursor:pointer;
}
ul ul a {
	font-size: 0.9em !important;
	padding: 10px 10px 10px 30px 
}
ul.CTAs {
	padding: 20px;
}
ul.CTAs a {
	text-align: center;
	font-size: 0.9em !important;
	display: block;
	border-radius: 5px;
	margin-bottom: 5px;
}
a.download {
	background: #fff;
	color: #7386D5;
}
a.article, a.article:hover {
	background: #6d7fcc !important;
	color: #fff !important;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
	width: 100%;
	padding: 0px 0px;
	min-height: 100vh;
	transition: all 0.3s;
background: #F8F9FF;
  /* margin-left: 250px; */
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
#sidebar {
	min-width: 80px;
	max-width: 80px;
	text-align: center;
	margin-left: -80px !important;
  
}
#sidebar.active {
	margin-left: 0 !important;
  
}
#sidebar .sidebar-header h3,  #sidebar .CTAs {
	display: none;
}
#sidebar .sidebar-header strong {
	display: block;
}
#sidebar ul li a {
	padding: 20px 10px;
}
#sidebar ul li a span {
	font-size: 0.85em;
}
#sidebar ul li a i {
	margin-right: 0;
	display: block;
}
#sidebar ul ul a {
	padding: 10px !important;
}
#sidebar ul li a i {
	font-size: 1.3em;
}
#sidebar {
	margin-left: 0;
}
#sidebarCollapse span {
	display: none;
}
}

#drag_drop{
    padding : 100px;
    font-size : 24px;
    text-align : center;
    border-radius: 17.028px;
  border: 2.128px dashed #3CB689;
  background: rgba(60, 182, 137, 0.06); 
}
.bg-light {
    background-color: #fff !important;
    padding: 15px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.comments { 
    margin-top: 20px; 
}
.comments h3 {
    margin-bottom: 25px; 
}
.comments p { 
    text-align: justify; 
}

.comments-comments blockquote {
  margin: 0 0 15px !important;
  border-bottom: 1px solid #F0F5F9;
  padding-bottom: 20px;
}

.leave-comment {
    margin-top: 20px;
}

.leave-comment textarea { 
    width: 100%; 
    height: 100px; 
    border-radius: 8px;
  border: 1px solid rgba(60, 182, 137, 0.50);
  background: rgba(60, 182, 137, 0.06);
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
code, pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
pre {
    white-space: pre-wrap;
}
.blockquote-footer {
    font-size: 60%;
}
body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #0F0920;
    text-align: left;
}
.el-tag--small {
    height: 24px;
    padding: 0 8px;
    line-height: 22px;
}

.el-tag {

  border-radius: 8px;
  border: 1px solid #3CB689;
  background: #fff;
padding: 6px 8px;
align-items: center; 
color: #3CB689;
/* 12px辅助文字 */
font-family: PingFang SC;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 12px; /* 100% */ 
}
.el-tag-lt {
  border-radius: 8px;
  border: 1px solid #3CB689;
  background: rgba(60, 182, 137, 0.10); 
padding: 6px 8px;
align-items: center; 
color: #3CB689;
/* 12px辅助文字 */
font-family: PingFang SC;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 12px; /* 100% */ 
}
.el-tag-primary {
  background-color: #0069D9;
  border-color: #0069D9;
  color: #fff;
}

.el-tag-info {
  background-color: #5CBA62;
border-color: #84DF84;
color: #fff;
}





.cd-horizontal-timeline ol, .cd-horizontal-timeline ul {
  list-style: none;
}
.cd-timeline-navigation a:hover, .cd-timeline-navigation a:focus {
   border-color:#313740;
  
}
.cd-horizontal-timeline a, .cd-horizontal-timeline a:hover, .cd-horizontal-timeline a:focus{ color:#313740;}
.cd-horizontal-timeline blockquote, .cd-horizontal-timeline q {
  quotes: none;
}
.cd-horizontal-timeline blockquote:before, .cd-horizontal-timeline blockquote:after,
.cd-horizontal-timeline q:before, .cd-horizontal-timeline q:after {
  content: '';
  content: none;
}
.cd-horizontal-timeline table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 50px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #313740;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 10px;
  padding-bottom: 15px;
 
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #313740;
  border-color: #313740;
}
.cd-horizontal-timeline .events a.selected {
  /* pointer-events: none; */
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #313740;
  border-color: #313740;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #313740;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

@media only screen and (min-width: 768px) {
  
  .cd-horizontal-timeline .events-content em {
    font-size: 1rem;
  }  
}

@media only screen and (max-width: 767px) {

  .cd-horizontal-timeline.loaded{ margin: 0;}  
  .cd-horizontal-timeline .timeline{ width: 100%;}
  .cd-horizontal-timeline ol, .cd-horizontal-timeline ul{padding: 0;margin: 0;}
  .cd-horizontal-timeline .events-content h4{ font-size: 16px;}
  .cd-horizontal-timeline .events-content{ margin: 0;}
  
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.timeline:before{
  content: " ";
    display:none;
    bottom: 0;
    left: 0%;
    width: 0px;
    margin-left: -1.5px;
    background-color: #eeeeee;
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: block;
  animation: spin 2s linear infinite;
  margin-bottom: 20px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.no-padding{
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.no-margin{
  margin-left: 0px!important;
  margin-right: 0px!important;
}

.pull-right{
  float: right!important;
}
.choices__list--dropdown .choices__item--selectable {
  padding-right: 0px!important;
}
.bg-light-comment{
  background: transparent;
border: 0px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
    border-bottom-left-radius: 8px!important;
  border: 1px solid #D4D6D9!important;
  background-color: #fff !important!important;
}