/*
* Add child theme CSS Rules
*/

.top-menu>ul.sf-menu>li.menu-item-30 {
	background: #00427f;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 10px #00427f;
	-moz-box-shadow: inset 0 0 10px #00427f;
	box-shadow: inset 0 0 10px #00427f;
}
.top-menu>ul.sf-menu>li.menu-item-30 > a {
	color: #FFF;
}

td {
	border: 1px solid #e5e5e5;
	padding: 6px 10px 6px 6px;
	vertical-align: middle;
}
.top-menu {
	margin-top: 15px;
}
pre {
	border: 0;
}
#wpmem_reg .noinput {
	background: #EEE;
	width: auto !important;
}
.small_footer_wrapper {
	padding: 15px 0;
	text-align: right;
}

/* Table Styles */

.tablestyles {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.tablestyles table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	max-width: 100%;
	height:100%;
	margin:0px;padding:0px;
}
.tablestyles tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.tablestyles table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.tablestyles table tr:first-child + tr {
	background: #00427f;
	color: #FFF !important;;
}
.tablestyles table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}
.tablestyles tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
.tablestyles tr:hover td {
	
}
.tablestyles tr:nth-child(odd) { 
	background-color:#f2f2f2;
}
.tablestyles tr:nth-child(even) {
	background-color:#ffffff;
}
.tablestyles td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
}
.tablestyles tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.tablestyles tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.tablestyles tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tablestyles tr:first-child td {
	background:-o-linear-gradient(bottom, #00427f 5%, #00427f 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00427f), color-stop(1, #00427f) );
	background:-moz-linear-gradient( center top, #00427f 5%, #00427f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00427f", endColorstr="#00427f");
	background: -o-linear-gradient(top,#00427f,00427f);
	background-color:#00427f;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.tablestyles tr:first-child:hover td {
	background:-o-linear-gradient(bottom, #00427f 5%, #00427f 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00427f), color-stop(1, #00427f) );
	background:-moz-linear-gradient( center top, #00427f 5%, #00427f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00427f", endColorstr="#00427f");
	background: -o-linear-gradient(top,#00427f,00427f);
	background-color:#00427f;
}
.tablestyles tr:first-child td:first-child {
	border-width:0px 0px 1px 0px;
}
.tablestyles tr:first-child td:last-child {
	border-width:0px 0px 1px 1px;
}

.theme_social_icons ul li {
	width: 16px !important;
	display: inline-block !important;
	clear: initial !important;
	border: 0 !important;
	margin-top: 0 !important;
	padding: 0 !important;
}
.theme_social_icons ul li a {
	width: 16px !important;
}
#footer input[type="text"], #footer input[type="password"], #footer input[type="email"], #footer input[type="tel"], #footer input[type="url"], #footer textarea {
	background: #999;
	color: #000;
}

@media (max-width:979px) {
	#sidebar ul.menu li:hover a, #sidebar ul.menu li.current-menu-item a, #sidebar ul.menu li.current_page_item a {
		color: #000;
	}
	table {
		overflow-x: auto;
		display: block;
	}
}