#select_category {
  padding-left: 15px;
}
.selectable_element:focus {
    background: lightblue;
}

#localarea_text {
    text-align: left;
}

#button_savedraft {
  background: white;
  margin-top: 10px;
  height: 30px;
  width: 100%;
}

#button_release {
  background: blue;
  color: white;
  margin-top: 10px;
  height: 30px;
  width: 100%;
}

#button_close_options {
  background: blue;
  color: white;
  height: 30px;
  width: 100%;
}

#button_next {
  background: blue;
  color: white;
  height: 30px;
  width: 100%;
}

#clustertitle {
  margin-right: 10px;
  font-size: 20px;
}

#select_date {
  width: 100%;
}

#select_time {
  margin-top: 10px;
  width: 100%;
}

#horizontal_ul {
  list-style-type: none;
}

#horizontal_li {
  width: 20%;
  float: left;
  text-align: left;
  height: 310px;

}

#subareas_li {
  text-align: left;
  font-size: .8rem !important;
}

i {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }
  
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  
  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .list-selector {
    overflow:hidden;
    overflow-y:scroll;
    height: 100px;
    text-align: left;
    margin-left: -30px;
}

.h-150 {
  height: 150px;
}

.h-200 {
  height: 200px;
}

.frontpage-selector {
  overflow:hidden;
  overflow-y:scroll;
  height: 50px;
  text-align: left;
}

.category-selector {
  overflow:hidden;
  overflow-y:scroll;
  height: auto;
  text-align: left;
  height: 100px;
  background: white;
}

.list-selector-all {
  text-align: left;
}

.search_input {
  width: 100%;
  border-bottom: 1px solid black;
  margin-left: 30px;
}

#logoutbutton {
  padding-left : 900px;
  float: right;
}

#addimage-title {
  text-align: left;
}

.imagebox {
  height: 200px;
  background: white;
  cursor: pointer;
}

.input-file {
  height: 100%;
  width: 100%;
  background-image: url("./img/svg/ikon2.svg");
  background-repeat: no-repeat;
  background-position: center;
  color:transparent;
  text-indent: -999em;
}

#showuser-box {
  text-align: left;
  padding-left: 5px;
  background: white;
  cursor: pointer;
  height: 25px;
}

.titles {
  text-align: left;
}

#addimage-textbox {
  height: 125px;
}

#addimage-text {
  height: 100%;
  width: 100%;
}

#prime_checkbox {
  float: right;
  margin-right: 25px;
  height: 25px;
}

#category_text {
  display: inline;
  line-height: 25px;
}

#article-titlebox {
  height: 50px;
  width: max;
  border: 1px solid lightgray;
}

#article-title {
  height: 100%;
  width: 100%;
  font-size: 25px;
  
}

#editor-container {
  height: 375px;
}

.quill-editor {
  height: 375px;
}


.ql-html:after {
  content: "#";
}


#editor .ql-html-editor {
  position:absolute;
  background:#fffff0;
  top: 0;
  left: 0;
  bottom: 0;
  width:100%;
  border:0;
  padding:12px;
  box-sizing:border-box;
}

#app {
  display: inline;
}

#selector-box {
  max-width: 100% !important;
  display: flex; 
  font-size: 1rem; 
}

div.title {
  font-weight: bold;
}

img.preview {
  max-width:150px;
  max-height:150px;
}


img.smallpreview {
  max-width:50px;
  max-height:50px;
  float:left;
  margin-right:5px;
}


div.box {
  border:1px solid #ced4da;;
  border-radius:3px;
  width:100%;
  margin-bottom:20px;
  max-height: 500px;
  overflow: auto;
}

div.box > .title {
  padding:10px;
  background-color:#f4f4f4;
  border-bottom:1px solid #ced4da;;
}
div.box > .content {
  padding:10px;
}
div.box .errors {
  padding: 0 10px;
  line-height: 1.5;
  color: red;
}

.table thead th {
  border-bottom-color: #ced4da !important;
}

.table td , .table th {
  padding: .75rem;
  vertical-align: middle;
}

/**
 * Select Pure
 */

.select-wrapper {
  margin: 150px auto;
  max-width: 600px;
  width: calc(100% - 40px);
}

.select-pure__select {
  align-items: center;
  background: #f9f9f8;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: left;
  min-height: 44px;
  padding: 5px 10px;
  position: relative;
  transition: 0.2s;
  width: 100%;
}

.select-pure__options {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  display: none;
  left: 0;
  max-height: 221px;
  overflow-y: scroll;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 5;
}

.select-pure__select--opened .select-pure__options {
  display: block;
}

.select-pure__option {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  height: 44px;
  line-height: 25px;
  padding: 10px;
}

.select-pure__option--selected {
  color: #e4e4e4;
  cursor: initial;
  pointer-events: none;
}

.select-pure__option--hidden {
  display: none;
}

.select-pure__selected-label {
  background: #5e6264;
  border-radius: 4px;
  color: #fff;
  cursor: initial;
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 3px 7px;
}

.select-pure__selected-label:last-of-type {
  margin-right: 0;
}

.select-pure__selected-label i {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px;
}

.select-pure__selected-label i:hover {
  color: #e4e4e4;
}

.select-pure__autocomplete {
  background: #f9f9f8;
  border-bottom: 1px solid #e4e4e4;
  border-left: none;
  border-right: none;
  border-top: none;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  padding: 10px;
  width: 100%;
}

/* Buttons and markers */
.copy-marker {
  border: 0;
  background-color: green;
  vertical-align: middle;
  margin-top: -1px;
  margin-right: .3rem;
  border-radius: 50%;
}

.btn-remove {
  background-color: rgb(204, 25, 25);
  color: #FFF;
  padding: 0rem .3rem;
}
  .btn-remove:hover {
    color: #FFF;
  }

/* External Articles and Variables Integration */
.article-var {
  cursor:pointer;
  color: #555;
}
  .article-var:hover {
    color: #000;
  }