html,
body {
	font-size : 14px;
}
* {
	-moz-box-sizing : border-box;
	box-sizing      : border-box;
}
input {
	border        : .2em solid #000;
	border-radius : .3em;
	padding       : 0.5em;
	width         : 17.5em;
}

div .spinner{
    background-image: url('../img/spinner.gif');
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: center; 
}

.date-pick {
    width: auto;
    margin-left: 10px;
}

.navbar.navbar-static-top {
    z-index: 0;
}

.lang_current {
    opacity: 0.4;
}

.invalidDataInput {
    border-color: #e90000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(234, 0, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(234, 0, 0, .6);
}

.circleRed {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: relative;
    background-color: red;
}

.circleGreen {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: relative;
    background-color: green;
}

.labelcomment {
    font-size: 9pt;
    font-weight: lighter;
}
header {
    background: url(../img/uniteller.jpg) no-repeat right;
    min-height: 60px;
}

h1 {
    background: url(../img/logo.png) no-repeat left;
    min-height: 60px;
    padding-left: 255px;
    padding-right: 255px;

}

h2 {
    margin-top: 5px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.navbar-form {
    margin-left: 0px;

}
.navbar-form.navbar-right:last-child {
    margin-right: 0px;
}


.alert-hidden {
    display: none;
}


.container {
    width: 100%;
}


.selected td {
    background-color: #e0e0e0;
}

.invalidInputMessage {
    list-style-type: none;
}

.navbar-nav>li {
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-nav>li>label {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: inherit;
}

.container .row {
    padding-bottom: 10px;
}