/********************************************************
Copyright © 2025 Engr. Dom Sahagun. All rights reserved.
********************************************************/
@font-face {
  font-family: 'Rough-Notes';
  src: url('fonts/RoughNotesSample.eot');
  src: url('fonts/RoughNotesSample.eot?#iefix') format('embedded-opentype'),
    url('fonts/RoughNotesSample.woff2') format('woff2'),
    url('fonts/RoughNotesSample.woff') format('woff'),
    url('fonts/RoughNotesSample.ttf') format('truetype'),
    url('fonts/RoughNotesSample.svg#RoughNotesSample') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Domskie';
  src: url('fonts/SkirmisherHalftone.eot');
  src: url('fonts/SkirmisherHalftone.eot?#iefix') format('embedded-opentype'),
    url('fonts/SkirmisherHalftone.woff') format('woff'),
		url('fonts/SkirmisherHalftone.woff2') format('woff2'),
    url('fonts/SkirmisherHalftone.ttf') format('truetype'),
    url('fonts/SkirmisherHalftone.svg#Ubuntu-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
	margin: 0;
	padding:0
}
html {
	font-size: 100%; /* IE trick to allow proper resizing of text */
}
body {
  font-family: 'Gilroy';
  font-weight: 500;
  font-style: normal;
	font-size: 14px;
	color: #000;
	line-height: 22px;
  overflow: hidden;
}
a,
a:hover,
button {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-decoration: none;
}
button {
	outline: none !important;
	border: none;
	background: transparent;
}
button:hover {
	cursor: pointer;
}
iframe {
	border: none !important;
}
label {
	font-weight: normal;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
input {
	outline: none;
	border: none;
}
textarea {
	outline: none;
  border: none;
	resize: none !important;
}
textarea:focus,
input:focus {
  /* border-color: transparent !important; */
}
fieldset {
	position: relative;
	padding: 15px;
	border: 1px solid #c0c0c0;
	margin: 15px 15px 30px 15px;
}
fieldset legend {
	border: 0;
	width: auto;
}
.hidden-obj {
  display: none !important;
}
/* Firefox legend positioning */
@-moz-document url-prefix() {
  fieldset legend {
		margin-top: 15px;
	}
}
legend + * {
  -webkit-margin-top-collapse: separate;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
  background-color: transparent !important;
}
.line-wrapper {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.one-line {
	-webkit-line-clamp: 1;
}
.two-lines {
	-webkit-line-clamp: 2;
}
.three-lines {
	-webkit-line-clamp: 3;
}
.four-lines {
	-webkit-line-clamp: 4;
}
.five-lines {
	-webkit-line-clamp: 5;
}
.six-lines {
	-webkit-line-clamp: 6;
}
/**************************************************************************
Default
**************************************************************************/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}
/**************************************************************************
Login Background
**************************************************************************/
.blurry-bg {
	/* background: linear-gradient(rgba(29, 41, 57, 0.65),
							rgba(29, 41, 57, 0.65)),
							url("../img/bg/profile-image-electronics-telecom.webp"); */
  background-color: #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/**************************************************************************
Logo
**************************************************************************/
.rough-notes {
	font-family: 'Rough-Notes';
	font-size: 1.5em;
	text-transform: lowercase;
}
img.logo-svg {
	max-height: 60px;
}
@media (max-width: 479px) {
	img.logo-svg {
		max-height: 50px;
	}
}
.navicon-right .dropdown .ion-ios-bell-outline.wiggle {
	animation: wiggle 1s infinite;
}
@keyframes wiggle {
    0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(25deg); }
   95% { transform: rotate(-25deg); }
  100% { transform: rotate(0deg); }
}
/**************************************************************************
Login
**************************************************************************/
@media (max-width: 479px) {
  .wd-xs-400 {
    width: 100%;
    height: 100%;
    padding-top: 30px !important;
  }
}
.login-wrapper {
	padding: 25px 15px;
}
.container-login100 {
  width: 100%;
  /* min-height: 100vh; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.wrap-login100 {
	width: 100%;
  background: #fff;
}
/**************************************************************************
Form
**************************************************************************/
.login100-form {
  width: 100%;
}
.login100-form-title {
  display: block;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}
.login100-form-title i {
  font-size: 60px;
}
/**************************************************************************
Input
**************************************************************************/
.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #adadad;
  margin-bottom: 37px;
}
.input100 {
  font-size: 15px;
  color: #555555;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 5px;
}
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #6a7dfe;
  background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  background: -o-linear-gradient(left, #21d4fd, #b721ff);
  background: -moz-linear-gradient(left, #21d4fd, #b721ff);
  background: linear-gradient(left, #21d4fd, #b721ff);
}
.focus-input100::after {
  font-size: 15px;
  color: #999999;
  line-height: 1.2;
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0px;
  padding-left: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.input100:focus + .focus-input100::after,
.has-val.input100 + .focus-input100::after,
input:-webkit-autofill + .focus-input100::after {
  top: -15px;
}
.input100:focus + .focus-input100::before,
.has-val.input100 + .focus-input100::before,
input:-webkit-autofill + .focus-input100::before  {
  width: 100%;
}
.btn-show-pass {
  font-size: 15px;
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding-right: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-show-pass:hover {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}
.btn-show-pass.active {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}
/**************************************************************************
Button
**************************************************************************/
.container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px;
}
.wrap-login100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;
}
.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #a64bf4;
  background: -webkit-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
  background: -o-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
  background: -moz-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
  background: linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
  top: 0;
  left: -100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.login100-form-btn {
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}
.wrap-login100-form-btn:hover .login100-form-bgbtn {
  left: 0;
}
.login100-form-btn .fa {
  margin-right: 10px;
}
.about-links .tx-info {
	margin-right: 20px;
  margin-top: 15px;
}
.about-links .tx-info:last-child {
	margin-right: 0px;
}
a.tx-info {
	position: relative;
  z-index: 1;
	display: inline-block;
}
a.tx-info:hover {
  color: #2185D0;
}
a.tx-info:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #2185D0;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
a.tx-info:hover:after {
	width: 100%;
  left: 0;
}
.btn-password.back .fa {
  margin-right: 5px;
}
/**************************************************************************
Alert
**************************************************************************/
.validate-input {
  position: relative;
}
.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  font-size: 16px;
  color: #c80000;
  display: block;
  position: absolute;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}
.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
.box-half {
	width: 50%;
	line-height: 20px;
}
.box-half .ckbox span {
	padding-left: 0;
}
.floated-left {
	float: left;
}
.floated-right {
	float: right;
}
/************************************************************************
Bootstrap Datepicker
************************************************************************/
.datepicker {
  font-size: 14px;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 7px;
}
.table-condensed > tbody > tr > td a {
  color: #000;
}
.datetime_picker {
  overflow: hidden;
  padding: 15px 25px;
  border: 1px solid rgba(34, 36, 38, 0.15);
}
#datetimepicker .bootstrap-datetimepicker-widget table td {
  border-radius: 0;
}
#datetimepicker .datepicker table tr td.today {
  background-color: transparent;
  background-image: none;
}
#datetimepicker .datepicker table tr td.today:hover {
  background: #eeeeee;
}
#datetimepicker .bootstrap-datetimepicker-widget table td.today:before {
  content: none;
}
#datetimepicker .datepicker table tr td.today.active {
  background-color: #0044cc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#datetimepicker .btn-primary {
  background-color: #0044cc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0;
  line-height: normal;
  padding: 6px 12px;
}
.ui-datepicker {
  z-index: 99991 !important;
}
.ui-datepicker .ui-datepicker-title {
  color: #0866C6;
  letter-spacing: normal;
  font-weight: 700;
  font-size: 15px;
}
/************************************************************************
Custom sweet-alert 2
************************************************************************/
.swal2-container {
  z-index: 99997;
  overflow-x: hidden !important;
}
.swal2-modal {
	border-radius: 0 !important;
	min-height: 200px !important;
  font-family: 'Gilroy';
  font-size: 15px;
  color: #000;
}
.swal2-modal.sweet-alert2-custom {
	padding: 0 !important;
}
.swal2-modal .swal2-styled {
	font-weight: normal;
	font-size: 15px;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin: 15px 5px 0;
}
.swal2-modal fieldset {
	display: none !important;
}
.swal2-icon.swal2-info {
	margin: 15px auto;
}
.swal2-modal .swal2-title {
	font-weight: normal;
	color: #fff;
	font-size: 20px;
	margin: 5px 0;
	line-height: 17px;
}
.swal2-modal .swal2-title .fa {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  top: -2px;
}
.swal2-modal.sweet-alert2-custom .swal2-title {
	margin: 0;
	padding: 15px;
	text-align: left;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
	background: rgb(0,57,94);
	background: linear-gradient(167deg,
							rgba(0,57,94,1) 0%,
							rgba(0,57,94,1) 59%,
							rgba(0,57,94,1) 100%);
}
.swal2-modal .swal2-content {
	font-weight: normal;
  color: #000;
	font-size: 15px;
}
.swal2-modal.sweet-alert2-custom .swal2-content {
	padding: 30px 15px 0 15px;
}
.swal2-modal.sweet-alert2-custom .swal2-content span.example {
	display: block;
	color: #c0c0c0;
	font-size: 14px;
	font-style: italic;
}
.swal2-modal.sweet-alert2-custom .swal2-validationerror {
	padding: 10px 10px 0 10px;
	font-weight: normal;
	background-color: #fff;
}
.swal2-modal.sweet-alert2-custom .swal2-buttonswrapper {
	background-color: rgba(136, 136, 136, .30);
	text-align: right;
  padding: 15px;
	margin-top: 35px;
  border-top: 0;
	border-bottom: 0;
	float: left;
  width: 100%;
}
.swal2-modal.sweet-alert2-custom .swal2-styled {
	margin-top: 0;
}
.swal2-active {
	overflow: hidden;
}
.swal2-modal .swal2-content .ui.search.dropdown {
	width: 100%;
}
.swal2-content a.swal-link {
	position: relative;
  z-index: 1;
	display: inline-block;
  color: #2185D0;
  font-weight: 300;
}
.swal2-content a.swal-link:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #2185D0;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.swal2-content a.swal-link:hover:after {
	width: 100%;
  left: 0;
}
/* .swal2-content .select2-container {
  z-index: 99998;
} */
.swal2-active .ui-datepicker {
  z-index: 99998 !important;
}
/**************************************************************************
Context Menu
**************************************************************************/
/* The whole thing */
.custom-menu,
.custom-credential,
.custom-features,
.custom-payments,
.custom-units,
.custom-widgets {
	display: none;
	z-index: 1000;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	background: #fff;
	font-size: 14px;
	color: #000;
	border: 1px solid #dee2e6;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
					box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	padding: 0;
}
/* Each of the items in the list */
.custom-menu li,
.custom-credential li,
.custom-features li,
.custom-payments li,
.custom-units li,
.custom-widgets li {
	padding: 5px 15px 5px 10px;
	cursor: pointer;
	list-style-type: none;
	transition: all .3s ease;
	user-select: none;
}
.custom-menu li:hover,
.custom-credential li:hover,
.custom-features li:hover,
.custom-payments li:hover,
.custom-untis li:hover,
.custom-widgets li:hover {
	background-color: #dee2e6;
	color: #000;
}
.custom-menu li span,
.custom-credential li span,
.custom-features li span,
.custom-payments li span,
.custom-units li span,
.custom-widgets li span {
  display: inline-block;
  width: 25px;
  color: #24a2d7;
  background: #f2f2f2;
  padding: 2px 5px;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
}
.ellipsis-menu {
  padding: 0 5px
}
/**************************************************************************
Images
**************************************************************************/


/************************************************************************
Photo preview & Card preview
************************************************************************/
.photo-preview,
.layout-preview {
  width: 250px;
	height: 190px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/image.jpg');
	border-radius: 2px;
	border: 1px solid #f2f2f2;
	margin-bottom: 15px;
  display: inline-block;
}
@media (min-width: 1920px) {
  .photo-preview,
  .layout-preview {
    background-size: contain !important;
  }
}
.qrcode-preview {
  width: 200px;
	height: 200px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
  background-size: contain !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/image.jpg');
	border-radius: 2px;
	border: 1px solid #f2f2f2;
	margin-bottom: 15px;
  display: inline-block;
}
form[name=photoForm] .photo-preview {
  width: 100%;
}
.photo-preview:before,
.layout-preview:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top,
              rgb(0 0 0 / 95%) 0%,
              rgb(0 0 0 / 30%) 35%,
              rgba(0, 0, 0, 0) 60%,
              rgba(0, 0, 0, 0) 100%);
  border-radius: 2px;
  opacity: 1;
}
.photo-preview label,
.layout-preview label,
.qrcode-preview label {
  position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
  /* padding-top: 62%; */
	margin: 0 auto;
	z-index: 1;
	opacity: 1;
	width: 100%;
	height: 100%;
	font-size: 15px;
	text-align: center;
	color: #fff;
  cursor: pointer;
}
.photo-preview input[type=file],
.layout-preview input[type=file],
.qrcode-preview input[type=file] {
  line-height: 30px;
	height: 30px;
	width: 150px;
	left: 0;
	right: 0;
	position: absolute;
	bottom: 10px;
	opacity: 0;
	z-index: 2;
	padding: 0;
	margin: 0 auto;
}
.dark-bg-preview {
	background: #18222f !important;
}
/**************************************************************************
Menu
**************************************************************************/
.br-profile-page .card-body {
  background-color: #fff;
}
.widget-4 .card-profile-img {
  position: relative;
  left: auto;
  top: -25px;
  margin-left: auto;
}
.br-menu-sub .nav-link {
  font-size: 14px;
}
.menu-item-icon {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50px;
  background-color: #48576b;
}
.br-header {
  z-index: 99992;
}
.br-header-right a {
  color: #000;
}
.br-header-right a:hover {
  color: #000;
}
.user-profile-nav .icon {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50px;
  background-color: #f2f2f2;
  color: #000;
  font-size: 14px;
  top: auto;
  margin-right: auto;
}
.logged-name,
.user-profile-nav {
  font-size: 14px;
}
.br-sideleft {
  padding-right: 0;
  padding-left: 0;
}
.svg-br-logo img {
  max-height: 35px;
}
.br-header-right .dropdown:last-child .dropdown-menu {
  padding: 0;
}
.user-profile-nav .icon {
  color: #24a2d7;
}
.menu-item-label {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.br-menu-sub .nav-link {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**************************************************************************
Inner Pages
**************************************************************************/
.loading-indicator {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 99991;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.15);
}
.indicator-item {
  width: 100%;
  height: 100%;
}
.table {
  border-collapse: collapse;
  margin-bottom: 0;
}
.br-section-wrapper {
  padding: 20px 0;
  border-radius: 0;
  position: relative;
  min-height: calc(100vh - 95px);
}
.datatablelist tr {
  cursor: pointer;
}
.datatablelist tr td.master-list {
  position: relative;
  overflow: hidden;
	text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 25px;
}
.datatablelist tr.active,
.datatablelist tr:hover {
  background-color: #f8f9fa;
}
.datatablelist tr td span.arrow-ind {
  font-size: 8px;
  position: absolute;
  right: 12px;
  top: 13px;
  color: #c0c0c0;
}
.form-layout-2 .form-group {
  padding: 10px;
}
.form-layout-2 .form-control-label {
  margin-bottom: 5px;
  font-size: 12px;
  color: #868ba1;
}
.table tr td span.date-ind {
  font-size: 12px;
  color: #c98206;
  display: block;
}
/* .column-wrapper:not(.wrap-exclude) {
  max-height: calc(100vh - 135px);
  overflow: hidden;
} */
.column-wrapper {
  max-height: calc(100vh - 135px);
  overflow: hidden;
}
.no-gutter {
  margin-left: -15px;
  margin-right: -15px;
}
.cke_chrome {
  border: none;
}
#recentActivity td {
  padding: 10px;
  line-height: 17px;
}
.bootstrap-tagsinput .label {
  border-radius: 0;
}
.form-layout-2 .form-control.no-ckeditor {
  line-height: 22px;
}
ul li .back-btn {
  display: none;
}
ul li .back-btn .fa,
ul li .test-btn .fa {
  font-size: 12px;
}
.select2-container {
  z-index: 99991;
  text-align: left;
  width: 100% !important;
}
.modal-backdrop {
  z-index: 99996;
}
.modal {
  z-index: 99997;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
}
.card .priority {
  background: rgba(0,0,0,.45);
  color: #fff;
  font-size: 12px;
	text-align: center;
  position: absolute;
  top: 15px;
  left: 15px;
	width: 20px;
	height: 20px;
  border-radius: 50%;
  line-height: 20px;
}
.card .btn-status {
  position: absolute;
	right: 15px;
	top: 15px;
	padding: 2px 7px;
	background-color: #D5D5D5;
	color: #ABABAB;
	text-transform: uppercase;
	font-size: 12px;
  font-weight: 500;
  border-radius: 2px
	border: none;
  line-height: normal;
}
.card .btn-status.active {
	background-color: #12c538;
  color: #fff;
}
.card .btn-trash {
  position: absolute;
	right: 15px;
	bottom: 83px;
	padding: 4px 8px;
	background-color: #b10606;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
  line-height: normal;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
}
.form-layout-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: -3px;
}
.CodeMirror {
  height: 500px;
}
#code {
  margin-top: 15px;
}
.table.languages th {
  vertical-align: middle;
}
.table.languages td {
  vertical-align: middle;
  padding: 0.25rem 0.75rem;
}
.email-addresses input[type=checkbox] {
  position: relative;
  top: 2px;
}
.languages input[type=checkbox] {
  position: relative;
}
.email-addresses input[type=text] {
  position: relative;
  top: 3px;
  color: #000;
}
.languages input[type=text] {
  position: relative;
  color: #000;
}
.email-addresses .select2-container {
  top: -2px;
}
.form-layout-2 .email-addresses .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.alert {
  font-size: 13px;
}
.tdnoresult {
  text-align: center;
  color: #c0c0c0;
}
.form-layout-2 .card-body {
  padding: 15px;
  margin-bottom: 20px;
}
.member-img {
  position: relative;
}
.member-img .square-10 {
  right: 5px;
  bottom: 5px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #fff;
}
.tx-info {
  color: #24a2d7;
}
.br-menu-link.active {
  background-color: #24a2d7;
}
.ckbox {
  margin-bottom: 0px;
  line-height: normal;
  display: inline-block;
}
.ckbox input[type='checkbox'] {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.ckbox input[type='checkbox'] {
  opacity: 1;
  margin-top: 4px;
  margin-right: 0;
}
.ckbox.login input[type='checkbox'] {
  margin-top: 0;
  margin-right: 7px;
}
.ckbox.login span:before {
  top: 0;
}
tbody.with-img tr td,
tbody.double-row tr td {
  padding: 7px;
  vertical-align: middle;
}
.form-layout-2 .card.tab-nav .card-body,
.image-box .card.tab-nav .card-body,
.reference-box .card.tab-nav .card-body,,,,,
.portals-box .card.tab-nav .card-body {
  padding: 15px;
  margin-bottom: 0;
}
.form-layout-2 .card.tab-nav .card-header,
.image-box .card.tab-nav .card-header,
.reference-box .card.tab-nav .card-header,
.portals-box .card.tab-nav .card-header {
  padding: 8px 25px 9px 25px;
  background-color: #f8f9fa;
}
.card-header .nav-link {
  padding: 0.5rem 0.8rem;
}
.card-header-tabs {
  top: 0;
  position: relative;
}
.nav-tabs .nav-item {
  margin-bottom: 2px;
}
.form-layout-2 .card.tab-nav .card-body .select2-container,
.form-layout-2 .table tbody .select2-container {
  top: -4px;
}
.image-list-acronym {
	width: 32px;
	font-weight: 600;
  line-height: 32px;
	border-radius: 50%;
	box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
	text-align: center;
  font-size: 13px;
  display: inline-block;
  color: #000;
}
.image-list-widgets {
	width: 32px;
  padding: 5px;
  background-color: #f2f2f2;
  height: 32px;
  line-height: normal;
	border-radius: 50%;
	box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
	text-align: center;
  display: inline-block;
}
.image-list-widgets img {
  width: 100%;
  height: 100%;
}
.toggle-wrapper {
  width: auto;
}
.column-wrapper.wrap-exclude .table thead > tr > th,
.status-box .table thead > tr > th {
  position: relative;
}
.column-wrapper.wrap-exclude .table thead > tr > th .toggle-sides,
.status-box .table thead > tr > th .toggle-sides {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
}
.column-wrapper.wrap-exclude .table thead > tr > th .toggle-sides:hover,
.status-box .table thead > tr > th .toggle-sides:hover {
  background-color: #fff;
}
/* .status-box .table {
  width: calc(100% - 16px);
} */
.uploaded-files td a {
  text-transform: uppercase;
}
.uploaded-files td a.trash {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50px;
  display: inline-block;
}
.uploaded-files td a.trash .fa {
  font-size: 11px;
}
.uploaded-files td a.trash:hover {
  background-color: #f2f2f2;
}
form[name=photoForm] a.trash,
form[name=portalForm] a.trash {
  position: absolute;
  z-index: 99;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background: #CA211B;
  font-size: 12px;
  color: #fff;
  opacity: .8;
  border-radius: 2px;
  bottom: 15px;
  right: 15px;
}
form[name=photoForm] a.trash:hover,
form[name=portalForm] a.trash:hover {
  opacity: 1;
}
form[name=photoForm] span.img-label,
form[name=portalForm] span.img-label {
  position: absolute;
  text-align: center;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 15px;
  font-size: 13px;
}
form[name=userForm] a.delete-group {
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  font-size: 11px;
  bottom: 10px;
  right: 10px;
  line-height: 20px;
  border-radius: 50px;
  border: 1px solid #f2f2f2;
  display: inline-block;
}
form[name=userForm] a.delete-group:hover {
  background-color: #f2f2f2;
}
.profile-banner {
  position: relative;
  z-index: 1;
}
.card.widget-4 .card-body {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}
.card.widget-4 .card-body:before {
  background: linear-gradient(to bottom, transparent 30%, #000);
  position: absolute;
  content: "";
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
}
.widget-4 .card-profile-img img {
  border: 2px solid #fff;
}
.media-body .line-wrapper span.icon {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #f2f2f2;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  margin-right: 5px;
}
.media-body .line-wrapper span.icon i {
  font-size: 10px;
}
.toggle-notification.active .fa-bell.wiggle,
.fa-bell-o.wiggle {
	animation: wiggle 1s infinite;
}
@keyframes wiggle {
    0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(25deg); }
   95% { transform: rotate(-25deg); }
  100% { transform: rotate(0deg); }
}
#searchbox {
  /* border-left: 1px solid rgba(0, 0, 0, 0.15); */
}
.head-search .option-filter {
  width: 90px;
  line-height: 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.head-search .option-filter .select2-container {
  top: -2px;
}
.head-search .option-filter .select2-container .select2-selection {
  border-radius: 0;
  border: none;
}
.datatabletd.master-list span.group-label,
tbody.similar td span.group-label,
tbody.leads td span.group-label {
  display: block;
  color: #c0c0c0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 12px;
  overflow: hidden;
  max-width: 100%;
	text-overflow: ellipsis;
  white-space: nowrap;
}
.datatablelist .double-row tr td span.arrow-ind {
  top: 18px;
  color: #c0c0c0;
  font-size: 8px;
}
.overlay-transp {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99996;
}
.overlay-ckeditor {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99996;
}
#eventForm table,
#reraCompliance,
#whatsappTable {
	border-collapse: collapse;
	width: 100%;
}
#eventForm tr th,
#reraCompliance tr th,
#whatsappTable tr th {
  text-align: center;
}
#eventForm tr th,
#eventForm tr td,
#reraCompliance tr th,
#reraCompliance tr td,
#whatsappTable tr th,
#whatsappTable tr td  {
  border: 1px solid #c9c9c9;
  padding: 5px;
}
.col-item-activity .column-wrapper {
  /* margin-right: -15px; */
}
.col-item-activity .column-wrapper .ui-datepicker-inline {
  max-width: none;
}
.col-item-activity .column-wrapper .ui-datepicker-calendar {
  width: 100%;
}
#rentedDate .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a,
#callBack .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a,
#interviewDate .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background-color: #f8f9fa;
  color: #868ba1;
}
#rentedDate .ui-datepicker .ui-datepicker-calendar a.ui-state-active,
#callBack .ui-datepicker .ui-datepicker-calendar a.ui-state-active,
#interviewDate .ui-datepicker .ui-datepicker-calendar a.ui-state-active {
  background-color: #E9ECEF;
  color: #868ba1;
}
#callBack .ui-datepicker-inline,
#interviewDate .ui-datepicker-inline {
  margin: 0;
  border-radius: 0;
}
.call-back .input-group,
.interview-date .input-group {
  border-radius: 0;
  border: 1px solid #ced4da;
  border-top: none;
}
.call-back .input-group-addon,
.interview-date .input-group-addon {
  border: none;
  border-radius: 0;
}
.call-back #timepicker,
.interview-date #timepicker {
  padding: 0 15px;
}
.form-layout-2 #dataForm .input-group-addon,
.form-layout-2 #importForm .input-group-addon,
.status-box .form-layout-2 .input-group-addon,
.swal2-content #unitForm .input-group-addon  {
  background: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 50px;
  justify-content: end;
}
.input-group .input-group-addon .select2-container {
  justify-content: end;
  display: flex;
}
.form-layout-2 #dataForm .input-group-addon .select2-container--default .select2-selection--single .select2-selection__arrow b,
.swal2-content #unitForm .input-group-addon .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.br-header-left .input-group-btn .btn,
.br-header-left .input-group-btn .sp-container button,
.sp-container .br-header-left .input-group-btn button {
  color: #000;
}
#searchForm .select2-drop {
  z-index: 99994;
}
#searchForm .select2-container {
  width: 100% !important;
  z-index: 99994;
}
#searchForm select,
#importForm select {
  height: auto !important;
}
body.modal-open #ui-datepicker-div.search-form-fc-picker {
  z-index: 99998 !important;
}
#resetSearch,
#resetExport,
#fetchLocation {
  position: absolute;
  left: 20px;
}
#resetSearchBox {
  color: #c0c0c0;
  opacity: .8;
  margin-top: 19px;
  margin-left: 7px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #f2f2f2;
  border-radius: 50px;
  font-size: 9px;
}
#resetSearchBox:hover {
  color: #c0c0c0;
  opacity: 1;
}
#importForm .select2-container,
#importForm .select2-container input,
#credentialForm .select2-container,
#credentialForm .select2-container input {
  width: 100% !important;
}
#importForm .input-group-addon select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}
/* For IE10 */
#importForm .input-group-addon select::-ms-expand {
  display: none;
}
#importForm .form-group a {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 12px;
}
.border-left-green {
  border-left: 3px solid #198f35;
}
.border-left-blue {
  border-left: 3px solid #0866C6;
}
.border-left-orange {
  border-left: 3px solid #ee9b17;
}
.border-left-red {
  border-left: 3px solid #CA211B;
}
.footer-wrapper .counter {
  position: absolute;
  line-height: 35px;
  left: 20px;
  font-weight: 300;
}
.loaditems {
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  background-color: #0866C6;
  padding: 2px 15px;
  letter-spacing: 0.5px;
  color: #fff;
  opacity: 0.8;
  border-radius: 3px;
}
.loaditems:hover,
.loaditems:focus {
  border: none;
  opacity: 1;
}
.badge-holder {
  position: relative;
}
.datatablelist .list-badge {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8px;
  text-transform: uppercase;
  padding: 1px 3px;
  line-height: normal;
}
.datatablelist .list-badge.red {
  background-color: #b10606;
  color: #fff;
}
.datatablelist .list-badge.green {
  background-color: #198f35;
  color: #fff;
}
.datatablelist .list-badge.blue {
  background-color: #1a69a4;
  color: #fff;
}
.datatablelist .list-badge.draft,
.datatablelist .list-badge.orange {
  background-color: #f1aa10;
  color: #fff;
}
.datatablelist .list-badge.light {
  background-color: #f2f2f2;
  color: #000;
}
.datatablelist .reference-badge {
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 8px;
  text-transform: uppercase;
  padding: 1px 3px;
  line-height: normal;
}
.datatablelist .badge-holder .fa-bell {
  position: absolute;
  color: #f1aa10;
  top: 1px;
  left: 1px;
  font-size: 13px;
}
.datatablelist .badge-holder .fa-bell.wiggle {
	animation: wiggle 1s infinite;
}
@keyframes wiggle {
    0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(25deg); }
   95% { transform: rotate(-25deg); }
  100% { transform: rotate(0deg); }
}
.datatablelist .badge-holder .fa-exclamation {
  position: absolute;
  color: #db0b0b;
  left: 1px;
  font-size: 19px;
}
.photo-preview .verified {
  position: absolute;
  top: 10px;
  right: 10px;
}
.photo-preview .superagent {
  position: absolute;
  top: 10px;
  right: 40px;
}
.photo-preview .verified .active {
  color: #21BA45 !important;
}
.photo-preview .superagent .theme {
  color: #2B2C3F !important;
}
.swal2-modal .swal2-content .select2-container {
  font-size: 14px;
}
.agent-performances-commissions {
  position: relative;
  overflow: hidden;
}
.agent-performances-commissions .progress {
  border-radius: 50px;
}
.agent-performances-commissions .progress .progress-bar {
  line-height: 10px;
  height: 10px;
  background: #307BB4;
  background: linear-gradient(90deg,
              rgba(48, 123, 180, 1) 0%,
              rgba(46, 209, 190, 1) 100%);
  border-radius: 50px;
}
.carousel-wrapper #carousel2 .agent-progress {
  overflow-y: scroll;
  scrollbar-width: none;
}
.carousel-wrapper #carousel2 .agent-progress::-webkit-scrollbar {
  display: none;
}
.call-statistics label,
.agent-performances-commissions label,
.agent-performances label,
.quality-scores label {
  position: relative;
  margin-bottom: 0;
}
.call-statistics label span,
.quality-scores label span {
  position: absolute;
  right: 0;
  font-weight: 600;
  font-size: 10px;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.agent-performances-commissions label,
.agent-performances label {
  width: 100%;
}
table.agent-performances {
  font-size: 13px;
  overflow: hidden;
  border-radius: 0 0 3px 3px;
}
.table-responsive table.agent-performances thead {
  background: #376597;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(90deg,
              rgba(55, 101, 151, 1) 0%,
              rgba(42, 156, 219, 1) 100%);
}
.table-responsive .table.agent-performances tfoot {
  background: #376597;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(90deg,
              rgba(55, 101, 151, 1) 0%,
              rgba(42, 156, 219, 1) 100%);
}
.table-responsive table.agent-performances thead tr th {
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  line-height: normal;
  text-transform: none;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}
.table-responsive table.agent-performances thead tr th:first-child {
  min-width: 200px;
}
.table-responsive table.agent-performances tbody tr td {
  padding: 8px;
  font-size: 14px;
}
.table-responsive table.agent-performances tbody tr td:nth-child(5),
.table-responsive table.agent-performances tbody tr td:nth-child(6) {
  text-align: right;
}
.table-responsive table.agent-performances tfoot tr td {
  padding: 8px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.table-responsive .table.agent-performances tbody tr:last-child td {
  font-weight: 700;
}
.table-responsive table.agent-performances tbody tr:last-child td:first-child {
  text-align: center;
  text-transform: uppercase;
}
.table-responsive .agent-performances #downloadReport {
  color: #fff;
  position: relative;
  display: inline-block;
}
.table-responsive .agent-performances #downloadReport:hover {
  color: #fff;
  text-decoration: none;
}
.table-responsive .agent-performances #downloadReport:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
	background-color: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.table-responsive .agent-performances #downloadReport:hover:after {
	width: 100%;
  left: 0;
}
.agent-performances-commissions label span,
.agent-performances label span {
  position: absolute;
  right: 0;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
}
.quality-scores label span .fa-thumbs-up {
  color: #198f35;
}
.quality-scores label span .fa-thumbs-down {
  color: #c02708;
}
.quality-scores .progress-bar.level-high {
  background: #17cf42;
  background: linear-gradient(90deg,
              rgba(23, 207, 66, 1) 0%,
              rgba(25, 143, 53, 1) 100%);
}
.quality-scores .progress-bar.level-mid {
  background: #9edb04;
  background: linear-gradient(90deg,
              rgba(158, 219, 4, 1) 0%,
              rgba(97, 207, 23, 1) 100%);
}
.quality-scores .progress-bar.level-low {
  background: #dbb704;
  background: linear-gradient(90deg,
              rgba(219, 183, 4, 1) 0%,
              rgba(201, 219, 4, 1) 100%);
}
.quality-scores .progress-bar.level-bad {
  background: #db1d04;
  background: linear-gradient(90deg,
              rgba(219, 29, 4, 1) 0%,
              rgba(219, 201, 4, 1) 100%);
}
input.valid {
	background: url("../images/icons/valid.png") no-repeat right 2px center !important;
}
input.invalid {
	background: url("../images/icons/invalid.png") no-repeat right 2px center !important;
}
input.warning {
	background: url("../images/icons/warning.png") no-repeat right 2px center !important;
}
input[type=checkbox].clickable {
  position: relative;
  top: 2px;
}
.nav-main .nav-item a,
.nav-side .nav-item a {
  overflow: hidden;
	text-overflow: ellipsis;
  white-space: nowrap;
}
.col-item-activity table {
  display: table;
}
.select2-search__field {
  width: 100% !important;
}
.card-header-tabs {
  flex-direction: row;
}
.card-header-tabs .nav-link.active,
.card-header-tabs .nav-link.active:hover,
.card-header-tabs .nav-link.active:focus {
  border-bottom-color: #fff;
}
.toggle-modern.pending .toggle-on,
.toggle-modern.pending .toggle-off {
  background-color: #f1aa10;
}
.toggle-modern.rejected .toggle-on,
.toggle-modern.rejected .toggle-off {
  background-color: #b10606;
}
.verification-documents a span.icon {
  position: relative;
  z-index: 1;
}
.title-char-count {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 10px;
	color: #C66300;
}
.filter-hidden {
  display: none;
}
#dataForm .add-contact {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 12px;
}
#addForm .add-manual {
  position: absolute;
  top: 13px;
  right: 45px;
  font-size: 12px;
  z-index: 99993;
}
#addForm .input-group-addon {
  padding: 0;
  background: none;
}
#addForm .input-group .form-control {
  border-radius: 3px 0 3px 0;
}
#addForm .input-group-addon .select2-container--default .select2-selection--single {
  border: none;
}
#addForm .input-group-addon .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}
.ui-timepicker-wrapper {
  z-index: 99999;
}
#units .btn-layout {
  background-color: #e1e1e1;
  border-radius: 50px;
  width: 22px;
  height: 22px;
  display: flex;
  padding: 5px;
  align-items: center;
  justify-content: center;
}
#units .btn-layout.uploaded {
  background-color: #219519;
  color: #fff;
}
#units .btn-layout .fa {
  font-size: 10px;
}
.agent-performances-commissions .carousel-indicators {
  bottom: -30px;
}
.agent-performances-commissions .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.35);
}
.agent-performances-commissions .carousel-indicators li.active {
  background-color: #000;
}
form .notes-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 12px;
}
table tbody tr td a.linkto {
  font-size: 8px;
  position: absolute;
  right: 12px;
  top: 12px;
  color: #c0c0c0;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background-color: #f8f9fa;
  border-radius: 50px;
}
table tbody tr td a.linkto:hover {
  background-color: #00b297;
  color: #fff;
}
/**************************************************************************
Image Jquery Ugload GAllery
**************************************************************************/
#fileupload p.drag-drop-text  {
	margin-bottom: 5px;
	color: #c0c0c0;
	width: 100%;
	text-align: center;
	float: left;
}
#fileupload .gallery {
	width: calc(25% - 5px);
  display: inline-block;
  margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #f2f2f2;
	float: left;
}
#fileupload .gallery .preview {
	width: 100%;
	height: 120px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#fileupload .gallery .preview img {
	width: 100%;
  height: 100%;
}
#fileupload .gallery .preview .priority {
  background: rgba(0,0,0,.45);
  color: #fff;
  font-size: 11px;
	text-align: center;
  position: absolute;
  top: 5px;
  left: 5px;
	width: 20px;
	height: 20px;
  border-radius: 50%;
  line-height: 20px;
  -webkit-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  -o-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
}
#fileupload .gallery .preview .btn-danger.delete,
#fileupload .gallery .preview .btn-danger.cancel,
#fileupload .gallery .preview .btn-warning.cancel {
	border: none;
	position: absolute;
  bottom: 5px;
  right: 5px;
}
#fileupload .gallery .preview .controls button {
	border: none;
  -webkit-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  -o-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
}
#fileupload .gallery button.toggle.watermark {
	position: absolute;
	left: 5px;
	bottom: 5px;
	padding: 2px 5px;
  line-height: normal;
	background-color: #D5D5D5;
	color: #ABABAB;
	text-transform: uppercase;
	font-size: 11px;
	cursor: default;
	border: none;
  -webkit-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  -o-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
}
#fileupload .gallery button.toggle.watermark.active {
	background-color: #5291e8;
  color: #fff;
}
#fileupload .gallery .publication {
	position: absolute;
	right: 5px;
	top: 5px;
}
#fileupload .gallery .publication button {
  -webkit-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  -o-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
}
#fileupload .gallery .btn-danger.delete,
#fileupload .gallery .btn-danger.cancel {
  padding: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
}
#fileupload .gallery .publication .toggle-img {
	float: left;
	margin-left: 7px;
	padding: 2px 5px;
  line-height: normal;
	background-color: #D5D5D5;
	color: #ABABAB;
	text-transform: uppercase;
	font-size: 11px;
	cursor: default;
	border: none;
}
#fileupload .gallery .publication .toggle-img.active {
	background-color: #12c538;
  color: #fff;
}
.fileupload-buttonbar {
	text-align: center;
}
.fileupload-buttonbar .btn-primary.start,
.fileupload-buttonbar .btn-warning.cancel {
	display: none;
}
.template-upload.gallery {
  position: relative;
}
.template-upload button.btn-primary.start {
  display: none !important;
}
.template-upload .preview canvas {
  width: 100% !important;
  height: 100% !important;
}
#fileupload .gallery .status.bar {
	line-height: normal;
  position: absolute;
  left: 5px;
  bottom: 5px;
  padding: 0;
  height: 5px;
	width: 70%;
	font-size: 11px;
}
#fileupload .gallery .status.bar .progress {
	margin-bottom: 0;
	border-radius: 0;
  font-size: 11px;
  line-height: normal;
  -webkit-box-shadow: none;
  box-shadow: inset none;
	width: 100%;
}
#fileupload .gallery .status.bar .progress .progress-bar {
  height: 5px;
}
/**************************************************************************
Performance Report
**************************************************************************/
.performance-report h2 {
  font-size: 20px;
  color: #225491;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}
.performance-report .card,
.performance-table .table-responsive {
  border-radius: 12px;
  /* border: 1px solid #225491; */
}
.performance-report .performance-list {
  overflow-y: scroll;
  scrollbar-width: none;
  margin-bottom: 25px;
}
.performance-report .performance-list-overlay {
  display: block;
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.performance-report .performance-list::-webkit-scrollbar {
  display: none;
}
.performance-report #smoothScroll {
  text-align: center;
  font-size: 32px;
  width: 80px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.performance-report .performance-list label,
.performance-report .contacts-made-list label,
.performance-report .listing-achieved-list label,
.performance-report .price-adjustment-list label,
.performance-report .viewings-list label {
  color: #225491;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.performance-report .listing-achieved-list .wrapper-inner {
  background: #376597;
  background: linear-gradient(90deg,
              rgba(55, 101, 151, 1) 0%,
              rgba(42, 156, 219, 1) 100%);
  border-radius: 12px;
  padding: 20px 10px;
}
.performance-report .listing-achieved-list .wrapper-inner .inner-label {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
}
.performance-report .viewings-list .wrapper-inner {
  /* border: 1px solid #376597; */
  border-radius: 12px;
  padding: 20px 10px;
}
.performance-report .performance-list .progress {
  border-radius: 50px;
  background-color: #f2f2f2;
  /* border: 1px solid #2bbeac; */
  position: relative;
}
.performance-report .contacts-made-list .progress {
  border-radius: 50px;
  background-color: #fff;
  position: relative;
}
.performance-report .listing-achieved-list .progress {
  border-radius: 50px;
  background: rgba(255,255,255,0.45);
  position: relative;
}
.performance-report .price-adjustment-list .progress {
  border-radius: 50px;
  background-color: #fff;
  position: relative;
}
.performance-report .viewings-list .progress {
  border-radius: 50px;
  /* background-color: #fff; */
  background: rgba(46, 209, 190, 0.25);
  position: relative;
}
.performance-report .performance-list .progress-bar {
  font-size: 13px;
  line-height: 20px;
  height: 20px;
  background: #307BB4;
  background: linear-gradient(90deg,
              rgba(48, 123, 180, 1) 0%,
              rgba(46, 209, 190, 1) 100%);
  border-radius: 50px;
  text-align: right;
  padding-right: 9px;
}
.performance-report .contacts-made-list .progress-bar {
  font-size: 13px;
  line-height: 40px;
  height: 40px;
  background: #307BB4;
  background: linear-gradient(90deg,
              rgba(48, 123, 180, 1) 0%,
              rgba(46, 209, 190, 1) 100%);
  border-radius: 50px;
  text-align: right;
  text-transform: uppercase;
  padding-right: 15px;
}
.performance-report .listing-achieved-list .progress-bar {
  font-size: 13px;
  line-height: 20px;
  height: 20px;
  background: #2ec3b0;
  /* background: #307BB4;
  background: linear-gradient(90deg,
              rgba(48, 123, 180, 1) 0%,
              rgba(46, 209, 190, 1) 100%); */
  border-radius: 50px;
  text-align: right;
  text-transform: uppercase;
  padding-right: 15px;
}
.performance-report .price-adjustment-list .progress-bar {
  font-size: 13px;
  line-height: 40px;
  height: 40px;
  background: #376597;
  background: linear-gradient(90deg,
              rgba(55, 101, 151, 1) 0%,
              rgba(42, 156, 219, 1) 100%);
  border-radius: 50px;
  text-align: left;
  text-transform: uppercase;
  padding-left: 15px;
  letter-spacing: 1px;
}
.performance-report .viewings-list .progress-bar {
  font-size: 13px;
  line-height: 40px;
  height: 40px;
  background: #307BB4;
  background: linear-gradient(90deg,
              rgba(48, 123, 180, 1) 0%,
              rgba(46, 209, 190, 1) 100%);
  border-radius: 50px;
  text-align: left;
  text-transform: uppercase;
  padding-left: 15px;
  letter-spacing: 1px;
}
.performance-report .performance-list .progress span {
  position: absolute;
  right: 10px;
  color: #f11b19;
  font-size: 13px;
  bottom: 2px;
}
.performance-report .contacts-made-list .progress span {
  position: absolute;
  left: 15px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 13px;
}
.performance-report .price-adjustment-list .progress span {
  position: absolute;
  right: 12px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 13px;
}
.performance-report .viewings-list .progress span {
  position: absolute;
  right: 15px;
  color: #f11b19;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
}
.performance-table .table-responsive table {
  overflow: hidden;
  border-radius: 12px;
}
.performance-table .table-responsive table thead {
  background: #376597;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(90deg,
              rgba(55, 101, 151, 1) 0%,
              rgba(42, 156, 219, 1) 100%);
}
.performance-table .table-responsive table tfoot {
  background: #376597;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(90deg,
              rgba(55, 101, 151, 1) 0%,
              rgba(42, 156, 219, 1) 100%);
}
.performance-table .table-responsive table thead tr th {
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  line-height: normal;
  text-transform: none;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}
.performance-table .table-responsive table thead tr th:first-child {
  min-width: 200px;
}
.performance-table .table-responsive table tbody tr td {
  padding: 8px;
  font-size: 14px;
}
.performance-table .table-responsive table tbody tr td:nth-child(5),
.performance-table .table-responsive table tbody tr td:nth-child(6) {
  text-align: right;
}
.performance-table .table-responsive table tfoot tr td {
  padding: 8px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.performance-table .table-responsive table tbody tr:last-child td {
  font-weight: 700;
}
.performance-table .table-responsive table tbody tr:last-child td:first-child {
  text-align: center;
  text-transform: uppercase;
}
.performance-table .table-responsive #downloadReport {
  color: #fff;
  position: relative;
  display: inline-block;
}
.performance-table .table-responsive #downloadReport:hover {
  color: #fff;
  text-decoration: none;
}
.performance-table .table-responsive #downloadReport:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
	background-color: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.performance-table .table-responsive #downloadReport:hover:after {
	width: 100%;
  left: 0;
}
.dashboard-items .item-box-primary {
  border-radius: 12px;
  background: #376597;
  background: linear-gradient(130deg,
              rgba(55, 101, 151, 1) 0%,
              rgba(42, 156, 219, 1) 100%);
  color: #fff;
  text-align: center;
  padding: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  -o-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
}
.dashboard-items .item-box-secondary {
  border-radius: 12px;
  background: #2FD0C0;
  background: linear-gradient(130deg,
              rgba(47, 208, 192, 1) 0%,
              rgba(50, 188, 172, 1) 100%);
  color: #fff;
  text-align: center;
  padding: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  -o-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
}
.dashboard-items .item-box-primary span,
.dashboard-items .item-box-secondary span {
  display: block;
  font-size: 62px;
  font-weight: 700;
  line-height: normal;
}
.dashboard-items .item-box-secondary span {
    color: #f11b19;
}
.dashboard-items .item-box-primary a,
.dashboard-items .item-box-secondary a {
  color: #fff;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 50px;
  text-transform: uppercase;
  line-height: normal;
  background: rgba(0,0,0,0.35);
  font-size: 11px;
}
.dashboard-items .item-box-agent h2,
.dashboard-items .item-box-manager h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  color: #225491;
}
.dashboard-items .item-box-manager h2 {
  margin-bottom: 5px;
}
.dashboard-items .item-box-agent h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  color: #225491;
}
.dashboard-items .item-box-manager h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 7px 20px;
  margin: 0;
  color: #fff;
  background: #307BB4;
  background: linear-gradient(90deg,
              rgba(48, 123, 180, 1) 0%,
              rgba(46, 209, 190, 1) 100%);
  border-radius: 50px;
}
.dashboard-items .item-box-agent .progress {
  border-radius: 50px;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  -o-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
}
.dashboard-items .item-box-agent .progress-bar {
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  height: 40px;
  background: #307BB4;
  background: linear-gradient(90deg,
              rgba(48, 123, 180, 1) 0%,
              rgba(46, 209, 190, 1) 100%);
  border-radius: 50px;
  text-align: right;
  padding-right: 10px;
}
.dashboard-items .item-box-agent .progress span.progress-label {
  position: absolute;
  left: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 1px;
  bottom: 12px;
  text-transform: uppercase;
}
.dashboard-items .item-box-agent .progress span.progress-indicator {
  position: absolute;
  right: 10px;
  color: #f11b19;
  font-weight: 600;
  font-size: 17px;
  bottom: 12px;
}
.dashboard-items .item-box-agent .home-agent-img,
.dashboard-items .item-box-manager .home-agent-img {
  text-align: right;
  padding-right: 20px;
}
.dashboard-items .item-box-agent .home-agent-img img,
.dashboard-items .item-box-manager .home-agent-img img {
  width: 230px;
  /* -webkit-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  -o-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%); */
}
.feature-listing-slider .item.shadow-base {
  background: #307BB4;
  background: linear-gradient(90deg,
              rgba(48, 123, 180, 1) 0%,
              rgba(46, 209, 190, 1) 100%);
  border-radius: 12px;
  padding: 10px 20px;
}
.feature-listing-slider .listing-style1 h2 {
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feature-listing-slider .listing-style1 h4 {
  color: #fff;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feature-listing-slider .listing-style1 img {
  border-radius: 50%;
  border: 2px solid #fff;
}
.feature-listing-slider .listing-style1 table  tr:first-child td {
  border-top: none;
}
.feature-listing-slider .listing-style1 table tr td {
  color: #fff;
  text-transform: uppercase;
}
.feature-listing-slider .listing-style1 table tr td:last-child {
  text-align: right;
}
@media (max-width: 991px) {
  .dashboard-items .item-box-agent .home-agent-img,
  .dashboard-items .item-box-manager .home-agent-img {
    padding-right: 20px;
  }
  .dashboard-items .item-box-agent .home-agent-img img,
  .dashboard-items .item-box-manager .home-agent-img img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .row-order {
    flex-direction: column-reverse;
  }
  .dashboard-items .item-box-agent h2,
  .dashboard-items .item-box-agent h4 {
    text-align: center;
  }
  .dashboard-items .item-box-agent h4 {
    margin-bottom: 15px;
  }
  .dashboard-items .item-box-manager h2,
  .dashboard-items .item-box-manager h4 {
    display: none;
  }
  .dashboard-items .item-box-agent .home-agent-img,
  .dashboard-items .item-box-manager .home-agent-img {
    text-align: center;
    padding-right: 0;
  }
  .dashboard-items .item-box-agent .home-agent-img img,
  .dashboard-items .item-box-manager .home-agent-img img {
    width: 100%;
  }
  .dashboard-items .item-box-agent .progress {
    margin-top: 15px;
  }
  .dashboard-items .item-box-agent .progress .progress-indicator {
    display: none;
  }
}
/**************************************************************************
Venobox
**************************************************************************/
a.vbox-next span,
a.vbox-prev span {
  display: none !important;
}
.vbox-close {
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .85;
  width: 30px;
	height: 30px;
	background-image: url('../images/icons/close-icon-light.png') !important;
	/* right: 30px; */
	right: 15px;
	top: 15px;
}
a.vbox-next,
a.vbox-prev {
  position: absolute !important;
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .85 !important;
  width: 30px;
	height: 78px;
}
a.vbox-next {
	background-image: url('../images/arrow-right.png') !important;
	/* right: 30px; */
	right: 15px;
}
a.vbox-prev {
  background-image: url('../images/arrow-left.png') !important;
	left: 15px;
}
a.vbox-next:hover,
a.vbox-prev:hover,
.vbox-close {
  opacity: 1 !important;
}
a.vbox-next:after,
a.vbox-prev:after {
  display: none;
  background: none;
}
a.vbox-next:hover:after,
a.vbox-prev:hover:after {
  width: 0;
}
.vbox-left {
	/* display: none !important; */
	background: none !important;
}
.vbox-figlio {
	box-shadow: none !important;
}
.vbox-container {
	overflow: hidden;
}
.vbox-wrapper {
	max-width: 800px;
	height: 100%;
	position: relative;
	margin-left: auto !important;
	margin-right: auto !important;
}
.vbox-content {
	padding: 0;
	margin: 0 !important;
	-webkit-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  -o-box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
  box-shadow: 0 5px 15px 0px rgb(0 0 0 / 35%);
}
.vbox-content img {
	margin-bottom: 0
}
.vbox-wrapper .vbox-description {
	padding: 15px;
	background: #fff;
	position: relative;
}
.vbox-num {
	font-size: 16px;
	color: #fff !important;
	font-weight: 600;
}
.vbox-title {
	font-size: 16px;
	color: #fff !important;
	font-weight: 600;
	margin-top: 20px;
	text-transform: uppercase;
	background: none !important;
}
.vbox-wrapper .vbox-description .vbox-logo {
	display: inline-block;
	width: 110px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.vbox-wrapper .vbox-description .vbox-logo img {
	width: 95px;
}
.vbox-wrapper .vbox-description .vbox-text {
	display: inline-block;
	text-align: justify;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding-left: 110px;
	width: 100%;
}
.vbox-wrapper .vbox-caption {
	padding: 15px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
  text-align: left;
	background: rgba(0,0,0,.35);
}
.vbox-wrapper .vbox-caption h2 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.vbox-wrapper .vbox-caption h3 {
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.vbox-wrapper .vbox-description {
		display: none !important;
	}
}
/**************************************************************************
Chartist Legends
**************************************************************************/
.br-chartist-2 .ct-series-a .ct-point,
.br-chartist-2 .ct-series-a .ct-line {
    stroke: #ef5e4e;
}
.br-chartist-2 .ct-series-b .ct-point,
.br-chartist-2 .ct-series-b .ct-line {
    stroke: #3fba8c;
}
.br-chartist-2 .ct-series-c .ct-point,
.br-chartist-2 .ct-series-c .ct-line {
    stroke: #046de4;
}
.br-chartist-2 .ct-series-d .ct-point,
.br-chartist-2 .ct-series-d .ct-line {
    stroke: #61cdf6;
}
.br-chartist-2 .ct-series-e .ct-point,
.br-chartist-2 .ct-series-e .ct-line {
    stroke: #044a75;
}
.br-chartist-2 .ct-series-f .ct-point,
.br-chartist-2 .ct-series-f .ct-line {
    stroke: #d93f7a;
}
.br-chartist-2 .ct-series-g .ct-point,
.br-chartist-2 .ct-series-g .ct-line {
    stroke: #da850a;
}
.br-chartist-2 .ct-series-h .ct-point,
.br-chartist-2 .ct-series-h .ct-line {
    stroke: #138496;
}
.br-chartist-2 .ct-series-i .ct-point,
.br-chartist-2 .ct-series-i .ct-line {
    stroke: #560bd0;
}
.br-chartist-2 .ct-series-j .ct-point,
.br-chartist-2 .ct-series-j .ct-line {
    stroke: #00b297;
}
.br-chartist-2 .ct-series-k .ct-point,
.br-chartist-2 .ct-series-k .ct-line {
    stroke: #23272b;
}
.ct-legend {
    position: relative;
    z-index: 10;
    list-style: none;
    text-align: center;
}
.ct-legend li {
    position: relative;
    padding-left: 19px;
    margin-right: 10px;
    margin-bottom: 3px;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
}
.ct-legend li:before {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    border: 3px solid transparent;
    border-radius: 50px;
}
.ct-legend li.inactive:before {
    background: transparent;
}
.ct-legend.ct-legend-inside {
    position: absolute;
    top: 0;
    right: 0;
}
.ct-legend.ct-legend-inside li{
    display: block;
    margin: 0;
}
.ct-legend .ct-series-0:before {
  background-color: #ef5e4e;
  border-color: #ef5e4e;
}
.ct-legend .ct-series-1:before {
  background-color: #3fba8c;
  border-color: #3fba8c;
}
.ct-legend .ct-series-2:before {
  background-color: #046de4;
  border-color: #046de4;
}
.ct-legend .ct-series-3:before {
  background-color: #61cdf6;
  border-color: #61cdf6;
}
.ct-legend .ct-series-4:before {
  background-color: #044a75;
  border-color: #044a75;
}
.ct-legend .ct-series-5:before {
  background-color: #d93f7a;
  border-color: #d93f7a;
}
.ct-legend .ct-series-6:before {
  background-color: #da850a;
  border-color: #da850a;
}
.ct-legend .ct-series-7:before {
  background-color: #138496;
  border-color: #138496;
}
.ct-legend .ct-series-8:before {
  background-color: #560bd0;
  border-color: #560bd0;
}
.ct-legend .ct-series-9:before {
  background-color: #00b297;
  border-color: #00b297;
}
.ct-legend .ct-series-10:before {
  background-color: #23272b;
  border-color: #23272b;
}
/**************************************************************************
Footer
**************************************************************************/
.footer-controls {
  height: 35px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px -1px 2px rgba(0,0,0,0.15);
  -o-box-shadow: 0px -1px 2px rgba(0,0,0,0.15);
  -ms-box-shadow: 0px -1px 2px rgba(0,0,0,0.15);
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: -35px;
  left: 0;
  z-index: 1;
}
.footer-controls ul {
  float: right;
}
.footer-controls ul li {
  display: inline-block;
  height: 100%;
  width: auto;
  line-height: 35px;
  border-left: 1px solid #f2f2f2;
}
.footer-controls ul li button {
  height: 100%;
  width: 100%;
  padding: 0 20px;
}
.footer-controls ul li button:hover {
  background-color: #f8f9fa;
}
.grecaptcha-badge,
.cke_bottom {
  display: none !important;
}
.br-footer {
  font-size: 14px;
}
@media (max-width: 991px) {
  .col-item-details,
  .col-item-activity {
    display: none;
  }
  .no-gutter {
    margin-left: 0;
    margin-right: 0;
  }
  .datatablelist tr.active {
    background-color: #fff;
  }
  .click-all,
  .counter,
  .trash-btn,
  .remove-btn,
  .import-btn,
  .print-btn,
  .download-btn,
  .insert-btn,
  .retrieve-btn,
  .public-btn,
  .private-btn {
    display: none !important;
  }
  .col-item-activity {
    margin-top: 15px;
  }
  .col-item-main,
  .col-item-activity {
    margin-bottom: 35px;
  }
  .photo-preview {
    height: 320px;
  }
  .footer-controls {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99991;
  }
}
@media (max-width: 767px) {
  .head-search .option-filter {
    display: none;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    width: 500px;
    margin: 30px auto;
  }
}
