﻿
a {
  color: #255E99;
}

  a:hover, a:focus {
    color: #3779be;
    text-decoration: none;
  }

.navbar-brand {
  padding: 0 15px;
}

  .navbar-brand img {
    height: 50px;
  }

.navbar-default {
  background-color: #FFFFFF;
  border-color: rgba(231, 231, 231, 0.49);
}

  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    background-color: rgba(0,0,0,0.06);
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background-color: #1d365d;
    color: #fff;
  }


  .navbar-default .navbar-nav > li > a {
    color: #1d365d;
  }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #1d365d;
  }

@media (min-width: 768px) {
  .navbar-nav > li > a.iconic {
    padding: 0 15px;
    line-height: 50px;
    font-size: 1.6em;
  }

    .navbar-nav > li > a.iconic .badge {
      top: 6px;
      position: absolute;
      right: 6px;
      background-color: #c0392b;
    }
}



@media (min-width: 992px) {
  .modal-md {
    width: 750px !important;
  }

  .modal-lg {
    width: 1024px !important;
  }
}

@media (max-width: 767px) {
  .uni-logo-tiny {
    display: none !important;
  }

  #sidebar-trigger {
    position: relative;
    padding: 1.820625rem 1.5rem !important;
    transition: 0.25s !important;
    cursor: pointer;
    -webkit-user-select: none;
    margin-top: -21px !important;
    margin-left: 15px;
  }
}

.datepicker-dropdown {
  z-index: 10000 !important;
}

.circle-icon {
  position: relative;
  padding-left: 40px !important;
  cursor: pointer;
}

  .circle-icon i {
    width: 35px;
    height: 35px;
    border-radius: 30px;
    border: 2px solid;
    text-align: center;
    padding-top: 9px;
    position: absolute;
    top: 8px;
    left: 3px;
  }

.circle-icon-no-text {
  padding-right: 1px !important;
}


/*inputlara animasyon ekler açılış*/
.form-control:focus {
  -webkit-animation: anim-shadow 0.3s forwards;
  animation: anim-shadow 0.3s forwards;
}

@-webkit-keyframes anim-shadow {
  from {
    box-shadow: 0px 0px 50px 5px rgba(102, 175, 233, 1);
  }

  to {
    border-color: #66afe9;
    outline: 0;
    box-shadow: 0px 0px 8px 0px rgba(102, 175, 233, .6);
  }
}

@keyframes anim-shadow {
  from {
    box-shadow: 0px 0px 50px 3px rgba(102, 175, 233, 1);
  }

  to {
    border-color: #66afe9;
    outline: 0;
    box-shadow: 0px 0px 8px 0px rgba(102, 175, 233, .6);
  }
}
/*inputlara animasyon ekler kapanış*/

/*Portalda yukarı git iconu ekler*/
.go-top {
  position: fixed;
  bottom: 100px;
  right: 30px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(51, 51, 51, .6);
  display: none;
  margin: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 31px;
  font-size: 2em;
  color: #eee;
}

  .go-top:hover {
    opacity: 0.8;
    color: #fff;
  }
