/**
 * styles.css
 *
 * @author: antonio ramirez <antonio@clevertech.biz>
 * Date: 7/23/12
 * Time: 12:31 AM
 */

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}

.portlet-title {
	font-weight: bold;
	font-size: 1.3em;
	padding-bottom: 1em;

}

.table tbody tr.success td {
  background-color: #dff0d8;
}

.diff-html-removed {
    text-decoration: line-through;
}

.diff-html-added {
    text-decoration: underline;
}

#mainNavBar h1 {
    line-height: inherit;
    font-size: inherit;
    margin: inherit;
}

.small {
    font-size: 0.8em;
}

.detail-view th {
    width: 30% !important;

}

.tab-content .grid-view {
    margin-bottom: 10em;
}

.itemActions {
    width: 50px;

}


.dropdown-menu {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}


/*These are the styles for plan display */
/*These are mimicked in the styles for the tinymce editor in the tiny_mce_content.css*/

#plan_summary h1 {
    font-size: 2em;
    line-height: 1.2em;
}

#plan_summary h2 {
    font-size: 1.66em;
    line-height: 1.2em;
}

#plan_summary h3 {
    font-size: 1.33em;
    line-height: 1.2em;
}

#plan_summary h4 {
    font-size: 1em;
    line-height: 1.2em;
}

.thumbnails .hero-unit {
    background-color: #e5e5e5;

}

/*without this, tinymce style (headings) dropdown shrinks on each click */
.mceListBoxMenu {
    width: auto !important;
}

div.well h1:first-child, div.well h2:first-child, div.well h3:first-child, div.well h4:first-child {
    margin-top: 0;
    padding-top: 0;
    /*line-height: 1em*/
}

body.ajax_loading {
    background-color: #eee;
    background-image: url('../images/ajax-loader.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 1;
}
body.ajax_loading * {
    opacity: .8;
}

/*
.system_name h1 {
    font-size: 2em;
}
*/
.ui-dialog {
    z-index: 100;
}

#helpLinks li {
    margin-bottom: 1rem;
    line-height: 0.9rem;
}

#helpLinks li .link {
    font-size: 1.1rem;
}

#helpLinks li .blurb {
    font-size: 0.75rem;
}