﻿/* Add here all your css styles (customizations) */
.header .logo img {
  width: 100px;
  margin: 20px 0 0; }

.error-handling {
  float: left;
  text-align: left;
  padding: 20px 0;
  color: red; }

.sky-form .state-error + em {
  font-size: 13px;
  color: red; }

.copyright .intelli {
  text-align: right;
  color: #5d5d5d; }
  .copyright .intelli a {
    color: #fff;
    font-size: 11px; }
  .copyright .intelli a:hover {
    text-decoration: none; }
  .copyright .intelli .inb {
    font-weight: 800; }
  .copyright .intelli .intel-footer-logo {
    display: inline-block;
    margin-bottom: 5px; }

@media (min-width: 992px) {
  .header .navbar-nav > li > a {
    bottom: -2px;
    position: relative;
    font-size: 14px;
    padding: 9px 10px 9px 10px; }
  /*.header .navbar-nav > li > a {
        color: #687074;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
    }*/
  .header .dropdown > a:after {
    top: 9px;
    right: 1px;
    content: "\f107"; } }

.error-handling p {
  font-size: 10px;
  margin: 3px 0;
  border-bottom: 1px solid #ccc;
  color: red; }

.forgotPasswordLink {
  color: #f2a42a !important;
  text-decoration: underline; }
  .forgotPasswordLink:hover {
    color: #f2a42a; }

.alerts-container {
  position: fixed;
  right: 10px;
  top: 300px;
  z-index: 10000; }

label.not-show {
  display: none; }

@media (max-width: 700px) {
  #yesNoModal .modal-dialog, #yesNoModalWithInput .modal-dialog {
    width: 380px !important; } }

#yesNoModal .modal-body p, #yesNoModalWithInput .modal-body p {
  margin: 20px;
  font-size: 20px; }

#yesNoModal .modal-header, #yesNoModalWithInput .modal-header {
  background-color: #d9534f; }

#yesNoModal .modal-footer button.btn-success, #yesNoModalWithInput .modal-footer button.btn-success {
  margin-bottom: 20px;
  float: right; }

#yesNoModal .modal-footer button.btn-danger, #yesNoModalWithInput .modal-footer button.btn-danger {
  margin-bottom: 20px;
  float: left; }

a#main-content-skip-link {
  display: none; }

.clear-both {
  clear: both; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

div.intellikey {
  display: none; }
