.panel-default>.panel-heading{
  color: #333;
  background-color: aliceblue;
  border-color: #ddd;
  border-left: 1px solid #ddd;
}
.fa-upload:before {
  font-size:35px;
}
.table-class{
  margin-top: 2%;
  margin-bottom: 2%;
}

.pagination{
  margin:0px;
  padding:0px;
  margin-bottom:5%;
}

@media (max-width: 800px) {
  .pagination{
    margin-left:9%;
  }

  .blogs-title{
    margin-left:57px;
  }
}


.clickable{
  cursor: pointer;
}

.panel-heading span {
  margin-top: -20px;
  font-size: 15px;
}

.container-fluid{
  color: #000;
}
#blog_status{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#cke_1_contents{
  height:50px;
}

#featured_image{
  display:none;
}
.cke_chrome{
  border:none;
}

.row-1{
  margin-top:40px;
  padding: 0 10px;
}
.clickable{
  cursor: pointer;
}

.panel-heading span {
  margin-top: -20px;
  font-size: 15px;
}

.container-fluid{
  color: #000;
}
#blog_status{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#featured_image{
  display:none;
}
.blog-title{
  color:#3f869b;
}
.text-color{
  padding-top: 2%;
  color: lightslategray;
}

.title-row{
  margin-top:2%;
  border-bottom: 1px solid #bababa;
}


.container-color{
  color:black;
  background-color: #F8F8F8
}
.container .jumbotron{
  padding-left: 20px;
  padding-right: 20px;
}

.jumbotron:nth-of-type(even) {
  background-color:#fff;
}

.quotation-mark{
  margin-top: 10px;
  font-weight: normal;
  font-size:20px;
  color:black ;
  font-family: sans-serif;
}

.quote-box{
  overflow: hidden;
  margin-top: -50px;
  padding-top: -100px;
  border-radius: 17px;
  background-color: white;
  margin-top: 3px;
  color:white;
  width: 90%;
  box-shadow: 2px 2px 2px 2px #E0E0E0;
}

p{
  color:black
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 15%;
}

@media (max-width: 800px) {
  .timeline{
    left:-6%;
  }
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }

  .timeline > li:after {
    clear: both;
  }

  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }

  .timeline > li:after {
    clear: both;
  }

  .timeline > li > .timeline-panel {
    width: 80%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  }

      .timeline > li > .timeline-panel:before {
        position: absolute;
        top: 26px;
        right: -15px;
        display: inline-block;
        border-top: 15px solid transparent;
        border-left: 15px solid #ccc;
        border-right: 0 solid #ccc;
        border-bottom: 15px solid transparent;
        content: " ";
      }

      .timeline > li > .timeline-panel:after {
        position: absolute;
        top: 27px;
        right: -14px;
        display: inline-block;
        border-top: 14px solid transparent;
        border-left: 14px solid #fff;
        border-right: 0 solid #fff;
        border-bottom: 14px solid transparent;
        content: " ";
      }

  .timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 15%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
  }

  .timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  .timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-heading{
  margin-top: -15px;
}

@media (max-width: 800px){
  .quote-box{
    margin-left: 5%;
  }
}

.wrapper {
height: 100%;
width: 100%;
background-color: #F8F8F8
}

.card {
  display: block;
  margin-top: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  transition: box-shadow .25s;
}
.card:hover {
box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.card-content {
  padding:15px;
  text-align:left;
  margin-bottom: 5%;
  color:black;
}
.card-content.blog-content{
  word-break: break-word;
}
.card-title {
  margin-top:0px;
  font-size: 1.50em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}

.admin.blog-index h1,h3{
  font-weight: unset;
}

.row.row-1 p{
  color:black
}

#show-url{
  font-size: 80%;
  color:#88061d;
  width: 100%;
  word-break: break-all;
}
