@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@font-face {
    font-family: 'roboto';
    src: url('font/roboto/roboto-light-webfont.woff2') format('woff2'),
         url('font/roboto/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*"Content" refers to all content visible on the site

There is some styling that was already provided.
Some of this I don't know where it has an effect.
This code is a little bit messy and I am sorry, I couldn't change some of this styling.
Solution is not resposive. Media query is uded only for bigger screen.
Some sections i don't know what they thave impact on
I will try to comment these sections with a "???"*/

/***********BASIC BODY FUNCTIONS*************/

body,
html {
	  font-family: roboto !important;
	  font-weight: 300 !important;
    background: #fff;
    font-size: 15px !important;
    overflow-x: hidden;
     text-align: justify!important;

}
.modal {
    z-index: 1050 !important;
}

/************* TEXT *********************/

A {
    COLOR: #0065B5;
    TEXT-DECORATION: none;
}

A:active {
    COLOR: #0065B5;
    TEXT-DECORATION: none;
}

A:link {
    COLOR: #0065B5;
    TEXT-DECORATION: none;
}

A:visited {
    COLOR: #0065B5;
    TEXT-DECORATION: none;
}

A:hover {
    TEXT-DECORATION: underline;
}

/*****HEADINGS*****/

h1 {


    font-family: 'roboto', sans-serif!important;
    font-size: 1.4em;
    font-weight: 700!important;
    text-align: left;
}

h2 {
    font-family: 'roboto', sans-serif!important;
    font-size: 1.2em !important;
    padding-bottom: 10px;
    color: #1a181d !important;
    font-weight: 500!important;
}

/***Labels***/

label,
.title {
    font-family: 'roboto', sans-serif!important;
    font-size: 16px;
}

/*Bolded text in content*/

#content strong {
    font-size: 16px;
}
/******HEADER/NAV CONTAINER*********/
header.page-header {
	position: relative !important;
	background-color: #00648c !important;
  z-index: auto !important;
}

#navbar-menu {
	background-color: #00648c !important;
}
#navbar-menu a {
	color: rgba(255,255,255,0.5);
}
#navbar-menu a.active {
	color: rgba(255,255,255,1);
}
.page-navigation .nav-item > .nav-link::after {
	background-color: rgba(255,255,255,0.5);
}
.page-navigation .navbar-toggler-icon > span {
	background-color: rgba(255,255,255,0.5);
}
.page-navigation .navbar-toggler small {
	color: rgba(255,255,255,0.5);
}
.page-navigation .navbar-collapse {
	top: 170px;
  z-index: auto;
}
.page-navigation .navbar-collapse .nav-link {
	font-size: 15px !important;
	margin-top: 5px !important;
}
/******Header Logo **************/
#pada-header-logo {
	padding: 25px 10px;
}
#pada-header-logo img {
	max-width: 100%;
}
#pada-header-logo .navbar-brand {
	max-width: 360px;
}
/******CONTENT CONTAINER*********/

#container {
    width: 100%;
}

/*???*/
#content{
text-align: justify!important;
    padding-top: 86px;
    font-size: 12px;
}
}
#content p.highlight,
#content div.highlight {
    background-color: green;
    border: 1px dashed #0065B5;
    font-size: 13px;
    margin: 5px 0 16px;
    padding: 5px;
    line-height: 1.5em!important;
}


#content.actionButtons {}

#content_table td.column4 {


}

/*Menu on the left side, visible in the application form*/
.stepper__item:hover .stepper__label, .stepper__item--active .stepper__label {
  font-weight: 300 !important;
}
#sitePermanentInfo,
#menuleft {
    /* border-right: 1px dotted #5C5C61;
    color: #000000;
    font-size: 12px;
	  margin-top: 31vw;
	  margin-left: 5vw;
	  position: absolute;
	  display: block;
	  float:left;
    width: 12vw;
	  z-index: 2; */
    color: #313131;
    font-size: 16px;
    padding: 20px;
    width: 180px;
    /*background: #fff; */
    margin-top: 0;


}


/*Active link in left menu*/

#sitePermanentInfo li strong {
    color: #1a181d;
}

/*Hides bottom border in this left menu*/

div#projectSteps {
    border: none;
}

/*Header for the left menu*/

div#projectSteps h1 {
    color: #000 !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700!important;
    margin-bottom: 15px;
}

div#projectSteps p.manageCollaboration a,

div#projectSteps p.projectDuplication a {
    display: inline-block;
    text-decoration: none;
    /*text-transform:uppercase; */
    background: transparent;
    border: 1px solid #4cb944;
    background-color: #4cb944;
    color: #ffffff;
    font-weight: lighter;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 1em;
    padding-right: 1em;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    /* padding:10px 25px;*/
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 25px;
    margin-left: -1em;
    /* text-overflow:ellipsis;
 background: #7aba28; */
}


#content.projectScreen p.downloadSummaryPdf a {

    background: url(file-pdf-regular.svg) no-repeat 2px 0;



}

div#projectSteps p.manageCollaboration a:hover {
    background: #fff!important;
    color: #414141!important;
    border-color: #414141!important;
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

div#projectSteps p.projectDuplication a:hover {

    background: #fff!important;
    color: #414141!important;
    border-color: #414141!important;
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;



}



/***********NAVIGATION BAR*************/

#topNavigation {
    /*background: white;
    width: 100vw;
    padding-left: 5%;
    height: 90px;
    position: fixed;
    left: 0;
    margin: 0;
    padding: 0;
    top: 30px;
    text-align: center;
    line-height: 90px;
    -webkit-transition: 0s;
    transition: 0s;
    font-size: 1.7em;
    -webkit-box-shadow: 0px 1px 8px RGB(230, 230, 230);
    box-shadow: 0px 1px 8px RGB(230, 230, 230);
    -ms-box-shadow: 0px 1px 8px RGB(230, 230, 230); */
    background: white;
    width: 100%;
    padding-left: 5%;
    height: 90px;
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    top: 30px;
    text-align: center;
    line-height: 90px;
    -webkit-transition: 0s;
    transition: 0s;
    font-size: 1.7em;
    -webkit-box-shadow: 0px 1px 8px RGB(230, 230, 230);
    box-shadow: 0px 1px 8px RGB(230, 230, 230);
    -ms-box-shadow: 0px 1px 8px RGB(230, 230, 230);
    z-index: 99;


}

#logo {
display: none;
}





/*.logo {
    background-image: url(logo.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50px;
    margin-top: 50px;
    top: -10px;
    padding-top: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
}
*/


#content .passwordContainer {

      left: 80px!important;
    top: -50px;

}

/*******NAVIGATION TEXT********/

#topNavigation a {

    margin: 0px 2.5vw;
    padding: 1vw;
    color: #1a181d !important;
    background: none;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: 'roboto', sans-serif;
}

/*For text underlining hover effect in the top navigation*/

#topNavigation a:after {

    content: '';
    position: absolute;
    left: 0;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 10px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
}

/*For text underlining hover effect in the top navigation*/

#topNavigation a:hover:after {
    color: #2c65b0 !important;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*Sets the top navigation texts a little closer together*/

#topNavigation span {
    display: none!important;
}

/*Make the top navigation stick to the top of the screen when scrolling. The class .sticky is created in the JS when scrolling down for more than 30px*/

#topNavigation.sticky {

    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: 0s;
    transition: 0s;
}


/*Language selection*/

#topNavigation span#languages {

    display: block!important;

    width: 100%;
    position: absolute;
    top: -35px;
    /*background:#d5d6d8; */
    padding: 3px 50px 2px 0px;
    height: 30px;
    right: 0;

}

/*Languages in the top grey navigation*/

#topNavigation span#languages .lang {
    height: auto;
    padding: 9px;
    background: none;
    font-size: 10px;
    line-height: 14px;
    display: block;
    float: right;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 5px;
    background: #2c65b0;
}

/*Disable hover underline effect from the language selection*/

#topNavigation span#languages a:after {
    border-bottom: none;
}

/*Lanaguage selection colors*/

#topNavigation span#languages a.lang {
    color: #000000 !important;
    font-weight: normal;
    background: none !important;
}



/*Language selection hover effect*/

#topNavigation span#languages a.lang:hover {
    color: #fff !important;
    background: #2c65b0 !important;
}


/*FORM AND CONTENT TEXT*/

#content,
#content.formSelection {

    /*padding-left: 30vw; */
    /*padding-top: 7%;
	margin-top: 70px;
  position: absolute;
  left: 40%;
  margin-left: -40px;
    	font-size: 1.2em;
	color: #464646;


    */
    padding-left: 0!important;
    margin-left:320px;
    padding-top: 7%;
    margin-top: 70px;
    font-size: 1.2em;
    color: #464646;
    background: url(banner_228.jpg) no-repeat top center;
    background-size: 100vw auto;
    position: relative;

}

#content_table td.column2 {
    width: 0px!important;
    position: absolute;
    top: 20%;
}

/*"Home", "Submit an application" and "My Account" pages*/

#content,
#content.sponsorFrontendHome,
#content.login,
#content.my,
#content.formSelection,
#content.resumeDraft {
    /* background: url("ihmiset_oikea.jpg") no-repeat top left;
	   background-attachment: fixed;
	   background-size: 35vw auto;
	   background-position-y: 90px;
    padding-top: 5%;
    position: relative;
    min-height: calc(100vh - 150px); */
   /* ------------------------------------------
    background: url(ihmiset_oikea.jpg) no-repeat top left;
    background-attachment: fixed;
    background-size: 35vw auto;
    background-position-y: 90px;
    padding-top: 5%;
    width: 75%!important; ------------------------------------------ */
    /* min-height: calc(100vh - 170px);
    z-index: 3;
    top: 50%;

    left: 50%;
    /* margin-top: -50px; */
    /* margin-left: -100px; */
background: url(ihmiset_oikea.jpg) no-repeat top left;
    background-attachment: fixed;
    background-size: 35vw auto;
    /* background-position-y: 90px; */
    /* padding-top: 5%; */
    min-height: calc(100vh - 170px);
    z-index: auto !important;
    /* top: 50%; */
    /* margin-top: -50px; */
    /* margin-left: -100px; */
   /* width: 75%!important;*/
padding-left: 0!important;
    margin-left:0%;
}

/*Disable default background*/

#content_table {
    background: none;
}

/* background on alerts  and errors*/

#content div.notice {
    background: repeating-linear-gradient( 45deg, #e6af26, #e6af26 10px, #e8cd2d 10px, #e8cd2d 20px);

    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #e8cd2d;

    border: 1px solid#e6af26;

    margin: 5px 0 16px 0;
    padding: 5px;
    color: #ffffff;
    font-size: 13px;
}

#content div.error {

    background: repeating-linear-gradient( 45deg, #d12424, #d11515 10px, #ea3b3b 10px, #ea3b3b 20px);

    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #a52721;

    border: 1px solid!immportant #b12824;

    margin: 5px 0 16px 0;
    padding: 5px;
    color: #ffffff;
    font-size: 13px;
}

#content div.success {

     background: repeating-linear-gradient( 45deg, #4cb944, #4cb944 10px, #229119 10px, #229119 20px);

    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #a52721;

    border: 1px solid!immportant #229119;

    margin: 5px 0 16px 0;
    padding: 5px;
    color: #ffffff;
    font-size: 13px;

}

.page-main__home::before, .page-main__login::before, .page-main__lost-password::before, .page-main__cookies::before, .page-main__faq::before {
	content: none;
}


/* my account secion*/

#content.my .otherActions ul {
    font-size: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 5em;
    padding-top: 3em;
    margin-left: 2em;
    text-align: left;
    width: 200%;
}

/* icons on my account*/
.material-icons.md-3 {
  color: #fff;
}

#content.my .otherActions ul li.info a {
    background: url(edit-solid.svg) no-repeat 2px 0;
    fill: #2c65b0!important;
    padding-left: 3em;
    color: #2c65b0!important;


}

#content.my .otherActions ul li.password a {
    background: url(key-solid.svg) no-repeat 2px 0;
    fill: #2c65b0!important;
    padding-left: 3em;
    color: #2c65b0!important;
}

#content.my .otherActions ul li.delete a {
    fill: #2c65b0!important;
    background: url(trash-alt-solid.svg) no-repeat 2px 0;
    padding-left: 3em;
    color: #2c65b0!important;
}


#content.my .otherActions ul li.info a:hover,
#content.my .otherActions ul li.password a:hover,
#content.my .otherActions ul li.delete a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #2c65b0;
    text-decoration-color: #2c65b0;



}





.projectDuplicationNotice span.closeNoticeBox {

    background-image: url(times-solid.svg);


}


/*Form selection, "Continue with the submission of an application" pages*/

#content.formSelection,
#content.resumeDraft {

    padding-top: 30px;
    position: relative;
    min-height: calc(100vh - 155px);
    z-index: 3;
}

#content,
#content.formSelection {

}

/*For "My Account" page*/

#content.my h1 {
    /*margin: 5%;
	padding-top: 90px;
    font-weight: 700!important; */
}

/*Disable default background*/

#imagebottom {
    display: none;
}

/*On the home page, makes "or access my account" text not overlap the button*/

.actionButtons {
    min-height: 80px;
}


/*Set hight of content to fit window*/

.tdContainer {
    height: 100vh;
    background-color: #F9F9F9;


}

#autoSaveText {
    font-size: 12px;
}

/****************BUTTONS*********************/

#content.projectForm form .actionButtons p.submit input,
.actionButtons p.submit input,
#content input.submit {
    display: inline-block;
    text-decoration: none;
    /*text-transform:uppercase; */
    background: transparent;
    border: 1px solid #4cb944;
    background-color: #4cb944;
    color: #ffffff;
    font-weight: lighter;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 1em;
    padding-right: 1em;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    /* padding:10px 25px;*/
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow:ellipsis;
 background: #7aba28; */
}

input#homeSubmitProjectButton {
    border: 1px solid #4cb944 !important;
    background-color: #4cb944!important;
    color: #ffffff!important;
    /* font-weight: bold; */
    border-radius: 5px !important;
    /* text-transform: uppercase; */
    font-weight: 500!important;
    height: 35px!important;
    padding-left: 1em!important;
    padding-right: 1em!important;
    /*margin-right: 270px!important;
    margin-top: 31px!important;
    width: 250px;
padding: 1em!important;
    height: 40px!important */
}


input#homeSubmitProjectButton:hover {
    background: #fff!important;
    color: #414141!important;
    border-color: #414141!important;
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;

}
.btn-outline-primary,
.btn-primary {
  line-height: 25px;
  font-size: 15px !important;
  border-radius: 5px;
  background-color: #00648c ;
  color: #fff !important;
  border:1px solid #ffffff;
  padding: 8px 25px !important;
  font-weight: 300;
  background-image: none !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/*Buttons hover effects*/

#content.projectForm form .actionButtons p.submit input:hover,
#content.sponsorFrontendHome .actionButtons p.submit input:hover,
#content input.submit:hover,
#content.projectForm form .actionButtons p.submit input:focus,
#content.sponsorFrontendHome .actionButtons p.submit input:focus,
#content input.submit:focus,
#content.projectForm form .actionButtons p.submit input:active,
#content.sponsorFrontendHome .actionButtons p.submit input:active,
#content input.submit:active {
    background: #fff;
    color: #414141;
    border-color: #414141;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#content ul li {
    line-height: 1.6em!important;
    background-image: none;
    list-style: none;
    border-radius: 5%;
    text-align: left;

}

.btn-outline-primary:hover,
.btn-primary:hover {
  background-color: #fff;
  color: #00648c !important;
  border: 1px solid #00648c ;
  padding: 8px 25px !important;
}

/*inside input colour*/

/*???*/

#content.projectForm form .previousForm input,
#content.resumeDrafts {
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 2px 4px;
    cursor: pointer;
    border: none;
    width: auto;
}

/*???*/

#content.projectForm form .actionButtons p.previousForm {
    top: 0;
}

/*???*/

h2,
#content.projectForm form fieldset legend,
#content h2.green,
#content.myProjects h2,
#projectForm.drilldown fieldset p.questionAnswer.head label {
    /*color:#0065B5;
	margin-top: 30px;
	margin-bottom: 5px; */
    line-height: 1.2em!important;
}

/*???*/

#content.sponsorFrontendHome .actionButtons p.submit input#projectForm.drilldown fieldset > p.head:hover {

    background: #fff;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    font-size: 14px;
}

div#projectSteps ol {
    padding: 0!important;
    margin: 0;


}

/*Diasabled list on left side*/

div#projectSteps ol li.disabled {
    color: #78786B;
}

/*LINKS IN FORM*/

div#projectSteps ol a,
#menuleft a,
#menuleft a:hover {
    color: #313131;
    text-decoration: none;
    cursor: pointer;
}

/*???*/

#dashboardTitle a,
#dashboardTitle a:hover {
    color: #ccc;
    text-decoration: none;
}

/* i am not a robot */

.rc-anchor-checkbox-label {

    font-size: 20px!important;

}

.projectForm .section fieldset {
    margin: 0!important;
}

#content .projectForm .question-locationCityCountry .field select.locationCountry {
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: lighter;
    font-family: 'roboto', sans-serif;
    text-shadow: none;
    padding: 10px;
    position: relative;
    background: none;
    border: 1px solid #838383;
    background-color: #fff;
    border-radius: 0;
    color: #1a181d;
    width: 300px;




}

#content .projectForm .question .answers > ul li {
    margin: 0 0 4px !important;
    padding: 0 !important;
    list-style: none !important;
    background: none !important;
}


/*???*/

#content p.actionLink a {
    /*border: 1px solid #2c65b0 !important;
    background-color: #2c65b0!important;
    color: #ffffff!important;
    font-weight: bold;
    border-radius: 5px !important;
    padding:0.5em!important ;
    text-transform: uppercase;
    font-weight: 700!important;
*/
    color: #2c65b0!important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}


#content p.actionLink a:hover {
    background: none;
    COLOR: #0065B5;
    TEXT-DECORATION: underline;


}

/*???*/

/*INPUT FIELDS*/

#content input {
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    line-height: 20px;
    font-weight: lighter;
    font-family: 'roboto', sans-serif;
    text-shadow: none;
    padding: 10px 20px;
    position: relative;
    background: none;
    border: 1px solid #ced4da;
    background-color: #fff;
    border-radius: 0;
    color: #1a181d;

}
#content .form-control.is-search {
    background-image: none !important;
}

/*Hover for input fields */

#content input:hover {
    background: #fdfdfd;
    border-color: #838383;
    -webkit-box-shadow: 0 0 10px #9ecaed;
    box-shadow: 0 0 10px #9ecaed
}

/*active and focused input fields*/

#content input:active,
#content input:focus {
    border-color: #838383;
    -webkit-box-shadow: 0 0 10px #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
    outline: none
}

/* x form*/
.duet-date__toggle {
  height: 40px !important;
}

.question-calendar span.removeDateValue {

    background-image: url(times-solid.svg)!important;
    top: 0;

}

form.projectForm div.reusableIconLegend {

    background: url(bolt-solid.svg) no-repeat 0 0;


}
/*message pop upicon on Manage my applications*/
div.informationDisplay {

     background-image: url(info-circle-solid.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    right: 4px;
    width: 30px;
    height: 30px;
    margin-top: 0.6em;

}
div.informationDisplay a {
    position: absolute;
    top: 6px;
    right: 4px;
    width: 50px;
    height: 50px




}


.cke_chrome {
    border: none!important;
    background-color:  #f9f9f9!important;}



#content.myProjects .messaging {
   display: none;



}

/*Field that has been selected*/

#content input:focus,
#content textarea:focus,
#content select:focus {

    /*border:1px solid grey !important;*/
}

#content .projectForm table.fixed-column-sizing select {
    margin-top: 5px;
    padding: 8px;
}

#content .projectForm table.fixed-column-sizing .upload {
    margin-top: 10px;
}

#content select:not(.duet-date__select--month):not(.duet-date__select--year) {

    margin-top: 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: lighter;
    font-family: 'roboto', sans-serif;
    text-shadow: none;
    padding: 10px;
    position: relative;
    background: none;
    border: 1px solid #838383;
    background-color: #fff;
    border-radius: 0;
    color: #1a181d;



}

#content td {
    font-family: 'roboto', sans-serif!important;
    font-size: 16px;

}

label {
    list-style-type: none;


}

/*CHECKBOXES*/

#content input.checkbox,
#content input.radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0px;
    position: relative;
    border: none;
    height: 22px
}

/*Radio buttons and checkboxes, set UPM style*/

.radio::before,
.checkbox::before {
    content: "";
    display: inline-block;
    border: 1px solid #0065B5;
    height: 20px;
    width: 20px
}

/*Transitions for these input boxes*/

.radio::after,
.checkbox::after {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

/*Disables blue shadow that text input fields have*/

.radio:hover,
.checkbox:hover,
.radio:focus,
.checkbox:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*Radio button styling*/

.radio:checked::after,
.checkbox:checked::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #0065B5;
    border-right: 1px solid #0065B5;
    border-bottom: 1px solid #0065B5;
    border-radius: 20%;
    top: 7px;
    left: 7px
}

/*Checkbox styling*/

/*.checkbox:checked::after {
 content:"";
 position:absolute;
 width:5px;
 height:10px;
 border-right:1px solid #0065B5;
 border-bottom:1px solid #0065B5;
 top:4px;
 left:8px;
 -webkit-transform:rotate(37deg);
 transform:rotate(37deg)
} */

/*???*/

.newWindow label {
    font-family: 'roboto', sans-serif;
    font-size: 16px;
}

.newWindow {
    font-size: 10px;
}

/*Country and UPM unit selection, page 3 of the application path*/

.locationCountry option {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

/*Country and UPM unit selection, page 3 of the application path*/

.locationCountry option:disabled {
    color: #e1e1df;
    background-color: #fff
}

/*Country and UPM unit selection, page 3 of the application path*/

.answers {
    margin-bottom: 20px;
    margin-top: 5px;
}

/*???*/

#content.projectDetail #shareActions {
    position: absolute;
    right: 35px;
    top: 139px;
}

/*My account options*/

#content.my .otherActions,
#content.my .projectActions {
    font-family: 'roboto', sans-serif;
    font-weight: 700;




}

#content.my .projectActions {
    background: none!important;
    width: 170px;
    padding: 0;
    /*
    float:left!imortant;
    width:auto!important; */
}

/*My account options*/

#content.my .otherActions {
    /*float: left!important;
    margin-top: 6px;
    width: 282px; */
}

/*My account -> text "my projects"*/

#content.my .projectActions h2 {
    background: none;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 1.2em;
    color: #1a181d!important;
    font-weight: 500;
}

/*My account lists styling*/

#content.my .projectActions a:hover {

    background: #fff!important;
    color: #414141!important;
    border-color: #414141!important;
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;


}

content.my .projectActions {
    padding: 0!important;
    margin: 0!important;

}


#content.my .projectActions a {
    display: inline-block;
    text-decoration: none;
    /* text-transform: uppercase; */
    background: transparent;
    border: 1px solid #4cb944;
    background-color: #4cb944;
    color: #ffffff;
    font-weight: lighter;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 1em;
    padding-right: 1em;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    /* padding: 10px 25px; */
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    padding: 8px 16px;

}

#content.my .projectActions a::first-letter {

    text-transform: uppercase;

}


/*"My account" account settings list*/

#content.my .otherActions a {
    padding: 0px;
    margin-bottom: 30px;
}

/*Project actions settings list*/

#content.my .projectActions {}

#content.my .projectActions ul li {
    margin-bottom: 1.5em;


}

/*Project actions settings list*/

/*Hover for both lists*/

#content.my .projectActions a:hover,
#content.my .otherActions a:hover {
    text-decoration: none;
    color: #000 !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#content.my .projectActions a:before {
    /*  display: block;
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    border: 2px solid #555;
    border-radius: 50%; */
}

#content.my .projectActions a:after {
    /*  display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); */
}

/*???*/

form.drilldown fieldset p.questionAnswer.head label {
    color: #0065B5;
}

#projectForm.drilldown fieldset p.questionAnswer.head:hover,
form.drilldown fieldset p.questionAnswer.head:hover {
    background: #efefef;
}

#content.login .illustration {
    display: none;
    line-height: 1.5em;

}

#content.projectEnd .thankYouActions {
    display: none;
}

#content.myProjects .item ul.parts li.part {
    float: none;
    padding: 11px 0 0 0;
    margin: 12px 0 0 0;
    border-top: 1px solid #ccc;

}

#content.myProjects .item {
    border: 1px double #bbbbbb;
    -webkit-box-shadow: 2px 2px 2px #e6e6e6;
    box-shadow: 2px 2px 2px #e6e6e6;
background: white;
}

#content.myProjects .item ul.parts li.part:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

#content.myProjects .item ul.parts li.part li:last-child {
    padding-bottom: 2px;
}

/*Footer*/
#bottom_table td.copyright {
    background-image: url(logo.png)!important;
       background-size: contain!important;
    background-repeat: no-repeat;




}
#bottom_table {
    width: 100vw;
    position: relative;
    margin: 0px;
    height: 30px;
    background: #eee;

}

/*Cookie information box*/

#cookieBox {
    padding-top: 10px;
    height: 80px;
    border: none;
    background-color: lightgray;
    font-family: 'roboto', sans-serif;
    font-size: 15px;
    -webkit-transition: bottom .1s;
    transition: bottom .1s;
    color: #1a181d;
}

/*Cookie information text*/

#cookieBox a {
    color: #666;
    display: inline-block;
    margin-top: 14px;
}

/*Close button ("x")*/

.close {
    width: 45px;
    height: 45px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
}

/*Creating the "x"*/
/*
.close::before,
.close::after {
    display: block;
    content: "";
    width: 1px;
    height: 18px;
    background-color: #555;
    position: absolute;
    top: 18px;
    right: 29px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
*/
/*For the "x"*/

.close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*For the "x"*/

.close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*Disable default close image*/

.close img {
    display: none;
}

td.copyright {
    background-color: grey!important;
    color: white!important;




}


#bottom_table td a {

    color: white!important;




}

.cke_chrome {
border: 1px solid #808080!important;

}

.cke_bottom, .cke_top {
background: #F9F9F9!important;

}
/* styling of the date picker*/

.ui-datepicker {
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header, .ui-state-default {

    border: none!important;
    background: white!important;
}

.ui-datepicker-header {

        color: white!important;


}

.ui-datepicker table {
width:278px;
}

.ui-datepicker table td {
text-align:center;
}

.ui-datepicker a {
cursor:pointer;
text-decoration:none;
}

.ui-datepicker-prev {
}

.ui-datepicker-next {
float:right;
}

.ui-datepicker-title {
text-align: center;
font-weight:bold;
}

#ui-datepicker-div {

    background: white!important


}
.ui-corner-all {

    border-radius: 0px!important;


}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {

    border: none!important;
    background: none!important;
        color: #363636!important;
    font-weight: bolder!important;




}
.ui-state-active, .ui-widget-content .ui-state-active {

   border: 3px solid lightblue!important;
    background: lightblue!important;
    font-weight: normal!important;
    color: #212121!important;
    border-radius: 5px;


}

.ui-datepicker .ui-datepicker-buttonpane button {

    background: transparent;
    border: 1px solid #4cb944!important;
    background-color: #4cb944!important;
    font-weight: lighter!important;
    border-radius: 5px!important;
    font-size: 14px!important;
    padding-left: 1em;
    padding-right: 1em;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    /* padding: 10px 25px; */
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 25px;
color: white!important;
}
.ui-datepicker .ui-datepicker-buttonpane button:hover {


    background: #fff!important;
    color: #414141!important;
    border-color: #414141!important;
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;



}
.ui-datepicker .ui-datepicker-next:hover {


    background: #fff!important;
    color: #414141!important;
    border-color: #414141!important;
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;


}
.ui-datepicker .ui-datepicker-prev:hover{

    background: #fff!important;
    color: #414141!important;
    border-color: #414141!important;
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;



}

.ui-widget-header {


    border: none;
    background: transparent;
    font-size: 15px;
    font-family: 'roboto', sans-serif;

}

.ui-widget-content {

    border: 1px solid #aaa;
    background: #fff;
    color: #222;
    padding: 0!important;
}

.ui-priority-primary:hover,
.ui-priority-primary:hover,
.ui-priority-primary:hover {


    background: #fff!important;
    color: #414141!important;
    border-color: #414141!important;
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;

}

.ui-widget-content:hover {

}
input.required.email.preventSpace {


    width: 50%!important;
}
.section fieldset legend {
  margin: 0!important;
}

.actions a.print {
 background-image: url(print-solid.svg)!important;
    background-size: contain;
    background-repeat: no-repeat;


}

.qq-upload-button {

    border-radius: 5px;

    border:none;



}

.qq-upload-button:hover {

  background: #fff!important;
    color: #414141!important;
    border-color: #414141!important;
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;



}
/*Media queries for dirrefent window widths*/

@media only screen and (min-width: 1500px) {

    #content,
    #content.formSelection #content,
    #content.sponsorFrontendHome,
    #content.login,
    #content.my,
    #content.formSelection,
    #content.resumeDraft {

        padding-left: 15vw;
        padding-top: 7%;
        margin-top: 80px;

        left: 0%;
        /* margin-top: -50px; */
        /* margin-left: -100px; */
        width: 100%!important;

    }

    #logo {




    }


}
