﻿body {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

/* top widget */

.top-releases {
    width: 100%;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.top-releases-inner {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    background: #fff;
    padding: 10px 0;
    height: 300px;
}

.top-releases-header {
    padding: 10px 20px;
    padding-bottom: 15px;
    font-size: 16px;
}

    .top-releases-header span {
        font-weight: bold;
        margin-right: 10px;
    }

.top-releases-time {
    float: right;
}

.top-releases-filter {
}

.top-releases-header a {
    padding: 3px 6px;
    margin: 0px 5px;
    color: rgb(50, 153, 187);
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
}

    .top-releases-header a:hover {
        background: rgba(50, 153, 187, 0.1);
    }

    .top-releases-header a.active {
        background: rgb(50, 153, 187);
        color: #fff;
    }

.top-releases-col {
    width: 33%;
    float: left;
}

.top-release {
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    position: relative;
    padding-left: 10px;
}

.top-release-link {
    text-decoration: none;
    color: #000;
    display: block;
    padding-left: 60px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

    .top-release-link:hover {
        background: rgba(50, 153, 187, 0.1);
    }

.top-release-number {
    display: block;
    position: absolute;
    left: 40px;
    top: 29px;
    text-align: right;
    color: rgb(50, 153, 187);
    font-size: 14px;
    font-weight: bold;
    background: rgba(255, 153, 0, 1);
    color: rgb(255, 255, 255);
    z-index: 10;
    padding: 2px 0;
    width: 22px;
    text-align: center;
    z-index: 1;
}

.top-release-image {
    width: 35px;
    height: 40px;
    display: block;
    background-size: cover;
    background-position: center top;
    position: absolute;
    background-repeat: no-repeat;
    left: 20px;
    top: 4px;
}

.top-release-name {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #3299BB;
    font-weight: bold;
}

.top-release-version {
    font-size: 12px;
    padding-right: 10px;
    opacity: 0.5;
    padding-left: 1px;
}

.top-release-type {
    display: none;
}

.top-release-date {
    display: none;
}

.top-release-datedesc {
    font-size: 12px;
    opacity: 0.5;
}


.releases-label {
    background: rgba(255, 153, 0, 1);
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .releases-label a {
        display: block;
        height: 26px;
        width: 100px;
        background-image: url('/Content/releases-logo-sml-wht.png');
        background-color: rgba(255, 153, 0, 1);
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: center;
        position: absolute;
        right: 0;
        bottom: 3px;
    }

        .releases-label a:hover {
            height: 27px;
        }

@media (max-width: 900px) {
    .top-releases-col {
        width: 50%;
    }

    .top-releases-col2 {
        width: 50%;
    }

    .top-releases-col3 {
        display: none;
    }
}

@media (max-width: 400px) {
    .top-releases-col {
        width: 100%;
    }

    .top-releases-col2 {
        display: none;
    }

    .top-releases-header-2nd {
        display: none;
    }
}

@media (max-width: 250px) {
    .top-releases-header-3nd {
        display: none;
    }
}

@media (max-width: 150px) {
    .top-releases {
        display: none;
    }
}



@media (max-width: 1050px) {
    #top-bar .widget-banner {
        background-size: cover !important;
    }
}




@media (max-width: 700px) {
    .fb-page {
        display: none !important;
    }

    #top-bar {
        display: block !important;
    }

        #top-bar .top-bar-widget {
            width: 33.3333%;
        }

    .mobile {
        display: block !important;
    }
}



@media (max-width: 660px) {
    .fb-page {
        display: none !important;
    }

    #top-bar {
        display: block !important;
    }

        #top-bar .top-bar-widget {
            width: 50% ;
        }

    .mobile {
        display: block !important;
    }
}


@media (max-width: 400px) {
    .desktop {
        display: none !important;
    }

    #top-bar .top-bar-widget {
        width: 100%;
    }

    .mobile {
        display: block !important;
    }
}



/* top inhouse */
.top-bar-widget {
    float: left;
    border: 1px solid #F3F3F3;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    display: block;
    min-width: 175px;
    width: calc((100% - 5px) / 4);
}

.fb_iframe_widget {
    float: left;
}

#top-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 250px;
    overflow: hidden;
}

    #top-bar * {
        box-sizing: border-box;
        font-family: sans-serif;
    }

    #top-bar a {
        text-decoration: none;
        border: 0;
    }

.widget-image {
    width: 100%;
    height: 120px;
    background-color: black;
    clear: both;
    background-repeat: no-repeat;
    background-size: cover;
}

#top-bar #zergnet-widget-38639 #zerglayout {
    margin: 0 !important;
    width: 100% !important;
}

#zergnet-widget-38639 .zergentity a {
    height: 120px !important;
}


    #zergnet-widget-38639 .zergentity a img {
        float: left !important;
        width: 100% !important;
        height: unset !important;
    }


#zergnet-widget-38639 .zergentity {
    width: 100% !important;
}

.widget-entry:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    background-color: #1F2E63;
    border-radius: 50%;
    margin-right: 10px;
}


#top-bar .releases-widget #zergnet-widget-38639 .zerglayout {
    width: 100% !important;
}

#top-bar #zergnet-widget-38639 .zergheadline {
    height: 106px !important;
    margin: 20px 15px 0px 15px !important;
    font-size: 17px;
}


    #top-bar #zergnet-widget-38639 .zergheadline a {
        font-family: sans-serif !important;
    }

#zergnet-widget-38639 .zergentity:after {
    content: 'Powered By ZergNet';
    font-size: 11px !important;
    color: #D3D6DC !important;
    font-family: sans-serif;
    padding-bottom: 0 !important;
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin-right: 0 !important;
}

.widget-content {
    background-color: #4463B1;
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    white-space: normal;
    height: 130px;
    box-sizing: border-box;
    padding: 20px 15px 15px 15px;
}

.bulba-widget {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(top, rgba(234,234,234,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(234,234,234,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(234,234,234,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6eaeaea', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

#bulba-widget-forum .widget-content-row .widget-entry {
    white-space: nowrap;
}

.widget-content h4 {
    color: white;
    font-weight: 600;
    font-family: sans-serif;
    line-height: 1.5;
    font-size: 17px;
    margin: 0;
    height: initial;
}

    .widget-content h4 a {
        color: white;
        font-weight: 600;
    }

        .widget-content h4 a:hover {
            color: black !important;
        }


.widget-content span {
    font-size: 11px;
    color: #D3D6DC;
    font-family: sans-serif;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

    .widget-content span a {
        font-size: 11px;
        color: #D3D6DC;
    }

        .widget-content span a:hover {
            color: #FF9201 !important;
        }

.widget-banner {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100&1+0,0+100;Blue+to+Transparent */
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
    height: 75px;
    width: 100%;
    background-position-y: center;
    background-position-x: left;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

.widget-content-row {
    padding: 15px;
    background-color: #C0C4CC;
    height: 175px;
}

.widget-entry {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4;
    max-height: 40px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .widget-entry a {
        color: black;
        text-decoration: none;
        color: #1F2E63;
    }

        .widget-entry a:hover {
            color: black;
        }


.widget-more {
    font-size: 12px;
    color: #375DBB;
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-weight: 600;
}



    .widget-more a {
        text-decoration: none;
        color: #375DBB;
    }

        .widget-more a:hover {
            text-decoration: underline !important;
        }
