﻿.portal-navbar {
  background-color: transparent !important;
  border-color: transparent !important;
}

  /****** PORTAL RIGHT MENÜ ******/

  .portal-navbar ul.nav.navbar-nav.navbar-right > li > a {
    color: #fff !important;
  }

/****** PORTAL LEFT MENÜ ******/
.menu-ball.ball-top {
  -webkit-animation-name: menu-ball-top;
  -webkit-animation-duration: .2s;
  -webkit-animation-delay: 0s;
  -moz-animation-name: menu-ball-top;
  -o-animation-name: menu-ball-top;
  animation-name: menu-ball-top;
  -moz-animation-duration: .2s;
  -o-animation-duration: .2s;
  animation-duration: .2s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

@keyframes menu-ball-top {
  0% {
    left: 15px;
    top: 1000px;
  }

  100% {
    left: 15px;
    top: 20px;
  }
}

.menu-ball.ball-middle {
  -webkit-animation-name: menu-ball-middle;
  -webkit-animation-duration: .4s;
  -webkit-animation-delay: 0s;
  -moz-animation-name: menu-ball-middle;
  -o-animation-name: menu-ball-middle;
  animation-name: menu-ball-middle;
  -moz-animation-duration: .4s;
  -o-animation-duration: .4s;
  animation-duration: .4s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

@keyframes menu-ball-middle {
  0% {
    left: 15px;
    top: 1000px;
  }

  50% {
    left: 15px;
    top: 1000px;
  }

  100% {
    left: 15px;
    top: 20px;
  }
}

.menu-ball.ball-bottom {
  -webkit-animation-name: menu-ball-bottom;
  -webkit-animation-duration: .6s;
  -webkit-animation-delay: 0s;
  -moz-animation-name: menu-ball-bottom;
  -o-animation-name: menu-ball-bottom;
  animation-name: menu-ball-bottom;
  -moz-animation-duration: .6s;
  -o-animation-duration: .6s;
  animation-duration: .6s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

@keyframes menu-ball-bottom {
  0% {
    left: 15px;
    top: 1000px;
  }

  66% {
    left: 15px;
    top: 1000px;
  }

  100% {
    left: 15px;
    top: 20px;
  }
}

.menu-ball {
  height: 18px;
  width: 18px;
  margin-left: -10px;
  background: #FFF !important;
}

.menu-text {
  left: 2px;
  top: 40px;
  font-size: 1.8em;
  color: #FFF !important;
  font-weight: normal;
  border-bottom: none;
  display: none;
}

.menu-ball.ball-top {
  margin-top: 6px;
}

.menu-ball.ball-middle {
  margin-top: 30px;
}

.menu-ball.ball-bottom {
  margin-top: 54px;
}

/****** PORTAL CONTENT *****/

.portal-container, .portal-content-header, .portal-content {
  display: none;
}

  .portal-container .panel.panel-default {
    -moz-box-shadow: 1px 6px 23px -1px rgba(51,23,51,0.42);
    box-shadow: 1px 6px 23px -1px rgba(51,23,51,0.42);
  }

.portal-content-header {
  margin-top: 2%;
  margin-bottom: 33px;
}

.portal-about /*, .portal-login .panel-body*/ {
  height: 313px;
  position: relative;
}

.portal-bip {
  height: 63px;
  padding: 5px;
}

  .portal-bip > a > i {
    font-size: 3em;
    position: absolute;
    margin-top: 10px;
    margin-left: 30px;
    left: 0px;
  }

  .portal-bip > a > span {
    position: absolute;
    font-size: 1.5em;
    width: 73%;
    left: 0;
    margin-left: 23%;
    line-height: 1em;
    margin-top: 5px;
  }

.portal-webmail {
  height: 65px;
  padding: 5px;
  border-radius: 5px;
  background: white;
  float: left;
  width: 79%;
  position: relative;
  box-shadow: 1px 6px 23px -1px rgba(51,23,51,0.42);
  cursor: pointer;
}

  .portal-webmail a > i {
    font-size: 3em;
    margin-left: 5px;
    margin-top: 7px;
  }

  .portal-webmail a > span.portal-webmail-title {
    position: absolute;
    left: 22%;
    top: 7px;
    font-weight: bold;
    font-size: 1.6em;
  }

  .portal-webmail a > span.portal-webmail-content {
    position: absolute;
    left: 23%;
    bottom: 0;
    width: 75%;
    line-height: 1.2em;
    font-size: .75em;
    top: 35px;
  }

@media(max-width:1200px) {
  .portal-faq {
    width: 70% !important;
  }

    .portal-faq > a > span {
      margin-left: 24% !important;
    }

  .portal-webmail {
    width: 70% !important;
  }

    .portal-webmail > a > span {
      margin-left: 24% !important;
    }

  .portal-webmail-title, .portal-webmail-content {
    left: 3% !important;
  }

  .portal-bip > a > span {
    font-size: 1.3em;
    margin-left: 25%;
    margin-top: 10px;
  }
}

@media(max-width:992px) {
  .portal-bip > a > span {
    margin-left: 13%;
    line-height: 2em;
  }

  .portal-faq {
    width: 87% !important;
  }

    .portal-faq > a > span {
      margin-left: 11% !important;
    }

  .portal-webmail {
    width: 87% !important;
  }

    .portal-webmail > a > span {
      margin-left: 8% !important;
    }

  .portal-webmail-content {
    bottom: 10px !important;
  }
}

/*.portal-login {
  background-color: rgba(255, 255, 255, 0.2);
}*/

.portal-to-do-list {
  height: 400px;
}

.portal-announcement {
  height: 313px;
}

  .portal-announcement .news-ticker ul {
    /*height: 218px !important;*/
    margin-bottom: 14px;
  }

.portal-message {
  height: 65px;
  padding: 5px;
}

.portal-message {
  text-align: center;
}

.portal-faq {
  height: 66px;
  padding: 5px;
  border-radius: 5px;
  background: white;
  float: left;
  width: 79%;
  box-shadow: 1px 6px 23px -1px rgba(51,23,51,0.42);
  cursor: pointer;
}

  .portal-faq > a {
    top: 0;
    width: 100%;
    cursor: pointer;
  }

    .portal-faq > a > span {
      position: absolute;
      margin-top: 14px;
      font-size: 1.6em;
      /*width: 78%;*/
      left: 0;
      margin-left: 22%;
    }

.portal-phonelist, .portal-akillikart {
  float: right;
  box-shadow: 1px 6px 23px -1px rgba(51,23,51,0.42);
}

  .portal-phonelist > a, .portal-akillikart > a {
    border-radius: 3px;
    background: white;
    height: 65px;
    width: 65px;
    display: block;
    box-shadow: 1px 6px 23px -1px rgba(51,23,51,0.42);
  }

/*.portal-phonelist > a > i {
            font-size: 4em;
            margin: 8px 10px;
        }*/

.portal-smart-kart-panel {
  padding-top: 21px;
}

.portal-mail-panel, .portal-smart-kart-panel {
  height: 70px;
}

  .portal-mail-panel > a > i {
    position: absolute;
    margin-top: 5px;
  }

  .portal-mail-panel > a > i, .portal-smart-kart-panel > a > i {
    font-size: 2em;
  }

  .portal-mail-panel > a > span.portal-content-title, .portal-smart-kart-panel > a > span.portal-content-title {
    font-size: 1.6em;
  }

  .portal-smart-kart-panel > a > span.portal-content-title {
    margin-left: 3%;
  }

  .portal-mail-panel > a > span.portal-content-title {
    margin-left: 13%;
  }

  .portal-mail-panel > span.sub-title {
    font-size: 0.75em;
    font-weight: bold;
    margin-left: 13%;
    position: relative;
    top: -7px;
  }

  .portal-mail-panel > a.portal-mail-panel-forgot-password {
    position: absolute;
    margin-top: -10px;
    float: right;
    right: 29px;
    font-size: 0.75em;
    color: #c36486;
  }

.portal-bold-text {
  font-weight: 600;
  color: #fff;
  font-size: 6em;
  font-family: 'Open Sans','Arial';
  margin-bottom: 30px;
  margin-left: 25px;
}

.portal-light-text {
  color: #fff;
  font-size: 2.4em;
  font-family: 'Open Sans','Arial';
  margin-left: 8px;
}

.portal-vertical-line {
  margin-left: 6px;
  height: 59px;
  width: 1px;
  background-color: #fff;
  display: inline-block;
}

.portal-ikcu-text {
  font-weight: 600;
  color: #fff;
  font-size: 2em;
  font-family: 'Open Sans','Arial';
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  margin-left: -25px;
  bottom: 40px;
}

.portal-content-title {
  font-weight: bold;
  font-size: 1.8em;
}

.portal-container .btn.btn-default.btn-bottom {
  right: 30px;
  bottom: 25px;
  position: absolute;
}

.portal-about .line {
  margin: 0;
}

/*.portal-about-img {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding-top: 10px;
    border-top: solid 1px;
}*/

.portal-about p {
  color: #585858;
}

.portal-login-university-img {
  width: 100%;
}

/*
.portal-login .input-group-addon {
  font-size: 19px;
  color: #B9B6B6;
  background-color: #FFF;
}

.portal-login label {
  color: #fff;
  margin-top: 15px;
  font-size: medium;
}

.portal-login .portal-login-content {
  width: 80%;
  margin-left: 10%;
}

.portal-login .portal-login-footer {
  text-align: center;
  width: 100%;
}

  .portal-login .portal-login-footer a {
    color: #fff;
    font-size: 0.85em;
  }

    .portal-login .portal-login-footer a:hover {
      cursor: pointer;
      text-decoration: underline;
    }*/

/*.social-media {
  margin-top: 5px;
}

  .social-media a {
    font-size: 1.5em !important;
    margin-right: 10px;
  }*/

.portal-phone-book a {
  margin-left: 20px;
}

  .portal-phone-book a:hover {
    cursor: pointer;
  }

.portal-phone-book span {
  position: absolute;
}

  .portal-phone-book span.phone-text {
    color: #585858;
    font-weight: bold;
    padding-left: 95px;
    margin-top: 40px;
  }

.portal-message span.message-text {
  color: #585858;
  font-weight: bold;
  position: absolute;
  left: 106px;
  margin-top: 33px;
}

.portal-message span {
  vertical-align: top;
  margin-left: 10px;
}

.portal-message > i, .portal-phone-book > a > i {
  font-size: 5em;
}

.usergroup h4 {
  font-weight: bold;
  font-size: 19px;
}

  .usergroup h4:last-child {
    margin-bottom: -10px;
  }

#btnAddToDo {
  float: right;
}

.news-ticker {
  height: 85% !important;
  padding-top: 8px;
  border-top: solid 1px;
  margin-top: 1px;
}

  .news-ticker ul {
    list-style: none;
    padding-left: 5px;
    width: 100%;
    height: 200px;
    margin-bottom: 0px;
  }

    .news-ticker ul li {
      display: -webkit-box,-moz-box;
      padding-top: 5px;
      height: 50px;
      border-bottom: solid 1px #F1F0F0;
      text-align: left;
      text-rendering: auto;
      /*white-space: nowrap;*/
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
    }

      .news-ticker ul li span, .news-ticker ul li a {
        font-family: Open Sans,'Arial';
        /*font-weight: bold;*/
        font-size: 13px;
        color: #585858;
      }

        /*.news-ticker ul li a:hover {
        text-decoration: underline;
      }*/

        .news-ticker ul li a:hover, .news-ticker .news-ticker-footer a:hover {
          cursor: pointer;
        }

  .news-ticker .news-ticker-footer {
    /*margin-top: -6px;*/
    float: right;
    bottom: 0px;
  }

.news-ticker-footer {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: 8px;
}

  .news-ticker-footer > a {
    font-size: 1.4em;
    cursor: pointer;
  }

.portal-to-do-list ul li > div:hover .personal-buttons {
  display: inline;
}

.portal-to-do-list .personal-buttons {
  position: absolute;
  display: none;
  right: 30px;
}

  .portal-to-do-list .personal-buttons a {
    font-size: 1.3em;
    border: solid;
    border-radius: 50%;
    border-width: 1px;
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    background-color: white;
    z-index: 100;
  }

.portal-to-do-list .news-ticker ul {
  height: 300px;
}

/*.portal-login .logo-image {
  height: 80px;
  text-align: center;
}*/

.news-ticker ul li.not-found {
  color: #8a8a8a;
  text-align: center;
  font-weight: bold;
}

#portalNotificationDetailImage {
  float: left;
  height: 300px;
}

#portalNotificationFileList {
  padding-left: 0;
  margin-top: 10px;
}

  #portalNotificationFileList li {
    list-style: none;
    font-size: 0.85em;
  }

    #portalNotificationFileList li a.btn {
      background: transparent;
      color: #fff;
      margin-left: 10px;
    }

#portalNotificationFileDiv {
  bottom: 10px;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 15px 0;
}

#portalNotificationDetailText {
  font-size: 0.85em;
  height: 200px;
  overflow: scroll;
  overflow-y: auto;
  overflow-x: hidden;
  position: inherit;
  padding-right: 10px;
}

#portalNotificationDetailModal .modal-header {
  color: #fff;
  text-align: center;
}

  #portalNotificationDetailModal .modal-header .close {
    color: #fff;
  }

#portalNotificationDetailModal .modal-content {
  border-radius: 0px;
  color: #fff;
  min-height: 424px;
}

#btnPortalAbout {
  right: 15px;
  bottom: 10px;
}

.portal-about .portal-about-content {
  height: 220px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 5px;
}

#portalNotificationDetailModal a {
  color: #fff;
  text-decoration: underline;
}

  #portalNotificationDetailModal a:hover {
    color: #23527c;
  }

/*
#portalAlertModal .modal-content {
  height: 530px;
  background-size: 100%;
}

#portalAlertModal .modal-body {
  height: 100%;
}

#portalAlertModal .portal-alert-logo {
  width: 100%;
  height: 130px;
  padding: 40px;
  text-align: center;
}

#portalAlertModal .portal-alert-name {
  width: 100%;
  height: 80px;
  text-align: center;
  font-size: 3em;
  font-style: italic;
  font-weight: bold;
}

#portalAlertModal .portal-alert-text {
  width: 100%;
  height: 125px;
  font-size: 1.5em;
  padding: 0px 30px;
  color: #565656;
  font-style: italic;
  text-align: center;
}

#portalAlertModal .bilgilendirme {
  height: 280px;
  overflow: scroll;
  overflow-x: hidden;
      font-size: 14px;
}

#portalAlertModal .portal-alert-rector {
  width: 100%;
  height: 100px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

#portalAlertModal .portal-alert-dis-kurum-text {
  width: 100%;
  padding: 0 30px;
  text-align: justify;
}

#portalAlertModal .portal-alert-rector-right {
  width: 100%;
  height: 50px;
  text-align: right;
  font-size: 1.2em;
  font-weight: bold;
  padding-right: 35px;
}

#portalAlertModal .close {
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 2.3em;
  color: #777676;
  border: solid 1px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-color: #fff;
  opacity: 1;
}

#portalAlertModal .portal-alert-link {
  position: absolute;
  bottom: 10px;
  padding: 15px;
}

  #portalAlertModal .portal-alert-link a {
    color: #fff;
  }
*/

@media screen and (max-width: 768px) {
  .sidebar {
    width: 300px;
  }

  #btnExpandMenu {
    display: none;
  }

  .portal-navbar {
    background-color: #000000 !important;
  }

  .navbar-header {
    float: left;
  }

  .navbar-nav {
    float: left;
  }

  .portal-content {
    margin-top: 15px;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding: 0;
    overflow: visible !important;
  }

  .navbar-nav.navbar-right {
    float: right !important;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .menu-ball {
    margin-left: -15px;
    margin-right: 0px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
  }

    .menu-ball.ball-top {
      margin-top: 2px;
    }

    .menu-ball.ball-middle {
      margin-top: 17px;
    }

    .menu-ball.ball-bottom {
      margin-top: 31px;
      margin-bottom: 5px;
    }

  .menu-text {
    left: 0px;
    top: 29px;
    font-size: 1.08em;
    font-weight: bold;
  }

  .portal-content-header .portal-vertical-line, .portal-content-header .portal-light-text {
    display: none !important;
  }

  .portal-content-header .portal-ikcu-text {
    font-size: 1.5em;
    margin-left: -12px;
    bottom: 23px;
  }

  .portal-content-header .portal-bold-text {
    font-size: 4em;
    margin-bottom: 30px;
    margin-left: 25px;
  }

  .portal-bip span.portal-content-title {
    font-size: .95em;
    margin-left: 80px;
    margin-top: 17px;
  }

  .portal-faq {
    width: 70% !important;
  }

    .portal-faq span.portal-content-title {
      font-size: 0.95em;
      margin-left: 80px !important;
      margin-top: 22px;
    }
}