/* CUSTOM BUTTONS
 * http://charliepark.org/bootstrap_buttons/
 *******************************************/
.btn-teal {
  background-color: #24889e !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#50bed7", endColorstr="#23879d");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#50bed7), to(#23879d));
  background-image: linear-gradient(#50bed7, #23879d);
  border-color: #23879d #23879d #1f7689;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-blue {
  background-color: #134571 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#227ac8", endColorstr="#134571");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#227ac8), to(#134571));
  background-image: linear-gradient(#227ac8, #134571);
  border-color: #134571 #134571 #10385c;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-green {
  background-color: #a1c695 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbe9d7", endColorstr="#a1c594");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#dbe9d7), to(#a1c594));
  background-image: linear-gradient(#dbe9d7, #a1c594);
  border-color: #a1c594 #a1c594 #92bd84;
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-brown {
  background-color: #55482a !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#927c48", endColorstr="#55482a");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#927c48), to(#55482a));
  background-image: linear-gradient(#927c48, #55482a);
  border-color: #55482a #55482a #463b23;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);
  -webkit-font-smoothing: antialiased;
}
.btn-red {
  background-color: #5f1111 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b42121", endColorstr="#5e1111");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#b42121), to(#5e1111));
  background-image: linear-gradient(#b42121, #5e1111);
  border-color: #5e1111 #5e1111 #490d0d;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-black {
  background-color: #292929 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5b5b", endColorstr="#282828");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5b5b5b), to(#282828));
  background-image: linear-gradient(#5b5b5b, #282828);
  border-color: #282828 #282828 #1c1c1c;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-orange {
  background-color: #cc7a00 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffad32", endColorstr="#cc7a00");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffad32), to(#cc7a00));
  background-image: linear-gradient(#ffad32, #cc7a00);
  border-color: #cc7a00 #cc7a00 #b36b00;
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}
.file-input-wrapper.btn,
.btn-gray {
  background-image: linear-gradient(to bottom, #ffffff 0px, #dfdfdf 100%);
  background-repeat: repeat-x;
  border-color: #dfdfdf;
  color: black;
}
.modal-footer {
  background-color: #F5F5F5;
  padding: 14px 15px 15px;
}
.modal-footer .btn + .btn {
  margin: 5px;
}
.glyphicon {
  top: 2px;
}
/* FIX FORM CONTAINER FILE INPUT BUTTONS
********************************************/

/*------------------------------------------------------------------------
# author    Eric Worman, HotRocket Development
# copyright Copyright  2014. All rights reserved.
# @license  http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Website   Maintenance Manager Tool v2.0
# Path: /resources/assets/less/theme.less
-------------------------------------------------------------------------*/
/* Custom theme styles from: http://webthemez.com/demo/Free-Bootstrap-Admin-Template-Dream/index.html */
.page-header {
  padding-bottom: 9px;
  margin: 10px 0 45px;
  border-bottom: 1px solid #C7D1DD;
}
.panel-back {
  background-color: #fff;
}
.panel-default > .panel-heading {
  color: #000;
  background-color: #FFFFFF;
  border-color: #ddd;
  font-weight: bold;
}
.jumbotron,
.well {
  background: #fff;
}
.noti-box {
  min-height: 100px;
  padding: 20px;
}
.noti-box .icon-box {
  display: block;
  float: left;
  margin: 0 15px 10px 0;
  width: 70px;
  height: 70px;
  line-height: 75px;
  vertical-align: middle;
  text-align: center;
  font-size: 40px;
}
.text-box p {
  margin: 0 0 3px;
}
.main-text {
  font-size: 25px;
  font-weight: 600;
}
.set-icon {
  border-radius: 50px;
}
.bg-color-green {
  background-color: #fff;
  color: #5cb85c;
}
.bg-color-blue {
  background-color: #fff;
  color: #4CB1CF;
}
.bg-color-red {
  background-color: #fff;
  color: #F0433D;
}
.bg-color-brown {
  background-color: #fff;
  color: #f0ad4e;
}
.back-footer-green {
  background-color: #5cb85c;
  color: #fff;
  border-top: 0px solid #fff;
}
.back-footer-red {
  background-color: #F0433D;
  color: #fff;
  border-top: 0px solid #fff;
}
.back-footer-blue {
  background-color: #4CB1CF;
  color: #fff;
  border-top: 0px solid #fff;
}
.back-footer-brown {
  background-color: #f0ad4e;
  color: #fff;
  border-top: 0px solid #fff;
}
.icon-box-right {
  display: block;
  float: right;
  margin: 0 15px 10px 0;
  width: 70px;
  height: 70px;
  line-height: 75px;
  vertical-align: middle;
  text-align: center;
  font-size: 40px;
}
.main-temp-back {
  background: #8702A8;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.main-temp-back .text-temp {
  font-size: 40px;
}
.back-dash {
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 0px;
  background-color: #2EA7EB;
  color: #fff;
}
.back-dash p {
  padding-top: 16px;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
  text-align: justify;
}
.color-bottom-txt {
  color: #000;
  font-size: 16px;
  line-height: 30px;
}
/*CHAT PANEL*/
.chat-panel .panel-body {
  height: 450px;
  overflow-y: scroll;
}
.chat-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat-box li {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #808080;
}
.chat-box li.left .chat-body {
  margin-left: 90px;
}
.chat-box li .chat-body p {
  margin: 0;
  color: #8d8888;
}
.chat-img > img {
  margin-left: 20px;
}
footer p {
  font-size: 14px;
}
/*----------------------------------------------
    MENU STYLES
------------------------------------------------*/
.user-image {
  margin: 25px auto;
  border-radius: 10px;
  max-height: 170px;
  max-width: 170px;
}
.top-navbar {
  margin: 0px;
}
.top-navbar .navbar-brand {
  color: #fff;
  width: 260px;
  text-align: left;
  height: 60px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
}
.top-navbar .nav > li {
  position: relative;
  display: inline-block;
}
.top-navbar .nav > li > a {
  position: relative;
  display: block;
  padding: 19px 15px;
  color: #77C0FD;
}
.top-navbar .nav > li > a:hover,
.top-navbar .nav > li > a:focus {
  text-decoration: none;
  background-color: #225081;
  color: #fff;
}
.top-navbar .dropdown-menu {
  min-width: 230px;
  border-radius: 0 0 4px 4px;
}
.top-navbar .dropdown-menu > li > a:hover,
.top-navbar .dropdown-menu > li > a:focus {
  color: #225081;
  background: none;
}
.dropdown-tasks {
  width: 255px;
}
.dropdown-tasks .progress {
  height: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.dropdown-tasks > li > a {
  padding: 0px 15px;
}
.dropdown-tasks p {
  font-size: 13px;
  line-height: 21px;
  padding-top: 4px;
}
.active-menu {
  background-color: #225081;
}
.arrow {
  float: right;
}
.fa.arrow:before {
  content: "\f104";
}
.active > a > .fa.arrow:before {
  content: "\f107";
}
.nav-second-level li,
.nav-third-level li {
  border-bottom: none !important;
}
.nav-second-level li a {
  padding-left: 37px;
}
.nav-third-level li a {
  padding-left: 55px;
}
.sidebar-collapse,
.sidebar-collapse .nav {
  background: none;
}
.sidebar-collapse .nav {
  padding: 0;
}
.sidebar-collapse .nav > li > a {
  color: #fff;
  background: transparent;
  text-shadow: none;
}
.sidebar-collapse > .nav > li > a {
  padding: 15px 10px;
}
.sidebar-collapse > .nav > li {
  border-bottom: 1px solid rgba(107, 108, 109, 0.19);
}
ul.nav.nav-second-level.collapse.in {
  background: #172D44;
}
.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {
  outline: 0;
}
.navbar-side {
  border: none;
  background-color: transparent;
}
.top-navbar {
  background: #09192A;
  border-bottom: none;
}
.top-navbar .nav > li > a > i {
  margin-right: 2px;
}
.top-navbar .navbar-brand:hover {
  color: #fff;
}
.dropdown-user li {
  margin: 8px 0;
}
.navbar-default {
  border: 0px solid black;
}
.navbar-header {
  background: #09192A;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #B40101;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
.nav > li > a > i {
  margin-right: 10px;
}
/*----------------------------------------------
    UI ELEMENTS STYLES
------------------------------------------------*/
.btn-circle {
  width: 50px;
  height: 50px;
  padding: 6px 0;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
/*----------------------------------------------
    MEDIA QUERIES
------------------------------------------------*/
@media (min-width: 768px) {
  #page-wrapper {
    margin: 0 0 0 260px;
    padding: 15px 30px;
    min-height: 1200px;
  }
  .navbar-side {
    z-index: 1;
    position: absolute;
    width: 260px;
  }
  .navbar {
    border-radius: 0px;
  }
}
@media (max-width: 480px) {
  .page-header small {
    display: block;
    padding-top: 14px;
    font-size: 19px;
  }
}

/*------------------------------------------------------------------------
# author    Eric Worman, HotRocket Development
# copyright Copyright  2014. All rights reserved.
# @license  http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Website   Maintenance Manager Tool v2.0
# Path: /resources/assets/less/custom.less
-------------------------------------------------------------------------*/
/* Import 3L mixins and apply reset.css
********************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* COLORS
********************************************/
/* 31/31/31/ */
/* 235/235/235 */
/* 154/154/165 */
/* 68/68/67 */
/* 248/187/108 */
/* 0/133/55 */
/* 52/69/149 */
/* 176/0/0 */
/* 247/244/203 */
/* FONTS
********************************************/
/* COMMON STYLES
********************************************/
body {
  background-color: #09192a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #1f1f1f;
}
a:hover {
  text-decoration: none;
}
.logo {
  display: block;
  margin: 0 auto 20px auto;
  width: 90%;
}
.title {
  display: block;
  text-align: center;
  font-size: 3.1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.alert {
  clear: both;
}
.baseForm {
  margin: auto;
  padding: 10px;
  width: 100%;
}
.baseForm label {
  margin: 10px 0;
}
.baseForm .alert {
  margin-top: 10px;
}
.no-padding {
  padding: 0;
}
label.inlineLabel {
  display: inline !important;
}
.fieldErrorText {
  font-size: 0.8em;
  font-weight: 400;
  color: red;
  padding-top: 10px;
  text-align: left;
  clear: both;
  padding-left: 15px;
  display: block;
  margin: 0;
}
.fieldError label {
  color: red;
}
.fieldError .form-control {
  background-color: #F7F4CB;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #019cb5;
  border-color: #019cb5;
}
.modal-footer .btn + .btn {
  margin: inherit;
}
/* LOGIN PANEL
********************************************/
.loginLogo {
  margin: 75px auto 0;
  width: 98%;
  max-width: 500px;
  display: block;
}
.loginPanelAlert {
  max-width: 440px;
  width: 96%;
  margin: 10px auto;
}
.loginForm {
  background-color: #e5ebf2;
  max-width: 440px;
  width: 96%;
  border-radius: 5px;
  margin-top: 10px;
  text-align: center;
}
.loginForm .title {
  font-size: 2.7em;
  color: white;
}
.loginForm label {
  text-align: left;
  display: block;
}
.loginForm input.btn {
  width: 150px;
  margin: auto;
}
.loginForm .description {
  font-size: 1.3em;
}
.loginForm .resetPasswordLink {
  display: block;
  float: left;
  font-size: 0.9em;
  position: relative;
  top: 7px;
}
/* NAVIGATION SIDEBAR
********************************************/
.navbar-default {
  background-image: none;
}
/* DASHBOARD FOOTER
********************************************/
.dashboardFooter {
  background-color: #444343;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
.dashboardFooter button {
  margin: 10px 75px;
}
/* MAIN DASHBOARD
********************************************/
.dashboardLogo {
  height: 80px;
}
.top-navbar .navbar-brand {
  height: 100px;
}
.top-navbar .nav > li > a {
  color: #019cb5;
}
.top-navbar .nav > li > a:hover,
.top-navbar .nav > li > a:focus,
.active-menu {
  background-color: #019cb5 !important;
}
.navbar-right {
  margin-right: 0px;
}
.dashboardPageWrapper {
  margin: 0;
  background-color: #e5ebf2;
  color: #1f1f1f;
}
.dashboardHeader {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  /* IE6-8 */
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}
.dashboardHeader .logo {
  width: 38%;
  float: left;
  margin: 15px 0 0 2%;
}
.dashboardHeader .navSection {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}
.dashboardHeader .navItem {
  float: left;
  padding-left: 25px;
}
.dashboardHeader .navItem a {
  color: #bababa;
  font-size: 1.4em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  letter-spacing: -1px;
}
.dashboardHeader .navIcon {
  display: inline-block;
  width: 46px;
  height: 46px;
  position: relative;
  top: 0px;
  vertical-align: middle;
}
.dashboardHeader .usersIcon {
  background: url('../images/icon-users.png') 0 0 no-repeat;
}
.dashboardHeader .jobsIcon {
  background: url('../images/icon-jobs.png') 0 0 no-repeat;
}
.dashboardHeader .assetsIcon {
  background: url('../images/icon-assets.png') 0 0 no-repeat;
}
.dashboardHeader .reportsIcon {
  background: url('../images/icon-reports.png') 0 0 no-repeat;
}
.dashboardHeader .locationsIcon {
  background: url('../images/icon-locations.png') 0 0 no-repeat;
}
.dashboardHeader .loginType {
  font-size: 36px;
  text-align: right;
  margin: 15px 30px 0 0;
}
.dashboardHeader .admin {
  color: #B00000;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.5);
}
.dashboardHeader .tech {
  color: #F8BB6C;
}
.dashboardHeader .client {
  color: #008537;
}
.dashboardContainer {
  max-width: 975px;
  margin: 20px 0;
}
.dashboardContainer .title {
  text-align: left;
  font-size: 2.1em;
  text-shadow: none;
}
.formContainer label {
  color: #9a9aa5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: -0.75px;
  line-height: 30px;
  text-align: right;
  margin: 0;
}
.formContainer label.doubleLine {
  line-height: 1em;
  position: relative;
  top: -6px;
}
.formContainer label.selectLabel {
  position: relative;
  top: -3px;
}
.formContainer .title {
  text-align: center;
  color: #019cb5;
  border-bottom: 1px solid #bababa;
  padding-bottom: 5px;
  margin-bottom: 15px;
  letter-spacing: -0.75px;
}
.formControl {
  height: 30px;
}
.form-group .bootstrap-select:not([class*="span"]) {
  width: 100%;
}
.formButtonBlock {
  margin-top: 10px;
}
.dataContainer {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 40px auto;
}
.dataContainer .padding {
  padding: 10px 20px 20px 20px;
}
.dataContainer .title {
  border-bottom: 1px solid #1f1f1f;
  margin-bottom: 10px;
  font-size: 1.2em;
}
.invalidUserLevel {
  color: #B00000;
  font-size: 3.1em;
  text-align: center;
  margin: 30px auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}
.currentItems .curItem {
  margin: 5px 0;
}
.currentItems .name {
  font-weight: 400;
  color: #1f1f1f;
}
.currentItems .name .glyphicon {
  visibility: hidden;
  font-size: 0.8em;
  position: relative;
  top: 0;
  margin-left: -15px;
}
.currentItems .name:hover .glyphicon {
  visibility: visible;
}
.currentItems .name.admin {
  color: #B00000;
}
.currentItems .name.tech {
  color: #F8BB6C;
}
.currentItems .name.client {
  color: #008537;
}
.currentItems .name.subcontractor {
  color: #225081;
}
.baseForm .btn {
  margin: 0 5px;
}
.modal-title {
  font-weight: 300;
  font-size: 1.9em;
  color: #019cb5;
}
/* JOBS PAGE
********************************************/
.formContainer.jobsFilter {
  width: 100%;
  float: none;
}
.jobsPage {
  position: relative;
  max-width: 98%;
}
.jobsPage .jobsFilter {
  max-width: 1040px;
  margin: auto;
}
.jobsPage .formContainer {
  width: 100%;
}
.jobsPage.formContainer {
  width: 100%;
}
.manageJobs {
  width: 100%;
  float: none;
}
.jobForm label {
  float: none;
  text-align: left;
  display: block;
}
.jobForm .form-group {
  height: auto;
}
.jobForm .requestDescription {
  height: 210px;
}
.currentJobsPanel {
  padding: 5px;
}
.currentJobsPanel > .paginationWrapper {
  text-align: center;
}
.currentJobsTable {
  width: 100%;
  padding: 5px;
}
.currentJobsTable th {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  padding: 5px 5px 10px 5px;
  border-bottom: 1px solid #444343;
  color: #019cb5;
}
.currentJobsTable td {
  padding: 5px 10px;
  font-size: 0.9em;
}
.currentJobsTable tr.highlightJob {
  background-color: #bababa;
}
.currentJobsTable tr:nth-child(1) {
  background-color: transparent;
}
.currentJobsTable tr.marginTop > td {
  padding-top: 15px;
}
.currentJobsTable tr.marginBottom > td {
  padding: 0 10px 15px 10px;
}
.currentJobsTable tr.Emergency {
  background-color: #B00000;
  color: white;
}
.currentJobsTable .jobDescription {
  font-size: 0.75em;
}
.currentJobsTable .status {
  text-transform: capitalize;
}
/* ASSETS PAGE
********************************************/
.selectMenuOptions {
  position: absolute;
  left: -80px;
  top: 25px;
}
.selectMenuOptions li {
  color: black;
  font-size: 14px;
  float: left;
  padding: 0 5px;
  opacity: 0.5;
  filter: alpha(opacity= 50 );
}
.selectMenuOptions li:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity= 100 );
}
.modifyRoom {
  margin: 10px 0 0 0;
}
.assetDescription label {
  text-align: left;
}
.assetsForm.baseForm .btn.cancelButton {
  margin-left: 15px;
}
.assetsForm .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
/* REPORT PAGE
********************************************/
.reportsPage .formContainer {
  width: 100%;
  float: none;
  position: relative;
}
.reportsPage .formContainer label.selectLabel {
  top: 0;
}
.reportTypes {
  clear: both;
  margis-top: 20px;
}
.reportTypes a {
  font-weight: bold;
  color: #bababa;
}
.reportsPage .panelTitle {
  float: left;
  line-height: 35px;
  margin-right: 10px;
}
.reportsPage .btn.active {
  position: relative;
  top: -1px;
  padding-top: 8px;
}
.reportFilters {
  margin-top: 20px;
}
.reportFilters label {
  text-align: left;
}
.reportFilters .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.dashboardContainer .filterTitle {
  font-size: 1.2em;
}
.filterHeader {
  position: relative;
}
.paginationContainer {
  text-align: center;
}
.nav-second-level > li > a {
  display: inline-block;
}
.nav-second-level > li > .glyphicon {
  color: white;
  position: relative;
  left: 20px;
  top: 3px;
}
.paginationSelector .numPaginate {
  float: right;
  position: relative;
  top: -3px;
  margin-right: 12px;
}
.paginationSelector .numPaginate .bootstrap-select.form-control:not([class*="col-"]) {
  width: 85px;
}
.paginationSelector .bootstrap-select {
  width: 150px;
}
.paginationSelector label {
  color: #1f1f1f;
  text-align: right;
  margin-right: 10px;
  line-height: 35px;
}
.paginationSelector .btn {
  margin-right: 5px;
}
.paginationSelector .reportButtons {
  float: right;
}
.statLabel {
  color: #019cb5;
  font-weight: 300;
  font-size: 1.8em;
  letter-spacing: -0.75px;
  margin-top: 35px;
}
.reportPanel {
  width: 100%;
  color: #1f1f1f;
  margin-top: 10px;
  background-color: white;
  padding: 10px;
}
.reportPanel th {
  font-weight: 300;
  font-size: 1em;
  border-bottom: 1px solid #444343;
  padding: 5px 0;
}
.reportPanel td {
  padding: 5px 0;
}
.reportPanel a {
  color: #1f1f1f;
}
.reportPanel a:hover {
  text-decoration: underline;
}
.reportPanel .openJob {
  text-align: center;
  display: block;
}

/*------------------------------------------------------------------------
# author    Eric Worman, HotRocket Development
# copyright Copyright  2014. All rights reserved.
# @license  http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Website   Maintenance Manager Tool v2.0
# Path: /resources/assets/less/media-queries.less
-------------------------------------------------------------------------*/
/* COLORS
********************************************/
/* 31/31/31/ */
/* 235/235/235 */
/* 154/154/165 */
/* 68/68/67 */
/* 248/187/108 */
/* 0/133/55 */
/* 52/69/149 */
/* 176/0/0 */
/* 247/244/203 */
/* FONTS
********************************************/
/* Disable zooming when input field gets focus
*********************************************/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    background: #eee;
  }
}
/* Landscape phone to portrait tablet
*********************************************/
@media (min-width: 768px) {
  .dashboardPageWrapper {
    margin: 0 0 0 260px;
    padding: 15px 30px;
  }
}
@media (min-width: 1024px) {
  .dataContainer {
    width: 30%;
    float: right;
    min-height: 650px;
  }
  .formContainer {
    width: 65%;
    float: left;
  }
  .formContainer .title {
    text-align: left;
  }
  .jobsButtons {
    position: absolute;
    right: 0;
    top: 5px;
  }
  .paginationSelector {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 640px) {
  .reportPanelContainer td:nth-child(1) {
    display: none;
  }
  .reportPanelContainer td:nth-child(2) {
    display: none;
  }
  .reportPanelContainer th:nth-child(1) {
    display: none;
  }
  .reportPanelContainer th:nth-child(2) {
    display: none;
  }
}
@media (max-width: 380px) {
  .reportPanelContainer td:nth-child(5) {
    display: none;
  }
  .reportPanelContainer th:nth-child(5) {
    display: none;
  }
}
/* Landscape phones and down
*********************************************/
@media (max-width: 480px) {
  .currentJobsTable td:nth-child(3) {
    display: none;
  }
  .currentJobsTable td:nth-child(5) {
    display: none;
  }
  .currentJobsTable th:nth-child(3) {
    display: none;
  }
  .currentJobsTable th:nth-child(5) {
    display: none;
  }
}
/* Portrait tablet to landscape and desktop
*********************************************/
/* Large desktop
*********************************************/

/*# sourceMappingURL=site.css.map */
