
.mp-popup-bg{
  position:fixed;
  width:100%;
  height:100vh;
  background:#222222dd;
  top:0px;
  left:0px;
  overflow:hidden;
}

.mp-popup-close{
  position:absolute;
  top:20px;
  right:30px;
  width:30px;
  height:30px;
  line-height:30px;
  box-sizing:border-box;
  text-align:center;
  font-size:20px;
  background:#fff;
  border-radius:50%;
  cursor:pointer;
}

.mp-popup-content{
  position:absolute;
  top:70px;
  left:30px;
  width:calc(100% - 60px);
  height:calc(100% - 100px);
  background:#fff;
  border-radius:8px;
  overflow:hidden;
  border: solid 2px #fff;
}

.mp-popup-close:hover{
  opacity:0.7;
}

.mp-container{
  position:relative;
  box-sizing:border-box;
  clear:both;
  min-height:100%;
  font-family:tahoma;
  font-size:14px;
  background:#888;
  padding:10px;
  
}
.mp-container div, .mp-container span{
  box-sizing:border-box;
}

.mp-search-input{
  float: right;
  margin: 4px;
  border-radius: 4px;
  border: 0px;
  padding: 4px;
  height: 35px;
  box-sizing: border-box;      
}

.mp-action-bar{
  z-index:2;
  /* position:fixed;
  opacity:0.5; */
  top:0px;
  left:0px;
  width:100%;
  box-sizing:border-box;
  /* border-radius:0px 0px 8px 8px; */
  background:#333;
  padding:10px;
  overflow:hidden;
  border:solid 1px #888;
  transition:0.5s;
}

.mp-action-bar:hover{
  opacity:1;
}

.mp-button{
  cursor:pointer;
  background:#f60;
  padding:8px 20px 8px 20px;
  color:#fff;
  float:right;
  border-radius:4px;
  margin:4px;
}

.mp-button:hover{
  opacity:0.5;
}

.mp-container input, .mp-container select, .mp-container textarea {
  border-radius:4px;
  padding:3px;
  box-sizing:border-box;
  border:solid 1px #aaa;
  margin:0px;
}


.mp-items-list{
  position:relative;
  box-sizing:border-box;
}

.mp-browser-hdd{

  position:absolute;
  bottom:0px;
  left:0px;
  width:100%;
}

.mp-items-external{
  width:100%;
  height:400px;
  padding:10px;      
}

.mp-items-external-iframe{      
  border:0px;
  width:100%;
  height:100%;
}

/* -- ITEM --  */

.mp-label{
  padding:5px;
  background:#f0f0f0;
  color:#fff;
  display:block;
  color:#555;
  margin-bottom:8px;
  clear:both;
  border-radius:4px;
  font-size:14px;
}

.mp-lang{
  background: #aaa;
  color: #fff;
  font-size: 12px;
  border-radius: 4px 0px 0px 4px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  box-sizing: border-box;
  width: 24px;
  text-align: center;
  
}

.mp-lang2{
  background: #aaa;
  color: #fff;
  font-size: 12px;
  border-radius: 4px 0px 0px 4px;
  height: 60px;
  line-height: 24px;
  display: inline-block;
  box-sizing: border-box;
  width: 24px;
  text-align: center;
  position: absolute;
  top:4px;
}

.mp-lang-textarea{
  height:60px;
  width:240px;
  border-radius: 0px 4px 4px 0px !important;
  margin-left:24px !important;
}

.mp-lang-edit{
  border-radius: 0px 4px 4px 0px !important;
  height:26px;
  box-sizing:border-box;
  width:240px;
}

.mp-item{
  position: relative;
  width: 100%;
  float: left;
  background: #333;
  border-radius: 8px;
  margin-bottom: 8px;
}

.mp-item-image-container{
  margin:10px;
  float:left;
  width:320px;
  background-color:#333;
  min-height:200px;    
}

.mp-item-options{
  box-sizing:border-box;
  float:left;
  width:calc(100% - 360px);
  background:#fff;      
  margin:10px 10px 10px 0px;
  border-radius:8px;
}
