/* Reset */
html, body, div {
	border: 0;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
	font-size: 14px;
}

body {
	display: flex;
	flex-direction: column;
}

/* Box-sizing border-box */
*, *:before, *:after {
	box-sizing: border-box;
}

/* Set up a default font and some padding to provide breathing room */
body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	letter-spacing: 0.01em;
	line-height: 20px;
	margin-bottom: 1em;
	margin-top: 1em;
}

ul {
	margin: 10px 0 0;
	padding: 0 0 0 20px;
}

li {
	font-weight: 300;
	margin-top: 4px;
}

.modal-header {
	background-color: #1f6b45;
	color: white !important;
}

.modal-header button {
	color: white;
}

.vertical-middle {
	vertical-align: middle !important;
}

.dia-selecionavel, .dia-nao-desbloqueavel {
	cursor: pointer;
	border-radius: 50%;
	margin: 1px;
	font-size: 12px;
	line-height: 28px;
	color: #888;
}

.dia-nao-bloqueavel, .dia-nao-desbloqueavel {
	color: #cccccc;
	cursor: default;
}

.dia-nao-bloqueavel:not (.dia-bloqueado ):hover {
	background-color: inherit !important;
}

.dia-bloqueado {
	background-color: #ffb6c1;
	cursor: default;
}

.dia-bloqueado-coordenador {
	background-color: #20b2aa;
	cursor: default;
}

.dia-selecionavel:hover:not (.dia-bloqueado ), .dia-selecionado-bloqueio:not
	(.dia-bloqueado ), .dia-selecionavel:hover:not (.dia-bloqueado-coordenador
	), .dia-selecionado-bloqueio:not (.dia-bloqueado-coordenador ) {
	background-color: #FFF9B6;
}

.only-viewer:hover:not (.dia-bloqueado ), .only-viewer:hover:not (.dia-bloqueado-coordenador
	) {
	background-color: transparent;
}

.dias-da-semana-header {
	background-color: #F1F1F1;
	height: 28px !important;
	padding: 2px;
	font-size: 12px;
	font-weight: 600;
	color: #777;
}

.mes-container {
	margin: 10px;
	background-color: #F9F9F9;
	border-radius: 4px;
	height: 255px;
	/* overflow: hidden; */
}

.mes-header {
	background-color: #11462B;
	color: #ffffff;
	font-weight: bold;
}

.semanas-container {
	margin: 4px;
}

.footer-bloqueios {
	width: auto !important;
	margin: auto !important;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #aaaaaa;
}

.legenda-bloqueio {
	cursor: default !important;
}

/* DESBLOQUEIOS */
.dia-desbloqueavel {
	color: #7d7777;
	font-weight: 600;
	background-color: #FFF9B6;
}

.dia-desbloqueavel:hover {
	cursor: pointer;
	background-color: #FFF998 !important;
}

.empty-array-msg {
	padding: 10px;
	border: 1px dashed #ccc;
	color: #999;
	text-align: center;
	width: 90%;
	margin: auto;
	margin-top: 20px;
}

.legenda-bloqueado-plantonista {
	height: 20px;
	width: 20px;
	background-color: #ffb6c1;
	border-radius: 50%;
	display: inline-block;
	margin-top: 5px;
}

.legenda-bloqueado-coordenador {
	height: 20px;
	width: 20px;
	background-color: #20b2aa;
	border-radius: 50%;
	display: inline-block;
	margin-top: 5px;
}

.ng-table th {
	text-align: left;
}

@media ( max-width : 767px) {
	.locks__container select {
		max-width: 100% !important;
	}
}