
/*	****************** CELULAR RETRATO ******************	*/
@media only screen and (min-device-width : 10px) and (max-device-width : 1019px)
{
	.dashboardTotal
	{
		margin-top:370px; 
	}
	
	.tamanhoGrafico
	{
		height:350px !important;
	}
		
	.tituloDashboard
	{
		height:60px;
		color:#36a7e9;
		font-family:OdontoCloud;
		font-size: 35px;
		text-align:center;
		padding-top:5px;
		letter-spacing:1px;
	}
	
	.dashboard
	{
		
	}
	
	.subDashboard
	{
		border-style:solid;
		border-width:1px;
		border-color:#999;
		height:410px;
	}
	
	.textoConfirmacaoConsulta
	{
		font-family:OdontoCloud;
		font-size: 30px !important;
		text-align:center;
	}
	
	.tituloShowWhats
	{
		font-family:OdontoCloud;
		font-size: 50px !important;
		text-align:center;
	}
	
	.textoShowWhats
	{
		font-family:OdontoCloud;
		font-size: 40px !important;
		text-align:center;
	}
	
	.contentShowWhats
	{
		font-size:30px !important;
	}
	
	.textoConfirmacaoConsultaTitulo
	{
		font-family:OdontoCloud;
		font-size: 40px !important;
		text-align:center;
		padding-top:60px;
		padding-bottom:60px;
	}
	
	.textoConfirmacaoConsultaLegenda
	{
		font-family:Tahoma, Geneva, sans-serif;
		font-size:20px;
		text-align:center;
		padding-bottom:50px;
		padding-top:100px;
	}
	
	.dataTables_info, .dataTables_filter
	{
		font-size:20px !important;
	}
	
	html, body
	{
		height:100%;
		margin:0;
		background-color:#FAFAFA;
	}
	
	input[type=checkbox], input[type=radio]
	{
		width:40px !important;
		margin-top:-10px !important;
	}
	.telaHome
	{
		background-position:center;
		background-size:cover;
		position:relative;
		background: linear-gradient(to right, #00DA8B, #36A7EA);
		background: -webkit-linear-gradient(right, #00DA8B, #36A7EA);
		background: -moz-linear-gradient(right, #00DA8B, #36A7EA);
		background: -ms-linear-gradient(right, #00DA8B, #36A7EA);
		background: -o-linear-gradient(right, #00DA8B, #36A7EA);
		height:100%;
		width:100%;
	}
	
	.tamanhoLogo
	{
		max-width:507px;
		padding-bottom:200px;
	}
	
	.inputArredondado
	{
		-webkit-border-radius:20px;
		-moz-border-radius:20px;
		-ms-border-radius:20px;
		-o-border-radius:20px;
		border-radius:20px;
		height:200px;
		font-size:40px;
	}
	
	.iconeCelular
	{
		font-size:40px;
		width:100px;
	}
	
	.fonteBrancaPequena
	{
		color:#FFF;
		margin-top:50px;
		font-size:40px;
	}
	
	.botaoCelular
	{
		margin-top:50px;
	}
	
	.alturaInput
	{
		height:100px !important;
	}
	
	.iconeTopo
	{
		padding-left:30px; 
		padding-top:20px; 
		padding-bottom:12px;
		border-right-color:#FFF;
		border-right-width:1px;
		border-right-style:solid;
		height:160px;
		width:160px;
	}
	
	.iconeFavoritoCelular
	{
		width:120px;
		height:120px; 
	}
	
	.imagemIconeFavoritoCelular
	{
		 height:100px;
		 width:100px;
		 padding-top:5px;
		 padding-left:5px;
	}
	
	.imagemIconeNotificacaoCelular
	{
		 width:100px;
		 padding-top:20px;
		 padding-left:5px;
	}
	
	.divAbrirMenu
	{
		position:fixed;
		right:0px;
		top:303px;
		z-index:55;
	}
	
	.divPacienteTopoCelular
	{
		padding-left:30px;
	}
	
	.inputPacienteTopoCelular
	{
		height:60px;
		padding-left:5px;
		font-size:30px;
	}
	
	.inputIconePacienteTopoCelular
	{
		font-size:30px;
	}
	
	.textoCelular
	{
		font-size:45px;
	}
	
	.btnBotaoUsuarioLogoff
	{
		background-color:#36a7e9;
		color:#FFF;
		border-style:none;
		font-size:30px;
	}
	
	.logoCelular
	{
		padding:30 10 10 10px !important;
	}
	
	.imagemMenuCelular
	{
		width:100px;
	}
	
	.divMenu
	{
		position:fixed;
		background-color:#02da8f;
		width:100%;
		min-height:100px;
		top:303px;
		z-index:49;
		right:-100%;
		transition: right 0.5s ease;
		-webkit-transition: right 0.5s ease;
		-moz-transition: right 0.5s ease;
		-ms-transition: right 0.5s ease;
		-o-transition: right 0.5s ease;
	}
	
	.listaMenu li
	{
		position:relative; 
		float:left; 
		width:130px;
		text-align:center;
	}
	
	.listaMenu li ul li
	{
		float:left;
		text-align:left;
		width:70px;
		padding:10 5 5 25;
	}
	
	.iconeMenuCelular
	{
		height:70px;
		width:70px;
	}
	
	.tituloSubMenu
	{
		font-size:50px;
	}
	
	.iconeSubMenu
	{
		width:135px;
		height:135px;
	}
	
	.liSubMenu
	{
		width:145px !important;
	}
	
	.listaSubMenu
	{
		margin-top:31px !important;
		list-style-type:none;
		width:480px !important;
		background-color:rgba(54,167,233,0.5);
		padding:0 0 20 0px !important;
		margin-left:30px !important;
	}

	.containerList
	{
		padding-top:350px;
		width:100%;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.titleListagem
	{
		width:100%;
		height:50px;
		font-family:OdontoCloud;
		font-size:35px;
		padding-top:5px;
		letter-spacing:1px;
		color:#36a7ea;
	}

	.table>thead>tr>th
	{
		font-size:26px !important;
	}
	
	.table>tbody>tr>td
	{
		font-size:20px !important;
	}
	
	.iconeEdit
	{
		cursor:pointer;
		font-size:25px !important;
		color:#000;
		padding-top:3px;
	}
	
	.iconeDel
	{
		cursor:pointer;
		color:#F00;
		font-size:25px !important;
		padding-top:3px;
		width:35px;
	}
	
	.modal-title
	{
		font-size:35px !important;
	}
	
	.close
	{
		font-size:35px !important;
	}
	
	.modal-body form div div label
	{
		font-size:25px !important;
	}
	
	.modal-body form ul li
	{
		font-size:25px !important;
	}
	
	.modal-body form div div input, .form-group select, .row div input, tbody>tr>td>select
	{
		font-size:25px;
		height:50px;
	}
	
	.form-group select option, tbody>tr>td>select>option
	{
		font-size:15px;
	}
	
	.form-group label
	{
		font-size:25px;
	}
	
	.checkbox-inline
	{
		padding-bottom:40px;
	}
	
	.checkbox-inline input,
	{
		width:30px !important;
		margin-top: -5px !important;
	}
	
	.tamanhoInput
	{
		width:200px !important;
	}
	
	.tamanhoCheckBox
	{
		width:30px !important;
		margin-top: 20px !important;
	}
	
	tbody>tr>td>input
	{
		width:20px !important;
		margin-top: -5px !important;
	}
	
	.modal-title i
	{
		font-size:35px !important;
	}
	
	.btnUltimo
	{
		background-color:#04d991;
		font-size:35px;
		height:80px;
	}
	
	.btnPenultimo
	{
		background:#04d991; /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(left, #28b5d1 , #04d991); /* For Safari 5.1 to 6.0 */
		background: -ms-linear-gradient(left, #28b5d1 , #04d991); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(right, #28b5d1, #04d991); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(right, #28b5d1, #04d991); /* For Firefox 3.6 to 15 */
		background: linear-gradient(to right, #28b5d1 , #04d991); /* Standard syntax */
		font-size:35px;
		height:80px;
	}
	
	.radio-inline input
	{
		width:30px !important;
		margin-top:-5px;
	}
	
	.radio-inline div
	{
		padding-left:20px !important;
	}
	
	.btnAnteriores
	{
		background-color:#28b5d1;
		font-size:35px;
		height:80px;
	}
	
	.modal-xl 
	{
		width: 90% !important;
	}
	
	.fa-plus-circle
	{
		font-size:25px !important;
	}
	
	.fa-plus, .btnAcaoInputGravar
	{
		border-radius:3px;
		padding:4 10 18 10 !important;
		margin:8 0 0 0 !important;
		height:60px !important;
		font-size:30px !important;
	}
	
	.textoSemInput
	{
		padding-left:10px;
		font-size:20px;
	}
	
	.nenhumRegistroEncontrado
	{
		font-size:25px;
		padding-top:50px;
	}
	
	.btn-group button
	{
		width:50px;
		height:50px;
		font-size:20px !important;
		margin-top:10px;
	}
	
	legend.fieldSetConjunto
	{
		font-size: 30px !important;
		text-align: left !important;
		width:auto;
		margin-bottom:10px !important;
		border-bottom:none !important;
		border-bottom-width:0px !important;
		font-family:OdontoCloud;
		padding:0 10 0 10;
		color: #36a7e9;
	}
	
	.textoCelularMedio
	{
		font-size:25px !important;
	}
	
	.tabelaHeader
	{
		background-color:#36a7e9;
		height:45px;
		text-align:center;
		color:#FFF;
		font-size:25px;
		border-width:1px;
		border-style:solid;
		padding-top:5px;
		font-weight:100;
		font-family:OdontoCloud;
		border-color:lightgrey;
		letter-spacing:2px;
	}
	
	.fc-time-grid-container
	{
		height:1400px !important;
	}
	
	.fc-slats>table>tbody>tr
	{
		height:50px;
	}
	
	.fc-slats>table>tbody>tr>td
	{
		font-size:25px;
	}
	
	.fc-day-header
	{
		font-size:25px;
	}
	
	.fa-file-pdf-o
	{
		font-size:25px;
	}
	
	.dropdown-menuHome > li > a {
		height:40px;
		padding-top:10px;
		font-size: 35px !important;
	}
	
	.dropdown-menuHome > li > a > i {
		font-size:35px;
	}
	
	.dropdown-menu
	{
		height: 365px;
	}
	
	.divHelenaAssistente
	{
		
	}
}

@media only screen and (min-device-width : 1020px) and (max-device-width : 1270px)
{
	.dashboardTotal
	{
		margin-top:100px; 
	}
	
	.tamanhoGrafico
	{
		height:178px !important;
	}
	
	.tituloDashboard
	{
		height:40px;
		color:#36a7e9;
		font-family:OdontoCloud;
		font-size: 20px;
		text-align:center;
		padding-top:5px;
		letter-spacing:1px;
	}
	
	.dashboard
	{
		
	}
	
	.subDashboard
	{
		border-style:solid;
		border-width:1px;
		border-color:#999;
		height:210px;
	}
	
	.textoConfirmacaoConsulta
	{
		font-family:OdontoCloud;
		font-size: 20px !important;
		text-align:center;
	}
	
	.tituloShowWhats
	{
		font-family:OdontoCloud;
		font-size: 30px !important;
		text-align:center;
	}
	
	.textoShowWhats
	{
		font-family:OdontoCloud;
		font-size: 20px !important;
		text-align:center;
	}
	
	.contentShowWhats
	{
		font-size: 20px !important;
	}
	
	.textoConfirmacaoConsultaTitulo
	{
		font-family:OdontoCloud;
		font-size: 20px !important;
		text-align:center;
		padding-top:40px;
		padding-bottom:40px;
	}
	
	.textoConfirmacaoConsultaLegenda
	{
		font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
		text-align:center;
		padding-bottom:50px;
		padding-top:50px;
	}
	
	html, body
	{
		height:100%;
		margin:0;
		background-color:#FAFAFA;
	}
	
	.telaHome
	{
		background-position:center;
		background-size:cover;
		position:relative;
		background: linear-gradient(to right, #00DA8B, #36A7EA);
		background: -webkit-linear-gradient(right, #00DA8B, #36A7EA);
		background: -moz-linear-gradient(right, #00DA8B, #36A7EA);
		background: -ms-linear-gradient(right, #00DA8B, #36A7EA);
		background: -o-linear-gradient(right, #00DA8B, #36A7EA);
		height:100%;
		width:100%;
	}
	
	.tamanhoLogo
	{
		max-width:287px;
	}
	
	.inputArredondado
	{
		-webkit-border-radius:20px;
		-ms-border-radius:20px;
		-o-border-radius:20px;
		-moz-border-radius:20px;
		border-radius:20px;
		height:40px;
		padding-left:5px;
	}
	
	.fonteBrancaPequena
	{
		color:#FFF;
		font-size:11px;
	}
	
	.iconeTopo
	{
		padding-left:20px; 
		padding-top:20px; 
		padding-bottom:12px;
		border-right-color:#FFF;
		border-right-width:1px;
		border-right-style:solid;
		height:100px;
		width:80px;
	}
	
	.iconeFavoritoCelular
	{
		width:60px;
		height:60px; 
	}
	
	.imagemIconeFavoritoCelular
	{
		 max-height:45px;
		 max-width:45px;
	}
	
	.imagemIconeNotificacaoCelular
	{
		height:34px;
		width:62px;
		margin-top:-20px;
		padding-top:5px;
		padding-left:5px;
	}
	
	.divAbrirMenu
	{
		position:fixed;
		right:0px;
		top:100px;
		z-index:55;
	}
	
	.textoCelular
	{
		font-size:25px;
	}
	
	.btnBotaoUsuarioLogoff
	{
		background-color:#36a7e9;
		color:#FFF;
		border-style:none;
		font-size:20px;
	}
	
	.logoCelular
	{
		padding:10px !important;
	}
	
	.divMenu
	{
		position:fixed;
		background-color:#02da8f;
		width:100%;
		min-height:70px;
		top:100px;
		z-index:49;
		right:-100%;
		transition: right 0.5s ease;
		-webkit-transition: right 0.5s ease;
		-moz-transition: right 0.5s ease;
		-ms-transition: right 0.5s ease;
		-o-transition: right 0.5s ease;
	}
	
	.listaMenu li
	{
		position:relative; 
		float:left; 
		width:80px;
		text-align:center;
	}
	
	.listaMenu li ul li
	{
		float:left;
		text-align:left;
		width:70px;
		padding:10 5 5 25;
	}
	
	.iconeMenuCelular
	{
		max-height:45px;
		max-width:45px;
	}
	
	.iconeSubMenu
	{
		width:62px;
		height:62px;
	}
	
	.listaSubMenu
	{
		margin-top:31px !important;
		list-style-type:none;
		width:390px !important;
		background-color:rgba(54,167,233,0.5);
		padding:0 0 20 0px !important;
	}
	
	.containerList
	{
		padding-top:110px;
		width:100%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.titleListagem
	{
		width:100%;
		height:50px;
		font-family:OdontoCloud;
		font-size:23px;
		padding-top:5px;
		letter-spacing:1px;
		color:#36a7ea;
	}

	.iconeEdit
	{
		cursor:pointer;
		font-size:14px !important;
		color:#000;
		padding-top:2px;
	}

	.iconeDel
	{
		cursor:pointer;
		color:#F00;
		font-size:14px !important;
		padding-top:2px;
		width:35px;
	}
	
	table>tbody>tr>td
	{
		font-size:12px !important;
	}
	
	.btnUltimo
	{
		background-color:#04d991;
	}
	
	.btnPenultimo
	{
		background:#04d991; /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(left, #28b5d1 , #04d991); /* For Safari 5.1 to 6.0 */
		background: -ms-linear-gradient(left, #28b5d1 , #04d991); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(right, #28b5d1, #04d991); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(right, #28b5d1, #04d991); /* For Firefox 3.6 to 15 */
		background: linear-gradient(to right, #28b5d1 , #04d991); /* Standard syntax */
	}
	
	.btnAnteriores
	{
		background-color:#28b5d1;
	}
	
	.btnAcaoInputGravar
	{
		border-radius:3px;
		padding:8 10 18 10 !important;
		margin:8 0 0 0 !important;
		height:28px !important;
	}
	
	.textoSemInput
	{
		padding-left:10px;
		font-size:13px;
	}
	
	legend.fieldSetConjunto
	{
		font-size: 1.8 em !important;
		text-align: left !important;
		width:auto;
		margin-bottom:10px !important;
		border-bottom:none !important;
		border-bottom-width:0px !important;
		font-family:OdontoCloud;
		padding:0 10 0 10;
		color: #36a7e9;
	}
	
	.tabelaHeader
	{
		background-color:#36a7e9;
		height:30px;
		text-align:center;
		color:#FFF;
		font-size:16px;
		border-width:1px;
		border-style:solid;
		padding-top:5px;
		font-weight:100;
		font-family:OdontoCloud;
		border-color:lightgrey;
		letter-spacing:2px;
	}
	
	.fa-file-pdf-o
	{
		font-size:20px;
	}
	
	.dropdown-menuHome > li > a {
		height:40px;
		padding-top:10px;
	}
	
	.dropdown-menuHome > li > a > i {
		font-size:20px;
	}
	
	.divHelenaAssistente
	{
		width:200px;
	}
}

@media only screen and (min-device-width : 1271px)
{
	.dashboardTotal
	{
		margin-top:130px; 
	}
	
	.tamanhoGrafico
	{
		height:178px !important;
	}
	
	.tituloDashboard
	{
		height:40px;
		color:#36a7e9;
		font-family:OdontoCloud;
		font-size: 20px;
		text-align:center;
		padding-top:5px;
		letter-spacing:1px;
	}
	
	.dashboard
	{
		
	}
	
	.subDashboard
	{
		border-style:solid;
		border-width:1px;
		border-color:#999;
		height:210px;
	}
	
	.textoConfirmacaoConsulta
	{
		font-family:OdontoCloud;
		font-size: 20px !important;
		text-align:center;
	}
	
	.tituloShowWhats
	{
		font-family:OdontoCloud;
		font-size: 30px !important;
		text-align:center;
	}
	
	.textoShowWhats
	{
		font-family:OdontoCloud;
		font-size: 20px !important;
		text-align:center;
	}
	
	.contentShowWhats
	{
		font-size: 15px !important;
	}
	
	.textoConfirmacaoConsultaTitulo
	{
		font-family:OdontoCloud;
		font-size: 20px !important;
		text-align:center;
		padding-top:40px;
		padding-bottom:40px;
	}
	
	.textoConfirmacaoConsultaLegenda
	{
		font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
		text-align:center;
		padding-bottom:50px;
		padding-top:50px;
	}
	
	html, body
	{
		height:100%;
		margin:0;
		background-color:#FAFAFA;
	}
	
	.telaHome
	{
		background-position:center;
		background-size:cover;
		position:relative;
		background: linear-gradient(to right, #00DA8B, #36A7EA);
		background: -webkit-linear-gradient(right, #00DA8B, #36A7EA);
		background: -moz-linear-gradient(right, #00DA8B, #36A7EA);
		background: -ms-linear-gradient(right, #00DA8B, #36A7EA);
		background: -o-linear-gradient(right, #00DA8B, #36A7EA);
		height:100%;
		width:100%;
	}
	
	.tamanhoLogo
	{
		max-width:287px;
	}
	
	.inputArredondado
	{
		-webkit-border-radius:20px;
		-ms-border-radius:20px;
		-o-border-radius:20px;
		-moz-border-radius:20px;
		border-radius:20px;
		height:40px;
		padding-left:5px;
	}
	
	.fonteBrancaPequena
	{
		color:#FFF;
		font-size:11px;
	}
	
	.iconeTopo
	{
		padding-left:30px; 
		padding-top:20px; 
		padding-bottom:12px;
		border-right-color:#FFF;
		border-right-width:1px;
		border-right-style:solid;
		height:100px;
		width:100px;
	}
	
	.iconeFavoritoCelular
	{
		width:60px;
		height:60px; 
	}
	
	.imagemIconeFavoritoCelular
	{
		 max-height:45px;
		 max-width:45px;
	}
	
	.imagemIconeNotificacaoCelular
	{
		 height:34px;
		 width:62px;
		 padding-top:5px;
		 padding-left:5px;
	}
	
	.divAbrirMenu
	{
		position:fixed;
		right:0px;
		top:100px;
		z-index:55;
	}
	
	.textoCelular
	{
		font-size:25px;
	}
	
	.btnBotaoUsuarioLogoff
	{
		background-color:#36a7e9;
		color:#FFF;
		border-style:none;
		font-size:20px;
	}
	
	.logoCelular
	{
		padding:10px !important;
	}
	
	.divMenu
	{
		position:fixed;
		background-color:#02da8f;
		width:100%;
		min-height:70px;
		top:100px;
		z-index:49;
		right:-100%;
		transition: right 0.5s ease;
		-webkit-transition: right 0.5s ease;
		-moz-transition: right 0.5s ease;
		-ms-transition: right 0.5s ease;
		-o-transition: right 0.5s ease;
	}
	
	.listaMenu li
	{
		position:relative; 
		float:left; 
		width:100px;
		text-align:center;
	}
	
	.listaMenu li ul li
	{
		float:left;
		text-align:left;
		width:70px;
		padding:10 5 5 25;
	}
	
	.iconeMenuCelular
	{
		max-height:45px;
		max-width:45px;
	}
	
	.iconeSubMenu
	{
		width:62px;
		height:62px;
	}
	
	.listaSubMenu
	{
		margin-top:31px !important;
		list-style-type:none;
		width:390px !important;
		background-color:rgba(54,167,233,0.5);
		padding:0 0 20 0px !important;
	}
	
	.containerList
	{
		padding-top:110px;
		width:100%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.titleListagem
	{
		width:100%;
		height:50px;
		font-family:OdontoCloud;
		font-size:23px;
		padding-top:5px;
		letter-spacing:1px;
		color:#36a7ea;
	}

	.iconeEdit
	{
		cursor:pointer;
		font-size:14px !important;
		color:#000;
		padding-top:2px;
	}

	.iconeDel
	{
		cursor:pointer;
		color:#F00;
		font-size:14px !important;
		padding-top:2px;
		width:35px;
	}
	
	table>tbody>tr>td
	{
		font-size:12px !important;
	}
	
	.btnUltimo
	{
		background-color:#04d991;
	}
	
	.btnPenultimo
	{
		background:#04d991; /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(left, #28b5d1 , #04d991); /* For Safari 5.1 to 6.0 */
		background: -ms-linear-gradient(left, #28b5d1 , #04d991); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(right, #28b5d1, #04d991); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(right, #28b5d1, #04d991); /* For Firefox 3.6 to 15 */
		background: linear-gradient(to right, #28b5d1 , #04d991); /* Standard syntax */
	}
	
	.btnAnteriores
	{
		background-color:#28b5d1;
	}
	
	.btnAcaoInputGravar
	{
		border-radius:3px;
		padding:8 10 18 10 !important;
		margin:8 0 0 0 !important;
		height:28px !important;
	}
	
	.textoSemInput
	{
		padding-left:10px;
		font-size:13px;
	}
	
	legend.fieldSetConjunto
	{
		font-size: 1.8 em !important;
		text-align: left !important;
		width:auto;
		margin-bottom:10px !important;
		border-bottom:none !important;
		border-bottom-width:0px !important;
		font-family:OdontoCloud;
		padding:0 10 0 10;
		color: #36a7e9;
	}
	
	.tabelaHeader
	{
		background-color:#36a7e9;
		height:30px;
		text-align:center;
		color:#FFF;
		font-size:16px;
		border-width:1px;
		border-style:solid;
		padding-top:5px;
		font-weight:100;
		font-family:OdontoCloud;
		border-color:lightgrey;
		letter-spacing:2px;
	}
	
	.fa-file-pdf-o
	{
		font-size:20px;
	}
	
	.dropdown-menuHome > li > a {
		height:40px;
		padding-top:10px;
	}
	
	.dropdown-menuHome > li > a > i {
		font-size:20px;
	}
	
	.divHelenaAssistente
	{
	}
}

* {
	box-sizing: border-box;
}

@font-face {
    font-family: 'OdontoCloud'; /*a name to be used later*/
    src: url('/sistema/includes/fonts/BebasNeue-Regular.otf');
	src: url('/sistema/includes/fonts/BebasNeue-Regular.ttf') format('truetype');
}

.containerPower
{
	position:relative;
}

.divCentralizada
{
	position:absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	padding: 0 20px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.fonteAzul
{
	color:#25b7cd;
	font-weight:bold;
}

.logoMenu
{
	position:fixed;
	top:10px;
	cursor:pointer;
}

.divTopo
{
	position:fixed;
	background-color:#36a7e9;
	width:100%;
	min-height:100px;
	top:0px;
	z-index:50;
}


.divMenu.mostrar
{
	right:0px;
	position: fixed;
}

.iconeMenu
{
	padding-top:12px; 
	padding-bottom:12px;
	border-right-color:#FFF;
	border-right-width:1px;
	border-right-style:solid;
}

.listaMenu
{
	list-style-type:none;
}

.divMenu ul
{
	width:100%;
    height:auto;
    margin:0;
    padding:0;
    border-right:1px solid #CCC;
	color:#FFF;
	font-size:28px;
	font-family:OdontoCloud;
	letter-spacing:2px;
}

.divMenu ul li ul
{
    border-right:0px;
}

.listaMenu li:hover ul, .listaMenu li.over ul
{
	display:block;
}

.listaMenu li ul
{
	position:absolute; 
	display:none;
}

.tableList
{
	width:100%;
	margin:auto;
}

table.dataTable tr.odd { background-color:#fafafa; border:1px lightgrey; }
table.dataTable tr.even{ background-color:#e7f2f8; border:1px lightgrey; }

table.dataTable th 
{
	background-color:#36a7ea; 
	border:1px lightgrey; 
	color:#FFFFFF;
	font-family:OdontoCloud;
	font-size: 15px;
	letter-spacing:2px;
	height:30px;
	text-align:center;
}

.iconeListagem
{
	cursor:pointer;
	font-size:16px !important;
	color:#25b7cd;
}

.colIcone
{
	width:35px;
}

.btnMenuLogoff
{
	display: inline-block;
	position: relative;
}



.dropdown-menuHome > li {
    float: left;
    text-align: center;
	height:40px;
    width: 100%;
    border-radius: 0 0 3px 3px;
}

.row > div:last-child {
    padding:0px;
}

.btnAcaoInput
{
	height:28px;
}

.triangleUp 
{ 
	border-left:40px solid transparent;
	margin-top:-21px;
	border-right:40px solid transparent;
	border-bottom:21px solid;
	margin-left:12px;
	border-bottom-color:rgba(54,167,233,0.5);
	width:100px;
}

.listaSubMenu > li:first-child
{
	padding:0px;
}

.hintFullCalendar
{
	width:300px;
	height:auto;
	background:#BFCFFF;
	position:absolute;
	font-size:12px;
	padding:10px;
	border-color:#66F;
	border-width:1px;
	border-style:solid;
	border-radius:5px;
	z-index:10001;
}

.divOpcaoFiltro
{
	background-color:rgba(54,167,233,0.3);
	margin-bottom:20px;
	padding:10 20 10 20;
	border-radius:5px;
}

.filterBarDataTable
{
	margin-top:5px;
}

.tituloRelatorio
{
	background-color:#36a7ea;
	height:30px;
	font-family:OdontoCloud;
	color:#FFF;
	text-align:center;
	letter-spacing:3px;
	font-size:30px !important;
	padding:10px;
	border-color:#36a7ea;
	border-style:solid;
	border-width:1px;
}

.subTituloRelatorio
{
	background-color:#36a7ea;
	height:10px;
	font-family:OdontoCloud;
	color:#FFF;
	text-align:center;
	letter-spacing:3px;
	font-size:20px !important;
	padding:5px;
	border-color:#36a7ea;
	border-style:solid;
	border-width:1px;
}

.tituloTabelaRelatorio
{
	background-color:#e7f2f8;
	height:10px;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	letter-spacing:3px;
	font-size:14px;
	padding:5px;
	border-color:#000;
	border-style:solid;
	border-width:1px;
}

.textoRelatorio
{
	margin-top:5px;
	border-color:#000;
	border-style:solid;
	border-width:1px;
	padding:5 10 5 10;
}

.pulaLinhaTabelaRelatorio
{
	height:10px;
}

fieldset.fieldSetConjunto
{
    border: 2px solid #36a7e9 !important;
    padding: 0 1.4em 0em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
	-moz-box-shadow:  0px 0px 0px 0px #000;
	-ms-box-shadow:  0px 0px 0px 0px #000;
	-o-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

.subTabelaHeader
{
	background-color:#e7f2f8;
	height:30px;
	text-align:center;
	color:#000;
	font-size:14px;
	border-width:1px;
	border-style:solid;
	font-weight:100;
	border-color:lightgrey;
}

.subTabelaCell
{
	color:#000;
	padding:3 5 3 5;
	font-size:14px;
	border-width:1px;
	border-style:solid;
	border-color:lightgrey;
}

.tabelaCellComBorda
{
	color:#000;
	padding:3 5 3 5;
	font-size:14px;
	border-width:1px;
	border-style:solid;
	border-color:lightgrey;
}

.tabelaCellSemBorda
{
	color:#000;
	padding:3 5 3 5;
	font-size:14px;
}

.divTraining
{
	width:100%;
	height:100%;
	position:relative;
	background-color:rgba(0,0,0,0.6);
	z-index:51;
}

.divTextoTraining
{
	z-index:51;
	-webkit-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

.divSetaTrainingRight
{
	position:absolute;
	bottom:150;
	color:#FFF;
	right:30;
	font-size:50px;
	z-index:10000;
	cursor:pointer;
}

.divSetaTrainingLeft
{
	position:absolute;
	color:#FFF;
	left:30;
	bottom:150;
	font-size:50px;
	z-index:10000;
	cursor:pointer;
}

.close1
{
	font-size:25px !important;
}

alert-dismissable .close, .alert-dismissible .close1{position:relative;top:-2px;right:-21px;color:inherit}
.close1:focus,.close1:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}
button.close1{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}
.close1{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}
