/*
 * Resets default browser styles
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u,
i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

blockquote, q {
  quotes: none;
}

body {
  background: url(./../img/bgTexture.jpg) repeat;
  /* Default font size for the entire website */
  font-size: small;
  margin: auto auto;
  padding: 10px;
  width: 960px;
}

div {
  color: #555555;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
}

div.warning {
  color: red;
}

span.warning {
  color: red;
}

ol, ul {
  list-style: none;
}

/*
 * Needed to prevent ugly box of dotted lines around links or buttons when activated
 */
:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}


/* --------
 * Top area
 * --------
 */
#topArea {
  padding-bottom: 6px;
}

#topMenu {
  float: right;
}

#topMenu a {
  color: #555555;
  float: left;
  padding: 0 10px;
  text-decoration: none;
}

#topMenu a:hover {
  color: #ffffff;
}

#hotline {
    text-decoration: none;
    background-image: url("./../img/phone-39-48.png") ;
    background-position: 0px 3px;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    color: #555555;
    font-size: 1.1em;
    position: relative;
    top: -2px;
    left: 20px;
    padding: 5px 0px;
}

#hotline:hover {
    background-image: url("./../img/phone-39-48-white.png") ;
    background-size: 22px 22px;
    background-position: 0px 3px;
    background-repeat: no-repeat;
    color: #ffffff;
}

#hotline-text {
    margin-left: 26px;
}


/* ---------------------------------------------------------
 * Central area: Parent of header, navigation and main areas
 * ---------------------------------------------------------
 */
#centralArea {
  background: #ebebeb;
  border: 2px solid #ffffff;
  min-height: 700px;
}

#editArea {
  background: #ebebeb url(./../img/img_petag_logo.gif) no-repeat bottom right;
  border: 2px solid #ffffff;
  min-height: 700px;
  padding-bottom: 10px;
}


/* -----------
 * Header area
 * -----------
 */
#headerArea {
  background: url(./../img/welder_for_guest_20_jahre.jpg) no-repeat;
  height: 165px;
}

.exchange #headerArea {
  background: url(./../img/banner_persaustausch.jpg) no-repeat;
  height: 165px;
}

.layoff #headerArea {
  background: url(./../img/banner_persentlassung.jpg) no-repeat;
  height: 165px;
}

.management #headerArea {
  background: url(./../img/banner_persmanagement.jpg) no-repeat;
  height: 165px;
}

.recruitment #headerArea {
  background: url(./../img/banner_persrekrutierung.jpg) no-repeat;
  height: 165px;
}

.lending #headerArea {
  background: url(./../img/banner_persverleih.jpg) no-repeat;
  height: 165px;
}

#search {
  clear: both;
  float:right;
}

.searchbox {
  background: #ebebeb url(./../img/grey_gradient.gif) repeat-x top left;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #333333;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #333333;
  margin-right: 10px;
  padding: 1px;
  width: 200px;
}

.searchbox i {
  display: inline-block;
  vertical-align: middle;
}

.searchbox input {
  width: 90%;
  border: none;
  background: none;
}

#languageMenu {
  float: right;
  padding: 10px 0;
}

#languageMenu div {
  float: left;
  padding: 0 10px;
}

#languageMenu div a {
  color: #ffffff;
  text-decoration: none;
}

#languageMenu div span {
  color: #b7d865;
}

#languageMenu div span.disabled {
  color: #ffffff;
}


/* ---------
 * Main menu
 * ---------
 */
#mainMenu {
  /*
   * Veeery important, on the one hand, to include the whole content of the
   * mainMenu bar, on the other hand, to automatically clear all floats within it.
   * If you delete it, you'll encounter problems with the correct flow of the
   * following elements (like navigationArea) in the different browsers (Firefox,
   * Safari)!
   */
  overflow: auto;
  background: #222222 url(./../img/green_gradient.gif) repeat-x bottom left;
  padding: 0 10px;
  width: 936px;
}

#mainMenu a {
  text-decoration: none;
}

#mainMenu a:hover {
  color: #ffffff;
}

#mainMenu .active a {
  color: #555555;
}

#mainMenu .active a:hover {
  color: #ffffff;
}

/*  Styles for idle tabs */
#mainMenu > div *:not(.active) {
  margin: 3px;
}

/* Styles for idle tabs, when no tab in the main menu is selected (guest area) */
body:not(.seeker, .employer) #mainMenu > div > * {
  margin: 2px 2px 2px 2px;
}

#mainMenu > div > div.active {
  border: 2px solid #ffffff;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  background: #222222 url(./../img/grey_gradient.gif) repeat-x top left;
  /* The following little trick overlaps the 2px wide white border of the green
   * menu-bar and makes the tab look active */
  padding-bottom: 6px;
}

#mainMenu > div > div.active a {
  padding-top: 1px;
  margin-bottom: 2px;
}

#leftMainMenu {
  float: left;
}

#leftMainMenu > div {
  float: left;
  padding: 2px 0;
}

#leftMainMenu > div > * {
  background: transparent;
  color: #555555;
  /* To make the whole tab clickable, not only its label */
  display: block;
  font-weight: bold;
  padding: 0 10px;
  text-decoration: none;
}

#rightMainMenu {
  float: right;
}

#rightMainMenu > div {
  float: left;
  padding: 2px 0;
}

#rightMainMenu > div > * {
  background: transparent;
  color: #555555;
  /* To make the whole tab clickable, not only its label */
  display: block;
  font-weight: bold;
  padding: 0 10px;
  text-decoration: none;
}


/* ---------------
 * Navigation area
 * ---------------
 */

#navigationArea {
  color: #555555;
  float: left;
  padding: 25px 12px 20px 23px;
  width: 200px;
}

#navigationArea a {
  color: #555555;
  text-decoration: none;
}

#navigationArea a:hover {
  color: #ffffff;
}

#navigationArea a.disabled:hover {
  color: #555;
}

#navigationArea > div.inactive {
  background: #222222 url(./../img/green_gradient_nav.gif) repeat-x bottom left;
  border: 1px solid #999999;
  margin-top: -1px;
  padding: 3px 10px;
}

#navigationArea > div.active > div.subMenuItem {
  background: #222222 url(./../img/grey_gradient_nav.gif) repeat-x bottom left;
  border: 1px solid #999999;
  margin-top: -1px;
  padding: 3px 10px;
}

#navigationArea > div.active > div.active {
  background: #ebebeb url(./../img/arrow.gif) no-repeat center left;
  padding: 3px 0 0 26px;
}

#navigationArea > div.active > div.active > * {
  color: #222222;
}

#navigationArea > div.active > div.inactive {
  padding: 3px 0 0 26px;
}

#navigationArea > div.active > div.active:last-child, #navigationArea > div.active > div.inactive:last-child {
  margin-bottom: 4px;
}


/* ---------
 * Main area
 * ---------
 */
#mainArea {
  /* Very important for correct floating: Must equal navigationArea width +
   * horizontal paddings and margins! */
  margin-left: 235px;
  padding: 25px 23px 20px 12px;
  min-height: 400px;
}

#mainArea a {
  text-decoration: none;
}

.pageHeading {
  font-size: large;
  font-weight: bold;
}

.formHeading {
  color: white;
  background: #a9a9a9 url(./../img/dark_grey_gradient.gif) repeat-x bottom left;
  display: block;
  margin: 10px 0 10px 0;
  padding: 4px;
}

.formHeading:first-of-type {
  margin-top: 0;
}

.fieldInput input[type="radio"] {
  margin-bottom: 5px;
}

#pageLabel {
  font-size: larger;
  font-weight: bold;
}

#pageContent {
  margin: 10px 0 14px 0;
}

.panel {
  border: 1px #999999 solid;
  padding: 10px;
  background-color: #d1d2c8;
}

#first.panel {
  margin-bottom: 14px;
}

.twocolumns {
  /* important: clearing of this container */
  overflow: auto;
}

#wrap {
  padding: 30px;
}

.left {
  float: left;
  width: 48%;
  overflow: hidden;
  margin-bottom: 14px;
}

.right {
  float: right;
  width: 48%;
  overflow: hidden;
}

#userAcceptTac a {
  color: blue;
}

form > input[type="submit"], form > div > input[type="submit"], input[id="print"], input[id="pdf"], .submit, .cms-link-button{
  color: #555555;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: small;
  font-weight: bold;
  margin-right: 8px;
  border: 1px #999999 solid;
  background: transparent url(./../img/green_gradient_nav.gif) repeat-x bottom left;
  margin-top: 17px;
  padding: 4px 11px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}

form > input[type="submit"]:hover, form > div > input[type="submit"]:hover, .input[id="print"]:hover, .input[id="pdf"]:hover, .submit:hover, .cms-link-button:hover {
  color: #ffffff;
}

form > input[type="submit"]:active, form > div > input[type="submit"]:active, .right > input[id="print"]:active, input[id="pdf"]:active, .submit:active, .cms-link-button:active {
  background: transparent url(./../img/grey_gradient_nav.gif) repeat-x bottom left;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.5);
  box-shadow: inset 0 2px 2px rgba(0,0,0,0.5);
}

/* -----------
 * Content area
 * -----------
 */
#contentArea {
    overflow: hidden;
}

/* -----------
 * Footer area
 * -----------
 */
#footerArea {
  padding: 20px 0;
}

#leftFooter {
  float: left;
}

#leftFooter div {
  padding: 0 10px;
}

#leftFooter a {
  text-decoration: none;
  color: #555555;
  padding: 0 10px;
}

#leftFooter a:hover {
  color: #ffffff;
}

#rightFooter a {
  text-decoration: none;
  color: #555555;
  padding: 0 10px;
}

#rightFooter a:hover {
  color: #ffffff;
}


/* ------------------
 * Stundenlohnrechner
 * ------------------
 */
body.iframe {
  width: 650px !important;
}

.blau {
  color: #4A86D2;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

.grau {
  color: #666666;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

.rot {
  color: #FC0702;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

.black {
  color: #222222;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

table.text tr:first-of-type td:nth-of-type(4) b {
  padding-left: 3px;
}

table.text tr:nth-of-type(4) td:nth-of-type(6){
  float: right;
  padding-right: 33px;
}

.odd {
  background-color: #ebebeb;
}

.even {
  background-color: #d1d2c8;
}

.dataTables_wrapper {
  /* important: clearing of .dataTables_wrapper */
  overflow: hidden;
}

.dataTables_wrapper .ui-widget-header {
  font-weight: normal;
}

.ui-buttonset .ui-button {
  margin-left: 1px;
  margin-right: 0em;
  padding: 0 1px;
}

div.field {
  display: table-row;
}

div.fieldLabel {
  display: table-cell;
  padding-right: 10px;
  padding-left: 5px; /* inset after header */
  white-space: nowrap;
}

div.fieldInput {
  display: table-cell;
  width: auto;
}

div.fieldError {
  color: red;
}

/* -------------
 * Social Area
 * -------------
 */
.socialArea {
   margin-left: 5px;
   margin-right: 23px;
}

#followButtons {
    float: right;
    margin-top: 24px;
}

#followButtons a {
    text-decoration: none;
}

/** petag logo main page link */
.petagLogo {
    float:left;
}


/* -------------
 * Info Box
 * -------------
 */
.cmsTwoColPageCol2 ul.cmsUL {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.cmsTwoColPageCol2 ul.cmsUL li {
  background-image: url(/img/apply.png);
  background-repeat: no-repeat;
  background-position: 0px 0px; 
  padding-left: 22px; 
}

div.cmsInfoBoxContent > p.cmsParagraph:first-child {
  /*Picture header in Infoboxes*/
  margin-top: 0px;
  margin-bottom: -10px;
}

.cmsTwoColPageCol2 ul.cmsUL li p.cmsParagraph, .cmsTwoColPageCol2 ul.cmsUL li p.cmsParagraph:last-child {
  margin-bottom: -7px;
  margin-left: -1px;
}

div.cmsInfoBoxContent > p.cmsParagraph:last-child {
  /*Remove space after last infobox element*/
  margin-bottom: -12px;
}

.infobox_highlighted {
    font-size: 140%;
}

.infobox_img {
    margin-top: -6px;
    margin-left: -6px;
}

#userEmail { width: 175px; }

div.cmsInfoBoxContent > p.cmsParagraph {
   margin-bottom: -5px;
}

.cmsInfoBoxContent input[type=submit] { 
  margin-top: 4px;
}

/* -------------
 * Notice Box, from petag-ism.css
 * -------------
 */
#lift__noticesContainer___notice {
  border: 1px solid #fad42e;
  background: #fbec88 url(custom-theme/images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
  color: #363636; margin-bottom: 10px; padding-left: 3px;
}
#lift__noticesContainer___notice a {
  color: blue; margin-bottom: 10px;
}
#lift__noticesContainer___error, #lift__noticesContainer___warning {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(custom-theme/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a; margin-bottom: 10px; padding-left: 3px;
}
#lift__noticesContainer___error a, #lift__noticesContainer___warning a {
  color: blue; margin-bottom: 10px;
}