﻿section.dialog.jump-alert .content {
    -moz-animation: ScaleDialog 0.5s;
    -webkit-animation: ScaleDialog 0.5s;
    animation: ScaleDialog 0.75s;
}

section.dialog,
section.dialog section,
section.actions,
section.actions-2 {
    position: relative;
    width: 100%;
}

section.dialog {
    height: 0;
    width: 0;
    z-index: 9999;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -moz-animation: fadeEffect 0.5s;
    -webkit-animation: fadeEffect 0.5s;
    animation: fadeEffect 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

section.dialog.flex:not(.active) {
    display: none;
}

section.dialog.active {
    pointer-events: all;
    width: 100%;
    height: 100%;
}

section.dialog.active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(40, 40, 40);
    z-index: 1;
    opacity: 0.5;
}

section.dialog section.dialog {
    position: fixed;
}

section.dialog section.dialog > .content {
    width: calc(98.5% - 25px);
    height: calc(98.5% - 25px);
}

section.dialog section.dialog section.dialog > .content {
    width: calc(98.5% - 25px);
    height: calc(98.5% - 25px);
}

section.dialog button.close {
    display: inline-block;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #282828;
    text-transform: uppercase;
    font-weight: 700;
    word-break: break-word;
    width: 35px;
    height: 35px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(40, 40, 40, 0.85);
    border: 1px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 10px 10px;
    z-index: 999;
}

section.dialog button.close svg {
    fill: #ffffff;
}

section.dialog.sub-dialog-active section.dialog:after {
    position: fixed;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

section.dialog.sub-dialog-active section.dialog {
    position: fixed;
}

section.dialog section.actions,
section.dialog section.actions-2 {
    -moz-border-radius-bottomleft: inherit;
    -webkit-border-bottom-left-radius: inherit;
    border-bottom-left-radius: inherit;
    -moz-border-radius-bottomright: inherit;
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

    section.dialog .content main {
        width: 100%;
        position: static;
        top: 0;
        overflow: auto;
        -moz-border-radius-bottomright: inherit;
        -webkit-border-bottom-right-radius: inherit;
        border-bottom-right-radius: inherit;
        -moz-border-radius-bottomleft: inherit;
        -webkit-border-bottom-left-radius: inherit;
        border-bottom-left-radius: inherit;
        display: block;
        height: 100%;
    }

section.dialog.has-iframe .content main {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

form.full-height {
    width: 100%;
    height: 100%;
}

section.actions.publish-nav-buttons {
    padding: 10px;
}

section.actions.publish-nav-buttons > section button {
    margin: 0;
    width: calc(50% - 5px);
    word-wrap: break-word;
}

section.actions.publish-nav-buttons > section button:nth-of-type(1) {
    margin-right: 5px;
}

section.actions.publish-nav-buttons > section button:nth-of-type(2) {
    margin-left: 5px;
}

section.actions.publish-nav-buttons > section button:last-of-type,
section.actions.publish-nav-buttons > section button.full-width-button {
    width: 100%;
    margin-top: 10px;
}

section.actions.publish-nav-buttons > section button:nth-of-type(1):last-of-type {
    margin: 0;
}

section.actions,
section.actions-2 {
    float: left;
    background-color: rgb(238, 238, 238);
    padding: 0.5rem 1rem;
    border-top: 1px solid rgb(221, 221, 221);
    text-align: right;
    overflow:hidden;
}

section.actions.has-description > div {
    float: left;
}

section.actions.text-align-left {
    text-align: left;
}

section.actions.top-actions,
section.actions-2.top-actions {
    border-top: none;
    border-bottom: 1px solid rgb(221, 221, 221);
}

section.actions > button,
.section.actions-2 > button {
    background-color: #ffffff;
}

section.actions button:not(:last-of-type) {
    margin-right: 10px;
}

section.actions > button,
section.actions > input.ntx-input,
section.actions-2 > button {
    display: block;
    float: left;
}

section.actions > button + section.flex-1,
section.actions-2 > button + section.flex-1 {
    width: auto;
}

section.dialog .content {
    float: left;
    width: calc(99.5% - 20px);
    height: auto;
    max-height: calc(99.5% - 30px);
    max-width: 900px;
    border: 1px solid #dddddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
    box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
    z-index: 2;
}

section.dialog.full-width > .content {
    max-width: none;
}

section.dialog.small-width > .content {
    max-width: 600px;
}

section.dialog.medium-width > .content {
    max-width: 1200px;
}

section.dialog.small-dialog-width-height > .content {
    height: auto !important;
    max-width: 600px;
}

section.dialog.small-dialog-height > .content {
    height: auto !important;
}

section.dialog.full-height > .content {
    height: 100%;
}

section.dialog .content section.title-container {
    background-color: rgb(238, 238, 238);
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 10px 25px 10px 25px;
    -moz-border-radius-topright: inherit;
    -webkit-border-top-right-radius: inherit;
    border-top-right-radius: inherit;
    -moz-border-radius-topleft: inherit;
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit;
}

body section.dialog .content section.title-container
{
    min-height:unset;
}

section.dialog .content section.content-container {
    float: left;
    padding: 1rem;
}

section.dialog.has-form .content section.content-container {
    padding: 0;
}

section.dialog.dynamic-height-actions .content main,
section.dialog.dynamic-height-inline-actions .content main,
section.dialog.dynamic-height-inline-actions .content main .content-container,
section.dialog.dynamic-height-inline-actions .content main .content-container .html-content,
section.dialog.dynamic-height-inline-actions .content main .content-container .html-content > div[id*="_content"],
section.dialog.dynamic-height-inline-actions .content main .content-container .html-content > div[id*="_content"] > div:first-of-type {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

section.dialog.dynamic-height-inline-actions .content main .content-container .html-content > div[id*="_content"][style*="display:block"],
section.dialog.dynamic-height-inline-actions .content main .content-container .html-content > div[id*="_content"][style*="display: block"]
{
    display: -ms-flexbox!important;
    display: -moz-box!important;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: flex!important;
}

section.dialog.dynamic-height-actions .content section.content-container,
section.dialog.dynamic-height-inline-actions .content main .content-container .html-content > div[id*="_content"] > div:first-of-type
{
    overflow:auto;
}

section.dialog.has-form.full-height .html-content,
section.dialog.has-form.full-height .html-content > div,
section.dialog.has-form.full-height .html-content div > form {
    height: 100%;
}

section.dialog.content-container-no-padding .content section.content-container {
    padding: 0;
}

section.dialog.content-container-no-padding .content section.content-container section.actions-2.top-actions {
    text-align: left;
}

section.dialog.content-main-flex .content > main,
section.dialog.has-form.full-height .content > main .content-container,
section.dialog.has-form.full-height .html-content div > form {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

section.dialog.has-iframe .content section.content-container {
    padding: 0;
}

section.dialog h1 {
    font-weight: 500;
    padding-bottom: 0;
    font-size: 1rem;
}

section.dialog h1,
section.dialog h2,
section.dialog h3,
section.dialog h4,
section.dialog h5 {
    margin: 0;
}

section.dialog .content-container > iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position:absolute;
}

section.dialog .content-container > iframe.hidden
{
    display:none;
}

section.button-container {
    width: 300px;
    max-width: 90%;
}

section.button-container button {
    width: 100%;
    margin-bottom: 10px;
}

section.button-container button:last-of-type {
    margin-bottom: 0;
}

.button {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 1px solid rgb(221, 221, 221);
    margin: 0;
    min-width: 4rem;
    margin-right: 0.5rem;
    border-radius: 5px;
    font-size: 0.875rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #ffffff;
    color: rgb(67, 133, 245);
    text-transform: uppercase;
    font-weight: 500;
    overflow:visible;
    min-width:75px;
}

.button:last-of-type {
    margin-right: 0;
}

.button:hover {
    -webkit-box-shadow: 0 0px 3px rgba(0,0,0,.16), 0 5px 12px rgba(0,0,0,0.32);
    -moz-box-shadow: 0 0px 3px rgba(0,0,0,.16), 0 5px 12px rgba(0,0,0,0.32);
    box-shadow: 0 0px 3px rgba(0,0,0,.16), 0 5px 12px rgba(0,0,0,0.32);
    text-decoration:underline;
}

.button.primary {
background-color: rgb(77, 171, 13);
color: #ffffff;
}

.button.primary:hover {
background-color: rgba(77, 171, 13, 0.75);
}

.button[disabled="disabled"].primary {
background-color: rgba(77, 171, 13, 0.55);
color: #ffffff;
}

.button[disabled="disabled"].primary:hover {
background-color: rgba(77, 171, 13, 0.55);
text-decoration: none;
}

.button.secondary {
background-color: rgb(67, 133, 245);
color: #ffffff;
}

.button.secondary:hover {
background-color: rgba(67, 133, 245, 0.75);
}

.button[disabled="disabled"].secondary {
background-color: rgba(67, 133, 245, 0.55);
color: #ffffff;
}

.button[disabled="disabled"].secondary:hover {
    background-color: rgba(67, 133, 245, 0.55);
    text-decoration:none;
}

.button.tertiary {
background-color: rgb(230, 73, 73);
color: #ffffff;
}

.button.tertiary:hover {
background-color: rgba(230, 73, 73, 0.75);
}

.button[disabled="disabled"].tertiary {
background-color: rgba(230, 73, 73, 0.55);
color: #ffffff;
}

.button[disabled="disabled"].tertiary:hover {
    background-color: rgba(230, 73, 73, 0.55);
    text-decoration: none;
}

/* 860px Width */

@media only screen and (max-width : 860px) {
    section.actions {
        display: block;
    }

    section.actions.hidden {
        display: none;
    }

    section.actions button {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    section.actions > button + section.flex-1 {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    section.actions button:last-of-type {
        margin-bottom: 0;
    }

    section.actions button:not(:last-of-type) {
        margin-right: 0;
    }

    section.dialog .content section.content-container,
    section.dialog .content section.title-container,
    .iframe-container,
    section.actions {
        padding: 10px 10px 10px 10px;
    }
}

/* 860px Width */




/*Edge*/

@supports (-ms-ime-align:auto) {
}

/*Edge*/




/*IE 10 / IE 11*/

@media screen and (-ms-high-contrast: none) {

    section.dialog .content main {
        height:calc(100% - 1px);
        -webkit-transition: height 0.5s ease-in-out;
        -moz-transition: height 0.5s ease-in-out;
        -o-transition: height 0.5s ease-in-out;
        transition: height 0.5s ease-in-out;
    }

    section.dialog .content section.content-container {
        overflow: auto;
    }

    section.dialog .content-container > iframe {
        height: calc(100% - 5px);
    }

    .MAV-vacancy-title h1 {
        max-width: calc(100% - 40px);
    }

    .flex-1 {
        -ms-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    section.dialog.has-form.full-height .html-content,
    section.dialog.has-form.full-height .html-content > div,
    section.dialog.has-form.full-height .html-content div > form {
        margin-bottom:22px;
    }
}

@media screen and (max-height : 1080px) and (-ms-high-contrast: none) {
    section.dialog:not(.full-height) .content {
        height: 700px;
    }
}

@media screen and (max-height : 800px) and (-ms-high-contrast: none) {

    section.dialog:not(.full-height) .content {
        height: 500px;
    }
}

/*IE 10 / IE 11*/



/*IE 9*/

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {

    section.dialog.flex {
        display: inline-block;
    }

    section.dialog.flex .content {
        display: block;
        float: none;
        height: 95%;
        margin: 0 auto;
        margin-top: 1.25%;
    }

    section.dialog.flex section.title-container,
    section.dialog.flex section.actions {
        height: 60px;
    }

    section.dialog.flex.has-iframe section.content-container {
        height: calc(100% - 5px);
    }

    section.dialog.flex section.content-container {
        height: calc(100% - 60px);
    }

    section.dialog .content main {
        height: calc(100% - 60px);
    }

    .side-cand-tab-holder .flex .ntx-input {
        width: 350px !important;
    }

    .flex .wizard-col1 {
        width: 250px;
        float: left;
    }

    .flex .wizard-col2 {
        width: calc(100% - 350px);
        float: left;
    }

    .MAV-vacancy-title h1 {
        max-width: calc(100% - 50px);
    }
}

/*IE 9*/