@font-face {
    font-family: Open Sans;
    src: url('fonts/open-sans/OpenSans-Regular.ttf');

}

body
{
	margin: 0;
	padding: 0;
	padding-bottom: 50px;
	color: #555;
        overflow-x: hidden;

}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
          width: 100%;
}

#header
{
	margin: 0;
	padding: 0;
}

.header-right{
    font-size: smaller;
    padding-right: 10px;
    text-align: right;
}

@media (max-width: 767px) {
    .navbar-collapse,
    .navbar-collapse.in {
        max-height: none !important;
        height: auto !important;
        overflow: visible !important;
        -webkit-overflow-scrolling: auto !important;
    }
}

#content
{
    padding: 5px 20px 20px 20px;
}

#sidebar
{
	padding: 20px 3px 20px 1px;
        width:200px;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.5em;
	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, div.flash-normal
{
	font-size: 1.2em;
        padding:.4em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
        color:red;
	border-color:#FBC2C4;
        font-weight: bold;
}
.cbx_error{
    color:red;
}

div.flash-errormsg
{
	font-size: 1.2em;
        padding:.6em;
        padding-left:3em;
	margin-bottom:1em;
        
}


div.flash-errormsg
{
        color:red;
        font-weight: bold;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
        color:#006600;
	border-color:#C6D880;
        font-weight: bold;
}

div.flash-normal
{
        background: #dfdddd;
	color: darkgray;
	border-color:#CCCCCC;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
        background: transparent; // #D7D7D7; /*#eae7e7;*/
        
}

.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;
}

.dbcolheader {
    background-color: #C6D880;
    font-size: 1.2em;
    text-align: center;
}

.dbcol {
    background-color: #d8e1b6;
}

.filecolheader {   
    background-color: #a9d0e3;
    font-size: 1.2em;
    text-align: center;
}

.filecol {   
    background-color: #d9edf7;
}

.pelecolheader {   
    background-color: goldenrod;
    font-size: 1.2em;
    text-align: center;
}

.pelecol {   
    background-color: lightgoldenrodyellow;
}