body {
    padding-top: 50px;
}

.modal-backdrop.with-loading{
    background-image: url("../img/loading.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.notif_container {
    position:fixed;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 3px rgba(255, 255, 255, 0.5) inset, 0 2px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    padding: 15px 15px;
    min-width: 200px;
    max-width:300px;
    cursor:pointer;
    min-height: 40px;
    z-index: 9999 !important;
}

.notif_container.notif-left {
    left: 30px;
}

.notif_container.notif-right {
    right: 30px;
}

.notif_container h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    line-height: 20px;
    color: inherit;
}

.notif_container p {
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 5px;
}

.notif_container.notif-error {
    background-color: #FAE2E2;
    background-image: -moz-linear-gradient(center top , #FAE2E2, #F2CACB);
    border: 1px solid #EEB7BA;
    color: #BE4741;
    text-shadow: 0 1px 1px #FFFFFF;
}

.notif_container.notif-info {
    background-color: #CCDDFF;
    background-image: -moz-linear-gradient(center top , #EEEEFF, #CCDDFF);
    border: 1px solid #CADCEA;
    color: #225B86;
    text-shadow: 0 1px 1px #FFFFFF;
}

.notif_container.notif-warning {
    background-color: #FFFFC0;
    background-image: -moz-linear-gradient(center top , #FFFFC0, #F9EE9C);
    border: 1px solid #E5DBAA;
    color: #6D7829;
    text-shadow: 0 1px 1px #FFFFFF;
}

.notif_container.notif-success {
    background-color: #E5EDC4;
    background-image: -moz-linear-gradient(center top , #E5EDC4, #D9E4AC);
    border: 1px solid #B8C97B;
    color: #3F7227;
    text-shadow: 0 1px 1px #FFFFFF;
}

.ui-autocomplete-loading { background: white url('../img/ui-anim_basic_16x16.gif') right center no-repeat; }

.footer {
    border-top: 1px solid #E5E5E5;
    margin-top: 45px;
    padding: 35px 0 36px;
}

.note_container {
    padding: 5px 10px;
    border: 1px solid #DDDDDD;
}

.note_container:hover {
    background: #F5F5F5;
}

.note_container .author {
    font-weight: bold;
}

.note_container .note {
    margin-top: 5px;
}

.noborder {
    border: none;
}

.noborder tr > td {
    border: none;
    padding: 3px;
}

.modal {
    position: absolute;
    top: 45px;
    margin-top: 0;
    width: auto;
}

.modal-body {
    max-height: none;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    font-weight: bold;
}

.navbar-inverse .brand, .navbar-inverse .nav>li>a {
    font-size: 12px;
}

.photo {
    float: left;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.photo img {
    max-width: 120px;
    max-height: 90px;
}

.clear {
    clear: both;
}

.modal.fade.in {
    top: 20%;
}

.datepicker {
    z-index: 1100;
}


#tooltip
{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

#tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after
{
    left: 10px;
    margin: 0;
}

#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}

.tooltip_text {
    padding: 0 5px;
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.show-visited:visited {
    color: #800080;
}

.btn-purple {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #611BBD;
    *background-color: #611BBD;
    background-image: -moz-linear-gradient(top, #AF4CE8, #611BBD);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#AF4CE8), to(#611BBD));
    background-image: -webkit-linear-gradient(top, #AF4CE8, #611BBD);
    background-image: -o-linear-gradient(top, #AF4CE8, #611BBD);
    background-image: linear-gradient(to bottom, #AF4CE8, #611BBD);
    background-repeat: repeat-x;
    border-color: #611BBD;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF4CE8', endColorstr='#611BBD', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.disabled,
.btn-purple[disabled] {
    color: #FFFFFF;
    background-color: #611BBD;
    *background-color: #003bb3;
}