
body.cpm-ui,
.cpm-ui .navbar-white,
.cpm-ui .main-footer,
.cpm-ui [class*=sidebar-light-] {
		background-color: #f3f2f1;
	}
	
@media (max-width: 576px) {
  .login-box,
  .register-box {
    margin-top: .5rem;
    width: 100%;
  }
}

.none-sidebar.cpm-ui .main-header .navbar-brand{
	margin-left: 20px;
}
.cpm-ui .main-header .navbar-collapse {
    position: relative;
}

.cpm-ui .content-wrapper {
    background-color: #f3f2f1;
	/* padding:10px 20px; */
}
.cpm-ui .main-header .navbar-brand {
    line-height: 40px;
	vertical-align:middle;
    margin-left: 0.5rem;
}
.cpm-ui .main-header .navbar-brand img{
    max-height: 40px;
}
.cpm-ui .content-wrapper {
	display:flex;
	
}
.cpm-ui:not(.login-page) .content-wrapper>.workspace{
	padding:15px 10px;
	background-color: #fff;
    border-radius: 0.25rem;
    box-shadow:0 0 2px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.12);
	position:relative;
	width:100%;
}
.cpm-ui .main-footer {
    border-top: none !important;
}
.cpm-ui [class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link,
.cpm-ui [class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link {
    background-color: #fff;
    color: #2c7be5;
	font-weight:500;
}
  .cpm-ui .wrapper .main-header .brand-image {
		margin-top: -0.5rem;
		margin-right: 0.2rem;
		height: 33px;
	}
	.cpm-ui #sidebar-overlay {
		top: 56px;
	}
	.cpm-ui.sidebar-collapse .nav-sidebar .menu-open>.nav-treeview {
		display: none;
	}
	body:not(.layout-fixed.cpm-ui) .main-sidebar {
		top: 81px;
		min-height: calc(100% - 58px);
	}
	.cpm-ui .main-sidebar {
		top: 56px;
	}
	
	.cpm-ui .nav-link.nav-bars i{
		font-size: 1.1rem !important;
	}
	.cpm-ui.login-page .content-wrapper,
	.cpm-ui.login-page .main-footer,
	.cpm-ui.login-page .main-header,
	.cpm-ui.register-page .content-wrapper,
	.cpm-ui.register-page .main-footer,
	.cpm-ui.register-page .main-header,
	.notLogged .content-wrapper,
	.notLogged .main-footer,
	.notLogged .main-header {
		margin-left: 0px !important;
	}
	.notLogged .main-sidebar,
	.notLogged .main-sidebar::before{
		display:none !important;
		width:0px !important;
	}
	.notLogged .main-header .navbar-toggler,
	.notLogged .main-header .nav-link.nav-bars,
	.notLogged .main-header .nav-link.nav-bars,
	.notLogged .main-header #btn-search  {
		display:none !important;
	}
	.cpm-ui .login-logo,
	.cpm-ui .register-logo {
        margin-bottom: 30px;
	}
	.cpm-ui.login-page .content-wrapper,
	.cpm-ui.login-page .main-footer {
		box-shadow: none !important; 
		background: none !important; 
	}
	.lockscreen-wrapper {
		margin:20px;
	}
	.cpm-ui.login-page  {
		background-image: url(../img/bg_1-min.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		height:90vh;
	}
.main-header .navbar-nav .nav-item>a:hover{ color: #6db653;font-weight:450; }
	/*
.main-header .navbar-nav .nav-item:nth-child(odd)>a{ color: #1178bd; }
.main-header .navbar-nav .nav-item:nth-child(even)>a{ color: #6bac2e; } 
.main-header .navbar-nav .nav-item:nth-child(1n)>a:hover>i{ color: #6db653; }
.main-header .navbar-nav .nav-item:nth-child(2n)>a:hover>i{ color: #dc3545; }
.main-header .navbar-nav .nav-item:nth-child(3n)>a:hover>i{ color: #007bff; }
.main-header .navbar-nav .nav-item:nth-child(4n)>a:hover>i{ color: #ffc107; }
.main-header .navbar-nav .nav-item:nth-child(5n)>a:hover>i{ color: #6db653; }*/

.control-sidebar .nav-sidebar>.nav-item:nth-child(1n)>a:hover>i{ color: #6db653; }
.control-sidebar .nav-sidebar>.nav-item:nth-child(2n)>a:hover>i{ color: #dc3545; }
.control-sidebar .nav-sidebar>.nav-item:nth-child(3n)>a:hover>i{ color: #007bff; }
.control-sidebar .nav-sidebar>.nav-item:nth-child(4n)>a:hover>i{ color: #ffc107; }
.control-sidebar .nav-sidebar>.nav-item:nth-child(5n)>a:hover>i{ color: #6db653; }
@media (min-width: 768px){
	.navbar-expand-md .navbar-nav {
		margin: 0 auto;
	}
}
	
@media (min-width: 992px){
	.sidebar-mini.sidebar-collapse .main-header {
		margin-left: 0 !important;
	}
	.main-sidebar:not(.sidebar-no-expand):hover {
		background: linear-gradient(to left, #ccc 0, #f3f2f1 1px, #f3f2f1 100%);
	}
	
}
	@media (min-width: 768px){
		body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
			transition: margin-left .3s ease-in-out;
			margin-left: 0;
		}
	}
	.nav-bars{
		width: 35px;
		text-align: center;
		margin-right:25px;
	}
	.main-header.navbar-expand-md>.navbar-nav {
		display:block;
	}
	.main-header.navbar-expand-md>.navbar-nav>.nav-item {
		display:inline-block;
	}
	.nav-bars .fa-dedent:before {
		content: "\f03b";
	}
	a.nav-bars{
		color: rgba(0,0,0,.6);
	}
	.sidebar-collapse .nav-bars .fa-dedent:before {
		content: "\f03c";
	}
	@media (max-width: 767px){
		.layout-fixed .navbar-expand .navbar-toggler {
			display: block  !important;
		}
	}
	
	.card-footer {
		background-color: transparent;
		border-top: 1px solid rgba(0,0,0,.125);
		padding: 0.75rem 1.25rem;
		position: relative;
		border-bottom-left-radius: 0.25rem;
		border-bottom-right-radius: 0.25rem;
	}
		#btn-search:hover i{color: #2c7be5;}
	@media (min-width: 767px){
		#btn-search{
			margin: auto;
			width: 100%;
			float: none;
			padding: 8px ;
			width:30px;
			border-radius: 50rem;
			-webkit-box-shadow: none;
			box-shadow: none;
			position: absolute;
			top:8px;
			right:0;
			font-size: 20px;
		}
		.navbar-white.navbar-light a.form-control.form-control-navbar,
		.cpm-ui .main-header a.form-control.form-control-navbar{
			background: none !important;
			border: none;
			color: rgba(52,58,64,.8);
		}
	
	}
/*
.cpm-ui.navbar-search-open .main-header .form-control-navbar{
	font-size:16px;
    height: 45px;
} */ 
.cpm-ui [class*=sidebar-light-] .sidebar a {
    color: #5e6e82;
}
.cpm-ui [class*=sidebar-light-] .sidebar a:hover {
    color: #5e6e82;
}
.heading-data h1 {
    font-size: 1.5rem;
    margin: 10px 0px 10px -10px;
}

.heading-data-page h1 {
    font-size: 1.5rem;
    margin: 10px 0px;
}

.cpm-ui.hide-nav .main-header,
.cpm-ui.hide-nav .main-sidebar,
.cpm-ui.hide-nav .content-header,
.cpm-ui.hide-nav .main-footer .float-right{
display:none !important;
}
.cpm-ui.hide-nav .main-footer  .float-left{
	float:none!important;
	text-align:center;
}
.cpm-ui.hide-nav .main-footer .float-left span{
	display:block !important;
}
.cpm-ui.lockscreen .content-wrapper,
.cpm-ui.login-page .content-wrapper,
.cpm-ui.register-page  .content-wrapper{
	padding-top:120px;
	z-index:2;
} 
.main-footer{z-index:1} 
#search-overlay{
    background-color: rgba(0,0,0,.1);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.navbar-search-open #search-overlay{
    background-color: rgba(0,0,0,.5);
    display: block !important;
    top: 0;
    z-index: 1040;
	transition: ease-in-out 1s ease-in-out;
}
.navbar-search-open #form-search{
    z-index: 1041;
	transition: ease-in-out 1s ease-in-out;
}
#form-search h5{
	margin-bottom: 0;
    font-weight: 400;
    line-height: 1;
}
.navbar-search-open #btn-search{
	display:none;
}

#form-search .input-group{
    border-radius: 50rem;
}
.navbar-search-open .main-sidebar{
    z-index: 1;
}
.navbar-search-open .navbar-search-block {
	position: fixed;
    z-index: 1040;
    position: absolute;
    padding: 0 50px;
	max-width:500px;
	margin-top:0px;
	margin-left:auto;
	margin-right: auto;
    top: 100px;
	bottom: auto;
}
#form-search .input-group-prepend .btn{
	border-top-left-radius:50rem;
	border-bottom-left-radius:50rem;
}
#form-search .input-group-append .btn{
	border-top-right-radius:50rem;
	border-bottom-right-radius:50rem;
}
#form-search .dropdown-menu{
	left:0 !important;
	right:0 !important;
}
.cpm-ui .main-header .card{
	box-shadow:none !important;
	margin-bottom: 0;
}
.cpm-ui .main-header .card .widget-user-username {
    font-size: 1rem;
}
.cpm-ui .main-header .card .widget-user-desc {
    font-size: .85rem;
}
.cpm-ui .card {
    box-shadow: none !important;
    /* border: 1px solid rgba(0,0,0,.125); */
}
.cpm-ui .main-footer{
    min-height: 50px;
}
.cpm-ui.isLogged .workspace{
    min-height: 550px;
}

.cpm-ui .nav-account .dropdown-menu{
	border: none !important;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0%) !important;
}
.cpm-ui .widget-user .widget-user-image {
  z-index:1;
}
.isLogged .login-box{
   margin: 50px auto;
	
}
.cpm-ui .bg-primary {
    background-color: #2c7be5!important;
}
#plan_comment div.btn {
    margin: 7px auto !important;
}
#plan_comment .btn>label {
    margin-bottom: 0px !important;
}

#plan_comment .direct-chat-messages{
min-height:300px
}
#plan_comment .direct-chat-name{
 margin-left:10px;
}
#plan_comment .direct-chat-msg.right .direct-chat-name{
 margin-left:0;
 margin-right:10px;
	float:right;
}
#plan_comment .direct-chat-msg.right .direct-chat-timestamp{
	float:left;
}
#plan_comment .modal-header .btn{
margin:0 5px;
}
#plan_comment .btn label {
    font-weight: normal;
}
#plan_comment .message .alert{
	margin: 15px auto;
}
#plan_comment .btn label {
    font-weight: normal;
}
#plan_comment .message .alert{
	margin: 15px auto;
}
.modal-title {
    display: inline-block;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    border: 1px solid #C0C5CA;
    border-radius: 0.2rem;
    background: #fff;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 38px;
    height: 38px;
    font-size: 1rem;
}
.input-group .form-control.form-control-sm {
    height: 31px;
}


@media (min-width: 768px){
	
	.cpm-ui .login-box,
	.cpm-ui .register-box {
		width: 420px;
	}
	.cpm-ui .main-header .navbar-nav.top-nav .nav-link{
		position: relative;
			text-align:center;
			min-width:90px;
			padding: 0.35rem 0.5rem;
		}
       
	.cpm-ui .main-header .navbar-nav.top-nav .nav-link>i.fa{
			font-size:20px;
		}
	.cpm-ui .main-header .navbar-nav.top-nav .nav-link>span>.badge{ 
		position: absolute;
			top: 5px;
		right: 20px;
	}
	
	.cpm-ui .main-header .navbar-nav.top-nav .nav-link{
                height:60px;
				line-height:50px;
				vertical-align: baseline;
	}
    .top-nav .nav-link{
        margin-right: 20px !important;
    }
	.cpm-ui .main-header .navbar-nav.top-nav .nav-link.dropdown-toggle::after {
		vertical-align: 0.2rem;
		position: absolute;
		top: 30px;
	}

}

.control-sidebar>div {
    color: #4b545c;
    background-color: #fff;
    border-left: 1px solid #dee2e6;
}
.control-sidebar .nav-legacy {
    margin: 0 !important;
}

.cpm-ui .control-sidebar {
    top: 81px !important;
	background:#fff;
	border-left: 1px solid #ddd;
    bottom: -30px !important;
    z-index: 999;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 2px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.img-thumbnail {
    position: relative;
    padding: 2px;
    width: 100px;
    max-width: 100px;
    max-height: 100px;
    overflow: hidden;
}
.img-thumbnail img{
   max-width: 100%;
   max-height: 100%;
}
.lockscreen  .input-group{
    border: 1px solid #e8ebef;
}
.cpm-ui.lockscreen.isLogged  .workspace {
    width: 450px;
    min-height: 320px!important;
}
#plan_qc .button-group .btn{
	width:90%;
	
}
.lockscreen-logo {
    font-size: 25px;
}
.lockscreen-logo i{
    color: #007bff;
	margin:15px auto;
	display:block;
    font-size: 4em;
}
.lockscreen-logo span{
    font-size: 25px;
	vertical-align:bottom;
    padding: 0 10px;
}
.lockscreen-logo small,
.login-logo small,
.lockscreen-logo span,
.login-logo span{
	padding:0 8px;
}
.lockscreen-logo img,
.login-logo img{
	max-height:55px;
}
	.xpanel-body .badge{
		padding: 3px;
		border-radius: .15rem;
	}
	
.onLoad #ajax_list,
.onLoad #box-paginator{
	height:500px;
	position:relative;
}

.progress_container img{
	max-width:200px;
}

/* GRID */
.progress_container {
  left: 50%;
  position: absolute;
  top: 30%;
  transform: translate(-50%, -50%);
  background:#fff;
}

/* PROGRESS */
.progress_loading {
  background-color: #e5e9eb;
  height: 0.25em;
  position: relative;
  width: 30em;
}
.progress_loading-bar {
  animation-duration: 3s;
  animation-name: width;
  background-image: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  background-size: 30em 0.25em;
  height: 100%;
  position: relative;
}
.progress_loading-shadow {
  background-image: linear-gradient(to bottom, #eaecee, transparent);
  height: 4em;
  position: absolute;
  top: 100%;
  transform: skew(135deg);
  transform-origin: 0 0;
  width: 100%;
}

/* ANIMATIONS */
@keyframes width {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 1, 2);
  }
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

#filter-area .input-group .chosen-container {
	max-width:80%;
}
/**/ 
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.clearfix {
    width: 100%;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.dicon{
    width: 32px;
    height: 32px;
    box-sizing: border-box;
}
.icon-excel {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI0ZGRiIgc3Ryb2tlPSIjOTc5NTkzIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yMy4wODYgMi41SDkuNWExIDEgMCAwMC0xIDF2MjVhMSAxIDAgMDAxIDFoMTlhMSAxIDAgMDAxLTFWOC45MTRhMSAxIDAgMDAtLjI5My0uNzA3bC01LjQxNC01LjQxNGExIDEgMCAwMC0uNzA3LS4yOTN6Ii8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTc5NTkzIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yMy41IDIuNXY1YTEgMSAwIDAwMSAxaDUiLz48cGF0aCBmaWxsPSIjQzhDNkM0IiBkPSJNMjYuNSAxNWgtNWEuNS41IDAgMDEwLTFoNWEuNS41IDAgMDEwIDF6TTI2LjUgMTdoLTVhLjUuNSAwIDAxMC0xaDVhLjUuNSAwIDAxMCAxek0yNi41IDE5aC01YS41LjUgMCAwMTAtMWg1YS41LjUgMCAwMTAgMXpNMjYuNSAyMWgtNWEuNS41IDAgMDEwLTFoNWEuNS41IDAgMDEwIDF6TTI2LjUgMjNoLTVhLjUuNSAwIDAxMC0xaDVhLjUuNSAwIDAxMCAxek0xOS41IDE1aC00YS41LjUgMCAwMTAtMWg0YS41LjUgMCAwMTAgMXpNMTkuNSAxN2gtNGEuNS41IDAgMDEwLTFoNGEuNS41IDAgMDEwIDF6TTE5LjUgMTloLTRhLjUuNSAwIDAxMC0xaDRhLjUuNSAwIDAxMCAxek0xOS41IDIxaC00YS41LjUgMCAwMTAtMWg0YS41LjUgMCAwMTAgMXpNMTkuNSAyM2gtNGEuNS41IDAgMDEwLTFoNGEuNS41IDAgMDEwIDF6Ii8+PHBhdGggZmlsbD0iIzEwN0M0MSIgZD0iTTMuNSAyNWgxMWExLjUgMS41IDAgMDAxLjUtMS41di0xMWExLjUgMS41IDAgMDAtMS41LTEuNWgtMTFBMS41IDEuNSAwIDAwMiAxMi41djExQTEuNSAxLjUgMCAwMDMuNSAyNXoiLz48cGF0aCBmaWxsPSIjRjlGN0Y3IiBkPSJNNiAyMmwyLjE3NC00LjAxTDYuMTgyIDE0aDEuNjAybDEuMDg3IDIuNTQ5Yy4xLjI0Mi4xNjkuNDIzLjIwNi41NDJoLjAxNWMuMDcxLS4xOTQuMTQ2LS4zODIuMjI0LS41NjRMMTAuNDc4IDE0aDEuNDdsLTIuMDQyIDMuOTY3TDEyIDIyaC0xLjU2NUw5LjE4IDE5LjJhMi41NjggMi41NjggMCAwMS0uMTUtLjM3NWgtLjAxOGExLjkzIDEuOTMgMCAwMS0uMTQ1LjM2M0w3LjU3NCAyMkg2eiIvPjwvc3ZnPg==) center no-repeat;
}

.dropzone {
	height:200px;margin-bottom:0px;border-radius: 3px; border:3px dashed #ddd; padding: 19px;
	
	
}.dropzone:hover {
	border:3px dashed #ccc; 
	
}
.dropzone.dz-started{
    background: none;
}
.dz-default{
	padding-top:80px;
}
.dz-default .input-group{
	max-width:500px;
	margin:0 auto;
}
.dropzone .dz-preview{
	padding-top:60px;
	display:block;
	margin:0 auto;
}
.dropzone.dz-clickable .dz-hide{
	display:none;
}


.main-header .nav-account>.nav-link{
    padding: 0 1rem !important;
}
.card-header>.card-tools.float-left{
    margin-right: 0 !important;
}
/* .btnfeedback{
    position: fixed;
    width: calc(100% - 200px);
    z-index: 1040;
    text-align: center;
    font-size: 18px;
    padding: 0 0;
    bottom: 0;
    right: 50px;
} */
.btnfeedback{
    position: sticky;
    /* width: calc(100% - 200px); */
    z-index: 1040;
    text-align: center;
    font-size: 18px;
    padding: 0 0;
    bottom: 2.5rem;
    /* right: 50px; */
    margin-bottom: 65px;
    margin-top: -40px;
}
.btnfeedback .btn-sm{
    padding: 5px 7px;
}

.bg-card {
    background-size: contain;
    background-position: right;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}
.bg-holder + div{
    z-index: 1;
	position:relative;
}
.hide-nav  .bg-holder,
.login-page .bg-holder {
	display:none;
}
.bg-left {
    left: 0;
}
.bg-right {
    right: 0;
}
.bg-top {
    top: 0;
}
.bg-bottom {
    bottom: 0;
}

.page-home .bg-holder,
.page-common .bg-holder{
	background-image:url(../img/illustrations/authentication-corner.png);
}
.page-home .bg-holder.bg-welcome,
.page-common .bg-holder.bg-welcome{
	background-image:url(../img/backgroundfull.png);
}
.page-account .bg-holder{
	background-image:url(../img/illustrations/corner-4.png);
    background-size: cover;
    background-position: right;
}

.page-project .bg-holder{
	background-image:url(../img/illustrations/corner-3.png);
    background-size: cover;
    background-position: left;
}

.page-plan .bg-holder{
	background-image:url(../img/illustrations/corner-3.png);
    background-size: cover;
    background-position: right;
}


#form-search .dropdown-menu {
    height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}


/*Manific Popup*/ 
img.mfp-img {
    padding: 10px 0 10px;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: 0px;
    padding-right: 20px;
}
.mfp-title .rotatora,
.mfp-title .rotatorb,
.mfp-title .rotatorc {
    right: 30px;
}
.mfp-title .rotatorb {
    right: 90px;
}
.mfp-title .rotatora {
    right: 150px;
}

.dropdown-autocomplete{
	width:90%;
}

.menu-goo {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  font-size: 20px;
  text-align: left;
  z-index: 1000;
}
.menu-goo-open-button {
	color: #fff;
	background: #ffc107;
	width: 50px !important;
	height: 50px !important;
	bottom: 0px;
	position: absolute;
	right: 0px;
	border-radius: 100%;
	z-index: 1000 !important;
	text-align: center;
	line-height: 50px;
}
.menu-goo-open-button:hover{
	color: #666;
}
.menu-goo-open-button > span {
	color: #fff;
}
.menu-goo-open {
  display: none;
}

.menu-goo-open-button {
  z-index: 100;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
          transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;

}
.menu-goo-open-button:hover {
  -webkit-transform: scale(1.5, 1.5) translate3d(0, 0, 0);
          transform: scale(1.5, 1.5) translate3d(0, 0, 0);
}


  #toTop{
    display: inline-block;
    padding: 12px;
    border-radius: 15px;
    position: fixed;
    bottom: 60px;
    right: 45px;
    z-index: 9999;
    color: #c4c4c4;
    background: #f7f7f7;
    border: 1px solid #ccc;
    transition: all ease .4s;
    cursor: pointer;
  }
  #toTop:hover{
    color: #fd3030;
    box-shadow: 2px 2px 5px #ccc;
  }
  
  .sidebar-btn-wrapper{
  }
  .control-sidebar-slide-open .sidebar-btn-wrapper{
	  position: fixed;
	  top: 0px;
	  right:299px;
	  left:0;
	  bottom:0;
	}

  .sidebar-btn{
    background: #fff;
    padding: 5px 8px;
	  position: fixed;
	  top: 300px;
	  width:35px;
	  height:35px;
	right:-35px;
    border: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid #fff;
  }
.sidebar-btn i {
    font-size: 18px;
    padding: 3px;
}
  .control-sidebar-slide-open .sidebar-btn{
	  right:299px;
		transition: right .4s ease-in-out,display .3s ease-in-out;
  }
  #map {
    height: 90vh !important;
  }
  .slimScrollDiv,.scrolldiv{
    height: 60vh !important;
  }
  .margin .btn{
	   margin: 10px;
  }
 .login-logged{
	margin-top:50px;
}
.login-logged .login-logo{
	margin-bottom:40px;
}
.login-logged h1{
	margin-bottom:40px;
	font-size: 50px;
}
.login-logged  h1,
.login-logged  h3  {
	color: #333;
	
  /*
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);*/ 
} 
.callout a.btn {
    color: #fff;
    text-decoration: none;
}
.img_fix{
	border:2px solid #F90;
}
.table td, .table th {
    border-top: none;
}
.table tr+tr td,
.table tr+tr th {
    border-top: 1px solid #dee2e6;

}
.upload-area .btn{
	visibility:hidden;
}
.upload-area:hover .btn{
	visibility: visible;
}
.leaflet-container a.btn {
    color: #fff;
}
.popover-body .btn{
	margin: 0 5px;
}
.card-header .btn:not(label){
	margin-left:5px;
	margin-right:5px;
}
/**/ 
[data-toggle=buttons-radio]>label>input:first-child {
    position: absolute!important;
    opacity: 0;
    margin: 0;
}

[data-toggle=buttons-radio]>label{
    padding-left: 34px!important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
[data-toggle=buttons-radio]>label>input:first-child+span::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #D3CFC8;
    border-radius: 0;
    margin-left: -29px;
}

[data-toggle=buttons-radio]>label>input:first-child:checked+span::before {
    background-color: #6db653;
    border-color: #6db653;
}
[data-toggle=buttons-radio]>label>input[type=radio]:first-child+span::before {
    border-radius: 50%;
}
[data-toggle=buttons-radio]>label.text-danger>input:first-child:checked+span::before {
    background-color: #dc3545;
    border-color: #dc3545;
}
[data-toggle=buttons-radio]>label>input:first-child:checked+span::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 7px;
    height: 10px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px,4.5px) rotate(45deg);
    -ms-transform: translate(7.75px,4.5px) rotate(45deg);
}

.toast-body {
    min-width: 200px;
}
.callout a{
    color: #007bff;
}
.callout a:hover {
    color: #0056b3;
}
.input-tran .input-group-prepend{
    background-color: #fff;
    border-radius: 3px 0 0 3px;
    padding: 5px;
}
.input-tran .input-group-prepend img{
	margin-top:5px;
}

@media (min-width: 992px){
	.hide-nav.sidebar-mini.sidebar-collapse .content-wrapper {
		margin-left: 0 !important;
	}
	.hide-nav.cpm-ui.notLogged{
		overflow:hidden;
	}
	.hide-nav.cpm-ui .content-wrapper {
		padding: 0px 0px; 
		overflow:hidden;
	}
}
.hide-nav.notLogged .content-wrapper>.workspace{
    padding:0px;
} 
footer a{
	color: #6db653;
}
footer a:hover{
	color: #4da82c;
}
.plan-info .nav-pills .nav-item .nav-link{
	min-width:100px;
	text-align:center;
    font-size: 18px;
  }
  
.plan-info .nav-pills .nav-link.active, 
.plan-info .nav-pills .show>.nav-link{
    color: #fff;
    background-color: #6db653;
}
.plan-info .nav-pills .nav-link:not(.active):hover {
    color: #666;
}

	
.plan-info .thumbnails .thumbnail {
	padding:5px;
    background-color: #f0f1f5;
	border-radius: 5px;
}

.plan-info .thumbnails .thumbnail  p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.plan-info .table tbody+tbody {
    border-top: 1px solid #dee2e6;
}
.plan-info .card-header.bg-light{
	background-color: #ecf2e9 !important;//#adb5bd
    color: #1f2d3d!important;
}
.plan-info .table-bordered thead td,
.plan-info .table-bordered thead th {
    border-bottom-width: 1px;
}

.page-item.active .page-link {
    background-color: #6db653;
    border-color: #6db653;
    color: #fff;
}
.page-link {
    color: #000;
    border: none !important;
    border-radius: 0.25rem;
}

#filter-area .card-header,
#filter-area .card-body{
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

#filter-area .card .form-group {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}
#filter-area .card .form-group.active  .form-control,
#filter-area .card .form-group.active  .chosen-container-single .chosen-single{
	border-color: #6db653;
}

.collapsed-card .card-header {
	position: relative;
}
.btn-collapse{
	position:absolute;
	bottom:-2px;
	right:10px;
}
#btn-collapse{
	position:absolute;
	top:-2px;
	right:10px;
}

.on-less_filter{display:none;}
.collapsed-card .on-more_filter{display:block;}
.expand-card .on-more_filter{display:none;}

.collapsed-card .on-less_filter{display:none;}
.expand-card .on-less_filter{display:block;}
	 
   #import-history #hide_modal{display:none;}

.bg-primary-light {
    background-color: #a1c3f4!important;
}
.bg-secondary-light {
    background-color: #6e96bc!important;
}
.bg-info-light {
    background-color: #9bd6df!important;
}
.bg-success-light {
    background-color: #bedeb3!important;
}
.bg-warning-light {
    background-color: #ffe3a1!important;
}
.bg-danger-light {
    background-color: #f49d9f!important;
}
.bg-black-light {
    background-color: #8c8c8c!important;
    color: #fff!important;
}
.bg-gray-light {
    background-color: #bdc1c4!important;
}
.bg-light-light {
    background-color: #fcfcfd!important;
}
.bg-indigo-light {
    background-color: #bb94fb!important;
}
.bg-lightblue-light {
    background-color: #a8cbe1!important;
}
.bg-navy-light {
    background-color: #8c9aa9!important;
}
.bg-purple-light {
    background-color: #6f42c1!important;
}
.bg-fuchsia-light {
    background-color: #f999e2!important;
}
.bg-pink-light {
    background-color: #f5aacb!important;
}
.bg-maroon-light {
    background-color: #ee9cb8!important;
}
.bg-orange-light {
    background-color: #fd7e15!important;
}
.bg-lime-light {
    background-color: #9effc1!important;
}
.bg-teal-light {
    background-color: #a0e7d0!important;
}
.bg-olive-light {
    background-color: #3d9970!important;
}

.bg-primary-o {
    background-color:rgb(119, 168, 238, 0.3);
}
.bg-secondary-o {
    background-color:rgb(159, 165, 170, 0.3);
}
.bg-info-o {
    background-color:rgb(110, 195, 209, 0.3);
}
.bg-success-o {
    background-color:rgb(160, 207, 145, 0.3);
}
.bg-warning-o {
    background-color:rgb(255, 214, 117, 0.3);
}
.bg-danger-o {
    background-color:rgb(240, 113, 116, 0.3);
}
.bg-black-o {
    background-color:rgb(89, 89, 89, 0.3);
    color: #fff!important;
}
.bg-gray-o {
    background-color:rgb(159, 165, 170, 0.3);
}
.bg-o-o {
    background-color: rgb(250, 251, 252, 0.3);
}
.bg-indigo-o {
    background-color:rgb(156, 100, 248, 0.3);
}
.bg-oblue-o {
    background-color:rgb(129, 181, 211, 0.3);
}
.bg-navy-o {
    background-color:rgb(89, 109, 131, 0.3);
}
.bg-purple-o {
    background-color:rgb(162, 133, 215, 0.3);
}
.bg-fuchsia-o {
    background-color:rgb(246, 108, 213, 0.3);
}
.bg-pink-o {
    background-color: rgb(240, 131, 181, 0.3);
}
.bg-maroon-o {
    background-color:rgb(216, 27, 96, 0.3);
}
.bg-orange-o {
    background-color:rgb(254, 171, 113, 0.3);
}
.bg-lime-o {
    background-color:rgb(0, 255, 112, 0.3);
}
.bg-teal-o {
    background-color:rgb(117, 220, 187, 0.3);
}
.bg-olive-o {
    background-color:rgb(255, 255, 255, 0.3);
}








.card-header .nav-pills .nav-link.active,
.card-header .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #6db653;
}
.card-header .nav-pills .nav-link:not(.active):hover {
    color: #6db653;
}











