﻿body {
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.input-validation-error {
    background-color: #ffc0cb;
}

.field-validation-error {
    color: red;
}

textarea {
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

.checkbox.status {
    display: inline-block;
    margin-top: 0;
}

div.status {
    margin-bottom: 1px;
}

div.row.status {
    margin-bottom: 13px;
}

/* Cubic Overrides */

.logo b {
    width: 100%;
    padding-left: 15px;
    text-align: left;
}

.mini-sidebar .logo b {
    display: none;
}

.mini-sidebar .logo:after {
    content: 'PM';
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 100%;
}

.top-left-part {
    text-align: center;
}

.message-center .mail-contnet h5 {
    overflow: visible;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0;
    margin-right: 10px;
}

.radio-inline, .checkbox-inline {
    margin-right: 10px;
}

.form-group {
    margin-bottom: 10px !important;
}

.dataTable {
    margin: 0px !important;
    padding: 2px !important;
}

.dataTables_filter input {
    border: 1px solid rgba(0, 0, 0, .2) !important;
}