@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700,700italic);

html, body{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    /*font-family:'Open Sans', sans-serif;*/
    background: url(../images/bg.jpg);
    font-size: 14px;
    font-weight: 300;
    color: #555;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    min-height: 100%;
    height: 100%;
    display: block;
}

#page{     
    width:100%;
    margin:0 auto;
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

#footer {
    width: 100%;
    font-weight: bold;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
}


h1{
    margin:0 0 1em 0;
    font-size: 2.8em;
    font-weight: 700;
}

h2{
    margin:0 0 .5em 0;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.1em;
}

h3{
    margin:0 0 .5em 0;
    font-size: 1.3em;
    font-weight: 700;
}

h4{
    margin:0 0 1.5em 0;
    font-size: 1em;
    font-weight: 700;
}

a{
    color: #007eff;
}

a:visited{
    color:#65b1ff;
}

header{
    height: 90px;
    background-color: rgba(92, 93, 93, 0.93);
    color: white;
    /*background: #cf00c4 url(../images/banner.png) no-repeat center bottom;position: relative;*/
}
header .logo{
    z-index: 1;
    position: absolute;
    float: left;
    width: 500px;
    height: 66px;
    /*background: url(../images/logo.png) no-repeat 0 0; background-size:contain;*/
    top: 12px;
    left: 20px;

}

header .logo img {
    float: left;
}

header #title {
    margin-left: 18px;
    margin-top: 18px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    float: left;
}

div.right{
    position: absolute;
    width: 40%;top: 130px;left: 60%;
}
div.right h1{
    line-height: 1em;
    margin: 0 0 30px 0;
    color: #ffaa00;
}

nav {    
    float: right;
    top: 0px;left: 0px;
    padding: 30px 20px 0 0;
    width: auto;
}
nav form{
    float: right;
    margin:0;
}

div.left{
    position: absolute;
    width: 40%;top: 130px;left: 10%;
}

.left img{
    width: 100%;
}

.right form{
    position: relative;   
    margin: 0 auto 60px;
}

header label {
    font-weight: bold;
    margin-left: 10px;
    margin-right: 5px;
}

.right #text_input {
    height: 30px;
    width:300px;
    margin-bottom: 20px;
}

#input_block {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 8px center;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
    overflow: visible;
}



.assets {
    width: 100%;
    margin:0 auto;
}


.profile{
    width:100%;
    min-height:100%;
    overflow: hidden;
    position: relative;

}

.profile .content{

    width: 46%;
    margin: 0 10px;
    float: left;
    text-align: center;
}

.profile #report{

    margin:15% 35% 0px 35%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    color: black;
    border: 1px solid #4CAF50;
    border-radius: 2px;
    cursor: pointer;
}

.profile #report:hover{
    background-color: #4CAF50;
    color: white;
}