/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

#result .nwp-column {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.headers .nwp-column {
    font-weight: bold;
    font-size: 14px;
}
ul.headers {
    border-bottom: solid 2px #C9C9C9;
}
ul.order-list li {
    height: 30px;
    font-size: 14px;
    border: 1px solid #C2C2C2;
    padding: 5px 0px 0px 5px;
}
ul.order-list li:hover {cursor: all-scroll;}
ul.order-list.sorting-disabled li:hover {cursor: initial;}
ul.order-list {
    border-bottom: 1px solid #C9C9C9;
    margin-top: 0px;
}
ul.order-list.sorting-disabled li {
    color: grey;
    border: none;
}
ul.order.sorting-disabled li {cursor: auto;}

#sorter_box ul#tabs > li {
    float: left;
    margin: 13px 1px 0 0;
    border-radius: 5px 0px 0px;
border-top: 1px solid;
border-left: 1px solid;
background-color: #E4E4E4;
}
ul#tabs > li h3 {
    margin: 0;
    padding: 5px 15px;
}
ul#tabs > li h3 a {
    text-decoration: none;
    color: inherit;
    box-shadow: none;
}
#sorter_box ul#tabs > li.active {
    background-color: #fff;
}
h3.floatLeft {
    display: inline-block;
    float: left;
    margin-right: 10px;
margin-bottom: 0px;
}
.clearBoth {
    clear: both;
    border-top: solid 1px;
}
#sorter_box ul#tabs li.active > ul {
    display: block;
}
ul#tabs {
    margin: 0;
}
ul.order-list {
    display: none;
}
ul.order-list.active {
    display: block;
}