/* Azri Redmine Theme */
/* load the default Redmine stylesheet */
@import url(../../circle/stylesheets/application.css);
@import url(../../../plugin_assets/redmine_dmsf/stylesheets/dmsf.css);

/* Heading red #CD342B */

Element {
    width: 20%;
}

body {
    font-size: 12px;
    font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

#main #content {
    border-top: 1px solid #ddd;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(221, 221, 221);
}

input, select, textarea {
    font-family: inherit;
    font-size: 100%;
}

@-moz-document url-prefix() {
    select {
        padding: 4px 20px 4px 5px
    }
}

/*
#header > h1 {
    background: transparent url("../images/azri-logo.png") no-repeat scroll 5px 5px;
}
*/

a, a:link, a:visited {
    color: #169;
}

a:hover, a:active {
    color: #CD342B;
    text-decoration: inherit;
}

#sidebar a.selected {
    background-color: #FAFAFA;
    color: #CD342B;
    
}

#sidebar h3 {
    color: #555;
}

#top-menu {
    color: #9DA2A6;
}

#top-menu #loggedas {
    color: #9DA2A6;
}

#main-menu {
    /* background-color: #FFF; */
    background-color: #FAFAFA;
}

#main-menu li a {
    color: #3D454C;
}

#main-menu li a.selected, #main-menu li a.selected:hover, #main-menu li a:hover {
    color: #CD342B;
}

#main-menu li a:hover {
    color: #CD342B;
}

#header {
    color: #FFF;
}

#header #main-menu ul {
    font-size: 1.1em;
}

#header h1 a.ancestor, #header h1 a.root {
    font-size: 1em;
    color: #9DA2A6;
}

#header > h1 {
    font-size: 1.3em;
    color: #9DA2A6;
/*    padding: 25px 140px 28px; */
}

table.list {
    font-size: 12px;
}

table.list th {
    text-align: center;
}

table.list tr.issue a {
    color: #3D454C;
    font-size: 11px;
}

table.list td.checkbox {
    padding: initial;
}

tr.issue { font-size: 11px; }
