/* Plugin : Bootstrap Collapse Author : Michael Janea (www.michaeljanea.com) Version : 1.5.1 */ #bootstrapCollapse {} #bootstrapCollapse_Container {height:350px; overflow:auto; margin-bottom:1em;} #bootstrapCollapse table, #bootstrapCollapse_settings table {width:100%; border-collapse:collapse;} #bootstrapCollapse th, #bootstrapCollapse td, #bootstrapCollapse_settings {padding:.5em;} #bootstrapCollapse th, #bootstrapCollapse_settings th {font-weight:bold;} #bootstrapCollapse td {vertical-align:top;} #bootstrapCollapse input[type=text], #bootstrapCollapse textarea, #bootstrapCollapse_settings input[type=text], #bootstrapCollapse_settings textarea, #bootstrapCollapse_settings select {padding:.3em; border:1px solid #ddd; -webkit-border-radius:3px; border-radius:3px; -webkit-box-shadow:inset 0 2px 2px rgba(0,0,0,0.075); box-shadow:inset 0 2px 2px rgba(0,0,0,0.075); background:rgba(0, 0, 0, .01); outline:none; -webkit-box-sizing:border-box; box-sizing:border-box;} #bootstrapCollapse input[type=text], #bootstrapCollapse_settings input[type=text], #bootstrapCollapse_settings select {width:150px;} #bootstrapCollapse input[type=text]:focus, #bootstrapCollapse textarea:focus, #bootstrapCollapse_settings input[type=text]:focus, #bootstrapCollapse_settings textarea:focus, #bootstrapCollapse_settings select:focus {border:1px solid #139ff7;} #bootstrapCollapse textarea, #bootstrapCollapse_settings textarea {resize:none; width:295px; height:100px; white-space:pre-wrap;} #bootstrapCollapse .bootstrapCollapse_remove, #bootstrapCollapse .bootstrapCollapse_addNew, #bootstrapCollapse .bootstrapCollapse_up, #bootstrapCollapse .bootstrapCollapse_down, #bootstrapCollapse .bootstrapCollapse_move {font-weight:bold; -webkit-border-radius:3px; border-radius:3px;} #bootstrapCollapse .bootstrapCollapse_remove {background:#A94442; padding:.3em .5em; color:#fff;} #bootstrapCollapse .bootstrapCollapse_remove:hover {text-decoration:none;} #bootstrapCollapse .bootstrapCollapse_addNew, #bootstrapCollapse .bootstrapCollapse_up, #bootstrapCollapse .bootstrapCollapse_down, #bootstrapCollapse .bootstrapCollapse_move {float:right; padding:.5em; background:#f3f3f3; border:1px solid #ddd;} #bootstrapCollapse .bootstrapCollapse_addNew:hover {text-decoration:underline;} #bootstrapCollapse .bootstrapCollapse_up, #bootstrapCollapse .bootstrapCollapse_down {float:none; padding:.13em .4em;} #bootstrapCollapse .bootstrapCollapse_move {background:url('../icons/move.png') center center no-repeat #f3f3f3; width:11px; height:9px; cursor:move;}