.img-responsive{
    max-height: 100%;
}

.img-disabled {
    filter: url('../js/filters.svg#grayscale'); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
}

.gallery-text{
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    min-height: 150px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    background: #59b2e5 !important;
    color: #ffffff !important;
    border: 1px solid royalblue !important;
}

.flag-en{
    background: url("../../../img/flags/en.png");
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
}

.flag-pl{
    background: url("../../../img/flags/pl.png");
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
}

.flag-ua{
    background: url("../../../img/flags/ua.png");
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
}

.flag-ru{
    background: url("../../../img/flags/ru.png");
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
}

.list-langs a{
    padding-left: 45px !important;
}

.form-horizontal{
    padding-left: 10px;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.navbar-header{
    float: none;
}

.navbar-nav li{
    text-transform: uppercase;
    background-color: #333333;
    color: white;
    cursor: pointer;
}

.navbar-nav li a{
    padding: 12px 10px 12px 10px;
}

.navbar > .container .navbar-brand {
    margin-left: 0px !important;
}

#wrap-side, #wrap-side2, #wrap-side3{
    height: 610px;
    background: url(../../../img/themes/szachownica/baner-zima-2017.jpg);
    background-size: cover;
    background-position: top;

}

.row{
    margin-left: 0px;
    margin-right: 0px;
}

.pwd-lost-q a{
    color: #98999B;
    text-decoration: underline;
}

.pwd-lost-q a:active, .pwd-lost-q a:hover{
    color: #FE9901;
    text-decoration: underline;
}

.head-inverse .text-red{
    color: #FE9901;
    font-weight: bold;
}

.head-inverse .text-muted{
    color: #FE9901;
    font-size: 20px;
}

.table > thead > tr > th {
    color: #63656A;
}
.label {
    border-radius: 0px;
}

.gallery-text .label-red{
    background-color: #005E86;
}

.navbar-inverse .navbar-nav > li#search > a:hover, .navbar-inverse .navbar-nav > li#search > a:focus{
    background: inherit;
    background-color: #007582;
}

.multi-checkbox-label-group {
    border-top: 1px solid #005E86;
}

.multi-checkbox-form-group:last-child{
    height: 40px;
    border-bottom: 1px solid #005E86;
}

.main-view{
    min-height: 100%;
    overflow: auto;
}

.partial-view{
    padding-bottom: 100px;
}

#footer .navbar.navbar-bottom{
    margin-bottom: 0;
}

.basket {
    float: right;
}

.order-award-remove-all {
    color: #ab0002;
}
.order-award-remove-all:hover {
    color: #840002;
}

.navigate-to-basket {
    float: right;
}
.add-basket {
    font-size: small;
}

.cookies-info {
    float: right;
    font-weight: bold;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 1;
    filter: alpha(opacity=20);
    height: auto;
    width: 100%;
    text-align: center;
    background-color: white;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    z-index: 999;
    overflow: hidden;
    color: #888;
    font-size: 14px;
    line-height: 120%;
    position: fixed;
    bottom: 0;
    box-shadow: -2px 0 10px #ddd;
}

.cookie-close {
    color: #4C4C4C;
    cursor: pointer;
    background: none;
    margin-top: 5px;
    padding: 5px 15px;
}

#date-picker {
    cursor: pointer;
}

/*Szachownica dedicated*/

.navbar-brand{
    float: none;
}

.navbar-header{
    text-align: center;
    margin-bottom: 2em;
}

.navbar-collapse{
    min-height: 22px;
    width: 100%;
}

.navbar-nav > li{
    font-size: 13px;
    padding: 0;
}

.navbar-nav > li > a{
    padding: 0.2em 0.3em;
    margin: 0px auto 0 auto;
    text-align: center;
    line-height: initial;
}

/*TODO: to psuje menu mobile*/

.navbar-nav{
    display: table;
    width: 100%;
    table-layout: fixed;
}

.navbar-nav li {
    display: table-cell;
    float: none;
    width: 100%;;
}

.logout-menu{
    list-style: none;
    text-transform: uppercase;
}


@media (min-width: 768px){
    .small-logo{
        display: none !important;
    }
}


@media (max-width: 767px){
    .big-logo{
        display: none !important;
    }

    .navbar-nav li{
        display: block !important;
    }

    .navbar-nav {
        display: block !important;
        margin: 0 0;
    }


}

.navbar-toggle {
    margin-top: 0px !important;
}

.alert-success {
    color: white;
    background-color: #FE9901;
    border-color: #FE9901;
}
