.itemlist {
    padding: 0;
    margin: 0;
}

.itemlist > li {
    border-radius: 5px;
    position: relative;
    list-style: none;
    margin-top: 5px;
    background: #FFF;
}

.itemlist > li.header {
    background: none !important;
    padding: 0;
    margin: 0;
}

.itemlist > li.header h2 {
    padding: 0;
    margin: 10px 0 0 0;
}

.itemlist > li a {
    padding: 13px 14px;
    display: block;
    margin-right: 10px;
    background: url("../images/controls/itemlist/link.png") no-repeat right center;
}

.itemlist > li a .details {
    font-size: 14px;
    color: #666;
    display: block;
}

/* Adjust itemlist if its in reveal dialog */
.reveal-modal .itemlist > li {
    padding: 5px;
    background: #EEE;
}

.itemlist > li.header {
    font-weight: bold;
}

.box {
    display: block;
    border-radius: 5px;
    margin-top: 10px;
    color: inherit;
}

a.box {
    color: inherit !important;
}

.box .icon {
    color: #3588C6;
    float: right;
}

.box.corner-bottom {
    border-radius: 0 0 5px 5px;
}

.box.corner-top {
    border-radius: 5px 5px 0 0;
}

.box > p, .box > div.p, .box .forms-content {
    padding: 18px;
}

.box .forms-content .description,
p.description {
    padding-top: 5px;
    font-size: 0.9rem;
    color: #999;
}

.box.white {
    background: #FFF;
}

.box.grey {
    background: #efefef;
}

.box .button {
    margin: 5px;
}

.box .box {
    margin-top: 0;
}

.box h1, .box h2, .box h3, .box h4 {
    padding: 0;
    margin: 0;
    text-shadow: none;
    text-indent: 0;
    font-weight: normal;
    color: #000;
}

form .box, .form .box {
    padding: 0.6rem 0.6rem 0.1rem 0.6rem
}

.fa-spin {
    color: #FFF;
    font-size: 15px;
}

h2 .fa-spin {
    float: right;
    text-indent: 0;
    margin: 7px 15px 0 0;
    text-shadow: none;
}

tbody .fa-spin {
    color: #000;
}

.reveal-modal .fa-spin {
    z-index: 9999;
    color: #4d4d4d;
}

/* Handle tabs within reveals */
.reveal-tab-content {
    padding: 0 !important;
}

.reveal-tab-content > div,
.reveal-tab-content > form {
    margin-top: 45px;
}

.reveal-tab-content dd {
    width: 50%;
    text-align: center;
}

.reveal-tab-content .content {
    padding-left: 20px;
    padding-right: 20px;
}

.typeahead-result {
    position: absolute;
    min-width: 90%;
    border: 1px solid #CCC;
    left: -2px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background: #EEE;
    display: none;
}

.typeahead-result li {
    list-style: none;
    border-bottom: 1px solid #CCC;
    padding: 5px;
    font-size: .8rem;
}

.typeahead-result li.header {
    background: #EEE;
    font-size: 1rem;
}

.typeahead-result .close {
    float: right;
    background: #CCC;
    width: 24px;
    text-align: center;
    border-radius: 2px;
}

.text-info {
    color: #666;
}

.interactive-field {
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 0.1rem 0.5rem;
    line-height: 5rem;
    margin: 0 0 1rem 0;
    color: #666;
    text-align: center;
    font-size: .9rem;
    background: #F9F9F9;
    display: block;
}

.checkbox-container {
    font-size: 1rem;
    border-radius: 3px;
    border: #EEEEEE 1px solid;
    padding: 0.5rem;
    overflow: auto;
    max-height: 150px;
}