/*-----------------------------------------------------------------
------------/\\\---------------------------------------------------
           /\\\\\           
          /\\\/\\\            4SELLERS Webshop
         /\\\/\/\\\           Copyright � 2016 logic-base GmbH
        /\\\/__\/\\\    
       /\\\\\\\\\\\\\\\\      Vars
       \///////////\\\//      Erstellung:	 2016-7 (MP)
                  \/\\\ 
-------------------\///------------------------------------------*/
/* Colors */
/* ------------------------------------------------------------- */
/* Highlight for inputs */
/*gr�n*/
/*orange*/
/*rot*/
/*hellgrau*/
/*gelb*/
/*dunkelgrau*/
/* ------------------------------------------------------------- */
/*  Fonts -> goes to child-theme */
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/*  Message-System */
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/*  Global Border */
/* ------------------------------------------------------------- */
/* Referenz zum Theme */

/* ---------------------------------------------------------- */

/*  Multi User Account */

/* ---------------------------------------------------------- */

.multi_user_account .multi_user_item {
  padding: 15px;
  position: relative;
  min-height: 135px;
  display: block;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
  margin-bottom: 30px;
}
.multi_user_account .multi_user_item:hover,
.multi_user_account .multi_user_item:active {
  background-color: #f5f5f5;
}
.multi_user_account .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.multi_user_account .overlay-inner {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
