body.modal-open {

}
.null-property{
    color: #bbb;
}
.panel-title {
    overflow: hidden;
}
.email-property{
    text-transform: none !important;
}
form.individual .panel-heading{

}
.collection-item {
    border-bottom: 5px solid #f5f5f5;
    padding-top: 30px;
}
.form-horizontal .control-label {
    text-align: left;
}
.form-horizontal .form-group {
    margin-left:0;
}
.panel-title .control-label.col-md-3{
    width:100%;
    margin:0;
    padding:0;
    color:rgb(51,51,51);
    font-family:'Open Sans';
    font-size:16px;
    font-weight:300;
}
.storeNumber {
    padding: 10px 10px 0 30px;
}
.extra-details{
    border-top: 1px solid black;
    display: inherit;
}
.dropdown-menu li > a {
    padding: 6px 13px;
}
.header.navbar .navbar-brand {
    padding-top: 6px;
}
.page-sidebar .sidebar-toggler {
    margin-bottom: 15px;
}
form {
    margin-bottom: 0;
}
form .form-group {
    overflow: hidden;
}
.form-actions, .form-actions.fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}
.search-form-default .form-actions {
    padding-bottom: 0;
}
.collection-items {
    margin-bottom: 0;
}
.collection-items > .collection-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.collection-items > .collection-item > .control-label {
    display: none;
}
.form-group.selectdate-group select {
    width: 29%;
    display: inline;
}
.page-content .page-breadcrumb.breadcrumb .dashboard-date-range {
    margin-right: 0;
    top: 0;
}

.block {
    padding-bottom: 20px;
}
.block-title {
    font-size: 22px;
    color: #666;
    text-align: center;
    font-weight: 300;
    margin-bottom: 5px;
}
.checkAmount {
    position: absolute;
    right: 15px;
    background-color: #FF6666;
    color: #FFF;
    font-size: 22px;
    font-weight: 300;
    padding: 0px 5px;
}
.dashboard-stat {
    margin-bottom: 20px;
}
.dashboard-stat .visual {
    padding-left: 10px;
}
.dashboard-stat .visual i {
    font-size: 40px;
    line-height: 40px;
}
.dashboard-stat .details .number {
    font-size: 28px;
    padding-top: 10px;
    margin-bottom: 0;
}
.dashboard-stat .details .smallText {
    font-size: 12px;
}
.chartRow .portlet {
    margin-bottom: 0;
}
.chartRow .chartBlock {
    margin-bottom: 25px;
    color:#666;
}
.chartBlock .name {
    text-align: center;
}
.odometers {
    margin: 0 auto;
}
.odometers > .name {
    color: #FF6666;
    font-size: 18px;
}
.odometers .row {
    text-align: center;
}
.odometers .inlineChart{
    display: inline-block;
    margin: 0 20px;
}
.odometerChart {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.odometerChart .odometer {
    height: auto;
}
.pieChart:last-child {
    padding-top: 15px;
    padding-bottom: 15px;
}
.pieChart:first-child {
    padding-bottom: 0;
}
.pieChart .pie {
    height: 220px;
}
.pieChart:last-child .pie {
    height: 150px;
}
.pieChart:first-child .pie {
    height: 180px;
}

.feeds .col1 .cont .cont-col2 .desc span.label {
    margin-left: 6px;
}
.feeds .col2 {
    width:100px;
    margin-left:-100px;
}
.reservations-gm .col2 {
    width:150px;
    margin-left:-150px;
}

@media (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) {
}

@media (min-width: 1600px) {
    .dashboard-stat .visual {
        padding-left: 15px;
    }
    .dashboard-stat .visual i {
        font-size: 65px;
        line-height: 65px;
    }
    .dashboard-stat .details .number {
        font-size: 43px;
    }
}