/**
 * [CBR]
 * 2012-05-08
 * 
 * Intended to be used on top of twitter's bootstrap CSS
 * twitter.github.com/bootstrap/
 */

body {padding-top: 60px;}

.alert ol {margin-bottom: 0;}
.subtle-grey {color: #bbb;}

/**
 * Test CSS goes here
 * (remove from here if/when styling rules graduate to permanent status)
 */
.repeatable-rows {background-color: #f9f9f9; border-top: 1px solid #cdcdcd; border-bottom: 1px solid #cdcdcd; padding: 0em 0 1em 1em;}
.repeatable-rows .row-item {margin-top: 1em;}
.form-horizontal .control-label {text-align: left;}
textarea.small {height: 50px;}
.show-js {display: none;}
.hide {display: none;}

#order_list tr.inactive {opacity: 0.4; -moz-opacity: 0.4; filter:alpha(opacity=4); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";} 
#order_list tr.inactive td {font-style: italic;} 

.form-option-list {list-style: none; margin: 0; padding: 0;}
.form-option-list li {margin-bottom: .5em;}

.table-list {list-style: none; margin: 0; padding: 0;}
.table-list li {margin-bottom: .5em;}

.companion {margin-bottom: 1.5em; padding: 1em;}
.companion h4 {font-size: 16px; margin-bottom: .5em;}
.companion table {font-size: 11px; margin-top: 1em;}
/* companion colors */
.bg-one {background-color: #FFFADD;}
.bg-two {background-color: #F0F8FF;}

.activity-log {list-style: none; margin: 0; padding: 0;}
.activity-log li {font-size: 11px; margin-bottom: .5em;}
.activity-log time {color: #777; display: block; font-family: monospace; font-style: italic;}

/** 
 * Plugin CSS
 */

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-widget { font-size: .9em; }

#page_footer {
	text-align: center;
}