/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cc0100;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #00f335;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00F335;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px !important;
}

.slider.round:before {
    border-radius: 50%;
}

.discounted-item {
    background: url('../images/icons/event_icon_18x18.png') no-repeat;
    height: 18px;
    width: 18px;
    display: inline-block;
}

.ship-equipment-box{
    float: left;
}
body.internalHangar .ship-equipment-slots{
    padding-left: 250px;
}

.pet-equipment-box {
    float: left;
}
body.internalHangar .pet-equipment-slots {
    padding-left: 250px;
}

body.internalHangar .drone-container{
    width: 70%;
    border: 1px solid #1b1b1b;
    padding: 5px;
    height: 100px;
}
.drone-detail-container{
    width: 300px;
    float: left;
}

body.internalHangar .drone-container > .drone-equipment-slots{
    float:left;
}
body.internalHangar .drone-container > .drone-image{
    float: left;
}

body.internalHangar .drone-container > .drone-equipment-slots.drone_design-slots{
    top: 10px;
    right: 10px;
    left: unset;
}
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus 
.pagination > a,
.pagination > a:hover,
.pagination > a:focus {
    background: rgba(26, 26, 26, 0.8) !important;
    color: white !important;
    border-color: #737373 !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
}

body.internalHangar .drone-container > .drone-equipment-slots > div {
    text-align: right;
    color: #ffd700d6;
    font-size: 10px;
    padding-top: 17px;
    padding-right: 3px;
}
#ggMain{
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
}
.ggButton{
    margin-bottom: 15px;
    padding: 5px;
    width: 150px;
    background: #363636;
}
.ggButton.active{
    background: #a7daff;
    color: black;
}

/*212x263*/
.ggAlpha{
    width: 212px !important;
    height: 325px !important;

}

.ggBeta{
    width: 212px !important;
    height: 325px !important;

}

.ggGama{
    width: 212px !important;
    height: 325px !important;

}

.ggDelta{
    width: 212px !important;
    height: 325px !important;

}

.ggEpsilon{
    width: 212px !important;
    height: 325px !important;

}
.ggZeta{
    width: 212px !important;
    height: 325px !important;

}
.ggKappa{
    width: 212px !important;
    height: 325px !important;

}
.ggLambda{
    width: 212px !important;
    height: 325px !important;

}
.ggKuiper{
    width: 212px !important;
    height: 325px !important;

}

.ggStats{
    position: absolute;
    bottom: 0;
    right: 50%;
    font-size:20px;
}
.ggStats small{
    text-transform: initial !important;
    padding-right: 15px;
}
#btnGetGG{
    margin-top: 10px;
}
.ggUriEnergyBar{
    text-align: left;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
}
#useEnergy{
    height: 25px;
    width: 150px;
}
.won_item_line{
    border: 1px solid green;
    margin-top: 5px;
}

.won_item_image{
    max-width: 22px;
}
.won_item_name{
    font-size:12px;
}

.won_item_piece{
    font-size: 12px;
    color: greenyellow;
}
#wonItems{
    margin-top: 10px;
    height: 300px;
    overflow-y: auto;
}