/* Overrides */

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active, .wizard > .content {
	border-radius:15px;
}

.wizard > .steps .current a {
	background-color: #2A295C;
}

/* end Overrides */

.top10 {
    margin-top: 10px;
}

.paddingBottom0{
    padding-bottom: 0px;
}

.number-circle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 36px;
    height: 36px;
    padding: 16px;

    border: 1px solid #000;

    text-align: center;

    font: 15px Arial, sans-serif;
}

.black-number-circle {
    background: #000;
	color: #fff;
}

.white-number-circle {
    background: #fff;
	color: #000;
}

.current-header {
	color: #000;
}
.margin-from-circle{
	margin-left: 15%;
	margin-top: -5%;
}
.quotation-heading-steps {
	padding-bottom: 50px;
}
.hr-for-order {
	margin-top: 0px;
	height: 1px;
	background: #DBD4D4;
	margin-bottom: 5px;
}
.order-description-margin{
	margin-bottom: 10px;
}
.description-heading{
	font-size: 11px;
	text-transform: capitalize;
	word-wrap: break-word;
}
.description-detail{
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	word-wrap: break-word;
}
.booklet-config-box {
	padding: 10px 15px 5px;
	border: 1px solid #DBD4D4;
	box-shadow: 0px 4px 2px -2px gray;
	margin-bottom: 15px;
}
.staff-activity-section{
	margin-bottom: 20px;
}
.staff-inner-container{
	margin-bottom: 40px;
}
.marginBottomAuto{
    margin-bottom: auto;
}

#request-container, #quotation-container, #order-container, .container-box {
	min-height: 20px;
	/*background-color: #cccccc;*/
}

.input-without-border{
	border: none;
	background-color: white !important;
}
.list-content {
	font-weight: normal;
	font-size: 12px;
}

.order-heading{
	font-size: 18px;
}
.table-heading {
	border-bottom: 1px solid black;
}
.table-footer {
	border-top: 1px solid black;
}
.modal-body{
	overflow-y: scroll;
}
.set-title {
    width:140px;
}
.notes-box{
    height: auto;
    overflow-y: visible;
}
.generated-line-item {
	margin-top: 4px;
}

.center-aligned-row {
	text-align: center;
}

.center-aligned-column {
	width: 300px;
}

.custom-form-control {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 250px;
	display: block;
	height: 34px;
	/*padding: 6px 12px;*/
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.table-in-wizard tbody tr {
	background-color: #fff;
	text-align:center;
}

.table-in-wizard thead tr {
	background-color: #ccc;
}
.table-in-wizard thead th {
	color: black;
	font-weight: normal;
}

.table-in-wizard thead tr th {
	text-align: center;
}

.table-in-wizard tbody tr td:nth-child(2) {
	text-align: left;
	padding-left:20px;
}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.btn-page {
	margin-left: 5px;
	margin-right: 5px;
}
.voucher-design {
	width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.voucher-design:hover{
    width: 400px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: width 1s, height 1s;
}
.client-logo, .consumer-logo{
	max-width: 170px;
	max-height: 120px;
	margin: auto;
	display: block;
}

/*
.user-img {
	width: 100%;
	height: 100%;
}
.consumer-logo {
  margin-left: 0;
}
*/
.pricing-title{
	display: block;
	font-size: 30px;
	font-weight: 300;
	padding: 10px 0 10px;
	text-align: center;
	width: 100%;
}
.custom-margin-bottom {
	margin-bottom: 20px;
}

.big-number {
	font-size: 24px;
}

.table-search-box, .table-search-box-stock {
	font-size: 14px;
}
.redAndBold {
	color: red;
	font-weight: bold;
}
.billableItemInput,.billableItemInputForTotalWithoutDiscount, .billableItemPercent, .billableItemPercentForTotalWithoutDiscount, .billableItemInputForTotalCost, .billableItemPercentForTotalCost {
	text-align: right;
}
.login-panel {
	box-shadow: 2px 2px 2px #aaa;
	border-radius: 30px;
}
.login-heading-font {
	font-weight: 200 !important;
	letter-spacing: 2px !important;
}
.login-panel-heading {
	border-radius: 30px 30px 0px 0px !important;
	padding: 20px 20px !important;
}
.rounded-border {
	border: 1px solid #ababab;
	border-radius: 10px;
}
.rounded-border-panel {
    border: 1px solid #ababab;
    border-radius: 15px;
}
.rounded-border-button {
    border: 1px solid #ababab;
    border-radius: 5px;
}
.sodexo-bg-color, .sodexo-bg-color:hover {
	background-color: #2A295C !important;
	border-radius: 10px;
	border: 1px solid #ababab;
}
.bg-sodexo{
    background-color: #2A295C !important;
}
.portal-footer {
	background-color: #2A295C;
	padding: 15px;
	left: 0;
	border: none;
	text-align: right !important;
}

.client-nav > li > a:hover,
.client-nav > li > a:focus {
  text-decoration: none;
  background-color: #2A295C !important;
}
.dashboard-menu{
	background-color: #CCC8C8;
	border-radius: 15px;
	margin: 2px !important;
}
.dashboard-menu a {
	color: #333 !important;
	border-radius: 15px;
}
.dashboard-menu a.active, .dashboard-menu a:hover {
	background-color:#2A295C !important;
	color: white !important;
	border-radius: 15px;
}

.btn.add-new-line-item, .btn.add-new-line-item:focus, .btn-add-new-set, .btn-add-new-set:focus, .btn-sodexo, .btn-sodexo:focus, .btn-sodexo:hover {
	background-color:#2A295C !important;
	color: white !important;
	border-radius: 5px;
}

.wizard > .actions a, .wizard > .actions a:hover {
	background-color:#2A295C !important;
	color: white !important;
	border-radius: 5px;
}

.mx-box {
	min-height: 300px;
}
.dashboards-links {
	background-color: #bd0005;
	color: white;
	border-radius: 15px;
	max-width: 200px;
}
.sodexo-blue {
	color: #2A295C;
}
.sodexo-red {
	color: red;
}
.sodexo-bg-blue {
	background-color: #2A295C !important;
}
.sodexo-bg-light-blue {
	background-color: #283897;
}
.sodexo-bg-red {
	background-color: red;
}
.sodexo-bg-dark-gray {
  background-color: #65676A;
}
.sodexo-bg-light-gray {
  background-color: #D3D0D9;
}
span.column {
	width: 300px;
	float: left;
	margin-left: 10px;
}

.order-basic-details {
	background-color: #2A295C;
	padding: 20px 30px;
	border-radius: 15px;
}
.set-basic-details {
	box-shadow: 0px 5px 5px #aaa;
	background: #efefef;
}
.order-basic-details label {
	color: white;
}
div#dynamic {
	background: #ddd;
	margin-top: 20px;
	border-radius: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

#dynamic>.form-group {
	margin-bottom: 0px;
}

#dynamic> .panel > .panel-heading, .delivery-mechanism-panel-head {
	background-color: #efefef;
}

#distribution-details>.row:nth-child(2n+1) {
	background-color: #ddd;
}

#distribution-details>.row {
	padding: 20px;
}
.distribution-details-panel {
	box-shadow: springgreen;
	border: 1px solid #999;
	box-shadow: 0px 4px 5px #ddd;
	border-radius: 15px;
}
.sodexo-modal-content {
	border: 1px solid #999;
	box-shadow: 0px 4px 5px #ddd !important;
	border-radius: 15px !important;
}
.distribution-details-panel-heading, .inventory-container .mini-stat {
	background-color: #2A295C !important;
	color: white !important;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.sub-panel-heading {
	background-color: #DD2E39 !important;
	color: white !important;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.staff-profile-panel-heading{
    background-color: #2A295C !important;
    color: white !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.inventory-container .mini-stat {
	padding:10px 20px;
}

.inventory-container .mini-stat.inventory-details {
	padding:10px 20px;
	margin-bottom: 0;
}

.inventory-container .mini-stat .mini-stat-icon {
	height: 35px;
	width: 35px;
	line-height: 35px;
}
.distribution-details-note-heading {
	background-color: #FFFFA5 !important;
	color: #003300;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.panel tbody tr:nth-of-type(2n+1) {
	background-color: #ECF0F1;
}

.inventory-container {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px #ccc;
}
.bottom-line {
    border-bottom:1px solid black;
}
.top-line {
    border-top:1px solid black;
}
.icon-enabled {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	color: #2A295C;
}
.icon-disabled {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	color: lightgray;
}
.align-center {
	vertical-align: middle !important;
	text-align: center;
}
.no-bg-color {
	background-color: transparent !important;
}
.login-container {
    max-width: 500px;
    margin-left: auto;
    margin-top: 150px;
    margin-right: auto;
    margin-bottom: 140px;
}
.custom-panel-border {
    border-radius: 15px;
}
.custom-link, .custom-link:hover {
    text-decoration: underline;
    color: white;
}
.recipient-details {
	margin-bottom: 30px;
}
.panel-fill {
    background-color: #efefef;
}
.nav.custom-navtab  > li.active > a {
    color: black !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.nav.custom-navtab > li > a{
    color: white !important;
}
.nav.custom-navtab > li > a:hover {
    color: #00A5CE !important
}
.staff-panel {
	border: 1px solid #cdcdcd;
}
.staff-panel > .panel-heading {
	background-color: #CCC8C8;
	color: #333333;
}
.consumer-wrapper{
    width: 90%;
}

#billableItemsContainer input[readonly] {
  background-color: lightgray;
}
.sodexo-modal-header {
	background-color: #2A295C;
	border: 1px solid #2A295C;
	color: white;
}
.sodexo-modal-body {
	border: 1px solid #2A295C;
	overflow-y: inherit;
	padding: 10px;
	margin: auto;
}
.sodexo-modal-footer {
	border: 1px solid #2A295C;
	text-align: center;
	padding-bottom: 15px !important;
}

.colorWhite{
    color:white !important;
}
@media all and (max-width: 500px) {
       .topbar a.logo > img {
               width: 43% !important;
       }
}
@media all and (max-width: 500px) {
       .portal-footer img {
               width: 8% !important;
       }
}
@media all and (max-width: 767px) {
       [id^=viewVoucherModal] .modal-content.sodexo-modal-content {
          width: 85%;
       }
}

@media screen and (min-device-width: 800px) {
	.consumer-wrapper {
		width:60%;
	}
	.merchant-table {
		overflow: auto;
	}
}
@media screen and (max-width: 500px) {
	.consumer-wrapper {
		width:80%;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	.consumer-wrapper {
		width:60%;
	}
}
.reports-nav-links {
  line-height: 30px !important;
  white-space: pre-wrap !important; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap !important; /* Opera 4-6 */
  white-space: -o-pre-wrap !important; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.reports-nav {
  border-radius: 10px !important;
  background-color: #CCC8C8;
  margin: 2px !important;
}
.reports-nav a, .reports-nav.active a, .reports-nav.active a:hover {
	border-radius: 10px !important;
}
.reports-left-list {
  min-width: 190px;
}
.sms-info-width {
    max-width: 250px;
}
.sms-info {
    font-size: 14px;
    font-style: italic;
    margin: auto !important;
    color: #D5001C;
    margin-top: 0px !important;
}

.sms-info-caller-id {
    font-size: 14px;
    margin: auto !important;
    color: #D5001C;
    margin-top: 0px !important;
}

.verticalRadio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #cccccc;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  margin-top: -12px;
  outline: none !important;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
}
.verticalRadio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #555555;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 11px;
  left: 3px;
  margin-left: -20px;
  margin-top: -12px;
  position: absolute;
  top: 3px;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 11px;
}

.radio-sodexo input[type="radio"] + label::after {
  background-color: #d5001c;
}
.radio-sodexo input[type="radio"]:checked + label::before {
  border-color: #d5001c;
}
.radio-sodexo input[type="radio"]:checked + label::after {
  background-color: #d5001c;
}

.col-md-12.radio.radio-sodexo.verticalRadio {
    margin-top: 10px;
    margin-bottom: 0px;
    width: 100%;
    height: 12px;
}
.btn-size {
    font-size: 11px;
}

.container-well {
  padding-bottom: 10px;
  background-color: #cccccc;
  overflow: hidden;
  margin: 5px;
}
.inner-scroll {
  overflow: auto;
}
.pos-absolute{
    position: absolute;
}
.margin-top0px{
    margin-top: 0px !important;
}
.align-right {
	text-align: right;
}
.lineHeight35px{
    line-height: 35px;
}
.titleBold{
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
}
.paddingLeft16px{
    padding-left: 16px;
}
.topbar-background-color{
    background-color: #ECF0F1 !important;
}
.left-bar-background{
    z-index: 7;
    margin-top: 68px !important;
    box-shadow: none !important;
    background-color: #ECF0F1 !important;
}
.logo-size-margin{
    margin-bottom: 3px;
    width: 200px;
    margin-top: 22px;
}
.logo-sodexo-size-margin{
    margin-bottom: 3px;
    width: 220px;
    margin-top: 26px;
}
.white-text{
    color: whitesmoke;
}
.custom-font-size input, .custom-font-size span {
    font-size: 10px;
}
#clientAgreement .chosen-results {
  max-height: 150px;
}
.logo-file-info {
    font-size: 12px;
    font-style: italic;
}
.chosen-minWidth100per{
  min-width: 75%;
}
.branch-account-panel-scrollable{
  height: 360px;
  overflow-y: auto;
}

.formatted-text {
  font-size: 13px;
  font-style: italic;
  margin: auto;
  margin-top: 0px !important;
}
.max-width-230px{
  max-width: 230px;
}
.distribution-separator {
	border-left:1px solid #000;
	height:150px;
}
/* Vietnam CSS */
.vietnam-container {
	padding-bottom: 1.5em;
	margin-top: 66px;
	margin-left: 10px;
	min-height: 35em;
}
.vietnam-font {
	font-family: Arial;
	color: white;
	padding: 0.5em;
}
.country-container {
	margin-top: 66px;
	margin-left: 10px;
	min-height: 35em;
}
/*
body.fixed-left #vietnam-side-menu {
	z-index: 7;
	margin-top: 95px;
	box-shadow: none;
	background-color: #ECF0F1;
}
*/
#country-side-menu {
	z-index: 7;
	margin-top: 68px;
	box-shadow: none;
	background: #ECF0F1;
}
.vietnam-connect-us {
	padding-right:0.5em;
}
.vietnam-social {
	padding: 0.5em;
}
#wrapper #vietnam-footer {
	z-index:10;
	left:0;
	background-color: #2A295C;
	padding:0.5em;
}
.vietnam-logo-size-margin {
	max-height: 79px;
	width: auto;
	margin-bottom: 8px;
	margin-top: 22px;
}
.vietnam-logo-size-margin-right {
	height: 115px;
	width: 185px;
}
.vietnam-logo-height {
	line-height: 6em;
}
.footer-logo-width {
	max-width: 100%;
}
@media all and (max-width: 767px) {
       .vietnam-logo-height {
       		text-align: center;
       }
       .vietnam-hotline {
       		display: none;
       }
       .vietnam-container {
          min-height: 47em;
       }
}
.side-menu.left {
	background: #ECF0F1;
}
.vietnam-bar {
	background-color:  #2A295C;
	height: 25px;
}
/*[DatLN1]<SDMC-527> - <Add Logo Pluxee for header> Start*/
.logo-pluxee{
	padding:29px;
	margin-right: -10px;
	width: 200px;
}
/*[DatLN1]<SDMC-527> - <Add Logo Pluxee for header> END*/
.side-menu-button {
	padding-left: 20px;
	padding-right: 20px;
	background: transparent;
	border: none;
	color: #ffffff;
	font-size: 17px;
}
a.dropdown-toggle.profile.sodexo-dropdown-size {
	line-height: 25px;
	margin-right: 20px;
}
a.dropdown-toggle.profile.custom-dropdown-size {
	line-height: 26px;
	margin-right: 20px;
}
.vietnam-hotline > a {
	background-color: #bd0005;
	border-radius: 20px;
	padding: 3px;
	margin: 40px 0px 40px 0px;
}

.vn-text-color {
	color: #8C0205;
}
/* Vietnam CSS */

.text-uppercase {
  text-transform: uppercase;
}
.consumer-form-group {
	margin: 25px 0px 40px 0px;
}
.consumer-btn {
	font: 1.3em Arial;
	width: 14em;
}
.consumer-top {
	margin-top: 89px;
}
.consumer-login-container {
	 max-width: 500px;
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: 110px;
}
.consumer-desk-icon {
	border-radius: 100%;
	font-size: 20px;
	line-height: 50px;
	margin-right: 10px;
	text-align: center;
	width: 50px;
	background-color: #ccc8c8;
	color: #2a295c;
}
.collect-voucher-icon {
  border-radius: 10px;
  font-size: 15px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 170px;
  background-color: #ccc8c8;
  color: #2a295c;
  margin-bottom: 10px;
}
a.consumer-desk-icon:hover {
	color: white;
	background-color: #2a295c;
}
.consumer-panel .consumer-custom-panel-heading {
	background-color: #2A295C;
	color: white;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding: 20px;
}
.consumer-custom-panel-heading input[type="text"] {
	color: #333;
}
.signup-container {
    max-width: 700px;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
}
#my-vouchers-detail-table th {
	text-align: center;
}

.activation-code-list-table, .activation-code-list-table th {
	text-align: center;
}
.font30px {
  font-size: 30px;
}
.font20px {
  font-size: 20px;
}
.custom-close {
	right: 15px;
	position: absolute;
	top: 15px;
}
#importVoucherModal .title-padding , #transferVoucherModal .title-padding {
	padding: 10px;
}
.voucher-modal-icon {
  position: absolute;
  bottom: 25px;
  display: none;
  width: 135px;
}
.voucher-design-container:hover .voucher-modal-icon {
  display:block
}
/* Consumer Dashboard Template Styles */
.consumer-template-dashboard {
	height: 242px;
	width: 160px;
	background-size: contain;
	background-repeat: no-repeat;
}
.template-faceValue {
	position: absolute;
	left: 1.5em;
	top: 8.3em;
}
.template-voucherLogo {
	position: absolute;
	width: 3em;
	top: 0.6em;
	right: 1em;
}
.template-barCode {
	position: absolute;
	left: 0.5em;
	right: 0.5em;
	top: 6em;
}
.template-couponCode {
	top: 4.6em;
	position: absolute;
	right: 3em;
}
.template-endDate {
	position: absolute;
	right: 0.5em;
	top: 8.3em;
}
.template-modal-min-size {
	min-width: 595px;
}
.template-modal-voucherLogo {
	position: absolute;
	top: 3em;
	right: 1.5em;
	max-height: 6em;
	max-width: 15em;
}
.template-modal-couponCode {
	font: 2em Arial;
	position: absolute;
	top: 8.8em;
	left: 6.8em;
}
.template-modal-customMessage {
	position: absolute;
	top: 11em;
	left: 5em;
	right:5em;
	font: 1em Arial;
}
.template-modal-faceValue {
	position: absolute;
	top: 12.5em;
	left: 2em;
	font: 2.5em Arial;
}
.template-modal-endDate {
	position: absolute;
	font: 2em Arial;
	top: 15.9em;
	right: 2em;
}
.template-modal-hyperlink {
	position: absolute;
	font: 2em Arial;
	top: 23.4em;
	width: 9em;
	height: 1.2em;
	right: 5em;
}
.template-modal-barCode {
	position: absolute;
	top: 21em;
	right: 3em;
	left: 3em;
}
.template-productNumber {
	position: absolute;
	right: 1.5em;
	top: 3.6em;
}
.template-modal-productNumber {
	position: absolute;
	font: 3.5em Arial;
	top: 4.1em;
	right: 1.5em;
}
.blackFont {
  color: #333;
}

.reject-modal-background {
	background: #eee;
}

.reject-modal-alignment {
	margin-top: 40%;
}

.reject-modal-header {
	padding: 5px;
}

.modal-reject-input {
	margin: 5px;
}
.header__layer{
    padding: 10px 50px 0;
}
.bar__layer {
    height: 26px;
    background: url(/assets/images/layer-bar.png);
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.relative {
    position: relative;
}
.overlay__box{
    height: 28px;
    width: 26px;
    background: white;
    left: 51px;
    position: absolute;
    top: -1px;
}
.leftImg{
    height: 120px;
}
.rightImg{
    height: 60px;
    float: right;
    margin-top: 12px;
}
@media (max-width:544px){
	.rightImg{
		display: none;
	}
}
.bg__color{
	background-color: #ECF0F1;
}

.icon-align {
	text-align: center;
	width: 40px;
}

.icon-activate {
 	-webkit-filter: grayscale(0);
 	filter: grayscale(0);
 	color: green;
}
.icon-deactivate {
 	-webkit-filter: grayscale(0);
 	filter: grayscale(0);
 	color: #d5001c;
}
.custom-header{
    left: 0px;
    position: fixed;
    right: 0;
    top: 0px;
    z-index: 10;
}
.custom-navbar{
    border: 0;
    margin-bottom:0;
}
.float-right{
    float:right;
}
.centered{
    margin: auto;
    width: 60%;
    padding: 1px;
    text-align: center;
}

.btn-marginR-20 {
		margin: 0 20px 5px 0;
}

.margin-T-10{
    margin-top: 10px;
}
.margin-T-20 {
    margin-top: 20px;
}

/* Google Chrome: */
.vn-custom-voucher-text::-webkit-input-placeholder {
    font-style: italic;
    font-weight: bold;
}
/* Mozilla Firefox: */
.vn-custom-voucher-text::-moz-placeholder {
    font-style: italic;
    font-weight: bold;
}
/* Internet Explorer: */
.vn-custom-voucher-text:-ms-input-placeholder {
    font-style: italic;
    font-weight: bold;
}
/* Opera: */
.vn-custom-voucher-text:-o-input-placeholder {
    font-style: italic;
    font-weight: bold;
}

.marginLeft {
    margin-left: 20px
}

.marginLeftExtra {
    margin-left: 80px
}

.marginRight {
    margin-right: 10px
}

.marginLeftExtra {
  margin-left: 80px
}

.marginLeft-10 {
    margin-left: 10px
}

.marginTop-20 {
    margin-top: 20px
}

.marginBottom-2 {
    margin-bottom: 2px
}
.groupedCode {
    position: absolute;
    width: 46px;
    height: 40px;
    right: -26px;
    top: -13px;
}

.anchorStyle {
    background-color: #bd0005;
    color: white;
    border-radius: 15px;
}


.tagging-table-custom-height {
		height: 50%;
}

.tagging-table-custom-height .table-responsive {
		height: 100%;
		overflow-y: auto;
}

.inventory-custom-row-alignment {
		display: flex;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		flex: 1;
		justify-content: space-between;
}
 /*[DatLN1]<SDMC-678> - <Show total transaction and total value> Start*/
.merchantVN {
	color: white;
	padding: 8px;
	background-color: #221C46;
	border-radius :8px;
	width:50%;
	margin: 5px;
}
.totalInDay{
	display:flex;
	padding: 0px;
}
/*[DatLN1]<SDMC-678> - <Show total transaction and total value> End*/

.rb-btn-success.btn-send-to-print, .rb-btn-success.btn-send-to-print:hover {
	background-color: #70ad47 !important;
	/*border: 1px solid #70ad47 !important;*/
}

.rb-btn-success.btn-marked-as-print, .rb-btn-success.btn-marked-as-print:hover {
	background-color: #00b0f0 !important;
	/*border: 1px solid #00b0f0 !important;*/
}
