/* Font Embeded */
@font-face {
	font-family: 'Montserrat Regular';
	src: url('../font/Montserrat-Regular.eot');
	src: url('../font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/Montserrat-Regular.woff') format('woff'),
		url('../font/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../font/Montserrat-Light.eot');
	src: url('../font/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
		url('../font/Montserrat-Light.woff') format('woff'),
		url('../font/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat Ultra';
	src: url('../font/Montserrat-UltraLight.eot');
	src: url('../font/Montserrat-UltraLight.eot?#iefix') format('embedded-opentype'),
		url('../font/Montserrat-UltraLight.woff') format('woff'),
		url('../font/Montserrat-UltraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}


html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,body{height:100%}
*{
  margin: 0;
  padding:0;
 
  box-sizing: border-box;
  font-weight:300;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

/* Global */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #eee;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #eee;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #eee;
}
:-moz-placeholder { /* Firefox 18- */
  color: #eee;
}

body {
    background: #f7f7f7;
}


.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}
a:focus, a:hover {
    color: #ed6924;
    text-decoration: none; 
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit;
    font-weight: 300;
}

h2 {
    font-size: 18px;
    color: #fff;
    margin: 10px 0;
    padding: 10px;
    font-weight: 300;
}
.text-center{text-align:center}
.logo {
    margin: 10px 0 0;
    max-width: 112px;
    width: 100%;
}
.heightFull{height:100%}
.clearfix:after,.clearfix:before{clear:both;content:'';display:block}
.btn {
    display: block;
    padding: 10px;
    border: none;
    margin: 15px 0;
    color: #fff;
    background: #00adef;
    width: 100%;
    font-size: 18px;
}
/* header */ 
header{
	
	height:50px;position:relative;z-index:9999}
/* Menu */
.c-hamburger {
  -moz-appearance: none;
  border: medium none;
  top: -4px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 50px;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  transition: background 0.3s ease 0s;
  width: 60px;
  z-index: 99999;
}
.c-hamburger:focus {
    outline: 0 none;
}
.c-hamburger span {
  background: #333 none repeat scroll 0 0;
  display: block;
  height: 3px;
  left: 18px;
  position: absolute;
  right: 18px;
  top: 29px;
}
.c-hamburger span::after, .c-hamburger span::before {
    background-color: #333;
    border-radius: 10px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}
.c-hamburger span::before {
    top: -7px;
}
.c-hamburger span::after {
    bottom: -7px;
}
.c-hamburger--htx {
    background-color:  #fff;
}
.c-hamburger--htx span {
    transition: background 0s ease 0.3s;
	border-radius:10px;
}
.c-hamburger--htx span::after, .c-hamburger--htx span::before {
    transition-delay: 0.3s, 0s;
    transition-duration: 0.3s, 0.3s;
}
.c-hamburger--htx span::before {
    transition-property: top, transform;
}
.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}
.c-hamburger--htx.is-active {
    background-color: #fff;
}
.c-hamburger--htx.is-active span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius:10px;
}
.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::after, .c-hamburger--htx.is-active span::before {
    transition-delay: 0s, 0.3s;
}
.overlay{position:fixed;top:50px;left:-100%;width:100%;background:#00adef;display:block;z-index:9;height:100%;transition:all 0.5 ease-in-out;opacity:0;  transition:all 0.2s ease-in-out;}
#menu.showMenu .overlay {
    display: block;
    opacity: 1;
    left: 0;
    padding: 50px 0 20px;
    color: #fff;
}
#menu ul{list-style:none}

#menu ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    padding:12px 0 0 20px;
    text-decoration: none;
}
#menu li li a {
    font-size: 14px;
    padding: 10px 10px 10px 25px;
}
#logout {
    padding: 13px 5px;
    display: block;
}
#logout img{width:25px}

/* Slider */
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-controls-direction{display:none}
.bx-pager{text-align:center}
.bx-pager-item{display:inline-block;margin:0 3px}
.bx-wrapper .bx-pager.bx-default-pager a {
    border: 2px solid #6bbbe3;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 1px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	border-color:#fff;	
}
.bx-pager {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -10px;
}
/* Content Menu Part */
#content {
    background: #fff;
    position: fixed;
    bottom: 0;
	padding:12px 0;
}
.menu_icon img {
    width: 70%;
}
.main_menu .col-xs-4{text-align:center}
.main_menu p {
    font-size: 11px;
    font-family:'Montserrat Regular';
    color: #0089cf;
}
.main_menu > .clearfix:first-child .col-xs-4 {
    margin-bottom: 15px;
}

/* Form */
.input-container {
   /* padding: 10px;*/
    background: #fff;
    border: 1px solid #f5f5f5;
}
.input-container > label{font-size:14px;display:block;margin-bottom:7px}
input[type=text],input[type=number],input[type=email],input[type=tel],input[type=password]{display:block;
border:none;padding:5px 0;font-size:24px;color:#333;outline:none;width: 100%;}

.radio label,.checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
}
.radio input[type=radio],
.checkbox input[type=checkbox] {
	display: none;
}
.radio label:before, .checkbox label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    border: 2px solid #00adef;
    bottom: -1px;
    /* background-color: #aaa; */
    /* box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8); */
}

.radio label:before {
	border-radius: 8px;
}
.checkbox label {
	margin-bottom: 10px;
}
.checkbox label:before {
    border-radius: 3px;
}

.radio input[type=radio]:checked + label:before {
    content: "\2022";
    color: #00adef;
    font-size: 55px;
    text-align: center;
    line-height: 1px;
}

.checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
    line-height: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 24px;
    color: #333;
  line-height: 1.4375;
 
  background-color: #fff;
  background-image: none;
  border: 0px solid #ccc;
  border-radius: 4px;
   }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }


/*New */
.pull-left{float:left}
.icon-container{width:100%;overflow:auto}
.icon_cnt{float:left;text-align:center;font-size:13px;margin-right:15px}
.icon {
    /*float: left;*/
    margin:0 auto;
    opacity: 0.6;
    border: 2px solid #555;
    border-radius: 50%;
    height: 75px;
}
.icon_cnt p{margin:5px 0}
.icon_cnt.active p{color:#00adef;font-weight:bold}
.icon_cnt.active .icon{
    opacity: 1;
    border-color: #00adef;
}
.overlay{width:280px;}
@media screen and (min-width:520px){
#content {width: 100%}	
.main_menu p{font-size:18px}
#logout {text-align: right}
#logout img {width: 46px}
/*.logo{max-width:280px}*/
.c-hamburger{top:10px;left:10px}
}

@media only screen and (-webkit-device-pixel-ratio:.75){
  /* CSS  */
}
.btn.secondary.halfWidth {
    width: 48%;
    float: left;
    font-size: 16px;
    margin: 0 0 15px;
}
.btn.secondary.halfWidth:nth-child(2n) {
    margin-left:4%;
}
#setMpin {padding-top: 100px;background: #00adef url(../images/set_mpin.png) center 12px no-repeat;min-height:130px}
#changeMpin {padding-top: 100px;background: #00adef url(../images/change_mpin.png) center 12px no-repeat;min-height:130px}
#SetDefault {padding-top: 100px;background: #00adef url(../images/set_default.png) center 12px no-repeat;min-height:130px}
#RemoveAccount{padding-top: 100px;background: #00adef url(../images/remove_account.png) center 12px no-repeat;min-height:130px}



/* Newly */
.panel {
    background: #fff;
    font-size: 14px;
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
}
.panel-heading {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    color: #fff;
    background: #055979;
    line-height: 23px;
}
.panel-content {
    line-height: 24px;
    padding: 10px 0;
}
.panel-content h3.status {
    font-size: 20px;
}
h3.amt {
    font-size: 25px;
    position: relative;
}
.amt svg {
  margin-top:5px;
}
p.paytype {
    /* font-weight: bold; */
    line-height: 17px;
    margin-top: 10px;
    font-size: 18px;
    color: #055979;
    /* border: 1px solid #055979; */
}
.panel-footer {
    display: none;
    padding: 5px 0 0;
    background: #f5f5f5;
    border: 1px solid #efefef;
    border-bottom: 4px solid #c5c8ca;
    border-top: 0;
}
.panel-footer .btn {
    display: inline;
    width: auto;
    /* border-radius: 6px; */
    font-size: 16px;
    /* margin-bottom: 0; */
    padding: 12px 15px;
}
.panel-footer p{margin:5px 0}
.text-right{text-align:right}
.text-success{color:#26b90d}
.text-danger{color:#c52525}
.text-warning{color:#eccb1c}
.ticketNo{color: #ef0200;font-weight:600}

strong {
    font-weight: 300;
}
.more, .less {
    text-align: center;
    background: #eee;
    padding: 8px 0 8px;
    color: #9a9a9a;
}
#menu ul ul {
    padding: 10px 0;
}
@media screen and (max-height:540px){
.bx-wrapper img{
	width: 260px;
    margin: 0 auto;
}
}



.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: solid 0px #ddd;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 17px 17px 17px 10px;
    margin-bottom: -1px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-left-width: 0px;
    border-right-width: 0px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.list-group-item>.badge {
    float: right;
}

.rightarrow{
   float:right;  
}
.ac-icon {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
	background:url(../images/account-manage-sprite.png) 0 0 no-repeat;
}
.ac-icon.addaccount{background-position:-3px 0px}
.ac-icon.setmpin{background-position:-3px -56px}
.ac-icon.chnagempin{background-position:0px -113px}
.ac-icon.setdefault{background-position:0px -173px}
.ac-icon.removeaccount{background-position:-1px -233px}



/****************CheckBox STYLE STARTS****************************/
 
 .input-checkbox {
    display: none;
}
 .checkbox-label, .radio-label {
    padding-left: 3rem;
    font-size: 1.4rem;
    line-height: 1.9rem;
}


input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.checkbox-label, .radio-label {
    padding-left: 3rem;
    font-size: 1.4rem;
    line-height: 1.9rem;
}
.checkbox-label, .radio-label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 2rem;
   font-size: 13px;
    color: #333333;
 line-height: 23px;
    /*font-size: 1.6rem;*/
  
    /*color: #333;*/
    outline: none;
}
.input-checkbox:checked+label:before {
    line-height: 1.9rem;
}
.input-checkbox:checked+label:before {
    content: '✔';
  
    font-size: 0.8rem;
    line-height: 14px;
    color: #00adef;
    text-align: center;
}
.checkbox-label:before, .radio-label:before {
    content: "";
    display: inline-block;
   width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    bottom: .1rem;
    border: 2px solid #00adef;
    margin-right: 1rem;
    background: #ffffff;}


/******************CheckBox**************************/



