@font-face {
  font-family: Droid Sans;
  src: url('../fonts/DroidSans.ttf');
}
/*
@font-face {
    font-family: 'droid_sansregular';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);

p {
	font-size: 14px;
}
html,body {
	margin:0;
	padding:0;
	height:100%;
}

body {
        font-family: Droid Sans, Calibri Light, serif;
}
a {
	font-size: 14px;
	color: #005a7d;
}
a:hover,
a:focus {
	font-weight: bold;
}
.content {
	padding-bottom:180px;
}
.top-blue {
	background: #005a7d;
	padding: 10px 0;
}
.top-right-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right
}
footer ul {
	list-style-type: none;
}
.top-right-menu li {
	float: left;
}
.top-right-menu li a {
	display: block;
	color: #FFF;
	padding: 0 10px;
}
h1, h2, h3, h4 {
	font-family: 'Calibri Light', Droid Sans, serif;
	color: #0096d1;
}
h1 {
	font-size: 30px;
	font-kerning: 25px;
	margin: 0;
	padding: 0
}
.logo-right h1 {
	padding-left:15px;
}
.logo-right h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding-left:15px;
}
.logo-section {
	padding: 30px 0
}
.full-grey {
	background: #f8f8f8;
	padding: 20px 0
}
.full-lt-blue {
	background: #eaf6fb;
	/*border-bottom: 2px solid #0096d1;*/
}
.sidebar-list {
	border-top: 2px solid #0096d1;
}
.sidebar-list ul {
	list-style: none;
	padding: 10px 0 10px;
	margin: 0;
	border-bottom: 1px solid #d6eef8;
	display:none;
}
.sidebar-list h4 {
	color: #005a7d;
	margin: 0;
	padding: 10px 0 10px;
	border-bottom: 1px solid #d6eef8;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	position: relative
}
.sidebar-list h4:hover {
	background-color: #eaf6fb;
	font-weight: bold;
}
.sidebar-list ul li a {
	display: block;
	color: #005a7d;
	font-size: 13px;
	text-decoration: none;
}
.sidebar-list ul li.active a, .sidebar-list ul li a:hover {
	color: #005a7d;
}
.ser-shadu a {
	color: #333;
	font-size: 11px;
	line-height: 12px;
	color: #000;
	font-weight: bold;
	display: inline-block
}
.ser-shadu p {
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 12px;
}
.ser-shadu p.larg-f {
	font-size: 15px;
	color: #666
}
.right-sha {
	text-align: right;
}
.right-sha p, .right-sha strong {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #0096d1;
	padding-bottom: 10px;
}
.right-sha p.larg-size {
	font-size: 15px;
	color: #0096d1;
	font-weight: normal;
}
.line-buttom {
	border-bottom: 2px solid #0096d1;
	margin: 0 0 20px 0
}
.line-top, .line-top-5 {
	border-top: 2px solid #0096d1;
	margin: 20px 0 0 0
}
.line-top-5 {
	margin-top: 5px;
}
.ser-shadu {
	padding-top: 10px;
	padding-bottom: 20px;
	border-right: 10px solid #FFF;
	background: #eaf6fb;
}
.ser-shadu-r {
	padding-bottom: 34px;
	border-left: 0 solid #FFF;	
	background: #eaf6fb;
}
.ser-shadu-line-top {
	border-top: 2px solid #0096d1;
	margin-top: -10px;
}
.notes{font-weight: normal; 
	   color: #444;}
.table-design h2 {
	font-size: 14px;
	color: #444;
	margin: 0 0 6px;
	padding: 0;
	font-weight: bold;
}
.table-design .row{
	margin:0;
}
.table-design > .col, .col-xs-2, .col-xs-4, .col-xs-8, .col-xs-10, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-5, .col-sm-offset-3, .col-sm-4, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4{
	padding-top: 2px;
	padding-left: 0;
	padding-right: 0;
}
/*not sure at the moment why col-md-9 is causing a layout issue when included in the list above*/
.table-design > .row > .col-md-9 {
	padding-top: 2px;
	padding-left: 0;
	padding-right: 0;
}
.table-design .form-group{margin-left:0;margin-right:0;}

/* 
.table-design div:nth-child(even) {
	background-color: #ccc;
} 	
.table-design div:nth-child(odd) {
	background-color: red;
}
 */
.table-div {
	border-bottom: 1px solid #d6eef8; 
	height: 1px;
	display: block;
}
.table-ht-2 {line-height: 2}
.table-hr {
	background-color: #eaf6fb;
	margin-left: 1px;
	margin-right: 1px;
}
.table-h-on {
	background-color: #eaf6fb;
}
.table-h-off {
	background-color: #FFF;
}
.color-b {
	color: #0096d1
}
.data-div {
	border-top: 1px solid #d6eef8;
	/*padding-top: 5px;*/
}
.data-div p {
	padding: 6px 0;
	margin: 0
}
.line {
	border-bottom: 1px solid #d6eef8;
	height: 1px;
	display: block;
	/*margin-bottom: 5px;*/
}
.line-cb {
	border-bottom: 1px solid #d6eef8;
	height: 1px;
	display: block;
	margin-bottom:4px;
}
.line-cb-thick {
	border-bottom: 2px solid #d6eef8;
	height: 1px;
	display: block;
	margin-bottom:4px;
}
.bold-con {
	font-weight: bold
}
.table-design .color-b {
	padding: 15px 0 0 0;
	font-family: calibri light;
	font-size: 20px;
	color: #0096d1;
}
.paging {
	padding: 20px 0 10px 0
}
.paging a {
	color: #333;
	padding: 2px 6px;
	display: inline-block
}
.paging a.active, .paging a:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #CCC;
}
.footer-black {
	background: #eaf6fb;
	padding: 25px 0;
	width:100%;
	height:180px;
	position:absolute;
	bottom:0;
	left:0;
}
.footer-black p {
	margin: 0;
	color: #fff;
}
.sidebar-list h4 .glyphicon {
	position: absolute;
	top: 10px;
	right: 5px;
}
.sidebar-list h4 .glyphicon-plus {
	display: none;
}
.sidebar-list h4.col-mm .glyphicon-plus {
	display: block;
}
.sidebar-list h4.col-mm .glyphicon-minus {
	display: none;
}
.CLOSET {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 15px;
	color: #000
}
.mobile-menu {
	position: relative;
	height: 50px;
	left: 0;
	display: none;
	background: #005a7d;
	padding: 0 15px;
}
.mobile-menu .navbar-toggle {
	float: left;
	color: #fff;
	border: 1px solid #fff;
}
.mobile-menu .navbar-toggle .icon-bar {
	background: #fff
}
.navbar-brand {
	color: #000;
}
#sidebar-wrapper {
	display: none;
	background: #3b3b3b
}
#wrapper {
	padding: 0;
	min-height:100%;
	position:relative;
}
.my-mm-m .navbar-toggle {
	float: right;
	color: #fff;
	border: 1px solid #fff;
	margin-right: 0
}
.my-mm-m .navbar-toggle .icon-bar {
	background: #fff
}
#logo {
	background-image: url(../images/logo.jpg);
	width: 100%;
	height: 63px;
	background-size: contain;
	background-repeat: no-repeat;
}
#pdflogo {
	background-image: url(../images/pdflogo.jpg);
	width: 100%;
	height: 63px;
	background-size: contain;
	background-repeat: no-repeat;
}
.form-control {
	border: 1px solid #b6e0f1;
}
#top-margin12 {
	margin-top: 12px;
}
#top-margin12-xs {
	margin-top: 12px;
}
#bottom-margin12 {
	margin-bottom: 12px;
}
#nestedAccordion h3 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
}
#nestedAccordion h3 button {
	font-size: 13px;
	margin-top: 3px;
	border: 0px;
	padding: 7px;
	width: 50%;
	font-weight: normal;
}
#nestedAccordion h4 {
	font-size: 14px;
	font-weight: bold;
}
#nestedAccordion h4 button {
	font-size: 12px;
	margin-top: 3px;
	border: 0px;
	padding: 5px;
	width: 35%;
	font-weight: normal;
}
#nestedAccordion > div {
	display: none;
}
.collapsebutton {
	margin-top: 3px;
	margin-bottom: 5px;
	border: 0px;
	padding: 7px;
	width: 50%;
	font-weight: normal;
}
.bg-danger {
	background-color: #F2DEDE;
}
.info-box {
	padding: 12px;
	line-height: 1.7em;
	display: block;
}
#table-col-1 {
}
#property-image-section{
	display: block;
}
#property-image {
	width: 100%;
}
.float-right {
	float:right;
}
#summary {
	color:#444;
	margin-bottom:12px;
}
#summary > div {
	margin-bottom:20px;
}
.no-padding {
	padding:0 !important;
}
.only-padding-right {
	padding-right:15px !important;
	padding-left:0 !important;
}
.only-padding-left {
	padding-left:15px !important;
	padding-right:0 !important;
}
/* 
input[type=checkbox] {
	float:right;
}
*/
 .job-checkbox{
	float:left;
	margin-left:15px;
}
.payment-checkbox{
	float: right;
}
.main-top-line {
	border-top: 2px solid #0096d1;
}
.page-hero-content {
	margin-bottom:16px;
}
.page-hero-content h2 {
	font-size: 24px;
	font-kerning: 25px;
}
.page-help-text-padding {padding: 0px 10px 10px;}
.page-body-padding {padding: 10px 0px 10px;}
.page-padding-left {padding-left:10px;}
.noclick-overlay {
	display:none;
	background-color: white;
    	color: red;
    	height: 100%;
    	width: 100%;
    	position: fixed;
    	z-index: 10;
    	opacity: 0.6;
	background-image: url(../images/loading-blue.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.important {
	color: red;
	font-weight: bold;
}
.field-label {
	font-size:14px;
	font-weight: bold;
	color: #444;
}
.field-value {
	font-siza:13px;
	color: #005a7d;
}
.btn {
	background-color: #005a7d;
	color:#FFF;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 0;
}
.btn:hover,
.btn:focus {
	color:#FFF;
	font-weight: bold;
}
.error {
	color: #fd0a1a;
}
.alert {
  	border-radius: 0;
}
.alert-danger {
  color: #fd0a1a;
  background-color: #faeaeb;
  border-color: #fd0a1a;
}
.alert-info {
  color: #055a7b;
  background-color: #eaf3f9;
  border-color: #055a7b;
}
.alert-warning {
  color: #ffe942;
  background-color: #faf9eb;
  border-color: #ffe942;
}
.alert-success {
  color: #679925;
  background-color: #ebfaf3;
  border-color: #679925;
}
@media (min-width: 768px) {
.container-sm-height {
	display: table;
	padding-left: 0px;
	padding-right: 0px;
}
.row-sm-height {
	display: table-row;
}
.col-sm-height {
	display: table-cell;
	float: none;
}
/* columns of same height styles */
.container-xs-height {
	display: table;
	padding-left: 0px;
	padding-right: 0px;
}
.row-xs-height {
	display: table-row;
}
.col-xs-height {
	display: table-cell;
	float: none;
}
.table-design {
	padding: 0!important;
}
.table-design > .data-div div:first-child {
	padding-left: 0!important;
	font-weight: 14px;
}
.table-design > .data-div div:last-child {
	padding-right: 0!important;
	font-weight: 14px;
}
.content {
	padding-bottom:100px;
}
.footer-black {
	height:70px;
}
/*.table-design >  div {border-bottom:1px solid #949494;}*/
footer a {
	margin-right: 20px;
}
}

@media (min-width: 992px) {
.container-md-height {
	display: table;
	padding-left: 0px;
	padding-right: 0px;
}
.row-md-height {
	display: table-row;
}
.col-md-height {
	display: table-cell;
	float: none;
}
div#xpage-content-wrapper > article {
	min-height:700px;
}
}

@media (min-width: 1200px) {
.container-lg-height {
	display: table;
	padding-left: 0px;
	padding-right: 0px;
}
.row-lg-height {
	display: table-row;
}
.col-lg-height {
	display: table-cell;
	float: none;
}
.content {
	padding-bottom:100px;
}
.footer-black {
	height:70px;
}

}

@media(max-width:992px) {

}

@media(max-width:767px) {
.my-mm-m .navbar-toggle {
	float: right;
	color: #fff;
	border: 1px solid #fff;
	margin-right: 0;
	display: block !important
}
.desktop {
	display: none;
}
.mobile-menu {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
#sidebar-wrapper {
	display: block
}
.top-right-menu {
	float: left;
	margin: 10px;
}
.top-right-menu li {
	float: none;
	width: 100%;
}
.top-right-menu li a {
	padding: 5px 10px;
}
.logo-section {
	padding-top: 50px;
}
.desktop {
	display: none;
}
.sidebar-list {
	margin: 50px 0 0 0;
}
.sidebar-list ul li a {
	color: #b4b4b4;
	padding: 0 10px;
}
.sidebar-list h4 {
	color: #b0b0b0;
	padding: 5px 10px 10px 10px;
}
.sidebar-list ul li.active a, .sidebar-list ul li a:hover {
	color: #0096d1
}
.right-sha {
	text-align: left;
}
#shaded-background {
	background-color: #e0f2fd;
}
.ser-shadu {
	border: 0px;
}
.data-div {
	border-bottom: 1px solid #CCC;
	border-top: none;
	margin-top: 7px;
}
.logo-right h2 {
	font-size: 15px;
}
.logo-right h1 {
	font-size: 30px;
}
button {
	margin-top:5px;
	margin-bottom:5px !important;
}
.table-design .text-right {
	text-align: left;
}
/*
.no-padding, .only-padding-right, .only-padding-left {
	padding-left:15px !important;
	padding-right:15px !important;
}
*/
.job-checkbox{margin-left:0;}

#top-margin12-xs {
	margin-top: 2px;
}

.field-label-xs{padding-left:5px;}

}

