/*


  Use Font Awesome icons (default)
  To use Glyphicons sprites instead of Font Awesome, replace with "require twitter-bootstrap-static/sprites"

  */


.input-xxlarge { width: 480px; }
.form-horizontal .control-label { width: 120px; text-align: left; }
.form-horizontal .controls { margin-left: 140px; }

.navbar-inner {
  height: 114px;
  background: #080808;
  /* background: #0e0e0e; */
  /* background: #000; */
  /* background: #232023; */
  /* background: #1a1919; */
  /* background: #030303; */
}

.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.navbar-text {
  margin-top: 4px;
  font-size: 20px;
  font-weight: bold;
}

.container {
  min-height: 600px;
}

footer {
  margin-top: 40px;
  border: solid #ccc 0;
  border-width: 1px 0 0 0;
  padding: 16px 0;
  text-align: center;
  color: #fff;
  /* background: #1a1919; */
  background: #030303;
}

.header-links {
  margin: 16px 0;
  font-size: 18px;
}

ul {
  list-style-type: none;
}

.table-basic {
  width: 90%;
  margin: 0 0 10px 0;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  font-size: 1.1em;
  line-height: 1.5;
}

.table-basic th, .table-basic td {
  padding: 10px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.table-basic th {
  width: 150px;
  background: #f1f1f1;
}

.table-basic td {
  background: #fff;
}

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: block;
}

h1 {
  margin-top: 32px;
}

h2 {
  margin-top: 32px;
}

h3 {
  margin-top: 32px;
  border-top: 20px solid #1597d2;
  padding-top: 8px;
}

h4 {
  margin-top: 32px;
  margin-bottom: 24px;
  padding: 4px 12px;
  background: #e6f3f9;
}

.align_right {
  text-align: right;
  margin-right: 10px;
}

.align_center {
  text-align: center;
  margin: 0 auto;
}

.align_center_block {
  width: 83%;
  margin: 32px;
}

.login_block {
  margin: 0 auto 16px auto;
  padding: 16px 16px 0 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 450px;
}

.error-dialog {
  width: 25em;
  padding: 16px 4em 8px 4em;
  margin: 4em auto 0 auto;
  border: 1px solid #ccc;
  border-right-color: #999;
  border-bottom-color: #999;
}

.error-dialog p {
  font-size: 18px;
}

/* @media screen and (max-width: 979px) { */
@media screen and (max-width: 980px) {
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, label, select, option {
    font-size: xx-large;
    line-height: 1.2em;
  }
  .input-xxlarge, .form-horizontal, .control-label, .form-horizontal, .controls, .navbar-inner, .navbar-fixed-top, .navbar-inner, .navbar-static-top, .navbar-inner, .navbar-text, .container, .header-links, .table-basic, .field_with_errors, .align_right, .align_center, .align_center_block, .login_block, .error-dialog, .btn {
    font-size: xx-large;
    line-height: 1.2em;
  }
  select, option {
    height: 1.4em;
  }
}
