@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;    
    font-weight: 200;
    font-stretch: normal;

    src: local('SourceSansPro-ExtraLight'), local('Source Sans Pro'),  url('fonts/WOFF/SourceSansPro-ExtraLight.woff') format('woff'),url('fonts/TTF/SourceSansPro-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;

    src: local('SourceSansPro-Light'), local('Source Sans Pro'), url('fonts/WOFF/SourceSansPro-Light.woff') format('woff'),  url('fonts/TTF/SourceSansPro-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;

    src: local('SourceSansPro-Regular'), local('Source Sans Pro'),  url('fonts/WOFF/SourceSansPro-Regular.woff') format('woff'),  url('fonts/TTF/SourceSansPro-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;

    src: local('SourceSansPro-Semibold'), local('Source Sans Pro Semibold'),  url('fonts/WOFF/SourceSansPro-Semibold.woff') format('woff'),  url('fonts/TTF/SourceSansPro-Semibold.ttf') format('truetype');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;

    src: local('SourceSansPro-Bold'), local('Source Sans Pro Bold'), url('fonts/WOFF/SourceSansPro-Bold.woff') format('woff'), url('fonts/TTF/SourceSansPro-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-stretch: normal;

    src: local('SourceSansPro-Black'), local('Source Sans Pro Black'), url('fonts/WOFF/SourceSansPro-Black.woff') format('woff'),url('fonts/TTF/SourceSansPro-Black.ttf') format('truetype');
}
/* Source Sans Pro (Italic package) @font-face kit */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 200;
    font-stretch: normal;

    src: local('SourceSansPro-ExtraLightIt'), local('Source Sans Pro'), url('fonts/WOFF/SourceSansPro-ExtraLightIt.woff') format('woff'),  url('fonts/TTF/SourceSansPro-ExtraLightIt.ttf') format('truetype');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    font-stretch: normal;

    src: local('SourceSansPro-LightIt'), local('Source Sans Pro'), url('fonts/WOFF/SourceSansPro-LightIt.woff') format('woff'), url('fonts/TTF/SourceSansPro-LightIt.ttf') format('truetype');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;

    src: local('SourceSansPro-It'), local('Source Sans Pro'),  url('fonts/WOFF/SourceSansPro-It.woff') format('woff'), url('fonts/TTF/SourceSansPro-It.ttf') format('truetype');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 600;
    font-stretch: normal;

    src: local('SourceSansPro-SemiboldIt'), local('Source Sans Pro'),  url('fonts/WOFF/SourceSansPro-SemiboldIt.woff') format('woff'),  url('fonts/TTF/SourceSansPro-SemiboldIt.ttf') format('truetype');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;

    src: local('SourceSansPro-BoldIt'), local('Source Sans Pro'), url('fonts/WOFF/SourceSansPro-BoldIt.woff') format('woff'), url('fonts/TTF/SourceSansPro-BoldIt.ttf') format('truetype');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 900;
    font-stretch: normal;

    src: local('SourceSansPro-BlackIt'), local('Source Sans Pro'), url('fonts/WOFF/SourceSansPro-BlackIt.woff') format('woff'),  url('fonts/TTF/SourceSansPro-BlackIt.ttf') format('truetype');
}


* html #contents {
    width: 100%;
    height: 100%;
}

/* for internet explorer */
* html body {
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

body {
    font-family: 'Source Sans Pro';
}

hr {
    margin-block-start: 1px;
    margin-block-end: 1px;
}

#divInfo
{
    width:100%;
}
.ziraatred {
    background-color: #e30613;
    color: Black;
}


nav
table {
    empty-cells: show;
    border-collapse: collapse;
}

.table_header {
    background: #696D6F;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    /*font-weight: bold;*/
    color: #FFF;
    height: 36px;
    line-height: 22.4px;
    margin-left: 0;
    margin-right: 0;
    border: 0px;
}

.table_veri td, .table_veri th {
    border: 1px solid #B7B7B7;
    color:#000;
    margin: 0;
}

.table_veri .th {
    height: 38px;
    background: #D8D8D8;
    color: #000;
    margin: 0;
    /*font-weight: Bold;*/ 
	font-size: 14px;
	font: solid;
	font-family: 'Source Sans Pro';
}

.table_veri .td {
    background: #D8D8D8;
    color: #222;
    margin: 0;
    font-size: 12px;
    font: solid;
	font-family: 'Source Sans Pro';
}

.table_veri tr:nth-child(even) {
    background: #f8f8f8;
    color: #666666;
}

.table_veri tr:nth-child(odd) {
    background: #e8e8e8;
    color: #666666;
}

.table_veri tr td.selected {
    background: #cbe9ee;
    color: #666666;
}

.table 
{
    margin-bottom:0px;
}
.table_subinfo {
	background: #696D6F;
    font-family: 'Source Sans Pro';
	font-size: 14px;
	color: #FFF;
	text-align: right;
    height: 25px;
    line-height: 22.4px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
	width: 100%;
}


.Tr0 {
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
    color: #222;
    vertical-align: middle;
    cursor: hand;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font: solid;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 5px;
    background-color: #fff;
    empty-cells: show;
    border-collapse: collapse;
}

.Tr1 {
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
    color: #222;
    vertical-align: middle;
    cursor: hand;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 5px;
    background-color: rgb(248,248,248);
    empty-cells: show;
    border-collapse:collapse;
}

.TbTitl {
    background: rgb(228, 228, 228);
    font-family: 'Source Sans Pro';
    color: #000;
    font-size: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 5px;
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
}

.Titl1 {
    background-color: dimgray;
    font-family: 'Source Sans Pro';
    color: #FFF;
    font-size: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 5px;
}

.Select {
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
    color: black;
    background: #dfe1e2;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 5px;
    vertical-align: middle;
    cursor: hand;
    font-family: 'Source Sans Pro';
    font-size: 14px;
}

.Select_new {
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
    color: black;
    background: #dfe1e2;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 5px;
    vertical-align: middle;
    cursor: hand;
    font-family: 'cursive';
    font-size: 15px;
}

.button {
    border: none !important;
    background-color: #00788a;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Source Sans Pro';
    display: inline;
    height: 25px;
    border-radius: 5px !important;
    cursor: pointer;
}

.buttonsecond {
    border: none !important;
    background-color: #A0A3A4;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Source Sans Pro';
    display: inline;
    height: 25px;
    border-radius: 5px !important;
    cursor: pointer;
}

.acLink {
    border-style: none;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    line-height: 22.4px;
    font-weight: 400;
    color: #222;
    display: inline;
}

    .acLink:active {
        background-color: #CCC;
}

.comboicon {
    text-indent: -9999px;
    background-image: URL(../images/combo-right.fw.png);
    float: right;
    margin-top: -32px;
    background-repeat: no-repeat;
    position: relative;
    width: 30px;
    height: 32px;
}

.down {
    background-position: 0 0px;
}

    .down:hover {
        background-position: 0 -32px;
        cursor: pointer;
}

img.combobutton { 
    height: 32px;
    margin-left: -30px;
}

.fileinput-button {
    /*position: relative;
    overflow: hidden;
    border: 0;*/
    border-radius: 4px;
    background-color: #f4f4f4 !important;
    background-image: none;
    color: #525359 !important;
    border: 1px solid #cccccc !important;
    font-size: 16px;
    font-weight: 400;
    width: auto;
    height: 32px;
    padding: 5px;
    display: inline-block;
}

.buttonover {
    border: 1px solid #D8D8D8;
    background-color: #00A642;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Source Sans Pro';
    display: inline;
    height: 25px;
    border-radius: 5px !important ;
    cursor:pointer;
}

#dvButtons {
    background: #d6d6d6;
    height: 44px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 7px;
}

    #dvButtons .button, .buttonover {
        margin-right: 10px;
    }

.data a:link,
.data a:visited,
.data a:active .data a {
    color: black;
        padding-left: 12px; 
}



body {
    border: 0;
    height: 100%;
    margin: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    max-height: 100%;
    overflow: auto;
    padding: 0;
    scrollbar-3dlight-color: #F2F2F2;
    scrollbar-arrow-color: #666666;
    scrollbar-base-color: #F5F2F0;
    scrollbar-darkshadow-color: #F2F2F2;
    scrollbar-face-color: #DDD3CA;
    scrollbar-highlight-color: #F2F2F2;
    scrollbar-shadow-color: #F2F2F2;
    scrollbar-track-color: #F5F2F0;
}

.headercolor 
{
    background: #D8D8D8;
}
.header {
    /*font-weight: bold;*/
    background: #D8D8D8;
    text-align: left;
    color: #000;
    border: 1px solid #cccccc;
    padding: 0px 12px 0px 12px;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-width: 1px;
    border-spacing: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-repeat: repeat;
    width: 15%;
    vertical-align:middle;
}

.completed {
    font-weight: normal;
    background: rgb(77, 182, 77);
    color: rgb(255, 255, 255);
    border: none;
    padding-left: 10px;
    padding-right: 5px;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    line-height: 22.4px;
    border-color: rgb(77, 182, 77);
    border-style: solid;
    border-width: 1px;
    border-spacing: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-repeat: repeat;
    width: 15%;
}

.data {
    font-weight: 400;
    background: #fff;
    text-align: left;
    color: #222;
    border: 1px solid #cccccc;
    padding: 2px;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    line-height: 22.4px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-width: 1px;
    border-spacing: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-repeat: repeat;
    width: 35%;
    min-height: 53px;
    overflow: hidden !important;
}

.data div {
    border-width: 0;
    border-style: none;
    font-family: 'Source Sans Pro';
         
    font-size: 14px;
    line-height: 22.4px;
    font-weight: 400;
    color: #222;
    display: inline;
    float: left;
}

.data select {
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: 400;
    display: inline;
    float: left;
        padding-left: 6px; 
    }

.floatleft {
        float: left;
    }

.floatright {
    float: right;
    }

select {
    color: #000000;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 14pt;
    font-weight: normal;
    margin-bottom: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    border-radius: 4px;
    background-image: none;
    border: 1px solid;
    border-color: #ccc;
    border-radius: 4px;

    
    background: URL(../images/down.png) right;    
    height:30px;
    background-repeat: no-repeat;
    position: relative;
}

::-ms-expand {
  display: none;
}

.formpart {
    border-collapse: collapse;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-width: 1px;
    border-spacing: 0;
	width: 100%;
    background: #fff;
}


textarea {
    border-radius: 4px;
    background-image: none;
    border: 1px solid;
    border-color: #ccc;
    border-radius: 4px;
    color: #000000;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 10pt; /*	font-weight: bold; */
    margin-bottom: 0;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0;
}

tr.butcedata {
    background-color: #FFFF00;
    color: #000080;
    font-family: 'Source Sans Pro',  sans-serif;
    font-size: 10pt;
    padding-left: 5pt;
}


.box {
    border: 0;
    background-color: #ff0414;
    color: #CFCFCF;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-right: #e4e3e3 1px solid;
    font: 'Source Sans Pro', sans-serif;
    margin-top: 3px;
    padding-top: 1px;
    padding-right: 10px;
}


.boxOver {
    border: 0;
    background-color: #ff0414;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-right: #e4e3e3 1px solid;
    font: 'Source Sans Pro', sans-serif;
    padding-top: 1px;
    padding-right: 13px;
}



.bc {
    font-size: 10pt;
    font-weight: bold;
}

.highlight {
    background-color: yellow;
}

.borderless {
    border-collapse: collapse;
    border-style: hidden;
    border-style: none;
    border-width: 0 0 0 0;
}

.Watermarked {
    background-color: #DDDDDD;
    color: #202020;
}
/*
 changelink ( değişen kalem satırlarının rengini değiştirmekte kullnılıyor (saltalep)
*/
.changelink {
    background-color: #FF0044;
    color: #000080;
    font-family: 'Source Sans Pro',  sans-serif;
    font-size: 10pt;
    font-weight: bold;
}


.datablank {
    color: #000000;
    font-family: 'Source Sans Pro',  sans-serif;
    font-size: 10pt;
    padding-left: 5pt;
}


.data0 {
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'Source Sans Pro',  sans-serif;
    font-size: 12pt;
    padding-left: 5pt;
}

.data1 {
    background-color: #F5F5F5;
    color: #000000;
    font-family: 'Source Sans Pro',  sans-serif;
    font-size: 12pt;
    padding-left: 5pt;
}


.formheader {
    width: 95%;
    margin: 0 auto 0 auto;
    color: #605D5B;
    font-size: 19px;
	font-weight: bold;
	font-family: 'Source Sans Pro';
}



.formpart4Grid {
    border: none;
    empty-cells: show;
    width: 100%;
    margin-left: -4px;
}



.menubar {
    background: #2F8F69;
    background-image: url(../images/taskbarbg.gif);
    border-bottom: 1px solid #000000;
    border-top: 1px solid #6699CC;
    cursor: hand;
    height: 20px;
    width: 100%;
}

.numbers {
    text-align: right;
}

.disabled{
    background-color: #f1f4f5 !important;
}
.readonly {
    background-color: #eee !important;
    /*opacity:0.5;*/
    color: #222;
    border-top: 1px solid #dfe1e2;
}

.reportstyle {
    font-size: 11pt;
    font-weight: bold;
}

.required {
    border: 1px solid red !important;
    outline-color:red;
    outline-style:solid;
    outline-width:thin;
}
.subheader {
    color: #000;
    font-family: 'Source Sans Pro';
    font-size: 12pt;
    background: #D8D8D8;
}

.superheader {
    background-color: #676767;
    color: #FFFFFF;
    text-align: left;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    /*font-weight: bold;*/
    font-weight: 600;
    height: 36px;
    line-height: 22.4px;
    margin-left: 2%;
    margin-right: 2%;
    border: solid 1px #D8D8D8;
}

.viewheader {
    background: #696D6F;
	font-family: 'Source Sans Pro';
	font-size: 16px;
	/*font-weight: bold;*/
	color: #FFF;
    height: 36px;
    line-height: 22.4px;
	margin-left: 0;
	margin-right: 0;
    border:  0px ;
}

.ownerheader {
	font-family: 'Source Sans Pro';
	font-size: 16px;
	font-weight: bold;
	color: #6A6D73;
    height: 22px;
    line-height: 22.4px;
    float: right;
}

.new {
    background-image: url(../images/yeni_gif.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-bottom: 0px;
    padding-top: 5px;
}

.taskbarcenter {
    background-image: url(../images/taskbarcenter.gif);
    color: #004080;
    font-family: 'Source Sans Pro';
    font-size: 10pt;
    font-weight: bold;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 4px;
    padding-top: 0px;
    text-align: center;
}

.taskbarleft {
    background-image: url(../images/taskbarleft.gif);
    background-repeat: no-repeat;
    color: #004080;
    font-family: 'Source Sans Pro';
    font-size: 10pt;
    font-weight: bold;
    width: 16px:;
}

.taskbarovercenter {
    background-image: url(../images/taskbarcenter_2.gif);
    color: #FFFFFF;
    font-family: 'Source Sans Pro';
    font-size: 10pt;
    font-weight: bold;
    padding-bottom: 0px;
    padding-left: 4px;
    padding-right: 0px;
    padding-top: 2px;
    text-align: center;
}

.taskbaroverleft {
    background-image: url(../images/taskbarleft_2.gif);
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: 'Source Sans Pro';
    font-size: 10pt;
    font-weight: bold;
    width: 16px:;
}

.taskbaroverright {
    background-image: url(../images/taskbarright_2.gif);
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: 'Source Sans Pro';
    font-size: 10pt;
    font-weight: bold;
}

.taskbarright {
    background-image: url(../images/taskbarright.gif);
    background-repeat: no-repeat;
    color: #004080;
    font-family: 'Source Sans Pro';
    font-size: 10pt;
    font-weight: bold;
}

.taskbarsp {
    background-image: url(../images/taskbarbg.gif);
    color: #FFFFFF;
    font-family: 'Source Sans Pro';
    font-size: 10pt;
    font-weight: bold;
}



.trsubheader {
    background: #003399;
    color: #FFFFFF;
    font: bold small 'Source Sans Pro',  sans-serif;
}

.w100 {
    width: 100%;
}

.w95 {
    width: 95%;
}

.w10 {
    width: 10%;
}

.w200px{
    width:200px !important;
}
.contentsDIV {
    bottom: 55px;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0px;
}

.contentsdivxx {
    background: #f4f4f4;
}


.formpartGrid {
    border: none;
    empty-cells: show;
    width: 100%;
}

table.formpartGrid td {
    border: #b2c5bd thin solid;
    border-collapse: collapse;
    border-width: 1px 0 1px 0;
    empty-cells: show;
}


.footer {
    background: url(images/bg-noise-white.png) #f9f9f9;
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

    .footer .nav {
        float: right;
    }

        .footer .nav li {
            float: right;
            height: 30px;
            line-height: 30px;
        }

            .footer .nav li a {
                color: #7b868b;
                text-decoration: none;
                height: 16px;
                margin-right: 10px;
                padding-right: 10px;
                border-right: 1px solid #e4e3e3;
            }

            .footer .nav li.last a {
                padding: 0px;
                margin: 0px;
                border: 0px;
            }

body.no-bg {
    background: transparent !important;
}


.solmenu {
    margin: 0px;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

    .solmenu dt a, .solmenu dd a {
        display: block;
        color: #fff;
    }

    .solmenu dt a {
        padding: 10px 0 10px 0;
    }

    .solmenu dd {
        border-top: 1px solid #6A6D73;
        margin: 0;
    }

        .solmenu dd a {
            font-size: 14px;
            padding: 10px 0 10px 20px;
        }

            .solmenu dd a:hover {
                background-color: #696D6F;
            }

.solmenux {
    margin: 0;
    margin-top: 5px;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

    .solmenux a span {
        font-size: 14px;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 0;
        padding-bottom: 5px;
        display: block;
        color: #fff;
    }

    .solmenux .th {
        color: #000;
        font-size: 14px;
    }


    .solmenux td span:hover {
        background: #696D6F;
    }

    .solmenux td hr {
        border-top: 1px solid #6A6D73;
        margin: 0;
    }

.navigation {
    padding-left: 10px;
    padding-right: 10px;
}

.navigation_hr {
    border-top: 1px solid #6A6D73;
    margin: 0;
    margin-top: 5px;
}



input {
    font-family: 'Source Sans Pro', 'sans-serif';
    margin-bottom: 0;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0;
    display: block;
    /*    width: 100%; */
    height: 32px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #222;
    background-color: #fff;
    border-radius: 4px;
    background-image: none;
    border: 1px solid;
    border-color: #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    input[type="radio"] {
        margin-right: 2px;
    }

        

.searchx {
    width: 210px;
    margin: 20px 0 20px 0;
    font-size: 14px !important;
}

.navbaslik {
    font-family: 'Source Sans Pro';
    font-size: 14px;
    padding-top: 20px;
    color: #fff;
	font-weight: bold;
}

#lblBaslik a,
#lblBaslik a:link,
#lblBaslik a:hover,
#lblBaslik a:visited,
#lblBaslik a:active {
    text-decoration: none !important;
    color: white !important;
}

.baslikimage {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.navbutton {
    background: url(../images/but_search.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: 99px;
    overflow: hidden;
    margin: 4px -26px;
}

.navbar {
    height: 100%;
    cursor: pointer;
    background-color: #f4f4f4;
    color: #f4f4f4;
}



    .navbar img {
        position: absolute;
        transition: all 1000ms ease;
        margin-top: -17px;
        border: 0;
        top: 50%;
        -ms-interpolation-mode: bicubic;
        vertical-align: middle;
    }

        .navbar img.rotate, .navbarx img.rotate {
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.bottombar {
    padding-top: 0px;
    background: #d6d6d6;
    height: 35px;
}


#tbl_searchview h2 {
    font-size:16px;
    font-weight:normal;
    font-family: 'Source Sans Pro';
    line-height: 22.4px;
    margin-top: 13.28px;    
    color:#4A4A4A;
}


.initial_body {
}

.searchview_class {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    border-collapse: collapse;
    border-spacing: 0px 0px;
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    font-family: 'Source Sans Pro';
    font-size: 16px;
    line-height: 22.4px;
    text-shadow: none;
    width:90% !important;
}

.but_ara {
    padding: 12px 20px 12px 20px;
    background: #00A642;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Source Sans Pro';
    display: inline;
    border: 0;
    line-height: normal;
    border-radius: 5px !important ;
}

#taskbarbottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
 }


.radioButtonList {
    list-style: none;
    margin: 0;
    padding: 0px 0px 0px 6px;
}

    .radioButtonList input {
        padding-left: 10px;
        display: block;
        float: left;
    }

    .radioButtonList label {
        margin-top: 0;
        margin-left: 5px;
        margin-right: 5px;
        min-width: 80px;
        display: block;
        float: left;
		font-family: 'Source Sans Pro';
		font-size: 14px;
    }

.fileinput-button_bu_silinecek {
    position: relative;
    overflow: hidden;
}

.labelcontrol {
    padding-left: 5px;
    padding-right: 3px;
    text-align: left;
    float: left;
}

.fileinput-button input {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
    z-index: 100;
}

.fileinput-self {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
    z-index: 100;
}


.btn-success {
    color: #fff;
    background-color: #00788a;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}
.moveimage
{
    position: relative;
    left: 10px;
}

.k-select {
    background-clip: border-box;
    background-position-x: 50%;
    background-position-y: 50%;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.20) 0,rgba(255,255,255,5) 100%);
    border-bottom-color: rgb(189, 189, 182);
    border-left-color: rgb(189, 189, 182);
    border-right-color: rgb(189, 189, 182);
    border-top-color: rgb(189, 189, 182);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-spacing: 0px 0px;
    background-repeat: repeat;
    box-sizing: content-box;
    width: 27px;
    height: 27px;
    border-radius: 4px 4px;
    vertical-align: middle;
    display: block;
    cursor: pointer;
    list-style-position: outside;
    position: relative;
    margin-top: 2px;
    font-family: 'Source Sans Pro';
    color: #666666;
    line-height: 25px;
}

.k-icon {
    vertical-align: middle;
    background-image: url(../images/sprite.png);
    border-color: transparent;
    opacity: 0.9;
    background-position: -28px -77px;
    display: inline-block;
    width: 19px;
    height: 19px;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: center;
    -ms-high-contrast-adjust: none;
}

#divview {
    height: calc(100% - 55px);
}

.autocomplete-container {
    position: absolute;
    padding: 10 10 10 10;
    background-color: white;
    border-bottom-color: rgb(231, 231, 231);
    border-bottom-left-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(231, 231, 231);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(231, 231, 231);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(231, 231, 231);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
    box-sizing: content-box;
    z-index: 1000;
}

dialog {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border: solid;
    padding: 1em;
    background: white;
    color: black;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    z-index: 100452002;
    overflow:scroll;
}

    dialog[open] {
        display: block;
    }

.backdrop {
    position: fixed;
    background-color: rgba(0,0,0,0.1);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/*
    Evren
*/

.whiteHeader {
    font-weight: bold;
    background: #fff;
    text-align: left;
    color: #605D5B;
    border: 1px solid #cccccc;
    padding-left: 10px;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    line-height: 22.4px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-width: 1px;
    border-spacing: 0;
    border-top: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-repeat: repeat;
    width: 15%;
    border-right: 0;
}

.whiteHeaderData {
    border-left: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    min-height: 53px;
    padding-left:12px;
}

.taskbarbottomDIV {
    width: 100%;
    margin: 0 ;
	background-color: #F5F2F0 ;
	height: 30px;
    padding-top:5px;
    padding-bottom:5px;
    width:100%;
}

.ui-autocomplete-loading {
    background: url('../images/loading.gif') no-repeat left center;
    background-color: red;
}

.ui-menu-item {
    font-family: 'Source Sans Pro';
    font-size: 14px !important;
}

.ui-test-class {
    border-color: red;
}



/***************************************
    Süreç Process göstergesi için 
    process classları
*/

.process
    {
           
    }

.process a
{
    text-decoration: none;
}

.process .clr
{
    margin: 0 !important;
}

.process h1
{
    font-size: 14px;
    color: #212121;
    line-height: 17px;
    font-family:  'Source Sans Pro', sans-serif;
    margin: 3px;
    padding: 0;
}

.process p
{
    font-size: 12px;
    color: #535353;
    line-height: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    bottom: 0;
    width: 65px;
    margin: 3px;
    padding: 0;
}

table .process .part01
{
    float: left;
    padding: 9px 9px 9px 0;
}

table .process .part02
{
    float: left;
    padding: 9px;
    border: 1px dashed #666666;
}

 .process .step01,  .process .step02,  .process .step03
{
    width: 98px;
    height: 98px;
    border: 1px solid #D8D8D7;
    padding: 5px;
    display: block;
    float: left;
    margin-right: 10px;
}

 .process .step01
{
    background: #EEEEEE url(../images/sprite.png);
}

     .process .step01 h1,  .process .step01 p
    {
        color: #999999;
    }

 .process .step02
{
    background: #EEEEEE url(../images/sprite.png) -112px -4px;
    border: 4px #FFBF00 solid;
    width: 92px;
    height: 92px;
}

 .process .step03
{
    background: #EEEEEE url(../images/sprite.png) -216px 0;
}
 #DHTMLgoodies_formTooltipDiv{
	color:#FFF;
	font-family:'Source Sans Pro',  sans-serif;
	font-weight:bold;
	font-size:0.8em;
	line-height:120%;
}
.DHTMLgoodies_formTooltip_closeMessage{
	color:#FFF;
	font-weight:normal;
	font-size:0.7em;
}


/****************************************
 * LIGHTBOX
 ****************************************/


.ak_lightbox {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;
}

.ak_lightboxBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.85;
    filter: alpha(opacity=85);
    z-index: 1001;
}

.ak_lightboxBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 838px;
    background-color: #ffffff;
    border-top: none;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-radius: 3px;
    z-index: 1002;
    display: none;
    padding-bottom: 5px;
}


    .ak_lightboxBox.ak_width510 {
        width: 510px;
    }

    .ak_lightboxBox.ak_width552 {
        width: 552px;
    }

    .ak_lightboxBox.ak_width760 {
        width: 760px;
    }

.ak_close {
    width: 12px;
    height: 12px;
    background-image: url(../images/close-spite-2014-01-07.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

    .ak_close:hover {
        background-position: 0px -14px;
    }

    .ak_close button,
    .ak_close button:hover,
.ak_close button:active {
        background: none;
        border: none;
        outline: none;
        cursor: pointer;
        width: 100%;
        height: 100%;
}

.ak_lightboxBox .ak_close {
    position: absolute;
    top: 14px;
    right: 14px;
}


.ak_lightboxBox > h2 {
    height: 16px;
    line-height: 16px;
    margin: 0px;
    padding: 16px 25px 22px 25px;
    background-color: #dadada;
}

.ak_lightboxBox .ak_hr {
    margin: 0px 0px 0px 0px;
    background-color: #999999;
}


.ak_lightboxBox .ak_searchBox {
    background-color: #dadada;
    height: 35px;
    padding: 30px 24px 30px 24px;
}

.ak_lightboxBox .ak_searchBox input.ak_inputText,
.ak_lightboxBox .ak_searchBox > span,
.ak_lightboxBox .ak_searchBox > div
    /*.ak_lightboxBox .ak_searchBox .ms-inputuserfield */ {
        float: left;
        width: 510px !important; 
        height: 35px !important;
        margin: 0 !important;
}

.ak_lightboxBox .ak_searchBox .sp-peoplepicker-autoFillContainer {
        width: 706px;
        max-width: none;
}

.ak_lightboxBox .ak_searchBox > span > table {
        width: 708px !important;
        height: 35px !important;
        margin: 0 !important;
        padding: 0px !important;
}

.ak_lightboxBox .ak_searchBox > span > table table {
            width: 662px !important;
            height: 35px !important;
            line-height: 35px !important;
            border-top: none !important;
            border-right: 1px solid #d7d7d7 !important;
            border-bottom: 1px solid #c8c8c8 !important;
            border-left: 1px solid #d7d7d7 !important;
            color: #999999 !important;
            margin: 0 !important;
            padding: 0px !important;
}

.ak_lightboxBox .ak_searchBox input.ak_inputText.ak_focused {
        border-color: #dadada;
        color: #53565a;
}

.ak_lightboxBox .ak_searchBox > div > div {
        height: 35px;
}

.ak_lightboxBox .ak_searchBox .sp-peoplepicker-topLevel {
        border: 0 !important;
        height: 35px;
}


.ak_lightboxBox .ak_searchBox button,
.ak_lightboxBox .ak_searchBox a.ak_fakeButton {
        float: right;
        height: 35px;
        line-height: 35px;
        margin-left: 5px;
        border-right: 1px solid #d8d8d8;
        border-bottom: 1px solid #cdcdcd;
        border-left: 1px solid #d8d8d8;
}

.ak_lightboxBox .ak_buttons {
    /*padding:16px 24px 24px 24px;*/
}

    .ak_lightboxBox .ak_buttons button, .ak_lightboxBox .ak_buttons a.ak_fakeButton {
        width: 125px;
        margin-left: 10px;
        height: 35px;
        line-height: 35px;
}

        .ak_lightboxBox .ak_buttons button:active, .ak_lightboxBox .ak_buttons a.ak_fakeButton:active {
            width: 125px;
            margin-left: 10px;
}


.ak_lightboxBox .ak_tabContent {
    margin-bottom: 0;
}

    .ak_lightboxBox .ak_tabContent.ak_withNoTabs {
        margin-top: 20px;
    }


.ak_lightboxBox .ak_appointment {
    background-color: #f2f2f2;
    padding: 24px 24px 24px 24px;
}

.ak_lightboxBox .ak_appointment h2 {
        margin-bottom: 20px;
}


.ak_lightboxBox .ak_appointment p {
        height: 40px;
        margin: 6px 0px 6px 0px;
}

.ak_lightboxBox .ak_appointment input {
        width: 342px;
        height: 35px;
        line-height: 35px;
        margin: 0px 4px;
        border: 0;
}

.ak_lightboxBox .ak_appointment .ak_value > div {
        width: 342px !important;
        min-height: 35px;
        background-color: #ffffff;
        border: 0 !important;
}

.ak_lightboxBox .ak_appointment .ak_value .sp-peoplepicker-topLevel {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
}

    .ak_lightboxBox .ak_appointment table,
.ak_lightboxBox .ak_appointment table * {
        vertical-align: middle;
}

.ak_lightboxBox .ak_appointment input.ak_focused {
        border-color: #f2f2f2;
}

.ak_lightboxBox .ak_appointment .ak_dateInput {
        background-position: 314px 0px;
        color: #999999;
}

        .ak_lightboxBox .ak_appointment .ak_dateInput:hover,
.ak_lightboxBox .ak_appointment .ak_dateInput.ak_focused {
            background-position: 314px -36px;
            color: #53565a;
}

.ak_lightboxBox .ak_appointment .ak_dateInput.ak_focused {
            border-color: #f2f2f2;
}

.ak_tableAndMap {
    position: relative;
    margin-bottom: 26px;
}

.ak_tableAndMap table {
        float: left;
        margin: 0;
}


.ak_lightboxBox .ak_tableAndMap .ak_smallMap {
    position: absolute;
    right: 0;
    width: 221px;
    height: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}

.ak_lightboxProfile {
    padding: 24px 24px 24px 24px;
}

    .ak_lightboxProfile.ak_mentorProfile .ak_mentorExtraInfo {
        width: 484px;
    }

.ak_lightboxBox .ak_aboveTabs {
    padding: 24px 24px 24px 24px;
}

.ak_lightboxBox .ak_aboveTabs .ak_icon {
        margin-top: 20px;
        margin-left: 0px;
}


.ak_lightboxProfile.ak_menteeProfile .ak_menteeInfo {
    float: left;
    width: 310px;
    border-left: none;
    border-right: 1px solid #ebeae8;
}

    .ak_lightboxProfile.ak_menteeProfile .ak_menteeInfo img {
        float: left;
}

.ak_lightboxProfile.ak_menteeProfile .ak_menteeInfo h3 {
        margin: 12px 0px 0px 100px;
        color: #999999;
        text-align: left;
        line-height: 20px;
    }

        .ak_lightboxProfile.ak_menteeProfile .ak_menteeInfo h3 a {
            color: #00A642;
        }

            .ak_lightboxProfile.ak_menteeProfile .ak_menteeInfo h3 a:hover {
                text-decoration: underline;
}

.ak_lightboxProfile.ak_menteeProfile .ak_mentorInfo {
    float: left;
    margin: 0px 0px 0px 24px;
}

    .ak_lightboxProfile.ak_menteeProfile .ak_mentorInfo table {
        margin-top: 5px;
}

.ak_lightboxProfile.ak_menteeProfile .ak_mentorInfo h3 {
        margin: 0px 0px 0px 0px;
        color: #999999;
        text-align: left;
        line-height: 20px;
    }

        .ak_lightboxProfile.ak_menteeProfile .ak_mentorInfo h3 a {
            color: #00A642;
        }

            .ak_lightboxProfile.ak_menteeProfile .ak_mentorInfo h3 a:hover {
                text-decoration: underline;
}

.ak_lightboxProfile.ak_menteeProfile .ak_mentorInfo input.ak_dateInput {
        width: 232px;
        height: 35px;
        border: 1px solid #cccccc;
        background-position: 207px 0px;
}

        .ak_lightboxProfile.ak_menteeProfile .ak_mentorInfo input.ak_dateInput:hover,
.ak_lightboxProfile.ak_menteeProfile .ak_mentorInfo input.ak_dateInput.ak_focused {
            background-position: 207px -36px;
            color: #53565a;
}

.ak_lightboxProfile .ak_buttons {
    height: 35px;
    padding: 14px 0px 0px 0px;
}


.ak_lightboxBox .ak_icon {
    float: left;
    margin-top: 24px;
    margin-left: 24px;
}

.ak_lightboxBox .ak_iconText {
    width: 600px;
    margin: 24px 24px 0px 124px;
    overflow-x: auto;
}

a.ak_videoPlayLink {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding-left: 46px;
    background-image: url(../images/video-play-button-small-sprite-2014-11-10.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #00A642;
    font-family: 'Source Sans Pro',  sans-serif;
}

a.ak_videoPlayLink:hover {
        background-position: 0px -37px;
        text-decoration: underline;
} 

.ak_icon {
    width: 76px;
    height: 76px;
    margin: 0px auto 18px auto;
    background-image: url(../images/alerts-icons-sprite-2014-11-10.png);
    background-repeat: no-repeat;
}

    .ak_icon.ak_questionMark {
        background-position: -847px 0px;
    }

    .ak_icon.ak_alert {
        background-position: -924px 0px;
    }

    .ak_icon.ak_correct {
        background-position: -1001px 0px;
    }

    .ak_icon.ak_incorrect {
        background-position: -1078px 0px;
}

button.ak_width125 {
    width: 125px;
}

.ak_buttons {
    float: right;
    height: 25px;
}

.ak_buttons.ak_tall {
        height: 35px;
}

        .ak_buttons.ak_tall button, .ak_buttons.ak_tall a.ak_fakeButton {
            height: 35px;
            line-height: 35px;
}

.ak_buttons li {
        float: left;
        margin-left: 8px;
}

.ak_tile .ak_buttons {
    position: absolute;
    bottom: 9px;
    right: 16px;
}

.ak_tile .ak_buttons.ak_withExtraIndent {
        bottom: 24px;
        right: 24px;
    }

.ak_buttons .ak_tall .ak_withExtraIndent {
    margin-bottom: 10px;
    margin-right: -30px;
}

div.ak_buttons button{
    margin-right:10px;
} 



/*Lütfen bekleyiniz imajı start*/
.beklemodal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;    
    background: rgba( 22, 22, 22, .8 )                 
                url('../images/lutfenBekleyiniz.png') 
                50% 50% 
                no-repeat;
}
/*background: rgba( 255, 255, 255, .8 )*/ 
/*url('http://i.stack.imgur.com/FhHRx.gif')*/ 

body.loading {overflow: hidden;   }
body.loading .beklemodal {display: block;}
/*Lütfen bekleyiniz imajı stop*/

.moreheight {
    min-height: 80px !important;
}

.theight {
    min-height: 70px !important;
}

.h100 {
    height: 100% !important;
}

.radiobuttonlist tr td label {
    padding-top: 4px;
}

.bheader {
    padding-top: 5px;
    background-color: #D8D8D8;
    min-height: 43px;
    max-height: 43px;
    border-bottom: solid 1px #BDC3C7;
}

.bdata {
    padding-top: 5px;
    background-color: white;
   min-height: 43px;
    max-height: 43px;
    border-bottom: solid 1px #BDC3C7;
}

.disableClick {
    pointer-events: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .red-button {
    background-image: none;
    background-color: red;
}

.ui-dialog {
    border-style: solid !important;
    border-color: #050505 !important;
    border-width: 2px !important;
background-color: white;
}

.ui-dialog-titlebar {
    font-family: 'Source Sans Pro';
    height: 40px;
    background-color: #ed1c24;
    color: white;
}

.ui-dialog-titlebar-close {
    float: right
}
.panelroot {
}
.panelroot > .panelcontent {
    border-left: 1px;
    border-bottom: 1px;
    border-right: 1px;
    border-top: 0px;
    border-style: solid;
    border-color: #cccccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 5px;
    margin-bottom: 5px;
}
.panelroot .panelmainheader {
    
    padding-left: 7px;
    font-size: 14px;
    background-color: rgb(40, 167, 69);
    color: white;
    padding-top: 0.375rem 0.75rem;
    margin-top:5px;
    font-size: 1rem;
    line-height: 1.5;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    text-align: left;
    min-height: 30px;
}

.panelmainheader:hover {
    background-color: rgb(30, 137, 44);
}
.rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.closedown {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ActionFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: green;
    color: white;
    text-align: center;
    height:45px;
}

