@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(https://fonts.googleapis.com/css?family=Gudea:700);

h1 {
  font-family: 'Gudea', sans-serif;
  font-size: 20px;
  color: #ffffff;
  padding-left: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  background-color: #253a49;
  height: 40px;
  margin-top: 0px;
  -webkit-text-stroke: 1px transparent;
}

html, body {
	height: 100%;
}

* {
	font-family: 'Open Sans', sans-serif;
}

ul {
	list-style-type: none;
	margin: 0; 
	padding: 0;
	font-family: 'Arial', sans-serif;
}

li {
	line-height: 26px;
}

a {
	color: #253a49;
	font-weight: bold;
}

a:hover {
	color: #3EADE1;
	text-decoration: none;
	font-weight: bold;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -46px;
}

.input-large {
	height: 36px !important;
	line-height: 36px !important;
	font-size: 18px !important;
	width: 460px;
}

.input-large-search {
	height: 36px !important;
	line-height: 36px !important;
	font-size: 18px !important;
	width: 200px;
}

.btn-extra {
	height: 46px !important;
	font-weight: bolder;
}

.content-container{
	width: 100%;
	padding-left: 10px;
	margin-bottom: 40px;
}


.news-footer{
	text-align: right;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 15px;
}


.top {
	width: 100%;
	height: 100px;
	background-color: #253a49; /*1c2c38  363E49;*/
	border-bottom: 20px solid #EDF2F6;
	color: #fff;
	display: block;
	-webkit-text-stroke: 1px transparent;
	margin-bottom: 15px;
}

.logo {
	width: 630px;
	margin-top: 14px;
}

.name {
	font-weight: 700;
	font-family: 'Gudea', sans-serif;
	font-size: 50px;
	width: 700px;
}

.baseline {
	font-size: 12px;
}

.share-top {
	text-align: center;
	float: right;
	margin-right: 100px;
	margin-top: -80px;
	font-size: 16px;
	font-weight: bold;
}

.login-top {
	text-align: right;
	float: right;
	margin-right: 100px;
	margin-top: -20px;
	font-size: 16px;
	font-weight: bold;
}

.login-top a {
	color: #EDF2F6;
}

.login-top a:hover {
	color: #3EADE1;
}

.sidebar-title {
	background: #dedede;
	line-height: 40px;
	text-align: center;
	height: 40px;
}

.sidebar-content {
	margin: 5px;
}


.stats-table {
	margin-left: 12px;
}

.stats-table td{
	padding: 8px;
}

.footer {
	height: 45px;
	font-size: 12px;
	text-align: center;
	line-height: 45px;
	background-color: #EDF2F6;
	border-top: 1px solid #dce6ee;

}


input {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}


/* TABS */
ul.tabs-user, ul.tabs-share {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs-user li, ul.tabs-share li{
	background: #dedede;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	width: 152px;
	line-height: 20px;
	text-align: center;
}

ul.tabs-user li.current, ul.tabs-share li.current{
	background: none;
	width: 152px;
}

.tab-content-user, .tab-content-share{
	display: none;
	padding: 15px;
	margin: 0 auto;
	height: 400px;
	overflow: auto
}

.tab-content-user.current, .tab-content-share.current{
	display: inherit;
}

.tab-container {
	border: 1px solid #dedede;
	margin-bottom: 25px;
}

.tab-content-row{
	height: 40px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.tab-content-row-title{
	font-size: 16px;
}

.tab-content-row-info{
	font-size: 11px;
}

.tab-content-row-info .delete-database {
	float: right; 
	text-align: right;
	color: red;
	font-weight: normal;
	cursor: pointer;
}