html,
body {
    height: 100%;
}

/*a,a:hover,a:focus,a:active {*/
	/*outline:0;*/
	/*text-shadow:none;*/
/*}*/

a {
    transition-property: color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: initial;
}

.blacklinks,
.blacklinks a,
.blacklinks a:focus,
.blacklinks a:hover,
.blacklinks a:active,
.blacklinks a:visited {
    color: black;
}

/* mobile navbar toggle button */
.navbar-toggle {
    border-color:lightgray;
}

.icon-bar {
    background-color:gray;
}
/**/

#site-header .dropdown-menu>li>a {
	color:#333;
}

a:hover,a:focus,a:active {
	color:#7DBEF9;
	text-shadow:none;
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height:100%;
	height:auto !important;
	height:100%;
    /* Negative indent footer by its height */
	margin:0 auto -40px;
    /* Pad bottom by footer height */
	padding:0 0 40px 0;
}

#footer {
    /*padding: 25px 0;*/
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #333;
    background-color: #F8F8F8;
}

#footer .copyright {
    margin-bottom: 0;
    line-height: 40px;
}

#footer ul.quicklinks {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none;
    line-height: 40px;
}

#footer ul.quicklinks a {
    color: #333;
}

.navbar-fixed-bottom {
	background-color: #F8F8F8;
}

.navbar-fixed-bottom .container {
	margin-top: 5px;
}

.navbar-header img {
    margin-left:10px;
}

@media (min-width:768px) {
	.navbar-header img {
		margin-left:0;
	}
}

/* Navbar */
.navbar-inner {
	min-height:0;
}

.navbar-brand {
    font-family: Montserrat, sans-serif;
	font-size:24px !important;
    font-weight:300;
    color:#696969;
    vertical-align:middle;
}

.navbar-brand small {
	display:block;
	font-size:12px;
	padding-top:10px;
}

/* Custom styles */
ul,menu,dir {
	display:block;
	list-style-type:disc;
	-webkit-margin-before:1em;
	-webkit-margin-after:1em;
	-webkit-margin-start:0;
	-webkit-margin-end:0;
	-webkit-padding-start:40px;
}

.navbar-default a,
.navbar-custom a {
    color:#454545;
}

.navbar-custom {
	border-radius:0;
}

.navbar-custom .navbar-text {
	color:#3a3a3a;
}

.navbar-custom .navbar-nav li :hover {
	background-color:transparent;
}

li.dropdown :hover {
	/*background-color:white;*/
}

.navbar-custom .navbar-nav li > .dropdown-toggle,
.navbar-custom .navbar-nav li > i {
	padding: 2px 0 0 0;
	margin-left: 15px;
	background-color:transparent;
}

.navbar-custom .navbar-nav li a {
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:1px;
	text-shadow:none;
    background-color:transparent;
}

.navbar-custom i:hover,.navbar-custom i:focus,.navbar-custom i:active,.navbar-custom i.active {
	color:#7DBEF9;
	text-shadow:none;
}

.navbar-custom {
    font-size:14px;
}

.navbar-custom .navbar-header {
	font-size:24px;
}

ul.social-buttons {
    margin-bottom: 0;
    margin-top: 6px;
    padding-top: 0;
	padding-bottom: 0;

}

ul.social-buttons li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 15px;
    /*line-height: 40px;*/

    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #7DBEF9;
}

.flatbutton:hover,
.flatbuttonfocus,
.flatbutton:active {
    background-color: #E1F2FC;
}

.flatbutton {
	background-color: #F6F6F6;
}

.miniprofile .userprofilepic {
	max-height: 100px;
	overflow: hidden;
	border-radius: 5px;

	padding:0;
	margin: 10px 0 10px 0;
}

.profileview-miniprofile .userprofilepic {
	max-height: 100px;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid black;
	padding:0px;
	margin: 10px 10px 10px 0;
}

.userprofilepic > img {
	vertical-align: middle;
	padding: 0;
	border: 0;
	min-height: 100px;
	width: 100%;

}

.sociallinks_profile {
	padding: 0 0 0 25px;
	color: black;
	font-size:20pt;
}

.sociallinks_profile a {
    font-size: 15px;
}

.sociallinks_profile {
	padding-left: 0;
	padding-top: 10px;
}


.miniprofile {
	background-color: #FFF;
	border: 1px solid black;
	margin: 8px 15px 15px 15px;

	border-radius: 5px;
}

#tabs {
    border: 0;
    border-radius: 0;
}

#tabs .ui-widget-header {
	background: none;
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding-left: 0;
}

#tabs .ui-widget-header li {
	border-radius: 0;
}


#tabs .ui-widget-header  .ui-state-default {
	background-image: none;
	background-color: #F6F6F6;
}

#tabs .ui-widget-header  .ui-state-active {
	background-image: none;
	background-color: white;
}

/* Mini profile used in discovery page */
.miniprofile-block {
    border: 1px #FFFFFF solid;
    width: 380px;
    margin-left: 10px;
    padding: 0;
    box-shadow: 1px 1px 8px #d8d8d8;
    background-color: #FFFFFF;
}

.miniprofile-block.top-block {
	height: 84px;
	margin-top: 10px;
}

.miniprofile-block.bottom-block {
	height: 100px;
}

.miniprofile-block .image-wrapper {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0;
	position: relative;
}

.miniprofile-block .image-resize {
	text-align: center;
	max-width: 80px;
	max-height: 80px;
/*	position:absolute;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	width: auto;
	height: auto; */
}

.miniprofile-block .update-card-MDimentions {
    width: 80px;
    height: 80px;
}

.miniprofile-block .update-card-body {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.miniprofile-block .update-card-body h4 {
    color: #737373;
    font-weight: bold;
    font-size: 13px;
}

.miniprofile-block .update-card-body p {
    color: #737373;
    font-size: 12px;
}

.miniprofile-container {
	float:left;
	cursor: pointer;
}

/* Big profile used in profile view page */
.bigprofile-block {
    border: 1px #FFFFFF solid;
    width: 100%;
    margin-left: 10px;
    margin-top: 0;
    padding: 0;
    box-shadow: 1px 1px 8px #d8d8d8;
    background-color: #FFFFFF;
}

.bigprofile-block.top-block {
	height: 164px;
}

.bigprofile-block.bottom-block {
	height: 100%;
}

.bigprofile-block .image-wrapper {
	width: 160px;
	height: 160px;
	overflow: hidden;
	margin: 0;
	position: relative;
}

.bigprofile-block .image-resize {
	text-align: center;
	max-width: 160px;
	max-height: 160px;
/*	position:absolute;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	width: auto;
	height: auto; */
}

.bigprofile-block .update-card-MDimentions {
    width: 160px;
    height: 160px;
}

.bigprofile-block .update-card-body {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.bigprofile-block .update-card-body h4 {
    color: #737373;
    font-weight: bold;
    font-size: 23px;
}

.bigprofile-block .update-card-body p,
.bigprofile-block .update-card-body #tabs div li {
    color: #737373;
    font-size: 12px;
}

.bigprofile-block .update-card-body #tabs div ul {
    margin-bottom: 0;
    margin-top: 5px;
}

.bigprofile-block .update-card-body #tabs div ul i {
margin-top: 2px;
}

.bigprofile-block .profileactions span {
    color: #737373;
    font-size: 12px;
}

.bigprofile-container .btn-toolbar.social-toolbar {
	margin-bottom: 10px;
}

div.sidebar-nav {
    width: 220px;
    padding-left: 0;
    height: 100%;
    float: left;
    margin-right: 15px;
}

div.sidebar-nav .well {
    height: 100%;
}

div.sidebar-nav .well li a {
    padding: 10px 0 10px 0;
}

div.sidebar-nav .well .nav-header {
    font-size: 20px;
    color: grey;
}

div.mail_links {
	width:100%;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #5e98c8;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #339900;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #5e98c8;
    color: #fff;
    background-color: #336600;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #7DBEF9;
    background-color: #7DBEF9;
}

.btn-xl .badge {
    color: #7DBEF9;
    background-color: #fff;
}

.tagify {
    display: flex; // By default in newer versions this was changed to inline-flex
}