/*** MAIN CSS ***/
html {
  position: relative;
  min-height: 100vh;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: 'futura_lt_btlight';
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
  font-family: 'futura_lt_btlight', Trebuchet MS, Arial, sans-serif;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  outline: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
 background:#fff;
}
body:before,
body:after {
  content: '';
  display: table;
  clear: both;
}
@font-face {
  font-family: 'futura_lt_btlight';
  src: url('../fonts/futura_light_bt-webfont.eot');
  src: url('../fonts/futura_light_bt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/futura_light_bt-webfont.woff') format('woff'), url('../fonts/futura_light_bt-webfont.ttf') format('truetype'), url('../fonts/futura_light_bt-webfont.svg#futura_lt_btlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: 4.0rem;
  margin: 0;
}
h2 {
  font-size: 2.2rem;
  margin: 0;
  font-weight: bold;
}
h3 {
  font-size: 1.6rem;
  margin: 0;
  font-weight: bold;
}
h4 {
  font-size: 1.8rem;
  margin: 0;
}
h5 {
  font-size: 1.6rem;
  font-weight: 700;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.pad5 {
  padding: 5px !important;
}
.pad10 {
  padding: 10px !important;
}
.pad20 {
  padding: 20px !important;
}
.pad30 {
  padding: 30px !important;
}
.pad40 {
  padding: 40px !important;
}
.pad50 {
  padding: 50px !important;
}
.padtb10 {
  padding: 30px 0px;
}
.nopadd {
  padding: 0px !important;
}
.burgundy {
  color: #ae275f !important;
}
.border1 {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#header {
  width: 100%;
  height: 54px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: none;
    box-shadow: none;
    border: 0px;
}
#header .logo:after {
   margin-top:-50px;
}
.brandtitle {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    color: #97144d;
    font-size: 24px;
    margin-bottom: 60px;
    font-weight: normal;
}

.logobg{
   background: url(../imgs/axis_logobg1.png) no-repeat 50px top;
    height: 54px;
    width: 100%;
    float:left;
    
	}
	.homeheader .logobg{margin-left: 40px;}
.title{
	position:relative; 
	z-index:9999; 
	text-transform:uppercase; 
	text-align: center;
	color: #97144d;
	}
	
.logo_img {
    z-index: 999;
    position: absolute;
    top: 0px;
    color: #fff;
    font-family: 'latoregular'!important;
    background: #97144d;
    padding: 6px 0px 12px 18px;
}
.homeheader .logo_img{ padding: 12px 0px 12px 50px;}
	.brand_title{font-size:12px;font-family: 'latoregular'!important;vertical-align: text-bottom;}
	.line_sep{padding-right: 5px;
    padding-left: 5px;}
    .font-italic {
    font-style: italic;
}
/*** HEADER END ****/
.showdropdown {
  display: block !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.bggray {
  background: #cacaca;
}
.lbg {
  background: #f3f3f3;
}
.mneglr {
  margin-left: -15px;
  margin-right: -15px;
}
.nonegmar {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.graph {
  height: 400px;
}
@media (min-width: 700px) {
  .graph {
    height: 200px;
  }
}
.highbg {
  padding: 50px 10px;
  background: #f7b6ce;
}
.posrel {
  position: relative;
}
.card {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.showmenus {
  left: 0px !important;
}
.toglebtn .fa-bars:before {
  content: "\f0c9";
}
.activetoggle .fa-bars:before {
  content: "\f00d" !important;
}
.lastlogin {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 3px 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  z-index: 9999;
}
.actbtn {
  width: auto;
  padding: 5px 10px;
  border: 1px solid #ae275f;
  background: #fff;
  color: #ae275f;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
}
.actbtn:hover {
  background: #ae275f;
  color: #fff;
}
.actbtn-big {
  width: auto;
  padding: 10px 20px;
  border: 1px solid #ae275f;
  background: #fff;
  color: #ae275f;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
}
.actbtn-big:hover {
  background: #ae275f;
  color: #fff;
}
.terms h3 {
  font-size: 20px;
  color: #ae275f;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 50px;
}
.terms ul {
  margin: 0;
  margin-left: 15px;
  padding: 0;
}
.terms ul li {
  width: 100%;
  margin-bottom: 10px;
}
.terms ul li ul {
  margin-top: 10px;
}
.terms ul li ul li {
  width: 100%;
  margin-bottom: 10px;
}
.sectitle_dark {
  color: #ae275f;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  display: block;
}
.sectitle_dark span {
  background: #ddd;
  padding: 8px 20px;
  display: inline-block;
  position: relative;
  color: #fff;
  background: #ed1164;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  background: #97144d;
  
}
.sectitle_dark span:after {
  content: '';
  position: absolute;
  right: -44px;
  border-bottom: 44px solid #97144d;
  border-right: 44px solid transparent;
  top: 0px;
}
.minwidth320 {
  min-width: 100% !important;
}
@media (min-width: 768px) {
  .minwidth320 {
    min-width: 320px !important;
  }
}
.btngray {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  min-height: 91px;
  margin: -5px 10px -5px 5px;
  vertical-align: middle;
  line-height: 91px;
}
.red {
  color: red;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ae275f;
  border-color: #ae275f;
}
input[type='text'] {
  padding: 5px 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}
input[type='text']:focus {
  border-color: #ae275f;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 80%;
    margin: 60px auto;
  }
}
.modal-title {
  color: #ae275f;
  font-weight: bold;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  outline: 0;
}
.bootstrap-select.btn-group .dropdown-menu li a:focus {
  outline: 0px;
}
.regenerate {
  cursor: pointer;
  color: #fff;
}
.fltrbtn {
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.fltrbtn:hover {
  color: #ae275f;
}
.ui-datepicker {
  width: 100%;
  max-width: 280px;
  margin: 0 auto
  ;
}
.widget-wrapper {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
#overlayWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  z-index: 99;
  display: none;
}
#overlayWrap .loading-spin {
  top: 50%;
  left: 50%;
  position: fixed;
}
#overlayWrap .loading-spin .fa-spinner:before {
  font-size: 30px;
}
/*** HEADER START ****/
#header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background:#fff;
 
 
}
.logo_header {
    background: #97144d;
    width: 100%;
    height: 23px;
    margin: 0px;
    padding: 0px;
    position: absolute;
}
#header .pagetitle {
  display: inline-block;
  position: absolute;
  top: 23px;
  left: 0;
  font-size: 24px;
  color: #ae275f;
  text-align: center;
  width: 100%;
  font-weight: bold;
  text-transform: capitalize;
  z-index: -1;
}
#header .pagetitle span {
  position: relative;
  text-transform: capitalize;
}
#header .toglebtn {
	left: 0;
  width: auto;
  display: inline-block;
  padding: 2px 15px;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #fff;
  cursor: pointer;
  line-height: 50px;
  float: left;
  z-index: 9999;
  position:fixed;
}
#header .toglebtn:hover {
  
  color: #fff;
}
#header .activetoggle {
  
  color: #fff;
}
#header .logo {
  width: auto;
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
  position: relative;
  padding: 0px 10px;
  background: #ed1164;
  background: -moz-linear-gradient(left, #f35892 0%, #a60c46 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ed1164), color-stop(100%, #a60c46));
  background: -webkit-linear-gradient(left, #ed1164 0%, #a60c46 100%);
  background: -o-linear-gradient(left, #ed1164 0%, #a60c46 100%);
  background: -ms-linear-gradient(left, #ed1164 0%, #a60c46 100%);
  background: linear-gradient(to right, #ed1164 0%, #a60c46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1164', endColorstr='darken(#ed1164,15%)', GradientType=1);
}
#header .logo:after {
  content: '';
  position: absolute;
  right: -50px;
  border-top: 50px solid #a60c46;
  border-right: 50px solid transparent;
}
#header .logo img {
  width: 100%;
  max-width: 150px;
}
#header .userinfo {
  width: auto;
  display: inline-block;
  float: right;
  padding: 10px 15px;
margin-top:22px;
  vertical-align: middle;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  position:absolute;
  cursor: pointer;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  right:0;
}

#header .userinfo a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  text-transform: capitalize;
}
#header .userinfo a:hover {
  text-decoration: none;
}
#header .userinfo .submenu {
  width: 100%;
  min-width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  background: #f5f5f5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: none;
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
}
#header .userinfo .submenu li {
  list-style: none;
  border-top: 1px solid #ddd;
  line-height: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#header .userinfo .submenu li:first-child {
  border-top: 0px;
}
#header .userinfo .submenu li a {
  display: block;
  padding: 5px 10px;
}
#header .userinfo .submenu li:hover {
  background: #ae275f;
  color: #fff;
}
#header .userinfo .submenu li:hover a {
  color: #fff;
}
#header .userinfo .fa-user-circle-o {
  font-size: 22px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.3);
}
#header .userinfo:hover {
  background: rgba(0, 0, 0, 0.1);
}
#header .axislogo {
  width: 120px;
  display: inline-block;
  float: right;
  line-height: 50px;
  vertical-align: middle;
  text-align: right;
}
#header .axislogo img {
  width: 100%;
  max-width: 116px;
}
/*** HEADER END ****/
/*** LOGIN WRAPPER START ****/
.loginwrapper {
  width: 100%;
  max-width: 380px;
  background: rgba(200, 20, 70, 0.8);
  margin: 0px auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  padding: 20px 25px;
  position: relative;
  border: 5px solid rgba(255, 255, 255, 0.5);
  margin-top: 30px;
}
.loginwrapper h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 50px;
  padding-top: 30px;
}
.loginwrapper p {
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.loginwrapper p a {
  color: #fff;
}
.loginwrapper .title {
  background: rgba(255, 255, 255, 0.5);
  margin: -10px -25px;
  margin-bottom: 30px;
  height: 40px;
}
.loginwrapper .title span {
  padding: 10px 20px;
  font-weight: 700;
  font-size: 24px;
  color: #ae275f;
  height: 45px;
  background: #fff;
  position: relative;
}
.loginwrapper .title span:after {
  content: '';
  position: absolute;
  right: -45px;
  border-top: 45px solid #fff;
  border-right: 45px solid transparent;
  top: 0;
}
.loginwrapper .usrname,
.loginwrapper .pwd {
  width: 100%;
  margin: 10px 0px 40px;
  position: relative;
}
.loginwrapper .usrname label,
.loginwrapper .pwd label {
  width: 100%;
  font-weight: 300;
  color: #fff;
  font-size: 22px;
}
.loginwrapper .usrname input,
.loginwrapper .pwd input {
  width: 100%;
  background: transparent;
  border: 0;
  margin-top: 5px;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
}
.loginwrapper .usrname input::-webkit-input-placeholder,
.loginwrapper .pwd input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.7);
}
.loginwrapper .usrname .norborder,
.loginwrapper .pwd .norborder {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.loginwrapper .usrname .hovborder,
.loginwrapper .pwd .hovborder {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  height: 2px;
  width: 0%;
  background: #ffffff;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.loginwrapper .errormsg {
  width: 100%;
}
.loginwrapper .errormsg span {
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  color: red;
  padding: 5px 10px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
}
.loginwrapper .captcha {
  width: 100%;
}
.loginwrapper .captcha input {
  padding: 5px 10px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  color: #fff;
}
.loginwrapper .captcha input:focus {
  border-color: #fff;
}
.loginwrapper .captcha input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.7);
}
.loginwrapper .logbtn {
  margin: 20px 0px;
  text-align: center;
  overflow: hidden;
  width: auto;
  background: transparent;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 0px;
  position: relative;
  line-height: 40px;
  height: 40px;
  border: 2px solid #fff;
  vertical-align: middle;
  padding: 0px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.loginwrapper .logbtn input {
  width: auto;
  padding: 10px 20px;
  background: transparent;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 0px;
  font-size: 16px;
}
.loginwrapper .logbtn input:hover {
  background: #fff;
  color: #ae275f;
  box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
}
.loginwrapper .logbtn a {
  width: auto;
  background: transparent;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 0px;
  font-size: 16px;
  position: relative;
  padding: 10px 20px;
  line-height: 40px;
  height: 40px;
  border: 2px solid #fff;
}
.loginwrapper .logbtn a span.normal {
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  /*vertical-align: middle; height: 35px;*/
  text-align: center;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  /*display: block;*/
}
.loginwrapper .logbtn a span.hover {
  color: #ae275f;
  position: absolute;
  top: 40px;
  left: 0;
  vertical-align: middle;
  height: 35px;
  text-align: center;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: block;
}
.loginwrapper .logbtn a:hover,
.loginwrapper .logbtn a:focus {
  background: #fff;
  color: #ae275f;
  box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.loginwrapper .logbtn a:hover span.normal,
.loginwrapper .logbtn a:focus span.normal {
  top: -40px;
  text-decoration: none;
}
.loginwrapper .logbtn a:hover span.hover,
.loginwrapper .logbtn a:focus span.hover {
  top: 0px;
}
.loginwrapper .logbtn span.normal {
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  /*vertical-align: middle; height: 35px;*/
  text-align: center;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  /*display: block;*/
}
.loginwrapper .logbtn span.hover {
  color: #ae275f;
  position: absolute;
  top: 40px;
  left: 0;
  vertical-align: middle;
  height: 35px;
  text-align: center;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: block;
}
.loginwrapper .logbtn:hover,
.loginwrapper .logbtn:focus {
  background: #fff;
  color: #ae275f;
  box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.loginwrapper .logbtn:hover span.normal,
.loginwrapper .logbtn:focus span.normal {
  top: -40px;
  text-decoration: none;
}
.loginwrapper .logbtn:hover span.hover,
.loginwrapper .logbtn:focus span.hover {
  top: 0px;
}
.loginwrapper .logbtn:before,
.loginwrapper .logbtn:after {
  content: '';
  display: table;
  clear: both;
}
.loginwrapper .btns {
  width: 100%;
  display: block;
  text-align: center;
}
.loginwrapper .btns a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.otp-modal {
	max-width: 20% !important;
	margin-top: 10%;
}
@media (max-width: 768px) {
  .otp-modal {
	max-width: 100% !important;
	margin-top: 30%;
}
}
.otp-errormsg{
    text-align: center;
  	color: red;
}
.otp {
	max-width: 100%;
    margin-top: 5px;
    font-size: 16px;
    padding: 10px;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    color: #505050;
    /*text-align: center;*/
}
.otpbtn {
  width: auto;
  padding: 5px 10px;
  border: 1px solid #ae275f;
  background: #fff;
  color: #ae275f;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
}
/*.otpbtn:active:hover:not([disabled]) {
  background: #fff;
  color: #ae275f;
}*/
.otpbtn:hover {
  background: #ae275f;
  color: #fff;
}
.otpbtn:disabled, button[disabled] {
  background: #ebebe4;
  color: #ae275f;
}
.align-center {
	text-align: center;
}

.otp input {
	width: 50%;
	margin-bottom: 10px;
}
.modal-header-center {
	text-align: center;
}
.otp-timer {
	margin-left: 10%;
    font-size: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    border: 1px solid;
    padding: 3px;
    border-color: #97144d;
}
.otp button {
	margin-left: 10px;
}
.resend-otp {
	text-align: end;
    padding: 5px;
    margin-top: -47;
    margin-right: 0px;
}
/*** LOGIN WRAPPER END ****/
/*** SIDE MENUS ***/
#sidemenu {
  width: 250px;
  position: fixed;
  top: 50px;
  left: -260px;
  height: 100%;
  background: #ececec;
  box-shadow: 5px 0px 5px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0px 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0px 5px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 5px 0px 5px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 5px 0px 5px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  z-index: 9999;
}
#sidemenu .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: 0px;
  background-color: #fff;
  border: 0px;
  border-bottom: 1px solid #e0dada;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#sidemenu .list-group-item:hover {
  background: #97144d;
  color: #fff;
}
#sidemenu .list-group-item:first-child,
#sidemenu .list-group-item:last-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#sidemenu .mobuserinfo {
  padding: 10px;
  text-align: left;
  background: rgba(177, 9, 9, 0.15);
}
#sidemenu .mobuserinfo ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
#sidemenu .mobuserinfo ul li {
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
#sidemenu .mobuserinfo ul li i {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.25);
}
#sidemenu .mobuserinfo ul li:last-child {
  border-bottom: 0px;
}
#sidemenu .mobuserinfo .logbtn {
  cursor: pointer;
}
/*** SIDE MENUS END ***/
#mainContent {
  width: 100%;
  margin: 70px 0px 30px;
}
#mainContent .pgtitile {
  font-size: 36px;
  color: #ae275f;
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: capitalize;
  position: relative;
}
#mainContent .pgtitile span {
  position: relative;
  text-transform: capitalize;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
}
#mainContent .pgtitile span:after {
  content: '';
  width: 50%;
  height: 3px;
  background: #ae275f;
  position: absolute;
  top: 110%;
  left: 25%;
}
#mainContent .crtprofile {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  text-align: right;
  display: inline-block;
  margin-bottom: 20px;
  margin: 10px 0px 20px auto;
}
#mainContent .contwrapper {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 10px 0px;
}
#mainContent .contwrapper .sectitle {
  color: #ae275f;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #ececec;
  display: block;
}
#mainContent .contwrapper .sectitle span {
  background: #ececec;
  padding: 8px 20px;
  display: inline-block;
  position: relative;
}
#mainContent .contwrapper .sectitle span:after {
  content: '';
  position: absolute;
  right: -44px;
  border-bottom: 44px solid #ececec;
  border-right: 44px solid transparent;
  top: 0px;
}
#mainContent .contwrapper:before,
#mainContent .contwrapper:after {
  content: '';
  display: table;
  clear: both;
}
#mainContent .actvitiywrapper {
  width: 100%;
  margin: 20px 0px;
  text-align: center;
}
#mainContent .actvitiywrapper .wrapper {
  width: 100%;
  background: rgb(209,211,212);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  transform: rotate(-3deg);
}
#mainContent .actvitiywrapper .wrapper .count {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
#mainContent .actvitiywrapper .wrapper .count span {
  font-size: 24px;
  color: #ae275f;
  font-weight: bold;
  margin-left: 10px;
}
#mainContent .actvitiywrapper .wrapper .status {
  padding: 20px;
  text-align: center;
}
#mainContent .actvitiywrapper .wrapper .amt {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
#mainContent .actvitiywrapper .wrapper .amt span {
  font-size: 24px;
  color: #ae275f;
  font-weight: bold;
  margin-left: 10px;
}
#mainContent .actvitiywrapper .wrapper .success {
  background: rgb(237,17,100);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}
#mainContent .actvitiywrapper .wrapper .failure {
  background: rgb(147,149,152);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}
#mainContent .actvitiywrapper .wrapper .pending {
  background: rgb(109,110,113);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}
#mainContent .actvitiywrapper .wrapper .aborted {
  background: rgb(147,149,152);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
}
#mainContent .actvitiywrapper .wrapper .underclearance {
 background: rgb(109,110,113);
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}
#mainContent #calendar {
  text-transform: none;
  padding-bottom: 10px;
}
#mainContent #calendar table {
  width: 100%;
}
#mainContent #calendar .prev,
#mainContent #calendar .next {
  cursor: pointer;
  text-align: center;
}
#mainContent #calendar .today {
  background: #e51060;
  color: #fff;
  border-radius: 5px;
}
#mainContent #calendar .active {
  background: #ddd;
  border-radius: 5px;
}
#mainContent #calendar .disabled-date {
  border-radius: 5px;
  color: #ff0c0c;
}
#mainContent #calendar .datepicker-inline {
  width: 220px;
  margin: 0px auto;
}
#mainContent #news .panel-body {
  padding: 15px;
  max-height: 82px;
  overflow: auto;
}
#mainContent #news .panel-default > .panel-heading {
  color: #000;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
#mainContent #news .panel-default > .panel-heading a {
  text-decoration: none;
  font-weight: bold;
  font-weight: 700 !important;
  color: rgba(0, 0, 0, 0.8);
}
#mainContent #news .panel-default > .panel-heading a h4 {
  font-weight: 700;
}
#mainContent #news .panel-default {
  border-color: #e4e4e4;
}
#mainContent .smallblock {
  width: 100%;
  background: #d8d8d8;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
#mainContent .smallblock .count {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
#mainContent .smallblock .count span {
  font-size: 20px;
  color: #ae275f;
  font-weight: bold;
  margin-left: 10px;
}
#mainContent .smallblock .status {
  padding: 5px;
  text-align: center;
  background: #ae275f;
  color: #fff;
}
#mainContent .smallblock .amt {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
#mainContent .smallblock .amt span {
  font-size: 20px;
  color: #ae275f;
  font-weight: bold;
  margin-left: 10px;
}
#mainContent .keyhighlight {
  width: 100%;
  margin: 0;
  padding: 0;
}
#mainContent .keyhighlight ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
#mainContent .keyhighlight ul li {
  list-style: none;
  display: inline-block;
  width: 33.33%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
#mainContent .keyhighlight ul li .wrapper {
  width: 100%;
  max-width: 200px;
  margin: 0px auto;
  display: block;
  border: 2px dashed #ae275f;
  min-height: 200px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  text-align: center;
  overflow: hidden;
  position: relative;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}
#mainContent .keyhighlight ul li .wrapper .count {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 50px;
  text-align: center;
}
#mainContent .keyhighlight ul li .wrapper .count span {
  font-size: 24px;
  color: #ae275f;
  font-weight: 700;
}
#mainContent .keyhighlight ul li .wrapper .segment-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  line-height: 50px;
}
#mainContent .keyhighlight ul li .wrapper .amount {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
}
#mainContent .keyhighlight ul li .wrapper .amount span {
  font-size: 24px;
  color: #ae275f;
  font-weight: 700;
}
@media (max-width: 480px) {
  #mainContent .keyhighlight ul li {
    width: 100%;
  }
}
#mainContent .keyhighlight ul .green .wrapper {
  border-color: rgba(50, 205, 50, 0.8);
}
#mainContent .keyhighlight ul .green .wrapper .segment-title {
  background: rgba(50, 205, 50, 0.8);
  font-weight: bold;
  font-size: 24px;
}
#mainContent .keyhighlight ul .red2 .wrapper {
  border-color: rgba(255, 0, 0, 0.8);
}
#mainContent .keyhighlight ul .red2 .wrapper .segment-title {
  background: rgba(255, 0, 0, 0.8);
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
#mainContent .keyhighlight ul .yellow .wrapper {
  border-color: rgba(239, 119, 14, 0.8);
}
#mainContent .keyhighlight ul .yellow .wrapper .segment-title {
  background: rgba(239, 119, 14, 0.8);
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
#mainContent .keyhighlight:before,
#mainContent .keyhighlight:after {
  content: '';
  display: table;
  clear: both;
}
.table thead th {
  background: #ae275f;
  color: #fff;
  text-align: center;
  font-size: 14px;
  background: #97144d;
  
}
.table tbody tr {
  font-size: 14px;
}
.table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}
.selected_options {
  width: 100%;
  margin: 20px 0px;
  background: rgba(0, 0, 0, 0.07);
  padding: 20px 30px;
  box-sizing: border-box;
  max-height: 300px;
  overflow: auto;
}
.selected_options ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.selected_options ul li {
  width: 100%;
  display: inline-block;
  float: none;
  padding: 5px;
  color: #ae275f;
  font-weight: bold;
}
@media (min-width: 768px) {
  .selected_options ul li {
    width: 33.33%;
    float: left;
  }
}
.selected_options:before,
.selected_options:after {
  content: '';
  display: table;
  clear: both;
}
.available_options {
  width: 100%;
  margin: 10px px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 20px;
  box-sizing: border-box;
  max-height: 400px;
  overflow: auto;
}
.available_options ul {
  width: 100%;
  margin: 0px;
  padding: 0;
}
.available_options ul li {
  width: 100%;
  display: inline-block;
  float: none;
  padding: 5px;
  list-style: none;
  cursor: pointer;
}
.available_options ul li label {
  cursor: pointer;
}
@media (min-width: 768px) {
  .available_options ul li {
    width: 25%;
    float: left;
  }
}
.available_options:before,
.available_options:after {
  content: '';
  display: table;
  clear: both;
}
.fltbtn {
  width: 100%;
  margin: 0 0px 20px;
  padding: 0;
}
.fltbtn ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.fltbtn ul li {
  display: inline-block;
  float: right;
  padding: 5px;
  /* background: rgba(0,0,0,0.15);*/
  margin: 0px 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.7);
}
.fltbtn ul li:hover {
  color: #ae275f;
}
.fltbtn:before,
.fltbtn:after {
  content: '';
  display: table;
  clear: both;
}
#filters {
  width: 100%;
  margin: 0;
}
#filters li {
  width: 100%;
  display: inline-block;
  float: none;
  padding: 5px;
  height: 80px;
}
@media (min-width: 768px) {
  #filters li {
    width: 20%;
    float: left;
  }
}
#filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
#filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) li {
  width: 100%;
  height: 100%;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  font-weight: normal;
  color: #3e3e3e;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .25;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px dashed #ae275f;
  background: #ae275f;
  color: #fff;
}
.ui-widget.ui-widget-content {
  border: 0px;
}
#calendar .ui-widget-header {
  border: 1px solid #fff;
  background: transparent;
  color: #737272;
  font-weight: bold;
}
#calendar .ui-state-highlight,
#calendar .ui-widget-content .ui-state-highlight,
#calendar .ui-widget-header .ui-state-highlight {
  background: #97144d;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 0;
}
#alertmsg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: auto;
  display: none;
}
#alertmsg .msgbox {
  width: 90%;
  max-width: 400px;
  background: #fff;
  height: auto;
  position: relative;
  margin: 100px auto 50px auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px 0px;
}
#alertmsg .msgbox h2 {
  font-size: 20px;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#alertmsg .msgbox p {
  font-size: 18px;
  padding: 10px;
}
#alertmsg .msgbox input[type=button] {
  background: transparent;
  border: 1px solid #ae275f;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  padding: 5px 10px;
}
#alertmsg .msgbox input[type=button]:hover {
  background: #ae275f;
  color: #fff;
}
.inp-field {
  width: 100%;
  margin: 10px 0;
  padding: 0;
}
.inp-field label {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.inp-field label span {
  background: #e8e8e8;
  padding: 8px 15px;
  position: relative;
}
.inp-field label span:after {
  content: '';
  position: absolute;
  right: -30px;
  border-bottom: 30px solid #e8e8e8;
  border-right: 30px solid transparent;
  top: 0;
}
.inp-field input {
  width: 100%;
  padding: 5px 8px;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.inp-field input:focus {
  border-color: #ae275f;
}
/**************** FOOTER **********************/
#footer {
  width: 100%;
  display: none;
  padding-left: 0px;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
/**************** End FOOTER *****************/

/**************** Highlight holiday Dates  *****************/
.event a {
	background-color: #42B373 !important;
	background-image: none !important;
	color: #ffffff !important;
}
.confirmpopup input{margin-right:15px;}