
textarea#summary {
        height: 6em;  
}


textarea#body {
        min-height: 25em;  
}

#contents > div > div:nth-child(12) > div.choices {
  margin-bottom: 0px;
}

form#contents #status-helpText ul {
  list-style-type: none;
  padding-left: 0px;
}

/*
body {
  background-color: #edf2f9;
}

.b-example-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 10%), inset 0 0.125em 0.5em rgb(0 0 0 / 15%);
}
*/
/* ============================================
   Common 
   ============================================ */
/*   
#copyright {
  padding-top: 16px;
  padding-bottom: 16px;
}

#preview {
  height: 80vh;
  word-break: break-word;
  line-height: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}

#preview h1 {
  margin-bottom: 8px;
}

#preview h2,
#preview h3,
#preview h4 {
  margin-top: 0;
}

#side-properties {
  height: 83vh;
}

#content-tags {
  font-size: 10px;
}

.container {
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100%;
  height: 100%;
}

.content {
  padding-top: 8px;
  padding-bottom: 8px;
  height: 85vh;
}

.row {
  height: 100%;
}

.col-sm-2, .col-sm-3, .col-sm-4 {
  padding-left: 6px;
  padding-right: 8px;
}

body {
  padding: 5px 0px;
}

label {
  padding-bottom: 1.6px;
  font-weight: bold;
}

input, textarea, select {
  margin-bottom: 8px;
}

h1.cms {
  text-align: center;
  border: 2px solid #ddd;
  padding: 13px;
  margin-bottom: 20px;
  font-size: 2.5em;
}

h1.cms a {
  color: #000 !important;
  text-decoration: none !important;
}

.btn, .btn-default, .btn-cms-edit, .btn-primary, .btn-link {
  font-size: 12px;
}

.btn-default {
  color: #fff;
  background-color: #3e3f3a;
}

.btn-default:hover {
  color: #fff;
  background-color: #000000;
}

.btn-cms-edit {
  border: 1px solid #aaa;
  width: 100%;
  padding: 4px 8px;
  margin-bottom: 16px;
}

.btn-danger:hover {
  background-color: #b84743;
}

.nav>li>a {
  padding: 5px 10px;
}

.nav-link {
  font-size: 17px !important;
}

.content .table > thead > tr > th a {
  color: white;
}

.content .table > tbody > tr > td a {
  color: black;
  display: block;
}

.table.table-folder .dropdown-menu {
  min-width: 120px !important;
}

.table-responsive {
  height: 66vh;
  padding-bottom: 8px;
  overflow-x: hidden;
}

table.table-folder thead tr:nth-child(1) th{
  background: #ccc;
  position: sticky;
  top: 0;
  z-index: 10;
}

.table.table-folder td, .table.table-folder th {
  border: none !important;
  vertical-align: middle !important;
}

tr {
  font-size: 15px;
}

.breadcrumb>li+li:before {
  content: "\005C";
}

table.table-folder tbody tr:nth-child(even) {
  background: #fff
}

table.table-folder tbody tr:nth-child(odd) {
  background: #eee
}

table.content-side-table tbody tr:nth-child(even) {
  background: #eee
}

table.content-side-table tbody tr:nth-child(odd) {
  background: #fff
}

table.content-side-table tbody tr {
  font-size: 10px;
}

table.content-side-table td {
   word-break: break-word;
}

.table {
  margin-bottom: 0rem;
}

.table > :not(caption) > * > * {
  padding-left: 4px;
  padding-right: 4px;
}

.tm-btn-previous.btn.btn-default,
.tm-btn-next.btn.btn-default {
    padding: 6px 10px;
}

.card {
  margin-bottom: 5px;
}

textarea.form-control {
  height: 64.7vh;
}

#tagsModalLabel, #propertiesModalLabel {
  margin-top: 0px;
}

.modal-header {
  padding: 12px;
}

.modal-footer {
  justify-content: flex-start;
}

.modal-body {
  height: 70vh;
  overflow-y: scroll;
}

#job-table {
  border: 1px solid #aaa;
}

#contents, #tags, #types, #categories, #languages, #settings {
    border: solid 1px #e0e0dc;
    padding: 0 10px 15px 10px;
    background: #f8f8f7;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.nav.navbar-nav.navbar-right {
    color: white;
}

.dropzone {
    border: 2px dashed #0087F7 !important;
    border-radius: 5px;
    background: white !important;
    background: #E8E9EC !important;
    margin-top: 2em;
    height: 40vh;
}
*/

#compare-content {
    word-wrap: break-word; 
    table-layout: fixed;
    overflow-x: hidden;
}

.cms-compare-column-name {
	width: 12%
}

.cms-compare-left-content,
.cms-compare-right-content {
	width: 44%
}

.diff-removed {
	background-color: #ffc6c6;
}

.diff-added {
	background-color: #c4ffc3;
}

.cms-image {
  max-height: 200px;
  max-width: 100%;
}

.content-primary-image {
  max-height: 100px;
  max-width: 100%;
}

.img-container {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

