﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}


@media (min-width: 1600px) {
    .container {
        max-width: 1550px;
    }
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #FF6A39;
    border-color: #FF6A39;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #db3900;
        border-color: #db3900;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #FF6A39;
    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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

#topNav {
    background-color: #fff !important;
}


.navbar-nav a:hover {
    border-bottom: 1px solid #fd6c35 !important;
    margin: 2px;
}

.container {
    position: relative;
}

.tep_logo {
    float: left;
}

.nav_logo{
    margin-right:30px;
    display:flex;
}

.vr {
    height: 100px;
    width: 2px;
    background-color: #63666A;
    margin-left: 20px;
    margin-right: 20px;
}

.k-grid {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.k-grid-header {
    border-bottom: 1px solid black !important;
    background-color: #cccccc !important;
}

.block {
    border: 1px solid #cccccc;
    padding: 20px;
    border-radius: 8px;
    background-color: #f6f6f6;
}

.card-title > a {
    color: black;
}

    .card-title > a:hover {
        text-decoration: none;
    }

/*FAQS*/

.panel-title {
    position: relative;
}

    .panel-title::after {
        content: "\f107";
        color: #fd6c35;
        top: -2px;
        right: 0px;
        position: absolute;
        font-family: "FontAwesome"
    }

    .panel-title[aria-expanded="true"]::after {
        content: "\f106";
        color: #fd6c35;
    }

.faqQ {
    border-bottom: 1px solid #343a4054;
    padding: 10px 10px 2px 10px;
    cursor: pointer;
    margin-top: 20px;
    text-align:left;
}

.faqA {
    padding: 10px;
    text-align: left;
}


/*End FAQS*/

.downloadLink{
    font-size:24pt;
}

.downloadLinkSmall {
    font-size: 18px;
}

.invisibleEditorWindow {
    display: none;
}

.grey-button {
    background-color: #6c757d;
    color: black !important;
}

    .grey-button:hover {
        background-color: #545d66;
    }

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.k-doc-upload .k-action-buttons {
    display: none !important;
}

/* brf form */

.nav{
    
}

.nav-tabs .nav-link {
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: none;
    color: black;
    background-color: #ebebeb;
}

    .nav-tabs .nav-link:hover {
        border-top: 1px solid #FF6A39;
        border-right: 1px solid #FF6A39;
        border-left: 1px solid #FF6A39;
        border-bottom: none;
        color: #FF6A39;
    }

    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        border-color: black black #fff;
        border-width: 2px;
        color: white;
        font-weight: bold;
        background-color: #FF6A39;
    }

#BRFtabContent {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15pt;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem #FF6A39;
}

.brfLabel {
    font-weight: bold;
    padding: 10px;
}

.brfLabelRight {
    font-weight: bold;
    text-align: right;
    padding: 10px;
}

.brfValue {
    padding: 10px;

}

.brfTable{
    margin-bottom:15px;
}

.brfTable td{
    padding:10px;
    border:1px solid black;

}

    .brfTable th {
        padding: 5px;
        border: 1px solid black;
    }

.brfTabHeader {
    border-bottom: 3px solid black;
    padding-bottom:10px;
}

.tristatePageHeader {
    font-size: 22.0pt;
    line-height: 115%;
    font-family: 'Calibri', sans-serif;
    font-weight: bolder;
}
