.navbar-fixed nav {
    position: absolute;
    background: #FFFFFF;
    padding: 5px 2px;
    width: 100%;
}
.resend_coupon_btn {
    border-radius: 3px;
    background-color: #006C68;
    color: #FFFFFF;
    width: 100%;
    border: 2px solid #006C68;
    /*padding: 5px;*/
}
.resend_coupon_btn:hover {
    background:#4CAF50 ;
    color: #FFF;
    border: 2px solid #ffffff;
}
.home-btn {
  padding: 40px;
}
.home-btn a {
  padding: 10px 30px;
  background: #f1592a;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
/*.resend_coupon_btn {
  display: inline-block;
  border-radius: 4px;
  background-color: #4CAF50;
  border: none;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
}

.resend_coupon_btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #ffffff;
  font-size: 15px;
}

.resend_coupon_btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.resend_coupon_btn:hover span {
  padding-right: 25px;
}

.resend_coupon_btn:hover span:after {
  opacity: 1;
  right: 0;
}*/
.health_title_workbench {
    width: 100%;
    background-color: #D3D3D3;
    height: 40px;
    text-indent: 1.5%;
    margin-right: 2%;
    border-radius: 3px;
}
.health_lable_workbench {
    margin-top: 1%;
    font-size: 150%;
    text-indent: 5%;
    display: block;
}
.pill {
    padding: 10px 0px;
    cursor: pointer;
    margin-bottom: 1px;
    text-align: center;
    text-indent: 1%;
    /*box-shadow: 0px 2px 1px #006c67;*/
    text-transform: uppercase;
}
.pill:hover {
    color: #fff !important;
    background-color: #616161 !important;
}
.footer{
	position: fixed;
	bottom: 0px;
	width: 100%;
	clear: both;
	background: #282a2b;
	border: 0px;
	color: #ffffff;
	box-shadow: none;
}
.current_custom_radio {
    background: #292929;
    color: white;
}
.custom_radio {
    float: left;
    border: 1px solid #292929;
    padding: 5px 0px;
    text-align: center;
    width: 50%;
    cursor: pointer;
}
.custom_radio {
    float: left;
    border: 2px solid #292929;
    padding: 5px 0px;
    text-align: center;
    width: 48%;
    margin-right: 1%;
    font-size: 15px;
    border-radius: 0px 10px;
    cursor: pointer;
}
#transaction_tabs div, #points_tabs div {
    float: left;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    background: #ffffff;
    margin-right: 10px;
    border: 2px solid #f1592a;
    border-radius: 0 10px;
}
.selected_tab {
    color: #000000;
    background-color: #f1592a !important;
    border-radius: 20px;
    color: #FFF;
}
.clear-div {
    clear: both;
    height: 10px;
}
.search-icon {
    background-position: 0px 0px;
    width: 30px;
    height: inherit;
    display: inline-block;
    background: transparent url("c-sprite.png") no-repeat scroll 0 0;
        background-size: auto auto;
    background-size: 32px;
}
.iti-flag {
background-image: url(https://s3-eu-west-1.amazonaws.com/fs.capillary.eu/intouch_creative_assets/827af28ffab18f927e86.png) !important;
}
.transaction_container {
    max-height: 300px;
    overflow-y: auto;
}
.all_couponsshow {
    max-height: 350px;
    overflow-y: auto;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-lg {
    font-size: 20px;
    vertical-align: -15%;
    line-height: 20px !important;
}
@media (max-width: 750px){
	.mobile-view {
		display: block;
	}
	.desk-view {
		display: none;
	}
  .navbar-right {
    /*width: 60%;*/
    float: right;
  }
}
@media (max-width: 420px) {
  .navbar-right {
    /*width: 100%;*/
  }
}


.displayTable{  
    display: table;
    border-collapse: collapse;
    border: 1px solid grey;
}
.displayTableRow{	
    border: 1px solid grey;
    padding:0.2rem !important;
}

