﻿body {
    font-family: 'Open Sans', sans-serif;
    line-height:26px;
}
.set-radius-zero {
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}

.right-div {
    float: right; 
    padding: 20px;
}
#menu-top a {
    color:#000;
    text-decoration:none;
    font-weight:500;
    padding: 20px 10px 20px 10px;
    text-transform:uppercase;

}
.menu-section {
    background-color: #f7f7f7;
    border-bottom:8px solid #000d7e;
    width:100%
}
.menu-top-active {
    background-color:#eeeeee;
}
.navi-inverse {
background-color: #FFF;
border-color: rgba(155, 153, 153, 0.23);

}
.navi {
    min-height: 90px;
    margin-bottom: 0px;
  }
.navi-inverse .navi-collapse, .navi-inverse .navi-frm {
    border-color:transparent;
}
.navi-toggle {
background-color: black;
border: 2px solid black;
}

.content-wrapper {
  margin-top: 40px;
  min-height:800px;
  padding-bottom:90px;
}
.header-line {
  font-weight:9800;
  padding-bottom:25px;
  border-bottom:2px solid #eeeeee;
  text-transform:uppercase;
}
.pad-botm {
  padding-bottom:30px;
}
.pad-botm2 {
    padding-bottom:20px;
}
.pad-botm1 {
    padding-bottom:10px;
}
.footer-section {
	position:fixed;
	left:0px;
	bottom:0px;
	height:30px;
	width:100%;
    padding:25px 50px 25px 50px;
    color:#000;
    font-size:13px;
	background-color: #f7f7f7;
	text-align:right;
	border-top:8px solid #000d7e;
}

    .footer-section a, .footer-section a:hover {
			position:fixed;
		left:0px;
		bottom:0px;
		height:30px;
        color:#000;
    }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
footer,
header,
hgroup,
main,
nav,
section
{
  display: block;
}
canvas {
  display: inline-block;
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 2px dotted;
}
b,strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
sub,sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

button,input,optgroup,select,textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 2px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  table {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h3 {
    orphans: 3;
    widows: 3;
  }
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navi {
    display: none;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 2px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .tbl-brdr th, .tbl-brdr td {
    border: 2px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #333;
  background-color: #fff;
}
input,button,select,textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #eee;
}

h3,h4,.h3,.h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,.h4,h3,.h3 {
  font-size: 24px;
}
h4,.h4 {
  font-size: 18px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22px;
  }
}

.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 2px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.2;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 2px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.2;
}


.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1250px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}
@media (min-width: 1500px) {
    .container {
        width: 1470px;
    }
}
@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-a2, .col-a3, .col-b4, .col-a4, .col-c6, .col-b6, .col-a6, .col-b8, .col-a7, .col-c12, .col-b12, .col-a5{
  position: relative;
  min-height: 2px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-c6, .col-c12 {
  float: left;
}
.col-c12 {
  width: 100%;
}

.col-c6 {
  width: 50%;
}



@media (min-width: 768px) {
    .col-b4, .col-b6, .col-b8, .col-b12 {
    float: left;
  }
  .col-b12 {
    width: 100%;
  }
  .col-b8 {
    width: 65%;
  }
  .col-b6 {
    width: 50%;
  }
  .col-b4 {
    width: 33%;
  }

}
@media (min-width: 992px) {
 .col-a2, .col-a3, .col-a4, .col-a6, .col-a7, .col-a10, .col-a5 {
    float: left;
  }
  .col-a5 {
    width: 100%;
  }
  .col-a10 {
    width: 84%;
  }
  .col-a7 {
    width: 75%;
  }
  .col-a6 {
    width: 50%;
  }
  .col-a4 {
    width: 33%;
  }
  .col-a3 {
    width: 25%;
  }
  .col-a2 {
    width: 16%;
  }
  .col-aoffset-3 {
    margin-left: 25%;
  }
  .col-aoffset-1 {
    margin-left: 8%;
  }
}

table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tblhdr > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tblhdr > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.2;
  vertical-align: top;
  border-top: 2px solid #ddd;
}
.table > tblhdr > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > colgroup + tblhdr > tr:first-child > th,
.table > tblhdr:first-child > tr:first-child > th,
.table > colgroup + tblhdr > tr:first-child > td,
.table > tblhdr:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.tbl-brdr {
  border: 2px solid #ddd;
}
.tbl-brdr > tblhdr > tr > th,
.tbl-brdr > tbody > tr > th,
.tbl-brdr > tfoot > tr > th,
.tbl-brdr > tblhdr > tr > td,
.tbl-brdr > tbody > tr > td,
.tbl-brdr > tfoot > tr > td {
  border: 2px solid #ddd;
}
.tbl-brdr > tblhdr > tr > th,
.tbl-brdr > tblhdr > tr > td {
  border-bottom-width: 2px;
}
.tbl-strp > tbody > tr:nth-child(odd) > td,
.tbl-strp > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.tbl-hvr > tbody > tr:hover > td,
.tbl-hvr > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}


.tbl-hvr > tbody > tr > td.info:hover,
.tbl-hvr > tbody > tr > th.info:hover,
.tbl-hvr > tbody > tr.info:hover > td,
.tbl-hvr > tbody > tr:hover > .info,
.tbl-hvr > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}


@media screen and (max-width: 767px) {
  .tbl-resp {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 2px solid #ddd;
  }
  .tbl-resp > .table {
    margin-bottom: 0;
  }
  .tbl-resp > .table > tblhdr > tr > th,
  .tbl-resp > .table > tbody > tr > th,
  .tbl-resp > .table > tfoot > tr > th,
  .tbl-resp > .table > tblhdr > tr > td,
  .tbl-resp > .table > tbody > tr > td,
  .tbl-resp > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .tbl-resp > .tbl-brdr {
    border: 0;
  }
  .tbl-resp > .tbl-brdr > tblhdr > tr > th:first-child,
  .tbl-resp > .tbl-brdr > tbody > tr > th:first-child,
  .tbl-resp > .tbl-brdr > tfoot > tr > th:first-child,
  .tbl-resp > .tbl-brdr > tblhdr > tr > td:first-child,
  .tbl-resp > .tbl-brdr > tbody > tr > td:first-child,
  .tbl-resp > .tbl-brdr > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .tbl-resp > .tbl-brdr > tblhdr > tr > th:last-child,
  .tbl-resp > .tbl-brdr > tbody > tr > th:last-child,
  .tbl-resp > .tbl-brdr > tfoot > tr > th:last-child,
  .tbl-resp > .tbl-brdr > tblhdr > tr > td:last-child,
  .tbl-resp > .tbl-brdr > tbody > tr > td:last-child,
  .tbl-resp > .tbl-brdr > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .tbl-resp > .tbl-brdr > tbody > tr:last-child > th,
  .tbl-resp > .tbl-brdr > tfoot > tr:last-child > th,
  .tbl-resp > .tbl-brdr > tbody > tr:last-child > td,
  .tbl-resp > .tbl-brdr > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 2px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.2;
  color: #555;
}
.frm-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.2;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 2px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075);
          box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.frm-control-checkbox {
    display: block;
    width: 60%;
    height: 34px;
    padding: 2px 2px;
    font-size: 14px;
    line-height: 1.2;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.frm-control:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.frm-control-checkbox:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.frm-control::-moz-placeholder .frm-control-checkbox::-moz-placeholder{
  color: #777;
  opacity: 1;
}
.frm-control:-ms-input-placeholder .frm-control-checkbox:-ms-input-placeholder{
  color: #777;
}
.frm-control::-webkit-input-placeholder {
  color: #777;
}
.frm-control[disabled], .frm-control[readonly], fieldset[disabled] .frm-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.frm-control {
  height: auto;
}
.frm-group {
  margin-bottom: 15px;
}

.frm-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.frm-control-static.input-lg, .frm-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
.frm-horizontal .frm-group-sm .frm-control{
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.input-sm,
.frm-horizontal .frm-group-sm  .frm-control-checkbox{
    height: 30px;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}


select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm, select[multiple].input-sm {
  height: auto;
}
.input-lg, .frm-horizontal .frm-group-lg .frm-control{
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

input-lg, .frm-horizontal .frm-group-lg .frm-control-checkbox{
    height: 46px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 1px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg, select[multiple].input-lg {
  height: auto;
}
.frm-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}



.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .frm-inline .frm-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .frm-inline .frm-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .frm-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .frm-inline .frm-control-feedback {
    top: 0;
  }
}

.frm-horizontal .frm-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .frm-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.frm-horizontal .frm-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .frm-horizontal .frm-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .frm-horizontal .frm-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-green {
  color: #fff;
  background-color: #00FF00;
  border-color: #35bd35;
}

.btn-blue {
  color: #fff;
  background-color: #0000FF;
  border-color: #35bd35;
}

.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-blue2 {
  color: #fff;
  background-color: #0c6b88;
  border-color: #177f9e;
}
.btn-blue2:hover,
.btn-blue2:focus,
.btn-blue2:active,
.btn-blue2.active,
.open > .dropdown-toggle.btn-blue2 {
  color: #fff;
  background-color: #0c6f8d;
  border-color: #117492;
}
.btn-blue2:active,
.btn-blue2.active,
.open > .dropdown-toggle.btn-blue2 {
  background-image: none;
}
.btn-blue2.disabled,
.btn-blue2[disabled],
fieldset[disabled] .btn-blue2,
.btn-blue2.disabled:hover,
.btn-blue2[disabled]:hover,
fieldset[disabled] .btn-blue2:hover,
.btn-blue2.disabled:focus,
.btn-blue2[disabled]:focus,
fieldset[disabled] .btn-blue2:focus,
.btn-blue2.disabled:active,
.btn-blue2[disabled]:active,
fieldset[disabled] .btn-blue2:active,
.btn-blue2.disabled.active,
.btn-blue2[disabled].active,
fieldset[disabled] .btn-blue2.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}


.btn-red {
  color: #fff;
  background-color: #d4251f;
  border-color: #c71e18;
}

.btn-red.disabled,
.btn-red[disabled],
fieldset[disabled] .btn-red,
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled:active,
.btn-red[disabled]:active,
fieldset[disabled] .btn-red:active,
.btn-red.disabled.active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
       -o-transition: height .35s ease;
          transition: height .35s 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;
}

.open > a {
  outline: 0;
}

.btn .caret {
  margin-left: 0;
}


.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: rgb(219, 172, 172);
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: rgb(153, 132, 132);
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 2px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}


.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navi {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 2px solid transparent;
}
@media (min-width: 768px) {
  .navi {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navi-header {
    float: left;
  }
}
.navi-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 2px solid transparent;
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 2px 0 rgba(255, 255, 255, .1);
}
.navi-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navi-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navi-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

}


.container > .navi-header,
.container-fluid > .navi-header,
.container > .navi-collapse,
.container-fluid > .navi-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navi-header,
  .container-fluid > .navi-header,
  .container > .navi-collapse,
  .container-fluid > .navi-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}


.navi-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navi-brand:hover, .navi-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navi > .container .navi-brand, .navi > .container-fluid .navi-brand {
    margin-left: -15px;
  }
}
.navi-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
}
.navi-toggle:focus {
  outline: 0;
}
.navi-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
}
.navi-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navi-toggle {
    display: none;
  }
}
.navi-nav {
  margin: 7.5px -15px;
}
.navi-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .navi-nav {
    float: left;
    margin: 0;
  }
  .navi-nav > li {
    float: left;
  }
  .navi-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navi-nav.navi-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navi-left {
    float: left !important;
  }
  .navi-right {
    float: right !important;
  }
}
.navi-frm {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, .1), 0 2px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 2px 0 rgba(255, 255, 255, .1), 0 2px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navi-frm .frm-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navi-frm .frm-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navi-frm .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navi-frm .input-group .input-group-addon,
  .navi-frm .input-group .input-group-btn,
  .navi-frm .input-group .frm-control {
    width: auto;
  }
  .navi-frm .input-group > .frm-control {
    width: 100%;
  }
  .navi-frm .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }


  .navi-frm .frm-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navi-frm .frm-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navi-frm {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navi-frm.navi-right:last-child {
    margin-right: -15px;
  }
}

.navi-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navi-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navi-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navi-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navi-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navi-text.navi-right:last-child {
    margin-right: 0;
  }
}
.navi-default {
  background-color: #cedfca;
  border-color: #e7e7e7;
}
.navi-default .navi-brand {
  color: rgb(171, 194, 185);
}
.navi-default .navi-brand:hover,.navi-default .navi-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navi-default .navi-text {
  color: #777;
}
.navi-default .navi-nav > li > a {
  color: rgb(143, 172, 147);
}
.navi-default .navi-nav > li > a:hover,.navi-default .navi-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navi-default .navi-nav > .active > a,.navi-default .navi-nav > .active > a:hover,.navi-default .navi-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navi-default .navi-nav > .disabled > a,.navi-default .navi-nav > .disabled > a:hover,.navi-default .navi-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navi-default .navi-toggle {
  border-color: #ddd;
}
.navi-default .navi-toggle:hover,.navi-default .navi-toggle:focus {
  background-color: #ddd;
}
.navi-default .navi-toggle .icon-bar {
  background-color: #888;
}
.navi-default .navi-collapse,.navi-default .navi-frm {
  border-color: #e7e7e7;
}
.navi-default .navi-nav > .open > a, .navi-default .navi-nav > .open > a:hover, .navi-default .navi-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navi-default .navi-link {
  color: #777;
}
.navi-default .navi-link:hover {
  color: #333;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -2px;
}

.frm1 {
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
}
.frm1-body {
  padding: 15px;
}
.frm1-heading {
  padding: 10px 15px;
  border-bottom: 2px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.frm2-heading {
  padding: 10px 10px;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}


.frm1-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.frm1-title > a {
  color: inherit;
}
.frm1-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 2px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.frm1-group {
  margin-bottom: 20px;
}
.frm1-group .frm1 {
  margin-bottom: 0;
  border-radius: 4px;
}
.frm1-group .frm1 + .frm1 {
  margin-top: 5px;
}
.frm1-group .frm1-heading {
  border-bottom: 0;
}

.frm1-group .frm2-heading {
  border-bottom: 0;
}

.frm1-group .frm1-heading + .frm1-collapse > .frm1-body {
  border-top: 2px solid #ddd;
}

.frm1-group .frm2-heading + .frm1-collapse > .frm1-body {
  border-top: 2px solid #ddd;
}

.frm1-group .frm1-footer {
  border-top: 0;
}
.frm1-group .frm1-footer + .frm1-collapse .frm1-body {
  border-bottom: 2px solid #ddd;
}
.frm1-default {
  border-color: #ddd;
}
.frm1-default > .frm1-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.frm1-default > .frm2-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.frm1-default > .frm1-heading + .frm1-collapse > .frm1-body {
  border-top-color: #ddd;
}

.frm1-default > .frm2-heading + .frm1-collapse > .frm1-body {
  border-top-color: #ddd;
}

.frm1-default > .frm1-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.frm1-default > .frm2-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.frm1-default > .frm1-footer + .frm1-collapse > .frm1-body {
  border-bottom-color: #ddd;
}
.frm1-primary {
  border-color: #428bca;
}
.frm1-primary > .frm1-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.frm1-primary > .frm1-heading + .frm1-collapse > .frm1-body {
  border-top-color: #428bca;
}

.frm1-primary > .frm2-heading + .frm1-collapse > .frm1-body {
  border-top-color: #428bca;
}

.frm1-primary > .frm1-heading .badge {
  color: #428bca;
  background-color: #fff;
}

.frm1-primary > .frm2-heading .badge {
  color: #428bca;
  background-color: #fff;
}

.frm1-primary > .frm1-footer + .frm1-collapse > .frm1-body {
  border-bottom-color: #428bca;
}
.frm1-type1 {
  border-color: #0e0563;
}
.frm1-type1 > .frm1-heading {
  color: #07033a;
  background-color: #829fff;
  border-color: #0f0b4e;
}

.frm1-type1 > .frm2-heading {
  color: #07033a;
  background-color: #829fff;
  border-color: #0f0b4e;
}

.frm1-type1 > .frm1-heading + .frm1-collapse > .frm1-body {
  border-top-color: #bce8f1;
}
.frm1-type1 > .frm1-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.frm1-type1 > .frm1-footer + .frm1-collapse > .frm1-body {
  border-bottom-color: #bce8f1;
}
.frm1-type3 {
  border-color: #505050;
}
.frm1-type3 > .frm1-heading {
	font-weight: bold;
  color: #2b2a29;
  background-color: #90ff82;
  border-color: #094d20;
}
.frm1-type3 > .frm2-heading {
  color: #2b2a29;
  background-color: #90ff82;
  border-color: #094d20;
}
.frm1-type3 > .frm1-heading + .frm1-collapse > .frm1-body {
  border-top-color: #ebccd1;
}
.frm1-type3 > .frm2-heading + .frm1-collapse > .frm1-body {
  border-top-color: #ebccd1;
}
.frm1-type3 > .frm1-heading .badge {
  color: #f2dede;
  background-color: #ce5a58;
}
.frm1-type3 > .frm2-heading .badge {
  color: #f2dede;
  background-color: #ce5a58;
}
.frm1-type3 > .frm1-footer + .frm1-collapse > .frm1-body {
  border-bottom-color: #ebccd1;
}

.close {
  float: right;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 2px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.clearfix:before, .clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.frm-horizontal .frm-group:before,
.frm-horizontal .frm-group:after,
.nav:before,
.nav:after,
.navi:before,
.navi:after,
.navi-header:before,
.navi-header:after,
.navi-collapse:before,
.navi-collapse:after,
.frm1-body:before,
.frm1-body:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.frm-horizontal .frm-group:after,
.nav:after,
.navi:after,
.navi-header:after,
.navi-collapse:after,
.frm1-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
