
/*-----------------------------------------------------------------
#NOA Yazılım
-------------------------------------------------------------------*/
body {
  font-size:14px;
}
.formnavbarstyle li {
    font-size: 14px;
    font-weight: 700;
}
.navcustombtn {
    font-size: 13px !important;
    font-weight: 600;
}
.table>:not(caption)>*>* {
padding: 0.2rem 0.5rem;
}
.table-hover tbody tr {
cursor: pointer;
}
.noaform {
	margin-top:1px;
}
.noamodalbody {
	padding-top: 0px;
    padding-bottom: 0px;
}

.noaform >* label {
	font-size: 14px;
    font-weight: 600;
	margin-bottom:0.2rem;

}
.noaform >* input,.noaform >* select {
	font-size: 13px;    
}

.noaform >* h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0rem;
    margin-top: 1rem;
}


.noaform div .row>* {
	margin-top:0.5rem;
}

.nav-tabs .dropdown-menu {border-radius:4px; border: 1px #e9ecef solid;}
.dropdown-menu .dropdown-item { font-size: 13px;  padding: 5px 10px;  transition: 0.3s;
}

.select2-container--default .select2-selection--single {    
    border: 1px solid #cfd4da;
    border-radius: 0.25rem;
	font-size:13px;
	height:29.1px;
}

select2-selection__rendered {
	font-size:13px;
	line-height: 29.1px;
}

.card-title {
    /*border-bottom: 1px #dee2e6 solid;*/
}

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.ml-1 {margin-left:1rem;}

.linebtn {
	font-size: 13px;
    line-height: 13px;
    padding: 3px 5px 3px 5px;
}

.datatable-table > tbody > tr > td,
.datatable-table > tbody > tr > th,
.datatable-table > tfoot > tr > td,
.datatable-table > tfoot > tr > th,
.datatable-table > thead > tr > td,
.datatable-table > thead > tr > th {
	white-space: nowrap;
	padding: 6px 4px;
}

.datatable-table > thead > tr > th {
	background-color:#f8f9fa;
}
.datatable-table {
	margin-bottom:1px;
}

.datatable-selector {
	 font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;   
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.1rem;
    font-size: .875rem;
    border-radius: 0.25rem;
}
.datatable-input  {
    display: block;
    width: 90%;       
    font-weight: 400;    
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
    padding: 0.15rem 0.5rem;
    font-size: .860rem;
    border-radius: 0.25rem;
}

.datatable-input:focus {
	outline: none !important;
        border-color: #719ECE;
        box-shadow: 0 0 10px #719ECE;
}

.profile .profile-edit label {
    font-size: 14px;
}

.datatable-wrapper.no-footer .datatable-container {
    border-bottom: 0px;
}
.datatable-wrapper {margin-top:15px;}

.dx-header-row {
font-weight: 700;
color: #3f4245;
background-color: #f8f9fa;
}
.dx-widget {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
}
.dx-datagrid {
    color: #000;
}
.dx-texteditor-input:focus {
	outline: none !important;
        border-color: #719ECE;
        box-shadow: 0 0 10px #719ECE;
}
.hidecontent {
	display:none;
}

.dx-checkbox-icon {
	border-color: #7e7b7b!important;
}
.dx-datagrid .dx-column-lines > td {
	border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
}
.kartcontainer , .bankacontainer {
    display:none;
}
.alttoplamtablo td, .alttoplamtablo th {
    border: 1px solid #dee2e6;
	padding:3px;
	min-width:100px;
}
.width120 {min-width:120px; }