@font-face {
	font-family: 'MADE TOMMY';
	src: url('/theme/fonts/MADETOMMY-Light.woff2') format('woff2'),
	url('/theme/fonts/MADETOMMY-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'MADE TOMMY';
	src: url('/theme/fonts/MADETOMMY-Thin.woff2') format('woff2'),
	url('/theme/fonts/MADETOMMY-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'MADE TOMMY';
	src: url('/theme/fonts/MADETOMMY.woff2') format('woff2'),
	url('/theme/fonts/ADETOMMY.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MADE TOMMY';
	src: url('/theme/fonts/MADETOMMY-Medium.woff2') format('woff2'),
	url('/theme/fonts/MADETOMMY-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MADE TOMMY';
	src: url('/theme/fonts/MADETOMMY-Bold.woff2') format('woff2'),
	url('/theme/fonts/MADETOMMY-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MADE TOMMY';
	src: url('/theme/fonts/MADETOMMY-Black.woff2') format('woff2'),
	url('/theme/fonts/MADETOMMY-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
*,p.span,a,input{
	font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6,a,label{
	font-family: 'MADE TOMMY';
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}
img{
	display: block;
	width: 100%;
}
html{
	font-size: 14px;
}
html,
body{
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
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;
	font-family: 'Poppins', sans-serif;
	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;
}
.caImageContainer {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	width: 190px;
	height: 190px;
}
.caImageContainer img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.caImageFullContainer {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	width: 300px;
	height: 200px;
}
.caImageFullContainer img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}
.page-content {
	border-left: 1px solid #eee;
}
.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-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: 600;
	transition:.3s ease all;
}
.tint{

}
.btn-danger {
	background-color: #dc3545;
	border-color: #dc3545;
	transition: .3s ease all;
}
.btn-danger:hover{
	background-color: #bb2d3b !important;
	border-color: #b02a37 !important;
}
.btn-danger.focus,
.btn-danger:focus{
	color: #fff;
	background-color: #b02a37;
	border-color: #a52834;
	box-shadow: none !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;

	top: 5px;
}
.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 #dce3eb;
	border-radius: 20px;
	font-size: .8rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 30px;
	right: 10px;
	width: 15px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 11px;
}
.select2-container--default .select2-selection--multiple {
	border: 1px solid #c2cad8;
}
.select2-results__option--selectable{
	font-size: .8rem;
	font-weight: 500;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #2d8d94;

}
.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: 15px;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding-left: 4rem;

}

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

.caP2 h4.caPro5::before {
	background-image: url(/theme/img/product-icon.png);
}
.caP2 h4.caPro6::before {
	background-image: url(/theme/img/warehouse-icon.png);
}
.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-family: 'Poppins', sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	float: left;
}
.noBck label {
	font-weight: 500 !important;
	font-size: 0.8rem;
	color:#696969;
}
.noBck span {
	font-weight: 400 !important;
	font-size: 0.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-family: 'Poppins', sans-serif;
	font-size: 12px !important;
	text-align: left !important;
	float: left;
	clear: both;
}
/*Login
=============*/
body.login{
	min-height: 100vh;
	background: rgb(239,239,239);
	/*
    background: -moz-linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7",endColorstr="#ffffff",GradientType=1);
    */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.caLoginContainer, .caRegisterContainer{
	background-color: #000;
	width: 90%;
	margin: auto;
	border-radius: 20px;
	padding: 25px;
	max-width: 35rem;
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
}
.caLoginContainer span{
	position: absolute;
	z-index: 5;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #FFF;
	font-size: 20px;
	opacity: .5;
	transition: .3s ease all;
}
.caLoginContainer .form-group {
	position: relative;
}

.caLoginContainer .form-group label,
.caLoginContainer .form-group input,
.caLoginContainer .form-group span{
	color: #FFF;
	z-index: 5;
}
/* Estilo específico para las sugerencias de autocompletar */
.caLoginContainer .form-group  input:-webkit-autofill, .caRegisterContainer .form-group  input:-webkit-autofill {
    -webkit-text-fill-color: #fff; /* Color del texto */
    transition: background-color 5000s ease-in-out 0s; /* Añade una transición para evitar la sobreescritura por el navegador */
}
.caLoginContainer .form-group input{
	border: 1px solid transparent;
	font-size: 1rem;
	background-color: transparent;
	border-radius: 13px;
	box-sizing: border-box;
	padding: 20px 40px 6px 15px;
	height: auto;
	position: relative;
	transition: .3s ease all;
}
.caLoginContainer .form-group label{
	font-size: .7rem;
	font-weight: 600;
	display: block;
	position: absolute;
	left: 15px;
	top: 6px;
	opacity: .7;
	transition: .3s ease all;
}
.caRegisterContainer .form-group label{
	font-size: .7rem;
	font-weight: 600;
	display: block;
	left: 15px;
	top: 6px;
	transition: .3s ease all;
	color: #fff;
}
.caRegisterContainer .form-group input,
.caRegisterContainer .form-group select{
	border: 1px solid transparent;
	font-size: 1rem;
	background-color: transparent;
	border-radius: 13px;
	box-sizing: border-box;
	padding: 5px 15px 5px 15px;
	height: auto;
	position: relative;
	transition: .3s ease all;
	color: #fff;
}
.caRegisterContainer .form-group select option{
	color: #000
}
.caLoginContainer .form-group div {
	position: absolute;
	width: 98%;
	height: 85%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 0.5px solid #fff;
	border-radius: 11px;
	opacity: 0;
	z-index: 0;
	transition: .3s ease all;
}
.caLoginContainer .form-group input:focus ~ label,
.caLoginContainer .form-group input:focus ~ span,
.caLoginContainer .form-group input:focus ~ div{
	opacity: 1;
}
.caLoginContainer .form-group input:focus, .caRegisterContainer .form-group input:focus{
	background-color: rgb(255 255 255 / 10%);
}
.caLoginContainer h2, .caRegisterContainer h2{
	font-weight: 600;
	color: #FFF;
	font-size: 1.5rem;
	margin: 0;
}
.caLoginContainer p, .caRegisterContainer p{
	color: #FFF;
	margin: 0;
	font-size: 1rem;
	line-height: 1.3;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
}
.caLoginContainer .caLogo, .caRegisterContainer .caLogo {
	width: 100px;
	margin-bottom: 2.5rem;
}
.caLoginContainer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	opacity: .5;
}
.caLoginContainer ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	opacity: .5;
}
.caLoginContainer :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	opacity: .5;
}
.caLoginContainer :-moz-placeholder { /* Firefox 18- */
	color: #fff;
	opacity: .5;
}
.caLoginContainer .btn{
	border-radius: 100rem;
	font-weight: 600;
	font-family: 'MADE TOMMY';
	font-size: .9rem;
	display: block;
	padding: 0.8rem 2rem 0.5rem 2rem;
	margin-top: 1.5rem;
	background-color: rgba(255,255,255,0.8);
	transition: .3s ease all;
	box-shadow: 0 5px 15px rgba(0,0,0,0.09) !important;
}
.caLoginContainer .btn:hover{
	background-color: rgba(255,255,255,1);
}

.caLoginContainer .forget-password{
	margin-top: 3rem;
}
.caLoginContainer .forget-password p{
	margin-bottom: 0;
	font-weight: 300;
}
.caLoginContainer .forget-password a{
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	font-size: .9rem;
	opacity: .8;
	padding-top: .3rem;
	position: relative;
	transition: .3s ease all;
}
.caLoginContainer .forget-password a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #FFF;
	transform: translateY(0);
	transition: .3s ease all;
}
.caLoginContainer .forget-password a::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #FFF;
	transform: translateY(1rem);
	opacity: 0;
	transition: .3s ease all;
}
.caLoginContainer .forget-password a:hover{
	opacity: 1;
}
.caLoginContainer .forget-password a:hover::after{
	transform: translateY(-1rem);
	opacity: 0;
}
.caLoginContainer .forget-password a:hover::before{
	transform: translateY(0);
	opacity: 1;
}
body.login .copyright{
	display: block;
	position: fixed;
	bottom: 1.5rem;
	left: 0;
	right: 0;
	margin: auto;
	font-size: .8rem;
	text-align: center;
	opacity: .6;
}
body.login .content{
	width: 100%;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
	transition: background-color 9999s ease-in-out 0s;
}
.form-group:focus{
	background-color: red !important;
}




/*Login Reposinsive*/
@media screen and (min-width: 500px){
	.caLoginContainer, .caRegisterContainer {
		padding: 40px;
	}
}
@media screen and (min-width: 768px){
	html{
		font-size: 15px;
	}
}
@media screen and (min-width: 900px){
	.caLoginContainer {
		max-width: 80rem;
		box-sizing: border-box;
		height: 85vh;
		min-height: 33rem;
		position: relative;
	}
	.caRegisterContainer{
		max-width: 80rem;
		box-sizing: border-box;
		min-height: 33rem;
		position: relative;
	}
	.caLoginContainer::after{
		content: "";
		width: calc(100% - 24rem);
		height: 114%;
		position: absolute;
		top: 0;
		right: -9%;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url('');
		background-position: 100% 0;
	}
	.ceLogin {
		width: 23rem;
		height: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	body.login .copyright {
		bottom: 0.5rem;
	}
	.caLoginContainer .caLogo, .caRegisterContainer .caLogo {
		width: 250px;
		margin-bottom: 4vh;
		margin-left: -15px;
	}
	.caLoginContainer p {
		margin-bottom: 3vh;
	}
	.caLoginContainer .form-group{
		margin-bottom: 2vh;
	}
	.caLoginContainer .forget-password{
		margin-top: 6vh;
	}
	.caLoginContainer .form-group input{
		font-size: .9rem;
	}
}
@media screen and (min-width: 1100px){
	.ceLogin {
		width: 25rem;
		margin-left: 2rem;
	}
}



.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%;
}
/*Header
=============*/
.nav-item{
	position: relative;
}
.nav-item svg {
	fill: #8F8279;
	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;
	float: right;
	margin-right: 23px;
	width: 225px;
}
.page-header.navbar {
	height: 70px;
	min-height: 70px;
}
.page-header.navbar .page-logo .logo-default {
	margin: 0 !important;
	margin-top: 0px !important;
	width: 150px;
}
.page-header.navbar .page-logo>.logo-image,
.page-header.navbar .page-logo>a {
	display: block;
	float: left;
	margin-top: 9px;
}
.page-header.navbar {
	background-color: #ffffff;
}
.page-header.navbar .top-menu {
	float: left;
	padding-left: 20px;
	height: 69px;
	width: calc(100% - 235px);
	box-sizing: border-box;
	padding-top: 10px;
	background-color: #fff;
}
.img-circle {
	border-radius: 100rem;
	width: 45px;
	height: 45px;
	float: left;
	object-fit: cover;
}
.usernameSection {
	float: left;
	margin-top: 7px;
	margin-left: 10px;
	width: 150px;
}
.usernameSection .fa{
	margin: 3px 0 0 5px;
}

.usernameTitle {
	font-family: 'Poppins', sans-serif;
	color: #808191;
	display: block;
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 2px;
	font-size: 10px;
	font-weight: 600;
}
#name-user {
	color: #000;
	font-family: 'Poppins', sans-serif;
	white-space: nowrap;
	font-weight: 600;
	clear: left;
	float: left;
	transition: .3s ease all;
	font-size: 13px;
	display: inline-block;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#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;
	transition:.3s ease all;
}
.page-header.navbar .menu-toggler>span:before {
	width: 20px !important;
	height: 2px;
}
.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: 30px 0 0;
	transition:.3s ease all;
}
.page-header.navbar .menu-toggler>span, .page-header.navbar .menu-toggler>span:after, .page-header.navbar .menu-toggler>span:before, .page-header.navbar .menu-toggler>span:hover, .page-header.navbar .menu-toggler>span:hover:after, .page-header.navbar .menu-toggler>span:hover:before {
	background: #fff;
}
.page-header.navbar .menu-toggler.sidebar-toggler:hover{
	opacity: .3;
}
#out {
	display: block;
	float: right;
	text-indent: -99999px;
	width: 35px;
	height: 35px;
	margin-right: 20px;
	margin-top: 7px;
	position: relative;
	transition: .3s ease all;
	background-color: #2679b1;
	border-radius: 100px;
}
#out:hover{
	opacity: .6;
}
#out::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 35px;
	background-image: url(/theme/img/hex02.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 9;
}
#out::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: 45%;
	z-index: 10;
	background-position: 50% 50%;
	background-image: url(/theme/img/logOut.svg);
}
#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;
}
.caNavIcon span {
	background: #000 !important;
}
.badge-success {
	background-color: #36c6d3;
	color: #36c6d3 !important;
	background-color: transparent;
	border: 2px solid #36c6d3;
}
/*Navigation
====================*/
.navTitle .title {
	text-transform: capitalize;
	font-weight: 500;
	color: #fff;
}

/*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: 0px 20px 10px; */
	background-color: #F9F9F9;
	padding-bottom: 0 !important;
	min-height: calc(100vh - 70px) !important;
}
.page-content-wrapper {
	background-color: #000;
}
.page-sidebar, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover {
	background-color: transparent;
}
.page-sidebar .page-sidebar-menu>li>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
	border-top: 0;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	font-family: 'MADE TOMMY';
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.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: rgb(255 255 255 / 18%);
	color: #fff !important;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}
.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 .sub-menu, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu {
	margin: 0px 0;
}
.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: #5f5f5f;
	font-weight: 400;
	font-size: 15px;
	padding: 15px 15px 15px 45px;
	position: relative;
}
.page-sidebar .page-sidebar-menu .sub-menu>li>a::after{
	content: "";
	display: block;
	position: absolute;
	left: 32px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 4px;
	width: 4px;
	background-color: #fff;
	border-radius: 100rem;


}
.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: transparent !important;
	color: #5f5f5f !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: #fff;
	color: #000 !important;
	border-radius: 10px;
	margin-right: 10px;
}
.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: #5f5f5f;
	color: #fff;
}
.page-sidebar .page-sidebar-menu span.title{
	margin-top: 5px;
}
.page-sidebar .page-sidebar-menu .nav-item i{
	font-size: 20px;
	color: #fff;
}
.page-sidebar .page-sidebar-menu>li>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
	padding: 13px 20px;
}
.page-sidebar .page-sidebar-menu>li,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li {
	padding-left: 10px;
}
.page-sidebar .page-sidebar-menu .nav-item.active i{
	color: #000 !important;
}
.page-sidebar .page-sidebar-menu .nav-item .arrow{
	display: none !important;
}

.page-header.navbar .page-logo {
	background: #000;
	height: 70px;
}


.navTitle {
	border-bottom: 1px solid #000 !important;
	background-color: #000;
	color: #fff;
}
.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: 600;
	color: #000;
	font-family: 'MADE TOMMY';
	padding: 1rem 0.3rem;
}
.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: transparent;
	color: #000;
	border: 0;
	border-bottom: 1px solid #b4bdc5;
}
.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: 0;
	background-color: transparent;
}

/* Apply a border to the bottom of all but the last row */
.table-bordered>thead>tr:not(:last-child)>th,
.table-bordered>thead>tr:not(:last-child)>td,
.table-bordered>tbody>tr:not(:last-child)>th,
.table-bordered>tbody>tr:not(:last-child)>td,
.table-bordered>tfoot>tr:not(:last-child)>th,
.table-bordered>tfoot>tr:not(:last-child)>td,
.table-bordered>tr:not(:last-child)>td,
.table-bordered>tr:not(:last-child)>th,
.table-bordered>thead:not(:last-child),
.table-bordered>tbody:not(:last-child),
.table-bordered>tfoot:not(:last-child) {
	border-bottom: 1px solid #b4bdc5;
}


.table-bordered>tbody>tr:last-child{
	border-radius: 25px !important;
}

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 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.portlet.light {
	padding: 40px 30px;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.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;
        font-family: 'Poppins', sans-serif;
        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;
	font-family: 'Poppins', sans-serif;
	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;
	font-family: 'Poppins', sans-serif;
	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;
	font-family: 'Poppins', sans-serif;
	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;
	font-family: 'Poppins', sans-serif;
}
.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;
	font-family: 'Poppins', sans-serif;
	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-family: 'Poppins', sans-serif;
	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;
	font-family: 'Poppins', sans-serif;
	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;
	font-family: 'Poppins', sans-serif;
	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;
	font-family: 'Poppins', sans-serif;
	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;
	font-family: 'Poppins', sans-serif;
	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;
	font-family: 'Poppins', sans-serif;
	width: 90%;
	margin: auto !important;
}
.swal2-modal .swal2-title {
	font-size: 16px !important;
	color: #000 !important;
	opacity: .7;
	font-family: 'Poppins', sans-serif;
	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;
	font-family: 'Poppins', sans-serif;
	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: inline-block;
	float: right;
	padding-right: 30px;
	color: #464646;
	font-family: 'Poppins', sans-serif;
	position: relative;
	text-decoration: none !important;
	transition: .3s ease all;
	opacity: .5;
	margin-top: 6px;
}
.fcsv::after {
	content: "";
	display: block;
	position: absolute;
	right: 3px;
	width: 18px;
	height: 18px;
	margin: auto;
	top: 0;
	bottom: 0;
	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;
	}
}
@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: 100px;
		margin-top: 6px;
	}
	.img-circle {
		width: 35px;
		margin-top: 3px;
	}
	.page-header.navbar .top-menu {
		width: calc(100% - 150px);
	}
	#out::after,
	#out::before,
	#out {
		width: 30px;
		height: 30px;
	}
	.page-content-white .page-title::before {
		font-size: 9px;
	}
	.page-content-wrapper .page-content .page-title {
		margin-bottom: 7px;
		font-size: 14px;
	}
}



#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;
}


.mi-modal {
	height: 140px;
}
.caLoaderWrap{
	width: 100%;
	display: block;
	text-align: center;
}
.loader {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	border: 3px solid;
	border-color: #007BE8 #007BE8 transparent transparent;
	box-sizing: border-box;
	-webkit-animation: rotation 1s linear infinite;
	-moz-animation: rotation 1s linear infinite;
	-ms-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 3px solid;
	border-color: transparent transparent #22B2CD #22B2CD;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	box-sizing: border-box;
	-webkit-animation: rotationBack 0.5s linear infinite;
	-moz-animation: rotationBack 0.5s linear infinite;
	-ms-animation: rotationBack 0.5s linear infinite;
	animation: rotationBack 0.5s linear infinite;
	transform-origin: center center;
}
.loader::before {
	width: 48px;
	height: 48px;
	border-color: #2d8d94 #2d8d94 transparent transparent;
	-webkit-animation: rotation 1.5s linear infinite;
	-moz-animation: rotation 1.5s linear infinite;
	-ms-animation: rotation 1.5s linear infinite;
	animation: rotation 1.5s linear infinite;
}


@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes rotationBack {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotationBack {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}

@-moz-keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@-moz-keyframes rotationBack {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
@-ms-keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@-ms-keyframes rotationBack {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
.top-menu .dropdown-menu-right{
	right: 0;
	left: unset;
}
.register h2{
	text-align: center;
}
.caRegisterContainer .control-label {
	color: #fff
}
.caRegisterContainer .submit{
	text-align: center;
	margin-top: 20px
}