body {
	font-family: 'Montserrat', sans-serif;
	color: #222;
	font-size: 1em;
	line-height: 1.6em;
	letter-spacing: 0.02em;
}

a{
	color:#04756f;
}

.centered {
	text-align:center;
}

#list-search .search-box {
	  border: 1px solid #eaeaea;
	  border-radius: 10px;
	  padding: 5px;
	  position: relative;
	  overflow: hidden;
	  margin-bottom:10px;
}

#list-search .search-box .fa {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 50px;
	  height: 100%;
	  background: #eaeaea;
	  padding: 12px 12px 12px 16px;
	  font-size: 20px;
}

#list-search .search-box input[type="text"] {
  border: none;
  display: block;
  padding-left: 50px;
  width: 100%;
  line-height: 2rem;
}

.postdate{
	float:right;
	font-size:12px;
}

.right{
	float:right;
}
.left{
	float:left;
}
.clear{
	clear:both;
}

.btn {
	text-transform: uppercase;
	border-radius: 4px;
	padding: 10px 20px;
	font-weight:bold;
}

.btn-big {
	width: 100%;
	display: block;
	text-align: center;
	padding: 14px;
	font-size: 18px;
	border-radius:10px;
	font-weight:bold;
}

.btn-small {
	padding: 4px 8px;
	font-size: 12px;
}

.btn-primary{
	border-color:#04756f;
	background-color:#04756f;
	color:#fff;
}
.btn-secondary{
	border-color:#e7790e;
	background-color:#e7790e;
	color:#fff;
}
.btn-tertiary{
	border-color:#04756f;
	background-color:#fff;
	color:#04756f;
}

.btn-tertiary:hover{
	border-color:#04756f;
	background-color:#04756f;
	color:#fff;
}

.h6, h6 {
	font-size: 1.2rem;
}

#wrapper #content-wrapper {
	background-color: #f5f5f5;
}
.topbar {
	height: auto;
	margin-bottom: 0 !important;
	padding: 10px 25px;
	min-height: 90px;
}
.topBar{
	border-bottom:1px solid #c6bab5;
	margin-bottom:0 !important;
}

.logo{
	width:210px;
}

#wrapper {
	background: #eaeaea;
}

.sidebar {
	border-top:1px solid #dddcdc;
	background-color: #eaeaea;
	background-image: none;
}

.sidebar-dark .nav-item.active .nav-link {
	
}

 .nav-item.title{
	 margin-top:30px;
	 font-weight:bold;
 }
 
 .nav-link span{
	 
 }
 
 .nav-link .date{
	 margin-top:-5px;
	 display:block !important;
	 font-size:11px !important;
	 font-weight:bold;
	 color:#222;
 }

.text-primary{
	color: #71655F !important;
}

.login-page #content,
.register-page #content{
	background: url(/images/city.jpg) no-repeat center center;
	background-size:cover;
	min-height:calc(100vh - 90px);
}
.register-page #content{
	background-image:none;
}

.login-box {
  background: #fff;
  margin: 140px 0;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
}

.login-box label{
	font-weight:bold;
	margin-bottom:2px;
}
.login-box .form-control{
	margin-bottom:10px;
	background-color:#fff !important;
	border-color:#e0d7d5;
	padding: 10px 15px;
	height: auto;
}

.login-slogan {
	position: absolute;
	right: 0;
	top: 650px;
	background: #71655F;
	width: 675px;
	color: #fff;
	font-size: 28px;
	padding: 30px;
	line-height: 1.6em;
}

.top-info span:not(.fa){margin-right:20px;}
.top-info span.fa{margin-right:3px;margin-left:15px;}

.sidebar-dark .nav-item.active .nav-link i,
.sidebar-dark .nav-item.active .nav-link,
.sidebar-dark .sidebar-heading,
.sidebar-dark .nav-item .nav-link,
.sidebar-dark .nav-item .nav-link:active, 
.sidebar-dark .nav-item .nav-link:focus, 
.sidebar-dark .nav-item .nav-link:hover,
.sidebar-dark .nav-item .nav-link:active i, 
.sidebar-dark .nav-item .nav-link:focus i, 
.sidebar-dark .nav-item .nav-link:hover i,
.sidebar-dark .nav-item .nav-link i,
.sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
	color: #71655F !important;
}

.sidebar .nav-item .nav-link span{
	font-size:13px;
	text-transform: uppercase;
}

.sidebar .nav-item .nav-link{
	border-bottom:1px solid #dddcdc;
	transition:all linear 0.2s;
}

.sidebar .nav-item .nav-link.active,
.sidebar .nav-item .nav-link:hover{
	background-color:#71655F;
}
.sidebar .nav-item .nav-link.active span,
.sidebar .nav-item .nav-link:active i,
.sidebar .nav-item .nav-link:hover i,
.sidebar .nav-item .nav-link:hover span{
	color:#fff !important;
}

#content {
	padding-top: 1.5rem;
}

.card{
	border-radius: 0;
}

.card-header{
	background-color: #f7f7f7;
}

.list-group-flush {
	border-radius: 0;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.list-group li span{
	margin:0 10px;
	display:inline-block;
}
.list-group li span:first-child{
	width:230px;
}
.list-group li span.text-right{
	float:right;
}

.table .thead-dark th {
	  color: #fff;
	  background-color: #71655F;
	  border-color: #6c6e7e;
}


.steps{
	list-style:none;
	padding:0;
	margin-top:40px;
	margin-bottom:60px;
}

.steps li{
	display:inline-block;
	width:20%;
	text-align:center;
}
.steps li .step-num{
	width:80px;
	height:80px;
	line-height:80px;
	font-size:32px;
	background-color:#fff;
	display:block;
	color:#71655F;
	border-radius:50%;
	margin:0 auto 10px;
	font-weight:bold;
}

.steps li .step-title{
	margin-top:5px;
	font-size:14px;
}

.steps li.active .step-num{
	color:#fff;
	background-color:#71655F;
}

footer.sticky-footer .copyright {
	position: relative;
	margin: 0 45px;
}

.register-page .imglink{
	height:180px;
	background:no-repeat center center;
	background-size:cover;
}

.admin-packages .imglink{
	display:none;
}

.register-form .btn-row{
	margin-top:30px;
}
.register-form .btn-row p{
	margin:15px;
}
.register-form label{
	margin-bottom:3px;
	font-weight:bold;
}

.register-form input{
	margin-bottom:15px;
}

.small-package .h6{
	font-size:14px;
	font-weight:bold;
}
.small-package td{
	font-size:12px;
	padding:5px;
}
.small-package table{
	margin-bottom:0;
	border-bottom: 1px solid #e3e6f0;
}

.short-package .imglink{
	display:none;
}
.short-package .card{
	box-shadow:none;
	border:none;
}

.register-page #content{
	padding-bottom:120px;
}

.form-card{
	background:#f7f7f7;
	border-radius:15px;
	margin-bottom:20px;
}

.form-card input[type=submit].btn{
	margin-bottom:0;
}

.form-card input[type="file"] {
  padding-top: 130px;
  padding-bottom: 0px;
  background-color:#fff;
  border-style: dashed;
}

.form-card .file-input{
	position:relative;
}

.form-card .file-input .bg-placeholder span.fa{
	display:block;
	margin-bottom:10px;
}

.form-card .file-input .bg-placeholder{
	position:absolute;
	top:60px;
	text-align: center;
	color:#ccc;
	width:100%;
}

.check-info{
	text-align:center;
	position: relative;
	margin-bottom:20px;
}

.check-info .card{
	border-radius:10px;
}

.check-info h6{
	font-weight:bold;
	font-size:14px;
}
.check-info .fa{
	font-size:32px;
	color:#fff;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius: 50%;
	background:#ddd;
	display: block;
	margin:20px auto;
}

.check-info .fa.fa-check,
.alert-success,
tr.order.success td,
.alert.success{
	background-color:#74d195;
	color:#fff;
	font-weight:bold;
}
.fa-check-circle{
	color:#74d195;
}
.fa-check-circle.white{
	color:#fff;
}

.alert-success,
tr.order.success td,
.alert.success{
	border-color:#509368;
}
tr.order.success td a{
	color:#fff;
}

.alert p{
	margin:0;
}

.alert-danger,
tr.order.rejected td {
  color: #78261f;
  background-color: #fadbd8;
  border-color: #f8ccc8;
}

tr.order.research td,
.alert.research,
tr.order.approved td,
.alert.approved {
  color: #e8a847;
  background-color: #ffe5ba;
  border-color: #f7d9aa;
}

.map iframe{
	width:100%;
	border:1px solid #eaeaea;
	height:500px;
}

.form-label{
	font-weight:bold;
	margin-bottom:3px;
}
.form-control{
	margin-bottom:10px;
}

.order-table h4{
	font-size: 16px;
	font-weight: bold;
	margin:0;
}
.order-table p{
	font-size:14px;
}

.order-table .small{
	font-size:11px;
}

.title-small{
	font-size: 14px;
}

.paginate {
	padding:1em 0;
	margin:0;
	clear:both;
	width:100%;
}

.paginate li {
	display:inline-block;
}

.paginate li a {
	background:#fff none repeat scroll 0 0;
	border-radius:5px;
	border:1px solid #ddd;
	color:#ddd;
	display:block;
	float:left;
	font-size:13pt;
	font-weight:400;
	height:40px;
	line-height:40px;
	margin:0 .5em .5em 0;
	text-align:center;
	transition:background-color .2s linear 0;
	width:40px;
}

.paginate li a.active,
.paginate li a:hover{
	color:#5a5c69;
	background:#b9bccc;
	border-color:#5a5c69;
}

.paginate li a:hover{
	text-decoration:none;
}

.paginate li.totalCounter {
	float:right;
}

#status-form select.form-control {
  margin-bottom: 0;
  font-size: 12px;
  padding: 4px 10px;
  height: auto;
}


#share-window{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(255,255,255,0.95);
  z-index:1001;
}
#share-window .msg{
  margin: 0;
  font-size: 18px;
  text-align: center;
}
#share-window .box {
  width: 1200px;
  position: absolute;
  top: 25%;
  left: 50%;
  margin: -100px 0 0 -600px;
  border: 1px solid #eaeaea;
  padding: 15px;
  background: #fff;
  box-shadow: 0 1px 20px rgba(0,0,0,0.5);
}
#share-window .box label{
  font-weight:bold;
  font-size:13px;
  font-family: "GT Walsheim Bold";
}
#share-window input[type=text]{
  padding:15px;
  width:100%;
  border:1px solid #eaeaea;
}
#share-window .search-box{
  position:relative;
  margin-bottom:5px;
}
#share-window .search-box span.fa {
  position: absolute;
  right: 20px;
  top: 20px;
}

#share-window .scroll-box{
  height:400px;
  border:1px solid #eaeaea;
  overflow-y:scroll;
}

#share-window .scroll-box .invite-table{
  width:100%;
  padding:10px;
  border-bottom: 1px solid #eaeaea;
}

#share-window .scroll-box .invite-table .btn{
  margin-top:0;
}

#share-window .scroll-box .invite-table td {
  border-top: 1px solid #eaeaea;
  padding: 5px;
}

#share-window .scroll-box .invite-table tr:first-child td{
  border:none;
}

#share-window .scroll-box .invite-table td:last-child{
  text-align:right;
}

#share-window .scroll-box .invite-table td:first-child{
  width:30px;
  text-align:center;
}
#share-window .scroll-box .invite-table .profile-image{
  margin-top:5px;
  margin-bottom:-5px;
}

#share-window #enterprise-form input[type=text],
#share-window #enterprise-form textarea{
  padding:10px;
  font-size:14px;
}

#share-window #enterprise-form label{
  margin-bottom:2px;
}

#share-window #copyLink{
  display:inline-block;
  margin-top:5px;
}
#share-window .timeline-form .card{
  padding:0;
  margin-bottom:0;
}
#share-window .timeline-form .user_name {
  margin-left: 20px;
}
#share-window #add-form textarea{
  height:90px;
  font-size:13px;
}
#close-share-window {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  margin: -15px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

#share-window .popup-steps{
	display:block;
	list-style:none;
	margin:-15px -15px 30px -15px;
	padding:0;
	border-bottom: 1px solid #e0e0e0;
}
#share-window .popup-steps li {
  display: inline-block;
  padding: 20px 29px;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #e0e0e0;
  font-weight: bold;
  font-size: 14px;
}
#share-window .popup-steps li:last-child{
	border:none;
}

#share-window .popup-steps li.active{
	background:#04756f;
	color:#fff;
}

#share-window .popup-steps li.active a{
	color:#fff;
}

.popup-content {
  text-align: center;
  padding: 45px;
}

.popup-content h2{
	font-weight:bold;
	text-transform: uppercase;
	font-size:22px;
}

.popup-content select{
	font-size:18px;
	border:1px solid #ddd;
	padding:15px;
	height:auto;
}

.prompt-preview{
	font-size: 12px;
	height:150px;
	background:#ededed;
	color:b2b2b2;
	padding:10px;
	border:1px solid #eaeaea;
	border-radius:4px;
}

#chat-messages {
  position: absolute;
  height: 88%;
  width: 100%;
  overflow: scroll;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px 250px;
  left: 0;
}

#chat-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
  left:0;
}

.scroll-container{
  height: 75vh;
  overflow-y:scroll;
  overflow-x:hidden;
}
.scroll-container-lower{
	height: 35.5vh;
}

#chat-container .loader{
	position:absolute;
	top:0;
	left:0;
	background:rgba(255,255,255,0.8);
	width:100%;
	height:100%;
	z-index:100;
}

#chat-container .loader > i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  font-size: 50px;
}

#chat-messages .message {
  background: #f5f5f5;
  padding: 20px;
  margin: 0 0 20px;
  border-radius: 5px;
}

#result-container h1,
#result-container h2,
#result-container h3{
	font-weight:bold;
}
#result-container h1{
	font-size:22px;
}
#result-container h2{
	font-size:16px;
}
#result-container h2{
	font-size:14px;
}

#suggestion-response h4{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

#suggestion-response ul{
	padding:0;
	border-top: 1px solid #aaa;
}

#suggestion-response li {
  list-style: none;
  font-size: 13px;
  border-bottom: 1px solid #aaa;
  margin: 0 -20px;
  padding: 10px 20px;
}

.column {
	height: 100%;
	overflow-y: hidden;
}
#pager {
	text-align:center;
	margin-bottom:10px;
}
#pager span{
	font-size: 60px;
	margin:0 5px;
	cursor:pointer;
	color:#03756D;
}

#pager span.cycle-pager-active{
	color:#FC9001;
}

.result-item{
	width:100%;
}

.galNext,.galPrev{
	margin-top:-50px;
	border:1px solid #03756D;
	border-radius:3px;
	display:inline-block;
	width:30px;
	height:30px;
	line-height: 30px;
	text-align: center;
	float:left;
}
.galNext{
	float:right;
}

.no-fantasy,.fantasy,.semi-fantasy {
  display: block;
  padding: 10px;
  position:relative;
}

.no-fantasy:hover,.fantasy:hover,.semi-fantasy:hover {
	background:#f9f9f9;
}
.no-fantasy{
	border-left: 7px solid #c3f7cc;
}
.semi-fantasy{
	border-left: 7px solid #f4e4c1;
}
.fantasy{
	border-left: 7px solid #f2baba;
}
.item-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  z-index: 1000;
  padding: 0 5px;
}

#result-container .item-buttons a{
	color:#acacac;
	font-size:11px;
	border:1px solid;
	border-radius:3px;
	margin-left:5px;
	height:20px;
	line-height:20px;
	padding:0 5px;
	text-align:center;
	display:inline-block;
	text-decoration:none;
	margin-top:5px;
}

.no-fantasy:hover .item-buttons,.fantasy:hover .item-buttons,.semi-fantasy:hover .item-buttons{
	display:block;
}

.reflection-box{
	height: 30vh;
	overflow-y: scroll;
}

.assignment, .reflection, .suggestions {
	text-align: left;
	padding: 10px 0;
	margin-bottom: 0;
}

#wizard-response textarea{
	height:80px;
}
#wizard-response label{
	font-weight:bold;
	margin-bottom:0;
}

.popup-content .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255,255,255,0.8);
  padding-top: 18%;
}

.popup-content .loader .fa-spinner {
  display: block;
  font-size: 36px;
  margin-bottom: 30px;
}

.popup-content .loader-text{
	text-align:center;
	display:block;
}

@media (min-width: 768px) {
	.sidebar {
		width: 15rem !important;
		margin-top:25px;
		overflow:hidden;
	}
	.sidebar .nav-item .nav-link {
		width: 100%;
		padding: 1rem 1rem 1rem 3rem;
	}
}