/* color variable definitions */
/* Bootstrap variables and custom variables */
/**************************************************************************
 * Text Club Nation Theme Styles : Colors, accents, and more
 *************************************************************************/
/* font definitions */
@font-face {
  font-family: 'club-bold';
  src: url('../fonts/bold/SOLEIL-BOLD.eot');
  src: local('â˜º'), url('../fonts/bold/SOLEIL-BOLD.eot?#iefix') format('embedded-opentype'), url('../fonts/bold/SOLEIL-BOLD.ttf') format('truetype'), url('../fonts/bold/SOLEIL-BOLD.woff2') format('woff2'), url('../fonts/bold/SOLEIL-BOLD.woff') format('woff'), url('../fonts/bold/SOLEIL-BOLD.svg') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'club-light';
  src: url('../fonts/lite/SOLEIL-LIGHT.eot');
  src: local('â˜º'), url('../fonts/lite/SOLEIL-LIGHT.eot?#iefix') format('embedded-opentype'), url('../fonts/lite/SOLEIL-LIGHT.ttf') format('truetype'), url('../fonts/lite/SOLEIL-LIGHT.woff2') format('woff2'), url('../fonts/lite/SOLEIL-LIGHT.woff') format('woff'), url('../fonts/lite/SOLEIL-LIGHT.svg') format('svg');
  font-weight: 100;
  font-style: normal;
}
.banner-image-tcn figure {
  float: left;
}
.banner-image-tcn1 figure {
  float: left;
}
@media (max-width: 1000px) {
  .banner-image-tcn figure img,
  .banner-image-tcn1 figure img {
    max-height: 300px;
  }
}
@media (max-width: 700px) {
  .banner-image-tcn {
    display: none;
  }
}
.shadow-none {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
/* Over lapping Bootstrap and Custom Styles */
body {
  font-size: 16px;
  font-family: 'club-light', sans-serif;
  color: #666666;
}
input,
select,
textarea,
.form-control,
button,
.btn,
.btn-lg,
.thumbnail,
.card-header,
.modal-content,
.navbar-default,
.container .jumbotron,
.container-fluid .jumbotron,
.well {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  line-height: 25px;
  padding: 10px 10px 10px 10px;
}
.card {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  line-height: 25px;
}
.navbar-toggler {
  margin-top: 12px;
}
.navbar-default .navbar-toggler {
  margin-right: 0px;
}
.navbar-default.public-nav {
  padding: 0px 0px 0px 0px;
  background: #1a1a1a;
  border: none;
}
.navbar-default.public-nav .navbar-brand {
  margin-left: 10px;
  margin: 6px 0px 6px 10px;
}
.navbar-default.public-nav .navbar-toggler {
  margin-right: 10px;
}
@media (min-width: 430px) {
  .navbar-default .navbar-toggler {
    margin-top: 17px;
  }
  .navbar-default .navbar-brand {
    margin-top: 7px;
    margin-bottom: 5px;
    width: 290px;
    height: 56px;
    display: block;
    background-image: url(../less/img/logo-inner.png);
  }
  .navbar-default.public-nav .navbar-brand {
    width: 290px;
    height: 56px;
    display: block;
    background-image: url(../less/img/logo.png);
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    margin-left: 0px;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0px;
  }
}
.navbar-brand {
  width: 190px;
  display: block;
  height: 43px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.navbar-default .navbar-brand {
  margin-top: 7px;
  background-image: url(../less/img/logo-small-inner.png);
}
.navbar-default.public-nav .navbar-brand {
  background-image: url(../less/img/logo-small.png);
}
hr {
  border-top: 1px solid #DADADA !important;
}
.hundred {
  width: 100%;
}
.btn {
  width: 100%;
}
.club-normal {
  font-family: 'club-light', sans-serif;
}
input[type="file"] {
  border-color: rgba(0, 0, 0, 0);
}
textarea {
  resize: none;
}
h1 {
  font-size: 28px;
}
h1,
h2,
h3,
h4,
h5,
.strong {
  font-family: 'club-bold', sans-serif;
}
.margin-top {
  margin: 10px 0px 0px 0px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-nav > .nav-item > a.active,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #7ac143;
  background: #ffffff;
}
.thumbnail {
  padding: 6px 6px 6px 6px;
}
.navbar-brand,
.navbar-default .navbar-nav > li > a {
  line-height: 40px;
  color: #ffffff;
}
.bg-home {
  background: url("../less/img/home-bg.png");
}
.navbar-nav > li > a {
  padding-top: 17px;
}
.container .jumbotron,
.container-fluid .jumbotron,
.well {
  display: inline-block;
  border: 1px solid;
  border-color: #DADADA;
}
.bg-home .container {
  border: none;
  background: none;
  color: #ffffff;
  margin: 50px auto 0px auto;
}
@media (max-width: 540px) {
  .bg-home .container {
    margin: 30px auto 0px auto;
  }
}
.text-home {
  margin: 30px 0 30px 0;
}
.text-home .thumbnail {
  margin: 0 0 0 0;
}
.text-home-signup {
  text-align: left;
}
.text-home-signup .btn-lg {
  width: auto;
  padding: 10px 40px 9px 40px;
}
.text-home-signup h1,
.text-home-signup p {
  text-align: left;
}
.text-home-content {
  margin: 0 auto 0 auto;
}
.text-home-content div {
  text-align: center;
  margin: 40px 0px 40px 0px;
}
footer {
  background: #1a1a1a;
  border-top: 1px solid;
  border-color: #DADADA;
  width: 100%;
}
footer a {
  color: #7ac143;
}
footer a:hover {
  color: #fff;
}
footer p {
  text-align: center;
  color: #7ac143;
  margin: 0px;
  padding: 20px 0px 20px 0px;
  font-size: 14px;
}
.tcn-login-panel {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.form-login a {
  color: #7ac143;
  font-weight: 400;
}
a {
  text-decoration: none;
}
/* End Theme Styles
 **************************************************************************/
/* Important part */
.modal-dialog {
  overflow-y: initial !important;
}
.modal-body {
  max-height: 80vh;
  overflow-y: auto;
}
.carousel-indicators [data-bs-target] {
  background-color: #9B9B9B;
}
span.css-emoticon {
  font-family: "Trebuchet MS";
  /* seems to give the best and most consistent emoticon appearance */
  font-size: 0.65em;
  font-weight: bold;
  color: #000000;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  width: 1.54em;
  /* note that this is a multiple of this span's font-size, not containing text font-size */
  height: 1.54em;
  /* so, relative to containing text, width and height are 0.9 x 1.6 = 1.44em */
  text-align: center;
  padding: 0;
  line-height: 1.34em;
  -moz-border-radius: 1.54em;
  -webkit-border-radius: 1.54em;
  border-radius: 1.54em;
  -moz-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: #ffcc00;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0.41, #ffcc00), color-stop(0.56, #ffdd55), color-stop(1, #ffeeaa));
  background-image: -moz-linear-gradient(center right, #ffcc00 41%, #ffdd55 56%, #ffeeaa 100%);
  -webkit-transition-property: color, background, transform;
  -webkit-transition-duration: 1s, 1s;
  -webkit-transition-timing-function: linear, ease-in;
}
/* Styles for two-character emoticons that need more letter-spacing for proportionality */
span.css-emoticon.spaced-emoticon {
  padding-left: 0.2em;
  width: 1.34em;
  letter-spacing: 0.2em;
}
/* This is a dirty dirty hack, because webkit doesn't properly do the padding+width=total-width as it should
   I think the width of the border may be throwing things off, because it's more noticable for small icons */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  span.css-emoticon.spaced-emoticon {
    width: 1.4em;
  }
}
/* Styles for emoticons that need to have smaller characters to fit inside the circle */
span.css-emoticon.small-emoticon {
  font-size: 0.55em;
  width: 1.82em;
  height: 1.82em;
  line-height: 1.72em;
  -moz-border-radius: 1.82em;
  -webkit-border-radius: 1.82em;
  border-radius: 1.82em;
}
span.css-emoticon.small-emoticon.spaced-emoticon {
  padding-left: 0;
  width: 1.82em;
  letter-spacing: 0.1em;
}
/* Styles for additional colors */
span.css-emoticon.red-emoticon {
  background-color: #eb0542;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0.41, #eb0542), color-stop(0.56, #eb265a), color-stop(1, #fa376e));
  background-image: -moz-linear-gradient(center right, #eb0542 41%, #eb265a 56%, #fa376e 100%);
}
span.css-emoticon.pink-emoticon {
  background-color: #ff8fd4;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0.41, #ff8fd4), color-stop(0.56, #ff99d8), color-stop(1, #ffade1));
  background-image: -moz-linear-gradient(center right, #ff8fd4 41%, #ff99d8 56%, #ffade1 100%);
}
/* styles for emoticons that need no rotation, like O_o */
span.css-emoticon.no-rotate {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 0.45em;
  width: 2.2em;
  height: 2.2em;
  line-height: 1.9em;
  -moz-border-radius: 2.2em;
  -webkit-border-radius: 2.2em;
  border-radius: 2.2em;
  background-image: -webkit-gradient(linear, right bottom, right top, color-stop(0.41, #ffcc00), color-stop(0.56, #ffdd55), color-stop(1, #ffeeaa));
  background-image: -moz-linear-gradient(center bottom, #ffcc00 41%, #ffdd55 56%, #ffeeaa 100%);
}
span.css-emoticon.no-rotate.red-emoticon {
  background-image: -webkit-gradient(linear, right bottom, right top, color-stop(0.41, #eb0542), color-stop(0.56, #eb265a), color-stop(1, #fa376e));
  background-image: -moz-linear-gradient(center bottom, #eb0542 41%, #eb265a 56%, #fa376e 100%);
}
span.css-emoticon.no-rotate.pink-emoticon {
  background-image: -webkit-gradient(linear, right bottom, right top, color-stop(0.41, #ff8fd4), color-stop(0.56, #ff99d8), color-stop(1, #ffade1));
  background-image: -moz-linear-gradient(center bottom, #ff8fd4 41%, #ff99d8 56%, #ffade1 100%);
}
/* Styles for emoticons that need to be rotated counter-clockwise, like <3 */
span.css-emoticon.counter-rotated {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.41, #ffcc00), color-stop(0.56, #ffdd55), color-stop(1, #ffeeaa));
  background-image: -moz-linear-gradient(center left, #ffcc00 41%, #ffdd55 56%, #ffeeaa 100%);
}
span.css-emoticon.counter-rotated.red-emoticon {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.41, #eb0542), color-stop(0.56, #eb265a), color-stop(1, #fa376e));
  background-image: -moz-linear-gradient(center left, #eb0542 41%, #eb265a 56%, #fa376e 100%);
}
span.css-emoticon.counter-rotated.pink-emoticon {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.41, #ff8fd4), color-stop(0.56, #ff99d8), color-stop(1, #ffade1));
  background-image: -moz-linear-gradient(center left, #ff8fd4 41%, #ff99d8 56%, #ffade1 100%);
}
/* Styles for animated states */
span.css-emoticon.un-transformed-emoticon,
span.css-emoticon.animated-emoticon:hover {
  /* font-size: inherit;
    font-weight: inherit;
    vertical-align: inherit;
    line-height: inherit;
    font-family: inherit; */
  letter-spacing: inherit;
  color: inherit;
  overflow: visible;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  background: none;
  background-image: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: transparent;
}
span.css-emoticon.nintendo-controller {
  font-size: 0.8em;
  height: 1.2em;
  line-height: 1em;
  width: 2.7em;
  vertical-align: bottom;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, #74798c), color-stop(0.55, #a5aabd));
  background: -moz-linear-gradient(center bottom, #74798c 9%, #a5aabd 55%);
}
body {
  background-color: #1a1a1a;
}
@media (max-width: 768px) {
  #page-wrapper {
    padding-bottom: 30px !important;
  }
}
.main {
  background-color: #f8f8f8;
  min-height: 400px;
}
a:hover {
  text-decoration: underline;
}
.form-control {
  height: 52px;
  border: 1px solid #DADADA;
  font-size: 16px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-element-message {
  font-weight: 400;
  font-size: 12px;
}
#wrapper {
  width: 100%;
}
#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: white;
}
#page-wrapper img {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  padding: 3px 3px 3px 3px;
  border: 1px solid;
  border-color: #DADADA;
}
#page-wrapper .profile-edit-image {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
#page-wrapper .profile-edit-image figure {
  position: relative;
  float: left;
}
#page-wrapper .profile-edit-image img {
  padding: 0px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin: 0px auto 0px auto;
  max-width: 100%;
  max-height: 270px;
}
#page-wrapper .profile-edit-image button {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 60px;
  height: 55px;
  padding: 13px 0px;
  margin-bottom: 0px !important;
}
#page-wrapper .profile-edit-image button span {
  font-size: 24px;
  color: #fff !important;
}
.page-header img {
  width: 30px;
}
@media (min-width: 768px) {
  #page-wrapper {
    padding: 0 30px 40px;
    border-left: 1px solid #e7e7e7;
  }
}
.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 25px 15px 20px 15px;
}
.navbar-top-links .dropdown-menu {
  min-width: 190px;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 10px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}
.sidebar,
.sidebar > .container {
  padding-left: 0px;
  padding-right: 0px;
}
.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.sidebar .sidebar-search {
  padding: 15px 0px 15px 0px;
}
.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a.active {
  background-color: #eeeeee;
}
.sidebar .arrow {
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
@media (min-width: 768px) {
  .sidebar {
    width: 100%;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all 0.5s;
}
.btn-primary.btn-outline {
  color: #428bca;
}
.btn-success.btn-outline {
  color: #5cb85c;
}
.btn-info.btn-outline {
  color: #5bc0de;
}
.btn-warning.btn-outline {
  color: #f0ad4e;
}
.btn-danger.btn-outline {
  color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 0;
}
.card .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}
.chat-panel .card-body {
  height: 350px;
  overflow-y: scroll;
}
.login-panel {
  margin-top: 25%;
}
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857143;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.table-responsive,
.show-grid {
  margin: 15px 0px 15px 0px;
}
.huge {
  font-size: 40px;
}
.card-green {
  border-color: #5cb85c;
}
.card-green .card-header {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.card-green a {
  color: #5cb85c;
}
.card-green a:hover {
  color: #3d8b3d;
}
.card-red {
  border-color: #d9534f;
}
.card-red .card-header {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.card-red a {
  color: #d9534f;
}
.card-red a:hover {
  color: #b52b27;
}
@media (max-width: 768px) {
  .modal-dialog {
    height: 100%;
  }
  .modal-dialog > .modal-content {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100%;
  }
}
.modal-footer .btn {
  width: auto;
}
.carousel-inner {
  padding-bottom: 40px;
}
.width-auto {
  width: auto !important;
}
.unread-messages {
  font-family: 'club-bold', sans-serif;
}
.carousel-indicators li {
  background-color: #9B9B9B;
}
.carousel-indicators .active {
  background-color: #3173AD;
}
.card-header h3 {
  margin: 5px 0px 0px 0px;
}
.card-header h4 {
  margin: 5px 0px 5px 0px;
}
.club-requests ul {
  padding: 0px;
  margin-bottom: 0px;
  height: 147px;
  overflow: hidden;
}
.club-requests ul li {
  display: inline-block;
  list-style: none;
  width: 100%;
  padding: 5px 0;
}
.club-requests ul li a:hover {
  text-decoration: none;
}
.club-requests p {
  margin-bottom: 0px;
}
.club-requests p img {
  width: 30px;
}
.privacy-policy-heading {
  margin: 50px 0px 20px 0px;
}
.text-org-card {
  height: 200px;
  color: #fff;
}
.text-org-card .club-owner-name {
  margin: 10px 0px 0px 0px;
}
.text-org-card .used-allocated {
  margin: 10px 0px 5px 0px;
  line-height: 20px;
  border-bottom: 1px solid #f8f8f8;
  margin-bottom: 5px;
}
.text-org-card img {
  padding: 0px;
  width: 30px;
  margin-bottom: 0px;
  display: inline-block;
  margin-right: 5px;
}
.text-org-card p {
  margin: 0px;
}
.club-add-logo-btn a {
  margin: 5px 10px 0px 0px;
}
#club-upload-logo img {
  width: 100%;
  margin: 5px 0 0 0;
  padding: 20px 20px 20px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.club-all-forms .form-group input {
  width: 100%;
  margin: 10px 0px 10px 0px;
  padding: 25px 20px 25px 20px;
}
.club-all-forms .form-group select {
  height: 52px;
  padding: 10px 20px 10px 20px;
  margin: 0px 0px 10px 0px;
}
.club-all-forms .form-group .keyword {
  margin: 0px 0px 10px 0px;
}
.club-all-forms .form-group textarea {
  width: 100%;
  resize: none;
  height: 150px;
}
.club-submit-step {
  margin: 10px 0px 10px 0px;
}
.club-submit-step button {
  font-size: 16px;
  width: 100%;
  margin: 10px 0px 10px 0px;
  padding: 20px 20px 20px 20px;
}
.club-cards-dashboard {
  position: relative;
}
.club-cards-dashboard .card {
  padding: 0px 0px 0px 0px;
}
.club-role-data {
  margin: 40px 0px 10px 0px;
}
.club-compose-campaigns .toggle-buttons {
  margin-bottom: 15px;
  width: 100%;
}
.club-compose-campaigns .toggle-buttons .btn {
  text-align: center;
  width: 50%;
}
.club-compose-campaigns .create-template {
  display: none;
}
.club-compose-campaigns img {
  width: 100%;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
}
.club-compose-campaigns .btn {
  padding: 10px 0px 9px 0px;
  margin-bottom: 20px;
}
.club-compose-campaigns .send-campaign-btn .btn {
  width: 90%;
  margin-left: 10%;
}
@media (max-width: 991px) {
  .club-compose-campaigns .send-campaign-btn .btn {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
.club-compose-campaigns .schedule-campaign-btn .btn {
  width: 90%;
}
@media (max-width: 991px) {
  .club-compose-campaigns .schedule-campaign-btn .btn {
    width: 100%;
  }
}
.club-compose-campaigns .msg-remaining-letters {
  margin: 20px 0px 8px 0px;
  border: 1px solid;
  border-color: #DADADA;
  position: relative;
  height: 234px;
}
.club-compose-campaigns .msg-remaining-letters textarea {
  height: 232px;
  padding: 10px 10px 40px 10px;
  overflow: hidden;
}
.club-compose-campaigns .image-campaign-category {
  margin: 15px 0px 15px 0px;
}
.club-compose-campaigns .image-campaign-category a {
  padding: 3px 3px 3px 3px;
  display: block;
}
.club-compose-campaigns .image-campaign-category a img {
  opacity: 0.6;
}
.club-compose-campaigns .image-campaign-category a:hover img,
.club-compose-campaigns .image-campaign-category a.selected img {
  opacity: 1;
}
div.usage {
  margin-bottom: 25px;
  text-align: right;
}
.msg-remaining-letters textarea {
  border-color: rgba(0, 0, 0, 0);
}
.iphone-sms {
  border: 1px solid;
  border-color: #DADADA;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  width: 208px;
  margin: 0px auto 0px auto;
  height: 372px;
  background: #000000;
}
.iphone-sms .iphone-speaker {
  margin: 15px auto 15px auto;
  width: 28%;
  height: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid;
  border-color: #DADADA;
  background: #222222;
}
.iphone-sms .iphone-screen {
  width: 88%;
  height: 278px;
  margin: 15px auto 10px auto;
  background: #ffffff;
}
.iphone-sms .iphone-screen .iphone-screen-head {
  width: 100%;
  cursor: default;
  padding: 4px 0 3px 0;
  font-family: 'club-bold', sans-serif;
}
.iphone-sms .iphone-screen .iphone-sms-content {
  overflow: auto;
  height: 244px;
  padding: 10px 6px 10px 6px;
  font-size: 11px;
}
.iphone-sms .iphone-screen .iphone-sms-content div.float-end {
  padding: 8px 15px 6px 15px;
  background: #DEFDA9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin: 0px 0 10px 0;
}
.iphone-sms .iphone-screen .iphone-sms-content div.float-end img {
  width: 70px;
  margin: 0px 0px 5px 0px;
}
.iphone-sms .iphone-screen .iphone-sms-content div.float-end p,
.iphone-sms .iphone-screen .iphone-sms-content div.float-end span {
  font-family: 'Arial';
  margin: 0px 0px 3px 0px;
  word-break: break-word;
}
.iphone-sms .iphone-screen .iphone-sms-content div.float-end span {
  font-size: 9px;
}
.iphone-sms .iphone-home-btn {
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  border: 1px solid;
  border-color: #DADADA;
  width: 32px;
  height: 32px;
  margin: 0px auto 0px auto;
  background: #222222;
}
.clubs-selection-modal .modal-dialog {
  padding: 0px;
}
.clubs-selection-modal .modal-dialog .modal-content {
  padding: 15px;
}
ul.checkbox-list {
  float: left;
  width: 100%;
}
ul.checkbox-list li {
  float: left;
  width: 100%;
}
ul.checkbox-list li.form-group {
  padding: 20px 15px;
  margin: 0px;
  border-bottom: 1px solid #E5E5E5;
}
ul.checkbox-list li.form-group ul {
  padding-left: 30px;
  margin-top: 10px;
}
ul.checkbox-list li.form-group:nth-last-child(1) {
  border-bottom: none;
}
ul.checkbox-list li input {
  float: left;
  padding: 0px;
}
ul.checkbox-list li label {
  float: left;
  padding: 0px 0px 0px 5px;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px;
}
/*
#event-schedule {
           
}
*/
.club-compose-btns {
  position: relative;
  border: 1px solid;
  border-color: #DADADA;
  width: 100%;
  display: block;
  padding: 14px 30px 14px 15px;
  color: #666666;
}
.club-compose-btns .glyphicon,
.club-compose-btns .fas {
  position: absolute;
  right: 15px;
  top: 18px;
}
.custom-search-form input {
  height: 46px;
}
.inbox-det-message {
  margin: 0px 10px 0px 0px;
  width: 50px;
}
.pagination {
  float: right;
  margin: 0px 0px 0px 0px;
}
.report-search {
  margin: 27px 0px 0px 0px;
}
.reports-table {
  margin: 20px 0px 0px 0px;
}
.reports-table table {
  min-width: calc(50px + 130px + 110px + 140px + 110px + 110px + 110px + 110px);
}
.box-table table {
  min-width: calc(25px + 140px + 130px + 110px + 220px + 100px + 100px + 120px);
}
.dataTables_info {
  margin: 6px 0px 0px 0px;
}
.inbox-message .well {
  width: 100%;
}
.inbox-message input {
  height: 40px;
  margin: 5px 0px 5px 0px;
}
.inbox-message textarea {
  height: 250px;
  resize: none;
}
.email-inbox-anc a {
  margin: 0px 20px 0px 0px;
  color: #666666 !important;
}
.email-inbox-anc .active {
  color: #5cb85c !important;
}
.inline-block {
  display: inline-block;
}
.btn {
  padding: 10px 30px 9px 30px;
}
.card-yellow {
  border-color: #f0ad4e;
}
.card-yellow .card-header {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.card-yellow a {
  color: #f0ad4e;
}
.card-yellow a:hover {
  color: #df8a13;
}
.glyphicon-remove,
.glyphicon-remove-sign {
  color: #d9534f !important;
}
.glyphicon-edit,
.glyphicon-th-list {
  color: #5cb85c !important;
}
#script-warning {
  display: none;
}
#loading {
  display: none;
}
#calendar {
  margin: 40px auto 40px auto;
}
.form-group {
  margin-bottom: 7px;
}
#sign-up-form input[type="radio"],
#sign-up-form input[type="checkbox"] {
  margin-top: 0px;
}
#sign-up-form .label-alert-control {
  line-height: 20px;
}
#sign-up-form label {
  margin-bottom: 0px;
}
.select-template-category-data {
  display: none;
  border: 1px solid;
  border-top: none;
  border-color: #dadada;
  padding: 20px 0px;
}
.select-template-category-data input[type="radio"] {
  margin-left: 15px;
}
#side-menu {
  padding: 0;
  width: 100%;
}
#side-menu li a {
  padding: 18px 15px;
  line-height: 0px;
  display: block;
}
#side-menu .nav-second-level li a {
  padding-left: 35px;
}
#side-menu .nav-third-level li a {
  padding: 25px 0px 25px 70px;
}
.paginate_button > a.margin-right {
  margin-right: 4px;
}
.paginate_button > a.margin-left {
  margin-left: 4px;
}
#page-wrapper .records-per-page-wrapper {
  text-align: right;
}
#page-wrapper .records-per-page-wrapper > div.bootstrap-select {
  width: auto;
  margin-top: 6px;
}
#page-wrapper .records-per-page-wrapper > div.bootstrap-select > button {
  padding: 6px 15px;
  height: auto;
  border-radius: 4px;
}
#page-wrapper .records-per-page-wrapper > div.bootstrap-select > button > .caret {
  display: none;
}
th > a.active {
  text-decoration: none;
}
th > a.active::before,
th > a.active:before {
  color: #777;
  font-size: 12px;
}
th > a.active.asc-order::before,
th > a.active.asc-order:before {
  content: "\25B2";
}
th > a.active.desc-order::before,
th > a.active.desc-order:before {
  content: "\25BC";
}
.navbar-toggler-icon {
  color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.test {
  border: thin solid black;
}
ul {
  list-style: none;
}
.templates-select-group {
  display: none;
}
.templates-select-group.active {
  display: block;
}
.templates-select-group label > input,
#uploaded-images-radio-container label > input {
  display: none;
}
label > input[type=radio] + img {
  cursor: pointer;
  opacity: 0.6;
}
label > input[type=radio]:checked + img {
  opacity: 1;
}
ul.organization-club-groups-list,
ul.organization-club-groups-list > li > ul {
  padding-left: 0;
}
ul.organization-club-groups-list > li > ul > li > ul {
  padding-left: 20px;
}
.organization-club-groups-list .checkbox,
.radio {
  display: inline-block;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0px;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
input[type=file] {
  padding-left: 0;
}
.btn-with-icon {
  cursor: pointer;
}
.input-loading {
  background-image: url(../less/img/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-color: #ffffff;
}
.input-error {
  background-color: #ffdddd;
}
.input-success {
  background-color: #ddffdd;
}
.icon-loading {
  background-image: url(../less/img/ajax-loader.gif);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #dadada;
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #dadada;
}
.select2-div {
  padding: 5px 0 0 0;
}
.messages {
  min-height: 25px;
  line-height: 25px;
}
.form-element-success {
  color: #2EC343;
}
.form-element-info {
  color: #3B95D8;
}
.form-element-warning {
  color: #D29710;
}
.form-element-error {
  color: #F21613;
}
.card-green {
  padding: 0;
}
.alert {
  margin-top: 10px;
  margin-bottom: 10px;
}
#modal-signup-success .thank-you {
  font-size: 24px;
}
#modal-signup-success .ok-sign {
  color: #10aa00;
  font-size: 24px;
}
input[readonly].date-picker {
  background-color: #fff;
}
.tt-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
}
.text-org-card p,
.text-org-card h5,
.text-org-card h4,
.text-org-card h3,
.search-auto-suggestion-item {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
img.cell-img,
#page-wrapper img.cell-img {
  max-width: 50px;
  max-height: 50px;
  border-radius: 4px;
}
.page-header.sub {
  margin: 20px 0 20px 0;
}
.search-quickview {
  width: 100%;
  background-color: #fff;
  position: absolute;
  border: 1px solid #ddd;
  z-index: 3;
}
.search-quickview > div {
  border: 1px solid #eaeaea;
  border-left: 0;
  border-right: 0;
}
.search-quickview > div > a {
  text-align: left;
  font-size: inherit;
}
.phonenumber-search-quickview {
  width: 100%;
  background-color: #fff;
  position: absolute;
  border: 1px solid #ddd;
  z-index: 3;
}
.phonenumber-search-quickview > div {
  border: 1px solid #eaeaea;
  border-left: 0;
  border-right: 0;
}
.phonenumber-search-quickview > div > a {
  text-align: left;
  font-size: inherit;
}
#image-template-radio {
  display: none;
}
.glyphicon-check {
  color: #5cb85c;
}
.email-inbox-anc a:hover {
  text-decoration: none;
  color: #5cb85c !important;
}
.select-template-category-data {
  overflow-y: auto;
  max-height: 200px;
  padding: 10px 0px;
}
.select-template-category-data hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.select-template-category-data label {
  margin-bottom: 0px;
}
div.template-img-outer-div {
  position: relative;
  padding-top: 100%;
}
div.template-img-inner-div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.margin-top-15 {
  margin-top: 15px;
}
.hun-left {
  width: 100%;
  float: left;
}
.link-add-orgnclub {
  margin-top: 3px;
  text-align: right;
}
@media (max-width: 640px) {
  .link-add-orgnclub {
    margin-top: 10px;
    text-align: left;
  }
}
.link-add-orgnclubmt0 {
  font-size: 0.6em;
  text-align: right;
}
@media (max-width: 640px) {
  .link-add-orgnclubmt0 {
    margin-top: 10px;
    text-align: left;
  }
}
.link-add-orgnclub {
  font-size: 0.6em;
}
.add-club-anchors {
  line-height: 54px;
  text-decoration: underline !important;
  font-weight: bold;
}
.add-club-anchors:hover {
  text-decoration: none !important;
}
.users-list .users-list-item {
  display: table-cell;
}
.users-list .users-list-item > div.item-col {
  display: table-cell;
  vertical-align: middle;
  padding-right: 6px;
}
.users-list .users-list-item > div.item-col .glyphicon {
  display: table-cell;
  top: 0;
}
.tooltip-inner {
  white-space: pre;
  text-align: left;
  max-width: inherit;
}
input[name=club-keyword] {
  text-transform: uppercase;
}
::-webkit-input-placeholder {
  text-transform: none;
}
:-moz-placeholder {
  text-transform: none;
}
::-moz-placeholder {
  text-transform: none;
}
:-ms-input-placeholder {
  text-transform: none;
}
.organization-status-change-log-item {
  margin-top: 4px;
}
.pad-bw-elements {
  margin: 5px 0px !important;
}
.pad-bw-elements a {
  color: #666666;
  margin-left: 10px;
}
.pad-bw-elements a:first-child {
  margin-left: 5px;
}
.navbar-top-links .dropdown-user.left-alignment {
  left: 0px !important;
}
input[name=template-content-radio]:checked + img:nth-child(n) + div::before {
  content: "x";
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 1px 4px;
  font-size: 12px;
  cursor: pointer;
  width: 16px;
  text-align: center;
  font-weight: bold;
  background: #5cb85c;
  color: #fff;
}
.template-content-item {
  position: relative;
  width: 100%;
}
.template-content-item .cross-btn {
  position: absolute;
  top: -10px;
  right: 10px;
}
.btn {
  margin-bottom: 10px;
}
.right-to-left {
  float: right;
}
@media (max-width: 540px) {
  .right-to-left {
    float: left;
    margin-bottom: 10px !important;
  }
}
.email-counter {
  position: relative;
}
.email-counter .emails-count {
  position: absolute;
  background: #5cb85c;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 14px 5px 10px;
  top: -10px;
  right: 0px;
  width: 37px;
}
.table-striped input[type="checkbox"] {
  margin-top: 2px !important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.selectbox-wrapper {
  position: relative;
}
.checked-club-box {
  padding: 1px 25px 1px 5px;
  background: #5bc0de;
  color: #fff;
  text-decoration: none !important;
  margin-right: 10px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
}
.checked-club-box a {
  position: absolute;
  top: 1px;
  right: 7px;
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}
select.form-control {
  background: url(../less/img/drop-down.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.club-compose-btns:hover {
  text-decoration: none !important;
}
* {
  outline-color: rgba(0, 0, 0, 0);
}
#select-clubs-link-btn {
  display: none;
}
.tag-system {
  float: left;
  padding: 9px 30px 9px 15px;
  height: auto;
  min-height: 52px;
  line-height: 21px;
}
.tag-system .club-select-txt {
  margin: 6px 0px;
  float: left;
}
.tag-system #select-clubs-btn {
  float: left;
}
.image-campaign-category .col-3 {
  padding-left: 5px;
  padding-right: 5px;
}
.image-campaign-category .col-3 label {
  margin: 0px;
}
.margin0 {
  margin: 0px !important;
}
.margin-bottom-15 {
  margin: 0px 0px 15px 0px;
}
.club-compose-campaigns .toggle-buttons {
  margin-bottom: 0px;
}
.modal-footer .btn {
  margin-bottom: 0px;
}
.modal-body {
  padding: 15px 0px;
}
.iphone-sms .iphone-screen .iphone-sms-content {
  height: 244px;
}
.iphone-sms .iphone-screen .iphone-screen-head {
  margin-bottom: 0px;
}
h3.hun-left {
  font-size: 22px !important;
  line-height: 30px;
}
.iphone-sms .iphone-screen .iphone-sms-content-wrapper {
  overflow: hidden;
}
.iphone-sms .iphone-screen .iphone-sms-content-wrapper .iphone-sms-content {
  width: 140%;
  padding-left: 20%;
  padding-right: 20%;
  margin-left: -15%;
}
.hundred {
  width: 163px;
}
.sidebar .navbar-top-links {
  display: none;
}
.navbar-collapse.in {
  padding: 0px 10px 0px 10px;
}
@media (max-width: 768px) {
  .navbar-default .navbar-top-links {
    display: none;
  }
  .sidebar .navbar-top-links {
    display: block;
  }
  .sidebar .navbar-top-links li.dropdown {
    border-bottom: none;
  }
  .sidebar .navbar-top-links .dropdown-menu {
    min-width: 190px;
    padding: 0px;
  }
  .sidebar .navbar-top-links .dropdown-menu li a {
    padding: 10px 10px;
    line-height: 0px;
  }
  .sidebar .navbar-top-links .dropdown-menu li a.email-counter .emails-count {
    top: 0px;
    padding: 19px 5px 16px;
  }
  .sidebar .navbar-top-links .dropdown-menu li:last-child {
    border-bottom: none;
  }
}
.club-name img,
.org-name img {
  max-width: 30px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  word-break: break-word;
}
.search-type-btns .btn {
  width: auto;
}
.records-count {
  text-align: right;
}
.bootstrap-select > .dropdown-toggle {
  padding-left: 15px;
}
.caret {
  border-top: 7px dashed;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
/*# sourceMappingURL=admin.css.map */