﻿.form-group-sm {
    margin-bottom: 5px;
}

    .form-group-sm > label, .form-group-sm > div {
        padding: 5px;
    }

.no-padding-left {
    padding-left: 0px;
}

.panel-body-sm-padding {
    padding: 8px;
    padding-top: -4px;
    padding-bottom: -4px; 
}

.slickgrid-editor-select2-item {
    font-size: 85% !important;
}

.slickgrid-editor-select2-container {
    min-width: 300px;
}

.form-horizontal .form-group-sm .input-group-btn .btn {
    line-height: 14px;
    font-size: 12px;
}

.slick-viewport {
    padding-bottom: 10px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.gray-rule {
    border-bottom: 1px solid #e5e5e5;
    margin: 5px 0px;
}

.date-past-due {
    font-weight: bold;
    color: white;
    background: red;
}

html {
    -ms-overflow-style: scrollbar; /*auto | none | scrollbar | -ms-autohiding-scrollbar*/
}

#main-menu .navigation {
    padding: 55px 0 0;
}

.mmc #main-menu .navigation {
    padding: 45px 0 0;
}
body.modal-open {
    overflow: visible;
}

.aepSlickGrid {
    height: auto;
}

.accordion-header-transparent .panel-heading {
    background-color: transparent !important;
    background-image: none !important;
}

.radio-inline + .radio-inline {
    margin-left: 0;
}

.btn-outline + .btn-outline {
    margin-left: 0;
}

/* used for file upload button styles*/
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.drop-box {
    background: #F8F8F8;
    border: 3px dashed #DDD;
    width: 100%;
    padding: 0px;
}

.drop-box-disabled {
    border: none;
}

.attachments .panel-group {
    margin-bottom: 0px;
}

.dragover {
    border-color: blue !important;
}

.dragover-err {
    border-color: red !important;
}

.no-padding {
    padding: 0px;
}

:-ms-input-placeholder {
    color: #999 !important;
}

.input-group-addon.btn {
    padding: 6px 12px;
}

.panel-title {
    line-height: 1.4285;
}

.panel-urgent {
    border-color: #FBCEB1 !important;
}

    .panel-urgent .panel-heading {
        border-color: #FBCEB1;
        background-color: peachpuff;
        color: #e86100;
    }

.text-urgent {
    color: #e86100;
}

.bg-urgent {
    color: white;
    background-color: #e86100;
}

.priority-icon {
    font-size: 35px;
    float: left;
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-right: 10px;
}
.icon-fw {
      width: 1.28571429em;
      display: inline-block;
}
.radio-inline, .checkbox-inline {
    margin-bottom: 5px;
    padding-left: 20px !important;
}

.btn:focus {
  border-color: #1d89cf !important/*#66afe9 !important*/;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #66afe9;
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #66afe9;
}
.ui-select-highlight 
{
    background-color: yellow;
    color: black;
}
select2-container-disabled select2-search-choice-close {
    display: none !important;
}
.select2-search-field, .select2-input {
    width: 100% !important;
}
.commentsAccordian .panel-group .panel-heading+.panel-collapse > .panel-body {
    height: 500px;
    overflow: auto;
}

.wall-comment-list .media {
    position: relative;
}
.media:first-child {
    margin-top: 0;
}
.media {
    overflow: visible;
}
.media, .media-body {
    zoom: 1;
    overflow: hidden;
}
.pull-left {
    float: left !important;
}
.media > .pull-left {
    padding-right: 15px;
}
.lv-img-sm {
    width: 35px;
    height: 35px;
}
.media-body {
    zoom: 1;
    display: block;
    width: auto;
}
.c-gray {
    color: #9e9e9e !important;
}
.m-l-10 {
    margin-left: 10px !important;
}
.m-r-10 {
    margin-right: 10px !important;
}
small {
    font-size: 11px;
}
.m-t-5 {
    margin-top: 5px !important;
}
.m-b-0 {
    margin-bottom: 0px !important;
}
.commentMessage {
    color: #3a87ad;
}
.approveMessage {
    color: #468847;
}

.link {
    cursor: pointer;
}

.disabled-link {
    color: #555555;
    pointer-events: none;
    cursor: default;
}