input[type="text"], input[type="password"], input[type="email"], input[type="url"], select {

	font-size: 15px !important;
	
  }
.jqx-widget-content {
	font-size: 15px !important;
  }

.row {
	margin-bottom: 15px !important;
  }
#ocorrencia_rua
{
	height: 35px !important;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], select {
	
	height: 35px !important;
}

.headerWeb
{
	background-color: black;
	color: white;
	height: 60px;
	padding-top: 15px;
	
}

.headerWeb a
{
	
	color: white;
	
}
body {
    background-color: white !important;
	width: 100%;
	font-family: 'Poppins', sans-serif !important;
	font-size: 20px;
}

[class*="col-"] {
    margin-bottom: 15px;
}

.masterOcorrenciasWebSite
{
	
    background-color: white;
    height: 100%;
    width: 100%;
	
}
.detOcorrenciasWebSite
{
	width: 80%;
	margin-left: auto;	
	margin-right: auto;	
}
.titleOcorrenciasWebSite
{
	text-align: center;
	font-size: 20px;
	padding-bottom: 0px;
	font-size: 54px;
	font-weight: 600;
	line-height: 1.15; 
	text-decoration: none;
	margin-top: -15px;
}

.subTitleOcorrenciasWebSite
{
	text-align: center;	
	font-size: 20px;
	padding-bottom: 0px;
	font-weight: 400;
	margin-bottom: 20px;
}

.labelOcorrenciasWebSite
{
	font-size: 18px;
}
.subLabelOcorrenciasWebSite
{
	font-size: 12px;
	color: white; 
	padding-bottom: 5px;
}
.col33
{
	width: 33%;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}
.col50
{
	width: 50%;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}
.col66
{
	width: 66%;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}
.col100
{
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}
.jqx-combobox-input
{
	border: 1px solid #29a3d2 !important;
	height: 35px !important;
	
}
#dropdownlistContentocorrencia_rua .jqx-widget-content
{
	border-color: none !important;
}
.inputOcorrenciasWebSite input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea, select
{
	border: 1px solid #29a3d2 !important;
	width: calc(100% - 10px) !important;
}
.mapaOcorrenciasWebSite
{ 
	height: 220px;
	width: 100%;
	margin: 0px;
	padding: 0px
}
.btEnviarOcorrenciasWebSite
{
	height: 46px;
	width: 120px;
	background-color: #50c1e0 !important;
	color: white;
	border: none;
	
}
.btEnviarOcorrenciasWebSite:hover
{

	background-color: #336699 !important;
	
}
ul.area
{
	list-style: none; 
}
ul.area li
{
	float:left;
	margin:5px;
	padding:0;
	width:90px;
	height:70px;
	font-size: 10px;
	
}
.area  li .swatch-img
{
	cursor:pointer;
	width: 90px;
/*	display:block*/
}
label.lbswatches > input
{
	visibility:hidden;
	position: absolute;
}
label.lbswatches > input + img
{
	cursor:pointer;
	border:2px solid transparent;
}
label.lbswatches > input:checked + img
{
	border: 6px solid #3399cc;
    border-radius: 45px;
}