﻿/* Critical comment to prevent build error */
.bs-no-margin {
  margin-left: 0;
  margin-right: 0;
}
.bs-no-padding {
  padding-left: 0;
  padding-right: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "museo-sans", "Segoe UI", Verdana, Helvetica, Sans-Serif;
  background: white;
  margin: 0 auto;
}
h1,
h2,
h3 {
  font-family: "museo", "Segoe UI", Verdana, Helvetica, Sans-Serif;
}
.stretch {
  width: 100%;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.searchbox {
  margin: 0;
}
.searchbox input.k-textbox {
  height: 34px;
}
.searchbox button {
  position: relative;
  left: -8px;
  border-radius: 0 5px 5px 0;
  background: #757676;
  border-color: #757676;
  color: white;
}
.searchbox button:hover {
  background: #64605c;
  border-color: #64605c;
  color: white;
}
.vm-image-button i {
  margin: 0 3px;
}
.vm-button {
  display: inline-block;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 3px;
  color: #424040;
  height: 34px;
  line-height: 34px;
  font-size: 1.1em !important;
  font-weight: normal;
  background-color: white;
  padding: 0 10px;
  cursor: pointer;
  text-decoration: none;
}
.vm-button i {
  margin-right: 5px;
}
a,
a:visited {
  color: #384853;
  text-decoration: none;
}
a:hover {
  color: #757676;
}
a.vm-button {
  color: #424040;
  text-decoration: none;
}
.vm-button:hover {
  color: #424040;
}
.vm-button:focus {
  color: #8f8c8c;
}
.vm-button.vm-primary {
  background-color: white;
}
.vm-button.vm-primary:hover {
  background-color: #e6e6e6;
}
.vm-button.vm-primary:active {
  background-color: #cccccc;
}
.vm-button.vm-secondary {
  background-color: #f0f0f0;
}
.vm-button.vm-secondary:hover {
  background-color: #d7d7d7;
}
.vm-button.vm-secondary:active {
  background-color: #bdbdbd;
}
.vm-button.vm-tertiary {
  background-color: #e0e0e0;
}
.vm-button.vm-tertiary:hover {
  background-color: #c7c7c7;
}
.vm-button.vm-tertiary:active {
  background-color: #adadad;
}
.k-grid tr td[role=gridcell],
.k-grid tr th.k-header,
.k-grid tr.k-filter-row th {
  border-left-width: 0;
  border-right-width: 0;
}
.input-form input,
.input-form textarea,
.input-form button,
.input-form label,
.input-form .k-combobox {
  margin: 6px 0 0 0;
}
.input-form input,
.input-form button,
.input-form label {
  height: 34px;
}
.input-form .k-select {
  height: 32px;
}
.input-form .k-input {
  padding: 2px 0;
  height: 28px;
  line-height: 28px;
}
.input-form .k-header {
  background: none;
}
.input-label {
  height: 16px;
  line-height: 16px;
  margin-bottom: 5px;
}
.input-label label {
  display: block;
  margin: 0 !important;
  height: 16px;
  line-height: 16px;
  font-size: 0.9em;
  padding-left: 0;
  font-weight: bold !important;
}
.input-note {
  font-size: 0.8em;
  font-weight: bold;
}
.no-placeholder .input-label {
  display: normal;
}
.input-section {
  padding: 5px;
}
.input-section input.k-textbox,
.input-section .k-combobox,
.input-section .k-numerictextbox,
.input-section textarea {
  width: 100%;
}
.input-section input[type=checkbox] {
  float: left;
}
.input-section .read-only {
  height: 34px;
  line-height: 34px;
}
.input-section label {
  margin-left: 10px;
  line-height: 34px;
  font-weight: normal;
}
.input-section-heading {
  font-size: 1.2em;
  color: 1.2em;
  border-width: 0 0 2px 0;
  border-color: #384853;
  border-style: solid;
  background-color: transparent;
}
.input-controls {
  text-align: center;
}
.input-controls button,
.input-controls a {
  width: 150px;
}
input.k-invalid,
textarea.k-invalid,
.k-dropdown-wrap.k-invalid {
  border-color: red;
}
.validation-message {
  font-size: 0.9em;
  padding-left: 10px;
  color: red;
}
.validation-message i {
  margin-right: 7px;
}
.success-message {
  text-align: left;
  font-size: 1.4em;
  color: #384853;
}
.help-item-name {
  font-size: 1.4em;
  font-weight: bold;
  color: #384853;
}
.help-item-description {
  font-size: 1.3em;
  font-weight: normal;
  color: #64605c;
  margin: 0 0 10px 10px;
}
.help-video-column {
  text-align: center;
}
.help-item {
  background: white;
  padding: 16px 0 10px 0;
}
.help-item.odd-row {
  background: #eeeeee;
}
#page-alert.page-success {
  background-color: green;
}
#page-alert.page-notice {
  background-color: #617d90;
}
#page-alert.page-error {
  background-color: #812020;
}
#page-confirm .page-confirm-text {
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
}
#page-alert {
  position: fixed;
  z-index: 11000;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  font-size: 1.4em;
  cursor: pointer;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
}
#page-alert .page-message-glyph {
  position: absolute;
  top: 9px;
  left: 13px;
}
#page-alert .page-message-text {
  line-height: 30px;
  padding: 9px 48px;
}
#page-alert .page-message-close {
  position: absolute;
  top: 9px;
  right: 13px;
}
#page-alert .page-message-controls {
  position: absolute;
  top: 9px;
  right: 9px;
  height: 30px;
}
#page-alert .page-message-controls div.btn {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  vertical-align: top;
  line-height: 30px;
}
#page-alert .page-message-controls div.btn i {
  height: 30px;
  line-height: 30px;
  vertical-align: top;
}
.page-dialog {
  position: fixed;
  z-index: 10010;
  top: 75px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.page-dialog .page-confirm-container {
  font-size: 1.2em;
}
.page-dialog .page-form-container {
  font-size: 1.1em;
}
.page-dialog .page-form-container,
.page-dialog .page-confirm-container {
  max-width: 550px;
  margin: 0 auto;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  padding: 20px;
  background: white;
  border: 0px solid #b6c7c9;
}
.page-dialog .page-form-text {
  text-align: center;
  line-height: 24px;
  margin-bottom: 10px;
}
.page-dialog .page-form-title {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
}
.page-dialog input {
  max-width: 50%;
}
.page-form-section {
  margin: 0 0 10px 0;
  font-size: 1.2em;
}
.page-form-section .section-num {
  float: left;
  margin-right: 10px;
}
.page-form-section .title {
  line-height: 28px;
  text-align: left;
}
.page-form-controls {
  height: 30px;
  text-align: center;
}
.page-form-controls div.btn {
  padding: 0 10px;
  border: none;
  border-radius: 0;
  line-height: 30px;
}
.page-form-controls div.btn i {
  line-height: 30px;
  vertical-align: top;
  margin-right: 10px;
}
#page-mask {
  position: absolute;
  z-index: 10009;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0.4;
}