﻿#pcrbox .neutralBg
{
    background-color:#ccc;
}
#pcrbox .noBg
{
    background-color:#fff;
}
#pcrbox .details, .addDetails
{
    padding:15px;
}

#pcrbox .detail_title {
    font-weight: bold;
}

#pcrbox .applyRow{
    margin:10px 0px;
}
#pcrbox .reg,.thanks{
    padding:10px;
}
#pcrbox .jobBoardPage {
    padding:10px;
}

#pcrbox .btn-jobboard {
    padding: 10px;
    font-size: 16px;
    line-height: 25px;
    min-width: 250px;
    border: solid 1px;
    border-radius: 0px;
}

#pcrbox div .socialIcon {
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-top: -3.5px;
    float: left;
}

#pcrbox .dropboxButton div.socialIcon {
    background-image: url('/pcrimg/socialIcons/DropboxIcon.png');
}
#pcrbox .driveButton div.socialIcon {
    background-image: url('/pcrimg/socialIcons/GoogleDrive.png');
}
#pcrbox .onedriveButton div.socialIcon {
    background-image: url('/pcrimg/socialIcons/OneDrive.png');
}
#pcrbox .linkedInButton div.socialIcon{
    background-image:url('/pcrimg/socialIcons/LinkedIn.png');
}

#pcrbox #indeedButtonHidden {
    display: none !important;
}

#pcrbox .modal-body {
    overflow-y: auto !important;
}

#pcrbox #onedrivebtn {
    display: none;
}

#pcrbox .ui-autocomplete {
    font-size: 14px;
    z-index: 1000;
}

#pcrbox a[data-pcr='direct_link_to_position'] {
    display: none;
}

/*twitter typeahead styles for bootstrap 3*/
#pcrbox .twitter-typeahead {
     width: 100%;
     position: relative;
 }

#pcrbox .tt-dropdown-menu {
    width: 100%;
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
#pcrbox .tt-suggestion {
    display: block;
    padding: 3px 20px;
}
#pcrbox .twitter-typeahead .tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
#pcrbox .tt-suggestion.tt-cursor a {
    color: #fff;
}
#pcrbox .tt-suggestion p {
    margin: 0;
}
#pcrbox #no-resume {
    font-size: 22pt;
    color: #2150A3;
}

#pcrbox .btn-group.applyRowDropdown{
    left: 50%;
    right: auto;
    text-align: center;
    transform: translate(-50%, 0);
}

#pcrbox .applyRowDropdown .dropdown-menu{
    width:100%;
}
#pcrbox .applyRowDropdown .dropdown-menu li
{
    position:relative;
    text-align:center;
}
#pcrbox .applyRowDropdown .dropdown-menu li a{
    padding:13.5px 0px;
}
#pcrbox .applyRowDropdown .dropdown-menu li img{
     position:absolute;
     top:7.5px;
     left:10px;
 }   

 #pcrbox .resumeButtons{
     min-width:250px;
     width:250px;
 }

 #pcrbox .btn-group-vertical>.btn:first-child:not(:last-child)
 {
     border-top-right-radius:0px;
     border-top-left-radius:0px;
     border-top:0px;
 }

 #pcrbox .cursorLink{
     cursor:pointer;
 }

 #pcrbox .noResults{
     width:100%; 
     text-align:center; 
     background-color:#ffffff;
 }

 @media (min-width: 1100px) {
  #pcrbox .apply{
     display:inline-block;
   }
    #pcrbox .btn-jobboard {
        margin-right: 10px;
    }
    #pcrbox .applyWithButtons{
         min-height:140px;
     }
}
 @media (max-width:1099px){
     #pcrbox .apply{
		display:inline-block;
         margin-bottom:10px;
     }

     #pcrbox .backArrow{
         position:absolute;
         left:calc(50% - 155px);
         top:12px;
     }
     #pcrbox .applyWithButtons{
         min-height:240px;
     }
 }
#pcrbox .btn-jobboard {
    max-width: 250px;
}
#pcrbox .backArrow{
    display:inline-block;
    text-decoration:none;
  
}
#pcrbox .backArrow img{
    width:25px;
}

#resumeUploadTypeButton .caret{

    margin-left:4px;
}
#resumeApplyDropdown{
    width:250px;
    border-radius:0px;
    margin-top:1px;
        z-index: 100021;
}


#resumeApplyDropdown li a{
    height:40px;
    padding:5px 10px;
}
#resumeApplyDropdown li a.btn{
    text-align:left;
}

#pcrbox .dropButtonText{
    font-size:16px;
    padding-left:20px;
    user-select:none;
}

#pcrbox .pager{
    margin:0px 0px;
    padding:15px 0px;
}

#pcrbox #nextButton,#prevButton{
    border-radius:0px;
    position:relative;
    margin:0px 5px;
    min-width:100px;
}

#pcrbox a.googlePaging.page{
    margin:0px 3px;
}

#pcrbox .pager #nextButton, .pager #prevButton{
    padding:4px 10px;
    min-width:150px;
}

#pcrbox .pager .page{
    padding: 2px 5px;
}


#pcrbox .searchresultcell {
    padding: 5px;
}

#pcrbox .multipleitems {
    padding-top: 5px;
}

#pcrbox .multipleitems .lastrow {
    padding-bottom: 5px;
}

#pcrbox .multipleitems .list-group-item {
    border: 1px solid #999;
}

#pcrbox .multipleitems .list-group-item a {
    text-decoration: none;
}

h1.litejobtitle {
    font-size: 36px;
    line-height: 36px;
    margin: 0;
    padding-bottom: 10px;
}

#pcrbox .first-select-element {
    background-color: #ddd;
}

.searchtitle {
    min-height: 40px;
}

#pcrbox .searchHeader .col3 {
    position: absolute;
	z-index: 100;
    top: 0;
    right: 0;
    padding-right: 5px;
    padding-left: 5px;
}

#resultcount {font-size: 100%}

@media (max-width:600px) {


    #pcrbox .searchHeader .col1 h1 {
        white-space: nowrap;
    }

    #pcrbox .searchHeader .col3 {
        position: static;
    }

    #pcrbox .searchHeader .col3 button {
        width: 100%;
    }
}


#pcrbox #Positions\.Search\.Button {
    height: 44px;
}

#pcrbox .searchContainer {
    background-color: #ccc;
    padding-bottom: 10px;
}

.radius-search input {
    width: 100%;
}

.radius-holder1 {
    width: 50%;
    display: inline-block;
    padding-right: 2px;
}

.radius-holder2 {
    width: 50%;
    display: inline-block;
    padding-left: 2px;
}

.social-logins {
    max-width: 800px;
    margin: auto;
}





.fa-indeed:before {
    font-family: Cursive;
    content: "i";
    font-weight: bold;
}

.fa-cursorpointer {
    cursor: pointer;
}

.attachmentjabber {
    margin-top: 10px;
    margin-left: 0px;
}

.attachmentjabber i {
    margin-left: 10px;
}

.attachmentjabber input {
    opacity: 0.01;
    position: absolute;
    z-index: -1;
    width: 1px;
    left: 100px;
}

.attachmentjabberlabel {
    border: 1px solid #1690E2;
    background-color: #1690E2;
    margin-left: 0px;
    color: #fff;
    padding: 6px;
    border-radius: 8px;
}

.uploadbutton {
    background-color: #ddd;
}

.reguploadcontainer {
	height: 44px;
}

.reguploadcontainer > div {
    display: inline-block;
    margin-right: 10px;
}

#pcrbox .logonui {
    width: auto;
    right: 10px;
    top: 0;
    position: absolute;
    cursor: pointer;
    text-decoration: none;
}

#pcrbox .logonui a {
    text-decoration: none;
}

#pcrbox .searchHeader {
    position: relative;
}

#pcrbox .pcrloginform {
    width: 100%;
    max-width: 400px;
    border: 1px solid #666;
    background-color: #fff;
    margin: auto;
}

#pcrbox .pcrloginform ul {
    padding: 10px;
    list-style: none;
}

#pcrbox .pcrloginform li {
    padding-bottom: 5px;
}

#pcrbox .btn-fullwidth {
    width: 100%;
}

#pcrbox .pcrloginform a.pcrforgotlink {
    color: #333;
    text-align: center;
}

#pcrbox .pcrlogincontainer {
    padding: 20px;
}

#pcrbox .existmessage {
    color: red;
    padding: 4px;
    border: 1px solid red;
    border-radius: 3px;
    margin-top: 3px;
}

#pcrbox .positionlogo, #pcrbox .companylogo {
    min-width:70px;
    max-width:200px;
    width:100%;
    height:80px;
    display:inline-block;
    background-repeat:no-repeat;
    background-size:contain;
}

.pcrecheck
{
	background-image: url(/pcrimg/echeck.gif);
	height: 13px;
	width: 14px;
	background-repeat: no-repeat;
    vertical-align: top;
}

#pcrbox .strong {
    font-weight: 800;
}

@media screen and (max-width: 991px) {
 .picker.modal-dialog {
    min-width: 100% !important;
    min-height: 100% !important;
 }
 .picker.modal-dialog-content.picker-dialog-content{
     min-width: 100% !important;
     min-height: 100% !important;
 }
 .picker-dialog{
     top: 0 !important;
     left: 0 !important;
     margin: 0 !important;
     height: 100% !important;
 }
}

#pcrbox .sortarrow {
    color: #008000;
}

@media (max-width:400px) {
    .radius-holder1, .radius-holder2 {
        width: 100%;
        padding: 0 0 4px 0;
    }
}



/* Additional Profile CSS for bootstrap option*/
#pcrbox #profilebody ul.mfFieldList .pcrtextbox {
    padding: 6px 12px;
}

#pcrbox #profilebody textarea.form-control {
    height: 100px !important;
}

#pcrbox #profilebody .pcrtextbox, #profilebody .pcrtextarea, #profilebody .pcrselect {
    width: auto;
    display: inline-block;
}

#pcrbox #profilebody textarea.pcrtextbox-sm {
    height: 100px !important;
}

#pcrbox #profilebody textarea.pcrtextbox-md {
    height: 200px !important;
}

#pcrbox #profilebody textarea.pcrtextbox-lg {
    height: 300px !important;
}

#pcrbox #profilebody .pcrheadingcolor {
    vertical-align: top;
}
#pcrbox #profilebody .pcrprofilecaption {
     padding: 5px 0 5px 2px;
     background-color:transparent;
     border-bottom: 1px solid #CCC;
     font-weight: bold;
}
 #pcrbox #profilebody select.form-control[multiple] {
    height: auto !important
}
 #pcrbox #profilebody textarea.pcrtextarea {
    width: 100%
}
 #pcrbox #profilebody div.pcrscrollbox {
     height: 150px;
     overflow: auto;
     padding: 5px;
     border: 1px solid #CCC;
}
 #pcrbox #profilebody .pcrscrollbox br {
     display: none;
}
 #pcrbox #profilebody div.pcrscrollbox label.pcrcheckgroup {
     white-space: nowrap;
     display: inline-block;
     width: 20%;
}
 #pcrbox #profilebody div.pcrscrollbox .checkbox-inline input[type=checkbox] {
     position: relative;
     margin-right: 5px;
}
 #pcrbox #profilebody .mfFieldList label,  #pcrbox #profilebody .mfFieldList .pcrtextbox {
     font: inherit;
}

/* Additional social apply*/
#pcrbox .socialapplylink .iconspan {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 4em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
}

#pcrbox .socialapplylink .descspan {
    font-size: 2em;
    padding-left: 15px;
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
}

#pcrbox .socialapplylink a {
    border: 1px solid #999;
    padding: 10px;
    line-height: 3em;
    width: 100%;
    text-decoration: none;
    display: block;
    text-align: center;
}

#pcrbox .socialapplylink a:hover {
    background-color: #eee;
    color: #000;
}

#pcrbox .socialapplylink a {
    border: 1px solid #fff;
    padding: 40px 10px;
    font-size: 1.4em !important;
    line-height: 3em;
    width: 100%;
    text-decoration: none;
    display: block;
    height: auto;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

#pcrbox .socialapplylink a:hover {
    border: 1px solid #fff;
}

#pcrbox .socialapplylink .descspan {
    font-size: 13px;
    padding-left: 0;
    display: block;
    margin-top: 0;
}

#pcrbox .socialapplylink {
    padding: 0;
    align-content: center !important;
    height: 180px;
    overflow: hidden;
}

#pcrbox .fullcolor .socialapplylink .login_linkedin {
    background-color: rgba(0,119,181,1);
    color: #fff;
}

#pcrbox .fullcolor .socialapplylink .login_linkedin:hover {
    opacity: .7;
    transition: all 0.8s
}

#pcrbox .fullcolor .socialapplylink .login_facebook {
    background-color: rgba(59,89,152,1);
    color: #fff;
}

    #pcrbox .fullcolor .socialapplylink .login_facebook:hover {
        opacity: .7;
        transition: all 0.8s
    }

#pcrbox .fullcolor .socialapplylink .login_yahoo {
    background-color: rgba(96,1,210,1);
    color: #fff;
}

    #pcrbox .fullcolor .socialapplylink .login_yahoo:hover {
        opacity: .7;
        transition: all 0.8s
    }

#pcrbox .fullcolor .socialapplylink .login_microsoft {
    background-color: rgba(129,188,6,1);
    color: #fff;
}

    #pcrbox .fullcolor .socialapplylink .login_microsoft:hover {
        opacity: .7;
        transition: all 0.8s
    }

#pcrbox .fullcolor .socialapplylink .login_google {
    background-color: rgba(234,67,53,1);
    color: #fff;
}

    #pcrbox .fullcolor .socialapplylink .login_google:hover {
        opacity: .7;
        transition: all 0.8s
    }

#pcrbox .fullcolor .socialapplylink .login_indeed {
    background-color: rgba(33,100,243,1);
    color: #fff;
}

    #pcrbox .fullcolor .socialapplylink .login_indeed:hover {
        opacity: .7;
        transition: all 0.8s
    }

#pcrbox .fullcolor .socialapplylink .login_none {
    color: #333;
    background-color: rgba(255,255,255,1);
    width: 100%;
}

    #pcrbox .fullcolor .socialapplylink .login_none:hover {
        background-color: rgba(0,0,0,.1);
        transition: all 0.8s
    }

#pcrbox .fullcolor .socialapplylink a {
    color: #fff;
}

#pcrbox .socialapplylink a {
    line-height: 1.4em;
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
}

#pcrbox .socialapplylink a.login_none {
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
}

#pcrbox .monochrome .socialapplylink {
    background-color: rgba(255,255,255,1);
}

#pcrbox .monochrome .socialapplylink a {
    color: #777;
}

#pcrbox .monochrome .socialapplylink a:hover {
    transition: all 0.8s
}

/* social apply colormatch */
#pcrbox .monochrome .socialapplylink:hover span.icon-LinkedIn-solid {
    color: #0077b5;
}

#pcrbox .monochrome .socialapplylink:hover span.icon-Facebook-solid {
    color: #3b5998;
}

#pcrbox .monochrome .socialapplylink:hover span.icon-Yahoo-solid {
    color: #6001d2;
}

#pcrbox .monochrome .socialapplylink:hover span.icon-Microsoft-solid {
    color: #81bc06;
}

#pcrbox .monochrome .socialapplylink:hover span.icon-Google-solid {
    color: #ea4335;
}

#pcrbox .monochrome .socialapplylink:hover span.icon-Indeed-solid {
    color: #2164f3;
}

/* mixin social apply */
@media (max-width:450px) {
    #pcrbox .socialapplylink {
        width: 100% !important;
    }
}

/* mixin search results */
@media (max-width:600px) {
    #pcrbox .searchResults {
        width: 100%;
    }
}

#pcrbox .confirmwarning {
    background-color: #e7e8ec;
    color: #777;
    border: 1px solid #ddd;
    padding: 2px 8px;
    font-weight: normal;
    margin: 2px 0px;
}

[class^="icon-"], [class*=" icon-"]:before {
    /*root color*/
    color: inherit;
}

.sortwidget {
    padding: 2px 0px 2px 5px;
}

#pcrbox button[type=submit].menuButton {
    width: 220px;
}

#pcrbox #menuContainer .menuCell {
    text-align: center;
    padding: 10px;
}

.reqField {
    border: 3px solid blue !important;
}

.validatemessage {
    background-color: red;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.multiselect-check-box:focus + label > span {
    border: 1px solid black;
}

.filternav {
    text-align: center;
    padding-top: 10px;
}

.filterlist {
    -webkit-overflow-scrolling: touch;
}

.filterlist ul {
    padding: 0; 
}

/* ADDED */
.card {
    padding: 10px 20px;
    border: 1px solid #e9ecef;
    background-color: #f2f2f2;
    position: relative;
    top: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    flex: 0 0 20%;
}

.card-body {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.card-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

    .card-header h5 {
        margin-bottom: 5px;
    }

        .card-header h5 .btn {
            font-weight: 700;
        }

.form-check-label, .badge {
    font-weight: 500;
}

    .badge:hover {
        opacity: .9;
        cursor: pointer;
    }

.btn-link {
    font-weight: 400;
    color: #19254C;
}

label.form-check-label {
    padding-left: 6px;
}

span.badge.badge-pill.badge-primary {
    margin: 0 1px;
}

.reqField2 {
    border: 3px solid #FF6347 !important;
}
/* PRINT STYLES */
@media print {
    a[href]:after {
        content: none
    }
}