/*BEGIN FOUNDATION OVERRIDES*/
@import 'fileicons.css';
@font-face {
    font-family:OpenSans;
    src: url('../fonts/OpenSans.ttf');
}
*,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-family:OpenSans,"Century Gothic",sans-serif;
}
html,body
{
    font-family:OpenSans,"Century Gothic",sans-serif;
    background:#eceaea;
    font-size: 13px;
}
.alert
{
    border-radius: 0px;
}
.ce-loginbox
{
    color: #555;
}
.ce-loginbox .forgotpasswordurl {
    position: relative;
    color: #888;
    cursor: pointer;
}
.ce-loginbox #loginbtn {
    position: relative;
    left: 287px;
}
.ce-loginbox .newaccounturl {
    top: 44px;
    left: 140px;
    position: relative;
    color: #888;
    cursor: pointer;
}
.ce-loginbox #youPassw {
    background: url('password_field_box.png') no-repeat left bottom;
    position: relative;
    height: 48px;
    top: 28px;
}
.ce-loginbox #youEmail {
    background: url('login_field_box.png') no-repeat left bottom;
    position: relative;
    height: 48px;
    top: 11px;
}
.form-control,.btn
{
    border-radius: 0px;
}
fieldset.edits {

    margin-top: 15px;
    margin-bottom: 15px;
    border: #ddd solid 1px;
    padding: 1.5em;
    padding-bottom:40px;
    background: /*#eee*/#FFF;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);

}
legend {

    text-transform: none;
    font-size: 1.3em;
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
    margin-bottom: 0px;
}
.well-sm {
    padding: 9px;
    border-radius: 0px;
}
table.dataTable span.highlight {
    background-color: #FFFF88;
}
