@media print {
.no_print {display:none !important;}
.hidden_common {display:table-row !important;}
.wrapper {margin-left:0 !important;}
}
#password {accent-color: #49596e; }
#password:not(:checked){opacity:0.5;}

@media screen and (max-width: 600px) {
.responsive_table {border: 0;}
.responsive_table thead {border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
.responsive_table tr {border-bottom: 3px solid #ddd; display: block; margin-bottom: .125em;}
.created_search tr{margin-bottom: .625em;}
.responsive_table td:not(:last-child) {border-bottom: 1px solid #ddd; display: block; font-size: .8em; text-align: left !important;}
.responsive_table td:before {content: attr(data-label)"\A "; white-space: normal; word-break: break-word; float: none; font-weight: bold; display:block;}
.responsive_table td:last-child {border-bottom: 0; display: block; font-size: .8em; text-align: left !important;}
.align_center {text-align:center !important}
.responsive_table td.align_center {text-align:center !important}
.responsive_table .clickable {text-align:center !important;}
.pagination_page_div {display:none !important;}
.pagination_prev_div {order:1;}
.pagination_go_div {order:2; margin-left:5px !important;}
.pagination_next_div {order:3; margin-left:5px !important;}
.page_infos2, .page_infos3 {width:100% !important; text-align:left !important;}
.showing[max_filter_tr_show] tr:not(:last-child) {display:none;}
.search_filter_label {display:none;}
.yeni_basvuru_head {display:none !important;}
}

@media screen and (max-width: 335px) {
.mobile_nav {flex-direction: column !important;}
.tools:not(:first-child) { margin-left:0px;}
.dropdown-menu {min-width:0 !important;}
}

/*-- pagination --*/
.pagination_div {text-align:center; display:flex; justify-content:center; padding-top:20px; padding-bottom:20px; flex-direction:row; border-top: 0.5px solid #ccc; user-select: none;gap: 6px;}
.pagination_div:empty{display:none;}
.pagination_page_div {display:flex; justify-content:center; }
.pagination,.pagination:visited {width:40px; height:40px; border:1px solid #000; display:flex; justify-content:center; align-items:center; font-weight:bold; font-size:14px; color:#000; text-decoration:none; margin-left:2px; border-radius: 0.25em;}
.pagination_prev_div {display:flex; justify-content:center; margin-right:2px;}
.pagination_prev,.pagination_prev:hover,.pagination_prev:visited {width:35px; height:40px; border:1px solid #000; display:flex; justify-content:center; align-items:center; font-weight:bold; font-size:14px; color:#000; text-decoration:none; border-radius:0.25em;}
.pagination_next_div {display:flex; justify-content:center; margin-left:2px;}
.pagination_next,.pagination_next:hover,.pagination_next:visited {width:35px; height:40px; border:1px solid #000; display:flex; justify-content:center; align-items:center; font-weight:bold; font-size:14px; color:#000; text-decoration:none;border-radius:0.25em;}
.pagination_active,.pagination:hover {background-color: #007bff; color: white !important; border-color: #007bff !important;}
.pagination_go_div {display:flex; justify-content:center; margin-left: 10px;}
.pagination_go_div > input {max-width:68px; text-align:center;height: 40px; font-size:14px;border: 1px solid;outline: none;}
.pagination_go_div > button {margin-left:5px; height: 40px;}
/*-- pagination --*/

/*-- support --*/
.support_answers_content {max-height: 400px; padding-top:1.5rem; overflow: hidden auto; display: flex;  flex-direction: column-reverse; background-color: #efeae2; background-image: repeating-linear-gradient(36deg, rgb(0 0 0 / 10%), rgba(255,255,255, 0.1) 1px, transparent 0px, transparent 2px); border-radius:10px;}
.support_answers {margin-bottom: 10px;}
.support_content {padding-right:63px; padding-left:63px;}
.support_answers_content::-webkit-scrollbar{width: 6px!important; height: 6px!important;}
.support_answers_content::-webkit-scrollbar-thumb {background-color: rgb(195 193 188);}
.support_answers_content::-webkit-scrollbar-track {background: rgba(var(--white-rgb),.1);}
.support_complete_color { background:#28a745 !important; color:#FFF !important;}
.support_complete_span {padding:5px; background-color:#28a745; color:#FFF; display:inline-block; border: 1px solid #28a745; margin-top:5px; border-radius:0.2rem}
.support_continue_span {padding:5px; background-color:#ffc107; color:#000; display:inline-block; border: 1px solid #ffc107; margin-top:5px; border-radius:0.2rem}
.support_user_answer {background: #d9fdd3; border-radius: 10px 10px 10px 10px; padding:20px; margin-bottom:10px; min-width:50%; max-width:70%; float:right;}
.support_root_answer {background: #fff; border-radius: 10px 10px 10px 10px; padding:20px; margin-bottom:10px; min-width:50%; max-width:70%; float:left;}
.support_redirect_answer {background: orange; border-radius: 10px 10px 10px 10px; padding:20px; margin-bottom:10px;}
.support_new_span { position: absolute; z-index: 2; font-size: 14px; color: #FFF; top: -5px; background: #25d366; left: -5px; border-radius: 1.1em; }
.support_new_span_alt {padding-right: 0.4em; padding-left: 0.4em; font-weight: 600;}
.support_down { position: absolute; bottom: 17px; z-index: 200; right:7px; display: flex; flex-direction: column; }
.support_down_button{ background-color: #FFF; border-radius: 50%; box-shadow: 0 1px 1px 0 rgba(11,20,26,.06),0 2px 5px 0 rgba(11,20,26,.2); align-items: center; justify-content: center; opacity:0; width: 42px; height: 42px; transform: scaleX(0) scaleY(0); cursor:pointer; border:none; color:#888d90; animation: support_down_button_show 0.5s forwards;}
@keyframes support_down_button_show {100% {opacity:1; transform: scaleX(1) scaleY(1); }}
.support_down_button:focus {box-shadow: 0 1px 1px 0 rgba(11,20,26,.06),0 2px 10px 0 rgb(11 20 26 / 72%);}
.support_common_content {position:relative;}
.support_mail {display:inline-table; float:right; cursor:pointer; user-select: none;}
.support_mail input:not(:disabled):active~.custom-control-label::before {box-shadow: 0px 0px 4px #000}
.support_mail input:not(:checked) ~ .custom-control-label::before {	background-color: red;  border-color: red; }
.support_mail input:checked ~ .custom-control-label::before {background-color: green;  border-color: green;}
.support_mail .custom-control-label::after {background-color:#FFF;}
.support_mail .custom-control-label {cursor:pointer; cursor:pointer; }
.support_ticket_id {font-size:18px; font-weight:bold}
.support_date_bold {font-weight:bold;}
.support_file_download {flex-direction: row; align-items: flex-start; display: flex; background:#d1f4cc; padding:10px; border-radius:5px}
.support_file_download_image {height:30px; flex-shrink: 0; flex-grow: 0;}
.support_file_download_text {flex-grow: 1; flex-shrink: 1; flex-basis: auto; margin-left:10px; margin-left:10px}
.support_file_download_text_span1 {font-size: 12px;}
.support_file_download_text_span2 {margin-left:4px; margin-right:4px; font-size: 12px;}
.support_file_download_text_span3 {font-size: 12px;}
.support_file_download_button {flex-grow: 0; flex-shrink: 0; flex-basis: auto;}
.support_file_download_button_contain { background-color: transparent; border-radius: 50%; align-items: center; justify-content: center; border:none; cursor:pointer; color:#888d90; content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34' height='34' width='34' preserveAspectRatio='xMidYMid meet' class='' version='1.1' x='0px' y='0px' enable-background='new 0 0 34 34' xml:space='preserve' fill='%23888d90'%3E%3Cpath d='M17,2c8.3,0,15,6.7,15,15s-6.7,15-15,15S2,25.3,2,17S8.7,2,17,2 M17,1C8.2,1,1,8.2,1,17 s7.2,16,16,16s16-7.2,16-16S25.8,1,17,1L17,1z'%3E%3C/path%3E%3Cpath d='M22.4,17.5h-3.2v-6.8c0-0.4-0.3-0.7-0.7-0.7h-3.2c-0.4,0-0.7,0.3-0.7,0.7v6.8h-3.2 c-0.6,0-0.8,0.4-0.4,0.8l5,5.3c0.5,0.7,1,0.5,1.5,0l5-5.3C23.2,17.8,23,17.5,22.4,17.5z'%3E%3C/path%3E%3C/svg%3E");}
.support_envelope_green {color:green}
.support_envelope_red {color:red}
.support_message_content {white-space: normal; word-break: break-word;}
/*-- support --*/

/*-- popup --*/
.popup_mail,.support_mail {display:inline-table; cursor:pointer; user-select: none; cursor:pointer;}
.form-switch .form-check-input:checked {background-color: green;  border-color: green;}
.form-switch .form-check-input {background-position: left center; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); cursor:pointer;}
.form-switch .form-check-input:focus {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");}
.form-switch .form-check-input { background-color: red;  border-color: red; }
.form-check-label {cursor:pointer;}
/*-- popup --*/

/*-- sidebar --*/
.sidebar-text-muted {color:#6c757d;font-size: .875rem!important;}
.sidebar_notification {color:red; animation: sidebar_show 2s infinite;}
@keyframes sidebar_show {50% {opacity: 0; color:#f39c12}}
.sidebar_auth_select {appearance: auto !important; color:#000; border-color:#367fa9;}
.sidebar_list {max-width: 300px; min-width: 280px; padding: 0;}
.sidebar_list .dropdown-header {text-align:center;}
.sidebar_list .dropdown-item {padding: 0.5rem 1rem;}
.sidebar_list .notification_link {padding: 0.5rem 1rem; width: 100%; clear: both; font-weight: 400; color: #212529; text-align: inherit; background-color: transparent; border: 0;}
.sidebar_list .all_notification {display: block; font-size: .875rem; padding: 0.5rem 1rem; text-align: center;}
.sidebar_list .dropdown-item i{margin-right: 0.5rem!important;}
.sidebar_list .dropdown-divider{height: 0; margin: 0; overflow: hidden; border-top: 1px solid #e9ecef;}
.sidebar_list .dropdown-item.active,.sidebar_list .dropdown-item:active {color: #fff!important; text-decoration: none!important;  background-color: #007bff!important;}
.sidebar_list .dropdown-item.focus,.sidebar_list .dropdown-item:hover {color: #16181b; text-decoration: none; background-color: #f8f9fa; }
.sidebar_list .dropdown-item.active, .sidebar_list .dropdown-item:active .sidebar-text-muted {text-decoration: none!important; color:#FFF !important;}
/*-- sidebar --*/

/*-- notification --*/
.notification_a {display:flex; cursor:pointer; border-bottom:1px solid #ccc; padding:5px; align-items: center; color:inherit;}
.notification_text_span {flex:5;}
.notification_date_span {flex:2; float:right}
.notification_order_span {flex:1;}
.notification_a:last-of-type {border-bottom:0px !important;}
/*-- notification --*/

/*-- users --*/
.users_passive_color { background:#ffd700 !important;}
/*-- users --*/

/*-- api_settings --*/
.api_settings_passive_color { background:#ffd700 !important;}
/*-- api_settings --*/

/*-- common classes --*/
.clickable .form-check {display:inline-block;}
.clickable_th {cursor:pointer;}
.page_loader {background-color: rgba(0,0,0,0.4); width:100%; user-select: none; position:fixed; left:0;right:0;top:0;bottom:0; z-index:9999; align-items: center; justify-content: center; display:none;}
.page_loader2 {background-color: rgba(0,0,0,0.4); width:100%; user-select: none; position:absolute; left:0;right:0;top:0;bottom:0; display:none; justify-content: center; z-index:1; min-height:300px;}
.page_loader:before {content: url('../../../images/page-loader.gif');}
.page_loader2:before {content: url('../../../images/page-loader.gif'); position:fixed; height:100%;}
.before-disabled::before { content: none !important; }
.info_swal_content {display:none;}
.info_swal_i {padding:5px; background:#D2D2D2; align-items: center; font-size:24px; color:red; cursor:pointer; margin-left: 5px; vertical-align:middle}
.helpline_info > div {padding-top:8px;text-align:center;padding-bottom:8px;background:#be4b49; background-position:left center, right; background-repeat:repeat;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#FFFFFF;min-height:40px;margin-right:8px;padding-right:8px;padding-left:8px;clear:left;min-height:0px;width:100%;max-width:200px; margin-top:8px;}
.helpline_info {position:absolute;z-index:999999;background:url(../../../images/ust.png);background-position:5px top;background-repeat:no-repeat;min-height:0px;display:none;}
.helpline:placeholder-shown:focus + .helpline_info {display:block !important;}
.responsive_table {border-collapse: collapse; margin: 0; padding: 0; width: 100%; table-layout: fixed; margin-top:10px;}
.responsive_table tr {border: 1px solid #ddd; padding: .35em;}
.responsive_table tbody,.responsive_table td,.responsive_table tfoot,.responsive_table th,.responsive_table thead,.responsive_table tr{border-color:#ddd;border-style:solid;border-width:thin;}
.responsive_table tbody tr{font-size:0.9rem}
.nth_color tbody tr:hover {background-color:#898787 !important; color: #FFF !important;}
.nth_color tr:nth-of-type(even) {background-color:#ccc;}
.nth_color tr:nth-of-type(odd) {background-color: #eee;}
.responsive_table th,.responsive_table td {padding: .125em; text-align: center;}
.created_search th, .created_search td{padding: .625em; font-size:1rem}
.responsive_table th {font-size: .85em; white-space: normal; word-break: break-word; background-color:rgb(62 133 193 / 6%);}
.responsive_table td:not(.actions) {white-space: normal; word-break: break-word;}
.input-group-addon {padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 4px; width: 1%; white-space: nowrap; vertical-align: middle; display:table-cell;}
.clearfix {clear:both;}
[hidden_data],.common_hide,.ranx_idey_general_config,.ranx_idey_page_config {display:none;}
.actions button {white-space: normal; word-break: break-word; width:100%; max-width:84px;}
.actions p {white-space: pre-wrap; word-break: break-word;}
.tools {max-width:40px; cursor:pointer;}
.tools:not(:first-child) {margin-left:40px;}
.input-group {vertical-align:middle; display:inline-table;}
.wordwrap {white-space: normal; word-break: break-word;}
.dropdown-item.edit,.dropdown-item.remove_policy,.dropdown-item.no_warning,.dropdown-item.copy_policy,.dropdown-item.del,.dropdown-item.info,.dropdown-item.warning,.dropdown-item.file_upload {cursor:pointer; margin:0; border-bottom: 1px solid #dddddd;}
.no_select {-moz-user-select:none;-webkit-user-select:none; user-select: none}
.not_found {display:none; margin-bottom:20px; width:100%; margin-top:20px; padding-left:20px; padding-right:20px;}
.not_found > div{width:100%;text-align:center;zoom: 1;vertical-align: middle;display:flex;position:relative;font-family: NeoSansRegular,Serif; font-size:24px;flex-direction: row;justify-content: center;align-items: stretch;align-content: stretch;}
.not_found > div > img {max-width:50px;max-height:50px;margin-bottom: auto;padding-right:10px;margin-top: auto; width:100%}
.dropdown-item.edit i, .dropdown-item.file_upload i {color:green;}
.dropdown-item.del i, .dropdown-item.remove_policy i, .dropdown-item.no_warning i {color:red;}
.dropdown-item.info i,.dropdown-item.copy_policy i {color:blue;}
.dropdown-item.warning i {color:#ffc107;}
.dropdown-item.edit:hover,.dropdown-item.remove_policy:hover,.dropdown-item.no_warning:hover,.dropdown-item.copy_policy:hover,.dropdown-item.del:hover,.dropdown-item.info:hover,.dropdown-item.warning:hover,.dropdown-item.file_upload:hover{ color: #fff; text-decoration: none; background-color: #007bff;}
.dropdown-item.edit:hover i,.dropdown-item.remove_policy:hover i,.dropdown-item.no_warning:hover i,.dropdown-item.copy_policy:hover i,.dropdown-item.del:hover i,.dropdown-item.info:hover i,.dropdown-item.warning:hover i,.dropdown-item.file_upload:hover i {color:#FFF;}
ul.dropdown-menu.inner > .selected a {background-color: #0081c2 !important; color: #FFFFFF !important;}
.adding {margin-top:0.5rem; border: solid #3c8dbc; display:none; padding-top:0.5rem; background:#FFFFFF;}
.adding2 {margin-top:0.5rem; border: solid #3c8dbc; padding-top:0.5rem; background:#FFFFFF;}
.add_div {margin-bottom:10px; white-space: normal; word-break: break-word;}
.sorter_th {cursor:pointer; -moz-user-select:none;-webkit-user-select:none;}
.opener,.clickable,.file_download,.handle {cursor:pointer;}
.checkbox_all {font-size:16px; min-height:0; margin:0;}
.orange_select {padding:3px !important; background-color: #f39c12 !important;}
.normal_select {padding:2px !important; background: #367fa9 !important;}
.normal_select .btn.disabled {opacity:1; background:#e9ecef}
.page_infos1 {padding-top:5px; border-bottom:1px solid #CCC; padding-bottom:2px; margin-bottom:5px; user-select: none;}
.page_infos2 {text-align:left; width:60%; display:inline-table; margin-bottom:5px;}
.page_infos3 {width:40%; display:inline-table; text-align:right; margin-bottom:5px; user-select: none;}
.user-footer a {text-align:left; display:block; margin-bottom:1px;}
.user-footer i {margin-left: 0.05rem; margin-right: 0.2rem;  text-align: center; width: 1.6rem;}
.user-footer p {display:inline-table; margin:0;}
.adding_infos {display:none; border: 1px solid #000; padding:5px; margin-top:5px; font-weight:700; user-select: none;}
.record_list_counter {user-select: none;}
.required_info::after {color:#FF0000; content: " * ";}
.required_text {color:red;}
.info_red {color:red; padding-right:4px}
.default_input {width:100% !important; background-color:#FFF !important; margin-bottom:0 !important;}
.default_input:disabled {background-color:#e9ecef !important;}
.default_textarea {max-width:100% !important; width:100% !important; resize:none !important;}
.action_buttons {margin-top:50px !important;}
.double_button { margin-right:2px }
.align_left { text-align:left !important}
.align_center { text-align:center !important;}
.align_right { text-align:right !important;}
.table_content {position:relative;}
.no_overflow {overflow-x:hidden !important;}
.i_sort {margin-left:2px;}
.normal_sort {margin-left:2px;}
.del_button {margin-left:5px}
.search_table td {vertical-align:top;}
.info_yellow {background-color:#ffd700; width:50px; position:relative; display:inline-table; margin-right:5px}
.swal-height {max-height: 60vh;}
.swal_modal_check::before {display: none !important;  content:"" !important;}
.swal_modal_check i.fa-check-circle {margin: 0 .4em;  color: green;  font-size: 1.4em;}
.swal_modal_check i.fa-exclamation-circle {margin: 0 .4em;  color: #f27474;  font-size: 1.4em;}
.lightbox_image {max-width:300px; max-height:400px; cursor:pointer}
.status_search {background-color: rgba(0,0,0,0.4);}
.status_search img {max-width:100px}
.input_info_text {color:#3c8dbc; padding: 2px 5px; display: inline-block;}
.input_alert_text {color:#b9316f; padding: 2px 5px; display: inline-block;}
.search_filter_label {background-color: rgb(62 133 193 / 6%); font-weight:400}
body {font-family:"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; background:#FFF}
.ranx_idey_content {padding: 0 0.5rem; background:#f4f6f9;}
.ranx_idey_fluid {width: 100%;padding-right: 7.5px;padding-left: 7.5px; margin-right: auto; margin-left: auto; padding-top: 0.5rem;}
a:hover {color: #0056b3;text-decoration: none;}
a{text-decoration: none;background-color: transparent;}
.main-footer {background-color: #fff;border-top: 1px solid #dee2e6;color: #869099;padding: 1rem;margin-top: 40px; text-align:center; font-size: 13px;}
.form-control { display: block; width: 100%; height: calc(2.25rem + 2px); padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; box-shadow: inset 0 0 0 transparent; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.form-group {margin-bottom: 1rem;}
.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:inset 0 0 0 transparent}
.form-control::-webkit-input-placeholder{color:#939ba2;opacity:1}.form-control::-moz-placeholder{color:#939ba2;opacity:1}.form-control:-ms-input-placeholder{color:#939ba2;opacity:1}.form-control::-ms-input-placeholder{color:#939ba2;opacity:1}.form-control::placeholder{color:#939ba2;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}
.btn-warning{color:#1f2d3d;background-color:#ffc107;border-color:#ffc107;box-shadow:none}.btn-warning:hover{color:#1f2d3d;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#1f2d3d;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 0 rgba(221,171,15,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#1f2d3d;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#1f2d3d;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(221,171,15,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545;box-shadow:none}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 0 rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(225,83,97,.5)}.btn-light{color:#1f2d3d;background-color:#f8f9fa;border-color:#f8f9fa;box-shadow:none}.btn-light:hover{color:#1f2d3d;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#1f2d3d;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 0 rgba(215,218,222,.5)}.btn-light.disabled,.btn-light:disabled{color:#1f2d3d;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#1f2d3d;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(215,218,222,.5)}
.btn-success{color:#fff;background-color:#28a745;border-color:#28a745;box-shadow:none}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 0 rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8;box-shadow:none}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 0 rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(58,176,195,.5)}
.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff;box-shadow:none}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 0 rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(38,143,255,.5)}
.btn-default{background-color:#f8f9fa;border-color:#ddd;color:#444}.btn-default.hover,.btn-default:active,.btn-default:hover{background-color:#e9ecef;color:#2b2b2b}
.dropdown-menu {box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 1px solid #dae0e5;}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {border-top-left-radius: 0; border-bottom-left-radius: 0;}
.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {margin-left: 0px;}
.btn:not(:disabled):not(.disabled) {cursor: pointer;}
.btn-group>.btn-group:not(:first-child), .btn-group>:not(.btn-check:first-child)+.btn {margin-left: 0;}
textarea.form-control { height: auto; }
.add_panel .form-group label { font-weight: 700; display: inline-block; margin-bottom: 0.5rem; user-select: none;}
.current_filter {display:flex;}
.current_filter button{max-height:45px}
.filter_abbr {margin-left:2px; margin-right:2px; max-width:150px; padding-right:17px; position:relative; overflow:hidden; max-height:68px; font-size:13px; white-space:break-spaces}
.filter_abbr i{top: 4px;position: absolute;right: 4px;}
.share_flipped {transform: rotateY(180deg);}
input:disabled,.selectpicker:disabled + .btn { cursor: not-allowed; pointer-events: all !important; }
.adding .bootstrap-select .dropdown-toggle .filter-option-inner { white-space: normal !important; word-break:break-all;}
.h25 .dropdown-toggle .filter-option-inner {height: 25px;}
.bootstrap-select>.dropdown-toggle{background:#FFF;}
.general_down { position: fixed; bottom: 17px; z-index: 200; right:20px; display: flex; flex-direction: column; display:none}
.general_down_button{ background-color: #3c8dbc; border-radius: 50%; box-shadow: 0 1px 1px 0 rgba(11,20,26,.06),0 2px 5px 0 rgba(11,20,26,.2); align-items: center; justify-content: center; opacity:0; width: 50px; height: 50px; transform: scaleX(0) scaleY(0); cursor:pointer; border:none; color:#FFF; animation: support_down_button_show 0.5s forwards;}
.filter-container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px 5px; text-align: left; margin-top: 10px;}
.filter-item { display: flex; align-items: center; }
.filter-item input { margin-right: 8px; cursor:pointer}
.filter-item label { cursor:pointer}
.filter-item label:hover{ color:#000}

/*-- common classes --*/

.nth_color_div:nth-of-type(even) {background-color:#fbfbfb; padding-bottom:10px; padding-top:10px;}
.nth_color_div:nth-of-type(odd) {background-color: #f7f7f7; padding-bottom:10px; padding-top:10px;}

.kayit_header {color:#FF0000; font-size: 24px; font-weight: bold; border-bottom: 2px solid #CCC;}
.end_already {background:#dc3545 !important; color:#FFF !important;}
.end_soon {background:#007bff !important; color:#FFF !important;}
.aciklama_div {max-height: 28em; overflow-y: auto;}
.aciklama_item {border-bottom: 1px solid #000;  background-color: #ffebcd; margin:0; margin-top:10px; padding:5px; font-size: 0.9rem;}
.show_aciklama {-moz-user-select:none;-webkit-user-select:none; user-select: none}