﻿@charset "UTF-8";
body {
  background-color: white;
  background: url(../images/a.png); }

.main {
  background-color: #fff;
  box-shadow: rgba(228, 228, 228, 0.69) 2px 2px; }

footer {
  background-color: #727473; }
  footer .nav-link {
    color: white; }

.main {
  border: solid 1px silver; }

.sosyal-link-title {
  font-weight: 600; }

.page-title {
  background: url("/Areas/admin/templates/flatlab/img/slider/1.jpg") no-repeat scroll -10px 10px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px 20px 10px 20px;
  color: white;
  font-size: 28px; }

/* Kendi Düğme tanımlamalarım*/
.btn-user-account {
  background-color: #98346e;
  color: white; }

.btn-user-account-dropdown {
  background-color: #d39f8c; }

.product {
  /*min-height: 423px;*/
  margin-bottom: 10px; }

/*.myOption {
        padding: 20px;
        border: solid 1px silver;
    }*/
.soru-metni-bolumu {
  padding: 10px;
  font-family: 'Arial';
  font-size: 16px; }

.panel-title {
  color: #8a3939;
  font-weight: 800; }

label.error {
  color: red;
  margin: 0px;
  font-weight: 500;
  font-size: x-small; }

@media (min-width: 992px) {
  .fullHeight {
    height: 140px; }
  .topBar {
    height: 25px;
    background-color: #727473; }
  .myNavbar .nav-item {
    /*border: solid 1px black;*/
    height: 100%;
    text-align: center;
    background-color: none !important;
    padding: 5px; }
  .myNavbar .nav-item:hover {
    background: none !important;
    border: solid 1px white; }
  .myNavbar .nav-link {
    vertical-align: middle;
    border-bottom: solid 3px #fff;
    height: 100%; }
  .myNavbar .nav-link:hover {
    /*background-color: #ae5d63;*/
    background-color: none;
    border-bottom: solid 3px #ae5d63; }
  .myNavbar .active > .nav-link {
    border-bottom: solid 3px #ae5d63; } }
