/* ------------- Dashboard Design ------------------- */

.dashboard-bgcolor {
  background-color: #003b64;
}


.welcome-board-statics {
  position: relative; 
  top: -170px; 
  margin-bottom: -110px;
}

.m-0 {
  margin: 0px !important;
}

/* -------- side panel --------------*/

#sidebar-wrapper .sidebar-heading {
  font-size: 24px;
}

.b-leftmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .b-leftmenu ul li {
    /* Sub Menu */
  }
  .b-leftmenu ul li a {
    display: block;
    background: #003b64;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .b-leftmenu ul li a:hover {
    background: #f8f8f8;
    color: #515151;
  }
  .b-leftmenu ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float:right;
  }
  .b-leftmenu ul ul {
    background-color:#ebebeb;
  }
  .b-leftmenu .sub-menu ul li a {
    background: #f8f8f8;
    border-left: 4px solid transparent;
    padding: 10px 25px;
  }
  .b-leftmenu .sub-sub-menu ul li a {
    padding: 10px 20px 10px 40px;
  }
  .b-leftmenu a.b-newpage:hover {
    background: #ebebeb;
    border-left: 4px solid #3498db;
  }
  
  
 /* --------------  
  #sortable-menu li.active a {
    background: rgb(72, 174, 247);
  }
  
  .sub-menu.active ul {
    display: block !important;
  }

  #sortable-menu li.active ul li a {
    background: #f2f2f2;
  }
 
  
  .sub-menu.active a ~ ul li a {
    background: #f2f2f2;
  }
  
  .sub-menu.active a ~ ul li.active a {
    color : rgb(72 174 247);
  }
  

------------------ */
  

  .mendatory {
    color: red;
  }


  /* -------------- Content Wrapper ------------------ */

  .content-wrapper .content-header h1 {
      font-size: 26px;
      text-transform: uppercase;
  }

  .content-wrapper .content-header .breadcrumb, #page-content-wrapper .content-header .breadcrumb{
    background: none;
    padding: 5px;
    margin: 0px;
  }

  .content-wrapper .content-header .breadcrumb .breadcrumb-item a {
    color: #0073ec !important;
  }

  .content-wrapper .content-header .breadcrumb .breadcrumb-item:last-child a {
    color: #333 !important;
    pointer-events: none;
    text-decoration: none;
  }

  .content-wrapper .card .card-header .card-title {
    margin-bottom: 0px;
  }

/* --------- Paging buttons ------------------ */


.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px;
  box-shadow: none;
  outline: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  border: none;
}

/* --------------------- Data table sorting arrows ------------------ */

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  right: 0.8rem;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5rem;
}

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 {
  bottom: 0.7rem;
}

table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc {
  background: none;
}
table.dataTable thead .sorting {
  background: none;
}



/* ---------------- Custome Drop Down List --------- */

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

#myInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #dddddd;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* .dropdown a:hover {background-color: #dddddd;} */

.show {display: block;}


/* ------------ Table ----------------- */

.charges-tables table tr td, .charges-tables table tr th {
    min-width: 150px;
    vertical-align: middle;
}

/* .port-charges table tr td[colspan = '3']{
  padding: 0px;
}

.port-charges table tbody tr td table {
    margin: 0 !important;
} */


/* ---------------- Accordian Design ----------------- */

.accordion .card {
  margin-top: 30px;
}

.accordion .card:first-child {
    margin-top: 15px;
}

.accordion .card .card-header button[aria-expanded = "true"] {
    width: 100%;
    text-align: left;
    background: #0073ec;
    color: #fff;
    border-radius: 0;
}

.accordion .card  {
  margin-bottom: 2.5rem;
  border: none;
  border-radius: 0px;
}

.accordion .card .card-header {
    padding: 0px;
}

.accordion .card .card-header h2 {
    font-size: inherit;
}

.accordion .card .card-header h2  button{
  text-decoration: none;
  transition: 0s;
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  background: #003b64;
  color: #fff;
}

.accordion .card .card-body {
  border: 1px solid #ccc;
}

.back-btn {
  height: 45px;
    margin: 10px 0px;
    padding: 8px 15px !important;
    background: #003b64;
    color: #fff;
}


.info-card .form-group {
  border: 1px solid #f2f2f2;
  margin: 5px;
  border-radius: 1px;
}

.info-card .form-group p {
  font-weight: 600;
  padding: 5px 10px 5px;
  margin-bottom: 0px;
}

.info-card .form-group label {
  margin-bottom: 0px;
  width: 100%;
  color: #7c7c7c;
  padding: 5px 10px 5px;
}

.info-card .form-group:hover {
  background: #f2f2f2;
}

.content-wrapper {
  padding: 2rem;
}


.content-wrapper-header {
  display: flex;
  justify-content: space-around;
  background: #f2f2f2;
  padding: 5px 10px;
}

/* -------------- Select Input Default ----------------- */

.select-search-input ~ .select2-container .select2-selection--single {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select-search-input ~ .select2-container .select2-selection--single .select2-search__field {
  outline: none !important;
  border: 1px solid #ced4da;
  background-color: #fff;
}

.select-search-input ~ .select2-container .select2-selection--single .select2-search__field:focus-visible {
  outline: none !important;
  border: 1px solid #ced4da;
  box-shadow: none !important;
  background: none;
}


/* --------------------- Modal ------------------------- */

#shipDetailModal .modal-body {
    height: 80vh;
    overflow: auto;
}




.dateselecter label,.dateselecter input,.dateselecter i{
  display:inline-block;
}



/* ------------------- Custimize Date Time Picker ---------------------- */

.date-time-picker {
  position: relative;
  width: 300px;
  margin: 10px !important;
  text-align:left; 
  margin:10px auto 10px auto;
}

.date-time-picker input {
  width: 100%;
}

.date-time-picker i.fa-calendar{
    position: absolute;
    right: 10px;
    top: 9px;
    color: #7a7a7a;
}
.date-time-picker i.fa-calendar:hover{
  color: #003b64;
}

#calBorder {
  border-radius: 0 !important;
}

#calBorder table tbody tr:nth-child(2) table tr td{
  /* border: 1px solid #e9e9e9 !important; */
}

#calBorder table tbody tr:nth-child(2) table {
  border-spacing: 0px !important;
}

#calBorder table tbody tr:nth-child(2) table tr:first-child td {
  
}

#calBorder table tbody tr:nth-child(3) table tr td {
 
}

/* --------- Form tab panel ------------*/



/* Mark input boxes that gets an error on validation: */

.form-step-filling {

}

.form-step-filling input.invalid {
  background-color: #ffdddd;
}

.form-step-filling select.invalid {
  background-color: #ffdddd;
}



.form-step-filling textarea.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.form-step-filling  .tab {
  display: none;
}

.form-step-filling  button {
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
}

.form-step-filling  button:hover {
  opacity: 0.8;
}

.form-step-filling  #prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.form-step-filling  .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.form-step-filling  .step.active {
  opacity: 1;
  background-color: #04AA6D;
}


/* Mark the steps that are finished and valid: */
.form-step-filling  .step.finish {
  background-color: #003b64;
  opacity: 1;
}

.form-step-filling  .step.finish.active {
  background-color: #04AA6D;
}

.form-step-filling .step-nav {
  text-align:center;
  margin-top:40px;
}

.form-step-filling h3 {
    color: #b3b3b3;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.form-group label {
  font-size: 12px;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #343434;
  text-transform: capitalize;
  vertical-align: middle;
}

.form-group label b {
  font-size: 14px;
  color: #333;
}

/* ----------- A4 Pages Print  --------- */

.printing-page {
  position: relative;
}

.printing-page  .page-header, .page-header-space {
  height: 130px;
} 

.printing-page  .page-footer, .page-footer-space {
  height: 60px;

}

.fixied {
  position: fixed !important;
}

.printing-page  .page-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0%;
  border-bottom: 1px solid black;
  background: #f1f1f1; /* for demo */
  padding: 5px;
}

.printing-page  .page-header {
  position: absolute;
  top: 0mm;
  left: 0%;
  width: 100%;
  border-bottom: 1px solid rgb(185, 185, 185); /* for demo */
  background: #fff; /* for demo */
  padding: 5px;
}

.printing-page  .page-header p {
  margin-bottom: 0;
}

.printing-page  .page-header img {
  height: 100px;
  width: 100px;
}

.printing-page  .page {
  page-break-after: always;
}

@page {
  margin: 20mm 2mm 20mm 0;
}

@media print {
   thead {display: table-header-group;} 
   tfoot {display: table-footer-group;}
   
   button {display: none;}
   
   body {margin: 0; }
   .printing-page  .page-footer, .printing-page  .page-header { 
     position: fixed;
   }

}



/* -------------- GMB Registration------------------------ */

.gmb-registration {
  margin: 50px auto;
}

.gmb-registration ~ .welcome-board-statics {
      display: none !important;
}

.gmb-sspa-form {
  height: auto;
}


/* ------------------ Step Form ----------- */


.form-step-filling  .btn-primary {
  background-color: #003b64;
  border: 1px solid #003b64;
  color: #fff !important; 
  display: inline;
}

/* .form-step-filling input[type=checkbox], .form-step-filling input[type=radio] {
  height : calc(0.5em + .75rem + 2px);
} */


/* --- */

.btn-viewDocs {
  position: absolute;
  right: 16px;
  font-size: 13px;
  top: 28px;
  padding: 5px;
  background: #003b64;
  color: #fff !important;
  border-radius: 0px 4px 4px 0px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.btn-viewDocs i {
    font-size: 18px;
    display: block;
    margin: auto;
    text-align: center;
    padding: 0 5px;
}


.service-list-tab {
  position: sticky;
top: 0px;
}

.service-list-tab button {
  text-align : left;
  background : none;
  border : 1px solid #333;
  color : #333;
  text-decoration : none;
}
.service-list-tab button:hover {
  opacity: 1;
  background : #333;
  color : #fff;
}

.service-list-tab .accordion.active button[aria-expanded="true"] {
  background : #333;
  color : #fff;
}
/*//set datatabtle action button*/
.dataTableActionBtn {
    
    /* margin: 1px;

    font-size: 12px;
    font-weight: 700;
    /*background: #e2ffe2;
    display: inline-block;
    border-radius: 8px;
    padding: 5px 17px;
    color: #64e355; */
}
label.error {
  border: none;
  /* position: absolute; */
  width: 100%;
  color: red;
  left: 15px;
}
label.error-1 {
  border: none;
  position: absolute;
  /* width: 100%; */
  color: red;
  top: 15px;
  left: 19px;
}
