/*
 * Grape - Professional & Flexible Admin Template
 * by Stammi <http://themeforest.net/user/Stammi>
 * 
 * -----------------
 * TABLE OF CONTENTS
 * -----------------
 * 
 * 1) Generic
 * 2) Login-Box
 * 3) Error-Page (404)
 * 4) Header
 *   4.1) Generic
 *   4.2) User Info
 * 5) Footer
 * 6) Sidebar
 *   6.1) Login Details
 *   6.2) Navigation
 *   6.3) Badges
 * 7) Search-Bar & Title-Bar
 * 8) Main
 * 9) Generic Shadow
 * 10) Height Fixes
 * 11) Divider
 * 12) Image-Styles
 * 13) Blocks
 * 14) Tabs
 * 15) Toolbox
 * 16) Alert Boxes
 * 17) Tooltips
 * 18) Misc
 *   18.1) Noise
 *   18.2) Aligments
 */

/* ==================================================
 * 1) Generic
 * ================================================== */

body {
	background: url("../img/container/navigation/nav-bg.png") repeat-y scroll top left #e3e5e7;
}

body.special-page {
	background: url("../img/banner/banner-4.png");
	background-repeat: no-repeat;
	 background-position: center;
    background-attachment: fixed;
    
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}






/* ==================================================
 * 2) Login-Box
 * ================================================== */

#login-box {
	margin: 0 auto;
	margin-top: 5px;
	width: 400px;
}




/* ==================================================
 * 3) Error-Page (404)
 * ================================================== */

#error-number {
	text-align: center;
	margin-top: 5px;
}

#error-text {
	text-align: center;
	margin-top: -20px;
}






/* ==================================================
 * 4) Header
 * ================================================== */

/*
 * 4.1) Generic
 */

#header-surround > #header {
	background: url("../img/container/header/header-bg.png") repeat-x scroll top left transparent;
	height: 43px;
	position: relative;
	z-index: 30;
}

#header-surround {
	background: url("../img/misc/shadow/shadow-bottom.png") repeat-x scroll bottom left transparent;
	padding-bottom: 14px;
	position: relative;
	z-index: 50;
}

.logo {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom:5px;
	float: left;
	width: 150px;
	height: 35px;
}
.logo2 {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom:5px;
	float: left;
	width: 35px !important;
	height: 35px !important;
}
.logo_yazi {
	color: #E3D554;
	margin-left: 20px;
	float: left;
	line-height: 40px;
	width: 220px;
	font-size:22px;
	font-weight:bold;
	text-shadow: 0 1px 0 #070F16;
	font-style: italic;
}



.logo_yazi_sub {
	margin-left: 5px;
}


#header-surround > #header > #user-info > p > .messages {
	margin-right: 10px;
}


/*
 * 4.2) User Info
 */

#user-info {
	float: right;
	margin-top: -4px;
	margin-right: 10px;
}

/* ==================================================
 * 5) Footer
 * ================================================== */

#footer {
	background: url("../img/container/footer/footer-bg.png") repeat-x scroll bottom left transparent;
	height: 50px;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 1000;
}

#footer .footer-icon {
	background: url("../img/container/footer/footer-icon.png") no-repeat scroll top left transparent;
	height: 50px;
	width: 59px;
	float: left;
}

/* ==================================================
 * 6) Sidebar
 * ================================================== */

/*
 * 6.1) Login Details
 */

#login-details {
	background: url("../img/container/login-details/login-details-bg.png") repeat-x scroll top center #212f3b;
	margin-right: 1px;
	padding: 15px;
}


/*
 * 6.2) Navigation
 */

#sidebar {
	float: left;
	width: 261px;
	position: absolute;
	z-index: 30;
}

#sidebar > #nav > .menu {
	padding-bottom: 14px;
	margin-top: -1px;
}

#sidebar > #nav > .menu li {
	overflow: hidden;
	margin-right: 1px;
	line-height: 39px;
}

#sidebar > #nav > .menu li img {
	padding-right: 15px;
}

#sidebar > #nav > .menu li a {
	background: url("../img/container/navigation/nav-item-bg.png") repeat-x scroll 0 0 transparent;
	display: block;
	text-decoration: none;
	padding-left: 20px;
}

#sidebar > #nav > .menu li a.current {
	background: url("../img/container/navigation/nav-item-current-bg.png") repeat-x scroll top left transparent;
}

#sidebar > #nav > .menu li ul li a.current {
	background: none scroll top left #3b5060;
}

#sidebar > #nav > .menu li a.personel {
	background: url("../img/container/navigation/nav-item-bg2.png") repeat-x scroll top left transparent;
}

#sidebar > #nav > .menu li a.personel:hover,#sidebar > #nav > .menu li a.personelcurrent,#sidebar > #nav > .menu li a.personelcurrent:hover {
	background: url("../img/container/navigation/nav-item-bg2.png") repeat-x scroll 0 -9px transparent;
	color: #3B3B3B;
}

#sidebar > #nav > .menu li ul li a.personel {
	background: none scroll top left #3b5060;
}

#sidebar > #nav > .menu li a:hover {
	background: url("../img/container/navigation/nav-item-bg.png") repeat-x scroll 0 -39px transparent;
}

#sidebar > #nav > .menu li a span.arrow {
	background: url("../img/container/navigation/nav-arrows.png") no-repeat 0 0 transparent;
	position: absolute;
	right: 0;
	margin-top: 8px;
	margin-right: 5px;
	height: 24px;
	width: 24px;
}

#sidebar > #nav > .menu li .active-icon span.arrow {
	background-position: 0px -24px;
}

#sidebar > #nav > .menu li .non-active-icon span.arrow {
	background-position: 0px 0px;
}

#sidebar > #nav > .menu li ul {
	background-color: #324452;
}

#sidebar > #nav > .menu li ul li a {
	background: none;
	border-top: 1px solid #212f39;
}

#sidebar > #nav > .menu li ul li a:hover {
	background: none scroll top left #284860;
}

/*
 * 6.3) Badges
 */

.badge {
	background: none repeat scroll top left #293946;
	float: right;
	margin-right: 33px;
	margin-top: 10px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 10px 10px 10px 10px;
}

.badge.red {
	background: none repeat scroll top left #864135;
}

.badge.grey {
	background: none repeat scroll top left #d5d5d5;
}

.badgeredkucuk{
   background: none repeat scroll top left #864135;
    border-radius: 10px;
    float: right;
    line-height: 16px;
    margin-right: 33px;
    margin-top: 10px;
    padding: 0 5px;
    position: relative;
    top: 0px;
    opacity: 0.9;
    right: 13px;
    color: #fff;
}




/* ==================================================
 * 7) Search-Bar & Title-Bar
 * ================================================== */

#main > #title-bar {
	background: url("../img/container/title-bar/title-bar-bg.png") repeat-x scroll top left transparent;
	height: 42px;
	position: relative;
	z-index: 30;
}

.shadow-titlebar {
	height: 14px;
}

#sidebar > #search-bar {
	background: url("../img/container/title-bar/title-bar-bg.png") repeat-x scroll top left transparent;
	height: 42px;
	position: relative;
	z-index: 30;
	margin-right: 1px;
	margin-bottom: -1px;
}





/* ==================================================
 * 8) Main
 * ================================================== */

#main {
	margin-left: 261px;
}

#main > #main-content {
	background: url("../img/container/main/main-bg.png") repeat-x scroll top center transparent;
	position: relative;
	min-height: 434px;
	margin-top: -14px;
	padding-top: 10px;
}



/* ==================================================
 * 9) Generic Shadow
 * ================================================== */

.shadow-top {
	background: url("../img/misc/shadow/shadow-top.png") repeat-x scroll top left transparent;
	height: 14px;
	position: relative;
	z-index: 100;
}

.shadow-bottom {
	background: url("../img/misc/shadow/shadow-bottom.png") repeat-x scroll bottom left transparent;
	position: relative;
	z-index: 30;
}





/* ==================================================
 * 10) Height Fixes
 * ================================================== */

.fix-shadow-bottom-height {
	margin-top: -14px;
}

.height-fix {
	height: 70px;
}





/* ==================================================
 * 11) Divider
 * ================================================== */

.divider-header {
	position: absolute;
	margin-left: 260px;
}

.divider-vertical {
	background: url("../img/misc/divider/divider-vertical.png") no-repeat scroll top left transparent;
	height: 34px;
	width: 2px;
	overflow: hidden;
}

.block-actions ul li.divider-vertical {
	margin-top: -5px;
	margin-right: -17px;
}





/* ==================================================
 * 12) Image-Styles
 * ================================================== */

.framed {
	background: none repeat scroll 0 0 #eeeff7;
	border: 1px solid #969696;
	line-height: 0;
	padding: 3px;
	border-radius: 3px 3px 3px 3px;
}

.img-left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}





/* ==================================================
 * 13) Blocks
 * ================================================== */

.block-border {
	margin-top: 15px;
	background-color: #4B5E6B;
	background: url("../img/misc/shine-effect.png") repeat-x scroll 0 0 rgba(33, 40, 44, 0.7);
	border: 1px solid #25333c;
	border-radius: 5px 5px 5px 5px;
	padding: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.block-content {
	background: none repeat scroll 0 0 #fafafa;
	border-radius: 3px 3px 3px 3px;
	position: relative;
	padding: 0 10px;
	border: 1px solid #4b5e6b;
}

.block-content-nomargin {
	background: none repeat scroll 0 0 #fafafa;
	border-radius: 3px 3px 3px 3px;
	position: relative;
	padding: 0 0px;
	border: 0px solid #4b5e6b;
}

.block-content.dark-bg{
	background: url("../img/container/block/dark-bg.png") repeat-x scroll top left transparent;
	border: 1px solid #111a22;
	box-shadow: none !important;
	padding-bottom: 5px;
    padding-top: 5px;
}

.block-content-nomargin.dark-bg {
	background: url("../img/container/block/dark-bg.png") repeat-x scroll top left transparent;
	border: 1px solid #111a22;
	box-shadow: none !important;
	padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 10px;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}
    
.block-border .block-content + .block-content {
	margin-top: 10px;
}

.block-border .block-content {
	box-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
}

.block-header {
	background: url("../img/container/block/block-header-bg.png") repeat-x scroll top left #cfdee5;
	min-height: 38px;
	border: 1px solid #4b5e6b;
	border-bottom: 1px solid #9ba6ab;
	margin-bottom: -2px;
	position: relative;
	z-index: 5;
}

.block-header.small {
	min-height: 27px;
}

.block-actions {
	margin: 0 -19px -10px -19px;
	background: url("../img/container/block/block-actions-bg.png") repeat-x scroll bottom left transparent;
	border-radius: 0px 0px 5px 5px;
	height: 44px;
	overflow: hidden;
}

.dataTables_wrapper .block-actions {
	margin-left: -9px;
	margin-right: -9px;
}

/*
.block-header span {
	background: url("../img/icons/packs/diagona/16x16/minus.png") no-repeat scroll 0 0 transparent;
	height: 16px;
	width: 16px;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	display: block;
	cursor: pointer;
}

.block-header span.closed {
	background: url("../img/icons/packs/diagona/16x16/plus.png") no-repeat scroll 0 0 transparent;
}
*/
.block-header h1 {
	float: left;
}





/* ==================================================
 * 14) Tabs
 * ================================================== */

.block-header ul.tabs {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	margin-top: 13px;
	position: absolute;
	right: 5px;
}

.block-header ul.tabs li {
	float: left;
	padding: 5px 15px;
	margin-right: 3px;
	border-radius: 8px 8px 0px 0px;
	cursor: pointer;
	border: 1px solid transparent;
}

.block-header ul.tabs li.active {
	background: none repeat scroll top left #fafafa;
	border: 1px solid #9ba6ab;
	border-bottom: 1px solid #fafafa;
}

.block-header ul.tabs li:hover {
	background: none repeat scroll top left #fafafa;
	border: 1px solid #9ba6ab;
	border-bottom: 1px solid #fafafa;
}



/* ==================================================
 * 15) Toolbox
 * ================================================== */

.toolbox-content {
	background: url("../img/container/toolbox/toolbox-arrow.png") no-repeat scroll 51px 12px transparent;
	position: absolute;
	margin-left: -40px;
	top: 30px;
	z-index: 500;
	display: block;
	padding: 1em;
	min-width: 20em;
	line-height: 1em;
	display: none;
}







/* ==================================================
 * 16) Alert Boxes
 * ================================================== */

.alert {
	border: 1px solid;
	clear: both;
	margin-bottom: 9px;
	margin-top: 10px;
	padding: 10px 10px 10px 35px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: block;
}

.alert.no-margin {
	border-radius: 0 0 0 0;
	margin-left: -10px;
	margin-right: -10px;
	border-width: 1px 0;
}

.alert.no-margin.top {
	border-width: 0 0 1px 0;
	margin-top: 0;
}

.alert.no-margin.bottom {
	border-width: 1px 0 0px 0;
	margin-bottom: 0;
}

.alert span.hide {
	font-weight: bold;
	text-shadow: 1px 1px 0 #FFFFFF;
	float: right;
	cursor: pointer;
	margin: 0;
}

.alert.success { background-image: url("../img/icons/packs/fugue/16x16/tick-circle.png"); background-color: #d1e8d2; border-color: #339933; color: #00632E; }
.alert.error { background-image: url("../img/icons/packs/fugue/16x16/cross-circle.png"); background-color: #facfcf; border-color: #dc1c1c; color: #820101; }
.alert.warning { background-image: url("../img/icons/packs/fugue/16x16/exclamation.png"); background-color: #fdefbd; border-color: #d4b64b; color: #675100; }
.alert.info { background-image: url("../img/icons/packs/fugue/16x16/information.png"); background-color: #d8e7fa; border-color: #9DBFEA; color: #00357B; }
.alert.note { background-image: url("../img/icons/packs/fugue/16x16/notebook.png"); background-color: #f4f4f4; border-color: #bdbdbd; color: #4d4d4d; }






/* ==================================================
 * 17) Tooltips
 * ================================================== */

.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background: url("../img/misc/tooltips/tooltip-bg.png") repeat-x scroll top left black; border: 1px solid black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('../img/misc/tooltips/tooltip-arrow.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }




/* ==================================================
 * 18) Misc
 * ================================================== */

/*
 * 18.1) Noise
 */

.noise {
	background: url("../img/misc/noise.png") repeat scroll top left transparent;
	position: relative;
	z-index: 9999999;
}

/*
 * 18.2) Aligments
 */

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}


.align-left {
	margin-left: 0;
	margin-right: auto;
	float: left !important;
}

.align-right {
	margin-left: auto;
	margin-right: 0;
	float: right !important;
}

.align-center {
	margin: 0 auto;
	float: none !important;
}

.dersMatematikStyle .fc-event-skin
{
	color: #222222;
	background-color: #de9191;
	
	cursor: pointer;
}

.dersFizikStyle .fc-event-skin
{
	color: #222222;
	background-color: #8EA5D4;
	
	cursor: pointer;
	
}

.dersKimyaStyle .fc-event-skin
{
	color: #000000;
	background-color: #83de83;
	border: 2px solid #EEEEEE;
	cursor: pointer;
	
}

.dersBiyolojiStyle .fc-event-skin
{
	color: #FFFFFF;
	background-color: #660000;
	
	cursor: pointer;
	
}

.dersTurkceStyle .fc-event-skin
{
	color: #FFFFFF;
	background-color: #cc6600;
	
	cursor: pointer;
	
}

.dersEdebiyatStyle .fc-event-skin
{
	color: #FFFFFF;
	background-color: #11574b;
	
	cursor: pointer;
	
}

.dersGeometriStyle .fc-event-skin
{
	color: #222;
	background-color: #99ff66;
	
	cursor: pointer;
	
}

.dersTarihStyle .fc-event-skin
{
	color: #FFFFFF;
	background-color: #996699;
	
	cursor: pointer;
	
}


.dersCografyaStyle .fc-event-skin
{
	color: #FFFFFF;
	background-color: #6633cc;
	
	cursor: pointer;
	
}

.dersFelsafeStyle .fc-event-skin
{
	color: #FFFFFF;
	background-color: #666699;
	
	cursor: pointer;
	
}

#ticker {
    height: 20px;
   
}
#ticker li {
    height: 20px;
}

.sinavresim
{
  display:block;
  margin:auto;
  width: 100%;
}

.vertical-align-top-first {
	vertical-align: top;
	width: 120px;
}

.vertical-align-top-first-100 {
	vertical-align: top;
	width: 100px;
}

.vertical-align-top-last{
	vertical-align: top;
	width: 250px;
}
.vertical-align-top{
	vertical-align: top;
	padding: 10px;
}
.vertical-align-top-100{
	vertical-align: top;
	width: 100%;
}

.dogrusik
{
	background: url("../img/sorusiklar/dogru.png") no-repeat scroll top center; 
	color: #EBDD24;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 26px;
    text-align: center;
    font-weight: bold;
}

.yanlissik
{
	background: url("../img/sorusiklar/yanlis.png") no-repeat scroll top center; 
	color: #EBDD24;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 26px;
    text-align: center;
    font-weight: bold;
}

.bossik
{
	background: url("../img/sorusiklar/bos.png") no-repeat scroll top center; 
	color: #EBDD24;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 26px;
    text-align: center;
    font-weight: bold;
}

.iptalsik
{ 
	color: #AA0000;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.cevaplabel
{ 
	 
	float: right;
	text-align: right;
	width:20px;
}


.videovar
{
	background: url("../img/sorusiklar/video-icon.png") no-repeat scroll top center; 
	color: #EBDD24;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 26px;
    text-align: center;
    font-weight: bold;
}

.dogrusikWrapper
{
	width:60px;
	float: left;
}

.attrKitturu
{
	font-size: 12px;
	color: #864135;
	font-weight: bold;
}

.cevapAnahtari
{
	font-size: 12px;
	color: #2F556A;
	font-weight: bold;
}

.cevapYazi
{
	color: #2F556A;
	font-weight: bold;
}

.cevapTextTest
{
	color: #2F556A;
	font-weight: bold;
	background-color: #f4f3f3;
	padding: 3px;
	padding-left: 7px;
	margin-bottom: 5px;
}

.footerSariLabel
{
	padding-right:5px;
	color: #E3D554;
	font-weight: bold;
}

#title-bar span.print {
	background: url("../img/icons/packs/diagona/16x16/Device-Printer-icon.png") no-repeat scroll 0 0 transparent;
	height: 24px;
	width: 24px;
	margin-top: 10px;
	float: left;
	margin-left: 10px;
	display: block;
	cursor: pointer;
}


.ui-accordion .ui-accordion-header
{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 0px;
    height: 40px;
    background: none !important;
	background-color:#EDEDED !important;
    border: 1px solid #e3e3e3 !important;
}


.ui-accordion .ui-accordion-content
{
	border: 0 solid #eeeeee;
	top: 0px;
	margin-top: 0px;
	margin-bottom:0px;
}

.ui-accordion .ui-accordion-header.ui-state-disabled, .ui-accordion .ui-accordion-header.ui-state-disabled a
{
	opacity: 0;
}

.ui-accordion .ui-state-active
{
	 background: none !important;
	background-color:#E8E8E8 !important;
    border: 1px solid #e3e3e3 !important;
}


.ui-accordion .ui-accordion-header a
{
	margin-top: 6px;
}
.ui-accordion
{
	height: 40px;
}

.logoMainLogo {
	
	display: block; 
	margin: 0 auto; 
	width: 200px; 
	height: 80px;
}
.logoMainLogo2 {
	
	display: block; 
	margin: 0 auto; 
	width: 160px; 
	height: 160px;
}
.logoMain {
	
    margin: 0 auto;
	margin-top: 100px;
	width: 400px;
}