#map {
  border: 1px solid #DDD; 
  width:300px;
  height: 300px;
  margin: 10px 0 10px 0;
  -webkit-box-shadow: #AAA 0px 0px 15px;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../static/fonts/opensans/v8/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSha1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzBa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(../static/fonts/opensans/v8/EInbV5DfGHOiMmvb1Xr-hha1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}
/* CSS for grid - static */

/* Containers */
.container_5 {
	margin-left: auto;
	margin-right: auto;
	width: 1125px;
}

/* Grid >> Global */

.float-right
{
  float: right !important;
  margin-right: 0 !important;
}

.float-left {
    float: left !important;
    margin-right: 0 !important;
}

[class*="grid"] {margin:0 12px 0 25px;}
[class*="grid"] + [class*="grid"] {margin:0 12px 0 13px;}


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5 {
	display:inline;
	float: left;
	position: relative;
	
}

div#top .grid_1
{
  float: right; margin:0 20px 0 0px;
}
div#top .grid_4 {margin:0 12px 0 25px;}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last) */

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 5 Columns */

.container-4 .grid_1 {
    width: 195px;
}

.container_5 .grid_1 {
	width:195px;
}

.container_5 .grid_2 {
	width:415px;
}

.container_5 .grid_3 {
	width:635px;
}

.container_5 .grid_4 {
	width:855px;
}

.container_5 .grid_5 {
	width:1075px;
}

/* Prefix Extra Space >> 5 Columns */


.container_5 .prefix_1 {
	padding-left:225px;
}

.container_5 .prefix_2 {
	padding-left:450px;
}

.container_5 .prefix_3 {
	padding-left:675px;
}

.container_5 .prefix_4 {
	padding-left:900px;
}



/* Suffix Extra Space >> 5 Columns */


.container_5 .suffix_1 {
	padding-right:225px;
}

.container_5 .suffix_2 {
	padding-right:450px;
}

.container_5 .suffix_3 {
	padding-right:675px;
}

.container_5 .suffix_4 {
	padding-right:900px;
}



/* Push Space >> 5 Columns */


.container_5 .push_1 {
	left:225px;
}

.container_5 .push_2 {
	left:450px;
}

.container_5 .push_3 {
	left:675px;
}

.container_5 .push_4 {
	left:900px;
}



/* Pull Space >> 5 Columns */


.container_5 .pull_1 {
	left:-225px;
}

.container_5 .pull_2 {
	left:-450px;
}

.container_5 .pull_3 {
	left:-675px;
}

.container_5 .pull_4 {
	left:-900px;
}




/* `Clear Floated Elements */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

/* modified grid, as in project */
.container-1[class*="grid"],.container-2[class*="grid"] ,.container-3[class*="grid"], .container-4[class*="grid"]   {margin:0;}

.container_5.grid-padding-standard {margin:0 auto !important;}
.container-5
{
  width: 1075px;
  margin: 0px auto;
}
.container-4
{
  width: 855px; margin:0; 
}
.container-4-ext
{
  width: 880px; margin: 0 !important;
}
.container-3
{
  width: 634px;
}
.container-2
{
  width: 414px;
}
.container-1
{
  width: 194px;
}
.container-1-ext
{
  width: 220px; margin:0 !important;
}
.grid-left
{
  float: left; margin-left: 0 !important;
}
.grid-right
{
  float:right; margin-right: 0 !important;
}
/* spaces */
.grid-padding-standard
{
  padding-left: 12px;
  padding-right: 13px;
}
.grid-margin-standard
{
  margin-left: 12px;
  margin-right: 13px;
}
.grid-margin-standard.white-card{margin-right: 25px !important; margin-left: 0px;}
ul.contact-list li:nth-child(4n) .white-card { margin-right: 0 !important; }
.grid-margin-right
{
  margin-right: 13px !important;
}
.mtop15
{
  margin-top: 15px !important;
}
.m20
{
  margin: 20px !important;
}

.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}
.clearfix:after {
  clear:both;
}
.clearfix {
    clear: both;
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS Document - responsive matters */

/**
	* For devices under 1125px 	 
*/
@media screen and (max-width: 1125px){
  body
  {
    min-width: 890px;
  }
  .container_5
  {
    width: 100%
  }
  .left-auto {
    float: none;
    width: auto;
    overflow: hidden;
  }
  .container_5 .grid_4
  {
    float: none;
    width: auto;
    overflow: hidden;  
  }
  .grid_1
  {
    float: right;
  }
  .container_5 .grid_5 {
  	width:100%;
    margin: 0;
  }

}
.clear
{
    clear:both;
}
a:hover
{
    text-decoration: underline;
    color: #2B5CA2;
}
div.container
{
  width: 1100px;
  margin: 0px auto;
}
/* Top */
div#top:before,
div#top:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.userActionsContainer h3
{
    font-weight: bold;
}
div#top:after {
    clear: both;
}
h1#logo
{
  float: left;
}
h1#logo a
{
  display: block;
  width: 160px;
  height: 69px;
  background: url('../bundles/boxhouseportal/images/bg-logo2.png') no-repeat 0px 16px;
  text-indent: -1000em;
  overflow: hidden;
}
ul.user-menu
{
  float: right;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
ul.user-menu > li
{
  float: left;
  font-weight: 600;
  font-size: 14px;
  color: #162e50;
  line-height: 32px;
  margin-left: 8px;
  position: relative;
  width: 32px;    
}
ul.user-menu span.icon
{
  float: left;
  height: 32px;
  width: 32px;
  text-indent: -1000em;
  overflow: hidden;
}
ul.user-menu > li > a
{
  height: 32px;
  width: 32px;
  display: block;
  overflow: auto;
  margin-top: 2px;        
}
ul.user-menu span.icon.icon-envelope
{
  background: url('../bundles/boxhouseportal/images/task_list.png') no-repeat;
}

ul.user-menu span.icon.icon-envelope:hover {
    background-position: 0 -32px;
}


ul.user-menu span.icon.icon-settings
{
  background: url('../bundles/boxhouseportal/images/icon-settings.png') no-repeat;
}
ul.user-menu span.icon.icon-settings:hover,
ul.user-menu span.icon.icon-help:hover {
    background-position: 0 -32px;
}

ul.user-menu span.icon.icon-help
{
  background: url('../bundles/boxhouseportal/images/icon-help.png') no-repeat;
}
ul.user-menu span.icon.icon-logout
{
  background: url('../bundles/boxhouseportal/images/icon-logout.png') no-repeat;
}
ul.user-menu span.icon.icon-add
{
  background: url('../bundles/boxhouseportal/images/icon-add2.png') no-repeat;
}
ul.user-menu span.icon.icon-add:hover {
    background: url('../bundles/boxhouseportal/images/icon-add2.png') no-repeat;
}

ul.user-menu ul a .icon {height:24px; width:26px; background-position:center left;}
ul.user-menu span.icon.icon-add1 {background: url('../bundles/boxhouseportal/images/add1.png') no-repeat;}
ul.user-menu span.icon.icon-add2 {background: url('https://planetdvd.net/bundles/boxhouseportal/images/add7.png') no-repeat 3px center !important;}
ul.user-menu span.icon.icon-add3 {background: url('../bundles/boxhouseportal/images/add3.png') no-repeat 1px center !important;}
ul.user-menu span.icon.icon-add4 {background: url('../bundles/boxhouseportal/images/add4.png') no-repeat;}
ul.user-menu span.icon.icon-add6 {background: url('../bundles/boxhouseportal/images/add6.png') no-repeat 2px center !important;}

/*ul.user-menu li:hover span.icon.icon-add
{
  background: url('../bundles/boxhouseportal/images/icon-add-hover.png') no-repeat;
} */
/* dropdown menu */
ul.user-menu ul
{
  -moz-border-radius:  0px 4px 4px 4px;
  border-radius: 0px 4px 4px 4px;
  background-color: #162e50;
  clear:both;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 30px;
  z-index: 2;
  display: none;
}
ul.user-menu li:hover ul
{
  display: block;
}
ul.user-menu li:hover
{
  height: auto;
}
ul.user-menu ul a
{
  position:relative;
  display: block;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  padding: 4px 40px 4px 7px;
  line-height: 24px;
  white-space: nowrap;
}
ul.user-menu a b.nr {position:absolute; background:#df3131; width:19px; height:19px; font-size:9px; line-height:19px; color:#fff; font-weight:normal; text-align:center; 
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
top:-5px;
right:-5px;
}
ul.user-menu ul a:hover
{
  background-color: #1b3a65;
  text-decoration:none;
}

.user-menu .tasks-counter {
    display: block;
    width: 16px;
    font-size: 12px;
    font-weight: 900;
    padding-top: 2px;
    text-align: center;
}

.user-menu li.tasks-counter {
    margin-left: 4px;
    width: 16px;
}

div.user-info
{
    float: right;
    margin-top: 14px;
    position: relative;
    left: -4px;
    width: 195px;
}
.user-info-more {
    position: relative;
    left: 10px;
    padding-top: 8px;
}

.user-info .logout a {
    font-size: 12px;
    text-transform: lowercase;
    color: #c0c0c0;
}

.user-info .logout a:hover {
    color: #162e50;
}

div.user-info h3
{
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  padding-left: 10px;
}
div.user-info h3 a.small-link
{
  display: block;
  line-height: 18px;
  font-size: 12px;
  color: #c0c0c0;
}
div.user-info img
{
    
}
.avatar-container {
    float: left;
    width: 46px;
    height: 46px;
    overflow: hidden;
}
div.status
{
 position: absolute;
 bottom: -44px;
 left: 0px;
}
div.status h4
{
 height: 34px;
 float: left;
 line-height: 34px;
 width: 195px;
}
div.user-info div.status h4 span.person
{
  float: left;
  width: 46px;
  height: 34px;
  border-style: solid;
  margin-right: 8px;  
}
h4 span.person
{
  background: url('../bundles/boxhouseportal/images/icon-male2.png') no-repeat center bottom;
}
.active h4 span.person, h4 a:hover span.person
{
  background: url('../bundles/boxhouseportal/images/icon-male2.png') no-repeat center top;
}
/* h4.purple span.person
{
  background-color: #730046;
}
h4.purple
{
  color: #730046;
  font-weight: 600;
}
h4.pink span.person
{
  background-color: #ff358b;
  color: white;  
}
h4.blue span.person
{
  background-color: #01b0f0;
  color: white;
}
h4.purple:hover
{
  background: #730046;
}
*/
div.status  li span.person, div.user-info div.status:hover li h4 {background-color:#162e50 ; color:#fff;}
div.status  li + li span.person, div.user-info div.status:hover li + li h4 {background-color:#235e84; color:#fff;}
div.status  li + li + li span.person, div.user-info div.status:hover li +li + li  h4  {background-color:#2b87a2; color:#fff;}



h4:hover
{
  color: white;  
}
/* div.user-info div.status:hover h4.pink
{
  background-color: #ff358b;
  color: white; 
}
div.user-info div.status:hover h4.blue
{
  background-color: #01b0f0;
  color: white;   
}
*/ 

/* Drop down user-info */
div.user-info div.status ul
{
  font-weight: 400;
}
div.user-info div.status ul li:not(.active)
{
  display: none;  
}
div.user-info div.status ul a
{
  display: block;
}
div.user-info div.status:hover ul li:not(.active)
{
  display: block;
}
div.user-info div.status:hover ul
{
  position: absolute;
  top: -34px;
  left: 0;
}
/* div.user-info div.status:hover h4.purple
{
  background: #730046;
  color: white; 
}
*/ 
div.status a
{
  display: block;
}
/* Tools */
div.tools
{
  border-top: 1px solid #e0e0e0;
}

/* Main menu */
ul.menu
{
  float: left;
  margin: 0;
  padding: 0;
}
ul.menu li
{
  float: left;
  line-height: 25px;
  margin-left: 6px;
  margin: 5px 0 4px 0;
  padding-right: 40px;
}
ul.menu span.icon
{
  float: left;
  height: 25px;
  width: 25px;
  text-indent: -1000em;
  overflow: hidden;
  padding-right: 7px;
}
li.overview span.icon 
{
  background: url('../bundles/boxhouseportal/images/icon-overview.png') no-repeat;
}
li.rental-units span.icon 
{
  background: url('../bundles/boxhouseportal/images/icon-rental-units.png') no-repeat;
}
li.payments span.icon
{
  background: url('../bundles/boxhouseportal/images/icon-payments.png') no-repeat;
}
li.costs span.icon {
    background: url('../bundles/boxhouseportal/images/icon-costs.png') no-repeat;
}
li.people span.icon 
{
  background: url('../bundles/boxhouseportal/images/icon-people.png') no-repeat;
}
li.statistics span.icon 
{
  background: url('../bundles/boxhouseportal/images/icon-statistics.png') no-repeat;
}
ul.menu li a
{
  font-weight: 400;
  font-size: 16px;
  color: #808080;
}
ul.menu li.active a
{
  font-weight: 600;
}
ul.menu li a:hover
{
  color: #162e50;
  text-decoration: none;
}
/* end of Top */

/* Content */
div#content
{
  background-color: #f1f1f2;
  border-top: 1px solid #e0e0e0;
  padding-bottom: 25px;
}
/* Menu horizontal */
ul.menu-float li
{
  float: left; 
}
ul.menu-float.menu-filter a
{
  color: #c0c0c0;
  font-size: 12px;
  line-height: 34px;
}
ul.menu-float li
{
  padding-right: 8px;
}
ul.menu-float.menu-filter
{
    margin-left: 25px;
    padding-left: 5px;
    height: 34px;
}
ul.menu-float.menu-filter li.active a
{
  color: #000000;
}
.menu-filter {
    margin-left: 0 !important;
}

/* Table */

.table-description {
    position: relative;
    font-size: 13px;
    padding: 10px;
    background: #fff;
    width: 192px;
    border: 1px solid #e2e2e2;
    border-bottom: 0;
    margin-left: -1px;
    color: #000;
    font-weight: 700;
}

table
{
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
}
table.table tr
{
  line-height: 31px;
  height: 31px;
  border-bottom: 1px solid #e2e2e2;
}
table.table tr.headline
{
  line-height: 33px;
  height: 33px;
  border-bottom: 1px solid #e2e2e2;
}
table.table 
{
  margin-bottom: 10px;
  -moz-box-shadow: 0 0 2px #cdcdcd;
  -webkit-box-shadow: 0 0 2px #cdcdcd;
  box-shadow: 0 0 2px #cdcdcd;
}

table.table tr td:first-letter {
    text-transform: capitalize;
}

table
{
  vertical-align: middle; 
}

table.table thead {
    border-bottom: 1px solid #e2e2e2;
}

table td {
    padding: 0 10px;
}

table.table thead tr {
    color: #000;
    font-weight: 700;
}

table.table thead .table-name {
    font-weight: 700;
    color: #000;
}

table.table tr.headline td.address
{
  color: black;
  font-weight: 600;
}
table.table tr td.tool-icon
{
  padding-right: 10px;
}
table.table tr td.address
{
  font-size: 16px;
  font-weight: 600;
  color: black;
}

table.table tr:hover {
    color: #1B1B1B;
    background: #fafafa;
}

table.table .payment-cell {
    min-width: 20%;
    font-weight: 700;
    text-align: right;
    background-color: #f8f8f9;
}

table.table .payment-cell:hover {
    background-color: #f0f0f0;
}

table.table .headline .payment-cell {
    background: #fff;
}

table.table thead tr .payment-cell {
    
}

.sum {
    font-weight: bold;
    text-align: right;
}

table.table tr.headline td.amount-of-money
{
  font-weight: 600;
}
table.table tr td span.icon
{
 display: block;
 width: 22px;
 height: 31px;
 text-indent: -1000em;
 overflow: hidden;
 float: left;
}
table.table tr td.tool-icon span.icon
{

}
table.table tr td.time span.icon
{
 float: left;
 margin-right: 10px;
}
table.table tr td.tool-icon span.icon.icon-warning
{
  background: url('../bundles/boxhouseportal/images/warning.png') no-repeat center;
}
table.table tr td.tool-icon span.icon.icon-warning-orange
{
  background: url('../bundles/boxhouseportal/images/icon-warning-orange.png') no-repeat center;
}
table.table tr td.tool-icon span.icon.icon-wrench
{
  background: url('../bundles/boxhouseportal/images/icon-wrench.png') no-repeat center;
}
table.table tr td.tool-icon span.icon.icon-cloud
{
  background: url('../bundles/boxhouseportal/images/icon-cloud.png') no-repeat center;
}
table.table tr td.tool-icon span.icon.icon-drop
{
  background: url('../bundles/boxhouseportal/images/icon-drop.png') no-repeat center;
}
table.table tr td.tool-icon span.icon.icon-drop-active
{
  background: url('https://planetdvd.net/bundles/boxhouseportal/images/icon-drop-active.png') no-repeat center;
}
table.table tr td.tool-icon span.icon.icon-cloud-active
{
  background: url('../bundles/boxhouseportal/images/icon-cloud-active.png') no-repeat center;
}
table.table tr td.tool-icon span.icon.icon-clip
{
  background: url('https://planetdvd.net/bundles/boxhouseportal/images/icon-clip.png') no-repeat center;
}
table.table tr td.tool-icon span.icon.icon-bell
{
  background: url('https://planetdvd.net/bundles/boxhouseportal/images/icon-bell.png') no-repeat center;
}
table.table tr td.watch-orange span.icon
{
  background: url('../bundles/boxhouseportal/images/clock_orange.png') no-repeat center;
  padding-right: 3px;
}
table.table tr td.watch-red span.icon
{
  background: url('../bundles/boxhouseportal/images/clock_red.png') no-repeat center;
  padding-right: 3px;
}
table.table tr td.watch-grey span.icon
{
  background: url('../bundles/boxhouseportal/images/clock_grey.png') no-repeat center;
  padding-right: 3px;
}
table.table tr td span.icon.icon-person
{
  background: url('https://planetdvd.net/bundles/boxhouseportal/images/icon-person.png') no-repeat center;
}
table.table tr td span.icon.icon-person-female
{
  background: url('https://planetdvd.net/bundles/boxhouseportal/images/icon-person-female.png') no-repeat center;
}

table.table tr td span.icon.icon-attachment {
    background: url('../bundles/boxhouseportal/images/attachment.png') no-repeat center;
}

table.table tr td.address-additional, table.table tr td.area
{
  color: #808080;
}

table.table .sum-minus td {
    color: #BE3131 !important;
    font-weight: 700;
    text-transform: uppercase;
}

table.table .sum-plus td {
    color: #279E10 !important;
    font-weight: 700;
    text-transform: uppercase;
}

table.table .pending td {
    color: gray !important;
    font-weight: 700;
    text-transform: uppercase;
}

table.table .action-description-icon {
    
}

table.table tr td.address {
  color: black;
  font-weight: 600;
}
table.table tr td.owner
{        
  color: black;
  font-weight: 600;
  font-size: 14px;
}
table.table tr:not(.headline) td.time
{
  padding-left: 7px;
}
table.table tr:not(.headline) td.time
{
  background-color: #f1f1f2;
}
table.table tr:not(.headline) td.amount-of-money
{
  background-color: #f1f1f2;
}
table.table tr td.watch-red, table.table tr td.watch-orange, table.table tr td.watch-grey
{
  color: #f40808;
  font-size: 13px;
}  

table.table tr td.watch-orange
{
  color: #ef9623;
}
table.table tr td.watch-grey
{
  color: #808080;
}
 
table .due-date {
    
}

table tbody a {
    color: #42a7c4;
    color: #2B5CA2;
}

table .table-heading {
    font-weight: bold;
    color: #1b1b1b;
}

/* end of Content */

/* Footer */
div#footer
{
  border-top: 1px solid #e0e0e0;
  color: #808080;
  font-size: 12px;
  text-align: right;
  line-height: 20px;
  padding: 8px 0;
}
div#footer a
{
  color: #404040;
}
/* Search */
div#search
{
  width: 286px;
  height: 32px;
  background-repeat: no-repeat; 
  background-image: url('../bundles/boxhouseportal/images/bg-search.png');
  float: left;
  padding-left: 5px;
  margin-top: 20px;
}
input.i_search
{
  width: 235px;
  height: 26px;
  display: block;
  border: 0px;
  background: none;
  padding-left: 8px;
  margin-top: 3px;
  color: #666666;
  font-size: 11px;
  line-height: 26px;
  float: left;
}
input.i_search:focus
{
  border: 0;
  outline: 0px;
}
input#submit
{
  width: 32px;
  height: 32px;
  display: block;
  border: 0px;
  background: none;
  text-indent: -1000em;
  overflow: auto;
  float: left;
}
input#submit:hover
{
  background-repeat: no-repeat; background-image: url('https://planetdvd.net/bundles/boxhouseportal/images/sprites.png'); background-position: 0 -371px;
}
/* Left, autowidth */
.left-auto
{
	float: left;
	width: 855px;
	margin-left: 25px;
}
/* Widget */
div.widget
{
    width: 193px;
    border: 1px solid #c0c0c0;
    background-color: white;
    float: left;
    margin-right: 15px;
    margin-bottom: 24px;
}
div.widget
{
  padding-top: 10px;
}
ul.pool li
{
  padding: 6px 12px;
  height: 65px;
}
ul.pool span
{
  display: block;
}
ul.pool span.progress
{
  width: 100%;
  float: left; 
  background: url('../bundles/boxhouseportal/images/bg-progress.png');
  height: 13px;
  margin-top: 4px;
}
ul.pool span.bar
{
  background-color: #8ea106;
  height: 13px;
  display: block;
}
ul.pool li + li span.bar  {background-color: #f1e025;}
ul.pool li + li + li span.bar  {background-color: #d1480c;}
ul.pool li div
{
  float: left;
  color: #404040;
  font-size: 13px;
  width: 50%;  
}
ul.pool li div + div {float:right; text-align:right;}
ul.pool li div.list{width:180px; float:none; text-align:left;  font-size: 12px; margin: 40px 0 0 0;}
ul.pool li div.list span{display:inline-block; padding:0 5px; color: #404040 !important;}
ul.pool li div.list span + span {margin-left:5px;}
ul.pool li div.list span.green {border-left:solid 12px #8ea106;}
ul.pool li div.list span.yellow2 {border-left:solid 12px #f1e025;}
ul.pool li div.list span.red2 {border-left:solid 12px #d1480c;}

span.number
{
  font-size: 30px;
  font-weight: 300;
  display: block;  
}
ul.pool li.last
{
   background: #8ea106 url('../bundles/boxhouseportal/images/bg-progress2.png');
}
ul.pool li.last div
{
  color: #fff;
}
ul.pool li.last span.number, ul.pool li.last span.grey
{
  color: white !important;
}
ul.pool li.last .small{padding-top: 30px; font-size: 16px;}
ul.pool li.last span.number {font-size:45px; font-weight:600; margin-top:5px; float:left; }
ul.pool li.last span.grey {font-size:24px; margin-top:10px; font-weight:400;}

.grid_4 div.widget
{
  float: left;
  margin-left: 0;
  margin-right: 25px;
}
.grid_4 div.widget:last-child
{
  margin-right: 0px;
}

/* Google maps */

#map_canvas {
  height: 250px;
  background-color: #CCC;
  overflow: hidden;
}

/* People - view */
div.box
{
  border: 1px solid #c0c0c0;
  background: white url('https://planetdvd.net/bundles/boxhouseportal/images/bg-green.png') repeat-x bottom;
  padding-top: 15px; 
}
div.box ul.pool
{
  width: 198px;
  float: left;
  padding-top: 25px;
}
div.box ul.pool:not(:first-child) li.last
{
  background-color: transparent;
  margin-top: -1px;
  height: 50px;    
}
div.box ul.pool:not(:first-child) div
{
  float: left;
  width: 100%;
}
div.box ul.pool:not(:first-child)
{
  border: 1px solid #e5e5e5;
  margin-right: 25px;
  height: 262px;
}
div.box ul.pool:not(:first-child) li
{
  padding-left: 23px;
  padding-right: 8px;
}
div.grid_4 div.grid_3 table
{ 
  margin-top: 25px;
}
div.grid_4 div.grid_3 table tr td:first-child
{
  padding-left: 25px;
}
div.grid_4 div.grid_3 table tr.headline td.address
{
  padding-left: 25px;
  font-size: 15px;
}
table.normal-table
{
  table-layout: fixed;
}
table.normal-table tr:not(.headline)
{
  font-size: 12.5px;
  color: #808080;  
}
table.normal-table tr td span
{
  font-weight: 600;
}
/* People, not person */
.white-card
{
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
  -moz-box-shadow: 0 0 2px #cdcdcd;
  -webkit-box-shadow: 0 0 2px #cdcdcd;
  box-shadow: 0 0 2px #cdcdcd;  
}

.white-card-add {
    height: 255px;
    background: url('../bundles/boxhouseportal/images/add_big.png') no-repeat;
    background-color: transparent;
}

.white-card-add:hover {
    background-position: 0 -295px;
}

.contact-label {
    height: 15px;
}

.white-box
{
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
}

.container-1.white-card
{
    position: relative;
    width: 193px;
    min-height: 295px;
    margin-bottom: 25px;
    height: 295px;
    overflow: hidden;
}
.container-1.white-card h3
{
  text-align: center;
  padding: 3px 0;
}
.container-1.white-card span
{
  text-align: center;
}
.container-1.white-card ul.vertical
{
    position: absolute;
    bottom: 0;
}
.container-1.white-card ul.vertical li
{
    line-height: 25px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 10px;
    width: 173px;
    font-size: 11px;
}

.container-1.white-card ul.vertical li:last-of-type {
    border-bottom: none;
    border-top: none;
}

.container-1.white-card ul.vertical li:first-of-type { 
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}


.container-1.white-card p {
    margin-top: 3px;
    height: 12px;
    font-size: 12px;
    text-align: center;
    color: #808080;
}

.block
{
  display: block;
}
/* Delete it */
container-1.white-card img
{
  display: block;
}
ul.menu-float.grid-right li
{
  float: right;
  padding: 0 0 0 8px;
}
ul.cstatus li
{
  float: left;
  text-indent: -1000em;
  overflow: hidden;
  height: 13px;
  width: 13px;
  margin-left: 2px;
}
ul.cstatus li.public
{
  background: url('../bundles/boxhouseportal/images/circle-public.png');  
}
ul.cstatus li.private
{
  background: url('../bundles/boxhouseportal/images/circle-private.png');  
}
.white-card ul.cstatus
{
  float: right;
  margin-top: 8px;
  margin-right: 9px;
}
div.stats-photo, .pool .stats-big
{
  height: 130px;
  width: 130px;
  position: relative;
  clear:both;
  margin: 30px auto 5px;
}
.pool .stats-big {height: 144px;  width: 144px; float:none;}
.pool li.circle {height:220px;}
div.stats-photo .circle, .pool .stats-big .circle
{
  position: absolute;  
}
div.stats-photo .image, .pool .stats-big .image
{
  height: 106px;
  width: 106px;
  -moz-border-radius:  50%;
  border-radius: 50%;
  border: 2px solid white;
  position: absolute;
  top: 10px;
  left: 10px;
}
.pool .stats-big .image
{
  height: 107px;
  width: 107px;
  top:17px;
  left:17px;
  background-repeat:no-repeat;
  background-position:center;
  background-color:#fff;
  }
/* rental unit */
.white-box-pattern 
{
  background: white url('../bundles/boxhouseportal/images/pattern.png') repeat-y 425px 0;  
}
.white-box-pattern2 
{
  background: white url('../bundles/boxhouseportal/images/pattern.png') repeat-y 211px 0;  
}
.white-box h3 span
{
  display: block;
}
.white-box h3
{
  border-bottom: 1px solid #ebebec;
  padding: 10px 0 10px 25px;
  background-color: white;
}
.white-box ul
{
  margin: 15px 0;
}
.white-box ul li
{
  line-height: 22px;
  padding-left: 45px;  
}
.white-box2 ul li
{
  padding-left: 25px;  
}
.white-box ul li.phone
{
  background: url('../bundles/boxhouseportal/images/icon-phone.png') no-repeat 25px 3px;
  font-weight: 600;     
}
.white-box ul li.mail
{
  background: url('../bundles/boxhouseportal/images/icon-mail.png') no-repeat 25px 4px;
  font-weight: 600;
}
.white-box ul li.pin
{
  background: url('../bundles/boxhouseportal/images/icon-pin.png') no-repeat 25px 4px;
  font-weight: 600;
}
.white-box ul.list
{
  margin: 15px 12px 15px 25px;
}
.white-box ul.list li
{
  line-height: 22px;
  padding-left: 0;
  border: 1px solid #c0c0c0;
  border-top: 0;
  padding-left: 6px;
  color: #808080;
  background-color: white;     
}
.white-box ul.list li:first-child
{
  background-color: #8ea106;
  -moz-border-radius:  4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border: 0;
  border-bottom: 1px solid #c0c0c0;
  color: white;   
}
.white-box ul.list span.number
{
  padding-top: 4px;
}
.white-box ul.list-red li:first-child
{
  background-color: #a10506;  
}
table.information
{
  vertical-align: top;
}
table.information td
{
  padding: 15px 5px;
}
/* Person view */
#person .white-box ul li.phone, #person .white-box ul li.mail
{
  margin-bottom: 12px;
}
#person .white-box ul li
{
  line-height: 20px;
  background-position: 25px 2px;
}
#person .white-box
{
  background: url("../bundles/boxhouseportal/images/pattern.png") repeat-y 425px 0px white;
}
#person td.area
{
  font-weight: bold;
}

/* Settings */
.form
{
  
}
.form h3
{
  padding-bottom: 15px;
}
.form .container-1 div
{
  line-height: 40px;
}
.form .error
{
  color: red;
  margin-top: -8px;
  padding-bottom: 5px;
  display: block;
}
.form .error
{
  color: red;
  margin-top: -5px;
  padding-bottom: 5px;
  display: block;
}
.form select
{
  background: none;
  border: none;
}
.form .container-1 div.select
{
  width: 150px;
  overflow: hidden;
  height: 27px;
  border: 1px solid #c9c9c9;
  line-height: 27px;
  margin-top: 6px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f7f7f7 url('https://planetdvd.net/bundles/boxhouseportal/images/select-dropdown.png') no-repeat 130px 10px;    
}
.form .select select
{
  width: 180px;
  height: 27px;
  padding: 0 4px;  
}
.form input
{
  background: none;
  border: none;
  font-weight: 600;
  font-size: 12.5px;
  color: #4c4c4d;
  padding: 0 7px;  
}
.form input:focus
{
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fefefe;
    border: 1px solid #42a7c4;
}
.form button
{
  border: 1px solid #c9c9c9;
  line-height: 27px;
  margin-top: 6px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f7f7f7;    
}

.form .btn-primary:focus {
    background-color: #42a7c4;
}

/* Landing */
.clear
{
  clear:both;
}
#landing #top
{
  background: #132744 url('../bundles/boxhouseportal/images/header_back.jpg') no-repeat center;
  height: 512px;
}
#landing  h1#logo a
{
  background: url('../bundles/boxhouseportal/images/bg-logo-white.png') no-repeat 0px 2px;
  /*background: url('../bundles/boxhouseportal/images/bg-logo-white-beta-sc.png') no-repeat 0px 2px;*/
  text-indent: -1000em;
  overflow: hidden;
  width: 130px;
  height: 40px;
  margin-top: 16px;  
}
#landing ul.user
{
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
#landing ul.user li
{
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#landing ul.user li a
{
  float: left;
  padding: 0 17px;
  height: 28px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #f1f1f2;
  color: white;
  margin-left: 9px;
  font-weight: 700;
  font-size: 12.5px;
  line-height: 28px;   
}
#landing ul.user li a:hover
{
  background-color: #f1f1f2;
  color: #162e50;
  text-decoration: none;
}
/* Menu */
#landing ul.menu
{
  float: left;
  margin: 0;
  padding: 0;
}
#landing  ul.menu li
{
  float: left;
  line-height: 25px;
  margin-left: 6px;
  margin: 5px 0 4px 0;
  padding-right: 40px;
}
#landing ul.menu span.icon
{
  float: left;
  height: 25px;
  width: 25px;
  text-indent: -1000em;
  margin-right: 7px;
  padding-right: 0;
}
#landing li.overview span.icon 
{
  background: url('../bundles/boxhouseportal/images/sprites-menu-landing.png') no-repeat;
}
#landing li.rental-units span.icon 
{
  background: url('../bundles/boxhouseportal/images/sprites-menu-landing.png') no-repeat -25px 0;
}
#landing li.payments span.icon
{
  background: url('../bundles/boxhouseportal/images/sprites-menu-landing.png') no-repeat -50px 0;
}
#landing li.costs span.icon {
    background: url('../bundles/boxhouseportal/images/sprites-menu-landing.png') no-repeat -125px 0;
}
#landing li.people span.icon 
{
  background: url('../bundles/boxhouseportal/images/sprites-menu-landing.png') no-repeat -75px 0;
}
#landing li.statistics span.icon 
{
  background: url('../bundles/boxhouseportal/images/sprites-menu-landing.png') no-repeat -100px 0;
}

#landing li.overview:hover  span.icon
{
  background: url('../bundles/boxhouseportal/images/sprites-menu-landing.png') no-repeat 0 -25px;
}
#landing li.rental-units:hover span.icon  
{
  background: url('../bundles/boxhouseportal/images/sprites-menu-landing.png') no-repeat -25px -25px;
}
#landing li.payments:hover span.icon 
{
  background: url('../bundles/boxhouseportal/images/sprites-menu-landing.png') no-repeat -50px -25px;
}
#landing li.people:hover span.icon  
{
  background: url('../bundles/boxhouseportal/images/sprites-menu-landing.png') no-repeat -75px -25px;
}
#landing li.statistics:hover span.icon 
{
  background: url('../bundles/boxhouseportal/images/sprites-menu-landing.png') no-repeat -100px -25px;
}

#landing li.costs:hover span.icon { 
    background: url('../bundles/boxhouseportal/images/sprites-menu-landing.png') no-repeat -125px -25px;
}


#landing li.overview.active  span.icon
{
  background: url('../bundles/boxhouseportal/images/sprites-menu-landing.png') no-repeat 0 -25px;
}
#landing li.rental-units.active span.icon  
{
  background: url('../bundles/boxhouseportal/images/sprites-menu-landing.png') no-repeat -25px -25px;
}
#landing li.payments.active span.icon 
{
  background: url('../bundles/boxhouseportal/images/sprites-menu-landing.png') no-repeat -50px -25px;
}
#landing li.people.active span.icon  
{
  background: url('../bundles/boxhouseportal/images/sprites-menu-landing.png') no-repeat -75px -25px;
}
#landing li.statistics.active span.icon 
{
  background: url('../bundles/boxhouseportal/images/sprites-menu-landing.png') no-repeat -100px -25px;
}

#landing ul.menu li a
{
  color: #22467a;
}
#landing ul.menu li.active a
{
  color: #ffffff;
  font-weight: 600;
}
#landing ul.menu li:hover a
{
  color: #ffffff;
  text-decoration: none;
}
#landing div.navi
{
  border-top: 1px solid #234a80;
  border-bottom: 1px solid #234a80;
  margin: 20px 0 25px;  
}
#landing .banner
{
  text-align: center;
}
#landing .banner h2
{
  font-size: 50px;
  font-weight: bold;
  color: white;
  line-height: 90px;
  display: inline-block;
  margin-top: 80px;
}
#landing .banner h2 span
{
  display: block;
  margin: 0 15%;
  height: 4px;
  -moz-border-radius: 2px;
  border-radius: 2px; 
  background-color: white;
  margin-bottom: 10px; 
}
#landing .banner p
{
  color: white;
  font-size: 16.5px;
  line-height: 26px;
  width: 700px;
  margin: 10px auto;
}

/* Sekcje */
#landing .sekcja
{
  background-color: #f1f1f2;
  padding-bottom: 155px;
}
#landing .sekcja h2
{
  font-weight: bold;
  font-size: 50px;
  line-height: 90px;
  color: #122540;
  margin-top: 155px;
}
#landing .sekcja p
{
  color: #404040;
  font-size: 16.5px;
  margin: 10px 0;
  line-height: 26px;
}
#landing .sekcja .container-2
{
  position: relative;
}
#landing .sekcja .container-2 img
{
  position: absolute;
  top: 15px;
  right: 0;
}

/* Footer */
#landing #section-footer
{
    background: #132744 url('https://planetdvd.net/bundles/boxhouseportal/images/bg-footer.jpg') no-repeat top;
    height: 856px;
}

#landing #section-footer .banner h2
{
  line-height: 100px;
  margin-top: 280px;
}
#landing #section-footer .banner h2 span
{
  display: block;
  margin: 0 15%;
  height: 4px;
  -moz-border-radius: 2px;
  border-radius: 2px; 
  background-color: white;
  margin-bottom: 10px; 
}
#landing #section-footer .banner p
{
  color: white;
  font-size: 16.5px;
  line-height: 26px;
  width: 700px;
  margin: 20px auto;
}
#landing .banner p a
{
  font-weight: bold;
}

#landing .boxhouse-features h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 18px;
    text-transform: uppercase;
    color: #122540;
}

/* Sing in form */
#landing ul.login
{
  float: right;
  width: 195px;
  text-align: left;
  margin-top: -20px; 
}
#landing ul.login b
{
  font-weight: bold;
}
#landing ul.login li.login input, #landing ul.login li.password input
{
  background: none;
  border: 0;
  font-weight: 300;
  color: white;
  padding: 0;
  margin: 0;
}

#landing ul.login a, #landing ul.login li, #landing ul.login li.login input, #landing ul.login li.password input
{
  display: block;
  height: 35px;
  color: white;
  font-size: 12px;
  line-height: 35px;
}
#landing ul.login li.facebook 
{
  background: #162e50 url('../bundles/boxhouseportal/images/login-fb.png') no-repeat;
  padding-left: 52px;
}

#landing ul.login li.login.empty input
{
  background: #235e84 url('../bundles/boxhouseportal/images/login-user.png') no-repeat 0 -35px;
  width: 143px;
  padding-left: 52px;
}

#landing ul.login li.login input:-webkit-autofill {
    background: #235e84 url('../bundles/boxhouseportal/images/login-user.png') no-repeat;
    width: 143px;
    padding-left: 52px;    
}

#landing ul.login li.login input:not(.empty):focus, #landing ul.login li.login:not(.empty) input
{
  background: #235e84 url('../bundles/boxhouseportal/images/login-user.png') no-repeat 0 -35px;
  padding-left: 52px;
  width: 143px;
}

#landing ul.login li.password.empty input
{
  background: #235e84 url('../bundles/boxhouseportal/images/login-password.png') no-repeat 0 -35px;
  width: 143px;
  padding-left: 52px;
}

#landing ul.login li.password input:-webkit-autofill {
  background: #235e84 url('../bundles/boxhouseportal/images/login-password.png') no-repeat;
  width: 143px;
  padding-left: 52px;    
}

#landing ul.login li.password input:not(.empty):focus, #landing ul.login li.password:not(.empty) input
{
  background: #235e84 url('../bundles/boxhouseportal/images/login-password.png') no-repeat 0 -35px;
  padding-left: 52px;
  width: 143px;
}
#landing ul.login li.sign-in button 
{
  display: block;
  height: 35px;
  color: white;
  font-size: 12px;
  background: none;
  border: 0;
  font-weight: bold;
  padding: 0;
  margin: 0;
  width: 195px;
  background-color: #2b87a2;
  padding-bottom: 5px;
  padding-left: 52px;
  text-align: left; 
}
#landing ul.login li.sign-in
{
  padding-bottom: 7px;
}
#landing ul.login li.password input
{
  height: 30px;
  line-height: auto;
  padding-bottom: 5px;
}
/* Checkbox */     

.login-page-erorrs {
    position: absolute;
    top: -6px;
    left: 349px;
}

.input-checkbox {	
	position: relative;
}
.input-checkbox label
{
    padding-left: 52px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.input-checkbox label span{
    cursor: pointer;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 9px;
    left: 7px;
    border: 2px solid white;
}

.input-checkbox label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 6px;
	height: 3px;
	background: transparent;
	top: 14px;
	left: 12px;
	border: 2px solid white;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.input-checkbox label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.input-checkbox input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.login .input-checkbox input {
    visibility: hidden;
}
/* Login text */
#landing .banner p.login-text
{
  float: right;
  width: 195px;
  text-align: left;
  margin-top: 5px;
  color: white;
  line-height: 16px;
  font-weight: 300;
  font-size: 12px;
  color: white;
}


/* Overview - Module Adjustment / Menu Fix */

/* h1#logo a {background: url('../bundles/boxhouseportal/images/bg-logo2-beta-sc.png') no-repeat 0px 16px; } */

div#search {display:none;}

div.user-info h3 {}

ul.user-menu ul a .icon {width: 30px;}
ul.user-menu ul {min-width: 152px;}
ul.user-menu ul  span.icon {background-position:left center !important; margin-top: 0px;}
ul.user-menu ul {-moz-border-radius: 4px; border-radius: 4px; top: 34px; border-top: 1px solid white;}
ul.menu li a, ul.menu li span.icon  {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	}
ul.menu li.active a, ul.menu li:hover a {color:#162e50;}
ul.menu li span.icon {background-position:0 -5px;}

li.overview span.icon {  background: url('../bundles/boxhouseportal/images/icon-overview2.png') no-repeat;}
li.rental-units span.icon {  background: url('../bundles/boxhouseportal/images/icon-rental-units2.png') no-repeat;}
li.payments span.icon{  background: url('../bundles/boxhouseportal/images/icon-payments2.png') no-repeat;}
li.people span.icon {  background: url('../bundles/boxhouseportal/images/icon-people2.png') no-repeat;}
li.statistics span.icon {  background: url('../bundles/boxhouseportal/images/icon-statistics2.png') no-repeat;}
ul.menu li:hover  span.icon, ul.menu li.active span.icon {background-position:0 -39px;}

div.user-info div.status ul li.active a {color:#162e50}
div.user-info div.status ul a, div.user-info div.status ul a:hover {font-size:12px; text-decoration:none; }
div.user-info div.status:hover ul li a {color:#fff !important;}

span.number {color: #000;}

.grid_4 #chart {margin: 25px 0 0 0;}

.userActionsContainer h3
{
    font-weight: bold;
}

.userActionsContainer
{
    padding: 5px;
}
.userActionsContainer .userActions
{
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
}
.userActionsContainer .userActions .date
{
    font-size: 11px;
    font-style: italic;
}

.userActionsContainer .userActions:nth-child(even) {background: #F1F1F2}
.userActionsContainer .userActions:nth-child(odd) {background: #FFFFFF}

.userActionsContainer .userActions li
{
    padding: 3px;
}

.mtop30 {
    margin-top: 30px;
}

.tooltip {
    font-size: 12px !important;
    line-height: 1.5;
    background: #1a1a1a !important;
    color: #fff !important;
    border: 1px solid #1a1a1a !important;
    border-radius: 3px !important;
    
    -moz-box-shadow: 0 0 0 #cdcdcd !important;
    -webkit-box-shadow: 0 0 0 #cdcdcd !important;
    box-shadow: 0 0 0 #cdcdcd !important;
}

/* .tooltip:before {
    content:"\A";
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: transparent #1a1a1a transparent transparent;
    position: absolute;
    top: -15px;
}
*/
/* CSS for typo */
body,
.main-content,
form 
{
  font-family: 'Open Sans', sans-serif;
}

a
{
  color: inherit;
  text-decoration: none;
}
/* Colors */
.red
{
  color: #f40808 !important;
}
.green
{
  color: #9ab452;
}
.orange
{
  color: #ef9623;
}
.grey
{
  color: #808080;
}
.black
{
  color: #000;
}
.dark-grey
{
  color: #404040;
}
.light-grey
{
  color: #c0c0c0;
}
.dark-blue
{
  color: #162e50;
}
.green2
{
  color: #8ea106;
}

.yellow
{
  color: #f1e025;
}
.red2
{
  color: #d1480c;
}
/* Heights */
.w145
{
  font-size: 14.5px;
}
.w125
{
  font-size: 12.5px;
}
/* weights */
.semi
{
  font-weight: 600;
}
.bold
{
  font-weight: bold;
}

/* Global styles */

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

a {
    outline: none;
}

em {
    font-style: italic;
}

strong {
    font-weight: 700;
}

.main-content {
    /* width: 75.319%; */
    position: relative;
    color: #808080;
}

.main-content h3 {
    font-weight: 600;
    color: #808080;
}

.section {
    position: relative;
    margin-bottom: 25px;
    padding: 24px 10px;
    border: 1px solid #c0c0c0;
    background: #fff;
}

div.section-padding {
    padding-bottom: 25px;
}

.section-account-info {
    padding: 0 0 25px 0;
}

.section-edit .form-input input {
    margin-top: 0;
    margin-bottom: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.section-no-edit .form-input input {
    margin-top: 0;
    margin-bottom: 6px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.action-section {
    padding: 9px 15px;
    border-top: 1px solid #e4e4e4;
    background-color: #f7f7f8;
}

.section .action-section input,
.section .action-section a {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
}

.form-input input:disabled, 
.form-input select:disabled, 
.form-input textarea:disabled,
.form-input input[readonly], 
.form-input select[readonly], 
.form-input textarea[readonly] {
    padding-top: 6px;
    padding-bottom: 6px;
}

.form-input input,
.form-input select,
.form-input textarea {
    margin: 0 0 6px;
}

.inline-label label,
.section .inline-label label {
    padding: 11px 0 !important;
    margin-bottom: 4px !important;
}

#landing .section p {
    margin-top: 0;
    color: #808080;
}

.sidebar-widget {
    margin-bottom: 7px;
}

.rentVindicationWaringLabel {
    display:none;
    font-size: 12px;
    margin-bottom: 5px;
}

.sidebar-widget .widget-heading {
    margin: 0 0 6px 0;
    padding: 6px 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #808080;
    border-bottom: 1px solid #c0c0c0;
}

.sidebar-widget:first-of-type .widget-heading {
    padding-top: 0;
}

.sidebar-recommend {
    position: relative;
    padding: 10px;
    color: #808080;
    border: 1px solid #c0c0c0;
    font-size: 12px;
    border-radius: 3px;
    background: #fff;
}

.sidebar-recommend h3 {
    margin-top: 3px;
    margin-bottom: 6px;
    padding: 6px 0 6px 35px;
    font-size: 16px;
    font-weight: bold;
    
    color: #162e50;
    background: url('../bundles/boxhouseportal/images/thumbs_up.png') no-repeat 3px 1px;
}

.sidebar-recommend p {
    line-height: 1.4;
    margin-bottom: 9px;
}

.sms-left {
    font-size: 12px;
    color: #eea236;
    border: 1px solid #eea236;
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 1.5;
    text-align: center;
}

.dont-show-anymore {
    display: block;
    font-size: 10px;
    text-align: center;
}

.share {
    display: block;
    margin-bottom: 6px;
    padding: 3px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    text-align: center;
}

.share:hover {
    text-decoration: none;
    color: #fff;
    background: #162e50;
    border-color: #162e50;
}

.share-by-facebook {
    margin-bottom: 6px;
}

input:hover {
    cursor: default;
}

/* Global styles: end */

/* Settings page: end */

.section-edit,
.section-user-info {
    padding: 0;
}

.section-edit #map_canvas,
.section-user-info #map_canvas {
    width: 415px;
    height: 329px;
    border-left: 1px solid #c4c4c4;
    float: right;
}

.section-edit .edit-fields,
.section-user-info .user-info-fields {
    float: left;
    padding: 24px 0 24px 10px;
}

.section-edit label {
    padding-left: 5px !important
}

.section-no-edit input,
.section-no-edit select,
.section-no-edit textarea {
    border: none !important;
    background: none !important;
}

.section-no-edit input.btn-primary {
    background: #21324a !important;
    border: 1px solid #21324a !important;
}

.section-no-edit .edit-field input,
.section-no-edit .edit-field select,
.section-no-edit .edit-field textarea {
    padding-left: 0 !important;
}

.section-rental-unit .edit-field input, 
.section-rental-unit .edit-field select {
    padding-left: 6px !important;
}

.section-no-edit select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.section-no-edit .select2-arrow {
    display: none !important;
}

.section-no-edit .select2-choice,
.section-no-edit .select2-choices {
    background: none !important;
    border: none !important;
    padding-left: 0 !important;
}

.section-no-edit .select2-search-choice {
    margin-left: 0 !important;
    padding-left: 0 !important;
    border: none !important;
    background: 0 !important;
    box-shadow: 0 0 0 0 !important;
    -webkit-box-shadow: 0 0 0 0 !important;
    -moz-box-shadow: 0 0 0 0 !important;
}

.section-no-edit .select2-search-choice-close {
    display: none;
}

input.disabled {
    border: none !important;
}

.document-fields .disabled {
    padding-left: 0 !important;
}

.edit-field,
.user-info-field {
    width: 158px;
    margin-bottom: 3px;
    padding-left: 26px;
}

.edit-field .edit-field {
    padding-left: 0;
}

.user-info-field {
    
}

.user-info-name {
    background: url('../bundles/boxhouseportal/images/user.png') no-repeat;
    background-position: 0 25px;
}

.user-info-phone {
    background: url('../bundles/boxhouseportal/images/phone.png') no-repeat;
    background-position: 4px 28px;
}

.user-info-email {
    background: url('../bundles/boxhouseportal/images/mail.png') no-repeat;
    background-position: 0 30px;
}

.user-info-address {
    width: 380px;
    background: url('../bundles/boxhouseportal/images/map_marker.png') no-repeat;
    background-position: 3px 25px;
}

.address-container .user-info-address .address-name {
    width: 353px;
}

.address-container .user-info-address .postal-code {
    width: 75px;
}

.address-container .user-info-address .building-number, .address-container .user-info-address .apartment-number {
    margin-left: 11px;
    width: 24px !important;
}

.address-container .user-info-address .apartment-number {
    margin-left: 10px;
}

.address-container .user-info-address .street {
    width: 258px !important;
}

.address-container .user-info-address .city, .address-container .user-info-address .country {
    margin-left: 11px;
    width: 118px !important;
}

.address-container .user-info-address .country {
    width: 112px !important;
}

.postal-code-label {
    width: 79px;
}

.building-number-label {
    margin-left: 10px;
    width: 28px;
}

.apartment-number-label {
    margin-left: 11px;
    width: 28px;
}

.street-label{
    width: 263px;
}

.city-label{
    margin-left: 11px;
    width: 122px;
}

.country-label {
    margin-left: 11px;
}

.unit-number-field {
    width: 29px !important; 
    padding-left: 0 !important; 
    margin-left: 11px !important;
}

.main-content .user-info-address input {
    width: 354px;
}

.main-content .address-fix input {
    width: 358px;
}

.user-info-surname {
    padding-left: 0;
}

.view-switcher {
    /* display: none; */
    position: absolute;
    top: 12px;
    right: 18px;
    width: 48px;
    height: 23px;
}

.view-switcher a {
    float: left;
    display: block;
    text-indent: -9999px;
    width: 24px;
    height: 23px;
}

.view-switcher .default-view {
    background: url('../bundles/boxhouseportal/images/eye.png') no-repeat;
}

.view-switcher .edit-view {
    background: url('../bundles/boxhouseportal/images/note.png') no-repeat;
}

.view-switcher .default-view:hover,
.view-switcher .edit-view:hover,
.view-switcher .current-switcher {
   background-position: 0 -23px;
}

.table-view-switcher {
    top: 0;
}

.table-container {
    position: relative;
}

.table-container .property-unit-link {
    
}

.table-container .table_input_label {
    display: none;
}

.table-container.section-no-edit .table_input_label {
    display: none;
}

.table-container .table_input_editable {
    display: inline-block !important;
}

.table-container.section-no-edit .property-unit-link {
    display: inline;
}

table .more-info {
    float: right;
    position: relative;
    top: 7px;
    margin-right: 10px;
}

.btn-paypal,
.main-content input.btn-paypal {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 75px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 13px;
    font-family: "Arial", bold, italic;
    font-weight: bold;
    font-style: italic;
    border: 1px solid #ffa823;
    color: #0E3168;
    background: #ffa823;
    position: relative;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    cursor: pointer;
    z-index: 0;
}



.btn-paypal:before,
.main-content input.btn-paypal:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 11px;
    top: 0;
    left: 0;
    background: #ffa823;
    background: -webkit-linear-gradient(top, #FFAA00 0%,#FFAA00 80%,#FFF8FC 100%);
    background: -moz-linear-gradient(top, #FFAA00 0%,#FFAA00 80%,#FFF8FC 100%);
    background: -ms-linear-gradient(top, #FFAA00 0%,#FFAA00 80%,#FFF8FC 100%);
    background: linear-gradient(top, #FFAA00 0%,#FFAA00 80%,#FFF8FC 100%);
    z-index: -2;
}

.btn-paypal:after,
.main-content input.btn-paypal:after {
    content: " ";
    position: absolute;
    width: 98%;
    height: 60%;
    border-radius: 40px 40px 38px 38px;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, #fefefe 0%, #fed994 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #fed994 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #fed994 100%);
    background: linear-gradient(top, #fefefe 0%, #fed994 100%);
    z-index: -1;
    -webkit-transform: translateX(1%);
    -moz-transform: translateX(1%);
    -ms-transform: translateX(1%);
    transform: translateX(1%);
}

.btn-paypal:hover {
    text-decoration: none;   
}

.paypal-subscribe {
    width: 142px;
    height: 30px;
}

.form button.paypal-subscribe {
    float: right;
    margin-top: 0;
    background: transparent;
    border: 1px solid #ffa823;
    border-radius: 13px;
    position: relative;
    top: 4px;
}

.form button.paypal-subscribe:focus {
    outline: none;
}

.form .table-actions button.btn-paypal {
    float: left;
    position: relative;
    top: 6px;
    height: 20px;
    margin-top: 0;
    border: 1px solid #ffa823;
    border-radius: 9px;
    line-height: 15px;
}

.form .table-actions button.btn-paypal:focus {
    outline: none;
    border-radius: 9px;
}

.main-content .user-info-field label {
    padding-left: 5px;
}

.main-content label, 
.feedback-form label {
    display: inline-block;
    padding: 3px 3px 3px 0;
    font-size: 12px;
    color: #808080;
}

label.required:after {
    content: "*";
}

.main-content input,
.main-content select,
.footer input,
.footer select,
.feedback input,
.feedback select {
    font-family: 'Open Sans', sans-serif;
    width: 148px;
    margin-left: 0;
    padding: 6px 5px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
    border: 1px solid #cacaca;
    font-weight: 700;
    color: #404040;
    background: #fff;
}

.main-content textarea,
textarea {
    font-family: 'Open Sans', sans-serif !important;
    width: 151px;
    padding-left: 3px;
    font-size: 12px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
    border: 1px solid #cacaca;
    font-weight: 700;
    color: #404040;
    resize: none;
    background: #fff;
}

.main-content select {
    width: 158px;   
}

.fields-column,
.user-info-column {
    float: left;
    min-width: 158px;
    max-width: 198px;
}

.user-info-column:first-of-type {
    margin-right: 25px;
}

.fields-margin-fix {
    margin-left: 12px;
}

.fields-margin-fix input {
    width: 157px !important;
}

.fields-margin-fix input {
    width: 159px; 
}

.select2-container, .select2-drop, .select2-search, .select2-search input {
    margin-top: 2px;
    width: 160px !important;
    font-size: 12px;
    font-weight: 700;
    color: #404040;
}

.fields-margin-fix .select2-container, .fields-margin-fix .select2-drop, .fields-margin-fix .select2-search, .fields-margin-fix .select2-search input {
    width: 170px !important;
}

.wider-field {
    width: 332px;
}

.wider-field input {
    width: 332px;
}

.wider-field input[type='checkbox'] {
    width: auto;
    margin-left: 10px;
}

.wider-field textarea {
    padding-left: 3px;
    width: 335px;
    min-height: 72px;
}

.user-payment-settings {
    float: left;
    margin-right: 25px;
    width: 378px;
    padding-left: 26px;
}

.user-app-settings {
    float: right;
    width: 400px;
}

.section-user-settings input,
.section-user-settings select {
    font-weight: 700;
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(top,  #fafafa 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fafafa 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fafafa 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fafafa 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fafafa 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}

.section-user-settings input:focus ,
.section-user-settings select:focus {
    background: #fff;
}

.section-user-settings {
    padding-bottom: 0; 
}

.section-user-settings label {
    float: left;
    width: 195px;
    padding-left: 0;
    padding-right: 15px;
    position: relative;
    top: 6px;
}

.section-user-settings .action-section {
    width: 823px;
    position: relative;
    left: -10px;
}

.section-user-settings .action-section input {
    margin-right: 25px !important;
}

.section-user-settings .action-section {
    margin-top: 25px;
}

.user-payment-settings label {
    padding-right: 0;
}

.user-payment-settings input {
    width: 160px;
}

.user-payment-settings .select2-container-multi .select2-choices {
    width: 170px;
}

.user-settings-field {
    margin-bottom: 12px;
}

.accepted-payment input {
    margin-bottom: 12px;
    width: 16px;
    height: 16px;
}

.accepted-payments-list {
    float: left;
    font-size: 12px;
}

.accepted-payments-list span {
    position: relative;
    top: -2px;
}

.user-password a {
    display: block;
    margin-left: 209px;
    width: 142px;
    padding: 9px;
    font-size: 12px;
    text-transform: capitalize;
}

.user-account-type span,
.sms-left span {
    display: inline-block;
    font-size: 12px;
    margin-top: 9px;
    text-transform: capitalize;
}

.section-user-settings input[type='file'] {
    width: 144px;
}

.section-user-settings .facebook-connect,
.section-user-settings .avatar-image,
.rent-add-file {
    display: inline-block;
    width: 140px;
    padding: 9px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
    border: 1px solid #334966;
    font-weight: 700;
    background: #3465a9;
    color: #404040;
    color: #fff;
    font-size: 12px;
}

.section-user-settings .facebook-connect:hover,
.section-user-settings .avatar-image:hover,
.rent-add-file:hover {
    text-decoration: none;
}

.document-attachments,
.attached-files{
    margin-left: 35px;
}

.filelist {
    font-size: 12px;
}

.filelist b { 
    font-weight: 700;
    color: #333333;
}

.section-user-settings .avatar-image {
    position: relative;
    background: #303f56;
}

#filelist {
    margin-bottom: 6px;
    font-size: 12px;
    text-align: right;
    margin-right: 30px;
    margin-top: 6px;
}

.section-user-settings .user-facebook {
    margin-top: -6px;
}

.section-user-settings .action-buttons { 
    float: right;
    margin-right: 30px;
}

.section-user-settings .btn-cancel {
    margin-right: 5px;
}

input.btn,
input.btn-primary, 
input.btn-cancel {
    width: auto;
}

.btn,
.button {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 10px;
    padding: 9px 9px;
    font-size: 12px;
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
    color: #808080;
}

.btn:hover {
    color: #fff;
    /* background-color: #91bed4;
    border-color: #91bed4; */
    background-color: #42a7c4;
    border-color: #42a7c4;
    background-color: #162e50;
    border-color: #162e50;
    text-decoration: none;
}

.btn-message {
    padding-left: 30px;
    background: url('../bundles/boxhouseportal/images/btn_mail.png') no-repeat 6px 10px;
}

.btn-message:hover {
    background-position: 6px -24px;
}

.btn-payment {
    padding-left: 30px;
    background: url('../bundles/boxhouseportal/images/btn_payment.png') no-repeat 6px 10px;
}

.btn-payment:hover {
    background-position: 6px -25px;
}

.btn-cost {
    padding-left: 30px;
    background: url('../bundles/boxhouseportal/images/btn_cost.png') no-repeat 7px 9px;
}

.btn-cost:hover {
    background-position: 6px -24px;
}

.btn-lease {
    padding-left: 30px;
    background: url('../bundles/boxhouseportal/images/btn_lease.png') no-repeat 8px 8px;
}

.btn-lease:hover {
    background-position: 8px -22px;
}

table .actions {
    width: 18%;
    text-align: right;
}

.table-actions {
    padding-right: 0;
}

.table-actions a:first-of-type.table-btn-edit {
    border-right: none;
    padding-right: 1px;
}

.table-btn-lease {
    display: block;
    float: right;
    width: 31px;
    height: 31px;
    border-left: 1px solid #e2e2e2;
    text-indent: -9999px;
    background: url('../bundles/boxhouseportal/images/create_new_lease.png') no-repeat 7px 7px;
}
.table-btn-lease:hover {
    background-position: 7px -24px;
    background-color: #8ea106;
}

.table-btn-edit {
    display: block;
    float: right;
    width: 31px;
    height: 31px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    text-indent: -9999px;
    background: url('../bundles/boxhouseportal/images/edit.png') no-repeat 8px 7px;
}

.table-btn-edit:hover {
    background-position: 8px -25px;
    background-color: #162e50;
}

.btn-confirm,
.btn-pay {
    display: block;
    float: right;
    width: 32px;
    height: 31px;
    text-indent: -9999px;
}

.btn-confirm {
    background: url('../bundles/boxhouseportal/images/check_mark.png') no-repeat 10px 10px;
}

.btn-confirm:hover {
    background-position: 10px -16px;
    background-color: #8ea106;
}

.btn-pay {
    background: url('../bundles/boxhouseportal/images/pay.png') no-repeat 6px 9px;
}

.btn-pay:hover {
    background-position: 6px -25px;
    background-color: #8ea106;
}

.btn-settings {
    padding-left: 30px;
    background: url('../bundles/boxhouseportal/images/btn_settings.png') no-repeat 6px 7px;
}

.btn-settings:hover {
    background-position: 6px -22px;
}

.btn-fault {
    padding-left: 30px;
    background: url('../bundles/boxhouseportal/images/btn_fault.png') no-repeat 6px 8px;
}

.btn-fault:hover {
    background-position: 6px -22px;
}

.btn-meter {
    padding-left: 30px;
    background: url('../bundles/boxhouseportal/images/btn_meter.png') no-repeat 6px 7px;
}

.btn-meter:hover {
    background-position: 6px -24px;
}

.btn-upload {
    padding-left: 30px;
    background: url('../bundles/boxhouseportal/images/btn_upload.png') no-repeat 6px 7px;
}

.btn-upload:hover {
    background-position: 6px -23px;
}

.btn-utility {
    width: 121px;
    margin-left: 25px;
    margin-top: 10px;
    margin-right: 0;
}

.btn-home {
    padding-left: 23px;
    background: url('../bundles/boxhouseportal/images/btn_home.png') no-repeat;
}

.btn-home:hover {
    background-position: 0 -30px;
}

.btn-add {
    padding-left: 28px;
    background: url('../bundles/boxhouseportal/images/add_5.png') no-repeat 6px 7px;
}

.btn-add:hover {
    background-position: 6px -26px;
}

.btn-delete {
    padding-left: 28px;
    background: url('../bundles/boxhouseportal/images/delete.png') no-repeat 5px 8px;
}
.btn-delete:hover,
.close-hint {
    background-position: 6px -26px;
}

.property-delete{
    margin-left: 25px; 
    margin-right: 0; 
    margin-top: 23px;
    width: 123px;
} 

.btn-vindication {
    width: 152px;
}

.btn-buy {
    padding: 3px 10px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 0;
    margin: 6px 0;
    border-color: #5cb85c;
    background: #5cb85c;
    color: #fff !important;
}

.btn-buy:hover {
    background: #47a447;
    border-color: #47a447;
}

.document-attachments .delete-file {
    display: inline-block;
    width: 25px;
    height: 30px;
    margin-right: 0;
    background: url('../bundles/boxhouseportal/images/delete.png') no-repeat 5px 8px;
    text-indent: -9999px;
    border: 1px solid #c0c0c0;
    border-left: none;
    -webkit-border-top-right-radius: 3px; 
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px; 
    -webkit-border-bottom-right-radius: 3px; 
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px; 
}

.document-attachments .delete-file:hover {
    background-position: 5px -26px;
    background-color: #21324a;
    border-color: #21324a;
}

.document-attachments .btn-file {
    width: 96px;
    max-height: 12px;
    margin-right: 0;
    -webkit-border-top-right-radius: 0; 
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0; 
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.document-attachments .attached-file {
    float: left;
    margin-right: 35px;
}

.close-hint {
    background-color: #162e50;
    color: #fff;
    border: 1px solid #162e50;
    background-position: 6px -27px;
}

.close-hint:hover {
    background-color: #42a7c5;
    border: 1px solid #42a7c5;
}


.edit-field .btn-delete {
    margin-top: 10px;
}

.delete {
    display: block;
    margin-top: 3px;
    text-indent: -9999px;
    width: 32px;
    height: 30px;
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
    background: url('../bundles/boxhouseportal/images/delete.png') no-repeat 7px 8px;
}

.delete:hover {
    background-position: 8px -26px;
    background-color: #162e50;
    border-color: #162e50;
}

.table .delete {
    border: none;
}

.footer .btn-primary {
    color: #fff;
}

.fields-column .btn {
    display: block;
}

.btn-add-table-unit {
    float: right;
    position: relative;
    top: -15px;
    margin-right: 0;
    margin-left: 10px;
    margin-top: 15px;
}

.add-new-lease {
    background: url('../bundles/boxhouseportal/images/add-new-lease.png') no-repeat 12px 7px;
    padding-left: 32px !important;
}

.add-new-lease:hover {
    
}

.section .btn-primary,
.btn-primary, 
input.btn-primary,
.button {
    display: block;
    margin-top: 6px;
    background: #21324a;
    width: auto;
    padding: 8px 9px;
    border: 1px solid #21324a;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    max-height: 32px;
}

.button {
    position: relative;
    left: 167px;
    background: #42a7c4 !important;
    border: 1px solid #42a7c4 !important;
    text-decoration: none !important;
    text-align: center;
}

.button:hover { 
    color: #fff !important;
    background: #55BCDA !important;
    border: 1px solid #55BCDA !important;
}

.section a.btn-primary {
    padding: 10px 9px;
}

.btn-primary:hover,
.section-no-edit .btn-primary:hover {
    background: #42a7c4 !important;
    border: 1px solid #42a7c4 !important;
    text-decoration: none !important;
}

.save-rent.btn-primary {
    position: relative;
    left: 10px;
    width: 80px !important;
}

.section-user-settings .btn-primary:focus {
    color: #fff;
    background: #42a7c4;
}

.section-header {
    max-width: 378px;
    min-width: 158px;
    padding: 0 25px 18px;
}

.section-header .heading-description {
    font-size: 12px;
    color: #808080;
}

.section-header .heading-description:first-letter {
    text-transform: capitalize;   
}

.section-header h2 {
    font-size: 24px;
    font-weight: 600;
    color: #404040;
}

.section-header .edit-field {
    padding-left: 0;
}

.section-header .heading-description {
    padding-left: 5px;
}

.section-header .edit-field input {
    padding: 3px 5px;
    margin-top: 3px;
    font-size: 24px;
}

input[type="submit"]:hover {
    cursor: pointer;
}

.btn-cancel {
    display: inline-block;
    padding: 9px 0 !important;
    border: 2px solid #21324a !important;
    color: #21324a;
    text-transform: uppercase;
    font-size: 10px !important;
    font-weight: bold;
    text-align: center;
}

.btn-cancel:hover {
    background: #21324a;
    color: #fff;
}

.btn-cancel:focus {
    background: #42a7c4 !important;
    border-color: #42a7c4 !important;
}


/* Settings page: end */

/* User Info widget */


.user-profile {
    min-height: 300px;
    position: relative;
    border: 1px solid #c0c0c0;
    -webkit-box-shadow: 0px 1px 1px 0px #c0c0c0; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 0px 1px 1px 0px #c0c0c0;
}

.user-profile-pic {
    display: block;
    margin: 60px auto 0;
    border-radius: 50%;
}

.user-name,
.user-additional-info {
    text-align: center;
    font-size: 14px;
}

.user-name {
    margin-top: 14px;
    margin-bottom: 3px;
    color: #404040;
}

.user-additional-info {
    color: #808080;
}

.user-details {
    margin-top: 34px;
    border-top: 1px solid #e0e0e0;
    font-size: 12px;
    color: #404040;
}

.user-phone {
    float: left;
    margin-top: 8px;
    padding-left: 10px;
}

.user-chat {
    float: right;
    width: 26px;
    height: 27px;
    border-left: 1px solid #e0e0e0;
    text-indent: -9999px;
    background: url('../bundles/boxhouseportal/images/chat_bubble.png') no-repeat;
    background-position: 6px;
}

.user-email {
    padding: 7px 10px;
    border-top: 1px solid #e0e0e0;
}

.user-circle {
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 13px;
    height: 13px;
    text-indent: -9999px;
    background: #c0c0c0;
    border-radius: 50%;
}

/* User Info widget: end */

/* To do list widget */

.to-do-list {
    
}

.to-do-list ul {
    margin-bottom: 6px
}

.to-do-list ul li {
    float: left;
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    border: 1px solid #C5C5C5;
    background: #E2E2E2;
}

.to-do-list li.warning {
    border-color: #eea236;
    background: #F7E6CF;
}

.to-do-list li.warning .task-title {
    color: #eea236;
}

.to-do-list li.warning .close {
    border-right: 1px solid #eea236;
    background-position: 6px -43px;
}

.to-do-list li.warning .close:hover,
.to-do-list li.warning .task-title:hover {
    background-color: #eea236;
    color: #fff;
    background-position: 6px -19px;
}

.to-do-list ul li a {
    display: block;
    float: left;
    color: #808080;
}

.to-do-list ul li a:hover {
    text-decoration: none;
    background-color: #8ea106;
    color: #fff;
}

.to-do-list .task-title {
    display: block;
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: capitalize;
}

.to-do-list .close {
    background: url('../bundles/boxhouseportal/images/check_mark.png') no-repeat right 6px top 7px;
    border-right: 1px solid #C5C5C5;
    padding: 0 4px;
    display: inline-block;
    width: 17px;
    height: 24px;
}

.to-do-list .close:hover {
    background-position: 6px -19px;
    background-color: #8ea106;
}

.to-do-add {
    padding: 5px 10px;
    border: 1px solid #808080;
    font-size: 12px;
    background: none;
    color: #808080;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
}

/* To do list widget: end*/


/* Activity feed widget */

.activity-feed {
    
}

.activity-feed ul {
    font-size: 12px;
}

.activity-feed ul li {
    display: block;
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 1.5;
    color: rgb(128, 128, 128);
}

.activity-feed ul li a {
    color: #808080;
}

.activity-document { background: url('../bundles/boxhouseportal/images/activity_document.png') no-repeat 5px 3px; }
.activity-payment { background: url('../bundles/boxhouseportal/images/activity_wallet.png') no-repeat 3px 2px; }
.activity-message { background: url('../bundles/boxhouseportal/images/activity_mail.png') no-repeat 4px 3px; }
.activity-user { background: url('../bundles/boxhouseportal/images/activity_user.png') no-repeat 4px 1px; }
.activity-info { background: url('../bundles/boxhouseportal/images/activity_info.png') no-repeat 5px 2px; }
.activity-settings { background: url('../bundles/boxhouseportal/images/activity_settings.png') no-repeat 5px 2px; }

/* Activity feed widget: end */

/* Landing Page */

body#landing {background: #f1f1f3 url('../bundles/boxhouseportal/images/body_gradient.png') 0 512px repeat-x;}

#landing .banner {text-align: left; height: 355px;}
#landing .banner h2 {font-size:50px; line-height:70px; margin:20px 0 0 0;}
#landing .banner h2 span {
width:194px;
display: block;
margin: 25px 0;
height: 1px;
-moz-border-radius: 0px;
border-radius: 0px;
background-color: white;
margin-bottom: 10px;
}
#landing .banner p {margin:25px 0 0 0; width: auto; max-width: 650px; font-size:16px;}
#landing .banner p b {font-weight:bold;}

#landing ul.user li a {
    font-weight: 700;
    font-size: 10px;
    text-transform:uppercase;
    padding: 0 9px;
    width: 63px;
    margin-left: 25px;
    text-align: center;
}

#landing a.cta-button-landing {
-webkit-border-radius: 28;
-moz-border-radius: 28;
border-radius: 5px;
color: #ffffff;
background: #2ecc70;
padding: 10px 20px 10px 20px;
text-decoration: none;
}

#landing a.cta-button-landing\ {
  background: #51db8a;
  text-decoration: none;
}

.menu-big{background:#f1f1f3 url('https://planetdvd.net/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/Resources/Resources/public/Resources/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/css/images/level/bg.png') 0 0 repeat-x;}
.menu-big .container_5 {padding-bottom:100px;}

.box-menu {
	margin-top:-25px !important; 
	background: #fff;
	height: 325px;
	position: relative;
	overflow: hidden;
        -moz-box-shadow:    0px 1px 1px #c0c0c0;
        -webkit-box-shadow: 0px 1px 1px #c0c0c0;
        box-shadow:         0px 1px 1px #c0c0c0;
}
#landing .box-menu {
        float: left;
	margin-top: 10px !important; 
	margin-bottom:-25px !important;
}
#landing .box-menu:first-of-type {
    margin-left: 25px;
}
div#top .box-menu { float: left !important; margin-right: 25px !important; }
.box-menu:hover { cursor: pointer; }
.box-menu a,.box-menu a:hover {text-decoration:none; outline:none;}
.box-menu .ruch {
    height:650px; 
    position:relative;
}
.box-menu.activ .ruch {margin-top:-325px !important;}
.box-menu .ruch .abs1, .box-menu .ruch .abs2 {
    clear:both; height: 303px; padding-top:20px; background:#fff; color:#11243e !important;
}
.box-menu .ruch .abs1{border: 1px solid #c0c0c0;}
.box-menu .ruch .abs2 {background:#11243e; color:#fff !important; border: 1px solid #235e84;}
.box-menu .ruch  p {font-size:14px;text-align:center; display:block; height:62px; padding: 10px 10px 10px;background:transparent url('../bundles/boxhouseportal/images/box_bg.jpg') top center repeat; line-height: 1.5; }
.box-menu .ruch .abs2 p {background:none;}
.box-menu .ruch .abs2 a:hover {
    color: #fff;
}
.box-menu .ruch .icon {
	display:block; 
	width:132px; 
	height:132px; 
	background:transparent url('https://planetdvd.net/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/Resources/Resources/public/Resources/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/css/images/icon-big1.png') top center no-repeat;
	-webkit-border-radius: 78px;
	border-radius: 78px;
	border:solid 2px #d8d8d8;
	margin:20px auto;
}
.box-menu .ruch  h3 {font-weight: bold; text-align:center; font-size: 24px; font-size: 18px; line-height:30px; padding: 5px 0 10px 0;}
.box-menu .ruch .abs2 .icon {background-position:bottom center; border:solid 2px #22467a;}
.box-menu .ruch  .icon.ic1{ background-image: url('../bundles/boxhouseportal/images/ico1.png') ;}
.box-menu .ruch  .icon.ic2{ background-image: url('../bundles/boxhouseportal/images/ico2.png') ;}
.box-menu .ruch  .icon.ic3{ background-image: url('../bundles/boxhouseportal/images/ico3.png') ;}
.box-menu .ruch  .icon.ic4{ background-image: url('../bundles/boxhouseportal/images/ico6.png') ;}
.box-menu .ruch  .icon.ic5{ background-image: url('../bundles/boxhouseportal/images/ico4.png') ;}
.box-menu .abs1 .icon { margin-top: 50px; }


.level {margin:0 auto; width: 100%;}
.level hr{border:none; border-top:solid 1px #c0c0c0; margin:0; padding:0;}
.level h1 {font-size:48px; color:#122540; font-weight:bold; padding:25px 0;}
.level p {font-size:16px; line-height:24px; color:#010101; padding:25px 0 0 0;}
.level .grid-right {margin:0 25px 0 0 ;}
.level.lv1 {height:501px; background:transparent url('../bundles/boxhouseportal/images/lv_01.jpg') top center no-repeat;}
.level.lv2 {height:460px; background:transparent url('../bundles/boxhouseportal/images/lv_02_2.jpg') top center no-repeat;}
.level.lv3 {height:480px; background:transparent url('../bundles/boxhouseportal/images/lv_03_2.jpg') top center no-repeat;}
.level.lv4 {height:428px; background:transparent url('../bundles/boxhouseportal/images/lv_04_2.jpg') top center no-repeat; padding-bottom: 50px;}
.level.lv5 {height:478px; background:transparent url('https://planetdvd.net/bundles/boxhouseportal/images/lv_05.jpg') top center no-repeat;}

.boxhouse-features {
    margin-top: 72px;
}

.footer.landed {
	width: 100%;
	display: block;
	background: #132744 url(https://planetdvd.net/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/Resources/Resources/public/Resources/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/css/images/signup_footer.jpg) no-repeat center top;
	margin-top: -14px;
	overflow: hidden;
}
.footer.landed  .footer1 {
	width: 1100px;
	margin: auto;
	/* background: url(https://planetdvd.net/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/Resources/Resources/public/Resources/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/css/images/socialc.png) no-repeat bottom center; */
	height: 440px;
}
.footer.landed h2 {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	margin-left: 7px;
	margin-top: 55px;
}
.footer.landed  .fline {
	width: 195px;
	height: 1px;
	display: block;
	background: #fff;
	margin-left: 7px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.footer.landed .fbox {
	display: inline-block;
	width: 215px;
	color: #fff;
	vertical-align: top;
}
.footer .fbox1 p {
    line-height: 1.5;
}
.footer.landed .fbox1 p {
    padding-left: 0px !important;
}
.footer.landed  .fbox p {
	line-height: 18px;
	font-weight: 300;
	padding-left: 10px;
}
.footer.landed .fbox h4 {
	margin-bottom: 25px;
	font-size: 16px;
	color: #ffffff !important;
	font-weight: 600;
}
.footer.landed  .fbox h3 {
	font-size: 16px;
	color: #ffffff !important;
	font-weight: 600;
	margin-bottom: 3px;
}
.footer.landed  .fbox h4 {
	margin-bottom: 40px;
}
.footer.landed .fbox h4 span {
	font-weight: 300;
}
.footer.landed  .fbox1 {
	width: 435px;
}
.footer.landed  .social {
	float: left;
}
.footer.landed .social img {
	margin: 0px 14px;
}
.footer.landed  .socialc {
	width: 1100px;
	display: block;
	margin-top: 30px;
}

.footer .fboxes {
    position: relative;
    padding-bottom: 10px;
}

.footer .fboxes h3 {
    margin-bottom: 12px;
}

.footer .fboxes ul li {
    line-height: 1.7;
    font-weight: 300;
    font-size: 14px;
}

.footer.landed  .fbo {
    width: 201px;
    display: inline-block;
    color: #fff;
    vertical-align: top;
    padding-top: 18px;
    font-size: 14px;
    padding-left: 13px;
    line-height: 18px;
}
.footer.landed  .fbo span {
    color: #235e84;
    font-size: 12px;
    display: block;
}
.footer .fbo span { color: #c0c0c0; }
#landing .footer .fbo span { color: #235e84; }

.footer.landed .fbo a {
    color: #808080;
    font-size: 14px;
    display: block;
    font-weight: 600;
}

.footer-form-description {
    margin-bottom: 12px;
    font-size: 12px;
    position: relative;
    top: -6px;
}

#landing .fbo a {
    color: #fff;
}

.footer .partners {
    margin-top: 18px;
    margin-right: 15px;
    padding-bottom: 24px;
}

.footer .innowacyjna-gospodarka {
    float: right;
    display: block;
    width: 320px;
    height: 118px;
    background: url('../bundles/boxhouseportal/images/innowacyjna_gospodarka_black.png') no-repeat;
    text-indent: -9999px;
}

#landing .footer .innowacyjna-gospodarka {
    background: url('../img/ue_ig.gif') no-repeat;
}

#landing .footer {
    margin-top: 125px;
}

.footer #contactMessage_captcha_image {
    margin-top: 1px;
}

.footer .parp {
    float: right;
    display: block;
    margin-right: 25px;
    width: 84px;
    height: 53px;
    background: url('../bundles/boxhouseportal/images/parp_grey.png') no-repeat;
    text-indent: -9999px;
    position: relative;
    top: 1px;
}

#landing .footer .parp {
    background: url('../bundles/boxhouseportal/images/parp.png') no-repeat;
}

.footer .unia-europejska {
    display: block;
    float: right;
    margin-right: 21px;
    width: 86px;
    height: 48px;
    text-indent: -9999px;
}

#landing .footer .unia-europejska {
    background: url('../bundles/boxhouseportal/images/ue_white.png') no-repeat;
}

/* Landing Page */

/* Register User */

/* Sing up, last edit: 2014-01-15 */
#landing.signup  body {
	background: #e8e8e9;
}

#landing.signup  .container-su { 
	display: block;
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 1px;
  -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.05);
	text-align: left;
}

#landing.signup  .container-su h1 {
	font-size: 50px;
	font-weight: bold;
	color: #11243e;
	line-height: 50px;
	display: block;
	margin-top: 0px;
}
#landing.signup  .container-su h4 {
	color: #808080;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
#landing.signup  .form-box {
	width: 310px;
	display: inline-block;
}
#landing.signup  .form-box label {
	width: 155px;
	line-height: 29px;
	height: 29px;
	display: inline-block;
	margin-bottom: 3px;
	font-size: 12px;
	color: #808080;
}
#landing.signup .form-box input,
#fos_user_registration_form_captcha {
	width: 137px;
	border: 1px solid #c6c6c6;
	display: inline-block;
	margin-bottom: 3px;
	padding-left: 10px;
	border-radius: 5px;
	color: #404040;
	font-size: 13px;
	font-weight: 700;
}

#fos_user_registration_form_captcha {
    margin-top: 5px;
}

#landing .captcha .form-errors-inline .form-errors {
    float: right;
}

#landing .captcha .form-errors-inline .form-errors ul {
    min-width: 132px;
    position: relative;
    left: 20px;
    text-align: left;
}

#landing.signup  .form-box.second {
	margin-left: 90px;
}
#landing.signup  div.accept {
	margin-top: 33px;
	font-size: 12px;
	color: #404040;
	font-weight: 600;
        width: 500px;
}
#landing.signup  div.note
{
  margin-bottom: 33px;
}
#landing.signup  div.accept p {
	font-size: 12px !important;
	color: #404040 !important;
	font-weight: 600;
	line-height: 17px !important;
	margin-top: 1px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important; 
        padding-left: 28px;
        width: 500px;
}
#landing.signup  div.accept .input-checkbox input {
    margin-top: 2px;
    width: 13px;
    height: 13px;
}
#landing.signup  div.accept .input-checkbox span {
	width: 11px;
	height: 11px;
	border: 2px solid #5b5b5b;
	top: -2px;
	left: 0px;
}
#landing.signup  div.accept .input-checkbox label {
	padding-left: 28px;
}
#landing.signup  #accept {
	width: 11px;
	height: 11px;
	border: 2px solid #5b5b5b;
	margin: 0px;
}

.accept-regulations {
    position: absolute;
    bottom: 56px;
}

#landing.signup div.accept p.terms-adnotation {
    position: relative;
    top: 16px;
    font-size: 11px !important;
    color: #999 !important;
}

#landing.signup  .cancel {
	width: 88px;
	height: 32px;
	display: block;
	background: #ffffff;
	border: 2px solid #808080;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	float: right;
	cursor: pointer;
}

#landing .cancel:hover {
    border: 2px solid #db8a17;
    color: #fff;
}

#landing.signup .done {
        margin-top: 45px;
	width: 154px !important;
	height: 32px;
	display: block;
	background: #11233d;
	border-radius: 5px;
	color: #fff;
	border: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	float: right;
	margin-left: 9px;
	cursor: pointer;
        margin-right: 35px !important;
}

#landing .done:hover {
    background: #2b87a2;
    -moz-box-shadow:    0px 1px 5px #ccc;
    -webkit-box-shadow: 0px 1px 5px #ccc;
    box-shadow:         0px 1px 5px #ccc;
}

.btn-cancel:focus,
.btn-primary:focus,
#landing .done:focus {
    color: #fff;
    outline: none;
    -moz-box-shadow:    0px 1px 7px rgba(0,0,0,0.4) inset;
    -webkit-box-shadow: 0px 1px 7px rgba(0,0,0,0.4) inset;
    box-shadow:         0px 1px 7px rgba(0,0,0,0.4) inset;
}


#landing.signup  .content {
	width: 1125px;
	margin: auto;
	clear: both;
	padding-top: 27px;
}

#landing.signup  .signup_boxes .box {
	width: 193px;
	height: 340px;
	display: block;
	background: #fff url(https://planetdvd.net/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/Resources/Resources/public/Resources/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/css/images/box_bg.jpg) repeat-x bottom;
	border: 1px solid #c0c0c0;
  float: left;
	text-align: center;
	margin-right: 25px;
	overflow: hidden;
	padding: 0px;
  margin-bottom: -15px;
}
#landing.signup  .signup_boxes .box.box5 
{
  margin-right: 0;
} 
#landing.signup  .signup_boxes .box img {
	margin: 40px 0px 19px 0px;
}
#landing.signup  .signup_boxes .box h2 {
	color: #11243f;
	font-size: 24px;
	font-weight: bold;
}
#landing.signup  .signup_boxes .box p {
	display: block;
	width: 142px;
	margin: auto;
	line-height: 20px;
	margin-top: 46px;
}
#landing.signup .signup_boxes .box1 p, .signup_boxes .box2 p, .signup_boxes .box3 p {
	margin-top: 33px;
}
#landing .fbox1 {

}

#landing  .fbox1 .small {
	font-size: 14px;
}
#landing.signup  .signup_boxes .box2 {
	background: #11243e;
	color: #fff !important;
	border: 1px solid #235e84 ;
}
#landing.signup  .signup_boxes .box2 h2 {
	color: #fff !important
}
#landing.signup  .signup_boxes .box:last-child {
	margin-right: 0px;
}

.footer { color: #808080; }
#landing .footer { color: #fff; }
.footer {
	width: 100%;
	display: block;
	margin-top: -14px;
	overflow: hidden;
}
.footer1 {
	width: 1100px;
	margin: auto;
	/* background: url(https://planetdvd.net/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/Resources/Resources/public/Resources/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/css/images/socialc.png) no-repeat bottom center; */
        background: url('../bundles/boxhouseportal/images/house_grey.png') no-repeat;
}
.footer h2 {
	font-size: 50px;
        color: #c0c0c0;
	font-weight: bold;
	margin-left: 7px;
	margin-top: 55px;
}
#landing .footer h2 {
    color: #fff;
}
.fline {
	width: 195px;
	height: 1px;
	display: block;
	background: #c0c0c0;
	margin-left: 7px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#landing .fline { background: #fff; }

.fbox {
	display: inline-block;
	width: 215px;
	vertical-align: top;
}

.fbox2,
.fbox3,
.fbox4 {
    
}

#landing .fbox { color: #fff; }
.fbox1 p {
	padding-left: 0px !important;
}
.fbox p {
	line-height: 1.5;
	font-weight: 300;
	padding-left: 10px;
}
.footer h4 {
    color: #808080;
    font-weight: 700;
}

.fbox h4:hover {
    color: #808080;
}

#landing .footer h4 { color: #fff; }
#landing .footer h4:hover { color: #fff; }
#landing .fbox h2 { color: #ffffff !important; }

.fbox h3 {
	font-size: 16px;
	color: #808080;
	font-weight: 600;
	margin-bottom: 3px;
}
#landing .fbox h3 {
    color: #ffffff !important;
}
.fbox h4 {
	margin-bottom: 40px;
}
.fbox h4 span {
	font-weight: 300;
}
.fbox1 {
	width: 435px;
}
.social {
	float: left;
}
.social img {
	margin: 0px 14px;
}
.socialc {
        padding: 12px 0;
	width: 1100px;
	display: block;
	margin-top: 36px;
        border: 1px solid #ccc;
        margin-bottom: 10px;
}

.socialc h3 {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    color: #c0c0c0;
}

#landing .socialc h3 {
    color: #fff;
}

#landing .socialc {
    border: 1px solid #235E84;
}

#eu {
    display:block;
    width:100%;
    height:120px; 
    background-color:#FFFFFF;
    background-image: url('../img/eu.png');
    background-repeat:no-repeat;
    background-position: center center;
}

#landing .footer #contactFormContainer .edit-field input, 
#landing .footer #contactFormContainer .edit-field textarea {
    margin-bottom: 12px;
    background: #122540;
    border: none;
    border: 1px solid #235E84;
    color: #fff;
}

#landing .footer #contactFormContainer .edit-field input:focus, 
#landing .footer #contactFormContainer .edit-field textarea:focus {
    background: #235E84;
    outline: none;
}

#contactFormContainer {
    margin-bottom: 30px !important;
}

#contactFormContainer #contactMessage_captcha {
    margin-bottom: 0 !important;
}

#landing .footer .btn-primary {
    border: 1px solid #42a7c4;
    background: #42a7c4;
}

.fbo {
	width: 201px;
	display: inline-block;
        color: #808080;
	vertical-align: top;
	padding-top: 18px;
	font-size: 14px;
	padding-left: 13px;
	line-height: 18px;
}
#landing .fbo { color: #fff; }

.fbo span {
	color: #235e84;
	font-size: 12px;
	display: block;

}
.fbo a {
	color: #808080;
	font-size: 14px;
	display: block;
	font-weight: 600;
}

#landing .fbo a { color: #fff; }
/* the end of sign up */

div.status {z-index: 99;}

.breadcrumbs {height:25px; padding: 0 25px 0 0; margin-left: 5px;}
.breadcrumbs li {display:inline-block;}

.breadcrumbs .icon-home { position: relative; top: 2px; display:inline-block; background: url('../bundles/boxhouseportal/images/icon-home.png') left center no-repeat; height:16px; width:26px; }
.breadcrumbs, .breadcrumbs a { padding: 0px 0; font-size:12px; color:#808080; line-height:25px; }
.breadcrumbs a{display:inline-block; text-decoration:none; padding:0 2px;}
.breadcrumbs a:hover { color: #162e50; }
.breadcrumbs li:first-child a{margin-left:-2px;}
.breadcrumbs b {font-weight:bold;}

table.table {margin-bottom: 25px; position:relative;}
table.table .time{width: 90px;}
table.table .amount-of-money {width: 94px;}
table tr.noHover:hover {background: none;}

.table-form input:disabled , .table-form textarea:disabled, .table-form input, .table-form textarea  {
background:transparent !important; margin:0; padding:5px; border:none; width:98%; line-height:15px;}
.table-form input {height:40px;}
.table-form textarea {height:187px; resize: none;}
.table-form .show, .table-form .edit {display:block; position:absolute; top:0; width:25px; height:25px;}
.table-form .show {right:25px; background: url('https://planetdvd.net/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/Resources/Resources/public/Resources/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/css/images/ico-show.png') left center no-repeat;}
.table-form .edit{right:0px; background: url('https://planetdvd.net/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/Resources/Resources/public/Resources/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/Resources/public/css/images/ico-edit.png') left center no-repeat;}

.table_input_area {
    width: 35px !important;
}

.table_input_label {
    width: 100px !important;
}

table .select2-container, 
table .select2-drop, 
table .select2-search, 
table .select2-search input {
    position: relative;
    top: -2px;
    width: 75px !important;
}

table input.select2-input {
    width: 90px !important;
}

.notify { 
    font-family: 'Open Sans', sans-serif !important;
    height:25px;
    top:25px; 
    left:0; 
    color:#fff;
    font-size:12px;
    line-height:25px;
}
.notify  .anim{width:100%; display: none;}
.notify.notice .anim{background:#162e50 ; }
.notify.success .anim{background:#8ea107 ;}
.notify.error .anim{background:#a10506 ;}
.stripes {height:25px; display:block; background: url('../bundles/boxhouseportal/images/notify-stripes.png') left top repeat;}
.stripes.left{float:left; width:25px; margin-right:10px;}
.stripes.right{float:right; width:192px;}


/* signin.php */
#landing .container-su h1 { line-height: 40px;}
#landing .container-su {padding: 50px 0 50px 25px; margin-bottom: 0 !important; }
#landing .container-su  .form-box.grid_2 {width: 390px !important; margin-right:0 !important; margin-left: 0;}
#landing .form-box label {width: 155px; margin-right:22px;}
#landing .form-box input {width: 160px;}
#landing .form-box.grid_2 + .form-box.grid_2 { }
#landing .form-box.grid_2 + .form-box.grid_2   label { }

#landing div.accept .input-checkbox label {font-weight:bold;}
#landing div.accept { margin-left: -3px; width: 580px; float:left;}
#landing div.accept p {margin-bottom: 0px !important; width: 500px;}

#landing .done {margin: 10px 11px 0 0; width: 81px;}
#landing .cancel {margin: 55px 10px 0 0; width: 81px; color:#808080;}

.fbox {width: 191px; margin-right:25px;}
.fbox1 {width: 410px; padding-left:18px;}
.fbox4 {margin:0;}

.footer { margin-top: 15px; }
#landing .footer { background: #132744 url(../bundles/boxhouseportal/images/house_grey.png) no-repeat center top; background-size: 100%;}
.footer h2 {margin-left: 14px;}
.footer label {
    font-size: 12px;
}

.footer1 {width: 1110px; }
#landing .footer1 {  background: url(../bundles/boxhouseportal/images/house_navy.png) no-repeat 10px 270px; }
.footer1 textarea { resize: none; }
.fbo {width: 191px; padding:25px 0 0 25px;}
.fline {margin-left: 18px;}
.footer .social {margin: 0 0 0 7px;}
.footer .social img {margin: 0px 11px;}

#landing .main-content { width: 855px; }

#landing .container-su h1 {padding-left:25px; line-height: 40px;}
#landing .container-su {padding: 50px 0 50px 25px;}
#landing .container-su  .form-box.grid_2 {width: 390px !important; margin-right:0 !important;}
#landing .form-box label {width: 155px; margin-right:22px;}
#landing .form-box input {width: 160px;}
#landing .form-box.grid_2 + .form-box.grid_2 { }
#landing .form-box.grid_2 + .form-box.grid_2   label { margin-right:59px;}
#landing .features-blocks { /* margin-top: -35px; */ position: relative; top: -35px; }
#landing.signup .features-blocks { margin-top: 35px; }

#landing div.accept .input-checkbox label {font-weight:bold;}
#landing div.accept { margin-left: -3px; width: 610px; float:left;}
#landing div.accept p {margin-bottom: 0px !important; width: 610px;}

#landing .done {margin: 10px 11px 0 0; width: 81px;}
#landing .cancel {margin: 55px 10px 0 0; width: 81px; color:#808080;}

.fbox {width: 191px; margin-right:25px;}
.fbox1 {width: 410px; padding-left:18px;}
.fbox4 {margin:0;}

.footer { background-size: 100%;}
#landing .footer {background: #132744 url(../bundles/boxhouseportal/images/landing_footer_bg.jpg) no-repeat center top;  background-size: 100%; }
.footer h2 {margin-left: 14px;}
.footer1 {width: 1110px; background: url(../bundles/boxhouseportal/images/house_grey.png) no-repeat bottom 110px right 25px; }
#landing .footer1 {  background: url(../bundles/boxhouseportal/images/house_navy.png) no-repeat bottom 100px right 25px; }
.fbo {width: 191px; padding: 16px 0 0 25px;}
.fline {margin-left: 18px;}
.footer .social {margin: 0 0 0 18px;}
.footer .social img {margin: 0px 11px;}

.footer #contactFormContainer .edit-field input,
.footer #contactFormContainer .edit-field textarea {
    width: 557px;
    padding: 10px;
}

.footer #contactFormContainer .btn-primary {
    position: relative;
    top: 19px;
    left: 25px;
    border: 1px solid #162e50;
    height: 38px;
    max-height: 38px;
    width: 140px;    
    padding: 9px 15px;
}

#landing .footer #contactFormContainer .btn-primary {
    border: 1px solid #42a7c4;
    
}

.footer #contactFormContainer .btn-primary:hover {
    border: 1px solid #42a7c4;
}

.footer .social .f-social { display: inline-block; margin-right: 18px; width: 20px; height: 20px; text-indent: -9999px; }
.footer .social .f-social-facebook { background: url(../bundles/boxhouseportal/images/social_main_facebook.png) no-repeat; }
.footer .social .f-social-twitter { background: url(../bundles/boxhouseportal/images/social_main_twitter.png) no-repeat; }
.footer .social .f-social-linkedin { background: url(../bundles/boxhouseportal/images/social_main_linkedin.png) no-repeat; }
#landing .social .f-social-facebook { background: url(../bundles/boxhouseportal/images/social_facebook.png) no-repeat; }
#landing .social .f-social-twitter { background: url(../bundles/boxhouseportal/images/social_twitter.png) no-repeat; }
#landing .social .f-social-gplus { background: url(../bundles/boxhouseportal/images/social_gplus.png) no-repeat; }
#landing .social .f-social-linkedin { background: url(../bundles/boxhouseportal/images/social_linkedin.png) no-repeat; }


#landing .register-login-data { padding-left: 28px; }
/* Register User: end */

/* Landing Page continue */

#landing ul.login li.sign-in button {
    line-height: 34px;
}

#landing ul.login li.sign-in button:hover {
    cursor: pointer;
    background: #42a7c4;
}

#landing ul.login li.sign-in button:focus {
    background: #42a7c4;
    outline: none;
}

#landing ul.login input:hover {
    cursor: text !important;
}

#landing ul.login input:focus {
    outline: none;
    background-color: #42a7c4 !important;
}

::-webkit-input-placeholder {
   color: #d9d9d9;
   font-weight: 300;
}

:-moz-placeholder { /* Firefox 18- */
   color: #d9d9d9;
   font-weight: 300;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #d9d9d9;
   font-weight: 300;
}

:-ms-input-placeholder {  
   color: #d9d9d9;
   font-weight: 300;
}

#landing .change-language {
    display: block;
    float: right;
    margin-top: 32px;
}

#landing .change-language {
    font-size: 12px;
}

#landing .change-language li {
    float: left;
    margin-left: 4px
}

#landing .change-language li a {
    color: #22467a;
}

#landing .change-language li a:hover {
    text-decoration: underline;
    color: #fff;
}

#landing .change-language .language-separator {
    position: relative;
    top: -1px;
    color: #22467a;
}

#landing .change-language .language-active {
    color: #fff;
}

#landing.login-page {
    
}

#landing.login-page .main-content {
    width: 100% !important;
}

#landing.login-page .landing-sidebar {
    display: none;
}

.landing-sidebar {
    position: relative;
    top: -5px;
}

#landing.login-page .main-content .login-section {
    margin-top: 24px;
    margin-bottom: 0;
    border: none;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px;
    background: none !important;
}

#landing.login-page .main-content .login-section input {
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px; 
    border-radius: 0px;
}

#landing.login-page .main-content .login-section .loginInputs {
    margin-top: 24px;
    width: 390px;
    margin: 0 auto;
}

#landing.login-page .main-content .login-section .loginInputs input,
#landing.login-page .main-content .login-section .loginInputs button,
#landing.login-page ul.login li.facebook {
    padding-left: 52px;
    width: 338px;
}

#landing.login-page .main-content .login-section .loginInputs button,
#landing.login-page .main-content .login-section .loginInputs button:focus {
    width: 390px;
}

#landing.login-page .main-content .login-section .loginInputs input:focus,
#landing.login-page .main-content .login-section .loginInputs button:focus {
    width: 338px;
    background-position: 0 -35px;
}

#landing.login-page .main-content .login-section .loginInputs button,
#landing.login-page .main-content .login-section .loginInputs button:focus {
    width: 390px;
}

#landing.login-page .main-content .login-section .input-checkbox label {
    padding: 0;
    padding-left: 52px;
    color: #fff;
}

#landing.login-page .main-content .login-section ul.login {
    float: none;
}

#landing.login-page .main-content .login-section p.login-text {
    width: 390px;
    float: none;
}

/* Landing Page continue */




/* Errors */

.form-errors ul,
.form-errors-inline ul {
    display: block;
    font-size: 12px;
    color: #a21717;
    padding: 6px 10px;
    border: 1px solid #a21717;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
    background: #fff;
}

.form-errors ul li,
.form-errors-inline ul li {
    line-height: 1.5;
}

.form-errors ul {
    margin-bottom: 24px;
}

.form-errors-inline ul {
    min-width: 138px;
    max-width: 316px;
    margin-bottom: 12px;
    margin-top: 6px;
}

.login-page .form-errors ul {
    width: 368px;
    margin: 0 auto;
    position: relative;
    top: -32px;
    text-align: center;
}

/* Erros: End */

/* map helper */

.ui-helper-hidden-accessible {
    display: none;
    font-size: 12px;
    color: #d78c21;
    z-index: 100;
    background: #fff;
    margin: 3px 0;
}


.ui-autocomplete {
    width: 160px;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ui-menu-item {
    padding: 6px;
    font-size: 12px;
    line-height: 1.5;
}

.ui-menu-item a:hover {
    cursor: pointer;  
}

/* map helper: End */

/* utility bar */

.utilities-bar {
    position: relative;
}

.messages {
    position: absolute;
    top: 0;
}

#landing .messages {
    top: -25px;
}

/* utility bar: end */

/* Rent/Lease Screen */

.document-details {
    float: left;
    margin-top: 12px;
    margin-bottom: 25px;
    margin-left: 25px;
    font-size: 12px;
    line-height: 1.25;
}

.document-details > div {
    line-height: 1.3;
}

.document-more {
    display: none;
}

.current-document-link .document-more {
    display: block;
}

.separator {
    border-bottom: 1px solid #e0e0e0;   
}

.separator-col {
    width: 437px;
    position: absolute;
    top: 41px;
    left: 0;
}

.document-separator {
    margin: 24px 0;
    border-bottom: 1px solid #e0e0e0;
    width: 658px;
    position: relative;
    left: -20px;
}

.document-container .separator {
    width: 658px;
}

.document-container .section-heading {
    
}

.section-no-edit .document-separator {
    margin-top: 12px;
}

.section-list {
    float: right;
    border-left: 1px solid #e0e0e0;
}

.section-list ul {
    font-size: 12px;
    line-height: 1.5;
}

.section-list ul li {
    border-bottom: 1px solid #e0e0e0;
}
.section-list ul li a {
    display: block;
    padding: 6px 10px;
}

.section-list ul li:last-of-type {
    border-bottom: none;
}

.section-list ul li a:hover {
    background-color: #f7f7f7;
    color: #215F90;
    text-decoration: none;
}

.section-list .current-document-link a {
    font-weight: 600;
    color: #215F90;
}

.document-container {
    padding-top: 0 !important;
    /* display: none; */
}

.current-document {
    /* display: block; */
}

.newest-document {
    font-weight: 700;
}

.document-fields {
    margin-bottom: 24px;
}

.document-attachments {
    
}

.document-attachments a { 
    margin-right: 5px;
    float: left;
    width: 127px;
}

.document-attachments a:nth-child(4n) {

}

.document-attachments h4 {
    font-size: 12px;
    margin-bottom: 12px;
}

.document-attachments h4:hover {
    color: #808080;
}

#landing .section {
    padding-left: 25px;
}

#landing .section h2 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #11243e;
}

#landing .section p {
    padding-left: 0;
    margin-bottom: 1.5em !important;
    margin-top: 0;
    font-size: 12px !important;
    line-height: 17px !important; 
    width: 500px;
}

/* Rent/Lease Screen */

.contact-list li {
    clear: right;
    display: block;
    float: left;
}

.section-rental-unit .user-info-field input {
    border: none;
}

.rental-unit-name {
    padding-left: 0;
}

input.edit-on-hover {
    border: none;
    text-transform: capitalize;
}

input.edit-on-hover:hover {
    border: 1px solid #c0c0c0;
}

.rental-unit-name input {
    width: 354px;
}

.rentVindicationWaringLabel {
    display: none;
    font-size: 12px;
    color: #eea236;
    border: 1px solid #eea236;
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 1.5;
    text-align: center;
}


.listview .pending { color: #808080; }
.listview .plus { color: #279E10 }
.listview .minus { color: #BE3131 }

.listview .paid { color: #279E10; }
.listview .notPaid { color: #BE3131; }
.listview .notConfirmed {  color: #E9861B; }
.listview .used { color: #1E82C4; }
.listview .notUsed { color: #1E82C4; }
.sum-positive { }
.sum-negative { }
.listview .positive { color: #279E10; }
.listview .negative { color: #BE3131; }

td.cost {
    background: url('../bundles/boxhouseportal/images/arrow_red.png') no-repeat 10px 6px;
}

td.income {
    background: url('../bundles/boxhouseportal/images/arrow_green.png') no-repeat 10px 6px;
}

.main-content .section-heading,
.ui-dialog .ui-dialog-title {
    margin-bottom: 12px;
    margin-left: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #ccc;
    color: #215F90;
    text-transform: uppercase;
    font-size: 14px; 
    padding-bottom: 12px;
    
}

.document-container .section-heading {
    max-width: 88%;
    border-bottom: none;
}

.s-h,
.ui-dialog .ui-dialog-title {
    margin-left: 0 !important;
    padding-top: 15px;
    padding-left: 35px !important;
    border-bottom: 1px solid #e0e0e0;
}



.s-h-m {
    margin-top: -9px;
}

.main-content .section-heading:first-letter {
    text-transform: capitalize;
}

.main-content .section-subheading {
    margin: 12px 0 6px;
    font-size: 14px !important;
    color: #a2a2a2;
    text-transform: capitalize;
    color: #215F90;
    font-weight: bold;
}
.user-payment-settings .section-subheading,
.user-app-settings .section-subheading {
    margin-top: 0;
}

.captcha a {
    font-size: 12px;
}

.captcha-container .edit-field {
    padding-left: 0 !important;
}

.captcha-container {
    width: 557px;
    position: relative;
    top: -8px;
}

.captcha .edit-field {
    width: auto;
}

.captcha-container #contactMessage_captcha {
    height: 16px;
}

.captcha-container .edit-field {
    width: auto;
    float: left;
}

.captcha-container .edit-field input {
    margin-top: 19px;
    width: 188px !important;
}

.captcha-label {
    display: block;
}

.refresh-captcha {
    display: block;
    width: 20px;
    height: 22px;
    background: url('../bundles/boxhouseportal/images/refresh_navy.png') no-repeat;
    text-indent: -9999px !important;
    
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
}

.refresh-captcha:hover {
     -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg); 
    -o-transform:rotate(360deg);
}

.captcha-container .refresh-captcha {
    margin: 26px 15px 0;
    background: url('../bundles/boxhouseportal/images/refresh_grey.png') no-repeat;
}

#landing .captcha-container .refresh-captcha {
    background: url('../bundles/boxhouseportal/images/refresh_white.png') no-repeat;
}

#landing .landing-register-form .captcha {
    position: relative;
    margin-top: 6px;
    margin-right: 35px !important;
    text-align: right;
}
#landing .landing-register-form .captcha .refresh-captcha {
    position: absolute;
    right: 145px;
    top: 2px;
    text-indent: 9999px !important;
    overflow: hidden;
}

#landing .landing-register-form .captcha #fos_user_registration_form_captcha_image,
#landing .landing-register-form .captcha #fos_user_registration_form_captcha {
    position: relative;
    left: 20px;
}

#landing .landing-register-form .captcha label,
#landing .landing-register-form .captcha a {
    display: block;
}

#landing .landing-register-form .captcha a {
    margin-top: 6px;
}

#landing .landing-register-form  .captcha label {
    position: absolute;
    left: 0px;
    float: left;
    width: 158px;
    text-align: left;
    margin-right: 0 !important;
}

input.select2-input {
    width: 148px !important;
}

/* feedback */

.feedback {
    position: absolute;
    top: 174px;
    right: -179px;
    overflow: hidden;
}

.feedback .feedback-switcher {
    float: left;
    display: block;
    text-indent: -9999px;
    width: 34px;
    height: 32px;
    background: url('../bundles/boxhouseportal/images/feedback.png') no-repeat;
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.25);
}

.feedback-form {
    float: right;
    width: 158px;
    padding: 10px;
    border: 1px solid #162e50;
    border-right: 0;
    background: #ffffff;
}

.feedback-on .feedback-form {
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.25);
}

.feedback h5 {
    margin-bottom: 6px;
    font-size: 12px;
    text-transform: capitalize;
    color: #162e50;
}

.feedback select {
    width: 159px;
    margin-bottom: 7px;
    color: #808080;
    font-weight: normal;
}

.feedback textarea {
    min-height: 90px;
    color: #808080;
    font-weight: normal;
}

.feedback .btn-primary {
    padding: 9px 12px;
    color: #fff;
}

.feedback .feedback-grades {
    margin: 10px 0;
}

.feedback .star {
    display: block;
    float: left;
    margin-right: 3px;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    background: url('../bundles/boxhouseportal/images/star.png') no-repeat;
}

.feedback .graded,
.feedback .grade-hovered {
    cursor: pointer;
    background-position: 0 -16px;
}

/* feedback: end */

/* error page */

.error-page {
    background: url('../bundles/boxhouseportal/images/error_bg_big.jpg') no-repeat top center;
}

.error-content {
    margin: 60px auto 0;
    width: 400px;
    text-align: center;
}

.error-content h1 {
    margin-bottom: 4px;
    font-size: 60px;
    color: #162e50;
    font-weight: 800;
}

.error-content h2 {
    margin-bottom: 16px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #162e50;
}


.error-content p {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #f1f1f2;
}

.error-content a {
    font-size: 14px;
    font-weight: 700;
    color: #235e84;
}

#error-page-logo {
    display: block;
    width: 160px;
    height: 69px;
    background: url('../bundles/boxhouseportal/images/boxhouse_logo.png') no-repeat;
    text-indent: -1000em;
    overflow: hidden;
    margin-top: 16px;
}

/* error page: end */

/* cookies */

.cookies-container {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1025px;
    padding: 12px 25px;
    z-index: 100;
    
    background: #fff;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;    
}

.cookies-container p {
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 1.5;
    color: #808080;
}

.cookies-container .btn {
    margin-bottom: 0;
}

.cookies-container p a {
    color: #162e50;
}

/* cookies: end */

.ui-dialog {
    border: 1px solid #c9c9c9;
}

.ui-dialog-titlebar {
    background: none !important;
    border: none;
}

.ui-dialog-title {
    font-weight: 600;
    color: #808080;
}

.ui-dialog .ui-dialog-titlebar {
    border: none;
}

#dialog p {
    font-size: 14px;
    color: #808080;
}

input:disabled,
select:disabled,
textarea:disabled,
input[readonly],
select[readonly],
textarea[readonly] {
    background: #ECECEC !important;
    border: 1px solid #cacaca !important;
    padding-left: 6px !important;
}

td.undone {
    color: #97ac22;
}

td.undone.warning {
    color: #eea236;
}

.select2-container .select2-choice {
    height: 30px !important;
    line-height: 30px !important;
}

.select2-container-multi .select2-choices {
    margin-bottom: 2px !important;
    min-height: 28px !important;
    line-height: 28px !important;
}

.select2-container .select2-choice .select2-arrow b {
    background-position: 0 2px;
}

.submit-container .btn-primary {
    position: relative;
    top: -8px;
}

.add-reminder .btn-add,
.add-reminder .btn-delete {
    width: 120px !important;
}

.lease-submit-container {
    margin-right: 46px;
}

.lease-submit-container .btn-primary {
    float: right;
}

.csv-generator {
    
}

.csv-generator-content {
    display: none;
}

.csv-field {
    margin-left: 25px;
}

.csv-field input.btn-primary {
    margin-top: 2px;
}

.csv-generator .section-heading {
    min-width: 220px;
}

.csv-generator .form-errors {
    position: absolute;
}

.csv-generator .section-heading {
    position: absolute;
    top: 24px;
}

.coming-soon {
    position: absolute;
    top: 75px;
    left: 220px;
    padding: 25px;
    width: 366px;
    background: #66778F;
    background: #21324a;
    background: #425672;
    color: #fff;
    text-align: center;
    
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.coming-soon h1 {
    font-size: 36px;
    margin-bottom: 12px;
}

.coming-soon p {
    line-height: 1.5;
}

.loader, 
.loader-property-delete {
    height: 20px;
    background: url('../bundles/boxhouseportal/images/loader1.gif') no-repeat center center; 
}

.loader{
    width: 20px;
}

.loader-property-delete{
    margin-left: 35px;
    margin-top: 28px;
    width: 152px;
}

.lease-submit-container .loader{ 
    float: right;
    margin-right: 10px;
    margin-top: 12px;
}

.lease-submit-container .btn-delete{
    margin-top: 6px;
    margin-right: 10px !important;
}

.loader1 {
    position: relative;
    width: 20px;
    height: 20px;
    background: url('../bundles/boxhouseportal/images/loader1.gif') no-repeat center center;
}

#property-loader {
    top: 55px;
    width: 184px;
    height: 20px;
}

.more-info {
    display: inline-block;
    position: relative;
    top: 2px;
    left: 1px;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    background: url('../bundles/boxhouseportal/images/activity_info.png') no-repeat;
}

.more-info:hover {
    cursor: help;
}

.hint-contact {
    position: relative;
}

.hint-add-contact {
    position: absolute;
    bottom: 1px;
    right: 0;
}

.hint-add-contact .container-1.white-card {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.create-property .table_input_area,
.create-property .table_input_label {
    width: auto !important;
}

.create-property .select2-container,
.create-property .select2-drop,
.create-property .select2-search,
.create-property .select2-search input {
    width: 160px !important;
}

meta.foundation-version {
  font-family: "/5.2.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  padding: 1.125rem 1.25rem 1.5rem; 
}
.joyride-content-wrapper .button {
    margin-bottom: 0 !important;
    width: 80px;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white;
  margin-bottom: 0.5em;
}

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 20px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #eeeeee !important; 
  }

  .joyride-close-tip:hover {
      text-decoration: none;
  }
  
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px white; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; } }


#static {
    padding-right: 25px;
    padding-left: 25px;
}

p.paragraph {
    font-size: 18px;
    text-align: center;
}

.main-content #static h2 {
    margin-bottom: 25px !important;
}

.main-content #static h3 {
    margin-bottom: 10px;
    padding-top: 25px;
    padding-bottom: 0;
    color: #2D93C3;
}

.main-content #static.user-agreement h3 {
    text-align: center;
}

.main-content #static p {
    margin-bottom: 10px !important;
    width: auto !important;
    line-height: 1.5 !important;
    font-size: 14px !important;
    margin-bottom: 1.5em !important;
}

.main-content  #static ul {
    margin-bottom: 15px;
    font-size: 14px;
}

.main-content #static ul li {
    line-height: 1.5;
    margin-bottom: 5px;
}

.main-content  #static ul ul { 
    margin-top: 5px;
    margin-left: 25px;   
}

#static p + ul {
    margin-top: -5px;
}

#static h4 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 15px;
}

#static h4:hover {
    color: #808080;
}

#static h2 {
    color: #11243e;
    font-size: 50px;
    line-height: 70px;
    font-weight: bold;
}

#static a {
    color: #42a7c4;
}

.dropdown-fix {
    width: 170px !important;
}

input.dropdown-search-fix {
    width: 158px !important;
}

/* Overview */

#overview {
    margin-bottom: 25px;
}

.overview-section {
    position: relative;
    float: left;
    margin-right: 22px;
    width: 197px;
    height: 296px;
    background: #fff;
}

.overview-legend h3 {
    margin-bottom: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    color: #808080;
}

.legend-item {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    text-transform: lowercase;
}

.legend-block {
    margin-right: 5px;
    border-radius: 50%;
}

.legend-income .legend-block {
    background-color: #8ea106;
}

.legend-costs .legend-block {
    background-color: #b52f2f;
}


.overview-section canvas {
    margin-left: 25px;
}

.overview-heading {
    padding-left: 0px !important;
}

/* Overview: end */

.tenant-rent .edit-field span {
    display: block;
    min-height: 20px;
    padding: 6px 5px 6px 0;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    color: #404040;
}

.document-attachments .tentant-attached-file .btn-file {
    width: 122px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.tenant-document {
    padding: 6px 10px;
    font-weight: 600;
    color: #404040;
}

.lease-submit-container .btn-payment {
    float: right;
    margin-right: 10px;
    margin-top: 6px;
    margin-left: 0;
}

.info-box {
    padding: 24px 35px;
}

.info-box h2 {
    margin-bottom: 0.75em;
    font-size: 24px;
    font-weight: bold;
    color: #ccc;
}

.info-box p {
    
}

.info-box p.warning {
    color: #E9861B;
    margin-bottom: 0.5em;
}

.info-box p.additional-info {
    font-size: 11px;
}

.pricing-additional-info {
    font-size: 14px;
}

.legend-block {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #F0F0F0;
}

.feature-soon {
    background: #F0F0F0;
}

.edit-fields-fix {
    padding-top: 0 !important;
}

.form-info {
    margin-left: 25px;
    margin-bottom: 5px;
    width: 370px;
    font-size: 12px;
    line-height: 1.4;
}

.form-info .more-info {
    position: relative;
    top: 4px;
    margin-left: 2px;
    margin-right: 7px;
}

/* TOBEFIXED - non frontend dev */
.form-info-block {
   margin-left: 0 !important;
   padding-top: 5px;
   padding-left: 35px !important;
   padding-right: 35px !important;
   border-bottom: 1px solid #e0e0e0;
   padding-bottom: 15px;
   font-size: 12px;
   margin-bottom: 10px; 
}

.account-item-heading {
    padding-left: 25px;
    color: #404040;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.account-item-type {
    padding-left: 25px;
    text-transform: capitalize;
}

.account-item-buttons a {
    width: 117px;
}

.section-account-info .document-attachments {
    margin-left: 0;
    padding-top: 15px;
    padding-left: 25px;
    border-top: 1px solid #e0e0e0;
}

.section-account-info .attached-files {
    margin-left: 25px;
}

.with-account_item-edit {
    position: absolute;
    bottom: 30px;
    right: 25px;
    z-index: 100;
}

.section .account-item-save {
    padding: 10px 9px; 
    width: 136px; 
    text-align: center;
}

/* POPUP */

.ui-dialog-title {
    
}

.ui-widget-overlay {
    background: #162e50;
}

.ui-dialog {
    padding: 0;
    font-family: 'Open Sans', sans-serif !important;
    border: none;
    
    -moz-box-shadow: 0px 1px 7px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0px 1px 7px rgba(0,0,0,0.45);
    box-shadow: 0px 1px 7px rgba(0,0,0,0.45);
}

.ui-dialog .ui-dialog-titlebar {
    float: none;
    padding: 0;
}

.ui-dialog .ui-dialog-title {
    margin-top: 0;
    padding-left: 0;
    width: auto;
    float: none;
    display: block;
    color: #fff;
    background: #162e50;
    text-align: center;
}

.ui-widget button,
.ui-widget button:hover {
    min-width: 100px;
    width: auto;
    font-size: 10px;
    font-weight: bold;
}

.ui-widget button:first-of-type {
    float: left;
} 

.ui-widget button:last-of-type {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 10px 15px;
    border-top: 1px solid #e0e0e0;
    background: #f7f7f8;
}

.ui-dialog p {
    margin: 1.5em 0;
    line-height: 1.5;
    text-align: center;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.popup-close,
.popup-close:hover {
    background: none !important;
    border: none !important;
}

.popup-close .ui-button-text {
    display: none;
}

.popup-close.ui-state-hover {
    background: none;
}

button.popup-close,
button.popup-close:hover {
    min-width: 0;
}

button.popup-close:focus {
    outline: 0;
}

button.popup-close:hover {
    cursor: pointer;
}

.ui-widget-header .ui-icon {
    width: 12px;
    height: 12px;
    background: url('../bundles/boxhouseportal/images/close_popup.png') no-repeat;
}

/* Full page loader */

.loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(22,46,80, 0.9);
}

.spinner {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: url('../bundles/boxhouseportal/images/boxhouse_loader.png') no-repeat;

    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
    -moz-animation: rotateplane 1.2s infinite ease-in-out;
    -o-animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(360deg) }
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  } 100% {
    transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
  }
}

.ng-invalid.ng-dirty {
    background-color: #FA787E !important;
}

.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
    top: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover, 
.ui-datepicker .ui-datepicker-next:hover {
    cursor: pointer;
}


.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span {
    margin-left: -11px;
    margin-top: -12px;
    width: 20px;
    height: 20px;
}

.ui-datepicker .ui-datepicker-prev span {
    background: url('../bundles/boxhouseportal/images/arrow_left.png') no-repeat;
}

.ui-datepicker .ui-datepicker-next span {
    background: url('../bundles/boxhouseportal/images/arrow_right.png') no-repeat;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none !important;
    background: none !important;
    background: #42a7c4 !important;
    border: 1px solid #42a7c4 !important;
    text-decoration: none !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}

.upgrade-account {
    display: block;
    margin-left: 210px;
    color: #2B5CA2;
}

.task-creator {
    width: 251px;
    font-size: 12px;
}

.task-creator h3 {
    margin-top: 3px;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
}

.task-creator span,
.task-creator p {
    line-height: 1.5;
}

.task-creator span {
    float: left;
}

.task-creator p {
    float: right;
}

.catchphrase {
    display: none;
    padding: 60px 0;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    background: #253449;
    color: #fff;
}

.login-page .catchphrase {
    display: block;
}

#landing.login-page .footer {
    margin-top: 0;
    position: relative;
}

.recommend {
    padding: 0 25px;
    margin-bottom: 10px;
}

.recommend h3 {
    padding-bottom: 6px;
    font-size: 12px;
    color: #162e50;
}

.recommend p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.recommend a {
    color: #2B5CA2;
}

.recommend a:hover {
    text-decoration: underline;
}

.share-by-email-list .dynamic-field {
    float: left;
}

.add-email {
    margin-left: 26px;
    width: 120px;
}

.warning,
.warning label {
    color: #eea236;
}