/* TOOL TIP CSS */



/* Tooltip text */
.tooltipdiv .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #243163;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    margin-top: -20px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipdiv:hover .tooltiptext {
    visibility: visible;
}
/* END OF TOOL TIP CSS */

@media (min-width: 1105px){
.form-inline .form-group {
    display: inline-flex;
    margin-bottom: 0;
    vertical-align: middle;
     padding: 20px;
}
.form-group {
    margin-bottom: 15px;
    padding-right: 20px;
}
.container {
    width: 950px !important;

}

form { 
margin: 0 auto; 
width:950px;
    position: absolute;
    top: 5%;
    margin-left: -85px !important;
}

.quote-bar {
    position: relative;
    margin-top: -92px;
    height: 92px;
    padding: 20px 0;
    background-color: rgba(36, 49, 99, 0.8);
}

.form-inline .form-control {
    display: inline-flex;
    width: auto;
    vertical-align: middle;
}

.input-boxes{
    display:inline-flex; 
    float:left;
}

}

/* Default CSS and when screen is under 1000px wide */
@media (max-width: 1105px){
.quote-bar {
    position: relative;
    margin-top: -20px;
    height: 200px;
    padding: 20px 0;
    background-color: rgba(36, 49, 99, 0.8);
    background-image: url(/wp-content/uploads/2018/03/quote-background-2.jpg);
    background-position: center;
}

.form-inline .form-group {
    display: inline-flex;
    margin-bottom: 0;
    vertical-align: middle;
    
     width:100% !important;
}

.input-boxes{
    position: relative;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -moz-column-rule: none;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    -webkit-column-rule: none;
    column-count: 2;
    column-gap: 10px;
    column-rule: none;
}

select {
margin: 0 auto;
width:100%;
}

.container {
    width: 100% !important;

}

.quote-bar form .btn-submit {
    vertical-align: middle;
    font-size: 15px !important;
    width: 100% !important;
    padding: 10px 20px;
}

.quote-bar form input, .quote-bar form select {
    vertical-align: middle;
    border: none;
    border-radius: 0;
    height: 35px;
    font-size:16px !important;
}


}

/* Default CSS and when screen is under 670px wide */
@media (max-width: 670px){



    .quote-bar {
    position: relative;
    margin-top: -20px;
    height: 300px;
    padding: 20px 0;
    background-color: rgba(36, 49, 99, 0.8);
    background-image: url(/wp-content/uploads/2018/03/quote-background-2.jpg);
    background-position: center;
}

.input-boxes{
    position: relative;
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -moz-column-rule: none;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    -webkit-column-rule: none;
    column-count: 1;
    column-gap: 10px;
    column-rule: none;
}

.quote-bar form .btn-submit {
    vertical-align: middle;
    font-size: 15px !important;
    width: 100%;
    padding: 10px 20px;
}

}

.form-group {
    margin: 0 auto;
    /*width:200px;*/
    padding-bottom: 20px;
    
}


form { 
margin: 0 auto; 
width:100% !important;
}

select {
display: block;
margin: 0 auto;
/* width:200px; */
}


.quote-bar form .btn-submit {
    vertical-align: middle;
    font-size: 14px;
    padding: 10px 20px;
    display: block;
    margin: 0 auto;
 /*  width:200px !important; */
}



/* Generic Styling*/

form { 
margin: 0 auto; 
width:950px;
}
/*
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width:930px ;
}
*/
.quote-bar form label {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding-right: 10px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}


.quote-bar form input.form-control, .quote-bar form select.form-control {
/*   margin-right: 24px;*/
   /* width: 200px; */
    font-size:14px;
}

.quote-bar form input, .quote-bar form select {
    vertical-align: middle;
    border: none;
    border-radius: 0;
    height: 35px;
    font-size:14px;
}


.btn-cta {
    background-color: #f5584d;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    border-bottom: 5px solid #f5584d;
    width: 85%;
    font-size: 24px;
    font-weight: 600;
    padding: 13px 15px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.quote-bar form .btn-submit {
    vertical-align: middle;
    font-size: 14px;
    width: auto;
    padding: 10px 20px;
}


/* BOOKING FORM STYLINGS */
/*custom font
 @import url(https://fonts.googleapis.com/css?family=Montserrat);*/

/*basic reset*/
* {margin: 0; padding: 0;}

html {
	height: 100%;
	/*Image only BG fallback*/
	
	/*background = gradient + image pattern combo*/
	/*background: 
		linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6));*/
}
/*
body {
	font-family: montserrat, arial, verdana;
}*/
/*form styles*/
#msform {
	width: 400px;
	margin: 0 auto !important;
	text-align: center;
    position: relative;
    padding-bottom:50px;
    
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 100%;
	/*margin: 0 10%;*/
	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
/*	width: 100%;*/
	box-sizing: border-box;
/*	font-family: montserrat;
    font-size: 13px;*/
    color: #2C3E50;
}
/*buttons*/
#msform .action-button {
	width: 150px;
	background: #243163;
	font-weight: bold;
	color: #ffffff   ;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #243163;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 30px;
	line-height: 30px;
	display: block;
    font-size: 14px;
    font-weight: 800;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 4px;
	background: darkgrey;
	position: absolute;
	left: -50%;
	top: 13px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #243163;
	color: #ffffff;
}


/* Align reason for shipping lable based on browser width*/
.reason-for-shipping{
    text-align:right;
}

@media only screen and (max-width: 950px) {

    .quotehead{
        margin-top: 20px;
        text-align: center !important;
    }

    .quote-page-button{
        margin-top: 20px;
    }

        .reason-for-shipping{
             text-align:center;
        }
}

/*Alert Box CSS*/
  .showcss{ display:block;}
  .hidecss{ display:none;}

  .ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: .8em;
}
.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: -8px !important; 
}

.ui-dialog-titlebar-close:before {
      content: ''!important;
   
}

.ui-dialog label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    margin-left: -80px;
    margin-top: 10px;
    font-size:14px;
}

.ui-widget-content {
    background: #F9F9F9;
    border: 1px solid #90d93f;
    color: #222222;
}

/*Hide the close text*/
.ui-dialog-titlebar-close span.ui-button-text {
    
    color: transparent;
}

.ui-button-text-only .ui-button-text {
   
  /*  margin-top: -12px;*/
}

.ui-dialog .ui-dialog-buttonpane button {
 
    padding: .0em .6em .3em .6em!important;
}
.ui-button .ui-button-text {
    display: inline !important;
    font-size: 14px;
    /* line-height: 1.4; */
}
.ui-button-text-only .ui-button-text {

    padding-top: 4px;
}

.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}

.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
   overflow: visible!important;
    position: relative;
    padding: 0 !important;
    margin: 0;
}

.ui-dialog .ui-widget-header {
    background: #f5584d;
    border: 0;
    color: #fff;
    font-weight: normal;
}



.ui-dialog .ui-dialog-titlebar {
    padding: 0!important;
    position: relative;
}

.section.group.alternate:nth-of-type(odd) {
    background: #f1f1f1;
}
/*LOADING ICON DIV*/
#loading
{
    position: fixed;
    left: 40%;
    top: 35%;
    display: none;
    background: white;
    border-style: solid;
    z-index: 1000;
    height: 100px;
    width: 20%;
}

/* ALL Quotes CSS*/
.allquotes{
    padding: 20px;
}

/*Disabled Button Class Settings*/
.input-disabled{background-color:#cbcbcb!important;}

/*Additional styling for the special offer on seafreight */

#seafreightoffer {
	color: #f5584d;
	font-weight: 700;
	margin-top: 5px;
}

