@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i);

html {
	height: 100%;
}

body {
	background-color: #F2f2f2;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #555;
	padding: 100px 0 60px;
	position: relative;
	min-height: 100%;
}

body.login-page {
	height: 100%;
}

strong,
b {
	font-weight: 500;
}

h1,
h2,
h3,
h4 {
	font-weight: 300;
}

.clear {
	clear: both;
}

a,
a:visited,
button {
	-o-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

hr {
	width: 100% !important;
}

.btn.back,
.btn.margin-bottom {
	margin-bottom: 20px;
}

.btn-primary {
	background-color: #006E7A;
	border-color: #005b66;
}

.btn-primary:hover,
.btn-primary:focus	{
	background-color: #005b66;
	border-color: #005b66;
}

.container-fluid {
	padding: 0 20px;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

body.login-page .container-fluid {
	width: 100%;
	max-width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%,-50%);
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-right: -10px;
	margin-left: -10px;
}

.navbar {
	background-color: #006E7A;
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.navbar a,
.navbar a:visited {
	color: #fff;
}

.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
	background-color: #005b66;
}

.navbar-nav .fa {
	margin-right: 5px;
}

.navbar-toggle {
	margin-right: 0;
}

.navbar-toggle .icon-bar {
	height: 3px;
	background-color: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.panel {
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05)
}

.panel-default {
	border-color: #e5e5e5;
}

.panel .panel-heading {
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
}

.panel-default .panel-heading {
	color: #555;
	border-color: #e5e5e5;
}

.panel-default .panel-heading a,
.panel-default .panel-heading a:visited {
	color: #555;
	text-decoration: none;
	display: block;
}

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

.tabs {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

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

.tabs .nav-tabs {
	border: none;
}

.tabs .nav>li>a {
	padding: 15px 30px 15px;
	color: #777;
	margin-right: 0;
	text-shadow: 0px 1px 0px #fff;
	font-size: 16px;
}

.tabs .nav-tabs>li.active>a,
.tabs .nav-tabs>li.active>a:focus,
.tabs .nav-tabs>li.active>a:hover {
	border: none;
	border: 1px solid #e5e5e5;
	border-bottom-color: #fff;
	color: #006E7A;
}

.tabs .nav .open>a,
.tabs .nav .open>a:focus,
.tabs .nav .open>a:hover {
	border-color: transparent;
}

#nanny-profile .media-left {
	width: 150px;
}

#nanny-profile .profile-img {
	width: 90px;
	height: 90px;
	overflow: hidden;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}

#nanny-profile .profile-img img {
	position: absolute;
}

#nanny-profile .media-body {
	width: auto;
}

#nanny-data-show .panel-body div.two-cols {
  margin-bottom: 10px;
}

#nanny-data-show div > span {
  font-weight: 500;
  display: block;
}

/*
.tabs .nav-tabs>li:last-child {
	float: right;
}
*/

.tabs .nav-tabs a span {
	display: none;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
	border-color: transparent;
	background-color: transparent;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	vertical-align: middle;
}

.table-hover>tbody>tr {
	-o-transition: background-color 0.4s ease-in;
	-webkit-transition: background-color 0.4s ease-in;
	-moz-transition: background-color 0.4s ease-in;
	transition: background-color 0.4s ease-in;
}

.table td.email-link .fa {
	margin-right: 8px;
	color: #999;
}

.table-responsive {
	margin-top: 40px;
	display: inline-block;
	width: 100%;
}

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

.form-group .profile-img img {
	margin-top: 20px;
	display: block;
}

input[type="submit"] {
	-o-transition: background-color 0.4s ease-in;
	-webkit-transition: background-color 0.4s ease-in;
	-moz-transition: background-color 0.4s ease-in;
	transition: background-color 0.4s ease-in;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #006E7A;
	border-color: #006E7A;
}

footer#page-footer {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	color: #999;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	text-shadow: 0px 1px 0px #fff;
}

footer#page-footer a,
footer#page-footer a:visited {
	color: #777;
}

@media only screen and (min-width: 768px) {

	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0x;
		margin-left: 0;
	}

	.navbar-right {
    	margin-right: 0;
    }

	.push-left {
		float: left;
	}

	.push-right {
		float: right;
	}

	.form-horizontal .control-label {
		text-align: left;
	}

	.form-horizontal .control-label span {
		margin-left: 5px;
	}

	.tabs .nav-tabs a span {
		display: inline-block;
	}

	.tabs .nav-tabs a .fa {
		margin-right: 5px;
	}

	.main {
		padding: 1px 40px 40px;
	}

	#nanny-data-show .panel-body div.two-cols {
		position: relative;
    padding-left: 140px;
    min-height: 20px;
    margin-bottom: 10px;
    display: block;
	}

	#nanny-data-show .col-md-8 .panel-body div.two-cols {
		padding-left: 280px;
	}

	#nanny-data-show div > span {
    position: absolute;
    left: 0;
    font-weight: 500;
    width: 140px;
    margin-bottom: 10px;
	}


	#nanny-data-show .col-md-8 .panel-body div.two-cols span {
		width: 260px;
	}
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
