table.checkout thead {
  background: #d62027 0% 0% no-repeat padding-box;
  font: SemiBold 16px/15px Montserrat;
  /*letter-spacing: 0px;*/
  color: #FFFFFF;
  font-size: 15px;
}

button#BTN_PAY_NOW {
	background-color: #d62027; 
	border-color: #d62027; 
}

td.impt-value {
  font: Bold 18px/15px Montserrat;
  /*letter-spacing: 0px;*/
  color: black !important;
}

.redbar {
  background: #d62027 0% 0% no-repeat padding-box;
  font: SemiBold 16px/15px Montserrat;
  /*letter-spacing: 0px;*/
  color: #FFFFFF;
  font-size: 15px;
}

.redbar td {
  font: SemiBold 16px/15px Montserrat;
  color: #FFFFFF !important;
  font-size: 15px;
/*   text-align: center; */
}

.custom-control-label:before{
    /*background-color:red;*/
    height: 18px;
    width: 18px;
}
.custom-control-label:after{
    /*background-color:red;*/
    height: 18px;
    width: 18px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #D3161D;
    background-color: #D3161D;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    /*background-color:black;*/
    background-color: #D3161D;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    /*background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='red' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");*/
}
.custom-control-input:active~.custom-control-label::before{
    /*background-color:green;*/
}

/** focus shadow pinkish **/
.custom-checkbox .custom-control-input:focus~.custom-control-label::before{
    /*box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 247, 0.25); */
}

.important_note_ast {
  color: #D3161D;
  /*background-image: url("../images/icons/impt_note_1.png");*/
}

.impt_note {
  color: #6E6E6E;
}

img.impt_note_icon {
  width: 20px;
}

/**/

.nav-tabs .nav-link {
  background-color: #707070;
  border-color: #707070;
  color: white;
}

.nav-tabs .nav-link.active {
  background-color: #D62027;
  border-color: #D62027;
  color: white;
  /*font-size: 15px;*/
}

.nav-tabs .nav-item {
  /*to have the tabs touch the table*/
  margin-bottom: -1px; 
  padding-right: 1px;
}

.nav-tabs {
    /*border-bottom: 1px solid #dee2e6;*/
    border-bottom: none;
}

.nav-tabs .nav-link.shrunk-tab {
  background-color: white;
  border-color: #D62027;
  color: #D62027;
}

.hidden-tab {
  display: none;
}