/* 
    Document   : cms-styles.css
    Created on : Jul 18, 2012, 9:12:18 AM
    Author     : brentyoung
    Description:
        Purpose of the stylesheet follows.
*/
/* ContentType CSS */

/* Form */
input[type=radio].indent {
    margin: 4px 5px 0px 0px;
}

/* View */
div.subContentDetail.well {
    padding: 5px 0px 5px 0px;
    margin: 10px 7px 10px 0px;
    background-color: transparent;
}
div.subContentDetail.well h4 {
    margin: 4px 0px 0px 10px;
}

div.subContentDetail.well table.table-striped tbody tr.odd td, div.subContentDetail.well table.table-striped tbody tr.even td, div.subContentDetail.well table.table-striped tbody tr.odd th,  div.subContentDetail.well table.table-striped tbody tr.even th { 
    background-color: transparent;
    border: none;
}

div.subContentDetail.well table.detail-view, div.subContentDetail.well table.detail-view, div.subContentDetail.well table.detail-view tr.odd, div.subContentDetail.well table.detail-view tr.even
{
    background-color: none;
}

div.subContentDetail.well table.table {
    margin-bottom: 0px;
}

/* Content CSS */
/* Form */
div.linkOnlyCheckbox {
    margin: 28px 0px 0px 10px;
}

.contentLegend {
    border-bottom: none;
    padding: 20px 0px 5px 0px;
}
#dropzone { 
    height: 100px;
    width: 95%;
    margin: -20px auto 0 auto;
    border: 3px dashed #ddd;
    border-top: none;
    text-align: center;
    line-height: 100px;
    color: #ddd;
    font-size: 2em;
}
tr.no-border td {
    border-right: none;
}

td.download.uploaded {
    width: 76px;
}
div.imageTitle, div.imageDescription {
    height: 25px;
    text-align: center;
}
div.imageDescription {
    margin-top: 4px;
}
div.imageDelete {
    margin: auto;
    width: 80px;
}
div.imageDelete div a {
    color: #FFF;
    text-decoration: none;
}
div.imageDelete div a:hover {
    text-decoration: none;
}
span.disabled {
    color: #CCC;
}

#progressContainer {
    margin-top: 20px;
}
#progressMessage {
    text-align: center;
}

.imageAttachment {
    margin-bottom: 20px;
}

.parentPageTitle {
    font-weight: bold;
    font-size: 1.1em;
    margin: 0px 0px 5px 0px;
    color: #999;
}
.parentToChildLink {
    border: 2px dotted #999; 
    border-top: none; border-right: none; height: 18px; width: 18px; margin: 0px 5px 0px 5px;
}
.imageAttchmentInView {
    margin: 3px 10px 5px 0px;
}
.fileDownload {
    padding: 5px 0px 5px 0px;
}
#downloadFilesWrapper h4 {
    margin-bottom: 10px;
}

div.well.adminArea {
}
div.well.publicArea {}

.placeholder {
    border: 1px dashed #4183C4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mjs-nestedSortable-error {
    background: #fbe3e4;
    border-color: transparent;
}
                
ol {
    margin: 0;
    padding: 0;
    padding-left: 30px;
}

ol.sortable, ol.sortable ol {
    margin: 0 0 0 25px;
    padding: 0;
    list-style-type: none;
}

ol.sortable {
    margin: 4em 0;
}

.sortable li {
    margin: 5px 0 0 0;
    padding: 0;
}

.sortable li div  {
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #D4D4D4 #D4D4D4 #BCBCBC;
    padding: 6px;
    margin: 0;
    cursor: move;
    background: #f6f6f6;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
