.btn{
    border-radius: 0px;
}

#top-bar-wrapper{
    display: none;
}

.logo{
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #000000;
    height: 116px;
    width: 112px;
    text-align: center;
}

.logo img{
    height: 112px;
}

#menu-wrapper {
    position: absolute;
    top: 0px;
    left: 122px;
    z-index: 9999;
}

span.phone-small {
    background-image: url('../images/phone_small_icon.png');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
}

span.email-small {
    background-image: url('../images/email_small_icon.png');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 30px;
}

span.user-medium {
    background-image: url('../images/user_medium_icon.png');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 30px;
}

span.group-medium {
    background-image: url('../images/group_medium_icon.png');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 30px;
}

/*************************
	SMALL ICONS
**************************/
i.small {
    display: inline-block;
    float: left;
    background-image: url('../images/icons/icon_small_sprite.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

i.small.phone {
    background-position: -84px -102px;
}

i.small.email {
    background-position: -84px -70px;
}

/*************************
	MEDIUM ICONS
**************************/
i.medium {
    display: inline-block;
    float: left;
    background-image: url('../images/icons/icon_medium_sprite.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

i.medium.user {
    background-position: -47px -29px;
    width: 22px;
    height: 28px;
}

i.medium.group {
    background-position: -42px -147px;
    width: 35px;
    height: 27px;
}

.content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
}

.menu-button {
    margin-right: 5px;
    padding: 2px 10px;
    display: inline-block;
    width: 53px;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    background-color: #00B405;
}

.menu-button:hover {
    background-color: #00B405;
    color: white;
}

a.menu-button{
    margin-bottom: 10px;
    text-decoration: none;
    color:white;
    font-size: 34px;
}

a.menu-button:hover{
    text-decoration: none;
    color:white;
}

.login-button,
.logout-button{
    float: right;
    margin-right: 15px;
    text-decoration: none;
    color: #d7d7d7;
    margin-top: 5px;
}

.login-button:hover,
.logout-button:hover{
    text-decoration: none;
    color: #FFFFFF;
}

#frame-wrapper{
}

#head-wrapper{
    height: 116px;
}

.circle-button{
    border-radius: 40px;
    padding: 2px 4px;
    margin-left: 10px;
    font-size: 12px;
    height: 21px;
}

.full-width{
    width: 100%;
}

/* SWITCH BUTTON */

.onoffswitch {
    position: relative; width: 101px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    display: inline-block;
    margin-top:3px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #777777;
    border-radius: 50px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 26px; padding: 0; line-height: 26px;
    font-size: 13px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ZYSK";
    padding-left: 20px;
    background-color: #5cb85c; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "KOSZT";
    padding-right: 20px;
    background-color: #d9534f; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 20px;
    margin: 6.5px;
    background: #FFFFFF;
    position: absolute;
    top: -3px;
    bottom: 3px;
    right: 71px;
    border: 1px solid #777777;
    border-radius: 50px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.onoffswitch label{
    padding: 0px;
}

div{
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-duration: 2s;
}

.user-buttons{
    position: absolute;
    bottom: 8px;
    left: 0px;
}

.user-buttons a{
    color: #FFF;
    font-size: 20px;
    margin-left: 25px;
}

#wrapper{
    background-color: transparent;
    background: -webkit-linear-gradient(#F0F0F0, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F0F0F0, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F0F0F0, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F0F0F0, #ffffff); /* Standard syntax */
}

.table.table-striped tr{
    background: #FFFFFF;
}

.table.table-striped tr:nth-child(2n){
    background: #e0e0e0;
}

#frame-wrapper{
    text-transform: uppercase;
}

#frame-wrapper .btn{
    text-transform: none;
}

.switch-user-button-wrapper{
    display: none;
}

@media screen and (min-width: 1024px){
    .switch-user-button-wrapper{
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .switch-user-button-wrapper .users-list{
        display: none;
        position: absolute;
        top: 30px;
        right: 0px;
        width: 200px;
        background-color: #FFFFFF;
        border: 1px solid #d5d5d5;
        box-shadow: 1px 1px 1px #d5d5d5;
        z-index: 99999;
    }

    .switch-user-button-wrapper .users-list .user-item{
        display: block;
        text-align: center;
        padding: 5px;
        border-bottom: 1px solid #d5d5d5;
        text-decoration: none;
    }

    .switch-user-button-wrapper .users-list .user-item:last-child{
        display: block;
        text-align: center;
        padding: 5px;
        border-bottom: none;
    }

    .switch-user-button-wrapper .users-list .user-item:hover{
        background-color: #00B405;
        color: #FFFFFF;
        text-decoration: none;
    }
}