﻿/*
    Note that this code is generated via SASS in (Amanecer)Ed.Assessments.Delivery.Web/Areas/Players/Assets/css/shared/_sticky-notes.scss
    Ask Rick if we can include SASS compiling capabilities to (PLE)Ed.ContentDelivery.App/Assets/css

*/

.sticky-note-modal {
  z-index: 3000;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 350px;
  cursor: move;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important; }
  .sticky-note-modal-content {
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 100%; }

.sticky-note-container {
  padding: 0.03em 16px;
  position: relative; }
  .sticky-note-container:after {
    content: "";
    display: table;
    clear: both; }

.sticky-note-section {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.sticky-note-usertxt {
  margin: 0;
  padding: 0;
  resize: none;
  width: 100%;
  min-height: 250px; }

.sticky-note-btn {
  border: none;
  display: inline-block;
  outline: 0;
  padding: 6px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none !important;
  color: #fff;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .sticky-note-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.sticky-note-red {
  color: #fff !important;
  background-color: #f44336 !important; }

.sticky-note-green {
  color: #fff !important;
  background-color: #4CAF50 !important; }

.sticky-note-center {
  text-align: center !important; }

.sticky-note-closebtn, .sticky-note-hover-red {
  font-size: 32px;
  font-weight: bolder;
  -webkit-transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s,filter 0.3s;
  transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s,filter 0.3s; }
  .sticky-note-closebtn:hover, .sticky-note-closebtn:focus, .sticky-note-hover-red:hover, .sticky-note-hover-red:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer; }

.sticky-note-closebtn {
    font-size:14px;
  background-color: #fff;
  border: none;
  padding: 8px;
  margin: 8px 0 0; }

.sticky-note-hover-red:hover {
  color: #fff !important;
  background-color: #f44336 !important; }

.sticky-note-padding-8 {
  padding: 8px !important; }

.sticky-note-padding-16 {
  padding: 16px !important; }

.sticky-note-display-right {
  float: right; }

.sticky-note-display-left {
  float: left; }

.sticky-note-animate-zoom {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s; }

#turn-on-sticky {
  width: 100%;
  height: 45px;
  font-family: inherit;
  background-color: #009EDB !important;
  border: 3px solid #009EDB;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  margin: 0px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  outline: none; }
  #turn-on-sticky:hover {
    background-color: #00689E !important; }
  #turn-on-sticky.on {
    background-color: #CCCCCC !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; }

.sticky-note-anchor {
  position: relative;
  display: inline-block;
  border-bottom: 1px dashed #F0642F;
  cursor: pointer;
  margin-right: 10px;
  min-height: 12px; }
  .sticky-note-anchor:after {
    content: "\f249";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 10px;
    color: #F0642F;
    top: -3px;
    right: -10px;
    z-index: 0; }
  .sticky-note-anchor.not-precise {
    border-bottom: 1px dashed #9C9C9C; }
    .sticky-note-anchor.not-precise:after {
      color: #9C9C9C; }

#stickyNotesContainer #ed-tool-sticky-notes-toolbar label, #stickyNotesContainer #ed-tool-sticky-notes-toolbar span {
  display: none; }

#stickyNotesContainer #turn-on-sticky {
  border: 1px solid #009EDB !important;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25); }