.btn-xs
{
    padding: 4px 5px!important;
}

/*delete the border left to the avatar (top left menu)*/
.login-info img{
    border-left: none!important;
}

.smart-form .row
{
    padding-left: 8px;
    padding-right: 8px;
}

.smart-form .row:first-child{
    padding-top: 8px;
}

.dt-toolbar{
    border-top: 1px solid #ccc!important;
}


#logo img {
    width:175px;
}

.table-responsive{
    background-color: #fff;

}

/*force input icon to pull right */
.smart-form .input .icon-append
{
    right: 20px;
}
/*except for login and reset password forms */
#login-form .input .icon-append
{
    right: 3px;
}

.smart-form select{
    min-width: 200px;
}

.smart-form textarea{
    width: 100%;
    min-height: 200px;
}

.jarviswidget
{
    border-top: 1px solid #ccc;
}

.table thead tr select{
    width: 94%;
    height: 30px;
    font-weight: normal;
}
.table thead tr input{
    text-indent: 5px;
}
.smart-form .input-file .button
{
    right: 20px;
}

/* size of footer button*/
.smart-form footer .btn{
 min-width:100px;
}
/*vertical center of trash icon */
.smart-form footer .btn .glyphicon-trash
{
    line-height: 20px;
}

/** GLOBAL **/
.resizeTextarea .textarea
{
    width: 100%;
    padding-top: 20px;
}