@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/* line 1, ../sass/_login.scss */
.login-page {
  vertical-align: middle;
  width: 390px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -5%);
}

/* line 13, ../sass/_login.scss */
.login-logo {
  /*margin: 20% auto auto auto;*/
}

/* line 17, ../sass/_login.scss */
..login-logo h1 {
  color: #00529b;
  font-size: 28px;
  margin: 20px auto 50px;
}

/* line 23, ../sass/_login.scss */
.login-form-wrap {
  margin: 20px auto 0;
  text-align: center;
}

/* line 28, ../sass/_login.scss */
.login-form-wrap .form-group {
  margin: 0 0 20px;
  position: relative;
}

/* line 33, ../sass/_login.scss */
#msform textarea,
.login-form-wrap input {
  border: 1px solid #223953;
  border-radius: 60px;
  color: #00529b;
  font-size: 15px;
  height: 66px;
  line-height: normal;
  margin: 0;
  padding: 0 30px 0 72px;
  width: 100% !important;
}

/* line 46, ../sass/_login.scss */
.login-form-wrap .password-icon,
.login-form-wrap .username-icon {
  position: relative;
  text-align: left;
}

/* line 52, ../sass/_login.scss */
.login-form-wrap .password-icon:before,
.login-form-wrap .username-icon:before {
  content: "";
  display: block;
  width: 30px;
  height: 31px;
  top: 18px;
  left: 24px;
  position: absolute;
  z-index: 5;
  background: white url("../images/username.svg") no-repeat;
  background-size: contain;
}

.login-form-pp .password-icon:before,
.login-form-pp .username-icon:before {
  content: "";
  display: block;
  width: 30px;
  height: 31px;
  top: 44px;
  left: 24px;
  position: absolute;
  z-index: 5;
  background: white url("../images/username.svg") no-repeat;
  background-size: contain;
}

/* line 66, ../sass/_login.scss */
.login-form-wrap .password-icon:before {
  background: white url("../images/password.svg") no-repeat;

}

/* line 70, ../sass/_login.scss */
.login-form-wrap .password-icon .help-block,
.login-form-wrap .username-icon .help-block {
  margin-left: 30px;
}

/* line 76, ../sass/_login.scss */
.login-page button {
  background: #223953 !important;
  border: medium none;
  border-radius: 60px;
  color: #fff;
  font-size: 20px;
  height: 66px;
  line-height: 35px;
  margin: 0 0 30px 0;
  padding: 0 20px;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  width:100%;
}
/* line 88, ../sass/_login.scss */
.login-page button:hover {
  background: #45C0E6 !important;
}

/* line 3, ../sass/_nav-bar.scss */
.nav-bar-custom {
  background-color: #ffffff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  border: none;
  height: 65px;
}
.widthDefault {
	margin-bottom: 50px !important;
}
/* line 10, ../sass/_nav-bar.scss */
.nav-bar-custom .navbar-brand {
  padding: 0px 15px;
  height: auto;
}
/* line 16, ../sass/_nav-bar.scss */
.nav-bar-custom .navbar-nav li {
  border-bottom: 0 solid #eee;
}
/* line 19, ../sass/_nav-bar.scss */
.nav-bar-custom .navbar-nav li a {
  color: #fff;
  background: #223953;
  width: 168px;
  height: 65px;
  line-height: 43px;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  padding: 10px 20px;
}
/* line 30, ../sass/_nav-bar.scss */
.nav-bar-custom .navbar-nav li a:focus, .nav-bar-custom .navbar-nav li a:hover {
  background: #223953;
  color: #fff;
}
/* line 36, ../sass/_nav-bar.scss */
.nav-bar-custom .navbar-nav li a .fa {
  font-size: 18px;
  font-weight: 300;
  position: relative;
}
/* line 46, ../sass/_nav-bar.scss */
.nav-bar-custom .navbar-nav li.open a:focus {
  background: #45C0E6;
  background: #45C0E6;
  color: #fff;
}
/* line 53, ../sass/_nav-bar.scss */
.nav-bar-custom .navbar-nav li ul {
  padding: 0;
}
/* line 59, ../sass/_nav-bar.scss */
.nav-bar-custom .navbar-nav li.open ul li a {
  width: auto;
  height: auto;
  background: #fff;
  color: #343442;
}
/* line 65, ../sass/_nav-bar.scss */
.nav-bar-custom .navbar-nav li.open ul li.dropdown-menu a:hover {
  background: transparent !important;
  color: #343442;
  transition: all ease 0.25s;
}
.nav-bar-custom .navbar-nav li.open ul.dropdown-menu li a:active {
  background: transparent !important;
}
.nav-bar-custom .navbar-nav li.open ul.dropdown-menu li a:focus {
  background: transparent !important;
}
/* line 76, ../sass/_nav-bar.scss */
.nav-bar-custom .menu-list ul li {
  display: inline-block;
}
/* line 79, ../sass/_nav-bar.scss */
.nav-bar-custom .menu-list ul li a {

  color: #343442;
}
/* line 83, ../sass/_nav-bar.scss */
.nav-bar-custom .menu-list ul li a.active, .nav-bar-custom .menu-list ul li a:hover {
  background: none;
  color: #45C0E6;
}
/* line 90, ../sass/_nav-bar.scss */
.nav-bar-custom .menu-list ul li select {
  padding: 3px 10px;
}

/* line 101, ../sass/_nav-bar.scss */
.nav-bar-client .navbar-nav li {
  border-bottom: 0 solid #eee;
}
/* line 104, ../sass/_nav-bar.scss */
.nav-bar-client .navbar-nav li a {
  background: #f17a2d;
}
/* line 107, ../sass/_nav-bar.scss */
.nav-bar-client .navbar-nav li a:focus, .nav-bar-client .navbar-nav li a:hover {
  background: #f17a2d;
}
/* line 115, ../sass/_nav-bar.scss */
.nav-bar-client .navbar-nav li.open a:focus {
  background: #ff6400;
  color: #fff;
}
/* line 124, ../sass/_nav-bar.scss */
.nav-bar-client .navbar-nav li.open ul li a {
  color: #f17a2d;
}
/* line 127, ../sass/_nav-bar.scss */
.nav-bar-client .navbar-nav li.open ul li a:hover {
  background: #f17a2d;
}
/* line 137, ../sass/_nav-bar.scss */
.nav-bar-client .menu-list ul li a {
  color: #f17a2d;
}
/* line 140, ../sass/_nav-bar.scss */
.nav-bar-client .menu-list ul li a.active, .nav-bar-client .menu-list ul li a:hover {
  color: #9b9b9b;
}
/* line 146, ../sass/_nav-bar.scss */
.nav-bar-client .menu-list ul li select {
  padding: 3px 10px;
  border-radius: 100px;
  background-color: #ffffff;
  border: solid 1px #f17a2d;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #f17a2d;
}

/* line 1, ../sass/_common.scss */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus,
a:active,
a:focus,
button:active,
button:focus,
input,
input:focus {
  outline: 0;
  text-decoration: none;
}

/* line 17, ../sass/_common.scss */
.m-a-0 {
  margin: 0 !important;
}

/* line 21, ../sass/_common.scss */
.m-t-0 {
  margin-top: 0 !important;
}

/* line 25, ../sass/_common.scss */
.m-r-0 {
  margin-right: 0 !important;
}

/* line 29, ../sass/_common.scss */
.m-b-0 {
  margin-bottom: 0 !important;
}

/* line 33, ../sass/_common.scss */
.m-l-0 {
  margin-left: 0 !important;
}

/* line 37, ../sass/_common.scss */
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 42, ../sass/_common.scss */
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 47, ../sass/_common.scss */
.p-a-0 {
  padding: 0 !important;
}

/* line 51, ../sass/_common.scss */
.p-t-0 {
  padding-top: 0 !important;
}

/* line 55, ../sass/_common.scss */
.p-r-0 {
  padding-right: 0 !important;
}

/* line 59, ../sass/_common.scss */
.p-b-0 {
  padding-bottom: 0 !important;
}

/* line 63, ../sass/_common.scss */
.p-l-0 {
  padding-left: 0 !important;
}

/* line 67, ../sass/_common.scss */
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 72, ../sass/_common.scss */
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 77, ../sass/_common.scss */
.float-none {
  float: none !important;
}

/* line 81, ../sass/_common.scss */
.form-control {
  height: 39px;
}

/* line 85, ../sass/_common.scss */
a {
  color: #343442;
}

/* line 89, ../sass/_common.scss */
a,
a:hover {
  text-decoration: none;
}

/* line 94, ../sass/_common.scss */
.btn-default {
  background-color: #eee;
}

/* line 99, ../sass/_common.scss */
.btn-group button[class*="btn_"] {
  border-radius: 6px;
  border: solid 2px #d8d8d8;
  background: #fff;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #d8d8d8;
  padding: 2px 10px;
  margin-top: -4px;
  min-width: 83px;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;

}
/* line 112, ../sass/_common.scss */
.btn-group button[class*="btn_"].btn_active.active, .btn-group button[class*="btn_"].btn_active:hover {
  background: #fff;
  border: solid 2px #29ca41;
  color: #29ca41;
}
/* line 119, ../sass/_common.scss */
.btn-group button[class*="btn_"].btn_inactive.active, .btn-group button[class*="btn_"].btn_inactive:hover {
  background: #fff;
  border: solid 2px #fb5f56;
  border-top-right-radius:6px !important;
  border-bottom-right-radius:6px !important;
  color: #fb5f56;
}
.btn_inactive{
	 border-top-right-radius:6px !important;
  border-bottom-right-radius:6px !important;
}

/* line 128, ../sass/_common.scss */
.font-style-normal, .detail-panel .detail-content h3, .detail-panel .detail-content p, .curvy_box_wrap p, .data_listing_wrapper .data_listing_content ul > li p, .billing_history_wrapper .bill_his_row > li.invoice, .billing_history_wrapper .bill_his_row > li.date, .billing_history_wrapper .bill_his_row > li.amount button span, .cards-layout .cards-content h3, .cards-layout .cards-content p {
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

/* line 134, ../sass/_common.scss */
.font-style-bold, .link-top-right, .small-btn, .detail-panel .detail-content h4, .cards-layout .cards-content h4 {
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

/* line 141, ../sass/_common.scss */
select {
 /*  -webkit-appearance: none; */
}

/* line 146, ../sass/_common.scss */
.green_text {
  color: #29ca41;
}
.gray_text {
  color: #7e7e7e;
}

/* line 151, ../sass/_common.scss */
.link-top-right {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 14px;
  color: #9b9b9b;
}

/* line 161, ../sass/_common.scss */
.small-btn {
  border-radius: 4px;
  background-color: #223953;
  padding: 3px 7px;
  font-size: 11px;
  text-align: left;
  color: #ffffff;
  margin-right: 5px;
  cursor: pointer;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
}
/* line 173, ../sass/_common.scss */
.small-btn:hover {
  background-color: #45C0E6;
  color: #ffffff;
}

/* line 180, ../sass/_common.scss */
.close-icon {
  color: #fb5f56;
}
/* line 183, ../sass/_common.scss */
.close-icon:hover {
  color: #fb5f56;
}

/* line 188, ../sass/_common.scss */
.input-group-addon {
  background: #fff;
  border-radius: 100px 0 0 100px;
  border: 0;
}

/* line 195, ../sass/_common.scss */
.back_bar {
  background-color: #009fca;
  padding: 7px 15px;
}
/* line 199, ../sass/_common.scss */
.back_bar span {
  cursor: pointer;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
/* line 207, ../sass/_common.scss */
.back_bar span .fa {
  font-size: 22px;
  vertical-align: text-bottom;
}

/* line 216, ../sass/_common.scss */
.search_wrapper .input-group {
  border: 1px solid #223953;
  border-radius: 100px;
}
/* line 221, ../sass/_common.scss */
.search_wrapper input {
  border-radius: 0 100px 100px 0;
  border: 0;
}
/* line 225, ../sass/_common.scss */
.search_wrapper input:focus {
  box-shadow: none;
  outline: none;
}

/* line 233, ../sass/_common.scss */
.client-search-wrapper .input-group {
  border: 1px solid #f17a2d;
}
/* line 236, ../sass/_common.scss */
.client-search-wrapper .input-group .fa {
  color: #f17a2d;
}
/* line 241, ../sass/_common.scss */
.client-search-wrapper input {
  color: #f17a2d;
}
/* line 245, ../sass/_common.scss */
.client-search-wrapper ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f17a2d;
}
/* line 250, ../sass/_common.scss */
.client-search-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #f17a2d;
}
/* line 255, ../sass/_common.scss */
.client-search-wrapper :-ms-input-placeholder {
  /* IE 10+ */
  color: #f17a2d;
}
/* line 260, ../sass/_common.scss */
.client-search-wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #f17a2d;
}

/* line 266, ../sass/_common.scss */
.custom-btn-default {

  height: 40px;
  line-height: 24px;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
}
/* @media screen and (max-width: 640px) {

  .custom-btn-default {
    margin-top: 15px;
  }
} */

/* line 283, ../sass/_common.scss */
.btn-blue {
  background-color: #223953;
  border-color: #223953;
}
/* line 287, ../sass/_common.scss */
.btn-blue.active, .btn-blue:hover {
  background-color: #45C0E6;
  border-color: #45C0E6;
}

/* line 294, ../sass/_common.scss */
.btn-orng {
  background-color: #f17a2d;
  border-color: #f17a2d;
}
/* line 298, ../sass/_common.scss */
.btn-orng.active, .btn-orng:hover {
  background-color: #ff6400;
  border-color: #ff6400;
}

/* line 305, ../sass/_common.scss */
.btn-green {
  background-color: #29ca41;
  border-color: #29ca41;
}
/* line 309, ../sass/_common.scss */
.btn-green.active, .btn-green:hover {
  background-color: #0daf25;
  border-color: #0daf25;
}

/* line 317, ../sass/_common.scss */
.contents-wrapper {
  margin-top: 20px;
}

/* line 322, ../sass/_common.scss */
.detail-panel {
  background-color: #ffffff;
  box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #f5f5f5;
  padding: 20px 0;
  margin-bottom: 30px;
  min-height: 135px;
}
/* line 330, ../sass/_common.scss */
.detail-panel > h3 {
  padding: 0 15px;
}
/* line 335, ../sass/_common.scss */
.detail-panel .detail-logo img {
  width: 100%;
}
/* line 341, ../sass/_common.scss */
.detail-panel .detail-content h3 {
  margin-top: 0;
  font-size: 19px;
  color: #223953;
}
/* line 347, ../sass/_common.scss */
.detail-panel .detail-content h3.underline-header {
  font-size: 14px;
  border-bottom: 2px solid #223953;
  padding-bottom: 3px;
  text-transform: uppercase;
}
/* line 355, ../sass/_common.scss */
.detail-panel .detail-content h4 {
  font-size: 14px;
}
/* line 360, ../sass/_common.scss */
.detail-panel .detail-content p {
  color: #7e7e7e;
  font-size: 17px;
  word-wrap: break-word;
}
/* line 366, ../sass/_common.scss */
.detail-panel .detail-content select {
  padding: 3px 10px;
}

/* line 373, ../sass/_common.scss */
.curvy_box_wrap {
  border-radius: 50px;
  background-color: #ffffff;
  border: solid 1px #223953;
}
/* line 378, ../sass/_common.scss */
.curvy_box_wrap p {
  font-size: 13px;
  line-height: 1.31;
  text-align: left;
  color: #223953;
  padding: 10px 15px;
  margin-bottom: 0;
}
/* line 387, ../sass/_common.scss */
.curvy_box_wrap p .img_first {
  margin-right: 10px;
}
/* line 391, ../sass/_common.scss */
.curvy_box_wrap p img {
  vertical-align: bottom;
  height: 20px;
}
/* line 396, ../sass/_common.scss */
.curvy_box_wrap p svg {
  vertical-align: bottom;
  height: 20px;
}
/* line 400, ../sass/_common.scss */
.curvy_box_wrap p svg path {
  fill: #7e7e7e;
}
/* line 405, ../sass/_common.scss */
.curvy_box_wrap p a {
  float: right;
}
/* line 410, ../sass/_common.scss */
.curvy_box_wrap.inactive {
  border: solid 1px #d8d8d8;
}
/* line 414, ../sass/_common.scss */
.curvy_box_wrap.inactive p {
  color: #7e7e7e;
  text-transform: uppercase;
}
/* line 419, ../sass/_common.scss */
.curvy_box_wrap.inactive p svg path {
  fill: #7e7e7e;
}

/* line 428, ../sass/_common.scss */
.data_listing_wrapper {
  background-color: #ffffff;
  box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #f5f5f5;
  padding: 20px 0;
  margin-bottom: 30px;
}
/* line 435, ../sass/_common.scss */
.data_listing_wrapper .data_listing_header {
  margin-top: 15px;
}
/* line 439, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content {
  margin-top: 25px;
}
/* line 442, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content ul {
  padding: 0;
}
/* line 445, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content ul > li {
  display: inline-block;
  padding: 8px 10px;
  margin-top: -1px;
  margin-left: -1px;
  position: relative;
  border: 1px solid #eee;
}
/* line 453, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content ul > li p {
  font-size: 16px;
  text-align: left;
  color: #343442;
  margin: 0;
  padding-right: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 465, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content ul > li span.action_btn {
  position: absolute;
  right: 10px;
}
/* line 472, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content ul.no-border > li {
  border: 0 solid #eee;
}
/* line 478, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content ul.single-col > li {
  width: 100%;
  margin-top: -7px;
}
/* line 485, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content ul.three-col > li {
  width: 33.35%;
}
/* line 492, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content ul.data_list_actns li {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  font-family: "Montserrat",Helvetica,sans-serif;
  font-size: 17px;
  font-weight: 600;
}
.data_listing_wrapper .data_listing_content ul.data_list_actns li.currency_symbol{
    min-width: 125px;
	/* text-align:center; */
	text-align:right;
	padding-right:25px;
}
.data_listing_wrapper .data_listing_content ul.data_list_actns li:nth-child(4n){
    min-width: 70px;
}
/* line 499, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content ul.data_list_actns li.currency_symbol .fa {
  color: #d8d8d8;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
}
/* line 510, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content ul.data_list_actns li.currency_symbol.active .fa, .data_listing_wrapper .data_listing_content ul.data_list_actns li.currency_symbol:hover .fa {
  color: #fbbe2f;
}
/* line 516, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content ul.data_list_actns li.participants_info {
  min-width: 90px;
  text-align: left;
}
/* line 520, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content ul.data_list_actns li.participants_info img,
.data_listing_wrapper .data_listing_content ul.data_list_actns li.participants_info svg {
  height: 24px;
  vertical-align: bottom;
  margin-right: 5px;
}
/* line 526, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content ul.data_list_actns li.participants_info img path,
.data_listing_wrapper .data_listing_content ul.data_list_actns li.participants_info svg path {
  fill: #d8d8d8;
}
/* line 531, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content ul.data_list_actns li.participants_info span {
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #d8d8d8;
  vertical-align: bottom;
}
/* line 544, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content ul.data_list_actns li.participants_info.active svg path, .data_listing_wrapper .data_listing_content ul.data_list_actns li.participants_info:hover svg path {
  fill: #00a4ff;
}
/* line 549, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content ul.data_list_actns li.participants_info.active span, .data_listing_wrapper .data_listing_content ul.data_list_actns li.participants_info:hover span {
  color: #00a4ff;
}
/* line 555, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content ul.data_list_actns li.action_btns {
  padding-right: 0;
  min-width:20px;
}
/* line 558, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content ul.data_list_actns li.action_btns button {
  background: none;
  border-radius: 6px;
  border: solid 3px #d8d8d8;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  text-transform: uppercase;
  color: #d8d8d8;
  padding: 0 5px;
}
/* line 571, ../sass/_common.scss */
.data_listing_wrapper .data_listing_content ul.data_list_actns li.action_btns button.active, .data_listing_wrapper .data_listing_content ul.data_list_actns li.action_btns button:hover {
  border: solid 3px #29ca41;
  color: #29ca41;
}

/* line 584, ../sass/_common.scss */
.client-wrapper .title {
  color: #f17a2d;
}

/* line 589, ../sass/_common.scss */
.manage_btn {
  position: absolute;
  right: 10px;
  top: 0;
}
/* line 594, ../sass/_common.scss */
.manage_btn a {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-align: right;
  color: #9b9b9b;
}
/* line 602, ../sass/_common.scss */
.manage_btn a svg {
  vertical-align: sub;
}
/* line 605, ../sass/_common.scss */
.manage_btn a svg path {
  fill: #9b9b9b;
}

/* line 614, ../sass/_common.scss */
.primary_contact_details .cards-content .title, .secondary_contact_details .cards-content .title, .billing_details .cards-content .title, .card_details .cards-content .title {
  font-size: 14px;
  font-weight: bold;
  color: #223953;
}

/* line 626, ../sass/_common.scss */
.secondary_contact_details .cards-content .title {
  color: #009fca;
}

/* line 641, ../sass/_common.scss */
.billing_history_wrapper .title {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #223953;
  margin-bottom: 20px;
}
/* line 649, ../sass/_common.scss */
.billing_history_wrapper .bill_his_row {
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  border: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  margin-bottom: -1px;
}
/* line 661, ../sass/_common.scss */
.billing_history_wrapper .bill_his_row > li {
  display: inline-block;
  list-style-type: none;
  padding: 0 20px;
}
/* line 666, ../sass/_common.scss */
.billing_history_wrapper .bill_his_row > li.invoice {
  color: #343442;
  font-size: 19.2px;
  letter-spacing: 0.6px;
  width:15%;
}
/* line 673, ../sass/_common.scss */
.billing_history_wrapper .bill_his_row > li.date {
  color: #9b9b9b;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #9b9b9b;
  width:20%;
}
/* line 681, ../sass/_common.scss */
.billing_history_wrapper .bill_his_row > li.amount {
  color: #009fca;
  font-size: 25px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.8px;
  text-align: right;
  position: relative;
  top: -6px;
  width:60%;

}
.billing_history_wrapper .bill_his_row > li.amount ul{
	/*display:inline-block;*/
	width:100%;
}

.billing_history_wrapper .bill_his_row > li.amount ul li.pdfbox{
	display:inline-block;
	/* width:32%; */
}

.billing_history_wrapper .bill_his_row > li.amount ul li.pdfbox button{
display:inline-block;

}
.billing_history_wrapper .bill_his_row > li.amount ul li.amtbox{
	display:inline-block;
	/* width:28%; */
}
.billing_history_wrapper .bill_his_row > li.amount ul li.paidbox{
	display:inline-block;
	/* width:15%; */
}
.billing_history_wrapper .bill_his_row > li.amount ul li.nowbox{
	display:inline-block;
	/* width:25%; */
}
/* line 692, ../sass/_common.scss */
.billing_history_wrapper .bill_his_row > li.amount button {
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
}
/* line 695, ../sass/_common.scss */
.billing_history_wrapper .bill_his_row > li.amount button span {
  font-size: 11.5px;
  letter-spacing: 0.4px;
  text-align: center;
  color: #ffffff;
}
/* line 703, ../sass/_common.scss */
.billing_history_wrapper .bill_his_row > li.amount button.active, .billing_history_wrapper .bill_his_row > li.amount button:hover {
  background: #45C0E6;
}
/* line 710, ../sass/_common.scss */
.billing_history_wrapper .bill_his_row > li ul > li {
  display: inline-block;
  list-style-type: none;
  padding: 0 0 0 5px;
}
/* line 715, ../sass/_common.scss */
.billing_history_wrapper .bill_his_row > li ul > li h2 {
  font-size: 25px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.8px;
  text-align: right;
  color: #009fca;
  margin-top:5px !important;
}

/* line 730, ../sass/_common.scss */
.client-billing .title {
  color: #f17a2d;
}
/* line 737, ../sass/_common.scss */
.client-billing .bill_his_row > li.amount h2 {
  color: #f17a2d;
}

/* line 745, ../sass/_common.scss */
.bootstrap-switch {
  width: 220px !important;
}

/* line 749, ../sass/_common.scss */
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-label {
 /*  padding: 10px 15px;
  line-height: 0; */
}
.bootstrap-switch-label{
	width:108px;
}

/* line 756, ../sass/_common.scss */
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  width: 110px !important;
}

/* line 765, ../sass/_common.scss */
.custom-form-default div[class*="field-clientbusinessdetails-"]:nth-child(2n+2) {
  margin-right: 3% !important;
}
/* line 769, ../sass/_common.scss */
.custom-form-default div[class*="field-clientbusinessdetails-"]:nth-child(2n+1) {
  margin-right: 0 !important;
}

/* line 1, ../sass/_listing.scss */
.list-wrapper {
  text-align: center;
}
/* line 4, ../sass/_listing.scss */
.list-wrapper .list-item {
  position: relative;
  background-color: #ffffff;
  border: solid 1px #f5f5f5;
  padding: 20px 28px;
  box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.08);
  text-align: left;
  width: 32%;
  margin: 0 1% 2%;
}
/* @media screen and (min-width: 640px) and (max-width: 768px) {

  .list-wrapper .list-item {
    width: 48%;
    margin: 0 1.75% 3%;
  }

  .list-wrapper .list-item:nth-child(2n+2) {
    margin-right: 0;
  }

  .list-wrapper .list-item:nth-child(2n+4) {
    margin-left: 1.75% !important;
  }

  .list-wrapper .list-item:nth-child(2n+3) {
    margin-left: 0 !important;
    margin-right: 1.75% !important;
  }
}
@media screen and (max-width: 640px) {

  .list-wrapper .list-item {
    width: 100%;
    margin: 0 0 5%;
  }
} */
/* line 35, ../sass/_listing.scss */
.list-wrapper .list-item:first-child, .list-wrapper .list-item:nth-child(3n+4) {
  margin-left: 0;
}
/* line 40, ../sass/_listing.scss */
.list-wrapper .list-item:nth-child(3n+3) {
  margin-right: 0;
}
/* line 44, ../sass/_listing.scss */
.list-wrapper .list-item .name {
  margin-top: 0;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  color: #223953;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
/* line 57, ../sass/_listing.scss */
.list-wrapper .list-item .name a {
  color: #223953;
}
/* line 62, ../sass/_listing.scss */
.list-wrapper .list-item .subtext {
  margin: 0;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  color: #7e7e7e;
  position: relative;
  z-index: 1;
}
/* line 74, ../sass/_listing.scss */
.list-wrapper .list-item .subtext a {
  color: #7e7e7e;
}
/* line 79, ../sass/_listing.scss */
.list-wrapper .list-item .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-55%);
  font-size: 75px;
  color: #e6e6e6;
}
/* line 89, ../sass/_listing.scss */
.list-wrapper .list-item.list-item-bg .arrow {
  color: #223953;
}
/* line 93, ../sass/_listing.scss */
.list-wrapper .list-item.list-item-bg .listing_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
}
/* line 103, ../sass/_listing.scss */
.list-wrapper .summary {
  clear: both;
}

/* line 2, ../sass/_forms.scss */
.modal-custom-style .modal-header {
  font-size: 24px;
  position: relative;
}
/* line 6, ../sass/_forms.scss */
.modal-custom-style .modal-header .close {
  position: absolute;
  right: 15px;
  top: 55%;
  transform: translateY(-50%);
}

/* line 15, ../sass/_forms.scss */
.user-form {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

/* line 21, ../sass/_forms.scss */
input[type="file"] {
  font-size: 12px;
   overflow: hidden !important;
    text-overflow: clip;
    white-space: nowrap;
    width: 90%;
}

/* line 26, ../sass/_forms.scss */
.custom-form-default .form-group {
  width: 48%;
  display: inline-block;
  margin-right: 3%;
  vertical-align: top;
}
/* line 32, ../sass/_forms.scss */
.custom-form-default .form-group:nth-child(2n+2) {
  margin-right: 0;
}
/* line 36, ../sass/_forms.scss */
.custom-form-default .form-group label {
  font-weight: 400;
  font-size: 14px;
}
/* line 43, ../sass/_forms.scss */
.custom-form-default .form-group .form-control {
  box-shadow: none;
  border-radius: 3px;
}
/* line 49, ../sass/_forms.scss */
.custom-form-default .form-submit-btn {
  margin-top: 20px;
  margin-bottom: 0;
}

/* line 57, ../sass/_forms.scss */
.img_upload_thumb {
  height: 100px;
  max-width:297px;
  border: 3px solid #ccc;
  border-radius: 5px;
  margin-left: 49%;
  margin-top: -15px;
  margin-bottom: 20px;

}
.banner_header_img {
  margin-top: -15px;
  margin-bottom: 20px;
  max-width:100%;
}
.footer_img {
  height: auto;
  margin-top: -15px;
  margin-bottom: 20px;
  max-width:100%;
}
.email_logo_img {
  height: 150px;
  max-width:150px;
  border: 3px solid #ccc;
  border-radius: 5px;
  margin-top: -15px;
  margin-bottom: 20px;
}

.to_email_sub {
    height: 31px !important;
    padding: 5px !important;
    margin: 16px;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    width: 314px;
    font-size: 15px;
}

.common-fileupload-cont{
display: flex;

}

.fileupload-left {
margin-right: 12px;
}
.alignment_cls{
width:100%;
}
.allowed_txt
{
	font-size:13px;
}

/* line 66, ../sass/_forms.scss */
.custom-switch-btn .form-group {
  width: 70% !important;
  display: inline-block !important;
  margin: 0 !important;
}

/* line 73, ../sass/_forms.scss */
.error {
  font-size: 14px;
  padding: 5px 12px;
  color: #fb5f56;
}

/* line 80, ../sass/_forms.scss */
.custom-select {
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  background: #fafafa url("http://www.scottgood.com/jsg/blog.nsf/images/arrowdown.gif") no-repeat 97% 50%;
}

/* line 88, ../sass/_forms.scss */
.custom-select select {
  padding: 5px 8px;
  width: 93%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

/* line 98, ../sass/_forms.scss */
.custom-select select:focus {
  outline: none;
}

/* line 102, ../sass/_forms.scss */
.select2-container--krajee-bs3 .select2-selection {
  box-shadow: none !important;
  background-color: #fff !important;
  border-radius: 100px !important;
  background-color: #ffffff !important;
  border: solid 1px #337ab7 !important;
}

/* line 110, ../sass/_forms.scss */
.select2-container--krajee-bs3 .select2-selection--single {
  padding: 6px 34px 6px 22px !important;
}

/* line 114, ../sass/_forms.scss */
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
  color: #337ab7 !important;
}

.clientsele .select2-container--krajee-bs3 .select2-selection {
    border: 1px solid #f17a2d !important;
}

.clientsele .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow b {
    border-color: #f17a2d transparent transparent !important;
}
.clientsele .select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
    color: #f17a2d !important;
}

/* line 118, ../sass/_forms.scss */
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
  border-left: 0 !important;
}

/* line 122, ../sass/_forms.scss */
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow b {
  border-color: #337ab7 transparent transparent transparent !important;
}

/* line 1, ../sass/_cards.scss */
.cards-layout {
  background-color: #ffffff;
  box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #f5f5f5;
  padding: 20px 0;
  margin-bottom: 30px;
  min-height: 270px;
  max-height: 365px;
}
/* line 9, ../sass/_cards.scss */
.cards-layout > h3 {
  padding: 0 15px;
}
/* line 14, ../sass/_cards.scss */
.cards-layout .detail-logo img {
  width: 100%;
}
/* line 20, ../sass/_cards.scss */
.cards-layout .cards-content h3 {
  margin-top: 5px;
  font-size: 19px;
  color: #223953;
}
/* line 26, ../sass/_cards.scss */
.cards-layout .cards-content h3.underline-header {
 /*  font-size: 14px; */
  border-bottom: 2px solid #223953;
  padding-bottom: 3px;
  text-transform: uppercase;
}
/* line 34, ../sass/_cards.scss */
.cards-layout .cards-content h4 {
 /*  font-size: 14px; */
}
/* line 39, ../sass/_cards.scss */
.cards-layout .cards-content p {
  color: #7e7e7e;
  font-size: 17px;
  word-wrap: break-word;
}
/* line 45, ../sass/_cards.scss */
.cards-layout .cards-content select {
  padding: 3px 10px;
}

/* line 53, ../sass/_cards.scss */
.client-cards .cards-content h4 {
  color: #f17a2d;
}
/* line 56, ../sass/_cards.scss */
.client-cards .cards-content h4 .action_btn {
  font-size:16px;
  position: absolute;
  right: 20px;
  color: #9b9b9b;
}

/* line 4, ../sass/_modals.scss */
.custom-modal-box .bootbox-form input,
.custom-modal-box .modal-form input {
  border-radius: 100px;
  height: 45px;
  border: 1px solid #223953;
}
/* line 13, ../sass/_modals.scss */
.custom-modal-box .bootbox-body input[type="file"].opacity_zero,
.custom-modal-box .modal-body input[type="file"].opacity_zero {
  opacity: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
/* line 20, ../sass/_modals.scss */
.custom-modal-box .bootbox-body .custom-upload-btn,
.custom-modal-box .modal-body .custom-upload-btn {
  position: relative;
  z-index: 1;
  text-align: left;
  cursor: pointer;
}
/* line 28, ../sass/_modals.scss */
.custom-modal-box .modal-footer {
  padding: 15px;
}
/* line 31, ../sass/_modals.scss */
.custom-modal-box .modal-footer .form-submit-btn {
  margin-top: 0;
}
/* line 36, ../sass/_modals.scss */
.custom-modal-box .modal-footer-custom {
  padding: 15px 0 0;
  border-top: 1px solid #eee;
}
/* line 40, ../sass/_modals.scss */
.custom-modal-box .modal-footer-custom .form-submit-btn {
  margin-top: 0;
}

/* line 1, ../sass/_toastr.scss */
.toast-title {
  font-weight: bold;
}

/* line 4, ../sass/_toastr.scss */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 8, ../sass/_toastr.scss */
.toast-message a,
.toast-message label {
  color: #ffffff;
}

/* line 12, ../sass/_toastr.scss */
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

/* line 16, ../sass/_toastr.scss */
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 30, ../sass/_toastr.scss */
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
/* line 42, ../sass/_toastr.scss */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 49, ../sass/_toastr.scss */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 54, ../sass/_toastr.scss */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 59, ../sass/_toastr.scss */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 64, ../sass/_toastr.scss */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 69, ../sass/_toastr.scss */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 73, ../sass/_toastr.scss */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 77, ../sass/_toastr.scss */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 81, ../sass/_toastr.scss */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 85, ../sass/_toastr.scss */
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

/* line 91, ../sass/_toastr.scss */
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 96, ../sass/_toastr.scss */
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  /* opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);*/
}

/* line 115, ../sass/_toastr.scss */
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 124, ../sass/_toastr.scss */
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

/* line 127, ../sass/_toastr.scss */
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

/* line 130, ../sass/_toastr.scss */
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

/* line 133, ../sass/_toastr.scss */
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

/* line 136, ../sass/_toastr.scss */
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 142, ../sass/_toastr.scss */
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

/* line 148, ../sass/_toastr.scss */
.toast {
  background-color: #030303;
}

/* line 151, ../sass/_toastr.scss */
.toast-success {
  background-color: #51a351;
}

/* line 154, ../sass/_toastr.scss */
.toast-error {
  background-color: #bd362f;
}

/* line 157, ../sass/_toastr.scss */
.toast-info {
  background-color: #2f96b4;
}

/* line 160, ../sass/_toastr.scss */
.toast-warning {
  background-color: #f89406;
}

/* line 164, ../sass/_toastr.scss */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.tab_con_view{
	 display: inline-table;
}
.tab_con_view .tab-content{
	border:1px solid #ddd;
	border-top:0px;
	padding:10px 20px!important;

}
.tab_con_view{
	 float: left;
    width: 100%;
}
.tab_con_view h3{
	margin:0;
	padding:10px 10px;
}
.tab_con_view p{
	margin:0;
	/* padding:0px 10px 10px; */
}
.tab_con_view .nav-tabs.home_tabs {
    border-bottom: 1px solid #ddd;
}
.tab_con_view .nav-tabs.home_tabs > li {
    float: left;
    margin-bottom: -2px;
}
.tab_con_view ul.home_tabs li a{
	text-transform:uppercase;
	font-size:14px;
	box-shadow: -5px -4px 24px 0 rgba(0, 0, 0, 0.07);
    margin: 0 5px;
}
.tab_con_view ul.home_tabs li.active a{

	/* background: #f0f7fe;
    background: -webkit-linear-gradient(#f0f7fe, #fff);
    background: -o-linear-gradient(#f0f7fe, #fff);
    background: linear-gradient(#f0f7fe, #fff);  */
	box-shadow: -5px -4px 24px 0 rgba(0, 0, 0, 0.07);
	font-size:14px;
	 margin: 0 5px;
}
.tab_con_view ul li a{
	font-size:14px;
}

.tab_con_view .nav-tabs.home_tabs > li.active > a, .tab_con_view .nav-tabs.home_tabs > li.active > a:focus, .tab_con_view .nav-tabs.home_tabs > li.active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: pointer;
}
.m-t-10{
	margin-top:10px;
}

.no-padding{
	padding:0 !important;
}
.brd-radius{
	border-radius:100px;
}
.not_logged_id .tab-content{
	border:0px solid #fff !important;
}
.not_logged_id .nav-tabs {
    border-bottom: 0px solid #ddd !important;
}
.gray_font td, .gray_font td a{
	color:#c4c4c4 !important;
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  /* line 177, ../sass/_toastr.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  /* line 181, ../sass/_toastr.scss */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 187, ../sass/_toastr.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  /* line 191, ../sass/_toastr.scss */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 197, ../sass/_toastr.scss */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/* line 12, ../sass/style.scss */
body {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 17px;
  color: #343442;
}

/* line 21, ../sass/style.scss */
footer {
  /* position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px; */
}
@media screen and (max-width: 640px) {
  /* line 21, ../sass/style.scss */
  footer {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
  }
  /* line 33, ../sass/style.scss */
  footer p {
    float: none !important;
    clear: both;
  }
}

/* Change the white to any color ;) */
/* line 41, ../sass/style.scss */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  -webkit-text-fill-color: #223953;
}

/* line 47, ../sass/style.scss */
#toast-container .toast-info {
  min-width: 500px;
  opacity: 1;
}

/* line 54, ../sass/style.scss */
.tooltip .tooltip-inner {
  background: #45C0E6;
  font-size: 14px;
}
/* line 59, ../sass/style.scss */
.tooltip .tooltip-arrow {
  border-top-color: #45C0E6;
}
.demographics_Page .tab-content{
	border:1px solid #ddd;
	border-top:0;
}
.nav-disable, .nav-disable1, .nav-disable1-b, .nav-disable2{
	pointer-events: none;
	opacity:0.5;
}
/*client menu style changes*/
.defaul-nav-se{
	position: relative;
    width: auto;
}
/*client menu style changes*/
/* .client-side-report .DTTT_button{
	height: 40px !important;
    line-height: 24px !important;
    border-radius: 100px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
	background: #f17a2d !important;
    border-color: #f17a2d !important;
	color:#fff !important;
	padding:8px !important;
}

.DTTT_button{
	background: #223953 !important;
    border-color: #223953 !important;

} */
/*Widget design*/
.greenColor{
	background-color:#67be5f;
}
.orangeColor{
	background-color:#f7931d;
}
.redColor{
	background-color:#ef3d37;
}
.greentColor{
	color:#67be5f;
}
.orangetColor{
	color:#f7931d;
}
.redtColor{
	color:#ef3d37;
}
.whitetColor{
	color:#fff;
}
.stacked-bar {
    width: 212px;
}
.stacked-bar .progress {
    border-radius: 13px;
    float: left;
    height: 10px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.stacked-bar span {
    font-size: 12px;
    font-weight: normal;
}
.stacked-bar1 {
    float: left;
    left: 27px;
    margin: 0 10px;
    position: relative;
    width: 205px;
}
.stacked-bar1 .progress {
    border-radius: 12px;
    float: left;
    height: 17px;
    margin: 0 auto;
    text-align: center;
    width: 96%;
}
.stacked-bar1 span {
    font-size: 9px;
    font-weight: 400;
    margin-bottom: 2px;
}
.stacked-bar2 {
    border: 1px solid #ededed;
    border-radius: 5.7px;
    box-shadow: 11px 8px 15px 0 rgba(0, 0, 0, 0.05);
    float: left;
    margin: 4px 10px 0;
    min-height: 228px;
    padding: 5px 15px 15px;
    position: relative;
}
.detail_chart_wrap {
    display: inline-block;
}
.detail_chart_wrap .stacked-bar2 {
    left: 0;
    width: 355px;
}
.demographics_Page .canvasinTexttop {
    bottom: 25px;
    color: #666666;
    font-size: 13px !important;
    font-style: normal !important;
    position: absolute;
}
.demographics_Page .detail_chart_wrap .canvasinTexttop {
    left: 18px;
}
.detail_chart_wrap .stacked-bar2 .center-spro span {
    font-size: 13px;
    line-height: 18px;
    margin-top: 0;
    padding: 0;
    vertical-align: top;
}
.detail_chart_wrap .canvasArea {
    width: 273px;
}
.demographics_Page .detail_chart_wrap .canvasinTexttop {
    left: 18px;
}
.demographics_Page .detail_chart_wrap .canvasinRgtText {
    right: 10px;
}
.progress {
    border-radius: 12px !important;
}
.stacked-bar2 .progress {
    float: left;
    height: 30px;
    margin: 65px auto 0;
    text-align: center;
    width: 100%;
}
.stacked-bar2 .progress .progress-bar:first-child {
    border-bottom-left-radius: 13px;
    border-top-left-radius: 13px;
}
.stacked-bar2 .progress .progress-bar:last-child {
    border-bottom-right-radius: 13px;
    border-top-right-radius: 13px;
}
.stacked-bar2 .stacked_bar_heading {
    color: #979797;
    font-size: 18px;
    font-weight: bold;
    opacity: 0.9;
}
.stacked-bar2 span {
    font-size: 16px;
    font-weight: 400;
}
.center-spro {
    float: left;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}
.graycolor {
    color: #5e5e5e;
    font-size: 18px !important;
    font-weight: bold !important;
    margin-top: 10px;
}
.detail_chart_wrap .stacked-bar2 .center-spro {
    margin-top: 68px;
}
.header_banner_logo {
    margin-bottom: 15px;
}
/*Widget design*/

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
body{
width: 100%;
margin-left: auto;
margin-right: auto;
overflow-x: hidden;
}
}

.tab{
   width:100%;
   float:left;
   margin-top:20px;
   margin-left: -1px;
}
.activeTab{
    border-radius: 0px;
    background: #223953;
    font-size: 16px;
    font-weight: 500;
    border: 0px;
    padding: 6px 15px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;   
}
.activeTab:hover,.activeTab:active, .activeTab:focus {
  background: #223953 !important;
}
.inActiveTab:hover,.inActiveTab:active, .inActiveTab:focus{
  background: #fff !important;
  color:#555 !important;
  border-color:#ccc !important;  
}
.inActiveTab{
    color:#555;
    border-color:#ccc;
    border-radius: 0px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 15px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    border-bottom: 0px;
}
.data_listing_content {
    margin-top: 7px !important;
}