@charset "UTF-8";
@import url(glyphicons.css);
@import url(formalize.css);
@import url(jquery.scrollbar.css);
@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');
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after, .clearfix:before, form .row:after, form .row:before {
  content: " ";
  display: table;
}
.clearfix:after, form .row:after {
  clear: both;
}
.hidden {
  display: none;
}
body, html {
  margin: 0;
  padding: 0;
  background: #f0f4f7;
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #2a2a2a;
  text-align: left;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5 {
  font-family: "Montserrat", Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
h1 {
  margin: 0 0 30px 0;
  font-size: 24px;
  line-height: 24px;
  color: #5b6267;
}
h2 {
  margin: 0 0 40px;
  line-height: 45px;
}
h3 {
  margin: 0 0 30px;
  padding: 0;
  font-weight: 700;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: none;
}
h4 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}
p {
  padding: 0;
}
img {
  border: none;
  vertical-align: top;
}
a, a:visited {
  color: #00427a;
  text-decoration: none;
}
a:hover {
  color: #0066b3;
  text-decoration: underline;
}
.float-left, .floatLeft {
  float: left;
}
.float-right, .floatRight {
  float: right;
}
.center {
  text-align: center;
}
b, strong {
  font-weight: 700;
}
div.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}
.hidden {
  display: none;
}
form {
  margin: 0;
  padding: 0;
}
/* HEADER */
header {
  height: 50px;
  /*background: #fff;
  border-bottom: 1px solid #e4e9ed;*/
  background: #292c2e;
  border-bottom: 1px solid #494b4d;
  position: fixed;
  z-index: 999;
}
.logo-main {
  margin: 0;
  padding: 0;
  width: 250px;
  height: 50px;
  background: #080a0b;
  border-bottom: 1px solid #292c2e;
  text-align: center;
  float: left;
}
.logo-main a {
  padding: 10px;
  display: block;
}
a.menu {
  cursor: pointer;
  display: none;
  position: absolute;
  text-decoration: none;
  right: 15px;
}
a.menu:before {
  font-family: 'Glyphicons Regular';
  content: '\e517';
  font-size: 24px;
  line-height: 50px;
  color: #61686d;
}
nav.sidebar {
  padding-top: 50px;
  width: 250px;
  height: 100%;
  background: #1e2123;
  display: block;
  position: fixed;
  z-index: 99;
}
nav.sidebar .scrollbar > .scroll-element .scroll-bar {
  background-color: #fff;
}
nav.sidebar > div {
  max-height: 100%;
  overflow: auto;
}
nav.sidebar ul.menu {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
  height: 100%;
  overflow-x: auto;
}
nav.sidebar ul.menu > li {
  position: relative;
}
nav.sidebar ul.menu li.program {
  border-bottom: 1px solid #292c2e;
}
nav.sidebar ul.menu li.program select {
  margin: 15px;
  padding: 4px 20px 4px 5px;
  height: auto;
  width: 220px;
  font-size: 11px;
  background-position: 206px center;
}
nav.sidebar ul.menu > li > a {
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  color: #949495;
  text-decoration: none;
  display: block;
  position: relative;
}
nav.sidebar ul.menu > li > a.user {
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #292c2e;
}
nav.sidebar ul.menu > li > a.user span {
  width: 175px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
nav.sidebar ul.menu > li > a:hover {
  color: #fff;
  background: #292c2e;
}
nav.sidebar ul.menu > li.open > a {
  background: #353839;
}
nav.sidebar ul.menu > li > ul li a:hover {
  color: #fff;
  background: #292c2e;
}
nav.sidebar ul.menu > li > a:before {
  margin-right: 7px;
  font-family: 'Glyphicons Regular';
  font-size: 13px;
  font-weight: 400;
  color: #c9cbcd;
  position: relative;
  top: 1px;
}
nav.sidebar ul.menu > li > a.user:before {
  content: '\e004';
}
nav.sidebar ul.menu > li > a.user.mask:before {
  margin: 0 6px 0 2px;
  font-family: 'FontAwesome';
  font-size: 14px;
  content: '\f21b';
}
nav.sidebar ul.menu > li > a.dashboard:before {
  content: '\e332';
}
nav.sidebar ul.menu > li > a.reports:before {
  content: '\e030';
}
nav.sidebar ul.menu > li > a.map:before {
  content: '\e243';
}
nav.sidebar ul.menu > li > a.statistics:before {
  content: '\e042';
  top: 0;
}
nav.sidebar ul.menu > li > a.maintenance:before {
  content: '\e281';
}
nav.sidebar ul.menu > li > a.persons-of-interest:before {
  content: '\e500';
  font-size: 12px;
}
nav.sidebar ul.menu > li > a.capital-equipment:before {
  content: '\e006';
}
nav.sidebar ul.menu > li > a.incidents:before {
  content: '\e505';
  top: 2px;
}
nav.sidebar ul.menu > li > a.administrator:before {
  content: '\e137';
}
nav.sidebar ul.menu > li > a.program-settings:before {
  content: '\e503';
}
nav.sidebar ul.menu > li > a.everywhere:before {
  content: '\e164';
}
nav.sidebar ul.menu > li > a.customer-portal:before {
  content: '\e522';
}
nav.sidebar ul.menu > li > a.supervisors:before {
  content: '\e026';
}
nav.sidebar ul.menu > li > a:after {
  margin-left: 7px;
  font-family: 'Glyphicons Regular';
  content: '\e602';
  font-size: 9px;
  color: #ffca05;
  position: absolute;
  top: 2px;
  right: 20px;
}
nav.sidebar ul.menu > li.open > a:after {
  content: '\e601';
}
nav.sidebar ul.menu > li > a.user:after {
  color: #ec1551;
}
nav.sidebar ul.menu > li > a.dashboard:after {
  content: '';
}
nav.sidebar ul.menu > li > ul {
  margin: 0;
  padding: 0;
  height: auto;
  list-style: none;
  background: #080a0b;
  display: none;
}
nav.sidebar ul.menu > li.open > ul {
  display: block;
}
nav.sidebar ul.menu > li > ul > li {
  position: relative;
}
nav.sidebar ul.menu > li > ul > li > a, nav.sidebar ul.menu > li > ul > li > span.item {
  padding: 8px 15px 8px 40px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #8f8f8f;
  text-decoration: none;
  display: block;
  position: relative;
  white-space: normal;
}
nav.sidebar ul.menu > li > ul > li > a:before, nav.sidebar ul.menu > li > ul > li > span.item:before {
  margin: 0 5px;
  font-family: 'Glyphicons Regular';
  content: '\e176';
  font-size: 9px;
  color: #ec1551;
  display: block;
  position: absolute;
  top: 9px;
  left: 20px;
}
nav.sidebar ul.menu > li > ul > li > a.add:before {
  content: '\e433';
  color: #71be44;
  top: 8px;
}
nav.sidebar ul.menu > li > ul > li > a.account:before {
  content: '\e004';
  font-size: 12px;
  color: #bcbcbc;
  top: 8px;
  left: 17px;
}
nav.sidebar ul.menu > li > ul > li > a.reports:before {
  content: '\e030';
  font-size: 11px;
  color: #bcbcbc;
  top: 9px;
  left: 17px;
}
nav.sidebar ul.menu > li > ul > li > a.signout:before {
  content: '\e388';
  font-size: 13px;
  color: #bcbcbc;
  top: 9px;
  left: 17px;
}

/* Nested submenu in main nav */
nav.sidebar ul.menu > li > ul > li > ul {
  height: auto;
  list-style: none;
}
nav.sidebar ul.menu > li.open > ul > li > li {
  display: block;
}
nav.sidebar ul.menu > li > ul > li > ul > li {
  position: relative;
}
nav.sidebar ul.menu > li > ul > li > ul > li > a {
  padding: 8px 15px 8px 20px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #8f8f8f;
  text-decoration: none;
  display: block;
  position: relative;
  white-space: normal;
}
nav.sidebar ul.menu > li > ul > li > ul > li > a:before {
  margin: 0 5px;
  font-family: 'Glyphicons Regular';
  content: '\e176';
  font-size: 9px;
  color: #ec1551;
  display: block;
  position: absolute;
  top: 9px;
  left: 0px;
}




/* FOOTER */
footer {
  margin: 0 20px 0 270px;
  padding: 30px 0;
  font-size: 12px;
}
footer a {
  text-decoration: underline;
}
footer a:hover {
  text-decoration: none;
}
/* CONTENT */
div#content {
  margin-left: 250px;
  padding: 30px 20px 0;
  position: relative;
}
div#content.login {
  margin-left: 0;
}
h1:before {
  margin: 0 10px 30px 0;
  font-family: 'Glyphicons Regular';
  font-size: 24px;
  line-height: 24px;
  color: #afb4b8;
  font-weight: 400;
  position: relative;
  float: left;
}
h1.dashboard:before {
  content: '\e332';
}
h1.reports:before {
  content: '\e030';
}
h1.map:before {
  content: '\e243';
}
h1.stats:before {
  content: '\e042';
  top: -3px;
}
h1.maintenance:before {
  content: '\e281';
  top: -1px;
}
h1.persons:before {
  content: '\e500';
  font-size: 80%;
}
h1.equipment:before {
  content: '\e006';
}
h1.incidents:before {
  content: '\e505';
  top: 1px;
}
h1.admin:before {
  content: '\e137';
}
h1.programs:before {
  content: '\e503';
  top: -1px;
}
h1.documents:before {
  content: '\e037';
}
h1.customer-portal:before {
  content: '\e522';
}
h1.everywhere:before {
  content: '\e164';
}
h1.supervisors:before {
  content: '\e026';
}
.contentContainer, .loginContainer {
  background: #fff;
  border: 1px solid #e4e9ed;
  position: relative;
}
.loginContainer {
  margin: 0 auto;
  width: 500px;
}
.contentContainer h2, .loginContainer h2 {
  margin: -1px;
  padding: 9px 35px 9px 13px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  background: #014b88;
}
.loginContainer h2 {
  padding: 9px 13px;
}
#infoContainer, #simpleContainer, #statsContainer {
  margin: 20px;
  display: block;
}
.loginContainer label {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}
.loginContainer input {
  margin: 0 0 10px 0;
}
.filters {
  margin-bottom: 10px;
}
.filters .leftbox {
  margin: 0 5px 10px 0;
  display: inline-block;
  vertical-align: bottom;
}
.filters .leftbox label {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 30px;
  text-align: left;
  float: none;
}
.filters .leftbox select {
  width: 100%
}
.filters .showhidetitlebox {
  border-bottom: 1px solid #e4e9ed;
  padding: 5px 10px;
  font-size: 80%;
  font-weight: 700;
}
.filters .showhidetitlebox h3 {
    margin: 0;
    padding: 0;
    line-height: 120%;
    display: inline;
    font-size: 120%;
}
.filters .showhidetitlebox .selects {
  float: right;
  cursor: default;
  padding: 5px;
  margin-top: -5px;
}
.filters .showhidebox {
  border-bottom: 1px solid #e4e9ed;
  display: none;
  padding: 10px;
  background: #f2f7fb;
}
.filters .showhidebox .column-width {
    -moz-column-width: 275px;
    -webkit-column-width: 275px;
    -ms-column-width: 275px;
    column-width: 275px;
}
.filters .showhidebox .container {
    margin: 0;
    padding: 0;
    list-style: none;
}
.filters .showhidebox .column-width label {
    width: 100%;
    line-height: 20px;
    text-align: left;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: none;
}
label[for="condensed_report"] {
  line-height: 30px;
}
div.label {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}
a.button, button, input.button, a.buttonAdd, input[type="button"] {
  margin: 0;
  padding: 0 10px;
  height: 30px;
  font-family: "Montserrat", Verdana, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background: #71be44;
  border: none;
  display: inline-block;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
a.button:hover, button:hover, input.button:hover, a.buttonAdd:hover, input[type="button"]:hover {
  background-color: #5ca038;
}
a.button.export, button.export, input.button.export {
  margin: 0;
  background: #76509c;
}
a.button.export:hover, button.export:hover, input.button.export:hover {
  background: #5a3a77;
}
a.button.pdf, button.pdf, input.button.pdf {
  background: #5a6267;
}
a.button.pdf:hover, button.pdf:hover, input.button.pdf:hover {
  background: #3c4448;
}
/*a.button.save, button.save, input.button.save {
  background: #014b88;
}
a.button.save:hover, button.save:hover, input.button.save:hover {
  background: #01376a;
}*/
button.save:before {
  margin-right: 5px;
  font-family: 'Glyphicons Regular';
  content: '\e445';
  font-size: 11px;
  color: #fff;
  color: rgba(255,255,255,0.50);
  font-weight: 400;
  position: relative;
}
/*a.button:after, button:after {
  margin-left: 3px;
  font-family: 'Glyphicons Regular';
  content: '\e224';
  font-size: 11px;
  color: #fff;
  color: rgba(255,255,255,0.50);
  font-weight: 400;
  position: relative;
  top: 1px;
}*/
/*a.buttonAdd {
  padding: 0 7px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 5px;
  top: 5px;
}*/
a.buttonAdd {
  padding: 0;
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 26px;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 5px;
}
a.buttonAdd:before {
  font-family: 'FontAwesome';
  content: '\f067';
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
a.button.add-program:before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  content: '\f067';
  font-size: 11px;
  color: #fff;
  color: rgba(255,255,255,0.50);
  font-weight: 400;
  position: relative;
}
/*form a.button, form button, form input.button {
  margin-top: 10px;
}*/
.buttonsTop {
  margin-bottom: 26px;
}
.buttonsTop a.button {
  margin: 0 4px 4px 0;
  float: left;
}
.searchContainer {
  position: absolute;
  top: 27px;
  right: 20px;
}
.searchContainer p {
  /*float: left;*/
  display: inline-block;
  font-weight: 700;
  margin: 0;
  padding: 0 5px;
  line-height: 30px;
}
.searchContainer.bluebar {
  position: absolute;
  top: 4px;
  right: 4px;
}
.searchContainer.bluebar p {
  color: #fff;
  line-height: 26px;
}
.searchContainer.bluebar input {
  height: 26px;
}
#start_date_text, #end_date_text {
  line-height: 30px;
}
#export_option {
  margin: 0 0 20px 10px;
}
/*#export_option {
  margin: 0 0 20px 10px;
  padding: 10px;
  background: #f7f8fa;
  border: 1px solid #f0f1f4;
}*/
.saved-reports {
  margin: 10px 0;
  padding: 10px 10px 0 10px;
  background-color: #f7f8fa;
  border: 1px solid #f0f1f4;
}
.walk-info {
  margin: 10px 0;
  padding: 10px 10px;
  background-color: #f7f8fa;
  border: 1px solid #f0f1f4;
}
.walk-info h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
}
.walk-info h3 span {
  font-size: 90%;
  font-weight: 400;
}
.walk-info .slider {
  width: 600px;
  position: relative;
}
.walk-info .slider #slider1 {
  width: 100%;
  width: -moz-calc(100% - 76px);
  width: -webkit-calc(100% - 76px);
  width: calc(100% - 76px);
}
.walk-info .slider #slider1_start {
  float: left;
}
.walk-info .slider #slider1_end {
  margin-right: 76px;
  float: right;
}
.walk-info #slider1_start, .walk-info #slider1_end, .walk-info #slider1, .walk-info #player_button {
  display: inline-block;
  vertical-align: middle;
}
.walk-info #player_button {
  margin-left: 10px;
  padding: 0;
  width: 56px;
}
#jqGrid a.deactivate {
  margin: 0 auto;
  width: 54px;
  height: 20px;
  background: url('/images/buttonStatusOn.png') no-repeat left top;
  text-indent: -5000px;
  display: block;
}
#jqGrid a.activate {
  margin: 0 auto;
  width: 54px;
  height: 20px;
  background: url('/images/buttonStatusOff.png') no-repeat left top;
  text-indent: -5000px;
  display: block;
}
#jqGrid a.add {
  font-size: 0;
  line-height: 14px;
}
#jqGrid a.add:before {
  margin: 0 2px;
  padding: 0;
  font-family: 'FontAwesome';
  content: "\f067";
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #999;
  position: relative;
  top: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
#jqGrid a.edit, #jqGrid a.linkEdit {
  font-size: 0;
  line-height: 14px;
}
#jqGrid a.edit:before, #jqGrid a.linkEdit:before {
  margin: 0 2px;
  padding: 0;
  font-family: 'FontAwesome';
  content: "\f040";
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #999;
  position: relative;
  top: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
#jqGrid a.merges {
  font-size: 0;
  line-height: 14px;
}
#jqGrid a.merges:before {
  margin: 0 2px;
  padding: 0;
  font-family: 'FontAwesome';
  content: "\f0c1";
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #999;
  position: relative;
  top: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
#jqGrid a.view {
  font-size: 0;
  line-height: 14px;
}
#jqGrid a.view:before {
  margin: 0 2px;
  padding: 0;
  font-family: 'FontAwesome';
  content: "\f06e";
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #999;
  position: relative;
  top: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
#jqGrid a.delete, #jqGrid a.linkDelete {
  font-size: 0;
  line-height: 14px;
}
#jqGrid a.delete:before, #jqGrid a.linkDelete:before {
  margin: 0 2px;
  padding: 0;
  font-family: 'FontAwesome';
  content: "\f1f8";
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #999;
  position: relative;
  top: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
#jqGrid a.restore {
  font-size: 0;
  line-height: 14px;
}
#jqGrid a.restore:before {
  margin: 0 2px;
  padding: 0;
  font-family: 'FontAwesome';
  content: "\f01e";
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #999;
  position: relative;
  top: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
#jqGrid a.masquerade {
  font-size: 0;
  line-height: 14px;
}
#jqGrid a.masquerade:before {
  margin: 0 2px;
  padding: 0;
  font-family: 'FontAwesome';
  content: "\f21b";
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #999;
  position: relative;
  top: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
#jqGrid td[aria-describedby="jqTable_icon"] span {

}
#jqGrid span:before {
  margin-right: 7px;
  font-family: 'Glyphicons Regular';
  font-size: 13px;
  line-height: 1em;
  font-weight: 400;
  color: #999;
  position: relative;
  top: 2px;
}
#jqGrid span.statistics:before {
  content: '\e042';
  top: 1px;
}
#jqGrid span.persons-of-interest:before {
  content: '\e500';
  font-size: 12px;
}
#jqGrid span.maintenance:before {
  content: '\e281';
}
#jqGrid span.capital-equipment:before {
  content: '\e006';
}
#jqGrid span.incidents:before {
  content: '\e505';
}
#report_output {
  overflow-x: scroll;
}
form[name="rvp_add_evaluation"] .scroll-wrapper, form[name="rvp_edit_evaluation"] .scroll-wrapper, form[name="aff_search"] .scroll-wrapper {
  padding: 0 15px !important;
}
form[name="aff_add_report"] .scroll-wrapper, form[name="aff_edit_evaluation"] .scroll-wrapper {
  padding: 20px 15px !important;
}
#jqGrid, .jqGrid, #report_output form {
  min-width: 700px;
}
#report_output ul.evaluation {
  min-width: 855px;
}
/*#jqGrid, .jqGrid {
  overflow-x: scroll;
}
.ui-jqgrid {
  width: 100% !important;
  min-width: 800px;
}*/
#infoContainer #infoTop {
  font-size: 14px;
  font-weight: 700;
  color: #2a2a2a;
  background: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e9ed;
}
#infoContainer .row {
  padding: 5px 0;
  width: 100%;
  line-height: 16px;
  display: block;
}
#infoContainer .row:nth-child(even) {
  background: #f2f7fb;
}
#infoContainer .row:nth-child(odd) {
  background: #fff;
}
#infoContainer .row .select {
  width: 20px;
  text-indent: 5px;
  display: block;
  float: left;
}
#infoContainer .row .row100 {
  margin: 0 0 0 10px;
  min-width: 100px;
  /*text-indent: 10px;*/
  display: block;
  float: left;
}
#infoContainer .row .row150 {
  margin: 0 0 0 10px;
  min-width: 150px;
  /*text-indent: 10px;*/
  display: block;
  float: left;
}
#infoContainer .row .row200 {
  margin: 0 0 0 10px;
  min-width: 200px;
  /*text-indent: 10px;*/
  display: block;
  float: left;
}
#infoContainer .row .title {
  margin: 0 0 0 10px;
  min-width: 220px;
  /*text-indent: 10px;*/
  display: block;
  float: left;
}
#infoContainer .row .pubDate {
  width: 170px;
  text-indent: 10px;
  display: block;
  float: left;
}
#infoContainer .row .options {
  width: 125px;
  text-indent: 10px;
  display: block;
  float: left;
}
#infoContainer .row .optionsLong {
  width: 185px;
  text-indent: 10px;
  display: block;
  float: left;
}
#infoContainer .row .cityState {
  width: 150px;
  text-indent: 10px;
  display: block;
  float: left;
}
#infoContainer .row .region {
  width: 120px;
  text-indent: 10px;
  display: block;
  float: left;
}
#infoContainer .row .program {
  margin: 0 0 0 10px;
  width: 280px;
  /*text-indent: 10px;*/
  display: block;
  float: left;
}
#infoContainer .row .department {
  width: 225px;
  text-indent: 10px;
  display: block;
  float: left;
}
#infoContainer .row .aged {
  width: 60px;
  text-indent: 10px;
  display: block;
  float: left;
}
#infoContainer .row .dateCreated {
  width: 80px;
  text-indent: 10px;
  display: block;
  float: left;
}
#infoContainer .row .status {
  width: 80px;
  text-indent: 10px;
  display: block;
  float: left;
}
#infoContainer .row .type {
  width: 225px;
  text-indent: 10px;
  display: block;
  float: left;
}
#infoContainer .row .assign {
  width: 75px;
  /*text-indent: 10px;*/
  text-align: center;
  display: block;
  float: left;
}
#infoContainer .row .required {
  width: 100px;
  /*text-indent: 10px;*/
  text-align: center;
  display: block;
  float: left;
}
#infoContainer .row .app_menu {
  width: 100px;
  /*text-indent: 10px;*/
  text-align: center;
  display: block;
  float: left;
}
#infoContainer .row .everywhere {
  width: 100px;
  /*text-indent: 10px;*/
  text-align: center;
  display: block;
  float: left;
}
#infoContainer a.linkEdit {
  color: #0361a1;
  text-decoration: none;
}
#infoContainer a.linkEdit:hover {
  color: #0361a1;
  text-decoration: underline;
}
#infoContainer a.linkDelete {
  color: #de0a19;
  text-decoration: none;
}
#infoContainer a.linkDelete:hover {
  color: #de0a19;
  text-decoration: underline;
}
#infoContainer a.linkActivate {
  color: #7cba3b;
  text-decoration: none;
}
#infoContainer a.linkActivate:hover {
  color: #7cba3b;
  text-decoration: underline;
}
#infoContainer a.linkDeactivate {
  color: #1a1b23;
  text-decoration: none;
}
#infoContainer a.linkDeactivate:hover {
  color: #1a1b23;
  text-decoration: underline;
}
.priority_circle {
  margin: 0 auto;
  padding: 0;
  border-radius: 10px;
  width: 10px;
  height: 10px;
}
.formline {
  margin: 0 0 5px 0;
  width: 100%;
  line-height: 30px;
  display: inline-block;
}
.error {
  color: #ec1551;
}
label {
  margin: 0 10px 0 0;
  padding: 0;
  width: 130px;
  font-weight: 700;
  line-height: 30px;
  text-align: right;
  float: left;
  vertical-align: middle;
}
label.error {
  padding-left: 140px;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #ec1551;
  text-align: left;
}
input.error {
  color: #ec1551;
  border-color: #ec1551;
  background: #fde7ed;
}
.loginContainer label, .ui-dialog label {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 30px;
  text-align: left;
  float: none;
}
fieldset {
  padding: 2px 0 10px 0;
  /*width: 450px;*/
  display: block;
  border: none;
}
.formline fieldset {
  line-height: 20px;
}
textarea.full {
  width: -moz-calc(100% - 140px);
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
}
.ui_tpicker_minute:before {
  padding: 0 3px;
}
#dateFormContainer {
  padding: 0 0 20px 0;
  font-size: 14px;
  font-weight: 700;
  float: left;
}
#dateFormContainer .controls {
  margin-left: 10px;
  font-size: 12px;
  display: inline-block;
}
#dateFormContainer .controls a {
  color: #127DC2;
}
#dateFormContainer .controls a:hover {
  color: #014b88;
}
#dateFormContainer input, #dateFormContainer select {
  margin: 5px 0 10px 0;
}
#dateFormContainer .input_tiny {
  min-width: 100%;
}
#dateFormContainer textarea {
  height: auto !important;
}
#dateContainer {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  /*background: #f7f8fa;*/
  float: right;
}
#dateContainer #export_option {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
/*.daily-note {
  margin: 10px 0 0;
  padding: 10px 10px 0 10px;
  width: 100%;
  background-color: #f7f8fa;
  border: 1px solid #f0f1f4;
}*/
/*#statsContainer {
  margin: 10px 5px;
}*/
#statsContainer a {
  text-decoration: none;
}
#statsContainer a:hover {
  text-decoration: underline;
}
#statsContainer .header {
  padding: 5px 0;
  width: 100%;
  /*line-height: 14px;*/
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background: #127DC2;
  display: inline-block;
}
#statsContainer .header b {
  font-weight: 800;
}
#statsContainer .header a {
  color: #fff;
}
#statsContainer .row {
  padding: 5px 0;
  width: 100%;
  line-height: 16px;
  display: block;
}
#statsContainer .row.odd {
  background: #f2f7fb;
}
#statsContainer .row.even {
  background: #fff;
}
#statsContainer .task {
  /*text-indent: 10px;*/
  padding: 0 10px;
  width: 20%;
  display: block;
  float: left;
}
#statsContainer .floatRight {
  width: 70%;
  float: right;
}
#statsContainer .day {
  /*padding: 0 5px;*/
  /*width: 90px;*/
  width: 12.5%;
  display: block;
  float: left;
  text-align: center;
}
.hourly-stats {
  width: 100%;/*border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
}
.hourly-stats td, .hourly-stats th {
  text-align: center;
  /*border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
  vertical-align: middle;
  padding: 5px;
}
.hourly-stats th {
  /*line-height: 14px;*/
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  background: #127DC2;
}
.hourly-stats th b {
  font-weight: 800;
}
.hourly-stats td:first-child, .hourly-stats th:first-child {
  padding: 5px 10px;
  text-align: left;
}
.hourly-stats td input {
  width: 35px;
  height: 18px;
  margin: 0 auto;
  text-align: center;
  float: none;
}
.hourly-stats .tasks {
  /*white-space: nowrap;*/
  text-align: left;
}
.hourly-stats .total {
  white-space: nowrap;
  font-weight: bold;
}
.hourly-stats .odd td {
  background: #f3f8fc;
}
.hourly-stats tr:hover td {
  background: #e4e9ed;
}
#noResults {
  padding: 10px;
  font-weight: 700;
  background: #f2f7fb;
}
#taggingSidebar {
  margin: 0 0 10px 140px;
  padding: 10px 10px 0;
  width: 500px;
  line-height: 30px;
  /*display: inline-block;*/
  background-color: #f7f8fa;
  border: 1px solid #f0f1f4;
  /*position: absolute;
  top: 0;
  right: 0;*/
}
#taggingSidebar h3 {
  margin: 0;
}
#taggingSidebar ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  line-height: 13px;
}
#connected_assets div {
  margin: 0 !important;
}
.textareaRight {
  width: 500px;
  display: inline-block;
}
form[name="editEquipment"] ul.docContainer, form[name="editPerson"] ul.docContainer {
  margin: 0 0 10px 140px;
}
/* TAB OVERRIDES */
#navSections.ui-widget-content {
  margin: -1px;
  border: none;
  background: none;
  color: #2a2a2a;
}
#navSections.ui-tabs {
  padding: 0;
}
#navSections.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 4px 0 0 5px;
}
#navSections.ui-tabs .ui-tabs-nav .ui-state-default {
  background: #e4e9ed;
  font-weight: 800;
  color: #363636;
}
#navSections.ui-tabs .ui-tabs-nav .ui-state-hover {
  background: #f2f7fb;
  font-weight: 800;
  color: #2a2a2a;
}
#navSections.ui-tabs .ui-tabs-nav .ui-state-active {
  background: #fff !important;
  color: #2a2a2a !important;
}
#navSections.ui-tabs .ui-tabs-nav a {
  outline: none;
}
#navSections.ui-tabs .ui-tabs-nav .ui-state-default a {
  color: #393939;
}
#navSections.ui-tabs .ui-tabs-nav .ui-state-hover a {
  color: #2a2a2a;
}
#navSections.ui-tabs .ui-tabs-nav .ui-state-active a {
  color: #2a2a2a;
}
/* FILE UPLOADER */
#mediaQueue {
  width: 350px;
  height: 67px;
  overflow: auto;
  background: #e1e1e1;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
#fileQueue, #fileQueue1, #fileQueue2 {
  width: 350px;
  height: 67px;
  overflow: auto;
  background: #e1e1e1;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
#fileQueueModal {
  width: 323px;
  height: 245px;
  overflow: auto;
  border: 1px solid #E5E5E5;
  margin-bottom: 10px;
}
#docsQueue {
  width: 350px;
  height: 67px;
  overflow: auto;
  background: #e1e1e1;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}

/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/

.uploadifive-button {
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #505050),
		color-stop(1, #707070)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	text-transform: uppercase;
	width: 100%;
}
.uploadifive-button:hover {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);
	background-position: center bottom;
}
.uploadifive-queue-item {
	background-color: #F5F5F5;
	border-bottom: 1px dotted #D5D5D5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 12px Arial, Helvetica, Sans-serif;
	margin: 3px 0;
	padding: 15px;
}
.uploadifive-queue-item .close {
	background: url('uploadifive-cancel.png') 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadifive-queue-item .progress {
	border: 1px solid #D0D0D0;
	height: 3px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #0072BC;
	height: 3px;
	width: 0;
}
.uploadifive-queue-item.error .fileinfo{
	color: #ff0000;
}

#containerSuccess {
  bottom: 0;
  right: 20px;
  position: fixed;
  z-index: 8000;
}
#containerSuccess #success, #containerSuccess #error {
	margin: 10px 0 20px 0;
	padding: 10px;
	width: 350px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}

#containerSuccess #success {
	background: #00FF00;
	border: 1px solid #008800;
}

#containerSuccess #error {
	background: #FF0000;
	border: 1px solid #880000;
}

.center {
  text-align: center;
}
ul.noBullets {
  margin: 0;
  padding: 0;
  list-style: none;
  float: none;
}
ul.noBullets li {
  float: none;
}
select.time {
  float: none;
}
/*a.deleteItem {
  margin: 0;
  padding: 0 0 0 16px;
  background: url('images/iconRemove.png') no-repeat left center;
}*/
a.deleteItem, a.deleteContacts, a.deleteAlias {
  margin: 0;
  text-decoration: none;
  line-height: 24px;
  font-weight: 700;
}
a.deleteItem:before, a.deleteContacts:before, a.deleteAlias:before {
  margin: 0 2px 0 0;
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #ec1551;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
a#addContact {
  margin: 0;
  text-decoration: none;
  line-height: 24px;
  font-weight: 700;
}
a#addContact:before {
  margin: 0 2px 0 0;
  font-family: 'FontAwesome';
  content: "\f067";
  font-size: 9px;
  font-weight: normal;
  text-decoration: none;
  color: #8ac53e;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.progList {
  margin: 0 0 10px 140px;
  padding: 0;
  list-style: none;
}
.progList li {
  margin: 0 0 5px 0;
  padding: 0;
}
/*form[name="editMyReports"] label {
  width: 100%;
  text-align: left;
  display: block;
}*/
form[name="editMyReports"] label {
  width: 150px;
}
form[name="editMyReports"] h3 {
  margin: 0;
}
form[name="editMyReports"] .daily_crons {
  margin-bottom: 10px;
}
.receive_day {
  display: inline-block;
}
/*form[name="editMyReports"] label[for="button"] {
  display: none;
}*/
/* ZONES EDITOR */
ul.homeNav {
  margin: 0;
  padding: 0;
  width: 260px;
  list-style: none;
  background: #fff;
  -moz-box-shadow: 0px 1px 5px #8e92b3;
  -webkit-box-shadow: 0px 1px 5px #8e92b3;
  box-shadow: 0px 1px 5px #8e92b3;
  display: inline-block;
 *display: inline;
 *zoom: 1;
  vertical-align: top;
}
ul.homeNav li h3 {
  margin: 0;
  padding: 10px;
  font-size: 13px;
  line-height: 13px;
  color: #000;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
}
ul.homeNav li h3:before {
  margin: 0 4px 0 0;
  font-family: 'FontAwesome';
  content: "\f0fe";
  font-size: 9px;
  font-weight: normal;
  text-decoration: none;
  color: #8ac43d;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.homeNav li h3.close:before {
  content: "\f146";
  color: #fdc801;
}
ul.homeNav li ul {
  margin: 0;
  padding: 7px;
  list-style: none;
  background: #f6f7f8;
  border-bottom: 1px solid #ebebeb;
  display: none;
}
ul.homeNav li:first-child ul {
  display: block;
}
ul.homeNav li ul li {
  padding: 0 0 0 15px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: none;
  background: url('images/bulletRed.png') no-repeat 5px center;
}
ul.homeNav li ul li:hover {
  background: #edeff1 url('images/bulletRed.png') no-repeat 5px center;
}
ul.homeNav li ul li a {
  color: #00558b;
  text-decoration: none;
  float: left;
}
ul.homeNav li ul li a:hover {
  color: #00558b;
  text-decoration: underline;
}
ul.homeNav li ul li a.addNav {
  margin: 5px 5px 0 0;
  width: 9px;
  height: 10px;
  background: url('images/iconPlus.gif') no-repeat left top;
  text-indent: -5000px;
  float: right;
}
ul.homeNav li ul li a.addNav:hover {
  background: url('images/iconPlus.gif') no-repeat left bottom;
}
div#map.zones {
  width: 75%;
  height: 500px;
  float: left;
}
div#controls.map {
  margin: 0;
  padding: 0;
  width: 25%;
  height: 500px;
  float: left;
  background: #edeff1;
}
.modal_zones form label {
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: 700;
  text-align: left;
  float: none;
  text-transform: uppercase;
}
.modal_zones form select {
  padding: 5px;
  width: 320px;
  height: 30px;
  font-size: 14px;
}
.modal_zones form input[type=text] {
  padding: 5px;
  width: 320px;
  height: 30px;
  font-size: 14px;
}
.modal_zones form textarea {
  padding: 5px;
  width: 320px;
  height: 90px;
  font-size: 14px;
}
/*.modal_zones form button {
  display: inline-block;
  padding: 8px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  background: #0071bc;
  text-shadow: 0 1px 0 #000;
}
.modal_zones form button:hover {
  background: #00487a;
}*/
.modal_zones form label.error {
  font-weight: normal;
  font-size: 12px;
  color: #ff0000;
  text-transform: none;
}

div.modal_rvp, div.modal_everywhere {
	padding: 5px;
	width: 320px;
}
.modal_rvp p, .modal_everywhere p {
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
}
.modal_rvp button, .modal_everywhere button {
	display: inline-block;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	border: none;
	background: #0071bc;
	text-shadow: 0 1px 0 #000;
}
.modal_rvp button:hover, .modal_everywhere button:hover {
	background: #00487a;
}
div#controls.map ul.homeNav {
  margin: 0 -2px;
  width: 100%;
  background: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebebeb;
  border-bottom: none;
}
div#controls.map ul.homeNav li ul li {
  background: none;
}
div#controls.map ul.homeNav li ul li:hover {
  background: none;
}
div#controls.map ul.homeNav li ul li a {
  display: block;
  float: none;
}
div#controls.map ul.homeNav li ul li a.edit:before {
  margin: 0 4px 0 0;
  font-family: 'FontAwesome';
  content: "\f040";
  font-size: 9px;
  font-weight: normal;
  text-decoration: none;
  color: #999;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
div#controls.map ul.homeNav li ul li a.delete:before {
  margin: 0 3px 0 0;
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #e20017;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
div#controls.map ul.homeNav li ul li a.add:before {
  margin: 0 4px 0 0;
  font-family: 'FontAwesome';
  content: "\f067";
  font-size: 9px;
  font-weight: normal;
  text-decoration: none;
  color: #7fbd36;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
div#controls.map ul.homeNav li ul li a.save:before {
  margin: 0 2px 0 -1px;
  font-family: 'FontAwesome';
  content: "\f00c";
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #7fbd36;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
/* REPORT BUILDER */
#columnContainer {
  position: relative;
  min-height: 600px;
  height: auto !important;
  height: 550px;
}
#columnLeft {
  width: 25%;
  height: 100%;
  background: #1a1b23;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  position: absolute;
  float: left;
}
#columnRight {
  width: 75%;
  min-height: 250px;
  height: auto !important;
  height: 250px;
  left: 25%;
  position: relative;
}
#columnLeftContainer {
  padding: 15px;
}
#columnLeftContainer p {
  margin: 0 0 10px 0;
}
#columnRightContainer {
  padding: 20px;
}
#columnContainer .chart {
  padding: 0;
}
.reportName a, .reportName a:hover {
  padding: 0 0 0 15px;
  display: block;
  background: url('/template/admin/images/iconEdit.png') no-repeat left 3px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
}
.reportPages {
  margin: 0;
  padding: 0 0 15px 15px;
}
.reportPages:first-child li {
  margin: 0;
  padding: 0 20px 5px 0;
}
.reportPages li {
  margin: 0;
  padding: 0 60px 5px 0;
}
.reportPages li a {
  color: #fff;
  text-decoration: underline;
}
.reportPages li a:hover {
  color: #fff;
  text-decoration: none;
}
a.buttonAddPage {
  padding: 0 5px 0 18px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #007cc4 url('/template/admin/images/iconAddPage.png') no-repeat 5px center;
  
  white-space: nowrap;
  display: inline-block;
}
a.buttonAddPage:hover {
  background: #016ead url('/template/admin/images/iconAddPage.png') no-repeat 5px center;
}
a.buttonSaveReport {
  margin: 0 3px 3px 0;
  padding: 0 5px 0 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #71be44 url('/template/admin/images/iconSave.png') no-repeat 5px center;
  
  white-space: nowrap;
  display: inline-block;
  float: left;
}
a.buttonSaveReport:hover {
  background: #5ca038 url('/template/admin/images/iconSave.png') no-repeat 5px center;
}
a.buttonExportPDF {
  margin: 0 0 3px 0;
  padding: 0 5px 0 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #71be44 url('/template/admin/images/iconPDF.png') no-repeat 5px center;
  
  white-space: nowrap;
  display: inline-block;
}
a.buttonExportPDF:hover {
  background: #5ca038 url('/template/admin/images/iconPDF.png') no-repeat 5px center;
}
a.buttonGreen {
  margin: 0 0 3px 0;
  padding: 0 5px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #71be44;
  
  white-space: nowrap;
  display: inline-block;
}
a.buttonGreen:hover {
  background: #5ca038;
}
.saveContainer {
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #464958;
  display: inline-block;
}
#reportContainer {
  margin: 0 auto;
  width: 576px;
}
#reportContainer input {
  outline: none;
}
#reportCoverCityImage, #reportCoverAmbassadorImage {
  margin: 5px;
  width: 278px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  float: left;
}
#reportCoverCityImage a, #reportCoverAmbassadorImage a {
  margin: 5px 0 0 0;
}
.reportTitle {
  padding: 25px 20px 0 20px;
  font-size: 36px;
  line-height: 38px;
  font-weight: 800;
  text-align: center;
  color: #014b88;
  text-transform: uppercase;
}
.reportDate {
  padding: 0 20px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  color: #127dc2;
  text-transform: uppercase;
}
.reportPrepared {
  padding: 20px;
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  text-align: center;
  color: #231f20;
}
#reportHeadline {
  height: 34px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-indent: 10px;
  color: #fff;
  background: #014b88;
}
#narrativesLeft {
  margin: 15px 0;
  padding: 15px 15px 15px 20px;
  width: 326px;
  border-right: 1px solid #e6e7e8;
  float: left;
}
#narrativesRight {
  margin: 15px 0 15px -1px;
  padding: 15px 0 15px 15px;
  width: 198px;
  border-left: 1px solid #e6e7e8;
  float: left;
}
#narrativesNarratives {
  margin: 0;
  padding: 0;
  list-style: none;
}
#narrativesPhotos {
  margin: 0;
  padding: 0;
  list-style: none;
}
#photopageLeft {
  margin: 15px 0;
  padding: 15px 15px 15px 20px;
  width: 326px;
  border-right: 1px solid #e6e7e8;
  float: left;
}
#photopageRight {
  margin: 15px 0 15px -1px;
  padding: 15px 0 15px 15px;
  width: 198px;
  border-left: 1px solid #e6e7e8;
  float: left;
}
#photopageNarratives {
  margin: 0;
  padding: 0;
  list-style: none;
}
#photopagePhotos {
  margin: 0;
  padding: 0;
  list-style: none;
}
#photogridPhotos {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
#photogridPhotos li {
  margin-right: 15px;
  width: 253px;
  display: inline-block;
 *display: inline;
  zoom: 1;
  vertical-align: top;
}
.photogridPhoto img {
  width: 253px;
}
#photogridContainer {
  margin: 15px 0;
  padding: 15px 20px;
  width: 576px;
}
.narrativeHeadline {
  padding: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #127dc2;
}
.narrativeText {
  font-size: 11px;
  line-height: 13px;
}
.narrativePhoto {
  width: 360px;
}
.narrativePhotoCaption {
  padding: 5px 0 15px 0;
  width: 175px;
  font-size: 11px;
  line-height: 13px;
}
.photopageHeadline {
  padding: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #127dc2;
}
.photopageText {
  font-size: 11px;
  line-height: 13px;
}
.photopagePhoto {
  width: 320px;
}
.photopagePhotoCaption {
  padding: 5px 0 15px 0;
  width: 310px;
  font-size: 11px;
  line-height: 13px;
}
.photogridPhotoCaption {
  padding: 5px 0 15px 0;
  /*width: 310px;*/
  font-size: 11px;
  line-height: 13px;
}
.quickViewTask {
  padding: 5px 0 0 0;
  font-size: 11px;
  line-height: 13px;
}
.quickViewTask b {
  font-size: 13px;
  font-weight: 800;
  color: #127dc2;
}
#quickViewHeadline {
  padding: 0 0 10px 0;
  font-size: 18px;
  line-height: 20px;
  color: #014b88;
  text-transform: uppercase;
}
#quickViewDate {
  padding: 0 0 10px 0;
}
.quickviewContainer {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
}
#reportStatsContainer {
  padding: 30px 0;
  width: 580px;
}
#statSets {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.setCaption {
  padding: 5px 0 15px 0;
  width: 540px;
  font-size: 11px;
  line-height: 13px;
}
a.buttonAddNarrative {
  margin: 10px 0 0 0;
  padding: 0 5px 0 18px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #464958 url('/template/admin/images/iconNarrative.png') no-repeat 5px center;
  
  white-space: nowrap;
  display: inline-block;
}
a.buttonAddNarrative:hover {
  background: #333543 url('/template/admin/images/iconNarrative.png') no-repeat 5px center;
}
a.buttonAddPhoto {
  margin: 10px 0 0 0;
  padding: 0 5px 0 18px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #464958 url('/template/admin/images/iconPhoto.png') no-repeat 5px center;
  
  white-space: nowrap;
  display: inline-block;
}
a.buttonAddPhoto:hover {
  background: #333543 url('/template/admin/images/iconPhoto.png') no-repeat 5px center;
}
a.buttonAddGraph {
  margin: 10px 3px 3px 0;
  padding: 0 5px 0 18px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #464958 url('/template/admin/images/iconGraph.png') no-repeat 5px center;
  
  white-space: nowrap;
  display: inline-block;
  float: left;
}
a.buttonAddGraph:hover {
  background: #333543 url('/template/admin/images/iconGraph.png') no-repeat 5px center;
}
a.buttonAddSpreadsheet {
  margin: 10px 3px 3px 0;
  padding: 0 5px 0 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #464958 url('/template/admin/images/iconSpreadsheet.png') no-repeat 5px center;
  
  white-space: nowrap;
  display: inline-block;
  float: left;
}
a.buttonAddSpreadsheet:hover {
  background: #333543 url('/template/admin/images/iconSpreadsheet.png') no-repeat 5px center;
}
a.buttonAddContent {
  margin: 0 3px 3px 0;
  padding: 0 5px 0 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #464958 url('/template/admin/images/iconNarrative.png') no-repeat 5px center;
  
  white-space: nowrap;
  display: inline-block;
  float: left;
}
a.buttonAddContent:hover {
  background: #333543 url('/template/admin/images/iconNarrative.png') no-repeat 5px center;
}
a.buttonAddDoc {
  margin: 0 3px 3px 0;
  padding: 0 5px 0 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  background: #464958 url('/template/admin/images/iconNarrative.png') no-repeat 5px center;
  
  white-space: nowrap;
  display: inline-block;
  float: left;
}
a.buttonAddDoc:hover {
  background: #333543 url('/template/admin/images/iconNarrative.png') no-repeat 5px center;
}
a.buttonBlack {
  padding: 0 5px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #464958;
  
  white-space: nowrap;
  display: inline-block;
}
a.buttonBlack:hover {
  color: #fff;
  text-decoration: none;
  background: #333543;
}
#columnLeftContainer h3 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
}
#commentsHeadline {
  height: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  text-indent: 6px;
  color: #fff;
  background: #014b88;
}
ul#commentsContainer {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
ul#commentsContainer li {
  margin: 0;
  padding: 0;
}
/* ul#commentsContainer .author, .requestAuthor { */
.author {
  padding: 0 0 15px 0;
  font-size: 11px;
  line-height: 13px;
  font-style: italic;
  border-bottom: 1px solid #eeeded;
}
ul#interactionsContainer {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
ul#interactionsContainer li {
  margin: 0;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #eeeded;
}
ul#interactionsContainer .title {
  margin: 0 0 0 10px;
  min-width: 160px;
  display: block;
  float: left;
}
ul#interactionsContainer .date {
  margin: 0 0 0 10px;
  min-width: 180px;
  display: block;
  float: left;
  font-size: 11px;
}
ul#interactionsContainer .cost {
  margin: 0 0 0 10px;
  min-width: 80px;
  display: block;
  float: left;
  font-size: 11px;
}
ul#interactionsContainer .usage {
  margin: 0 0 0 10px;
  min-width: 100px;
  display: block;
  float: left;
  font-size: 11px;
}
ul#interactionsContainer .description {
  margin: 0 0 0 10px;
  min-width: 220px;
  display: block;
  float: left;
  font-size: 11px;
}
ul#interactionsContainer .author {
  margin: 0 0 0 10px;
  min-width: 100px;
  display: block;
  float: left;
  font-size: 11px;
}
.interactionsImages, ul#interactionsContainer .interactionsImages {
  margin: 0;
  padding: 0;
  list-style: none;
}
.interactionsImages li, ul#interactionsContainer .interactionsImages li {
  margin: 0;
  padding: 0 10px 10px 0;
  position: relative;
  border: none;
  float: left;
}
.interactionsImages li:hover .imageDelete {
  padding: 5px;
  width: 20px;
  display: block;
  position: absolute;
  right: -5px;
  top: -10px;
  z-index: 20;
}
ul#subListContainer {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
ul#subListContainer li {
  margin: 0;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #eeeded;
  font-size: 11px;
}
ul#subListContainer li.subListColHeader {
  font-size: 12px;
  font-weight: bold;
}
ul#subListContainer .col300 {
  margin: 0 0 0 10px;
  min-width: 200px;
  float: left;
  display: block;
}
ul#subListContainer .col250 {
  margin: 0 0 0 10px;
  min-width: 200px;
  float: left;
  display: block;
}
ul#subListContainer .col200 {
  margin: 0 0 0 10px;
  min-width: 200px;
  float: left;
  display: block;
}
ul#subListContainer .col150 {
  margin: 0 0 0 10px;
  min-width: 150px;
  display: block;
  float: left;
}
ul#subListContainer .col100 {
  margin: 0 0 0 10px;
  min-width: 100px;
  display: block;
  float: left;
}
ul#subListContainer .col50 {
  margin: 0 0 0 10px;
  min-width: 50px;
  display: block;
  float: left;
}
ul#subListContainer .options {
  float: right;
}
.listImages, ul#commentsContainer .listImages {
  margin: 0;
  padding: 0;
  list-style: none;
}
.listImages li, ul#commentsContainer .listImages li {
  margin: 0;
  padding: 0 10px 10px 0;
  position: relative;
  float: left;
}
.listImages li:hover .imageDelete {
  padding: 5px;
  width: 20px;
  display: block;
  position: absolute;
  right: -5px;
  top: -10px;
  z-index: 20;
}
.subListImages, ul#subListContainer .subListImages {
  margin: 0;
  padding: 0;
  list-style: none;
}
.subListImages li, ul#subListContainer .subListImages li {
  margin: 0;
  padding: 0 10px 10px 0;
  position: relative;
  border: none;
  float: left;
}
.subListImages li:hover .imageDelete {
  padding: 5px;
  width: 20px;
  display: block;
  position: absolute;
  right: -5px;
  top: -10px;
  z-index: 20;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.imageDelete {
  display: none;
}
.maintenanceImages, ul#commentsContainer .maintenanceImages {
  margin: 0;
  padding: 0;
  list-style: none;
}
.maintenanceImages li, ul#commentsContainer .maintenanceImages li {
  margin: 0;
  padding: 0 10px 10px 0;
  position: relative;
  float: left;
}
.maintenanceImages li:hover .imageDelete {
  padding: 5px;
  width: 20px;
  display: block;
  position: absolute;
  right: -5px;
  top: -10px;
  z-index: 20;
}
a.iconDelete {
  margin: 0 0 5px 2px;
  width: 16px;
  height: 16px;
  background: url('/template/admin/images/iconDelete.png') no-repeat left center;
  text-indent: -5000px;
  display: block;
  float: left;
}
a.iconSort {
  margin: 0 0 5px 2px;
  width: 16px;
  height: 16px;
  background: url('/template/admin/images/iconSort.png') no-repeat left center;
  text-indent: -5000px;
  display: block;
  float: left;
}
a.iconEdit {
  margin: 0 0 5px 2px;
  width: 16px;
  height: 16px;
  background: url('/template/admin/images/iconEdit.png') no-repeat left center;
  text-indent: -5000px;
  display: block;
  float: left;
}
.narrativeEdit, .reportPagesEdit, .narrativePhotoEdit, .photopagePhotoEdit, .photogridPhotoEdit, .quickViewTaskEdit, .statSetsEdit, .cityEdit, .programEdit, .itemEdit {
  display: none;
}
.narrativeContainer, .reportPages li, .narrativePhotoContainer, .photopagePhotoContainer, .photogridPhotoContainer, .quickviewContainer li, #statSets li, .cityName li, .programName li, #programsNav li, .departments li, .removableItems li {
  position: relative;
}
.narrativeContainer, .photopageContainer, .photogridContainer {
  margin: -15px -15px 0 -20px;
  padding: 15px 15px 5px 20px;
}
.narrativePhotoContainer, .photopagePhotoContainer {
  margin: -15px 0 0 -15px;
  padding: 15px 0 5px 15px;
}
.photogridPhotoContainer {
  margin: -15px 0 0 -15px;
  padding: 15px 15px 5px 15px;
}
.quickviewContainer li {
  margin: 0 0 0 -15px;
  padding: 0 0 5px 15px;
}
#statSets li {
  padding: 5px 15px 5px 20px;
}
.narrativeContainer:hover .narrativeEdit {
  padding: 5px;
  width: 20px;
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 20;
}
.narrativeContainer:hover, .narrativePhotoContainer:hover, .photopageContainer:hover, .photopagePhotoContainer:hover, .photogridPhotoContainer:hover, .quickviewContainer li:hover, #statSets li:hover, .removableItems li:hover {
  background: #f5f6fb;
}
.reportPages li:hover .reportPagesEdit, #programsNav li:hover .reportPagesEdit {
  padding: 0 5px 0 0;
  display: block;
  position: absolute;
  right: -5px;
  top: 0;
}
.narrativePhotoContainer:hover .narrativePhotoEdit {
  padding: 10px;
  width: 20px;
  display: block;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 20;
}
.photopagePhotoContainer:hover .photopagePhotoEdit {
  padding: 10px;
  width: 20px;
  display: block;
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: 20;
}
.photogridPhotoContainer:hover .photogridPhotoEdit {
  padding: 10px;
  width: 20px;
  display: block;
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: 20;
}
.quickviewContainer li:hover .quickViewTaskEdit {
  padding: 5px 10px 0 10px;
  display: block;
  position: absolute;
  right: -13px;
  top: -10px;
  z-index: 20;
}
#statSets li:hover .statSetsEdit {
  padding: 0 5px 0 0;
  width: 20px;
  display: block;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 20;
}
#programTabs.ui-tabs {
  padding: 0;
}
#programsNav {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
}
#programsNav li {
  padding: 0 0 5px 15px;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  background: url('/template/admin/images/bulletRed.png') no-repeat 5px 5px;
}
#programTabs #programsNav a, #programTabs #programsNav a:hover {
  color: #fff;
  display: block;
}
#programTabs .ui-state-hover {
  border: none;
  background: transparent url('/template/admin/images/bulletRed.png') no-repeat 5px 5px;
  font-weight: normal;
  color: #fff;
}
#programTabs .ui-tabs-selected.ui-state-active {
  border: none;
  background: transparent url('/template/admin/images/bulletRed.png') no-repeat 5px 5px;
  font-size: 13px;
  font-weight: bold;
}
#programContainer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
}
#programContainer ul ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}
#programContainer ul ul li {
  margin: 0;
  padding: 0 0 0 15px;
  background: transparent url('/template/admin/images/bulletRed.png') no-repeat 5px 5px;/*line-height: 25px;*/
}
.programCity .cityName span, .programCity .programName span {
  padding: 0 50px 0 0;
  height: 25px;
  display: block;
  float: left;/*position: absolute;
	right: -5px;
	top: 0;*/
}
.programCity .cityName:hover .cityEdit, .programCity .programName:hover .programEdit {
  margin: 0 0 0 -50px;
  padding: 0 0 0 5px;
  display: block;
  float: left;/*position: absolute;
	right: -5px;
	top: 0;*/
}
.departments {
  margin: 0;
  padding: 0;
  list-style: none;
}
.departments li {
  margin: 0 5px 5px 0;
  padding: 0 0 0 5px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #71be44;
  
  white-space: nowrap;
  display: inline-block;
  float: left;
}
.departments li:hover {
  background: #5ca038;
}
.departments span {
  padding: 0 25px 0 0;
  height: 20px;
  display: block;
  float: left;
}
.departmentEdit {
  margin: 0 0 0 -25px;
  padding: 0 5px;
  display: block;
  float: left;
}
.departments li .departmentDelete a.iconDelete {
  margin: 2px 0;
  width: 16px;
  height: 16px;
  background: url('/template/admin/images/iconCross.png') no-repeat left center;
  text-indent: -5000px;
  display: block;
  float: left;
}
.departmentDelete {
  padding: 0;
  display: block;
  position: absolute;
  right: 3px;
  top: 0;
}
/*fieldset {
  padding: 2px 0 10px 0;
  width: 450px;
  display: block;
  border: none;
}*/
fieldset ul.regions {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
  font-size: 14px;
  font-weight: 800;
}
fieldset ul.regions li {
  margin: 0;
  padding: 0 0 15px 0;
}
fieldset ul.cities {
  margin: 0;
  padding: 0 0 0 13px;
  list-style: none;
  font-size: 13px;
  font-weight: 700;
}
fieldset ul.cities li {
  margin: 0;
  padding: 5px 0;
}
fieldset ul.programs {
  margin: 0;
  padding: 0 0 0 13px;
  list-style: none;
  font-size: 13px;
  font-weight: normal;
}
ul#contactContainer {
  margin: 0;
  padding: 0;
  list-style: none;
}
.messageLeft {
  padding: 0 15px 0 0;
  width: 485px;
  float: left;
}
.messageRight {
  width: 325px;
  float: left;
}
#agedContainer {
  margin: 0 0 15px 0;
  width: 100%;
  background: #999999;
  text-align: center;
  
  display: block;
}
#agedContainer.open {
  background: #e60518;
}
#agedContainer.closed {
  background: #007cc4;
}
#agedContainer h4 {
  margin: 0;
  padding: 10px 15px 0 15px;
  color: #fff;
  font-size: 26px;
  line-height: 29px;
  font-weight: 800;
}
#agedContainer p {
  margin: 0;
  padding: 0 15px 10px 15px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}
form .imageContainer {
  padding: 0 0 0 140px;
}
form .imageContainer img {
  padding: 0 10px 15px 0;
  float: left;
}
.docContainer, .docList {
  margin: 0;
  padding: 0;
  list-style: none;
  float: none;
}
form[name="quickdate"] input {
  margin-bottom: 10px;
}
form.textbox button {
  margin: 5px 5px 10px;
}
/* RVP EVALUATIONS */
#jqGrid a.fa, .jqGrid a.fa, #jqGrid:hover a.fa, .jqGrid:hover a.fa {
  margin: 3px;
  color: #999;
}
ul.evaluation {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
ul.evaluation input[type="text"], ul.evaluation textarea {
  margin: 0;
}
ul.evaluation > li {
  margin: 0;
  padding: 6px 0;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  font-size: 0;
}
ul.evaluation > li.top {
  margin: 0;
  padding: 0;
  background: #127DC2;
}
ul.evaluation > li.questionItem {
  padding: 0 15px;
}
ul.evaluation > li:last-child {
  border-bottom: none;
}
/*ul.evaluation > li:first-child .left, ul.evaluation > li:first-child .right {
	vertical-align: bottom;
}*/
/*ul.evaluation > li:first-child .right {
  display: none;
}*/
ul.evaluation > li ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
ul.evaluation > li ul li {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
}
ul.evaluation .left, ul.evaluation .right {
  font-size: 13px;
  display: inline-block;
 *display: inline;
 *zoom: 1;
  position: relative;
  vertical-align: middle;
  float: none;
}
ul.evaluation .left {
  padding: 0;
  width: 60%;
}
form[name="aff_add_report"] ul.evaluation .left, form[name="aff_search"] ul.evaluation .left, form[name="aff_edit_evaluation"] ul.evaluation .left {
  padding-right: 15px;
}
form[name="aff_add_report"] ul.evaluation .right, form[name="aff_search"] ul.evaluation .right, form[name="aff_edit_evaluation"] ul.evaluation .right {
  text-align: left;
}
ul.evaluation h2 {
  padding: 6px 35px 6px 13px;
  font-size: 16px;
  border-bottom: none;
  background: none;
}
ul.evaluation h3 {
  margin: 0;
  padding: 0 15px;
  /*max-width: 435px;*/
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-transform: none;
  color: #000;
  display: inline-block;
}
ul.evaluation li.questionItem h3 {
  padding: 0;
}
ul.evaluation h4 {
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: none;
  color: #000;
}
ul.evaluation span.subQuestion {
  padding-left: 15px;
}
ul.evaluation > li.questionItem ul li {
  margin: 0;
  padding: 0;
  border: none;
}
ul.evaluation li.questionItem ul li label {
  width: auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
ul.evaluation li.questionItem ul li input {
  margin: 0 5px;
  display: inline-block;
}
form[name="aff_add_report"] ul.evaluation .right input, form[name="aff_search"] ul.evaluation .right input, form[name="aff_edit_evaluation"] ul.evaluation .right input {
  margin: 5px;
}
form[name="aff_add_report"] ul.evaluation .right input[type="checkbox"]:first-of-type, form[name="aff_search"] ul.evaluation .right input[type="checkbox"]:first-of-type, form[name="aff_edit_evaluation"] ul.evaluation .right input[type="checkbox"]:first-of-type {
  margin-top: 10px;
}
form[name="aff_add_report"] ul.evaluation .right input[type="checkbox"]:last-of-type, form[name="aff_search"] ul.evaluation .right input[type="checkbox"]:last-of-type, form[name="aff_edit_evaluation"] ul.evaluation .right input[type="checkbox"]:last-of-type {
  margin-bottom: 10px;
}
ul.evaluation li .right label {
  margin: 5px 10px 5px 0;
	width: auto;
  line-height: 18px;
	font-weight: normal;
	text-align: initial;
	vertical-align: baseline;
  display: inline;
  float: none;
}
ul.evaluation li .right input:not([type="checkbox"]), ul.evaluation li .right select, ul.evaluation li .right textarea {
  margin: 5px 0 5px 5px;
  display: inline-block;
}
ul.evaluation li .right textarea {
  margin-bottom: 0;
}
ul.evaluation ul li .left {
  text-indent: 20px;
}
ul.evaluation .right {
  padding: 0;
  width: 40%;
  text-align: right;
  right: 0;
}
ul.evaluation .right ul {
  margin: 6px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
ul.evaluation .right ul.choices {
  color: #ffffff;
}
ul.evaluation .right ul li {
  margin: 0;
  padding: 0;
  width: 25%;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  display: inline-block;
 *display: inline;
 *zoom: 1;
  vertical-align: bottom;
  border: none;
}
ul.evaluation .right ul.choices li {
  vertical-align: middle;
}
ul.evaluation li ul.multiple {
  margin: 0;
  padding: 0 20px;
  list-style: none;
}
ul.evaluation li ul.multiple li {
  margin: 0;
  padding: 10px 10px 10px 0;
  border: none;
  display: inline-block;
 *display: inline;
 *zoom: 1;
  vertical-align: top;
}
ul.evaluation li.questionItem .right ul {
  margin-right: -10px;
}
ul.evaluation li.questionItem .answer_notes {
  margin: 5px 0 15px 0;
}
a.show_hide_notes {
  text-decoration: none;
  font-weight: 700;
  float: right;
}
a.show_hide_notes:before {
  margin: 0 4px 0 0;
  font-family: 'FontAwesome';
  content: "\f0fe";
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #8ac43d;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
a.show_hide_notes.active:before {
  content: "\f146";
  color: #fdc801;
}
ul.evaluation li.questionItem span.errorText {
  float: right;
}
div.padding {
  margin: 20px 15px;
  display: inline-block;
}
.evaluationForm label {
  float: none;
}
.evaluationForm input[type="text"], .evaluationForm input[type="password"], .evaluationForm select {
  margin: 5px 0 10px 0;
  display: block;
  float: none;
}
.evaluationForm input[name="datetime_start"], .evaluationForm input[name="datetime_end"] {
  margin: 5px 10px 10px 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.evaluationForm p {
  margin: 5px 0 10px 0 !important;
  padding: 0;
  line-height: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.date-rvp {
  display: inline-block;
}
.rvp_image_container {
  font-size: 0;
}
.rvp_image_container img {
  margin: 0;
}

.rvp_image_container .iconDelete {
	margin: 0;
}

.rvp_image_container ul.listImages {
	margin: 0;
	padding: 0;
}

.rvp_image_container ul.listImages li {
	margin: 0 15px 0 0;
}

.rvp_image_container ul.listImages li:last-child {
	margin: 0;
}

.merge *, .merge *:after, .merge *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.merge-left h3, .merge-right h3 {
  margin: 0;
  padding: 5px 10px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background: #127DC2;
}
.merge-left {
  padding: 0 10px 10px 0;
  width: 50%;
  float: left;
}
.merge-right {
  padding: 0 0 10px 10px;
  width: 50%;
  float: left;
}
.merge-left table, .merge-right table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.merge-left table tr:nth-child(even), .merge-right table tr:nth-child(even) {
  background: #f3f8fc;
}
.merge-left table th, .merge-right table th {
  padding: 5px 10px;
  text-align: left;
  background: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #c2c2c2;
}
.merge-left table tr td, .merge-right table tr td {
  padding: 5px 10px;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
}
.merge-list {
  padding: 0 0 20px 0;
}
.merge-list h3 {
  margin: 0 0 5px 0;
}
.merge-list select {
  float: none;
}
.involved {
  margin: 10px 0 10px 140px;
}
/* VARIANCE REPORT */
a.button.variance {
    margin-bottom: 20px;
}
a.sort_report {
    width: 26px;
    height: 30px;
    position: absolute;
    right: 20px;
}
a.sort_report span {
    padding: 5px;
    width: 115px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #000;
    display: block;
    position: absolute;
    right: 0;
    top: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    pointer-events: none;
}
a.sort_report span:before {
    margin: 0;
    padding: 0;
    font-family: 'FontAwesome';
    content: "\f0d8";
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    position: absolute;
    top: -10px;
    right: 9px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}
a.sort_report:hover span {
    visibility: visible;
    opacity: 1;
}
a.sort_report:before {
    width: 26px;
    height: 30px;
    content: url('../images/icon-sort-locked.svg');
    display: inline-block;
}
a.sort_report.disable:before {
    content: url('../images/icon-sort-unlocked.svg');
}
.variance-report-container {
    margin: 0 -10px;
    font-size: 0;
}
.variance-report-container > h2.date {
    margin: 0 0 20px 10px;
    font-family: "Montserrat", Verdana, sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #014b88;
}
.variance-report-info {
    margin: 0 10px 20px 10px;
    padding: 20px;
    width: calc(20% - 20px) !important;
    text-align: center;
    background: #fff;
    border: 1px solid #e4e9ed;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.variance-report-container:not(.ui-sortable-disabled) .variance-report-info {
    cursor: move;
}
.variance-report-container:not(.ui-sortable-disabled) .variance-report-info:not(.ui-sortable-placeholder):before {
    width: 100%;
    width: calc(100% + 2px);
    height: 100%;
    height: calc(100% + 2px);
    content: '';
    background: rgba(255,255,255,.5);
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 10;
    /*transition: all .2s ease-in-out;*/
    visibility: hidden;
    opacity: 0;
}
.variance-report-container:not(.ui-sortable-disabled) .variance-report-info:not(.ui-sortable-placeholder):hover:before {
    visibility: visible;
    opacity: 1;
}
.variance-report-container .variance-report-info.ui-sortable-placeholder {
    border: 1px dotted #d7d7d7;
    background: rgba(0,0,0,.05);
    visibility: visible !important;
}
.variance-report-info.ui-sortable-helper {
    height: auto !important;
}
.variance-report-info h2 {
    margin: -21px -21px 0 -21px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    color: #fff;
    background: #014b88;
}
.variance-report-info h3 {
    margin: 0 -21px;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #afb4b8;
}
.variance-report-info h3.safety {
    background: #267fb2;
}
.variance-report-info h3.cleaning {
    background: #75b530;
}
.variance-report-info h3.hospitality {
    background: #c0113a;
}
.variance-report-info h3.outreach {
    background: #5b53ac;
}
.variance-report-info h3.landscaping {
    background: #ff8c26;
}
.variance-report-info ul.quantity {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 17px;
}
.variance-report-info ul.quantity li {
    margin: 0;
    padding: 0 0 5px;
}
.variance-report-info ul.quantity li span {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.variance-report-info ul.quantity li span.label {
    font-weight: 700;
    color: #014b89;
    text-align: right;
}
.variance-report-info ul.quantity li span.value {
    text-align: left;
}
.variance-report-info table.period {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}
.variance-report-info table.period th, .variance-report-info table.period td {
    padding: 2px 5px;
}
.variance-report-info table.period th {
    font-weight: 700;
}
.variance-report-info table.period th:first-child, .variance-report-info table.period td:first-child {
    
}
.variance-report-info table.period td:first-child {
    font-weight: 700;
    color: #014b89;
    text-align: right;
}
.variance-report-info p {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
}
.variance-report-info p:last-of-type {
    margin: 0;
}
.variance-report-info .arrow {
    margin: 30px auto 25px;
    width: 120px;
    height: 120px;
    position: relative;
}
.variance-report-info .arrow .variance {
    width: 100%;
    height: 85px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}
.variance-report-info .arrow .variance span {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    display: block;
    position: absolute;
}
.variance-report-info .arrow .total {
    width: 100%;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    position: absolute;
}
.variance-report-info .arrow.up .variance {
    background-image: url('../images/variance-arrow-up.png');
    top: 0;
}
.variance-report-info .arrow.up .variance span {
    bottom: 0;
}
.variance-report-info .arrow.up .total {
    background: #699e35;
    bottom: 0;
}
.variance-report-info .arrow.down .variance {
    background-image: url('../images/variance-arrow-down.png');
    bottom: 0;
}
.variance-report-info .arrow.down .variance span {
    top: 0;
}
.variance-report-info .arrow.down .total {
    background: #c0113a;
    top: 0;
}
.variance-report-info .arrow.neutral .variance {
    display: none;
}
.variance-report-info .arrow.neutral .total {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: #979b9f;
    border-radius: 120px;
}
@media screen and (max-width:1600px) {
.variance-report-info {
    width: calc(25% - 20px) !important;
}
}
@media screen and (max-width:1300px) {
.variance-report-info {
    width: calc(33.333% - 20px) !important;
}
}
@media screen and (max-width:1100px) {
select[name="timezone"] {
  width: 220px;
}
}
@media screen and (max-width:1000px) {
header {
  width: 100%;
}
.logo-main {
  width: 53px;
}
a.menu {
  display: inline-block;
}
nav.sidebar ul.user-nav > li > a {
  font-size: 0;
}
nav.sidebar ul.user-nav > li.user > a:before {
  margin-right: 0;
  font-size: 20px;
  top: 2px;
}
nav.sidebar ul.user-nav > li.user > a:after {
  display: none;
}
nav.sidebar {
  display: none;
}
footer {
  margin: 0 10px;
  padding: 20px 0;
}
div#content {
  margin-left: 0;
  padding: 80px 10px 0;
}
.loginContainer {
  margin: 0 auto;
  width: 100%;
}
html.expand body {
  /*width: 100%;*/
  /*white-space: nowrap;*/
  overflow-x: hidden;
}
html.expand .logo-main {
  width: 250px;
  position: fixed;
}
html.expand nav.sidebar {
  display: block;
}
html.expand footer {
  /*margin-left: 270px;*/
	width: 100%;
  left: 250px;
  position: absolute;
}
html.expand div#content {
  /*margin-left: 250px;
  width: 100%;*/
	left: 250px;
  /*white-space: nowrap;
  overflow: hidden;*/
}
.searchContainer {
  top: 77px;
  right: 10px;
}
form[name="aff_add_report"] ul.evaluation li:not(.top) .left, form[name="aff_search"] ul.evaluation li:not(.top) .left, form[name="aff_edit_evaluation"] ul.evaluation li:not(.top) .left, form[name="aff_add_report"] ul.evaluation li:not(.top) .right, form[name="aff_search"] ul.evaluation li:not(.top) .right, form[name="aff_edit_evaluation"] ul.evaluation li:not(.top) .right {
  padding: 5px 0;
  width: 100%;
}
a.sort_report {
    right: 10px;
}
}
@media screen and (max-width:768px) {
.searchContainer {
  margin-bottom: 30px;
  position: relative;
  top: 0;
  right: auto;
}
#taggingSidebar {
  width: 400px;
}
.textareaRight {
  width: 400px;
}
select.dropdown {
  width: 300px;
}
#pager {
  width: 300px !important;
}
#pager #pager_left {
  display: none;
}
#pager #pager_center, #pager #pager_right {
  display: block;
}
#pager #pager_center, #pager #pager_right div {
  text-align: left !important;
}
.walk-info .slider {
  width: 100%;
}
}
@media screen and (max-width:750px) {
.variance-report-info {
    width: calc(50% - 20px) !important;
}
}
@media screen and (max-width:600px) {
.searchContainer p {
  display: block;
}
#export_option {
  margin: 0 0 20px 0;
  padding: 10px;
  width: 100%;
  background: #f7f8fa;
  border: 1px solid #f0f1f4;
  float: none !important;
}
label {
  margin: 0;
  width: 100%;
  text-align: left;
  display: block;
  float: none;
}
ul.evaluation li .right label {
  margin: 0 10px 0 0;
  width: auto;
  font-weight: normal;
  text-align: initial;
  vertical-align: baseline;
  float: none;
  display: inline;
}
label[for="button"], label.empty {
  display: none;
}
label.error {
  padding-left: 0;
}
select {
  max-width: 100%;
}
select[name="timezone"] {
  margin-top: 5px;
  width: 100%;
}
input.textbox, select.dropdown {
  width: 100% !important;
}
textarea.full {
  width: 100%;
}
#dateFormContainer, #dateContainer {
  display: block;
  float: none;
}
#columnLeft {
  width: 45%;
}
#columnRight {
  width: 55%;
  left: 45%;
}
.ui-dialog {
  width: 100% !important;
}
#taggingSidebar {
  margin-left: 0;
  width: 100%;
}
.textareaRight {
  width: 100%;
}
form[name="editEquipment"] ul.docContainer, form[name="editPerson"] ul.docContainer {
  margin-left: 0;
}
form .imageContainer {
    padding: 0;
}
.receive_day {
  margin-top: 10px;
  display: block;
}
/*#infoContainer .row .title {
  min-width: 100%;
  float: none;
}
#infoContainer .row .floatRight {
  margin: 5px 0;
  padding-top: 5px;
  min-width: 100%;
  display: block;
  float: none;
  border-top: 1px solid #e4e9ed;
  font-size: 9px;
}
#infoContainer .row .floatRight div {
  width: 33.33%;
}
#infoContainer #assignTasks .row .floatRight div {
  width: 25%;
}*/
}
@media screen and (max-width:520px) {
.variance-report-info {
    width: calc(100% - 20px) !important;
}
}
@media screen and (max-width:450px) {
.walk-info .slider #slider1_start, .walk-info .slider #slider1_end {
  margin: 0;
  display: block;
  float: none;
}
}
@media screen and (max-width:400px) {
h1 {
  font-size: 22px;
  line-height: 22px;
}
h1:before {
  margin-right: 5px;
  font-size: 22px;
  line-height: 22px;
}
.contentContainer h2 {
  font-size: 16px;
  line-height: 16px;
}
}

@media screen and (max-width:360px) {
}

@media screen and (max-width:320px) {
}
/* BAR CHART */
.chart-wrapper {
  overflow-x: scroll;
}
svg.chart {
  min-width: 900px;
}
svg.chart .legend {
  fill: #2a2a2a;
  font: 12px "Montserrat", Verdana, sans-serif;
  text-anchor: start;
}
svg.chart text {
  fill: white;
  font: 10px "Montserrat", Verdana, sans-serif;
  text-anchor: end;
}
svg.chart .label {
  fill: #2a2a2a;
  font: 12px "Montserrat", Verdana, sans-serif;
  text-anchor: end;
  background: red;
}
.bar:hover {
  opacity: .5;
}
.axis path, .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.red_text { color: red !important; font-weight: bold; }
.green_text { color: green !important; font-weight: bold; }

/*
* Input styles for Business/Property/Block Contacts
*/
ul.contacts {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.contacts li {
	margin: 0 0 15px 140px;
	padding: 0 0 0 0;
}

ul.contacts li input {
	margin: 0 0 5px 0;
	display: block;
}

ul.contacts li input[type=email] {
	margin: 0;
}

ul.contacts li a {
	margin: 0;
	padding: 0;
}

/* Status Switch */
.switch {
  position: relative;
  display: block;
  margin: 5px 0;
  width: 36px !important;
  height: 20px !important;
}
.switch input {
  display:none;
}
.jqGrid .switch {
  margin: 0 auto;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ed1b35;
  border-radius: 20px;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch .slider:before {
  position: absolute;
  font-family: 'Glyphicons Regular';
  font-size: 12px;
  line-height: 16px;
  content: '\e208';
  color: #ed1b35;
  text-align: center;
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .switch .slider {
  background-color: #16a765;
}
input:focus + .switch .slider {
  box-shadow: 0 0 1px green;
}
input:checked + .switch .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  content: '\e207';
  color: #16a765;
}
/* Tiny MCE */
.wp_themeSkin .mceButton {
  width: auto !important;
  height: auto !important;
}
.wp_themeSkin .mceListBox .mceText, .wp_themeSkin .mceListBox .mceOpen {
  height: auto !important;
}

/* Document Uploader */
#uploadContainer {
  margin: 0 0 5px 0;
  padding-left: 140px;
  width: 100%;
  line-height: 30px;
  display: inline-block;
}
#uploadContainer h3 {
  margin: 0;
  font-size: 14px;
}
#uploadContainer p {
  margin: 0 0 15px 0;
}
#uploadContainer #mediaQueue {
  margin: 0;
  width: auto;
  height: auto;
  overflow: auto;
  background: transparent;
  border: none;
}
/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/

.uploadifive-button {
	margin: 0;
  padding: 0 10px;
  width: auto !important;
  height: 30px;
  font-family: "Montserrat", Verdana, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background: #71be44;
  border: none;
  display: inline-block;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.uploadifive-button:hover {
  background-color: #5ca038;
}
.uploadifive-queue-item {
	background-color: #F5F5F5;
	border-bottom: 1px dotted #D5D5D5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 12px Arial, Helvetica, Sans-serif;
	margin-top: 3px;
	padding: 15px;
}
.uploadifive-queue-item .close {
	background: url('/images/uploadifive-cancel.png') 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadifive-queue-item .progress {
	border: 1px solid #D0D0D0;
	height: 3px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #0072BC;
	height: 3px;
	width: 0;
}
input[type="file"] {
	cursor: pointer;
}

a.delete, a.linkDelete {
  font-size: 0;
  line-height: 14px;
}
a.delete:before, a.linkDelete:before {
  margin: 0 2px;
  padding: 0;
  font-family: 'FontAwesome';
  content: "\f1f8";
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #999;
  position: relative;
  top: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
