@media print {
  body * {
    visibility: hidden; }
  #section-to-print, #section-to-print * {
    visibility: visible; }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0; } }

/* unvisited link */
a:link {
  color: #000000; }

/* visited link */
a:visited {
  color: #000000; }

/* mouse over link */
a:hover {
  color: #000000; }

/* selected link */
a:active {
  color: #000000; }

body {
  padding-top: 80px;
  font-family: 'Helvetica', Arial, sans-serif; }

.frame, .white-field, .gray-field {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-border-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -ms-border-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden; }

.white-field {
  background: white; }

.gray-field {
  background: #E4E4E4;
  padding: 0; }

#nav-container {
  text-align: right; }

.warning {
  background-color: #FFC9C9; }
  .warning i {
    color: red; }

.ok {
  background-color: #99FF99; }
  .ok i {
    color: #009900; }

.num {
  text-align: right !important; }
  .num span {
    padding-right: 15px; }

.col-centered {
  display: block;
  float: none;
  margin: 0 auto; }

.btn {
  text-transform: uppercase; }

.form-signin input[type="text"] {
  margin-bottom: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.form-signin .form-control {
  position: relative;
  font-size: 16px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.vertical-offset-100 {
  padding-top: 100px; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto; }

.panel {
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.login_result {
  text-align: center;
  color: red;
  display: none; }

.frame, .white-field, .gray-field {
  display: inline-block;
  margin: auto; }

body {
  background: #00004d; }
