.app-transition-ease {
  /* For Safari 3.1 to 6.0 */
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  /* Standard syntax */
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s; }

div {
  word-wrap: break-word; }

body {
  font-family: "Roboto", "sans-serif";
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fullWidth {
  width: 100%; }

.errors {
  color: red; }

.smallDesc {
  font-size: 0.95em; }

.smallDesc span {
  color: #999; }

.connectedSortable, .connectedSortableDocs {
  min-height: 3em;
  cursor: move; }

.floatRight {
  float: right; }

.hide {
  display: none; }

.noClickThrough td {
  cursor: default;
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.blockElement {
  display: block; }

.no-select, .sidebar {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.border-box, .sidebar {
  box-sizing: border-box; }

.app-content {
  margin: 15px; }

.connectedSortable, .connectedSortableDocs {
  min-height: 3em;
  cursor: move; }

.tip-question {
  display: inline-block !important;
  position: relative;
  margin-left: 5px;
  padding: 0px 4px;
  margin-top: -2px;
  color: #666;
  border: 1px solid #999;
  border-radius: 0; }

.panel {
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel-group .panel {
  border-radius: 0px; }

.btn {
  border-radius: 0px; }

.btn-primary {
  background-color: #018ac1; }

.btn-primary:hover,
.btn-primary:focus {
  background-color: #018ac1;
  opacity: 0.9;
  background-position: 0 -15px; }

.btn-primary:active,
.btn-primary.active {
  background-color: #018ac1;
  border-color: #2b669a; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5; }

.form-control {
  border-radius: 0px; }

.modal-content {
  border-radius: 0px; }

.label {
  font-weight: 400; }

.container {
  padding-right: 0px; }

#logo {
  background-color: #018ac1;
  width: 250px;
  height: 85px;
  color: #fff;
  padding-left: 20px;
  padding-top: 15px;
  float: left; }

#logo-title {
  font-size: 16pt;
  font-weight: 400; }

#logo-subtitle {
  font-size: 12pt;
  font-weight: 300; }

#navbar {
  position: fixed;
  left: 0%;
  top: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  height: 85px;
  border-bottom: 1px solid #ddd;
  z-index: 1000; }

.menu {
  margin-top: 30px;
  width: 100px;
  height: 50px;
  float: right;
  cursor: pointer; }

.menu-icon {
  color: #018ac1;
  font-size: 14pt;
  float: left;
  padding-right: 10px; }

.menu:hover {
  color: #018ac1; }

#menu-logout {
  text-align: right;
  padding-right: 20px; }

.menu-logout-icon {
  padding-right: 10px;
  color: #018ac1; }

#menu-clients {
  width: 200px; }

#menu-settings {
  width: 90px; }

#menu-clients-dropdown, #menu-config-dropdown {
  position: relative;
  top: 10px;
  font-size: 16px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  max-height: 500px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4); }

.menu-icon-settings {
  margin-top: -4px; }

#menu-clients-dropdown {
  min-width: 200px; }

#menu-config-dropdown {
  min-width: 250px;
  padding-bottom: 0px;
  margin-left: -120px; }

.menu-client, .config-item {
  color: #000;
  height: 30px;
  width: 100%;
  white-space: nowrap;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis; }

.config-item a {
  color: #000;
  height: 30px;
  width: 100%;
  text-decoration: none;
  display: block; }

.menu-client:hover, .config-item a:hover {
  color: #018ac1; }

#login-container {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: solid 1px #ddd; }

#login-label {
  font-size: 16pt;
  padding-bottom: 20px; }

#login-container input {
  border-radius: 0px; }

#admin-login-submit, #client-login-submit {
  width: 100%;
  border: none;
  color: #fff;
  padding: 10px;
  background-color: #018ac1;
  outline: none;
  margin-bottom: 10px; }

#admin-login-submit:hover, #client-login-submit:hover {
  background-color: #018ac1;
  opacity: 0.9;
  background-position: 0 -15px; }

#admin-login-submit:active, #client-login-submit:active {
  background-color: #018ac1;
  border-color: #2b669a; }

#sidebar {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  padding-top: 85px;
  z-index: 8;
  background-color: #3d3d3d;
  color: #a9a9a9; }

.sidebar-open {
  width: 250px; }

.sidebar-closed {
  width: 72px; }

#sidebar-content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden; }

.sidebar {
  font-size: 12pt;
  font-weight: 300;
  padding-left: 20px;
  padding-top: 13px;
  height: 50px;
  cursor: pointer;
  white-space: nowrap; }

.sidebar:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.sidebar.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff; }

.sidebar-icon {
  font-size: 14pt;
  display: block;
  margin-top: -2px;
  width: 35px;
  float: left; }

#sidebar-toggle-stage {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 0px; }

#sidebar-toggle {
  background-color: #555;
  height: 50px;
  float: right;
  cursor: pointer; }

#sidebar-toggle:hover {
  opacity: 0.8; }

.sidebar-toggle-open {
  width: 30px; }

.sidebar-toggle-closed {
  width: 15px; }

.sidebar-toggle-open .sidebar-toggle-left, .sidebar-toggle-open .sidebar-toggle-right {
  margin-left: 10px; }

.sidebar-toggle-closed .sidebar-toggle-left, .sidebar-toggle-closed .sidebar-toggle-right {
  margin-left: 3px; }

.sidebar-toggle-left, .sidebar-toggle-right {
  color: #fff;
  font-size: 14pt;
  margin-top: 10px;
  position: absolute; }

.sidebar-toggle-right {
  display: none; }

#sidebar-content-stage {
  margin-top: 0px; }

.container {
  width: 100%; }

#container-body {
  width: 100%;
  margin-top: 85px; 
  min-height: 750px;
}

.container-body-open {
  padding-left: 250px; }

.container-body-closed {
  padding-left: 72px; }

#container-footer {
  padding-left: 270px; }

#footer-copyright {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 9pt;
  height: 40px; }

thead {
  cursor: pointer; }

thead th:hover {
  background-color: #eee; }

thead th.sort {
  background-color: #f5f5f5;
  border-bottom: 2px solid #69B9E5 !important; }

td {
  cursor: pointer; }

/*
td:hover {
    cursor:pointer;
    background-color:$app-table-hover-backgroud-color;
    text-decoration: underline;
}
*/
tbody tr:hover {
  cursor: pointer;
  color: #018ac1; }

table .checkbox {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 20px;
  height: 20px;
  padding-left: 0px;
  background-color: #FFFFFF;
  border: 1px solid #69B9E5;
  cursor: pointer;   
}

table .checkbox.checked {
  background-image: url(/images/check_white.jpg);
  background-color: rgba(255, 255, 255, 0.2);
  background-size: 100%;
}

table .deletebox {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 20px;
  height: 20px;
  padding-left: 0px;
  background-color: #FFFFFF;
  border: 1px solid #999999;
  background-image: url(/client/images/analytics-list-x.png);
  cursor: pointer; }

table .deletebox.checked, table .deletebox:hover {
  border: 1px solid #FF6570;
  background-position: 0 -20px; }

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?-yq2s37");
  src: url("/fonts/icomoon.eot?#iefix-yq2s37") format("embedded-opentype"), url("/fonts/icomoon.woff?-yq2s37") format("woff"), url("/fonts/icomoon.ttf?-yq2s37") format("truetype"), url("/fonts/icomoon.svg?-yq2s37#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-add186:before {
  content: "\e600"; }

.icon-checkmark6:before {
  content: "\e601"; }

.icon-close47:before {
  content: "\e602"; }

.icon-multiple25:before {
  content: "\e603"; }

.icon-paper53:before {
  content: "\e604"; }

.icon-settings21:before {
  content: "\e605"; }

#contact-main {
  width: 100%;
  max-width: 500px; }

#contact-add {
  float: right;
  cursor: pointer; }

#contact-sample {
  float: right;
  margin-right: 10px;
  width: 150px;
  height: 40px;
  background-color: #777777;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer; }

#contact-sample:hover {
  background-color: #999999; }

#contact-sort-label {
  width: auto; }

#contact-sort {
  width: 115px; }

#contact-list {
  width: 100%;
  height: auto; }

.contact-list-label {
  width: 100%;
  height: 40px;
  background-color: #eee;
  color: #000000;
  padding-top: 2px;
  font-weight: 300;
  font-size: 18pt;
  text-align: left;
  padding-left: 22px;
  cursor: default; }

.contact-list-label-small {
  position: absolute;
  margin-top: -5px;
  font-size: 22px; }

.contact-list-item {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 12pt;
  background-color: #FFFFFF;
  border-left: solid #eee 2px;
  border-right: solid #eee 2px;
  border-bottom: solid #eee 2px;
  cursor: pointer;
  overflow: hidden; }

.contact-list-item.even {
  background-color: #DDDDDD; }

.contact-list-item:hover {
  color: #018ac1; }

.contact-list-item-del {
  margin-left: -100px;
  height: 100%;
  width: 100px;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  background-color: #8C0000; }

.contact-list-item-del:hover {
  background-color: #BD0000; }

.contact-list-item-text {
  margin-top: -50px;
  height: 100%;
  width: 70%;
  width: calc(100% - 50px);
  padding-left: 20px; }

.contact-list-item-del-icon {
  float: right;
  margin-top: -50px;
  height: 100%;
  width: 50px;
  font-size: 22px;
  text-align: center; }

#contact-detail {
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -150px;
  height: auto;
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #888;
  display: none;
  z-index: 7; }

#contact-detail-title {
  font-size: 22px; }

#contact-detail-close {
  float: right;
  margin-top: -30px;
  font-size: 14px;
  color: #555555;
  cursor: pointer; }

.contact-detail-label {
  margin-top: 20px; }

#contact-detail .input-wrap {
  height: 40px; }

/*
@media only screen and (max-width: 500px) {
    #contact-detail { width: 90%; }
    #contact-detail-cancel, #contact-detail-submit {
        width: 100%;
        float: left;
    }
}
*/
.llcalendar-col {
  magin: 0px;
  padding: 0px;
  width: 14.28571428571429%;
  float: left;
  text-align: center;
  /*background-color:#eee;*/ }

.llcalendar-day-title {
  color: #999; }

.llcalendar-date-empty {
  height: 40px; }

.llcalendar-date {
  height: 40px;
  padding-top: 6px;
  border-radius: 20px;
  font-size: 14pt;
  cursor: pointer; }

.llcalendar-date:hover {
  background-color: #eee; }

.llcalendar-date:active, .llcalendar-date-active {
  background-color: #333;
  color: #fff; }

.llcalendar-date-active:hover {
  background-color: #333; }

.llapp-button {
  color: #333; }

.llapp-button:hover {
  color: #666; }

.llapp-button:active {
  color: #000; }

#llcontact-picker-item-container:hover {
  background-color: #fcfcfc; }

#llcontact-picker-item-container:active {
  background-color: #ccc; }

.llcontact-autocomplete-item {
  height: 30px;
  background-color: #fff;
  cursor: pointer;
  padding-left: 10px;
  padding-top: 5px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.llcontact-autocomplete-item-unselected:hover {
  background-color: #fcfcfc; }

.llcontact-autocomplete-item-unselected:active {
  background-color: #eee; }

.llcontact-autocomplete-item-selected {
  background-color: #eee; }

.llcontact-autocomplete-item-selected:hover {
  background-color: #eee; }

.meeting-edit-button:hover {
  color: #018ac1; }

.errorField {
  border: solid 1px #ff0000; }

.llicon-button {
  color: #666; }

.llicon-button:hover {
  color: #000; }

.llicon-link {
  color: #666; }

.llicon-link:hover {
  color: #018ac1; }

.picker-arrow:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  margin-top: -20px;
  margin-left: 240px;
  border: 10px solid transparent;
  border-bottom-color: #fff; }

.emailBubble {
  float: left;
  background-color: #eee;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 20px;
  margin-right: 10px;
  color: #222;
  border: solid 1px #ddd;
  cursor: pointer; }

.emailBubble:hover, .emailBubbleSelected {
  background-color: #ddd;
  color: #000;
  border: solid 1px #ddd;
  cursor: pointer; }

.emailBubble:active {
  background-color: #999;
  color: #FFF;
  border: solid 1px #999; }

.emailBubbleArrow {
  padding-left: 5px;
  color: #333;
  font-size: 9pt;
  cursor: pointer; }

.emailBubbleArrow:hover {
  color: #666; }

.emailBubbleIndicator {
  padding-right: 10px;
  font-size: 8pt;
  line-height: 0px; }

.emailBubbleIndicatorActive {
  color: #00cc00; }

.emailBubbleIndicatorInactive {
  color: #999; }

#overlay {
  position: fixed;
  left: 0px;
  top: -50%;
  width: 100%;
  height: 200%;
  background-color: #FFFFFF;
  opacity: 0.60;
  filter: alpha(opacity=60);
  zoom: 1;
  display: none;
  z-index: 6; }

#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -130px;
  margin-top: -150px;
  width: 250px;
  height: 250px;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url(/images/loader.gif);
  background-position: center 40px;
  background-repeat: no-repeat;
  border: 4px solid #8FD8FF;
  border-radius: 20px;
  box-shadow: 0px 0px 8px #CCCCCC;
  display: none;
  z-index: 8; }

#loader-info {
  position: absolute;
  left: 17px;
  top: 150px;
  width: 210px;
  height: 80px;
  color: #000000;
  text-align: center; }

#loader.completed {
  background-image: none; }

#loader.completed #loader-info {
  position: absolute;
  left: 17px;
  top: 100px; }

.ll-landing-page {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 300px; }

/*
.previewIframe{
  width:100%;
  padding-bottom:75%;
}
*/
#app-review-portal-thumbnail-stage {
  position: absolute;
  width: 100px;
  right: 20px;
  margin-top: 36px; }

#app-review-portal-preview-stage {
  float: left;
  width: 100%;
  padding-right: 140px;
  overflow: hidden; }

#nextPage {
  width: 100px;
  float: right; }

#prevPage {
  width: 100px;
  float: right; }

#nextPage, #prevPage {
  cursor: pointer;
  text-align: right;
  height: 30px; }

#nextPage:hover, #prevPage:hover {
  color: #018ac1; }

.page-list-item {
  height: 100px; }

.page-list-item-label {
  height: auto; }

.page-list-item:hover, .page-list-item-label:hover {
  background-color: #E6F7FF; }

.page-list-item-callout {
  display: none;
  position: absolute;
  z-index: 1;
  width: 300px;
  height: auto;
  left: -290px;
  top: 10px;
  background-color: #FFF;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  border: 1px solid #666;
  padding: 10px;
  border-radius: 6px; }

.ui-sortable-helper {
  background-color: #E6F7FF !important;
  box-shadow: 2px 2px 12px #CCC; }

.sortable-placeholder {
  height: 100px;
  background-color: #CCC;
  border: none;
  list-style-type: none; }

.checkbox.portal-page-list {
  float: right;
  margin-top: 25px;
  margin-right: 10px;
}

#document-resource-tag-sidebar {
  top: 10px;
  left: 800px;
  box-sizing: border-box; }

.document-resource-tag-head {
  background-color: #8FD8FF; }

.document-resource-tag-level-1 {
  padding-left: 0px; }

.document-resource-tag-level-2 {
  padding-left: 20px; }

.document-resource-tag-level-3 {
  padding-left: 40px; }

.document-resource-tag-level-4 {
  padding-left: 60px; }

.document-resource-tag-level-5 {
  padding-left: 80px; }

.document-resource-tag-level-6 {
  padding-left: 100px; }

.document-resource-tag-level-7 {
  padding-left: 120px; }

.document-resource-tag-level-8 {
  padding-left: 140px; }

.document-resource-tag-level-9 {
  padding-left: 160px; }

.document-resource-tag-level-10 {
  padding-left: 180px; }

.title-box {
  margin-top: 5px !important;
  padding-top: 5px !important; }

table.special-title-table {
  width: 100%;
  border-collapse: collapse; }

tr.special-title-table {
  border-bottom: 1pt solid #F8F8F8; }

.search-input-widget {
  margin: 1.5em 0 2em 0; }

.search-input-widget .inner-addon {
  position: relative; }

/* style icon */
.search-input-widget .inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none; }

/* align icon */
.search-input-widget .left-addon .glyphicon {
  left: 0px; }

.search-input-widget .right-addon .glyphicon {
  right: 0px; }

/* add padding  */
.search-input-widget .left-addon input {
  padding-left: 30px; }

.search-input-widget .right-addon input {
  padding-right: 30px; }

.right-of-input {
  position: absolute;
  left: 101% !important;
  display: inline-block;
  width: 30px;
  height: 100%;
  top: 8px;
  margin-left: 0px;
  cursor: pointer; }

.clear-input-icon {
  top: -1px;
  left: -3px !important; }

.clear-input-label {
  position: absolute;
  left: 25px;
  font-size: 0.8em;
  color: #999;
  top: 4px;
  line-height: 100%; }

/* tag table styles */
th.active {
  background-color: #999 !important;
  color: #FFFFFF  !important; }

.thead-tr {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  letter-spacing: 1px; }

.right-border-white {
  border-right: white 1px solid; }

.level1tag {
  background-color: #f5f5f5;
  color: #333; }

.level2tag {
  color: #666; }

.level3tag {
  color: #999; }

.level4tag, .level5tag, .level6tag, .level7tag {
  color: #999;
  font-style: italic; }

#pageEditorApp {
  /* editors */
  /* Layout */
  /* tag lists */ }
  #pageEditorApp #container-main {
    width: 100%;
    position: absolute;
    left: 0; }
  #pageEditorApp #pageTemplateEditor {
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  #pageEditorApp .grey {
    color: #999; }
  #pageEditorApp .img-100-pct {
    width: auto;
    max-width: 100%;
    max-height: 300px; }
  #pageEditorApp .page-editor-main {
    border: 2px dashed grey;
    min-height: 200px; }
  #pageEditorApp .template-item {
    cursor: pointer; }
  #pageEditorApp li.active {
    font-weight: bold; }
  #pageEditorApp .blockItem {
    background: transparent;
    border: dotted #d3d3d3 1px;
    cursor: pointer; }
  #pageEditorApp .blockItem:hover {
    background: yellow; }
  #pageEditorApp .imageItem::before {
    position: absolute;
    content: "PLACE IMAGE";
    text-align: right;
    top: 25%;
    left: 25%; }
  #pageEditorApp .imageItem.noplaceholder::before {
    content: none; }
  #pageEditorApp .pdfItemApp::before {
    position: absolute;
    content: "LINK PDF";
    text-align: right;
    left: 90px;
    margin-top: 225px; }
  #pageEditorApp .pdfItemApp.noplaceholder::before {
    content: none; }
  #pageEditorApp .textItem::before {
    position: absolute;
    content: "TEXT HERE";
    color: #d3d3d3; }
  #pageEditorApp .textItem.noplaceholder::before {
    content: none; }
  #pageEditorApp .placeholder-text {
    border: 1px solid #999;
    font-family: "Courier New", Courier, monospace;
    padding: 5px; }
  #pageEditorApp .asset-list-thumb {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 2px; 
    padding: 4px;
  }
  #pageEditorApp .asset-list-thumb .thumb-container {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 40px; }
  #pageEditorApp .asset-list-thumb .thumb-container.empty {
    font-size: 9px;
    line-height: 100%;
    border: 1px solid #CCC;
    text-align: center;
    color: #999; }
  #pageEditorApp .asset-list-thumb .thumb-container.video {
    font-family: "Courier New", Courier, mono;
    text-align: center;
    border: 1px solid #CCC;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    padding: 0; }
  #pageEditorApp .asset-list-thumb .thumb-container.pdf {
    background: url("http://5cbe883c5a7222e5fc73-cda1262c4422565d0a70403b64d89a3c.r84.cf2.rackcdn.com/media_asset/1/7e77d5f5bd60b9a4e4eacd23231db423.png") no-repeat;
    background-size: 40px auto; }
  #pageEditorApp .thumb-container img {
    width: 100%; }
  #pageEditorApp .asset-list-thumb img {
    left: 0;
    width: 100%;
    height: auto;
    background-color: #FFFFFF; }
  #pageEditorApp .asset-list-thumb img:hover {
    width: 300%;
    height: auto;
    position: absolute;
    z-index: 12;
    top: 2px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); }
  #pageEditorApp .asset-list-asset-name, #pageEditorApp .template-name {
    display: inline-block;
    margin-left: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 65%; 
    margin-left: 60px;
  }
  #pageEditorApp .tag-list {
    padding-top: 5px;
    margin-left: -10px; }
  #pageEditorApp .label.label-info.tag-item {
    display: inline-block;
    white-space: normal;
    margin-right: 0.2em; }

/*# sourceMappingURL=app.css.map */

.page.status.progress {
    /*background-position:0px 0px;*/
    position: absolute;
    border-radius: 5px;
    background: transparent;
    padding: 5px;
    width: 5px;
    height: 5px;
    float: right;
    margin-top: -88px;
    margin-left: 85px;
}
.page.status.complete {
    /*background-position:-20px 0px;*/
    position: absolute;
    border-radius: 5px;
    background: #FFA500;
    padding: 5px;
    width: 5px;
    height: 5px;
    float: right;
    margin-top: -88px;
    margin-left: 85px;
}
.page.status.approved {
    /*background-position:-40px 0px;*/
    position: absolute;
    border-radius: 5px;
    background: #00FF00;
    padding: 5px;
    width: 5px;
    height: 5px;
    float: right;
    margin-top: -88px;
    margin-left: 85px;
}
.page.status.unapproved {
    /*background-position:-60px 0px;*/
    position: absolute;
    border-radius: 5px;
    background: #FF0000;
    padding: 5px;
    width: 5px;
    height: 5px;
    float: right;
    margin-top: -88px;
    margin-left: 85px;
}

.list-group-item h6
{
  font-weight: bold;
}

.list-group-item .reply-handle
{
  font-size: 12px;
}

.list-group-item .edit-handle
{
  font-size: 12px;
}

.list-group-item .delete-handle
{
  font-size: 12px;
}

.ul-comments
{
  margin-left: -32px;
}

[contenteditable="true"]{
border:1px solid #ccc;
outline:none;
width: 600px;
min-height: 50px;
}
[contenteditable="true"]:active{
border:1px solid #ccc;
outline:none;
width: 600px;
min-height: 50px;
}

tr.active td {
    color: green;
    font-weight: bold;
}

.list-group img {
  /*min-height: 75px !important;*/
}

.list-group .name {
  width: 95px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.caret_up_arrow
{
  border-top: 0px solid #000 !important;
  border-right: 4px solid transparent !important;
  border-bottom: 4px dotted !important;
  border-left: 4px solid transparent !important;
}

.comment-textarea
{
  max-width: 1000px;
  max-height: 100px;
}
.comment-submit-btn
{
  margin-top: 10px;  
}

.ul-comments .list-group-item
{
  margin-bottom: 0px; 
}

.list-group-item-border
{
  border-bottom: 1px solid #ddd;
}

.preview
{
  text-align: center;
}
