.layer-state
    position absolute
    background #fff
    text-align center
    z-index 18

    p
        position absolute
        top 50%
        left 0
        right 0
        margin-top -7px
        font-size 14px
        color #ccc

.layer-state-content
    padding-top 50px

.layer-state-loading
    display block
    margin 10px auto 0
    background url(../../images/ani_loading.gif)
    border 0
    width 150px
    height 13px

.layer-editing
    position absolute
    display none
    background #fff
    z-index 15
    padding 0 5px
    border-style solid
    border-width 1px
    white-space nowrap
    box-sizing border-box
    z-index 20

    textarea
        position absolute
        left 0
        top 0
        width 100%
        height 100%
        padding 3px 10px
        box-sizing border-box
        white-space normal
        word-break break-all
        overflow hidden

.layer-focus-border
    position absolute
    overflow hidden
    z-index 20

.layer-selection
    position absolute
    display none
    top 0
    width 0
    height 0
    border-style solid
    border-width 1px
    opacity 0.1

.layer-datepicker
    position absolute
    z-index 100
    box-sizing border-box

.layer-datepicker *
    box-sizing border-box
