/**
 *
 * Apply Here your Custom CSS
 *
*/
@font-face {
  font-family: "robotoregular";
  src: url("assets/css/fonts/roboto/Roboto-Regular-webfont.eot");
  src: url("assets/css/fonts/roboto/Roboto-Regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("assets/css/fonts/roboto/Roboto-Regular-webfont.woff") format("woff"),
    url("assets/css/fonts/roboto/Roboto-Regular-webfont.ttf") format("truetype"),
    url("assets/css/fonts/roboto/Roboto-Regular-webfont.svg#robotoregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Roboto !important;
}

/* .logo img {
    height: auto;
    width: 100%;
}	 */

#loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #000;
  opacity: 0.7;
}

#loader {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border: 3px solid transparent;
  border-top-color: red;
  z-index: 1500;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 3px solid transparent;
  border-top-color: green;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border: 3px solid transparent;
  border-top-color: lightblue;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*.google{
	background-color:#d21717;
	padding:5px 7px;
	border-radius:25px !important;
	color:#fff;
	height:25px !important;
	width:25px !important;
}
.facebook{
	background-color:#39599f;
	padding:5px 10px;
	border-radius:25px !important;
	color:#fff;
	height:25px !important;
	width:25px !important;
}
.bing{
	background-color:#bf7d10;
	padding:5px 13px;
	margin-left:5px;
	border-radius:25px !important;
	color:#fff;

	background-image:url(../images/bing.png);
	background-repeat:no-repeat;
	background-position:0 0;
}*/

.google,
.facebook,
.bing {
  background-repeat: no-repeat;
  height: 30px;
  width: 33px;
  display: inline-block;
  cursor: pointer;
}
.google {
  background-image: url(../images/social-icons.png);
  background-position: 0 0;
}

.facebook {
  background-image: url(../images/social-icons.png);
  background-position: -34px 0px;
}
.bing {
  background-image: url(../images/social-icons.png);
  background-position: -71px 0px;
}
.google.active {
  background-position: 0 -30px;
}
.facebook.active {
  background-position: -34px -30px;
}
.bing.active {
  background-position: -71px -30px;
}
.txtchk {
  display: none;
}
.forgot-pwd {
}
.login_form {
  display: none;
}
.globalBtn {
  background-color: #dbdbdb !important;
}
.globalBtn:hover {
  background-color: #f0f0f1 !important;
}
.btn-default1.btn-icon1 {
  position: relative;
  padding-right: 0px;
  border: none;
}
.btn-default1.btn-icon1 i {
  background-color: #dbdbdd;
  padding: 6px 6px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-border-radius: 0 3px 3px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
}
.btn-default1.btn-icon.icon-left1 {
  padding-right: 0px;
  padding-left: 0px;
}
.btn-default1.btn-icon.icon-left1 i {
  float: left;
  right: auto;
  left: 0;
  -webkit-border-radius: 3px 0 0 3px !important;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 0 3px !important;
  -moz-background-clip: padding;
  border-radius: 3px 0 0 3px !important;
  background-clip: padding-box;
}
.icon-bck-colr {
  color: #838383 !important;
}
.panel-brd {
  border: 1px solid #ebebeb !important;
}
.btn-brd {
  border: 1px solid #d5d5d5 !important;
}
.brd-radius {
  border-radius: 3px !important;
}
.padtp {
  padding-bottom: 10px;
  padding-top: 10px;
}

.select button {
  width: 100%;
  text-align: left;
}
.select .caret {
  position: absolute;
  right: 10px;
  margin-top: 10px;
}
.select:last-child > .btn {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.selected {
  padding-right: 10px;
}
.option {
  width: 100%;
}

.formTable table {
}
.formTable tr {
  padding: 10px;
}
.formTable td:nth-child(2) {
  width: 60%;
}
.formTable td:nth-child(3),
.formTable td:nth-child(4),
.formTable td:nth-child(5) {
  width: 10%;
}
.formTable td:nth-child(1) {
  width: 5%;
}
.formOptions {
  position: relative;
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  color: #3e3e3e;
  padding: 10px;
  border-radius: 3px;
  text-align: left;
}
.formOptionsContainer {
  position: absolute;
  left: 0px !important;
  top: 40px;
  display: none;
  background-color: #fff;
  clear: both;
  z-index: 9999999;
}
.formOptionsContainer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px soild #ebebeb !important;
}
.formOptionsContainer ul li {
  list-style-type: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100px;
  clear: both;
  text-align: left !important;
  border-bottom: 1px solid #ebebeb;
}
.formOptionsContainer ul li a {
}

.iconHide {
  display: none;
}

.checkbox-replace.color-orange .cb-wrapper,
.radio-replace.color-orange .cb-wrapper {
  border: 1px solid #fc9233;
}
.checkbox-replace.color-orange .cb-wrapper .checked,
.radio-replace.color-orange .cb-wrapper .checked {
  background: #fc9233;
}
.fontClr {
  color: #fc9233 !important;
}
.fontClr1 {
  color: #ff4040;
}

.nav-pills li {
  border-bottom: 1px solid #ebebeb !important;
}
.nav-pills a {
  background-color: #fff;
  border-radius: 0 !important;
  border-left: 1px solid #ebebeb !important;
  border-right: 1px solid #ebebeb !important;
  border-top: 1px solid #ebebeb !important;
}
.nav-pills li.active a,
.nav-pills li.active a:focus {
  background-color: #fc9233;
  color: #fff;
  border-bottom: 1px solid #fc9233 !important;
}

.tbleRow table {
  width: 100%;
  border-collapse: collapse;
}
/* Zebra striping */
.tbleRow tr {
  background: #ffffcc;
}
.tbleRow th {
  background: #e4e4e4;
  color: #36373a;
  font-weight: 600;
  font-size: 13px !important;
  padding: 5px 20px !important;
}
.tbleRow td,
.tbleRow th {
  padding: 10px 20px;
  border-bottom: 1px solid #d0d0d0;
  text-align: left;
  color: #434447;
  font-size: 13px;
}

.accordTable table {
  width: 100% !important;
  border-collapse: collapse;
  box-sizing: border-box;
}

.tbleRow th:nth-child(1),
.accordTable table th:nth-child(1),
.accordTable table td:nth-child(1) {
  width: 25%;
}
.tbleRow th:nth-child(2),
.accordTable table th:nth-child(2),
.accordTable table td:nth-child(2),
.tbleRow th:nth-child(3),
.accordTable table th:nth-child(3),
.accordTable table td:nth-child(3),
.tbleRow th:nth-child(4),
.accordTable table th:nth-child(4),
.accordTable table td:nth-child(4),
.tbleRow th:nth-child(5),
.accordTable table th:nth-child(5),
.accordTable table td:nth-child(5),
.tbleRow th:nth-child(6),
.accordTable table th:nth-child(6),
.accordTable table td:nth-child(6) {
  width: 15%;
}

/* Zebra striping */
.accordTable tr {
  background: #fff;
}
.accordTable th {
  background: #e9e8e8;
  color: #36373a;
  font-weight: 600;
  font-size: 15px !important;
}
.accordTable td,
.accordTable th {
  padding: 15px 20px;
  border-bottom: 1px solid #d0d0d0;
  text-align: left;
  color: #36373a;
  font-size: 13.5px;
}
.accordTable td {
  font-weight: lighter !important;
}

.sortDiv1 {
  display: inline-block;
  float: left;
  cursor: pointer;
}
.sortDiv {
  display: inline-block;
  margin-top: -5px !important;
}
.sortDiv a {
  height: 5px;
  width: 8px;
  margin: 3px !important;
  font-size: 9px;
  display: block;
  color: #2c2c2c;
  font-weight: bold;
  cursor: pointer;
}
.accordContent {
  display: none;
}
a.rowLink {
  font-size: 14px;
  text-decoration: none;
  padding-left: 20px;
  color: #36373a;
  background-image: url(../images/view-more-icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}
a.rowLink1 {
  font-size: 14px;
  text-decoration: none;
  padding-left: 20px;
  color: #fe871e;
  background-image: url(../images/view-less.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}
.rowClr {
  color: red !important;
  background-color: #fafafa;
}

.alertBox {
  background-color: #292929;
  opacity: 0.8;
  width: auto;
  border-radius: 4px;
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 99999;
}
.alertBox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.alertBox ul li {
  padding: 20px;
  color: #fff;
  font-size: 13px;
}
.alertBox ul li a {
  margin-top: -5px;
}

.btnRule {
  border-radius: 3px;
  background-color: #a3a3a3;
  color: #fff;
  padding: 10px 25px;
  border: 0;
  cursor: pointer;
  font-family: Roboto;
  font-size: 14px;
  font-weight: lighter;
  display: inline-block;
  margin-right: 20px;
}

.btnRule2 {
  border-radius: 3px;
  background: #fc8318;
  color: #fff;
  padding: 2px 8px;
  border: 0;
  cursor: pointer;
  font-family: Roboto;
  opacity: 1 !important;
  font-size: 13px;
  font-weight: lighter;
  display: inline-block;
  margin-left: 20px;
  margin-right: 5px;
}

.iconImg {
  font-size: 80px !important;
  color: #ffa35a;
}

.clrred {
  color: red;
}

.errorclass {
  border: 1px solid red !important;
}
.lms-timeline ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.lms-timeline ul li {
  display: block;
  margin: 30px 0;
  position: relative;
}
.lms-timeline .timeline-block {
  width: 80%;
  margin-left: 80px;
  position: relative;
  float: right;
  border-radius: 4px;
  box-shadow: 0 3px 0 #d7e4ed;
  background-color: #f8f8f8;
  padding: 20px;
}
.lms-timeline .timeline-block::before {
  content: "";
  position: absolute;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 30px solid #f8f8f8;
  width: 0;
  height: 0;
  top: 10px;
  left: -20px;
}
.lms-timeline ul li .date-block {
  position: absolute;
  top: 0;
  left: 0px;
  background-color: #c03b44;
  border: 3px solid #da676e;
  box-shadow: 0 3px 3px #a13b42 inset;
  padding: 10px;
  border-radius: 7px;
  color: #fff;
  width: 70px;
}
.cbp_tmtimeline > li label {
  color: #3e3e3e;
  font-size: 13px;
}
.cbp_tmtimeline > li p.ptext {
  margin: 3px 0 !important;
}
.cbp_next_btn {
  position: absolute;
  right: 20px;
  bottom: -18px;
  font-size: 16px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 4px solid #fff;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

/* ------------------  lms more details  ------------------------*/
.margnTop {
  margin-top: 80px;
}
.margnLeft {
  margin-left: 160px;
}

.lms-profile-container {
  background-color: #f1f1f1;
  position: relative;
  border-radius: 25px;
  border: 1px solid #dcdcdc;
}
.lms-profile-container .socialBox {
  position: absolute;
  right: 10px;
  top: 10px;
}
.lms-folloups label {
  display: block;
  color: #3e3e3e;
  font-size: 12px;
}

.lms-profile-container .socialBox a {
  font-size: 25px;
}
.lms-profile-container .socialBox a:hover {
  color: #f6750f;
}
a.deactive {
  color: #999999;
  cursor: not-allowed;
}
.lms-profile-container .socialBox a.deactive {
  color: #999999;
  cursor: not-allowed;
}
.lms-profile-container .profile_img {
  position: absolute;
  border: 5px solid #fff;
  border-radius: 50%;
  top: -50px;
  left: -5px;
  width: 150px;
  box-shadow: 0 0 10px #c0c0c0;
}
.lms-profile-container .lms-content {
  padding: 5px 0 0 0;
}

.lms-profile-container .lms-content .textBlock {
  display: inline-block;
}
.lms-profile-container .lms-content .textBlock label {
  font-weight: bold;
  color: #3e3e3e;
}
.lms-profile-container .lms-content .lms-follow-btn {
  margin: 5px 0 0 0;
  border-radius: 25px;
}
.lms-bg-gray {
  background-color: #e3e3e3;
}
.dark-colr {
  color: #5e5e5e;
}
.bigFont {
  font-size: 20px;
}

/* .center{}
.colorDark{
    color:#000 !important;
    margin-right:10px;
} */
.dataView {
  font-size: 16px;
}
.padBottom {
  padding-bottom: 10px;
}
.page-bar {
  background-color: #f7f7f7;
  border-radius: 3px;
}
.timeFrameBlock {
  display: inline-block;
  height: 33px;
  margin-left: 10px;
}

.daternge_inline {
  background: #bfcad1 none repeat scroll 0 0 padding-box;
  border: 0;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  color: #3e3e3e;
}

.verified {
  background: #f8760e none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 500 !important;
  line-height: 15px;
  padding: 3px 8px;
}
.ajaxloader {
  position: absolute;
  top: 40%;
  left: 40%;
  z-index: 3;
  display: none;
}

.table tr td {
  word-break: break-all;
}

.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.btn-primary.btn-icon i {
  background-clip: padding-box;
  background-color: #337ab7;
  border-radius: 0 3px 3px 0;
  font-size: 12px;
  line-height: 1.42857;
  padding: 6px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #337ab7;
}

.panel-blue > .panel-heading {
  background-color: #337ab7;
}
.panel-blue {
  border-color: #337ab7;
}
.panel-blue > .panel-heading .panel-title,
.panel-blue > .panel-heading .dataView {
  color: #fff;
}

.page-container .sidebar-menu {
  background: #2a58ad none repeat scroll 0 0;
  box-sizing: border-box;
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 280px;
  z-index: 100;
}

.page-container .sidebar-menu #main-menu li a {
  color: #fff;
  display: block;
  padding: 30px 20px;
  position: relative;
  transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
  z-index: 2;
  font-size: 16px;
  text-transform: capitalize;
}
/*.sidebar-menu header.logo-env{
	background-color: #fff;
	margin: 20px 0;
	padding: 5px !important;
	vertical-align: middle;
}*/
.sidebar-collapse {
  margin: 8px 14px;
}
.sidebar-menu .logo {
  text-align: center;
  width: 208px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.bg-success {
  background-color: #337ab7;
  color: #ffffff;
}
.card {
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
}
.currency-card-rounded .card-body.bitcoin {
  background-color: #345281;
}
.currency-card-rounded .card-body.ripple {
  background-color: #1277a8;
}
.rounded {
  border-radius: 0.25rem !important;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.currency-card--icon {
  font-size: 30px;
  line-height: 1.2;
  margin-right: 15px;
}
.currency-card-rounded .card-body h2,
.currency-card-rounded .card-body h4,
.currency-card-rounded .card-body p {
  color: #eaeff3;
}
.currency-card-rounded .card-body h2,
.currency-card-rounded .card-body h4,
.currency-card-rounded .card-body p {
  color: #eaeff3;
}
.currency-card-rounded i.fa {
  color: rgba(255, 255, 255, 0.2);
  font-size: 36px;
}
.currency-card-rounded .card-body h2 a {
  color: #fff;
}
/* .sel-box .form-control{
	border-color: #21a9e1;
} */
.arrow {
  font-size: 24px;
  color: #95a5a6;
  margin: 0 10px;
}
.sel-box {
  margin-top: 30px;
  margin-bottom: 60px;
}
.modal-dialog {
  width: 100%;
  max-width: 700px;
}
#modal .flow-step {
  margin: 0 5px;
  text-align: center;
}
#modal .flow-step .description {
  margin-bottom: 0;
}
#modal img {
  height: auto !important;
}
.custom_select_btn {
  display: flex;
  align-items: center;
  max-width: 350px;
  gap: 20px;
}
.business_webForm .input-group {
  width: 100%;
  display: flex;
}

@media screen and (min-width: 992px) {
  .timeline-centered .timeline-entry:nth-child(2n) {
    float: left;
  }
  .timeline-centered
    .timeline-entry:nth-child(2n)
    .timeline-entry-inner
    .timeline-time {
    right: -120px;
    padding: 10px;
    position: absolute;
    text-align: left;
    left: auto;
  }
  .timeline-centered
    .timeline-entry:nth-child(2n)
    .timeline-entry-inner
    .timeline-icon {
    float: right;
    margin-right: -17px;
  }
  .timeline-centered
    .timeline-entry:nth-child(2n)
    .timeline-entry-inner
    .timeline-label {
    margin-right: 53px;
    margin-left: 0;
  }
  .timeline-centered
    .timeline-entry:nth-child(2n)
    .timeline-entry-inner
    .timeline-label::after {
    border-color: transparent transparent transparent #f5f5f6;
    border-style: solid;
    border-width: 9px 0px 9px 9px;
    content: "";
    display: block;
    height: 0;
    left: 100%;
    margin-right: -9px;
    margin-left: 0;
    position: absolute;
    top: 10px;
    width: 0;
  }
}
.panel-heading.accordion {
  overflow: hidden;
  position: relative;
}
.panel-heading.accordion:after {
  content: "\f067";
  font-family: fontawesome;
  font-size: 14px;
  color: #333;
  position: absolute;
  top: 8px;
  right: 10px;
}
.panel-heading.active.accordion:after {
  content: "\f068";
  font-family: fontawesome;
  font-size: 14px;
  color: #333;
  position: absolute;
  top: 8px;
  right: 10px;
}

.classpointer {
  cursor: pointer;
}

.error {
  color: #ff0000;
}

.loader-wrapper-new {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  display: none;
}
.loader-wrapper-new > img {
  margin-top: -50px;
  position: absolute;
  top: 50%;
  margin-left: -50px;
}

.loader2 {
  margin: 40% 0 33% -20%;
  position: absolute;
  z-index: 9999;
  width: 100%;
  text-align: center;
  top: 0;
}

.loader2 > img {
  margin-top: -50px;
  position: absolute;
  top: 50%;
}

.upperCase {
  text-transform: uppercase;
}

.capatilizeCase {
  text-transform: capitalize;
}

/*UI-changes-01-october-2018*/
.custom-card-view-lms {
  width: 100%;
  float: left;
  padding: 10px 0px;
  position: relative;
}
.count-container {
  background: #fff;
  border: solid 1px #d4d9e3;
  padding: 20px 10px;
  width: 85%;
}
.count-container p {
  font-size: 14px;
  color: #1d4c9e;
  margin: 0;
}
.counter {
  background: #2a58ad;
  color: #fff;
  padding: 10px 28px;
  width: fit-content;
  position: absolute;
  top: 23%;
  right: 0;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 1px;
}
.count-container p i {
  margin-right: 5px;
  margin-left: 5px;
}
.input-group-btn.custom-button-calendar button {
  background: #2a58ad;
  border: none;
  border-radius: 0;
}
.left-profile-image {
  float: left;
  width: 25%;
  display: inline-block;
}
.right-profile-detail {
  float: left;
  width: 100%;
  display: inline-block;
  padding: 0 4%;
}
.left-profile-image img {
  height: 125px;
  margin: 0 auto;
  display: block;
  border-radius: 30%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.detail-profile-custom {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 1px 0px 34px 14px #eef1f9;
  box-shadow: 1px 0px 34px 14px #eef1f9;
  margin-bottom: 60px;
  padding: 20px 0px;
}
.right-profile-detail h2 {
  color: #01458e;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 17px;
}
.right-profile-detail ul {
  list-style-type: none;
  margin: 0;
  display: block;
  padding: 15px 0px;
}
/* .right-profile-detail ul li { display: inline-block; width: 50%; float: left; margin: 10px 0px;}
.right-profile-detail ul li a {color: #7f95b9; font-size: 18px; letter-spacing: 1px;}
.right-profile-detail ul li a span {font-weight: 600; color: #7f95b9; margin-right: 10px; } */
ul.nav.nav-tabs.detail-page-tab {
  text-align: center;
}
ul.nav.nav-tabs.detail-page-tab li {
  margin: 0 15px;
}
ul.nav.nav-tabs.detail-page-tab li.active a {
  color: #2a58ad;
  font-size: 20px;
  text-transform: uppercase;
  border: none;
  background: none;
  border-bottom: solid;
}
ul.nav.nav-tabs.detail-page-tab li a {
  color: #8c9ec9;
  font-size: 20px;
  text-transform: uppercase;
  border: none;
  background: none;
}
.tab-container {
  display: block;
  padding-top: 40px;
}
ul.profile-listing-detail {
  margin: 0;
  padding: 05px 15px;
  list-style-type: none;
  display: block;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 10px;
}
ul.profile-listing-detail li {
  display: inline-block;
  width: 25%;
  float: left;
  background: #fff;
  line-height: normal;
  padding: 13px 10px;
  font-size: 15px;
  word-wrap: break-word;
}
ul.profile-listing-detail li a {
  color: #8492af;
  font-size: 16px;
  text-transform: capitalize;
}
ul.profile-listing-detail li:first-child {
  font-weight: bold;
}
ul.profile-listing-detail li:nth-child(3) {
  font-weight: bold;
}

/* button.follow-button {
    border: none;
    background: #2a58ad;
    color: #fff;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
} */
.container-custom-follow {
  width: 80%;
  margin: 0 auto;
}
span.folow-up {
  font-size: 16px;
  color: #2a58ad;
  font-weight: 600;
  display: inline-block;
}

.left-calendar {
  display: inline-block;
  float: left;
  width: 46%;
  margin: 15px 15px 0px 0px;
  border: solid 1px #cad5ea;
  background: #f3f3f3;
}
.left-calendar input#sDate,
input#eDate {
  float: left;
  display: inline-block;
  width: 78%;
  height: 44px;
  background: #f3f3f3;
  border: none;
}
.left-calendar .input-group-addon {
  display: inline-block;
  float: left;
  width: 20%;
  line-height: 33px;
  font-size: 14px;
  color: #000;
  border: none;
}
.input-group-btn.custom-button-calendar button {
  float: left;
  display: block;
  width: 50px;
  position: relative;
  line-height: 31px;
  margin-top: 11px;
}
.left-calendar input.listing-date-picker {
  float: left;
  display: inline-block;
  width: 78% !important;
  height: 44px;
  background: #f3f3f3;
  border: none;
}
.counter a {
  color: #fff;
}

@media (min-width: 320px) and (max-width: 480px) {
  .left-calendar {
    width: 48% !important;
    margin: 1% !important;
  }
  /* .input-group-btn {width: 100%; float: left; text-align: center; } */
  .custom-card-view-lms {
    width: 100%;
  }
  .sel-box {
    margin: 15px 0px;
  }
  .left-profile-image {
    float: left;
    width: 100%;
    display: inline-block;
  }
  .left-profile-image img {
    height: 135px;
    margin: 0 auto;
    display: block;
    border-radius: 30%;
  }
  .right-profile-detail {
    float: left;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .right-profile-detail h2 {
    margin-bottom: 0;
  }
  .right-profile-detail ul {
    overflow: hidden;
    padding: 15px;
  }
  .right-profile-detail ul li {
    width: 100%;
    margin: 05px 0px;
    text-align: left;
  }
  ul.profile-listing-detail li {
    display: inline-block;
    width: 100%;
    line-height: normal;
    padding: 10px 10px;
  }
  ul.profile-listing-detail {
    width: 90%;
  }
  ul.detail-page-tab li a {
    padding: 10px 0px;
  }
  ul.nav.nav-tabs.detail-page-tab li {
    margin: 0 05px;
  }
  ul.nav.nav-tabs.detail-page-tab li a {
    font-size: 14px;
  }
  ul.nav.nav-tabs.detail-page-tab li.active a {
    font-size: 14px;
  }
  .detail-profile-custom {
    margin-bottom: 10px;
  }
  .right-profile-detail ul li a {
    font-size: 14px;
    letter-spacing: 0px;
  }
}

@media (min-width: 481px) and (max-width: 1280px) {
  .custom-card-view-lms {
    width: 100%;
  }
  .count-container {
    width: 100%;
    padding: 35px 0px;
  }
  .counter {
    padding: 2px 18px;
    bottom: 0;
    top: auto;
    right: 0;
    font-size: 14px;
    left: 0;
    margin: 0 auto;
  }
  .count-container p {
    font-size: 13px;
    font-weight: 600;
  }
  .left-calendar {
    width: 43%;
    margin: 5px 1%;
    margin-top: 10px;
  }
  /* .left-calendar .input-group-addon {width: 100%; text-align: left;} */
}
.excell-download i.fa-download {
  color: #fff !important;
  font-size: 16px !important;
  margin-right: 10px;
}

.custom-result {
  display: inline-block;
  width: auto;
  float: left;
  text-align: center;
  margin-bottom: 0;
  margin-right: 5px;
}
/* 
.new-lead-notification {
    text-align: center;
    padding: 10px 0;
    background: #e4e4e4;
    margin-bottom: 15px;
    display: inline-block;
    color: #666;
    font-weight: 600;
    font-size: 14px;
    width: 35%;
    margin: 11px auto;
}
.new-lead-notification a span {
    color: #2a58ad;
    text-transform: uppercase;
    margin: 0 11px;
    letter-spacing: 1px;
} */
ul.test-read-all {
  padding: 0;
  list-style-type: none;
  clear: both;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}
ul.test-read-all li {
  display: inline-block;
  float: left;
  margin: 0 15px;
  cursor: pointer;
}
ul.test-read-all li button#deletesubmit {
  margin: 0 15px;
  padding: 2px 6px;
}
.tableResponsive.check-all table tr td span {
  float: left;
  margin: 0 8px;
}
button.btn-success.clearCheckBox.clear-filter {
  border: none;
  padding: 7px 10px;
  border-radius: 4px;
  color: #fff;
  margin-top: 3px;
}
/* .foloow-up-popup-time {
    width: 187px !important;
    margin-left: 10px;
} */
h4.modal-title.follow-up-headline {
  color: #1c4896;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
tr.cursor-custom {
  cursor: pointer;
}

.table-custom tr th,
.table-custom tr td {
  border-color: #aaa !important;
  font-size: 14px;
}
.table-custom > thead > tr > th {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 2px solid #aaa !important;
  border-top: 2px solid #aaa !important;
  color: #666;
}
/*UI-changes-01-october-2018*/

/* bug fixing 6 Feb 2019 */
.page-container .main-content {
  display: block;
}
.header-user-options {
  margin: 0 0 20px 0;
  padding: 7px 0px;
  /* overflow: hidden; */
  border-bottom: solid 1px #eee;
  -webkit-box-shadow: 0 0 10px #aaa;
  -moz-box-shadow: 0 0 10px #aaa;
  box-shadow: 0 0 10px #aaa;
}
body {
  background: #f6f7fa;
}
.listfollow-ui .table tr th {
  text-transform: uppercase;
}
.login-page .login-form .form-group .for-otp {
  padding-bottom: 0;
  padding-top: 0;
}
.login-page .login-form .form-group .for-otp .input-group-btn .btn {
  padding: 12px;
}
.login-page .login-form .form-group .for-otp .form-control {
  height: 44px;
}
.mob-user {
  position: absolute;
  right: 68px;
  top: 12px;
}
.mob-user img {
  width: 37px;
}
.tableListing tbody tr td.weblink a {
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -9px;
}
.tableListing tbody tr td.weblink .tright {
  padding-right: 33px;
}
.custom-result span {
  display: inline-block;
  font-size: 14px;
  float: none;
  font-weight: bold;
}
.custom-result {
  float: none;
  margin-bottom: 0;
  margin-right: 5px;
  margin-top: 14px;
}
.right-profile-detail ul li a,
.right-profile-detail ul li {
  color: #909090;
  font-size: 16px;
  cursor: text;
  font-weight: 300;
}
.right-profile-detail ul li a span,
.right-profile-detail ul li span {
  min-width: 100px;
  display: inline-block;
  font-weight: bold;
  color: #2a58ad;
}
ul.profile-listing-detail {
  margin: 0;
  padding: 00px 15px;
  list-style-type: none;
  display: flex;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  background: transparent;
  margin-bottom: 0;
  border-collapse: collapse;
  margin-bottom: -1px;
  flex-flow: wrap;
}
ul.profile-listing-detail li {
  display: inline-block;
  width: 25%;
  float: left;
  background: #fff;
  line-height: normal;
  padding: 13px 10px;
  font-size: 15px;
  word-wrap: break-word;
  border: 1px solid #ddd;
  margin-left: -1px;
}
ul.profile-listing-detail li:nth-child(3),
ul.profile-listing-detail li:first-child {
  font-weight: bold;
  color: #2a58ad;
}
.first-utm-id li {
  border: 1px solid #ddd !important;
  width: 50% !important;
  background: #f1f1f1 !important;
}
.first-utm-id {
  margin-bottom: 30px !important;
}
.table-wrapper {
  width: 100%;
  overflow: auto;
}
.table-wrapper .table {
  min-width: 600px;
}
.qual-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 5px 7px;
}

.loader2 {
  margin: 0;
  position: fixed;
  z-index: 9999;
  width: 100%;
  text-align: center;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  height: 100%;
}
.loader2 > img {
  margin-top: -50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
}
.duplicate-btn {
  width: 20px;
  height: 20px;
  background: #ff0000;
  text-align: center;
  color: #fff !important;
  border-radius: 50%;
  line-height: 20px;
  font-size: 77%;
  clear: left;
  margin-bottom: 30px !important;
}
.timeline-centered .timeline-entry {
  margin-top: 50px;
  margin-bottom: 0;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  background: #e4e4e4;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  border-color: transparent #e4e4e4 transparent transparent;
}
.timeline-centered:before {
  background: #e4e4e4;
  width: 2px;
}
.lms-folloups label {
  display: block;
  color: #3e3e3e;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  color: #666;
}
.change-pwd {
  margin-bottom: 100px;
}
.o-hidden {
  overflow: hidden;
}
.page-container.sidebar-collapsed
  .sidebar-menu
  .logo-env
  > div.sidebar-collapse {
  text-align: center;
}
/* .tright {
    min-width: 133px;
    padding-right: 15px;
} */
.recording-ul li {
  width: 49.9% !important;
}
ul.profile-listing-detail.recording-ul {
  width: 100%;
  padding: 20px 120px;
}
.otp-verify {
  background: transparent;
  font-size: 19px !important;
  color: seagreen !important;
}
@media screen and (max-width: 480px) {
  .input-group .error {
    right: 0 !important;
  }
  .left-calendar .input-group-addon {
    width: 33%;
  }
  .left-calendar input.listing-date-picker {
    width: 67% !important;
  }
  .custom-button-calendar button {
    display: inline-block !important;
    min-width: 120px;
    float: none !important;
  }
  .page-body .page-container .sidebar-menu .logo-env > div.logo {
    max-width: 165px !important;
    margin-top: 7px;
  }
  .input-group-btn.custom-button-calendar button {
    width: 50px;
    position: relative;
    line-height: 31px;
    margin-top: 11px;
    height: 47px;
    margin-bottom: -5px;
  }
  .mob-input-group {
    display: block;
  }
  .custom-button-calendar {
    text-align: center;
  }
  ul.test-read-all li button#deletesubmit {
    margin: 0 0 0 15px;
  }
  ul.test-read-all li {
    margin: 0;
  }
  .fs-wrap {
    width: 100% !important;
  }
  .right-profile-detail ul {
    padding: 0px;
  }
  .right-profile-detail ul li a,
  .right-profile-detail ul li {
    font-size: 14px;
  }
  .right-profile-detail ul li a span,
  .right-profile-detail ul li span {
    min-width: 60px;
  }
  ul.profile-listing-detail {
    width: 90%;
    padding: 0;
  }
  ul.profile-listing-detail {
    margin-bottom: 0;
  }
  ul.profile-listing-detail li {
    margin-left: 0;
  }
  .first-utm-id li {
    width: 100% !important;
  }
  .container-custom-follow {
    width: 90%;
    text-align: center;
  }
  .container-custom-follow button.follow-button {
    float: none !important;
  }
  .pagination > li > a,
  .pagination > li > span {
    padding: 6px 7px;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog {
    width: 100%;
    max-width: 556px;
  }
  .page-body .page-container .sidebar-menu .logo-env > div.logo {
    max-width: 208px;
  }
  .page-container .sidebar-menu {
    display: block;
  }
  .page-container .sidebar-menu .logo-env {
    border-right: 0;
  }
  .page-container .sidebar-menu #main-menu li a {
    padding: 10px 20px;
  }
  .page-container .sidebar-menu #main-menu li i {
    margin-right: 10px;
    opacity: 0.5;
  }
  .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a:hover {
    background-color: #2a58ad;
  }
  .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a:hover i {
    color: #fff;
  }
  .user-info {
    padding: 14px 0 8px;
    font-weight: bold;
  }
  .mob-user {
    display: inline-block;
    cursor: pointer;
  }
  .links-list {
    padding: 0;
  }
  .logout-btn {
    display: block;
    background: transparent;
    border: 1px solid #2a58ad;
    padding: 3px 7px;
    border-radius: 3px;
    margin-top: 10px;
    color: #2a58ad;
  }
  .listfollow-ui .table tr th {
    text-transform: uppercase;
  }
  .m-clear {
    overflow: hidden;
  }
  #deleteaction {
    font-size: 14px;
    color: #666;
    margin-left: 0;
    border-radius: 4px;
    padding: 7px 10px;
    border: 1px solid #666;
  }
  ul.test-read-all li button#deletesubmit {
    margin: 0 15px;
    padding: 7px 33px;
    font-size: 14px;
  }
  .urfound {
    float: right;
  }
  #deletesubmit {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 !important;
    z-index: 9999;
    width: 100%;
  }
  .tableListing .filterBox {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9991;
    margin-top: 0 !important;
    height: 100%;
  }

  .filterBox .panel-body {
    position: fixed;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    padding-bottom: 70px;
  }
  .filterBox .panel-body .control-label {
    color: #333;
    font-size: 13px;
  }
  .fs-label-wrap .fs-label {
    padding: 10px 22px 6px 8px !important;
  }
  .fs-label-wrap {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 34px;
  }
  .mob-clear-fix {
    position: fixed;
    bottom: 0;
    z-index: 9;
    background: #f0f0f1;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
  }
  .mob-clear-fix .btn-success {
    width: 50%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 40px;
  }
  button.btn-success.clearCheckBox.clear-filter {
    border-right: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
  }
  .fl-text {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .fs-wrap {
    width: 100% !important;
  }
  ul.profile-listing-detail {
    flex-wrap: wrap;
  }
  ul.profile-listing-detail li {
    width: 50%;
  }
  ul.profile-listing-detail.recording-ul li {
    width: 100% !important;
  }
}
@media screen and (max-width: 575px) {
  .modal-dialog {
    width: 100%;
    max-width: 340px;
  }
  .call-flow-chart {
    overflow: auto;
  }
  .call-flow-chart .flow-step {
    width: 200px;
  }
}
@media screen and (max-width: 1280px) {
  .input-group-btn.custom-button-calendar button {
    margin-top: 6px;
    height: 46px;
    width: 100%;
  }
  .urfound {
    float: right;
  }
  .left-calendar {
    width: 41%;
    margin: 5px 1% 0 0;
  }
  .sidebar-collapse {
    text-align: center;
  }
  .duplicate-btn {
    margin-right: 10px !important;
  }
  .recording-ul li:first-child {
    width: 30% !important;
  }
  .recording-ul li:last-child {
    width: 70% !important;
  }
}
@media screen and (max-width: 991px) {
  .m-clear {
    clear: both;
    overflow: hidden;
  }
  .left-calendar {
    width: 43%;
  }
}
@media screen and (min-width: 1281px) {
  .dateRange1 {
    overflow: hidden;
  }
  .left-calendar {
    width: 43%;
  }
  .input-group-btn.custom-button-calendar button {
    margin-top: 15px;
    height: 46px;
    width: 100%;
  }
  .urfound {
    float: right;
  }
}
@media screen and (max-width: 991px) and (min-width: 481px) {
  .dateRange1 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .tableListing .filterBox {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
    position: absolute;
    max-width: 600px;
    min-width: 600px;
    top: 50px;
    margin-right: -300px !important;
    z-index: 9991;
    right: 50%;
    box-shadow: 0 0 30px #e1e1e1;
    border: 1px solid #ddd;
  }
  .filterBox .fs-wrap {
    width: 100%;
  }
  .filterBox::before {
    content: "";
    position: absolute;
    border-bottom: 10px solid #ddd;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 0;
    top: -10px;
    left: 50%;
    margin-left: -10px;
  }
  .mob-clear-fix {
    margin-top: 3px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .tableListing .filterBox {
    right: 0;
    margin-right: 0 !important;
  }
}

.go_text {
  text-align: right;
}

.data_archive_link {
  display: inline-block;
  background: #2a58ad;
  padding: 5px 15px 4px 15px;
  font-size: 12px;
  line-height: 20px;
  margin: 0px 3px 5px 0;
  color: #fff;
}
/* .data_archive_link:focus {
    background:#ccc;  color:#333
}     */
/* .data_archive_link:hover {
    background:#ccc;  color:#333
}     */
#oldcarmodel .fs-wrap,
.custom-select .fs-wrap {
  width: 100%;
}
#oldcarmodel .fs-label-wrap,
.custom-select .fs-label-wrap {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #ebebeb;
}
#oldcarmodel .fs-label-wrap .fs-label,
.custom-select .fs-label-wrap .fs-label {
  height: 25px;
  padding: 7px 22px 6px 8px;
  color: #000;
}
#oldcarmodel .fs-arrow,
.custom-select .fs-arrow {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #333;
}

.stars {
  background: url("/public/images/stars.png") repeat-x 0 0;
  width: 250px;
  margin: 0 auto;
}

.stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* .stars input[type="radio"].star-10:checked ~ span {
  width: 100%;
}
.stars input[type="radio"].star-9:checked ~ span {
  width: 90%;
}
.stars input[type="radio"].star-8:checked ~ span {
  width: 80%;
}
.stars input[type="radio"].star-7:checked ~ span {
  width: 70%;
}
.stars input[type="radio"].star-6:checked ~ span {
  width: 60%;
} */
.stars input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
.stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
.stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
.stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
.stars input[type="radio"].star-1:checked ~ span {
  width: 20%;
}
.stars label {
  display: block;
  width: 50px;
  height: 30px;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent !important;
  cursor: pointer;
}
.stars label:hover ~ span {
  background-position: 0 -30px;
}
/* .stars label.star-10:hover ~ span {
  width: 100% !important;
}
.stars label.star-9:hover ~ span {
  width: 90% !important;
}
.stars label.star-8:hover ~ span {
  width: 80% !important;
}
.stars label.star-7:hover ~ span {
  width: 70% !important;
}
.stars label.star-6:hover ~ span {
  width: 60% !important;
} */
.stars label.star-5:hover ~ span {
  width: 100% !important;
}
.stars label.star-4:hover ~ span {
  width: 80% !important;
}
.stars label.star-3:hover ~ span {
  width: 60% !important;
}
.stars label.star-2:hover ~ span {
  width: 40% !important;
}
.stars label.star-1:hover ~ span {
  width: 20% !important;
}
.stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("/public/images/stars.png") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}
#feedbackbuttonn {
  display: block;
  margin: 0 auto;
}

#modal-100 {
  text-align: center;
  padding: 0 !important;
}

#modal-100:before {
  content: "";
  display: inline-block;
  height: 30%;
  vertical-align: middle;
  margin-right: -4px;
}

#modal-100.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.notifier-box {
  width: 270px;
  margin: 0 auto;
}
.text-notifier {
  font-weight: bold;
  color: #666666;
  margin-bottom: 0;
}

.row_bell {
  width: 100%;
  float: right;
  text-align: right;
}

.row_bell .notification {
  display: inline-block;
  position: relative;
  font-size: 30px;
  padding: 0 10px;
  cursor: pointer;
}

.row_bell .notification::before,
.row_bell .notification::after {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.row_bell .notification::before {
  display: block;
  content: "\f0f3";
  font-family: "FontAwesome";
  transform-origin: top center;
}

.row_bell .notification::after {
  font-family: Arial;
  font-size: 0.7em;
  font-weight: 700;
  position: absolute;
  top: -15px;
  right: -15px;
  padding: 5px 8px;
  line-height: 100%;
  border: 2px #fff solid;
  border-radius: 60px;
  background: #3498db;
  opacity: 0;
  content: attr(data-count);
  opacity: 0;
  transform: scale(0.5);
  transition: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.row_bell .notification.notify::before {
  animation: ring 1.5s ease;
  animation-iteration-count: infinite;
  color: #ff0000;
}

.row_bell .notification.show-count::after {
  transform: scale(1);
  opacity: 1;
}

@keyframes ring {
  0% {
    transform: rotate(35deg);
  }
  12.5% {
    transform: rotate(-30deg);
  }
  25% {
    transform: rotate(25deg);
  }
  37.5% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(15deg);
  }
  62.5% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* bug fixing 6 Feb 2019 */

/*** new css **/

.ns-box {
  position: fixed;
  right: 10px;
  bottom: 7px;
  width: 400px;
  background: #2a58ad;
  padding: 15px;
}
.ns-box p {
  font-size: 16px;
  color: #fff;
  line-height: 21px;
  letter-spacing: 1px;
}
.ns-box span {
  float: right;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.ns-box .ns-box-inner {
  width: 100%;
  float: left;
}
.ns-box .fa-info-circle {
  font-size: 18px;
}

/* Fly up */

.ns-effect-genie.ns-show,
.ns-effect-genie.ns-hide {
  -webkit-animation-name: animGenie;
  animation-name: animGenie;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

@-webkit-keyframes animGenie {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(200% + 30px), 0) scale3d(0, 1, 1);
    -webkit-animation-timing-function: ease-in;
  }
  40% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    -webkit-animation-timing-function: ease-out;
  }
  70% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@keyframes animGenie {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(200% + 30px), 0) scale3d(0, 1, 1);
    -webkit-animation-timing-function: ease-in;
    transform: translate3d(0, calc(200% + 30px), 0) scale3d(0, 1, 1);
    animation-timing-function: ease-in;
  }
  40% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    -webkit-animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1);
    transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@media screen and (max-width: 25em) {
  .ns-growl {
    top: 10px;
    left: 10px;
    right: 10px;
    max-width: none;
  }

  .ns-effect-slide,
  .ns-effect-genie {
    top: auto;
    bottom: 10px;
  }
}

.ns-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  display: none;
}

.dasboard_row .das_box {
  min-height: 200px;
  display: block;
  text-align: center;
  border-radius: 5px;
  position: relative;
  opacity: 0.95;
}
.dasboard_row .das_box .fa {
  position: absolute;
  right: 8px;
  bottom: 0;
  font-size: 100px;
  color: #fff;
  opacity: 0.4;
  z-index: 1;
}
.dasboard_row .das_box strong {
  font-size: 24px;
  color: #fff;
  line-height: 35px;
  text-align: left;
  display: block;
  padding: 13px 0 0 13px;
}
.dasboard_row .das_box span {
  font-size: 13px;
  color: #fff;
  line-height: 16px;
  text-align: left;
  display: block;
  padding: 4px 0 0 15px;
}
.dasboard_row .blue {
  background: #2b3894;
}
.dasboard_row .green {
  background: #008d4c;
}
.dasboard_row .light-blue {
  background: #337ab7;
}
.dasboard_row .orange {
  background: #00a651;
}
.dasboard_row .das_box:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .dasboard_row .das_box {
    margin-bottom: 20px;
  }
}

/* 09-10-2019 by papu */
.new_add_out .top_group_new {
  padding: 20px 0 0 0;
}
.new_add_out .top_group_new .select2-container {
  background: none;
  border: none;
  padding: 0;
  min-height: 42px;
}
.new_add_out .top_group_new .select_rating {
  height: 42px;
}
.new_add_out .top_group_new .input_date {
  height: 42px;
}
.row_bottom {
  text-align: left;
}
.row_bottom .btn {
  vertical-align: top;
  margin: 3px 5px !important;
  height: 37px;
  padding: 0 15px;
  font-weight: bold;
}
.row_bottom .btn .entypo-export {
  padding-left: 4px;
}
/* .new_add_out .top_group_new .page_id { height: 42px; } */
/* .new_add_out .top_group_new .file_input { background:#fff;padding: 11px 12px;border: 1px solid #ebebeb;border-radius: 3px;height: 42px;    width: 100%;  } */
/* .new_add_out .top_group_new .search {height: 42px;padding: 0 20px;font-size: 15px;}; */
.main {
  border: none !important;
}
.message_show_c {
  display: block;
  background: #00a651;
  padding: 8px 0;
  font-size: 17px;
  line-height: 18px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  margin-top: 15px;
}
.error_text {
  background: #ff0000;
}
/* .new_add_out .top_group_new .offline_select {height: 42px; } */
.new_add_out .top_group_new .email_ids {
  height: 42px;
}
.new_add_out .top_group_new .email_id_text {
  font-size: 13px;
  color: #949494;
  padding: 2px 0 0 8px;
  display: block;
}
.download_row_top {
  width: 100%;
  display: block;
  text-align: right;
}
.download_row_top .donwload_button {
  background-color: #00a651;
  border: none;
  color: white;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 14px;
}
.download_row_top .donwload_button:hover {
  background: #007d3d;
}
.outer_send_button {
  margin-bottom: 5px;
}
.outer_send_button .data_archive_link {
  background: #00a651;
  cursor: pointer;
}
.outer_send_button .data_archive_link:hover {
  background: #007d3d;
  color: #fff;
}
.facebook_table .table th {
  vertical-align: middle;
}
/* 09-10-2019 by papu */

/******/

.search_row_n .top_group_new .select2-container {
  background: none;
  border: none;
  padding: 0;
}
.search_row_n .top_group_new .select_rating {
  height: 42px;
}
.search_row_n .top_group_new .input_date {
  height: 42px;
}
.search_row_n .row_bottom {
  text-align: left;
}
.search_row_n .row_bottom .btn {
  vertical-align: top;
  margin: 1px 18px !important;
  height: 28px;
  padding: 5px 13px;
  font-weight: bold;
}
.search_row_n .row_bottom .btn .entypo-export {
  padding-left: 4px;
}

/**  btn-notify **/
.outer_btn-notify a.btn.btn-success.pull-left.btn-notify {
  margin: 0px -145px;
  height: 29px;
}

/***feedback **/

.feedback_re .top_group_new .select2-container {
  background: none;
  border: none;
  padding: 0;
}
.feedback_re .top_group_new .select_rating {
  height: 42px;
}
.feedback_re .top_group_new .input_date {
  height: 42px;
}
.feedback_re .row_bottom {
  text-align: left;
}
.feedback_re .row_bottom .btn {
  vertical-align: top;
  margin: 3px 5px !important;
  height: 37px;
  padding: 0 15px;
  font-weight: bold;
}
.feedback_re .row_bottom .btn .entypo-export {
  padding-left: 4px;
}

/***user_view **/

.user_view_new .top_group_new {
  padding-bottom: 20px;
}
.user_view_new .top_group_new .select2-container {
  background: none;
  border: none;
  padding: 0;
}
.user_view_new .top_group_new .select_rating {
  height: 42px;
}
.user_view_new .top_group_new .input_date {
  height: 42px;
}
.user_view_new .row_bottom {
  text-align: left;
}
.user_view_new .row_bottom .btn {
  vertical-align: top;
  margin: 3px 5px !important;
  height: 37px;
  padding: 10px 15px;
  font-weight: bold;
}
.user_view_new .row_bottom .btn .entypo-export {
  padding-left: 4px;
}
.outer_tooltip {
  display: inline-block;
}
.outer_tooltip .tooltips .fa-lg {
  font-size: 20px;
}
.outer_tooltip .tooltips .fa-toggle-on {
  color: #00a651;
}
.pagination_new li a {
  text-decoration: none;
  color: black;
}
input.btn.btn-success.searchdd.newsearch {
  margin-top: -6px;
}

/** retail_mapping **/

.retail_mapping .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.retail_mapping .btn_file {
  border: 2px solid #cad5ea;
  color: #555;
  background-color: #f3f3f3;
  padding: 7px 20px;
  font-size: 21px;
  font-weight: normal;
  min-width: 250px;
  margin-bottom: 3px;
}

/*.retail_mapping .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}*/

.retail_mapping .upload-btn-wrapper input[type="file"] {
  opacity: 1;
  border: 2px solid #cad5ea;
  color: #555;
  width: 100%;
  background: #f3f3f3;
  height: 46px;
}

.retail_mapping .custom-input-group {
  /* width: 680px; */
  margin: 0 auto;
}
.retail_mapping .new_add_out .top_group_new .search {
  height: 46px;
}
.retail_mapping .new_add_out .top_group_new .search:hover {
  background: #2a58ad;
}
.retail_mapping .input-wrap {
  width: 70px;
  float: left;
}
.retail_mapping .custom-input-group .validate-has-error {
  color: red;
  display: block;
  text-align: left;
  /* margin-top: 7px;
*/
}

.update-retail {
  background: #2a58ad;
}
.update-retail:hover {
  opacity: 0.9;
  background: #2a58ad;
}
.new_date_picker {
  height: 46px;
  border: 2px solid #00a651;
  font-size: 21px;
  color: #00a651;
}
.retail_mapping .validate-has-error {
  margin: 0;
}
.retail_mapping .new_date_picker {
  border: 2px solid #cad5ea;
  color: #555;
  border-radius: 0;
  font-size: 14px;
}
.new_date_picker:focus {
  border: 2px solid #cad5ea;
}
.new_date_picker:read-only {
  background-color: #f3f3f3 !important;
}

.retailBtn:hover {
  background: #2a58ad;
}
.please_upload_text {
  padding: 10px 0 0 0;
}

.please_upload_text span {
  font-size: 15px;
  line-height: 18px;
  color: #949494;
}

.please_upload_text span a {
  color: #337ab7;
}
.please_upload_text span a:hover {
  color: #2a58ad;
}

.form_group_new {
  margin: 0 auto;
  display: block;
  width: 60%;
}
.form_group_new .form-control {
  display: inline-block;
  width: 59%;
  margin-right: 4%;
}

.outer_date_list {
  width: 100%;
  border-top: 1px solid #ebebeb;
  margin: 25px 0 35px 0;
}
.date_list {
  width: 410px;
  margin: 0 auto;
  margin-top: 35px;
}
.date_list table {
  width: 100%;
}
.date_list table td {
  border: 1px solid #cad5ea;
  border-collapse: collapse;
  padding: 14px 40px;
  font-size: 15px;
  line-height: 18px;
  color: #333;
}
.date_list table td .date_download {
  background: #337ab7;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  border-radius: 3px;
  padding: 8px 12px;
}
.date_list table td .date_download:hover {
  text-decoration: none;
  background: #2a58ad;
}
.date_list table tr td:last-child {
  text-align: center;
}
.date_list table tr:nth-child(even) {
  background: #eee;
}

/* 10 April 2020 - new Changes */

:root {
  --primary-new-color: #303641;
}

body {
  background: #ffffff;
}
.page-container .sidebar-menu #main-menu li a span,
.page-container .sidebar-menu #main-menu li a {
  font-size: 12px !important;
}
.page-container .main-content {
  background: #ffffff !important;
}
.page-container .sidebar-menu {
  background: var(--primary-new-color);
}
.page-container .sidebar-menu .logo-env {
  padding: 35px 15px;
}
.page-container .sidebar-menu #main-menu li {
  position: relative;
  margin: 0;
  font-size: 12px;
  border-bottom: 1px solid rgba(69, 74, 84, 0.7);
}
.page-container .sidebar-menu #main-menu li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #aaabae;
  z-index: 2;
  -moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  -webkit-transition: color 250ms ease-in-out,
    background-color 250ms ease-in-out;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}
.page-container .sidebar-menu #main-menu li.active > a {
  background-color: #2b303a;
  color: #ffffff;
}
ul.dropdown-menu.rightToleft {
  left: -333px;
}
body {
  font-family: "Roboto", sans-serif;
}
.page-container .sidebar-menu .logo-env {
  padding: 35px 15px;
}
.tile-mBlue {
  background: #2b3395;
}
.tile-mBlue .num,
.tile-mBlue h3,
.tile-mBlue p {
  color: #ffffff;
}
.tile-mLightGray {
  background: #f2f2f2;
}
.tile-mLightGray .num,
.tile-mLightGray h3,
.tile-mLightGray p {
  color: #000000;
}
.tile-mGray {
  background: #8b8b8b;
}
.tile-mGray .num,
.tile-mGray h3,
.tile-mGray p {
  color: #000000;
}
.tile-mDarkGray {
  background: #2c2c2c;
}
.tile-mDarkGray .num,
.tile-mDarkGray h3,
.tile-mDarkGray p {
  color: #ffffff;
}
.tile-mDark {
  background: #000000;
}
.tile-mDark .num,
.tile-mDark h3,
.tile-mDark p {
  color: #ffffff;
}
.tile-mDarkGray .icon,
.tile-mDark .icon {
  color: rgba(255, 255, 255, 0.1);
}
.tile-stats.tile-mBlue:hover {
  background: #2b3395;
  opacity: 0.7;
}
.tile-stats.tile-mLightGray:hover {
  background: #f2f2f2;
  opacity: 0.7;
}
.tile-stats.tile-mGray:hover {
  background: #8b8b8b;
  opacity: 0.7;
}
.tile-stats.tile-mDarkGray:hover {
  background: #2c2c2c;
  opacity: 0.7;
}
.tile-stats.tile-mDark:hover {
  background: #000000;
  opacity: 0.7;
}
ul.dropdown-menu.rightToleft {
  left: -333px;
}
.custom-panel .panel-body {
  padding: 15px 0 0;
}
.custom-panel .panel-body .tableBox .table {
  margin-bottom: 0;
}
.custom-panel .panel-body .tableBox {
  min-height: 320px;
  overflow-y: auto;
  display: none;
}
.custom-panel .panel-body .chartBox {
  padding: 15px;
  height: 320px;
}
.updateBox h4 {
  font-weight: 600;
}
.searchDashboard .input-group-addon:first-child {
  font-weight: bold;
  color: #000000;
  font-size: 14px;
}
.searchDashboard .daterange-inline {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  padding: 5px 6px;
}
.search-bar {
  padding: 25px;
  background: #f9f9f9;
  margin-bottom: 30px;
}
.table thead tr th {
  color: #666666;
  font-weight: 600;
  font-size: 13px;
}
.duplicate-data {
  position: relative;
  color: red;
  padding-left: 31px !important;
  font-weight: bold;
}
.duplicate-data:before {
  content: "\f0c5";
  font-family: fontawesome;
  background: red;
  color: #fff;
  padding: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  text-align: center;
}
.list-table tr td:nth-child(4) {
  color: #000000;
  font-weight: bold;
}
#filter-menu {
  width: 32px;
  height: 31px;
  display: inline-block;
  background: #2b3395;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  padding: 5px;
  font-size: 18px;
  float: right;
  color: #fff;
}
.filterBox {
  width: 100%;
  float: left;
  margin: 15px 0 0 0;
  position: absolute;
  max-width: 600px;
  min-width: 600px;
  top: 30px;
  z-index: 999;
  right: 0;
  box-shadow: 0 0 30px #e1e1e1;
  border: 1px solid #ddd;
  display: none;
}
.btn-info {
  background-color: #2b3395;
  border-color: #2b3395;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-color: #151a5a;
  border-color: #151a5a;
}
.inner-formpadding {
  padding: 15px;
}
.normal-sel .select2-container .select2-choice {
  height: 31px;
  line-height: 30px;
}
.btn-default {
  color: #303641;
  background-color: #e4e2e2;
  border-color: #e4e2e2;
  font-family: "Roboto", sans-serif;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #303641;
  background-color: #dbdbdd;
  border-color: #d0d0d3;
}
.fs-wrap {
  width: 100% !important;
}
.filterBox .panel-heading {
  padding: 5px 0;
  background: transparent;
}
#filtr-close {
  font-size: 21px;
  margin-left: -8px;
}
.filterBox::before {
  content: "";
  position: absolute;
  border-bottom: 10px solid #36367b;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  width: 0;
  top: -10px;
  right: 20px;
}
.btn-primary {
  color: #ffffff;
  background-color: var(--primary-new-color);
  border-color: var(--primary-new-color);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1f232a;
  border-color: #16191e;
}
.search-new-padding {
  padding: 15px;
}
.page-container .sidebar-menu .logo-env {
  background: transparent;
  border-bottom: 1px solid rgba(69, 74, 84, 0.7);
  border-right: 0;
}
.outer_tooltip .tooltips .fa-toggle-on {
  color: inherit;
}
.updateBox h4 {
  color: #000000;
  text-transform: capitalize;
}
.user_view_new .top_group_new {
  padding-bottom: 0;
}
.accessories_outlet_view .top_group_new {
  padding-bottom: 20px;
}

.accessories_outlet_view .row_bottom {
  text-align: left;
}
.accessories_outlet_view .row_bottom .btn {
  vertical-align: top;
  margin: 3px 5px !important;
  height: 37px;
  padding: 10px 15px;
  font-weight: bold;
}
.sidebar-menu .logo {
  text-align: left;
  width: auto;
}
.page-container .sidebar-menu .logo-env > div.sidebar-collapse {
  position: relative;
  float: right;
  top: 0;
  margin: 0;
}
.page-container .sidebar-menu .logo-env > div.sidebar-collapse a:hover {
  background-color: rgba(42, 88, 173, 0.7);
  color: #fff;
  border-width: 1px;
}
.search-bar {
  margin-bottom: 15px;
}
.list-inline > li:first-child {
  padding-left: 15px;
  border-left: 1px solid #ddd;
  margin-left: 5px;
}
.btn-primary.btn-icon i {
  background-color: var(--primary-new-color);
}
.table thead tr th,
.tableListing thead tr th {
  color: #333;
  font-weight: 600;
  font-size: 15px;
}

.tableListing tbody tr td,
.table tbody tr td {
  color: #606060;
  font-size: 14px;
  padding: 8px;
  position: relative;
}
.tableResponsive.check-all table tr td span {
  margin: 0;
}
.label-info {
  background-color: #2b3395;
}
.right-profile-detail h2 {
  margin: 0;
}
.right-profile-detail ul li a span,
.right-profile-detail ul li span {
  color: var(--primary-new-color);
}
ul.profile-listing-detail li:nth-child(3),
ul.profile-listing-detail li:first-child {
  color: var(--primary-new-color);
}
ul.profile-listing-detail li {
  font-size: 13px;
}
.sel-box {
  margin-bottom: 0;
}
.sel-box i {
  font-size: 14px;
  margin-right: 5px;
}
.sel-box .reload-link {
  color: #2b3395;
  border-bottom: 1px solid #2b3395;
  text-transform: capitalize;
}
ul.nav.nav-tabs.detail-page-tab li.active a {
  color: var(--primary-new-color);
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
  font-size: 15px;
  font-weight: bold;
}
.right-profile-detail ul li a,
.right-profile-detail ul li {
  font-size: 15px;
}
ul.profile-listing-detail.recording-ul {
  padding: 20px 0 1px 1px;
}
.detail-profile-custom {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}
.right-profile-detail {
  padding: 0;
}
ul.profile-listing-detail li a {
  font-size: 13px;
  color: var(--primary-new-color);
}
ul.nav.nav-tabs.detail-page-tab li a {
  color: #a0a0a0;
  font-size: 15px;
}
.ns-box {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 400px;
  background: rgba(48, 54, 65, 0.7);
  padding: 15px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ns-box span {
  float: right;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: -15px;
  background: rgba(48, 54, 65, 0.7);
  text-align: center;
  padding: 5px;
  box-shadow: 0 0 5px #666;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ns-box:hover {
  background: rgba(48, 54, 65, 1);
}
.ns-box:hover span {
  background: rgba(48, 54, 65, 1);
  transform: rotate(360deg);
}
.ns-box p {
  font-size: 13px;
  color: #fff;
  line-height: 150%;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 0;
}
.go_text {
  text-align: right;
  display: inline-block;
  float: right;
}
.cal-input {
  background: url(/public/images/cal-icon.png) 8px 6px no-repeat;
  padding-left: 30px;
}
.cal-input[readonly],
fieldset[disabled] .cal-input {
  cursor: pointer;
  background-color: #ffffff;
}
.result-found {
  font-size: 14px;
  margin: 0;
  color: #000;
  border: 1px solid #ddd;
  height: 32px;
  border-radius: 4px;
  margin-top: 0 !important;
  padding: 8px;
  background: #f5f5f5;
  text-align: center;
}
span.unq {
  color: #2b3395;
  font-weight: bold;
}
.new-lead-notification {
  background: transparent;
}
.filter_pop .form-group {
  margin-bottom: 7px;
}
.filter_pop {
  margin-bottom: 0;
}
.search-bar {
  clear: both;
}
.blink_me {
  animation: blinker 3s linear infinite;
}
/* horizontal menu changes */
.profile-info.dropdown > a {
  font-size: 16px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #ddd;
  border-radius: 50%;
  text-align: center;
  padding: 3px;
  margin: 12px 0 0 12px;
}
.profile-info.dropdown > a:hover {
  background-color: #fff;
}
@keyframes blinker {
  0% {
    background-color: red;
    color: #fff;
  }
  33% {
    background-color: yellow;
  }
  99% {
    background-color: #2b3395;
    color: #fff;
  }
}

.head-search {
  max-width: 187px;
  margin-top: 16px;
  margin-left: 20px;
}
.head-search input {
  background: transparent;
  border-color: #9c9ea2;
  color: #9c9ea2;
}
.type-heading {
  font-size: 14px;
  text-transform: uppercase;
  color: #aaa;
  position: relative;
  padding-left: 30px;
  background: #fff;
  z-index: 1;
  margin-top: 10px;
}
.type-heading:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background: #aaa;
  left: 0;
  top: 50%;
}
.searchDashboard {
  max-width: 343px;
}
.head-search .btn {
  background: #9c9ea2;
  border-color: #9c9ea2;
}
/* new topbar changes for filter in lead list */
.filterBox {
  position: absolute !important;
  right: auto;
  z-index: 11;
  left: 15px;
}
.duplicate-btn {
  display: none;
}
.selected-filters {
  margin: 0 15px;
}
.selected-filters .header_span {
  display: inline-block;
  background: #f5f5f5;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 12px;
}

.selected-filters .header_span .textf {
  display: inline-block;
  padding: 8px 10px;
  color: #666;
}
.selected-filters .header_span i {
  display: inline-block;
  background: #ddd;
  padding: 10px;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.selected-filters .header_span:hover i {
  background: #d72a29;
  color: #fff;
}
.filter_notification {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -9px;
  border-radius: 50%;
  color: #fff;
  background-color: #d72a29;
  vertical-align: middle;
  right: -10px;
  text-align: center;
  padding-top: 1px;
  font-size: 12px;
}
.login-page {
  background: #f5f5f5;
}
.login-page .login-header {
  background: #fff;
}
.login-page .login-header.login-caret:after {
  border-color: #ffffff transparent transparent transparent;
}
.login-page .login-form .form-group .input-group {
  background: transparent;
  border: 1px solid #275194;
}
.login-page .login-form .form-group .input-group .form-control {
  color: #275194;
}
.login-page .login-form .form-group .input-group .input-group-addon {
  position: relative;
  color: #275194;
}
.login-page .login-form .form-group .btn-login:hover,
.login-page .login-form .form-group .btn-login:active {
  background: #d72a29;
  border-color: #d72a29;
}
#acc-d .accordion_head {
  text-align: left;
}
#acc-d .accordion_body {
  border: 2px solid #f5f5f5;
  border-radius: 0 0 4px 4px;
  padding: 10px;
}
#acc-d .accordion_head {
  text-align: left;
  margin: 0;
  border-radius: 4px 4px 0 0;
}
#acc-d .accordion_head span.plusminus {
  font-size: 18px;
  color: #2b3395;
  margin: 2px;
}
.r-chk {
  margin: 0;
  padding-left: 5px;
  line-height: 120%;
}
.alert-new {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #333333;
}
tr.cursor-custom:hover {
  -webkit-box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.bg-info {
  background-color: #244b91 !important;
}
.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: rgb(36, 75, 145);
}
.tableListing tbody tr td.weblink a {
  color: #0fb3ff;
  margin-top: 5px;
  border-bottom: 0;
}

#backbutton {
  margin-top: 10px;
}
.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.bg-info {
  background-color: #244b91 !important;
  color: #ffffff;
}
.tile-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.loader-03 {
  border: 0.2em solid rgba(255, 255, 255, 0.7);
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: 1s loader-03 linear infinite;
  position: relative;
  height: 30px;
  width: 30px;
}
.login-page .login-form .form-group .btn-login {
  text-align: center;
}
@keyframes loader-03 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 991px) {
  .btn-box .btn-primary {
    margin-right: 5px;
  }
  /* menu */
  .new-horizontal-menu {
    width: 85% !important;
    display: none !important;
  }
  .new-horizontal-menu .sidebar-menu-inner {
    display: flex !important;
  }
  .page-container.horizontal-menu header.navbar .navbar-brand {
    padding: 14px 20px !important;
  }
  .page-container.horizontal-menu header.navbar .navbar-nav > li > a i {
    display: none;
  }
  .tableFilters ul {
    max-width: 273px;
    float: right !important;
  }
}
@media (min-width: 1280px) {
  .page-container .main-content {
    background: #ffffff;
  }
}

@media screen and (min-width: 768px) {
  .notify {
    width: 600px;
  }
  .notifyBtn {
    margin: 0 !important;
  }
  .page-container .main-content {
    padding-top: 0;
  }
  .tableListing .filterBox {
    margin-right: -260px !important;
    top: 37px;
  }
  .filterBox::before {
    left: 15px;
    border-bottom: 10px solid #d0d0d0 !important;
  }
  ul.test-read-all li:first-child {
    display: inline-block;
    float: left;
    margin: 0 15px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #aaa;
  }
  .tableListing tbody tr td.weblink a {
    top: 18px;
    /* border-bottom: 1px dashed #275194; */
    color: #275194;
  }
  tr.marked-input-check {
    position: relative;
  }
  .tableListing tbody tr td:first-child .tright {
    padding-left: 20px;
    min-width: 90px;
  }

  /* new topbar changes */

  #filter-menu {
    width: 100%;
    background: transparent;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    color: #555555;
    line-height: 120%;
  }
  .notifytext {
    font-size: 13px;
    display: inline-block !important;
    float: left;
    line-height: 153%;
    padding-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .notifications.dropdown .dropdown-menu {
    max-width: 280px;
    left: -144px;
  }
  .mob-user img {
    border: 1px solid #fff;
    background: #fff;
  }
  /* .user-info{
        padding-top: 5px;
    } */
  .usr-In {
    margin-top: 11px;
  }
  .tab-container {
    padding-top: 0;
  }
  .tableListing tbody tr {
    margin-bottom: 0;
  }
  tr.marked-input-check {
    top: 25px !important;
  }
  #s2id_roles,
  #s2id_buname {
    min-height: 41px;
  }
  .mob-minwidth {
    min-width: 130px;
  }
  #filter-menu {
    width: 100%;
    border-radius: 3px;
    background: #fff;
    border-color: #ebebeb;
    margin-bottom: 0;
  }
  .notifyBtn {
    float: none;
    clear: both;
    overflow: hidden;
  }
  #filter-menu i {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    color: var(--primary-new-color);
  }
  .notifytext {
    color: var(--primary-new-color);
    font-weight: bold;
    text-transform: uppercase;
  }
  .tableListing .filterBox {
    border: 0;
    border-radius: 0;
  }
  /* responsive for topbar */
  .page-body .page-container.horizontal-menu header.navbar {
    position: fixed !important;
  }
  .page-body .page-container .main-content {
    margin-top: 50px;
  }
  .head-search {
    max-width: 87%;
    margin-bottom: 15px;
  }
  .page-container.horizontal-menu header.navbar .navbar-brand {
    padding: 10px;
  }
  .page-body .page-container.horizontal-menu header.navbar ul.nav {
    top: -6px;
    right: 10px;
  }
  .page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a {
    margin-top: 22px;
  }
  .page-body .page-container.horizontal-menu header.navbar ul.nav > li {
    display: inline-block;
  }
  .user-info {
    padding: 0;
  }
  .profile-info.dropdown .dropdown-menu > .caret {
    right: 10px;
    left: auto;
  }
  .user-info > li.profile-info {
    margin-right: 0;
  }
  .profile-info.dropdown > a {
    margin-top: 6px;
  }
  .profile-info .dropdown-menu {
    left: auto;
    right: 0;
  }
  .logout-btn {
    border: 0;
  }
}

@media screen and (max-width: 480px) {
  .page-container .main-content {
    padding: 10px;
  }
  .tile-stats h3 {
    font-size: 13px;
  }
  .tile-stats {
    padding: 10px;
  }
  ul.profile-listing-detail {
    width: 100%;
  }
  ul.profile-listing-detail.recording-ul {
    padding: 0;
  }
  ul.nav.nav-tabs.detail-page-tab li.active a {
    padding: 10px;
  }
  .right-profile-detail h2 {
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 35px;
    padding: 5px;
    margin-bottom: 15px;
    background: #f7f6f6;
  }
  .btn-lg {
    padding: 8px 16px;
  }
  .navbar-brand img {
    max-width: 150px;
  }

  .profile-info.dropdown > a {
    font-size: 14px;
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 359px) {
  .tile-stats {
    min-height: 105px;
  }
  /* .logout-btn{
        max-width: 25px;
        text-indent: -49px;
        overflow: hidden;
    }
    .logout-btn i {
        margin-left: 26px;
    } */
  .notifications.dropdown .dropdown-menu {
    left: -185px;
  }
  .go_text {
    display: block;
    float: none;
    margin-top: 10px;
  }
  .go_text a {
    display: block;
  }
}

/* blue color theme */

.page-container.horizontal-menu header.navbar.navbar-fixed-top {
  position: fixed;
  z-index: 10000;
  border-bottom: 5px solid #d72a29;
  background-color: #244b91;
  z-index: 99;
}
.page-container.horizontal-menu header.navbar .navbar-nav > li > a {
  color: #ffffff;
}
.head-search input {
  background: transparent;
  border-color: #d5d8de;
  color: #ffffff;
}
.page-container.horizontal-menu header.navbar ul.nav > li > a,
.page-container.horizontal-menu header.navbar ul.nav > li > span,
.profile-info.dropdown .dropdown-menu > li > a,
.page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
  color: #ffffff;
}
.head-search .btn {
  background: #d5d8de;
  border-color: #d5d8de;
}
.page-container.horizontal-menu header.navbar .navbar-nav > li ul {
  background-color: #275194;
}
.page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
  border-bottom-color: #163266;
}
.page-container.horizontal-menu header.navbar .navbar-nav > li ul li:hover > a {
  background-color: #163266;
}
.profile-info.dropdown .dropdown-menu {
  background-color: #275194;
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a .badge {
  background-color: #d72a29;
}
.tile-mLightGray {
  background: #244b91;
  color: #fff;
}
.tile-mLightGray .num {
  color: #fff;
}
.tile-mLightGray .h3,
.tile-mLightGray .num,
.tile-mLightGray h3,
.tile-mLightGray p {
  color: #ffffff;
}
.tile-stats.tile-mLightGray:hover {
  background: #244b91;
  opacity: 0.7;
}
.tile-mDarkGray {
  background: #275194;
}
.tile-mDarkGray {
  background: #275194 !important;
  opacity: 0.9;
}
.tile-mGray {
  background: #f2f2f2;
}
.tile-mGray:hover,
.tile-mDark:hover {
  background: #f2f2f2 !important;
  opacity: 0.9 !important;
}
.tile-mDark {
  background: #f2f2f2;
}
.tile-mDark .num,
.tile-mGray .num {
  color: #d72a29;
}
.tile-mDark h3,
.tile-mGray h3 {
  color: #244a91;
}
.tile-mDark .icon {
  color: rgba(0, 0, 0, 0.1);
}

.panel-default > .panel-heading {
  background-color: #f5f5f5;
  border-bottom: 1px solid #275194;
}
.panel-heading > .panel-title {
  float: left;
  padding: 10px 15px;
  color: #d72a29;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.tile-mLightGray .icon {
  color: rgba(255, 255, 255, 0.2);
}
.update-ticker {
  background: rgba(215, 42, 41, 0.1);
  position: relative;
  overflow: hidden;
  clear: both;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ticker-icon {
  width: 130px;
  background: rgba(39, 81, 148, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 5px 12px;
  display: block;
  color: #275194;
  z-index: 5;
  font-size: 14px;
  border-radius: 0 4px 4px 0;
  line-height: 150%;
}
.marq-data {
  padding: 5px 10px 2px 130px;
  color: #275194;
  z-index: 1;
  line-height: 150%;
}
.btn-primary,
.primary-btn {
  background-color: #275194;
  border-color: #275194;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-primary:hover,
.btn-primary:focus,
.primary-btn:hover,
.primary-btn:focus {
  background-color: #d72a29;
  border-color: #d72a29;
}
.btn-secondary,
.btn-info {
  background-color: #d72a29;
  border: 1px solid #d72a29;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-info:hover,
.btn-info:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  opacity: 0.8;
}
.marked-input-check,
.tbck {
  display: none;
}
.tableListing tbody tr td,
.table tbody tr td {
  z-index: 1;
}
.act-btn {
  margin-top: 10px;
}
#s2id_webform_id .select2-choice {
  height: 34px;
  line-height: 35px;
}
.update-info {
  font-size: 19px;
  text-align: center;
  display: block;
  width: 100%;
}
tr.odd td:first-child {
  min-width: 100px;
}
.first-dashboard {
  background: #f5f5f5;
}
.first-dashboard .type-heading {
  background: transparent;
  margin: 30px 0;
}
.tile-top-margin {
  margin-top: 30px;
}
.first-dashboard .tile-mLightGray {
  -webkit-box-shadow: -12px 12px 20px #afb0b1;
  -moz-box-shadow: -12px 12px 20px #afb0b1;
  box-shadow: -12px 12px 20px #afb0b1;
  transition: all 0.3s ease;
  text-align: center;
}
.first-dashboard .tile-mLightGray:hover {
  transform: scale(1.1);
  opacity: 1;
}
.d-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background-size: contain !important;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.acrm-icon {
  background: url("../images/acrm.png") center center no-repeat;
}
.hyper-icon {
  background: url("../images/hyperlocal.png") center center no-repeat;
}
.first-dashboard .tile-mLightGray:hover .d-icon {
  opacity: 1;
  transform: scale(0.9);
}
@media screen and (min-width: 768px) {
  .ticker-icon i {
    display: none;
  }
  .update-ticker {
    margin-right: -20px;
    margin-left: -20px;
  }
  .tableListing #tbChk tbody tr td:first-child .tright {
    padding-left: 0;
  }
  .mpd {
    padding: 27px 0;
  }
}
@media screen and (max-width: 767px) {
  .first-dashboard .tile-mLightGray {
    margin-bottom: 30px;
  }
  .first-dashboard .tile-mLightGray:hover {
    transform: scale(1);
  }
  .notifytext {
    font-size: 14px;
    color: #aaa;
    font-weight: normal;
  }
  .notifyBtn a {
    border-color: #ebebeb;
  }
  .update-ticker {
    margin-top: 0px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: -5px;
  }
  .ticker-icon {
    width: 42px;
  }
  .marq-data {
    padding-left: 42px;
  }
  .ticker-icon i {
    display: block;
    font-size: 20px;
  }
  .ticker-icon span {
    display: none;
  }
}

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}

.checkboxn,
.checkboxn-alt {
  background-color: #f5f5f5;
  display: inline-block;
  height: 50px;
  margin: 0 0.25em;
  width: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.checkboxn label,
.checkboxn-alt label {
  display: block;
  height: 50px;
  position: relative;
  width: 50px;
  cursor: pointer;
}
.checkboxn label:after,
.checkboxn-alt label:after {
  /*
    This element has a border on the right, and top. By rotating it looks like a check symbol, but the wrong way. That's why I'm flipping it with scaleX(-1)
    */
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  /*
    I want to position the symbol using the left top, because when increasing the width and height of an object, it expands from the top left corner as well. That is what makes it looks like it's being drawn.
    */
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 4px solid #cee;
  border-top: 4px solid #cee;
  content: "";
  display: block;
  height: 20px;
  left: 14px;
  position: absolute;
  top: 26px;
  width: 10px;
}
.checkboxn label:hover:after,
.checkboxn-alt label:hover:after {
  border-color: #bdd;
}
.checkboxn input,
.checkboxn-alt input {
  display: none;
}
.checkboxn input:checked + label:after,
.checkboxn-alt input:checked + label:after {
  -webkit-animation: check 0.8s ease 1;
  -moz-animation: check 0.8s ease 1;
  -o-animation: check 0.8s ease 1;
  animation: check 0.8s ease 1;
  border-color: #275194;
}
/* .checkboxn label:hover:after,
  .checkboxn-alt.checkboxn-alt label:hover:after {
    -webkit-animation: check 0.8s ease 1;
    -moz-animation: check 0.8s ease 1;
    -o-animation: check 0.8s ease 1;
    animation: check 0.8s ease 1;
  } */
.checkboxn.checkboxn-alt input:checked + label:after,
.checkboxn-alt.checkboxn-alt input:checked + label:after {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.dropdown-menu {
  border: 1px solid #3e3b3b3d !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}
.page-container.horizontal-menu header.navbar .navbar-nav > li.active > a {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.page-container.horizontal-menu header.navbar .navbar-nav > li > a {
  padding: 22px 20px;
}
select:focus option:checked,
select:focus option:focus {
  background: #244b91;
  color: #fff;
}
.or-label {
  display: block;
  position: relative;
  text-align: center;
  margin: 15px auto;
  clear: both;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: #ddd;
  border-radius: 50%;
  padding: 7px;
  color: #000;
  font-weight: bold;
}
.pdfEmbed {
  min-height: 500px;
  margin-top: 15px;
}
#toolbar {
  height: 0 !important;
  padding: 0 !important;
  display: none !important;
}
.custom-tbar .btn {
  font-size: 12px;
  cursor: pointer;
}
.custom-tbar .btn-primary {
  color: #fff;
}
.custom-tbar .btn-default {
  color: #333333;
}
.badge-custom {
  font-size: 12px;
}
@media screen and (max-device-width: 1366px) and (min-device-width: 1200px) {
  .tableListing table th .space {
    padding: 0px !important;
  }
}

@media screen and (max-width: 359px) {
  .go_text {
    margin-top: 0;
  }
  .go_text a {
    padding: 5px;
    font-size: 10px;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .tile-stats h3 {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .page-container.horizontal-menu header.navbar .navbar-brand {
    padding: 12px 20px;
  }
  .page-container.horizontal-menu header.navbar .navbar-nav > li > a {
    padding-left: 5px;
    padding-right: 7px;
  }
  .page-container.horizontal-menu header.navbar .navbar-nav > li > a i {
    display: none;
  }
  .page-container.horizontal-menu header.navbar .navbar-nav > li > a i + span {
    display: block;
  }
  .tile-stats {
    min-height: 131px !important;
  }
  .tile-stats h3 {
    font-size: 16px;
  }
  .feedback_re .row_bottom {
    margin-top: 15px;
  }
  .notifytext {
    font-size: 12px;
  }
}

@media screen and (max-width: 1279px) {
  .marked-input-check {
    display: none;
  }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .filterBox {
    left: -60%;
  }
  .filterBox::before {
    left: 50%;
  }
  .page-body .select2-container {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .notifyBtn {
    margin-top: 0 !important;
  }
  .filterBox {
    width: 100% !important;
    position: fixed !important;
    right: 0;
    left: 0;
    height: 100%;
    top: 0;
    max-width: 100%;
    min-width: 100%;
    margin-top: 0 !important;
    border-radius: 0;
    z-index: 999;
  }
  .mob-clear-fix .btn {
    width: 50%;
    border-radius: 0;
  }
  button.btn.btn-default.clearCheckBox.clear-filter {
    border-right: 1px solid #aaa;
  }
  .result-found {
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) {
  .tile-stats {
    min-height: 120px;
  }
}
.type-heading {
  font-size: 24px;
  text-transform: uppercase;
  color: #244b91;
  position: relative;
  padding-left: 0px;
  background: #fff;
  z-index: 1;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 19px;
}
.type-heading:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #d72a29;
  left: 50%;
  bottom: -5px;
  margin-left: -50px;
  top: auto;
}
.tile-stats .icon {
  bottom: 15px;
}
.login-page .login-content a img {
  max-width: 300px;
  width: 280px;
}
.login-page .login-header .description {
  font-size: 15px;
}
.login-page .login-form .form-group .input-group .form-control {
  font-size: 14px;
}
.link.forgot-pwd {
  font-size: 16px;
}
.type-heading .btn {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 480px) {
  .type-heading {
    font-size: 14px;
  }
  .type-heading:before {
    width: 50px;
    margin-left: -25px;
  }

  .go_text {
    float: left;
  }
  #dateran {
    font-size: 12px;
  }
  .tile-stats {
    min-height: 105px;
  }
  .cin {
    font-size: 10px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
  .daterangepicker.dropdown-menu {
    min-width: 673px;
  }
  .daterangepicker.opensright:before {
    left: 93px !important;
  }
  .daterangepicker.opensright:after {
    left: 94px !important;
  }
}

.botlink {
  width: 25px;
  height: 25px;
  position: relative;
  display: inline-block;
  margin-top: 17px;
  margin-right: 10px;
}
.botlink img {
  width: 100%;
}
.botlink .bot-enq {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #ffffff;
  background-color: red;
  text-align: center;
  line-height: 120%;
  font-size: 12px;
  margin: 0;
  font-weight: bold;
  padding-top: 0px;
}
.inpt {
  width: 100%;
  border: 0 !important;
}
.inpt label {
  margin: 0 20px;
  font-size: 16px;
  font-weight: normal;
}
.selection-type {
  font-size: 16px;
  color: #757373;
  font-weight: bold;
  background: #ddd;
  border-radius: 4px;
  padding: 7px;
}
.login-page .login-form {
  padding-top: 43px;
}
@media screen and (max-width: 480px) {
  .login-page .login-form {
    padding-top: 21px;
  }
  .selection-type {
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  .page-container.horizontal-menu
    header.navbar
    ul.nav
    > li
    .horizontal-mobile-menu
    a {
    margin-left: 6px;
  }
  .botlink {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1279px) {
  .tableListing tbody tr td:nth-child(2) .tleft {
    min-height: 52px;
  }
}



/** new css **/
.form-control {box-shadow: none}
.filterBox .panel-heading {display: flex}
.custom-panel .panel-heading { display: flex; justify-content: space-between}
.custom-panel .panel-heading > .panel-title {padding: 0 15px}
.custom-panel .panel-heading a { color: rgba(55, 62, 74, 0.7); margin-right: 5px}
.newDetailtab {border-bottom: 1px solid #ebebeb;text-align: center;}
.newDetailtab .detail-page-tab {  display: inline-block; border: none;margin-bottom: -5px;}
.user-info > li.profile-info {margin-right: 25px;}
.page-container.horizontal-menu header.navbar .navbar-nav > li .badge {background: #ee4749}

/** select box custom css **/
.select2-container { width: 100% !important; height: 41px}
.select2-container .select2-selection--single {height: 42px!important;border: 1px solid #ebebeb!important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 42px!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 42px!important;width: 37px!important;top: 0!important;border-left: 1px solid #ebebeb!important;}

/*Feedback popup form css*/
#Frmfeedbackceo1000 #modelFed .label_ces{
    width:100%;
    float:left;
    font-size:17px;
    color:#333;
    line-height:1.4;
}
#Frmfeedbackceo1000 #modelFed .label_ces span{
    width:100%;
    float:left;
    font-size:14px;
    font-style:normal;
    display:block;
    margin-top:20px;
}
#Frmfeedbackceo1000 #modelFed ul.legends {
    margin: 0;
    padding: 0;
    list-style: none;
/*    border-bottom: 1px solid #ddd;*/
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#Frmfeedbackceo1000 #modelFed .legends li {
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin-right: 20px;
}
#Frmfeedbackceo1000 #modelFed .legends li span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #FFED85;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
    border: 1px solid #ddd;
    line-height: 19px;
}
#Frmfeedbackceo1000 #modelFed .not_all {
    width: 300px;
    float: none;
    margin: 5px auto;
}
#Frmfeedbackceo1000 #modelFed  .not_all span:first-child {
    float: left;
}
#Frmfeedbackceo1000 #modelFed .not_all span{
    width: 240px;
}
#Frmfeedbackceo1000 #modelFed .submit_ces{
    width:100%;
    float:left;
    margin-top:15px;
}
#Frmfeedbackceo1000 #modelFed .submit_ces button{
    width:180px;
    height:40px;
    background:#0078d7;
    text-align:center;
    color:#FFFFFF;
    cursor:pointer;
    font-size:14px;
    border:none;
}
#Frmfeedbackceo1000 #modelFed .header_ces{
    width: 100%;
    float: left;
    background: #dadada61;
    font-size: 20px;
    text-align: center;
    color: #333;
    font-weight: normal;
    padding: 8px 0;
    margin-bottom: 10px;
}
#Frmfeedbackceo1000 #modelFed .header_ces_hidden {
    width: 100%;
    float: left;
    background: transparent;
    font-size: 18px;
    /*text-align: center;*/
    color: #333;
    font-weight: normal;
    padding: 10px 0;
    border-bottom: 3px solid #a99f9f;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
}
#Frmfeedbackceo1000 #modelFed .last-rateing{
   border-bottom: 1px solid #ddd; 

   margin-top: 10px;
}
.data_export_main {
  position: absolute;
    right: 0;
    top: 0;
}
.data_export_main .btn-primary {
  line-height: 1;
  padding: 5px 10px;
}
.data_export_main .btn-primary svg {
  width: 18px;
  height: 18px;
}
.new_form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.new_succ_msg p {
  color: #008d4c;
  /* color: #ff0000; */
}
.new_succ_msg {
  width: 100%;
  text-align: center;
}

.row.lead_filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}