﻿
body, html {
    font-family: Roboto,sans-serif;
    margin: 0;
    background-color: #f3f2f2;
    padding-bottom: 40px;
    color: #2c2632;
}

#divLoader {
    background: #fafafa url(/kariyerharitasi/images/knet_loader.gif) no-repeat center center;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    left: 0%;
    top: 0%;
    opacity: .6;
    margin:0 !important;
}

a
{
    color:#8c3fb5;
}

/*************************************************** Copied from Atlantis.css (START) ***********************************************************/
a.mor
{
	color: #810582;
}

a.link
{
	color: #810582;
	text-decoration: none;
}

a.link:hover
{
	text-decoration: underline;
}

a.linkfooter
{
	color: #810582;
	text-decoration: none;
	font-size:11px;
	padding-right:6px;
}

a.linkfooter:hover
{
	text-decoration: underline;
}

a.linkgri
{
	color: Gray;
	text-decoration: none;
}

a.linkgri:hover
{
    color:#810582;
	text-decoration: underline;
}

a.btn {
    background: transparent url('http://img4.kariyer.net/WebSite/Images/bg_button_a.png') no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 23px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	text-shadow: 0px 1px black;
	
}

a.btn span {
    background: transparent url('http://img4.kariyer.net/WebSite/Images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 13px;
    padding: 5px 0 5px 18px;
}

a.btngray {
    background: transparent url('http://img4.kariyer.net/WebSite/Images/bg_button_a_gray.png') no-repeat scroll top right;
    color: #FFF;
    display: inline-block;
    /*float: left;*/
    font: bold 12px arial, sans-serif;
    height: 23px;
    /*margin-right: 6px;*/
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	text-shadow: 0px 1px black;
}

a.btngray span {
    background: transparent url('http://img4.kariyer.net/WebSite/Images/bg_button_span_gray.png') no-repeat;
    display: block;
    line-height: 13px;
    padding: 5px 0 5px 18px;
}

#mainDiv
{
	/* opacity: 0.6;
	filter: alpha(opacity=60); */
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 9980;
	background-image: url(/WebSite/Images/Genel/modal/transparent.png)
}

#mainDivContent
{
	position: absolute;
	z-index: 10010;
}

    #mainDivContent input[type=text],textarea,input[type=password],select 
    { 
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
        border:1px solid;
        border-color:Silver;
        padding:3px 2px 2px 3px ;
        background: #f6f6f6 s(http://img4.kariyer.net/WebSite/Images/jqueryui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
        color:Black;
    }

#mainDivContent td
{
    line-height:normal !important;    
}

.cellpadding4 tr td
{
    padding:4px !important;
}

hr.filtrehr
{
    margin:0;
    color: #ccc;
    background-color: #ccc;
    border-top:1px solid #ccc;
    border-bottom:1px solid white;
    border-left:0;
    border-right:0;
    clear:both;
}

/*************************************************** Copied from Atlantis.css (END) ***********************************************************/

header {
    background: url(/kariyerharitasi/images/header_bg.png) repeat-x;
    height: 71px;
}

.header div {
    clear: both;
    margin: 0px auto;
}

.logo {
    margin-top: 9px;
}

.topbarlogo {
    margin-top: 3px;
}

.content {
    background-color: #fafafa;
}

.slider {
    margin-top: 10px;
}

#adSlider {
    width:95% !important;
}
article {
    overflow: hidden;
}

footer {
    margin-top: 10px;
    height: 37px;
    font-size: 12px;
    color: #a4b0ae;
}

    footer .wrapper div:last-child {
        float: right;
        margin-right: 10px;
    }

    footer a {
        margin-top: 50px;
        font-size: 12px;
        text-decoration: none;
        color: #a4b0ae;
    }

        footer a:hover {
            text-decoration: underline;
        }


.educationButton, .sectorButton {
    margin-top: 10px;
    min-width: 350px;
    overflow: hidden;
    cursor: pointer;
}

    .educationButton:active .hugeButtonLeft {
        background: url(/kariyerharitasi/images/huge_button_left_active.png) no-repeat;
    }

    .educationButton:active .hugeButtonCenter {
        background: url(/kariyerharitasi/images/huge_button_center_active.png) repeat-x;
    }

    .educationButton:active .hugeButtonRight {
        background: url(/kariyerharitasi/images/huge_button_right_active.png) no-repeat;
    }

    .sectorButton:active .hugeButtonLeft {
        background: url(/kariyerharitasi/images/huge_button_left_active.png) no-repeat;
    }

    .sectorButton:active .hugeButtonCenter {
        background: url(/kariyerharitasi/images/huge_button_center_active.png) repeat-x;
    }

    .sectorButton:active .hugeButtonRight {
        background: url(/kariyerharitasi/images/huge_button_right_active.png) no-repeat;
    }


.hugeButtonLeft {
    float: left;
    height: 122px;
    width: 7px;
    background: url(/kariyerharitasi/images/huge_button_left.png) no-repeat;
}

.hugeButtonCenter {
    float: left;
    height: 122px;
    background: url(/kariyerharitasi/images/huge_button_center.png) repeat-x;
    width: 96%;
    font-size:16px;
}

    .hugeButtonCenter img {
        margin: 25px 0px 0px 10px;
        float: left;
    }

    .hugeButtonCenter div {
        float: left;
        width: 49%;
        margin-top: 20px;
    }

.hugeButtonRight {
    float: left;
    height: 122px;
    width: 7px;
    background: url(/kariyerharitasi/images/huge_button_right.png) no-repeat;
}


.right {
    float: right;
}


.table {
    display: table;
}

.ChooseUni .wrapper img {
    display: block;
    margin: 10px auto 0px auto;
}

.ChooseUni .wrapper a {
    width: 200px;
    display: block;
    margin: 0px auto;
}

.ChooseUni .wrapper h2 {
    text-align: center;
    color: #9a56be;
    font-weight: 300;
}

.ChooseUni .wrapper p {
    text-align: center;
}

.ChooseUni .wrapper div {
    width: 480px;
    font-size: 25px;
    color: #2c2632;
    margin: 10px auto;
    font-weight: 400;
    display: block;
}

.ChooseSector .wrapper img {
    display: block;
    margin: 10px auto 0px auto;
}

.ChooseSector .wrapper a {
    width: 208px;
    display: block;
    margin: 0px auto;
}

.ChooseSector .wrapper h2 {
    text-align: center;
    color: #9a56be;
    font-weight: 300;
}

.ChooseSector .wrapper p {
    text-align: left;
    padding-left: 2px;
    font-size: 15px;
    font-weight: 500;
}

.ChooseSector .wrapper div {
    font-size: 25px;
    color: #2c2632;
    margin: 10px auto;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}

.selectedSector div {
    text-decoration:underline;
}

.sectorText {
}

.sectorIcon {
}

.input-large {
    width: 440px;
    height: 60px !important;
    margin: 10px 0px 10px 0px !important;
    line-height: 30px !important;
    padding: 0px 19px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px #d8d8d8 solid;
    font-family: Roboto,sans-serif;
    font-weight: lighter;
    font-size: 25px;
}

.button, .button span {
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.button {
    white-space: nowrap;
    line-height: 1em;
    position: relative;
    outline: none;
    overflow: visible; /* removes extra side padding in IE */
    cursor: pointer;
    border: 1px solid #999; /* IE */
    border: rgba(0, 0, 0, .2) 1px solid; /* Saf4+, Chrome, FF3.6 */
    border-bottom: rgba(0, 0, 0, .4) 1px solid;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background: -moz-linear-gradient( center top, rgba(255, 255, 255, .1) 0%, rgba(0, 0, 0, .1) 100% ); /* FF3.6 */
    background: -webkit-gradient( linear, center bottom, center top, from(rgba(0, 0, 0, .1)), to(rgba(255, 255, 255, .1)) ); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    margin-bottom: 10px;
    background-color: #31465d;
    height: 60px;
    font-weight: lighter;
}

    .button.full, .button.full span {
        display: block;
    }

    .button:active, .button.active {
        top: 1px;
    }

    .button span {
        position: relative;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        border-top: rgba(255, 255, 255, .2) 1px solid;
        padding: 0.6em 1.7em;
        line-height: 1em;
        text-decoration: none;
        text-align: center;
        white-space: nowrap;
    }

    .button.small span {
        font-size: 14px;
    }

    .button.medium span {
        font-size: 20px;
    }

    .button.large span {
        font-size: 26px;
    }

.choosen {
    
    background-color: #edf0f2;
    border-bottom-color: #d3d9db;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    width: 100%;
    /*position:fixed;
    z-index:10000;
    top:0;*/
}

.topbarButton {
    margin: 5px 0px 0px 1%; /* 10px 0px 0px 2%; */
    overflow: hidden;
    float: left;
    cursor: pointer;
}

.topbarButtonLeft {
    float: left;
    height: 36px;
    width: 5px;
    background: url(/kariyerharitasi/images/topbar_button_left_36.png) no-repeat;
}

.topbarButtonCenter {
    float: left;
    height: 36px;
    background: url(/kariyerharitasi/images/topbar_button_center_36.png) repeat-x;
    color: #FFFFFF;
    font-weight: 500;
}

    .topbarButtonCenter p {
        margin-top: 5px;
        float: left;
    }

    .topbarButtonCenter a {
        margin-left: 10px;
        float: left;
        margin-top: 7px;
    }

.topbarButtonRight {
    float: left;
    height: 36px;
    width: 5px;
    background: url(/kariyerharitasi/images/topbar_button_right_36.png) no-repeat;
}

.resultTop {
    margin-top:20px;
}
.resultTop h1 {
    font-weight: 300;
    color: #8c3fb5;
    font-size: 32px;
    margin-top: 35px;
}

.resultTop div div {
    float: left;
    font-size: 14px;
}

.resultTop div a {
    margin: 0px 0px 0px 10px;
    display: inline-block;
}

.datareliability {
    /*height: 186px;*/
    /*background: url(/kariyerharitasi/images/data_reliability_bg.png) repeat-x;*/
    height: 226px;
    border-top: 4px solid #9a56be;
    background-color: #FFFFFF;
    padding-top: 20px;
    margin-top: 47px;
    padding-left:15px;
    padding-right:10px;
    /*margin-left:-10px;*/
}

    .datareliability h2 {
        font-weight: 300;
        font-size: 26px;
        color: #8c3fb5;
    }

.reliability {
    margin-top: 20px;
}

/*  .reliability img {
        margin-left: 5px;
    }
    .reliability img:first-child {
        margin-left: 0px;
    }   */
    
    .reliability a {
        margin-top: 9px;
        float: left;
        clear: left;
    }
    .reliability a:first-child {
        margin-top: 0px;
    }
    
    
.barChartVertical {
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 0px 0px 30px 10px;
}

.sectorBox {
    border-top: 4px solid #d35800;
    background-color: #FFFFFF;
    margin-top: 20px;
    padding-left: 10px;
}

    .sectorBox h2 {
        font-weight: 300;
        font-size: 26px;
        color: #8c3fb5;
        margin-top: 20px;
    }

    .sectorBox p {
        font-size: 14px;
    }

.sector .chartBarPositive {
    background-color: #d3722c;
    width: 16px;
    height: 100px;
    position: absolute;
    z-index: 0;
}

.dept .chartBarPositive {
    background-color: #4fb86d;
    width: 16px;
    height: 100px;
    position: absolute;
    z-index: 0;
}

.probationChartBarPositive {
    width: 16px;
    height: 100px;
    position: absolute;
    z-index: 0;
}

.chartBarNegative {
    background-color: #d5dbdb;
    width: 16px;
    position: absolute;
    z-index: 1;
}

.deptBox {
    border-top: 4px solid #2daf52;
    background-color: #FFFFFF;
    margin-top: 20px;
    padding-left: 10px;
}

    .deptBox h2 {
        font-weight: 300;
        font-size: 26px;
        color: #8c3fb5;
        margin-top: 20px;
    }

    .deptBox p {
        font-size: 14px;
    }

.chartItemVertical {
    float: left;
    width: 20%;
    min-width: 150px;
    max-width: 300px;
    margin-top: 20px;
    cursor: pointer;
}

    .chartItemVertical:hover .chartBar, .chartItemVertical:hover .chartBarText, .chartItemVertical:hover .chartBarTextDept {
        opacity:1 !important;
    }

.chartBar {
    width: 16px;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}

.percentVertical {
    width: 50px;
    margin: 0px auto;
    overflow: hidden;
}

.chartItemVertical .percentVertical div:first-child {
    float: left;
    font-size: 15px;
    margin-top: -3px;
}

.chartItemVertical .percentVertical div:last-child {
    float: left;
    font-size: 24px;
}


.chartBarText {
    margin: 10px 0px 0px 0px;
    overflow: hidden;
    float: left;
    width: 100%;
    opacity: 0.5;
}


.chartBarTextLeft {
    float: left;
    height: 27px;
    width: 9px;
    background: url(/kariyerharitasi/images/chartBar_text_bg_left.png) no-repeat;
}

.chartBarTextCenter {
    float: left;
    height: 27px;
    background-color: #d35800;
    color: #FFFFFF;
    font-weight: 400;
    width: 80%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chartBarTextRight {
    float: left;
    height: 27px;
    width: 9px;
    background: url(/kariyerharitasi/images/chartBar_text_bg_right.png) no-repeat;
}

.chartBarTextDept {
    margin: 10px 0px 0px 0px;
    overflow: hidden;
    float: left;
    width: 100%;
    opacity: 0.5;
}

.chartBarTextDeptLeft {
    float: left;
    height: 27px;
    width: 9px;
    background: url(/kariyerharitasi/images/chartBarDept_text_bg_left.png) no-repeat;
}

.chartBarTextDeptCenter {
    float: left;
    height: 27px;
    background-color: #2daf52;
    color: #FFFFFF;
    font-weight: 400;
    width: 80%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chartBarTextDeptRight {
    float: left;
    height: 27px;
    width: 9px;
    background: url(/kariyerharitasi/images/chartBarDept_text_bg_right.png) no-repeat;
}

.chartModal {
    min-height: 325px;
    background-color: #dbdad7;
    margin-top: -10px;
    border: 2px solid #d35800;
    position: relative;
    z-index: 4;
    display: none;
}

.doughnutChart {
    line-height:16px
}

.doughnutChart canvas {
    margin: 20px 0px 0px 10px;
    float: left;
}

.doughnutChart ul {
    list-style: none;
    display: inline-block;
    margin: 30px 0px 0px 0px;
}

    .doughnutChart ul li {
        padding: 3px 0;
    }

        .doughnutChart ul li img {
            float: left;
            margin-top: 5px;
        }

        .doughnutChart ul li div {
            margin-left: 20px;
            font-size: 14px;
            margin-top:4px;
        }

            .doughnutChart ul li div span {
                font-weight: 700;
                width: 35px;
                display: block;
                float: left;
            }

.chartModalArrow {
    position: absolute;
    margin-top: -14px;
}

.chartModal p {
    margin: 20px 0px 0px 20px;
    font-size: 14px;
}

.chartModal .member {
    margin: 45px 0px 0px 20px;
    color: #4f4a53;
    line-height: 1.4em;
}

.chartModal span {
    font-weight: 700;
}

.chartModal .member img {
    margin: -1px 5px 0px 0px;
    float: left;
}

.chartModal .wrapper {
    margin: 0 !important;
}

.barChartHorizontal {
    position: relative;
    overflow: hidden;
}

    .barChartHorizontal .chartBarPositive {
        background-color: #d3722c;
        width: 400px;
        height: 16px;
        position: absolute;
        z-index: 0;
    }

.chartItemHorizontal {
    float: left;
    width: 100%;
    margin-top: 20px;
}


.chartBarHorizontalNegative {
    background-color: #bfc5c3;
    width: 400px;
    height: 16px;
    position: absolute;
    z-index: 0;
}

.chartBarHorizontal {
    width: 400px;
    height: 16px;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}

.chartBarHorizontalPositive {
    background-color: #d3722c;
    width: 400px;
    height: 16px;
    position: absolute;
    z-index: 1;
}

.percentHorizontal {
    margin-left: 25px;
    overflow: hidden;
}

.chartItemHorizontal .percentHorizontal {
    display: inline-block;
    float: left;
}

    .chartItemHorizontal .percentHorizontal div {
        float: left;
        font-size: 18px;
        font-weight: 500;
    }

.chartItemHorizontal .educationS {
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin: 1px 0px 0px 5px;
}

.modalClose {
    opacity: 0.7;
    right: 5px;
    top: 5px;
    position: absolute;
    margin: 0px 0px 0px -20px;
    z-index: 9990;
}

    .modalClose:hover {
        opacity: 1;
    }

.greenChart {
    background-color: #4fb86d !important;
}

.blueChart {
    background-color: #2e95e3 !important;
}

.probation {
    border-top: 4px solid #247ec0;
    margin: 20px 0px 0px 0px;
    background-color: #FFFFFF;
    padding-left: 10px;
    height: 350px;
    position: relative;
}

h2.title {
    font-weight: 300;
    font-size: 26px;
    color: #8c3fb5;
    margin-top: 20px;
}

p.desc {
    font-size: 14px;
}

    p.desc span {
        font-weight: 500;
    }

.probationChartItemVertical {
    float: left;
    width: 45%;
    min-width: 160px;
    max-width: 300px;
    margin-top: 20px;
    
}

.probationChartBar {
    width: 16px;
    height: 100px;
    position: relative;
    overflow: hidden;
    float: left;
}

.probationPercent {
    float: left;
    margin: 0px 0px 0px 10px;
    font-weight: 500;
}

.probationPercent {
    line-height: 1.4em;
}

    .probationPercent p {
        font-size: 24px;
        font-weight: 300;
        color: #2e95e3;
    }

    .probationPercent div:last-child {
        margin-top: 20px;
    }

    .probationPercent div:first-child {
        margin-top: 5px;
    }

.probationDay {
    margin-top: 20px;
    padding: 10px;
    width: 43%;
    overflow: hidden;
}

    .probationDay .day {
        font-size: 62px;
        font-weight: 300;
        color: #2e95e3;
        padding-left:9px;
    }

    .probationDay p {
        line-height: 3.5em;
        font-weight: 500;
        margin: 10px 0px 0px 10px;
    }

.boxLink {
    position: absolute;
    float: right;
    right: 10px;
    bottom: 20px;
    text-align: right;
    font-weight: 500;
    font-size: 15px;
    color: #8c3fb5;
    cursor: pointer;
    text-decoration: none;
}

    .boxLink:hover {
        text-decoration: underline;
    }

.jobs {
    border-top: 4px solid #f1c600;
    margin: 20px 0px 0px 0px;
    background-color: #FFFFFF;
    padding-left: 10px;
    height: 350px;
    position: relative;
}

.jobsList {
    list-style: disc;
    padding-left: 35px;
    margin-top: 0px;
}

    .jobsList li {
        padding: 10px 0px;
        border-bottom: 1px solid #dfe4e4;
        width: 50%;
        cursor: pointer;
        font-size: 14px;
    }

        .jobsList li:last-child {
            border: none;
        }

        .jobsList li:hover {
            font-weight: 700;
        }


.job_Detail {
    width: 209px;
    height: 249px;
    background: url(/kariyerharitasi/images/job_detail_bg.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 90px;
    display: none;
    color: #FFFFFF;
    padding: 10px;
    line-height:15px;
}

    .job_Detail h5 {
        line-height: inherit;
    }

    .job_Detail .jobDesc {
        font-weight: 400;
        font-size: 12px;
        padding-bottom: 10px;
        padding-right:15px;
    }

.jobDetailArrow {
    position: absolute;
    margin-left: -20px;
}

.adverts {
    margin: 20px 2% 0px 0px;
    width: 60%;
    height: auto;
    border-top: 4px solid #9a56be;
    background-color: #FFFFFF;
    float: left;
    position: relative;
    padding-bottom:60px;
}

    .adverts h2 {
        width: 97%;
        margin: 20px auto 0px auto;
    }

.adBanner {
    margin-top: 20px;
    width: 38%;
    height: 342px;
    border-top: 4px solid #2daf52;
    background-color: #FFFFFF;
    float: left;
}



ul.advertList {
    list-style: none;
    margin: 0px auto;
    width: 96%;
}

    ul.advertList li {
        overflow: hidden;
        border-bottom: 1px solid #dfe4e4;
        padding: 10px 0;
    }

        ul.advertList li a {
            text-decoration: none;
            color: inherit;
        }

            ul.advertList li a:hover {
                color: #8c3fb5;
            }

        ul.advertList li div {
            float: left;
        }

            ul.advertList li div:last-child {
                float: right;
                margin-right: 10px;
            }

        ul.advertList li .advertTitle {
            font-weight: 700;
            width: 35%;
            overflow: hidden;
            white-space:nowrap;
            text-overflow:ellipsis;
        }

        ul.advertList li .advertDesc {
            width: 55%;
            overflow: hidden;
            margin-left:10px;
            white-space:nowrap;
            text-overflow:ellipsis;
        }

.cities {
    margin-top: 20px;
    border-top: 4px solid #e68100;
    background-color: #FFFFFF;
}

.map {
    margin-top: 20px;
}

.education {
    margin-top: 20px;
    height: auto;
    border-top: 4px solid #38ac92;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-bottom:20px;
}

.educationList {
    margin-top: 30px;
}

.educationListItem {
    height: 100px;
    display: inline-block;
    width: 220px;
    margin-top:10px;
}

    .educationListItem .hats {
        width: 95px;
        height: 100px;
        line-height: 1.2em;
        float: left;
    }

        .educationListItem .hats img {
            margin-left: 1px;
        }

    .educationListItem .educationText {
        overflow: hidden;
        height: 100px;
    }

        .educationListItem .educationText .percent {
            margin-top: 25px;
            float: left;
            font-weight: 300;
            color: #38ac92;
        }

        .educationListItem .educationText .level {
            font-weight: 500;
            margin-top: 65px;
            color: #6f6f6f;
        }

        .educationListItem .educationText .percent div:first-child {
            float: left;
            font-size: 24px;
            margin-top: -5px;
        }

        .educationListItem .educationText .percent div:last-child {
            float: left;
            font-size: 40px;
        }

.education {
    margin-top: 20px;
    background-color: #fafafa;
    padding-left: 10px;
}

.saveResult a {
    margin: 30px auto 0px auto;
    text-align: center;
    display: block;
    width: 281px;
}

.university {
    padding: 0px 0px 20px 0px;
}

.universityChart {
    display: inline-block;
    float: left;
}

.university .chartBarHorizontal {
    width: 400px;
    height: 16px;
    position: relative;
    overflow: hidden;
    margin: 5px auto 0px auto;
}

.university .chartItemHorizontal .percentHorizontal div {
    float: left;
    font-size: 24px;
    font-weight: 500;
}

    .university .chartItemHorizontal .percentHorizontal div:first-child {
        font-size: 16px;
        margin-top: -2px;
    }

.university .chartItemHorizontal .educationS {
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin: 1px 0px 0px 5px;
}

.sectorList {
    height: 326px;
}
    .sectorList .sectorListColumn {
        float: left;
        width: 228px;
    }

        .sectorList .sectorListColumn .sectorListItem {
            overflow: hidden;
            height: 48px;
            border-bottom: 1px solid #dce0e1;
            float: left;
            margin-right: 18px !important;
            padding: 6px 0;
        }



    .sectorList .sectorListItem .sectorListItemText {
        float: left;
        font-weight: 300;
        font-size: 25px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 190px;
        text-align: left;
        height: 35px;
    }

    .sectorList .sectorListItem .sectorListItemArrow {
        float: right;
        margin: 15px 0px 0px 0px;
    }

    .sectorList .sectorListItem:hover .sectorListItemText {
        color: #8c3fb5 !important;
    }

.sectorList2 {
    height: 326px;
}

    .sectorList2 .sectorListColumn {
        float: left;
        width: 228px;
    }

        .sectorList2 .sectorListColumn .sectorListItem {
            overflow: hidden;
            height: 48px;
            border-bottom: 1px solid #dce0e1;
            float: left;
            margin-right: 30px !important;
            padding: 6px 0;
        }



    .sectorList2 .sectorListItem .sectorListItemText {
        float: left;
        font-weight: 300;
        font-size: 28px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 190px;
        text-align: left;
        height: 35px;
    }

    .sectorList2 .sectorListItem .sectorListItemArrow {
        float: right;
        margin: 15px 0px 0px 0px;
    }

    .sectorList2 .sectorListItem:hover .sectorListItemText {
        color: #8c3fb5 !important;
    }

.sectorListButtonDiv {
    width:20px;
    height:18px;
    padding-top:1px;
    line-height:18px;
    font-size:18px !important;
    font-weight: 500 !important;
}

.sectorSort {
    margin: 0 !important;
    width: 424px;
}

.sectorSort .sortOption1 {
    margin: 0 !important;
    float: left;
    width: 212px;
    height: 42px;
    cursor: pointer;
    background-image:url('/kariyerharitasi/images/sector_sort_aday_on.jpg');
}

.sectorSort .sortOption2 {
    margin: 0 !important;
    float: left;
    width: 156px;
    height: 42px;
    cursor: pointer;
    background-image:url('/kariyerharitasi/images/sector_sort_alpha_off.jpg');
}

.uniAutoComplate, .deptAutoComplate {
    width: 100%;
    background-color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px #d8d8d8 solid;
    margin-top: -10px !important;
    border-top: none;
    padding-top: 5px !important;
}

.uniAutoComplateItem, .deptAutoComplateItem {
    margin-left: 15px !important;
    color: #999999 !important;
    font-weight: 300 !important;
    cursor: pointer;
}

.uniAutoComplateItemHover {
      margin-left: 15px !important;
    font-weight: 300 !important;
    cursor: pointer;
        color: #8c3fb5 !important;
    }
     .deptAutoComplateItemHover {
        color: #8c3fb5 !important;
          margin-left: 15px !important;
    font-weight: 300 !important;
    cursor: pointer;
    }

    


.topbarButton a {
    opacity: .7;
}

    .topbarButton a:hover {
        opacity: 1;
    }

.share_fb {
    background: url(/kariyerharitasi/images/share_fb_icon.png) no-repeat transparent;
    width: 24px;
    height: 25px;
}

.share_twitter {
    background: url(/kariyerharitasi/images/share_twitter_icon.png) no-repeat transparent;
    width: 24px;
    height: 25px;
}

.share_mail {
    background: url(/kariyerharitasi/images/share_mail_icon.png) no-repeat transparent;
    width: 24px;
    height: 25px;
}

.share_fb:hover {
    background: url(/kariyerharitasi/images/share_fb_icon_hover.png) no-repeat transparent;
    width: 24px;
    height: 25px;
    background-position-x: -1px;
    background-position-y: 0;
}

.share_twitter:hover {
    background: url(/kariyerharitasi/images/share_twitter_icon_hover.png) no-repeat transparent;
    width: 24px;
    height: 25px;
    background-position-x: 0px;
    background-position-y: 1px;
}

.share_mail:hover {
    background: url(/kariyerharitasi/images/share_mail_icon_hover.png) no-repeat transparent;
    width: 24px;
    height: 25px;
    background-position-x: 1px;
    background-position-y: 1px;
}

.footerPage {
    border-top: 4px solid #d35800;
    background-color: #FFFFFF;
    margin-top: 20px;
    padding-left: 10px;
    position: relative;
}

    .footerPage:first-child {
        width: 36%;
        float: left;
        padding-left: 0;
    }

    .footerPage:last-child {
        width: 60%;
        float: right;
        height: 500px;
    }

    .footerPage .menu {
        list-style: none;
        width: 95%;
        margin: 0px auto;
    }

        .footerPage .menu .menuItem {
            padding: 15px 0px 10px 3px;
            border-bottom: 1px solid #dadada;
            position: relative;
        }

            .footerPage .menu .menuItem:last-child {
                padding: 15px 0px 10px 3px;
                border: none;
                position: relative;
            }

            .footerPage .menu .menuItem a {
                text-decoration: none;
                color: #2b2833;
            }

                .footerPage .menu .menuItem a div {
                    width: 95%;
                }

                .footerPage .menu .menuItem a:hover {
                    text-decoration: none;
                    color: #e48100;
                }

                .footerPage .menu .menuItem a.selected {
                    text-decoration: none;
                    color: #e48100;
                }

            .footerPage .menu .menuItem img {
                float: right;
                margin: 5px 5px 0px 0px;
                position: absolute;
                right: 0px;
                top: 40%;
            }

    .footerPage .textContent {
        padding: 0px 10px 20px 10px;
        position: absolute;
        display: none;
    }


.cvTimeline {
    width:95%;
    height:2px;
    background-color:#cacac9;
    margin:75px 0px 45px 0px;
    position:relative;
}

.cvTimeline div {
    float:left;
    position:absolute;
    
}

.timelineYear {
     transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); /* IE 9 */
    -webkit-transform:rotate(-45deg); /* Safari and Chrome */
    margin:5px 0px 0px -15px;
}

.uniStart {
    width:24px;
    height:24px;
    background: url(/kariyerharitasi/images/uni_start.png) transparent no-repeat;
    background-position:top center;
    margin-top:-10px;
    padding-top:17px;
}

.uniGraduate {
    width:24px;
    height:24px;
    background: url(/kariyerharitasi/images/uni_graduate.png) transparent no-repeat;
    background-position:top center;
    margin-top:-12px;
    padding-top:20px;
}

.workExp {
    width:24px;
    height:24px;
    background: url(/kariyerharitasi/images/workExp.png) transparent no-repeat;
    background-position:top center;
    padding-top:12px;
    margin-top:-4px;
}

.chartLoginMask
{
	/* opacity: 0.6;
	filter: alpha(opacity=60); */
	color:White;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 9980;
	background-image: url(/kariyerharitasi/images/transparent_90.png);
}

    .chartLoginMask .loginMaskInfo {
	    position: absolute;
	    left: 15%;
	    top: 100px;
	    width: 30%;
	    text-align: center;
    }

    .chartLoginMask .loginMaskArrow {
	    position: absolute;
	    top: 35px;
	    left: 45%;
    }

    .chartLoginMask .loginMaskButtons {
        position: absolute;
        top: 100px;
        right: 20%;
    }

.blurme
{
  filter:blur(4px);
  -o-filter:blur(4px);
  -ms-filter:blur(4px);
  -moz-filter:blur(4px);
  -webkit-filter:blur(4px);
}

/************************************** Grid **************************************/

/************************************** Grid **************************************/


