﻿/* Notifications */
#notifications .alert:first-of-type
{
    margin-top: 21px;
}
section #notifications p
{
    margin: 0 0 10px;
    padding-bottom: 0;
}

.list-search li.break {
    margin-left: 0;
	clear: both;
}

/* Menu Dropdowns */
/*.navbar .dropdown-toggle {
    display: none;
}
/*@media (max-width: 768px) {    
    .navbar .dropdown-toggle {
        display: block;
    }
    .navbar .dropdown-toggle-disabled {
        display: none;
    }
}*/

form span.error {
    color: red;
    background-color: transparent;
    font-style: normal;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: normal;
    line-height: 20px;
}