@font-face {
    font-family: "Lanz";
    src: url("../../font/LanzRegular.otf");
}

@font-face {
    font-family: "Lanz";
    src: url("../../font/LanzBold.otf");
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .navbar-nav>li>a .submenuout {
        display: none;
    }
}

html {
    font-family: "Lanz", sans-serif;
    color: #333333;
    font-size: 1em;
    line-height: 1.4;
}

body {
    font-family: "Lanz", sans-serif;
}

h1, h2, h3 {
    font-family: "Lanz", sans-serif;
    color: #002a51;
}

h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

header {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #00314E;
    height: 70px;
    overflow: hidden;
}

header div.container {
    height: 70px;
    width: 90%;
    margin: auto;
    padding: 0;
}

.navbar-nav>li>p {
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
}

.navbar-nav>li>a.balance {
    font-weight: 200;
    color: black
}

header .brand-logo {
    box-sizing: border-box;
    display: block;
    padding: 12px 0;
}

header .brand-logo img {
    width: 112px;
    height: 40px;
}

footer {
    background-color: #64a5dc;
    color: #fff;
    font-size: 12px;
    padding-top: 15px;
    height: 50px;
}
footer div.container {
    padding-top: 0;
    margin: 0 auto;
}

.btn {
    border-radius: 1px;
    padding: 8px 20px;
}

.btn-sm {
    padding: 5px 10px;
}

.btn-primary {
    background-color: #002D4E;
    border-color: #002D4E;
}
.btn-primary:hover {
    background-color: #26a69a;
    border-color: #26a69a;
}

.btn-cancel {
    background-color: white;
    color: #002D4E;
    border-color: #002D4E;
}

.form-control {
    border-radius: 0;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* Login Form */

.form-login {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.form-login .form-login-heading,
.form-login .checkbox {
    margin-bottom: 10px;
}
.form-login .checkbox {
    font-weight: normal;
}
.form-login .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-login .form-control:focus {
    z-index: 2;
}
.form-login input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-login input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-login .alert-danger {
    background: none;
    border: none;
}
.form-login .alert-danger > ul {
    list-style-type: none;
    padding-left: 0;
}

/* Disbursements */

#disbursement_header {
  padding-bottom: 12px;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

#disbursement_header h2 {
  margin: 0px;
  margin-right: 15px;
}

.auto-width {
  width: auto;
}

/*
We need to define min-width to show the text of the header and the
sorting marker in the same line when we are sorting by this column.
*/
#disbursement_batch_detail_table .batch_row_number {
  min-width: 60px
}

#div_id_destination_bucket {
    padding: 10px 0px 10px 0px;
    display: grid;
}

#id_destination_bucket {
    height: 32px;
}
