﻿/*TEMPORARY CSS FILE CREATED TO AVOID CONFLICTS WITH WILLS'*/

/*body {
	background-color :#f00 ;
}*/

div#site-search .dropdown-menu > li > a {
    white-space: normal !important;
}

ul.tag-list a {
    margin: 0.25em 0;
}

.ng-cloak {
    display: none !important;
}

.pagination a:hover, .pagination a:focus, .pagination a:active {
    border-bottom-width: 1px !important;
}

.global-message {
    display: none;
    position: absolute;
    z-index: 1055;
    left: 25%;
    width: 50%;
}

.persistent {
    z-index: 1054;
    width: 100%;
    left: 0;
    top: 0px;
}

.global-message div.alert {
    margin-bottom: 3px;
    opacity: 0.95;
    box-shadow: 0 0 10px #fff;
    font-size: 1.12em;
    font-weight: bold;
}

.global-message p {
    text-align: center;
}

div#global-message {
    display: none;
    position: fixed;
    top: 0px;
}

    div#global-message > div.alert {
        text-align: center;
        font-weight: normal;
    }

        div#global-message > div.alert > button {
            margin-left: 1em;
        }

div#global-message-p > div.alert {
    text-align: center;
    font-weight: normal;
}

    div#global-message-p > div.alert > button {
        margin-left: 1em;
    }

.text-disclaimer {
    color: #ff0000;
}

    .text-disclaimer > a {
        color: #ff0000;
    }

/* make sure navbar-form's input-group goes 100% i.e. full width of screen 
   to compliment the display: inline-table; that showed up in 3.2.0 */

@media (min-width: 768px) {
    .navbar-form .input-group {
        width: 300px;
    }
}

address {
    margin-bottom: 0;
}

.dropdown-menu > li > a.predictive-result {
    padding: 13px 20px 3px !important;
}

