:root {
	 --main-bg-color: #009d63;
	 --main-text-color: #0b5ed7;
	 --second-text-color: #bbbec5;
	 --second-bg-color: #c1efde;
}
 .primary-text {
	 color: var(--main-text-color);
}
 .second-text {
	 color: var(--second-text-color);
}
 .primary-bg {
	 background-color: var(--main-bg-color);
}
 .secondary-bg {
	 background-color: var(--second-bg-color);
}
 .rounded-full {
	 border-radius: 100%;
}
 #wrapper {
	 overflow-x: hidden;
	 background-image: linear-gradient(to right, #f9f9fb, #f9f9fb);
}
 #sidebar-wrapper {
	 min-height: 100vh;
	 margin-left: -15rem;
	 -webkit-transition: margin 0.25s ease-out;
	 -moz-transition: margin 0.25s ease-out;
	 -o-transition: margin 0.25s ease-out;
	 transition: margin 0.25s ease-out;
}
 #sidebar-wrapper .sidebar-heading {
	 padding: 0.875rem 1.25rem;
	 font-size: 1.2rem;
}
 #sidebar-wrapper .list-group {
	 width: 15rem;
}
 #page-content-wrapper {
	 min-width: 100vw;
}
 #wrapper.toggled #sidebar-wrapper {
	 margin-left: 0;
}
 #menu-toggle {
	 cursor: pointer;
}
 .list-group-item {
	 border: none;
	 padding: 20px 30px;
}
 .list-group-item.active {
	 background-color: transparent;
	 color: var(--main-text-color);
	 font-weight: bold;
	 border: none;
}
 .hand-color-diamond {
	 color: #b0170a;
}
 .hand-color-heart {
	 color: #b0170a;
}
 @media (min-width: 768px) {
	 #sidebar-wrapper {
		 margin-left: 0;
	}
	 #page-content-wrapper {
		 min-width: 0;
		 width: 100%;
	}
	 #wrapper.toggled #sidebar-wrapper {
		 margin-left: -15rem;
	}
}






html {
  scroll-behavior: auto !important;
}

.nodec {
   text-decoration:none; 
}

a {
   text-decoration:none; 
}

.bok_ten_left {
   padding-left:10px;
}
.bok_five_left {
   padding-left:5px;
}

.boksml {
   font-size:0.5em; 
}

.bokhalf {
   font-size:0.5em; 
}

.boktwothirds {
   font-size:0.64em; 
}

.bokthreequarters {
   font-size:0.74em; 
}

.charcoal {
   color:grey; 
}

.inline_common_unplucked_backdrop {
   border-radius: 10px;
   background-color:#E7E7E7;
   padding:10px 5px 10px 10px;
   margin:0px 0px 20px 0px;
}

.inline_common_info_window_backdrop {
   border-radius: 10px;
   background-color:#E7E7E7;
   padding:7px 5px 10px 5px;
   margin:0px 0px 20px 0px;
}

.smaller_block {
   font-size:0.8em;
}

.inline_common_backdrop {
   width: 100%;
   overflow: visible;
   position: relative;

   border-top-left-radius: 10px;
   border-bottom-left-radius: 15px;
   border-bottom-right-radius: 15px;
   padding:10px 5px 10px 10px;
   margin:0px 0px 20px 0px;
   background-color:#E7E7E7;
}

.menu_common_backdrop {
   width: 100%;
   overflow: visible;
   position: relative;
   border-radius: 10px;
   padding:10px 5px 5px 5px;
   margin:0px 0px 20px 0px;
   background-color:#E7E7E7;
}

.zzpublic {
   background-color:#CCE4DC;
}

.public {
   background-color:#e5fbe6;
}

.friends {
   
}

.other_member {
   background-color:#e5ecfb;
}

.private {
   
}


.inline_common_inner_well_backdrop {
   border-radius: 5px;
   padding:0px 5px 0px 15px;
   margin:0px 10px 0px 0px;
   background-color:#F8F9FA;
}

.inline_common_editting_backdrop {
   background-color:#9BBDEF;
}


.inline_common_backdrop .indent {
   padding-left:10px;
}

.inline_common_brick_backdrop {
  background-color:#E7E7E7;
  padding-top:10px;
  padding-left:20px;
  padding-bottom:10px;
  margin-top:20px;
  margin-right:20px;
  margin-bottom:30px;
}

.inline_common_add_backdrop {
   border-radius: 25px;
   padding:20px 20px 20px 20px;
   background-color:#E7E7E7;
   margin-bottom:20px;
}

.in-active-menu-item {
   color:black;

}

.active-menu-item {
   color:gray;
   background-color:#FEF296;
   padding:3px;
}


a.inline_common_close_button {
    position: absolute;
    padding:3px;
    background:#0E6EFD;
    color: white;
    top: -0px;
    right: -0px;
}

a.inline_common_close_button_bottom {
    position: absolute;
    padding:5px;
    background:#0E6EFD;
    color: white;
    bottom: -0px;
    right: -0px;
}

.boklink {
 
}

.boklink a {
   padding:5px;
   background:#9E9E9E;
   color: white;

   overflow-wrap: break-word;
   word-wrap: break-word;
   -ms-word-break: break-all;
   word-break: break-word;
   -ms-hyphens: auto;
   -moz-hyphens: auto;
   -webkit-hyphens: auto;
   hyphens: auto;
}

.border_the_top {
   position:absolute;
   top:-0px;
   left:10px;
   padding-bottom:10px;
}

.red_float_button_style {
  background:#0E6EFD!important;
  color:white;
  border: none;
  text-decoration: none;
  cursor: pointer;
  padding:3px;
  margin-bottom:5px;

   -moz-border-radius: 0px 0px 4px 4px;
   -webkit-border-radius: 0px 0px 4px 4px;
   border-radius: 0px 0px 4px 4px;
}


.red_float_button_style:hover {
  color:#CCCCCC;
}

.red_float_link_style {
  background:#0E6EFD!important;
  color:white;
  text-decoration: none;
  padding:3px;
  margin-bottom:5px;

   -moz-border-radius: 0px 0px 4px 4px;
   -webkit-border-radius: 0px 0px 4px 4px;
   border-radius: 0px 0px 4px 4px;
}


.bokbreak {
   overflow-wrap: break-word;
   word-wrap: break-word;
   -ms-word-break: break-all;
   word-break: break-word;
   -ms-hyphens: auto;
   -moz-hyphens: auto;
   -webkit-hyphens: auto;
   hyphens: auto;
}


.boklink a:hover {
    color:#CCCCCC;
}

.bok_odd_background {
	background-color:#E2E2E6;
   padding:10px 0px 10px 0px;
}
.bok_even_background {
   background-color:#F0F0F4;
   padding:10px 0px 10px 0px;
}




blockquote:not([class]) {
    border-left: 7px solid #E7E7E7;
    margin: 1em 10px;
    padding: 1em 10px;
    background-color:#f1f1f1;
}

.thin-line-item {
   padding-top:2px;
   padding-bottom:2px;
}

.line-item {
   padding-top:5px;
   padding-bottom:5px;
}

.tabitem {
   padding:0px 4px 0px 4px;
}

.chosen {
   background-color:#CFCFCF;
}



.bok_alert {
   background-color:#FC9F50;
   font-weight: bold;
   -moz-border-radius: 4px 4px 4px 4px;
   -webkit-border-radius: 4px 4px 4px 4px;
   border-radius: 4px 4px 4px 4px;
   margin-bottom: 18px;
   padding: 12px 25px 12px 24px;
   -moz-box-shadow: 3px 3px 1px 1px #CCCCCC;
   -webkit-box-shadow: 3px 3px 1px 1px #CCCCCC;
   box-shadow: 3px 3px 1px 1px #CCCCCC;
}
.bok_notice {
   background-color: #66E167;
   font-weight: bold;
   -moz-border-radius: 4px 4px 4px 4px;
   -webkit-border-radius: 4px 4px 4px 4px;
   border-radius: 4px 4px 4px 4px;
   margin-bottom: 18px;
   padding: 12px 25px 12px 24px;
   -moz-box-shadow: 3px 3px 1px 1px #CCCCCC;
   -webkit-box-shadow: 3px 3px 1px 1px #CCCCCC;
   box-shadow: 3px 3px 1px 1px #CCCCCC;
}

.bok_card_body a {
   color:#0E6EFD;
}

.one_liner {
   display:block;
   margin-bottom:5px;
}



.no_button_style {
  background: none!important;
  text-color:#212529;
  border: none;
  text-decoration: none;
  cursor: pointer;
}



.avatar-big {
  height:100px;
  width:100px;
}

.avatar-med {
  height:75px;
  width:75px;
}

.avatar-small {
  height:50px;
  width:50px;
}

.avatar-thumb {
  height:25px;
  width:25px;
}

.avatar-tiny {
  height:20px;
  width:20px;
}

.avatar-img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}

.rounded-circle {
border-radius: 50%!important;
}

div.inline { float:left; }


.team_header {
   padding:10px;
   background:gray;
   margin-bottom:10px;
}

.header_background_image_stretched {
  background-repeat:no-repeat;
  width: 100%;
  background-size:cover;
  min-height: 150px;
  background-position: center center;
  position: relative;
}

.team_header, .team_header h1, .team_header p, .team_header a {
   color:white;
}

.gray-highlight {
   padding:1px 4px 1px 4px;
   margin-left:4px;
   margin-right:4px;
   border-radius:2px;
   background:rgba(0, 0, 0, 0.08);
}

a.gray-active {
   background:rgba(0, 0, 0, 0.2);
}

a.gray-active:hover {
   background:rgba(0, 0, 0, 0.1);
}


.box {
  padding:15px;
  border:1px solid #dbd6d1;
  background-color:#efedeb;
  margin:15px 0
}
.box p {
  margin-bottom:5px
}
.box h2,
.box h3 {
  font-size:18px;
  margin-bottom:10px;
  margin-top:10px
}
.box input.email {
  font-size:10px;
  padding:3px;
  color:#a29e96;
  width:140px
}
.box input.subscribe {
  width:70px;
  margin-left:5px;
  color:#232323
}
.box ul {
  margin-left:20px
}
.inner_box {
  background:#fff;
  padding:1em
}


