html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    margin-left:0px;
    margin-right:0px;
    min-width: 985px;
    background: #ccc;
}

.hide-on-desktop, .label-select.label-months {
    display: none !important;
}

    
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
    
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
    
audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 500;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@media print {
	
	.list-view.liaisons-list .col-md-6 .sect h4, .list-view.liaisons-list .col-md-6 .sect h3, .list-view.liaisons-list, .list-view.liaisons-list .sect a h4 {
		font-family: helvetica, arial, sans-serif !important;
	}
    * {
		page-break-inside: inherit !important;
	}
	
    div.help-alert, a.report-details, a.full-report, a.liaison-nav-pdf, div.dataTables_length, div.dataTables_info, div.dataTables_paginate {
        display:none !important;
    }
    a.sans-title {
        padding-right:0px !important;
    }
    div#datatable-outer-wrapper {
        padding-top:60px;
    }
    section.sect.report-detail h4 {
        width:100% !important;
    }
    div.title-bar {
        margin-bottom:0px !important;
    }
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    div.generated-report {
    border-bottom: 1px solid #000 !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }

    .list-view.liaisons-list .sect ul li a.full-report {
        display: none !important;
    }
    
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "PT Serif", Times, serif;
    font-size: 17px;
    line-height: 1.4;
    color: #333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #3498db;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #1d6fa5;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Lato", "helvetica", "arial", sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 300;
    line-height: 1;
    color: #999999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 24px;
    margin-bottom: 12px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 12px;
    margin-bottom: 12px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 44px;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 29px;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 12px;
}

.lead {
    margin-bottom: 24px;
    font-size: 19px;
    font-weight: 100;
    line-height: 1.4;
}

@media screen and (min-width: 720px) {
    .lead {
        font-size: 25.5px;
    }
}

small,
.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #3498db;
}

a.text-primary:hover {
    color: #217dbb;
}

.text-success {
    color: #336e43;
}

a.text-success:hover {
    color: #234b2e;
}

.text-info {
    color: #696d70;
}

a.text-info:hover {
    color: #505356;
}

.text-warning {
    color: #bb7f04;
}

a.text-warning:hover {
    color: #895d03;
}

.text-danger {
    color: #b22d2e;
}

a.text-danger:hover {
    color: #892323;
}

.bg-primary {
    color: #fff;
    background-color: #3498db;
}

a.bg-primary:hover {
    background-color: #217dbb;
}

.bg-success {
    background-color: #d6f3de;
}

a.bg-success:hover {
    background-color: #afe7be;
}

.bg-info {
    background-color: #ecf0f1;
}

a.bg-info:hover {
    background-color: #cfd9db;
}

.bg-warning {
    background-color: #f9eed8;
}

a.bg-warning:hover {
    background-color: #f2dbac;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 11px;
    margin: 48px 0 24px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 12px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.list-inline > li:first-child {
    padding-left: 0;
}

dl {
    margin-top: 0;
    margin-bottom: 24px;
}

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: 500;
}

dd {
    margin-left: 0;
}

@media screen and (min-width: 720px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 12px 24px;
    margin: 0 0 24px;
    font-size: 21.25px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #999999;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
    content: "";
}

address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
    display: block;
    padding: 11.5px;
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f3f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 720px) {
    .container {
        width: 700px;
    }
}

@media screen and (min-width: 985px) {
    .container {
        width: 966px;
    }
}

@media screen and (min-width: 1236px) {
    .container {
        width: 1206px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-0 {
    right: 0%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-0 {
    left: 0%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media screen and (min-width: 720px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666666666666%;
    }
    .col-sm-10 {
        width: 83.33333333333334%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666666666666%;
    }
    .col-sm-7 {
        width: 58.333333333333336%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
    .col-sm-1 {
        width: 8.333333333333332%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }
    .col-sm-pull-0 {
        right: 0%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666666666666%;
    }
    .col-sm-push-10 {
        left: 83.33333333333334%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666666666666%;
    }
    .col-sm-push-7 {
        left: 58.333333333333336%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666666666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.666666666666664%;
    }
    .col-sm-push-1 {
        left: 8.333333333333332%;
    }
    .col-sm-push-0 {
        left: 0%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media screen and (min-width: 985px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666666666666%;
    }
    .col-md-pull-10 {
        right: 83.33333333333334%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666666666666%;
    }
    .col-md-pull-7 {
        right: 58.333333333333336%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666666666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.666666666666664%;
    }
    .col-md-pull-1 {
        right: 8.333333333333332%;
    }
    .col-md-pull-0 {
        right: 0%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666666666666%;
    }
    .col-md-push-10 {
        left: 83.33333333333334%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666666666666%;
    }
    .col-md-push-7 {
        left: 58.333333333333336%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666666666667%;
    }
    .col-md-push-4 {
        left: 33.33333333333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.666666666666664%;
    }
    .col-md-push-1 {
        left: 8.333333333333332%;
    }
    .col-md-push-0 {
        left: 0%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media screen and (min-width: 1236px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666666666666%;
    }
    .col-lg-10 {
        width: 83.33333333333334%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666666666666%;
    }
    .col-lg-7 {
        width: 58.333333333333336%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666666666667%;
    }
    .col-lg-4 {
        width: 33.33333333333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.666666666666664%;
    }
    .col-lg-1 {
        width: 8.333333333333332%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }
    .col-lg-pull-0 {
        right: 0%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666666666666%;
    }
    .col-lg-push-10 {
        left: 83.33333333333334%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666666666666%;
    }
    .col-lg-push-7 {
        left: 58.333333333333336%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666666666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.666666666666664%;
    }
    .col-lg-push-1 {
        left: 8.333333333333332%;
    }
    .col-lg-push-0 {
        left: 0%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 24px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 1px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f3f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f3f5f4;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e5e9e9;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #d6f3de;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
    background-color: #c2edce;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #ecf0f1;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
    background-color: #dde4e6;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #f9eed8;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #f6e4c2;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

@media screen and (max-width: 719px) {

    .table-responsive {
        width: 100%;
        margin-bottom: 18px;
        /*overflow-y: hidden;*/
        /*overflow-x: scroll;*/
        /*-ms-overflow-style: -ms-autohiding-scrollbar;*/
        /*border: 1px solid #dddddd;*/
        /*-webkit-overflow-scrolling: touch;*/
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .blank_td {
        min-width: 155px;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 5px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 17px;
    line-height: 1.428571429;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #50b2f4;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(80, 178, 244, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(80, 178, 244, 0.6);
}

.form-control:-moz-placeholder,
.input-group:-moz-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder,
.input-group::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-group:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder,
.input-group::-webkit-input-placeholder {
    color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="date"] {
    line-height: 38px;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    min-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.radio label,
.checkbox label {
    display: inline;
    font-weight: 300;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 300;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.input-sm {
    height: 34px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 34px;
    line-height: 34px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 52px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 52px;
    line-height: 52px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 47.5px;
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 29px;
    right: 0;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #336e43;
}

.has-success .form-control {
    border-color: #336e43;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #234b2e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #56b16f;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #56b16f;
}

.has-success .input-group-addon {
    color: #336e43;
    border-color: #336e43;
    background-color: #d6f3de;
}

.has-success .form-control-feedback {
    color: #336e43;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #bb7f04;
}

.has-warning .form-control {
    border-color: #bb7f04;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #895d03;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fab62b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fab62b;
}

.has-warning .input-group-addon {
    color: #bb7f04;
    border-color: #bb7f04;
    background-color: #f9eed8;
}

.has-warning .form-control-feedback {
    color: #bb7f04;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #b22d2e;
}

.has-error .form-control {
    border-color: #b22d2e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #892323;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #da6b6c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #da6b6c;
}

.has-error .input-group-addon {
    color: #b22d2e;
    border-color: #b22d2e;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #b22d2e;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media screen and (min-width: 720px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        width:49%;
    }
    .form-inline .form-control {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 31px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media screen and (min-width: 720px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #666666;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #444444;
    background-color: #f3f5f5;
    border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #666666;
    background-color: #dde2e2;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #f3f5f5;
    border-color: #cccccc;
}

.btn-default .badge {
    color: #f3f5f5;
    background-color: #666666;
}

.btn-primary {
    color: #ffffff;
    background-color: #3498db;
    border-color: #258cd1;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #2383c4;
    border-color: #1c699d;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #3498db;
    border-color: #258cd1;
}

.btn-primary .badge {
    color: #3498db;
    background-color: #ffffff;
}

.btn-success {
    color: #ffffff;
    background-color: #ec785f;
    border-color: #e75231;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #e75231;
    border-color: #e33f1b;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5bb272;
    border-color: #4ea665;
}

.btn-success .badge {
    color: #5bb272;
    background-color: #ffffff;
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #f6bb43;
    border-color: #f5b22b;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #f4ad1c;
    border-color: #d8940a;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f6bb43;
    border-color: #f5b22b;
}

.btn-warning .badge {
    color: #f6bb43;
    background-color: #ffffff;
}

.btn-danger {
    color: #ffffff;
    background-color: #e74c3c;
    border-color: #e43725;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #df2e1b;
    border-color: #b62516;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #e74c3c;
    border-color: #e43725;
}

.btn-danger .badge {
    color: #e74c3c;
    background-color: #ffffff;
}

.btn-link {
    color: #3498db;
    font-weight: 300;
    cursor: pointer;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #1d6fa5;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.result-count.btn-group {
    margin-top: 10px;
    font-family: "Lato", "helvetica", "arial", sans-serif;
}

.result-count.btn-group .dropdown-menu {
    min-width: 40px;
    text-align: center;
}

.result-count.btn-group .btn {
    font-size: 14px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("fonts/glyphicons-halflings-regular.eot");
    src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 2px 12px;
    clear: both;
    font-weight: 500;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f3f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #ec785f;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #999999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media screen and (min-width: 720px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
  
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 52px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 52px;
    line-height: 52px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 34px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 34px;
    line-height: 34px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 22px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav > li.disabled > a {
    color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #3498db;
}

.nav .nav-divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media screen and (min-width: 720px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media screen and (min-width: 720px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #3498db;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media screen and (min-width: 720px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media screen and (min-width: 720px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 24px;
    border: 1px solid transparent;
}

@media screen and (min-width: 720px) {
    .navbar {
        border-radius: 4px;
    }
}

@media screen and (min-width: 720px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media screen and (min-width: 720px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media screen and (min-width: 720px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media screen and (min-width: 720px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media screen and (min-width: 720px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 13px 15px;
    font-size: 22px;
    line-height: 24px;
    height: 24px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

@media screen and (min-width: 720px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: none;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media screen and (min-width: 720px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 6.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
}

@media screen and (max-width: 719px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 24px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media screen and (min-width: 720px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

@media screen and (min-width: 720px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 6px;
    margin-bottom: 6px;
}

@media screen and (min-width: 720px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media screen and (max-width: 719px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 720px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 6px;
    margin-bottom: 6px;
}

.navbar-btn.btn-sm {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 13px;
    margin-bottom: 13px;
}

@media screen and (min-width: 720px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #ffffff;
    border-color: #eeeeee;
}

.navbar-default .navbar-brand {
    color: #939595;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #797c7c;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #939595;
}

.navbar-default .navbar-nav > li > a {
    color: #939595;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #5e5f5f;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #5e5f5f;
    background-color: #e2e6e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #eeeeee;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #e2e6e7;
    color: #5e5f5f;
}

@media screen and (max-width: 719px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #939595;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #5e5f5f;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #5e5f5f;
        background-color: #e2e6e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #939595;
}

.navbar-default .navbar-link:hover {
    color: #5e5f5f;
}

.navbar-inverse {
    background-color: #5bb272;
    border-color: #46945a;
}

.navbar-inverse .navbar-brand {
    color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #46945a;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #a1d3ae;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #4b9f61;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #46945a;
    color: #ffffff;
}

@media screen and (max-width: 719px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #46945a;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #46945a;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #46945a;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #a1d3ae;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999999;
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 24px;
    list-style: none;
    background-color: #f3f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}

.breadcrumb > .active {
    color: #999999;
}

.pagination,
.dataTables_paginate {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.dataTables_paginate a,
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 3px 6px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #3498db;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.dataTables_paginate a,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.dataTables_paginate a,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #1d6fa5;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.dataTables_paginate span a.ui-state-disabled,
.dataTables_paginate span a.ui-state-disabled:hover,
.dataTables_paginate a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #3498db;
    border-color: #3498db;
    cursor: pointer;
}

.dataTables_paginate a.ui-state-disabled,
.dataTables_paginate a.ui-state-disabled:hover,
.dataTables_paginate a.ui-state-disabled:focus,
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 22px;
}

.dataTables_paginate a.previous,
.dataTables_paginate a.next,
.dataTables_paginate span a {
    border-radius: 0;
}

.dataTables_paginate a.last {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.dataTables_paginate a.first {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.dataTables_paginate a {
    margin-left: -1px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 11px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 24px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999999;
    background-color: #ffffff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080;
}

.label-primary {
    background-color: #3498db;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #217dbb;
}

.label-success {
    background-color: #5bb272;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #46945a;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f6bb43;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #f4a912;
}

.label-danger {
    background-color: #e74c3c;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #d62c1a;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #3498db;
    background-color: #ffffff;
}

.modal-content .list-group-item {
    padding: 6px 15px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 100;
}

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 720px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 76.5px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 24px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #3498db;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.alert {
    padding: 15px;
    margin-bottom: 24px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 500;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #d6f3de;
    border-color: #c2edc7;
    color: #336e43;
}

.alert-success hr {
    border-top-color: #afe7b5;
}

.alert-success .alert-link {
    color: #234b2e;
}

.alert-info {
    background-color: #ecf0f1;
    border-color: #d7e2e2;
    color: #696d70;
}

.alert-info hr {
    border-top-color: #c9d7d7;
}

.alert-info .alert-link {
    color: #505356;
}

.alert-warning {
    background-color: #f9eed8;
    border-color: #f6dcc2;
    color: #bb7f04;
}

.alert-warning hr {
    border-top-color: #f2cfac;
}

.alert-warning .alert-link {
    color: #895d03;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b22d2e;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #892323;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 24px;
    margin-bottom: 24px;
    background-color: #f3f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    background-color: #3498db;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5bb272;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f6bb43;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #e74c3c;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media,
.media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-radius: 0;
}

.modal .col-xs-10 {
    width: 100% !important;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

a.list-group-item {
    color: #555555;
}

a.list-group-item .list-group-item-heading {
    color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f3f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #ec785f;
    border-color: #ec785f;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #e1f0fa;
}

.list-group-item-success {
    color: #336e43;
    background-color: #d6f3de;
}

a.list-group-item-success {
    color: #336e43;
}

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #336e43;
    background-color: #c2edce;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #336e43;
    border-color: #336e43;
}

.list-group-item-info {
    color: #696d70;
    background-color: #ecf0f1;
}

a.list-group-item-info {
    color: #696d70;
}

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #696d70;
    background-color: #dde4e6;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #696d70;
    border-color: #696d70;
}

.list-group-item-warning {
    color: #bb7f04;
    background-color: #f9eed8;
}

a.list-group-item-warning {
    color: #bb7f04;
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #bb7f04;
    background-color: #f6e4c2;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #bb7f04;
    border-color: #bb7f04;
}

.list-group-item-danger {
    color: #b22d2e;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #b22d2e;
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #b22d2e;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #b22d2e;
    border-color: #b22d2e;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 24px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group .list-group-item:first-child {
    border-top: 0;
}

.panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
    border-top: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: inherit;
}

.panel-title > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f3f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group {
    margin-bottom: 24px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}

.panel-default {
    border-color: #dddddd;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #f3f5f5;
    border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dddddd;
}

.panel-primary {
    border-color: #3498db;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #3498db;
    border-color: #3498db;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #3498db;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #3498db;
}

.panel-success {
    border-color: #c2edc7;
}

.panel-success > .panel-heading {
    color: #336e43;
    background-color: #d6f3de;
    border-color: #c2edc7;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #c2edc7;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #c2edc7;
}

.panel-info {
    border-color: #d7e2e2;
}

.panel-info > .panel-heading {
    color: #696d70;
    background-color: #ecf0f1;
    border-color: #d7e2e2;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d7e2e2;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d7e2e2;
}

.panel-warning {
    border-color: #f6dcc2;
}

.panel-warning > .panel-heading {
    color: #bb7f04;
    background-color: #f9eed8;
    border-color: #f6dcc2;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #f6dcc2;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #f6dcc2;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #b22d2e;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f3f5f5;
    border: 1px solid #e0e5e5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 25.5px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: 0.5;
    filter: alpha(opacity=20);
    position: relative;
    z-index: 1;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.75;
    filter: alpha(opacity=75);
    outline: none;
    box-shadow: none;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    width:400px;
    margin: 30px auto 0;
    height:300px !important;
    display: none;
    overflow: inherit;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*z-index: 1040;*/
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
    color: #fff;
    background: #ec785f;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
    padding-top:10px !important;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

@media screen and (min-width: 720px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 10px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #777;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #777;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #777;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #777;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #777;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #777;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #777;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #777;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #777;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 17px;
    font-weight: 300;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    outline: none;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 720px) {
    .carousel-control .glyphicons-chevron-left,
    .carousel-control .glyphicons-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.dataTables_wrapper .col-sm-6:before,
.clearfix:after,
.dataTables_wrapper .col-sm-6:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dataTables_wrapper .col-sm-6:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important;
}

@media screen and (max-width: 719px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important;
}

@media screen and (min-width: 720px) and (max-width: 984px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important;
}

@media screen and (min-width: 985px) and (max-width: 1235px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important;
}

@media screen and (min-width: 1236px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media screen and (max-width: 719px) {
    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none !important;
    }
}

@media screen and (min-width: 720px) and (max-width: 984px) {
    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }
}

@media screen and (min-width: 985px) and (max-width: 1235px) {
    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }
}

@media screen and (min-width: 1236px) {
    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

@media print {
    .hidden-print,
    .footer,
    tr.hidden-print,
    tr.footer,
    th.hidden-print,
    th.footer,
    td.hidden-print,
    td.footer {
        display: none !important;
    }
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


/* TYPOGRAPHY */

h3 {
    color: #ec785f;
}

h3.pg-title {
    margin-top: 5px;
    margin-bottom: 10px;
}

h5.hdr-sub {
    margin-bottom: .5em;
}

h5.subtitle-above {
    margin: 0 0 1em 0;
    font-size: 15px;
    line-height: 1.3em;
}

h6.breadcrumbs {
    margin-top: 0px;
    line-height: 1.3em;
}

.glyphicon-info-sign {
    cursor: pointer;
}

a:visited,
a:hover,
a:active {
    color: #196090;
}

a:link {
    color: #3498db;
    text-decoration: none;
    cursor: pointer;
}

.image-nav {
    cursor: pointer;
}
.image-nav:hover, .image-nav:link, .image-link:visited {
    text-decoration:none !important;
}

.col-md-9.col-md-push-3 a:hover {
    text-decoration: underline;
}

.col-md-9.col-md-push-3 .utility-wrap a:hover {
    text-decoration: none;
}

a:focus,
button:focus {
    box-shadow: none !important;
    outline: none;
}

.content-header-menu a {
    color: #3498db;
}

.content-header-menu a:hover {
    color: #196090;
}

.breadcrumbs a:visited {
    color: #3498db;
}

#divBudgetBillTotals #printTotals:hover {
    color: #196090;
}


/* LISTS */

ul.link-list {
    list-style: none;
    padding-left: 0;
    font-family: "Lato", "helvetica", "arial", sans-serif;
    margin-bottom: 40px;
}

ul.link-list li {
    padding: 0;
    border-bottom: 1px solid #DEE2E3;
}

ul.link-list li a {
    padding: 5px 0;
    display: block;
    font-family: "PT Serif", Times, serif;
}

ul.link-list li a:hover {
    background: #f3f5f5;
}

.item-list li {
    list-style-type: none;
}

.item-list strong {
    display: inline-block;
    width: 55px;
    margin-right: 10px;
    text-align: right;
}

.sans-bg {
    background: transparent !important;
    border: none !important;
}

@media print {
    a:link:after,
    a:visited:after {
        content: "";
        display: none;
    }
    .content-footer-menu,
    .dataTables_paginate,
    #filter,
    .search-box,
    header#menu-2,
    div#sidebar,
    div.sidebar,
    section.content-header-menu,
    footer#lis-footer {
        display: none !important;
    }
    div.title-bar {
        background: #fff;
        border-top: 1px solid;
        border-bottom: 1px solid;
        margin-bottom: 50px;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666666666666%;
    }
    .col-md-pull-10 {
        right: 83.33333333333334%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666666666666%;
    }
    .col-md-pull-7 {
        right: 58.333333333333336%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666666666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.666666666666664%;
    }
    .col-md-pull-1 {
        right: 8.333333333333332%;
    }
    .col-md-pull-0 {
        right: 0%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666666666666%;
    }
    .col-md-push-10 {
        left: 83.33333333333334%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666666666666%;
    }
    .col-md-push-7 {
        left: 58.333333333333336%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666666666667%;
    }
    .col-md-push-4 {
        left: 33.33333333333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.666666666666664%;
    }
    .col-md-push-1 {
        left: 8.333333333333332%;
    }
    .col-md-push-0 {
        left: 0%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-9.col-md-push-3 {
        left: 0;
        width: 100%;
    }
    div.title-bar .col-md-6 {
        width: 100%;
        text-align: center;
    }
    div.title-bar h2 {
        color: #000;
        text-align: center;
    }
    div.footer {
        border-top: 1px solid #ccc;
        font-size: 0.85em;
    }
    .veto-item {
        width: 100%;
        background-color: #ddd;
        padding: 6px;
        position: relative;
        margin-top: 10px;
    }
    .veto-item {
        background: #ddd !important;
    }
    .veto-item h4 {
        background: #ddd !important;
    }
    .veto-item h5 {
        background: #ddd !important;
    }
    .veto-item .table th,
    .veto-item .table td {
        background: #ddd !important;
    }
    .veto-item .item-languagearea {
        background: #ddd !important;
    }
    .veto-item .item-languagearea p {
        background: #ddd !important;
    }
    .veto-language-block {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    span.item-languagearea .section-text {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .veto-language-block p {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        background-color: #d9d9d9 !important;
    }
    .veto-language-block .section-text {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        background-color: #d9d9d9 !important;
    }
    .veto-language-label {
        font-weight: bold;
        font-family: Lato, Helvetica, Arial, sans-serif;
        margin-bottom: 12px !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        margin-bottom: 0px !important;
        background-color: #d9d9d9 !important;
    }
    .veto-label {
        font-weight: bold !important;
        font-family: Lato, Helvetica, Arial, sans-serif !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .veto-language-block {
        background-color: #d9d9d9 !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .veto-language {
        background-color: #d9d9d9 !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print,
    .footer {
        display: none !important;
    }
    h2.hdr-sub {
        font-size:30px;
        text-transform: uppercase;
        padding-left:5px;
        font-weight:100;
    }
}

#logo-beta {
    background: url(//assets.lis.virginia.gov/_images/lis_logo.png) no-repeat;
    width: 223px;
    height: 55px;
    padding: 0;
    margin: 0 0 0 0px;
    position: absolute;
    left: 0;
    z-index: 10;
}

#logo-container-beta {
    padding: 15px 0 0 0;
    position: relative;
    margin: 20px auto 0;
    height: 80px;
    float: left;
}

.search-box .fa-search {
    font-size: 1.25em;
}


/* TITLE BAR */

.title-bar {
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
    background: #ec785f;
    font-family: "Lato", "helvetica", "arial", sans-serif;
}

.title-bar h2 {
    font-weight: 300;
    padding: 0.295em 0 .30em;
    margin: 0;
    font-size: 1.6em;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.title-bar h2 a {
    color: #fff;
}

.title-bar h2 a:hover {
    color: #fff;
    text-decoration: none;
}

.search-box input[type=text] {
    font-size: .85em;
}

.selectpicker {
    font-size: 14px !important;
}

.bootstrap-select:not([class*=span]):not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto !important;
}

.bootstrap-select {
    width: auto\0 !important;
}

.search-title {
    float: left;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 0.6em 0.5em 0 0;
}

.search-box {
    margin: .6em 0;
    width: 37%;
}

.search-box .btn-default {
    background: #F3F5F5 url(images/search-dark.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    height: 32px;
    width: 37px;
    border-color: #CCCCCC;
    color: #666666;
    font-weight: 500;
}

    .search-box .btn-default:hover {
        background: #F3F5F5 url(images/search-dark.svg) !important;
        background-size: 20px 20px !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }


.search-box .btn-sm {
    font-size: 14px;
    line-height: 1.3em;
    padding: 6px 12px;
}

.search-box .input-sm {
    font-size: 12px;
    height: 32px;
    line-height: 1.5;
    padding: 3px 10px;
}

#menu {
    float: right;
    padding: 45px 0 0;
}

nav#menu ul {
    margin: 0;
    float: right;
}

nav#menu li {
    float: left;
    display: block;
    border-bottom: none;
    background: none;
    font-size: .8em;
	font-weight: 700;
}

nav#menu li a {
    font-family: "Lato", "helvetica", "arial", sans-serif;
    margin: 0 .5em;
    color: #939595;
    display: block;
    padding: 7px 5px;
    text-decoration: none;
}

nav#menu li:hover {
    background: #ecf0f1;
}

nav#sub-menu {
    padding: 5px 0 0;
    overflow: hidden;
    color: #8f9090;
    text-transform: uppercase;
    font-size: .63em;
}

nav#sub-menu ul {
    float: right;
    margin: .05em;
}

nav#sub-menu li {
    display: inline-block;
}

nav#sub-menu li a {
    font-family: "Lato", "helvetica", "arial", sans-serif;
    margin: 0 .5em;
    color: #8f9090;
}

#mobile-menu {
    display: none;
    text-align: right;
}


/* NESTING MENU */

.budget-feature ul.nest-menu {
    font-family: "Lato", "helvetica", "arial", sans-serif;
    background: #fff;
    list-style: none;
    padding-left: 0;
    line-height: 1.3em;
    font-size: .9em;
    margin: 0 0 25px;
}

#sidebar-links ul.nest-menu ul li,
.budget-feature ul.nest-menu li {
    cursor: pointer;
    color: #999;
    padding: 0;
    font-weight: 700;
}

.budget-feature ul.nest-menu li a {
    padding: 9px 12px;
    position: relative;
    font-weight: 500;
}

ul.nest-menu a:link,
ul.nest-menu a:visited,
ul.nest-menu a {
    padding-left: 14px;
    text-decoration: none !important;
    color: #ec785f;
}

ul.nest-menu li.expanded h4 > a:hover {
    color: #ec785f;
}

ul.nest-menu li.expanded.current h4 > a,
ul.nest-menu li.current a.active {
    color: #ec785f;
    font-weight: 500;
}

ul.nest-menu li.current ul a.active {
    background-color: #f8f9f9;
}

ul.nest-menu li a span {
    color: #999;
    padding-left: 3px;
    font-style: italic;
    font-size: .75em;
    text-align: left;
    width: 100px;
}


/*ul.nest-menu a:hover, ul.nest-menu a:active, ul.nest-menu a:focus {
    color: $primary-text-color-light;
}*/

ul.nest-menu li li > a:hover,
ul.nest-menu li li.expanded > a:active,
ul.nest-menu li li.expanded > a:focus {
    text-decoration: underline;
}

ul.nest-menu {
    font-family: "Lato", "helvetica", "arial", sans-serif;
    list-style: none;
    padding-left: 0;
    line-height: 1.3em;
    font-size: 15px;
    margin: 0px;
}

ul.nest-menu li h4 {
    margin: 0;
    font-size: 20px;
}

ul.nest-menu li {
    /*background: url(../images/nest-icons/nav_bg.png) 0 bottom repeat-x;*/
    cursor: pointer;
    border-bottom: 1px solid #DEE2E3;
    color: #ec785f;
}

ul.nest-menu li a {
    display: block;
    margin-left: 0em;
}

ul.nest-menu ul {
    padding-left: 0;
    list-style: none;
    display: none;
    padding: 0;
    margin-top: 8px;
}

ul.nest-menu ul ul {
    margin-top: 0;
}

ul.nest-menu ul li {
    background-image: none;
    line-height: 1.2em;
    text-transform: none;
    padding: 2px 0;
}

ul.nest-menu ul li {
    border: none;
}

ul.nest-menu ul li.header-yr {
    color: #2e954c;
    padding-left: 10px;
}

ul.nest-menu li.current ul {
    display: block;
}

ul.nest-menu li.current ul ul {
    display: block;
}


/* NESTING MENU UI */

ul.nest-menu li h4.selected {
    position: relative;
}

ul.nest-menu li h4.selected a:before {
    color: #ec785f;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    left: 0;
    margin-left: 0;
    padding-right: 0.6em;
    position: absolute;
    text-decoration: inherit;
    top: 20px;
}


/*ul.nest-menu li a {
    background: url(../images/nest-icons/nav_01.png) -7px 10px no-repeat;
}*/

.toc-header {
    margin-bottom: 35px;
}


/*ul.nest-menu li.expanded h4 > a {
    background: url(../images/nest-icons/nav_02.png) -7px 10px no-repeat;
    color:$primary-text-color-light;
}*/

ul.nest-menu li a.node {
    background: url(../images/nest-icons/nav_06.png) -7px 5px no-repeat;
}

.budget-feature ul.nest-menu li a.node {
    background: url(../images/nest-icons/nav_08.png) -12px 5px no-repeat;
}

ul.nest-menu li li a {
    background: url(../images/nest-icons/nav_03.png) -12px 5px no-repeat;
    padding: .35em .5em .35em 0;
}

ul.nest-menu li li.expanded > a {
    background: url(../images/nest-icons/nav_04.png) -12px 5px no-repeat;
    font-weight: 700;
}

.budget-feature ul.nest-menu li li a.node {
    background: url(../images/nest-icons/nav_08.png) -2px 4px no-repeat;
}

ul.nest-menu li li a.node {
    background: url(../images/nest-icons/nav_08.png) -5px 1px no-repeat;
}


/* Indentation */

ul.nest-menu li a {
    display: block;
    margin-left: 0;
    padding: .6em .5em .6em 15px;
    position: relative;
}

ul.nest-menu li a:hover {
    background-color: #f5f5f5 !important;
}

ul.nest-menu li li a {
    margin-left: 0;
    padding: .35em .5em .35em 18px;
    font-size: 16px;
}

.budget-feature ul.nest-menu li li li a {
    padding-left: 23px !important;
    font-size: 14px;
}

ul.nest-menu li li li li a {
    margin-left: 2em;
}

ul.nest-menu li li li li li a {
    margin-left: 2.5em;
}

ul.nest-menu li li li li li li a {
    margin-left: 3em;
}

ul.nest-menu li li li li li li li a {
    margin-left: 3.5em;
}

ul.nest-menu li li li li li li li li a {
    margin-left: 4em;
}

ul.nest-menu li li li li li li li li li a {
    margin-left: 4.5em;
}

ul.nest-menu li li li li li li li li li li a {
    margin-left: 5em;
}

ul.nest-menu li li li li li li li li li li li a {
    margin-left: 5.5em;
}

#sidebar-links h6 {
    color: #999;
    font-weight: 700;
    padding-top: 12px;
    margin-left: 0;
    border-top: 1px solid #ddd;
    margin-bottom: 12px;
    padding-left: 15px;
    margin-top: 0;
}

#sidebar-links ul.nest-menu ul {
    margin: 0 0 15px;
}

#sidebar-links ul.nest-menu li a span {
    top: 6px;
    left: 62px;
}

#sidebar-links ul.nest-menu ul li {
    padding: 0px 0 0px 15px;
    margin: 0;
}

#sidebar-links ul.nest-menu ul li li {
    border: none;
}

#sidebar-links ul.nest-menu ul li.current {
    padding: 0;
}

#sidebar-links ul.nest-menu ul li li {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#sidebar-links ul.nest-menu ul ul {
    margin: 0px 0 10px 0;
}

#sidebar-links ul.nest-menu ul ul ul {
    margin: 0 0 0 -15px;
}

#sidebar-links ul.nest-menu li li a {
    background-image: url(../images/nest-icons/nav_03.png);
    background-position: 3px 4px;
    background-repeat: no-repeat;
}

#sidebar-links ul.nest-menu li li a.node {
    background-image: url(../images/nest-icons/nav_08.png);
    background-position: 2px -1px;
    background-repeat: no-repeat;
}

#sidebar-links ul.nest-menu li li li a {
    padding: .5em .5em .5em 1.75em;
    margin-left: -15px;
    font-weight: 500;
}

#sidebar-links ul.nest-menu li li li a {
    font-weight: 500;
}

#sidebar-links ul.nest-menu li ul.ulCommitteeReports li a.active,
#sidebar-links ul.nest-menu li a.active {
    font-weight: 700;
}

#sidebar-links ul.nest-menu li li li li {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
}

#sidebar-links ul.nest-menu li li li li a {
    padding: .25em .5em .25em 1.7em;
    margin-left: 0px;
}

#sidebar-links ul.nest-menu li ul.ulCommitteeReports li a {
    background-image: url(../images/nest-icons/nav_08.png);
    background-position: 1px 1px;
    font-weight: 500;
    padding-left: 25px;
}

#sessions label {
    display: none;
}

#sessions div.btn-group {
    margin: 0 0 20px;
    padding: 0;
}

#sessions div.btn-group .btn-default {
    padding: 8px 35px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 205px;
    font-family: "Lato", "helvetica", "arial", sans-serif;
}

.sidebar div.btn-group {
    font-family: "Lato", "helvetica", "arial", sans-serif;
    padding: 10px 10px 10px 5px;
}

.sidebar .btn-sm {
    font-size: 14px;
}

.sidebar label {
    font-size: .75em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 17px;
    color: #777;
    font-family: "Lato", "helvetica", "arial", sans-serif;
}

.sidebar .form-group {
    margin-bottom: 0;
    margin-top: 0;
}

.sidebar select {
    background: #f9fbfb;
}

#sidebar-links ul li.selected a.selected:before {
    content: "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #ec785f;
    font-size: 7px;
    padding-right: 0.6em;
    margin-left: -1.1em;
    position: absolute;
    top: 20.5px;
    left: 13px;
}

.cr-child-cell {
    margin-left: 3%;
}


/* HOME PG FEATURES */

#feature {
    min-height: 500px;
}

.budget-feature {
    margin: 10px 0 3em 0;
}

.budget-feature span a:hover h3 {
    color: #84C595;
}

.budget-feature h3 {
    font-weight: 500;
    text-align: center;
    margin-top: 8px;
    padding: .25em .5em .25em .5em;
    font-size: 25px;
}

.budget-feature h3 a {
    color: #f5b9ac;
    text-decoration: none;
}

.budget-feature h3 a:hover,
.budget-feature p.icon-align a:hover img {
    opacity: .75;
}

.budget-feature p {
    font-size: .95em;
    line-height: 1.4em;
}

.budget-feature p.icon-align {
    margin-bottom: 0;
    text-align: center;
}

.budget-feature li.expanded ul {
    display: block;
}

#feature ul.nest-menu li ul {
    display: block;
}

#feature ul.nest-menu li ul ul {
    display: none;
}

#feature ul.nest-menu li.expanded > ul {
    display: block;
}

.budget-feature .feature-text {
    display: block;
    min-height: 150px;
}

.budget-feature.col-md-3 .feature-text {
    display: block;
    min-height: 180px;
}

#sessions .open > .dropdown-menu {
    max-height: 130px;
    height: auto;
    overflow-y: scroll;
}


/* LAYOUT */

hr.divide {
    margin-top: 0;
    border: 0;
}

section.content-header-menu {
    background-color: #f4f5f5;
    padding: 0 10px;
    margin: 15px 0 20px 0;
    border-radius: 4px;
    border: 1px solid #DEE2E3;
}

div.nest-left {
    padding-left: 0;
    padding-right: 15px;
}

div.nest-right {
    padding-left: 0;
    padding-right: 15px;
}

.note {
    font-size: .8em;
}

.note-emp {
    font-size: .8em;
    font-style: italic;
}

.more-info {
    font-family: "Lato", "helvetica", "arial", sans-serif;
    font-size: .8em;
}

.container-fluid {
    max-width: 1206px;
}

#twitter-widget-0 {
    height: 400px;
}

.data-iframe {
    height: 100%;
    width: 100%;
}

#content {
    display: table;
    width: 100%;
}

.modal {
    font-family: "Lato", "helvetica", "arial", sans-serif;
}

.modal .dropdown-menu {
    min-width: inherit;
    top: inherit;
    left: inherit;
}

.modal .dropdown-menu.alpha-dd {
    left: 130px;
}

.modal .modal-body {
    height: 75%;
    position: relative;
    padding: 20px;
    overflow: auto;
}

.modal h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.modal form {
    font-family: "Lato", "helvetica", "arial", sans-serif;
    font-size: 15px;
}

#feedback .modal-dialog,
.cumulative-feedback .modal-dialog {
    width: 100%;
    max-width: 700px;
    margin: 30px auto 0;
}

#feedback .modal-body,
.cumulative-feedback .modal-body {
    height: 89%;
    position: relative;
    padding: 0px;
    overflow-y: hidden;
    width: 100%;
    overflow-x: scroll;
    max-height: 648px;
}

#feedback .modal-content,
.cumulative-feedback .modal-content {
    max-height: 715px;
}

.feedback-body .row {
    margin: 0 !important;
}

.form-submit {
    margin-bottom: 0 !important;
}

.feedback-body .row {
    margin: 0 !important;
}

.feedback-body label {
    font-weight: 700;
}

.feedback-body .modal-content {
    /* position: relative; */
    background-color: transparent;
    border: none;
    border-radius: none !important;
    box-shadow: none !important;
    outline: none;
}

.feedback-body,
.feedback-form {
    font-family: "Lato", "helvetica", "arial", sans-serif;
    font-size: 14px;
    margin-top: 0px;
}

.feedback-body #content,
.feedback-form #content {
    padding-top: 0px;
}

.feedback-body .btn,
.feedback-form .btn {
    padding: 6px 12px 4px;
}

.modal-print {
    font-family: "Lato", "helvetica", "arial", sans-serif;
    font-size: 14px;
    color: #3498db !important;
}

.hide-desktop {
    display: block;
}

#fancybox-wrap {
    padding: 10px;
}

#fancybox-content,
#fancybox-wrap {
    border-width: 0 !important;
}

.form-col {
    width: 100%;
    float: left;
    margin-right: 20px;
}

.form-horizontal .form-group.form-group-name {
    width:52.4%;
    margin-right:5px;
    float:left;
}

.form-horizontal .form-group.form-group-email {
    width:52.4%;
    float:left;
}

.form-col-button {
    margin-left:15px;
}


#fancybox-close {
    display: none !important;
}

#divBudgetBillTotals {
    position: relative;
    padding: 20px;
    height: 560px;
    overflow: auto;
}

.stub .expand-table-dd {
    display: none;
}

@-ms-viewport {
    width: auto !important;
}


/**CONTENT HEADER MENU (Previous, Next, Print Icon etc)**/

section.content-header-menu {
    background-color: #f4f5f5;
    border: 1px solid #dee2e3;
    border-radius: 4px;
    padding: 0;
    width: 100%;
    height: 42px;
    float: left;
    position: relative;
    color: #c9cdce;
    font-family: "Lato", "helvetica", "arial", sans-serif;
    font-size: .8em;
    line-height: 2.4em;
    margin-bottom: 1.5em;
}

section.content-header-menu #paginate {
    width: 70%;
    border-bottom: 1px solid #e5e5e5;
    height: 41px;
}

section.content-header-menu #paginate ul,
section.content-header-menu #paginate li {
    width: 100%;
    text-align: center;
}

.flow-visible {
    overflow: visible !important;
}

.content-header-menu-left .dropdown-menu {
    padding: 0;
    margin: 0;
    z-index: 999999999 !important;
}

.content-header-menu-left .dropdown-menu.icon-menu {
    min-width: 35px;
}

.content-header-menu-left .dropdown-menu li {
    padding: 0;
    margin: 0;
    display: block;
}

.content-header-menu-left .dropdown-menu li a {
    margin: 0;
    padding: 5px 35px 5px 8px;
    position: relative;
}

.content-header-menu-left .dropdown-menu.icon-menu li a {
    padding: 5px 21px 5px 8px;
    font-size: 18px;
}

.content-header-menu-left .dropdown-menu i {
    padding-left: 3px;
}

.content-header-menu-left .dropdown-menu i:before {
    right: 8px;
    top: 8px;
    position: absolute;
}

section.content-header-menu .dropdown-toggle {
    background: #fff;
    font-size: .95em;
}

section.content-header-menu ul {
    padding-left: 0;
    margin-bottom: 0;
}

nav.content-header-menu-left {
    color: #ec785f; 
}

nav.content-header-menu-middle {
    float: left;
    position: relative;
    color: #ec785f;
    padding: 0 4px;
}


nav.content-header-menu-right {
    border-top: 1px solid #dee2e3;
    float: left;
    position: relative;
    color: #ec785f;
    width: 100%;
    padding: 0 4px;
}

nav.content-header-menu-right div.secondary-search {
    padding-top: 4px;
    line-height: 1.5em;
}

.secondary-search .input-group-btn {
    font-size: 14px;
}

.secondary-search .input-group-btn button {
    height: 34px;
    font-size: 1em;
}

.secondary-search .input-group-btn .dropdown-menu {
    margin: 0;
    padding: 0;
}

.secondary-search .input-group-btn .dropdown-menu li {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.secondary-search .input-group-btn .dropdown-menu a {
    width: 100%;
    display: block;
    padding: 5px 11px;
}

.input-sm {
    font-size: 13px;
}

nav.content-header-menu-left img {
    vertical-align: middle;
}

nav.content-header-menu-left ul {
    float: left;
}

nav.content-header-menu-right li {
    float: left;
    padding: 0 .25em;
}

nav.content-header-menu-left li {
    display: inline-block;
    margin: .25em 0 .35em;
    padding: 0 0 0 .25em;
}

nav.content-header-menu-middle li,
nav.content-header-menu-right li {
    display: inline-block;
    margin: .35em 0;
    padding: 0 .25em;
}

nav.content-header-menu-left a,
nav.content-header-menu-middle a,
nav.content-header-menu-right a {
    margin: 0 .25em;
}

.page-arrow-left,
.page-arrow-right {
    position: absolute;
}

.page-arrow-right {
    right: 15px;
}

.page-arrow-left {
    left: 15px;
}

nav.content-header-menu-left a:hover,
nav.content-header-menu-middle a:hover,
nav.content-header-menu-right a:hover {
    border: none;
}

section.content-header-menu span.inactive {
    margin: 0 .25em;
    color: #bbb;
}

section.content-header-menu a:hover img {
    opacity: .7;
}

nav.content-header-menu-left li:first-child,
nav.content-header-menu-middle li:first-child,
nav.content-header-menu-right li:first-child {
    margin-left: 0;
}

nav.content-header-menu-left li:last-child,
nav.content-header-menu-middle li:last-child,
nav.content-header-menu-right li:last-child {
    margin-right: 0;
}

nav.content-header-menu-left span.inactive:first-child,
nav.content-header-menu-middle span.inactive:first-child,
nav.content-header-menu-right span.inactive:first-child {
    margin-left: 0;
}

nav.content-header-menu-left span.inactive:last-child,
nav.content-header-menu-middle span.inactive:last-child,
nav.content-header-menu-right span.inactive:last-child {
    margin-right: 0;
}

nav.content-header-menu-left a:first-child,
nav.content-header-menu-middle a:first-child,
nav.content-header-menu-right a:first-child {
    margin-left: 0;
}

#notify-me{
    font-size:13px;
    text-decoration:none;
    position: relative;
    right: auto;
    top: auto;
}

nav.content-header-menu-right img {
    padding-bottom: 5px;
    vertical-align: middle;
}

section.content-header-menu img {
    vertical-align: middle;
    padding-bottom: 3px;
}

#toggle-utility-header {
    display: block;
    padding: 5px 0 4px;
    width: 30%;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    position: relative;
    height: 41px;
    float: none;
}

.full-utility {
    width: 100% !important;
    float: none;
}

nav.content-header-menu-left.btn-left-group {
    border: none;
    padding-left: 5px;
}

.utility-wrap {
    height: auto;
    width: 100%;
}

#toggle-utility-header:hover,
#toggle-utility-header:active {
    background: #eee;
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.05);
}

.expanded #toggle-utility-header {
    background: #e4e5e5;
}

.expanded .fa-plus:before {
    content: "\f00d";
}

.fa-plus {
    padding-left: 5px;
}

.form-head {
    font-family: "Lato", "helvetica", "arial", sans-serif;
    margin-top: 30px;
}

.form-head button.btn {
    font-size: .8em;
}

.selections {
    margin: 15px 0 30px;
    font-family: "Lato", "helvetica", "arial", sans-serif;
    font-size: .785em;
    display: block;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.selections.selected {
    margin-bottom: 0;
}

.selections strong {
    color: #ec785f;
    padding-right: 10px;
    font-size: 17px;
}

.selections em {
    font-size: .9em;
}

.selections.related-items {
    margin-top: 10px;
    margin-bottom: 10px;
}

.selections.related-items button.btn {
    color: #3498db;
    text-decoration: underline;
}

.selections button.btn {
    font-size: 17px;
    background: transparent;
    border: none;
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: baseline;
}

.selections button.btn i {
    padding-left: 3px;
    color: #ec785f;
    font-size: .9em;
}

.selections button.btn i:hover {
    color: #f5b9ac;
}

.selections button.btn:hover {
    color: #f5b9ac;
}

.selections .clear-all {
    font-size: .9em;
    border-bottom: 1px solid;
    margin-left: 10px;
}

nav.content-footer-menu.report-footer {
    bottom: 0px;
    background: #fff;
    padding-top: 15px;
    opacity: .95;
    border: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.content-footer-menu.affix-top {
    position: relative;
    padding-top: 0 !important;
    bottom: 0 !important;
}

.content-footer-menu.affix-bottom {
    position: absolute !important;
    top: auto !important;
}

.create-report-table {
    margin-bottom: 70px;
}

nav.content-footer-menu a {
    margin: 0 .25em;
    color: #3498db;
}

nav.content-footer-menu a.notifyMeButton {
    color: #fff !important;
}

nav.content-footer-menu ul {
    list-style: none;
    padding: .25em 0 0 .75em;
}

nav.content-footer-menu li span {
    color: #ec785f;
}

nav.content-footer-menu span.inactive {
    margin: 0 .25em;
    color: #bbb;
}

nav.content-footer-menu {
    width: 100%;
    border-top: 1px solid #DEE2E3;
    margin-top: 2em;
    padding-top: .2em;
    font-family: "Lato", "helvetica", "arial", sans-serif;
    font-size: .8em;
    float: left;
    color: #ec785f;
}


/* FOOTER */

.footer {
    clear: both;
    color: #939595;
    background: #ecf0f1;
    padding: 10px 0 0;
    /*margin-top: 50px;*/
    font-family: "Lato", "helvetica", "arial", sans-serif;
}

.footer .row {
    margin-bottom: 0;
    padding-bottom: 0;
    margin: 0;
    position: relative;
    min-height: 120px;
}

.footer h4 {
    font-size: .95em;
    margin-bottom: 7px;
    color: #666;
}

.footer a {
    max-width: none;
    border-bottom: 1px solid #bbb;
    color: #666;
}

.footer a:hover {
    color: #999;
}

.footer ul {
    margin: 0 0 30px;
    padding: 0;
    text-align: left;
}

.footer li {
    list-style-type: none;
    margin: 0 0 3px;
    padding: 0;
    font-size: .75em;
    color: #666;
}

.footer li.twitter-link {
    margin-top: 10px;
    display: block !important;
    border-bottom: 0;
}

.footer li.twitter-link a {
    color: #3498db;
    border: none;
    visibility: visible !important;
    display: block !important;
}

.footer li i.fa-external-link {
    font-size: .75em;
    padding-left: 5px;
}

.footer p {
    color: #666;
    text-align: center;
    max-width: none;
    font-size: .75em;
    padding-top: 20px;
}

.footer p.div-p {
    padding: 67px 0 0;
}

#ga-seal {
    position: absolute;
    right: 6%;
    bottom: 0;
}


/* LIS Global Nav */

.footer-links {
    clear: both;
    background: #dfe2e3;
    padding: 10px;
    font-family: "Lato", "helvetica", "arial", sans-serif;
}

.footer-links ul {
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    list-style-type: none;
    padding: 0px;
    margin: 0;
    display: inline;
}

.footer-links ul li a {
    font-size: .75em;
    color: #666;
    border-bottom: 1px solid;
    margin-right: 10px;
}

.footer-links a:hover {
    color: #939595;
}

.footer-links p {
    color: #666;
    font-size: .75em;
    margin: 0;
    padding: 5px 0 0;
}

.footer-links p a {
    color: #666;
    border-bottom: 1px solid;
}

.footer .container {
    padding: 0;
}

.footer,
#lis-footer {
    position: relative;
    z-index: 10;
}


/* FORMS */

.look-up {
    padding: 3px 0;
}

input.rptCheckbox[type="checkbox"] {
    display: none;
    padding-right: 0;
    margin-right: 5px;
    vertical-align: text-top;
}

input.rptCheckbox.secretariatCheck[type="checkbox"] {
    display: none;
    padding-right: 0;
    vertical-align: middle;
    margin-top: -3px;
}


/* TABLES */

.item-languagearea {
    font-family: "PT Serif", Times, serif;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: top !important;
}

.agency-additional,
.agency-additional th {
    border-top: none !important;
}

.table.item-table {
    border-bottom: none;
}

table.budget-toc h5,
table.budget-outline h5 {
    font-family: "PT Serif", Times, serif;
}

td.child-item-header.child {
    border-top: #ddd 2px solid;
}

table.table-condensed.budget-toc > tbody > tr > td.child.text-left a {
    padding-right: 15px;
    padding-left: 6px;
}

table.budget-toc th h4,
table.budget-toc-dept th h4,
table.budget-outline th h4,
table.item th h4 {
    text-align: left;
    margin: 0;
    color: #333;
}

.table tr.table-header th {
    padding: 8px 5px;
    background-color: #F4F5F5;
    vertical-align: bottom;
    border-top: 1px solid #ddd;
}

table.budget-toc-dept th.amount {
    text-align: right;
}

table.budget-toc td h5,
table.budget-outline td h5 {
    text-align: left;
    margin-bottom: 3px;
    margin-top: 5px;
    font-size: 18px;
}

table.budget-toc tr.subheader-active td {
    background: #eee;
}

table.budget-toc td.amount,
table.misc td.amount,
table.budget-outline td.amount,
table.item td.amount {
    text-align: right;
    vertical-align: top;
}

.td-name {
    color: #3498db;
}

td.amount {
    text-align: right;
    font-weight: 500;
}

.modal .amount {
    font-family: "PT Serif", Times, serif;
}

tr.row-extend {
    cursor: pointer;
}

tr.row-extend:active {
    -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.15);
}

.dropdown-table td#exec-dept {
    padding-left: 20px !important;
}

.dropdown-table tr.row-extend td.td-name {
    padding-left: 20px;
}

.dropdown-table tr.row-extend td.td-name.indent {
    padding-left: 38px !important;
    position: relative;
}

tr.row-extend td.td-name:before {
    position: absolute;
    font-family: fontAwesome;
    content: "\f054";
    left: 21px;
    font-size: 10px;
    margin-top: 6px;
}

tr.row-extend td.td-name.indent:before {
    left: 26px;
}

tr.row-extend.active td.td-name:before {
    content: "\f078";
    margin-top: 5px;
}

tr.row-extend.table-header th h4:before {
    position: absolute;
    font-family: fontAwesome;
    padding-top: 2px;
    content: "\f054";
    left: 21px;
    font-size: 10px;
    margin-top: 6px;
}

tr.row-extend.table-header.active th h4:before {
    content: "\f078";
    margin-top: 5px;
}

tr.row-extend.table-header th h4 {
    padding-left: 15px;
    font-family: 'Lato', helvetica, arial, sans-serif !important;
    color: #3498db;
}

.dropdown-table thead tr.colhdr {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
}

.dropdown-table td {
    padding-left: 20px !important;
}

.dropdown-table tr.row-extend-table td {
    padding-left: 0px !important;
}

.blank_td {
    width: 18%;
}

.row-extend-table .num {
    width: 5%;
}

table .row-extend-table {
    display: none;
}

.amendment-languageonly {
    font-size: .75em;
    color: #999;
    padding-left: 5px;
    font-family: "Lato", "helvetica", "arial", sans-serif;
}

.row-extend-table .child {
    width: 10%;
    text-align: right;
    padding-right: 6px;
    padding-left: 0 !important;
}

.row-extend-table a:hover {
    text-decoration: underline;
}

.td-description {
    width: 43.5%;
}

.td-fy {
    width: 20%;
}

.row-extend-table td {
    font-size: 17px;
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
}

table.misc,
table.budget-toc td.child,
table.budget-outline {
    /*padding-left:20px;*/
    text-align: right;
}

table.budget-toc td.child.sub-header {
    text-align: left;
    padding-left: 5px;
}

.dropdown-table tr.active {
    border-bottom: 0 none !important;
}

.dropdown-table tr.row-extend-table table {
    border-top: none;
}

tr.active.sub-active > td {
    background-color: #f9fafa !important;
}

tr.active.sub-active {
    border-bottom: none;
}

.table > tbody > tr > td.double-indent {
    padding-left: 7%;
    /*padding-left: 40px;*/
}

.double-indent-before {
    width: 55px;
    float: left;
}

.double-ident-after {
    text-indent: -13px;
    padding-left: 43px;
}

.table > tbody > tr > td.indent.text-left a {
    padding-right: 15px;
}

td span.amendment-change {
    text-align: right;
}

table.budget-toc td.button,
table.budget-toc th.button,
table.budget-outline td.button,
table.budget-outline th.button,
table.budget-toc-dept td.button,
table.budget-toc-dept th.button {
    text-align: center;
}

table .ctr,
table.budget-toc .ctr,
table.budget-outline .ctr,
table.budget-toc-dept .ctr {
    text-align: center;
}

table .right,
table.budget-toc .right,
table.budget-outline .right,
table.budget-toc-dept .right {
    text-align: right;
    float: none;
}

table.budget-toc .btn-xs,
table.budget-outline .btn-xs,
table.budget-toc-dept .btn-xs,
.mobile-body .table .btn-xs-mobile {
    padding: 1px 6px;
    line-height: 1.4em;
}

table.item > thead > tr > td,
table.item > tbody > tr > td {
    border-top: none;
    padding: 5px 5px 0;
    vertical-align: bottom;
}

table.item > thead > tr > td,
table.item > tbody > tr > td,
table.item > thead > tr > th {
    border-top: none;
    padding: 5px 0px 0;
    vertical-align: bottom;
}

input.rptCheckbox.amdmtCheckbox[type="checkbox"] {
    padding-right: 0;
    margin-right: 0px;
    margin-left: 20px;
}

input.amdmtCheckbox.rptCheckbox.sub-sub-child-check[type="checkbox"] {
    padding-right: 0;
    margin-right: 0px;
    margin-left: 20px;
}

table.item {
    font-family: "PT Serif", Times, serif;
}

table.item th {
    font-family: "Lato", "helvetica", "arial", sans-serif;
}

table.item .td-blank {
    cursor: default !important;
    padding: 0;
    line-height: 0;
    height: 15px;
}

table tr:hover td a {
    text-decoration: underline;
}

td .label {
    background: #a9a9a9;
    font-size: 12px;
    font-family: "Lato", "helvetica", "arial", sans-serif;
    float: right;
    margin: 2px 13px 0 0;
    padding: 5px 9px 5px 8px;
}

table.item tr.program {
    font-weight: 700;
}

table.item th h4 {
    margin: 0;
}

.table > tbody > tr > td.indent {
    padding-left: 20px;
}

table.item > tbody > tr.sub-header-program > td {
    padding-top: 25px;
}

table.item > tbody > tr.program > td {
    font-weight: 700;
}

.colhdr td.right,
thead tr.colhdr {
    font-family: "Lato", "helvetica", "arial", sans-serif;
    font-size: .75em;
    color: #777;
}

.colhdr td.right {
    font-weight: 700;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f4f5f5;
}

span.dots {
    display: inline-block;
    height: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 10px;
    vertical-align: bottom;
}

.row-extend .row-extend-table {
    display: none;
}

.table-condensed > tbody > .row-extend-table > td {
    padding: 0;
}

table tr.row-extend-table:hover td a {
    text-decoration: none;
}

table tr.row-extend-table tr:hover td a {
    text-decoration: underline;
}

table.budget-toc tr.active th h4 {
    font-family: "PT Serif", Times, serif;
}

.td-title {
    background-color: #f4f5f5;
}

.td-title td:before {
    content: "" !important;
}

.table .td-title td {
    background: transparent !important;
}

.td-large {
    width: 52%;
}

.td-small {
    width: 50px;
}

.table-amendments td {
    cursor: default !important;
}

.item-language table,
tr.item-language > td > table {
    width: 100%;
}

table.budget-outline > thead > tr > th,
table.budget-toc > thead > tr > th,
table.budget-toc > thead > tr > td {
    border-bottom: none;
    border-top: none;
}

.link-button a {
    position: relative;
}

.link-button i {
    position: absolute;
    bottom: 0px;
    right: -12px;
    color: #aaa;
    font-size: .75em;
}

.ed {
    background-color: #307544;
    border-color: #215f31;
}

.agy {
    background: #75be71;
    color: #fff;
    border-color: #5a9a56;
}

.subagy {
    background: #9bd397;
    color: #fff;
    border: 1px solid #7fad7c;
}

.table .btn-success {
    color: #ffffff;
    background-color: #34a151;
    border-color: #237b3a;
}

.expand-table-dd {
    font-size: .75em;
    cursor: pointer;
    font-family: "Lato", "helvetica", "arial", sans-serif;
    color: #3498db;
    margin-bottom: 6px;
    font-weight: 700;
}

.expand-table-dd i {
    font-size: .75em;
    padding-right: 2px;
}

.row-extend-table tr:last-child td {
    border-bottom: 0;
}

.row-extend-table .checkcol {
    width: 0;
    padding-left: 5px;
}

.td-fysmall {
    width: 19%;
}

.td-description {
    width: 47%;
}

td.indent input.rptCheckbox[type="checkbox"] {
    position: relative;
    left: 0px;
}

input.rptCheckbox.itemCheck[type="checkbox"] {
    position: absolute;
    left: 20px;
}

.btn-back {
    margin-bottom: 20px;
}

tr.table-header th h4 {
    padding-left: 0px;
}

.dropdown-table tr.table-header th h4 {
    padding-left: 14px;
}

.table > tbody > tr.agency-additional > th {
    padding-top: 30px;
    background: transparent !important;
}

.table > tbody > tr.agency-additional > th h5 {
    font-family: "Lato", "helvetica", "arial", sans-serif;
}

.table-hover > tbody > tr:hover:not(.row-extend-table) > td,
.table-hover > tbody > tr:hover > th,
.table-hover > tbody > tr.row-extend-table > td > table > tbody > tr:hover {
    background-color: #f3f5f5;
}

.table-condensed > tbody > .row-extend-table > td:hover {
    background-color: #fff;
}

#sessions {
    height: 100%;
    min-height: 50px;
}

#ctl00_ctl00_MainContent_MainContent_divHeaderReport a {
    margin-right: 5px;
    font-family: "Lato", "helvetica", "arial", sans-serif;
}

.fa img {
    width: 21px;
    margin-top: -7px;
    opacity: .7;
}

.fa.fa-bars.icon-fallback img {
    margin-top: -12px;
    width: 36px;
}

.fa.fa-usd.icon-fallback img {
    margin-top: -12px;
    opacity: 1;
    width: 15px;
}

.fa.fa-angle-right.icon-fallback img {
    width: 7px;
    opacity: 1;
    margin-top: -8px;
    margin-left: 2px;
}

.utility-wrap .fa img {
    margin-right: -2px;
}

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}

.datepicker > div {
    display: none;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #f4f5f5;
    color: #000;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
    color: #000;
}

.datepicker table tr td.today.active:hover {
    color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: linear-gradient(top, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
    background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
    background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
    background-image: -o-linear-gradient(top, #b3b3b3, #808080);
    background-image: linear-gradient(top, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #34495e;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #34495e;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker table tr td span:hover {
    background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #34495e;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #34495e;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #34495e \9;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999999;
}

.datepicker table tr td span.active {
    color: #fff;
}

.datepicker th.datepicker-switch {
    width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.input-daterange input {
    text-align: center;
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 20px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
    padding: 4px 5px;
}

.right {
    float: right;
}

.left {
    float: left;
}


/* {-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}*/

#preloader {
    display: block;
    position: fixed;
    top: auto;
    bottom: 200px;
    left: 50%;
    margin-left: -19px;
}


/* Smartphones (portrait and landscape) ----------- */

#menu li ul {
    display: none;
}

@media only screen and (max-width: 985px) {
    /* Active Parent */
    body.body-liaisons .nav-liaison a.nav-parent,
    body.body-reports_gen_as .nav-reports-gen-as a.nav-parent,
    body.body-session_info .nav-session-info a.nav-parent,
    body.body-bills_resolution .nav-bills-resolution a.nav-parent,
    body.body-va_law .nav-va-law a.nav-parent,
    body.body-state_budget .nav-state-budget a.nav-parent {
        background: #34312e;
    }
    body.body-liaisons nav#menu li.nav-liaison a.nav-parent:before,
    body.body-reports_gen_as nav#menu li.nav-reports-gen-as a.nav-parent:before,
    body.body-session_info nav#menu li.nav-session-info a.nav-parent:before,
    body.body-bills_resolution nav#menu li.nav-bills-resolution a.nav-parent:before,
    body.body-va_law nav#menu li.nav-va-law a.nav-parent:before,
    body.body-state_budget nav#menu li.nav-state-budget a.nav-parent:before {
        content: "\f107";
    }
    /* Active Parent */
    body.body-liaisons .nav-liaison,
    body.body-reports_gen_as .nav-reports-gen-as,
    body.body-session_info .nav-session-info,
    body.body-bills_resolution .nav-bills-resolution,
    body.body-va_law .nav-va-law,
    body.body-state_budget .nav-state-budget {
        color: #fff;
    }
    .budget-feature ul.nest-menu li li li {
        margin-bottom: 0;
    }
    .budget-feature ul.nest-menu li li {
        margin-bottom: 0;
    }
    .budget-feature ul.nest-menu li {
        margin-bottom: 20px;
    }
    .td-description {
        width: 35.5%;
    }
    .sidebar {
        display: none;
    }
    #menu li ul {
        display: block;
    }
    .menu-open .fa-bars:before {
        content: "\f00d";
        color: #000;
    }
    *,
    *:after,
    *::before {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    html,
    body,
    .st-container,
    .st-pusher,
    .st-content {
        height: 100%;
    }
    .st-content {
        /*overflow-y: scroll;*/
    }
    .st-content,
    .st-content-inner {
        position: relative;
        background: #fff;
    }
    .st-container {
        position: relative;
        overflow: hidden;
    }
    .st-pusher {
        position: relative;
        left: 0;
        z-index: 99;
        height: 100%;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }
    .st-pusher::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        background: rgba(0, 0, 0, 0.2);
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
        transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    }
    .st-menu-open .st-pusher::after {
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .st-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100;
        visibility: hidden;
        width: 270px;
        height: 100%;
        background: #1f1d1b;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .st-menu::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        content: '';
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .st-menu-open .st-menu::after {
        width: 0;
        height: 0;
        opacity: 0;
        -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
        transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    }
    /* content style */
    .st-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .st-menu h2 {
        margin: 0;
        padding: 1em;
        color: rgba(0, 0, 0, 0.4);
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
        font-weight: 300;
        font-size: 2em;
    }
    .st-menu ul li a {
        display: block;
        padding: .75em 1em .75em 1.2em;
        outline: none;
        box-shadow: inset 0 -1px rgba(255, 255, 255, 0.075);
        color: #f3efe0;
        text-transform: uppercase;
        text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
        letter-spacing: 1px;
        font-weight: 400;
    }
    nav#menu ul li a:hover {
        background-color: rgba(0, 0, 0, 0.1) !important;
        box-shadow: inset 0 -1px transparent;
    }
    nav#menu ul li a.active {
        background-color: rgba(0, 0, 0, 0.2) !important;
    }
    /* Individual effects */
    /* Effect 1: Slide in on top */
    .st-effect-1.st-menu {
        visibility: visible;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .st-effect-1.st-menu-open .st-effect-1.st-menu {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .st-effect-1.st-menu::after {
        display: none;
    }
    /* Effect 2: Reveal */
    .st-effect-2.st-menu-open .st-pusher {
        -webkit-transform: translate3d(-270px, 0, 0);
        transform: translate3d(-270px, 0, 0);
    }
    .st-effect-2.st-menu {
        z-index: 1;
    }
    .st-effect-2.st-menu-open .st-effect-2.st-menu {
        visibility: visible;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        overflow-x: scroll;
        padding-bottom: 52px;
    }
    .st-effect-2.st-menu::after {
        display: none;
    }
    /* Effect 3: Push*/
    .st-effect-3.st-menu-open .st-pusher {
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }
    .st-effect-3.st-menu {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .st-effect-3.st-menu-open .st-effect-3.st-menu {
        visibility: visible;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }
    .st-effect-3.st-menu::after {
        display: none;
    }
    /* Effect 4: Slide along */
    .st-effect-4.st-menu-open .st-pusher {
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }
    .st-effect-4.st-menu {
        z-index: 1;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    .st-effect-4.st-menu-open .st-effect-4.st-menu {
        visibility: visible;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .st-effect-4.st-menu::after {
        display: none;
    }
    /* Effect 5: Reverse slide out */
    .st-effect-5.st-menu-open .st-pusher {
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }
    .st-effect-5.st-menu {
        z-index: 1;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    .st-effect-5.st-menu-open .st-effect-5.st-menu {
        visibility: visible;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    /* Effect 6: Rotate pusher */
    .st-effect-6.st-container {
        -webkit-perspective: 1500px;
        perspective: 1500px;
    }
    .st-effect-6 .st-pusher {
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .st-effect-6.st-menu-open .st-pusher {
        -webkit-transform: translate3d(300px, 0, 0) rotateY(-15deg);
        transform: translate3d(300px, 0, 0) rotateY(-15deg);
    }
    .st-effect-6.st-menu {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .st-effect-6.st-menu-open .st-effect-6.st-menu {
        visibility: visible;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        -webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
        transform: translate3d(-100%, 0, 0) rotateY(15deg);
    }
    .st-effect-6.st-menu::after {
        display: none;
    }
    /* Effect 7: 3D rotate in */
    .st-effect-7.st-container {
        -webkit-perspective: 1500px;
        perspective: 1500px;
        -webkit-perspective-origin: 0% 50%;
        perspective-origin: 0% 50%;
    }
    .st-effect-7 .st-pusher {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .st-effect-7.st-menu-open .st-pusher {
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }
    .st-effect-7.st-menu {
        -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
        transform: translate3d(-100%, 0, 0) rotateY(-90deg);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .st-effect-7.st-menu-open .st-effect-7.st-menu {
        visibility: visible;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
        transform: translate3d(-100%, 0, 0) rotateY(0deg);
    }
    /* Effect 8: 3D rotate out */
    .st-effect-8.st-container {
        -webkit-perspective: 1500px;
        perspective: 1500px;
        -webkit-perspective-origin: 0% 50%;
        perspective-origin: 0% 50%;
    }
    .st-effect-8 .st-pusher {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .st-effect-8.st-menu-open .st-pusher {
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }
    .st-effect-8.st-menu {
        -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
        transform: translate3d(-100%, 0, 0) rotateY(90deg);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .st-effect-8.st-menu-open .st-effect-8.st-menu {
        visibility: visible;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
        transform: translate3d(-100%, 0, 0) rotateY(0deg);
    }
    .st-effect-8.st-menu::after {
        display: none;
    }
    /* Effect 9: Scale down pusher */
    .st-effect-9.st-container {
        -webkit-perspective: 1500px;
        perspective: 1500px;
    }
    .st-effect-9 .st-pusher {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .st-effect-9.st-menu-open .st-pusher {
        -webkit-transform: translate3d(0, 0, -300px);
        transform: translate3d(0, 0, -300px);
    }
    .st-effect-9.st-menu {
        opacity: 1;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .st-effect-9.st-menu-open .st-effect-9.st-menu {
        visibility: visible;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .st-effect-9.st-menu::after {
        display: none;
    }
    /* Effect 10: Scale up */
    .st-effect-10.st-container {
        -webkit-perspective: 1500px;
        perspective: 1500px;
        -webkit-perspective-origin: 0% 50%;
        perspective-origin: 0% 50%;
    }
    .st-effect-10.st-menu-open .st-pusher {
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }
    .st-effect-10.st-menu {
        z-index: 1;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, -300px);
        transform: translate3d(0, 0, -300px);
    }
    .st-effect-10.st-menu-open .st-effect-10.st-menu {
        visibility: visible;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    /* Effect 11: Scale and rotate pusher */
    .st-effect-11.st-container {
        -webkit-perspective: 1500px;
        perspective: 1500px;
    }
    .st-effect-11 .st-pusher {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .st-effect-11.st-menu-open .st-pusher {
        -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
        transform: translate3d(100px, 0, -600px) rotateY(-20deg);
    }
    .st-effect-11.st-menu {
        opacity: 1;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .st-effect-11.st-menu-open .st-effect-11.st-menu {
        visibility: visible;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .st-effect-11.st-menu::after {
        display: none;
    }
    /* Effect 12: Open door */
    .st-effect-12.st-container {
        -webkit-perspective: 1500px;
        perspective: 1500px;
    }
    .st-effect-12 .st-pusher {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .st-effect-12.st-menu-open .st-pusher {
        -webkit-transform: rotateY(-10deg);
        transform: rotateY(-10deg);
    }
    .st-effect-12.st-menu {
        opacity: 1;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .st-effect-12.st-menu-open .st-effect-12.st-menu {
        visibility: visible;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .st-effect-12.st-menu::after {
        display: none;
    }
    /* Effect 13: Fall down */
    .st-effect-13.st-container {
        -webkit-perspective: 1500px;
        perspective: 1500px;
        -webkit-perspective-origin: 0% 50%;
        perspective-origin: 0% 50%;
    }
    .st-effect-13.st-menu-open .st-pusher {
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }
    .st-effect-13.st-menu {
        z-index: 1;
        opacity: 1;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    .st-effect-13.st-menu-open .st-effect-13.st-menu {
        visibility: visible;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition-speed: 0.2s;
        transition-speed: 0.2s;
    }
    /* Effect 14: Delayed 3D rotate */
    .st-effect-14.st-container {
        -webkit-perspective: 1500px;
        perspective: 1500px;
        -webkit-perspective-origin: 0% 50%;
        perspective-origin: 0% 50%;
    }
    .st-effect-14 .st-pusher {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .st-effect-14.st-menu-open .st-pusher {
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }
    .st-effect-14.st-menu {
        -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
        transform: translate3d(-100%, 0, 0) rotateY(90deg);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .st-effect-14.st-menu-open .st-effect-14.st-menu {
        visibility: visible;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
        -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
        transform: translate3d(-100%, 0, 0) rotateY(0deg);
    }
    /* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
    .no-csstransforms3d .st-pusher,
    .no-js .st-pusher {
        padding-left: 300px;
    }
    #mobile-menu {
        display: block !important;
        margin: 0px 0 15px;
    }
    #mobile-menu .logo {
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 0;
    }
    #st-trigger-effects span {
        margin: 0;
        cursor: pointer;
        text-align: center;
        word-spacing: normal;
        display: inline-block;
        background: transparent;
        border: none;
        outline: none;
        z-index: 9999;
    }
    #st-trigger-effects span,
    button {
        font-family: "Lato", "helvetica", "arial", sans-serif;
        outline: 0;
        border: none;
        font-size: 1.2em;
        color: #ec785f;
        background: transparent;
        padding: 20px 0px 10px;
    }
    #st-trigger-effects span i,
    #st-trigger-effects button i,
    #menu button i {
        padding-left: 10px;
    }
    a button i {
        text-decoration: none;
    }
    /* Custom Nav settings */
    .st-menu .container-fluid {
        padding: 0;
    }
    #logo-container-beta {
        display: none;
    }
    nav#sub-menu {
        padding: 0;
        text-transform: uppercase;
        position: fixed;
        bottom: 0;
        width: 270px;
        right: 0;
        background: #ec785f;
        height: 52px;
        z-index: 1;
        overflow: hidden;
        box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.3);
    }
    nav#sub-menu ul {
        float: none;
        margin: 0;
    }
    nav#sub-menu li {
        width: 25%;
        float: left;
        text-align: center;
    }
    nav#sub-menu li.nav-gen-as {
        width: 75%;
        padding: 0;
        margin: 0;
    }
    nav#sub-menu li a {
        color: #eee;
        padding: 19px 0px;
        box-shadow: none;
        margin: 0;
        text-decoration: none;
    }
    nav#sub-menu li.nav-gen-as a {
        border-right: 1px solid #e75231;
    }
    #menu {
        float: none;
        padding: 0px;
        display: none;
    }
    nav#menu ul {
        margin: 0;
        float: none;
    }
    nav#menu li {
        float: none;
        font-size: 18px;
    }
    nav#menu li li li {
        float: none;
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 0;
        border-bottom: 1px solid #505050;
        margin-left: -45px;
        padding-left: 65px;
        font-weight: 700;
    }
    #menu ul li li li li {
        padding-top: 0;
        border-bottom: none;
    }
    #menu ul li li li li li {
        margin-left: 90px;
        padding: 0;
    }
    nav#menu li a {
        color: #b7b7b7;
        padding: 15px 15px 14px;
        width: 100%;
        text-transform: none;
        float: none;
        margin: 0;
        font-size: 18px;
        cursor: pointer;
    }
    nav#menu li li li li a {
        font-size: 15px;
        padding-left: 50px;
        background-position: 23px 9px;
    }
    nav#menu li li li li li a {
        font-size: 15px;
        padding-left: 96px;
        background-position: 68px 9px;
    }
    nav#menu li a:active {
        box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
    }
    nav#menu li a.nav-parent:before {
        font-family: fontawesome;
        content: "\f105";
        position: absolute;
        right: 10px;
    }
    #menu .nest-menu {
        width: 100%;
        box-shadow: none;
        outline: none;
        margin: 0 0 0 0px;
        padding: 0px;
    }
    #menu .nest-menu h6 {
        margin-top: 0;
        font-weight: 700;
        color: #777;
        padding-left: 19px;
        padding-bottom: 0;
        margin-bottom: 0;
        padding-top: 10px;
    }
    .st-menu-open .st-menu {
        position: fixed;
        overflow-x: hidden !important;
        /*overflow-y: scroll !important;*/
    }
    #menu ul li {
        border: none;
        color: #b7b7b7;
    }
    #menu ul ul {
        padding: 10px 0 0px 10px;
        font-size: 1.25em;
    }
    #menu ul ul ul {
        margin-left: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-right: 0;
        padding-top: 0;
        display: none;
        background: #4f4f4e;
    }
    #menu ul ul h4 {
        font-size: 13px;
    }
    #menu ul ul h4 a {
        border-bottom: 1px solid #535353;
        padding-left: 30px;
        background-position: 7px 4px;
    }
    #menu li.current ul {
        display: block;
    }
    ul.nest-menu li li a.node {
        background: url(../images/nest-icons/nav_08.png) -1px 4px no-repeat !important;
    }
    #menu ul ul a {
        box-shadow: none;
        padding: 10px 15px;
        background-color: #413f3d;
    }
    #menu ul ul ul a.active,
    #menu ul ul ul a {
        background-color: transparent !important;
        font-size: 14px;
    }
    #menu ul ul ul a.active {
        font-weight: 700;
    }
    #menu ul .ulCommitteeReports a.active,
    #menu ul ul ul ul ul a.active {
        background-color: rgba(0, 0, 0, 0.07) !important;
    }
    #menu ul ul ul ul ul li a {
        padding-left: 35px;
    }
    #menu ul .ulCommitteeReports li {
        padding-top: 0;
        padding-bottom: 0;
    }
    #menu ul ul ul a.active:hover {
        background-color: rgba(0, 0, 0, 0.1) !important;
    }
    #menu ul ul ul ul ul {
        margin-top: 0;
        display: none;
    }
    #menu ul ul ul ul {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: -65px;
        padding-bottom: 1px;
        display: block;
    }
    .toc-header {
        margin-bottom: 0;
        padding: 0;
    }
    nav#menu a:focus,
    nav#menu ul:focus,
    nav#menu li:focus,
    nav#menu a:hover,
    nav#menu ul:hover,
    nav#menu li:hover {
        outline: none;
        box-shadow: none;
    }
    nav#menu li:hover {
        background: transparent;
    }
    #menu-2 #sessions {
        min-height: 64px;
    }
    #menu-2 #sessions .btn-group {
        width: 283px;
        padding: 10px 0 0 13px;
        position: fixed;
        z-index: 10;
        background: #000;
    }
    #menu-2 #sessions .btn-group .dropdown-toggle {
        width: 90%;
        padding: 10px;
        text-align: left;
        background: #ec785f;
        border: #ec785f;
        color: #eee;
        font-size: .9em;
        font-family: "Lato", "helvetica", "arial", sans-serif;
        margin-bottom: 10px;
        text-align: center;
    }
    #menu-2 #sessions .btn .caret {
        right: 45px;
        top: 19px;
        margin-left: 10px;
        margin-right: -10px;
    }
    #menu-2 #sessions .open > .dropdown-menu {
        width: 90%;
        margin-top: 5px;
        padding-bottom: 0;
        padding-top: 0;
        text-align: center;
        max-height: 300px;
    }
    #menu-2 #sessions .dropdown-menu > li > a {
        padding-left: 10px;
        color: #888;
        font-family: "Lato", "helvetica", "arial", sans-serif;
        text-transform: none;
        text-align: left;
    }
    #menu-2 #sessions .dropdown-menu > li.active > a {
        color: #fff;
    }
    #menu-2 #sessions .top-navigation {
        margin-top: 11px;
        border-top: 1px solid #555;
    }
    #menu-2 #sessions label {
        display: none;
    }
    #menu-2 ul.nest-menu li.expanded h4 > a:before {
        content: "\f111";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        color: #ec785f;
        font-size: 7px;
        padding-right: 0.6em;
        margin-left: -1.1em;
        position: absolute;
        top: 17px;
        left: 25px;
    }
    #menu-2 ul.nest-menu li h4 > a:before {
        font-family: fontAwesome;
        /*content:"\f067";*/
        color: #b7b7b7;
        font-size: 8px;
        position: absolute;
        left: 18px;
        top: 15px;
    }
    #menu-2 ul.nest-menu li li li a:before {
        font-family: fontAwesome;
        /*content:"\f067";*/
        color: #b7b7b7;
        font-size: 8px;
        position: absolute;
        left: 36px;
        top: 12px;
    }
    #menu-2 ul.nest-menu li li li a.active.active-expanded:before {
        font-family: fontAwesome;
        content: "\f067";
    }
    #menu-2 ul.nest-menu li li li a.active:before {
        font-family: fontAwesome;
        content: "\f068";
        color: #b7b7b7;
        font-size: 8px;
        position: absolute;
        left: 36px;
        top: 11px;
    }
    #menu-2 ul.nest-menu li li li.expanded a:before {
        font-family: fontAwesome;
        content: "\f068";
        color: #b7b7b7;
        font-size: 8px;
        position: absolute;
        left: 36px;
        top: 11px;
    }
    #menu-2 ul.nest-menu li li li.expanded li a:before,
    #menu-2 ul.nest-menu li li li li a:before {
        font-family: fontAwesome;
        content: "\f105" !important;
        color: #b7b7b7;
        font-size: 13px !important;
        position: absolute;
        left: 20px !important;
        top: 12px;
    }
    #menu-2 ul.nest-menu li a {
        background-image: none !important;
    }
    #menu-2 ul.nest-menu li li.expanded > a {
        font-weight: normal;
    }
}

@media only screen and (max-width: 480px) {
    button {
        font-size: 1.15em;
        padding-right: 0px;
    }


   .form-horizontal .form-group.form-group-name {
    width:100%;
    margin-left: -15px;
    margin-right: -15px;
    float:none;
}

.form-horizontal .form-group.form-group-email {
    width:100%;
    margin-left: -15px;
    margin-right: -15px;
    float:none;

}
}

.pnlfeedback{
    margin-top:30px;
}

@media only screen and (max-width: 1180px) {
    .search-wrapper div#dyn_nav {
        background: #FFF none repeat scroll 0 0;
        position: relative;
        padding-top: 1px;
        top: auto;
        max-width: 205px;
        float: left;
        width: 15% !important;
    }
    .search-wrapper div#main_res {
        margin-left: 0;
        float: right;
        max-width: 965px;
        width: 85% !important;
    }
    .title-bar .col-md-6 {
        padding: 0;
        margin-left: -3px;
        width:55%
    }
    .search-box.col-md-6 {
        margin: .6em 0;
        width: 30%;
    }
}

@media only screen and (max-width: 985px) {

    .feedback-body.body-reports_gen_as.mobile-body {
        height: auto;
        width: 100%;
        min-width: 0;
        overflow:scroll;
    }
    .pagination, .dataTables_paginate{
        margin-top:-2px !important;
    }
    .title-bar .col-md-6 {        
        width:100%;
    }
    .search-box.col-md-6 {
        margin: .6em 0;
        width: 100%;
    }
    #data-content {
        padding: 0 15px;
    }
    .nav-lis-help {
        display: none !important;
    }
    .feedback-body .close {
        display: none;
    }
    #content {
        display: block;
        width: 100%;
    }
    .item-languagearea .table-responsive {
        width: 100%;
        margin-bottom: 18px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }
    .item-languagearea .table-responsive table {
        margin-top: 0;
        border: none;
    }
    .item-languagearea .table-responsive table td,
    .item-languagearea .table-responsive table th {
        display: table-cell;
    }
    .item-languagearea .table-responsive table tr {
        display: table-row;
    }
    .budget-feature .feature-text {
        display: block;
        min-height: 100% !important;
        padding-bottom: 15px;
    }
    h5.subtitle-above {
        margin: 0 0 1em 0em;
    }
    table.item > thead > tr > th,
    table.item > thead > tr > td,
    table.item > tbody > tr > td {
        padding-left: 0;
    }
    input {
        -webkit-appearance: block;
    }
    .hide-desktop {
        display: none;
    }
    .twitter-timeline {
        margin: 0 auto;
        display: block;
    }
    body {
        height: auto;
        min-width: 100%;
    }
    tr.row-extend td.td-name {
        padding: 10px 10px 10px 20px;
    }
    .title-bar {
        padding: 0;
    }
    .search-box {
        width: 100%;
    }
    .search-box .input-group {
        margin: 0 15px;
    }
    .secondary-search .input-group-btn button.nobutton {
        padding: 0;
    }
    tr {
        vertical-align: top;
    }
    .footer ul {
        text-align: center;
    }
    .footer .col-md-3 {
        position: relative;
        z-index: 2;
    }
    #ga-seal {
        z-index: 0;
        opacity: .45;
        right: 50%;
        bottom: 0;
        margin-right: -70px;
    }
    .footer .col-md-3.text-left {
        text-align: center !important;
    }
    .mobile-utility {
        padding: 20px 0px;
    }
    .footer .row {
        padding-bottom: 80px;
    }
    .footer-links {
        clear: both;
        background: #dfe2e3;
        padding: 10px 10px 50px;
    }
    .result-count {
        position: relative;
        z-index: 10;
    }
    .result-count.btn-group {
        margin: -10px 0 20px;
        width: 50%;
    }
    .result-count.btn-group .btn {
        width: 60%;
    }
    .result-count.btn-group .btn.dropdown-toggle {
        width: 20%;
    }
    .result-count.btn-group .btn.title {
        width: 20%;
    }
    .result-count.btn-group .dropdown-menu {
        min-width: 90%;
    }
    .result-count.btn-group .dropdown-menu a {
        text-align: left;
        padding: 8px 15px;
    }
    .dataTables_paginate a,
    .pagination > li > a,
    .pagination > li > span {
        padding: 6px 10px;
        margin: 0 1px;
    }
    #cumulative-filter_wrapper.table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: normal;
    }
    #cumulative-filter_wrapper .table-condensed > tbody > tr > td {
        background: transparent !important;
        border-width: 0 0 1px !important;
        border-color: #eee;
        border-style: solid;
    }
    .mobile-body .table td.num {
        width: 10%;
    }
    .filter .sans-bg nav.content-header-menu-right {
        width: 100%;
        border: none;
        padding-right: 0;
        margin-right: -2px;
    }
    .filter .col-sm-6 {
        margin: 15px 0 10px;
    }
    .filter .col-sm-6 h3 {
        margin-top: 5px;
    }
    .filter .col-sm-6 .content-header-menu {
        width: 100%;
    }
    .dropdown-table tr.row-extend-table td {
        padding: 6px 0px 6px 5px !important;
        border-bottom: none;
    }
}

@media only screen and (min-width: 985px) {
    tr {
        vertical-align: top;
    }
    div.nest-right {
        padding-right: 0;
        padding-left: 15px;
    }
    .title-bar h2 {
        text-align: left;
    }
    .search-title {
        margin: 0.6em 0.5em 0 4.95em;
    }
    .search-box {
        margin: .5em 0 0 0;
    }
    .col-sm-6 .content-header-menu {
        width: 75%;
    }
}

@media only screen and (min-width: 768px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
        position: relative;
    }
}

@media only screen and (min-width: 720px) {
    section.content-header-menu #paginate ul,
    section.content-header-menu #paginate li,
    section.content-header-menu #paginate {
        width: auto;
    }
    .page-arrow-left,
    .page-arrow-right {
        position: relative;
    }
    .page-arrow-right {
        right: auto;
    }
    .page-arrow-left {
        left: auto;
    }
    #toggle-utility-header {
        display: none;
    }
    nav.content-header-menu-left ul,
    nav.content-header-menu-middle ul {
        padding: 0 .5em;
    }
    nav.content-header-menu-right li {
        padding: 0 .55em;
    }
    nav.content-header-menu-right {
        border-left: 1px solid #dee2e3;
        border-top: none;
        float: right;
        margin: 0;
        width: 310px;
        padding-bottom: 3px;
        padding-left: 6px;
    }
    .sans-bg nav.content-header-menu-right {
        width: 65%;
        border: none;
    }
    nav.content-header-menu-middle li,
    nav.content-header-menu-right li {
        padding: 0 .45em;
    }
    .modal-dialog {
        width: 65%;
        margin: 30px auto;
        max-width: 1366px;
    }
}

@media only screen and (max-width: 720px) {
    .publication-guidelines.text-right{
        text-align:left;
        padding-left:20px;
    }
    .select-combo.pending-notify {
        top: 85px;
        height: 44px !important;
    }
    nav.content-header-menu-middle.top-border{
        border-top:1px solid #e5e5e5 !important;
    }    
     nav.content-header-menu-left {
        float: none;
        border-right: none;
        width: 100%;
    }
    nav.content-header-menu-left ul {
        float: none;
        width: 100%;
        text-align: center;
        border-right:none !important;
    }
    /*nav.content-header-menu-left a {
        position: absolute;
        right: 15%;
        padding: 5px 25px 0 55px;
        top: 44px;
        font-size: 1.25em;
    }*/
    /*nav.content-header-menu-left a:first-child {
        left: 15%;
        right: auto;
        padding: 5px 55px 0 25px;
    }*/
    nav.content-header-menu-left .dropdown-menu a:first-child{
        top:0;
    }

    .content-header-menu-middle{
        float: none !important;
    }
    .content-header-menu-middle ul li.print-li{
        display:block;
        text-align:center;
    }
    
    section.content-header-menu.report-detail.overdue, section.content-header-menu.report-detail.pending {
        display: none !important;
    }

    .select-combo.published-year {
        width: 100%;
        float: none;
        display:block;
    }
    .item-table thead tr.colhdr {
        display: none;
    }
    table.item > thead > tr > th,
    table.item > thead > tr > td,
    table.item > tbody > tr > td {
        padding-left: 5px;
    }
    #divBudgetBillTotals .td-blank {
        background: #f2f5f4 !important;
    }
    .table thead tr th,
    .table tr th {
        text-align: left !important;
    }
    .td-fysmall {
        width: 100% !important;
    }
    .table .checkcol {
        display: none;
    }
    .table-condensed > tbody > .row-extend-table > td {
        padding: 0 !important;
    }
    .td-fy,
    .td-description {
        width: 100% !important;
        background: transparent !important;
    }
    h4.visible-xs {
        padding-left: 0px;
    }
    table.item .td-blank {
        display: none;
    }
    .td-fysmall:nth-child(1n):before,
    thead tr .right:nth-child(2n):before,
    thead tr.table-header .right:nth-child(1n):before,
    #ctl00_ctl00_MainContent_MainContent_divBudgetBill tr .amount:nth-child(2n):before,
    .amount:nth-child(1n):before,
    #divBudgetBillTotals tr .amount:nth-child(2n):before,
    .item-table tr .amount:nth-child(2n):before,
    tr.active .amount:nth-child(2n):before,
    .td-fy:nth-child(1n):before {
        position: relative;
        content: attr(fy1);
        font-weight: 700;
    }
    .td-fysmall:nth-child(2n):before,
    .td-sy:nth-child(1n):before,
    thead tr .right:nth-child(3n):before,
    .table-header th.right:nth-child(2n):before,
    thead tr.table-header th.right:nth-child(2n):before,
    #divBudgetBillTotals tr .amount:nth-child(3n):before,
    #ctl00_ctl00_MainContent_MainContent_divBudgetBill tr .amount:nth-child(3n):before,
    tr .amount:nth-child(2n):before,
    .item-table tr .amount:nth-child(3n):before,
    tr.active .amount:nth-child(3n):before,
    .td-fy:nth-child(2n):before {
        position: relative;
        content: attr(fy2);
        font-weight: 700;
    }
    tr.table-header .right:nth-child(1n):before {
        position: relative;
        content: attr(fy2) !important;
        font-weight: 700;
    }
    tr.table-header .right:nth-child(2n):before {
        position: relative;
        content: attr(fy1) !important;
        font-weight: 700;
    }
    tr.table-header th.button:before,
    thead tr th.button:before,
    thead tr.table-header th.button:before,
    td.button:before {
        position: relative;
        content: "Totals: ";
        font-weight: 700;
    }
    .table-responsive > .table > thead > tr > th {
        white-space: normal;
    }
    .row-extend td.amount {
        display: none;
    }
    table div.dataTables_paginate {
        display: block;
    }
    #cumulative-filter_length,
    #dataTables_info {
        margin-left: 5px;
    }
    .pull-right.more-info {
        float: none !important;
        margin-left: .3em;
    }
    .table.item td {
        font-weight: 500;
    }    
    nav.content-header-menu-left.selection-menu .table td {
        background-color: none !important;
        padding: 0;
    }
    .table td.active,
    .table tr.active td {
        background-color: #f3f5f4 !important;
    }
    .table.item td.amount {
        font-weight: 300;
    }
    table.item > tbody > tr > td,
    table.item > tbody > tr > td.amount {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-left: 5px !important;
    }
    table.item.table-striped {
        border-bottom: none;
    }
    table.item.no-stripes {
        border: none;
    }
    .list-group-item a {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        background-color: #ffffff;
        border: 1px solid #dddddd;
    }
    table.item.no-stripes tr.pgm-sub-section {
        border-bottom: 1px solid #ccc;
    }
    table.item.no-stripes tr.pgm-sub-section td {
        padding-bottom: 15px;
    }
    table.item.no-stripes tr.pgm-sub-section td.pgm-sub {
        font-weight: 700;
    }
    table.item.no-stripes tr.lang-label td {
        font-weight: 700;
    }
    table.item.no-stripes tr.pgm-sub-section.pgm-lang-fund td,
    table.item.no-stripes tr.pgm-sub-section td.amount {
        font-weight: 500 !important;
    }
    table.item.no-stripes tr.program,
    table.item > tbody > tr > td.sub-header-program {
        border-bottom: 1px solid #ccc;
        background-color: #fafafa;
    }
     .list-view.details-view #report-detail{
        margin-top:45px;
    }

    section.sect.report-detail {
        border-bottom: none !important;
        margin-top: 5px;
    }
    section.content-header-menu {
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }
    #datatable-outer-wrapper div.dataTables_paginate{
        float: left!important;
        display:block!important;
        width:100%;
        margin-bottom: 20px !important;
        margin-left: -6px;
        position: relative;
        padding-top: 20px!important;
    }
        #datatable-outer-wrapper {
        position: relative !important;
        top: 0px !important;
    }
}

@media only screen and (max-width: 720px) {

    nav.content-header-menu-left.selection-menu.reports-menu {
        height:0;
    }
    nav.content-header-menu-left.selection-menu {
        width: 100%;
        margin-left: 0%;
        padding-top: 3px;
    }
    .select-combo.published-reports {
        width: 30% !important;
        padding-left: 7px !important;
        float:left;
    }
    .select2.select2-container.select2-container--default,
    .published-auth .select2.select2-container.select2-container--default.select2-container--below{
       padding: 0 10px !important;
       border-bottom: 1px solid #ddd !important;
       margin-top: 10px !important; 
    }
    .report-notif .select2.select2-container.select2-container--default{
        border-bottom: none !important;
    }
    nav.content-header-menu-left .select-combo.published-auth #ddAgencycombo,
    nav.content-header-menu-left div.select-combo.published-auth {
        line-height: 12px !important;
        width: 100% !important;
        display:block;
        float: none !important;
        padding: 0;
    }
    .select-combo.published-notify, .select-combo.pending-notify {
        position:relative !important;
        width:100% !important;
        border:none !important;
        border-top:1px solid #ddd !important;
        text-align:center;
        margin:0  !important;
        padding:0 !important;
    }
    .select-combo.published-notify a#notify-me, .select-combo.pending-notify a#notify-me{
        left:0;
        width: 100%;
        display: block;
        padding: 5px;
        margin-top: -5px;
    }
    .select-combo.published-year {
        border-bottom: 1px solid #dddddd;
        float: none;
        display:block;
    }
    section.content-header-menu {
        overflow: hidden;
        float: none;
    }
    tr.row-extend.table-header th h4 {
        padding-left: 16px;
    }
    tr.row-extend.table-header th h4:before {
        left: 10px;
    }
    #divBudgetBillTotals .table-striped > tbody > tr:nth-child(odd) > td {
        background-color: #f4f5f5 !important;
    }
    #divBudgetBillTotals table.table-condensed.budget-toc > tbody > tr > td.child {
        width: 100%;
    }
    .secondary-search .input-group-btn {
        font-size: 14px;
    }
    .table td.num {
        left: 80px;
        width: 50%;
    }
    .mobile-body table.table-condensed.budget-toc > tbody > tr > td.child {
        width: 100% !important;
        padding-left: 5px !important;
    }
    .list-group-item.active a {
        z-index: 2;
        color: #ffffff;
        background-color: #34495e !important;
        border-color: #34495e !important;
    }
    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
    .row-extend-table .child,
    table.table-condensed.budget-toc tbody tr td.child.text-left {
        width: 100% !important;
        padding-left: 10px !important;
    }
    tr.row-extend td.td-name {
        padding-left: 25px !important;
        padding: 10px;
    }
    tr.row-extend td.td-name:before {
        left: 10px;
    }
    tr.row-extend td.td-name.indent:before {
        left: 26px;
    }
    .table tr,
    thead tr {
        position: relative;
    }
    .table td.num {
        position: absolute;
        top: 0;
    }
    thead tr {
        padding: 0;
    }
    #divBudgetBillTotals thead tr.colhdr {
        display: none;
    }
    #divBudgetBillTotals thead tr.colhdr th.right,
    thead tr.colhdr th.right,
    thead tr.colhdr th.button,
    thead tr.colhdr th.ctr {
        display: none;
    }
    .table tr.table-header th {
        border-bottom: none;
    }
    tr.table-header th.right,
    thead tr.table-header th.right {
        display: block;
        text-align: left;
    }
    thead tr th a {
        display: block;
        padding: 5px 0;
    }
    thead tr.table-header th a {
        dislay: inline;
        padding: inherited;
    }
    tr.table-header th.button,
    thead tr.table-header th.button {
        text-align: left !important;
    }
    hr.divide {
        margin-top: 0;
        border: none;
    }
    .item-languagearea {
        display: block;
        padding: 0 5px;
    }
    td span.amendment-change {
        position: absolute;
        right: 15px;
        left: auto;
        top: -28px;
        width: 10%;
        margin-left: 10px;
    }
    td span.amendment-languageonly {
        padding-left: 0;
        position: relative;
        display: block;
        margin: 0;
        width: 100%;
        left: auto;
    }
    .table > tbody > tr > td {
        border: none;
    }
    tr {
        border-width: 0px 0px 1px !important;
    }
    h6.breadcrumbs {
        line-height: 26px;
        margin-bottom: 0;
    }
    table.table {
        border: 1px solid #ccc;
    }
    table.no-stripes tr,
    table.no-stripes tr td {
        border: none;
    }
    td {
        border: none;
        position: relative;
        text-align: left !important;
    }
    td:nth-child(1) {
        padding-left: 5px !important;
    }
    td span.executive-summary {
        position: inherit !important;
    }
    span.reportnotification-label{
        position:relative;
        float:none!important;
        padding-left:15px;
        margin-top: 12px !important;
        display: block;
    }
    td span.read-text {
        position: inherit !important;
    }
    td .report-m-nav span{
        display:none;
    }
    td nav.content-header-menu-left .report-m-nav a{
        top:-0px;
    }
    #nav-previous {
        margin-right: 30px;
    }

    #nav-next {
        margin-left: 30px;
    }
    td span.visible-xs {
        display: none !important;
    }
    .toggle-utility-header{
        width:100%;
        margin: 0;
        padding:0;
        display: block;
    }
    .toggle-utility-header span{
        width:100%;
        margin: 4px 0 0;
        padding: 0;
    }    
    
}

@media only screen and (max-width: 480px) {

    .search-box .input-group {
        padding: 0 15px;
    }
    #feedback .modal-dialog,
    .cumulative-feedback .modal-dialog {
        margin: 0px auto 0;
    }
    #feedback .modal-content {
        height: 100% !important;
    }
    .st-content,
    .st-content-inner {
        overflow: hidden;
    }
    nav.content-header-menu-middle li.print-li,
    nav.content-header-menu-middle li.pdf-li {
        display: none;
    }
    .filter .sans-bg nav.content-header-menu-right {
        width: 100%;
        border: none;
    }
    .filter .col-sm-6 {
        padding: 0px 10px 0;
        margin: 0 0 13px;
        width: 100%;
    }
    .filter .col-sm-6 .content-header-menu {
        padding-right: 15px;
    }
    .filter .col-sm-6 h3 {
        margin-top: 10px;
        margin-bottom: 0;
        padding: 0;
        line-height: .8;
    }
    .form-head .btn-group {
        margin: 15px 0;
    }
    .form-head button.btn,
    .form-head .btn-group {
        width: 100%;
    }
    .modal .table.table-amendments td {
        padding-left: 10px !important;
        width: 100%;
    }
    .select-combo.published-notify{
        margin-top:-1px !important;
    }
    .select-combo.published-notify a#notify-me, .select-combo.pending-notify a#notify-me{        
        padding: 10px;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 985px) {
    .container-fluid {
        padding: 0 60px;
    }
}

.search-wrapper div#main_res {
    margin-left: 0;
    float: right;
    width: 965px;
}

span.p {
    display: block;
    max-width: 1170px;
    margin: 0 auto;
}

span.p.footer {
    display: inline !important;
    max-width: 1170px;
    margin: 0 auto;
}
.search-wrapper .sep {
    display: none;
}

.search-wrapper #ctl00_MainContent_btnYearSession {
    cursor: inherit !important;
    background-color: #f3f5f5 !important;
    border-color: #cccccc !important;
}

.search-wrapper div.dn-bar {
    padding: 10px;
}

.search-wrapper div#main_res {
    margin-left: 0;
    float: right;
    width: 965px;
}

.search-wrapper #main:after {
    clear: both;
}

.search-wrapper div#dyn_nav {
    background: #FFF none repeat scroll 0 0;
    position: relative;
    padding-top: 1px;
    top: auto;
    width: 205px;
    float: left;
}

.search-wrapper #dyn_nav li {
    margin-right: 0;
    padding-bottom: 0px;
    padding-top: 3px;
    padding-left: 6px;
}

.search-wrapper .si {
    padding: 5px 5px 5px 0;
}

.search-wrapper .dn-bar-nav {
    font-size: 80%;
    line-height: 1.8em;
}

.search-wrapper .sort-label {
    font-size: .6em;
}

.search-wrapper .sort-data {
    position: relative;
    font-size: .9em;
}

.search-wrapper table .btn .caret {
    position: absolute;
    right: 20px;
    top: 22px;
}

.search-wrapper .searched-session {
    margin-top: -25px;
    margin-bottom: -30px;
    padding-left: 17px;
}

.search-wrapper .title-bar {
    margin-bottom: 25px;
}

.search-wrapper table .dropdown {
    display: block !important;
    position: absolute;
    right: 0;
    margin-top: -17px;
    width: auto;
    padding: 8px;
}

.search-wrapper table .dropdown button {
    width: auto;
    text-align: left;
    margin-left: 5px;
    font-size: .65em;
    font-family: "Lato", "helvetica", "arial", sans-serif;
    padding-right: 25px;
}

.search-wrapper table .dropdown button span {
    padding-left: 0px;
    font-weight: 700 !important;
}

.search-wrapper table .dropdown-menu {
    padding: 0;
    font-family: lato;
    font-size: .65em;
}

.search-wrapper table .dropdown-menu a {
    display: block;
    font-size: 1.25em;
    color: #000;
    padding: 7px 10px;
}

.search-wrapper table .dropdown-menu a:hover {
    background: #f5f5f5;
}

.search-wrapper table .dropdown-menu span {
    padding: 7px 10px;
    display: block;
    font-size: 1.25em;
    color: #fff !important;
    background: #ec785f !important;
}

.search-wrapper table.search-banner form,
.search-wrapper table {
    font-size: 1.25em;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto 15px;
    line-height: .9em;
    font-family: "PT Serif", Times, serif !important;
}

.search-wrapper table.search-banner {
    max-width: 100%;
    background: #f5f5f5;
}

.search-wrapper table.search-banner form table {
    margin-bottom: 11px;
}

.search-wrapper #bottom-navigation table {
    width: auto;
    margin: 80px 0;
    text-align: left !important;
}

.search-wrapper #bottom-navigation table img {
    margin: 0 4px;
}

.bottom-search-box form input,
.search-wrapper table form input {
    padding: 8px;
}

.bottom-search-box form {
    max-width: 530px;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
}

.search-wrapper table form table {
    width: auto;
    margin: 10px 0 10px 0;
}

.search-wrapper #main {
    max-width: 1170px;
    margin: 0 auto;
}

.bottom-search-box {
    background: transparent;
    border: none;
}

.search-wrapper table form input[type=submit] {
    background: #ec785f;
    padding: 12px 30px;
    color: #fff;
    font-size: 1.25em;
    margin-bottom: 40px;
}

.bottom-search-box form input,
.search-wrapper table form input {
    height: 40px;
}

.search-wrapper table form input[type=submit] {
    background: #ec785f;
    margin: 0px 0 0 -4px;
    padding: 8px 13px 7px;
    outline: 0;
    border: none;
}

.search-wrapper table form input[type=submit] {
    text-indent: -999px;
    width: 43px;
    background-image: url("http://test.bbe.virginia.gov/images/google-search-ico.png");
    background-repeat: no-repeat;
    background-position: 9px 6px;
    height: 40px;
}

@media (min-width: 1440px) {
    .search-wrapper .dropdown {
        width: 182px;
    }
}

@media (max-width: 1024px) {
    .search-wrapper table form table {
        width: auto;
        margin: 10px auto 20px auto;
    }
    .select-combo.published-auth {
        width: 35% !important;
        padding-left: 18px;
    }
    .select-combo.report {
        /*width: 22% !important;*/
    }
    .select-combo.print {
        /*width: 12% !important;*/
    }
}

@media only screen and (max-width: 985px) {
    
    div#dyn_nav {
        display: none;
    }
    .search-wrapper .si {
        padding: 12px 10px 5px;
        white-space: normal;
        background: #fff;
    }
    .search-wrapper div#main_res {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .search-wrapper table .dropdown {
        width: 182px;
    }
    .search-wrapper table tr {
        border: none;
    }
    .search-wrapper #main {
        margin-top: 44px;
    }
    .search-wrapper #main tr {
        border-bottom: 1px solid #ccc;
        padding: 0 0 5px;
        margin-bottom: 15px;
    }
    .search-wrapper .dropdown-menu span {
        margin: 0;
        width: 100%;
        padding: 12px 10px;
    }
}

@media only screen and (max-width: 720px) {
    .search-wrapper td span {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
    }
}


.title-bar .col-md-6 h2 .sub-title {
    font-size: 21px;
    text-transform: none;
    display: inline-table;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 8px;
    color: #FFE6E0;
}

@media only screen and (max-width: 767px) {
    .title-bar .col-md-6 h2 em {
        display: none;
    }
}

.publication-guidelines {
    /*z-index: 199;*/
}

.main-content {
    position: relative;
}

ul.nest-menu.resources-menu {
    margin-top: 10px;
}

ul.nest-menu.resources-menu li {
    border: none;
}

ul.nest-menu.resources-menu li a:hover {
    background-color: #fff !important;
    text-decoration: underline !important;
}

ul.nest-menu.resources-menu li a {
    background: #fff !important;
    padding: 3px 0 3px 15px;
}

ul.nest-menu.resources-menu li h4 a {
    padding-bottom: 10px;
}

ul.nest-menu.resources-menu li h4 a:hover {
    text-decoration: none !important;
}


.bootstrap-select .dropdown-menu li i {
    display: none;
}

#datatable-outer-wrapper {
    position: relative;
    top:-125px;
}
.notify-wrapper #datatable-outer-wrapper {
	top: -204px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ specific */
	.notify-wrapper #datatable-outer-wrapper {
		top: -225px !important;
	}
}
.notify-wrapper div.dataTables_paginate {
    margin-bottom: 160px !important;
}

.dataTables_wrapper .dataTables_paginate a,
.dataTables_wrapper .pagination > li > a,
.dataTables_wrapper .pagination > li > span,
.dataTables_wrapper .dataTables_paginate a,
.dataTables_wrapper .pagination > li:last-child > a,
.dataTables_wrapper .pagination > li:last-child > span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-decoration: none !important;
    border: none;
}

.dataTables_wrapper .pagination > li.active > a:hover {
    background: #3498db;
}

.dataTables_wrapper .pagination > li > a:hover {
    background: #eee;
}

.dataTables_wrapper div.dataTables_info {
    padding-top: 3px;
    margin-left: 10px;
    position: relative;
    float: left;
    font-size: 14px;
}

.dataTables_wrapper div.dataTables_length label {
    font-size: 14px;
}

.dataTables_wrapper .table.dataTable {
    padding-top: 0;
    margin-top: 0;
}

.dataTables_wrapper .table.dataTable tbody > tr {
    border: none !important;
}

.dataTables_wrapper .table.dataTable tbody > tr > td,
.dataTables_wrapper .table.dataTable thead > tr > td {
    padding: 0;
    border: none;
}

@media (max-width: 720px) {
    
    .dataTables_wrapper .table.dataTable td .toggle-utility-header span {
        position: absolute;
        left: 0px;
        top: 4px;
        width: 100%;
        margin-left: 10px;
    }
    .dataTables_wrapper .table.dataTable td .select-combo span {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        margin: 0;
    }
    .dataTables_wrapper .table.dataTable td .select-combo .combo-label {
        margin-right: 10px;
    }
}

nav.content-footer-menu.report-footer {
    bottom: 0px;
    background: #fff;
    opacity: .95;
    border: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    z-index: 11;
    padding: 18px 0 !important;
    width: 100%;
    /*left: 0;*/
    /*text-align: center;*/
}

nav.content-footer-menu.report-footer input[type=button] {margin-left: 0;}

@media only screen and (max-width: 985px) {
    nav.content-footer-menu.report-footer {
        padding-left: 15px !important;
        text-align: left;
        height: 72px;
    }
    nav.content-footer-menu.report-footer input[type=button] {
        margin-left: 0px;
    }
    #menu {
        display: block;
    }
    .body-reports_gen_as .nav-state-budget,
    .body-reports_gen_as .nav-session-info,
    .body-reports_gen_as .nav-bills-resolution,
    .body-reports_gen_as .nav-va-law {
        display: none !important;
    }
    h2.hdr-sub.hidden-print {
        font-size: 25px;
    }

}

ul.nest-menu li,
ul.nest-menu li.expanded.current h4 > a,
ul.nest-menu li.current a.active {
    font-weight: 500;
    position: relative;
    background: none;
}

ul.nest-menu li i {
    font-size: 16px;
    margin-left: 3px;
}

ul.nest-menu li.expanded.current h4 > a:after {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    background: #ec785f;
    position: absolute;
    left: 0;
    top: 21px;
    z-index: 1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.label-select.mobile-published {
    display:none !important;
}

ul.nest-menu li ul ul.nest-menu li ul li {
    margin: 0;
    padding: 0;
    background-image: none;
}

#sidebar-links {
    border-top: solid 1px #e5e5e5;
    margin-top: 30px;
}

#sidebar-links ul.nest-menu ul li {
    padding: 10px 0 10px 0px;
    margin: 0;
    border: none;
    background-image: none;
}

#sidebar-links ul.nest-menu li.expanded.current h4 > a:hover,
ul.nest-menu li.expanded.current h4 > a:hover {
    background-color: transparent !important;
}

#sidebar-links ul.nest-menu li ul a {
    display: inline;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 5px 13px !important;
    font-weight: 400;
    background-image: none;
}

#sidebar-links ul.nest-menu li,
#sidebar-links ul.nest-menu li a,
#sidebar-links ul.nest-menu li.current {
    background-image: none !important;
}

#sidebar-links ul.nest-menu li.current ul a.active {
    background-color: #f8f9f9;
    font-weight: 400 !important;
    background-image: none;
}

.main-content table td.td-container{
    padding:0;
}

ul.nest-menu li.expanded h4 > a {
    color: #ef795b;
}

ul.nest-menu li.current ul {
    display: none;
}

section.content-header-menu {
    z-index:100;
    float: none !important;
    margin-top: 50px;
    margin-bottom: 23px;
}

section.content-header-menu.affix {
    border-radius: 0 !important;
    height: 42px;
    top: -50px;
    z-index: 1;
    width: 100%;
    max-width: 874px;
    position: fixed !important;
}

.list-view h4 {
    font-size: 20px;
    font-family: 'PT Serif', Times, serif;
}

.list-view .sect h4 {
    font-size: 20px;
    width: 70%;
    margin: 0 0 10px;
}

.list-view section.sect {
    padding: 10px 0 25px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    margin-bottom: 10px;
}
.list-view section.sect ul.reporting {
    padding-left: 25px;
}
.list-view .table-pending section.sect{
    margin-bottom:0;
    padding: 5px 0 15px 0;
}

.list-view section.sect.pending-date {
    padding-top: 40px !important;
    padding-bottom: 5px;
    margin: 0;
}
table.dataTable.table-pending tr:first-child section.sect.pending-date{
    padding-top: 10px !important;
}

.list-view .col-md-6 section.sect {
    border: none;
}


.list-view .col-md-6.primary-contact,
.list-view .col-md-6.secondary-contact {
    height: 210px;
}

.list-view ul {
    margin: 0;
    padding: 0;
}

.list-view ul li {
    list-style-type: none;
}

.list-view ul.sect-utility {
    position: absolute;
    right: 0;
    top: 20px;
    width:179px;
    text-align: right;
    font-family: Lato, helvetica, arial, sans-serif;
}

.list-view ul.sect-utility li.report-btn {
    position: absolute;
    left: 0;
}

.list-view ul.sect-utility li {
    display: inline;
}

.list-view ul.sect-utility li button,
.list-view ul.sect-utility li a.btn {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    width: 88px;
    padding: 5px 3px !important;
}
.list-view ul.sect-utility li button i,
.list-view ul.sect-utility li a.btn i{
    font-size:11px;
    padding-left:1px;
}

.list-view h3 {
    color: #000;
    font-family: 'PT Serif', Times, serif;
}

h2 {
    font-size: 34px;
    color: #ec785f;
}

.list-view.liaisons-list .col-md-6 .sect h3 {
    margin: 0 0 5px 0;
    font-size: 26px;
}

.list-view.liaisons-list .col-md-6 iframe {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    height: 250px;
}

.list-view section.sect.title-sect {
    padding-top: 10px !important;
}

.table.dataTable tbody tr:first-child section.sect {
    padding-top: 10px;
}

.table.dataTable tbody tr:first-child section.sect ul.sect-utility,
.table.dataTable tbody tr:first-child section.sect:first-child ul.sect-utility {
    top: 10px;
    padding: 0;
}

.list-view #pnlContactinfo section.sect:first-child {
    padding-top: 10px;
}

.list-view .col-md-6 section.sect:first-child {
    padding-top: 0px;
}

.list-view .col-md-6 section.sect.title-sect {
    height: auto;
    min-height: 260px;
    border-bottom: 1px solid #ccc;
}

.list-view section.sect:first-child ul.sect-utility {
    top: 20px;
}
.list-view .published  section.sect:first-child ul.sect-utility {
    top: 4px;
}

.list-view .col-md-6 section.sect:first-child ul.sect-utility {
    position: absolute;
    top: auto;
    bottom: 20px;
    right: auto;
    left: 0;
}

.list-view h5 {
    font-size: 18px;
    font-weight: 700;
}

.list-view.liaisons-list .col-md-6 .sect h4,
.list-view.liaisons-list .col-md-6 .sect h3,
.list-view.liaisons-list {
    font-family: Lato, helvetica, arial, sans-serif;
}

.list-view.liaisons-list {
    height: 100% !important;
}

.list-view.liaisons-list .sect a {
    text-decoration: none;
    display: block;
}

.list-view.liaisons-list .sect ul li a {
    display: inline-block !important;
}

.list-view.liaisons-list .sect a h4 {
    color: #3498db;
}

.list-view.liaisons-list .sect a.sans-title {
    margin-bottom: 0px;
    padding-right: 230px;
}
.list-view.liaisons-list .sect span.published-title {
    padding-right:250px;
    display:block;
}

.list-view.liaisons-list .sect a:hover h4 {
    /*border-bottom: 1px solid #dee2e3;*/
    color: #69bdf5;
}

.list-view.liaisons-list .sect h4 {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 5px;
    font-family: "lato", Helvetica, Arial, Sans-serif;
    width: 75%;
    line-height: 30px;
}

.list-view.details-view.liaisons-list .sect h4 {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 5px;
    font-family: "lato", Helvetica, Arial, Sans-serif;
    width: 75%;
    line-height: 30px;
    word-break: normal; 
    word-break: break-all; 
    word-break: keep-all;
}
.list-view.liaisons-list .sect .name {
    margin: 0;
}

.list-view.liaisons-list .sect ul {
    padding-top: 10px;
}
.notify-wrapper.list-view.liaisons-list .sect ul {
    padding: 10px 10px 10px 25px ;
}
.list-view.liaisons-list .col-md-6 .sect a {
    width: auto;
}

.list-view.liaisons-list .col-md-6 .sect h4 {
    font-size: 22px;
    margin: 0;
}

.list-view section.sect .name strong {
    display: block;
}

a.tel {
    color: #000;
    text-decoration: none !important;
    cursor: text;
    display: inline !important;
}

.select-combo {
    width: 100%;
    padding: 3px 0 6px 10px;
    color: #444;
}
.select-combo{
    display:inline-block;
    float: left;
}
.select-combo.published-year{
    width: auto;
    float: left;
}
.select-combo.published-month{
    width: 21.5%;
}
.select-combo.published-reports{
    width: auto;
    padding-left: 18px;
}

.select-combo.published-notify, .select-combo.pending-notify{
    width: 130px;
    position:absolute;
    right:0;
    border-left:1px solid #ddd;
    height:40px;
    padding-top: 5px !important;
    color:#3497DB;
    cursor:pointer;
    padding-left: 25px;
    font-weight: 700;
}
#notify-me .fa.fa-times{
    margin-left:11px;
}
.select-combo.published-auth{
    width: 30%;
    padding-left: 18px;
}
.select2-selection:focus,
.select2-container:focus {
    outline: none;
}

.select-combo .combo-label {
    width: auto;
    padding-right: 6px;
    display: block;
    float: left;
    padding-top: 2px;
}

.data_paginate-container {
    float: right;
}

.select-combo .select2 {
    width: 100% !important;
}

nav.content-header-menu-left.selection-menu {
    width: 100%;
    border: none;
}

.count-length {
    width: 125px;
    margin: 0px;
}

.count-length label {
    display: inline;
}

.count-length label select {
    width: 80px;
    display: inline;
}

.data_paginate-container {
    float: right;
    margin-top: 10px;
}

.data_paginate-container a {
    padding: 0 5px;
}

.data_paginate-container,
.data_info,
.count-length {
    font-family: Lato, helvetica, arial, sans-serif;
    font-size: 14px;
}

.data_info {
    padding-top: 5px;
}

.select-large .select2 {
    width: 360px !important;
    padding: 6px 0;
}

.select-medium .select2 {
    width: 200px !important;
    padding: 6px 0;
}

nav.content-header-menu-right.menu-short {
    width: 108px;
    height: 40px;
}

nav.content-header-menu-right.menu-short .btn-group button {
    width: 95px;
    text-align: left;
    margin-top: 5px;
}

nav.content-header-menu-left ul.date {
    width: 185px;
}

nav.content-header-menu-left ul.date li {
    float: left;
    display: block;
    width: 50px;
}

nav.content-header-menu-left ul.date li.dt-contain,
nav.content-header-menu-left ul.date li .input-group {
    width: 120px;
}

.dropdown-toggle.btn .caret {
    position: absolute;
    right: 7px;
    top: 14px;
}

section.content-header-menu .dropdown-toggle.btn {
    padding-right: 20px;
}

nav.content-header-menu-left ul.date li .input-group input {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 0px;
    font-size: 13px;
}

nav.content-header-menu-left ul.date li .input-group span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #fff;
    padding: 0 5px;
}

nav.content-header-menu-left ul.date li .input-group span,
nav.content-header-menu-left ul.date li .input-group input {
    height: 31px;
}

nav.content-header-menu-left ul.date li .input-group {
    margin-top: 2px;
}

nav.content-header-menu-left ul.date li .input-group span i {
    font-size: 14px;
    line-height: 16px;
}

.agency-details .col-md-12 {
    padding: 0 0 30px;
}

.agency-details .agency-website i {
    font-size: 13px;
    margin-left: 3px;
}

.btn.dropdown-toggle.selectpicker.btn-default span{
    color:#444444;
}

div.alert-info-blue {
    margin-bottom: 2px;
}

    @media only screen and (max-width: 985px) {
        .report-notifs-table #myTable_length label {
            margin-bottom: 162px;
        }
        div.alert-info-blue {
            margin-bottom: 2px;
        }
        #generate-report {
            margin-left: 0 !important;
        }

        div.publication-guidelines h5 {
            padding-top: 7px !important;
        }

        .body-liaisons .nav-state-budget,
        .body-liaisons .nav-reports-gen-as,
        .body-liaisons .nav-session-info,
        .body-liaisons .nav-bills-resolution,
        .body-liaisons .nav-va-law {
            display: none !important;
        }

        ul.nest-menu li.expanded.current h4 > a:after {
            display: none;
        }

        section.content-header-menu {
            padding-bottom: 0;
        }

        nav.content-header-menu-left.selection-menu {
            width: auto;
        }

        .select2-container--default .select2-selection--single {
        }

        .select-combo {
            /*padding: 3px 0px 0 10px;*/
        }

            .select-combo .select2 {
            }

        nav.content-header-menu-left .select-combo.published-notify a, nav.content-header-menu-left .select-combo.pending-notify a {
            font-size: 1em;
            padding: 0;
        }

        .content-header-menu-left .dropdown-menu li a {
            margin: 0;
            padding: 5px 35px 5px 8px;
            position: relative;
            left: 0;
            font-size: 14px;
        }
    }

    @media only screen and (max-width: 768px) {

        div.alert-info-blue {
            margin-bottom: 1px;
        }

        .select-combo.published-reports, .select-combo.select.published-year.viewtype-section.overdue-select {
            padding-left: 8px !important;
        }

        .select-combo.select.published-year.pub-b,
        .select-combo.select.published-year.overdue-select,
        .select-combo.select.published-year.report-notif {
            padding-left: 0px !important;
        }

        .scroll_top {
            right: 15px;
            left: inherit !important;
            bottom: 0 !important;
        }

            .scroll_top i {
                height: 34px !important;
                padding: 9px 0px !important;
                text-align: center;
                width: 35px !important;
            }

        .list-view ul.sect-utility {
            text-align: left;
            margin-top: 12px !important;
            width: 208px;
        }

        .list-view .published section.sect:first-child ul.sect-utility {
            top: -4px;
        }

        section.content-header-menu.affix {
            border-radius: 5px !important;
            top: -50px;
            width: 90%;
            position: fixed !important;
            left: 24px;
        }

        .list-view.liaisons-list .sect h4 {
            width: 100% !important;
        }

        td .utility-wrap span {
            position: relative;
            width: 100%;
            text-align: left;
        }

        td .utility-wrap .bootstrap-select.btn-group .btn span.caret {
            position: absolute;
            width: 8px;
        }

        nav.content-header-menu-left .label-select {
            width: auto;
            float: none !important;
            display: inline !important;
        }

            nav.content-header-menu-left .label-select.mobile-published {
                display: none !important;
            }

        .select2-container--default .select2-selection--single {
            margin: 0;
        }

        td nav.content-header-menu-left div.row div .select2-selection select2-selection--single {
            margin-left: 0 !important;
        }

        .select-medium .select2,
        .select-large .select2 {
            width: 120px !important;
        }

        nav.content-header-menu-left ul.date {
            width: 205px;
        }

            nav.content-header-menu-left ul.date li {
                width: 70px;
            }

        .list-view .sect h4 {
            width: 100%;
        }

        .list-view ul.sect-utility {
            top: auto;
            bottom: 10px;
            left: 0;
            right: auto;
            position: relative;
            margin-top: 20px;
        }

        .table.dataTable tbody tr:first-child section.sect {
            padding-top: 30px;
            padding-bottom: 40px;
        }

        .list-view.liaisons-list .sect a {
            width: 100%;
            padding: 0 !important;
        }

            .list-view.liaisons-list .sect a.more {
                width: inherit !important;
            }

            .list-view.liaisons-list .sect a.btn-sm {
                padding: 5px 3px !important;
            }

        .list-view section.sect:first-child ul.sect-utility {
            top: auto;
        }

        .list-view .col-md-6 section.sect.title-sect {
            height: auto;
            border-bottom: none;
            min-height: auto;
        }

        .list-view .col-md-6 section.sect {
            height: auto;
            border-bottom: none;
            min-height: auto;
        }

        .list-view .col-md-6 section.sect {
            border-bottom: 1px solid #ddd;
            height: auto;
            padding-bottom: 30px;
        }

        .list-view .col-md-6:last-child section.sect {
            border: none;
        }

        .hide-on-desktop, .label-select.label-months, nav.content-header-menu-left .label-select.label-months {
            display: none !important;
        }
    }


    @media (max-width: 480px) {
        nav.content-footer-menu.report-footer {
            height: 100px;
        }

        .list-view .col-md-6.primary-contact,
        .list-view .col-md-6.secondary-contact {
            height: auto;
        }

        .list-view .col-md-6 section.sect.title-sect {
            min-height: auto;
        }

        .select-combo .select2 {
            width: 100% !important;
        }

        .select-combo {
            line-height: 0;
        }

        .form-col {
            width: 100%;
        }

        .hide-on-desktop, .label-select.label-months, nav.content-header-menu-left .label-select.label-months .mobile-reports-t {
            display: inline-block !important;
        }
    }

    .map ul.sect-utility {
        right: 25px !important;
        left: auto !important;
        top: 20px;
        margin: 0;
        position: absolute;
    }

    .bootstrap-select > .btn {
        background: none;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .btn.btn-sm.btn-default:hover {
        background: #f4f5f5;
    }

    .col-md-9.col-md-push-3 {
        min-height: 800px;
        position: relative;
    }

    .notify-footer.col-md-9.col-md-push-3 {
        min-height: auto;
        padding-left: 0;
    }

    .select2-search--dropdown .select2-search__field {
        padding: 4px 4px 4px 30px !important;
        position: relative;
    }

    .select2-search--dropdown:before {
        position: absolute;
        z-index: 1;
        top: 12px;
        left: 10px;
        color: #bbb;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-size: .9em;
        font-style: normal;
        font-weight: 300;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        content: "\e003";
    }

    .full-utility {
    }

    .error {
        color: red;
        display: none;
    }

    .help-alert {
        background-color: #ececec;
        border-color: #d9e0da;
        color: #444;
        text-align: center;
        font-size: 14px;
        font-family: Lato, helvetica, arial, sans-serif;
        padding: 8px;
        border-radius: 0;
        display: none;
        margin-bottom: 5px;
    }


    span.read-rest-text {
        display: none;
        position: inherit !important;
        margin-left: 0px !important;
    }

    span.read-text a {
        background: #e7e7e7;
        color: #777;
        font-family: 'Lato', helvetica, arial, sans-serif;
        font-size: 12px;
        padding: 2px 8px;
        line-height: 1.5em;
        border-radius: 12px;
        margin-left: 1em;
        display: inline-block !important;
        width: inherit !important;
        font-weight: normal;
    }

    a.enabling-authority {
        display: inline-table !important;
    }



    section.content-header-menu.report-detail {
        margin-top: 0px !important;
    }

    nav.content-header-menu-left div.row div {
        padding-top: 0px;
        line-height: 38px;
        padding-bottom: 0px;
    }

    nav.content-header-menu-left .label-select {
        display: inline-block;
        /*margin: -3px !important;*/
        padding: 2px 10px 0 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: content-box;
        margin: 0px 0 -3px;
        float: left;
    }

    nav.content-header-menu-left .show-bar,
    nav.content-header-menu-left.show-bar {
        border-right: 1px solid #dadada;
        height: 40px;
    }

    section.sect.report-detail a.sans-title {
        margin-bottom: 0 !important;
        width: 85% !important;
    }

    section.sect.report-detail {
        border-bottom: none !important;
        margin-top: -35px;
    }

        section.sect.report-detail ul.sect-utility {
            top: 2px !important;
        }

    .content-header-menu a.disabled {
        color: #bbb;
        cursor: default;
    }

    table#myTable {
        width: 100% !important;
    }

    ul.sect-utility.pending-report-detail {
        padding-top: 0px !important;
    }

    div.alert-info-blue {
        display: none;
        background-color: #b9def0;
        border-color: #9acfea;
        color: #31708f;
        font-size: 0.9em;
        padding: 5px;
        margin-top: 10px;
    }

    span.reportnotification-label {
        float: right;
        margin-top: 15px;
        color: #aeaeae;
        font-size: 15px;
    }

    input.notify-me-checkbox, input.report-checkbox {
        float: left;
        margin-top: 15px;
    }

    input.notify-me-checkbox {
        display: block !important;
    }

    input.parent-checkbox {
        float: left;
        display: none;
        margin: 10px 10px 10px 0 !important;
    }

.report-notifs-table input.parent-checkbox {
    display: block !important;
}

    li.enabling-authority {
        padding-bottom: 10px;
    }

    div#gsa-data a:link, div#gsa-data a:visited, div#gsa-data a:hover {
        color: white;
    }


    footer#lis-footer div.row {
        min-height: inherit !important;
    }

    footer#lis-footer ul {
        text-align: center !important;
    }

        footer#lis-footer ul li {
            font-size: 1em !important;
        }

    section.sect ul.notify-me {
        padding-left: 20px;
    }

    nav.content-footer-menu {
        background-color: #ffffff;
        border-top: 1px solid #dee2e3 !important;
        padding-bottom: 10px !important;
    }

    html.wait, html.wait * {
        cursor: wait !important;
    }

    div.main-content {
        -moz-transition: all .25 ease;
        -webkit-transition: all .25 ease;
        transition: all .25 ease;
    }

    html.wait div.main-content {
        background-position: center 200px;
        background-image: url(images/334.gif);
        background-repeat: no-repeat;
        opacity: .7;
    }

    fieldset.pnlnotifyme label {
        font-weight: bold;
    }

    p.nmHead {
        padding-top: 20px;
        font-size: 15px;
    }

    p.nmInfo {
        font-size: 13px;
        margin-bottom: 0px;
    }

    a.more:link, a.more:visited, a.more:hover {
        color: #3498db;
    }

    div.publication-guidelines h5 {
        padding-top: 28px;
    }

    div.publication-guidelines a,
    div.publication-guidelines a:link,
    div.publication-guidelines a:visited,
    div.publication-guidelines a:active {
        color: #3498db !important;
        font-size: 15px;
    }

    section.fullreport h4 {
        width: 100% !important;
    }

    /* John's "Scroll Top" for jQuery DataTables */

    .scroll_top {
        bottom: 175px;
        display: none;
        opacity: 1;
        position: fixed;
        right: 0px;
        z-index: 999;
        border-bottom: none !important;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
    }

        .scroll_top i {
            background-color: #3e9ddd;
            opacity: .5;
            color: #FFFFFF;
            font-size: 16px;
            height: 57px;
            padding: 19px 6px;
            text-align: center;
            width: 35px;
        }

            .scroll_top i:hover {
                background-color: #3598DB;
            }

    div.help-alert.hide {
        display: none !important;
    }

    .no-show {
        display: none !important;
    }

    .bootstrap-select.btn-group .dropdown-menu li.selected,
    .bootstrap-select.btn-group .dropdown-menu li.selected a:hover,
    .bootstrap-select.btn-group .dropdown-menu li.selected a:visited,
    .bootstrap-select.btn-group .dropdown-menu li.selected a {
        background-color: #5897fb !important;
        color: white !important;
    }

    div.select-combo.report {
        width: 18%;
        padding-left: 20px;
    }

    div.select-combo.print {
        width: 10%;
        padding-left: 18px;
    }

    nav.report-footer, input.report-checkbox {
        display: none;
    }

    .select-combo.print, .select-combo.report {
        float: right;
        width: auto !important;
        line-height: 43px !important;
        padding: 0;
    }

    .select-combo.print {
        padding-right: 8px;
    }

    .content-header-menu.flow-visible {
        /*height: 184px !important;*/
    }

    .viewtype-section {
        border-right: #e1e1e1 1px solid;
        padding-right: 11px;
    }

    @media screen and (max-width:768px) {
        .viewtype-section {
            border-right: none;
        }
    }

    nav.content-header-menu-left .label-select.mobile-view-year {
        display: none !important;
    }

    @media screen and (max-width:500px) {
        #spreadsheet-modal {
            width: 305px !important;
        }

        #fancybox-wrap {
            left: 0 !important;
            width: 98% !important;
            padding: 0 10px !important;
        }

        #fancybox-content {
            min-height: 800px !important;
            overflow-y: scroll !important;
            width: 100% !important;
        }

        .hide-on-desktop, .label-select.label-months {
            display: block !important;
        }

        .report-notifs-table #myTable_length label {
            margin-bottom: 8px !important;
        }

        .list-view.liaisons-list .sect h4, .list-view.details-view.liaisons-list .sect h4 {
            font-size: 20px;
            line-height: 26px;
        }

        .hide-on-mobile {
            display: none;
        }

        td span.desc-content {
            position: relative;
        }

        nav.content-header-menu-left .label-select.mobile-view-year {
            display: inline-block !important;
            line-height: 38px;
            margin-left: 8px;
        }

        .executive-summary {
            margin-left: 0;
        }

        .select-combo.published-year #ddAgencycombo {
            height: 41px;
            line-height: 36px;
        }

        .select-combo.select.published-reports #ddDocTypecombo {
            height: 43px;
            line-height: 41px;
            padding-left: 3px;
        }

        .select-combo.select.published-year.viewtype-section.overdue-select {
            height: 41px;
            line-height: 35px;
        }

            .select-combo.select.published-year.viewtype-section.overdue-select div {
                line-height: 35px;
            }

        .select-combo.select.published-year.report-notif {
            padding: 2px 0 2px 10px;
        }

        .select-combo.select.published-year.viewtype-section.report-notif-auth {
            padding: 6px 0 8px 10px;
        }

        .select-combo.select published-year.overdue-select div {
            height: 42px;
            line-height: 38px;
        }

        .content-header-menu.pending-filter-util .select-combo.published-year #ddAgencycombo {
            height: 34px;
            line-height: 31px;
        }

        .content-header-menu.pending-filter-util .select-combo.published-year.pub-b {
            padding: 4px 0 4px 10px;
        }

        .select-combo.select published-year.viewtype-section.pub-a {
            padding: 6px 0 7px 10px;
        }

        .select2.select2-container.select2-container--default {
            line-height: 11px;
        }

        nav.content-header-menu-left .label-select.mobile-published {
            display: inline-block !important;
        }

        .publication-guidelines, .pd-title {
            width: 100% !important;
        }

        .publication-guidelines {
            margin-top: 6px;
            float: none !important;
        }

        .pd-title {
            float: none !important;
        }

        nav.content-header-menu-left.selection-menu.reports-menu,
        .content-header-menu-left.reports-menu.selection-menu {
            height: auto;
            position: absolute;
            top: -1px;
            width: 100%;
        }

        #nav-previous {
            margin-right: 30px;
        }

        #nav-next {
            margin-left: 30px;
        }

        .select2.select2-container.select2-container--default {
            margin-top: 0 !important;
        }

        .select-combo, .select-combo.published-reports {
            width: 100% !important;
            text-align: left;
        }

            .select-combo.report {
                width: 100% !important;
                float: left;
                padding-left: 13px !important;
            }

        .viewtype-section {
            border-right: none;
        }

        .select-combo.select.published-reports {
            border-bottom: 1px solid #dddddd;
        }

        .select-combo {
            padding: 6px 0 6px 10px;
        }

            .select-combo.print a {
                display: none;
            }

        .report-notif .select2.select2-container.select2-container--default {
            border-top: 0 !important;
        }
    }

    @media screen and (max-width:1137px) {


        .select-combo.published-auth {
            width: 250px !important;
            padding-left: 8px;
        }
    }

    @media screen and (max-width:768px) {



        .create-report-mode #myTable_paginate {
            margin-bottom: 159px !important;
        }

        .publication-guidelines, .pd-title {
            width: 50%;
        }

        .publication-guidelines {
            margin-top: 6px;
            float: right;
        }

        .pd-title {
            float: left;
        }

        .report-notifs-table .dataTables_wrapper div.dataTables_length label {
            margin-bottom: 156px !important;
        }

        .dataTables_wrapper div.dataTables_length label {
            margin-bottom: 70px !important;
        }

        .list-view ul.sect-utility li.report-btn {
            position: relative;
        }
    }

    /*@media only screen and (max-width: 959px) and (min-width: 768px) {


}*/

    .select-combo.select.published-year.viewtype-section.overdue-select div .label-select {
        padding-bottom: 3px;
    }

    div.generated-report {
        padding: 10px 0 0px 0;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        margin-bottom: 10px;
    }

    li.print-li a, li.email-li a, li.pdf-li a, a.reportClick, a.image-nav {
        text-decoration: none !important;
    }

    .sidenote {
        font-size: .8em;
        line-height: 1.5em;
    }

    .reportAlert {
        background-color: #eaf2f7;
        color: #1c699c;
        border: 1px solid #c0dcef;
        border-radius: 4px;
        font-family: 'Lato', Helvetica, Arial, sans-serif;
        margin: .5em 0 0 0;
        padding: .5em;
        width: 100%;
        position: relative;
        float: left;
    }

    .list-view.liaisons-list .sect a.more {
        display: inline !important;
    }

    .dataTables_paginate.paging_simple_numbers {
        margin-bottom: 0 !important;
    }

    #myTable_paginate {
        margin-bottom: 60px !important;
    }

    .report-notifs-table #myTable_length label {
        margin-bottom: 155px;
    }

    /*ipad landscape mode*/
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

        .scroll_top {
            left: 104px;
        }

        .select-combo.published-auth {
            width: 160px !important;
            padding-left: 8px;
        }

        .create-report-mode section.content-header-menu {
            margin-top: 40px !important;
        }

        .create-report-mode #datatable-outer-wrapper {
            top: -202px !important;
        }
    }

    ul.read-less .description span.desc-content:after {
        background: #e7e7e7;
        color: #777;
        border-radius: 12px;
        padding: 2px 8px;
        font-size: 12px;
        content: "Read Less";
        white-space: nowrap;
        cursor: pointer;
    }

    ul.read-less .description span.desc-content:hover:after {
        background: #dddddd;
        color: #666;
    }

    ul.read-less .description.is-truncated span.desc-content:after, .description.is-truncated span.desc-content:after {
        background: #e7e7e7;
        color: #777;
        border-radius: 12px;
        padding: 2px 8px;
        font-size: 12px;
        content: "Read More";
        white-space: nowrap;
        cursor: pointer;
    }

    ul.read-less .description.is-truncated span.desc-content:hover:after, .description.is-truncated span.desc-content:hover:after {
        background: #dddddd;
        color: #666;
    }

    div.form-inline .form-group {
        margin-bottom: 15px;
    }

    div.form-inline .control-label {
        margin-bottom: 5px;
    }

    div.form-inline textarea#txtMsg {
        margin-bottom: 17px;
        /*width:629px !important;*/
    }

    p.txtMsg-note {
        /*width:629px !important;*/
    }

    .export-email-only {
        background-color: #f4f5f5;
        border: 1px solid #dee2e3;
        border-radius: 4px;
        padding: 0;
        width: 100%;
        height: 42px;
        float: left;
        position: relative;
        color: #c9cdce;
        font-family: "Lato", "helvetica", "arial", sans-serif;
        font-size: .8em;
        line-height: 2.4em;
        margin-bottom: 1.5em;
    }

    .svgicon {
        /* Flow with text content */
        display: inline-block;
        /* Inherit the parent text color */
        fill: white;
        /* Use the parent font-size for width and height */
        height: 1em;
        width: 1em;
        /* Vertically align icon with adjacent text */
        vertical-align: middle;
        /* Align more nicely with capital letters */
        position: relative;
        top: -0.0625em;
    }

    .search-svg {
        fill: #929293;
    }

    table#lia-Agencies {
        table-layout: fixed;
        /*overflow-wrap: break-word;*/
        word-wrap: break-word;
        /*-ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;*/
    }

    .list-view.liaisons-list .sect ul li.description span.desc-content a {
        display: inherit !important;
    }

    .list-view.liaisons-list .sect span.executive-summary a {
        display: inline-block !important;
    }

    span.not-available {
        color: #aeaeae;
        font-size: 15px;
        margin-top: 0px;
        float: right;
        padding: 5px 3px !important;
        display: inline-block;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        padding-left: 4px !important;
        padding-right: 4px !important;
        cursor: url(/Content/x20.png),crosshair !important;
        margin-top: -2px;
        z-index: 5000 !important;
    }

    .select2-selection__placeholder {
        color: black !important;
    }

    div.data-sending {
        margin-top: 33px !important;
    }

    div.report-notifs-table div.data-sending {
        margin-top: 18px !important;
    }

    div.report-notifs-table > div#myTable_wrapper > div {
        padding-top: 1px;
    }

    div#myTable_wrapper {
        display: none;
    }

    div#datatable-outer-wrapper.published div#myTable_wrapper {
        display: block !important;
    }

    div#no-cookie-support {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    @media (max-width: 480px) {
        .hide-on-desktop, .label-select.label-months, nav.content-header-menu-left .label-select.label-months {
            display: inline-block !important;
        }

        .label-select.label-months, nav.content-header-menu-left .label-select.label-months {
            margin-left: 8px;
        }
    }

div.help-alert button.close {
    color: #000 !important;
    text-shadow: none !important;
    margin-top:-3px !important;
}
div.fullpage {
    height:100%;
    vertical-align:middle;
    text-align:center;
    font-weight:bold;
    font-size:20px;
    padding-top:250px;
    min-height:600px;
}

.search-wrapper div.main-results-without-dn {    
	width: 100%;
	margin: 0 auto 15px;
	max-width: 1170px;
}

div.bootstrap-select.DataSelect.year ul.dropdown-menu.selectpicker {
    overflow-y:auto !important;
    max-height:400px !important;
}

/*New LIS Portal Link CSS*/
.lis-links-content {
    color: #8f9090;
    text-transform: uppercase;
    font-size: .63em;
    text-align: right;
    max-width: 1206px;
    padding: 0px 15px;
    padding-right: 30px;
    margin-top: -10px;
}

    .lis-links-content ul {
        margin-top: 0;
        margin-bottom: 0;
    }

    .lis-links-content a, .lis-links-content a:link {
        font-family: "Lato", "helvetica", "arial", sans-serif;
        margin: 0 .5em 0;
        color: #8f9090;
        letter-spacing: .25px;
        padding: 15px 0;
        text-decoration: none;
    }

    .lis-links-content li {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

        .lis-links-content li:last-of-type a {
            margin: 0 0 0 .5em;
        }


.parent-link {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-top: 1px;
}

    .parent-link:hover {
        background-color: #fefefe;
    }

.grid-wrapper {
    display: grid;
    grid-column-gap: 20px;
    width: 90%;
    max-width: 1206px;
    margin: 0 auto;
}

.full {
    width: 90%;
    max-width: 1206px;
    margin: 0 auto;
}

    .full h3 {
        margin-bottom: 5px;
    }

hr {
    margin-top: 0;
    border-top: 1px solid #ddd;
    border-bottom: 0;
}

.grid-wrapper .center-column {
    width: 100%;
    margin: 0 10px;
}

.one-and-three {
    grid-template-columns: 1fr 3fr;
}

// FALLBACKS FOR OLD BROWSERS------------------------------
.one > * {
    float: left;
    width: 100%;
}

.two > * {
    float: left;
    width: 50%;
}

.three-and-one > div:first-child, .one-and-three > div:last-child {
    float: left;
    width: 75%;
}

.three-and-one > div:last-child, .one-and-three > div:first-child {
    float: left;
    width: 25%;
}

.four > * {
    float: left;
    width: 25%;
}

.three > * {
    float: left;
    width: 33.33%;
}

@supports (display:grid) {
    .one > *,
    .two > *,
    .three > *,
    .four > *,
    .three-and-one > div:last-child,
    .one-and-three > div:first-child,
    .three-and-one > div:first-child,
    .one-and-three > div:last-child {
        width: auto;
    }
}

@media screen and (max-width:916px) {
    .portal-links {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .three-and-one, .one-and-three {
        grid-template-columns: 1fr 1fr;
    }

    .four {
        grid-template-columns: 1fr;
    }

    .four-icons {
        height: 180px;
    }

    .home-icon-links {
        height: 180px !important;
    }

    .lis-links-content {
        display: none;
    }
}

@media screen and (max-width:500px) {
    .two:not(.two-mobile), .three-and-one, .one-and-three, .three, .toggle-and-three, .one-toggle-and-three {
        grid-template-columns: 1fr;
    }

    since the above .toggle-and-three and .one-toggle-and-three are reverted to 1fr at 500px screen width, essentially making it a vertical layout, we need to also remove the then-unneeded side toggle
    .sidebar-toggle-open, .sidebar-toggle-closed {
        display: none !important;
    }

    .three-and-one.halves, .one-and-three.halves {
        grid-template-columns: 1fr 1fr;
    }
}

.txt-dark-blue {
    color: #3774ac !important;
}

.txt-blue {
    color: #34495E !important;
}

.txt-light-green {
    color: #4FC6AC !important;
}

.txt-green {
    color: #57B36F !important;
}

.txt-orange {
    color: #EF795A !important;
}

.portal-title {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #34495e;
    text-transform: uppercase;
    text-decoration: none;
    height: 55px;
    margin-bottom: 10px;
}

    .portal-title a, .portal-title a:link, .portal-title a:visited {
        color: #FFFFFF;
        text-decoration: none;
        min-width: 0;
        width: 223px;
        height: 100%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background-color: transparent;
        background-image: url(//assets.lis.virginia.gov/_images/lis_logo.png);
        background-repeat: no-repeat;
        display: inline-block;
        background-position: left;
        padding: 0;
    }

    .portal-title ul {
        padding: 0;
    }

    .portal-title h1 {
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-weight: 200;
    }


.portal-links {
    padding: 0;
    text-align: right;
    vertical-align: middle;
    padding-right: 30px;
    height: 55px;
}

    .portal-links ul {
        margin-top: 35px;
        margin-bottom: 0;
        padding-inline-start: 0px;
    }

    .portal-links li {
        display: inline;
    }

    .portal-links a, .portal-links a:link, .portal-links a:visited {
        font-family: "Lato", "helvetica", "arial", sans-serif;
        font-size: .8em;
        margin: 0 0 0 20px;
        font-weight: 700;
        text-decoration: none;
    }