@charset "utf-8";
/* CSS Document */
.login-logo{display: flex; justify-content: center;}
.login-logo img{max-width: 220px;}

.islem-btn-box{display: flex; flex-direction: row;}
.islem-btn{display: flex; justify-content: center; align-items: center;}

.durum-switch-box{display: flex; align-items: center;}
.durum-switch-box .switchery{margin-top: 0 !important; margin-right: 0 !important;  }
.durum-switch-box label{margin: 0 10px;}

.durum-label{padding: 0 !important;  border-radius: 0 !important;width: 24px; height: 24px; display: flex; justify-content: center; align-items: center;}

.teklifNo-label{color: #2278dd;font-size: 20px; font-weight: bold;}

.navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap{padding-top: 12px !important;width: 90% !important;margin: 0 auto;}



.home-btn-stn{display: flex; flex-wrap: wrap;}

.home-box{min-width: 64px; min-height:84px; width:calc(33.33% - 24px);margin: 12px;display: flex; justify-content: flex-start; align-items: center;   flex-wrap: wrap;flex-direction: column;text-align: center;}
.home-btn{width: 64px;height: 64px;  display: flex; justify-content: center; align-items: center;   flex-wrap: wrap;flex-direction: column;text-align: center; background: rgb(245,138,31);
background: linear-gradient(180deg, rgba(245,138,31,1) 0%, rgba(251,191,52,1) 100%); border-radius: 15px;-webkit-border-radius: 15px; }
.home-btn i{font-size: 38px; color: #fff;}
.home-title{font-size: 12px;}
input[type="radio"]:checked + .radio-item{background-color: #ffffd5 !important;}

.siparis-puan-str{width: 100%; margin-bottom: 20px;}
.login-kayit-btn-box{display: flex; justify-content: space-between; margin-top: 16px;}


.katalog-detay-box{display: flex;flex-direction: column;margin-bottom: 32px;}
.katalog-alt-bilgi-box{display: flex;flex-direction: row;padding: 9px 0; border-bottom: 1px solid #ccc;}
.katalog-detay-title{font-weight: bold; font-size: 14px ;  color: #333;width: 90px;}


.katalog-detay-bilgi{font-size: 14px  ;  color: #333333; width: calc(100% - 90px);}
.katalog-detay-bilgi.bilgi-2{color: #f68b18; font-weight: bold;}
@media (max-width:768px)
{
.navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .nav-header .logo-wrap img{height: 42px !important;}	
	.radio-group label{width:calc(50% - 10px) !important;}
	
	.navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav{left: calc(100% - 64px) !important; right: 0; background: #f5f5f5 !important; z-index: 99;}
}

@media (max-width:500px)
{
.navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .nav-header .logo-wrap img{height: 42px !important;}	
.radio-group label{width:calc(50% - 10px) !important;}
	.navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav{left: calc(100% - 64px) !important; right: 0;background: #f5f5f5  !important;width: 64px; box-shadow: inherit !important; } 
}