﻿/*----- Navigation -----*/
.navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
}



/*----- Grid -----*/

.col-xs-offset-1
{
    margin-left: 8.33333333333333%;
}


/*----- Modals -----*/

/* Addresses box shadows on stackable modals plug-in */
.modal-content
{
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/*----- Alerts -----*/
.alert-growl
{
    color: #fff;
    background-color: #666;
    background-color: rgba(0,0,0,.90);
    border-color: #333;
}
    .alert-growl .close
    {
        color: #fff;
        text-shadow: none;
    }
.alert-paneMsg p
{
    margin-bottom: 0;
}

/*----- Forms -----*/

.input-group .input-group-addon + .form-control:not(:first-child):not(:last-child)
{
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}