body {
    background-color: #ececec;
    font-family: 'Lato';
}

a {
    text-decoration: none !important;
}

a:hover {
    color: #333;
}

.landing-logo{
  width: 30px;
}

.sqreen-logo{
  width: 100px;
  border-radius: unset;
}

.fa-btn {
    margin-right: 6px;
}

.mp-div{
  font-size: 16px;
}

.btn-primary-mp {
	background-color: #df6c4f;
	color: #fff;
}

.btn-link-mp{
	color: #333;
}

.navbar-brand-mp {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 22px;
  line-height: 20px;
	color: #777;
	text-decoration: none;
}

.logo-title-mp{
	text-decoration: none !important;
	color: #df6c4f !important;
	font-size: 3.5em;
	text-align: center;
}

.logo-subtitle-mp{
	font-size: 1.2em;
	margin-bottom: 25px;
	color: #252839 !important;
	text-align: center;
}

.checkout-subtitle-mp{
  font-size: 2em;
  margin-top: 50px;
  margin-bottom: 0px;
  color: #252839 !important;
  text-align: center;
}

.fa-btn{
    margin-right: 6px;
}

.skin-metricplans .sidebar-menu > li > a.news{
	padding-bottom: 2px;
}

.skin-metricplans .sidebar-menu > li:hover > a.news, .skin-metricplans .sidebar-menu .news > li.active > a.news {
    color: #252839;
    background: #ececec;
    border-left-color: #ececec;
}

.main-sidebar .user-panel .usericoncircle {
    background: #80bfff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
}

.entity_name{
    font-size: 0.85em;
    text-align: center;
}

.mp-orange{
	color: #df6c4f !important;
	text-decoration: none !important;
  font-weight: 700;
}

.mp-dkblue{
	color: #252839 !important;
	text-decoration: none !important;
  font-weight: 700;
}

.form-control {
  resize:none;
}

.messages{
  font-weight: 400;
  color: #df6c4f !important;
}

.messages-profile{
  font-weight: 400;
  color: #233237;
  padding-left: 0px;
  padding-bottom: 15px;
}

.btn-mp{
  background-color: transparent;
  border: 1px solid #df6c4f !important;
  color: #df6c4f;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #df6c4f !important;
}

.form-control:focus {
    border-color: #df6c4f !important;
    box-shadow: none;
}

.mp-hide{
  display:none !important;  
}

.mp-flex-center-vertically {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 400px;
}

.box-footer{
  color: #df6c4f !important;
}

.mp-alert-guide{  
  background-color: #CCD1D1;
  opacity: 0.90;
}

.alert-dismissible .close{
  top: -10px !important;
}

.alert a{
  color: #252839 !important;
}

.mp-guide{
  font-size: 20px;
  color: #252839;
}

.mp-check-green{
  color: green;
}

.jsgrid-alt-row > .jsgrid-cell {
    background: #fbede9;
}