﻿@charset "utf-8";
.picsize {
	width: 100%;
	height: 100%;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-max-profile {
	max-width: 91px;
	max-height: 91px;
	display: block;
}
.img-max-tile {
	display: block;
	max-width: 96px;
	max-height: 60px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 4px;
}
.logout-float {
	margin-top: 14px;
	right: 0px;
	position: absolute;
}
.comment-text {
   word-wrap: break-word;
   -ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
.media-object-profile {
	display: block;
	max-width: 90px;
	max-height: 90px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	margin-right: 5px;
	margin-left: 5px;
}

.forms-sidebar {
	width: 230px;
	float: left;
}
.forms-edit {
	width: 930px;
	float: right;
}
.iframe-margin {
	margin: 0px;
	padding: 0px;
}
.image-floater {
	height: 54px;
	width: 90px;
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
	margin-right: 20px;
}
.image-float-border {
	background-color: #fafafa;
	background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    padding: 2px;
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}
.navbar-padding {
	padding-top: 0px;
	padding-bottom: 2px;
}
#vert-parent {
    padding: 5% 0;
}

#vert-child {
    padding: 10% 0;
}
span.radio {
    padding: 0px;
}

span.radio > input[type="radio"] {
    margin: 8px -5px 7px 0px;
}

span.radio > label {
    float: left;
    margin-right: 5px;
    padding: 0px 5px 0px 10px;
}

.fc-docs-example {
       position: relative;
  *padding-top: 19px;
       background-color: #fff;
       border: 1px solid #ddd;
       -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       border-radius: 4px;
       margin-top: 15px;
       margin-right: 0;
       margin-bottom: 15px;
       margin-left: 0;
       padding-top: 10px;
       padding-right: 10px;
       padding-bottom: 10px;
       padding-left: 10px;
}
 .table-plain-bdr {
	border: 1px solid #dddddd;
}

/* caret height fix */
.caret-fix {
	padding-top: 4px;
	padding-bottom: 4px;
}
/* caret height fix */
.caret-fix-mini {
	padding-top: 5px;
	padding-bottom: 3px;
}
.dropdown-text-right {
	text-align: right;
	color: #F00;
}
.toolbar-links {
	font-size: 16px;
	color: #FFF;
	text-decoration: underline;
}
a:link.toolbar-links {
	font-size: 16px;
	color: #FFF;
	text-decoration: underline;
}
a:visited.toolbar-links {
	font-size: 16px;
	color: #FFF;
	text-decoration: underline;
}
a:hover.toolbar-links {
	font-size: 16px;
	color: #CCC;
	text-decoration: underline;
}
a:active.toolbar-links {
	font-size: 16px;
	color: #FFF;
	text-decoration: underline;
}
.span13, {
  width: 96px;
}
.carousel-name {
	min-width: 60px;
	margin-bottom: 4px;
	margin-left: 4px;
}

.carousel-address {
	min-width: 190px;
}

.tile-icon-margin {
	padding: 0px;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.btn-add-tile {
	font-size: 12px;
	width: 98%;
	padding-left: 6px;
	padding-right: 6px;
}
.doc-add-tile {
	display: inline-block;
	*display: inline;80
	margin-bottom: 0;
	*margin-left: .3em;
	*line-height: 20px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	width: 80%;
}

.btn-add-tile:hover,
.btn-add-tile:active,
.btn-add-tile.active,
.btn-add-tile.disabled,
.btn-add-tile[disabled] {
	color: #333333;
	background-color: #e6e6e6;
  *background-color: #d9d9d9;
	text-align: center;
}

.btn-add-tile:active,
.btn-add-tile.active {
  background-color: #cccccc \9;

}.field-hint {
	color: #999999;
	font-size: 8pt;
	margin-right: 4px;
	margin-top: 12px;
}
.badge-link {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #939393;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* Custom buttons for Active/Inactive tiles Starts */

.btn-all {
	color: #faa732;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
  *background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
}

.btn-all:hover,
.btn-all:active,
.btn-all.active,
.btn-all.disabled,
.btn-all[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn-all:active,
.btn-all.active {
  background-color: #cccccc \9;

}

/* Closings Filter Starts */
.btn-closings {
	color: #C09853;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
  *background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
}

.btn-closings:hover,
.btn-closings:active,
.btn-closings.active,
.btn-closings.disabled,
.btn-closings[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn-closings:active,
.btn-closings.active {
  background-color: #cccccc \9;

}
/* Closing Filter Ends */

/* Review Filter Starts */
.btn-review {
	color: #3a63ad;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
  *background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
}

.btn-review:hover,
.btn-review:active,
.btn-review.active,
.btn-review.disabled,
.btn-review[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn-review:active,
.btn-review.active {
  background-color: #cccccc \9;

}
/* Review Filter Ends */

.btn-active {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
}

.btn-active:hover,
.btn-active:active,
.btn-active.active,
.btn-active.disabled,
.btn-active[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn-active:active,
.btn-active.active {
  background-color: #cccccc \9;

}

.btn-buyer {
	color: #5bb75b;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
  *background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
}

.btn-buyer:hover,
.btn-buyer:active,
.btn-buyer.active,
.btn-buyer.disabled,
.btn-buyer[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn-buyer:active,
.btn-buyer.active {
  background-color: #cccccc \9;

}

.btn-seller {
	color: #49afcd;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
  *background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
}

.btn-seller:hover,
.btn-seller:active,
.btn-seller.active,
.btn-seller.disabled,
.btn-seller[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn-seller:active,
.btn-seller.active {
  background-color: #cccccc \9;

}

.btn-inactive {
	color: #999999;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
  *background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
}

.btn-inactive:hover,
.btn-inactive:active,
.btn-inactive.active,
.btn-inactive.disabled,
.btn-inactive[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn-inactive:active,
.btn-inactive.active {
  background-color: #cccccc \9;

}

.btn-all-dwn {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    border-left-color: #f89406;
    border-right-color: #f89406;
    border-top-color: #f89406;
    border-bottom-color: #ad6704;
}

.btn-all-dwn:hover,
.btn-all-dwn:active,
.btn-all-dwn.active,
.btn-all-dwn.disabled,
.btn-all-dwn[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-all-dwn:active,
.btn-all-dwn.active {
  background-color: #c67605 \9;
}

/* Closings Down Starts */
.btn-closings-dwn {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #C09853;
  *background-color: #C09853;
  background-repeat: repeat-x;
    background-image: linear-gradient(#CEAE79, #C09853);	/*Standard syntax */
	background-image: -webkit-linear-gradient(#CEAE79, #C09853); /*for safari*/
    border-left-color: #F8DEAF;
    border-right-color: #F8DEAF;
    border-top-color: #C09853;
    border-bottom-color: #CEAE79;
}

.btn-closings-dwn:hover,
.btn-closings-dwn:active,
.btn-closings-dwn.active,
.btn-closings-dwn.disabled,
.btn-closings-dwn[disabled] {
  color: #ffffff;
  background-color: #C09853;
  *background-color: #C09853;
}

.btn-closings-dwn:active,
.btn-closings-dwn.active {
  background-color: #575757 \9;
}
/* Closings Down Ends */

/* Review Down Starts */
.btn-review-dwn {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3a63ad;
  *background-color: #3a63ad;
  background-repeat: repeat-x;
    background-image: linear-gradient(#3a85ad, #3a63ad);/*Standard syntax */
	background-image: -webkit-linear-gradient(#3a85ad, #3a63ad);/*for safari*/
    border-left-color: #F8DEAF;
    border-right-color: #F8DEAF;
    border-top-color: #3a63ad;
    border-bottom-color: #CEAE79;
}

.btn-review-dwn:hover,
.btn-review-dwn:active,
.btn-review-dwn.active,
.btn-review-dwn.disabled,
.btn-review-dwn[disabled] {
  color: #ffffff;
  background-color: #3a63ad;
  *background-color: #3a63ad;
}

.btn-review-dwn:active,
.btn-review-dwn.active {
  background-color: #575757 \9;
}
/* Review Down Ends */

.btn-active-dwn {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #777777;
  *background-color: #696969;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #808080, #696969);
    border-left-color: #696969;
    border-right-color: #696969;
    border-top-color: #696969;
    border-bottom-color: #525252;
}

.btn-active-dwn:hover,
.btn-active-dwn:active,
.btn-active-dwn.active,
.btn-active-dwn.disabled,
.btn-active-dwn[disabled] {
  color: #ffffff;
  background-color: #696969;
  *background-color: #606060;
}

.btn-active-dwn:active,
.btn-active-dwn.active {
  background-color: #575757 \9;
}


.btn-buyer-dwn {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    border-left-color: #51a351;
    border-right-color: #51a351;
    border-top-color: #51a351;
    border-bottom-color: #387038;
}

.btn-buyer-dwn:hover,
.btn-buyer-dwn:active,
.btn-buyer-dwn.active,
.btn-buyer-dwn.disabled,
.btn-buyer-dwn[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-buyer-dwn:active,
.btn-buyer-dwn.active {
  background-color: #408140 \9;
}

.btn-seller-dwn {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    border-left-color: #2f96b4;
    border-right-color: #2f96b4;
    border-top-color: #2f96b4;
    border-bottom-color: #1f6377;
}

.btn-seller-dwn:hover,
.btn-seller-dwn:active,
.btn-seller-dwn.active,
.btn-seller-dwn.disabled,
.btn-seller-dwn[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-seller-dwn:active,
.btn-seller-dwn.active {
  background-color: #24748c \9;
}

.btn-inactive-dwn {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #969696;
  *background-color: #8c8c8c;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #9d9d9d, #8c8c8c);
    border-left-color: #8c8c8c;
    border-right-color: #8c8c8c;
    border-top-color: #8c8c8c;
    border-bottom-color: #7a7a7a;
}

.btn-inactive-dwn:hover,
.btn-inactive-dwn:active,
.btn-inactive-dwn.active,
.btn-inactive-dwn.disabled,
.btn-inactive-dwn[disabled] {
  color: #ffffff;
  background-color: #8c8c8c;
  *background-color: #858585;
}

.btn-inactive-dwn:active,
.btn-inactive-dwn.active {
  background-color: #7e7e7e \9;
}

.btn-pagenav {
    color:#999999;
}

.btn-pagenav-dwn {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #969696;
  *background-color: #8c8c8c;
  background-repeat: repeat-x;
    background-image: linear-gradient(#9d9d9d, #8c8c8c);	/*Standard syntax */
	background-image: -webkit-linear-gradient(#9d9d9d, #8c8c8c); /*for safari*/
    border-left-color: #8c8c8c;
    border-right-color: #8c8c8c;
    border-top-color: #8c8c8c;
    border-bottom-color: #7a7a7a;
}

.btn-pagenav-dwn:hover,
.btn-pagenav-dwn:active,
.btn-pagenav-dwn.active,
.btn-pagenav-dwn.disabled,
.btn-pagenav-dwn[disabled] {
  color: #ffffff;
  background-color: #8c8c8c;
  *background-color: #858585;
}

.btn-pagenav-dwn:active,
.btn-pagenav-dwn.active {
  background-color: #7e7e7e \9;
}

/* Custom buttons for Active/Inactive tiles Starts */

span.radio {
    padding: 0px;
}

span.radio > input[type="radio"] {
    margin: 0px -5px 7px 0px;
}

span.radio > label {
    float: left;
    margin-right: 5px;
    padding: 0px 5px 0px 10px;
}
.badge-select {
	font-size: 11.844px;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
}
.navbar-contact {
	padding-right: 20px;
	background-color: #fafafa;
	background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    padding-top: 14px;
    padding-left: 20px;
    padding-bottom: 10px;
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}
.brand-contact {
	float: left;
	font-size: 20px;
	font-weight: 200;
	color: #555555;
	text-shadow: 0 1px 0 #ffffff;
	padding-right: 10px;
	display: block;
}

/*! body override */
body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	background-color: #ffffff;
	background-image: url(../images/headerbk.png);
	background-repeat: repeat-x;
	background-size: 100% 154px;
}

/*! Dashboard and Tiles */
.agent-con {
	height: auto;
	background-color: #fafafa;
	background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}
.agent_info{
	font-size:11px;
	line-height:1.12em;
}
.dash-con {
  min-height: 279px;
  margin-top:20px;
  background-color: #fafafa;
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}

.dash_head{
	height: 26px;
	background-color: #F3F3F3;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.dash_body_buyer{
background: #f9fbf8; /* Old browsers */
background: -moz-linear-gradient(top,  #f9fbf8 0%, #d9ecd8 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fbf8), color-stop(98%,#d9ecd8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9fbf8 0%,#d9ecd8 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9fbf8 0%,#d9ecd8 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9fbf8 0%,#d9ecd8 98%); /* IE10+ */
background: linear-gradient(to bottom,  #f9fbf8 0%,#d9ecd8 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fbf8', endColorstr='#d9ecd8',GradientType=0 ); /* IE6-9 */
font-size:12px;	
line-height:13px;
}
.dash_body_seller{
background: #f9fbf8; /* Old browsers */
background: -moz-linear-gradient(top,  #f9fbf8 0%, #c3dfed 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fbf8), color-stop(98%,#c3dfed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9fbf8 0%,#c3dfed 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9fbf8 0%,#c3dfed 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9fbf8 0%,#c3dfed 98%); /* IE10+ */
background: linear-gradient(to bottom,  #f9fbf8 0%,#c3dfed 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fbf8', endColorstr='#c3dfed',GradientType=0 ); /* IE6-9 */
font-size:12px;	
line-height:13px;
}
.dash_body_default {
	background: #f9fbf8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9fbf8 0%, #dddddd 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fbf8), color-stop(98%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9fbf8 0%,#dddddd 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9fbf8 0%,#dddddd 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9fbf8 0%,#dddddd 98%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9fbf8 0%,#dddddd 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fbf8', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	font-size: 12px;
	line-height: 13px;
}
.dash_foot{
	height: 40px;
	text-align: center;
	padding-top: 2px;
}
.dash-nav{
	text-align: center;
	font-size: 20px;
	color: #939393;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.center{
	text-align:center;
}
.address{
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	color:#939393;
}
.text-warning {
  color: #c09853;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
/*! Media tags?? */
.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
  list-style: none;
}

/*!
 * Carousel Override starts here
 * Note: Disable Carousel classes in bootstrap.css
 */

.carousel {
	position: relative;
	margin-bottom: 20px;
	line-height: 1;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel .item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
	-moz-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
	margin-left: 20px;
}

.carousel .item > img {
  display: block;
  line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next {
  left: 100%;
}

.carousel .prev {
  left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

.carousel .active.left {
  left: -100%;
}

.carousel .active.right {
  left: 100%;
}

.carousel-control {
	position: absolute;
	top: 40%;
	margin-top: -20px;
	font-size: 50px;
	font-weight: 100;
	line-height: 30px;
	color: #999999;
	text-align: center;
}

.carousel-control.right {
	right: 0px;
	left: auto;
}

.carousel-control:hover {
	color: #333333;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}
/*! Carousel Override ends here */

/*! Carousel Badge starts here */
.badge-large {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 18px;
	display: block;
	text-align: center;
	padding: 7px;
	margin-right: 10px;
	text-indent: -3px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #939393;
}
.badge-small {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	width: 10px;
	display: block;
	text-align: center;
	padding: 7px;
	margin-right: 5px;
	text-indent: -1px;
	font-size: 12px;
	line-height: 10px;
	font-weight: bold;
	color: #939393;
}
.badge-label {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #939393;
	padding-top: 7px;
	padding-bottom: 7px;
}
/*! Carousel Badge ends here */

/*! A tag Override starts here */
a {
  color: #666666;
  text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
	text-align: left;
}
/*! A tag Override ends here */

/*! btn-group override for dashboard centering - starts here */
.btn-group {
  position: relative;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
}
/*! btn-group override - ends here */

/*! btn-large override for font size change - starts here */
.btn-large {
	padding: 9px 14px;
	font-size: 16px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
}

.btn-group > .btn-large {
  font-size: 16px;
}

/*! btn-large override - ends here */

/*! Custom Badge override - starts here */
.label-contact,
.badge-contact {
  background-color: #67A803;
}

.label-contact[href],
.badge-contact[href] {
  background-color: #548A02;
}

.label-todo,
.badge-todo {
  background-color: #118AD6;
}

.label-todo[href],
.badge-todo[href] {
  background-color: #0F7DBF;
}
/*! Custom Badge override - ends here */

/*! Custom Span tag for tile buttons - starts here */
.span2x2 {
	width: 36%;
	margin-top: 10px;
}
/*! Custom Span tage for the tile buttons - ends here */

.badge-tile-label {
	color: #FFFFFF;
	margin-right: 6px;
}

.badge-label-dot {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #939393;
	padding-top: 7px;
	padding-bottom: 7px;
}

.badge-plus {
	font-size: 22px;
}

.tile-hrule-top {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 1px;
	width: 90%;
	border: 0;
	background-color: #999999;
}

.tile-hrule-btm {
	margin-top: 15px;
	margin-bottom: 5px;
	height: 1px;
	width: 90%;
	border: 0;
	background-color: #999999;
}

/*!-- For Tab Content Border --*/
.tab-pane-border {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	/* [disabled]border-top-right-radius: 4px; */
	/* [disabled]border-top-left-radius: 4px; */
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-top-width: 0px;
	border-top-style: none;
	padding: 16px;
}

/*!-- For Table Head of grid --*/
.table tbody tr.gridhdr td {
	background-color: #d9edf7;
	font-weight: bold;
	border-bottom-width: 0px;
}

.table tbody tr.grid-taskhdr td {
	background-color: #dddddd;
	font-weight: bold;
	border-top: 1px solid #CECECE;
}

.complete-label {
	color: #468847;
}

/*!-- Create Checklist Border --*/
.addbar {
	display: block;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 54px;
	padding-bottom: 0px;
	margin-top: -2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top: 0px none rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.addbar-top {
	display: block;
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 54px;
	padding-bottom: 10px;
	margin-bottom: -2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 0px none rgba(0, 0, 0, 0.15);
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.addbar-tools-bottom {
	display: block;
	padding-top: 12px;
	padding-right: 8px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: -2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top: 0px none rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.addbar-tools-top {
	display: block;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 10px;
	padding-bottom: 12px;
	margin-bottom: -2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 0px none rgba(0, 0, 0, 0.15);
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.addbar-modal {
	display: block;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-top: -2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top: 0px none rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	border-left: 1px solid rgba(0, 0, 0, 0.15);
}


/*!-- For Table Row Checklist Rename grid --*/
.table tbody tr.gridrename td {
	background-color: #E6F3FB;
}

.modal-short {
	height: 180px;
}

.modal-background-color {
	background-color: #EEEEEE
}

.modal-narrow {
	width: 370px;
}

/*!-- Email Label Width --*/
.form-horizontal .control-label-wide {
  float: left;
  width: 108px;
  padding-top: 5px;
  text-align: left;
}

.form-horizontal .control-label-wider {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: left;
}

.bs-docs-con {
	position: relative;
  *padding-top: 19px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 14px;
	padding-right: 19px;
	padding-bottom: 10px;
	padding-left: 19px;
}

ul.unstyled-tier,
ol.unstyled {
  list-style: none;
}

.icon-list {
	margin-top:-4px;
}

.label-buyer {
	color: #468847;
}

.label-seller {
	color: #3A87AD;
}

/*!-- table-blank --*/
table-blank {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-blank {
  width: 100%;
  margin-bottom: 20px;
}

.table-blank th,
.table-blank td {
  padding: 4px;
  line-height: 10px;
  text-align: left;
  vertical-align: top;
}

/*!-- Image border --*/
.img-logo-bdr {
	border: 1px solid #ddd;
	margin-top: 10px;
	margin-right: 6;
	margin-bottom: 10px;
	margin-left: 6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	width: 350px;
	height: 94px;
	background-image: url(../images/trans_bk.png);
	background-repeat: repeat;
}

.small-hint {
	font-size: 12px;
}

/* Footer (class disabled docs.css)
-------------------------------------------------- */

.footer {
  padding-bottom: 10px;
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
}
.footer p {
	margin-bottom: 0;
	color: #777;
	padding-top: 10px;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  margin-right: 10px;
}

/* dash-return */
.dash-return {
	font-size: 16px;
}

/* Grid row hover */
.gridview-row:hover
{
    background-color:#F2F5A9;
}

.navbar-timeout
{
  color: #b94a48;
  background-color: #e8bebe  !important;
  border-color: #eed3d7;
  z-index: 3000;
}

/*Update panel progress indicator*/

#overlay {
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
	background-color: #f8f8f8;
	width: 100%;
	height: 100%;
	filter: Alpha(Opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
}

#theprogress {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	width: 300px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	filter: Alpha(Opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

#modalprogress {
	position: absolute;
	top: 40%;
	left: 50%;
	margin: -11px 0 0 -150px;
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}

/*Video instructions modal popup*/

.instructions-modal {
	display: none;
	width: 650px;
	left: 47% !important;
}

.instructions-modal-playlist {
	left: 42% !important;
	display: none;
	width: 850px;
}

.instructions-modal-body{
	padding: 0px !important;
}

.video-gallery {
	display: flex;
	height: 400px;
}

.instructions-modal .main-video {
	flex: 0 0 100%;
}

.instructions-modal-playlist .main-video {
	flex: 0 0 75%;
}

#videoInstructions{
	width: 100%;
	height: 400px;
	background-color: black;
}

.instructions-modal .playlist {
	display: none;
}

.instructions-modal-playlist .playlist {
	flex: 1;
}

.playlist-heading {
	font-weight: bold;
	color: black;
	padding: 15px 15px;
	font-size: medium;
	border-bottom: 1px solid #8c8c8c;
}

.playlist-item-collection {
	overflow-y: scroll;
	height: 347px;
}

.playlist-items {
	list-style-type: none;
	padding: 0px !important;
	margin: 0px !important;
}

.playlist-item {
	padding: 10px 15px;
	border-bottom: 1px solid #8c8c8c;
	cursor: pointer;
}

	.playlist-item:hover {
		background-color: aliceblue;
	}