/*
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 : 17.10.2016, 12:26:12
    Author     : Stephan
*/

.btn .btn-primary {
    background-color: #3b5998;
}

.btn .btn-primary:hover {
    background-color: #44619d;
}

div.success_inline_text p {
    color: green;
    font-weight: bold;
    font-size: 1.1em;
}

div.error_inline_text p {
    color: red;
    font-weight: bold;
    font-size: 1.1em;
}

div.warning_inline_text p {
    color: orange;
    font-weight: bold;
    font-size: 1.1em;
}

div.well-first {
    margin-top: 50px !important;
}

div.well-large {
    background-color: white;
    padding: 15px;
    margin: 10px;
    border: 1px solid #E6E9ED;
}

div.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: none;
}

ul.FBPost_List{
    list-style: none;
    padding: 0;
}

div.upload_success {
    font-weight: bold;
    padding-top: 20px;
}