body {
	font-family: 'Proxima Nova Rg', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #525252;
	-webkit-font-smoothing: antialiased;
	background: #eff3f6;
	overflow-y: scroll;
}

.body--newNavigation {
	padding-top: 0;
}

body.activities:not(.body--newNavigation) {
	display: grid;
	grid-template-areas:
		"navbar"
		"vuejs";
	
	.navbar {
		grid-area: navbar;
	}

	#vuejs_container {
		grid-area: vuejs;
	}
	
}

body:is(.subscription, .billings, .managers, .administrators, .integrations, .users, .groups, .roles) {
	.vueJsApp {
		height: 0;
	}
}

.body--newNavigation:is(.subscription, .billings, .managers, .administrators, .integrations, .users, .groups, .roles) {
	overflow-x: hidden;

	.vueJsApp {
		height: var(--main-bar-height);
	}

	.mainBarLayout {
		z-index: 100;
		position: relative;
	}

	section.sub-menu {
		position: absolute;
	}
}

.body--newNavigation.subscription .wrapper {
	margin-top: 58px;
}

.body--newNavigation.billings section.content {
	margin-top: 58px;
}

.body--newNavigation:is(.managers, .administrators, .integrations, .users, .groups, .roles) section.content.p-a-md {
	margin-top: 58px;
}

.body--newNavigation.users.profile section.content.p-x-15 {
	margin-top: 58px;
}

.body--newNavigation.groups.info section.content.p-x-15 {
	margin-top: 65px;
}

@media (max-width: 991px) {
	.body--newNavigation.calendar, .body--newNavigation.users {
		padding-top: 0;
	}

	.body--newNavigation section.sub-menu {
		top: unset;
	}
}

body.dashboard{
	padding-top: 93px ;
}
a,.btn.focus, .btn:focus{
	outline: none !important;
	box-shadow: none !important;
}
.form-control{
	font-size: 14px;
	line-height: 20px;
}
.form-control:focus{
	box-shadow: none !important;
}
.navbar {
	background: #13335c;
	padding: 8px 15px;
	z-index: 5; /* override default bootstrap value for fixed-top class (1030) only the navbar */
}
.navbar-brand {
	width: 9.625rem; /* ugly fix for ugly code, the fixed margin-right value is only made for the cintoo logo size */
	margin-right: 4.6rem;
}
.navbar-brand .logo {
	height: 42px;
}

div#navbarCollapse {
    width: 87%;
    float: right;
}
.navbar-nav{
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link {
	font-family: 'Proxima Nova Lt';
	font-style: normal;
	font-weight: 600;
	padding-top: 8px;
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
}
.navbar .navbar-nav .nav-link .fa {
	color: #3f6ca5;
}
.navbar .navbar-nav .active>.nav-link, .navbar .navbar-nav .nav-item:hover .nav-link {
	color: #3cabff;
}
.nav-item {
	position: relative;
}
.dropdown-toggle:after {
	color: #3cabff !important;
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: none !important;
	margin-top: -4px;
}
.btn.dropdown-toggle:active, .btn.dropdown-toggle:hover, .btn.dropdown-toggle:focus,.btn-white:hover, .btn-white:active, .btn-white:focus{
	color: #525252 !important;
	outline: 0 !important;
}
.navbar   .dropdown-menu{
	width: 380px;
}
section.sub-menu {
	position: fixed;
	z-index: 4;
	top: 62px;
	width: 100%;
	padding: 7px 15px;
	background: #fff;
	-webkit-box-shadow: 0px 6px 5px -5px rgba(177,178,179,0.5);
	-moz-box-shadow: 0px 6px 5px -5px rgba(177,178,179,0.5);
	box-shadow: 0px 6px 5px -5px rgba(177,178,179,0.5);
	height: 57px;
}
.sub-menu .nav-link, .sidebar .nav-link {
	font-family: 'Proxima Nova Lt';
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	color: #848c98;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
}
.sub-menu li.nav-item {
	margin: 0px 5px;
}
.sub-menu .nav-link{
	padding-top: 9px;
}
.sub-menu .active .nav-link, .sidebar .active .nav-link, .sub-menu li.nav-item:hover .nav-link, .sidebar .nav-item:hover .nav-link {
	color: #fff;

}
.sub-menu .nav-item.active:after, .sub-menu .nav-link:hover:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0%;
	background: #2769a5;
	height: 57px;
	bottom: -10px;
	z-index: -9;
}
ul.actions {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 7px
}
ul.actions li {
	float: left;
	position: relative;
	padding: 0px 15px;
	border-right: solid 1px #efeff1;
	font-size: 14px;
	color: #d6d7df;
}
ul.actions li:last-child {
	border: none;
}
.table > tbody > tr > td {
	padding: 8px;
}
td .btn-group i.fa {
	background: #e9edef;
	color: #798f9b;
	font-size: 12px;
	border-radius: 50%;
	height: 24px;
	width: 24px;
	overflow: hidden;
	line-height: 24px;
	text-align: center;
}
td .btn-group .p-x-xs{
	padding-left:0px !important;
	padding-right:0px !important;
}
/****************** Box size Slider *******/
#box-size {
	display: none;
}
.slider {
	width: 100px;
	margin-top: 6px;
}
.slider > .dragger {
	background: #2096ed;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 10px;
	height: 10px;
}
.slider > .dragger:hover {
	background: #2096ed;
}
.slider > .track, .slider > .highlight-track {
	background: #cfd0da;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #cfd0da;
	height: 4px;
}
.slider > .highlight-track {
	background-color: #8DCA09;
	background: -webkit-linear-gradient(top, #8DCA09, #72A307);
	background: -moz-linear-gradient(top, #8DCA09, #72A307);
	background: linear-gradient(top, #8DCA09, #72A307);
	border-color: #496805;
}
.btn-primary,.btn-primary.focus {
	color: #fff !important;
	background-color: #439bd6;
	border-color: #439bd6;
}
.btn-secondary:hover{
	color: #292b2c !important;
}
.btn:active,.btn:hover,.btn:focus{
	color:#fff;
}
.btn-success {
	background-color: #4caf50;
	color: #fff !important;
}
.btn-warning:focus{
	color: #fff !important;
}
.btn-danger {
	color: #fff !important;
}
.project-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.08);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.08);
	-webkit-transition: box-shadow .3s ease-out;
	-o-transition: box-shadow .3s ease-out;
	transition: box-shadow .3s ease-out;
	padding: 10px;
	background: #fff;
	border-radius: 3px;
	cursor:pointer;
}
.project-box.new-btn {
	box-shadow: none;
	border: 2px dotted #BDC4D0;
	border-radius: 3px;
	-webkit-transition: border-color .2s ease-out;
	-o-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
}
.project-box.new-btn, .project-box.new-btn>.image {
	background-color: transparent;
}
.project-box .image {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 62%;
	overflow: hidden;
	background-color: #E4E6E9;
	-webkit-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
	border-radius: 4px;
}
.project-box .cover {
	width: 160%;
  transform: translate(-21%, -15%);
	margin-top: -1px;
}
.dashboard .project-box .cover{
	transform: translate(-21%, 0%);
}
.project-box .btn-group {
	position: absolute;
	bottom: 4px;
	text-align: center;
	width: 100%;
	display: none;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.project-box:hover .btn-group{
	display: block;
}
.project-box .btn-group i.fa{
	background: #e9edef;
	color: #798f9b;
	font-size: 12px;
	border-radius: 50%;
	height: 24px;
	width: 24px;
	overflow: hidden;
	line-height: 24px;
	text-align: center;
	border: solid 1px #798f9b;
	box-shadow: 0px 0px 1px #fff;
}
.project-box .btn-group [class^="icon-"], td .btn-group [class^="icon-"] {
	background: #e9edef;
	color: #798f9b;
	font-size: 12px;
	border-radius: 50%;
	height: 24px;
	width: 24px;
	overflow: hidden;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	padding: 3px;
	border: solid 1px #798f9b;
	box-shadow: 0px 0px 1px #fff;
}
.project-box .text-ellipsis.name {
	display: inline-block;
	max-width: 89%;
}
td .btn-group [class^="icon-"]{
	border:none;
	box-shadow: none;
}
.project-box:hover .md-check, .ui-selected .project-box .md-check,.ui-selecting .project-box .md-check, .checkbox-selected .project-box .md-check{
	display: block !important;
}
.filetype{
	display: block;
	background: rgba(255, 255, 255, 0.4);
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 100%;
	line-height: 38px;
	width: 32px;
	height: 32px;
	text-align: center;
	color: #f0c341;
	font-size: 20px;
}
.filetype .typeicon{
	background: url('../img/3d_icon.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	display: block;
}
.filetype [class^="icon-"]{
	font-size: 18px;
	color: #1472e0;
}
.project-box .image .customer {
	position: absolute;
	left: 10px;
	top: 10px;
	background: #fff;
	border-radius: 5px;
}
.project-box .image .customer img {
	border-radius: 5px;
}
.project-box:hover .image .customer {
	opacity: 1;
}
.project-box.new-btn>.image>.icon {
	position: absolute;
	top: 49%;
  left: 48.5%;
	width: 42px;
	height: 54px;
	margin-left: -21px;
	margin-top: -27px;
	background: url(../img/icons/add_folder.svg) center center no-repeat;
	opacity: .2;
	background-size: contain;
}
.project-box.new-btn>.info {
	background-color: transparent;
	text-align: center;
	font-size: 18px;
	color: #BDC4D0;
	padding-top: 10px;
	padding-bottom: 34px;
	box-shadow: none;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.project-box .info {
	position: relative;
	background-color: #FFF;
	padding: 14px 0px 16px;
	box-shadow: 0 -1px 0 0 rgba(0,0,0,.03);
	height: 41px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.project-box .info>.title {
	padding-top: 4px;
	margin-bottom: 4px;
	display: inline;
	word-break: break-word;
	color: #2D3034;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.project-box .info .num-designs {
	display: block;
	font-size: 12px;
	color: #848c98;
	padding: 0;
	margin-bottom: 2px;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.dashboard .project-box .info{
	height: auto;
	overflow: visible;
}
.dashboard .project-box .info .users-list{
	margin-top: 15px;
}
.dashboard .project-box .info .users-list li:first-child{
	display: none;
}
.dashboard .users-list li:last-child{
	margin-left: -7px;
}
.project-box .action_button {
	opacity: 0;
	justify-content: center;
	align-items: center;
}
.project-box .action_button, .project-box .unarchive_notification {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	width: 100%;
}
.project-box .action_button button {
	border: 1px solid rgba(255,255,255,.3);
	color: #fff;
	border-radius: 4px;
	line-height: 37px;
	font-size: 14px;
	padding: 0 16px;
	text-align: center;
	background: 0 0;
	font-family: 'Proxima Nova Rg',Helvetica,Arial,sans-serif;
	font-weight: 400;
	outline: 0;
	cursor: pointer;
}
.project-box .stack {
	background-color: #f7f7f7;
	margin: -10px;
	margin-top: 0px;
	clear: both;
}
.project-box .stack .edge {
	height: 4px;
}
.project-box .stack .edge:nth-child(1) {
	background-color: #fbfbfb;
	box-shadow: 0 1px 0 0 #eee;
	border-radius: 0 0 2px 2px;
	border-bottom: solid 1px #eee;
}
.project-box .stack .edge:nth-child(2) {
	background-color: #fbfbfb;
	box-shadow: 0 1px 0 0 #eee;
	border-radius: 0 0 2px 2px;
}
.project-box .ctrls {
	position: absolute;
	left: 0px;
	top: 14px;
	width: 100%;
	padding: 0 15px;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}
.project-box .ctrls>button {
	-webkit-appearance: none;
	border: 0;
	background-color: transparent;
	width: 24px;
	height: 24px;
	padding: 0;
	display: inline-block;
	outline: 0;
	opacity: .7;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}
.project-box:hover {
	border-color: rgba(45,48,52,.17);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
}
.project-box:hover .filetype{
	opacity: 0.4;
}
.project-box:hover .ctrls {
	opacity: 1;
}
.project-box:hover .action_button {
	opacity: 1;
}
.project-box:hover .image {
	background-color: #006deb;
}
.project-box:hover .image img {
	opacity: .1;
	}.project-box:hover .image .customer img{
		opacity: 1;
	}
	.project-actions{
		display: none;
	}
	.users-list {
		list-style: none;
		padding: 0px;
		margin: 0px;
		position: relative;
		height: 32px;
		overflow: hidden;
	}
	.users-list li {
		float: left;
		margin-left: -7px;
	}
	.users-list li:first-child {
		margin-left: 0px;
	}
	.users-list li:last-child {
		margin-left: 5px;

	}
	.users-list li:last-child div{
		height: 34px ;
		width: 34px ;
		line-height: 34px ;
	}
	.project-header .users-list li:last-child div{
		height: 48px;
		width: 48px;
		line-height: 48px;
	}
	.users-list .add-user {
		display: block;
		height: 32px;
		width: 32px;
		background: #e8eaf1;
		color: #8d909f;
		text-align: center;
		vertical-align: middle;
		line-height: 32px;
		font-size: 11px;
	}

	.list-view .users-list li {
		float: left;
		margin-left: 5px;
	}
	.list-view .users-list .add-user {
		display: block;
		height: 32px;
		width: 32px;
		background: #e8eaf1;
		color: #8d909f;
		text-align: center;
		vertical-align: middle;
		line-height: 32px;
		font-size: 11px;
	}
	.list-view .users-list li:last-child div{
		height: 38px;
		width: 38px;
		line-height: 36px;
	}
	.users-list .add-user:hover {
		background: #2399f1;
		color: #fff;
		cursor: pointer;
	}
	.project-box.new-btn:hover {
		color: #0E74E6;
		border-color: #0E74E6;
		cursor: pointer;
		background-color: transparent;
	}
	.project-box.new-btn>.image {
		background-color: transparent !important;
	}
	.project-box.new-btn:hover>.image>.icon {
		background-image: url(../img/icons/add_folder_blue.svg);
		opacity: 1;
	}
	.project-box.new-btn .title {
		color: #b4b4b4;
		font-size: 18px;
	}
	.project-box.new-btn:hover .title {
		color: #0E74E6;
	}
	footer {
		position: fixed;
		bottom: 0px;
		left: 0px;
		background: #eff3f6;
		text-align: center;
		width: 100%;
		z-index: -1;
	}
	footer .copyright {
		color: #abb4ba;
		font-size: 12px;
		padding: 15px;
	}
	.sub-menu-search {
		max-width: 22%;
	}
	/************ Colors ********/
	.blue-btn {
		border-style: solid;
		border-width: 1px;
		border-color: rgb(21, 133, 216);
		border-radius: 4px;
		background-image: -moz-linear-gradient( 90deg, rgb(27,146,236) 0%, rgb(43,161,247) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(27,146,236) 0%, rgb(43,161,247) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(27,146,236) 0%, rgb(43,161,247) 100%);
		color: #fff !important;
	}
	.blue-btn.dropdown-toggle:after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		color: #fff!important;
		content: "\f107";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		margin-top: -13px;
		margin-left: -10px;
	}
	.green-border-btn {
		border-style: solid;
		border-width: 1px;
		border-color: rgb(36, 149, 51);
		border-radius: 4px;
		color: rgb(36, 149, 51) !important;
	}
	.blue-border-btn{
		border-style: solid;
		border-width: 1px;
		border-color: #439bd6;
		border-radius: 4px;
		color: #439bd6 !important;
	}
	ul.breadcrumbs {
		margin-top: 6px;
	}
	.sidebar {
		/*min-width: 250px;*/
		background: #fff;
		height: 600px;
	}
	.sidebar .header,.sidebar-header, .aside .header {
		border-width: 1px;
		border-color: rgb(236, 237, 240);
		border-style: solid;
		background-image: -moz-linear-gradient( 90deg, rgb(244,246,250) 0%, rgb(255,255,255) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(244,246,250) 0%, rgb(255,255,255) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(244,246,250) 0%, rgb(255,255,255) 100%);
		margin-left: -30px;
		margin-right: -30px;
		height: 48px;
		position: relative;
		margin: 0px;
		padding: 12px 5px;
		white-space: nowrap;
	}
	.box-header {
		background-image: -moz-linear-gradient( 90deg, rgb(244,246,250) 0%, rgb(255,255,255) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(244,246,250) 0%, rgb(255,255,255) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(244,246,250) 0%, rgb(255,255,255) 100%);
		padding-left: 10px;
		height: 48px;
	}
	.box-header a {
		display: block;
		cursor: pointer;
		line-height: 48px;
		margin-top: -9px;
		position: relative;
	}
	/*
	.box-header a:before {
	color: #525252;
	content: "\f0d7";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
}
.box-header a:after {
color: #bbbbbb;
content: "_";
display: inline-block;
font-family: arial;
font-size: 14px;
right: 0px;
margin-top: -7px;
position: absolute;
}*/
ul.scans {
	padding: 0px;
	margin: 0px -15px;
	list-style: none;
}
ul.scans li {
	padding: 5px 15px;
	cursor: pointer;
}
ul.scans li:hover, ul.scans li.active {
	background: rgb(245, 247, 251);
}
span.color {
	display: inline-block;
	width: 4px;
	height: 32px;
	position: relative;
	top: 0;
	margin-bottom: -20px;
	margin-right: 10px;
}
.sidebar .nav-tabs {
	border: none;
	line-height: 36px;
}
.sidebar .nav-link {
	border: none;
	background: none;
	font-size: 14px;
	padding: .5em 0.6em;
	text-transform: capitalize;
}
.sidebar a, .sidebar-header a {
	font-family: 'Proxima Nova Lt';
	font-style: normal;
	font-weight: 600;
	border: none;
	background: none;
	font-size: 14px;
	padding: .5em 0.6em;
	text-transform: uppercase;
}
.sidebar .nav-link.active {
	border: none;
	background: none;
}
.sidebar .nav-link.active:after, .sidebar .nav-link:hover:after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 20%;
	background: #1a91eb;
	height: 3px;
	width: 60%;
}
.project-picture {
	position: relative;
	border-radius: 3px
}
.project-picture .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.35);
	top: 0px;
	left: 0px;
	text-align: center;
	border-radius: 3px;
}
.project-details h5 {
	font-size: 18px;
	color: #354052;
	padding: 15px 0px;
	margin-bottom: 0px;
}
.project-details .info span {
	display: block;
	font-size: 13px;
	color: #7f8fa4;
}
.project-details .info span i {
	display: inline-block;
	width: 115px;
	font-style: normal;
}
.project-details .info label {
	color: #797f89;
}
.project-details .address {
	padding: 15px;
	position: relative;
	font-size: 13px;
	color: #7f8fa4;
}
.project-details .address:before {
	position: absolute;
	content: "";
	height: 60%;
	width: 3px;
	top: 20%;
	left: 0px;
	background: #f6be14;
}
.dataTables_info {
	display: none
}
.btn{
	font-family: 'Proxima Nova Rg',Helvetica,Arial,sans-serif;
	font-size: 14px;
}
.white-btn {
	padding: 8px 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(206, 208, 218);
	border-radius: 4px;
	background-image: -moz-linear-gradient( 90deg, rgb(241,243,247) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(241,243,247) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(241,243,247) 0%, rgb(255,255,255) 100%);
}
.c-c5d0de {
	color: #c5d0de;
}
.c-6a6a6a {
	color: #6a6a6a;
}
.b-dfe2e5 {
	border: solid 1px #dfe2e5;
}
.c-red {
	color: #C51D20;
}
.c-848c98{
	color:#848c98;
}
.c-green{
	color:#43a047
}
exp.c-red {
	font-size: 18px;
	margin-left: 5px;
}
.bs {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.bs-l {
	box-shadow: 1px 0px 1px 0px rgba(0, 0, 0, 0.05);
}
.sub-email {
	display: block;
	margin-left: 0px;
	margin-top: -10px;
	font-size: 12px;
	color: #7f8fa4;
	font-weight: 300;
	font-family: 'Proxima Nova Rg', Helvetica, Arial, sans-serif;
	line-height: 13px;
}
.accepted {
	border-radius: 4px;
	background-color: rgb(4, 116, 200);
	color: #fff;
	width: 76px;
	text-align: center;
	display: block;
	padding: 2px 5px;
	line-height: 22px;
}
.invited {
	border-radius: 4px;
	background-color: rgb(183, 188, 191);
	color: #fff;
	width: 76px;
	text-align: center;
	display: block;
	padding: 2px 5px;
	line-height: 22px;
}
.denied {
	border-radius: 4px;
	background-color: rgb(187, 4, 4);
	color: #fff;
	width: 76px;
	text-align: center;
	display: block;
	padding: 2px 5px;
	line-height: 22px;
}
/********************** Login  ******************/
.login-html {
	display: table;
	height: 100%;
	width: 100%;
}
.login-body {
	display: table-cell;
	vertical-align: middle;
	background: #eff3f6;
}
.login {
	-webkit-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 454px;
}
.signup.login{
	max-width:720px ;
}
.login-box {
	/* padding: 30px; */
}
.login-brand {
	display: grid;
	justify-items: center;
	justify-content: center;
	/* margin-bottom: 15px;
	margin-top: -69px */
	padding: 15px;
	border-radius: 4px 4px 0px 0px;
}
.login-footer {
	margin-bottom: 15px;
	margin-top: 15px;
}

@media (min-width: 768px) {
	.login-box {
		margin-bottom: 15px;
		margin-top: 15px;
		border-style: solid;
		border-width: 1px;
		border-color: rgb(223, 227, 233);
		border-radius: 4px;
		background-color: rgb(255, 255, 255);
	}
}
.login-header h4 {
	font-family: 'Proxima Nova Rg', Helvetica, Arial, sans-serif;
	margin-top: 0.5rem;
	text-align: center;
	font-size: 24px;
	color: #354052;
	font-weight: 500;
}
.login-form {
	padding: 15px;
}
.login-form .form-control {
	background: #f8fafc;
}
#uploadFile {
	height: 150px;
	width: 150px;
	margin: 30px auto;
	overflow: hidden;
	border: 1px dashed #848f99;
	text-align: center;
	border-radius: 100%;
}
#uploadFile:hover, #uploadFile.active {
	border: solid 1px #1C93EC;
	box-shadow: 0 0 0 2px #1C93EC;
	border-color: transparent;
	transition-property: box-shadow, color, border;
	transition-duration: 200ms, 200ms, 0s;
	transition-delay: 0s, 0s, 200ms;
}
#uploadFile:hover .camera {
	color: #1C93EC;
}
.camera {
	height: 150px;
	width: 150px;
	border-radius: 100%;
	display: block;
	cursor: pointer;
	padding: 47px;
}
#imageReader {
	border-radius: 100%;
}
#uploadFile input[type="file"] {
	width: 150px;
	height: 150px;
	display: none;
}
/* dropdown style ******/
.dropdown-menu {
	position: absolute;
	top: 100%;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 15px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 13px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius:3px;
	box-shadow: 0px 6px 5px -5px rgba(177,178,179,0.5);
	height: fit-content;
	width: fit-content;
}
.dropup .dropdown-menu:after {
	border-top-color: #fff;
	margin-top: -1px;
	top: 100%;
}
.dropdown-menu-right:after, .dropdown-menu-right:before {
	left: auto;
	right: 8px;
}
.dropdown-menu:after, .dropdown-menu:before {
	border-color: transparent;
	border-style: solid;
	border-width: 8px;
	content: " ";
	height: 0;
	pointer-events: none;
	position: absolute;
	width: 0;
}
.dropup .dropdown-menu:before {
	border-top-color: #eee;
	top: 100%;
}
.dropup .dropdown-menu:after {
	border-top-color: #fff;
	margin-top: -1px;
	top: 100%;
}
.dropdown .dropdown-menu:before {
	border-bottom-color: #eee;
	bottom: 100%;
}
.dropdown .dropdown-menu:after {
	border-bottom-color: #fff;
	bottom: 100%;
	margin-bottom: -1px;
}
.dropdown-menu>li>a {
	padding: 5px 15px;
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.538462;
	color: #757575;
	white-space: nowrap;
}
.cssload-container {
	position: relative;
	height: 100px;
	text-align: center;
	padding: 45px;
}
.cssload-whirlpool, .cssload-whirlpool::before, .cssload-whirlpool::after {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px solid rgb(2,171,222);
	border-left-color: rgb(19,51,92);
	border-radius: 1748px;
	-o-border-radius: 1748px;
	-ms-border-radius: 1748px;
	-webkit-border-radius: 1748px;
	-moz-border-radius: 1748px;
}
.cssload-whirlpool {
	margin: -44px 0 0 -44px;
	height: 88px;
	width: 88px;
	animation: cssload-rotate 1900ms linear infinite;
	-o-animation: cssload-rotate 1900ms linear infinite;
	-ms-animation: cssload-rotate 1900ms linear infinite;
	-webkit-animation: cssload-rotate 1900ms linear infinite;
	-moz-animation: cssload-rotate 1900ms linear infinite;
}
.cssload-whirlpool::before {
	content: "";
	margin: -40px 0 0 -40px;
	height: 77px;
	width: 77px;
	animation: cssload-rotate 1900ms linear infinite;
	-o-animation: cssload-rotate 1900ms linear infinite;
	-ms-animation: cssload-rotate 1900ms linear infinite;
	-webkit-animation: cssload-rotate 1900ms linear infinite;
	-moz-animation: cssload-rotate 1900ms linear infinite;
}
.cssload-whirlpool::after {
	content: "";
	margin: -51px 0 0 -51px;
	height: 98px;
	width: 98px;
	animation: cssload-rotate 3800ms linear infinite;
	-o-animation: cssload-rotate 3800ms linear infinite;
	-ms-animation: cssload-rotate 3800ms linear infinite;
	-webkit-animation: cssload-rotate 3800ms linear infinite;
	-moz-animation: cssload-rotate 3800ms linear infinite;
}
@keyframes cssload-rotate {
	100% {
		transform: rotate(360deg);
	}
}
@-o-keyframes cssload-rotate {
	100% {
		-o-transform: rotate(360deg);
	}
}
@-ms-keyframes cssload-rotate {
	100% {
		-ms-transform: rotate(360deg);
	}
}
@-webkit-keyframes cssload-rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes cssload-rotate {
	100% {
		-moz-transform: rotate(360deg);
	}
}

.dropdown-item.btn-delete{
	color: #E5002A !important
}
.dropdown-item.btn-delete:hover{
	background-color: #E5002A;
	color: #fff !important;
}
.switch {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 44px;
}
.switch-input {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	z-index: -1;
}
.switch-input:checked ~ .switch-thumb {
	left: 24px;
}
.switch-track {
	background-color: #e0e0e0;
	border-radius: 10px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.switch-thumb {
	background-color: #fff;
	border-color: #e0e0e0;
	border-radius: 50%;
	border-style: solid;
	border-width: 4px;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
	width: 20px;
}
.switch-default .switch-input:checked ~ .switch-track {
	background-color: #757575;
}
.switch-default .switch-input:checked ~ .switch-thumb {
	border-color: #757575;
}
.switch-primary .switch-input:checked ~ .switch-track {
	background-color: #0288d1;
}
.switch-primary .switch-input:checked ~ .switch-thumb {
	border-color: #0288d1;
}
.switch-success .switch-input:checked ~ .switch-track {
	background-color: #43a047;
}
.switch-success .switch-input:checked ~ .switch-thumb {
	border-color: #43a047;
}
.switch-info .switch-input:checked ~ .switch-track {
	background-color: #2196f3;
}
.switch-info .switch-input:checked ~ .switch-thumb {
	border-color: #2196f3;
}
.switch-warning .switch-input:checked ~ .switch-track {
	background-color: #ef6c00;
}
.switch-warning .switch-input:checked ~ .switch-thumb {
	border-color: #ef6c00;
}
.switch-danger .switch-input:checked ~ .switch-track {
	background-color: #d50000;
}
.switch-danger .switch-input:checked ~ .switch-thumb {
	border-color: #d50000;
}
.switch .switch-input:disabled ~ .switch-track {
	background-color: #e0e0e0;
}
.switch .switch-input:disabled ~ .switch-thumb {
	border-color: #e0e0e0;
	cursor: not-allowed;
}
/***** dropzone ****/
.uploader-inline {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	padding-top: 0;
	margin-top: 20px;
	border: 4px dashed #b4b9be;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
}

.dashicons, .dashicons-before:before {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 1;
	font-family: dashicons;
	text-decoration: inherit;
	font-weight: 400;
	font-style: normal;
	vertical-align: top;
	text-align: center;
	-webkit-transition: color .1s ease-in 0;
	transition: color .1s ease-in 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.uploader-inline .close:before {
	font: normal normal normal 14px/1 FontAwesome;
	color: #555d66;
	display: inline-block;
	content: "\f00d";
	font-weight: 300;
	margin-top: 1px;
}
.dashicons-no:before {
	content: "\f158";
}
.screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
	position: absolute;
	margin: -1px;
	padding: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
	word-wrap: normal!important;
}
.uploader-inline-content {
	position: relative;
	top: 30%;
	left: 0;
	right: 0;
}
.uploader-inline-content .upload-ui {
	margin: 2em 0;
}
.uploader-inline h2, .uploader-inline h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	margin: 0;
}
.uploader-inline p {
	font-size: 12px;
	margin: .5em 0;
}
.uploader-inline-content .post-upload-ui {
	margin-bottom: 2em;
}
.tag {
	display: inline-block;
	padding: 0px 5px;
	border: solid 1px #000;
	border-radius: 3px;
}
.small-tag{
	display: inline-block;
  padding: 0 4px;
  line-height: 25px;
  border: solid 1px #000;
  border-radius: 3px;
  margin-right: 5px;
}
.project-main-content {
	width: calc(100% - 235px);
	padding: 0 15px 0px 15px;
}
.properties {
	width: 100%;
}
.properties td {
	padding: 3px 0px;
}
.properties input {
	width: 100%;
	background: #f8f9fb;
	border: solid 1px #e5e8ee;
	font-size: 11px;
	padding: 5px 15px;
}
.aio-tree-headline {
	display: none;
}
span.icon-with-child.m-r {
	margin-left: 11px;
}
.fade-in-out {
	-webkit-animation: fade 4s infinite 100ms;
	animation: fade 4s infinite 100ms;
}
@-webkit-keyframes fade {
	50% {
		opacity: 0.02;
	}
}
@keyframes fade {
	50% {
		opacity: 0.02;
	}
}
.aio-tree-headline a, .rml-type-3, .rml-type-4, #upload-dropzone select {
	display: none !important
}
.project-main-content {
	float: right
}
.sidebar {
	position: fixed;
	z-index: 9;
}
.aio-theme-wordpress {
	border: none
}
.aio-tree .aio-toolbar {
	z-index: -1;
	display: none !important;
}
.has-preview .preview {
	display: none;
	position: absolute;
	z-index: 99999;
	background: #fff;
	width: 300px;
	min-height: 200px;
	padding: 5px;
	border-radius: 4px;
	transform: translate(50%, -50%);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
	box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);

}
table.projects-list tr:nth-child(-n+2) .preview{
	transform: translate(50%,-20px);
}
table.projects-list tr:nth-last-child(-n+3) .preview{
	transform: translate(50%,-100%);
}
.has-preview:hover .preview {
	display: block;
}
.modal-body .nav-link{
	border: none;
	background: none;
	border-bottom: solid 2px transparent;
	font-size: 14px;
}
.modal-body .nav-link.active, .modal-body .nav-link:hover, .modal-body .nav-link:focus {
	border: none;
	background: none;
	border-bottom: solid 2px #1a91eb;
}
.counter {
	display: inline-block;
	position: absolute;
	background: #a1a6ad;
	right: -13px;
	top: 4px;
	width: 20px;
	height: 13px;
	font-size: 10px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
}
.toggle-vis {
	margin-left: 5px;
	cursor: pointer;
}
.project-main-content .slimScrollDiv {
	margin: 0 -24px 30px -19px;
	padding: 0 14px 0px 0px;
}
.list-view .project-box{
	width: auto;
	height: 95px;
	overflow: visible;
	min-width: 500px;
}
.list-view .project-box .image{
	height: 69px;
	width: 100px;
	float: left;
	padding-bottom: inherit;
	margin-top: 5px;
}
.list-view .project-box .stack{
	display: none;
}
.list-view .project-box .info{
	float:left;
	width: calc(100% - 100px) !important;
	box-shadow: none;
	height: 80px;
	padding: 13px 0px 1px 15px;
}

.list-view .project-box .info .link-wrap{
	display: block;
	float: left;
	width: 25%;
}
.list-view .project-box .info .users-list{
	float: right;
	margin-left: 10%;
	top:-24px;
}
.list-view.project-versions .project-box .info .users-list{
	top:inherit;
}
.list-view .project-box .info .users-list img {
	-webkit-transform: scale3d(1,1,1);
	transform: translate3d(1,1,1);
	transition: transform 0.6s;
	z-index: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 3px solid #fff;
	margin-left: -18px;
}
.project-header .users-list{
	height: inherit;
	overflow: inherit;
	width: fit-content
}
.project-header .users-list li img, .discussion-header .users-list li img  {
	-webkit-transform: scale3d(1,1,1);
	transform: translate3d(1,1,1);
	transition: transform 0.6s;
	z-index: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 2px solid #fff;
	margin-left: -24px;
}
.list-view .project-box .info .users-list li, .project-header .users-list li, .discussion-header .users-list li{
	position: relative;
}
.list-view .project-box .info .users-list li:hover img, .project-header .users-list li:hover img ,.discussion-header .users-list li:hover img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transform: scale3d(1.2,1.2,1);
	transform: scale3d(1.2,1.2,1);
	z-index: 1;
	position: relative;
}
.users-list .title{
	position: absolute;
	color: #fff;
	top: 0px;
	left: 0px;
	margin-top: -21px;
	margin-left: -24px;
	font-size: 12px;
	font-weight: bold;
}
.list-view .project-box .action_button button{
	border: none;
	line-height: 19px;
}
.list-view .project-box .image .customer{
	display: none;
}
.list-view .ctrls{
	display: none;
}
.list-view .users-list{
	height: 42px;
	overflow: visible;
}
.list-view .users-list li{
	width: inherit;
}
.list-view .users-list .add-user{
	height: 38px;
	width: 38px;
	line-height: 38px;
	margin-left: -21px;
	font-size: 14px;
}
.list-view .project-actions{
	display: block;
	margin-left: 5%;
	position: relative;
	top: -34px;
}
.bg-img-cercle {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font: 400 20px/50px Helvetica,Arial,sans-serif;
	text-align: center;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	margin-left: -24px;
	top: 0px;
	left: 0px;

}
.project-header{
	height: 265px;
	margin: 0px -15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.coverphoto-gradient {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	height: 100%;
	padding-left: 3rem!important;
}
.coverphoto-effect {
	background:url('../img/pattren-cover-project.png');
	height: 100%;
}
.project-header .add-user{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(21, 133, 216);
	border-radius: 50%;
	background-image: -moz-linear-gradient( 90deg, rgb(25,145,235) 0%, rgb(46,161,248) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(25,145,235) 0%, rgb(46,161,248) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(25,145,235) 0%, rgb(46,161,248) 100%);
	width: 48px;
	height: 48px;
	color: #fff;
	text-align: center;
	padding-top: 13px;
	cursor: pointer;
}
.project-infos{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 100%;
}
.project-infos  li {
	width: 50%;
	float: left;
	height: 40px;
	overflow: hidden;
}
.project-infos  li p{
	line-height: 20px;
	letter-spacing: 0px;
	color: #797f89;
	font-size: 14px;
}
.project-infos  li span {
	width: 50%;
	float: left;
	text-transform: capitalize;
	font-size: 14px;
	color: #000;
	font-family: 'Proxima Nova Lt';
	font-style: normal;
	font-weight: 600;
}
.project-infos  li span i{
	background-color: #e1e0e0;
	border-radius: 3px;
	height: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	float: left;
	margin-right: 8px;
	font-size: 12px;
	color: #7f8184;
}
.c-7f8fa4{
	color: #7f8fa4;
}
.event-list{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.event-list .label, .event-list date{
	display: block;
	padding-left: 18px;
}
.event-list li{
	margin-bottom: 15px;
}
.modal-open {
	overflow: hidden !important;
	position: relative;
	padding-right: 0px !important;
}
.tags {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.tags li{
	float: left;
	background: #f0f2f5;
	border-radius: 3px;
	padding: 0 5px;
	margin-right: 5px;
}
ul.filter {
	padding: 12px 15px 15px 20px;
}
.participants-dropdown {
	width: 350px;
}
.participants-dropdown .filter li:first-child {
	padding-left: 0px;
}
.participants-dropdown .filter li:last-child {
	border-right: 0;
	float: right;
}
.participants-dropdown  .icon-close {
	text-shadow: none !important;
	color: #ccc !important;
	font-size: 10px;
	position: relative;
	top: 5px;
}
.participants-dropdown .filter li {
	border-right: 1px solid #c3c3c3;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 13px;
	color: #2196f3;
	cursor: pointer;
	display: inline;
}
.participants-dropdown .icon-close {
	text-shadow: none !important;
	color: #ccc !important;
	font-size: 10px;
	position: relative;
	top: 5px;
}
.search-input {
	padding: 6px 20px 12px;
}
#ul-users {
	height: 147px;
	overflow-y: auto;
	overflow-x: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
#ul-users a:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #ddd;
	display: block;
	top: 5px;
	position: relative;
}
.participants-dropdown .dropdown-item {
	padding: 8px 0px;;
}
.participants-dropdown  .profile {
	border-radius: 50%;
	width: 31px;
	height: 31px;
	object-fit: cover;
	object-position: center;
	float: left;
	margin-right: 14px;
}
.participants-dropdown  h2 {
	margin-bottom: 0;
	font-size: 12px;
}
.participants-dropdown .created-annot  {
	width: 202px;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 11px;
	color: #6a6a6a;
}
.participants-dropdown .md-check {
	float: right;
	position: relative;
	top: -7px;
}
#participants:after{
	margin-top: -17px
}
.remove-cont{
	font-size: 12px;
	margin-left: 4px;
	color: #bdb9c1;
	font-weight: 100;
}
.discussion-header{
	padding-left: 30px;
}
/****************** Profile ***********/
.settings-module-header {
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 17px;
	color: rgb(159, 159, 159);
	border-bottom: 1px solid rgba(159, 159, 159,0.4);
	font-size: 12px;
}
.settings-update_image-image {
	cursor: pointer;
	float: left;
	width: 120px;
	height: 120px;
	background-size: cover;
	position: relative;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}
.avatar--xxlarge {
	width: 100px;
	height: 100px;
	font-size: 40px;
	line-height: 100px;
}
.avatar {
	position: relative;
	user-select: none;
}
.avatar-initials {
	color: rgb(255, 255, 255);
	font-weight: 500;
	text-indent: 1px;
	letter-spacing: 1px;
	text-align: center;
	position: absolute;
}
.avatar-image, .avatar-initials {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	display: block;
	pointer-events: none;
	border-radius: 50%;
	overflow: hidden;
	height: 100px;
	background-position: center !important;
	background-size: cover !important;
}
.settings-update_image-input {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.settings-update_image-content {
	margin-left: 170px;
	padding-top: 20px;
}
.settings-update_image-btn {
	cursor: pointer;
	position: relative;
	text-align: center;
}
.settings-update_image-input {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.settings-fieldset-error, .settings-update_image-error, .settings-update_image-hint {
	font-size: 12px;
	color: #9F9F9F;
	line-height: 1.4;
}
.btn--secondary {
	background-color: transparent;
	border: 1px solid #0E74E6;
	color: #0E74E6;
	position: relative;
	top: 1px;
}
.btn--secondary:hover {
	background-color: #0E74E6;
	border: 1px solid #0E74E6;
	color: #FFF;
}
.settings-fieldset {
	margin: 10px 0;
	padding: 0;
	border: 0;
}
.settings-fieldset-label {
	display: inline-block;
	width: 160px;
	text-align: right;
	margin-right: 10px;
	font-size: 14px;
	line-height: 32px;
	vertical-align: middle;
	color: #9F9F9F;
	padding-top: 7px;
}

.form-input {
	-webkit-appearance: none;
	display: block;
	height: 32px;
	padding-left: 10px;
	line-height: 32px;
	border: 1px solid #DDD;
	border-radius: 3px;
	outline: 0;
	font-size: 14px;
}
.settings-fieldset-input {
	display: inline-block;
	width: calc(100% - 245px);
	vertical-align: middle;
}
.form-input, .input, .select-text {
	min-width: 260px;
}
.css-1bxslks, [data-css-1bxslks] {
	border-bottom: 1px solid rgba(159, 159, 159,0.4);
	color: #9F9F9F;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 20px;
	padding-bottom: 17px;
	text-transform: uppercase;
}
.css-1ootiwv, [data-css-1ootiwv] {
	color: #BBBBBB;
	font-size: 14px;
	line-height: 20px;
	margin-left: 170px;
}
.dashboard .box-header {
	background: #fff;
	position: relative;
	padding: 20px 25px;

}
.dashboard .project-box {
	position: relative;
	width: inherit;
	display: block;
	margin: 0 15px;
	overflow: hidden;
	box-shadow: none;
	padding: 10px;
	background: #fff;
	border-radius: 3px;
}
.dashboard .project-box .image{
	height: inherit;
	padding: 0px;
}
.dashboard .box{
	border-radius: 5px;
	overflow: hidden;
	height: 93%;
}
.boxes .box {
	height: 165px;
	padding: 56px 53px !important;
	text-align: left;
}
.boxes .box small.text-muted {
	font-size: 14px;
	color: #aeaeaf;
}
.boxes .box h4 {
	font-size: 36px;
	font-family: 'Proxima Nova Cn Lt';
}
.tooltip.bs-tether-element{
	font-size: 13px !important;
}
.user-menu a.dropdown-item {
	color: #72828a;
	padding: 6px 30px;
}
.user-menu a.dropdown-item:active {
	text-decoration: none;
	background-color: #f7f7f9;
}
.checkmark {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	box-shadow: inset 0px 0px 0px #7ac142;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
	top: 9px;
	position: relative;
	margin-left: 15px;
}
.checkmark__circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #7ac142;
	fill: none;
	animation: stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) infinite forwards;
}
.checkmark__check {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

@keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes scale {
	0%, 100% {
		transform: none;
	}
	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}
@keyframes fill {
	100% {
		box-shadow: inset 0px 0px 0px 30px #7ac142;
	}
}

@keyframes fill-2 {
	100% {
		box-shadow: inset 0px 0px 0px 30px #7ac142;
		border:2px solid #fff;
	}
}
/**************************************/
#breadcrumbsNav li.more {
	width: 4em;
	text-align: center;
	display: none;
}
#breadcrumbsNav li.more:hover #breadcrumbsNavoverflow {
	opacity: 1;
	visibility: visible;
}
#breadcrumbsNav li a,
#breadcrumbsNav li span {
	display: block;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
#breadcrumbsNavoverflow {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	text-align: left;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background: #fff;
	list-style: none;
	border: 1px solid #eee;
	border-radius: 3px;
	box-shadow: 0 6px 5px -5px rgba(177,178,179,0.5);
	padding: 10px 0px;
}
#breadcrumbsNavoverflow li { float: none; }
#breadcrumbsNavoverflow li a {
	white-space: nowrap;
	padding: 10px 20px;
}
#breadcrumbsNavoverflow a:after{display: none}
#breadcrumbsNavoverflow a:hover{
	color: #1d1e1f;
	text-decoration: none;
	background-color: #f7f7f9;

}
table .md-check{
	margin-right:  0 !important;
	margin-left: 50%;
}
table .md-check > i::before {
	width: 14px;
}
table .md-check > i{
	height: 14px;
}
table .md-check input:checked + i::before {
	border-color: #2196f3;
	background-color: inherit;
	border-width: 2px;
}
table .md-check input[type="checkbox"]:checked + i::after{
	top:1px;
	width: 4px;
	height: 10px;
}
table  .md-check input[type=radio]:checked+i:after{
	left: 4px;
	top: 4px
}
.tl-container .slimScrollBar{
	background: rgb(197, 200, 204)!important;
	width: 8px !important;
	right: 4px !important;
}
.tl-container .slimScrollRail{
	width: 10px !important;
	opacity: 0.05 !important;
	border-radius: 0px !important;
}
body.activities{
	overflow: hidden;
}
body.activities .no-record{
	margin-top: 16%;
}
.notification{
	padding: 0 15px;
}

.big-preview {
	position: relative;
	display: inline-block;
}

.big-preview .preview {
	display: none;
	width: 250px;
	height: 160px;
	background-color: #fff;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	padding: 5px;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: -170px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.08);
}

.big-preview:hover .preview {
	display: block;
}
[class^="svg-icon-"]{
	display: inline-block;
	width: 24px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: top left;
	float: none  !important;
}
.svg-icon-nopriority{
	background-image: url('../img/icons/p1.svg');
}
.svg-icon-lowpriority{
	background-image: url('../img/icons/p2.svg');
}
.svg-icon-mediumpriority{
	background-image: url('../img/icons/p3.svg');
}
.svg-icon-hightpriority{
	background-image: url('../img/icons/p33.svg');
}
.svg-icon-criticalpriority{
	background-image: url('../img/icons/p4.svg');
}
.no-record:before{
	content: '';
	display: block;
	height: 116px;
}
.no-record{
	text-align: center;
	font-size: 16px;
}
.no-record:after{
	content: '';
	display: block;
	height: 116px;
}
#explorer.collapsed .header {
	padding:0px;
	border: none;
}
#explorer.collapsed a, #explorer.collapsed .wrapper-sticky{
	display: none !important;

}
.row-filter-calendar{
	margin:0px -5px -40px -5px;
}
.btn-expander{
	float: left;
	width: 60px;
	height: 54px;
	padding: 19px 18px;
	border-radius: 0;
	border-right: solid 1px #e9eff3;
	margin-left: -15px;
	margin-top: -9px;
	margin-bottom: -12px;
	font-size: 17px;
	cursor: pointer;
}
.btn-expander:hover{
	color: #429bd7;
	background-color: #eff3f6;
}
i.expander.fa.fa-times {
    padding: 16px;
    position: absolute;
    right: 0px;
    top: 0px;
		display: block;
}
.expander:hover{
	cursor: pointer;
	color: #429bd7;
}
.search-dropdown .dropdown-toggle:after{
	display: none;
}
a.list-group-item.unread {
	background: #eef1f3;
}
.upload-dropdown .dropdown-menu {
	transform: translate3d(0px, 37px, 0px) !important;
	right: 0px;
	left: auto !important;
}
.upload-dropdown .dropdown .dropdown-menu:before,.dropdown .dropdown-menu:after {
	right: 8px;
}
#project-list  .dropdown-menu:after{
	left:0px;
}
#project-tags{
	display: none;
}
.list-view #project-tags{
	display: block;
	margin: 6px 0px;
	clear: both;
}
.list-view  .num-designs{
	display: inline-block !important;
}
.list-view .num-designs:before {
	content: ' - ';
	margin-left: 9px;
	margin-right: 9px;
}
.projects-container{
	width: 100%;
}

.list-view .project{
	float: inherit;
	max-width: inherit;
	width: 100%;
	margin: 0px;
}
.project-actions .c-c5d0de.p-x-xs {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-top: 5px;
}
.project-actions .c-c5d0de i.fa {
	background: #e9edef;
	color: #798f9b;
	font-size: 12px;
	border-radius: 50%;
	height: 24px;
	width: 24px;
	overflow: hidden;
	line-height: 24px;
	text-align: center;
	top: 9px;
	position: relative;
}
.list-view .new-project{
	display: none;
}
.list-view .action_button .btn-group{
	display: none;
}
.default{
	cursor: default !important;
}
.archived{
	/*	display: none;*/
}
.btn.white, .btn.btn-default {
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}
.btn.white:not([disabled]):hover, .btn.white:not([disabled]):focus, .btn.white:not([disabled]).active, .btn.btn-default:not([disabled]):hover, .btn.btn-default:not([disabled]):focus, .btn.btn-default:not([disabled]).active {
	box-shadow: inset 0 -10rem 0px rgba(158, 158, 158, 0.1);
}
.project-side-bar{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0   335px;
	-ms-flex: 0 0  335px;
	flex: 0 0  335px;
	max-width: 335px;
}
#map{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0  calc(100% - 335px);
	-ms-flex: 0 0  calc(100% - 335px);
	flex: 0 0  calc(100% - 335px);
	max-width: calc(100% - 335px);
}
.list {
	padding-left: 0;
	padding-right: 0;
	border-radius: 3px;
}
.list-item {
	display: block;
	position: relative;
	padding: 12px 0px;
}
.list-left {
	float: left;
	padding-right: 1rem;
}
.list-left + .list-body {
	margin-left: 56px;
}
.list-item::after {
	content: "";
	display: table;
	clear: both;
}
.list-body:after {
	content: "";
	position: absolute;
	left: -15px;
	right: -15px;
	bottom: 0;
	border-bottom: 1px solid rgba(120, 130, 140, 0.065);
}
.text-ellipsis {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.text-ellipsis.name {
	display: inline-block;
	max-width: 56%;
}
#MPview-toggler{
	margin: 8px;
}
.project-view.active{
	color: #0288d1
}
.gray-btn{
	background-color: #acacad;
	color: #fff;
}
.gray-btn:hover,.gray-btn:active,.gray-btn:visited{
	background-color: #969696;
	color: #fff;
}
.gm-style-iw:nth-child(3){
	background: red;
}
.bulk-actions {
	background: #fff;
	position: fixed;
	bottom: 0px;
	box-shadow: 0 -1px 0 rgba(76,86,103,.2), 0 -2px 35px rgba(31,37,50,.14);
	z-index: 1000;
	right: 0;
	width: calc(100% - 250px);
	height: 49px;
	padding: 15px 0;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	display: none;
}
.bulk-actions .selected-screens {
	font-size: 12px;
	color: #4a556b;
	font-weight: 600;
	text-transform: uppercase;
	float: left;
	margin: 1px 0 0 21px;
	line-height: 22px;
}
.bulk-actions div.checker {
	border: 0;
	border-radius: 0;
	z-index: 1;
	height: 25px;
	width: 24px;
	margin: 0 0 0 35px;
	display: block;
	float: left;
	line-height: 21px;
}
.bulk-actions .bulk-options {
	margin: -15px 0 0 -343px;
	position: absolute;
	left: 50%;
}
.bulk-actions .bulk-options .list-item {
	float: left;
}
.bulk-actions .bulk-options .list-item .btn{
	margin: 0 7.5px;
}
.bulk-actions .bulk-options .link {
	display: block;
	text-indent: -9999px;
	opacity: .9;
	filter: alpha(opacity=90);
}
.action-trigger{
	padding: 9px 6px 4px 13px;
}
#dynamic-data{
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#Ownerplans{
	padding:15px;
	width: 100%;
	max-height: 450px;
	overflow-y: scroll;
}
#Ownerplans .cartAside:first-child{
	margin-top: 0px !important;
}
#dropdownplans {
	text-align: left;
	text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 30px;
}
#dropdownplans:after {
	right: 16px;
	position: absolute;
	content: "\f0dc";
	top: 13px;
	color: #000 !important;
}
#Ownerplans:after{
	right: inherit;
}
#Ownerplans .cartAside h1 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.progressDetails sup{
	font-size: 11px;
	top: -17px;
	color: #c1c1c1;
}
.datepicker-days{
	padding: 0px 15px;
}
#CreateProjectMapCanvas {
	position: relative;
	height: 248px;
	width: 100%;
	border-left: solid 15px #fff;
	border-right: solid 15px #fff;
}
.AdressCreateProjectMapCanvas {
	margin: 0 auto;
	background: #fff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 5px;
	position: absolute;
	bottom: 0px;
	left: 15px;
	z-index: 9;
	width: 93%;
}
.hosting .md-check{
	margin: 0px !important;
}
body.invoices{
	padding-top: 64px;
}

.list-group-gap .list-group-item {
	border-color: rgba(0, 0, 0, 0.15);
	margin-bottom: 15px;
	border-radius: 4px;
	padding: .75rem 1.25rem;
}
.list-group-gap .title{
	font-size: 16px;
	font-family: 'Proxima Nova Rg';
	font-style: normal;
	font-weight: bold;
}
.list-group-gap .list-group-item:hover {
	border-color:rgba(66, 155, 213, .6);
	background-color: #f9fdfe
}
.list-group-gap .list-group-item:hover .title {
	color: #429bd5;
}
.list-group-gap .list-group-item.coming-soon:hover {
	border-color:rgba(0, 0, 0, 0.15);
	background-color: rgba(0, 0, 0, 0.015);
}
.list-group-gap .list-group-item.coming-soon:hover .title {
	color: rgba(0, 0, 0, .7);
}
.list-group-gap .list-group-item.coming-soon:hover .desc {
	color: rgba(0, 0, 0, 0.15);;
}
.list-group-gap .list-group-item.coming-soon:hover img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.list-group-gap .list-group-item.coming-soon:hover:after {
	display: none;
}
span.pull-right.mx-2.connectedAuser {
	position: absolute;
	right: 7px;
	top: 18px;
	text-align: right;
}
#Autodesk{
	cursor: pointer;
}

.UAprojectFolders,.UAFolder,.UAFile,.UADFile {
	position: relative;
	padding-left: 28px;
}
.UAprojectFolders:before,.UAFolder:before, .UAFile:before,.UADFile:before {
	display: block;
	content: '';
	height: 18px;
	width: 18px;
	position: absolute;
	left: 3px;
	top: -1px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.UAprojectFolders:before{
	background-image: url('../img/build.svg');
}
.UAFolder:before{
	background-image: url('../img/Local.svg');
}
.UAFile:before{
	width: 21px !important;
	height: 25px !important;
	left: 0px !important;
	top:-3px !important;
}
.UAFile[data-type="tzf"]:before{
	background-image: url('../img/icons/TZF.svg');
}
.UAFile[data-type="rcs"]:before{
	background-image: url('../img/icons/RCS.svg');
}
.UAFile[data-type="rcp"]:before{
	background-image: url('../img/icons/RCP.svg');
}
.UAFile[data-type="zfs"]:before{
	background-image: url('../img/icons/ZFS.svg');
}
.UAFile[data-type="zfc"]:before{
	background-image: url('../img/icons/ZFC.svg');
}
.UAFile[data-type="3dd"]:before{
	background-image: url('../img/icons/3DD.svg');
}
.UAFile[data-type="iqmod"]:before{
	background-image: url('../img/icons/IQMOD.svg');
}
.UAFile[data-type="iqscan"]:before{
	background-image: url('../img/icons/IQSCAN.svg');
}
.UAFile[data-type="flw"]:before{
	background-image: url('../img/icons/FLW.svg');
}
.UAFile[data-type="ptx"]:before{
	background-image: url('../img/icons/PTX.svg');
}
.UAFile[data-type="pts"]:before{
	background-image: url('../img/icons/PTS.svg');
}
.UAFile[data-type="e57"]:before{
	background-image: url('../img/icons/E57.svg');
}
.UAFile[data-type="fls"]:before{
	background-image: url('../img/icons/FLS.svg');
}
.UAFile[data-type="ifc"]:before{
	background-image: url('../img/icons/IFC.svg');
}
.UAFile[data-type="rvt"]:before{
	background-image: url('../img/icons/RVT.svg');
}
.UAFile[data-type="nwc"]:before{
	background-image: url('../img/icons/NWC.svg');
}
.UAFile[data-type="nwd"]:before{
	background-image: url('../img/icons/NWD.svg');
}
.UAFile[data-type="dwg"]:before{
	background-image: url('../img/icons/DWG.svg');
}
.UAFile[data-type="dxf"]:before{
	background-image: url('../img/icons/DXF.svg');
}
.UAFile[data-type="dae"]:before{
	background-image: url('../img/icons/DAE.svg');
}
.UAFile[data-type="3ds"]:before{
	background-image: url('../img/icons/3DS.svg');
}
.UAFile[data-type="jt"]:before{
	background-image: url('../img/icons/JT.svg');
}
.UAFile[data-type="dgn"]:before{
	background-image: url('../img/icons/DGN.svg');
}
.UAFile[data-type="step"]:before{
	background-image: url('../img/icons/STEP.svg');
}
.UAFile[data-type="stp"]:before{
	background-image: url('../img/icons/STP.svg');
}

.UADFile:before{
	background-image: url('../img/file-solid.svg');
}
.nbf{
	padding-left: 1rem !important;
}
.nbf:before{
	display: none !important;

}
#AutodeskLoader {
	display: block;
	width: 94%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	position: absolute;
	z-index: 8;
	top: 0px;
	text-align: center;
	vertical-align: middle;
	line-height: 82px;
}
.stepBack {
	color: #9494947d;
	font-weight: 100;
	font-size: 16px;
	position: absolute;
	left: -7px;
	top: -11px;
	outline: 0;
}
.stepBack:hover{
	color: #9494947d;
}
#UALIST_wrapper div, #UALIST_wrapper table {
	width: 100% !important;
}
#UALIST>tbody>tr>td,#UALIST_wrapper th {
	padding: 0px;
	line-height: 26px;
}
#UALIST.loading:before{
	z-index: 1;
  content:"";
  display: block;
  width: 99%;
  height: 96%;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
#UALIST.loading:after{
	z-index: 1;
	position: absolute;
	content: "\f110";
  font: normal normal normal 14px/1 FontAwesome;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	font-size: 24px;
	left: 45%;
	top: 40%;
}
.uapath{
	max-width: 76%;
}
.uapath .breadcrumb{
	width: 100%;
	height: 35px;
}
.ui-tooltip{
	display: none !important;
}

span.feature-badge {
	position: absolute;
	background: #f5bd0e;
	color:#FFF;
	font-size: 10px;
	padding: 3px 5px;
	font-size: 10px;
	border-radius: 999px;
	line-height: 13px;
	min-width: 16px;
	height: 16px;
	text-align: center;
	margin-left: 5px;
	margin-top: 3px;
}
span.feature-badge.CSD, .btn.CSD{
	background: #a5a5a5;
	color:#FFF;
}
.btn.VA{
	background: #f5bd0e;
	color:#FFF;
}
#ConfirmBimAuth {
	z-index: 9999999;
}
#ConfirmBimAuth .modal-dialog{
	width: 540px;
}
.addrBook_detail{
	list-style: none;
	padding-left: 15px;
}
.Pack .header {
	background: #3182B5;
	color: #fff;
	padding: 13px;
}
.activeP {
	border: 1px solid #388dbd;
	background: #4aa6da;
	color: #fff;
	border-radius: 4px;
	padding: 2px 5px;
	font-size: 12px;
	position: absolute;
	margin-top: 9px;
	height: 19px;
	line-height: 14px;
	margin-left: 72px;
}
tr.disabled td {
	color: #b9b9b9;
}
.token{
	padding: 22px;
	border-bottom: solid 1px #ddd;
	cursor: pointer;
}
.token .packChecker{
	position: absolute;
	right: 15px;
	top: 15px;
	opacity: 0;
}
.token .packChecker:checked{
	opacity: 1;
}
.tokens > .token:nth-of-type(odd){
	border-right:solid 1px #ddd;
}

.token .outer-shape{
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: solid 2px #3c9bd5;
	border-radius: 100%;
}
.token .shape{
	background: #daecf7;
	border-radius: 100%;
	border:solid 5px #fff;
	vertical-align: middle;
	line-height: 64px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
}
.token .shape span{
	font-size: 18px;
	padding-right: 2px;
}
.token .title{
	background: #dfeff8;
	width: 78px;
	text-align: center;
	border-radius: 16px;
	margin: 0 AUTO;
	margin-top: -10px;
	font-size: 14px;
	color: #fff;
}
.token .price{
	text-align: center;
	color: #3c9bd5;
	font-size: 24px;
	margin-top: 5px;
}
.token.active, .token:hover{
	background: #daecf7;
}
.aio-nodes .feature-badge {
	margin-top: 0px;
}
.token.active .tokenSelector {
	background: rgb(60, 155, 213) !important;
	color: #fff !important;
	border: solid 1px rgb(60, 155, 213) !important;
}
.SharingLink{
	font-size: 28px;
	padding: 15px 17px;
	border-radius: 100%;
	background: #A9A9A9;
	color:#fff
}
/***********************/
#bimNav li.more {
	width: 30px;
	text-align: center;
	display: none;
	float: left;
}
#bimNav li.more:hover #bimNavOverflow {
	opacity: 1;
	visibility: visible;
}
#bimNav li a,
#bimNav li span {
	display: block;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
#bimNavOverflow {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	text-align: left;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background: #fff;
	list-style: none;
	border: 1px solid #eee;
	border-radius: 3px;
	box-shadow: 0 6px 5px -5px rgba(177,178,179,0.5);
	padding: 10px 0px;
	z-index: 99999;
	padding: 15px;
}
#bimNavOverflow li { float: none; }
#bimNavOverflow li a {
	white-space: nowrap;
	padding: 10px 20px;
}
#bimNavOverflow a:after{display: none}
#bimNavOverflow a:hover{
	color: #1d1e1f;
	text-decoration: none;
	background-color: #f7f7f9;
}
.list-group-item.locked-feature *{
	color: #afafaf;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
 filter: grayscale(100%);
 cursor: pointer;
}
.list-group-item.locked-feature:hover{
	border-color: rgba(222, 222, 222, 0.6);
  background-color: #f3f3f3;
}
.list-group-item.locked-feature:hover .title {
    color: #a5a5a5;
}
.list-group-item.locked-feature:after{
	content:"\f023";
	position: absolute;
	right: 43px;
  top: 22px;
	background: rgba(222, 222, 222, 0.6);
	border-radius: 20px;
	padding: 5px 7px;
	display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.nav-pills .nav-item.show .nav-link{
	cursor: pointer;
	color: inherit;
}
.nav-pills .nav-link:hover,.nav-pills .nav-link.active{
	color: #fff;
	background: none !important;
}
.tooltip.special .tooltip-inner{
	max-width: 500px !important;
}
div#aec-news {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 290px;
    min-height: 211px;
    background: #fff;
    z-index: 99999999;
    border-radius: 4px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
    overflow: hidden;
		padding-bottom: 10px;
}
#aec-news .header {
    background: #3290ce;
    color: #fff;
    font-size: 16px;
    padding: 8px 35px 8px 15px;
    text-align: center;
}
#aec-news #closeNews{
	color: #fff;
	font-weight: 100;
	font-size: 24px;
	font-family: Helvetica,Arial,sans-serif;
	position: absolute;
	right: 10px;
	top: 0px;
	outline: 0;
	cursor: pointer;
	display: inline-block;
}
#aec-news .body{
	text-align: center;
}
#aec-news .body .title{
  font-size: 16px;
	color: #3290ce;
	padding: 15px 9px 0 9px;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#aec-news .content{
	padding: 0px 15px;
	height: 130px;
}
#aec-news .content .btn{
	margin: 8px;
}
#aec-news .footer{
	padding:0 15px;
}
#tmpData img{
	display: block;
	margin: 2px;
}
#tmpData p{
	padding: 6px 0 !important;

}

.circle-group{
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: inline-block;
  color: #fff;
  text-align: center;
	margin-right: 8px;
	line-height: 36px;
}
.b-info {
    border: 1px solid #3eacff;
    color: #263b5d;
    border-radius: 16px;
    padding: 5px 15px;
		cursor: pointer;
}
.b-info.active,.b-info:hover {
    color: rgba(255,255,255,.87)!important;
    background-color: #3eacff!important;
}
.btn-group>.b-info:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -5px;
}
.btn-group>.b-info:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.editrole{
	color: #ddd;
}
.editrole:hover{
	color: inherit;
}
#Close-pdf-viewer{
	position: absolute;
  right: 0px;
  top: -41px;
}
/******************** subscriptions ***************/
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #fff;
		box-shadow: 1px 0 1px 0 rgba(0,0,0,0.05);
}

#sidebar .sidebar-header {
	border-width: 1px;
	border-color: #ecedf0;
	border-style: solid;
	background-image: -moz-linear-gradient(90deg,#f4f6fa 0,#fff 100%);
	background-image: -webkit-linear-gradient(90deg,#f4f6fa 0,#fff 100%);
	background-image: -ms-linear-gradient(90deg,#f4f6fa 0,#fff 100%);
	height: 48px;
	position: relative;
	margin: 0;
	padding: 13px 15px;
	white-space: nowrap;
	font-family: 'Proxima Nova Lt';
  font-style: normal;
  font-weight: 600;
	font-size: 14px ;
	text-transform: uppercase;
	margin-bottom: 7px;
}
#sidebar .sidebar-filter,#sidebar .sidebar-actions,#sidebar .sidebar-content{
	padding: 8px 15px;
}
#container {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
		padding: 15px;
}
#subscription-list{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#subscription-list li{
	padding: 15px;
	border-radius: 3px;
	border:solid 1px #cfd7e3;
	border-left:solid 4px #cfd7e3;
	margin-bottom: 15px;
}
#subscription-list li.active {
    border-color: #009afc !important;
    background: #f7f8fa;
}
#subscription-list li h4{
	font-size: 14px;
	color: #171717;
	margin: 0px;
	padding-right: 24px;
	position: relative;
}
#subscription-list li h4 a{
	position: absolute;
	top: 0px;
	right: 0px;
}
.tag{
	border-radius: 20px;
	padding: 2px 15px;
	font-size: 12px;
	margin-top: 10px;
}
.tag.active-sub{
	background: #e2edf8;
	color:#009afc;
	border: none;
}
.tag.active-sub.detail{
font-size: 14px;
    padding: 4px 15px;
    margin-top: 0;
}

.tag.expired-sub{
	background: #edf0f4;
	color: #808f9f;
	border: none;
}
.tag.expired-sub.detail{
	font-size: 14px;
    padding: 4px 15px;
    margin-top: 0;
}

#subscription-list li .tag.expired-sub{
	background: #edf0f4;
	color:#808f9f;
	border: none;
}
.subsbadge{
	border-radius:16px;
	color: #fff;
	text-transform: uppercase;
	background: #009afe;
	font-size: 10px;
	text-align: center;
	padding: 2px 5px;
	margin-top: 10px;
	margin-left: 8px;
}
.subsbadge.VA{
	background: #f5bd0e;
}
.free{
	background: #14335c;
}
#container .content{
	background: #fff;
	background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 3px;
	border:solid 1px #dfe2e5;
	padding:30px;
}
.sidebar-content .slimScrollDiv{
	margin: -15px;
	padding: 15px;
}
.product-column{
    width: calc(16% - 0.6rem);
    overflow: hidden;
		min-width: 237px;
		max-width: 266px;
}
.product-column .image{
	border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}
#productContainer .slimScrollDiv{
	padding-right: 15px;
}
#productContainer .product-column .actions{
	display: none;
}
#productContainer .product-column:hover .actions {
    display: block;
    background: rgba(0, 109, 235, 0.82);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer;
		display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-outline-white:hover{
	border:solid 1px #fff;
	background: #fff;
	color: #3d75e0;
}
.btn-outline-white{
	border:solid 1px #fff;
}
.mw-266{
	max-width: 266px;
}
.mtn-1{
	margin-top:-5px;
}
.subscribeVa{
	background: #f5bd0e;
}
.subscribeVa:hover{
	background: #ecb60b;
}
div.errors {
    color: #fa3b25;
    font-size: 12px;
    padding-right: 5px;
}
i.text-top:before {
    vertical-align: text-top;
}

.slimScrollBar {
    z-index: 4 !important;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav {
	z-index: 4 !important;
}

[data-after-load-href]{
	cursor: not-allowed;
    opacity: .65;
}

body.sharedproject {
	padding-top: 0;
}
