@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700&subset=latin-ext');

body,
html {
	color: #333;
	height: 100%;
	font-family: "Roboto";
}

html {
	max-width: 100%;
	min-height: 100%;
}

.container,
[class^="col-"] {
	padding-left: 20px;
	padding-right: 20px;
}

.row {
	margin-left: -20px;
	margin-right: -20px;
}

a {
	color: #127ec2;
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
}

.navbar {
    background: #fff;
    border: none;
	border-bottom: 1px solid #cdcfd2;
	margin-bottom: 0;
	min-height: 80px;
}

.navbar > .container {
	position: relative;
}

.navbar-nav--centered {
	float: none;
	text-align: center;
}

.navbar-header {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 15px;
}

.navbar-brand {
	max-width: 160px;
	height: 40px;
}

.navbar-brand > img {
	display: block;
	vertical-align: middle;
	width: 100%;
	height: auto;
}

.navbar-nav>li>a {
    color: #888;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 13px;
	padding: 15px 10px;
}

.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.active>a:hover,
.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>li>a:hover {
    color: #68757c;
    background: #fff;
}

a:focus,
a:active,
a:hover {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .navbar-nav {
        width: 100%;
        text-align: center;
		padding-left: 75px;
		padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav .pull-left,
    .navbar-nav .pull-right {
        float: none !important;
        display: block;
    }
	.navbar-nav>li>a {
		min-height: auto;
	}
}

.navbar-nav > li {
	position: relative;
	margin-right: -4px;
	float: none;
	display: inline-block;
}

#navbar-collapse {
	display: block;
}

.navbar-container {
	margin: 0 auto;
	display: block;
	padding-right: 10px;
}

.header-menu {
	padding-top: 15px;
}

.header-menu .dropdown {
	display: inline-block;
	vertical-align: top;
}

.languages {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.languages a {
	font-size: 12px;
	padding-left: 4px;
}

.languages a.active {
	color: #777;
}

.languages a:last-child {
	border-left: 1px solid #777;
}

.icon-cart,
.icon-location,
.icon-person,
.icon-search {
	width: 18px;
	height: 17px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.icon-cart:before,
.icon-location:before,
.icon-person:before,
.icon-search:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 17px;
	position: relative;
	background: center center no-repeat;
	background-size: cover;
	vertical-align: top;
	transition: opacity 0.3s;
}

.icon-cart:before {background-image: url(../images/icons/icon-cart.png);}
.icon-location:before {background-image: url(../images/icons/icon-location.png);}
.icon-person:before {background-image: url(../images/icons/icon-person.png);}
.icon-search:before {background-image: url(../images/icons/icon-search.png);}


.icon-cart:hover:before,
.icon-location:hover:before,
.icon-person:hover:before,
.icon-search:hover:before {
	opacity: 0.6;
}

.icon-person {
	width: 30px;
}

.icon-person .caret {
	vertical-align: top;
	margin-top: 6px;
}

.row.flex {
	display: flex;
}

.main-container {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}

.sidebar {
	background-color: #f2f3f4;
	min-height: calc(100% - 40px);
	padding-top: 40px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar ul.devices-menu,
.sidebar ul.sidebar-menu {
	margin: 0 -20px;
}

.sidebar ul li {
	margin: 0;
	position: relative;
	display: block;
}

.sidebar ul li a {
	display: block;
	position: relative;
}

.devices-menu>li,
.sidebar-menu>li {
	padding: 5px 20px;
}

.devices-menu>li.active,
.sidebar-menu>li.active {
	background-color: #fff;
}

.devices-menu>li.active>a,
.devices-menu>li.active>ul>li.active>a,
.sidebar-menu>li.active>a {
	color: #333;
}

.devices-menu>li>ul>li>ul,
.sidebar-menu>li>ul {
	display: none;
	padding-bottom: 10px;
}

.devices-menu>li>ul>li.slide-menu>ul {
/*	transition: all 0.3s;*/
/*	height: 0;*/
/*	overflow: hidden;*/
}
.devices-menu>li>ul>li.slide-menu.in>ul {
/*	height: auto;*/
/*	overflow: auto;*/
}

.devices-menu>li.active>ul,
.devices-menu>li.active>ul>li.active>ul,
.sidebar-menu>li.active>ul {
	display: block;
}

.devices-menu>li>a,
.sidebar-menu>li>a {
	font-size: 20px;
	font-weight: 500;
	padding: 5px 0;
}

.devices-menu>li>ul>li>a {
	font-size: 20px;
	font-weight: 300;
}

.devices-menu>li>ul>li>a>span {
	display: block;
	font-size: 14px;
	margin-top: -5px;
	margin-bottom: 10px;
}

.devices-menu>li>ul>li {
	padding-left: 10px;
}

.devices-menu>li>ul>li>ul>li>a,
.sidebar-menu ul>li>a {
	font-size: 14px;
	padding: 5px 10px;
	display: inline-block;
}

.devices-menu>li>ul>li>ul>li.active>a,
.sidebar-menu ul>li.active>a {
	background-color: #F2F3F4;
	color: #333;
}

.devices-menu:after {
	content: '';
	display: block;
	margin: 30px 20px 5px;
	border-bottom: 1px solid #ccc;
	box-sizing: content-box;
}

.sidebar-title table {
	margin-top: 20px;
	margin-bottom: 0;
}

.sidebar-title table:not(.table-condensed) tr td {
	text-align: left;
	font-size: 0.8em;
	word-wrap: break-word;
	padding: 5px 10px;
}

.sidebar-title.user-info {
	padding-bottom: 0;
}

.user-info table td:first-child {
	width: 35%;
}

.user-info table td:last-child {
	width: 65%;
}

.main-title {
	margin-top: 0;
}

h1 {
	font-weight: 300;
	font-size: 42px;
}

.container-xs {
	max-width: 540px;
	width: 100%;
}

.search-container {
	margin-top: 30px;
}

.search-container .btn-default {
	background-color: #127ec2;
	border: none;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	padding: 9px 35px;
	outline: none;
}

.search-container .btn-default:focus,
.search-container .btn-default:hover {
	outline: none;
}

.search-container input {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border: 1px solid #ccc;
	box-shadow: none;
	height: 43px;
	font-weight: 300;
}

.heading {
	padding: 35px 0 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.icon-plus {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/icons/plus.svg) center center no-repeat;
	background-size: cover;
	margin-left: auto;
	margin-right: 0;
}

.icon-list {
	width: 16px;
	height: 16px;
	display: block;
	background: url(../images/icons/list.svg) center center no-repeat;
	background-size: cover;
	margin-left: auto;
	margin-right: 8px;
	margin-top: 2px;
}

.heading-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	display: inline-block;
}

.heading .glyphicon {
	color: #127ec2;
	font-size: 20px;
}

article h1 {
	font-size: 30px;
}

.post-date {
	color: #999;
	font-size: 12px;
}

article.news-post {
	font-size: 14px;
	border-top: 1px solid #ccc;
}

article.news-post:first-child {
	border-top: 0;
}

article h2 {
	font-size: 24px;
	font-weight: 400;
}

.devices-list .device {
	text-align: center;
	margin: 0 auto 30px;;
}

.devices-list .device img {
	max-width: 80%;
	height: auto;
	margin: 0 auto;
}

.devices-list .device-title {
	font-size: 20px;
	font-weight: 400;
	color: #127ec2;
}

.devices-list .device-subtitle {
	color: #333;
	font-size: 12px;
}

.devices-list .device-description {
	color: #999;
	font-size: 12px;
}

form div.table {
	display: table;
	margin-bottom: 0;
	position: relative;
}

table {
	width: 100%;
}

table {
	font-size: 16px;
	font-weight: 400;
	table-layout: fixed;
	margin-bottom: 30px;
}

tr.thead td {
	font-weight: 600 !important;
}

.red {
	color: #D0021B;
}

.device-picture {
	padding-top: 110px;
}

.device-picture .device-title {
	text-align: left;
	font-size: 24px;
	font-weight: 300;
}

.device-picture img {
	max-width: 150px;
	margin: 0 auto;
	display: block;
	float: left;
}

.device-controls {
	text-align: right;
	margin-top: 40px;
	margin-bottom: -10px;
	padding-left: 0;
	position: relative;
}

.device-controls a {
	color: #127ec2;
	display: inline-block;
	border: 1px solid #127ec2;
	padding: 5px 15px;
	border-radius: 50px;
	transition: all 0.2s;
	vertical-align: top;
/*	margin-left: 20px;*/
}

.device-controls span {
	margin-bottom: 15px;
	display: block;
}

.device-controls a:hover {
	background-color: #127ec2;
	color: #fff;
}

.device-controls .glyphicon {
	font-size: 20px;
	line-height: 30px;
	color: #127ec2;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.device-controls .modal {
	text-align: left;
}

.heading-title .heading-subtitle {
	font-size: 16px;
	font-weight: 300;
}

.device-visual {
	background-color: #F9F9F9;
	border: 1px solid #E0E0E0;
	padding: 30px 10px 10px;
}

.visual-heading {
	text-align: center;
	margin-bottom: 15px;
}

.visual-timespan,
.visual-sampling {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.visual-timespan {
	width: 420px;
}

.timespan-title {
	padding-left: 10px;
}

.timespan-title a.active {
	color: #333;
	cursor: default;
}

.timespan-title a.date {
	margin-left: 10px;
}

ul.timespan {
	list-style-type: none;
	display: none;
	font-size: 0;
	padding: 0;
	margin: 7px 0
}

ul.timespan li {
	display: inline-block;
	border: 1px solid #127ec2;
	border-right: 0;
	color: #127ec2;
	cursor: pointer;
	font-size: 15px;
	line-height: 1;
	padding: 10px 0;
	width: 82px;
	text-align: center;
	transition: all 0.2s;
}

ul.timespan li:first-child {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

ul.timespan li:last-child {
	border-right: 1px solid #127ec2;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

ul.timespan li.active,
ul.timespan li:hover {
	background-color: #127ec2;
	color: #fff;
}

.visual-timespan .start-end {
	display: none;
	margin: 9px 0;
}

ul.timespan.active,
.visual-timespan .start-end.active {
	display: block;
}

.timespan-period {
	font-size: 12px;
	font-weight: 300;
	color: #999;
	text-align: center;
}

.sampling {
	width: 155px;
	height: 35px;
	border: 1px solid rgba(0,125,197,0.5);
	outline: none;
	padding: 0;
	margin: 7px 0;
	box-sizing: content-box;
	border-radius: 0;
	background-color: #fff;
}

.visual-info .panel {
	border-color: #F4F4F4;
	border-radius: 0;
	background-color: #fff;
	box-shadow: none;
}

.visual-info .panel-heading {
	background-color: #fff;
	border: 0;
	color: #127ec2;
	font-weight: 500;
	padding: 0;
}

.visual-info .panel-title>a {
	line-height: 90px;
	font-size: 22px;
	display: block;
	padding: 0 35px;
	position: relative;
	cursor: default;
}

#accordion h4 {
	margin-left: 40px;
}

.visual-info .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
}

.visual-info .panel-group .panel+.panel {
	margin-top: 0;
	border-top: 0;
}

.visual-info .panel-body {
	padding: 10px 35px 35px;
}

.panel-collapse .panel-body {
	opacity: 0;
	transition: all 0.2s;
}

.panel-collapse.in .panel-body {
	opacity: 1;
}

.form-group.required .control-label:after {
  content:" *";
  color: red;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
	width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition-property: border-color, box-shadow;
    transition-duration: 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: initial;
	margin-bottom: 0;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile + label {
    color: #127ec2;
	width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0;
	border-radius: 50px;
}

.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.inputfile + label span {
	width: 70%;
    height: 40px;
	line-height: 40px;
	padding-left: 15px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
	color: #555;
}

.inputfile + label strong {
	width: 30%;
    height: 40px;
	line-height: 40px;
    color: #fff;
    background-color: #127ec2;
    display: inline-block;
	text-align: center;
}

.inputfile:focus + label strong,
.inputfile.has-focus + label strong
{
    background-color: #d4d4d4;
}

@media screen and (max-width: 50em) {
	.inputfile + label span,
	.inputfile + label strong {
		max-width: 100%;
		width: 100%;
		display: block;
	}
	.inputfile + label {
		border-radius: 20px;
	}
}

.add-form {
	width: 100%;
}

.add-form label.control-label {
	display: block;
	font-size: 18px;
	font-weight: 300;
	color: #127ec2;
	margin-bottom: 5px;
	text-align: left;
}

.add-form .form-group {
	margin: 10px 0;
}

.add-form .form-control {
	border-radius: 50px !important;
	border: 1px solid #ccc;
	box-shadow: none;
	height: 43px;
	font-weight: 300;
}

.add-form .form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.add-form .more-info {
	font-size: 13px;
	color: #777;
	margin-top: 5px;
}

.add-form .heading {
	margin-top: 10px;
	margin-bottom: 20px;
}

.form-buttons a.btn,
.form-buttons button {
	background-color: #127ec2;
	border: 1px solid #127ec2;
	border-radius: 50px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 16px;
	padding: 9px 35px;
	outline: none;
	margin-top: 10px;
	margin-right: 10px;
	-webkit-transition: -webkit-box-shadow ease-in-out .15s;
    -o-transition: box-shadow ease-in-out .15s;
    transition: box-shadow ease-in-out .15s;
    transition-property: box-shadow;
    transition-duration: 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: initial;
	margin-bottom: 0;
}

.form-buttons a.btn.preview,
.form-buttons button.preview {
	background-color: #fff;
	color: #127ec2;
}

.form-buttons a.btn:hover,
.form-buttons button:hover {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	outline: none;
}

.form-buttons a.btn:focus,
.form-buttons button:focus {
/*	outline: 1px dotted #000;*/
/*    outline: -webkit-focus-ring-color auto 5px;*/
	outline: none;
/*	-webkit-box-shadow: none;*/
/*	box-shadow: none;*/
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.2);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.2);
}

.form-buttons a.btn:hover:focus,
.form-buttons button:hover:focus {
	outline: none;
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.add-news .summary {
	display: none;
}

#show_summary,
#hide_summary {
	cursor: pointer;
}

.note-editable {
	width: 540px;
	max-width: 100%;
}

.add-form .error-message {
	width: 100%;
	height: auto;
	padding: 5px 0;
	font-size: 14px;
	font-weight: 300;
	color: red;
	display: block;
	position: relative;
	float: none;
	clear: both;
}

article.news-post .post-picture {
	width: 250px;
	height: 250px;
	display: block;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	background-color: #127ec2;
	background-position: center center;
	background-size: cover;
	border-radius: 100%;
	overflow: auto;
	font-size: 24px;
	font-weight: 300;
}

article.news-post .post-content .container {
	max-width: 100%;
}

.pagination {
	margin: 30px 0;
}

.pagination>li>a, .pagination>li>span {
	padding: 8px 14px;
	color: #333;
	background-color: #f2f3f4;
	border: 1px solid #d7d9da;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #127ec2;
}

.table-parent {
	display: table;
	width: 200px;
	height: 150px;
	margin: 50px 25px;
}

.table-child {
	display: table-cell;
	vertical-align: middle;
}

.list-category table tbody tr:first-child td {
	font-weight: 500;
}

.list-category table tbody tr td:last-child {
	text-align: right;
}

#preloader {
	width: 64px;
	height: 64px;
	margin: 50px auto;
	display: block;
}

.device-controls .preloading {
	top: -10px;
	min-height: 50px;
}

.device-controls #preloader {
	margin: 0 auto;
	width: 50px;
	height: 50px;
}

.visual-info {
	position: relative;
	min-height: 140px;
}

.preloading {
	background: rgba(255,255,255,0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height: 120px;
	z-index: 100;
	display: none;
}

input.checkbox {
	visibility: hidden;
	display: none;
}

input.checkbox + label {
	margin-bottom: 10px;
	cursor: pointer;
}

.device input.checkbox + label {
	display: inline-block;
	margin-top: 5px;
}

.heading .glyphicon-ok,
input.checkbox + label span {
	font-size: 0.8em;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	background: #ddd;
	color: #fff;
	text-align: center;
	line-height: 20px;
	margin-right: 5px;
}

.heading input.checkbox:checked + .glyphicon-ok,
input.checkbox:checked + label span {
	background: #127ec2;
	color: #fff;
}

.icon-border {
	width: 20px;
	height: 20px;
	border-radius: 50px;
	background-color: #fff;
	border: 1px solid #127ec2;
	color: #127ec2;
	font-size: 0.7em;
	text-align: center;
	line-height: 20px;
}

.note-insert button:nth-child(2),
.note-insert button:nth-child(3) {
	display: none;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.reports-users .user {
	display: block;
	position: relative;
	font-size: 16px;
	vertical-align: top;
	margin: 10px 0;
}

.reports-users .user span {
	margin-bottom: 3px;
	vertical-align: bottom;
}

.input-group-btn.form-buttons {
	vertical-align: bottom;
}

.input-group-btn.form-buttons:last-child>.btn {
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	margin-left: 10px;
	margin-top: 0;
}

.reports-queue table th,
.reports-queue table td {
	text-align: left;
	font-size: 0.8em;
	transition: width 0.3s ease;
}

.reports-queue table a {
	display: block;
}

.reports-queue table th {
	padding: 10px 0;
	background-color: #127ec2;
	color: #fff;
	text-align: center;
}

/* Report ID */
.reports-queue table tr th:nth-child(1),
.reports-queue table tr td:nth-child(1) {
	text-align: center;
	width: 70px;
}

/* Requested on */
.reports-queue table tr th:nth-child(2),
.reports-queue table tr td:nth-child(2) {
	width: 120px;
}

/* Report details */
.reports-queue table tr th:nth-child(3),
.reports-queue table tr td:nth-child(3) {
	width: 230px;
}

.reported-by {
	display: block;
	padding-left: 5px;
}

.reported-devices,
.reported-users {
	display: block;
	padding-left: 5px;
	margin-top: 5px;
}

.reported-by b,
.reported-devices b,
.reported-users b {
	display: block;
	margin-left: -5px;
}

/* Report date */
.reports-queue table tr th:nth-child(4),
.reports-queue table tr td:nth-child(4) {
	width: 120px;
}

/* Sampling rate */
.reports-queue table tr th:nth-child(5),
.reports-queue table tr td:nth-child(5) {
	text-align: center;
	width: 65px;
}

/* Result */
.reports-queue table tr th:nth-child(6),
.reports-queue table tr td:nth-child(6) {
	text-align: center;
	width: 100px;
}

.reports-queue table tr td {
	padding: 5px;
}

@media (max-width: 768px) {
	table {
		display: block;
		overflow-x: scroll;
		max-width: 100%;
	}
}

.reports-form .preloading {
	display: none
}

.no-border {
	border-bottom: 0;
	margin-bottom: -20px;
}

.reports-form .preloading {
	min-height: 100px;
	margin-top: -20px;
}

.reports-form .preloading #preloader {
	margin: 10px auto;
	width: 64px;
	height: 64px;
}

.visual-submit {
	display: inline-block;
	vertical-align: top;
	margin-top: 12px;
	padding-left: 5px;
}

.notifications label {
	display: block;
}

.login-container .alert {
	max-width: 600px;
	margin: 0 auto;
}

.form-wrapper {
	margin-top: 100px;
}

.login_heading {
	display: block;
	color: #555;
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
}

.btn.sso::before,
.btn.fb::before,
.btn.baidu::before {
	position: absolute;
	top: 50%;
	left: 20px;
	content: "";
	display: inline-block;
	margin-top: -10px;
	width: 20px;
	height: 20px;
}

.btn.sso::before {
	border-radius: 20px;
	background: #fff;
}

.btn.fb::before {
	background: url(../images/fb-white.png) center center no-repeat;
	background-size: cover;
}

.btn.baidu::before {
	background: url(../images/baidu-white.png) center center no-repeat;
	background-size: cover;
}

.lang-list {
	margin-top: -3px;
}