.modal-body {
    padding: 2rem 1.5rem 1rem 1.5rem !important;
}

.modal-body .close {
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 24px;
    color: #ccc;
	outline:none;
}
.modal-body .close:hover {
	color: #555;
}

.modal-body .modal-footer button, .modal-body .modal-content button {
    text-transform: uppercase !important;
	outline:none;
}

.modal-footer .btn-cancel {
    margin: 6px 0px 0px 0px !important;
}

.modal-footer button:hover {
    text-decoration: none !important;
}

hr {
  margin-top: 1.8rem;
  margin-bottom: 1.3rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.card-new {
	margin: 0px;
}

.card-header .close {
	position: absolute;
	right: 10px;
	top: 9px;
	outline: none;
}

/*
.card-body .row:first-child {
  margin-top: 10px;
}

.card-body .row:last-child {
  margin-bottom: 0px;
}
*/

.card-body .row {
	/*
	margin-bottom:10px;
	*/
}

.card-footer {
    background-color: #fff;
 }
 
 .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: #fff !important;
	border-bottom: 4px solid #ccc !important;
	border-radius: 0px !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    cursor: no-drop;
}