/*
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 : 16.11.2015, 02:26:05
    Author     : helliwood
*/

body {
    color: #4b4b4b;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: light;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0px;
}

.alert {
	margin-top: 10px;
}

.btn {
    border-radius: 0px;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 17px;
    line-height: 20px;
}

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

.breadcrumb {
	background: none;
	border-radius: 0px;
	margin-bottom: 0px;
	padding: 8px 0px;
	font-size: 12px;
}

.breadcrumb a {
	color: #333;
}

.breadcrumb a:hover {
	color: #333;
}

.breadcrumb > li + li::before {
	color: #666;
}

.btn-primary {
    color: #fff;
    background-color: #4B4B4B;
    border-color: #4B4B4B;
}


.btn-primary:focus,
.btn-primary:hover {
    background-color: #FF5722;
    border-color: #FF5722;
}
.btn.btn-primary:active {
	background-color: #B03C17;
}

.dropdown-menu .btn-primary:hover,
.dropdown-menu .btn-primary {
	color: #fff;
}

.teaser .btn-default {
    color: #fff;
    background-color: #4B4B4B;
}

.bookControls .dropdown-menu li .glyphicon,
.bookControls .dropdown-menu li .fa {
    min-width: 14px;
    text-align: center;
    margin-right: 5px;
}
.mediaView .box .cont .btn {
    text-align: left;
}