/* LAYOUT */
.logo-naturbike {
	margin: 17px 0 0 0;
}

/* LINKS CUSTOM COLOR */
.breadcrumb a, .grid-view td a, .profile-info a, .profile p a {
	color: #8abe26 ;
}

.grid-view td a {color: #000000 !important;}

/* FORMS */
.form-horizontal .radio {
	padding-top: 2px;
}
.form-horizontal .checkbox {
	padding-top: 7px;
}
.radio-inline, .checkbox-inline {
	padding-left: 0;
}
#Guide_Languages .checkbox, #Guide_Agencies .checkbox {
	float:left; width: 50%;
}
	
form#guide-form .form-group i.fa.remove-location{
	float: right;
}

@media (min-width: 1200px) {
	#Guide_Languages .checkbox, #Guide_Agencies .checkbox {
		float:left; width: 25%;
	}
	
	form#guide-form .form-group i.fa.remove-location{
		float: unset;
	}
	
}

/* PROFILE PAGE */
.profile .table thead tr th {
	background-color: #f0f6fa !important;
}

/* LOADING CONTENT */
.dataTables_processing{
	z-index: 99;
}
@keyframes spin {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  
button i.loading{
	animation: spin 1s linear infinite;
}
/* CONTRACT CUSTOM LIST */
ul.month-list li{
	font-size: 0.9em;
}

ul.month-list li.export{
	float: right;
}

/* TABBABLE CUSTOM */
.tabbable-custom.tabbable-full-width > .nav-tabs > li > a{
	font-size: 1em;
}

/* LIST TAB MENU CUSTOM */
ul.ver-inline-menu li.disabled a{
	cursor: no-drop;
	color: #B2B3B3;
	background: #F5F5F5;
	border-left: solid 2px #DFDFDF;
}
ul.ver-inline-menu li.disabled a i{
	color: #D5D5D5;
	background: #F0F0F0 !important;
}
ul.nav-tabs li.disabled a{
	color: #CACACA !important;
}
/* TOP BADGE ELEMENTS */
.nav>li>span.notification-icon{
	position: relative;
	display: block;
	padding-right: 10px !important;
}
.tooltip-inner{
	min-width:100px !important;
}
/* SELECT2 MIN WIDTH */
.select2input{
	min-width:170px;
}
/* PAGE-CONTENT */
.page-content{
	max-width: 97%;
}

.before-days {text-align:left !important;padding-left:2px !important;}
.fc-content .fc-time {display:none;}
div .fc-content {white-space: initial !important;}
.gray {color:#dddddd;}


/* FORUM */
.mt-timeline-horizontal .events-content ol li .mt-author {
    float: left;
    position: relative;
    text-align: left;
    /*width: 40%;	*/
}
.mt-timeline-horizontal .events-content ol li .mt-author>.mt-author-name span {
    opacity: .9;
    filter: alpha(opacity=90);
    font-size: 15px;
    font-weight: 600;
}
.mt-timeline-horizontal .events-content ol li .mt-author>.mt-avatar {
    float: left;
    width: 75px;
    height: 75px;
    border-radius: 50%!important;
    overflow: hidden;
}
.mt-timeline-horizontal .events-content ol li .mt-title {
    margin-top: 15px;
    float: right;
    width: 60%;
	text-align:right;
}
.mt-timeline-horizontal .events-content ol {
    padding: 0;
	margin-top:30px;
	list-style:none;
}
.mt-timeline-horizontal ol{
    list-style: none;
}

.mt-timeline-horizontal .events-content ol li .mt-content {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid;
    clear: both;
    line-height: 1.7em;
}
.border-grey-steel {
    border-color: #e9edef!important;
}
.mt-timeline-horizontal .events-content ol li .mt-content {
    opacity: .7;
    filter: alpha(opacity=70);
	overflow-wrap: break-word;
	word-break: break-all;
}
.mt-timeline-horizontal .events-content ol li .mt-content ol {
    list-style-type:decimal;
	margin-left:30px;
}
.mt-timeline-horizontal .events-content ol li .mt-title h2 {
    margin: 0;
    opacity: .8;
    filter: alpha(opacity=80);
    font-size: 18px;
    font-weight: 600;
}
.font-grey-mint {
    color: #525e64!important;
}
.mt-timeline-horizontal {
    font-size: 14px;
}
.mt-timeline-horizontal .events-content ol li .mt-author>.mt-author-name {
    margin-left: 90px;
}
.mt-timeline-horizontal .events-content ol li .mt-author>.mt-author-datetime {
    margin-left: 90px;
}
.btn-forum {color:white !important;}


@media (max-width: 768px) {

	.mt-timeline-horizontal .events-content ol li .mt-author>.mt-avatar {
		float: left;
		width: 50px;
		height: 50px;
		border-radius: 50%!important;
		overflow: hidden;
	}
	.mt-timeline-horizontal .events-content ol li .mt-author>.mt-author-name { margin-left: 60px; }
	.mt-timeline-horizontal .events-content ol li .mt-author>.mt-author-datetime { margin-left: 60px; }
	.mt-timeline-horizontal .events-content ol li .mt-author>.mt-author-name span  {font-size:17px;}
	.mt-timeline-horizontal .events-content ol li .mt-author {width:75%;}
}

.profile p {color:#000000 !important;}

.uneditable-input {display:block;}
#tour-grid{min-width: 100%; overflow-x: scroll;}

.btn {
	border-radius: 4px !important;
}

.guide-list .swiper-slide{
	border:1px solid #eee;width:80%;height:150px;border-radius:10px !important;padding:10px;box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

#guide-list.list-view .container-option-guide-type {
	display: flex;
}
#guide-list.list-view .container-option-guide-type .form-option-guide-type {
	height: 30px;
	margin-left: auto;
}
#guide-list.list-view .container-option-guide-type .form-option-guide-type .status-content {
	position: relative !important;
}
#guide-list.list-view .container-option-guide-type .form-option-guide-type ul li a{
	color: #ffffff !important; 	
}
.alert-warning-light {
	background-color: #fcffca;
	border-color: #f1ddbc;
	color: #5e4c15;
  }
  .alert-info-purple {
	background-color: #e6e3fc;
	border-color: #d6ccfa;
	color: #653b8a;
  }
  .alert-info-pink {
	background-color: #d5a6bd;
	border-color: #d5a6bd;
	color: #48132d;
  }
  .btn-warning-light {
	color: white;
	background-color: #cba83b;
	border-color: #e7b315;
  }
  .btn-info-purple {
	  color: white;
	  background-color: #6b45b6;
	  border-color: #553ea4f5;
  }
  .btn-info-pink {
	  color: white;
	  background-color: #48132d;
	  border-color: #d5a6bd;
  }
  .btn-info-pink:hover,
  .btn-info-pink:focus {
	color: white;
	background-color: #330019;
  }