.giris-form .page-header{
    margin-top: 4px;
}

.navbar-menu li > a {
    padding: 23px 10px;
}

.navbar-controls li > a {
    padding-left: 2px;
    padding-right: 2px;
}

.headerAd img {
    height: 122px;
    margin-top: 4px;
    max-width: 100%;
}

.towerAds {
    position: relative;
}

.towerAd {
    position: absolute;
    top: 240px;
    border: 1px solid #e7e7e7;
    z-index: 999999;
    width: 200px;
}

.towerAdLeft {
    left: -200px;
    text-align: right;
}

.towerAdRight {
    right: -200px;
    text-align: left;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-weight: 500;
}

body > header > .navbar {
    background-color: #127BA3;
}

.container-brand .page-header {
    margin-top: 0;
}

.home .towerAd {
    top: 470px;
}

.container-brand .well h4 {
    height: 38px;
    overflow: hidden;
}

.panel-box {
    background: #127BA3; display: block; color: #efefef; text-decoration: none; padding: 10px; border-radius: 3px;
}

.panel-box:hover {
    background-color: #127ba3;
    color: #efefef;
    text-decoration: none;
}

.panel-box.active {
    background-color: #28b62c;
}

.panel-box.active:hove{
    color: #efefef;
}

body.invoice {
    border: none;
    background: #efefef;
    padding-top: 10px;
}

