/* GLOBAL */

body,
html {
  height: 100%;
}
body {
  background-color: #00397b;
}
a {
  color: #00397b;
}
a:hover {
  color: #0096da;
  text-decoration: none;
}
/* SPECIFIC */

header {
  background-color: #e4f3fb;
  border-top-right-radius: 20px;
}
header .breadcrumb {
  background-color: transparent;
  margin-bottom: 0px;
  padding: 15px;
}
header .breadcrumb .active {
  color: #00397b;
}
header .login-buttons {
  padding: 8px 20px 8px 0px;
}
header .login-buttons .btn {
  border-radius: 0;
  border-color: #b8dff4;
  color: #00397b;
}
header .login-buttons .btn:hover,
header .login-buttons .btn:active,
header .login-buttons .btn:focus {
  background-color: white;
}
header .login-buttons .btn-default.active,
header .login-buttons .btn-default.focus,
header .login-buttons .btn-default:active,
header .login-buttons .btn-default:focus,
header .login-buttons .btn-default:hover,
header .login-buttons .open > .dropdown-toggle.btn-default {
  color: #00397b;
  background-color: white;
  border-color: #b8dff4;
}
header .login-buttons .dropdown-menu {
  border-radius: 0;
  border-color: #b8dff4;
}
header .login-buttons .dropdown-menu li > a {
  color: #00397b;
}
#content {
  background-color: white;
  min-height: 500px;
  padding: 20px;
}
#content h2.title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #00397b;
  border-bottom: 1px solid #00397b;
  font-size: 25px;
  padding: 5px 0px;
}
#content .nav-pills li > a {
  border-radius: 0;
  margin-bottom: 5px;
}
#content .nav-pills li > a:hover {
  background-color: #e4f3fb;
  color: #0096da;
}
#content .nav-tabs li > a {
  border-radius: 0;
  border-color: none;
}
#content .nav-tabs li > a:hover {
  background-color: #e4f3fb;
  color: #0096da;
}
#content .nav-pills > li.active > a,
#content .nav-pills > li.active > a:focus,
#content .nav-pills > li.active > a:hover {
  background-color: #0096da;
  border-bottom: 4px solid #0073a7;
  padding-bottom: 6px;
  color: white;
}
#content .panel,
#content .btn,
#content .form-control,
#content .input-group-addon:last-child,
#content .modal-dialog {
  border-radius: 0;
}
#content .table tr:first-child,
#content .table tr:first-child th {
  background-color: #0096da;
  border-color: #0096da;
  color: white;
}
#content .table-hover tr:hover td {
  background-color: #e4f3fb;
}
#content .table tr:first-child,
#content .table .table-form tr:first-child th {
  background-color: inherit;
  border-color: #dddddd;
  color: #333333;
}
#content .table-form tr td:first-child {
  padding-left: 0;
}
#content .table-form tr td:last-child {
  padding-right: 0;
}
#content .modal-content {
  border-radius: 0;
}
#content .modal-dialog.small {
  width: 300px;
}
#content .modal-dialog.photo {
  width: 350px;
}
#content .well {
  border-radius: 0;
}
#content .btn-custom {
  color: white;
  background-color: #0096da;
  border-color: #00a8f3;
}
#content .btn-custom:hover,
#content .btn-custom:active,
#content .btn-custom:focus {
  color: white;
  background-color: #0084c1;
  border-color: #0096da;
}
#content .alert {
  border-radius: 0;
}
footer {
  background-color: #e4f3fb;
  height: 70px;
  border-top: solid 4px #0096da;
  border-bottom-right-radius: 20px;
}
footer .logo {
  height: 50px;
  padding: 10px 20px;
}
.statuscanecelled {
  color: #ff1919;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  margin-top: 100px;
}
.statuspaid {
  color: #449d44;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  margin-top: 100px;
}
.statuswrong {
  color: #ff1919;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  margin-top: 100px;
}
.homepagelink {
  margin-top: 100px;
}
.field-validation-error {
  color: #ff1919;
}
.text-success {
  color: green;
}
