/*
 * Copyright 2000-2014 JetBrains s.r.o.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.global-toolbox {
    padding: 7px 0;
    overflow: hidden;
}

.global-toolbox-left{
    float: left;
}

#login {
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
}

#login .text {
    float: left;
}

.login-icons .icon{
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-left: 20px;
    height: 20px;
    width: 22px;
    font-size: 0;
}

.login-icons .icon:first-child{
    margin-left: 0;
}

.icon.facebook {
    background: url("/static/images/icons_all_sprite.svg") no-repeat -200px -0px;
}

.icon.google {
    background: url("/static/images/icons_all_sprite.svg") no-repeat -200px -46px;
}

.icon.twitter {
    background: url("/static/images/icons_all_sprite.svg") no-repeat -200px -99px;
}

.icon.github {
    background: url("/static/images/icons_all_sprite.svg") no-repeat -200px -150px;
}

.icon.jba {
    top: 4px;
    background: url("/static/images/icons_all_sprite.svg") no-repeat -200px -200px;
}

#logout {
    /*float: right;*/
    display: none;
    overflow: hidden;
}

#logout .icon {
    float: left;
    position: relative;
    width: 22px;
    height: 20px;
    font-size: 0;
}

#logout .icon.jba {
    height: 16px;
    top: 2px;
}

#username {
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 8px;
    display: inline-block;
}

#logout-button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-left: 12px;
    border-left: 1px solid #969696;
    color: #3164a0;
}

.global-toolbox-right {
    float: right;
}

#fullscreen-button .icon {
    background: url("/static/images/icons_all_sprite.svg") no-repeat -100px -450px;
}

#fullscreen-button.fullscreen .icon {
    background: url("/static/images/icons_all_sprite.svg") no-repeat -100px -500px;
}

#java2kotlin-button .icon {
    height: 16px;
    width: 17px;
    margin-top: 4px;
    background: url("/static/images/icons_all_sprite.svg") -100px -300px;
}

#java2kotlin-button .text {
    padding-left: 9px;
}

#shortcuts-button .icon {
    width: 15px;
    height: 15px;
    background: url("/static/images/icons_all_sprite.svg") no-repeat -100px -400px;
}