﻿/*from old custom.bootstrap.css*/
.textAlignCenter {
    text-align: center !important;
}

#TB_window {
    margin-top: -220px !important;
}

.spacer20Px {
    margin-top: 20px !important;
}

.spacer5Px {
    margin-top: 5px !important;
}

.spacer10Px {
    margin-top: 10px !important;
}

.gridviewhcheckbox input[type="checkbox"] {
    margin-left: 0 !important;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.inline, .display-inline-block {
    display: inline-block !important;
}

.display-table {
    display: table;
}

.float-left {
    float: left;
}



/*Misc*/
.sky-form {
    border: none !important;
}

.sky-form.border {
   box-shadow: none;
   border: 1px solid #eee !important;
}

    /*.sky-form a.btn {
        color: white !important;
    }*/

    /*.sky-form .label {
        font-size: 15px !important;
    }*/

    .sky-form .table tbody tr td .radio i {
        top: 1px;
    }

    .sky-form .state-error input, .sky-form .state-error select, .sky-form .state-error select + i, .sky-form .state-error textarea, .sky-form .radio.state-error i, .sky-form .checkbox.state-error i, .sky-form .toggle.state-error i, .sky-form .toggle.state-error input:checked + i {
        background: #fff0f0 !important;
    }

    .sky-form .checkbox span {
        white-space: initial;
    }

.color-red {
    color: #e74c3c !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.p-spacer {
    margin: 0;
}

.h-space {
    margin-left: 40px;
}

.h-space-80 {
    margin-left: 80px;
}

.select-occupation, .search-occupation, .get-started-select-box {
    min-height: 212px;
}

blockquote .response {
    font-size: 15px;
}

.question {
    margin-top: 10px !important;
}

    .question span {
        font-weight: 600;
        font-size: 15px;
        line-height: 27px;
        color: #404040;
    }

.file-upload {
    display: inline-block !important;
}

    .file-upload input {
        height: 34px;
        padding: 6px 12px;
    }


.popover.fade.right.in {
    min-width: 300px;
    z-index:999999!important;
    position:fixed;
}

.addon-blank {
    padding-right: 21px;
}

.input-group-addon-blank {
    padding-right: 34px;
}

.input-group-addon-fixed {
    padding-right: 100px;
}

.container-inner .input-group {
    margin-bottom: 10px;
}

.emphasized {
    font-weight: bold;
    margin-bottom: 20px;
    color: #555;
}

.text-info {
    font-weight: 600;
    color: #404040;
    font-size: 15px;
}

.no-border-left {
    border-left: none !important;
}

.ajax__calendar .ajax__calendar_container {
    z-index: 9999;
}

.container-inner {
    margin: 0px 15px;
    /*background-color:mistyrose;*/
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
    float: none;
}



/*.ajax__validatorcallout {
    width: auto !important;
}

.ajax__validatorcallout_error_message_cell {
    z-index: 99999;
}*/

/*.cke_contents {
    height: 150px !important;
}*/

/* wizard */
.wizard select {
    /*box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 30px;*/
    padding: 6px 10px;
    margin-bottom: 10px;
    /*outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 13px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;*/
}

.wizard .step-pane {
    padding: 0px 15px !important;
}


    .wizard .step-pane .row .bottom-actions {
        margin: 0px -15px;
    }

/* autocomplete */
.acResults {
    overflow: auto;
    z-index: 999;
    max-height: 500px;
}

/*chosen dropdown*/
.chosen-container-single .chosen-single div b {
    /*background: none;*/
}

.chosen-single {
    border-radius: 0px !important;
}

.chosen-container-multi .chosen-choices, .chosen-container-active .chosen-choices{
    border:1px solid #bbb ;
    border-radius:0px;
}

    .chosen-container-multi .chosen-choices .search-choice {
         border-radius:0px;
    }

.edit-acc-req-fld .chosen-single, .edit-acc-req-fld .chosen-drop {
    background-color: #ffffcc !important;
}


/*jQuery UI*/
.ui-widget-content {
    background: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
}

/*Time Picker*/
.ptTimeSelectHr, .ptTimeSelectMin {
    color: #333333;
}

/*gridview*/
.gridview-pager table tbody tr td a,
.gridview-pager table tbody tr td span {
    position: relative;
    float: left;
    padding: 3px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    /*color: #337ab7;*/
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.gridview-pager table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.gridview-pager table > tbody > tr > td:first-child > a,
.gridview-pager table > tbody > tr > td:first-child > span {
    margin-left: 0;
    /*border-top-left-radius: 4px;
border-bottom-left-radius: 4px;*/
}

.gridview-pager table > tbody > tr > td:last-child > a,
.gridview-pager table > tbody > tr > td:last-child > span {
    /*border-top-right-radius: 4px;
border-bottom-right-radius: 4px;*/
}

.gridview-pager table > tbody > tr > td > a:hover,
.gridview-pager table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
    z-index: 2;
    /*color: #23527c;*/
    background-color: #eee;
    border-color: #ddd;
}

.gv-pager {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px;
}

    .gv-pager table > tbody > tr > td {
        display: inline;
    }

        .gv-pager table > tbody > tr > td > a,
        .gv-pager table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 3px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            /*color: #dd4814;*/
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .gv-pager table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 3px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            /*color: #aea79f;*/
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .gv-pager table > tbody > tr > td:first-child > a,
        .gv-pager table > tbody > tr > td:first-child > span {
            margin-left: 0;
            /*border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;*/
        }

        .gv-pager table > tbody > tr > td:last-child > a,
        .gv-pager table > tbody > tr > td:last-child > span {
            /*border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;*/
        }

        .gv-pager table > tbody > tr > td > a:hover,
        .gv-pager table > tbody > tr > td > span:hover,
        .gv-pager table > tbody > tr > td > a:focus,
        .gv-pager table > tbody > tr > td > span:focus {
            /*color: #97310e;*/
            background-color: #eeeeee;
            border-color: #dddddd;
        }
/*end gridview */

/*let's override some customization from unify-hr*/
.container.content table td, .container.content table td {
    padding: 0px;
}

.container table {
    width: 100% !important;
    display: inline-table;
}

.container.content .table td {
    padding: 8px;
}

    .container.content .table td .textAlignCenter {
        text-align: center !important;
    }

    .container.content .table td .radio {
        display: inline-block;
    }

h2 .question-explain-to-me {
    font-size: 17px;
    top: 0px;
    position: absolute;
}

/*Specific for Apps and Tools*/

/* Login Box Generator */
#LoginBox {
    max-width: none;
    border-collapse: separate;
    line-height: 20px;
    border-spacing: 2px 2px;
    padding: 15px 20px 20px 20px;
}


@media (max-width: 991px) {
    #loginCodeBlock {
        padding-top:30px;
        padding-left: 30%;
    }
}

@media (max-width: 767px) {
    #loginCodeBlock {
        padding-top:30px;
        padding-left: 10%;
    }
}

@media (max-width: 596px) {
    #loginCodeBlock {
        padding-top:30px;
        padding-left: 15px;
    }
}


.login-generator .sky-form fieldset {
    background-color: transparent;
}


.login-generator .sky-form .inline-group .input {
    float: left;
    display: inline-block;
    margin-right: 15px;
}

.login-generator #tab1 .input {
    float: left;
    display: inline-block;
    margin-right: 30px;
}

.login-generator .container-inner {
    margin-right: 0px;
}

    .login-generator .container-inner .input-group {
        margin-bottom: 1px;
        margin-left: 3px;
    }

.login-generator .settings-container {
    width: 61%;
}

#ResetLastSave, #ResetDefault, .newsfeed .btn-danger {
    color: #ffffff !important;
}

.login-generator #step1Body .col-sm-8 {
    width: 74.5%;
}

.login-generator #boxBorderText {
    /*width:50px!important;*/
}

.login-generator #boxBorderSelect_chosen {
    width:100px!important;
}
/* Newsfeed Generator */

.sky-form .tab-content fieldset {
    background-color: transparent;
    padding: 0px 5px;
}

.newsfeed .tab-content .tab-pane {
    min-height: 370px;
}

.newsfeed .sky-form .inline-group .input, .newsfeed .sky-form .inline-group .select {
    float: left;
    display: inline-block;
    margin-right: 5px;
}

.newsfeed .btn-group .dropdown-menu > li > a {
    padding: 1px 15px;
}

.newsfeed select {
    width: 100%;
    margin-bottom: 0px;
}

.newsfeed .colorpicker-component.colorpicker-element {
    width: 150px;
}

.input-number {
    width: 75px !important;
    text-align: right;
}

.newsfeed .btn .caret {
    float: right;
    margin-top: 8px;
}

.statecheckboxes .btn-group {
    width: 100% !important;
}

.CodeMirror {
    border: 1px solid #eee;
    height: 600px;
    width: auto;
}

#htmlCode li{
    list-style:none!important;
}

.snippet-wrap pre.sh_sourceCode {
    padding: 1em;
    line-height: 1.8em;
    overflow: auto;
    position: relative;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: 2px 2px 5px #000;
    -moz-box-shadow: 2px 2px 5px #000;
    -webkit-box-shadow: 2px 2px 5px #000;
}

.validator {
    color: #bd362f;
}


/*HR Self-Assessment*/
.checkboxListSub .checkbox {
    margin-left: 40px;
}

.radio-list-options table td .radio {
    margin-left: 20px;
}

#ltrl_CheckAllDetaileDWorkTxt, #ltrl_SelectCheckAllTxt {
    margin-left: -15px;
}

.gridviewhcheckbox {
    vertical-align: middle;
    font-size: 13px !important;
    text-size-adjust: 100%;
    color: #666 !important;
    font-weight: bold !important;
}

.hr-self-assessment table {
    display: block;
    overflow: hidden;
    border: none !important;
}

.hr-self-assessment .uc-answer-summary table {
    overflow: hidden !important;
}

/*Performance*/
#ctl00_ContentPlaceHolder1_uc_performance_review1_wizPR_uc_reviewinfo1_UpdatePanelPeriod {
    margin-left: -27px;
}

.performance-review-competencies .select select {
    /*min-width: 250px;
    display: inline-block !important;*/
}

.performance-review-competencies .col {
    padding-right: 10px;
    padding-left: 10px;
}

.performance-review-competencies-list {
    height: 36px;
}

/*Salary Benchmarking*/
.ul-salary li {
    background-color: white !important;
}

#ctl00_ContentPlaceHolder1_pnl_Region .chosen-container, #ctl00_ContentPlaceHolder1_drpstates_chosen {
    min-width: 220px;
    max-width: 400px;
}


/*if we want to show chosen dropdown "upwards"*/
#ctl00_ContentPlaceHolder1_occupationDropDownList_chosen .chosen-drop {
    /*border-bottom: 0;
    border-top: 1px solid #aaa;
    top: auto;
    bottom: 35px;*/
}

#ctl00_ContentPlaceHolder1_occupationDropDownList_chosen  .chosen-results {
    max-height:100px;
}

/*Employee Benefits benchmarking*/
.num-emp-child {
    margin-left: 15px !important;
}

#ctl00_ContentPlaceHolder1_EmployeeCharacteristicsWizard_uxEmployeeClassification {
    margin-left: 15px !important;
}


/*Employee Cost Calculator*/



/*Interview Question Builder*/
.q-icon {
    font-size: 17px;
    color: #478fca !important;
    cursor: pointer;
}

.delete-icon {
    font-size: 18px;
    color: #bd362f !important;
    cursor: pointer;
}

.uc_questions_p_accordionHeader {
    margin: 15px;
}

/*Chart Builder*/
#chartTable .topNavMiddleBg {
    float: none;
    background-image: none;
}

#chartTable .headerTextDesign, .menuUL li a {
    color: #FFF;
    background-color: Gray;
    vertical-align: middle;
    text-align: center;
    padding: 8px;
}

#chartTable td {
    border: 1px solid #bbb !important;
}

    #chartTable td tr {
        border: 1px solid #bbb !important;
    }

.closeImage {
    top: 0;
    right: 0;
    z-index: 20;
}

.hide {
    display: none !important;
}

#chartTable td div:first-child h1 {
    margin-top: 0px;
}

#elementHolder {
    padding: 0px !Important;
}

/*Employee Handbook Builder*/
.signature-of-welcome-statement-container fieldset {
    background: #fafafa;
    border: solid 1px #eee;
    margin: 15px;
}

.handbook-builder .wizard .step-content {
    padding: 15px 30px;
}

.handbook-right-container .headline {
    margin: 30px 0 15px 0;
}

.travel-reimbursement-parking-container, .travel-reimbursement-meals-during-business-container {
    margin: 0px 0px 15px 40px;
}

.no-top-space {
    padding-top: 0px !important;
}

.yes-tuition-reimbursement-container {
    margin-left: 20px;
    margin-right: 30px !important;
}

    .yes-tuition-reimbursement-container section {
        margin-bottom: 25px;
    }

.tuition-reim-book-fees {
    margin-left: 15px;
}


.accordion-heading {
    padding-top: 3px;
    padding-bottom: 3px;
}

.accordion-name-toggle {
    cursor: pointer;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 27px;
}

.date-updated-accordion {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 27px;
}

.accordion-edit-toggle {
    margin-right: 15px !important;
}

.explain-to-me-accordion {
    margin-right: 10px !important;
}


.accordion-group {
    border: solid 1px #eee;
}

    .accordion-group:nth-of-type(odd) {
        background: #ededed;
    }

.accordion-toggle .checkbox {
    margin-left: 15px;
    display: inline-block;
    margin-bottom: 13px;
}

.accordion-inner {
    padding: 15px;
}

.question-explain-to-me {
    cursor: pointer;
}

.ssologin-employee-handbook {
    border: 1px solid #eee !important;
}

.ssologin-text {
    font-size: 15px;
    padding-bottom: 10px !important;
}

/*Custom Job Description Builder */
#treeviewTools table, #treeviewTech table {
    display: block;
}

.custom-job-builder p {
    font-size: 15px;
}

.custom-job-builder select {
    margin-bottom: 5px;
}


.custom-job-builder .table tbody th {
    vertical-align: middle;
    font-size: 13px;
    text-size-adjust: 100%;
}

.custom-job-builder .panel-default > .panel-heading h3.panel-title {
    /*color: rgb(51, 51, 51) !important;*/
    color: #333 !important;
    vertical-align: middle;
}

.custom-job-builder .panel-default > .panel-heading h3 a {
    margin-right: 5px;
}


.starting-salary .input-group-addon {
    border: none;
    padding-left: 0px !important;
}

/*Total Compensation Builder*/
.import-excel-header {
    padding: 10px 0px;
    background: #ccc;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
}

.import-excel-row {
    padding: 7px 0px;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    /* margin-bottom: 9px!important; */
    margin: 0px -15px !important;
}

    .import-excel-row select {
        margin-bottom: 0px;
    }

.text {
    font-size: 15px !important;
}



/*------------------------------------------------*/
/* layouts for 1280px, Desktop */
@media screen and (max-width: 1280px) and (max-height:1024px) {
    
}


/* TABLET LAYOUT (PORTRAIT/768PX) 
----------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .get-started-center-text {
        height: 80px;
    }

    .select-occupation, .search-occupation {
        border: 1px solid #cccccc;
    }
}


@media screen and (max-width: 1024px) and (min-width: 769px) {

    .get-started-center-text {
        height: 80px;
    }

    .select-occupation, .search-occupation {
        border: 1px solid #cccccc;
    }
}


/*------------------------------------------------*/
/* WIDE MOBILE LAYOUT (LANDSCAPE/480PX) 
----------------------------------------------- */
@media only screen and (min-width:480px) and (max-width:767px) {
    .get-started-center-text {
        height: 80px;
    }

    .select-occupation, .search-occupation {
        border: 1px solid #cccccc;
    }

    #ltrl_CheckAllDetaileDWorkTxt, #ltrl_SelectCheckAllTxt {
        margin-left: 0 !important;
    }

    #ltrl_CheckAllDetaileDWorkTxt, #ltrl_SelectCheckAllTxt {
        margin-left: 0 !important;
    }

    .offset2 {
        margin: 0;
    }

    #empHandBookLeftNav {
        display: none !important;
    }
}


/*------------------------------------------------*/
/* layouts smaller than 600px, iPhone and mobiles */
@media only screen and (max-width:480px), screen and (max-device-width:480px), screen and (max-width:600px) {
    #ltrl_CheckAllDetaileDWorkTxt, #ltrl_SelectCheckAllTxt {
        margin-left: 0 !important;
    }

    .offset2 {
        margin: 0;
    }

    #chart1Div img {
        width: 320px !important;
        height: 140px !important;
    }

    #chart2Div img {
        width: 320px !important;
        height: 140px !important;
    }

    #chart3Div img {
        width: 320px !important;
        height: 140px !important;
    }

    #chart4Div img {
        width: 320px !important;
        height: 140px !important;
    }

    #empHandBookLeftNav {
        display: none !important;
    }
}



/*------------------------------------------------*/
/* WIDE MOBILE LAYOUT (PORTRAIT/320px) 
----------------------------------------------- */
@media only screen and (min-width : 320px) and (max-width : 767px) {

    .get-started-center-text {
        height: 80px;
    }

    .select-occupation, .search-occupation {
        border: 1px solid #cccccc;
    }

    .container table {
        display: block;
    }

    #ltrl_CheckAllDetaileDWorkTxt, #ltrl_SelectCheckAllTxt {
        margin-left: 0 !important;
    }

    .offset2 {
        margin: 0;
    }

    #chart1Div img {
        width: 540px !important;
        height: 260px !important;
    }

    #chart2Div img {
        width: 540px !important;
        height: 260px !important;
    }

    #chart3Div img {
        width: 540px !important;
        height: 260px !important;
    }

    #chart4Div img {
        width: 540px !important;
        height: 260px !important;
    }

    .employee-expense {
        display: unset;
    }

    #empHandBookLeftNav {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

/* TABLET LAYOUT (PORTRAIT/768PX) 
----------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .employee-expense {
        display: unset;
    }

    .text-right {
        padding-bottom: 4px !important;
    }

    .offset1 {
        margin: 0;
    }

    .offset2 {
        margin: 0;
    }

    #chart1Div img {
        width: 600px !important;
        height: 320px !important;
    }

    #chart2Div img {
        width: 600px !important;
        height: 320px !important;
    }

    #chart3Div img {
        width: 600px !important;
        height: 320px !important;
    }

    #chart4Div img {
        width: 600px !important;
        height: 320px !important;
    }

    .hr-self-assessment table {
        overflow: scroll;
    }

    #empHandBookLeftNav {
        display: none !important;
    }

    .chosen-container .chosen-results {
        max-height:100px !important;
    }
}

#main-container {
    background-color: #ffffff;
    float: left;
    width: 100%;
    border-radius: 7px;
    /*min-height: 530px;*/
    /*height: 100%;*/
    border: 1px solid #ccc;
    padding: 50px 0;
}

.tools_plugin_mainContainer { width: 50%; margin:auto; }
.tools_plugin_mainContainer.small { width: 36%; margin:auto; }
.tools_plugin_mainContainer h1 { color:#000 }

.tools_plugin_mainContainer button.btn-u.ex { padding:10px 28px !important }

.remove-legend-custom-style {
    background-color: transparent !important;
    color: Black !important;
}

.forgot-password {
    text-decoration: underline !Important;
}

.bs-docs-example {
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    *padding-top: 19px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ui-pnotify-icon {
    margin-top: 9px;
}

.box { padding:35px; border:solid 1px #ccc; width:100%; height:100%; margin-top:40px; }

.min-box { padding:20px; border:solid 1px #ccc; width:100%; height:100%; margin-top:40px; min-height: 170px; background-color:#fff; }
.min-box.hover:hover, .min-box.hover:focus, .min-box.hover:active { border:solid 1px #ccc; cursor:pointer; }
.min-box.hover.active { border:solid 2px #aaa; }
.min-box .icon { font-size:50px; display: block; }
.min-box .sub-title { display: block; padding-top: 11px;}

/*.phone-interview img, .inperson-interview img { opacity:0.7 }
.phone-interview .sub-title, .inperson-interview .sub-title { display: block; padding-top: 12px; }*/

.title { font-size:16pt; }
.sub-title { font-size:11pt; }
.sub-label { font-size:11pt !important; }
.margin-top-15 { margin-top:15px; }
.margin-top-25 { margin-top:25px; }
.margin-top-30 { margin-top:30px; }
.margin-top-40 { margin-top:40px; }
.margin-top-70 { margin-top:70px; }
.margin-bottom-30 { margin-bottom:30px; }
.margin-bottom-70 { margin-bottom:70px; }
.margin-top-8-p { margin-top:8%; }
.box .forgot-password { position: absolute;top: 0px; right: 0; text-decoration:none !important; opacity: 0.8; }
.box .forgot-password:active, .box .forgot-password:focus, .box .forgot-password:hover { color:inherit; }
.relative { position: relative; }
.extended { width:100%; text-align:center; padding:10px; }
body .input input.extended-input { padding:18px 12px !important; }
.btn.btn-default.extended { color: inherit !important; }
.login-box { min-height: 450px; }
 @media (max-width: 505px) {
        #divBtnUpload {
            padding-right: 4px;
            padding-left: 22px;
        }
    }
@media  (min-width: 992px) and (max-width: 1199px) {
    #divBtnUpload {
        padding-right: 4px; 
        padding-left: 22px; 
    }
}
 @media (max-width: 360px) {
    .tools_plugin_mainContainer {
        width:90%
    }

    .tools_plugin_mainContainer.small {
        width:70%
    }
}