@import url('typography.css');
@import url('footer.css');

html {
  height: 100%;
  min-width: 320px;
}
body {
  min-height: 100%;
}

/* =========================================
	HERO BANNER
========================================= */

.heroBannerHolder {
	position: relative;
	margin-bottom: 30px;
	background-color: #CCC;
	background-image: url(../images/hero-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/*.heroBannerHolder::before {
	position:absolute;
	content:"";
	top:0;
	bottom:0;
	left:0;
	width:100%;
	background-color:rgba(255,255,255,0.5);
	background: -moz-linear-gradient(left, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0) 70%);
	background: -webkit-gradient(left top, right top, color-stop(50%, rgba(255,255,255,0.75)), color-stop(70%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0) 70%);
	background: -o-linear-gradient(left, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0) 70%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0) 70%);
	background: linear-gradient(to right, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	z-index:0;
}*/
.heroBanner-TextHolder {
	position:relative;
	z-index:2;
}
.heroBanner-TextHolder > div {
	display:table-cell;
	vertical-align:middle;
  text-align: center;
	height:240px;
  color: #fff;
  width:1%;
}
.heroBanner-TextHolder > div > * {
  margin: 0;
}
.heroBanner-TextHolder > div > h3 {
  color: #fff;
  max-width: 700px;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  margin: 0 auto;
}


@media (max-width: 767px) {
	.heroBannerHolder {
		padding-top:30px;
		padding-bottom:30px;
		display:none;
	}
	.heroBannerHolder::before {
		width:auto;
		height:auto;
		right:0;
	}
	.heroBanner-TextHolder > div {
		height:auto;
		text-align:center;
		line-height:1;
	}
}

/* =========================================
  BADGE
========================================= */

.badge {
  border-radius: 50%;
  font-size: 11px;
  height: 22px;
  width: 22px;
  padding: 0;
  line-height: 22px;
  z-index: 4;
  font-style: normal;
  text-shadow: 1px 1px 1px rgb(0,0,0,.4);
  box-shadow: 1px 1px 5px rgb(0,0,0,.4);
}
a .badge, li .badge {
  position: absolute;
  right: 40px;
}
.headerProfile-Img .badge {
  position: absolute;
  top: 5px;
  right: 0;  
}
.header-badge {
  float: right;
  margin: 10px 15px;
}

/* =========================================
	MMENU
========================================= */

nav#menu:not(.mm-menu) { 
	display: none;
}
.mm-menu {
  width: 85%;
  min-width: 306px;
  max-width: none;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-85%, 0);
  -moz-transform: translate(-85%, 0);
  -ms-transform: translate(-85%, 0);
  -o-transform: translate(-85%, 0);
  transform: translate(-85%, 0);
}
.mm-page {
	padding-top:64px;
	padding-bottom:40px;
	min-height:100vh;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
}

.mm-listview .mm-next:before {
  border-left-width: 0;
  border-left-style: none;
}
.mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.5);
}
.siteMainNavigation li.active::before,
.mm-listview li.active::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background-color: #ea2040;
}
/*.mm-navbar-top {
  height: 80px;
}
.mm-hasnavbar-top-1 .mm-panels {
  top: 80px;
}*/
.mm-menu-profile {
  position: relative;
  text-align: left;
  height: 80px;
}
.mm-menu-profile-img {
  position: absolute;
  height: 80px;
  width: 80px;
  padding: 10px;
  top: 0;
  left: 0;
}
.mm-menu-profile-details {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 10px 10px 80px;
}
.mm-menu-profile-details h6 {
  font-weight: normal;
  margin: 0;
  height: 28px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.mm-menu-profile-details .last-signin {
  font-size: 12px;
  line-height: 13px;
  font-style: italic;
  color: #ccc;
}

@media (min-width: 768px) {
	html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (max-width: 767px) {
	.mm-page {
		padding-top:55px;
		padding-bottom:145px;
	}
  .mm-slideout {
    min-width: 320px;
  }
  .mm-slideout > div.container {
    padding-left: 15px;
    padding-right: 0;
    max-width: none;
  }
}

/* =========================================
	HEADER
========================================= */

header {
	background-color: #FFF;
	/*box-shadow: 0 2px 5px rgba(0,0,0,0.15);*/
	border-bottom: 1px solid rgba(0,0,0,0.1);
/*	padding-top: 10px;
	padding-bottom: 10px;*/
  padding: 2px 0;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:5;
  height: 64px;
}
header img {
	height: 60px;
}

.headerProfile {
	text-align: right;
	vertical-align: middle;
	display: table-cell;
	width: 1%;
	height: 60px;
}
.headerProfile-Img,
.headerProfile-Text {
	display: inline-block;
}
.headerProfile-Img img {
	height: 50px;
	margin-left: 10px;
}
.headerProfile-Text {
	font-size: 0.9rem;
}
.headerProfile-Text::after {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  font-weight: 600;
  color: rgba(0,0,0,.5);
}
/* Dropdown menu */
.dropdown-profile {
  padding: 5px 15px;
}
.dropdown-menu {
  width: 240px;
}
.dropdown-menu .dropdown-item {
  padding: 10px 3s0px 10px 15px;  
  min-height: 40px;
}
.dropdown-item::after {
  /*display: block;*/
  display: none;
  position: absolute;
  right: 15px;
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  font-weight: 600;
}
.dropdown-profile h6 {
  font-size: 14px;
  margin: 0px 0 5px;
}
.dropdown-profile h6 b {
  word-break: break-all;
}
.dropdown-profile .last-signin {
  font-size: 12px;
  color: #ccc;
  font-style: italic;
}

.menuHamburger {
	float:right;
}
.siteLogo {
	float: left;
  display: block;
}
.siteLogo img {
  height: 45px;
}
.menuHamburger a {
	position: relative;
	padding: 5px;
	display: block;
	width: 57px;
	height: 57px;
	/*margin-left: -15px;*/
	margin-top: -7px;
	margin-bottom: -7px;
  background-color: #f4333d;
}
.menuHamburger span,
.menuHamburger span::before,
.menuHamburger span::after {
	content: '';
	position: absolute;
	width: 22px;
	height: 2px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	margin-left: -11px;
	margin-top: -1px;
/*	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;*/
}
.menuHamburger span::before,
.menuHamburger span::after {
	margin-top: 0;
}
.menuHamburger span::before {
	top: -6px;
}
.menuHamburger span::after {
	top: 6px;
}
/*.mm-opening .menuHamburger span {
	width:0;
	left:50%;
	margin-left:0;
}
.mm-opening .menuHamburger span::before {
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
	top:0;
}
.mm-opening .menuHamburger span::after {
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	transform: rotate(-225deg);
	top:0;
}*/
@media (max-width: 991px) {
}
@media (min-width: 768px) {
  .siteLogo {
    height: 60px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
	header {
    height: 58px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
  .siteLogo img {
    height: 45px;
  }
	/*header > .container {
		max-width: none;
	}*/
}



/* =========================================
	CONTENT
========================================= */

.infoContentHolder {
	/*font-size: 0.9rem;*/
	margin-bottom:30px;
}
.section {
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 20px;
}

.siteMainNavigation {
	margin: -15px;
}
.siteMainNavigation ul {
	margin: 0;
	padding: 0;
}
.siteMainNavigation li {
	display: block;
	list-style: none;
	font-size: 14px;
	position: relative;
}
.siteMainNavigation > ul > li {
	font-weight: bold;
}
.siteMainNavigation li + li {
	margin-top: 5px;
}
.siteMainNavigation > ul > li li {
	font-weight: normal;
}

.siteMainNavigation li a,
.siteMainNavigation li > span {
	display: block;
	padding: 10px 15px;
	color: #333;
	position: relative;
}
.siteMainNavigation ul li ul li {
}
.siteMainNavigation ul li ul li a {
	padding-left: 30px;
	padding-right: 40px;
}
.siteMainNavigation li a:hover {
	text-decoration: none;
	background-color: rgba(0,0,0,0.02);
	/*color: #FFF;*/
}
.siteMainNavigation ul li ul li a span {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 50%;
	right: 8px;
	margin-top: -15px;
}
.siteMainNavigation ul li ul li a span .material-icons {
	line-height: 30px;
	font-size: 1.5rem;
}
.siteMainNavigation a::after {
   /*display: block;*/
  display: none;
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  font-weight: 600;
  top: calc(50% - 15px);
  right: 15px;
  font-size: 20px;
  color: rgba(0,0,0,.5);
}


@media (min-width: 992px) {
	.section {
		padding: 30px;
	}
	.siteMainNavigation {
		margin: -30px;
	}
	.siteMainNavigation li a {
		/*padding: 12px 20px;*/
	}
	
	.siteMainNavigation li > span{
		padding-top: 10px;
		padding-bottom: 5px;
	}
}

@media (max-width: 767px) {
	.mainContentHolder {
		padding-top:20px;
		padding-bottom:20px;
	}
	.mainInfoHeader {
		margin: -15px;
		padding: 15px;
		/*margin-bottom: 30px;*/
		/*border-bottom: 1px solid #DDD;*/
	}
}

/* =========================================
  FORMS
========================================= */


.mainInfoContent h5 {
  font-weight: bold;
  margin: 0;
}

input[type="email"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, 
input[type="tel"]::placeholder, input[type="url"]::placeholder, input[type="text"]::placeholder,
.placeholder-selected {
  color:#ccc;
  font-style: italic;
}

.custom-file-control, .form-control {
    background: no-repeat bottom, 50% 100%;
    background-image: linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0);
}
.is-focused .custom-file-control, .is-focused .form-control {
    background-image: linear-gradient(0deg,#009688 1px,rgba(0,150,136,0) 0)!important;
}

.form-control:read-only, .custom-file-control:read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
}

.radio label, .is-focused .radio label, .radio-inline, .is-focused .radio-inline, 
.checkbox label, .is-focused .checkbox label, .checkbox-inline, .is-focused .checkbox-inline, 
.switch label, .is-focused .switch label {
  color: rgba(0, 0, 0, 0.26);
}

.radio label .bmd-radio::before, label.radio-inline .bmd-radio::before,
.radio label .bmd-radio::after, label.radio-inline .bmd-radio::after {
  margin-top: 2px;
}
.radio label .bmd-radio::after, label.radio-inline .bmd-radio::after {
  border: 0.125rem solid rgba(0, 0, 0, 0.26);
}

div.select-box::after {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  font-weight: 600;
  position: absolute;
  bottom: 3px;
  right: 12px;
  font-size: 20px;
  color: rgba(0,0,0,.5);
  pointer-events: none;
}
.select-box select {
  padding-right: 35px;
  padding-left: 8px;
}
.dob-year {
  margin-top: 5px;
}
.profile-pic {
  margin-bottom: 30px;
}
.profile-pic-upload {
  position: relative;
  display: block;
  background-color: #ccc;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
.profile-pic-upload::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f030";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 50px;
  text-align: center;
  color: #fff;
}
.profile-pic-upload::after {
  content: "+";
  position: absolute;
  top: 18px;
  left: 18px;
  font-size: 40px;
  line-height: 20px;
  height: 25px;
  color: #fff;
  text-shadow: 2px 2px 2px #ccc;
}

.checkbox-list {
  padding-top: 1.75rem;
}
.bmd-form-group .checkbox label {
  padding-left: 35px;
  line-height: 20px;
  color: #495057;
  margin-bottom: 1rem;
}

ul.social-toggle-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-toggle-list li {
  position: relative;
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
}
.social-toggle-type, .social-toggle-control {
  height: 60px;
}
.social-toggle-type {
  padding-left: 60px;
  line-height: 60px;
}
.social-toggle-control {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  line-height: 40px;
}
.social-login-icon::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 50px;
  width: 50px;
  padding: 5px;
  text-align: center;
  color: #F4333D;
  background-color: #fff;
  border-radius: 3px;
}
.facebook-icon::before {
  background: url(../images/logos/facebook.svg) no-repeat;
  background-color: #fff;
  background-size: 30px;
  background-position: center;
}
.google-icon::before {
  background: url(../images/logos/google.svg) no-repeat;
  background-color: #fff;
  background-size: 30px;
  background-position: center;
}
.twitter-icon::before {
  background: url(../images/logos/twitter.svg) no-repeat;
  background-color: #fff;
  background-size: 46px;
  background-position: center;
}

label.cabinet{
	display: block;
	cursor: pointer;
}

label.cabinet input.file{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  margin-top:-30px;
}

#upload-demo{
	width: 250px;
	height: 250px;
	padding-bottom:25px;
	
}
#item-img-output{
	border-radius: 50%;
	height: 100px;
	width: 100px;
	
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.popup-message {
	position: relative;

}

.popup-icon {
	display: block;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 25px;
}
.popup-text {
	padding-left: 50px;
}

.alert-danger p{
    margin-bottom:0px;
}

.checkboxLabel{
	font-size:14px;	
}

.select-box .form-control{

    line-height: 1.4;

}

#socialMediaFragment .alert {
    margin-bottom: 0;
}

.alert p {
    margin-bottom: 0;
}
