/**
 * @copyright	Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}
span.highlight {
background-color:#FFFFCC;
font-weight:bold;
padding:1px 4px;
}
.img-fulltext-float-right {
float: right;
margin-left: 10px;
margin-bottom: 10px;
}
.img-fulltext-float-left {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.img-fulltext-float-none {}
.img-intro-float-right {
float: right;
margin-left: 5px;
margin-bottom: 5px;
}
.img-intro-float-left {
float: left;
margin-right: 5px;
margin-bottom: 5px;
}
.img-intro-float-none {}
#system-message {position: relative;}
.alert {
padding: 8px 35px 8px 14px;
margin-bottom: 18px;
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
background-color: #E3FCE6;
border: 1px solid #B9FAC1;
position: relative;
}
.alert, .alert h4 {color: #147B16;}
.alert h4 {margin: 0;}
.alert .close {
position: absolute;
top: 2px;
right: 5px;
line-height: 18px;
cursor: pointer;
width: 10px;
text-align: center;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #468847;
}
.alert-warning {
background-color: #F0DBE0;
border-color: #E9C6CA;
color: #BE0B19;
}
.alert-warning h4 {color: #BE0B19;}
.alert-success h4 {color: #468847;}
.alert-danger, .alert-error {
background-color: #f2dede;
border-color: #eed3d7;
color: #b94a48;
}
.alert-danger h4, .alert-error h4 {color: #b94a48;}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #3a87ad;
}
.alert-info h4 {color: #3a87ad;}
.alert-block {
padding-top: 14px;
padding-bottom: 14px;
}
.alert-block > p, .alert-block > ul {margin-bottom: 0;}
.alert-block p + p {margin-top: 5px;}
.tooltip {position:absolute;}