body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #444;
    background-color: #3350b9;
    font-family: Arial, Verdana, sans-serif;
}

body.page-user-register,
body.page-user-login {
    background-color: #fff;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
	color: #406dff;
    text-decoration: none;
    outline: none;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 950px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 950px;
	}
}

#header {
    background-color: #fff;
}

#header>.container {
    padding-top: 10px;
    padding-bottom: 10px;
}

#header>.container>.pull-right {
    padding-top: 30px;
}

#header .search-form {
	display: inline-block;
}

#header .search-form input[type="text"] {
	color: #838382;
	background-color: #eef3f6;
	background-image: url('/sites/all/themes/custom/images/search.png');
	background-position: 10px 5px;
	background-repeat: no-repeat;
	padding: 7px 7px 7px 40px;
	border: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
    outline: none;
}

#header #user-menu-notifications {
	color: #838382;
	background-color: #eef3f6;
    padding: 6px;
	margin-left: 15px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	position: relative;
}

#header #user-menu-notifications .counter,
#content #newsfeed h3 .counter {
	font-size: 9px;
	color: #fff;
	background-color: #ea2d2d;
    padding: 3px 6px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
}

#header #user-menu-notifications .counter {
	position: absolute;
    top: -3px;
    right: -3px;
}

#header #user-menu {
	color: #406dff;
	font-weight: bold;
	padding: 6px;
	margin-left: 15px;
    display: inline-block;
	cursor: pointer;
}

#header #user-menu .user-picture {
	display: inline;
	margin-right: 10px;
}

#header #user-menu .user-picture img {
	width: 35px;
	height: 35px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

#header #unauthenticated-user-menu {
	list-style: none;
	margin: 0;
	margin-left: 15px;
	padding: 0;
    display: inline-block;
}

#header #unauthenticated-user-menu li {
	display: inline;
}

#header #unauthenticated-user-menu li a {
	color: #406dff;
	font-weight: bold;
	padding: 6px;
}

#header #block-commons-utility-links-commons-utility-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header #block-commons-utility-links-commons-utility-links ul li {
    display: inline;
}

#header #block-commons-utility-links-commons-utility-links ul li a {
    color: #444;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

#header #topbar {
    height: 39px;
    color: #fff;
    background-color: #3350b9;
    border: none;
    text-align: right;
    padding: 0 10px;
    overflow: hidden;
}

#header #topbar .-networks ul,
#footer .social-networks ul {
    display: inline;
    list-style: none;
    line-height: 39px;
    margin: 0;
    padding: 0;
}

#header #topbar .social-networks ul li,
#footer .social-networks ul li {
    display: inline;
}

#header #topbar .social-networks ul li a,
#footer .social-networks ul li a {
    color: #fff;
    font-size: 18px;
    padding: 6px 7px;
    text-align: center;
    background-color: #436cff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#header #topbar .social-networks ul li a i,
#footer .social-networks ul li a i {
	min-width: 17px;
    text-align: center;
}

#header #navigation {
    color: #fff;
    background-color: #3350b9;
    border: none;
}

@media (max-width: 991px) {
	#header #navigation {
		text-align: center;
		overflow: auto;
		height: auto;
	}
	#header #navigation ul {
		display: inline-block !important;
		justify-content: none !important;
	}
}
@media (min-width: 992px) {
	#header #navigation {
		height: 50px;
	}
	#header #navigation ul {
		display: flex;
		justify-content: space-between;
	}
}

#header #navigation ul {
    list-style: none;
    line-height: 50px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

#header #navigation ul li {
    display: inline;
}

#header #navigation ul li a {
    color: #fff;
    text-transform: uppercase;
	text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 17px 2px;
}

#header #navigation ul li a:hover,
#header #navigation ul li a:focus {
    color: rgba(255, 255, 255, 0.75);
}

#content {
    padding-top: 50px;
    padding-bottom: 70px;
    background-color: #eef3f6;
}

@media (min-width: 992px) {
	#content {
		min-height: 400px;
	}
}

body.page-user-register #content,
body.page-user-login #content {
	background-image: url('../images/background-login.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content>.container {

}

#content>.container .container-section {
    padding: 15px;
    margin-bottom: 24px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

#footer {
    color: rgba(255, 255, 255, 0.75);
	font-size: 12px;
    background-color: #3350b9;
	padding: 50px 0;
    border: none;
	position: relative;
}

#footer.footer-login {
	color: #898f99;
    background-color: #fff;
}

#footer a {
    color: rgba(255, 255, 255, 0.75);
}

#footer.footer-login a {
	color: #406dff;
}

#footer .logo {
	margin-bottom: 7px;
	display: inline-block;
}

#footer .footer-header {
	display: block;
	font-size: 16px;
    margin-bottom: 7px;
}

#footer.footer-login .footer-header {
	color: #406dff;
}

#footer .eai-button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#footer.footer-login .eai-button {
	color: #406dff;
	background-color: #fff;
}

#footer.footer-login .footer-link {
	font-size: 16px;
	display: block;
}

i.profile-rank,
.profile-rank i {
	color: #ecbc04;
}

i.profile-rank-bigger
.profile-rank-bigger i {
	font-size: 16px;
}

.profile-rank span {
	font-weight: bold;
    color: #444;
}

.eai-small-blue-uppercase-text,
.eai-small-black-uppercase-text {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.eai-small-blue-uppercase-text {
    color: #406dff;
}

.eai-small-black-uppercase-text {
    color: #444;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-top-bottom-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-top-bottom-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.eai-blue-color {
    color: #436cff;
}

.eai-blue-background-color {
    background-color: #436cff;
}

.eai-cyan-color {
    color: #51d3ff;
}

.eai-dark-grey-color {
	color: #ababaa;
}

.eai-darker-grey-color {
	color: #909090;
}

.eai-darkest-grey-color {
	color: #777777;
}

.eai-default-color {
	color: #444 !important;
}

.eai-smaller-font {
	font-size: 12px;
}

.eai-rounded {
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
}

.eai-button {
    font-size: 11px;
    line-height: 11px;
	color: #fff;
	text-decoration: none;
    background-color: #436cff;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
    padding: 6px 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border: none;
    outline: none;
	cursor: pointer;
    -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.3);
}

.eai-button:hover,
.eai-button:focus,
.eai-button:active,
.eai-button:visited {
	color: #fff;
	text-decoration: none;
}

.eai-button-smaller {
    padding: 3px 7px;
}

.eai-button-bigger {
    padding: 10px 28px;
}

.eai-button-block {
	width: 100%;
    display: block;
}

@media (max-width: 767px) {
	.eai-button-xs-block {
		width: 100%;
		display: block;
	}
}

.eai-button.eai-button-inverse {
	color: #436cff;
    background-color: #fff;
}

.eai-bubble {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #444;
	background-color: #e9e9e9;
    padding: 4px 8px;
    margin: 2px 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.eai-bubble-active {
    background-color: #436cff !important;
}

.eai-bubble-uppercase {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	background-color: #c9c9c9;
    padding: 2px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#login-form-logo {
	margin: 0 50px 20px 50px;
}

@media (max-width: 767px) {
	#login-form-logo {
		margin: 0 0 20px 0;
	}
}

#login-form-container {
	background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#login-form-header {
    font-size: 16px;
	color: #fff;
    background-color: #3350b9;
	text-align: center;
    padding: 20px;
}

#login-form-header a {
	float: left;
    font-size: 24px;
	color: #fff;
}

#login-form-content {
	padding: 25px 80px 50px 80px;
}

@media (max-width: 767px) {
	#login-form-content {
		padding: 25px 15px 50px 15px;
	}
}

#login-form-social-networks {
	text-align: center;
    margin-top: 7px;
	margin-bottom: 40px;
}

#login-form-social-networks>a {
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: inline-block;
	margin: 0 5px;
}

#login-form-social-networks>a i {
    font-size: 28px;
    min-width: 56px;
    min-height: 56px;
    color: #fff;
    padding: 12px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.3);
}

#login-form-social-networks>a i.fa-facebook {
	background-color: #3b5998;
}

#login-form-social-networks>a i.fa-linkedin{
	background-color:#0085AE;
}

#login-form-social-networks>a i.fa-google-plus {
	background-color: #dd4b39;
}

.login-form-form-input {
	margin: 25px 0;
	position: relative;
}

.login-form-form-input img {
	position: absolute;
    left: -40px;
    top: 18px;
}

.login-form-form-input .login-form-form-label {
	color: #436cff;
	font-size: 10px;
	display: block;
}

.login-form-form-input.has-error .login-form-form-label {
	color: #d45d5d;
}

.login-form-form-error {
	color: #d45d5d;
	font-size: 10px;
	display: block;
    margin-top: 5px;
}

.login-form-form-error i {
	float: right;
	font-size: 12px;
}

.login-form-action-text {
    /*border-bottom: 1px solid #898f99; */
	display: block;
	font-size: 16px;
	margin: 15px 0;
	padding-bottom: 5px;
}

.login-form-action-subtext {
    color: #898f99;
	font-size: 10px;
	font-weight: bold;
	display: block;
	margin: 15px 0;
	padding-bottom: 5px;
}

#login-form-form .login-form-form-input input[type="text"],
#login-form-form .login-form-form-input input[type="email"],
#login-form-form .login-form-form-input input[type="password"] {
	display: block;
	width: 100%;
	border: none;
    /*border-bottom: 1px solid #436cff; */
    outline: none;
    font-size: 18px;
    font-weight: normal;
    color: #444;
	padding-bottom: 5px;
}

#login-form-form .login-form-form-input.has-error input[type="text"],
#login-form-form .login-form-form-input.has-error input[type="email"],
#login-form-form .login-form-form-input.has-error input[type="password"] {
   /* border-bottom: 1px solid #898f99; */
}

#login-form-form-remember-me,
#login-form-form-terms {
	font-weight: normal;
	cursor: pointer;
    margin-bottom: 15px;
}

.login-form-last-user-avatar-name {
	font-weight: bold;
	margin-top: 15px;
	font-size: 16px;
	display: block;
}

#login-form-create-account, .links {
	display: block;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.footer-separator{
	visibility: hidden;
}

/* unvisited link */
a:link {
    color: #436cff;
}

/* visited link */
a:visited {
    color: #436cff;
}

.form-control:focus, .form-control.focus {
	background-image: linear-gradient(#436cff, #436cff), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-control {
    background-image: linear-gradient(#436cff, #436cff), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-control-wrapper .form-control:focus ~ .floating-label {
  color: #436cff;
}
