.bold_text, .bolded_text {
	font-weight:550;
}


.underlined_text {
	text-decoration: underline;
}


.italics_text {
	font-style:italic;
}



.centred_text {
	text-align:center;
}



.muted_text {
	text-align:center;
}



.small_text {
font-size:80%;
}



.ios_safari_bg_color {
	background-color:#B4D5FE;
}





.posts_hr_style {
padding:0; 
margin: 0 30px; 
margin-top:13px; 
margin-bottom:65px;
}



.content_hr_style {
padding:0; 
margin: 40px 30px; 
}


 

.removeHighlight:not(.btn-outline-primary):not(.btn-outline-success){
/*
outline: none !important; 
border: none !important; 
*/
outline: none !important; 
border: none !important;
-webkit-box-shadow: none !important; 
box-shadow: none !important; 
}



.submit_btn:focus:not(.btn-outline-primary):not(.btn-outline-success) {
outline: none !important; 
border: none !important; 
-webkit-box-shadow: none !important; 
box-shadow: none !important; }




.main_content_bg_color {
	background-color: #F8F8F8;
	margin:0;
}




/* Basic Page Styling */

.page_cont {
font-family: "Verdana";
background-color: #FFFFFF; 
border-radius: 10px; 
/*Below are the original dimensions: */
/*padding: 12px 18px; */
/*padding: 12px 8px; */
padding: 12px 18px; 
padding-top: 15px;
padding-bottom: 65px; 
margin:0; 
margin-bottom: 30px;
/*Possibly delete the below, recently added*/
font-size:17px;
line-height:1.45;
margin-top:10px;
color:#231c34;
}


/* Media Query for Large Screens */
@media (min-width: 992px){
  .page_cont {
	background-color: #FFFFFF; 
    font-size: 17px;
	/*border:0 solid transparent;
	border-color:#c3e6cb;*/
	border:1px solid #c3e6cb; 
   }
} 

 

/* Add 25px bottom margin to every paragraph within a '.page_cont' div*/
.page_cont p {
margin-bottom:25px;
}



.no_radius {
	border-radius: 0;
}



.add_color {
	background-color: transparent;
}



.add_radius {
	border-radius: 10px;
}



.normal_bg_color {
background-color: #FFFFFF;
}



img {
max-width: 100%; /* Important. Do not ignore! */
}



.img-circle {
border-radius: 50%;
}

	




/* Styling to ensure Long URLs don't break */
.dont-break-out, .dont_break_out {	
overflow-wrap: break-word;
word-wrap: break-word;
}




.cust_notice {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}



.cust_info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.cust_info hr {
  border-top-color: #abdde5;
}







/* Share to Friends Section styling */

#msg_to_send {
	/* -webkit-user-select:none;*/ /* Disable selection/copy of UIWebView */
	-webkit-touch-callout:none; /* Disable iOS popup when long-press on a link */
	/* -webkit-tap-highlight-color: rgba(0,0,0,0); */
	-webkit-tap-highlight-color: transparent;
	outline: none; /* To remove border on some Android device browsers */
	cursor:inherit; /* To disable hyperlink cursor */
}


.tell_friends_bloc_styling {
padding: 5px;
padding-bottom: 7px;
padding-left: 7px;
font-size: 18px;
}

  
.noHover:hover{
color: inherit;
background-color: inherit;
}



#friend_text {
padding-left: 10px;
padding-right: 10px;
/**font-size: 95%;**/
font-size: 98%;
}



.alert-gray {
color:#00000;
background-color:#F0F0F0;
}



#friend_text2 {
padding-left: 10px;
padding-right: 10px;
}
		


#tell_container {
position: relative;
}



.copyToClipboard {
border:1px solid #D0D0D0; 
border-radius: 4px;
background-color: #fff;
/*background-color: #F8F8F8;*/
margin:0;
padding: 8px;
font-size: 15px;
font-weight: 600;
opacity: 1;
width: max-content;
}



.copyToClipboard:active {
/*background-color: #B0B0B0;*/
background-color: #fff; 
}






/* For Showing, Hiding an Item */

.hideItem {
	display:none;
}



.showItem {
	display:block;
}



.hideImg {
	display:none;
}





/* Adds Thick Green Border */
.add_border {
	border: 3px solid green;
border-top-left-radius: 4px; 
border-top-right-radius: 4px; 
border-bottom-right-radius: 4px; 
border-bottom-left-radius: 4px;
}







/* For Vertical Dots that when Tap display text */

.vertical_dots:after {
content: '\2807';
color: #686868;
font-weight: 10;
}
  

  
.vertical_dots:hover{
color: #686868;
text-decoration: none;
}
  






/* Footers */


				
.footer_link {
color: #007bff;
text-decoration: none;
font-size: 100%;
font-size: 20px;
color: #007bff;
}
 

.bolded_footer_link {
	font-weight: 550;
}


.footer_column {
	margin:0;
	padding:0;
}



.custom_fixed_footer {
border-top: 1px solid #e8e6e6;
padding:0;
/*padding-top: 18px;*/
/*padding-top: 12px;*/
padding-top: 12px;
padding-bottom: 37px;
margin-left: 0;
padding-left: 0;
padding-right: 0%;
background-color: white;
/*font-weight: 649;*/
font-size: 17px;
/*font-size: 16px;*/
/*height: 60px;*/
/*height: 50px;*/
height: 42px;
/*text-align: center;*/
}
 


.footer_text{
	margin:0;
	padding:0;
}




/* Tablet & Desktop Devices Side Columns */


.custom_fixed_footer a {
color: #007bff;
text-decoration: none;
display:inline-block;
margin-left: 0;
padding-left: 0;
padding-right: 0
}  


  
.custom_fixed_footer a:visited {
color: #007bff;
text-decoration: none;
}


  
.custom_fixed_footer a:hover {
color: #007bff;
text-decoration: none;
}


  
.custom_fixed_footer a:active {
color: #007bff;
text-decoration: none;
} 



.side_col {
background-color: white; 
border-radius: 10px; 
padding: 12px; 
padding-top: 40px; 
padding-bottom: 22px; 
margin:0; 
margin-bottom: 30px;
/*height: 250px;*/
margin-top: 10px;
}



.side_col a {
  margin-bottom: 25px;
  font-size: 16px;
}






/* For characters left textarea boxes */
.overlimit{color: red;}





/* For Custom Links & Buttons */
				
.normal-link {
text-decoration: none;
font-size: 100%;
color:#0080FF; 
font-weight: 500;
}




.navLinkColor {
	color:#00aced;
}



				
.page_link {
text-decoration: none;
font-size: 100%;
color:#0080FF; 
font-weight: 400;
}



.page_link_class {
	margin:0; 
	padding:0;  
	font-size:21px;
	padding-top: 30px; 
	padding-bottom: 15px;
}



.no_underline_link {
text-decoration: none;
}

  
.no_underline_link:hover {
text-decoration: none;
}

  
.no_underline_link:active {
text-decoration: none;
}


  
.no_style_link {
color: inherit;
text-decoration: none;
}


  
.no_style_link:hover {
color: inherit;
text-decoration: none;
}


  
.no_style_link:active {
color: inherit;
text-decoration: none;
}


  
.nonstyled_link {
color: inherit;
text-decoration: none;
}


  
.nonstyled_link:hover {
color: inherit;
text-decoration: none;
}


  
.nonstyled_link_sp {
color: inherit;
text-decoration: none;
}  


  
.nonstyled_link_sp:hover {
color: inherit;
text-decoration: none;
}  


  
.call_to_action_link {
color: #FF9900;
text-decoration: none;
}  


  
.nonstyled_link:visited {
color: #383838;
text-decoration: none;
}


  
.nonstyled_link:hover {
color: #383838;
text-decoration: none;
}


  
.nonstyled_link:active {
color: #383838;
	text-decoration: none;
} 



.bolded_link {
	font-weight:500;
}



.bolded_artificial_link {
text-decoration: none;
font-size: 100%;
color:#0080FF; 
font-weight: 500;
}



.bolded_artificial_link:active  {
text-decoration: none;
}


.cust_nav_link {
  background-color: #FFFFFF;
  /*border:none;*/
}



.cust_nav_link:hover {
  background-color: #FFFFFF;
}


.cust_nav_link:active {
  /*background-color: #FFFFFF;*/
  /*border:none;*/
  color: #00aced;
  background-color: #D8D8D8;
  border-color: #007bff;
}


.cust_nav_link:focus {
  color: #00aced;
  background-color: #D8D8D8;
  border-color: #007bff;
}



.cust_nav_link:not(:disabled):not(.disabled):focus { 
  color: #00aced;
  background-color: #D8D8D8;
  border-color: #007bff;
}



.cust_nav_link:not(:disabled):not(.disabled):active { 
  color: #00aced;
  background-color: #D8D8D8;
  border-color: #007bff;
}


.cust_nav_link:not(:disabled):not(.disabled):active:focus, .cust_nav_link:not(:disabled):not(.disabled).active:focus,
.show > .cust_nav_link.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}


.cust_disabled {
  opacity: 0.65;  
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}



.btn-primary-2 {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}



.btn-primary-2:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}



.btn-primary-2:focus, .btn-primary-2.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}



.btn-primary-2.disabled, .btn-primary-2:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}



.btn-primary-2:not(:disabled):not(.disabled):active, .btn-primary-2:not(:disabled):not(.disabled).active,
.show > .btn-primary-2.dropdown-toggle { 
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}



.like_disabled {
  opacity: 0.65;  
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}



.btn-success-2 {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}



.btn-success-2:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}



.btn-success-2:focus, .btn-success-2.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}



.btn-success-2.disabled, .btn-success-2:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}



.btn-success-2:not(:disabled):not(.disabled):active, .btn-success-2:not(:disabled):not(.disabled).active,
.show > .btn-success-2.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}



.btn-success-2:not(:disabled):not(.disabled):active:focus, .btn-success-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-success-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}






/* For Custom Margins & Paddings */

.no_padding {
	padding:0;
}



.add_padding {
	padding:200px;
	padding-bottom:0;
}

.div_padding_mobile {
padding-left: 10px; 
padding-right: 10px;
margin-bottom: 25px;
}



.div_padding {
padding-left: 350px; 
padding-right: 350px;
margin-bottom: 25px;
}



.no_padding_margin {
	margin:0;
	padding:0;
}


.no_radius_padding_margin {
	border-radius: 0;
	margin:0;
	padding:0;
}




.no_radius_padding_margin_color {
	border-radius: 0;
	margin:0;
	padding:0;
	background-color: transparent;
}


.noMargin {
	border-radius:10px;
	margin:8px;
	margin-top:0;
	margin-bottom:0px;
	padding-top:20px;
	padding-bottom:10px;
}




.boldedSpan {
	font-weight:500;
	padding:0;
	margin:0;
}


.add_margin_padding {
	padding-top:18px;
	padding-bottom:20px;
	padding-left:7px;
	padding-right:4px;
	padding-bottom:50px;
}

	
	
.form_padding {
margin-top:0; 
padding-left:20px; 
padding-right:20px;
}



.add_side_margins {
	margin-left:20px; 
	margin-right:20px;
}



}






/* Adds Thick Green Border */
.add_some_border {
border: 3px solid #28a745;
border-radius: 8px;
}



/* Adds Thick Green Border */
.add_success_border {
border: 3px solid #28a745;
border-radius: 8px;
}



/* Adds Thick Red Border */
.add_red_border {
border: 3px solid #dc3545;
border-radius: 8px;
}




.hideImg {
	display:none;
}





.btn_container {
margin:0; 
padding:0; 
margin-right: 2px; 
font-size: 85%; 
color: #909090; 
text-align: center;
}




.upperDivStyle2 {
margin:0;
padding:0;
margin-top:5px;
border:0 solid #666; 
}




.swiper-button-next, .swiper-button-prev { 
color: #F8F8F8; 
/* color: #F0F0F0; */ 
}

.swiperNext, .swiperPrev { 
color: #FFFFFF;
}


.swiper-button-prev::after, .swiper-button-next::after {
	font-size:33px;
}



.modal {
   position:fixed;
   top:auto;
   /*right:auto;*/
   /*left:auto;*/
   right:4px;
   left:2px;
   bottom:18%;
}


#shareModal{
   position:fixed;
   top:12%;
   /*right:auto;*/
   /*left:auto;*/
   left:auto;
   bottom:auto;
}


#registerModal{
   position:fixed;
   top:5%;
   /*right:auto;*/
   /*left:auto;*/
   left:3%
   bottom:auto;
}


#emptyCollectionModal{
   position:fixed;
   top:20%;
   /*right:auto;*/
   /*left:auto;*/
   left:3%
   bottom:auto;
}


#addNameModal{
   position:fixed;
   top:0;
   /*right:auto;*/
   /*left:auto;*/
   left:3%
   bottom:auto;
}



#newUserModal{
   position:fixed;
   top:9%;
   /*right:auto;*/
   /*left:auto;*/
   left:3%
   bottom:auto;
}


/* Media Query for Large Screens */
@media (min-width: 992px){
	
	
  #addNameModal{
   position:fixed;
   top:0;
   /*right:auto;*/
   /*left:auto;*/
   left:3%
   bottom:auto;
}






#newUserModal{
   position:fixed;
   top:20%;
   /*right:auto;*/
   /*left:auto;*/
   left:3%
   bottom:auto;
}


} 



.modal-dialog {
    /* 60% of window height */
    height: 60%;
}




.ask_btn_class {
margin-top:20px; 
text-align:center; 
font-size:22px;
}

.share_msg_class {
padding-top:0; 
padding-bottom:1px; 
margin-bottom:20px; 
font-size:22px; 
margin-top:40px; 
display:none;
}


.msg_styling {
font-size:19px; 
padding-left:10px; 
padding-right:10px; 
margin-bottom:0;
}


.not_yet_shared {
font-size:20px; 
margin-bottom:5px; 
margin-top:20px;
}


  
#headerLoginBtn:active {
background-color:#fff;
color:#0080FF; 
}  


  
#headerLoginBtn:hover {
background-color:#fff;
color:#0080FF; 
}  


  
.btn-outline-primary:hover,.btn-outline-success.primary,.btn-outline-primary:focus  {
color:#007bff;
background-color:#fff;
-webkit-box-shadow: none !important; 
box-shadow: none !important;  
}  


  
.no_highlight:hover,.no_highlight.focus  {
-webkit-box-shadow: none !important; 
box-shadow: none !important;  
}  


  
.btn-outline-success:hover,.btn-outline-success.focus,.btn-outline-success:focus  {
color:#28a745;
background-color:#fff;
-webkit-box-shadow: none !important; 
box-shadow: none !important;  
} 






.footer_3 {
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 120px;
  
  padding: 30px 0;
  color: #999;
  text-align: center;
  /* background-color: #ffffff;
  background-color: #eee; 
  background-color: #eeeff4;*/
  background-color: #ffffff;
  border-top: 1px solid #e8e6e6;;
  font-size: 15px;
}


.footer_3 p:last-child {
  margin-bottom: 0;
}




