.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 200px auto auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
}

.logout-btn,
.login-username {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.logout-btn {
    position: absolute;
    right: 0;
}

.login-password {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

html, body {
    background: #0e2947;
    margin: 0;
    font-family: sans-serif, arial;
}
.container {
    background: #fff;
    padding: 30px 0 0 0;
}

.sub-container {
    padding: 50px;
    min-height: 500px;
}

.navbar {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px 0;
}

.navbar ul.navbar-nav {
    margin: 0;
    padding: 0;
}

.navbar ul.navbar-nav, .navbar li.nav-item {
    list-style: none;
    vertical-align: middle;
}

.navbar li.nav-item, .navbar li.nav-item a.nav-link {
    display: inline-block;
}

.navbar li.nav-item a.nav-link {
    padding: 15px 30px;
    text-decoration: none;
    color: #000;
    vertical-align: middle;
}

.navbar li.nav-item a.nav-link:hover {
    background: #ddd;
}

.navbar li.nav-item a.nav-link.active {
    background: #eee;
    color: #002E63;
}

.order-upload-form {
    display: inline;
}

.order-upload-form.hidden {
    display: none;
}

.btn-primary {
    color: #fff;
    background-color: #f79210;
    border-color: #f7c25c;
}

.table td, .table th {
    vertical-align: middle;
}

.navbar a.navbar-brand {
    color: #1d9cdf;
    padding: 0 20px 0 40px;
}

.btn-ss, .page-item.active .page-link {
    color: #fff;
    background-color: #1d9cdf;
    border-color: #17a2b8;
}

.btn-ss.focus, .btn-ss:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-pwl {
    color: #fff;
    background-color: #f79210;
    border-color: #f7c25c;
}

.btn-pwl.focus, .btn-pwl:focus {
    box-shadow: 0 0 0 .2rem rgba(247, 146, 16, 0.5);
}

.footer {
    background: #ccc;
    padding: 30px;
    font-size: 10px;
}

.footer img {
    height: 16px;
    padding: 0 5px;
}

/* validation hack */
.folder-validhack {
    height: 0px !important;
    opacity: 0 !important;
    position: absolute !important;
    display: flex !important;
}
select:invalid {
    height: 0px !important;
    opacity: 0 !important;
    position: absolute !important;
    display: flex !important;
}

select:invalid[multiple] {
    margin-top: 15px !important;
}
/* End validation hack */

.modal-body .submit {
    margin: 20px 0;
    text-align: center;
}

ul.search-result, ul.search-result li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.search-result li a {
    padding: 5px 8px;
    border-radius: 3px;
    background: #ccc;
    border: 1px solid #bbb;
    display: block;
    margin: 4px 0;
    cursor: pointer;
}

ul.search-result li.nomatch {
    padding: 5px;
}

.flag {
    width: 20px;
}

.upload-form.hidden {
    display: none;
}

.upload-form {
    display: inline-block;
}

.btn-ss img {
    width: 20px;
}

#all-languages {
    color: #1d9cdf;
    cursor: pointer;
}

label.required:after {
    content: '*';
    color: #ff0000;
}

.navbar-brand img {
    height: 30px;
}

.lang-arrow {
    height: 19px;
}

.email-url-translations {
    margin-top: 20px;
    margin-left: 20px;
}

.email-url {
    font-style: italic;
}

.sample-btn {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
}

.sample-btn.loading {
    background-image: url('../img/sample-load.gif');
    width: 38px;
    height: 38px;
}

.sample-btn.loading span {
    display: none;
}