html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.wrapper {
  overflow: hidden;
}

.right {
  float: right;
}

.left {
  float: left;
}

.border {
  border-color: red;
  border-style: solid;
}

.fixed {
  width: 500px;
  margin: 0 auto;
}
.fixed .inner {
  padding: 20px !important;
}

.fluid {
  float: none;
  width: auto;
  overflow: hidden;
}
.fluid .inner {
  position: relative;
  margin: 20px;
}
.fluid.left .border {
  border-right-width: 5px;
  margin-right: 0;
  padding-right: 20px;
}
.fluid.right .border {
  border-left-width: 5px;
  margin-left: 0;
  padding-left: 20px;
}

@media (max-width: 1000px) {
  .responsive .border {
    border-top-width: 5px;
    margin-top: 0;
    padding-top: 20px;
  }
  .responsive .left {
    float: none;
  }
  .responsive .left .border {
    border-right-width: 0;
    margin-right: 20px;
    padding-right: 0;
  }
  .responsive .right {
    float: none;
  }
  .responsive .right .border {
    border-left-width: 0;
    margin-left: 20px;
    padding-left: 0;
  }
  .responsive.hide .fixed {
    display: none;
  }
  .responsive.hide .border {
    border-top-width: 0;
  }
  .responsive .hide.fixed, .responsive .hide.fluid {
    display: none;
  }
  .responsive .hide .border {
    border-top-width: 0;
  }

  .outer {
    min-width: 500px;
  }
}
.top_nav_bar {
  background: inherit;
}
.top_nav_bar #main_menu {
  float: right;
  float: right;
  background: inherit;
  border-width: 0;
}
.top_nav_bar #main_menu li {
  background: none;
  border-width: 0;
}
.top_nav_bar #main_menu li:hover {
  background: #88a5c8;
}
.top_nav_bar #main_menu li a {
  color: black;
  font-size: 1.2em;
  line-height: 1em;
}
@media screen and (min-width: 1200px) {
  .top_nav_bar #main_menu li a {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 600px) {
  .top_nav_bar #main_menu li a {
    font-size: 1em;
  }
}
.top_nav_bar #main_menu li span {
  font-size: 1.2em;
  line-height: 1em;
}
@media screen and (min-width: 1200px) {
  .top_nav_bar #main_menu li span {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 600px) {
  .top_nav_bar #main_menu li span {
    font-size: 1em;
  }
}
.top_nav_bar #main_menu li ul {
  background: white;
}

.child_top_nav_bar {
  position: absolute;
  right: 0;
  bottom: 0;
}
.child_top_nav_bar #child_menu {
  float: right;
  background: none;
  border-width: 0;
}
.child_top_nav_bar #child_menu li {
  background: none;
  border-width: 0;
}
.child_top_nav_bar #child_menu li:hover {
  background: #88a5c8;
}
.child_top_nav_bar #child_menu li a {
  color: white;
  font-size: 1.2em;
  line-height: 1em;
}
@media screen and (min-width: 1200px) {
  .child_top_nav_bar #child_menu li a {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 600px) {
  .child_top_nav_bar #child_menu li a {
    font-size: 1em;
  }
}
.child_top_nav_bar #child_menu li > span {
  background: none;
  color: white;
  font-size: 1.2em;
  line-height: 1em;
}
@media screen and (min-width: 1200px) {
  .child_top_nav_bar #child_menu li > span {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 600px) {
  .child_top_nav_bar #child_menu li > span {
    font-size: 1em;
  }
}
.child_top_nav_bar #child_menu li ul {
  background: #0f233e;
}
.child_top_nav_bar #child_menu li .k-icon {
  background-image: url("kendo/Black/sprite.png");
  border-color: transparent;
}

.child_outer {
  position: relative;
  background: white;
}

.child_hidden {
  display: none;
}

.child_inner {
  position: relative;
  -webkit-box-shadow: gray 3px 3px 5px;
  -moz-box-shadow: gray 3px 3px 5px;
  box-shadow: gray 3px 3px 5px;
}

.child_content_top {
  position: relative;
  background: white;
  max-height: 200px;
  height: auto;
}
.child_content_top .banner_img {
  width: 100%;
  margin-bottom: -3px;
  max-height: 200px;
}
.child_content_top .child_content_top_inner .main_logo {
  width: 100%;
}
.child_content_top .child_content_top_inner .main_logo .logo_img {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 60px;
}
@media screen and (min-width: 1200px) {
  .child_content_top .child_content_top_inner .main_logo .logo_img {
    height: 80px;
  }
}
@media screen and (max-width: 600px) {
  .child_content_top .child_content_top_inner .main_logo .logo_img {
    height: 40px;
  }
}
.child_content_top .child_content_top_inner .child_register {
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 700px) {
  .child_content_top .child_content_top_inner .child_register {
    position: absolute;
    top: 10px;
    right: 40px;
  }
}
.child_content_top .child_content_top_inner .child_register span {
  color: #285ea6;
}
.child_content_top .child_content_top_inner .child_register span a {
  font-size: 1.2em;
}
@media screen and (min-width: 1200px) {
  .child_content_top .child_content_top_inner .child_register span a {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 600px) {
  .child_content_top .child_content_top_inner .child_register span a {
    font-size: 1em;
  }
}

.child_content_bottom {
  padding: 40px;
  padding: 20px;
  padding-top: 90px;
  background: white;
}
.child_content_bottom .search_count {
  float: right;
  color: red;
  margin: 0px 0px 10px 0;
  text-align: right;
}
.child_content_bottom .disclaimer {
  display: none;
}

input.parsley-error, textarea.parsley-error, span.parsley-error, .parsley-error {
  color: #B94A48 !important;
  background-color: #F2DEDE !important;
  border: 2px solid red !important;
}

input.parsley-success, textarea.parsley-success, span.parsley-success, .parsley-success {
  color: #468847 !important;
  background-color: #DFF0D8 !important;
  border: 2px solid green !important;
}

.parsley-error-list {
  width: 100%;
  /*text-align:center;*/
}

.parsley-error-list li {
  margin-left: 200px;
}

.parsley-error-list li {
  /*color:#B94A48;
  border: 2px red solid;
  border-radius: 3px;
  background-color: #F2DEDE;
  margin-top:10px;
  text-align:center;
  display:inline-block !important;
  padding:3px;*/
}

.details .details_message {
  margin-bottom: 20px;
}
.details .details_message h2 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  color: #cccccc;
}
.details .details_message p {
  font-size: 1.4em;
  text-align: center;
}
.details .details_buttons_outer {
  margin-top: 20px;
  text-align: center;
}
.details .details_buttons_outer .details_buttons_inner {
  text-align: left;
  display: inline-block;
}
.details .details_buttons_outer.start_hidden {
  display: none;
}
.details .details_list_outer {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.details .details_list_outer .details_list_inner {
  text-align: left;
  display: inline-block;
}
.details .details_list_outer .details_list_inner .k-widget {
  border-width: 0;
}
.details .details_message_outer {
  text-align: center;
}
.details .details_message_outer .details_message_inner {
  text-align: left;
  display: inline-block;
}
.details .details_message_outer .details_message_inner label {
  color: green;
}
.details .details_message_outer .details_message_inner label.failed {
  color: red;
}
.details .input_field {
  float: none;
  margin-bottom: 10px;
  min-height: 35px;
  clear: both;
}
.details .input_field:last-child {
  margin-bottom: 0;
}
.details .input_field.radio {
  display: inline-block;
}
.details .input_label {
  float: left;
  width: 200px;
  font-size: 1.2em;
  font-weight: bold;
  vertical-align: top;
  margin-top: 5px;
}
.details .input_label.medium {
  width: 180px;
}
.details .input_label.wide {
  width: 230px;
}
.details .input_label.small {
  width: 80px;
}
.details .input_label.radio {
  margin-top: 0px;
}
.details .input_radio {
  vertical-align: middle;
}
.details .value_label {
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  vertical-align: top;
  margin-top: 5px;
  color: #285ea6;
}
.details .input_box_outer {
  float: left;
}
.details .input_box {
  float: none;
  width: 184px;
  padding: 5px;
  border-radius: 3px;
}
.details .input_check_outer {
  float: left;
  height: 34px;
  width: 198px;
}
.details .input_check_outer .input_check {
  float: left;
  margin-top: 10px;
}
.details .input_text_fields {
  float: left;
}
.details .input_drop_down_fields {
  float: left;
}
.details .button {
  float: left;
  height: 34px;
  width: 80px;
  margin-right: 20px;
}
.details .button.wide {
  width: 140px;
}
.details .button.last_button {
  margin-right: 0;
}
.details .button.right {
  float: right;
}
.details .wideButton {
  width: 130px;
}
.details .save_message {
  margin-bottom: 10px;
  line-height: 34px;
  font-size: 1.2em;
  font-weight: bold;
}
.details .k-dropdown .k-dropdown-wrap {
  border-radius: 3px;
  border-right-color: gray;
  border-bottom-color: gray;
  border-top-color: black;
  border-left-color: black;
  border-width: 2px;
}
.details .k-dropdown.k-header {
  background: transparent;
}
.details #ProfileTypeContainer {
  text-align: center;
}
.details #startOverButton {
  text-align: center;
}

.units .k-dropdown {
  width: 300px;
  margin-right: 25px;
}
.units button {
  width: 50px;
}
.units .units_message {
  margin-bottom: 20px;
}
.units .units_message h2 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  color: #285ea6;
}
.units .units_message p {
  font-size: 1.4em;
  text-align: center;
}

.retrieve {
  z-index: 2;
  height: 324px;
}
.retrieve h2 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  color: black;
}
.retrieve p {
  text-align: center;
  font-size: 1.4em;
  color: black;
}
.retrieve .outer {
  margin-bottom: 20px;
  text-align: center;
}
.retrieve .outer .inner {
  text-align: left;
  display: inline-block;
}
.retrieve .left {
  float: left;
}
.retrieve .input_field {
  float: none;
  margin-bottom: 10px;
  height: auto;
}
.retrieve .input_field:last-child {
  margin-bottom: 0;
}
.retrieve .input_field .input_box {
  float: left;
  width: 184px;
  padding: 5px;
  border-radius: 3px;
  margin-right: 20px;
}
.retrieve .header_message {
  margin-bottom: 20px;
}
.retrieve .buttons .button {
  float: left;
  height: 34px;
  width: 130px;
  margin-right: 20px;
}
.retrieve .buttons .button.last_button {
  margin-right: 0;
}
.retrieve .buttons .button.large {
  width: 130px;
}
.retrieve .buttons .button.small {
  width: 80px;
}
.retrieve .save_message {
  margin-bottom: 10px;
  line-height: 34px;
  font-size: 1.2em;
  font-weight: bold;
}

.tool_menu {
  padding: 0 40px 0 0;
  border-width: 0;
  display: none;
}

.card_tool, .card_report, .card_discount {
  width: 200px;
  margin-left: 40px;
  margin-bottom: 40px;
  border-width: 1px;
  border-color: black;
  border-style: solid;
  cursor: pointer;
  float: left;
}
.card_tool .card_header, .card_report .card_header, .card_discount .card_header {
  padding: 10px 0;
  text-align: center;
}
.card_tool .card_header h2, .card_report .card_header h2, .card_discount .card_header h2 {
  font-size: 1.6em;
  font-weight: bold;
  vertical-align: middle;
  color: black;
}
.card_tool .card_content, .card_report .card_content, .card_discount .card_content {
  height: 200px;
  padding: 10px;
  border-top-width: 1px;
  border-top-color: black;
  border-top-style: solid;
}
.card_tool .card_content p, .card_report .card_content p, .card_discount .card_content p {
  font-size: 1.2em;
  color: black;
}

.card_green {
  border-color: #688037;
}
.card_green .card_header {
  background: #85a446;
}
.card_green .card_content {
  background: #b5cb85;
  border-top-color: #688037;
}

.card_blue {
  border-color: #173660;
}
.card_blue .card_header {
  background: #507baf;
}
.card_blue .card_content {
  background: #c8d6e6;
  border-top-color: tool_dark_blue_color;
}

.card_orange {
  border-color: #d9680d;
}
.card_orange .card_header {
  background: #f28226;
}
.card_orange .card_content {
  background: #f8b57e;
  border-top-color: #d9680d;
}

.card_purple {
  border-color: #775e97;
}
.card_purple .card_header {
  background: #927aad;
}
.card_purple .card_content {
  background: #d2c9de;
  border-top-color: #775e97;
}

.card_grey {
  border-color: #cccccc;
}
.card_grey .card_header {
  background: #dddddd;
}
.card_grey .card_content {
  background: #eeeeee;
  border-top-color: #cccccc;
}

.card_disabled {
  border-color: black;
  cursor: not-allowed;
  opacity: 0.3;
}
.card_disabled .card_header {
  background: #737373;
}
.card_disabled .card_content {
  background: #d9d9d9;
  border-top-color: black;
}

#welcome_message {
  padding: 0 40px 40px 40px;
}
#welcome_message h2 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", Arial, sans-serif !important;
}
#welcome_message p {
  font-size: 1.2em;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.4;
}

.topMenuOnDarkBanner {
  color: white;
}

.button_hidden {
  display: none;
}

.child_content_bottom h2 {
  margin: 10px 0;
  color: #cccccc;
  font-size: 2em;
  font-weight: bold;
}

.search_results_grid_outer {
  position: relative;
  margin-top: 20px;
  display: none;
  border-top-width: 2px;
  border-top-color: #7f7f7f;
  border-top-style: solid;
}
.search_results_grid_outer .search_results_grid_inner {
  visibility: hidden;
}
.search_results_grid_outer .search_results_grid_inner .export_button {
  margin-bottom: 20px;
  width: 70px;
}
.search_results_grid_outer .search_results_grid_inner #search_results_grid {
  height: 200px;
  background: #88a5c8;
}
.search_results_grid_outer .search_results_grid_inner #search_results_grid tr {
  background: #ccd8e7;
}
.search_results_grid_outer .search_results_grid_inner #search_results_grid tr.k-alt {
  background: white;
}
.search_results_grid_outer .search_results_grid_inner #loading_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.no_min_height {
  min-height: 100%;
}

.search_criteria_outer {
  text-align: center;
}
.search_criteria_outer .search_criteria {
  border-width: 2px;
  border-color: #7f7f7f;
  border-style: solid;
  padding: 0px 7px 5px 7px;
  display: inline-block;
  background: #ccd8e7;
  font-size: 1.4em;
}
.search_criteria_outer .search_criteria .search_outer {
  margin-top: 5px;
}
.search_criteria_outer .search_criteria .search_outer .search_key_outer {
  vertical-align: text-bottom;
  display: inline-block;
  float: right;
  text-align: right;
  font-weight: bold;
}
.search_criteria_outer .search_criteria .search_outer .search_value_outer {
  display: inline-block;
  float: right;
  margin-left: 10px;
}
.search_criteria_outer .search_criteria .search_outer .search_value_outer .search_value {
  width: 200px;
}
.search_criteria_outer .search_criteria .search_outer .search_value_outer .search_value_text {
  width: 196px;
}
.search_criteria_outer .search_criteria .search_outer .search_button_outer {
  float: right;
  width: 204px;
}
.search_criteria_outer .search_criteria .search_outer .search_button_outer .clear_button {
  width: 70px;
  margin-left: 0;
  float: left;
}
.search_criteria_outer .search_criteria .search_outer .search_button_outer .search_button {
  width: 70px;
  margin-right: 0;
  float: right;
}
.search_criteria_outer .search_criteria .search_outer .k-picker-wrap {
  border-radius: 2px;
  border-width: 2px;
}
.search_criteria_outer .search_criteria .search_outer .k-picker-wrap .k-input {
  line-height: normal;
  font-size: 0.6em;
  font-weight: normal;
  font-family: "Arial";
}
.search_criteria_outer .search_criteria .search_outer .k-picker-wrap .k-select {
  line-height: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.used_images, .avail_images {
  float: left;
  margin-right: 20px;
}
.used_images h2, .avail_images h2 {
  font-size: 1.4em;
  font-weight: bold;
}
.used_images #used_images_listView, .used_images #avail_images_listView, .avail_images #used_images_listView, .avail_images #avail_images_listView {
  border-width: 3px;
  border-color: red;
  border-style: solid;
  border-radius: 10px;
  padding: 10px 10px 0 10px;
  margin-top: 10px;
}

.image_fields {
  position: relative;
  width: 400px;
  border-width: 3px;
  border-color: green;
  border-style: solid;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.image_fields.dragging {
  background: yellow;
}
.image_fields.dragged {
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.image_fields.moved {
  opacity: 0.4;
}
.image_fields .image_field {
  width: 200px;
}
.image_fields .edit-buttons {
  position: absolute;
  top: 10px;
  right: 10px;
}
.image_fields .edit-buttons .k-button {
  width: 26px;
  height: 25px;
  padding-top: 0;
  padding-bottom: 0;
}
.image_fields .property_fields {
  font-size: 1.4em;
}
.image_fields .property_fields .property_outer {
  margin: 10px 0 0 0;
}
.image_fields .property_fields .property_outer .property_key_outer {
  vertical-align: text-bottom;
  float: left;
  font-weight: bold;
  width: 25%;
}
.image_fields .property_fields .property_outer .property_value_outer {
  float: left;
  width: 75%;
}
.image_fields .property_fields .property_outer .property_value_outer .property_value_textbox_inner {
  padding-right: 8px;
}
.image_fields .property_fields .property_outer .property_value_outer .property_value_textbox_inner input {
  width: 100%;
  padding: 3px;
  border: 1px solid #999999;
  border-radius: 2px;
}
.image_fields .property_fields .property_outer .property_value_outer .property_value_inner {
  padding-right: 8px;
}
.image_fields .property_fields .property_outer .property_value_outer .property_value_inner textarea {
  width: 100%;
  height: 200px;
  padding: 3px;
  border: 1px solid #999999;
  border-radius: 2px;
  resize: none;
}

.help #help_message {
  margin-bottom: 20px;
}
.help #help_message h2 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  color: #285ea6;
}
.help #help_message p {
  font-size: 1.4em;
}
.help .help_text {
  position: relative;
  min-height: 200px;
}
.help .help_text .help_list_outer {
  margin-bottom: 20px;
  text-align: center;
}
.help .help_text .help_list_outer .help_list_inner {
  text-align: left;
  display: inline-block;
}
.help .help_text .k-widget {
  border-width: 0;
  background: transparent;
  font-weight: bold;
}
.help .help_text .k-widget ul {
  font-weight: normal;
}
.help .help_text .k-widget li {
  min-height: 0;
}
.help .help_text .k-widget .help_parent_topic {
  list-style: none;
  margin-top: 20px;
  margin-left: 20px;
}
.help .help_text .k-widget .help_topic {
  list-style: disc;
  margin-left: 20px;
}
.help .help_text .k-widget .help_child_topic {
  list-style: circle;
  margin-left: 20px;
}
.help .help_text .k-widget .help_child_sub_topic {
  list-style: square;
  margin-left: 20px;
}
.help .help_text .k-widget .help_child_sub_sub_topic {
  list-style: disc;
  list-style: lower-roman;
  margin-left: 20px;
}

.verification {
  font-size: 1.4em;
  /*p {
  	font-size:1.4em;
  }

  a {
  	font-size:1.4em;
  }*/
}
.verification h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.verification .message {
  background: transparent;
  padding: 20px;
}
.verification .message .add_bullets {
  list-style: disc;
  padding-left: 20px;
}
.verification .signature_outer {
  width: 100%;
  background: #E0E0E0;
}
.verification .signature_outer .signature_inner {
  padding: 10px 20px;
  color: #808080;
}

.search_inner {
  margin-top: 5px;
  clear: both;
}

.search_key_inner {
  vertical-align: text-bottom;
  display: inline-block;
  float: left;
  text-align: right;
  font-weight: bold;
  line-height: 30px;
}

.search_value_inner {
  display: inline-block;
  float: left;
  margin-left: 10px;
}

.search_value_inner select {
  color: #2e2e2e;
  font-size: 16px;
  font-family: Calibri, sans-serif;
}

#send_button {
  float: right;
  margin-top: 10px;
  clear: both;
}

#message_sent {
  display: none;
  clear: both;
}

#terminal_message {
  min-height: 150px;
  min-width: 600px;
  font-size: 16px;
}

#message_info {
  font-size: 16px;
  line-height: 60px;
  clear: left;
}

#welcome_message label {
  font-size: 1.4em;
}
#welcome_message label.folder_name {
  font-weight: bold;
}

.file_header {
  font-size: 1.6em;
}
.file_header .file_name {
  width: 600px;
  float: left;
}
.file_header .file_date {
  width: 120px;
  float: left;
  display: block;
}
@media screen and (max-width: 870px) {
  .file_header .file_date {
    display: none;
  }
}
.file_header label {
  font-weight: bold;
  text-decoration: underline;
}

.file_list {
  background: transparent;
  border-width: 0;
}
.file_list .file_details {
  padding-top: 5px;
  font-size: 1.2em;
}
.file_list .file_details .file_name {
  width: 600px;
  float: left;
}
.file_list .file_details .file_date {
  width: 100px;
  float: left;
  display: block;
}
@media screen and (max-width: 870px) {
  .file_list .file_details .file_date {
    display: none;
  }
}
.file_list .file_details label {
  font-weight: bold;
  cursor: pointer;
}
.file_list .file_details label:hover {
  color: #d9680d;
}
.file_list .file_details:last-child {
  padding-bottom: 5px;
}

.min_width {
  min-width: 830px;
}

.full_height {
  height: 100%;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
  padding-right: 50px;
}

.inline_center_vert {
  display: inline-block;
  vertical-align: middle;
}

.header_outer {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
}
.header_outer .header_inner {
  height: 70px;
  padding-left: 50px;
  margin: 0px auto;
  background: #aaaaaa;
}
.header_outer .header_inner #child_menu {
  float: right;
  background: none;
  border-width: 0;
}
.header_outer .header_inner #child_menu li {
  background: none;
  border-width: 0;
}
.header_outer .header_inner #child_menu li .k-animation-container ul {
  border-width: 0;
}
.header_outer .header_inner #child_menu li:hover {
  border-width: 0;
}
.header_outer .header_inner #child_menu li a {
  color: white;
  font-size: 16px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header_outer .header_inner #child_menu li > .k-link {
  margin-left: 1.2em;
}
.header_outer .header_inner #child_menu li > span {
  background: none;
  color: white;
  font-size: 16px;
}
.header_outer .header_inner #child_menu li ul {
  background: #0f233e;
}
.header_outer .header_inner #child_menu li .k-icon {
  border-color: transparent;
}

span#logo {
  width: 175px;
}

.center_vertically {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.center_vertically.center_horizontally {
  transform: translate(-50%, -50%);
  left: 50%;
}

.center_horizontally {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
}
.center_horizontally.center_vertically {
  transform: translate(-50%, -50%);
  top: 50%;
}

.invisible {
  visibility: hidden;
}

.display_none {
  display: none;
}

.login_top, .login_middle {
  background-color: rgba(255, 255, 255, 0.85);
}

.login_bottom {
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.description {
  width: 340px;
  text-align: center;
}
.description h2 {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #c00;
}
.description p {
  font-size: 1em;
  margin-bottom: 15px;
}

.logo {
  padding-bottom: 15px;
  text-align: center;
}
.logo#logo_top {
  display: block;
}
.logo#logo_bottom {
  display: none;
}

.non_float#login_body {
  background: transparent;
}
.non_float#login_outer {
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding-top: 30px;
}
.non_float#login_bottom {
  display: inline-block;
}

.login_criteria, .search_criteria {
  padding: 30px;
  font-size: 12px;
  /*
   * Add this if you want to disable IE10's implementation
   * of the winking eye in favor of your own.
   * Alternatively, you could set the 'innerToggle' option to
   * false for that browser only.
   */
  /*
   * This toggle style shows a winking "eye-con" (nyuk, nyuk).
   * Open eye means "show," closed eye means "hide."
   */
  /*
     .hideShowPassword-toggle
     {
         background-image: url(../images/login/wink.svg);
         background-position: 0 center;
         background-repeat: no-repeat;
         cursor: pointer;
         height: 100%;
         overflow: hidden;
         text-indent: -9999em;
         width: 44px;
     }

     .hideShowPassword-toggle-hide
     {
         background-position: -44px center;
     }
     */
  /* Simple text toggle style */
  /*
   * Because our input elements have a z-index so that
   * their borders will overlap on focus, we'll give ours
   * a higher one to make sure they're always visible.
   */
  /*
   * Styles for the login forms.
   * None of this is plugin-dependent.
   */
}
.login_criteria ::-ms-reveal, .search_criteria ::-ms-reveal {
  display: none !important;
}
.login_criteria .my-toggle-class, .search_criteria .my-toggle-class {
  color: #888;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: bold;
  padding: 0.5em 1em;
  text-transform: uppercase;
}
.login_criteria .hideShowPassword-toggle, .login_criteria .my-toggle-class, .search_criteria .hideShowPassword-toggle, .search_criteria .my-toggle-class {
  z-index: 3;
}
.login_criteria .login, .login_criteria .search, .search_criteria .login, .search_criteria .search {
  width: 340px;
}
.login_criteria .login input, .login_criteria .search input, .search_criteria .login input, .search_criteria .search input {
  height: 34px;
  padding: 6px 12px;
}
.login_criteria .login-field, .login_criteria .search-field, .search_criteria .login-field, .search_criteria .search-field {
  background-color: #fff !important;
  border: 1px solid #ccc;
  color: inherit;
  display: block;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0.4em;
  position: relative;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.login_criteria .login-field:focus, .login_criteria .search-field:focus, .search_criteria .login-field:focus, .search_criteria .search-field:focus {
  border-color: #0088cc;
  outline: transparent;
  z-index: 2;
}
.login_criteria .login-field-username, .login_criteria .search-field-equipment, .search_criteria .login-field-username, .search_criteria .search-field-equipment {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 10px;
}
.login_criteria .search-field-booking, .search_criteria .search-field-booking {
  border-radius: 0;
  margin-top: -2px;
}
.login_criteria .login-field-password, .login_criteria .search-field-reference, .search_criteria .login-field-password, .search_criteria .search-field-reference {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -2px;
}
.login_criteria .login-option, .search_criteria .login-option {
  padding: 0.25em 0.5em 0.5em;
}
.login_criteria .login-option input, .search_criteria .login-option input {
  vertical-align: baseline;
}
.login_criteria .login_button, .search_criteria .login_button {
  margin-top: 15px;
  width: 100%;
}
.login_criteria .login_button button, .search_criteria .login_button button {
  height: 34px;
  width: 100%;
  border-width: 0;
  color: white;
  background: #c00;
  font-size: 14px;
  font-weight: bold;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.login_criteria .login_button button:disabled, .search_criteria .login_button button:disabled {
  background: gray !important;
}
.login_criteria .login_button button:hover:enabled, .search_criteria .login_button button:hover:enabled {
  cursor: pointer !important;
  background: #9B0303 !important;
}
.login_criteria .login_message, .search_criteria .login_message {
  margin-top: 15px;
  width: 100%;
  vertical-align: text-bottom;
  text-align: center;
}
.login_criteria .login_message label, .search_criteria .login_message label {
  font-size: 1em;
  font-weight: bold;
  color: #c00;
}
.login_criteria .login_desc_outer, .search_criteria .login_desc_outer {
  margin-top: 15px;
  font-size: 1em;
}

input[id=profile_name]:focus, input[id=password]:focus {
  border: 1px solid #488bff !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.login_desc_outer .float_left {
  float: left;
  color: #383838;
}

.login_desc_outer .float_right {
  float: right;
  padding-right: 50px;
}

.login_desc_outer a {
  color: #488bff;
}

.login_desc_outer a:hover {
  color: #383838;
}

body, html {
  min-height: 100%;
}

html {
  background: white;
}

html.wait, html.wait * {
  cursor: wait !important;
}

body {
  background: #0f233e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body a {
  color: #285ea6;
  text-decoration: none;
}
body a:hover {
  color: #d9680d;
}
.clear_all {
  clear: both;
}

.full_screen_background {
  background: #0f233e;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main_outer {
  position: relative;
  width: 90%;
  margin: 0px auto;
  background: #0f233e;
}

.main_inner {
  position: relative;
}

.main_content_top {
  position: relative;
  background: white;
  padding: 10px 0 0 40px;
  -webkit-box-shadow: gray 3px 3px 5px;
  -moz-box-shadow: gray 3px 3px 5px;
  box-shadow: gray 3px 3px 5px;
}
.main_content_top .main_content_top_inner {
  padding: 0 40px 0 0;
}
.main_content_top .main_content_top_inner .main_logo {
  width: 100%;
}
.main_content_top .main_content_top_inner .main_logo .logo_img {
  height: 60px;
}
@media screen and (min-width: 1200px) {
  .main_content_top .main_content_top_inner .main_logo .logo_img {
    height: 80px;
  }
}
@media screen and (max-width: 600px) {
  .main_content_top .main_content_top_inner .main_logo .logo_img {
    height: 40px;
  }
}
.main_content_top .main_content_top_inner .main_register {
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 700px) {
  .main_content_top .main_content_top_inner .main_register {
    position: absolute;
    top: 10px;
    right: 40px;
  }
}
.main_content_top .main_content_top_inner .main_register span {
  color: #285ea6;
}
.main_content_top .main_content_top_inner .main_register span a {
  font-size: 1.2em;
}
@media screen and (min-width: 1200px) {
  .main_content_top .main_content_top_inner .main_register span a {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 600px) {
  .main_content_top .main_content_top_inner .main_register span a {
    font-size: 1em;
  }
}
.main_content_top .main_content_top_inner .main_description {
  margin: 5px 0 0 0;
}
.main_content_top .main_content_top_inner .main_description p {
  text-align: left;
  color: #0f233e;
  font-size: 0.9em;
}
@media screen and (min-width: 1200px) {
  .main_content_top .main_content_top_inner .main_description p {
    font-size: 1em;
  }
}
@media screen and (max-width: 600px) {
  .main_content_top .main_content_top_inner .main_description p {
    font-size: 0.8em;
  }
}

.main_content_bottom {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: gray 3px 3px 5px;
  -moz-box-shadow: gray 3px 3px 5px;
  box-shadow: gray 3px 3px 5px;
}
.main_content_bottom .background_img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.main_content_bottom .background_img.registration {
  height: 100%;
  top: 0;
  background-color: white;
}
.main_content_bottom .background_img.retrieve {
  background-color: white;
}
.main_content_bottom .overlay_img {
  margin-top: 0;
  z-index: 2;
  width: 100%;
}
.main_content_bottom .login_main_content {
  float: right;
}
.main_content_bottom .main_content {
  position: relative;
  background: none;
  z-index: 3;
  padding: 40px;
}
.main_content_bottom .main_content .login_desc_outer {
  margin: 0 auto;
}
.main_content_bottom .main_content .login_desc_outer.top {
  margin-top: 50px;
}
.main_content_bottom .main_content .login_desc_outer h2 {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
.main_content_bottom .main_content .login_desc_outer p {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
.main_content_bottom .main_content .login_desc_outer .login_desc_inner {
  padding: 10px;
  margin: 0 auto;
  width: 430px;
  font-weight: bold;
  margin-bottom: 50px;
}
.main_content_bottom .main_content .login_desc_outer .login_desc_inner .login_desc_left {
  margin-right: 40px;
  float: left;
}
.main_content_bottom .main_content .login_desc_outer .login_desc_inner .login_desc_right {
  float: left;
}
.main_content_bottom .main_content .login_criteria_outer {
  margin: 20px auto;
}
.main_content_bottom .main_content .login_criteria_outer .login_criteria {
  background: #ccd8e7;
  border-width: 2px;
  border-color: #7f7f7f;
  border-style: solid;
  border-radius: 0.5em;
  padding: 10px;
  margin: 0 auto;
  max-width: 17em;
  min-width: 10em;
  font-size: 1.2em;
  /*
   * Add this if you want to disable IE10's implementation
   * of the winking eye in favor of your own.
   * Alternatively, you could set the 'innerToggle' option to
   * false for that browser only.
   */
  /*
   * This toggle style shows a winking "eye-con" (nyuk, nyuk).
   * Open eye means "show," closed eye means "hide."
   */
  /* Simple text toggle style */
  /*
   * Because our input elements have a z-index so that
   * their borders will overlap on focus, we'll give ours
   * a higher one to make sure they're always visible.
   */
  /*
   * Styles for the login forms.
   * None of this is plugin-dependent.
   */
}
.main_content_bottom .main_content .login_criteria_outer .login_criteria ::-ms-reveal {
  display: none !important;
}
.main_content_bottom .main_content .login_criteria_outer .login_criteria .hideShowPassword-toggle {
  background-image: url(../images/login/wink.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  text-indent: -9999em;
  width: 44px;
}
.main_content_bottom .main_content .login_criteria_outer .login_criteria .hideShowPassword-toggle-hide {
  background-position: -44px center;
}
.main_content_bottom .main_content .login_criteria_outer .login_criteria .my-toggle-class {
  color: #888;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: bold;
  padding: 0.5em 1em;
  text-transform: uppercase;
}
.main_content_bottom .main_content .login_criteria_outer .login_criteria .hideShowPassword-toggle, .main_content_bottom .main_content .login_criteria_outer .login_criteria .my-toggle-class {
  z-index: 3;
}
.main_content_bottom .main_content .login_criteria_outer .login_criteria .login, .main_content_bottom .main_content .login_criteria_outer .login_criteria .login-field {
  border-radius: 0.5em;
}
.main_content_bottom .main_content .login_criteria_outer .login_criteria .login {
  background-color: #e6e6e6;
}
.main_content_bottom .main_content .login_criteria_outer .login_criteria .login-field {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 0.5em;
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0.4em;
  position: relative;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_content_bottom .main_content .login_criteria_outer .login_criteria .login-field-ie {
  width: 290px;
}
.main_content_bottom .main_content .login_criteria_outer .login_criteria .login-field:focus {
  border-color: #0088cc;
  outline: transparent;
  z-index: 2;
}
.main_content_bottom .main_content .login_criteria_outer .login_criteria .login-field-username {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: -2px;
}
.main_content_bottom .main_content .login_criteria_outer .login_criteria .login-field-password {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -2px;
}
.main_content_bottom .main_content .login_criteria_outer .login_criteria .login-option {
  padding: 0.25em 0.5em 0.5em;
}
.main_content_bottom .main_content .login_criteria_outer .login_criteria .login-option input {
  vertical-align: baseline;
}
.main_content_bottom .main_content .login_criteria_outer .login_criteria #login_button_outer {
  margin-top: 10px;
  background-color: #ccd8e7;
}
.main_content_bottom .main_content .login_criteria_outer .login_criteria #login_button_outer .login_message {
  font-size: 1.2em;
  font-weight: bold;
  color: red;
  vertical-align: text-bottom;
  margin-left: 9px;
  float: left;
}
.main_content_bottom .main_content .login_criteria_outer .login_criteria #login_button_outer .login_button {
  margin: 0;
  width: 70px;
  float: right;
  font-size: 13px;
  padding: 0px;
}
.copyright {
  padding: 5.1em;
  background: #333;
  font-size: 0.81em;
  bottom: 0;
  left: 0;
  right: 0;
}
.copyright div {
  text-align: center;
}
.copyright div span.copyright_top {
  color: white;
}
.copyright div span.copyright_bottom {
  color: #285ea6;
}
.copyright div span a:hover {
  color: #285ea6;
}

.main_content_separator {
  height: 20px;
}

hr {
  border-style: solid;
  border-color: #2e2e2e;
  margin-top: 15px;
  margin-bottom: 15px;
}

strong {
  font-weight: bolder;
}

/*# sourceMappingURL=main.css.map */
