.default-style .sidenav .app-brand {
  height: 66px;
}

.material-style .sidenav .app-brand {
  height: 70px;
}

.default-style .sidenav .app-brand img,
.material-style .sidenav .app-brand img {
	margin-left: 10px!important;
}

.app-brand-logo {
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.app-brand-logo svg, .app-brand-logo span {
  width: 20px;
  height: 11px;
}

.app-brand-text {
  font-size: 1.1rem;
}

.layout-1 .layout-sidenav .app-brand,
.layout-1 .layout-sidenav .app-brand + .sidenav-divider,
.layout-reversed .layout-2 .layout-sidenav .app-brand {
  display: none;
}

.layout-1 .layout-navbar .app-brand,
.layout-reversed .layout-2 .layout-navbar .app-brand {
  display: -ms-flexbox !important;
  display: flex !important;
}

.layout-1 .layout-navbar .layout-sidenav-toggle,
.layout-reversed .layout-2 .layout-navbar .layout-sidenav-toggle,
.layout-offcanvas .layout-navbar .layout-sidenav-toggle,
.layout-fixed-offcanvas .layout-navbar .layout-sidenav-toggle {
  display: block !important;
}

@media (min-width: 992px) {
  .layout-offcanvas .layout-sidenav .layout-sidenav-toggle,
  .layout-fixed-offcanvas .layout-sidenav .layout-sidenav-toggle {
    display: none;
  }
}

/* *****************************************************************************
 * Navbar
 */

.demo-navbar-messages .dropdown-toggle,
.demo-navbar-notifications .dropdown-toggle,
.demo-navbar-user .dropdown-toggle,
.demo-navbar-messages.b-nav-dropdown .nav-link,
.demo-navbar-notifications.b-nav-dropdown .nav-link,
.demo-navbar-user.b-nav-dropdown .nav-link {
  white-space: nowrap;
}

.demo-navbar-messages .dropdown-menu,
.demo-navbar-notifications .dropdown-menu {
  overflow: hidden;
  padding: 0;
}

@media (min-width: 992px) {
  .demo-navbar-messages .dropdown-menu,
  .demo-navbar-notifications .dropdown-menu {
    margin-top: .5rem;
    width: 22rem;
  }

  .demo-navbar-user .dropdown-menu {
    margin-top: .25rem;
  }
}


/* *****************************************************************************
 * Content
 */

.demo-vertical-spacing > * + * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-sm > * + * {
  margin-top: .9375rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg > * + * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-inline-spacing > *,
.demo-paragraph-spacing > p > * {
  margin: 0 .375rem .9375rem 0 !important;
}

.demo-paragraph-spacing > p {
  margin: 0;
}

.demo-blocks > * {
  display: block !important;
}

html:not(.material-style) .material-style-only {
  display: none !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir=rtl] .rtl-only {
  display: block !important;
}

/* *****************************************************************************
 * Layouts
 */

.layout-example-block {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.04);
  border-radius: 2px;
  background: rgba(0,0,0,.04);
  color: #c7254e;
}
.layout-example-block code {
  background: none;
  color: #666;
}

.layout-example-block-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 500px;
}

.layout-example-block-sidenav {
  width: 24%;
  background: #607d8b;
}
.layout-example-block-sidenav code {
  color: #fff;
}

.layout-example-block-navbar {
  background: #3ca99e;
}
.layout-example-block-navbar code {
  color: #fff;
}

.layout-example-block-content {
  background: #9e9e9e;
}
.layout-example-block-content code {
  color: #fff;
}

.layout-example-block-1 .layout-example-block-content {
  width: 74%;
}

.layout-example-block-2 .layout-example-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 74%;
}
.layout-example-block-2 > .layout-example-block {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.layout-example-block-2 .layout-example-block-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.layout-example-block-1-no-sidenav .layout-example-block-content {
  width: 100%;
}

.layout-example-code {
  display: block;
  overflow: auto;
  margin: 0;
  padding: 30px;
  min-width: 0;
  width: 100%;
  background: #fff;
}

.layout-example-run {
  display: inline-block;
  margin: 3px;
  padding: 4px 6px;
  border: 1px solid #eee;
  background: transparent;
  white-space: nowrap;
  line-height: 1;
}

.layout-example-block-3 .layout-example-block-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.layout-example-block-3 .layout-example-block-inner > .layout-example-block {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.layout-example-block-3 .layout-example-block-inner .layout-example-block-container-fluid {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.layout-example-block-3 .layout-example-block-sidenav-horizontal {
  background: #607d8b;
}
.layout-example-block-3 .layout-example-block-container-fluid {
  background: #fff;
}
.layout-example-block-3 .layout-example-block-container-fluid code {
  color: #666;
}
.layout-example-block-3 .layout-example-block-footer {
  background: #e6514a;
}

/* @media (min-width: 992px) {
	.modal-lg, .modal-xl {
	    max-width: 65rem;
	}
} */
.modal-body.h100 {
  height: calc(100vh - 165px);
  overflow-y: auto;
}

.modal-body.h100-nofooter {
  height: calc(100vh - 115px);
  overflow-y: auto;
}

.modal-body.fullscreen {
  max-height: calc(100vh - 56px);
  overflow-y: auto;
}

.modal-dialog {
    border-radius: 0;
	box-shadow: none;
}

.modal-50 {
    width: 50%;
}

.modal-header {
    padding: 10px;
    border-bottom: 1px solid rgba(24,28,33,0.075);
}

.modal-footer {
    padding: 12px;
    border-top: 1px solid rgba(24,28,33,0.075);
}

.modal-xl-80 {
	width:80% !important;
	width: 80%;
	max-width: calc(80% - 30px);
}

.modal-xl-90 {
	width:90% !important;
	width: 90%;
	max-width: calc(90% - 30px);
}

.modal-full {
	width:100% !important;
	/* margin-left:8px; */
	width: 100%;
	max-width: calc(100% - 30px);
}

.modal-full .h100-nofooter,
.modal-xl-90 .h100-nofooter,
.modal-xl-80 .h100-nofooter {
	height: calc(100vh - 120px);
  	overflow-y: auto;
}

.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none; }

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none; }

.modal.modal-fullscreen .modal-body {
  overflow-y: auto; }

@media (min-width: 1200px) {
   .modal-xlg {
      max-width: 90% !important; 
   }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

@media (min-width: 768px){
	.zero-clipboard {
	    display: block;
	}
	
	#panel-lv-search select {max-width:200px;}
}

.zero-clipboard {position: relative;}
.btn-clipboard {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    display: block;
    padding: 0px 8px;
    font-size: 12px;
    color: #767676;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #e1e1e8;
    /* border-radius: 0 4px 0 4px; */
}

#card-dview .box-collapsed .card-header .actions .box-collapse i:before,
#card-dview .box-collapsed .actions .box-collapse i:before {content: "\f078";}
#card-dview .box-collapsed .card-body {display: none;}

#card-dview .actions {
	margin-top: -3px;
    float: right;
	z-index: 2;
}

#card-dview .card-header .actions.dv {
	position: absolute;
	top: 3px;
    right: 0px;
	display: block;
	color: #767676;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #e1e1e8;
	border-top: 0;
	border-right: 0;
}

#card-dview .actions.dv {
	position: relative;
	display: block;
	color: #767676;
    /* cursor: pointer; */
    background-color: #fff;
	text-align: center
}

.actions.dv .btn {border-radius:0!important;border:0!important;}

.box-collapsed .card-body {
    display: none;
}

.card .actions.dv {
    position: relative;
    display: block;
    color: #767676;
    /* cursor: pointer; */
    background-color: #fff;
    text-align: center;
}

.actions.dv .btn-link:hover {color: #348fe2; }
.actions.dv .box-collapse i,
.actions.dv .box-collapse i {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
}

.actions.dv .box-collapse i:before {
    content: "\f077";
	font-family: 'Font Awesome\ 5 Free'; 
	font-weight: 900;
}

.card.box-collapsed .actions.dv .box-collapse i:before,
.card.box-collapsed .actions.dv .box-collapse i:before {content: "\f078";}
.card.box-collapsed .card-body {display: none;}

@media (max-width: 767px) {
    body {
      	padding: 0;
    }
    .tabbable.responsive .nav-tabs {
      	font-size: 16px;
    }
    .tabbable.responsive .nav-tabs ul {
      	margin: 0;
    }
    .tabbable.responsive .nav-tabs li {
      	/* box-sizing seems like the cleanest way to make sure width includes padding */
				-webkit-box-sizing: border-box;
           -moz-box-sizing: border-box; 
            -ms-box-sizing: border-box;
             -o-box-sizing: border-box;
                box-sizing: border-box; 
      	display: inline-block; 
      	width: 100%; 
      	height: 44px;
      	line-height: 44px; 
      	padding: 0 15px;
      	border: 1px solid #ddd;
      	overflow: hidden;
    }
    .tabbable.responsive .nav-tabs > li > a {
      	border-style: none;
      	display: inline-block;
      	margin: 0;
      	padding: 0;
    }
    .tabbable.responsive .nav-tabs > li > a:hover {
      	border-style: none; 
      	background-color: transparent;
    }
    .tabbable.responsive .nav-tabs > li > a:active,
    .tabbable.responsive .nav-tabs > .active > a,
    .tabbable.responsive .nav-tabs > .active > a:hover {
      	border-style: none;
    }
}

.tabbable.responsive .nav-tabs > li > a.tab-control,
.tabbable.responsive .nav-tabs > li > span.tab-control-spacer {
    float: left;
    width: 36px;
    height: 36px;
    margin-top: 4px;
    font-size: 50px;
    font-weight: 100;
    line-height: 26px;
    color: #fff;
    text-align: center;
    background: #444;
		-webkit-border-radius: 18px;
       -moz-border-radius: 18px;
        		border-radius: 4px;
    }
.tabbable.responsive .nav-tabs > li > a.tab-control.right,
.tabbable.responsive .nav-tabs > li > span.tab-control-spacer.right {
    float: right;
}
.tabbable.responsive .nav-tabs > li > a.tab-control:hover {
    color: white;
    background: #333;
}
.tabbable.responsive .nav-tabs > li > span.tab-control-spacer {
    line-height: 28px;
    color: transparent;
    background: transparent;
}

.tabbable .nav-tabs,
.tabbable .nav-pills {
  position: relative;
}

/* .form-search .custom-select {
	display: inline-block;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    padding: .375rem 1.75rem .375rem .75rem!important;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-position: right 0.75rem center!important;
} */

.form-search .input-group-text {
    border: 1px solid #ced4da;
    background-color: #e9ecef;
	border-radius: 0!important;
	padding: .375rem .75rem!important;
}

.form-search .custom-select,
.form-search .form-control {
    border: 1px solid rgba(24,28,33,0.1)!important;
	border-radius: 0!important;
}

#panel-lv-search {
    min-height: 22px;
	/* margin-bottom:10px!important; */
}

#panel-lv-search.card {
	box-shadow: none!important;
	border: 1px solid rgba(24,28,33,0.1)!important;
}

.has-error .form-control,
.has-error .custom-select {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
}

.has-success .form-control,
.has-success .custom-select {
    border-color: #3c763d!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
}

.has-error .checkbox, 
.has-error .checkbox-inline, 
.has-error .control-label, 
.has-error .help-block, 
.has-error .radio, 
.has-error .radio-inline, 
.has-error.checkbox label, 
.has-error.checkbox-inline label, 
.has-error.radio label, 
.has-error.radio-inline label {
    color: #a94442!important;
}

.fa-lg {
    line-height: 18px;
}

/* tabdrop */
/* .nav-tabs,
.nav-pills {
  position: relative;
} */

@media (min-width: 768px) {
	.form-inline .input-group>.form-control.txtdate {width:110px;}
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.objfitcover {object-fit: cover;}

.notification {
    background-color: #f68484;
    border-radius: 4px;
    font: bold 11px Arial;
    color: #ffffff;
    line-height: 20px;
    min-width: 20px;
    position: absolute;
    top: 0px;
    right: -10px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    padding-left: 4px;
    padding-right: 4px;
}

.bootstrap-select:not([class*=col-]):not([class*=custom-select]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select.custom-select {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto
}

:not(.input-group)>.bootstrap-select.custom-select:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.custom-select.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select.custom-select:not([class*=col-]) {
    width: auto
}

.form-group-lg .bootstrap-select.custom-select,
.form-group-sm .bootstrap-select.custom-select {
    padding: 0
}

.form-group-lg .bootstrap-select.custom-select .dropdown-toggle,
.form-group-sm .bootstrap-select.custom-select .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.form-inline .bootstrap-select .custom-select {
    width: 100%
}

.input-group .bootstrap-select.custom-select .dropdown-toggle {
    border-radius: inherit
}

/* .form-search .bootstrap-select.custom-select {
    display: inline-block;
    background: #fff;
	background-url: none !important;
    padding: 0 !important;
    
} */

.modal {
    z-index: 1101;
}
.modal-backdrop {
    z-index: 1100;
}

.fancybox-slide--iframe .fancybox-content {
    height : 100%;
    max-width  : 100%;
    max-height : 100%;
    margin: 0;
}

@media (min-width: 768px) {
	#panel-lv-search select {
    	max-width: 200px;
	}
}

#panel-lv-search .bootstrap-select .btn {
   	height: 38px!important;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  z-index: 999999 !important;
}
.autocomplete-suggestion { padding: 2px 5px; white-space: normal; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }


@media (max-width: 767px) {
  .nav-tabs.nav-tabs-dropdown,
  .nav-tabs-dropdown {
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .nav-tabs.nav-tabs-dropdown::after,
  .nav-tabs-dropdown::after {
    content: "☰";
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
  }
  .nav-tabs.nav-tabs-dropdown.open a,
  .nav-tabs-dropdown.open a {
    position: relative;
    display: block;
  }
  .nav-tabs.nav-tabs-dropdown.open > li > a.active,
  .nav-tabs-dropdown.open > li > a.active {
    background-color: #eeeeee;
  }
  .nav-tabs.nav-tabs-dropdown li,
  .nav-tabs-dropdown li {
    display: block;
    padding: 0;
    vertical-align: bottom;
    width: 100%!important;
  }
  .nav-tabs.nav-tabs-dropdown > li > a,
  .nav-tabs-dropdown > li > a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-color: transparent;
  }
  .nav-tabs.nav-tabs-dropdown > li > a:focus,
  .nav-tabs-dropdown > li > a:focus,
  .nav-tabs.nav-tabs-dropdown > li > a:hover,
  .nav-tabs-dropdown > li > a:hover,
  .nav-tabs.nav-tabs-dropdown > li > a:active,
  .nav-tabs-dropdown > li > a:active {
    border-color: transparent;
  }
  .nav-tabs.nav-tabs-dropdown > li > a.active,
  .nav-tabs-dropdown > li > a.active {
    display: block;
    border-color: transparent;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .nav-tabs.nav-tabs-dropdown > li > a.active:focus,
  .nav-tabs-dropdown > li > a.active:focus,
  .nav-tabs.nav-tabs-dropdown > li > a.active:hover,
  .nav-tabs-dropdown > li > a.active:hover,
  .nav-tabs.nav-tabs-dropdown > li > a.active:active,
  .nav-tabs-dropdown > li > a.active:active {
    border-color: transparent;
  }
}

.default-style .datepicker-dropdown {
    z-index: 1000000 !important;
}

#topnavuserdropdown .dropdown-item {line-height:2;}

.custom-form-control-width{width:auto !important;}
.form-control-cursor{cursor: pointer !important;}

.container-p-y:not([class^="pt-"]):not([class*=" pt-"]) {
    padding-top: 0.8rem !important;
}

.container-p-y:not([class^="pb-"]):not([class*=" pb-"]) {
    padding-bottom: 0.8rem !important;
}

.overflowy{
	overflow-y: auto;
}
.datepicker table tr td.today {
	background:#ffd950 !important;
}
.popover .popover-header h3{
	margin-top:0 !important;
}

.h-100pcnt {height:100%!important;}

.select2-container--default .select2-selection--multiple{
	min-height: calc(1.54em + .876rem + 2px);
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAABGdBTUEAALGPC/xhBQAAAKBJREFUSA3t1kEKgCAQBVCTDtciulJ2pWjRiapTaPwokUEjRW0zgaHSOI9PQWLbD4Mhfr7kz/1te4bYKO4JJ8KJ0ATouqUbqeuuH5TRekypb6Scsr2s6zIrHBgLQQ1qs0EAiMU8CNRmhcRgXEQRyBcMRRSDvGF8iKIQHyaEwLOixm8APm2Mq2HoVgMS6u3uZ/9q3MNj5gyhaXEinAhNgK5PpzhEO/hSMK4AAAAASUVORK5CYII=) no-repeat right .875rem center/17px 12px;
}
.select2-container--default .select2-selection--multiple {
	border: 1px solid rgba(24,28,33,0.1);
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
}

.bootstrap-select .btn {
	/* min-height: calc(1.54em + .876rem + 2px); */
	/* background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px; */
	
	/* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAABGdBTUEAALGPC/xhBQAAAKBJREFUSA3t1kEKgCAQBVCTDtciulJ2pWjRiapTaPwokUEjRW0zgaHSOI9PQWLbD4Mhfr7kz/1te4bYKO4JJ8KJ0ATouqUbqeuuH5TRekypb6Scsr2s6zIrHBgLQQ1qs0EAiMU8CNRmhcRgXEQRyBcMRRSDvGF8iKIQHyaEwLOixm8APm2Mq2HoVgMS6u3uZ/9q3MNj5gyhaXEinAhNgK5PpzhEO/hSMK4AAAAASUVORK5CYII=) no-repeat right .875rem center/17px 12px; */
  height: 38px !important;
}

.bootstrap-select>.dropdown-toggle:after {
    border: 0!important;
}

/* .select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
} */

.fc-h-event .fc-event-main,
.fc-v-event .fc-event-main {color:inherit;}
.fc-link {
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
}
.fc-daygrid-event-harness {
	white-space: nowrap;
    overflow: hidden;
}
.fc-event .fc-link {
    position: absolute;
    top: -1px;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 2px;
    /*width: 14px;
    height: 14px;*/
    cursor: pointer;
    text-align: center;
    z-index: 10001;
}
.fc .fc-daygrid-day-bottom{
margin-top:7px;
}

.signature { 
  margin: 20px 10px;
  border-top: 1px solid #000;
  width: 100%; 
  text-align: center;
}

#topnavsearchfilter {background-color:transparent!important;}
.navbar.bg-dark #topnavsearchfilter,
.navbar.bg-danger #topnavsearchfilter,
.navbar.bg-info #topnavsearchfilter,
.navbar.bg-success #topnavsearchfilter,
.navbar.bg-secondary #topnavsearchfilter,
.navbar.bg-primary #topnavsearchfilter,
.navbar-dark #topnavsearchfilter {
    color: #fff!important;
}

/* added by yusuf on 2021-08-12 #REQ-OTG-2106-0832 */
.table-inactive td {
    background-color: #ececec;
    color: #b9b9b9;
}

.clockpicker-popover {
	z-index: 999999 !important;
}

#toast-container > .toast-orange {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

.toast-orange {
    background-color: #ff8040;
}

.default-style #toast-container > .toast-orange {
    background-color: #ff8040;
    color: #fff;
}

.material-style #toast-container > .toast-orange {
    background-color: #ff8040;
    color: #fff;
}

.dgrid-fixed-header {
    position: fixed; 
    top: 65px !important;
	z-index: 1;
}
.sweet-alert h2{margin-top:1.7rem}
.text-bold{font-weight:bold;}
.btn-cannonpink {
    border-color: rgba(0, 0, 0, 0);
    background: #924D62;
    color: #fff;
}
.btn-cannonpink:hover {
    border-color: rgba(0, 0, 0, 0);
    background: #924D62;
    color: #fff;
}
.btn-cannonpink:focus,
.btn-cannonpink.focus {
    box-shadow: 0 0 0 2px rgba(145, 78, 99, 0.4);
}
.btn-cannonpink:active,
.btn-cannonpink.active,
.show > .btn-cannonpink.dropdown-toggle {
    border-color: rgba(0, 0, 0, 0);
    background: #824256;
    box-shadow: none;
}
.btn-group .btn-cannonpink,
.input-group-prepend .btn-cannonpink,
.input-group-append .btn-cannonpink {
    border-right: 1px solid #824256;
    border-left: 1px solid #824256;
}

.btn-orange {
  border-color: rgba(0, 0, 0, 0);
  background: #d9660e;
  color: #fff;
}
.btn-orange:hover {
  border-color: rgba(0, 0, 0, 0);
  background: #b05108;
  color: #fff;
}
.btn-orange:focus,
.btn-orange.focus {
  box-shadow: 0 0 0 2px rgba(176,81,8, 0.4);
}
.btn-orange:active,
.btn-orange.active,
.show > .btn-orange.dropdown-toggle {
  border-color: rgba(0, 0, 0, 0);
  background: #b05108;
  box-shadow: none;
}
.btn-group .btn-orange,
.input-group-prepend .btn-orange,
.input-group-append .btn-orange {
  border-right: 1px solid #b05108;
  border-left: 1px solid #b05108;
}

.bg-red-roman{background:#d9534f}
.bg-red-roman .btn-default.disabled, .bg-red-roman .btn-default:disabled{background: #fff !important;color: #d9534f !important;}
.bg-red-roman .btn.disabled, .bg-red-roman .btn:disabled{opacity:1;}
.bg-gray{background: rgb(237,237,237);}
.mousecursor{cursor:pointer;}

div.dropdown-menu.open { width: 100%; } 
ul.dropdown-menu.inner>li>a, #topnavuserdropdown .dropdown-header span { white-space: initial; }

.editable-input .editable-clear-x {display:none !important;}

.card-fullscreen {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}

.card-fullscreen .card-body {
  width: 100% !important;
  /* min-height: calc(100% - 100px) !important; */
  height: calc(100% - 55px) !important;
}

.card-fullscreen .card-body-panel {
  width: 100% !important;
  /* min-height: 100% !important;
  height: 100% !important; */
  height: calc(100% - 40px) !important;
}

.card-fullscreen .amchart {
  /* min-height: 100% !important;
  height: 100% !important; */
  height: calc(100% - 30px) !important;
}
.nowrap{white-space: nowrap !important;}

.combo-arrow {
  /* background: url(../../images/easyui/combo_arrow.png) no-repeat center center; */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAABGdBTUEAALGPC/xhBQAAAKBJREFUSA3t1kEKgCAQBVCTDtciulJ2pWjRiapTaPwokUEjRW0zgaHSOI9PQWLbD4Mhfr7kz/1te4bYKO4JJ8KJ0ATouqUbqeuuH5TRekypb6Scsr2s6zIrHBgLQQ1qs0EAiMU8CNRmhcRgXEQRyBcMRRSDvGF8iKIQHyaEwLOixm8APm2Mq2HoVgMS6u3uZ/9q3MNj5gyhaXEinAhNgK5PpzhEO/hSMK4AAAAASUVORK5CYII=) no-repeat right .7rem center/17px 12px;
}

#splitWrapperLeft #card-dview .card-body {
  padding: 0.2rem !important;
}

.btn-blue, .btn-blue:hover {
  border-color: rgba(0, 0, 0, 0);
  background: #1e70cd;
  color: #fff;
}
.row-equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row-equal-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
  /*drag and drop feature was not working with this - commented*/
  /*overflow: hidden;*/
}

.modal .bootstrap-select .btn {
  min-height: calc(1.54em + .876rem + 2px);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAABGdBTUEAALGPC/xhBQAAAKBJREFUSA3t1kEKgCAQBVCTDtciulJ2pWjRiapTaPwokUEjRW0zgaHSOI9PQWLbD4Mhfr7kz/1te4bYKO4JJ8KJ0ATouqUbqeuuH5TRekypb6Scsr2s6zIrHBgLQQ1qs0EAiMU8CNRmhcRgXEQRyBcMRRSDvGF8iKIQHyaEwLOixm8APm2Mq2HoVgMS6u3uZ/9q3MNj5gyhaXEinAhNgK5PpzhEO/hSMK4AAAAASUVORK5CYII=) no-repeat right .875rem center / 17px 12px;
}


#floating-button{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #007979;
  position: fixed;
  bottom: 70px;
  right: 30px;
  cursor: pointer;
  box-shadow: 0px 2px 5px #666;
}

#container-floating .start, #container-floating .hover{
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-size: 20px;
  animation: plus-out 0.3s;
  transition: all 0.3s;
}

#container-floating:hover .start{
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}

#container-floating .hover{
  opacity: 0;
}

#container-floating{
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 50px;
}

#container-floating:hover{
  height: 400px;
  width: 90px;
  padding: 30px;
}

#container-floating:hover .hover{
  animation: edit-in 0.2s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes edit-in{
  from {opacity: 0; transform: rotateZ(-70deg);}
  to {opacity: 1; transform: rotateZ(0deg);}
}
@keyframes edit-out{
  from {opacity: 1; transform: rotateZ(0deg);}
  to {opacity: 0; transform: rotateZ(-70deg);}
}
@keyframes plus-in{
  from {opacity: 1; transform: rotateZ(0deg);}
  to {opacity: 0; transform: rotateZ(180deg);}
}
@keyframes plus-out{
  from {opacity: 0; transform: rotateZ(180deg);}
  to {opacity: 1; transform: rotateZ(0deg);}
}
#floating-button{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #26B4FF;
  position: fixed;
  bottom: 70px;
  right: 50px;
  cursor: pointer;
  box-shadow: 0px 2px 5px #666;
}

.popover {
  z-index: 1000001 !important;
}

.fancybox-container {
  z-index: 1000000 !important;
}

.square-status {
  width: 20px;
  height: 20px;
}
/* added by Henry on 06-02-2025 for REQ-OTG-2501-0145 --- INVESTIGATION - TO ADD A NEW STATUS OPTION OFFSITE */
.bg-orange, /* added by Henry on 23-06-2025 for REQ-OTG-2506-4034 --- CASES - DISCUSSION - ADD BUTTON UPDATE STATUS */
.badge-orange {
	color: #fff !important;
  background-color: #e57d20 !important;
}

.modal-open {
    overflow: auto !important;
}

body.modal-open {
  overflow: visible;
  position: absolute;
  width: 100%;
  height: 100% !important;
}

@media (max-width: 1280px) {
  .modal-body.h100 {
    height: calc(100vh - 255px) !important;
  }

	#modalDefaultCenteredxx .modal-dialog.modal-dialog-centered,
	.modal-dialog.modal-dialog-centered,
	.modal-dialogx:not(.modal-full, .modal-fullscreen, .modal-xl) {
		margin-top: -18px !important;
	}
}

/* added by yusuf on 2025-05-07 #REQ-OTG-2505-3944 - ACCOUNTS JOURNAL ENTRY - LIST VIEW - NEW BUTTON - MODULE CONFIG- AVAILABLE TO SUPPORT AND DEV ONLY*/
.btn-darkblue {
  background-color: rgb(3, 57, 132) !important;
  border-color: rgb(3, 57, 132) !important;
  color: #fff !important
}
.btn-darkblue:hover,
.btn-darkblue:active,
.btn-darkblue:visited,
.btn-darkblue:focus {
  background-color: rgb(3, 45, 105) !important;
  border-color: rgb(3, 45, 105) !important;
}

/*added by yusuf on 2025-09-19 #REQ-OTG-2510-0075 - IMPACT OF PAYMENT METHOOD SCAN TO PAY ON POS*/
.btn-red {
  background-color: rgb(194, 15, 15) !important;
  border-color: rgb(194, 15, 15) !important;
  color: #fff !important
}
.btn-red:hover,
.btn-red:active,
.btn-red:visited,
.btn-red:focus {
  background-color: rgb(163, 5, 5) !important;
  border-color: rgb(163, 5, 5) !important;
}

.btn-pink {
  background-color: rgb(194, 15, 60) !important;
  border-color: rgb(194, 15, 60) !important;
  color: #fff !important
}
.btn-pink:hover,
.btn-pink:active,
.btn-pink:visited,
.btn-pink:focus {
  background-color: rgb(166, 8, 48) !important;
  border-color: rgb(166, 8, 48) !important;
}
/* -----------------------------------------------------------------------------
   Custom Bootstrap Background Utilities
   Added by Henry on 23-06-2025 for REQ-OTG-2504-3895
   Purpose: CASES - STATUS - TO ADD NEW OPTIONS
----------------------------------------------------------------------------- */
/* On Hold status - muted gray */
.badge-muted,
.bg-muted {
  background-color: #9E9E9E !important;
  color: #ffffff !important;
}

/* Escalated status - deep pink */
.badge-deep-pink,
.bg-deep-pink {
  background-color: #C2185B !important;
  color: #ffffff !important;
}

/* Resolved status - alternate success green */
.badge-success-alt,
.bg-success-alt {
  background-color: #4CAF50 !important;
  color: #ffffff !important;
}

/* Scheduled status - royal purple */
.badge-purple,
.bg-purple {
  background-color: #7E57C2 !important;
  color: #ffffff !important;
}

/* -----------------------------------------------------------------------------
   Custom Bootstrap Text Utilities
   Added by Henry on 23-06-2025 for REQ-OTG-2506-4034
   Purpose: CASES - DISCUSSION - ADD BUTTON UPDATE STATUS
----------------------------------------------------------------------------- */
.text-deep-pink {
  color: #C2185B !important;
}

.text-success-alt {
  color: #4CAF50 !important;
}

.text-purple {
  color: #7E57C2 !important;
}

.text-orange {
  color: #e57d20 !important;
}

.colorbx {
    display: inline-block;
    margin: 0 5px;
	padding-top: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

.colorbx-sqr {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.badge-blue{
background-color: #0066ff;
color: #fff;
}
.badge-yellow{
background-color: #ffe066;
color: #222;
}

.line-clamp-1ln {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.line-clamp-2ln {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.line-clamp-3ln {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

/*added by yusuf on 26-02-12 #TSK-VS-2601-000100 - SALES MODULES - REVAMP OF REMARKS*/
.xedittable-emptyclass {
  display: block;
  min-width: 100% !important;
  min-height: 25px !important;
  border: 1px dashed #9E9E9E;
}
/*added by yusuf on 26-03-10 #TSK-VS-2603-000113 - SALES MODULE - REMARKS BOX NO LONGER TO INITIAL DIMENSIONS*/
/* Default width for all screen sizes (e.g., mobile first) */
.rmk-editable-input {
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Styles for screens wider than 768px (tablets and desktops) */
@media (min-width: 768px) {
    .rmk-editable-input {
        width: 500px !important; /* or any specific width you desire for larger screens */
    }
}

/* Styles for screens wider than 1200px (large desktops) */
@media (min-width: 1200px) {
    .rmk-editable-input {
        width: 600px !important;
    }
}

.min-height-zero {
  min-height: 0 !important;
}