@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&family=Ubuntu&display=swap');

html {
  font-family: 'Roboto', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Custom Start */

.article, .comments {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.greyText {
  color: grey;
}

.help-block {
  font-size: small;
}

.tabs {
  display: none;
}

/* LOCKER */

#offerContainer {
  background: rgba(238, 238, 238, 0.5);
  padding: 5px 10px;
}

.itm {
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  cursor: pointer;
  display: block;
  margin: 10px auto;
  position: relative;
  text-align: left;
  white-space: normal;
  background: #fff;
  padding: 10px;
  max-width: 600px;
  width: 100%;
  min-height: 120px;
  min-width: 160px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cta {
  min-height: 80px;
  cursor: default;
  font-weight: 400;
}

.info {
  color: #737373;
  font-size: 13px;
  padding-left: 5px;
  display: inline-block;
}

.offimg {
  height: 100px;
  width: 100px;
  float: left;
  margin-right: 20px;
  display: inline;
}

.offtitle {
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #212121;
  font-size: 20px;
  line-height: 24px;
  max-height: 48px;
}

.offdesc {
  color: #689f38;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  font-weight: 400;
}

.loader, .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  overflow: hidden;
  margin: 5px;
  font-size: 4px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(104, 159, 56, .2);
  border-right: 1.1em solid rgba(104, 159, 56, .2);
  border-bottom: 1.1em solid rgba(104, 159, 56, .2);
  border-left: 1.1em solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.error {
  color: red;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

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

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

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

.compatibility-info-img {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-bottom: -4px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAa0lEQVR4Aa2SsRHAIAwDGcGj0GY7ZsoaWcIjZANFhdNwanzCd99g8QfgAcDinOCv+7mCLJIERdZaVEwLGJjkJVBUb0oBG6E3S0kowdrDo0pIlhJkQ5BKgA5S0DgBzl/Bf0T3G+1BckbZwRd8nz+I9YppZroAAAAASUVORK5CYII=);
}

/* LOCKER END */

#theTerminal {
  border-radius: 0px !important;
}

.modal-content {
  border-radius: 0px !important;
}

.form-control {
  border-radius: 0px !important;
}

.btn-default {
  background: #24b54b !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0px !important;
}

.btn-default:hover {
  background: #1fa142 !important;
}

.fbHeader {
  background: black !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.activityHeader {
  background: black !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
}

.panel-default {
  border: none !important;
  border-radius: 0 !important;
}

#Input1 {
  background: url('../img/1.png') no-repeat 10px center transparent;
  padding-left: 40px;
}

body {
  font-family: 'Roboto', sans-serif;
  padding-top: 50px;
}

b:link, b:visited {
  color: green;
  text-decoration: none;
}

/* Custom End */

body {
  margin: 0;
}

article, details, header, section, summary {
  display: block;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

b, strong {
  font-weight: 700;
}

img {
  border: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

button, input {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button, html input[type='button'], input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' ('attr(href) ')';
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  .label {
    border: 1px solid #000;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input, button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

.img-rounded {
  border-radius: 6px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

h4, h5, .h4, .h5 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h4, .h4, h5, .h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}

.text-center {
  text-align: center;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul {
  margin-bottom: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-md-3, .col-md-9, .col-xs-10, .col-xs-12, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 992px) {
  .col-md-3, .col-md-9, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-3 {
    width: 25%;
  }
}

th {
  text-align: left;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

input[type='search'] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type='time'] {
    line-height: 34px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active {
  background-image: none;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type='submit'].btn-block, input[type='button'].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover, a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default>.panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.container:before, .container:after, .row:before, .row:after, .panel-body:before, .panel-body:after {
  content: ' ';
  display: table;
}

.container:after, .row:after, .panel-body:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hide {
  display: none !important;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

@-ms-viewport {
  width: device-width;
}

#logo {
  width: 130px;
}

section {
  border: 1px solid #ececec;
  padding: 10px;
  padding-bottom: 0;
  background: #f9f9f9;
}

/* Customize container */

@media (min-width: 768px) {
  .container {
    max-width: 632px;
  }
}

@media (max-width: 1199px) {
  #logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  #panelFirst {
    text-align: center;
  }
}

@media (max-width: 480px) {
  #loader {
    width: 180px;
  }

  #logo {
    width: 100px;
  }

  .offtitle {
    font-size: 16px;
  }

  .offdesc {
    font-size: 13px;
    line-height: 20px;
  }

  .offimg {
    height: 65px;
    width: 65px;
  }

  .panel-heading {
    padding: 5px 15px;
  }

  .itm {
    min-height: 85px;
  }
}

/**/

/* Valid Form Styles */

/**/

input.valid {
  border-color: #00b900 !important;
}

#InputUsername {
  background: url('../img/username.png') no-repeat 5px center transparent;
  background-size: 32px 32px;
  padding-left: 40px;
}

#onlineActivity {
  color: #00b900;
}

#panelFirst {
  border-bottom: 1px solid #ececec;
}

#commentUsername {
  color: #3b5998;
  font-weight: 700;
}

#commentUsername:hover {
  text-decoration: underline;
  cursor: pointer;
}

.form-control {
  border: 2px solid #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

label {
  font-weight: 400;
}

.btn {
  color: #808080;
  border: 2px solid #cccccc;
  -webkit-transition: border-color ease-in-out 0.3s, background ease-in-out 0.3s, color ease-in-out 0.3s;
  -o-transition: border-color ease-in-out 0.3s, background ease-in-out 0.3s, color ease-in-out 0.3s;
  transition: border-color ease-in-out 0.3s, background ease-in-out 0.3s, color ease-in-out 0.3s;
}

.btn:focus, .btn:active:focus {
  outline: 0;
}

.btn:hover, .btn:focus {
  text-decoration: none;
  background: #66afe9;
  border: 2px solid #66afe9;
  color: #ffffff;
}

.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.offer {
  padding: 6px;
  margin: 6px;
  color: #0e95ff;
  border-radius: 3px;
  -webkit-transition: color ease-in-out 0.3s, font-size ease-in-out 0.3s;
  -o-transition: color ease-in-out 0.3s, font-size ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, font-size ease-in-out 0.3s;
}

.offer:hover, .offer:focus {
  color: #0e77d3;
  text-decoration: none;
  font-size: 16px;
}

#terminalHeader {
  font-family: 'Ubuntu', sans-serif;
  background: #000000;
  font-weight: 400;
  color: #e2e2e2;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: none;
}

#terminalBody {
  font-family: 'Ubuntu', sans-serif;
  background: #161616;
  color: #e2e2e2;
}

.panel {
  border-width: 2px;
}

.panel-default>.panel-heading {
  color: #676767;
  background-color: #ffffff;
  font-weight: 700;
}

.panel-footer {
  background-color: #f7f7f7;
}

#theTerminal {
  border: none;
}

#modalTrigger {
  padding: 6px 36px;
  margin: 15px 0;
}

.spinner {
  margin: 200px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 18px;
}

.spinner>div {
  background-color: #ffffff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  -o-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.comments-section .commentsMain {
  margin: 10px 0 0 0;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #000000;
}

.comments-section .commentsUL:before {
  width: 9px;
  content: ' ';
  position: absolute;
  left: 30px;
  top: 0px;
  height: 5px;
}

.comments-section .commentsUL {
  background-color: #e9eaed;
  /*margin: 0;*/
  padding: 0;
}

.comments-section .commentsUL li {
  padding: 5px;
  list-style: none;
  /*margin: 5px 0 5px 0;*/
  padding: 4px;
  word-wrap: break-word;
  border-bottom: 1px solid #fff;
}

.comments-section .marginText {
  margin-left: 7px;
}

.comments-section .commentInput {
  margin-top: 1px;
  display: block;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #ccc9c9;
  background-position: right 10px bottom 7px;
  padding-right: 50px;
  padding-left: 5px;
  background-color: #fff;
}

.comments-section .commentInputBox {
  margin-left: 10px;
}