@charset "utf-8";
/* Modlist CSS */

html,
body {
    font-family: 'Lato', sans-serif;
    background-color: #222E3E;
    color: #d1d1d1;
}

a {
    color: #4092bf;
    text-decoration: none;
}

th {
    text-align: left;
    padding: 2px;
    text-shadow: 0px 2px 0px #000;
}

td {
    padding: 2px;
}

thead {
    font-weight: 900;
    color: white;
    font-size: 18px;
}

caption {
    text-align: left;
    padding: 2px;
    color: white;
    font-size: 24px;
    text-shadow: 0px 2px 0px #000;
}

#container {
    width: 90%;
    margin: 0 auto 0 auto;
}

#logo {
    width: 302px;
    height: 46px;
    margin: 20px 0 20px 0;
    float: left;
}

#slogan {
    position: relative;
    float: right;
    margin: 20px 0 20px 0;
    text-shadow: 0px 2px 0px #000;
}

#clear {
    clear: both;
}

.name {
    color: #4092bf;
    font-weight: 700;
    text-shadow: inherit;
    font-size: 17px;
}

.author {
    width: 14%;
    font-weight: 700;
    text-shadow: 0px 2px 0px #000;
}

.aliases {
    width: 14%;
    font-weight: 700;
    text-shadow: 0px 2px 0px #000;
}

.previous {
    width: 14%;
    font-weight: 700;
    text-shadow: 0px 2px 0px #000;
}

.comment {
    font-weight: 700;
    text-shadow: 0px 2px 0px #000;
}

.data {
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px 15px;
    border: 1px solid #dddddd;
}

.link {
    color: white;
    text-shadow: 0px 2px 0px #000;
}

.data-row {
    border-bottom: 1px solid #8c8c8c;
    padding-bottom: 5px;
}

.recent-panel {
    margin-bottom: 0;
}

.recent-header {
    text-align: left;
    margin: 0;
    color: white;
    font-size: 20px;
    text-shadow: 0px 2px 0px #000;
}

.recent-header button {
    margin: 0 5px 0.5em 0;
    background-color: #428bca;
    text-shadow: 0px 2px 0px #000;
}

.recent-list-group {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.recent-list-item {
    padding: 0 15px;
    margin-bottom: -1px;
    background-color: #384251;
    border: 1px solid #dddddd;
    text-shadow: 0px 2px 0px #000;
}

.recent-list-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.recent-list-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.recent-name {
    margin: 10px 0 10px 0;
}

.recent-author {
    margin: 10px 0 10px 0;
    background-color: #428bca;
    text-shadow: 0px 1px 0px #000;
}

.recent-comment {
    font-weight: 700;
    margin: 10px 0 10px 0;
    text-shadow: inherit;
}

.recent-comment-header {
    font-size: 16px;
    margin: 10px 0 10px 0;
    color: white;
    padding-right: 5px;
}

.modlist-header {
    text-align: left;
    margin-top: 10px;
    padding: 2px;
    color: white;
    font-size: 22px;
    text-shadow: 0px 2px 0px #000;
}

.modlist-item {
    padding: 0 15px;
    margin-bottom: -1px;
    background-color: #384251;
    border: 1px solid #dddddd;
    text-shadow: 0px 2px 0px #000;
}

.modlist-item:hover {
    background-color: #535a65;
    text-shadow: 0px 1px 0px #000;
}

.modlist-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.modlist-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.modlist-data-item {
    background-color: #4b5462;
}

.modlist-name {
    margin: 10px 0 10px 0;
}

.modlist-author {
    margin: 10px 0 10px 0;
    background-color: #428bca;
    text-shadow: 0px 1px 0px #000;
}

.modlist-comment {
    font-weight: 700;
    margin: 10px 0 10px 0;
    text-shadow: inherit;
}

.modlist-comment-header {
    font-size: 16px;
    margin: 10px 0 10px 0;
    color: white;
    padding-right: 5px;
}

.modlist-data-panel {
    padding: 0 15px;
}

.version-box {
    padding: 0 15px;
    margin: 10px 0 10px 0;
}

.dependency {
    margin: 10px 5px 10px 5px;
    font-size: 14px;
}

.version {
    margin: 10px 0 10px 0;
    font-size: 14px;
}
/* Reduce the text-shadow for labels */

.label {
    text-shadow: 0px 1px 0px #000;
}

.label-version {
    background-color: #77af12;
}

.label-version[href]:hover,
.label-version[href]:focus {
    background-color: #90be3e;
}

.label-version-previous {
    background-color: #1177af;
}

.label-version-previous a {
    color: #FFF;
}

.label-version-dev {
    background-color: #a74f32;
}

.label-version,
.label-version-dev {
    margin-right: 5px;
}

/** List entries */

.title-box {
    float: left;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    width: 330px;
}

.version-tags-box {
    float: left;
    margin-left: 3%;
}

.version-tags-box h4 {
    margin: 0 0 20px;
    position: relative;
    top: 7px;
}

.author-box {
    float: right;
    margin: 1px 15px;
}

.comment-box {
    margin-right: 15px;
    overflow: hidden;
    padding-left: 15px;
}

.comment-box .recent-comment {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.comment-box .modlist-comment {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

@media (max-width: 900px) {
    .comment-box {
        clear: both;
    }
}

@media (max-width: 600px) {
    .title-box {
        float: none;
    }
    .version-tags-box {
        margin-left: 15px;
    }
}
/** Filter */

.control-header {
    margin-bottom: 2px;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.control-header h5 {
    margin: 0px;
}

.control {
    margin-bottom: 10px;
}

.control #filter {
    width: 320px;
    border: 1px solid #FFFFFF;
    border-radius: 0 4px 4px 0;
    padding: 5px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
    background: rgba(255, 255, 255, 0.1);
}

.control .input-group .input-group-addon {
    border: 1px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
    color: inherit;
}

.modlist-item span.highlighted {
    text-shadow: 0 0 3px #FFFFFF;
}

.modlist-item.filtered {
    display: none;
}

/* override bootstrap's .collapsing */
.collapsing {
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
}

.panel {
    background-color: #222E3E;
}
