body {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow-y:scroll;
}

.alert-big {
    margin: 0 10px 20px 10px;
}

.navbar .navbar-inner .brand {
	font-size:150%;
	font-weight:bold;
}

.navbar .nav>li {
	text-align:center;	
}

.navbar .nav>li>a {
	color: #555;
}

.navbar .nav>li>a:hover {
	color: #555;
	text-decoration: none;
	background-color: #e5e5e5;
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	background-color: #0088CC;
	color:white;
	text-shadow:none;
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);

}

.notification {   
    background-color: rgba(212, 19, 13, 1);
    color: #fff;
    border-radius: 6px;    
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	padding: 1px 4px;
    text-shadow:none;	
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.main-box {
	width:1000px;	
}

.main-box > .well {
	padding: 10px 10px 0px 10px;
}

.main-box > .well.left-box {
    padding: 0;
}

.well h3 {
	margin:0px 0px 5px;
}

.left-box {
	float:left;
	width:130px;
}

.right-box {
	float:right;
	width:830px;
	padding:10px;
}

.crop-text {
	overflow:hidden; 
	white-space:nowrap;
	text-overflow:ellipsis;
}

.main-title {
    float: left;
    max-width: 680px;
}

.filter-form, .filter-form-wide {
    float: right;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 0;
}

.filter-form > select {
    width: 140px;
}

.filter-form-wide > select {
    width: 200px;
}


.table-full {
	width:100%;
}

.table-header, .table-header-simple {
	font-weight:bold;
	background-color:#0088CC;
	color:white;
}

.table-header-simple>th {
    text-align:left;
    padding-left:12px;
}

.tooltip-inner {
    white-space:pre-wrap;
	max-width:700px;
	font-weight:bold;
}

.form-horizontal .control-group  {
    margin-bottom:10px;
}

.form-horizontal .control-group.last {
    margin-bottom:0px;
}

.pagination {
    margin-top:10px;
    margin-bottom:10px;
    text-align:center;
}

.pagination ul>.active>a, .pagination ul>li.active>a:hover {
    background-color: #0088CC;
    color: white;
    font-weight: bold;
}

.popover-content {
	padding-top:0px;
}

.popover-content h5 {
	margin:0px 0px 5px;
	padding:0px;
}

.loading {
	width:64px;
	height:64px;
	display:block;
	box-sizing:border-box;
	position:relative;
	margin: 0 auto;
}
.loading:before {
	border-radius:50%;
	content:" ";
	width:64px;
	height:64px;
	display:inline-block;
	box-sizing:border-box;
	border:solid 8px #bababa;
	position:absolute;
	top:0;
	left:0;
}
.loading:after {
	border-radius:50%;
	content:" ";
	width:64px;
	height:64px;
	display:inline-block;
	box-sizing:border-box;
	border-top:solid 8px #08c;
	border-right:solid 8px transparent;
	border-bottom:solid 8px transparent;
	border-left:solid 8px transparent;
	position:absolute;
	top:0;
	left:0;
	animation:loading-animation 1s ease-in-out infinite;
}
@keyframes loading-animation {
	0%{transform:rotate(0)}
	100%{transform:rotate(360deg)}
}

.loading.loading-small {
	width:25px;
	height:25px;
}
.loading.loading-small:before {
	width:25px;
	height:25px;
	border:solid 4px #bababa;
}
.loading.loading-small:after {
	width:25px;
	height:25px;
	border-top:solid 4px #08c;
	border-right:solid 4px transparent;
	border-bottom:solid 4px transparent;
	border-left:solid 4px transparent;
}

.nav-tabs {
    margin-bottom:5px;
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus{
    background-color: #fff;    
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;    
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
    background: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-bottom: solid 2px #0080CC;
    
}

.nav-tabs > li > a:hover {
    background-color: #eee;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
