.p-sm {
  padding:8px !important;
}
.p-md {
  padding:24px !important;
}
.p-lg {
  padding:48px !important;
}
.p-0 {
  padding:0 !important;
}
.m-sm {
  margin:8px !important;
}
.m-md {
  margin:24px !important;
}
.m-lg {
  margin:48px !important;
}
.m-0 {
  margin:0 !important;
}
.m-t-15 {
  margin-top: 15px;
}
.border {
  border: 1px lightgray solid;
}

.inline {
  display:inline-block;
}

.required::before {
  content: '\002731';
  color: red;
  margin-right:5px;
  font-weight: normal;
}

.required-one::before {
  content: '\002731\002731';
  color: orange;
  margin-right:5px;
  font-weight: normal;
}

.center {
  text-align:center;
}

.bold {
  font-weight:bold;
}

.text-xs {
  font-size:8pt;
}

.text-sm {
  font-size:10pt;
}

.text-md {
  font-size:12pt;
}

.text-lg {
  font-size:16pt;
}

.text-align-r {
  text-align:right;
}

.text-align-l {
  text-align:left;
}

.valign-t {
  vertical-align: top;
}

.valign-m {
  vertical-align: middle;
}

.valign-b {
  vertical-align: bottom;
}

.valign-bl {
  vertical-align: baseline;
}

.panel.panel-horizontal {
  display:table;
  width:100%;
}

.panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-body
, .panel.panel-horizontal > .panel-footer {
  display:table-cell;
}
.panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-footer {
  width: 25%;
  border:0;
  vertical-align: middle;
}
.panel.panel-horizontal > .panel-heading {
  border-right: 1px solid #ddd;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.panel.panel-horizontal > .panel-footer {
  border-left: 1px solid #ddd;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
}

#tools {
  position:absolute;
  right:0;
}

main {
  position:relative;
  min-height:500px;
}

.plain {
  background:none;
  border:none;
}
.rightJustified{
  text-align: right !important;
}
.centered{
  text-align: center !important;
}
.leftJustified{
  text-align: left !important;
}

.sub-button {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 12px;
  background-color: #d88c20;
  transition: opacity 0.2s;
  margin-top: 10px;
  height: 60px;
  width: 65px;
}

a.app .ca-gov-icon-plus-line:before, a.app .ca-gov-icon-table:before {
  top: 2px;
  font-size: 1.1em;
  position: relative;
}

.btn:hover .sub-button {
  transition: opacity 0.2s;
}

.sub-button:hover {
  background-color: #ffaa30;
}

.btn-pale-blue {
  background-color: #a7cbdb;
}

.tab-pane.active {
  outline: 0 !important;
}

.first-level-link {
  outline: 0 !important;
}

#tools a:hover {
  text-decoration:none;
}

.text-normal {
  font-weight: normal;
}

pre.print {
  display:inline;
  white-space:pre-wrap;
  word-break:inherit;
  word-wrap:inherit;
  font-family:arial;
  
  border:none;
  background:inherit;
  padding:0;
}

.breadcrumb {
  font-size:9pt;
}

.glyphicon-only:before {
  margin-right:0;
}

.mb-0 {
  margin-bottom:0;
}

.tooltip-inner {
  border-radius: 5px;
}

#main-content {
  padding-top: 52px;
}

.nav-item:hover>a>span[class^="glyphicon"] {
  color: #046B99;
}

.first-level-link > span[class^="glyphicon"] {
  display: block;
  font-size: 32px;
  color: #9fc7da;
}

.nav-item.active>a {
  color: #046B99 !important;
}

.fixed.compact .first-level-link [class^="glyphicon"] {
  display: none;
}

.nav-item.active::after {
  background-color: #046B99;
}

#pm-sub-navigation {
  padding-top: 10px;
  height: 50px;
  margin: 0px;
}

a.pm-sub-navigation-item.active {
  border-bottom: 2px solid #346c9a;
}

a.pm-sub-navigation-item {
  color: #346c9a !important;
  padding: 2px 5px;
  margin: 0px 5px;
  font-size: 17px;
  display: inline-block;
  width: auto;
  text-align: center;
  outline: unset !important;
  text-decoration: none !important;
}

a.pm-sub-navigation-item span {
  margin-right: 5px;
}

a.pm-sub-navigation-item:hover {
    border-bottom: 2px solid #6c99ce;
}

.utility-links .profile {
  cursor: pointer;
}
.utility-links .badge {
  background-color: rgba(0,0,0,0);
  vertical-align: inherit;
  font-size: 14px;
}
.profile:focus, .profile:hover {
  color: #fee09c;
}
.branding-text {
  font-size: 28px;
  color: black;
  vertical-align: middle;
}
.branding-text:hover {
  text-decoration: none;
}
.active-tab {
  color: #fff !important;
  background-color: #046B99 !important; 
}

.ui-selectable-helper {
  border: 1px solid #346c9a;
}

#main-menu, #main-menu ul {
  overflow: unset;
}

#main-menu ul li {
  display: block; 
  padding: 0px !important; 
}

.utility-header > .container {
  margin-right: 20px;
  margin-left: 20px;
  width: auto;
}

.sm-blue a {
/*  padding-top: 25px !important;
  padding-bottom: 24px !important;*/
  padding-top: 15px !important;
  padding-bottom: 14px !important;
}
#main-menu > li >  a.has-submenu {
  padding-top: 25px !important;
  padding-bottom: 24px !important;
}

.dropdown:hover,  .dropdown:active{
  color:white !important;
}

.sm-blue a.web-title{
  padding: 0px 0px 0px 0px !important;
}

.sub-arrow {
  bottom: 8px !important;
}

.title-text {
  text-align:center;
}

.dwr-logo {
  height: 70px;
  width: 49px;

}

.menu-group {
  float: left;
  width: 100%;
  background: white;
}

.settings-links {
  float: right;
}

.compact {
    display: none;
}

.hamburger {
  position: absolute; 
  width: auto; 
  height: auto; 
  top: 0px; 
  right: 0px; 
  padding: 15px 30px 15px 0px;
  padding-left: 15%;
}

.menu-icon {
  font-size: 35px !important;
}

#main-menu.indent-header {
  margin-left: 0;
  margin-right: 0;
  border-radius: 0 !important;
}

#main-menu {
  display: flex;
  align-items: center;
}

#main-menu span:nth-child(1) {
  margin-right: auto;
  padding-left: 0px !important;
  padding-right: 0px !important;
}


.web-title-text {
  color: black !important;
  font-size: 16pt !important;
  font-weight: normal !important;
  font-family: "Source Sans Pro", sans-serif !important;
}

.web-title-text:hover {
  background: white !important;
  color: black !important;
}

@media (min-width: 992px) {
  .nav-container {
    width: 940px;
  }
}

@media (min-width: 1280px) {
  .nav-container {
    width: 1250px;
  }
}

[class^="ca-gov-icon-arrow-prev"], 
[class^="ca-gov-icon-arrow-next"] {
  color: #046B99;
}

.map-img {
  height: 400px;
}

.web-title {
  display: flex !important;
  justify-content: start;
  align-items: center;
  min-height: 70px;
}

@media (max-width: 990px) {
  #main-content {
    padding-top: 0px;
  }
}

@media (max-width: 950px) {
  #main-menu > li > a.has-submenu {
    padding: 25px 5px 24px;
  }
  
  #main-menu > li:last-child {
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  #main-menu > li {
    display: none;
  }
  
  #main-menu > li:last-child {
    padding-right: 12px;
  }
}

@media (min-width: 600px) {
  .mobile-controls {
    padding-right: 30px !important;
  }
}

@media (max-width: 600px) {
  .hamburger {
    padding-right: 12px !important;
  }
}

@media (max-width: 560px) {
  .snowtrax-logo {
    display: none;
  }
}

@media (max-width: 500px) {
  .hamburger {
    padding-left: 8%;
  }
}

@media (max-width: 450px) {
  .dwr-logo {
    width: 70% !important;
    height: 60px !important;
  }
}

@media (max-width: 350px) {
  .hamburger {
    padding-left: 10px;
  }
}





