@charset "utf-8";
/* CSS Document */

:root {
    --font-family-base: "IBM Plex Sans", sans-serif;
    --font-family-heading: "IBM Plex Serif", serif;
    ;
}

html,
body {
    margin: 0px;
    font-family: 'Nunito', serif;
    font-size: 16px;
    color: #747474;
    background: none repeat scroll 0 0 #fff;
    overflow-x: hidden;
}

a {
    color: #3A5AA4;
}

a:hover {
    color: #0082C3;
}

img {
    border: 0px;
}

/*main container*/
.container {
    margin: 0 auto;
}

/*---- ---- Header ---- ----*/
/*header container*/
.header {
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
    background-color: transparent !important;
    background: none !important;
}

.bg-content {
    background-color: #fff;
}

/*logo container inside the header*/
.logo {
    float: left;
    width: 400px;
    padding: 30px 0 0 0px;
}

/*links container inside the header: home, vacancies, my space*/

.links {
    float: right;
    margin-top: 2.5%;
    margin-right: 3.5%;
    font-weight: bold;
    letter-spacing: -1px;
}

.links a {
    padding: 0px 10px;
    font-size: 1.2em;
}

.links select {
    font-size: 1em;
}

/*---- ---- End Header ---- ----*/


/*---- ---- Toolbar container, below the header ---- ----*/

/*Container below the header*/
.login {
    text-align: right;
    margin-right: 3.5%;
    margin-top: 2.5%;
}

.login-title {
    color: #0082C3;
    float: left;
    font-weight: bold;
    width: 100%;
}

.login-title a {
    text-decoration: underline;
}

.login-field label {
    padding: 0px !important;
}

.login-field input {
    max-width: 285px;
}

.login a {
    color: grey;
    font-weight: bold;
}

#userreg {
    float: left;
    width: 100%;
}

.loginr {
    padding-top: 8px;
    color: white;
    float: right;
    width: 215px;
    height: 22px;
}

.field {
    float: left;
    height: 30px;
    padding-top: 4px;
    width: 250px;
}

.social {}

.homeshare {
    float: right;
    margin-top: 30px;
    text-align: right;
}

.contentsocial {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.email {
    background: url(/images/email-icon.png) no-repeat left top;
    border: 0px;
    width: 40px;
    cursor: pointer;
    height: 40px;
    outline: 0;
    margin-bottom: 8px !important;
}

.facebook {
    background: url(/images/facebook-icon.png) no-repeat left top;
    border: 0px;
    width: 40px;
    cursor: pointer;
    outline: 0;
    margin-bottom: 8px !important;
    height: 40px;
}

.twitter {
    background: url(/images/tweeter-icon.png) no-repeat left top;
    border: 0px;
    width: 40px;
    cursor: pointer;
    outline: 0;
    height: 40px;
    margin-bottom: 8px !important;
}

.rss {
    background: url(/images/rss.png) no-repeat left top;
    border: 0px;
    margin-left: 14px;
    width: 27px;
    height: 22px;
}

.linkedin {
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
}

.printicon {
    display: none;
    background: url(/images/print.png) no-repeat left top;
    border: 0px;
    margin-left: 14px;
    margin-bottom: 1px;
    width: 27px;
    height: 22px;
    cursor: hand;
    outline: 0;
    vertical-align: bottom;
}

/*Language*/
.ComboLingua {
    padding: 3px;
    margin-left: 10px;
}

.LanguageAlert {
    padding-right: 5px;
    float: right;
    color: white;
    font-weight: bold;
}

.AlertImage {
    float: right;
    margin-right: 10px;
    margin-top: 6px;
}

/*---- ---- End toolbar container ---- ----*/


/*Content*/
.ad {
    background-color: white;
    width: 100%;
    float: left;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    padding-bottom: 64px;
}

.topborder {
    border-top: 1px solid #EEEEEE;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

/*---- ---- Job search container ---- ----*/
.search {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #1e4075;
    /* Old browsers */
    overflow: hidden;
    padding: 20px 0;
}

.search .criteria {
    float: left;
}

.search .SceltaCampiContent {
    float: left;
    width: 82%;
}

/*input container*/
.box {
    float: left;
    width: 100%;
}

.box input,
.box select {
    border-color: #D4D4D4;
    border-style: solid;
    border-width: 1px;
    padding: 0px 10px;
    line-height: 50px;
    height: 50px;
    color: #000;
    width: 100%;
    background: #fff;
    border-radius: 0;
}

.box2 {
    color: #6A6A6A;
    float: right;
    margin-right: 0;
}

.boxsmall {
    color: #fff;
    font-size: 0.9em;
    float: right;
    margin-right: 16px;
}

.boxsmall a {
    color: #B4B4B4;
}

/*---- ---- End job search container ---- ----*/






/*---- ---- Main content ---- ----*/
.content {
    background-color: white;
    padding: 0;
    line-height: 24px;
    min-height: 300px;
    _height: 300px;
}

@media (max-width: 419px) {
    .adtitle .FORMLABLE {
        font-size: 1.1em;
    }

    .content {
        padding: 0px !important;
    }
}

.content a {}

.contentend {
    padding-top: 10px;
    padding: 20px 0 0 30px;
    height: 60px;
}

/*Content title*/

.adtitle {
    margin-top: 35px;
    margin-bottom: 35px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

.adtitle * {
    margin: 0px;
    padding: 0px;
}

.adtitle .FORMFIELDNoWidth {
    padding: 0px !important;
}

.adtitle .FORMLABLE {
    text-align: left;
    width: auto;
    font-size: 0.8em;
    padding: 0px;
}

.adtitle .FORMTITLE {
    display: none;
}

/*job detail left column*/

.text {}

@media (max-width: 768px) {
    .text {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

.text .FORM {
    width: 100%;
}

/*job detail right column*/

.textr .SceltaCampiContent,
.textr .boxscheda,
.textr .boxinterno,
.textr .FORM {
    width: 100% !important;
}

.boxinterno {
    width: auto !important;
}

.boxscheda {
    float: left;
}

/*Container around save job alert buttons*/

.alertbutton {
    width: 26px;
    height: 24px;
}

.savejob {
    outline: 0;
    cursor: pointer;
    background: url(/images/mail-icon.png) top no-repeat;
    border: 0;
    padding: 22px;
}

.rssbutton {
    outline: 0;
    cursor: pointer;
    background: url(/images/rss-icon.png) top no-repeat;
    border: 0;
    padding: 22px;
}

.save {
    color: #747474;
    float: left;
    padding: 12px 10px 0px 270px;
    _padding-left: 0px;
}

/*Container back button*/

.goback {
    font-weight: bold;
    letter-spacing: -1px;
    border-top: #ccc solid 1px;
    display: inline-block;
    width: 100%;
    padding: 25px 0 40px;
}

.goback a {
    font-size: 1em;
    color: #1e4075;
    background: url(../images/back-arrow.png) no-repeat left;
    padding-left: 15px;
}

/*Container around a group of buttons*/

.ContainerButtons {
    float: right;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.BackVacancies {
    margin: 30px 0px;
}

.LOGIN-button input {
    margin-top: 10px;
}

/**/
.inner,
.innerletter {
    width: 100%;
    _width: 910px;
    float: left;
}

/*myspace container*/

.login-form .FORMLABLE {
    text-align: right;
    padding-right: 10px;
}

.msinner {
    padding: 10px 0px 30px 0px;
    line-height: 26px;
    max-width: 730px;
    margin: 0 auto;
}

.msinner .mshome {
    padding-left: 30px;
    padding-right: 30px;
}

/*my space header*/
.HeaderButtBasso150 {
    color: #696969;
    font-size: 1.4em;
    float: right;
    margin-top: 25px;
    height: 23px;
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
    padding-right: 20px;
    background-color: transparent;
}

.HeaderButtBasso150 a {
    color: #696969;
}

.MySpacetitle {
    font-size: 1.3em;
    font-weight: bold;
    color: #B4B4B4;
    letter-spacing: -1px;
}

.MySpacetitle img {
    float: left;
    padding-right: 10px;
    margin-top: 4px;
}

.homemyacc .links {
    margin-right: 0px;
}

.homemyacc .adtitle {
    /* margin-bottom: 0px; */
}

.msinner .ContainerButtons {
    text-align: right;
    padding: 0 10px;
    margin-bottom: 40px;
}

@media (max-width: 684px) {
    .links {
        padding-top: 10px;
    }
}

/*Sitemap page*/
.inner DIV.SitemapRow {
    width: 100%;
}

/*Grid pager Container (table) */
.pager {
    width: 100%;
    margin-top: 10px;
}

.pager tr {
    text-align: center;
    color: #000;
}

.pager td {
    padding: 0;
    display: inline-block;
}

/*List*/
/*Table class*/
.GRID {
    width: 100%;
    margin-bottom: 40px;
}

/*Generic row*/
.GRID tr {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

/*Header row*/
.GRID_HDR_ROW {
    border: 0px;
    padding-left: 20px;
    color: #1e4075;
    font-weight: bold;
    background: #ffffff;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    /* W3C */
    /* IE6-9 */
}

/*Header cell*/
.GRID_HDR_CEL {
    text-transform: uppercase;
    background-color: transparent;
    padding: 10px 20px;
}

/*Header link*/
.GRID_HDR_CEL a:link,
.GRID_HDR_CEL a:visited {
    color: #1e4075;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

/*Generic cell*/
.GRID_DAT_CEL {
    border-bottom: 1pt solid #EEEEEE;
    padding: 22px 20px;
}

/*Sitemap Grid*/

/*myspace grid*/
.msinner .GRID {
    background: none;
}

.msinner .GRID_HDR_ROW {
    display: none;
}

.tablecontainer {}

.tablecontainer .SceltaCampiContent {
    margin-left: 22px;
    margin-top: 15px;
}

.msinner .GRID tr {
    border: 0px !important;
    height: auto !important;
}

.msinner .GRID_DAT_CEL_Alter {
    background-color: #F8F8F8;
}

.msinner .GRID .GRID_DAT_CEL {
    border: 0px !important;
    padding: 0px !important;
    font-size: 18px;
}

.msinner .GRID .GRID_DAT_CEL a:link,
.msinner .GRID .GRID_DAT_CEL a:visited {
    color: #3A5AA4 !important;
    font-weight: normal;
}

.msinner .pager {
    width: 100%;
    text-align: center;
    background: none;
}

.msinner .pager tr {
    background: none;
    height: 30px;
    padding: 0px;
    text-align: center;
}

.msinner .pager .button {
    background: none;
    color: #7b7b7b;
    font-weight: normal;
    height: 20px;
}

.msinner .GRID_PAGER_BUTTON {
    color: #7b7b7b;
}

.msinner .myjobalert .ContainerButton {
    width: 100%;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 20px;
}

.msinner .myjobalert .GRID_DAT_CEL input {
    display: none;
}

.myeditcv,
.myjobalert,
.vacanciesapplied {
    margin-bottom: 20px;
}

.myjobalert .inner .FORM,
.myjobalert .inner .SceltaCampiContent,
.myjobalert .inner .boxscheda,
.changepwd .msinner .SceltaCampiContent,
.changepwd .msinner .FORM,
.changepwd .msinner .boxscheda {
    width: 100%;
}

.myjobalert .inner .ContainerButton {
    float: left;
    margin-right: 20px;
}

/*Form*/

.send-cv .cv-form {
    float: left;
    width: 100%;
}

.cv-form .boxscheda,
.cv-form .FORM {
    max-width: 100%;
    width: 100%;
}

.cv-form .ScTableTitle {
    margin-bottom: 20px;
}

.tabcontrolbuttons,
.tabcontrolcontent {
    width: 95%;
}

.tabcontrolbuttons {
    padding-left: 30px;
}

.tabcontrolbuttons>div {
    margin-left: 10px;
}

.tabcontrolbuttons .sel,
.tabcontrolbuttons .sez {
    color: black;
    height: 26px !important;
    width: 99px;
    text-align: center;
    font-weight: bold;
    letter-spacing: -1px;
    padding-top: 2px;
    cursor: pointer;
}

.FORM {
    float: left;
    text-align: left;
}

.send-cv .FORM-login {
    max-width: 575px;
    padding: 15px 0 0;
}

.send-cv .FORM-letter {
    max-width: 100%;
}

.letterfield {
    margin-bottom: 20px;
}

.FORM tr {
    padding: 10px;
}

.FORMFIELD {
    width: 68%;
    padding: 10px;
    position: relative;
}

.FORMLABLE {
    text-align: right;
    vertical-align: top;
    padding: 10px;
    color: #000;
    max-width: 285px;
    width: 32%;
}

@media (max-width: 419px) {

    .FORMFIELD,
    .FORMLABLE {
        width: 100%;
        float: left;
        padding-left: 0;
        max-width: 100%;
        padding-right: 0;
    }

    .FORMLABLE {
        text-align: left !important;
    }
}

.FORMSINGLE {
    width: 550px;
    padding: 10px;
}

.FORMSINGLER {
    width: 550px;
    padding: 10px;
    text-align: right;
}

.FORMFIELDNoWidth {
    padding: 10px;
}

.FORMTITLE {
    font-weight: bold;
    padding: 0 15px 25px;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}

#PrivacyCv {
    text-align: right;
    margin: 10px 10px 0px 0px;
}

/*Form Letters*/
.innerletter .FORMFIELDNoWidth {
    width: 100%;
}

/*Form jobs*/
.text .FORMTITLE {
    display: none;
}

.text .FORMLABLE {
    text-align: left;
}

.textr .SceltaCampiContent {
    width: 290px;
    _width: 250px;
}

.textr .FORMTITLE {
    display: none;
}

.textr .FORMLABLE {
    float: left;
    width: 140px;
    padding: 6px 0;
    text-align: left !important;
}

.textr .FORMFIELD {
    width: auto;
    padding: 6px 0;
    float: left;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}

.textr .FORMFIELD .FORMLABLE {}

/*input text*/

.FORMFIELD input[type=text],
.FORMFIELD input[type=password],
.FORMFIELDNoWidth input[type=text],
.FORMFIELDNoWidth input[type=password] {
    width: 100%;
    _width: 300px;
    padding: 5px 0px 5px 5px;
    color: #6d6d6d;
    height: 50px;
    font-size: 1.2em;
    max-width: 475px;
    border: #ccc solid 1px;
}

/*input text - textarea: specific class*/
.FORMFIELD .TEXTBOX,
.FORMFIELDNoWidth .TEXTBOX {
    width: 96%;
    _width: 300px;
    padding: 5px 0px 5px 5px;
    color: #6d6d6d;
    border: #ccc solid 1px;
}

/*textarea*/
.FORMFIELD textarea,
.FORMFIELDNoWidth textarea,
TEXTAREA {
    width: 100%;
    _width: 465px;
    padding: 5px 0px 5px 5px;
    color: #6d6d6d;
    border: #ccc solid 1px;
}

/*textarea: specific class*/
.TEXTAREAFIELD {
    width: 98%;
    _width: 465px;
    padding: 5px 0px 5px 5px;
    color: #6d6d6d;
    border: #ccc solid 1px;
}

/*textarea: "Send Job To Friend" specific class*/
#SendJobToFriendPage_Note {
    width: 98%;
    _width: 465px;
    height: 200px;
}

/*Dropdown*/
.FORMFIELD select,
.FORMFIELDNoWidth select {
    padding: 9px;
    width: 100%;
    color: #000;
    min-height: 50px;
    font-size: 1em;
    max-width: 475px;
}

.cv-form .FORMFIELD select {
    margin-bottom: 10px;
}

/*button - link*/

/* .button {
	background-color: #f47b1e;
    border: 1px solid #f47b1e;
	padding: 14px 30px;
	outline: 0;
	width: auto;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: white;
	letter-spacing: 1px;
	cursor: pointer;
}

	.button:hover {
		background-color: transparent;
		color: #f47b1e;
	} */


.buttongb {
    outline: 0;
    background-image: url(/images/greybutton.png);
    background-repeat: no-repeat;
    border: 0;
    width: 123px;
    height: 31px;
    border: none;
    font-weight: bold;
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

.buttonspec {
    outline: 0;
    border: 0;
    background-image: url(/images/button2.png);
    background-repeat: no-repeat;
    width: 199px;
    height: 29px;
    border: none;
    font-weight: bold;
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

.buttonsmall {
    outline: 0;
    border: 0;
    border: none;
    height: 23px;
    font-weight: bold;
    color: #696969;
    text-decoration: underline;
    cursor: pointer;
    background-color: transparent;
}

.buttongray {
    outline: 0;
    border: 0;
    background-image: url(/images/buttonwb.png);
    background-repeat: no-repeat;
    width: 123px;
    border: none;
    height: 31px;
    font-weight: bold;
    color: #B7B7B7;
    text-decoration: underline;
    cursor: pointer;
    background-color: transparent;
}

.buttongraysmall {
    color: #B7B7B7;
    text-decoration: underline;
    float: left;
    height: 26px;
    text-align: center;
    font-weight: bold;
    border: 0px;
    cursor: pointer;
    background-color: transparent;
}

.cvapply {
    color: #696969;
    text-decoration: underline;
    float: left;
    margin-top: 20px;
    height: 31px;
    text-align: center;
    font-weight: bold;
    padding-top: 3px;
    margin-left: 180px;
    border: 0px;
    cursor: pointer;
    background-color: transparent;
}

.cvapply a {
    color: #696969;
}

/*Grid pager button*/
.pager .button {
    background: none;
    color: #000;
    font-weight: normal;
    padding: 4px 15px;
    display: inline-block;
}

.GRID_PAGER_BUTTON {
    color: #000;
    display: inline-block;
    padding: 4px 15px;
}

a.GRID_PAGER_BUTTON:link,
a.GRID_PAGER_BUTTON:visited {
    color: #000;
}

/*My space - job alert button (new)*/
.alert {
    color: #696969;
    text-decoration: underline;
    float: right;
    margin-top: 8px;
    height: 31px;
    text-align: center;
    font-weight: bold;
    margin-left: 10px;
    border: 0px;
    cursor: pointer;
    background-color: transparent;
}

/*My space - job alert button (delete)*/
.delete {
    color: #B7B7B7;
    text-decoration: underline;
    float: right;
    margin-top: 8px;
    height: 31px;
    text-align: center;
    font-weight: bold;
    margin-left: 15px;
    border: 0px;
    cursor: pointer;
    background-color: transparent;
}

/*Error message*/
.error,
.Error {
    color: red;
    font-weight: bold;
}

.VALIDATION {
    color: red;
}

/*success message*/
.response {
    color: #1a87c0;
    font-weight: bold;
}

.success {
    color: #1E90FF;
    font-weight: bold;
}

.SUCCESS {
    padding-left: 40px;
}

.ad .inner .Error {
    margin-left: 175px;
}

DIV.ErrorSaveJobAlert {
    text-align: center;
    height: 100px;
}

.SceltaCampiContent {
    height: auto;
    overflow: hidden;
}

/*---- ---- End main content ---- ----*/



/*---- ---- Containers above the content ---- ----*/
/*home*/
.ContentBorderTopHome {
    background: url(/images/content_top_home.png) no-repeat left top;
    width: 100%;
    height: 10px;
}

/*other pages*/
.ContentBorderTop {
    background: url(/images/content_top.png) no-repeat left top;
    width: 100%;
    height: 10px;
}

/*---- ---- End Containers above the content  ---- ----*/




/*--- ---- Conteiners below the content ---- ----*/
.ContentBorderBottom {
    background: url(/images/content_end.png) no-repeat left top;
    width: 100%;
    height: 10px;
    overflow: hidden;
}

.ContentBorderBottomHome {
    background: url(/images/content_bottom_home.png) no-repeat left top;
    width: 100%;
    height: 10px;
    overflow: hidden;
}

/*--- ---- End conteiners below the content ---- ----*/





/*---- ---- Footer container ---- ----*/
.footer {
    background: #2d2926;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    /* W3C */
    /* IE6-9 */
    line-height: 24px;
    padding: 10px 0;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-top: -64px;
    font-size: 12px;
    font-weight: 600;
    font-size: 12px;
    font-family: var(--font-family-base);
    text-transform: uppercase;
}

.slogan {
    float: left;
    padding: 20px 0px 10px 0px;
    color: #FFFFFF80;
    letter-spacing: -1px;

}

.slogan a {
    color: #FFFFFF80;
}

.slogan a:hover {
    color: #1cabe2;
    text-decoration: none;
}

.slogan small {
    color: #6F6F6F;
    letter-spacing: 1px;
}

.slogan DIV.TEXTBOX {
    float: left;
}

/*FOOTER GRID*/

.footer .GRID {
    width: 100%;
    background: none;
}

.footer .GRID tr {
    height: auto;
    padding: 0px 0px 0px 0px;
    width: auto;
    display: inline;
    float: left;
    border: 0px;
}

.footer .GRID_DAT_CEL_Alter {
    background-color: none;
    width: auto;
    display: inline;
}

.footer .GRID .GRID_DAT_CEL {
    border: 0px;
    padding: 0px 10px 0px 10px;
    width: auto;
    display: inline;
    float: left;
}

.footer .GRID .GRID_DAT_CEL a:link,
.footer .GRID .GRID_DAT_CEL a:visited {
    color: #3A5AA4 !important;
    font-weight: normal;
}

.footer .GRID_HDR_ROW {
    display: none !important;
}

.footer .GRID_HDR_CEL {
    padding: 0px 0px 0px 10px;
}

.footer .GRID_HDR_CEL a:link,
.footer .GRID_HDR_CEL a:visited {
    color: #6e6e6e;
    text-decoration: none;
}

.Sitemap {
    float: right;
    padding-top: 20px;
    text-align: right;
}

/*---- ---- End footer container ---- ----*/

/* Privacy Page */

.PrivacyPage {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.PrivacyPage .TEXTBOX {
    display: inline-block;
}

.PrivacyPage OL {
    list-style-type: none;
}

/*---- ---- End Privacy Page ---- ----*/


/**** START AUTOMATIC ADD ****/
/* Fix for InviaCVSpontaneo */
.inviacv .FORM .FORMFIELD {
    width: 25%;
}

.inviacv .FORM .FORMLABLE {
    width: 25%;
}

.ImgCalendarIcon {
    margin-left: -28px;
    margin-top: -5px;
    vertical-align: middle;
}

.inviacv div {
    float: left;
    width: 100%;
}

.sez {
    width: 160px !important;
    margin-bottom: 10px;
    float: left;
}

.sel {
    width: 160px !important;
    margin-bottom: 10px;
    float: left;
}

.TVNodeAction,
.TVNodeActionOpen,
.TVNodeActionWaiting {
    display: inline-block;
    width: 15px;
}

.TVNodeText,
.TVNodeTextWaiting,
.TVNodeTextOpen,
.TVNodeTextSelected,
.TVNodeSelected,
.TVNodeDragging {
    display: inline-block;
    border-style: none;
    margin-left: 0px;
    height: 20px;
    padding: 0px 0px 0px 0px;
    line-height: normal;
    text-indent: 0;
    vertical-align: baseline;
}

.ImgTree {
    float: left;
    margin-top: -5px;
}

.TVNodeNoAction {
    height: 0px;
    display: inline-block;
    width: 15px;
}

.TreeView,
.TreeViewWaiting {
    border: 0 none;
}

.boxtabpage {
    float: left;
}

/**** END AUTOMATIC ADD ****/

#PoweredByDiv {
    display: none;
}

@media screen and (min-width: 0px) and (max-width: 703px) {
    /* CSS CONTENT */

    .adtitle {
        width: 100% !important;
    }

    .adtitle .FORMLABLE {
        width: 100% !important;
    }

    .ContainerButtons {
        width: 100% !important;
    }

    .FORM-login input {
        margin-top: 10px;
    }

    .header {
        padding-bottom: 0px !important;
    }

    /* CV-FORM */

    .FORMTITLE {
        padding-left: 0px !important;
    }

    .FORMLABLE {
        text-align: right;
        padding-right: 10px;
    }

    .FORMFIELD {
        padding: 0px 0 10px !important;
    }

    .inner .SceltaCampiContent {
        width: 100% !important;
    }

    /* OPEN POSITIONS */

    .search {
        padding: 15px 0 !important;
    }

    .GRID_DAT_CEL {
        border-bottom: 0px !important;
        padding: 6px 21px !important;
    }

    .GRID {
        width: 100% !important;
        border-collapse: collapse !important;
        margin-bottom: 20px;
    }

    .GRID_HDR_ROW {
        display: none !important;
    }

    .GRID_DAT_CEL {
        float: left !important;
        color: #000 !important;
        font-size: 14px;
    }

    .titleCell,
    .left-side {
        width: 100% !important;
    }

    .titleCell a {
        font-weight: bold !important;
    }

    .autoWidth {
        padding-bottom: 6px !important;
        width: 100% !important;
        float: left !important;
    }
}

.divDateTimeDropDown select {
    width: 22.1%;
    float: left;
    margin-right: 3.5%;
}

/**** Aggiunta footer 29/08/2016: inizio ****/
.footer .divDateTimePicker {
    display: inline-block;
}

.footer .divDateTimePicker img {
    display: none;
}

/**** Aggiunta footer 29/08/2016: fine ****/

/* apply with linkedin:inizio */

.linkedin {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 39px;
    max-width: 300px;
}

.oldLinkedInAWL input,
.applyw input {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    display: inline-block !important;
    vertical-align: top !important;
    text-transform: uppercase;
    height: 40px !important;
    line-height: 40px !important;
    float: none !important;
    letter-spacing: 1px;
    border: none;
    background: url(../images/bt-lnk-icon.png) #1485bd no-repeat 10px center;
    text-align: left;
    padding: 0 15px 0 38px;
}

.applyw {
    text-align: left;
    float: left;
    margin: 20px auto;
}

.oldLinkedInAWL {
    padding-top: 0;
    text-align: center;
    float: left;
}

/* apply with linkedin:fine */

/*
nav {
	display: inline-block;
	width: 100%;
	float: left;
}
*/
nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

nav ul li {
    float: left;
}

nav ul li a {
    color: #2D2926;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 17px 32px;
    font-family: var(--font-family-base);
    letter-spacing: 1.5px;
    line-height: 12px;
}

nav ul li a:hover {
    color: #2D2926;
    text-decoration: none;
}

nav ul li:first-child a {
    padding-left: 0;
}

nav ul li.language select.ComboLingua {
    color: #2D2926;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    border: none;
    font-family: var(--font-family-base);
    letter-spacing: 1.5px;
    line-height: 12px;
    padding: 13px 32px;
}

.list_card {
    border: #ccc solid 1px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.adtitle * {
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
}

.list_card:hover {
    background: #f5f5f5;
}

.list_card span.business_unit {
    font-size: 16px;
    color: #000;
}

.list_card h2 {
    margin: 15px 0px 10px;
    font-size: 24px;
    font-weight: 700;
    color: #1e4075;
}

.list_card span.location {
    font-size: 16px;
    color: #000;
}

.list_card a.button {
    background: transparent;
    border-color: #1e4075;
    background-image: none;
    border-radius: 0;
    color: #1e4075;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px;
    display: inline-block;
}

.list_card a.button:hover {
    color: #fff;
    background: #1e4075;
    text-decoration: none;
}

.list_card span.pub-date {
    color: #000;
    font-size: 16px;
}

.list_card p {
    margin: 20px 0;
}

.titleBlock {
    min-height: 130px;
}

.Sitemap br {
    display: none;
}

.Sitemap a {
    color: #FFFFFF80;
}

.Sitemap a:hover {
    text-decoration: none;
    color: #1cabe2;
}

.Sitemap a {
    display: inline-block;
    border-right: #ccc solid 1px;
    padding: 0 20px;
}

.Sitemap a:last-child {
    border: none;
    padding-right: 0;
}

table.pager tr td:empty {
    display: none;
}

table.pager tr td .GRID_PAGER_BUTTON,
.pager .button {
    display: inline-block;
    border: #ccc solid 1px;
    padding: 6px 12px 6px 12px;
    font-size: 14px !important;
}

.pager .button:hover,
.GRID_PAGER_BUTTON:hover,
span.GRID_PAGER_BUTTON {
    text-decoration: none;
    background: #1e4075;
    color: #fff;
    border-radius: 0;
}

.boxsmall a {
    font-size: 0;
    display: inline-block;
    line-height: 50px;
    background: url(../images/reset-icon.png) center no-repeat;
    width: 20px;
}

span.grid-action {
    float: right;
}

span.grid-action a.list-grid {
    padding-right: 10px;
}

span.grid-action a {
    display: inline-block;
}

.vacancy-list-tile,
.row {
    margin: 0 -15px;
}

section.content.jobs.job-detail {
    max-width: 980px;
    margin: 0 auto;
}

.job_top,
.business_unit-sec {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    text-align: center;
    clear: both;
}

.business_unit-sec.bottom-ofpage {
    margin-bottom: 40px;
}

.business_unit-inner {
    max-width: 980px;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.job_top {
    background: #1e4075;
}

.business_unit-sec {
    background: #f5f5f5;
}

.job-top-inner .adtitle {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.job-top-inner .adtitle h1 {
    display: inline-block;
}

.job-top-inner .adtitle h1 * {
    color: #fff;
    font-size: 30px;
    text-transform: none;
    font-weight: 700;
    line-height: normal;
}

.job-top-inner .contentsocial {
    text-align: left;
    margin-top: 10px;
    float: right;
    width: auto;
    position: relative;
}

.business_unit-inner .textr {
    display: inline-block;
    color: #000;
}

.business_unit-inner .ContainerButtons {
    float: right;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 15px;
}

.business_unit-inner .ContainerButtons .button {
    padding: 7px 23px;
    margin-left: 10px;
}

.business_unit-inner {
    padding: 20px 0;
}

span {
    font-family: inherit !important;
    font-size: inherit !important;
}

.text.job-detail-content li {
    font-size: 18px;
    color: #000;
}

.text.job-detail-content {
    font-size: 18px;
    color: #000;
    padding: 0;
    margin: 30px 0px;
}

.text.job-detail-content * {
    padding: 0;
}

section.content.send-cv .inner {
    background: none;
    float: none;
    max-width: 980px;
    margin: 0 auto;
}

section.content.send-cv .inner .login-title {
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding: 55px 0 60px;
    font-size: 20px;
    letter-spacing: 1px;
}

.FORMTITLE span.titoloscheda {
    display: block;
    border-bottom: #ccc solid 1px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.FORMFIELD[data-title="Date of birth"] {
    width: 100%;
}

.FORMFIELD[data-title="Date of birth"] select#VMFormInvioCV10_EditView_FormInvioCV_FormEdit1_Fld155982655Years {
    margin-right: 0;
}

section.content.send-cv .inner .ContainerButtons {
    margin-bottom: 30px;
    float: none;
}

tr#VMFormPolicyConsensi12_EditView_FormPolicyConsensi_FormEdit1_Row155986856 {
    color: #000;
}

input[type="file" i] {
    color: #000;
}

.send-cv .FORM-letter .cke_chrome {
    max-width: 475px;
}

.no-cv .login-title {
    display: inline-block;
    margin-top: 24px;
}

.business_unit-inner .applyw {
    float: right;
}

.no-cv {
    display: inline-block;
}

.text.job-detail-content ul,
.text.job-detail-content ol {
    padding-left: 40px;
}

.cv-form input[type="file"] {
    width: 230px;
    height: 100%;
    zoom: 1;
    top: 0;
    left: 0;
    z-index: 999;
}

span.cust-btnblue2 {
    background: url(../images/file-icon.png) no-repeat 17px center;
    display: inline-block;
    line-height: 48px;
    border: #1e4075 solid 1px;
    padding: 0 30px 0 50px;
    color: #1e4075;
    font-weight: 700;
}

span.cust-btnblue {
    color: #000;
    font-size: 16px;
    padding-left: 20px;
}

.GRID_DAT_CEL[data-title="Title"] a {
    color: #1e4075;
    font-weight: 700;
    font-size: 16px;
}

.GRID_DAT_CEL[data-title="Title"] a:hover {
    color: #f47b1e;
    text-decoration: none;
}

.GRID tr.GRID_DAT_ROW_Alter {
    background: #f5f5f5;
}

section.content.jobs.confirm .job_top {
    margin-bottom: 50px;
}

/* .home-cv-button a {
    display: inline-block;
    border: #1e4075 solid 1px;
    padding: 6px 25px;
    position: relative;
    top: -45px;
}

.home-cv-button a:hover {
    background: #1e4075;
    color: #fff;
    text-decoration: none;
} */

@media (max-width:1199.99px) {
    .search .SceltaCampiContent {
        float: left;
        width: 78%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.99px) {

    .job-top-inner,
    .business_unit-inner {
        max-width: 750px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .FORMFIELD input[type=text],
    .FORMFIELD input[type=password],
    .FORMFIELDNoWidth input[type=text],
    .FORMFIELDNoWidth input[type=password],
    .FORMFIELD select,
    .FORMFIELDNoWidth select,
    .send-cv .FORM-letter .cke_chrome {
        max-width: 345px;
    }

    nav ul li a {
        padding: 17px 20px;
    }

    .search .SceltaCampiContent {
        float: left;
        width: 75%;
    }

    .textr .FORMLABLE {
        width: 118px;
    }

    .business_unit-inner .textr {
        font-size: 14px;
    }

    .box2 .button {
        padding: 14px 30px;
    }

    .list_card {
        padding: 20px;
    }

    .list_card h2 {
        font-size: 20px;
    }

    .list_card span.business_unit {
        min-height: 48px;
        display: block;
    }
}

@media screen and (min-width: 0px) and (max-width: 767.99px) {

    .job-top-inner,
    .business_unit-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search .SceltaCampiContent {
        float: left;
        width: 100%;
    }

    .box input,
    .box select {
        line-height: 36px;
        height: 36px;
        margin-bottom: 10px;
    }

    .boxsmall {
        width: 10%;
        margin: 0;
    }

    .box2 {
        width: 90%;
    }

    .search .button {
        width: 100%;
        padding: 7px 0px;
    }

    .boxsmall a {
        line-height: 36px;
    }

    .titleBlock {
        min-height: 90px;
    }

    .list_card {
        margin-bottom: 20px;
    }

    .homeshare {
        width: 100%;
        float: right;
        margin-top: 20px;
        text-align: center;
    }

    .text.job-detail-content {
        font-size: 16px;
    }

    .text.job-detail-content li {
        font-size: 16px;
    }

    .GRID_DAT_CEL[data-title="Title"] a {
        padding-top: 10px;
        display: block;
    }

    .home-cv-button a {
        position: static;
        margin-bottom: 20px;
    }
}

.bt-privacy {
    border-top: 0;
}

div#LoginResultMessage {
    float: left;
    width: auto;
    padding: 0 15px;
}

.send-cv .FORM-login p {
    margin: 0;
}

.send-cv .FORM-login input[type="text"],
.send-cv .FORM-login input[type="password"] {
    padding: 7px 10px;
    border: #ccc solid 1px;
}

.send-cv .FORM-login label {
    color: #000;
}

.business_unit-inner.open-form {
    padding: 10px 0;
}

.business_unit-inner.open-form div#userreg {
    float: none;
}

.business_unit-inner.open-form .applyw {
    margin-top: 76px;
    margin-bottom: 0px;
}

.business_unit-inner.open-form .login-title {
    margin-top: 10px;
}

body div#divprivacycookiesOk {
    width: 120px;
    height: 40px;
    background-color: #f47b1e;
    border-radius: 2px;
    line-height: 40px;
    padding: 0;
    margin-top: 3px;
}

body div#divprivacycookiesContent {
    background-color: #1e4075;
}

body div#divprivacycookies {
    background-color: #1e4075;
    padding: 15px;
}

@media (max-width: 660px) {
    .business_unit-inner.open-form {
        padding: 10px 15px;
    }

    .send-cv .FORM-login input[type="text"],
    .send-cv .FORM-login input[type="password"] {
        width: 100%;
    }

    .business_unit-inner .ContainerButtons {
        text-align: right;
    }

    .business_unit-inner.open-form .applyw {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.bt-privacy .col-xs-12 {
    padding: 0;
}

.bt-privacy .col-xs-12 h3 {
    margin: 30px 0;
    border-bottom: #ccc solid 1px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}

.bt-privacy .SceltaCampiContent {
    padding: 0 15px;
}

.job-top-inner {
    max-width: 980px;
    margin: 0 auto;
}

.warp {
    min-height: 100vh;
}

h1.home-title {
    color: #000;
    font-size: 20px;
}

section.content.myaccount.editcv .cv-form {
    padding: 40px 0;
    margin: 0 auto;
    max-width: 980px;
}

section.content.myaccount.editcv .bt-privacy {
    padding-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.inner DIV.SitemapRow {
    padding-top: 40px;
}

.toggle-icons {
    position: absolute;
    background: #fff;
    padding: 7px;
    z-index: 11;
    border-radius: 4px;
    left: -10px;
    box-shadow: rgba(0, 0, 0, 0.67) 0 0 10px;
    margin-top: 10px;
}

.share-icon img {
    cursor: pointer;
}

ul.sub-menu {
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.67) 0 0 10px;
    background: #fff;
    border-radius: 4px;
    z-index: 1111;
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 224px;
    padding: 5px 0;
}

/* ul.sub-menu li a,
ul.sub-menu li a *,
ul.sub-menu cms\:logoutbutton *,
ul.sub-menu cms\:buttondeleteuserprofile * {
    color: #2D2926 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    display: block;
    font-family: var(--font-family-base) !important;
    letter-spacing: 1.5px;
    line-height: 12px;
    text-decoration: none !important;
} */

nav ul li {
    position: relative;
}

.header {
    overflow: inherit;
}

nav ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
}

nav ul li li a {
    font-size: 14px;
    padding: 0;
}

nav ul li li {
    padding: 6px 15px;
    width: 100%;
}

nav ul li li:empty {
    display: none;
}

.email:hover {
    background: url(/images/save-job-active.png) no-repeat left top;
}

.facebook:hover {
    background: url(/images/fb-active.png) no-repeat left top;
}

.twitter:hover {
    background: url(/images/tw-active.png) no-repeat left top;
}

nav ul li span {
    position: relative;
    top: -2px;
    left: 2px;
}

span.linkedin-icon:hover:after {
    content: "";
    background: url(/images/linkedin-active.png) no-repeat left top;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
}

span.linkedin-icon {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
}

span.linkedin-icon:hover img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
}

section.content.jobs.send-job .inner {
    max-width: 980px;
    float: none;
    margin: 0 auto;
}

section.content.jobs.send-job .inner .formcontainer {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
}

section.content.jobs.send-job .inner .formcontainer table.FORM {
    width: 100%;
}

section.content.jobs.send-job .inner .formcontainer .ContainerButtons {
    width: 100%;
    margin-top: 20px;
}

section.content.myaccount.homemyacc .msinner {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    max-width: 1010px;
}

section.content.myaccount.homemyacc .msinner .MySpacetitle {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: normal;
    border-bottom: #ccc solid 1px;
    padding: 0 0 8px;
}

.tablecontainer .GRID_DAT_CEL a {
    font-size: 18px;
}

.tablecontainer.my-cv .GRID_DAT_CEL:before {
    content: url(https://newtemplate.altamiraweb.com//images/cv-icon.png);
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.tablecontainer .SceltaCampiContent {
    margin-left: 0;
}

@media (max-width: 660px) {
    .job-top-inner .contentsocial {
        margin-top: 0;
        margin-right: 20px;
    }
}

.tablecontainer.jobalert td.GRID_DAT_CEL[data-title="Name"]:before {
    content: url(https://newtemplate.altamiraweb.com//images/alret-icon.png);
    display: inline-block;
    margin-top: 2px;
    float: left;
    margin-right: 10px;
}

.tablecontainer.vacancies-applied td.GRID_DAT_CEL[data-title="Title"]:before {
    content: url(https://newtemplate.altamiraweb.com//images/vacency-icon.png);
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}

.tablecontainer.vacancies-applied td.GRID_DAT_CEL[data-title="Sending date"]:before {
    content: url(https://newtemplate.altamiraweb.com//images/date-icon.png);
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}

.tablecontainer.jobalert .GRID {
    margin-bottom: 20px;
}

.msinner .myjobalert .ContainerButton input.button {
    padding: 10px 42px;
}

@media (max-width: 479px) {

    .FORMFIELD,
    .FORMLABLE {
        padding-right: 0;
    }

    .divDateTimeDropDown select {
        width: 100%;
        margin: 0;
    }

    .job-top-inner .adtitle h1 * {
        color: #fff;
        font-size: 18px !important;
        font-weight: 400;
    }

    .myaccount.homemyacc .job-top-inner .adtitle h1 {
        font-size: 18px;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .adtitle {
        color: black;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .job-top-inner,
    .business_unit-inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .no-cv .login-title {
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
        margin-top: 7px;
    }

    .oldLinkedInAWL input,
    .applyw input {
        font-size: 10px !important;
        padding: 0 13px 0 35px;
    }

    .business_unit-inner .applyw {
        float: right;
        margin: 0;
    }

    .business_unit-inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    nav ul li a {
        font-size: 12px;
        padding: 10px 20px;
    }

    nav ul li:nth-child(3) a {
        padding-left: 0;
    }

    nav ul li.language select.ComboLingua {
        padding: 0;
        font-size: 12px;
        line-height: 37px;
        height: 37px;
        margin-left: 0;
    }

    section.content.send-cv .inner .login-title {
        padding: 25px 0;
    }

    .FORMTITLE {
        font-weight: bold;
        padding: 0 0px 14px;
        color: #000;
        font-size: 16px;
    }

    .FORMFIELD,
    .FORMLABLE {
        padding-top: 0;
        padding-right: 0;
        font-size: 14px;
    }

    .FORMLABLE {
        padding-bottom: 0;
    }

    .FORMTITLE span.titoloscheda {
        padding-bottom: 8px;
    }

    .FORMFIELD input[type=text],
    .FORMFIELD input[type=password],
    .FORMFIELDNoWidth input[type=text],
    .FORMFIELDNoWidth input[type=password] {
        height: 36px;
    }

    .FORMFIELD select,
    .FORMFIELDNoWidth select {
        min-height: 36px;
    }

    .logo {
        float: left;
        width: 100%;
        padding: 10px 0 0 0px;
    }

    /* .logo img { width: 105px; } */
    nav {
        margin-top: 10px;
    }

    .textr .FORMLABLE {
        padding: 0;
    }

    .Sitemap {
        padding-top: 10px;
        width: 100%;
        text-align: left;
    }

    .Sitemap a:first-child {
        padding-left: 0;
    }

    .slogan {
        padding-left: 0;
        padding-bottom: 0;
    }

    section.content.myaccount.homemyacc .msinner .MySpacetitle {
        font-size: 16px;
    }

    section.content.myaccount.homemyacc .msinner .col-xs-12 {
        padding: 0;
    }

    .ad {
        padding-bottom: 0;
    }

    .footer {
        height: auto;
        margin-top: 0;
    }

    .tablecontainer .GRID_DAT_CEL a {
        font-size: 16px;
    }

    .msinner .GRID .GRID_DAT_CEL {
        width: 100%;
    }

    .GRID_DAT_CEL[data-title="Title"] a {
        padding-top: 0px;
    }

    .msinner .GRID .GRID_DAT_CEL {
        padding: 0px 0 7px !important;
    }
}

@media (max-width: 360px) {
    nav ul li a {
        font-size: 12px;
        padding: 10px 10px;
    }

    .no-cv .login-title {
        font-size: 13px;
    }

    .oldLinkedInAWL input,
    .applyw input {
        font-size: 10px !important;
        padding: 0 8px 0 23px;
        background: url(../images/bt-lnk-icon.png) #1485bd no-repeat 4px center !important;
        letter-spacing: 0;
    }

    .Sitemap a {
        padding: 0 10px;
        font-size: 16px;
    }

    .job-top-inner .adtitle h1 * {
        color: #fff;
        font-size: 16px !important;
        font-weight: 400;
    }

    .myaccount.homemyacc .job-top-inner .adtitle h1 {
        font-size: 16px;
    }

    .business_unit-inner .ContainerButtons .button {
        padding: 7px 13px;
    }
}

input,
button,
select,
textarea {
    -webkit-appearance: none;
}

select {
    -webkit-appearance: listbox;
    -moz-appearance: listbox;
}

.ResetPwd .FORM {
    margin: 18px 0;
}

.myaccount .GRID td.GRID_DAT_CEL {
    padding-bottom: 10px !important;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

.bt-privacy .boxscheda {
    width: 100%;
}

.bt-privacy .SceltaCampiContent {
    width: 100%;
    padding: 0;
}

.bt-privacy {
    display: inline-block;
    width: 100%;
}

.bt-privacy .boxscheda .FORM {
    width: 100%;
}

.bt-privacy td.LABLE {
    padding-left: 30px;
}

/* stili suggest */

.TableStyle {
    background-color: white;
    color: #000 !important;
    display: block;
    border: 2px solid #BEBEBE;
    border-radius: 3px 3px 3px 3px;
}

.TableStyle {
    margin-top: -4px;
    margin-left: 0px;
    border-top: 2px solid #BEBEBE;
    color: #000;
}

div.TableStyle+div.TableStyle:first-child {
    border-top: none !important;
}

.NonSelectedRow,
.HighlightRow {
    border-bottom: #aeafb2 1px solid;
    padding: 5px;
    cursor: pointer;
    display: block;
    padding-top: 2px;
    padding-bottom: 5px;
    width: 222px;
    color: #000;
    height: 25px !important;
    margin-left: 3px;
    border: medium none;
    vertical-align: middle;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Menu_ChildMenu_ToolbarItemDisabled {
    color: #CCCCCC;
}

.NonSelectedRow A {
    text-decoration: none;
}

.NonSelectedRow span {
    line-height: 25px;
}

div .NonSelectedRow,
div .HighlightRow {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 25px;
    vertical-align: middle;
}

.NonSelectedRow:hover,
.NonSelectedRow:hover A,
.HighlightRow {
    color: #CCCCCC;
    background-position: 2px 0;
}

.recaptcha-container {
    clear: both;
    float: right;
    padding: 10px;
}