.env-profile {}


.full-page, .mp-profile .grid-x {max-width: none}

.profile-avitar {
    border-radius: 50%;
    margin: 0.82em;
    width: 5.5rem;
}
.env-profile .logo-outline {
    width: 4.5rem;
    margin-right: 0.82em;
    float: right;
}

.title-bar {
  background: white;
}

.title-bar-title {color: black ; font-weight: 100}


.mp-profile .page-title {
    padding: 0;
    color: #bebebe;
    text-indent: -0.6rem;
}
.mp-profile h2 {
    font-size: 2.1rem;
}

.mp-profile table tbody tr:nth-child(2n) {
    border-bottom: 0;
    background-color: #f1f1f1;
}

.mp-profile th {
    font-weight: 100;
    font-size: 0.6rem;
    text-transform: uppercase;
    font-family: arial;

}

.receipt-thumb img {
	 -webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#fafafa;
	border:1px solid #eee;
	height: 3.9rem

	
}

.btn-newexpense {
    font-family: arial;
    border: 2px solid #5ab700;
    max-width: 160px;
    float: right;
    font-size: 0.8rem;
}
.btn-newexpense a { color: #5ab700;}
.btn-newexpense a:hover {  background-color: #5ab700 ; color:white}


.mp-profile .dropdown.menu > li.is-dropdown-submenu-parent > a:link{
    color: #5ab700;
    }
    
}.mp-profile .dropdown.menu > li.is-dropdown-submenu-parent > a:hover{
    background-color: #5ab700;
    color: white;
}

.mp-profile .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #5ab700 transparent transparent;
}


.p-status {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 10px;
  background: #3498db;
  padding: 3px 10px 4px 10px;
  text-decoration: none;
}

.p-status:hover {
  text-decoration: none;
}


.mp-profile .tabs-title > a {
    font-size: 1.05rem;
}


.datepicker-panel {
	font-family: sans-serif;
	font-size: 120%;
}

.dropzone {
    min-height: 150px;
    border: 1px dashed rgba(0, 116, 255, 1);
    background: white;
    padding: 20px 20px;
}




/*

.fa::before {
	float: left;
	margin-top: 12px;
	width: 20px;
}

.menu-profile ul li.fa.fa-lg a {
	font-family: 'Slabo 27px', serif;
	font-size: 0.8em;
}
*/