/* CSS stylesheet */
#img-header{
	width:100px;
	height:50px;
	padding-left:10px;
}
.page-title{
	margin-left:3%;
	margin-bottom:30px;
}
.page{
	margin-left:3%;
	margin-right:3%;
}
.logged{
	float:right;
	margin-right: 10px;
	margin-top:1%;
}

.logo{
	width:200px;
	height:50px;
	background-color: red;
}
.container-login {
    display: table;
    min-width: 300px;
    margin: 0 auto;
    margin-top:10%;
    max-width: 300px;
}
.acoes a{
	padding-left: 2px;
}
#formulario{
	width:75%;
	margin-left:13%;
}
#formulario_servico{
	width:75%;
	margin-left:13%;
}


#cliente-glyph{
	font-size:  1.5em;
	position:relative;
}

#cliente-nome{
	margin-left:100px;
}
.textarea{
	width:100%;
	height: 200px;
}

.table{
	margin-top:15px;
}

.adicionar{
	text-align:center;
}

.btn-add{
	float:right;
}

.back-btn{
	text-decoration: none;
	color:black;
	display: inline;
	float:left;
	margin-top:1.2%;
}

.warning{
	font-style: italic;
	color:red;
}
.img-element{
	width:20%;
	height:20%;
	padding: 0 1%;
	text-align: center;
	margin-bottom: 10px;
	float:left;
}
.img-element .foto{
	width:100%;
	height:80%;
	background-color: black;

}
.img-element .foto img{
	width:100%;
	height:100%;
}
.img-element .opcoes{
	float:left;
	width:100%;
	height:20%;
	padding: 0 20%;
}
.img-element .opcoes img{
	width:21px;
	height:21px;
}
.img-element .opcoes a{
	width:21px;
	height:21px;
}
.closer{
	margin-left:10px;
	text-decoration: none;
}
.box{
	width: 100%;
    border-bottom: 1px dotted;
}
.box .titulo{
	padding-left:2%;
	font-style: italic;
	font-weight: bold;
}
.box .text{
	padding-left:4%;
	padding-right:2%;
	text-align: justify;
}
.box .autor{
	font-style: italic;
	padding-right: 2%;
}
#toPaciente{
	width:90%;
	height:135px;
	visibility:hidden;
	background-color: white;
	position:absolute;
	margin-left:2.5%;
	z-index:9999;
	border:1px #CCCCCC;
	border-style:outset;
	border-radius: 10px;
	box-shadow: 0px 5px 10px #CCCCCC;
}
.bg-primary{
	padding: 5px;
	height: 30px;

}
.divOpcoes {
	width: 25%;
	float: left;
	padding: 4px 0;
}
.checkButton{
	width: auto;
	padding: 5px;
	display: inline-block;
	float: left;
}
.labelCheckButton{
	width: auto;
	float: left;
	padding: 0 3px;
}
@media (max-width: 800px){
	#img-header{
		visibility: hidden;
	}
}
.darktrbg{
	background-color: #555555;
	color: white;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


.menu-mob{display: block;margin-top:-55px; width: 100%; float: left; background: #2e2d2b ; text-align: center; position: fixed; z-index: 1000;}
#open-menu-mob{}
#open-menu-mob img{margin: 3px 0 auto; clear: both;}
#close-menu-mob{display: none;}
#close-menu-mob img{margin: 3px 0 auto; clear: both;}
    .menu-open{width: 100%; float: right; display: none; background: rgba(255,255,255,0.1);}
        .menu-open a{width: 100%; float: left; color: #fff; line-height: 24px; border-bottom: 1px solid rgba(0,0,0,0.6); border-top: 1px solid rgba(255,255,255,0.2); padding: 5px 0; box-sizing:border-box; text-align: center; font-size: 20px;}
            .menu-open a:hover{color: #000; background: #eee;}

#lista-permissoes{
	justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 10%;
    flex-wrap: wrap;
}
#lista-permissoes div{
	font-size: 10px;
	width: 25%;
	display: inline-block;
}

/*
 * Algumas classes do Bootstrap 4.
 */
.mr-0 {
	margin-right: 5px;
}

.mr-1 {
	margin-right: 10px;
}

.ml-1 {
	margin-left: 10px;
}

.mt-1 {
	margin-top: 10px;
}

.mt-2 {
	margin-top: 20px;
}

.mt-3 {
	margin-top: 30px;
}

.mb-1 {
	margin-bottom: 10px;
}

.mb-2 {
	margin-bottom: 20px;
}

.p-1 {
	padding: 10px;
}

.botao-acao {
	padding: 0;
	background-color: white;
	border: none;
}

.d-flex {
	display: flex;
}

.align-items-center {
	align-items: center;
}

.align-items-end {
	align-items: flex-end;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-end {
	justify-content: flex-end;
}

.flex-column {
	flex-direction: column;
}

.flex-row {
	flex-direction: row;
}

@media (min-width:768px) {
	.flex-md-column {
		flex-direction: column;
	}

	.flex-md-row {
		flex-direction: row;
	}

	.mb-md-0 {
		margin-bottom: 0;
	}
}

.bg-light {
	background-color: #f3f3f3;
}

.bloco-formulario {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.editando {
	background-color: beige;
}