/* ---------------------------------------------------------------- */
/* ------------------- plugins/stripe/style.css ---------------- */
/* ---------------------------------------------------------------- */
#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;
  border-bottom: 1px #202935 solid;
  background: url("img/edit_tor_web_logo_mini_black.png") center top 5px no-repeat #11171f;
  background-size: 50px 30px;
  padding: 0px 10px 0 10px;
  /*z-index: 100101;*/
  z-index: 9900;
  text-align: left;
  color: #cacaca;
  text-decoration: none;
  font-family: Calibri, 'Lucida Sans Unicode', sans-serif;
  font-size: 14px;

}
#stripe .stripe-content {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
#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: Calibri, "Lucida Sans Unicode", sans-serif;
  font-size: 14px;
}
#stripe .on{
  background-color: #b5b5b5;
  color: #000;
}
#stripe .off{
  background-color: #11171f;
  color: #cacaca;
}
#stripe :hover.off{
  background-color: #b5b5b5;
  color: #000;
}
/* --------------- A ---------------  */
#stripe a{
    color: #cacaca;
    text-decoration: none;
    font-weight: bold;
    height: 40px;
    background-color: rgba(17, 23, 31, 0.81);
    padding: 10px 5px;
    position: relative;
    float: left;
    margin-left: 1px;
    font-family: Calibri, "Lucida Sans Unicode", sans-serif;
}
#stripe a:hover{
    color: #000;
    background-color: #b5b5b5;
}

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;
}