.red {
  color: #ff0000;
}

.starthidden {
  display: none;
}

.ishidden {
  display: none !important;
}

.zeropoint {
  width: 0px !important;
  height: 0px !important;
}

.cursorpointer {
  cursor: pointer;
}

.cursorhelp {
  cursor: help;
}

.floatright {
  float: right;
}

.wrapperalerts {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.expanderwrapper {
  text-align: right;
  white-space: nowrap;
  cursor: pointer;
  font-size: 0.7em;
}

.expanderwrapper:hover {
  color: #0000cc;
}

div.alert {
  transition: inherit;
  cursor: pointer;
}

body {
  background: #ffffff;
}
@media only screen and (min-width: 62em) {
  body {
    /* Medium devices (desktops, 992px and up) */
    background: url("../images/bg-page-60x59.png") repeat scroll 0 0 #ccc;
  }
}

@media (max-width: 61.938em) {
  .pagewrapper {
    /* Small devices (tablets, 768px and smaller) */
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media only screen and (min-width: 62em) {
  .pagewrapper {
    /* Medium devices (desktops, 992px and up) */
    margin: 1em 0;
  }
}
.pagewrapper .pagetitle,
.pagewrapper .footertitle {
  /* margin-bottom: 0.5em; */
  text-align: center;
  margin-bottom: 0.5em;
}
.pagewrapper h1.pagetitle,
.pagewrapper h1.footertitle {
  font-size: 2em;
}
.pagewrapper h2.pagetitle,
.pagewrapper h2.footertitle {
  font-size: 1.25em;
}
.pagewrapper .panel-title {
  font-weight: bold;
}
@media (max-width: 47.938em) {
  .pagewrapper .panel-title {
    /* Extra small devices (phones, less than 768px) */
    margin-bottom: 0.5em;
  }
}
.pagewrapper h1.panel-title {
  font-size: 1.5em;
  margin-top: 0.3em;
}
.pagewrapper h2.panel-title {
  font-size: 1.25em;
}
.pagewrapper form textarea {
  min-height: 150px;
}
.pagewrapper div.revealpassword {
  cursor: pointer;
}
.pagewrapper table.priorities {
  overflow-x: inherit;
}
.pagewrapper table.priorities tbody tr td {
  vertical-align: top;
  overflow: hidden;
  /* Limit DataTables row height */
  /* max-height: 2em; */
}
.pagewrapper table.priorities tbody tr td.deletebordertop {
  border-top: solid medium #ff0000;
}
.pagewrapper table.priorities tbody tr td.deleteborderbottom {
  border-bottom: solid medium #ff0000;
}
.pagewrapper table.priorities tbody tr td.deleteborderleft {
  border-left: solid medium #ff0000;
}
.pagewrapper table.priorities tbody tr td.deleteborderright {
  border-right: solid medium #ff0000;
}
.pagewrapper table.priorities tbody .projectdeleteindicator {
  color: #ff0000;
  font-size: 1.5em;
  text-align: center;
}
.pagewrapper .container,
.pagewrapper .container-fluid {
  /* Extends the Bootstrap class */
  /*
  @media only screen and (min-width: 62em) {
      @include box-shadow(0, 1px, 3px, rgba(34, 25, 25, 0.4));
      padding: 2em;
  }
  */
  background-color: #ffffff;
}
.pagewrapper .container .form-group.isrequired .control-label:before,
.pagewrapper .container-fluid .form-group.isrequired .control-label:before {
  content: '* ';
  color: #ff0000;
}
@media (min-width: 62em) {
  .pagewrapper .container,
  .pagewrapper .container-fluid {
    /* Medium devices (desktops, 992px and up) */
    border-radius: 0.5em !important;
    border: 1px solid #cccccc;
  }
}

.wrapperprojectname {
  font-variant: small-caps;
  font-size: 1.25em;
}

.wrapperprojectsection .staticfieldlabel {
  font-weight: bold;
}

.finalizedprioritiesnotice {
  font-size: 1.25em;
}

.wrappermyaccount .myaccountlabel {
  font-weight: bold;
}

.oauthloginbuttonwrapper {
  padding-top: 1em;
}
.oauthloginbuttonwrapper button {
  font-size: 1.5em;
}
.oauthloginbuttonwrapper img {
  max-width: 1.5em;
  max-height: 1.5em;
  width: auto;
  height: auto;
}

.requestdelete {
  background-color: #d5ba2f;
}

.footer_debugfooter {
  display: none;
  position: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  bottom: 0;
}

.fixedtopfloat {
  position: fixed;
  top: 0;
  z-index: 100;
  background: white;
  border-bottom: solid thin #333333;
  margin-left: auto;
  margin-right: auto;
}

.fixedsidebarfloat {
  position: fixed;
  top: 0;
  z-index: 100;
  background: white;
}

.bigajaxloader {
  font-size: 200%;
}

@media (max-width: 61.938em) {
  #containertoppagebuttons {
    /* Small devices (tablets, 768px and smaller) */
    text-align: center;
  }
}

.verticalcouncilnamewrapper {
  float: left;
  width: 1em;
  height: 1em;
  margin-left: 5%;
}
.verticalcouncilnamewrapper .sidebar_councilname {
  white-space: nowrap;
  transform-origin: bottom;
}
.verticalcouncilnamewrapper .sidebar_councilname h1 {
  text-align: left;
}

.rotate90minus {
  transform: rotate(-90deg);
  /* Legacy vendor prefixes */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate90plus {
  transform: rotate(90deg);
  /* Legacy vendor prefixes */
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* Media-specific */
/* Bootstrap overrides */
.navbar-default {
  background-color: inherit !important;
}

.navbar {
  border: none;
}
.navbar .divider-vertical {
  height: 50px;
  margin: 0 9px;
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #FFF;
}
@media (max-width: 61.938em) {
  .navbar .divider-vertical {
    /* Small devices (tablets, 768px and smaller) */
    display: none;
  }
}

.dropdown .dropdown-menu {
  min-width: 200px;
}
.dropdown .dropdown-menu.columns-2 {
  min-width: 400px;
}
.dropdown .multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.dropdown .multi-column-dropdown li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown .multi-column-dropdown li a:focus, .dropdown .multi-column-dropdown li a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown .multi-column-dropdown li.active a {
  color: #555;
  background-color: #e7e7e7;
  text-decoration: none;
  outline: 0;
}
@media (max-width: 767px) {
  .dropdown .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] {
  background-color: #cccccc !important;
}

/* DataTables overrides */
/*
.dataTables_paginate {
  text-align: left !important;
}
.dataTables_length {
  float: left !important;
  padding-right: 2em !important;
}
*/
@media (min-width: 62em) {
  header {
    /* Medium devices (desktops, 992px and up) */
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

footer {
  padding-top: 1em;
  padding-bottom: 2em;
}
footer img.footerlogo {
  max-width: 1.5em;
  max-height: 1.5em;
  width: auto;
  height: auto;
}

.wrapperloadprojects progress {
  width: 90%;
}

/*** BEGIN Mods requested by Courtney Peterson, 17 JUN 2020 ***/
.securitynoticelogintimeout {
  font-weight: bold;
  text-align: center;
  font-style: italic;
  font-size: 1.25em;
}

.wrappereditprojects {
  display: none;
}

/*** END Mods requested by Courtney Peterson, 17 JUN 2020 ***/
/* BS v3 Media Queries */
/* Extra small devices (phones, less than 768px)
 * No media query usually needed in practice since this is the default in Bootstrap
 */
@media (max-width: 47.938em) {
  /* Extra small devices (phones, less than 768px) */
}
@media (min-width: 48em) {
  /* Small devices (tablets, 768px and up) */
}
@media (max-width: 61.938em) {
  /* Small devices (tablets, 768px and smaller) */
}
@media (min-width: 62em) {
  /* Medium devices (desktops, 992px and up) */
}
@media (max-width: 74.938em) {
  /* Medium devices (desktops, 992px and smaller) */
}
@media (min-width: 75em) {
  /* Large devices (large desktops, 1200px and up) */
}
/* FILE UPLOAD */
.control-fileupload {
  display: block;
  border: 1px solid #d6d7d6;
  background: #FFF;
  border-radius: 4px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0px 10px 2px 10px;
  overflow: hidden;
  position: relative;
  /* File upload button */
}
.control-fileupload:before, .control-fileupload input, .control-fileupload label {
  cursor: pointer !important;
}
.control-fileupload:before {
  /* inherit from boostrap btn styles */
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: color 0.2s ease;
  /* add more custom styles*/
  content: 'Browse';
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 2px;
  line-height: 20px;
  text-align: center;
}
.control-fileupload:hover:before, .control-fileupload:focus:before {
  color: #333333;
  background-color: #e6e6e6;
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.2s ease-out;
}
.control-fileupload label {
  line-height: 24px;
  color: #999999;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
  margin-right: 90px;
  margin-bottom: 0px;
  cursor: text;
}
