.key {
    font-size: 24px;
    font-weight: bold;
    margin: 5px;
    text-decoration: solid;
    font-family: "Roboto Condensed", Arial Narrow, Avenir Next Condensed, Roboto, sans‑serif, sans-serif;
}
.value {
    font-size: 18px;
    margin: 5px;
    font-family: 'Source Sans Pro', sans-serif;
}
.data-block{
}
.image-container{
    margin:20px;
}
.tag-row{
    margin: 10px;
}
.tag-name{
    display: inline;
}
hr {
    width: 100%;
    color: black;
    height: 2px;
}
table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}
table td, table th {
  border: 1px solid black;
}
table tr:first-child th {
  border-top: 0;
}
table tr:last-child td {
  border-bottom: 0;
}
table tr td:first-child,
table tr th:first-child {
  border-left: 0;
}
table tr td:last-child,
table tr th:last-child {
  border-right: 0;
}
th, td {
  text-align: left;
  padding: 8px!important;
}
.highlight{
    font-weight: bold;
    color: red;
}

tr:nth-child(even) {background-color: #eaeaea;}

.https{
    background-color: lightgreen;
}
.http{
    background-color: palevioletred;
}
.code-200{
    background-color: lightgreen;
}
.code-301{
    background-color: palevioletred;
}
.code-404{
    background-color: palevioletred;
}
.target-1{
    background-color: lightgreen;
}
.target-1{
    background-color: lightgreen;
}
.keyword-box{
    background-color: white;
    padding: 5px;
}
.target-text{
    display: inline;
}
.button{
    font-family: "Roboto Condensed", Arial Narrow, Avenir Next Condensed, Roboto, sans‑serif, sans-serif;
    color: white;
    padding: 8px 12px;
    margin: 5px;
    background-color: #479cfb;
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    display: block;
}
.button:hover{
    cursor: pointer;
    box-shadow: 1px 1px 5px 2px #8f8f8f;
}
.button-row{
    display: flex;
    align-items: center;
}
.launch-button{
    background-color: #0e910f;
    cursor: pointer;
}
.branches{
    font-family: "Roboto Condensed", Arial Narrow, Avenir Next Condensed, Roboto, sans‑serif, sans-serif;
    padding: 6px 12px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 5px;
    background-color: black;

}
.rich-text-block{
    border-top: 0!important;
}
.rich-text-block * img:hover{
    opacity: 100%;
}
.stat{
    margin: 5px;
}
.keyword:nth-child(even) {background-color: #eaeaea;}
.valid-0{
    background-color: red;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--thedirect-color);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--thedirect-color);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.switch-row-alpha{
    display: flex;
    align-items: center;
    margin-left: auto;
}
.switch-row{
    display: flex;
    align-items: center;
    margin: 0 20px;
}
.switch-form{
    margin: 10px;
}
.switch_para{
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 18px;
}
h2, h3{
    scroll-margin-top: 80px;
}
.toc-ul{
    list-style-position: outside;
    padding-left: 15px;
    margin-left: 5px;
}
.header-h2{
    font-weight: bold;
    padding-top: 10px;
}
.header-h3{
    padding-top: 10px;
}
html {
  scroll-behavior: smooth;
}
.wrap_search{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 5px 5px 5px;
}
.searchTerm{
    width: 800px;
}
.searchTerm{
    padding: 5px;
}
.searchButton{
    background-color: #0D599C;
    padding: 5px;
    color: white;
}
  .update-menu{
    width: 800px;
  }
  #update-bar{
    position: fixed;

    /*top: 82px;*/
    /*height: 30px;*/
    /*width: 100%;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*z-index: 5;*/
    /*border-bottom: 1px gray solid;*/
  }
  .breadcrumb-section{}
  .update-bar-contents{
    width: 1200px;
      height: 30px;
  }
  .change-bar{
    float: right;
  }

  #update-text{
    display: inline;
  }
  .save_message{
      max-width: 1200px;
      height: 30px;
      display: inline-flex;
      justify-content: start;
      text-align: center;
      color: white;
      font-weight: bold;
      line-height: 30px;
  }
  .save_state{
      max-width: 1200px;
      height: 30px;
      display: inline-flex;
      justify-content: end;
      align-items: center;
      float: right;
      text-align: center;
      color: white;
      font-weight: bold;
      line-height: 30px;
  }
  .save-2{
      background-color: #45db77!important;
  }
  .save-3{
      background-color: #be9b31!important;
  }
  .save-1{
      background-color: #be9b31!important;
  }
  #article-modified-bar{
      background-color: gray;
  }
  .update-btn{
      margin-left: 10px;
  }
  .publish-changes-button{
      color: white;
      background-color: #be9b31;
  }
  .revert-changes-button{
      color: white;
      background-color: #f35a51;
  }
  .loader {
      display: inline-block;
      border: 5px solid #f3f3f3;
      border-radius: 50%;
      border-top: 5px solid #3498db;
      width: 12px;
      height: 12px;
      -webkit-animation: spin 2s linear infinite; /* Safari */
      animation: spin 2s linear infinite;
      margin-left: 10px;
    }
  .rich-text-block{
      padding: 0 50px!important;
  }
  @media screen and (max-width:768px){
      .branches{
          font-size: 12px;
          padding: 4px 8px;
      }
      .page-contents{
          margin-top: 30px;
      }
      .latest-news{
          margin: 10px 10px;
      }
      .save_message{
          display: none;
      }
      .mobile-staging{
          overflow: auto;
          margin: 10px;
      }
      .rich-text-block{
          padding: 0 0px!important;
          margin: 0 22px!important;
      }
      .save_state{
          justify-content: center;
          align-items: center;
          width: 100%;

      }
      .button-row{
          display: block;
      }
      .switch-row-alpha{
          display: none;
      }
      .button{
          display: inline-block;
          box-sizing: border-box;
          overflow: auto;
          width: calc(100% - 20px);
          margin: 3px 10px;
          font-size: 12px;
          padding: 5px 10px;
          float: none;
      }
      .button-form{
          margin: 3px 0;
          width: 100%;
          display: inline-block;
      }
  }
  .staging-button{
      display: none;
  }
/* MODAL CSS*/
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 8% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
    position: relative;
}
.close-button{
  background-color: red;
    border: 1px solid red;
  color: white;
  padding: 5px 5px 9px 9px;
  width: 20px;
  height: 20px;
  position: absolute;
    border-radius: 100%;
  right: -20px;
  top: -20px;
}
.close-button:hover{
    background-color: white;
    color: red;
    cursor: pointer;
}
.error-message-contents{
    width: 800px;
}
.fa-times{
    position: relative;
    text-align: center;
    top: calc(50% - 10px);
    font-size: 24px;
}
.delete-keyword{
    color: black;
}
.delete-keyword:hover{
    cursor: pointer;
    color: red;
}
.error-mark{
    margin-left: 10px;
}
.check-mark{
    background-color: green;
    color: white;
    padding: 5px;
    margin-left: 10px;
    border-radius: 50%;
}
.item{
    padding: 5px 10px;
}
.count{
    color: black;
    font-weight: bold;
    margin: 0 5px;
}
.fa-copy{
    margin-left: 10px;
}
.fa-info{
    border: 1px black solid;
    border-radius: 100%;
    padding: 2px 5px;
    margin-left: 10px;
    font-size: 12px;
    margin-bottom: 10px;
    position: relative;
}
.spoilers, .ck-spoilers, .ck.ck-button.ck-spoilers{
    color: #CC0000;
    font-weight: bold;
}
.ck-spoilers{
    color: #CC0000;
    font-weight: bold;
}
#error-bar{
    display: inline;
}
.tag-row{
    display: inline-flex;
    background-color: lightgrey;
    border: #6c6c6c 1px solid;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    border-radius: 5px;
    flex-shrink: 0;
    flex-grow: 0;
}
.tag-image{
    line-height: 20px;
    text-align: center;
    width: 20px!important;
    height: 20px!important;
    padding: 0 5px;
}
.tag-name{
    font-size: 16px;
    line-height: 20px;
    color: black;
}
.tag-row:hover > .tag-name{
    font-weight: bold;
}
.sidebar-wrapper{
    overflow: visible;
}
.sidebar {
    position: relative;
    overflow: auto;
    width: 400px;
}
.save-bar{
    z-index: 1;
    top: 53px;"
}
.article-description{
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0 10px 0;
}
#editor figure{
    z-index: 0!important;
}
  @media screen and (max-width:768px) {
    .save-bar{
      top: 43px;
    }
  }
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.photo{
    width: auto;
    max-height: 200px;
}
.photo:hover{
    opacity: 70%!important;
    cursor: pointer;
}
.photo-container{
    position: relative;
    margin: 0 auto;
    width: auto;
    max-height: 200px;
}
.copied-layer{
    display: none;
      position: absolute; /* Position the background text */
      bottom: 0; /* At the bottom. Use top:0 to append it to the top */
      color: black; /* Grey text */
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.7);
    font-family: "Roboto Condensed", Arial Narrow, Avenir Next Condensed, Roboto, sans‑serif, sans-serif;
    font-size: 36px;
      width: 100%; /* Full width */
      height: 100%;
    justify-content: center;
    text-align: center;
    line-height: 200px;
}
.photo-container:hover{
    cursor: pointer;
}
.photo-container:hover > .copied-layer{
    display: block;
}
  @media screen and (max-width:768px) {
    .photo{
        width: auto;
        max-height: 70px;
    }
      .input-window{
          font-size: 12px;
          max-width: 100px;
      }
    .copied-layer{
        font-size: 24px;
        line-height: 70px;
    }
  }
       .spoilers, .ck-spoilers, .ck.ck-button.ck-spoilers{
            color: #CC0000;
            font-weight: bold;
        }
        .ck-spoilers{
            color: #CC0000;
            font-weight: bold;
        }
        #error-bar{
            display: inline;
        }
        .tag-row{
            display: inline-flex;
            background-color: lightgrey;
            border: #6c6c6c 1px solid;
            justify-content: center;
            align-items: center;
            line-height: 20px;
            border-radius: 5px;
            flex-shrink: 0;
            flex-grow: 0;
        }
        .tag-image{
            line-height: 20px;
            text-align: center;
            width: 20px;
            height: 20px;
            padding: 0 5px;
        }
        .tag-name{
            font-size: 16px;
            line-height: 20px;
            color: black;
        }
        .tag-row:hover > .tag-name{

        }
        .tag-hover:hover{
            cursor: pointer;
        }
        .sidebar-wrapper{
            overflow: visible;
        }
        .sidebar {
            position: relative;
            overflow: auto;
            width: 400px;
        }
/*ERROR BOX*/
.highlight{opacity:0.4; border: red 5px solid;}
.error{
    background-color: rgba(255, 0, 0, 0.66);
    border: 2px red solid;
    padding: 5px 20px;
    margin: 10px 2px;
    border-radius: 10px;
    display: inline-block;
    font-weight: bold;
    color: white;
}
.error:hover{
    background-color:  rgba(255, 0, 0, 0.44);
    color:black;
    cursor: pointer;
}
.num-tags-error{
    background-color: #eed202;
    border: 2px #daab00 solid;
}
.num-tags-error:hover{
   background-color: #eed202;
    color: white;
    cursor: default;
}
.suggestTag{
    color: cornflowerblue;
}
.suggestTag:hover{
    color: #1f61ee;
    cursor: pointer;
}
.staff-tag-section{
    border-bottom: 2px solid #7aa6fc;
    font-family: 'Source Sans Pro', sans-serif;
}
.staff-dropdown-section{
    display: block;
    position: relative;
    float: right;

}
.staff-dropdown-section:hover .staff-dropdown{
    display:block;
}
.staff-dropdown-button{
    background-color: #15202B;
     margin: 0;
}
.staff-dropdown{
    display: none;
    background-color: #15202B;
    width: 350px;
    padding-top: 20px;
    position: absolute;
    right: -100px;


}
.staff-tag{
    color: white;
    font-weight: bold;
    padding: 20px;
}
.staff-tag-note{
    width: 350px;
    height: 50px;
    background-color: #f8f8f8;
}
.content-area{
    background-color: #f8f8f8;
}
.textarea {
  display: block;
    background-color: #f8f8f8;
    box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  resize: both;
  min-height: 40px;
  line-height: 20px;
    padding: 15px 10px;
    border: 1px solid black;
}

.textarea[contenteditable]:empty::before {
  content: "Optional Note";
  color: gray;
}
.center-vertical{
    display: flex;
    align-items: center;
    height: 100%;
}
#tag_sort_box{
    padding: 0 10px;
    margin-top: 10px;
    height: 350px;
    overflow: scroll;
}
#tag_sort_box .tag-suggestion-section:hover{
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
#tag_sort_box .tag-suggestion-section:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
#tag_search_box{
    height: 400px;
    overflow: scroll;
    padding: 0 5px;
}
#myInput{
    width: 100%;
}
.tag_suggestion{
    width: 100%;
    display: block;
}
.tag-suggestion-section{
    padding: 10px 10px;
    border-bottom: 1px solid darkgrey;
    border-top: 1px solid darkgrey;
}
.context-tip-container:hover{
    cursor: pointer;
    background-color: black;
    color: white;
}
.context-tip{
    display: none;
}
.context-tip-container:hover .context-tip{
    display: block;
    position: relative;
    width: 0;
    height: 0;
    background-color: black;
}
.context-tip-text{
    position: absolute;
    bottom: 30px;
    background-color: white;
    border: 3px solid #2d2d2d;
    border-top: 3px solid #2d2d2d!important;
    padding: 5px;
    margin: 5px;
    color: black;
    width: 800px;
}
.tag-button{
    background-color: #212121;
    padding: 5px 10px;
    color: white;
    border: 2px solid #464646;
    cursor:pointer;
}
.tag-button:hover{
    background-color: #464646;
    border: 2px solid #212121;
}
.add-button{
    background-color: #45db77;
    padding: 5px 10px;
    color: white;
    border: 2px solid green;
    cursor:pointer;
    float: right;

}
.add-button:hover{
    background-color: green;
    border: 2px solid #45db77;
}
.link-present-1{
    background-color: rgb(220, 255, 217);
}
.remove-button{
    background-color: #db4545;
    padding: 5px 10px;
    color: white;
    border: 2px solid #800000;
    cursor: pointer;
    float: right;
}
.remove-button:hover{
    background-color: #800000;
    border: 2px solid #db4545;
}
  @media screen and (max-width:768px) {
   .staff-dropdown-section{
       display: none;

   }
      .tag-button, .remove-button, .add-button{
          font-size: 10px;
          padding: 2px 5px!important;
      }
  }