.lfr-simulation-panel {
  width: 350px; }
  .lfr-simulation-panel .custom-devices .form-control {
    padding: 8px 6px; }
  .lfr-simulation-panel .custom-devices .form-group {
    margin-bottom: 0; }
  .lfr-simulation-panel .default-devices {
    margin-bottom: 20px; }
  .lfr-simulation-panel .lfr-device-item {
    cursor: pointer; }
    .lfr-simulation-panel .lfr-device-item.selected .icon {
      background-color: #3A4D5A; }
  .lfr-simulation-panel .preview-info-message {
    background-color: #1B2228;
    margin: 20px;
    padding: 5px 20px; }

.lfr-device {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .lfr-device .modal-header {
    display: none; }
  .lfr-device.autosize {
    border-width: 0; }
  .lfr-device .lfr-device-size-status {
    position: absolute;
    width: 100%; }
    .lfr-device .lfr-device-size-status .lfr-device-size-status-content {
      display: inline-block;
      font-size: 11px;
      height: 22px;
      margin-left: 10px;
      margin-right: 10px;
      padding: 4px; }
    .lfr-device .lfr-device-size-status.b, .lfr-device .lfr-device-size-status.bl, .lfr-device .lfr-device-size-status.br {
      bottom: 10px; }
    .lfr-device .lfr-device-size-status.t, .lfr-device .lfr-device-size-status.tl, .lfr-device .lfr-device-size-status.tr {
      top: 10px; }
    .lfr-device .lfr-device-size-status.b, .lfr-device .lfr-device-size-status.t {
      text-align: center; }
    .lfr-device .lfr-device-size-status.r, .lfr-device .lfr-device-size-status.br, .lfr-device .lfr-device-size-status.tr {
      text-align: right; }
    .lfr-device .lfr-device-size-status.l, .lfr-device .lfr-device-size-status.bl, .lfr-device .lfr-device-size-status.tl {
      text-align: left; }
    .lfr-device .lfr-device-size-status.r, .lfr-device .lfr-device-size-status.l {
      margin-top: -15px;
      top: 50%; }
  .lfr-device:after {
    bottom: 10px;
    content: '';
    display: none;
    height: 30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 30px; }
  .lfr-device:before {
    content: '';
    display: none;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 20px; }
  .lfr-device.rotated:after {
    bottom: 0;
    left: 10px;
    margin: auto;
    right: auto;
    top: 0; }
  .lfr-device.rotated:before {
    bottom: 0;
    left: auto;
    margin: auto;
    right: 20px;
    top: 0; }
  .lfr-device.smartphone:after, .lfr-device.smartphone:before, .lfr-device.tablet:after, .lfr-device.tablet:before {
    display: block; }
  .lfr-device.smartphone {
    padding: 50px 10px; }
    .lfr-device.smartphone.rotated {
      padding: 10px 50px; }
      .lfr-device.smartphone.rotated:before {
        height: 50px;
        width: 5px; }
    .lfr-device.smartphone:before {
      height: 5px;
      width: 50px; }
  .lfr-device.tablet {
    padding: 50px 20px; }
    .lfr-device.tablet.rotated {
      padding: 20px 50px; }
      .lfr-device.tablet.rotated:before {
        height: 10px;
        width: 10px; }
    .lfr-device.tablet:before {
      height: 10px;
      width: 10px; }

.lfr-simulation-device {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 350px;
  top: 0;
  z-index: 500; }
  .lfr-simulation-device .modal-content {
    border-width: 0; }

.lfr-has-simulation-panel {
  overflow: hidden; }
  .lfr-has-simulation-panel .lfr-simulation-device {
    display: block; }

.lfr-simulation-device {
  background-color: rgba(255, 255, 255, 0.95); }
  .lfr-simulation-device .lfr-device-size-status-content {
    border-radius: 3px;
    box-shadow: 0 0 1px #FFF;
    opacity: 0.9; }
  .lfr-simulation-device .lfr-device:after, .lfr-simulation-device .lfr-device:before {
    box-shadow: #111 0 1px 0; }
  .lfr-simulation-device .lfr-device:after {
    border-radius: 15px; }
  .lfr-simulation-device .lfr-device.rotated:after, .lfr-simulation-device .lfr-device.rotated:before {
    box-shadow: #111 -1px 1px 0; }
  .lfr-simulation-device .lfr-device.smartphone, .lfr-simulation-device .lfr-device.tablet {
    border-radius: 25px; }
  .lfr-simulation-device .lfr-device.tablet:before {
    border-radius: 5px; }

.lfr-device .lfr-device-size-status .lfr-device-size-status-content {
  background-color: #000;
  color: #FFF; }

.lfr-device:after, .lfr-device:before {
  background: #666; }

.lfr-device.smartphone, .lfr-device.tablet {
  background: #333; }