/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@font-face {}
/* Bootstrap */
body {
  color: #1b1b1b;
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.49; }

a {
  font-weight: 400;
  color: #2985c7; }

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Kreon', serif;
  font-weight: 700; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px; }

h1,
.h1 {
  color: #1b1b1b;
  font-size: 36px; }

h2,
.h2 {
  color: #666666;
  font-size: 30px; }

h3,
.h3 {
  color: #1b1b1b;
  font-size: 24px;
  margin-top: 0px; }

h4,
.h4 {
  color: #666666;
  font-size: 18px; }

h5,
.h5 {
  color: #1b1b1b;
  font-size: 14px; }

h6,
.h6 {
  color: #666666;
  font-size: 12px; }

.text-muted {
  color: #a9a9a9; }

.text-primary {
  color: #E25C28; }

.text-success {
  color: #2bb19e; }

.text-info {
  color: #0573bc; }

.text-warning {
  color: #e0ab2b; }

.text-danger {
  color: #d22c0b; }

.page-header {
  padding-bottom: 0px;
  margin: 20px 0 20px;
  border-bottom: 0px; }

address {
  line-height: 1.5625; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-bottom: 0; }

.table > thead > tr > th {
  background: #5396ca;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-family: 'Kreon', serif;
  font-weight: normal; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #eeeeee; }

fieldset {
  margin-bottom: 20px;
  margin-top: 20px; }

legend {
  color: #1b1b1b;
  font-family: 'Ubuntu', serif;
  font-size: 16px;
  line-height: 1.25;
  border-bottom: 0;
  margin-bottom: 20px;
  font-weight: 700; }

label {
  color: #333333;
  font-family: 'Ubuntu', serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 8px; }

input[type="radio"],
input[type="checkbox"] {
  margin-left: 15px;
  margin-right: 10px; }

.form-control {
  border: 1px solid #a9a9a9;
  font-size: 16px;
  color: #1b1b1b; }

.form-control:focus {
  border-color: #0573bc; }

.form-control::-moz-placeholder {
  color: #a9a9a9; }

.form-control:-ms-input-placeholder {
  color: #a9a9a9; }

.form-control::-webkit-input-placeholder {
  color: #a9a9a9; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #a9a9a9; }

textarea.form-control {
  resize: none; }

.form-group {
  margin-bottom: 20px;
  position: relative; }

.radio,
.checkbox {
  margin-top: 0px;
  margin-bottom: 15px; }

.radio label,
.checkbox label {
  color: #1b1b1b;
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #2bb19e; }

.has-success .form-control {
  border-color: #2bb19e; }

.has-success .form-control:focus {
  border-color: #2bb19e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #2bb19e; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #e0ab2b; }

.has-warning .form-control {
  border-color: #e0ab2b; }

.has-warning .form-control:focus {
  border-color: #e0ab2b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d22c0b; }

.has-error .form-control {
  /* this red is different from text-error*/
  border-color: #d22c0b; }

.has-error .form-control:focus {
  /* this red is different from text-error*/
  border-color: #d22c0b; }

.help-block {
  color: #a9a9a9;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0px; }

.btn {
  padding: 6px 18px;
  font-weight: 700;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; }

.btn-default {
  color: #1b1b1b;
  background-color: #d3d8da;
  border-color: transparent;
  -webkit-box-shadow: 0px 2px 0px 0px #9faaae;
  -moz-box-shadow: 0px 2px 0px 0px #9faaae;
  box-shadow: 0px 2px 0px 0px #9faaae; }

.btn-default:focus,
.btn-default.focus {
  background-color: #c3cacd;
  border-color: transparent;
  color: #4d4d4d; }

.btn-default:hover {
  background-color: #c3cacd;
  border-color: transparent;
  color: #4d4d4d; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #c3cacd;
  border-color: transparent;
  color: #4d4d4d; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  background-color: #abb5b9;
  border-color: transparent;
  color: #4d4d4d; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: transparent; }

.btn-default .badge {
  color: #4d4d4d;
  background-color: #333; }

.btn-primary {
  background-color: #e25928;
  border-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0px 2px 0px 0px #b9451a;
  -moz-box-shadow: 0px 2px 0px 0px #b9451a;
  box-shadow: 0px 2px 0px 0px #b9451a; }

.btn-primary:focus,
.btn-primary.focus {
  background-color: #d74f1c;
  border-color: transparent;
  color: #fff; }

.btn-primary:hover {
  background-color: #d74f1c;
  border-color: transparent;
  color: #fff; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #bc4519;
  border-color: transparent;
  color: #fff; }

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #bc4519;
  border-color: transparent;
  color: #fff; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #e25928;
  border-color: transparent; }

.btn-primary .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-success {
  background-color: #2bb19e;
  border-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0px 2px 0px 0px #1e7f71;
  -moz-box-shadow: 0px 2px 0px 0px #1e7f71;
  box-shadow: 0px 2px 0px 0px #1e7f71; }

.btn-success:focus,
.btn-success.focus {
  background-color: #228f80;
  border-color: transparent;
  color: #fff; }

.btn-success:hover {
  background-color: #228f80;
  border-color: transparent;
  color: #fff; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #228f80;
  border-color: transparent;
  color: #fff; }

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  background-color: #228f80;
  border-color: transparent;
  color: #fff; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #228f80;
  border-color: transparent; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  background-color: #ffffff;
  border-color: #939799;
  color: #939799; }

.btn-info:focus,
.btn-info.focus {
  color: #939799;
  background-color: #eeeeee;
  border-color: #939799;
  box-shadow: inset 0px 0px 4px #a5a5a5; }

.btn-info:hover {
  color: #666666;
  background-color: #eeeeee;
  border-color: #939799;
  box-shadow: inset 0px 0px 4px #a5a5a5; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #666666;
  background-color: #eeeeee;
  border-color: #939799;
  box-shadow: inset 0px 0px 6px #666666; }

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #939799;
  background-color: #eeeeee;
  border-color: #939799;
  box-shadow: inset 0px 2px 6px #8c8c8c; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #ffffff;
  border-color: #939799; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  background-color: #EFAF19;
  border-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0px 2px 0px 0px #be890d;
  -moz-box-shadow: 0px 2px 0px 0px #be890d;
  box-shadow: 0px 2px 0px 0px #be890d; }

.btn-warning:focus,
.btn-warning.focus {
  background-color: #DA9E0B;
  border-color: transparent;
  color: #fff; }

.btn-warning:hover {
  color: #fff;
  background-color: #DA9E0B;
  border-color: transparent; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #DA9E0B;
  border-color: transparent; }

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #DA9E0B;
  border-color: transparent; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #EFAF19;
  border-color: transparent; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d22c0b;
  border-color: transparent;
  -webkit-box-shadow: 0px 2px 0px 0px #9f2108;
  -moz-box-shadow: 0px 2px 0px 0px #9f2108;
  box-shadow: 0px 2px 0px 0px #9f2108; }

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #C30E0A;
  border-color: transparent; }

.btn-danger:hover {
  color: #fff;
  background-color: #C30E0A;
  border-color: transparent; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #C30E0A;
  border-color: transparent; }

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #C30E0A;
  border-color: transparent; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d22c0b;
  border-color: transparent; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: 700;
  color: #2985C7;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #2A6496;
  text-decoration: none;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none; }

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 15px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.dropdown-menu {
  font-size: 16px;
  background: #ffffff;
  border: 1px solid #0573BC;
  border-radius: 5px;
  padding: 5px 0;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); }

.dropdown-menu .divider {
  background-color: #eeeeee;
  margin: 0 10px; }

.dropdown-menu > li > a {
  color: #4d4d4d;
  padding: 10px 20px; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #eeeeee;
  color: #4d4d4d; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  box-shadow: none; }

.nav-tabs > li > a {
  color: #4d4d4d;
  font-family: 'Kreon', serif;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #eeeeee;
  margin-right: 0; }

.nav-tabs > li > a:hover {
  background-color: #f9f9f9; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  color: #4d4d4d; }

.nav-pills > li > a {
  border-radius: 5px; }

.navbar {
  margin-bottom: 0px; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 0; } }
.navbar-collapse {
  border-top: 0;
  box-shadow: none; }

.navbar-nav > li > a {
  padding-bottom: 15px;
  padding-top: 15px; }

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px; } }
.navbar-btn {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px; }

@media (min-width: 768px) {
  .navbar-btn {
    width: auto;
    margin-top: 3px;
    margin-bottom: 3px; } }
@media (min-width: 768px) {
  .navbar-left {
    margin-left: -15px; } }
/* TODO: Double check if those important are absolutely neccesary */
.navbar-default {
  background-color: #0573BC !important;
  border-color: #0573BC !important; }

.navbar-default .navbar-brand {
  color: #fff; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  background: #013f70;
  color: #ffffff;
  padding-top: 18px; }

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: 400; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #013f70;
  color: #fff; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #013f70;
  color: #fff; }

.navbar-default .navbar-toggle {
  border-color: transparent; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #013f70;
  color: #fff; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff; } }
.breadcrumb {
  background-color: transparent;
  margin-bottom: 10px;
  margin-top: 30px;
  padding: 0; }

.breadcrumb > li {
  font-size: 12px;
  font-weight: 700; }

.breadcrumb > li + li:before {
  color: #666666;
  content: '\00BB';
  padding-right: 13px;
  padding-left: 11px; }

.breadcrumb > .active {
  color: #1b1b1b; }

.pagination > li > a,
.pagination > li > span {
  color: #4d4d4d; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0573BC; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #0573BC;
  border-color: #0573BC; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  font-size: 20px;
  font-weight: normal; }

.pager li > a,
.pager li > span {
  border: 1px solid #ddd;
  border-radius: 5px; }

.label {
  border-radius: 4px;
  font-size: 16px;
  font-family: 'Kreon', serif;
  margin-left: 8px;
  padding: .4em .8em .4em; }

.label-default {
  background-color: #d3d8da; }

.label-primary {
  background-color: #E25928; }

.label-success {
  background-color: #2bb19e; }

.label-info {
  background-color: #939799; }

.label-warning {
  background-color: #EFAF19; }

.label-danger {
  background-color: #d22c0b; }

.badge {
  background-color: #dadada;
  color: #1b1b1b; }

.alert {
  word-wrap: break-word;
  position: relative; }

.alert .alert-link {
  font-weight: 400; }

.alert > p,
.alert > ul {
  font-size: 14px; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: absolute;
  top: 13px;
  right: 14px; }

.alert-success {
  color: #1b1b1b;
  background-color: #DCF5EA;
  border-color: #2bb19e; }

.alert-success .alert-link {
  color: #2985C7; }

.alert-info {
  color: #1b1b1b;
  background-color: #dbf0ff;
  border-color: #0573BC; }

.alert-info .alert-link {
  color: #2985C7; }

.alert-warning {
  color: #1b1b1b;
  background-color: #FDF2D8;
  border-color: #e0ab2b; }

.alert-warning .alert-link {
  color: #2985C7; }

.alert-danger {
  color: #1b1b1b;
  background-color: #FBE3D7;
  border-color: #d22c0b; }

.alert-danger .alert-link {
  color: #2985C7; }

@-webkit-keyframes progress-bar-stripes {}
@-o-keyframes progress-bar-stripes {}
.progress {
  height: 15px; }

.progress-bar-success {
  background-color: #2bb19e; }

.progress-bar-info {
  background-color: #0573BC; }

.progress-bar-warning {
  background-color: #E0AB2B; }

.progress-bar-danger {
  background-color: #d22c0b; }

a.list-group-item,
button.list-group-item {
  color: #4d4d4d; }

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #4d4d4d; }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #0573BC;
  border-color: #0573BC; }

.panel {
  border-color: #dadada; }

.panel-body {
  padding: 24px 40px; }

.panel-heading {
  padding: 24px 40px; }

.panel-footer {
  padding: 24px 40px; }

.panel-primary {
  border-color: #E25C28; }

.panel-primary > .panel-heading {
  background-color: #E25C28;
  border-color: #E25C28; }

.panel-success {
  border-color: #2bb19e; }

.panel-success > .panel-heading {
  background-color: #2bb19e;
  border-color: #2bb19e;
  color: #ffffff; }

.panel-info {
  border-color: #0573bc; }

.panel-info > .panel-heading {
  background-color: #0573bc;
  border-color: #0573bc;
  color: #ffffff; }

.panel-warning {
  border-color: #E0AB2B; }

.panel-warning > .panel-heading {
  background-color: #E0AB2B;
  border-color: #E0AB2B;
  color: #ffffff; }

.panel-danger {
  border-color: #d22c0b; }

.panel-danger > .panel-heading {
  background-color: #d22c0b;
  border-color: #d22c0b;
  color: #ffffff; }

.well {
  border: none;
  padding: 40px;
  margin-bottom: 30px; }

.modal-content {
  border-color: #a0a0a0; }

.modal-header {
  border-bottom: transparent;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px; }

.modal-title {
  color: #1b1b1b;
  font-family: 'Kreon', serif;
  font-size: 24px;
  font-weight: 700; }

.modal-body {
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 15px;
  padding-left: 15px; }

.modal-footer {
  border-top: transparent;
  padding: 15px; }

.tooltip {
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  opacity: 1; }

.tooltip-inner {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #1b1b1b; }

.tooltip.top .tooltip-arrow {
  border-top-color: #dddddd;
  background-top-color: red; }

.tooltip.top-left .tooltip-arrow {
  border-top-color: #dddddd;
  background-top-color: red; }

.tooltip.top-right .tooltip-arrow {
  border-top-color: #dddddd;
  background-top-color: red; }

.tooltip.right .tooltip-arrow {
  border-right-color: #dddddd;
  background-color: #ffffff; }

.tooltip.left .tooltip-arrow {
  border-left-color: #dddddd;
  background-color: #ffffff; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #dddddd;
  background-color: #ffffff; }

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #dddddd;
  background-color: #ffffff; }

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #dddddd;
  background-color: #ffffff; }

@-ms-viewport {}
/*# sourceMappingURL=bootstrap.css.map */
/* New and very important buttons */
.table-curved {
  border-collapse: separate; }

.table-curved {
  border: solid #eeeeee 1px;
  border-radius: 10px;
  border-left: 0px; }

.table-curved td, .table-curved th {
  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee; }

.table-curved th {
  border-top: none; }

.table-curved th:first-child {
  border-radius: 10px 0 0 0; }

.table-curved th:last-child {
  border-radius: 0 10px 0 0; }

.table-curved th:only-child {
  border-radius: 10px 10px 0 0; }

.table-curved tr:last-child td:first-child {
  border-radius: 0 0 0 10px; }

.table-curved tr:last-child td:last-child {
  border-radius: 0 0 10px 0; }

.btn-secondary {
  background-color: #315e80;
  border-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0px 2px 0px 0px #1a3040;
  -moz-box-shadow: 0px 2px 0px 0px #1a3040;
  box-shadow: 0px 2px 0px 0px #1a3040; }

.btn-secondary:focus,
.btn-secondary.focus {
  background-color: #09497b;
  border-color: transparent;
  color: #fff; }

.btn-secondary:hover {
  background-color: #09497b;
  border-color: transparent;
  color: #fff; }

.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-color: #09497b;
  border-color: transparent;
  color: #fff; }

.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  background-color: #09497b;
  border-color: transparent;
  color: #fff; }

.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none; }

.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #315e80;
  border-color: transparent; }

.breadcrumb > li > a {
  color: #666666; }

.breadcrumb > li > a:hover {
  color: #2985c7; }

.btn-ghost {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff; }

.btn-ghost:focus,
.btn-ghost.focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff; }

.btn-ghost:hover {
  color: #ffffff;
  opacity: 0.7;
  border-color: #ffffff; }

.btn-ghost:active,
.btn-ghost.active,
.open > .dropdown-toggle.btn-ghost {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff; }

.btn-ghost:active:hover,
.btn-ghost.active:hover,
.open > .dropdown-toggle.btn-ghost:hover,
.btn-ghost:active:focus,
.btn-ghost.active:focus,
.open > .dropdown-toggle.btn-ghost:focus,
.btn-ghost:active.focus,
.btn-ghost.active.focus,
.open > .dropdown-toggle.btn-ghost.focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff; }

.btn-ghost:active,
.btn-ghost.active,
.open > .dropdown-toggle.btn-ghost {
  background-image: none; }

.btn-ghost.disabled:hover,
.btn-ghost[disabled]:hover,
fieldset[disabled] .btn-ghost:hover,
.btn-ghost.disabled:focus,
.btn-ghost[disabled]:focus,
fieldset[disabled] .btn-ghost:focus,
.btn-ghost.disabled.focus,
.btn-ghost[disabled].focus,
fieldset[disabled] .btn-ghost.focus {
  background-color: #ffffff;
  border-color: #939799; }

.btn-ghost .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-ghost-reverse {
  color: #315e80;
  background-color: transparent;
  border-color: #315e80; }

.btn-ghost-reverse:focus,
.btn-ghost-reverse.focus {
  color: #005186;
  background-color: transparent;
  border-color: #182e3e; }

.btn-ghost-reverse:hover {
  color: #03436D;
  background-color: transparent;
  border-color: #03436d; }

.btn-ghost-reverse:active,
.btn-ghost-reverse.active,
.open > .dropdown-toggle.btn-ghost-reverse {
  color: #03436d;
  background-color: transparent;
  border-color: #03436d; }

.btn-ghost-reverse:active:hover,
.btn-ghost-reverse.active:hover,
.open > .dropdown-toggle.btn-ghost-reverse:hover,
.btn-ghost-reverse:active:focus,
.btn-ghost-reverse.active:focus,
.open > .dropdown-toggle.ghost-reverse:focus,
.btn-ghost-reverse:active.focus,
.btn-ghost-reverse.active.focus,
.open > .dropdown-toggle.btn-ghost-reverse.focus {
  color: #03436D;
  background-color: transparent;
  border-color: #03436d; }

.btn-ghost-reverse:active,
.btn-ghost-reverse.active,
.open > .dropdown-toggle.btn-ghost-reverse {
  background-image: none; }

.btn-ghost-reverse.disabled:hover,
.btn-ghost-reverse[disabled]:hover,
fieldset[disabled] .btn-ghost-reverse:hover,
.btn-ghost-reverse.disabled:focus,
.btn-ghost-reverse[disabled]:focus,
fieldset[disabled] .btn-ghost-reverse:focus,
.btn-ghost-reverse.disabled.focus,
.btn-ghost-reverse[disabled].focus,
fieldset[disabled] .btn-ghost-reverse.focus {
  background-color: #315e80;
  border-color: #315e80; }

.btn-ghost-reverse .badge {
  color: #ffffff;
  background-color: #03436d; }

.navbar-nav .open .dropdown-menu-navbar {
  background: #013f70;
  border: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0; }

.navbar-default .navbar-nav .open .dropdown-menu-navbar > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu-navbar > li > a:focus {
  background-color: #0573bc;
  color: #fff; }

.navbar-default .navbar-nav .open .dropdown-menu-navbar > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
  color: #fff; }

.alert-success h3 {
  color: #2bb193;
  margin-top: 0; }

.alert-info h3 {
  color: #0573bc;
  margin-top: 0; }

.alert-danger h3 {
  color: #d22c0b;
  margin-top: 0; }

.alert-warning h3 {
  color: #e0ab2b;
  margin-top: 0; }

.alert-success .alert-link:hover {
  color: #2a6496; }

.alert-info .alert-link:hover {
  color: #2a6496; }

.alert-warning .alert-link:hover {
  color: #2a6496; }

.alert-danger .alert-link:hover {
  color: #2a6496; }

.info-help-block {
  color: #a9a9a9;
  font-size: 13px;
  font-style: italic;
  font-weight: 400; }

.label.tag {
  display: inline-block;
  margin: 3px 4px; }

.label.tag .close {
  color: #999999;
  margin-left: 10px;
  float: none;
  opacity: 1; }

.label.tag .icon-close {
  color: #fff; }

.label-ghost-info {
  background-color: #ffffff;
  border: 1px solid #999999;
  color: #999999; }

.label.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

.subtitle-edit-add-hv {
  border-top: 2px dotted #315e80;
  color: #315e80;
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding-top: 20px; }

.tag-icon-close {
  color: #b4babe; }

a:visited, a.alert-link:visited {
  color: #609; }

a.btn:visited {
  color: #ffffff; }

a.btn-default:visited {
  color: #1b1b1b; }

a.btn-ghost-reverse:visited {
  color: #315e80; }

a.btn-info:visited {
  color: #939799; }

a.btn-link:visited {
  color: #2985c7; }

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 21px; }

  h2,
  .h2 {
    font-size: 19px; }

  h3,
  .h3 {
    font-size: 17px; }

  h4,
  .h4 {
    font-size: 15px; }

  h5,
  .h5 {
    font-size: 13px; }

  h6,
  .h6 {
    font-size: 11px; }

  .modal-title {
    font-size: 20px; }

  .subtitle-edit-add-hv {
    font-size: 14px; }

  .well, .panel-body, .panel-heading, .panel-footer {
    padding: 24px; } }
/* Medium devices */
@media (max-width: 1199px) {
  .well, .panel-body, .panel-heading, .panel-footer {
    padding: 24px; } }
/* Inputs Helps */
.input-help-wrapper {
  position: relative; }
  .input-help-wrapper .tooltip .tooltip-inner {
    text-align: left;
    width: 200px;
    color: #4d4d4d; }
    .input-help-wrapper .tooltip .tooltip-inner p:last-child {
      margin-bottom: 0; }

.footer .first-level {
  padding-top: 40px;
  background-color: #313131; }
  @media (min-width: 992px) {
    .footer .first-level .list-info {
      padding-top: 0; } }
  .footer .first-level .ee-brand {
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .footer .first-level .ee-brand {
        margin-bottom: 25px; } }
  .footer .first-level .info-text-align {
    padding-left: 24px;
    display: inline-block; }
  .footer .first-level .portals {
    padding-top: 0; }
    @media (min-width: 992px) {
      .footer .first-level .portals {
        padding-top: 22px; } }
    .footer .first-level .portals .ee-title-portals {
      padding-left: 0px; }
    .footer .first-level .portals .title-portals {
      color: #fff; }
      @media (max-width: 768px) {
        .footer .first-level .portals .title-portals {
          position: relative;
          top: 10px; } }
    .footer .first-level .portals ol {
      padding-left: 0; }
      .footer .first-level .portals ol li {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px; }
        @media (max-width: 768px) {
          .footer .first-level .portals ol li {
            padding-left: 0px;
            padding-top: 20px; } }
  .footer .first-level .followingus {
    color: #fff; }
    .footer .first-level .followingus .ee-social-network-sm {
      position: relative;
      top: 8px; }
    .footer .first-level .followingus .followingus-icon {
      color: #fff; }
    @media (max-width: 767px) {
      .footer .first-level .followingus .followingus-list {
        display: inline-block; } }
    .footer .first-level .followingus ul {
      padding-top: 20px; }
      .footer .first-level .followingus ul li {
        padding-right: 20px; }
        @media (max-width: 425px) {
          .footer .first-level .followingus ul li {
            padding-right: 37px; } }
        @media (max-width: 375px) {
          .footer .first-level .followingus ul li {
            padding-right: 28px; } }
        @media (max-width: 320px) {
          .footer .first-level .followingus ul li {
            padding-right: 16px; } }
    .footer .first-level .followingus .list-item-country {
      width: 100%;
      padding-right: 0px; }
      .footer .first-level .followingus .list-item-country .ee-country-group {
        padding-top: 24px;
        padding-left: 0px; }
        @media (max-width: 425px) {
          .footer .first-level .followingus .list-item-country .ee-country-group {
            padding-left: 15px; } }
        .footer .first-level .followingus .list-item-country .ee-country-group .ee-country-logo {
          margin-right: 6px; }
        .footer .first-level .followingus .list-item-country .ee-country-group .btn-select-country {
          border-color: #1b1b1b;
          background-color: #1f1f1f; }
          .footer .first-level .followingus .list-item-country .ee-country-group .btn-select-country a {
            color: #fff; }
        @media (max-width: 1440px) {
          .footer .first-level .followingus .list-item-country .ee-country-group .content-country {
            width: 87%; } }
        @media (max-width: 425px) {
          .footer .first-level .followingus .list-item-country .ee-country-group .content-country {
            width: 76%;
            margin-left: 25px; } }
        @media (max-width: 320px) {
          .footer .first-level .followingus .list-item-country .ee-country-group .content-country {
            width: 68%; } }
        .footer .first-level .followingus .list-item-country .ee-country-group .dropdown-menu {
          padding-top: 3px; }
          @media (max-width: 425px) {
            .footer .first-level .followingus .list-item-country .ee-country-group .dropdown-menu {
              margin-left: 40px; } }
          .footer .first-level .followingus .list-item-country .ee-country-group .dropdown-menu li:hover, .footer .first-level .followingus .list-item-country .ee-country-group .dropdown-menu a:hover {
            cursor: pointer;
            background-color: #3B3A3A; }
.footer .second-level {
  background-color: #1b1b1b;
  padding-top: 20px; }
  @media (max-width: 767px) {
    .footer .second-level {
      background-color: #313131; } }
  .footer .second-level .legal {
    font-size: 12px;
    color: #fff; }
    .footer .second-level .legal .link {
      color: #fff;
      font-weight: bold; }
    .footer .second-level .legal .copyright {
      color: #ccc; }
      @media (max-width: 991px) {
        .footer .second-level .legal .copyright {
          margin-top: 25px; } }
    @media (max-width: 767px) {
      .footer .second-level .legal .term-and-conditions {
        margin-left: 21px; } }
    .footer .second-level .legal .term-and-conditions .link {
      font-weight: normal; }
  @media (max-width: 991px) {
    .footer .second-level .site-network {
      text-align: center;
      margin-top: 30px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .footer .second-level .site-network .btn-sitenetwork {
      white-space: normal; } }
  @media (max-width: 767px) {
    .footer .second-level .site-network-list {
      margin-top: 25px;
      font-size: 14px; } }
  .footer .second-level .site-network-list ul {
    list-style-type: none; }
    @media (max-width: 767px) {
      .footer .second-level .site-network-list ul {
        margin-bottom: 0px; } }
    .footer .second-level .site-network-list ul li {
      margin-bottom: 10px; }
.footer .third-level {
  background: #fff;
  font-size: 10px;
  margin-top: 30px;
  margin-bottom: 20px; }
.footer .list-info, .footer .list-links {
  list-style-type: none; }
  .footer .list-info .list-item, .footer .list-links .list-item {
    padding-bottom: 8px;
    padding-top: 8px; }
  .footer .list-info .list-item-text, .footer .list-links .list-item-text {
    color: #fff;
    font-weight: 400; }
@media (max-width: 767px) {
  .footer .list-info {
    padding-left: 32px; } }
.footer .list-info .list-item-icon {
  color: #989898; }
.footer .list-info .change-country {
  border-radius: 50%;
  margin-right: 5px; }

.footer .ee-copyright {
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 9px;
  color: #fff; }

.footer .ee-term-and-conditions {
  font-size: 10px; }

/* TODO: Temporary selector */
.footer .glyphicon {
  color: #c0c0c0; }

.footer .site-info,
.footer .site-network {
  margin-bottom: 0; }
