﻿.masthead {
    height:122px;
	background-color: #2e6cb5;
	padding-top:10px;
}

.logo {
	padding-left: 10px;
}

.logo-text {
	font-family: 'Times New Roman', Times, serif;
    color: #fff;
    padding: 28px 10px 0px 10px;
    line-height: 1.2;
	font-size: 18px;
	font-weight: bold;
}

/* These allow for vertical whitespace of various sizes between elements */
.spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer100 { height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }

body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative !important;
  margin-left: 0px !important;
}

/*.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}*/

.affix {
	top:10px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* Undo the max width above for btn-block elements */
.btn-block{
	max-width: none;
}

/* sidebar */
.bs-docs-sidebar {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* all links */
.bs-docs-sidebar .nav>li>a {
    color: #999;
    border-left: 2px solid transparent;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 400;
}

/* nested links */
.bs-docs-sidebar .nav .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 12px;
}

/* active & hover links */
.bs-docs-sidebar .nav>.active>a, 
.bs-docs-sidebar .nav>li>a:hover, 
.bs-docs-sidebar .nav>li>a:focus {
    color: #563d7c;                 
    text-decoration: none;          
    background-color: transparent;  
    border-left-color: #563d7c; 
}
/* all active links */
.bs-docs-sidebar .nav>.active>a, 
.bs-docs-sidebar .nav>.active:hover>a,
.bs-docs-sidebar .nav>.active:focus>a {
    font-weight: 700;
}
/* nested active links */
.bs-docs-sidebar .nav .nav>.active>a, 
.bs-docs-sidebar .nav .nav>.active:hover>a,
.bs-docs-sidebar .nav .nav>.active:focus>a {
    font-weight: 500;
}

/* hide inactive nested list */
.bs-docs-sidebar .nav ul.nav {
    display: none;           
}
/* show active nested list */
.bs-docs-sidebar .nav>.active>ul.nav {
    display: block;           
}

/* toggleable list -- used by FAQ -- need to make more generic */
[id^="togList"],
[id^="togList"] ~ .list,
[id^="togList"] + label  span + span,
[id^="togList"]:checked + label span{
  display:none;
}
[id^="togList"] + label span{
  cursor: default;
  display:inline-block;
}
[id^="togList"]:checked + label span + span{
  cursor: default;
  display:inline-block;
}
[id^="togList"]:checked ~ .list{
  display:block;
}

/* hidden field controller -- used by DLReturn -- need to make more generic */
[name$="RemoveInd"]:checked,
[name$="RemoveInd"]:checked ~ [for$="RemoveInd"],
[name$="RemoveInd"] ~ [for$="TaxationEndDate"],
[name$="RemoveInd"] ~ [for$="TaxationEndDate"] + .input-group
{
    display: none;
}

[name$="RemoveInd"]:checked ~ [for$="TaxationEndDate"],
[name$="RemoveInd"]:checked ~ [for$="TaxationEndDate"] + .input-group
{
    display: inline-block;
}

/* enforce psuedo-rows for when panels overflow and otherwise break bootstrap columns */
@media (min-width: 1200px) {
    div.row div.col-lg-3:nth-child(4n + 1),
    div.row div.col-lg-4:nth-child(3n + 1),
    div.row div.col-lg-6:nth-child(2n + 1)
    {
        clear: left;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    div.row div.col-md-3:nth-child(4n + 1),
    div.row div.col-md-4:nth-child(3n + 1),
    div.row div.col-md-6:nth-child(2n + 1)
    {
        clear: left;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    div.row div.col-sm-3:nth-child(4n + 1),
    div.row div.col-sm-4:nth-child(3n + 1),
    div.row div.col-sm-6:nth-child(2n + 1)
    {
        clear: left;
    }
}
@media (max-width: 768px) {
    div.row div.col-xs-3:nth-child(4n + 1),
    div.row div.col-xs-4:nth-child(3n + 1),
    div.row div.col-xs-6:nth-child(2n + 1)
    {
        clear: left;
    }
}

.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}

/*.back-to-top {
    padding: 4px 34px;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #999;
	text-decoration: none
}

.back-to-top:hover {
    color: #563d7c;
    text-decoration: none
}*/