
/*lead*/
.bookmark, .bookmark:before, .bookmark:after{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bookmark {
    position: relative;
    height: 20px;
    width: 25px;
    padding: 0px;
    border-top: 10px solid #000;
    border-bottom: 10px solid #000;
    border-right: 10px solid transparent;
}
/*auth*/
.login-page {
  background-color: #00264b;
}
.register-page {
  background-color: #00264b;
}
.login-logo a, .register-logo a {
  color: #ffffff;
  font-size: 25px;
}
.password {
	position: relative;
}
.password-control {
	position: absolute;
	top: 6px;
	right: 10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(view.svg) 0 0 no-repeat;
}
.password-control.view {
	background: url(no-view.svg) 0 0 no-repeat;
}
.login-box {
    margin-top:50px;
}
/* Aside */
.nav-sidebar .nav-item > .nav-link {
  margin-bottom: 0rem;
}
.sidebar {
  padding-left: 0;
  padding-right: 0;
}
.nav-pills .nav-link {
  border-radius: 0;
}
.sidebar-dark-primary {
    background-color: #00264b;
}
.sidebar-dark-primary .sidebar a {
  color: #ffffff;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #00264b;
}
.nav-item.has-treeview{
   max-width:100%;
}
.sidebar::-webkit-scrollbar {
    width: 7px;
    height:7px;
}
/* Track */
.sidebar::-webkit-scrollbar-track {
    background: #ffffff;
}
/* Handle */
.sidebar::-webkit-scrollbar-thumb {
    background: #011540;
}
/* Handle on hover */
.sidebar::-webkit-scrollbar-thumb:hover {
    background: #011540;
}
.sidebar-dark-primary .nav-treeview>.nav-item>.nav-link.active, .sidebar-dark-primary .nav-treeview>.nav-item>.nav-link.active:hover {
    color: #ffffff;
    background-color: #ffffff30;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active {
    color: #ffffff;
    background-color: #ffffff30;
}

/* added 06/07/2022*/
#lot_body p {
    text-align:left;
   	white-space: initial;
}
#lot_body .card{
    box-shadow:none;
}
#lot_body .table_item {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: start;
    align-items: center;
}
/* tables */
th, td {
    font-size: 12px!important;
}
th {
    font-weight:100!important;
}
thead {
    background: #F4F4F4;
    color: #000;
    font-weight: 100;
    line-height: 1;
    font-size: inherit;
}
table.dataTable thead .sorting::before, table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::before, table.dataTable thead .sorting_desc_disabled::after {
  opacity: 0.7;
  bottom: 36%;
}
table.dataTable tbody td {
    padding: 3px 4px;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 5px 4px;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
}
.datatable {
    width: 100% !important;
}
table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}
.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}
/*
table.dataTable thead th {
    border-bottom: 2px solid #dee2e6;
}*/
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #dee2e6;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}
th.sorting:hover, .sorting_desc:hover {
    background: #ffffff;
}
.dataTables_scrollBody::-webkit-scrollbar {
    width: 15px;
    height:15px;
    background: #dddddd;
}
/* Track */
.dataTables_scrollBody:-webkit-scrollbar-track {
    background: #011540;
}
/* Handle */
.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #011540;
}
/* Handle on hover */
.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
    background: #011540;
}
.dataTables_length, .dataTables_filter, .dt-buttons {
    margin: 0.5rem;
}
.dataTables_length label select {
    width: 65px!important;
}

/* added */
.dropdown-item, .dropdown-menu {
  font-size: 14px;
  font-weight: 200;
}
/* forms */
.dropzone {
  border: 1px solid #ced4da;
  min-height:80px;
  border-radius: .25rem;
  padding: 13px;
}
.form-control {
    height:2rem!important;
    margin-bottom: .5rem;
    padding: .25rem .5rem;
}
.form-control:focus {
    border-color: #5A80A5;
}
input.search {
    padding: 0 .5rem;
}
input.search:focus {
    outline: none;
    border-color: #5A80A5;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}
label {
    margin-bottom: .25rem;
}
.select2 {
    max-width: 100%;
    width: 100%;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 4px 8px;
    height: 32px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}
/*
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #00264b;
  border-color: #00264b;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #00264b;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
  border: 1px solid #00264b;
}*/

/* buttons */
.btn-xs.btn-outline-secondary {
    border: 1px solid #6c757d;
}
.btn-xs.btn-outline-info {
    border: 1px solid #17a2b8;
}
.btn {
    padding: 3px 15px;
    border-radius: .25rem;
    border:none;
}
.btn:focus {
    box-shadow: none!important;
}
.btn-group-xs > .btn, .btn-xs {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-danger {
   background-color: #C13946;
}
.btn-danger:hover {
  background-color: #DC3545;
}
.btn-success {
    background-color: #1D8A69;
}
.btn-success:hover {
    background-color: #29AB84;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #00264b;
}
.btn-primary {
    background-color: #00264b;
}
.btn-primary:hover {
    background-color: #244667;
}
.btn-info {
   background-color: #466C91;
}
.btn-info:hover {
    background-color: #5A80A5;
}
/* links */
a {
  color: #00264b;
}
a:hover {
  color: #0056b3;
}
.showlink {
    font-weight: bold;
    color: #00264b;
}
a.alert-link:hover, a.showlink:hover {
    color: #0056b3;
}

/*new added */

body {
    font-size: 14px !important;
    padding-right:0px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell',
          'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'robotoRuble', sans-serif;
    background-color: #F4F6F9;
}
.content-wrapper>.content {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}

/* added */
.ck-editor__editable,
textarea {
    min-height: 150px;
}
.dt-buttons .btn {
    margin-left: 0.5rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: #ffffff;
    cursor: pointer;
}

.searchable-title {
    font-weight: bold;
}
.select2-container--open {
    z-index: 9999;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 8px;
    padding-right: 8px;
}

.form-group .required::after {
    content: " *";
    color: red;
}
.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}

div.dt-button-collection {
    padding: 0;
}
.buttons-columnVisibility {
    display: block;
}
.buttons-columnVisibility.active {
    background-color: rgba(128, 128, 128, 0.1);
    font-weight: bolder;
}
.secondLevelMenu{
  background-color:#011540 !important;
  overflow-x:hidden;
  max-width:100%;
}
.secondLevelMenu .fa-fw{
  font-size:15px !important;
  margin-left:10px;

}
.brand-text.font-weight-light{
  margin-left:10px;
}



.quote_menu_bubble{
    display:block;
    margin-left:10px;
    float:right;
    min-width:20px;
    padding-left:3px;
    padding-right:3px;
    height:20px;
    color:#000000;
    font-weight:bold;
    text-align:center;
    border-radius:5px;
    background-color:rgba(255,255,255,0.7)
}


select.search {
  background: #ffffff;
  cursor: pointer;
}
/* btn-group */
.btn-group-vertical .btn.btn-link:first-child {
    padding-top: .5rem;
}
.btn-group-vertical .btn.btn-link:last-child {
    padding-bottom: .5rem;
}
.btn-group-vertical .btn.btn-link:hover {
    color: #007bff;
    background-color: #007bff12;
}
/*for create.blade*/
.labelnear {
 display:flex;
 flex-direction: row;
 justify-content: left;
 align-items: center;
 margin-bottom:10px;
}
.label {margin-right:20px;}
select.formItem {
        display: block;
        width: 100%;
        border: solid 1px #dddddd;
        border-radius: .25rem;
        font-size: 1rem;
        padding: .25rem .5rem;
        background-color: #ffffff;
}
.formPartContiner .form-group {
        width:calc(50% - 20px);
}
.formPartContiner .form-control {
        border:solid 1px #dddddd;
}
.fomrInsideAddButton {
        font-size:12px;
        padding-left:20px;
        padding-right:20px;
        margin-right:10px;
        margin-top:25px;
}
.formSubmitContainer {
        margin: 20px;
}
.formSubmitContainer .btn {
        padding-left:20px;
        padding-right:20px;
        margin-right:10px;
}
/*multiple-select*/
.ms-choice {
    height: 2rem!important;
    line-height: 32px!important;
}
/*leads*/
.sidenav {
	height: 95%;
	width: 0;
	position: fixed;
	z-index: 1;
	background-color: #ffffff;
	overflow-x: hidden;
	transition: 0.5s;
	right: 0;
	/*border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-radius: .25rem;*/
	padding-bottom: 4.5rem;
}
.nowrap {
  white-space: nowrap;
}
.sidenav .closebtn {
	position: absolute;
	top:-7px;
	right: 12px;
	font-size: 28px;
	margin-left: 50px;
}
/*leads show*/
.tableshow th, .tableshow td {
    border: solid 1px #dee2e6;
    border-collapse: collapse;
}
.tableshow th {
    background-color: #f4f4f4;
}
.formPartBlockTitle{
  display:flex;
  align-items: center;
  cursor:pointer;
  font-size: 17px;
  background-color: #eeeeee;
  border-bottom: solid 1px #dddddd;
	border-top: solid 1px #dddddd;
	padding: .5rem 1.25rem;
  margin-top: 8px;
}
.titleblock {
        font-weight:700;
        font-size:14px!important;
}
.formPartBlockTitle.opened .formPartBlockArrow i{
        transform: rotate(90deg);
}
.formPartBlockArrow i{
        margin-right:7px;
        margin-left:-5px;
        transform: rotate(-90deg);
        font-size:17px;
        color:#000000;
}
.formPartContiner{
        display:flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        padding: 12px;
        border-bottom: solid 1px #dddddd;
}
.formPartContiner.BlockClosed{
        display:none;
}
#pills-tab {
	background-color: #eeeeee;
  position: sticky;
  top: 0;
  z-index: 1;
  padding-right: 40px;
}
td.request {
    cursor: pointer;
    color: #007BFF;
}
.table.tableshow th, .table.tableshow td {
    padding: 6px;
}
.table_id-link {
  font-size: 14px;
  font-weight: bold;
  color: var(--blue);
  text-align: center;
  cursor: pointer;
}

/*checkbox btn group*/
.checkbox-btn-group {
  display: inline-block;
}
.checkbox-btn-group:after {
  content: "";
  clear: both;
  display: block;
}
.checkbox-btn-group label {
  display: inline-block;
  float: left;
  margin: 0;
  user-select: none;
  position: relative;
}
.checkbox-btn-group input[type=checkbox] {
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.checkbox-btn-group span {
   display: inline-block;
   height: 32px;
   cursor: pointer;
   padding: 0px 15px;
   line-height: 30px;
   border: 1px solid #ced4da;
   border-right: none;
   transition: background 0.2s ease;
}
.checkbox-btn-group label:first-child span {
   border-radius: 4px 0 0 4px;
}
.checkbox-btn-group label:last-child span {
   border-radius: 0 4px 4px 0;
   border-right: 1px solid #ced4da;
}
.checkbox-btn-group input[type=checkbox]:checked + span {
   background: #054b8e;
   color: #ffffff;
}
.checkbox-btn-group .focused span {
   box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 .checkbox-btn-group label:hover {
    color: #0056b3;
}
 .checkbox-btn-group input[type=checkbox]:active:not(:disabled) + span {
    background: #1A3C5D;
    color: #ffffff;
}
.checkbox-btn-group input[type=checkbox]:disabled + span {
    background: #efefef;
    color: #666;
    cursor: default;
}
.checkbox-btn-group input[type=checkbox]:checked:disabled + span {
    background: #efefef;
}

/*route in auction*/
.row_route {
    line-height: inherit;
    overflow-wrap: break-word;
    display: flex;
    width: 100%;
}
.row_route > * {
    max-width: 560px;
    flex-grow: 1;
    border: 0;
    margin: 0;
    padding: 0;
}
.grid_route {
    width: 100%;
    display: grid;
    align-items: center;
    height: 100%;
    position: relative;
    font-variant-numeric: tabular-nums;
    overflow: hidden;
    min-height: 20px;
    grid-template-columns: minmax(0px, min-content) minmax(min-content, 1fr) calc(50% - 24px);
    grid-template-areas: "routePointStart routePointBetween routePointEnd";
    grid-column-gap: 12px;
}
.grid_route .city {
    display: flex;
    align-items: stretch;
}
.start_city {
    position: relative;
    grid-area: routePointStart / routePointStart / routePointStart / routePointStart;
}
.end_city {
    grid-area: routePointEnd / routePointEnd / routePointEnd / routePointEnd;
}
.name_city {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
}
.description_text {
    color: rgba(0, 0, 0, 0.38);
    line-height: 16px;
    font-weight: 400;
}
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.between_cities {
    justify-content: flex-end;
    position: relative;
    display: flex;
    height: 16px;
    min-width: 8px;
    grid-area: routePointBetween / routePointBetween / routePointBetween / routePointBetween;
}
.between_cities::before {
    z-index: 1;
    content: "";
    left: 0px;
    right: 0px;
    position: absolute;
    top: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.between_cities::after {
    z-index: 1;
    transform: rotate(45deg);
    content: "";
    height: 5px;
    width: 5px;
    right: 0px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.between_count {
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    align-self: stretch;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 1px inset;
    color: rgba(0, 0, 0, 0.38);
    font-weight: 400;
    position: relative;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
    height: 16px;
    margin: 0px 16px 0px 0px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 0px 5px;
}

/*typetorgov in create(auction)*/
.typetorgov .form-check {
  display: inline-block;
  margin-right: 10px;
  padding-left: 0px;
}
.typetorgov .form-check input[type=radio] {
  display: none;
}
.typetorgov .form-check label {
  display: inline-block;
  cursor: pointer;
  padding: 0px 15px;
  line-height: 30px;
  border: 1px solid #00264b;
  border-radius: 5px;
  user-select: none;
}
/* Checked */
.typetorgov .form-check input[type=radio]:checked + label {
  background-color: #00264b;
  color: #ffffff;
}
/* Hover */
.typetorgov .form-check label:hover {
  background-color: #00264bcc;
  color: #ffffff;
}
/* Disabled */
.typetorgov .form-check input[type=radio]:disabled + label {
  background-color: #dddddd;
  color: #ffffff;
  border-color: #dddddd;
}

/*2lvl navbar*/
        .first-navbar {
          background-color: #00264b!important;
          padding-top: 8px;
          z-index: 1001;
        }
        .second-navbar {
            padding: 0;
        }
        .navbar-nav .brand-link {
            padding: 0;
            color: #ffffff;
        }
        .navbar-dark .nav-item.active {
          border-bottom: 4px solid #eeeeee;
        }
        .navbar-light .navbar-nav .nav-item.active {
          border-bottom: 4px solid #00264b;
        }
/*img transport*/
        .cursor-pointer {
          cursor:pointer;
        }
        .cursor-help{
          cursor:help;
        }
        .img-transport {
            width:60px;
        }
        .img-type-auction {
          width:14px;
        }
        .green-color {
            color:#24b377;
        }
/*leads/show.blade*/
.tab-content hr {
    margin-bottom: .2rem;
    margin-top: .2rem;
}
.tab-content p {
    margin-bottom:.2rem;
}
/*leads/show.blade #pills-route*/
.tracking-detail {
 padding: 3rem 0;
}
#tracking {
 margin-bottom:1rem;
}
[class*=tracking-status-] p {
 margin:0;
 font-size: 1.1rem;
 color: #212529;
 text-align: center;
}
[class*=tracking-status-] {
 padding: 1rem 0;
}
.tracking-status-intransit {
 background-color: #eee;
}
.tracking-status-outfordelivery {
 background-color:#f5a551;
}
.tracking-status-deliveryoffice {
 background-color:#f7dc6f;
}
.tracking-status-delivered {
 background-color:#4cbb87;
}
.tracking-status-attemptfail {
 background-color:#b789c7;
}
.tracking-status-error,.tracking-status-exception {
 background-color:#d26759;
}
.tracking-status-expired {
 background-color:#616e7d;
}
.tracking-status-pending {
 background-color:#ccc;
}
.tracking-status-inforeceived {
 background-color:#214977;
}
.tracking-list {
 border: 1px solid #eee;
}
.tracking-item {
 border-left:1px solid #e5e5e5;
 position:relative;
 padding:2rem 1.5rem .5rem 2.5rem;
 font-size:.9rem;
 margin-left:3rem;
 min-height:5rem;
}
.tracking-item:last-child {
 padding-bottom:4rem;
}
.tracking-item .tracking-date {
 margin-bottom:.5rem;
}
.tracking-item .tracking-date span {
 color:#888;
 font-size: 14px;
 padding-left:.4rem;
}
.tracking-item .tracking-content {
 padding:.5rem .8rem;
 background-color:#f4f4f4;
 border-radius:.5rem;
}
.tracking-item .tracking-content span {
 display:block;
 color:#888;
 font-size: 14px;
}
.tracking-item .tracking-icon {
 line-height:2.6rem;
 position:absolute;
 left:-1.3rem;
 width:2.6rem;
 height:2.6rem;
 text-align:center;
 border-radius:50%;
 font-size:1.1rem;
 background-color:#fff;
 color:#fff;
}
.tracking-item .tracking-icon.status-sponsored {
 background-color:#f68;
}
.tracking-item .tracking-icon.status-delivered {
 background-color:#4cbb87;
}
.tracking-item .tracking-icon.status-outfordelivery {
 background-color:#f5a551;
}
.tracking-item .tracking-icon.status-deliveryoffice {
 background-color:#f7dc6f;
}
.tracking-item .tracking-icon.status-attemptfail {
 background-color:#b789c7;
}
.tracking-item .tracking-icon.status-exception {
 background-color:#d26759;
}
.tracking-item .tracking-icon.status-inforeceived {
 background-color:#214977;
}
.tracking-item .tracking-icon.status-intransit {
 color:#00264b;
 border:1px solid #e5e5e5;
 font-size:.6rem;
}
@media(min-width:992px) {
 .tracking-item {
  margin-left:10rem;
 }
 .tracking-item .tracking-date {
  position:absolute;
  left:-10rem;
  width:7.5rem;
  text-align:right;
 }
 .tracking-item .tracking-date span {
  display:block;
 }
 .tracking-item .tracking-content {
  padding:0;
  background-color:transparent;
 }
}
