/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/*! Style for new Header & Footer Tags*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent
}
a:active,
a:hover {
    outline: 0
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
hr {
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
samp {
    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[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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}

td,
th {
    /*padding: 0*/
    /*padding-top: 0*/
}
@media print {
    *,
    *:before,
    *:after {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href)")"
    }
    abbr[title]:after {
        content: " (" attr(title)")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]: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
    }
    /*Hiding/Styling header & navbar*/
    td{height: auto;}
    .dropdown.container{border: 0; background: none;}
    .header,.nav,.dropdown > a,.dropdown > div,.dropdown > ul,.menu > li > a  {
        background: none;
        border: none;
        display: none;   
    }
    .container,.navbar{
	   	background: none;
	   	border: none;
	    margin: 0;
    }
    .container{
    	padding-left: 1em;
    }
    /*End*/
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
}
* {
    box-sizing: border-box
}
*:before,
*:after {
    box-sizing: border-box
}
html {
    -webkit-tap-highlight-color: transparent
}
body {
    line-height: 1.428571429;
    background-color: #fff
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
header a, a:link, a:visited {
    color: #337ab7;
    text-decoration: none
}
header a:hover,
header a:focus {
    color: #23527c;
    text-decoration: underline
}
header 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: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

p {
    margin: 0 0 10px
}

/*p {
	font-family: 'proxima nova', Arial, sans-serif;
}*/

.action p {
	color: #036;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}
small,
.small {
    font-size: 85%
}
mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}
.list-unstyled,
.list-inline {
    padding-left: 0;
    list-style: none
}
.list-inline {
    margin-left: -5px
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}
dl {
    margin-top: 0;
    margin-bottom: 20px
}
dt,
dd {
    line-height: 1.428571429
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}
.dl-horizontal dd:after {
    clear: both
}
@media (min-width: 768px) {
    .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 #777
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}
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: #777
}
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 #eee;
    border-left: 0;
    text-align: right
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}
code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}
kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    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.dropdown {
  border-top: 0px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}

.container {
    margin-right: auto;
    /*margin-left: auto;*/
    padding-left: 2px;
    padding-right: 2px
}

.container:before,
.container:after {
    content: " ";
    display: table
}
.container:after {
    clear: both
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .container {
        /*width: 970px*/
        width: 800px
    }
}
@media (min-width: 1200px) {
    .container {
        /*width: 1170px*/
        width: 800px
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}
.container-fluid:after {
    clear: both
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.row:before,
.row:after {
    content: " ";
    display: table
}
.row:after {
    clear: both
}


fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
label {
    /*display: inline-block;*/
    max-width: 100%;
    margin-bottom: 5px;
    color: black;
}
input[type="search"] {
    box-sizing: border-box
}
input[type="radio"],
input[type="checkbox"] {
    margin: 1px 0 0;
    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
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: false;
    background-color: #eee;
    opacity: 1
}
textarea.form-control {
    height: auto
}
input[type="search"] {
    -webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px
    }
    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}
.form-group {
    margin-bottom: 15px
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}
.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: 400;
    cursor: pointer
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"],
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline,
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: false
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}
.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}
.input-sm,
.input-group-sm>.form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.input-group-sm>.input-group-addon {
    height: 30px;
    line-height: 1.5
}
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 30px;
    line-height: 30px
}
textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}
.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.input-lg,
.input-group-lg>.form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
.input-group-lg>.input-group-addon {
    height: 46px;
    line-height: 1.3333333
}
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 46px;
    line-height: 46px
}
textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}
.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 42.5px
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}
.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}
.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}
.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}
.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}
.has-error .form-control-feedback {
    color: #a94442
}
.has-feedback label~.form-control-feedback {
    top: 25px
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    line-height: 1.428571429;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: false;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge {
    color: #fff;
    background-color: #333
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}
.btn-link {
    font-weight: 400;
    border-radius: 0
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}
.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}
.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}
.fade {
    opacity: 0;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none;
    visibility: hidden
}
.collapse.in {
    display: block;
    visibility: visible
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}
.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
}
.dropup,
.dropdown {
    position: relative
}
/* .dropdown-toggle:focus {
    outline: 0
} */
.dropdown-menu {
    position: absolute;
    /*top: 100%;*/
    left: 0;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}
.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: false
}
.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: 12px;
    line-height: 1.428571429;
    color: #777;
    white-space: nowrap
}
.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: 2px
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .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 {
    float: left
}
.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative
}
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2
}
.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:before,
.btn-toolbar:after {
    content: " ";
    display: table
}
.btn-toolbar:after {
    clear: both
}
.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:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.btn-group>.btn-group:last-child:not(:first-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>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}
.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}
.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}
.btn .caret {
    margin-left: 0
}
.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}
.btn-group-vertical>.btn-group>.btn {
    display: block;
    width: 100%;
    max-width: 100%
}
.btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table;
    clear: both
}
.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%
}
.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}
[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: 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 {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.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 {
    white-space: nowrap
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    vertical-align: middle
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}
.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}
.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    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 {
    font-size: 0;
    white-space: nowrap
}
.input-group-btn,
.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:before,
.nav:after {
    content: " ";
    display: table
}
.nav:after {
    clear: both
}
.nav>li,
.nav>li>a {
    position: relative;
    /*display: block*/
}
.nav>li>a {
    padding: 10px 15px
}
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}
.nav>li.disabled>a {
    color: #777
}
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: false
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav>li>a>img {
    max-width: none
}
.nav-tabs {
    border-bottom: 1px solid #ddd
}
.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: #eee #eee #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}
.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: #fff;
    background-color: #337ab7
}
.nav-stacked>li {
    float: none
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}
.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}
.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}
.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}
.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}
.tab-content>.active {
    display: block;
    visibility: visible
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.navbar {
    position: relative;
    min-height: 50px
}
.navbar:before,
.navbar:after {
    content: " ";
    display: table
}
.navbar:after {
    clear: both
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}
.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}
.navbar-header:after {
    clear: both
}
@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}
.navbar-collapse:after {
    clear: both
}
.navbar-collapse.in {
    overflow-y: auto
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        visibility: visible!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
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}
.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 768px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}
@media (min-width: 768px) {
    .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: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}
.navbar-brand>img {
    display: block
}
@media (min-width: 768px) {
    .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: 0
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}
.navbar-nav {
    margin: 7.5px -15px
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}
@media (max-width: 767px) {
    .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:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        /*float: left*/
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}
.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: 8px -15px
}
@media (min-width: 768px) {
    .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 .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .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;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}
.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 {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}
.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px
}
.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}
.navbar-default .navbar-brand {
    color: #777
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}
.navbar-default .navbar-text,
.navbar-default .navbar-nav>li>a {
    color: #777
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}
.navbar-default .navbar-toggle {
    border-color: #ddd
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        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: #555;
        background-color: #e7e7e7
    }
    .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: #ccc;
        background-color: transparent
    }
}
.navbar-default .navbar-link {
    color: #777
}
.navbar-default .navbar-link:hover {
    color: #333
}
.navbar-default .btn-link {
    color: #777
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}
.navbar-inverse {
    background-color: #222;
    border-color: #090909
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-text,
.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}
.navbar-inverse .navbar-toggle {
    border-color: #333
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        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: #fff;
        background-color: #090909
    }
    .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: #444;
        background-color: transparent
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
    color: #fff
}
.navbar-inverse .btn-link {
    color: #9d9d9d
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
a.list-group-item {
    color: #555
}
a.list-group-item .list-group-item-heading {
    color: #333
}
a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: false
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}
a.list-group-item-success {
    color: #3c763d
}
a.list-group-item-success .list-group-item-heading {
    color: inherit
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}
a.list-group-item-info {
    color: #31708f
}
a.list-group-item-info .list-group-item-heading {
    color: inherit
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}
a.list-group-item-warning {
    color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}
a.list-group-item-danger {
    color: #a94442
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    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: #a94442;
    border-color: #a94442
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}
.clearfix: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,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none!important
}
@media (max-width: 767px) {
    .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
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block!important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline!important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .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
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .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
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 1200px) {
    .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 (min-width: 1200px) {
    .visible-lg-block {
        display: block!important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none!important
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none!important
    }
}
.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
    }
}
.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 {
        display: none!important
    }
}
@font-face {
    font-family: 'proxima nova';
    src: url('../fonts/ProximaNova-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'proxima nova';
    src: url('../fonts/ProximaNova-bold.otf') format('opentype');
    font-weight: 700
}
@font-face {
    font-family: 'ABE_icons';
    src: url('../fonts/ABE_icons.woff') format('woff'), url('../fonts/ABE_icons.ttf') format('truetype'), url('../fonts/ABE_icons.svg') format('svg'), url('../fonts/ABE_icons.eot') format('embedded-opentype');
    src /*\**/: url('../fonts/ABE_icons.eot')\9;
    font-weight: 400;
    font-style: normal
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'ABE_icons';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-help:before {
    content: "\e606"
}
.icon-usercopy:before {
    content: "\e607"
}
.icon-menu:before {
    content: "\e608"
}
.open .icon-menu:before,
.icon-close:before {
    content: "\e609"
}
.icon-dwn:before {
    content: "\e60a"
}
.icon-mail:before {
    content: "\e603"
}
.icon-phone:before {
    content: "\e604"
}
.icon-seal:before {
    content: "\e602"
}
.icon-logo:before {
    content: "\e60c"
}
@media (max-width: 630px){
	.icon-logo:before {
    	content: "\e60d"
	}
}
.icon-small-logo:before {
    content: "\e60d"
}
.icon-user:before {
    content: "\e600"
}
.icon-TANF:before {
    content: "\e60b"
}
.icon-plans_1:before {
    content: "\e735"
}
.icon-medicaid:before {
    content: "\e736"
}
.icon-SNAP:before {
    content: "\e737"
}
.icon-plans_2:before {
    content: "\e738"
}
.icon-down:before {
    content: "\e739"
}
.icon-check:before {
    content: "\e73a"
}
.icon-step_1:before {
    content: "\e73b"
}
.icon-step_2:before {
    content: "\e73c"
}
.icon-step_3:before {
    content: "\e73d"
}
.icon-step_4:before {
    content: "\e73e"
}
.icon-step_5:before {
    content: "\e73f"
}
html,
body {
    font-size: 14px
}

header div, li{
	/*font-size: 14px;*/
}

@media (max-width: 992px) {
    html,
    body {
        font-size: 13px
    }
}
/* Not Required for Header*/
/*
body {
    font-family: 'proxima nova', Arial, sans-serif;
    color: #036
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 400
}*/

h1.secondary,
h2.secondary,
h3.secondary,
h4.secondary,
h5.secondary,
h6.secondary,
.h1.secondary,
.h2.secondary,
.h3.secondary,
.h4.secondary,
.h5.secondary,
.h6.secondary {
    color: #0072bc
}
header h1,
.h1 {
    font-size: 3.75em
}
header h2,
.h2 {
    font-size: 2.125em
}
header h2.sub-h1,
.h2.sub-h1 {
    font-size: 2.375em
}
header h3,
.h3 {
    font-size: 1.875em
}
header h4,
.h4 {
    font-size: 1.5em
}
header p {
    font-size: 1.25em
}
header a {
    font-size: 1.5em;
    font-weight: 700;
    border-bottom: 1px solid transparent
}
header a.underline {
    border-color: #0072bc
}
header a.highlight {
    color: #390
}
header a:hover {
    color: #390;
    border-bottom: 1px solid #390;
    text-decoration: none
}
header a:active,
header a:focus {
    text-decoration: none
}
.btn,
a.btn {
    color: #FFF;
    font-weight: 700;
    font-size: 1.755em;
    padding: .5em 2em;
    border: none;
    border-radius: .625rem
}
.btn:hover,
a.btn:hover {
    color: #FFF
}
.btn-primary,
a.btn-primary {
    background-color: rgba(0, 114, 188, .9)
}
.btn-primary:hover,
a.btn-primary:hover {
    background-color: rgba(0, 114, 188, .8)
}
.btn-action,
a.btn-action {
	background: rgb(51, 153, 0);
    background-color: rgba(51, 153, 0, .9)
}
.btn-action:hover,
a.btn-action:hover {
    background-color: rgba(51, 153, 0, .8)
}
.btn-link,
a.btn-link {
    color: #036
}
.btn-link:hover,
.btn-link:focus,
a.btn-link:hover,
a.btn-link:focus {
    color: #036;
    text-decoration: none
}
.btn-small,
a.btn-small {
    font-size: 16px
}
.btn-switch,
a.btn-switch {
    background-color: #F2F2F2;
    color: #0072bc;
    border-radius: 0;
    padding: .25em .5em
}
.btn-switch:hover,
.btn-switch:focus,
a.btn-switch:hover,
a.btn-switch:focus {
    color: #036;
    background-color: #E8E8E8
}
header input[type='text'],
header input[type='password'],
header input[type='email'],
header input[type='tel'] textarea {
    font-size: 1.125em;
    background-color: #F2F2F2;
    border: 2px solid #E2E2E2;
    padding: .5em;
    margin-bottom: .5em;
    border-radius: .3125rem
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
    letter-spacing: initial;
    font-style: italic
}
[type='checkbox']+label,
[type='radio']+label {
    margin-left: .5em
}
/*Not required for Header*/
/*label {
    color: #0072bc;
    font-weight: 400
}*/

@media (max-width: 767px) {
    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        visibility: hidden;
        opacity: 0
    }
    .overlay.open {
        visibility: visible;
        opacity: .9
    }
    #overlayNav {
        background-color: #F8F8F8
    }
    #overlayLogin {
        background-color: #FFF
    }
}
.triangle:before,
.triangle:after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: -15px;
    border-style: solid;
    border-color: transparent
}
.triangle:before {
    top: -16px;
    border-bottom-color: #E2E2E2;
    border-width: 0 16px 16px 16px
}
.triangle:after {
    top: -14px;
    border-bottom-color: #FFF;
    border-width: 0 14px 14px 14px
}
.header {
    font-family: Arial, sans-serif;
    position: fixed;
    z-index: 20;
    width: 100%
}

a.logo{
  padding-bottom: .95em;
  padding-top: .95em;
  color: #036;
  }

a.logo:hover{
  color: #036;
  } 

.img-txt-logo {
  width: 128; 
  height: 54;
  content: url('../images/abe_logo.svg');
}

.img-logo {
	width: 228; 
	height: 54;
	content: url('../images/abe_logo.svg');
}

@media (min-width: 768px) {
	.img-txt-logo {
  		width: 228; 
  		height: 54;
  		content: url('../images/abe_txt_logo.svg');
	}
	
	.img-logo {
		width: 228; 
		height: 54;
		content: url('../images/abe_logo.svg');
	}
}

.icon-logo {
   	font-size: 2em;
    float: left;
   	/*line-height: inherit;*/
    margin-left: .25em;
    margin-right: .25em
}
	
@media (min-width: 767px) {
	.icon-logo {
    	font-size: 2.25em;
	}
}
.icon-logo,
.icon-small-logo {
   	font-size: 2em;
    float: left;
   	/*line-height: inherit;*/
    margin-left: .25em;
    margin-right: .25em
}
	
@media (min-width: 767px) {
	.icon-logo,
	.icon-small-logo  {
    	font-size: 2.5em;
	}
}

.nav li>a:not(.btn),
.navbar li>a:not(.btn) {
    font-size: 1.125rem;
    font-weight: 400;
    color: #0072bc
}
.nav li>a:not(.btn):hover,
.nav li>a:not(.btn):focus,
.navbar li>a:not(.btn):hover,
.navbar li>a:not(.btn):focus {
    color: #390;
    background-color: transparent;
    border-color: transparent
}
@media (max-width: 767px) {
    .nav li>a:not(.btn),
    .navbar li>a:not(.btn) {
        font-size: 1rem
    }
}
.main-nav {
    background-color: #FFF;
    width: 100%;
    margin: 0;
    /*height: 5em;
    padding: .5em 0;    
    border-bottom: 1px solid #E2E2E2;
    border-radius: 0*/
}
.main-nav .btn {
    font-size: 1.125rem;
    padding-right: 1em;
    padding-left: 1em;
    font-weight: 400
}
.main-nav .btn-small {
    font-size: 1rem;
    padding-right: .5em;
    padding-left: .5em;
    margin-top: .2em
}
.main-nav .menu {
    /*width: 30%;*/
    float: right;
    border: none
}
.main-nav .menu li {
    display: inline-block
}
.main-nav .menu li>a {
    padding: .925em
}
@media (max-width: 767px) {
    .main-nav .menu li {
        display: block
    }
}
@media (min-width: 768px) {
    .main-nav .menu {
        display: block;
        position: relative;
        width: calc(100% - 40em)
    }
    .main-nav .menu .navbar-right li:last-child {
        padding-left: .5em;
        padding-right: .5em
    }
}
@media (min-width: 992px) {
    .main-nav .menu {
       width: calc(100% - 42em)
    }
}

.navbar-right.login {
  /*width: 318px;*/
}

.navbar-right.login {
  /*width: initial;
   width: calc(100% - 36em)*/
 }

.main-nav .main,
.main-nav .login {
    padding: .4em 0
}
.main-nav .login .btn-login {
    color: #390;
    padding-left: 0;
    padding-right: 0;
    margin-top: .2em
}
.main-nav .login .btn-login:hover {
    color: #036
}
.main-nav .login .btn-login span {
    vertical-align: middle
}

.logout {
    color: #390;
    padding-left: 0;
    padding-right: 0;
    margin-top: .2em;
    font-size: 0px;
}

@media(min-width: 628px){
	.logout {
		font-size: 12.5px;
	}
}

@media(max-width: 627px){
	.logout img{
		display: none;
	}
}

.logout label {
  color: inherit;
}

@media(max-width: 488px){
	.logout label{
		display:none;
	}
}

@media(max-width: 768px){
	.navbar-nav.menu.dropdown-menu img{
		display:none;
	}
}

.main-nav .logout .btn-logout {
    color: #390;
    padding-left: 0;
    padding-right: 0;
    margin-top: .2em
}
.main-nav .logout .btn-logout:hover {
    color: #036
}
.main-nav .logout .btn-logout span {
    margin-bottom: 0.35em;
    vertical-align: middle
    
}

.btn.btn-link.btn-logout {
	  margin-bottom: 0.35em;
}

@media (max-width: 767px) {
    .main-nav .login span {
        display: none
    }
}
.main-nav .icon-menu {
    font-size: 1.25em
}
.main-nav .icon-user {
    font-size: 1.25em;
    margin-right: .3em
}
.btn-link:hover .main-nav .icon-user {
    border: none;
    text-decoration: none
}
.main-nav .expand-toggle {
    display: none
}
@media (max-width: 767px) {
    .main-nav .expand-toggle {
        padding: 1em 0 1em 2em;
        display: inline-block;
        float: right
    }
    .main-nav .icon-user {
        /*font-size: 1.625em;
        margin-right: 0*/
        
        font-size: 16px;
        margin-right: 3px;
    }
    .main-nav .menu {
        background-color: #F2F2F2;
        margin-top: .5em;
        border-bottom: 1px solid #E2E2E2
    }
    .main-nav .menu li>a {
        background-color: transparent;
        padding: .625em 1.25em;
        color: #036;
        font-size: 1.25rem
    }
    .main-nav .menu li>a:hover {
        color: #0072bc
    }
}

@media (max-width: 767px) {
    .main-nav .menu li>div>a {
        background-color: transparent;
        padding: .625em 1.25em;
        color: #036;
        font-size: 1.25rem
    }
    .main-nav .menu li>div>a:hover {
        color: #0072bc;
        border-bottom: none;
     }
}

.navbar-right,
.navbar-center, 
.navbar-left {
    margin: 0
}
.nav.navbar-nav.navbar-center li {
  padding: 5px;
  float: left;
  font-size: 14px;
}

img.bar-blue {
  display: inline;
  position: relative;
  vertical-align: top;
  padding: 2px;
}

a#PrintLink {
  background: url(/access/images/verticalBarBlue.png) no-repeat 0% 0%;
  padding-left: 29px;
  background-position-y: 50%;
  list-style: none outside;
}

.sub-nav {
    background-color: #F8F8F8;
    border-bottom: 1px solid #E2E2E2;
    border-left: none;
    border-right: none;
    border-radius: 0;
    min-height: 1px;
    width: 800px;
}
.sub-nav p,
.sub-nav a {
    font-size: 1.125rem
}
.sub-nav .title {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
	font-weight: normal;
}

.sub-nav .nav>li>a {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1
}
.sub-nav .title {
    padding: .8333333333em .8333333333em .8333333333em 0
}
.sub-nav .nav>li {
    padding: .625em
}
.sub-nav .nav>li>a {
    padding: .3125em;
    color: #0072bc;
    border-width: 2px;
    font-size: 1.125em;
    font-weight: 400
}
.sub-nav .nav>li>a:hover {
    color: #036;
    background-color: transparent
}
.sub-nav .nav>li:first-child {
    margin-left: .5em;
	padding-left: 90px;
}

@media (max-width: 767px) {
    .sub-nav .nav>li {
        padding-left: 0;
        padding-right: 0
    }
}
.sub-nav .nav li.active>a {
    background-color: transparent;
    font-weight: 700;
    border-color: #0072bc;
    color: #0072bc
}
.sub-nav .nav li.active>a:hover,
.sub-nav .nav li.active>a:focus {
    color: #0072bc;
    background-color: transparent
}
@media (max-width: 767px) {
    .sub-nav .nav {
        margin: 0
    }
    .sub-nav p {
        display: none
    }
    .sub-nav li {
        display: inline-block
    }
}
.hero .container {
    padding-top: 20px;
    padding-bottom: 20px
}
.hero .btn {
    width: 95%;
    padding-left: 0;
    padding-right: 0
}
@media (min-width: 992px) and (max-width: 1200px) {
    .hero .btn {
        width: 100%
    }
}
@media (max-width: 992px) {
    .hero .btn {
        width: 10em
    }
}
.actions {
    padding-top: 20px
}
.action p {
    margin-top: 20px;
    font-size: 1.375em;
    line-height: 1.2
}
.action a {
    display: inline-block;
    font-size: 1em
}
@media (max-width: 992px) {
    .action {
        margin-bottom: 20px
    }
    .action p {
        margin-top: 10px
    }
}
.sub-link {
    margin-top: 20px;
    text-align: center
}
.sub-link a {
    display: inline-block;
    font-size: 1em;
    color: #390
}
.sub-link a:hover {
    color: #0072bc;
    border-color: #0072bc
}
@media (max-width: 768px) {
    .sub-link {
        text-align: left;
        margin-top: 0
    }
}
.divider {
    position: relative;
    text-align: center
}
.divider i {
    display: inline-block;
    position: relative;
    font-size: 4em;
    background-color: #FFF;
    color: #390;
    padding: 0 5px;
    z-index: 5
}
.divider i+.line {
    top: 2em
}
.divider .line {
    border-top: 2px solid #F8F8F8;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0
}
.divider.padding {
    padding: 40px 0
}
.program-options {
    list-style: none;
    padding: 40px 0
}
@media (max-width: 991px) {
    .program-options {
        display: inline-block
    }
}
.program-option {
    text-align: center;
    color: #0072bc
}
.program-option:hover i {
    color: #0072bc;
    cursor: pointer
}
.program-option {
    line-height: 1.1
}

/*p {
	color: #0072bc
}*/
.program-option a {
    border: none;
    font-size: initial
}
.program-option a[aria-expanded='true'] {
    color: #390
}
.program-option a[aria-expanded='true'] i {
    color: #0072bc
}
.program-option .circle {
    display: inline-block;
    width: 5em;
    height: 5em;
    margin-bottom: 20px;
    background-color: #B2DFF3;
    border-radius: 100%;
    position: relative;
    text-align: center
}
.program-option [class^='icon-'] {
    font-size: 4em;
    position: relative;
    color: #036
}
.program-option .icon-SNAP {
    font-size: 3.8em;
    top: 12%
}
.program-option .icon-medicaid {
    top: 13%
}
.program-option .icon-TANF {
    top: 10%;
    right: 5%
}
.program-option .icon-plans_2 {
    font-size: 3.5em;
    top: 17%;
    left: 6%
}
.program-option .icon-plans_1 {
    top: 10%
}
.program-option h4 {
    font-weight: 700;
    height: 2em
}
@media (max-width: 991px) {
    .program-option {
        text-align: left;
        margin-bottom: .5em
    }
    .program-option .circle {
        margin: 0 1em 0 0;
        width: 3em;
        height: 3em;
        vertical-align: middle
    }
    .program-option [class^='icon-'] {
        font-size: 2.5em;
        position: relative;
        color: #036
    }
    .program-option h4 {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        height: initial
    }
    .program-option .icon-SNAP {
        font-size: 2.2em;
        top: 12%
    }
    .program-option .icon-medicaid {
        top: 13%
    }
    .program-option .icon-TANF {
        top: 10%;
        right: 5%
    }
    .program-option .icon-plans_2 {
        font-size: 1.7em;
        top: 22%;
        left: 6%
    }
    .program-option .icon-plans_1 {
        top: 9%
    }
    .program-option p {
        display: none
    }
}
.program-description {
    position: relative;
    padding: 40px 0;
    border-top: 2px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    text-align: left
}
.program-description a {
    font-size: 1.25rem
}
.program-description .container {
    position: relative
}
.program-description .triangle:before {
    top: -56px
}
.program-description .triangle:after {
    top: -54px;
    border-bottom-color: #F8F8F8
}
@media (max-width: 991px) {
    .program-description .triangle:before,
    .program-description .triangle:after {
        display: none
    }
}
#option-food .triangle:before {
    left: 15%
}
#option-food .triangle:after {
    left: calc(15% + 2px)
}
#option-healthcare .triangle:before {
    left: 31.5%
}
#option-healthcare .triangle:after {
    left: calc(31.5% + 2px)
}
#option-cash .triangle:before {
    left: 48.5%
}
#option-cash .triangle:after {
    left: calc(48.5% + 2px)
}
#option-support .triangle:before {
    left: 65%
}
#option-support .triangle:after {
    left: calc(65% + 2px)
}
#option-medicare .triangle:before {
    left: 81.5%
}
#option-medicare .triangle:after {
    left: calc(81.5% + 2px)
}
.apply .row+.row {
    margin-top: 40px
}
.apply p {
    padding: 15px;
    color: #0072bc
}
@media (min-width: 992px) {
    .apply .btn {
        width: 100%
    }
}
.faq .row+.row {
    margin-top: 40px
}
.faq a {
    font-size: 1em;
    border: none
}
.faq a:hover {
    color: #390
}
.faq h3 {
    font-weight: 700
}
.faq img {
    height: 8em;
    margin: 0 auto
}
.more-help p {
    color: #0072bc
}
.more-help a {
    font-size: 1em
}
.more-help i {
    font-size: 4em;
    color: #390
}
.more-options {
    background-color: #390;
    background-image: url('../images/options_img_1.png');
    background-size: contain;
    background-repeat: no-repeat;
    color: #FFF
}
.more-options ul {
    list-style: none;
    margin-top: 20px
}

.more-options p {
    color: #FFF;
 }

.more-options a {
    color: #FFF;
    font-size: 1.25em;
    font-weight: 400
}
.more-options a:hover {
    border-color: #FFF
}
@media (max-width: 992px) {
    .more-options {
        background: #390
    }
}
.footer {
    font-family: Arial, sans-serif;
    color: #036;
    border-top: 2px solid #E8E8E8;
    font-size: 1.125rem
}

.footer p {
    font-size: 1.125em;
    line-height: 1.2;
    font-family: Arial, sans-serif;
	color: #036;
}

.footer a {
    font-size: 1.125em;
    line-height: 1.2;
}

.footer .benefit {
    margin-bottom: .5em
}
.footer .acronym {
    color: #0072bc;
    width: 5em;
    font-weight: 700
}
.footer .acronym,
.footer .acronym+a {
    display: table-cell
}
.footer .copyright {
    text-align: center;
    font-size: .875rem
}
.footer .copyright p {
    font-size: .875rem
}
.footer .copyright a {
    font-size: .875rem;
    display: inline-block;
    color: #036;
    font-weight: 400
}
.footer .copyright a:hover {
    border-color: #0072bc;
    color: #0072bc
}
.footer .copyright a:not(:last-child) {
    margin-right: 1em
}

/*for footer tag*/
.copyright {
    text-align: center;
    font-size: .875rem
}
.copyright p {
    font-size: .875em;
    font-family: 'proxima nova',Arial,sans-serif;
	color: #036;
}

.copyright ul {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.copyright ul > li {
  display: inline-block;
}

.copyright a {
    display: inline-block;
    font-size: .875rem;
    font-family: 'proxima nova',Arial,sans-serif;
    font-weight: 400;
    color: #036;
    text-decoration: none;
}
.copyright a:hover {
    border-color: #0072bc;
    color: #0072bc
}
.copyright a{
    margin-right: 1em
}
.copyright a:not(:last-child) {
    margin-right: 1em
}


.copyright .icon-seal {
font-size: 2.5em;
padding: 0 .3em;
}

/*for footer tag*/


.footer .icon-seal {
    font-size: 2.5em;
    padding: 0 .3em
}
.footer-menu {
    background-color: #F2F2F2
}
.footer-menu h1 {
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 20px
}
.footer-menu p:not(:last-child) {
    margin-bottom: 20px
}
.footer-menu .partners img {
    margin-bottom: 20px;
    height: 3em
}
@media (max-width: 992px) {
    .footer .category {
        margin-bottom: 20px
    }
}
.dropdown-menu {
    box-shadow: none;
    border: 1px solid #E2E2E2;
    z-index: 30
}
@media (max-width: 767px) {
    .dropdown-menu {
        width: 100%!important;
        margin: 0 auto;
        border-radius: 0;
        border-left: 0;
        border-right: 0
    }
}
.login {
    text-align: right
}
.login .dropdown-menu {
    font-size: 1em;
    padding: 1em;
    margin-top: .5em;
    width: 20em
}
.login .dropdown-menu input:not([type='checkbox']):not([type='radio']),
.login .dropdown-menu .input-group,
.login .dropdown-menu .btn,
.login .dropdown-menu p:not(:last-child) {
    width: 100%;
    margin-bottom: .75em
}
.login .dropdown-menu a,
.login .dropdown-menu p {
    font-size: 1rem
}
.login .dropdown-menu p:last-child {
    margin-bottom: 0
}
.login .dropdown-menu .forgot:hover {
    color: #0072bc;
    border-color: #0072bc
}
.login .dropdown-menu.triangle:before {
    right: 18.5%
}
.login .dropdown-menu.triangle:after {
    right: calc(18.5% + 2px)
}
@media (max-width: 767px) {
    .login .dropdown-menu.triangle:before,
    .login .dropdown-menu.triangle:after {
        display: none
    }
}

body,
html {
    min-width: 320px
}
main {
    padding-top: 8.25em
}
@media (max-width: 767px) {
    main {
        padding-top: 8em
    }
}
.wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}
#sub-nav.affix {
    top: 0;
    width: 100%;
    z-index: 20
}
@media (max-width: 767px) {
    #sub-nav.affix {
        position: static
    }
}
section:not(.hero) {
    padding: 60px 0
}
section:not(.hero) .container>:last-child {
    margin-bottom: 0
}
section:not(.hero) [class^='col-']:first-child {
    margin-top: 0
}
@media (max-width: 768px) {
    section:not(.hero) {
        padding: 40px 0
    }
}
#program-options {
    padding-bottom: 0
}
.text-block h1+p,
.text-block h2+p,
.text-block h3+p,
.text-block h4+p {
    margin-top: 20px;
    margin-bottom: 20px
}
.text-block h1+p:last-child,
.text-block h2+p:last-child,
.text-block h3+p:last-child,
.text-block h4+p:last-child {
    margin-bottom: 0
}
.text-block i {
    display: inline-block;
    font-size: 4em
}
.text-block i:last-child {
    margin-bottom: 0
}
section.highlight {
    background-color: #F9F3D7;
    color: #0072bc
}
.button-col-light {
	margin-left:2px;
	margin-right:2px;
    background-color: #CAE3F5; 
    color: black; 
	border-radius: 8px;
	border-style: solid;
	border-color:#CAE3F5;
	padding: 0px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height:40px;
	width:153px;
	
}

.button-col-light:hover {
	margin-left:2px;
	margin-right:2px;
    background-color: #000099	;
    color: #e6ffff;
	border-radius: 8px;
	border-style: solid;
	border-color:#000099;
	padding: 0px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	cursor: pointer;
	font-size: 14px;	
	font-weight: bold;
	height:40px;
	width:153px;
}

.button-col-light-small{
    background-color: #CAE3F5; 
    color: black; 
	border-radius: 8px;
	border-style: solid;
	border-color:#CAE3F5;
	padding: 0px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height:30px;
	width:44px;
	
}
.button-col-light-small:hover {
    background-color: #000099;
    color: #e6ffff;
	border-radius: 8px;
	border-style: solid;
	border-color:#000099;
	padding: 0px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	cursor: pointer;
	font-size: 14px;	
	font-weight: bold;
	height:30px;
	width:44px;
}

.button-col-dark{
	margin-left:2px;
	margin-right:2px;
    background-color: #000099;
    color: #e6ffff;
	border-radius: 8px;
	border-style: solid;
	border-color:#000099;
	padding: 0px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height:40px;
	width:153px;
}

.button-col-dark:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.button-link{
	 background:none!important;
     border:none; 
     padding:0!important;
     font: inherit;
     border-bottom:1px solid #0000ff; 
     cursor: pointer;
     color: #0000ff;
}
.button-disabled{
 	background-color: #dddddd; 
 	border-color:#dddddd;
 	border-style: solid;
    color: black; 
	border-radius: 8px;
	padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height:40px;
	width:153px;
}
.tabStyleSelected {
border-top-left-radius: 20px;
border-top-right-radius: 20px; 
width: 140px; 
height: 40px; 
background: #FFFFFF;
font-size: 14px;
font-weight: bold;
text-align: center;
text-decoration: none;
border-color: #000099;
float: left;
border-bottom:none;
border-width:thin;
position: relative;
bottom:-0.75px;
display: inline;
}
.tabStyleUnselected {
border-top-left-radius: 20px;
border-top-right-radius: 20px; 
width: 140px; 
height: 40px; 
background: #F1F1F1;
font-size: 14px;
font-weight: bold;
text-align: center;
text-decoration: none;
border-color: black;
border-width:thin;
border-bottom:none;
float: left;
position: relative;
display: inline;
//bottom:-0.75px;
border-bottom-color:#000099;
}

#rcorners2 {
   border-top-right-radius: 8px;
    border: 1px solid #000099;
    border-width:thin;
    padding: 15px; 
}
div.tabDiv {
    margin-left: 5px;
}

.button-link-disabled{
background:none!important;
border:none; 
padding:0!important;
font: inherit;
border-bottom:1px solid #dddddd; 
cursor: pointer;
color: #dddddd;
}

a#PrintLinkAFB {
  background: url(/access/images/verticalBarBlue.png) no-repeat 10% 0%;
  padding-left: 29px;
  background-position-y: 50%;
  list-style: none outside;
  margin-left: -1.2em;
}

span.rmbOverview label{
    color: #0072bc;
    font-size:120%;
    font-weight:normal;
}