/* lato-100 - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('/fonts/lato/Lato-Thin.ttf') format('truetype');
}

/* lato-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/lato/Lato-Light.ttf') format('truetype');
}

/* lato-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/lato/Lato-Regular.ttf') format('truetype');
}

/* lato-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/lato/Lato-Bold.ttf') format('truetype');
}

/* lato-900 - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/lato/Lato-Black.ttf') format('truetype');
}

/*
*    GENERAL CSS
*/
html {
  font-family: 'Lato';
}
.page {
  margin: 0 auto;
  width: 952px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear-both {
  clear: both;
}
.header-footer-text {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  color: #636259;
}
.highlight {
  color: #9e7740 !important;
}
.Button {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #9e7740;
  background: #fff;
}
/*
*    HEADER CSS
*/
header {
  height: 209px;
  border-bottom: 1px solid #D0D0CD;
  width: 100%;
}
header #meta-header {
  border-bottom: 1px solid #9e7740;
  height: 45px;
}
header #meta-header .page {
  position: relative;
}
header #meta-header #language {
  float: left;
  width: 20%;
}
header #meta-header #language a {
  line-height: 45px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  color: #636259;
  text-decoration: none;
  width: 32px;
  display: inline-block;
}
header #meta-header #language a:hover,
header #meta-header #language a.active,
header #meta-header #language a:focus {
  color: #9e7740;
}
header #meta-header .toolbar_elem {
  float: right;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  color: #636259;
  text-align: right;
  line-height: 45px;
  color: #9e7740;
}
header #meta-header .toolbar_elem #login-opener {
  cursor: pointer;
}
header #meta-header .toolbar_elem #login-opener:hover,
header #meta-header .toolbar_elem #login-opener:focus {
  text-decoration: underline;
}
header #meta-header .toolbar_elem form {
  position: absolute;
  top: 45px;
  right: 0;
  width: 360px;
  height: 380px;
  z-index: 99;
  background: #9e7740;
  padding-left: 32px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: none;
}
header #meta-header .toolbar_elem form span.close-login-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: url(../img/facelift/bt-close-login.png) center center transparent;
  display: block;
  cursor: pointer;
}
header #meta-header .toolbar_elem form span.close-login-form:hover,
header #meta-header .toolbar_elem form span.close-login-form:focus {
  background: url(../img/facelift/bt-close-login-hover.png) center center transparent;
}
header #meta-header .toolbar_elem form span.title-login-form {
  position: absolute;
  top: 42px;
  left: 32px;
  color: #fff;
  font-family: 'Lato';
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
}
header #meta-header .toolbar_elem form div.general-login-form {
  position: absolute;
  top: 107px;
  left: 32px;
  width: 296px;
}
header #meta-header .toolbar_elem form div.general-login-form label {
  clear: both;
  color: #fff;
  font-family: 'Lato';
  font-size: 21px;
  line-height: 24px;
  font-weight: 300;
  float: left;
}
header #meta-header .toolbar_elem form div.general-login-form input {
  clear: both;
  width: 100%;
  border: 1px solid #fff;
  background: #9e7740;
  height: 32px;
  margin-top: 7px;
  margin-bottom: 16px;
  line-height: 32px;
  font-size: 21px;
  color: #fff;
  font-family: 'Lato';
  font-weight: 300;
  padding: 0 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
header #meta-header .toolbar_elem form div.general-login-form .Btn {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #9e7740;
  background: #fff;
}
header #meta-header .toolbar_elem form div.general-login-form .Btn.register {
  background: #9e7740;
  color: #fff;
}
header #meta-header .toolbar_elem form div.general-login-form .Btn:hover,
header #meta-header .toolbar_elem form div.general-login-form .Btn:focus {
  background: #c4a574;
  color: #fff;
}
header #meta-header .toolbar_elem form.logout {
  height: 227px;
}
header #meta-header .toolbar_elem form.logout .general-login-form .Btn {
  clear: both;
}
header #meta-header .toolbar_elem form.logout .general-login-form label {
  margin-bottom: 16px;
}
header #meta-header .toolbar_elem .lightbox-link {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  color: #636259;
  background: url(../img/facelift/icon-light-table-grey.png) no-repeat center left transparent;
  padding-left: 32px;
  margin-right: 40px;
  text-decoration: none;
  
}
header #meta-header .toolbar_elem .lightbox-link:hover,
header #meta-header .toolbar_elem .lightbox-link:focus {
  background: url(../img/facelift/icon-light-table-green.png) no-repeat center left transparent;
  color: #9e7740;
}
header #meta-header .toolbar_elem .user {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  color: #636259;
  margin-right: 40px;
  text-decoration: none;
  
}
header #meta-header .toolbar_elem .user:hover,
header #meta-header .toolbar_elem .user:focus {
  color: #9e7740;
}
header #main-header {
  height: 163px;
}
header #main-header #logo {
  float: left;
  display: block;
  margin-top: 28px;
}
header #main-header #navbar {
  float: right;
}
header #main-header #navbar .navelem {
  float: left;
  margin: 70px 0 0 20px;
  line-height: 24px;
}
header #main-header #navbar .navelem a {
  line-height: 24px;
  font-family: 'Lato';
  font-size: 21px;
  font-weight: 300;
  color: #636259;
  text-decoration: none;
}
header #main-header #navbar .navelem a:hover,
header #main-header #navbar .navelem a.active,
header #main-header #navbar .navelem a:focus {
  color: #9e7740;
}
/*
*    MAIN CSS
*/
#intro #slide-down {
  position: fixed;
  bottom: 64px;
  left: 50%;
  margin-left: -32px;
  width: 64px;
  height: 64px;
  background: red;
  z-index: 999999;
  cursor: pointer;
  background: url(../img/facelift/bt-scroll-down.png);
}
#intro #slide-down:hover {
  background: url(../img/facelift/bt-scroll-down-hover.png);
}
#intro #slide-down.absolute {
  position: absolute;
}
#slideshow-overlay {
  background: #9e7740;
  height: auto;
  width: 100%;
  padding: 64px 0;
  box-sizing: border-box;
}
#slideshow-overlay span {
  font-family: 'Lato';
  font-weight: 300;
  margin-top: 0;
  color: #fff;
  font-size: 36px;
  line-height: 45px;
  display: block;
  margin-bottom: 16px;
  text-align: center;
}
#slideshow-overlay span.x-mas-4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 0;
}
main .page {
  margin-top: 64px;
  margin-bottom: 64px;
  overflow: hidden;
}
main h1 {
  font-family: 'Lato';
  font-weight: 300;
  color: #636259;
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 48px;
  margin-top: 0;
  
}
main h1.distance-top {
  margin-top: 43px;
}
main h2 {
  font-family: 'Lato';
  font-weight: 300;
  margin-top: 0;
  color: #9e7740;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 21px;
  
}
main p {
  font-family: 'Lato';
  font-weight: 300;
  color: #636259;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 21px;
}
main p a {
  color: #9e7740;
  text-decoration: none;
}
main p a:hover,
main p a:focus {
  text-decoration: underline;
}
main b {
  font-weight: 700;
}
main .left-column {
  width: 214px;
  float: left;
}
main .left-column .light-table-wrapper {
  border-top: 1px solid #636259;
  border-bottom: 1px solid #636259;
}
main .left-column .light-table-wrapper a,
main .left-column .light-table-wrapper div.Flag {
  border-top: 1px solid #D0D0CD;
  line-height: 21px;
  color: #636259;
  font-family: 'Lato';
  font-weight: 300;
  font-size: 16px;
  padding: 13px 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
main .left-column .light-table-wrapper div.Flag.active a {
  color: #9e7740;
}
main .left-column .light-table-wrapper a:first-child,
main .left-column .light-table-wrapper div.Flag:first-child {
  border-top: none;
}
main .left-column .light-table-wrapper a:hover,
main .left-column .light-table-wrapper a:focus,
main .left-column .light-table-wrapper a.activ,
main .left-column .light-table-wrapper div.Flag:hover,
main .left-column .light-table-wrapper div.Flag:focus,
main .left-column .light-table-wrapper div.Flag.active {
  color: #9e7740;
}
main .left-column .author {
  margin-top: 32px;
  border-bottom: 1px solid #636259;
  padding-bottom: 16px;
}
main .right-column {
  width: 706px;
  float: right;
}
main .right-column #overview .UIBar {
  background: #EFEFEE;
  height: 48px;
  display: block;
  width: 100%;
}
main .right-column #overview .UIBar a {
  line-height: 48px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  color: #636259;
  text-decoration: none;
  display: block;
  padding-left: 16px;
  width: 150px;
  float: left;
}
main .right-column #overview .UIBar a:hover,
main .right-column #overview .UIBar a:focus {
  background: #9e7740;
  color: #fff;
}
main .right-column #overview .UIBar span {
  width: 48px;
  height: 48px;
  display: block;
  background: url(../img/facelift/bt-delete.png);
  float: right;
  cursor: pointer;
}
main .right-column #overview .UIBar span:hover,
main .right-column #overview .UIBar span:focus {
  background: url(../img/facelift/bt-delete-hover.png);
}
main .right-column #Form input[type="text"],
main .right-column #Form textarea,
main .right-column #Form input[type="password"],
main .right-column #Form select {
  width: 337px;
}
main .right-column #Form textarea {
  width: 100%;
}
main .right-column #Form .contact-form-part-1 .float-left,
main .right-column #Form .contact-form-part-1 .float-right,
main .right-column #Form .submit .float-left,
main .right-column #Form .submit .float-right {
  width: 337px;
}
main #Form .alphabet {
  text-align: justify;
  border-bottom: 1px solid #D0D0CD;
  border-top: 1px solid #636259;
}
main #Form .alphabet .alphabet-select {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  color: #636259;
  text-decoration: none;
  line-height: 48px;
  padding: 0 9.1px;
}
main #Form .alphabet span.alphabet-select {
  color: #D0D0CD;
}
main #Form .alphabet .alphabet-select:first-child {
  border-right: 1px solid #636259;
}
main #Form .alphabet .alphabet-select:first-child {
  padding-left: 0;
}
main #Form .alphabet .alphabet-select:last-child {
  padding-right: 0;
}
main #Form .alphabet .alphabet-select.disabled {
  color: #D0D0CD;
}
main #Form .alphabet .alphabet-select.active {
  color: #9e7740;
}
main #Form .contact-form-part-1 {
  clear: both;
}
main #Form .contact-form-part-1 .float-left,
main #Form .contact-form-part-1 .float-right {
  width: 460px;
}
main #Form .contact-form-part-2 {
  clear: both;
}
main #Form label {
  font-family: 'Lato';
  font-weight: 300;
  color: #636259;
  font-size: 21px;
  line-height: 30px;
  
}
main #Form input[type="text"],
main #Form textarea,
main #Form input[type="password"],
main #Form select {
  width: 100%;
  border: 1px solid #D0D0CD;
  background: none;
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 7px;
  font-family: 'Lato';
  color: #636259;
  font-size: 16px;
  font-weight: 300;
}
main #Form select.multiple {
  min-height: 200px;
  height: 200px;
  padding-left: 0;
}
main #Form select.multiple option {
  padding: 5px 10px;
  width: 100%;
}
main #Form input:focus,
main #Form textarea:focus,
main #Form input[type="password"]:focus {
  border-color: #636259;
}
main #Form input[disabled="disabled"],
main #Form textarea[disabled="disabled"] {
  background: #EFEFEE;
  resize: none;
}
main #Form fieldset {
  padding: 32px;
  margin-top: 7px;
}
main #Form fieldset span {
  margin-bottom: 2px;
  font-family: 'Lato';
  color: #636259;
  font-size: 16px;
  font-weight: 300;
  margin-right: 16px;
}
main #Form textarea {
  height: 150px;
  resize: vertical;
}
main #Form .form-fieldwrap {
  margin-bottom: 32px;
}
main #Form .form-fieldwrap .Field label.error {
  color: red;
}
main #Form .Btn {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #9e7740;
  background: #fff;
  background: #9e7740;
  color: #fff;
  cursor: pointer;
  clear: both;
}
main #Form .Btn:hover,
main #Form .Btn:focus {
  background: #c4a574;
}
main #Form #photos {
  border: 1px solid #D0D0CD;
  width: 100%;
  height: 172px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 7px;
}
main #Form #photos .model-photo {
  width: 140px;
  height: 140px;
  background: #EFEFEE;
  position: relative;
  float: left;
  margin-left: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  cursor: not-allowed;
}
main #Form #photos .model-photo img {
  max-width: 140px;
  max-height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
}
main #Form #upload-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #e8dcc8;
  opacity: 0.5;
  z-index: 9;
  display: none;
}
main #Form #Upload {
  position: fixed;
  top: 50%;
  width: 400px;
  margin-top: -216px;
  left: 50%;
  margin-left: -216px;
  height: 400px;
  background: #9e7740;
  padding: 32px;
  display: none;
  z-index: 99;
}
main #Form #Upload .close-popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: url(../img/facelift/bt-close-login.png) center center transparent;
  display: block;
  cursor: pointer;
}
main #Form #Upload .close-popup:hover,
main #Form #Upload .close-popup:focus {
  background: url(../img/facelift/bt-close-login-hover.png) center center transparent;
}
main #Form #Upload .Btn {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #9e7740;
  background: #fff;
}
main #Form #Upload .Btn.return {
  background: #9e7740;
  color: #fff;
}
main #Form #Upload .Btn:hover,
main #Form #Upload .Btn:focus {
  background: #c4a574;
  color: #fff;
}
main #Form #Upload label {
  color: #fff;
  font-family: 'Lato';
  font-size: 36px;
  margin-bottom: 32px;
  display: block;
}
main #Form #Upload input[type="text"] {
  margin-bottom: 16px;
  display: block;
}
main #Form #Upload input[type="file"] {
  color: #fff;
}
main #Form #Upload iframe {
  display: none;
}
main #Form #Upload .Info {
  color: #fff;
  margin-top: 16px;
  display: block;
}
main #Form .submit .float-left {
  width: 460px;
}
main #Form .submit .float-right {
  width: 460px;
}
main #Form #Loading {
  display: none !important;
}
main .frame #bookPanel {
  display: block;
}
main .frame div.image-list-element {
  width: 214px;
  height: 343px !important;
}
main .frame div.image-list-element div {
  background: #EFEFEE;
  height: 48px;
  display: block;
  width: 100%;
}
main .frame div.image-list-element div a.ImageCtrl-delete {
  width: 48px;
  height: 48px;
  display: block;
  background: url(../img/facelift/bt-delete.png);
  float: right;
  cursor: pointer;
  text-indent: 99999999px;
}
main .frame div.image-list-element div a.ImageCtrl-delete:hover {
  background: url(../img/facelift/bt-delete-hover.png);
}
main .frame div.image-list-element div a.ImageCtrl-left {
  width: 48px;
  height: 48px;
  display: block;
  float: left;
  background: url(../img/facelift/dropdown-arrow-down.png) no-repeat center center;
  cursor: pointer;
  text-indent: 99999999px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
main .frame div.image-list-element div a.ImageCtrl-left:hover {
  background: url(../img/facelift/dropdown-arrow-down-hover.png) no-repeat center center;
}
main .frame div.image-list-element div a.ImageCtrl-right {
  width: 48px;
  height: 48px;
  display: block;
  background: url(../img/facelift/dropdown-arrow-up.png) no-repeat center center;
  cursor: pointer;
  float: left;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  text-indent: 99999999px;
}
main .frame div.image-list-element div a.ImageCtrl-right:hover {
  background: url(../img/facelift/dropdown-arrow-up-hover.png) no-repeat center center;
}
main .frame .upload {
  display: inline;
}
main .frame .upload .file_input_div {
  margin-top: 32px;
}
main .frame .upload .Info {
  margin: 16px 0 32px;
  display: block;
}
main .frame .title-image {
  margin-bottom: 32px;
  display: block;
}
main .currentmodel {
  background: #EFEFEE;
  padding: 16px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 32px;
}
main .currentmodel a {
  background: #D0D0CD;
  padding: 0 8px;
  line-height: 48px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Lato';
  color: #636259;
  text-decoration: none;
}
main .currentmodel a:hover,
main .currentmodel a:focus {
  background: #9e7740;
  color: #fff;
}
main #overview .modelViewS .overview-name {
  width: 166px;
  float: left;
  background: #EFEFEE;
  height: 48px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
main #overview .modelViewS .overview-name a {
  line-height: 48px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  color: #636259;
  text-decoration: none;
  display: block;
  padding-left: 16px;
}
main #overview .modelViewS .overview-name a:hover,
main #overview .modelViewS .overview-name a:focus {
  background: #9e7740;
  color: #fff;
}
main #overview .modelViewS .Button-lighttable {
  width: 48px;
  height: 48px;
  float: right;
  background: url(../img/facelift/bt-light-table.png);
  cursor: pointer;
}
main #overview .modelViewS .Button-lighttable:hover,
main #overview .modelViewS .Button-lighttable:focus {
  background: url(../img/facelift/bt-light-table-hover.png);
}
main div.filtern h1 {
  margin-top: 0;
}
main div.filtern #alphabet-selection {
  text-align: justify;
  width: 214px;
  padding: 32px 0;
  border-bottom: 1px solid #D0D0CD;
  border-top: 1px solid #636259;
}
main div.filtern #alphabet-selection .alphabet-select {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  color: #636259;
  text-decoration: none;
}
main div.filtern #alphabet-selection .first-line {
  margin-bottom: 8px;
}
main div.filtern #alphabet-selection .first-line .alphabet-select {
  padding: 0 4px;
}
main div.filtern #alphabet-selection .second-line .alphabet-select {
  padding: 0 3.4px;
}
main div.filtern #alphabet-selection .first-line .alphabet-select:first-child {
  border-right: 1px solid #636259;
}
main div.filtern #alphabet-selection .alphabet-select:first-child {
  padding-left: 0;
}
main div.filtern #alphabet-selection .alphabet-select:last-child {
  padding-right: 0;
}
main div.filtern #alphabet-selection .alphabet-select.disabled {
  color: #D0D0CD;
}
main div.filtern #alphabet-selection .alphabet-select.active {
  color: #9e7740;
}
main div.filtern .filter-wrapper {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #D0D0CD;
}
main div.filtern .filter-wrapper .filter-element {
  margin-top: 8px;
  display: block;
}
main div.filtern .filter-wrapper .filter-element:first-child {
  margin-top: 0;
}
main div.filtern .filter-wrapper label,
main div.filtern .filter-wrapper span {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  color: #636259;
  margin-left: 16px;
  line-height: 16px;
}
main div.filtern .filter-wrapper img {
  float: left;
}
main div.filtern .combobox-wrapper {
  margin-bottom: 8px;
}
main div.filtern .combobox-wrapper .combobox {
  height: 32px;
  display: block;
  width: 100%;
  border: 1px solid #D0D0CD;
  text-align: left;
  line-height: 32px;
  padding-left: 8px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  color: #636259;
  background: url(../img/facelift/dropdown-arrow-down.png) no-repeat center right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
main div.filtern .combobox-wrapper .combobox:hover,
main div.filtern .combobox-wrapper .combobox:focus {
  background: url(../img/facelift/dropdown-arrow-down-hover.png) no-repeat center right;
}
main div.filtern .combobox-wrapper ul {
  border: 1px solid #D0D0CD;
  border-top: none;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  list-style: none;
  margin: 0;
}
main div.filtern .combobox-wrapper ul li {
  list-style: none;
}
main div.filtern .combobox-wrapper ul li a {
  line-height: 32px;
  display: block;
  padding: 0 8px 0 16px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  color: #636259;
  text-decoration: none;
}
main div.filtern .combobox-wrapper ul li a:hover,
main div.filtern .combobox-wrapper ul li a:focus {
  text-decoration: underline;
}
main div.filtern .combobox-wrapper.last {
  padding-bottom: 32px;
  margin: 0;
  border-bottom: 1px solid #636259;
}
main #pageing-content {
  text-align: center;
  margin-top: 64px;
}
main #pageing-content #pageUI {
  display: inline-block;
  text-align: left;
}
main #pageing-content #pagingDown,
main #pageing-content #pagingUp {
  color: #9e7740;
  line-height: 48px;
  font-family: 'Lato';
  font-weight: 300;
  font-size: 16px;
  margin-right: 32px;
  float: left;
  cursor: pointer;
}
main #pageing-content #pagingUp {
  margin-right: 0;
  margin-left: 32px;
}
main #pageing-content #pagingNum {
  float: left;
}
main #pageing-content #pagingNum a {
  line-height: 48px;
  width: 48px;
  text-align: center;
  color: #636259;
  display: block;
  float: left;
  text-decoration: none;
  font-family: 'Lato';
  font-weight: 300;
  font-size: 16px;
}
main #pageing-content #pagingNum a.active,
main #pageing-content #pagingNum a:hover,
main #pageing-content #pagingNum a:focus {
  background: #9e7740;
  color: #fff;
}
main #pageing-content #pagingNum span {
  float: left;
  line-height: 48px;
  color: #636259;
  font-family: 'Lato';
  font-weight: 300;
  font-size: 16px;
  margin: 0 16px;
}
main #models-details h1 {
  display: inline-block;
}
main #models-details .back-to-list {
  float: right;
  background: url(../img/facelift/bt-overview.png) no-repeat center right transparent;
  color: #9e7740;
  font-family: 'Lato';
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  padding-right: 48px;
  text-decoration: none;
}
main #models-details .back-to-list:hover,
main #models-details .back-to-list:focus {
  background: url(../img/facelift/bt-overview-hover.png) no-repeat center right transparent;
  text-decoration: underline;
}
main #models-details .left-column-50 {
  float: left;
  width: 460px;
  overflow: hidden;
}
main #models-details .left-column-50 #sedcard-option-wrapper {
  display: block;
  height: 586px;
  padding-top: 64px;
  border-top: 1px solid #636259;
  border-bottom: 1px solid #D0D0CD;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
main #models-details .left-column-50 #sedcard-option-wrapper .sedcard-option {
  width: 230px;
  float: left;
  margin-bottom: 46px;
}
main #models-details .left-column-50 #sedcard-option-wrapper .sedcard-option .label {
  font-family: 'Lato';
  font-size: 27px;
  line-height: 30px;
  color: #666666;
  font-weight: 300;
  margin-bottom: 8px;
}
main #models-details .left-column-50 #sedcard-option-wrapper .sedcard-option .value {
  font-family: 'Lato';
  font-size: 32px;
  font-weight: 300;
  line-height: 45px;
  color: #666666;
}
main #models-details .left-column-50 #sedcard-option-wrapper.distance {
  height: 635px;
}
main #models-details .left-column-50 .print-sedcard {
  display: block;
  border-bottom: 1px solid #636259;
  line-height: 47px;
  background: url(../img/facelift/bt-print.png) no-repeat left center transparent;
  color: #9e7740;
  padding-left: 48px;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
main #models-details .left-column-50 .print-sedcard.book {
  border-bottom-color: #D0D0CD;
}
main #models-details .left-column-50 .print-sedcard:hover,
main #models-details .left-column-50 .print-sedcard:focus {
  background: url(../img/facelift/bt-print-hover.png) no-repeat left center transparent;
  text-decoration: underline;
}
main #models-details .right-column-50 {
  float: right;
  width: 460px;
}
main #models-details .right-column-50 img {
  height: 634px;
}
main #models-details .UIBar {
  background: #EFEFEE;
  height: 48px;
  display: block;
}
main #models-details .UIBar span {
  float: right;
  width: 48px;
  height: 48px;
  display: block;
  background: url(../img/facelift/bt-light-table.png);
  cursor: pointer;
}
main #models-details .UIBar span:hover,
main #models-details .UIBar span:focus {
  background: url(../img/facelift/bt-light-table-hover.png);
}
main .confirm-column {
  margin-top: 42px;
}
main .list-column {
  margin-top: 63px;
}
main table tbody tr th {
  text-align: left;
  font-family: 'Lato';
  font-size: 21px;
  font-weight: 300;
  color: #636259;
  line-height: 48px;
  border-bottom: 1px solid #D0D0CD;
  border-top: 1px solid #636259;
}
main table tbody tr td {
  text-align: left;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  color: #636259;
  line-height: 48px;
}
main table tbody tr td a {
  color: #9e7740;
  text-decoration: none;
}
main table tbody tr td a:hover,
main table tbody tr td a:focus {
  text-decoration: underline;
}
main table.List-users tr th {
  border-bottom: 1px solid #636259;
  border-top: none;
}
/*
*    FOOTER CSS
*/
footer {
  margin: 0 auto;
  width: 952px;
  height: 146px;
  border-top: 1px solid #D0D0CD;
  clear: both;
}
footer .copyright {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  color: #636259;
  float: left;
  line-height: 146px;
}
footer .footer-meta-navigation {
  float: right;
}
footer .footer-meta-navigation a {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  color: #636259;
  float: left;
  line-height: 146px;
  margin-left: 20px;
  text-decoration: none;
}
footer .footer-meta-navigation a:hover,
footer .footer-meta-navigation a.active,
footer .footer-meta-navigation a:focus {
  color: #9e7740;
}


a.modal {
	width: 48px !important;
	padding-left: 0px !important;
    height: 48px;
    display: block !important;
    background: url(../img/facelift/bt-delete.png);
    float: right !important;
    cursor: pointer;
}

.overlay {
  z-index: 1000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.overlay.light {
  background: rgba(255, 255, 255, 0.5);
}
.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 75px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 300px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
}
.light .popup {
  border-color: #aaa;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.popup h2 {
  margin-top: 0;
  color: #666;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  text-align: center;
}
.popup .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  opacity: 0.8;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
}
.popup .close:hover {
  opacity: 1;
}
.popup .content {
  max-height: 400px;
  overflow: auto;
  display: flex;
  justify-content: center;
}

.popup .content button{
	line-height: 48px;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 300;
    color: #636259;
    text-decoration: none;
    display: block;
    width: 150px;
}
.popup .content button:hover{
	background: #9e7740;
    color: #fff;
}

.popup p {
  margin: 0 0 1em;
}
.popup p:last-child {
  margin: 0;
}