.alert_bab_user
{
    position:   fixed;
    max-width:  349px;
    margin-top: 45px;
    word-wrap:  break-word;
    text-align: left;
    display:    inline-block;
}

.device_dropdown
{
    display:      inline-block;
    padding-left: 20px;
}

.change_password_button
{
    cursor: pointer;
}

.notDevice
{
    display: none;
}

.device_list
{
    margin-bottom: 10px;
}

.bab_button_devicedrop_text
{
    display:       inline-block;
    margin-top:    4px;
    max-width:     141px;
    white-space:   nowrap;
    text-overflow: ellipsis;
    overflow:      hidden;
    float:         left;
}

.bab_devicedrop_image
{
    float: right;
}

.bab_device_button
{
    background-image:   none;
    width:              14em;
    box-shadow:         none;
    -webkit-transition: all 0.2s linear;
    -moz-transition:    all 0.2s linear;
    transition:         all 0.2s linear;
}

.bab_device_button:hover
{
    cursor: pointer;
}

.bab_device_button:disabled
{
    opacity: 1;
    cursor:  default;
}

.bab_device_button:disabled:hover
{
    box-shadow: none !important;
}

.open > .dropdown-toggle.btn-default.bab_device_button
{
    background-color: transparent !important;
}

.btn-default.focus, .btn-default.bab_device_button, .open > .dropdown-toggle.btn-default.bab_menu_button:focus
{
    background-color: transparent !important;
    background-image: none !important;
}

.dropdown-toggle.btn-default.bab_device_button:active
{
    background-color: transparent !important;
}

.div_bab_device_drop
{
    width:      14em;
    overflow-y: auto;
    max-height: 18em;
}

.div_bab_device_drop:before
{
    position:      absolute;
    top:           -7px;
    left:          46%;
    display:       inline-block;
    border-right:  7px solid;
    border-bottom: 7px solid;
    border-left:   7px solid;
    content:       '';
}

.div_bab_device_drop:after
{
    position:      absolute;
    top:           -6px;
    left:          46%;
    display:       inline-block;
    border-right:  6px solid;
    border-bottom: 6px solid;
    border-left:   6px solid;
    content:       '';
}

.device_bab
{
    height:        30px;
    padding-left:  11px;
    line-height:   29px;
    white-space:   nowrap;
    text-overflow: ellipsis;
    overflow:      hidden;
    padding-right: 10px;
}

.device_bab:focus, .device_bab:hover
{
    cursor:           pointer;
    background-image: none;
}

.bab_button
{
    display:      inline-block !important;
    cursor:       pointer;
    margin-left:  5px;
    margin-right: 5px;
}

#newFolderbutton
{
    margin-right: 15px;
}

#showDeletedbutton
{
    margin-left:  0 !important;
    margin-right: 0 !important;
}

#shareMessage
{
    margin-right: 0 !important;
}

#fileButtonReact
{
    display:     inline-block;
    margin-left: 10px;
}

#mainButtonReact
{
    display:    inline-block;
    float:      right;
    margin-top: 27px;
}

#mainButtonReact.putunder
{
    margin-top:    7px;
    clear:         both;
    margin-right:  8px;
    margin-bottom: 10px;
}

.dropdown_share:before
{
    position:      absolute;
    top:           -7px;
    left:          45%;
    display:       inline-block;
    border-right:  7px solid;
    border-bottom: 7px solid;
    border-left:   7px solid;
    content:       '';
}

hr.divisor_share_message
{
    width:         353px;
    margin-top:    0;
    margin-bottom: 0;
    margin-left:   -41px;
}

.dropdown_share
{
    width:         342px;
    position:      absolute;
    margin-top:    5px;
    margin-left:   -148px;
    border:        1px solid;
    border-radius: 5px;
    display:       none;
    cursor:        default;
    min-height:    27px;
    max-height:    200px;
    overflow:      auto;
}

.dropdown_share:after
{
    position:      absolute;
    top:           -6px;
    left:          45%;
    display:       inline-block;
    border-right:  6px solid;
    border-bottom: 6px solid;
    border-left:   6px solid;
    content:       '';
}

.shares
{
    height:        100%;
    width:         100%;
    max-height:    200px;
    overflow-x:    hidden;
    overflow-y:    auto;
    margin-bottom: 0;
    list-style:    none;
    padding-left:  9px;
    line-height:   27px;
}

li.share_list
{
    height: 35px;
}

li#share_count_number
{
    position:      absolute;
    text-align:    center;
    font-size:     small;
    width:         17px;
    border-radius: 64px;
    margin-left:   10px;
    margin-top:    -6px;
    height:        16px;
    list-style:    none;
}

#share_title
{
    float:         left;
    display:       inline-block;
    width:         75%;
    overflow:      hidden;
    text-overflow: ellipsis;
    white-space:   nowrap;
    margin-top:    5px;
}

#accept__refuse_share
{
    float:        right;
    margin-top:   5px;
    margin-right: 12px;
}

.accept_share
{
    cursor:       pointer;
    margin-right: 8px;
}

.refuse_share
{
    cursor: pointer;
}

.divisor_share_message
{
    width:         353px;
    margin-top:    0;
    margin-bottom: 0;
    margin-left:   -41px;
}

.p-f-Fd
{
    display: none;
}

.manage_device_button
{
    display:     inline-block;
    cursor:      pointer;
    margin-left: 6px;
}

@media screen and (max-width: 720px), screen and (max-height: 720px)
{
    #mainButtonReact
    {
        margin-top: 18px;
    }
}

@media screen and (max-width: 720px)
{
    #mainButtonReact
    {
        clear:         both;
        margin-right:  8px;
        margin-bottom: 10px;
        margin-top:    -7px;
    }
}