html, body {
    height: 100%;
}

*:focus {
    outline: none;
}

a {
    color: #666;
    text-decoration: none !important;
}

a:hover {
    /*color: #333;*/
}

.block-section > table th, td {
    padding: 10px;
}

.block-section > table tr:nth-child(odd) {
    /*background-color: #f6f6f6;*/
    background-color: #CCE8E4;
}

.block-section > table {
    caption-side: top;
}

.block-section tbody, td, tfoot, th, thead, tr {
    border-width: 1px;
    border-color: #d3d3d3;
}

.pl-private {
    border: 2px dashed #777;
}

.responsive {
    width: 100%;
    height: auto;
    min-height: 200px;
}

.pl-border {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.bg-pl-sec, .pl-secondary {
    background: #77B0AA;
}

.pl-primary {
    background: #135D66;
    color: white;
}

img.full-width {
    display: block;
    margin: auto;
}

.pl-tetiary {
    background: #198a8c;
}

.pl-private {
    border: 2px dashed #77B0AA !important;
}

.btn-search {
    background: transparent;
    border: none;
    color: white;
}

.btn-search:hover {
    font-weight: 700;
}

.pl-search {
  border: none;
  color: white;
  border-bottom: 2px solid white;
  background: transparent;
  border-radius: 0px;
}

.pl-c-dots {
    height: 20px;
    width: 15px;
    background: transparent;
    outline: none;
    padding: 0px;
    margin: 3px;
}

.video-card > .card {
    padding: 0px !important;
    height: 260px;
    width: 400px;
}

.video-card > .card-body > div.djangocms-video-plugin, .video-card iframe {
    height: 230px;
    width: 370px;
}

.comment-box {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.comment-box:hover {
    z-index: 9999;
}

.comment-button {
    background-color: #0077b3;
    color: white;
    position: fixed;
    width: 56px;
    height: 56px;
    border-radius: 30px;
    font-size: 15px;
    text-align: center;
    border: none;
}

.comment-count {
    width: 22px;
    height: 22px;
    border-radius: 11px;
    font-size: 14px;
    background-color: rgb(237, 67, 67);
    color: white;
}

.comment-button-sm {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    font-size: 15px;
}

.hover-border:hover {
    border: 1px solid #444c89;
}

.no-b {
    border: none;
    border-color: transparent;
}

.pl-ul {
    list-style-type: none;
}

.pl-ul a {
  color: #135D66;
}

.pl-shadow, .pl-shadow-div > div {
    box-shadow: 1px 1px 3px #999;
}

.pl-ul a:hover {
    color: #0e434a;
  }

#navbar-main-ul, #scroll-parent { transition: all 1s ease; }

#navbar-logo img{
    transition: transform 1000ms ease-in-out;
    transform-origin: left top;
}
#navbar-logo.scale-down img {
    transform: scale(0.85);
}

.underline {
    display: inline-block;
    margin-top: 5px;
    width: 100%;
    height: 2px;
}

.btn-pl-secondary {
    background: #77B0AA;
    color: white;
    border: none;
    padding: 6px 10px 6px 10px;
    transition: background 200ms ease;
}

.btn-pl-secondary:hover {
    background: #5b8e89;
}

.btn-pl-primary {
    background: #135D66;
    color: white;
    margin: 20px;
    border: none;
    padding: 6px 10px 6px 10px;
    transition: background 200ms ease;
}

.btn-pl-primary:hover {
    background: #0e515a;
}

.btn-enlarge i {
    font-size: 2rem;
    transition: font-size 200ms ease-in-out;
}

.btn-enlarge:hover i {
    font-size: 3.0rem;
}

.original-800 {
    width: 800px !important;
    height: auto !important;
}

.doran-style {
    background: #777;
}