
#form-box form {
		background: white;
    	padding: 20px;
    	border: 1px solid #dedede;
	}

/*******************

      General Tabbed Layout
      (Update 03/08/15)
      
********************/

.tab-container {
      position:relative;
}

.tab-container .tab-headings ul {
      padding:0;
      margin-bottom:0;
}

.tab-container .tab-headings ul li {
      float:left;
      border-bottom:none;
      background:#f1f1f1;
      padding:15px;
      margin-left:5px;
      margin-top:6px;
      cursor:pointer;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      color:;
}

.tab-container .tab-headings ul li:hover {
      background:#009b48;
      color:white;
}

.tab-container .tab-headings ul li:first-child {
      /* border-left:1px solid #dedede; */
      margin-left:10px;
}

.tab-container .tab-headings ul li.active {
      background:white;
      border: 1px solid #dedede;
      border-bottom:white;
      color:#333;
      font-size:20px;
      margin-top:0;
}

.tab-container .tab-headings ul li.active:hover {
      background:white;
      color:initial;
      cursor: default;
}

.tab-container .tab-headings ul li:hover i {
      color:white;
}

.tab-section,
.tab-section-f,
.general-details,
.meter-details,
.security-details,
.insurance-details,
.hs-details,
.providers-details,
.lease-details,
.service-details,
.uploads-details,
.buildings-details,
.tenants-details,
.services-details,
.tasks-details {
      margin-bottom:25px;
      /*background:white;*/
      /* border: 1px solid #dedede; */
      /*box-shadow:2px 2px 1px #dedede;*/
      display:none;
      margin-top:-1px;
      padding:10px;
      padding-bottom: 20px;
}

.tab-section.active,
.tab-section-f.active,
.general-details.active,
.meter-details.active,
.security-details.active,
.insurance-details.active,
.hs-details.active,
.providers-details.active,
.lease-details.active,
.service-details.active,
.uploads-details.active,
.buildings-details.active,
.tenants-details.active,
.services-details.active,
.tasks-details.active {
      display:block;
}

.tab-section h3,
.tab-section-f h3,
.general-details h3,
.meter-details h3,
.security-details h3,
.insurance-details h3,
.hs-details h3,
.providers-details h3,
.lease-details h3,
.service-details h3,
.uploads-details h3,
.buildings-details h3,
.tenants-details h3,
.services-details h3,
.tasks-details h3 {
      padding-bottom: 10px;
      padding-left: 15px;
      font-weight:normal;
      font-size:22px;
      padding-top:20px;
      margin:0;
      float:left;
}

.tab-container .mobile-tab-heading {
	background:white;
	padding:15px;
	padding-bottom:1px;
	cursor:pointer;
	color:#2e2e2e;
	display:none;
	font-size:25px;
}

.tab-container .mobile-tab-heading div {
	display:block;
	border-bottom:1px solid #dedede;
	padding-bottom:10px;
}

.tab-container .mobile-tab-heading div.clearfix {
	border-bottom:none;
	padding:0;
}

.tab-section,
.tab-section-f,
.general-details {
      margin-bottom:25px;
      background:white;
      border:1px solid #dedede;
      /*box-shadow:2px 2px 1px #dedede;*/
      display:none;
      margin-top:-1px;
      padding:10px;
      padding-bottom: 20px;
}

.tab-section.active,
.tab-section-f.active,
.general-details.active {
      display:block;
}

.tab-section h3,
.tab-section-f h3,
.meter-details h3 {
	float:left;
}

.service-details h4 {
      float: left;
      margin-top: 27px;
}
.meter-details h4 {
      margin-bottom:0;
      margin-top:0;
}

.tasks-details h4,
.general-details h4,
.hs-details h4 {
      margin-left:15px;
      margin-bottom:0;
}

.tab-container table {
      width:45%;
      margin-left:2.5%;
      margin-right:2.5%;
      float:left;
}

.tab-container .float-table {
      width:45%;
      margin-left:2.5%;
      margin-right:2.5%;
      float:left;
      margin-bottom:15px;
}

.tab-container .float-table:nth-child(2n+3) {
      clear:both;
}

.tab-container .float-table table {
      width:100%;
      float:none;
      margin:0;
}

.tab-container table.full-width {
      width:100%;
      float:none;
      margin:0;
}

.tab-container table tr {
      background:none;
      cursor:default;
}

.tab-container table tr.almost-due {
      background:rgba(246, 112, 12, 0.6);
      cursor:pointer;
}

.tab-container table tr.overdue {
      background:rgba(246,12,12,0.6);
      cursor:pointer;
}

.tab-container table tr.not-due {
      background:rgba(19, 175, 6, 0.6);
      cursor:pointer;
}

.tab-container table tr.overdue td,
.tab-container table tr.almost-due td,
.tab-container table tr.not-due td {
      color:white;
}

.tab-container table tr.overdue:hover,
.tab-container table tr.almost-due:hover,
.tab-container table tr.not-due:hover {
      background:grey;
}

.tab-container table tr.overdue:hover td,
.tab-container table tr.almost-due:hover td,
.tab-container table tr.not-due:hover td {
      color:white;
}

.tab-container table tr td form {
      margin-bottom:0;
}

.tab-container table tr td i {
      padding:5px;
}

.tab-container table tr td form input[type=submit] {
      min-width:78px;
      max-width:78px;
      width:78px;
      padding:5px;
}

.tab-container table tr:nth-child(2n) {
      background:#f1f1f7;
}

.tab-container table tr td {
      border-bottom:1px solid #ececec;
      font-size:15px;
}

.tab-container table tr td.td-head {
      font-weight:lighter;
}

.tab-container table tr td.td-value {
      font-weight:normal;
      color:#333;
      word-break: break-word;
}

.tab-container table tr td.td-value.email-value {
      word-break: break-all;
}

.tab-container table tr td.td-value form {
      margin:0;
      min-width: 1px;
      width: 1px;
}

.tab-container table tr td.td-value form input {
      margin:0;
      min-width: 150px;
      width: 150px;
      font-family: 'Oxygen', sans-serif;
}

.tab-container table tr:hover td.td-value,
.tab-container table tr:hover td {
      color:#333;
}

.tab-container table tr.row-link:hover {
      background:rgba(40, 40, 40,  0.65);
      cursor:pointer!important;
}

.tab-container table tr.row-link:hover td {
      color:white;
      cursor:pointer;
}

.building-list h1,
.day-view-container h2 {
      float:left;
}

.first-h-tag {
	margin-top:5px;
}

div.asset_button.h1_button a {
      margin-top:5px;
}

div.asset_button.h2_button a {
      margin-top:20px;
}

div.asset_button.google_button a {
      background:#ea4335;
      border: 1px solid #ca3225;
}

div.asset_button.google_button:hover a {
      background:white;
      border: 1px solid #333;
      color:#333;
}

div.asset_button.google_button:hover a i {
      color:#ea4335;
}

.signed-in-google {
	margin-left:15px;
	font-style:italic;
	font-size:12px;
}

.audit-images img {
	max-width: 200px;
	float: left;
	padding: 5px;
	border: 1px solid #ececec;
	margin:0 10px;
}

tr.input-tr td input {
      width:130px;
      min-width:130px;
}

tr.input-tr td input[type=date] {
      width:180px;
      min-width:180px;
}

.rent-view-list tr.input-tr td {
      border-bottom:none;
}

.docs-to-upload {
      padding:10px;
      background-color: rgba(0,157,220, 0.15);
      color:#6e6e6e;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
}

.document-list {
      padding-left:20px;
      margin: 1em 0;
}

.edit-icon-mob {
      display:none;
}

td.image-section {
      max-width:300px;
      width:100px;
}

td.image-section .smaller-image {
      max-width:300px;
      width:40px;
}

img.building-image {
      max-width:300px;
      max-height:150px;
      /* border: 1px solid #dedede; */
      padding:5px;
}

.smaller-image img.building-image {
      max-width:100px;
      max-height:50px;
}

.image-cell,
.image-header {
     text-align:center;
}

@media all and (max-width:767px) {
      .tab-container .tab-headings ul li {
            border-right:none;
            float:none;
            width:100%;
            box-sizing:border-box;
           display:none;
      }
      
      .tab-container .mobile-tab-heading {
      		display:block;
      }
      
      .general-details {
      	border-top:none;
      }
      
      tr.input-tr td input {
      width:100%;
      min-width:100%;
      }

      .tab-container table {
            float:none;
            width:100%;
            box-sizing:border-box;
            margin-left:0;
            margin-right:0;
      }
      
      .edit-icon {
            display:none;
      }

      .edit-icon-mob {
            display:table-cell;
      }

      .building-view-list .property-address {
            float:none;
            margin-left:0;
            clear:both;
      }

      .building-view-list .building-image,
      .floor-view-list .building-image,
      .room-view-list .building-image,
      .asset-view-list .building-image {
            float:none;
      }

      .building-view-list .building-image img,
      .floor-view-list .building-image img,
      .room-view-list .building-image img,
      .asset-view-list .building-image img {
            max-width:100%;
            margin:auto:
            position:relative;
            box-sizing:border-box;
            margin: 10px auto;
            display:block;
      }

      img.building-image {
            max-width:75px;
            max-height:35px;
            padding:2px;
      }

      img.client-image {
            max-width:75px;
            max-height:35px;
      }
}
@media all and (max-width:767px) {
	h1 {
		font-size:20px;
	}
	.tab-container .mobile-tab-heading div {
		font-size:18px;
	}
	.client-image {
		display:none;
	}
	.client-address {
		margin-top:10px;
		margin-bottom:0;
	}
	.general-details.active {
	    display: none;
	}
}

/*******************

      CSS stylsheet - Humphrey & Gray Lettings

********************/

input,
select,
textarea {
    border-radius: 0;
}

.red-asterik {
	color:#FF4C4C;
}

.logo-wrapper {
	float:left;
	
}

.tab-container .tab-headings ul li:hover i {
    color: #333;
}

.tab-container .tab-headings ul li.active i {
    color: #333;
}

.tab-container .tab-headings ul li.active:hover i {
    color: #333;
}

/*******************

	CHC Fixtures

********************/

table thead.fixtures-header th {
	font-weight:bold;
	font-size:13px;
}

table tr.home_fixture {
	background:#CFFFCF;
}

table tr.away_fixture {
	background:white;
}

table tr.home_fixture.cup-fixture,
table tr.away_fixture.cup-fixture {
	background:#FFFFCF;
}

table tr.date-start {
	border-top:1px solid #cecece;
}

table tr.month-start {
	border-top:2px solid black;
}

table tr.past {
	display:none;
}

a.no-link {
	color:#333;
}

a.no-link:hover {
	text-decoration:none;
}

td.hide-desktop,
span.hide-desktop,
tr.hide-desktop,
td span.hide_date,
td a.hide_date {
	display:none;
}

tr.month-head-row {
	background:#333;
}

tr.month-head-row td {
	color:white;
}

div.fixtures-page {
	padding:0 40px;
}

div.login_button {
	float:right;
}

div.login_button i {
	padding:10px;
}

@media all and (max-width:767px) {
	.fixture_table td {
		display:block;
	}
	.fixture_table th {
		display:none;
	}
	td.hide-mobile {
		display:none;
	}
	td.hide-desktop,
	tr.hide-desktop {
		display:block;
	}
	td.inline-mobile,
	span.hide-desktop,
	td span.hide_date {
		display:inline-block;
	}
	tr {
		border-bottom:1px solid #cecece;
	}
	td.team-td {
		margin-left:8px;
	}
	td.league-td::before {
		content:"L: ";
		font-weight:bold;
	}
	td.venue-td::before {
		content:"V: ";
		font-weight:bold;
	}
	td.league-td,
	td.venue-td {
		font-size:11px;
	}
	td.date-td {
		font-size:13px;
		font-style:italic;
	}
	div.fixtures-page {
		padding:0;
	}
}

/*******************

	CHC Edit

********************/

.edit-fixture-container {
	margin-top:20px;	
}

.fixture-title {
	margin-bottom:0;
	font-size:25px;
}

.fixture-date {
	margin-top:0;
	margin-bottom:20px;
	font-family:'Oxygen', sans-serif;
	font-size:16px;
}

.edit-form {
	float:left;
	padding:10px;
	background:white;
	margin-right:10px;
	border:1px solid #dedede;
	min-width:300px;
	margin-bottom:15px;
}

.edit-form h3 {
	margin-top:5px;
}

.edit-form input[type=number] {
	max-width:150px;
	min-width:150px;
}

/*******************

    CHC Widget

********************/

body.widget-page {
	background-image: url(../img/aerial-view-websave.jpg);
	font-family: "Roboto",sans-serif;
	background-size:cover;
	background-position:center;
	font-size:22px;
}

ul.widget-ul {
	margin:0;
	padding:0;
	background:rgba(0, 155, 72, 0.75);
}

ul.widget-ul li {
	padding:15px;
	float:left;
	background:rgba(0, 0, 0, 0.5);
	color:white;
	font-family: "Fjalla One",sans-serif;
	text-transform:uppercase;
      font-size:16px;
}

ul.widget-ul li.active {
	background:rgba(0, 0, 0, 1);
}

div.tab-div {
	background:rgba(0, 0, 0, 0.5);
	max-width:804px;
	color:white;
	font-weight:bold;
	min-height:381px;
	padding:1px 0;
}

div.tab-div h1 {
	margin:0;
	color:#00ce60;
	font-family: "Fjalla One",sans-serif;
	font-weight:bold;
   	
}

div.tab-div div.day-fixtures {
	margin:20px;
	padding:10px;
	background:rgba(255,255,255,0.3);
}

div.tab-div div.day-fixtures p.win {
	padding:5px;
	background:rgba(0, 0, 255, 0.3);
}

div.tab-div div.day-fixtures p.draw {
	padding:5px;
	background:rgba(255, 255, 0, 0.3);
}

div.tab-div div.day-fixtures p.loss {
	padding:5px;
	background:rgba(255, 0, 0, 0.3);
}

/*******************

      Site Wide

********************/

body {
      font-family: 'Merriweather Sans', sans-serif;;
      margin:0;
      padding:0;
      background:#f6fff6;
      color:#333;
      -webkit-font-smoothing:antialiased;
}

.clearfix {
      clear:both;
}

a {
      color:#0645ad;
      text-decoration:none;
      -webkit-transition: background 0.5s;
      transition: 0.5s;
}

a:hover {
      text-decoration:underline;
}

p {
      margin:0;
}

li {
      list-style-type:none;
}
table {
      border-collapse:collapse;
      text-align:left;
      font-family: 'Oxygen', sans-serif;
      width:100%;
}

thead {
      font-size: 100%;
      vertical-align: baseline;
      margin: 0;
      padding: 0;
      outline: 0;
      border: 0;
      background: 0 0;
}

th {
      font-size: 14px;
      font-weight: lighter;
      color: #6e6e6e;
      border-bottom: 1px solid #6e6e6e;
      padding: 10px 8px;
      text-align:left;
}

tbody {
      font-size: 100%;
      vertical-align: baseline;
      margin: 0;
      padding: 0;
      outline: 0;
      border: 0;
      background: 0 0;
}

td {
      font-size:15px;
      color: #333;
      font-weight:normal;
      padding: 6px 8px;
      vertical-align: middle;
      word-break: break-word;
}

td.td-head {
	word-break:normal;
}

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

thead tr {
      cursor:auto;
}

thead tr:hover {
      background:none;
}

i.fa {
	color: #333;
}

.row-edit-buttons {
	visibility:hidden;
	transition: visibility 0s;
	font-size:14px;
	color: #9e9e9e;
	display:block;
	margin:5px 0 5px 15px;
}

.row-edit-buttons a {
	transition: visibility 0s;
	margin: 0 5px;
	color:white;
}

tr:hover .row-edit-buttons {
	visibility:visible;
}

h3.table-header {
	margin-bottom:0;
}

.label-note {
	font-size:13px;
	font-style:italic;
}

input[type=input].td-input,
input[type=submit].td-input{
	min-width:0;
	width:100%;
}

table tr td i {
	cursor:pointer;
}

.outstanding-section {
	margin-bottom:15px;
}

.outstanding-notify {
	width:100%;
	background:white;
	color:rgb(217,95,108);
	padding:15px 0;
	cursor:pointer;
	border:2px solid rgba(217,95,108, 1);
	transition:all 0.5s;
}

.outstanding-notify:hover {
	background:rgba(217,95,108, 1);
	color:white;
}

.outstanding-notify:hover p,
.outstanding-notify:hover p i {
	color:white;
}

.outstanding-notify p {
	margin:0 0 0 20px;
	color:rgb(217,95,108);
}

.outstanding-notify p i {
	color:rgb(217,95,108);
}

#outstanding_tasks {
	display:none;
}

i.color-red,
div#outstanding_tasks h2.color-red,
td.bold-color-red {
	color:rgb(217,95,108);
}

td.bold-color-red{
	font-weight:bold;
}

tr.outstanding {
	border:2px solid rgb(217,95,108);
	border-bottom: 2px solid rgb(217,95,108);
	color: rgb(217,95,108);
	font-weight:bold;
}

div.tab-container table tr.outstanding td {
	color: rgb(217,95,108);
	font-weight:bold;
	border-bottom: 2px solid rgb(217,95,108);
}

div.tab-container table tr.outstanding:hover td{
	color: rgb(217,95,108);
	font-weight:bold;
}

div.form-error {
	background:white;
	border-bottom: 2px solid red;
	width:100%;
	margin-bottom:15px;
}

div.form-error.success {
	border-bottom: 2px solid #69c079;
}

div.form-error.failure {
	border-bottom: 2px solid #D95F6C;
}

div.form-error .error-message {
	padding:10px;
	display:block;
}

div.form-error .error-message i.complete-green {
	color:#69c079;
}

div.form-error .error-message i.failure-red {
	color:#D95F6C;
}

div.form-error .error-message p {
	display:block;
	padding-left:18px;
}

div.form-error .error-message p:first-child {
	display:inline-block;
	padding-left:0;
}

/*******************

	Edit Box

********************/

#edit-window {
	position:fixed;
	height:100%;
	width:100%;
	display:none;
	top:0px;
	left:0px;
	background-color: rgba(255, 255, 255, 0.6);
	z-index:1000;
}	

.form-box {
	position:fixed;
	top:0px;
	margin-top: 2%;
	margin-bottom: 2%;
    left: 50%;
    height:90%;
    width:416px;
    margin-left: -208px; /*set to a negative number 1/2 of your width*/
    z-index:999999;
    display:none;
    overflow-y:scroll;
}

/*******************

      Header

********************/

header {
      background:white;
      margin:0;
      width:100%;
      position:fixed;
      top:0px;
      left:0px;
      height:50px;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
      box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
      z-index:999;
}

header .header_container {
      position:relative;
      height:50px;
}

.fm-logo {
      max-height:41px;
      float:left;
      margin-left:8px;
      width:40px;
      padding-top:5px;
}

.login_container {
      float:right;
      color:white;
      font-size:12px;
      font-style:italic;
}

.login_container ul {
      margin:0;
      padding:0;
}

.login_container ul li span.username {
      font-size:15px;
      font-weight:bold;
      margin-right:6px;
      font-style: normal;
}

.login_container ul li i.user-icon {
      font-size:15px;
}

.login_container ul li#profile-menu-li{
      cursor:pointer;
      background:white;
      height:20px;
      max-height:20px;
}

.login_container ul li#profile-menu-li:hover {
      color:white;
      background:#009b48;
}

.login_container ul li#profile-menu-li:hover i {
      color:white;
}

.login_container ul .sub-contain {
      display:block;
      position:relative;
      float:left;
}

.login_container ul .sub-menu {
      display:none;
      position:absolute;
      top:100%;
      border:none;
      min-width:200px;
      right:0;
      font-style:normal;
}

.login_container ul li#profile-menu-li:hover .sub-menu {
      display:block;
}

.login_container ul .sub-menu a {
      display:block;
      font-size:14px;
      color:#333;
      padding:0;
      text-decoration:none;
      text-align:right;
}

.login_container ul .sub-menu a li {
      float:none;
      padding:10px 35px 10px 5px;
      background:white;
      border:1px solid #bebebe;
}

.login_container ul .sub-menu a:hover li,
.login_container ul .sub-menu a.selected li {
      background: #45759a;
      text-decoration:none;
      color:white;
}


.login_container ul li i {
      color:#333;
}

.login_container li {
      float:left;
      background:rgba(40,40,40,  1);
      color:#333;
      padding:5px 10px;
      -webkit-transition: background 0.5s, border 0.5s;
      transition: background 0.5s, border 0.5s;
      padding:15px 35px 15px 20px;
      max-height:19px;
      list-style-type: none;
}

.login_container a {
      color:white;
}

.login_container a:hover {
      text-decoration:none;
}

.login_container a p:hover {
      background:#333;
}

.login_container p span {
      font-weight:bold;
      font-size:16px;
}

header .mobile_header_container {
      margin-top:0;
      display:none;
}

.mobile_login_container {
      color:white;
      padding:3px;
      font-size:12px;
      background:#009b48;
}

.mobile_logo_menu_container {
      padding-bottom: 3px;
}
.mobile_login_container p {
      display:inline-block;
      color:white;
      margin:0;
      padding:5px 10px;
}

.mobile_login_container p:first-child {
      float:left;
}

.mobile_login_container p:nth-child(n+2) {
      float:right;
}

.mobile_login_container p:nth-child(3) {
      border-right:1px solid rgba(40,40,40,  0.35);
}

.mobile_login_container a {
      color:white;
}

.mobile_login_container a:hover {
      text-decoration:none;
}

.mobile_login_container a p:hover {
      background:#009b48;
}

.mobile_login_container p span {
      font-weight:bold;
}

@media all and (max-width:767px) {
      header .mobile_header_container {
            display:block;
      }
      header .header_container {
            display:none;
      }
}

.mobile-fm-logo {
      max-width:160px;
      display:block;
      float:left;
      max-height:35px;
      margin-left:10px;
      margin-top:4px;
}

.mobile-button {
      display:none;
      padding: 5px 10px;
      background:#009b48;
      color:white;
      float:right;
      margin-right:10px;
      margin-top:5px;
}

.mobile-button:hover {
      background:rgba(40,40,40,  1);
      text-decoration:none;
}

#mobile-nav {
      display:none;
}

@media all and (max-width:767px) {
      .mobile-button {
            display:block;
      }
}

/*******************

      Navigation

********************/

.full-container {
      padding-left:50px;
      padding-top:34px;
}

.site_main {
      background:#f6fff6;
      padding:0;
}

.side-menu {
      position:fixed;
      top:50px;
      left:0;
      right:0;
      bottom:0;
      width:50px;
      z-index:99;
}

.side-menu .main-nav {
      position:relative;
      height:100%;
      display:block;
      position: relative;
      width:50px;
      background:white;
      color:white;
      height:100%;
}

@media all and (max-width:767px) {
      .side-menu {
            display:none;
      }
      .full-container {
            padding-left:0;
            padding-top:15px;
      }
      header {
            position:relative;
            height:auto;
      }
}

@media all and (min-width:767px) {
      #mobile-nav {
            display:none!important;
      }
}

.main-nav ul {
      list-style:none;
      padding-left:0;
      margin:0 auto;
      max-width:1200px;
      position:relative;
      height:100%;
}

.main-nav ul#master-ul {
      -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
      -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
      box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
      width:45px;
      border-left:5px solid #009b48;
}

.main-nav ul .menu-item {
      font-size:17px;
      background:white;
      color:#6499c7;
      border-bottom:2px solid #f1f1f1;
}

.main-nav ul .menu-item a {
      padding:10px 0px;
      display:block;
      text-align:center;
}

.main-nav ul li.menu-item i {
      color:#6499c7;
}

.main-nav ul .menu-item:hover,
.main-nav ul .menu-item.selected {
      background: #009b48;
      border-bottom:2px solid #006830;
      text-decoration:none;
      color:white;
}

.main-nav ul .menu-item:hover i,
.main-nav ul .menu-item.selected i {
      color:white;
}

.main-nav ul li ul.main-nav-sub {
      display:block;
      position:absolute;
      left:-300px;
      top:0;
      width:300px;
      background:#EEEEEE;
      color:#333;
      height:100%;
      z-index:-10;
      transition:left 0.3s;
      -webkit-box-shadow: 1px 0px 15px 0px rgba(0,0,0,0.35);
      -moz-box-shadow: 1px 0px 15px 0px rgba(0,0,0,0.35);
      box-shadow: 1px 0px 15px 0px rgba(0,0,0,0.35);
      overflow:scroll;
}

.main-nav ul li:hover ul.main-nav-sub {
      left:45px;
}

.main-nav ul li ul.main-nav-sub h3 {
      padding:10px 0px;
      width:100%;
      margin:0;
      background:#456886;
      color:white;
      text-align:center;
}

.main-nav ul li ul.main-nav-sub div.sub-list-items {
      padding:10px 0;
      color:#333;
      width:100%;
      text-align:left;
      font-size:15px;
}

.main-nav ul li ul.main-nav-sub div.sub-list-items li a {
      padding:5px 5px 5px 10px;
      text-align:left;
      text-decoration:none;
      border-bottom:1px solid #dedede;
      color:#6e6e6e;
}

.main-nav ul li ul.main-nav-sub div.sub-list-items li a:hover {
      background:#dedede;
      color:#2C4470;
}

span.italic {
      font-style:italic;
}

#mobile-nav {
      margin-bottom:10px;
      padding:0 10px;
}

#mobile-nav ul {
      list-style:none;
      padding:10px 20px;
      margin:0 auto;
      background:white;
}

#mobile-nav ul .menu-item {
      font-size:14px;
      color:#333;
      text-align:center;
}

#mobile-nav ul li {
      border-bottom:1px solid #547fa4;
      padding:5px 0;
}

#mobile-nav ul a.last-item li {
      border-bottom:none;
}

#mobile-nav ul .menu-item li:hover,
#mobile-nav ul .menu-item li.selected,
#mobile-nav ul a.menu-item:hover {
      background: #009b48;
      text-decoration:none;
      color:white;
}

#mobile-nav ul a.selected li {
      background:#009b48;
      color:white;
}

@media all and (max-width:767px) {
      .main-nav {
            display:none;
      }
}

.main-nav ul li:hover ul {
      display:block;
}

.sub-contain {
      display:block;
      position:relative;
      float:left;
}

.sub-menu {
      display:none;
      position:absolute;
      top:100%;
      background:#ffffff;
      min-width:200px;
      border-bottom:1px solid #009b48;
      border-left:1px solid #009b48;
      border-right:1px solid #009b48;
}

.sub-menu a {
      display:block;
      padding:10px 15px;
      font-size:14px;
      background:#ffffff;
      color:#333;
      text-decoration:none;
}

.sub-menu a:hover,
.sub-menu a.selected {
      background: #009b48;
      text-decoration:none;
      color:white;
}



/*******************

      Page Layout

********************/

.content-area {
      padding: 10px 10px 0;
      margin:auto;
      margin-top:15px;
}

.content-area h1 {
      margin-top:0;
}

.content-area h2,
.content-area h1 {
      color:#4a4a4a;
      padding-left:15px;
}

.content-area h1 span.asset-type,
.content-area h1 span.priority-type {
      color:#333;
      font-size:0.8em;
}

@media all and (min-width:1200px) {
	.content-area {
		padding:10px 20px 0px;
	}
}

@media all and (max-width:767px) {
      .content-area {
            margin-top:0;
            padding-top:0;
      }
      
      .content-area h2,
      .content-area h1,
      .building-list h1,
      .building-view-list h1,
      div.create-building h1,
      .tenant-main-information h1,
      .room-list h1,
      .room-view-list h1,
      div.create-room h1,
      .task-list h1,
      div.create-task h1,
      .floor-list h1,
      .floor-view-list h1,
      div.create-floor h1, {
            padding-left:0;
            font-size:1.5em;
      }
      .content-area h1 span.asset-type,
      .content-area h1 span.priority-type {
            font-size:0.7em;
      }
      .home-container .item_title {
            font-size:15px;
      }
      .home-container .item_value {
            font-size:28px;
      }
      div.container .item_title {
            font-size: 14px;
      }
      div.container .item_value {
            font-size: 15px;
      }
      table tr td.hide-mobile,
      table tr th.hide-mobile {
            display:none;
      }
}

/*******************

      Create Layout

********************/

.create-container .item_title {
      font-size:25px;
}

.create-container a .item_section {
      color: #333;
      transition: all 0.5s;
}

.create-container {
      width:100%;
}

.create-container i {
      margin-bottom: 5px;
}

.create-container .item_section {
      width:45%;
      float:left;
      text-align:center;
      margin:     0 2% 40px 2%;
      padding:40px 0;
      background:#ffffff;
      /* border: 1px solid #dedede; */
      box-shadow: 2px 2px 1px #dedede;
}

@media all and (max-width:767px) {
      .create-container .item_section {
            margin:0 2% 15px 2%;
      }
}

.create-container a .item_section:hover {
      background: rgba(40, 40, 40,  0.65);
      color:white;
}

.create-container a .item_section:hover i.fa {
	color:white;
}

.success_message {
      margin-bottom:15px;
}

.created_room_name {
      color:#4a4a4a;
      font-weight:bold;
}

input[type=text],
input[type=email],
input[type=input],
input[type=date],
input[type=number],
input[type=submit],
input[type=tel],
input[type=time],
input[type=password],
select,
textarea {
  margin-top: 5px;
  min-width: 350px;
  font-family: 'Merriweather Sans', sans-serif;;
  font-size: 16px;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: none;
  padding: 5px 5px;
  border: 1px solid #cccccc;
  border-bottom: solid 2px #c9c9c9;
  transition: all 0.45s;
}

.desktop-update-form input[type=text],
.desktop-update-form input[type=email],
.desktop-update-form input[type=input],
.desktop-update-form input[type=date],
.desktop-update-form input[type=number],
.desktop-update-form input[type=submit],
.desktop-update-form input[type=tel],
.desktop-update-form input[type=time],
.desktop-update-form select,
.desktop-update-form textarea {
  width: 100%;
  min-width:199px;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-bottom: solid 2px #4a4a4a;
}

input[readonly] {
      border:none;
      border-bottom: solid 2px #4a4a4a;
}

input[readonly]:hover {
      border-bottom: solid 2px #4a4a4a;
}

input:hover,
select:hover,
textarea:hover {
  outline: none;
  border-bottom: solid 2px #4a4a4a;
}

input[type=submit] {
      background:#ececec;
      padding:10px;
      
}

input[type=submit]:hover {
      background:#4a4a4a;
      color:white;
      border-bottom:solid 2px #4a4a4a;
}

@media all and (max-width:767px) {
      input[type=text], input[type=email], input[type=input], input[type=date], input[type=number], input[type=submit], input[type=tel], select, textarea {
            width:100%;
            min-width:inherit;
      }
}

.create-indent {
	margin-left:30px;
}

@media all and (max-width:1024px) {
	input[type=text], input[type=email], input[type=input], input[type=date], input[type=number], input[type=submit], input[type=tel], input[type=time], select, textarea {
		min-width:199px;
	}
}

/*******************

      Worksheet Layout

********************/

.worksheet-left {
      float:left;
      width:48%;
      margin-right:2%;
}

.worksheet-left input[type=input],
.worksheet-left input[type=email],
.worksheet-left input[type=text],
.worksheet-left input[type=password],
.worksheet-left select,
.worksheet-left textarea,
.worksheet-right input[type=input],
.worksheet-right input[type=email],
.worksheet-right input[type=text],
.worksheet-right input[type=password],
.worksheet-right select,
.worksheet-right textarea {
	width:100%;
	min-width:200px;
}

.worksheet-left input[type=text],
.worksheet-right input[type=text],
.worksheet-full textarea {
      width:100%;
}

.worksheet-full textarea {
      height:200px;
}

.worksheet-full label {
      font-weight:bold;
      margin-left:10px;
}

.worksheet-right {
      float:right;
      width:48%;
      margin-left:2%;
}

.worksheet-full {
      width:100%;
}

.worksheet-button input {
      width:80%;
      margin:auto;
      display:block;
}

@media all and (max-width:625px) {
      .worksheet-left,
      .worksheet-right {
            float:none;
            margin:0;
            width:100%;
      }
      
      .worksheet-left.mob-width {
      		float:left;
      		width:48%;
      		margin-right:2%;
      }
      
      .worksheet-right.mob-width {
      		float:right;
      		width:48%;
      		margin-left:2%;
      }
}


/*******************
      
      404 Layout

********************/

.error-page {
      background:#ffffff;
      /* border: 1px solid #dedede; */
      box-shadow: 2px 2px 1px #dedede;
      padding:10px;
}

.error-page h1 {
      padding-left:15px;
      color:#4a4a4a;
}

/*******************

      Footer

********************/

footer {
      margin:auto;
      max-width:1200px;
      padding-bottom:15px;
      font-family:'Oxygen', sans-serif;
}

.copyright_band {
      text-align:center;
      width:100%;
}

.tower-footer-logo {
      max-width:50px;
      display:inline-block;
      position: relative;
{