.container
{
    margin-top: 50px;
}

.box-material
{
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.38);
    padding: 20px;
}

.header-material
{
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.38);
}

.header-material
{
    padding: 0px;
    background-color: black;
    margin: 0px;
    width: 100%;
    display: block;
    color: white;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    font-weight: 200;
}

.box-material h2
{
    font-size: 20px;
    margin-top:  0px;
}

.form-group label
{
    display: none;
}

.form-control 
{
    border: 0px;
    outline: 0;
    border-bottom: 1px solid rgb(236, 236, 236);
    border-radius: 0px;
    padding: 0px;
    box-shadow: 0px 2px 5px -200px rgba(0,0,0,0.41) !important;
}

.form-control:focus
{
    outline: 0!important;
    border-color: #66afe9 !important;
    box-shadow: 0px 2px 5px -200px rgba(0,0,0,0.41) !important;
    border-bottom: 2px solid #66afe9 !important;
}

.btn-primary
{
    background-color: black;
    border-radius: 0px;
}

.btn-primary:active
{
    box-shadow: 0px 2px 5px -200px rgba(0,0,0,0.41) !important;
}

.error
{
    color: red;
    font-size: smaller;
    font-style: italic;
    display: none;
}

.form-group label.visible-label
{
    display: block;
}

.full-width
{
    width: 100%;
}

.add-site-modal
{
    width: 100%;
}
