/**** Foundation.css ****/
*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row{width:1240px;max-width:100%;clear:both;margin:0 auto}.row:before,.row:after{content:"";display:table}.row:after{clear:both}.row .row{width:auto;max-width:none;min-width:0;margin:0 -15px}.row.collapse .column,.row.collapse .columns{padding:0}.row .row{width:auto;max-width:none;min-width:0;margin:0 -15px}.row .row.collapse{margin:0}.column,.columns{float:left;min-height:1px;padding:0 15px;position:relative}.column.centered,.columns.centered{float:none;margin:0 auto}[class*="column"] + [class*="column"]:last-child{float:left}[class*="column"] + [class*="column"].end{float:left}.one,.row .one{width:8.33333%}.two,.row .two{width:16.66667%}.three,.row .three{width:25%}.four,.row .four{width:33.33333%}.five,.row .five{width:41.66667%}.six,.row .six{width:50%}.seven,.row .seven{width:58.33333%}.eight,.row .eight{width:66.66667%}.nine,.row .nine{width:75%}.ten,.row .ten{width:83.33333%}.eleven,.row .eleven{width:91.66667%}.twelve,.row .twelve{width:100%}@media only screen and (max-width: 767px){.row{width:auto;min-width:0;margin-left:0;margin-right:0;clear:both}.column,.columns{width:auto!important;float:none}.column:last-child,.columns:last-child{float:none}[class*="column"] + [class*="column"]:last-child{float:none}.column:before,.columns:before,.column:after,.columns:after{content:"";display:table}.column:after,.columns:after{clear:both}}
* { outline:none;}
img { max-width:100%;}
h1, h2, h3, h4, h5, h6, p, ul, ol { padding:0; margin:0 0 20px 0;}
ul, ol { padding:0 0 0 20px;}
a {color: #3498db; text-decoration:none;}
a:hover {color: #248fd6; }
body {
float:left;
width:100%;
margin:0;
padding:0;
background:#f1f1f1;
color: #494949;
font-family: 'Open Sans', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 24px;
}

header {
	float:left;
    padding: 50px 0 0 0;
    width: 100%;
	/*background:#000;*/
	text-align:center;
}

header ul {
	list-style: none;
	padding: 0;
    margin: 0;
}
.nav-block li {
    position: relative;
	display: inline-block;
}

.nav-block li a {
    /*color: #fafafa;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
	padding: 15px 10px;
	position:relative;
	display: block;
	transition: all .5s ease;*/
	/*background:#fff;*/ 
	color: #494949;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 10px;
	margin:4px;
    position: relative;
    display: block;
    transition: all .5s ease;
	border:1px solid #000;
    border-radius: 6px;
    text-transform: uppercase;  
}
.nav-block li a:hover { 
	color:#fafafa;
	background: #000;
}
.nav-block li ul {
	/*position:absolute;
    top: 0;
    left: 100%;
    z-index: 9999;
    width: 180px;
    background: #fff;
    border-left: 3px solid #7EBEC5;
	border-top: 3px solid #7EBEC5;
	display:none;*/
	
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    list-style: none;
    min-width: 200px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    border-radius: 4px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #fff;
    -webkit-box-shadow: rgb(50 58 70 / 15%) 0 0 40px 0;
    box-shadow: rgb(50 58 70 / 15%) 0 0 40px 0;

}
.nav-block li ul li { display:block;}
.nav-block li ul li a { padding: 10px 10px; color:#666666; }
.nav-block li ul li a:hover { color:#248fd6; }
.nav-block li ul:before {
    left: 16px;
    top: -10px;
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 9999;
}
.nav-block li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

#main-content {
position: relative;	
padding-top:50px;
padding-bottom:50px;
display: block;
    clear: both;
}
.top-bar {
	float: left;
	width: 100%;
	background-color: #3498db;
	padding:5px 0;
	margin:0;
	color:#fff;
}
/*table design start*/
table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #e5e5e5;
}

table td, table th {
  padding: 8px;
  text-align:left;
  font-size:14px;
}
table th {
  background-color: #4CAF50;
  color:#fff;
}
table tr:nth-child(even) {
	background: #f9f9f9;
}

table tr:nth-child(odd) {
	background: #fff;
}
.btn {
    color: #fff;
    padding: 10px 15px;
    background: #3498db;
    display: inline-block;
    border: 1px solid #3498db;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
	text-transform:uppercase;
	cursor:pointer;
}
.btn:hover { background:none; color:#3498db; text-shadow:none; }

/*input style start*/
input[type="text"], input, textarea, select {
    border:1px solid #e4e4e4;
    background: none;
    width: 100%;
    font-size: 13px;
    padding: 10px 10px;
    margin: 0 0 0 0;
    outline-color: #3498db;
}
textarea { height:120px;}
label.input-label {
	color: #777;
    float: left;
    width: 100%;
    line-height: 14px;
    font-size: 12px;
    text-transform: uppercase;
	font-weight: bold;
}
::-webkit-input-placeholder {
    color: #777;
}
:-moz-placeholder {
    color: #777;
    opacity: 1;
}
::-moz-placeholder {
    color: #777;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #777;
}
/*select option {
    background: rgba(0, 0, 0, 0.3);
}*/

input.error, textarea.error, select.error {
	border:1px solid #ff0000;
}
label.error { display:nones;}

.has-sidebar {
	position: relative;
    padding-right: 200px;	
}
.right-sidebar {
	position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    border-left: 1px solid #e2e2e2;
    padding-bottom: 30px;	
}

ul.nav-sidebar { 
	list-style: none;
	padding: 0;
    margin: 0;
}
.nav-sidebar li {
	float: left;
	width: 100%;
    position: relative;
	border-bottom: 1px solid #e4e4e4;
}
.nav-sidebar li:last-child { border:0; }
.nav-sidebar li a {
    float: left;
	width: 100%;
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
	padding: 15px 10px;  
}
.nav-sidebar li a:hover {
	/*background:#f5f5f5;*/ 
	color:#3498db;
	text-shadow:none;
}

.white-box {
	border: dashed 2px #248fd6;
	padding:20px;
	background:#fff;
	margin-bottom: 30px;
	border-radius:5px;
}
.white-box fieldset {
	border:0;
	padding:0;
	margin:30px 0 0 0;
}
label {
	font-weight: 600;
    margin-bottom: 6px;
    display: block;
	font-size: 14px;
}
.white-box h3 {
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.white-box p { 
	margin-bottom:15px;
}
.pixel {
  display: inline-block;
  background-color: #000000;
  width: 50px;
  height: 50px;
  margin-bottom:20px;
}
p.filterDetail, .output-box {
	background: #fefe;
    padding: 20px;
    border-radius: 5px;
}
.output-box ul { margin-bottom:0;}
@media only screen and (max-width: 1024px){
	.right-sidebar { display:none;}
	.has-sidebar {padding-right: 0px;}
}