@font-face {
  font-family: 'pxbold';
  src: url('../fonts/px/proximanova-bold-webfont.eot');
  src: url('../fonts/px/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/px/proximanova-bold-webfont.woff') format('woff'), url('../fonts/px/proximanova-bold-webfont.ttf') format('truetype'), url('../fonts/px/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pxlight';
  src: url('../fonts/px/proximanova-light-webfont.eot');
  src: url('../fonts/px/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/px/proximanova-light-webfont.woff') format('woff'), url('../fonts/px/proximanova-light-webfont.ttf') format('truetype'), url('../fonts/px/proximanova-light-webfont.svg#proxima_novalight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pxreg';
  src: url('../fonts/px/proximanova-regular-webfont.eot');
  src: url('../fonts/px/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/px/proximanova-regular-webfont.woff') format('woff'), url('../fonts/px/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/px/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pxsbold';
  src: url('../fonts/px/proximanova-semibold-webfont.eot');
  src: url('../fonts/px/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/px/proximanova-semibold-webfont.woff') format('woff'), url('../fonts/px/proximanova-semibold-webfont.ttf') format('truetype'), url('../fonts/px/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
}

body {
  width: 100%;
  /* height: 100%; */
  background-color: #f6f7f9;
}

.char-counter {
  display: block;
  margin-top: 5px;
  color: #666;
  font-size: 12px;
}

.side-container {
  font-family: "pxreg", sans-serif;
  color: #ffffff;
  min-height: 100px;
  width: 250px;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  position: fixed;
  z-index: 1;
  overflow: hidden;
  height: 100% !important;
  top: 60px;
}

.welcome-box {
  position: absolute;
  z-index: 2;
}

.side-navigation {
  background-color: #2A2D33;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  box-shadow: inset -4px 0px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100% !important;
}

.side-navigation ul {
  padding: 0px;
}

.side-navigation ul li {
  list-style-type: none;
}

.side-navigation ul li a {
  font-family: 'pxreg';
  font-size: 14px;
  padding: 6px 0;
  padding-left: 28px;
  display: block;
  width: 100%;
  opacity: 0.5;
  color: #ffffff;
}

.side-navigation ul li:first-child {
    margin-top: 20px;
}

.side-navigation ul li a img{
    vertical-align: text-bottom;
    max-width: 18px;
    max-height: 18px;
    margin-right: 12px;
}

.side-navigation ul li a:hover,.side-navigation ul li a:focus{
    background-color: rgba(255,255,255,0.05);
    opacity: 1;
    outline: none;
    text-decoration: none;
}

.side-navigation ul li a.active{
    opacity: 1;
    outline: none;
    text-decoration: none;
}

.side-navigation ul li a i {
  margin-right: 15px;
  font-size: 16px;
  width: 25px;
}

.side-navigation ul li a .icon-time {
  margin-right: 11px !important;
}

.side-navigation ul li a .icon-user {
  margin-right: 12px !important;
}

.side-navigation ul li a .icon-file-text {
  margin-right: 20px !important;
}

.side-navigation ul li a .icon-bullhorn {
  margin-right: 14px !important;
}

.side-navigation ul li a .icon-cogs {
  margin-right: 9px !important;
}

.side-navigation ul li a .icon-credit-card {
  margin-right: 14px !important;
}

.side-navigation ul li a .icon-group {
  margin-right: 14px !important;
}

.side-navigation ul li a .icon-wrench {
  margin-right: 16px !important;
}

.side-navigation ul li a .icon-building {
  margin-right: 19px !important;
}

.side-navigation ul li a .icon-inbox {
  margin-right: 17px !important;
}

.side-navigation ul li a .icon-money {
  margin-right: 14px !important;
}

.side-navigation ul li a .icon-credit-card {
  margin-right: 14px !important;
}

.side-navigation ul li a .icon-folder-close-alt {
  margin-right: 16px !important;
}

.side-navigation ul li a .icon-refresh {
  margin-right: 16px !important;
}

.side-navigation ul li a .icon-user {
  margin-right: 12px !important;
}

.side-navigation ul li a .icon-group {
  margin-right: 13px !important;
}

.posin {
  position: inherit;
}

.main-container {
  z-index: 0;
  height: 100%;
  float: left;
  /*position:relative;*/
  padding-left: 250px;
  overflow-x: hidden;
  width: 100%;
}

.welcome-box {
  background-color: #00ACC9;
  height: 100px;
  width: 100%;
  display: table;
  float: left;
}

.welcome-box h3 {
  text-align: left;
  padding-left: 30px;
  font-family: "pxlight", sans-serif;
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
}

.welcome-box h3 span {
  font-size: 14px !important;
  color: #aaeefc;
}

.welcome-box h3 .welcome-address {
  font-size: 14px !important;
  color: #aaeefc;
  line-height: 18px;
}

@media only screen and (max-width: 1200px) {
  .welcome-box h3 {
    font-size: 18px;
  }
}

.main-header {
  height: 40px;
  overflow: hidden;
  display: table;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

.main-content {
  background-color: #f6f7f9;
  display: block;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.main-header .main-header-box {
  width: 100%;
  height: 50px;
  vertical-align: middle;
  display: table-cell;
  padding-top: 6px;
}

.main-header .main-header-box h3 {
  margin: 0px;
  font-family: "pxbold", sans-serif;
  margin-left: 30px;
  padding-top: 20px;
  font-size: 20px;
}

.top-right-nav ul li {
  list-style-type: none;
  display: inline-block;
  border-right: 1px #efefef solid;
  position: relative;
  float: left;
}

.top-right-nav ul li a {
  display: block;
  padding: 0px 25px;
  height: 35px;
}

.top-right-nav ul li a img.notification {
  max-height: 20px;
}

.top-right-nav ul li span {
  position: absolute;
  background-color: #ca4444;
  display: block;
  font-size: 10px;
  margin: 0px;
  padding-top: 2px;
  top: 0px;
  padding-left: 4px;
  padding-right: 4px;
  right: 10px;
  font-weight: bold;
  min-width: 18px;
  color: #ffffff;
  text-align: center;
  height: 18px;
  border-radius: 10px;
}

.control-label {
  font-size: 12px;
  float: left;
}

.form .col-sm-12 {
  display: block;
  min-height: 60px;
  padding-top: 20px;
}

select.form-control {
  -webkit-appearance: none;
  background-image: url('../img/downarrow.png');
  background-repeat: no-repeat;
  background-position: right 5px center;
}

.form-control {
  z-index: 1000;
  border-radius: 0px;
  box-shadow: none;
  border-color: #dddddd;
  padding: 8px 10px;
  height: 40px;
}

.input-group {
  height: 40px !important;
}

.input-group-addon {
  height: 40px !important;
  border-radius: 0px !important;
}

.input-group .form-control {
  height: 40px;
  border-radius: 0px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #00ACC9;
}

.tooltip-inner {
  background-color: #00ACC9;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #00ACC9;
  border-width: 5px 5px 0;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot');
  src: url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/

.icon-cog, .icon-cogs, .icon-time, .icon-cancel, .icon-megaphone, .icon-trashcan, .icon-dollar, .icon-calendar, .icon-files, .icon-cabinet, .icon-location, .icon-chart, .icon-chart-2, .icon-chart-3, .icon-upload, .icon-eye, .icon-download, .icon-checkmark, .icon-grid, .icon-list, .icon-list-2, .icon-tools, .icon-chat, .icon-alarm, .icon-equalizer, .icon-library, .icon-pencil, .icon-edit, .icon-profile, .icon-envelope, .icon-info, .icon-wallet, .icon-home, .icon-user, .icon-users {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  padding-right: 6px;
  -webkit-font-smoothing: antialiased;
}

.icon-cog:before {
  content: "\e000";
}

.icon-cogs:before {
  content: "\e001";
}

.icon-time:before {
  content: "\e003";
}

.icon-cancel:before {
  content: "\e004";
}

.icon-megaphone:before {
  content: "\e005";
}

.icon-trashcan:before {
  content: "\e006";
}

.icon-dollar:before {
  content: "\e007";
}

.icon-calendar:before {
  content: "\e008";
}

.icon-files:before {
  content: "\e009";
}

.icon-cabinet:before {
  content: "\e00b";
}

.icon-location:before {
  content: "\e00a";
}

.icon-chart:before {
  content: "\e00c";
}

.icon-chart-2:before {
  content: "\e00d";
}

.icon-chart-3:before {
  content: "\e00e";
}

.icon-upload:before {
  content: "\e00f";
}

.icon-eye:before {
  content: "\e010";
}

.icon-download:before {
  content: "\e011";
}

.icon-checkmark:before {
  content: "\e002";
}

.icon-grid:before {
  content: "\e013";
}

.icon-list:before {
  content: "\e012";
}

.icon-list-2:before {
  content: "\e014";
}

.icon-tools:before {
  content: "\e015";
}

.icon-chat:before {
  content: "\e016";
}

.icon-alarm:before {
  content: "\e017";
}

.icon-equalizer:before {
  content: "\e018";
}

.icon-library:before {
  content: "\e019";
}

.icon-pencil:before {
  content: "\e01a";
}

.icon-edit:before {
  content: "\e01b";
}

.icon-profile:before {
  content: "\e01c";
}

.icon-envelope:before {
  content: "\e01d";
}

.icon-info:before {
  content: "\e01e";
}

.icon-wallet:before {
  content: "\e01f";
}

.icon-home:before {
  content: "\e020";
}

.icon-user:before {
  content: "\e021";
}

.icon-users:before {
  content: "\e022";
}


/* Date picker custom CSS */

.ui-datepicker {
  width: 216px !important;
  overflow: hidden;
  margin: 5px auto 0;
  font: 9pt "Open Sans", sans-serif;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  border: 2px #00ACC9 solid;
  display: none;
  background-color: #ffffff;
}

.ui-datepicker a {
  text-decoration: none;
}


/* DatePicker Table */

.ui-datepicker table {
  width: 100%;
}

.ui-datepicker-header {
  background: #00ACC9;
  color: #ffffff;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url('../img/arrow.png');
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}

.ui-datepicker thead {
  background-color: #f7f7f7;
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
}

.ui-datepicker tbody td {
  padding: 0;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #666666;
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}

.ui-datepicker-calendar .ui-state-hover {
  background: #00ACC9;
  color: #ffffff;
}

.ui-datepicker-calendar .ui-state-active {
  background: #00ACC9;
  color: #ffffff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #cccccc;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

.pyr-btn, .autopay-btn {
  border-radius: 3px !important;
  background: #00ACC9 !important;
  color: #ffffff !important;
  padding-top: 9px;
  padding-left: 30px;
  padding-right: 30px;
}

.pyr-btn:hover {
  background: #00C5E6 !important;
}

.pyr-btn a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #ffffff !important;
}

.pyr-btn a:hover, .pyr-btn a:focus, .autopay-btn a:hover {
  text-decoration: none;
}

.pyr-table-container {
  height: auto;
  display: block;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  overflow-y: auto;
}

.pyr-table-container .pyr-table thead, .pyr-table-inner thead {}

.pyr-table-container .pyr-table thead th, .pyr-table-inner thead th {
  /*background-image: url('../img/sort.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px;*/
  background-color: #fff;
  padding: 24px 16px;
  color: #444444;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.pyr-table-container-small {
  height: auto;
  display: block;
}

.pyr-table-container-small .pyr-table thead, .pyr-table-inner thead {}

.pyr-table-container-small .pyr-table thead th, .pyr-table-inner thead th {
  /*background-image: url('../img/sort.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px;*/
  background-color: #FFF;
  padding: 16px;
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.pyr-table-container-small .pyr-table tbody td, .pyr-table-inner tbody td {
  background-color: #ffffff;
  padding: 14px;
  color: #555555;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border: 1px #eeeeee solid;
}

.pyr-table-container-small-lrnoborder .pyr-table, .pyr-table-inner {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) !important;
}

.pyr-table-container-small-lrnoborder .pyr-table thead, .pyr-table-inner thead {}

.pyr-table-container-small-lrnoborder .pyr-table thead th, .pyr-table-inner thead th {
  /*background-image: url('../img/sort.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px;*/
  background-color: #00ACC9;
  padding: 16px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.pyr-table-container-small-lrnoborder .pyr-table tbody td, .pyr-table-inner tbody td {
  background-color: #ffffff;
  padding: 14px;
  color: #555555;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border: 1px #eeeeee solid;
  border-left: none !important;
  border-right: none !important;
}

.pyr-table-inner {
  width: auto;
  margin: 20px;
  box-shadow: none !important;
}

.pyr-table-inner thead th {
  background-image: none;
  padding: 8px;
}


/*.pyr-table-container .pyr-table thead th:hover{
    background-color: #2998b0;
    cursor: pointer;
}*/

.pyr-table-container .pyr-table tbody td, .pyr-table-inner tbody td {
  padding: 14px;
  color: #555555;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border: 1px #eeeeee solid;
}

.pyr-table-container .pyr-table tbody tr, .pyr-table-inner tbody tr {
  background-color: #ffffff;
}

.alter-bg td {
  background-color: #f9f9f9
}

.expand_details {
  display: none;
}

.expand_details td.expand_td {
  width: 100%;
}

.expand_details table {
  width: 100%;
}

.expand_details table thead th {
  padding: 8px !important;
  background-image: none !important;
}

.expand_details thead th:hover {
  cursor: default !important;
}

.expand:hover td {
  cursor: pointer;
  background-color: #f9f9f9 !important;
}

.expand.expand-open td, .expand_details .expand_td {
  cursor: pointer;
  background-color: #f1f1f1 !important;
}

.expand_details .expand_td {
  border-bottom: 1px #dddddd solid !important;
  /*box-shadow: inset 0px 0px 10px #d5d5d5;*/
}

.pagination li a {
  border-color: #dddddd;
  color: #777777;
  border-radius: 0px !important;
}

.pagination li.active a, .pagination li.active a:hover {
  border-color: #dddddd;
}

.pagination li:hover a {
  background-color: #f9f9f9;
}

.pagination li.active a, .pagination li.active:hover a {
  background-color: #00ACC9;
}

.radio-inline li {
  float: left;
  margin-right: 10px;
  list-style: none;
  float: left;
}

.check-inline {
  margin: 0px;
  padding: 0px;
}

.check-inline>li {
  float: left;
  margin-right: 30px;
  list-style: none;
  float: left;
}

.check-inline::after {
  content: "";
  display: block;
  clear: both;
}

.tenants-right ul {
  margin: 0px;
  padding: 0px;
}

.tenants-right ul li {
  margin: 0px;
  padding: 0px;
  float: left;
  margin-right: 20px;
  list-style: none;
}

.status-head {
  line-height: 40px;
  font-size: 18px;
}

.submit_payment_left ul {
  margin: 0px;
  padding: 0px;
}

.submit_payment_left>ul>li {
  list-style: none;
  padding: 5px 0px;
}

.submit_request_options ul {
  margin: 0px;
  padding: 0px;
}

.submit_request_options ul li {
  list-style: none;
  padding: 0px 0px;
  font-weight: normal;
}

.submit_request_options ul li label {
  font-weight: normal;
}

.mrt10 {
  margin-top: 10px !important;
}

.mrt15 {
  margin-top: 15px !important;
}

.mrt20 {
  margin-top: 20px !important;
}

.mrt0 {
  margin-top: 0 !important;
}

.mrt-10 {
  margin-top: -10px !important;
}

.custom-width {
  max-width: 750px !important;
}

.smal175 {
  width: 175px !important;
}

.mrlr0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.pdlr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pdlr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pdlr0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.payment_dates_wrapper {
  display: none;
}

.pyr-btn a {
  display: block;
}

.modal-header h3 {
  padding-left: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.dashboard-buttons {
  border-radius: 3px !important;
  font-family: "pxreg", sans-serif;
  font-size: 14px;
  margin-left: 15px;
  width: auto;
}

.dashboard-buttons a {
  font-family: "pxreg", sans-serif;
  font-size: 16px;
  padding: 0 15px;
  margin-top: 3px;
}

.text-center {
  text-align: center;
}

.tenets-stats {
  background: #214566;
  color: #fff;
  margin-bottom: -15px;
  padding: 20px 15px 0;
}

.tenets-stats h5 {
  color: #fff;
  font-family: "pxbold", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.tenets-stats h6 {
  color: #fff;
  font-family: "pxreg", sans-serif;
  font-size: 28px;
  font-weight: normal;
}

.tenets-stats p {
  font-size: 16px;
  margin-top: 15px;
}

.tenets-stats .row {
  margin-left: 0;
  margin-right: 0;
}

.paid-color {
  color: #28be2c !important;
}

.unpaid-color {
  color: #f05c5c !important;
}

.gray-bg {
  background-color: #f5f7f8;
}

.payment-boxes {
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  height: 330px;
}

.dashboard-boxes {
  margin-top: 20px;
}

.boxes-heading {
  background-color: #f7f7f8;
  border-bottom: solid 1px #eaeced;
  height: 48px;
  font-size: 24px;
  font-family: "pxreg", sans-serif;
  color: #646b71;
  line-height: 48px;
  padding-left: 15px;
}

.mrr0 {
  margin-right: 0px !important;
}

.mrl0 {
  margin-left: 0px !important;
}

.pdr0 {
  padding-right: 0px !important;
}

.pdl0 {
  padding-left: 0px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdt0 {
  padding-top: 0px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.mr20 {
  margin-top: 20px !important;
}

.height200 {
  height: 200px !important;
}

.boxes-scrolling-part {
  height: 330px;
  overflow: hidden;
  display: block;
}

.boxes-footer {
  display: block;
  height: 94px;
  border-top: solid 1px #eaeced;
  padding-top: 10px;
}

.updated-text {
  font-size: 14px;
  color: #b4b4b4;
  padding-left: 15px;
  float: left;
}

.box-viewall {
  font-size: 14px;
  color: #b4b4b4;
  padding-right: 15px;
  float: right;
  font-size: 16px !important;
  color: #293541 !important;
}

.box-viewall a {
  font-size: 16px !important;
  color: #293541 !important;
}

.boxes-scrolling-part ul {
  margin: 0px;
  padding: 0px;
}

.boxes-scrolling-part ul li {
  margin: 0px;
  padding: 0px;
  border-bottom: solid 1px #eaeced;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  color: #afb4b9;
}

.boxes-scrolling-part ul li strong {
  color: #293541;
}

.boxes-scrolling-part ul li i {
  margin-right: 10px;
  width: 17px;
  height: 17px;
  color: #6b7279;
  font-size: 19px;
}

.announce-heading-wrapper {
  padding-bottom: 5px;
  display: block;
}

.announce-heading {
  font-size: 16px;
  color: #293541;
  float: left;
  font-family: "pxreg", sans-serif;
}

.announce-date {
  font-size: 12px;
  color: #afb4b9;
  float: right;
}

.announce-icons {
  width: 30px;
  float: left;
  color: #babdc1;
}

.announce-text {
  padding-left: 10px;
  padding-right: 10px;
}

.announcement-boxes {
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  height: 330px;
}

.announcement-boxes ul li {
  height: auto;
  overflow: hidden;
}

.dashboard-bottom-wrapper {
  display: block;
}

.dashboard-bottom-nav {
  background-color: #fff;
  border: 1px solid #eeeeee;
  margin-top: 20px;
  padding: 15px;
}

.dashboard-bottom-nav:hover {
  background: #F9F9F9;
}

.dashboard-bottom-nav .icons-bg {
  color: #4a4a4a;
  text-align: left;
}

.dashboard-bottom-nav .icons-bg i {
  color: #00ACC9;
  font-size: 16px;
}

.dashboard-bottom-nav .nav-text {
  font-size: 15px;
  color: #646b71;
  line-height: 18px;
  padding-top: 16px;
  font-family: "pxreg", sans-serif;
  display: block;
  padding-bottom: 8px;
  height: 70px;
}

.dashboard-bottom-nav a {
  color: #646b71;
  display: block;
}

.dashboard-bottom-nav a:hover {
  text-decoration: none;
}

.dashboard-bottom-nav .icon-lock {
  margin-right: 12px;
}

.dashboard-bottom-nav .icon-home {
  margin-right: 6px;
}

.dashboard-bottom-nav .icon-lightbulb {
  margin-right: 12px;
}

.dashboard-bottom-nav .icon-envelope {
  margin-right: 6px;
}

/*ipad menu*/

.ipad-menu {
  display: none;
  float: left;
}

.ipad-nav-wrapper {
  display: none;
}

.ipad-nav-wrapper ul {
  margin: 0px;
  padding: 0px;
}

.ipad-nav-wrapper ul li {
  display: none;
}

.ipad-nav-wrapper ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ipad-nav-wrapper ul li a i {
  margin-right: 15px;
  font-size: 16px;
  margin-right: 15px;
  width: 25px;
}

.ipad-nav-wrapper ul li a .icon-time {
  margin-right: 11px !important;
}

.ipad-nav-wrapper ul li a .icon-user {
  margin-right: 12px !important;
}

.ipad-nav-wrapper ul li a .icon-file-text {
  margin-right: 20px !important;
}

.ipad-nav-wrapper ul li a .icon-bullhorn {
  margin-right: 14px !important;
}

.ipad-nav-wrapper ul li a .icon-cogs {
  margin-right: 9px !important;
}

.ipad-nav-wrapper ul li a .icon-credit-card {
  margin-right: 14px !important;
}

.ipad-nav-wrapper ul li a .icon-group {
  margin-right: 14px !important;
}

.ipad-nav-wrapper ul li a .icon-wrench {
  margin-right: 16px !important;
}

.ipad-nav-wrapper ul li a .icon-building {
  margin-right: 19px !important;
}

.ipad-nav-wrapper ul li a .icon-inbox {
  margin-right: 17px !important;
}

.ipad-nav-wrapper ul li a .icon-money {
  margin-right: 14px !important;
}

.ipad-nav-wrapper ul li a .icon-credit-card {
  margin-right: 14px !important;
}

.ipad-nav-wrapper ul li a .icon-folder-close-alt {
  margin-right: 16px !important;
}

.ipad-nav-wrapper ul li a .icon-refresh {
  margin-right: 16px !important;
}

.ipad-nav-wrapper ul li a .icon-user {
  margin-right: 12px !important;
}

.ipad-nav-wrapper ul li a .icon-group {
  margin-right: 13px !important;
}

.field_list {
  display: none;
}

.field_list>li {
  display: block;
  padding: 5px 0px;
}


/*media queries started*/

@media (max-width:1200px) {
  .side-container {
    display: none;
  }
  .main-container {
    padding-left: 0px;
    padding-bottom: 60px;
  }
  .ipad-menu {
    height: 60px;
    background-color: #00ACC9;
    overflow: hidden;
    display: block;
  }
  .user-name-wrapper {
    float: left;
  }
  .user-name-wrapper h3 {
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    font-family: "pxlight", sans-serif;
    font-weight: 300;
    display: table-cell;
    vertical-align: middle;
    font-size: 21px;
    color: #ffffff;
  }
  .user-name-wrapper h3 span {
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.4);
  }
  .ipad-menu .menu-wrapper {
    float: left;
    width: 33px;
    height: 22px;
    margin-top: 13px;
    margin-left: 25px;
    margin-right: 10px;
  }
  .ipad-menu .menu-wrapper a {
    color: #fff;
    font-size: 20px;
  }
  .ipad-menu .menu-wrapper a:hover {
    text-decoration: none;
  }
  .ipad-nav-wrapper {
    display: none;
    background-color: #2A2D33;
    width: 250px;
    position: absolute;
    z-index: 1000;
    opacity: 1;
    height: 100vh;
    overflow-y: auto !important;
    margin-top: 60px;
  }
  .ipad-nav-wrapper ul {}
  .ipad-nav-wrapper ul li {
    list-style: none;
    display: block;
  }
  .ipad-nav-wrapper ul li a {
    font-family: 'pxreg';
    font-size: 14px;
    padding: 10px 0;
    padding-left: 28px;
    display: block;
    width: 100%;
    opacity: 0.5;
    color: #ffffff;
  }
  .ipad-nav-wrapper ul li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    opacity: 1;
    outline: none;
    text-decoration: none;
  }
  .ipad-nav-wrapper ul li:first-child {
    padding-top: 20px;
  }
  .ipad-nav-wrapper ul li a img {
    margin-right: 10px;
  }
}


/* payments pop start */

.bank_account_expand_popup {
  display: none;
  overflow: visible !important;
}

.credit_account_expand_popup {
  display: none;
  overflow: visible !important;
}

.hide-time {
  overflow: visible !important;
  display: none;
}

.hide-time2 {
  overflow: visible !important;
  display: none;
}

.every-month-payble {
  overflow: visible !important;
  display: none;
}

.every-month-payble2 {
  overflow: visible !important;
  display: none;
}

.every-month-payble3 {
  overflow: visible !important;
  display: none;
}

.every-month-payble4 {
  overflow: visible !important;
  display: none;
}

.popup-scrollbar {
  height: 500px;
}

.rr-wr {
  display: none;
  overflow: visible !important;
}

.expand.orange-bg td {
  background-color: #ffb366 !important;
}

.orig_cards {
  float: none;
  position: absolute;
}

.cards {
  float: none;
  clip: rect(0px, 0px, 0px, 0px);
  overflow: hidden;
  background-color: yellow;
  position: absolute;
}

.cards.disc {
  clip: rect(0px, 44px, 24px, 0px);
}

.cards.visa {
  clip: rect(0px, 88px, 24px, 44px);
}

.cards.mc {
  clip: rect(0px, 132px, 24px, 88px);
}

.cards.amex {
  clip: rect(0px, 176px, 24px, 132px);
}

.payments-invoice thead tr td {
  vertical-align: middle;
  text-align: right;
}

.new-payment-info {
  display: none;
}

.tenant-payment-tables div div.pyr-table-container-small {
  margin: 0;
}

.inline-check .radio {
  display: inline-block;
  margin-right: 30px;
  list-style: none;
}

.tenant-payment-tables ul li {
  list-style-type: none;
}

.header-logo {
  max-height: 55px;
}

.modal-backdrop {
  z-index: -1;
}

.modal {
  padding-top: 60px;
}

.top-header {
  background: #fff;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
}

.top-header img {
  max-height: 30px;
  margin-left: 30px;
  margin-top: 15px;
}

.top-header-username, .top-header-property, .top-header-tenant {
  font-size: 16px;
  margin-top: 18px;
}

.top-header-username {
  margin-right: 30px;
}

.top-header-tenant, .top-header-property {
  color: #919191;
}

.top-header-tenant {
  padding-right: 15px;
}

.top-header-property {
  padding-right: 5px;
}

.autopay-btn {
  background: #E0E0E0 !important;
}

.autopay-btn a {
  color: #505050 !important;
  text-shadow: none;
}

.autopay-btn:hover {
  background: #EEEEEE !important;
}

.tenant-payment-tables {
  background-color: #fff;
  border-radius: 3px;
  margin: 15px;
  padding-bottom: 15px;
}

.tenant-payment-tables label {
  font-size: 14px;
  font-weight: 700;
}

.account-type, .amount-to-pay, .convenience-fees {
  margin-top: 10px;
  margin-bottom: 30px;
}

.continue-payment-btn .pyr-btn {
  margin-top: 15px;
  width: 100%;
}

.add_description {
  margin: 15px 0;
}

label {
  font-weight: 700;
}

.convenience-fees {
  border: 1px solid #ddd;
  border-radius: 3px;
}

.pyr-table-container-small label {
  padding: 15px 0 10px 0;
}

.invoice-details-label {
  font-weight: 400;
  padding: 0 15px;
}

.dashboard-buttons-container {
  background: #214566;
  padding-left: 15px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.display-none {
  display: none;
}

.dashboard-mobile-buttons-container {
  display: none;
  text-align: center;
  margin-top: 30px;
}

.dashboard-mobile-buttons {
  display: inline-block;
  padding: 0 30px;
}

.dashboard-mobile-buttons p {
  margin-top: 10px;
}

.padding-bottom {
  padding-bottom: 15px;
}

.maint-date-header {
  width: 200px;
}

.no-announcements {
  color: #D8D8D8;
  font-size: 24px;
  margin-top: 50px;
  text-align: center;
}

.header-logo-container {
  float: left;
}

.form .col-sm-12.credit-card-type, .form .col-sm-12.bank-account-type {
  padding-left: 0;
  padding-top: 0;
  min-height: 40px;
}

.form .col-sm-12.save-account-details {
  padding-left: 0;
}

.btn-expand {
  width: 100%;
}

.edit-form-group {
  padding-left: 0;
}

.edit-form-group li {
  list-style-type: none;
}

.edit-form-group-container {
  background: #fff;
  border-radius: 3px;
  margin-top: 30px;
  padding: 30px;
  vertical-align: top;
}

.edit-form-group-container h3 {
  font-size: 18px;
  margin-top: 0;
  text-align: center;
}

.edit-form-group-container label {
  font-weight: 700;
  margin-top: 20px;
}

.edit-form-group-container .checkbox label {
  font-weight: 400;
}

.table-caret {
  float: right;
  margin-top: 6px;
}

.payment-account-container,
.submit-payment-container,
.payment-success-container,
.maintenance-request-container {
  background: #fff;
  border-radius: 3px;
  padding: 20px;
}

.payment-account-name {
  font-size: 18px;
}

.payment-account-payment {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  padding-bottom: 10px;
}

.payment-account-autopay {
  color: #00B16A;
  font-size: 18px;
}

.payment-account-autopay-date,
.payment-account-autopay-notify,
.payment-account-autopay-amount,
.payment-account-autopay-start-date,
.payment-account-autopay-end-date,
.payment-account-autopay,
.payment-account-exp-date {
  margin-top: 10px;
}

.payment-account-line {
  border-top: 1px solid #D5D3D3;
  margin: 20px 0;
}

.payment-account-links {
  float: right;
}

.payment-account-exp-date {
  font-size: 14px;
}

.payment-account-link-auto-pay {
  margin-right: 20px;
}

.payment-account-link-delete {
  color: #D91E18;
}

a.payment-account-link-delete:hover {
  color: #FF261F;
}

.submit-payment-type {
  font-size: 18px;
  font-weight: 700;
}

.submit-payment-table {
  font-weight: 700;
  margin: 30px 0;
}

.submit-payment-amount,
.submit-payment-total {
  float: right;
}

.submit-payment-total {
  font-size: 16px;
}

.submit-payment-total span {
  margin-right: 20px;
}

.payment-success-header {
  background: #26B060;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
}

.payment-success-header h1 {
  font-size: 24px;
}

.payment-success-header h2 {
  font-size: 14px;
}

.payment-success-wrapper {
  margin-top: -30px;
}

.tenant-payment-container,
.tenant-payment-container .pyr-table tbody tr {
  background: #F6F7F9;
}

.tenant-payment-container .table-responsive {
  border: none !important;
}

.tenant-payment-container {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
  padding: 15px
}

.tenant-payment-balance {
  font-size: 18px;
  font-weight: bold;
}


/* Media Queries */

@media screen and (max-width: 430px) {
  .header-logo {
    max-height: 30px;
  }
  .top-right-nav ul li a {
    padding-right: 15px;
  }
  .pyr-table-container {
    margin-left: 15px;
    margin-right: 15px;
  }
  .top-header-username {
    display: none;
  }
  .header-logo-container {
    float: right;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .pyr-btn, .dashboard-bottom-nav {
    margin-bottom: 15px;
  }
  .dashboard-boxes {
    display: none;
  }
  .dashboard-bottom-nav {
    height: auto;
  }
  .dashboard-bottom-nav .icons-bg {
    text-align: center;
  }
  .dashboard-bottom-nav .nav-text {
    height: 55px;
    padding-top: 18px;
    text-align: center;
  }
  .dashboard-bottom-nav a:hover {
    text-decoration: none;
  }
  .paynow-btn {
    margin-left: 0;
  }
  .tenets-stats h6 {
    font-size: 22px;
  }
  .tenets-stats .col-sm-3 {
    margin-top: 15px;
    padding-left: 0;
    text-align: center;
  }
  .dashboard-buttons {
    margin-top: 15px;
  }
  .pyr-table-container-small {
    padding-right: 15px;
  }
  .tenant-payment-tables {
    margin-left: 0;
  }
  .main-header .main-header-box h3 {
    margin-left: 15px;
  }
  .top-header-tenant, .top-header-property {
    display: none;
  }
  .tenets-stats h5 {
    display: inline;
    font-family: 'pxreg', sans-serif;
    font-size: 14px;
  }
  .tenets-stats h6 {
    display: inline;
    font-size: 14px;
  }
  .tenets-stats p {
    font-size: 14px;
    text-align: center;
  }
  .balance-due h6 {
    font-size: 40px;
    display: block;
  }
  .dashboard-buttons-container {
    padding-left: 0;
  }
  .paynow-btn, .autopay-btn {
    border-radius: 3px !important;
    margin-left: 0;
    width: 100%;
  }
  .paynow-btn {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .autopay-btn {
    display: none;
  }
  .dashboard-buttons-container {
    padding-bottom: 0;
  }
  .dashboard-mobile-buttons-container {
    display: block;
  }
  .tenets-stats {
    margin-top: -50px;
  }
  .maintenance-location {
    margin-top: 20px;
  }
  .security-code {
    padding-left: 0;
    padding-top: 15px;
  }
  .billing-last-name {
    padding-left: 0;
  }
  .credit-card-number, .billing-first-name, .zip-code {
    padding-right: 0;
  }
  .main-content {
    margin-top: 0 !important;
  }
  .payment-account-container {
    margin-top: 20px;
  }
  .pyr-table-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}

a.ada {
  color: #A8A2A2;
  text-decoration:none;
}

a.ada:hover {
  color: #CBC7C7;
  text-decoration:none;
}

@media screen and (min-width: 768px) {
  .tenets-stats .col-sm-3 {
    width: auto;
  }
}
