div.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1640px;
    min-width: 768px;
    margin: 0 auto;
}

textarea:focus, input:focus {
    outline: none;
}

.form-input {
    border: 1px solid #cccccc;
    border-radius: 5px;
    display: flex;
    margin: 5px;
    padding: 5px 10px;
}

.form-input.has-error {
    border-color: #ff0000;
}

.text-danger {
    color: #ff0000;
}

.button {
    background: transparent;
    border: 1px solid #3484d2;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    margin: 5px;
    padding: 5px 10px;
}

.button-success {
    border-color: #19a92e;
}

h1, h2, h3 {
    text-align: center;
}

div.sign-form {
    display: flex;
    justify-content: center;
}

#menu {
    display: flex;
    justify-content: center;
}

#menu ul {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
}

#menu ul li {
    background-color: #3484d2;
    border: 1px solid #3484d2;
    border-radius: 5px;
    display: flex;
    flex: 1;
    margin: 5px;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
}

#menu ul li:hover {
    background-color: #2e589e;
    border: 1px solid #2e589e;
}

#menu ul li a {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

#admin_shop.id {
    color: #0000ff;
    padding-right: 20px;
}

#ajax-spinner {
    background: white url('../images/spinner.gif') no-repeat 50% 50%;
    display: none;
    font-size: 0;
    margin: 15px 0 0 15px;
    padding: 13px;
    z-index: 123456;
}

#rozbalenie {
    display: inline-block;
    font-size: 10px;
    margin-right: 5px;
    min-width: 50px;
}

#zakaznici {
    width: 600px;
}

#zakaznik.head {
    background: lightblue;
    border: 1px solid orange;
    margin-bottom: 5px;
    min-height: 25px;
}

#zakaznik.id {
    display: inline-block;
    min-width: 40px;
    padding-left: 5px;
}

#zakaznik.id_shop {
    display: inline-block;
    min-width: 435px;
}

#zmaz {
    display: inline-block;
    font-size: 10px;
    margin-right: 5px;
    min-width: 50px;
}

.hidden {
    display: none;
}

a[href="error:"] {
    background: #ff0000;
    color: #ffffff;
}

body {
    background: transparent;
    color: #333333;
    font: 16px/1.5 Georgia, serif;
}

div#admin_shop {
    background: lightgreen;
    border: 1px dotted #cccccc;
    display: none;
    margin: 0px 10px;
    padding-left: 10px;
    width: 300px;
}

div.flash {
    background: #fff9d7;
    border: 1px solid #e2c822;
    color: #000000;
    margin: 1em 0;
    padding: 1em;
}

h1 {
    color: #3484d2;
    font: bold 47px/1.5 sans-serif;
    margin: .6em 0;
}

div#admins {
    width: 650px;
}

#admin.id, #superadmin.id {
    display: inline-block;
    width: 40px;
}

#admin.login, #superadmin.login {
    display: inline-block;
    width: 400px;
}

#admin.role, #superadmin.role {
    display: inline-block;
    width: 85px;
}

div#shop_admin {
    width: 600px;
    margin-left: 45px;
}

.odd {
    background: #ffebcd;
}

.head {
    background: #cccccc;
}

table {
    font-size: 12px;
    border-collapse: collapse;
}

tr, td, th {
    border: 1px dotted #fff9d7;
    padding: 2px;
}

table#modules {
    text-align: center;
}

table#modules .id_shop {
    text-align: left;
}

table#modules tr {
    border: 1px solid #cccccc;
    padding: 2px;
}

table#modules th, table#modules td {
    border: 1px solid #cccccc;
    padding-left: 5px;
    padding-right: 5px;
}

.service {
    background: #deb887;
}