/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
.navbar-brand {
    height:50px;
    font-size:32px;
    padding: 15px 15px;
}

.bg-primary {
    background-color:#99E3FF !important;
    color:#000 !important;
    
}

.alert-warning {
    color: #853400 !important;
    background-color: #f8ddcc !important;
    border-color: #f5ccb3 !important;   
}

.text-primary {color:#99E3FF;}

.text-danger {
  margin-right: 10px;
}
.logo-container>img{
    padding:0;
}

.navbar-brand>img{
    display:inline;
}
    
#footer{background-color: #f8f8f8;
border-color: #e7e7e7;
}

#footer a{color:#777;text-shadow:none;}
#footer a:hover, #footer a:focus, #footer a:active {color: #777;}

#footer {text-align:center;padding:5px 0 0.4em;margin:0;font-size:14px;font-weight:400;display:table;width:100%;margin-top:20px;}

#footer ul{width:100%;list-style: none outside;margin:0;padding:0;text-align:center;display:block;}
#footer li {list-style: none inside;margin:0;padding:0;text-align:center;vertical-align:top;}
#footer li.first{text-align:left;}
#footer li.last{text-align:right;}
#footer ul{display:table-row;width:100%;}
#footer li{display:table-cell;padding:0 15px;width:33%}
.ie6 #footer ul#credits li,.ie7 #footer ul#credits li{width:32%;display:block;padding:0;float:left;}

