.dropdown-menu.ng-isolate-scope {
width:calc (100% - 10px) !important;

}

.uib-typeahead-match.ng-scope.active {
background:#003473;

}

.uib-typeahead-match.ng-scope.active a {
color: #fff !important;
}

.ui-select-toggle.btn {
  border: 1px solid #377ABC;
}

.ui-select-choices.dropdown-menu {
  display: block;
}

.ui-select-match-text {
  max-height: 1rem;
}

.ui-select-match.btn-default-focus {
  border-radius: .25rem;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
  outline: 0;
}

.ui-select-match.btn-default-focus > .ui-select-toggle {
  border-color: #5797D5;
}



.layout-sidebar-large .sidebar-left-secondary {
    width: 280px !important;
}

/* Sol menü tam kapanması için düzeltme */
.layout-sidebar-large .sidebar-left:not(.open) {
    left: -140px !important;
}

.layout-sidebar-large .sidebar-left-secondary:not(.open) {
    left: -300px !important;
}

div.ui-select-container> div > span.form-control {
background-color: #f8f9fa !important;
}

/* .table , .alert{ */

    /* margin-bottom: 0 !important; } */

/* .alert { */
/* padding-bottom: 1.45rem !important;  */
/* } */

/* #cariFirmaKayitlariEkleModal > div > div > div.modal-body { */

/* max-height:600px !important;  */
/* } */


.modal-backdrop {
  display: none;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}