body {
    font-size: 12px;
    line-height: 1;
}

.page-header
{
    border-bottom: 0px solid transparent;
}
/*
    grid profile
*/

.nav > li {
    text-align: left;
}

.dropdown-menu > li > a {
    color: #4a4747;
}

.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li.active a{
    color: #337ab7;
}

.form-group .bootstrap-select.btn-group.rent_price,
.form-group .bootstrap-select.btn-group.sale_price
{
    display: none;
}

.property-search-form .label {
    font-size: 12px;
    color: black;
}

.property-search-form .input .form-control {
    height: 44px;
    margin-top: 5px;
    width: 100%;
}

li.square-disable {
    color: rgba(255, 0, 0, 1);
}

li.square-activated {
    color: rgba(0, 154, 29, 1);
}

li.square-error {
    color: rgba(255, 227, 0, 1);
}

td.square-disable {
    background-color: rgba(255, 0, 0, 1);
}

td.square-activated {
    background-color: rgba(0, 154, 29, 1);
}

td.square-error {
    background-color: rgba(255, 227, 0, 1);
}

@media (min-width: 768px) {
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
        width: 100%;
    }
}

/* Clients Details*/

.section .row-details {
    border-bottom: 1px solid #ddd;
    line-height: 29px;
}

.section .header {
    color: #666;
    font-size: 16px;
    font-weight:bold;
    padding: 30px 0 0 0;
}

.section .label {
    color: #333;
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    width: 33%;
    text-align: left;
    padding: 25px 10px;
    background-color: #f3f3f3;
}

.section .value {
    width: 67%;
    text-align: left;
    padding: 10px;
    display: inline-block;
    font-weight: lighter;
    font-size: 20px;
    margin-right: -4px;
    min-height: 37px;
}

.order {
    position: absolute;
    margin-top: -20px;
}

.order-label {
    padding: 0 0 0 20px;
}

.value.rounded a {
    background-color: #337ab7;
    display: inline-block;
    padding: 0 10px;
    border-radius: 20px;
    color: white;
    text-align: center;
    font-size: 12px;
}
.value.rounded a:hover {
    text-decoration: none;
}

/*properties details*/
.thumb {
    width: 100%;
    max-width: 120px;
}

/*autosuggest and multiselection*/
.ui-autocomplete-multiselect.ui-state-default {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px 3px;
    padding-bottom: 0px;
    overflow: hidden;
    cursor: text;
    margin: 0px auto;
}

.ui-autocomplete-multiselect .ui-autocomplete-multiselect-item .ui-icon {
    float: right;
    cursor: pointer;
}

.ui-autocomplete-multiselect .ui-autocomplete-multiselect-item {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1px 3px;
    margin-right: 2px;
    margin-bottom: 3px;
    color: #333;
    background-color: #f6f6f6;
}

.ui-autocomplete-multiselect input {
    display: inline-block;
    border: none;
    outline: none;
    height: auto;
    margin: 2px;
    overflow: visible;
    margin-bottom: 5px;
    text-align: left;
    width: 100% !important;
}

.ui-autocomplete-multiselect.ui-state-active {
    outline: none;
    border: 1px solid #7ea4c7;
    -moz-box-shadow: 0 0 5px rgba(50,150,255,0.5);
    -webkit-box-shadow: 0 0 5px rgba(50,150,255,0.5);
    -khtml-box-shadow: 0 0 5px rgba(50,150,255,0.5);
    box-shadow: 0 0 5px rgba(50,150,255,0.5);
}

.ui-autocomplete {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* celdas tabla appointments*/
.cell {
    display: inline-block;
    padding: 5px;
    color:white;
}

.cell.description {
    width: 87%;
}


.panel-collapse .row .cell
{
    color: #333;
    line-height: 40px;
}
span.checkoff,
span.checkon {
    vertical-align: middle;
    font-size: 25px;
}

.checkoff {
    color: red;
}
.checkon {
    color: green;
}
.