/*@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&display=swap');*/

table.dt thead .sorting, 
table.dt thead .sorting_asc, 
table.dt thead .sorting_desc {
    background : none !important;
}

body,html {
  /*font-family: 'Quicksand', sans-serif;*/
  font-weight: 400;
  font-size: 1rem;
  letter-spacing:.045rem;
  line-height: 30px;
}

h1,h2,h3 {
  font-weight: 700;
}

h4,h5,h6 {
  font-weight: 500;
}

p {
  text-align: justify;
}

.strong {
  font-weight: bold;
}


section#tum-tedaviler a {
  color: #01579B !important
}

section#tum-tedaviler a {
  color: #01579B !important
}


.breadcrumb {
  background-color: transparent;
  padding: 0.75rem 0;
}

.breadcrumb-item a {
  color: #000;
}

.breadcrumb-item a:hover {
  color: #00C851 !important;
}


.pt-6 {
  padding-top: 4rem !important;
}

.navbar .navbar-brand img {
  height: 40px;
}

.navbar .navbar-brand {
  padding-top: 0;
}


.navbar .button-collapse {
  padding-top: 1px;
}

.card-intro .card-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 0 !important;
}

.card-intro .card-body h1 {
  margin-bottom: 0;
}

.card-intro {
  margin-top: 64px;
}

@media (max-width: 450px) {
  .card-intro {
    margin-top: 56px;
  }
}

@media (min-width: 1441px) {
  .card-intro {
    padding-left: 0 !important;
  }
}

.view,
body,
html {
  height: 100%;
}

.carousel {
  height: 60%
}

.carousel .carousel-inner,
.carousel .carousel-inner .active,
.carousel .carousel-inner .carousel-item {
  height: 100%
}

@media (max-width:776px) {
  .carousel {
    height: 100%
  }
}

.navbar {
  background-color: rgba(0, 0, 0, .2);
}

.page-footer,
.top-nav-collapse {
  background-color: #929FBA
}

@media only screen and (max-width:768px) {
  .navbar {
    background-color: #929FBA
  }
}

@media (min-width: 576px) {
  .row .item {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background: #929FBA!important;
  }
}

@media (max-width: 992px) {
  .news-tile .card-title {
    font-size: 1.2rem;
  }
}

a.btn-success:hover {
  color: #fff !important;
  background-color: #00913b !important;
}

#toast-container > .toast-custom {
  content: "\f00C";
}

/* this will set the toastr style */
.toast-custom {
  background-color: #000;
  opacity: 0;
}

#dtBlogPosts tr.odd {
  background-color: #fff;
}

#dtBlogPosts tr.even td:hover {
  background-color: #fff;
}

.bg-turquoise {
  background-color: turquoise;
}

nav li.breadcrumb-item a:hover,
.t-link:hover {
  color: #006064 !important;
}

nav li.nav-item a:hover,
nav div a.rounded:hover,
.rmore:hover {
  background-color: #006064 !important;
  color: #fff !important;
}
nav div a.btn-link {
  text-decoration: none !important;
}


.bg-pattern {
  background-color: #fcfcfc;
  opacity: 0.8;
  background-image: radial-gradient(#444cf7 0.5px, #e5e5f7 0.5px);
  background-size: 10px 10px;
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.bg-steel {
  background: #f2f5fb !important;
}

.bg-gradient {
 /* fallback for old browsers */
 background: #c1dfc4;

 /* Chrome 10-25, Safari 5.1-6 */
 background: -webkit-linear-gradient(to top, rgba(193, 223, 196, 0.5), rgba(222, 236, 221, 1.));

 /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 background: linear-gradient(to top, rgba(193, 223, 196, 0.5), rgba(222, 236, 221, 1.))
}

div#postImage {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.list-group-item {
  background-color: inherit !important;
}