/*FINAER ORANGE: #f26e35*/

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.bd-callout-highlighted {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e38d68;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.page-header {
    /*background-color: #C25100;*/
    background-color: #222222;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 20px 20px 20px 40px;
}
/*
.headertitle {
    margin-left: 200px;
}
*/
.page-header h1,
.page-header h1 a,
.page-header h1 a:visited,
.page-header h1 a:active {
    color: #C25100;
    font-size: 36pt;
    text-decoration: none;
    /*text-align:center;*/
}

.logoimage {
    background-image: url(/static/logo/logo.png);
    background-repeat: no-repeat;
    width: 149px;
    height: 92px;
    float:left;
}
/*
h1,
h2,
h3,
h4 {
    font-family: 'Work Sans', sans-serif;
}*/

.date {
    color: #828282;
}

.save {
    float: right;
}

.post-form textarea,
.post-form input {
    width: 100%;
}

.top-menu,
.top-menu:hover,
.top-menu:visited {
    /*color: #ffffff;*/
    float: right;
    font-size: 11pt;
    margin-right: 20px;
    
}

.post {
    margin-bottom: 70px;
}

.post h2 a,
.post h2 a:visited {
    color: #000000;
}

.post > .date,
.actions {
    float: right;
}

.btn-default,
.btn-default:visited {
    color: #C25100;
    background: none;
    border-color: #C25100;
}

.btn-default:hover {
    color: #FFFFFF;
    background-color: #C25100;
}

.status-minibar .step {
    width:25px;
    height:25px;
    text-align:center;
    vertical-align:middle;
}

.status-minibar .inactive {
    color:#ccc;
    background-color: #656C73
}

.status-minibar .active{
    background-color: #F25D27;
    color:#fff
}

.status-minibar .past{
    background-color: #656C73;
    color:#ccc
}


h2{
    margin-bottom: 30px;
}

label {
    width:15%;
    min-width:200px;
    float:left;
    font-weight: bold;
}

.form-control:focus {
    /*border-color: #f26e35;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 4px rgba(242, 110, 53, 0.6);*/
    border-color: #edae93;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 171, 135, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(255, 171, 135, 0.25);
}