/***** RESET *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size: 100%;
    vertical-align: baseline;*/
    background: transparent;
}
html, body { height: 100%; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/*noinspection CssOverwrittenProperties*/
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: separate; border-spacing: 0; }
/* tables still need 'cellspacing="0"' in the markup */
textarea { overflow: auto; }
img { vertical-align: middle; }
input[type=submit] { cursor: pointer; }
/***** REUSABLE CLASSES *****/
.fullW { width: 100%; }
.fullH { height: 100%; }
.vMid { vertical-align: middle; }
.noWrap { white-space: nowrap; }
.noBord, .imgInp { border: none; }
.numInput { text-align: right; }
.center { text-align: center; }
.right { text-align: right; }
.curPtr { cursor: pointer; }
.noDisp, .hide { display: none; }
.fltRt { float: right; }
.fltLt { float: left; }
.relCont { position: relative; }
.aiho:hover img, .aihoS:hover, .aiho.active img, .aihoS.active { filter: alpha(opacity=85); opacity: 0.85; }
.ellips { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.clearfloat { clear: both; height: 0; font-size: 1px; line-height: 0; }
.clearfix:after { display: block; height: 0; clear: both; visibility: hidden; content: "."; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/*noinspection CssInvalidPropertyValue,CommaExpressionJS*/
.cf { /* for IE 6/7 */ *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif"); /* non-JS fallback */ *zoom: 1; }
.cf:before, .cf:after { content: "."; display: block; height: 0; overflow: hidden; visibility: hidden; }
.cf:after { clear: both; }
/*http://getbootstrap.com/css/#tables-responsive*/
@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}
/******** END BASE *******/

label { cursor: pointer; font-weight: normal; }
.msg, .msg-ok { background: #efe url(../images/icons/ok.png) 6px 6px no-repeat; padding: 10px 10px 10px 37px; border: solid 2px #aca; color: #371; -moz-border-radius: 3px 3px 3px 3px; border-radius: 3px; }
.info, .msg-info { background: #eef url(../images/icons/info.png) 6px 6px no-repeat; padding: 10px 10px 10px 37px; border: solid 2px #aac; color: #159; -moz-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; }
.msg-warn { background: #ffe url(../images/icons/warn.png) 6px 6px no-repeat; padding: 10px 10px 10px 37px; border: solid 2px #cca; color: #761; -moz-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; }
.err, .msg-err { background: #fee url(../images/icons/err.png) 6px 6px no-repeat; padding: 10px 10px 10px 37px; border: solid 2px #caa; color: #733; -moz-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; }
.error { color: #c00; }
label.error { display: block; }
span.required { color: #c00; font-weight: bold; }
.formArea { width: auto; }
.formPart td, .formPart th {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: dashed 1px #ccc;
}
.formPart .formLabel, .formPart .formSemicolon, .formPart .formInputArea { vertical-align: top; }
.formPart .formLabel, .formPart .formSemicolon { line-height: 27px; }
.formLabel { width: 25%; padding-right: 3%; text-align: left; font-size: 120%; }
.formSemicolon { width: 10px; text-align: center; }
.formInputArea { text-align: left; }
.formYaziPart .formInputArea { line-height: 27px }
.katHdr th { background-color: #999; color: #fff; font-size: 12px; }
.gridTbl th.katAd { background-color: #D4EAF7; padding: 2px; text-align: left; }
.gridTbl .sthLeft { text-align: left; }
tr.mo.over th, tr.mo.over td { background-color: #eff; }
.odd td, .odd th { }
.even td, .even th { background-color: #eee; }
.araHdr, .araHdr td, .araHdr th {
    background-color: #777;
    height: 28px;
    color: #fff;
}
.araHdr td, .araHdr th { height: 20px; padding-left: 10px; font-weight: bold; }
label.overlabel { position: absolute; top: 4px; left: 3px; z-index: 1; color: #666; }
.rotormain { overflow: hidden; position: relative; }
.rotormain ul { overflow: hidden; }
.rotormain.rtrSimpleLi li { display: inline; float: left; }
.rotormain.rtrSimpleLi a { display: block; }
.editorPart { padding: 0.5em; background: #fff }
.content { line-height: 1.2; }
.content p { margin-bottom: 1em; }
.content ol { list-style-type: decimal; }
.content ul { list-style-type: disc; }
.content ol, .content ul { padding: 5px 10px; margin-left: 10px; }
.content input.tb,
.content input[type="text"],
.content input[type="password"],
.content select,
.inputStyle,
.content textarea {
    line-height: 20px;
    padding: 3px 7px;
    border: solid 1px #aaa;
    color: #333;
    vertical-align: middle;
    border-radius: 2px;
    width: 93%;
    max-width: 500px;
}
.content input.tb:hover, .content input.tb:focus,
.content input[type="text"]:hover, .content input[type="text"]:focus,
.content input[type="password"]:hover, .content input[type="password"]:focus,
.content textarea:hover, .content textarea:focus,
.inputStyle:hover, .inputStyle:focus,
.content select:hover, .content select:focus {
    border-color: #777;
    color: #000;
}
a.btn { display: inline-block; }
a.btn:hover {
    text-decoration: none;
}
.btn,
.content input[type="submit"],
.content input[type="button"],
.content button {
    font: bold 13px/30px Calibri, Arial, Helvetica, sans-serif;
    background: #fff url(../images/btn.png) 0 bottom repeat-x;
    border-radius: 4px;
    height: 30px;
    padding: 0 15px;
    cursor: pointer;
    border: 1px solid #aaa;
    color: #DF3326;
    box-shadow: 0 0 5px #aaa;
}
.btn:hover,
.content input[type="submit"]:hover,
.content input[type="button"]:hover {
    border-color: #666;
    color: #2633DF;
}
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.oldPrice { text-decoration: line-through; color: #666; }
.pagination { margin: 1em auto; font: bold 14px/1 Verdana; text-align: center; }
.pagination ul { float: left; margin: 0; padding: 0; list-style: none; }
.pagination li { float: left; margin: 0; padding: 0; list-style: none; display: inline; }
.pagination li a { padding: 5px; color: #313131; border-radius: 3px; }
.pagination li a.noBord { border-right: none 0; padding-right: 8px; }
.pagination li a:hover, .pagination li a.current { color: #db1a39; text-decoration: none; }
.pagination .disabled { color: #e0e0de; }
.icIc { padding-bottom: 25px; }
@media (min-width: 768px) {
    .icIc { min-height: 375px; }
}
.icIc.content { line-height: 1.6; }
.defaultText {
    color: #999;
}
.alertBox { min-width: 300px }
.yol { color: #666; padding: 5px 10px; margin: 0 auto 10px; background-color: #f0f0f0; }
.smallDots { border-bottom: solid 1px #e0e0e0; }
.tplForm .smallDots td { padding: 8px 0; }
.smallDots td { vertical-align: top; }
.udetTdHd { width: 130px; }
body {
    font: 12px/1 Calibri, Arial;
    color: #333;
}
a { text-decoration: none; color: #DF3326; }
a:hover { text-decoration: none; color: #0d71ad; }
h2.noBord { padding-bottom: 0; background-image: none; }
.icIc h3 {
    font-size: 14px;
    color: #da3a2e;
    margin-bottom: 5px;
}
.ortaBas, .icIc h1, .icIc h2, .ortaBas a, .icIc h2 a { color: #da3a2e; }
.ortaBas { font-size: 20px; font-weight: bold; margin: 0 0 15px 0; }
.ortaBas a, .icIc h2 a { text-decoration: none; }
.araBas { padding: 5px 10px; background-color: #eee; margin-bottom: 5px; border-radius: 5px; }
.bpTrans {
    -webkit-transition: background-position 0.12s ease-in;
    -moz-transition: background-position 0.12s ease-in;
    -o-transition: background-position 0.12s ease-in;
    transition: background-position 0.12s ease-in;
}
.kap { width: 1126px; margin: 0 auto; }
@media (max-width: 991px) {
    .header { margin-bottom: 50px; }
}
.navbar {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 38px;
}
.navbar-inverse {
    background-color: #1f1f1f;
    border-bottom: dashed 1px #0f0f0f;
}
.navbar-inverse .navbar-nav > li > a, .dropdown-menu > li > a {
    color: #958b8a;
    border-top: solid 1px #333;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav li.dropdown:hover > a {
    background-color: #000000;
    color: #fff;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #000;
    border-color: #da3a2e;
}
.dropdown-menu {
    border: 0;
    font-size: inherit;
    background-color: #000;
}
@media (max-width: 767px) {
    .dropdown-menu .dropdown-menu {
        display: block;
        padding-left: 10px;
    }
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #fff;
}
.navbar-brand {
    position: absolute;
    z-index: 999;
}
@media (min-width: 768px) {
    .navbar-brand {
        bottom: 33px;
    }
    .navbar-nav > li > a, .dropdown-menu > li > a {
        padding: 9px 15px;
        line-height: 20px;
    }
    .dropdown-menu {
        padding: 0;
    }
    .dropdown-menu > .dropdown > a {
        padding-right: 35px; background: #000 url(../images/langSel.png) no-repeat 94% center;
    }
    .dropdown-menu > .dropdown:hover > a {
        background-position: 96.5% center
    }
    .dropdown-menu .dropdown-menu {
        left: 100%;
        top: auto;
        margin-top: -39px;
    }
    .menu { float: right; }
    .menu ul li:hover > ul { display: block; }
    .menu ul ul li:last-child > a.drop:hover, .menu ul ul :hover a.drop { border-bottom-right-radius: 0 }
    .menu ul ul ul li:first-child > a { border-top-right-radius: 4px }
    .menu ul ul ul a { border-left: solid 1px #333; }
}
.header .bottom {
    background: #cf3025 url("../images/header_bottom.png") repeat-x;
    border-bottom: dashed 1px #fff;
    min-height: 85px;
}
@media (max-width: 767px) {
    .header .bottom { min-height: 145px; }
}
.tDil { margin-top: 8px; font-size: 15px; }
.tDil a { display: inline-block; margin-left: 5px; color: #fff }
.tDil .selectedLang { padding-left: 7px; background: url(../images/langSel.png) no-repeat left center }
@media (min-width: 768px) {
    .tDil { text-align: right; }
}
.tBulten { float: right; margin-top: 8px; }
.tBulten, .tBulten .overlabel { color: #edafac }
.tBulten p { margin-bottom: 5px; }
.tBulten input { border: 0; color: #fff }
.tbDiv { width: 220px; }
.tbDiv { height: 29px; background: url(../images/ebTb.png) }
.tBulten .overlabel { left: 10px; top: 8px }
.tBulten .tb { background: transparent; width: 165px; line-height: 15px; height: 15px; padding: 7px 10px; outline: none; }
.tBulten .sub { border: 0; width: 48px; height: 24px; margin-top: 2px; text-align: center;
    background: url(../images/ekle.png); color: #fff; font-size: inherit }
.mid-part { margin-bottom: 10px; }
@media (min-width: 992px) {
    .anaHaberler { width: 440px; position: absolute; top: 132px; line-height: 1.1; z-index: 2000 }
}
@media (min-width: 1200px) {
    .anaHaberler { top: 132px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .anaHaberler { top: 56px; }
}
@media (max-width: 991px) {
    .anaHaberler { margin-bottom: 10px; }
}
.anaHaberler .rotormain { height: 147px !important; overflow: hidden; }
.anaHaberler li, .anaHaberler a { border-radius: 4px; }
.anaHaberler li { height: 44px; margin-top: 5px; background: url(../images/haberGolge.png) repeat-x 0 0; }
.anaHaberler li a { display: block; height: 44px; padding: 9px 15px 0 60px; color: #2d2d2d;
    background: url(../images/haberSimge.png) no-repeat 20px center; border: solid 1px #bdbcbd; }
.anaHaberler a:hover { color: #df3326 }
.anaHaberler a * { display: block }
.manset { position: relative }
.mansetGolge { background: url(../images/bnrGolge.png); width: 75px; height: 100%; position: absolute; left: 0; top: 0;
    z-index: 1000; }
@media (max-width: 991px) {
    .anaSerit .col-md-4 { margin-bottom: 15px; }
    .anaSerit .col-md-4:last-child { margin-bottom: 0; }
}
.anaSerit { margin-top: 10px; background: #041D5E url(../images/maviSerit.png) left top repeat-x }
.anaSerit .container { padding-top: 10px; padding-bottom: 10px;
    border-style: dashed; border-color: #fff; border-width: 1px 0 }
.asKutu { height: 111px; background: url(../images/ortaKutu.png) repeat-x;
    border: solid 1px #a8d7ea; border-radius: 4px; position: relative; }
.asKutu.egitim .ic { padding: 25px 0 0 20px }
.asKutu.egitim h2 { color: #da3a2e; font-size: 14px; margin-bottom: 7px }
.asKutu.egitim ul { margin-left: 7px; font-size: 13px; line-height: 1.2 }
.asKutu.egitim li a { display: block; padding-left: 12px; color: #333;
    background: url(../images/sagOk.png) no-repeat left center; }
.asKutu.egitim li a:hover { color: #000; background-position: 3px center; }
.asKutu.egitim img { position: absolute; right: 0; bottom: 0; border-bottom-right-radius: 4px }
.asKutu.ref h2 { position: absolute; right: 10px; top: 5px; z-index: 100; font: bold 14px/1 Calibri }
.asKutu.ref h2 a { color: #91959a }
.asKutu.ref h2 a:hover { text-decoration: underline }
.asKutu.ref .ic { margin: 0 auto; width: 350px; }
@media (min-width: 992px) and (max-width: 1199px) {
    .asKutu.ref .ic { width: 100%; }
}
@media (max-width: 400px) {
    .asKutu.ref .ic { width: 290px; }
}
.asKutu.ref .rotormain { float: left; width: 290px !important; padding-top: 10px; }
@media (min-width: 992px) and (max-width: 1199px) {
    .asKutu.ref .rotormain { width: 230px !important; }
}
@media (max-width: 400px) {
    .asKutu.ref .rotormain { width: 230px !important; }
}
.asKutu.ref ul { text-align: center }
.asKutu.ref li { width: 290px; height: 90px }
@media (min-width: 992px) and (max-width: 1199px) {
    .asKutu.ref li { width: 230px; }
}
@media (max-width: 400px) {
    .asKutu.ref li { width: 230px; }
}
.asKutu.ref .prev, .asKutu.ref .next { float: left; display: block; width: 30px; height: 111px; text-indent: -9999em; }
.asKutu.ref .prev { background: url(../images/okSol.png) no-repeat right center }
.asKutu.ref .prev:hover { background-position: left center }
.asKutu.ref .next { background: url(../images/okSag.png) no-repeat left center }
.asKutu.ref .next:hover { background-position: right center }
.asKutu.ilet .ic { position: absolute; top: 30px; left: 140px; z-index: 10; font-size: 14px; line-height: 1.42; }
.asKutu.ilet .ic, .asKutu.ilet .ic a { color: #090d10 }
.asKutu.ilet img { position: absolute; left: 0; bottom: 0; border-bottom-left-radius: 4px; }
.asKutu.ilet span { color: #d8382c; font-size: 18px; font-weight: bold; }
.asKutu.ilet strong { font-size: 20px }
@media (min-width: 401px) and (max-width: 991px), (min-width: 1200px) {
    .asKutu.ilet .ic { font-size: 16px; }
    .asKutu.ilet strong { font-size: 26px }
}
.asKutu.ilet a:hover { text-decoration: underline }
.altKutular { padding-top: 20px; padding-bottom: 20px; color: #6c6c6c;
    background: url(../images/altGolge.png) no-repeat bottom center }
.altKutu { padding: 0 10px; }
@media (max-width: 991px) {
    .altKutular .col-md-4 { margin-bottom: 25px; }
    .altKutular .col-md-4:last-child { margin-bottom: 0; }
}
.altKutu .sol { float: left; width: 185px }
@media (min-width: 992px) and (max-width: 1199px) {
    .altKutu .sol { width: 142px }
}
@media (max-width: 400px) {
    .altKutu .sol { width: 130px }
}
.altKutu img { float: right }
.altKutu h3 { margin-bottom: 7px; font: normal 18px/1 Calibri; }
.altKutu h3 a { display: block; color: #4a80ae }
.altKutu h3 a:hover { color: #172935 }
.altKutu h3 span { display: block; color: #dd1c0d; font-size: 26px; margin-top: 5px }
.altKutu p { font: 11px/1.2 Arial }
.altKutu .dvm { text-align: right; }
.altKutu .dvm a { display: inline-block; color: #141212; padding-right: 5px;
    -webkit-transition: padding 0.12s ease-in;
    -moz-transition: padding 0.12s ease-in;
    -o-transition: padding 0.12s ease-in;
    transition: padding 0.12s ease-in;
}
.altKutu .dvm a:hover { padding-right: 0 }
.icIc { background: url(../images/icGolge.png) repeat-x 0 bottom; margin-bottom: 10px; }
.foot { background-color: #bbbbbb }
.footMenu li { display: inline-block; }
@media (max-width: 767px) {
    .footMenu li { display: block; width: 50%; float: left; }
}
.footMenu a { display: block; padding: 15px 10px; color: #2d2d2d; }
.footMenu a:hover { color: #000; text-decoration: underline }
.footMenu li ul { display: none }
.foot .credits { text-align: right; padding-top: 9px; }
.formTbl { border: none; }
.formTbl .form, .formTbl .bilgi { padding: 0; vertical-align: top; text-align: left; }
.formTbl .bilgi h3 { padding: 3px 0 5px; margin-bottom: 10px; border-bottom: dashed 1px #CCC; }
.formTbl .form { padding-right: 30px; }
@media (min-width: 768px) {
    .solSutun { min-height: 468px; }
}
.solBolme { margin-bottom: 30px; }
.solBolme h2 { margin-bottom: 10px; line-height: 31px; padding: 0 10px; background: #eee; color: #999; font-size: 12px }
.solBolme ul { list-style: none inside; margin: 0 10px; font: bold 14px/40px Calibri; }
.solBolme.sayfa ul { border-bottom: solid 1px #7f7f7f; }
.solBolme.sayfa ul ul { border-top: solid 1px #7f7f7f; border-bottom: none; }
.solBolme li { margin-bottom: 10px; }
.solBolme.sayfa li { margin-bottom: 0; border-bottom: solid 1px #7f7f7f; }
.solBolme.sayfa li:last-child { border-bottom: none; }
.solBolme ul a { color: #da3a2e; display: block; }
.solBolme.sayfa ul a { padding-left: 10px; background: url(../images/icOk.png) no-repeat left center; }
.solBolme ul a:hover, .solBolme ul a.selected { color: #000; }
.solBolme.sbUrun ul { font-weight: bold; }
.solBolme.sbUrun ul ul { margin-left: 15px; padding-top: 5px; font-weight: normal; }
.solBolme.sbUrun li li { margin-bottom: 5px; }
.sagSutun h1.sayfa, .sagSutun h2.sayfa, .sagSutun h1.sayfa a, .sagSutun h2.sayfa a { color: #fff; }
.sagSutun h1.sayfa, .sagSutun h2.sayfa { padding: 0 15px; margin: 0 0 10px; background: #4d697f;
    font: normal 12px/32px Calibri, sans-serif; border-radius: 4px }
.sagSutun h1.bnrsiz { margin-bottom: 10px; }
/*.sagSutun h1.course_schedule{margin-bottom: 0;}*/
.sagSutun .bnr { float: left; margin: 0 15px 10px 0; }
.sagSutun .govde { color: #012c4d }
.resimList { text-align: center; }
.resimList li { float: left; margin: 0 10px 10px 0; }
.resimList a { display: table-cell; vertical-align: middle; }
.haberList li { padding-bottom: 15px; margin-bottom: 15px; border-bottom: solid 1px #d2d1d4; }
.haberSol { text-align: center; }
@media screen and (max-width: 767px) {
    .haberSol { margin-bottom: 10px; }
}
.haberSol img { border-radius: 3px; }
.haberSag { position: relative; }
@media screen and (min-width: 768px) {
    .haberSag { height: 95px }
}
.haberList h2 { font: bold 14px/1 Arial; margin-bottom: 10px; }
.haberList h2 a { color: #0e5e98; }
.haberList .ozet { color: #7e7e7e; min-height: 35px; margin-bottom: 10px }
.egitimList { padding-top: 20px }
.egitimList .ozet { min-height: inherit }
.referansList { }
.referansList img { padding: 5px; border: solid 1px #ccc; box-shadow: 0 0 7px #ccc; border-radius: 5px }
.ikPozList li.ana { background: #f1f1f1; padding: 15px 20px; margin: 20px; border-radius: 5px; }
.ikPozList h3 { font-size: 16px; font-weight: normal; margin-bottom: 15px; }
.ikBasvur { text-align: right; }
.ikBasvur a { display: inline-block; line-height: 16px; height: 16px; padding-left: 20px;
    background: url(../images/basvur.png) no-repeat left center; }
.ikBasvurr { display: block; line-height: 29px; padding-left: 35px;
    background: url(../images/basvurr.jpg) no-repeat left center; }
.egitimMavi { height: 75px; padding-top: 20px; margin-bottom: 2px; background: url(../images/egitimMavi.png) repeat-x;
    color: #013E78; font-size: 19px; line-height: 1.3; text-align: center; border-radius: 3px }
.egitimMavi a { display: block; font-weight: bold }
.eTakvim { width: 100%; border-collapse: separate; margin-bottom: 15px }
@media screen and (max-width: 767px) {
    .table-responsive {
        border: 0;
    }
}
.eTakvim > tbody > tr > td, .eTakvim > tbody > tr > th,
.eTakvim > tfoot > tr > td, .eTakvim > tfoot > tr > th,
.eTakvim > thead > tr > td, .eTakvim > thead > tr > th {
    border-top: 1px solid #bdbcbd;
    vertical-align: middle;
}
/*noinspection CssOptimizeSimilarProperties*/
.eTakvim, .eTakvim th, .eTakvim td { border-style: solid; border-color: #bdbcbd; }
.eTakvim .bos td { padding: 0; height: 1px; line-height: 1px; border-width: 0 1px 0 0 }
.eTakvim .bos td:first-child { border-left-width: 0 }
.eTakvim .bos td:last-child { border-right-width: 0 }
/*noinspection CssOptimizeSimilarProperties*/
.eTakvim th, .eTakvim td { border-style: solid; border-color: #bdbcbd; border-width: 1px 1px 1px 0; padding: 0 10px }
.eTakvim th:first-child { border-radius: 0 0 0 4px; }
.eTakvim td:first-child { border-radius: 4px 0 0 4px; border-left-width: 1px }
.eTakvim > thead:first-child > tr:first-child > th:last-child {
    border-radius: 0 0 4px 0; border-right-width: 0
}
.eTakvim td:last-child { border-radius: 0 4px 4px 0 }
.eTakvim th, .eTakvim .tek td { background: #fff url(../images/ders_tek.png) repeat-x 0 bottom }
.eTakvim .cift td { background: #f0f4f3 url(../images/ders_cift.png) repeat-x 0 bottom }
.eTakvim > thead:first-child > tr:first-child > td,
.eTakvim > thead:first-child > tr:first-child > th {
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #bdbcbd;
}
.eTakvim th { line-height: 30px; color: #17558B; font-weight: bold; text-align: left; white-space: nowrap; }
.eTakvim > tbody > tr > td, .eTakvim > tbody > tr > th { padding-top: 14px; padding-bottom: 14px; }
.eTakvim.aysiz th.kod { width: 10%; }
.eTakvim td.kod { color: #DF3326; font-weight: bold; font-size: 14px }
.eTakvim .sure { text-align: center; }
.eTakvim.aysiz th.sure { width: 10%; }
.eTakvim td.sure { color: #E57700; font-weight: bold; font-size: 14px; }
.eTakvim td.isim, .eTakvim td.isim a { color: #383839; line-height: 1.2 }
.eTakvim .aylar { text-align: center }
.eTakvim > tbody > tr > td.aylar, .eTakvim > tbody > tr > th.aylar,
.eTakvim > thead > tr > td.aylar, .eTakvim > thead > tr > th.aylar {
    padding-left: 5px;
    padding-right: 5px;
}
.eTakvim th.aylar { color: #4D83B2; }
.eTakvim td.aylar { color: #058E1F; font-weight: bold; font-size: 16px; }
.eTakvim td.aylar.dolu { cursor: pointer; }
@media (min-width: 768px) {
    .govde.iletForm > .content { float: left; width: 48%; }
    .govde.iletForm > .content:first-child { margin-right: 3.5% }
    .kursKayit .ana { float: left; width: 60% }
    .kisiEkle { float: right; width: 35% }
}
.kisiEkle table { width: 100%; margin-bottom: 25px }
.kisiEkle .sil { display: inline-block; line-height: 16px; padding-left: 20px;
    background: url(../images/icons/del.png) no-repeat 0 center; }
.kisiEkle .ekle { display: inline-block; padding: 5px 10px 5px 50px; line-height: 32px; font-size: 18px; font-weight: bold;
    background: url(../images/addPeople.png) no-repeat 5px center; border: solid 2px #ccc; border-radius: 5px; }
.sozlFrame { background-color: #eee; padding: 10px; border-radius: 5px; max-height: 200px; overflow: auto; }
.kursKayit .gonder { text-align: center; margin-top: 25px; padding: 15px 0; background: #fff; border-radius: 5px; }
