td, th {
  padding: 0;
}

.card.card-line {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}

.label {
    font-weight: 400;
    line-height: 1;
}

select[multiple], select[size] {
    height: auto
}

.form-control{
    padding: 6px 12px;
    font-size: 14px;
}

.bold-icon {
    font-size: 2rem;
    padding-right: 2rem;
}

.bold-icon-danger {
    text-shadow: 0px 0px 1px  #D74025;
    font-size: 1.5rem;
    padding-right: 0.7rem;
}

.alert {
    padding-top: 15px;
}

.card-body{
    padding: 15px;
}
.custom-close {
    float: right;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    background: none;
    border: none;
    opacity: 0.6;
    padding: 0;
    margin: 0;
}
.custom-close:hover {
    opacity: 1;
    cursor: pointer;
}
@media ( min-width :768px) {
	.modal-dialog {
		max-width: 600px;
		margin: 30px auto
	}
}
.modal-header{
    flex-direction: row-reverse;
}
