/*Sky-Forms
------------------------------------*/
/**/
/* defaults */
/**/
.sky-form {
  box-shadow: none;
  border: 1px solid #eee;
}

.sky-form .label {
  display: block;
  margin-bottom: 6px;
  line-height: 12px;
  font-weight: 400;
}

.sky-form .label.col {
  margin: 0;
  padding-top: 5px;
}

.sky-form header {
  color: inherit;
  display: block;
  font-size: 20px;
  background: #fff;
  font-weight: 400;
  padding: 8px 30px;
}

.sky-form fieldset {
  background: #fff;
}

.sky-form footer {
  background: #fff;
  padding: 15px 30px;
}

.sky-form a {
  color: inherit;
}

.sky-form a.btn-u {
  color: #fff;
}

.sky-form .input input {
  height: 30px;
  padding: 6px 12px;
}

.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
  border-width: 1px;
  font-size: 13px;
  color: #404040;
}

.sky-form .select select {
  height: 33px;
  padding: 6px 10px;
}

.sky-form .select-multiple select {
  height: auto;
}

/**/
/* file inputs */
/**/
.sky-form .input-file .button {
  height: 32px;
  top: 1px;
  right: 1px;
}

/**/
/* captcha inputs */
/**/
.sky-form .input-captcha img {
  position: absolute;
  top: 1px;
  right: 1px;
  border-left: 1px solid #e5e5e5;
}


/**/
/* normal state */
/**/
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
  border-color: #bbb;
}
.sky-form .toggle i:before {
  background-color: #999;  
}

.sky-form .button {
  background: #72c02c;
}

/**/
/* toggles */
/**/
.sky-form .toggle {
	font-weight: normal;
}

.sky-form .toggle i {
  width: 54px;
  height: 21px;
  border-width: 1px;
}
.sky-form .toggle i:after {
  top: 3px;
}
.sky-form .toggle i:before {
  top: 5px;
  right: 6px;
}

/*(remove Bootstrap 'radio, checkbox' margin-top)
--------------------------------------------------*/
.radio, .checkbox {
  margin-top: 0;
}

/**/
/* radios and checkboxes */
/**/
.sky-form .radio i,
.sky-form .checkbox i {
  width: 17px;
  height: 17px;
  border-width: 1px;
}

.sky-form .checkbox input + i:after {
  top: 2px;
  left: 0;
  font: normal 10px FontAwesome;
}

/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
  top: 5px;
  left: 5px;
  background-color: #999;  
}
.sky-form .checkbox input + i:after {
  color: #999;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
  border-color: #999;  
}
.sky-form .rating input:checked ~ label {
  color: #72c02c; 
}

/**/
/* selects */
/**/
.sky-form .select i {
  top: 12px;
  width: 9px;
  right: 12px;
  height: 6px;
  box-shadow: 0 0 0 10px #fff;
}
.sky-form .select i:after,
.sky-form .select i:before {
  top: 4px;
}
.sky-form .select i:before {
  top: -2px;
  border-bottom: 4px solid #404040;
}

.label-rounded .ui-slider-handle {
  border-radius: 50% !important;
}

/**/
/* icons */
/**/
.sky-form .icon-append,
.sky-form .icon-prepend {
  top: 1px;
  height: 29px;
  font-size: 13px;
  line-height: 30px;
  background: inherit;
}
.sky-form .icon-append {
  right: 1px;
  padding: 0 3px;
  min-width: 29px;
}

.sky-form .icon-prepend {
  left: 6px;
  padding-right: 5px;
}

/**/
/* focus state */
/**/
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus {
 	border-color: #bbb;
  box-shadow: 0 0 2px #c9c9c9;	
}

.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
  border-color: #999;
  box-shadow: none;
}

/**/
/* hover state */
/**/
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea {
	border-color: #999;
}

.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i,
.sky-form .ui-slider-handle:hover {
  border-color: #999;
}
.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label {
  color: #bbb;
}

.sky-form .icon-append,
.sky-form .icon-prepend {
  color: #b3b3b3;
}

/**/
/* disabled state */
/**/
.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
  border-color: #bbb;
}

/**/
/* datepicker */
/**/
.ui-datepicker-header {
  padding: 10px 0;
  font-size: 16px;
}

.ui-datepicker-inline {
  border-width: 1px;
}

.ui-datepicker-inline .ui-datepicker-header {
  line-height: 27px;
}

.ui-datepicker-prev, 
.ui-datepicker-next {
  font-size: 18px;
  line-height: 47px;
}

.ui-datepicker-calendar a {
  border: 1px solid transparent;
}

.ui-datepicker-calendar .ui-state-active {
  background: inherit;
  border: 1px solid #bbb;
}
.ui-datepicker-calendar a:hover {
  background: inherit;  
  border: 1px solid #bbb;
}

.ui-datepicker-calendar th {
	text-align: center;
}

/**/
/* bootstrap compatibility */
/**/
.sky-form button *,
.sky-form button *:after,
.sky-form button *:before {
  margin: 0 auto;
  padding: 0 auto;
}

.btn-u.button-uploading:after {
  top: 6px;
}
.btn-u.btn-u-lg.button-uploading:after {
  top: 10px;
}
.btn-u.btn-u-sm.button-uploading:after {
  top: 3px;
}
.btn-u.btn-u-xs.button-uploading:after {
  top: 2px;
}

.label {
  padding: 0.2em 0 0.3em;
}

/*Fix for datepicker's responsive issue on resolution 1024x768*/
.ui-datepicker-calendar a,
.ui-datepicker-calendar span {
  width: 26px;
  color: #404040;
}

/*Sky form dark background*/
.sky-form.sky-form-dark header, .sky-form.sky-form-gray header {
	color: #fff;
	display: block;
	font-size: 16px;
	background: transparent;
	font-weight: 700;
	padding: 5px 0;
	border: 0;	
}

.sky-form.sky-form-dark fieldset,
.sky-form.sky-form-gray fieldset {
	padding-top: 20px;
}

.sky-form.sky-form-dark fieldset {
	background: #000;
}

.sky-form.sky-form-gray fieldset {
	background: #3E3E3E;
}

.sky-form.sky-form-gray .inline-group {
	margin: 0;
}

.inventoryform1{
	border:1px solid #eee;
}

.inventoryform1 .sky-form {
	border-width: 0 0 1px 0;
}

.sky-form.sky-form-dark .radio,
.sky-form.sky-form-dark .checkbox,
.sky-form.sky-form-gray .radio,
.sky-form.sky-form-gray .checkbox {
	margin-bottom: 10px;
}

.sky-form.sky-form-dark .radio,
.sky-form.sky-form-dark .checkbox,
.sky-form.sky-form-dark .input,
.sky-form.sky-form-dark .label,
.sky-form.sky-form-gray .radio,
.sky-form.sky-form-gray .checkbox,
.sky-form.sky-form-gray .input,
.sky-form.sky-form-gray .label {
	color: #fff;
	font-size: 12px;
}

.sky-form.sky-form-dark section,
.sky-form.sky-form-gray section {
	margin-bottom: 1%;
}

.sky-form.sky-form-dark .ui-slider,
.sky-form.sky-form-gray .ui-slider {
	margin-bottom: 18px;
}

.cfieldset header{
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cfieldset section{
	margin-bottom: 1%;
}

form.csection section{
	padding-right: 5px!important;
	padding-left: 5px!important;
}

@media (min-width: 768px) {
	.quickquote-btn {
		text-align: center;
		margin-top: 20px;
	}
}

@media (max-width: 991px){
	.sky-form.sky-form-dark .radio,
	.sky-form.sky-form-dark .checkbox,
	.sky-form.sky-form-gray .radio,
	.sky-form.sky-form-gray .checkbox {
		margin-bottom: 0;
	}
	.sky-form.sky-form-dark fieldset {
		padding: 15px 15px 10px 0;
	}	
	.sky-form.sky-form-dark section{
		padding-right: 0;
	}
	.quickquote-btn {
		text-align: right;
		margin-top: 7px;
	}
}
span.error {
	display: none;
}
.cfieldset select{
	height:30px!important;
}
form.quickquote-form label.checkbox{
	font-size:inherit !important;
}

.fakedropdown {
	background: #fff;
	font-size: 13px;
	border: 1px solid #ccc;
	padding: 4px 0 4px 12px !important;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
}

#invForm-transparent span.btn
{
font-size: 13px;
}
select {
	position: absolute;
	top: 0;
	opacity: 0;
	height: 33px;
}

.sky-form .select select[multiple='multiple'] {
    opacity: 1;
    height: auto;
    position: relative;
}

.btn-text-left i {
  margin-top: 4px;
}

div.option1 .sky-form .col{
	padding-left:0!important;
}
div.option2 .sky-form .col{
	padding-left:0!important;
}
div.option1 .sky-form div.col-md-2, .sky-form div.col-md-10{
	padding-left:0!important;
}
div.option2 .sky-form div.col-md-2, .sky-form div.col-md-10, .sky-form div.col-md-8 {
	padding-left:0!important;
}
div.option1 .sky-form section:nth-child(2n) label.label{
	padding-left:30px!important
}
div.option1 .sky-form section div.row  div label.label{
	padding-left:0px!important
}
div.option2 .sky-form section div.row  div label.label{
	padding-left:0px!important
}
@media (min-width:769px)and (max-width: 991px) {
div.option1 .sky-form .col{ padding-right:inherit;}
div.option2 .sky-form .col{ padding-right:0;}
	div.option1 .sky-form div.col-md-2, .sky-form div.col-md-10{
		padding-right:inherit;
	}
	div.option2 .sky-form div.col-md-2, .sky-form div.col-md-10, .sky-form div.col-md-8 {
		padding-right:inherit;
	}
	div.option1 .sky-form section:nth-child(2n) label.label{
		padding-left:inherit;
	}
	div.option1 div.rightoption1,div.option1 div.btnoption1 {
		padding:inherit
	}
}
@media (max-width: 768px){
	div.option1 .sky-form .col{ padding-right:0!important;}
	div.option2 .sky-form .col{ padding-right:0;}
	div.option1 .sky-form div.col-md-2, .sky-form div.col-md-10{
		padding-right:0!important;
	}
	div.option2 .sky-form div.col-md-2, .sky-form div.col-md-10, .sky-form div.col-md-8 {
		padding-right:0!important;
	}
	div.option1 .sky-form section:nth-child(2n) label.label{
		padding-left:0px!important;
	}
	div.option1 div.rightoption1,div.option1 div.btnoption1 {
		padding:0px!important
	}
	div.option2 div.rightoption1,div.option1 div.btnoption1 {
		padding:0px!important
	}
}
@media (max-width: 600px){
	div.option1 .sky-form label.label {
	line-height:normal;
	}
}
.sky-form .input-file .button {
  height: 30px;
  line-height:30px;
  font-size:12px;
}
@media (max-width: 550px){
	div.option1 .breadcrumbs h1.pull-left, div.option1 .breadcrumbs ul.pull-right {
	width: 100%;
	text-align: left;
}
}
.quickquote-form section{margin-bottom:10px}
#resultsLeft label span{padding-top:5px;display:inline-block;}
.sky-form .radio, .sky-form .checkbox{
	font-size: 13px;
}
form.custom-tooltips.sky-form div.tooltip,
#emailfriendpopup form#emailfriendpopup1 div.tooltip,
form#newToolkitForm.home-custom-tooltips div.tooltip,
form.details-old-custom-tooltips div.tooltip,
form.toolkit-custom-tooltips div.tooltip{
  margin-top:2px!important;
}
.form-icons-wrapper{
  padding-top : 6px;
}
.pipe_symbol:before {
    content: "";
    height: 30px;
    border-left: 4px solid red;
    position: absolute;
    left: -5px;
} 
.indicates_pipe:before {
    content: "";
    height: 30px;
    border-left: 4px solid red;
    left: -5px;
} 