/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
#main_body {
  padding-top: 70px;
}
html,
body {
  height: 100%;
}
/**
 * Login styles
*/
.comeditor_user_controls {
  border: 1px solid #e5e5e5;
  padding: 19px 29px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #F7F7F7;
}
.comeditor_user_controls input {
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}
.comeditor_user_controls input[type="submit"].btn.btn-lg {
  margin-top: 15px;
}
.comeditor_user_controls form {
  margin: 0;
}
.comeditor_user_controls h3 {
  line-height: 18px;
  margin-bottom: 15px;
}
#change-language {
  text-align: right;
  padding-top: 2em;
}
#reset-password {
  padding-top: 2em;
  text-align: left;
}
#feide-login {
  padding-top: 2em;
  text-align: center;
}
#front_overview {
  text-align: center;
  padding-top: 40px;
}
#searchform_query {
  width: 33%;
}
thead.heading {
  background-color: #eee;
  color: #333;
  font-weight: bold;
}
tr.frontpage-cols td {
  font-weight: normal;
  color: #999;
}
.message-frontpage tfoot {
  background-color: #eee;
}
.message-frontpage tfoot a {
  color: #3A3A3A;
  font-size: 11px;
}
/**
 * Document styles
 */
.document {
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 10px 0;
  padding: 20px;
}
.badge-document-menu {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #AAA;
}
.compendia_text_title,
.customer_text_title {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  background-color: #f2f3f3;
  color: #333;
  margin: 0 0 10px 0;
  padding: 10px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.compendia_text_wrapper,
.customer_text_wrapper {
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 10px 0;
  min-height: 100px;
  background-color: #fff;
}
.compendia_text,
.customer_text {
  padding: 10px;
}
#editable_customer_text {
  color: #800080;
}
.mysortable li {
  cursor: grab;
  list-style: none;
}
.sortable {
  list-style: none;
}
.cke_resizer {
  display: none;
}
#debug_status {
  background-color: #fff;
  position: absolute;
  top: 54px;
  right: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  padding: 10px 20px;
  width: 200px;
}
.document_title {
  margin-left: 25px;
}
.document-fieldset-legend {
  cursor: pointer;
}
.document-fieldset-legend label {
  font-size: 16px;
}
.label-document-content {
  margin-top: 7px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background-image: url("/js/jstree_pre1.0_fix_1/themes/Comeditor/s.png");
  background-position: 0 -32px;
}
.label-document-content.closed {
  background-image: url("/js/jstree_pre1.0_fix_1/themes/Comeditor/s.png");
  background-position: -16px -32px;
}
.grippy {
  width: 0px;
  height: 30px;
  padding-right: 5px;
  margin-left: -10px;
}
.grippy:hover {
  background: url("/images/grippy_large.png");
  cursor: move;
}
.field-content .grippy {
  margin-top: 10px;
}
.field-content .grippy div {
  margin-left: 10px;
}
/*
 *  Comment & Note styles
 */
.comment th,
.document_note th {
  background-color: #e5e5e5 !important;
}
/**
 *  Perspectives
 */
.perspective_title {
  padding: 0;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
}
.perspective_title a {
  color: #fff;
}
.product_list_box {
  padding: 0.5em;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 0;
  border-right: 5px solid #ccc;
  border-bottom: 5px solid #ccc;
  border-left: 5px solid #ccc;
  list-style: none;
  margin: 0;
  min-height: 300px;
}
.perspective_list {
  list-style: none;
}
.perspective_list .perspective_name {
  font-size: 1.2em;
  font-weight: bold;
}
.category_list {
  list-style: none;
}
.product_list_bling {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.5em -0.05em 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.category_list {
  margin: 0 0 20px 30px;
}
.icon_by_surprise .icon.surprise {
  display: none;
}
.icon_by_surprise:hover .icon.surprise {
  display: inline-block;
}
.category_list > li {
  margin-bottom: 0.5em;
}
#jstreecontainer {
  margin-bottom: 1em;
}
.document_list .document_title {
  font-size: 16px;
  margin-left: 0;
}
.document_list {
  font-family: arial, sans-serif;
}
.document_list a.document_title {
  text-decoration: underline;
}
.document_list .document_text {
  margin-bottom: 0;
}
.document_list .document_info {
  color: #dd4b39;
}
.document_list > li {
  margin-bottom: 1em;
}
.quiet {
  color: #999;
}
.search-top-row {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.search-result-pane {
  padding-top: 0.8em;
}
/* Document form */
.documentform {
  margin-bottom: 2em;
  float: left;
  width: 100%;
}
.blockme {
  display: block;
  text-align: center;
  padding: 5em 0;
}
.documentform textarea.input-xxlarge {
  height: 140px;
}
.editable {
  padding: 6px 4px;
  background-color: #f5f5f5;
  min-height: 130px;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.text-strong,
.text-strong a {
  font-weight: bold;
}
.red,
a.red,
.jstree a.red {
  color: red;
}
/* Category tree */
.delete_tree_node,
.delete_dialogue {
  float: right;
}
/* Message-table(inbox) */
.message tr {
  background-color: #f5f5f5;
}
.message th {
  background-color: #e5e5e5;
}
.message .unread {
  background-color: #fff;
}
/* New message(modal) */
#newMessage.modal .input-xxlarge {
  width: 95%;
}
/*  Loading indicator for placement chooser */
.loading {
  background-image: url(/images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}
/* File download */
.attachment {
  padding: 2em;
  margin: 2em 0;
  border: 1px dashed #ccc;
  background-color: #f2f3f2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
hr.space {
  border: 0;
}
/* Prevents scrollbar on body when modal is open */
body.modal-open .modal.in {
  overflow: auto;
}
/*  Background image login */
html.prekestol {
  background: url(/images/prekestolen.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
html.compendia {
  background: url(/images/covercompendia.jpg) no-repeat scroll center center;
  background-size: contain;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-x: hidden;
}
html.compendia body {
  background-color: transparent;
}
html.prekestol body {
  background-color: transparent;
}
/*  Background image login */
html.hoghus {
  background: url(/images/hoghus.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
html.hoghus body {
  background-color: transparent;
}
/* Form list in add links functionality */
ul.linknav {
  list-style: none;
  padding: 0;
  float: left;
}
ul.linknav li {
  list-style: none;
}
ul.linknav .letter {
  font-size: 2em;
  width: 40px;
}
ul.linknav .doclist {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1em;
}
ul.linknav .doclist > li {
  border-bottom: 1px solid #f2f3f3;
  padding: 0.2em 0;
}
/* translations in docedit file */
.translations li > a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f5f5;
  padding: 5px;
  display: inline-block;
  width: 100%;
}
.translations li > a:hover {
  color: #333;
  background-color: #dcdcdc;
  text-decoration: none;
}
.translations li {
  margin-bottom: 2px;
  padding: 0;
}
.lastviewed {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f5f5;
  padding: 20px;
}
.loginfo {
  background-color: #81A2BE;
  color: white;
}
.logerror {
  background-color: #CC6666;
  color: white;
}
.logdebug {
  background-color: white;
}
.product_title {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.2em 1em;
  background-color: #e1edf7;
  margin-left: 0.5em;
}
.hithighlight {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.2em 1em;
  background-color: #e1edf7;
  margin-right: 0.5em;
  margin-top: 0.5em;
  display: inline-block;
}
#sortablelinks li:nth-child(even) {
  background-color: #fff;
}
#sortablelinks li:nth-child(odd) {
  background-color: #f9f9f9;
}
#sortablelinks li {
  border-top: 1px solid #ddd;
  padding: 8px;
  cursor: move;
}
.toggle-list {
  cursor: pointer;
}
.notlive,
.jstree a.notlive,
.notlive i,
.jstree-open .node_title.notlive {
  color: #aaa;
}
.errorpagebox {
  border: 1px solid #e5e5e5;
  padding: 19px 29px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #F7F7F7;
}
.select2-no-results {
  display: none !important;
}
/*design for login form mobile*/
@media (max-width: 767px) {
  #main-body {
    margin-top: 5%;
    padding-top: 0px;
  }
  .comeditor_user_controls {
    width: 80%;
    margin: auto;
  }
  #login-form .comeditor_user_controls h3 {
    line-height: 0;
    margin-bottom: 30px;
  }
  input[type="text"],
  input[type="password"],
  input {
    font-size: 16px;
  }
  .comeditor_user_controls input[type=submit].btn.btn-lg {
    margin-top: 0;
  }
  input:focus {
    max-width: 100%;
  }
  #main_body {
    padding-top: 5px;
  }
  #change-language {
    text-align: center;
  }
  #reset-password {
    padding-top: 2em;
    text-align: center;
  }
}
/*Mobile in landscape*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  input[type="text"],
  input[type="password"],
  input {
    height: 40px;
  }
  #main_body {
    margin-top: 1%;
  }
  #login-form hr {
    display: none;
  }
  #login-form h6 {
    margin-top: 0px;
  }
  .comeditor_user_controls input[type=submit].btn.btn-lg {
    margin-top: 0px;
  }
  #change-language {
    float: left;
  }
}
.rank {
  display: inline-block;
  padding: 0.1em 0.5em;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
}
.label-gold {
  background-color: #000;
  color: gold;
}
.rank.inverted {
  background-color: inherit;
}
.rank.inverted.label-success {
  color: #5cb85c;
}
.rank.inverted.label-info {
  color: #5bc0de;
}
.rank.inverted.label-warning {
  color: #f0ad4e;
}
.rank.inverted.label-danger {
  color: #d9534f;
}
.rank .glyphicon-star {
  color: gold;
}
a#lastApproved {
  color: green;
}
a#lastApproved.disabled {
  color: #ccc;
}
.chatbotbubble,
.linkbubble {
  display: inline-block;
  overflow-wrap: break-word;
  color: #333333;
  line-height: 1.5;
  transform: translateX(-20px);
  padding: 12px 14px;
  border-radius: 0px 10px 10px;
  overflow: hidden;
  background: #f2f2f2;
  width: 226px;
  margin-bottom: 10px;
  margin-left: 16px;
}
.chatportrait {
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 22px;
}
.linkbubble {
  border-radius: 10px 10px;
  background-color: #484848;
  outline: none;
  max-width: 226px;
  width: 100%;
}
.linkbubble a,
.linkbubble label {
  color: white;
}
.linkbubble a.underline {
  text-decoration: underline;
}
.linkbubble a.underline:hover {
  color: white !important;
}
.intent {
  width: 360px;
  padding: 22px 14px 12px 14px;
  border-radius: 0px 10px 10px;
  border: 6px solid #f2f2f2;
  margin-bottom: 2em;
  position: relative;
  background-color: white;
}
.intent.unpublished {
  border-style: dashed;
}
#intenttree a,
.intentview,
#intenttree .jstree-open .glyphicon.glyphicon-pencil {
  color: #428bca;
}
#intenttree .jstree-open .jstree-leaf a {
  color: #000;
}
#intenttree .intentview.jstree-clicked {
  background-color: #e1edf7;
}
#intenttree a {
  text-shadow: none;
}
.badge.chatbot-badge-no-active-answers {
  background-color: red;
  color: #FFF;
}
.badge.chatbot-missing-english {
  background-color: #FF8C00;
  color: #FFF;
}
.badge.chatbot-badge-active-answers {
  background-color: green;
  color: #FFF;
}
.chatportrait {
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 22px;
}
.answers {
  margin: 0;
}
.answers > li.unpublished .chatbotbubble {
  background: repeating-linear-gradient(-45deg, #FFF, #FFF 10px, #f2f2f2 10px, #f2f2f2 20px);
}
.intentheading {
  border-bottom: 6px solid #f2f2f2;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.unpublished.intentheading {
  border-bottom: 6px dashed #f2f2f2;
}
.bubblecontrols-top {
  border-bottom: 1px solid #333333;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.bubblecontrols-bottom {
  border-top: 1px solid #333333;
  padding-top: 0.5em;
  margin-top: 0.5em;
}
.linkbubble .bubblecontrols-bottom,
.linkbubble .bubblecontrols-top {
  border-color: white;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
#sortablelinks img.emojione {
  height: 2ex;
  width: 2.1ex;
}
#sortablelinks .emoji-link-icon {
  margin-left: 3px;
}
.menuportrait {
  margin-right: 8px;
  border-radius: 50%;
}
#typeaheadcontainer {
  position: absolute;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-top: 3px;
  width: 290px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 5;
}
#typeaheadcontainer p {
  margin: 0;
}
.typeaheaheading {
  margin-top: 0;
  font-size: 1em;
  margin-bottom: 0;
}
#typeaheadcontainer a {
  display: block;
  margin-left: -8px;
  margin-right: -8px;
  padding: 4px 10px;
  border-radius: 4px;
  text-decoration: none;
}
#typeaheadcontainer a:hover {
  background-color: #e0e0e0;
  color: black;
  text-decoration: none;
}
#typeaheadcontainer.dimmed:before {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0.7;
}
#detailtitle.dimmed:before,
#intentdetail.dimmed:before {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0.7;
}
.ui-autocomplete-loading ~ button {
  background: #FFF url('/compublish/img/ajax-loader-small.gif') center no-repeat;
}
.ui-autocomplete-loading ~ button > .glyphicon {
  visibility: hidden;
}
.borderless-table-cell {
  border: none;
  background: transparent;
}
.langheading {
  color: #666;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 14px;
}
.mypipe {
  margin-left: 14px;
  margin-right: -6px;
}
.new-user-request-title {
  text-align: center;
  color: black;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 22px;
}
.v-space-top-20 {
  margin-top: 20px !important;
}
.v-space-50 {
  margin-bottom: 50px !important;
}
.bg-white {
  background-color: white !important;
}
.custom-inputs input:not(.btn) {
  height: auto;
  margin-bottom: 20px;
  padding: 12px 12px;
  border: 1px solid #f0f0f0;
}
@media (min-width: 768px) {
  .box-paddings {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.icon-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 0;
  background: transparent;
  line-height: 0;
  color: #CCC;
  font-size: 0.8em;
  margin-left: -10px;
}
.fr-view {
  word-break: break-word;
}
.fr-view table.noborder td,
.fr-view table.noborder th {
  border: none;
}
.fr-wrapper .noborder tbody td,
.fr-wrapper table.noborder th {
  border: 1px dotted #CCC;
}
.fr-view table th {
  background: #F5F5F5 !important;
}
.fr-toolbar a[data-param1="lower-greek"] {
  display: none !important;
}
.fr-box.fr-basic .fr-element {
  font-size: 16px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.fr-view img.fr-dib.fr-fir {
  float: right;
  margin-left: 10px;
}
table .fr-highlighted {
  border: 1px double #000 !important;
}
/*Templates */
.managers-tasks {
  border: none;
  width: 100%;
}
.managers-tasks h6 {
  background-color: #F5F5F5;
  border-bottom: 2px solid #DEDED6;
  font-size: 110%;
  font-weight: bold;
  padding: 3px 5px 0;
  text-align: left;
}
div.verdt-aa-vite {
  padding: 10px;
  background-color: #CAEBF5;
  margin: 10px 0;
  line-height: 1.5em;
}
div.verdt-aa-vite h2 {
  margin: 0 0 10px 0;
  color: #3099B6;
  font-size: 22px;
}
.fr-wrapper .collapsed-closed-title {
  padding: 5px;
  background-color: #f5f5f5;
  border-bottom: 2px solid #DEDED6;
  font-weight: bold;
}
.fr-wrapper .collapsed-closed-title,
.fr-wrapper .collapsed-closed-content {
  border: #d3d3d3 1px dotted;
}
.collapsed-closed-area.closed .collapsed-closed-content {
  display: none;
}
.collapsed-closed-area .collapsed-closed-title {
  color: #220901;
  font-weight: 700;
  cursor: default;
}
.collapsed-closed-area .collapsed-closed-title:hover {
  cursor: text;
}
.collapsed-closed-area {
  color: #220901;
  cursor: default;
}
.collapsed-closed-area.open .collapsed-closed-title::after {
  content: "\e113";
  font-family: 'Glyphicons Halflings';
  font-weight: 500;
  float: right;
  cursor: pointer;
}
.collapsed-closed-area.closed .collapsed-closed-title::after {
  content: "\e114";
  font-family: 'Glyphicons Halflings';
  font-weight: 500;
  float: right;
  cursor: pointer;
}
.collapsed-closed-area::before {
  content: "\e020";
  float: left;
  font-family: "Glyphicons Halflings";
  font-size: 14px;
  color: #999;
  font-weight: 700;
  margin-top: 6px;
  margin-right: 8px;
  margin-left: 8px;
}
.collapsed-closed-area:hover::before {
  cursor: pointer;
}
.content-link-button {
  color: #ffffff;
  text-decoration: none;
  border-radius: 0;
  background-color: #004565;
  border-top: 8px solid #004565;
  border-bottom: 8px solid #004565;
  border-right: 34px solid #004565;
  border-left: 34px solid #004565;
  display: inline-block;
  font-size: 18px;
  font-weight: 400 !important;
}
.content-link-button:hover {
  color: #fff;
  background-color: #00417a;
  border-top: 8px solid #00417a;
  border-bottom: 8px solid #00417a;
  border-right: 34px solid #00417a;
  border-left: 34px solid #00417a;
  text-decoration: none;
}
.content-link-button:focus {
  color: #fff;
}
.fr-wrapper a {
  font-size: 16px;
  text-decoration: underline;
}
.fr-dropdown-wrapper {
  max-height: 500px !important;
}
.fr-view img.fr-dib.fr-fir {
  float: right !important;
  margin: 15px 15px 15px 15px;
}
.fr-view img.fr-dib.fr-fil {
  float: left !important;
  margin: 15px 15px 15px 15px;
}
@media (max-width: 480px) {
  .fr-view img.fr-dib.fr-fir {
    float: none !important;
    text-align: none !important;
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  .fr-view img.fr-dib.fr-fil {
    float: none !important;
    text-align: none !important;
    width: 100%;
    margin: 5px 0px 5px 0px;
  }
}
.bg-default {
  background-color: #E3E5E3;
}
/* Building blocks start*/
.bg-light {
  background-color: #E0D5C9 !important;
}
.sortable-swap .block-menu {
  background-color: #A7D8FB !important;
}
.sortable-ghost .block-menu {
  opacity: 0.7;
}
.keep-scrolling {
  overflow-y: scroll;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.keep-scrolling::-webkit-scrollbar {
  display: none;
}
.text-black {
  color: #220901;
}
.block-menu {
  padding: 5px 5px 35px 5px;
}
.block-menu .btn {
  padding: 4px 4px;
}
.block-menu .btn-link:hover,
.block-menu .btn-link:focus {
  color: #220901;
}
.block-menu label {
  margin: 0;
  padding: 5px;
}
#blockdocumentform .fr-toolbar {
  border-radius: 0;
  border-top-width: 0px;
  z-index: 4;
}
#blockdocumentform .fr-second-toolbar {
  border-radius: 0;
}
#blockdocumentform .fr-element {
  cursor: text;
}
#blockdocumentform .btn-add {
  background-color: #004565;
  color: #FFF;
  border-radius: 0;
  margin-top: 15px;
}
#blockdocumentform .btn-add:hover {
  background-color: #004565;
  color: #FFF;
}
#blockdocumentform .btn-add:focus {
  background-color: #004565;
  color: #FFF;
}
#blockdocumentform .add-block-types .dropdown-menu {
  background: transparent;
}
#blockdocumentform .add-block-widget {
  background-color: #60C6D3;
  color: #220901;
  border-radius: 0;
  width: 100%;
  margin-top: 15px;
  font-size: 16px;
  text-align: initial;
}
#blockdocumentform .add-block-widget:hover {
  background-color: #60C6D3;
  color: #220901;
}
#blockdocumentform .add-block-widget:focus {
  background-color: #60C6D3;
  color: #220901;
}
#blockdocumentform .fr-second-toolbar:empty {
  z-index: 1;
}
#myblocks {
  max-width: 650px;
}
#myblocks > li {
  margin: 0 0 2rem 0;
}
#blockdocumentform .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  width: 350px;
  left: 75%;
  margin-left: -200px;
}
#ui-datepicker-div {
  z-index: 10 !important;
}
.left-header-menu .btn {
  padding-right: 10px;
}
.left-header-menu label {
  padding-left: 10px;
}
/* Building blocks stop*/
.fr-wrapper .collapsed-closed-area.closed .collapsed-closed-content {
  display: flow-root !important;
}
/*fix so Froala popup menues is above the editor toolbar buttons*/
.fr-popup {
  z-index: 2501 !important;
}
.document-library {
  z-index: 2504;
  pointer-events: all;
}
.blocks-link-template {
  width: 100%;
  padding-bottom: 1rem;
  margin: 0;
}
.blocks-link-template strong {
  margin-bottom: 0.5rem;
  font-weight: 500;
  display: block;
  padding-left: 0.5rem;
  padding-top: 1rem;
  font-size: 20px;
}
.blocks-link-template .col-md-12 {
  padding: 0px;
}
.blocks-link-template .col-md-12 ul.blocks-link-template-items {
  list-style-type: none;
  margin: 0;
  padding-left: 1rem;
}
.blocks-link-template .col-md-12 ul.blocks-link-template-items li:before {
  font-family: 'Glyphicons Halflings';
  content: "\e092";
  padding-right: 0.5rem;
}
.cursor-pointer {
  cursor: pointer;
}
#blockdocumentform .collapsable {
  display: none;
}
.block-menu .glyphicon-chevron-up {
  color: #004565;
}
/* Start preview block document */
#preview_block_document .modal-content {
  color: #220901;
  background-color: #FAF4EE;
  width: 650px;
  font-size: 18px;
  font-weight: 400;
}
#preview_block_document .modal-content h1 {
  font-size: 36px;
}
#preview_block_document .modal-content h2 {
  font-size: 25.6px;
}
#preview_block_document .modal-content h3 {
  font-size: 18px;
}
#preview_block_document .modal-content h4 {
  font-size: 24px;
}
#preview_block_document .modal-content .collapsed-closed-area::before {
  display: none;
}
#preview_block_document .modal-content .collapsable {
  display: none;
}
#preview_block_document .modal-content .collapsed-closed-area {
  font-size: 18px;
  width: 100%;
  background-color: #e0d5c9;
}
#preview_block_document .modal-content .collapsed-closed-area .collapsed-closed-title {
  color: #220901;
  font-weight: bold;
  padding: 0.42rem 0.42rem 0.42rem 10px;
  cursor: pointer;
}
#preview_block_document .modal-content .collapsed-closed-area .collapsed-closed-title::after {
  float: right;
  padding-right: 6px;
}
#preview_block_document .modal-content .collapsed-closed-area .collapsed-closed-content {
  padding: 0.42rem 0.42rem 0.42rem 10px;
}
#preview_block_document .modal-content .collapseParent {
  margin-bottom: 24px;
}
/* End preview block document*/
#preview_block_document .fr-view img.fr-dib.fr-fir {
  float: right !important;
  margin: 5px 0px 5px 10px;
}
#preview_block_document .fr-view img.fr-dib.fr-fil {
  float: left !important;
  margin: 5px 10px 0px 0px;
}
#preview_block_document img.fr-fic.fr-dib.fr-fil,
#preview_block_document img.fr-dii.fr-fil {
  float: left;
  margin: 15px 15px 15px 0px;
}
.collapseParent .edit-collapse-title {
  cursor: pointer;
}
