/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16 Oct 2021, 10:34:29 pm
    Author     : leech
*/

.font16px
{
    font-size: 16px !important;
}

.bgimg
{
    background-image:url('../images/logistic_bg.png') !important;
    background-size:90%  !important;
    background-repeat: no-repeat  !important;
    background-position:center center  !important;
}


.navbar .navbar-brand-wrapper
{
    height:120px !important;

}

.page-body-wrapper
{
    padding-top: 0px !important;
}


.navbar .navbar-brand-wrapper .navbar-brand .normalimg
{
    height:110px;
    width:auto !important;
}
.settings-panel
{
    top:120px;
}

.navbar .navbar-menu-wrapper
{
    height:120px !important; 
}

.brand-logo 
{
    margin-left:1rem;
    float: left;
    width: 235px;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile img
{
    height:50px !important;
    width: 50px !important;
}
.profilediv
{
    position: relative;  
}
.profilediv ul
{
    position: absolute;
    bottom: 0px;
}
.nav-profile label
{
    font-weight: bold;
}
.sidebar .nav:not(.sub-menu) {
    margin-top:0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.left-bg
{
    background: url(../images/left-bg.png);
    background-repeat: no-repeat;
    height: 100px;
    left: 0;
    position: relative;
    margin-left: 0px;


}
.time
{
    text-align:center;
    color:#918C8C;
}
.navbar
{
    box-shadow: 0px 5px 21px -5px steelblue;
}
.sidebar
{

    /* border-right: 1px solid steelblue; */
    box-shadow: 0px 0 21px -2px lightsteelblue;

}
.zindex10
{
    z-index: 10;
}
.zindex110
{
    z-index: 110;
}
.cardicon
{
    vertical-align: sub;
    margin-right: 10px;
}

.sidebar  li a.nav-link
{
    align-items: self-end !important;
}

ul#tabs li.nav-item a.active
{
    color:white !important;
    background-color:steelblue;
    font-weight: bold;
}

ul#tabs li.nav-item a
{
    background-color:white;
}

.mlrauto
{
    margin-left:auto;
    margin-right:auto;
}

.va-middle
{
    vertical-align: middle !important;
}

tbody.transportsort tr td
{
    cursor: pointer !important;
}


.table td img, .jsgrid .jsgrid-table td img {
    border-radius:0 !important;
}
.pointer
{
    cursor: pointer !important;
}

.text-danger
{
    color: #c23636;
    background-color: rgba(255, 71, 71, 0.2);
    border-color: #eb4141;
    font-size: 0.875rem;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.select2-container .select2-selection--single {
    height: auto !important;
}

.loader{
    position: absolute;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color:#eceaea;
    background-image:url('../images/logospin2.gif');
    background-size: 50px;
    background-repeat:no-repeat;
    background-position:center;
    z-index:10000000;
    opacity: 0.4;
    filter: alpha(opacity=40);

}

div a.paginate_button
{
     border: 1px solid grey;
      padding: 5px 10px;
}
div.dataTables_paginate a.previous 
{
  
   
    border-radius: 10px 0px 0px 10px;
    margin: 0px 0px;
    border-right:0px;
}
div.dataTables_paginate a.next 
{
  
   
    border-radius: 0px 10px 10px 0px;
    margin: 0px 0px;
    border-left:0px;
}

div.dataTables_paginate a.disabled
{
    border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
div span a.paginate_button
{
    border: 1px solid grey;
    padding: 5px 10px;
    border-radius: 0px;
    margin: 0px 0px;
    background-color: #00aacc;
    color: #ffffff;
}
div span a.paginate_button
{
    border: 1px solid grey;
    padding: 5px 10px;
    border-radius: 0px;
    margin: 0px 0px;
    background-color: #00aacc;
    color: #ffffff;
}

div.dataTables_paginate span a.current
{
  background-color: #0099cc;
  color: #ffffff;
}
 
.display-inline
{
    display:inline-block;
}
.card-input-element+.card {
  height: calc(120px + 2*1rem);
  color: var(--primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid transparent;
  border-radius: 4px;
}

.card-input-element+.card:hover {
  cursor: pointer;
}

.card-input-element:checked+.card {
  border: 2px solid var(--primary);
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
  
}

.card-input-element:checked+.card::after {
   
  content: '\2611';
  color: #AFB8EA;
  font-family: 'Material Icons';
  font-size: 24px;
  -webkit-animation-name: fadeInCheckbox;
  animation-name: fadeInCheckbox;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    top: 0;
    right: 0;
}

@-webkit-keyframes fadeInCheckbox {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
  }
}

@keyframes fadeInCheckbox {
  from {
    opacity: 0;
    transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}

.ifs-17
{
    font-size:14px !important;
}
.mt-35px
{
    margin-top:35px;
}




.chat-btn {
    position: absolute;
    right: 14px;
    bottom: 30px;
    cursor: pointer
}

.chat-btn .close {
    display: none
}
.chat-btn i {
    transition: all 0.9s ease
}

#check:checked~.chat-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg)
}

#check:checked~.chat-btn .comment {
    display: none
}
 
.chat-btn i {
    font-size: 22px;
    color: #fff !important
}

.chat-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: blue;
    color: #fff;
    font-size: 22px;
    border: none
}
.chatboxwrapper {
    position: absolute;
    right: 20px;
    bottom: 100px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.4s
}
#check:checked~.chatboxwrapper {
    opacity: 1
}
.chat-form {
    padding: 15px
}

.chat-form input,
textarea,
button {
    margin-bottom: 10px
}

.chat-form textarea {
    resize: none
}
#check {
    display: none !important
}
.cheader {
    padding: 13px;
    background-color: blue;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 10px;
    color: #fff
}


/* Chat containers */
.chatcontainer {
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
}

/* Darker chat container */
.darker {
  border-color: #ccc;
  background-color: #ddd;
}

/* Clear floats */
.chatcontainer::after {
  content: "";
  clear: both;
  display: table;
}

/* Style images */
.chatcontainer img {
  float: left;
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
  border-radius: 50%;
}

/* Style the right image */
.chatcontainer img.right {
  float: right;
  margin-left: 20px;
  margin-right:0;
}

/* Style time text */
.time-right {
  float: right;
  color: #aaa;
}

/* Style time text */
.time-left {
  float: left;
  color: #999;
}

.dataTables_wrapper .dataTable .btn
{
    padding: 0.875rem 1.5rem !important;
}

.StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none;
}
  .StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 10px;
    height: 100%;
    border-left: 2px solid #CCC;
  }
  
  .StepProgress-item {
    position: relative;
   /* counter-increment: list;*/
    }
      .StepProgress-item strong
      {
          display:block;
      }
    .StepProgress-item:not(:last-child) {
      padding-bottom: 50px;
    }
    
    .StepProgress-item::before {
      display: inline-block;
      content: '';
      position: absolute;
      left: -30px;
      height: 100%;
      width: 10px;
    }
    
    .StepProgress-item::after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0;
      left: -35px;
      width: 12px;
      height: 12px;
      border: 2px solid #CCC;
      border-radius: 50%;
      background-color: #FFF;
    }
    .StepProgress-item:last-child:after {
      bottom: 0px;
      top:auto;
    }
  
      .StepProgress-item.is-done ::before {
        border-left: 2px solid green;
      }
     .StepProgress-item.is-done ::after {
        
        font-size: 10px;
        color: #FFF;
        text-align: center;
        border: 2px solid green;
        background-color: green;
      }
    
    
   
       .StepProgress-item.current ::before {
        border-left: 2px solid green;
      }
      
      .StepProgress-item.current::after {
       /* content: counter(list);*/
        padding-top: 1px;
        width: 19px;
        height: 18px;
        top: -4px;
        left: -39px;
       /* font-size: 14px;*/
        text-align: center;
        color: blue;
        border: 2px solid blue;
        background-color: white;
      }
     
  
  
 
@media (max-width: 991px)
{
  ul.navbar-nav.navbar-nav-right
    {
        margin-right:5%;
    }
    button.navbar-toggler-right
    {
        position: absolute !important;
    bottom: 0px !important;
    height: 66px !important;
    }
     
    .navbar .navbar-brand-wrapper
    {
        width: 100px;
    }
    .navbar-brand.brand-logo-mini
    {
        margin-left:5px;
    }
    .sidebar-offcanvas.active
    {
        top:120px;
    }
}




@media (max-width:540px) {
  .navbar  div.navbar-brand-wrapper {
      width: 100% !important;
      
    }
  
}



@media (max-width: 991px){
.navbar div.navbar-menu-wrapper {
    /*width: calc(100% - 55px);*/
   width:100% !important; 
  // justify-content: center !important;
    padding-left: 11px;
    padding-right: 11px;
}
}