.disabled, :disabled {
	pointer-events:auto !important;
	 cursor:not-allowed !important;
}
.toggle-content {
	display: none;
	height: 0;
	overflow: hidden;
	transition: height 350ms ease-in-out;
}

.toggle-content.is-visible {
	display: block;
	height: auto;
}
#top-nav{
	 background-color: #73000a;
}
#top-footer{
   background-color: #d6d6d6;
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    background-color: #73000a;
    color: #bf2936;
}
/************ structure ***********/

.profile-card {
    margin-top: 100px;
}
/* * { */
    /* margin: 0; */
/* } */
/* html, body { */
    /* height: 100%; */
/* } */
/* .wrapper { */
    /* min-height: 100%; */
    /* margin-bottom: -88px; /* the bottom margin is the negative value of the footer's height */ 
/* } */
/* .wrapper:after { */
  /* content: ""; */
  /* display: block; */
/* } */
/* footer.page-footer, .wrapper:after  { */
	/* /* position: absolute; */
	/* bottom: 0; */
	/* width: 100%;*/ 
	/* height: 88px;  */
/* } */

.profile-card .avatar {
    margin: -45px auto 0;
}
.atlantic, .grey-skin .btn-primary {
	background-color: #466A9F !important;
}
.grey-skin .btn-primary:hover {
	color: #fff;
	background-color: #5c87c5!important;
}
.btn-osa-black-10 {
	background-color: rgb(235, 235, 235);
}
.btn-osa-black-30 {
	background-color: rgb(199, 199, 199);
}

.btn-osa-black-50 {
	background-color: rgb(162, 162, 162);
}
.btn-osa-black-70 {
	background-color: rgb(92, 92, 92);
}
.grey-skin .side-nav .sidenav-bg:after, .grey-skin .side-nav .sidenav-bg.mask-strong:after {
	background: rgba(68, 71, 75, 0.95) !important;
}
.grey-skin .side-nav .collapsible li a:not(.collapsible-header):hover, .grey-skin .side-nav .collapsible li a:not(.collapsible-header).active, .grey-skin .side-nav .collapsible li a:not(.collapsible-header):active {
    color: #46a1d8 !important;
}

.category-change {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.fa-1-5x{
	font-size: 1.5em !important;
}

/************ END structure ***********/
/************ IE 10 & 11 styles ***********/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
   .flex-center{display:block !important;}
   .section.team-section .avatar .rounded-circle {
	   width:100%;
   }
   .profile-card .avatar{
	   width:100%;
   }
}