/* STYLESHEET.css */

/* ADD to main.css */
.active-scaffold ol {
    margin-left: 15px;
}
.active-scaffold .messages-container,
.active-scaffold .actions {
    padding: 0;
}
.active-scaffold > div > table {
    width: 100%;
    margin-top: 20px;
}
.active-scaffold td > a {
    white-space: normal !important;
}
.active-scaffold .sub-form {
    padding: 5px 0 5px 5px;
    clear: both;
}

.active-scaffold .sub-form h5 {
    font-size: inherit !important;
}
.active-scaffold .sub-form .actions {
    vertical-align: bottom;
    padding-bottom: 18px;
    padding-right: 15px;
}

.active-scaffold .active-scaffold-header {
    position: relative;
}

.active-scaffold .active-scaffold-header h2 {
    color: black;
    font-size: 40px;
    font-family: "Proxima Nova Light", "Helvetica Neue", Helvetica, sans-serif;
    line-height: 48px;
    margin-bottom: 26px;
}


.active-scaffold .active-scaffold-header .actions {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

.active-scaffold .active-scaffold-header .action,
.active-scaffold .active-scaffold-header .action-link {
    float: left;
    font-size: 13px;
    color: white !important;
    background-image: none !important;
    background: #1a96fb;
    line-height: 16px;
    padding: 11px 27px;
    border-radius: 3px;
    position: relative;
    white-space: nowrap;
}
.active-scaffold .active-scaffold-header .new,
.active-scaffold .active-scaffold-header .new_existing,
.active-scaffold .active-scaffold-header .show_search {
    background-repeat: no-repeat;
    padding-left: 40px;
    margin-left: 10px;
    color: #06c;
}

.active-scaffold .active-scaffold-header .new {
    padding-left: 40px;
    background: #ff8000;
}
.active-scaffold .active-scaffold-header .new:before,
.active-scaffold .active-scaffold-header .new_existing:before,
.active-scaffold .active-scaffold-header .show_search:before {
    background-repeat: no-repeat;
    background-image: url("/img/sprite.png");
    position: absolute;
    content: "";
    display: block;
    width: 17px; height: 17px;
    left: 11px;
}
.active-scaffold .active-scaffold-header .new:before,
.active-scaffold .active-scaffold-header .new_existing:before {
    background-position: -78px -38px;
}
.active-scaffold .active-scaffold-header .show_search:before {
    background-position: -56px -38px;
}

.active-scaffold-header .loading-indicator {
    position: relative;
    top: 11px;
    left: 5px;
}

.active-scaffold .inline-adapter-close {
    text-indent: 100%;
    background: url(../../../images/active_scaffold/default/close.gif) center center no-repeat;
    overflow: hidden;
    height: 19px;
    float: right;
    width: 19px;
    position: relative;
    top: 10px;
    left: 5px;
    z-index: 2;
}

.active-scaffold h4,
.active-scaffold h5 {
    color: inherit !important;
    font-size: 14px;
}
.empty-message {
    padding: 10px 0;
}
.inline-adapter fieldset {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    background: #e6e6e6;
}
.inline-adapter fieldset > h5 {
    padding-left: 15px;
    margin-bottom: 13px;
}

.inline-adapter dl {
    border-bottom: 1px solid #ccc;
}
.inline-adapter dt {
    background: #f1f1f2;
    font-size: 14px;
    padding: 5px;
}
.inline-adapter dd {
    padding: 5px;
    margin-left: 30px;
}

.active-scaffold .inline-adapter-cell {
    background: #fff;
    padding: 10px;
    border: 1px solid #b3e9fe;
}
.active-scaffold thead tr:hover {
    background: none !important;
}

.active-scaffold-found {
    margin-top: 20px !important;
}

.active-scaffold .sub-form .destroy {
    text-indent: 100%;
    background: url(../../../images/active_scaffold/default/cross.png) 0 0 no-repeat;
    overflow: hidden;
    height: 16px;
    float: right;
    width: 16px;
}

.active-scaffold .locked .destroy {
    display: none !important;
}

.active-scaffold .sub-form td {
    padding: 0;
}

.active-scaffold input {
    letter-spacing: 0 !important;
    font: inherit;
}

.active-scaffold .footer-wrapper {
    background: #ddd;
    margin-top: 20px;
    padding: 5px;
    border-top: 1px solid #ccc;
}

.active-scaffold .draggable-list li,
.active-scaffold .draggable-list input {
    display: none;
}

.active-scaffold .draggable-list.hover {
    opacity: 0.5;
}

.active-scaffold .draggable-list.selected {
    background-color: #7FCF00;
}

.active-scaffold-pagination {
    display: inline;
}

.active-scaffold-pagination:before,
.active-scaffold-pagination:after {
    display: block;
    content: "";
    clear: both;
    margin-top: 10px;
}

.active-scaffold-pagination .previous,
.active-scaffold-pagination .next {
    background-color: #1a96fb;
    line-height: 16px;
    text-indent: 105%;
    margin-left: 0;
    text-align: center;
    margin-top: 0;
    font-size: 13px;
    overflow: hidden;
    display: inline-block;
    padding: 11px 0;
    height: 10px;
    color: white;
    width: 49px;
    float: left;
}
.active-scaffold-pagination .previous:before,
.active-scaffold-pagination .next:before {
    background-repeat: no-repeat;
    background-image: url("/img/sprite.png");
    position: absolute;
    display: block;
    content: "";
    height: 14px;
    width: 8px;
    top: 9px;
}
.active-scaffold-pagination .previous {
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #83c6fd;
    margin-right: 3px;
}
.active-scaffold-pagination .previous:before {
    background-position: -24px -38px;
    left: 10px;
}
.active-scaffold-pagination .next {
    border-radius: 0 3px 3px 0;
    left: -3px;
}
.active-scaffold-pagination .next:before {
    background-position: -40px -38px;
    right: 10px;
}
.active-scaffold-pagination a,
.active-scaffold-pagination span {
    color: #999999;
    font-family: "Proxima Nova Bold", Verdana, Arial, sans-serif;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
    display: inline-block;
    margin-top: -1px;
}

.active-scaffold-pagination span,
.active-scaffold-pagination a:hover {
    color: #1a96fb;
}
.active-scaffold-pagination .loading-indicator {
    visibility: hidden;
    position: relative;
    left: 4px;
    top: 4px;
}
.association-record {
    width: auto;
}
.association-record td {
    width: 1px;
    padding-top: 0;
}
.association-record .record-col {
    position: relative;
    padding-right: 20px;
}
.association-record .record-col.actions {
    padding-top: 37px;
}
.association-record .record-col label {
    width: auto;
    white-space: nowrap;
    float: none;
}
.calendar_date_select_popup_icon {
    position: absolute;
    bottom: 13px;
    margin-left: -30px;
}

.checkbox-list .checker {
    position: static !important;
    display: inline;
    float: left;
    margin-right: 5px;
}

.checkbox-list label {

    width: auto !important;
    margin-left: 5px;
}
