/* ---------------------------------------------------------------- */
/* ------------------- plugins/stripe/style.css ---------------- */
/* ---------------------------------------------------------------- */
@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,400italic);
#stripe-placeholder {
  width: 100%;
  background-color: #11171f;
  height: 41px;
}

#stripe {
  font-family: calibri, arial, sans-serif;
}

#stripe * {
  box-sizing: border-box;
}

#stripe {
  width: 100%;
  position: fixed;
  top: 0;
  /*background: url("img/edit_tor_web_logo_mini_black.png") center top 5px no-repeat #11171f;*/
  background-size: 50px 30px;
  /*z-index: 100101;*/
  z-index: 9900;
  text-align: left;
  color: #cacaca;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;

}
#stripe .stripe-content {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#stripe .stripe-content .fa {
  /*min-width: 16px;*/
}
#stripe p {
  display: inline;
}
#stripe #log {
  background-color: #d7e8ff;
  width: 100%;
  min-height: 20px;
  padding: 10px 5px;
  color: #000;

}
#stripe .stripe-left {
  float: left;
}
/* --------------- BUTTON ---------------  */
#stripe button{
  height: 40px;
  border: none;
  margin-left: 1px;
  padding: 10px 5px;
  top: 0;
  position: relative;
  float: left;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}
#stripe a.on{
  background-color: #b5b5b5;
  color: #000;
}
#stripe .off{
  background-color: #11171f;
  color: #cacaca;
}
#stripe :hover.off{
  background-color: #fff;
  color: #0E0E0E;
}
/* --------------- A ---------------  */
#stripe a{
  color: #cacaca;
  text-decoration: none;
  font-weight: 200;
  height: 40px;
  background-color: #0E0E0E;
  padding: 10px 5px;
  position: relative;
  float: left;
  /*margin-left: 1px;*/
  font-family: "Source Sans Pro", sans-serif
}
#stripe a:hover{
  color: #000;
  background-color: #fff;
}

a .stripe-links{
  top: 11px;
  position: relative;
  float: left;
}
#stripe .stripe-right {
  float: right;
}
#stripe .stripe-right a .stripe-links div{
  position: relative;
  float: left;
}
#stripe .stripe-right a .stripe-links span.off{
  width: 30px;
  height: 30px;
  /*background: url("img/log_out_mini.png") center top no-repeat;*/
  display: block;
  position: relative;
  float: left;
  margin-left: 5px;
  margin-top: -3px;
  font-size: 140%;
}
#stripe .stripe-right a:hover .stripe-links span.off{
  /*background: url("img/log_out_dark.png");*/

}
#stripe * {
  box-sizing: border-box;
}

#stripe {
  width: 100%;
  position: fixed;
  top: 0;
  /*background: url("img/edit_tor_web_logo_mini_black.png") center top 5px no-repeat #11171f;*/
  background-size: 50px 30px;
  /*z-index: 100101;*/
  z-index: 9900;
  text-align: left;
  color: #cacaca;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;

}
#stripe .stripe-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#stripe .stripe-content .fa {
  /*min-width: 16px;*/
}
#stripe p {
  display: inline;
}
#stripe #log {
  background-color: #d7e8ff;
  width: 100%;
  min-height: 20px;
  padding: 10px 5px;
  color: #000;

}
#stripe .stripe-left {
  float: left;
}
/* --------------- BUTTON ---------------  */
#stripe button{
  height: 40px;
  border: none;
  margin-left: 1px;
  padding: 10px 5px;
  top: 0;
  position: relative;
  float: left;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}
#stripe a.on{
  background-color: #b5b5b5;
  color: #000;
}
#stripe .off{
  background-color: #0E0E0E;
  color: #cacaca;
}
#stripe :hover.off{
  background-color: #fff;
  color: #0E0E0E;
}
/* --------------- A ---------------  */
#stripe a{
  color: #cacaca;
  text-decoration: none;
  font-weight: 200;
  height: 40px;
  background-color: #0E0E0E;
  padding: 10px 5px;
  position: relative;
  float: left;
  /*margin-left: 1px;*/
  font-family: "Source Sans Pro", sans-serif
}
#stripe a:hover{
  color: #000;
  background-color: #fff;
}

a .stripe-links{
  top: 11px;
  position: relative;
  float: left;
}
#stripe .stripe-right {
  float: right;
}
#stripe .stripe-right a .stripe-links div{
  position: relative;
  float: left;
}
#stripe .stripe-right a .stripe-links span.off{
  width: 30px;
  height: 30px;
  /*background: url("img/log_out_mini.png") center top no-repeat;*/
  display: block;
  position: relative;
  float: left;
  margin-left: 5px;
  margin-top: -3px;
  font-size: 140%;
}
#stripe .stripe-right a:hover .stripe-links span.off{
  /*background: url("img/log_out_dark.png");*/

}

div.editor-mode-container {
  overflow: hidden;
  background-color: #F0F0F0;
  display: block;
  float: right;
  padding: 5px;
  margin-left: 10px;
  font-size: 11pt;
  font-family: calibri, sans-serif;

  position: absolute;
  top: 0;
  right: 0;
}

div.editor-mode-container a{
  background-color: inherit !important;
  font-family: inherit !important;
  color: #000 !important;
  display: inline !important;
  border: none !important;
  font-weight: normal !important;
  text-decoration: underline !important;
}

body.isModerator .fancybox-overlay {
  z-index: 10000 !important;
}
.brand-logo{
  width: 140px;
  padding: 3px 0 !important;
}
.brand-logo:hover{
  background: #0F0F0F !important;
}
