/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.um-search-submit .um-alt{
	top: -500px;
}

.branding img{
	max-width: 60% !important;
}

.um-header.no-cover{
	/* display: none; */
}

.um-profile-edit-a{
	display: none;
}

.real_url, .msgLink{
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  float: right;
}
.real_url:hover, .msgLink:hover{
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.table.table-agenda tr{
	min-height: 200px;
}

.um-cover-overlay{
	display: none !important;
	pointer-events: none;
}
.um-cover.um-trigger-menu-on-click{
	pointer-events: none;
}

.um-search.um-search-1{
	width: 50% !important;
	margin: 0 auto;
	padding: 0 !important;
}

.select2-selection__clear{
	display: none;
}

/* FRONT END PM CSS */

.fep-odd-even > div:nth-child(odd){
	width: 50%;
	float: left;
	min-height: 200px;
}

.fep-odd-even > div:nth-child(even){
	width: 50%;
	float: left;
	min-height: 200px
}

#fep-menu-announcements{
	display: none !important;
}

.fep-messagebox-search-form-div{
	display: none !important;
}

#fep-content{
	margin-top: 30px;
}

.fep-bulk-action{
	display: inline;
}

.fep-filter{
	float: right;
}

.fep-message-title{
	pointer-events: none;
}
.fep-message-content{
	display: block !important;
}