/*
by Wippo Team. 
Version 1.0
*/


/*Global Styles*/

body {
	color: #334856;
	font-family: 'Open Sans', sans-serif;
}

p {
	color: #777;
}

a, a:hover, a:focus {
	color: #857f85;
}

h1, h2, h3, h4, h5, h6 {
	color: #5f6468;
}

h1 {
	font-weight: 300;
	font-size: 40px;
}

h2 {
	font-weight: 300;
	margin-bottom: 20px;
}

h3, h4 {
	font-weight: 300;
}

.content h4 {
	margin-top:30px;
	font-weight:bold;
	font-size:18px;
	margin-bottom: 20px;
	padding-left: 15px;
}
.large {
	font-size: 2em;
}

.routeslist_td_70 {
	width: 70% !important;
}

.no_routes_msg {
	text-align: center;
	padding: 10px 0px;
	background: #F9F9F9;
	margin-top: 5px;
	border: 1px solid #ccc;
}

.text-muted {
	color: #9fadbb;
}

.color-gray { color: #5f6468; }
.color-blue { color: #30a5ff; }
.color-teal { color: #1ebfae; }
.color-orange { color: #ffb53e; }
.color-red { color: #f9243f; }

.bg-primary .glyphicon-remove { color: #5f6468;}
.bg-primary .glyphicon-remove:hover { color: #ef4040;}

.no-padding {
	padding: 0; margin: 0;
}

.glyphicon-xl {
	font-size: 6em;
}

.glyphicon-l {
	font-size: 3em;
}

.glyphicon-m {
	font-size: 1.5em;
}

.glyphicon-s {
	font-size: 0.75em;
}

.form-control {
	border: 1px solid #eee;
	box-shadow: none;
}

.form-control:focus {
	border: 1px solid #30a5ff;
	outline: 0;
	box-shadow: inset 0px 0px 0px 1px #30a5ff;
}

.navbar-header .navbar-brand {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
}

.navbar-header .navbar-brand span {
	color: #30a5ff;
}


header, .content, footer, .footer-menu {
	width:1024px;
	margin:auto;
	max-width:100%;
	width:100%

}
@media (min-width: 1200px) {
	header, .content, footer, .footer-menu {
		width:1280px;
	}
}

/*header*/
header { background:url(../images/header.jpg) no-repeat center center; height:90px; position:relative; background-size:cover}
header img.logo{
	display: block;
	max-width: 100%;
	width: 100px;
	margin-left: 94px;
	position: absolute;
	top: 12px;
}
header .note {
	font-size: 13px;
	color: #fff;
	width: 50%;
	text-align: right;
	padding-right: 15px;
	margin-top: 30px;
	line-height: 1.3em;
	border-top: 1px solid rgba(255, 255, 255, 0.38);
	padding-top: 10px;
	font-weight: bold;
}
header h1 {
	color:#fff;
	text-transform:uppercase;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding-left: 92px;
	padding-top: 10px;
	width: 50%;
	float: left;
}


.content {
	padding-bottom:60px;

}
/*footer*/
.footer-menu {
	list-style: none;
	padding:0;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	background:#288ed6;
	float: left;
	margin-left: auto;
	margin-right: auto;
	display:block
}
.footer-menu li {
	float:left;
	width:25%;
	font-weight: bold;
	font-size:16px;
}
.harta .footer-menu li { width:50% }
.footer-menu li a {
	color:#fff;
	display:block;
	text-align:center;
	height:60px;
	line-height:60px;
	border-right:1px dashed rgba(255, 255, 255, 0.35);
	text-transform:uppercase
}
.footer-menu li a.finish { display:none}
.footer-menu li:last-child a {
	border-right:0px
}

.footer-menu li a:hover{
	background:#0a71b9;
	text-decoration:none}

.footer-menu li a.inactive {
	background: #CCCCCC;
	cursor: default
}
/*Buttons*/


a.btn:hover,
button:hover {
	opacity: 0.8;
}

a.btn:active,
button:active {
	box-shadow: inset 0px 0px 500px rgba(0,0,0,.1);
	opacity: 1;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #e9ecf2;
	border-color: #e9ecf2;
	color: #1b3548;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #30a5ff;
	border-color: #30a5ff;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #8ad919;
	border-color: #8ad919;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #ffb53e;
	border-color: #ffb53e;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #f9243f;
	border-color: #f9243f;
}

/*Backgrounds*/

.bg-primary {
	color: #1b3548;
	background-color: #e9ecf2;
}
a.bg-primary:hover {
	background-color: #e9ecf2;
}
.bg-success {
	color: #fff;
	background-color: #8ad919;
}
a.bg-success:hover {
	background-color: #8ad919;
}
.bg-success a {
	color: rgba(255, 255, 255, .75);
}
.bg-info {
	color: #fff;
	background-color: #30a5ff;
}
a.bg-info:hover {
	background-color: #30a5ff;
}
.bg-info a {
	color: rgba(255, 255, 255, .75);
}
.bg-warning {
	color: #fff;
	background-color: #ffb53e;
}
a.bg-warning:hover {
	background-color: #ffb53e;
}
.bg-warning a {
	color: rgba(255, 255, 255, .75);
}
.bg-danger {
	color: #fff;
	background-color: #f9243f;
}
a.bg-danger:hover {
	background-color: #f9243f;
}
.bg-danger a {
	color: rgba(255, 255, 255, .75);
}

/*Panels*/
.product h1, .title-pr {
	font-size:22px;
	font-weight: bold;
}

.box-presentation a {
	display:inline-block;
	margin-right:10px;
	text-align:center;
	max-width:96px;
	color:#565a62;
	margin-bottom:15px;
}

.box-presentation a  i.icon-pdf {
	display:block;
	margin:0px  auto 8px;
	width:70px;
	height:70px;
	background:url(../images/pdf.png);
	background-size:contain
}
.list-panel { margin-bottom:0; }

.list-product {
	background:#eeeff0;

}
.list-product a {
	display:block;
	min-height: 40px;
	padding-left: 25px;
	border-bottom: 1px solid #bec0c5;
	line-height: 40px;
	color: #565a62;
	font-size: 16px;
	width: 100%;
}
.list-product a span {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}
.list-panel .list-product a:last-child {
	border-bottom:0
}
.border-red {
	border:1px solid red
}
@media (max-width:991px) {
	.list-product a {
		font-size: 14px;
		padding-left: 10px;
	}
}
.list-product a:hover, .list-product a.active{
	color:#fff;
	text-decoration:none;
	background:#457bd9;
	border-bottom-color:#457bd9
}
.panel {
	border: 0;
}

.panel-heading {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.025em;
	height: 66px;
	line-height: 45px;
}

.panel-default .panel-heading {
	background: #fff;
	border-bottom: 1px solid #eee;
	color: #5f6468;
}

.panel-footer {
	background: #fff;
	border-top: 1px solid #eee;
}

.panel-widget {
	padding: 0;
	position: relative;
}

.panel-widget .panel-footer {
	border: 0;
	text-align: center;
}

.panel-footer .input-group {
	padding: 0px;
	margin: 0 -5px;
}

.panel-footer .input-group-btn:last-child>.btn,
.panel-footer .input-group-btn:last-child>.btn-group {
	margin: 0;
}

.panel-widget .panel-footer a {
	color: #999;
}

.panel-widget .panel-footer a:hover {
	color: #666;
	text-decoration: none;
}

.panel-blue {  }
.panel-teal { background: #1ebfae; color: #fff; }
.panel-orange { background: #ffb53e; color: #fff; }
.panel-red { background: #f9243f; color: #fff; }

.panel-blue .panel-body p,
.panel-teal .panel-body p,
.panel-orange .panel-body p,
.panel-red .panel-body p {
	color: #fff;
	color: rgba(255, 255, 255, .8);
}

.panel-blue .panel-heading,
.panel-teal .panel-heading,
.panel-orange .panel-heading,
.panel-red .panel-heading {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.panel-blue .text-muted,
.panel-teal .text-muted,
.panel-orange .text-muted,
.panel-red .text-muted {
	color: rgba(255, 255, 255, .5);
}

.dark-overlay {
	background: rgba(0, 0, 0, .05);
	text-align: center;
}
.panel-blue .panel-heading {
	background:#1f4c9a;
	color:#fff;
	text-align:center;
	font-size:16px;
	border-radius:0;
	height: 44px;
	line-height: 44px;
	padding: 0;
}
.widget-left {
	height: 80px;
	padding-top: 15px;
	text-align: center;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.widget-right {
	text-align: left;
	line-height: 1.6em;
	margin: 0px;
	padding: 20px;
	height: 80px;
	color: #999;
	font-weight: 300;
	background: #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.table-details {
	margin-top: 10px;
	border-bottom:0px
}

.backpopup {
	float: right;
	cursor: pointer;
	padding: 10px 10px;
	position: relative;
	top: -10px;
}

@media (max-width: 768px) {
	.widget-right {
		width: 100%;
		margin: 0;
		text-align: center;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
}

@media (max-width: 768px) {
	.widget-left {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}

.widget-right .text-muted {
	color: #9fadbb;
}
.widget-right .large {
	color: #5f6468;
}

.panel-blue .widget-left { background: #30a5ff; color: #fff; }
.panel-teal .widget-left { background: #1ebfae; color: #fff; }
.panel-orange .widget-left { background: #ffb53e; color: #fff; }
.panel-red .widget-left { background: #f9243f; color: #fff; }

.panel-widget {
	background: #fff;
}

/*Jumbotron*/

.jumbotron {
	background: #fff;
	border-bottom: 1px solid #eee;
	color: #5f6468;
}

/*Tabs*/
.nav > li > a {
	padding: 10px 15px 10px 25px;
	font-size: 16px;
	color: #565a62;
	margin: 3px 0px;
}
.nav > li > a:hover {
	background: #f3f4f5;
}
.nav > li {
	border-top: 1px dotted #878c96;
}
.panel .tabs {
	margin: 0;
	padding: 0;
}

.nav-tabs {
	background: #e9ecf2;
	border: 0;
}

.nav-tabs li a:hover {
	background: #fff;
}

.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
	border: 0;
	padding: 15px 20px;
}

.nav-pills {
	padding: 15px;
	padding-bottom: 0;
}

.nav-pills li a,
.nav-pills li a:hover,
.nav-pills li.active a,
.nav-pills li.active a:hover {
	border: 0;
	padding: 7px 15px;
}

.nav-pills li.active a,
.nav-pills li.active a:hover {
	background: #30a5ff;
}

.tab-content {
	padding: 15px;
	float:left;
	width:100%
}
.title-tab {
	font-weight:bold;
	border-bottom:1px solid #d2d2d3;
	padding:8px 10px

}
.title-tab .sp-pr {
	width:25%;
	display: inline-block;
}
.title-tab .sp-mes {
	width:70%;
	display: inline-block;
}
.title-left, .descr-b {
	float:left;
}
.title-left {
	width:25%
}
.title-left .data {
	font-size:12px;
	display: block;
	margin-top:6px;
}
.descr-b  {
	width:75%;
	padding-left: 5px;
}
.block-descr, .content-descr {
	float:left;
	width:100%
}
.block-descr {
	border-bottom:1px solid #d2d2d3;
	padding:15px 10px;
}
.content-descr .block-descr:nth-child(2n+1) {
	background:#e9ecf2
}


.form-group span.checkbox {
	display:inline-block;
	padding: 12px 20px;
	background: #e9ecf2;
	margin-bottom: 6px;
	cursor:pointer
}
.form-group span.checkbox:hover, .form-group span.checkbox.active {
	background:#457bd9;
	color:#fff
}

.box-present {
	background:#f3f4f5;
	border-top:1px solid #d2d2d3;
	-webkit-box-shadow: inset 0px 5px 15px -5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 5px 15px -5px rgba(0,0,0,0.15);
	box-shadow: inset 0px 5px 15px -5px rgba(0,0,0,0.15);
	width: 100%;
	float:left
}
.box-present .list-present {
	float: left;
	width:100%
}
.list-present span {
	float:left;
	width:33.3%;
	padding:15px;
	border-bottom:1px solid #d2d2d3;
	border-right:1px solid #d2d2d3;
}
.list-present span:hover, .list-present span.active {
	background:#fff
}
.list-present span:nth-child(3n+3) {
	border-right:0px
}

.box-present  .box-presentation {
	padding:15px;
	float:left;
	width:100%
}

.add-report select {
	background:#e9ecf2;
	min-width:174px;
	height:44px;
	width:initial;
	display: inline-block;
}

.add-report .right-button input[type="submit"]  {
	background:#1d4d9a;
	margin-top:30px
}
.add-report .right-button input[type="submit"]:hover {
	background:#565A61
}
/*Navbar*/

.navbar {
	border: 0;
}

.navbar input {
	border: 0;
	background: #444;
	color: #fff;
}

.navbar input:focus {
	color: #fff;
	background: #555;
	border: 1px solid #30a5ff;
	outline: 0;
	box-shadow: inset 0px 0px 0px 1px #30a5ff;
}

.user-menu {
	display: inline-block;
	margin-top: 14px;
	margin-right: 10px;
	float: right;
	list-style: none;
	padding: 0;
}

.user-menu a {
	color: #fff;
}

.user-menu a:hover, .user-menu a:focus {
	text-decoration: none;
}

/* Sidebar */

.link-logout {
	background:#878c96;
	color:#fff;
	width:96px;
	height: 34px;
	display: block;
	text-align: center;
	line-height: 34px;
	margin-top:8px;
}
.logout {
	color:#fff;
	position: absolute;
	top: 5px;
	font-size: 13px;
	right:15px;
}


.sidebar {
	display: block;
	background-color: #fff;
	padding: 0;
	display: none;
	border-right: 1px solid #bec0c5;
}

.sidebar form {
	padding: 20px 15px 5px 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

tr.visited td {
	background-color: rgba(40, 142, 214, 0.21) !important;
}

@media (min-width: 768px) {
	.sidebar {
		display: block;
		position: fixed;
		top: 0px;
		bottom: 0;
		left: 0;
		z-index: 1000;
		display: block;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		background-color: #fff;
		box-shadow: 1px 0px 10px rgba(0, 0, 0, .05);
	}
	.navbar-header {
		width: 100%;
	}
}

.sidebar ul.nav a:hover,
.sidebar ul.nav li.parent ul li a:hover {
	text-decoration: none;
	background-color: #e9ecf2;
}

.sidebar ul.nav .active a, .sidebar ul.nav li.parent a.active,
.sidebar ul.nav .active > a:hover, .sidebar ul.nav li.parent a.active:hover,
.sidebar ul.nav .active > a:focus, .sidebar ul.nav li.parent a.active:focus {
	font-weight:bold
}

.sidebar ul.nav ul,
.sidebar ul.nav ul li {
	list-style: none;
	list-style-type: none;
}

.sidebar ul.nav ul.children {
	width: auto;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
}

.sidebar ul.nav ul.children li a {
	height: 40px;
	background: #f9f9f9;
	color: #30a5ff!important;
}

.sidebar ul.nav li.current a {
	background-color: #30a5ff;
	color: #fff!important;
}

.sidebar ul.nav li.parent ul li a {
	border: none;
	display:block;
	padding-left: 30px;
	line-height: 40px;
}


.sidebar span.glyphicon {
	margin-right: 10px;
}

.sidebar ul.nav li.divider {
	border-bottom: 1px solid #eee;
	margin: 20px 0;
}

.sidebar .attribution {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 15px;
	text-align: center;
	border-top: 1px solid #eee;
	font-size: 12px;
}


/*Charts*/

.main-chart {
	background: #fff;
}

.easypiechart-panel {
	text-align: center;
	padding: 1px 0;
	margin-bottom: 20px;
}

.placeholder h2 {
	margin-bottom: 0px;
}

.donut {
	width: 100%;
}

.easypiechart {
	position: relative;
	text-align: center;
	width: 120px;
	height: 120px;
	margin: 20px auto 10px auto;
}

.easypiechart .percent {
	display: block;
	position: absolute;
	font-size: 26px;
	top: 38px;
	width: 120px;
}

#easypiechart-blue .percent { color: #30a5ff;}
#easypiechart-teal .percent { color: #1ebfae;}
#easypiechart-orange .percent { color: #ffb53e;}
#easypiechart-red .percent { color: #ef4040;}

/*Calendar Widget*/

#calendar, .datepicker-inline {
	width: 100%;
}

#calendar table {
	width: 100%;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
	color: rgba(255, 255, 255, .50);
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
	color: #ffffff;
	background-color: rgba(0, 0, 0, .5);
	border-color: #285e8e;
}

.datepicker table tr td span:hover,
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
	background: rgba(0, 0, 0, 0.25);
}

.panel-heading .glyphicon {
	margin-right: 10px;
}

/*Todo List Widget*/

.todo-list-item .glyphicon {
	margin-right:5px;
	color: #9fadbb;
}

.todo-list-item .glyphicon:hover {
	margin-right:5px;
	color: #1b3548;
}

.todo-list {
	padding: 0;
	margin: -15px;
	background: #fff;
	color: #5f6468;
}

#checkbox {
	margin: 0;
}

.todo-list .checkbox {
	display:inline-block;
	margin: 0px;
}

.panel-body input[type=checkbox]:checked + label {
	text-decoration: line-through;
	color: #777;
}

.todo-list-item {
	list-style: none;
	line-height: 0.9;
	padding: 14px 15px 8px 15px;
}

.todo-list-item:hover, a.todo-list-item:focus {
	text-decoration: none;
	background-color: #f6f6f6;
}

.todo-list-item .trash .glyph:hover {
	color: #ef4040;
}


/*Chat Widget*/
.left {
	position: relative;
}
.left .t_title {
	padding-left:25px

}
.chat ul {
	list-style: none;
	margin: -15px;
	padding: 15px;
}

.chat ul li {
	margin-bottom: 10px;
	padding: 15px 5px;
	border-bottom: 1px solid #eee;
}

.chat ul li.left .chat-body { margin-left: 100px;}
.chat ul li.right .chat-body { margin-right: 100px;}

.chat ul li .chat-body p {
	margin: 0;
}

.chat ul .glyphicon {
	margin-right: 5px;
}

.chat .panel-body {
	overflow-y: scroll;
	height: 300px;
}

.chat-body small {
	margin-left: 5px;
}

/*Tables*/
.table {
	background: #fff;
}

.fixed-table-container {
	border: 1px solid #eee;
}

.fixed-table-container thead th {
	background: #f7f7f8;
	border-color: #ddd;
	color: #5f6468;
	font-weight: 300;
	font-size: 16px;
}

.fixed-table-container tbody td {
	border: 1px solid #eee;
}

.fixed-table-container tbody td:last-child {
	border-right: none;
}

.table>thead>tr>th {
	border-bottom: 1px solid #eff2f4;
	vertical-align: middle;
	height: 50px;
}

.fixed-table-pagination .pagination {
	margin-top: 10px;
	margin-bottom: 0px;
}
.fixed-table-pagination .pagination-detail {
	margin-top: 20px;
}

/*Icons*/


.sidebar .glyph, .user-menu .glyph {
	height: 16px;
	width: 16px;
	margin: 0 10px 0 0;
	stroke-width: 3px;
}

.user-menu .glyph {
	stroke-width: 4px;
}

.breadcrumb .glyph {
	height: 14px;
	width: 14px;
	margin: -2px 0 0 0;
	stroke-width: 4px;
}

.alert .glyph, .panel-heading .glyph {
	width: 26px;
	height: 26px;
	margin: 0 10px 0 0;
	stroke-width: 2px;
}

.panel-widget .glyph {
	stroke-width: 2px;
}

.todo-list .glyph {
	width: 14px;
	height: 14px;
	stroke-width: 4px;
	color: #999;
}

.glyph.table {
	background: none;
	border: none;
}

/*Icon Grid*/

.icon-grid div {
	border: 1px solid #ddd;
	margin: 0 0 -1px -1px;
	text-align: center;
	padding: 10px 0 20px 0;
}

.icon-grid svg {
	width: 35%;
	display: block;
	margin: 0 auto;
}

.icon-grid h4 {
	display: none;
}

.icon-grid pre {
	margin: 10px 10px -10px 10px;
	border-radius: 0;
	font-size: 10px;
	border-color: #ddd;
	height: 65px;
	overflow: scroll;
}

.center_box  {
	height: 100%;
	position: absolute;
	right: 0;
	display: table;
}
.login-panel .input-group-addon {
	background:#fff;
	padding:0;
	width:41px;
	height:41px;
	border:1px solid #288ed6;
	border-right:0px;
	border-radius:0
}
.login { height:100% }
.login body {
	display: table;
	margin: auto;
	height: 100%;}

.login body .container-fluid  {
	display: table-cell;
	vertical-align: middle;}

.login-panel{
	text-align:center
}
.login-panel img.logo {
	max-width:100%;
	margin-bottom:48px
}
.login-panel .input-group {
	margin-bottom:8px;
	width:100%
}
.login-panel .form-control {
	background:#288ed6;
	border:0px;
	border-bottom: 1px solid #53a5de;
	border-radius:0px;
	height: 43px;
	color: #fff;
	box-shadow:none;
	font-size: 18px;
}
.login-panel ::-webkit-input-placeholder {color:#fff;}
.login-panel ::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.login-panel :-moz-placeholder           {color:#fff;}/* Firefox 18- */
.login-panel :-ms-input-placeholder      {color:#fff;}

.login-panel .btn-login {
	border:0px;
	border-radius:0px;
	display:block;
	background:#425d70;
	height: 43px;
	color: #fff;
	text-align:center;
	line-height: 43px;
	padding: 0 15px;
	width:100%;
	font-size:22px;
	text-transform:uppercase
}

.login-panel form {
	max-width: 412px;
	margin:auto;
	margin-bottom: 35px

}
@media (min-width:1200px) {

}
.panel-medical .nav  {
	background:#1d4d9a;
	text-align:center;
	font-size:16px;
	float: left;
	width: 100%;
	margin:0px 0px 15px;
}
.panel-medical .nav > li {
	width: 33.33333333%;
	float:left;
	border-top:0px
}
.panel-medical .nav > li.active  {
	background:#457bd9
}
.panel-medical .nav > li > a {
	color:#fff;
	display: block;
	margin: 0;
	border-right: 1px solid #fff;
	padding:14px 0px;
}
.panel-medical .nav > li:last-child a{
	border-right:0px

}
.panel-medical .nav > li > a:hover {
	background:#457bd9
}
.info-box {
	margin-top: 15px;
	font-size: 16px;
}
.info-box span, .info-box b {
	display:block;
	padding-bottom:8px
}
.info-box b {
	font-size:20px;
	line-height:none
}
.medical_link {
	font-size:16px;
}
.top_info_medical {
	background:#f5f6f6;
	padding-bottom:12px
}
.box-info {
	float:left;
	width:100%;
	margin:8px 0;
}
.table-box {
	background-color: #e9ecf2;
	display:table;
	width:100%
}
.box-info span {
	border-right: 1px solid #fff;

	display: table-cell;
	vertical-align: middle;
	padding: 10px 0;

}
.box-info span.date {
	width:15%	;
	text-align:center
}
.box-info span.title {
	width:30%;
	padding-left: 15px;
}
.box-info span.descr {
	width:55%;
	padding-left: 15px;
}
.right-button {
	float: right;
	margin-top:5px
}
.right-button a, .right-button input[type="submit"], .left-button input[type="button"] {
	color: #fff;
	display: inline-block;
	padding: 12px 52px;
	font-size: 18px;
	font-weight: bold;
	background: #288ed6;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:none
}
.right-button input[type="submit"]:hover  { text-decoration:none; background:#0a71b9}

.fl_left {
	float: left;
}

.ne_incasat {
	font-size: 12px !important;
	height: 44px;
	margin-top: 5px;
}

.incaseaza_agent {
	font-size: 14px !important;
	padding: 12px 45px !important;
}

.add-info {
	padding:15px;
	background:#e9ecf2;
	float: left;
	width: 100%;
}
.add-info input {
	width:30%;
}
.add-info textarea {
	width:70%
}
.add-info input, .add-info textarea {
	border-radius:0px;
	float:left;
	min-height: 54px;
}
.add-box-info {
	border-bottom:1px dotted #565a62;
	padding-bottom:25px;
	float:left;
	width: 100%;
	margin-bottom: 15px;
}


/*  task  */
.task {
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:8px;
	position:relative;
	margin-bottom:2px;
	border:1px solid #e2e2e3
}
.task label {
	font-weight:normal;
}


.task [type="checkbox"]:not(:checked),
.task [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
.task [type="checkbox"]:not(:checked) + label,
.task [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 38px;
	cursor: pointer;
	display:inline-block;
	font-size: 16px;
	margin-bottom: 0;
	height: 28px;
	padding-top: 4px;
}


/* checkbox aspect */
.task [type="checkbox"]:not(:checked) + label:before,
.task [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top:-1px;
	width: 28px;
	height: 28px;
	border: 1px solid #E2E2E3;
	background: #fff;
}
/* checked mark aspect */
.task [type="checkbox"]:not(:checked) + label:after,
.task [type="checkbox"]:checked + label:after {
	content: '';
	background: #898989;
	width: 28px;
	height: 28px;
	left: 0px;
	top: 0px;
	position: absolute;
	transition: all .2s;
	background-repeat:no-repeat
}
.task .true[type="checkbox"]:not(:checked) + label:after,
.task .true[type="checkbox"]:checked + label:after {
	background:url(img/check.png);
	width:55px;
	height:42px;

	top: -13px;
	left: 7px;
}
.task .error[type="checkbox"]:not(:checked) + label:after,
.task .error[type="checkbox"]:checked + label:after {
	background:url(img/wrong.png);
	background-repeat: no-repeat;
	width:55px;
	height:42px;
	top: -13px;
	left: 7px;
}

/* checked mark aspect changes */
.task [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.task [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/* disabled checkbox */
.task [type="checkbox"]:disabled:not(:checked) + label:before,
.task [type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
.task [type="checkbox"]:disabled:checked + label:after {
	color: #999;
}
.task [type="checkbox"]:disabled + label {
	color: #aaa;
}
/* accessibility */
.task [type="checkbox"]:checked:focus + label:before,
.task [type="checkbox"]:not(:checked):focus + label:before {
	border: 1px solid #9CBFDD;
}


/**/
.top_tasks {
	background:#f3f4f5;
	padding-top:25px;
	padding-bottom:25px;

}
.top-bar h4 {
	font-weight:bold;
	display:inline-block;
	font-size:20px;
	color:#857f85;
}
.right {
	float:right;
}
.top-bar .right {

	background:#857f85;
	color:#fff;
	padding:8px 12px;
	display:block
}
.top-bar  .right:hover  {
	background:#fff;
	color:#857f85;
	text-decoration: none
}
.view-all {
	margin-top:15px;
}



.visitors_box {
	padding-bottom:25px;
	padding-top:25px
}
.top-bar-visitors h4 {
	font-size:20px;
	color:#1c4e9b;
	display:inline-block;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
	padding-left:8px;
}
.top-bar-visitors h5 {
	padding-left:8px;
	font-weight:bold;
	font-size:16px;
	color:#898989;
	margin-top: 5px;
}
.top-bar-visitors  .right {
	font-size:20px;
	color:#898989;
	line-height: normal;

}
.visitor {
	color:#898989;
	border-bottom:1px solid #e2e3e5;
	padding: 10px 8px;
}
.visitor:hover a, .visitor.active a {color:#fff }
.visitor.active, .visitor:hover {
	color:#fff;
	background:#878c96;
	border-bottom-color:#878c96
}
.visitor b {
	display:block;
	font-size:20px;

}

.route-top .right {
	font-size:12px;
	line-height: 1.5em;
}
.route-top .right span {
	display:inline-block;
	padding-left:10px;
}
.route-top h6{
	padding-left: 8px;
	font-size: 16px;
	margin-top: 24px;
	margin-bottom: 0;
	border-bottom: 1px solid #e2e3e5;
	padding-bottom: 10px;
	font-weight:bold;
	color: #1c4e9b;

}

.top_bar {
	background:#fff;
	padding:20px 30px 20px 94px;
}
.top_bar a {
	color:#fff;
	display: inline-block;
	padding: 12px 52px;
	font-size:18px;
	font-weight: bold;
	background:#288ed6;
	text-transform:uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.top_bar a.active, .top_bar a:hover {
	background: #0a71b9;
	text-decoration:none
}
.top_box {
	background:#fbfcfc;
	border-bottom:1px solid #eceff0;
	padding:20px 70px 20px 94px;
}
.eroare {
	background:#ff8674;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	width:187px;
	text-align:center;
	border-bottom:5px solid #e86956;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:46px;
	line-height:42px;
	display:inline-block
}
.eroare:hover {
	text-decoration:none;
	color:#fff;
	background:#e86956
}

.a_btn {
	background:#519EE0;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	width:187px;
	text-align:center;
	border-bottom:5px solid #428bca;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:46px;
	line-height:42px;
	display:inline-block
}
.a_btn:hover {
	text-decoration:none;
	color:#fff;
	background:#428bca
}


.table-client b {
	display:block
}
#diagnosis_list tr { cursor:pointer}
.table-client.table-hover > tbody > tr:hover > td,
.table-client.table-hover > tbody > tr:hover > th {
	background-color: #288ed6;
	color:#fff;

}
.table-client {
	width: 100%;
	max-width: 100%;
}
.table-client tr td{
	/*width:30.66666666666667%*/
}

.table.table-client  > tbody  > tr > td {
	padding:8px 0; vertical-align:top; 	border-left:1px dotted #ccc; border-top:0}
.table.table-client  > tbody  > tr > td:first-child {     border-left: 1px dotted transparent;}
.table.table-client  > tbody  > tr > td:nth-child(2) { max-width:255px; width:30%}
.table.table-client  > tbody  > tr > td:nth-child(3) { max-width:255px;  width:30%}
.table.table-client  > tbody  > tr > td:nth-child(4) { max-width:100px;  width:30%}
.table.table-client  > tbody  > tr > td.id-client {
	width:80px;
	max-width:80px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align: middle;
	padding:10px
}

.t_title { display:block; margin-bottom:8px; font-size:18px;}
.t_title img { vertical-align: top; position:absolute; left:0 }

.box-inf {
	padding:12px 25px;

}

.table-details thead {
	text-transform:uppercase;
	font-weight:normal;
}
.table.table-details thead>tr>th { padding:8px 25px; background:#fafbfc; }
.table.table-details > thead:first-child > tr:first-child > th { border-top:1px solid #eff2f4}

.table.table-details > thead > tr:first-child > th:nth-child(2),
.table.table-details > thead > tr:first-child > th:nth-child(3),
.table.table-details > tbody > tr> td.center_text {
	width: 100px;
	max-width: 100px;
}
.table.table-details  > tbody  > tr > td { padding:12px 25px }
.table-details thead th { font-weight:normal; }
.center_text { text-align:center }
.check {
	background:#cccccc;
	color:#fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 18px;
	font-size: 12px;
	text-align: center;
	height: 18px;
	display: inline-block;
	line-height: 18px;
	cursor:pointer
}
.check.yes.active {
	background:#55d806
}
.error.no.active {
	background:#e86956
}


/* popup*/
.erorr_pupup h4 {
	padding: 15px 25px 20px;
	margin-bottom:0;
	margin-top:0px;
	font-weight: bold;
	border-bottom:3px solid #288ed6;
	font-size:20px;
}
.erorr_pupup h4 i {
	background:url(../images/forward_popup.png) left center no-repeat;
	display:inline-block;
	width: 23px;
	height: 23px;
	vertical-align: text-bottom;
	margin-right: 16px;
}

.erorr_pupup form label { margin-bottom:20px }
.erorr_pupup form textarea {
	background:#fafbfc;
	border:1px solid #f1f1f1;
	padding: 15px 10px 5px 15px;
	margin-bottom: 20px;
	min-height: 80px;
}
.erorr_pupup form {
	float:left;
	width:100%;
	margin-top: 20px;
	padding: 0 25px;
}
.content { overflow:hidden }
.content_center {
	padding: 0px 70px 0px 94px;
}

.cauza_link a {
	display:block;
	padding:25px 15px;
	border-bottom:1px solid #e6e7e8;
}
.cauza_link a:hover { background:#288ed6; color:#fff; text-decoration:none}
.cauza_link a:last-child {
	border-bottom:0px
}

#map { height:100%; height:500px; position:relative}
#warnings-panel {
	width: 100%;
	height:10%;
	text-align: center;
	display:none;
}
#floating-panel {
	display:none;
	top: 10px;
	left: 25%;
	z-index: 5;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;
	text-align: center;
	font-family: 'Roboto','sans-serif';
	line-height: 30px;
	padding-left: 10px;
}
.ui-sortable-handle { min-height: 80px; }
.fancybox-close { display:none !important;  }


.center_text [type="radio"]:not(:checked),
.center_text [type="radio"]:checked {
	position: absolute;
	left: -9999px;
}
.center_text [type="radio"]:not(:checked) + label,
.center_text [type="radio"]:checked + label {
	position: relative;
	cursor: pointer;
	display:inline-block;
	height: 20px;
	width:20px;
	margin-bottom:0px

}


/* radio aspect */
.center_text [type="radio"]:not(:checked) + label:before,
.center_text [type="radio"]:checked + label:before {
	content: '';
	background: #cccccc;
	color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 20px;
	font-size: 12px;
	text-align: center;
	height: 20px;
	cursor: pointer;
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 3px;
}

.center_text.yes  [type="radio"]:not(:checked) + label:before,
.center_text.yes  [type="radio"]:checked + label:before {
	content: "\f00c";

}
.center_text.error  [type="radio"]:not(:checked) + label:before,
.center_text.error  [type="radio"]:checked + label:before {
	content: "\f00d";

}
/* checked mark aspect */
.center_text [type="radio"]:not(:checked) + label:after,
.center_text [type="radio"]:checked + label:after {
	content: '';
	color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 20px;
	font-size: 12px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	left: 0px;
	top: 0px;
	position: absolute;
	transition: all .2s;

}
.center_text.yes [type="radio"]:not(:checked) + label:after,
.center_text.yes  [type="radio"]:checked + label:after {
	background: #55d806;
	content: "\f00c";
	padding-top: 3px;
}
.center_text.error  [type="radio"]:not(:checked) + label:after,
.center_text.error  [type="radio"]:checked + label:after {
	background: #e86956;
	content: "\f00d";
	padding-top: 3px;

}



/* checked mark aspect changes */
.center_text [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.center_text [type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/* disabled radio */
.center_text [type="radio"]:disabled:not(:checked) + label:before,
.center_text [type="radio"]:disabled:checked + label:before {
	box-shadow: none;
	color: #fff;
}
.center_text [type="radio"]:disabled:checked + label:after {
	color: #fff;
}
.center_text [type="radio"]:disabled + label {
	color: #fff;
}
/* accessibility */
.center_text [type="radio"]:checked:focus + label:before,
.center_text [type="radio"]:not(:checked):focus + label:before {
	color: #fff;
}

.filter_name {
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #D4D4D4;
	padding: 5px 5px;
}


@media (max-width:880px) {
	.top_bar a {
		padding: 8px 38px;
	}
	.table.table-client > tbody > tr > td.id-client { font-size:14px }
	.content { padding-bottom:50px }
	header h1 { padding-left:15px }
	header img.logo { margin-left:15px }
	.top_box, .top_bar{ padding:10px 25px}
	.content_center { padding-left:15px; padding-right:15px }

	.footer-menu li a {
		height: 50px;
		line-height: 50px;
	}
	.table-client tr td.id-client {
		width: 76px;
		max-width: 85px;
	}
}
.table-client b.t_title {padding-left: 26px; position: relative; }

.nextclientname {
	display: inline-block;
	margin-top: 40px !important;
	border: 0px !important;
	font-size: 10px !important;
	text-align: left !important;
	padding: 5px 5px;
}

@media (max-width:767px) {
	header .note {
		font-size:12px;
		padding-top: 5px;
		margin-top:25px
	}
	header  { min-height:50px;     height: auto; }
	header h1 { font-size:20px; padding-top:15px }
	.login-panel {
		width:80%;
		margin:30px auto;
	}
	.login-panel img.logo, .login-panel form {
		margin-bottom:15px
	}
	.box-inf { padding: 0px 10px; }

	.t_title { font-size:14px }
	.footer-menu li { font-size:14px}
	.table.table-client > tbody > tr > td.id-client { width:30px;     padding: 00 5px; }
}
@media (max-width:480px) {
	.footer-menu li a img{ display:none}
	.table.table-client > tbody > tr > td:nth-child(4) { min-width:inherit }
	.footer-menu li a {
		height: 50px;
		line-height: normal;
		word-break: break-word;
		padding: 0 14px;
		font-size: 12px;
		width: 100%;
		display: table-cell;
		vertical-align: middle;
	}
	.footer-menu li {
		height: 50px;
		line-height: 50px;
		display: table;
	}
}

.sync_div {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #288ed6;
}

.rute_list_header {
	color: #288ed6;
	margin: 0px;
	font-size: 24px;
	border-bottom: 1px solid #288ed6;
	padding: 10px 0px;
}