/*

DOFFSA brand colours
blue   -  #e2e2e2

  
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #222;
  color: #000;
  font-family: "Open Sans", sans-serif;
}


.cv_div{	
	position:relative;
}

.white{	
	color: #fff!important;
}
.gray{	
	color: #9F9F9F!important;
}

.red{	
	color: #cc0000!important;
}


.peagreen{	
	color: #492f92!important;
}

a.peagreen:hover{color: #fff!important;}

.img-border {
	padding: 12px;
	border: 2px dotted #ccc;
	margin: 10px auto auto auto;
	background: #fff;
	text-align: center;
}


a {
  color: #492f92;
  transition: 0.5s;
}

.green{color:#18d36e;}
a.dark{color:#444;}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}





p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 0 0 14px 0;
  padding: 0;
}

.btnredb{
border-color: #ff0000!important;
}
.btnredb .zmdi{
color: #ff0000!important;
}


/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #492f92;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 1111;
}

.back-to-top i {
  padding-top: 5px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*list-style-image:url(../_img/purple_tick.png);*/
ul.ticks{
	list-style:none;
	list-style-position: inside;	
	margin:0px 0 0 0px;
	padding-left:0px;
}

ul.ticks li{
margin:0px;
padding:0px 0px 16px 33px;
line-height:38px;
height:38px;
vertical-align:bottom;
font-size:1.0em;
background: url(../_img/purple_tick.png) left center no-repeat; 
}

#page_go_next{
	padding:30px 0 30px 0;
	clear:both;
	margin:auto;
	text-align:center;
}

.pgn_next_a{	
display:inline-block;
margin:0 0px 0 0px;
padding:10px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 0px 0;
  /* height: 92px; */
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 1111;
  background: #e2e2e2;
}




#header #logo {
  float: left;
}

@media (min-width: 1024px) {
  #header #logoxxx {
    padding-left: 60px;
  }
}



#header #logo a {
display: block;
background:url(../_img/logo.png) no-repeat;
width: 119px;
height: 36px;
background-size: contain;
text-indent: -4000px;
margin-top: 8px;
}




#header.header-scrolled {
  padding: 6px 0 10px 0;
  height: 52px;
  transition: all 0.5s;
}





#header.header-scrolled #logo a {
width: 44px;
height: 30px;
transition: all 0.5s;
background:url(../_img/logo_min.png) no-repeat;
background-size: contain;
margin-top: 1px;
}

#header.header-scrolled #nav-menu-container {
  margin-top: 0;
  transition: all 0.5s;
  background:transparent;
}


#header.header-scrolled .nav-menu a {
	font-size: 0.9em;
}
/*
#header.header-scrolled .nav-menu li:hover > a, #header.header-scrolled .nav-menu > .menu-active > a {
	color:#492f92;
}
*/

/*-------------------------==---------   NAVBAR   ------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/


.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    background: url("../_img/logo_fp.png") no-repeat;
    background-size: contain;
    width: 150px;
    height: 60px;
}
@media (max-width: 992px) {
    #mainNav{
    padding-top: 0.3rem!important;
    padding-bottom: 0.3rem!important;
    }
    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
        background: url("../_img/logo_fp.png") no-repeat;
        background-size: contain;
        width: 38px;
        height: 34px;
        transition: all 0.5s;
    }
    .masthead .masthead-heading{
    font-size: 1.6rem;
    }
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0.125rem solid transparent;
    border-radius: 0.5rem;
    transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .offcanvas-header {
        display: none;
    }
    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-sm .offcanvas-top, .navbar-expand-sm .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .offcanvas-header {
        display: none;
    }
    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-md .offcanvas-top, .navbar-expand-md .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .offcanvas-header {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-lg .offcanvas-top, .navbar-expand-lg .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .offcanvas-header {
        display: none;
    }
    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-xl .offcanvas-top, .navbar-expand-xl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xxl .offcanvas-header {
        display: none;
    }
    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-xxl .offcanvas-top, .navbar-expand-xxl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-expand .offcanvas-header {
    display: none;
}
.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
}
.navbar-expand .offcanvas-top, .navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
}
.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
}



/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/

.btn-get-started {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 9px 38px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #492f92;
  text-decoration:none;
}

.btn-get-started:hover {
  background: #dc2727;
  color: #fff;
}

.btn-get-started.red {
  color: #fff;
  background: #dc2727;
}

.btn-get-started.red:hover {
  color: #fff;
  background: #492f92;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f312";
  position: absolute;
  right: 15px;
  font-family: Material-Design-Iconic-Font;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 8px 0 0 0;
  padding-right: 10px;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 6px 8px 5px 8px;
  text-decoration: none;
  display: inline-block;
  color: #2b2b2b;
  
  font-weight: 400;
  font-size: 1em;

  outline: none;
  vertical-align: middle;  
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #646464;
}

.nav-menu >li + li::before {
    content: " | ";
	 color: #2b2b2b;
}
.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333!important;
  transition: 0.3s;
  display: block;
  font-size: 15px;
  text-transform: none;
}


.nav-menu ul li:hover > a, .nav-menu ul li > a.menu-active, .nav-menu li > a.menu-active {
  color: #646464!important;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  margin: 0px 10px 0 0;
  border: 0;
  background: none;
  font-size: 28px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #8F9CDD;
}
#mobile-nav-toggle.header-scrolled {
  margin: 4px 16px 0 0;
  transition: all 0.5s;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 9998;
  background: rgba(73,47,146,0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 1.1em;
  /*text-transform: uppercase;*/
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 7px 15px 0 5px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #492f92;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #492f92;
}

#mobile-nav ul li .menu-active {
  color: #646464!important;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 2222;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

.nobannerspacer{
	padding-top:93px;
}


.bgbannerspacerhp{
    padding: 52px 0 360px 0;
    background: linear-gradient(  rgba(255, 255, 255, 0.6),  rgba(255, 255, 255, 0.4)  ), url(../_img/1ew51q1ew51q1ew5.jpeg) no-repeat!important;
    background-attachment: fixed!important;
    background-size: cover!important;
    z-index: 1;
  }

  .bgbannerspacer{
    padding: 52px 0 360px 0;
    background: linear-gradient(  rgba(255, 255, 255, 0.6),  rgba(255, 255, 255, 0.4)  )no-repeat!important;
    background-attachment: fixed!important;
    background-size: cover!important;
    z-index: 1;
  }


/*--------------------------------------
Socials styles
------------------------------------*/
.zstyle {
  margin: 5px 20px;
  font-size: 40px;
  text-align: center;
  text-decoration: none;
}

.zstyle:hover {
  opacity: 0.7;
}

.z-globe {
  color:rgb(59, 152, 109);
}

.z-linkedin {
  color: #007bb5;
}

.z-facebook {
  color: #3B5998;
}

.z-twitter {
  color: #55ACEE;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/

  /* large page top heading (section-bg darkbg50 padtop) */
.section-main-heading{
    background-color: #e2e2e2;
    color: #2b2b2b;
    line-height: 24px;
    padding: 10px 0 10px 0;
    /*margin-bottom: 15px;*/
}



.section-header h1,.section-header h3  {
  font-size: 1.4em;
  color: #2b2b2b;
  text-align: left;
  font-weight: 400;
  /*position: relative;*/
  padding-bottom: 0px;
  margin: 5px 0 5px 0;
  display: inline-block;
}

/*

.section-main-heading .breadcrumb{
  background: none;
  justify-content: center;
  align-items: center;
  margin: 5px auto 0 auto;
  padding: 0 1em;
}
  .section-main-heading .breadcrumb .breadcrumb-item:before, .section-main-heading .breadcrumb .breadcrumb-item.active{
    color: #fff;
  }

.section header h1::before, .section -header h3::before,
.section -header h1::after, .section -header h3::after {
  background-color: #f0f0f0;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 20%;
}

.section- header h1::before, .section -header h3::before {
  right: 0.5em;
  margin-left: -40%;
}

.section- header h1::after, .section -header h3::after {
  left: 0.5em;
  margin-right: -40%;
}*/




.section-header p {
  text-align: center;
  padding-bottom: 0px;
}

.section-header.nopad p {
  padding-bottom: 0px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}
.whitebg {
  background: #fff;
  color:#0f0f0f;
}
.section-bg.padtop {
	padding:15px 0px 3px 0px;
}

.whitebg50 {
	background: rgba(230, 230, 230, 0.8);
	color: #333;
}



.whitebg30 {
	background: rgba(255,255,255,0.3);
	color: #333;
}


.whitebg30 p {
	color: #333;
}

.whitebg50 h2, .whitebg50 h3, .whitebg50 p, .whitebg30 h2, .whitebg30 h3 {
	color: #000;
}

.darkbg50 {
	background: rgba(32, 29, 29, 0.8);
	color: #fff;
}

.greybg50 {
	background: rgb(133, 139, 158);
	color: #fff;
}

.yellowbg {
  background: rgb(255, 192, 46, 0.5);
  color:rgb(0, 0, 0);
}

.redbg {
	background: #dc3545;
	color: #fff;
}
.redbg50 {
	background: rgba(220,53,69,0.8);
	color: #fff;
}
.yellowbg::-webkit-input-placeholder {
	color: #000;
}
.redbg30 {
	background: rgba(220,53,69,0.4);
	color: #fff;
}


/************************/
/****** blue bits *******/
.bluebg {
	background: #649bff;
	color: #fff;
}

.bluebg50 {
	background: #e2e2e2;
  color: #2b2b2b;
}

.bluebg30 {
	background: #e0e0e0;
  color: #020202;
}

.bluebg a{
	background: #e2e2e2;
	color: #2b2b2b;
}

.bluebg a:hover{
	background: #e2e2e2;
	color: #2b2b2b;
}


.bluebg50h-form {
	background: #fff;
	color: #2b2b2b;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-style: solid;
	border-width: 1px;
  border-radius: 5px;
	border-color: #e2e2e2;
}

.bluebg50sel-form {
	background: #e2e2e2;
	color: #f0f0f0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-radius: 5px;
}

.bluebg50h a{
	background: #e2e2e2;
	color: #2b2b2b;
}

.bluebg50h a:hover{
	background: rgba(19, 46, 131);
	color: #f0f0f0;
}

.bluebg50sel a{
	background: #e2e2e2;
	color: #2b2b2b;
}

.bluebg50sel a:hover{
	background: #e2e2e2;
	color: #2b2b2b;
}


.bluebg50 h3 {
	color: #2b2b2b!important;
}




/**************************/
/*************************/

.greenbg {
	background: rgba(47,136,41);
	color: #fff;
}


.greenbg50 {
	background: rgba(47,136,41,0.50);
	color: #fff;
}




.rounded {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
  padding: 15px !important;
}



/* About Us Section
--------------------------------*/
#about {
  padding: 10px 0 40px 0;
  position: relative;
  width:100%;
	min-width: none;
	max-width: none;
}

@media (max-width: 1200px) {

}




@media (max-width: 770px) {

}


@media (max-width: 550px) {
	#header {
    height: 44px;
  }
  #header #logo a {
    display: block;
    background:url(../_img/logo_min.png) no-repeat;
    width: 44px;
    height: 30px;
    background-size: contain;
    text-indent: -4000px;
    margin-top: 10px;
  }
    

  .bgbannerspacer {
    padding: 44px 0 0px 0;
    background: none;
    z-index: 1;
  } 
  
  .bgbannerspacerhp {
    padding: 44px 0 0px 0;
    background: none;
    z-index: 1;
  } 
    
    
}




.red_box p, .red_box_keep p, .green_box p, .green_box_keep p {
	padding: 0px;
	margin: 0px;
}
.red_box, .red_box_keep {
	padding: 10px 20px 10px 20px;
	background: rgba(139,9,9,0.50);
	border: 1px dashed #fff;
	color: #fff;
	border-radius: 8px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
.green_box, .green_box_keep  {
	padding: 10px 20px 10px 20px;
	background: rgba(0,142,0,0.5);
	border: 1px dashed #fff;
	color: #fff;
	border-radius: 8px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}

.fieldalert {
	background: rgba(255,0,0,0.3);
	color: #fff;
}

.hideform{
display:none;
}

blockquote {
	border-left: 4px solid #492f92;
	margin: 1.8em 1.3em 1.8em 1em;
	padding: 1em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	font-size: 1.1em;
	color: #444;
}

blockquote:before {
	color: #492f92;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.1em;
	vertical-align: -0.4em;
}
blockquote:after {
  visibility: hidden;
  color: #492f92;
  content: close-quote;
  line-height: 0.1em;
	margin-right: 0.1em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
}


.smrow1 {
	padding: 3px 0 3px 8px;
	background-image: url(../_img/bulletx.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.smrow2 {
	padding: 3px 0 3px 0;
	margin-left: 25px
}
.smrow3 {
	padding: 3px 0 3px 0;
	margin-left: 50px
}
.smrow4 {
	padding: 3px 0 3px 0;
	margin-left: 75px
}
.smrow2 a {
	color: #222
}
.smrow3 a, .smrow4 a {
	color: #555
}
.smrow2 a:hover, .smrow3 a:hover, .smrow4 a:hover {
	color: #e5690d
}
.sm_block {
	display: block;
	margin: 3px 0 15px 0px;
	vertical-align: top;
	width: auto;
	border: 0px solid #ccc;
	padding: 0px;
}
.sm_block.no_right_bord {
	border-right: 0
}
.block-section {
	display: block;
	margin-bottom: 30px;
	border: 1px dashed #777;
	padding: 20px;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #e2e2e2;
  padding: 0 0 30px 0;
  color: #2b2b2b;
  font-size: 14px;
}

#footer .footer-top {
  background: #555;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #492f92;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #eee;
}

#footer .footer-top .footer-info img {
max-width:90%!important;
height:auto;
padding-bottom:10px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 56px;
  height: 56px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #492f92;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #492f92;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
  text-decoration:none;
}

#footer .footer-top .footer-links ul a:hover {
  color: #e2e2e2cc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #492f92;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}




#footer .copyright {
  text-align: center;
  padding: 10px 0 10px 0;
}
#footer .copyright a {
color:#2b2b2b;
text-decoration: underline;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #2b2b2b;
}



/* Doug's additional things */

.styleBin {
  border:none;
  background-image:none;
  background-color:transparent;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
}



.styleBin1 {
  border:none;
  background-image:none;
  background-color:transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline;
}


/*   these ones for bigger labels    */
input.togcheck {
	position: absolute;
	left: -9999px;
}
label.toglabel {
	display: inline-block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 4px 10px;
	border-radius: 4px;
	background: #666;
	color: #fff;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	font-size: 1em;
}
label.toglabel.marge {
	margin: 4px 4px 8px 4px;
}
label.toglabel.grey {
	background: #666!important;
}
label.toglabel.text-center {
	padding: 7px 15px 7px 15px;
}
input.togcheck:checked + label.toglabel {
	background-color: #0D920D;
}
input.togcheck:checked + label.toglabel::before {
	background-color: #fff;
}




/*   these ones for smaller labels    */
input.togchecksm {
	position: absolute;
	left: -9999px;
}
label.toglabelsm {
	display: inline-block;
	position: relative;
	margin: 0px;
	padding: 4px;
	border-radius: 4px;
	background: rgb(180, 172, 172);
	color: #fff;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	font-size: 1em;
  width: 18%;
  text-align: center;
}
label.toglabelsm.marge {
	margin: 4px 4px 8px 4px;
}
label.toglabel.grey {
	background: #666!important;
}
label.toglabelsm.text-center {
	padding: 7px 15px 7px 15px;
}
input.togchecksm:checked + label.toglabelsm {
  background-color: #f0f0f0;
  color: #000;
}
input.togchecksm:checked + label.toglabelsm::before {
	background-color: #fff;
}




input[type='checkbox'] {
  width:16px;
  height:16px;
  background:white;
  border-radius:5px;
  border:2px solid #555;
  margin-top: 0;
}


.sectionBtn a {
  display: block;
  border-radius:0.25rem;
  }


input[type=radio] {
  width: 20px;
  height: 20px;
}


input[type=date] {
  text-transform:uppercase;
}

/* -------------------------------- */
/*           DOB DATE PICKER        */

#dob_select_day {
  display: inline; 
  max-width: 15%;
}

#dob_select_month {
  display: inline; 
  max-width: 50%;
}

#dob_select_year {
  display: inline; 
  max-width: 25%;
}

/* -------------------------------- */
/* -------------------------------- */

.checkbox-resize {
  width: 19px;
  height: 19px;
  vertical-align: middle;
  border: 1px solid;
  border-color: #e2e2e2 !important;
  outline: none;
  cursor: pointer;
}

.appTable th {
  vertical-align: middle;
}

/*  app table button  */
@keyframes pulse {
  from { transform: scale(1); }
  50% { transform: scale(0.85); }
  to { transform: scale(1); }
}

.fe-pulse {
  animation-name: pulse;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

/*----------------------------------------*/





ul.list {
  list-style:disc;
  padding: 0;
  margin: 20px auto 30px auto;
  text-align: center;
  width: 90%;
}

ul.list li {
  padding: 0px 5px 10px 5px;
  display: inline-block;
  text-align: center;
  margin: auto;
  vertical-align: middle;
  font-size: 1.1em;
}

ul.list li:before {
  content: "\2022\2009";
  font-size: 1.1em;
  color: #492f92;
}


.tfcredit{
	font-weight: normal;	
	color: #828488;
	display:inline-block;
	padding:16px 0 0px 0px;
	width:30px;
	height:30px;
	overflow:hidden;
	background:url(../_img/tayfusion-web-design-dundee.png) no-repeat left bottom;
	text-indent:-3000px;
}

.big_checkbox {
	width: 18px!important;
	height: 18px!important;
	vertical-align: middle;
}



div.scroll-col{
    height: 1000px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 0 0 0;
    width:auto;
    display:inline-block;
}



/* handle "actions" (right most column) if .has-actions-cell class on table */
table.list-table.has-actions-cell tbody tr td:last-of-type, table.list-table.has-actions-cell thead tr th:last-of-type{
  text-align: center;
  width: 1%;
  text-overflow: none;
  white-space: nowrap;
}
/* same but for the left-most column */
table.list-table.has-actions-cell-left tbody tr td:first-of-type, table.list-table.has-actions-cell-left thead tr th:first-of-type{
  text-align: center;
  width: 1%;
  text-overflow: none;
  white-space: nowrap;
}


table.list-table {
    margin: 0 0 0 0;
    /*width: inherit !important; "better" than 100% as affects rules browsers use to adust col widths (can set width=1% to force minimum auto width on a col) */
    width: 100%;
    /* height: 100%; */
}
table.list-table.sml {
	font-size: 0.9em;
}


table.list-table thead tr th {
	background: #443D57;
	border: 0px;
	text-align: left;
	border-width: 0px;
	font-size: 1.05em;
	font-family: Arial;
	font-weight: 300;
	color: #ffffff;
    padding: 3px 6px;
}
table.list-table thead tr.bigger th {
	font-size: 1.4em;
}


table.list-table th {
	background: #595a5c;
	color: #fff!important;
	position: sticky;
	top: 0px;	
	z-index: 60;
	padding: 3px 4px;
	font-weight:400;
	border-right:1px solid #dadce3;
	text-align: left;
}
















table.list-table tr:nth-child(odd) {
	background-color: #e2e2e2;
	border-bottom: 1px solid #b6b6b6;
}
table.list-table tr:nth-child(even) {
	background-color: #ddd;
	border-bottom: 1px solid #b6b6b6;
}

table.list-table.sml tr.trdark {
	background-color: transparent;
	font-size: 1.0em;
}

table.list-table td {
	vertical-align: middle;
	border: 0px solid #b6b6b6;
	text-align: left;
	padding: 5px 6px;
	font-weight: normal;
	color: rgb(0, 0, 0);
	border-width: 0px 1px 0px 0px;
}
[lt-title]:hover:after {
	opacity: 1;
	transition: all 0.1s ease 0.5s;
	visibility: visible;
}
[lt-title]:after {
	content: attr(lt-title);
	background-color: rgba(22,22,22,0.9);
	color: #fff;
	font-size: 14px;
	position: absolute;
	padding: 2px 8px 3px 8px;
	top: 1.0em;
	left: 100%;
	box-shadow: 1px 1px 2px #222222;
	opacity: 0;
	border: 1px solid #fff;
	z-index: 99999;
	visibility: hidden;
	min-width: 90px;
	max-width: 500px;
	text-align: left;
}
[lt-title] {
	position: relative;
}
table.list-table.sml td {
	padding: 5px 4px;
	border-width: 0px 0px 0px 0px;
}
table.list-table td .tit {
	font-size: 1.1em;
}
table.list-table td a.block {
	display: block;
}

table.list-table td a.block:hover {
	background: #fff;
}

table.list-table td a {
	color: #222;
}
table.list-table td a:hover {
	/* color:#49e441;  */
	color: #006881;
}




table.list-table td a.btn{
  color: #fff;
}


/*


*/



.ac {
	text-align: center!important;
}
.ar {
	text-align: right!important;
}
.trselected {
	background-color: #186f13!important;
	color: #fff!important;
}
.tdsmall {
	font-size: 0.85em;
}

.trtdtrans {
	background-color:transparent!important;
	color: #ffffff!important;
	font-size: 1.1em;
   font-weight: 500;
	padding-top: 15px!important;
	border: 0px!important;
}
.trtdtrans td {
	color: #ffffff!important;
	background-color:transparent!important;
	border: 0px!important;
}

table.list-table.simple_rows tr {
	background-color: transparent;
	border: 0px!important;
}
table.list-table.simple_rows td.trtdtrans {
	border-bottom: 0px!important;
}
table.list-table.simple_rows td {
	background-color: #ddd;
	/*border-bottom: 1px solid #fff;*/
}




.trnoborders {
	border: 0px!important;
}



.trselected td {
	color: #fff!important;
}
table.list-table td.spanstyle strong {
	width: 38px;
}
table.list-table td.spanstyle span {
	color: #cc0000!important;
	font-style: italic;
}
.tralert {
	background-color: rgb(245, 135, 137)!important;
	color: #fff;
}
.tralert a {
	color: #fff!important;
}

.tralertlight {
	background-color: #f0f0f0!important;
	border-color: #fff;
	color: rgb(26, 24, 24);
}
.tralertb {
	background-color: rgba(189,21,24,0.9)!important;
	color: #fff!important;
}
.trwarn {
	background-color: rgba(24,21,189,0.5)!important;
}

.trwarnform {
	background-color: rgba(24,21,189,0.3)!important;
	color: #fff;
	
}




.tralert td, .tralertlight td, .trwarn td {
	color: #fff!important;
}

.trred {
	background-color: rgba(255,0,4,0.90)!important;
}
.trgrey {
	background-color: #989898!important;
}
.trdark {
	background-color: #6B6B6B!important;
}
.trdark td {
	color: #ccc!important;	
}

.trdarkb {
	background-color: rgba(26,26,59,0.6)!important;
}
.trdarkb td {
	color: #fff!important;	
}


.nofold{
white-space: nowrap;
}

table.list-table td .btn {text-decoration: none!important;}

.tbl_sort{
text-decoration: underline;
color: #492f92!important;
}

.checkbox-inline{
background: #492f92;
color: #fff;
margin: 5px 5px;
padding: 4px 15px 4px 10px;
text-align: center;
}




[cool-title]:hover:after {
	opacity: 1;
	transition: all 0.1s ease 0.3s;
	visibility: visible;
}
[cool-title]:after {
	content: attr(cool-title);
	background-color: rgba(39,84,122,0.80);
	color: #fff;
	font-size: 14px;
	position: absolute;
	padding: 5px 10px 4px 10px;
	top:2.2em;
	left: 5%;
	box-shadow: 1px 1px 2px #282E41;
	opacity: 0;
	border: 1px solid #fff;
	z-index: 9999;
	visibility: hidden;
	width: auto;
	/*white-space: nowrap;*/
    white-space: pre;
	max-width: 300px;
	text-align: left;
    border-radius: 6px;
    height: auto;
    font-family: sans-serif;
}
[cool-title] {
	position: relative;
}



/*---  TOGGLE SWITCH STUFF- original version -----*/
/* input.togcheck {
  position: absolute;
  left: -9999px;
}
label.toglabel {
	display: inline-block;
	position: relative;
	margin: 0px 6px 8px 0px;
	padding:6px 15px 6px 10px;
	border-radius: 4px;
	background: #666;
	color: #fff;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
}

label.toglabel.surv0 {background: #f3ab37;}
label.toglabel.surv1 {background: #263997;}
label.toglabel.surv2 {background: #3b479e;}
label.toglabel.surv3 {background: #4e56a6;}
label.toglabel.surv4 {background: #6265ae;}
label.toglabel.surv5 {background: #05b59a;}
label.toglabel.surv6 {background: #00ae90;}
label.toglabel.surv7 {background: #00a886;}

label.toglabel.marge {
	margin: 4px 4px 8px 4px;
}

label.toglabel.grey {
  background: #666!important;
}

label.toglabel.text-center {
	padding: 7px 15px 7px 15px;
}

input.togcheck:checked + label.toglabel {
  background-color: #0D920D;
}

input.togcheck:checked + label.toglabel::before {
  background-color: #fff;
} */

/*---  TOGGLE SWITCH STUFF- for css form version -----*/
 input.togcheck1 {
  position: absolute;
  left: -9999px;
}
label.toglabel1 {
	position: relative;
	margin: 0px 6px 8px 0px;
	padding:6px 15px 6px 10px;
	border-radius: 4px;
	background: rgb(227, 233, 236);
	color: #000;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	width: 100%;
	white-space: normal;	
}


input.togcheck1:checked + label.toglabel1 {
  background-color: #f0f0f0;
  color: #000;
}

input.togcheck1:checked + label.toglabel1::before {
  background-color: #fff;
}

/*--- END OF TOGGLE SWITCH STUFF- for css form version -----*/



/*---  SLIDER STUFF FOR CSS PAGE - doug's add -----*/

.slidecontainer {
width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;  
  background: rgb(211, 229, 240);
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: rgb(19, 46, 131);
  cursor: pointer;
}

.sliderActive::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #f0f0f0;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgb(19, 46, 131);
  cursor: pointer;
}

.sliderActive::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f0f0f0;
  cursor: pointer;
}

/*--- END OF SLIDER STUFF FOR CSS PAGE - doug's add -----*/






.activebox{
display: inline-block;
vertical-align: middle;
background: #13670C;
color: #fff;
padding: 3px 6px;
font-size: 0.8em;
}

.activebox.inactive{
background: #9E1111;
}
.activebox.waiting{
background: #666666;
}

.activebox.active2{
background: #073DAA;
}
.activebox.inactive2{
background: #700C8B;
}

.activebox.other_0{
background: #f3ab37;
}
.activebox.other_1{
background: #4e56a6;
}
.activebox.other_2{
background: #00a886;
}



#below_top_div{
position: relative;
top:65px;
}
#top_div{
position: absolute;
top:5px;
text-align: center;
margin: auto;
width: 100%;
}

#top_div_inner{
text-align: center;
margin: auto;
}

.fuclass{
display: inline-block;
vertical-align: middle;
border: 1px solid #666;
border-radius: 2px;
height: 16px;
width: 10px;
margin-left: 2px;
-webkit-box-shadow:inset 0px 0px 0px 1px #fff;
-moz-box-shadow:inset 0px 0px 0px 1px #fff;
box-shadow:inset 0px 0px 0px 1px #fff;
}

.fuclass.yes{
background: rgba(31,126,8,1.00);
}
.fuclass.no{
background: rgba(183,21,24,1.00);
}
.fuclass.hide{
display: none;
}

.eeek{
color: #B71518;
font-weight: bold;
}

.formhide{
display:none;
}


.pathsbg_lightblue{
background: #cabde7;/*bebee4*/
}


#img_up_prog_box_win{
	position:fixed!important;
	bottom:0px;
	left:0px;
	width:100%;
	height:20px;
	background:#631237;
	z-index:5555;
}

.img_up_prog_box_cls{
	width:100%;
	margin:0px auto 0px auto;
	background:#631237;
	height:20px;
}

.img_up_prog_box_cls span{
	width:1%;
	display:block;
	height:100%;
	background:#129115;
}

  
/* listable items cards/grid/etc */

div.blockItemsList div.col > div{
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  position: relative;
}



/* print overrides */
  
@media print {
	body {
	color: #111!important;
	font-size: 10px!important;
	}
	.hideprint{display:none!important;}
	#mobile-nav-toggle{display:none!important;}
	#main{width: 100%; margin: 0px!important; padding: 0px!important;}  
	.container{width: 100%; margin: 0px!important; padding: 0px!important;}
	.section-header{width: 100%; margin: 0px!important;}
	.trdarkb td,.darkbg50{color: #111!important;}
	.trselected{color: #111!important; font-weight: bold!important;}
	table.list-table tr td {
		font-weight: normal!important;
	}
	.white{color:#000!important;}
}
