/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.text-black {
    color: #000 !important;
}

.overflow-table {
    overflow-x: visible;
}

.cursor-pointer {
    cursor: pointer;
}

.font-15-inherit {
    font-size:1.5rem;
    font-weight: inherit;
}

.table_body {
    color: #000;
    background-color: #fff;
}

.good_validate {
  border-color:#116155 !important;
}

.bad_validate {
  border-color:red !important;
}

.error-message-display {
  color: #a25c3e;
  background-color: #fffafa;
  border-color: #a25c3e;
  font-family: sans-serif;
  font-size: 1.0em;
}

.error-message-display ul {
  list-style: none;
}

.table-head_blue {
    color: #000;
    background-color: #54c6e0;
}

.success-message-display {
  color: #1cab26;
  border-color: #195522;
  font-family: arial,serif;
  font-size: 1.0em;
  text-align: center;
}

.ui-autocomplete > li.ui-state-focus {
  background-color: inherit;
}

.ui-autocomplete {
    background-color: #ffffff;
}

.stepper-horizontal {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.stepper-horizontal .step {
  display: table-cell;
  position: relative;
  padding: 1.5rem;
  z-index: 2;
  width: 25%;
}
.stepper-horizontal .step:last-child .step-bar-left, .stepper-horizontal .step:last-child .step-bar-right {
  display: none;
}
.stepper-horizontal .step .step-circle {
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  line-height: 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  z-index: 2;
  border: 2px solid #d9e2ec;
}
.stepper-horizontal .step.done .step-circle {
  background-color: #199473;
  border: 2px solid #199473;
  color: #fff;
}
.stepper-horizontal .step.done .step-circle:before {
    font-family: 'Font Awesome 6 Free', serif;
    font-weight: 100;
    content: "\f00c";
}
.stepper-horizontal .step.done .step-circle * {
  display: none;
}
.stepper-horizontal .step.done .step-title {
  color: #102a43;
}
.stepper-horizontal .step.editing .step-circle {
  background: #fff;
  border-color: #199473;
  color: #199473;
}
.stepper-horizontal .step.editing .step-title {
  color: #199473;
  text-decoration: underline;
}
.stepper-horizontal .step .step-title {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 600;
}
.stepper-horizontal .step .step-title, .stepper-horizontal .step .step-optional {
  text-align: center;
  color: #829ab1;
}
.stepper-horizontal .step .step-optional {
  font-size: 0.75rem;
  font-style: italic;
  color: #9fb3c8;
}
.stepper-horizontal .step .step-bar-left, .stepper-horizontal .step .step-bar-right {
  position: absolute;
  top: calc(2rem + 5px);
  height: 5px;
  background-color: #d9e2ec;
  border: solid #d9e2ec;
  border-width: 2px 0;
}
.stepper-horizontal .step .step-bar-left {
  width: calc(100% - 2rem);
  left: 50%;
  margin-left: 1rem;
  z-index: -1;
}
.stepper-horizontal .step .step-bar-right {
  width: 0;
  left: 50%;
  margin-left: 1rem;
  z-index: -1;
  transition: width 500ms ease-in-out;
}
.stepper-horizontal .step.done .step-bar-right {
  background-color: #199473;
  border-color: #199473;
  z-index: 3;
  width: calc(100% - 2rem);
}

.white_text {
  color: #fff;
  font-size: 1em;
}

.round_input {
  color: #264d45;
  background-color: #fff;
  border-radius: 1.25rem;
  font-weight: bold;
  /* font-size: 1.2rem; */
}
.round_input:focus{
  border-color: #264d45 !important;
}

.round_input ::-moz-placeholder {
  color: #264d45;
}

.round_input :-ms-input-placeholder {
  color: #264d45;
}

.round_input ::placeholder {
  color: #264d45;
}

.borderBlue {
  border-color: #54c6e0;
  border-width: 2px;
}

.borderYellowish {
  border-color: #e9e9e9;
  border-width: 2px;
}

button.borderYellowish:hover {
  color: #116155 !important;
  border-color: #264d45;
  background-color: #bdbdba;
}

.borderGreenish {
  border-color: #116155;
  border-width: 2px;
}

.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single{
  border-color: #116155 !important;
  border-width: 2px !important;
  border-radius: 1.75rem !important;
}

button.borderGreenish:hover {
  color: #dfe58d !important;
  border-color: #dfe58d;
}

a.borderGreenish:hover {
  color: #dfe58d !important;
  border-color: #dfe58d;
}

/* .backgroundColorBlue {
  background-color: #262761;
} */

.login_circle_logo {
  max-width: 35%;
}

.circle_logo_image {
  max-width: 15%;
  float: left;
}

.circle_profile_image {
  max-width: 15%;
  float: right;
}

.submit_btn {
  border-radius: 1.75rem;
  background-color: #fff;
  color: #264d45 !important;
  font-weight: bold;
  font-size: 1.25rem;
  text-decoration: none !important;
  -webkit-box-shadow: 4px 4px 6px 0 rgba(189,187,189,1);
    -moz-box-shadow: 4px 4px 6px 0 rgba(189,187,189,1);
    box-shadow: 4px 4px 6px 0 rgba(189,187,189,1);
}

.powered_by_verifact_logo {
  padding-left: 5px;
  margin-bottom: 4px;
}

.backArrow {
  width: 3.5rem;
  height: 3.5rem;
  color: #264d45;
}

.label-text {
  color: #116155;
  font-weight: bold;
  font-size: 1.5rem;
}

.listOfOpenOrders .list-group .list-group-item {
  background-color: #dfe58d !important;
}

.listOfOpenOrders div a {
  background-color: inherit !important;
}

.listOfOpenOrders div a:not(:last-child) {
  border-bottom: 1px solid #116155;
}

.listOfOpenOrders a div h5 {
  color: #116155 !important;
  font-weight: bold;
}

.listOfOpenOrders .list-group .list-group-item:hover {
  background-color: #f8f8f8 !important;
}

/* Admin page */

.userTitle {
  font-size: 3.3rem;
  color: #264d45;
}

.bg-inherit {
    background-color: inherit;
}

.green-color {
    color:#264d45;
}

.no-background-card {
    background: none;
    box-shadow: none;
}

.topLogos {
  max-width: 5rem;
  max-height: 5rem;
}

.navbar-toggler {
  width: 100%;
  text-align: left;
  background-color: #264d45;
}

.nav-item {
  padding: 0 !important;
}

.nav-item:not(:last-child) {
  border-bottom: 2px solid #dfe58d !important;
}

/* .nav-item:hover{
  width: 100%;
  text-align: left;
} */

nav li a:hover {
  color: #264d45 !important;
  background-color: #dfe58d !important;
}

/* active menu */

.menuSelected {
  color: #264d45 !important;
  background-color: #dfe58d !important;
}

nav .wrap-border {
  /* border-color: #dfe58d !important; */
  background-color: #264d45 !important;
}

nav li a {
  background-color: #264d45;
  color: #dfe58d;
  font-weight: bold;
  padding: 0.95rem !important;
}

nav .dropdown-divider {
  border-top-color: #dfe58d !important;
  border-width: 2px;
}

/* Admin Tables */

#table_container {
  border: 1px solid black;
}

.table_container_border {
  border: 1px solid black;
}

.table_container_border thead tr th {
  background-color: #e1e0db;
  border: 1px solid black;
}

.table_container_border tbody tr td {
  border: 1px solid black;
}

.responsive-text-th {
  font-size: 1.15rem !important;
}

.responsive-text-td {
  font-size: 1.15rem !important;
  font-weight: bolder !important;
}

.adminTables a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

.adminTables .feather,
[data-feather] {
  height: 1.5rem !important;
  width: 1.5rem !important;
  display: inline-block;
  color: #116155;
}

/* Admin -> Buyer Table -> Add */

.add_btn {
  border-radius: 0.5rem;
  background-color: #264d45;
  color: #dfe58d !important;
  font-weight: bold;
  font-size: 1.25rem;
  text-decoration: none !important;
  margin-bottom: 0.5rem;
}

/* Add Buyer -> Table */

.modalBodyStyle tbody tr td {
  border: 1px solid black;
}

/* Admin -> Modal */

.text-green {
  color: #264d45;
}

.text-size-big {
  font-size: 1.5rem;
}

/* These are not used at the moment for modal parts */

.modalHeaderStyle {
  /* background-color: #dfe58d !important;
  border-bottom: 1px solid black !important; */
}

.close {
  /* border: 1px solid black !important; */
}

.modalBodyStyle {
  /* background-color: #264d45 !important; */
}

.modalFooterStyle {
  /* background-color: #dfe58d !important;
  border-top: 1px solid black !important; */
}

.modalFooterStyle button {
  /* color: white !important; */
}

.modalFooterStyle button:hover {
  /* color: #dfe58d !important;
  border-color: white!important; */
}

.modal-content {
  /* border: 1px solid black !important */
}

/* Media Queries */

@media only screen and (max-width: 425px) {
  /*Small smartphones [325px -> 425px]*/

  .circle_logo_image {
    max-width: 20%;
  }

  .circle_profile_image {
    max-width: 20%;
  }

  .navbar-toggler {
    border: 2px solid #dfe58d;
  }
}

@media only screen and (min-width: 640px) {
  .navbar-toggler {
    border: none;
  }

  .circle_logo_image {
    max-width: 10%;
    float: left;
  }

  .circle_profile_image {
    max-width: 10%;
    float: right;
  }
}

@media only screen and (max-width: 990px) {
  /* for small and medium screen keep the card block (bootstrap d-flex change it to flex on bigger screen)*/

  #mainCardBody {
    display: block !important;
  }
}

@media only screen and (min-width: 991px) {
  .circle_logo_image {
    max-width: 4%;
  }

  .circle_profile_image {
    max-width: 4%;
  }

  .table-responsive {
    width: 97% !important;
  }
}

.container {
  max-width: 100% !important;
}



.backgroundInherit {
  background-color: inherit !important;
  box-shadow: none !important;
}

.text-green {
  color: #264d45;
}

.card-title {
  font-size: 1.5rem !important;
}

.labelText {
  font-size: 1.25rem !important;
}

.inputFieldLeftMargin {
  margin-left: 0.5rem !important;
}

/* overwrite the Select's arrow (background) */

/* info: must URL encode the data URL contents, which means converting any hash characters in the data URL to %23 */

select.form-control:not([multiple=multiple]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23116155' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='12 18 24 30 36 18'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: calc(100% - 12px) -5px, calc(100% - 20px) 13px, 100% 0;
  background-size: 45px 45px, 18px 14px;
  background-repeat: no-repeat;
  background-color: #f0f0ef;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 1.5rem;
}

.borderNoRight {
  border-right: none;
  border-width: 2px;
}

#modalDivLoading,#divLoader {
  display: none
}

#divLoader.show, #modalDivLoading.show {
  display: block;
  position: fixed;
  z-index: 100;
  background-image: url(../images/icons/spinner.gif);
  background-color: #666;
  opacity: .4;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0
}

/********************************/
/********************************/
/* Vessel Registration Page*/
.admin_verifact_logo {
  width: 4rem;
}

.topGreenSection {
  background-color: #264d45;
}

.bs-stepper .bs-stepper-header {
  padding: 1rem 1rem !important;
}

/* Vertical Form */
.vertical-wizard{
  max-width: 1250px;
}
.vertical-form-wizard{
  border: 2px solid #264d45;
}

.bs-stepper-box {
  background-color: #dfe58d !important;
  color: #264d45 !important;
}
.step.active .step-trigger .bs-stepper-box {
  box-shadow: 4px 5px 6px 0 rgba(5, 47, 16, 0.93) !important;
}
.bs-stepper-title{
  color: #264d45b7 !important;
  font-size: 0.85rem !important;
}
.step.active .step-trigger .bs-stepper-label .bs-stepper-title{
  font-size: 1.15rem !important;
  color: #264d45 !important;
}

.bs-stepper.vertical .bs-stepper-header {
  border-right: 1px solid #116155;
}

.bs-stepper-content{
  background-color: #f0f0ef38;
}

.form_step_title{
  color: #116155;
  font-weight: bold;
  font-size: 1.35rem;
  text-transform: uppercase;
  padding-left: 1rem;

}
.form-label{
  color: #3a6960;
  font-weight: 600;
  font-size: 1rem;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 0.85rem;
  margin-bottom: 0;
}
.form-control{
    padding: 0.5rem 1rem !important;
    -webkit-box-shadow: 4px 4px 6px 0 rgba(189,187,189,1);
    -moz-box-shadow: 4px 4px 6px 0 rgba(189,187,189,1);
    box-shadow: 4px 4px 6px 0 rgba(189,187,189,1);
}

.step{
  pointer-events: none
}
/* Next Button (feather btn)*/
.feather, [data-feather] {
  height: 2rem ;
  width: 2rem ;
  display: inline-block;
  color: #dfe58d;
}
.btn-primary {
  border-color: #dfe58d !important;
  background-color: #264d45 !important;
  color: #fff !important;
}
.btn-primary:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #264d45 !important;
}


.addButton{
  color: #116155 !important;
  background-color: #f0f3c7;
  border-color: #116155;
}

.addButton:hover {
  color: #fff !important;
  border-color: #dce473;
  background-color: #264d45;

}

.error-small{
  font-size: 0.75rem;
  color: red;
  padding-left: 1rem;
  margin-bottom: 0;
}
.error-div{
  color: red;
  font-weight: bold;
  white-space: pre-line;
}
hr{
  margin-bottom: 0 !important;
  margin-top: 1rem !important;
  border-color:#1161553d  !important;
}
.removeButton button{
  /* width: 33%; */
  margin-top: 0.5rem;
}

/* autocomplete dropdown */
.ui-widget-content{
  /* max-width: 910px !important; */
  max-height: 300px !important;
  overflow-y: auto !important;
  overflow-x: auto !important;
  background-color: #f7f8ea !important;
  font-weight: bold !important;
  color: #264d45 !important;
}

/* Mandatory Details */
.mandatoryDetails{
  color: #3a6960;
  font-weight: 600;
  font-size: 1.25rem;
  max-width: 100%;
  padding-left: 1rem;
  margin-bottom: 0;
  text-decoration: underline;
}
/* Optional Details */
.optionalDetails{
    margin-top: 1.5rem !important;
    color: #3a6960;
    font-weight: 600;
    font-size: 1.25rem;
    max-width: 100%;
    padding-left: 1rem;
    margin-bottom: 0;
    text-decoration: underline;
}

.detailsBeforeSubmitContainer{
  padding-left: 2rem;
  font-size: 0.95rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.801);
}
.results span{
  font-size: 0.85rem;
  color: #666;
  padding-bottom: 0.1rem;
}

/* captcha */
#ContactCaptcha_CaptchaImageDiv a[style]{
  display:none !important;
}
.captchaInput{
  padding: 1.5rem 1rem !important;
  width: 230px !important;
  font-size: 1.25rem !important;
  font-weight: bold !important;
  background-color: #fff !important;
}
/* CUSTOM WIDTHS */
.w-10, .w-xs-10 { width: 10%!important; }
.w-15, .w-xs-15 { width: 15%!important; }
.w-20, .w-xs-20 { width: 20%!important; }
.w-30, .w-xs-30 { width: 30%!important; }

/* BREAKPOINTS */

/* SM breakpoint */
@media (min-width: 576px) {
    /* CUSTOM WIDTHS */
    .w-sm-10 { width: 10%!important; }
    .w-sm-15 { width: 15%!important; }
    .w-sm-20 { width: 20%!important; }
}
@media (max-width:767px){
  .bs-stepper.vertical .bs-stepper-header {
    border-right: none;
    border-bottom: 1px solid #116155;
  }
}
/* MD breakpoint*/
@media (min-width: 768px) {
    /* CUSTOM WIDTHS */
    .w-md-10 { width: 10%!important; }
    .w-md-15 { width: 15%!important; }
    .w-md-20 { width: 20%!important; }

}

/* LG breakpoint */
@media (min-width: 992px) {
    /* CUSTOM WIDTHS */
    .w-lg-10 { width: 10%!important; }
    .w-lg-15 { width: 15%!important; }
    .w-lg-20 { width: 20%!important; }
    .w-lg-50 { width: 50%!important; }
    .w-lg-75 { width: 75%!important; }
}

