/**
* GENERAL 
----------------------------*/
#container:after, #header:after, #main:after, #main-fullwidth:after, #footer:after, .clearfix:after { 
    content:"\0020"; display:block; height:0; clear:both; visibility:hidden; overflow:hidden;
}
#container, #header, #main, #main-fullwidth, #footer, .clearfix { display:block; }
.clear {clear:both;}
/* Headings */
h1,h2,h3,h4,h5,h6 { 
    font-weight: normal;
    margin: 0px;
    line-height: 1em;
}
/* Paragraps */
/* Tables */
.table-wrap {
	width:100%;
	overflow-x: scroll;
}

table { 
    margin-bottom: 20px;
    width:100%;
	max-width:100%;
	border: none !important;
	border-spacing: 0px;
	overflow-x: scroll;
}
th, thead td {
	background:#002147 !important;
	color:#FFF;
	text-align: start;
	padding:5px 10px;
	font-weight:400;
	border: none !important;
	
 }
thead th {
}
td,caption {
	border: none;
	border-bottom:#edf3f5 4px solid;
	padding:10px 10px;
	background:#FFF;
	 }
	 
tr:nth-child(even) td {
	background:#f9fbfc;
}
tfoot {}
caption { }
/* Lists */
li ul, li ol { margin: 0; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl { margin: 0 0 20px 0; }
dl dt { font-weight: bold; }
dd { margin-left: 20px;}
.entry ul {
	margin-right:30px;
}
.entry ul li {
	list-style:square;
}
/* Misc */
blockquote  { 	
    margin: 20px;
    color: #666;
    font-style: italic;
}
pre { 
    margin: 20px 0;
    white-space: pre;
}
pre,code,tt { 
    font: 13px 'andale mono', 'lucida console', monospace;
    line-height: 18px;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
/******************MENUS**************/
.menus, .menus * {
    margin:	0;
    padding: 0;
    list-style:	none;
    list-style-type: none;
    line-height: 1.0;
}
.menus ul,
.menu ul{
    position: absolute;
    top: -999em;
    width: 100%;
}
.menus ul li,
.menu ul li {
    width: 100%;
}
.menus li:hover,
.menu li:hover {
    visibility:	inherit;
}
.menus li,
.menu li {
	display: inline-block;
    position: relative;
}
.menus a,
.menu a {
    display: block;
    position: relative;
}
.menus li:hover ul,
.menu li:hover ul {
    right: 0;
    top: 100%; /* match top ul list item height */
    z-index: 99;
}
.menus li:hover li ul,
.menus li.sfHover li ul {
    top: -999em;
}
.menus li li:hover ul,
.menus li li.sfHover ul {
    right: 100%; /* match ul width */
    top: 0;
}
.menus li li:hover li ul,
.menus li li.sfHover li ul {
    top: -999em;
}
.menus li li li:hover ul,
.menus li li li.sfHover ul {
    right: 100%; /* match ul width */
    top: 0;
}
/**
* Some Default and WP required styles.
-------------------------------------------------------------- */
blockquote {
    overflow: hidden;
    padding-left: 9px;
    font-style: italic;
    color: #666;
    border-left: 3px solid #CADAE7;
}
img.wp-smiley {
    max-height: 12px;
    margin: 0;
    padding: 0;
    border: none;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
	text-align:center;
}
.wp-caption {
    background: #eee;
    border: 1px solid #ddd;
    text-align: center;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
.gallery-caption {
}
.sticky {
}
/**
* Add padding to images in the posts
----------------------------*/
.post img.alignleft {
    margin: 0 10px 10px 0;
}
.post img.alignright {
    margin: 0 0 10px 10px;
}
.post img.aligncenter {
    margin-bottom: 10px;
}
/**
* Wp Calendar
----------------------------*/
#wp-calendar {
    empty-cells: show;
    font-family: Arial, Helvetica, Sans-serif;
    margin: 0;
    font-weight: normal;
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
}
#wp-calendar caption {
    padding: 4px 0;
    text-transform: uppercase;  
    margin: 2px 0 2px 0;
    background: none;
}
#wp-calendar th {
    font-style: normal;
    background: none;
}
#wp-calendar td {
     padding: 4px 0;
    text-align: center;
    
}
.error {
	text-align: center;
	color: #fff;
    font-weight: bold;
	background: Red;
	padding: 8px;
    font-size: 12px;
	margin: 0 0 10px 0;
}
