@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@charset "utf-8"; 

*{
  outline:none;
  padding:0px;
  margin:0px;
}
@font-face {
    font-family: 'Conv_FoundersGrotesk-Light';
    src: url('../fonts/FoundersGrotesk-Light.eot');
    src: local(''), url('../fonts/FoundersGrotesk-Light.woff') format('woff'), url('../fonts/FoundersGrotesk-Light.ttf') format('truetype'), url('../fonts/FoundersGrotesk-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_FoundersGrotesk-Regular';
    src: url('../fonts/FoundersGrotesk-Regular.eot');
    src: local(''), url('../fonts/FoundersGrotesk-Regular.woff') format('woff'), url('../fonts/FoundersGrotesk-Regular.ttf') format('truetype'), url('../fonts/FoundersGrotesk-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_FoundersGrotesk-Medium';
    src: url('../fonts/FoundersGrotesk-Medium.eot');
    src: local(''), url('../fonts/FoundersGrotesk-Medium.woff') format('woff'), url('../fonts/FoundersGrotesk-Medium.ttf') format('truetype'), url('../fonts/FoundersGrotesk-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_FoundersGrotesk-Bold';
    src: url('../fonts/FoundersGrotesk-Bold.eot');
    src: local(''), url('../fonts/FoundersGrotesk-Bold.woff') format('woff'), url('../fonts/FoundersGrotesk-Bold.ttf') format('truetype'), url('../fonts/FoundersGrotesk-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_FoundersGrotesk-Semibold';
    src: url('../fonts/FoundersGrotesk-Semibold.eot');
    src: local(''), url('../fonts/FoundersGrotesk-Semibold.woff') format('woff'), url('../fonts/FoundersGrotesk-Semibold.ttf') format('truetype'), url('../fonts/FoundersGrotesk-Semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('../../assets/fonts/Gotham-Book.woff2') format('woff2'),
      url('../../assets/fonts/Gotham-Book.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_boldregular';
  src: url('../../assets/fonts/gotham_bold_regular-webfont.woff2') format('woff2'),
       url('../../assets/fonts/gotham_bold_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'Conv_tahoma';
  src: url('../../assets/fonts/tahoma.eot');
  src: local(''), url('../../assets/fonts/tahoma.woff') format('woff'), 
  url('../../assets/fonts/tahoma.ttf') format('truetype'), 
  url('../../assets/fonts/tahoma.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_tahomabd';
  src: url('../../assets/fonts/tahomabd.eot');
  src: local(''), url('../../assets/fonts/tahomabd.woff') format('woff'), 
  url('../../assets/fonts/tahomabd.ttf') format('truetype'), 
  url('../../assets/fonts/tahomabd.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
    margin: 0px;
    padding: 0px; 
    color: #4d4e4e; 
     font-family: 'Conv_FoundersGrotesk-Regular'; 
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
  letter-spacing: normal;
} 

html, body {
  height: 100%;
}
.no-margin {
margin:0 !important;
}

.no-padding {
padding:0 !important;
}

.top-head {
padding:2px 0;
background:#4e4e4e;
}

.top-head .btn {
background:none;
border:none;
}

.main-nav {
padding:20px 0;
background:#fff;
}

.main-nav .nav-link.active {
color:#0976b5 !important;
border-bottom:2px solid #0976b5 !important;
}

.nav-tabs .nav-link {
color:#4e4e4e;
border:none;
padding:0px 2px;

}

.nav.nav-tabs {
 border-bottom:none; 
}

.sec_one {
/*background:url("../../assets/img/menu-bg.jpg");*/
background-size:contain;
background-repeat:repeat-x;
background-color:#fff;
}

.img-positioning {
padding-top:52px;
padding-bottom:15px;
}

.center-block {
display:block;
text-align:center;
margin:0 auto;
}

.h3, h3 {
font-size:25px;
line-height:28px;
color:#4d4e4e;
padding:5px 0 0;

}

.h4, h4 {
font-size:20px;
color:#4d4e4e;

}

.btn{
  padding: .375rem  1rem;
}

.color_blue {
color:#0976b5 !important;
font-size:14px;

}

.pace-inactive {
background-color:#fe0000;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
}

.pace-active {
background-color:#8ec641;
display:flex;
text-align:center;
align-items:center;
justify-content:center;
}

.pace {
padding-top:14px;
padding-bottom:14px;
}

.grey_bg {
background-color:#eeefef;
padding:20px;
float:left;
width:100%;
margin-bottom:15px;
}

.background_blue {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbeefc+0,6397c6+100 */background: #dbeefc; /* Old browsers */background: -moz-linear-gradient(top, #dbeefc 0%, #6397c6 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top, #dbeefc 0%,#6397c6 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom, #dbeefc 0%,#6397c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbeefc', endColorstr='#6397c6',GradientType=0 ); /* IE6-9 */ position: relative;}

.background_grey {
background-color : #efefef;
}

#rankings h5{
font-weight:bold;
margin: auto;
}

.h5, h5 {
font-size:18px;
color:#4d4e4e;

}

.grey_bg {
  background-color: #dbd9da;
  padding: 20px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.bg_white , .white_bg {
    background-color:#fff;
    /* padding:20px; */
    padding: 15px 15px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.white_bg input, .white_bg textarea{
background-color: #eeefef;
}

.date {
color:#9f9fa0;
font-size:16px;

}

.user-allcomments small i, .user-mycomments small i{
  color:#9b9b9b;
  font-size: 12px;
}
.user-mycomments small{
  text-align:right;
}
.top-head .dropdown-toggle{
  color:#fff;
}
.top-head .show > .btn-primary.dropdown-toggle{
  background-color: unset;
  border-color: unset;
}
 
#picker_upload_link {
  color: #b8b8b8;
  font-size: 18px;
  position: absolute;
  right: 12px;
  top: 10px;
}

.h3, h3 {
  font-size: 23px;
}

.learn_btn {
margin-top:15px;
text-transform:capitalize;
background-color:#008eb0;
border-color:#008eb0;
border-radius:0;
font-size:14px;

}

.msg_area {
width:100%;
padding:15px;
color:#9f9fa0;
border:none;

}

learn-btn {
font-size:14px;
padding:2px 10px 3px;
background-color:#1c60a5;
}

@media (min-width:1600px) {
.container {
  max-width:1280px;
}
}

@media (max-width: 767px) {
. {
  padding:0 !important;
}
}

.border-pic {
/* background-image:url("../../assets/img/border-line.jpg"); */
background-repeat:repeat-x;
background-position:top center;
}

.profile {
margin-bottom:30px;
}

.footer {background-color:#4e4e4e;padding:15px 0 !important;}

.footer .nav-link {
    color:#fff;
    padding: 7px 6px;
    border:none;
    
    font-weight:400;
    font-size: 14px;
  margin-top: 15px;
}

.footer .nav-item {
}

.footer .nav-tabs .nav-link.active {
background-color:transparent !important;
border:none;
color:#fff !important;
}
img#footer_logo {
    max-width: 100%;
}

.copyright {
    color:#fff;
    padding:10px 0;
    
    display: inline-block;
    font-size: 14px;
  float:right;
}

.radius-border {
border-radius:0;
}

@media (max-width: 1023px) {
.nav-menu {
  display:none;
}
}

.mobile-nav .dropdown-menu {
right:0;
left:auto;
}

.main-nav .nav-tabs .nav-item {
padding:0px 26px;
}

@media (max-width:1023px) {
.d-md-none {
  display:block !important;
}
}

@media (max-width: 1023px) {
.footer .nav-link {
  /* font-size:10px; */
  /* padding:10px 6px; */
}
}

@media (max-width: 1023px) {
.copyright {
  font-size: 14px;
}
}

@media (max-width: 767px) {
  .footer .nav.nav-tabs {
    padding:15px 0 0;
  }
  .carousel-item iframe {
    max-height: 300px !important;
  } 
  #roles_content { 
    overflow-x: scroll;
  }  
  .president_tab .nav-tabs .nav-item a{
    padding: 8px !important;
    font-size: 11px;
  }
  .nav-tabs .nav-item {
    width: 100%;
  } 
  .all-promotion-list .view_btn{
    width:100%;
  }
}

@media (max-width: 767px) {
.copyright {
  padding-bottom:0;
  padding-left: 20px;
  padding-right: 6px;
}
ul#footer_links {
    padding-left: 12px;
    margin: 5px auto;
}
}

@media screen and (min-width:1024px) and (max-width: 1199px) {
.footer .nav-link {
  padding:10px 6px;
  font-size:14px;
}
}

@media screen and (min-width:1024px) and (max-width: 1199px) {
.copyright {
  font-size:14px;
}
}

@media screen and (min-width:768px) and (max-width:1023px) {
.h3, h3 {
  font-size:20px;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.h4, h4 {
  font-size:18px;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.h5, h5 {
  font-size:16px;
}
}

.h6, h6 {
font-size:16px;
color:#4d4e4e;
line-height:22px;

}

.bold_text {
font-weight:bold;
}

p span {
/*font-weight:bold;*/
}

.promotion-text {
font-size:14px;
color:#9f9fa0;

}

.promo-head {
font-size:22px;
color:#4d4e4e;
padding-top:15px;
margin-bottom:5px;

}

.promo-head2 {
padding-bottom:2px;
line-height:22px;

clear:both;
}

.blue-color2 {
background-color:#1c60a5;
text-transform:capitalize;
font-size:14px;
border-radius:0;
padding:4px 14px 6px;

}

.gift_box_white {
background-color:#fff;
}

.bg_green h5 {
color:#fff;

}

.learn-btn {
background-color:#1c60a5;
text-transform:capitalize;
border-radius:0;
font-size:16px;
padding:10px 30px;
margin-top:10px;

}

.new_text {
font-size:14px;
color:#4d4e4e;
background-image:url("../../assets/img/bullet.png");
background-repeat:no-repeat;
background-position:left 8px;
padding-left:12px;
}

.bg_white.with_border {
border-bottom:thin solid #ccc;
margin:0;
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
.blue-color2 {
  padding:2px 5px;
  font-size:12px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.blue-color2 {
  font-size:8px;
  padding:2px 5px;
}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
.blue-color2 {
  margin-top:6px;
}
}

@media (max-width: 480px) {
.h6, h6 {
  font-size:14px;
}
}

@media (max-width: 480px) {
.h4, h4 {
  font-size:18px;
}
}

@media screen and (min-width:768px) and (max-width: 1023px) {
.img-positioning {
  padding-top:20px;
}
}

@media screen and (min-width:1024px) and (max-width: 1199px) {
.img-positioning {
  padding-top:30px;
}
}

.blue_row {
background-color:#008eb0;
color:#fff;
font-size:18px;
}

.table thead .blue_row th {
border:1px solid #dbd9d9;
/*padding-left:25px;*/
font-size:13px !important;
vertical-align:middle;
font-family: 'Conv_tahomabd';
}

.table .white_row {
background-color:#fff;
border:1px solid #ddd;
}

.table .white_row td {
border-right:1px solid #dbd9d9;
font-size:14px !important;
color:#4d4e4e;
/*padding-left:25px;*/

}

.purple_row {
background-color:#9963a1;
color:#fff;
}

.table thead .purple_row th {
vertical-align:middle;
border:1px solid #dbd9d9;
padding-left:25px;
font-family: 'Conv_tahomabd';
}

@media (max-width: 768px) {
.view_lg.blue-color2 {
  font-size:14px !important;
  border-radius:0;
  padding:6px 16px !important;
}
}

.table.leaderboard td {
}

.leader_description h4 {
vertical-align:middle;
display:table-cell;
}

hr {
border-top:1px solid #dbd9d9;
margin:20px 0 25px;
}

.middle_btn {
vertical-align:middle;
line-height:170px;
border-left:thin solid #ccc;
padding-right:25px;
}

.text_inputs {
padding:10px 15px;
width:100%;
margin-bottom:8px;
border:none;
color:#9f9fa0;

}

.heading-bottom_space {
float:left;
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
.blue-color2 {
  padding:3px 8px 3px;
}
}

.bread-crum-box .breadcrumb {
background-color:transparent;
border:none;
padding-bottom:8px !important;
}

.breadcrumb_page {
padding-top:30px;
}

.bread-crum-box .col {
}

.bread-crum-box span {
color:#4d4d4d;
}

.bread-crum-box .breadcrumb {
background-image:url("../../assets/img/home.png");
background-repeat:no-repeat;
background-position:left 4px;
}

.breadcrumb-item + .breadcrumb-item::before {
display:inline-block;
padding-right:.5rem;
padding-left:.5rem;
color:#4d4d4d;
content:">";
}

.sub_menu {
display:none;
width:auto;
float:left;
background-color:#fff;
list-style:none;
padding-left:0;
position:absolute;
z-index:9999999;
margin-top:0;
border-radius:5px;
box-shadow:0 3px 6px 0px #d7d8d8;
}

.nav-item.leader_board:hover .sub_menu {
display:block;
}

.sub_menu li {
padding:6px 16px;
font-size:16px;
border-bottom:thin solid #dbd9d9;
}

.sub_menu li a {
color:#4e4e4e;
}

.sub_menu li:last-child {
border:none;
}

.sub_menu li a:hover {
text-decoration:none;
color:#0976b5;
}

.check_box_section {
background-color:#fff;
padding:15px 15px;
}

.blue_box {
}

.box_text_white {
color:#fff;
width:100%;
float:left;
font-size:20px;
padding:20px 0;

}

.space_bottom {
margin-bottom:12px;
}

.pink_box {
}

.role_box {
width:100%;
float:left;
}

.check_box_section .form-check {
margin-bottom:10px;
font-size:16px;
color:#4d4e4e;

}

.formCheck-1 {
border-radius:0 !important;
height:20px;
width:20px !important;
}

.check_box_section .form-check-label {
padding-left:10px;
}

.grey_row {
background-color:#bcbcdf;
color:#fff;
}

.table thead .grey_row th {
vertical-align:middle;
border:thin solid #dbd9d9;
padding-left:25px;
}

.view_btn {
background-color:#008eb0;
border-color:#008eb0;
text-transform:capitalize;
font-size:14px;
border-radius:0;
padding:8px 14px 4px;

}

.promo_text {
font-size:17px;
color:#4d4e4e;
position:relative;
background-image:url("../../assets/img/bullet.png");
background-repeat:no-repeat;
background-position:left 10px;
padding-left:12px;
margin-bottom:6px;

}

/*li {
}*/
.fr-thick li {
    padding: 4px 0;
}

li:before {
}

.navigation_padding .nav-tabs{
/* float:right; */
}


@media (min-width: 768px) {
.promo_box.right {
  padding:0 0 0 7.5px;
}
}

@media (min-width: 1023px) {
.navigation_padding {
  padding:0;
}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
.promo_box .promo-head {
  min-height:70px;
}
}

@media (min-width: 768px) {
.promo_box.left {
  padding:0 7.5px 0 0;
}
}

@media (max-width: 767px) {
.promo_box {
  padding:0;
  margin-bottom:15px;
}
}

.promo_box img {
width:100%;
}

@media (max-width: 767px) {
.full_pic {
  width:94% !important;
}
}

@media (max-width: 767px) {
.lead_img {
  text-align:center;
  padding-top:20px;
}
}

@media (max-width: 767px) {
.line_space h6 {
  text-align:center;
  line-height:25px !important;
  padding-top:25px;
}
}

.line_space h6 {
line-height:170px;
vertical-align:middle;
}

@media (max-width: 767px) {
.middle_btn {
  line-height:25px;
  margin-bottom:20px;
  border-left:none;
  padding-right:15px;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.line_space {
  padding:0;
}
}

@media screen and (min-width: 768px) and (max-width: 990px) {
.line_space h6 {
  line-height:25px !important;
  vertical-align:middle;
  margin-bottom:0;
  padding-top:40px;
}
}

@media screen and (min-width:768px) and (max-width: 990px) {
.middle_btn {
  vertical-align:middle;
  line-height:105px;
}
}

@media screen and (min-width: 1023px) and (max-width: 1199px) {
.line_space h6 {
  line-height:155px;
  vertical-align:middle;
  margin-bottom:0;
}
}

@media screen and (min-width: 1023px) and (max-width: 1199px) {
.middle_btn {
  vertical-align:middle;
  line-height:155px;
  padding-right:30px;
}
}

.president_tab .nav-tabs .nav-item a {
padding:10px 30px;
background-color:#dbd9da;
border-radius:0;
color:#4d4e4e;
font-size:20px;

}

.president_tab .nav-tabs .nav-item a.active {
background-color:#fff;
border: 1px solid rgba(0,0,0,.125);
border-bottom:0px;
}

.president_tab .nav-tabs .nav-item {
padding-right:5px;
}

.president_tab {
padding-top:15px;
}

.president_tab .tab-pane.active {
background-color:#fff;
padding:15px 20px;
border: 1px solid rgba(0,0,0,.125);
}

.dynamic_tab_content table td{
  padding: 4px;
}

.bullet_para {
background-image:url("../../assets/img/bullet.png");
background-repeat:no-repeat;
background-position:left 10px;
padding-left:15px;

}

.resource_box h4 {
color:#9f9fa0;
}

.resource_box p {
font-size:16px;
color:#4d4e4e;
}

.no-right-padding {
padding-right:0;
}

/*.promotionImg {
  padding: 0px;
  max-width: 100%;
  margin: 10px;
  max-height: 260px;
}*/
.promotionImg {
  padding: 0px;
  max-width: 100%;
  /* margin: 10px; */
  width: 100%;
}

.all-promotion-list .img-fluid {
  width: 68%;
  margin: 6%;
}


.bread-crum-box, .nav-menu li{
display:none;
}

@media (max-width: 767px) {
  .no-right-padding {
    padding-right:15px;
  }
}

.resource_box .bg_white {
margin:10px 0 5px;
}

@media screen and (min-width: 1024px) and (max-width:1199px) {
  .resource_box p {
    font-size:15px;
  }

}

@media (max-width: 479px) {
  .president_tab .nav-tabs .nav-item a {
    padding:2px 4px;
     
  }
}

@media (max-width: 479px) {
.president_tab .nav-tabs .nav-item {
  padding-right:2px;
}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .president_tab .nav-tabs .nav-item a {
    padding:5px 15px;
  }
}

.stats_box .blue_row {
display:flex;
align-items:center;
justify-content:center;
height:130px;
}

.margin_top {
margin-top:15px;
}

.reward_box .bg_white {
margin:10px 0 5px;
}

.reward_box h5 {
margin:10px 0 0;
}

.reward_box .view_btn {
margin-top:6px;
}

.reward_status .nav-tabs .nav-item a {
background-color:#9ac7c7;
padding:10px 30px;
color:#fff;
border-radius:0;
font-size:20px;
}

.reward_status .nav-tabs .nav-item {
padding-right:5px;
}

.reward_status .nav-tabs .nav-item .active {
background-color:#4f9fa0;
}

.reward_status thead {
}

.reward_status .table tr td {
background-color:#fff;
border-right:thin solid #dbd9d9;
padding-left:30px;
font-size:16px;
color:#4d4e4e;
}

.reward_status .table thead th {
border-right:thin solid #dbd9d9;
padding-left:30px;
  vertical-align:middle;
background-color:#4f9fa0;
color:#fff;
font-size:18px;
font-family: 'Conv_tahomabd';
font-weight:normal;
}

@media (max-width: 767px) {
.stats_box .blue_row {
  margin:8px 0 8px;
}
}

@media (max-width: 479px) {
  .reward_status .nav-tabs .nav-item a {
    padding:7px 9px;
    font-size:14px;
  }
}

@media (max-width: 479px) {
.reward_status .nav-tabs .nav-item {
  padding-right:2px;
}
}

@media (max-width: 479px) {
.reward_status .table thead th {
  padding-left:15px;
  font-size:12px;
}
}

@media (max-width: 479px) {
.reward_status .table tr td {
  padding-left:15px;
  font-size:12px;
}
}

.stats_box h4 {
color:#fff;
margin-bottom:4px;

}

@media screen and (min-width: 768px) and (max-width: 990px) {
.stats_box h4 {
  margin-bottom:0;
  font-size:16px;
}
}

.stats_box h3 {
color:#fff;
margin-bottom:4px;

}

.box_text_white {
margin-bottom:0;
}

.box_text_white:hover {
color:#fff;
text-decoration:none;
}

.main-nav .nav-item.active {
}

.view_lead {
background-color:#1c60a5;
text-transform:capitalize;
font-size:14px;
border-radius:0;
padding:10px 18px 10px;

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .view_lead {
    font-size:8px;
    padding:3px 4px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .view_lead {
    font-size:12px;
    padding:4px 6px 4px;
  }
}

@media (min-width: 1024px) {
  .main-nav {
    padding:0;
  } 
  .all-promotion-list .promo-head{
    padding-top: 28px;
  } 
  .head_logo {
    padding:4px 0;
  }
}

.main-nav .nav-tabs .nav-link {
padding:34px 0;
}

@media (max-width: 1199px) {
  .main-nav .nav-tabs .nav-item {
    padding:0 8px;
  }
}
.head_logo img {
  width: 255px;
}
.dropdown-menu.show { 
  width: 100%;
}
p {
font-family: 'Conv_FoundersGrotesk-Regular';
}

@media screen and (min-width: 1200px) and (max-width:1599px) {
.main-nav .nav-tabs .nav-item {
  padding:0px 18px;
}
}

.breadcrumb-item {

}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
.view_lead {
  padding:7px 14px;
  font-size:12px;
}
}

@media screen and (min-width: 768px) and (max-width: 990px) {
.check_box_section .form-check-label {
  padding-left:5px;
  font-size:14px;
}
}

@media screen and (min-width: 768px) and (max-width: 990px) {
.resource_box p {
  min-height:360px;
}
}

.no-left-padding {
padding-left:0;
}

@media (min-width: 768px) {
.current_promo .no-left-padding {
  padding-left:0;
  padding-right:8px;
}
}

@media (min-width: 768px) {
.current_promo .no-right-padding {
  padding-left:8px;
  padding-right:0;
}
}

.current_promo .bg_white {
margin:10px 0 5px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.current_promo .col-md-7 {
  padding:0 10px;
}
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
.blue-color2 {
  font-size:11px;
  padding:3px 7px 3px;
}
}

@media (max-width: 767px) {
.current_promo .no-right-padding {
  padding-right:0;
  padding-left:0;
}
}

@media (max-width: 767px) {
.current_promo .no-left-padding {
  padding-right:0;
  padding-left:0;
}
}

@media (min-width: 768px) {
.learn_padding {
  padding:0;
}
}

@media (min-width: 768px) {
.no-padding-sm {
  padding-left:0;
}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
.reward_status .nav-tabs .nav-item a {
  padding:10px 25px;
}
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.40); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  margin-bottom:50px;
}


@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
      width: 100%;
  }
}

/*Custom*/
.avatar-upload {
    display: inline-block;
    position: relative;
    margin: auto;
    vertical-align: middle;
    text-align: center; 
}
.rounduser_image{
border-radius: 100px !important;
width:104px;height:104px;
margin:  auto;position: relative;
max-width: 104px;
}
.top_userimg{
width:38px; height:38px;
border-radius: 100px !important;
}
.file_picker_upload {
display:none;
}
.aa-dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(228, 228, 228, 0.6);
  min-width: 300px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
padding:10px;
}
.algolia-autocomplete{
width:100%;
}
input, textarea {width:100% !important;padding:8px 15px !important;color:#9f9fa0;border:none !important;border-radius:0px !important;}
.custom_spinner{
text-align:center; width:100%; padding:20px; margin:20px;font-size:50px;
}
.noPadding{
padding:0px;
}
.blueBullet:before {content:"\f111";font-family:'FontAwesome';color: #0056b3;font-size: 10px;position: absolute;top: 6px;left: 0px;}

@media (max-width: 767px) {
.hidden-desktop {
  display: inherit !important;
}
.visible-desktop {
  display: none !important;
}
.visible-phone {
  display: inherit !important;
}
.hidden-phone {
  display: none !important;
}
.show-phone {
    display: block !important;
}
}

.pointercursor{
cursor:pointer;
}

.promotionList {
  text-align: center; 
  text-decoration: none !important;
  background-color: #07b89c;
  color: #fff; 
}
.promotionList:hover { 
  background-color: #008eb0;
  color: #fff; 
font-weight:bold;
}

.sa-confirm-button-container .confirm{
background-color: #008eb0 !important;
}
.sweet-alert button {
border-radius: 0px !important;
padding: 7px 32px !important;
}
.leftProfile{
padding-left:0px !important;
margin-bottom:15px
}

.grey_border {
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0px;
  margin: 10px auto 0;
  padding: 15px 15px;
}
ul.list-group {
    margin: 0;
    text-align: left;
}
.whatsnew li{/* list-style-type: disc; *//* list-style-position: inside; *//* text-indent: -1em; */border: 0px;margin: 0px auto;padding: 0px 0px 6px 15px;position: relative;text-align: left;width: 100%;}

.whatsnew_link:hover {
color: #008eb0 !important;
}

.whatnew_content {
color:#4d4e4e;
font-size:15px;
}

.breadcrumb_page{
min-height:400px;
}
.all-promotion-list table{
width:auto !important;
max-width:100%;
}
.glyphicon-chevron-right{
background:url("../../assets/img/right.png") no-repeat;
background-position:right;
}
.glyphicon-chevron-left{
background:url("../../assets/img/left.png") no-repeat;
background-position:left;
}

.my_pagination, .all_pagination {
  display: block;
  padding-left: 0; 
  border-radius: 4px;
float:right;
}
.my_pagination li, .all_pagination li {
  float: left;
  padding: 0px;
  border-radius: 5px;
  margin: 2px;
}
#roles_content{
min-height:100px;
}
.user_name {
  text-transform: capitalize;
}

.promotion_widget_content table td, .promotion_widget_content table th{ 
padding: 2px 12px;
border:1px solid #b6b6b6;

}
.popupPreview{
cursor:pointer; 
}
.popupPreview img{ 
height: auto;max-width: 100%;
}
.titleBG{
background-color: #1b75bc !important;
}

/*end custom css*/


.tabPanel .dropdown-mobile {
  display: none;
}

.tabPanel {
   vertical-align: middle;
   margin: auto;
   float: right;
}
.tabPanel .nav-tabs {
  border: 0px;
  margin: auto;
  vertical-align: middle;
  list-style:none;
  
}
.tabPanel .nav-tabs>li {
  padding: 0 18px;
}
.tabPanel .nav-tabs>li>a {
  color: #4e4e4e;
  font-size: 17px;
  padding: 34px 0px;
  border: 0;
  box-shadow: none !important;
  text-decoration: none;
  border-radius: 0;
  position: relative;
  letter-spacing: normal;
  font-weight: 400;
  webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: all .3s ease;
  display: inline-block;
  /* text-transform: uppercase; */
  background: transparent;
  border-bottom: 2px transparent solid;
  
}

.tabPanel .nav-tabs>li.active>a, .tabPanel .nav-tabs>li.active>a:focus, .tabPanel .nav-tabs>li.active>a:hover{
  background: transparent;
  border: 0;
  color: #4e4e4e;
  outline: none;
  border-radius: 0;
  /*font-weight: 600;*/
  border-bottom: 2px #4e4e4e solid;
}

.tabPanel .nav-tabs>li>a:hover, .tabPanel .nav>li>a:focus, .tabPanel .nav>li>a:hover  {
 background: transparent;
  border: 0;
  border-bottom: 2px transparent solid;
  color: #0976b5;
  outline: none;
  border-radius: 0px;
  text-decoration: none;
  webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: all .3s ease;
}
.btn-primary {
  background: #fff;
  border-color: #818181;
  color:#4e4e4e;
}

/*.tabPanel .dropdown-menu {
  top: 80%;
}*/

.tabPanel .dropdown-menu a {
  color: #4e4e4e;
  font-size: 16px;
  padding: 8px 10px;
  display: block;
  text-decoration: none;
}

.dropdown-menu {
  /*margin-top: -20px !important;
  min-width: 14rem !important;*/
}
.tabPanel .dropdown-menu a:hover {
  background: #0976b5;
  color: #fff;
}

@media screen and (max-width:991px){
  .tabPanel .nav-tabs{
      display:none;
  }
  .tabPanel .dropdown-mobile {
      display: block;
  }
  .dropdown-mobile .drop-nav {
    position: relative;
    right: 0 !important;
    left: 0;
    margin-top: auto !important;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    min-width: auto;
    padding-left: 12px !important;
    padding-top: 0;
}
}

ul.dropdown-menu.dropdown-menu-right .dropdown.open ul.dropdown-menu {
    display: block;
    width: 100%;
}

@media screen and (max-width:767px){
  .leftProfile {
    padding-left: 15px !important;
  }
   .leftProfile .no-margin {
      margin-right: -15px !important;
      margin-left: -15px !important;
  }
  #rankings h5.no-margin {
    padding-left: 15px;
  }
  .col.no-padding-lg {
        padding: 0;
    }
}

.whatsnew {
    min-height: auto;
}

.tooltip > .tooltip-inner {
    max-width: auto; 
    padding: .25rem .5rem;
    color: #000000;
    text-align: left;
    background-color:#dbeefc;
    background: #dbeefc;
    border-radius: .25rem;
    opacity: 1.0;
    filter: alpha(opacity=100);
}
/*.tooltip > .tooltip-arrow { border-bottom-color:#dbeefc; }*/


.paddleft0{
  padding-left:0;
}
.alert-box {
    background: #f7dcac;
    text-align: left;
    margin-bottom: 20px;
    padding: 20px;
    display: inline-block;
    width: 100%;
    color: #4e4e4e;
}

.alert-box h3 {
    margin: 2px auto;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 70px;
    display: inline-block;
    width: 95%;
}

button.close {
    color: #00000040;
    opacity: 1;
    font-weight: 300;
    text-shadow: none;
    line-height: normal;
    font-size: 60px;
    float: right;
}

button.close span {
    line-height: 40px;
    vertical-align: top;
}
.alert-box h3 img {
    max-width: 100%;
}

.alert-box h3 span {
    padding-right: 40px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width:767px){
  .paddleft0{
    padding-right: 0px;
  }
}

@media screen and (max-width:460px){
  .alert-box h3 {
    clear: both;
    width: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    padding-top: 50px;
  }

  .alert-box h3 span {
      padding: 0;
      left: 50%;
      margin-left: -25px;
  }
  button.close{
    font-size:50px;
  }
}
 @media (min-width: 576px){
     .homepage-wrapper {
       padding: 2rem 2rem;
     }
 }
  
h4.promotion-title {
    /* padding: 10px 10px 0px; */
    font-weight: bold;
    margin: 0 auto;
}

.promotion-time {
    padding-bottom: 10px;
    display: block;
}
.featured-promotion-list p {
    margin: auto;
}
.table-webview {
    background: #fff;
    width: 100%;
}

.table-webview .table thead th {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    background: #008eb0;
    color: #fff;
}

.table-webview .table tbody td {
    vertical-align: middle;
    font-size: 12px;
}


.leaderboard-table {
    background: #fff; 
    width: 100%;
  display:none;
}

.leaderboard-table .table thead th {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    background: #008eb0;
    color: #fff;
}

.leaderboard-table .table tbody td {
    vertical-align: middle;
    font-size: 12px;
}
.details h5 {
    font-weight: 500;
    color: #000;
    float: right;
    width: 30%;
    line-height: normal;
    font-size: 12px;
}
 
.leaderboard-table .table tbody td div {
    border-bottom: 1px #cecece solid;
}
.leaderboard-table .table tbody td>table>tbody>tr>td:first-child {
    color: #0976b5;
    font-weight: 400;
}

.homepage-wrapper{
    min-height: 54%;
    margin-bottom: -160px;
}

@media screen and (max-width:991px){
  .tabPanel .nav-tabs{
      display:none;
  }
  .tabPanel .dropdown {
      display: block;
  }
  .table .white_row td {
    border-right:thin solid #dbd9d9;
    font-size:12px !important;
    color:#4d4e4e;
    /*padding-left:25px;*/ 
  }
}
.responsiveSearch{
  display:none;
  margin-bottom: 14px;
}
@media screen and (max-width:767px){
  .table-webview{
      display:none;
  } 
  .leaderboard-table{
    display:block;
  }
  .table .white_row td {
    border-right:thin solid #dbd9d9;
    font-size:12px !important;
    color:#4d4e4e;
    /*padding-left:25px;*/ 
  }
  .responsiveSearch{
    display:block;
  }
}

/* The container */
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    cursor: pointer; 
  height:auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.c_checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
  border: 3px solid #1b61a6;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .c_checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: #fff; 
}

/* Create the c_checkmark/indicator (hidden when not checked) */
.c_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the c_checkmark when checked */
.checkcontainer input:checked ~ .c_checkmark:after {
    display: block;
}

/* Style the c_checkmark/indicator */
.checkcontainer .c_checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
    border: solid #1b61a6;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*.resourcesContainer > div {
  width:31%;
  margin-left:1.5%;
}*/
.resourcesContainer  table {
  width:100%;
  background-color:#fff
}
.resourcesContainer  table th {
  background-color: #1b75bc !important;
  color:#fff;
  font-size: 16px;
  font-family: 'Conv_FoundersGrotesk-Medium';
  font-weight: 500;
}
.resourcesContainer td, .resourcesContainer th {
    border: 1px solid #dee2e6;
}
 
.resourcesContainer  tbody tr{
  border: 1px solid rgba(0,0,0,.125);
}

.resourcesContainer  tbody tr a{
  text-decoration:none;
}
.loggedin_container{
  display:none;
}
@media screen and (max-width:767px){
    
    .president_tab .nav-tabs .nav-item {
        padding: 0;
    }
  .copyright{
    float:left;
  }
  .president_tab .nav-link:after {
    font-family: 'FontAwesome';
    content: "\f078";    
    float: right;
  }
  .president_tab .active.nav-link:after {    
    content: "\f054";    
  }   
}
 
#role_groups .col-12{
  padding: 0px 8px !important;
} 

#groups_details thead th{
  border:0px;
}

#groups_details .dataTables_filter{
  float:left;
  width:100%;
}
@media (max-width: 767px) {
  #groups_details .dataTables_filter{
    width:100%;
  }
  #groups_details .dataTables_filter label{
    width: 95% !important;
    margin: 6px;    
  }
}
#groups_details .dataTables_filter label{
  width:100%;
  
}
#groups_details .dataTables_filter input, .responsiveSearch {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 6px 7px !important;
  padding-left: 40px !important;
  background-size: 30px;
  border: 2px solid #e0e0e0 !important;
} 
#groups_details .dataTables_filter input{
  margin-left:0px;
}
#groups_details table.dataTable.no-footer {
    border-bottom: none;
    width: 100% !important;
} 
.profileBadge
{
  position: absolute;
    top: 50%;
    right: -20px;
    border-radius: 100px !important;
    width: 50px;
    height: 50px;
  
}

.kudos-sec {
    padding-right: 10px;
    max-height: 500px ;
    overflow-y: auto ;
}
.kudos-head {
    position: relative;
    margin: 0px auto;
    padding-bottom: 10px; 
}
.kudouser_image{
      border-radius: 100px !important;
      margin: auto;
      width: 45px;
      height: 45px;
      display: inline-block;
}
.kudos-avatar {
    position: relative;
    margin: 0px auto;
    display: inline-block;
}

.kudouser_badge {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: -30px;
    /* margin-top: -10px; */
    /* margin-left: 10px; */
}

.kudos-head h5 {
    display: inline-block;
    /* padding-left: 40px; */
    /* padding: 10px 0; */
    margin: auto;
    /*font-weight: 600; */
}
.dataTables_scrollBody {
    border-bottom: 0 !important;
}

.dataTables_scrollBody table{
  margin:0 !important;
}


@media screen and (max-width:480px){
  .learn_btn {
    font-size: 12px;
    padding: 7px 10px;
    white-space: normal;
  }
}

.pace-active-proration {
    background-color: #f9be0c;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

table td.fr-thick, table th.fr-thick {
  padding: 6px 12px;
  border: 3px solid #b6b6b6;
  vertical-align: middle;
  font-size: 14px;
}
table td.fr-thick p, table th.fr-thick p {
    margin: auto;
}
table td.fr-highlighted, table th.fr-highlighted {
  border: 1px double red;
}
.clubelite-sec {
    width: 100px;
    background: url('../../img/promotion_badges/club-elite.jpg') no-repeat center center;
    height: 100px;
    position: relative;
    display: table;
    margin: auto;
}

.clubelite-sec h5 {
    text-align: center;
    position: absolute;
    bottom: 17px;
    left: 33px;
    font-size: 10px;
    font-weight: bold;
}

.clubelite-sec1 {
    width: 100px;
    /* height: auto; */
    position: relative;
    display: table;
    margin: auto;
    border: 1px #7a7878 solid;
    background: #959595;
    border-radius: 6px;
    text-align: left;
    padding: 3px 6px;
    outline: none;
}

.clubelite-sec1 h5 {
    font-size: 13px;
    font-weight: bold;
    color: #2d2d2d;
    margin: auto;
}

.eliteimg img {
    max-width: 100%;
}

.eliteimg {
    position: relative;
    line-height: normal;
}
.dataTables_scrollHeadInner {
  /*width: 100% !important;*/
}

.avail-points {
    display: table;
    position: relative;
    margin: 10px auto;
    border: 1px #7a7878 solid;
}

.avail-points h4 {
    display: inline-block;
    padding: 0 20px;
    color: #4d4e4e;
    font-size: 14px;
    font-weight: 600;
    margin: auto;
}

.avail-points span {
    background: #7a7878;
    color: #fff;
    height: 100%;
    padding: 8px 10px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
}
/*.tab-content.dynamic_tab_content ul {
    padding-left: 25px;
}*/
.tab-content.dynamic_tab_content ul, .tab-content.dynamic_tab_content ol {
    padding-left: 20px;
    margin-top: 5px;
}
#promotion_widget_details ul {
    padding-left: 20px;
}
.whatsnew_long_description ul {
  padding-left: 20px;
}
.points_history {
   position: relative;
}

.points_history .table thead th {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    background: #008eb0;
    color: #fff;
    padding: 12px 12px;
    border: 0;
    text-transform: uppercase;
    width: 33%;
    max-width: 100%;
    float: left;
    height: 100%;
    min-height: 100%;
}

.points_history .table>tbody>tr>td {
    padding: 12px 12px;
    font-size: 13px;
    text-align: left;
    color: #4d4e4e;
    background: #fff;
    width: 33%;
    max-width: 100%;
    float: left;
    height: 100%;
    min-height: 100%;
    vertical-align: middle;
}

.points_history thead, .points_history tbody, .points_history  tr, .points_history td, .points_history th  {
    display: block;
}
.points_history tbody {
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    background: #fff;
} 
.points_history .table-responsive>.table {
    height: 100%;
}

.points_history tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

a.pnts {
    background: #fff;
    display: inline-block;
    padding: 5px 15px;
    color: #008eb0;
    border-radius: 5px; 
    margin: 0px auto;
    font-size: 16px;
}

.privacy ul {
    padding-left: 20px;
}

.privacy ul li {
    padding: 4px 0;
    position: relative;
}

.search-box input.form-control {
    width: auto !important;
}

.search-box {
    position: relative;
    text-align: right;
    padding-bottom: 10px;
    vertical-align: middle; 
    max-width: 100%; 
}
.btn-default {
    background: #0a76b7;
    border: 0px;
    border: 1px #0a76b7 solid;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin: 0px auto;
    padding: 6px 20px;
    transition: all 0.2s ease;
    border-radius:3px;
    letter-spacing: normal;
} 
 
.btn-default:hover, .btn-default:active:hover, .btn-default:active:focus, .btn-default:active, .btn-default:focus, .btn-default:active:focus {
    background: #0069d9;
    color: #fff;
    outline: none;
    border-color: #0069d9;
}

.result-search {
    clear: both;
    border-bottom: 1px #cccccc solid;
    margin: 10px auto 20px;
}

.result-search h4 span {
    color: #008eb0;
}

.result-search h4 {
    font-size: 17px;
}
.search-breadcrumb {
    background: none !important;
}

.search-group {
    padding: 20px 0;
    position: relative;
}


#survey_modal {
    z-index: 9999;
} 

#survey_modal .modal-header {
    padding:5px 10px;
    display: block !important;
}
#survey_modal .modal-content {
    background: #efefef;
}
#survey_modal button.close {
    background: transparent;
    border-radius:0px;
    color: #4e4e4e !important;
    box-shadow:none;
    line-height: 40px;
    opacity:1;
    /* position: relative; */
    top: 0;
    right: 10px;
    margin: auto;
    padding: 0;
}

#survey_modal .close:focus, #survey_modal .close:hover {
    opacity: 1;
    color: #000;
}

#survey_modal button.close span {
    display: inline-block;
    line-height: 40px;
    font-size: 25px;
}
 
.survey-ques {
    padding: 0;
    position: relative;
}

.survey-ques ol {
    padding-left: 0px;
    list-style: none;
}

.survey-ques ol li h4 {
    font-weight: 500;
    font-size: 17px;
    color: #4d4e4e;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin: 10px auto;
}

.survey-ques ol li {
    font-weight: 500;
    font-size: 18px;
    color: #4d4e4e;
    padding-left: 0;
    vertical-align: top;
}

.survey-ques ol li ol li {
    font-weight: 400;
    color: #4d4e4e;
    font-size: 14px;
    margin: 5px auto;
    border: 1px #e5e5e5 solid;
    background: #fff;
    padding: 10px 15px;
    list-style-position: inside;
    border-radius: 3px;
    position: relative;
    font-weight: 300 !important;
    list-style: none;
    padding-left: 39px;
}

.survey-ques ol li ol {
    padding-left: 0px;
}

.survey-ques ol li ol li:hover {
    background: #59d3d3;
    color: #fff;
}  
.survey-ques li.fib {
    padding-left: 15px !important;
}

.survey-ques .form-control { 
    margin: auto;
    border: 1px solid #ccc !important;
    box-shadow: none;
    font-size: 14px;
    font-weight: 300 !important;
}
.checkbox, .radio {
    margin: 2px auto;
}
input[type=checkbox], input[type=radio] {
    border: 1px solid #acacac !important;
    margin: 0px 10px 0px -30px !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 20px;
    width: 18px !important;
    height: 18px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-radius: 100% !important;
    vertical-align: text-top;
    display: inline-block;
    cursor: pointer;
    box-shadow: none;
}

input[type=radio] {
    -webkit-border-radius: 2em; 
    -moz-border-radius: 2em; 
    -ms-border-radius: 2em; 
    -o-border-radius: 2em;  
    border-radius: 2em; 
}

input[type=checkbox]:checked::after {
    content:"\f00c";
    font-family:'FontAwesome';
    font-weight: 900;
    display: block;
    text-align: center;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    color: #59d3d3;
}

input[type=radio]:checked::after {
    content: "\f111";
    font-family:'FontAwesome';
    font-weight: 900;
    display: block; 
    line-height: 17px;
    font-size: 9px;
    text-align: center;
    color: #59d3d3; 
} 

input[type=checkbox]:focus, input[type=radio]:focus {
    outline:none;
}
.ques-submit {
    text-align: right;
}
#survey_modal .modal-body {padding-top: 5px;}

#survey_modal h4.modal-title {
    font-size: 18px;
    padding: 10px 0px;
    color: #000;
    text-align: center;
    margin: auto;
}

.popup-form .form-control {
    border:1px #e4e4e4 solid !important;
    background: #f2f2f2 !important;
    font-size: 13px !important;
    height: 30px !important;
    margin: auto !important;
    display: block;;
}

.popup-form label {
    text-align: left;
    display: block !important;
    font-size: 12px !important;
    color: #4c4b4b;
}

.popup-form .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.popup-form .input-group .form-control, 
.popup-form .input-group-addon,
.popup-form .input-group-btn {
    display: table-cell;
}
.popup-form .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.popup-form .input-group-addon {
    padding: 3px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.popup-form .input-group-addon,
.popup-form .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}


.popup-form .btn-primary {
  background: #fff;
  border:1px #818181 solid;
  color:#4e4e4e;
   margin: 10px auto;
}

 
.popup-form .btn-primary:hover, 
.popup-form .btn-primary:active:hover, 
.popup-form .btn-primary:active:focus, 
.popup-form .btn-primary:active, 
.popup-form .btn-default:focus, 
.popup-form .btn-4e4e4e:active:focus {
    background: #4e4e4e;
    color: #fff;
    outline: none;
    border-color: #818181;
}

.popup-form .btn-default {
    background: #0a76b7;
    border: 0px;
    border: 1px #0a76b7 solid;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin: 0px auto;
    padding: 6px 20px;
    transition: all 0.2s ease;
    border-radius:3px;
    letter-spacing: normal;
} 
 
.popup-form .btn-default:hover, 
.popup-form .btn-default:active:hover, 
.popup-form .btn-default:active:focus, 
.popup-form .btn-default:active, 
.popup-form .btn-default:focus, 
.popup-form .btn-default:active:focus {
    background: #0069d9;
    color: #fff;
    outline: none;
    border-color: #0069d9;
}

.popup-avatar {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    background: #eee;
    border-radius: 100%;
    border: 2px #ccc solid;
    text-align: center;
    overflow: hidden;
    line-height: 70px;
}

.profile-upload {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: #000;
    font-family: 'Conv_FoundersGrotesk-Regular' !important;
    /* width: 50%; */
}


.profile-upload a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    display: block;
    font-family: 'Conv_FoundersGrotesk-Regular' !important;
}

.avatar-block {
    text-align: left;
    padding: 5px 0;
    position: relative;
}



.profile-btns {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    background: #e1e1e1;
    padding: 8px 10px;
    border-radius: 3px;
    color: #000;
    font-family: 'Conv_FoundersGrotesk-Regular' !important;
    min-width: 120px !important;
    max-width: 100%;
    text-align: center;
}

.popup-avatar .rounduser_image {
    margin: 0 !important;
}

.popup-form {
    max-height: 450px !important;
}


.sa-button-container {
  float: right !important;
  margin-bottom: 0px !important;
}

.popup-form .profile {
    display: inline-block!important;
    vertical-align: middle!important;
    text-align: left!important;
    padding: 11px!important;
}

.popup-form  a#picker_upload_link {
    position: relative;
    color: #007bff !important;
}
.sweet-overlay {
  opacity: 1.04;
  display: block;
  z-index: 9 !important;
}
.showSweetAlert {
  display: block;
  margin-top: -350px;
  z-index: 10 !important;
}

#tags{
  float:left;
  border:1px solid #ccc;
  padding:5px;
  font-family:Arial;
}
#tags > span{
  cursor:pointer;
  display:block;
  float:left;
  color:#fff;
  background:#789;
  padding:5px;
  padding-right:25px;
  margin:4px;
}
#tags > span:hover{
  opacity:0.7;
}
#tags > span:after{
 position:absolute;
 content:"×";
 border:1px solid;
 padding:2px 5px;
 margin-left:3px;
 font-size:11px;
}
#tags > input{
  background:#eee;
  border:0;
  margin:4px;
  padding:7px;
  width:auto;
}
.popup-avatar h4 {
    font-size: 25px;
    line-height: 62px;
    font-weight: 500;
    color: rgb(10, 118, 183);
    letter-spacing: 1px;
    font-family: 'Conv_tahomabd';
}

.popup-avatar img {
    width: 70px !important;
    height: auto !important;
    object-fit: cover;
    text-align: center;
    margin: auto;
}

.profile_intials {
  margin: 10px auto;
  font-size: 40px;
  line-height: 102px;
  font-weight: 500;
  color: rgb(10, 118, 183);
  letter-spacing: 3px;
  font-family: 'Conv_tahomabd';
  position: relative;
  background-color: #eff5f5;
  border-radius: 100px !important;
  text-align: center;
  max-width: 104px;
  height: 104px;
  width: 104px;
}

.form-group {
    margin-bottom: 6px !important;
}
.remove-avtar {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    background: rgb(10, 118, 183);
    border-radius: 100%;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}
.avtar-card {
    text-align: center;
    margin: auto;
    position: relative;
} 

.whatsnew_long_description ol {
    padding-left: 40px;
}
.whatsnew_long_description li { 
    padding: 3px 0;
    border: 0px;
    margin: 0px auto;
    position: relative;
    text-align: left;
    width: 100%;
}


/*span.promotion_ends_in {
    font-size: 14px;
}
.countdown{
    font-family: Conv_tahoma;
    color: #4d4e4e;
    text-align:center !important;
    line-height: 25px;
}
.countdown > div{
    display: inline-block;
}
.countdown > div > span{
    display: block; 
    text-align: center; 
    color:#4d4e4e !important;
}
.countdown-container{
    margin:0 3px;
}
.countdown-container .countdown-heading{
    font-size: 9px; 
    margin: -13px; 
    color: #9f9fa0 !important
}
.countdown-container .countdown-value{
    font-size: 30px; 
    background: #ffffff; 
    padding:10px; 
    color:#fff; rgba(0,0,0,0.4)
}*/

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
}