.m.bubble {
    position: absolute;
    padding: 6px 15px;
    z-index: 999;
    width: 540px;
    background-color: white;
    border: solid 1px #b9b9b9;
    box-shadow: 2px 2px 6px 0;
    -moz-box-shadow: 2px 2px 6px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
}

.m.bubble h3{
    margin: 4px 0 0 0;
    line-height: 28px;
}

.m.bubble h3 .title_status_display{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.m.bubble h4{
    font-size: 16px;
    margin: 0;
    line-height: 22px;
}


.m.bubble .contact_info{
    color: #666;
    font-size: 12px;
}

.m.bubble .contact_info .addresses{
    width: 86%;
}

.m.bubble .contact_info ._map_link{
    float: right;
    position: absolute;
    right: 40px;
    top: 20px;
}

.m.bubble p{
    margin: 2px 0;
}

.m.bubble .panels ul{
    margin: 0 0 10px 0;
}

.m.bubble hr {
    margin: 10px 25px;
    color: #CCC;
    background-color: #CCC;
    height: 2px;
    border: 0;
}

.m.bubble .task-list {
    max-height: 300px;
    overflow-y: auto;
}

.m.bubble .task-list li{
    margin: 4px 0 0 25px;
    line-height: 16px;
}

.m.bubble .task-list .task_days{
    color: #666;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
}

.m.bubble .close_button{
    position: absolute;
    cursor:pointer;
    right:10px;
    top:3px;
    font-size: 22px;
}

.m.bubble_arrow{
    position:absolute;
    z-index:999;
}

.m.bubble_footer{
    border-top:1px solid #DDDDDD;
    margin-top:0.5em;
    padding-bottom:10px;
    padding-top:1em;
}

.m.bubble #title_task{
    border-color:#888888 #CCCCCC #CCCCCC;
    border-style:solid;
    border-width:1px;
    padding:2px;
    width: 310px;
}

.m.bubble span.successful_status_change img {
    width: 14px;
    display: none;
}

.m.bubble .notes {
    display: none;
}
.m.bubble .notes .note {
    padding: 4px 0 4px 20px;
    position: relative;
}
.m.bubble .notes .show_all .on{
    display: none;
}
.m.bubble .notes.filter_to_day .show_all .off{
    display: none;
}
.m.bubble .notes.filter_to_day .show_all .on{
    display: inline;
}
.m.bubble .notes .note_date{
    font-size: 11px;
    font-weight: bold;
}
.m.bubble .notes.filter_to_day .note_date{
    display: none;
}

.m.bubble .notes .event_series_note {
    display: none;
}

.m.bubble .notes .event_note {
    display: list-item;
}

.m.bubble .notes form#add_note .is_for_all_occurrence {
    display: none;
}

.m.bubble .notes .notes_list{
    list-style-type:disc;
    padding-left: 18px;
    max-height:75px;
    overflow-y: scroll;
    width:485px;
}
.m.bubble .notes .show_all{
    float: right;
    font-size: 12px;
    line-height: 22px;
    margin-top: 3px;
    padding-right: 10px;
}

.m.bubble .notes .delete_note{
    background-color: #AAAAAA;
    border-radius: 9px; -moz-border-radius: 9px; -webkit-border-radius: 9px;
    color: white;
    display: block;
    font-size: 17px;
    height: 19px;
    line-height: 16px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 3px;
    text-align: center;
    text-indent: 1px;
    visibility: hidden;
    width: 19px;
}
.m.bubble .note .delete_note:hover{
    text-decoration: none;
}
.m.bubble .note:hover .delete_note{
    visibility: visible;
}
.m.bubble .notes textarea {
    width: 63%;
    height: 33px;
    padding: 4px;
    resize: none;
}
.m.bubble .notes select {
    width: 300px;
}
.m.bubble .accounting_opts{
    margin: 0px 4px 0 0;
    font-size: 11px;
    float: right;
}


.m.bubble .links {
    margin-bottom: 10px;
}

.m.bubble div.second-row-links {
    margin-top: 5px;
}
.m.bubble .links a {
    text-decoration: none;
    color: #3366CC;
    font-weight: bold;
}

.m.bubble .links a.disabled {
    color: #aaa;
}

.m.bubble .links  a:hover {
    text-decoration: underline;
}

.m.bubble .links {
    margin: 7px 0;
}

.m.bubble .links>a, .m.bubble .links a.es-dropdown-toggle {
    padding: 0 10px 0 20px;
}

.m.bubble .links a {
    background-repeat: no-repeat;
}

.m.bubble .links a.summary {
    background-image: url('../img/shift_summary.png');
}

.m.bubble .links a.reason_table {
    background-image: url('../img/shift_summary.png');
}

.m.bubble .links a.edit {
    background-image: url('../img/shift_edit.png');
}

.m.bubble .links a.copy-shift {
    background-image: url('../img/shift_copy.png');
}

.m.bubble .links a.show_notes {
    background-image: url('../img/shift_notes.png');
}

.m.bubble .links>a.delete, .m.bubble .links .es-dropdown-toggle.delete {
    background-image: url('../img/shift_delete.png');
}
.m.bubble a.convert-to-instance {
    padding: 0 10px 0 20px;
    background-image: url('../img/date_go.png');
}

.m.bubble .links a.selected {
    color: #000;
}

.m.bubble span.event-label {
    font-weight: bold;
}

.m.bubble .panels {
    border: 1px solid #3366CC;
    /*    background: -moz-linear-gradient(100% 100% 80deg, #FFFFFF, #E5E5E5) repeat scroll 0 0 transparent;*/
    padding: 10px;
    margin-bottom: 10px;
    clear: both;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px;
}

.m.bubble b {
    color: #3366CC;
}

.m.bubble div#actions {
    text-align: right;
}

.m.bubble ul li b {
    color: #333;
}

.m.bubble select {
    font-size: 11px;
}

/* the pointer */
.m.bubble:after,
.m.bubble:before{
    content: " ";
    position: absolute;
    width: 0px; height:0px; font-size:0px; line-height:0px;
    border:9px solid transparent;
    top: 96px;
}
.m.bubble.on_right:after,
.m.bubble.on_right:before{
    border-left: none;
    border-right-color: #fff;
    border-right-width: 60px;
    left: -54px;
}
.m.bubble.on_right:before{
    border-right-color: #b9b9b9;
    left: -61px;
}
.m.bubble.on_left:after,
.m.bubble.on_left:before{
    border-right: none;
    border-left-color: #fff;
    border-left-width: 60px;
    right: -54px;
}
.m.bubble.on_left:before{
    border-left-color: #b9b9b9;
    right: -61px;
}
.m.bubble.on_top:after,
.m.bubble.on_top:before{
    border-bottom: none;
    border-top-color: #fff;
    border-top-width: 44px;
    top:auto;
    left:200px;
    bottom: -39px;
}
.m.bubble.on_top:before{
    border-top-color: #b9b9b9;
    bottom: -44px;
}

/* cursors */
.m.bubble {
    cursor: move;
}

.m.bubble .selectable{
    cursor: text;
}

.m.bubble a,
.m.bubble .close_button {
    cursor: pointer;
}




div#clock-in-dialog label{
    font-weight: bold;
    display: block;
    width: 120px;
    height: 25px;
    float: left;
    clear: left;
}
div#clock-in-dialog input#clock_in_date{
    width: 100px;
}
div#clock-in-dialog input#clock_in_time{
    width: 80px;
}
div#clock-in-dialog a {
    color: #3366CC;
    text-decoration: none;
    font-size: 12px;
}

.es-separator {
    margin: 5px 10px;
    padding: 0;
    border-bottom: 1px solid #777;
}

.es-dropdown {
    position: relative;
}

.es-dropdown-menu {
    display:none;
    box-shadow: 1px 1px 2px #444;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 3px;
    background: #FFF;
    min-width: 24em;
    border-radius: .2em;
    border: 1px solid #888;
    padding: .4em 0 .4em 0;
    z-index: 10000;
}

ul.es-dropdown-menu li {
    list-style-type: none;
}

ul.es-dropdown-menu li a  {
    text-decoration: none;
    padding: .3em .6em;
    display: block;
}

.hide {
    display: none;
}

input.save_button {
    left: 435px;
    bottom: 15px;
    padding: .3em 1.25em;
}

input.unlock_button {
    left: 435px;
    bottom: 15px;
    padding: .3em 1.25em;
}

.selectable #id_tags_chzn {
    top: 17px;
    font-size: 12px;
    width: 312px;
}

.selectable #id_roles_chzn {
    top: 17px;
    font-size: 12px;
    width: 312px;
}

#id_tags_container .chzn-container-multi .chzn-choices .search-field input {
    padding: 6px 4px;
}

#id_roles_container .chzn-container-multi .chzn-choices .search-field input {
    padding: 6px 4px;
}

.selectable #id_tags_container .label {
    display: none;
}

.selectable #id_roles_container .label {
    display: none;
}

.tooltip {
    width:15px;
    height:15px
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 230px;
    font-size: 11px;
    background-color: white;
    color: #000000;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #333;
    bottom: 168px;
    right: 20px;
    padding: 1px 1px;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.exception_message {
    display:none;
    color: red;
    font-weight: bold;
}

._button.ack_exception_btn {
    display:none;
}
