/*
  @Author : Fractalink
  @Project : AXIS SCFU
  @Dev : Darshan
  @Date : 28 November 2018;
*/
/* config */
/* Variables.scss */
/* colors */
/* breakpoints */
/* font-family */
/*asif*/
/*asif end*/
/* element */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  font: LatoAxisScfu;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* For Firefox */
input[type='number'] {
  -moz-appearance: textfield; }

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* element.scss */

/* ADDED BY SUMEET VARMA ON 25JULY2019 START*/

@font-face {
        font-family: "LatoAxisScfu";
        src: url('../fonts/lato/Lato-Light.eot');
        src: url('../fonts/lato/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato/Lato-Light.woff') format('woff'),
        url('../fonts/lato/Lato-Light.woff2') format('woff2'),
        url('../fonts/lato/Lato-Light.ttf') format('truetype');
        font-weight: 300;
        font-style: normal;
}

@font-face {
        font-family: "LatoAxisScfu";
        src: url('../fonts/lato/Lato-Regular.eot');
        src: url('../fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato/Lato-Regular.woff') format('woff'),
        url('../fonts/lato/Lato-Regular.woff2') format('woff2'),
        url('../fonts/lato/Lato-Regular.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
}

@font-face {
        font-family: "LatoAxisScfu";
        src: url('../fonts/lato/Lato-Medium.eot');
        src: url('../fonts/lato/Lato-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato/Lato-Medium.woff') format('woff'),
        url('../fonts/lato/Lato-Medium.woff2') format('woff2'),
        url('../fonts/lato/Lato-Regular.ttf') format('truetype');
        font-weight: 500;
        font-style: normal;
}


@font-face {
        font-family: "LatoAxisScfu";
        src: url('../fonts/lato/Lato-Bold.eot');
        src: url('../fonts/lato/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato/Lato-Bold.woff') format('woff'),
        url('../fonts/lato/Lato-Bold.woff2') format('woff2'),
        url('../fonts/lato/Lato-Bold.ttf') format('truetype');
        font-weight: 700;
        font-style: normal;
}

@font-face {
        font-family: "LatoAxisScfu";
        src: url('../fonts/lato/Lato-Black.eot');
        src: url('../fonts/lato/Lato-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato/Lato-Black.woff') format('woff'),
        url('../fonts/lato/Lato-Black.woff2') format('woff2'),
        url('../fonts/lato/Lato-Black.ttf') format('truetype');
        font-weight: 900;
        font-style: normal;
}

/* ADDED BY SUMEET VARMA ON 25JULY2019 END*/

body {
  background: #f2f2f2;
  font-size: 14px;
  
  /* font-family: 'Roboto', sans-serif; */
  
  font-family: 'LatoAxisScfu', sans-serif; 
  
  color: #484848;
  overflow-x: hidden; }

p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: 400; }

a,
a:hover,
a:focus,
a:active {
  color: #484848;
  text-decoration: none;
  outline: none; }

button:focus {
  outline: none; }

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0; }

textarea {
  resize: none; }

svg.highcharts-root {
	
  /* font-family: "Roboto", sans-serif !important;  */
  
  font-family: "LatoAxisScfu", sans-serif !important;
   
  }

@media only screen and (max-width: 768px) {
  body {
    padding-bottom: 50px; } }
/* common */
.cm-not-in-page {
  left: -99999px;
  position: absolute !important;
  top: -99999px; }

.cm-line-break {
  display: block; }

.cm-bold {
  font-weight: 700; }

.cm-bg-root {
  background: #ffffff; }

.cm-required {
  position: relative; }
  .cm-required:after {
    content: '*';
    
    /* COMMENTED BY SUMEET VARMA ON 04JULY2019 */
    /* font-size: 10px;
    color: #484848; */
    
    /* ADDED BY SUMEET VARMA ON 04JULY2019 */
    font-size: 13px;
    color: #f50707;
    
    position: absolute;
    top: -5px;
    right: -5px; }

.cm-marbo-20 {
  margin-bottom: 20px; }

.cm-text-primary {
  color: #97144d; }

.cm-limit-arrow {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #97144d;
  top: 46%;
  margin-left: 5px;
  display: inline-block; }

.cm-medium {
  font-weight: 500; }

.cm-action-wrap {
  display: block;
  text-align: center;
  padding: 20px;
  margin-top: 40px; }
  .cm-action-wrap .btn {
    margin-right: 20px; }
    .cm-action-wrap .btn:last-child {
      margin-right: 0; }

.cm-error {
  color: #e30e0e; }

.cm-success {
  color: #2cbb00; }

@font-face {
  font-family: "axisscfu";
  src: url("../fonts/axisscfu.eot");
  src: url("../fonts/axisscfu.eot?#iefix") format("embedded-opentype"), url("../fonts/axisscfu.woff") format("woff"), url("../fonts/axisscfu.ttf") format("truetype"), url("../fonts/axisscfu.svg#axisscfu") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "axisscfu" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "axisscfu" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-calendar:before {
  content: "\61"; }

.icon-notification:before {
  content: "\62"; }

.icon-speech-bubble:before {
  content: "\64"; }

.icon-file-upload:before {
  content: "\65"; }

.icon-reverse-feed:before {
  content: "\66"; }

.icon-angle-down:before {
  content: "\67"; }

.icon-angle-up:before {
  content: "\68"; }

.icon-angle-right:before {
  content: "\69"; }

.icon-search:before {
  content: "\6a"; }

.icon-angle-left:before {
  content: "\6b"; }

.icon-user:before {
  content: "\6c"; }

.icon-lock:before {
  content: "\6d"; }

.icon-close:before {
  content: "\6e"; }

.icon-form-upload:before {
  content: "\6f"; }

.icon-report:before {
  content: "\70"; }

.icon-invoice:before {
  content: "\71"; }

.icon-tick:before {
  content: "\72"; }

.icon-logout:before {
  content: "\73"; }

.icon-calf:before {
  content: "\63"; }

.icon-home:before {
  content: "\74"; }

.icon-faqf:before {
  content: "\75"; }

.icon-msg:before {
  content: "\76"; }

.icon-note:before {
  content: "\77"; }

.icon-upload:before {
  content: "\79"; }

.icon-transact:before {
  content: "\7a"; }

.icon-back:before {
  content: "\78"; }

.icon-prev:before {
  content: "\41"; }

.icon-next:before {
  content: "\42"; }

.icon-download:before {
  content: "\43"; }

.icon-unlock:before {
  content: "\44"; }

.icon-eye-open:before {
  content: "\46"; }

.icon-eye-close:before {
  content: "\45"; }

.icon-reverse-feednew:before {
  content: "\47"; }
  

.icon-cal:before {
	content: "\48"
}

.icon-cal-o:before {
	content: "\49"
}

.icon-chat-o:before {
	content: "\4a"
}

.icon-chat-1:before {
	content: "\4b"
}

.icon-bell-o:before {
	content: "\4c"
}

.icon-bell:before {
	content: "\4d"
}

.icon-info:before {
	content: "\4e"
}

.icon-info-o:before {
	content: "\4f"
}


#header 
{
  /* padding: 10px 20px; */
  padding: 48px 0px;
  /* background: url("../images/header-back.jpg") no-repeat 0 0 #97144d; */
  background: url("../images/header_background.png") ;
  background-size: cover;
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  /* top: 0; */
  top: 0px;
  z-index: 10; 
}

/* base */
.bs-header {
  /* padding: 10px 20px; */
  padding: 26px 0px;
  /* background: url("../images/header-back.jpg") no-repeat 0 0 #97144d; */
  background: url("../images/header_background.jpg") ;
  background-size: cover;
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  /* top: -14px; */
  z-index: 10; }
  .bs-header .logo-wrap {
    width: 115px;
    height: 30px;
    display: block;
    float: left;
    margin-top: 7px; }
    .bs-header .logo-wrap img {
      width: 100%; }
  .bs-header .side-nav {
    float: right;
    
    padding-right: 25px;
    padding-top: 8px;
    
     }
    .bs-header .side-nav ul .item {
      float: left;
      padding: 0 30px; }
      .bs-header .side-nav ul .item:last-child {
        padding-right: 0; }
      .bs-header .side-nav ul .item:first-child {
        /* border-right: 1px solid #ffffff; */
        
        border-right: 1px solid #323232;  
        
        }
    .bs-header .side-nav .btn.btn-icon {
      display: none;
      background-color: transparent; }
      .bs-header .side-nav .btn.btn-icon .s-icon {
        width: 20px;
        height: 30px;
        display: block;
        background: url(../images/tab-sprite.svg) no-repeat 0 0 transparent;
        background-size: cover; }
        .bs-header .side-nav .btn.btn-icon .s-icon.icon-notify {
          background-position: 0 -173px; }
  .bs-header .btn-icon {
    font-size: 30px;
    /* color: #ffffff; */
    
    color: #323232;
    
     }
    .bs-header .btn-icon .icon:before {
      position: relative;
      top: 4px; }
  .bs-header .mod-breadcrumbs {
    position: absolute;
    left: 320px;
    right: 350px;
    top: 50%;
    transform: translateY(-50%); }
  .bs-header .menu-btn {
    padding: 10px 5px;
    display: none; }
    .bs-header .menu-btn span {
      display: block;
      height: 2px;
      background: #ffffff;
      border-radius: 5px;
      margin-bottom: 4px;
      width: 15px; }
      .bs-header .menu-btn span:last-child {
        margin-bottom: 0; }
      .bs-header .menu-btn span:nth-child(2) {
        width: 20px; }

@media only screen and (max-width: 768px) {
  .bs-header {
    /* background-image: url("../images/header-back-mb.jpg"); */
    background-image: url("../images/header_background.png");
    padding: 10px;
    height: 50px;
    overflow: inherit; }
    .bs-header .menu-btn {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      padding: 17px; }
    .bs-header .side-nav {
      float: none;
      position: absolute;
      right: 0;
      top: 0; }
      .bs-header .side-nav ul .item:first-child {
        display: none; }
      .bs-header .side-nav ul .item:last-child {
        padding: 10px 8px; }
    .bs-header .logo-wrap {
      float: none;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .bs-header .btn-icon {
      font-size: 22px; }
    .bs-header .mod-breadcrumbs {
      display: none; } }
.bs-footer {
  /* background: url("../images/header-back.jpg") no-repeat 0 0 #97144d; */
  
  background: no-repeat 0 0 #c8c8c8;
  
  background-size: cover;
  /* color: #ffffff; */
  
  color: #323232;
  
  padding: 20px 30px; }
  .bs-footer .logo-wrap {
    width: 90px;
    height: 22px;
    display: inline-block;
    margin-bottom: 10px; }
    .bs-footer .logo-wrap img {
      width: 100%; }
  .bs-footer .text {
    font-size: 12px;
    line-height: 14px; 
    
    color:#323232;
    }
    .bs-footer .text a {
      /* color: #ffffff; */
      
      color: #323232;
      
       }
      .bs-footer .text a:hover {
        text-decoration: underline; }
  .bs-footer .list-wrap {
    display: table; }
    .bs-footer .list-wrap .item {
      display: table-cell;
      vertical-align: bottom;
      padding: 0 30px; }
      .bs-footer .list-wrap .item:first-child {
        padding-left: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.5); }
        .bs-footer .list-wrap .item:first-child .text {
          margin-bottom: 0; }
      .bs-footer .list-wrap .item:last-child .text:last-child {
        margin-bottom: 0; }

@media only screen and (max-width: 768px) {
  .bs-footer {
    text-align: center;
    padding: 20px 15px;
    background-image: url("../images/header-back-mb.jpg"); }
    .bs-footer .list-wrap {
      display: block; }
      .bs-footer .list-wrap .item {
        display: block;
        padding: 15px 0; }
        .bs-footer .list-wrap .item:first-child {
          border-right: 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          padding-top: 0; }
        .bs-footer .list-wrap .item:last-child {
          padding-bottom: 0; } }
.bs-login {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .bs-login .login-form-wrap {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 35%;
    /* background: url("../images/left-panel.jpg") no-repeat 0 0 transparent; */
    background: no-repeat 0 0 #ffffff;
    background-size: cover;
    padding: 50px; }
  .bs-login .login-img-wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 65%;
    background: url("../images/login-back.jpg") no-repeat 0 0 transparent;
    background-size: cover; }
    .bs-login .login-img-wrap img {
      display: none; }
  .bs-login .logo {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 30px; }
    .bs-login .logo img {
      width: 100%; }
  .bs-login .form-panel {
    padding: 20px 25px;
    border-radius: 5px;
    background: #ffffff;
    width: 350px;
    margin: 0 auto;
    margin-top: 89px; 
    margin-left: 0px;}
    .bs-login .form-panel .panel-head {
      text-align: center;
      margin-bottom: 20px; }
    .bs-login .form-panel .panel-title {
      font-size: 18px;
      line-height: 20px;
      color: #97144d;
      font-weight: 700;
      text-transform: capitalize; }
    .bs-login .form-panel .mod-alert {
      top: 20px;
      left: 5%;
      right: 5%;
      position: absolute;
      display: none; }
  .bs-login.active-alert .form-panel {
    padding-top: 80px;
    position: relative; }
    .bs-login.active-alert .form-panel .mod-alert {
      display: block; }
    .bs-login.active-alert .form-panel .panel-head {
      display: none; }

@media only screen and (max-width: 768px) {
  .bs-login .login-img-wrap {
    display: none; }
  .bs-login .login-form-wrap {
    width: 100%;
    padding: 20px; }
  .bs-login .logo {
    width: 150px;
    margin-bottom: 15px; }
  .bs-login .form-panel {
    width: 100%; } }
.bs-form .form-body ul li {
  display: block;
  margin-bottom: 15px; }
.bs-form .form-group .field-title {
  font-size: 10px;
  text-transform: capitalize;
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
  z-index: 1; }
.bs-form .form-group .field-note {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  margin-top: 10px;
  color: #97144d;
  display: block;
  margin-bottom: 0; }
.bs-form .form-group .form-control {
  font-size: 14px; }
  .bs-form .form-group .form-control.typ-glow {
    -webkit-box-shadow: 0px 0px 20px 10px #efefef;
    -moz-box-shadow: 0px 0px 20px 10px #efefef;
    box-shadow: 0px 0px 20px 10px #efefef;
    border: none; }
  .bs-form .form-group .form-control::placeholder {
    color: #e2e2e2; }
.bs-form .form-group .input-group {
  -webkit-box-shadow: 0px 0px 20px 10px #efefef;
  -moz-box-shadow: 0px 0px 20px 10px #efefef;
  box-shadow: 0px 0px 20px 10px #efefef;
  border: none;
  background: #ffffff; }
  .bs-form .form-group .input-group .input-group-addon,
  .bs-form .form-group .input-group .form-control {
    background: transparent;
    border: none;
    box-shadow: none; }
  .bs-form .form-group .input-group .form-control {
    padding: 6px 12px 6px 6px; }
  .bs-form .form-group .input-group .input-group-addon {
    font-size: 14px;
    line-height: 16px;
    color: #484848;
    font-family: 400;
    padding: 6px 6px 6px 12px; }
  .bs-form .form-group .input-group.typ-file .inputfile {
    display: none; }
  .bs-form .form-group .input-group.typ-file .file-label {
    position: relative; }
    .bs-form .form-group .input-group.typ-file .file-label .file-holder {
      height: 40px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      padding: 12px 15px;
      font-size: 16px;
      line-height: 18px;
      font-weight: 700;
      width: 300px;
      display: inline-block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .bs-form .form-group .input-group.typ-file .file-label .file-trigger {
      font-size: 14px;
      line-height: 16px;
      text-transform: capitalize;
      color: #97144d;
      font-weight: 700;
      padding-left: 15px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) translateX(100%);
      cursor: pointer;
      right: 0; }
.bs-form .form-group.typ-default .field-title {
  font-size: 16px;
  line-height: 18px;
  color: #484848;
  font-weight: 400;
  text-transform: capitalize;
  margin: 10px 0; }
.bs-form .form-group.typ-default .field-value .title {
  font-size: 16px;
  line-height: 18px;
  color: #484848;
  font-weight: 700;
  text-transform: capitalize;
  margin: 10px 0; }
.bs-form .form-group.typ-default .field-value .desc {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  color: #484848; }
.bs-form .form-group.typ-default .input-group {
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: none; }
  .bs-form .form-group.typ-default .input-group .input-group-addon .icon {
    font-size: 25px;
    color: #97144d; }
  .bs-form .form-group.typ-default .input-group .form-control {
    height: 40px;
    text-align: left;
    padding: 6px 12px; }
  .bs-form .form-group.typ-default .input-group.typ-file {
    border: none; }
.bs-form .form-group.typ-default .form-control {
  box-shadow: none;
  height: 40px; }
 
 .bs-form .form-group.error .bs-select .select2-container .select2-choice,
.bs-form .form-group.error .form-control,
.bs-form .form-group.error .input-group {
	border-color: red
}

.bs-form .form-foot {
  padding: 25px 10px 10px; }
  .bs-form .form-foot .btn {
    display: block;
    margin: 0 auto; }
    .bs-form .form-foot .btn:first-child {
      margin-bottom: 20px; }
.bs-form.typ-vertical .form-foot {
  padding-left: 26%; }
  .bs-form.typ-vertical .form-foot .btn {
    display: inline-block;
    margin-right: 20px; }
    .bs-form.typ-vertical .form-foot .btn:last-child {
      margin-right: 0; }
    .bs-form.typ-vertical .form-foot .btn:first-child {
      margin-bottom: 0; }
.bs-form.typ-vertical .form-body ul li {
  margin-bottom: 20px; }
  .bs-form.typ-vertical .form-body ul li.last {
    margin-bottom: 0; }
.bs-form.typ-vertical .form-group {
  margin-bottom: 0; }
.bs-form #word {
  font-size: 16px;
  line-height: 18px;
  color: #3697d5;
  font-weight: 700;
  margin-top: 10px;
  width: 450px; }
  /*added by samik dealer lead creation anchor portal*/
  .bs-form #word1 {
  font-size: 16px;
  line-height: 18px;
  color: #3697d5;
  font-weight: 700;
  margin-top: 10px;
  width: 450px; }
  .bs-form #word2 {
  font-size: 16px;
  line-height: 18px;
  color: #3697d5;
  font-weight: 700;
  margin-top: 10px;
  width: 450px; }
/*end by samik dealer lead creation anchor portal*/
@media only screen and (max-width: 768px) {
  .bs-form .form-body ul li {
    margin-bottom: 10px; }
  .bs-form .form-foot {
    padding: 15px 10px 10px; }
    .bs-form .form-foot .btn:first-child {
      margin-bottom: 15px; }
  .bs-form.typ-horizontal .form-group {
    margin-bottom: 15px; }
  .bs-form.typ-horizontal .form-body ul li {
    margin-bottom: 0; }
  .bs-form.typ-vertical .form-foot {
    padding-left: 0;
    text-align: center;
    padding-top: 30px; }
  .bs-form #word {
    width: 100%; }
    /*added by samik dealer lead creation anchor portal*/
    .bs-form #word1 {
    width: 100%; }
    .bs-form #word2 {
    width: 100%; }
    /*end by samik dealer lead creation anchor portal*/
  .bs-form .form-group .input-group.typ-file .file-label .file-holder {
    width: 100px; }
  .bs-form .form-group.typ-default .field-title {
    font-size: 14px;
    line-height: 16px; } }
.bs-checkbox input[type=checkbox]:not(old) {
  width: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute; }
.bs-checkbox input[type=checkbox]:not(old) + label {
  cursor: pointer;
  display: table; }
  .bs-checkbox input[type=checkbox]:not(old) + label .icon {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #d1cece;
    display: inline-block;
    display: table-cell;
    position: relative;
    transition: all 0.3s ease; }
    .bs-checkbox input[type=checkbox]:not(old) + label .icon:before {
      content: 'r';
      font-family: "axisscfu" !important;
      text-transform: lowercase !important;
      font-size: 10px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #d1cece;
      transition: all 0.3s ease; }
  .bs-checkbox input[type=checkbox]:not(old) + label .label {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #d1cece;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-top: 5px;
    transition: all 0.3s ease; }
.bs-checkbox input[type=checkbox]:not(old):checked + label .icon {
  border-color: #484848; }
  .bs-checkbox input[type=checkbox]:not(old):checked + label .icon:before {
    color: #484848; }
.bs-checkbox input[type=checkbox]:not(old):checked + label .label {
  color: #484848; }

.bs-radio input[type=radio]:not(old) {
  width: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute; }
.bs-radio input[type=radio]:not(old) + label {
  font-size: 14px;
  line-height: 16px;
  color: #484848;
  opacity: 0.8;
  text-transform: capitalize;
  border-bottom: 4px solid transparent;
  transition: all 0.3s ease;
  padding: 5px;
  cursor: pointer; }
.bs-radio input[type=radio]:not(old):checked + label {
  opacity: 1;
  border-color: #97144d; }
.bs-radio.typ-switch {
  width: 160px;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #97144d;
  position: relative; }
  .bs-radio.typ-switch input[type=radio]:not(old) + label {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #97144d;
    text-transform: uppercase;
    opacity: 1;
    border-bottom: none;
    padding: 10px 15px;
    position: relative;
    z-index: 2;
    width: 48.8%;
    text-align: center; }
  .bs-radio.typ-switch input[type=radio]:not(old):checked + label {
    color: #ffffff; }
  .bs-radio.typ-switch input[type=radio]:not(old).on:checked + label ~ .slider {
    transform: translateX(0); }
  .bs-radio.typ-switch input[type=radio]:not(old).off:checked + label ~ .slider {
    transform: translateX(100%); }
  .bs-radio.typ-switch .slider {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: -1px;
    display: block;
    width: 80px;
    height: 34px;
    border-radius: 3px;
    background-color: #97144d;
    transition: all 0.3s cubic-bezier(0.65, -0.1, 0, 1.26); }

.bs-link-text {
  font-size: 15px;
  line-height: 18px;
  color: #484848;
  font-weight: 700;
  text-align: center; }
  .bs-link-text .link-text {
    color: #97144d; 
    cursor: pointer;
    }
    .bs-link-text .link-text:hover {
      text-decoration: underline; }

.bs-menu {
  width: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  /* top: 57px; */
  /* top: 81px; */
  top: 96px;
  overflow: auto; }
  .bs-menu .menu-head {
    background: #ffffff;
    padding: 20px; }
  .bs-menu .mod-profile {
    margin-bottom: 15px; }
  .bs-menu .menu-cont .menu-link {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #888888;
    transition: all 0.3s ease;
    padding: 25px 30px;
    display: block; }
    .bs-menu .menu-cont .menu-link.collapse-link {
      position: relative; }
      .bs-menu .menu-cont .menu-link.collapse-link:before {
        content: 'g';
        font-family: "axisscfu" !important;
        text-transform: lowercase !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        font-size: 25px; }
      .bs-menu .menu-cont .menu-link.collapse-link.open:before {
        content: 'h'; }
  .bs-menu .menu-cont .link-list .item {
    border-bottom: 1px solid #eae9e9;
    position: relative;
    transition: all 0.3s ease; }
    .bs-menu .menu-cont .link-list .item:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 67px;
      width: 5px;
      background: transparent; }
    .bs-menu .menu-cont .link-list .item:hover .menu-link, .bs-menu .menu-cont .link-list .item.active .menu-link {
      color: #97144d;
      font-weight: 700; }
    .bs-menu .menu-cont .link-list .item:hover:before, .bs-menu .menu-cont .link-list .item.active:before {
      background: #97144d; }
    .bs-menu .menu-cont .link-list .item:last-child {
      display: none; }
  .bs-menu .mod-user {
    display: none; }
  .bs-menu .icon-close {
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 14px;
    color: #484848;
    display: none; }

@media only screen and (max-width: 768px) {
  .bs-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 15;
    background: #f8f8f8;
    width: 100%;
    transition: all 0.3s ease;
    transform: translateX(-100%); }
    .bs-menu .mod-profile {
      margin-bottom: 10px; }
    .bs-menu .mod-user {
      text-align: center;
      display: block;
      margin-bottom: 15px; }
      .bs-menu .mod-user .user-time {
        color: #888888; }
    .bs-menu .menu-cont .link-list .item:last-child {
      display: block; }
    .bs-menu .icon-close {
      display: block; }
    .bs-menu.active {
      transform: translateX(0); } }
.bs-content {
  /* padding-top: 81px; */
  padding-top: 96px;
  position: relative; }
  .bs-content:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    background: #f8f8f8;
    -webkit-box-shadow: 3px 0px 15px 0px #e8e8e8;
    -moz-box-shadow: 3px 0px 15px 0px #e8e8e8;
    box-shadow: 3px 0px 15px 0px #e8e8e8; }
  .bs-content .bs-success {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

@media only screen and (max-width: 768px) {
  .bs-content:before {
    content: none; }
  .bs-content .bs-success.typ-sm {
    top: 47%; } }
.bs-functions {
  width: 300px;
  background: #ffffff;
  padding: 20px 0;
  -webkit-box-shadow: -3px 0px 15px 0px #e8e8e8;
  -moz-box-shadow: -3px 0px 15px 0px #e8e8e8;
  box-shadow: -3px 0px 15px 0px #e8e8e8;
  transition: all 0.3s ease;
  float: right;
  height: 100%; }
  .bs-functions .noti-head {
    background: url("../images/header-back-mb.jpg") no-repeat 0 0 #97144d;
    background-size: cover;
    padding: 13px 15px;
    display: table;
    width: 100%;
    display: none; }
    .bs-functions .noti-head .icon-back {
      color: #ffffff;
      font-size: 20px;
      display: table-cell;
      vertical-align: middle; }
    .bs-functions .noti-head .noti-sec-title {
      font-size: 16px;
      line-height: 18px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 500;
      display: table-cell;
      vertical-align: middle;
      padding-left: 20px; }

@media only screen and (max-width: 768px) {
  .bs-functions {
    width: 100%;
    padding-top: 0; }
    .bs-functions .nav-tabs {
      display: none; }
    .bs-functions .noti-head {
      display: block; } }
.bs-success .mod-icon-text .text {
  font-size: 20px;
  line-height: 22px; }
.bs-success .bs-link-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px; }
.bs-success.typ-sm {
  width: 500px; }
  .bs-success.typ-sm .mod-icon-text .icon {
    margin-bottom: 15px; }
    .bs-success.typ-sm .mod-icon-text .icon.icon-congrates {
      width: 105px;
      height: 120px; }
  .bs-success.typ-sm .mod-icon-text .icon-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 25px; }
  .bs-success.typ-sm .mod-icon-text .text {
    font-size: 18px;
    line-height: 20px; }
  .bs-success.typ-sm .bs-link-text {
    font-size: 18px;
    line-height: 20px; }

@media only screen and (max-width: 768px) {
  .bs-success.typ-sm {
    width: 100%;
    padding: 0 15px; }
    .bs-success.typ-sm .mod-icon-text .icon.icon-congrates {
      width: 85px;
      height: 100px; }
    .bs-success.typ-sm .mod-icon-text .icon-title {
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 15px; }
    .bs-success.typ-sm .mod-icon-text .text {
      font-size: 16px;
      line-height: 18px; }
    .bs-success.typ-sm .bs-link-text {
      font-size: 16px;
      line-height: 18px; } }
.bs-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #ffffff;
  padding: 3px 10px;
  -webkit-box-shadow: 0px -2px 15px -1px #e8e8e8;
  -moz-box-shadow: 0px -2px 15px -1px #e8e8e8;
  box-shadow: 0px -2px 15px -1px #e8e8e8; }
  .bs-nav .nav-list-wrap {
    text-align: center; }
    .bs-nav .nav-list-wrap .nav-item {
      display: inline-block;
      padding: 0 13px;
      vertical-align: middle;
      position: relative;
      min-height: 35px; }
      .bs-nav .nav-list-wrap .nav-item:last-child {
        margin-right: 0; }
      .bs-nav .nav-list-wrap .nav-item .icon {
        color: #484848;
        transition: all 0.3s ease;
        font-size: 25px; }
        .bs-nav .nav-list-wrap .nav-item .icon:before {
          position: relative; }
        .bs-nav .nav-list-wrap .nav-item .icon.icon-home {
          font-size: 30px; }
          .bs-nav .nav-list-wrap .nav-item .icon.icon-home:before {
            top: 4px; }
        
        /* .bs-nav .nav-list-wrap .nav-item .icon.icon-notification {
          font-size: 26px; }
          .bs-nav .nav-list-wrap .nav-item .icon.icon-notification:before {
            top: 2px; }
        .bs-nav .nav-list-wrap .nav-item .icon.icon-calf {
          font-size: 38px; }
          .bs-nav .nav-list-wrap .nav-item .icon.icon-calf:before {
            top: 5px; }
        .bs-nav .nav-list-wrap .nav-item .icon.icon-msg {
          font-size: 30px; }
          .bs-nav .nav-list-wrap .nav-item .icon.icon-msg:before {
            top: 2px; }
        .bs-nav .nav-list-wrap .nav-item .icon.icon-faqf {
          font-size: 27px; }
          .bs-nav .nav-list-wrap .nav-item .icon.icon-faqf:before {
            top: 2px; } */
            
      	.bs-nav .nav-list-wrap .nav-item .icon.icon-bell:before,
		.bs-nav .nav-list-wrap .nav-item .icon.icon-cal:before,
		.bs-nav .nav-list-wrap .nav-item .icon.icon-chat-1:before,
		.bs-nav .nav-list-wrap .nav-item .icon.icon-info:before {
			top: 3px
		}
		      
            
            
      .bs-nav .nav-list-wrap .nav-item:before {
        content: '';
        left: 0;
        right: 0;
        top: -2px;
        height: 2px;
        background: 0 0;
        position: absolute; }
      
      /* .bs-nav .nav-list-wrap .nav-item.home:before {
        top: -7px; }
      .bs-nav .nav-list-wrap .nav-item.notification:before {
        top: -10px; }
      .bs-nav .nav-list-wrap .nav-item.cal:before {
        top: -3px; }
      .bs-nav .nav-list-wrap .nav-item.msg:before {
        top: -8px; }
      .bs-nav .nav-list-wrap .nav-item.faq:before {
        top: -9px; }
      .bs-nav .nav-list-wrap .nav-item:active .icon, .bs-nav .nav-list-wrap .nav-item:hover .icon, .bs-nav .nav-list-wrap .nav-item.active .icon, .bs-nav .nav-list-wrap .nav-item:focus .icon {
        color: #97144d; }
      .bs-nav .nav-list-wrap .nav-item:active:before, .bs-nav .nav-list-wrap .nav-item:hover:before, .bs-nav .nav-list-wrap .nav-item.active:before, .bs-nav .nav-list-wrap .nav-item:focus:before {
        background: #97144d; } */

	.bs-nav .nav-list-wrap .nav-item.active .icon,
	.bs-nav .nav-list-wrap .nav-item:active .icon,
	.bs-nav .nav-list-wrap .nav-item:focus .icon,
	.bs-nav .nav-list-wrap .nav-item:hover .icon {
		color: #97144d;
		
	}
	
	.bs-nav .nav-list-wrap .nav-item.active:before,
	.bs-nav .nav-list-wrap .nav-item:active:before,
	.bs-nav .nav-list-wrap .nav-item:focus:before,
	.bs-nav .nav-list-wrap .nav-item:hover:before {
		background: #97144d;
		
	}
@media only screen and (max-width: 768px) {
  .bs-nav {
    display: block; } }
.bs-data-value .data-title {
  color: #888888;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px; }
.bs-data-value .data-value {
  color: #484848;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px; }
.bs-data-value .list .data-item {
  overflow: hidden; }
  .bs-data-value .list .data-item:nth-of-type(odd) {
    background: #f9f8f8; }
  .bs-data-value .list .data-item .data-wrap {
    float: left;
    width: 50%;
    padding: 15px 25px; }
.bs-data-value.typ-inline {
  padding: 20px 0 30px 0; }
  .bs-data-value.typ-inline .data-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: capitalize; }
  .bs-data-value.typ-inline .data-value {
    font-size: 16px;
    line-height: 18px; }
.bs-data-value.typ-summary .data-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  margin-bottom: 5px; }
.bs-data-value.typ-summary .data-value {
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  word-wrap: break-word; }
.bs-data-value.typ-summary .list li {
  margin-bottom: 20px; }
.bs-data-value.typ-with-form-element .data-title,
.bs-data-value.typ-with-form-element .data-value {
  display: block;
  margin: 10px 0; }

@media only screen and (max-width: 768px) {
  .bs-data-value.typ-inline ul li {
    margin-bottom: 20px; }
    .bs-data-value.typ-inline ul li:last-child {
      margin-bottom: 0; }
  .bs-data-value.typ-summary .data-wrap {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px; }
    .bs-data-value.typ-summary .data-wrap .data-title,
    .bs-data-value.typ-summary .data-wrap .data-value {
      float: left;
      width: 50%;
      padding: 0 15px; }
  .bs-data-value.typ-summary .list li {
    margin-bottom: 25px; } }
.bs-table .dataTables_scrollHead table {
  width: 100% !important; }
  
  .bs-table a:hover {
	color: #97144d;
	text-decoration: underline;
	cursor:po
}

  .bs-table .dataTables_scrollHead table thead tr {
    background: #5c5c5c; }
  .bs-table .dataTables_scrollHead table thead th {
    border-bottom: none;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 15px;
    position: relative; }
    .bs-table .dataTables_scrollHead table thead th:before {
      content: '';
      position: absolute;
      width: 1px;
      height: 14px;
      background: #ffffff;
      top: 10px;
      right: 0; }
    .bs-table .dataTables_scrollHead table thead th:last-of-type:before {
      content: none; }
    .bs-table .dataTables_scrollHead table thead th .title-text {
      padding-right: 20px;
      display: inline-block;
      position: relative; }
      .bs-table .dataTables_scrollHead table thead th .title-text:before {
        content: '';
        width: 8px;
        height: 11px;
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        display: inline-block; }
    .bs-table .dataTables_scrollHead table thead th:after {
      content: '';
      width: 8px;
      height: 11px;
      position: absolute;
      top: 50%;
      right: 0px;
      transform: translateY(-50%);
      display: inline-block; }
    .bs-table .dataTables_scrollHead table thead th.sorting_desc .title-text:before {
      background: url("../images/desc.png") no-repeat 0 0 transparent;
      background-size: cover; }
    .bs-table .dataTables_scrollHead table thead th.sorting_asc .title-text:before {
      background: url("../images/asc.png") no-repeat 0 0 transparent;
      background-size: cover; }
    .bs-table .dataTables_scrollHead table thead th.select-checkbox:before {
      content: none; }
.bs-table table {
  width: 100% !important; }
  .bs-table table thead tr {
    background: #5c5c5c; }
  .bs-table table thead th {
    border-bottom: none;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 15px;
    position: relative; }
    .bs-table table thead th .title-text {
      padding-right: 20px;
      display: inline-block;
      position: relative; }
      .bs-table table thead th .title-text:before {
        content: '';
        width: 8px;
        height: 11px;
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        display: inline-block; }
    .bs-table table thead th:after {
      content: '';
      width: 8px;
      height: 11px;
      position: absolute;
      top: 50%;
      right: 0px;
      transform: translateY(-50%);
      display: inline-block; }
    .bs-table table thead th.sorting_desc .title-text:before {
      background: url("../images/desc.png") no-repeat 0 0 transparent;
      background-size: cover; }
    .bs-table table thead th.sorting_asc .title-text:before {
      background: url("../images/asc.png") no-repeat 0 0 transparent;
      background-size: cover; }
  .bs-table table.dataTable.display tbody tr.odd {
    background-color: #ffffff; }
    .bs-table table.dataTable.display tbody tr.odd > .sorting_1 {
      background-color: #ffffff; }
  .bs-table table.dataTable.display tbody tr.even {
    background-color: #f9f8f8; }
    .bs-table table.dataTable.display tbody tr.even > .sorting_1 {
      background-color: #f9f8f8; }
  .bs-table table.dataTable tbody tr td.select-checkbox {
    border-right: none; }
    .bs-table table.dataTable tbody tr td.select-checkbox:before {
      border-radius: 1px;
      border-color: #ddd;
      transition: all 0.3s ease; }
    .bs-table table.dataTable tbody tr td.select-checkbox:after {
      content: 'r';
      font-family: axisscfu !important;
      text-transform: lowercase !important;
      font-size: 10px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #d1cece;
      text-shadow: none;
      margin-top: -3px;
      margin-left: 2px;
      text-align: left;
      transition: all 0.3s ease; }
  .bs-table table.dataTable tbody tr.selected td.select-checkbox:before {
    border-color: #484848; }
  .bs-table table.dataTable tbody tr.selected td.select-checkbox:after {
    color: #484848; }
  .bs-table table tbody tr td {
    padding: 10px 15px;
    color: #484848;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    border-right: 1px solid #ddd; }
    .bs-table table tbody tr td:last-of-type {
      border-right: none; }
    .bs-table table tbody tr td.select-checkbox {
      cursor: pointer; }
.bs-table .dataTables_filter {
  position: absolute;
  top: -45px;
  left: 15px; }
  .bs-table .dataTables_filter label input {
    border: none;
    border-bottom: 1px solid #ddd;
    width: 250px;
    font-size: 14px;
    line-height: 16px;
    color: #484848;
    padding: 6px;
    padding-right: 35px;
    background: transparent;
    margin-left: 0; }
    .bs-table .dataTables_filter label input:focus {
      outline: none; }
.bs-table .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom-color: #ddd; }
.bs-table .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #484848 !important;
  font-weight: 700;
  border: none;
  background: transparent; }
.bs-table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #484848 !important;
  font-weight: 400; }
.bs-table.typ-inline .dataTables_filter,
.bs-table.typ-inline .dataTables_length {
  display: none; }
.bs-table.typ-inline .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none; }
.bs-table.typ-inline .dataTables_scrollHead,
.bs-table.typ-inline .dataTables_scrollHeadInner {
  width: 100% !important; }
  .bs-table.typ-inline .dataTables_scrollHead .dataTable,
  .bs-table.typ-inline .dataTables_scrollHeadInner .dataTable {
    width: 100% !important; }
.bs-table.typ-inline table.dataTable.display tbody tr.odd > .sorting_1,
.bs-table.typ-inline table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: transparent; }
.bs-table.typ-inline table.dataTable.display tbody tr:hover > .sorting_1,
.bs-table.typ-inline table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: transparent; }
.bs-table.typ-inline table {
  width: 100% !important; }
  
  .bs-table.typ-inline table thead th {
  	
  	/* COMMENTED BY SUMEET VARMA ON 18JUNE2019 */
    /* padding: 15px 30px; */ 
    
    /* ADDED BY SUMEET VARMA ON 18JUNE2019 */ 
    padding: 15px 44px; 
    }
    .bs-table.typ-inline table thead th:before {
      top: 15px; }
  .bs-table.typ-inline table tbody td {
    
    /* COMMENTED BY SUMEET VARMA ON 20JUNE2019  */
    /* padding: 15px 30px; */ 
    
    /* ADDED BY SUMEET VARMA ON 20JUNE2019  */ 
    padding: 15px 44px;
    
    border-right: 1px solid #e2e2e2;
    border-top: none; }
    .bs-table.typ-inline table tbody td.cm-text-primary {
      color: #97144d; }
  .bs-table.typ-inline table tbody tr td:last-child {
    border-right: none; }
  .bs-table.typ-inline table.dataTable.display tbody tr:hover, .bs-table.typ-inline table.dataTable.display tbody tr:active, .bs-table.typ-inline table.dataTable.display tbody tr:focus, .bs-table.typ-inline table.dataTable.display tbody tr.active {
    background-color: #fbedf2; }
    .bs-table.typ-inline table.dataTable.display tbody tr:hover td, .bs-table.typ-inline table.dataTable.display tbody tr:active td, .bs-table.typ-inline table.dataTable.display tbody tr:focus td, .bs-table.typ-inline table.dataTable.display tbody tr.active td {
      font-weight: 700; }

/* COMMENTED BY SUMEET VARMA ON 18JUNE2019 START */
/* 

.bs-table.typ-inline.typ-col-4 table thead th {
  width: 25% !important; }
  
.bs-table.typ-inline.typ-col-4 table tbody td {
  width: 25% !important; }

*/
/* COMMENTED BY SUMEET VARMA ON 18JUNE2019 END*/
  
  
.bs-table.typ-is-empty {
  position: relative; }
  .bs-table.typ-is-empty .mod-empty-text {
    position: absolute;
    left: 30px;
    top: 100px; }
.bs-table.typ-dashboard {
  -webkit-box-shadow: 0px 8px 16px -6px rgba(204, 204, 204, 0.51);
  -moz-box-shadow: 0px 8px 16px -6px rgba(204, 204, 204, 0.51);
  box-shadow: 0px 8px 16px -6px rgba(204, 204, 204, 0.51); }
  .bs-table.typ-dashboard .dataTables_filter,
  .bs-table.typ-dashboard .dataTables_length,
  .bs-table.typ-dashboard .dataTables_info,
  .bs-table.typ-dashboard .dataTables_paginate {
    display: none; }
  .bs-table.typ-dashboard .dataTables_scrollHead table thead tr {
    background: #97144d; }
  .bs-table.typ-dashboard .dataTables_scrollHead table thead th:before {
    content: none; }
  .bs-table.typ-dashboard table tbody tr td {
    font-weight: 400; }
  .bs-table.typ-dashboard .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom-color: transparent; }

@media only screen and (max-width: 768px) {
  .bs-table.typ-inline table thead th {
    padding: 15px; } }
.bs-sec {
  padding: 20px 0; }
  .bs-sec .sec-title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #3697d5; }
  .bs-sec .sec-head {
    margin-bottom: 20px; }
  .bs-sec.first {
    padding-top: 0; }
  .bs-sec .bs-form.typ-vertical {
    padding-top: 20px; }

section .bs-sec {
  border-bottom: 1px solid #f2f2f2; }
section:last-child .bs-sec {
  border-bottom: none; }

.bs-details {
  border: 1px solid #cccccc;
  margin-top: 40px; }
  .bs-details .detail-title {
    font-size: 14px;
    line-height: 16px;
    color: #484848;
    font-weight: 500;
    text-transform: uppercase; }
  .bs-details .details-head {
    padding: 20px 25px;
    overflow: hidden;
    position: relative;
    cursor: pointer; }
    .bs-details .details-head .detail-title {
      float: left; }
    .bs-details .details-head .btn-link {
      float: right; }
    .bs-details .details-head:before {
      content: 'g';
      font-family: "axisscfu" !important;
      text-transform: lowercase !important;
      font-size: 20px;
      color: #484848;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .bs-details .details-head.open:before {
      content: 'h'; }
  .bs-details .details-cont {
    border-top: 1px solid #cccccc;
    padding: 0px 25px; }
    .bs-details .details-cont .row {
      padding: 10px 0; }
  .bs-details .border {
    border-bottom: 1px solid #cccccc; }
  .bs-details .bs-data-value {
    text-align: center;
    position: relative; }
    .bs-details .bs-data-value:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: -15px;
      width: 1px;
      background-color: #cccccc; }
    .bs-details .bs-data-value .data-title {
      font-size: 14px;
      line-height: 16px;
      font-weight: 400;
      text-transform: capitalize;
      margin-bottom: 5px; }
    .bs-details .bs-data-value .data-value {
      font-size: 16px;
      line-height: 18px;
      font-weight: 700;
      text-transform: inherit; }
    .bs-details .bs-data-value.last:after {
      content: none; }

@media only screen and (max-width: 768px) {
  .bs-details .details-head {
    padding: 15px; }
    .bs-details .details-head:before {
      content: none; }
  .bs-details .bs-data-value {
    text-align: left; }
  .bs-details .border {
    border: none; }
  .bs-details .details-cont {
    border-top: none; }
    .bs-details .details-cont .row:last-child .col-xs-6 {
      margin-bottom: 20px; }
      .bs-details .details-cont .row:last-child .col-xs-6:nth-child(even) .bs-data-value:after {
        content: none; } }
.bs-tooltip {
  position: relative; }
  .bs-tooltip .tooltip-link {
    font-size: 20px;
    color: #97144d;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px; }
    .bs-tooltip .tooltip-link:hover + .tooltip-cont {
      opacity: 1;
      visibility: visible; }
  .bs-tooltip .tooltip-cont {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(115%);
    background: #ffffff;
    border: 1px solid #cccccc;
    padding: 10px;
    width: 250px;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 21px -4px rgba(204, 204, 204, 0.85);
    -moz-box-shadow: 0px 0px 21px -4px rgba(204, 204, 204, 0.85);
    box-shadow: 0px 0px 21px -4px rgba(204, 204, 204, 0.85); }
    .bs-tooltip .tooltip-cont:after, .bs-tooltip .tooltip-cont:before {
      right: 100%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      top: 18px; }
    .bs-tooltip .tooltip-cont:after {
      border-color: rgba(255, 255, 255, 0);
      border-right-color: #ffffff;
      border-width: 5px;
      margin-top: -5px; }
    .bs-tooltip .tooltip-cont:before {
      border-color: rgba(204, 204, 204, 0);
      border-right-color: #cccccc;
      border-width: 6px;
      margin-top: -6px; }
    .bs-tooltip .tooltip-cont p {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 0; }

@media only screen and (max-width: 768px) {
  .bs-tooltip .tooltip-cont {
    transform: translateX(10%);
    top: 100%; }
    .bs-tooltip .tooltip-cont:after, .bs-tooltip .tooltip-cont:before {
      right: 5px;
      top: auto;
      bottom: 100%;
      left: auto; }
    .bs-tooltip .tooltip-cont:after {
      border-right-color: transparent;
      margin-top: 0;
      border-bottom-color: #ffffff;
      margin-right: 0px; }
    .bs-tooltip .tooltip-cont:before {
      border-right-color: transparent;
      margin-top: 0;
      border-bottom-color: #DDDDDD;
      margin-right: -1px; } }
.bs-password {
  position: relative;
  padding-bottom: 15px;
  display: none; }
  .bs-password .pass-range {
    display: block;
    text-align: center; }
    .bs-password .pass-range span {
      display: inline-block;
      width: 24%;
      height: 4px;
      background: #e5e5e5; }
  .bs-password .pass-text-wrap {
    position: absolute;
    right: 0; }
    .bs-password .pass-text-wrap span {
      font-size: 12px;
      line-height: 14px;
      font-family: 500; }
      .bs-password .pass-text-wrap span.weak {
        color: #df0000; }
      .bs-password .pass-text-wrap span.soso {
        color: #e9cb02; }
      .bs-password .pass-text-wrap span.good {
        color: #1cc300; }
      .bs-password .pass-text-wrap span.great {
        color: #0e7d25; }
  .bs-password.typ-weak {
    display: block; }
    .bs-password.typ-weak .pass-range span:first-child {
      background: #df0000; }
    .bs-password.typ-weak .pass-text-wrap span {
      display: none; }
      .bs-password.typ-weak .pass-text-wrap span.weak {
        display: block; }
  .bs-password.typ-soso {
    display: block; }
    .bs-password.typ-soso .pass-range span:first-child, .bs-password.typ-soso .pass-range span:nth-child(2) {
      background: #e9cb02; }
    .bs-password.typ-soso .pass-text-wrap span {
      display: none; }
      .bs-password.typ-soso .pass-text-wrap span.soso {
        display: block; }
  .bs-password.typ-good {
    display: block; }
    .bs-password.typ-good .pass-range span:first-child, .bs-password.typ-good .pass-range span:nth-child(2), .bs-password.typ-good .pass-range span:nth-child(3) {
      background: #1cc300; }
    .bs-password.typ-good .pass-text-wrap span {
      display: none; }
      .bs-password.typ-good .pass-text-wrap span.good {
        display: block; }
  .bs-password.typ-great {
    display: block; }
    .bs-password.typ-great .pass-range span {
      background: #0e7d25; }
    .bs-password.typ-great .pass-text-wrap span {
      display: none; }
      .bs-password.typ-great .pass-text-wrap span.great {
        display: block; }

@media only screen and (max-width: 768px) {
  .bs-password .pass-range span {
    width: 23%; } }
.bs-panel {
  padding: 25px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 16px -3px rgba(204, 204, 204, 0.67);
  -moz-box-shadow: 0px 0px 16px -3px rgba(204, 204, 204, 0.67);
  box-shadow: 0px 0px 16px -3px rgba(204, 204, 204, 0.67); }
  .bs-panel .panel-title {
    font-size: 16px;
    line-height: 18px;
    color: #484848;
    font-weight: 700;
    text-transform: uppercase; }
    .bs-panel .panel-title .text-sm {
      font-size: 12px;
      line-height: 14px;
      font-weight: 400;
      text-transform: initial;
      display: block; }
  .bs-panel .panel-head {
    margin-bottom: 15px;
    position: relative;
    padding-right: 30px; }
    .bs-panel .panel-head .panel-val {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      font-size: 30px;
      line-height: 32px;
      color: #97144d; }

@media only screen and (max-width: 768px) {
  .bs-panel .panel-head {
    padding-right: 65px; }
    .bs-panel .panel-head .panel-val {
      font-size: 24px;
      line-height: 26px;
      top: 0;
      transform: translateY(0%); } }
.bs-limits .limit-title {
  font-size: 14px;
  line-height: 16px;
  color: #888888;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px; }
.bs-limits .bs-select {
  margin-bottom: 15px; }
.bs-limits .list-wrap .list-item {
  padding: 15px 0;
  border-bottom: 1px solid #cccccc; }
  .bs-limits .list-wrap .list-item:last-child {
    border-bottom: none; }
  .bs-limits .list-wrap .list-item:first-child {
    padding-top: 0; }
.bs-limits .bs-data-value .list {
  margin-bottom: 15px; }
  .bs-limits .bs-data-value .list .data-item {
    display: table;
    width: 100%;
    padding: 5px 0; }
    .bs-limits .bs-data-value .list .data-item:nth-child(odd) {
      background: #ffffff; }
    .bs-limits .bs-data-value .list .data-item .data-title {
      display: table-cell;
      text-align: left;
      vertical-align: middle;
      width: 60%; }
    .bs-limits .bs-data-value .list .data-item .data-value {
      display: table-cell;
      text-align: right;
      vertical-align: middle;
      width: 40%; }
.bs-limits .bs-data-value .data-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #484848;
  text-transform: capitalize; }
.bs-limits .bs-data-value .data-value {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #888888;
  text-transform: capitalize; }

.bs-graph .graph-head {
  display: table;
  width: 100%;
  margin-bottom: 20px; }
  .bs-graph .graph-head .lhs {
    display: table-cell;
    width: 60%; }
    .bs-graph .graph-head .lhs .bs-radio {
      display: inline-block;
      margin-right: 30px; }
      .bs-graph .graph-head .lhs .bs-radio:last-child {
        margin-right: 0; }
  .bs-graph .graph-head .rhs {
    display: table-cell;
    width: 40%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease; }
    .bs-graph .graph-head .rhs.active {
      opacity: 1;
      visibility: visible; }
.bs-graph .graph-cont {
  position: relative; }
  .bs-graph .graph-cont .graph-wrap {
    height: 300px; }
  .bs-graph .graph-cont .bs-radio-wrap {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-115%); }
.bs-graph.typ-repayment .graph-cont {
  padding-top: 40px; }

@media only screen and (max-width: 768px) {
  .bs-graph .graph-head {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
    .bs-graph .graph-head .lhs {
      display: block;
      width: 100%;
      margin-bottom: 20px; }
  .bs-graph .graph-cont .bs-radio-wrap {
    position: static;
    transform: translateY(-100%); } }
@media only screen and (min-width: 1920px) {
  .bs-graph .graph-cont .graph-wrap {
    height: 400px; } }
/* bootstrap-extend */
.btn {
  font-size: 14px;
  line-height: 16px;
  padding: 10px 30px;
  transition: all 0.3s ease; }
  .btn:hover, .btn:focus, .btn:active {
    outline: none;
    box-shadow: none; }
  .btn.btn-default {
    background: #97144d;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #97144d; }
    .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
      background: #c93972; }
  .btn.btn-link {
    color: #97144d;
    text-transform: capitalize;
    padding: 0; }
  .btn.btn-icon {
    padding: 10px;
    background: #97144d; }
    .btn.btn-icon .s-icon {
      filter: contrast(0) brightness(100); }
    .btn.btn-icon:hover, .btn.btn-icon:focus, .btn.btn-icon:active {
      background: #c93972; }
  .btn.btn-icon-link {
    display: table;
    padding: 10px; }
    .btn.btn-icon-link .icon,
    .btn.btn-icon-link .text {
      display: table-cell;
      vertical-align: middle; }
    .btn.btn-icon-link .icon {
      font-size: 16px;
      color: #888888;
      transition: all 0.3s ease; }
    .btn.btn-icon-link .text {
      font-size: 16px;
      line-height: 18px;
      color: #888888;
      font-weight: 400;
      padding-left: 5px;
      text-transform: capitalize;
      transition: all 0.3s ease; }
  .btn.btn-border {
    background: #ffffff;
    color: #97144d;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #97144d; }
    .btn.btn-border:hover, .btn.btn-border:focus, .btn.btn-border:active {
      background: #97144d;
      color: #ffffff; }
  .btn.btn-sm {
    padding-top: 8px;
    padding-bottom: 8px; }
  .btn.btn-lg {
    min-width: 150px;
    padding: 15px; }
  .btn.btn-reverse {
    background: #ffffff;
    color: #97144d;
    padding: 6px 10px;
    border: none;
    box-shadow: none;
    outline: none; }
    .btn.btn-reverse .icon {
      font-size: 20px; }
    .btn.btn-reverse:hover, .btn.btn-reverse:focus, .btn.btn-reverse:active {
      background: #ffffff;
      color: #97144d;
      border: none;
      box-shadow: none;
      outline: none; }

@media only screen and (max-width: 768px) {
  .btn.btn-icon-link .icon {
    font-size: 16px; }
  .btn.btn-icon-link .text {
    font-size: 13px;
    line-height: 16px; } }
.bs-tabs.typ-icon .nav-tabs {
  border-bottom: none;
  text-align: center;
  padding: 0 20px; }
  .bs-tabs.typ-icon .nav-tabs > li {
    margin-bottom: 0; }
    
    .bs-tabs.typ-icon .nav-tabs>li>.icon {
		font-size: 20px;
		color: #484848
	}
	
	.bs-tabs.typ-icon .nav-tabs>li>a:focus,
	.bs-tabs.typ-icon .nav-tabs>li>a:hover {
		background: 0 0;
		background-color: none;
		border-color: transparent;
		border: none
	}
	
	.bs-tabs.typ-icon .nav-tabs>li>a:focus:before,
	.bs-tabs.typ-icon .nav-tabs>li>a:hover:before {
		font-family: axisscfu!important;
		color: #97144d;
		font-size: 20px
	}
	
	.bs-tabs.typ-icon .nav-tabs>li>a:focus.icon-bell:before,
	.bs-tabs.typ-icon .nav-tabs>li>a:hover.icon-bell:before {
		content: 'L'
	}
	
	.bs-tabs.typ-icon .nav-tabs>li>a:focus.icon-cal:before,
	.bs-tabs.typ-icon .nav-tabs>li>a:hover.icon-cal:before {
		content: 'I'
	}
	
	.bs-tabs.typ-icon .nav-tabs>li>a:focus.icon-chat-1:before,
	.bs-tabs.typ-icon .nav-tabs>li>a:hover.icon-chat-1:before {
		content: 'J'
	}
	
	.bs-tabs.typ-icon .nav-tabs>li>a:focus.icon-info:before,
	.bs-tabs.typ-icon .nav-tabs>li>a:hover.icon-info:before {
		content: 'O'
	}
	
	.bs-tabs.typ-icon .nav-tabs>li.active a:focus,
	.bs-tabs.typ-icon .nav-tabs>li.active>a,
	.bs-tabs.typ-icon .nav-tabs>li.active>a:hover {
		border: none
	}
	
	.bs-tabs.typ-icon .nav-tabs>li.active a:focus:before,
	.bs-tabs.typ-icon .nav-tabs>li.active>a:before,
	.bs-tabs.typ-icon .nav-tabs>li.active>a:hover:before {
		font-family: axisscfu!important;
		color: #97144d;
		font-size: 20px
	}
	
	.bs-tabs.typ-icon .nav-tabs>li.active a:focus.icon-bell:before,
	.bs-tabs.typ-icon .nav-tabs>li.active>a.icon-bell:before,
	.bs-tabs.typ-icon .nav-tabs>li.active>a:hover.icon-bell:before {
		content: 'L'
	}
	
	.bs-tabs.typ-icon .nav-tabs>li.active a:focus.icon-cal:before,
	.bs-tabs.typ-icon .nav-tabs>li.active>a.icon-cal:before,
	.bs-tabs.typ-icon .nav-tabs>li.active>a:hover.icon-cal:before {
		content: 'I'
	}
	
	.bs-tabs.typ-icon .nav-tabs>li.active a:focus.icon-chat-1:before,
	.bs-tabs.typ-icon .nav-tabs>li.active>a.icon-chat-1:before,
	.bs-tabs.typ-icon .nav-tabs>li.active>a:hover.icon-chat-1:before {
		content: 'J'
	}
	
	.bs-tabs.typ-icon .nav-tabs>li.active a:focus.icon-info:before,
	.bs-tabs.typ-icon .nav-tabs>li.active>a.icon-info:before,
	.bs-tabs.typ-icon .nav-tabs>li.active>a:hover.icon-info:before {
		content: 'O'
	}
	    
   /*  .bs-tabs.typ-icon .nav-tabs > li > .s-icon {
      width: 30px;
      height: 32px;
      display: block;
      background: url("../images/tab-sprite.svg") no-repeat 0 0 transparent;
      background-size: cover;
      margin: 0 auto; } */
      
    	/* COMMENTED BY SUMEET VARMA ON 12JUNE2019 START */
      
      	/* .bs-tabs.typ-icon .nav-tabs > li > .s-icon.icon-notify {
        background-position: 0 -240px; }
      	.bs-tabs.typ-icon .nav-tabs > li > .s-icon.icon-cal {
        background-position: 0 -39px; }
      	.bs-tabs.typ-icon .nav-tabs > li > .s-icon.icon-message {
        background-position: 0 -197px; }
      	.bs-tabs.typ-icon .nav-tabs > li > .s-icon.icon-faq {
        background-position: 0 -120px; } */
        
  		/* COMMENTED BY SUMEET VARMA ON 12JUNE2019 END */
  		
  		
  		/* ADDED BY SUMEET VARMA ON 12JUNE2019 START */
  		
  		/* .bs-tabs.typ-icon .nav-tabs > li > .s-icon.icon-cal {
		    background-position: 0 -45px;
		}
		
  		.bs-tabs.typ-icon .nav-tabs > li > .s-icon.icon-notify {
		    background-position: 0 -262px;
		}
		
		.bs-tabs.typ-icon .nav-tabs > li > .s-icon.icon-message {
		    background-position: 0 -217px;
		}
		
		.bs-tabs.typ-icon .nav-tabs > li > .s-icon.icon-faq {
		    background-position: 0 -134px;
		} */
  		
  		/* ADDED BY SUMEET VARMA ON 12JUNE2019 END */
  		
    /* .bs-tabs.typ-icon .nav-tabs > li > a,
    .bs-tabs.typ-icon .nav-tabs > li > a:hover,
    .bs-tabs.typ-icon .nav-tabs > li > a:focus {
      background-color: none;
      border-color: transparent;
      border: none; } */
      
      /* COMMENTED BY SUMEET VARMA ON 12JUNE2019 START */
      
      /* .bs-tabs.typ-icon .nav-tabs > li > a.icon-notify,
      .bs-tabs.typ-icon .nav-tabs > li > a:hover.icon-notify,
      .bs-tabs.typ-icon .nav-tabs > li > a:focus.icon-notify {
        background-position: 0 -287px; }
      .bs-tabs.typ-icon .nav-tabs > li > a.icon-cal,
      .bs-tabs.typ-icon .nav-tabs > li > a:hover.icon-cal,
      .bs-tabs.typ-icon .nav-tabs > li > a:focus.icon-cal {
        background-position: 0 1px; }
      .bs-tabs.typ-icon .nav-tabs > li > a.icon-message,
      .bs-tabs.typ-icon .nav-tabs > li > a:hover.icon-message,
      .bs-tabs.typ-icon .nav-tabs > li > a:focus.icon-message {
        background-position: 0 -158px; }
      .bs-tabs.typ-icon .nav-tabs > li > a.icon-faq,
      .bs-tabs.typ-icon .nav-tabs > li > a:hover.icon-faq,
      .bs-tabs.typ-icon .nav-tabs > li > a:focus.icon-faq {
        background-position: 0 -78px; } */
        
   	/* COMMENTED BY SUMEET VARMA ON 12JUNE2019 END */
   	
   	/* ADDED BY SUMEET VARMA ON 12JUNE2019 START */
   	
   		
      /* .bs-tabs.typ-icon .nav-tabs > li > a.icon-cal,
      .bs-tabs.typ-icon .nav-tabs > li > a:hover.icon-cal,
      .bs-tabs.typ-icon .nav-tabs > li > a:focus.icon-cal {
        background-position: 0 1px; }
        
        .bs-tabs.typ-icon .nav-tabs > li > a.icon-notify,
      .bs-tabs.typ-icon .nav-tabs > li > a:hover.icon-notify,
      .bs-tabs.typ-icon .nav-tabs > li > a:focus.icon-notify {
        background-position: 0 -315px; }
        
      .bs-tabs.typ-icon .nav-tabs > li > a.icon-message,
      .bs-tabs.typ-icon .nav-tabs > li > a:hover.icon-message,
      .bs-tabs.typ-icon .nav-tabs > li > a:focus.icon-message {
        background-position: 0 -174px; }
        
      .bs-tabs.typ-icon .nav-tabs > li > a.icon-faq,
      .bs-tabs.typ-icon .nav-tabs > li > a:hover.icon-faq,
      .bs-tabs.typ-icon .nav-tabs > li > a:focus.icon-faq {
        background-position: 0 -89px; } */
   	
   	/* COMMENTED BY SUMEET VARMA ON 12JUNE2019 END */
        
        
    /* .bs-tabs.typ-icon .nav-tabs > li.active > a,
    .bs-tabs.typ-icon .nav-tabs > li.active > a:hover,
    .bs-tabs.typ-icon .nav-tabs > li.active a:focus {
      border: none; } */
      
      /* COMMENTED BY SUMEET VARMA ON 12JUNE2019 START */
      
      /* .bs-tabs.typ-icon .nav-tabs > li.active > a.icon-notify,
      .bs-tabs.typ-icon .nav-tabs > li.active > a:hover.icon-notify,
      .bs-tabs.typ-icon .nav-tabs > li.active a:focus.icon-notify {
        background-position: 0 -287px; }
      .bs-tabs.typ-icon .nav-tabs > li.active > a.icon-cal,
      .bs-tabs.typ-icon .nav-tabs > li.active > a:hover.icon-cal,
      .bs-tabs.typ-icon .nav-tabs > li.active a:focus.icon-cal {
        background-position: 0 1px; }
      .bs-tabs.typ-icon .nav-tabs > li.active > a.icon-message,
      .bs-tabs.typ-icon .nav-tabs > li.active > a:hover.icon-message,
      .bs-tabs.typ-icon .nav-tabs > li.active a:focus.icon-message {
        background-position: 0 -158px; }
      .bs-tabs.typ-icon .nav-tabs > li.active > a.icon-faq,
      .bs-tabs.typ-icon .nav-tabs > li.active > a:hover.icon-faq,
      .bs-tabs.typ-icon .nav-tabs > li.active a:focus.icon-faq {
        background-position: 0 -78px; } */
        
     /* COMMENTED BY SUMEET VARMA ON 12JUNE2019 END */
     
    /* ADDED BY SUMEET VARMA ON 12JUNE2019 END */
     
    /*  .bs-tabs.typ-icon .nav-tabs > li.active > a.icon-cal, .bs-tabs.typ-icon .nav-tabs > li.active > a:hover.icon-cal, .bs-tabs.typ-icon .nav-tabs > li.active a:focus.icon-cal {
        background-position: 0 1px; 
	}
	
	.bs-tabs.typ-icon .nav-tabs > li.active > a.icon-notify, .bs-tabs.typ-icon .nav-tabs > li.active > a:hover.icon-notify, .bs-tabs.typ-icon .nav-tabs > li.active a:focus.icon-notify {
	    background-position: 0 -315px;
	}
	
	.bs-tabs.typ-icon .nav-tabs > li.active > a.icon-message, .bs-tabs.typ-icon .nav-tabs > li.active > a:hover.icon-message, .bs-tabs.typ-icon .nav-tabs > li.active a:focus.icon-message {
	    background-position: 0 -174px;
	}
	
	.bs-tabs.typ-icon .nav-tabs > li.active > a.icon-faq, .bs-tabs.typ-icon .nav-tabs > li.active > a:hover.icon-faq, .bs-tabs.typ-icon .nav-tabs > li.active a:focus.icon-faq {
	    background-position: 0 -89px;
	} */
    
    /* ADDED BY SUMEET VARMA ON 12JUNE2019 END */
    
    
    
    
    
    
    
    
    
    
.bs-tabs.typ-icon .nav > li {
  width: 25%;
  position: relative; }
  .bs-tabs.typ-icon .nav > li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #e8e8e8;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
  .bs-tabs.typ-icon .nav > li:last-child:before {
    content: none; }
  .bs-tabs.typ-icon .nav > li > a {
    font-size: 20px; }
.bs-tabs.typ-swiper .swiper-slide {
  width: auto; }
.bs-tabs.typ-swiper .nav-tabs {
  padding-right: 70px;
  position: relative; }
  .bs-tabs.typ-swiper .nav-tabs li {
    position: relative; }
    .bs-tabs.typ-swiper .nav-tabs li:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 3px;
      background: 0 0;
      width: 100%;
      transition: all 0.3s ease; }
    .bs-tabs.typ-swiper .nav-tabs li.active:before, .bs-tabs.typ-swiper .nav-tabs li:hover:before, .bs-tabs.typ-swiper .nav-tabs li:focus:before, .bs-tabs.typ-swiper .nav-tabs li:active:before {
      background: #3697d5; }
    .bs-tabs.typ-swiper .nav-tabs li.active .btn-icon-link .icon, .bs-tabs.typ-swiper .nav-tabs li:hover .btn-icon-link .icon, .bs-tabs.typ-swiper .nav-tabs li:focus .btn-icon-link .icon, .bs-tabs.typ-swiper .nav-tabs li:active .btn-icon-link .icon {
      color: #484848; }
    .bs-tabs.typ-swiper .nav-tabs li.active .btn-icon-link .text, .bs-tabs.typ-swiper .nav-tabs li:hover .btn-icon-link .text, .bs-tabs.typ-swiper .nav-tabs li:focus .btn-icon-link .text, .bs-tabs.typ-swiper .nav-tabs li:active .btn-icon-link .text {
      color: #484848; }
  .bs-tabs.typ-swiper .nav-tabs > li a {
    border: none; }
  .bs-tabs.typ-swiper .nav-tabs > li.active a, .bs-tabs.typ-swiper .nav-tabs > li:hover a, .bs-tabs.typ-swiper .nav-tabs > li:focus a, .bs-tabs.typ-swiper .nav-tabs > li:active a {
    background-color: transparent;
    border-radius: 0;
    border: none; }
  .bs-tabs.typ-swiper .nav-tabs .swiper-btn-wrap {
    position: absolute;
    display: block;
    right: 15px; }
    .bs-tabs.typ-swiper .nav-tabs .swiper-btn-wrap .swiper-button-next {
      left: auto;
      right: -15px;
      top: 50%;
      transform: translateY(-50%); }
    .bs-tabs.typ-swiper .nav-tabs .swiper-btn-wrap .swiper-button-prev {
      left: auto;
      right: 15px;
      top: 50%;
      transform: translateY(-50%); }
    .bs-tabs.typ-swiper .nav-tabs .swiper-btn-wrap .swiper-btn {
      background: #ffffff;
      height: 42px; }
  .bs-tabs.typ-swiper .nav-tabs .swiper-container {
    padding-right: 50px; }
.bs-tabs.typ-link .nav-tabs {
  border: none;
  background-color: #eaeaea; }
  .bs-tabs.typ-link .nav-tabs > li {
    position: relative; }
    .bs-tabs.typ-link .nav-tabs > li > a {
      border: none;
      border-radius: 0;
      padding: 15px;
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase;
      color: #484848;
      font-weight: 500;
      transition: all 0.3s ease; }
    .bs-tabs.typ-link .nav-tabs > li.active > a, .bs-tabs.typ-link .nav-tabs > li:hover > a, .bs-tabs.typ-link .nav-tabs > li:active > a, .bs-tabs.typ-link .nav-tabs > li:focus > a {
      background-color: transparent;
      border: none;
      color: #97144d;
      cursor: pointer;
       }
    .bs-tabs.typ-link .nav-tabs > li:after {
      content: '';
      position: absolute;
      height: 15px;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      background-color: #888888; }
    .bs-tabs.typ-link .nav-tabs > li:last-child:after {
      content: none; }
    .bs-tabs.typ-link .nav-tabs > li:before {
      content: none; }
.bs-tabs.typ-link .tab-content {
  padding: 30px 60px 30px 30px;
  min-height: 400px;
  transition: all 0.3s ease; }

@media only screen and (max-width: 768px) {
  .bs-tabs.typ-swiper .nav-tabs {
    padding-right: 0; }
    .bs-tabs.typ-swiper .nav-tabs .swiper-btn-wrap {
      display: none; }
  .bs-tabs.typ-link .nav-tabs {
    overflow: hidden; }
    .bs-tabs.typ-link .nav-tabs > li {
      float: left;
      width: 50%;
      text-align: center; }
      .bs-tabs.typ-link .nav-tabs > li > a {
        font-size: 10px;
        line-height: 12px;
        padding: 10px 15px; }
  .bs-tabs.typ-link .tab-content {
    padding: 15px; } }
.datepicker.datepicker-inline {
  width: 100%; }
.datepicker table {
  margin: 0 auto; }
  .datepicker table tr td.today,
  .datepicker table tr td.today.disabled,
  .datepicker table tr td.today.disabled:hover,
  .datepicker table tr td.today:hover {
    background-color: #97144d;
    color: #ffffff;
    background-image: none;
    border-color: transparent; }
  .datepicker table tr td.today.active,
  .datepicker table tr td.today.disabled,
  .datepicker table tr td.today.disabled.active,
  .datepicker table tr td.today.disabled.disabled,
  .datepicker table tr td.today.disabled:active,
  .datepicker table tr td.today.disabled:hover,
  .datepicker table tr td.today.disabled:hover.active,
  .datepicker table tr td.today.disabled:hover.disabled,
  .datepicker table tr td.today.disabled:hover:active,
  .datepicker table tr td.today.disabled:hover:hover,
  .datepicker table tr td.today.disabled:hover[disabled],
  .datepicker table tr td.today.disabled[disabled],
  .datepicker table tr td.today:active,
  .datepicker table tr td.today:hover,
  .datepicker table tr td.today:hover.active,
  .datepicker table tr td.today:hover.disabled,
  .datepicker table tr td.today:hover:active,
  .datepicker table tr td.today:hover:hover,
  .datepicker table tr td.today:hover[disabled],
  .datepicker table tr td.today[disabled] {
    background-color: #97144d;
    outline: none;
    color: #ffffff;
    background-image: none; }
  .datepicker table tr td.active,
  .datepicker table tr td.active.disabled,
  .datepicker table tr td.active.disabled:hover,
  .datepicker table tr td.active:hover {
    border-radius: 0;
    border-color: #97144d;
    background-color: transparent;
    outline: none;
    color: #484848;
    background-image: none; }
  .datepicker table tr td.active.active,
  .datepicker table tr td.active.disabled,
  .datepicker table tr td.active.disabled.active,
  .datepicker table tr td.active.disabled.disabled,
  .datepicker table tr td.active.disabled:active,
  .datepicker table tr td.active.disabled:hover,
  .datepicker table tr td.active.disabled:hover.active,
  .datepicker table tr td.active.disabled:hover.disabled,
  .datepicker table tr td.active.disabled:hover:active,
  .datepicker table tr td.active.disabled:hover:hover,
  .datepicker table tr td.active.disabled:hover[disabled],
  .datepicker table tr td.active.disabled[disabled],
  .datepicker table tr td.active:active,
  .datepicker table tr td.active:hover,
  .datepicker table tr td.active:hover.active,
  .datepicker table tr td.active:hover.disabled,
  .datepicker table tr td.active:hover:active,
  .datepicker table tr td.active:hover:hover,
  .datepicker table tr td.active:hover[disabled],
  .datepicker table tr td.active[disabled] {
    background-color: transparent; }
  .datepicker table tr td.day.focused,
  .datepicker table tr td.day:hover {
    background: transparent;
    border-radius: 0;
    border-bottom: 2px solid #888888; }
  .datepicker table tr td.selected,
  .datepicker table tr td.selected.disabled,
  .datepicker table tr td.selected.disabled:hover,
  .datepicker table tr td.selected:hover {
    background-image: none;
    background-color: transparent;
    color: #484848; }
.datepicker .datepicker-switch {
  font-size: 16px;
  line-height: 18px;
  color: #484848;
  font-weight: 700;
  text-transform: uppercase; }
  .datepicker .datepicker-switch:hover {
    background: transparent; }
.datepicker td,
.datepicker th {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-bottom: 2px solid transparent; }
.datepicker .table-condensed > thead > tr > th,
.datepicker .table-condensed > tbody > tr > th,
.datepicker .table-condensed > tfoot > tr > th,
.datepicker .table-condensed > thead > tr > td,
.datepicker .table-condensed > tbody > tr > td,
.datepicker .table-condensed > tfoot > tr > td {
  padding: 5px;
  line-height: 30px; }
.datepicker .table-condensed > thead > tr > th {
  vertical-align: middle;
  line-height: 30px; }
  .datepicker .table-condensed > thead > tr > th .icon {
    font-size: 30px;
    display: inline-block;
    line-height: 30px;
    transition: all 0.3s ease; }
    .datepicker .table-condensed > thead > tr > th .icon:before {
      position: relative;
      top: 3px; }
  .datepicker .table-condensed > thead > tr > th:hover, .datepicker .table-condensed > thead > tr > th:focus {
    background: transparent; }
    .datepicker .table-condensed > thead > tr > th:hover .icon, .datepicker .table-condensed > thead > tr > th:focus .icon {
      color: #97144d; }

.bs-modal.modal .modal-content {
  border-radius: 0px; }
.bs-modal.modal .modal-dialog {
  position: relative;
  width: 550px;
  transform: translate(0, -50%);
  top: 50%; }
.bs-modal.modal .modal-header {
  border-bottom: none; }
.bs-modal.modal .modal-footer {
  border-top: none; }
.bs-modal.modal .modal-body {
  padding: 0px; }
  .bs-modal.modal .modal-body .bs-data-value {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden; }
.bs-modal.modal button.close-btn {
  border-radius: 0px;
  background: transparent;
  border: none;
  position: absolute;
  top: 15px;
  right: 15px; }
.bs-modal.modal.modal-large .modal-dialog {
  width: 980px; }
.bs-modal.typ-action.modal .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto; }
.bs-modal.typ-action.modal .modal-header {
  background: #97144d;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase; }
.bs-modal.typ-action.modal .modal-body {
  padding: 25px 15px 0px; }
  .bs-modal.typ-action.modal .modal-body .action-text .desc {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 10px; }
.bs-modal.typ-action.modal .modal-footer .act-wrap {
  text-align: center; }
.bs-modal.typ-action.modal button.close-btn .icon {
  color: #ffffff; }
.bs-modal.typ-search.modal .modal-header {
  height: 60px; }
  .bs-modal.typ-search.modal .modal-header .modal-title {
    display: none; }
.bs-modal.typ-search.modal .modal-footer {
  padding: 0; }
  .bs-modal.typ-search.modal .modal-footer .act-wrap {
    position: absolute;
    top: 15px;
    right: 60px; }
    .bs-modal.typ-search.modal .modal-footer .act-wrap .btn-sm {
      font-size: 12px;
      line-height: 14px; }
.bs-modal .bs-table {
  padding-bottom: 60px;
  position: relative;
  width: 100%; }
  .bs-modal .bs-table .dataTables_length {
    position: absolute;
    bottom: -40px;
    left: 15px; }
  .bs-modal .bs-table .dataTables_paginate {
    position: absolute;
    bottom: -45px;
    right: 15px; }
  .bs-modal .bs-table .dataTables_info {
    display: none; }

.modal-open .modal {
  overflow: hidden; }

@media only screen and (max-width: 320px) {
  .bs-modal.modal .modal-dialog {
    top: 0;
    transform: translate(0, 0); } }
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .bs-modal.modal .modal-dialog {
    top: 50%;
    transform: translate(0, -50%); } }
@media only screen and (max-width: 768px) {
  .bs-modal.modal .modal-dialog {
    width: 94%;
    top: 50%;
    transform: translate(0, -50%); }
  .bs-modal.modal .modal-body .bs-data-value {
    height: 480px;
    max-height: auto; }
  .bs-modal.modal.modal-large .modal-dialog {
    width: 94%; }
  .bs-modal.typ-search.modal .modal-header {
    height: 60px; }
  .bs-modal.typ-table-action.modal .modal-header {
    height: 100px; }
  .bs-modal.typ-table-action.modal .modal-footer .act-wrap {
    top: 60px;
    right: 0;
    left: 0;
    text-align: center; }
  .bs-modal.typ-table-action .bs-table .dataTables_filter {
    top: -90px; }
  .bs-modal .bs-table {
    padding-bottom: 100px; }
    .bs-modal .bs-table .dataTables_length {
      bottom: -40px;
      left: 0;
      right: 0; }
    .bs-modal .bs-table .dataTables_paginate {
      bottom: -85px;
      right: 0;
      left: 0; }

  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5em; } }
@media only screen and (min-width: 1920px) {
  .bs-modal.modal .modal-dialog {
    width: 950px; } }
/* modules */
.mod-icon-text {
  text-align: center; }
  .mod-icon-text .icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    background-size: cover; }
    .mod-icon-text .icon.icon-loggedout {
      width: 65px;
      height: 60px;
      background: url("../images/logout.svg") no-repeat 0 0 transparent; }
    .mod-icon-text .icon.icon-congrates {
      width: 125px;
      height: 135px;
      background: url("../images/congratulations.svg") no-repeat 0 0 transparent; }
  .mod-icon-text .text {
    font-size: 15px;
    line-height: 18px;
    color: #484848; }
  .mod-icon-text .icon-title {
    font-size: 23px;
    line-height: 26px;
    color: #97144d;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px; }

.mod-alert {
  padding: 10px 7px;
  background: #3697d5;
  border-radius: 5px; }
  .mod-alert .text {
    font-size: 10px;
    line-height: 12px;
    color: #ffffff;
    margin-bottom: 0; }

.mod-user {
  text-align: right; }
  .mod-user .user-title {
    font-size: 14px;
    line-height: 16px;
    
    /* color: #ffffff; */
    color: #323232;
    
    font-weight: 400;
    margin-bottom: 5px; }
  .mod-user .user-time {
    font-size: 12px;
    line-height: 14px;
    
    /* color: #ffffff; */
    
    color: #323232;
    
    font-weight: 400;
    margin-bottom: 0; }

.mod-breadcrumbs .b-link {
  font-size: 12px;
  line-height: 14px;
  /* color: #ffffff; */
  color: #97144d;
  font-weight: 700;
  text-transform: capitalize; }
  .mod-breadcrumbs .b-link:hover {
    text-decoration: underline; }
.mod-breadcrumbs .list-wrap {
  overflow: hidden; }
  .mod-breadcrumbs .list-wrap .item {
    float: left;
    margin-right: 10px;
    position: relative;
    padding-left: 20px; }
    .mod-breadcrumbs .list-wrap .item:before {
      content: 'i';
      font-family: "axisscfu" !important;
      text-transform: lowercase !important;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      font-size: 15px;
      /* color: #ffffff; */
      color: #323232; }

@media only screen and (max-width: 768px) {
  .mod-breadcrumbs .b-link {
    color: #484848;
    font-weight: 400; }
  .mod-breadcrumbs .list-wrap .item:before {
    color: #484848; } }
.mod-profile {
  display: table; }
  .mod-profile .profile-img-wrap,
  .mod-profile .profile-details-wrap {
    display: table-cell;
    vertical-align: middle; }
  .mod-profile .profile-img-wrap {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 0 45px -7px #564747;
    -moz-box-shadow: 0 0 45px -7px #564747;
    box-shadow: 0 0 45px -7px #564747; }
  .mod-profile .profile-details-wrap {
    padding-left: 15px; }
  .mod-profile .profile-name {
    font-size: 14px;
    line-height: 16px;
    color: #484848;
    font-weight: 700;
    margin-bottom: 5px; }

@media only screen and (max-width: 768px) {
  .mod-profile {
    display: block;
    text-align: center; }
    .mod-profile .profile-img-wrap,
    .mod-profile .profile-details-wrap {
      display: block;
      margin: 0 auto; }
    .mod-profile .profile-details-wrap {
      padding: 0; }
    .mod-profile .profile-img-wrap {
      margin-bottom: 15px; } }
.mod-sub-link {
  padding: 0 30px; }
  .mod-sub-link .sl-link {
    padding: 10px 0;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #888888;
    text-transform: capitalize; }
    .mod-sub-link .sl-link:hover, .mod-sub-link .sl-link.active {
      color: #484848;
      font-weight: 700; }
  .mod-sub-link .sl-item:last-child .sl-link {
    padding-bottom: 30px; }

.mod-notification .noti-msg {
  font-size: 14px;
  line-height: 16px;
  color: #484848;
  margin-bottom: 5px; }
.mod-notification .noti-time {
  font-size: 14px;
  line-height: 16px;
  color: #888888; }
.mod-notification .noti-title {
  font-size: 15px;
  line-height: 18px;
  color: #484848;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px; }

.mod-note {
  padding: 15px 30px;
  border-top: 1px solid #d4d4d4; }
  .mod-note .note-text {
    font-size: 14px;
    line-height: 16px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 0;
    display: table;
    width: 100%; }
    .mod-note .note-text .cm-bold {
      color: #484848;
      font-weight: 700; }
    .mod-note .note-text .note-cell {
      display: table-cell;
      padding-left: 10px;
      text-align: left; }

@media only screen and (max-width: 768px) {
  .mod-note {
    border-bottom: 1px solid #d4d4d4;
    margin: 30px 0;
    background: #f8f8f8;
    padding: 15px; }
    .mod-note .note-text {
      line-height: 18px; } }
.mod-empty-text p {
  font-size: 14px;
  line-height: 16px;
  color: #e30e0e;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700; }

.mod-query {
  text-align: center;
  padding: 20px;
  background: #f8f8f8;
  -webkit-box-shadow: 0px 0px 13px 1px #cccccc;
  -moz-box-shadow: 0px 0px 13px 1px #cccccc;
  box-shadow: 0px 0px 13px 1px #cccccc;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease; }
  .mod-query .query-title {
    font-size: 18px;
    line-height: 20px;
    color: #484848;
    font-weight: 500;
    margin-bottom: 20px; }
  .mod-query .query-action-wrap .btn {
    display: inline-block;
    margin-right: 20px;
    min-width: 150px; }
    .mod-query .query-action-wrap .btn:last-child {
      margin-right: 0; }
  .mod-query .icon-close {
    position: absolute;
    top: 15px;
    right: 15px; }
  .mod-query.active {
    visibility: visible;
    opacity: 1; }

@media only screen and (max-width: 768px) {
  .mod-query {
    padding: 40px 15px;
    transform: translateY(100%); }
    .mod-query .query-title {
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 15px; }
    .mod-query .query-action-wrap .btn {
      min-width: 100px; }
    .mod-query.active {
      transform: translateY(0%); } }
/* layout */
.lyt-notification {
  padding-bottom: 20px;
  background: #ffffff; }
  .lyt-notification .title {
    padding: 0 15px;
    font-size: 15px;
    line-height: 18px;
    color: #97144d;
    font-weight: 700;
    text-transform: uppercase; }
  .lyt-notification .item {
    padding: 20px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    padding-left: 30px; }
    .lyt-notification .item:before {
      content: '';
      position: absolute;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #97144d;
      top: 25px;
      left: 15px; }
  .lyt-notification .act-wrap {
    padding: 20px; }
  .lyt-notification.typ-cal .cal-wrap {
    padding: 30px 0;
    border-bottom: 1px solid #e8e8e8; }
  .lyt-notification.typ-cal .list-wrap {
    padding: 30px 0; }

.lyt-content {
  margin-left: 330px; }
  
  .lyt-content .lyt-drower {
    position: fixed;
    
    /* top: 57px; */
    /* top: 77px; */
    top: 96px;
    
    right: 0;
    bottom: 0;
    overflow-y: auto;
    /* transform: translateX(87%); */ }
  .lyt-content .lyt-workspace {
    transition: all 0.3s ease; }
  .lyt-content.drower-open .lyt-drower {
    transform: translateX(0%); }
    .lyt-content.drower-open .lyt-drower .drower-action-wrap {
      left: 25px; }
      .lyt-content.drower-open .lyt-drower .drower-action-wrap .arrow {
        padding: 10px 5px; }
        .lyt-content.drower-open .lyt-drower .drower-action-wrap .arrow .s-icon {
          width: 12px; }

@media only screen and (max-width: 768px) {
  .lyt-content {
    margin-left: 0; }
    .lyt-content .lyt-drower {
      top: 0;
      transform: translateX(110%);
      z-index: 12; }
    .lyt-content.drower-open .lyt-workspace {
      margin-right: 0; }
    .lyt-content.drower-open .bs-tabs.typ-link .tab-content {
      padding: 15px; } }
.lyt-drower {
  /* width: 350px; */
  
  width: 41px;
  
  transition: all 0.3s ease;
  z-index: 10; }
  .lyt-drower .drower-action-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* left: 8px;  */}
    
    
    .lyt-drower .drower-action-wrap .icon {
		font-size: 20px;
		color: #fff
	}
    
   /*  .lyt-drower .drower-action-wrap .s-icon {
      width: 20px;
      height: 30px;
      display: block;
      background: url("../images/tab-sprite.svg") no-repeat 0 0 transparent;
      background-size: cover; } */
      
      	/* COMMENTED BY SUMEET VARMA ON 12JUNE2019 START */
      
      	/* .lyt-drower .drower-action-wrap .s-icon.icon-notify {
        background-position: 0 -173px; }
      	.lyt-drower .drower-action-wrap .s-icon.icon-cal {
        background-position: 0 -18px; }
      	.lyt-drower .drower-action-wrap .s-icon.icon-message {
        background-position: 0 -118px; }
      	.lyt-drower .drower-action-wrap .s-icon.icon-faq {
        background-position: 0 -70px; } */
        
    	/* COMMENTED BY SUMEET VARMA ON 12JUNE2019 END */
    	
    	/* ADDED BY SUMEET VARMA ON 12JUNE2019 START */
    	
    	/* .lyt-drower .drower-action-wrap .s-icon.icon-cal {
		    background-position: 0 -25px;
		}
		
		.lyt-drower .drower-action-wrap .s-icon.icon-notify {
		    background-position: 0 -170px;
		}
		
		.lyt-drower .drower-action-wrap .s-icon.icon-message {
		    background-position: 0 -141px;
		}
		
		.lyt-drower .drower-action-wrap .s-icon.icon-faq {
		    background-position: 0 -85px;
		} */
    	
    	/* ADDED BY SUMEET VARMA ON 12JUNE2019 END */
    	
    	
    .lyt-drower .drower-action-wrap ul li {
      display: block;
      margin-bottom: 10px; }
    .lyt-drower .drower-action-wrap .btn-icon {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      
      /* .lyt-drower .drower-action-wrap .btn-icon.arrow .s-icon {
        background: none;
        position: relative; } */
        
        
       .lyt-drower .drower-action-wrap .btn-icon.arrow .icon:before {
			content: 'i'
		}
		
       /*  .lyt-drower .drower-action-wrap .btn-icon.arrow .s-icon:before {
          content: 'i';
          font-family: "axisscfu" !important;
          text-transform: lowercase !important;
          font-size: 20px;
          color: #ffffff;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } */

@media only screen and (max-width: 768px) {
  .lyt-drower {
    width: 100%;
    top: 0;
    z-index: 10;
    background: #ffffff; }
    .lyt-drower .drower-action-wrap {
      display: none; }
    .lyt-drower .bs-functions {
      position: absolute;
      top: 0;
      bottom: 0;
      overflow-y: auto; } }
.lyt-workspace {
  position: relative;
  min-height: 600px;
  transition: all 0.3s ease;
  padding-top: 20px;
  padding-bottom: 65px;
  margin-right: 60px; }
  .lyt-workspace .mod-note {
    position: absolute;
    left: -30px;
    right: -60px;
    bottom: 0; }
  .lyt-workspace .mod-query {
    position: absolute;
    left: -25px;
    right: -25px;
    bottom: 50px; }
  .lyt-workspace .mod-breadcrumbs {
    /* display: none; */
    padding: 0 15px;
    margin-bottom: 10px; }

@media only screen and (max-width: 768px) {
  .lyt-workspace {
    padding-bottom: 0;
    padding-top: 0;
    min-height: auto;
    margin-right: 0; }
    .lyt-workspace .mod-note {
      position: static;
      left: auto;
      right: auto; }
    .lyt-workspace .mod-query {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 15; }
    .lyt-workspace .mod-breadcrumbs {
      display: block; } }
/* plugins */
.select2-results .select2-highlighted {
  background: #97144d; }

.select2-drop-active {
  border-color: #f2f2f2; }

.bs-select .select2-container {
  width: 100%; }
  .bs-select .select2-container .select2-choice {
    height: 40px;
    padding: 6px 12px;
    border-color: #cccccc;
    background-image: none;
    background-color: #ffffff; }
    .bs-select .select2-container .select2-choice .select2-arrow {
      border: none;
      background: none; }
      .bs-select .select2-container .select2-choice .select2-arrow:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5.5px 0 5.5px;
        border-color: #97144d transparent transparent transparent;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%); }
.bs-select.typ-glow .select2-container .select2-choice {
  height: 36px;
  padding: 5px 25px;
  background: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 0px 13px 4px #ededed;
  -moz-box-shadow: 0px 0px 13px 4px #ededed;
  box-shadow: 0px 0px 13px 4px #ededed; }
  .bs-select.typ-glow .select2-container .select2-choice > .select2-chosen {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #484848; }
  .bs-select.typ-glow .select2-container .select2-choice .select2-arrow {
    border: none;
    background: none; }
    .bs-select.typ-glow .select2-container .select2-choice .select2-arrow:before {
      content: 'g';
      position: absolute;
      font-family: 'axisscfu';
      text-transform: lowercase !important;
      top: 50%;
      right: 5px;
      transform: translateY(-50%);
      font-size: 20px;
      color: #484848;
      width: auto;
      height: auto;
      border-style: none;
      border-width: 0;
      border-color: transparent; }

.select2-results {
  padding: 10px 5px;
  margin: 0; }
  .select2-results .select2-result-label {
    padding: 10px 10px 10px 20px;
    text-transform: uppercase; }
  .select2-results .select2-highlighted {
    border-radius: 3px; }

.js-bg .addto {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .js-bg .addto .img {
    display: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none;
  z-index: 9; }
  .swiper-button-prev:before,
  .swiper-container-rtl .swiper-button-next:before {
    content: 'k';
    text-transform: lowercase !important;
    font-family: "axisscfu" !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
  z-index: 9; }
  .swiper-button-next:before,
  .swiper-container-rtl .swiper-button-prev:before {
    content: 'i';
    text-transform: lowercase !important;
    font-family: "axisscfu" !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px; }

.highcharts-data-label {
  background: #484848;
  padding: 10px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 14px;
  width: 60px;
  margin-left: -10px; }
  .highcharts-data-label span {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important; }
    .highcharts-data-label span:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      border-color: #484848 transparent transparent transparent;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -8px; }

.highcharts-legend-item .highcharts-point {
  rx: 0 !important;
  ry: 0 !important; }

.js-grid {
  margin-left: -10px;
  margin-right: -10px; }
  .js-grid .grid-item {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px; }

/* page */
.pg-success {
  background: url("../images/diamond-cut-bg.svg") no-repeat 0 0 #ffffff;
  background-size: cover; }
  .pg-success .bs-content:before {
    content: none; }

/*# sourceMappingURL=custom.css.map */

/* ADDED BY PRASHANT  START */

/* .bs-table .dataTables_filter,
.bs-table .dataTables_length {
  display: none; } */  	
  
/* ADDED BY PRASHANT END */

/* ADDED BY SUMEET VARMA ON 19AUG2019 START */

.confirmPageScroll {
  height: 100px;overflow: scroll;overflow-x: hidden;}


.authorisePageScroll {
  height:100%;overflow: scroll;overflow-x: scroll;}

/* ADDED BY SUMEET VARMA ON 19AUG2019 END */



  