.body-with-navbar {
    padding-top: 60px
}
/*
* User Details Base
*/

.unique-container {
  position: relative;
  width: 100%;
}

.unique-container div {
    position: absolute;
}

.base-template-row {
    width: 1440px;
}

.base-template-row .span12 {
    width: 1106px;
}

#activity-info {
	margin-top: 10px;
}

/*
* Pinfluences Page
*/

#pinfluences-table-title, #pinfluences-empty {
    margin: 10px 0 20px 0;
    text-align: center;
}

#pinfluences-table-title h1, #pinfluences-empty h1 {
    font-weight: 500;
    margin-bottom: 10px;
}

#pinfluences-table-title h3, #pinfluences-empty h3 {
    font-weight: 200;
}

#pinfluences-form {
    text-align: center;
}

#pinfluences-table {
    display: none;
}

#pinfluences-table td {
    max-width: 55px;
    text-align: center;
    word-wrap: break-word;
}

.sorting_asc {
    background-color: #5bb75b !important;
    color: #fff;
}

.sorting_desc {
    background-color: #da4f49 !important;
    color: #fff;
}

.negative-value {
    color: #da4f49;
}

.positive-value {
    color: #5bb75b;
}

.btn-long {
    width: 70px !important;
}

.sidebar-nav form input[type=text] {
    width: 183px;
}

.wiki-frame {
    height:1200px;
    width:1400px;
}

.employee-list thead tr td{
    font-weight: bold;
    width: 200px;
}

#bulk-actions-for-user {
    display: block;
}

.form {
    display: none;
}

.delete-method {
    display: none;
    margin-left: 50px;
}

#bulk-actions-for-user .form{
    display: block;
}

#bulk-actions-form .form-error {
    display: none;
    color: red;
}

#bulk-actions-form .suspend-reasons {
    display: inline;
    margin: 0;
    height: 20px;
}

#bulk-actions-form #purge-reasons {
    display: none;
    margin: 0;
    height: 20px;
}

#bulk-actions-success #queue-name {
    font-weight: bold;
}
