
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
body
{
    font-family: 'Open Sans' , sans-serif !important;
    padding-top: 70px;
}
.well
{
    background-color: #fff !important;
    border-radius: 0 !important;
    border: none !important;
}

.well.login-box
{
    width: 300px;
    margin: 0 auto;
    display: block;
}
.well.login-box legend
{
    font-size: 26px;
    text-align: center;
    font-weight: 300;
}
.well.login-box label
{
    font-weight: 300;
    font-size: 16px;
}
.well.login-box input[type="text"], input[type="password"]
{
    box-shadow: none;
    border-color: #ddd;
    border-radius: 0;
}

.well.welcome-text
{
    font-size: 21px;
}

.btn-login-submit
{
    width: 100%;
    border-radius: 0;
}


.navbar-crm
{
    /*background-color:#fafafb;*/
    background-color: #ffffff !important;
    box-shadow: 0 1px 0 rgba(12,13,14,0.1),0 1px 3px rgba(12,13,14,0.1),0 4px 20px rgba(12,13,14,0.035),0 1px 1px rgba(12,13,14,0.025);    
}

.badge-info
{
    padding: 3px 7px;
    font-size: 12px;
    font-weight: normal;    
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #31B0D5;
    color:#FFFFFF;
}


.btn-group-x
{
    width:100%;
    margin-bottom:5px;
}

.btn-group-x .btn
{
    width:100%;