body {background: #f1f2f3; overflow-x: hidden;font-family: 'Barlow Semi Condensed', sans-serif;} 
.full-screen {width: 100vw; min-height: 90vh; position: relative; display: flex; align-items: center; justify-content: center;}
.login-form {background: #fff; display: grid; grid-template-columns: repeat(2, 1fr); border-radius: 5px; overflow: hidden;}
.login-form .form {background: #015ae8; display: flex; align-items: center;}
.login-form .login-col {padding: 40px;}


.main-header {background:  #015ae8; margin-bottom: 50px; position: fixed; width: 100%; z-index: 10; padding: 10px 0;}
.main-header .row {align-items: center;}

.main-header .inner-menu {display: flex; align-items: center; justify-content: space-between;}

.content {position: relative;top: 120px; padding-bottom: 100px;}
.sidebar {position: fixed; max-width: 300px;}
.sidebar-wrapper {position: relative;}

.menu {display: grid;  grid-template-columns: repeat(3, 1fr); column-gap: 30px;}
.menu .menu-icon {width: 60px; height: auto; display: inline-block; margin-bottom: 10px;text-align: center;}
.menu a {text-decoration: none; color: #111;text-align: center;}

.box {background: #fff; border-radius: 5px; padding: 20px 10px;}
.card-body {display: flex; flex-direction: column;}
.card-body .footer {border-top: 2px solid #eee; margin-top: auto; padding-top: 5px;}
.buttons-only {display: none!important;}
.card-body .input-group-sm>.btn {padding: 5px 12px!important}
.card-green {border-color: green}

/*.btn-plus {border-radius: 5px!important; margin-left: 2px!important; }
.btn-minus {border-radius: 5px!important; margin-right: 2px!important; }*/

.point-title {display: flex; align-items: center; justify-content: space-between; font-size: 20px; }
.point-title span:last-child {margin-left: 20px;}


.calender-grid {display: grid;  grid-template-columns: repeat(2, 1fr); column-gap: 24px; row-gap: 24px;}
.calender-grid-3 {display: grid;  grid-template-columns: repeat(3, 1fr); column-gap: 24px; row-gap: 24px;}

.point-value {background: #d5ebf5; padding: 3px 10px; display: inline-block; border-radius: 3px; font-size: 12px; font-weight: bold;}
table td {vertical-align: middle; border-bottom-width: 0!important;}

.input-group {flex-wrap: nowrap!important;}
.buttons-only {min-width: 20px!important;}


.total-point {background: #ffc107; padding: 10px 15px; width: 70px; text-align: center; line-height: 1; border-radius: 3px; display: inline-block;}


span.alert {display: inline-block;}
span.adet {background: #8bc34a; border-radius: 2px; padding: 1px 5px; color: white; font-size: 12px;}



.navigation,
.navigation ul,
.navigation ul li,
.navigation ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navigation:after,
.navigation > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.navigation {
  width: auto;
  z-index: 100;
  margin-left: auto;
}
.navigation > ul > li {
  float: left;
  display: inline-block;
}
.navigation > ul > li > a {
  padding: 15px 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  transition: all .3s;
  -webkit-transition: all .3s;
  position: relative;
  border: 1px solid #fff;
}
.navigation > ul > li:last-child > a:after {
  display: none;
}
.navigation > ul > li:hover > a,
.navigation > ul > li > a:hover,
.navigation > ul > li.active > a {
  color: #131D33;
  background: #ffffff;
}
.navigation ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
  border-bottom: 3px solid #00ADEF;
}
.navigation > ul > li > ul {
  top: 120px;
}
.navigation > ul > li:hover > ul {
  top: 67px;
  left: 0;
  opacity: 1;
  background: #131D33;
  padding: 10px 0;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
}
.navigation ul ul ul {
  padding-top: 0;
  padding-left: 0px;
}
.navigation ul ul > li:hover > ul {
  left: 180px;
  top: -10px;
  opacity: 1;
  background: #131D33;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
}
.navigation ul ul li a {
  text-decoration: none;
  font-weight: 600;
  padding: 10px 20px;
  max-width: 260px;
  white-space: nowrap;;
  width: auto;
  color: #FFF;
  border-bottom: 0;
  transition: all .2s;
  -webkit-transition: all .2s;
  font-size: 16px;
}
.navigation ul ul li:hover > a,
.navigation ul ul li.active > a {
  color: #231F20;
  background: #FFF;
}
.navigation > ul > li > ul::after {
  position: absolute;
  display: block;
}
.navigation ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #000;
  right: 17px;
  top: 18px;
}
.navigation ul ul li.has-sub.active > a::after,
.navigation ul ul li.has-sub:hover > a::after {
  border-left-color: #000;
}


/************************************************************************
 *
 * RESPONSIVE           
 *
 ************************************************************************/

.desktop-hide {display: none;}


/* Tablet Landscape (1024px) */
@media only screen and (max-width: 1024px) {
	.calender-grid {grid-template-columns: repeat(2, 1fr);}
  .sidebar, .main-header {position: relative;}
  .content {top: auto;}
}

/* Tablet Portrait (768px) */
@media only screen and (max-width: 768px) {
  .login-form {grid-template-columns: repeat(1, 1fr);}
  .sidebar {position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; background: #ffffff; padding: 10px; border-top: 2px solid #aaa; max-width: 100%;}
  .content {margin-bottom: 250px;}

  .offcanvas-menu {width: 320px; right: -320px;}
  .offcanvas-menu-open {right: 0;}
  .offcanvas-menu-inner {padding: 20px;}
}

/* Phone Landscape (480px) */
@media only screen and (max-width: 480px) {
	.calender-grid {grid-template-columns: repeat(1, 1fr); }
  .menu {display: grid;  grid-template-columns: repeat(2, 1fr); row-gap: 15px; column-gap: 15px;}
}

/* Phone Portrait (320px) */
@media only screen and (max-width: 320px) {
}





/************************************************************************
* MOBILE MENU            
************************************************************************/
.site-overlay {background: rgba(0,24,44,0.9); position: fixed; width: 100%; top: 0; bottom: 0; z-index: 200; display: none;}
.mobile-navigation-open {font-size: 20px; color: #d90093; padding: 8px 13px; float: right;  border: 1px solid #d90093; border-radius: 3px;}
.offcanvas-menu {position: fixed; height: 100%; width: 400px; right: -400px; /*right: 0;*/ top: 0; background: #fff; z-index: 600; transition: all .2s;}
.offcanvas-menu-open {right: 0;}

.offcanvas-menu .logo {position: relative; width: 100%; margin-bottom: 30px; float: left;}
.offcanvas-menu .logo-mobile {max-width: 200px; float: left;}
.offcanvas-menu .mobile-menu {margin-top: 15px;}
.offcanvas-menu .menu-close {background: #EA2027; border-radius: 50px; color: #fff; position: absolute; right: 0; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 20px; top: 20px;}
.offcanvas-menu-inner {background: #fff; padding: 30px; position: absolute; width: 100%; top: 0; bottom: 0; overflow-y: auto;}

.offcanvas-menu-inner::-webkit-scrollbar {width: 5px;}
.offcanvas-menu-inner::-webkit-scrollbar-track {background: #fff;}
.offcanvas-menu-inner::-webkit-scrollbar-thumb {background: #16151A;}
.offcanvas-menu-inner::-webkit-scrollbar-thumb:hover {background: #16151A;}

.offcanvas-menu-inner #mobile-menu .lang-item, .offcanvas-menu-inner #mobile-menu .search-button {display: none;}
