/* ==========================================
	The Basics
   ========================================== */
body { padding: 20px 30px; }

a {
	color: #2581bc;
	text-decoration: none;
}
	a:hover {
		color: #2c3e50;
		text-decoration: none;
	}

hr {
  border: 0;
  margin: 1.35em auto;
  max-width: 100%;
  background-position: 50%;
  box-sizing: border-box;
  height: 8px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="3px" height="3px" viewBox="0 0 3 3" fill="hsla(0, 0%, 75%, 1.0)"><polygon points="0,0.5 0,1.5 1.5,3 2.5,3"/><polygon points="2.5,0 1.5,0 3,1.5 3,0.5"/></svg>');
  background-size: 3px 3px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
img.imgFrame {
	border: 6px solid #f0f0f0;
    box-shadow: 0 1px 2px #999999;
}

.textCenter { text-align: center; }
.textRight { text-align: right; }
.paddingLeft { padding-left: 10px; }

.floatRight { float: right; }
.divider_light {
    border-color:#ececec;
	border-width: 2px 0 0;
}
.divider_dark {
    border-color:#505050;
}
.divider_colored {
    border-color:#2581bc;
}

/* ==========================================
	Header
   ========================================== */
.navbar { margin-bottom: 30px; }

.logo:before, .logo:after {
    content: " ";
    display: table;
}
.logo:after {
    clear: both;
}
.logo {
    max-height: 42px;
    overflow-x: visible;
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	.userInfo { display: none; }
}

/* ==========================================
	Footer
   ========================================== */
.footer:before, .footer:after {
    content: " ";
    display: table;
}
.footer:after {
    clear: both;
}
.footer {
    overflow-x: visible;
	margin-top: 30px;
}
	.footer span {
		margin: 0 10px;
		font-size: 10px;
		color: #999999;
	}
/* ==========================================================================
   Margins
   ========================================================================== */
.mt-0 { margin-top: 0 !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }

/* ==========================================================================
   Paddings
   ========================================================================== */
.no-padding { padding: 0 !important; }
.pt-0 { padding-top: 0 !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-50 { padding-top: 50px !important; }
.pb-0 { padding-bottom: 0 !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pr-10 { padding-right: 10px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-30 { padding-right: 30px !important; }
.pl-10 { padding-left: 10px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-30 { padding-left: 30px !important; }

/* ==========================================================================
   Text Colors
   ========================================================================== */
.text-primary { color: #428bca !important; }
.text-info { color: #46b8da !important; }
.text-success { color: #5cb85c !important; }
.text-warning { color: #eea236 !important; }
.text-danger { color: #d9534f !important; }
.text-white { color: #f0f0f0 !important; }
.text-light { color: #dcdcdc !important; }
.text-default { color: #797979 !important; }

/* ==========================================
	Page Specific Styles
   ========================================== */
.uploadImg {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 10px solid white;
	box-shadow: 0 1px 2px #999;
    -ms-interpolation-mode: bicubic;
	margin: 5px 0;
}

.avatar {
	border: 3px solid #f0f0f0;
    box-shadow: 0 1px 2px #999999;
	float: left;
	margin: 0 20px 10px 0;
	height: 150px;
}

.light { color: #777; }
.isAccepted { color: #008000; font-weight: bold; }
.isDeclined { color: #ce3d3d; }
.padTop { margin-top: 20px; }
.amtDue { color: #ce3d3d; font-weight: bold; }
.has-refund { color: #eea236; font-weight: normal; font-size: 10px; }

tr.completed { background: #f0f0f0; }

.reportSet {
    border: 1px solid #cccccc;
    border-radius: 0;
    min-height: 20px;
    padding: 9px;
}
.reportTotal {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #d5d5d5;
    font-size: 14px;
    padding: 0.25em 0.5em;
}

.reportFooter {
	margin: 20px 0 0;
	font-size: 13px;
	color: #999999;
}

.requiredField {
	color: #999;
	font-weight: normal;
	font-size: 10px;
}

/* ==========================================
	Alert Notifications
   ========================================== */
.alertMsg {
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
    line-height: 1.5em;
    margin: 20px 0;
    padding: 12px 30px 10px 20px;
    position: relative;
}
	.alertMsg i {
		font-size: 18px;
		margin-right: 10px;
	}

.alertMsg .alert-close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAXElEQVR4XnXPsQ1AIQgE0KsYAWf6NDoClfuP8CGAFEY63sUcwobwgVHDtlHwxIaCk9W26ZEY74iccxP0Ag3u96Pg8HDO6Oau7K6bO3qXv88lrKzsM1b9XYIzEucf0sMh9ZVCt9gAAAAASUVORK5CYII=) no-repeat scroll 0 0 transparent;
    display: block;
    height: 12px;
    opacity: 0.4;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: -999px;
    top: 15px;
    width: 12px;
}
	.alertMsg .alert-close:hover { opacity: 1; }

.alertMsg.default {
    background-color: #ffffff;
    border: 1px #cccccc solid;
    color: #333333;
}
.alertMsg.primary {
    background-color: #428bca;
    border: 1px #357ebd solid;
    color: #ffffff;
}
.alertMsg.info {
    background-color: #5bc0de;
    border: 1px #46b8da solid;
    color: #ffffff;
}
.alertMsg.success {
    background-color: #5cb85c;
    border: 1px #4cae4c solid;
    color: #ffffff;
}
.alertMsg.warning {
    background-color: #f0ad4e;
    border: 1px #eea236 solid;
    color: #ffffff;
}
.alertMsg.danger {
    background-color: #d9534f;
    border: 1px #d43f3a solid;
    color: #ffffff;
}
.alertMsg.inverse {
    background-color: #474949;
    border: 1px #000 solid;
    color: #ffffff;
}

/* ==========================================
	StackTable Data Tables
   ========================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	margin: 1em 0;
}
tr { border-bottom: 1px solid #d5d5d5; }

th {
	background: #f5f5f5;
	color: #444;
	font-weight: bold;
    border-top: 1px solid #d5d5d5;
}
	th:first-of-type { border-left: 1px solid #d5d5d5; }
    th { border-right: 1px solid #d5d5d5; }
	td, th {
		padding: 2px;
		text-align: center;
		font-size: 13px;
	}
	td:first-of-type { border-left: 1px solid #d5d5d5; }
	td { border-right: 1px solid #d5d5d5; }
	td a { font-weight: normal; }
	td a:hover { text-decoration: none; }

.sub {
    font-weight: bold;
    background: #f5f5f5;
}

.primary th {
    background: #428bca;
    color: #ffffff;
}
    .sub.primary  {
        font-weight: bold;
        color: #428bca;
    }
.success th {
    background: #5cb85c;
    color: #ffffff;
}
    .sub.success  {
        font-weight: bold;
        color: #5cb85c;
    }
.warning th {
    background: #f0ad4e;
    color: #ffffff;
}
    .sub.warning  {
        font-weight: bold;
        color: #f0ad4e;
    }
.danger th {
    background: #d9534f;
    color: #ffffff;
}
    .sub.danger  {
        font-weight: bold;
        color: #d9534f;
    }
.info th {
    background: #5bc0de;
    color: #ffffff;
}
    .sub.info  {
        font-weight: bold;
        color: #5bc0de;
    }

.stacktable { width: 100%; }
.st-head-row a { color: #444 !important; }
.st-head-row.st-head-row-main { font-size: 14px; padding-top: .4em; }
.st-key {
	padding-left: 1%;
    text-align: center;
	font-weight: bold;
}
.st-val { text-align: center; }

.stacktable.large-only { display: table; }
.small-only { display: none; }

.table-striped  tr:nth-child(odd) > td,
.table-striped tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover  tr:hover > td,
.table-hover  tr:hover > th {
  background-color: #f5f5f5;
}

@media only screen and (max-width: 650px) {
	.large-only { display: none; }
	.stacktable.small-only { display: table; }
}
hr {
    border-color:#ececec;
	margin: 10px 0 20px;
}
/* ==========================================
	Sidebar Lists
   ========================================== */
dl {
    margin-bottom: 0;
    width: 100%;
}
dd {
	width: 100%;
    padding: 5px 10px;
    margin-bottom: -1px;
    margin-left: 0;
    border: 1px solid #e7e7e7;
    border-top: none;
    float: left;
}
	dd p.updatedOn {
		color: #888888;
		font-size: 12px;
		margin-bottom: 20px;
	}

dt { font-weight: normal; }
	dt a {
		border: 1px solid #e7e7e7;
		cursor: pointer;
		display: inline-block;
		margin-bottom: -1px;
		padding: 5px 10px;
		text-decoration: none !important;
		width: 100%;
	}
		dt a:hover, dt a:focus {
			background: #f8f8f8;
		}
		dt a i { margin-right: 4px; }
	dt.noneFound a { cursor: default; }
	dt span {
		float: right;
		color: #888888;
		text-shadow: 1px 1px 1px #fff;
		font-size: 12px;
	}
	
/* ==========================================
	Property Picture Gallery
   ========================================== */
.gallery {
	float: left;
}
	.gallery > a > img {
		border: 2px solid #ffffff;
		box-shadow: 0 1px 2px #999999;
		margin: 3px 1px;
		width: 250px;
		max-height: 200px;
	}
	
.modal-body > img { max-width: 540px; }

/* ==========================================
	List Boxes
   ========================================== */
.listBoxes, .listBoxesRow {
    border: 1px solid #dcdcdc;
    float: left;
    margin: 0.25%;
    padding: 10px;
}
	.listBoxes { width: 24.5%; }
	.listBoxesRow { width: 49.5%; }

.listBoxes h3, .listBoxesRow h3 {
    color: #428bca;
    font-family: "Open Sans";
    font-size: 18px;
    margin: 0;
}
	.listBoxes h3 span, .listBoxesRow h3 span { font-size: 14px; }

@media (min-width: 992px) and (max-width: 1199px) {
	.listBoxes, .listBoxesRow {
		width: 49.5%;
	}
}
@media (max-width: 991px) {
	.listBoxes, .listBoxesRow {
		margin: 0.25% 0;
		width: 99.5%;
	}
}

/* ==========================================
	Service Request Notes
   ========================================== */
#notes {
    margin-bottom: 0;
}
.note-body {
    background-color: #f8f8f8;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #e7e7e7;
	min-height: 110px;
}
	.note-body .avatar {
		float: left;
		margin-right: 20px;
		height: 85px;
	}
	.note-body.admin { border: 1px solid #5bc0de; }

.note-text { overflow: hidden; }
	.note-text p { margin-bottom: 10px; }

.note-author, .note-date {
    color: #444444;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 10px;
}
	.note-date {
		color: #999;
		float: none;
		font-weight: 200;
	}

.note-edit-link {
    display: inline;
    font-size: 90%;
	line-height: 16px;
}

/* ==========================================
	Tool Tips
   ========================================== */
.tooltips {
    display: none;
    position: absolute;
    margin-top: -50px;
	padding: 6px 12px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	line-height: 16px;
    background-color: #f0f0f0;
	border: 1px solid #d5d5d5;
    color: #222222;
}

/* ==========================================================================
   Carousel
   ========================================================================== */
.carousel {
  height: 440px;
  margin-bottom: 30px;
}

.carousel-caption {
  z-index: 10;
  padding-top: 0;
  padding-bottom: 10px;
}
.carousel-caption h1 {
	color: #ffffff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.9);
}
.carousel-caption p {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.9);
}

.carousel-indicators {
    bottom: 0;
}
.carousel-indicators .active {
    background-color: #dcdcdc;
	margin-right: 5px;
}

.carousel .item {
  height: 440px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 440px;
}

.sliderImages {
	margin-top: -40px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) and (-webkit-min-device-pixel-ratio:0) {

}
@media (max-width: 1024px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (max-width: 767px) {
	.breadcrumbs_content ol { display: none; }
}
@media (max-width: 479px) {
    .breadcrumbs_content .pull-right, .breadcrumbs_content .pull-left {
        float:none !important;
    }

    .col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {
        float: left;
    }
    .col-ss-12 {
        width: 100%;
    }
    .col-ss-11 {
        width: 91.66666666666666%;
    }
    .col-ss-10 {
        width: 83.33333333333334%;
    }
    .col-ss-9 {
        width: 75%;
    }
    .col-ss-8 {
        width: 66.66666666666666%;
    }
    .col-ss-7 {
        width: 58.333333333333336%;
    }
    .col-ss-6 {
        width: 50%;
    }
    .col-ss-5 {
        width: 41.66666666666667%;
    }
    .col-ss-4 {
        width: 33.33333333333333%;
    }
    .col-ss-3 {
        width: 25%;
    }
    .col-ss-2 {
        width: 16.666666666666664%;
    }
    .col-ss-1 {
        width: 8.333333333333332%;
    }
}

/* ==========================================================================
   Breadcrumbs Bar
   ========================================================================== */
.breadcrumbs_block {
    margin-bottom:0;
    margin-top:0;
    padding:25px 30px;
    background-color:#2581bc;
}
.breadcrumbs_content {
    position:relative;
}
.breadcrumbs_block h2 {
    margin-bottom:0;
    color:#fff;
}
.breadcrumbs_block h2:before {
    display:none;
}
.breadcrumbs_block h2.logged-in {
	text-transform: none;
}
.breadcrumbs_block h2 span {
    background:none;
}
.breadcrumbs_block h2 .avatar {
	max-width: 25px;
	max-height: 25px;
}
.breadcrumb {
    margin:0;
    background: none;
    padding:0;
}
.breadcrumb > li + li:before {
	font-family: 'FontAwesome';
    color:#fff;
	content: "\f105";
    padding: 0 5px;
}
.breadcrumb li, .breadcrumb li a {
    font-weight:400;
    color:#fff;
}
.breadcrumb li:last-child a {
    font-weight:400;
    cursor:default;
}
/* ==========================================================================
   Profile Card
   ========================================================================== */
.profileBox {
    background: #ffffff;
    overflow: hidden;
    margin: 0;
    position: relative;
}
.cover {
	background: url("../images/footer_bg.png") repeat scroll 0 0 #232323;
    height: 110px;
    border-bottom: 5px solid #2581bc;
    position: relative;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.3);
       -moz-box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.3);
			box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.3);
}
.cover .profilePic {
    position: absolute;
    background: #f0f0f0;
    border: 5px solid #373737;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.3);
       -moz-box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.3);
			box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.3);
}
	.publicPic { padding: 5px; height: 140px; width: 140px; }

.profileBody {
    padding: 95px 10px 10px;
    text-align: center;
}
	.userProfBody {
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
	}

.profileBody h1 {
    color: #535a6c;
    font-size: 28px;
	font-weight: 300;
    margin-bottom: -3px;
	border: 0;
}
.profileBody h4 {
    margin-bottom: 0;
	border: 0;
	color: #428bca;
}
.profileBody p {
	text-align: center;
	margin: 0 0 10px;
}

.profileBody .socialLinks li {
		display: inline-block;
		margin: 20px 0 10px 0;
	}
	.profileBody .socialLinks li a {
		margin: 0 0 0;
		font-size: 22px;
		padding: 4px 12px;
	}
	.profileBody .socialLinks li a:hover {
		background-color: #2581bc;
		color: #ffffff;
	}
	
.profileComments {
	height: 90px !important;
	min-height: 90px !important;
}

.icon-quote {
    color: #cccccc;
    padding: 0 6px;
}
