﻿html body {
	margin-bottom: 30px;
}
.chart-container {
    padding: 20px;
}


.row {
    padding: 10px;
}

.message {
    float: left;
    clear: both;
    padding: 10px;
    display: flow-root;
}
.home-info-text {
	padding-left: 50px;
	font-size: 16px;
}
.home-bottom-text{
	margin-top: -20px;
}
nav.navbar {
	border-bottom: #239096 1px solid;
}
.logo{
	height: 40px;
}
a.navbar-brand {
    height: 70px;
}
.nav.navbar-nav .nav-link {
	color: #239096;
}
.nav.navbar-nav .nav-link:hover {
	background-color: #fff;
	font-weight: bolder;
}

@media (min-width: 768px) {
	nav .nav.navbar-nav {
		margin-top: 15px;
	}

	.menu-no-login .nav.navbar-nav {
		margin-top: -15px;
		font-size: 12px;
	}

	.menu-no-login .navbar-nav > li > a {
		padding: 5px 15px 5px 0;
	}

	.menu-no-login .navbar-nav > li > a:hover {
		background-color: #fff;
	}
	.home-info-image {
		margin-top: -20px;
		margin-bottom: -100px;
	}
}
.kario-text {
	margin-left: 50px;
	margin-top: 8px;
}
.inmedica-text-color {
	color: #239096;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px;
	background-color:#fff;
	border-top:solid 1px #fcfcfc;
}
.footer-content {
	margin-left: 10px;
	color: #808080;
}
.img-kuriame-ateiti{
margin-top:50px;
height:90px;
}

#current-score{
	color: red;
}
#predictable-score{
	color: green;
}

.hidd {
	display: none;
}

.table-sm {
    font-size: 14px;
}
.table.table-sm > tbody > tr > td, .table.table-sm > tbody > tr > th,
.table.table-sm > thead > tr > td, .table.table-sm > thead > tr > th {
    padding: 1px 2px;
}

.form-control.input-xs {
    height: 24px;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.order:after {
    color: #808080;
    margin-left: 5px;
    font-size: 10px;
    content: "\e150";
    font-family: "Glyphicons Halflings";
}
.order.asc:after {
    content: "\e155"
}
.order.desc:after {
    content: "\e156"
}
.order{
	cursor:pointer;
}
.patient-request-action {
	width: 185px;
}

input.input-width-sm{
    width: 50px;
}
.page-link{
    cursor: pointer;
}

table.table.table-auto{
	width: initial;
}
.content-center {
	margin-right: auto;
	margin-left: auto;
}
.no-wrap {
	white-space:nowrap;
}