﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300,400italic);

#LoginLinkedin, #LoginFacebook, #LoginTwitter {
    height:27px;
    display:inline-block;
    margin:0
}

@media (max-width: 1024px) {
    #LoginLinkedin, #LoginFacebook, #LoginTwitter {
    padding-bottom:5px;
}
}

body {
    font-family: 'Open sans', sans;
    color:black;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open sans', sans;
    font-weight: 400;
}

.uk-form select:focus, .uk-form textarea:focus, .uk-form input:not([type]):focus, .uk-form input[type=text]:focus, .uk-form input[type=password]:focus, .uk-form input[type=datetime]:focus, .uk-form input[type=datetime-local]:focus, .uk-form input[type=date]:focus, .uk-form input[type=month]:focus, .uk-form input[type=time]:focus, .uk-form input[type=week]:focus, .uk-form input[type=number]:focus, .uk-form input[type=email]:focus, .uk-form input[type=url]:focus, .uk-form input[type=search]:focus, .uk-form input[type=tel]:focus, .uk-form input[type=color]:focus {
    background-color: #FFFFF1;
    border-color: #ce1733;
}
a {
    color: #ce1733;
    transition: all ease-in-out 0.5s
}

a:hover {
    text-decoration: none;
    color: #ce1733;
    transition: all ease-in-out 0.5s
}

.uk-button {
    border-radius: 0;
    transition: all ease-in-out 0.2s;
    box-shadow: 0 0 0px #ddd;
}

.uk-button:hover, .uk-button:active, .uk-button:focus {
    transition: all ease-in-out 0.2s;
    box-shadow: 0 0 10px #ddd;
}

.uk-button-primary {
    background-color: #ce1733;
    border:none;
    box-shadow: 0 0 0px #B13200;
   
}

.uk-icon-button {
    width: 1.74em;
    height: 1.74em;
    line-height: 1.74em;
    font-size: 1em;
}

.uk-button-primary:hover, .uk-button-primary:active, .uk-button-primary:focus {
    background-color: #ce1733;
    box-shadow: 0 0 10px #B13200;
}

.uk-button-danger {
    background-color: #FF6666;
    box-shadow: 0 0 0px #B13200;
    border:none;
   
}

.uk-button-danger:hover, .uk-button-danger:active, .uk-button-danger:focus {
    background-color: #FF3333;
    box-shadow: 0 0 10px #B13200;
}

.uk-navbar {
    text-align: center;
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
    background: white;
    text-transform:uppercase;
}

.uk-navbar-nav > li > a.selected {
    background-color: white;
    color: #ce1733;
    border-left-color: white;
    border-right-color: white;
    border-top-color: white;
}

.uk-navbar-nav > li:hover,
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
    background-color: white !important;
    color: #ce1733  !important;
    /* 3 */
    outline: none !important;
    position: relative !important;
    z-index: 1000 !important;
    border-left-color: rgba(0, 0, 0, 0.1) !important;
    border-right-color: rgba(0, 0, 0, 0.1) !important;
    border-top-color: rgba(0, 0, 0, 0.1) !important;
}



.uk-navbar-nav>li>a {
    color: black;
}

.uk-datepicker{width: auto;}
.uk-grid > * > :last-child{ margin-bottom: 10px;}
/* End UIkit override*/

/*.public {
    padding-top: 20px;
}*/

/* Begin General */

.body-container {
    margin: 0 30px;
}

@media (min-width: 1200px) {
    
    .body-container {
         width: 80%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
   
}

@media (min-width: 1400px) {
    
    .section-container {
         width: 66%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
   
}

.uk-description-list-line > dt {
    margin-bottom: 10px;
}

.apply_color_of_body {
    color:black !important;
}

.uk-description-list-line>dt:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
}
.item-actions a {
    margin-right: 5px;
    color: white;
    text-shadow: none;
}

.item-actions a:hover, .item-actions a:active, .item-actions a:focus {
    color: white;
}

html {
    height: 100%;
    background-color: #FCFCFC;
}
body {
    background-color: #FCFCFC;
    height: 100%;
}

.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

    .flex-video.widescreen {
        padding-bottom: 57.25%;
    }

    .flex-video.vimeo {
        padding-top: 0;
    }

    .flex-video iframe,
    .flex-video object,
    .flex-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video {
        padding-top: 0;
    }
}


/* End General*/

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}
.footer, .push {
height: 4em;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #EEE;
}

#header {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    background-color: red;
    font-size: 1.3em;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    padding-top:0px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background-color: #ce1733;
    color:white;
}

#header_home {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    background-color: red;
    font-size: 1.3em;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    padding-top:0px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    background-color: #FCFCFC;
    color:white;
}

#header a {
    display: block;
    margin-top: 5px;
    margin-bottom:5px;
    color: white;
}

span.obbligatrio {
    color: #ce1733;
    transition: all ease-in-out 0.5s;
    font-size: 1em;
    font-weight: bold;
    font-size: 1.3em;
}

.required:after { 
    content:" *"; 
    color: #f00; 
    display:inline;
    font-weight: bold;
} 

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}


select.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

/*input[type="text"].input-validation-error {
     border: 1px solid #b94a48;
}*/


.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.button-red {
  background-color: #cc0000 !important;
  color: #ffffff !important;
}

/*input.uk-width-1-1.input-validation-error
{
    border: 1px solid #b94a48;
    }*/

input#Privacy {
    width: 1.74em;
    height: 1.74em;
}

* {
  margin: 0;
}
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -142px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 142px;
}
.site-footer {
    
    bottom: 0;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #EEE;
}

form#SignIn 
{
	float:none !important;
}
form#SignInPasswordDimenticata
{
	float:none !important;
}

.attachmentsh4
{
	color:#ce1733;
}


#menubar
{
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:100%;
	text-align:center;
}

#menubar .uk-navbar-nav {
	float:none !important;
	display:inline-block;
}

#menubar .uk-navbar-nav li { 
  display:inline-block;
  float:none !important;
  margin-right:-4px;
}

#spacermenubar
{
    height:2.78em;
}

.color-background {
    background-color:#fcfcfc;
}

@media all and (max-width: 1219px) {
    .panelBoxPadding {
        padding-left:25px !important;
        padding-right:25px !important;
    }
}


@media all and (max-width: 1471px) and (min-width: 935px) {
    .uk-form-label.multiselect {
		float:none;
    }
    .uk-form-controls.multiselect {
		margin-left:0;
    }

}

.uk-form input.input-force-white {
    color:white;
}

input[type="checkbox"][id="Privacy"] {
    visibility: hidden;
    position: absolute;
}




input[type="checkbox"][id="Privacy"] + label:before {
    border: 1px solid black;
    background-color:#fff;
    content: "\00a0";
    display: inline-block;
    font: 1.1em;
    height: 1.4em;
    margin: 0 0 0 0;
    padding: 0;
    vertical-align: top;
    width: 1.4em;
}

input[type="checkbox"][id="Privacy"]:disabled + label:before {
    background-color: gray;
}

input[type="checkbox"][id="Privacy"]:checked + label:before {
    background: #fff;
    color: black;
    content: "\2713";
    text-align: center;
}

input[type="checkbox"][id="Privacy"]:focus + label:before {
        outline: rgb(59, 153, 252) auto 0.34em;
    }






.verticalAlignMiddle {
    vertical-align: middle !important;
}

input[type="checkbox"][id="Privacy2"] {
    visibility: hidden;
    position: absolute;
}




    input[type="checkbox"][id="Privacy2"] + label:before {
        border: 1px solid black;
        background-color: #fff;
        content: "\00a0";
        display: inline-block;
        font: 1.1em;
        height: 1.4em;
        margin: 0 0 0 0;
        padding: 0;
        vertical-align: top;
        width: 1.4em;
    }

    input[type="checkbox"][id="Privacy2"]:disabled + label:before {
        background-color: gray;
    }

    input[type="checkbox"][id="Privacy2"]:checked + label:before {
        background: #fff;
        color: black;
        content: "\2713";
        text-align: center;
    }

    input[type="checkbox"][id="Privacy2"]:focus + label:before {
        outline: rgb(59, 153, 252) auto 0.34em;
    }



input[type="checkbox"][id="Consenso3"] {
    visibility: hidden;
    position: absolute;
}




    input[type="checkbox"][id="Consenso3"] + label:before {
        border: 1px solid black;
        background-color: #fff;
        content: "\00a0";
        display: inline-block;
        font: 1.1em;
        height: 1.4em;
        margin: 0 0 0 0;
        padding: 0;
        vertical-align: top;
        width: 1.4em;
    }

    input[type="checkbox"][id="Consenso3"]:disabled + label:before {
        background-color: gray;
    }

    input[type="checkbox"][id="Consenso3"]:checked + label:before {
        background: #fff;
        color: black;
        content: "\2713";
        text-align: center;
    }

    input[type="checkbox"][id="Consenso3"]:focus + label:before {
        outline: rgb(59, 153, 252) auto 0.34em;
    }


/*abstract*/

input[type="checkbox"][id="ConsensoAbstractTesiDiLaurea"] {
    visibility: hidden;
    position: absolute;
}




    input[type="checkbox"][id="ConsensoAbstractTesiDiLaurea"] + label:before {
        border: 1px solid black;
        background-color: #fff;
        content: "\00a0";
        display: inline-block;
        font: 1.1em;
        height: 1.4em;
        margin: 0 0 0 0;
        padding: 0;
        vertical-align: top;
        width: 1.4em;
    }

    input[type="checkbox"][id="ConsensoAbstractTesiDiLaurea"]:disabled + label:before {
        background-color: gray;
    }

    input[type="checkbox"][id="ConsensoAbstractTesiDiLaurea"]:checked + label:before {
        background: #fff;
        color: black;
        content: "\2713";
        text-align: center;
    }

    input[type="checkbox"][id="ConsensoAbstractTesiDiLaurea"]:focus + label:before {
        outline: rgb(59, 153, 252) auto 0.34em;
    }

input[type="checkbox"][id="Consenso5"] {
    visibility: hidden;
    position: absolute;
}


    input[type="checkbox"][id="Consenso5"] + label:before {
        border: 1px solid black;
        background-color: #fff;
        content: "\00a0";
        display: inline-block;
        font: 1.1em;
        height: 1.4em;
        margin: 0 0 0 0;
        padding: 0;
        vertical-align: top;
        width: 1.4em;
    }

    input[type="checkbox"][id="Consenso5"]:disabled + label:before {
        background-color: gray;
    }

    input[type="checkbox"][id="Consenso5"]:checked + label:before {
        background: #fff;
        color: black;
        content: "\2713";
        text-align: center;
    }

    input[type="checkbox"][id="Consenso5"]:focus + label:before {
        outline: rgb(59, 153, 252) auto 0.34em;
    }


input[type="checkbox"][id="Consenso4"] {
    visibility: hidden;
    position: absolute;
}


    input[type="checkbox"][id="Consenso4"] + label:before {
        border: 1px solid black;
        background-color: #fff;
        content: "\00a0";
        display: inline-block;
        font: 1.1em;
        height: 1.4em;
        margin: 0 0 0 0;
        padding: 0;
        vertical-align: top;
        width: 1.4em;
    }

    input[type="checkbox"][id="Consenso4"]:disabled + label:before {
        background-color: gray;
    }

    input[type="checkbox"][id="Consenso4"]:checked + label:before {
        background: #fff;
        color: black;
        content: "\2713";
        text-align: center;
    }

    input[type="checkbox"][id="Consenso4"]:focus + label:before {
        outline: rgb(59, 153, 252) auto 0.34em;
    }

input[type="checkbox"][id="Consenso6"] {
    visibility: hidden;
    position: absolute;
}

    input[type="checkbox"][id="Consenso6"] + label:before {
        border: 1px solid black;
        background-color: #fff;
        content: "\00a0";
        display: inline-block;
        font: 1.1em;
        height: 1.4em;
        margin: 0 0 0 0;
        padding: 0;
        vertical-align: top;
        width: 1.4em;
    }

    input[type="checkbox"][id="Consenso6"]:disabled + label:before {
        background-color: gray;
    }

    input[type="checkbox"][id="Consenso6"]:checked + label:before {
        background: #fff;
        color: black;
        content: "\2713";
        text-align: center;
    }

    input[type="checkbox"][id="Consenso6"]:focus + label:before {
        outline: rgb(59, 153, 252) auto 0.34em;
    }


/*PrivacyRicevoInfoFS*/
input[type="checkbox"][id="PrivacyRicevoInfoFS"] {
    visibility: hidden;
    position: absolute;
}




    input[type="checkbox"][id="PrivacyRicevoInfoFS"] + label:before {
        border: 1px solid black;
        background-color: #fff;
        content: "\00a0";
        display: inline-block;
        font: 1.1em sans-serif;
        height: 1.1em;
        margin: 0 0 0 0;
        padding: 0;
        vertical-align: top;
        width: 1.1em;
    }

    input[type="checkbox"][id="PrivacyRicevoInfoFS"]:disabled + label:before {
        background-color: gray;
    }

    input[type="checkbox"][id="PrivacyRicevoInfoFS"]:checked + label:before {
        background: #fff;
        color: black;
        content: "\2713";
        text-align: center;
    }

    input[type="checkbox"][id="PrivacyRicevoInfoFS"]:focus + label:before {
        outline: rgb(59, 153, 252) auto 0.34em;
    }

    /*Privacy4*/
input[type="checkbox"][id="PrivacyNonRicevoInfoFS"] {
    visibility: hidden;
    position: absolute;
}

    input[type="checkbox"][id="PrivacyNonRicevoInfoFS"] + label:before {
        border: 1px solid black;
        background-color: #fff;
        content: "\00a0";
        display: inline-block;
        font: 1.1em;
        height: 1.4em;
        margin: 0 0 0 0;
        padding: 0;
        vertical-align: top;
        width: 1.4em;
    }

    input[type="checkbox"][id="PrivacyNonRicevoInfoFS"]:disabled + label:before {
        background-color: gray;
    }

    input[type="checkbox"][id="PrivacyNonRicevoInfoFS"]:checked + label:before {
        background: #fff;
        color: black;
        content: "\2713";
        text-align: center;
    }

    input[type="checkbox"][id="PrivacyNonRicevoInfoFS"]:focus + label:before {
        outline: rgb(59, 153, 252) auto 5px;
    }
    .ms-container 
    {
        width:98% !important;
    }
    .ms-container .ms-list {
        height:300px !important;

    }
	
	.uk-width-1-20 {
    width: 5%;
}
 #header_home {
  width:100%;
  font-size:inherit !important;
  padding-bottom:0px;
  border-radius: 0px;
 }

#header_home img {
    max-width:100px;
    padding-bottom:0px;
}

    .uk-navbar-flip {
        margin-right:20px;
    }


/* Tablets portrait */
@media (min-width: 970px) {
    #AziendaMenuSmall {
        display: none !important;
    }

}
/* Phone landscape and smaller*/
@media (max-width: 969px) {

    #AziendaMenu {
        display:none !important;
    }
}

.fixed-footer * {
    margin-bottom: 0px;
    margin-top: 10px;
}

.fixed-footer {
    width:100%;
    margin-top:10px;
}

.fixed-footer a:hover {
    color:white;
    text-decoration:underline;
}


#header_home .uk-navbar:before, #header_home .uk-navbar:after {
    content: none;
}

#header_home .uk-navbar-content:before, #header_home .uk-navbar-brand:before, #header_home .uk-navbar-toggle:before {
    content:none;
}

#header_home .uk-navbar-nav {
    float: none;
}
.uk-grid div#coverBackGround {
    padding-left:0px;
}
.uk-button#invia_cv {
    white-space:nowrap;
}

div#invia_cv_container {
    width:auto !important
}

ol.decimal {
    list-style-type: decimal;
}

.green {
    color: green;
}

.displayinlineblock {
    display:block;
}

/*min-width: 1218px*/
/*max-width: 1217px*/
@media (min-width: 768px) {
    #CVMobileMenu {
        display: none !important;
    }

    #LogoMobileCss {
        display: none !important;
    }

}
/* Phone landscape and smaller*/
@media (max-width:767px) {

    #CVDesktopMenu {
        display: none !important;
    }

    .uk-dropdown-navbar > .uk-navbar-nav > li {
        width: 100%;
    }
    .uk-dropdown-navbar > .uk-navbar-nav > li > a {
        width: 100%;
        padding:0;
    }
    #LogoMobileCss {
        display: inline-block !important;
    }


}

@media (min-width: 1842px) {
    .imgLogoCssResponsive {
	    height: 41px !important;
	    position: absolute;
	    left: 0px;
	    top: 0px;
            max-width:unset;
    }

}
/* Phone landscape and smaller*/
@media (max-width:1841px) {

    .imgLogoCssResponsive {
	    height: 41px !important;
	    position: absolute;
	    left: 0px;
	    top: 30px;
            max-width:unset !important;
    }

}


@media (min-width: 1063px) {
    .navbarBrandLogoCssResponsive  {
	position:relative;
	width:116px;

    }

}
/* Phone landscape and smaller*/
@media (max-width:1063px) {

    .navbarBrandLogoCssResponsive {
	position:relative;
	width:116px;
	height:90px;
    }

}



.uk-custom-width-dropdownmenubar {
    width:350px;
}

.width100CVWEB  {
    width:100%;
}

.uk-form-stacked .uk-form-label {
    font-weight: normal;
}


.logoclienticni {
    max-width:300px;
}

.logoclienticesop {
    max-width: 300px;
}

div#cm {
width:100vw !important;
left:0 !important;
}

div#cs {
width:100vw !important;
}

div.cookiepolicypanel {
overflow:auto;
}

tr.cookiepolicyrow td:nth-child(1) ,tr.cookiepolicyrow td:nth-child(2), tr.cookiepolicyrow td:nth-child(4) {
min-width:150px;
}

tr.cookiepolicyrow td:nth-child(3) {
min-width:200px;
}
#cookierefs * {
    color: #C72127 !important;
}

.integrationvideo {
    max-width:560px;
    max-height:315px;
    width:100%;
    height:315px;
}

/*div#c-bns button#c-s-bn,
div#c-bns button#c-r-bn
{
    display:none;
}

div#c-bns button#c-s-bn,
div#c-bns button#c-r-bn
{
    display:none;
}*/
@media (max-width: 479px) {

    #LDiv.jobofferlist {
        display: none;
    }
    #RDiv.jobofferlist {
        display: none;
    }

    #grid.gridOfferteHome table tr td:nth-child(n+3), #grid.gridOfferteHome table tr th:nth-child(n+3) {
        display: none;
    }

    #grid.gridOfferteHome table tr td:nth-child(2), #grid.gridOfferteHome table tr th:nth-child(n+3) {
        width: 95%
    }

}
div.#captcha {
    display: flex;
    justify-content: center;
    align-items: center;
}

.k-captcha {
    margin: auto;
    max-width:100%;
}

    .k-captcha-image, .k-captcha > img {
        width: 100%;
    }

.k-captcha-image-controls {
    height: inherit;
}

.cni_bold {
font-weight:bold;
}

.cni-candidatureterminate {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    margin-bottom: -1em;
}