
#uploadnew {
    display: none;
}

.star {
    color: red;
    margin-left: 3px;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
}

#uploadnew form {
    position: relative;
    height: 100%;
}
#user_name_error_message,
#user_email_error_message,
#user_file_error_message,
#letter_error_message,
#portfolio_link_error_message
{
    visibility: hidden;
    color: red;
    font-size: 13px;
}
#social_link_error_message {
    visibility: hidden;
    color: red;
    font-size: 13px;
}

#socialLinksWrapper .hide {
    display: none;
}
#socialLinksWrapper .socialLink span {
    background-color: #da1e34;
    border: 0 none;
    color: white;
    cursor: pointer;
    line-height: 36px;
    font-size: 33px;
    height: 36px;
    margin-top: 3px;
    text-align: center;
    width: 36px;
}
#socialLinksWrapper div.socialLink {
    display: flex;
    justify-content: space-between;
}


#socialLinksWrapper div.socialLink input {

}
#uploadnew form label {
    display: block;
    font-weight:bold;
    font-family: 'Open Sans Hebrew';
    font-size:17px; 
}

#selectedFileName {
    border: 1px solid #e9e9e9;
}
#uploadnew form input {
  background-color: #e9e9e9;
    display: block;
    height: 36px;
    margin-bottom: 0;
    margin-top: 4px;
    text-indent: 10px;
    border:1px solid  #e9e9e9;
}
    
#uploadnew form .invalid {
     background-color: #f9e3e3 !important;
    border: 1px solid #c20406 !important;
}

#uploadnew form #fileBrowserWrapper {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
}
#uploadnew form #fileBrowserWrapper #selectedFileName {
    background-color: #e9e9e9;
    height: 36px;
    width: 100%;
}
#uploadnew form .note {
    display: block;
    font-size: 13px;
    margin-top: 5px;
}

#uploadnew form #file_browse_wrapper {
  background-color: #da1e34;
    border-right: 2px solid white;
    color: white;
    font-size: 17px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    padding: 0px 9px;
    text-align: center;
    vertical-align: middle;
}
#uploadnew form textarea {
    display: block;
    border: 0px;
    background: #e9e9e9;
    height: 110px;
    padding: 0px;
    margin: 0px;
    resize: vertical;
}

#uploadnew h1  {
    background-image:url(/Areas/Redesigned/Styles/images/cv-form.png);
    background-repeat:no-repeat;
    height: 100px;
    width: 100%;
    text-align: center;
}
#uploadnew h1 .title{
   color:#ffffff;
    font-family: OpenSans-Bold;
    font-size: 36px;
    line-height: 100px;
}
#uploadnew h1 .dot {
    color:#c60917;
    margin-right: -8px;
    line-height: 100px;
    font-size: 22px;
}
#uploadnew form input#user_file {
    display: none;
}

#uploadnew form input#submit_button {
    background-color:#da1e34;
    border: none;
    color: white;
    cursor: pointer;
    font-family: OpenSans-Bold;;
    font-size: 22px; 
    line-height:42px;
    text-align: center;
    height: 42px;
    width: 100%;
   
}

.featherlight .featherlight-content{  text-align: right;  max-width: 100%; }
.featherlight .featherlight-close-icon{right: auto;left: 10px;top: 10px;font-size: 22px;font-weight: bold;line-height: 30px;background-color: #da1e34;color: #fff;width: 37px;}
.featherlight .featherlight-content{padding:0px!important;border-bottom:none!important;}
.featherlight-content #upload_resume_form .server-response-success,.featherlight-content #upload_resume_form .error-message{display:none; }
.featherlight-content #upload_resume_form .error-message {color:#da1e34}
.featherlight-content #upload_resume_form .server-response-success{margin: 70px;}
.featherlight-content #upload_resume_form .server-response-success .success-message{font-size: 38px;margin-bottom: 30px;text-align: center;}
.featherlight-content #upload_resume_form .server-response-success .icon-hand-up {font-size: 65px; text-align: center; margin-bottom: 30px; color: gray;}

@media only screen and (min-width: 320px) {
    #uploadnew form { padding: 10px 15px;}
    .featherlight .featherlight-content{ width: 100%;height: 100%;}
    #uploadnew form input,#uploadnew form textarea  { width: 100%;}
    #uploadnew form input#submit_button { margin:10px 0; }
}

@media only screen and (min-width: 1200px) {
    #uploadnew form { padding: 10px 50px 0px 50px;}
    .featherlight .featherlight-content{  max-height: none;width: 500px;height: 800px;}
    #uploadnew form input, #uploadnew form textarea  { width: 400px;}
    #uploadnew form input#submit_button { margin:15px 0; }
}