/* Debug 
* {
    outline: solid 1px red;
}*/

/* Glyphicons */
@font-face{font-family:'Glyphicons Regular';src:url('../fonts/glyphicons-regular.eot');src:url('../fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-regular.woff2') format('woff2'),url('../fonts/glyphicons-regular.woff') format('woff'),url('../fonts/glyphicons-regular.ttf') format('truetype'),url('../fonts/glyphicons-regular.svg#glyphiconsregular') format('svg')}.glyphicons{display:inline-block;font-family:'Glyphicons Regular';font-style:normal;font-weight:normal;line-height:1;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicons:before{display:inline-block;padding:0px 0px}.glyphicons.x05{font-size:12px}.glyphicons.x2{font-size:48px}.glyphicons.x2:before{padding:8px 12px}.glyphicons.x3{font-size:72px}.glyphicons.x3:before{padding:16px 20px}.glyphicons.x4{font-size:96px}.glyphicons.x4:before{padding:20px 28px}.glyphicons.x5{font-size:120px}.glyphicons.x5:before{padding:28px 36px}.glyphicons.light:before{color:#f2f2f2}.glyphicons.drop:before{text-shadow:-1px 1px 3px rgba(0,0,0,0.3)}.glyphicons.flip{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.glyphicons.flipv{-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV"}.glyphicons.rotate90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.glyphicons.rotate180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.glyphicons.rotate270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}
.glyphicons-car:before{content:"\E006"}
.glyphicons-keys:before{content:"\E045"}
.glyphicons-address-book:before{content:"\E089"}
.glyphicons-package:before{content:"\E412"}
.glyphicons-visitor-tag:before{content:"\E621"}
.glyphicons-claw-hammer:before{content:"\E375"}
.glyphicons-envelope:before{content:"\E011"}
.glyphicons-time:before{content:"\E055"}
.glyphicons-calendar:before{content:"\E046"}
.glyphicons-question:before{content:"\E195"}
.glyphicons-tv:before{content:"\E578"}
.glyphicons-user:before{content:"\E004"}
.glyphicons-bullhorn:before{content:"\E356"}
.glyphicons-comments:before{content:"\E310"}
.glyphicons-list:before{content:"\E115"}
.glyphicons-briefcase:before{content:"\E342"}
.glyphicons-book:before{content:"\E072"}
.glyphicons-bell::before{content:"\E334"}
.glyphicons-folder-open:before{content:"\E145"}
/* Toastr */
#toast-container > div {
    opacity: 1!important;
}

.help-block { margin-top: 0px; margin-bottom: 0px; }

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  padding-top: 52px;
}

body.noticeboard #table_sort_info {
    display: none;
}

body.offline {
    background-color: #000;
    color: #fff;
}
.cursor-pointer {
    cursor: pointer;
}
a {
    color: #1abc9a;
}

a:hover {
    color: #000000;
}

.centered {
   text-align: center;
}
.centered > div {
   float: none;
   display: inline-block;
   text-align: left;
}

h3 {
    font-size: 20px;
}

.form-control:focus {
    border-width: 2px;
}

.addbold td{font-weight:bold;}

/*.alert-checkbox {
    width: 25px;
    height: 25px;
}*/

.navbar {
    margin-bottom: 30px;
}

.navbar-nav {
    float: right;
    text-transform: uppercase;
    font-size: 12px;
}

.label.label-danger.header-count {
    padding: .2em .4em;
    position: relative;
    left: -5px;
    top: -12px;
}

.label.label-danger.header-count.resident {
    padding: .2em .4em;
    position: relative;
    left: -15px;
    top: -12px;
}

a.dropdown-toggle>span.label.label-danger.header-count,
a.dropdown-toggle>span.label.label-danger.header-count:hover,
a.dropdown-toggle>span.label.label-danger.header-count:active {
    color: #fff;
    text-decoration: none;
}

ul.nav > li > a > span.glyphicon-home {
    line-height: 20px;
}

#navbar .glyphicons,
#navbar .glyphicon {
    font-size: 24px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #efb73d;
}

.dropdown-menu {
    font-size: 1.1em;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #1abc9c;
    color: #fff!important;
}

.logo {
    position: relative;
    top: -15px;
    margin: 0;
    padding: 0;
    max-height: 50px;
}

/* .dashboard-banner {
    background-image: url('/images/intergate_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
} */

.dashboard-banner-text-holder {
    z-index: 15;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.dashboard-banner-heading {
    font-size: 34px;
    color: #fff;
}

.dashboard-banner-subheading {
    font-size: 18px;
    color: #fff;
}

.dashboard-banner-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
}

.panel {
    border-radius: 15px;
}

.panel-heading {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.dashboard-panel-title {
    margin-top: 0px;
    color: #000;
    font-size: 16px;;
}
.panel-heading-box {
    position:relative;
    top:-25px
}
.panel-heading-box-photo {
    position:relative;
    top:-10px
}
.panel-heading-box>a:hover,
.panel-heading-box-photo>a:hover {
    text-decoration: none;
}
.dashboard-panel-heading {
    color: white;
    font: 600 12px/20px 'Montserrat', Sans-Serif;
    background: #000000;
    padding: 10px;
    border-radius: 6px;
}
.dashboard-panel-heading:hover {
    background: #1abc9a;
}
.panel.panel-default.widget>.panel-footer {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}
.doc-download {
    color: #1abc9a;
    font-size: 1.5em;
    margin-top: 5px;
}
.doc-download:hover {
    color: #000;
}
.media-heading {
    color: #000;
}
.media-heading:hover {
    color: #1abc9a;
}
.doc_title>h4 {
    color: #000;
}
.doc_title>h4:hover {
    text-decoration: none;
    color: #1abc9a;
}
a.calendar-link,
a.doc-link,
a.help-link {
    text-decoration:none;
    color:inherit;
}
a.calendar-link:hover,
a.doc-link:hover,
a.help-link:hover {
    text-decoration:none;
    color:inherit;
}
a.calendar-link>h4.media-heading:hover,
a.doc-link>h4.media-heading:hover,
a.help-link>h4.media-heading:hover {
    text-decoration: none;
    color: #1abc9a;
}
a.help-link>h4.media-heading {
    font-size:14px;
}
.latest-messages-col-header {
    text-transform: uppercase;
    color: #777;
    font-size: 12px;
}

.panel.panel-default.widget>.panel-footer>a {
    color: #1abc9a;
    text-decoration: none
}

.panel.panel-default.widget>.panel-footer>a:hover {
    color: #000;
    text-decoration: none
}

.calendar {
    width: 50px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    border-radius: .375rem;
}

.calendar .calendar-month {
    background-color: #e63757;
    color: #fff;
    border-radius: .375rem .375rem 0 0;
    padding: .25rem;
    font-weight: 600;
}

.calendar .calendar-day {
    font-size: 1.728rem;
    padding: .25rem;
    border: .125rem solid rgba(230,55,87,.3);
    border-top: 0;
    border-radius: 0 0 .375rem .375rem;
    color: #9da9bb;
    font-weight: 700;
}

.page-header {
    margin-top: 30px;
}

ol.breadcrumb > li {
    font-weight: 900;
}

.breadcrumb {
    border: 1px #ccc dashed;
    background-color: #fff;
}

table {
    background-color: #fff;
}

.fc-content-skeleton > table {
    background-color: transparent;
}

.btn-table {
    line-height: 1.5;
}

.btn-table-checkin {
    width: 104px;
}

.btn-table-key-in {
    width: 91px;
}

.footer {
  /* Set the fixed height of the footer here */
  position: absolute;
  bottom: 0;
  /*height: 60px;*/
  margin-top: 45px;;
  font-size: 10px;
  width: 100%;
  background-color: #f5f5f5;
}

.footer-links-left {
    float: left;
}

.footer-links-right {
    float: right;
}

.container-fluid .text-muted {
    color: #333;
    margin: 20px 0;
    text-transform: uppercase;
}

p.text-muted .text-divider {
    margin: 0 7px;
}

.gold {
    color: #efb73d;
}

.black {
    color: #000 !important;
}

.light-grey {
    color: #ccc;
}
.grey {
    color: #888;
}

.table>tbody>tr>td {
    vertical-align: middle;
}

.shadow {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #EAF7FB;
}

.hero {
    margin-bottom: 30px;
}

.dashboard-panel {
    padding: 5px 0;
}

.dashboard-panel .panel.panel-default:hover {
    background-color: #f5f5f5;
}

.dashboard-panel>.panel.panel-default.widget:hover {
    background-color: #ffffff;
}

.dashboard-panel .panel.panel-default {
    -webkit-box-shadow: 0 7px 14px 0 rgba(65,69,88,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    box-shadow: 0 7px 14px 0 rgba(65,69,88,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}

a.kb-category, .kb-category {
    background-color: #eeeeee;
    color:#000;
    font-weight: bold;
}

span.glyphicon.glyphicon-chevron-right.pull-right {
    color: #1abc9a !important;
    font-size: 0.8em;
    line-height: 1.6em;
}

h2 {
    color: #1abc9a;
}

a h3 {
    color: #1abc9a;
    margin-bottom: 4px;
}

a h3:hover {
    color: #1abc9a;
    -moz-text-decoration-color: #1abc9a; /* Code for Firefox */
    text-decoration-color: #1abc9a;
}

#wednesday {
    margin-right: 30px;
}

#thursday {
    margin-right: 20px;
}

.day {
    background-color: #EAFAF1;
}

.found_in a, .found_in {
    font-weight: bold;
    color: #777777;
}

.search_results_extract {
    color: #000000;
    margin-top: 25px;
}

.list-group-item .glyphicon {
    color: #000;
}

.article-meta {
    color: #cecece;
}

.btn-success {
    background-color: hsl(195, 60%, 35%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#28a745", endColorstr="#218838");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#28a745), to(#218838));
    background-image: -moz-linear-gradient(top, #28a745, #218838);
    background-image: -ms-linear-gradient(top, #28a745, #218838);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #28a745), color-stop(100%, #23748e));
    background-image: -webkit-linear-gradient(top, #28a745, #218838);
    background-image: -o-linear-gradient(top, #28a745, #218838);
    background-image: linear-gradient(#28a745, #218838);
    border-color: #1e7e34 #218838 hsl(195, 60%, 32.5%);
    color: #fff !important;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}

.btn-success:hover {
    background-color: hsl(195, 60%, 35%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#218838", endColorstr="#28a745");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#218838), to(#28a745));
    background-image: -moz-linear-gradient(top, #218838, #28a745);
    background-image: -ms-linear-gradient(top, #218838, #28a745);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #218838), color-stop(100%, #28a745));
    background-image: -webkit-linear-gradient(top, #218838, #28a745);
    background-image: -o-linear-gradient(top, #218838, #28a745);
    background-image: linear-gradient(#218838, #28a745);
    border-color: #218838 #1e7e34 hsl(195, 60%, 32.5%);
    color: #fff !important;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}

.btn-info {
    background-color: hsl(195, 60%, 35%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d95b7", endColorstr="#23748e");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#2d95b7), to(#23748e));
    background-image: -moz-linear-gradient(top, #2d95b7, #23748e);
    background-image: -ms-linear-gradient(top, #2d95b7, #23748e);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d95b7), color-stop(100%, #23748e));
    background-image: -webkit-linear-gradient(top, #2d95b7, #23748e);
    background-image: -o-linear-gradient(top, #2d95b7, #23748e);
    background-image: linear-gradient(#2d95b7, #23748e);
    border-color: #23748e #23748e hsl(195, 60%, 32.5%);
    color: #fff !important;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}

.btn-info:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#23748e", endColorstr="#2d95b7");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#23748e), to(#2d95b7));
    background-image: -moz-linear-gradient(top, #23748e, #2d95b7);
    background-image: -ms-linear-gradient(top, #23748e, #2d95b7);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #23748e), color-stop(100%, #2d95b7));
    background-image: -webkit-linear-gradient(top, #23748e, #2d95b7);
    background-image: -o-linear-gradient(top, #23748e, #2d95b7);
    background-image: linear-gradient(#23748e, #2d95b7);
    border-color: #23748e #23748e hsl(195, 60%, 32.5%);
}

.btn-danger {
    background-color: hsl(0, 69%, 37%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dd4545", endColorstr="#9f1d1d");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#dd4545), to(#9f1d1d));
    background-image: -moz-linear-gradient(top, #dd4545, #9f1d1d);
    background-image: -ms-linear-gradient(top, #dd4545, #9f1d1d);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd4545), color-stop(100%, #9f1d1d));
    background-image: -webkit-linear-gradient(top, #dd4545, #9f1d1d);
    background-image: -o-linear-gradient(top, #dd4545, #9f1d1d);
    background-image: linear-gradient(#dd4545, #9f1d1d);
    border-color: #9f1d1d #9f1d1d hsl(0, 69%, 32%);
    color: #fff !important;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}

.btn-danger:hover {
    background-color: hsl(0, 69%, 37%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9f1d1d", endColorstr="#dd4545");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#9f1d1d), to(#dd4545));
    background-image: -moz-linear-gradient(top, #9f1d1d, #dd4545);
    background-image: -ms-linear-gradient(top, #9f1d1d, #dd4545);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9f1d1d), color-stop(100%, #dd4545));
    background-image: -webkit-linear-gradient(top, #9f1d1d, #dd4545);
    background-image: -o-linear-gradient(top, #9f1d1d, #dd4545);
    background-image: linear-gradient(#9f1d1d, #dd4545);
    border-color: #9f1d1d #9f1d1d hsl(0, 69%, 32%);
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #ddd;
    color: #000;
    /*background-color: hsl(41, 85%, 35%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efb73d", endColorstr="#a5750d");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#efb73d), to(#a5750d));
    background-image: -moz-linear-gradient(top, #efb73d, #a5750d);
    background-image: -ms-linear-gradient(top, #efb73d, #a5750d);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efb73d), color-stop(100%, #a5750d));
    background-image: -webkit-linear-gradient(top, #efb73d, #a5750d);
    background-image: -o-linear-gradient(top, #efb73d, #a5750d);
    background-image: linear-gradient(#efb73d, #a5750d);
    border-color: #a5750d #a5750d hsl(41, 85%, 29%);
    color: #fff !important;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;*/
}

.field-display {
    padding-top: 7px;
}

.top-buffer {
    margin-top:20px;
}

.bottom-buffer {
    margin-bottom: 20px;
}

.both-buffer {
    margin-top:20px;
    margin-bottom:20px;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
}
/* Custom rules for login page */

.login-holder {
    padding-top: 20px;
    height: 100vh;
}

.background-holder {
    height: 1067px;
    background-image: url('/images/intergate_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
}

body.login {
    /*background-image: url('../images/intergate_bg.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    padding-top: 0px;
}
body.login .main-login {
    margin-top: 60px;
    margin-bottom: 60px;
}body.login .box-login, body.login .box-forgot, body.login .box-register {
    background: #FFFFFF;
    /*background: rgba(255, 255, 255, 0.95);*/
    border-radius: 5px;
    box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
    overflow: hidden;
    padding: 15px;
}
.box-login>a>img {
    height: 40px;
}

.no-display {
    display: none;
}span.input-icon, span.input-help {
    display: block;
    position: relative;
}.input-icon > [class*="fa-"], .input-icon > [class*="clip-"] {
    bottom: 0;
    color: #909090;
    display: inline-block;
    font-size: 14px;
    left: 5px;
    line-height: 3.3;
    padding: 0 3px;
    position: absolute;
    top: 0;
    z-index: 2;
}body.login .box-forgot, body.login .box-register, body.login .box-login {
    display: none;
}body.login .box-login, body.login .box-forgot, body.login .box-register {
    background: #FFFFFF;
    /*background: rgba(255, 255, 255, 0.95);*/
    border-radius: 5px;
    box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
    overflow: hidden;
    padding: 15px;
}.input-icon > input {
    padding-left: 25px;
    padding-right: 6px;
}body.login .form-actions {
    padding: 10px 0px 20px 0px;
    display: block;
}body.login {
    color: #7F7F7F;
}body.login label {
    color: #7F7F7F;
    font-size: 14px;
    margin-top: 5px;
}body.login .new-account {
    border-top: 1px dotted #EEEEEE;
    margin-top: 40px;
    padding-top: 10px;
    display: block;
}
body.login .forgot-password {
    border-top: 1px dotted #EEEEEE;
    margin-top: 15px;
    padding-top: 10px;
    display: block;
    clear: both;
}
body.login .password-request {
    border-top: 1px dotted #EEEEEE;
    margin-top: 40px;
    padding-top: 10px;
    display: block;
    clear: both;
}body.login .copyright {
    font-size: 11px;
    margin: 0 auto;
    padding: 10px 10px 0;
    text-align: center;
}

.login-copyright {
    margin-top: 60px;
    padding: 15px;
    font-size: 0.8em;
}

.login-copyright>div>p>a {
    color: #7F7F7F;
}

.login-copyright>div>p>a:hover {
    text-decoration: underline;
}

.login-background {
    background: rgb(112,123,124);
    background: linear-gradient(90deg, rgba(112,123,124,1) 0%, rgba(204,209,209,1) 100%);
}

.login-terms-separator {
    color: #fff;
}

.event-category {
    border-radius: 5px;
    padding: 5px;
    position: relative;
    margin: 5px;
    font-weight: bold;
    color: #fff;
    font-size: 0.9em;
}

.kb-content p {color:#212121;font-size: 15px; line-height: 1.6; margin: 15px 0 0 15px;}
.kb-content ul, .kb-content ol {font-size: 15px;margin: 20px 0 0 20px;}
.kb-content ul>li, .kb-content ol>li {line-height: 22px;margin-bottom: 16px;}
.kb-content img {margin: 0px 20px 20px 20px}
.kb-content h1 {font-size:36px; line-height: 1.2em; letter-spacing: -0.35px; margin: 0 1em 1.2em 0}
.kb-content h2 {font-size:24px; line-height: 32px; margin: 9px 0}
.kb-content h3 {font-size:18px; line-height: 24px; margin: 9px 0}
.kb-content h4 {font-size:17px; line-height: 24px; margin: 0.5em 0 1.25em}
.kb-content h5 {font-size:14px; line-height: 20px; margin: 0.5em 0 1.25em}
.kb-content h6 {font-size:12px; line-height: 18px; margin: 0.5em 0 1.25em}
.kb-content hr {margin-top: 25px; margin-bottom: 25px;}

/* Customise display of nav collapse */
/* .navbar-toggle:before {
content:"MENU";
left:-2px;
top:0px;
position:absolute;
width:50px;
color: #fff;
font-size: 0.8em;
font-weight: bold;
background-color: transparent;
padding: 9px 10px;
border-radius: 4px;
} */

.navbar-inverse .navbar-toggle {
    border: 0px !important;
    /* padding-left: 55px; */
    /* background-color: #333; */
}

div.timeline {
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
div.timeline .columns > li.turnleft {
    float: left;
    width: 50%;
    clear: left;
    /*margin-top: 20px;*/
}
div.timeline .columns > li.turnright {
    float: right;
    width: 50%;
    clear: right;
}
div.timeline div.date_separator {
    clear: both;
    height: 60px;
    position: relative;
    text-align: center;
}
div.timeline div.date_separator span {
    border-radius: 5px 5px 5px 5px;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: -16px;
    position: absolute;
    top: -200%;
    transition: all 0.3s linear 0s;
    width: 200px;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    border: 1px solid #BBBBBB;
    background-color: #FFFFFF;
    color: #666666;
}
div.timeline div.spine {
    border-radius: 2px 2px 2px 2px;
    position: absolute;
    top: 0;
    transition: bottom 0.5s linear 0s;
    width: 4px;
    left: 50%;
    margin-left: -2px;
    bottom: 0;
    background-color: #CCCCCC;
}
div.timeline_element {
    border-radius: 5px 5px 5px 5px;
    clear: both;
    margin: 10px 0;
    opacity: 0;
    position: relative;
    transition: all 0.2s linear 0s;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #000000;
    text-shadow: none;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
div.timeline_element:hover {
    border: 1px solid #AAAAAA;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
div.timeline .columns {
    margin: 0;
    padding: 0;
    list-style: none;
}
div.timeline .columns > li.turnleft div.timeline_element {
    float: right;
    left: 10%;
    margin-right: 30px;
    left: 0;
    opacity: 1;
}
div.timeline .columns > li.turnright div.timeline_element {
    float: left;
    margin-left: 30px;
    right: 10%;
    opacity: 1;
    right: 0;
}
div.timeline div.column_center div.timeline_element {
    margin: 20px auto;
    opacity: 1;
}

div.timeline_element:before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 26px;
    border-top: 1px dashed #CCCCCC;
}
div.timeline .columns > li.turnleft div.timeline_element:before {
    right: -27px;
    top: 15px;
}
div.timeline .columns > li.turnright div.timeline_element:before {
    left: -27px;
    top: 15px;
}
div.timeline div.column_center div.timeline_element:before {
    display: none;
}
div.timeline_element:after {
    border-radius: 100% 100% 100% 100%;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    width: 10px;
    background-color: #BBBBBB;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
div.timeline_element:hover:after {
    z-index: 100;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    z-index: 100;
}
div.timeline .columns > li.turnleft div.timeline_element:after {
    right: -36px;
    top: 10px;
}
div.timeline .columns > li.turnright div.timeline_element:after {
    left: -36px;
    top: 10px;
}

div.timeline.center div.column_center div.timeline_element:after {
    display: none;
}

.ie8 div.timeline_element:after {
    display: none;
}
.ie8 div.timeline_element:before {
    display: none;
}

div.timeline_element div.timeline_title {
    font-size: 10px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    color: #AAAAAA;
}
div.timeline_element div.title span.timeline_label {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div.timeline_element div.timeline_title span.timeline_date {
    float: right;
}

div.timeline_element div.content {
    font-size: 13px;
    padding: 0 10px 10px;
}

div.timeline_element div.readmore {
    font-size: 12px;
    padding: 10px;
    text-align: right;
}

div.timeline div.description_container {
    height: 80px;
    margin: 5px 5px 5px 90px;
    overflow: hidden;
}

div.timeline_element.teal {
    background-color: #569099;
    border-color: #4D8189;
    color: #FFFFFF;
}
div.timeline_element.teal:after {
    background-color: #569099;
}
div.timeline_element.teal:hover:after {
    background-color: #FFFFFF;
    border: 1px solid #569099;
    z-index: 100;
}
div.timeline_element.teal div.timeline_title {
    color: #EEEEEE;
}
div.timeline_element.green {
    background-color: #3D9400;
    border-color: #327B00;
    color: #FFFFFF;
}
div.timeline_element.green:after {
    background-color: #3D9400;
}
div.timeline_element.green:hover:after {
    background-color: #FFFFFF;
    border: 1px solid #3D9400;
    z-index: 100;
}
div.timeline_element.green div.timeline_title {
    color: #EEEEEE;
}
div.timeline_element.bricky {
    background-color: #C83A2A;
    border-color: #B33426;
    color: #FFFFFF;
}
div.timeline_element.bricky:after {
    background-color: #C83A2A;
}
div.timeline_element.bricky:hover:after {
    background-color: #FFFFFF;
    border: 1px solid #C83A2A;
    z-index: 100;
}
div.timeline_element.bricky div.timeline_title {
    color: #EEEEEE;
}
div.timeline_element.purple {
    background-color: #57517B;
    border-color: #413D5C;
    color: #FFFFFF;
}
div.timeline_element.purple:after {
    background-color: #57517B;
}
div.timeline_element.purple:hover:after {
    background-color: #FFFFFF;
    border: 1px solid #57517B;
    z-index: 100;
}
div.timeline_element.purple div.timeline_title {
    color: #EEEEEE;
}

/* XS Devices */
@media (max-width: 767px) {
    .dashboard {
        padding: 2px;
        text-transform: uppercase;
    }

    .center-xs {
        text-align: center;
    }

    h3.black.center-xs {
        font-size: 16px;
    }

    .dashboard-panel-title {
        font-size: 14px;
        text-transform: uppercase;
        /*color: #98a6ad*/
    }

    .dashboard-panel-title:hover {
        color: #1abc9a;
    }

    .building_manager_photo {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .building_manager_contact>.media, .building_manager_quote>blockquote {
        text-align: center;
    }

    .building_manager_contact_details {
        line-height: 30px
    }

    .table-responsive {
        border: 0px;
    }
    .fc-today-button {
        display: none;
    }
    .fc-center {
        margin-top: 15px;
    }
    .navbar {
        margin-bottom: 0px;
    }
    .nav-pills>li>a {
        border-radius: 0px;
        background-color: #eee;
    }
    .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
        background-color: #1abc9a;
    }
        div.timeline .columns li {
        float: none !important;
        width: 100% !important;
    }
        div.timeline_element {
        margin: 20px auto !important;
        width:100%
    }
    footer .container-fluid p {
        float: none !important;
        text-align: center;
    }

    table.dataTable>tbody>tr>td.control {
        padding: 16px 30px 16px 16px;
    }

}

/* Medium Devices */
@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 40px;
        border-bottom: 1px solid #000;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
        background-color: #fff;
        line-height: 40px;
        border-bottom: 1px solid #e6e6e6;
    }
    .navbar-nav .open .dropdown-menu {
        margin-top: -5px;
        width: 100%;
        padding: 0px;
        position: static;
        float: none;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        background-color: #1abc9c;
    }
}

/* Small Devices */
@media (min-width: 768px) {
    .login-holder {
        padding: 50px;
    }
    .footer-right {
        float: right!important;
        text-align: right;
    }
    body {
        padding-top: 80px;
    }
    .navbar-toggle:after {
        content:"MENU";
        top:4px;
        position:absolute;
        width:50px;
        color: #fff;
        font-size: 1.2em;
        font-weight: bold;
        background-color: transparent;
        padding: 9px 10px;
        border-radius: 4px;
    }
}

/* Medium Devices */
@media (min-width: 992px) {
    .login-holder {
        padding: 40px 75px;
    }
    .footer-right {
        float: right!important;
        text-align: right;
    }
    body {
        padding-top: 80px;
    }
}

/* Large Devices */
@media (min-width: 1199px) {
    /*.logo {
        max-height: 52px;
    }*/
    body {
        padding-top: 100px;
    }
    
    p.text-muted .text-divider {
    margin: 0 20px;
    }
    .footer-right {
        float: right!important;
        text-align: right;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
        background-color: #fff;
        line-height: 40px;
        border-bottom: 1px solid #e6e6e6;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
}

/* Laptop Screens: Smaller input field font  */
@media (min-width: 1200px) and (max-width: 1400px) {
    .form-control.input-lg {
        font-size: 14px;
    }
    .footer-right {
        float: right!important;
        text-align: right;
    }
}

.inline-block {display: inline-block;}



/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 13px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
  float: left;
  outline: 0;
}
/*.hamburger:hover {
    opacity: 0.7; 
}
.hamburger.is-active:hover {
    opacity: 0.7; 
}*/
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #f6f6f6; 
}
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 1px;
    background-color: #f6f6f6;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}
.hamburger-inner::before {
    top: -10px; 
}
.hamburger-inner::after {
    bottom: -10px; 
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; 
}
.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  width: 30px;
}
.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; 
}
.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}


@media (min-width: 767px) and (max-width: 1199px) {
    #navbar{
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
    max-height: 90vh;
}
.mobile-menu-close{
    height: 50px;
    transition: height 0.3s ease-in;
}
.mobile-menu-open{
    height: 100vh;
    transition: height 0.3s ease-out;
}
#navbar{
    margin-left: -15px;
    margin-right: -15px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 40px;
    border-bottom: 1px solid #000;
}

.navbar-nav .open .dropdown-menu {
    margin-top: -5px;
    width: 100%;
    padding: 0px;
    position: static;
    float: none;
}
.navbar-header {
  float: none;
}
.navbar-toggle {
  display: block;
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-nav {
  float: none!important;
}
.navbar-nav>li {
  float: none;
}
.navbar-collapse.collapse.in{
  display:block !important;
}

#right-menu{
    display:inline-block; 
    float:right!important; 
    margin:0;
    padding-top: 5px;
}
#right-menu ul{
    margin-top:15px;
}
#right-menu li{
    display:inline;
}

#right-menu li a span.glyphicons{
    color: #ffffff;
}
#right-menu li a span.glyphicons:hover{
    color: #1abc9a;
    text-decoration: none;
}
#right-menu li a span.glyphicons:focus {
    outline: 0;
}

#notificationsmenu>.dropdown-toggle:hover {
    text-decoration: none;
}
.navbar-brand{
    position: absolute;
    left: 45%;
}
@media (max-width: 640px) {
    .navbar-brand{
        left: 35%;
    }
}

.disabled{
    pointer-events: none;
}

/* Datatable Styles */
.dataTables_length,.dataTables_filter{
    display:none
}
div.dataTables_filter_custom {
    text-align: right;
}
div.dataTables_filter_custom input {
    display: inline-block;
    width: auto;
}
div.dataTables_length_custom select {
    width: auto;
    display: inline-block;
}
div.dataTables_length_custom{
    float:left;
}
table.dataTable.dtr-column > tbody > tr > td.control::before{
    left: unset!important;
    right: 8px;
}
table.dataTable>tbody>tr.child ul {
    width: 100%;
}
table.dataTable>tbody>tr.child ul>li>span:nth-child(1) {
    width: 25%
}
table.dataTable>tbody>tr.child ul>li>span:nth-child(2) {
    margin-left: 10px;
}
/* MD and LG Devices */
@media (min-width: 768px) {
    table.dataTable.dtr-column > tbody > tr > td.control::before {
        display: none!important;
    }
    table.dataTable.dtr-column > tbody > tr > td.control{
        cursor: inherit!important;
    }
}

.cursor-pointer{
    cursor: pointer;
}