@import url(../../../stylesheets/application.css);

tr.context-menu-selection, tr.context-menu-selection:hover {
    background-color: #cc9900 !important;
}

#header {
    min-height: 5.3em;
    margin: 0;
    color: #A3A3A3;
    padding: 4px 8px 20px 86px;
    position: relative;
    background: #da2c45 url(../images/logo_lw.png) no-repeat 2px;
    background-size: 55px;
    background-position: 15px 4px;
}

#header h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 100px;
    position: relative;
    color: #A3A3A3;
    float: left;
}

#top-menu {
    background: #A3A3A3;
    color: #fff;
    height: 1.8em;
    font-size: 0.8em;
    padding: 2px 2px 0 6px;
}

#main-menu{
    background: #fff;
}

#main-menu ul{
    background: #da2c45;
}

#main-menu li a:hover {
    background: #A3A3A3;
    color: #fff;
}

.icon-list-action {
    background-image: url(../images/list.png) !important;
}

#main-menu li:hover ul.menu-children, #main-menu li ul.menu-children.visible {
    display: block;
}

#main-menu li a.selected, #main-menu li a.selected:hover {
    background: #fff;
    color: #555;
}

#main-menu li a.new-object {
    color: #fff;
    background-color: #A3A3A3;
}

#main-menu .menu-children {
    display: none;
    position: absolute;
    width: inherit;
    z-index: 45;
    background-color: #fff;
    border-right: 1px solid #A3A3A3;
    border-bottom: 1px solid #A3A3A3;
    border-left: 1px solid #A3A3A3;
}

#main-menu .menu-children li {
    float: left;
    clear: both;
    width: 100%;
}

#main-menu .menu-children li a {
    color: #555;
    background-color: #fff;
    font-weight: normal;
}

#main-menu .menu-children li a:hover {
    color: #fff;
    background-color: #A3A3A3;
}

/***** Links *****/
a, a:link, a:visited {
    color: #333300;
    text-decoration: none;
}

a:hover, a:active {
    color: #A3A3A3;
    text-decoration: underline;
}

a img {
    border: 0;
}

.pagination ul.pages li.current {
    color: #fff;
    background-color: #A3A3A3;
    border-color: #A3A3A3;
}

.select2-container--default .select2-results__option--highlighted{
    color: #000 !important;
}

#content {

}

select[multiple] {background: #fff; padding-right: initial; height: auto;}
