.hr-bpc {

}

/* TOP BAR LOGO */

.hr-bpc #topbar {
    background: url('../../../themes/kontekstHR/images/LOGO_HR_BPC.png') top center no-repeat transparent;
    margin-top:20px;
    height: 105px;
    width: 100%;
}

.hr-bpc #topbar .hrbreadcrumb {
    float:left;
    width:50%;
    font-size: 10px;
}

.hr-bpc #topbar .hrlogout {
    float:left;
    width:50%;
    text-align:right;
}
.hr-bpc #topbar .hrlogout .hrbutony {
    width: 50px;
}




/* SIDEBARS */

.hr-bpc .menu-sidebar div.page_item {
    padding-bottom:10px !important;

}
.hr-bpc .menu-sidebar div.page_item a {
    border:1px solid #A3B4CE !important;
    font-size:1em;
    text-align:left;
}

.hr-bpc .sidebar-right {
    border:1px solid red !important;
}

.hr-bpc #sidebar-left {
    padding-top:13px !important;
}


/** CONTENT AREA **/

.hr-bpc #main-content .sinle-post {
    border: 0px !important;
    padding-top: 0px !important;
    padding-left:40px !important;
}

.single-hr-bpc-post #content #main-content .sinle-post {
    border: 1px dotted #003579 !important;
    margin-bottom: 20px  !important;
    padding: 45px 20px 30px !important;
    position: relative !important;
}

.single-hr-bpc-post #content #main-content .sinle-post .post-text {
    padding-top: 35px;
}


.hr-bpc .product-photo {
    background-position: center center;
    background-size: cover;
    margin:0px 40px 0px 40px;
    border: solid 2px #000000;
    width:230px; height:167px;
    display:block;
    margin: 0 auto; 
}

/** BUTTONS **/

.hr-bpc .hrbutony {

    width: 150px;
    height: 25px;

    display:block;
    font-weight: 600 !important;
    font-size:1em;
    background-color:#FFFFFF;
    border:1px solid #A3B4CE;
    font-weight:900;
    text-align: left;
    padding:0px 40px 0px 40px;

    border-radius:3px;
    -moz-border-radius:5px;
    -webkit-border-radius:3px;

    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hr-bpc .hrbutton_curr {
    background: #00387A !important;
    color: white;
}

.hr-bpc .hrbutton_login {
    background: #A3B4CE;
    color: white;
}

.hr-bpc .hrbutony:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00387A;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hr-bpc .hrbutony:hover, .hrbutony:focus, .hrbutony:active {
    color: white;
}
.hr-bpc .hrbutony:hover:before, .hrbutony:focus:before, .hrbutony:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.hr-bpc .product-top .hrbutony {
    text-align:center;
}





/** FORMS  LOGIN / NEW PASS **/


.hr-bpc .hrlogin-container fieldset{
    border: 0;
    width: 530px;
    height: 300px;
    padding: 50px;
    background-color: #F2F7FF;
    font-size: 14px;
    color:#1A385F;
    font-weight:bold;
    margin-top:5px
}


.hr-bpc .hrlogin-container fieldset .hrlogin-field {
    display: block;
    width: 100%;
    padding:5px;
    padding-bottom:15px
}

.hr-bpc .hrlogin-container fieldset .hrlogin-field a { 
    text-decoration:underline;
}

.hr-bpc .hrlogin-container fieldset input[type="text"], 
.hr-bpc .hrlogin-container fieldset input[type="password"],
.hr-bpc .wpcf7 input[type="text"],
.hr-bpc .wpcf7 input[type="email"]
{
    display: block;
    padding:10px;
    width: 505px;
    font-size: 18px;
    color:#1A385F;

    border:1px solid #A3B4CE;
    border-radius:3px;
    -moz-border-radius:5px;
    -webkit-border-radius:3px;
}

.hr-bpc .hrlogin-container fieldset .hr-valid-error-input {
    border: 1px solid red !important;
}    


.hr-bpc .hrlogin-container fieldset .hrlogin-field-rules label, .hr-bpc .hrlogin-container fieldset .hrlogin-field-remember label{
    top:-10px;
    left:5px;
    position:relative;
}

.hr-bpc .hrlogin-container fieldset .hr-valid-error {
    color:red;
    margin-left:5px;
    font-weight:normal;
    width:auto;
    display:inline-block;
    display:none;
}

.hr-bpc .hrlogin-container fieldset .hrlogin-field-rules .hr-valid-error {
    margin-left:30px;
}

.hrlogin-field-decription {
    font-weight:normal;
    padding:15px 0 15px 0;
}

.hrsubmit-area {
    display:block;
}

.hrlogin-field-remember {
    display:block;
    float:left;
    width:40% !important;
}

.hrlogin-sumbit  {
    display:block;
    float:right;
    width:40%;
    padding-top:10px;
    margin-right:25px

}

/** FORM BUTTONS **/

.hr-bpc .hrlogin-container .hrlogin-sumbit input[type="submit"], 
.wpcf7-submit,
.post-type-archive-hr-bpc-post #fancybox-content form input[type="submit"]
{

    cursor:pointer;

    background: #00387A;
    color: white;    

    width: 230px;
    height: 30px;

    display:block;

    font-weight: normal !important;
    font-size:15px;
    border:1px solid #A3B4CE;
    font-weight:900;
    text-align: center;
    padding:0px 40px 0px 40px;

    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;

    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;

}

.hr-bpc .hrlogin-container .hrlogin-sumbit .hrlogin-lostpassword {
    padding-top:17px;
    padding-left:45px;
}

/** FORMS  CONTACT FORM **/

.hr-bpc .wpcf7 {
    border: 0;
    width: 530px;

    font-size: 14px;
    color:#1A385F;
    font-weight:bold;
}

.hr-bpc .wpcf7 p {
    padding-bottom:20px; 
}

.hr-bpc .wpcf7 textarea {
    display: block;
    padding:10px;
    width: 505px;
    font-size: 16px;
    color:#1A385F;

    border:1px solid #A3B4CE;
    border-radius:4px;
    -moz-border-radius:5px;
    -webkit-border-radius:4px;
}

.hr-bpc .wpcf7 p .wpcf7-submit {
    position:relative;
    top:20px;
    right:-300px;
}


/** SINGLE PAGE SHARE LINK **/

.hr-bpc .input-share-link-box {
    position:relative;
    padding-bottom:30px;
}


.hr-bpc .input-share-link-box .add-on{

    position:absolute;
    top:1px;
    width:30px;
    background: url('img/link_icon.png') center center no-repeat transparent;
    text-indent: -9999px;

}

.hr-bpc .input-share-link-box .input-share-link-copy {
    display: inline-block;

    padding:2px;
    padding-left:30px;
    width: 560px;
    font-size: 12px;
    color:#1A385F;

    border:1px solid #A3B4CE;
    border-radius:4px;
    -moz-border-radius:5px;
    -webkit-border-radius:4px;
}

.hr-bpc .input-share-link-box .input-share-link-submit {
    cursor:pointer;

    background: #A3B4CE;
    color: white;

    width: 140px;
    height: 30px;

    display:inline-block;
    font-weight: 200 !important;
    font-size:12px;
    border:1px solid #A3B4CE;
    font-weight:900;
    text-align: center;
    padding:0px 10px 0px 10px;
    margin:0px;

    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;

    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
}







/** FANCY BOC FIRST LOGIN **/

.post-type-archive-hr-bpc-post #fancybox-content {
    background: #fff;
    color:#003579;
}

.post-type-archive-hr-bpc-post #fancybox-content h2{
    padding-bottom: 30px;
}

.post-type-archive-hr-bpc-post #fancybox-content p {
    padding-bottom: 15px;
    font-size:14px;
    color:#000;
}

.post-type-archive-hr-bpc-post #fancybox-content form {
    padding-top: 20px;
}


.post-type-archive-hr-bpc-post #fancybox-content form input[type="submit"] {
    margin-top:30px;
    float:right;
}

form .hr-error {
    color:red;
    font-weight:bold;
    text-align:center;
    font-size:14px;
    padding-bottom:14px;
}


/** checkbox css3 **/

:root .css3-checkboxes label,
:root .css3-checkboxes input[type="checkbox"] + span,
:root .css3-checkboxes input[type="checkbox"] + span::before
{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight:bold;
}

:root .css3-checkboxes
{
    position: relative;
}

:root .css3-checkboxes label *
{
    cursor: pointer;
}

:root .css3-checkboxes input[type="checkbox"]
{
    opacity: 0; 
    position: absolute; 
}

:root .css3-checkboxes input[type="checkbox"] + span
{
    font-size: 14px;
    font-weight:bold;
    color: #002D71;
}

:root .css3-checkboxes label:hover span::before
{
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
}

:root .css3-checkboxes label:hover span
{
    color: #002D71;
}

:root .css3-checkboxes input[type="checkbox"] + span::before
{
    content: "";
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    border: solid 1px #A4B5CE;
    line-height: 16px;
    text-align: center;

    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;

}

:root .css3-checkboxes input[type="checkbox"]:checked + span::before
{
    color: #666;
}

:root .css3-checkboxes input[type="checkbox"]:disabled + span
{
    cursor: default;

    -moz-opacity: .4;
    -webkit-opacity: .4;
    opacity: .4;
}

:root .css3-checkboxes input[type="checkbox"] + span::before
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

:root .css3-checkboxes input[type="checkbox"]:checked + span::before
{
    content: "\2714";
    font-size: 12px;
}