/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.tm-headerbar {
    margin-top: 0px;
    margin-bottom: 0px;
}



.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-calloutnew {
   padding: 13px;
    margin: 6px 0;
    margin-top: -22px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
   padding-bottom: 3px;
}



.bs-calloutt {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout p {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout-danger {
    border-left-color: #2f97d4;
    
}

.test2{
 position: fixed;
}

.footer {
    height: 10%;
    display: block;
    /* background-color: lightblue; */
    text-align: center;
   background:#262229;
    width: 100%;
    left: 0;
    bottom: 0;
   margin-top: 50px;
}
