@charset "utf-8";
/* CSS Document for order-journey index.php */

h1, h2, h3, h4, h5 {
	color: #004a94;
}

.hiddenElement {
     visibility:hidden;
}

body {
    overflow-x: hidden;
}

/*option {
 	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-align: left;
	
}*/

.rowWide {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    /* margin-right: calc(-.5 * var(--bs-gutter-x)); */
    /* margin-left: calc(-.5 * var(--bs-gutter-x)); */
    margin-left: 0px;
    margin-right: 0px;
}
ul#steps li{
 width:25%;
 float:left;
 list-style:none;
}

ul#steps li.clickable {
    cursor: pointer; /* Change cursor to pointer */
}

ul#steps li.clickable:hover {
    color: darkblue !important;
}

ul#steps li.clickable h4:hover {
    color: darkblue !important;
}
ul#steps li.clickable span:hover {
    color: darkblue !important;
}

ul#steps li.clickable:hover h4,
ul#steps li.clickable:hover span {
    color: darkblue !important;
}

ul#steps li.clickable h4,
ul#steps li.clickable span {
    color: #56add2 !important;
}
.auto-style1 {
	font-size: x-small;
}
.auto-style2 {
  text-decoration: underline;
}

#ajaxLoader {
    position:fixed; 
    margin-left:-28px;
    width:60px "
}
#content-container {
	width:100%;
	max-width:100%;
}
	
#content-container-neworder input {
	font-size:12px;
    /* background-color:white; */
    border:  2px solid #1e76c2;
	color: #004F93;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
@media (min-width: 380px) {
    .productBox  .lineBox .productDetailBox .optionBox .optionPlanBox .optionSelectedPlanBox .routerBox {
        min-width:100%;
    }
}

@media (max-width: 370px) {
    .lengthProd {
        width: 100px; 
        top: 80px !important;
    }
}

@media (max-width: 370px) {
    .priceProd {
        top: -72px !important;
    }
}

@media (min-width:576px){
    .container-fluid {
       max-width: 540px; /* Set this to your desired max-width */
       margin-right: auto;
       margin-left: auto;
    }
   }
@media (min-width:768px){
    .container-fluid {
       max-width: 720px; /* Set this to your desired max-width */
       margin-right: auto;
       margin-left: auto;
    }
   }
@media (min-width:992px){
    .container-fluid {
       max-width: 960px; /* Set this to your desired max-width */
       margin-right: auto;
       margin-left: auto;
    }
   }
@media (min-width:1200px){
    .container-fluid {
       max-width: 1140px; /* Set this to your desired max-width */
       margin-right: auto;
       margin-left: auto;
    }
   }
@media (min-width:1400px){
 .container-fluid {
    max-width: 1320px; /* Set this to your desired max-width */
    margin-right: auto;
    margin-left: auto;
 }
}





#content-container-neworder input[type="radio"] {
	height: 30px !important;
    
}

span.info {
    font-size: 11px !important;
    color: #4784b9 !important;
    line-height: 80% !important;
}
.avail-table{
	/*max-width:800px;*/
	max-width: 100% ;
	margin:0 auto;
	font-size:14px;
	font-weight:400;
	margin-bottom:30px;
	}
	
.lineBox {
    position: relative;
    background-color:white;
    margin: 6px 0 10px 0;
    width:  340px;
    text-align: left;
    /*height: auto;*/
    min-height: 103px;
    /*border-radius: 6px 6px 6px 6px;*/
    border: solid 1px #004F93;
    overflow: visible;
    border-radius: 3px 3px 3px 3px;
}
.lineBox:after {
    clear: both;
    content: "";
    display: table;
}

.addressSelection {
    display: inline-block;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-color: #2986d8;
    border-width: 2px;
    border-radius: 4px;
    background-color: aliceblue;
    max-width: 410px;
    width: 100%;
    margin: 5px;
    padding: 8px;
}

input[name="orderType2_newLine"]  {
	width: 17px !important;
	margin-right: -15px;
	margin-top:0px;
}
.lengthProd {
    position: relative;
   top: 70px;
    left: 162px;
    max-width: 140px;
    line-height: 100%;
}

.lineDesc {
    /*height: auto;*/
	position:relative;
    padding: 4px;
        margin-right: 40px;
	top: 15px;
    margin-left: 3px;
    text-align: left;
}

.orderBoxTitle {
	text-align: center;
    margin-bottom: 10px;
    background-color: aliceblue;
    padding-bottom: 7px;
	padding-top:2px;
    min-height:17px;
}

.productBox {
    position: relative;
    background-color:white;
    margin: 6px 0 10px 0;
    width:  340px;
	min-height: 110px;
    text-align: left;
/*    border-radius: 6px;*/
    border: solid 1px #004F93;
    overflow: visible;
    border-radius: 3px 3px 3px 3px;

}

.descriptionProd {
    background-color: #004a94;
    color: white;
    padding-left: 11px;
    padding-right: 11px;/* */
    padding-top: 4px;
    padding-bottom: 5px;
    padding-top: 3px;
    margin-left: -12px;
    margin-right:-12px;
    background: rgb(0, 97, 101);
    background: linear-gradient(61deg, rgba(0, 97, 101, 1) 0%, rgba(14, 79, 132, 1) 100%);
    margin-bottom: -16px;
    border-radius: 3px 3px 0px 0px;
}

@media (min-width: 768px) {
    .descriptionProd {
        font-size: 16px;
 }
}
.checkOpt {	
  	position: relative;
    margin-bottom:15px;
    right: -5px;
    width: 100%;
	}
	
.typePrice {
    padding-left: 10px;
    padding-top: 15px;
    font-size: 18px;
}

.descriptionOpt {
    font-size: 13px;
    background-color: #004a94;
    color: white;
    padding-left: 11px;
    padding-right: 11px;/* */
    padding-top: 4px;
    padding-bottom: 5px;
	padding-top: 3px;
	margin-left: -12px;
	margin-right:-12px;
	background: rgb(0, 97, 101);
    background: linear-gradient(61deg, rgba(0, 97, 101, 1) 0%, rgba(14, 79, 132, 1) 100%);
    margin-bottom: -16px;
    border-radius: 3px 3px 0px 0px;
	/*padding-right:0 !important;
	padding-left:0 !important;*/
    /*border-radius: 6px 6px 0px 0px;*/
}

@media (min-width: 768px) { /* When the width of `.optionBox` is 768px or larger */
    .descriptionOpt {
        font-size: 16px; /* Larger font size */
    }
}

.productDetailBox {
	position: relative;
    background-color:white;
    margin: 10px 0 10px 0;
    width:  340px;
    text-align: left;
    min-height: 78px;
    border: solid 1px #004F93;
    overflow: visible;
    border-radius: 3px 3px 3px 3px;	
}

.detailsBox {
    position: relative;
    margin: 6px 0 10px 0;
    position: relative;
    
    width: 100%;
    max-width:620px;
    min-width:320px;
    background-color:white;
    text-align: left;
    height: auto;
    border-radius: 3px 3px 3px 3px;
    border: solid 1px #004F93;
    
}
  
.detailsBox input {
    /* width: 260px; */
    max-width: 260px;
    width: 150px;
}

.contentDetails {
	margin-top:10px;
}
.contentField {
	color: #004F93;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    padding: 4px 2.5%;
        margin-bottom: 17px;
    margin-top: 12px;
    display: block;
    
}
.contentLabel {
    display: block;
 /*   margin-left: 1em;
    margin-top: 0.5em;*/
    float: left;
   /* width: 120px;*/
    margin-right: 0.3em;
    font-size: 1.2em;
    text-align: left !important;
}
    .optionBox {	
    position: relative;
    background-color:white;
    margin: 6px 0 10px 0;
    width:  340px;
    text-align: left;
    /*height: auto;*/
   /* max-height: 120px;*/
    min-height: 103px;
    /*border-radius: 6px 6px 6px 6px;*/
    border: solid 1px #004F93;
    overflow: visible;
    border-radius: 3px 3px 3px 3px;
	}
	
	.optionPlanBox {	
    position: relative;
	background-color:white;
    margin: 6px 0 10px 0;
    width:  340px;
    min-height: 103px !important;
    text-align: left;
    /*height: auto;*/
   /* max-height: 120px;*/
    min-height: 78px;
    /*border-radius: 6px 6px 6px 6px;*/
    border: solid 1px #004F93;
    overflow: visible;
	border-radius: 3px 3px 3px 3px;

	}
	.optionSelectedPlanBox {	
        position: relative;
		background-color:white;
    margin: 6px 0 10px 0;
    width: 340px;
    min-height: 103px !important;
    text-align: left;
    /*height: auto;*/
    /*max-height: 120px;*/
    min-height: 78px;
    /*border-radius: 6px 6px 6px 6px;*/
    border: solid 1px #004F93;
    overflow: visible;
	border-radius: 3px 3px 3px 3px;
	}
	.routerBox {
    position: relative;
    margin: 0 auto;
   
    width: 50%;
    background-color: aliceblue;
    text-align: left;
    /*padding-bottom: 130px;*/
    overflow: visible;
    width: 320px;
   
    border-radius: 6px 6px 6px 6px;
    border: solid 1px #004F93;
}

	.spacerOpt{
		height: 20px;
	}
	
.checkOpt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  
}
.checkOpt input:disabled {
	cursor:default;
}

.paymentOpt input:disabled {
	cursor:default;
}

.paymentOpt input {
  position: absolute;
  opacity: 0;
  /*cursor: pointer;*/
}
.labelOpt {
	   padding-left: 35px;
    /*padding-top: 10px;*/
	/* cursor: pointer;*/
   }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 27px;
    right: 5%;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 20%;
    border: 1px;
    border-color: #1e62d0;
    border-style: dashed;
}
.checkmarkDetails {
    top: 20px;
    position: relative;
    float: right;
    margin-left: 35px;
	margin-top: -22px;
    margin-bottom:25px;
}
.checkLabel {
	margin-top:25px;
}

/* On mouse-over, add a grey background color */
.checkOpt:hover input ~ .checkmark {
  background-color: #97c4fe; cursor:pointer;
}
.paymentOpt:hover input ~ .checkmark {
  background-color: #97c4fe; cursor:pointer;
}

/*.checkOpt {cursor:pointer;}*/

/* When the radio button is checked, add a blue background */
.checkOpt input:checked ~ .checkmark {
  background-color: #2196F3; cursor:pointer;
}
.paymentOpt input:checked ~ .checkmark {
  background-color: #2196F3; cursor:pointer;
}

.checkOpt input:disabled ~ .checkmark {
  background-color:#b0c7df; cursor:default;
}
.paymentOpt input:disabled ~ .checkmark {
  background-color:#b0c7df; cursor:default;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	font-weight: 900;
    color: white;
    margin-top: -11px;
    margin-left: -3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
  content: "\2714";
  position: absolute;
  display: none;
}
/* Style the indicator (dot/circle) */
.checkOpt .checkmark:after {
    top: 8px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    
    /* background: white; */
    text-shadow: -1px -1px 0 #7f7f7f, 1px -1px 0 #7f7f7f, -1px 1px 0 #7f7f7f, 1px 1px 0 #7f7f7f;
}

.paymentOpt .checkmark {
	top: 1.0em;
    left: 0%;
}
.paymentOpt .checkmark:after {
    top: 8px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    
    /* background: white; */
    text-shadow: -1px -1px 0 #7f7f7f, 1px -1px 0 #7f7f7f, -1px 1px 0 #7f7f7f, 1px 1px 0 #7f7f7f;
}
/* Show the indicator (dot/circle) when checked */
.checkOpt input:checked ~ .checkmark:after {
  display: block; 
}

.paymentOpt input:checked ~ .checkmark:after {
  display: block; 
}

.paymentOptText {
	margin-left: 35px;
    font-size: 120%;
    font-weight: 600;
    margin-top: -10px;
}

.speedMinMax	{
	position: relative;
	line-height: 60%;
     top: -20px;
    background-image: url(./images/littleDown.png);
    background-repeat: no-repeat;
    padding-left: 10px;
    left: 10px;
}
.speedMinMaxUp {
    position: relative;
    line-height: 80%;
    top: -36px;
    background-image: url(./images/littleUp.png);
    background-repeat: no-repeat;
    margin-left: 160px;
    padding-left: 10px;
}

.speedMinMaxUp p	{
	font-size: 9pt !important;
	
}

.speedMinMax p	{
	font-size: 9pt !important;
	
}

.speedOpt {
    position: relative;
    width: 250px;
    height: 40px;
    overflow: visible;
	font-weight:600;
    font-size: 18px;
    top: 51px;
    left: 8px;
    background-image: url(./images/bigDown.png);
    background-repeat: no-repeat;
    padding-left: 13px;
	line-height: 70%;
}


.setupOpt {
    position: relative;
    left: 10px;
    width: 150px;
    top: 53px;
}
/*.checkOpt {	
   position: absolute;
    top: 46px;
    right: -5px;
    width: 100%;
}*/
/*	.descriptionOpt {
    font-size: 13px;
    position: relative;
   
    /*background-color: #6aace6;*/
/*	background-color: #004a94;
    color: white;
    padding-left: 11px;
     padding-right: 11px;/* */
/*    padding-top: 4px;
    padding-bottom: 5px;
	    padding-top: 3px;
    border-radius: 6px 6px 0px 0px;
}*/

.paymentOpt {
    padding-top: 20px;
    position: relative;
    margin: 6px auto 0px auto;
	left: 10px;
    width: 480px;
    text-align: left;
}



.descriptionProdDetail {
    font-size: 13px;
    background-color: #004a94;
    color: white;
    padding-left: 11px;
    padding-right: 11px;/* */
    padding-top: 4px;
    padding-bottom: 5px;
	padding-top: 3px;
	margin-left: -12px;
	margin-right:-12px;
	background: rgb(0, 97, 101);
    background: linear-gradient(61deg, rgba(0, 97, 101, 1) 0%, rgba(14, 79, 132, 1) 100%);
    margin-bottom: -16px;
    border-radius: 3px 3px 0px 0px;
}

@media (min-width: 768px) {
    .descriptionProdDetail {
        font-size: 16px;
    }
}

.radioGroup {
    /* border: 1px solid #1e62d0; */
    /* padding: 3px 2px 4px 2px; */
    min-width: 300px;
    /* max-width: 460px; */
    margin: 0 auto;
    background: url(../assets/verticalLineGrouper.gif) repeat-y center top;
}
.descDetails {
	font-size: 1.2em;
    position: relative;
    
    /*background-color: #6aace6;*/
	background-color: #004a94;
    color: white;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5px;
    
	    padding-bottom: 5px;
    border-radius: 6px 6px 0px 0px;
	}	
.titleLine {
    /*position: relative;*/
    font-size: 15px;
    background-color: #004a94;
    color: white;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 5px;
    padding-top: 3px;
    margin-left: -12px;
    margin-right:-12px;
    background: rgb(0, 97, 101);
    background: linear-gradient(61deg, rgba(0, 97, 101, 1) 0%, rgba(14, 79, 132, 1) 100%);
    margin-bottom: -16px;
    border-radius: 3px 3px 0px 0px;
}

h3.ui-accordion-header-active.ui-state-active {
    border: 0px !important;
    background-color: #004a94;
    position: relative;
    font-size: 15px;
    color: white;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 5px;
    padding-top: 3px;
    margin-bottom: -16px;
    border-radius: 3px 3px 0px 0px;
}

 /*for acccordion on review page... */
h3.titleLineRev.ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-top.ui-corner-bottom {
    background-color: #004a94;
    position: relative;
    font-size: 15px;
    color: white;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 5px;
    padding-top: 3px;
    margin-left: -12px;
    margin-right: -12px;
    
    margin-bottom: -16px;
    border-radius: 3px 3px 0px 0px;
}

.ui-widget-content {
    color: #272727;
}
.ui-accordion-header {
    font-size: 15px;
}
.ui-accordion .ui-accordion-content {
   
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 10px;
/*    margin-bottom: -8px; */
    padding-right: 8px;
    background-color: white;
    width:100%;
}

.ui-accordion-content {
    background-color: white;
    
}

.lengthOpt {
    position: relative;
    top: 50px;
    left: 10px;
    width: 240px;
    min-height: 30px;
    margin-bottom:15px;
}

.priceProd {
    position: relative;
    top: -62px;
    left: 10px;
    max-width: 250px;
    font-size: 18px;
    font-weight: bold;
}


.priceOpt{
  position: relative;
    top:-32px;
    left: 10px;
    width: 230px;
    font-size: 18px;
    font-weight: bold;
	}
.smallTextOpt{
	font-size: 13px;
    font-weight: 400;
	vertical-align: 0px;
    margin-right:-37px;
	}
#newLine {
    padding: 0 30px;
    position: relative;
    top: 6px;
    min-height: 65px;
    overflow: hidden;
}


.rightText {
    text-align: left;
    /* max-width: 270px; */
    /* width: auto; */
    width: 100%;
    overflow: visible;
    padding-right: 10px;
    float: left;
    font-weight: 400;
    padding-bottom: 0px !important;
}

.typeSpeed {
    padding-left: 10px;
    padding-top: 6px;
	font-size: 12pt;

}

.typeAvgSpeed {
    padding-left: 10px;
    padding-top: 2px;
    font-size: 10pt;
}



#content-container-neworder p {
	font-size:13px;
}

#content-container-neworder label {
	font-size:13px;
} 


#content-container-neworder input[type="radio"] {
    width: 160px;
    border: none;
    top: -4px;
    height: 20px;
    right: 16px;
    z-index: 100;
}
.reviewprice {
	float:right;
	/* margin-right: -60px; */
	overflow:visible;
}
.sixcolReview {
    /* width: 55.4%; */
    margin-left: 7px;
    /* margin-right: 0px; */
    /* padding-left: 20px; */
    padding-right: 10px;
    /* margin-right: 4%; */
    /* float: left; */
    min-height: 1px;
    max-width: 518px;
    text-align: right;
    margin: auto;
    /* width: 50%; */
    font-weight: 600;
}
.sixcolDetails{
	    /* width: 55.4%; */
    margin-left: 7px;
    /* margin-right: 0px; */
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    /* margin-right: 4%; */
    /* float: left; */
    min-height: 1px;
    max-width: 480px;
    text-align: right;
    margin: auto;
    /* width: 50%; */
    font-weight: 600;
}
.a_right {
    text-align: left;
}

.btn-continue{
	background:#2986d8;
	color: #fff !important;
    padding: 10px !important;
    font-size: 15px !important;
	cursor:pointer;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;}
.btn-continue:hover{
	background:#004f94;
}
	
.twelvecol {
    padding-left: 30px;
}

.btn-submit {
    background-color: rgb(2, 7, 129);  
}

/* Bank page - contact methods. Ensure flex direction is column by default (for smaller screens) and row for larger screens */
/* Default vertical alignment on small screens (centered) */
#contactDetailsDiv .col-md-12 {
    display: flex;
    flex-direction: column; /* Vertical alignment */
    justify-content: center;
    align-items: center; /* Center everything horizontally */
  }
  
  #contactDetailsDiv .checkOpt {
    display: flex;
    justify-content: center; /* Center the label and checkbox together */
    align-items: center;
    width: 100%; /* Ensures that the flex container spans the full width */
    text-align: center; /* Center text within each flex item */
    margin-bottom: 10px; /* Add spacing between the checkboxes */
  }
  
  #contactDetailsDiv label.contentLabel {
    margin-right: 0; /* No extra margin on small screens */
    width: auto; /* Ensure the label doesn't force width */
    text-align: center; /* Center the text inside the label */
  }
  
  /* Horizontal alignment for larger screens */
  @media (min-width: 500px) {
    #contactDetailsDiv .col-md-12 {
      flex-direction: row; /* Horizontal alignment */
      justify-content: center;
      align-items: center;
    }
  
    #contactDetailsDiv .checkOpt {
      width: auto; /* Allow the width to be dynamic */
      margin-right: 20px; /* Add spacing between checkboxes on large screens */
    }
  
    #contactDetailsDiv label.contentLabel {
      margin-right: 10px; /* Adjust margin for horizontal layout */
    }
  
    #contactDetailsDiv p {
      margin-right: 30px;
    }
  }

.form-control-small {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #fff;
    background-clip: padding-box;
   
    appearance: none; /* Fix appearance for date inputs in Safari */
  
    /* Note: This has no effect on <select>s in some browsers, due to the limited stylability of `<select>`s in CSS. */
    @include border-radius($input-border-radius, 0);
  
    @include box-shadow($input-box-shadow);
    @include transition($input-transition);
  
    &[type="file"] {
      overflow: hidden; /* prevent pseudo element button overlap */
    }
  
      &:not(:disabled):not([readonly]) {
        cursor: pointer;
      }
    }

