.btn-group-sm>.btn {
    padding-left: 5px;
    padding-right: 8px;
}

.btn-group-sm>.btn.active {
    background-color: #428bca;
    color: white;
}

.v-space-10 {
    height: 10px;
}

form[role='presentation'] .form-group .control-label,
div[role='presentation'] .form-group .control-label {
    line-height: 1 !important;
}

form[role='presentation'] .form-control-static,
div[role='presentation'] .form-control-static {
    line-height: 1 !important;
    padding-bottom: 0 !important;
}

#logo {
    width: 230px;
    background-color: #4b4b4b;
    height: 55px;
}


/* Side Bar Width*/

#wrapper {
    margin: 0 0 0 230px;
}

#menu {
    width: 230px;
    top: 56px;
}

body.page-small.show-sidebar #wrapper {
    margin-left: 230px;
}

.navbar-bottom {
    float: none;
    position: fixed;
    bottom: 0px;
    margin-right: -15px;
}

#header {
    height: 57px;
    background-color: #4b4b4b;
}

.profile-picture {
    padding: 21px 20px;
}

.hide-menu {
    display: none;
}

@media (max-width: 768px) {
    .hide-menu {
        display: block;
        height: 57px;
    }
}

@media (min-width: 1200px) and (max-width : 1400px) {
    .project-value h3 {
        font-size: 18px;
        font-weight: 500;
    }
    .project-value .project-label {
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.small-logo {
    display: block !important;
    float: left !important;
    padding-left: 20px;
    font-size: 17px;
    padding-top: 15px;
}

.small-logo .deemphasize {
    color: #FFFFFF;
    /* display: inline-block; */
    opacity: 0.75;
    padding-right: 10px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncateOverflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 1px;
}

.form-control-sm {
    height: 28px;
    font-size: 12px;
    padding: 0px 6px;
    margin: 0px !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

.select2-dropdown {
    z-index: 10000;
}

table thead {
    background-color: white;
}

.sweet-overlay {
    z-index: 1002;
}

.filter-form {
    line-height: 30px;
}

.filter-form .form-group {
    margin-right: 15px;
}

.filter-form label {
    margin-right: 10px;
}

.modal-header {
    padding: 10px 15px 10px 15px;
}

.spaceUnder>td {
    padding-bottom: 10px;
}

.chats {
    list-style-type: none;
    margin: 0;
    padding: 12px 15px 15px;
}

.chats>li+li {
    margin-top: 15px;
}

.chats>li:before,
.chats>li:after {
    content: '';
    display: table;
    clear: both;
}

.chats .flag {}

.chats .flag a {
    color: black;
}

.chats .flagged .flag a {
    color: #a94442;
}

.chats .name {
    color: #333;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    text-decoration: none;
}

.chats .name .label {
    font-size: 8px;
    padding: 1px 4px 2px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}

.chats .date-time {
    font-size: 10px;
    display: block;
    float: right;
    color: #999;
    margin-top: 3px;
}

.chats .image {
    float: left;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.chats .image img {
    max-width: 100%;
}

.chats .image+.message {
    margin-left: 75px;
}

.chats .message {
    border: 1px solid #ccd0d4;
    padding: 7px 12px;
    font-size: 12px;
    position: relative;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.chats .right .message {
    background-color: #d9edf7;
}

.chats .left .message {
    background-color: #dff0d8;
}

.chats .flagged .message {
    background-color: #f2dede !important;
}

.chats .message:before,
.chats .message:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -15px;
    border: 7px solid transparent;
    border-right-color: #ccd0d4;
}

.chats .left .message:after {
    left: -13px;
    border-right-color: #dff0d8;
}

.chats .left.flagged .message:after {
    left: -13px;
    border-right-color: #f2dede;
}

.chats .right .name {
    text-align: right;
}

.chats .right .date-time {
    float: left;
}

.chats .right .image {
    float: right;
}

.chats .right .image+.message {
    margin-right: 75px;
    margin-left: 0;
}

.chats .right .message:before,
.chats .right .message:after {
    left: auto;
    right: -14px;
    border-right-color: transparent;
    border-left-color: #ccd0d4;
}

.chats .right .message:after {
    right: -13px;
    border-left-color: #d9edf7;
}

.chats .right.flagged .message:after {
    right: -13px;
    border-left-color: #f2dede;
}

.text-link {
    text-decoration: underline;
}

.small-header .panel-body h2 {
    text-transform: none;
}

.wizard-header h3 {
    font-weight: 500 !important;
}

.modal-header .close {
    margin-top: 0px;
}

.modal-title {
    font-size: 20px;
    font-weight: 500;
}

.navbar-nav>li>a {
    padding: 18px 20px;
    font-size: 20px;
}

.panel-heading {
    padding: 15px 15px;
}

.panel {
    box-shadow: 0 1px 2px #ccc;
}

.hpanel .panel {
    box-shadow: none;
}

.nav-label i {
    padding-right: 5px;
}

.form-group {
    margin-bottom: 5px;
}

.small-header h2 {
    padding: 10px 0px;
}


/* VALIDATION */

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.input-validation-error.form-control,
span.field-validation-error {
    color: #b94a48;
}

.has-error .form-control,
.input-validation-error.form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus,
.input-validation-error.form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon,
.input-validation-error.input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede;
}