body {
	background-color: #f9f9f9 !important;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";		
}
p {
	font-size: 0.875rem;
	color: black;
}
a {
	color: #BD8DC3;
}
a:hover {
	color: #BD8DC3 !important;
	text-decoration: underline;
}
a:visited {
	color: #BD8DC3;
}
label, li, span {
	font-size: 0.875rem;
	color: #656565;
}
li {
	margin-bottom: 5px;
}
input[type=text], select {
  	border: 0.0625rem solid #ccc;
  	border-radius: 0.25rem;
}
input[type="text"]::placeholder { /* Firefox, Chrome, Opera */ 
    color: #CCCCCC; 
} 
input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #CCCCCC; 
}   
input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #CCCCCC;  
} 
th {
	font-size: 0.90rem;
}
.card 
{
	-webkit-box-shadow: 0px 3px 44px -9px rgba(232,232,232,1);
	-moz-box-shadow: 0px 3px 44px -9px rgba(232,232,232,1);
	box-shadow: 0px 3px 44px -9px rgba(232,232,232,1);
}
.f-header
{
    background-color: #68157C;
	padding: 0.5rem 0rem;
}
.btn-info {
	padding-top: 0.7rem;
}
h6 i {
	font-size: 1.2rem;
}
.btn-primary
{
	background-color: #68157c;
	border-color:  #68157c;
}
.btn-primary:hover 
{
	background-color:#801F9F;
	border-color:  #68157c;
}
.succesful {
	background-color: #3cb538;
	color: white;
	padding: 1rem;
}
.succesful-color {
	color: #3cb538;
}
.info-user {
	background-color: #efefef;
    color: #9f19a7;
}
.error {
	background-color: #e25865;
	color: white;
}
.f-morado { color:#9f26b5;}

.table .thead-dark th {
	background-color: #702A7C;
	border-color: #772886;
	font-weight: 400;
        white-space: nowrap;
}
.port-num {
	font-size: 1.1rem;
    font-weight: 600;
    color: #6f2b7c;
}
.table-secondary, .table-secondary>td, .table-secondary>th {
	background-color: #eaeaea;
	font-weight: 500;
	font-size: 1rem;
}