#new_data{
z-index:100;
}

table {
    border-collapse: separate;
    
}

h1, h2{
text-align: center;
}

.login_form{
    position: fixed;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
}   

.centered form {
    display: table;
    margin: 0 auto;
	margin-top: -5%;
}
	
.form-horizontal{
width:20%;
}

.truevalue{
color: #77D477;
background-color: #77D477 !important;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
}

.semitruevalue{
color: #7A7AA7;
background-color: #7A7AA7 !important;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
}

.falsevalue{
color: #F4A460;
background-color: #F4A460 !important;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
}

.cant_change{
background-color: #e5e5e5;
}

.changed{
color: green;
width: 9%;
}

.changed:hover{
background-color: #E8E8E8;
}

.changed_hover{
width: 9%;
}

.changed_hover:hover{
background-color: #E8E8E8;
}

#back_button{
position: absolute;
top: 8%;
right: 1.75%;
z-index:10;
}
#new_button{
position: absolute;
top: 8%;
right: 8%;
z-index:10;
}

.hidden_form{
display:none;
z-index:10;
}
#no_border{
border: none !important;
}

#comment {
    width: 196px;
}

#forms{
padding-bottom:20px;
}

#tableDat,#table_data{
margin-left:0.5%;
margin-right:0.5%;
width:99%;
}

.container{
padding-left:0;
padding-right:0;
}

.ui-datepicker{z-index: 99 !important}


.price_2 {
background-color:#ADD8E6;
}
.price_1 {
background-color:#98FB98;
}

#calculate{
position: absolute;
top: 95%;
left: 0.5%;
z-index:10;
}