﻿/*

Update revisionVersion for production (see web.config, ChangeLog). Replace "rev=1.0.109" with current version

*/
@font-face {
    font-family: 'Open-sans';
    font-weight: 300;
    font-style: normal;
    src: url('/Fonts/Open_Sans/OpenSans-Light.eot?rev=1.0.109');
    src: url('/Fonts/Open_Sans/OpenSans-Light.eot?#iefix&rev=1.0.109') format('embedded-opentype'), url('/Fonts/Open_Sans/OpenSans-Light.woff?rev=1.0.109') format('woff'), url('/Fonts/Open_Sans/OpenSans-Light.woff2?rev=1.0.109') format('woff2'), url('/Fonts/Open_Sans/OpenSans-Light.ttf?rev=1.0.109') format('truetype'), url('/Fonts/Open_Sans/OpenSans-Light.svg#Open-sans&rev=1.0.109') format('svg');
}

@font-face {
    font-family: 'Open-sans';
    font-style: normal;
    font-weight: 400;
    src: url('/Fonts/Open_Sans/OpenSans-Regular.eot?rev=1.0.109');
    src: url('/Fonts/Open_Sans/OpenSans-Regular.eot?#iefix&rev=1.0.109') format('embedded-opentype'), url('/Fonts/Open_Sans/OpenSans-Regular.woff?rev=1.0.109') format('woff'), url('/Fonts/Open_Sans/OpenSans-Regular.woff2?rev=1.0.109') format('woff2'), url('/Fonts/Open_Sans/OpenSans-Regular.ttf?rev=1.0.109') format('truetype'), url('/Fonts/Open_Sans/OpenSans-Regular.svg#Open-sans?rev=1.0.109') format('svg');
}


@font-face {
    font-family: 'Open-sans';
    font-weight: 700;
    font-style: normal;
    src: url('/Fonts/Open_Sans/OpenSans-Bold.eot?rev=1.0.109');
    src: url('/Fonts/Open_Sans/OpenSans-Bold.eot?#iefix&rev=1.0.109') format('embedded-opentype'), url('/Fonts/Open_Sans/OpenSans-Bold.woff?rev=1.0.109') format('woff'), url('/Fonts/Open_Sans/OpenSans-Bold.woff2?rev=1.0.109') format('woff2'), url('/Fonts/Open_Sans/OpenSans-Bold.ttf?rev=1.0.109') format('truetype'), url('/Fonts/Open_Sans/OpenSans-Bold.svg#Open-sans?rev=1.0.109') format('svg');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: "Open-sans", Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    vertical-align: baseline;
    background: transparent;
}

body {
    color: #555555;
    line-height: 1;
}

input, select, textarea, label, h1, h2, h3 {
    font-size: 13px;
    color: #333333;
    margin: 0px 0px 7px 0px;
    font-family: inherit;
    font-weight: normal;
}

h2 {
    margin: 0 0 1em;
}

textarea {
    background-color: #ffffff;
    border: solid 1px #dddddd;
    padding: 3px 2px;
}

    input[type="radio"] {
        padding-right: 10px;
    }

        input[type="radio"] + label {
            padding-left: 4px;
            padding-right: 14px;
        }

    input[type="file"] {
    }


    input[type="checkbox"] {
    }


ul {
    list-style: disc outside none;
    margin-left: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}


ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*td {
    vertical-align: top;
}*/

ol {
    margin-top: 6px;
}

p {
    margin-top: 8px;
    margin-bottom: 8px;
}


/* reset end */

/* Layout */
#wrap {
    max-width: 960px;
    margin: 0px auto;
    padding: 0px 10px;
}

.header {
    padding: 5px 10px;
}

.HeaderContent h1.Title {
    margin: 0px 0px 22px 0px;
}

.nav {
    padding: 0px 0px;
    color: #fff;
}

    .nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline;
    }

    .nav li {
        display: inline;
        margin: 0;
        padding: 0;
    }

.oneColumn #main {
    max-width: 940px;
}

.twoColumn #main {
    max-width: 690px;
}

#main {
    float: left;
    padding: 10px;
    min-height: 400px;
    width: 100%;
}

.LoginInformation {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    padding: 7px 10px;
    background-color: #555555;
    width: 100%;
}

    .LoginInformation span {
        line-height: 1.7;
    }

    .LoginInformation a, .LoginInformation a:visited {
        padding: 7px 15px 7px 0px;
        color: #72b84c;
    }

.LogoutText {
    border: 1px solid #72b84c;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    text-decoration: none;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

    .LogoutText:hover {
        background-color: #72b84c;
        color: #fff;
    }

    .LogoutText:before {
        left: -50%;
        top: 0;
        content: '→';
        speak: none;
        position: relative;
        -webkit-font-smoothing: antialiased;
    }

    .LogoutText:hover:before {
        left: -10%;
    }


.LoginName {
    font-weight: bold;
}

.LoginInformation .LoginName + a {
    color: #63bb13;
    text-decoration: none;
}

.rss, .LanguagesDiv {
    float: right;
    margin-left: 12px;
}

    .rss img {
        margin-top: 7px;
    }

.LanguagesDiv {
    padding-top: 5px;
}

    .LanguagesDiv a {
        text-decoration: none;
        color: #63bb13;
    }

    .LanguagesDiv .LanguagesSeparator {
        color: #E4E4E4;
        vertical-align: text-bottom;
    }

.sidebar {
    float: left;
    max-width: 230px;
    padding: 10px;
}

    .sidebar .logo, .sidebar .company {
        margin-bottom: 10px;
    }

    .sidebar img.logo {
        margin-right: 10px;
        max-width: 100%;
    }

#footer {
    clear: both;
    padding: 10px;
    max-width: 940px;
    border-top: 1px solid #d3d3d3;
}

#footerCopyright {
    display: inline-block;
    padding: 6px 0px;
}

#footerInfo {
    display: inline;
    float: right;
    padding-bottom: 6px;
}

* html #footer {
    height: 1px;
}
/* Layout - end */

/* Pager */
.Pager a, .Pager a:visited {
    color: #63bb13;
    text-decoration: none;
}

.Pager span {
    padding: 0px 5px 0px 5px !important;
}
/* Pager - end */

.FileUpload, .textbox, .DropDownList, select {
    width: 260px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    padding: 3px 3px;
}

    .textbox:focus {
        border-color: #25a0da;
    }

.textbox.disabled, .textarea.disabled, .textbox[disabled] {
    background-color: #d6d6d6;
}

.TextBoxWide {
    max-width: 300px;
}

.TextBoxNarrow {
    width: 80px;
}

.TextBoxMidSize {
    width: 150px;
}

.ShowCalendarImg {
    width: 16px;
    height: 16px;
}

.DatePicker .textbox {
    width: 80px;
}

a.Title, a:visited.Title, .Title {
    font-weight: bold;
    color: #3B3B3B;
}

a.Title:hover {
    text-decoration: none;
}

a.ReadMore, a:visited.ReadMore, a.ShowAll, a:visited.ShowAll {
    color: #63bb13;
    text-decoration: none;
}

a:hover.ReadMore {
    text-decoration: none;
}

a, a:visited {
    color: #3b3b3b;
}

    a:hover, a:hover h2 {
        text-decoration: none;
        color: #5C389A;
    }

    a img {
        border: none 0px;
    }

.note {
    font-weight: bold;
}

.green {
    color: #44D444;
}

.orange {
    color: orange;
}

.red {
    color: red;
}

.required, .IsActiveFalse {
    color: red;
}

.required-symbol:after {
    content: '*';
    color: red;
    padding-left: 3px;
}

.RadioButtonList td {
    border: 0px none !important;
}

.RadioButtonList input {
    margin-right: 6px;
}

.Answer .Radio .RadioButtonList {
    /*padding-bottom: 20px;*/
}

.Date {
    color: #8f8f8f;
    clear: both;
}

.List .description {
    margin: 8px 0px;
}

.Hide {
    display: none;
}

.ToolTip {
    display: none;
    position: absolute;
    width: 240px;
    background: #fffacd;
    border: solid 1px #cccccc;
    padding: 10px;
    line-height: 16px !important;
    z-index: 900000 !important;
}

.ToolTipA {
    cursor: pointer !important;
}

a.ToolTipA:hover {
    background-color: transparent !important;
}

.imgToolTip {
    margin-left: 2px;
    float: none !important;
}
.toolTipWrapper {
    display: inline-block;
}

.ShowCalendarImg {
    margin-bottom: -4px !important;
    margin-left: 4px;
}

.UpdateProgressDivInner {
    position: absolute;
    background-image: url("/images/UpdateInProgress.gif?rev=1.0.109");
    background-repeat: no-repeat;
    background-position: left;
    text-align: left;
    padding: 10px 2px 2px 20px;
    height: 2em;
    margin: 20px 0px 0px 14px;
    width: 120px;
}

table.GvFEList {
    width: 100%;
}

.formDataReadViewTable {
    line-height: 22px;
    width: 100%;
}

.formDataReadViewTable .required {
    /*position: absolute;*/
    /*left: 160px;*/
    /*top: -3px;*/
}



.formDataReadView {
    font-weight: bold;
}

.formLeftColumn {
    width: 170px;
}

.formRightColumn {
}

.validatorCalloutHighlight {
    background-color: #EEEEEE;
    border: 1px solid #FF0000;
    color: #808882;
}
/* Commands */
a:link.Command, a:visited.Command, .CommandsDiv a:visited, .CommandsDiv a:link, .CommandsDiv a, .adminCommandsDiv a {
    padding: 5px 12px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFFFFF;
    cursor: pointer;
    min-width: 125px;
    overflow: hidden;
    text-align: center;
    margin-right: 12px;
    margin-bottom: 6px;
    position: relative;
    text-decoration: none;
    background-color: #72b84c;
    color: #fff;
}

    a:hover.Command, .CommandsDiv a:hover {
    }

.CommandsDiv {
    clear: both !important;
    padding: 10px 0px 10px 0px;
}

    .CommandsDiv.PrevNext {
        margin-top: 12px;
    }

.PrevNext .Prev {
    float: left;
}

.PrevNext .Next {
    float: right;
}

.JobOfferSection {
    padding: 12px 0px;
    clear: both;
}

.JobOffers.Details .Description span, .JobOffers.Details .JobOfferSection.RequiredSkills span, .JobOffers.Details .JobOfferSection.Duties span, .JobOffers.Details .JobOfferSection.ShortDescription span {
    display: inline;
}
.JobOffers.Details .Description ul li p, .JobOffers.Details .JobOfferSection.RequiredSkills ul li p, .JobOffers.Details .JobOfferSection.Duties ul li p, .JobOffers.Details .JobOfferSection.ShortDescription ul li p {
    padding: 0;
    margin: 0;
}
.JobOffers.Details .Description ul, .JobOffers.Details .JobOfferSection.RequiredSkills ul, .JobOffers.Details .JobOfferSection.Duties ul, .JobOffers.Details .JobOfferSection.ShortDescription ul {
    padding-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.JobOffers.Details .JobOfferSection.Duties .Title, .JobOffers.Details .JobOfferSection.RequiredSkills .Title, .JobOffers.Details .JobOfferSection.Description .Title {
    display: block;
    clear: both;
    margin-bottom: 6px;
}

.SurveyForm h1.Title {
    margin-bottom: 18px;
}

h1.Title {
    font-size: 20px;
}

.JobOffersCategoryItem {
    /*padding: 8px 0px;
    background-color: #CCCCCC;
    border-bottom:1px solid #CCCCCC;*/
}

.JobOffers.List .GvFEList td {
    padding-bottom: 12px;
}

.JobOffers.List h3 {
    margin-top: 7px;
}

.JobOffers.List .PnlJobOfferLocation, .JobOffers.List .IsNotTranslated {
    margin-bottom: 7px;
}

.JobOffersCategoryItem .Title {
}

.IsNotTranslated {
    color: #8F8F8F;
}

.ApplyCommands, .ApplyCommands:visited {
    background-color: #D77149;
    color: #FFFFFF;
}

.JobOfferCategoryName {
    margin-bottom: 20px;
}

    .JobOfferCategoryName h2 {
        /*font-weight: bold;
    color: #3b3b3b;*/
    }

.ChbWithLabel input {
    margin-right: 6px;
}
/* Surveys */
.CustomQuestion {
    margin-bottom: 9px;
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    min-width: 336px;
    width: 100%;
}

    .CustomQuestion .Question, .CustomQuestion .Answer {
        margin-bottom: 6px;
        clear: both;
        display: block;
    }

.QuestionText {
    font-weight: bold;
    color: #3b3b3b;
}

.Section {
    margin-top: 8px;
    margin-bottom: 22px;
    border-bottom: 1px solid #6D6AA6;
}

.SurveyPage .Section {
    padding-bottom: 13px;
    border-bottom: 1px solid #D7D7D7;
}

.SectionName {
    font-weight: bold;
    font-size: 16px;
    clear: both;
    display: block;
    margin-bottom: 12px;
}


.SectionDescription {
    clear: both;
    display: block;
    margin-bottom: 12px;
}

.CustomQuestion .Validator {
    float: none;
}

.SurveyForm .Candidates .HeaderText {
    display: none;
}

.SurveyForm .List {
    margin-top: 12px;
}

.SurveyForm .CommandsDiv a {
    cursor: pointer !important;
}

.SurveyForm .GvFEList td {
    padding: 7px 10px 7px 0px;
}

.SurveyForm .GvFEList th {
    padding: 7px 10px 7px 0px;
}

.SurveyForm .TxtAnswer textarea, .SurveyForm .TxtWide textarea {
    max-width: 460px;
}

div.Line {
    border-bottom: 1px solid #D7D7D7;
    width: 100%;
}



/* Fix IE, Safari */
.RbThreeColumns td {
    width: 200px;
    max-width: 200px;
}

.RbThreeColumns input {
    vertical-align: middle;
    margin-bottom: 6px;
}

.RbTwoColumns td {
    max-width: 200px;
}

.RbTwoColumns input {
    vertical-align: middle;
    margin-bottom: 6px;
}

.RbOneColumn td, .ChbListOneColumn td {
    max-width: 435px;
}

.RbOneColumn input, .ChbListOneColumn input {
    vertical-align: middle;
    margin-bottom: 6px;
}

.RadioButtonList.validatorCalloutHighlight {
    float: left;
}

.Radio {
    clear: both;
}

.ChbList {
    position: relative;
}

    .Radio input, .ChbList input, .RbOneColumn input, .RbTwoColumns input, .RbThreeColumns input {
        margin-right: 4px;
        margin-top: 0px;
        float: left;
    }

.SurveyForm .CustomQuestion .Radio input {
    margin-top: 2px;
    margin-bottom: 0px;
    clear: left;
}

.SurveyForm .CustomQuestion .Radio label {
    margin-top: 2px;
    float: left;
}

.Radio td, .ChbList td {
    padding-bottom: 4px;
}

.Radio label {
    padding-left: 5px;
}

.ListBoxInfromation {
    clear: both;
    display: block;
}

.SurveyForm #Languages {
    margin: 8px 0px;
}

    .SurveyForm #Languages td {
        padding: 5px 7px 5px 0px;
    }

        .SurveyForm #Languages td a {
            margin-left: 4px;
        }

        .SurveyForm #Languages td .languageName {
            font-weight: bold;
        }

.SurveyForm .Language.Level .HeaderText {
    display: none;
}
.informationNotice {
    margin-bottom: 6px;
}

/*==START== Apply - wizard ====*/
.wizardpage .pageNumber {
    float: right;
}
/*==END== Apply - wizard ====*/

/* Surveys End */

/* CmsAdminNavigation */
.CmsAdminNavigation {
    position: absolute;
    z-index: 999999;
    width: 20px;
    float: left;
}

    .CmsAdminNavigation img {
        cursor: pointer !important;
        border: 1px solid #A2A0CF !important;
        filter: alpha(opacity=40);
        opacity: 0.4;
        float: none !important;
    }

        .CmsAdminNavigation img:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

.CmsAdminNavigationExpand {
    position: relative;
    z-index: 999999;
    text-align: left;
    width: 20px;
    margin-left: -25px;
    padding-top: 3px;
}

.CmsAdminNavigationCommandsDiv {
    position: relative;
    width: auto;
    float: left;
    background: #53509e;
    border: solid 1px #cccccc;
    padding: 6px 10px;
    opacity: 0.8;
    margin-left: -20px;
}

    .CmsAdminNavigationCommandsDiv:hover, .CmsAdminNavigationCommandsDiv a:hover {
        opacity: 1;
    }

    .CmsAdminNavigationCommandsDiv a {
        color: #ffffff;
        float: left;
        clear: both;
        text-decoration: none;
        opacity: 0.6;
    }

.CmsAdminNavigationCommands a {
    z-index: 9999999;
}
/* CmsAdminNavigation End */
.addthis_toolbox {
    margin-top: 20px;
}

.LanguagesValidator {
    padding-bottom: 10px;
}

.Radio .RadioButtonList {
    display: inline-block;
    clear: both !important;
    *float: left;
}

.Radio {
    height: 100%;
    margin-bottom: 10px;
}


.GvFEListRow {
    border-top: 1px solid #E4E3E1;
}

    .GvFEListRow td {
        padding: 20px 0px;
    }

    .GvFEListRow .IsPromoStar, .GvFEListRow .IsUaOffer {
        float: right;
        width: 24px;
        height: 24px;
    }

.HeaderContentPlaceholder .Title .IsPromoStar, .HeaderContentPlaceholder .Title .IsUaOffer, .ItemDetails .Title .IsPromoStar, .ItemDetails .Title .IsUaOffer {
    width: 32px;
    height: 32px;
    float: right;
    margin-top: 14px;
    margin-left: 16px;
}

.JobOffers.List .IsPromoStar, .JobOffers.List .IsUaOffer {
    margin-left: 5px;
    float: none;
    margin-top: 0;
    width: 20px;
    height: 20px;
}
.IsPromoStar.joList, .IsUaOffer.joList {
    width: 16px;
    height: 16px;
}
.red-border-frame {
    border: red 1px;
    border-style: solid;
    color: red;
    padding: 15px;
}


/*HOVER BUTTON -- BEGIN*/

.btn {
    /*border: none;*/
    /*font-family: inherit;*/
    /*font-size: inherit;*/
    /*color: inherit;*/
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Button 4 */
.btn-4 {
    border-radius: 50px;
    border: 3px solid #fff;
    color: #fff;
    overflow: hidden;
}

    .btn-4:active {
        border-color: #17954c;
        color: #17954c;
    }

    .btn-4:hover {
        background: #24b662;
    }

    .btn-4:before {
        position: absolute;
        height: 100%;
        font-size: 125%;
        line-height: 3.5;
        color: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn-4:active:before {
        color: #17954c;
    }

/* Button 4a */
.btn-4a:before {
    left: 130%;
    top: 0;
}

.btn-4a:hover:before {
    left: 80%;
}

/* Button 4b */
.btn-4b:before {
    left: -50%;
    top: 0;
}

.btn-4b:hover:before {
    left: 10%;
}

/* Button 4c */
.btn-4c:before {
    left: 70%;
    opacity: 0;
    top: 0;
}

.btn-4c:hover:before {
    left: 80%;
    opacity: 1;
}

/* Button 4d */
.btn-4d:before {
    left: 30%;
    opacity: 0;
    top: 0;
}

.btn-4d:hover:before {
    left: 10%;
    opacity: 1;
}

.btn:before, .icon-heart:after, .icon-star:after, .icon-plus:after, .icon-file:before {
    /*font-family: 'icomoon'; Neeed font AWESOME*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

/*HOVER BUTTON -- END*/

/*==== Caldendar ====*/
.ajax__calendar .ajax__calendar_body {
    width: 175px;
}

.ajax__calendar .ajax__calendar_container {
    width: 185px;
}

.ajax__calendar .ajax__calendar_today .ajax__calendar_day {
}

.ajax__calendar_days .ajax__calendar_day {
    height: 21px;
    width: 19px;
    padding: 0px 1px;
}

.ajax__calendar_container td {
}

.ajax__calendar_header {
    background-color: #d7d7d7;
}

.ajax__calendar .ajax__calendar_container .ajax__calendar_footer {
    border-color: #d7d7d7;
    margin-top: 4px;
    margin-bottom: 6px;
}
/*== END == Caldendar ====*/
.ajax__validatorcallout_error_message_cell b {
    font-size: 10px;
}


.addthis_sharing_toolbox {
    margin: 12px 0px;
}

.SurveyForm, .JobOffers.Details {
    padding-bottom: 6px;
}
/* --BEGIN-- Button file ----*/

.file-upload-wrapper {
    display: inline-block;
}

.file-upload-wrapper > .file-uploaded {
    margin-right: 10px;
    margin-left: 10px;
    white-space: nowrap;
}

.btn-file {
    position: relative;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    background-color: #e0e0e0;
    border-color: #BDBDBD;
    padding: 5px 10px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    cursor: pointer;
}

.btn-file:hover,
.btn-file.focus {
    background-color: #eeeeee;
}

    .btn-file:active,
    .btn-file.active {
        -moz-box-shadow: inset 0px 0px 0px #dfdcdc;
        -webkit-box-shadow: inset 0px 0px 0px #dfdcdc;
        box-shadow: inset 0px 1px 1px 1px #dfdcdc;
    }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 0;
  outline: none;
  background: transparent;
  cursor: inherit;
  display: block;
}

/* --END-- Button file ----*/

/*--BEGIN-- Consent ----*/
.checkbox.agree-consent {
    position: relative;
}

.checkbox.agree-consent input[type="checkbox"] {
    position: absolute;
    top: 4px;
}

.checkbox.agree-consent label, .consent .newsletter-category {
    padding-left: 20px;
    display: block;
}
.newsletter-category-items-wrapper {
    margin: 10px 0px;
}
.newsletter-category-item {
    display: inline-block;
    width: 290px;
    margin-right: 20px;
}
.candidate-consents-block .CommandsDiv {
    /*padding: 0;*/
}

.candidate-consents-block .CommandsDiv .btn {
    margin: 0;
}

.consent-item div {
    margin: 10px 0px;
}

.consent-extends-modal .expiration-date {
    margin-top: 10px;
}

.consent-extends-modal .expiration-date .textbox {
    /*text-align: center;
    max-width: 90px;
    margin-bottom: 0;*/
}

.consent-wrapper-div .consent ul,
.consent-wrapper-div .consent ol {
    padding-left: 15px;
}

.informationNoticePanel .informationNotice ul,
.informationNoticePanel .informationNotice ol {
    padding-left: 15px;
}

/*--END-- Consent ----*/

/*--BEGIN-- InformationNotice ----*/
.informationNoticePanel {
    margin-bottom: 20px;
}

.informationNoticePanel .informationNotice {

}
/*--END-- Consent ----*/

/*--BEGIN-- Meetings ----*/

.candidate-meetigns-block .CommandsDiv {
    /*padding: 0;*/
}

.candidate-meetigns-block .CommandsDiv .btn {
    margin: 0;
}

.meetign-item div {
    margin: 10px 0px;
}

/*--END-- Meetings ----*/

@media (max-width: 1015px) {
    .sidebar {
        max-width: 100%;
        float: none;
    }

        .sidebar .company {
            padding-bottom: 25px;
            margin-bottom: 0px;
            border-bottom: 1px solid rgba(3,3,3, 0.3);
        }

    .twoColumn #main {
        max-width: 100%;
        width: 100%;
    }

    #main {
        float: none;
        padding: 15px 10px 15px 10px;
    }

    .CustomQuestion {
        max-width: 100%;
        display: block;
    }
}

@media (max-width: 500px) {
    .formDataReadViewTable .formLeftColumn, .formDataReadViewTable .formRightColumn, .AdminTable .formRightColumn, .AdminTable .formLeftColumn, .formDataReadViewTable > tbody > tr > td {
        display: block;
        width: 100%;
    }

    .Candidate.Language.Level .AdminTable td.formLeftColumn {
        float: left;
        padding-bottom: 5px;
    }

    .Candidate.Language.Level .AdminTable td.formRightColumn {
        float: left;
    }

    #wrap {
        padding: 0px;
    }
}

body.modal-open {
    overflow: hidden;
}
.ModalPopup {
    border: 1px solid #d7d7d7;
    width: 100%;
    max-width: 455px;
    background-color: #fff;
}

    .ModalPopup.Size-sm {
        max-width: 300px;
    }

    .ModalPopup.Size-md {
        max-width: 600px;
    }

    .ModalPopup.Size-lg {
        max-width: 700px;
    }

.ModalPopupContent {
    border-top: none;
    padding: 30px 29px 0px 29px;
    clear: both;
    text-align: left;
    max-height: 550px;
    overflow-y: auto;
}
.ModalPopupDragHandle{
    font-size: 16px;
    font-weight: bold;
    padding: 14px 20px;
    border-bottom: 1px solid #fff;
    background-color: #e4e4e4;
}

.ModalPopupContent {
    border-top: none;
    padding: 30px 29px 0px 29px;
    clear: both;
    text-align: left;
    max-height: 550px;
    overflow-y: auto;
}
.ModalPopupMessage {
    padding: 15px 24px;
}
.ModalPopupCommands {
    padding: 15px 28px;
    clear: both;
}
.ModalPopup .btn-def {
    height: 26px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    margin: 5px 5px 10px auto;
    padding: 3px 12px;
    font-weight: bold;
    line-height: 19px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    background-color: #72b84c;
    border-color: #72b84c;
    color: #fff;
    text-decoration: none;
}

.ModalPopup .btn-def.reverse {
    background-color: transparent;
    color: #72b84c;

}


    .ModalPopup .btn-def.disabled, .ModalPopup .btn-def.reverse.disabled,
    .ModalPopup .btn-def[disabled], .ModalPopup .btn-def.reverse[disabled] {
        cursor: default;
        pointer-events: none;
        background-color: #d3d3d3;
        border-color: #d3d3d3;
    }

/*#main .ModalPopup.consent-extends-modal
{
    position: fixed !important;
    top: 100px !important;
}*/

.modalBackground {
    background-color: rgba(0, 0, 0, 0.4);
}

    /* modal inside modal */
    .ModalPopup.modalN2 {
        z-index: 100006 !important;
    }
    .modalBackground.modalN2 {
        z-index: 100005 !important;
    }

.CandidateInfo.ItemDetailsTopDiv {
    margin-bottom: 14px;
}
.btn-def.disabled, 
.btn-def[disabled],
.CommandsDiv a.disabled {
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    cursor: default;
    pointer-events: none;
}

img.social-icon {
    vertical-align: bottom;
    width: 21px;
    margin-right: 5px;
}
.toolTipClass::before {
    content: "?";
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #BDBDBD;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-left: 4px;
    margin-right: 4px;
}

.toolTipClass > span {
    display: none;
    position: absolute;
    z-index: 2;
    background: #fff;
    border: 1px solid #BDBDBD;
    padding: 10px;
    left: auto;
}

.toolTipClass:hover span {
    display: inline;
}
.toolTipClass.toolTipContent, .toolTipClass.toolTipContent a {
    font-weight: normal;
    /*font-size: 12px;*/
    text-align: left;
}
.toolTipClass.toolTipContent a.btn-def {
    float: right;
}
.tippyDiv {
    text-align: left;
    margin: 10px;
}

.ajax__validatorcallout_popup_table /*The popup table.*/ {
    
}
.ajax__validatorcallout_popup_table td {
    vertical-align: middle !important;
}
.ajax__validatorcallout_popup_table .ajax__validatorcallout_close_button_cell {
    vertical-align: top !important;
}
.ajax__validatorcallout td {

}
.ajax__validatorcallout div, .ajax__validatorcallout td {
    border-color: #BDBDBD !important;
}
.ajax__validatorcallout_popup_table_row /*The popup table row.*/ {
}
.ajax__validatorcallout_callout_cell /*The callout cell.*/ {
}
.ajax__validatorcallout_callout_table /*The table in the callout cell.*/ {
}
.ajax__validatorcallout_callout_table_row /*The callout table row.*/ {
}
.ajax__validatorcallout_error_message_cell /*The error message cell.*/ {
}
.ajax__validatorcallout_icon_cell /*The warning icon cell.*/ {
}
.ajax__validatorcallout_close_button_cell /*The close button cell.*/ {
}
.ajax__validatorcallout_arrow_cell /*The arror cell.*/ {
}
.ajax__validatorcallout_innerdiv /*Inner div of a cell. Used in the close button cell and the arrow cell.*/ {

}
.ajax__validatorcallout_innerdiv div /*Inner div of a cell. Used in the close button cell and the arrow cell.*/ {

    border-color: #BDBDBD !important;
}

.EmailPhoneInfo span {
    font-size: small;
}