.az-header-primary .az-header-center .form-control, .az-header-primary .az-header-center .dataTables_filter input, .dataTables_filter .az-header-primary .az-header-center input {
    //background-color: var(--auction-color);
}
.az-header-primary {
    //background-color: #163659;
}
.az-content-title {
    color:  #163659;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .5rem .5rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
    min-height: unset;
}

.btn-default {
    color: #212529;
    background-color: #fff;
    border-color: #c0bbbb;
}
.btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #353535;
}
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show > .btn-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(77, 78, 78, 0.5);
}

.az-navbar .nav-link i {
    padding: 0;
    color: #2d6bac;
}

/* ###### 4.10 Select2 ###### */
.select2-results__option {
    border-radius: 0;
    margin-bottom: 1px;
    font-size: 13px; }

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-color: #cdd4e0;
    border-radius: 3px;
    height: 38px;
    outline: none;
    border-radius: 0; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #596882;
    line-height: calc(1.5em + 0.75rem + 2px)-0.1rem;
    padding-left: 0.75rem;
    height: 100%;
    display: flex;
    align-items: center; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #7987a1; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 38px;
    line-height: calc(1.5em + 0.75rem + 2px); }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -3px; }

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border-color: #cdd4e0;
    border-radius: 0;
    min-height: 38px;
    outline: none; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 4px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    margin-top: 5px;
    margin-right: 4px;
    padding: 3px 10px 3px 20px;
    border-color: transparent;
    border-radius: 0;
    background-color: #5b47fb;
    color: #fff;
    line-height: 1.45; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    opacity: .5;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 7px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #cdd4e0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #cdd4e0;
    border-radius: 0; }

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: white; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5b47fb; }

.select2-container--default .select2-results > .select2-results__options {
    margin: 4px; }

.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 7px;
    line-height: 26px;
    padding-left: 7px;
    opacity: 1; }

.select2-container--default.select2-container--disabled .select2-selection__choice {
    padding-left: 10px;
    background-color: #97a3b9; }
.select2-container--default.select2-container--disabled .select2-selection__choice .select2-selection__choice__remove {
    display: none; }

.select2-container--open .select2-selection--single,
.select2-container--open .select2-selection--multiple {
    background-color: #fff;
    border-color: #cdd4e0; }

.select2-container--open .select2-dropdown--above {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    top: 0; }

.select2-dropdown {
    border-color: #cdd4e0;
    z-index: 200; }

.select2-search--dropdown {
    padding-bottom: 0; }

.select2-results__option {
    padding: 6px 10px;
    font-size: 0.875rem; }


.az-content a:not(.btn):not(.page-link) {
   color: #26282a;
}

.page-item.active .page-link {
    z-index: 1;
    color: #6610f2!important;
}

.az-sidebar-body .nav-link {
    height: auto;
    padding-bottom: 10px;
}

.az-dashboard-eight {
   background-color: #e8eff9;
}
body {
    font-size: 1rem;
}

.table thead th, .table thead td {
    font-size: 14px;
    font-weight: 500!important;
}

.btn, .sp-container button {
    border-width: 1px;
    font-size: 0.9rem;
}

.table .thead-dark th {
    color: #fff;
    background-color: var(--auction-color);
    border-color: var(--auction-color);
    padding: 10px;
}

.table .thead-light th {
    color: #494c57;
    background-color: #e9ecef;
    border-color: #dee2e6;
    padding: 10px;
}


.taContainer .tt-input {
//padding: 0.375rem 0.75rem !important
}
.modal-open .modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.taContainer {
    display: inline-block;
}
.taContainer .group-name {
    padding: 10px;
    background-color: #c6cbd2;
    color: #112e4e;
    font-weight: bold;
}
.empty-message {
    padding: 10px;
}
.taContainer .input-group-btn .btn {
    padding: 9px 15px;
}
.taContainer .typeahead,
.taContainer .tt-query,
.taContainer .tt-hint {
    height: 40px;
//padding: 6px 11px;
    font-size: 15px;
    line-height: 2;
    border: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
    border: 1px solid #D7E0E3;
}
.taContainer .twitter-typeahead {
    width: 100%;
}
.taContainer .typeahead {
    background-color: #fff;
}
.taContainer .typeahead:focus {
    border: 2px solid #0097cf;
}
.taContainer .tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.taContainer .tt-hint {
    color: #999;
//height: 35px !important;
    width: 100%;
    font-size: 15px;
}
.taContainer .tt-input {
    width: 100%;
//padding: 14px 10px;
    top: 0;
//height: 35px !important;
    font-size: 15px;
}
/*
@media (max-width: 768px) {
.taContainer .tt-input {
  width: 300px;
}
.taContainer .tt-menu {
  width: 300px!important;
}
}
@media (min-width: 769px) {
  .taContainer .tt-input {
    width: 400px;
  }
  .taContainer .tt-menu {
    width: 400px!important;
  }
}

  */
taContainer .tt-input {
    width: 100%;
}
.taContainer .tt-menu {
    width: 100%;
}
.taContainer .tt-menu {
    width: auto;
    margin: 0 0 12px 0;
    padding: 0;
    background-color: #fff;
    border: none;
    overflow: hidden;
    margin-top: 11px;
}

@media (min-width: 768px) {
    .taContainer .tt-menu {
        width: 605px;
    }
}
@media (min-width: 768px) {
    .taContainer .input-group-btn .btn {
        padding: 9px 25px;
    }
}
.taContainer .tt-suggestion {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 30px;
}
.taContainer .tt-suggestion:hover {
    cursor: pointer;
    background-color: #FAFAFA;
}
.taContainer .tt-suggestion.tt-cursor {
    background-color: #FAFAFA;
}
.taContainer .tt-suggestion p {
    margin: 0;
}

.card-dashboard-seven .card-header label {
    font-size: 14px;
}

.az-star i.active {
    color: #0062cc;
}

.badge-default {
    color: #fff;
    background-color: #7b7879;
}

.text-white {
    color:#fff!important;
}

table.dataTable thead .sorting {
    background-image: none!important;
}

.hidden {
    display: none;
}

.az-navbar .nav-link i {
    margin-right: 8px;
    font-size: 15px;
}

@media (min-width: 1200px) {
    .table-responsive {
        display: table;
    }
}

.page-item.disabled .page-link {
    background-color: #e9ecef;
}

.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #fcf8e3;
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #dff0d8;
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #d9edf7;
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
    background-color: #f2dede;
}

.editable {
    border-bottom: 1px dotted #000;
    text-decoration: none;
    display: inline;
}


.horizontal-tabs-steps {
    position: relative;
}

.horizontal-tabs-steps .nav-item {
    z-index: 1;
    position: relative;
}

.horizontal-tabs-steps .nav-item:after {
    content: "";
    border-top: 5px dotted #73b6ff;
    position: absolute;
    z-index: 0;
    top: 12px;
    width: 265px;
    left: 0px;
    transition: border 1s ease-out;
    transition-delay: 0s, 0s, 0.1s;
}

.horizontal-tabs-steps .nav-item:last-child:after {
    content: "";
    border-top: 0px dotted #4da3ff;
}

.horizontal-tabs-steps .nav-item.complete-step:after {
    content: "";
    border-top: 5px dotted #4d7ed2;
    position: absolute;
    z-index: 0;
    top: 12px;
    width: 265px;
    left: 0px;
    transition: border 1s ease-out;
    transition-delay: 0s, 0s, 0.1s
}

.horizontal-tabs-steps .nav-link {
    background: #fff;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    color: #3c4858;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border: 2px solid #4d7ed2;
    z-index: 1;
    position: relative;
}

.horizontal-tabs-steps .nav-link:hover {
    background: #22437c;
    border: 2px solid #22437c;
    color: #fff !important;
    transition: 0.3s all;
}

.horizontal-tabs-steps .nav-link:hover .horizontal-tabs-steps .nav-link span {
    color: #fff !important;
}

.horizontal-tabs-steps .nav-item h6 {
    font-size: 12px;
}

.horizontal-tabs-steps .nav-item.show .nav-link, .horizontal-tabs-steps .nav-link.active {
    color: #fff;
    background-color: #22437c;
    border-color: #22437c;
    width: 31px;
    height: 31px;
    border-radius: 50%;
}

.horizontal-tabs-steps .nav-link.active span {
    color: #fff;
    font-weight: 500 !important;
}

.horizontal-tabs-steps .checked-steps span {
    display: none;
}

.horizontal-tabs-steps .checked-steps {
    background-color: #22437c !important;
    border: 1px solid #22437c !important;
    color: #fff !important;
}

.horizontal-tabs-steps .checked-steps:after {
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
}

/*********** Steps End***************/

/*********** Platform Content start***************/
.platform-content .tab-pane h3 {
    font-size: 15px;
    font-weight: 500 !important;
}

.platform-content .tab-pane p {
    font-size: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .horizontal-tabs-steps .nav-item:after {
        content: "";
        width: 219px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .horizontal-tabs-steps .nav-item:after {
        content: "";
        width: 160px;
    }
}

@media only screen and (min-width: 421px) and (max-width: 767px) {
    .horizontal-tabs-steps .nav-item:after {
        content: "";
        width: 115px;
    }
}

@media only screen and (max-width: 420px) {
    .horizontal-tabs-steps .nav-item:after {
        content: "";
        width: 95px;
    }
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
    padding: 5px;
    border: 1px solid #ced4da;
}

.form-control-small {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #494c57;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.paginate_button  .page-link {
    display: inline-grid;
}

.bg-secondary {
    background-color: #292d38!important;
}