/********************************************************
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: #3a3d58;
}
.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;
}
/************************************************************************
Lead Pool Notification (Lead Management theme)
************************************************************************/
.swal2-modal.lead-pool-alert {
--lead-bg: #f3f3f8;
--lead-surface: #d6d6e0;
--lead-panel: #3a3d58;
--lead-panel-2: #2f334a;
--lead-border: #bfc1d1;
--lead-text: #1f2230;
--lead-muted: #6e738a;
--lead-accent: #c9b07f;
--lead-accent-2: #b79863;
--lead-white: #ffffff;
--lead-shadow: 0 12px 24px rgba(34, 36, 52, 0.12);
background: var(--lead-surface);
border-radius: 16px !important;
border: 1px solid var(--lead-border);
box-shadow: var(--lead-shadow);
color: var(--lead-text);
}
.swal2-modal.lead-pool-alert .swal2-title {
background: var(--lead-panel);
color: var(--lead-white);
text-transform: uppercase;
letter-spacing: 0.12em;
font-size: 12px;
font-weight: 700;
}
.swal2-modal.lead-pool-alert .swal2-content {
padding: 16px 18px 0 18px;
text-align: left;
color: var(--lead-text);
}
.swal2-modal.lead-pool-alert .swal2-buttonswrapper {
background: transparent;
padding: 12px 18px 18px;
margin-top: 12px;
}
.swal2-modal.lead-pool-alert .swal2-styled {
border-radius: 999px;
font-size: 11px;
letter-spacing: 0.12em;
text-transform: uppercase;
font-weight: 700;
padding: 8px 18px;
border: 1px solid var(--lead-border);
box-shadow: none;
min-width: 110px;
line-height: 1;
}
.swal2-modal.lead-pool-alert .swal2-styled.swal2-confirm {
background: var(--lead-accent) !important;
border-color: var(--lead-accent) !important;
color: #2b261a !important;
box-shadow: 0 6px 16px rgba(201, 176, 127, 0.38);
}
.swal2-modal.lead-pool-alert .swal2-styled.swal2-cancel {
background: var(--lead-panel-2) !important;
border-color: rgba(255, 255, 255, 0.1) !important;
color: var(--lead-white) !important;
}
.swal2-modal.lead-pool-alert .swal2-styled.swal2-confirm:hover,
.swal2-modal.lead-pool-alert .swal2-styled.swal2-confirm:focus {
background: var(--lead-accent-2) !important;
border-color: var(--lead-accent-2) !important;
}
.swal2-modal.lead-pool-alert .swal2-styled.swal2-cancel:hover,
.swal2-modal.lead-pool-alert .swal2-styled.swal2-cancel:focus {
background: #262b42 !important;
border-color: rgba(255, 255, 255, 0.2) !important;
}
.lead-pool-popup {
text-align: left;
}
.lead-pool-header {
display: flex;
align-items: center;
gap: 12px;
background: var(--lead-panel);
color: var(--lead-white);
padding: 12px 14px;
border-radius: 12px;
}
.lead-pool-popup .image-list-acronym.lead-pool-avatar {
background: var(--lead-accent);
color: #2b261a;
box-shadow: none;
}
.lead-pool-meta {
flex: 1 1 auto;
min-width: 0;
}
.lead-pool-name {
font-weight: 700;
letter-spacing: 0.1em;
font-size: 12px;
text-transform: uppercase;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.lead-pool-contact {
color: rgba(255, 255, 255, 0.65);
font-size: 11px;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.lead-pool-tag {
background: var(--lead-accent);
color: #2b261a;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
padding: 3px 8px;
border-radius: 999px;
}
.lead-pool-body {
margin-top: 12px;
display: grid;
gap: 8px;
}
.lead-pool-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 8px 10px;
background: var(--lead-bg);
border: 1px solid var(--lead-border);
border-radius: 10px;
}
.lead-pool-label {
color: var(--lead-muted);
font-size: 10px;
letter-spacing: 0.12em;
text-transform: uppercase;
white-space: nowrap;
}
.lead-pool-value {
color: var(--lead-text);
font-weight: 600;
font-size: 12px;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.lead-pool-note {
margin-top: 4px;
padding: 10px 12px;
border-radius: 10px;
border: 1px dashed var(--lead-border);
background: rgba(255, 255, 255, 0.65);
color: var(--lead-text);
font-size: 12px;
line-height: 1.4;
}
.lead-pool-empty {
padding: 10px 12px;
border-radius: 10px;
border: 1px dashed var(--lead-border);
color: var(--lead-muted);
font-size: 12px;
}
.swal2-modal.lead-pool-claimed .swal2-content {
padding-top: 26px;
}
.swal2-modal.lead-pool-claimed .swal2-buttonswrapper {
display: flex;
justify-content: flex-end;
padding: 10px 20px 18px;
margin-top: 6px;
float: none;
width: 100%;
}
.swal2-modal.lead-pool-claimed .swal2-styled {
margin: 0 0 0 10px;
}
/**************************************************************************
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: #3a3d58;
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;
}
.nav-link-notification {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 55px;
font-size: 20px;
}
.callback-notification-badge {
position: absolute;
top: 10px;
right: 8px;
min-width: 18px;
height: 18px;
padding: 0 5px;
border-radius: 999px;
background: #d9534f;
color: #fff;
font-size: 10px;
font-weight: 700;
line-height: 18px;
text-align: center;
}
.callback-notification-menu {
padding: 0 !important;
width: 360px;
max-width: calc(100vw - 24px);
}
.callback-notification-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 14px 16px 12px;
border-bottom: 1px solid #eceef3;
font-size: 13px;
}
.callback-notification-header strong {
font-weight: 600;
}
.callback-notification-header span {
font-size: 11px;
text-transform: uppercase;
letter-spacing: .08em;
color: #6c778f;
}
.callback-notification-list {
max-height: 360px;
overflow-y: auto;
}
.callback-notification-empty {
padding: 16px;
font-size: 13px;
color: #6c778f;
}
.callback-notification-item {
display: block;
padding: 14px 16px;
border-bottom: 1px solid #eceef3;
text-decoration: none !important;
cursor: default;
}
.callback-notification-item:last-child {
border-bottom: 0;
}
.callback-notification-item:hover,
.callback-notification-item:focus {
background: transparent;
}
.callback-notification-top,
.callback-notification-property,
.callback-notification-note,
.callback-notification-flag {
display: block;
}
.callback-notification-top {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 10px;
margin-bottom: 4px;
}
.callback-notification-lead {
font-size: 13px;
font-weight: 600;
color: #21293c;
white-space: normal;
word-break: break-word;
overflow-wrap: anywhere;
}
.callback-notification-time {
flex: 0 0 auto;
max-width: 112px;
font-size: 11px;
font-weight: 600;
white-space: nowrap;
text-align: right;
color: #535ea4;
}
.callback-notification-property {
font-size: 12px;
color: #495066;
white-space: pre-wrap;
word-break: break-word;
overflow-wrap: anywhere;
}
.callback-notification-status {
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 6px;
padding: 3px 9px;
border-radius: 999px;
font-size: 10px;
font-weight: 700;
letter-spacing: .08em;
text-transform: uppercase;
}
.callback-notification-status-pending {
color: #7a5b00;
background: #fff3cd;
}
.callback-notification-status-overdue {
color: #8d1f1f;
background: #fdeaea;
}
.callback-notification-note {
margin-top: 5px;
font-size: 12px;
color: #7a8198;
white-space: pre-wrap;
word-break: break-word;
overflow-wrap: anywhere;
}
.callback-notification-note-text,
.callback-notification-note-meta {
display: block;
}
.callback-notification-note-meta {
margin-top: 4px;
font-size: 10px;
font-weight: 700;
letter-spacing: .06em;
text-transform: uppercase;
color: #8a90a6;
}
.callback-notification-item-approval .callback-notification-status {
margin-bottom: 2px;
align-self: flex-start;
}
.callback-notification-item-approval .callback-notification-lead {
padding-right: 8px;
}
.callback-notification-item-approval {
padding-top: 10px;
padding-bottom: 10px;
}
.callback-notification-item-approval .callback-notification-top {
margin-bottom: 2px;
gap: 8px;
}
.callback-notification-item-approval .callback-notification-note {
margin-top: 2px;
line-height: 1.3;
}
.callback-notification-item-approval .callback-notification-note-meta {
margin-top: 2px;
}
.callback-notification-flag {
margin-top: 8px;
font-size: 10px;
font-weight: 700;
letter-spacing: .08em;
text-transform: uppercase;
color: #d9534f;
}
.callback-notification-item.is-overdue {
background: #fff8f8;
}
.callback-notification-item.is-overdue:hover,
.callback-notification-item.is-overdue:focus {
background: #fff8f8;
}

/* navbar stopped */

/* Sidebar theme (match header) */
.br-sideleft,
.br-sideleft-menu {
  background: #3a3d58 !important;
}

.br-menu-link:hover,
.br-menu-link:focus {
  background-color: #4b4f6b !important;
}

.br-menu-link.active {
  background-color: #565b78 !important;
}

.user-profile-nav .icon {
color: #535ea4;
}
.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;
}
body:not(.collapsed-menu) .br-sideleft .menu-item-label,
body:not(.collapsed-menu) .br-sideleft .menu-item-arrow,
body.collapsed-menu.expand-menu .br-sideleft .menu-item-label,
body.collapsed-menu.expand-menu .br-sideleft .menu-item-arrow {
display: inline !important;
opacity: 1 !important;
visibility: visible !important;
}
body.collapsed-menu.expand-menu .show-sub + .br-menu-sub .nav-link {
opacity: 1 !important;
visibility: visible !important;
}
/**************************************************************************
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;
}
/* Dashboard filter modal: reset + apply button color */
#searchFilter .modal-footer #dashboardFilterReset {
color: #3a3d58;
}
#searchFilter .modal-footer #dashboardFilterReset:hover {
color: #2f334a;
}
#searchFilter .modal-footer .btn-primary[form="dashboardDateFilter"],
#searchFilter .modal-footer .btn-primary[form="dashboardDateFilter"]:focus {
background-color: #3a3d58;
border-color: #3a3d58;
color: #fff;
}
#searchFilter .modal-footer .btn-secondary[data-dismiss="modal"],
#searchFilter .modal-footer .btn-secondary[data-dismiss="modal"]:focus {
background-color: #9aa0aa;
border-color: #9aa0aa;
color: #fff;
}
#searchFilter .modal-footer .btn-primary[form="dashboardDateFilter"]:hover {
background-color: #4a4d66;
border-color: #4a4d66;
}
#searchFilter .modal-footer .btn-secondary[data-dismiss="modal"]:hover {
background-color: #b2b7c0;
border-color: #b2b7c0;
}
.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: #636583;
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: #717171;
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;
}
body.swal2-active #ui-datepicker-div {
display: none !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;
}
.call-statistics 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 label {
width: 100%;
}
table.agent-performances {
font-size: 13px;
}
.agent-performances thead th {
text-align: center;
vertical-align: middle;
}
.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 .carousel-indicators {
bottom: -30px;
}
.agent-performances .carousel-indicators li {
background-color: rgba(0, 0, 0, 0.35);
}
.agent-performances .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;
}
/**************************************************************************
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;
}
.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;
}
/**************************************************************************
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;
}
}
