body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif; 
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
        border-radius: 10px;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}





div.flash-draft, div.flash-online, div.flash-submitted, div.flash-suspended
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
        border-radius: 10px;
        text-align: center;
        font-weight: bold;
}

div.flash-suspended
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-submitted
{
	background:#EFD7C7;
        color: #714011;
	border-color:#D37535;
}

div.flash-online
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-draft
{
	background: #e0e0e0;
	color: #2b2b2b;
	border-color:#aaa;
}

div.flash-suspended a
{
	color:#8a1f11;
}

div.flash-submitted a
{
	color:#514721;
}

div.flash-online a
{
	color:#264409;
}

div.flash-draft a
{
	color:#264409;
}



div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 2px solid #ccc;
        border-radius: 20px;
        line-height: 1.5em;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.dropdown-menu a.dropdown-item {
    display: block !important;
    padding: 7px;
    text-decoration: none;
    color: #333;
    font-weight: bold;   
    font-size: 12px;
}

.dropdown-menu a.dropdown-item:hover{
    background-color: #f3f3f3;
}



div.view .infosmain{
    font-size: 28px;    
}

div.view .infossecond{
    font-size: 18px;
    font-style: italic;
}
div.view .infosthird{
    font-size: 15px;    
}
div.view b{
    font-weight: bold;
}

div.view  fieldset{
    border: 2px solid #3875d7;
    padding: 5px 15px;
    border-radius: 15px;
    margin: 20px auto;
    text-align: center;
}

div.view  fieldset legend{
    background-color: #4cae4c;
    color: #fff;
    width: 50%;
    padding: 5px 0px;
    text-align: center;
    font-size: 15px;
}

div.view .trans-summary{
    margin: 0px 0 20px 0;
    font-size: 24px;
}

div.view .trans-summary p{
    margin: 0 0px 20px 0;
    padding: 0;
    color: #DB0630;
}

.profile-photo {
    margin: 20px 0;
    text-align: center;
}

div.view .profile-photo img {
    height: 120px;
}

.fieldset-container {
    border: 2px solid #017ebc;
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.fieldset-container legend {
    background-color: #017ebc;
    color: #fff;
    width: 50%;
    padding: 5px 0px;
    text-align: center;
    font-size: 15px;
}

.deletemessage {
    font-size: 18px;
    margin: 20px auto;
    width: 100%;
}

.report-table {
    
}

.report-table tr.header td{
    padding: 5px 0 5px 3px;
    border: 1px solid #999;
    font-size: 12px;
    background-color: #ccc;
    font-weight: bold;
    color: #333;
}

.report-table tr.sum td{
    padding: 5px 0 5px 3px;
    border: 1px solid #999;
    font-size: 14px;
    background-color: #e0e0e0;
    font-weight: bold;
    color: #333;
}

.report-table tr td{
    padding: 4px;
    border: 1px solid #999;
    font-size: 11px;
}

.modal-header .close span {
    float:right;
    margin-top: -17px;
}

.graph-product-list {
    text-align: center;
    margin: 10px 0;
}

.graph-product-list li{
    list-style-type: none;
    border: 1px solid #e0e0e0;
    display: inline-block;
    margin: 0 20px;
    width: 140px;
    border-radius: 20px;
}


.graph-product-list li a{
    display: block;
    color: #000;
    padding: 10px 20px;
}

.graph-product-list li a:hover{
    text-decoration: none;
}

.graph-product-list li:hover{
    background-color: #f3f3f3;
}

.graph-product-list li.active {
    background-color: #EFF4FA;
    font-weight: bold;
}


.planning-status {
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.planning-status p {
    font-size: 24px;
    font-weight: normal;
    font-weight: bold;
    padding: 0;
    margin: 5px 0 2px 0;
}