.search-filters {
    padding-bottom: 15px;
    border-bottom: 1px dashed darkgrey;
    margin-bottom: 20px;
}
.search-filters h4 {
    margin: 2px 15px 0 0;
}
.search-filters button {
    margin-bottom: 5px !important;
}
.personal-report .summary-list li {
    width: 19.5%;
}

.personal-report .user-heading.alt .profile {
    line-height: 94px !important;
}

.top-info {
  float: left;
  margin-top: 20px;
  margin-left: 30px;
}

.custom-summary-list .summary-list li {
    width: 48.5%;
}
ul.summary-list > li > i {
    display:block;
    font-size: 35px;
    padding-bottom: 5px;
}

ul.summary-list > li {
    padding: 10px 0;
    display: inline-block;
    color: #818181;
}

/* CSS Custom */
.state-overview .symbol i.wait
{
	color:#6ccac9;
	font-size:18px;
	position:relative;
	left:-44px;
	top:-6px;
}
.state-overview .symbol i.process
{
	color:#ff6c60;
	font-size:18px;
	position:relative;
	left:-49px;
	top:-5px;
}
.state-overview .symbol i.testing
{
	color:#f8d347;
	font-size:18px;
	position:relative;
	left:-49px;
	top:-5px;
}
.adv-table .dataTables_filter label input
{
	margin-right:10px;
	width:60%;
}
.modal-body .form-horizontal .form-group
{
	margin-left:0;
	margin-right:0;
}
.align-right {
    text-align: right;
}
.align-right .btn {
    margin-right: 5px;
}

.notification-notification .text {
    white-space: normal;
      display: inline-block;
      margin-left: 10px;
    width: 180px;
}

/*.select-new-client, .select-new-device { position: absolute;top: 6px;left: 400px;display: none;}*/
.select-new-client {  }

.isNew {
    font-weight: bold;
}
.cursor-pointer {
    cursor: pointer;
}

.service-records tr.item, .maintenance-records tr.item, .clients tr.item {
    cursor: pointer;
}

input.error, textarea.error, select.has-error { border-color: #a94442; }
.input-validation-error { border-color: #a94442 !important; }
span.has-error, .field-validation-error { color: #a94442;margin-top: 5px;display: block; }
p.has-error { color: #a94442;margin-top: 5px; }

.filter-label {
    font-size:14px;
    font-weight:normal;
}

.btn-active {
    background-color:#6ccac9;
    border-color:#6ccac9;
}

.dotted-line {
    border-bottom:dotted 1px #e0e0e0;
    margin-bottom:15px;
    padding-bottom:20px;
    display:block;
}
.price {
    font-size:18px;
}


/*Social buttons*/
.btn-facebook i {
    color: #fff;
    margin-right: 10px;
}

.btn-facebook {
    background: #3b5998;
    color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.m-left-20 { margin-left: 20px !important;}
.m-left-10 { margin-left: 10px !important;}
.m-bot-20 {
    margin-bottom: 20px !important;
}


.brand-list {}

.brand-list li {
     padding: 11px 0 !important;
     border-bottom: 1px #e5e5e5 dashed !important;
     line-height: 24px;
}

.brand-list li:last-child {
     border-bottom: none !important;
}

.brand-list li p {
    margin-bottom: 0px !important;
    font-weight: bold !important;
}

    .brand-list li span {
        /*float: right !important;*/
        display: inline-block !important;
        margin-right: 15px !important;
        margin-top: 0px !important;
    }

.add-btn {
    /*background-color: #737373 !important;
    border-color: #737373 !important;*/
    color: #434343;
}

.items tbody tr {
    cursor: pointer !important;
}

.selectize-control .el {
    margin-right: 15px !important;
}

.selectize-control .help-block {
    font-size: 12px;
    color: #666;
}

.form-group p:last-child
{
    margin-bottom: 0px!important;
}

.form-group div p:last-child {
    margin-bottom: 0px !important;
}

.row .col-xs-12:last-child {
    margin-bottom: 0px !important;
}

.form-group label.checkbox-inline:first-child {
    padding-left: 0px !important;
}

.tags .item {
    margin-bottom: 10px;
}
.tags .item label {
    margin-bottom: 0px !important;
}
.tags .item:nth-last-child(-n+3) {
    margin-bottom: 0px !important;
}

.showHidePanel .panel-heading {
    cursor: pointer;
}

.showHidePanel .panel-body {
    display: none;
}

.service-transactions {

}
.service-transactions li {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding: 0 0 10px;
    position: relative;
}
    .service-transactions li p {
        width: 75%;
    }
    .service-transactions li .price {
        position: absolute;
        right: 0;
        top: 10px;
        font-size: 13px;
        font-weight: bold;
    }
    .service-transactions li .date {
        font-size: 11px;
        color: #818181;
    }
    .service-transactions li:last-child {
        border-bottom: none;
        margin-bottom: 0px;
    }