img{
	display: block;
	width: 100%;
}
@font-face {
	font-family: 'Everett';
	src: url('fonts/Everett-Regular.woff2') format('woff2'),
		url('fonts/Everett-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Everett';
	src: url('fonts/Everett-Medium.woff2') format('woff2'),
		url('fonts/Everett-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Everett';
	src: url('fonts/Everett-Light.woff2') format('woff2'),
		url('fonts/Everett-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
html{
	font-size: 14px;
}
html,
body{
	font-family: 'Everett';
	-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
		-o-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Everett';
}
p, a, input{
	font-family: 'Poppins', sans-serif;
}
body {
		background-color: #ffffff;
}
hr {
		width: 100%;
}
/*New Users
==============*/
.mt-widget-1 {
		position: relative;
		z-index: 1;
		margin-bottom: 25px;
}
.mt-widget-1 .smills{
	position: relative;
	z-index: 10;
}
.mt-widget-1 .mt-img {
		max-width: 140px;
		margin-bottom: 10px;
		cursor: pointer;
		transition:.3s ease all;
}
.mt-widget-1 .mt-img:hover{
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari */
	transform: scale(1.1);
}
.mt-widget-1 .mt-icon {
		margin: 0px;
		font-size: inherit;
		right: 0;
}
.mt-widget-1 .mt-icon .caActions{
	width: 17px;
	height: 17px;
}
.mt-widget-1 .mt-icon .bcs {
		margin-top: 4px;
}
.mt-widget-1 .mt-stat {
		right: initial;
		left: 10px;
}
.mt-widget-1 .mt-body .mt-username {
		margin: 0px 10px;
		font-size: 14px;
}
.mt-widget-1 .mt-body .mt-username span{
		font-size: 12px;
		display: block;
		color: #989898;
		margin-top: 5px;
}
.mt-widget-1 ul li{
	list-style: none;
}
.mt-widget-1 ul {
		padding: 0;
		margin: 15px 10px;
}
.mt-widget-1 ul li span {
		font-size: 13px;
		padding: 2px 0;
		display: inline-block;
		position: relative;
}
.mck-10{
		margin: 10px 0;
}
/*Filtros
================*/
.usermgmtSearchForm{
	/*display: none;*/
}
.caFilters {
		border: 1px solid #e5e5e5;
		overflow: hidden;
}
.caSimpleSearch {
		overflow: hidden;
		padding: 10px 0;
}
.caSimpleSearch .form-group {
		width: 100%;
		float: left;
}
.caComplexSearch{
		width: 100%;
		clear: both;
		display: none;
}
.caComplexSearch .form-group,
.caSimpleSearch .form-group{
	margin-bottom: 0;
}
.caSimpleSearch .form-control {
		background-color: #eaeaea;
		border: 1px solid #eaeaea;
}
.caSimpleSearch .input-group-addon {
		background-color: #d9d9d9;
		border: 1px solid #d9d9d9;
}
.caFilter {
		display: inline-block;
		float: right;
		padding-right: 30px;
		color: #464646;
		position: relative;
		text-decoration: none !important;
		transition: .3s ease all;
		opacity: .5;
		margin-top: 6px;
}
.caFilter:hover{
	opacity: 1;
}
.caFilter::after {
	content: "";
	display: block;
	position: absolute;
	right: 3px;
	width: 18px;
	height: 18px;
	margin: auto;
	top: 0;
	bottom: 0;
	background-image: url(/theme/img/filterBck.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
/*
.mt-widget-1 ul li span::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: 50% 50%;
	
}
.mt-widget-1 ul li:first-child span::after{
	background-image: url("/theme/img/officeBck.svg");
}

.mt-widget-1 ul li:nth-child(2) span::after{
	background-image: url("/theme/img/emailBck.svg");
	background-size: 70%;
}

.mt-widget-1 ul li:last-child span::after{
	background-image: url("/theme/img/phoneBck.svg");
}
.caImageContainer {
		border-radius: 50%!important;
		border: 4px solid #979797;
		overflow: hidden;
		max-width: 200px;
}
*/
.page-sidebar-menu{
	padding-top: 2rem;
	    background: var(--secondary-color);
}
.caImageContainer {
		border-radius: 50%!important;
		border: 4px solid #979797;
		overflow: hidden;
		max-width: 175px;
		margin: auto;
}
.caImageContainerSm {
		border-radius: 50%!important;
		border: 4px solid #979797;
		overflow: hidden;
		max-width: 125px;
		margin: auto;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn, .input-sm {
		font-size: 11px;
}
.input-group-addon button{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		display: block;
		background: transparent;
		width: 100%;
		border: none;
		padding: 0;
		box-shadow: none;
		transition:.3s ease all;
}
.input-group-addon button:hover{
	background-color: rgba(0,0,0,0.2);
}
.btn {
		font-size: 11px;
		font-weight: 600;
		transition:.3s ease all;
}
.tint{

}
.btn-danger {
	background-color: #676767;
	border-color: #676767;
	transition: .3s ease all;
}
.btn-danger:hover{
		background-color: #464646 !important;
		border-color: #464646 !important;
}
.btn-primary {
	background-color: #595959;
	color: #fff; 
	border-color:#595959; 
}
.btn-primary:hover,
.btn-primary:active{
		background-color: #3b3b3b !important;
}
.searchSubmitId{
	background-color: #3b3b3b !important;
}

.btn-default {
	background-color: #0846cd;
	border-color: #0846cd;
	color: #fff !important;
	position: relative;
	z-index: 10;
}
.btn-default.focus, 
.btn-default:focus
.btn-default.active, 
.btn-default:active, 
.btn-default:hover, 
.open>.btn-default.dropdown-toggle {
	background-color: #0b3899 !important;
	border-color: #0b3899 !important;
		
}
.portlet > .btn-default {
		float: right !important;
		margin-top: -10px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
		-webkit-appearance: none;
		cursor: pointer;
}
.index-status {
		border-radius: 200px;
		color: #fff;
		display: inline-block;
		text-align: center;
		font-weight: 600;
		font-size: 1.2rem;
		padding: 0 1rem;
}
.status-inactive{
	background-color: #c9c9c9;
}
.status-suspended,
.status-Suspended{
	background-color: #c1afa3;
}
.status-active{
	background-color: #79bc7c;
}
.status-archived{
	
}
.smills {
		width: 61px;
		margin: auto;
}
.required{
	position: relative;
}
form .required:after {
		position: absolute;
		left: 3px;
		top: 7px;
}
.form-horizontal .control-label {
		font-size: 12px;
		padding-top: 3px;
}
.um-form-row {
		padding: 3px 0px !important;
}
.select2-container .select2-selection--single {
		height: 32px;
		border: 1px solid #c2cad8;
}
.select2-container--default .select2-selection--multiple {
		border: 1px solid #c2cad8;
}
.split-btn .btn {
		float: left;
		width: 48%;
		/*width: 23%;*/
		margin: 16px 1%;
}
.split-btn4 .btn {
		float: left;
		/*width: 48%;*/
		width: 23%;
		margin: 16px 1%;
}
.split-btn{
}
.caClears{
	clear: left;
}

.caP input[type=file] {
		display: block;
		border: 1px dashed rgba(0,0,0,0.2);
		width: 100%;
		padding: 11rem 0;
}
.nwsUsr {
		padding: 17rem 0 !important;
}
.pictureContainer input[type=file] {
		padding: 6px;
		margin-top: 10px;
}
.pictureContainer {
		max-width: 400px;
		margin: auto;
}
.caP h4{
		font-weight: 600;
		text-transform: uppercase;
		font-size: 14px;
		position: relative;
		box-sizing: border-box;
		width: 100%;
		padding-left: 4rem;
}

.caP2 h4{
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding-left: 4rem;
	
}

.caP2 h4.caPro2::before {
	background-image: url(/theme/img/office.svg);
}

.caP2 h4::after {
	content: "";
	position: absolute;
	left: 0;
	top: -11px;
	width: 35px;
	height: 35px;
	background-image: url(/theme/img/hex.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 6;
}

.caP2 h4::before {
	content: "";
	position: absolute;
	left: 9px;
	top: -3px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
}


.caP h4::after {
		content: "";
		position: absolute;
		left: 0;
		top: -11px;
		width: 35px;
		height: 35px;
		background-image: url(/theme/img/hex.svg);
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 6;
}
.caP h4::before {
		content: "";
		position: absolute;
		left: 9px;
		top: -3px;
		width: 18px;
		height: 18px;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 10;
}

.caP h3 {
		font-size: 16px;
		font-weight: 600;
		text-align: center;
}
.caP ul {
		padding: 0;
		margin: 0;
		text-align: center;
}
.caP ul li {
		list-style: none;
		margin-bottom: 5px;
		display: block;
		clear: both;
}
.caP ul li span {
		padding-left: 30px;
		position: relative;
		margin: auto;
}
.caP ul li span::after{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: contain;
	
}
.caP ul li:first-child span::after{
	background-image: url(/theme/img/briefCaseBck.svg);
}
.caP ul li:nth-child(2) span::after{
	background-image: url(/theme/img/emailBck.svg);
}
.caP ul li:last-child span::after{
	background-image: url(/theme/img/mobile.svg);
}

.caP h4.caPro::before{
	background-image: url(/theme/img/userWhite.svg);
}
.caP h4.caLab::before{
	background-image: url(/theme/img/briefCase.svg);
}
.caP h4.Trr::before{
	background-image: url(/theme/img/territory.svg);
}
.caSts {
		width: 120px;
		clear: both;
		margin-bottom: 10px;
}
.caSts .select2-container .select2-selection--single {
		height: 28px;
		border-radius: 50px;
}
.caSts .select2-container--default .select2-selection--single .select2-selection__arrow b {

		margin-left: -8px;
}
.caSts .select2-container .select2-selection--single .select2-selection__rendered {
		padding-left: 17px;
}
.caJog{
	position: relative;
}
.caJog::after {
		content: "";
		width: 1px;
		height: 100%;
		position: absolute;
		left: 49%;
		top: 0;
		background-color: #e7ecf1;
}
.mt-list-container .caJog::after{
	display: none !important;
}
.edts::after {
left: 50%;
}

.caJog label {
		display: inline-block;
		width: initial;
		font-weight: 600;
		color: #99a1a9;
		opacity: .7;
		font-size: 12px;
		margin-bottom: 10px;
		float: left;
}
.noBck label {
	font-weight: 500 !important;
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
    font-family: "Everett";
    color: #909090;
}
.noBck div{
	font-size: 14px;
}
.noBck span {
	font-weight: 600 !important;
	font-size: .8rem;
	color:#696969;
}
.pPs label {
	margin-bottom: 0;
}

.caJog h4 {
		margin-bottom: 25px;
}
.errorInput{
	border: 1px solid #ff4c4c;
}
.caJog .select2-container{
	width: 100% !important;
}
.caTog label {
		display: block;
		width: 100%;
		font-weight: 600;
		color: #000;
		opacity: .7;
		font-size: 12px !important;
		text-align: left !important;
		float: left;
		clear: both;
}
/*Login
=============*/

body.login  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
body.login  ::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
body.login  :-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
body.login  :-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}


body.login {
  background-color: var(--primary-color) !important
}
body.login .caLogo{
	display: block;
	width: 8rem;
	margin-top: 3rem;
}
body.login .caWrapper{
  width: 85%;
  margin: auto;
}
body.login h3{
  font-weight: 500;
  font-size: 30px;
  color: #FFF;
  margin-top: 6rem;
}
body.login p{
  font-size: 1rem;
  text-align: left;
  color: #c4c4c4;
  font-weight: 300;
  margin-top: 0;
  letter-spacing: .5px;
}
body.login .control-label {
  margin-top: 1px;
  display: block;
  color: #FFF;
  font-weight: 500;
}
body.login .input-icon >.form-control,
body.login .error .form-control{
		padding-left: 40px;
}
body.login .input-icon .error .error-message{
		font-size: 12px;
		color: #bd5757;
		padding-left: 40px;
}
body.login .input-icon{
		position: relative;
}

body.login .input-icon img{
		position: absolute;
    left: 10px;
    top: 0;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 55%;
    z-index: 10;
    filter: brightness(0) invert(1);
    opacity: .2;
    transition: .3s ease all;
    bottom: 0;
    margin: auto;
}

body.login .form-control {
    background-color: transparent;
    border: 1px solid #fff;
    box-shadow: none !important;
    font-size: .9rem;
    height: 45px;
    color: #FFF;
    opacity: .2;
    transition: .3s ease all;
}
body.login .form-control:focus,
body.login .form-control:focus + img{
	opacity: 1;
}
body.login .form-control:focus + img{
	filter: unset;
}
body.login .forget-password a{
    text-decoration: underline;
    font-weight: 300;
    color: #FFF;
    opacity: .3;
    display: inline-block;
    margin-bottom: 3.5rem;
    font-size: .9rem;
    letter-spacing: .5px;
    margin-top: 0.5rem;
    transition: .3s ease all;
}
body.login .forget-password a:hover{
	opacity: 1;
}
body.login .content .caWrapper .submit input{
		text-transform: uppercase;
    font-weight: 500;
    font-size: .9rem;
    color: #fff;
    background-color: var(--secondary-color);
    display: block;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    transition: .3s ease all;
    font-family: 'Everett';
    border-radius: 7px;
    letter-spacing: .5px;
}
body.login .content .caWrapper .submit input:hover{
	background-color: var(--secondary-color);
}
body.login .copyright {
    position: absolute;
    bottom: 1rem;
    z-index: 10;
    text-align: left;
    font-size: 11px;
    width: auto;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-left: 7.5%;
}


/*Login mediaqueries*/
@media screen and (min-width: 500px){
	body.login .caWrapper {
	    width: 55%;
	    margin: 0 0 0 10%;
	}
	body.login .copyright {
    margin-left: 10%;
	}
}
@media screen and (min-width: 768px){
	body.login .caWrapper {
	    width: 40%;
	}
	body.login .caWrapper::after {
		content: "";
		display: block;
		width: 40%;
	  right: 0;
	  height: 100%;
	  top: 0;
	  background-color: #FFF;
	  position: absolute;
	}
	body.login .caWrapper::before {
    content: "";
    display: block;
    width: 40%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: 50% 50%;
    background-image: var(--logo);
    z-index: 10;
	}
}
@media screen and (min-width: 1000px){
	body.login .caWrapper {
    width: 35%;
    margin: 0 0 0 7%;
    max-width: 27rem;
	}
	body.login .caWrapper::after {
		width: 50%;
	}
	body.login .copyright {
    margin-left: 7%;
	}
	body.login .caWrapper::before {
	    width: 50%;
	    background-size: 11rem;
	}
	body.login .caLogo {
    width: 10rem;
	}
}


.toast {
	width: 100%;
	position: fixed;
	right: 2rem;
	top: 2rem;
	border-radius: 8px;
	padding: 15px;
	display: inline-block;
	max-width: 30rem;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.toast-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #6c757d;
	background-color: transparent;
	background-clip: unset !important;
	border-bottom: none;
	border-top-left-radius: unset;
	border-top-right-radius: unset;
	font-weight: 600;
	color: #FFF;
}
.toast-body {
	padding: 0 .75rem;
	padding-top: .3rem;
	font-weight: 400;
}
.close {
	display: inline-block;
	margin-top: 0;
	margin-right: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat!important;
	text-indent: -10000px;
	outline: 0;
	background-image: url(../img/icons/close.svg)!important;
	z-index: 9999;
	background-color: #FFF !important;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 100px;
	background-size: 50%;
	background-position: 50% 50%;
}



body.login .content .stayTune {
		font-size: 11px;
		color: #000;
		margin: 20px 0;
		display: block;
		width: 100%;
		font-weight: 400;
		letter-spacing: .5px;
}
body.login .content .stayTune input {
		width: 18px;
		height: 18px;
		border-radius: 50%;
		box-shadow: none;
		float: right;
		margin: 0;
		-webkit-appearance: none !important;
		-moz-appearance: none !important;
		-ms-appearance: none !important;
		-o-appearance: none !important;
		appearance: none !important;
		background-color: #ebebeb;
		background-image: url("/theme/img/check.svg");
		background-repeat: no-repeat;
		background-size: 50%;
		background-position: 50% 50%;
		cursor: pointer;
}
body.login .content .stayTune input:checked {
	background-color: #929293;
}


/*Header
=============*/
.nav-item{
	position: relative;
}
.nav-item svg {
		fill: #6ea5df;
		display: block;
		position: relative;
		width: 20px;
		float: left;
		height: 20px;
		margin-right: 6px;
				margin-top: -2px;
		transition: .3s ease all;
}
.stkr svg{
		stroke-width: 10;
		stroke: #8F8279;
}
.active-menu svg, 
.nav-item:hover svg, 
.open svg {
		fill: #fff;
}
.active-menu .stkr svg, 
.nav-item:hover .stkr svg, 
.open .stkr svg {
	stroke-width: 4;
		stroke: #fff;
}
.top-menu .btn-group {
		margin-top: 5px;
}
.page-header.navbar .page-logo .logo-default {
	margin-top: 13px;
}
.page-header.navbar .page-logo>.logo-image, 
.page-header.navbar .page-logo>a {
	display: block;
  width: 120px;
}
.page-header.navbar {
    background-color: var(--primary-color);
    border-bottom: none;
    height: 60px;
}
.page-header.navbar .top-menu {
		float: left;
		padding-left: 20px;
		height: 50px;
		width: calc(100% - 235px);
}
.img-circle {
		border-radius: 50%;
		width: 40px;
		float: left;
}
.usernameSection span{
    display: inline-block;
    color: var(--secondary-color);
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -.5px;
}
.usernameSection b{
    display: block;
    color: #fff;
    font-size: .7rem;
    font-weight: 400;
    margin-top: 2px;
}
.usernameSection > div{
	position: relative;
	padding-right: 20px;
	display: inline-block;
}
.usernameSection > div svg {
    position: absolute;
    right: 0;
    top: 2px;
    width: 13px;
    color: white;
    height: 13px;
    transform: rotate(-90deg);
    transition: .3s ease all;
}
.show .usernameSection > div svg{
	color: #2675c7;
	transform: rotate(0deg);
}
.caUserDrop{
    text-decoration: none !important;
    margin-top: 6px;
}

.usernameTitle 
	color: #000;
	display: block;
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 2px;
	font-size: 12px;
}
#name-user {
		text-transform: uppercase;
		color: #000;
		display: inline-block;
		opacity: .5;
		font-weight: 600;
		clear: left;
		float: left;
		transition:.3s ease all;
}
#name-user:hover{
	opacity: 1;
}

.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li>a {
		padding-left: 15px;
		overflow: hidden;
}
.page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .menu-toggler.sidebar-toggler {
		margin-right: 7px;
}
.page-header.navbar .menu-toggler>span, .page-header.navbar .menu-toggler>span:after {
		width: 20px;
		height: 2px;
}
.page-header.navbar .menu-toggler>span, 
.page-header.navbar .menu-toggler>span:after{
		width: 24px;
		height: 2px;
		background: #ffffff !important;
		transition:.3s ease all;
}
.page-header.navbar .menu-toggler>span:before {
		width: 20px !important;
		height: 2px;
		background: #ffffff !important;
}
.page-sidebar-closed .page-header.navbar .menu-toggler>span, 
.page-header.navbar .menu-toggler>span:after{
		width: 20px;
}
.page-header.navbar .menu-toggler.sidebar-toggler {
		margin: 18.5px 0 0;
		transition:.3s ease all;
}
.page-header.navbar .menu-toggler.sidebar-toggler:hover{
	opacity: .3;
}
#out {
	display: block;
	float: right;
	width: 40px;
	height: 35px;
	margin-right: 20px;
	margin-top: 7px;
	position: relative;
	transition: .3s ease all;
	background-color: transparent;
	border-radius: 10px;
	border: 1px solid #FFF;
}
#out:hover{
	opacity: .6;
}
#out svg{
position: absolute;
    color: #FFF;
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
}
#notifi {
		display: block;
		float: right;
		/* text-indent: -99999px; */
		width: 150px;
		height: 35px;
		margin-right: 20px;
		margin-top: 15px;
		position: relative;
		transition: .3s ease all;
}
.caRoundedButton, .caHeaderButton .btn{
	border: none !important;
}
#caSidebar ul li.active>a, a[aria-expanded="true"] {
	background: transparent !important;
  }
  .btn-secondary {
	background-color: #6f7070 !important;
	border-color: #6f7070 !important;
	text-decoration: none !important;
}
.btn-secondary:hover {
	background-color: #585858 !important;
	border-color: #585858 !important;
}
.btn-primary,
.btn-primary:hover{
	color: #FFF !important;
}
.badge {
	font-size: 11px!important;
	height: unset;
	color: #fff;
	padding: 4px 7px 3px 7px;
	border-radius: 40px!important;
	font-weight: 600;
}
.badge-sm {
	font-size: 10px!important;
	height: unset;
	color: #fff;
	padding: 2px 5px 1px 5px;
	border-radius: 40px!important;
	font-weight: 600;
}
.caNavIcon span {
	background: #405c61 !important;
  }
  .badge-success {
	background-color: #36c6d3;
	color: #36c6d3 !important;
	background-color: transparent;
	border: 2px solid #36c6d3;
}
/*Navigation
====================*/
.navTitle .title {
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    font-size: 12px;
    padding-top: 1rem;
    display: block;
}

/*Layout General
======================*/

.page-content-white .page-title {
		margin: 0;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 600;
		position: relative;
		margin-bottom: 15px;
		display: inline-block;
		float: left;
}
.page-content-white .page-title::before {
	content: "Section";
	position: relative;
	clear: both;
	display: block;
	font-size: 11px;
	color: #6b6b6b;
}
.page-subtitle {
	font-size: 14px;
	margin: 0;
	display: inline-block;
	font-weight: 600;
	margin-top: 4px;
	color: #545454;
}
.small-title {
		font-weight: 600;
		font-size: 12px;
		margin: 0;
		color: #5e5e5e;
		margin-top: 10px;
}
.noMch{
		margin: 10px 0;
}
.centerCardProfile{
		max-width: 900px;
}

/*
.page-content-white .page-title::after {
		content: "";
		position: absolute;
		display: block;
		width: 50px;
		height: 100%;
		background-color: #000;
		left: 0;
		top: 0;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		border-bottom-right-radius: 10px;
		-ms-transform: skewX(-20deg); 
		-webkit-transform: skewX(-20deg); 
		transform: skewX(-20deg); 
}*/
.page-container-bg-solid .page-title, .page-content-white .page-title {
	color: #0845cd;
}
.page-content > .portlet{
		padding-top: 10px;
		position: relative;
}
/*
.page-content > .portlet::after{
	content: "";
	width: calc(100% - 50px);
	width: 100%;
	height: 1px;
	background-color: #000;
	opacity: .1;
	top: 0;
	left: 0;
	position: absolute;
}
*/
/*
.page-content > .portlet::before {
		content: "";
		width: 60px;
		height: 40px;
		position: absolute;
		right: 0;
		top: -30px;
		background-image: url(/theme/img/isologo.svg);
		background-size: contain;
		background-repeat: no-repeat;
}
*/
.page-header-inner {
	width: 100%;
}

.page-content-wrapper .page-content {
	padding: 15px 20px 10px;
	background-color: #e6e6e6;
	padding-bottom: 0 !important;
	min-height: calc(100vh - 50px) !important;
}
.page-content-wrapper {
	background-color: var(--secondary-color);
}
.page-sidebar, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover {
	background-color: #ffffff;
}
.page-sidebar .page-sidebar-menu>li>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
border-top: none;
    color: #FFF;
    font-weight: 400;
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
    padding: 16px 15px;
}
.page-sidebar .page-sidebar-menu>li.open>a, .page-sidebar .page-sidebar-menu>li:hover>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a {
	background: var(--secondary-color);
	color: #ffffff !important;
}
.page-sidebar .page-sidebar-menu>li.open>a>.arrow.open:before, .page-sidebar .page-sidebar-menu>li.open>a>.arrow:before, .page-sidebar .page-sidebar-menu>li.open>a>i, .page-sidebar .page-sidebar-menu>li:hover>a>.arrow.open:before, .page-sidebar .page-sidebar-menu>li:hover>a>.arrow:before, .page-sidebar .page-sidebar-menu>li:hover>a>i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a>.arrow.open:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a>.arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a>i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a>.arrow.open:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a>.arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a>i {
	color: #FFF !important;
}
.page-sidebar .page-sidebar-menu li>a>.arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.arrow:before {
		width: 20px;
    font-size: 15px;
    top: 24px;
}
.page-sidebar .page-sidebar-menu>li.active>a>.selected, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>.selected {
display: block;
    float: right;
    position: absolute;
    right: unset;
    top: 0;
    width: 4px;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    background: #678ebb;
    left: 0;
}
.page-sidebar .page-sidebar-menu .sub-menu, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu {
    margin: 4px 0 0 0 !important;
}

.page-sidebar .page-sidebar-menu .sub-menu>li>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li>a {
    color: #fff !important;
    font-weight: 400;
    font-size: 13px;
    padding: 12px 15px 12px 43px;
    position: relative;
	opacity: 1 !important;
}
.page-sidebar .page-sidebar-menu .sub-menu>li>a::after {
    content: "";
    display: block;
    position: absolute;
    left: 22px;
    top: 0;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    bottom: 0;
    margin: auto;
}

.page-sidebar .page-sidebar-menu .sub-menu li>.sub-menu>li>a::after{
    left: 40px;
    width: 10px;
    height: 2px;
}
.page-sidebar .page-sidebar-menu li:hover>a>.arrow.open:before, .page-sidebar .page-sidebar-menu li:hover>a>.arrow:before, .page-sidebar .page-sidebar-menu li>a>.arrow.open:before, .page-sidebar .page-sidebar-menu li>a>.arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li:hover>a>.arrow.open:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li:hover>a>.arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.arrow.open:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.arrow:before {
    color: #ffffff;
}
.page-sidebar .page-sidebar-menu .sub-menu>li.active>a, .page-sidebar .page-sidebar-menu .sub-menu>li.open>a, .page-sidebar .page-sidebar-menu .sub-menu>li:hover>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.active>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.open>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li:hover>a {
	background: var(--secondary-color) !important;
  color: #FFF !important;
}
.page-sidebar .page-sidebar-menu>li.active.open>a, .page-sidebar .page-sidebar-menu>li.active>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a {
	background: var(--secondary-color);
	border-top-color: transparent;
	color: #fff;
}
.page-sidebar .page-sidebar-menu .sub-menu>li>a>.arrow.open:before, .page-sidebar .page-sidebar-menu .sub-menu>li>a>.arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li>a>.arrow.open:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li>a>.arrow:before {
    color: #ffffff !important;
    top: 8px;
}
.page-sidebar .page-sidebar-menu>li.active.open>a:hover, .page-sidebar .page-sidebar-menu>li.active>a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a:hover {
    background: var(--secondary-color);
}
.page-sidebar .page-sidebar-menu>li>a>i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>i {
    color: #ffffff;
}
.navTitle:hover a, .navTitle a {
	pointer-events: none;
	background-color: transparent !important;
	font-size: 15px !important;
}
.dropdown-menu>li>a {
	padding: 7px 16px;
	font-size: 12px;
}
.table thead tr th, .table thead tr th a {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #303030;
    font-family: 'Everett';
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
		background-color: #fff;
}
.table-striped>tbody>tr:nth-of-type(odd) {
		background-color: rgba(143,130,121,0.04);
}
table.dataTable tbody th, table.dataTable tbody td {
		padding: 6px 10px;
}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
	vertical-align: middle;
	font-size: 13px;
}
table.dataTable thead th, 
table.dataTable thead td {
		padding: 7px 18px;
}
.searchBlock .searchLabel,
.searchTagline{
	display: none;
}
.searchField .input{
	position: relative;
}
/*
.searchField .input::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		height: 100%;
		background-image: url(/theme/img/search.svg);
		background-repeat: no-repeat;
		background-size: 60%;
		background-position: 50% 50%;
		border-right: 1px solid #c2cad8;
}
.usermgmtSearchForm .searchField .input.text .form-control{
	padding-left: 35px !important;
}
.usermgmtSearchForm {
		border-bottom: none !important;
}*/
.navIcons,
.bcs{
		float: left;
		margin: 5px;
}
.navIcons a, 
.caActions {
		display: block;
		width: 15px;
		height: 15px;
		text-indent: -99999px;
		background-repeat: no-repeat;
		background-size: contain;
		background-color: transparent;
		transition: .3s ease all;
}
.navIcons a{
	background-image: url(/theme/img/edit.svg);
}
.caActions{
	background-image: url(/theme/img/nav.svg);
}
.navIcons a:hover{
	background-image: url(/theme/img/editHover.svg);
}
.caActions:hover,
.open .caActions{
	background-image: url(/theme/img/navHover.svg);
}

.table-bordered, .table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
		border: 1px solid #f5f5f5;
}
.table>tbody>tr>td {
    border: 1px dashed #ebebeb;
}
div.dataTables_wrapper div.dataTables_info {
		opacity: 0.6;
		font-size: 12px;
}
table.table-bordered.dataTable tbody th, 
table.table-bordered.dataTable tbody td,
table.table-bordered.dataTable tbody th a, 
table.table-bordered.dataTable tbody td a {
		color: black;
}
.portlet.light {
		padding: 12px 20px 12px;
}
.portlet.light:after {
  content: "";
  display: table;
  clear: both;
}
#specLand{
	padding:1.5rem;
}
.oht{
	overflow: hidden;
	width: 100%;
}
/*
.addElement {
		display: inline-block;
		float: right;
		color: #fff !important;
		position: relative;
		text-decoration: none !important;
		transition: .3s ease all;
		opacity: 1;
		background-color: #8f8279;
		border-radius: 4px;
		font-size: 11px !important;
		font-weight: 600;
		text-transform: uppercase;
		padding: 4px 10px;
		padding-right: 30px;
}*/
#edit_activity_status_id13{
	border-radius: 50px;
}
.addElement {
		display: inline-block;
		float: right;
		color: #fff !important;
		position: relative;
		text-decoration: none !important;
		transition: .3s ease all;
		opacity: 1;
		background-color: #8f8279;
		border-radius: 4px;
		font-size: 11px !important;
		font-weight: 600;
		text-transform: uppercase;
		padding-right: 30px;
		text-indent: -9999px;
		width: 45px;
		height: 25px;
}
.addElement::after {
		content: "";
		display: block;
		position: absolute;
		right: 17px;
		width: 16px;
		height: 15px;
		margin: auto;
		top: -1px;
		bottom: 0;
		background-repeat: no-repeat;
		background-size: contain;
}
.addElement::before {
		content: "";
		display: block;
		position: absolute;
		right: 7px;
		width: 7px;
		height: 7px;
		margin: auto;
		top: -6px;
		bottom: 0;
		background-repeat: no-repeat;
		background-size: contain;
}
#contacts-section .addElement::after{
	background-image: url(/theme/img/addUser.svg);
}
#contacts-section .addElement::before{
	background-image: url(/theme/img/addicon.svg);
}

.addElement:hover,
.addElement[aria-expanded=true]{
	background-color: #70665f !important;
}
#related-companies-section .addComp::after{
	background-image: url(/theme/img/office.svg);
}
#related-companies-section .addElement::before{
	background-image: url(/theme/img/addicon.svg);
}
#activitys-section .addElement::after{
	background-image: url(/theme/img/calendar.svg);
}
#activitys-section .addElement::before{
	background-image: url(/theme/img/addicon.svg);
}
/*
.addComp{
	background-color: #595959;
}
.addComp:hover,
.addComp[aria-expanded=true]{
	background-color: #3b3b3b !important
}
*/
.relatedElement{
	overflow: hidden;
	 margin-bottom: 12px;
}
.linkType {
		display: inline-block;
		padding-right: 20px;
		color: #6e6e6e !important;
		position: relative;
}
.linkType::after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 15px;
		height: 15px;
		display: block;
		background-repeat: no-repeat;
		background-size: 75%;
		background-image: url(/theme/img/chain.svg);
		background-position: 50% 50%;
		opacity: .8;
}
.twitter-typeahead .form-control {
		width: 100% !important;
}
/*Company Details
=======================*/

.caCompanyDetails{
	overflow: hidden;
}
.caCompanyDetails ul{
	padding: 0;
	margin: 0;
}
.caCompanyDetails ul > li{
	list-style: none;
	width: 100%;
}
.caCompanyDetails ul > li h6 {
		margin: 6px 0;
		color: #333;
		font-weight: 400 !important;
		opacity: .6;
		font-size: 12px;
		margin-bottom: 2px;
}
.caCompanyDetails ul > li span {
		font-size: 14px;
		color: #333;
		display: block;
		font-weight: 600;
		opacity: .8;
}
.caCompanyDetails ul > li ol{
	padding: 0;
	margin: 0;
}
.caCompanyDetails ul > li ol li {
		display: inline-block;
		list-style: none;
		background-color: #f2f2f2;
		border-radius: 20px;
		font-size: 12px;
		padding: 0 10px;
		margin-right: 8px;
		margin-bottom: 8px;
}

.caCompanyD{
	overflow: hidden;
}
.caCompanyD ul ,.caCompanyT ul{
	padding: 0;
	margin: 0;
}
.caCompanyD ul > li ,.caCompanyT ul > li{
	list-style: none;
	width: 100%;
	padding-bottom: 15px;
}
.caCompanyD ul > li h6,.caCompanyT ul > li h6 {
		font-size: 12px;
		margin: 4px 0;
		font-weight: 600;
		color: #3f3f3f;
}
.caCompanyD ul > li ol,.caCompanyT ul > li ol{
	padding: 0;
	margin: 0;
}
.caCompanyD ul > li ol li,.caCompanyT ul > li ol li {
		display: inline-block;
		list-style: none;
		background-color: #f2f2f2;
		border-radius: 20px;
		font-size: 12px;
		padding: 0 10px;
		margin-right: 8px;
		margin-bottom: 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
		display: inline !important;
		width: initial;
}




#contacts-section .mt-list-container {
		display: block;
		width: 100%;
		clear: both;
}

.caContactName {
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		margin: 6px 0;
		color: #535353;
		padding-bottom: 5px;
		border-bottom: 1px solid #e5e5e5;
}
.ctps{
		opacity: .8;
		margin-bottom: 3px;
		display: block;
		font-weight: 600;
}
.ctps strong {
		font-weight: 400 !important;
		opacity: .8;
		font-size: 12px;
		margin-right: 3px;
}
.caTnt {
		padding: 0;
		margin: 0;
		margin-top: 15px;
}
.caTnt > li {
		list-style: none;
		border: 1px solid #dfdfdf;
		padding: 15px;
		margin: 0px 0;
		margin-bottom: -1px;
}
.caViewMore {
		font-size: 12px;
		color: #909090 !important;
		display: block;
		clear: both;
		width: 100px;
}
.caTnt > li:last-child {
		margin-bottom: 12px !important;
		margin-top: 0 !important;
}
.caActionsButtons{
	float: right;
}
.caActionsButtons i {
		display: block;
		width: 17px;
		height: 17px;
		background-repeat: no-repeat;
		background-size: contain;
		float: left;
		margin: 3px;
		opacity: .3;
		text-indent: -99999px;
		transition: .3s ease all;
}
.nms .caActionsButtons i{
	width: 20px;
	height: 20px;
	margin-top: 0;
}
.caShareElement{
	background-image: url(/theme/img/shareIcon.svg);
	
}
.caDelElement{
	background-image: url(/theme/img/delete.svg);
}
#related-companies-section .caDelElement{
	background-image: url(/theme/img/less.svg);
}
.ply{
	padding: 1rem;
	padding-bottom: 0;
}
#btn_new_code {
	margin-top: 1.5rem;
}
.caCross{
	background-image: url(/theme/img/cross.svg);
}
.caDelElement:hover{
	opacity: 1;
}
.caEditElement{
	background-image: url(/theme/img/edit.svg);
}
.caSaveElement {
		background-image: url(/theme/img/save.svg);
}
.caEditElement {
		background-image: url(/theme/img/edit.svg);
}
.caPlusElement {
		background-image: url(/theme/img/plus-icon.png);
}
.caEditElement:hover,
.caSaveElement:hover,
.caShareElement:hover{
	opacity: 1;
}
.caFourOptions{
	width: 100%;
}
.caFourOptions label {
		width: 25%;
		display: block;
		border-right: 1px solid #dadada;
		margin-left: initial !important;
}

.tint-group{
		border-radius: 5px;
		background-color: #f9f9f9;
		overflow: hidden;
		border: 1px solid #dadada;
}
.tint-group label:hover,
.tint-group label:active,
.tint-group label:focus,
.tint-group label.active,
.tint-group label.focus{
		background: #888888;
		color: #fff;
}
.caAcTp .btn-group{
		margin-top: 5px;
}
.caAcr {
		line-height: 1.3;
		font-size: 14px;
		color: #0c0c0c;
		margin-top: 10px !important;
		display: block;
		width: 100%;
		margin-bottom: 6px;
		font-weight: 600;
		letter-spacing: .5px;
}
.caCpm {
		font-size: 10px;
		font-weight: 600;
		color: #70665f;
		margin-bottom: 3px;
		display: block;
}
.caActivStat{
	float: right;
}
#activitys-section .caTnt > li {
		margin-top: 0;
}

.potn {
		display: block;
		text-align: center;
		font-weight: 600;
}
.potns {
		display: block;
		text-align: center;
}
.caDead {
		padding: 20px 0;
		border-radius: 5px;
		margin-top: 10px;
		border: 1px solid #dfdfdf;
}
.caMpd{
		margin-top: 35px;
}
.caMpd select{
	border:none;
}
.caMpd .input {
		border-radius: 50px !important;
		border: 1px solid transparent;
		overflow: hidden;
		padding: 0 10px;
}
.caDead h4{
		text-transform: uppercase;
		width: 90%;
		margin: auto;
		display: block;
		text-align: center;
		margin-bottom: 5px;
		font-size: 11px;
		border-bottom: 1px solid #cacaca;
		padding-bottom: 4px;
}
.spError .parsley-errors-list{
	position: absolute;
	bottom: 0;
}
.spError .parsley-error ~ .select2-container{
	margin-bottom: 20px;
}
/*Propiedades
====================*/
.caProps .imageContainer {
		width: 100%;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		padding: 35% 0;
}
.caProps,
.caProps ol{
		padding: 0;
		margin: 0;
		width: 100%;
		overflow: hidden;
}
.caProps > li {
		list-style: none;
		float: left;
		width: 23.5%;
		margin: 1%;
		position: relative;
		box-sizing: border-box;
		overflow: hidden;
}
.caProps > li:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}
.caProps > li:nth-child(4n) {
	margin-right: 0;
}
#bbsX .caProps > li {
		width: 32%;
}
#bbsX .caProps > li:nth-child(3n+1) {
	clear: left;
	margin-left: 0 !important;
}
#bbsX .caProps > li:nth-child(3n) {
	margin-right: 0 !important;
}
#bbsX .caProps > li:nth-child(4n+1) {
	clear: inherit;
	margin-left: inherit;
}
#bbsX .caProps > li:nth-child(4n) {
	margin-right: inherit;
}

.caProps > li label {
		display: block !important;
		width: 100%;
		padding: 0 !important;
		margin: 0 !important;
		z-index: 10;
		position: relative;
}
.caProps > li input{
	position: absolute;
	right: 0;
	top: 0;
}
.caProps > li input[type="checkbox"] {
		box-shadow: none;
		background-color: #fff;
		-webkit-appearance: none;
		-moz-appearance: none;
		border: 1px solid #b9b9b9;
		display: block;
		float: left;
		padding: 0;
		width: 15px;
		height: 15px;
		margin: 8px;
		border-radius: 3px;
		box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}



.caProps > li input[type="checkbox"]:checked {
	background-image: url(/theme/img/checkbox.svg);
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff;
}
.caProps > li input:focus {outline:none;}


.caProps > li a{
		color: #5e5e5e;
		display: block;
		box-sizing: border-box;
		width: 100%;
		text-decoration: none;
		padding-left: 5px;
		overflow: hidden;
		position: relative;
}
.caProps > li a:last-of-type::after {
		content: "";
		display: block;
		position: absolute;
		width: 0px;
		height: 0px;
		border-left: .5rem solid transparent;
		border-right: .5rem solid transparent;
		border-top: .4rem solid #6D6E70;
		right: 4px;
		bottom: 7px;
		-ms-transform: rotate(0); /* IE 9 */
		-webkit-transform: rotate(0); /* Safari */
		transform: rotate(0);
		transition:.3s ease all;
}
.caProps > li a:first-of-type{
		background: url(/theme/img/propertyDefault.svg) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

.caProps > li a.collapsed::after {
		-ms-transform: rotate(180deg); /* IE 9 */
		-webkit-transform: rotate(180deg); /* Safari */
		transform: rotate(180deg);
}
.caProps > li a h6 {
		margin-bottom: 2px;
		margin-top: 5px;
}
.caProps > li a span{
		font-size: 12px;
		display: block;
		opacity: .7;
		font-weight: 600;
}

.caProps > li ol li small,
.caProps > li ol li span{
		display: block;
		width: 100%;
}
.caProps > li ol li{
		box-sizing: border-box;
		width: 100%;
		padding-left: 5px;
}
.caProps > li ol li:nth-child(odd) {
		background-color: rgba(143,130,121,0.06);
}
.caProps > li ol li small{
	opacity: .7;
}
.caProps > li ol li span {
		font-size: 12px;
		box-sixing:border-box;
}
/*Search options
======================*/
.filterColumn h2 {
		margin-left: 15px;
		text-transform: uppercase;
		margin-bottom: 11px;
		color: #4a4440;
}
.filterColumn .msA {
		color: #7c7b7b;
		display: block;
		box-sizing: border-box;
		width: 100%;
		text-decoration: none;
		overflow: hidden;
		position: relative;
}
.filterColumn .msA::after {
		content: "";
		display: block;
		position: absolute;
		width: 0px;
		height: 0px;
		right: 20px;
		bottom: 0;
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
		transition: .3s ease all;
		top: 0;
		margin: auto;
}
.filterColumn a.collapsed::after {
		-ms-transform: rotate(180deg); /* IE 9 */
		-webkit-transform: rotate(180deg); /* Safari */
		transform: rotate(180deg);
}
.mainTab {
		font-weight: 600;
		padding: 8px 15px;
		color: #4f4848 !important;
		border-top: 1px solid #e7ecf1;
}
.mainTab::after {
		width: 10px !important;
		height: 10px !important;
		background-image: url(/theme/img/downArrow.svg);
		background-repeat: no-repeat;
		background-size: contain;
}
.subMainTab {
		font-weight: bold;
		font-size: 13px;
		padding: 7px 15px;
		border-top: 1px solid #e7ecf1;
		border-bottom: 1px solid #e7ecf1;
		margin-top: -1px;
}
.subMainTab::after{
		border-left: .5rem solid transparent;
		border-right: .5rem solid transparent;
		border-top: .4rem solid #6D6E70;
 }

.filterColumn label,
.unitsSection label{
		display: inline-block;
		width: initial;
		font-weight: 600;
		color: #1f1f1f;
		opacity: .7;
		font-size: 12px;
		float: left;
		margin-bottom: 2px;
}
.filterColumn .mt-checkbox-list div {
		width: 100%;
		display: block;
		overflow: hidden;
		margin-bottom: 8px;
}
.filterColumn .mt-checkbox-list div:last-of-type{
		margin-bottom: 0;
}
.filterColumn .mt-checkbox-list div label {
		float: initial !important;
		padding-top: 2px;
} 
.filterColumn .form-control {
		border: 1px solid #e7ecf1 !important;
}
.filterColumn .mt-checkbox>span {
		background: #fff !important;
		border-radius: 3px;
}
.noPadding {
		padding: 12px 0px 12px !important;
		padding-bottom: 0 !important;
}
.caInnerPannel {
		background-color: #f9f9f9;
		padding: 15px 15px;
}
 .filterColumn .mt-checkbox-list, 
	.filterColumn .mt-radio-list {
		padding: 0;
}
.combineInput,
.splitInput {
		width: 100%;
		display: block;
		clear: both;
}
.combineInput .input,
.splitInput .input{
	float: left;
	width: 30%;
}
.combineInput .input:last-child{
		width: 25%;
		float: right;
}

.combineInput span,
.splitInput span {
		float: left;
		width: 10%;
		text-align: center;
		display: inline-block;
		padding-top: 7px;
}
.mixedForms{
	padding: 10px 0 !important;
}
.acParent a:last-of-type{
	border-bottom: none !important;
}
.unitsSection hr{
		margin: 10px 0;
}
.parsley-errors-list {
		padding: 0;
		margin: 0;
		margin-top: 2px;
}
.parsley-errors-list li{
	list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
		padding-left: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove::after{
	display: none !important;
}
.nav-pills li{
	width: initial !important;
}
.caCls{
	width: 100%;
	clear: both;
}
.chkBx {
		display: table;
		width: 100%;
		padding-top: 27px !important;
}
.chkBx .checkbox input[type=checkbox]{
	margin-left: 0 !important;
	display: table-header-group;
}
.chkBx label{
		width: calc(100% - 18px) !important;
		margin-left: 18px;
		padding-top: 1px !important;
}

.currencyInputT div{
	float: left;
	width: 40%;
}

.currencyInputT #contacts-telephone2{

	width: 200px;
}


.currencyInput div{
	float: left;
	width: 65%;
}
.currencyInput div:last-of-type{
	width: 30%;
	margin-left: 5%;
}

#pricing .currencyInput div, #bpricing .currencyInput div{
	float: left;
	width: 30%;
}
#pricing .currencyInput div:last-of-type, #bpricing .currencyInput div:last-of-type{
	width:  65%;
	margin-left: 5%;
}



.tab-content>.tab-pane {
		margin-top: 15px;
}
#tabProperties2,
#tabProperties{
		padding-top: 15px;
}
.propertyPhoto{
	display: block;
	width:100%;
	position: relative;
}
.propertyPhoto::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .05;
}
.imgRep {
	background: url(/theme/img/propertyDefault.svg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.imgRep {
		visibility: hidden;
		height: 0;
		padding-bottom: 70%;
}
.slick-prev {
	left: 3px !important;
}
.slick-next {
		right: 3px !important;
}
.slick-prev, .slick-next {
		z-index: 10;
}
.slick-next:before {
		content: '';
		color: black;
		background-image: url(/theme/img/next.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 20px;
		height: 20px;
		color: transparent !important;
}
.slick-prev:before {
		content: '';
		color: black;
		background-image: url(/theme/img/back.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 20px;
		height: 20px;
		color: transparent !important;
}



.caUploadDocs {
		display: inline-block;
		float: right;
		color: #fff !important;
		position: relative;
		text-decoration: none !important;
		transition: .3s ease all;
		opacity: 1;
		background-color: #8f8279;
		border-radius: 4px;
		font-size: 11px !important;
		font-weight: 600;
		text-transform: uppercase;
		padding-right: 30px;
		text-indent: -9999px;
		width: 45px;
		height: 25px;
		margin-top: 0;
}
.caUploadDocs::before {
		content: "";
		display: block;
		position: absolute;
		right: 7px;
		width: 7px;
		height: 7px;
		margin: auto;
		top: -6px;
		bottom: 0;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(/theme/img/addicon.svg);
}
.caUploadDocs::after {
	content: "";
	display: block;
	position: absolute;
	right: 18px;
	width: 17px;
	height: 18px;
	margin: auto;
	top: -1px;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/theme/img/docs.svg);
}






.caUploadImage {
		display: inline-block;
		float: right;
		color: #fff !important;
		position: relative;
		text-decoration: none !important;
		transition: .3s ease all;
		opacity: 1;
		background-color: #8f8279;
		border-radius: 4px;
		font-size: 11px !important;
		font-weight: 600;
		text-transform: uppercase;
		padding-right: 30px;
		text-indent: -9999px;
		width: 45px;
		height: 25px;
		margin-top: 8px;
}
.caUploadImage::before {
		content: "";
		display: block;
		position: absolute;
		right: 7px;
		width: 7px;
		height: 7px;
		margin: auto;
		top: -6px;
		bottom: 0;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(/theme/img/addicon.svg);
}
.caUploadImage::after {
		content: "";
		display: block;
		position: absolute;
		right: 17px;
		width: 16px;
		height: 15px;
		margin: auto;
		top: -1px;
		bottom: 0;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url("/theme/img/pic.svg");
}

.backwrads > li,
.backwrads span{
		font-size: 14px;
		color: #333;
		display: block;
		font-weight: 600;
		opacity: .8;
		text-align: left;
}
.backwrads h6 {
		margin: 6px 0;
		color: #333;
		font-weight: 400 !important;
		opacity: .6;
		font-size: 12px;
		margin-bottom: 2px;
		text-align: left;
}
.backwrads .um-form-row ol {
		padding: 0;
		margin: 0;
}
.backwrads .um-form-row ol li {
		display: inline-block;
		list-style: none;
		background-color: #f2f2f2;
		border-radius: 20px;
		font-size: 12px;
		padding: 0 10px;
		margin-right: 8px;
		margin-bottom: 8px;
}
.backwrads label{
		font-weight: 400 !important;
		opacity: .6;
}
.qq-gallery .qq-upload-button {
		background: transparent !important;
		border-color: transparent !important;
		width: 100% !important;
		height: 100% !important;
		position: absolute !important;
		display: block !important;
		padding: 0 !important;
		margin: 0;
		left: 0;
		top: 0;
		color: transparent !important;
}
.modal .modal-header {
		border-bottom: transparent;
}
.modal-footer {
		border-top: 1px solid transparent;
		padding-top: 0;
}
.modal-content {
		padding: 4px 5px;
}
.ccb {
		padding-top: 10px !important;
}
.caActionsButtons button,
.caActionsButtons a{
	border: none;
	text-indent: -99999px;
}
.caActionsButtons button {
		padding: 0 !important;
		border: none !important;
		background: transparent !important;
}
.fts a:first-of-type{
		display: block;
		width: 17px;
		height: 17px;
		background-repeat: no-repeat;
		background-size: contain;
		float: left;
		margin: 3px;
		opacity: .3;
		text-indent: -99999px;
			background-image: url(/theme/img/delete.svg);
		transition: .3s ease all;
}
.fts a:first-of-type:hover{
	opacity: 1;
}



.filterColumn{
	position: relative;
}

.resetFilter {
	display: block;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin: 3px;
	opacity: .3;
	text-indent: -99999px;
	background-image: url(/theme/img/delete.svg);
	transition: .3s ease all;
	position: absolute;
	right: 1.3rem;
	top: 0;
}

.zaClearFilter {
	display: block;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	opacity: .3;
	text-indent: -99999px;
	background-image: url(/theme/img/delete.svg);
	transition: .3s ease all;
	position: absolute;
	right: 1.8rem;
	top: .7rem;
}
.resetFilter:hover,
.zaClearFilter:hover{
	opacity: 1;
}

.activeFilter{
	padding-left: 3.2rem;
}
.activeFilter::before{
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	display: block;
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(/theme/img/selective.svg);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .4;
}

#PropertiesUsermgmt a:nth-child(2){
	padding-left: 1.2rem;
}
#PropertiesUsermgmt a:nth-child(2)::before{
	display: none !important;
}
#PropertiesUsermgmt .caInnerPannel{
	position: relative;
}


.nms .caActionsButtons i{
	width: 20px;
	height: 20px;
	margin-top: 0;
}

.backwrads::after{
	display: none !important;
}
.moreButtons{
	display: block;
	margin-top:10px;
}
.nmm .checkbox input[type=checkbox]{

		height: initial !important;
}
.spbt a{
	width: initial;
	float: left;
}
.spbt a::after,
.caActionsButtons button::after{
	display: none;
}
#baddphoto .slick-next {
		right: 20px !important;
}
#baddphoto .slick-prev{
	left: 20px !important;
}

.monitos{
		overflow: hidden;
		width: 100%;
		padding: 0;
		margin: 0;
}
.monitos > li {
		float: left;
		width: 23%;
		margin: 1%;
		list-style: none;
}
.monitos > li:nth-child(4n+1){
		clear: left;
}
.caNameH {
		display: block;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 18px;
		margin-top: -5px;
		color: #000;
}
#addToProject .col-sm-9{
	display: none;
}
#addToProject .col-sm-3{
		width: 75%;
}
#addToProject .helper-tooltip {
		position: absolute;
		right: 40px;
		top: 80px;
}

#ProjectsUsermgmt .select-filtro ,#QueuedJobslogUsermgmt .select-filtro{
		float: right;
		display: block;
		max-width: 80px;
		margin-top: 15px;
		margin-bottom: 7px;
}

#opisUsermgmt .select-filtro {
	float: right;
	display: block;
	max-width: 80px;
	margin-top: 15px;
	margin-bottom: 7px;
}
#ventas_x_mesUsermgmt .select-filtro{
	float: right;
	display: block;
	max-width: 80px;
	margin-top: 15px;
	margin-bottom: 7px;
}

#CustomersUsermgmt .select-filtro {
		float: right;
		display: block;
		max-width: 80px;
		margin-top: 15px;
		margin-bottom: 7px;
}
.select-filtro-left {
		float: right;
		display: block;
		max-width: 80px;
		margin-top: 15px;
		margin-bottom: 7px;
}

#ProjectsUsermgmt .select {
		margin-bottom: 0;
		display: block;
		min-width: 80px;
}
.minimini .select{
	float: right;
	display: block;
		min-width: 80px;
}

#form_type .nav-pills>li.active>a, #form_type .nav-pills>li.active>a:focus, #form_type .nav-pills>li.active>a:hover
{
		background-color: #8f8279;
		color:white; 
}

#form_type .nav-pills>li>a
{
		color: #8f8279; 
}

.select2 {
	width: 100%!important;

}




.caField .sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 10rem;
		z-index: 20;
		float: right;
		margin-top: -41px;
}
.caField {
		width: 100%;
		position: relative;
		float: left;
}

#tab_1_2 .helper-tooltip {
		position: absolute;
		top: 110px;
		right: 38px;
}
#tab_1_2 .caFilters {
	border: 1px solid #e5e5e5;
	overflow: hidden;
	border-left: none;
	border-right: none;
	border-bottom: none;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 15px;
}
#tab_1_2 .caFilters .input-group-btn {
	position: absolute;
	right: 0;
	display: block;
	width: 67px;
	bottom: 0;
}
#tab_1_2 .spH{
		margin-top: 15px;
}
#tab_1_2 .sticky .btn {
		text-indent: -99999px;
		width: 40px;
		height: 40px;
		border-radius: 100px;
		display: block;
		margin: 5px;
		float: right;
		margin-right: 0;
		background-repeat: no-repeat;
		background-size: 60%;
		background-position: 50% 50%;
}
.vMap{
	background-image: url("/theme/img/pin.svg");
}
.uLink {
		background-image: url(/theme/img/ulink.svg);
		background-size: 55% !important;
		background-color: #ff4d4d !important;
		border-color: #ff4d4d;
}
.uLink:hover{
		background-color: #de3434 !important;
		border-color: #de3434 !important;
}
#updateCustomersIndex .portlet .pull-left{
	float: right !important;
}
.jsk{
	clear: both;
}
.jsk label{    
	margin-bottom: 0;
}

#tab_1_2 .caSimpleSearch {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	overflow: initial;
}
#tab_1_2 .caSimpleSearch #searchButtonId {
	position: absolute;
	right: 75px;
	bottom: 0;
	border-radius: 0;
	width: 40px;
	height: 34px;
	padding: 9px 12px;
}
#tab_1_2 .col-sm-9 {
	display: none !important;
}
#tab_1_2 .col-sm-3 {
	width: 100%;
	padding: 0;
	position: initial;
}
#tab_1_2 .caFilters .searchBlock {
	padding: 0 !important;
	position: initial;
	margin-top: 50px;
}
#tab_1_2 .caSimpleSearch .form-control {
	background-color: #fff;
	border: 1px solid #eaeaea;
	margin-bottom: 10px;
}
#tab_1_2 .caSimpleSearch .select2-container--default.select2-container--focus .select2-selection--multiple,
#tab_1_2 .caSimpleSearch .select2-container--default .select2-selection--multiple {
	border: solid #eaeaea 1px !important;
}

#tab_1_2 .caSimpleSearch .input-group {
	display: block;
	position: initial !important;
}

#tab_1_2  .addElement::before{
	background-image: url(/theme/img/addicon.svg);
}
#tab_1_2  .addElement{
	text-indent: 0;
	padding-top: 5px;
	text-indent: 10px;
}

#tab_1_2  .addElement svg{
		fill: #fff;

}
.caContactName span {
		padding-left: 30px;
		display: block;
		position: relative;
}
.caContactName span::after {
		content: "";
		position: absolute;
		left: 0;
		top: -9px;
		width: 30px;
		height: 30px;
		display: block;
		background-repeat: no-repeat;
		background-size: 75%;
		background-position: 50% 50%;
		opacity: .6;
}
.caContactName span.caCall::after{
	background-image: url(/theme/img/pho.svg);
}
.caContactName span.caMeeting::after{
	background-image: url(/theme/img/interview.svg);
}
.caContactName span.caEmail::after{
	background-image: url(/theme/img/emailBc.svg);
}
.caContactName span.caNote::after{
	background-image: url(/theme/img/notes.svg);
}
.parsley-required{
	color:#e02222;
}
.caTnt .spError .parsley-errors-list {
		position: absolute;
		bottom: -17px;
		font-size: 11px;
}
.CaActivityPaging{
		float: right;
		margin-right: 5px;
}
.CaActivityPaging select{
		width: 60px !important;
		padding: 0;
		height: 25px;
}
.caJsLs {
		margin: 6px 0;
		color: #333;
		font-weight: 400 !important;
		opacity: .6;
		font-size: 12px;
		margin-bottom: 2px;
}
.caJs {
		display: inline-block;
		list-style: none;
		background-color: #f2f2f2;
		border-radius: 20px;
		font-size: 12px;
		padding: 0 10px;
		margin-right: 8px;
		margin-bottom: 0;
}
.swal2-confirm {
	background-color: #f6b829 !important;
	border-color: #f6b829 !important;
	color: #fff !important;
	position: relative !important;
	z-index: 10
	text-transform: uppercase;
	font-size: 11px !important;
	font-weight: 600 !important;
	transition: .3s ease all;
	padding: 7px 30px !important;
}
.swal2-cancel {
	display: inline-block;
	background-color: rgb(170, 170, 170);
	background-color: #8f8279 !important;
	border-color: #8f8279 !important;
		color: #fff !important;
	position: relative !important;
	z-index: 10
	text-transform: uppercase;
	font-size: 11px !important;
	font-weight: 600 !important;
	transition: .3s ease all;
	padding: 7px 30px !important;
}
.swal2-modal .swal2-buttonswrapper {
	margin-top: 0 !important;
}
.swal2-modal .swal2-content {
	font-size: 16px !important;
	color: #000 !important;
	opacity: .7
	width: 90%;
	margin: auto !important;
}
.swal2-modal .swal2-title {
	font-size: 16px !important;
	color: #000 !important;
	opacity: .7
	width: 90%;
	margin: auto !important;
	margin-top: 5px !important;
}
.swal2-icon {
	margin: 5px auto 15px !important;
	-ms-transform: scale(.7);
	-webkit-transform: scale(.7);
	transform: scale(.7);
	margin-bottom: -5px !important;
	margin-top: -5px !important;
}




.caStatusCols {
	margin: 1rem 0;
	float: left;
	width: 100%;
}
.caStatusCols h5{
	display: block;
	font-weight: 600;
	text-align: center;
	padding: .9rem 0;
	margin: 0;
}
.conLabel::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 2px;
}
.conLabel {
	display: block;
	position: relative;
	padding-left: 18px;
	font-weight: 600;
}
.status_0 h5{
	background-color: #FFEC9E;
}
.status_1 h5,
.conLab01::after{
	background-color: #EBF1DE;
}
.status_2 h5,
.conLab02::after{
	background-color: #D8E4BC;
}
.status_3 h5,
.conLab03::after{
	background-color: #C4D79B;
}
.status_4 h5,
.conLab04::after{
	background-color: #76933C;
}
.status_5 h5,
.conLab05::after{
	background-color: #ff4d4d;
}
.caStatusCol {
	float: left;
	width: 16.2%;
	margin: .2%;
 }
.caPropCd{
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.caPropCd li{
	padding:0 6px;
}
.caPropCd li:nth-child(odd) {
	background-color: rgba(143,130,121,0.06);
}
.caPropCd li small{
	opacity: .7;
}
.caPropCd li small, 
.caPropCd li span {
	display: block;
	width: 100%;
}
.caPropCd li span {
	font-size: 12px;
	box-sizing: border-box;
}
.caPropElem > section{
	position: relative;
	overflow: hidden;
}
.caInd {
	position: absolute;
	left: 0;
	width: 15px;
	height: 15px;
	background-image: url(/theme/img/less.svg);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .5;
	transition: .3s ease all;
	display: block;
	margin: auto;
	top: 0;
	bottom: 0;
}
.caInd.collapsed{
	background-image: url(/theme/img/plusIconn.svg);
}
.caInd:hover{
	opacity: .5;
}
.caInd h6 {
	font-size: 11px;
	margin: 7px 0;
}


.nhddn{
	overflow: hidden;
}
.caExpo {
	display: inline-block;
	float: right;
	padding-right: 30px;
	color: #464646
	position: relative;
	text-decoration: none !important;
	transition: .3s ease all;
	opacity: .5;
	margin-top: 6px;
}
.caExpo::after {
	content: "";
	display: block;
	position: absolute;
	right: 3px;
	width: 18px;
	height: 18px;
	margin: auto;
	top: 0;
	bottom: 0;
	background-image: url(/theme/img/excel.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.caExpo:hover{
	opacity: 1;
}
/*
.fcsv {
    display: flex;
    float: right;
    color: #464646;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    text-decoration: none !important;
    transition: .3s ease all;
    opacity: .5;
    margin-top: 6px;
}
.fcsv::after {
    content: "";
    right: 3px;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    background-image: url(/theme/img/csv.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.fcsv:hover{
	opacity: 1;
}
*/

.splitEl a:first-of-type{
	margin-left: 20px;
}
.splitEl a:first-of-type::before{
	content: "";
  display: block;
  position: absolute;
  left: -10px;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #000;
}
.jpk {
	color: #5e5e5e !important;
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-decoration: none !important;
	margin-left: 20px;
	overflow: hidden;
	position: relative;
	transition: .3s ease all;
	width: calc(100% - 20px);
}
.jpk:hover{
	opacity: .5;
}
.list-datetime button i,
.spbt a i{
	float: initial;
}

@media screen and (max-width: 1199px){
	.edtS .caImageContainer{
		margin: auto;
		clear: both;
	}
	.edtS .file input{
		padding: 1rem 0;
		margin-top: 25px;
	}
}
@media screen and (max-width: 991px){
	.navTitle{
		display: none !important;
	}
	.page-sidebar .page-sidebar-menu .sidebar-search input, .page-sidebar .page-sidebar-menu>li .sub-menu {
		background-color: #7d7d7d!important;
	}
	.page-sidebar, .page-sidebar.navbar-collapse.in {
			border-top: 0!important;
			margin: 0;
	}
	.ca-cardContainer{
		flex-direction: column;
		padding: 0;
		min-height: 225px !important;
		margin-bottom: 20px !important;
	}
	.ca-cardContainer .ca-description{
		width: 100% !important;
	}
	.ca-cardContainer .ca-description *{
		width: 100%;
	}
	.ca-cardContainer > div.ca-description {
		width: 90%;
		margin: auto;
		text-align: center;
		padding-top: 20px;
	}
}
@media screen and (max-width: 992px){
	.page-header.navbar .top-menu {
		width: calc(100% - 180px);
	}
	#out {
		margin-right: 1%;
	}
	.page-header.navbar .top-menu {
		padding-left: 10px;
	}
}
@media screen and (max-width: 767px){
	.page-content-wrapper .page-content {
			padding: 10px 10px 10px!important;
	}
	.page-content-wrapper .page-content .page-title {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.caJog .caBtp{
		margin-bottom: 30px;
	}
	.caJog::after{
		display: none;
	}
	.nwsUsr {
		padding: 6rem 0 !important;
		clear: both;
	}
	.caCompanyDetails ul > li {
		width: 32%;
		float: left;
		margin-right: 1.3%;
	}
	.caP h3 {
		text-align: left;	
	}
	.caP ul {
		text-align: initial;
	}
}
@media screen and (max-width: 600px){
	.usernameTitle,
	#name-user{
		display: none;
	}
	.usernameSection .fa {
		margin: 3px 0 0 0px;
	}
	.caCompanyDetails ul > li {
		width: 100%;
		float: left;
		margin-right: 0;
	}
}
@media screen and (max-width: 480px){
	.page-header.navbar .top-menu {
			background-color: transparent;
	}
	.page-header.navbar .top-menu {
		clear: initial;
		float: left;
	}
	.page-header.navbar .page-logo>.logo-image, .page-header.navbar .page-logo>a {
		display: block;
		float: left;
		width: 85px;
		margin-top: 4px;
	}
	.img-circle {
		width: 35px;
		margin-top: 3px;
	}
	.page-header.navbar .top-menu {
		width: calc(100% - 140px);
	}
	#out::after,
	#out::before,
	#out {
		width: 35px;
		height: 30px;
		margin-right: 0;
	}
	#out {
		margin-top: 10px;
	}
	#out svg {
    width: 13x;
    height: 13px;
	}
	.spv-container {
		gap: 15px;
	}
	.usernameSection > div svg {
    top: 2px;
    width: 11px;
	}
	.usernameSection > div {
    padding-right: 15px;
	}
	.page-content-white .page-title::before {
		font-size: 9px;
	}
	.page-content-wrapper .page-content .page-title {
		margin-bottom: 7px;
		font-size: 14px;
	}
	.usernameSection span {
    font-size: .85rem;
	}
}



#m_modal_view_map .modal-dialog {
	width: 95%;
	height: 95%;

	padding: 0;
}

#m_modal_view_map .modal-content {
	height: auto;
	min-height: 95%;
	border-radius: 0;
}

.permissionApprove,.permissionRemove{
		width: 20px;

}


.industrialparks-tabs-content .view-tab-features .backwrads .chkBx {


		padding-top:20px !important;
}


.industrialparks-tabs-content .view-tab-features .backwrads .chkBx.natural_gas_process,.industrialparks-tabs-content .view-tab-features .backwrads .chkBx.natural_gas_confirm{


		padding-top:70px !important;
}


.industrial-park-view-tab-features .backwrads .industrialparks_securities {

	min-height: 62px;
}

.industrial-park-view-tab-features .backwrads .industrialparks_electric_voltages {
	min-height: 62px;

}

.industrial-park-view-tab-features .backwrads .electric_capacity_format {
	min-height: 36px;

}

.industrial-park-view-tab-features .backwrads .water_supply_format {

	min-height: 36px;
}

.industrial-park-view-tab-features .backwrads .sewer_system {

	min-height: 36px;
}

.industrial-park-view-tab-features .backwrads .industrialparks_natural_gas {

	min-height: 45px;
}

.industrial-park-view-tab-features .backwrads .natural_gas_pipeline {

	min-height: 36px;
}

.industrial-park-view-tab-features .backwrads .industrialparks_telecommunications {
	min-height: 62px;

}

.industrial-park-view-tab-features .backwrads .industrialparks_railroads {

	min-height: 62px;
}



.documentsInfo .addcomment .divinputcomment{

	position: relative;

}

.documentsInfo .addcomment .divinputcomment .error-message{
	left: 0px;
	position: absolute;
	top: 29px;
	right: 70px;
	color: #e02222;
}


#TicketsUsermgmt .select-filtro {
	float: right;
	display: block;
	max-width: 80px;
	margin-top: 15px;
	margin-bottom: 7px;
  }

  .load-default{
	width: 30px !important;
  }

.li-disabled {
	pointer-events:none; 
	opacity:0.6; 
}

.ds-btn li{ list-style:none; float:left; padding:10px;width: auto !important;}
.ds-btn li a span{padding-left:15px;padding-right:5px;width:100%;display:inline-block; text-align:left;}
.ds-btn li a span small{width:100%; display:inline-block; text-align:left;}

.btn-type {
	color: #fff !important;
	background-color: #337ab7;
	border-color: #337ab7;
}


/* DASHBOAR DE PROJECTS */
#container-dash {
	display: grid;
	grid-template-columns: 300px 300px 300px 300px 300px 300px 300px 300px 300px 300px 300px 300px;
	grid-template-rows: auto;
	width: 100%;
	overflow: scroll;
	overflow-y: hidden;
	-ms-overflow-y: hidden;
}

#container-dash-type {
	display: grid;
	grid-template-columns: 300px 300px 300px 300px 300px 300px 300px 300px 300px 300px 300px 300px;
	grid-template-rows: auto;
	width: 100%;
	border-bottom: 1px solid #5f5f5f;
	border-top: 1px solid #eeeeee;
	overflow: scroll;
	overflow-y: hidden;
}

/* board card style */
.stage__title_type {
	font-size: 12px;
	letter-spacing: 0.3px;
	color: #5f5f5f;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	padding: 14px;
}

.activate{
	background-color: #4999e3 !important;
	color: white !important;
	border-bottom: 1px solid #333333 !important;
}

.stage__title {
	font-size: 12px;
	letter-spacing: 0.3px;
	color: #0675ea;
	margin-bottom: 32px;
	font-weight: bold;
	padding: 14px;
	border-bottom: 3px solid #0675ea;
	border-top: 1px solid #eeeeee;
}

/* width */
#container-dash::-webkit-scrollbar {
	height: 5px;
}

/* Track */
#container-dash::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

/* Handle */
#container-dash::-webkit-scrollbar-thumb {
	background: #888; 
}

/* Handle on hover */
#container-dash::-webkit-scrollbar-thumb:hover {
	background: #555; 
}
.project_retarded{
	float: right;
	font-size: 17pt;
	width: 17pt;
	height: 17;
	color: red;
}
.header_rango{
	font-size: 7pt;
}
.filtros_dashboard{
	/*border:1px solid #e5e5e5;*/
	width: 100%;
	margin-top: 20px;
	display: none;
	margin-bottom: 20px;
}
#buscar_dashboard{
	margin-top:6px;
}
.forzinline{
	display: inline !important;
}
.icon_dash{
	padding-top: 4px;
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
	float: right;
	font-size: 17pt;
	width: 18pt;
	height: 18pt;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	ser-select: none;
	border: 1px solid transparent;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.proyecto_ganado{
	background: #dbedd3;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -14px;
	margin-bottom: -15px;
}
.proyecto_perdido{
	background: #fecdc8;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -14px;
	margin-bottom: -15px;
}
.proyecto_cancelado{
	background: #fee9ce;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -14px;
	margin-bottom: -15px;
}

.proyecto_suspendido{
	background: #fefac0;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -14px;
	margin-bottom: -15px;
}

.proyecto_ganadodash{
	background: #dbedd3;
}
.proyecto_perdidodash{
	background: #fecdc8;
}
.proyecto_canceladodash{
	background: #fee9ce;
}
.proyecto_suspendidodash{
	background: #fefac0;
}
.sucursal_detalle{
	cursor: pointer;
	text-align: end;
}
.sucursal_detalle::before{
	/*color: white;
	border-color: #1f9728;
	content: "\f055";
	background-color: #1f9728;
	font-family: 'FontAwesome';
	margin-right: 5px;*/
	height: 14px;
	width: 14px;
	display: block;
	position: absolute;
	color: white;
	left: 4px;
	border-radius: 14px;
	box-sizing: content-box;
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
	content: '+';
	background-color: #1f9728;
 }
 .loading{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 5%;
	/*height: 5%;*/
	z-index: 99999;
}
.filterpicker{
width: 100% !important;
}

.intl-tel-input{
width: 100% !important;
}
.card-header{
	z-index: 1;
}
.arrow-dropdown {
	background-image: url(../img/icons/arrow-down.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 95% 55%;
	padding-right: 35px !important;
	box-sizing: border-box !important;
}
.page-sidebar .page-sidebar-menu>li>a>i,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>i {
    font-size: 20px;
    transform: translate(0px, 4px);
    color: #ffffff !important;
}

.caInputContainer input,
.caInputContainer select,
.caInputContainer .input,
.caInputContainer .select,
.caInputContainer{
	width: 100% !important;
	display: block;
}
.filtersBlock{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 50%
}
.moreOptions{
    border: 1px solid #acacac;
    width: 35px;
    height: 35px;
    position: relative;
    border-radius: 12px;
    transition: .3s ease all;
}
.moreOptions:hover,
.show button.moreOptions{
	border: 1px solid #acacac !important;
	background-color: #acacac !important;
}
.moreOptions i{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 4px;
    transition: .3s ease all;
    color: #797878;
}
.moreOptions:hover i,
.show button.moreOptions i{
	color: #FFF;
}
.headerWithOptions{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.input.checkbox label, 
.input.checkbox label{
	    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.input.checkbox input[type="checkbox"], 
.input.checkbox input[type="radio"]{
	margin-right: 5px;
}

#addLead{
    margin-top: 21px;
    height: 33px;
}

.col-md-12 .caButtonInPair{
	display: flex;
	justify-content: space-between;
	max-width: 350px;
	float: right;
	width: 100%;
	padding: 25px 0;
}
.col-md-12 .caButtonInPair a,
.col-md-12 .caButtonInPair div,
.col-md-12 .caButtonInPair button{
	width: calc(50% - 5px) !important;
}
.col-md-12 .caButtonInPair div input{
	width: 100%;
}
.usermgmtSearchForm {
    position: relative;
    margin-bottom: 10px;
    margin-top: -10px;
}
.filterTriggers{
	position: absolute;
  top: 21px;
  left: calc(50% + 20px);
  width: calc(50% - 20px);
  display: flex;
  justify-content: space-between;
}
.usermgmtSearchForm .caButtonInPair{
	display: flex;
	width: 90px;
	justify-content: space-between;
}
.usermgmtSearchForm .caButtonInPair .imgButton{
	text-indent: -99999px;
	display: block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 10px;
	transition: .3s ease all;
}
.usermgmtSearchForm .caButtonInPair .imgButton:hover{
	opacity: .8;
}
.usermgmtSearchForm .caButtonInPair .filterSearch{
  background-color: var(--primary-color);
  display: block;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 50% 50%;
  background-image: url(../img/magnifier.svg);
}
.filterSearch{
	background-color: var(--primary-color);
	display: block;
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: 50% 50%;
	background-image: url(../img/magnifier.svg);
}
.imgButton{
	text-indent: -99999px;
	display: block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 10px;
	transition: .3s ease all;
}
.imgButton:hover{
	opacity: .8;
}
.usermgmtSearchForm .caButtonInPair .filterReset{
	  background-color: var(--secondary-color);
    color: #FFF;
    font-weight: 600;
    font-size: 12px;
    padding: 0 25px;
    border-radius: 100rem;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 48% 50%;
  background-image: url(../img/backspace.svg);
}
.filterTriggers .searchPageLimitInput{
	min-width: 50px;
}

.filterBy4 .filtersBlock {
    width: 75%;
}
.filterBy4 .filterTriggers{
  left: calc(75% + 20px);
  width: calc(25% - 20px);
}

.filterBy3 .filtersBlock {
    width: 70%;
}
.filterBy3 .filterTriggers{
  left: calc(70% + 20px);
  width: calc(30% - 20px);
}





@media screen and (max-width: 768px){
	.filtersBlock {
    width: 100%;
	}
	.filterTriggers {
    position: relative;
    top: unset;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 10px;
	}
	.usermgmtSearchForm .caButtonInPair .imgButton {
    text-indent: unset;
    display: block;
    width: auto;
    height: 32px;
    overflow: unset;
    border-radius: 10px !important;
    color: #FFF;
    font-weight: 600;
    font-size: 12px;
    padding: 0 25px;
    border-radius: 10px;
    background-size: 0;
    transition: .3s ease all;
	}
	.imgButton {
		text-indent: unset;
		display: block;
		width: auto;
		height: 32px;
		overflow: unset;
		border-radius: 10px !important;
		color: #FFF;
		font-weight: 600;
		font-size: 12px;
		padding: 0 25px;
		border-radius: 10px;
		background-size: 0;
		transition: .3s ease all;
		}
	.usermgmtSearchForm .caButtonInPair .filterReset {
    background-color: var(--secondary-color);
	}
	.usermgmtSearchForm .caButtonInPair {
    width: 195px;
	}
	.filterBy4 .filtersBlock,
	.filterBy3 .filtersBlock {
    width: 100%;
	}
	.filterBy4 .filterTriggers,
	.filterBy3 .filterTriggers {
    left: 0;
    width: 100%;
	}
	#addLead{
    margin-top: 10px;
	}
}
@media screen and (max-width: 600px){
	.filterBy4 .filtersBlock,
	.filterBy3 .filtersBlock{
		display: block;
	}
}

/*Dashboard*/
.caRepeater {
    font-weight: 500;
    font-size: 11px;
    margin-bottom: 2px;
    display: block;
    color: var(--secondary-color);
}

.ca-cardContainer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #FFF;
  padding: 0 0 0 15px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.ca-cardContainer > div.ca-description{
	width: calc(100% - 150px);
}
.ca-cardContainer > div.ca-chart {
  width: 150px;
  position: relative;
  height: 100%;
  height: 140px;
}
.ca-cardContainer .ca-pie {
  width: 150px;
  position: relative;
  height: 140px;
}
.ca-cardContainer small{
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  opacity: .8;
}
.ca-indicator{
	height: 140px;
	padding: 15px;
	align-items: flex-start;
}
.ca-indicator h5{
	font-weight: 500;
}
.ca-indicator h4{
    font-size: 26px;
    font-weight: bold;
    margin: 12px 0 5px 0;
    color: var(--primary-color);
}
.ca-indicator div{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 10px;
}
.ca-indicator i{
    width: 30px;
    height: 30px;
    background: #e6e6e6;
    border-radius: 100px;
    text-align: center;
    line-height: 1.7;
    font-size: 18px;
    margin-right: 5px;
}
.ca-indicator span{
	font-weight: 500;
}
.ca-monthProgress > div.ca-description{
	width: calc(100% - 200px);
	position: relative;
	z-index: 10;
}
.ca-monthProgress > div.ca-chart{
	width: 200px;
}

#ca-gaugeChart{
	width: 200px; 
	height: 125px;
}
.ca-tableChartContainer{
	background-color: #FFF;
	border-radius: 10px;
	padding: 30px 20px;
	margin-bottom: 30px;
}

.ca-tableChartContainer h5{
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 18px;
}
.ca-listing{
	display: flex;
	flex-direction: column;
	height: calc(100% - 30px);
}
.ca-listing li{
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    flex-direction: row;
}
.ca-listing li small{
	font-size: 13px;
	color: #747474;
	display: block;
}
.ca-listing li span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #2b2b2b;
    display: block;
}
.ca-listing li img{
    width: 35px;
    margin-right: 10px;
}
#ca-tableChart {
    height: 400px;
}
.ca-mainTitle {
    font-size: 24px;
    color: var(--primary-color);
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.ca-sideBar{
    background-color: rgb(255 255 255 / 87%);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 11;
    padding: 15px;
    box-sizing: border-box;
    padding-top: 85px;
    width: 200px;
    backdrop-filter: blur(3px);
    		transform: translateX(100%);
    		transition: .3s ease all;
}
.side-open{
	transform: translateX(0);
}

.ca-sideBar h6{
    color: var(--secondary-color);
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}
.ca-sideBar ul{
	margin-bottom: 20px;
}
.ca-sideBar ul li a{
    display: block;
    width: 100%;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px solid #f2f2f2;
}
.ca-sideBar ul li a:hover{
	text-decoration: none;
	padding-left: 5px;
	opacity: .7;
}
.ca-sidebarToggle{
    display: block;
    width: 50px;
    height: 50px;
    background: var(--secondary-color);
    position: absolute;
    left: -50px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		transition: .3s ease all;
}
.ca-sidebarToggle i{
	color: #FFF;
	margin: 13px 0 0 13px;
}
.ca-sidebarToggle .i-close{
	display: none;
}
.side-open .ca-sidebarToggle .i-close{
	display: block;
}
.side-open .ca-sidebarToggle .i-nav{
	display: none
}

.ca-sidebarToggle:hover{
	background-color: #1c5fa4;
	text-decoration: none;
}

.caDottedSeparator{
	width: 100%;
	display: block;
	border-bottom: 1px dashed #000;
	opacity: .15;
	padding-top: 5px;
}
.caSolidSeparator{
	width: 100%;
	display: block;
	border-bottom: 1px solid #000;
	opacity: .15;
	padding-top: 5px;
}
.caBreaker{
	padding-top: 5px;
	padding-bottom: 5px;
}
.caTsi {
	display: flex;
	justify-content: flex-end;
	float: right;
	width: 100%;
	padding-top: 5px;
}
.caTsi .caButton{
    max-width: 170px;
  text-align: center;
  margin-left: 10px;
  font-size: .7rem;
  line-height: 1.2;
}
.caSecondAll {
  margin-top: 20px;
  padding-top: 35px;
  position: relative;
}
.caSecondAll::after{
	content: "";
  display: block;
  width: calc(100% + 20px);
  height: 20px;
  left: -5px;
  top: -5px;
  background-color: #e6e6e6;
  position: absolute;
}
#updateLeadsBackup table > thead > tr > th{
	border: 1px solid #f5f5f536 !important;
}
.table-funnel tbody>tr>td {
	border: none !important;
}

.collapse.page-sidebar .page-sidebar-menu .sub-menu>li>a::after{
	opacity: 0;
}
.collapse.page-sidebar .sub-menu{
	margin: 0px 0 0 0 !important;
}









