132 lines
2.6 KiB
Text
132 lines
2.6 KiB
Text
|
.centerContent {
|
||
|
position: relative;
|
||
|
margin: 92px auto 0 auto;
|
||
|
padding: 20px 0 60px 20px;
|
||
|
width: 760px;
|
||
|
overflow: hidden;
|
||
|
box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
|
||
|
background: #fff;
|
||
|
-webkit-border-radius: 3px;
|
||
|
-moz-border-radius: 3px;
|
||
|
border-radius: 3px;
|
||
|
border: 1px solid #dcdcdc;
|
||
|
margin-bottom: 10px;
|
||
|
padding: 15px;
|
||
|
}
|
||
|
|
||
|
.centerContent .page-header {
|
||
|
margin-bottom: 20px;
|
||
|
padding-bottom: 8px;
|
||
|
border-bottom: 1px solid #DCDCDC;
|
||
|
}
|
||
|
|
||
|
.centerContent .form-group {
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
.centerContent .inline-button {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.centerContent.showApp p {
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
.centerContent a {
|
||
|
color: #4fb5c0;
|
||
|
}
|
||
|
.centerContent a:hover {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
.centerContent a.button {
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
|
||
|
.centerContent a.button:hover {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.centerContent th {
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
.centerContent td {
|
||
|
padding-right: 20px;
|
||
|
padding-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
.centerContent .link-button {
|
||
|
line-height: 32px;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
|
||
|
.centerContent .button-margin {
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
.centerContent .button-margin-top {
|
||
|
margin-top: 20px;
|
||
|
}
|
||
|
|
||
|
.centerContent a.red-button, .centerContent button.red-button,
|
||
|
.centerContent input[type="submit"].red-button {
|
||
|
color: #c04f4f;
|
||
|
background: transparent;
|
||
|
text-transform: none;
|
||
|
}
|
||
|
.centerContent .red-button:hover {
|
||
|
background: transparent;
|
||
|
color: #9A3E3E !important;
|
||
|
}
|
||
|
|
||
|
.centerContent input[type="text"] {
|
||
|
font-family: 'din-medium', helvetica, sans-serif;
|
||
|
width: 400px;
|
||
|
height: 32px;
|
||
|
font-size: 14px;
|
||
|
direction: ltr;
|
||
|
-webkit-appearance: none;
|
||
|
appearance: none;
|
||
|
display: inline-block;
|
||
|
margin: 0;
|
||
|
padding: 0 8px;
|
||
|
background: #fff;
|
||
|
border: 1px solid #d9d9d9;
|
||
|
border-top: 1px solid #c0c0c0;
|
||
|
-webkit-box-sizing: border-box;
|
||
|
-moz-box-sizing: border-box;
|
||
|
box-sizing: border-box;
|
||
|
-webkit-border-radius: 1px;
|
||
|
-moz-border-radius: 1px;
|
||
|
border-radius: 2px;
|
||
|
color: #424242;
|
||
|
letter-spacing: normal;
|
||
|
word-spacing: normal;
|
||
|
text-transform: none;
|
||
|
text-indent: 0px;
|
||
|
text-shadow: none;
|
||
|
display: inline-block;
|
||
|
text-align: start;
|
||
|
}
|
||
|
|
||
|
.centerContent textarea {
|
||
|
color: #424242;
|
||
|
padding: 8px;
|
||
|
border: 1px solid #d9d9d9;
|
||
|
border-top: 1px solid #c0c0c0;
|
||
|
resize: none;
|
||
|
letter-spacing: normal;
|
||
|
word-spacing: normal;
|
||
|
text-transform: none;
|
||
|
text-indent: 0px;
|
||
|
text-shadow: none;
|
||
|
text-align: start;
|
||
|
font-family: 'din-medium', helvetica, sans-serif;
|
||
|
font-size: 14px;
|
||
|
line-height: 17px;
|
||
|
width: 400px;
|
||
|
box-sizing: border-box;
|
||
|
border-radius: 2px;
|
||
|
}
|