﻿body
{
padding-left:20px;
padding-top:100px;
background-position:0 50px;
background-size:auto;
background-repeat:no-repeat;
/*color:#fff;*/
}

@media(max-width:767px) 
{
    body 
    {
        background-size: 200%;
        padding-left:23%;
    }

    .page-header h1 {
        font-size: 3em;
    }
}

table.grid td, table.grid th
{
    padding:10px;
}

.well {
    background-color: transparent;
    border: 1px none #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: none 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: none 0 1px 1px rgba(0,0,0,0.05);
}

.widget-ecogateuser ul 
{
    list-style-type:none;
}

.widget-ecogateuser li 
{
    float:right;
}

/*.zone-before-content 
{
    position:fixed;
    top: 52px;
    right:0;
    height:30px;
    width:100%;
}

.zone-content 
{
    top:82px;
}*/

.form-control 
{
    max-width:300px;
}