.modal { overflow: auto !important; }

md-input-container {
	margin: 0px;
}

header {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.header-project-title {
	white-space: nowrap;
	overflow: hidden;
}

* {
	outline: none !important;
}

md-menu{
	padding: 0 !important;
}

.blueprints-canvas {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow: none;
}

.blueprints-toolbar-left .canvases-menu-button {
	min-height: 56px;
	min-width: 56px;
	background : linear-gradient(180deg, #05C6B5 0%, #0584B5 100%);
}

.blueprints-toolbar-left {
	position: absolute;
	height: 65px;
	max-width: 400px;
	display: flex;
	align-items: center;
	left: 0;
}

.blueprints-toolbar-left .group-button{
	display: flex; 
	align-items: center; 
	justify-content: space-between;
}

.blueprints-toolbar-left .group-button:hover{
    background-color: #eeeeee;
}

.blueprints-toolbar-left .group-button>a:hover{
    background-color:transparent;
}


.center-block-bottom-toolbar {
	width: 100%;
	bottom: 10px;
	position:absolute;
	display: flex;
	justify-content: center;
}

@media (min-width: 475px){
	.center-block-bottom-toolbar {
		width: 56%;
		left: 22%;
	}
}

@media (min-width: 660px){
	.center-block-bottom-toolbar {
		width: 40%;
		left: 30%;
	}
}

@media (min-width: 1020px){
	.center-block-bottom-toolbar {
		width: 26%;
		left: 37%;
	}
}

.zoom-span{
	font-size:15px; 
	background-color : #6a428f;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
}

.blueprints-toolbar-right {
	position: absolute;
	height: 65px;
	width: 100px;
	display: flex;
	align-items: center;
	left: 0;
}

.blueprints-users {
	position: absolute;
	top: 20px;
	text-align: center;
	width: 100px;
	left: calc(50% - 50px);
}

.blueprints-canvases-menu {
	max-height: calc(100% - 70px);
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	display: flex;
	flex-flow: column;
	min-width: 60px;
	top: 65px;
	left: 0;
}

.tools-menu{
	max-height: calc(100% - 70px);  
	position : absolute; 
	overflow-x : hidden; 
	overflow-y : auto; 
	display : flex; 
	flex-flow : column; 
	align-items : center; 
	top: 65px; 
	right: 3px; 
	width: 85px;
}

#spanComments{
	height: 2rem;
}

@media(max-width: 150px) {

	button.md-datepicker-button.md-icon-button.md-button.md-ink-ripple,
	.header-project-title {
		display: none;
	}
}

@media(max-width: 768px) {

	.container,
	.container-fluid {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	h3 {
		font-size: 18px;
	}

	.selection-action-title {
		text-align: right;
	}
}

/*flex form*/
.flex-search {
	text-align: right;
}

.flex-form,
.flex-search {
	display: flex;
}

.flex-form {
	justify-content: space-between;
}

.flex-form-search-input {
	flex-grow: 1;
	padding-right: 3px;
	padding-top: 5px;
}

.flex-form-search-input>md-input-container {
	width: 100%;
}

.flex-form-elements {
	padding-left: 3px;
	text-align: right;
}

.results-table {
	min-width: 1200px;
}

.comments-sidenav {
	width: 450px;
	max-width: unset;
}

@media(max-width: 767px) {

	.flex-search,
	.flex-form {
		flex-direction: column;
	}

	.flex-form {
		min-height: 100px;
	}

	.comments-sidenav {
		width: 90%;
	}
}

.header-project-title h4 {
	overflow: hidden;
	text-overflow: ellipsis;
}

.header-project-title span {
	line-height: 1.4;
}

.autocomplete-custom-template li {
	border-bottom: 1px solid #ccc;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	white-space: normal;
}

.autocomplete-custom-template li:last-child {
	border-bottom-width: 0;
}

.autocomplete-custom-template .item-title,
.autocomplete-custom-template .item-metadata {
	display: block;
	line-height: 1.3;
}

.autocomplete-custom-template .item-metadata {
	color: #999999;
}

md-autocomplete.form-control {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

md-autocomplete input:not(.md-input) {
	padding: 0;
	padding-left: 15px;
	line-height: 0px;
	height: auto;
}

.main-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	height: 100%;
}

.header {
	background: tomato;
}

.navbar {
	margin-bottom: 0px;
}

.view-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	order: 2;
	flex-grow: 1;
	flex-shrink: 1;
	text-align: left;
	background-color: rgb(250, 250, 250);
}

.menu-spacer {
	height: 30px;
}

.side-bar {
	z-index: 1000;
	padding: 10px;
	color: #FFFFFF;
	width: 250px;
	order: 1;
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	background: #51324B;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(top, #51324B 30%, #00AFFF);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient (bottom, #51324B 30%, #00AFFF);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient (bottom, #51324B 30%, #00AFFF);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient (to bottom, #51324B 30%, #00AFFF);
	/* Standard syntax */
}

.shadow-box {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.flex-section-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-grow: 1;
	order: 1;
	flex-shrink: 1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.flex-section-body {
	flex-grow: 1;
	order: 1;
	flex-shrink: 1;
	overflow: auto;
}

.projects-list {
	padding: 0px;
	list-style: none;
	text-align: left;
}

.projects-list>li {
	padding: 10px;
	font-size: 14px;
}

.project-btn {
	color: #FFFFFF;
}

.project-btn:active,
.project-btn:focus {
	color: #FFFFFF;
	background-color: #875A7E;
}

.project-btn:hover {
	color: #FFFFFF;
	background-color: #875A7E;
}

.md-datepicker-calendar-pane {
	z-index: 2500
}

.md-autocomplete-suggestions-container {
	z-index: 100000 !important;
	/* any number of choice > 1050*/
}

input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: relative;
	border: none;
	margin-bottom: -4px;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
	outline: none;
}

input[type="checkbox"]:focus:after,
.checkbox input[type="checkbox"]:focus:after,
.checkbox-inline input[type="checkbox"]:focus:after {
	border-color: #2196f3;
}

input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -2px;
	margin-right: 5px;
	border-radius: 2px;
	-webkit-transition: 240ms;
	-o-transition: 240ms;
	transition: 240ms;
	border: 2px solid #666666;
}

input[type="checkbox"]:checked:before,
.checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
	content: "";
	position: absolute;
	top: 0;
	left: 6px;
	display: table;
	width: 6px;
	height: 12px;
	border: 2px solid #FFFFFF;
	border-top-width: 0;
	border-left-width: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
	background-color: #2196f3;
	border-color: #2196f3;
}

input[type="checkbox"]:disabled:after,
.checkbox input[type="checkbox"]:disabled:after,
.checkbox-inline input[type="checkbox"]:disabled:after {
	border-color: #BBBBBB;
}

input[type="checkbox"]:disabled:checked:after,
.checkbox input[type="checkbox"]:disabled:checked:after,
.checkbox-inline input[type="checkbox"]:disabled:checked:after {
	background-color: #BBBBBB;
	border-color: transparent;
}

.md-button.md-icon-button {
	padding: 13px;
}

.md-select-menu-container {
	z-index: 2000 !important;
}

md-backdrop._md-select-backdrop {
	z-index: 1999 !important;
}

.search-input-container {
	padding: 10px;
}

.module-content {
	padding-top: 20px;
}

/* boot */
.axenda-logo {
	animation: loading-logo-anim 1s infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	max-width: 130px;
}

.axenda-text {
	max-width: 170px;
}

.loading-text {
	animation: loading-text-anim 1s infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@keyframes loading-logo-anim {
	0% {
		opacity: 0.7;
		-ms-transform: scale(.95, .95);
		/* IE 9 */
		-webkit-transform: scale(.95, .95);
		/* Safari */
		transform: scale(.95, .95);
	}

	50% {
		opacity: 1;
		-ms-transform: scale(1, 1);
		/* IE 9 */
		-webkit-transform: scale(1, 1);
		/* Safari */
		transform: scale(1, 1);
	}

	100% {
		opacity: 0.7;
		-ms-transform: scale(.95, .95);
		/* IE 9 */
		-webkit-transform: scale(.95, .95);
		/* Safari */
		transform: scale(.95, .95);
	}
}

@keyframes loading-text-anim {
	0% {
		opacity: .6;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: .6;
	}
}

.md-autocomplete-suggestions-container .md-virtual-repeat-sizer {
	height: 0px !important;
}

.projects-select {
	background-color: transparent;
	color: #FFFFFF;
}

.projects-select option {
	background-color: #51324B;
	color: #FFFFFF;
}

.main-menu.nav-pills>li>a {
	color: #FFFFFF;
}

.main-menu.nav-pills>li>a:hover,
.main-menu.nav-pills>li>a:focus {
	color: #FFFFFF;
	background-color: #008CBA;
}

.menu-logo {
	padding-right: 20px;
	padding-left: 10px;
	float: left;
	padding-top: 5px;
}

.menu-close-btn {
	background-color: #0584B5 !important;
	float: none;
	margin: 0px;
}

.userTenants {
	width: 220px;
	overflow-y: auto;
	max-height: calc(100vh - 211px);
}

.menuBtn {
	cursor: pointer;
}

@media(min-width : 500px) {
	.menuBtn {
		display: block !important;
	}

	.menuMobBtn {
		display: none !important;
	}
}

@media(max-width : 500px) {
	.userTenants {
		width: 250px !important;
	}

	.menuBtn {
		display: none !important;
	}

	.menuMobBtn {
		display: block !important;
	}

	.header-project-title h4 {
		font-size: 14px;
	}

	.header-project-title span {
		font-size: 12px;
	}

	.menu-spacer {
		height: 10px;
	}

	.menu-close-btn {
		background-color: #0584B5;
		float: right;
		margin: 0px;
		display: block;
	}

	.menu-logo {
		max-width: 240px;
	}

	.side-bar {
		width: 100%;
	}

	.menuBack {
		display: inline-block;
	}
}

@media(min-width: 501px) {
	.menuBack {
		display: none;
	}
}

md-select.projects-select {
	color: #FFFFFF !important;
	border: 1px solid #FFFFFF;
	margin: 10px 0 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

md-select.projects-select md-select-value {
	color: #FFFFFF !important;
	border: none !important;
}

.btn-dark {
	color: #FFFFFF;
	background-color: #000000;
	border-color: #999999;
}

.btn-dark:focus,
.btn-dark.focus {
	color: #FFFFFF;
	background-color: #6E6E6E;
	border-color: #C8C8C8;
}

.btn-dark:hover {
	color: #FFFFFF;
	background-color: #6E6E6E;
	border-color: #DADADA;
}

.btn-dark:active,
.btn-dark.active,
.open>.dropdown-toggle.btn-dark {
	color: #FFFFFF;
	background-color: #6E6E6E;
	border-color: #DADADA;
}

.btn-dark:active:hover,
.btn-dark.active:hover,
.open>.dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open>.dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open>.dropdown-toggle.btn-dark.focus {
	color: #FFFFFF;
	background-color: #4D4D4D;
	border-color: #C8C8C8;
}

.btn-dark:active,
.btn-dark.active,
.open>.dropdown-toggle.btn-dark {
	background-image: none;
}

.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus {
	background-color: #000000;
	border-color: #999999;
}

.btn-dark .badge {
	color: #000000;
	background-color: #666666;
}

.gantt-side {
	width: 750px;
	max-width: 750px;
}

.gantt-row-milestone {
	font-weight: bold;
	vertical-align: middle;
	color: #CCCCCC;
}

.gantt-column-name {
	width: 500px !important;
}

.gantt-side-content {
	overflow: auto !important;
}

.gantt-tree-body .gantt-row-label a.gantt-tree-handle-button,
.gantt-tree-body .gantt-row-label span.gantt-tree-handle {
	padding-left: 3px !important;
}

.color-success {
	background-color: #28A745;
}

.color-warning {
	background-color: #FFC107;
}

.color-danger {
	background-color: #DC3545;
}

/* width */
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #DDD;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #0584B5;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #026b8e;
}

.menu-options::-webkit-scrollbar-thumb {
	background: #51324B;
}

.menu-options {
	flex-grow: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.grad-success {
	background: linear-gradient(to right, #28A745 1%, #FFFFFF);
}

.grad-warning {
	background: linear-gradient(to right, #FFC107 1%, #FFFFFF);
}

.grad-danger {
	background: linear-gradient(to right, #DC3545 1%, #FFFFFF);
}

.black {
	color: #000000;
}

.white {
	color: #FFFFFF;
}

.green {
	background-color: #00FF00;
}

.yellow {
	background-color: #FFFF00;
}

.red {
	background-color: #FF0000;
}

.drop-zone {
	border-radius: 4px;
	padding: 10px
}

.drop-on {
	border: 1px dashed #dfd7ca;
}

.drop-done {
	border: 1px solid #000000;
}

.admin-nav-pills>li>a {
	color: #A33fB5;
}

.admin-nav-pills>li.active>a,
.admin-nav-pills>li.active>a:hover,
.admin-nav-pills>li.active>a:focus {
	background-color: #A33fB5;
}

.panel-admin {
	border-color: #732B80;
}

.panel-admin>.panel-heading {
	color: #FFFFFF;
	background: #A33FB5;
	border-color: #732B80;
}

.admin-input-container {
	padding-bottom: 5px;
	width: 100%;
}

.panel-title {
	font-weight: bold;
}

.conceptComment {
	background: #FFFFFF;
}

.editingComment {
	background: #C7C7C7;
}

.gantt-task {
	border-radius: 10px;
}

.gantt-task-background {
	opacity: 0.35
}

.gantt-scrollable {
	max-height: fit-content !important;
}

.gantt-valign-content .btn[disabled] {
	display: none !important;
}

.requiredFields {
	border: 2px solid #CCC;
	border-radius: 10px;
	padding: 3px;
}

.logs-badge {
	background-color: #dd2c00;
}

.rounded {
	border-radius: 20px;
}

.flipped {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.concept-dependencies-container {
	border: #dddddd solid 1px;
	border-top: none;
}

._md-chip-input-container {
	width: 100%;
	float: left;
}

md-datepicker {
	margin-right: unset;
}

td.dragHandle {
	touch-action: none;
}

.dragHandle {
	min-width: 50px;
	cursor: grab;
	text-align: center;
	height: 95px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpi2r9//38gYGAEESAAEGAAasgJOgzOKCoAAAAASUVORK5CYII=);
}

th {
	text-align: left;
}

.filename {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	white-space: pre;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*STYLE CRISIS: Still unsure which one is better'*/

.reverse-ellipsis {
	text-overflow: clip;
	position: relative;
}

.reverse-ellipsis::before {
	z-index: 1;
	left: -1em;
	padding-left: 1em;
	margin-left: 0.5em;
	position: absolute;
}

.reverse-ellipsis span {
	min-width: 100%;
	position: relative;
	float: right;
	overflow: visible;
	display: inline-block;
}

.reverse-ellipsis span::before {
	width: 1em;
	height: 1em;
	z-index: 200;
	left: -0.5em;
	position: absolute;
	display: inline-block;
}

.bold {
	font-weight: 900;
}

.data {
	padding: 8px;
}

table.additionalCosts {
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

table.additionalCosts caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

table.additionalCosts tr {
	padding: 0.35em;
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
}

table.additionalCosts th,
table.additionalCosts td {
	padding: 0.625em;
	text-align: center;
}

table.additionalCosts th {
	font-size: 0.85em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
}

@media screen and (max-width : 750px) {
	.tableHand {
		width: 75px;
		vertical-align: top;
	}

	.dragHandle {
		text-align: left;
		padding: 5px 0px 0px 10px;
	}

	.additionalCosts .dragHandle {
		height: 25px;
	}

	.costRemoval {
		vertical-align: top;
		width: 75px;
		display: none !important;
	}

	.costRemovalMobile {
		padding-top: 3px;
		display: unset !important;
	}

	table.additionalCosts {
		border: 0;
	}

	table.additionalCosts caption {
		font-size: 1.3em;
	}

	table.additionalCosts thead {
		border: none;
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
		clip: rect(0 0 0 0);
	}

	table.additionalCosts tr {
		display: block;
		margin-bottom: 0.625em;
		border-bottom: 3px solid #ddd;
	}

	table.additionalCosts td {
		display: block;
		font-size: 0.8em;
		text-align: right;
		border-bottom: 1px solid #ddd;
	}

	table.additionalCosts td:before {
		/*
* aria-label has no advantage, it won't be read inside a table
content: attr(aria-label);
*/
		float: left;
		font-weight: bold;
		text-transform: uppercase;
		content: attr(data-label);
	}

	table.additionalCosts td:last-child {
		border-bottom: 0;
	}

}

.costRemoval {
	width: 75px;
}

.costRemovalMobile {
	display: none;
}

.tableHand {
	width: unset;
}

._md-select-value {
	padding-bottom: 9px;
}

.property-box {
	padding: 10px;
	margin: 5px;
	border: 1px solid gainsboro;
}

.colorbox {
	width: 70px;
	height: 35px;
	border: 1px solid black;
}

.btn-sm {
	min-width: 50px;
}

md-menu-content.md-cm {
	padding: 0;
	max-height: none;
	overflow: visible;
	background-color: rgba(255, 255, 255, 0.3);
}

md-menu-content.md-cm .md-cm-swatches {
	cursor: pointer;
}

md-menu-content.md-cm .md-cm-color {
	width: 32px;
	min-height: 32px;
}

md-menu-content.md-cm .favorites {
	border-right: 3px solid #ebebeb;
}

md-menu-content.md-cm .md-cm-color:focus {
	outline: none;
}

.canvas-btn {
	margin: 5px;
	position: relative;
	left: 15%;
	border: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.canvas-btn > .canvas-number{
	position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    width: 100%;
    height: 100%;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center;
}

.canvas-btn > .canvas-number > span{
	padding-top: 5px;
}

.config-btn{
	position: absolute;
	height:25px; 
	width:25px;
	border: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
	color: #FFFFFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
    align-items: center;
}

.config-btn > span{
	font-size: 12px;
}

.config-btn.delete-btn {
	caret-color: #05C6B5;
	background-color: #df1916;
}

.config-btn.small {
	width: 15px;
	height: 15px;
}

.config-btn.small > span{
	font-size: 8px;
	top:0px;
	left:0.5px;
}

.icon-white {
	color: white;
}

.tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.icon-small {
	position: absolute;
	top: 1.3px;
	left: 3.6px;
	height: 13px;
	color: #FFFFFF;
}

.canvas-dropdown-button {
	border-radius: 10px;
	font-size: 12px;
	padding: 3px 5px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
}

.canvas-dropdown-button .dropdown-title{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	width: 200px;
}

.canvas-object-toolbar{
	width:200px;
	height:200px;
	position: absolute;
	top:200px;
	left:200px;
	pointer-events: none;
}

.canvas-object-toolbar > .config-container{
	position:absolute; 
	width:100%; 
	left:0px; 
	bottom: -65px; 
	display:flex; 
	align-items: center; 
	justify-content: center;
}

.canvas-object-toolbar > .config-container > .config-submenu{
	position: relative;
}

.canvas-object-toolbar > .config-container > .config-submenu > .submenu-tools-container{
	position: absolute; 
	width: 100px; 
	display: flex; 
	flex-wrap: wrap;
}

.alert-primary
{
	background : #008CBA;
}

.close-colorpicker{
	color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.close-colorpicker:hover{
	color: #000;
	opacity: .5;
}
/*hides collapse button on Gantt's first row'*/
/*li.ng-scope.angular-ui-tree-node>div.gantt-row-label.gantt-row-height.ng-scope>div.gantt-valign-container>div.gantt-valign-content>a
{
	display : none !important;
}*/

/* for middle ellipsis texts. Still not really sure if the actual code works better*/
/*.reverse-ellipsis
{
	text-overflow    : clip;
	position         : relative;
	background-color : white;
}

.reverse-ellipsis:before
{
	content          : '\02026';
	position         : absolute;
	z-index          : 1;
	left             : -1em;
	background-color : inherit;
	padding-left     : 1em;
	margin-left      : 0.5em;
}

.reverse-ellipsis span
{
	min-width        : 100%;
	position         : relative;
	display          : inline-block;
	float            : right;
	overflow         : visible;
	background-color : inherit;
	text-indent      : 0.5em;
}

.reverse-ellipsis span:before
{
	content          : '';
	position         : absolute;
	display          : inline-block;
	width            : 1em;
	height           : 1em;
	background-color : inherit;
	z-index          : 200;
	left             : -0.5em;
}*/

.tree-grid-animate-enter,
.tree-grid-row.ng-enter {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.tree-grid-animate-leave,
.tree-grid-row.ng-leave {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}