.modal .modal-content {
	border-radius: 10px;
	/*background-color: transparent;*/
}
.modal-dialog {
	border-radius: 10px;
	overflow: hidden;
}
.modal.dark .close {
	color: #808080;
	text-shadow: none;
	outline: none;
	font-weight: 100;
	font-size: 2em;
	line-height: 20px;
}

.modal .modal-footer {
	border-radius: 0px 0px 10px 10px;
	justify-content: space-between !important;
}

.modal.dark .modal-body,.modal-footer {
	background-color: #ffffff;
}

.modal .modal-content:not(.modal-footer) .modal-body {
	/*border-radius: 0px 0px 10px 10px;*/
}

.modal.dark .modal-header {
	background-color: #1C1C1C;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 0px !important;
}

.modal-title {
	text-transform: uppercase;
	padding-left: 10px;
	font-size: 1.25rem;
	line-height: 30px;
	font-family: 'Microsoft YaHei', 'Microsoft Tai Le', 'Sans Serif' !important;
}
	.modal-title.text-light {
		color: #808080 !important;
	}
.modal-title img {
	float: left;
	margin-right: 10px;
	height: 30px;
	width: auto;
	border-radius: 5px; 
}
.modal-title.text-light span:not(.dark) {
	color: #ffffff;
}

.modal .footer-msg {
	font-size: 0.9em;
	line-height: 15px;
}

.modal.dark .modal-footer {
	background-color: #1C1C1C;
	border-radius: 0px 0px 10px 10px;
	top: 0px !important;
}

.btn-modal {
	cursor:pointer;
	background-color: #002242;
	border: 1px solid #002242;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-left: 10px;
	font-size: 15px;
	line-height: 15px;
	height: 30px;
}

.btn-modal-light {
	cursor:pointer;
	background-color: #f8f9fa;
	border: 1px solid #f8f9fa;
	/*color: #fff;*/
	padding: 5px 10px;
	border-radius: 5px;
	margin-left: 10px;
	font-size: 15px;
	line-height: 15px;
	height: 30px;
}


/*
### MODAL ALERTA
*/
.modal.alerta {
	color:#ffffff;
	font-size: 1.15em;
}
.modal.alerta .modal-content {
	border-radius: 10px;
	background-color: #002242;
}
	.modal.alerta.erro .modal-content {
		background-color: #9A0000;
	}
.modal.alerta .modal-footer {
	border:none;
	justify-content: center !important;
	background-color: #002242;
}
	.modal.alerta.erro .modal-footer {
		background-color: #9A0000;
	}



.btn-alerta {
	text-transform: uppercase;
	cursor:pointer;
	background-color: #ffffff;
	border: 1px solid #002242;
	color: #002242;
	padding: 5px 10px;
	border-radius: 5px;
	margin-left: 10px;
	font-size: 15px;
	line-height: 15px;
	height: 30px;
	outline: 0;
	border: 0;
}
	.modal.alerta.erro .btn-alerta {
		color: #9A0000;
	}
.btn-alerta:focus {
	outline:0;
}


/*
### MODAL PROGRAMAÇÃO
*/
.periodo-borda img {
	max-width: 115px;
	max-height: 115px;
	width: 10em;
	height: 10em;
	border-radius: 50%;
	border: solid 1px #333333;
}
.modal .programacao .periodo {
	font-size: 2.5em;
}
.modal .programacao .dias-semana {
	font-size: 1.5em;
}
.v-only-checked {
	transition: 0.2s;
}
.dia-sem:not(.ativo) .v-only-checked {
  visibility: hidden;
}




.modal.dark .modal-content {
    background-color: #000000 !important;
}
.bg-black {
    background-color: #000000 !important;
}
.modal.dark .modal-header {
    
}


.modal.dark .modal-dialog {
	box-shadow: 0px 2px 20px #1C1C1C;
}


.modal.dark .btn-close {
	margin-right: 5px;
	color: transparent;
}