/*
 * portal level css  
 * custom for portal use
 */

/*form */
label span.required{
	color: #b82e5d;
}

/* access modal */
.modal_access .modal-lg{
	max-width: 80%;
}
.modal_access .page-heading{
	padding: 0 20px;
}
.modal_access .ibox{
	margin-bottom: 0;
}

/* Dashboard tabs */
#dashTab {
	border: none;
}
.sortable-ghost-collapseTabs {
	color: rgba(0, 0, 0, 1);
	border: 1px solid blue;
	width: 1px;
}
#dashTab .nav-item {
	font-size: 13px;
}
#dashTab .nav-item .project-tab {
	padding: 33px 15px 13px 12px;
}
#dashTab .nav-item .module-tab {
	padding: 40px 10px 25px 18px;
}
#dashTabcollapseTabs .nav-item .nav-link{
	margin-right: 25px;
}
#dashTab .nav-item a { border-right: 1px solid #eee;}
#dashTab .nav-link.active { 
    background-color: #f2f3fa; 
    border-bottom-color: #f2f3fa;
	webkit-box-shadow: 0 4px 0px rgba(242,243,250);
    box-shadow: 0 4px 0px rgba(242,243,250)
}

/* Guide line */
a.guide-dot, i.guide-dot, .guide-dot {
	color: #f75a5f;
	font-size: 1.2em;
	position: absolute;
	display: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 5px solid white;
	z-index: 1005 !important;
	cursor: pointer;
}
/* Guide line backdrop */


.guide-shined {
  z-index: 1005 !important;
}

.guide-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5) !important;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1004;
  pointer-events: none;
}


.popover{
    max-width: 80%; !important /* Max Width of the popover (depending on the container!) */
}

body.has-guide-backdrop .guide-backdrop {
  pointer-events: auto;
  opacity: 1;
}