#Form_9_Sc_1 > table > tbody > tr:nth-of-type(2) > td:nth-of-type(2) > div > table > tbody > tr > td:nth-of-type(6) {
    background-color: #1564CD;
	 pointer-events: none;
}

#Form_9_Sc_1 > table > tbody > tr:nth-of-type(2) > td:nth-of-type(2) > div > table > tbody > tr > td:nth-of-type(7) {
    background-color: #1564CD;
	 pointer-events: none;
}

#Form_9_Sc_1 > table > tbody > tr:nth-of-type(1) > td:nth-of-type(1) > div > table > tbody > tr > td:nth-of-type(7) {
    background-color: #1564CD;
	 pointer-events: none;
}

#Form_9_Sc_1 button:nth-of-type(5) {
    display: none !important;
}

#Form_9_Sc_1 button:nth-of-type(6) { 
    display: none !important;
}


/* İlgili <th> alanı için daha belirgin stil */
#Form_9_Sc_1 table tbody tr:nth-child(2) th:first-child ,
#Form_9_Sc_1 table tbody tr:nth-child(2) th:nth-child(2),
#Form_9_Sc_1 table tbody tr:nth-child(2) th:nth-child(3),
#Form_9_Sc_1 table tbody tr:nth-child(2) th:nth-child(4),
#Form_9_Sc_1 table tbody tr:nth-child(2) th:nth-child(5) {
  background-color: #f5f5dc; /* açık bej zemin */
  color: #222;               /* koyu yazı */
  font-weight: bold;         /* kalın yazı */
 
  text-align: center;        /* ortalama */
 
}

#Form_9_Sc_1 table tbody tr:nth-child(2) th:nth-child(6) {
    color: white;               /* koyu yazı */
  font-weight: bold;         /* kalın yazı */
 
  text-align: center;        /* ortalama */
 
}

#Form_9_Sc_1 table tbody tr:nth-child(2) th:nth-child(7) {
 
  color: white;               /* koyu yazı */
  font-weight: bold;         /* kalın yazı */
 
  text-align: center;        /* ortalama */
 
}


#Form_9_Sc_1 table tbody tr:nth-child(2) th:nth-child(6) {
   background-color: #1564CD;
	 pointer-events: none;
  
}
#Form_9_Sc_1 table tbody tr:nth-child(2) th:nth-child(7) {
   background-color: #1564CD;
	 pointer-events: none;
  
}


#Form_9_Sc_1 table tbody tr:nth-child(2) td > div > table tbody tr td:nth-child(6) {
  background-color: #1564CD;
  pointer-events: none;
}
#Form_9_Sc_1 table tbody tr:nth-child(2) td > div > table tbody tr td:nth-child(7) {
  background-color: #1564CD;
  pointer-events: none;
}


/* Kullanıcı adı başlığı */
#Form_9_Sc_1 table tbody tr:nth-child(1) td:nth-child(2) > div > div > table tbody tr:nth-child(1) th {
  background: linear-gradient(180deg, #1564CD, #1564CD) !important;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 15px 20px;
  border-bottom: 3px solid #ffcc00; /* alt çizgi */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 6px 6px 0 0; /* üst köşeler hafif yuvarlak */
  user-select: none; /* seçimi engelle */
}

#Form_9_Sc_1 table tbody tr:nth-child(1) td > div > div > table tbody tr:nth-child(1) th {
 background: linear-gradient(180deg, #1564CD, #1564CD) !important;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 15px 20px;
  border-bottom: 3px solid #ffcc00; /* alt çizgi */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 6px 6px 0 0; /* üst köşeler hafif yuvarlak */
  user-select: none; /* seçimi engelle */
}


.warning-label {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #ff0000, #ff6b6b);
    color: white;
    font-weight: bold;
    font-size: 13px;
    padding: 15px 25px;
    border-radius: 12px;
    border-left: 6px solid #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.warning-label::before {
    content: "⚠️";
    font-size: 25px;
}



.company-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin: 15px auto;
    padding: 14px 22px;
    border-radius: 10px;

    background: #f8faff;
    border: 1px solid #dbe2f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);

    font-size: 18px;
    font-weight: 600;
    color: #1e3a8a;
}

.company-info::before {
    content: "\1f3e2";
    font-size: 20px;
    color: #007bff;
}

.company-info .details {
    color: #007bff;
    font-weight: 500;
}
.btn-group a{
	font-weight:bold;
	background-color:rgba(0, 74, 173, 1) !important;
	border-radius:200px;
}
.btn-group{
	margin-top:24px;
	background-color:rgba(0, 74, 173, 1) !important;
	border-radius:200px;
}


#Form_2_Kanban_1 > div:nth-child(1) > div > button:nth-child(1) {
  display: none;
}


#activity {
  display: none;
}


#Form_2_Kanban_1 > div:nth-child(2) div[id] > span > span:nth-child(2) > div {
  display: none !important;
}


#Form_9_Sc_1 > table > tbody > tr:nth-child(2) > td:nth-child(2) > div > table td {
    padding: 12px 16px !important;  /* i� bo�luk */
    font-size: 15px !important;     /* yaz� boyutu */
    height: 70px !important;        /* h�cre y�ksekli�i */
    width: 125px !important;        /* h�cre geni�li�i */
}


#Form_9_Sc_1 table tr:nth-child(2) td > div > div {
    padding: 2px;
    font-size: 8px;
}

#Form_9_Sc_1 table tr:nth-child(2) td:nth-child(2) div > div > div p {
    font-size: 10px !important;
    line-height: 1.4; /* okunabilirlik i�in */
}



i.fa.md-add-circle.icontextright  {
  
    color: #007eff;
    font-size: 14px !important;
    padding-right: 92%;
  
top: -5px; /* eksi değer yukarı taşır */
}

.octopusitem .fa {
    padding-left: 10px;
    padding-top: 15px;
}


.page-account .btn,
.page-account header {
	background: #0e2a3a !important;
}
.page-dashboard header{
	background: #0e2a3a !important;
}
.navbar.default-layout .navbar-brand-wrapper{
	background: #0e2a3a !important;
}
.sidebar/*, .sidebar > .nav .nav-item .collapse*/ {
    background: linear-gradient(180deg, #0e2a3a, #3081bb) !important;
}
.page-dashboard .navigation ul .nav-item.active,
.page-dashboard .navigation ul .nav-item:hover {
	border-bottom: 2px solid #0e2a3a
}
.sidebar > .nav .nav-item > .nav-link:hover,
.sidebar > .nav .nav-item:not(.hover-open) .collapse .sub-menu .nav-item:hover {
	background: #00056b !important;
}
.nav.nav-tabs.bordered li a.active {
	background: #0e2a3a !important;
}
body {
	font-family: Tahoma !important;
}
.nct-btn {
	background-color: #3081bb !important;
	color: #ffffff !important;
	font-family: Tahoma !important;
}
.nct-btn:Hover {
	background-color: #0e2a3a !important;
}
.nct-label {
	color: #0e2a3a !important;
	font-family: Tahoma !important;
	font-weight:bold !important;
	text-align:left !important;
	height:20px !important;
	line-height:20px !important;	
   /* font-size:13px !important;*/
}
.nct-h1, .nct-h2, .nct-h3, .nct-h4 {
	background-color: #fff !important;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.02), rgba(0,0,0,.05)) !important;
	color: #3081bb !important;
	border-left: 10px solid #3081bb;
	border-bottom: 1px solid #3081bb;
	border-radius:20px;
	font-family: Tahoma !important;
	font-weight:bold !important;
	text-align:left !important;
	height:30px !important;
	line-height:30px !important;
	padding:0;
	margin:0;
	padding-left: 10px;
}

.nct-h1 {
	font-size:20px !important;
	color: #3081bb !important;
	border-left: 10px solid #3081bb;
	border-bottom: 1px solid #3081bb;
}
.nct-h2 {
	font-size:16px !important;
	color: #0e2a3a !important;
	border-left: 10px solid #0e2a3a;
	border-bottom: 1px solid #0e2a3a;
}
.nct-h3 {
	font-size:14px !important;
	color: #3081bb !important;
	border-left: 10px solid #3081bb;
	border-bottom: 1px solid #3081bb;
}
.nct-h4 {
	font-size:13px !important;
	color: #0e2a3a !important;
	border-left: 10px solid #0e2a3a;
	border-bottom: 1px solid #0e2a3a;
}

.k-textbox>.k-input, 
.k-textbox>input,
.k-widget.k-textbox,
.k-dropdown-wrap.k-state-default,
.k-combobox .k-state-default .k-input,
.k-picker-wrap.k-state-default .k-input,
.k-numeric-wrap.k-state-default .k-input,
.k-numeric-wrap.k-state-default,
.k-multiselect-wrap,
.k-picker-wrap,
.k-button{
	border-radius:200px;
}
textarea{
	border-radius:20px;
	padding: 5px 15px;
}
.k-widget.k-textbox.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-combobox .k-state-focused .k-input,
.k-picker-wrap.k-state-focused .k-input,
.k-numeric-wrap.k-state-focused .k-input,
.k-numeric-wrap.k-state-focused,
.k-multiselect-wrap.k-state-focused,
.k-picker-wrap.k-state-focused,
textarea.k-state-focused {
	box-shadow:0 0 7px 0 #0e2a3a
}


.page-account .btn,
.page-account header {
	background: #004aad !important;
}
.page-dashboard header{
	background: #004aad !important;
}
.navbar.default-layout .navbar-brand-wrapper{
	background: #004aad !important;
}
.sidebar, .sidebar > .nav .nav-item .collapse {
    background: linear-gradient(180deg,#004aad ,#338afd ) !important;
}
.page-dashboard .navigation ul .nav-item.active,
.page-dashboard .navigation ul .nav-item:hover {
	border-bottom: 2px solid 
}
.sidebar > .nav .nav-item > .nav-link:hover,
.sidebar > .nav .nav-item:not(.hover-open) .collapse .sub-menu .nav-item:hover {
	background: #004aad !important;
}
.nav.nav-tabs.bordered li a.active {
	background: #004aad !important;
}
body {
	font-family: Tahoma !important;
}
.nct-btn {
	background-color: #004aad !important;
	color:  !important;
	font-family: Tahoma !important;
	font-size:15px !important;
	margin-top:20px !important;
}
.nct-btn>span {
	padding-top:0 !important;
}
.nct-btn:Hover {
	background-color: #334aad !important;
}
.nct-label {
	color: #004aad !important;
	font-family: Tahoma !important;
	font-weight:bold !important;
	text-align:left !important;
	height:20px !important;
	line-height:20px !important;	
    	
	background-color: #f9f9f9 !important;
}
.nct-label-c {
	color: #004aad !important;
	font-family: Tahoma !important;
	font-weight:bold !important;
	text-align:left !important;
	height:20px !important;
	line-height:20px !important;	
    	font-size:13px !important;
	background-color: #f9f9f9 !important;
	text-align:center !important;
}
.nct-h1, .nct-h2, .nct-h3, .nct-h4 {
	background-color: #fff !important;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.02), rgba(0,0,0,.05)) !important;
	color:  !important;
	border-left: 10px solid ;
	border-bottom: 1px solid ;
	border-radius:20px;
	font-family: Tahoma !important;
	font-weight:bold !important;
	text-align:left !important;
	height:30px !important;
	line-height:30px !important;
	padding:0;
	margin:0;
	padding-left: 10px;
}

.nct-h1 {
	font-size:20px !important;
	color:  !important;
	border-left: 10px solid ;
	border-bottom: 1px solid ;
}
.nct-h2 {
	font-size:16px !important;
	color:  !important;
	border-left: 10px solid ;
	border-bottom: 1px solid ;
}
.nct-h3 {
	font-size:14px !important;
	color:  !important;
	border-left: 10px solid ;
	border-bottom: 1px solid ;
}
.nct-h4 {
	font-size:13px !important;
	color:  !important;
	border-left: 10px solid ;
	border-bottom: 1px solid ;
}

.menu-counter {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
}

:root {
	--mainColor : #004aad;
	--mainColor2 : #004aad;
	--mainColor3 : #004aad;
}
@font-face {
  font-family: Montserrat;
  src: url(/Content/custom/Montserrat/Montserrat-Regular.ttf);
}
body {
    font-family: "SFPro", sans-serif;
	font-family: Montserrat !important;
}
.nct-btn {
	background-color: var(--mainColor) !important;
	color: #fff !important;
	font-family: Montserrat !important;
	height: 35px !important;
	/*margin-top: 20px !important;*/
}
.nct-btn:hover {
	background-color: var(--mainColor2) !important;
}
.nct-btn:active, .nct-btn:visited {
	background-color: var(--mainColor2) !important;
}
.k-button:not([disabled],.k-taskboard-column-action-button, .k-taskboard-card-menu-button).nct-btn-link {
	border:none !important;
	background:#fff !important;
	color:rgba(127, 140, 141,1.0) !important;
	text-decoration:underline;
	box-shadow: none !important;
}
.k-button:not([disabled],.k-taskboard-column-action-button, .k-taskboard-card-menu-button).nct-btn-link:hover {
	color: #43bbff !important;
}
.nct-h1, .nct-h2, .nct-h3, .nct-h4 {
	background-color: #fff !important;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.02), rgba(0,0,0,.05)) !important;
	color: var(--mainColor) !important;
	font-family: Montserrat !important;
	font-weight:bold !important;
	text-align:left !important;
	height:30px !important;
	line-height:30px !important;
	padding:0;
	margin:0;
	padding-left: 10px;
	border-left: 10px solid var(--mainColor);
	border-bottom: 1px solid var(--mainColor);
	border-radius:20px;
}
.nct-list {
	border: none;
}
.nct-list .k-alt {
	background: none;
}
.nct-list.k-grid tr td {
	text-align:left !important;
	border: none;
}
.nct-list.k-grid .k-grid-header .k-header {
	padding: 0 7px;
	height:12px;
}
.nct-list img {
	border-radius:100px;
}



.nct-progress-label {
	padding-left: 30px !important;
	padding-top: 7px !important;
}
.nct-progress.k-widget {
	background-color: rgba(192, 57, 43,1.0);
}
.nct-progress.k-widget .k-state-selected {
	background-color: #52ca42;
	border:none;
	top:0;
}
.nct-progress.k-widget .k-progress-status {
	margin-top: 0;
	font-size: 12px;
	display:hidden;
}
.nct-h1:hover, .nct-h2:hover, .nct-h3:hover, .nct-h4:hover {
	color: var(--mainColor2) !important;
	border-left: 10px solid var(--mainColor2);
	border-bottom: 1px solid var(--mainColor2);
}
.nct-h1 {
	font-size:20px !important;
}
.nct-h2 {
	font-size:16px !important;
}
.nct-h3 {
	font-size:14px !important;
}
.nct-h4 {
	font-size:13px !important;
}
.nct-label {
}
.nct-line {
	background-color:red;
}
.card .card-body {
	padding:0 !important; 
	margin:0 !important;
}
.containerdr {
	background-color: #f9f9f9 !important;
}
.nct-widget {
	background-color: #fff !important;
	box-shadow: 2px 2px 5px #1685cf50 !important;
	border: 1px solid #ccc !important;
	/*border-color:  #ccc #1685cf #1685cf #ccc !important;*/
	text-shadow: 1px 1px 1px #eee !important;
	padding-left: 50px !important;
	padding-top: 10px !important;
	font-size:16px !important;
	font-weight:bold !important;
	color: #1685cf !important;
	
}
.octopusitem .fa {
	padding-left:10px;
	padding-top:15px;
}
/**/

.page-account {
    margin: 0;
    padding: 0;
    font-family: "SFPro", sans-serif;
    font-weight: 500;
}
.page-account .page-body .section-account {
	max-width:inherit;
}
.login-bg {
	overflow:hidden;
	border:none;
	padding: 25px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height:100vh;
}

#myVideo {
  height: 100%;
}
.login-parag {
	height:20vh;
}

@media only screen and (max-width: 960px){
	.mobileLogin{
		height: 34.7px !important;
	}
	
	#myVideo {
		width: 100%;
		margin-left:-15vw;
	}
	.login-bg {
		height:auto;
	}
	.login-parag {
		height:50px;
	}
}
#login-form .form-control {
	border-radius:100px;
	height:40px;
	font-size:16px;
	padding:0 32px;
	background-color:#f6f6f6;
}
#BtnLogin {
	border-radius:100px;
	height:40px;
	border:none;
	font-size:20px;
	padding:0 65px;
	background-color:#0e2a3a;
	color:#fff;
	display:block;
	width:100%;
	font-weight:700;
	margin-top:20px;
}
#act-swtich-user {
	color: #0e2a3a50 !important;
}
#footer {
	position: absolute;
	bottom:0;
}
.nav.nav-tabs.bordered a {
	font-weight:bold;
	color:#86754e;
}
.nct-btn-kanban .md-mode-edit{
	padding:0;
}
body.page-dashboard {
	font-size: 13px;
}
.responsive .xrow {
    width: auto !important;
}
