﻿/*
body {
    padding-top: 50px;
    padding-bottom: 20px;
}
*/

/* Set padding to keep content from hitting the edges */
/*
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
*/

/* Set width on the form input elements since they're 100% wide by default */
div.max-300,
input.max-300,
select.max-300,
textarea.max-300 {
    max-width: 300px;
}

div.max-150,
input.max-150,
select.max-150,
textarea.max-150 {
    max-width: 150px;
}


/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* center table items */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}

/* add some spaces to dl */
dl.dl-horizontal dt {
    margin-bottom: 10px;
}

dl.dl-horizontal dd {
    margin-bottom: 10px;
}

/* pagination */
.pagination > li > select {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #3276B1;
    float: left;
    line-height: 1.43;
    margin-left: -1px;
    padding: 6px 10px 7px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > li > a, .pagination > li > span {
    box-shadow: none;
}

/* phone-fax-gsm */
.phone-area-code {
    width: 50px;
    float: left;
}

.phone-number {
    width: 100px;
    float: left;
    margin-left: 10px;
}

.phone-copy-btn-group {
    padding: 5px 0px 5px 10px;
}

/* city-county */
div.city-container {
    text-align:right;
}

select.city {
    float:left;
    width:140px;
}

select.county {
    float:left;
    width:150px;
    margin-left:10px;
}

.price {
    width: 100px;
}


/* clickable */
td.clickable, li.clickable {
    cursor: pointer;
}

/*COMMON LAYOUT*/
#login .login-desc-box-l {
    width: 100%;
}

#login h4.paragraph-header {
    width: 100%;
}

/******************************************/

.jarviswidget-color-darken .nav-tabs li:not(.active) a {
    color: #333 !important;
}

.jarviswidget > header {
    color: #333;
    border: none;
    background: none;
} 

.widget-body-toolbar, .smart-form.widget-body-toolbar {
border-top: 1px solid #ccc;
}

div[role="content"] {
border-top:1px solid #CCC! important;
}

.select2-search-choice-close:before {
    color:#444 !important;
    content: \f00d  !important
}

.select2-search-choice-close {
    line-height:15px !important;
    font-size:15px !important;
    right:34px !important;
    top:8px !important;
}
