* {
    margin: 0;
}
html, body {
    height: 100%;
    color: #363636;

}
.admin-body
{
    padding-top: 73px;
}
img{
    max-width: 100%;
}
a {
    color: #363636 !important;
    text-decoration: none !important;
}
a:hover {
    color: #696969 !important;
    text-decoration: none !important;
}
.wrapper {
    min-height: 100%;
    height: 100%;
    margin: 0 auto -160px;
}
.content-wraper
{
    background-image: url("images/admin-select-bck.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: calc(100% - 280px);
    padding: 30px 15px;
}
.content-wraper-select
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.select-header
{
    padding-top: 30px;
    display: block;
    text-align: center;
    background-color: #fff;
}
.footer {
    height: 160px;
    background-color: #363636;
    text-align: center;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.admin-header-row
{
    padding: 20px 15px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.admin-header
{
    background-color: #ccc;
    color: #fff;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
}

.admin-header a
{
    color: #fff !important;
}

.selectadmin-header-menu, .admin-header-menu
{
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sahm-profil-btn
{
    font-weight: 700;
    color: #FF6464 !important;
}

.admin-select-container
{
    width: 100%;
    max-width: 900px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.admin-select-item
{
    width: 270px;
    min-width: 270px;
    background-color: #fff;
    margin: 10px;
    padding: 40px 10px;
    overflow: hidden;
    transition: all 0.3s linear;
    display: block;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.admin-select-item img
{
    transition: all 0.3s linear;
    max-height: 50px;
}

.admin-select-item:hover img
{
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.select-layout .form
{
    margin: 0px auto;
    background-color: #fff;
    padding: 30px;
    display: block;
    width: 100%;
    max-width: 550px;
}

.select-layout .admin-loginform
{
    text-align: center;
}

.select-layout .form label
{
    width: 100px;
}

.select-layout .admin-loginform label
{
    text-align: right;
}

.select-layout .form .remember
{
    display: inline-block;
    vertical-align: top;
}

.select-layout .form .remember label
{
    width: auto;
    margin-left: 4px;
}

.select-layout .form .row
{
    margin-bottom: 5px;
}

.select-layout .form .row.buttons
{
    text-align: center;
}

.select-layout .form .button
{
    text-align: center;
    padding: 5px 15px;
    border-radius: 0px;
    border: 1px solid #FF6464;
    background-color: #FF6464 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
}

.select-layout .form .button:hover
{
    color: #FF6464 !important;
    background-color: #fff !important;
}

.admin-recaptcha
{
    margin: 10px auto !important;
    display: inline-block;
    vertical-align: top;
}

.admin-login-separator
{
    display: block;
    margin: 7px 0px;
}

.button-column
{
    min-width: 35px;
}

.admin-select-webshops
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.admin-select-webshop
{
    padding: 15px;
    margin: 10px;
    overflow: hidden;
}

.admin-select-webshop.activeadmin img
{
    filter: none;
}

.admin-select-webshop img
{
    transition: all 0.3s linear;
    filter: grayscale(100%);
}

.admin-select-webshop:hover img
{
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    filter: none;
}

#page
{
    padding-bottom: 50px;
}

.navbar
{
    border-radius: 0px;
    text-transform: uppercase;
}

.navbar-nav > li > a
{
    color: #fff !important;
}

.nav > li > a:hover, .nav > li > a:focus
{
    background-color: #fff !important;
}

h1
{
    margin-top: 0px;
    font-size: 28px;
    text-transform: uppercase;
}

.yiiPager
{
    text-align: center !important;
}

.yiiPager li
{
    display: inline-block;
    vertical-align: middle;
}

.pager li > a, .pager li > span
{
    border-radius: 0px;
}

@media (max-width: 460px) {
    .admin-select-item
    {
        min-width: 300px;
        width: 100%;
    }
}