432 lines
4.5 KiB
CSS
Executable File
432 lines
4.5 KiB
CSS
Executable File
.zf-green {
|
|
color: #68b604;
|
|
}
|
|
|
|
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
|
|
float: left;
|
|
}
|
|
|
|
input[type=checkBox].form-control {
|
|
height: 24px;
|
|
height: 1.5rem;
|
|
width: 100%;
|
|
}
|
|
|
|
[type=submit] {
|
|
display: block;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
height: 39px;
|
|
height: 2.4375rem;
|
|
padding: 8px;
|
|
padding: 0.5rem;
|
|
border: 1px solid #cacaca;
|
|
margin: 0 0 16px;
|
|
margin: 0 0 1rem;
|
|
font-family: inherit;
|
|
font-size: 16px;
|
|
font-size: 1rem;
|
|
color: #0a0a0a;
|
|
background-color: #fefefe;
|
|
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
|
|
border-radius: 0;
|
|
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
}
|
|
|
|
form ul li {
|
|
color: red;
|
|
font-size: 12.8px;
|
|
font-size: 0.8rem;
|
|
}
|
|
|
|
.button-dropdown:after {
|
|
border-color: #000 transparent transparent;
|
|
border-width: 0.4em;
|
|
border-style: solid;
|
|
content: "";
|
|
position: absolute;
|
|
top: 0.4em;
|
|
display: block;
|
|
height: 0;
|
|
width: 0;
|
|
right: 1em;
|
|
}
|
|
|
|
.button-dropdown {
|
|
position: relative;
|
|
display: block;
|
|
padding-right: 2em;
|
|
}
|
|
|
|
.button-dropdown.open:after {
|
|
border-color: transparent transparent #000;
|
|
top: 0;
|
|
}
|
|
|
|
a.ui-datepicker-next, a.ui-datepicker-prev {
|
|
height: 100% !important;
|
|
}
|
|
|
|
div.container a.navbar-brand > img {
|
|
display: inline;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
ul.menu.plain li.active a {
|
|
background-color: #ededed;
|
|
color: #000;
|
|
}
|
|
|
|
ul.menu.plain li a {
|
|
color: #000;
|
|
}
|
|
|
|
ul.menu.plain li a:hover {
|
|
color: #525252;
|
|
}
|
|
|
|
ul.submenu {
|
|
border-top: 1px solid #bcbcbc;
|
|
border-bottom: 1px solid #bcbcbc;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#cookie-compliance {
|
|
width: 100%;
|
|
margin: 0 0;
|
|
padding: 0.3rem 0;
|
|
}
|
|
#cookie-compliance #close-cookie-msg {
|
|
float: right;
|
|
margin-bottom: 0;
|
|
margin-right: 3px;
|
|
padding: 0.4rem 0.8rem;
|
|
}
|
|
|
|
.menu-container .button {
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.height-5 {
|
|
height: 5%;
|
|
}
|
|
|
|
.max-height-5 {
|
|
max-height: 5%;
|
|
}
|
|
|
|
.width-5 {
|
|
width: 5%;
|
|
}
|
|
|
|
.max-width-5 {
|
|
max-width: 5%;
|
|
}
|
|
|
|
.height-10 {
|
|
height: 10%;
|
|
}
|
|
|
|
.max-height-10 {
|
|
max-height: 10%;
|
|
}
|
|
|
|
.width-10 {
|
|
width: 10%;
|
|
}
|
|
|
|
.max-width-10 {
|
|
max-width: 10%;
|
|
}
|
|
|
|
.height-15 {
|
|
height: 15%;
|
|
}
|
|
|
|
.max-height-15 {
|
|
max-height: 15%;
|
|
}
|
|
|
|
.width-15 {
|
|
width: 15%;
|
|
}
|
|
|
|
.max-width-15 {
|
|
max-width: 15%;
|
|
}
|
|
|
|
.height-20 {
|
|
height: 20%;
|
|
}
|
|
|
|
.max-height-20 {
|
|
max-height: 20%;
|
|
}
|
|
|
|
.width-20 {
|
|
width: 20%;
|
|
}
|
|
|
|
.max-width-20 {
|
|
max-width: 20%;
|
|
}
|
|
|
|
.height-25 {
|
|
height: 25%;
|
|
}
|
|
|
|
.max-height-25 {
|
|
max-height: 25%;
|
|
}
|
|
|
|
.width-25 {
|
|
width: 25%;
|
|
}
|
|
|
|
.max-width-25 {
|
|
max-width: 25%;
|
|
}
|
|
|
|
.height-30 {
|
|
height: 30%;
|
|
}
|
|
|
|
.max-height-30 {
|
|
max-height: 30%;
|
|
}
|
|
|
|
.width-30 {
|
|
width: 30%;
|
|
}
|
|
|
|
.max-width-30 {
|
|
max-width: 30%;
|
|
}
|
|
|
|
.height-35 {
|
|
height: 35%;
|
|
}
|
|
|
|
.max-height-35 {
|
|
max-height: 35%;
|
|
}
|
|
|
|
.width-35 {
|
|
width: 35%;
|
|
}
|
|
|
|
.max-width-35 {
|
|
max-width: 35%;
|
|
}
|
|
|
|
.height-40 {
|
|
height: 40%;
|
|
}
|
|
|
|
.max-height-40 {
|
|
max-height: 40%;
|
|
}
|
|
|
|
.width-40 {
|
|
width: 40%;
|
|
}
|
|
|
|
.max-width-40 {
|
|
max-width: 40%;
|
|
}
|
|
|
|
.height-45 {
|
|
height: 45%;
|
|
}
|
|
|
|
.max-height-45 {
|
|
max-height: 45%;
|
|
}
|
|
|
|
.width-45 {
|
|
width: 45%;
|
|
}
|
|
|
|
.max-width-45 {
|
|
max-width: 45%;
|
|
}
|
|
|
|
.height-50 {
|
|
height: 50%;
|
|
}
|
|
|
|
.max-height-50 {
|
|
max-height: 50%;
|
|
}
|
|
|
|
.width-50 {
|
|
width: 50%;
|
|
}
|
|
|
|
.max-width-50 {
|
|
max-width: 50%;
|
|
}
|
|
|
|
.height-55 {
|
|
height: 55%;
|
|
}
|
|
|
|
.max-height-55 {
|
|
max-height: 55%;
|
|
}
|
|
|
|
.width-55 {
|
|
width: 55%;
|
|
}
|
|
|
|
.max-width-55 {
|
|
max-width: 55%;
|
|
}
|
|
|
|
.height-60 {
|
|
height: 60%;
|
|
}
|
|
|
|
.max-height-60 {
|
|
max-height: 60%;
|
|
}
|
|
|
|
.width-60 {
|
|
width: 60%;
|
|
}
|
|
|
|
.max-width-60 {
|
|
max-width: 60%;
|
|
}
|
|
|
|
.height-65 {
|
|
height: 65%;
|
|
}
|
|
|
|
.max-height-65 {
|
|
max-height: 65%;
|
|
}
|
|
|
|
.width-65 {
|
|
width: 65%;
|
|
}
|
|
|
|
.max-width-65 {
|
|
max-width: 65%;
|
|
}
|
|
|
|
.height-70 {
|
|
height: 70%;
|
|
}
|
|
|
|
.max-height-70 {
|
|
max-height: 70%;
|
|
}
|
|
|
|
.width-70 {
|
|
width: 70%;
|
|
}
|
|
|
|
.max-width-70 {
|
|
max-width: 70%;
|
|
}
|
|
|
|
.height-75 {
|
|
height: 75%;
|
|
}
|
|
|
|
.max-height-75 {
|
|
max-height: 75%;
|
|
}
|
|
|
|
.width-75 {
|
|
width: 75%;
|
|
}
|
|
|
|
.max-width-75 {
|
|
max-width: 75%;
|
|
}
|
|
|
|
.height-80 {
|
|
height: 80%;
|
|
}
|
|
|
|
.max-height-80 {
|
|
max-height: 80%;
|
|
}
|
|
|
|
.width-80 {
|
|
width: 80%;
|
|
}
|
|
|
|
.max-width-80 {
|
|
max-width: 80%;
|
|
}
|
|
|
|
.height-85 {
|
|
height: 85%;
|
|
}
|
|
|
|
.max-height-85 {
|
|
max-height: 85%;
|
|
}
|
|
|
|
.width-85 {
|
|
width: 85%;
|
|
}
|
|
|
|
.max-width-85 {
|
|
max-width: 85%;
|
|
}
|
|
|
|
.height-90 {
|
|
height: 90%;
|
|
}
|
|
|
|
.max-height-90 {
|
|
max-height: 90%;
|
|
}
|
|
|
|
.width-90 {
|
|
width: 90%;
|
|
}
|
|
|
|
.max-width-90 {
|
|
max-width: 90%;
|
|
}
|
|
|
|
.height-95 {
|
|
height: 95%;
|
|
}
|
|
|
|
.max-height-95 {
|
|
max-height: 95%;
|
|
}
|
|
|
|
.width-95 {
|
|
width: 95%;
|
|
}
|
|
|
|
.max-width-95 {
|
|
max-width: 95%;
|
|
}
|
|
|
|
.height-100 {
|
|
height: 100%;
|
|
}
|
|
|
|
.max-height-100 {
|
|
max-height: 100%;
|
|
}
|
|
|
|
.width-100 {
|
|
width: 100%;
|
|
}
|
|
|
|
.max-width-100 {
|
|
max-width: 100%;
|
|
}
|