/* Fonts
----------------------------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700,600,900);


/* Global
----------------------------------------------------------------------------------------------------*/

html {
    height: 100%;
    overflow-y: scroll
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    /*background:#8bd2f3 url(../../images/bg-sky.jpg) no-repeat center center fixed; 
		background-size:cover; */
    height: 100%;
    background-image: url(/images/background.jpg);
    background-position: fixed;
    background-size: cover;
    background-color: #a3defd;
    background-attachment: fixed;
}

body:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
}

body.overlay_active {
    overflow-y: hidden;
}

body.overlay_active:after {
    display: block;
    z-index: 1000;
}

.wrapper {
    overflow-x: hidden;
}

.global-table {
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed;
}

.global-table .global-row {
    display: table-row;
}

.global-table .global-cell {
    display: table-cell;
    vertical-align: middle;
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 15px;
}

.h1, h1 {
    line-height: 1.2;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
}

.h2, h2 {
    margin-top: 16px;
    line-height: 1.2;
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
}

.h3, h3 {
    line-height: 1.4;
    font-weight: 500;
    font-size: 22px;
}

.h4, h4 {
    margin-top: 15px;
    font-weight: 500;
    font-size: 18px;
}

.h5, h5 {
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
}

.yellow {
    color: #e5dd0c;
}

img {
    max-width: 100%;
}

a, a:active, a:hover {
    outline: none !important;
    color: #333;
}

a:active, a:focus {
}

.btn, btn:focus {
    background: #16647b;
    color: #FFF;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    white-space: normal;
    padding: 6px 18px;
    border: 1px solid rgba(0,0,0,0.1);
    /*margin-top: 16px;*/
}

.btn:hover {
    background: #16647b;
    color: #FFF;
    transition: all ease 0.7s;
}

.btn.inactive {
    background: #f1f1f1;
    color: #FFF;
    cursor: auto;
}

.btn.large {
    font-size: 1.5em;
    padding-left: 30px;
    padding-right: 30px;
}

.btn.btn-yellow {
    background: #e8eb0f;
    color: #16647b;
}

.btn.btn-yellow:hover {
    background: #fcff22;
    color: #16647b;
}

.btn.btn-red {
    background: #d2373d;
    color: #111111;
}

.btn.btn-red:hover {
    background: #f0363d;
}


.btn.btn-drk-grey {
    background: #16647b;
    color: #FFF;
}

.btn.btn-transparent {
    background: none;
}

.btn.btn-drk-grey:hover {
    background: #38ad5d;
    color: #FFF;
}

.btn.btn-drk-grey.active {
    background: #38ad5d;
    color: #FFF;
}

.btn.btn-icon {
    color: #FFF;
    font-size: 1.6em;
    border-radius: 40px;
    padding: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.btn.btn.add-to {
    text-transform: none;
    margin-top: 0;
}

.btn.btn.add-to span {
    color: #FFF;
    display: inline-block;
    font-size: 36px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
}

.button-set {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.button-set .left .btn {
    margin-right: 5px;
}

.button-set .right .btn {
    margin-left: 5px;
    float: right;
}

.no-padding {
    padding: 0 !important;
}

.pad {
    padding: 15px !important;
}

.pad-top {
    padding-top: 30px !important;
}

.no-padding.pad-top {
    padding-top: 20px !important; /*30*/
}

.pad-bottom {
    margin-bottom: 15px;
}

.border-right {
    border-right: 1px solid #a5c5d0;
}

.left {
    float: left;
}

.smaller {
    font-size: 40%;
}

.large {
    font-size: 140%;
}

.larger {
    font-size: 180%;
    font-weight: bold;
}

.pe-7s-plus.larger {
    font-size: 300%;
}

.content_on_background {
    background: #323544;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
}

.content_on_background h1,
.content_on_background h2,
.content_on_background h3,
.content_on_background p {
    color: #FFFFFF !important;
}

.content_on_background a,
.content_on_background a:link,
.content_on_background a:visited {
    text-decoration: none;
    color: #FFFFFF;
}

.content_on_background a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

.payment_methods_footer {
    background: #FFF;
    float: left;
    padding: 15px;
    margin: 30px 15px;
    box-sizing: border-box;
}

/* Content Global
----------------------------------------------------------------------------------------------------*/

.section {
    padding: 60px 0;
}

.bg-white {
    background: #FFF;
    float: left;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 30px;
}

.bg-drk-grey {
    background: #16647b;
    float: left;
    width: 100%;
    padding: 15px 0;
    color: #FFF;
}

.btn_next_step {
    clear: left;
    padding: 0 15px;
}

.page-header {
    margin: 0;
    background: #EEE;
}

.page-header p {
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0;
    font-size: 24px;
    margin: 0;
}

.content ul {
    margin: 12px 0 15px;
    padding-left: 30px;
}

.clearable {
    background: #fff url(../../images/icn-clear.gif) no-repeat right -10px center;
    border: 1px solid #FFF;
    padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
    border-radius: 3px;
    transition: background 0.4s;
    width: 100%;
}

.clearable.x {
    background-position: right 5px center;
}
/* (jQ) Show icon */
.clearable.onX {
    cursor: pointer;
}
/* (jQ) hover cursor style */
.clearable::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
/* Remove IE default X */

.circle {
    border-radius: 4em;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    text-align: center;
}

.circle.red {
    color: #FFF;
    background: #f75b49;
}

.circle.red a {
    color: #FFF;
    text-decoration: none;
}

.circle.yellow {
    background: #e5dd0e;
    text-align: center;
    color: #000;
}

.circle.yellow a {
    color: #000;
    text-decoration: none;
}

.mobile-table {
    clear: both;
    overflow: auto;
    background-attachment: local, local, scroll, scroll;
    float: left;
    width: 100%;
    margin: 0 0px 20px 0px;
}

.form-row {
    width: 100%;
    float: left;
    position: relative;
    color: #333;
    margin-bottom: 20px; /*30*/
}

.form-row:last-child {
    margin-bottom: 0;
}

.form-row label {
    width: 100%;
    display: block;
    color: #333;
}

.form-row .text-field, .form-row select {
    width: 100%;
    padding: 6px;
    color: #333;
}

.form-row .text-field.date {
    width: 50px;
    float: left;
}

.form-row textarea {
    width: 100%;
    height: 200px;
}

.form-row .text-field[type="search"] {
    width: 100%;
    padding: 10px;
    color: #333;
    border: none;
    outline: none;
    font-size: 16px;
}

.search-list-search span {
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    font-size: 36px;
    padding: 3px;
}

.no_left_pad {
    padding-left: 0;
}

.form-group {
    float: left;
    width: 500px;
}

.app-progress .progress-title {
    color: #FFFFFF
}

.bg-white h2 {
    color: #203b43;
}

.form h2 {
    border-bottom: 2px solid #333743;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: #203b43;
}

.overlay h3 {
    color: #FFFFFF;
}

.form-row.two-cols label {
    float: left;
    width: 150px;
}

.form-row.two-cols .text-field {
    float: left;
    width: 500px;
}

.form-row.two-cols .text-field.date {
    width: 50px;
    float: left;
    margin-right: 15px;
}

.form-row.two-cols textarea {
    float: left;
    width: 500px;
}

.form-row.two-cols select {
    width: auto;
}

.form-row.two-cols.group .text-field {
    margin-left: 130px;
}

.question-block .form-row.two-cols label {
    width: 500px;
    padding-right: 30px;
}

.content .metro-menu, .content .metro-child-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
}

.metro-menu li .btn, .metro-child-menu li .btn {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.metro-menu li span {
    display: block;
    text-align: center;
    font-size: 3em;
    margin-bottom: 5px;
}

.metro-child-menu span {
    display: block;
    text-align: center;
    font-size: 2em;
    margin-bottom: 5px;
}

.sidebar {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.block-unit {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.block-row {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.block-row.with_border {
    border-bottom: 1px solid #ededed;
}

.block-row:last-child {
    margin-bottom: 0;
}

.block-title {
    background: #e5dd0d;
    padding: 15px;
    position: relative;
    width: 100%;
    float: left;
}

.block-title.dark {
    background: #16647b;
    padding: 15px;
}

.block-title.dark h3 {
    color: #2ce5e3;
}

.block-title.blue {
    background: #16647b;
    padding: 15px;
}

.block-title.blue h3 {
    color: #FFF;
}

.block-title.red {
    background: #f75b49;
    padding: 15px;
}

.block-title.red h3 {
    color: #FFF;
}

.block-title h3 {
    margin: 0;
}

.sidebar .block-content {
    background: #16647b;
    color: #FFF;
    padding: 15px;
    margin-bottom: 30px;
}

.sidebar .block-content:last-child {
    margin-bottom: 0;
}

.block-content {
    padding: 15px;
    background: #FFF;
    float: left;
    width: 100%;
}

.block-content.white {
    background: #FFF;
    color: #111;
}

.block-unit.white {
    background: #FFF;
    padding: 15px;
}

.block-unit.light-green {
    background: #7be27e;
    padding: 15px;
}

.block-subtitle {
    border-bottom: 2px solid #16647b;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 900;
    display: block;
}

.block-title.address {
    padding-right: 100px;
}

.block-title .bedrooms {
    position: absolute;
    right: 0;
    top: 0;
    background: #264b56;
    color: #FFF;
    text-align: center;
    padding: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}

.block-title .bedrooms .title {
    display: block;
    flex: 0 0 auto;
    flex: 0 0 auto;
}

.block-title .bedrooms .bed-num {
    font-size: 2em;
    font-weight: 900;
    line-height: 1;
    display: block;
}

.maintennce-row .hl-box {
    margin-bottom: 15px;
}

.sidebar.print a {
    color: #2ce5e3;
}

.sidebar.print a span {
    font-size: 1.3em;
    float: left;
    margin-right: 6px;
}

.sidebar.notifacations table {
    margin-bottom: 15px;
}

.sidebar.notifacations table:last-child {
    margin-bottom: 0;
}

.sidebar.notifacations table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.doc-check {
    background: #16647b none repeat scroll 0 0;
    color: #fff;
    margin: 0 auto 5px;
    padding: 20px 40px 20px 20px;
    position: relative;
    text-align: center;
    width: 105px;
    font-size: 10px;
}

.doc-check span {
    font-size: 3em;
}

.doc-check strong {
    font-size: 10px;
    text-align: center;
    display: block;
    font-weight: 300;
}

.doc-check .check {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 5px;
    background: #e3e3e3;
    display: flex;
    align-items: center;
}

.doc-check .check input {
    flex: 0 0 auto;
}

ul.btn-group {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.btn-group li {
    margin-bottom: 10px;
}

.message-thread {
    margin-bottom: 15px;
}


/* Header
----------------------------------------------------------------------------------------------------*/

.header {
    height: 61px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    display: flex;
}

.global_search {
    width: 50%;
}

.menu {
    position: fixed;
    height: 100%;
    background: #323544;
    top: 61px;
    left: 0;
    z-index: 1000;
}

.menu-bg {
    background: #4a5065;
    position: fixed;
    height: 100%;
    left: 0;
    top: 61px;
    display: none;
    width: 316px;
    margin-left: -260px;
    padding: 15px;
}

.menu ul {
    margin: 0;
    padding: 0;
}

.menu li {
    display: block;
    list-style: none;
    font-size: 2.5em;
    position: relative;
    width: 61px;
    height: 71px;
}

.menu li:hover, .menu li.active {
    background: #3f4456;
    color: #16647b;
}

.menu li:hover a {
    color: #16647b;
}

.menu li.active:before {
    width: 0;
    height: 0;
    border-top: 37px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 16px solid #323544;
    background: none;
    left: 61px;
    content: " ";
    height: 71px;
    right: -16px;
    position: absolute;
    top: 0px;
    width: 16px;
    z-index: 99;
}

.menu li i {
    border-radius: 2em;
    padding: 3px;
    font-size: 0.3em;
    font-weight: 900;
    background: #e8eb0f;
    color: #16647b;
    font-style: normal;
    position: absolute;
    top: 16px;
    right: 10px;
    font-family: 'Source Sans Pro', sans-serif;
}

.menu li.active i {
    background: #16647b;
    color: #e8eb0f;
}

.menu li a {
    color: #FFF;
    padding: 19px 0 14px;
    width: 61px;
    height: 71px;
    text-align: center;
    text-decoration: none !important;
}

.menu li a span {
    text-indent: -99999px;
    overflow: hidden;
    display: block;
    height: 1px;
}

.menu li a:hover, .menu li.active a {
    text-decoration: none;
    color: #2ce5e3;
}

.menu li a.pe-7s-like:hover {
    color: #f75b49;
}

.menu li a.pe-7s-mail:hover, .menu li:hover a.pe-7s-mail {
    color: #e8eb0f;
}
/*.menu li.active a.pe-7s-like { color:#16647b; background:#f70803;}
	.menu li.active a.pe-7s-mail { color:#16647b; background:#e8eb0f;}*/

li.active.mail::before {
    background-image: url("../../images/icn-pointer-yellow.png");
}

li.active.mail a {
    background-color: #e8eb0f;
    color: #2ce5e3;
}

li.active.mail a.pe-7s-mail:hover, .landlord .menu li.active.mail a.pe-7s-mail:hover, .landlord .menu li.active.mail a.pe-7s-mail {
    background-color: #e8eb0f;
    color: #2ce5e3;
}

li.active.favourite::before {
    width: 0;
    height: 0;
    border-top: 37px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 16px solid #f75b49;
    background: none;
    left: 61px;
}

li.active.favourite a {
    background-color: #f75b49;
    color: #FFFFFF;
}

li.active.favourite a.pe-7s-like:hover, .landlord .menu li.active.favourite a.pe-7s-like:hover, .landlord .menu li.active.favourite a.pe-7s-like {
    color: #2ce5e3;
}

.menu ul ul {
    position: fixed;
    left: 61px;
    top: 61px;
    height: 100%;
    width: 200px;
    padding: 2px 0 2px 30px;
    display: none;
    z-index: -1;
}

.menu ul ul li {
    font-size: 15px;
    padding: 0;
    width: auto;
    background: none;
}

.menu ul ul li a {
    padding: 21px 0 26px;
    border-bottom: 2px solid #6d717f;
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    background: none;
}

.menu ul ul li:hover {
    background: none;
}

.menu ul ul li:hover:before {
    background-image: none;
}

.menu ul li:hover li a:hover {
    background: none;
    color: #2ce5e3;
}

.menu li.active li a {
    color: #FFF;
}

.menu li.active li a:hover {
    color: #2ce5e3;
}

.menu ul li:hover li a {
    color: #FFF;
    background: none;
}

.close-menu {
    display: none;
    position: absolute;
    color: #FFF;
    font-size: 56px;
    cursor: pointer;
    z-index: 1000;
    top: 0;
    right: -56px;
    width: 56px;
    height: 56px;
    background: #16647b;
}

.close-menu span {
    position: absolute;
    text-transform: Capitalize;
    text-indent: -99999px;
    top: 0;
    overflow: hidden;
    display: block;
    left: 0;
    width: 100%;
}

.close-menu:hover {
    color: #2ce5e3;
}

.landlord .close-menu:hover {
    color: #d3ba36;
}

.landlord .menu a:hover, .landlord .menu li.active a, .landlord .menu li:hover a {
    text-decoration: none;
    color: #d3ba36;
}

.landlord .menu li a:hover, .landlord .menu li.active a {
    text-decoration: none;
    color: #d3ba36;
}

.landlord .menu li a:hover, .landlord .menu li.active li a {
    color: #FFF;
}

.landlord .menu li.active a:hover {
    color: #d3ba36;
}

.logo {
    float: left;
}

.portal-toggle {
}

.portal-toggle a {
    background: #0089d0 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 1.2em;
    height: 61px;
    padding: 20px 20px 20px 30px;
    width: 255px;
    font-weight: 700;
    background-position: right;
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: none !important;
}

.portal-toggle a:hover {
    text-decoration: none;
    background: #16647b;
}

.portal-toggle .pe-7s-refresh::before {
    float: right;
    font-family: "Pe-icon-7-stroke";
    font-size: 1.5em;
    margin-top: -6px;
    font-weight: bold;
}

.landlord .portal-toggle a {
    background-color: #d3ba36;
}

.landlord .portal-toggle a:hover {
    background-color: #dbc33f;
}

.global_search input {
    background: #FFFFFF;
    padding: 11px 15px 10px 15px;
    font-size: 28px;
    font-weight: 300;
    border: none;
    outline: none;
    width: 80%;
}

.global_search button {
    background: #16647b;
    padding: 11px 15px 10px 15px;
    font-size: 28px;
    font-weight: 300;
    border: none;
    outline: none;
    width: 60px;
    color: #FFFFFF;
}

.global_search button:hover {
    background: #16d7a9;
    color: #FFFFFF;
    cursor: pointer;
    transition: background ease 0.7s;
}

.logout {
    padding: 0;
    position: fixed;
    top: 0px;
    right: 0px;
    margin: 0;
}

.form_note {
    display: block;
    padding: 10px 0;
}

input#msgSubject {
    width: 100%;
    border: none;
    padding: 8px 16px;
}

.hl-grey.btn {
    text-align: left;
}

.hl-grey.btn .pe-7s-plus {
    float: left;
    height: 50px;
    width: 50px;
    font-size: 36px;
}


/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
    width: 100%;
    float: left;
    padding: 30px 15px;
    background: #EEE;
}

.footer ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer ul li {
    float: left;
    margin-left: 20px;
}

.footer ul li:first-child {
    margin-left: 0;
}

.footer p {
    margin: 0;
}


/* Content
----------------------------------------------------------------------------------------------------*/

.content {
    padding: 100px 40px 40px 120px;
    float: left;
    width: 100%;
    max-width: 1600px;
}

table {
    width: 100%;
}

table.data {
    width: 100%;
    min-width: 600px;
}

table.data th {
    background: #efefef;
    border-bottom: 2px solid #4b5a5f;
}

table.data td {
    background: #FFF;
    border-bottom: 1px solid #e2e0e0;
    position: relative;
}

table.data tr:first-child td {
    border-top: 2px solid #8acff2;
}

table.data tr:last-child td {
    border-bottom: 0;
}

table.data th, table.data td {
    padding: 15px;
}

table.data .price {
    font-size: 2em;
    font-weight: 300;
    color: #5bd95c;
    text-align: right;
}

table.data td.no-border, table.data td.col-3-group.no-border {
    border: none 0px;
}

table.data td.bottom {
    vertical-align: bottom;
}

table.data table td, table.data table th, table.data table tr:first-child td {
    border: none;
    padding: 0 5px;
}

table.data table {
    width: 100%;
}

table tr:hover {
    transition: all ease 0.5s;
}

table tr td {
    transition: all ease 0.7s;
    border-bottom: 1px solid transparent;
}

table tr:hover td {
    background: rgba(0,0,0,0.05);
    transition: all ease 0.7s;
    border-bottom: 1px solid #ededed;
}

tr.property_name td {
    background: #000000;
}

tr.property_name td h3 {
    font-size: 22px;
    color: #2ce5e3;
    margin-bottom: 0;
}

/*
		pager styles 
	*/

tr.pagerrow td {
    padding: 0;
}

.generic_pager {
    background: #FAFAFA;
    position: relative;
    border-bottom: 1px solid #EDEDED;
    padding: 10px 20px;
}

.hl-box {
    position: relative;
    padding: 20px;
    font-size: 16px;
}

.hl-box-lrg {
    padding: 20px 5px;
    margin-bottom: 15px;
}

.hl-box.edit {
    padding-right: 60px
}

.hl-green {
    background: #16d7a9;
}

.hl-drk-green {
    background: #16d7a9;
    color: #FFF;
}

.hl-lgt-grey {
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hl-lgt-grey .btn {
    flex: 0 0 auto;
}

.hl-yellow {
    background: #e5dd0d;
}

.hl-box.hl-yellow:hover {
    background: #16647b;
    transition: background ease-in-out 0.7s;
    color: #FFFFFF;
}

.hl-box.hl-yellow:hover a {
    color: #FFFFFF;
    transition: color ease-in-out 0.5s;
}

.hl-red {
    background: #f75b49;
    color: #FFF;
}

.hl-dark-red {
    background: #f75b49;
    color: #FFF;
}

.hl-box.edit .btn {
    position: absolute;
    right: 0;
    top: 0;
}

.hl-drk-green.edit {
    display: flex;
    align-items: center;
}

.hl-drk-green.edit .btn {
    height: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hl-drk-green.edit .btn span {
    flex: 0 0 auto;
    display: block;
    font-size: 1.4em;
}

.hl-red.edit {
    display: flex;
    align-items: center;
}

.hl-red.edit .btn {
    height: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hl-red.edit .btn span {
    flex: 0 0 auto;
    display: block;
    font-size: 1.4em;
}

.hl-grey {
    background: #16647b;
    color: #FFF;
}

.hl-light-grey {
    background: #f1f1f1;
}

.hl-blue {
    background: #16d7a9;
    color: #FFF;
}

.hl-black {
    background: #000;
    color: #FFF;
}

.hl-grey-yellow {
    background: #16647b;
    color: #2ce5e3;
}

.hl-grey a {
    color: #FFF;
    font-style: italic;
    text-decoration: underline;
}

.hl-grey .two-cols {
    width: 50%;
    float: left;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex .two-cols {
    width: 50%;
    flex: 0 0 auto;
}

.message {
    padding: 20px;
}


table.data td.col-3-group {
    background: url(../../images/bg-col-3.jpg) repeat-y 0 0;
    background-size: 100%;
    padding: 15px 3px;
    text-align: left;
    border-bottom: 1px solid #8acff2;
}

.app-icn span {
    font-size: 3em;
    float: left;
}

.col-3-group .one-third {
    width: 33.333%;
    float: left;
}

.col-3-group .two-thirds {
    width: 66.666%;
    float: left;
}

.col-3-group .half {
    width: 50%;
    float: left;
}

.col-3-group .three-thirds {
    width: 100%;
    float: left;
}

.col-3-group .offset-one-third {
    margin-left: 33.333%
}

.col-3-group .offset-two-thirds {
    margin-left: 66.666%;
}

.col-3-group .offset-half {
    margin-left: 50%;
}

.search-list {
    background: #FFF;
    float: left;
    width: 100%;
    padding: 15px;
    color: #333;
}

.search-item {
    border-bottom: 2px solid #16d7a9;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

table.data td.sub-headers {
    background: url(../../images/bg-col-3.jpg) repeat-y 0 0;
    background-size: 100%;
}

table.data td.sub-headers td {
    background: none;
    width: 35%;
}

/*.unread{ width:10px; height:10px; background:#5bd95e; border-radius:4em; display:block; float:left; margin-right:5px; margin-top:5px;}*/

.fav-icon {
    text-align: center;
}

.fav-icon .btn {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.fav-icon span {
    display: block;
    margin-bottom: 10px;
    font-size: 4em;
    color: #e5dd0c;
}

.message-icn span {
    font-size: 2em;
}

.view-switcher a {
    margin-right: 5px;
}

.view-switcher span {
    font-size: 2em;
}


.dash-unit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 130px;
}

.circle:before,
.dash-unit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}

.circle:before {
    border-radius: 50%;
}

.circle:hover,
.dash-unit:hover {
    cursor: pointer;
    transition: all ease-in-out 0.7s;
}

.circle:hover:before,
.dash-unit:hover:before {
    background: rgba(0,0,0,0.2);
    transition: all ease-in-out 0.7s;
}

.hl-grey.dash-unit:hover:before {
    background: rgba(255,255,255,0.2);
    transition: all ease-in-out 0.7s;
}

.dash-unit:hover {
}

.dash-unit .dash-unit-num {
    font-size: 3em;
    width: 30%;
    line-height: 1;
    position: relative;
    z-index: 1;
	min-width: 100px;
}

.dash-unit .dash-content {
    width: 70%;
    position: relative;
    z-index: 1;
}

.dash-unit .dash-content.two-cols {
    width: 60%;
    padding: 0 15px;
}

.dash-content .larger {
    color: #e5dd0c;
}

.dash-unit p:last-child {
    margin: 0;
}

.hl-grey.dash-unit .dash-unit-num {
    color: #2ce5e3;
}



/* Tennent Application
----------------------------------------------------------------------------------------------------*/


.app-progress::before {
    width: 80%;
    border-top: 2px solid #FFF;
    position: absolute;
    top: 40px;
    z-index: -1;
    content: "";
    left: 30px;
}

.app-progress.three-steps::before {
    width: 60%;
}

.app-progress {
    position: relative;
    z-index: 1;
    margin: 15px 0 30px;
    float: left;
}

.progress-step {
    width: 25%;
    float: left;
    padding: 0 45px 0 0;
    text-align: center;
    font-weight: 700;
    font-style: italic;
}

.app-progress.two-steps .progress-step {
    width: 120px;
    margin-right: 45px;
    padding: 0;
}

.app-progress.two-steps .progress-step:last-child {
    margin-left: 0;
}

.app-progress.two-steps::before {
    width: 70%;
    left: 30px;
}

.progress-step .progress-indicator {
    padding: 20px;
    border-radius: 50%;
    background: #16647b;
    color: #FFF;
    font-weight: 700;
    font-size: 2em;
    margin: 0 auto 15px;
    font-style: normal;
    width: 80px;
    height: 80px;
}

.progress-step .progress-indicator.active {
    color: #e8e212;
}

.progress-step .progress-indicator.complete {
    background: #5bd95e;
    color: 000;
}

.totals {
    border-bottom: 2px solid #8bd1f2;
    margin: 0 auto;
}

.grand-total {
    padding-top: 15px;
    margin: 0 auto 30px;
}

.totals, .grand-total {
    font-size: 1.5em;
    width: 50%;
}

.totals dl {
}

.totals dt {
    float: left;
    margin-right: 15px;
    font-weight: normal;
    display: block;
}

.totals dd {
    font-weight: bold;
    text-align: right;
    display: block;
}

.grand-total dt {
    float: left;
    margin-right: 15px;
    font-weight: normal;
    display: block;
}

.grand-total dd {
    font-weight: bold;
    color: #5ad85d;
    text-align: right;
    display: block;
}

.payment-status {
    font-size: 1.5em;
    font-weight: bold;
}

.payment-status span {
    color: #5ad85d;
}

.form-row.inline-controls {
    display: flex;
    align-content: center;
}

.form-row.inline-controls input[type=checkbox] {
    zoom: 1.75;
    margin: 0 !important;
    margin-right: 5px !important;
}

.status-indicators .hl-box {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 90px;
}

.status-indicators .hl-box > span:not(:first-child) {
    font-size: 16px !important;
}

.status-indicators .hl-box > span:first-child {
    margin-right: 10px;
}

/* Responsive elements
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
    .content {
        padding: 100px 40px 40px 120px;
        width: 100%;
    }

    .metro-menu li.col-sm-2, .metro-child-menu li.col-sm-2 {
        width: auto;
        float: left;
    }

    .metro-menu li .btn, .metro-child-menu li .btn {
        font-size: 11px;
    }

    .content .metro-menu {
        margin-top: 10px;
    }

    .progress-step .progress-indicator {
        padding: 10px;
        width: 60px;
        height: 60px;
    }

    .app-progress.two-steps::before {
        width: 65%;
    }

    .app-progress::before {
        width: 80%;
        top: 30px;
        left: 30px;
    }
}

@media only screen and (max-width: 991px) {

    .search-list {
        margin-bottom: 30px;
    }

    .form-row.button-set {
        margin-top: 30px;
    }

    .dash {
        margin-top: 15px;
    }

    .dash-unit-col {
        margin-bottom: 30px;
    }

    .content .metro-child-menu {
        margin-bottom: 15px;
    }

    .app-progress::before {
        left: 64px;
        top: 30px;
        width: 72%;
    }

    .app-progress.two-steps::before {
        left: 64px;
        top: 30px;
        width: 55%;
    }

    .form-row.two-cols .text-field, .form-row.two-cols textarea {
        float: left;
        width: 100%;
        margin-left: 0;
    }

    .form-row.two-cols.group .text-field {
        margin-left: 0px;
    }

    .form-group {
        width: 100%;
        float: left;
    }
}

@media only screen and (max-width: 768px) {

    .global_search input,
    .global_search button {
        font-size: 14px;
    }

    .section {
        padding: 30px 0;
    }

    .h1, h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .h3, h3 {
        font-size: 18px;
    }

    .menu {
        top: 41px;
    }

    .menu-bg {
        left: -20px;
        top: 41px;
    }

    .menu ul ul {
        top: 41px;
        left: 41px;
    }

    .menu li {
        font-size: 2.5em;
        width: 41px;
        height: 51px;
    }

    .menu li.active:before {
        height: 51px;
        right: -16px;
        width: 16px;
    }

    .menu li a {
        width: 41px;
        height: 51px;
        padding: 8px 0;
    }

    .menu ul ul li a {
        padding: 11px 0 16px;
    }

    .menu li.active:before {
        background-image: url("../../images/icn-pointer-sm.png");
        content: " ";
        height: 51px;
        right: -11px;
        position: absolute;
        top: 0px;
        width: 11px;
        z-index: 99;
    }

    li.active.favourite::before {
        background-image: url("../../images/icn-pointer-red-sm.png");
    }

    li.active.mail::before {
        background-image: url("../../images/icn-pointer-yellow-sm.png");
    }

    .menu li i {
        right: -2px;
        top: 7px;
    }

    .logo {
        width: 41px;
        height: 41px;
    }

    .portal-toggle a, .header {
        height: 41px;
    }

    .portal-toggle a {
        padding: 12px 20px 12px 30px;
    }

    .logout {
        padding: 5px;
        display: none;
    }

    .content {
        padding: 55px 10px 50px 50px;
    }

    .btn-icon {
        width: 30px;
        height: 30px;
        padding: 0;
    }

    .button-set .left .btn {
        font-size: 11px;
    }

    .button-set .text-right {
        text-align: left;
        margin-top: 15px;
    }


    .metro-menu li .btn, .metro-child-menu li .btn {
        margin-bottom: 15px;
    }

    .metro-menu li.col-sm-2, .metro-child-menu li.col-sm-2 {
        padding: 0 8px;
    }

    .col-md-12.no-padding.metro-menu-wrapper {
        float: left;
        padding: 0 8px !important;
        width: 100%;
    }

    .border-right {
        border: none;
    }

    .doc-check-wrap {
        margin-bottom: 15px;
    }

    .property-search-row .hl-box.hl-grey {
        margin-bottom: 15px;
    }

    .button-set .right .btn {
        float: left;
        margin-top: 10px;
    }

    .fav-icon {
        margin-bottom: 30px;
    }

    .progress-step .progress-indicator {
        padding: 0;
        width: 40px;
        height: 40px;
    }

    .app-progress::before {
        width: 75%;
        top: 20px;
        left: 45px;
    }

    .app-progress.two-steps::before {
        left: 40px;
        top: 20px;
        width: 30%;
    }

    .app-progress.two-steps .progress-step {
        width: 30%;
        margin: 0;
        padding-right: 45px;
    }


    .form-row.two-cols .text-field {
        float: left;
        width: 100%;
    }

    .totals, .grand-total {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {

    .h1, h1 {
        font-size: 28px;
    }

    .h2, h2 {
        font-size: 28px;
    }


    .progress-title {
        display: none;
    }

    .app-progress.two-steps .progress-step {
        width: 50%;
        margin: 0;
        padding-right: 45px;
    }

    .app-progress::before {
        width: 75%;
        top: 20px;
        left: 25px;
    }

    .global_search {
        display: none;
    }
}

@media only screen and (max-width: 450px) {

    .wrapper, .header {
        width: 320px;
    }
}
