/* Default */
@charset "utf-8";
*{
	font-family: 'Roboto', sans-serif;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, a:hover, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, font, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {line-height: 140%; }
body, td, th, input, select, textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 16px; 
	color: #010101; 
}
body { 
	background-color: #FFF; 
	margin: 0px;
	font-weight: 100;
}
a{ 
	color: #333; 
	text-decoration: none;
}
a:visited{
	color: #333;
}
a:active{
	color: #333;
}
a:hover { 
	color: #333; 
	text-decoration: underline;
}
h1  {  
	color: #2095B7;
}
h2 {
	color: #010101;  
}
h3 {
	color: #5F5F5F; 
}
h4 {
	color: #ccc; 
}
h5 {
	color: #666; 
}
h6 {
	color: #CCC; 
}


/* PGE Admin Styles */
.zebra { 
	margin-top:15px; 
	margin-bottom:20px;
}
.zebra td { 
	border-bottom: 1px solid #f1f1f1;
}
.zebra tr.alt td {		
	background: #f7f7f7;
}
.zebra tr.over td {	
	background: #E2E2E2;
}
.zebra tr.title td { 
	background-color: #D6D6D6; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #999; 
}

/* jQuery UI */
.ui-state-default, .ui-widget-content .ui-state-default { 
	background: #626262; 
	color:#FFF; 
	border:none; 
}
.ui-state-active, .ui-widget-content .ui-state-active { 
	color:#FFF; 
	border:none; 
	background-color: #28AEED; 
	background-image:none; 
}
.ui-state-default, .ui-widget-content .ui-state-default * { 
	color:#FFF; 
	border:none; 
}
.ui-state-active, .ui-widget-content .ui-state-active * { 
	color:#FFF; 
	border:none; 
}
.ui-widget-header, .ui-widget-content { 
	border:none; 
	background:#FFF; 
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { 
	color:#FFF; 
}
.ui-tabs-nav { 
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: #626262; 
	padding-bottom:5px; 
	border:none; 
}
.ui-tabs .ui-tabs-nav li a{ 
	padding:5px;
}

/* Modules Admin */
.mod-box {
    padding: 20px;
    overflow: hidden;
}
.mod-box ul {
    float: left;
    padding-right: 20px;
}
.mod-box ul li {
    margin-bottom: 6px;
}
.mod-box ul li a {
    font-weight: 200;
    font-size: 16px;
}
.content-area {
    padding: 15px;
}

/* General Styles */
.clear{
	clear: both;
}
.site-content{
	max-width: 1200px;
	margin: 0 auto;
}
.relative{
	position: relative;
}
a:focus,button:focus{
	outline: none !important;
}
.text-transform {
	text-transform: uppercase
}
.col-whi{
	color: #fff;
}
label {
    font-weight: 400;
}

/* Header */
header {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 0;
}
.content-header {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1800px;
    margin: 0 auto;
}
.brand-pic {
    max-width: 110px;
}
.btn-def {
    border: 1px solid;
    padding: 5px 15px;
    margin-left: 15px;
}
.logs-top a:hover{
	text-decoration: none;
	color: #2095B7;
}
section.home-section {
    height: 100vh;
}

/* Banner Home */
.banner-home {
    background: url('banner-1.jpg') no-repeat center center;
    height: 100%;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
}
.site-content-inside{
	padding-top: 80px;
}
.icons {
    display: flex;
    position: absolute;
    bottom: 0;
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    justify-content: center;
}

@media (min-width: 768px){
	.brand-pic {
	    max-width: 200px;
	}
	.content-header{
		padding: 20px;
	}
}
@media screen and (min-width: 992px){
	section.home-section {
	    height: 100vh;
	}
	.btn-def {
	    padding: 10px 20px;
	    border: 2px solid;
	}
	.logs-top a {
	    font-size: 18px;
	}
}
@media screen and (min-width: 1024px){
	.brand-pic {
	    max-width: 292px;
	}
	.btn-login {
	    margin-top: 38px;
	    padding: 12px 30px;
	}
	.banner-home,.site-content-inside {
	    padding-top: 135px;
	}
}

