body {
	padding-top: 65px;
	padding-bottom: 20px;
}

.navbar a > i {
	opacity: 0.5;
}

.navbar a:hover > i {
	opacity: 1;
}

section {
	margin-top: 30px;
}

.subhead {
	padding-bottom: 0;
	margin-bottom: 9px;
}

.subhead h1 {
	font-size: 40px;
}

.subnav {
	margin-bottom: 10px;
	width: 100%;
	height: 36px;
	background-color: #eeeeee; /* Old browsers */
	background-repeat: repeat-x; /* Repeat the gradient */
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
	background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
	background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.subnav .nav {
	margin-bottom: 0;
}

.subnav .nav > li > a {
	margin: 0;
	padding-top:    11px;
	padding-bottom: 11px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #e5e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
	padding-left: 13px;
	color: #777;
	background-color: #e9e9e9;
	border-right-color: #ddd;
	border-left: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}

.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
	border-top-color: #777;
}

.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
	border-left: 0;
	padding-left: 12px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.subnav .nav > li:last-child > a {
	border-right: 0;
}

.subnav .dropdown-menu {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.tooltip-inner {
	max-width: 500px;
}

.hero-unit {
	margin-bottom: 10px;
	text-align: center;
}

.hero-unit h1,
.hero-unit p {
	margin-bottom: 15px;
}

#social {
	display: inline-block;
	margin-top: 45px;
	text-align: center;
}

#gh-star {
	margin-right: 10px;
}

.twitter-follow-button {
	width: 60px !important;
}

.twitter-share-button  {
	margin-right: 15px;
}

.rss-button {
	width: 40px;
	height: 14px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 2px 5px 2px 4px;
}

.icon-rss {
	background: url(../img/rss-icons.png) no-repeat 0 0;
	opacity: .65;
	width: 16px;
}

#ticker {
	margin-bottom: 40px;
}

.about {
	margin-top: 20px;
}

.about > div {
	margin-bottom: 20px;
}

.about h3 {
	margin: 0 0 5px 35px;
}

.about img {
	float: left;
	margin-top: 5px;
	opacity: 0.7;
}

#gallery {
	margin: 45px 0 30px 0;
	padding-right: 20px;
	text-align: center;
}

.thumbnail {
	margin-bottom: 20px;
	background-color: rgba(0, 0, 0, 0.05);
}

.thumbnail img {
	width: 100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.thumbnail .caption {
	color: inherit !important;
}

.thumbnail h3 {
	margin-bottom: 0;
}

.thumbnail .btn-toolbar {
	margin-top: 15px;
	text-align: right;
}

.links {
	margin-bottom: 20px;
}

.links > a {
	margin-right: 10px;
} 


.links {
	margin-bottom: 20px;
}

.links > a {
	margin-right: 10px;
}

@media (max-width: 480px) {

	.hero-unit {
		padding: 20px 20px 0;
		margin: 0 0 20px;
	}

	.hero-unit h1 {
		font-size: 36px;
	}

	.hero-unit iframe {
		margin-right: 0 !important;
	}

	#social {
		margin-top: 0px;
		margin-bottom: 20px;
	}

	#social > span {
		display: block;
	}

	.about {
		margin-top: 0;
	}

	.about h3 {
		margin-top: 20px;
	}

	.about p {
		margin-bottom: 0;
	}

	.modal {
		position: fixed !important;
		top: 25% !important;
	}
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {

	.hero-unit {
		margin-top: 0;
		padding: 30px;
	}

	.about {
		margin-top: 0;
	}
}

@media (max-width: 767px) {

	body {
		padding-top: 0;
	}

	.subnav {
		position: static;
		top: auto;
		z-index: auto;
		width: auto;
		height: auto;
		background: #fff; /* whole background property since we use a background-image for gradient */
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.subnav .nav > li {
		float: none;
	}

	.subnav .nav > li > a {
		border: 0;
	}

	.subnav .nav > li + li > a {
		border-top: 1px solid #e5e5e5;
	}

	.subnav .nav > li:first-child > a,
	.subnav .nav > li:first-child > a:hover {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}

	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

	.hero-unit {
		margin-top: 0;
	}

	.thumbnail p {
		font-size: 12px;
	}

	.thumbnail .btn {
		padding: 8px 12px;
		font-size: 12px;
	}
}

/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
	.subnav-fixed {
		position: fixed;
		top: 20px;
		left: 0;
		right: 0;
		z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
		border-color: #d5d5d5;
		border-width: 0 0 1px; /* drop the border on the fixed edges */
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
		-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
		box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
	}
	.subnav-fixed .nav {
		width: 938px;
		margin: 0 auto;
		padding: 0 1px;
	}
	.subnav .nav > li:first-child > a,
	.subnav .nav > li:first-child > a:hover {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}

@media (min-width: 768px) and (max-width: 979px) {

	/* Remove any padding from the body */
	body {
		padding-top: 0;
	}
}

@media (min-width: 1210px) {

	.subnav-fixed .nav {
		width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
	}
}
/*   #PART# FooTable  */
.footable > thead > tr > th,.footable > thead > tr > td {
  position: relative;
}

.footable {
  
  width: 100%;
  border: solid #ccc 1px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-family: 'trebuchet MS' , 'Lucida sans' , Arial;
  font-size: 14px;
  color: #444;
  -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.75);
box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.75);
}

.footable.breakpoint > tbody > tr > td.expand {
  background: url('../img/plus.png') no-repeat 5px center;
  padding-left: 40px;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
  background: url('../img/minus.png') no-repeat 5px center;
}

.footable.breakpoint > tbody > tr.footable-row-detail {
  background: #eee;
}

.footable > tbody > tr:hover {
  background: #e5f3fb;
 /* border:2px solid #70c0e7; */
 
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

.footable > thead > tr > th, .footable > thead > tr > td {
 background: #FAFBFC;
	background-image:-moz-linear-gradient(center top , #FAFBFC, #E2E5E9);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFBFC), to(#E2E5E9));
	
	font-size: 11px;
	padding: 7px 4px;
	text-shadow:1px 1px 1px white;
}

.footable > thead > tr > th:first-child, .footable > thead > tr > td:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}

.footable > thead > tr > th.footable-last-column, .footable > thead > tr > td.footable-last-column {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}

.footable > thead > tr > th:only-child, .footable > thead > tr > td:only-child {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.footable > tbody > tr:last-child > td:first-child {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}

.footable > tbody > tr:last-child > td.footable-last-column {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}

.footable > tbody img {
  vertical-align:middle;
}
.footable > thead > tr > th > span.footable-sort-indicator {
  width: 16px;
  height: 16px;
  display: block;
  float:right;
  background: url('../img/sorting_sprite.png') no-repeat top left;
}

.footable > thead > tr > th.footable-sortable:hover {
  cursor:pointer;
}

.footable > thead > tr > th.footable-sortable > span {
  
}

.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator {
  background-position: 0 -16px;
}

.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator {
  background-position: 0 -32px;
}

/*
style the nav bar
*/

    .navbar-inner {
        background: #3892b9;
		background: linear-gradient(top, #3892b9 0%,#057cab 100%);
		background: -webkit-linear-gradient(top, #3892b9 0%,#057cab 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3892b9), color-stop(100%,#057cab));
		 background: -moz-linear-gradient(top, #3892b9 0%, #057cab 100%);
        background: -o-linear-gradient(top, #3892b9 0%,#057cab 100%);
        background: -ms-linear-gradient(top, #3892b9 0%,#057cab 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3892b9', endColorstr='#057cab',GradientType=0 );
    }
    .navbar .nav > li > a {
        color: #bfdbe7;
    }
    .navbar .nav > li:hover > a {
        color:#fff;
    }
    .navbar .nav .active > a, .navbar .nav .active > a:hover {
        background: #206281 !important;
    }
    
	
	.navbar .caret {opacity: .6; filter: alpha(opacity=60)}
	/*
	Loading Spinner
	*/

.buttons {
			background: #F1F1F1;
			padding: 0px;
			border: 1px solid #D2D2D2;
			
			
		}


/* ajax box*/
.ajx-box {
	border: 1px solid #D2D2D2;
	border-color:#999;
	background:#fff;
}
.ajx-box-content.inner-content {
	padding:10px
}

/* homepage widgets*/
 .widget, .widget-border {
	background:white;
	border:1px solid #e0e0e0;
	clear:both;
	margin-top:0;
	margin-bottom:30px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.widget .widget-header, .widget-border .widget-header {
	background-color:#333333;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#666666),to(#333333));
	background-image:-webkit-linear-gradient(top,#666666,#333333);
	background-image:-moz-linear-gradient(top,#666666,#333333);
	background-image:-ms-linear-gradient(top,#666666,#333333);
	background-image:-o-linear-gradient(top,#666666,#333333);
	background-image:linear-gradient(top,#666666,#333333);
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	border-bottom:1px solid #d9d9d9;
	height:20px;
	line-height:20px;
	padding:5px 10px
}
.widget .widget-header .title, .widget-border .widget-header .title {
	color:#ffffff;
	text-align:center;
	font-weight:600;
	font-size:14px
}
.widget .widget-header .title .attribution,.dashboard-wrapper .main-container .widget .widget-header .title 
.widget-border .widget-header .title .attribution,.dashboard-wrapper .main-container .widget-border .widget-header .title .mini-title {
	font-size:11px;
	padding-left:4px;
	color:#b3b3b3;
	font-weight:normal
}
.widget .widget-header .title [data-icon]:before,.dashboard-wrapper .main-container .widget-border .widget-header .title [data-icon]:before {
	color:black;
	float:left;
	margin:6px 6px 0 0
}
.widget .widget-header div.tools,.dashboard-wrapper .main-container .widget-border .widget-header div.tools {
	padding:0;
	float:right;
	margin:0
}
.widget .widget-header div.tools>a,.dashboard-wrapper .main-container .widget-border .widget-header div.tools>a {
	display:inline-block;
	margin-left:9px;
	color:#333;
	margin-top:3px
}
.widget .widget-header div.tools>a:hover,.dashboard-wrapper .main-container .widget-border .widget-header div.tools>a:hover {
	text-decoration:none;
	opacity:.6
}
.widget .widget-body,.dashboard-wrapper .main-container .widget-border .widget-body {
	padding:10px
}
.widget-border:hover {
	cursor:pointer;
	border-color:#99c5e0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease
}
.widget .widget-body,.dashboard-wrapper .main-container .widget-border .widget-body {
	padding:10px
}
.widget-border:hover {
	cursor:pointer;
	border-color:#99c5e0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease
}
.speed-dial-btn,.speed-dial-btn2 {
	border:1px solid #b9d4ec;
	padding:5px 0;
	background-color:#f2f2f2;
	background-image:-webkit-gradient(linear,left top,left bottom,from(white),to(#f2f2f2));
	background-image:-webkit-linear-gradient(top,white,#f2f2f2);
	background-image:-moz-linear-gradient(top,white,#f2f2f2);
	background-image:-ms-linear-gradient(top,white,#f2f2f2);
	background-image:-o-linear-gradient(top,white,#f2f2f2);
	background-image:linear-gradient(top,white,#f2f2f2);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	display:block;
	text-align:center;
	cursor:pointer;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease
}
.speed-dial-btn:hover,.speed-dial-btn2:hover {
	/*border:1px solid #d9e8f4*/
    border: 1px solid #FFF;
    text-decoration: none;
    background: #FFF;
    color: #2B587A;
    -webkit-box-shadow: 0 0 4px 1px #33B5E5;
    box-shadow: 0 0 4px 1px #33B5E5;
    transition: all .2s linear;
    -webkit-transition: all .2s linear; /* Safari */
}
.speed-dial-btn:hover [data-icon]:before,.quick-action-btn2:hover [data-icon]:before {
	font-size:26px;
	color:#428bca
}
.speed-dial-btn [data-icon]:before,.quick-action-btn2 [data-icon]:before {
	font-size:26px;
	color:#8c8c8c
}
.speed-dial-btn .label,.quick-action-btn2 .label {
	width:70%
}
.speed-dial-btn2 {
	padding:14px 2px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%
}
.speed-dial-btn2 .label {
	width:40%
}
.rcnt {
	
	list-style:none
}
 .page-header:first-child {
    margin: 10px 0 12px;
    border-bottom: 1px dotted #e2e2e2
}

 .page-header:first-child h1 {
    padding: 0;
    margin: 0 8px;
    font-size: 24px;
    font-weight: lighter;
    color: #2679b5
}

.hr {
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    border-top: 1px solid #e3e3e3;
    margin: 12px 0
}

.hrdotted {
    border-top: 1px dotted #3484c8
}

.grid2, .grid3, .grid4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0;
    float: left;
    border-left: 1px solid #e3e3e3
}

.grid2:first-child, .grid3:first-child, .grid4:first-child {
    border-left: none
}

.grid2 {
    width: 48%;
    padding: 0 2%
}

.grid3 {
    width: 33%;
    padding: 0 2%
}

.grid4 {
    width: 23%;
    margin: 0 1%;
    padding: 0 1%
}

td.seyrusefer_finish, td.sigorta_finish,  td.muayene_finish{
	background:#ff0000;
	color:#ffffff;
}

div#departman{
	margin:0 auto;
}

div.departmanlar {
  border: 1px solid #dedede;
  float: left;
  margin-bottom: 20px;

  padding: 10px;
  text-align: center;
  width: 20%;

 /* overflow-x:hidden;
  overflow-y:auto;*/

}

div.departman_adi{
	background:#317eac;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding:5px;
	font-size:12pt;
	height:21px;
	overflow:hidden;
}

img.avatarcik{
	float: left;
    height: 30px;
    margin-right: 10px;
}

div.pasif_dep_sayi {
	font-weight:bold;
	color:#669533;
}

div.aktif_dep_sayi{
	font-weight:bold;
	color:#ff0000;
}

div.personel_div{
	float:left;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
	border:1px solid #dedede;
	margin:10px;
	width:46%;
}



div.birim_personel_sayi{
	margin:10px 0;
	border-bottom:1px dotted #dedede;
}

/*div.widget div.widget-body{
	max-height:300px;
	overflow-y:auto;
	overflow-x:hidden;
}*/

.hizli i{
	font-size:40px;
	display:block;
	text-align:center;
	padding:0 10px 10px;
}

div.personel_bg{
	background:#14a7d2;
}

div.izin_bg{
	background:#9f41e0;
}

.izin_i{
	color:#9f41e0;
}

div.uye_bg{
	background:#e99a02;
}

.uye_i{
	color:#e99a02;
}

div.uye_indirim_bg{
	background:#e70111;
}

.uye_indirim_i{
	color:#e70111;
}

div.tahsilat_bg{
	background:#ec0f8c;
}

.tahsilat_i{
	color:#ec0f8c;
}

.destek_i{
	color:#888888;
}

.uyelik_ay_input{
	width:100px;
}

div.clear{
	clear:both;
}

img#fotograf_odeme{
	max-width:170px;
}

span.ucret_span{
	width:250px;
}

div#gunluk_kasa{
	text-align:center;
	padding:10px;
	
}

div.gider_bg{
	background:#ffa200;
}

.gider_i{
	color:#ffa200;
}

a.btn-primary{
	padding:5px 10px;
}


.logo img{
	max-width:100%;
}

div#sari_bg{
	background:#fac200;
	padding:20px;
	border:1px solid #dedede;
	margin:10px;
}


 input.kurs_ay_input{
		width:60px;
		
	}
	
	div#buyuk label{
		font-size:16px;
	}
	
span.ay_isim{
	width:90px;
	display:inline-block;
	padding-left:5px;
}


div#buyuk label{
	font-size: 16px;
    line-height: 30px;
    display: table;
 
	margin:0 10px;

}

div#buyuk input[type="checkbox"]{
  width: 30px; /*Desired width*/
  height: 30px; /*Desired height*/
  cursor: pointer;

}

input.kurs_ay_input{
	font-size:21px;
}

table.dataTable .btn{
	padding:5px 10px;
}



@media (max-width: 648px) {
	.nav-collapse, .nav-collapse.collapse{
		overflow:inherit !important;
		overflow-y:auto !important;
	}
	
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}