/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);
@import url(font.css);
@import url(header.css);
@import url(checkboxes.css);

#content .tabs ul li a {
    padding: 6px 18px;
}

#main {
    margin-top: 10px;
}
.box {
    background-color: rgba(85, 125, 194, 0.1);
    border: 1px solid #d6d6d6;
    padding: 15px 10px;
}

select, input, textarea {
    background-color: white;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #d6d6d6;
}

input[type="submit"] {
    background-color: rgb(238, 115, 53);
    color: white;
    border: none;
    border-radius: 4px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    padding: 0.4rem 1rem !important;
    cursor: pointer;
}

#login-form {
    background-color: rgba(85, 125, 194, 0.1);
    border-color: #d6d6d6;
}

a, a:link, a:visited {
    color: rgb(85, 125, 194);
}

#admin-menu a {
    padding: 5px 15px;
    display: inline-block;
}

#admin-menu a:hover {
    text-decoration: none;
    background-color: rgba(85, 125, 194, 0.2);
}

#admin-menu a.selected {
    padding: 5px 15px !important;
    margin-left: 0;
    background-color: rgb(85, 125, 194);
}

table.list th, .table-list-header {
    padding: 10px;
    background-color: rgba(85, 125, 194, 0.25);
}

table.list td {
    padding: 10px 10px;
}

table.list:not(.odd-even) tbody tr:nth-child(odd), .odd, #issue-changesets div.changeset:nth-child(odd) {
    background-color: white;
}
table.list:not(.odd-even) tbody tr:nth-child(even), .even, #issue-changesets div.changeset:nth-child(even) {
    background-color: rgba(85, 125, 194, 0.1);
}

.nodata, .warning {
    background-color: rgba(238, 115, 53, 0.2);
    border: none;
    color: rgba(238, 115, 53, 0.75);
}

#query_form_content {
    font-size: 100%;
}

.buttons {
    font-size: 1em;
}