
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}


.notes-tip{
  width: 9px;
  height: 46px;
  position: absolute;
  background: #ECCA70;
  background: linear-gradient(to bottom, #EECC72 0%, #FFF39E 100%) repeat scroll 0% 0% transparent;
  margin-top: -47px;
  border-width: 1px;
  border-color: #AF8F35 #AF8F35 #AF8F35 #72050C;
  border-style: solid;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  left: 50px;
  transition: all 1s ease;
  overflow: hidden;
  cursor: pointer;
  z-index: 20;
}
.notes-tip.notes-tip-expanded{
  width: 365px;
}
.notes-tip i{
  position: absolute;
  top: -2px;
  right: 0px;
  color: #444;
  width: 9px;
  height: 100px;
  line-height: 50px;
  padding-left: 4px;
  background-color: #DFBF65;
}
.notes-tip span{
  white-space: nowrap;
  display: block;
  color: #927F47;
  font-family: "Open Sans";
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  top: 6px;
  left: 8px;
  text-shadow: 1px 1px #D6C38B;
}
.notes-loading{
  position: relative;
  left: 50px;
  margin: 40px;
}
.notes-insert-loading{
  position: relative;
  margin: 10px;
  left: 115px;
}

.notes {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  width: 280px;
  position: absolute;
  z-index: 20;
  opacity: 1;
  border: 1px solid #d8e2ea;
  min-height: 80px;
  top: -15px;
  left: 60px;
  box-shadow: 8px 8px 18px #BBB;
  display: none;
  background: #FFF;
}
.notes::after {
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  z-index: -1;
  position: absolute;
  right: 0px;
  top: 25px;
  content: '';
  background: #BB0000;
  border-right: 1px solid #BB0000;
  width: 16px;
  height: 55px;
  display: block;
}
.notes .arrow .outer,
.notes .arrow .inner {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 70px;
  left: -36px;
  border-color: transparent;
  border-width: 18px;
  border-style: solid;
  border-right-color: #FFF;
  z-index: 2;
}
.notes .arrow .outer {
  top: 68px;
  left: -40px;
  border-width: 20px;
  border-right-color: #d8e2ea;
}
.notes .notes-header {
  position: absolute;
  left: 135px;
  top: -13px;
  z-index: 1;
  display: inline-block;
  color: #BB0000;
  background: #fff;
  font-weight: bold;
  border: 1px solid #BB0000;
  width: auto;
  padding: 12px 30px;
  font-size: 20px;
}
.notes .notes-body {
  background: #fff;
  padding: 48px 25px 10px;
  min-height: 80px;
  max-height: 420px;
  overflow-y: auto;
}
.notes .notes-body .notes-no-note {
  display: none;
  margin: 10px;
  font-size: 13px;
}
.notes .notes-body .note {
  border-bottom: 1px solid #d8e2ea;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.notes .notes-body .note:last-child {
  margin-bottom: 0px;
}
.notes .notes-body .note .note-content {
  font-size: 13px;
  padding: 0px;
  margin-bottom: 5px;
}
.notes .notes-body .note .note-content.note-content-expandable::after {
  content: '...';
}
.notes .notes-body .note .note-content .note-expandable-part {
  display: none;
}
.notes .notes-body .note .note-info {
  display: block;
  font-size: 11px;
  margin: 0px;
  padding: 3px;
  height: 14.4px;
}
.notes .notes-body .note .note-info .note-date {
  color: gray;
  float: right;
  margin-right: 4px;
}
.notes .notes-body .note .note-info .note-icons {
  float: right;
  color: gray;
  margin-left: 2px;
}
.notes .notes-body .note .note-info .note-icons .fa {
  cursor: pointer;
}
.notes .notes-body .note .note-info .note-toggle-content {
  color: #3467C9;
  text-decoration: none;
}
.notes .notes-body .note .note-info .note-toggle-content:hover {
  text-decoration: underline;
}
.notes .notes-footer {
  padding: 0px;
  position: relative;
  line-height: 0.9;
  background: #FFF;
  margin-top: 10px;
}
.notes .notes-footer .notes-new-content {
  font-size: 14px;
  margin-left: 25px;
  margin-bottom: 10px;
  width: 180px;
  min-height: 30px;
  height: 30px;
  resize: vertical;
  border: 1px solid #d8e2ea;
  padding: 4px;
  line-height: 1.25;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  overflow: hidden;
}
.notes .notes-footer .notes-new-btn {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.btns {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btns:hover, .btns:active, .btns:focus {
  color: #333;
  text-decoration: none;
}

.btns-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btns.btns-green {
  color: #FFF;
  background-color: #5CB85C;
  border-color: #4CAE4C;
}
.btns.btns-green:hover, .btns.btns-green:active, .btns.btns-green:focus {
  color: #FFF;
  background-color: #449D44;
  border-color: #398439;
}

.btns.btns-red {
  color: #FFF;
  background-color: #C9302C;
  border-color: #AC2925;
}
.btns.btns-red:hover, .btns.btns-red:active, .btns.btns-red:focus {
  color: #FFF;
  background-color: #C9302C;
  border-color: #AC2925;
}
