/*update 22/7/2021*/

/* ---------------------------------------------------
    SCSS
----------------------------------------------------- */
/*.navbar, .dashboardcard:hover, .approvaltable {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); }*/


/*yellow : #fcda1b
grey : #5c5b57
lightGrey ; #EDEDEF
grey : #4B4C4F
darkOrange : #f94c1e;
yellowOrange : #F4900B;
darkGrey : #1C1B1A;
black : #231F20

*/
/* ---------------------------------------------------
    CSS
----------------------------------------------------- */
/* New Style Start*/
body.modal-open .supreme-container{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.bg-blur{
    backdrop-filter: blur(2px);
}

span.small {
  font-size: smaller;
  border-radius: 25px;
  background: #8AE5E5;
}

.btn-slightly-big {
	padding: 0.3rem 0.5rem;
    font-size: 1.10rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.subscriptioninfo {
	border-collapse: collapse; 
	table-layout: fixed;
}

.subscriptioninfo tr td:first-child {
	width:80px;
}

.subscriptioninfo tr td:last-child > div {
	display: inline-block;
	margin-right:80px;
}

.bigfont {
	font-size:30px;
	font-weight: bold;
}

.customebadge {
	font-size:10px;
	display: inline-block;
	background:#B0E0E6;
	padding:3px 10px;
	color:#4682B4;
	border-radius: 10px;
}

/* New Style End */
/* Solid border */
hr.solid {
  border-top: 3px solid #bbb;
}

body,html {
	overflow:hidden;
}
/* width */
::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #AAAAAA; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #909091; 
}

.loginbg {
  height: 100vh;
  background:#F3F6FF !important;
}

.logincontainer {
  max-width:520px;
  width:80%;
  padding:50px;
  margin:40px auto;
  background: #FFF;
  border-radius:10px;
  -webkit-box-shadow: 0 0 30px 0 rgba(61,82,148,0.1);
  box-shadow: 0 0 30px 0 rgba(61,82,148,0.1);
}

.logincontainer a {
	color:#007BFF !important;
}

#login-img {
  width:200px;
}

.btn {
	cursor:pointer !important;
}
.mainbutton, .btn-primary {
  background:#3C5295;
  color:#FFF !important;
}

.mainbutton:hover, .btn-primary:hover {
  background:#485F9B;
  color:#FFFFFF !important;
}

.btn-outline-secondary:hover {
	background:#EFEFEF;
}

.btn-danger {
	color:#FFF !important;
}

.btn-danger:hover {
	background:#E54159;
}

.secondarybutton {
  background:#231F20;
  color:#FFFFFF !important;
}

.secondarybutton:hover {
  background:#3D3D3D;
  color:#FFFFFF;
}

.buttonicon {
  height:14px; 
  margin-right:3px; 
  margin-bottom:3px;
}

.loginfooter {
  font-size:12px;
  color:#838384;
}

footer {
  font-size:12px;
  color:#838384;
}

.logintitle {
  font-weight: bold; 
  font-size:24px;
}

.btn-link {
  color:#333 !important;
  cursor:pointer !important;
}

.greytext {
  color:#232323;
}

.pointercursor {
  cursor:pointer;
}

.username {
  color:#333 !important;
  padding-bottom:10px;
}

.profileImage {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #778899;
  font-size: 35px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  margin: 20px auto;
}

.navProfileImage {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  display:inline-block;
  font-size:18px;
  margin-left:5px;
  margin-right:10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 19px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 2.5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #3D5294;
}

input:checked:disabled + .slider {	
  opacity:0.5;	
}
	
input:disabled + .slider {	
  opacity:0.5;	
}

input:focus + .slider {
  box-shadow: 0 0 1px #3D5294;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.hidden {
  display: none;
}

.inline-block {
  display: inline-block;
}

.msg-red {
  color:#f94c1e;
  font-weight:bold;
}

.paymentview {
  color: #000000;
  border:none;
  background:none;
}

.paymentview:focus {
  outline: none;
}

.paymentview:hover {
  color: #0000FF;
}

.custom-checkboxes {
  margin-top: 8px!important;
}

.custom-radios {
  display: inline;
}

b {
  font-weight: 600; 
}

textarea {
  resize: vertical; 
}

.bg-transparent {
  background: transparent !important;
}

.mt-30 {
  margin-top: -30px!important;
}

.ml-30 {
  margin-left: 30px!important;
}

.new-btn {
  cursor: pointer;
}

.error-text {
  color: #f94c1e;
}

.btn-dark {
  color:#FFF !important;
}

.alert {
  font-size: 0.9em; 
}

.signupbackground {
  background: #141444;
  width: 100%;
  height: 100%;
  position: relative; 
}

.colordarkorange {
  color: #3C5295;
}

.timeout {
  text-align: right;
  font-size: 13px;
  margin-top: -20px;
  margin-bottom: 10px; 
}

.lastlogin {
  color: #17a2b8; 
}

.navbar {
  padding: 0px;
  background: #FFFFFF !important;
  border-bottom: thin solid #AAAEAF;
  border-radius: 0;
  margin-bottom: 20px;
  font-size: 13px; 
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none; 
}

.logout {
  color: #dc3545; 
  cursor: pointer;
}

.wrapper {
  display: flex;
  width: 100%; 
}

.togglemenubutton {
  display: none; 
}

#sidebar {
  color: #231F20!important;
  width: 250px;
  white-space: nowrap;
  overflow-x: hidden;
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  transition: all 0.3s;
  overflow-y: auto;
  background: #FAFBFF; 
  border-right:thin solid #dee2e6;
}

#sidebar.active {
  color: #231F20  !important;
  width:50px;
}

#sidebar .sidebar-header {
  background: none !important;
  height: 90px; 
}

#sidebar .dropdown-toggle {
  font-weight: 600; 
}

#sidebar ul.components { 
  padding: 20px 0;
}

#sidebar ul li a {
  color: #231F20 !important;
  padding: 10px 10px;
  font-size: 13px;
  display: block;
  margin-bottom: 1px; 
}

#sidebar .navul li a {
  transition: all 0.3s;
}

#sidebar .navul li a:hover {
  text-decoration: none;
  background: #EEF3FF; 
}

.collapsemenu li a {
  padding-left: 60px !important;
  font-size: 13px !important;
  white-space: normal !important; 
}

.collapse li a:hover {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  margin-right: 0px !important; 
}

.collapsemenu li:last-child {
  padding-bottom: 0px; 
}

.singleMenu {
  font-weight:600;
}

.submenu {
  margin-bottom:-1px !important;
}

.floatmenu {
  color: #264eb4!important;
  border-radius:0px;
  position: fixed;
  left:49px;
  width:250px;
  z-index:999999 !important;
  overflow-x: visible;
  padding:0px !important;
  -webkit-box-shadow: 0 0 30px 0 rgba(61,82,148,0.1);
  box-shadow: 0 0 30px 0 rgba(61,82,148,0.1);
  margin-top:-40px;
  border: 1px solid #D1D4DB !important;
}

.collapsemenu .title {
  display:none;
}

.floatmenu .title {
  display:block;
  padding:10px 10px 10px 20px!important;
  border-radius:0rem;
  font-size:12px;
  letter-spacing: 1px;
  color:#3D5294 !important;
  background:#FFFFFF !important;
  height:40px;
  text-transform: uppercase;
}
 /*Expand when collappse*/
.floatmenu li a {
  font-size:12px;
  padding:10px 20px !important;
  color:#526389 !important;
  background:#FFFFFF;
}
/*Expand when collappse*/
.floatmenu li a:hover {
  color: #000000 !important;
  background:#F2F4F9!important;
}
.floatmenu li:last-child {
  padding-bottom: 0px; 
  color:#FFFFFF;
}

.showthis {
	display:block !important;
}

#sidebar::-webkit-scrollbar {
  width: 5px;
  display:none;
}

/*datepicker */
.cancelBtn {
  font-size: 11px !important;
  color: #f94c1e !important;
  border-color: #f94c1e; 
  padding: 6px 20px;
  font-weight: normal !important;
}

.applyBtn {
  font-size: 11px !important;
  padding: 2px 10px;
  font-weight: normal !important;
}

.inputdatepicker {
  padding: 10px 15px !important;
  border: 1px solid #CFD8DC !important;
  border-radius: 4px !important;
  box-sizing: border-box;
  background-color: #fff !important;
  color: #000 !important;
  font-size: 16px !important;
  letter-spacing: 1px;
  position: relative;
  width: 100%
}

.inputdatepicker:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #FFA000 !important;
  outline-width: 0
}

.daterangepicker {
  background-color: #fff;
  border-radius: 0 !important;
  align-content: center !important;
  padding: 0 !important
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #3D5294 !important;
}

.daterangepicker td.in-range {
  background-color: #EDEDEF !important;
}

thead tr:nth-child(2) {
  color: #BDBDBD !important
}

tbody tr td {
  padding: 5px 7px !important
}

.month {
  font-size: 14px !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important
}

.start-date,
.end-date {
  border-radius: 0px !important
}

.available:hover {
  border-radius: 0px !important
}

.off {
  color: #EEEEEE !important
}

.off:hover {
  background-color: #EEEEEE !important;
  color: #fff !important
}

/*select arrow*/
@-moz-document url-prefix(){
    select {
	  -moz-appearance: none;
	  background: url("/resources/public/images/claretdown-00b612625bc27a394f3136114147f450.png")no-repeat right center;
		
	}
}

.searchinput { 	
    background:#FFF !important; 	
} 

#sidebar .navul li.active > a {
  /*color: $primary-color !important;
  background: $secondary-color;
  -webkit-box-shadow:inset 0 0 3px 3px rgba(0,0,0,0.1);
  box-shadow:inset 0 0 3px 3px rgba(0,0,0,0.1);*/ 
}

.closeside {
  position: fixed;
  z-index:999;
  top:60px;
  left:235px;
  background: #3D5294;
  color:#FFF;
  width:30px;
  height:30px;
  border-radius:30px;
  line-height: 32px;
  cursor:pointer;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
  transform: rotate(-180deg);
  transition:0.3s all;
  font-size:10px;
}

.closeside:hover {
  background:#485F9B;
}

.closeside.active {
  transform: rotate(-360deg);
  left:33px;
}

.activeaccordion {
  color: #3D5294 !important;
  background: none; 
}

a[data-toggle="collapse"] {
  position: relative; 
}

.dropdown-toggle::after {
  opacity: 0.5;
  margin-left: 10px; 
}

.dropdown-toggle::after {
  opacity: 0.5;
  margin-left: 10px; 
}

.navbutton {
  margin: 20px 0; 
}

#content {
  width: calc(100% - 250px);
  padding: 0px;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column; 
}

#content.active {
  width: calc(100% - 50px); 
}

.innercontent {
  padding-top:60px;
  height:95vh;
  overflow-y:auto;
  border-bottom:thin solid #dee2e6;
}

.innermargin {
  margin:auto 40px;
}

.innercontent2 {
  padding-top:100px;
}

.dashboardcard {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-top: 30px;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 20px; 
}

.dashboardcard img {
  height: 80px; 
}

.dashboardcard:hover img {
  transform: scale(1.1);
  transition: transform 0.1s linear; 
}

thead {
  font-size: 13px; 
}

/* .table {
  font-size: 13px;
  border-collapse: collapse !important;
  margin: 0 auto;
  clear: both;
  word-wrap:break-word; 
  width: 100%;
  Fix table data column size
  table-layout: fixed;
} */

.datatableinfo {
  width:300px;
  float:left;
  margin:10px 10px;
  color:#838384 !important;
}

.custombreadcrumb a {
  font-size: 12px; 
  color:#7E8FC7;
}

.custombreadcrumb a:after {
  content: " /"; 
}

.custombreadcrumb a:last-child:after {
  content: ""; 
}

.custombreadcrumb a:hover {
  text-decoration: none;
  color: #20325f 
}

.current {
  color: #3D5295; 
  font-weight: 600;
  cursor: auto;
  font-size: 12px; 
}

.approvaltable {
  background: #fff;
  font-size: 13px;
  table-layout: fixed;
  border-collapse: collapse; 
}

.viewtable td {
  font-size: 13px;
  padding: 10px !important; 
}

.viewtable td .longtext {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 5px; 
}

.viewtable td:nth-child(odd) {
  width: 20%;
  font-weight: 600;
  font-size: 13px; 
}

.viewtable td:nth-child(even) {
  width: 25%;
  word-break: break-all;
}

.viewtable-2 > tbody > tr > td {
  font-size: 13px;
  padding: 10px !important; 
}

.viewtable-2 > tbody > tr > td .longtext {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 5px; 
}

.viewtable-2 > tbody > tr > td:nth-child(odd) {
  width: 20%;
  font-weight: 600;
  font-size: 13px; 
}

.viewtable-2 > tbody > tr > td:nth-child(even) {
  width: 25%;
  word-break: break-all;
}

.pwtable td:nth-child(odd) {
  font-weight: 600;
  font-size: 13px;
  padding: 10px !important; 
}

.pwtable td:nth-child(even) {
  width:100%;
}

.pwtable {
  margin-top:20px;
}

.viewtable pre {
   white-space: pre-wrap;
   word-wrap: break-word;
}

.viewtable-2 pre {
   white-space: pre-wrap;
   word-wrap: break-word;
}

.viewtable tr:nth-child(odd) {
  /*     background:rgba(198, 199, 200, 0.1)  ;*/ 
}

.required:after {
  content: " *";
  color: #dc3545; 
}

.tableheader {
  background: #ffc107 !important;
  color: #000000;
  font-size: 20px;
  font-weight: 600; 
} 

.table .thead-light th.table .thead-light th{
  font-size: 13px !important;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th{
  font-size: 13px !important;
}

.listheader {
  background-color:#F9F9F9 !important;
  font-size:10px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  color:#727272 !important;
  margin-top:10px;
}

.listheader a {
  color:#727272 !important;
}

.listtable thead {
  letter-spacing: 1px !important;
  background-color:#F4F4F4 !important;
  font-size:10px !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  line-height:25px;
}

.listtable thead th:first-child {
  line-height:25px;
}

.listtable tbody tr {	
  background: #FFF;	
  transition: all 0.3s;
}

.listtable tbody tr:hover {
  background:#F7F7F7 !important;
  cursor: pointer;
}

.listtable tbody td {
  padding:10px !important;
}

.tablecontainer {
	position: relative;
}

.columncontainer {
  position: absolute; 
  top:10px; 
  right:-10px;
}

.columnbutton {
  width:30px; 
  height:30px; 
  border-radius:30px; 
  background:#3D5294; 
  text-align: center; 
  color:#FFF; 
  border:none;
}

.columnbutton {
	
}

.searchform label {
  font-size: 13px;
  font-weight: 600; 
}

div[aria-expanded=true] .fa-angle-down {
  display: none; 
}

div[aria-expanded=false] .fa-angle-up {
  display: none; 
}

.approvalmodaltable td:first-child {
  font-weight: 600; 
}

.modified {
  color: #ef0f0f;
  font-weight: 600 !important; 
}

.longtabletext {
  width: 25%;
  word-break: break-all !important; 
}

.badge {
  font-size: 100% !important; 
  font-weight:normal;
}

.extra-content {
  cursor: pointer; 
}

form.form-inline {
  display: inline; 
}

.userroletable {
  table-layout: fixed;
  width: 100%;
  font-weight: normal !important; 
}

.userroletable td {
  padding: 5px 10px !important; 
}

.userroletable tr:nth-child(odd) {
  background: #FFF; 
}

.userrolewidth {
  width: 100px; 
}

.userroletable tr td:first-child {
  text-align: left; 
}

.userroletitle {
  /*background:#6d6d6d !important;
	color:#FFF;*/
  background: rgba(96, 125, 139, 0.1) !important;
  cursor: pointer;
  font-weight: 700; 
}

.userroleheader {
  background: #333 !important;
  color: #FFF; 
}

.approvaltable .approvalheader {
  font-size: 10px;
  letter-spacing: 1px; 
}

.approvaltable td {
  width: 25% !important;
  font-weight: 400 !important; 
}

.approvaltable tr:nth-child(odd) {
  background: #f9f9f9; 
}

.approvaltable tr td:first-child, .approvaltable tr td:last-child {
  font-weight: 600 !important; 
}

.buttontooltip {
  background: none;
  border: none; 
}

.tooltip-inner {
  text-align: left; 
}

.customdropdownfilter{
  padding-left:  10px; 
}

.customdropdown {
  font-size: 13px;
  width: auto; 
}

.custom-select2 {
  border-color: #CED4DA !important;
  font-size: 13px; 
}

.dataTables_wrapper pre {
  width: 100%;
  max-width: 500px;
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */ 
}

.errorcontainer {
  max-width: 580px;
  width: 100%;
  text-align: center;
  margin: auto;
  height: auto;
  padding-top: 80px; 
}

.webonly {
  display: inline-block; 
}

.mobileonly {
  display: none; 
}

.menuicon {
  font-size: 15px;
  width: 30px;
  text-align: center;
  margin-right: 20px; 
}

.loadingprogress {
  height: 2px;
  border-radius: 0px; 
}

.overlayloading {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  top: 0; 
}
/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
 /* margin-left: -1.5em;*/
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #3D5294;
  border-color: #3D5294;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #3D5294;
  border-color: #3D5294;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-check-label {
	font-size:14px;
	line-height:15px;
	margin-left:2px;
}
/*stoast*/
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

.form-check-input-temp {
  width: 2em;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

/*adminbackground*/
.menudropdown {
  color:#ffffff !important;
  /*height:54px;*/
  width:auto;
  padding:auto;
  list-style: none;
  /*height:70px;*/
  height:50px;
}

.smalllineheight {
  color:#1C1B1A;
  line-height: 13px;
}

.displayname { 	
  color:#1C1B1A; 	
  font-size:16px; 	
  font-weight: 500; 	
  padding-right:20px;  	
  margin-top:-5px; 	
} 

.displayname:after {
  content:"\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  margin-left:10px;
  float:right;
}

.usericon { 	
  display: inline-block; 	
  width: 30px; 	
  height: 30px; 	
  border-radius: 30px; 	
/* border: 2px solid #f94c1e;*/ 	
  background-image: linear-gradient(180deg, red, yellow); 	
  color:#ffffff; 	
  text-align: center; 	
  font-size: 20px; 	
  line-height: 40px; 	
  cursor: pointer; 	
  margin-left:5px; 	
  transition: 0.3s all; 	
  white-space: nowrap; 	
  overflow: hidden; 	
} 

.dropdown-item {
  font-size:13px;
}

.datetimepicker .prev:before {
  content: "\f100";
  font-family: "Font Awesome 5 Free"; 
}

.datetimepicker .next:before {
  content: "\f101";
  font-family: "Font Awesome 5 Free"; 
}

.logoimage {
  /*width: 180px;*/
  /*height: 54px;*/
  width: 120px;
  overflow: hidden; 
  /*padding: 0px 0px 10px 10px;*/
  margin-left:10px;
}

.logoimage img {
  width: 100%; 
}

#nav-user-dropdown {
  margin-top: -10px;
}

.uploadcontainer {
  position: relative;
  margin: 10px 0px; 
}

.topbuttons{
  text-align: right; 
}

/*.uploadbutton {
  width: 100%;
  height: 150px;
  border: 2px dashed #d0dddd;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 150px;
  color: #a1b7b6;
  font-weight: 600; 
}*/

/*#uploadlogo {
  display: none; 
}*/

.uploadedimage {
  /*width: 100%;*/
  width: 200px;
  height: auto;
  margin-bottom: 10px;
  /*position: absolute;*/
  position: relative;
  top: 0;
  left: 0;
  /*border: 2px dashed #d0dddd;*/
  /*background: rgba(255, 255, 255, 0.5);*/
  /*display: none;*/
  overflow: hidden; 
}

.uploadedimage img {
	width:100%;
}

.removeimage {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #FFF;
  border: 2px solid #dc3545;
  font-size: 10px;
  line-height: 18px;
  color: #dc3545;
  display: none; 
}

.daterange {
  background:#FFF !important;
  border-left:none;
  font-size:10px !important;
}

.page-item a {
  color:#DEE2E6 !important;
}

.page-item:hover a {
  color:#333 !important;
}

.page-item.active .page-link {
  color:#333 !important;
  background-color:#FFF !important;
  border-color:#DEE2E6;
}

.title {
  color:#20325f;
  padding-top:10px;
}

.btn-orange {
  background-color:#3D5294 !important;
  color:#FFF;
}
.btn-orange:hover {
  background-color:#3D5294 !important;
  color:#FFF;
}

.btn-orange-outline {
  color:#FB851D !important;
}

.table td {
  width: auto;
  font-size: 13px;
  max-width: 300px;
  word-break: break-all;
}

.edit {
  color:#333 !important;
  padding:0px;
  margin:0px;
  transition:0.1s all;
}

.edit:hover {
  padding:0px;
  margin:0px;
  color:#3D5294 !important;
}

.edit:after {
  content:" Edit";
}

.listtable tr {
  cursor: pointer;
}

.dataTables_paginate { 
  float:right; 
} 

.paginate_button { 
  color:#DEE2E6 !important; 
  background:#FFF; 
  cursor: pointer; 
} 

.paginate_button:hover { 
  color:#333 !important; 
} 

.paginate_button.current { 
  color:#333 !important; 
  background-color:#FFF !important; 
  border-color:#DEE2E6; 
} 

/*begin snippet code from farah branch*/
.pagination{
	cursor: pointer;
}

div.dataTables_wrapper div.row{
	width: 100% !important;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  white-space: nowrap;
  justify-content: flex-end;
}

/*end snippet from farah branch*/
.btn-column:before { 
  content:"Column"; 
  padding-right:5px; 
} 

.btn-history:before { 
  /* content:"Show Recent 20 Records";  */
} 

.btn-download:before { 
  content:"Download CSV"; 
} 

.logininfoinner { 
  position: relative; 
  top: 50%; 
  transform: translate(-50%, -50%); 
} 

.logininfoinner { 
  position: relative; 
  top: 50%; 
  transform: translate(-50%, -50%); 
} 

.truncate {  
  width: 250px;  
  white-space: nowrap;  
  overflow: hidden;  
  text-overflow: ellipsis;
}


.dataTables_scrollBody thead {
	visibility: collapse;
}

.dataTables_scrollBody tr {
	height: 0px !important;
	border: none !important;
}

.btn-group {
	width: 100%;
	/*margin-top: 5px;*/
	margin-bottom: 15px;
}

.browserimage {
  display:inline-block; 
  margin-right:10px;
}

.browserlist {
  font-size:16px; 
  line-height: 16px
}

.customnavpill {
	border-bottom:thin solid #DDD;
	margin:10px auto;
	font-size: 13px;
}

.customnavpill .nav-link {
	color:#929090;
	padding:0px 0px 10px 0px;
	margin-right:20px;
}

.customnavpill .nav-link:hover {
	margin-right:20px !important;
	color:#3D5294;
}

.customnavpill .nav-link.active {
	border-bottom:2px solid #3D5294;
	color:#333;
	background:none;
	border-radius:0px;
}



.twocolumn {
	column-count: 2;
}

.twocolumn ul {
	list-style:none; padding-left:20px;
}

/* Dashboard */

.dashboard-td-header {
	font-weight: bold;
	width:100px;
}

.dashboard-td-value {
	text-align:right;
	padding-right: 5px;
	width:100px;
}

.dashboard-chart-summary-table {
  border-collapse: collapse;
  margin-bottom:30px;
}

/*DASHBOARD*/
.chartsubtitle {
  color:#A6A6B2;
  font-size:12px;
}

.filtercurrency {
  display:inline-block;
}

.filtercurrency + select {
  width:90px; display:inline-block
}

.dashboard-range-wrapper {
  margin:auto 10px;
  border-radius:10px;
}

.daterangeselect {
  display:inline-block;  width:300px
}

.daterangearrow {
  font-size:11px; float:right; line-height:20px;
}

.my-10 {
	margin:10px auto;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.dashboard-box {
  -webkit-box-shadow: 0 0 30px 0 rgba(61,82,148,0.1);
  box-shadow: 0 0 30px 0 rgba(61,82,148,0.1);
  border-radius:10px;
}

.shadow {
  -webkit-box-shadow: 0 0 30px 0 rgba(61,82,148,0.1);
  box-shadow: 0 0 30px 0 rgba(61,82,148,0.1);
}

.totalnum {
  display:inline-block;
	line-height: -30px !important;
	font-size:24px;
}


.chart-wrapper {
  background:#FFF;
  padding:10px;
  -webkit-box-shadow: 0 0 20px 5px rgba(62,77,86,0.1);
  box-shadow: 0 0 20px 5px rgba(62,77,86,0.1);
  border-radius:10px;
  height:100%;
}

.chartbutton {
/*   border:thin solid #918F9C;  */
  color:#918F9C !important; 
  display:inline-block; 
  padding:5px 10px; 
  border-radius:10px; 
  cursor:pointer;
  transition:0.2s all;
}

.chartbutton.active {
	background:red;
}

.chartbutton:hover {
  color:#FFF !important; 
  background:#918F9C;
}

.filterform {
  padding:10px 20px;
  border:thin solid #DEE2E6;
  background:#FAFAFC;
  border-radius:10px;
  margin:10px auto;
}

.charttitle {
  color:#8C8C98;
  font-size:12px;
}

.figures {
  font-size:32px;
  display:inline-block;
  padding:0 !important;
  text-size-adjust: auto;
}

.increase {
  background:#229753;
  color:#fff;
  padding:3px;
  width:48px;
  text-align:center;
  border-radius:30px;
  display:inline-block;
  font-size:10px;
}

.increasearrow {
  display:inline-block;
  animation: increase 1s linear infinite alternate;
}

.increasearrow:before {
  content:"\f30c";
  font-family: 'Font Awesome 5 Free'; 
  font-weight:900; 
  margin-right:2px;
}

@keyframes increase {
  0%   {transform:translateY(0px);}
  50%  {transform:translateY(-3px);}
  100% {transform:translateY(0px);}
}

.decrease {
  background:#FB5B5B;
  color:#fff;
  padding:3px;
  width:48px;
  text-align:center;
  border-radius:30px;
  display:inline-block;
  display:inline-block;
  font-size:10px;
}

.decreasearrow {
  display:inline-block;
  animation: decrease 1s linear infinite alternate;
}

.decreasearrow:before {
  content:"\f309";
  font-family: 'Font Awesome 5 Free'; 
  font-weight:900; 
  margin-right:2px;
}

@keyframes decrease {
  0%   {transform:translateY(0px);}
  50%  {transform:translateY(3px);}
  100% {transform:translateY(0px);}
}

.lastdaterange {
  color:#A6A6B2; margin-bottom:5px;
}

.lastfigures {
  font-size:20px;
}

.help-inline {
  color:#dc3545;
  margin-top:8px;
  font-size:12px;
}

/*END DASHBOARD*/

.td-border-bottom {
		border-bottom: 2px solid black;
	}
	
.td-border-left{
	border-left: thin solid #CDD1D3
}

.icon-circle {
	display: inline-block;
	border-radius: 50%;
	padding: 0.3em 0.3em;
	background-color: white;
    color: #0055b1;
}

.tableheadercolumn { 
	background:#333; 
	color:#FFF; 
} 

.tableheadercolumn td { 
	padding-left:10px; 
}  

.viewtable-approval { 
	padding:10px; 
} 

.viewtable-approval tbody td:first-child { 
	font-weight: bold; 
}

.passwordtable td:first-child { 
	width:10% !important; 
}

/* .modal-content { */
/* 	text-align: center !important; */
/* } */

/* .modal-body p { */
/* 	color:#333 !important; */
/* 	font-size:14px; */
/* 	margin-top:15px !important; */
/* } */

/* .modal-header {  */
/*   background-color: #dee2e6 !important;  */
/* 	height:60px; */
/* }  */

.searchform {
	background:#F9F9F9;
	border:thin solid #EDEDED !important;
	margin-top:20px;
	margin-bottom:20px;
	padding:20px;
	clear:both;
}

.divider {
  font-size: 15px;
	margin-bottom:20px;
	
}

.dataTables_wrapper table {
	/*width:103.5%;*/
	width:102.5%;
}

.dataTable th {
	background:#F3F4F9 !important;
}

.bootstrap-duallistbox-container .buttons {
  width: 100%;	
  margin-bottom:10px;
}
.bootstrap-duallistbox-container label {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.bootstrap-duallistbox-container .info {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 11px;
}
.bootstrap-duallistbox-container .clear1,
.bootstrap-duallistbox-container .clear2 {
  display: none;
  font-size: 10px;
}
.bootstrap-duallistbox-container .box1.filtered .clear1,
.bootstrap-duallistbox-container .box2.filtered .clear2 {
  display: inline-block;
}
.bootstrap-duallistbox-container .move,
.bootstrap-duallistbox-container .remove {
  width: 50%;
  box-sizing: content-box;
  border:thin solid #FFF !important;
}
.bootstrap-duallistbox-container .btn-group .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-duallistbox-container:not(.moveonselect) select {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-duallistbox-container .moveall,
.bootstrap-duallistbox-container .removeall {
  width: 50%;
  box-sizing: content-box;
  border:thin solid #FFF !important;
}
.bootstrap-duallistbox-container.bs2compatible .btn-group > .btn + .btn {
  margin-left: 0;
}
.bootstrap-duallistbox-container select {
  width: 100%;
  height: 300px;
  padding: 0;
}


.bootstrap-duallistbox-container .filter {
  display: inline-block;
  width: 100%;
  height: 31px;
  margin: 0 0 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-duallistbox-container .filter.placeholder {
  color: #aaa;
}
.bootstrap-duallistbox-container.moveonselect .move,
.bootstrap-duallistbox-container.moveonselect .remove {
  display:none;
}
.bootstrap-duallistbox-container.moveonselect .moveall,
.bootstrap-duallistbox-container.moveonselect .removeall {
  width: 100%;
}
.duallistselect select {
  background:#FFF;
  border:none;
  outline:none;
}

.duallistselect select option {
  padding:5px 10px;
  background: #FFF linear-gradient(0deg, #FFF 0%, #FFF 100%);
}
.duallistselect select option:before {
  content:"";
  display:inline-block;
  height:12px;
  width:12px;
  line-height: 12px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius:3px;
  margin-right:5px;
}
.duallistselect select[multiple]:focus option:checked {
  background: #666666 linear-gradient(0deg, #666666 0%, #666666 100%);
}
.duallistselect select[multiple]:focus option:checked:before {
  content:"\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  margin-right:5px;
  color:#FFF;
  background:#3D5294;
  font-size:6px;
  text-align: center;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar .sidebar-header {
      padding: 80px 20px 0px 20px !important; 
    }
    #sidebar.active {
    	margin-left: 0; 
    }
    #content {
    	width: calc(100% - 50px); 
    }
    #content.active {
    	width: calc(100% - 50px); 
    }
    #sidebarCollapse span {
    	display: none; 
    }
    .logincontainer {
    	padding: 0px 20px; 
    }
    .logininfo {
		width:100%;
		margin:auto;
    }
    /*Responsive List Table*/
    .approvaltable thead {
    	display: none; 
	}
    .approvaltable tr {
		display: block;
		border-bottom: 2px solid;
		border-color: rgba(0, 0, 0, 0.3); 
    }
    .approvaltable td {
		display: block;
		font-size: 11px;
		border-bottom: 1px solid;
		border-color: rgba(172, 172, 172, 0.2);
		width: 100% !important;
		min-height: 60px !important; 
    }
    .approvaltable td:last-child {
    	border-bottom: 0; 
    }
    .approvaltable td:before {
		content: attr(data-label);
		font-weight: bold;
		display: block;
		font-size: 10px;
		letter-spacing: 1px;
		margin-bottom: 5px; 
    }
    .approvaltable td:nth-child(odd) {
    	background: #f9f9f9; 
    }
    .userroletable thead {
    	display: none; 
    }
    .userroletable tr {
		display: block;
		border-bottom: 2px solid;
		border-color: rgba(0, 0, 0, 0.3); 
    }
    .userroletable td {
		display: block;
		font-size: 11px;
		border-bottom: 1px solid;
		border-color: rgba(172, 172, 172, 0.2);
		width: 100% !important;
		text-align: left;
		line-height: 30px; 
    }
    .userroletable td:last-child {
    	border-bottom: 0; 
    }
    .userroletable td:before {
		content: attr(data-th-text);
		display: block;
		float: left;
		width: 100px;
		font-weight: 400; 
    }
    .userroletable .collapse td:first-child {
		color: #FFF;
		font-weight: 700;
		background: #727272; 
    }
    .viewtable2 td, .viewtable2 th {
		width: 10%;
		table-layout: fixed;
		word-break: break-all;
		font-size: 10px; 
    }
    .userroletitle {
		background: #333 !important;
		color: #FFF;
		font-weight: 700;
		text-transform: uppercase; 
    }
    .webonly {
    	display: none !important; 
    }
    .mobileonly {
    	display: inline-block;
    }
    .togglemenubutton {
		display: block;
		background: rgba(28, 42, 72, 0.5);
		padding: 5px 10px;
		margin-right: 10px;
		color: #FFF;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		transition: all 0.3s;
		cursor: pointer; 
    }
    .togglemenubutton:hover {
    	background: rgba(28, 42, 72, 0.9); 
    }
    #sidebar {
		width: 50px;
		/*margin-left: -280px;*/
		padding-top: 60px;
		z-index: 1; 
    }
    #sidebar.active {
		width: 300px;
		margin-left: 0px; 
    } 
    .closeside {
		top:100px;
		left:33px;
		transform: rotate(-360deg);
    }
    .closeside.active {
		transform: rotate(180deg);
		left:285px;
    }

    .dropdown-menu {
		width:120px;
    }
    .dropdown-item {
		white-space: normal;
    }
    .logoimage {
		width:100px;
		line-height: 54px;
    }

    #nav-user-dropdown {
      margin-top: -10px;
    }

}

@media screen and (max-width: 450px) {
    .listtable table thead {
		display:none;
    }
    .listtable table tr {
		display: block;
		margin-bottom:10px;
    }
    .listtable table td {
		border:none;
		border-bottom: thin solid #DEE2E6;
		display: block;
    }
    .listtable table td::before {
		content: attr(datalabel);
		display:block;
		font-size:10px;
		font-weight:800;
		color:#3D5294;
		letter-spacing:1px;
		text-transform: uppercase;
		margin-bottom:10px;
    }
    .listtable table td:last-child {
		border-bottom: 3px solid #3D5294;
    }
    .logoimage {
		width:80px;
		line-height: 54px;
    }
    #nav-user-dropdown {
      margin-top: -10px;
    }
    .viewtable td {
		display: block;
		width: 100% !important;
		min-height: 40px; 
    }
    .viewtable td:nth-child(odd) {
		background: rgba(222, 226, 230, 0.2); 
    }
    .viewtable tr:nth-child(odd) {
		background: #fff; 
    }
    .viewtable-2 > tbody > tr > td {
		display: block;
		width: 100% !important;
		min-height: 40px; 
    }
    .viewtable-2 > tbody > tr > td:nth-child(odd) {
		background: rgba(222, 226, 230, 0.2); 
    }
    .viewtable-2 > tbody > tr:nth-child(odd) {
		background: #fff; 
    }
    .btn-column:before { 
		content:"\f0b0"; 
		padding-right:5px; 
		font-family: 'Font Awesome 5 Free'; 
		font-weight:900; 
    } 
    .btn-history:before { 
		content:"\f1da"; 
		font-family: 'Font Awesome 5 Free'; 
		font-weight:900; 
    } 
    .btn-download:before { 
		content:"\f019"; 
		font-family: 'Font Awesome 5 Free'; 
		font-weight:900; 
    } 
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding: 0px !important;
	margin: 0px !important; 
	border: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button .page-link{
	padding: 4px 8px !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody{
	border-bottom: none !important;
}

.dataTable th, .dataTable td {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width:100px;
	white-space: nowrap;
}

/*TABLE SORTING ARROW*/ 

table.dataTable thead .sorting, 

table.dataTable thead .sorting_asc, 

table.dataTable thead .sorting_desc, 

table.dataTable thead .sorting_asc_disabled, 

table.dataTable thead .sorting_desc_disabled { 

  cursor: pointer; 

  position: relative; 

} 

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, 

table.dataTable thead .sorting_asc:before, 

table.dataTable thead .sorting_asc:after, 

table.dataTable thead .sorting_desc:before, 

table.dataTable thead .sorting_desc:after, 

table.dataTable thead .sorting_asc_disabled:before, 

table.dataTable thead .sorting_asc_disabled:after, 

table.dataTable thead .sorting_desc_disabled:before, 

table.dataTable thead .sorting_desc_disabled:after { 

  position: absolute; 

  bottom: 0.9em; 

  display: block; 

  opacity: 0.3; 

} 

table.dataTable thead .sorting:before, 

table.dataTable thead .sorting_asc:before, 

table.dataTable thead .sorting_desc:before, 

table.dataTable thead .sorting_asc_disabled:before, 

table.dataTable thead .sorting_desc_disabled:before { 

  right: 1em; 

  content: "\2191"; 

} 

table.dataTable thead .sorting:after, 

table.dataTable thead .sorting_asc:after, 

table.dataTable thead .sorting_desc:after, 

table.dataTable thead .sorting_asc_disabled:after, 

table.dataTable thead .sorting_desc_disabled:after { 

  right: 0.5em; 

  content: "\2193"; 

} 

table.dataTable thead .sorting_asc:before, 

table.dataTable thead .sorting_desc:after { 

  opacity: 1; 

} 

/*END TABLE SORTING ARROW*/ 

.verticalaligncontainer { 
	display:table; 
}

/* .modal-content {  */
/* 	text-align: center !important;  */
/* }  */

 
/* .modal-body p {  */
/* 	color:#333 !important;  */
/* 	font-size:14px;  */
/* 	margin-top:15px !important;  */
/* }  */

/* .modal-header {   */
/*     background-color: #dee2e6 !important;  	 */
/*   	height:60px;  */
/* }    */

.pwframe {
	width:95%; 
	height:100vh; 
	overflow-y: auto; 
	border:5px solid #E5E5E5; 
	border-top:20px solid #E5E5E5; 
	border-radius:10px;
	-webkit-box-shadow: 0 0 10px 5px rgba(150,150,150,0.1);
	box-shadow: 0 0 10px 5px rgba(150,150,150,0.1);
	transition:0.3s all;	
	position: sticky;
    top:0px;
}

.pwframe-mobile {
	width:414px !important;
	height:736px;
	border-top:7px solid #E8E8EA;
	border:7px solid #E8E8EA;
	border-radius:20px;
}

.devicebtn {
	display: inline-block;
	padding:5px;
	cursor: pointer;
	transition: 0.3s all;
}

.devicebtn:hover {
	color:#3D5294;
}

.devicebtn.active {
	color:#3D5294;
}

.pwsetting {
	width:100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.pwsetting td{
	border:none !important;
	width:290px;
	white-space: nowrap;
	vertical-align: middle;
}

.pwsetting td:nth-child(even) {
	width:20px !important;
}

.pwcontainer {
	width:100%;
	height:49vh;
	overflow-y: hidden;

	
}

.buttoncontainer {
	text-align: right; margin-bottom:20px;
	/*padding-right:35px; margin-top:13px;  padding-top:13px; border-top:thin solid #dee2e6;*/
}

.addemail {
	cursor: pointer;
	color:#3C94DD;
}

.removeemail {
	font-size:10px; color:#B7B7B7; cursor: pointer;
}

.removeemail:hover {
	color:#8E8E8E;
}


.additionalemail input {
	border-right:none;
	
}
.select2-selection__rendered {
	font-size:15px;
	font-family: 'Lato';
}


.select2-selection--single {
	border:thin solid #DEE2E6 !important;
	height:33px !important;
	line-height: 30px !important;
	padding-left:5px !important;
	width:100% !important;
}

.select2-dropdown {
  -webkit-box-shadow: 0 0 5px 5px rgba(150,150,150,0.1);
  box-shadow: 0 0 5px 5px rgba(150,150,150,0.1);
/*   width:auto !important; */
}
.topuptable {
	
}
.topuptable thead th {
	font-size:12px !important;
	background:#F4F4F4 !important;
	
}

.servicetable thead th, .serviceheader {	
	background:#E2E2E8 !important;	
	font-size:14px !important;	
	font-weight: bold;	
	margin-top:20px;	
	padding:12px 15px !important;	
}
	
.servicedesc thead th {	
	background:#F4F4F4 !important;	
	font-size:11px !important;	
}

.templateUI thead th{
	vertical-align: middle;	
}
	
.templateUI {	
	table-layout: fixed;	
}
	
.templateUI thead th:first-child {	
	text-align: center;	
	padding-left:15px !important;	
	width:70px !important;	
}
	
.templateUI thead th:nth-child(3) {	
	width:100px;	
}
	
.templateUI thead th:last-child {	
	width:230px !important;	
}
	
/*.servicedesc tr:nth-child(even) {	
	background:#F7F7F7;	
}*/
	
.serviceheader {	
	font-size:16px;	
}

.dropdownList {
   position:absolute;
   top:35px;
   background: white;
   width:100%;
   display:none;
   border: 1px solid #ced4da;
   border-radius: 5px;
   box-shadow: 0px 1px 5.64px 0.36px rgba(91, 91, 91, 0.18);
   padding: 5px 0px;
	z-index:999;
}

ul.dropdownList {
	padding: 0;
	list-style-type: none;
}

.dropdownList li{
    padding:10px 10px;
	transition:0.3s all;
	cursor: pointer;
}

.dropdownList li:hover{
    background:#F2F2F4;
}

.filtercontent td:first-child {
	padding-left:12px !important;
}

.linkbtn {
	margin:8px 10px;
	cursor: pointer;
	display:inline-block;
	width:auto;
}

.categoryadd {
	margin:8px 10px;
	cursor: pointer;
	width:80px;
}

/* .btn-link, .btn-link:hover { */
/* 	background:none; */
/* 	border:none; */
/* 	padding:0px; */
/* } */

.viewimage {
	width:400px;
	height:auto;
	overflow:hidden;
	margin:10px auto;
	
}

.viewimage img {
	width:100%;
}

.actionbtnadd {
	background:#67BF5E;
	height:25px;
	line-height: 28px;
	text-align: center;
	color:#FFF;
	font-size:10px;
	border-radius:5px;
	cursor: pointer;
}

.actionbtnremove {
	background:#CC3232;
	height:25px;
	line-height: 28px;
	text-align: center;
	color:#FFF;
	border-radius:5px;
	cursor: pointer;
	margin-top:10px !important;
	font-size:10px;
}

.actionbtnaddmerchantemail {
    text-align: center;
    color:#67BF5E;
    cursor: pointer;
    font-size:20px;
    background:none;
    border:none;
    padding:0px;
    margin:0px;
}

.actionbtnaddmerchantemail:disabled {
    background:none;
    border:none;
    padding:0px;
    margin:0px;
    color:#DDD;
}

.actionbtnremovemerchantemail {
    height:30px;
    line-height: 35px;
    text-align: center;
    color:#A5A5A5 !important;
    cursor: pointer;
    font-size:12px !important;
    margin-top:5px;
    margin-left:-10px;
}

.actionbtnremovemerchantemail:first-child {
    margin-top:0px;
}

.actionbtnremoveitem {
    height:30px;
    line-height: 35px;
    text-align: center;
    color:#A5A5A5 !important;
    cursor: pointer;
    font-size:12px !important;
    margin-top:5px;
    margin-left:-10px;
}

.actionbtnremoveitem:first-child {
    margin-top:0px;
}

.screenbtn {
	padding:5px;
	/*background:#CCCCCC;*/
	color:#333;
	transition: 0.3s all;
	cursor: pointer;
}

.screenbtn:hover, .screenbtn.active{
	padding:5px;
	/*background:#3D5294;*/
	color:#3D5294;
}

.confirmtextinput {
	height:100px; 
	margin-bottom:5px;
}


.listactionbtn {
	background:#E6E9F4;
	text-align: center;
	border:thin solid #C8CFE8;
	
}

.listactionbtn:after {
	content:"\f141";
	font-family: 'Font Awesome 5 Free';
  font-weight:900;
	color:#404144;
}

.dropdown-menu {
	min-width: 50px !important;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.btn-primary2 {
	background:#231F20;
	border-radius:5px;
	font-size:11px;
}

.innertable .dataTable td {
	max-width:auto;
	text-overflow: inherit;
	overflow: auto;
	white-space: normal;
	table-layout: fixed;
		word-break: break-all;
}

.qsfont {
	font-size:13px;
}

.servicetemplatecontainer .input-group-text {
	background:#FFF; 
	color:#333 !important;
	cursor: pointer;
	transition: 0.3s all;
	padding:0px;
}

.servicetemplatecontainer .input-group-prepend .input-group-text {
	border-top:none;
	border-bottom:none;
	border-left:none;
}

.prependbtn {
	padding:5px 15px;
	font-size:10px;
	border-radius:5px;
	margin-right:5px;
	transition:0.3s all;
}

.prependbtn:hover {
	-webkit-box-shadow:inset 0 0 50px 50px rgba(255,255,255,0.4);
	box-shadow:inset 0 0 50px 50px rgba(255,255,255,0.4);
}

.prependblue {
	/*background:#FFE7D9;
	color:#E75625;
	border-color:#EDEEEF;*/
	background:#E6F4F4;
	color:#2291AF;
	margin-left:5px;
	
}

/*.prependmain:hover {
	background:#F9DCCD;
}*/



.prependgrey {
	background:#F5F6F7;
	color:#383D41;
	border-color:#DEDFE0;
}

.prependsub2 {
	background:#E6F4F4;
	color:#2291AF;
}

.prependgreen {
	background:#E5F9EB;
	color:#51A88D;
}

.servicetemplatecontainer .input-group input {
	border:none;
}

.servicetemplatecontainer .input-group {
	border:thin solid #CED4DA;
	border-radius: 5px;
}

.servicetemplatecontainer .input-group-text:hover {
	color:#776F6D !important;
}

.servicetemplatecontainer input:read-only {
	background:#F7F7F7;
	color:#7B7C7C;
}

.addmorebtn {
	height:20px;
	font-size:10px;
	margin-top:5px;
	background:none;
	border:none;
	color:#17A2B8;
	cursor: pointer;
}

.addmorebtn.disabled {
	color:#DDDDDD;
	cursor: not-allowed;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar .sidebar-header {
      padding: 80px 20px 0px 20px !important; 
    }
    #sidebar.active {
    	margin-left: 0; 
    }
    #content {
    	width: calc(100% - 50px); 
    }
    #content.active {
    	width: calc(100% - 50px); 
    }
    #sidebarCollapse span {
    	display: none; 
    }
    .logincontainer {
    	padding: 0px 20px; 
    }
    .logininfo {
		width:100%;
		margin:auto;
    }
    /*Responsive List Table*/
    .approvaltable thead {
    	display: none; 
	}
    .approvaltable tr {
		display: block;
		border-bottom: 2px solid;
		border-color: rgba(0, 0, 0, 0.3); 
    }
    .approvaltable td {
		display: block;
		font-size: 11px;
		border-bottom: 1px solid;
		border-color: rgba(172, 172, 172, 0.2);
		width: 100% !important;
		min-height: 60px !important; 
    }
    .approvaltable td:last-child {
    	border-bottom: 0; 
    }
    .approvaltable td:before {
		content: attr(data-label);
		font-weight: bold;
		display: block;
		font-size: 10px;
		letter-spacing: 1px;
		margin-bottom: 5px; 
    }
    .approvaltable td:nth-child(odd) {
    	background: #f9f9f9; 
    }
    .userroletable thead {
    	display: none; 
    }
    .userroletable tr {
		display: block;
		border-bottom: 2px solid;
		border-color: rgba(0, 0, 0, 0.3); 
    }
    .userroletable td {
		display: block;
		font-size: 11px;
		border-bottom: 1px solid;
		border-color: rgba(172, 172, 172, 0.2);
		width: 100% !important;
		text-align: left;
		line-height: 30px; 
    }
    .userroletable td:last-child {
    	border-bottom: 0; 
    }
    .userroletable td:before {
		content: attr(data-th-text);
		display: block;
		float: left;
		width: 100px;
		font-weight: 400; 
    }
    .userroletable .collapse td:first-child {
		color: #FFF;
		font-weight: 700;
		background: #727272; 
    }
    .viewtable2 td, .viewtable2 th {
		width: 10%;
		table-layout: fixed;
		word-break: break-all;
		font-size: 10px; 
    }
    .userroletitle {
		background: #333 !important;
		color: #FFF;
		font-weight: 700;
		text-transform: uppercase; 
    }
    .webonly {
    	display: none !important; 
    }
    .mobileonly {
    	display: inline-block;
    }
    .togglemenubutton {
		display: block;
		background: rgba(28, 42, 72, 0.5);
		padding: 5px 10px;
		margin-right: 10px;
		color: #FFF;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		transition: all 0.3s;
		cursor: pointer; 
    }
    .togglemenubutton:hover {
    	background: rgba(28, 42, 72, 0.9); 
    }
    #sidebar {
		width: 50px;
		/*margin-left: -280px;*/
		padding-top: 30px;
		z-index: 1; 
    }
    #sidebar.active {
		width: 300px;
		margin-left: 0px; 
    } 
    .closeside {
		top:70px;
		left:33px;
		transform: rotate(-360deg);
    }
    .closeside.active {
		transform: rotate(180deg);
		left:285px;
    }

    /*.dropdown-menu {
		width:120px;
    }
    .dropdown-item {
		white-space: normal;
    }*/
    .logoimage {
		width:100px;
		line-height: 54px;
    }

    #nav-user-dropdown {
      margin-top: -10px;
    }
	
	.menudropdown {
		margin-top:0px;
		height:30px;
	}
	
	.displayname {
		line-height: 30px;
	}
	
	.pwtable td:nth-child(odd),.pwtable td:nth-child(even) {
		width:100%;
		display:block;	
}
	
	.pwframe {
	width:100%; 
		overflow-x: auto;
	padding:0px;
}


}

@media screen and (max-width: 450px) {
    .listtable table thead {
		display:none;
    }
    .listtable table tr {
		display: block;
		margin-bottom:10px;
    }
    .listtable table td {
		border:none;
		border-bottom: thin solid #DEE2E6;
		display: block;
    }
    .listtable table td::before {
		content: attr(datalabel);
		display:block;
		font-size:10px;
		font-weight:800;
		color:#3D5294;
		letter-spacing:1px;
		text-transform: uppercase;
		margin-bottom:10px;
    }
    .listtable table td:last-child {
		border-bottom: 3px solid #3D5294;
    }
    .logoimage {
		width:80px;
		line-height: 54px;
    }
    #nav-user-dropdown {

      margin-top: -10px;
    }
    .viewtable td {
		display: block;
		width: 100% !important;
		min-height: 40px; 
    }
    .viewtable td:nth-child(odd) {
		background: rgba(222, 226, 230, 0.2); 
    }
    .viewtable tr:nth-child(odd) {
		background: #fff; 
    }
    .viewtable-2 > tbody > tr > td {
		display: block;
		width: 100% !important;
		min-height: 40px; 
    }
    .viewtable-2 > tbody > tr > td:nth-child(odd) {
		background: rgba(222, 226, 230, 0.2); 
    }
    .viewtable-2 > tbody > tr:nth-child(odd) {
		background: #fff; 
    }
}

@media screen and (max-width: 767px) {	
  div.dataTables_wrapper div.dataTables_length,	
div.dataTables_wrapper div.dataTables_filter,	
div.dataTables_wrapper div.dataTables_info,	
div.dataTables_wrapper div.dataTables_paginate {	
    text-align: center;	
  }	
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {	
    justify-content: center !important;	
  }	
}

.labelPayment{
	cursor:pointer;
    text-decoration:underline;
}

.labelMerchantUser{
	cursor:pointer;
    text-decoration:underline;
}

.labelMerchantProfile{
	cursor:pointer;
    text-decoration:underline;
}

.hyperlinkText {
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}

.qs-search {
	margin-top:-10px; 
	background:#FAFAFC;
}
.qsfont {
	font-size:12px;
}

.trxresult {
	background:#FFF;
	display:none;
}

.qsinput {
	height:25px;
}

.listactionbtn {
	background:#E6E9F4;
	text-align: center;
	border:thin solid #C8CFE8;
	z-index:99999;
	
}

.listactionbtn:after {
	content:"\f141";
	font-family: 'Font Awesome 5 Free';
  font-weight:900;
	color:#404144;
}

/* using percent */
.w-3 {
	width: 3% !important;
}

.w-5 {
	width: 5% !important;
}

.w-6 {
	width: 6% !important;
}

.w-8 {
	width: 8% !important;
}

.w-10 {
	width: 10% !important;
}

.w-15 {
	width: 10% !important;
}

.w-20 {
	width: 20% !important;
}

.w-25 {
	width: 25% !important;
}

.w-30 {
	width: 30% !important;
}

.w-40 {
	width: 30% !important;
}

.w-45 {
	width: 45% !important;
}

.w-95 {
	width: 95% !important;
}

.w-60 {
	width: 60% !important;
}

.w-70 {
	width: 70% !important;
}

/* using px */
.w-70px {
	width: 70px;
}

.w-220px {
	width: 220px;
}

.display-none {
  display:none;
}

/* select2 force width 100% */
.select2-container {
  width: 100% !important;
  padding: 0;
}

.black-textcenter {
	color: black;
	text-align: center;
}

.red {
	color: red;
}

.darkslategray {
  color: darkslategray;
}

.color-28a745{
	color: #28a745 !important;
}

.template-ul-dropdownlist{
	max-height: 300px;
	overflow: auto;
}

.blockOverlay {
  z-index: 1000;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgb(0, 0, 0);
  opacity: 0.6;
  cursor: wait;
  position: fixed;
}

.ui-corner-all {
  z-index: 1011;
  display:none;
  position:absolute;
}

.blockPage {
  z-index: 1011;
  display:none;
  position: fixed;
  padding: 0px;
  margin: 0px;
  width: 30%;
  top: 40%;
  left: 35%;
  text-align: center;
  color: rgb(0, 0, 0);
  border: 3px solid rgb(170, 170, 170);
  background-color: rgb(255, 255, 255);
  cursor: wait;
}

.blockUI-msg {
  border: none !important;
	padding: 15px !important;
  background-color: #000 !important;
  border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important; 
	opacity: .5 !important;
	color: #fff !important
}

.group-logo{
	height:50px;
}

.installment-profile-dialog{
	/* height:450px; */
}

#addInstallmentDlg .modal-dialog-scrollable .modal-content {
	overflow: auto !important;
}

#editInstallmentDlg .modal-dialog-scrollable .modal-content {
	overflow: auto !important;
}

#viewMeteringDetailDlg .modal-dialog-scrollable .modal-content {
	overflow: auto !important;
}

.labelPayment{
	color: blue;
}

.margin-bottom-5px {
	margin-bottom: 5px;
}

.color-grey-B1B1B2 {
	color: #B1B1B2;
}

.color-5864AF{
	color: #5864AF;
}

.list-style-type-none {
	list-style-type: none;
}

.opacity0-0 {
	opacity: 0.0;
}

.clickable-item {
	cursor: pointer;
}

.dateRangeToLabel {
	margin-top: 0.5em;
}

.page-item-active .page-link {
	background:#F9F9F9 !important;
	color:#666666 !important;
}

label {
	font-weight: 500;
}

.form-control {
	border:thin solid #DEE2E6;
	height:33px !important;
}

textarea.form-control {
	height:100% !important;
}

.negativemargin {
	margin-top:-4px
}

.extralineheight {
	display:inline-block; 
	line-height: 35px;
}

.colorinput {
	float: right; 
	display:inline-block;
}

/* .btn-link { */
/* 	background:none; */
/* 	border:none; */
/* 	color:#007BFF !important; */
/* } */

.pwtitle {
	font-size:12px;
	color:#8F979E;
}

.themecoloricon {
	height:18px;
	margin-bottom:9px;
	margin-left:5px;
	margin-right:5px;
}

.pwsetting .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 19px;
	margin-top:10px;
}

.greyfont {
	color:#B7B6B6;
}

#logoFileName1, #tncFileName {
	display:block;
	white-space:normal !important;
	word-break: break-all;
	margin-bottom:10px;
	font-weight: 400;
}

.labelTokenProfile{
	color: blue;
	cursor:pointer;
    text-decoration:underline;
}

.calculation {
	text-align: center;
	color:#3C5295;
	font-weight: 500;
}

.report-frequency {
	background: #F4F4F4; 
	padding: 10px; 
	border-radius: 5px; 
	margin: 10px auto
}

.report-subscribe-btn {
	margin-top: 40px;
}	

.report-subscribe-label {
	margin-top: 40px;
}	

.report-logo {
	height:15px;
}

.report-logo2 {
	height:80px;
}

.report-logo3 {
	height:30px;
}

.report-logo4 {
	height:50px;
}

/* Custom Table - Scrollable */

.table_scrollable          { max-height: 250px;overflow: auto;}
.table_scrollable thead th { position: sticky; top: 0;}
.table_scrollabletable  { border-collapse: collapse; width: 100%; }
.table_scrollable th, td { padding: 8px 16px; }
.table_scrollable th     { background:#eee; }

/* End Custom Table - Scrollable */

/*	Migrate from Bootstrap 4 
	Dropped form-specific layout classes for our grid system
*/
a {
	text-decoration: none !important;
}

.inf-form-group {
  margin-bottom: 1rem;
}

.inf-form-inline .inf-form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.inf-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.inf-form-row > .col {
  padding-left: 5px;
  padding-right: 5px;
}

label {
  margin-bottom: 0.5rem;
}
/* End Migrate from Bootstrap 4 */

.policyleftcol {
	max-height: 43vh; 
	overflow-y: auto;
}

.policyleftcol .list-group-item {
	cursor: pointer;
	transition: 0.3s all;
}

.policyleftcol .list-group-item.active {
	background:#E5E5E5;
	color:inherit;
	border:none;
}

.policyleftcol .list-group-item:hover {
	background:#EFEFEF;
}
/* End Migrate from Bootstrap 4 */

/* Start MDR Template */
.mdr-add-card-template-modal {
	max-width:90% !important;
	overflow-y:auto !important;
}

.mdrtable {
 	border-collapse: collapse; 
	margin-bottom:10px;
}

.mdrtable .radiocontainer {
	width:23px;
	vertical-align: middle;
	text-align: center;
}

.mdrtable td {
	width:20%;
	border:none !important;
}

.feeselect {
	background:#E9EDF2 !important; 
	border:none !important;
	outline:none !important;
	width:40px;
	text-align: center;
	font-size:13px;
}

.mdrdisabledcss input:disabled {
	background:#F0F2F6;
	color: #999999;
}

.mdrdisabledcss input:disabled::-webkit-input-placeholder { /* Edge */
  color: #999999;
}

.mdrdisabledcss input {
	padding-right:5px !important;
	font-size:12px !important;
}

.mdr2value {
	pointer-events: none;
	max-width:20px !important;
	padding:0px !important;
	margin:0px !important;
	text-align: center;
	border-left:none;
}

.mdrtitle {
	background: #333;
	color:#FFF;
	font-size:14px;
	padding:7px 10px;
	width:100%;
	border-bottom:thin solid #FFF;
}

.mdrtitle:after {
  content:"\f077";
  font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	font-size:12px;
	margin-left:10px;
}

.card-header-light {
	background:#FCFAFA;
}

.mdrinnercontent {
	padding-top:60px;
  height:95vh;
  overflow-y:auto;
	overflow-x: hidden;
  border-bottom:thin solid #dee2e6;
}

.trgreycolor {
	background:#EAEAEA;
	color:#333;
	border-right:3px !important;
	width:100%;
	font-size:12px;
	padding:5px 10px;
}

::-webkit-input-placeholder { /* Edge */
  color: #BCB5B5 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BCB5B5 !important;
}

::placeholder {
  color: #BCB5B5 !important;
}

.mdrtable .form-check-input {
  width: 10px;
  height: 10px;
}

.list-group-item-action {
	cursor: pointer;
}

.mdramount {
	font-size:15px;
	font-weight: 400;
	color:#000000;
	line-height: 30px;
}

.mdr-no-record {
	font-weight: normal;
}

.mdramount .badge {
	font-size: 10px !important;
	line-height: 16px !important;
}

.nav-item {
	cursor: pointer;
}

.mdrcontainer button, .mdrcontainer input, .mdrcontainer select {
	border:none;
}

.mdrcontainer {
	height:35px;
	border:thin solid #DEE2E6;
	padding-left:10px;
	border-radius: 5px;
	margin-top:7px;
}

.mdrcontainer.disabled {
	background:#F0F2F6;
}

.removeCondition:after {
	content:"\f057";
	font-family: 'Font Awesome 5 Free';
	font-weight:900;
	margin-left:5px;
}

.conditionBtn button {
	border-radius: 0;
	height:32px;
	font-size:12px;
	line-height: 16px;
}

.mdrinput2, .removeCondition {
	display:none;
}

.mdrcontainer .input-group-text {
	padding:0px;
}

.mdr-instal-table tr td.firstchild {
	width: 1%;
}

.mdr-instal-table tr td.secondchild {
	width: 98%;
}

.mdr-template-list-label-bold {
	font-weight:700;
}

/*End MDR Template */

.logocontainer {
	height:40px;
	/*margin-left:10px;*/
	
}

.logocontainer .uploadedimage {
	margin-top:10px;
}

.uploadedimagenav {
	margin-left:10px;
}

.logocontainer .defaultimagenav {
	margin-top:7px;
	margin-left:10px;
	width: 160px;
	height:65%;
}

.logocontainer img {
	width:auto;
	height:100%;
}

.logocontainer .blanklogo {
	margin-top:10px;
	padding:10px;
	background:#F9F9F9;
	color:#7C7979;
	text-align: center;
	border:thin dashed #7C7979;
}

.logocontainer .blanklogologin {
	font-size:30px;
	font-weight: bold;
	margin-left:0px;
	color:#3D5294;
	line-height: 10px;
}


.poweredby {
	color:#999999;
	font-size:12px;
}

/*
.footerimgcontainer {
	height:18px;
	display:inline-block;
}
*/

.footerimg {
  height:auto;
  margin-top:5px !important;
  margin-left:2px !important
}

.oriheader {
	margin-left:10px;
}

.oriheader img {
	width: 160px;
}

/* PaymentLink */
.paymentlink-table-td {
    width: 50% !important;
}
.paymentlink-emailbody-table {
    width: 600px !important;
    margin: auto;
    background: #FFFFFF;
    padding: 20px 20px;
    text-align: center;
    border-collapse: collapse;
}

.paymentlink-textarea {
	height: 100% !important;
	text-align: left;
	margin-top:10px;
	width:300px;
	font-size:13px;
}

.paymentlink-total {
	font-size:25px;
	margin-bottom:10px;
}
.paymentlink-paybtn {
	width:200px;
	border:none;
	font-size:16px;
	padding:10px;
	cursor:pointer;
}

.paymentlink-line {
	border-top:thin solid #E0E1E2;
	margin:10px auto;
}

.paymentlink-emailbody-info {
	width:100%;
	table-layout: fixed;
	border-collapse: collapse;
	text-align: left;
	font-size:12px;
}

.paymentlink-emailbody-info tr {
	border-bottom:thin solid #E0E1E2;
}

.paymentlink-emailbody-info tr td:nth-child(1) {
	background:#EAEDEF;
	font-weight: 600;
	padding:10px;
	width:120px;
	color:#666666;
}

.paymentlink-emailbody-info tr td:nth-child(2) {
	background:#F2F3F4;
	padding:10px;
	color:#666666;
	width:280px;
}

.paymentlink-color-grey {
	color:#CED2D8;
}

.paymentlink-notes {
	height: 100% !important;
	margin-top:10px;
	font-size:11px !important;
}

.paymentlink-emailbody-footer {
	background:#0874DC;
	color:#FFFFFF;
	width:100%;
	padding:10px 20px;
	margin-top:20px;
}

.paymentlink-emailbody-footer table {
	text-align: left;
	font-size:10px;
	border-collapse: collapse;
}

.paymentlink-emailbody-auto-generated {
	color:#969696;
	font-size:11px;
	margin:10px auto;"
}

.paymentlink-emailbody-powered-by {
	font-size:11px;
	margin:15px auto;
	color:#666666;
}

.paymentlink-emailbody-qrlogo {
	width:170px;
	margin:10px;
}

.paymentlink-emailbody-uploadedlogo {
	width:200px;
	margin:auto;
}

.paymentlink-emailbody-tnc-max {
	font-style: italic;
	color:#9E9E9E;
}

.paymentlink-font-size-15 {
	font-size:15px !important;
}

.paymentlink-margin-l-20 {
	margin-left:20px !important;
}
/* End Payment Link */

/* Payment Link Preview */
.plpreview-font-size-15 {
	font-size:15px !important;
}

.plpreview-font-size-10 {
	font-size:10px !important;
}

.plpreview-padding-l-10 {
	padding-left:10px !important;
}

.plpreview-padding-10 {
	padding:10px !important;
}

.plpreview-padding-20 {
	padding:20px !important;
}

.plpreview-width-100 {
	width:100% !important;
}

.plpreview-margin-10 {
	margin-right:10px !important;
}

.plpreview-color-666666 {
	color:#666666 !important;
}

.plpreview-word-break {
	word-break: keep-all !important;
}

.plpreview-width-10 {
	width:10% !important;
}
.plpreview-width-30 {
	width:30% !important;
}

.plpreview-width-60 {
	width:60% !important;
}

.plpreview-width-70 {
	width:70% !important;
}

.plpreview-align-l {
	text-align: left !important;
}

.plpreview-align-c {
	text-align: center !important;
}

.plpreview-body {
	width:550px !important;
	margin:auto !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size:14px !important;
	text-align: center !important;
	background:#FDFFFF !important;
	color:#666666 !important;
	padding:20px !important;
}

.plpreview-table {
	width:550px !important;
	margin:auto !important;
	background:#FFFFFF !important;
	padding:20px 50px !important;
	text-align: center !important;
	border-collapse: collapse !important;
}

/* .plpreview-width-100 tr td:nth-child(2){
	text-align: left !important;
} */

.plpreview-total {
	font-size:25px !important;margin-bottom:10px !important;
}

.plpreview-split-line {
	border-top:thin solid #E0E1E2 !important;margin:10px auto !important;
}

.plpreview-payment-info {
	width:100% !important;
	table-layout: fixed !important;
	border-collapse: collapse !important;
	text-align: left !important;
	font-size:12px !important;
}

.plpreview-payment-info-tr {
	border-bottom:thin solid #E0E1E2 !important;
}

.plpreview-payment-info-td-1 {
	background:#EAEDEF !important;
	font-weight: 600 !important;
	padding:10px !important;
	color:#666666 !important;
}
.plpreview-payment-info-td-2 {
	background:#F2F3F4 !important;
	padding:10px !important;
	color:#666666 !important;
	width:70%
}

.plpreview-customer {
	font-size:12px !important;
	margin-bottom:5px !important;
}

.plpreview-customer-value {
	word-break: keep-all !important;
	font-size:10px !important;
	line-height: 13px !important;
}

.plpreview-footer {
	text-align: left !important;
	font-size:10px !important;
	border-collapse: collapse !important;
	margin: 10px 10px;
}

.plpreview-aboutus-header {
	margin-bottom:5px !important;
	font-size:12px !important;
}

.plpreview-aboutus-body {
	font-size:10px !important;
	line-height: 13px !important;
}

.plpreview-auto-generated {
	color:#969696 !important;
	font-size:11px !important;
	margin:10px auto !important;
}

.plpreview-auto-powered {
	font-size:11px !important;
	margin:15px auto !important;
	color:#666666 !important;
}
/* End Payment Link Preview */

}

/* PaymentLink */
.paymentlink-table-td {
    width: 50% !important;
}
.paymentlink-emailbody-table {
    width: 600px !important;
    margin: auto;
    background: #FFFFFF;
    padding: 20px 20px;
    text-align: center;
    border-collapse: collapse;
}

.paymentlink-textarea {
	height: 100% !important;
	text-align: left;
	margin-top:10px;
	width:300px;
	font-size:13px;
}

.paymentlink-total {
	font-size:25px;
	margin-bottom:10px;
}
.paymentlink-paybtn {
	width:200px;
	border:none;
	font-size:16px;
	padding:10px;
	cursor:pointer;
}

.paymentlink-line {
	border-top:thin solid #E0E1E2;
	margin:10px auto;
}

.paymentlink-emailbody-info {
	width:100%;
	table-layout: fixed;
	border-collapse: collapse;
	text-align: left;
	font-size:12px;
}

.paymentlink-emailbody-info tr {
	border-bottom:thin solid #E0E1E2;
}

.paymentlink-emailbody-info tr td:nth-child(1) {
	background:#EAEDEF;
	font-weight: 600;
	padding:10px;
	width:120px;
	color:#666666;
}

.paymentlink-emailbody-info tr td:nth-child(2) {
	background:#F2F3F4;
	padding:10px;
	color:#666666;
	width:280px;
}

.paymentlink-color-grey {
	color:#CED2D8;
}

.paymentlink-notes {
	height: 100% !important;
	margin-top:10px;
	font-size:11px !important;
}

.paymentlink-emailbody-footer {
	background:#0874DC;
	color:#FFFFFF;
	width:100%;
	padding:10px 20px;
	margin-top:20px;
}

.paymentlink-emailbody-footer table {
	text-align: left;
	font-size:10px;
	border-collapse: collapse;
}

.paymentlink-emailbody-auto-generated {
	color:#969696;
	font-size:11px;
	margin:10px auto;"
}

.paymentlink-emailbody-powered-by {
	font-size:11px;
	margin:15px auto;
	color:#666666;
}

.paymentlink-emailbody-qrlogo {
	width:170px;
	margin:10px;
}

.paymentlink-emailbody-uploadedlogo {
	width:200px;
	margin:auto;
}

.paymentlink-emailbody-tnc-max {
	font-style: italic;
	color:#9E9E9E;
}

.paymentlink-font-size-15 {
	font-size:15px !important;
}

.paymentlink-margin-l-20 {
	margin-left:20px !important;
}
/* End Payment Link */

/* Payment Link Preview */
.plpreview-font-size-15 {
	font-size:15px !important;
}

.plpreview-font-size-10 {
	font-size:10px !important;
}

.plpreview-padding-l-10 {
	padding-left:10px !important;
}

.plpreview-padding-10 {
	padding:10px !important;
}

.plpreview-padding-20 {
	padding:20px !important;
}

.plpreview-width-100 {
	width:100% !important;
}

.plpreview-margin-10 {
	margin-right:10px !important;
}

.plpreview-color-666666 {
	color:#666666 !important;
}

.plpreview-word-break {
	word-break: keep-all !important;
}

.plpreview-width-10 {
	width:10% !important;
}
.plpreview-width-30 {
	width:30% !important;
}

.plpreview-width-50 {
	width:50% !important;
}

.plpreview-width-60 {
	width:60% !important;
}

.plpreview-width-70 {
	width:70% !important;
}

.plpreview-align-l {
	text-align: left !important;
}

.plpreview-align-c {
	text-align: center !important;
}

.plpreview-body {
	width:550px !important;
	margin:auto !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size:14px !important;
	text-align: center !important;
	background:#FDFFFF !important;
	color:#666666 !important;
	padding:20px !important;
}

.plpreview-table {
	width:550px !important;
	margin:auto !important;
	background:#FFFFFF !important;
	padding:20px 50px !important;
	text-align: center !important;
	border-collapse: collapse !important;
}

/* .plpreview-width-100 tr td:nth-child(2){
	text-align: left !important;
} */

.plpreview-total {
	font-size:25px !important;margin-bottom:10px !important;
}

.plpreview-split-line {
	border-top:thin solid #E0E1E2 !important;margin:10px auto !important;
}

.plpreview-payment-info {
	width:100% !important;
	table-layout: fixed !important;
	border-collapse: collapse !important;
	text-align: left !important;
	font-size:12px !important;
}

.plpreview-payment-info-tr {
	border-bottom:thin solid #E0E1E2 !important;
}

.plpreview-payment-info-td-1 {
	background:#EAEDEF !important;
	font-weight: 600 !important;
	padding:10px !important;
	color:#666666 !important;
}
.plpreview-payment-info-td-2 {
	background:#F2F3F4 !important;
	padding:10px !important;
	color:#666666 !important;
	width:70%
}

.plpreview-customer {
	font-size:12px !important;
	margin-bottom:5px !important;
}

.plpreview-customer-value {
	word-break: keep-all !important;
	font-size:10px !important;
	line-height: 13px !important;
}

.plpreview-footer {
	text-align: left !important;
	font-size:10px !important;
	border-collapse: collapse !important;
	margin: 10px 10px;
}

.plpreview-aboutus-header {
	margin-bottom:5px !important;
	font-size:12px !important;
}

.plpreview-aboutus-body {
	font-size:10px !important;
	line-height: 13px !important;
}

.plpreview-auto-generated {
	color:#969696 !important;
	font-size:11px !important;
	margin:10px auto !important;
}

.plpreview-auto-powered {
	font-size:11px !important;
	margin:15px auto !important;
	color:#666666 !important;
}
/* End Payment Link Preview */

.ctstyle {
	margin-bottom: 70px;
	font-size:12px!important;
	color:#778899 !important;
}

.tick-icon::after {
    background-image: url('/resources/public/images/tick-icon-5c881ab06b4fd37d4194470a9a5a0659.SVG'); 
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    content: "";
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	margin: 2px;
}

.alert-icon::after {
    background-image: url('/resources/public/images/alert-icon-28a26d29a4cc5b94a71c91e06364a503.png'); 
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
    margin-top: -3px;
}

/* ---------------------------------------------------
    Org Theme
----------------------------------------------------- */

:root {
    --priColorCode: #3c5295;
    --hover-brightness: 1.2;
}

.columnbutton {
	background: var(--priColorCode);
}

.closeside,.mainbutton, .btn-primary, input:checked + .slider, .form-check-input:checked {
	background-color: var(--priColorCode);
}

.mainbutton, .btn-primary,.customnavpill .nav-link.active,.customnavpill .nav-link, .form-check-input:checked {
	border-color: var(--priColorCode);
}
 	
.closeside:hover, .mainbutton:hover, .btn-primary:hover {
	border-color: var(--priColorCode);
	background: var(--priColorCode);
	filter: brightness(var(--hover-brightness));
}

.colordarkorange,.calculation {
	color: var(--priColorCode);
}
 	
.custombreadcrumb a,.current {
	color: #333333;
}
	
.custombreadcrumb a {
	opacity: 0.8;
}

/* ---------------------------------------------------
    End Org Theme
----------------------------------------------------- */

.amtLogicSelect {
	background:#E9EDF2 !important; 
	border:none !important;
	outline:none !important;
	width:50px;
	height:34px;
	text-align: center;
	font-size:13px;
}

.tableLayoutFix {
	table-layout: fixed;
}

.notifHeader {
	background:#edeeef;
}

.notifHeader tr th:first-child {
	width: 70px !important; 
	text-align: center !important;
}

.positionRelative {
    position: relative;
}

.customTextInputWithBtn {
    padding-right: 30px;
}

.textInputWithButton {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
}

tr.tableRowDisable {
    background-color: #e9ecef !important;
}

