/* LOGO */
.img-responsive{
    height: 30px;
}
.navbar-brand{
    padding: 5px 15px;
}
/* END OF LOGO */
/* SIDEBAR MENU*/
.page-sidebar-menu > li > a{
    text-transform: capitalize;
}
/* END OF SIDEBAR MENU*/
/* LOGIN DROPDOWN */
.username{
    text-transform: capitalize;
}
/* LOGIN DROPDOWN */

/*REGISTER PAGE*/
.login .content{
    width: 960px !important;
}

.login .content .form-actions {
    border-bottom: none;
}
/*END OF REGISTER PAGE*/
/*REGISTER PAGE*/
.signin .content .form-actions{
    padding: 25px 30px 25px 30px !important;
    margin: 0px !important;
    background-color: #f5f5f5 ;
    border-top: 1px solid #e5e5e5;
}
.errorMessage{
    color: #a94442;
}
/*END OF REGISTER PAGE*/

.nopadding{
    padding: 0px !important;
}

/* Data table sorting*/

table.table thead .sort-link { background: url('../img/sort/images/sort_both.png') no-repeat center right; padding-right: 15px;}
table.table thead .asc { background: url('../img/sort/images/sort_asc.png') no-repeat center right; }
table.table thead .desc { background: url('../img/sort/images/sort_desc.png') no-repeat center right; }
/* end of Data table sorting*/

.filters input{
    width: 100% !important;
}

/* register form */
.ui-multiselect-menu {
    height: auto;
}
/* end of register form */

.ui-multiselect-menu {
    display: none;
}

/* Fix width button */
.fix-width-button-100{
    min-width: 100px;
}
.fix-width-button-150{
    min-width: 150px;
}
/* //Fix width button */

#map-canvas {
    height: 500px;
}

/* hide chat room button */
#controlbox-tabs .s {
    display: none;
}

.unencrypted{
    display: none !important;
}

.portlet.box.green > .portlet-title {
    text-transform: capitalize;
}
