/* Menu */
.menu_logo {height: 34px;}
/* .menu_bg_color {background-color: #F00 !important;} */
.menu_avatar {width: 45px; height: 45px; margin: 5px;}
.font_icon {font-size: 30px !important; padding: 10px;}





/* SIDE MENU */
.sidemenu-content-wrapper {display:flex;}
.sidemenu-container {
    /* border-right:1px solid #000;  */
    width:70px; 
    height: calc(100vh - 85px); /* Full height minus the top menu height */
    transition: width 0.5s ease; /* Smooth transition effect */ 
   
    /* background-color:#F8F9FA; */
}
#sidemenu-accordion {
    width: 280px;
   
}
.sidemenu-icon {
    font-size:35px;
    margin-right: 11px;
    opacity: 0.5;
}
.sidemenu-active {
    opacity: 1; 
}

.page-content {
    background-color: #fff;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 10px;
    border-left:1px solid #000;
    z-index:2;
    height:calc(100vh - 86px);
    overflow-y: auto; /* Allow vertical scrolling */
}

#side-menu-top {display:none;}

.listing_row {font-size:0.8rem;}

@media (max-width: 575px)  {
    .sidemenu-container {width: 0;}
    .page-content {border:0px;}

    #side-menu-top { display:block;}
    #btn_sidemenu {display: none;}
    .listing_row {font-size:0.7rem;}

    .listeleme-table {
        font-size: 10px;
    }
    
}

@media (max-width: 1100px)  {
   .cezalar_listeleme {
    font-size:0.75rem;
   }
    
}

/*GENEL */

/* OK NOT icon renkleri */
.ok_icon {color: #007BFF;}
.not_icon {color:#F00;}

.informative_text {color:#888;}
.op_icon {cursor: pointer;}

.non-decorated-link {text-decoration: none;color:#000;}

.min_yazi {font-size:1opx; font-style: italic; font-family: 'Times New Roman', Times, serif;}
.one_line_text {
    white-space: nowrap;
    font-size: min(4vw, 12px);
    max-width: fit-content;
}
.suggestion_item {padding: 5px 5px;}
.suggestion_item:hover {
    background-color: #c1e9c4;
  }

.active-index {
    background-color: #c1e9c4;
}

  .suggestion_span {
      margin-left:10px;font-size:10px;
  }
  .suggestion_span2 {
    margin-left:10px;font-size:12px; text-decoration: none;
}


.inactive_vehicle {color:#ccc; text-decoration: line-through;}

.zorunlu {
    /*background-color: #ffa3a3;*/
    border-color:#fccfcf;
}

.lbl_title {font-weight: bold;}

.width_restricted_responsive {
   
    max-width: 65px; /* Maximum width */
    height: 65px; /* Desired height */
    width: auto; /* Maintain aspect ratio */
    
}

/* bg colors */

.bg_red {background-color: #FFC7C4;}
.bg_yellow {background-color: #FFC7C4;}
.bg_green {background-color: #E0FBE2;}
.bg_bulut {background-color:#D1EBED}
.bg_gri {background-color: #d3d0cb;}

/* Colors */
.red {color:#ED1C24;}

.silik {color:#ccc;}
.cizik {text-decoration:line-through;}


.div-bg-1 {background-color: #efefef;}

/* Div as Table */
.div_table_header {border-bottom: 1px solid #888; font-weight: bold;}
.div_table_row {border-bottom: 1px solid #888;padding:10px 0;}


/* Listeleme */
.listeleme {
    display: flex;
    gap:15px;
    justify-content: space-evenly;
}



.sticky-table-head thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white; /* Ensure the header has a background color */
}

.kayit-sayisi {
    font-size: 1rem;
    color: #333;    
    margin: 10px 0;
}



/*Firmalar */

.bgclass1 {background-color: #E5F1FE;}
.bgclass2 {background-color: #FFF;}
.tablerow {font-weight: bold; margin-bottom: 10px; border-bottom: 1px solid #000;}

.companylist {border-bottom: 1px solid #888;padding: 10px 0;}
.companylist .company { font-size: 1rem; font-weight: bold;}
.companylist .company_contact {font-style: italic;}

.form-check-input-lg {transform: scale(1.5);}
.form-check-input-lg2 {transform: scale(2.5); }

#firma_info_div label {
    font-weight: bold;
    font-size: 1.2rem;
    color: #333;
}

/* Poliçeler */
.police_files {padding:18px;}
.policelist {border-bottom: 1px solid #888;padding: 10px 0;}
.policelist .policeno { font-size: 1rem; font-weight: bold;}
.policelist .company_contact {font-style: italic;}

/*Cezalar */
.ceza_files {padding:18px;}


   

/* Araçlar */

.tbl_araclar_full {
    border-collapse: collapse;
    border:1px solid #dcdcdc;
    font-size:13px;
}
.tbl_araclar_full td, th {
    padding: 2px; /* Set the padding for table cells (both regular cells and header cells) */
    vertical-align: top;
}
.tbl_araclar_full tr.tbl_header {text-align: center; font-weight: bold;}

.araclar-container {
    display:flex;
    flex-direction: row;
    gap:0;
}

.araclar-container .flex-item {
    padding: 5px; 
    font-size:12px;
    font-weight:bold;
    border:1px solid #000; 
    flex-basis: 100px;
    flex-grow: 4;
}




/*arac preview */
.tab_load_preview {font-size:14px;}

/* surucu preview */
.driver_preview_table {font-size:14px;}

/*listing */
.full_list_column {height:27px;font-size:12px; border: 1px solid #ccc; border-radius: 5px; background-color: #FFF;}
.full_list_column_div {float:left;width: 50%; text-align: center;}
.tbl_full_arac_header {line-height:30px;}

/* Marka Model */
.tbl_mmmd td a {cursor: pointer;}


/*Hatırlatmalar */
.notification_box {
    border:1px solid #ccc;
    border-radius: 5px;
    padding:10px;

}
.notification_box .n_title {
    background-color: #2E3192;
    padding: 5px;
    color:#FFF;
    
    font-weight: bold;
}
.notification_box .n_content_list {
    overflow-x: hidden;


}
.notification_box .n_content_list table th, .notification_box .n_content_list table td {
    padding:1px;
    
}


.notification_box .n_content_list .list_header {
    font-weight: bold;
    color:#2E3192
}


.notification_box .list_strip .list_item:nth-child(even) {
    background-color: #f2f2f2; /* Your desired color */
  }

.notification_box .row_border_bottom {
    border-bottom: 1px solid #dedede;
    padding: 2px 0;
}

.notification_box .list_h1 {
    height: 200px;;
}
.notification_box .list_h2 {
    height: 400px;;
}
.notification_box .list_h3 {
    height: 600px;;
}
.notification_box_footer {
    text-align: center;
    font-size: 10px;
}


/* CHARTS */
.chart_box {
    border:0px solid #ccc;
    border-radius: 0px;
    padding:10px;
    
}

.chart_box .c_title {
    background-color: #2E3192;
    padding: 5px;
    color:#FFF;
    font-weight: bold;
}



.frozen-table-head {
    font-weight: bold;
    border-bottom:1px solid #000;

}

.link-no-color-underline {
    color: inherit; /* Keeps the original color */
    text-decoration: none; /* Underlines the text */
}
.link-no-color-underline:hover {
    text-decoration: none; /* Prevents underline on hover */
}

.text-left {
    float:left;

}
.text-left i {float:left;}
.text-left img {float:left;}
.text-left .sidemenu_text {float:left;margin-top:4px;}
.text-left .sidemenu_img_div {float:left;width:55px;}

.duyurular {
    /* border:1px solid #ccc;
    border-radius: 5px; */
    padding:10px;
    margin-top:10px;
    color: #444;
    font-size:12px;

}
.duyurular li {
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    padding:8px 0;
    cursor: pointer;
}
.filo_info_text {
    /* border:1px solid #ccc;
    border-radius: 5px; */
    padding:0px;
    /* margin-top:10px; */
    color: #444;
    font-size:12px;

}
.filo_info_text li.baslik {
    list-style-type: none;
    border-bottom: 0px solid #ccc;
    padding:3px 0 2px 8px;
    background-color: #9EC9FF;
}
.filo_info_text li.aciklama {
    list-style-type: none;
    margin: 3px 0;
    padding:3px 0 0 8px;
}

/* dekont */

.iptal_dekont {text-decoration:line-through}