/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
.sys-settings-group
{
    float: left;
    width: 45%;
    padding: 10px;
}
.sys-settings-group .dl-horizontal dt
{
    text-align: left;
    width: auto;
}
.sys-settings-group .dl-horizontal dd
{
    margin-bottom: 12px;
    color: #666666;
    font-style: italic;
    margin-left: 120px;
}
#account-tabs-container .dropdown-menu > li > a:hover,
#account-tabs-container .dropdown-menu > li > a:focus,
#account-tabs-container .dropdown-submenu:hover > a,
#account-tabs-container .dropdown-submenu:focus > a
{
    color: #FFFFFF;
    text-decoration: none;
    background-color: #B3B2B2;
    background-image: none;
}
#account-tabs-container .dropdown-menu > .active > a, 
#account-tabs-container .dropdown-menu > .active > a:hover, 
#account-tabs-container .dropdown-menu > .active > a:focus
{
    background-color: #B3B2B2;
    background-image: none;
    color: #FFFFFF;
}
.diary-box
{
    left: 238px;
    width: 111px;
    top: 240px; 
    border-radius: 5px;
    padding-left: 10px; 
    margin-top: 5px; 
    display: inline-table;
}
.diary-box:hover
{
    cursor: pointer;
}
.diary-label:hover
{
    cursor: default;
}
.diary-event-label
{
    margin-right: 2px;
    white-space: normal;
}
.dropdown-colorselector > .dropdown-menu > li > a:hover
{
    background:none;
}
.dropdown-colorselector > .dropdown-menu > li > .color-btn:hover
{
    background:none;
}
.dropdown-colorselector > .dropdown-menu > li > .color-btn.selected:after
{
    content: none;
}
.dropdown-colorselector > .dropdown-menu > li > .color-btn.selected
{    
    width: 16px;
    height: 16px;
    border: 2px solid #999999;
}
.declaration-well
{
    max-width: 500px;
    max-height: 200px;    
    margin-bottom: 0;
    overflow-y: scroll;
}
.alert-lw
{
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    color: #c09853;
}
.alert-lw.alert-success
{
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
#external-url
{
    cursor: pointer;
}
