/**
 * Upload 360 view (add media) plugin page styles
 */


/**
 * Wrapper for the elements on the page
 */
#yofla360_plugin_media_wrapper {
  height: 100%;
}
#yofla360_plugin_media_wrapper h1{
  background-color: #23282E;
  color: white;
  border-radius: 7px;
  padding: 5px;
  margin: 20px 0;
}



/**
 * List section
 */
#yofla360_plugin_media_list {

}

ul.products_list {
  margin-left: 10px;
}

ul.products_list li {
  list-style: disc;
  margin-left: 10px;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 25px;
}

ul.products_list li.invalid {
  list-style: square;
  margin-left: 10px;
  color: #444 !important;
  font-weight: normal;
}


ul.products_list li span.action {
  text-decoration: underline;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
  
}


ul.products_list li span.invalid {
  font-size: 13px;
  font-weight: normal;
}

.yofla360_cloud_projects_wrapper {
  margin-bottom: 30px;   
}

.yofla360_cloud_projects {

}

.yofla360_cloud_projects__item {
  width: 180px;
  height: 272px;
  display: inline-block;
  border: 1px solid silver;
  margin: 5px;
  overflow: hidden;
}

.yofla360_cloud_projects__item-image-wrapper {
  width: 180px;
  height: 120px;
  overflow: hidden;
  background: gray;
  border-bottom: 3px solid darkgray;
}

.yofla360_cloud_projects__item-image-thumb{
  width: 200px;
  height: auto;
}

.yofla360_cloud_projects__item-title{
  margin-top: 5px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 0px;
  padding: 0px;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yofla360_cloud_projects__item-date{
 font-size: 9px;
}

.yofla360_cloud_projects__item-description{
  margin: 3px;
}

.yofla360_cloud_projects__item-description > p {
  margin: 2px;
}

.yofla360_cloud_projects__item-description > button {
  color: gray;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 0px;
  float: left;
}

.yofla360_cloud_projects__button-preview{

}

.yofla360_cloud_projects__item-description > button:hover {
  color: black;
}

.yofla360_cloud_projects__input{
  font-size: 10px;
  padding: 2px;
  margin: 0;
  width: 172px;
  height: 17px;
}

.yofla360_cloud_projects__item-copiedNote{
  size: 10px;
  color: green;
  float: right;
  margin-top: 12px;
  margin-right: 4px;
  display: none;
}
