/** GENERAL **/
.wage-pathways-container {
    min-height: 420px;
}

.margin-top5 {
    margin-top: 5px;
}

.margin-top15 {
    margin-top: 15px;
}

.margin-bottom5 {
    margin-bottom: 5px;
}

.margin-bottom15 {
    margin-bottom: 15px;
}

.margin-bottom25 {
    margin-bottom: 25px;
}

.margin-bottom30 {
    margin-bottom: 30px !important;
}

.margin-left0 {
    margin-left: 0 !important;
}

.padding-right30 {
    padding-right: 30px !important;
}

.wage-pathways-container div:focus {
    outline: 0;
}

.wage-pathways-container .gray {
    color: #7d7d7d;
}

.wage-pathways-container.loaderOn {
    margin: -15px -30px;
    padding: 30px;
    z-index: 5;
    /* filter: blur(1px);*/
}

.clearable-mark-icon,
.magnifying-glass-icon {
    position: absolute;
    left: 338px;
    top: 0px;
    padding: 3px 8px;
    font-style: normal;
    font-size: 14px;
    user-select: none;
    cursor: pointer;
}

.clearable-mark-icon:after,
.magnifying-glass-icon:after {
    background: none;
    font-size: 18px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #909090;
    text-indent: 0;
    padding-right: 2px;
}

.clearable-mark-icon:after {
    content: "\f00d";
}

.magnifying-glass-icon:after {
    content: "\f002";
    background: #FFF;
}

.ui-autocomplete {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 500px !important;
}

.wagePath-button:not(.button-alt) {
    background: #2971b9 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#2971b9), to(#2971b9)) !important;
    background: -webkit-linear-gradient(top, #2971b9, #2971b9) !important;
    background: -moz-linear-gradient(top, #2971b9, #2971b9) !important;
    background: -ms-linear-gradient(top, #2971b9, #2971b9) !important;
    background: -o-linear-gradient(top, #2971b9, #2971b9) !important;
    border: 1px solid #0B1236 !important;
    text-shadow: 1px 1px 1px #0B1236 !important;
    box-shadow: inset 0px 1px rgba(255,255,255,0.5);
    color: #FFF;
}

.wagePath-button:not(.button-alt):not(.disabled):not([disabled]):hover {
    background: #2971b9 !important;
    -webkit-box-shadow: inset 0px -1px rgba(255,255,255,0.5);
    box-shadow: inset 0px -1px rgba(255,255,255,0.5);
}

.wagePath-button:not(.button-alt) span {
    background: #2971b9 !important;
}

.wagePath-button.button-alt {
    background: #ececec;
    background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#dbd8d8));
    background: -webkit-linear-gradient(top, #ececec, #dbd8d8);
    background: -moz-linear-gradient(top, #ececec, #dbd8d8);
    background: -ms-linear-gradient(top, #ececec, #dbd8d8);
    background: -o-linear-gradient(top, #ececec, #dbd8d8);
    border-color: #bababa;
    text-shadow: 0px 1px 1px #fff;
    text-decoration: none;
    color: #be374e;
    box-shadow: inset 0px 1px rgba(255,255,255,0.5);
}

.wagePath-button.button-alt:not(.disabled):not([disabled]):hover {
    background: -webkit-linear-gradient(top, #e0dfdf, #cecbcb);
    background: -moz-linear-gradient(top, #e0dfdf, #cecbcb);
    background: -ms-linear-gradient(top, #e0dfdf, #cecbcb);
    background: -o-linear-gradient(top, #e0dfdf, #cecbcb);
    color: #be374e;
}

.wagePath-button.disabled,
.wagePath-button[disabled] {
    opacity: .6;
}

.wage-pathways-container .budget-subheading {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}

.custom-radio {
    /*display: block;*/
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio span {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.custom-radio:hover input ~ span {
    background-color: #ccc;
}

.custom-radio input:checked ~ span {
    background-color: #b81f39;
}

.custom-radio span:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio input:checked ~ span:after {
    display: block;
}

.custom-radio span:after {
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFF;
}

/** Spinner CSS  */
.wage-pathways-container #circularLoading,
.wagePath-summary-email-modal #circularLoading {
    position:relative;
    width:83px;
    height:83px;
    margin: auto;
}

.circularLoading {
    position:absolute;
    background-color:rgb(3,51,51);
    width:19px;
    height:19px;
    border-radius:12px;
    -o-border-radius:12px;
    -ms-border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    animation-name:bounce_circularLoading;
    -o-animation-name:bounce_circularLoading;
    -ms-animation-name:bounce_circularLoading;
    -webkit-animation-name:bounce_circularLoading;
    -moz-animation-name:bounce_circularLoading;
    animation-duration:1.1s;
    -o-animation-duration:1.1s;
    -ms-animation-duration:1.1s;
    -webkit-animation-duration:1.1s;
    -moz-animation-duration:1.1s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#circularLoading_1{
    left:0;
    top:33px;
    animation-delay:0.41s;
    -o-animation-delay:0.41s;
    -ms-animation-delay:0.41s;
    -webkit-animation-delay:0.41s;
    -moz-animation-delay:0.41s;
}

#circularLoading_2{
    left:8px;
    top:8px;
    animation-delay:0.55s;
    -o-animation-delay:0.55s;
    -ms-animation-delay:0.55s;
    -webkit-animation-delay:0.55s;
    -moz-animation-delay:0.55s;
}

#circularLoading_3{
    top:0;
    left:33px;
    animation-delay:0.69s;
    -o-animation-delay:0.69s;
    -ms-animation-delay:0.69s;
    -webkit-animation-delay:0.69s;
    -moz-animation-delay:0.69s;
}

#circularLoading_4{
    right:8px;
    top:8px;
    animation-delay:0.83s;
    -o-animation-delay:0.83s;
    -ms-animation-delay:0.83s;
    -webkit-animation-delay:0.83s;
    -moz-animation-delay:0.83s;
}

#circularLoading_5{
    right:0;
    top:33px;
    animation-delay:0.97s;
    -o-animation-delay:0.97s;
    -ms-animation-delay:0.97s;
    -webkit-animation-delay:0.97s;
    -moz-animation-delay:0.97s;
}

#circularLoading_6{
    right:8px;
    bottom:8px;
    animation-delay:1.1s;
    -o-animation-delay:1.1s;
    -ms-animation-delay:1.1s;
    -webkit-animation-delay:1.1s;
    -moz-animation-delay:1.1s;
}

#circularLoading_7{
    left:33px;
    bottom:0;
    animation-delay:1.24s;
    -o-animation-delay:1.24s;
    -ms-animation-delay:1.24s;
    -webkit-animation-delay:1.24s;
    -moz-animation-delay:1.24s;
}

#circularLoading_8{
    left:8px;
    bottom:8px;
    animation-delay:1.38s;
    -o-animation-delay:1.38s;
    -ms-animation-delay:1.38s;
    -webkit-animation-delay:1.38s;
    -moz-animation-delay:1.38s;
}

@keyframes bounce_circularLoading{
    0%{
        transform:scale(1);
    }

    100%{
        transform:scale(.3);
    }
}

@-o-keyframes bounce_circularLoading{
    0%{
        -o-transform:scale(1);
    }

    100%{
        -o-transform:scale(.3);
    }
}

@-ms-keyframes bounce_circularLoading{
    0%{
        -ms-transform:scale(1);
    }

    100%{
        -ms-transform:scale(.3);
    }
}

@-webkit-keyframes bounce_circularLoading{
    0%{
        -webkit-transform:scale(1);
    }

    100%{
        -webkit-transform:scale(.3);
    }
}

@-moz-keyframes bounce_circularLoading{
    0%{
        -moz-transform:scale(1);
    }

    100%{
        -moz-transform:scale(.3);
    }
}

.wage-pathways-container .messages-container .ui-alert {
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px;
    z-index: 1;
}

.wage-pathways-container .messages-container .ui-alert.error {
    background: #fef1ec;
    border: 1px solid #b81f39;
    color: #b81f39 !important;
}

.wage-pathways-container .messages-container .ui-alert.info {
    background: #fff3cd;
    border: 1px solid #f2b600;
    color: #856404 !important;
}

.wage-pathways-container .messages-container .ui-alert h1 {
    background: none;
}

.wage-pathways-container .messages-container .ui-alert.error h1 {
    color: #b81f39 !important;
}

.wage-pathways-container .messages-container .ui-alert.info h1 {
    color: #856404 !important;
}

.wage-pathways-container .messages-container .ui-alert h1:before {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    padding-right: 15px;
    border: none;
    border-width: 0 !important;
    width: auto !important;
    height: auto !important;
    margin-top: -2px;
}

.wage-pathways-container .messages-container .ui-alert.error h1:before {
    content: "\f071" !important;
}

.wage-pathways-container .messages-container .ui-alert.info h1:before {
    content: "\f06a" !important;
}

.wage-pathways-container .messages-container .ui-alert .close {
    float: right;
    cursor: pointer;
}

.wage-pathways-container .messages-container .ui-alert .close:before {
    color: #7d7d7d;
    content: "\f00d" !important;
    border: none;
    border-width: 0 !important;
    font: normal normal normal 14px/1 FontAwesome;
    height: auto !important;
    margin-top: -2px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    opacity: .5;
    width: auto !important;
}

.wage-pathways-container .default-actions-rows .action {
    float: right;
    margin-bottom: 15px;
}

.wage-pathways-container .default-actions-rows .action.print {
    margin-left: 15px;
}

/************************
    Landing
*************************/
.wage-pathways-container .wagePath-row {
    display: block;
    float: left;
    /*margin-left: 0px;*/
    margin-bottom: 15px;
    /*padding-right: 30px;*/
    width: 100%;
}

.wage-pathways-container .wagePath-row input,
.wage-pathways-container .wagePath-row select {
    max-width: 350px;
}

.wage-pathways-container .wagePath-row input.invalid,
.wage-pathways-container .wagePath-row select.invalid{
    border: 1px solid #b81f39;
}

.wage-pathways-container .work-setting-heading {
    display: block;
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 15px;
}

.wage-pathways-container .required label:before {
    background: url(https://securemedia.applygovt.com/mm/usen/dot.gif) no-repeat;
    content: " ";
    height: 10px;
    width: 10px;
    display: inline-block;
    float: left;
    margin: 2px 0 0 -12px;
}

.wage-pathways-container .selected-job-title-message {
    min-height: 15px;
}

.wage-pathways-container .selected-job-title-message.invalid {
    color: #b81f39;
}


/************************
    Pay Grade 1
*************************/
.wage-pathways-container .payGrade-section .wagePath-row.messages-container {
    padding: 0 15px;
}

.wage-pathways-container table,
.wage-pathways-container table thead
.wage-pathways-container table tbody tr,
.wage-pathways-container table tr {
    width: 100%;
}

.wage-pathways-container table thead tr {
    background: #EEEEEE;
    color: #333;
    display: block;
    padding: 6px 10px;
    font-weight: bold;
    min-height: 35px;
    width: 100%;
}

.wage-pathways-container table thead tr.ng-table-filters {
    min-height: 48px;
}

.wage-pathways-container table thead tr.ng-table-filters label,
.wage-pathways-container table thead tr.ng-table-filters .filter-label,
.wage-pathways-container table thead tr.ng-table-filters .input-filter {
    display: block;
}

.wage-pathways-container table thead tr.ng-table-filters .filter-label,
.wage-pathways-container table thead tr.ng-table-filters .input-filter {
    float: left;
    display: block;
}

.wage-pathways-container table thead tr.ng-table-filters .filter-label {
    font-weight: normal;
    padding-right: 5px;
    padding-top: 5px;
    width: 25%;
}

.wage-pathways-container table thead tr.ng-table-filters .input-filter {
    width: 65%;
}

.wage-pathways-container table thead tr th {
    background: none !important;
    border-bottom: none;
    margin-top: -5px;
    text-align: left;
}

.ng-table th.sortable.sort-desc .sort-indicator:before,
.ng-table th.sortable.sort-desc .sort-indicator:after,
.ng-table th.sortable.sort-asc .sort-indicator:before,
.ng-table th.sortable.sort-asc .sort-indicator:after,
.ng-table th.sortable.sort-desc .sort-indicator:hover:before,
.ng-table th.sortable.sort-desc .sort-indicator:hover:after,
.ng-table th.sortable.sort-asc .sort-indicator:hover:before,
.ng-table th.sortable.sort-asc .sort-indicator:hover:after{
    border-top-color: #2971b9;
    border-bottom-color: #2971b9;
}

.ng-table td .occupation-title-select {
    cursor: pointer;
}

.wage-pathways-container table tbody tr {
    background: none;
}

.wage-pathways-container table tr th,
.wage-pathways-container table tr td {
    float: left;
    overflow: auto;
    height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
}

.wage-pathways-container table tr td label {
    display: block;
    float: left;
    min-width: 35px;
    width: 15%;
}

.wage-pathways-container table tr td label ~ div {
    display: block;
    float: left;
    width: 85%;
}

.wage-pathways-container table tr td label ~ div .icon-indemand {
    vertical-align: middle;
    margin-top: -10px;
    padding-left: 5px;
}

[ng-table-pagination] {
    background: #EEEEEE;
    border-top: 1px solid #ccc;
    color: #333;
    display: block;
    padding: 0 14px;
    font-weight: bold;
    margin: -20px 0 20px 0;
    text-align: center;
    height: 35px;
    width: 100%;
}

[ng-table-pagination] .btn-group {
    display: none;
}

[ng-table-pagination] ul.pagination {
    display: inline-block;
    margin: auto;
    height: 100%;
    /*width: 35%; */
}

[ng-table-pagination] ul.pagination li {
    float: left;
    list-style: none;
    padding: 9px;
    border-right: 1px solid #ddd;
    min-width: 30px;
    text-align: center;
    cursor: pointer;
}

[ng-table-pagination] ul.pagination li:not(.endText):hover {
    background: #f6f6f6;
}

[ng-table-pagination] ul.pagination li:last-of-type {
    border-right: none;
}

[ng-table-pagination] ul.pagination li.active {
    background: #FFF;
}

/************************
    Summary
*************************/
.wage-pathways-container .summary-section .summary-table {
    margin: 0 0 30px 0;
}

.wage-pathways-container .summary-section .summary-table .row {
    min-height: 30px;
}

.wage-pathways-container .summary-section .summary-col {
    border: 1px solid #ddd;
    padding: 0;
    /*overflow: hidden;*/
    height: 475px;
}

.wage-pathways-container .summary-section .summary-col:not(:first-of-type) {
    border-left: none;
}

.wage-pathways-container .summary-section .summary-col .heading-section {
    border-bottom: 1px solid #ddd;
    min-height: 85px;
}

.wage-pathways-container .summary-section .summary-col .heading-section label {
    font-size: 1.2em;
}

.wage-pathways-container .summary-section .summary-col .heading-section,
.wage-pathways-container .summary-section .summary-col .content-section {
    margin: 0;
    padding: 15px;
}

.wage-pathways-container .summary-section .summary-col .content-section .row {
    min-height: 35px;
}

.wage-pathways-container .summary-section .summary-col .content-section .row.skills-row {
    min-height: 80px;
}

.wage-pathways-container .summary-section .summary-col:not(:last-of-type) .content-section:before,
.wage-pathways-container .summary-section .summary-col:not(:last-of-type) .content-section:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.wage-pathways-container .summary-section .summary-col:not(:last-of-type) .content-section:before {
    border-color: transparent transparent transparent #aaa;
    border-width: 14px;
    /* z-index: 20; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wage-pathways-container .summary-section .summary-col:not(:last-of-type) .content-section:after {
    border-color: transparent transparent transparent #fff;
    border-width: 13px;
    /* z-index: 20; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wage-pathways-container .summary-section .summary-col .occupation-links a {
    margin-bottom: 5px;
    display: block;
}

.wage-pathways-container .summary-section .actions-row {
    margin-right: -23px;
    margin-left: -23px;
}

.wage-pathways-container .summary-section .saved-pathway-identifier {
    text-align: center;
}

.wagePath-summary-email-modal .removeRecipient span:after,
.wagePath-summary-email-modal .addRecipient > span:before,
.wagePath-summary-email-modal .email-status-error:before,
.wagePath-summary-email-modal .email-status-success:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wagePath-summary-email-modal .email-recipient input,
.wagePath-summary-email-modal .email-recipient .removeRecipient {
    float: left;
}

.wagePath-summary-email-modal .addRecipient-container {
    clear: both;
}

.wagePath-summary-email-modal .removeRecipient span:after {
    content: "\f00d";
    padding-left: 10px;
    margin-top: 4px;
}

.wagePath-summary-email-modal .addRecipient > span:before {
    content: "\f067";
}

.wagePath-summary-email-modal [class^='email-status-'] {
    display: block;
    margin: auto auto 20px auto;
    width: 90%;
}

.wagePath-summary-email-modal .email-status-error:before {
    content: "\f071";
    font-size: 18px;
}

.wagePath-summary-email-modal .email-status-success:before {
    content: "\f00c";
    font-size: 18px;
}

.ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick {
    margin-top: 0px;
    margin-right: 2px;
}

.ui-dialog a {
    color: #0d51ab;
}

.ui-dialog.steps-modal .ui-button {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    font-family: Arial;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 5px 13px;
    cursor: pointer;
}

.ui-dialog.steps-modal .ui-button .ui-button-text {
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .ui-dialog {
        max-width: 95% !important;
        margin-left: calc(2.5% + 0px);
        left: 0 !important;
    }

    .wage-pathways-container .landing-section {
        margin-left: 0;
    }

    .wage-pathways-container .wagePath-row {
        /*margin-left: 0px;*/
        padding-right: 0px;
    }

    .wage-pathways-container .actions-row {
        margin: 0 -15px !important;
    }

    .wage-pathways-container table thead tr {
        min-height: 53px;
    }

    .wage-pathways-container table thead tr.ng-table-filters {
        min-height: 70px;
    }

    .wage-pathways-container table thead tr.ng-table-filters .filter-label {
        width: 100%;
    }

    .wage-pathways-container table thead tr.ng-table-filters .input-filter {
        width: 100%;
    }

    .wage-pathways-container table tr td label {
        min-height: 15px;
    }

    .wage-pathways-container table tr td label ~ div {
        width: 85%;
    }

    .wage-pathways-container table thead tr th span {
        display: block;
        width: 100%;
    }

    [ng-table-pagination],
    [ng-table-pagination] ul.pagination {
        padding: 0;
    }

    .wage-pathways-container .summary-section .summary-col:not(:last-of-type) .content-section:before,
    .wage-pathways-container .summary-section .summary-col:not(:last-of-type) .content-section:after {
        border: none;
    }

    .wage-pathways-container .summary-section .summary-col {
        border-left: 1px solid #ddd !important;
    }

    .wage-pathways-container .summary-section .summary-col:not(:first-of-type) {
        border-top: none;
    }

    .wage-pathways-container .summary-section .summary-table {
        margin-right: 0;
        margin-left: 0;
    }

    .wage-pathways-container .summary-section .actions-row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 576px) {
    .wage-pathways-container table tr td label,
    .wage-pathways-container table tr td label ~ div{
        width: 100%;
    }

    .wage-pathways-container table tr td label div {
        display: block;
        position: initial;
    }

    .wage-pathways-container table tr td .custom-radio span:after {
        position: relative;
    }

    .wage-pathways-container table tbody tr {
        display: inline-block;
        margin-left: 0;
        min-height: 115px;
    }
}

@media print {
    .wage-pathways-container .summary-section .actions-row {
        margin: 0;
    }
}