/* line 1, autoSeguroDinamico.scss */
.select2-choices {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #d6d6d6 2px;
  -moz-box-shadow: 0 1px 1px #d6d6d6 2px;
  box-shadow: 0 1px 1px #d6d6d6 2px;
  background-color: white;
  border: 1px solid #e8e8e6;
  color: #434a58;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 6px 7px 7px;
}

/* line 18, autoSeguroDinamico.scss */
.select2-choices.ng-invalid-pattern, .select2-choices.ng-invalid-date, .select2-choices.ng-invalid-cp, select.select.ng-invalid-pattern, select.select.ng-invalid-date, select.select.ng-invalid-cp, select.textSelect.ng-invalid-pattern, select.textSelect.ng-invalid-date, select.textSelect.ng-invalid-cp, textarea.text.ng-invalid-pattern, textarea.text.ng-invalid-date, textarea.text.ng-invalid-cp {
  -webkit-box-shadow: 0 2px 2px #edd8e3 inset;
  -moz-box-shadow: 0 2px 2px #edd8e3 inset;
  box-shadow: 0 2px 2px #edd8e3 inset;
  background-color: #faf2f2 !important;
  border: 1px solid #F8E0EC;
  color: #c4126c;
}

/* line 27, autoSeguroDinamico.scss */
.select2-choices[disabled] {
  -webkit-box-shadow: #f8f8f8 0 1px 1px inset;
  -moz-box-shadow: #f8f8f8 0 1px 1px inset;
  box-shadow: #f8f8f8 0 1px 1px inset;
  opacity: 60%;
  filter: alpha(opacity=60);
  background-color: #eeeeee !important;
  color: #aaa;
}

/* line 37, autoSeguroDinamico.scss */
.select2-choices {
  height: 30px;
  height: 20px\9;
  padding: 0px 8px;
  padding: 10px 0 0\9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: #d6d6d6 0 2px 2px inset;
  -moz-box-shadow: #d6d6d6 0 2px 2px inset;
  box-shadow: #d6d6d6 0 2px 2px inset;
  font-family: Arial,Helvetica,sans-serif;
  border: 1px solid #E8E8E6;
  color: #434a58;
}

/* line 55, autoSeguroDinamico.scss */
.select2-container-multi .select2-choices {
  border: 1px solid #E8E8E6;
}

/* line 60, autoSeguroDinamico.scss */
.select2-dropdown-open .select2-choices,
.select2-container.select2-dropdown-open .select2-choices {
  border: 1px solid #82C6E2;
  box-shadow: #82c6e2 0 0 5px inset;
  outline: 0;
  -webkit-box-shadow: #82c6e2 0 0 5px inset;
  -moz-box-shadow: #82c6e2 0 0 5px inset;
}

/* line 68, autoSeguroDinamico.scss */
.select2-drop, .select2-drop-multi, .select2-display-none, .select2-drop-active {
  margin-top: 2px;
  padding: .5em;
  border: 1px solid #ccc;
}

/* line 74, autoSeguroDinamico.scss */
.select2-results {
  margin-top: .9em;
  background-color: white;
}

/* line 79, autoSeguroDinamico.scss */
.select2-results li {
  color: #333;
  background: white;
  list-style: none;
  display: list-item;
  background-image: none;
  border-top: none;
  border-bottom: none;
  padding: .5em;
}

/* line 90, autoSeguroDinamico.scss */
.select2-results .select2-no-results, .select2-results .select2-highlighted {
  background: white;
}

/* line 94, autoSeguroDinamico.scss */
.select2-drop-active {
  border: none !important;
}

/* line 97, autoSeguroDinamico.scss */
.select2-result {
  border: 0px !important;
  color: #333 !important;
  padding: 5px 0px 5px 0px !important;
}

/* line 102, autoSeguroDinamico.scss */
.select2-result-label .select2-match {
  text-decoration: none !important;
  font-weight: bold !important;
  color: #333 !important;
}

/* line 108, autoSeguroDinamico.scss */
.select2-highlighted {
  color: #fff !important;
  background: #1a6ab9 !important;
  background-image: -moz-linear-gradient(top, #6ca5dd, #1a6ab9) !important;
  background-image: -o-linear-gradient(top, #6ca5dd, #1a6ab9) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6ca5dd), to(#1a6ab9)) !important;
  background-image: -webkit-linear-gradient(#6ca5dd, #1a6ab9) !important;
  background-image: linear-gradient(top, #6ca5dd, #1a6ab9) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6ca5dd', EndColorStr='#1a6ab9') !important;
}
/* line 119, autoSeguroDinamico.scss */
.select2-highlighted .select2-result-label .select2-match {
  text-decoration: none !important;
  font-weight: bold !important;
  color: #fff !important;
}

/* line 127, autoSeguroDinamico.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 5px 0px 5px 24px !important;
  margin: none !important;
  position: relative !important;
  line-height: 13px !important;
  color: #333 !important;
  cursor: default !important;
  border: 0px solid transparent !important;
  -webkit-border-radius: none !important;
  -moz-border-radius: none !important;
  border-radius: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-background-clip: none !important;
  -moz-background-clip: none !important;
  background-clip: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  background: none !important;
}
/* line 158, autoSeguroDinamico.scss */
.select2-container-multi .select2-choices .select2-search-choice div {
  font-size: 11px !important;
}
/* line 162, autoSeguroDinamico.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  position: absolute !important;
  right: 3px !important;
  top: 4px !important;
  font-size: 1px !important;
  outline: none !important;
  background: url("../images/select2.png") 100% 0px no-repeat !important;
}
/* line 173, autoSeguroDinamico.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: 100% 0px !important;
}

/* line 179, autoSeguroDinamico.scss */
.imageAuto {
  display: inline-block;
  width: 65px !important;
  height: 48px !important;
  margin-top: -10px !important;
  background: url("../images/carro.png") 0px 0px no-repeat !important;
}

/* line 188, autoSeguroDinamico.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  position: absolute !important;
  right: 3px !important;
  top: 4px !important;
  font-size: 1px !important;
  outline: none !important;
  background: url("../images/select2.png") 100% 0px no-repeat !important;
}

/* line 200, autoSeguroDinamico.scss */
.select2-container-multi .select2-choices .select2-search-choice div {
  font-size: 11px !important;
}

/* line 204, autoSeguroDinamico.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: 100% 0px !important;
}

/* line 207, autoSeguroDinamico.scss */
#infoCoberturas {
  display: table !important;
  background-color: #f4f4f4;
  padding: 5px;
  margin-bottom: 10px;
  min-height: 20px;
  max-width: 600px;
}

/* line 215, autoSeguroDinamico.scss */
#infoCoberturas .col {
  display: inline-table !important;
  width: 175px !important;
  padding: 10px;
  position: static;
}

/* line 221, autoSeguroDinamico.scss */
#infoCoberturas .icono {
  position: absolute;
  margin-left: 1%;
  margin-top: 4px;
  cursor: pointer;
}

/* line 227, autoSeguroDinamico.scss */
.triangle {
  width: 0px !important;
  height: 0px !important;
  border-left: 12px solid transparent !important;
  border-right: 12px solid transparent !important;
  border-bottom: 15px solid #f4f4f4 !important;
  margin-left: 20px;
  margin-top: 0px;
}

/* line 236, autoSeguroDinamico.scss */
.tdEsp {
  padding: 0px !important;
  background-color: #fff !important;
}

/* line 240, autoSeguroDinamico.scss */
.contIcon {
  position: absolute;
  float: right;
}

/* line 244, autoSeguroDinamico.scss */
.spanTableFlot {
  width: 603px;
}

/* line 247, autoSeguroDinamico.scss */
.space-white {
  position: static;
  padding: 2px;
  min-height: 14px !important;
  max-width: 14px !important;
  z-index: 1000;
}

/* line 254, autoSeguroDinamico.scss */
.tooltip span {
  z-index: 1000;
  display: none;
  padding: 14px 15px;
  color: #0078d2;
  border: 2px solid #d2e5eb;
  position: absolute;
  text-align: center;
  background-color: #e3f3f9;
  min-width: 200px;
  line-height: 16px;
  bottom: 30px !important;
  left: -110px !important;
}

/* line 259, autoSeguroDinamico.scss */
.tooltip:hover * {
  line-height: 20px;
  text-decoration: none;
  display: block;
}

/*CSS3 extras*/
/* line 266, autoSeguroDinamico.scss */
.tooltip span {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

/* line 273, autoSeguroDinamico.scss */
.tooltip span:after, .tooltip span:before {
  border: 11px solid transparent;
  position: absolute;
  content: '';
  left: -110px;
  bottom: -30px;
}

/* line 281, autoSeguroDinamico.scss */
.tooltip span:after {
  border-top-color: #e3f3f9;
  border-width: 14px;
  margin-left: 212px;
  margin-bottom: 2px !important;
}

/* line 287, autoSeguroDinamico.scss */
.tooltip span:before {
  border-top-color: #d2e5eb;
  border-width: 16px;
  margin-left: 210px;
  margin-bottom: -3px !important;
}

/* line 294, autoSeguroDinamico.scss */
.buttonIcon {
  width: 20%;
  height: 60px;
  padding: 5px;
  cursor: pointer;
  margin-right: 40px;
  margin-bottom: 15px;
  float: left;
  text-align: center;
}

/* line 304, autoSeguroDinamico.scss */
.buttonIcon:hover {
  background-color: #0078d2;
  background-size: 70px 70px !important;
}
/* line 307, autoSeguroDinamico.scss */
.buttonIcon:hover .textInfo {
  font-weight: bold;
}

/* line 311, autoSeguroDinamico.scss */
.carIcon {
  background: url("../images/car64x64.png") no-repeat #cccccc center center;
}

/* line 314, autoSeguroDinamico.scss */
.biciIcon {
  background: url("../images/bike64x64.png") no-repeat #cccccc center center;
}

/* line 317, autoSeguroDinamico.scss */
.motoIcon {
  background: url("../images/single64x64.png") no-repeat #cccccc center center;
}

/* line 320, autoSeguroDinamico.scss */
.textInfo {
  margin-top: 65px;
  display: block;
  cursor: pointer;
  color: #0078d2;
}

/* line 326, autoSeguroDinamico.scss */
.buttonIconSelect {
  background-color: #0078d2;
  background-size: 70px 70px !important;
  font-weight: bold;
}
