﻿*:focus {
  outline: none !important;
}

::-webkit-scrollbar {
  width: 6px;
  height: 8px;
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}

.modal-xlg {
  width: 98% !important;
}

@media (min-width: 992px) {
  .modal-xlg {
    width: 90% !important;
  }
}

@media (min-width: 768px) {
  .modal-xlg {
    width: 90% !important;
  }
}

.modal {
  overflow-y: auto !important;
}

/*********************
  sol menü
*/

.content-wrapper,
.main-footer {
  margin-left: 351px;
}

.main-sidebar {
  width: 351px;
}

.sidebar-open .content-wrapper,
.sidebar-open .main-footer {
  -webkit-transform: translate(351px, 0);
  -ms-transform: translate(351px, 0);
  -o-transform: translate(351px, 0);
  transform: translate(351px, 0);
}

.sidebar-collapse .main-sidebar {
  -webkit-transform: translate(-351px, 0);
  -ms-transform: translate(-351px, 0);
  -o-transform: translate(-351px, 0);
  transform: translate(-351px, 0);
}

.main-header .navbar {
  margin-left: 0;
}

.main-header .logo {
  width: 351px;
}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
  white-space: normal;
}

.box-profile .user-panel {
  padding: 10px 10px 10px 0;
}

  .box-profile .user-panel > .info {
    left: 40px;
  }

.box-profile . .user-panel > .image > img {
  width: 45px;
  height: 45px;
}

.content-wrapper, .main-footer {
  margin-left: 0;
}

.login-logo, .register-logo {
  margin-bottom: 0;
}

  .login-logo .logo-image img {
    padding: 15px;
    width: 180px;
  }

.eSignlogin-logo {
  text-align: center;
  margin-bottom: 0;
}

  .eSignlogin-logo .eSignlogo-image img {
    width: 180px;
  }

.login-box, .register-box {
  margin: 3% auto;
}

@media (max-width: 767px) {
  .main-sidebar {
    padding-top: 50px;
  }

  .login-logo .logo-image img {
    padding: 0px;
    width: 150px;
  }

  .eSignlogin-logo .eSignlogo-image img {
    padding: 0px;
    width: 150px;
  }
}

.control-sidebar-bg, .control-sidebar {
  width: 268px;
  right: -268px;
}

.verification-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
}

.verification-code {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.custom-btn-esignLogin {
  display: block;
  width: 100%;
  padding: 8px 10px;
  background-color: #2196f3; /* Bootstrap'un btn-primary rengi */
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.custom-btn-esingLogin:hover {
  background-color: #0056b3; /* Hover rengi */
}

/*******************
  language menu
*/
.navbar-nav > .language-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%
}

  .navbar-nav > .language-menu > .dropdown-menu > li {
    position: relative
  }

    .navbar-nav > .language-menu > .dropdown-menu > li.header {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      background-color: #ffffff;
      padding: 7px 10px;
      border-bottom: 1px solid #f4f4f4;
      color: #444444;
      font-size: 14px
    }

    .navbar-nav > .language-menu > .dropdown-menu > li.footer > a {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
      font-size: 12px;
      background-color: #fff;
      padding: 7px 10px;
      border-bottom: 1px solid #eeeeee;
      color: #444 !important;
      text-align: center
    }

@media (max-width: 991px) {
  .navbar-nav > .language-menu > .dropdown-menu > li.footer > a {
    background: #fff !important;
    color: #444 !important
  }
}

.navbar-nav > .language-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal
}

.navbar-nav > .language-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden
}

  .navbar-nav > .language-menu > .dropdown-menu > li .menu > li > a {
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4
  }

    .navbar-nav > .language-menu > .dropdown-menu > li .menu > li > a:hover {
      background: #f4f4f4;
      text-decoration: none
    }

  .navbar-nav > .language-menu > .dropdown-menu > li .menu > li > a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px
  }

    .navbar-nav > .language-menu > .dropdown-menu > li .menu > li > a > .glyphicon, .navbar-nav > .language-menu > .dropdown-menu > li .menu > li > a > .fa, .navbar-nav > .language-menu > .dropdown-menu > li .menu > li > a > .ion {
      width: 20px
    }

    .navbar-nav > .language-menu > .dropdown-menu > li .menu > li > a > h4 {
      margin: 2px;
      padding: 0;
    }

    .navbar-nav > .language-menu > .dropdown-menu > li .menu > li > a > div > img {
      padding: 0px 10px !important;
    }
/*******************
  Help Document Files
*/
.navbar-nav > .help-document-files > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%
}

  .navbar-nav > .help-document-files > .dropdown-menu > li {
    position: relative
  }

    .navbar-nav > .help-document-files > .dropdown-menu > li.header {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      background-color: #ffffff;
      padding: 7px 10px;
      border-bottom: 1px solid #f4f4f4;
      color: #444444;
      font-size: 14px
    }

    .navbar-nav > .help-document-files > .dropdown-menu > li.footer > a {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
      font-size: 12px;
      background-color: #fff;
      padding: 7px 10px;
      border-bottom: 1px solid #eeeeee;
      color: #444 !important;
      text-align: center
    }

@media (max-width: 991px) {
  .navbar-nav > .help-document-files > .dropdown-menu > li.footer > a {
    background: #fff !important;
    color: #444 !important
  }
}

.navbar-nav > .help-document-files > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal
}

.navbar-nav > .help-document-files > .dropdown-menu > li .help-document-file-list {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden
}

  .navbar-nav > .help-document-files > .dropdown-menu > li .help-document-file-list > li > a {
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4
  }

    .navbar-nav > .help-document-files > .dropdown-menu > li .help-document-file-list > li > a:hover {
      background: #3c8dbc;
      color: white;
      text-decoration: none
    }

  .navbar-nav > .help-document-files > .dropdown-menu > li .help-document-file-list > li > a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 7px;
  }

    .navbar-nav > .help-document-files > .dropdown-menu > li .help-document-file-list > li > a > .glyphicon, .navbar-nav > .help-document-files > .dropdown-menu >
    li .menu > li > a > .fa, .navbar-nav > .help-document-files > .dropdown-menu > li .help-document-file-list > li > a > .ion {
      width: 20px
    }

    .navbar-nav > .help-document-files > .dropdown-menu > li .help-document-file-list > li > a > h4 {
      margin: 0;
      padding: 0;
      font-size: 14px;
    }

    .navbar-nav > .help-document-files > .dropdown-menu > li .help-document-file-list > li > a > div > img {
      padding: 0px 10px !important;
    }
/****************
      css loader
    */

.css-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.80);
  z-index: 99999;
}

  .css-loader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
  }

    .css-loader .loader .css-loader-logo {
      background: url(/images/uniLogo.png);
      background-position: center;
      background-size: cover;
      width: 100px;
      height: 100px;
      border-radius: 50px;
    }

  .css-loader .css-loader-title {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    font-family: 'Arial',sans-serif;
    font-size: 23px;
    letter-spacing: 1px
  }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

  #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
  }

  #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
  }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/****************
  task menü
*/
#np-tasks-menu .menu {
  font-size: 12px;
}

  #np-tasks-menu .menu li div.row {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
  }

    #np-tasks-menu .menu li div.row:hover {
      background: #fafafb;
    }

    #np-tasks-menu .menu li div.row .btn-group {
      position: absolute;
      right: 15px;
      top: 0px;
      visibility: hidden;
    }

    #np-tasks-menu .menu li div.row:hover .btn-group {
      visibility: visible;
    }
/****************
      portal top user menu
    */
.portal-sub-menu-app-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}

  .portal-sub-menu-app-list ul li {
    height: 70px;
    width: 31%;
    display: inline-block;
    margin: 1%;
    padding: 1%;
    position: relative;
    /*border: solid;
    border-width: 2px;
    border-radius: 3px;*/
    border-color: #3c8dbc;
    flex: 0 1 auto;
    align-self: auto;
  }

    .portal-sub-menu-app-list ul li.collapse {
      display: none !important;
    }

    .portal-sub-menu-app-list ul li:hover {
      cursor: pointer;
    }

    .portal-sub-menu-app-list ul li > a {
      height: 100%;
      width: 100%;
      position: relative;
      display: inline-block;
      text-align: center;
    }

      .portal-sub-menu-app-list ul li > a > i {
        font-size: 25px;
        padding-top: 5px;
        color: #3c8dbc;
        width: 100%;
      }

      .portal-sub-menu-app-list ul li > a > span {
        color: #676666;
        font-size: 0.8em;
        display: inline-table;
      }

        .portal-sub-menu-app-list ul li > a > span.badge {
          position: absolute;
          right: 7px;
          background-color: #A72D2D;
          color: #fff;
          top: 0px;
        }

    .portal-sub-menu-app-list ul li:hover {
      background-color: #eeeeee;
    }

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 185px;
}

.user-menu a > .fa {
  margin-right: 0px !important;
}

.mail-login-panel .input-group {
  width: 100%;
}

.mail-login-panel .input-group-addon {
  width: 100px;
  text-align: left;
}

  .mail-login-panel .input-group-addon.datepickerbutton {
    width: 38px;
    text-align: center;
  }

/****************
portal heading
*/

.header-hr {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
}

  .header-hr h2 {
    font-size: 20px;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 2px;
    font-weight: bolder;
  }

    .header-hr h2 span {
      content: "";
      display: block;
      width: 100%;
      height: 3px;
      background-color: #dd4b39;
      position: relative;
      top: 5px;
    }

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

  .btn-circle.btn-xs {
    width: 22px;
    height: 22px;
    padding: 2px 1px;
    font-size: 12px;
    line-height: 1.33;
    border-radius: 22px;
  }

  .btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
  }

  .btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
  }

/****************************/
/*sağ panel css*/

.control-side-bar-menu-div li {
  position: relative;
}

  .control-side-bar-menu-div li a.remove-fav-btn {
    display: none;
    position: absolute;
    right: 22px;
    top: 17px;
    z-index: 1;
  }

  .control-side-bar-menu-div li:hover a.remove-fav-btn {
    display: block;
  }

@media (min-width: 991px) {
  .top-menu-container a:first-child {
    margin-left: 0;
  }
}

.bg-blue {
  background-color: #3c8dbc !important;
}

.main-footer-top {
  /*background: #fff;*/
  padding: 15px;
  /*color: #444;*/
  /*border-top: 1px solid #d2d6de;*/
}

.main-footer-top-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

  .main-footer-top-ul li {
    display: inline-flex;
    flex: 0 1 auto;
  }

    .main-footer-top-ul li a {
      width: 150px;
    }

.profile-user-img {
  height: 100px;
}

.user-panel > .info > p {
  padding: 10px 0;
}

/****************************/
/*portal sol kullanıcı menüsü */

.portal-user-sub-menu-app-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  flex-wrap: wrap;
}

  .portal-user-sub-menu-app-list ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    border-color: #3c8dbc;
    flex: 0 1 auto;
    align-self: auto;
    margin: 2px 0;
  }

    .portal-user-sub-menu-app-list ul li.collapse {
      display: none !important;
    }

    .portal-user-sub-menu-app-list ul li:hover {
      cursor: pointer;
    }

    .portal-user-sub-menu-app-list ul li > a {
      height: 40px;
      width: 100%;
      position: relative;
      display: inline-block;
      padding: 0px 0px 0px 45px;
      margin: 0;
      line-height: 40px;
    }

      .portal-user-sub-menu-app-list ul li > a > i {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 25px;
        color: #3c8dbc;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #eeeeee;
      }

      .portal-user-sub-menu-app-list ul li > a > span {
        color: #676666;
        display: inline-table;
      }

        .portal-user-sub-menu-app-list ul li > a > span.badge {
          position: absolute;
          right: 10px;
          background-color: #A72D2D;
          color: #fff;
          top: 11px;
        }

    .portal-user-sub-menu-app-list ul li:hover {
      background-color: #eeeeee;
    }

.box-profile .nav-tabs-custom {
  box-shadow: none;
  margin-bottom: 0;
}

.user-widget-remove-button {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 5px;
  background: transparent;
  border: 0;
}

/*@media (min-width: 992px) {
  .col-md-2 .portal-user-sub-menu-app-list ul li > a {
    line-height: 20px;
  }
}*/

fieldset {
  border: 1px solid #dedede !important;
  position: relative !important;
  padding: 25px 20px 15px 20px !important;
  margin-bottom: 25px !important;
}

  fieldset legend {
    position: absolute !important;
    top: -15px !important;
    display: block !important;
    background: #fff !important;
    width: auto !important;
    padding: 0 5px 0 5px !important;
    border-bottom: 0 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #3c8dbc !important;
  }

.global-title {
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
  background: #23526d;
  z-index: 99999999999999999;
  padding: 2px 10px;
  display: block;
  border-radius: 4px 0 0 0;
}

.login-box-body, .register-box-body {
  background: #fff;
  transition: box-shadow .3s;
  box-shadow: none;
  border-radius: 3px;
}

  .login-box-body:hover, .register-box-body:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
  }

/*portalAlertModal*/

#portalAlertModal .modal-content {
  background-size: 100%;
  border-radius: 6px;
}

#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: 16px;
}

#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: -5px;
  right: -5px;
  font-size: 20px;
  color: #163242;
  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;
  }

/****************/
/*portal özel düğmeler*/
.btn-edevlet {
  background-image: url("../../images/edevlet145x34.png");
  background-repeat: no-repeat;
}

.usersgroupselect {
  font-family: 'Source Sans Pro', 'FontAwesome';
}

.nav-tabs-sm > li > a {
  padding: 5px 10px;
}

.close.account-management-close {
  padding: 0 10px;
}

.g-recaptcha div:first-child {
  width: 100% !important;
  text-align: center;
}

#calendarAlertModal .close {
  position: absolute;
  margin: 15px !important;
  top: -5px;
  right: -5px;
  font-size: 20px;
  color: #163242;
  border: solid 1px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-color: #fff;
  opacity: 1;
}

#calendarAlertModal .modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  max-width: 1000px;
}

.calendar-alert-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

  .calendar-alert-table th, .calendar-alert-table td {
    border: 1px solid #ccc;
    padding: 3px;
    font-size: 13px;
    text-align: left;
  }

  .calendar-alert-table th {
    background-color: #f0f0f0;
  }

#calendarAlertModal .modal-footer {
  text-align: right;
}