/* smartpro.eth browser.publication.less */
/* mixin classes */
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
/*---[ html ]-----------------------------------------------------------------*/
html,
body {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}
#pub {
    font-weight: normal;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
    min-width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-color: #EAECEE;
    /*background-image: url(https://cdn.refline.ch/3.0.0/eth/b/img/layoutBG.gif);*/
    background-repeat: repeat-x;
    padding: 0;
    margin: 0;
}
#pub #container {
    height: 100%;
    width: 1036px;
    margin: 0 auto 0 auto;
    padding: 0;
    background-color: #FFFFFF;
}
#pub #container #header {
    height: 40px;
    padding: 0;
    margin: 0;
}
#pub #container #header .logo {
    width: 189px;
    height: 31px;
    top: 28px;
    position: relative;
    /*background-image: url(https://cdn.refline.ch/3.0.0/eth/b/img/eth_logo.png);*/
    background-repeat: no-repeat;
    padding: 0;
    margin: 0 0 0 10px;
}
#pub #container #header .logo a {
    display: block;
    width: 189px;
    height: 31px;
    text-decoration: none;
}
#pub #container #content {
    margin: 0;
    *zoom: 1;
}
#pub #container #content:before,
#pub #container #content:after {
    content: " ";
    display: table;
}
#pub #container #content:after {
    clear: both;
}
#pub #container #content:before,
#pub #container #content:after {
    display: table;
    content: "";
    line-height: 0;
}
#pub #container #content:after {
    clear: both;
}
#pub #container #content #left {
    width: 722px;
    min-height: 612px;
    float: left;
    padding: 30px;
}
#pub #container #content #left #bTitle {
    padding: 40px 0 16px 0;
    color: #003d7c;
    font-size: 25px;
    line-height: 28px;
    font-weight: bold;
}
#pub #container #content #left #bDuty {
    padding-bottom: 18px;
}
#pub #container #content #left #bRequirement {
    padding-bottom: 18px;
}
#pub #container #content #left #bFooter {
    padding-bottom: 18px;
}
#pub #container #content #right {
    width: 254px;
    min-height: 672px;
    /*background: url('https://cdn.refline.ch/3.0.0/eth/b/img/pubImage001.jpg');*/
    background-repeat: no-repeat;
    float: left;
}
#pub #container #bottom {
    height: 70px;
    background-color: #EAECEE;
    padding: 15px 30px;
}
#pub #container #bottom .applyLink {
    float: left;
    background: #006ab3;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
}
#pub #container #bottom ul#social {
    float: right;
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0;
}
#pub #container #bottom ul#social li {
    float: left;
    padding: 0 0 0 10px;
    margin: 0;
}
#pub #container #bottom ul#social li a {
    display: block;
    height: 20px;
    width: 20px;
    text-decoration: none;
    /* style the trigger elements */
    border: 0;
    cursor: pointer;
    margin: 0 1px;
}
/*#pub #container #bottom ul#social li a.facebook {*/
/*    background-image: url('https://cdn.refline.ch/3.0.0/eth/b/img/icon_fb.png') !important;*/
/*    background-position: left top;*/
/*}*/
/*#pub #container #bottom ul#social li a.facebook:hover {*/
/*    background-position: left bottom;*/
/*}*/
/*#pub #container #bottom ul#social li a.googleplus {*/
/*    background-image: url('https://cdn.refline.ch/3.0.0/eth/b/img/icon_googleplus.png') !important;*/
/*    background-position: left top;*/
/*}*/
/*#pub #container #bottom ul#social li a.googleplus:hover {*/
/*    background-position: left bottom;*/
/*}*/
/*#pub #container #bottom ul#social li a.linkedin {*/
/*    background-image: url('https://cdn.refline.ch/3.0.0/eth/b/img/icon_linkedin.png') !important;*/
/*    background-position: left top;*/
/*}*/
/*#pub #container #bottom ul#social li a.linkedin:hover {*/
/*    background-position: left bottom;*/
/*}*/
/*#pub #container #bottom ul#social li a.xing {*/
/*    background-image: url('https://cdn.refline.ch/3.0.0/eth/b/img/icon_xing.png') !important;*/
/*    background-position: left top;*/
/*}*/
/*#pub #container #bottom ul#social li a.xing:hover {*/
/*    background-position: left bottom;*/
/*}*/
/*#pub #container #bottom ul#social li a#iconTalk {*/
/*    background: url("https://cdn.refline.ch/3.0.0/eth/b/img/eth_website_icons.png") no-repeat scroll -9px -6px rgba(0, 0, 0, 0);*/
/*    width: 20px;*/
/*}*/
/*#pub #container #bottom ul#social li a#iconPrint {*/
/*    background: url("https://cdn.refline.ch/3.0.0/eth/b/img/eth_website_icons.png") no-repeat scroll -71px -6px rgba(0, 0, 0, 0);*/
/*    width: 20px;*/
/*}*/
#pub .clearer {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

