/* ---------------------------------------------------
    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

blue      : #264eb4
darkBlue  : #320325f
lightGrey : #fafafa
yellow    : #fcda1b
black     : #20325f

*/
/* ---------------------------------------------------
    CSS
----------------------------------------------------- */

element {
  z-index: 2000;
}
.bd-example .fixed-bottom {
  margin: 1rem -1.5rem -1.5rem;
}
.bd-example .fixed-bottom {
  position: static;
  margin: 1rem -1rem -1rem;
}
.m-0 {
  margin: 0 !important;
}
.fixed-bottom {
  bottom: 0;
}
.fixed-bottom, .fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.position-fixed {
  position: fixed !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.alert-warning {
  color: #FFFFFF;
  background-color: #14bbad;
  border-color: #14bbad;
}
.alert-dismissible {
  padding-right: 4rem;
}

*, ::after, ::before {
  box-sizing: border-box;
}
.rotate {
	transform: rotate(180deg);
}
.mainRow {
	cursor:pointer;
}

.modal:nth-of-type(even) {
	z-index: 1052 !important;
 }

.modal-backdrop.show:nth-of-type(odd) {
	z-index: 1051 !important;
}

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

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none; 
}
.progress {
  height: 0.625rem !important;
  border-radius: 0px !important;
}

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

.modal-header {
  font-size: 18px;
  font-weight: 600;
  color: #264eb4 !important;

  line-height: 2;
  border-bottom: none !important;
}

.modalSubtext {
  padding: 5px 0px 0px 20px;
  text-align:left;
}
    
.modal-body {
  padding-bottom: 0rem !important;
}

.modal-body-inner {
border-radius: 10px !important;
padding: 20px 20px 20px 20px !important;
text-align: center;
}

.modal-footer {
	border-top: none !important;
	padding:6px 0px 25px 0px !important;
}

.nav-link {
  border: 1px solid #475c72;
}
.thYellowLine{
font-weight: 500 !important;
font-size: 13px !important;
margin-top: 30px;
border-bottom: 3px solid #264eb4 !important;
background: #efefef !important;
}

  .tableRowInner {
    width: auto;
    height: 200px;
    overflow-y: scroll;
    scrollbar-color: #264eb4 #fafafa;
    scrollbar-width: thin;
  }

.table td, .table th {
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6 !important;
}

.dropdown-toggle::after {
  display:none;
}

.dropdown-toggle::after { 
  display: inline-block!important;
  margin-left: .50em important;
  vertical-align: .50em important;
  content: "";
  border-top: 0 important;
  border-right: 0 important;
  border-bottom: 0;
  border-left: 0 important;
}

.subThYellow {
  color: #fcda1b;
  font-weight: bold;
  background-color:#EDEDEF;
}

.badgeFail {
  color: #ff4343 !important;
  background-color: rgba(247, 166, 206, 0.12);
}

.badgeActive {
  color: #269b70 !important;
  margin: 5px;
}
.leftBorder {
  border-left: double;
}

.badge-light-info {
  color: #00cfe8 !important;
  background-color: rgba(40,199,111,.12);
}
.iconMaster {
  background:url(/resources/public/images/iconMaster.svg);
  width:30px;
}
.iconNormal {
  background-image: url(../images/iconMasterMerchant.png);
  width:30px;
}

td.details-control {
  background: url('/examples/resources/details_open.png') no-repeat center center;
  cursor: pointer;
}

tr.shown td.details-control {
  background: url('/examples/resources/details_close.png') no-repeat center center;
}

div.slider {
  display: none;
}

table.dataTable tbody td.no-padding {
  padding: 0;
}

table.dataTable {
   border-collapse: collapse;
}

img {
padding: 2px;
}

/*Slider*/
div.slider {
  display: none;
}
td.details-control {
  background: url('../resources/details_open.png') no-repeat center center;
  cursor: pointer;
}
tr.shown td.details-control {
  background: url('../resources/details_close.png') no-repeat center center;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: #264eb4!important; 
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}
button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
body {
  background: #fafafa;
  font-family: 'Lato';
  height: 100vh;
  font-size: 13px; 
}

p {
  color: #ced4da;
  font-family: 'Lato'; 
}

b {
  font-weight: 600; 
}

.fontsm {
  font-size: 10px;

}
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s; 
}

h5 {  
  color: #20325f !important;
}

.flexbox {
display: flex;
align-items: center;
justify-content: center;
}
.form-control {
  font-size: 13px !important;
  padding: 5px !important;

}

form-control-sm {
   font-size: 13px !important;
}

.form-control-15 {
  display: inline-block;
  width: 15%;
}

/* Select Dual List */
.multipleInput {
  height:300px !important;
  font-size: 12px !important;
}

label {
  font-size: 13px; 
}

textarea {
  resize: vertical; 
}

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

.ml-30 {
  margin-left: 30px!important;
}
.modal-width {
  width:300px;
  
}
.modal-header-off {
 border-bottom: none;
}

.paddingTop-off {
  padding: 1rem;
  border-top: none;
}
.disable{
  background-color: #cccccc;
  color: #666666;
}
.btnSub {
  font-size: 14px!important; 
  color: #5c5b57!important;
  background-attachment: #F4900B;
}

.btn {
  font-size: 13px!important; 
  padding: 5px 20px 5px 20px;
  /*margin: 5px 20px 5px 20px !important; */
  cursor: pointer;
}
.btn-link {
  font-size: 13px!important; 
  color: #0056b3;
}
.btn-link:hover {
  color: #000000;
  text-decoration: none;
}
.centre {
  text-align: center;
}
.btnAdd {
  width: 30px;
  height: 30px;
  color: #000000!important;
  font-style: bold;
  background-color: #FFC107!important;
  border: 2px solid #FFC107;
  padding: 5px 5px 5px 5px!important;
  border-radius: 5px;
}
.modalTable {
border-radius: 30px;
height: 400px;

}
.modalHeaderTableConfirm {
  background-color: #FFD24C !important;
  border-top-left-radius: .3rem!important;
  border-top-right-radius: .3rem!important;
  height: 90px;
}
.modalHeaderTableSuccess {
  background-color: #14bbad!important;
  border-top-left-radius: .3rem!important;
  border-top-right-radius: .3rem!important;
  height: 90px;
}
.modalHeaderTableError {
  background-color: #e06071!important;
  border-top-left-radius: .3rem!important;
  border-top-right-radius: .3rem!important;
  height: 90px;
}
.btnTable {
  color: #000000!important;
  font-style: bold;
  background-color: #FFC107!important;
  border: 2px solid #FFC107;
  padding: 5px 5px 5px 5px!important;
  border-radius: 5px;

}
.btn-info {
  color: #264eb4 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important; 
  padding: 4px 0px 0px 4px !important; 
}

.btn-info:before {
  content:"\f35a";
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  color:#264eb4;
   padding: 4px 8px 0px 4px !important; 
}

.btn-info:hover {
  color: #000000  !important;

}

.btn-success, .btn-primary {
  color: #FFFFFF !important;
  background-color: #264eb4 !important;
  padding: 6px 30px;
  border-color:  #264eb4 !important; 
}

.btn-sm:hover {
  color: #000000;
}

.btn-primary:hover {
  background: #526389  !important;
  border-color: #526389!important;
  color: #FFFFFF!important;
}

.btn-secondary:hover {
  color: #fff !important;
  background: #3D3A38; 
  padding: 6px 20px;
}

.btn-secondary {
  color: #FFFFFF !important;
  background: #000000 ; 
  padding: 6px 20px;
  border-color: #000000  ; 
}

.btn-outline-primary {
  color: #4b4d50 !important;
  border-color: #ced4da;
}

.btn-outline-primary:hover, .btn-outline-secondary:hover {
  color: #4b4d50 !important;
  background: #E8E8E8 !important;
  border-color: #4b4d50 !important; 
}

.btn-outline-secondary {
  color:#20325f  !important;
  border-color: #264eb4; 
  padding: 6px 20px;
}

.form-control::placeholder {
  color: #6c757d;
  font-weight: 200;
  font-size: 13px;

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

.logincontainer {
  position:absolute;
  top:0;
  width:100%;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background:#FFF;
  padding-right:80px;
  padding-left:80px;
}

.logininner {
  height:100vh;
  overflow:hidden;
}

.logininfo {
  width: 90%;
  padding:10px 10px;
  margin:10px;
  /*border-radius:30px;  height:80vh; 
   -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);*/
  text-align: center;

}

.logintitle {
  font-size:20px;
}

.forgotpassword {
  background:#efefef!important;
  text-transform:capitalize!important;
  padding-left:0
}

.forgotpassword:hover {
  color:#1ebdc5;
  background:#efefef!important;   
}

.loginbg {
  background:url(/ext-resources/images/loginbg-80d753d31c0c36cd044f0713425652ce.svg);
  background-position:50%;
  background-size:cover;
  height:80%;
}

.colordarkorange {
  color: #264eb4;
}

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

.lastlogin {
  color: #17a2b8; 
}

.tooltip-wrapper + .tooltip-wrapper {
  margin-top: 10px;
}

.tooltip-wrapper + .tooltip-wrapper {
  margin-top: 10px;
}

.tooltip-wrapper {
    width: fit-content;
}

.tooltip2{
    position: relative;
}

.tooltip2::before {
    position: absolute;
    content: ' ';
    background-color: #010101;
    width: 15px;
    height: 15px;
    z-index: 500;
    opacity: 0;
    transition: all cubic-bezier(0.17, 0.67, 0.5, 0.71) 100ms;
    pointer-events: none;
}

.tooltip2::after {
    content: attr(data-tooltip-text);
    white-space: nowrap;
    background-color: #010101;
    border-radius: 5px;
    color: white;
    position: absolute;
    text-align: center;
    z-index: 555;
    opacity: 0;
    transition: all cubic-bezier(0.17, 0.67, 0.5, 0.71) 100ms;
    pointer-events: none;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 .555555555555556rem;
}

.tooltip2:hover::before, .tooltip2:hover::after {
    opacity: 1;
}

.tooltip2.t-top::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
}

.tooltip2.t-top::after {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.tooltip2.t-top:hover::before {
    transform: translate(-50%, calc(-100% - 5px)) rotate(45deg);
}

.tooltip2.t-top:hover::after {
    transform: translate(-50%, calc(-100% - 10px));
}


.btn-tooltip {
  color: #fff;
  background:url(/ext-resources/images/iconMaster-76bf1be07a1ed4492574934d80e40c44.svg) no-repeat;
  cursor:pointer;
  border:none;
  width:30px;
  height:30px;
}


.navbar {
  padding: 0px;
  background: #fff;
  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: #264eb4!important;
  cursor: pointer;
}

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

.togglemenubutton {
  display: none; 
}

#sidebar {

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

/*#sidebar:hover {
	width:20px;
}*/

#sidebar.active {

  width:50px;
}

#sidebar .sidebar-header {
  /*padding: 80px 20px 0px 20px !important;*/
  color: #FFFFFF  !important;
  padding: 10px 20px 0px 0px !important;
  background: none !important;
  height: 100px; 
}

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

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

#sidebar ul li a {
  color: #264eb4!important;
  /*color: #20325f;*/
  padding: 5px 4px;
  font-size: 13px;
  display: block;
  /*margin-bottom: 1px; */
}

#sidebar  {
	/* color: #FFFFFF;*/
  	/*background-color: #eef0f3;*/ 

}
#sidebar a:hover  {
  color: #000000!important;
   /*padding-left: 10px; */
   /* color: #FFFFFF;*/
   /*background-color: #eef0f3;*/ 
    }
    
/*Side when collapse expand */ 
.navul li a:hover {
    color: #20325f;
   /*  background-color: #e5e7ec !important;*/
    padding-left: 10px; 
    color: #FFFFFF;
    /*background-color: #eef0f3;*/ 
    }

.collapsemenu li a {
  padding-left: 58px !important;
  font-size: 12px !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: 10px; 
}
.floatmenu {
  color: #264eb4!important;
	/* background:#526389*/
   /* background:#FFFFFF;*/
	border-radius:0px;
	position: fixed;
	/*top:170px;*/
	left:49px;
	width:250px;
	z-index:9999999;
	overflow-x: visible;
	padding:0px !important;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	margin-top:-40px;
  border: 1px solid #D1D4DB !important;
}
.collapsemenu .title {
	display:none;
}

.floatmenu .title {
	display:block;
	padding:10px 10px 10px 20px!important;
	/*text-transform: uppercase;*/
	border-radius:0rem;
	font-size:12px;
	letter-spacing: 1px;
	font-weight: bold;
  color:#FFFFFF !important;
	background:#526389 !important;
  height:40px;

}
 /*Expand when collappse*/
.floatmenu li a {
  font-size:12px;
	padding:10px 20px !important;
  color:#526389 !important;
	background:#FFFFFF;
    /* color:#FFFFFF;
	background:#526389;*/
	/*border-bottom:thin solid #E9ECEF;*/
}
/*Expand when collappse*/
.floatmenu li a:hover {
  color: #000000 !important;
  background:#FFFFFF!important;
	/*background:#526389;*/
}
.floatmenu li:last-child {
  padding-bottom: 0px; 
  color:#FFFFFF;

}
.menuIcon {
	margin-right: 15px;
}

.searchinput {
    border: 1px solid #3D3A38;
    padding: 5px 10px;
    outline: 1px;
    background-color: #fafafa;
    border-radius: 2px;
 }
.searchinput:focus{
    border:none;
    border-bottom: 1px solid #3D3A38;
    padding: 5px 10px;
    outline: none;
      background-color: #fafafa;
 }
.searchselect {
    border:none;
    border-bottom: 1px solid #3D3A38;
    padding: 5px 10px;
    outline: none;
    background-color: #fafafa;
    border-radius: 0px; 
 }

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

#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 {
  font-size: 10px;
  position: fixed;
  z-index:999;
  top:70px;
  left:235px;
  background: #264eb4;
  color:#FFF;
  width:20px;
  height:20px;
  border-radius:30px;
  line-height: 20px;
  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;
}

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

.activeaccordion {
 /* color: #264eb4!important; */
  color: #ffffff !important;
  background: #333; 
}
.activeaccordion:hover {
 /* color: #264eb4!important; */
  color: #ffffff !important;
  background: grey; 
}
.activeaccordionMenu {
 /* color: #264eb4!important; */
  color: #ffffff !important;
  background: none; 
}
.activeaccordionMenu:hover {
 /* color: #264eb4!important; */
  color: #ffffff !important;
  background: none; 
}

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

.caret-off::after {
  display: none!important;
}

/*.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}*/
.dropdown-toggle::after {
  opacity: 0.5;
  margin-left: 10px; 
}

.secondarybutton {

  color: #ffffff;
  border: none;
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 10px;
  width: 80%;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
}

.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; 
  overflow-y:auto !important;
  height:100vh;
}

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

.innercontent {
  padding-top:0px;
} 

.contentheader {
  padding-top:60px;
}

.contentheadersm {
  padding-top:30px;
}

footer {
  margin-top:auto;
  font-size:12px;
  color:#999;
  background:#fff;
  /*border-top:thin solid #eaeaea; */
    border-top: none;
}

.footerimg {
  height:15px;
  margin-top:-2px;
  margin-left:5px
}

.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: 10px; 

  
}

.custombreadcrumb {
  font-size: 12px; 
  color:#ced4da;
}

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

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

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

.current {
  color: #264eb4!important; 
}

/*.viewtable, .approvaltable {
    @extend %boxshadow;
    background:#fff; 
    font-size:13px;
	table-layout: fixed;
	border-collapse: collapse;
}*/

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

.viewtable td {
  font-size: 12px;
  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: 12px; 
}

.viewtable td:nth-child(even) {
  .icons8-ok { 
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAgMCA1MCA1MCIKc3R5bGU9IiBmaWxsOiMwMDAwMDA7Ij48cGF0aCBkPSJNIDI1IDIgQyAxMi4zMDk1MzQgMiAyIDEyLjMwOTUzNCAyIDI1IEMgMiAzNy42OTA0NjYgMTIuMzA5NTM0IDQ4IDI1IDQ4IEMgMzcuNjkwNDY2IDQ4IDQ4IDM3LjY5MDQ2NiA0OCAyNSBDIDQ4IDEyLjMwOTUzNCAzNy42OTA0NjYgMiAyNSAyIHogTSAyNSA0IEMgMzYuNjA5NTM0IDQgNDYgMTMuMzkwNDY2IDQ2IDI1IEMgNDYgMzYuNjA5NTM0IDM2LjYwOTUzNCA0NiAyNSA0NiBDIDEzLjM5MDQ2NiA0NiA0IDM2LjYwOTUzNCA0IDI1IEMgNCAxMy4zOTA0NjYgMTMuMzkwNDY2IDQgMjUgNCB6IE0gMzQuOTg4MjgxIDE0Ljk4ODI4MSBBIDEuMDAwMSAxLjAwMDEgMCAwIDAgMzQuMTcxODc1IDE1LjQzOTQ1MyBMIDIzLjk3MDcwMyAzMC40NzY1NjIgTCAxNi42Nzk2ODggMjMuNzEwOTM4IEEgMS4wMDAxIDEuMDAwMSAwIDEgMCAxNS4zMjAzMTIgMjUuMTc3NzM0IEwgMjQuMzE2NDA2IDMzLjUyNTM5MSBMIDM1LjgyODEyNSAxNi41NjA1NDcgQSAxLjAwMDEgMS4wMDAxIDAgMCAwIDM0Ljk4ODI4MSAxNC45ODgyODEgeiI+PC9wYXRoPjwvc3ZnPg==') 50% 50% no-repeat;
	background-size: 100%; 
  }
  width: 25%;
  word-wrap: break-word; 
}

.viewtable tr:nth-child(odd) {
 background:rgba(198, 199, 200, 0.1);
}
.viewtable td:nth-child(2n+1) {
  width: 20%;
  font-weight: 600;
  font-size: 12px;
}
viewtable td:nth-child(2n) {
  width: 25%;
  word-break: break-all;
}*/
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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: 12px; 
}

.viewtable td:nth-child(even) {
  width: 25%;
  word-break: break-all;
}
.required:after {
  content: " *";
  color: #dc3545; 
}

.tableheader {
  background: #264eb4 !important;
  color: #FFFFFF !important;
  font-size: 40px !important;
  font-weight: bold !important; 
}
/* Custom */
.table .ah-thead-light th.table .ah-thead-light th{
  font-size: 12px !important;
}

.table .ah-thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-bordered td, .table-bordered th{
  font-size: 13px !important;
}
.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6 !important;
}
.subTh {
  color: #264eb4;
  font-weight: bold;
  background-color:#EDEDEF;
  border-bottom: 3px solid #fcda1b !important;
}
.listheader {
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 1px !important;
  color: #FFFFFF !important;
  margin-top: 30px;
  border-bottom: 3px solid #fcda1b !important;
  background: #264eb4 !important;
}

.divider {
  font-size: 20px;
  padding-bottom: 30px;
  margin: 0px 0px 30px 0px;
  border-bottom: 2px solid #eaeaea;
}
.searchform label {
  font-size: 12px;
  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; 
}

.custommodalbody {
  font-size: 14px;
  color: #264eb4; 
}

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

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

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

.extra-content {
  cursor: pointer; 
}

.btn-link.nav-link {
  font-size: 13px; 
}

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; 
}

.userroleaudit-permission-new {
	color: green;
}
.userroleaudit-permission-remove {
	color: red;
	text-decoration: line-through;
}

.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: 12px;
  width: auto; 
}

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

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

.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; 
}

.error-page-details {
  color: darkslategray;
}

.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: #264eb4;
  border-color: #264eb4;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("/ext-resources/images/filterColumnTick-20cd5988bf373a361ede7e1ce594002a.svg");
  /* 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[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("/ext-resources/images/filterColumnTick-20cd5988bf373a361ede7e1ce594002a.svg");
  /* 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-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;
}


.menudropdown {
	background:#FFC107 !important;
	color:#000 !important;
	height:54px;
	width:auto;
	padding:auto;
	list-style: none;
}
/*timer*/
.smalllineheight {
    color:#000 !important;	
	line-height: 13px;
}

.displayname {
	font-size:16px;
    color:#000 !important;
	font-weight: 500;
	padding-right:20px; 
}

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

.usericon {
  color:#000000;
  font-size:25px;
  padding:5px 10px;
}

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

/*datepicker */

.cancelBtn {
  font-size: 11px !important;
  color: #4b4d50 !important;
  border-color:  #4b4d50 !important;
  padding: 6px 20px;
  font-weight: normal !important;
  background: #FFFFFF!important;
}

.cancelBtn:hover {
    font-size: 11px !important;
color: #4b4d50!important;
background-color: #E8E8E8  !important;
border-color: #545b62 !important; 
}

.applyBtn {
 font-size: 11px !important;
 padding: 2px 10px;
 font-weight: normal !important;
 border-color:  #264eb4 !important;
    
}

.applyBtn:hover {
font-size: 11px !important;
color: #ffffff!important;
background: #545b62 !important;
border-color: #4b4d50 !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 {
  color: #FFFFFF !important;
  background-color: #526389 !important;

}

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


.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;
  overflow: hidden; 
  padding: 0px 0px 10px 10px;
}

.logoimage img {
  width: 100%; 
}

.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%;
  height: auto;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px dashed #d0dddd;
  background: rgba(255, 255, 255, 0.5);
  display: none;
  overflow: hidden; 
}

.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; 
}

.btn-circle {
  display:inline-block;
  width:40px;
  height:40px;
  border-radius:40px;
  border:2px solid #264eb4;
  color: #264eb4;
  text-align: center;
  font-size: 15px;
  line-height: 40px;
  cursor: pointer;
  margin-left:5px;
  transition: 0.3s all;
  white-space: nowrap;
  overflow: hidden;
}

.btn-add:hover {
  width:100px;
  color:#FFF;
  background: #264eb4;
}
.btn-circle .btn-add-inner {
  display:none;
  transition: 0.3s width;
}

.btn-circle:hover .btn-add-inner {
  display:inline-block;
  width:auto;
}

.btn-add-inner:after {
  content:"Add New";
  margin-left:5px;
}

.btn-upload:hover {
  width:100px;
  color:#FFF;
  background: #264eb4;
}
.btn-circle .btn-upload-inner {
  display:none;
  transition: 0.3s width;
}

.btn-circle:hover .btn-upload-inner {
  display:inline-block;
  width:auto;
}

.btn-upload-inner:after {
  content:"Upload";
  margin-left:5px;
}

.btn-search:after {
  content:"\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 35px;
}

.btn-search.active {
  background:#264eb4;
}

.btn-search.active:after {
  content:"\f00d";
  color:#FFF;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.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:#FFF !important;
  border-color:#DEE2E6;
}

.title {
  color:#20325f;
  padding-top:10px;
}
.btn {
 color-size: 13px !important;
	
}
.btn-orange {
  background:#264eb4;
  color:#FFF;
}
.btn-orange:hover {
	background:#FFC107 !important;
	color:#000 !important;
}

.btn-orange-outline {
  color:#264eb4;
}


.btn-orange-outline:hover {
  color:#4b4d50 !important;

}
.table tableSubRow tr{
  color: #4b4d50 !important;
  background-color: #fcda1b !important;
}

 /* The switch - the box around the slider */
 .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* tableSubRow */

/* The slider */
.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: 9px;
  width: 9px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #264eb4;
}

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

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

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

.slider.round:before {
  border-radius: 50%;
} 
/* Toast
.toast {
  z-index:999;
} */

.toast-header {
  font-size: 13px;
  color: #FFFFFF;
  border-bottom: none !important;
}
.toast-body {
  font-size: 13px;
  padding: .75rem;

}
.toast{
  position: absolute;
  top: 70px;
  right: 20px;
  width:400px;
  z-index: 1020;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 765px) {
    #sidebar .sidebar-header {
      padding: 50px 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;
    }

}

@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:#ffffff;
		letter-spacing:1px;
		text-transform: uppercase;
		margin-bottom:10px;
    }
    .listtable table td:last-child {
		border-bottom: 3px solid #264eb4;
    }
    .logoimage {
		width:80px;
		line-height: 54px;
    }
    .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; 
    }
}

.updated-field{
	font-weight: bold;
	color: #264eb4;
}

.viewtable-compare td:first-child {
  width: 20%;
  font-weight: 600;
  font-size: 13px;
}

.listtable tr {
	cursor: pointer; 
}
.input-group-text {
padding: .05rem .75rem !important;
 font-size: .75rem !important;
}


.input-group-addon.input-group-addon {
  padding: .3rem .75rem .05rem .75rem;
  margin-bottom: 0;
  color: #585859;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0,0,0,.15);
  border-left-color: rgba(0, 0, 0, 0.15);
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: .25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.input-group-addon, .input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}
.close {
  float:right;
  font-size:1rem;
  font-weight:700;
  line-height:0.2;
  color:#FFFFFF;
  opacity:.5
 }
 .close:hover {
  color:#fff;
  text-decoration:none
 }
 .close:not(:disabled):not(.disabled):focus,
 .close:not(:disabled):not(.disabled):hover {
  opacity:.75
 }
 button.close {
  padding:0;
  background-color:transparent;
  border:0
 }
 a.close.disabled {
  pointer-events:none
 }
 
/*Bin Management*/
.colorGreen {
  color: #13a58d !important;
}

 /* toast */
 element {
  z-index: 2000;
}
.bd-example .fixed-bottom {
  position: static;
  margin: 1rem -1rem -1rem;
}
.m-0 {
  margin: 0 !important;
}
.fixed-bottom {
  bottom: 0;
}
.fixed-bottom, .fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.position-fixed {
  position: fixed !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.alert-success {
  text-align: center;
  color: #ffffff;
  background-color: #13a58d;
  border-color: #13a58d;
}
.alert-warning {
  text-align: center;
  color: #ffffff;
  background-color: #e06071;
  border-color: #e06071;
}
.alert-dismissible {
  padding-right: 4rem;
}
.fixed-bottom {
  position: fixed!important;
  right: 0!important;
  bottom: 0!important;
  left: 0!important;
  z-index: 1030!important;
}
.alert {
  font-size: 12px;
  position: relative;
  padding: .25rem .25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: .25rem;
}
.alert-danger {
  text-align: center;
  color: #ffffff;
  background-color: #e06071;
  border-color: #e06071;
}
.alert-success {
  color: #FFFFFF;
  background-color: #14bbad !important;
  border-color: #14bbad;
}
.alert-info {
  color: #FFFFFF;
  background-color: #8497d0 !important;
  border-color: #8497d0;
}
.alert-invalid {
  color: #e06071;
}

.btn-info:before {
  content:"\f35a";
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  color:#264eb4;
}

.invalid-feedback:before {
  content:"\f06a  ";
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  color: #e06071 !important;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #e06071 !important;
}
 /* tooltip */
.accTooltip {
  border: none;
  background-color: transparent;
  font-size: 14px;
  color: #494949;
  outline: none;
}

.icons8-ok { 
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAgMCA1MCA1MCIKc3R5bGU9IiBmaWxsOiMwMDAwMDA7Ij48cGF0aCBkPSJNIDI1IDIgQyAxMi4zMDk1MzQgMiAyIDEyLjMwOTUzNCAyIDI1IEMgMiAzNy42OTA0NjYgMTIuMzA5NTM0IDQ4IDI1IDQ4IEMgMzcuNjkwNDY2IDQ4IDQ4IDM3LjY5MDQ2NiA0OCAyNSBDIDQ4IDEyLjMwOTUzNCAzNy42OTA0NjYgMiAyNSAyIHogTSAyNSA0IEMgMzYuNjA5NTM0IDQgNDYgMTMuMzkwNDY2IDQ2IDI1IEMgNDYgMzYuNjA5NTM0IDM2LjYwOTUzNCA0NiAyNSA0NiBDIDEzLjM5MDQ2NiA0NiA0IDM2LjYwOTUzNCA0IDI1IEMgNCAxMy4zOTA0NjYgMTMuMzkwNDY2IDQgMjUgNCB6IE0gMzQuOTg4MjgxIDE0Ljk4ODI4MSBBIDEuMDAwMSAxLjAwMDEgMCAwIDAgMzQuMTcxODc1IDE1LjQzOTQ1MyBMIDIzLjk3MDcwMyAzMC40NzY1NjIgTCAxNi42Nzk2ODggMjMuNzEwOTM4IEEgMS4wMDAxIDEuMDAwMSAwIDEgMCAxNS4zMjAzMTIgMjUuMTc3NzM0IEwgMjQuMzE2NDA2IDMzLjUyNTM5MSBMIDM1LjgyODEyNSAxNi41NjA1NDcgQSAxLjAwMDEgMS4wMDAxIDAgMCAwIDM0Ljk4ODI4MSAxNC45ODgyODEgeiI+PC9wYXRoPjwvc3ZnPg==') 50% 50% no-repeat;
  background-size: 100%; }

/* Remove browser default pwd view */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.apiKeyValue-maxWidth {
	max-width: 500px;
}
.modal-icon-lg {
	width: 60px;
	height: 60px;
}

.cardscheme-dropdown {
	width: 185px !important;
}

.merchant-logo-preview{
	width: 100px;
}

.broadcastBg {
  color: #264eb4;
  background-color: #ffffff;
  border-color: #264eb4;
  position: relative;
  padding: .75rem 1.25rem;
  border-radius: .25rem;
}
 .font{
  font-size: 13px;
  color: #264eb4;
  text-align: left;
}
.img-fluid {
  max-width: 100%;
  height: 40px !important;
}

.trxresult {
	max-height: 40vh;
    overflow-y: auto;
    padding: 0px 20px;
    border: thin solid #D3D3D3;
}

.msg-red {
  color:#f94c1e;
  font-weight:bold;
}
.logintitle {
  font-weight: bold; 
  font-size:24px;
}

.detailtitle {
  font-weight: bold; 
  font-size:16px;
}

.detail {
  font-size:16px;
}

.browserimage {
  display:inline-block; 
  margin-right:10px;
}
.browserlist {
  font-size:16px; 
  line-height: 16px
}

.hidden {
	display: none;
}

.btn-close-alertcustom{
	padding: 0.5rem 0.5rem !important;
}

.cursor-pointer{
	cursor: pointer;
}

.white-space-pre {
	white-space: pre;
}

.error-message {
            color: red;
            font-size: 0.9em;
            display: none;
        }