.gb_section-header {
	margin-top: 20px;
    margin-bottom: 10px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	position: relative;
}
.gb_section-header .dropdown-menu {
	right: 0;
	left: auto;
	float: left;
}
.gb_section-header .dropdown-menu > li > a {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-transition: color .1s;
	-o-transition: color .1s;
	transition: color .1s;
}
.gb_section-header .dropdown-menu > li > a:hover {
	background: transparent;
	color: #f86d07b3;
}
.gb_section-header .dropdown-menu > li > a .feather {
	width: 14px;
	height: auto;
	margin-right: 8px;
}
.gb_section-header svg.feather.feather-more-vertical {
    width: 18px;
	margin-left: auto;
	align-self: center;
	color: #757575;
	cursor: pointer;
}
.gb_section-title {
	font: 18px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 600;
	margin: 0;
    display: inline-block;
}

.calendar-widget .fc-event {
	width: 6px;
	height: 6px;
	min-height: 0px;
	padding: 0 !important;
	border: 0 !important;
	vertical-align: middle;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: none !important;
	background: red !important;
}

.calendar-widget .fc-day-top .fc-day-number {
	float: none !important;
	width: 29px;
    display: block;
	margin: 0 auto;
}
.calendar-widget .fc-day-top.fc-today .fc-day-number {
    background: #2084ec;
    color: white;
    border-radius: 100%;
}
.calendar-widget .fc-day-top.fc-active .fc-day-number {
    background: #77ccc0;
    color: white;
    border-radius: 100%;
}

.calendar-widget .fc-day-top {
	position: relative;
}

.calendar-widget .fc-event-dot {
	width: 4px;
    height: 4px;
    background: #6d6d6d;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 4px;
}

.calendar-widget .fc-day-top {
	padding-top: 5px;
	background: transparent !important;
	text-align: center;
}
.calendar-widget td.fc-today {
	background: transparent !important;
}

.calendar-widget th.fc-day-header.fc-widget-header {
	box-shadow: none;
	border: 0;
	background: transparent;
}

.calendar-widget .fc-widget-header {
	background: transparent;
}

.calendar-widget .fc-row table {
	border: 0;
}

.calendar-widget td.fc-day.fc-widget-content {
	border: none;
	background: transparent;
	box-shadow: none;
}

.calendar-widget .fc-other-month {
	visibility: hidden;
}

.calendar-widget td.fc-head-container.fc-widget-header {
	border: 0;
}

.calendar-widget td.fc-widget-content {
	border: 0;
}

.gb_taskList-header {
	font: 16px 'Exo 2';
	font-weight: 500;
	color: #898a9d;
	margin: 30px 0;
}
.gb_taskList-header:first-child {
	margin-top: 0;
}

.gb_taskList-row {
	display: flex !important;
	align-content: center;
	margin-top: 25px;
	height: 50px;
}
.gb_taskList-row:first-child {
	margin-top: 0px;
}

.gb_taskList-row.gb_taskCompleted {
	text-decoration: line-through;
	opacity: 0.5;
}

.gb_taskList-row-dates {
	margin-left: 0;
	font-family: 'Exo 2', sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 60px;
}
.gb_taskList-startDate {
	font-size: 20px;
	font-weight: bold;
	color: #2084ec;
}
.gb_taskList-endDate {
	font-weight: 500;
	color: #9696a8;
	font-size: 15px;
}
.gb_taskList-row-divider {
	margin: 0px 30px;
	width: 4px;
	background: blue;
	border-radius: 7px;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 255, .300);
}
.gb_taskList-row-title {
	font: 16px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 270px;
}
.gb_taskList-type {
	color: #9696a8;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gb_taskList-title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gb_taskList-row.gb_taskList-green .gb_taskList-row-divider {
	background: rgb(45, 199, 63);
	box-shadow: 0px 0px 5px 1px rgb(45, 199, 63, .300);
}
.gb_taskList-row.gb_taskList-blue .gb_taskList-row-divider {
	background: rgb(22, 82, 244);
	box-shadow: 0px 0px 5px 1px rgb(22, 82, 244, .300);
}
.gb_taskList-row.gb_taskList-red .gb_taskList-row-divider {
	background: rgb(250, 58, 75);
	box-shadow: 0px 0px 5px 1px rgb(250, 58, 75, .300);
}
.gb_taskList-row.gb_taskList-yellow .gb_taskList-row-divider {
	background: rgb(255, 191, 60);
	box-shadow: 0px 0px 5px 1px rgb(255, 191, 60, .300);
}
.gb_taskList-row.gb_taskList-purple .gb_taskList-row-divider {
	background: rgb(117, 64, 228);
	box-shadow: 0px 0px 5px 1px rgb(117, 64, 228, .300);
}
.gb_taskList-row.gb_taskList-orange .gb_taskList-row-divider {
	background: rgb(255, 143, 44);
	box-shadow: 0px 0px 5px 1px rgb(255, 143, 44, .300);
}

.easyPaginateNav {
	margin-top: 15px;
}
.easyPaginateNav a {
	padding: 5px 10px;
    background: white;
    border: 1px solid #eaeaea;
    margin: 0 2px;
    border-radius: 3px;
    color: #333;
}
.easyPaginateNav a:hover {
    background: #ffb672;
    color: white;
}
.easyPaginateNav a.prev {

}
.easyPaginateNav a.next {

}
.easyPaginateNav a.current {
	background: #ff9f43;
    color: white;
}

.gb_tagList {
	list-style: none;
	padding: 0;
}
.gb_tagList-row {
	font: 16px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
	opacity: .6;
	display: inline-block;
	margin: 5px 1px;
	cursor: pointer;

	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
.gb_tagList-row:first-child {
	margin-left: 0;
}
.gb_tagList-row.active {
	opacity: 1;
}

input.switch:checked {
    box-shadow: inset 20px 0px 0px 1px rgba(255, 159, 67, .5);
    border: 1px solid rgb(255, 159, 67);
}

.permission-list .permission-box {
	margin-top: 15px;
}

.permission-desc {
	width: 60.5%;
}
.permission-check {
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-left: 20px;
}
.permission-check .feather {
	margin-bottom: 5px;
}

#sidebarNav.is-affixed .inner-wrapper-sticky {
	padding-left: 15px;
}

.form-control:focus {
    box-shadow: 0px 1px 0px 0px #ffb56e;
    border-color: #ffb56e;
}

.roleTabs {
    list-style: none;
    padding-left: 0;
    font: 14px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.roleTabs a {
    display: block;
    padding: 10px 15px;
    margin: 10px 15px;
    color: #333;
	font-weight: bold;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.roleTabs a i[class^="fa"] {
    font-size: 16px;
    margin-right: 5px;
}

.roleTabs li.active a {
    background: #3b74fe;
    color: #ffffff;
}
.roleTabs li:not(.active) a {
    color: var(--color);
}
.roleTabs li.active a[data-color] {
    background: var(--color);
    color: #ffffff;
}

.colorSwatchPicker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: row;
}
.colorSwatchRows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.colorSwatchRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex: 1 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
}
.colorSwatchRow:first-child {
	margin-top: 0;
}

.colorSwatchPicker .default .colorSwatch {
	width: 100px;
	height: 64px;
	margin-right: 5px;
}
.colorSwatchPicker .default .colorSwatch > svg {
	width: 32px;
	height: 32px;
}
.colorSwatch {
	border: none;
	width: 30px;
	height: 30px;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .150);
	margin-left: 3px;
	border-radius: 3px;
	outline: none !important;
	text-align: center;
    line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.colorSwatchPicker[disabled] .colorSwatch {
	opacity: .7;
	cursor: default;
}

.noticeRegion {
	opacity: 0;
	transform: translateY(150%) translateX(-50%);
	position: fixed;
	bottom: 0;
	left: 50%;
	right: 0;
	padding: 0 20px 20px;
	z-index: 1100;
	max-width: 740px;
	transition: transform cubic-bezier(0.68, -0.55, 0.27, 1.55) .8s,
				opacity cubic-bezier(0.68, -0.55, 0.27, 1.55) .8s;
}
.noticeRegion.show {
	opacity: 1;
	transform: translateY(0%) translateX(-50%);
}
.noticeRegion .noticeContainer {
	background: rgba(32, 34, 37, 0.9);
	color: white;
	font: 15px 'Source Sans Pro', sans-serif;
	font-weight: bold;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
	border-radius: 4px;
	padding: 10px 10px 10px 16px;
	backdrop-filter: blur(3px);
}
.noticeRegion .noticeContainer .cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex: 1 1 auto;
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.noticeRegion .noticeContainer .message {
	font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	flex: 1 1 auto;
	color: rgb(255, 255, 255);
}
.noticeRegion .noticeContainer .buttons {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex: 0 1 auto;
}
.noticeRegion .noticeContainer .buttons .btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-md {
    padding: 7px 10px;
    font-size: 14px;
    line-height: 1.5;
}

@media print {
	.no-print {
		display: none !important;
	}
	.gb_taskList-title {
		font-family: 'Exo 2', sans-serif;
		font-weight: bold;
		max-width: none;
	}
}

.horizontal-scrollable {

}

.horizontal-scrollable > .row {
   overflow-x: auto; 
   /*white-space: nowrap; */
   flex-wrap: nowrap;
   display: flex;
}

.horizontal-scrollable > .row > .col-xs-3 {
	flex: 0 0 auto;
}

.horizontal-scrollable > .row > .col-xs-3 .box .box-title {
	color: #757575 !important;
}

.horizontal-scrollable > .row > .col-xs-3 .box {
	background: #f1f1f1 !important;
}

.horizontal-scrollable > .row > .col-xs-3 .card-text {
    background: white;
    border-radius: 5px;
    margin: 8px 0;
    box-shadow: 0px 2px 5px -4px #000;
    padding: 7px 5px;
    text-align: left;
}

.tagsWindow {
	display: none;
	width: 300px;
	height: auto;
	position: absolute;
	z-index: 1;
	top: 40px;
}

.tagsWindow [data-action='close'],
.tagsWindow_Left {
	font-weight: bold;
	cursor: pointer;
}

.tagsWindow .box-header {
	border-bottom: 1px solid #7b7b7b2e;
}

.card-label {
	background-color: #b3bac5;
    border-radius: 5px;
    width: 45px;
    height: 30px;
    margin: 5px;
    cursor: pointer;
    opacity: 0.7;
    text-align: center;
	line-height: 30px;
}

.card-label:hover,
.card-label.card-label-active {
	opacity: 1;
}

.card-label .card-label-pointer {
	display: none;
}

.card-label-green,
.btn-label-green,
.card-label-green:hover,
.btn-label-green:hover,
.card-label-green:focus,
.btn-label-green:focus,
.card-label-green:active,
.btn-label-green:active {
	background-color: #3eb53e;
}

.card-label-yellow,
.btn-label-yellow,
.card-label-yellow:hover,
.btn-label-yellow:hover,
.card-label-yellow:focus,
.btn-label-yellow:focus,
.card-label-yellow:active,
.btn-label-yellow:active {
	background-color: #f2d600;	
}

.card-label-orange,
.btn-label-orange,
.card-label-orange:hover,
.btn-label-orange:hover,
.card-label-orange:focus,
.btn-label-orange:focus,
.card-label-orange:active,
.btn-label-orange:active {
	background-color: #ff8f04;	
}

.card-label-red,
.btn-label-red,
.card-label-red:hover,
.btn-label-red:hover,
.card-label-red:focus,
.btn-label-red:focus,
.card-label-red:active,
.btn-label-red:active {
	background-color: #e47070;	
}

.card-label-purple,
.btn-label-purple,
.card-label-purple:hover,
.btn-label-purple:hover,
.card-label-purple:focus,
.btn-label-purple:focus,
.card-label-purple:active,
.btn-label-purple:active {
	background-color: #c770e4;	
}

.card-label-blue,
.btn-label-blue,
.card-label-blue:hover,
.btn-label-blue:hover,
.card-label-blue:focus,
.btn-label-blue:focus,
.card-label-blue:active,
.btn-label-blue:active {
	background-color: #7074e4;	
}

.card-label-sky,
.btn-label-sky,
.card-label-sky:hover,
.btn-label-sky:hover,
.card-label-sky:focus,
.btn-label-sky:focus,
.card-label-sky:active,
.btn-label-sky:active {
	background-color: #70c9e4;	
}

.card-label-lime,
.btn-label-lime,
.card-label-lime:hover,
.btn-label-lime:hover,
.card-label-lime:focus,
.btn-label-lime:focus,
.card-label-lime:active,
.btn-label-lime:active {
	background-color: #70e499;	
}

.card-label-pink,
.btn-label-pink,
.card-label-pink:hover,
.btn-label-pink:hover,
.card-label-pink:focus,
.btn-label-pink:focus,
.card-label-pink:active,
.btn-label-pink:active {
	background-color: #e270e4;	
}

.card-label-black,
.btn-label-black,
.card-label-black:hover,
.btn-label-black:hover,
.card-label-black:focus,
.btn-label-black:focus,
.card-label-black:active,
.btn-label-black:active {
	background-color: #585858;	
}

[data-field='projectTags'] > .row {
	margin: 5px -15px;
}

#cardRowView span[data-field='tags'] button.btn-label:nth-child(1n+1) {
	margin-left: 3px;
}

#cardList .cardRows .card-text [data-field='card-tags'] button.btn-label {
	margin: 0 3px;
	padding: 0px 15px;
	height: 12px;
}

#cardList .cardRows .card-text [data-field='card-tags'] button.btn-label.isShowed {
	/* padding: 2px 15px; */
}

#cardList .cardRows [data-field='card-tags'] {
	/* min-height: 25px;
	display: inline-block; */
}

#cardProjectEdit [data-field='project-img'] {
	display: none;
}

#cardList {
	padding: 15px 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#cardRowView *,
#cardProjectEdit * {
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#cardUpload, #cardUpload2 {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1051;
    height: 100%;
    display: none;
}

#cardUpload .entUpload,
#cardUpload2 .entUpload2 {
	height: 600px;
	border: 0;
}

#cardProjectEdit .entUpload-filelist {
	display: none;
}

.cproject-list .cproject-row .box.box-primary.box-project-img {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}

#cardProjectEdit .pbg-close {
    position: absolute;
    right: 5%;
    cursor: pointer;
    top: 3%;
}

.modal-body.isUploaded {
	opacity: 0.2;
}

#tagsEditor .btn .tag-checker {
	margin-left: -14px;
}

#cardRowView [data-field='activities'] {
	max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.cardProject-users {
	max-height: 290px;
	overflow: hidden;
	overflow-y: auto;
}

.cardProject-users > .list-group-item {
	cursor: pointer;
}

.cproject-row {
	cursor: pointer;
}

.cproject-row .box:hover {
	background-color: #f5f2f2 !important;
}

.cproject-row.cproject-row-active .box {
	background-color: #e4e4e4 !important;
}

.ps-card-title {
	color: black;
    font-weight: 900;
}

.card-tasks-progress {
	background: #337ab778;
	width: 100%;
	height: 20px
}

.card-tasks {
	box-shadow: 0px 0px 6px -3px #0000009e;
}

.form-group.cardTaskRow > .pull-right.col-sm-4 {
	line-height: 37px;
	display: none;
}

.form-group.cardTaskRow {
	padding: 0 15px;
    line-height: 36px;
    min-height: 41px;
    height: auto;
}

.form-group.cardTaskRow.opened {
	min-height: 79px;
}

.form-group.cardTaskRow:hover {
	box-shadow: 0px 0px 7px -3px #525252bd;
}

.form-group.cardTaskRow:hover > .pull-right.col-sm-4 {
	display: block;
}

.form-maxselect select.form-control {
	min-width: 70px;
	padding: 0 5px;
}

