/*p {
    margin: 0 0 0 0 !important;
}*/
.padding-top-0 {
  padding-top: 0 !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}
/* SmartForm Bootstrap Validation */
#extr-page h4.paragraph-header {
  width: auto;
}

#extr-page .smart-form .alert {
  margin: 4px;
}

  #extr-page .smart-form .alert li {
    margin-left: 14px;
    list-style: none;
  }

    #extr-page .smart-form .alert li:before {
      content: "\f071";
      font-family: FontAwesome;
      position: absolute;
      left: 14px;
    }

#extr-page .smart-form div + fieldset {
  padding-top: 15px;
}


.popover {
  width: 500px;
  max-width: 500px;
  text-indent: 0; /*Fix for responsorial psalm popovers*/
}

.popover-title {
  font-size: 18px;
  line-height: 0.9;
}

.audioActive {
  color: #999;
  cursor: pointer;
}

.superbox-show { /*disable this and set .superbox-current-img float to left to restore to default*/
  text-align: center;
}

.superbox-img-download {
  display: inline-block;
}

.superbox-current-img {
  max-height: 400px;
  max-width: 90%;
  float: unset !important;
  padding-right: 0px;
  padding-bottom: 0px;
  /*border: 15px solid white;*/
  background: white; /*wj*/
}

.superbox-list.killed:before {
  display: none;
}

.hover {
  background-color: white !important;
}

  .hover:hover {
    background-color: lightgray !important;
  }



.wide200 {
  width: 200px !important;
}

.wide300 {
  width: 300px !important;
}

.wide400 {
  width: 400px !important;
}

.wide500 {
  width: 500px !important;
}

.highlightStatus {
  background-color: lightgray !important;
}

#project-name li {
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 767px) { /*On mobile*/
  #content { /*Remove aside padding*/
    padding-right: 5px !important;
  }

  .profile-pic {
    float: left;
    text-align: left;
  }
}

top-right-nav {
  float: right;
}

top-left-tabs {
  float: left;
}

@media (max-width: 992px) { /*tablet/mobile*/
  #topRightTabBox, #topLeftTabBox {
    width: 100%;
    text-align: center;
  }

  top-right-nav, top-left-tabs {
    display: inline-block;
    float: none !important;
    margin-top: 5px;
  }

  menu-internal .btn {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .profile-pic {
    text-align: left;
    float: left;
  }
}

.centerTabs {
  display: inline-block;
  float: none !important;
  margin-top: 5px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #summaryBox {
    padding-left: 26px !important;
  }
}

.left-tab {
  z-index: 1 !important; /*prevent hover over left aside menu*/
}

.FullPageBackground {
  /*background-image: url("../img/Login/N01LESUB_desert_login_col.jpg"); */
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.loginWell {
  padding: 30px;
  margin-top: 40px;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.5);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

@media (max-width: 992px) {
  .login-desc-box-l {
    margin-bottom: 20px;
  }
}

.login-desc-box-l h4, h5 {
  font-weight: 400;
  color: white;
  margin: 8px;
}

.login-logo {
  /*margin-bottom: 20px;*/
  width: 500px;
  max-width: 100%;
}

.blurb-box {
  text-align: center;
}

.login-btn {
  margin-top: 20px;
  color: white;
  background-color: #18325c;
  white-space: normal;
  border-radius: 5px;
}

.btn-wrap {
  white-space: normal !important;
}

.tableHeader {
  width: 100%;
  border-color: #383838 !important;
  background: #404040;
  color: #fff;
  height: 34px;
  padding: 0;
  border: 1px solid #C2C2C2;
  border-radius: 0;
  line-height: normal;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}


textarea.ng-dirty {
  border-color: red !important;
  background-color: rgba(255, 0, 0, 0.03) !important;
}

input.ng-dirty {
  border-color: red !important;
  background-color: rgba(255, 0, 0, 0.03) !important;
}

.ui-datepicker-calendar:hover .calendarColour-green {
  background-color: #356e35;
}

.ui-datepicker-calendar:hover .calendarColour-red {
  background-color: #a90329;
}

.ui-datepicker-calendar:hover .calendarColour-white {
  background-color: #f7d64f;
}

.ui-datepicker-calendar:hover .calendarColour-violet {
  background-color: #6e3671;
}

.ui-datepicker-calendar:hover .calendarColour-blue {
  background-color: #18325c;
}

.datePickerDay {
  box-shadow: inset 0 0 0 2px #404040;
}

.ui-datepicker-calendar:hover .ui-datepicker-other-month {
  opacity: 0.4;
}

.ui-datepicker-today {
  box-shadow: inset 0 0 0 1px #ffffff;
}

  .ui-datepicker-today.calendarColour-green {
    background-color: #356e35;
  }

  .ui-datepicker-today.calendarColour-red {
    background-color: #a90329;
  }

  .ui-datepicker-today.calendarColour-white {
    background-color: #f7d64f;
  }

  .ui-datepicker-today.calendarColour-violet {
    background-color: #6e3671;
  }

  .ui-datepicker-today.calendarColour-blue {
    background-color: #18325c;
  }

.ui-datepicker-current-day.calendarColour-green {
  background-color: #356e35;
}

.ui-datepicker-current-day.calendarColour-red {
  background-color: #a90329;
}

.ui-datepicker-current-day.calendarColour-white {
  background-color: #f7d64f;
}

.ui-datepicker-current-day.calendarColour-violet {
  background-color: #6e3671;
}

.ui-datepicker-current-day.calendarColour-blue {
  background-color: #18325c;
}

.ui-datepicker-inline {
  width: 85%;
}

/*Light template settings*/
.smart-style-6 .datePickerDay {
  box-shadow: inset 0 0 0 2px #ffffff !important;
}

.smart-style-6 .ui-datepicker-today {
  box-shadow: inset 0 0 0 1px #404040 !important;
  color: #fff !important;
}

  .smart-style-6 .ui-datepicker-today a {
    color: #fff !important;
  }

.smart-style-6 .ui-datepicker-current-day a {
  color: #fff !important;
}

.smart-style-6 .ui-datepicker {
  background: #fff !important;
}

.smart-style-6 .ui-datepicker-header {
  background-color: #fff !important;
  color: #000;
}

.smart-style-6 .ui-icon {
  background-image: url(../img/jqueryui/ui-icons_222222_256x240.png);
}

.smart-style-6 .ui-datepicker-calendar:hover a {
  color: #fff !important;
}

.smart-style-6 #logo-group {
  background-color: #fff;
}

.smart-style-6 .page-footer {
  background-color: #19335b !important;
}

.smart-style-6 nav ul .active > a {
  font-weight: 800;
}

.smart-style-6 nav ul .open > a {
  font-weight: 800;
}
/*.smart-style-6 .onoffswitch-title{
  color: #fff;
}*/
/*End Light template settings*/
.switch-box {
  position: relative;
  top: -10px;
}

.editorial {
  font-size: 95% !important;
  MARGIN: 0pt 0mm 6pt 8mm;
  padding-right: 8mm; /*WJ addition to prevent overflow*/
  COLOR: blue;
  FONT-STYLE: normal;
  TEXT-DECORATION: none;
}

.smart-timeline-icon-green {
  background: #356e35;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  left: 80px;
  top: 10px;
  z-index: 100;
  padding: 2px
}

.smart-timeline-icon-red {
  background: #a90329;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  left: 80px;
  top: 10px;
  z-index: 100;
  padding: 2px
}

.smart-timeline-icon-violet {
  background: #6e3671;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  left: 80px;
  top: 10px;
  z-index: 100;
  padding: 2px
}

.smart-timeline-icon-white {
  background: #f7d64f;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  left: 80px;
  top: 10px;
  z-index: 100;
  padding: 2px
}

.fontSelectLabel {
  font-weight: 200;
  cursor: pointer;
}

body.smart-style-6 #fontSizeSelect {
  color: white;
}

.slide-btn:hover span, .slide-btn.hoveredSlide span {
  opacity: 1;
  max-width: 150px;
  transition: max-width 1s ease-out .1s, opacity 1s ease-out .1s, color .2s;
}

.slide-btn.hoveredSlide {
  background-color: #e6e6e6;
}

.slide-btn {
  overflow: hidden;
  background-color: #fbfbfb;
  /*background: #ddd;
  list-style: none;*/
  white-space: nowrap;
  margin-left: 10px;
  display: inline-block;
  border: none;
  height: 30px;
}

  .slide-btn span {
    opacity: 0;
    /*color: #666;*/
    max-width: 0;
    display: inline-block;
    text-decoration: none;
    transition: max-width 1s ease-out .1s, opacity 1s ease-out .1s, color;
  }



.slide2-btn:hover span, .slide2-btn.hoveredSlide span {
  opacity: 1;
  max-width: 450px;
  max-height: 140px;
  height: 140px;
  transition: max-height 3s ease-out .1s;
  transition: max-width 1s ease-out .1s;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #000;
}

.slide2-btn.hoveredSlide {
  background-color: #000;
  padding-left: 0px;
  padding-right: 0px;
}


.slide2-btn {
  overflow: hidden;
  background-color: #ffffff;
  /*background: #ddd;
  list-style: none;*/
  white-space: nowrap;
  margin-left: 0px;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
  border: none;
}

  .slide2-btn span {
    opacity: 1;
    color: #000;
    max-width: 100px;
    max-height: 20px;
    display: inline-block;
    text-decoration: none;
    transition: max-height 2s ease-out .1s;
    transition: max-width 1s ease-out .1s;
  }

.ng-value {
  padding: 0 !important;
  margin: 0;
  background-color: unset !important;
  margin-bottom: -2px;
}

body.smart-style-6.minified nav > ul > :first-child {
  margin-top: 34px;
}

body.smart-style-6 #helpList {
  color: white !important;
}

.select2-hidden-accessible {
  display: none;
}

#newsCarousel .profile-carousel .carousel-inner {
  max-height: unset;
}

.img-headshot {
  float: left;
  margin-right: 10px;
}

.para-headshot {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  border-bottom: 6pt solid #ffffff;
}


div.fadeMe {
  opacity: 0.5;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  position: fixed;
}




.bg-color-dark-green {
  background-color: #1c4e1c !important
}

.bg-color-dark-white {
  background-color: #f4c731 !important
}

.bg-color-dark-red {
  background-color: #8f0013 !important
}

.bg-color-dark-violet {
  background-color: #4e1d51 !important
}


.bg-color-vdark-green {
  background-color: #103a10 !important
}

.bg-color-vdark-white {
  background-color: #f1bb21 !important
}

.bg-color-vdark-red {
  background-color: #7c000a !important
}

.bg-color-vdark-violet {
  background-color: #4e1d51 !important
}

.lect_ref_cev {
  color: red !important;
  margin-left: 46px;
}
