/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11.03.2014, 15:25:19
    Author     : bogdan.ionescu
*/

.login-box {
    float: none;
    border:1px solid #fff;
    border-radius: 10px;
    padding: 2%;
    background: rgba(203,227,204,0.8);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.login-margin {
    margin:5% 0;
}
.bg-bus {
    background:url('../img/bus.png') right center no-repeat;
    width:684px;
    height: 379px;
    z-index: 0;
    position: fixed;
    top:200px;
    left:-200px;
    opacity: 0.5;
}
h1.large {
    font-size: 5em;
}
.nav .user-name {
    color:#FF611A;
    font-size: 90%;
    font-weight: bold;
}
.nav .user-name span {
    padding-right: 7px;
}
.navbar li.dropdown {
    border-right: 1px solid #27514D;
}
.navbar li.dropdown:first-child {
    border-left: 1px solid #27514D;
}
.user-actions {
    padding: 20px;
}
.visible {
    display: block;
}
.tabel-trasee {
    max-width: 100%;
    z-index: 0;
}
.inverted {
    border-bottom:1px solid rgba(255, 255, 255, 0.15);
}
.inverted .title {
	border:none;
	padding-bottom:0;
}

.darkEmboss {
    display: block;
    position: relative;
    text-shadow: 1px -1px 1px #000;
}

.darkEmboss:before {
    content: attr(title);
    color: transparent;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(255,255,255,1);
}
header {
    margin-bottom: 10px;
}
.btn-header {
    margin:20px 0;
}
.btn-header .btn {
    margin:5px;
}
.table.table-striped > tbody > tr > th {
    background:#233A5B;
}
.table-striped {
    border:1px solid #BCD8BF;
}
.table-striped .btn-sm {
    margin:2px;
}
.btn span.glyphicon-signs {
    padding-right: 10px;
}
.btn.btn-sm span.glyphicon-signs {
    padding-right: 7px;
}
.btn.btn-lg span.glyphicon-signs {
    padding-right: 12px;
}
.col-sm-12 .panel {
    margin: 10px;
}
.table a {
    font-weight: bold;
}
.btn.btn-default-signs.btn-micro {
    padding:2px 4px;
    line-height: normal;
    font-size: 10px;
}
.btn.btn-default-signs.btn-micro span.glyphicon{
    padding:0;
}
.panel-heading .form-group {
    margin-right:20px;
}
#filtrare {
    position:fixed;
    z-index: 10;
    left:0;
}
.caseta_filtrare-signs {
    background:#fff;
    float:left;
    width:320px;
    padding: 15px;
    border: 1px solid #ccc;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;    
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.buton_filtrare-signs{
    background:#fff;
    position: relative;
    margin-left: -1px;
    padding:15px;
    font-size: 18px;
    color:#FF611A;
    float: left;
    border: 1px solid #ccc;
    border-left: none;

    -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;    
}
#filtrare .input-prepend i {
    cursor: pointer;
}
.panel-heading .collapse-icon {
    color:#233A5B
}
.led_off, .led_on{
position:absolute;
}
.led_off {
background:#000;
}
.led_on {
 background:orange;
 border-radius:45%;
}

.clear {
    clear:both;
}

.panel-default > .panel-heading {
    color:        #333333;
    background:   url('../img/round.png') repeat rgba(255, 255, 255, 0.75);
    border-color: #b5a5a3;
    font-weight:  bold;
}
.popover-title {
	color:#000;
	background:rgba(255, 255, 255, 0.75);
}
.popover-content {
	background:rgba(0,0,0,0.17);
}
.btn.btn-default-signs {
    color: #fff;
    background: #33549B;
    border-color: #509E83;
	border-color: #fff;
	box-shadow:0 0 1px #555;
	text-shadow:none;
}
.btn.btn-default-signs:hover,
.btn.btn-default-signs:focus,
.btn.btn-default-signs:active,
.btn.btn-default-signs.active,
.open .dropdown-toggle.btn-default-signs {
    color: #fff;
    background-color: #4E688E;
		box-shadow:none;
	border-color:#0066FF;
}
.panel-body {
	background:rgba(0, 0, 0, 0.17) none repeat scroll 0 0 ;
}