.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;
}

.inline {
  display:inline-block;
}

.required::before {
  content: '\002731  ';
  color: red;
  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;
}

form#sign-in-form label {
  width:100%;
}

/*.main-navigation {
  padding-left:500px;
}*/

.ellipsis {
/*  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}

.fading {
  animation: fading 1s ease-in;
  /*transition: display 1s ease-in;*/
}

@keyframes fading{
  0% {opacity:0}
  100% {opacity:1}
}

table.dataTable thead .sorting {
  background-image: none !important;
}

thead {
  background: #f3f3f3!important;
  border-bottom: 2px solid #cfcfcf!important;
}

table.blue-table {
  border-collapse: collapse!important;
}

.blue-table thead tr {
/*  background-color: #ffffff;
  border-top: #F2F2F2 solid 5px;*/
  color: #808080!important;
}

table.dataTable thead th, table.dataTable thead td {
  border: none!important;
  text-transform: uppercase;
  padding: 0;
  text-align: left!important;
}

.blue-table tbody tr:nth-child(odd) {
  /*background-color: #F2F2F2!important;*/
  border-bottom: 1px solid #cfcfcf!important;
}

.blue-table tbody tr:nth-child(even) {
  /*background-color: #ffffff!important;*/
  border-bottom: 1px solid #cfcfcf!important;
}

.blue-table td {
/*  border: 1px #f8f8f8 solid;*/
  border: none!important;
  text-align: left!important;
}

.blue-table a {
  font-weight: bold;
}

.navigation-search {
/*  border-bottom: 8px solid #887530!important;*/
  border-bottom: 2px solid #b2bfc5;
}

.navigation-search::after {
/*  content: "";
  position: absolute;
  height: 10px;
  bottom: -2%;
  width: 50%;
  right: 0%;
  border-bottom: 10px solid #887530!important;
  border-image: linear-gradient(to right, #be9673 25%, #d8b99c 25%, #d8b99c 50%,#736a61 50%, #736a61 75%, #bf8673 75%) 5;*/
}

@media (max-width: 1500px) {
  #nav_list::after {
    right: 15px !important;
  }
}
#nav_list::after {
  content: "";
  position: absolute;
  height: 10px;
  bottom: 3%;
  width: 65%;
  right: -95px;
  border-bottom: 10px solid #887530!important;
  border-image: linear-gradient(to right, #be9673 25%, #d8b99c 25%, #d8b99c 50%,#736a61 50%, #736a61 75%, #bf8673 75%) 5;
}

.fixed.compact .branding img {
  width: auto!important;
}

.main-navigation.megadropdown .sub-nav {
  max-width: 400px;
  min-width: 250px;
  left: auto;
  right: auto;
}

#maps-navigation .first-level-link{
  color:white;
}
#maps-navigation .nav-item.active>a, .nav-item:hover>a {
    color: #046B99;
}
#maps-navigation .first-level-link > span[class^="ca-gov-icon"] {
  color: white;
}
#maps-navigation .nav-item.active>a>span[class^="ca-gov-icon"], .nav-item:hover>a>span[class^="ca-gov-icon"] {
  color: #046B99;
}
@media only screen and (min-width: 768px) {
  .fixed.compact .main-navigation {
    margin-top: -57px;
    min-height: 50px;
  }
  .fixed.compact .header-organization-banner a {
    max-width: 500px; 
  }
}
@media (max-width: 1000px) {
  .header-organization-banner {
    display: flex;
    margin-top: auto !important;
    margin-bottom: auto;
  }
  .header-organization-banner div {
    flex-direction: column !important;
  }
  .header-organization-banner h2 {
    font-size: 16px !important;
  }
}
@media (max-width: 750px) {
  #nav_list {
    width: 100% !important;
  }
  #nav_list::after {
    bottom: 0% !important;
    right: 0px !important;
    width: 100% !important;
  }
}

.modal-backdrop.show {
  opacity: 0.5;
}
#ui-datepicker-div {
  z-index: 31!important;
}
.date-input {
  /*border: none !important;*/
  box-shadow: none !important;
  /*cursor: pointer !important;*/
  background-color: white !important;
  width: 90px!important;
}
.calendar-icon {
  cursor: pointer !important;
}
.datePickerContainer {
  display: flex; 
  flex-direction: row; 
  align-items: center;
}

.container .main-primary {
  background-color: white;
}
.content-header {
  background-color: #026b9a;
  color: white;
  padding: 15px;
  text-align: center;
}
.content-header h3, .content-header h4 {
  font-weight: bold; 
}
.main-content {
  background: #ebebeb;
}
.landing-section a {
  font-weight: 600;
}
.landing-section{
  /*background-color: rgba(255,255,255,0.85);*/ 
  /*width: 70%;*/ 
  margin: auto;
  padding: 20px 20px 0px 20px;
}
.landing-section .desc-header {
  margin: 0px !important;
  padding: 10px; 
  font-weight: bolder;
  color: #3b1f15;
}
.description {
  font-size:16px; 
  padding: 10px;
  color: #695650;
}
.export-btn:focus {
  outline: none;
}
.export-btn {
  font-size: 22px;
  width: 100%;
  text-align: right;
}