/*Write your custom css in this file.*/

.general-form.white .select2-container-multi.form-control .select2-choices,
.general-form.white .select2-container-multi.form-control .select2-choices .select2-search-field input,
.general-form.white .select2-container .select2-choice {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}

#estimate-preview-content,
.estimate-preview {
	font-size: 120%!important;
}

.contract-preview-container {
	padding: 30px;
}

.sidebar-menu .expand li a {
  font-size: 14px;
  padding: 0.7rem 1.3rem;
}

.circle-loader {
  border-top-color: #e6794c!important;
}

.app-loader .loading {
  border: solid 2px #e6794c;
  border-top-color: #fff;
}

.sidebar-menu li.active > a {
  background-color: #E7622C!important;
}

.sidebar-menu .bg-primary {
  background-color: #e6794c!important;
}

#monthly-invoices span.badge,
#yearly-invoices span.badge,
#custom-invoices span.badge {
  margin-right: 3px;
}

#monthly-invoices span.badge:last-child,
#yearly-invoices span.badge:last-child,
#custom-invoices span.badge:last-child {
  margin-right: 0px;
}

/* BARRA SUPERIOR */

#personal-language-icon,
.dropdown-menu-end .dropdown-divider,
.dropdown-menu-end .theme-changer {
  display: none!important;
}

/* LABEL PROYECTOS */

.label.corporativa {
	background-color: #E7612C;
}

.label.landing {
	background-color: #555;
}

.label.ecommerce {
	background-color: #97598B;
}

.label.newsletter {
	background-color: #e91e63;
}

.label.facebook.ads, .label.facebook {
	background-color: #4267b2;
}

.label.twitter {
	background-color: #55ACEE;
}

.label.blog {
	background-color: orange;
}

.label.instragram {
	background: #B534C0 ;
	background: -moz-linear-gradient(left, #B534C0  0%, #ffc155 72%, #ffc155 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #B534C0 ), color-stop(72%, #ffc155), color-stop(100%, #ffc155));
	background: -webkit-linear-gradient(left, #B534C0  0%, #ffc155 72%, #ffc155 100%);
	background: -o-linear-gradient(left, #B534C0  0%, #ffc155 72%, #ffc155 100%);
	background: -ms-linear-gradient(left, #B534C0  0%, #ffc155 72%, #ffc155 100%);
	background: linear-gradient(to right, #B534C0  0%, #ffc155 72%, #ffc155 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4286f4', endColorstr='#0f9d58', GradientType=1 );
}

.label.google.Ads {
	background: #B534C0 ;
	background: -moz-linear-gradient(left, #B534C0  0%, #ffc155 72%, #ffc155 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(66,134,244,1)), color-stop(72%, rgba(15,157,88,1)), color-stop(100%, rgba(15,157,88,1)));
	background: -webkit-linear-gradient(left, rgba(66,134,244,1) 0%, rgba(15,157,88,1) 72%, rgba(15,157,88,1) 100%);
	background: -o-linear-gradient(left, rgba(66,134,244,1) 0%, rgba(15,157,88,1) 72%, rgba(15,157,88,1) 100%);
	background: -ms-linear-gradient(left, rgba(66,134,244,1) 0%, rgba(15,157,88,1) 72%, rgba(15,157,88,1) 100%);
	background: linear-gradient(to right, rgba(66,134,244,1) 0%, rgba(15,157,88,1) 72%, rgba(15,157,88,1) 100%);
}

/* TASK EVENTOS */

.event-startline-border {
	border-left: 3px solid #00ff0e !important;
}