2020-09-08 10:43:15 +02:00

149 lines
2.1 KiB
CSS

body{
font-family: Open Sans,Arial,sans-serif;
font-size: 14px;
padding: 0;
margin: 0;
background-color: #eff2f7;
}
#tm_header{
padding: 15px 20px;
background-color: #eff2f7;
border-bottom: 1px #8a9fbf solid;
text-align: center;
}
#tm_header a{
text-decoration: none !important;
}
#tm_header .title_text{
font-size: 26px;
font-weight: 400;
color: black;
text-decoration: none !important;
}
#tm_body{
min-height: 400px;
padding: 40px 0 60px 0;
background-color: #ffffff;
}
#tm_holder{
/*float: left;*/
display: block;
position: relative;
padding: 20px 50px 50px 50px;
margin: 0 auto;
width: 350px;
background-color: #eff2f7;
border: 1px #8a9fbf solid;
}
#tm_holder #tm_help{
position: absolute;
top: 0;
left: 460px;
width: 400px;
}
#tm_holder #tm_help ol li{
padding-left: 0px;
}
#tm_holder #tm_help ol li:nth-child(1){
padding-top: 15px;
}
#tm_holder #tm_help ol li:nth-child(2){
padding-top: 40px;
}
#tm_holder #tm_help ol li:nth-child(3){
padding-top: 30px;
}
#tm_holder #tm_help ol li:last-child{
padding-top: 60px;
}
#tm_footer{
padding: 15px 20px;
background-color: #eff2f7;
border-top: 1px #8a9fbf solid;
text-align: center;
font-size: 13px;
}
#department_holder p{
padding: 0;
margin: 0 0 5px 0;
}
#department_holder span.add_department{
cursor: pointer;
}
#department_holder a{
padding-left: 5px;
vertical-align: 2px;
}
#department_holder a img{
vertical-align: middle;
}
#tm_form_warnings{
margin: 0 0 20px 0;
padding: 10px;
width: 325px;
color: red;
font-weight: 600;
text-align: center;
border: 1px red solid;
}
.ui-datepicker-trigger{
cursor: pointer;
margin-left: 3px;
}
input[type=submit] {
cursor: pointer;
float: right;
background-color: #3d5f95;
border-radius: 4px;
border: none;
display: block;
padding: 5px 12px 6px;
color: #fff;
font-size: 11px;
font-weight: 600;
}
input[type=submit]:hover {
background-color: #fe8333;
}
input[type=text]{
width: 50%;
padding: 4px 7px;
font-size: 14px;
}
textarea {
width: 95%;
padding: 7px;
margin-bottom: 15px;
font-family: Open Sans,Arial,sans-serif;
font-size: 14px;
}