﻿/*@license textAngularAuthor : Austin AndersonLicense : 2013 MITVersion 1.3.7See README.md or https://github.com/fraywing/textAngular/wiki for requirements and use.*/.ta-hidden-input {
                                                                                                                                                                          border: none;
                                                                                                                                                                          height: 1px;
                                                                                                                                                                          left: -10000px;
                                                                                                                                                                          margin: 0;
                                                                                                                                                                          opacity: 0;
                                                                                                                                                                          overflow: hidden;
                                                                                                                                                                          padding: 0;
                                                                                                                                                                          position: absolute;
                                                                                                                                                                          top: -10000px;
                                                                                                                                                                          width: 1px;
                                                                                                                                                                      }

                                                                                                                                                                      /* add generic styling for the editor */

                                                                                                                                                                      .ta-root.focussed > .ta-scroll-window.form-control {
                                                                                                                                                                          -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
                                                                                                                                                                          -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
                                                                                                                                                                          border-color: #66afe9;
                                                                                                                                                                          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
                                                                                                                                                                          outline: 0;
                                                                                                                                                                      }

                                                                                                                                                                      .ta-editor.ta-html, .ta-scroll-window.form-control {
                                                                                                                                                                          font-family: inherit;
                                                                                                                                                                          font-size: 100%;
                                                                                                                                                                          height: auto;
                                                                                                                                                                          min-height: 300px;
                                                                                                                                                                          overflow: auto;
                                                                                                                                                                      }

                                                                                                                                                                      .ta-scroll-window.form-control {
                                                                                                                                                                          padding: 0;
                                                                                                                                                                          position: relative;
                                                                                                                                                                      }

                                                                                                                                                                      .ta-scroll-window > .ta-bind {
                                                                                                                                                                          height: auto;
                                                                                                                                                                          min-height: 300px;
                                                                                                                                                                          padding: 6px 12px;
                                                                                                                                                                      }

                                                                                                                                                                      .ta-editor:focus { user-select: text; }

                                                                                                                                                                      /* add the styling for the awesomness of the resizer */

                                                                                                                                                                      .ta-resizer-handle-overlay {
                                                                                                                                                                          display: none;
                                                                                                                                                                          position: absolute;
                                                                                                                                                                          z-index: 100;
                                                                                                                                                                      }

                                                                                                                                                                      .ta-resizer-handle-overlay > .ta-resizer-handle-info {
                                                                                                                                                                          background-color: #FFF;
                                                                                                                                                                          border: 1px solid black;
                                                                                                                                                                          bottom: 16px;
                                                                                                                                                                          opacity: 0.7;
                                                                                                                                                                          padding: 0 4px;
                                                                                                                                                                          position: absolute;
                                                                                                                                                                          right: 16px;
                                                                                                                                                                      }

                                                                                                                                                                      .ta-resizer-handle-overlay > .ta-resizer-handle-background {
                                                                                                                                                                          background-color: rgba(0, 0, 0, 0.2);
                                                                                                                                                                          border: 1px solid black;
                                                                                                                                                                          bottom: 5px;
                                                                                                                                                                          left: 5px;
                                                                                                                                                                          position: absolute;
                                                                                                                                                                          right: 5px;
                                                                                                                                                                          top: 5px;
                                                                                                                                                                      }

                                                                                                                                                                      .ta-resizer-handle-overlay > .ta-resizer-handle-corner {
                                                                                                                                                                          height: 10px;
                                                                                                                                                                          position: absolute;
                                                                                                                                                                          width: 10px;
                                                                                                                                                                      }

                                                                                                                                                                      .ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl {
                                                                                                                                                                          border-left: 1px solid black;
                                                                                                                                                                          border-top: 1px solid black;
                                                                                                                                                                          left: 0;
                                                                                                                                                                          top: 0;
                                                                                                                                                                      }

                                                                                                                                                                      .ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr {
                                                                                                                                                                          border-right: 1px solid black;
                                                                                                                                                                          border-top: 1px solid black;
                                                                                                                                                                          right: 0;
                                                                                                                                                                          top: 0;
                                                                                                                                                                      }

                                                                                                                                                                      .ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl {
                                                                                                                                                                          border-bottom: 1px solid black;
                                                                                                                                                                          border-left: 1px solid black;
                                                                                                                                                                          bottom: 0;
                                                                                                                                                                          left: 0;
                                                                                                                                                                      }

                                                                                                                                                                      .ta-resizer-handle-overlay > .ta-resizer-handle-corner-br {
                                                                                                                                                                          background-color: white;
                                                                                                                                                                          border: 1px solid black;
                                                                                                                                                                          bottom: 0;
                                                                                                                                                                          cursor: se-resize;
                                                                                                                                                                          right: 0;
                                                                                                                                                                      }

                                                                                                                                                                      /* copy the popover code from bootstrap so this will work even without it */

                                                                                                                                                                      .popover {
                                                                                                                                                                          -webkit-background-clip: padding-box;
                                                                                                                                                                          -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
                                                                                                                                                                          background-clip: padding-box;
                                                                                                                                                                          background-color: #fff;
                                                                                                                                                                          border: 1px solid #ccc;
                                                                                                                                                                          border: 1px solid rgba(0, 0, 0, .2);
                                                                                                                                                                          border-radius: 6px;
                                                                                                                                                                          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
                                                                                                                                                                          display: none;
                                                                                                                                                                          font-size: 14px;
                                                                                                                                                                          font-weight: normal;
                                                                                                                                                                          left: 0;
                                                                                                                                                                          line-height: 1.42857143;
                                                                                                                                                                          max-width: 276px;
                                                                                                                                                                          padding: 1px;
                                                                                                                                                                          position: absolute;
                                                                                                                                                                          text-align: left;
                                                                                                                                                                          top: 0;
                                                                                                                                                                          white-space: normal;
                                                                                                                                                                          z-index: 1060;
                                                                                                                                                                      }

                                                                                                                                                                      .popover.top { margin-top: -10px; }

                                                                                                                                                                      .popover.bottom { margin-top: 10px; }

                                                                                                                                                                      .popover-title {
                                                                                                                                                                          background-color: #f7f7f7;
                                                                                                                                                                          border-bottom: 1px solid #ebebeb;
                                                                                                                                                                          border-radius: 5px 5px 0 0;
                                                                                                                                                                          font-size: 14px;
                                                                                                                                                                          margin: 0;
                                                                                                                                                                          padding: 8px 14px;
                                                                                                                                                                      }

                                                                                                                                                                      .popover-content { padding: 9px 14px; }

                                                                                                                                                                      .popover > .arrow, .popover > .arrow:after {
                                                                                                                                                                          border-color: transparent;
                                                                                                                                                                          border-style: solid;
                                                                                                                                                                          display: block;
                                                                                                                                                                          height: 0;
                                                                                                                                                                          position: absolute;
                                                                                                                                                                          width: 0;
                                                                                                                                                                      }

                                                                                                                                                                      .popover > .arrow { border-width: 11px; }

                                                                                                                                                                      .popover > .arrow:after {
                                                                                                                                                                          border-width: 10px;
                                                                                                                                                                          content: "";
                                                                                                                                                                      }

                                                                                                                                                                      .popover.top > .arrow {
                                                                                                                                                                          border-bottom-width: 0;
                                                                                                                                                                          border-top-color: #999;
                                                                                                                                                                          border-top-color: rgba(0, 0, 0, .25);
                                                                                                                                                                          bottom: -11px;
                                                                                                                                                                          left: 50%;
                                                                                                                                                                          margin-left: -11px;
                                                                                                                                                                      }

                                                                                                                                                                      .popover.top > .arrow:after {
                                                                                                                                                                          border-bottom-width: 0;
                                                                                                                                                                          border-top-color: #fff;
                                                                                                                                                                          bottom: 1px;
                                                                                                                                                                          content: " ";
                                                                                                                                                                          margin-left: -10px;
                                                                                                                                                                      }

                                                                                                                                                                      .popover.bottom > .arrow {
                                                                                                                                                                          border-bottom-color: #999;
                                                                                                                                                                          border-bottom-color: rgba(0, 0, 0, .25);
                                                                                                                                                                          border-top-width: 0;
                                                                                                                                                                          left: 50%;
                                                                                                                                                                          margin-left: -11px;
                                                                                                                                                                          top: -11px;
                                                                                                                                                                      }

                                                                                                                                                                      .popover.bottom > .arrow:after {
                                                                                                                                                                          border-bottom-color: #fff;
                                                                                                                                                                          border-top-width: 0;
                                                                                                                                                                          content: " ";
                                                                                                                                                                          margin-left: -10px;
                                                                                                                                                                          top: 1px;
                                                                                                                                                                      }