/*  -----------------------------------------------------------------------------------------------------------
    Fix: column width - BEGIN
--------------------------------------------------------------------------------------------------------------- */

.EnterCV .ThreeColumnCenter .ThreeColumnCenter_left
{
    width: 155px;
    margin-left: 0px;
    margin-right: 0px;
}

.EnterCV .ThreeColumnCenter .ThreeColumnCenter_middle
{
    width: 660px;
    margin-left: 10px;
    margin-right: 0px;
}


.EnterCV .ThreeColumnCenter .ThreeColumnCenter_right
{
    margin-left: 10px;
    width: 140px;
	height: 610px;
}

.EnterCV .ThreeColumnCenter .ThreeColumnCenter_right .rightArea
{
	height: 610px;
	overflow: hidden;
}

/*  -----------------------------------------------------------------------------------------------------------
    FAQ
--------------------------------------------------------------------------------------------------------------- */

.EnterCV .ThreeColumnCenter_right .FAQ
 {
  position: relative;
  top: 170px;
  left: -158px;
  width: 146px;
 }

/*  -----------------------------------------------------------------------------------------------------------
    Help
--------------------------------------------------------------------------------------------------------------- */

.EnterCV .ThreeColumnCenter_right .Help
 {
  position: relative;
  top: 165px;
  left: -160px;
  border-bottom: 0px;
 }
 
.EnterCV .ThreeColumnCenter_right .Help H2
 {
  position: relative;
  top: 3px;
 }

/*  -----------------------------------------------------------------------------------------------------------
    Banners
--------------------------------------------------------------------------------------------------------------- */

.EnterCV .ThreeColumnCenter_right .Banner140x300,
.EnterCV .ThreeColumnCenter_right .Banner140x140,
.EnterCV .ThreeColumnCenter_right .Banner140x55
 {
  position: relative;
  top: -380px;
 }

/*  -----------------------------------------------------------------------------------------------------------
    Fix: column width - END
--------------------------------------------------------------------------------------------------------------- */

.EnterCV .ThreeColumnCenter .autocomplete-list
{
    
}

/* -------------------- */
.EnterCV .cventry
{
    font-size: 12px;
    width: 503px;
}
/* -------------------- */

/*  -----------------------------------------------------------------------------------------------------------
    Page footer / Navigation box - BEGIN
--------------------------------------------------------------------------------------------------------------- */
.EnterCV .cventry .cventry-footer .navigation-prevnext
{
    border-top: 1px solid #5E9CAE;
    padding-top: 10px;
}

.EnterCV .cventry .cventry-footer .navigation-prevnext .nav-prev
{
    float: left;
    height: 26px;
    margin-left: 5px;
}

.EnterCV .cventry .cventry-footer .navigation-prevnext .nav-next
{
    float: right;
    height: 26px;
    margin-right: 5px;
}

.EnterCV .cventry .cventry-footer .navigation-prevnext .nav-prev a,
.EnterCV .cventry .cventry-footer .navigation-prevnext .nav-next a
{
    background-repeat: no-repeat;
    padding-top: 7px;
    font-weight: bold;
    height: 100%;
}
.EnterCV .cventry .cventry-footer .navigation-prevnext .nav-prev a
{
    background-image: url('/~/media/Customers/Sweden/Merajobb/swe_helge/CvEntry/prevPage.ashx');
    background-position: left top;
    float: left;
    padding-left: 30px;
}
.EnterCV .cventry .cventry-footer .navigation-prevnext .nav-next a
{
    background-image: url('/~/media/Customers/Sweden/Merajobb/swe_helge/CvEntry/nextPage.ashx');
    background-position: right top;
    float: right;
    padding-right: 30px;
}
/*  -----------------------------------------------------------------------------------------------------------
    Page footer / Navigation box - END
--------------------------------------------------------------------------------------------------------------- */





/* -------------------- */
.EnterCV .cventry .cventry-header
{
    background: transparent url('/~/media/Customers/Sweden/Merajobb/swe_helge/CvEntry/topBackground.ashx') no-repeat scroll left top;
    width: 505px;
    height: 105px;
}
/* -------------------- */




/*  -----------------------------------------------------------------------------------------------------------
    Page header / Sheet navigation box - BEGIN
--------------------------------------------------------------------------------------------------------------- */
.EnterCV .cventry .cventry-header .navigation-direct
{
    position: absolute;
    margin-left: 513px;
    /*top: 180px;*/
    height: 150px;
    width: 144px;
    padding-bottom: 7px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #5E9CAE;
}

.EnterCV .cventry .cventry-header .navigation-direct .nav-showcv
{
    position: absolute;
    top: 125px;
    width: 100%;
}

.EnterCV .cventry .cventry-header .navigation-direct .nav-showcv a
{
    float: left;
    width: 100%;
    height: 23px;
    background-image: url('/~/media/Customers/Sweden/Merajobb/swe_helge/CvEntry/viewCV_background.ashx');
    background-position: right top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding-top: 4px;
}

.EnterCV .cventry .cventry-header .navigation-direct .nav-mypage
{
}

.EnterCV .cventry .cventry-header .navigation-direct .nav-pages .nav-page
{
    float: left;
    width: 100%;
    line-height: 20px;
}

.EnterCV .cventry .cventry-header .navigation-direct .nav-pages .nav-page a
{
    background-image: url('/~/media/Customers/Sweden/Merajobb/swe_helge/arrow.ashx');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
    /*font-size: 12px;*/
    font-weight: bold;
    text-decoration: none;
}

.EnterCV .cventry .cventry-header .navigation-direct .nav-pages .nav-page.selected a
{
    background-image: url('/~/media/Customers/Sweden/Merajobb/swe_helge/arrow_selected.ashx');
}
/*  -----------------------------------------------------------------------------------------------------------
    Page header / Sheet navigation box - END
--------------------------------------------------------------------------------------------------------------- */









/*  -----------------------------------------------------------------------------------------------------------
    Page header / Progress bar - BEGIN
--------------------------------------------------------------------------------------------------------------- */
.EnterCV .cventry .cventry-header .progressbar
{
    width: 470px;
}

.EnterCV .cventry .cventry-header .progressbar .section-title
{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    height: 34px;
    left: 20px;
    position: relative;
    top: 10px;
}

.EnterCV .cventry .cventry-header .progressbar .progressbar-background
{
    position: relative;
    left: 15px;
    top: 40px;
    /*
    background-color: #FFFFFF;
    width: 470px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    */
    background-image: url('/~/media/Customers/Sweden/Merajobb/swe_helge/CvEntry/background_progressbar.ashx');
    
}

.EnterCV .cventry .cventry-header .progressbar .progressbar-completed
{
    background-color: #fff;
    color: #000000;
    font-weight: bold;
}
/*  -----------------------------------------------------------------------------------------------------------
    Page header / Progress bar - END
--------------------------------------------------------------------------------------------------------------- */








/*  -----------------------------------------------------------------------------------------------------------
    Page content / Section - BEGIN
--------------------------------------------------------------------------------------------------------------- */
.EnterCV .cventry .cventry-content .section
{
    margin: 10px 0px 15px;
}

.EnterCV .cventry .cventry-content .section .frameTopLeft
{
    background: transparent url('/~/media/Customers/Sweden/Merajobb/swe_helge/CvEntry/expandableBox/TopLeft2.ashx') no-repeat scroll left top;
}

.EnterCV .cventry .cventry-content .section .frameBottomRight
{
    background: transparent url('/~/media/Customers/Sweden/Merajobb/swe_helge/CvEntry/expandableBox/BottomRight.ashx') no-repeat scroll right bottom;
}

.EnterCV .cventry .cventry-content .section .frameTopRight
{
    background: transparent url('/~/media/Customers/Sweden/Merajobb/swe_helge/CvEntry/expandableBox/TopRight.ashx') no-repeat scroll right top;
    height: 5px;
}

.EnterCV .cventry .cventry-content .section .frameBottomLeft
{
    background: transparent url('/~/media/Customers/Sweden/Merajobb/swe_helge/CvEntry/expandableBox/BottomLeft.ashx') no-repeat scroll left bottom;
    height: 5px;    
}

.EnterCV .cventry .cventry-content .section .frameContent
{
    padding: 5px 10px;
}

.EnterCV .cventry .cventry-content .section
{
    width: 503px;
    border-top: 1px solid #5E9CAE;
    padding-top: 15px;
}

.EnterCV .cventry .cventry-content .section .section-title
{    
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    width: 395px;
}

.EnterCV .cventry .cventry-content .section .section-introduction
{
    position: relative;
    top: 15px;
}
/*  -----------------------------------------------------------------------------------------------------------
    Page content / Section - END
--------------------------------------------------------------------------------------------------------------- */








/*  -----------------------------------------------------------------------------------------------------------
    Page content / Section main content - BEGIN
--------------------------------------------------------------------------------------------------------------- */

/*  -----------------------------------------------------------------------------------------------------------
    Page content / Section main content - END
--------------------------------------------------------------------------------------------------------------- */








/*  -----------------------------------------------------------------------------------------------------------
    Page content / Section list main content - BEGIN
--------------------------------------------------------------------------------------------------------------- */
.EnterCV .cventry .cventry-content .section .section-main
{
    position: relative;
    top: 30px;
}
.EnterCV .cventry .cventry-content .section .section-main .text,
.EnterCV .cventry .cventry-content .section .section-main .input,
.EnterCV .cventry .cventry-content .section .section-main .button
{
    position: relative;
}
.EnterCV .cventry .cventry-content .section .section-main .input input,
.EnterCV .cventry .cventry-content .section .section-main .input select
{
    font-size: 11px;
    border-width: 0px;
}
.EnterCV .cventry .cventry-content .section .section-list .section-list-title
{
    font-weight: bold;
}

.EnterCV .cventry .cventry-content .section .section-main .text-enter-text,
.EnterCV .cventry .cventry-content .section .section-main .text-enter-name
{
    width: 145px;
    height: 16px;
}
.EnterCV .cventry .cventry-content .section .section-main .input-search-text,
.EnterCV .cventry .cventry-content .section .section-main .input-text
{
    width: 250px;
    height: 16px;
}
.EnterCV .cventry .cventry-content .section .section-main .btn-search,
.EnterCV .cventry .cventry-content .section-course.section .section-main .btn-add
{
    width: 75px;
}

.EnterCV .cventry .cventry-content .section .section-main .btn-search a
{
    position: relative;
    background-image: url('/~/media/Customers/Sweden/Merajobb/swe_helge/CvEntry/cventry_arrow.ashx');
    background-position: left center;
    background-repeat: no-repeat;
    height: 15px;
    width: 50px;
    padding-left: 20px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

.EnterCV .cventry .cventry-content .section .section-main .btn-expand
{
    display: none;
}
/*--*/
.EnterCV .cventry .cventry-content .section .section-main .text-select
{
    width: 140px;
}

.EnterCV .cventry .cventry-content .section .section-main .input-source
{
    width: 325px;
}

.EnterCV .cventry .cventry-content .section .section-main .input-source select
{
    width: 100%;
}

.EnterCV .cventry .cventry-content .section .section-main .btn-layout-1
{
    width: 325px;
}

.EnterCV .cventry .cventry-content .section .section-main .btn-layout-1 a,
.EnterCV .cventry .cventry-content .section .section-main .btn-layout-2 a
{
    font-size: 11px;
}

.EnterCV .cventry .cventry-content .section .section-main .text-name,
.EnterCV .cventry .cventry-content .section .section-main .text-topic,
.EnterCV .cventry .cventry-content .section .section-main .text-length
{
    width: 145px;
    height: 16px;
}

.EnterCV .cventry .cventry-content .section .section-main .input-name,
.EnterCV .cventry .cventry-content .section .section-main .input-topic,
.EnterCV .cventry .cventry-content .section .section-main .input-length
{
    width: 250px;
    height: 16px;
}

.EnterCV .cventry .cventry-content .section .section-main .btn-add
{
    width: 75px;
    height: 16px;
}

.EnterCV .cventry .cventry-content .section .section-main .btn-add a
{
    background-image: url('/~/media/Customers/Sweden/Merajobb/swe_helge/CvEntry/cventry_arrow.ashx');
    background-position: left center;
    background-repeat: no-repeat;
    height: 15px;
    width: 50px;
    padding-left: 20px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

.EnterCV .cventry .cventry-content .section .section-main .btn-layout-2
{
    width: 200px;
    height: 16px;
}

/*  -----------------------------------------------------------------------------------------------------------
    Page content / Section list main content- END
--------------------------------------------------------------------------------------------------------------- */



/* ------------- */
.EnterCV .cventry .cventry-content .section .section-list .section-list-main .item-odd
{
    background-color: #CEDEE2;
    width: 503px;
    margin-left: -10px;
}

.EnterCV .cventry .cventry-content .section .section-list .section-list-main .item-odd .show-item
{
    margin: 0px 10px;
}

.EnterCV .cventry .cventry-content .section .section-list .section-list-main .item-even
{
}
/* ------------- */


/*  -----------------------------------------------------------------------------------------------------------
    Page content / Section list item content - BEGIN
--------------------------------------------------------------------------------------------------------------- */
.EnterCV .cventry .cventry-content .section .section-list .item
{
    padding-top: 10px;
    position: relative;
}

.EnterCV .cventry .cventry-content .section .section-list .item-odd .item
{
    margin: 0px 10px;
}

.EnterCV .cventry .cventry-content .section .section-list .item .btn-cancel,
.EnterCV .cventry .cventry-content .section .section-list .item .btn-edit,
.EnterCV .cventry .cventry-content .section .section-list .item .btn-delete
{
    position: relative;
    width: 50px;
    height: 20px;
}

.EnterCV .cventry .cventry-content .section .section-list .item .btn-cancel,
.EnterCV .cventry .cventry-content .section .section-list .item .btn-edit
{
    top: 10px;
    left: 380px;
}
.EnterCV .cventry .cventry-content .section .section-list .item .btn-delete
{
    top: -10px;
    left: 435px;
}

.EnterCV .cventry .cventry-content .section .section-list .edit-item.item .error
{
    color: Red;
    display: block;
}

.EnterCV .cventry .cventry-content .section .section-list .item .text,
.EnterCV .cventry .cventry-content .section .section-list .item .input,
.EnterCV .cventry .cventry-content .section .section-list .item .value
{
    position: relative;
}

.EnterCV .cventry .cventry-content .section .section-list .item .text
{
    /*height: 18px;*/
}

.EnterCV .cventry .cventry-content .section .section-list .item .input select,
.EnterCV .cventry .cventry-content .section .section-list .item .input input,
.EnterCV .cventry .cventry-content .section .section-list .item .input textarea
{
    width: 100%;
    font-size: 11px;
}

.EnterCV .cventry .cventry-content .section .section-list .item .text-name,
.EnterCV .cventry .cventry-content .section .section-list .item .text-topic,
.EnterCV .cventry .cventry-content .section .section-list .item .text-length,
.EnterCV .cventry .cventry-content .section .section-list .item .text-institute,
.EnterCV .cventry .cventry-content .section .section-list .item .text-comments,

.EnterCV .cventry .cventry-content .section .section-list .item .text-company,
.EnterCV .cventry .cventry-content .section .section-list .item .text-sector,

.EnterCV .cventry .cventry-content .section .section-list .item .text-year,
.EnterCV .cventry .cventry-content .section .section-list .item .text-duration,
.EnterCV .cventry .cventry-content .section .section-list .item .text-comments
{
    width: 145px;
    left: 0px;
    height: 16px;
}

.EnterCV .cventry .cventry-content .section .section-list .item .value-name,
.EnterCV .cventry .cventry-content .section .section-list .item .input-topic,
.EnterCV .cventry .cventry-content .section .section-list .item .value-topic,
.EnterCV .cventry .cventry-content .section .section-list .item .input-length,
.EnterCV .cventry .cventry-content .section .section-list .item .value-length,
.EnterCV .cventry .cventry-content .section .section-list .item .input-institute,
.EnterCV .cventry .cventry-content .section .section-list .item .value-institute,
.EnterCV .cventry .cventry-content .section .section-list .item .input-comments,
.EnterCV .cventry .cventry-content .section .section-list .item .value-comments,

.EnterCV .cventry .cventry-content .section .section-list .item .input-company,
.EnterCV .cventry .cventry-content .section .section-list .item .value-company,
.EnterCV .cventry .cventry-content .section .section-list .item .text-confidential,
.EnterCV .cventry .cventry-content .section .section-list .item .input-sector,
.EnterCV .cventry .cventry-content .section .section-list .item .value-sector,

.EnterCV .cventry .cventry-content .section .section-list .item .input-year,
.EnterCV .cventry .cventry-content .section .section-list .item .value-year,
.EnterCV .cventry .cventry-content .section .section-list .item .input-duration,
.EnterCV .cventry .cventry-content .section .section-list .item .value-duration,
.EnterCV .cventry .cventry-content .section .section-list .item .input-comments,
.EnterCV .cventry .cventry-content .section .section-list .item .value-comments
{
    width: 330px;
    left: 150px;
}
/*  -----------------------------------------------------------------------------------------------------------
    Page content / Section list item content - END
--------------------------------------------------------------------------------------------------------------- */







/*  -----------------------------------------------------------------------------------------------------------
    Page content / EDUCATION section content - BEGIN
--------------------------------------------------------------------------------------------------------------- */
.EnterCV .cventry .cventry-content .section-education.section .section-main
{
    top: 30px;
}
.EnterCV .cventry .cventry-content .section-education.section .section-list
{
    margin-top: 20px;
}
.EnterCV .cventry .cventry-content .section-education.section .section-list .section-list-introduction
{
    margin-bottom: 5px;
}
.EnterCV .cventry .cventry-content .section-education.section .section-main .input-search-text,
.EnterCV .cventry .cventry-content .section-education.section .section-main .input-text
{
    top: -16px;
    left: 150px;
}
.EnterCV .cventry .cventry-content .section-education.section .section-main .btn-search
{
    left: 410px;
    top: -31px;
}


.EnterCV .cventry .cventry-content .section-education.section .section-main .input-source
{
    left: 150px;
}
.EnterCV .cventry .cventry-content .section-education.section .section-main .btn-layout-1
{
    top: -32px;
    left: 150px;
}
.EnterCV .cventry .cventry-content .section-education.section .section-main .text-name,
.EnterCV .cventry .cventry-content .section-education.section .section-main .text-topic,
.EnterCV .cventry .cventry-content .section-education.section .section-main .text-length
{
    left: 0px;
}
.EnterCV .cventry .cventry-content .section-education.section .section-main .input-name,
.EnterCV .cventry .cventry-content .section-education.section .section-main .input-topic,
.EnterCV .cventry .cventry-content .section-education.section .section-main .input-length
{
    left: 150px;
}
.EnterCV .cventry .cventry-content .section-education.section .section-main .text-name
{
    top: 0px;
}
.EnterCV .cventry .cventry-content .section-education.section .section-main .input-name
{
    top: -16px;
}
.EnterCV .cventry .cventry-content .section-education.section .section-main .text-topic
{
    top: 0px;
}
.EnterCV .cventry .cventry-content .section-education.section .section-main .input-topic
{
    top: -16px;
}
.EnterCV .cventry .cventry-content .section-education.section .section-main .text-length
{
    top: 0px;
}
.EnterCV .cventry .cventry-content .section-education.section .section-main .input-length
{
    top: -21px;
}

.EnterCV .cventry .cventry-content .section-education.section .section-main .btn-add
{
    left: 410px;
    top: -35px;
}

.EnterCV .cventry .cventry-content .section-education.section .section-main .btn-layout-2
{
    left: 150px;
    top: -35px;
}










.EnterCV .cventry .cventry-content .section-education.section .section-main .text-select
{
    left: 0px;
    top: -20px;
}
.EnterCV .cventry .cventry-content .section-education.section .section-main .input-source
{
    top: -35px;
    left: 150px;
}

.EnterCV .cventry .cventry-content .section-education.section .item .text-name
{
    margin-top: 25px;
    top: -14px;
}
.EnterCV .cventry .cventry-content .section-education.section .item .value-name
{
    top: -30px;
}

.EnterCV .cventry .cventry-content .section-education.section .item .text-topic
{
    top: -15px;
}
.EnterCV .cventry .cventry-content .section-education.section .item .input-topic,
.EnterCV .cventry .cventry-content .section-education.section .item .value-topic
{
    top: -33px;
}

.EnterCV .cventry .cventry-content .section-education.section .item .text-length
{
    top: -20px;
}
.EnterCV .cventry .cventry-content .section-education.section .item .input-length,
.EnterCV .cventry .cventry-content .section-education.section .item .value-length
{
    top: -38px;
}

.EnterCV .cventry .cventry-content .section-education.section .item .text-from-year
{
    width: 130px;
    height: 18px;
    left: 0px;
    top: -25px;
}
.EnterCV .cventry .cventry-content .section-education.section .item .input-from-year,
.EnterCV .cventry .cventry-content .section-education.section .item .value-from-year
{
    width: 80px;
    height: 20px;
    left: 150px;
    top: -45px;
}
.EnterCV .cventry .cventry-content .section-education.section .item .text-to-year
{
    width: 70px;
    height: 18px;
    left: 320px;
    top: -63px;
}
.EnterCV .cventry .cventry-content .section-education.section .item .input-to-year,
.EnterCV .cventry .cventry-content .section-education.section .item .value-to-year
{
    width: 80px;
    height: 20px;
    left: 395px;
    top: -83px;
}

.EnterCV .cventry .cventry-content .section-education.section .item .input-from-year input,
.EnterCV .cventry .cventry-content .section-education.section .item .input-to-year input
{
    position: absolute;
    left: 0px;
}

.EnterCV .cventry .cventry-content .section-education.section .item .text-institute
{
    top: -70px;
}
.EnterCV .cventry .cventry-content .section-education.section .section-list .item .input-institute,
.EnterCV .cventry .cventry-content .section-education.section .section-list .item .value-institute
{
    top: -88px;
}

.EnterCV .cventry .cventry-content .section-education.section .section-list .item .input-institute
{
    height: 20px;
    width: auto;
}

.EnterCV .cventry .cventry-content .section-education.section .section-list .item .value-institute
{
    width: 325px;
}

.EnterCV .cventry .cventry-content .section-education.section .section-list .item .input-institute input
{
    position: absolute;
    left: 0px;
    width: 325px;
}

.EnterCV .cventry .cventry-content .section-education.section .section-list .item .text-comments
{
    top: -75px;
}
.EnterCV .cventry .cventry-content .section-education.section .section-list .item .input-comments,
.EnterCV .cventry .cventry-content .section-education.section .section-list .item .value-comments
{
    top: -94px;
}

.EnterCV .cventry .cventry-content .section-education.section .section-list .item .value-comments
{
    width: 325px;
}

.EnterCV .cventry .cventry-content .section-education.section .section-list .item .input-comments
{
    width: auto;
    height: 0px;
}

.EnterCV .cventry .cventry-content .section-education.section .section-list .item .input-comments textarea
{
    width: 325px;
    height: 70px;
    position: absolute;
    left: 0px;
}

/*  show item */
.EnterCV .cventry .cventry-content .section-education.section .show-item.item
{
    padding-bottom: 45px;
    position: relative;
}

.EnterCV .cventry .cventry-content .section-education.section .show-item.item .text-name,
.EnterCV .cventry .cventry-content .section-education.section .show-item.item .text-topic,
.EnterCV .cventry .cventry-content .section-education.section .show-item.item .text-length,
.EnterCV .cventry .cventry-content .section-education.section .show-item.item .text-from-year,
.EnterCV .cventry .cventry-content .section-education.section .show-item.item .text-to-year,
.EnterCV .cventry .cventry-content .section-education.section .show-item.item .text-institute,
.EnterCV .cventry .cventry-content .section-education.section .show-item.item .text-comments
{
    display: none;
}

.EnterCV .cventry .cventry-content .section-education.section .show-item.item .value-name
{
    top: 11px;
}
.EnterCV .cventry .cventry-content .section-education.section .show-item.item .value-topic
{
    top: 15px;
}
.EnterCV .cventry .cventry-content .section-education.section .show-item.item .value-length
{
    top: 20px;
}
.EnterCV .cventry .cventry-content .section-education.section .show-item.item .value-from-year
{
    left: 0px;
    position: absolute; /* parent element must be positioned reletively/absolutely */
    top: 61px;
}
.EnterCV .cventry .cventry-content .section-education.section .show-item.item .value-to-year
{
    left: 55px;
    position: absolute; /* parent element must be positioned reletively/absolutely */
    top: 61px;
}
.EnterCV .cventry .cventry-content .section-education.section .show-item.item .value-institute
{
    top: 25px;
}
.EnterCV .cventry .cventry-content .section-education.section .show-item.item .value-comments
{
    top: 30px;
}
/*  -----------------------------------------------------------------------------------------------------------
    Page content / EDUCATION section content - END
--------------------------------------------------------------------------------------------------------------- */








/*  -----------------------------------------------------------------------------------------------------------
    Page content / CURRENT JOB section content - BEGIN
--------------------------------------------------------------------------------------------------------------- */
.EnterCV .cventry .cventry-content .section-currentjob.section .section-main .input-search-text,
.EnterCV .cventry .cventry-content .section-currentjob.section .section-main .input-text
{
    top: -16px;
    left: 150px;
}
.EnterCV .cventry .cventry-content .section-currentjob.section .section-main .btn-search
{
    left: 410px;
    top: -31px;
}
.EnterCV .cventry .cventry-content .section-currentjob .section-main .text-select
{
    top: -15px;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-main .input-source
{
    top: -31px;
    left: 150px;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-list
{
    margin-top: 25px;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .text-name
{
    margin-top: 25px;
    top: -14px;
}
.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .value-name
{
    top: -30px;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .text-from-year
{
    width: 130px;
    height: 18px;
    left: 0px;
    top: -15px;
}
.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .input-from-year,
.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .value-from-year
{
    width: 80px;
    height: 20px;
    left: 150px;
    top: -35px;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .text-to-year
{
    width: 70px;
    height: 18px;
    left: 320px;
    top: -53px;
}
.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .input-to-year,
.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .value-to-year
{
    width: 80px;
    height: 20px;
    left: 395px;
    top: -73px;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .input-from-year input,
.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .input-to-year input
{
    position: absolute;
    left: 0px;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .text-company
{
    top: -63px;
}
.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .input-company,
.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .value-company
{
    top: -80px;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .value-company,
.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .input-company input
{
    width: 325px;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .input-company
{
    height: 20px;
    width: auto;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .input-company input
{
    position: absolute;
    left: 0px;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .text-confidential
{
    top: -79px;
    height: auto;
    font-size: 11px;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .text-sector
{
    top: -65px;
}
.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .input-sector,
.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .value-sector
{
    top: -85px;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .value-sector,
.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .input-sector input
{
    width: 325px;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .input-sector
{
    width: auto;
    height: 20px;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .input-sector input
{
    position: absolute;
    left: 0px;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .text-comments
{
    top: -73px;
}
.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .input-comments,
.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .value-comments
{
    top: -92px;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .value-comments
{
    width: 325px;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .input-comments
{
    width: auto;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-list .item .input-comments textarea
{
    width: 325px;
    height: 70px;
    margin-bottom: -70px;

    position: absolute;
    left: 0px;
}
/*
.EnterCV .cventry .cventry-content .section-currentjob .section-list .edit-item.item
{
    height: 300px;
}
*/

/*  show item */
.EnterCV .cventry .cventry-content .section-currentjob .section-list .show-item.item
{
    padding-bottom: 40px;
}

.EnterCV .cventry .cventry-content .section-currentjob .section-list .show-item.item .text-name,
.EnterCV .cventry .cventry-content .section-currentjob .section-list .show-item.item .text-from-year,
.EnterCV .cventry .cventry-content .section-currentjob .section-list .show-item.item .text-to-year,
.EnterCV .cventry .cventry-content .section-currentjob .section-list .show-item.item .text-company,
.EnterCV .cventry .cventry-content .section-currentjob .section-list .show-item.item .text-sector,
.EnterCV .cventry .cventry-content .section-currentjob .section-list .show-item.item .text-comments
{
    display: none;
}
.EnterCV .cventry .cventry-content .section-currentjob .section-list .show-item.item .value-from-year
{
    left: 0px;
    position: absolute;
    top: 61px;
}
.EnterCV .cventry .cventry-content .section-currentjob .section-list .show-item.item .value-to-year
{
    left: 55px;
    position: absolute;
    top: 61px;
}
.EnterCV .cventry .cventry-content .section-currentjob .section-list .show-item.item .value-name
{
    top: 11px;
}
.EnterCV .cventry .cventry-content .section-currentjob .section-list .show-item.item .value-company
{
    top: 15px;
}
.EnterCV .cventry .cventry-content .section-currentjob .section-list .show-item.item .value-sector
{
    top: 20px;
}
.EnterCV .cventry .cventry-content .section-currentjob .section-list .show-item.item .value-comments
{
    top: 25px;
}
/*  -----------------------------------------------------------------------------------------------------------
    Page content / CURRENT JOB section content - END
--------------------------------------------------------------------------------------------------------------- */








/*  -----------------------------------------------------------------------------------------------------------
    Page content / COURSE section content - BEGIN
--------------------------------------------------------------------------------------------------------------- */
.EnterCV .cventry .cventry-content .section-course.section .section-main .input-search-text,
.EnterCV .cventry .cventry-content .section-course.section .section-main .input-text
{
    top: -16px;
    left: 150px;
}
.EnterCV .cventry .cventry-content .section-course .item .value-name
{
    top: -30px;
}

.EnterCV .cventry .cventry-content .section-course .section-list
{
    margin-top: 25px;
}

.EnterCV .cventry .cventry-content .section-course.section .section-main .btn-add
{
    left: 410px;
    top: -31px;
}
.EnterCV .cventry .cventry-content .section-course .section-list .item .text-year
{
    width: 150px;
    height: 18px;
    left: 0px;
    top: -19px;
}
.EnterCV .cventry .cventry-content .section-course .section-list .item .input-year,
.EnterCV .cventry .cventry-content .section-course .section-list .item .value-year
{
    height: 20px;
    left: 150px;
    top: -39px;
}
.EnterCV .cventry .cventry-content .section-course .section-list .item .value-year
{
    width: 80px;
}
.EnterCV .cventry .cventry-content .section-course .section-list .item .input-year
{
    width: auto;
}
.EnterCV .cventry .cventry-content .section-course .section-list .item .input-year input
{
    width: 80px;
    position: absolute;
    left: 0px;
}
.EnterCV .cventry .cventry-content .section-course.section .item .text-name
{
    margin-top: 25px;
    top: -14px;
}
.EnterCV .cventry .cventry-content .section-course.section .item .value-name
{
    top: -30px;
}



.EnterCV .cventry .cventry-content .section-course .section-list .item .text-duration
{
    width: 150px;
    height: 18px;
    left: 0px;
    top: -29px;
}
.EnterCV .cventry .cventry-content .section-course .section-list .item .input-duration,
.EnterCV .cventry .cventry-content .section-course .section-list .item .value-duration
{
    height: 20px;
    left: 150px;
    top: -49px;
}
.EnterCV .cventry .cventry-content .section-course .section-list .item .value-duration
{
    width: 80px;
}
.EnterCV .cventry .cventry-content .section-course .section-list .item .input-duration
{
    width: 100px;
}
.EnterCV .cventry .cventry-content .section-course .section-list .item .input-duration input
{
    width: 80px;
    position: absolute;
    left: 0px;
}

.EnterCV .cventry .cventry-content .section-course .section-list .item .text-comments
{
    top: -39px;
}
.EnterCV .cventry .cventry-content .section-course .section-list .item .input-comments,
.EnterCV .cventry .cventry-content .section-course .section-list .item .value-comments
{
    top: -59px;
}
.EnterCV .cventry .cventry-content .section-course .section-list .item .value-comments
{
    width: 325px;
}
.EnterCV .cventry .cventry-content .section-course .section-list .item .input-comments
{
    width: auto;
    height: 35px;
}
.EnterCV .cventry .cventry-content .section-course .section-list .item .input-comments textarea
{
    width: 325px;
    height: 70px;
    position: absolute;
    left: 0px;
}


/* show item */
.EnterCV .cventry .cventry-content .section-course .show-item.item
{
    position: relative;
    padding-bottom: 35px;
}

.EnterCV .cventry .cventry-content .section-course .show-item.item .text-name,
.EnterCV .cventry .cventry-content .section-course .show-item.item .text-year,
.EnterCV .cventry .cventry-content .section-course .show-item.item .text-duration,
.EnterCV .cventry .cventry-content .section-course .show-item.item .text-comments
{
    display: none;
}

.EnterCV .cventry .cventry-content .section-course .show-item.item .value-year
{
    left: 0px;
    position: absolute;
    top: 61px;
}
.EnterCV .cventry .cventry-content .section-course .show-item.item .value-name
{
    top: 11px;
}
.EnterCV .cventry .cventry-content .section-course .show-item.item .value-duration
{
    top: 20px;
}
.EnterCV .cventry .cventry-content .section-course .show-item.item .value-comments
{
    top: 20px;
}
/*  -----------------------------------------------------------------------------------------------------------
    Page content / COURSE section content - END
--------------------------------------------------------------------------------------------------------------- */








/*  -----------------------------------------------------------------------------------------------------------
    Page content / POSITION, JOB LOCATION, LANGUAGE, SKILL sections common content - BEGIN
--------------------------------------------------------------------------------------------------------------- */
.EnterCV .cventry .cventry-content .section-position .section-list .section-list-main .item,
.EnterCV .cventry .cventry-content .section-joblocation .section-list .section-list-main .item
{
    padding-top: 0px;
}

.EnterCV .cventry .cventry-content .section-position .section-list .section-list-main .item-odd,
.EnterCV .cventry .cventry-content .section-position .section-list .section-list-main .item-even,
.EnterCV .cventry .cventry-content .section-joblocation .section-list .section-list-main .item-odd,
.EnterCV .cventry .cventry-content .section-joblocation .section-list .section-list-main .item-even,
.EnterCV .cventry .cventry-content .section-language .section-list .section-list-main .item-odd,
.EnterCV .cventry .cventry-content .section-language .section-list .section-list-main .item-even,
.EnterCV .cventry .cventry-content .section-skill .section-list .section-list-main .item-odd,
.EnterCV .cventry .cventry-content .section-skill .section-list .section-list-main .item-even
{
    background-color: #CEDEE2;
}

.EnterCV .cventry .cventry-content .section-position .section-list .section-list-main .item-even,
.EnterCV .cventry .cventry-content .section-joblocation .section-list .section-list-main .item-even,
.EnterCV .cventry .cventry-content .section-language .section-list .section-list-main .item-even,
.EnterCV .cventry .cventry-content .section-skill .section-list .section-list-main .item-even
{
    background-color: #CEDEE2;
    width: 503px;
    margin-left: -10px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.EnterCV .cventry .cventry-content .section-position .section-list .section-list-main .item-even .item,
.EnterCV .cventry .cventry-content .section-joblocation .section-list .section-list-main .item-even .item,
.EnterCV .cventry .cventry-content .section-language .section-list .section-list-main .item-even .item,
.EnterCV .cventry .cventry-content .section-skill .section-list .section-list-main .item-even .item
{
    /*margin: 2px 10px;*/
    margin-left: 10px;
    margin-right: 10px;
}

.EnterCV .cventry .cventry-content .section-position .show-item.item .value-name,
.EnterCV .cventry .cventry-content .section-joblocation .show-item.item .value-name
{
    top: -10px;
    left: 0px;
    font-weight: bold;
}

.EnterCV .cventry .cventry-content .section-position .show-item.item .btn-delete,
.EnterCV .cventry .cventry-content .section-joblocation .show-item.item .btn-delete
{
    top: 10px;
    left: 435px;
}
/*  -----------------------------------------------------------------------------------------------------------
    Page content / POSITION, JOB LOCATION, LANGUAGE, SKILL sections common content - END
--------------------------------------------------------------------------------------------------------------- */







/*  -----------------------------------------------------------------------------------------------------------
    Page content / POSITION section content - BEGIN
--------------------------------------------------------------------------------------------------------------- */

.EnterCV .cventry .cventry-content .section-position.section .section-main .input-search-text
{
    left: 150px;
    top: -16px;
}
.EnterCV .cventry .cventry-content .section .section-main .btn-search
{
    top: -32px;
    left: 410px;
}
.EnterCV .cventry .cventry-content .section-position .section-main .text-select
{
    top: -20px;
}

.EnterCV .cventry .cventry-content .section-position .section-main .input-source
{
    top: -35px;
    left: 150px;
}

.EnterCV .cventry .cventry-content .section-position.section .section-list
{
    margin-top: 15px;
}

/*  -----------------------------------------------------------------------------------------------------------
    Page content / POSITION section content - END
--------------------------------------------------------------------------------------------------------------- */







/*  -----------------------------------------------------------------------------------------------------------
    Page content / JOB LOCATION section content - BEGIN
--------------------------------------------------------------------------------------------------------------- */
.EnterCV .cventry .cventry-content .section-joblocation .section-main
{
    margin-top: 5px;
    margin-bottom: 35px;
}

.EnterCV .cventry .cventry-content .section-joblocation .section-main .text
{
    left: 0px;
    width: 145px;
}

.EnterCV .cventry .cventry-content .section-joblocation .section-main .input
{
    left: 150px;
    top: -17px;
    width: 325px;
}

/*
text-continent
input-continent
text-country
input-country
text-district1
input-district-1
text-district2
input-district-2
text-district3
input-district-3
text-district4
input-district-4
*/
/*  -----------------------------------------------------------------------------------------------------------
    Page content / JOB LOCATION section content - END
--------------------------------------------------------------------------------------------------------------- */








/*  -----------------------------------------------------------------------------------------------------------
    Page content / STS section content - BEGIN
--------------------------------------------------------------------------------------------------------------- */
.EnterCV .cventry .cventry-content .section-sts .section-main
{
    margin-bottom: 0px;
    height: 220px;
}

.EnterCV .cventry .cventry-content .section-sts .section-main .text
{
    height: 18px;
}

.EnterCV .cventry .cventry-content .section-sts .section-main .input
{
    height: 18px;
}

.EnterCV .cventry .cventry-content .section-sts .section-main .text-salary,
.EnterCV .cventry .cventry-content .section-sts .section-main .text-travelactivity,
.EnterCV .cventry .cventry-content .section-sts .section-main .text-foreignstationing
{
    left: 0px;
    width: 145px;
    
}

.EnterCV .cventry .cventry-content .section-sts .section-main .input-salary-currency
{
    left: 150px;
    top: -18px;
    width: 70px;
}

.EnterCV .cventry .cventry-content .section-sts .section-main .input-salary-amount
{
    left: 225px;
    top: -36px;
    width: 90px;
}

.EnterCV .cventry .cventry-content .section-sts .section-main .input-salary-frequency
{
    left: 320px;
    top: -54px;
    width: 95px;
}

.EnterCV .cventry .cventry-content .section-sts .section-main .salary-visibility
{
    width: 325px;
    position: relative;
    left: 150px;
    top: -45px;
}

.EnterCV .cventry .cventry-content .section-sts .section-main .salary-visibility .input-salary-visibility
{
    height: 14px;
    width: 14px;
}
.EnterCV .cventry .cventry-content .section-sts .section-main .salary-visibility .input-salary-visibility input
{
    margin: 0px;
}
.EnterCV .cventry .cventry-content .section-sts .section-main .salary-visibility .text
{
    height: auto;
}
.EnterCV .cventry .cventry-content .section-sts .section-main .salary-visibility .text-salary-visibility,
.EnterCV .cventry .cventry-content .section-sts .section-main .salary-visibility .text-salary-visibility-tip
{
    position: relative;
    left: 25px;
    top: -15px;
    width: 300px;
}

.EnterCV .cventry .cventry-content .section-sts .section-main .text-travelactivity
{
    top:-45px;
}
.EnterCV .cventry .cventry-content .section-sts .section-main .text-foreignstationing
{
    top:-50px;
}

.EnterCV .cventry .cventry-content .section-sts .section-main .input-travelactivity,
.EnterCV .cventry .cventry-content .section-sts .section-main .input-foreignstationing
{
    left: 150px;
    width: 265px;
}

.EnterCV .cventry .cventry-content .section-sts .section-main .input-travelactivity
{
    top: -65px;
}

.EnterCV .cventry .cventry-content .section-sts .section-main .input-foreignstationing
{
    top: -70px;
}
/*  -----------------------------------------------------------------------------------------------------------
    Page content / STS section content - END
--------------------------------------------------------------------------------------------------------------- */








/*  -----------------------------------------------------------------------------------------------------------
    Page content / JOB TYPE section content - BEGIN
--------------------------------------------------------------------------------------------------------------- */
.EnterCV .cventry .cventry-content .section-jobtype .section-main
{
    top: 0px;
    margin: 0px;
}

.EnterCV .cventry .cventry-content .section-jobtype.section .section-main input
{
    width: 20px;
}

.EnterCV .cventry .cventry-content .section-jobtype .section-main .input-primary
{
    padding-left: 3px;
    padding-bottom: 5px;
    border-bottom: 1px solid #5E9CAE;
    position: relative;
    left: 120px;
    width: 360px;
}

.EnterCV .cventry .cventry-content .section-jobtype .section-main .input-secondary
{
    position: relative;
    left: 120px;
    width: 360px;
}
/*  -----------------------------------------------------------------------------------------------------------
    Page content / JOB TYPE section content - END
--------------------------------------------------------------------------------------------------------------- */









/*  -----------------------------------------------------------------------------------------------------------
    Page content / LANGUAGE section content - BEGIN
--------------------------------------------------------------------------------------------------------------- */
.EnterCV .cventry .cventry-content .section-language .section-main
{
    height: 20px;
    margin-bottom: 30px;
}
.EnterCV .cventry .cventry-content .section-language .section-main .text-select
{
    top: 0px;
    width: 145px;
}
.EnterCV .cventry .cventry-content .section-language .section-main .input-source
{
    top: -15px;
    left: 150px;
    width: 330px;
}

.EnterCV .cventry .cventry-content .section-language .section-list
{
    margin-top: 40px;
}

.EnterCV .cventry .cventry-content .section-language .section-list .text-level-excellent,
.EnterCV .cventry .cventry-content .section-language .section-list .text-level-fluent,
.EnterCV .cventry .cventry-content .section-language .section-list .text-level-adequately
{
    height: 40px;
    width: 100px;
    position: relative;
}

.EnterCV .cventry .cventry-content .section-language .section-list .text-level-excellent
{
    left: 150px;
    margin-bottom: -40px;
    top: 0px;
}
.EnterCV .cventry .cventry-content .section-language .section-list .text-level-fluent
{
    left: 260px;
    margin-bottom: -40px;
}
.EnterCV .cventry .cventry-content .section-language .section-list .text-level-adequately
{
    left: 350px;
}

.EnterCV .cventry .cventry-content .section-language .section-list .item
{
    height: 30px;
}

.EnterCV .cventry .cventry-content .section-language .section-list .item .btn-delete
{
    float: right;
    position: static;
}
.EnterCV .cventry .cventry-content .section-language .section-list .item .btn-cancel
{
    display: none;
}

.EnterCV .cventry .cventry-content .section-language .section-list .item .text-name,
.EnterCV .cventry .cventry-content .section-language .section-list .item .input-level .listitem label
{
    display: none;
}

.EnterCV .cventry .cventry-content .section-language .section-list .item .value-name
{
    float: left;
    position: static;
    width: 140px;
}

.EnterCV .cventry .cventry-content .section-language .section-list .item .input-level
{
    float: left;
}

.EnterCV .cventry .cventry-content .section-language .section-list .item .input-level .listitem
{
    float: left;
    width: 90px;
}

.EnterCV .cventry .cventry-content .section-language .section-list .item .input-level .listitem input
{
    margin-left: 35px;
    width: auto;
}
/*  -----------------------------------------------------------------------------------------------------------
    Page content / LANGUAGE section content - END
--------------------------------------------------------------------------------------------------------------- */









/*  -----------------------------------------------------------------------------------------------------------
    Page content / SKILL section content - BEGIN
--------------------------------------------------------------------------------------------------------------- */
.EnterCV .cventry .cventry-content .section-skill .section-main .text-select
{
    height: 16px;
    top: -25px;
    width: 120px;
}
.EnterCV .cventry .cventry-content .section-skill .section-main .input-search-text
{
    height: 16px;
    left: 150px;
    top: -16px;
    width: 250px;
}
.EnterCV .cventry .cventry-content .section-skill.section .section-main .btn-search
{
    height: 16px;
    left: 410px;
    top: -31px;
}
.EnterCV .cventry .cventry-content .section-skill .section-main .text-group
{
    height: 16px;
    left: 0px;
    top: -20px;
    width: 145px;
}
.EnterCV .cventry .cventry-content .section-skill .section-main .input-group
{
    height: 16px;
    left: 150px;
    top: -36px;
    width: 325px;
}

.EnterCV .cventry .cventry-content .section-skill .section-main .text-enter-text
{
    width: 145px;
}

.EnterCV .cventry .cventry-content .section-skill .section-main .input-source
{
    left: 150px;
    top: -40px;
}

.EnterCV .cventry .cventry-content .section-skill .section-main
{
    margin-bottom: 0px;
}

.EnterCV .cventry .cventry-content .section-skill.section .section-list
{
    margin-top: 15px;
}

.EnterCV .cventry .cventry-content .section-skill .section-list .text-level-expert,
.EnterCV .cventry .cventry-content .section-skill .section-list .text-level-highly-experienced,
.EnterCV .cventry .cventry-content .section-skill .section-list .text-level-some-experience
{
    height: 40px;
    width: 90px;
    position: relative;
}

.EnterCV .cventry .cventry-content .section-skill .section-list .text-level-expert
{
    left: 150px;
    margin-bottom: -40px;
    top: -5px;
}
.EnterCV .cventry .cventry-content .section-skill .section-list .text-level-highly-experienced
{
    left: 225px;
    margin-bottom: -45px;
    top: -5px;
}
.EnterCV .cventry .cventry-content .section-skill .section-list .text-level-some-experience
{
    left: 320px;
    top: 0px;
}

/*
.EnterCV .cventry .cventry-content .section-skill .section-list .section-list-main .item-even
{
    background-color: #CEDEE2;
    width: 503px;
    margin-left: -10px;
}

.EnterCV .cventry .cventry-content .section-skill .section-list .section-list-main .item-even .item
{
    margin: 0px 10px;
}
*/
.EnterCV .cventry .cventry-content .section-skill .section-list .item .text-name,
.EnterCV .cventry .cventry-content .section-skill .section-list .item .input-level .listitem label,
.EnterCV .cventry .cventry-content .section-skill .section-list .item .value-group,
.EnterCV .cventry .cventry-content .section-skill .section-list .item .btn-cancel,
.EnterCV .cventry .cventry-content .section-skill .section-list .item .text-comments,
.EnterCV .cventry .cventry-content .section-skill .section-list .item .input-comments
{
    display: none;
}

.EnterCV .cventry .cventry-content .section-skill .section-list .item .input-level .listitem input
{
    margin-left: 20px;
    width: auto;
}

.EnterCV .cventry .cventry-content .section-skill .section-list .item
{
	overflow: hidden;
    height: 1%;
    padding-bottom: 10px;
}

.EnterCV .cventry .cventry-content .section-skill .section-list .item .value-name
{
    float: left;
    position: static;
    width: 140px;
}

.EnterCV .cventry .cventry-content .section-skill .section-list .item .input-level
{
    float: left;
    position: static;
}

.EnterCV .cventry .cventry-content .section-skill .section-list .item .input-level .listitem
{
    float: left;
    width: 90px;
}

.EnterCV .cventry .cventry-content .section-skill .section-list .item .input-level .listitem input
{
    margin-left: 20px;
    width: auto;
}

.EnterCV .cventry .cventry-content .section-skill .section-list .item .btn-delete
{
    float: right;
    position: static;
}

.EnterCV .cventry .cventry-content .section-skill .section-list .item .btn-cancel
{
    display: none;
}
/*  -----------------------------------------------------------------------------------------------------------
    Page content / SKILL section content - END
--------------------------------------------------------------------------------------------------------------- */









/*  -----------------------------------------------------------------------------------------------------------
    Page content / HEADING and PRESENTATION sections content - BEGIN
--------------------------------------------------------------------------------------------------------------- */
.EnterCV .cventry .cventry-content .section-heading .section-main,
.EnterCV .cventry .cventry-content .section-presentation .section-main
{
    top: 20px;
    margin-bottom: 0px;
}

.EnterCV .cventry .cventry-content .section-heading .section-main .input-heading,
.EnterCV .cventry .cventry-content .section-presentation .section-main .input-presentation
{
    margin-bottom: 25px;
    width: 400px;
}

.EnterCV .cventry .cventry-content .section-heading .section-main .input-heading INPUT
{    
    width: 100%;
}

.EnterCV .cventry .cventry-content .section-presentation .section-main .input-presentation textarea
{
    height: 100px;
    width: 400px;
}
/*  -----------------------------------------------------------------------------------------------------------
    Page content / HEADING and PRESENTATION sections content - END
--------------------------------------------------------------------------------------------------------------- */

.EnterCV .cventry .cventry-content .section-activation.section .section-introduction
{
    position: static;
    margin: 10px 0px;
    
}

.EnterCV .cventry .cventry-content .section-activation.section .section-main
{
    position: static;
}

/*  -----------------------------------------------------------------------------------------------------------
    Page content / EMAIL SERVICE section content - BEGIN
--------------------------------------------------------------------------------------------------------------- */
.EnterCV .cventry .cventry-content .section-emailservice.section .section-main
{
    top: 12px;
}

.EnterCV .cventry .cventry-content .section-emailservice.section .section-main .input-contact-sms,
.EnterCV .cventry .cventry-content .section-emailservice.section .section-main .input-match-email
{
    float: left;
    width: 20px;
}

.EnterCV .cventry .cventry-content .section-emailservice.section .section-main .text-contact-sms-prefix{
	float: left;
}

.EnterCV .cventry .cventry-content .section-emailservice.section .section-main .text-contact-sms-mobile{
	margin-left: 50px;
	margin-bottom: 8px;
}

.EnterCV .cventry .cventry-content .section-emailservice.section .section-main .input-contact-sms input,
.EnterCV .cventry .cventry-content .section-emailservice.section .section-main .input-match-email input
{
    margin: 0px;
}

.EnterCV .cventry .cventry-content .section-emailservice.section .section-main .text-contact-sms,
.EnterCV .cventry .cventry-content .section-emailservice.section .section-main .text-match-email
{
    margin-left: 30px;
    top: 2px;
    height: 20px;
}

.EnterCV .cventry .cventry-content .section-emailservice.section .section-main .input-match-email-type-html,
.EnterCV .cventry .cventry-content .section-emailservice.section .section-main .text-match-email-type-html,
.EnterCV .cventry .cventry-content .section-emailservice.section .section-main .input-match-email-type-plain,
.EnterCV .cventry .cventry-content .section-emailservice.section .section-main .text-match-email-type-plain
{
    display: none;
}

.EnterCV .cventry .cventry-content .section-emailservice.section .section-main .input-match-email-frequency
{
    width: 100px;
    margin: 10px 0px 15px 30px;
}
/*  -----------------------------------------------------------------------------------------------------------
    Page content / EMAIL SERVICE section content - END
--------------------------------------------------------------------------------------------------------------- */







/* ---------------------------------
------------------------------------
------------------------------------
------------------------------------
------------------------------------
--------------------------------- */

.CV .ThreeColumnCenter_left {
    width: 155px;
}

.CV .ThreeColumnCenter_middle
{
    margin-left: 0px;
    margin-right: 5px;
    width: 565px;
}

.CV .PageHeading
{
    margin: 0px 0px 10px;
    background-image: url('/~/media/Customers/Sweden/Merajobb/swe_helge/CvEntry/CV_intro_heading_background.ashx');
    background-position: left top;
    background-repeat: no-repeat;
    height: 105px;
}

.CV .PageHeading .title
{
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 20px;
    margin-top: 10px;
}

.CV .CVIntro
{
    margin: 10px 10px;
    float: left;
	border-bottom: 1px dotted #5E9CAE;
	padding-bottom: 20px;
	width: 540px;
}

.CV .CVIntro .title
{
    font-size: 18px;
    font-weight: bold;
}

.CV .CVIntro .text
{
    margin-top: 10px;   
}

.CV .UploadCV,
.CV .CreateCV
{
    float: left;
    width: 250px;
    height: 220px;
    /*border: solid 1px #5E9CAE;*/
	border: solid 0px #5E9CAE;
}
body.Mina.CV .UploadCV,
body.Mina.CV .CreateCV
{
    float: none;
    width: auto;
    height: auto;
    border: 0;
}

.CV .UploadCV
{
    margin: 5px 0px 0px 10px;
}

.CV .CreateCV
{
    margin: 5px 0px 10px 35px;
}
body.Mina.CV .CreateCV
{
	margin: 0;
}

.CV .CreateCV .or
{
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-left: -31px;    
    margin-top: 2px;
}

.CV .UploadCV .title,
.CV .CreateCV .title
{
    margin: 5px 10px;
    font-size: 14px;
    font-weight: bold;
}

.CV .UploadCV .text,
.CV .CreateCV .text
{
    margin: 5px 10px;
    font-size: 12px;
}

.CV .CreateCV .CreateCVButton
{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.CV .CreateCV .CreateCVButton a,
.CV .cvupload .input-upload a,
.CV .JobAlertIntro .Button a
{
    background-image: url('/~/media/Customers/Sweden/Merajobb/swe_helge/arrow.ashx');
    background-position: left center;
    background-repeat: no-repeat;
    height: 15px;
    padding-left: 20px;
    width: 16px;
}

.CV .cvupload
{
    float: left;
    position: relative;
    left: 20px;
    top: -115px;
    width: 200px;
}

.CV .cvupload .section-title
{
    font-weight: bold;
}

.CV .cvupload .section-introduction
{
    margin: 5px 0px;
}

.CV .cvupload .Progress .ruProgressArea
{
    margin-bottom: -20px;
}

.CV .cvupload .Errors
{
    /*background-color:#FFFFFF;
    border:2px solid red;
    min-height:200px;
    left:-10px;
    margin-bottom:-200px;
    position:relative;
    top:-197px;
    width:535px;
    */
    margin-top: 20px;
    margin-bottom: -15px;
    width: 535px;
    color: Red;
}

.CV .cvupload .Errors .Error-Title
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.CV .cvupload .Errors .ButtonContinue a
{
    background-image: url('/~/media/Customers/Sweden/Merajobb/swe_helge/arrow_selected.ashx');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: Red;
}

.CV .JobAlertIntro
{
    float: left;
    margin: 20px 10px;
    padding: 20px 0px;
    width: 540px;
    position: relative;
    top: -90px;
    border-top: 1px dotted #5E9CAE;
    border-bottom: 1px dotted #5E9CAE;
}

.CV .JobAlertIntro .title
{
    font-size: 18px;
    font-weight: bold;
}

.CV .JobAlertIntro .text
{
    margin-top: 10px;   
}

.CV .JobAlertIntro .Button
{
    margin-top: 10px;
}

/* MeraJob */

.CV .input-upload
{
    text-align: left;        
}

.CV .CreateCVButton
{
    text-align: right;        
}

.CV .JobAlertIntro .Button
{
     text-align: left;        
}

.CV .SecondColumn
{
    padding-left: 25px;    
}


/* cv folders START */
.ListFolders{}
.ListFolders .Title{
	font-weight: bold;
	font-size: 18px;
}

.ListFolders .ResultsContainer{}
.ListFolders .ResultsContainer .SortContainer{float: left; font-size: 14px}
.ListFolders .ResultsContainer .SortContainer div{display: inline}

.ListFolders .ResultsContainer .NavigationAndPageInfoContainer{float: right}
.ListFolders .ResultsContainer .NavigationAndPageInfoContainer .Navigation{float: right}
.ListFolders .ResultsContainer .NavigationAndPageInfoContainer a{text-decoration: none}
.ListFolders .ResultsContainer .NavigationAndPageInfoContainer .PageInfo{font-weight: bold; float:right;clear:both}

.ListFolders .ResultsContainer .RowContainer{
	clear: both;
	width: 100%;
	border: 1px solid #eaeaea;
}

.ListFolders .ResultsContainer .RowContainer tr.Header{font-weight: bold; background-color: #eaeaea}
.ListFolders .ResultsContainer .RowContainer tr.Header td{text-align: center}
.ListFolders .ResultsContainer .RowContainer tr.Header:hover{background-color: #eaeaea}

.ListFolders .ResultsContainer .RowContainer tr:hover{
	background-color: #f6f6f6;
}
.ListFolders .ResultsContainer .RowContainer td{
	padding: 4px;
}

.ListFolders .ActionsContainer{
	margin: 10px;
}

.ListFolders .ActionsContainer a{
	text-decoration: none;
	color: black;
	margin: 0 5px;
}
.ListFolders .ActionsContainer a:hover{text-decoration: underline;}
/* cv folders END */

#ctl16_ID3_4_PanelAutocompleteList
{
	width: 211px !important;
	overflow: hidden;
}