.create-form-container {
  padding: 15px;
  background-color: #f1f1f1;
}
#country-to-include-exclude {
  height: 200px;
}
.btn-ofm {
  background-color: #00b8e2;
  border-color: #00b8e2;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0,0,0,0.25);
  background-color: #ba1c7a;
  background-image: -moz-linear-gradient(top,#00b8e2,#007995);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00b8e2),to(#007995));
  background-image: -webkit-linear-gradient(top,#00b8e2,#007995);
  background-image: -o-linear-gradient(top,#00b8e2,#007995);
  background-image: linear-gradient(to bottom,#00b8e2,#007995);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00b8e2', endColorstr='#ff9f1868', GradientType=0);
  border-color: #1eb8e2;
}
.ofmheader {
  background-color: #000;
  height: 100px;
}
i.icon-panel {
  background: url('/assets/img/all-icons.png') no-repeat;
  display: inline-table;
  margin-right: 8px;
  padding: 0px;
  font-size: inherit;
  text-rendering: auto;
  text-align: center;
  vertical-align: middle;
}
.ofmheader i.icon-sm {
  width: 24px;
  height: 30px;
  background-size: 100%;
}
.icon-sm.icon-chat-white {
  background-position: 0 -137px;
}
.icon-sm.icon-lock-white {
  background-position: 0 -168px;
}
.icon-sm.icon-telephone-white {
  background-position: 0 -80px;
}
.ofmheader .secure {
  margin-top: 27px;
  max-width: 600px;
}
.secure span {
  color: white;
  margin-right: 20px;
}
div.intro-header, div.intro-header-bar {
  background-image: url("/assets/img/bg-header.jpg");
  margin-bottom: 15px;
  min-height: 40px;
  background-position: center;
}
.btn {
  margin-bottom: 20px;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #002f5d; /* Black*/
  overflow: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.leaderboard-table thead tr.heading > th{
  background-color: #00b8e2;
  color: #fff;
  font-weight: unset;
}
