/*=================Search, Settings, Mailbox=================*/
.search-profile{
	height:180px;
}
.nomargin{
	margin:0px !important;
	
}
.bg-darkgreen{
	background-color:#033631;
	color:#fff;
}
.bg-gold{
	background-color:#C6A657;
	color:#fff;
}
.bg-gold-active{
	background-color:#BF9B41;
	color:#fff;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.card-text{
	width:100% !important;
}
/*=================Jquery Validation Message=================*/
.help-block{ 
	color:red;
}

/*=================Modal=================*/
.modal-content {
  border-radius: 5px;
}
/*=================Select2=================*/
.select2-container {width:100% !important;}
.select2-results { background-color: #00FFFF; }

.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #fff !important;
	border: none !important;
	border-radius: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #fff !important;
	border-color: none !important;
	color:#000;
}
/*=================Input=================*/
.form-control:focus {
	border-color: #00FFFF;
	background-color:#00FFFF;
}
/*=================Home Page=================*/
.registerbody {
	background-image:url("../../assets/images/background/background.jpg");
}

.homeform{
	background: rgba(0, 0, 0, .3);
	margin-top: 20px;
	margin-bottom: 20px;

}
.homeform-card-body{
	padding-left:3rem;
	padding-right:3rem;
}
.homeform-label,.homeform-title {
	color:#fff;
}
.home{
	margin-top:2.25rem;
}
.homeform-box-header{
	padding:20px;
}
/*=================Profile Form Heading=================*/
.title-back {
    background-color:#4285F4;
    padding: 5px;
    font-size: 13px;
	margin-top:0px;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
}
/* === HEADING STYLE #2 === */
.two h1 {
  text-transform: uppercase;
  color:#b80000;
  border-bottom:1px dotted #b80000;
  font-size: 20px;
  letter-spacing: 2px;
  margin-top:0px !important;
}
.two h1 span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 3em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
  
}
/* === HEADING STYLE #7 === */
.seven span {
text-align: center;
    font-size:18px; font-weight:500; color:#66147A; letter-spacing:2px;
    text-transform: uppercase;
	display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.seven span:after,.seven span:before {
    content: " ";
    display: block;
    border-bottom: 1px dotted #666;
    border-top: 1px dotted #666;
    height: 5px;
	background-color:#f8f8f8;
}
.seven-1 h1 {
	text-align: center;
    font-size:22px; font-weight:300; color:#222; letter-spacing:1px;
    text-transform: uppercase;
	display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
	font-weight:400;
}

.seven-1 h1:after,.seven-1 h1:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #c50000;
    border-top: 1px solid #c50000;
    height: 5px;
  background-color:#f8f8f8;
}
/* === HEADING STYLE #3 === */
.three h1 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5em;
	padding-bottom: 15px;
	position: relative;
	margin-top:0px;
	color:#D81B60;
}
.three h1:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	width: 55px;
	background-color: #134C3D;
}
.three h1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 1px;
	width: 95%;
	max-width: 255px;
	background-color:#134C3D;
}
/* === HEADING STYLE #6 === */
.six h1 {
  text-align: center;
  color:#222; font-size:24px; font-weight:400;
  text-transform: uppercase;
  word-spacing: 1px; letter-spacing:2px; color:#c50000;
}
/* === HEADING STYLE #5 === */
.five h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 700; color:#202020;
  text-transform: uppercase;
  word-spacing: 1px; letter-spacing:2px;
}
.five h1 span {
  margin-top: 40px;
  text-transform: none;
  font-size:.75em;
  font-weight: normal;
  font-style: italic; font-family: "Playfair Display","Bookman",serif;
  color:#999; letter-spacing:-0.005em; word-spacing:1px;
  letter-spacing:none;
}
/* Style 8
   ----------------------------- */
.eight h1 {
  text-align:center;
  text-transform:uppercase;
  font-size:16px; letter-spacing:2px;
  display: grid;
  color: #D81B60;
  font-weight: 550;
  margin-top:30%;
  
}

/*=================Preferences=================*/
.prefbody {
	background-image:url("../../assets/images/background/pattern7.jpg");
	background-repeat: repeat;
	background-size: cover;
}
.searchbody {
	background-image:url("../../assets/images/background/pattern5.jpg");
	background-repeat: repeat;
	background-size: cover;
}
/*=================Admin Member Form Heading=================*/
.fancy {
	width: 100%;
    border-bottom: 1px dotted #000;
    line-height: 0.1em;
    margin: 20px 0 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
.fancy span {
    background: #999;
	padding: 2px 10px;
	margin-left: 5%;
	color:#fff;
}

/*=================Upload=================*/
input[type="file"] {
  cursor: pointer;
}
.uploadbtn {
  padding: 8px 8px;
  font-size: 18px;
  font-weight: 500;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.label-badge {
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 12px;
  padding: 3px 5px;
  line-height: 2;
}
/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*=================Profile View=================*/
/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
  background-color:#fff;
  border-radius:50%;
  padding:5px;
}
.profile-img img {
  width: 40%;
  height: 100%;
  
}
.profile-img {
  position: relative;
  text-align: center;
  color: #D81B60;
}
#gallery{
	margin-top:20px;
}
.spanlabel{
	padding:4px !important;
	font-size: 12px !important;
}
/*========================Radio Button===================*/
/* The container */
.checkbuttoncontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbuttoncontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbuttonmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbuttoncontainer:hover input ~ .checkbuttonmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbuttoncontainer input:checked ~ .checkbuttonmark {
	background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbuttonmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbuttoncontainer input:checked ~ .checkbuttonmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbuttoncontainer .checkbuttonmark:after {
	top: 7px;
	left: 7px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: white;
}
/*========================Checkbox Button===================*/
/* The container */
.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}