#svg-map path {
  fill:#0094d9
}
#svg-map text {
  fill:#fff;
  font:12px Arial-BoldMT, sans-serif;
  cursor:pointer
}
#svg-map a{
  text-decoration:none
}
#svg-map a:hover {
  cursor:pointer;
  text-decoration:none
}
#svg-map a:hover path{
  fill:#003399 !important
}
#svg-map .circle {
  fill:#66ccff
}
#svg-map a:hover .circle {
  fill:#003399 !important;
  cursor:pointer
}
label.error{
  color: #cc5965
}
div.content{
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 10px;
}

.btn2 {
  margin-bottom:0;
  font-weight:400;
  vertical-align:middle;
  border: 1px solid #eea236 ;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  text-transform: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
  text-align: center;
  background: none repeat scroll 0 0 #f0ad4e;
  text-shadow: none;
  box-shadow: none;
  white-space: nowrap;
  cursor:pointer;
  background-image:none;
  padding:6px 12px;
  font-size:14px;
  line-height:1.42857143;
}

.btn2:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}

.btn3 {
  margin-bottom:0;
  font-weight:400;
  vertical-align:middle;
  border: 1px solid #d43f3a ;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  text-transform: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
  text-align: center;
  background: none repeat scroll 0 0 #d9534f;
  text-shadow: none;
  box-shadow: none;
  white-space: nowrap;
  cursor:pointer;
  background-image:none;
  padding:6px 12px;
  font-size:14px;
  line-height:1.42857143;
}

.btn3:hover {
  background: none repeat scroll 0 0 #d2322d;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #ac2925;
}

fieldset.scheduler-border {
  border: 1px solid #aaa !important;
  border-radius: 5px !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 10px 0px !important;
  -webkit-box-shadow:  0px 0px 0px 0px #000;
  box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width:auto;
  padding:0 10px;
  border-bottom:none;
}

.box-cpf{
  display: none;
}

.link-download{
  display: none;
}