/* overrides added for new theme */
#PopupSignupForm_0 {
	display: none !important;
}
body.page input[type=reset], 
body.page input[type=button] {
	padding: 10px 30px;
	font-weight: 800 !important;
	text-transform: uppercase !important;
}

select#ad_type {
	/* font-size: 11pt; */
	height: 75px !important;
}

body.page form.arcpb ul li {
	list-style-type: none !important;
}

.updated, .error {
	font: bold 12pt helvetica,arial,sans-serif;
}
.updated {
	color: #090;
}
.error, .req {
	color: #F00;
}

form.arcpb label,
form.arcpb input {
	cursor: pointer;
}

/* .grid td:hover {
	background-color: #777;
	cursor: pointer;
}
 */
/* end overrides */

body.wp-admin .wrap {
	border:none;
	background:inherit !important;
	box-shadow:none;
	border-radius:none;
}
.ic-portal {
	position: relative;
	padding:1em;
	font: bolder 11pt helvetica,arial,sans-serif;
	text-align: center;
	display: inline-block;
	border-radius: 10px;
	border: solid 1px #373737;
	width: 235px;
	height: 235px;
	margin: 0 5px 0 0;
	background-color: #ffffafa;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsize;
}
.ic-portal span {
	position: absolute;
	bottom: 3px; left: 0;
	width: 235px;
	text-align: center;
}
.ic-portal:hover {
	background-color: #e7e7e7;
	border-color: #fe1020;
}
.ic-portal img {
	width:135px; 
	height: 135px;
	margin: 0 auto;
}
.ic-portal .list {
	width: 200px;
	font-size:12px;
	list-style-type:circle;
	text-align:left;
	margin: 10px;
	clear: right;
}
.add-new-h2, .wrap .add-new-h2:active {
  margin-left: 4px;
  padding: 4px 8px;
  position: relative;
  top: -3px;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #c0c0c0;
  text-shadow: none;
  font-weight: 600;
  font-size: 13px;
}
.wrap .add-new-h2:hover{
  background:#5689B2;
  color:#fff
}
.adIconBar {
	display:block;
	float:right;
	padding:2px;
}
.hrefIcon {
	display:inline-block;
	width:35px; 
	height:35px;
	text-decoration:none;
	font-size:35px;
	padding:0 !important;
	margin:0 2px;
}
.hrefIcon i {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	cursor: pointer;
	color:#cf5500;
}
#hrefReports i { color: #914AD3 }
#hrefReports.hrefIcon { }
#hrefHome.hrefIcon {  }
#hrefHome i { color: #5689B2 }
#hrefCustomize i { color: #29BD01 }
#hrefAds i { color: #CC6600 }
.exit { float: right }
.exit i { color: #322 }
.fa-sign-out { color: #322 }
/**  Grid
--------------------- */
.grid {
	min-width: 97%;
	position: relative;
	padding: 4px 8px;
}

.grid thead th {
	background-color: #5689B2;
	color: #fffafa;
	font-size: 16pt;
	text-align: left;
	text-indent: 1em;
	text-transform: uppercase;
}

.grid th,.grid td {
	padding: 10px;
	text-align: left;
	font-size: 14px !important;
	font-weight: normal;
	vertical-align: top;
}

.grid td a {
	color: #FF3100
}

.grid td a:hover {
	color: #67f
}

.grid:not(.sections) tbody tr:nth-child(odd) {
	background-color: #fff;
	color: #000 !important;
	border-bottom: solid 1px #679;
}

.grid:not(.sections) tbody tr:nth-child(even) {
	background-color: #e7e7e7;
	color: #333 !important;
	border-bottom: solid 1px #679;
}

.grid.sections tbody tr:nth-child(odd) {
	background-color: inherit;
}

.grid.sections tbody tr:nth-child(even) {
	background-color: inherit;
}

table.sortable tbody tr td:last-child {
	background: transparent url(/wp-content/plugins/waio/admin/images/sort-handle.png) no-repeat center center;
	cursor: move;
}