* {box-sizing: border-box;}

#nav-container {
  background-color:#00609c;
  position: fixed;
  width: 100%;
  z-index: 99;
}

#nav-container ul li{
    animation: fadein .75s;
    -moz-animation: fadein .75s; /* Firefox */
    -webkit-animation: fadein .75s; /* Safari and Chrome */
    -o-animation: fadein .75s; /* Opera */
}

#logo { 
  float: left;
  display: inline-block;
  min-width:2%;
  max-width:2.5%;
}

.mobile {
  display: none;
}

.nav { font-family: 'Raleway', sans-serif; font-size:18px; width:100%; background:#00609c; text-align:center; }

.nav ul:before,.nav ul:after {
    content:"";
    display:table;
}
.nav ul:after {
    clear:both;
}
.nav ul {
    list-style:none;
    margin:0;
    padding:0;
    background:#00609c;
    display:inline-block;
    position:relative;
}

.nav li {
    position:relative;
    display:inline-block;
    text-align:center;
}
.nav a {
    position:relative;
    display:inline-block;
    padding:10px 20px;
    color:#fff;
    border-left:1px solid #00609c;
    text-decoration:none;
    text-align:center;
}
.nav a:hover {
    text-decoration:none;
    background:#00609c;
    color:#d9d9d9;
}
.nav li ul {
    background:#00609c;
    position:relative;
}
.nav li ul li {
    width:100%;
    float:none;
}
.nav li ul a {
    border:none;
}

.nav li ul {
    position:absolute;
    left:0;
    top:36px;
    z-index:1;
    visibility:hidden;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:200ms ease;
    -moz-transition:200ms ease;
    -o-transition:200ms ease;
    transition:200ms ease;
}
.nav ul > li:hover ul {
    visibility:visible;
    opacity:1;
    filter:alpha(opacity=100);
}

.nav ul li {
    position: relative;
}
.nav ul li ul {
    width: 100%;
    float:none;
    text-align:center;
}

.nav a::before,
.nav a::after {
	display: inline-block;
	opacity: 0;
	-m-transition: -m-transform 0.3s, opacity 0.2s;
	-o-transition: -o-transform 0.3s, opacity 0.2s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.nav a::before {
	margin-right: 10px;
	content: '[';
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.nav a::after {
	margin-left: 10px;
	content: ']';
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.nav a:hover::before,
.nav a:hover::after,
.nav a:focus::before,
.nav a:focus::after {
	opacity: 1;
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

.brrread { display:inline-grid; width: -webkit-calc(100% - 850px);width: -moz-calc(100% - 850px);width: calc(100% - 850px); }

.mlsbutton {
  background-color: #09873e;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

#fixed-columns-table tbody td {
	white-space: nowrap;
	min-width: 60px;
}

table{
    width:100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow-y:auto;
    font-family: 'Montserrat', sans-serif;
}

table, th, td{
    border:none;
    border-top: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
}

th{
    padding: 5px;
    text-align: left;
    white-space: nowrap;
    margin:0;
    cursor:pointer; color:#898989; font-size:15px;
}

td{
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    margin:0;
    font-size:13px;
}

select { font-size:13px; width:200px; }
label { font-size:14px; padding-top:0; float:right; }
.zui-scroller { height:600px; }
	
option, select{
    font-family:'Raleway', sans-serif;
}

option:hover{
    background-color:#d2f4dd;
    color:#b2b2b2;
}

.contain {
    width: 1920px;
    height: 900px;
    margin: 0;
}


#parent { background: #999;padding:10px; }
.child {background:#ccc;height:200px;margin:20px;}


#top{
    margin-top: 10%;
    
}

/*#first {
 
   position: absolute;
        bottom: 5%;
        text-align: center
}*/


#first {
    width: 11%;
    float: left;
    height: 60%;
    margin: 0;
    position: relative;
    top: 30%;

}

#rightContain {
    width: 10%;
    float: left;
    height: 850px;
    margin-top: 50px;
    position: relative;


}
/*#container1 {
    width: 1500px;
    float: left;
    height: 954px;
     margin-top: 50px;
     
    background:url(http://www.morrowapex.com/brrPic.PNG);
  
}*/

#container {
float: left;
 width: 85%;
 height: 100%;
 margin-top: 50px;
}
#clear {
    clear: both;
}

.zui-table {
    border-collapse: separate;
    border-spacing: 0;
}
.zui-table thead th {
    border: none;
    text-align: left;
    white-space: nowrap;
}
.zui-table tbody td {
    padding: 10px;
    white-space: nowrap;
}
.zui-wrapper {
    position: relative;
    overflow: hidden;
    margin-left: 1em;
    margin-bottom: 1em;
}
.zui-scroller, .zui-scroller2 {
    padding-bottom: 5px;
    max-height: 730px;
    width: 100%;
    overflow: auto;
    position: relative;
}
.zui-table {
    left: 0;
    position: absolute;
    top: auto;
    border-top: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
}

tr:nth-child(even) {background-color: #d8d8d8;}

.tablesorter-header { 
    background-image: url(sortIcons/bg.gif); 
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px; 
    background-color:#fff;
} 

.tablesorter-headerAsc { 
    background-image: url(sortIcons/asc.gif); 
    background-color: #d2f4dd;
}

.tablesorter-headerDesc { 
    background-image: url(sortIcons/desc.gif); 
    background-color: #d2f4dd;
}

div.tablesorterPager {
	padding: 10px 0 10px 0;
	background-color: #D6D2C2;
	text-align: center;
}
div.tablesorterPager span {
	padding: 0 5px 0 5px;
}
div.tablesorterPager input.prev {
	width: auto;
	margin-right: 10px;
}
div.tablesorterPager input.next {
	width: auto;
	margin-left: 10px;
}
div.tablesorterPager input {
	font-size: 8px;
	width: 50px;
	border: 1px solid #330000;
	text-align: center;
}
#tablesorterPagerLoading {
	background: rgba(255,255,255,0.8) url(icons/loading.gif) center center no-repeat;
	position: absolute;
	z-index: 1000;
}
/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.pager.disabled {
	display: none;
}
/* hide or fade out pager arrows when the first or last row is visible */
.pager img.disabled {
	/* visibility: hidden */
	opacity: 0.5;
	filter: alpha(opacity=50);
}

body { font-family: 'Raleway', sans-serif;
    font-size:14px;
    animation: fadein .75s;
    -moz-animation: fadein .75s; /* Firefox */
    -webkit-animation: fadein .75s; /* Safari and Chrome */
    -o-animation: fadein .75s; /* Opera */
    margin:0px;
}

.group {
    width: 340px;
    padding: 10px 16px;
    line-height: 40px;
    position: relative;
    z-index: 1;
    font-weight: bold;
    font-size: 15px;
    display:inline-block;
}
.main {
    float: left;
    line-height: 40px;
    color: white;
    text-decoration: none;
    transition: 1.0s;
}
.blowfrick {
    float: right;
    text-decoration: none;
    line-height: 40px;
    color: #898989;
}
.blowfrick2 {
    float: left;
    line-height: 40px;
    color: white;
    text-decoration: none;
    transition: 1.0s;
}
.main2 {
    float: right;
    text-decoration: none;
    line-height: 40px;
    color: #898989;
}

.bg {
    background-color: #09873e;
    height: 60px;
    width: 180px;
    position: absolute;
    top: 0;
    margin-left: -200px;
    z-index: -1;
    transition: 0.6s;
    border-radius: 5px;
}

.bg2 {
    background-color: #09873e;
    height: 60px;
    width: 200px;
    position: absolute;
    top: 0;
    margin-left: -250px;
    z-index: -1;
    transition: 0.6s;
    border-radius: 5px;
}

span:hover + .bg {
    width: 200px;
    margin-left: -20px;
    background: #00609c;
}

span:hover + .bg2 {
    width: 170px;
    margin-left: -44px;
    background: #00609c;
}

.blowfrick > span:hover {
    color: white;
}

.blowfrick:hover ~ .main {
    color: #898989;
}

.main2 > span:hover {
    color: white;
}

.main2:hover ~ .blowfrick2 {
    color: #898989;
}
span {
    padding: 10px 0;
    transition: 0.6s;
}


label{ padding-right: 1em; padding-top:4em; }

p { padding-top:2em; font-size:15px;}

h2 { padding-top:2em; color:#898989; }
h3 { font-size:16px; color:#898989; }
h4 { display: inline-block; padding-right: 4em; padding-top: 3em; float: right; color:#00609c; }

footer{ font-family: 'Montserrat', sans-serif; font-size:70%; text-align: center; padding: 10px; background-color: #00609c; clear: both; color: #fff; }

/* Origin popup box BEGIN */
.hover_bkgr, .hover_legend{
    background:rgba(0,0,0,.4);
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    left:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr .helper, .hover_legend .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr > div{
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    min-width: 600px;
    min-height: 200px;
    vertical-align: middle;
    width: 90%;
    position: relative;
    border-radius: 8px;
    height:90%;
}
.hover_legend > div{
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    max-width: 1000px;
    max-height: 700px;
    vertical-align: middle;
    width: 90%;
    position: relative;
    border-radius: 8px;
    height:90%;
}
.hover_bkgr > div > h2, .hover_legend > div > h2 {
    padding-top:0px !important;
}

.popupCloseButton, .legendCloseButton {
    background-color: #fff;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover, .legendCloseButton:hover{
    background-color: #ccc;
}
.trigger_popup, .legend_popup {
    cursor: pointer;
    display: inline-block;
}
.row {
    display: flex;
    overflow: auto;
    max-height: 700px;
}
.column {
  padding: 16px;
}
.legend {
    display:inline-block;
    padding-top:0;
    padding-left:1em;
    margin:0;
    font-size:14px;
}
.color-box {
    width: 16px;
    height: 16px;
    display: inline-block;
    padding-left:2em;
    margin-right: 6px;
    float:left;
}

/* Origin popup box END */


@keyframes fadein {
    from { opacity:0; }
    to { opacity:1; }
}
@-moz-keyframes fadein { /* Firefox */
    from { opacity:0; }
    to { opacity:1; }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from { opacity:0; }
    to { opacity:1; }
}
@-o-keyframes fadein { /* Opera */
    from { opacity:0; }
    to { opacity: 1; }
}

@media only screen and (max-width: 1024px) {
	body { font-size:12px; margin: 0; padding:0; background-color: #ffffff; overflow-x:hidden; }
	h2 { padding-top:0; width:100%; }
	h3 { font-size:12px; margin:0; }
	h4 { margin:0; padding-right:8px; padding-top:0; }
	p { font-size: 10px; }
	td { font-size:10px; }
	th { font-size:13px; }
	select { font-size:12px; width:200px; }
	label { font-size:13px; padding-top:0; float:left; }
	.zui-wrapper { margin-top:1em; }
	.zui-scroller { height:600px; }
	#logo { display:none; } 
	footer { font-family: 'Montserrat', sans-serif; font-size:60%; }
	
	nav { height:36px; }
	.nav ul { display:none; }
	.mobile { display:inline;}
    .mobile a { text-decoration: none; color: #232323; transition: color 0.3s ease; }
    .mobile ul li { list-style:none; }
    .content {
    	display: none;
    	overflow: hidden;
        }
    .legend { display:inline; padding-left:0; float:none; font-size:11px; }
    .column { padding: 10px; }
    .hover_bkgr > div { min-width:300px; }
    .bg { height:40px; top:12px; }
    .bg2 { height:40px; width:210px; }
    .group { padding-left:16px; }
    .brrread { margin: 5px; display:inline; width: -webkit-calc(100% - 580px);width: -moz-calc(100% - 580px);width: calc(100% - 580px); }
    #brrread { width: 100% !important; display: block !important; }
    #readup { width: 100% !important; text-align:center; }
    #checklist { height:200px; }
    #filter { text-align: center; width: 100% !important; display: block !important; }

#menuToggle
{
  display: inline;
  position: absolute;
  top: 6px;
  left: 10px;
  z-index: 100;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  padding:0;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}


#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 200px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 14px;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

#mobileLogin
{
    padding: 0;
    font-size:16px;
    color:#fff;
    margin:0;
    position:relative;
    z-index:100;
}
}