/*
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);}
}

html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

.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;
}

.group-hovered:hover {
	background: #d0d0d0;
	/*cursor: pointer;*/	
}


#navProfile>ul.nav-tabs {
	width: 140px;
	margin-top: 20px;
	border-radius: 4px;
    background: #fff;
    z-index: 1030;
	border: 1px solid #ddd;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}
#navProfile>ul.nav-tabs li {
	margin: 0;
	border-top: 1px solid #ddd;
}
#navProfile>ul.nav-tabs li:first-child {
	border-top: none;
}
#navProfile>ul.nav-tabs li a {
	margin: 0;
	padding: 8px 16px;
	border-radius: 0;
}
#navProfile>ul.nav-tabs li.active a, ul.nav-tabs li.active a:hover {
	color: #fff;
	background: #0088cc;
	border: 1px solid #0088cc;
}
#navProfile>ul.nav-tabs li:first-child a {
	border-radius: 4px 4px 0 0;
}
#navProfile>ul.nav-tabs li:last-child a {
	border-radius: 0 0 4px 4px;
}
#navProfile>ul.nav-tabs.affix {
	top: 0px; /* set the top position of pinned element */
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    #navProfile>ul.nav-tabs{
        width: 180px; /* set nav width on medium devices */
    }
}
@media screen and (min-width: 1200px){
    #navProfile>ul.nav-tabs{
        width: 220px; /* set nav width on large devices */
    }
}

.touch-only {
	display: none;
}

.spacer {
	width: 100%;
	height: 38px;
}

.nomenclinput {
	display: none;
}

.control-docrow > div {
	padding-top: 4px;	
}

.docinterface1 {
	display: none;
}
input.number {
	text-align: right;
}