@charset "utf-8";
/* CSS Document */

body {
	background: url(/img/content_bg.png) repeat left top;
}
body.comfortable {
	line-height: 20px;
}
body.comfortable td {
	padding: 5px !important;
}
body.cozy {
	line-height: 16px;
}
body.cozy td {
	padding: 3px !important;
}
body.compact {
	line-height: 14px;
}
body.compact td {
	padding: 1px !important;
}

.btn-transparent {
    background:none;
    border:none;
    box-shadow:none;
}

.middle {
    vertical-align: middle;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.hr-grey {
    width: 100%;
  height: 11;
    color: red;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.table-nowrap {
	table-layout:auto;
}

.table-nowrap td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.glyphicon:before {
 visibility: visible;
}
.glyphicon.glyphicon-star-empty:checked:before {
   content: "\e006";
}
input[type=checkbox].glyphicon{
    visibility: hidden;
}

/* Apply padding to td elements that are direct children of the tr element. */
.tr.spaceUnder > td
{
  padding-bottom: 1em;
}

.spaceUnder > td {
    padding-bottom: 1em;
}

.paddingBottom {
    padding-bottom: 25px;
}


.label-group {
  background-color: #e4edf4;
    color: #000000;
    font-size: 60%;
    font-style: normal;
}

.contact-photo {
    margin-left: 20px;
    margin-top: 20px;
}

.multiline {
    white-space: pre-wrap;
}

.btn-hover {
    font-weight: normal;
    color: #333333;
    cursor: pointer;
    background-color: inherit;
    border-color: transparent;
}

.placeholder {
    color: #ccc;
}
.cursor-pointer {
    cursor: pointer;
    background: none;
}
.cursor-pointer:hover {
    background: #ddd;
}
#contact-info input[type=text], #contact-info input[type=password] {
    width: 250px;
}
#contact-info td:first-child input[type=text] {
	width: 80px;
}
#contact-info textarea {
    width: 250px;
    height: 75px;
}
#contact-info .panel {
	margin-right: 15px;
}
#contact-info #note {
    display: block;
    min-height: 300px;
}
#contact-info #note textarea {
    width: 100%;
    height: 300px;
}
.dropdown-menu {
    cursor: pointer;
}
.dropdown-menu li:hover {
    background: #ddd;
}
.cbx-icon {
    cursor: pointer;
}
#contact-info td:nth-child(2) .editText {
	cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}
#contact-info td {
	white-space: nowrap;
}
#contact-info td:nth-child(2) {
	width: 100%;
	white-space: normal;
}
#clear-search {
	position: absolute;
	z-index: -1;
	margin: 15px 0 0 -30px;
	cursor: pointer;
}

@media (min-width: 768px) {
	#contact-info td:nth-child(2) .editText {
		width: 120px;
	}
	#contact-info input[type=text], #contact-info input[type=password] {
		width: 120px;
	}
	#contact-info textarea {
		width: 120px;
	}
}
@media (min-width: 992px) {
	#contact-info td:nth-child(2) .editText {
		width: 210px;
	}
	#contact-info input[type=text], #contact-info input[type=password] {
		width: 210px;
	}
	#contact-info textarea {
		width: 210px;
	}
}
@media (min-width: 1200px) {
	#contact-info td:nth-child(2) .editText {
		width: 300px;
	}
	#contact-info input[type=text], #contact-info input[type=password] {
		width: 300px;
	}
	#contact-info textarea {
		width: 300px;
	}
}