/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14 juil. 2017, 11:32:44
    Author     : reier
*/
.thumbnail {
  position: relative;
}
.thumbnail .object-widget-container {
  z-index: 900;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #d7001c;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, rgba(169, 3, 41, 0) 54%, #d7001c 55%, #d7001c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(169, 3, 41, 0) 54%, #d7001c 55%, #d7001c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(169, 3, 41, 0) 54%, #d7001c 55%, #d7001c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 5px 5px 40px 40px;
  width: 70px;
  height: 70px;
}
.thumbnail .object-widget-container .widget-add-to-mail {
  background: none;
  border: 0;
  color: #ffffff;
  transition: color .2s;
}
.thumbnail .object-widget-container .widget-add-to-mail:hover {
  color: #dcdcdc;
}
#send-widget-view-object {
  z-index: 1000;
  background: white;
  border-top: 3px solid #D7001C;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  width: 400px;
  position: fixed;
  right: 10px;
  bottom: 0px;
  transition: all .2s;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.35);
}
#send-widget-view-object .widget-title {
  padding: 0px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#send-widget-view-object .widget-title h2 {
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  padding-bottom: 3px;
  color: #373737;
}
#send-widget-view-object .widget-title .right-button-group {
  float: right;
}
#send-widget-view-object .widget-title .right-button-group .button {
  height: 33px;
  font-size: 24px;
  background: none;
  border: none;
  color: #a7a2a2;
  transition: color .2s;
}
#send-widget-view-object .widget-title .right-button-group .button:hover {
  color: #8c8888;
}
#send-widget-view-object .widget-selection {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 5px;
  width: 100%;
}
#send-widget-view-object .widget-selection .widget-list-obj {
  height: 80px;
  padding: 0px;
  margin: 0px;
  position: relative;
}
#send-widget-view-object .widget-selection .widget-list-obj .img-style {
  height: 80px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#send-widget-view-object .widget-selection .widget-list-obj .img-style .hover-container {
  padding-top: 16px;
  font-size: 48px;
  line-height: 48px;
  height: 80px;
  color: #3c3c3c;
  background: white;
  width: 100%;
  opacity: 0;
  transition: all .3s;
  cursor: pointer;
}
#send-widget-view-object .widget-selection .widget-list-obj .img-style .hover-container:hover {
  color: #d7001c;
}
#send-widget-view-object .widget-selection .widget-list-obj .text {
  padding: 5px;
}
#send-widget-view-object .widget-selection .widget-list-obj .text .btn-open {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  font-size: 20px;
  line-height: 80px;
  padding: 6px;
  opacity: .5;
  transition: opacity .2s;
}
#send-widget-view-object .widget-selection .widget-list-obj .text .btn-open:hover {
  opacity: .8;
}
#send-widget-view-object .widget-selection .widget-list-obj .delete-interaction {
  z-index: 100;
  height: 80px;
  width: 150px;
  background: #d7001c;
  position: absolute;
  top: 0;
  box-shadow: inset -10px 0 10px -10px #000000;
  left: -150px;
  padding: 5px 15px;
  padding-top: 16px;
  text-align: center;
  color: white;
  cursor: pointer;
  transition: background .2s;
}
#send-widget-view-object .widget-selection .widget-list-obj .delete-interaction:hover {
  background: #a40015;
}
#send-widget-view-object .widget-selection .widget-list-obj:hover {
  background-color: rgba(215, 0, 28, 0.1);
}
#send-widget-view-object .widget-selection .widget-list-obj:hover .img-style .hover-container {
  opacity: 0.4;
}
#send-widget-view-object .widget-selection .widget-list-obj.selected {
  animation: delete-slide-show 0.5s;
  left: 150px;
}
#send-widget-view-object .widget-selection .widget-list-obj.not-selected {
  animation: delete-slide-hide 0.5s;
  left: 0px;
}
@keyframes delete-slide-show {
  from {
    left: 0px;
  }
  to {
    left: 150px;
  }
}
@keyframes delete-slide-hide {
  from {
    left: 150px;
  }
  to {
    left: 0px;
  }
}
#send-widget-view-object .widget-options {
  padding: 5px;
  margin-top: 3px;
  background: #d7001c;
  color: white;
  box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.42);
}
#send-widget-view-object .widget-options h3 {
  margin-top: 0px;
}
#send-widget-view-object .widget-options .button-action {
  background: none;
  border: 2px solid white;
  color: white;
  border-radius: 26px;
  height: 30px;
  min-width: 30px;
  transition: all .2s;
  padding-left: 10px;
  padding-right: 10px;
}
#send-widget-view-object .widget-options .button-action:hover {
  background: white;
  color: #d7001c;
}
#send-widget-view-object .widget-model {
  padding: 5px;
}
@media screen and (max-width: 500px) {
  #send-widget-view-object {
    left: 5px;
    right: 5px;
    width: auto;
  }
}
/*# sourceMappingURL=sendWidgetStyle.css.map */