
.font{
	font-family: 'Baloo Bhaina', cursive;
}
.title{
	font-size: 20px;
	margin-top: 70px;
	text-align: center;
	/*font-family: 'Baloo Bhaina', cursive; */
	padding: 10px;	
}
.panel{
	box-shadow: 2px 2px 2px 2px #d8d8d8;
}
.btn{
	width: 100%
}
textarea{
	resize: none;
}
select{
	cursor: pointer;
}
/* oriya */
@font-face {
	font-family: 'Baloo Bhaina';
	font-style: normal;
	font-weight: 400;
	src: local('Baloo Bhaina Regular'), local('BalooBhaina-Regular'), url(https://fonts.gstatic.com/s/baloobhaina/v4/Noa16Uzzzp2FIkfhq5vm9thBIg58qhE.woff2) format('woff2');
	unicode-range: U+0964-0965, U+0B01-0B77, U+200C-200D, U+20B9, U+25CC;
  }
  /* vietnamese */
  @font-face {
	font-family: 'Baloo Bhaina';
	font-style: normal;
	font-weight: 400;
	src: local('Baloo Bhaina Regular'), local('BalooBhaina-Regular'), url(https://fonts.gstatic.com/s/baloobhaina/v4/Noa16Uzzzp2FIkfhq5vm9thBNA58qhE.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Baloo Bhaina';
	font-style: normal;
	font-weight: 400;
	src: local('Baloo Bhaina Regular'), local('BalooBhaina-Regular'), url(https://fonts.gstatic.com/s/baloobhaina/v4/Noa16Uzzzp2FIkfhq5vm9thBNQ58qhE.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Baloo Bhaina';
	font-style: normal;
	font-weight: 400;
	src: local('Baloo Bhaina Regular'), local('BalooBhaina-Regular'), url(https://fonts.gstatic.com/s/baloobhaina/v4/Noa16Uzzzp2FIkfhq5vm9thBOw58.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  .microtik {
	margin-top: 70px;
	padding: 10px;	
	color: #ffffff;
	/*background-color: #333; */
	letter-spacing: .1em;
	/*text-shadow:  0 1px 0 #fff, 0 2px 0 #fff, 0 3px 0 #fff, 0 4px 0 #fff, 0 5px 0 #fff,0 -1px 0 #fff, 0 -2px 0 #fff, 0 -3px 0 #fff, 0 -4px 0 #fff, 0 -5px 0 #fff;*/
	font-style: bold;
}
.relatorios {
	    
		background-image: url("../imagens/report.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed; 
		background-size: 100% 100%;
		/*-webkit-filter: blur(2px); 
		filter: blur(2px); */
	}
	.branco{
		background-color: #ffffff;
}
.preto{
	background-color: black;
}
.cinza{
	background-color: dimgrey;
}
.texto{
	font-size: 12px;
}
.hidetext { -webkit-text-security: disc; }
.password { -webkit-text-security: disc; }

.btn-circle {
	/*width: 30px; */
	height: 20px;
	text-align: center;
	/*padding: 2px 0; */
	font-size: 12px;
	/*line-height: 1.428571429; */
	border-radius: 15px;
  }
  .btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
  }
  .btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
  }
  .modal-dialog-par {
    width: 80%;
    /* height: 70%; */
    padding: 0;
  }

  .modal-content-par {
    /* height: 99%; */
  }
