﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Header */
#main_nav1 li a {
    color: #808080;
    font-size: 18px !important;
    font-weight: normal;
    padding-bottom: 4px !important;
}
/*
@media (min-width: 995px) {
    .menu-dropdown {
        display: none !important;
    }
}

@media (max-width: 995px) {
    .menu-navbar {
        display: none !important;
    }
}*/

/*@media (max-width: 995px) {
    .sp-right-img {
        height: 80%;
    }
}
*/

.center {
    border: 5px solid #FFFF00;
    text-align: center;
}

@media (max-width: 700px) {
    #lak-footer-wide {
        display: none !important;
    }
}

@media (min-width: 700px) {
    #lak-footer-narrow {
        display: none !important;
    }
}

.webinar-video {
    width: 100%;
    height: auto;
}

.tagit-logo-red {
    color: #EF4136;
}

.tagit-logo-gray {
    color: #58595B;
}

#lak-footer-narrow {
    margin-bottom: 20px;
}

#lak-footer-narrow div {
    height: 24px;
    text-align: center;
}

.lak-bottom-links {
    padding-right: 10px;
}

.sp-right-img {
    padding-bottom: 50px;
}

.list-inline {
    display: flex;
}

.feedback-textarea { 
    height: 150px;
}

.list-inline li {
    flex: 1;
    text-align: center;
}

.centerimage {
    margin: auto;
    display: block;
    width: 60%;
}

#top_menu_nav_div li {
    margin-right: 20px;
}

#top_menu_nav_div li a:hover {
    color: #41413d;
}

.selected-top-menu-item {
    color: #41413d !important;
    font-weight: bold;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* standard page */

.sp-top-header {
    margin-top: 10px;
    margin-bottom: 20px;
}

.sp-outer-wrapper {
    color: #41413d;
    width: 100%;
    padding-top: 30px;
}

    .sp-outer-wrapper h4 {
        color: #41413d !important;
    }

    .sp-outer-wrapper a {
        font-weight: bold;
        text-decoration: underline;
    }

    .sp-my-header {
        background-color: #EDEDED;
        color: #192B37 !important;
    }

.sp-p1 {
    padding-bottom: 10px;
    color: #575757 !important;
}

@media (min-width: 768px) {
    .sp-img1 {
        height: 100px;
    }
}

@media (max-width: 768px) {
    .tab-disappear {
        display: none !important;
    }
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    overflow-y: scroll;
    font-family: Helvetica, Arial, sans-serif !important;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
#menu {
    position: fixed;
    right: 0;
    top: 50%;
    width: 8em;
    margin-top: -2.5em;
}
.responsive-tabs.nav-tabs {
    position: relative;
    z-index: 10;
    height: 42px;
    overflow: visible;
    border-bottom: none;
}

@media (min-width: 768px) {
    .responsive-tabs.nav-tabs {
        display: block;
    }
}

@media (max-width: 768px) {
    .responsive-tabs.nav-tabs {
        display: block;
        flex-wrap: none;
    }
}

.responsive-tabs.nav-tabs i.fa {
    position: absolute;
    top: 14px;
    right: 22px;
}

    .responsive-tabs.nav-tabs i.fa.fa-caret-up {
        display: none;
    }

@media (min-width: 768px) {
    .responsive-tabs.nav-tabs i.fa {
        display: none;
    }
}

.responsive-tabs.nav-tabs > li {
    display: none;
    float: none;
    text-align: center;
}

    .responsive-tabs.nav-tabs > li:last-of-type > a {
        margin-right: 0;
    }

    .responsive-tabs.nav-tabs > li > a {
        margin-right: 0;
        background: #fff;
        border: 1px solid #DDDDDD;
    }

@media (min-width: 768px) {
    .responsive-tabs.nav-tabs > li > a {
        margin-right: 4px;
    }
}

.responsive-tabs.nav-tabs > li.active {
    display: block;
}

    .responsive-tabs.nav-tabs > li.active a {
        border: 1px solid #DDDDDD;
        border-radius: 2px;
    }

@media (min-width: 768px) {
    .responsive-tabs.nav-tabs > li.active a {
        border-bottom-color: transparent;
    }
}

@media (min-width: 768px) {
    .responsive-tabs.nav-tabs > li {
        display: block;
        float: left;
    }
}

.responsive-tabs.nav-tabs.open i.fa.fa-caret-up {
    display: block;
}

@media (min-width: 768px) {
    .responsive-tabs.nav-tabs.open i.fa.fa-caret-up {
        display: none;
    }
}

/*.responsive-tabs.nav-tabs.open i.fa.fa-caret-down {
    display: none;
}

.responsive-tabs.nav-tabs.open > li {
    display: block;
}

.responsive-tabs.nav-tabs.open > li a {
    border-radius: 0;
}

.responsive-tabs.nav-tabs.open > li:first-of-type a {
    border-radius: 2px 2px 0 0;
}

.responsive-tabs.nav-tabs.open > li:last-of-type a {
    border-radius: 0 0 2px 2px;
}

@media (min-width: 768px) {
    .nav-disappear {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .tab-disappear {
        display: none !important;
    }
}

@media (min-width: 1000px) {
    .sp-right-img {
        height: 100%;
    }
}

@media (max-width: 1000px) {
    .sp-right-img {
        height: 70%;
    }
}*/