div.progress{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}

.form-inline .form-control {
    display: inline-block;
    width:auto;
}
.form-inline .form-group {
    display: inline-block;
}

.wrapword{
    word-break: break-all;
    white-space: normal;
}

.wrap{
    word-wrap: break-word;
    white-space: normal;
}

/* Brand image hover */
.navbar-brand img:last-child{display:none}
.navbar-brand:hover img:first-child{display:none}
.navbar-brand:hover img:last-child{display:block}
/*
.navbar-fixed-top,.navbar-static-top {
    border-bottom: 0;
}
*/

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: 0;
    }
}

/* Margin bottom by footer height */
body {
    margin-bottom: 60px;
}


/* Sticky footer */
html {
    position: relative;
    min-height: 100%;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/* Custom Login Form */
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,

.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}