﻿@import url("//fonts.googleapis.com/css2?family=Barlow+Condensed&amp;family=Montserrat:wght@400;500;600&amp;family=Teko:wght@500");
/*****/
body {
  padding: 0;
  color: #00235D;
  background: #fff;
  font-family: Montserrat, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

body.page-login {
  background: #fff;
}

a {
  color: #00235D;
}

a:hover {
  color: #00235D;
}

.color-rectangles {
  display: flex;
  margin: 15px -15px 4px -15px;
}

.color-rectangle {
  height: 5px;
  width: 25%;
}

.yellow-rectangle {
  background-color: #fcd678;
}

.pink-rectangle {
  background-color: #f099aa;
}

.blue-rectangle {
  background-color: #90d1e2;
}

.green-rectangle {
  background-color: #dedc2a;
}

.container {
  background: #FFF;
  width: 1920px;
}

.container-nav,
.container-top,
.container-footer {
  background: none;
}

.container-content {
  margin-top: 5px;
}

.normal-weight {
  font-weight: normal;
}

.weight-300 {
  font-weight: 300;
}

.light-green-bg {
  background-color: #97D700;
}

.brand-primary-bg {
  background-color: #008AB4;
}

.purple-bg {
  background-color: #80225F;
}

.white-fg {
  color: #FFF;
}

.required,
.error,
.error-message {
  color: #cc0000;
}

.error-bold {
  color: #cc0000;
  font-weight: bold;
}

.error {
  font-weight: normal;
}

.btn {
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 18px;
}

a.btn-default,
.btn-default {
  color: #008AB4;
}

a.header:hover, a.header:active, a.header {
  text-decoration: none;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.focus {
  color: white;
  background-color: #004e95;
  border-color: white;
}

.btn-primary:hover {
  color: white;
  background-color: #407ab0;
  border-color: #407ab0;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #407ab0;
  border-color: #407ab0;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: white;
  background-color: #407ab0;
  border-color: #407ab0;
}

a.btn-clear,
.btn-clear {
  color: #FFF;
  background-color: #004e95;
  border-color: #FFF;
}

.gray-bg a.btn-clear,
.gray-bg .btn-clear {
  background: #004e95;
  border: solid 1px white;
  color: #fff;
  font-weight: 600;
}

.gray-bg .btn-clear:hover,
.gray-bg .btn-clear:focus,
.gray-bg .btn-clear:active {
  background: #407ab0;
  color: #FFF;
}

.btn-clear:focus,
.btn-clear.focus {
  color: #333;
}

.btn-clear:hover {
  background-color: #FFF;
  color: #1E058B;
}

.block-tile {
  padding: 15px;
  font-size: 13px;
  color: #00235D;
}

.block-tile h2 {
  font-size: 2em;
  margin: 0px 0px 10px;
}

.block-tile .btn-go {
  width: 100%;
  display: block;
  font-weight: normal;
}

.block-tile.light-green-bg .btn-go:hover {
  color: #97D700;
}

.block-tile.purple-bg .btn-go:hover {
  color: #80225F;
}

.block-tile.gray-bg .btn-go:hover {
  color: white;
}

.form-inline label {
  margin-left: 15px;
  margin-right: 10px;
}

.form-inline label.first {
  margin-left: 0px;
}

.form-label-baseline {
  margin-top: 6px;
}

.form-no-border {
  border: 0;
  box-shadow: none;
}

.no-border {
  border: 0;
  box-shadow: none;
  background-color: transparent;
  height: auto;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.m-10 {
  margin: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.m-15 {
  margin: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.m-20 {
  margin: 20px;
}

.pagination > li > a,
.pagination > li > span {
  color: #00235D;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #004e95;
  border-color: #004e95;
}

.checkbox-list > span {
  display: block !important;
}

.checkbox-list input[type=checkbox] {
  margin: 3px 10px 0px 0px;
  display: inline-block;
}

.rblabel label {
  font-weight: 500;
}

.radio-list {
  margin-left: 20px;
}

.page-controls {
  margin: 30px 0px;
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

.date-picker-spacing {
  margin-right: 10px;
}

#page-header.dark-header {
  background-image: url(/assets/img/Field_force_header.png);
  background-repeat: no-repeat;
  height: 150px;
}

.dark-header .tagline {
  display: none;
}

.dark-header #header-menu a {
  color: white;
}

.dark-header #header-menu a:hover,
.dark-header #header-menu a:focus,
.dark-header #header-menu a:active {
  color: white;
}

.header-text1 {
  color: #ffffff;
  margin-left: 100px;
  margin-top: 0;
  padding-top: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.header-text2 {
  color: #F0A055;
  margin-left: 100px;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

#page-header .masthead-logo {
  margin: 25px 0 25px 10px;
}

#page-header .row {
  position: relative;
}

#page-header {
  position: relative;
  margin-bottom: 5px;
}

#page-header .tagline {
  position: absolute;
  top: 45px;
  right: 30px;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #777;
  font-weight: 600;
}

#header-menu {
  position: absolute;
  top: 0;
  right: 30px;
  line-height: 20px;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
}

#header-menu a {
  display: inline-block;
  font-family: Montserrat, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #008AB4;
  font-size: 13px;
  padding: 6px 17px;
  text-decoration: none;
  text-transform: uppercase;
}

#primary-menu {
  margin: 0px -15px;
  /*background-color: $brand-secondary;
  color: $brand-primary;*/
}

#primary-menu ul,
#primary-menu ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}

#primary-menu > ul {
  border-bottom: 0px;
}

#primary-menu > ul > li {
  width: 25%;
  text-align: center;
  display: inline-block;
}

.rep-menu > li {
  width: 20% !important;
  text-align: center;
  display: inline-block;
}

#primary-menu > ul > li > a {
  color: #004e95;
  display: block;
  font-size: 20px;
  padding: 0px;
  line-height: 75px;
  background-color: #bfd3e5;
}

#primary-menu > ul > li.active > a {
  background-color: #004e95;
  color: white;
}

#primary-menu ul > li:hover.active > a {
  background-color: #004e95;
  color: white;
}

#primary-menu ul li:hover > a {
  background-color: #004e95;
  text-decoration: none;
}

#primary-menu ul > li:hover > a {
  color: #fff;
}

#primary-menu ul ul {
  display: none;
  position: absolute;
  top: 81px;
  left: 0px;
  z-index: 100;
  width: 100%;
  background: #fff;
  height: 43px;
  text-align: left;
}

#primary-menu ul ul li {
  display: inline-grid;
  text-align: left;
  font-size: 0px;
}

#primary-menu ul ul li a {
  padding: 20px 25px;
  background-color: #bfd3e5;
  color: #004e95;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#primary-menu ul ul li.active a,
#primary-menu ul ul li:hover.active a {
  padding: 20px 25px;
  background-color: #004e95;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: none;
}

ul.admin-menu li {
  width: 16.5%;
}

ul.rep-programs-menu li {
  width: 12.5%;
}

ul.help-menu li {
  width: 33.3%;
}

ul.mgt-programs-menu li {
  width: 12.5%;
}

ul.mtg-view-menu li {
  width: 50%;
}

ul.admin-menu li a,
ul.help-menu li a,
ul.mgt-programs-menu li a,
ul.mtg-view-menu li a,
ul.rep-programs-menu li a {
  display: block;
}

/*#primary-menu ul ul.admin-menu li a,
#primary-menu ul ul.admin-menu li.active a,
#primary-menu ul ul.admin-menu li:hover.active a {
    padding: 20px 108px;
}
*/
/*#primary-menu ul ul.rep-programs-menu li a,
#primary-menu ul ul.rep-programs-menu li.active a,
#primary-menu ul ul.rep-programs-menu li:hover.active a {
    padding: 20px 90px;
}
*/
#primary-menu ul ul li:last-child a {
  border-bottom: none;
}

#primary-menu ul ul li a:hover {
  background-image: #004e95;
  color: white;
  text-decoration: none;
}

#primary-menu > ul > li.active > ul {
  display: block;
}

#page-footer {
  color: #00235D;
  padding: 15px;
  background: white;
}

.footer_brand {
  margin-bottom: 10px;
  margin-right: 20px;
  margin-left: 30px;
  display: inline-block;
  height: 41px;
}

.footer__content {
  font-size: 0.75em;
  padding-top: 1.5em;
}

#page-content {
  color: #00235D;
  margin: 40px 0px;
}

#page-content.has-submenu {
  margin-top: 90px;
}

#page-content h1 {
  color: #00235D;
  font-size: 30px;
  margin: 20px 0;
}

#page-content h1.title {
  color: #90d1e2;
  font-size: 30px;
  margin: 20px 0;
}

#page-content h1.title.banner {
  padding: 25px 150px 40px 30px;
  font-size: 2.7em;
  background: #008AB4;
  color: #FFF;
  border-bottom: solid 5px #C7C9CB;
  margin-top: -1px;
  margin-left: -15px;
  margin-right: -15px;
}

#page-content h1.agenda {
  font-size: 30px;
  margin: 0 0 20px 0;
}

#page-content h2.sub-title {
  font-size: 20px;
  font-style: italic;
  color: #0cade0;
}

#page-content h3.title {
  background: #eaeaea;
  padding: 7px 25px;
  text-transform: uppercase;
  margin: 0px 0px 15px;
  display: block;
}

/* page specific styles */
.page-msl-dashboard #page-content,
.page-dashboard #page-content,
.page-home #page-content {
  margin: 0px;
}

.page-meetings #page-content {
  margin-top: 55px;
  margin-bottom: 0px;
}

#home-page.light-bg {
  background: #eae7e4;
}

#home-page {
  margin-bottom: 15px;
}

#meeting-page .block-tile {
  margin-top: 15px;
  height: 210px;
  position: relative;
  border: solid 1px #eaeaea;
}

#meeting-page .block-tile.tall {
  height: 435px;
}

#home-page .block-tile {
  height: 270px;
  position: relative;
  border: solid 1px #eaeaea;
  background-color: #eaeaea;
  margin: 5px;
}

#meeting-page .block-tile .btn-go,
#home-page .block-tile .btn-go {
  position: absolute;
  bottom: 20px;
  width: 150px;
  left: 50%;
  margin-left: -75px;
}

#home-page .block-tile-row .block-tile {
  width: 282px;
  float: left;
  border: solid 1px #eaeaea;
  margin: 5px;
}

#meeting-page .block-tile-row .block-tile {
  width: 390px;
  float: left;
  border: solid 1px #eaeaea;
  margin: 5px;
}

.block-tile-row,
.block-tile-row {
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: solid 5px #FFF;
}

.block-tile-row .block-tile:last-child {
  border-right: none;
}

#login-form {
  margin-top: 30px;
}

.venue-address td {
  padding: 5px 3px;
  font-size: 13px;
  vertical-align: top;
}

.venue-address td:nth-child(odd) {
  width: 110px;
  line-height: 32px;
  text-align: right;
}

.venue-address td:nth-child(even) {
  width: 200px;
}

.venue-row h4.title {
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: solid 1px #A7A8AA;
}

#additional-info-radios {
  margin-left: 30px;
}

.change-area-form-group {
  margin-bottom: 15px;
}

.checkbox-list label {
  max-width: 90%;
  vertical-align: top;
}

#dashboard-report-loader {
  min-height: 400px;
  margin-top: 50px;
  margin-bottom: 20px;
}

#dashboard-report {
  display: none;
}

#dashboard-report .amcharts-legend-div {
  overflow-y: auto !important;
  height: 300px !important;
  vertical-align: middle;
}

.viewLink {
  text-decoration: underline !important;
}

.underlineLink {
  text-decoration: underline !important;
}

.specialty-filter {
  max-width: 250px;
}

.breadcrumb {
  background-color: white;
}

.breadcrumb > .active {
  color: white;
}

.breadcrumb li,
.breadcrumb li a {
  color: white;
}

.schedule-body > h3 {
  margin-top: 40px;
  color: #407ab0;
}

.schedule-body > div {
  margin-bottom: 1em;
}

.schedule-body > div > span {
  padding-left: 1em;
  font-weight: bold;
}

#SponsorshipProgramPanel {
  padding-bottom: 1em;
}

#SponsorshipProgramPanel .radio {
  margin-left: 15px;
}

.progress-bar-success {
  background-color: #004e95;
}

#closeout-group {
  margin-top: 20px;
}

#closeout-group .list-group-item {
  background-color: white;
}

#closeout-group .closeout-fa-square {
  color: #cc0000;
  font-size: 1em;
  padding-right: 1em;
}

#closeout-group .closeout-fa-check-square {
  color: green;
  font-size: 1em;
  padding-right: 1em;
}

.radioButtonList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.radioButtonList.horizontal li {
  display: inline;
}

.radioButtonList label {
  display: inline;
  margin: 0 1em 0 0.5em;
}

label.align-top {
  vertical-align: top;
}

#DropPanel {
  background-image: url(/assets/img/cloud-upload3.png);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: 50% 20%;
  border-style: dashed;
  border-width: 3px;
  border-color: #407ab0;
  margin: 0 0 20px 0;
  padding: 130px 10px 50px 10px;
  text-align: center;
}

#CloseoutAttestationPanel .checkbox {
  margin-top: 0;
}

#AVOfficeBasedPrograms .checkbox {
  margin-left: 30px;
}

#assessmentResults thead {
  visibility: collapse;
}

.assessmentHeader {
  background-color: #bdd7ee;
  font-weight: bold;
}

.assessmentHeader td {
  border-bottom: 3px solid black !important;
}

.area-table-header {
  background: #eaeaea;
  font-weight: bold;
}

.program-link {
  text-decoration: underline !important;
}

.k-grid {
  font-size: 12px;
}

.k-grid .btn {
  color: white;
}

.k-grid th {
  font-weight: bold;
}

.k-pager-numbers .k-link,
.k-pager-numbers .k-link:hover {
  color: #004e95;
}

.k-pager-numbers .k-link.k-state-selected {
  border-color: #407ab0;
  color: #fff;
  background-color: #407ab0;
}

.k-pager-nav.k-link, .k-pager-nav.k-link:hover,
.k-pager-refresh {
  color: #004e95;
}

.k-button-primary,
.k-button.k-primary {
  border-color: #407ab0;
  color: #fff;
  background-color: #407ab0;
}

.k-button-primary:hover,
.k-button.k-primary:hover {
  border-color: #84acd2;
  color: #fff;
  background-color: #84acd2;
}

.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-sort-order {
  color: #004e95;
}

.sub-menu-admin {
  width: 200px;
  text-align: center;
  background-color: #bfd3e5;
}
