/*
body {
	font-family: Calibri, Verdana, Tahoma, Arial;
	font-size: 12pt;
    color: green;
}

input {
    background-color: #A5FF76;
    border: 1px solid gray;
}

table, th, td {
	border: 1px solid #41A62A;
	border-collapse: collapse;
    color: #383838;
    padding: 0px;
}

th {
    padding-left: 3px;
    padding-right: 3px;
    font-weight: bold;
}


a,
a:link,
a:visited {
	color: #008000; 
	text-decoration: none;
}

a:hover, a:active {
    color: #41A62A;
    text-decoration: underline;
    
}
.helptip {
    color: #1E1E1E;
    font-size: 9pt;
}

.error {
    color: red;
    font-size: 9pt;
    font-weight: normal; 
}

.title {
	font-weight: bold;
}

.boxtitle {
    background-color: #41A62A;
    padding: 0px;
    text-indent: 4px;
    width: 100%;
    color: white;
    font-weight: bold;
}

table.title {
	background-color: #41A62A;
	color: white;
}

.highlight {
	color: white;
	background-color: red;
}

.ui-widget {
	font-size: 10pt;
}

a.mainmenu {
	font-size: 12pt;
}

a.button {
    background: repeat-x scroll 0 0 #41A62A;
    margin: 1px;
    vertical-align:top;
    line-height: normal;
    padding: 2px 4px 2px 4px;
    border: 1px solid #888888;
    border-top: 1px solid #666666;
    outline: medium none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
}



#ui_notifIt{
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    -wekbit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#ui_notifIt:hover{
    opacity: 1 !important;
}
#ui_notifIt p{
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.success{
    background-color: yellowgreen;
    color: white;
}
.error{
    background-color: orangered;
    color: white;
}
.warning{
    background-color: orange;
    color: white;
}
.info{
    background-color: deepskyblue;
    color: white;
}
.default{
    background-color: #EEE;
    color: #444;
}
*/

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

.error {
	padding-right: 15px;
}

.day {
	height: 20px !important;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}

#alert {
	display: none;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    margin-top: 6px;
    font-size: 125%;
    font-style: italic;
}

.group-striped {
    padding-top: 4px;
    padding-bottom: 4px;
}

.group-striped:nth-of-type(odd) {
    background: #e0e0e0;
}
.group-striped:nth-of-type(even) {
    background: #FFFFFF;
}

.form-horizontal .control-label {
    text-align: left;
}}

@media print
{
    .noprint, .noprint *
    {
        display: none !important;
    }
    .pagefooter {
    	position: fixed;
        bottom: 0;
    }
}

@media screen
{
    .onlyprint, .onlyprint *
    {
    	display: none !important;
    }
}

@media print {
	.page-break	{ page-break-after: always; }
}